html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}

*{
	box-sizing: border-box;
}




@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.eot');
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
        url('../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.eot');
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('Montserrat-SemiBold.woff') format('woff'),
        url('Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}



html,
body{
	background: #fff;
	min-height: 100%;
}
body{
	color: #444;
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 500;
}
a{
	color: #927904;
	text-decoration: none;
}


h1,
.h1{
	font-size: 34px;
	line-height: 1;
	padding: 0;
	margin: 0 0 15px;
}
h2,
.h2{
	font-size: 24px;
	line-height: 1;
	padding: 0;
	margin: 0 0 10px;
}
h3,
.h3{
	font-size: 20px;
	line-height: 1;
	padding: 0;
	margin: 0 0 10px;
}
h4,
.h4{
	font-size: 16px;
	line-height: 1;
	padding: 0;
	margin: 0 0 10px;
}

p{
	margin: 0 0 10px;
}
hr{
	border: none;
	border-bottom: #dfdfdf 1px solid;
	margin: 20px 0;
}

.w100{
	width: 100%;
}
.w50{
	width: 50%;
}
.claer{
	clear: both;
}

.fx{
	display: flex;
	flex-direction: row;
}
.fx.v{
	flex-direction: column;
}
.fx.c{
	justify-content: center;
}
.fx.vc{
	align-items: center;
}
.fx.sb{
	justify-content: space-between;
}
.fx.w{
	flex-wrap: wrap;
}

.main_width{
	width: 1140px;
	max-width: calc(100% - 20px);
	margin: 0 auto;
}


.header{
	background: #fff;
	border-bottom: 1px solid #eae6e2;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}
.header .wrapper{
	padding: 15px 0;
}
.header .logo img{
	display: block;
}

.header .center_bx .title{
	color: #3f413e;
	font-size: 18px;
	font-weight: 500;
	
}
.header .center_bx .title p{
	margin: 0;
}
.header .center_bx .phone{
	background: url(../images/phone.png) no-repeat 0 center;
	padding-left: 30px;
	margin-left: 30px;
}
.header .center_bx .phone a{
	color: #3f413e;
	font-size: 20px;
	font-weight: 500;
}


.button{
	background: #04bc5c;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	padding: 15px 32px;
}
.button:hover{
	background: #00a951;
}

.top_block{
	background: url(../images/top_block_bg.jpg) no-repeat center 0;
	width: 100%;
	padding-top: 70px;
	margin-top: 47px;
}
.top_block > .wrapper > *{
	width: 50%;
	padding: 0 10px;
}
.top_block .column1 .title{
	color: #3c3f3c;
	font-size: 29px;
	line-height: 1.3;
	font-weight: 800;
	margin: 40px 0 40px;
}
.top_block .column1 .title span{
	color: #00bc5a;
}
.top_block .column1 .txt{
	color: #3c3f3c;
	font-size: 19px;
	font-weight: 500;
	padding-right: 115px;
}
.top_block .column1 .txt strong{
	text-transform: uppercase;
	text-decoration: underline;
}
.top_block .column1 .cont1{
	font-weight: 500;
	margin: 82px 0 0;
}
.top_block .column1 .cont1 p{
	margin: 0;
}
.top_block .column1 .cont1 .cont{
	padding-left: 15px;
}
.top_block .column1 .bx,
.top_block .column1 .bx2{
	margin: 0 0 28px;
}
/*.top_block .column1 .bx2{
	margin: 30px 0;
}*/
.top_block .column1 .bx2 p{
	font-size: 42px;
	font-weight: 500;
	text-transform: uppercase;
}
.top_block .column1 .bx:last-child{
	margin-bottom: 60px;
}


.top_block .column2{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.form_wrapper{
	background: #00bc5a;
	border-radius: 20px 20px 0 0;
	color: #fff;
	text-align: center;
	padding: 30px;
}
.form_wrapper > .title{
	font-size: 32px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0 0 20px;
}
.form_wrapper > .title strong{
	color: #fff000;
	font-weight: 600;
}
.form_wrapper .txt{
	display: block;
	width: 425px;
	max-width: 100%;
	margin: 0 auto;
}
.form_wrapper .cont1{
	background: #02a358;
	border-radius: 60px;
	align-items: center;
	width: 425px;
	max-width: 100%;
	padding: 6px;
	margin: 40px auto;
}

.form_wrapper .cont1 .icon{
	background: #00bc5a url(../images/clock.png) no-repeat center;
	border-radius: 20px;
	width: 38px;
	height: 38px;
}
.form_wrapper .cont1 .cont{
	text-align: left;
	width: calc(100% - 58px);
	margin: 0 0 0 20px;
}
.form_wrapper .cont1 .cont span{
	color: #fff000;
}


.form_block .wrapper{
	justify-content: center;
	margin: 30px 0 20px;
}
.form_block .inp,
.form_block .button1{
	margin-bottom: 10px;
}
.form_block .inp input{
	background: #fff;
	border: none;
	outline: none;
	border-radius: 40px;
	font-family: 'Montserrat';
	font-size: 14px;
	padding: 12px 20px;
}
.form_block .button1{
	background: #fff000;
	border: none;
	outline: none;
	border-radius: 40px;
	color: #3c3f3c;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	padding: 12px 20px;
	margin-left: 10px;
}
.form_block .button1:hover{
	background: #ecde01;
}


.form_block.md_form .inp input{
	border: 3px solid #ccc;
	width: 100%;
}
.form_block.md_form .inp{
	margin: 0 0 20px;
}
.form_block.md_form .button1{
	border: none;
	font-weight: 800;
	width: 100%;
	margin: 0;
}
.md_content .title{
	font-weight: 700;
	margin: 0 0 20px;
}

.block2 > .wrapper{
	padding: 30px 0;
}
.block2 .column1,
.block2 .column2{
	padding: 0 15px;
	margin: 40px 0;
}
.block2 .column1{
	width: 60%;
}
.block2 .column2{
	width: 40%;
}


.block2 .column1 .title{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 55px;
}
.block2 .column1 .title span{
	color: #00bc5a;
}
.block2 .column1 .quote{
	display: block;
	background: url(../images/quote.png) no-repeat 0 center;
	color: #888e88;
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.4;
	width: 524px;
	max-width: 100%;
	min-height: 30px;
	padding-left: 54px;
}
.video_block{
	padding: 60px 20px 0;
}
.video_bx{
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 71.5%;
}
.video_bx img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.video_bx .play{
	display: block;
	background: #00bc5a;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 27%;
	width: 65px;
	height: 65px;
	transform: translateX(-50%);
}
.video_bx .play:before{
	content: '';
	border: 11px solid transparent;
	border-width: 11px 18px;
	border-left-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-16%, -50%);
}
.video_bx .play:hover{
	background: #00a951;
}


.block2 .column2 .title{
	color: #3c3f3c;
	font-size: 40px;
	line-height: 1.1;
	font-weight: 900;
	margin: 0 0 45px;
}
.block2 .column2 .txt{
	color: #00bc5a;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 45px;
}
.block2 .column2 .txt strong{
	text-transform: uppercase;
}
.block2 .column2 ul{
	list-style: none;
}
.block2 .column2 li{
	display: flex;
	align-items: center;
	margin: 0 0 30px;
}
.block2 .column2 li:last-child{
	margin-bottom: 0;
}
.block2 .column2 li img{
	width: 50px;
	height: 50px;
}
.block2 .column2 li p{
	font-size: 16px;
	font-weight: 500;
	width: calc(100% - 50px);
	padding-left: 15px;
	margin: 0;
}

.block3{
	background: #02a358;
}
.block3 .column1,
.block3 .column2{
	width: 50%;
	padding: 0 10px;
}
.block3 .form_wrapper{
	border-radius: 0 0 20px 20px;
	padding-top: 50px;
	margin-bottom: 40px;
}

.block3 .contacts{
	color: #fff;
	padding: 50px 50px 30px;
}
.contacts .title{
	font-size: 26px;
	font-weight: 800;
	margin: 0 0 20px;
}
.contacts .addr{
	display: block;
	font-size: 16px;
	min-height: 18px;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
}
.contacts .addr.address{
	background: url(../images/loc.png) no-repeat 0 center / 18px 18px;
}
.contacts .addr.schedule{
	background: url(../images/clock2.png) no-repeat 0 center / 18px 18px;
}
.contacts .map{
	background: #f2f3f4;
	border-radius: 10px;
	width: calc(100% + 40px);
	overflow: hidden;
	margin: 30px -20px 0;
}

.block4{
	background: #00bc5a;
	color: #fff;
	padding: 30px 0;
}
.block4 p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
.block4 p:last-child{
	margin-bottom: 0;
}
.block4 a{
	display: inline-block;
	border-bottom: #fff 1px solid;
	color: #fff;
}


.hide{
	display: none;
}

@media (max-width: 940px){
	.block2 > .wrapper{
		flex-direction: column-reverse;
		align-items: center;
	}
	.block2 .column1,
	.block2 .column2{
		width: 600px;
		max-width: 100%;
	}
}
@media (max-width: 840px){
	.header .center_bx .title,
	.top_block .column1 .cont1 p br{
		display: none;
	}
	.header .center_bx .phone{
		margin-left: 0;
	}
	.top_block{
		background: url(../images/bg1.jpg) no-repeat center 0;
	}
	.top_block > .wrapper > *,
	.block3 .column1, 
	.block3 .column2{
		width: 100%;
	}
	.top_block .column1 .title{
		font-size: 25px;
		text-align: center;
		margin: 0 0 28px;
	}
	.top_block .column1 .txt{
		font-size: 15px;
		text-align: center;
		padding-right: 0;
	}
	.top_block .column1 .cont1{
		background: #fff;
		padding: 15px;
		margin-bottom: 20px;
	}
	.top_block .column1 .bx:last-child{
		margin-bottom: 0;
	}
	.top_block .column1 .bx2 p{
		font-size: 28px;
	}
	.top_block .column1 .bx, 
	.top_block .column1 .bx2{
		margin-bottom: 12px;
	}
	.form_wrapper{
		border-radius: 0;
	}
}
@media (max-width: 600px){
	.header .wrapper{
		padding: 6px 0;
	}
	.header .logo img{
		width: 134px;
		height: 40px;
	}
	.header .button{
		font-size: 12px;
		padding: 10px 15px;
	}
	.block2 .column2 .title{
		font-size: 28px;
	}
}
@media (max-width: 500px){
	.header .right_bx{
		display: none;
	}
	.form_block .inp,
	.form_block .inp input{
		width: 100%;
	}
	.form_block .inp{
		margin-bottom: 15px;
	}
	.form_block .button1{
		width: 100%;
		margin-left: 0;
	}
}

