html {
	scroll-behavior: smooth;
}
body{
	font-family: "Montserrat";
	background: #FBF7F4;
}
header{
	padding: 15px 0;
}
.slogan{
	font-size: 15px;
	line-height: normal;
	color: #fff;
}
.soc{
	text-align: center;
}
.soc .top, .conts .top{
	font-size: 14px;
	margin-bottom: 5px;
}
.soc .top:before, .conts .top:before{
	content: '●';
	color: #25D266;
	position: relative;
	margin-top: -2px;
	font-size: 16px;
}
.soc a{
	display: inline-block;
	margin: 0 5px;
}
.conts{
	text-align: right;
}
.conts a{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#menu{
	padding: 15px 0;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu ul li{
	display: inline-block;
	padding: 0 40px;
}
#menu ul li a{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	transition:0.3s all;
}
#menu ul li a:hover{
	text-decoration: underline;
	color: #E6A859;
}
#block-1{
	background: url("../images/block-1.webp") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: -150px;
	padding-top: 180px;
	padding-bottom: 100px;
}
#block-1{
	color: #fff;
}
#block-1 .title{
	font-size: 56px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 30px;
}
#block-1 .sub{
	font-size: 22px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 50px;
}
#block-1 .sub:after{
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
}
#block-1 ul{
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	list-style:none;
	margin-bottom: 50px;
}
#block-1 ul li{
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
}
#block-1 ul li:before{
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url("../images/mark.svg") center center no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
#block-1 .bot{
	font-size: 17px;
	font-weight: 400;
	font-style: italic;
	max-width:530px;
	margin-bottom: 15px;
}
.button{
	display: inline-block;
	background: linear-gradient(90deg, #E1994D 0%, #E6A959 56%, #EAB864 100%);
	box-shadow: 0px 19px 49px rgba(229, 161, 83, 0.1);
	border-radius: 15px;
	color: #fff !important;
	text-decoration: none;
	border:none;
	transition:0.3s all;
}
.button:hover{
	transform:scale(1.02);
}
#block-1 .button{
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	padding: 15px 30px;
	max-width: 330px;
	padding-left: 65px;
}
#block-1 .button:after{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/calc.svg") center center no-repeat;
	position: absolute;
	padding: 15px;
	top: 50%;
	margin-top: -15px;
	left: 20px;
}
.p-50{
	padding: 50px 0;
}
.title{
	font-size: 38px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 30px;
}
#block-2 .block{
	background: #FFFFFF;
	box-shadow: 0px 0px 250px rgba(255, 255, 255, 0.24), 0px 0px 250px rgba(40, 39, 40, 0.05);
	border-radius: 25px;
	padding: 10px;
}
#block-2 .block .wrap{
	border: 1px solid #e4e4e4;
	border-radius: 25px;
}
#block-2 .block .tit{
	font-weight: bold;
	font-size: 25px;
	line-height: normal;
	display: table-cell;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-height: 120px;
	padding-left: 50px;
	padding-right: 10px;
	position: relative;
}
#block-2 .block .tit:after{
	content: '';
	width: 101px;
	height: 38px;
	display: block;
	background: url("../images/flag.svg") center center no-repeat;
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -19px;
}
#block-2 .block .tit span{
	margin: auto 0;
}
#block-2 .b1 .wrap{
	background: url("../images/b1.jpg") bottom center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#block-2 .b2 .wrap{
	background: url("../images/b2.jpg") bottom center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#block-2 .b3 .wrap{
	background: url("../images/b3.jpg") bottom center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#block-2 .block .text{
	min-height: 320px;
	padding: 0 15px;
}
#block-2 {
	background: url("../images/block-2.webp") top right no-repeat;
}
#block-3 .sub{
	font-size: 22px;
	max-width: 750px;
	margin: auto;
	margin-bottom: 40px;
}
#block-3 .title{
	margin-bottom: 10px;
}
#block-3 .block{
	background: #FFFFFF;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	border-radius: 25px;
	margin: auto;
	padding: 10px;
	text-align: center;
	margin-bottom: 24px;
}
#block-3 .block img{
	border-radius: 10px 10px 0px 0px;
}
#block-3 .block .tit{
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0 5px;
	line-height: normal;
}
#block-3 .block .price strong{
	font-size: 27px;
	color: #74BB16;
}
#block-3 .block .price{
	margin-bottom: 15px;
}
#block-3 .block .button{
	font-size: 14px;
	font-weight: bold;
	width: 260px;
	padding: 14px;
}
#block-3 .b8 .tit{
	margin-bottom: 0;
	line-height: 19px;
	margin-top: 10px;
}
#block-3 .last .top{
	position: relative;
}
#block-3 .last .wrap{
	padding: 30px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#block-3 .last .tit{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	min-height: 64px;
}
#block-3 .last .wrap .tit{
	margin: auto;
	font-size: 24px;
}
#block-3 .bottom{
	font-size: 22px;
	max-width: 900px;
	margin: auto;
	margin-top: 50px;
}
#block-3 .bottom a{
	font-size: 30px;
	font-weight: bold;
	color: #E39F51;
	text-decoration: none;
}
#block-4{
	background: url("../images/block-4.webp") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
