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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
:before, :after {
	box-sizing: border-box;
}
body {
	position: relative;
	background: #fff;
	font-size: 14px;
	color: #12151D;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Roboto', sans-serif;
}
H2, .h2 {
	padding-top: 40px;
	font-weight: 500;
	font-size: 32px;
	line-height: 150%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
H3, .h3 {
	margin-top: 40px;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
H4, .h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	font-family: 'Oswald', sans-serif;
}
.subtitle {
	color: #484D57;
	font-size: 16px;
	line-height: 150%;
}
.super-subtitle {
	color: #126BE3;
	font-weight: 500;
	font-size: 32px;
}
.medium {
	font-weight: 500;
}
ul, ul li {
	list-style: none;
}
ul:not([class]) li {
	position: relative;
	padding-left: 15px;
	margin-top: 20px;
	line-height: 150%;
}
ul:not([class]) li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	background: #126BE3;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.check-list li {
	position: relative;
	padding: 5px 0 0 42px;
	margin-top: 20px;
	min-height: 27px;
}
.check-list li:before {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #126BE3;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'icomoon';
	content: "\e903";
	font-size: 15px;
}


a {
	color: #126BE3;
	transition: all 300ms ease;
	text-decoration: none;
}
p {
	margin-top: 20px;
	line-height: 150%;
}
.bt {
	position: relative;
	cursor: pointer;
	transition: all 300ms ease;
	background: #85C609;
	border-radius: 50px;
	height: 56px;
	padding: 0 30px;
	min-width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
a.bt {
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}
.hidden {
	display: none;
}
.bt-menu {
	position: relative;
	z-index: 10;
	cursor: pointer;
	width: 24px;
	height: 16px;
	align-items: center;
	display: none;
}
.bt-menu span {
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	transition: .3s;
}
.bt-menu span:before,
.bt-menu span:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	transition: .3s;
}
.bt-menu span:after {
	top: calc(100% - 2px);
}
.bt-menu.close span {
	background: transparent;
}
.bt-menu.close span:before,
.bt-menu.close span:after {
	top: 6px;
	transform: rotate(45deg);
}
.bt-menu.close span:after {
	transform: rotate(-45deg);
}


.viewport-wrapper {
	position: relative;
	min-width: 300px;
	overflow: hidden;
}
.viewport-wrapper.overflow {
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
}

.act-item a {
	display: flex;
	align-items: center;
	color: inherit;
}
.act-item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #85C609;
	width: 35px;
	min-width: 35px;
	height: 35px;
	color: #fff;
	font-size: 22px;
}
.act-item .text {
	text-decoration: underline;
	font-size: 14px;
	padding-left: 15px;
}

.contact-wrapper .tel {
	font-size: 24px;
	line-height: 29px;
}
.contact-wrapper .tel:before {
	display: block;
}
.contact-wrapper .tel {
	position: relative;
	padding-left: 42px;
	display: inline-block;
	color: #12151D;
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
}
.contact-wrapper .tel span {
	font-weight: 600;
}
.contact-wrapper .tel:before {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #126BE3;
	width: 27px;
	height: 27px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: inherit;
}
.work-time {
	text-align: right;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
}


.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	padding: 10px 0;
}
.header-logo {
	margin-right: auto;
}
.header .act-item {
	margin-left: 10px;
}
.header .contact-wrapper {
	margin-left: 15px;
}
.header .contact-wrapper .tel {
	padding-left: 0;
	font-size: 18px;
	line-height: 1.2;
}
.header .contact-wrapper .tel:before {
	display: none;
}






