body{
	font-family: Montserrat;
}
.logo{
	display: table;
	text-decoration: none;
	color: #333 !important;
}
.logo>div{
	display: table-cell;
	vertical-align:middle;
}
.logo .right{
	padding-left: 20px;
}
header{
	padding: 15px 0;
}
header .phone{
	text-align: center;
}
header .phone a{
	color: #333;
	text-decoration: none;
	font-size: 26px;
}
.btn_sm {
	font-size: 12px;
	border-radius: 8px;
}
.btn {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	cursor: pointer;
	border: none;
	position: relative;
	top: 0;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: "Montserrat";
	font-size: 15px;
	text-shadow: 0 2px 5px rgba(78, 53, 22, 0.33);
	text-transform: uppercase;
	background-color: #d5d2ce;
	border-radius: 12px;
	background: #14bc14;
	background: -moz-linear-gradient(top, #14bc14 0%, #008b00 100%);
	background: -webkit-linear-gradient(top, #14bc14 0%,#008b00 100%);
	background: linear-gradient(to bottom, #14bc14 0%,#008b00 100%);
	-webkit-box-shadow: inset 0 8px 35px rgba(254, 223, 164, 0.48);
	box-shadow: inset 0 8px 35px rgba(254, 223, 164, 0.48);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn_2 {
	background: #14bc14;
	background: -moz-linear-gradient(top, #14bc14 0%, #008b00 100%);
	background: -webkit-linear-gradient(top, #14bc14 0%,#008b00 100%);
	background: linear-gradient(to bottom, #14bc14 0%,#008b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14bc14', endColorstr='#008b00',GradientType=0 );
	-webkit-box-shadow: inset 0 8px 35px rgba(254, 223, 164, 0.48);
	box-shadow: inset 0 8px 35px rgba(254, 223, 164, 0.48);
}
.btn::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 32px;
	background-color: #0b660b;
	border-radius: 16px;
	z-index: 2;
	-webkit-transition: all .3;
	-o-transition: all .3;
	transition: all .3;
}
.btn_sm .btn__center {
	padding-left: 25px;
	padding-right: 25px;
}
.btn_sm .btn__center {
	height: 50px;
	padding-left: 35px;
	padding-right: 35px;
}
.btn__center {
	height: 90px;
	padding: 5px 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn__center::before {
	content: '';
	position: absolute;
	top: 45px;
	left: 35px;
	right: 35px;
	bottom: 0;
	background-color: #c0952e;
	border-radius: 19px;
	-webkit-box-shadow: 0 4px 49px rgba(0, 0, 0, 0.8);
	box-shadow: 0 4px 49px rgba(0, 0, 0, 0.8);
	z-index: 1;
}
.btn__text {
	position: relative;
	z-index: 9;
	color: #fff;
}
.btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	background-image: inherit;
	z-index: 3;
	-webkit-transition: all .3;
	-o-transition: all .3;
	transition: all .3;
}
.btn_2:hover {
	background: #008b00;
	background: -moz-linear-gradient(top, #008b00 0%, #14bc14 97%);
	background: -webkit-linear-gradient(top, #008b00 0%,#14bc14 97%);
	background: linear-gradient(to bottom, #008b00 0%,#14bc14 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008b00', endColorstr='#14bc14',GradientType=0 );
}
#block-1{
	padding: 100px 0;
	background: url("../images/block-1.jpg") center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
#block-1:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.5;
}
#block-1 .container{
	position: relative;
	z-index: 4;
}
.title{
	font-size: 40px;
	margin-bottom: 40px;
}
#block-1 .title{
	line-height: normal;
}
#block-1 .title{
	margin-bottom: 20px;
}
.sub{
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
#block-1 ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
#block-1 li{
	margin-bottom: 10px;
}
#block-1 li:before{
	content: '✅';
	margin-right: 5px;
}
#block-1 .btn{
	float: left;
	width: auto;
}
.carousel{
	max-width:1000px;
	margin: auto;
}
#block-2{
	padding: 50px 0;
}
#block-3{
	padding: 50px 0;
}
#block-3 ul{
	font-size: 18px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#block-3 ul li{
	margin-bottom: 15px;
	position: relative;
	padding-left: 40px;
}
#block-3 svg{
	color: #008b00;
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 30px;
}
#block-4 {
	padding: 50px 0;
}
#block-4 .block{
	max-width:450px;
	margin: auto;
	font-size: 18px;
}
footer{
	padding: 30px 0;
	background: #f7f7f7;
}
footer .pol{
	text-align: right;
}
a{
	color: #444;
}
header .btn{
	float: right;
}
.button{
	border: 2px solid #008B00;
	background:none;
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 4px;
	transition:0.3s all;
}
.button:hover{
	background: #008B00;
	color: #fff;
}
#quiz .top{
	font-weight: bold;
	margin-bottom: 5px;
}
#quiz .tit{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.step{
	margin-bottom: 20px;
}
.step .block{
	margin-bottom: 15px;
}
label, .block input{
	cursor: pointer;
}
#quiz .button{
	text-align: center;
}
.step{
	display: none;
}
.step.active{
	display: block;
}
@media(max-width:1400px){
	header .btn{
		padding: 0px;
	}
}
@media(max-width:1200px){
	.logo{
		font-size: 14px;
	}
}
@media(max-width:992px){
	.logo .right{
		display: none;
	}
}
@media(max-width:768px){
	header .phone a{
		font-size: 16px;
	}
	header .btn{
		font-size: 14px;
	}
	header .btn_sm .btn__center{
		padding: 0 15px;
	}
	#block-1{
		padding: 50px 0;
	}
	.title{
		font-size: 30px;
		line-height: normal;
		margin-bottom: 20px;
	}
	#block-1 .title{
		margin-bottom: 0px;
	}
	#block-2, #block-3, #block-4{
		padding: 40px 0;
	}
	#block-3 img{
		display: block;
		margin: auto;
		margin-bottom: 20px;
	}
	#block-3 ul li:last-child{
		margin: 0;
	}
	footer{
		font-size: 13px;
	}
}
@media(max-width:768px){
	header{
		text-align: center;
	}
	header .btn{
		margin: auto;
		float: none;
	}
	header .phone{
		padding: 10px 0;
	}
	header .phone a{
		font-size: 20px;
	}
	.title{
		font-size: 25px;
	}
	.sub{
		font-size: 20px;
		margin-top: 10px;
	}
	#block-1 ul{
		font-size: 16px;
	}
	#block-3 ul li{
		font-size: 16px;
	}
	#block-4 .block{
		font-size: 16px;
	}
	footer .pol, footer{
		text-align: center;
	}
	.logo{
		max-width:320px;
		margin: auto;
		text-align: left;
		font-size: 12px;
	}
	.logo .right{
		display: table-cell;
	}
}