#block-4 .title{
	margin-bottom: 25px;
}
#block-4 .sub{
	font-size: 26px;
	font-weight: 500;
	line-height: normal;
	max-width:900px;
	margin-bottom: 30px;
}
#block-4 ul{
	font-size: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 50px;
	max-width: 600px;
	font-weight: 600;
}
#block-4 li{
	margin-bottom: 8px;
	position: relative;
	padding-left: 40px;
}
#block-4 li:after{
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url("../images/mark.svg") center center no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
#block-4 .form-control{
	background: #FFFFFF;
	border: 1px solid #A6A6A6;
	border-radius: 12px;
	height: 60px;
	height: 0 15px;
}
#block-4 .button{
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-align: center;
	height: 60px;
	width: 100%;
}
#block-5 .block{
	margin-bottom: 24px;
	border-radius: 10px;
	overflow: hidden;
}
#block-6 .block{
	background: #FFFFFF;
	box-shadow: 4px 4px 10px rgba(79, 79, 79, 0.3);
	border-radius: 24px;
	padding: 20px;
	margin-bottom: 24px;
}
#block-6 ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 18px;
}
#block-6 ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
#block-6 ul li:last-child{
	margin: 0;
}
#block-6 ul li:after{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #74BB16;
	position: absolute;
	left: 0;
	top: 5px;
}
#block-6 .block .banks img{
	margin-bottom: 30px;
}
#block-6 .block .banks img:last-child{
	margin-bottom: 0;
}
#block-6 .stav{
	color: #74BB16;
	font-size: 28px;
	font-weight: bold;
	margin-top: 30px;
}
#block-6 .button{
	font-size: 17px;
	padding: 20px 50px;
	margin-top: 30px;
}
#block-7{
	background: url("../images/block-7.webp") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
.p-70{
	padding: 70px 0;
}
#block-7 .sub{
	font-size: 30px;
	line-height: normal;
	margin-bottom: 40px;
}
#block-7 .button{
	font-size: 17px;
	padding: 20px 80px;
}
#block-8 .title{
	margin-bottom: 20px;
}
#block-8 .sub{
	font-size: 22px;
	margin-bottom: 40px;
}
#block-8 .block{
	border-radius: 15px;
	overflow: hidden;
}
#block-9 {
	background: url("../images/block-9.webp") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
