body{
font-family: "Roboto", sans-serif;

}
.banner{
background-image: url(../img/Rectangle2.jpg);
background-repeat: no-repeat;
background-position: center center;
border-top:1px solid transparent;
text-align: center;
padding-bottom: 111px;
background-size: cover;
padding-left:10px;
padding-right: 10px
}
@media(max-width: 1600px){
.banner{
padding-bottom: 50px;	
}	
}
.banner h1{
	font-weight: 700;
	font-size: 107px;
	line-height:  120%;
	margin:150px 0 47px;
	color: #fff
}
@media(max-width: 1600px){
.banner h1{

	font-size: 80px;
	margin:50px 0 30px;

}	
}
@media(max-width: 1400px){
.banner h1{

	font-size: 60px;
	margin:30px 0 20px;

}	
}
@media(max-width: 1000px){
.banner h1{

	font-size: 40px;
	margin:20px 0 20px;

}	
}
.banner p{
	font-size: 32px;
	line-height: 120%;
	margin: 0 auto 94px auto;
	color: #fff;
	max-width: 1026px;
	text-align:center;
}
@media(max-width: 1600px){
.banner p{
	margin: 0 auto 30px auto;
}	
}
@media(max-width: 1000px){
.banner p{
font-size: 26px;
}	
}
.banner__group{
display: flex;
justify-content: center;
}
@media(max-width: 1440px){
	.banner__group{
flex-wrap:wrap;
}
}
.banner__block{
border-radius: 15px;
background: rgba(136, 136, 136, 0.18);
padding: 24px 20px;
display: flex;
align-items: center;
color: #FFF;
font-size: 24px;
font-weight: 700;
line-height: 30px;
width: 380px;
text-align: left;
margin:0 20px;
}
@media(max-width: 1440px){
	.banner__block{
width:calc(100%/3 - 20px*2);
margin:20px;
}
}
@media(max-width: 1300px){
	.banner__block{
width:calc(100%/2 - 40px*2);
margin:20px;
}
}
@media(max-width: 768px){
	.banner__block{
width:100%;
margin:10px 20px;
font-size: 18px;
line-height:110%;
}
}
.banner__block img{
margin-right:30px;	
}
.second-block{
max-width: 1072px;
padding:80px 10px 100px 10px;
margin:0 auto;
text-align: center;
}
@media(max-width: 1300px){
.second-block{
	padding:30px 10px;
}	
}
.second-block__wrapper{
background-image: url(../img/Main.png);
background-repeat:no-repeat;
background-position: right 0 top 48px;
}
.second-block p{
margin:0 0 23px 0;
color: #000;
font-size: 23px;
line-height: 25px;
}
@media(max-width: 1300px){
.second-block p{
font-size: 20px;
line-height: 23px;	
}	
}
.second-block p a{
color: #4DA1A2;
text-decoration: none;
transition:.2s;

}
.second-block p a:hover{
	text-decoration: underline
}
.second-block p.font{
font-size: 28px;
line-height: 30px;
margin:0;
}
@media(max-width: 1300px){
.second-block p.font{
font-size: 22px;
line-height: 24px
}	
}
footer{
background: #A4C5C6;	
}
.footer-wrapper{
	padding:40px ;
	box-sizing: border-box;
	max-width:1192px ;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	color: #FFF;
font-size: 40px;
font-weight: 700;
line-height: 45.6px;	
}
@media(max-width: 1300px){
.footer-wrapper{
padding:10px;
font-size: 30px;
font-weight: 700;
line-height: 35px;	
max-width:1000px ;
}	
}
@media(max-width: 700px){
.footer-wrapper{
	flex-wrap: wrap;
	flex-direction: column;
	justify-content:center;	
	text-align: center;
	font-size: 25px;
}	
}

.footer-wrapper a{
color: #FFF;
text-align: center;
font-size: 20px;
line-height: 100%
font-style: normal;
font-weight: 700;	
display: inline-flex;
padding:22px 34px;
border-radius: 96px;
background: #4DA1A2;
text-transform: uppercase;
text-decoration: none;
transition:.2s;
}
@media(max-width: 1300px){
.footer-wrapper a{
padding:10px;
font-size: 16px;	
line-height: 16px
}	
}
@media(max-width: 700px){
.footer-wrapper a{
margin-top: 10px;
font-size: 14px;	
line-height: 14px
}	
}
.footer-wrapper a:hover{
	opacity: .8
}