@font-face { 
	font-family: 'PFD-Light'; 
	src: url(../fonts/PFDinTextCompPro-Light.woff) format('woff');
	font-weight: normal; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Calibri'; 
	src: url(../fonts/Calibri.woff) format('woff');
	font-weight: normal; 
	font-style: normal; 
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
    width: 100%;
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
*{
	margin: 0;
	padding: 0;
}
.body{
	background: #fff;
}
.container{
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
	font-family: 'PFD-Light', sans-serif; 
}
.header{
	background: url(../img/header-bg.jpg) 50% 100% no-repeat #777;
	background-size: cover;
	min-height: 800px;
	color: #fff;
}
.header .header-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .header-top .left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	padding: 60px 10px 50px;
}
.header .header-top .logo{
	display: block;
	-webkit-filter: drop-shadow(3px 3px 1px #425898);
	filter: drop-shadow(3px 3px 1px #425898);
	margin-bottom: 10px;
}

.header .header-top .logo-text{
	font-size: 24px;
	max-width: 420px;
	text-align: center;
}
.header .header-top .right{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 400px;
	padding: 40px 0 30px;
	font-size: 30px;
}
.header .header-top .phone{
	font-size: 60px;
	color: inherit;
	text-decoration: none;
}
.header .header-top .phone:hover,
.header .header-top .phone:active{
	text-decoration: underline;
}
.header .form-wrap{
	display: flex;
	justify-content: flex-end;
}
.header .header-form{
	box-sizing: border-box;
	width: 390px;
	padding: 30px 40px;
	border-radius: 10px;
	background: #7db9e8;
	background: -moz-linear-gradient(top, #7db9e8 50%, #024a9c 100%);
	background: -webkit-linear-gradient(top, #7db9e8 50%, #024a9c 100%);
	background: linear-gradient(to bottom, #7db9e8 50%, #024a9c 100%);
	margin-bottom: 45px;
}
.header .header-form .text{
	font-size: 30px;
	line-height: 1;
	text-align: center;
	margin-bottom: 25px;
}
.header .header-form input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 11px;
	padding: 5px 15px;
	border-radius: 3px;
	color: #024897;
	border: 3px solid #012a58;
	text-align: center;
	font-size: 20px;
	line-height: 1;
}
.header .header-form input:focus{
	border-color: #024ea4;
}
.header .header-form .btn{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 11px;
	padding: 5px 15px;
	border-radius: 3px;
	color: #fff;
	background: #7db9e8;
	background: -moz-linear-gradient(top, #7db9e8 0%, #024a9c 100%);
	background: -webkit-linear-gradient(top, #7db9e8 0%, #024a9c 100%);
	background: linear-gradient(to bottom, #7db9e8 0%, #024a9c 100%);
	border: 3px solid #012a58;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	box-shadow: 0 0 1px 1px #5a92ca;
	cursor: pointer;
	transition: .2s;
}
.header .header-form .btn:hover,
.header .header-form .btn:active{
	background: #024a9c;
}
.header .banner{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: rgba(45, 144, 223, .6);
}
.header .banner .left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	padding: 60px 10px 50px;
	font-size: 50px;
	font-style: italic;
}
.header .banner .banner-text{
	max-width: 460px;
	text-align: center;
	padding: 20px 10px;
}
.header .banner .right{
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 500px;
	padding: 30px 15px 40px;	
}
.header .banner .h3{
	font-size: 36px;
	margin-bottom: 15px;
	font-weight: normal;
}
.header .banner .banner-timer{
	display: flex;
	justify-content: space-between;
	margin: 10px;
	width: 100%;
}
.header .banner .timer-count{
	position: relative;
	width: 85px;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	background: #012349;
	background: -moz-linear-gradient(top, #0251a9 0%, #012349 100%);
	background: -webkit-linear-gradient(top, #0251a9 0%, #012349 100%);
	background: linear-gradient(to bottom, #0251a9 0%, #012349 100%);
	border: 2px solid #012a58;
	border-radius: 4px;
	text-shadow: 1px 1px 2px #2e6fb6, -1px 1px 2px #2e6fb6, 1px -1px 2px #2e6fb6, -1px -1px 2px #2e6fb6;
}
.header .banner .timer-count:before{
	position: absolute;
	content: "";
	font-size: 24px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #1b579b;
	border: 2px solid #012a58;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	bottom: -37px;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 3px;
}
.header .banner .timer-count:nth-child(1):before{
	content: "дней";
}
.header .banner .timer-count:nth-child(2):before{
	content: "часов";
}
.header .banner .timer-count:nth-child(3):before{
	content: "минут";
}
.header .banner .timer-count:nth-child(4):before{
	content: "секунд";
}
.screen1 .h2{
	padding: 100px 0 60px;
	font-size: 48px;
	line-height: 50px;
	color: #0b52a2;
	text-align: center;
	text-shadow: 1.5px 1.5px 1.5px #7bb4d3, -1.5px 1.5px 1.5px #7bb4d3, 1.5px -1.5px 1.5px #7bb4d3, -1.5px -1.5px 1.5px #7bb4d3;
}
.screen1 .plus-list{
	list-style: none;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}
.screen1 .plus{
	width: 350px;
	text-align: center;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.screen1 .plus img{
	display: block;
	width: 322px;
	height: auto;
	border-radius: 50%;
	border: 4px solid #095cb7;
}
.screen1 .text{
	width: calc(100% - 40px);
	background: #0777f6;
	margin: -30px 10px 0;
	color: #fff;
	font-size: 24px;
	padding: 5px;
	border: 3px solid #095cb7;
	border-radius: 10px;
}
.screen2 .h2{
	padding: 50px 0 50px;
	font-size: 48px;
	line-height: 50px;
	color: #0b52a2;
	text-align: center;
	text-shadow: 1.5px 1.5px 1.5px #7bb4d3, -1.5px 1.5px 1.5px #7bb4d3, 1.5px -1.5px 1.5px #7bb4d3, -1.5px -1.5px 1.5px #7bb4d3;
}
.screen2 .work-list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 40px;
	padding-left: 50px;
}
.screen2 .work{
	width: 185px;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: center;
	padding-right: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.screen2 .work .image{
	position: relative;
	width: 130px;
	height: 130px;
	margin-bottom: 15px;
	background-color: #aad1fc;
	background-color: -moz-linear-gradient(top, #aad1fc 0%, #6db0d2 100%);
	background-color: -webkit-linear-gradient(top, #aad1fc 0%, #6db0d2 100%);
	background-color: linear-gradient(to bottom, #aad1fc 0%, #6db0d2 100%);
	border-radius: 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.screen2 .work .image:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../img/screen2-img0.png) 50% 50% no-repeat;
	background-size: cover;
	top: 50%;
	right: -52px;
	transform: translateY(-50%);
}
.screen2 .work:last-child .image:before{
	background: none;
}
.screen2 .work .text{
	color: #023c7c;
	font-size: 18px;
}
.screen2 .work:nth-child(1) .image{
	background-image: url(../img/screen2-img1.png);
}
.screen2 .work:nth-child(2) .image{
	background-image: url(../img/screen2-img2.png);
}
.screen2 .work:nth-child(3) .image{
	background-image: url(../img/screen2-img3.png);
}
.screen2 .work:nth-child(4) .image{
	background-image: url(../img/screen2-img4.png);
}
.screen2 .work:nth-child(5) .image{
	background-image: url(../img/screen2-img5.png);
}
.screen2 .work:nth-child(6) .image{
	background-image: url(../img/screen2-img6.png);
}
.screen3 .h2{
	padding: 50px 0 50px;
	font-size: 48px;
	line-height: 50px;
	color: #0b52a2;
	text-align: center;
	text-shadow: 1.5px 1.5px 1.5px #7bb4d3, -1.5px 1.5px 1.5px #7bb4d3, 1.5px -1.5px 1.5px #7bb4d3, -1.5px -1.5px 1.5px #7bb4d3;
}
.screen3 .review-list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 115px;
}
.screen3 .review{
	width: 360px;
	box-sizing: border-box;
	margin: 15px;
	padding: 15px;
	display: flex;
	align-items: center;
	background: #2e8df8;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
.screen3 .review .info{
	padding-right: 30px;
}
.screen3 .review img{
	display: block;
	width: 100px;
	height: auto;
	border-radius: 50%;
	border: 2px solid #095cb7;
}
.screen3 .name{
	position: relative;
	background: #0777f6;
	margin-top: -5px;
	color: #fff;
	font-size: 18px;
	padding: 5px;
	border: 2px solid #095cb7;
	border-radius: 10px;
	text-align: center;
	z-index: 2;
}
.screen3 .text{
	padding-top: 10px;
	align-self: flex-start;
	color: #fff;
	font-size: 18px;
}
.screen4 .row{
	box-sizing: border-box;
	padding: 45px 0;
	background: url(../img/screen4-bg.jpg) 50% 100% no-repeat #777;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.screen4 .banner{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	margin: 0 15px;
	background-color: rgba(45, 144, 223, .6);
}
.screen4 .banner .banner-text{
	max-width: 460px;
	font-size: 50px;
	padding: 50px 20px 40px;
	text-align: center;
	color: #fff;
	font-style: italic;
	line-height: 1;
}
.screen4 .banner .h3{
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #fff;
}
.screen4 .banner .banner-timer{
	display: flex;
	justify-content: space-between;
	padding: 0 10px 60px;
	width: 100%;
	max-width: 500px;
}
.screen4 .banner .timer-count{
	position: relative;
	width: 85px;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	background: #012349;
	margin: 10px;
	background: -moz-linear-gradient(top, #0251a9 0%, #012349 100%);
	background: -webkit-linear-gradient(top, #0251a9 0%, #012349 100%);
	background: linear-gradient(to bottom, #0251a9 0%, #012349 100%);
	border: 2px solid #012a58;
	border-radius: 4px;
	text-shadow: 1px 1px 2px #2e6fb6, -1px 1px 2px #2e6fb6, 1px -1px 2px #2e6fb6, -1px -1px 2px #2e6fb6;
	color: #fff;
}
.screen4 .banner .timer-count:before{
	position: absolute;
	content: "";
	font-size: 24px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #1b579b;
	border: 2px solid #012a58;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	bottom: -37px;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 3px;
}
.screen4 .banner .timer-count:nth-child(1):before{
	content: "дней";
}
.screen4 .banner .timer-count:nth-child(2):before{
	content: "часов";
}
.screen4 .banner .timer-count:nth-child(3):before{
	content: "минут";
}
.screen4 .banner .timer-count:nth-child(4):before{
	content: "секунд";
}
.screen4 .screen4-form{
	box-sizing: border-box;
	width: 360px;
	padding: 25px 40px 15px;
	border-radius: 10px;
	background: #7db9e8;
	background: -moz-linear-gradient(top, #7db9e8 50%, #024a9c 100%);
	background: -webkit-linear-gradient(top, #7db9e8 50%, #024a9c 100%);
	background: linear-gradient(to bottom, #7db9e8 50%, #024a9c 100%);
	margin: 0 15px;
}
.screen4 .screen4-form .text{
	font-size: 27px;
	line-height: 1;
	text-align: center;
	margin: 0 -20px 11px;
	color: #fff;
}
.screen4 .screen4-form input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 11px;
	padding: 5px 15px;
	border-radius: 3px;
	color: #024897;
	border: 3px solid #012a58;
	text-align: center;
	font-size: 20px;
	line-height: 1;
}
.screen4 .screen4-form input:focus{
	border-color: #024ea4;
}
.screen4 .screen4-form textarea{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 11px;
	padding: 5px 15px;
	border-radius: 3px;
	color: #024897;
	border: 3px solid #012a58;
	text-align: center;
	height: 80px;
	font-size: 20px;
	line-height: 1;
	resize: none;
}
.screen4 .screen4-form textarea:focus{
	border-color: #024ea4;
}
.screen4 .screen4-form .btn{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 11px;
	padding: 5px 15px;
	line-height: 28px;
	font-size: 15px;
	border-radius: 3px;
	color: #fff;
	background: #7db9e8;
	background: -moz-linear-gradient(top, #7db9e8 0%, #024a9c 100%);
	background: -webkit-linear-gradient(top, #7db9e8 0%, #024a9c 100%);
	background: linear-gradient(to bottom, #7db9e8 0%, #024a9c 100%);
	border: 3px solid #012a58;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	box-shadow: 0 0 1px 1px #5a92ca;
	cursor: pointer;
	transition: .2s;
}
.screen4 .screen4-form .btn:hover,
.screen4 .screen4-form .btn:active{
	background: #024a9c;
}
.screen5 .h2{
	padding: 100px 0 50px;
	font-size: 48px;
	line-height: 50px;
	color: #0b52a2;
	text-align: center;
	text-shadow: 1.5px 1.5px 1.5px #7bb4d3, -1.5px 1.5px 1.5px #7bb4d3, 1.5px -1.5px 1.5px #7bb4d3, -1.5px -1.5px 1.5px #7bb4d3;
}
.screen5 .why-list{
	list-style: none;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.screen5 .why{
	width: 270px;
	text-align: center;
	padding: 0 10px 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.screen5 .why img{
	display: block;
	width: 260px;
	height: auto;
	border-radius: 50%;
	border: 4px solid #095cb7;
}
.screen5 .text{
	width: calc(100% - 40px);
	background: #0777f6;
	margin: -30px 10px 0;
	color: #fff;
	font-size: 18px;
	padding: 10px 5px;
	border: 3px solid #095cb7;
	border-radius: 10px;
}
.screen6{
	padding-bottom: 100px;
}
.screen6 .h2{
	padding: 40px 0 50px;
	font-size: 48px;
	line-height: 50px;
	color: #0b52a2;
	text-align: center;
	text-shadow: 1.5px 1.5px 1.5px #7bb4d3, -1.5px 1.5px 1.5px #7bb4d3, 1.5px -1.5px 1.5px #7bb4d3, -1.5px -1.5px 1.5px #7bb4d3;
}
.screen6 .slider{
	max-width: calc(100% - 200px);
	margin: 0 auto;
	position: relative;
	background: #4277a2;
	background: -moz-linear-gradient(top, #61aded 0%, #4277a2 100%);
	background: -webkit-linear-gradient(top, #61aded 0%, #4277a2 100%);
	background: linear-gradient(to bottom, #61aded 0%, #4277a2 100%);
	border: 3px solid #095cb7;
}
.screen6 .slide{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px;
	padding: 10px;
	margin: 40px 20px;
	background: #fff;
}
.screen6 .slide img{
	max-width: 100%;
}
.screen6 .prev{
	padding: 10px;
}
.screen6 .slick-prev{
	position: absolute;
	height: 150px;
	width: 70px;
	top: 50%;
	left: -95px;
	transform: translateY(-50%);
	background: #023d7e;
	background: linear-gradient(to bottom, #288de0 0%, #023d7e 100%);
	border-radius: 10px;
	border: 3px solid #095cb7;
	box-shadow: 0 0 3px 3px #0d73c8;
	cursor: pointer;
}
.screen6 .slick-prev:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/screen6-prev.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.screen6 .slick-next{
	position: absolute;
	height: 150px;
	width: 70px;
	top: 50%;
	right: -95px;
	transform: translateY(-50%);
	background: #023d7e;
	background: linear-gradient(to bottom, #288de0 0%, #023d7e 100%);
	border-radius: 10px;
	border: 3px solid #095cb7;
	box-shadow: 0 0 3px 3px #0d73c8;
	cursor: pointer;
}
.screen6 .slick-next:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/screen6-next.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.screen6 .slick-next:hover,
.screen6 .slick-next:active,
.screen6 .slick-prev:hover,
.screen6 .slick-prev:active{
	background: #023d7e;
}
.screen6 .slick-dots{
	position: absolute;
	list-style: none;
	display: flex;
	justify-content: center;
	bottom: -60px;
	right: 0;
	left: 0;
}
.screen6 .slick-dots li{
	font-size: 0;
	background: #298fe3;
	margin: 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: inset 0 0 10px 1px #a9d2f4;
	cursor: pointer;
	transition: .2s;
}
.screen6 .slick-dots li.slick-active,
.screen6 .slick-dots li:hover,
.screen6 .slick-dots li:active{
	background: #095cb7;
	box-shadow: inset 0 0 10px 1px #07468b;
}
.screen6 .slick-dots button{
	display: none;
}
.screen7 .h2{
	padding: 40px 0 50px;
	font-size: 48px;
	line-height: 50px;
	color: #0b52a2;
	text-align: center;
	text-shadow: 1.5px 1.5px 1.5px #7bb4d3, -1.5px 1.5px 1.5px #7bb4d3, 1.5px -1.5px 1.5px #7bb4d3, -1.5px -1.5px 1.5px #7bb4d3;
}
.screen7 .content{
	height: 580px;
	margin: 0 -15px;
}
.screen7 #map{
	height: 100%;
}
.footer .container{
	background: url(../img/footer-bg.jpg) 50% 100% no-repeat #777;
	background-size: cover;
	min-height: 600px;
}
.footer .content{
	max-width: 880px;
	margin: 0 auto;
}
.footer .logo{
	display: block;
	-webkit-filter: drop-shadow(3px 3px 1px #425898);
	filter: drop-shadow(3px 3px 1px #425898);
	padding: 25px 0 20px;
}
.footer{
	color: #fff;
}
.footer .info-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer .info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 400px;
	padding: 40px 0 30px;
	font-size: 30px;
	background-color: rgba(45, 144, 223, .6);
	margin-right: auto;
}
.footer .phone{
	font-size: 60px;
	color: inherit;
	text-decoration: none;
}
.footer .phone:hover,
.footer .phone:active{
	text-decoration: underline;
}
.footer .footer-form{
	box-sizing: border-box;
	width: 390px;
	padding: 30px 40px;
	border-radius: 10px;
	background: #7db9e8;
	background: -moz-linear-gradient(top, #7db9e8 50%, #024a9c 100%);
	background: -webkit-linear-gradient(top, #7db9e8 50%, #024a9c 100%);
	background: linear-gradient(to bottom, #7db9e8 50%, #024a9c 100%);
	margin-bottom: 45px;
}
.footer .footer-form .text{
	font-size: 30px;
	line-height: 1;
	text-align: center;
	margin-bottom: 25px;
}
.footer .footer-form input{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 11px;
	padding: 5px 15px;
	border-radius: 3px;
	color: #024897;
	border: 3px solid #012a58;
	text-align: center;
	font-size: 20px;
	line-height: 1;
}
.footer .footer-form input:focus{
	border-color: #024ea4;
}
.footer .footer-form .btn{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 11px;
	padding: 5px 15px;
	border-radius: 3px;
	color: #fff;
	background: #7db9e8;
	background: -moz-linear-gradient(top, #7db9e8 0%, #024a9c 100%);
	background: -webkit-linear-gradient(top, #7db9e8 0%, #024a9c 100%);
	background: linear-gradient(to bottom, #7db9e8 0%, #024a9c 100%);
	border: 3px solid #012a58;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	box-shadow: 0 0 1px 1px #5a92ca;
	cursor: pointer;
	transition: .2s;
}
.footer .footer-form .btn:hover,
.footer .footer-form .btn:active{
	background: #024a9c;
}
.back-thanks{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	z-index: -1;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back-thanks .popup-thanks{
	position: relative;
	max-width: 300px;
	box-sizing: border-box;
	width: 100%;
	margin: 20px 20px;
	background:#fff;
	position:relative;
	padding: 50px;
	overflow-y:auto;
	border-radius: 5px;
	font-family: sans-serif;
	text-align: center;
	color: #333;
	border: 3px solid #46b7f5;
}
.back-thanks .popup-close-thanks{
	position: absolute;
	top: 3px;
	right: 3px;
	width: 30px;
	height: 30px;
	font-size: 25px;
	color: #46b7f5;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.back-thanks .popup-close-thanks:hover,
.back-thanks .popup-close-thanks:active{
	color: #2f89bb;
}
.back-thanks .h2{
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
	color: #095cb7;
}
.back-thanks p{
	font-size: 20px;
	text-align: center;
	color: #095cb7;
}

@media (max-width: 991px){
	.header .header-top .phone{
		font-size: 40px;
	}
	.header .banner .left{
		width: 100%;
		padding: 0;
		font-size: 30px;
	}
	.header .banner .right{
		padding: 0 15px 40px;
	}
	.screen1 .h2{
		padding: 50px 0;
	}
	.screen1 .plus img{
		width: 250px;
	}
	.screen1 .plus-list{
		margin-bottom: 0;
	}
	.screen2 .work-list{
		padding-bottom: 0;
	}
	.screen3 .review-list{
		margin-bottom: 50px;
	}
	.screen4 .row{
		flex-wrap: wrap;
	}
	.screen4 .banner{
		margin-bottom: 20px;
	}
	.screen4 .banner .banner-text{
		font-size: 35px;
		padding: 20px;
	}
	.screen5 .h2{
		padding: 50px 0 30px;
	}
	.screen5 .why img{
		width: 200px;
	}
	.footer .footer-form{
		margin: 20px 0 20px 10px;
	}
}









@media (max-width: 767px){
	.header .header-top{
		flex-wrap: wrap;
	}
	.header .form-wrap{
		justify-content: center;
	}
	.header .header-top .logo{
		width: 100%;
		max-width: 350px;
	}
	.header .header-top .left{
		padding: 30px 0;
	}
	.header .header-top .right{
		padding: 0 0 30px;
		font-size: 25px;
		margin: 0 auto;
	}
	.header .header-form{
		padding: 20px 10px;
	}
	.header .header-form .text{
		font-size: 25px;
	}
	.header .banner .h3{
		font-size: 25px;
	}
	.header .banner .timer-count{
		width: 45px;
		font-size: 28px;
		line-height: 45px;
	}
	.header .banner .timer-count:before{
		font-size: 16px;
		width: 40px;
		height: 25px;
    	line-height: 25px;
    	bottom: -32px;
	}
	.screen1 .h2{
		font-size: 30px;
		padding: 30px 0;
	}
	.screen1 .plus{
		width: 270px;
	}
	.screen1 .text{
		font-size: 18px;
		max-width: 220px;
	}
	.screen1 .plus img{
		width: 200px;
	}
	.screen2 .h2{
		font-size: 30px;
		padding: 30px 0;
	}
	.screen2 .work .image:before{
		display: none;
	}
	.screen2 .work-list{
		padding-left: 20px;
	}
	.screen2 .work{
		width: 145px;
		padding-right: 20px;
	}
	.screen3 .h2{
		font-size: 30px;
		padding: 30px 0;
	}
	.screen3 .review{
		width: 200px;
		flex-direction: column;
	}
	.screen3 .text{
		text-align: center;
	}
	.screen3 .review .info{
		padding-right: 0;
	}
	.screen3 .review-list{
		margin-bottom: 20px;
	}
	.screen4 .banner .banner-text{
		font-size: 25px;
	}
	.screen4 .banner .h3{
		font-size: 20px;
	}
	.screen4 .banner .banner-timer{
		padding: 0 10px 40px;
		justify-content: center;
	}
	.screen4 .banner .timer-count{
		width: 45px;
		font-size: 28px;
		line-height: 45px;
	}
	.screen4 .banner .timer-count:before{
		font-size: 16px;
		width: 40px;
		height: 25px;
    	line-height: 25px;
    	bottom: -32px;
	}
	.screen4 .screen4-form{
		padding: 15px 20px 15px;
	}
	.screen4 .screen4-form .text{
		font-size: 25px;
		margin: 0 -10px 11px;
	}
	.screen5 .h2{
		font-size: 30px;
		padding: 30px 0;
	}
	.screen5 .why{
		width: 220px;
		padding: 0 20px 30px;
	}
	.screen5 .text{
		width: 100%;
	}
	.screen6{
		padding-bottom: 50px;
	}
	.screen6 .h2{
		font-size: 30px;
		padding: 30px 0;
	}
	.screen6 .slider{
		max-width: calc(100% - 100px);
	}
	.screen6 .slide{
		height: 120px;
		margin: 20px;
	}
	.screen6 .slick-prev,
	.screen6 .slick-next{
		width: 35px;
		height: 70px;
	}
	.screen6 .slick-prev{
		left: -55px;
	}
	.screen6 .slick-next{
		right: -55px;
	}
	.screen6 .slick-dots{
		bottom: -40px;
	}
	.screen6 .slick-dots li{
		width: 20px;
		height: 20px;
	}
	.screen7 .h2{
		font-size: 30px;
		padding: 30px 0;
	}
	.screen7 .content{
		height: 450px;
	}
	.footer .logo{
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	.footer .info-wrap{
		flex-wrap: wrap;
	}
	.footer .info{
		padding: 20px 10px;
		font-size: 25px;
		margin-right: 0;
	}
	.footer .phone{
		font-size: 35px;
	}
	.footer .footer-form{
		margin: 20px 0;
		padding: 20px 10px;
	}
	.footer .footer-form .text{
		font-size: 25px;
	}
}