#block-9 .sub{
	font-size: 22px;
	margin-bottom: 40px;
}
#block-9 .title{
	margin-bottom: 20px;
}
#block-9 .block{
	background: #FFFFFF;
	box-shadow: 0px 0px 250px rgba(255, 255, 255, 0.24), 0px 0px 250px rgba(40, 39, 40, 0.05);
	border-radius: 25px;
	color: #222;
	padding: 10px;
}
#block-9 .wrap{
	border: 1px solid #EEEEEE;
	padding: 10px;
	min-height: 350px;
}
#block-9 .num{
	width: 48px;
	height: 38px;
	background: url("../images/flag.svg") center center no-repeat;
	color: #fff;
	text-align: center;
	line-height: 38px;
	margin-left: -10px;
}
#block-9 .tit{
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	padding: 0 25px;
	margin-bottom: 15px;
}
#block-9 .block .text{
	padding: 0 25px;
}
#block-9 .owl-dot span{
	width: 15px;
	height: 15px;
	background: #fff;
}
#block-9 .owl-dots{
	margin-top: 30px;
}
#block-9 .owl-dot.active span{
	background: #74BB16;
}
#block-10 .block {
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}
#block-10 .block .tit{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	padding: 10px;
	color: #fff;
	background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.5) 16.26%);
}
body {
    counter-reset: list;
   }