.preview-block {
	position: relative;
	z-index: 2;
	background: linear-gradient(284.59deg, #B9C5DB 2.21%, #EEF2F9 99.33%);
	padding: 120px 0 50px;
}
.preview-slider {
	position: relative;
	overflow: hidden;
	margin: 0 -15px;
}
.preview-slider .title {
	font-weight: 500;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 150%;
	font-family: 'Oswald', sans-serif;
}
.preview-slider .img {
	position: relative;
	z-index: 2;
	margin: 15px auto 0;
	max-width: 400px;
	text-align: center;
}
/*.preview-slider .img:before {
	content: '';
	display: block;
	background: url(../i/grass1.png);
	width: 505px;
	height: 274px;
	background-size: 100% 100%;
	position: absolute;
	left: -164px;
	bottom: 0;
	width: 252px;
	height: 126px;
	left: -82px;
	bottom: 30px;
}
.preview-slider .img:after {
	content: '';
	display: block;
}
.preview-slider .img img {
	filter: drop-shadow(0px 20px 40px rgba(10, 34, 55, 0.25));
}*/
.preview-slider .item {
	padding-bottom: 40px;
	margin: 0 15px;
	overflow: hidden;
}
.preview-slider .bt {
	margin-top: 30px;
}
.preview-slider .hint {
	margin-top: 15px;
	font-size: 14px;
	color: #484D57;
}



.advantage-list {
	margin: 30px -15px 0;
	background: #FAF9F5;
	border: 5px solid #FFFFFF;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 9px 15px 28px;
}
.advantage-item {
	display: flex;
	align-items: center;
	margin-top: 20px;
	font-size: 16px;
}
.advantage-item .icon {
	width: 50px;
	min-width: 50px;
}
.advantage-item .text {
	padding-left: 22px;
}
.advantage-item strong {
	display: block;
	font-family: 'Oswald', sans-serif;
}



.catalog-block {
	position: relative;
	z-index: 2;
}


.button-group {
	margin: 30px -15px 0 -15px;
	overflow: auto;
	padding-bottom: 15px;
}
.button-group::-webkit-scrollbar {
	background: linear-gradient(284.59deg, #B9C5DB 2.21%, #EEF2F9 99.33%);
	height: 4px;
}
.button-group::-webkit-scrollbar-thumb {
	background: #85C609;
	height: 4px;
}
.button-group::-webkit-scrollbar-track {    
	width: 4px;
}
.button-filter {
	margin-left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 2px solid #76B008;
	border-radius: 50px;
	padding: 0 25px;
	background: 0;
	color: #12151D;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 300ms ease;
	white-space: nowrap;
}
.button-filter.is-checked {
	background: #76B008;
	color: #fff;
}


.product-list {
	margin: 0 -6px;
	padding-top: 20px;
}
.product-item {
	margin-top: 12px;
	width: 50%;
	display: flex;
	padding: 0 6px;
}
.product-item .wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #E8EDF5;
	border-radius: 5px;
	overflow: hidden;
	padding: 0 10px 15px;
}
.product-item .img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	margin: 0 -10px;
	background: #fff;
	margin-bottom: 20px;
}
.product-item .img img {
	max-height: 100%;
}
.product-item .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	font-family: 'Oswald', sans-serif;
}
.product-item ul:not([class]) {
	margin-top: 13px;
}
.product-item ul:not([class]) li {
	margin-top: 0;
	font-size: 13px;
}
.product-item .price {
	margin-top: auto;
	padding-top: 10px;
	color: #126BE3;
	line-height: 150%;
	font-family: 'Oswald', sans-serif;
}
.product-item .price span {
	font-size: 20px;
	font-weight: 700;
}
.product-item .bt {
	margin-top: 15px;
	background: #FFFFFF;
	border: 2px solid #76B008;
	border-radius: 50px;
	padding: 0 14px;
	height: 50px;
	color: #12151D;
	font-size: 14px;
}
.product-item .hint {
	margin-top: 10px;
	text-align: center;
	color: #909398;
	font-size: 12px;
	line-height: 120%;
}


.search-form {
	margin-top: 30px;
}
.search-form form {
	margin-top: 20px;
	position: relative;
}
.search-form .search-text {
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	padding: 0 50px 0 15px;
	height: 62px;
	font-size: 16px;
	color: #12151D;
}
.search-form .search-text::-moz-placeholder {
	color: #878787;
}
.search-form .search-text::-webkit-input-placeholder {
    color: #878787;
}
.search-form .search-text::placeholder {
    color: #878787;
}
.search-form .search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: 0;
	z-index: 2;
	font-size: 20px;
	color: #126BE3;
}


.form-box {
	margin-top: 30px;
	background: #FAF9F5;
	border: 5px solid #FFFFFF;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 1px 15px 0;
}
.form-box form {
	padding-top: 10px;
}
.form-box .subtitle {
	margin-top: 20px;
	color: #12151D;
}
.form-box .bt {
	margin-top: 15px;
}
.form-box .img {
	position: relative;
	height: 150px;
	margin-top: 20px;
	overflow: hidden;
}
.form-box .img img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	max-width: 1000%;
}



