body {
    font-family: 'Formular', Tahoma, sans-serif; 
}

/* header */

.header {
	position: relative;
	z-index: 2;
}
.header__top {
	padding: 12px 0;
	background: none;
	border-bottom: 1px solid #dadada;
}
.header__body {
	padding: 15px 0;
}
.header__bottom {
	background: #53b3cc;
}

.header__top .header__callback {
	display: none;
}
.header__address {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 22px 0 230px;
	padding: 0 0 0 22px;
	max-width: 100%;
	background: url(../images/new/address.svg) no-repeat 0 50% / 8px auto;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.header__phone {
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 !important;
	padding: 0 0 0 22px;
	background: url(../images/new/phone.svg) no-repeat 0 50% / 12px auto;
}
.header__phone a {
    display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}
.header__phone a:not(:first-child) {
	position: relative;
	margin: 0 0 0 7px;
	padding: 0 0 0 12px;
}
.header__phone a:not(:first-child):before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 3px;
	height: 3px;
	background: #56b3cc;
	border-radius: 50%;
}
.header__logo {
	position: relative;
	display: block;
	float: left;
	margin: -55px 32px 0 0;
	width: 195px;
	z-index: 1;
}
.header__logo:before {
	content: "";
	position: absolute;
	left: -8px;
    top: 0;
    width: 95px;
    height: 50px;
	background: #fff;
	z-index: -1;
}
.header__search {
	position: relative;
	float: left;
	margin: 0 !important;
	width: auto;
	border: none;
	border-radius: 0;
	transition-duration: 0s;
}
.header__search-open,
.header__search-close {
	display: none;
}
.header__search input[type="text"] {
	padding: 0 50px 0 20px;
	width: 400px;
	height: 46px;
	background: #fff;
	border: 1px solid #dadada;
	border-radius: 3px;
}
.header__search input[type="submit"] {
    width: 50px;
    height: 46px;
    background: none !important;
    border: 0;
}
.header__search svg {
	right: 16px;
	width: 17px;
}
.header__search:after {
	display: none !important;
}
.header__search.focus {
	border-color: #898989;
}
.header__search.focus svg {
    fill: #000;
}
.b-ajaxSearch-results__container {
    left: -1px;
    right: -1px;
    margin: 4px 0 0;
    border: 1px solid #898989;
    border-radius: 3px;
}
.header__callback {
	position: relative;
	float: left;
    margin: 0 0 0 20px;
    width: 215px;
}
.header__callback-open,
.footer__callback-open {
	position: relative;
    width: 100%;
    height: 46px;
    background: #fff;
    box-shadow: 0 0 0 1px transparent inset;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 0.2s;
    z-index: 1;
}
.header__callback-open:before,
.footer__callback-open:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(86,179,204);
	background: -moz-linear-gradient(90deg, rgba(86,179,204,1) 0%, rgba(33,173,152,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(86,179,204,1) 0%, rgba(33,173,152,1) 100%);
	background: linear-gradient(90deg, rgba(86,179,204,1) 0%, rgba(33,173,152,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56b3cc",endColorstr="#21ad98",GradientType=1);
	border-radius: 2px;
	transition-duration: 0.2s;
	z-index: -1;
}
.header__callback-open:after,
.footer__callback-open:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.header__callback-open svg,
.footer__callback-open svg {
	vertical-align: 0;
    margin: 0 0 0 12px;
    font-size: 8px;
    transition-duration: 0s;
}
.header__callback-open.active,
.footer__callback-open.active {
    box-shadow: 0 0 0 1px #55b3cb inset;
    color: #208dab;
}
.header__callback-open.active:before,
.footer__callback-open.active:before {
    opacity: 0;
}
.header__callback-open.active svg,
.footer__callback-open.active svg {
    transform: rotate(-180deg);
}
.header__callback-block,
.footer__callback-block {
	position: absolute;
    right: 0;
    top: 100%;
    display: none;
	margin: 4px 0 0;
	padding: 0 3px;
    width: 100%;
    background: #fff;
    border: 1px solid #cfe1e5;
    border-radius: 2px;
    z-index: 1;
}
.header__callback-block ul,
.footer__callback-block ul {
    display: block;
    margin: 0;
}
.header__callback-block ul li,
.footer__callback-block ul li {
    position: relative;
    display: block;
    margin: 4px 0;
    padding: 8px 15px;
    background: #fff;
    border: 1px solid #cfe1e5;
    border-radius: 3px;
    font-size: 11px;
    line-height: 17px;
    font-weight: 500;
    color: #208dab;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    transition-duration: 0.2s;
}
.header__messenger {
	float: left;
}
.header__whatsapp,
.footer__whatsapp {
	position: relative;
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    width: 170px;
    height: 46px;
    background: #64d354;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.header__whatsapp:before,
.footer__whatsapp:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(95,190,79);
	background: -moz-linear-gradient(90deg, rgba(95,190,79,1) 0%, rgba(57,178,74,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(95,190,79,1) 0%, rgba(57,178,74,1) 100%);
	background: linear-gradient(90deg, rgba(95,190,79,1) 0%, rgba(57,178,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5fbe4f",endColorstr="#39b24a",GradientType=1);
	border-radius: 2px;
	transition-duration: 0.2s;
	z-index: -1;
}
.header__whatsapp:after,
.footer__whatsapp:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.header__whatsapp svg,
.footer__whatsapp svg {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	width: 17px;
	height: 17px;
	fill: #fff;
	transition-duration: 0.2s;
}
.header__telegram,
.footer__telegram {
	position: relative;
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 12px;
    width: 46px;
    height: 46px;
    background: #fff;
    border: 1px solid #56b3cc;
    border-radius: 2px;
    z-index: 1;
}
.header__telegram svg,
.footer__telegram svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 15px;
	fill: #56b3cc;
	transition-duration: 0.2s;
}

.header__title {
	display: inline-block;
    vertical-align: middle;
    margin: 15px 0 0;
    padding: 0 !important;
    width: 300px;
    font-size: 12px;
    line-height: 18px;
    color: #6e6e6e;
	text-align: left;
}
.header__mobile-open,
.header__mobile-close,
.header__mobile-info {
	display: none;
}
.header__menu-main {
	display: inline-block;
	vertical-align: middle;
	margin: 15px 0 0 50px;
}
.header__menu-main ul.level-1 {
	display: block;
}
.header__menu-main ul.level-1 > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 30px;
}
.header__menu-main ul.level-1 > li > a {
	display: block;
	padding: 15px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #313131;
	text-transform: uppercase;
}
.header__menu-main ul.level-1 > li.parent > a svg {
	vertical-align: 0;
	margin: 0 0 0 10px;
	font-size: 10px;
}
.header__menu-main ul.level-1 > li:first-child {
	margin: 0 -5px 0 0;
}
.header__menu-main ul.level-1 > li:first-child > a {
	padding: 0;
	width: 38px;
	height: 38px;
	background: #56b3cc url(../images/new/home.svg) no-repeat 50% 50% / 14px auto;
	border-radius: 3px;
	color: transparent !important;
	text-indent: -9999px;
}
.header__menu-main ul.level-2 {
	position: absolute;
	left: -25px;
	top: 100%;
	display: block;
	padding: 15px 25px;
	width: 220px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 5px 0 rgba(0,49,59,0.3);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.2s;
}
.header__menu-main ul.level-2 li {
	display: block;
	margin: 0 0 10px;
}
.header__menu-main ul.level-2 li:last-child {
	margin-bottom: 0;
}
.header__menu-main ul.level-2 li a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #313131;
}
.header__menu-main ul.level-2 ul {
	display: none;
}
.header__menu-main ul li.active > a {
	color: #56b3cc;
}

.header__menu-catalog ul.level-1 {
	display: block;
	margin: 7px -2px;
}
.header__menu-catalog ul.level-1 > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
.header__menu-catalog ul.level-1 > li > a {
	position: relative;
	display: block;
	padding: 17px 30px 17px 65px;
	border-radius: 2px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.header__menu-catalog ul.level-1 > li:nth-child(1) > a {
	background: #157194;
}
.header__menu-catalog ul.level-1 > li:nth-child(2) > a {
	background: #208dab;
}
.header__menu-catalog ul.level-1 > li:nth-child(3) > a {
	background: #20a795;
}
.header__menu-catalog ul.level-1 > li:nth-child(1).active > a {
	background: #075a79;
}
.header__menu-catalog ul.level-1 > li:nth-child(2).active > a {
	background: #237f98;
}
.header__menu-catalog ul.level-1 > li:nth-child(3).active > a {
	background: #169483;
}
.header__menu-catalog ul.level-1 > li > a i {
	position: absolute;
	left: 30px;
	top: 23px;
	display: block;
	width: 18px;
	height: 11px;
	transition-duration: 0.2s;
}
.header__menu-catalog ul.level-1 > li > a i:before,
.header__menu-catalog ul.level-1 > li > a i:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	transition-duration: 0.2s;
}
.header__menu-catalog ul.level-1 > li > a i:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.header__menu-catalog ul.level-1 > li > a i:after {
	top: 5px;
	height: 1px;
	background: #fff;
}
.header__menu-catalog ul.level-1 > li > a:before {
	content: "";
	position: absolute;
	left: 32px;
	top: 21px;
	width: 15px;
	height: 15px;
	background: url(../images/new/close.svg) no-repeat 0 0 / 100% auto;
	opacity: 0;
}
.header__menu-catalog ul.level-1 > li.active > a:before {
	opacity: 1;
}
.header__menu-catalog ul.level-1 > li.active > a i {
	opacity: 0;
}
.header__menu-catalog ul.level-2 {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	margin: 3px 0 0;
	padding: 4px 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 8px 0 rgba(31,31,31,0.5);
	z-index: 1;
}
.header__menu-catalog ul.level-2 > li {
	position: relative;
	display: block;
	margin: 0 0 2px;
	padding: 0 4px;
}
.header__menu-catalog ul.level-2 > li:last-child {
	margin-bottom: 0;
}
.header__menu-catalog ul.level-2 > li > a {
	position: relative;
	display: block;
	padding: 10px 45px 10px 25px;
	border: 1px solid #dadada;
	border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #0a688c;
	text-transform: uppercase;
}
.header__menu-catalog ul.level-2 > li > a svg {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 10px;
}
.header__menu-catalog ul.level-2 > li.active > a {
	background: #208dab;
	border-color: #208dab;
	color: #fff;
}
.header__menu-catalog ul.level-3 {
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	margin: -3px 0 0 1px;
	padding: 5px 0;
	width: 280px;
	background: #fff;
	box-shadow: 0 1px 8px 0 rgba(31,31,31,0.5);
	border-radius: 2px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.2s;
}
.header__menu-catalog ul.level-3 li {
	display: block;
	margin: 1px 0;
}
.header__menu-catalog ul.level-3 li a {
	display: block;
	padding: 8px 25px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #0a688c;
}
.header__menu-catalog ul.level-3 li:first-child a {
	border-radius: 2px 2px 0 0;
}
.header__menu-catalog ul.level-3 li:last-child a {
	border-radius: 0 0 2px 2px;
}
.header__menu-catalog ul.level-3 li.active a {
	background: #ecf4f6;
}
.header__menu-catalog ul.level-3 ul {
	display: none;
}

/* footer */
.footer {
    position: relative;
    padding: 30px 0;
    background: none;
    border-top: 1px solid #dadada;
    overflow: visible;
}
.footer__left {
    float: left;
    padding: 0;
    width: 410px;
}
.footer__left:before {
    display: none;
}
.footer__right {
    float: right;
    padding: 0;
    width: calc(100% - 410px - 40px);
}

.footer__logo {
    display: block;
    float: left;
    margin: 0;
    width: 95px;
}
.footer__title {
    display: block;
    float: right;
    margin: 0;
    width: calc(100% - 95px - 25px);
    font-size: 13px;
    line-height: 19px;
    color: #3f3f3f;
}
.footer__copyright {
    margin: 12px 0 0;
    float: right;
    width: calc(100% - 95px - 25px);
    max-width: 100%;
    font-size: 9px;
    line-height: 17px;
    color: #3f3f3f;
}
.footer__policy {
    margin: 0;
    padding: 18px 0 0;
    clear: both;
}
.footer__policy a {
    display: block;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 19px;
    color: #3f3f3f;
}
.footer__policy a:last-child {
    margin: 0;
}
.footer__kefirok {
	margin: 15px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #3f3f3f;
}
.footer__kefirok a {
    color: #23788f;
}

.footer__address {
    margin: 0;
    padding: 0 0 0 25px;
    background: url(../images/new/address.svg) no-repeat 0 5px / 8px auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}
.footer__address br {
	display: none;
}
.footer__time {
    margin: 2px 0 0 25px;
    font-size: 14px;
    line-height: 20px;
}
.footer__time br {
	display: none;
}
.footer__block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 15px 0 0;
}
.footer__phone {
	margin: 0;
    padding: 0 0 0 25px;
    background: url(../images/new/phone.svg) no-repeat 0 5px / 12px auto;
    order: 1;
}
.footer__phone span {
	display: block;
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.footer__phone a {
	display: block;
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
}
.footer__phone a:last-child {
	margin-bottom: 0;
}
.footer__contacts {
    margin: 30px 0 0 15px;
	order: 2;
}
.footer__callback {
	position: relative;
    right: auto;
    top: auto;
	display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 215px;
    height: 46px;
    border: 0;
    border-radius: 0;
}
.footer__callback-open {
    height: 46px;
}
.footer__callback-block {
    top: auto;
    bottom: 100%;
    margin: 0 0 4px;
}
.footer__whatsapp,
.footer__telegram {
	margin: 0 0 0 5px;
}
.footer__email {
    margin: 15px 0 0;
    padding: 0 0 0 25px;
    background: url(../images/new/mail.svg) no-repeat 0 7px / 12px auto;
    order: 3;
}
.footer__email span {
    display: block;
	margin: 0 0 2px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}
.footer__email a {
	display: inline-block;
	vertical-align: middle;
    border-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
}
.footer__email a + a {
	position: relative;
	margin: 0 0 0 15px;
	padding: 0 0 0 20px;
}
.footer__email a + a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #56b3cc;
	border-radius: 50%;
}

/* section-1 */
.section-1 {
	position: relative;
	background: url(../images/new/section1-bg.webp) no-repeat 50% 50% / cover;
	overflow: hidden;
}
.section-1:after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: #2082a7;
}
.section-1__body {
	position: relative;
	height: 550px;
	z-index: 1;
}
.section-1__left {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px 60px;
	width: 680px;
	height: 280px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 1px 38px 0 rgba(13,13,13,0.4);
}
.section-1__right {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 30px 45px;
	width: calc(100% - 680px);
	height: 215px;
	background: #20a795 url(../images/new/price.svg) no-repeat calc(100% - 35px) calc(100% + 15px) / auto 195px;
}
.section-1__title {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 900;
	text-transform: uppercase;
}
.section-1__title span {
	display: block;
	margin: 0 0 8px;
	font-size: 36px;
	line-height: 42px;
	color: #208dab;
}
.section-1__text {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.section-1__price {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.section-1__price span {
	display: block;
	margin: 0 0 4px;
	font-size: 22px;
	line-height: 28px;
	font-weight: 900;
}
.section-1__btn {
	position: relative;
	display: block;
	padding: 16px 0;
	width: 285px;
	height: 54px;
	background: #f5a825;
	border-radius: 2px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}
.section-1__btn:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -2px 20px 0 0;
	width: 12px;
	height: 16px;
	background: url(../images/new/download.svg) no-repeat 0 0 / 100% auto;
}
.section-1__btn:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(234,137,31);
	background: -moz-linear-gradient(90deg, rgba(234,137,31,1) 0%, rgba(245,169,37,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(234,137,31,1) 0%, rgba(245,169,37,1) 100%);
	background: linear-gradient(90deg, rgba(234,137,31,1) 0%, rgba(245,169,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea891f",endColorstr="#f5a925",GradientType=1);
	border-radius: 2px;
    transition-duration: 0.2s;
    z-index: -1;
}
.section-1__note {
	margin: 15px 0 0;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	opacity: 0.8;
}

/* section-2 */
.section-2 {
	margin: 40px 0 0;
}
.section-2__list-1 {
	display: flex;
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #f0f0f0;
}
.section-2__list-2 {
	display: flex;
	flex-wrap: wrap;
}
.section-2__item {
	display: flex;
	padding: 0 0 0 40px;
}
.section-2__list-1 .section-2__item {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	align-items: center;
}
.section-2__list-2 .section-2__item {
	max-width: calc(100% / 3);
	font-size: 12px;
	line-height: 20px;
}
.section-2__list-1 .section-2__item:first-child {
	padding-left: 0;
	max-width: 500px;
	font-size: 18px;
	line-height: 26px;
}
.section-2__list-2 .section-2__item:nth-child(3n+1) {
	padding-left: 0;
}
.section-2__list-2 .section-2__item:nth-child(n+4) {
	padding-top: 30px;
}
.section-2__item img {
	margin: 0 20px 0 0;
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 60px;
}
.section-2__item span {
	display: block;
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

/* section-3 */
.section-3 {
	margin: 40px 0 0;
}
.section-3__tabs {
	position: relative;
	margin: 0 0 40px;
}
.section-3__tabs:after {
	content: "";
	position: absolute;
	left: -100%;
	right: -100%;
	bottom: 0;
	height: 1px;
	background: #dadada;
	z-index: -1;
}
.section-3__tabs ul {
	display: block;
	margin: 0 -25px;
}
.section-3__tabs ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
	padding: 0 0 20px;
	border-bottom: 3px solid transparent;
	font-size: 21px;
	line-height: 27px;
	font-weight: bold;
	color: #44555c;
	text-transform: uppercase;
	transition-duration: 0.2s;
	cursor: pointer;
}
.section-3__tabs ul li:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -2px;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 8px solid #56b3cc;
	opacity: 0;
	transition-duration: 0.2s;
}
.section-3__tabs ul li.active {
	border-color: #56b3cc;
	color: #56b3cc;
}
.section-3__tabs ul li.active:after {
	opacity: 1;
}
.section-3__tabs ul li br {
	display: none;
}
.section-3__body {
	margin: -15px -10px;
	overflow: hidden;
}
.section-3__content {
	display: none;
}
.section-3__content.active {
	display: block;
}
.section-3__item {
	float: left;
	margin: 15px 10px;
	width: calc(100% / 3 - 20px);
	background: #f7f7f7;
}
.section-3__block {
	position: relative;
	display: block;
	z-index: 1;
}
.section-3__block:before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition-duration: 0.2s;
	z-index: -1;
}
.section-3__item:nth-child(3n+1) .section-3__block {
	background: #0a6080;
}
.section-3__item:nth-child(3n+1) .section-3__block:before {
	background: rgb(10,96,128);
	background: -moz-linear-gradient(90deg, rgba(10,96,128,1) 0%, rgba(32,130,167,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(10,96,128,1) 0%, rgba(32,130,167,1) 100%);
	background: linear-gradient(90deg, rgba(10,96,128,1) 0%, rgba(32,130,167,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a6080",endColorstr="#2082a7",GradientType=1);
}
.section-3__item:nth-child(3n+2) .section-3__block {
	background: #3194af;
}
.section-3__item:nth-child(3n+2) .section-3__block:before {
	background: rgb(49,148,175);
	background: -moz-linear-gradient(90deg, rgba(49,148,175,1) 0%, rgba(86,179,204,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(49,148,175,1) 0%, rgba(86,179,204,1) 100%);
	background: linear-gradient(90deg, rgba(49,148,175,1) 0%, rgba(86,179,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3194af",endColorstr="#56b3cc",GradientType=1);
}
.section-3__item:nth-child(3n+3) .section-3__block {
	background: #20a795;
}
.section-3__item:nth-child(3n+3) .section-3__block:before {
	background: rgb(32,167,149);
	background: -moz-linear-gradient(90deg, rgba(32,167,149,1) 0%, rgba(48,189,170,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(32,167,149,1) 0%, rgba(48,189,170,1) 100%);
	background: linear-gradient(90deg, rgba(32,167,149,1) 0%, rgba(48,189,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20a795",endColorstr="#30bdaa",GradientType=1);
}
.section-3__block {
	position: relative;
	padding: 25px 40px;
	height: 190px;
	color: #fff;
	z-index: 1;
}
.section-3__title {
	max-width: 230px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 900;
	text-transform: uppercase;
}
.section-3__text {
	margin: 15px 0 0;
	max-width: 160px;
	font-size: 12px;
	line-height: 20px;
	color: #bbdde9;
}
.section-3__image {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.section-3__image img {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 150px;
}
.section-3__btn {
	position: absolute;
	right: 40px;
	top: 30px;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	transition-duration: 0.2s;
}
.section-3__btn svg {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.section-3__list {
	position: relative;
	padding: 15px 30px;
	overflow: hidden;
}
.section-3__list.padding {
	padding-bottom: 45px;
}
.section-3__list ul {
	display: block;
}
.section-3__list ul li {
	position: relative;
	display: block;
	margin: 10px 0 0;
	padding: 0 0 0 15px;
}
.section-3__list ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 3px;
	height: 7px;
	background: url(../images/new/arrow-right.svg) no-repeat 0 0 / 100% auto;
}
.section-3__list ul li:first-child {
	margin-top: 0;
}
.section-3__list ul li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.section-3__open {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	height: 30px;
	background: #ebeff0;
	font-size: 11px;
	line-height: 17px;
	font-style: italic;
	color: #3e5055;
	text-align: center;
	transition-duration: 0.2s;
	cursor: pointer;
}
.section-3__open:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/* section-4 */
.section-4 {
	margin: 270px 0 0;
	background: url(../images/new/section-bg.png) repeat;
}
.section-4__body {
	position: relative;
	margin: -220px 0 0;
	padding: 0 60px 60px;
	z-index: 1;
}
.section-4__body:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	bottom: 0;
	background: #fff;
	box-shadow: 0 1px 38px 0 rgba(13,13,13,0.15);
	z-index: -1;
}
.section-4__body:after {
	content: "";
    display: table;
    clear: both;
}
.section-4__header {
	float: right;
	margin: 0 0 50px;
    width: calc(100% - 340px - 60px);
}
.section-4__image {
	float: left;
	width: 340px;
}
.section-4__about {
	float: right;
	width: calc(100% - 340px - 60px);
}
.section-4__title {
	margin: -4px 0 8px;
	font-size: 14px;
	line-height: 20px;
	color: #898989;
}
.section-4__headline {
	margin: 0;
	font-size: 28px;
	line-height: 34px;
	font-weight: 900;
	color: #343434;
	text-transform: uppercase;
}
.section-4__text p {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 24px;
}
.section-4__text p:last-child {
	margin-bottom: 0;
}
.section-4__btn {
	position: relative;
	display: block;
	margin: 30px 0 0;
	width: 240px;
	height: 46px;
	background: #56b3cc;
	border-radius: 2px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.section-4__btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/* section-5 */
.section-5 {
	padding: 60px 0 0;
	background: url(../images/new/section-bg.png) repeat;
}
.section-5__headline,
.section-6__headline {
	margin: 0 0 30px;
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	color: #343434;
	text-transform: uppercase;
}
.section-5__slider {
	margin: -5px -10px;
}
.section-5__item {
	display: block;
	margin: 5px 10px;
	padding: 10px;
	background: #fff;
}
.section-5__caption {
	margin: 10px 0 0;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 18px;
	color: #656565;
	text-align: center;
}

.slick__prev,
.slick__next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 46px;
	height: 46px;
	background: #55b3cb;
	border-radius: 3px;
	font-size: 20px;
	color: #fff;
	transition-duration: 0.2s;
	cursor: pointer;
}
.slick__prev {
	left: -65px;
}
.slick__next {
	right: -65px;
}
.slick__prev svg,
.slick__next svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition-duration: 0.2s;
}
.slick__prev.slick-disabled,
.slick__next.slick-disabled {
	background: #fff !important;
	color: #b2b1b1 !important;
	cursor: default;
}

/* section-6 */
.section-6 {
	padding: 60px 0 0;
	background: url(../images/new/section-bg.png) repeat;
}
.section-6__btn {
	position: absolute;
	right: 15px;
	top: -5px;
	display: block;
	width: 240px;
	height: 46px;
	background: #56b3cc;
	border-radius: 2px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.section-6__btn:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.section-6__slider .slick__prev,
.section-6__slider .slick__next {
	background: #33b3a2;
}
.section-6__slider {
	margin: 0 -8px;
}
.section-6__item {
	display: block;
	margin: 0 8px;
	background: #fff;
}
.section-6__image {
	position: relative;
}
.section-6__image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2) url(../images/new/gallery-zoom.svg) no-repeat 50% 50% / 60px auto;
	transition-duration: 0.2s;
	opacity: 0;
}
.section-6__title {
	position: relative;
	margin: 15px 25px 0;
	padding: 0 0 0 35px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.section-6__title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background: url(../images/new/gallery.svg) no-repeat 0 0 / 100% auto;
}
.section-6__location {
	position: relative;
	margin: 10px 25px 20px;
	padding: 0 0 0 35px;
	font-size: 11px;
	line-height: 17px;
	color: #4a4a4a;
}
.section-6__location:before {
	content: "";
	position: absolute;
	left: 6px;
	top: 5px;
	width: 10px;
	height: 10px;
	background: url(../images/new/gallery-location.svg) no-repeat 0 0 / 100% auto;
}

/* section-7 */
.section-7 {
	padding: 50px 0 110px;
	background: url(../images/new/section-bg.png) repeat;
}
.section-7__headline {
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px 30px 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #343434;
	text-transform: uppercase;
}
.section-7__text {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 22px;
	color: #2e2e2e;
}
.section-7__slider .slick__prev,
.section-7__slider .slick__next {
	top: -65px;
	transform: translate(0, 0);
	width: 40px;
	height: 40px;
	font-size: 18px;
}
.section-7__slider .slick__prev {
	left: auto;
	right: 55px;
}
.section-7__slider .slick__next {
	right: 5px;
}
.section-7__slider .slick__prev.slick-disabled,
.section-7__slider .slick__next.slick-disabled {
	color: #55b3cb !important;
}
.section-7__slider {
	margin: 0 -5px;
}
.section-7__image {
    height: 130px;
    line-height: 130px;
    text-align: center;
}
.section-7__image img {
    display: inline-block;
    vertical-align: middle;
    max-height: 130px;
}
.section-7__item {
	display: block;
	margin: 0 5px;
	padding: 10px;
	background: #fff;
}
.section-7__caption {
	margin: 10px 0 0;
	padding: 5px 0 10px;
	font-size: 10px;
	line-height: 16px;
	color: #656565;
	text-align: center;
}

/* section-8 */
.section-8 {
	padding: 0 0 60px;
	background: url(../images/new/section8-bg.webp) no-repeat 50% 50% / cover;
}
.section-8__body {
	margin: -60px 0 0;
	padding: 55px 80px 35px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 40px 0 rgba(0,0,0,0.14);
	overflow: hidden;
}
.section-8__header {
	float: left;
	width: calc(100% - 545px - 50px);
}
.section-8__contacts {
	position: relative;
	float: left;
	margin: 30px 0 0;
	padding: 30px 0 0;
	width: calc(100% - 545px - 50px);
}
.section-8__contacts:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 2px;
	background: #56b3cc;
}
.section-8__form {
	float: right;
	width: 545px;
}
.section-8__title {
	margin: 0 0 15px;
	font-size: 19px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.section-8__title span {
	display: block;
	margin: 0 0 5px;
	font-size: 27px;
	line-height: 33px;
}
.section-8__text {
	font-size: 15px;
	line-height: 23px;
}
.section-8__contacts .section-8__text {
	margin: 0 0 15px;
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
}
.section-8__email {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 0 0;
}
.section-8__email span {
	display: block;
	margin: -4px 0 3px;
	font-size: 13px;
	line-height: 19px;
	color: #636363;
}
.section-8__email a {
	padding: 0 0 0 25px;
	background: url(../images/new/mail.svg) no-repeat 0 7px / 12px auto;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}
.section-8__whatsapp {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 40px;
	background: #fff;
	border: 1px solid #77bc51;
	border-radius: 2px;
	font-size: 12px;
	line-height: 18px;
	color: #4aa016;
	text-transform: uppercase;
	text-align: center;
}
.section-8__whatsapp:after {
	content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.section-8__whatsapp svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 17px;
    height: 17px;
    fill: #4aa016;
    transition-duration: 0.2s;
}
.section-8__time {
	margin: 15px 0 0;
	font-size: 12px;
	line-height: 18px;
	color: #7d7d7d;
}
.section-8__form ul {
	display: flex;
	flex-wrap: wrap;
	margin: -8px -8px 8px;
}
.section-8__form li {
	display: block;
	padding: 8px;
	width: 50%;
}
.section-8__form li:nth-child(1) {
	order: 1;
}
.section-8__form li:nth-child(2) {
	order: 3;
}
.section-8__form li:nth-child(3) {
	order: 2;
}
.section-8__form li:nth-child(4) {
	order: 4;
}
.section-8__form li:nth-child(5) {
	order: 5;
	width: 100%;
}
.section-8__form input[type="text"],
.section-8__form input[type="tel"],
.section-8__form input[type="email"],
.section-8__form textarea {
	padding: 0 20px;
	width: 100%;
	height: 46px;
	border: 1px solid #cad4d7;
	box-shadow: 0 3px 7px 0 rgba(53,99,111,0.14) inset;
}
.section-8__form textarea {
	padding: 15px 20px;
	height: 110px;
	min-height: 46px;
}
.section-8__form input[type="text"]:focus,
.section-8__form input[type="tel"]:focus,
.section-8__form input[type="email"]:focus,
.section-8__form textarea:focus {
	border-color: #54b3ca;
	box-shadow: 0 2px 4px 0 rgba(53,99,111,0.14) inset;
}
.section-8__submit {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
	width: 265px;
	height: 56px;
	background: #55b3cb;
    border-radius: 3px;
    z-index: 1;
}
.section-8__submit:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(86,179,204);
	background: -moz-linear-gradient(90deg, rgba(86,179,204,1) 0%, rgba(33,173,152,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(86,179,204,1) 0%, rgba(33,173,152,1) 100%);
	background: linear-gradient(90deg, rgba(86,179,204,1) 0%, rgba(33,173,152,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56b3cc",endColorstr="#21ad98",GradientType=1);
	border-radius: 3px;
	transition-duration: 0.2s;
	z-index: -1;
}
.section-8__submit input[type="submit"] {
	padding: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: 0;
	font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	z-index: 1;
}
.section-8__captcha {
	display: inline-block;
	vertical-align: top;
	margin: -5px 0 0;
	width: 248px;
	height: 64px;
	background: url(../images/new/captcha.webp) no-repeat 0 0 / 100% auto;
}
.section-8__policy {
	margin: 12px 0 0;
	font-size: 11px;
	line-height: 17px;
}
.section-8__policy a {
	color: #2e8ca5;
}

.product__whatsapp {
    display: block;
    margin: 10px 0 0;
    padding: 11px 0 0 28px;
    width: 260px;
    height: 40px;
    background: #4db45a url(../images/svg/whatsapp-white.svg) no-repeat 25px 50% / 17px auto;
    border-radius: 3px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-align: center;
}

/* catalog */

	.catalog__text__so {
		text-align: right;
	}

	.catalog__text__s {
		text-align: right;
		border-bottom: 1px dashed #75c0d3;
		color: #33a1bd;
		display: inline-block;
		cursor: pointer;
	}

	.catalog__text.catalog__text__o {
		height: 112px;
		overflow: hidden;
		transition: 0.1s;
	}

	.catalog__list.green .product__btn span {
    	background: #f5a825;
	}

	.catalog__text.catalog__text__oa {
        height: 220px;
    	overflow: hidden;
}

	.catalog__text{
		overflow: auto;
	}

/* media */
@media (max-width: 1199px) {
	/* header 1199px */
	.header__top {
		text-align: right;
	}
	.header__address {
		margin: 0 20px 0 0;
		padding: 0 0 0 20px;
		background-size: 7px auto;
		font-size: 13px;
		line-height: 19px;
	}
	.header__phone {
		padding: 0 0 0 20px;
		background-size: 11px auto;
	}
	.header__phone a {
		font-size: 13px;
		line-height: 19px;
	}
	.header__phone a:not(:first-child) {
		margin: 0 0 0 7px;
		padding: 0 0 0 12px;
	}
	.header__phone a:not(:first-child):before {
		width: 3px;
		height: 3px;
	}

	.header__search input[type="text"] {
		width: 270px;
	}
	.header__callback {
		margin: 0 0 0 18px;
		width: 195px;
	}
	.footer__callback {
		width: 195px;
	}
	.header__callback-open svg,
	.footer__callback-open svg {
	    margin: 0 0 0 10px;
	}
	.header__whatsapp {
		margin: 0 0 0 12px;
	}
	.header__whatsapp,
	.footer__whatsapp {
	    width: 150px;
	}
	.header__telegram {
		margin: 0 0 0 8px;
	}

	.header__menu-catalog ul.level-1 > li > a {
		padding: 17px 25px 17px 58px;
		font-size: 14px;
		line-height: 20px;
	}
	.header__menu-catalog ul.level-1 > li > a i {
		left: 25px;
	}
	.header__menu-catalog ul.level-1 > li > a:before {
		left: 27px;
		top: 22px;
		width: 14px;
		height: 14px;
	}

	/* footer 1199px */
	.footer__address {
	    font-size: 15px;
	    line-height: 21px;
	}
	.footer__time {
	    font-size: 13px;
	    line-height: 19px;
	}
	.footer__contacts {
		margin: 20px 0 0;
		order: 3;
	}
	.footer__email {
		margin: 0 0 0 40px;
		background-position: 0 6px;
		order: 2;
	}
	.footer__email a {
	    display: block;
	    margin: 3px 0 0 !important;
	}
	.footer__email a + a {
	    margin: 0;
	    padding: 0;
	}
	.footer__email a + a:before {
	    display: none;
	}

	/* section-1 1199px */
	.section-1__left {
	    padding: 35px 50px;
	    width: 580px;
	    height: 265px;
	}
	.section-1__right {
	    padding: 30px 40px;
	    width: calc(100% - 580px);
	    height: 200px;
	    background-position: calc(100% - 30px) calc(100% + 15px);
	    background-size: auto 180px;
	}
	.section-1__title {
	    font-size: 22px;
	    line-height: 32px;
	}
	.section-1__title span {
	    font-size: 34px;
	    line-height: 40px;
	}
	.section-1__text {
	    font-size: 16px;
	    line-height: 22px;
	}
	.section-1__price {
	    font-size: 12px;
	    line-height: 18px;
	}
	.section-1__price span {
	    font-size: 20px;
	    line-height: 26px;
	}
	.section-1__btn {
	    width: 250px;
	    height: 50px;
	    font-size: 12px;
	    line-height: 18px;
	}
	.section-1__btn:before {
	    margin: -2px 15px 0 0;
	    width: 10px;
	    height: 14px;
	}
	.section-1__note {
	    margin: 15px 0 0;
	    font-size: 10px;
	    line-height: 16px;
	}

	/* section-2 1199px */
	.section-2__item {
	    padding: 0 0 0 30px;
	}
	.section-2__list-1 .section-2__item {
	    font-size: 13px;
	    line-height: 21px;
	}
	.section-2__list-2 .section-2__item {
	    font-size: 10px;
	    line-height: 18px;
	}
	.section-2__list-1 .section-2__item:first-child {
	    max-width: 430px;
	    font-size: 15px;
	    line-height: 23px;
	}
	.section-2__item img {
	    margin: 0 15px 0 0;
	    max-width: 55px;
	    max-height: 55px;
	}
	.section-2__item span {
	    font-size: 12px;
	    line-height: 18px;
	}

	/* section-3 1199px */
	.section-3__tabs ul {
	    margin: 0 -15px;
	}
	.section-3__tabs ul li {
	    margin: 0 15px;
	    font-size: 18px;
	    line-height: 24px;
	}
	.section-3__block {
	    padding: 25px 30px;
	    height: 180px;
	}
	.section-3__title {
	    max-width: 200px;
	    font-size: 18px;
	    line-height: 28px;
	}
	.section-3__text {
	    max-width: 130px;
	    font-size: 10px;
	    line-height: 18px;
	}
	.section-3__image img {
	    max-width: 140px;
	    max-height: 140px;
	}
	.section-3__btn {
	    right: 30px;
	    width: 30px;
	    height: 30px;
	    font-size: 14px;
	}
	.section-3__list {
	    padding: 15px 20px;
	}
	.section-3__list ul li {
	    margin: 10px 0 0;
	}
	.section-3__list ul li:before {
	    top: 6px;
	}
	.section-3__list ul li a {
	    font-size: 12px;
	    line-height: 18px;
	}

	/* section-4 1199px */
	.section-4 {
/*	    margin: 270px 0 0;*/
	}
	.section-4__body {
/*	    margin: -220px 0 0;*/
	    padding: 0 40px 40px;
	}
	.section-4__body:before {
	    top: 70px;
	}
	.section-4__image {
	    width: 290px;
	}
	.section-4__header {
		margin: 0 0 35px;
	}
	.section-4__header,
	.section-4__about {
	    width: calc(100% - 290px - 40px);
	}
	.section-4__title {
	    margin: 0 0 8px;
	    font-size: 12px;
	    line-height: 18px;
	}
	.section-4__headline {
	    font-size: 26px;
	    line-height: 32px;
	}
	.section-4__text p {
	    margin: 0 0 12px;
	    font-size: 12px;
	    line-height: 22px;
	}
	.section-4__btn {
	    margin: 25px 0 0;
	}

	/* section-5 1199px */
	.section-5__caption {
	    font-size: 11px;
	    line-height: 17px;
	}

	/* section-6 1199px */
	.section-6__title {
	    margin: 15px 20px 0;
	    padding: 0 0 0 30px;
	    font-size: 12px;
	    line-height: 18px;
	}
	.section-6__location {
	    margin: 10px 20px 20px;
	    padding: 0 0 0 30px;
	    font-size: 10px;
	    line-height: 16px;
	}
	.section-6__location:before {
	    top: 3px;
	}

	/* section-7 1199px */
	.section-7 {
	    padding: 50px 0 95px;
	}
	.section-7__caption {
	    font-size: 9px;
	    line-height: 15px;
	}

	/* section-8 1199px */
	.section-8__body {
	    margin: -45px 0 0;
	    padding: 40px 50px 30px;
	}
	.section-8__header {
	    width: calc(100% - 530px - 40px);
	}
	.section-8__contacts {
	    margin: 20px 0 0;
	    padding: 20px 0 0;
	    width: calc(100% - 530px - 40px);
	}
	.section-8__form {
	    width: 530px;
	}
	.section-8__title {
	    margin: 0 0 10px;
	    font-size: 13px;
	    line-height: 19px;
	}
	.section-8__title span {
	    font-size: 21px;
	    line-height: 27px;
	}
	.section-8__text {
	    font-size: 12px;
	    line-height: 20px;
	}
	.section-8__contacts .section-8__text {
	    font-size: 11px;
	    line-height: 21px;
	}
	.section-8__email {
		display: block;
	    margin: 0 0 15px;
	}
	.section-8__email span {
	    font-size: 11px;
	    line-height: 17px;
	}
	.section-8__email a {
	    padding: 0 0 0 22px;
	    background-position: 0 6px;
	    background-size: 11px auto;
	    font-size: 14px;
	    line-height: 20px;
	}
	.section-8__time {
	    font-size: 10px;
	    line-height: 16px;
	}
}
@media (max-width: 991px) {
	/* header 991px */
	.header {
		padding: 15px 0 10px;
		border-bottom: 1px solid #dadada;
	}
	.header.open {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 0;
		background: #56b3cc;
		z-index: 9;
		overflow: hidden;
	}

	.header__top {
		display: none;
	}
	.header.open .header__top {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 12px;
		display: block;
		padding: 0;
	    border-bottom: 0;
	    text-align: left;
	    z-index: 2;
	}
    .header__top .header__callback {
		display: block;
		float: none;
		margin: 0 0 15px;
		width: 100%;
	}
	.header__top .header__callback-open {
	    width: 100%;
	    height: 40px;
	    background: #fff;
	    border: 0;
	    font-size: 12px;
	    color: #269ab9;
	}
	.header__top .header__callback-open:before {
		display: none;
	}
	.header__top .header__callback-open.active {
		box-shadow: 0 0 0 1px #fff inset;
	    color: #055f78;
	}
	.header__top .header__callback-block {
	    top: auto;
	    bottom: 100%;
	    margin: 0 0 1px;
	    width: 100%;
	    border: 0;
	}
	.header__top .header__callback-block ul li {
	    border-color: #56b3cc;
	    border-radius: 3px;
	    color: #055f78;
	}
    .header__address {
	    display: block;
	    margin: 0 0 10px;
	    background: url(../images/new/address-white.svg) no-repeat 0 3px / 8px auto;
	    font-size: 12px;
	    line-height: 18px;
	    color: #fff;
	}
	.header__phone {
	    display: block;
	    background: url(../images/new/phone-white.svg) no-repeat 0 6px / 11px auto;
	}
	.header__phone a {
		margin: 0 10px 0 0 !important;
	    color: #fff;
	}
	.header__phone a:not(:first-child) {
        margin: 0;
        padding: 0;
    }
	.header__phone a:not(:first-child):before {
	    display: none;
	}

	.header__body {
		padding: 0;
	}
	.header.open .header__body {
		position: absolute;
		left: 0;
		right: 0;
		top: 12px;
		padding: 0;
		z-index: 2;
	}
	.header__logo {
		margin: -10px 0 0 -10px;
		width: 145px;
	}
	.header__logo:before {
		display: none;
	}
	.header__search {
		float: right;
		margin: 32px 5px 0 5px !important;
		width: 30px;
		height: 30px;
		clear: none;
		z-index: 2;
	}
	.header__search form {
		position: absolute;
		right: -42px;
		top: -3px;
		display: none;
		z-index: 1;
	}
	.header__search input[type="text"] {
		padding: 0 70px 0 15px;
		width: 290px;
		height: 36px;
		font-size: 12px;
		line-height: 18px;
	}
	.header__search input[type="submit"] {
	    width: 40px;
	    height: 36px;
	    background: url(../images/new/search.svg) no-repeat 50% 50% / 16px auto !important;
	}
	.header__search svg {
		display: none;
	}
	.b-ajaxSearch-results__container {
	    left: 0;
	    right: 0;
	    margin: 2px 0 0;
	}
	.header__search-open {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		width: 30px;
		height: 30px;
		background: url(../images/new/search.svg) no-repeat 50% 50% / 16px auto;
		cursor: pointer;
	}
	.header__search-close {
		position: absolute;
		right: -8px;
		top: 0;
		width: 30px;
		height: 30px;
		background: url(../images/new/search-close.svg) no-repeat 50% 50% / 18px auto;
		cursor: pointer;
		z-index: 1;
	}
	.header__callback {
	    display: none;
	}
	.header__messenger {
		float: right;
		margin: 32px 0 0;
	}
	.header__whatsapp {
	    margin: 0;
	    width: 30px;
	    height: 30px;
	    color: transparent;
	    overflow: hidden;
	}
	.header__whatsapp svg {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		display: block;
		margin: 0;
		width: 14px;
		height: 14px;
	}
	.header__telegram {
	    margin: 0;
	    width: 30px;
	    height: 30px;
	}
	.header__telegram svg {
		width: 11px;
		height: 11px;
	}
	.header__title {
		position: absolute;
		right: 15px;
		top: -5px;
		display: block;
	    margin: 0;
	    width: 230px;
	    font-size: 9px;
	    line-height: 12px;
	    text-align: right;
	}
	.header__menu-main,
	.header__bottom {
		display: none;
	}
	.header__mobile-open {
		position: relative;
		float: right;
		display: block;
		margin: 29px 0 0;
		width: 36px;
		height: 36px;
		background: #56b3cc;
		border-radius: 3px;
		cursor: pointer;
	}
	.header__mobile-open svg {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		display: block;
		font-size: 16px;
		color: #fff;
	}
	.header__mobile-close {
		position: relative;
		float: right;
		display: none;
		margin: 0 0 4px;
		width: 36px;
		height: 36px;
		background: #fff url(../images/new/menu-close.svg) no-repeat 50% 50% / 12px auto;
		border-radius: 3px;
		cursor: pointer;
	}
	.header.open .header__mobile-close {
		display: block;
	}
	.header__mobile-info {
		position: relative;
		float: left;
		margin: 0 0 4px;
		padding: 10px 52px;
		display: none;
		width: calc(100% - 46px);
		height: 36px;
		background: #fff;
		border-radius: 3px;
		font-size: 12px;
		line-height: 18px;
		font-weight: 500;
		color: #1d1d1d;
		text-transform: uppercase;
		cursor: pointer;
	}
	.header.open .header__mobile-info {
		display: block;
	}
	.header__mobile-info svg {
		position: absolute;
		right: 20px;
		top: 14px;
	    font-size: 8px;
	    transition-duration: 0s;
	}
	.header__mobile-info span {
		position: absolute;
		left: 20px;
		top: 13px;
		width: 18px;
		height: 11px;
		transition-duration: 0.2s;
	}
	.header__mobile-info span:before,
	.header__mobile-info span:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 100%;
		transition-duration: 0.2s;
	}
	.header__mobile-info span:before {
		border-top: 1px solid #1d1d1d;
		border-bottom: 1px solid #1d1d1d;
	}
	.header__mobile-info span:after {
		top: 5px;
		height: 1px;
		background: #1d1d1d;
	}
	.header__mobile-info.active {
		background: #1d1d1d;
		color: #fff;
	}
	.header__mobile-info.active span {
		top: 11px;
		height: 15px;
	}
	.header__mobile-info.active span:before {
		border-color: #fff;
	}
	.header__mobile-info.active span:after {
		top: 7px;
		background: #fff;
	}
	.header__mobile-info.active svg {
		transform: rotate(-180deg);
	}
	.header.open .header__menu-main {
		position: relative;
        display: none;
        margin: 0;
        padding: 15px;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 1px 5px 0 rgba(19,19,19,0.4);
        clear: both;
    }
    .header__menu-main ul.level-1 > li:first-child {
	    display: none;
	}
	.header__menu-main ul.level-1 > li {
	    display: block;
	    margin: 0 0 8px;
	}
	.header__menu-main ul.level-1 > li > a {
	    display: block;
	    padding: 0;
	    font-size: 12px;
	    line-height: 18px;
	}
	.header__menu-main ul.level-1 > li.parent > a svg {
	    font-size: 8px;
	}
	.header__menu-main ul.level-1 > li.parent.open > a svg {
	    transform: rotate(-180deg);
	}
	.header__menu-main ul.level-1 > li:last-child {
	    margin-bottom: 0;
	}
	.header__menu-main ul.level-2 {
	    position: relative;
	    left: auto;
	    top: auto;
	    display: none;
	    padding: 8px;
	    width: 100%;
	    background: none;
	    border-radius: 0;
	    box-shadow: none;
	    opacity: 1;
	    visibility: visible;
	    transition-duration: 0s;
	}
	.header__menu-main ul.level-2 li {
	    margin: 0 0 8px;
	}
	.header__menu-main ul.level-2 li a {
	    font-size: 12px;
	    line-height: 16px;
	}
	.header.open .header__logo,
	.header.open .header__mobile-open,
	.header.open .header__search,
	.header.open .header__messenger,
	.header.open .header__title {
		display: none;
	}

    .header.open .header__bottom {
		position: absolute;
		left: 0;
		right: 0;
		top: 60px;
		bottom: 128px;
		display: block;
		margin: 0;
		padding: 0;
		background: none;
		overflow: auto;
		z-index: 1;
	}
	.header__bottom .container {
		padding: 0 15px;
		max-width: 720px;
    }
    .header__menu-catalog {
    	overflow: hidden;
    }
    .header__menu-catalog ul.level-1 {
		margin: 0;
	}
	.header__menu-catalog ul.level-1 > li {
		display: block;
		margin: 0 0 5px;
	}
	.header__menu-catalog ul.level-1 > li:last-child {
		margin-bottom: 0;
	}
	.header__menu-catalog ul.level-1 > li > a {
		padding: 12px 20px 12px 45px;
		font-size: 12px;
		line-height: 18px;
	}
	.header__menu-catalog ul.level-1 > li > a i {
		left: 20px;
		top: 16px;
		width: 14px;
		height: 9px;
		opacity: 1 !important;
	}
	.header__menu-catalog ul.level-1 > li > a i:after {
		top: 4px;
	}
	.header__menu-catalog ul.level-1 > li > a:before {
		display: none;
	}
	.header__menu-catalog ul.level-1 > li.active > a i {
		top: 14px;
		height: 13px;
	}
	.header__menu-catalog ul.level-1 > li.active > a i:after {
		top: 6px;
	}
	.header__menu-catalog ul.level-2 {
		display: none;
		position: relative;
		left: auto;
		top: auto;
		margin: 1px 0 0;
		padding: 5px 0;
		background: #fff;
		border-radius: 2px;
		box-shadow: none;
	}
	.header__menu-catalog ul.level-2 > li {
		margin: 0;
		padding: 0;
	}
	.header__menu-catalog ul.level-2 > li:last-child {
		margin-bottom: 0;
	}
	.header__menu-catalog ul.level-2 > li > a {
		padding: 8px 20px;
		border: 0;
		border-radius: 0;
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
	}
	.header__menu-catalog ul.level-2 > li > a svg {
		display: none;
	}
	.header__menu-catalog ul.level-2 > li.active > a {
		background: #ecf4f6;
		color: #0a688c;
	}
	.header__menu-catalog ul.level-3 {
		display: none !important;
	}


	

	/* footer 991px */
	.footer {
	    padding: 20px 0;
	}
	.footer__left {
	    width: 365px;
	}
	.footer__right {
	    width: calc(100% - 365px - 25px);
	}

	.footer__logo {
	    width: 60px;
	}
	.footer__title {
	    width: calc(100% - 60px - 15px);
	    font-size: 12px;
	    line-height: 16px;
	}
	.footer__copyright {
	    margin: 8px 0 0;
	    width: calc(100% - 60px - 15px);
	    font-size: 9px;
	    line-height: 15px;
	}
	.footer__policy {
	    padding: 12px 0 0;
	}
	.footer__policy a {
	    margin: 0 0 3px;
	    font-size: 11px;
	    line-height: 15px;
	}
	.footer__kefirok {
		margin: 10px 0 0;
	    font-size: 10px;
	    line-height: 16px;
	}

	.footer__address {
	    padding: 0 0 0 20px;
	    background-position: 0 2px;
	    font-size: 12px;
	    line-height: 18px;
	}
	.footer__time {
	    margin: 4px 0 0 20px;
	    font-size: 10px;
	    line-height: 14px;
	}
	.footer__time br {
		display: block;
	}
	.footer__phone {
		margin: 0 0 0 25px;
	    padding: 0 0 0 20px;
	    background-position: 0 2px;
	    background-size: 11px auto;
	    order: 2;
	}
	.footer__phone span {
		margin: 0 0 3px;
		font-size: 10px;
		line-height: 16px;
		color: #636363;
	}
	.footer__phone a {
	    font-size: 12px;
	    line-height: 18px;
	}
	.footer__email {
		margin: 0;
	    padding: 0 0 0 20px;
	    background-position: 0 4px;
	    background-size: 11px auto;
	    order: 1;
	}
	.footer__email span {
		font-size: 10px;
		line-height: 16px;
		color: #636363;
	}
	.footer__email a {
	    font-size: 12px;
	    line-height: 18px;
	}
	.footer__contacts {
        margin: 15px 0 0;
    }
	.footer__callback {
		width: 145px;
		height: 36px;
	}
	.footer__callback-open {
	    height: 36px;
	    font-size: 10px;
	    line-height: 16px;
	}
	.footer__callback-open svg {
	    margin: 0 0 0 5px;
	    font-size: 7px;
	}
	.footer__callback-block {
	    margin: 0 0 1px;
	    padding: 0 3px;
	}
	.footer__callback-block ul li {
	    margin: 4px 0;
	    padding: 6px 0;
	    font-size: 9px;
	    line-height: 15px;
	}
	.footer__whatsapp {
	    margin: 0;
	    width: 100px;
	    height: 36px;
	    font-size: 10px;
	    line-height: 16px;
	}
	.footer__whatsapp svg {
	    margin: 0 3px 0 0;
	    width: 13px;
	    height: 13px;
	}
	.footer__telegram {
	    margin: 0;
	    width: 36px;
	    height: 36px;
	}
	.footer__telegram svg {
	    width: 14px;
	    height: 12px;
	}

	/* section-1 991px */
	.section-1:after {
	    height: 2px;
	}
	.section-1__body {
	    height: 320px;
	}
	.section-1__left {
	    padding: 18px 25px;
	    width: 270px;
	    height: 150px;
	    border-radius: 5px 0 0 0;
	}
	.section-1__right {
		left: 270px;
		right: auto;
	    padding: 18px 25px;
	    width: 270px;
	    height: 150px;
	    background-position: calc(100% - 25px) 20px;
	    background-size: 70px auto;
	    border-radius: 0 5px 0 0;
	}
	.section-1__title {
	    margin: 0 0 8px;
	    font-size: 11px;
	    line-height: 17px;
	}
	.section-1__title span {
	    margin: 0 0 5px;
	    font-size: 16px;
	    line-height: 20px;
	}
	.section-1__text {
	    font-size: 10px;
	    line-height: 14px;
	}
	.section-1__price {
	    margin: 0 0 10px;
	    font-size: 10px;
	    line-height: 16px;
	}
	.section-1__price span {
		margin: 0 0 2px;
	    font-size: 15px;
	    line-height: 21px;
	}
	.section-1__btn {
	    padding: 10px 0;
	    width: 200px;
	    height: 35px;
	    font-size: 10px;
	    line-height: 16px;
	}
	.section-1__btn:before {
	    margin: -2px 12px 0 0;
	    width: 10px;
	    height: 14px;
	}
	.section-1__note {
	    margin: 8px 0 0;
	    max-width: 180px;
	    font-size: 9px;
	    line-height: 13px;
	}

	/* section-2 991px */
	.section-2 {
	    margin: 30px 0 0;
	}
	.section-2__list-1 {
	    margin: 0 0 20px;
	    padding: 0 0 20px;
	}
	.section-2__item {
	    padding: 0 0 0 20px;
	}
	.section-2__list-1 .section-2__item {
	    font-size: 12px;
	    line-height: 18px;
	}
	.section-2__list-2 .section-2__item {
	    max-width: calc(100% / 2);
	    font-size: 10px;
	    line-height: 16px;
	}
	.section-2__list-2 .section-2__item:nth-child(odd) {
	    padding-left: 0;
	}
	.section-2__list-2 .section-2__item:nth-child(even) {
	    padding-left: 20px;
	}
	.section-2__list-2 .section-2__item:nth-child(n+3) {
	    padding-top: 20px;
	}
	.section-2__list-1 .section-2__item:first-child {
	    max-width: 310px;
	    font-size: 13px;
	    line-height: 19px;
	}
	.section-2__item img {
	    margin: 0 20px 0 0;
	    max-width: 40px;
	    max-height: 40px;
	}
	.section-2__item span {
	    margin: 0 0 2px;
	    font-size: 13px;
	    line-height: 19px;
	}

	/* section-3 991px */
	.section-3 {
	    margin: 30px 0 0;
	}
	.section-3__tabs {
	    margin: 0 0 20px;
	}
	.section-3__tabs ul {
	    margin: 0 -25px;
	}
	.section-3__tabs ul li {
	    margin: 0 25px;
	    padding: 0 0 15px;
	    border-bottom-width: 2px;
	    font-size: 14px;
	    line-height: 20px;
	    text-align: center;
	}
	.section-3__tabs ul li:after {
	    bottom: -1px;
	    border-left: 8px solid transparent;
	    border-right: 8px solid transparent;
	    border-bottom: 5px solid #56b3cc;
	}
	.section-3__tabs ul li br {
		display: block;
	}
	.section-3__body {
	    margin: -5px;
	}
	.section-3__item {
	    margin: 5px;
	    width: calc(100% / 3 - 10px);
	}
	.section-3__block {
	    padding: 18px 20px;
	    height: 140px;
	}
	.section-3__title {
	    max-width: 170px;
	    font-size: 16px;
	    line-height: 22px;
	}
	.section-3__text {
	    margin: 10px 0 0;
	    max-width: 160px;
	    max-width: 130px;
        font-size: 10px;
        line-height: 16px;
	}
	.section-3__image img {
	    max-width: 130px;
	    max-height: 130px;
	}
	.section-3__list {
        padding: 12px 20px;
    }
    .section-3__list ul li {
        margin: 5px 0 0;
    }
    .section-3__list ul li a {
        font-size: 11px;
        line-height: 17px;
    }
	.section-3__btn {
	    right: 20px;
	    top: 20px;
	    width: 28px;
	    height: 28px;
	    font-size: 12px;
	}
	.section-3__list.padding {
	    padding-bottom: 35px;
	}
	.section-3__open {
	    height: 25px;
	    font-size: 10px;
	    line-height: 16px;
	}

	/* section-4 991px */
	.section-4 {
	    margin: 260px 0 0;
	}
	.section-4__body {
	    padding: 0 25px 25px;
	}
	.section-4__body:before {
	    top: 60px;
	}
	.section-4__image {
	    width: 240px;
	}
	.section-4__header {
		margin: 0 0 20px;
	}
	.section-4__header,
	.section-4__about {
	    width: calc(100% - 240px - 25px);
	}
	.section-4__title {
	    margin: 2px 0 8px;
	    font-size: 10px;
	    line-height: 16px;
	}
	.section-4__headline {
	    font-size: 18px;
	    line-height: 24px;
	}
	.section-4__text p {
	    margin: 0 0 10px;
	    font-size: 11px;
	    line-height: 19px;
	}
	.section-4__btn {
	    margin: 15px 0 0;
	    width: 190px;
	    height: 36px;
	    font-size: 10px;
	    line-height: 16px;
	}

	/* section-5 991px */
	.section-5 {
	    padding: 30px 0 0;
	}
	.section-5__headline,
	.section-6__headline {
	    margin: 0 0 15px;
	    font-size: 16px;
	    line-height: 22px;
	}
	.section-5__slider {
	    margin: 0 -2px;
	}
	.section-5__item {
	    margin: 0 2px;
	    padding: 8px;
	}
	.section-5__caption {
	    margin: 10px 0 0;
	    padding: 0;
	    font-size: 8px;
	    line-height: 12px;
	}

	.slick__prev,
	.slick__next {
	    width: 32px;
	    height: 32px;
	    font-size: 12px;
	}
	.slick__prev {
	    left: -40px;
	}
	.slick__next {
	    right: -40px;
	}

	/* section-6 991px */
	.section-6 {
	    padding: 30px 0 0;
	}
	.section-6__btn {
	    right: 15px;
	    top: -5px;
	    width: 170px;
	    height: 32px;
	    font-size: 9px;
	    line-height: 15px;
	}
	.section-6__slider {
	    margin: 0 -4px;
	}
	.section-6__item {
	    margin: 0 4px;
	}
	.section-6__title {
	    margin: 12px 15px 0;
	    padding: 0 0 0 22px;
	    font-size: 12px;
	    line-height: 18px;
	}
	.section-6__title:before {
	    top: 2px;
	    width: 13px;
	    height: 13px;
	}
	.section-6__location {
	    margin: 8px 15px 20px;
	    padding: 0 0 0 22px;
	    font-size: 10px;
	    line-height: 16px;
	}
	.section-6__location:before {
	    left: 4px;
	    top: 3px;
	    width: 8px;
	    height: 8px;
	}

	/* section-7 991px */
	.section-7 {
	    padding: 30px 0 75px;
	}
	.section-7__headline {
	    margin: 0 30px 15px 0;
	    font-size: 16px;
	    line-height: 22px;
	}
	.section-7__text {
	    margin: 0 0 15px;
	    font-size: 12px;
	    line-height: 18px;
	}
	.section-7__slider .slick__prev,
	.section-7__slider .slick__next {
	    top: -42px;
	    width: 32px;
	    height: 32px;
	    font-size: 12px;
	}
	.section-7__slider .slick__prev {
	    right: 45px;
	}
	.section-7__slider .slick__next {
	    right: 5px;
	}
	.section-7__slider {
	    margin: 0 -4px;
	}
	.section-7__image {
	    height: 80px;
	    line-height: 80px;
	}
	.section-7__image img {
	    max-height: 80px;
	}
	.section-7__item {
	    margin: 0 4px;
	    padding: 8px;
	}
	.section-7__caption {
	    margin: 10px 0 4px;
	    padding: 0;
	    font-size: 8px;
	    line-height: 14px;
	}

	/* section-8 991px */
	.section-8 {
	    padding: 0 0 30px;
	}
	.section-8__body {
	    padding: 25px 30px 15px;
	}
	.section-8__header {
		width: 240px;
	}
	.section-8__contacts {
	    margin: 20px 0 0;
	    padding: 20px 0 0;
		width: 240px;
	}
	.section-8__form {
	    width: calc(100% - 240px - 30px);
	}
	.section-8__title {
	    font-size: 12px;
	    line-height: 18px;
	}
	.section-8__title span {
	    font-size: 18px;
	    line-height: 24px;
	}
	.section-8__text {
	    font-size: 12px;
	    line-height: 18px;
	}
	.section-8__contacts .section-8__text {
	    margin: 0 -5px 12px 0;
	    font-size: 11px;
	    line-height: 21px;
	}
	.section-8__email {
	    display: inline-block;
	    vertical-align: top;
	    margin: -4px 12px 0 0;
	}
	.section-8__email span {
	    margin: 0;
	    font-size: 11px;
	    line-height: 17px;
	}
	.section-8__email a {
	    padding: 0;
	    background: none;
	    font-size: 13px;
	    line-height: 17px;
	}
	.section-8__whatsapp {
	    display: inline-block;
	    vertical-align: top;
	    width: 110px;
	    height: 30px;
	    font-size: 8px;
	    line-height: 14px;
	}
	.section-8__whatsapp svg {
	    margin: 0 5px 0 0;
	    width: 12px;
	    height: 12px;
	}
	.section-8__time {
	    margin: 12px 0 0;
	    font-size: 10px;
	    line-height: 16px;
	}
	.section-8__form ul {
	    margin: -4px -4px 4px;
	}
	.section-8__form li {
	    padding: 4px;
	}
	.section-8__form input[type="text"],
	.section-8__form input[type="tel"],
	.section-8__form input[type="email"],
	.section-8__form textarea {
	    padding: 0 15px;
	    height: 40px;
	    font-size: 12px;
	    line-height: 18px;
	}
	.section-8__form textarea {
	    padding: 10px 15px;
	    height: 100px;
	    min-height: 40px;
	}
	.section-8__submit {
		display: block;
	    margin: 0 0 5px;
	    width: 240px;
	    height: 40px;
	}
	.section-8__submit input[type="submit"] {
	    font-size: 12px;
	    line-height: 12px;
	}
	.section-8__captcha {
	    display: block;
	    margin: 0 0 0 -5px;
	}
	.section-8__policy {
	    margin: 8px 0 0;
	    font-size: 9px;
	    line-height: 13px;
	}
}
@media (max-width: 767px) {
	/* header 767px */
	.header__bottom .container {
        max-width: 540px;
    }

    /* footer 767px */
    .footer {
    	padding: 15px 0;
    }
    .footer__left {
    	float: none;
    	width: 100%;
    }
    .footer__right {
    	margin: 0 0 18px;
    	float: none;
    	width: 100%;
    }
    .footer__time br {
    	display: none;
    }

    /* section-2 767px */
    .section-2__list-1 {
    	flex-wrap: wrap;
    }
    .section-2__list-1 .section-2__item {
    	padding: 15px 0 0;
    	width: 100%;
    }
    .section-2__list-1 .section-2__item:first-child {
    	padding-top: 0;
    	max-width: 100%;
    	align-items: flex-start;
    }
    .section-2__list-2 .section-2__item {
    	padding: 15px 0 0 !important;
    	width: 100%;
    	max-width: 100%;
    }
    .section-2__list-2 .section-2__item:first-child {
    	padding-top: 0 !important;
    }

    /* section-3 767px */
    .section-3__item {
        width: calc(100% / 2 - 10px);
    }
    .section-3__block {
        padding: 18px 25px;
        height: 140px;
    }
    .section-3__btn {
        right: 25px;
    }

    /* section-4 767px */
    .section-4 {
    	margin: 225px 0 0;
    }
    .section-4__body {
    	margin: -200px 0 0;
    }
    .section-4__body:before {
        top: 85px;
    }
    .section-4__header {
    	float: none;
    	margin: 0 0 15px;
    	width: 100%;
    }
    .section-4__image {
    	float: none;
    	margin: 0 0 20px;
    	width: 100%;
    }
    .section-4__about {
    	float: none;
    	width: 100%;
    }
    .section-4__title {
        margin: 0 0 5px;
    }

    /* section-7 767px */
    .section-7__headline {
    	display: block;
    	margin: 0 0 8px;
    }
    .section-7__slider .slick__prev,
    .section-7__slider .slick__next {
        top: -70px;
    }

    /* section-8 767px */
    .section-8__body {
        padding: 20px 30px;
    }
    .section-8__header {
    	float: none;
    	margin: 0 0 15px;
    	width: 100%;
    }
    .section-8__form {
    	float: none;
    	width: 100%;
    }
    .section-8__contacts {
    	float: none;
    	margin: 15px 0 0;
        padding: 15px 0 0;
    	width: 100%;
    }
}
@media (max-width: 575px) {
	/* header 575px */
	.header__bottom .container {
        width: 100%;
    }

	/* footer 575px */
	.footer__time br {
    	display: block;
    }

    /* section-1 575px */
    .section-1 {
    	padding: 0 0 150px;
    	background-position: 50% 0;
    	background-size: auto 320px;
    }
    .section-1:after {
	    bottom: 150px;
	}
    .section-1__left {
    	border-radius: 5px 5px 0 0;
    }
    .section-1__right {
    	left: 0;
    	bottom: -150px;
    	border-radius: 0 0 5px 5px;
    }

    /* section-3 575px */
    .section-3__tabs {
    	overflow: hidden;
    }
    .section-3__tabs ul {
    	margin: 0 -20px;
    	white-space: nowrap;
	    overflow: auto;
	}
	.section-3__tabs ul li {
        margin: 0 20px;
    }
    .section-3__body {
        margin: -15px 0 0;
    }
    .section-3__item {
    	float: none;
    	margin: 15px 0 0;
        width: 100%;
    }

    /* section-4 575px */
    .section-4 {
        margin: 245px 0 0;
    }
    .section-4__body {
        margin: -220px 0 0;
        padding: 0 20px 20px;
    }
    .section-4__body:before {
        top: 105px;
    }
    .section-4__header {
        margin: 0 -25px 15px;
        width: 290px;
    }

    /* section-5 575px */
    .section-5__slider {
    	margin: 0 -2px 50px;
    }
    .section-5__slider .slick__prev,
    .section-5__slider .slick__next {
    	left: 0;
    	top: auto;
    	bottom: -50px;
    	transform: translate(0, 0);
    }
    .section-5__slider .slick__next {
    	left: 40px;
    	right: auto;
    }

    /* section-6 575px */
    .section-6__slider {
    	margin: 0 -4px 50px;
    }
    .section-6__slider .slick__prev,
    .section-6__slider .slick__next {
    	right: 5px;
    	top: auto;
    	bottom: -50px;
    	transform: translate(0, 0);
    }
    .section-6__slider .slick__prev {
    	left: auto;
    	right: 45px;
    }
    .section-6__btn {
    	left: 15px;
    	right: auto;
    	top: auto;
    	bottom: 0;
    }

    /* section-7 575px */
    .section-7__headline {
        max-width: 130px;
    }
    .section-7__slider .slick__prev,
    .section-7__slider .slick__next {
        top: -80px;
    }

    /* section-8 575px */
      .section-8__body {
        padding: 20px 25px;
    }
    .section-8__header {
        margin: 0 0 20px;
    }
    .section-8__form ul {
    	margin: 0;
    }
    .section-8__form li {
    	margin: 0 0 10px;
    	padding: 0;
    	width: 100%;
    }
    .section-8__form li:nth-child(1) {
	    order: 1;
	}
    .section-8__form li:nth-child(2) {
	    order: 2;
	}
    .section-8__form li:nth-child(3) {
    	order: 3;
	}
    .section-8__form li:nth-child(4) {
	    order: 4;
	}
    .section-8__form li:nth-child(5) {
	    order: 5;
	}
}
@media (max-width: 440px) {
	.header.open .header__bottom {
		bottom: 150px;
	}
}
@media (max-width: 380px) {
	.header.open .header__bottom {
		bottom: 167px;
	}
}

/* hover  */
@media (min-width: 992px) {
	/* header hover & footer hover */
	.header__address:hover,
	.header__phone a:hover,
	.footer__policy a:hover,
	.footer__email a:hover {
		color: #208dab;
	}
	.footer__kefirok a:hover {
		color: #4aa016;
	}
	.header__search input[type="submit"]:hover + svg {
	    fill: #157194;
	}
	.header__callback-open:hover,
	.footer__callback-open:hover {
	    box-shadow: 0 0 0 1px #55b3cb inset;
	    color: #208dab;
	}
	.header__callback-open:hover:before,
	.footer__callback-open:hover:before,
	.header__whatsapp:hover:before,
	.footer__whatsapp:hover:before {
		opacity: 0;
	}
	.header__callback-open:hover svg,
	.footer__callback-open:hover svg {
	    transform: rotate(-180deg);
	}
	.header__callback-block ul li:hover,
	.footer__callback-block ul li:hover {
	    background: #208dab;
	    border-color: #208dab;
	    color: #fff;
	}
	.header__telegram:hover,
	.footer__telegram:hover {
	    border-color: #1fbae3;
	}
	.header__telegram:hover svg,
	.footer__telegram:hover svg {
	    fill: #1fbae3;
	}
	.header__menu-main {
		display: inline-block !important;
	}
	.header__menu-main ul.level-1 > li:first-child:hover > a {
		background-color: #208dab;
	}
	.header__menu-main ul li:hover > a {
		color: #56b3cc;
	}
	.header__menu-main ul li:hover > a svg {
		transform: rotate(-180deg);
	}
	.header__menu-main ul.level-1 > li:hover ul.level-2,
	.header__menu-catalog ul.level-2 > li:hover ul.level-3 {
		opacity: 1;
		visibility: visible;
	}
	.header__menu-catalog ul.level-1 > li:nth-child(1):hover > a {
		background: #075a79;
	}
	.header__menu-catalog ul.level-1 > li:nth-child(2):hover > a {
		background: #237f98;
	}
	.header__menu-catalog ul.level-1 > li:nth-child(3):hover > a {
		background: #169483;
	}
	.header__menu-catalog ul.level-2 > li:hover > a {
		background: #208dab;
		border-color: #208dab;
		color: #fff;
	}
	.header__menu-catalog ul.level-3 li:hover a {
		background: #ecf4f6;
	}

	/* section hover */
	.section-1__btn:hover:after {
		opacity: 0;
	}
	.section-3__tabs ul li:not(.active):hover {
		color: #2ab4a1;
	}
	.section-3__block:hover:before {
		opacity: 0;
	}
	.section-3__item:nth-child(3n+1) .section-3__block:hover .section-3__btn {
		background: #fff;
		color: #0a6080;
	}
	.section-3__item:nth-child(3n+2) .section-3__block:hover .section-3__btn {
		background: #fff;
		color: #3194af;
	}
	.section-3__item:nth-child(3n+3) .section-3__block:hover .section-3__btn {
		background: #fff;
		color: #20a795;
	}
	.section-3__list ul li a:hover {
	    color: #0a6080;
	}
	.section-3__open:hover {
	    background: #d6e5eb;
	}
	.section-4__btn:hover,
	.section-6__btn:hover {
		background: #208dab;
	}
	.section-5__item:hover {
		box-shadow: 0 1px 5px 0 rgba(10,49,59,0.3);
	}
	.slick__prev:not(.slick-disabled):hover,
	.slick__next:not(.slick-disabled):hover {
		background: #208dab;
	}
	.section-6__slider .slick__prev:not(.slick-disabled):hover,
	.section-6__slider .slick__next:not(.slick-disabled):hover {
		background: #169483;
	}
	.section-6__item:hover .section-6__image:before {
		opacity: 1;
	}
	.section-8__whatsapp:hover {
	    background: #77bc51;
	    color: #fff;
	}
	.section-8__whatsapp:hover svg {
	    fill: #fff;
	}
	.section-8__submit:hover:before {
		opacity: 0;
	}
	.section-8__policy a:hover {
		color: #4aa016;
	}
}

/* grid */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
   .container {
        max-width: 1180px;
    }
}