#block-10 .owl-dots span{
	background: none;
}
#block-10 .owl-dots span:before{
	counter-increment: list;
	content: counter(list);
	color: #222;
	transition:0.3s all;
}
#block-10 .owl-dot.active span{
	transform:scale(1.1)
}
#block-10 {
	background: url("../images/block-10.webp") top right no-repeat;
}
#block-12 {
	position: relative;
}
#block-12 .wrap{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
#block-12 .block{
	background: #FFFFFF;
	text-align: center;
	margin-top: 70px;
	padding: 30px;
}
#block-12 .block .tit{
	font-size: 29px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 20px;
}
#block-12 .block .text{
	font-size: 20px;
	margin-bottom: 30px;
	color: #212529;
}
#block-12 .block .phone{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
	font-weight: bold;
}
#block-12 .block .phone a{
	color: #000;
	text-decoration: none;
}
#block-12 .block .mess{
	margin-bottom: 20px;
}
#block-12 .block .mess a{ 
	text-decoration: none;
	display: inline-block;
	margin: 0 4px;
}
#block-12 .block form{
	margin-bottom: 30px;
	position: relative;
	padding-right: 5px;
}
#block-12 form input[type="text"]{
	height: 60px;
	font-size: 18px;
	padding:0 30px;
	display: block;
	width: 100%;
	padding-right: 50px;
	filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.25));
	border: 0.5px solid #C4C4C4;
	border-radius: 5px;
}
#block-12 form input[type="submit"]{
	width: 60px;
	height: 60px;
	border:none;
	overflow: hidden;
	text-indent: -2000px;
	background: #EAB864 url("../images/phone-button.svg") center center no-repeat;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: 0;
}
#block-12 .addr{
	margin-bottom: 15px;
	font-size: 20px;
}
#block-12 .block{
	background: #FBF7F4;
}
footer{
	padding: 40px 0;
	background: #FDF9F6 url("../images/footer.png") top right no-repeat;
}
footer .tit{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
footer .tit:after{
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #FF9F10;
	margin-bottom: 15px;
}
footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li{
	margin-bottom: 5px;
}
footer ul li a{
	color: #333 !important;
	text-decoration: none;
}
footer .button a{
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
}
footer .bottom{
	margin-top: 30px;
}
.modal .button{
	font-size: 17px;
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 15px;
}
#block-11 .wrap-1{
	background: #fff;
	padding: 20px;
}
#block-11 .wrap-2{
	border:1px solid #f1f1f1;
	padding: 30px;
}
#block-11 .sub{
	opacity: 0.5;
	font-size: 18px;
}
#quiz .step{
	padding: 0 100px;
}
#quiz .top{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
#quiz .num{
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	background: #EDF3F6;
	border-radius: 10px;
	width: 45px;
	line-height: 45px;
	margin-right: 10px;
	position: relative;
	top: -5px;
}
.bar{
	background: #EDF3F6;
	border-radius: 50px;	
	height: 15px;
	max-width:1000px;
	margin: auto;
	margin-bottom: 40px;
	position: relative;
}
.bar:after{
	content: '';
	width: 12.5%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url("../images/bar.png");
	border-radius: 50px;
}
.step-1 .block{
	text-align: center;
}
.step .gal{
	width: 46px;
	height: 46px;
	background: #fff url("../images/q.svg") center center no-repeat;
	border-radius:50%;
}
.step-1 .block .gal{
	margin: auto;
	margin-top: -23px;
	position: relative;
	transition:0.3s all;
}
.step .block{
	margin-bottom: 15px;
	color: #808080;
	cursor: pointer;
}
.step .block.active .gal{
	background: #74BB16 url("../images/q.svg") center center no-repeat;
}
.step .block{
	display: table;
}
.step .block>div{
	display: table-cell;
	vertical-align: middle;
}
.step .block .left{
	padding-right: 10px;
}
.step-1 .block{
	margin-bottom: 30px;
}
.step .button{
	width: 100%;
	padding: 15px;
}
#quiz .bottom{
	margin-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#quiz .bottom .button{
	float: right;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	background: linear-gradient(90deg, #E1994D 0%, #E6A959 56%, #EAB864 100%);
	box-shadow: 0px 19px 49px rgba(229, 161, 83, 0.1);
	border-radius: 15px;
	width: 220px;
	padding:15px 20px;
	position: relative;
	margin-bottom: 20px;
}
#quiz .bottom .button:after{
	content: '';
	display: block;
	background: url("../images/next.svg") center center no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
}
#quiz .step{
	display: none;
}
#quiz .step.active{
	display: block;
}
.bar{
	transition:0.3s all;
}
.bar:after{
	transition:0.3s all;
}
.bar.s-2:after{
	width: 25%;
}
.bar.s-3:after{
	width: 37.5%;
}
.bar.s-4:after{
	width: 50%;
}
.bar.s-5:after{
	width: 62.5%;
}
.bar.s-6:after{
	width: 75%;
}
.bar.s-7:after{
	width: 87.5%;
}
.bar.s-8:after{
	width: 100%;
}
#block-11{
	background: url("../images/block-11.webp") bottom left no-repeat;
}
@media(max-width:1400px){
	#block-3 .b8 .tit{
		margin: 15px 0 5px;
		line-height: normal;
	}
	#block-3 .last .tit{
		margin-top: 40px;
	}
	#block-6 .block{
		min-height: 276px;
	}
	#block-9 .wrap{
		min-height: 410px;
	}
}
@media(max-width:1200px){
	header .conts .phone a{
		font-size: 20px;
	}
	#menu ul li{
		padding: 0 10px;
	}
	#block-1 .title{
		font-size: 45px;
	}
	#block-2 .block .tit{
		font-size: 18px;
		min-height: 100px;
	}
	#block-6 .block ul{
		font-size: 16px;
	}
	#block-9 .wrap{
		min-height: 300px;
	}
	#block-10 .block{
		margin-bottom: 10px;
	}
}
@media(max-width:992px){
	header .slogan{
		font-size: 12px;
		width: 190px;
	}
	header .soc .top{
		font-size: 13px;
	}
	#block-1 .title{
		font-size: 35px;
	}
	#block-1 .sub{
		font-size: 18px;
	}
	#block-1 ul li{
		font-size: 16px;
	}
	#block-1 ul{
		margin-bottom: 20px;
	}
	.title{
		font-size: 30px;
	}
	#block-2 .block{
		margin-bottom: 24px;
	}
	#block-2 .block .tit{
		min-height: 70px;
	}
	.p-50{
		padding: 40px 0;
	}
	#block-3 .block .tit{
		font-size: 17px;
	}
	#block-3 .block .price strong{
		font-size: 20px;
	}
	#block-3 .block .button{
		width: auto;
		display: block;
	}
	#block-3 .last .wrap{
		padding: 10px;
	}
	#block-3 .last .wrap .tit{
		font-size:16px;
	}
	#block-3 .last .tit{
		margin-top: 15px;
	}
	#block-6 .block{
		min-height: 1px;
	}
	#block-9 .tit{
		font-size: 18px;
	}
	#block-9 .wrap {
		min-height: 350px;
	}
	#quiz .top{
		font-size: 20px;
	}
	#quiz .step{
		padding: 0;
	}
	#block-12 .block .text{
		font-size: 15px;
	}
	#block-12 .title{
		font-size: 30px;
		margin-bottom: 5px;
	}
	#block-12 .block .addr{
		font-size: 16px;
	}
	.toggler {
		width: 40px;
		cursor: pointer;
		padding: 5px;
		height: 100%;
		float: right;
	}
	.toggler div {
		height: 2px;
		background: #fff;
		margin: 6px 0;
		transition: 0.3s all;
	}
	#menu ul{
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		background: #fff;
		padding: 30px;
		z-index: 10;
		width: 300px;
		margin-left: -300px;
		transition:0.3s all;
	}
	#menu ul.active{
		margin-left: 0;
	}
	#menu ul li{
		display: block;
	}
	#menu ul li a{
		color: #333;
		display: block;
	}
	#block-1{
		margin-top: -160px;
	}
	#menu{
		padding: 0;
	}
	header .conts .top{
		font-size: 12px;
		margin-bottom: 0;
		color: #fff;
	}
	header .conts .phone a{
		font-size: 16px;
		color: #fff;
	}
	header .slogan{
		width: 160px;
	}
	#block-1 .title{
		font-size: 25px;
		margin-bottom: 15px;
	}
	#block-1 .sub{
		font-size: 15px;
	}
	#block-1 ul li{
		font-size: 15px;
	}
	#block-1 .bot{
		font-size: 15px;
	}
	#block-1{
		padding-bottom: 50px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	#block-2 .block .tit{
		font-size: 16px;
		padding-left: 35px;
	}
	#block-3 .sub{
		font-size: 15px;
	}
	.p-50{
		padding: 30px 0;
	}
	#block-3 .bottom{
		font-size: 16px;
		margin-top: 0;
	}
	#block-3 .bottom a{
		font-size: 18px;
	}
	.p-70{
		padding: 50px 0;
	}
	#block-4 .sub{
		font-size: 16px;
	}
	#block-4 ul{
		font-size: 16px;
		margin-bottom: 20px;
	}
	#block-4 .form-control{
		margin-bottom: 15px;
	}
	#block-7 .sub{
		font-size: 17px;
	}
	#block-8 .title{
		margin-bottom: 10px;
	}
	#block-8 .sub{
		font-size: 17px;
	}
	#block-9 .sub{
		font-size: 17px;
	}
	#block-9 .wrap{
		min-height: 1px;
	}
	#block-9 .owl-dots{
		margin-top: 0;
	}
	#block-11 .wrap-2{
		padding: 15px;
	}
	#quiz .top{
		font-size: 18px;
	}
	#quiz .top .num{
		line-height: 30px;
		top: 0;
		margin-right: 0;
	}
	.step-1 .block{
		margin-bottom: 15px;
	}
	.step .block{
		margin-bottom: 10px;
	}
	.bar{
		margin-bottom: 20px;
	}
	#quiz .top{
		margin-bottom: 15px;
	}
	#quiz .bottom{
		margin-top: 10px;
	}
}
@media(max-width:576px){
	header .conts .top{
		display: none;
	}
	header .conts .phone a{
		font-size: 12px;
	}
	#block-1 .button{
		font-size: 12px;
	}
	#block-2{
		background: none;
	}
	#block-2 .block .tit{
		padding-left: 50px;
		font-size: 18px;
	}
	#block-6 .button{
		padding: 15px 30px;
		text-align: center;
		font-size: 14px;
		margin-top: 0;
	}
	#block-7 .button{
		padding: 15px 40px;
	}
	#block-10{
		background: none;
	}
	#block-11 .wrap-1{
		padding: 5px;
	}
	#block-12 .block .phone{
		font-size: 19px;
	}
	#block-12 form input[type="text"]{
		padding: 10px;
		font-size: 14px;
	}
	footer{
		background: none;
	}
	footer img{
		margin-bottom: 15px;
	}
	footer .conts .top{
		text-align: center;
	}
	footer .soc{
		text-align: center;
	}
	footer .bottom{
		font-size: 12px;
	}
	footer{
		text-align: center;
	}
	#menu ul {
		width: 250px;
	}
}