.quality-block {
	position: relative;
	z-index: 1;
	padding-top: 100px;
	margin-top: -100px;
}
.quality-block:before {
	content: '';
	display: block;
	background: linear-gradient(284.59deg, #B9C5DB 2.21%, #EEF2F9 99.33%);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 40px;
	width: 100%;
	z-index: -1;
}
.quality-block .form-box .img {
	height: 220px;
}


.tab-wrapper {
	padding-top: 20px;
}
.tab-section {
	margin-top: 10px;
	position: relative;
	z-index: 2;
}
.tab-section:before {
	content: '';
	display: block;
	background: #E9EDF4;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.tab-section .head {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	height: 70px;
	padding: 0 17px;
}
.tab-section .head .icon {
	width: 50px;
	min-width: 50px;
}
.tab-section .head .text {
	padding-left: 20px;
}
.tab-section .head strong {
	display: block;
	font-family: 'Oswald', sans-serif;
}
.tab-section .content {
	display: none;
	padding: 10px 15px 20px;
}
.tab-section .content H3 {
	text-transform: capitalize;
}
.tab-section .bt {
	margin-top: 20px;
	height: 50px;
	font-size: 14px;
}

.tab-list {
	counter-reset: item;
}
.tab-list .tab-section:after {
    content: counter(item);
    counter-increment: item;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: #85C609;
	border-radius: 50px;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 10px;
	color: #fff;
	text-align: center;
}






.region-block H2 {
	text-align: left;
}
.region-map {
	position: relative;
	max-width: 1053px;
}
.region-map .point {
	position: absolute;
	z-index: 1;
	width: 18px;
	height: 18px;
}
.region-map .point .hint {
	position: absolute;
	left: 100%;
	bottom: 30px;
	background: #FAF9F5;
	border: 5px solid #FFFFFF;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	width: 212px;
	padding: 14px 20px 12px;
	font-size: 14px;
	line-height: 150%;
	display: none;
}
.region-map .icon-marker {
	cursor: pointer;
}
.region-map .icon-marker:before {
	color: #85c609;
	font-size: 18px;
	cursor: pointer;
}



.annotation {
	margin-top: 30px;
	padding: 3px 0 3px 20px;
	border-left: 3px solid #126BE3;
	line-height: 150%;
}
.annotation + .bt {
	margin-top: 30px;
	height: 50px;
	font-size: 14px;
}


.project-list {
	padding-top: 20px;
	margin: 0 -10px;
}
.project-item {
	margin-top: 20px;
	width: 50%;
	padding: 0 10px;
	display: flex;
}
.project-item .wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #FAF9F5;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	overflow: hidden;
}
.project-item .gallery {
	position: relative;
}
.project-item .gallery .item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
}
.project-item .gallery:not(.slick-slider) .item:not(:first-child) {
	display: none;
}
.project-item .gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.project-item .content {
	padding: 15px 10px;
}
.project-item .title {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
}
.project-item p {
	margin: 5px 0 20px;
	color: #484D57;
	font-size: 14px;
}
.project-item .bt {
	margin-top: auto;
	background: #FFFFFF;
	border: 2px solid #76B008;
	border-radius: 50px;
	padding: 0 4px;
	height: 50px;
	color: #12151D;
	font-size: 13px;
}


.button-center {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.button-center .bt {
	margin-top: 20px;
	padding: 0 20px;
	height: 50px;
	font-weight: 500;
	font-size: 14px;
}



.about-block {
	margin-top: 40px;
	padding-bottom: 40px;
	background: linear-gradient(284.59deg, #B9C5DB 2.21%, #EEF2F9 99.33%);
}
.article {
	line-height: 150%;
}
.article H2 {
	text-align: left;
}
.article + .article {
	margin-top: 40px;
}
.media {
	margin-top: 30px;
}
.modal-video {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 350px;
	overflow: hidden;
	border-radius: 5px;
}
.modal-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal-video:before {
	font-family: 'icomoon' !important;
	content: "\e905";
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #E20303;
	width: 78px;
	height: 78px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding-left: 5px;
	font-size: 36px;
	color: #fff;
}
.modal-video:after {
	content: "";
	border-radius: 50%;
	width: 94px;
	height: 94px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid #FFFFFF;
	opacity: .5;
}
.article .annotation {
    margin-top: 20px;
}
.article-item {
	margin-top: 30px;
	position: relative;
	z-index: 2;
	background: #FAF9F5;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	overflow: hidden;
	padding: 20px;
}
.article-item .head {
	color: #126BE3;
	font-weight: 600;
	font-size: 30px;
	line-height: 150%;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.article-item .head span {
	font-size: 52px;
}
.article-item p {
	font-size: 14px;
	margin: 15px 120px 0 0;
}
.article-item img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	max-width: 150px;
}






.crt-item {
	display: block;
	margin-top: 30px;
}
.crt-item .img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	border: 4px solid #FFFFFF;
}
.crt-item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.crt-item .title {
	display: block;
	text-decoration: underline;
	margin-top: 10px;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
}
.guarantee-wrapper {
	margin-top: 30px;
	background: #FAF9F5;
	border: 5px solid #FFFFFF;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 20px 15px;
}
.guarantee-wrapper p {
	margin-top: 30px;
}




.work-block {
	background: url(../i/bg3.jpg) 50% 100% no-repeat;
	background-size: 100% auto;
	padding-bottom: 50px;
}
.person-list [class^="col-"] {
	display: flex;
	margin-top: 30px;
}
.person-item {
	width: 100%;
	height: 100%;
	display: block;
	background: #FAF9F5;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	overflow: hidden;
	padding: 0 10px 10px;
}
.person-item .img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 190px;
	margin: 0 -10px;
}
.person-item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.person-item .name {
	margin-top: 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
}
.person-item .post {
	color: #484D57;
	font-size: 14px;
	line-height: 150%;
}
.offer-wrapper {
	position: relative;
	overflow: hidden;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #EAEBEA 0%, #EAEAEC 47.82%, #DCDEDD 100%);
	border-radius: 5px;
	padding: 30px 98px 30px 20px;
}
.offer-wrapper img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.offer-wrapper H4 {
	margin: 0;
	font-weight: 700;
}
.offer-wrapper p {
	margin-top: 10px;
	font-size: 14px;
	max-width: 300px;
}
.offer-wrapper .bt {
	margin-top: 20px;
	padding: 0 20px;
	height: 50px;
	font-weight: 500;
	font-size: 14px;
	min-width: 0;
}


.step-list {
	padding-top: 10px;
	margin: 0 -2.5%;
	counter-reset: item;
}
.step-item {
	position: relative;
	margin: 22px 2.5% 0;
	width: 45%;
	background: #FAF9F5;
	border: 5px solid #FFFFFF;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 25px 15px 20px;
}
.step-item:before {
    content: counter(item);
    counter-increment: item;
    background: #85C609;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 9px;
    top: 38px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}
.step-item strong {
	display: block;
	font-family: 'Oswald', sans-serif;
}
.step-item .link-more {
	display: inline-block;
	margin-top: 20px;
	text-decoration: underline;
	font-size: 14px;
	line-height: 150%;
}



.contact-box {
	padding: 40px 0;
}
.contact-box H3 {
	margin: 0;
}
.contact-box .bt {
	margin-top: 20px;
	height: 50px;
	font-weight: 500;
	font-size: 14px;
	width: 100%;
}
.contact-step {
	margin-top: 14px;
	color: #302F2F;
	font-size: 14px;
}
.contact-step + .contact-step {
	margin-top: 20px;
}
.contact-step .label {
	font-weight: 300;
	line-height: 150%;
}
.contact-step p {
	margin-top: 5px;
}
.contact-step a {
	text-decoration: underline;
}
.contact-step .tel {
	color: inherit;
	text-decoration: none;
	font-weight: 500;
}
.soc-item {
	margin-top: 20px;
}
.soc-item a {
	display: inline-flex;
	align-items: center;
	color: #302F2F;
	font-size: 14px;
}
.soc-item a:before {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #126BE3;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	color: #fff;
	font-size: 18px;
}




#map {
	width: 100%;
	height: 300px;
	background: #eee;
}
[class*="ymaps-2"][class*="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter:grayscale(100%);
}


.footer {
	position: relative;
	background: #126BE3;
	padding: 40px 0;
	color: #fff;
}
.footer a {
	color: inherit;
}
.footer-act {
	padding-top: 10px;
	min-width: 100%;
}
.footer .act-item {
	margin-top: 20px;
}
.footer-contact {
	margin-left: auto;
	text-align: right;
}
.footer-contact .bt {
	min-width: 0;
	padding: 0 30px;
	margin-top: 15px;
	border-radius: 60px;
	height: 40px;
	font-weight: bold;
	font-size: 12px;
}

.footer .contact-wrapper .tel {
    color: inherit;
}
.footer .contact-wrapper .tel:before {
	border-color: inherit;
}
.footer-bot {
	margin-top: 30px;
	font-size: 12px;
	line-height: 150%;
}
.footer-copy {
	font-weight: 300;
}
.footer-links {
	margin-top: 10px;
}
.footer-links a {
	text-decoration: underline;
}



input, textarea, select {
	border: 0;
	background: #fff;
	resize: none;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
}
button {
	cursor: pointer;
	border: none;
	font-family: 'Roboto', sans-serif;
}
select::-ms-expand {
    display: none;
}
::-moz-placeholder {
	opacity: 1;
}
::-webkit-input-placeholder {
    opacity: 1;
}
::-ms-placeholder {
    opacity: 1;
}
::placeholder {
    opacity: 1;
}
input:focus::-moz-placeholder {
	opacity: 0;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-ms-placeholder {
    opacity: 0;
}
input:focus::placeholder {
    opacity: 0;
}
.form-item {
	position: relative;
	margin-top: 15px;
}
.form-item input {
	width: 100%;
	height: 52px;
	padding: 0 20px;
	background: #FFFFFF;
	border: 1px solid #C6C6C6;
	border-radius: 60px;
	color: #484D57;
	font-size: 16px;
}


.checkbox-item {
	position: relative;
}
.checkbox-item label {
	position: relative;
	display: inline-block;
	padding-left: 24px;
}
.checkbox-item input {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%; height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.checkbox-custom {
	position: absolute;
	left: 0; top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000;
	background: #fff;
	width: 16px; height: 16px;
}
.checkbox-custom:before {
	content: '';
	display: block;
	transition: .3s;
	opacity: 0;
	box-sizing: border-box;
	width: 5px; height: 10px;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(45deg);
}
input:checked + .checkbox-custom:before {
	opacity: 1;
}



.slick-slider {
	display: block;
	max-height: 100%;
}
.slick-track {
	display: flex;
}
.slick-arrow {
	font-size: 0;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	z-index: 10;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: flex;
	justify-content: center;
}
.slick-dots li * {
	display: none;
}
.slick-dots li {
	cursor: pointer;
	width: 18px;
	height: 18px;
	margin: 0 5px;
	border-radius: 50%;
	transition: all .3s;
	border: 1px solid #126BE3;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
	background: #126BE3;
}


.modal {
	position: relative;
	margin: 0 auto;
	max-width: 500px;
	background: #FAF9F5;
	border: 5px solid #FFFFFF;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 45px 25px;
	text-align: center;
}
.modal .title {
    font-weight: 500;
    font-size: 35px;
    line-height: 150%;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.modal p {
    margin-top: 20px;
    color: #12151D;
    font-size: 20px;
}
.modal form {
	padding-top: 10px;
}
.modal .form-item {
	margin-top: 25px;
}
.modal .form-item input {
	padding: 0 20px 0 50px;
	height: 72px;
	font-size: 18px;
}
.modal .bt {
	margin-top: 25px;
	height: 72px;
	font-size: 18px;
}
.modal-thank .title {
	color: #126BE3;
}



.modal-text {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	border-radius: 6px;
	max-width: 600px;
	padding: 40px 20px 50px;
	margin: 0 auto;
}
.modal-text {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	border-radius: 6px;
	max-width: 600px;
	padding: 40px 20px 50px;
	margin: 0 auto;
}



@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?33uij1');
  src:  url('fonts/icomoon.eot?33uij1#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?33uij1') format('truetype'),
    url('fonts/icomoon.woff?33uij1') format('woff'),
    url('fonts/icomoon.svg?33uij1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-marker:before {
  content: "\e909";
}
.icon-curved_arrow:before {
  content: "\e908";
}
.icon-vk:before {
  content: "\e907";
}
.icon-arrow:before {
  content: "\e906";
}
.icon-play:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e904";
}
.icon-check:before {
  content: "\e903";
}
.icon-chat:before {
  content: "\e900";
}
.icon-discount:before {
  content: "\e901";
}
.icon-phone_call:before {
  content: "\e902";
}



/* hover style */

@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {



}