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;
}
.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;
}
/*04.08.2025*/
.sidebar__open{display:none;}
.category__sidebar {
	width: 264px;
}
.sidebar__menu > ul > li > a {
	font-weight: 700;
	line-height: 100%;
	padding: 16px 20px;
	font-family: "PT Sans", sans-serif;
}
.category__sidebar.green .sidebar__menu > ul > li.active > a {
	background: #53B3CC;
	border-color: #53B3CC;
	color: #fff;
}
.category__sidebar.green .sidebar__menu > ul > li > ul {
	border: 1px solid #53B3CC;
	background: #F8F9FA;
}
.sidebar__menu > ul > li > ul li {
	margin: 0 0 10px;
}
.sidebar__menu > ul > li > ul li a {
	position: relative;
	border-bottom: none;
	font-size: 14px;
	line-height: 100%;
	font-weight: 400;
	text-transform: none;
}
.category__sidebar.green .sidebar__menu > ul > li > ul li a {
	color: #333333;
}
.category__sidebar.green .sidebar__menu > ul > li > ul li.active a {
	color: #17AB94;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.sidebar__menu > ul > li > ul li.active a::before {
	position: relative;
	width: 4px;
	height: 4px;
	border-top: none;
	border-left: none;
	border-bottom: none;
	flex: 0 0 auto;
	margin-top: 6px;
	left:0;
}
.category__sidebar.green .sidebar__menu > ul > li > ul li.active a::before {
	background: #138872;
	border-left-color: transparent;
}
.sidebar__menu > ul > li > a svg {
	width: auto !important;
	font-size: revert;
	top: 15px;
	right: 20px;
}
.sidebar__price,
.filter_block {
	box-sizing: border-box;
	background: #F8F9FA;
	border: 1px solid #E4E5E6;
	padding:16px 20px;
	margin-bottom:3px;
}
.filter_block label {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin-bottom: 10px;
}
.filter_block .jq-checkbox {
	width: 20px;
	height: 20px;
	position: relative;
	top: auto;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #E4E5E6;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.filter_block .jq-checkbox.checked {
	background: #17AB94;
}
.filter_block .jq-checkbox.checked .jq-checkbox__div {
	width: 10px;
	height: 5px;
	margin: 0;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.filter_ttl{
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #333333;
	border-bottom: 1px solid #E4E5E6;
	padding-bottom:11px;
	margin-bottom:15px;
}
.view_filter_list {
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	color: #17AB94;
	height: auto;
	width: auto;
	padding: 0;
	background: transparent;
}
.filter_list.open{
	max-height:290px;
	overflow-x:hidden;
	overflow-y:auto;
}
.filter_list {
	--scrollbarBg: #E4E5E6;
	--scrollbarThumb: #C6C7C8;
	scrollbar-width: thin;
	scrollbar-color: var(--scrollbarThumb) var(--scrollbarBg);
	margin: 0 -20px 15px;
	padding: 0 20px;
}
.filter_list::-webkit-scrollbar {
	width: 4px;               	
}
.filter_list::-webkit-scrollbar-track {
	background: var(--scrollbarBg);
	border-radius: 100px; 
}
.filter_list::-webkit-scrollbar-thumb {
	background-color: var(--scrollbarThumb);
	border-radius: 100px;       
	border: none;
}
.btn_filter{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 37px;
	gap: 10px;
	width: 50%;
	height: 40px;
	border-radius: 2px;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
}
.clear_filter{
	border: 1px solid #C6C7C8;
	background:#fff;
	color: #333333;
}
.send_filter{
	color: #FFFFFF;
	background: #17AB94;
}
.filter_btn_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	gap:15px;
}
.slider_input_block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
	gap: 6px;
}
.slider_input_block input{
	padding: 10px 15px;
	width: 104px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #E4E5E6;
	border-radius: 2px;
}
.slider_input_block > div {
	width: 5px;
	height: 1px;
	background: #333333;
}
.ui-slider{
	height: 21px;
	width: calc(100% - 21px);
	position:relative;
}
.ui-slider::before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:0;
	height: 1px;
	background: #E4E5E6;
	width: calc(100% + 21px);
}
.ui-slider-horizontal .ui-slider-handle {
	top: 0;
	margin-left: 0;
}
.ui-slider .ui-slider-range{
	height: 1px;
	background: #17AB94;
	top: 50%;
}
.ui-slider .ui-slider-handle:focus,
.ui-slider .ui-slider-handle:active,
.ui-slider .ui-slider-handle{
	width: 21px;
	height: 21px;
	background: #F8F9FA;
	border: 1px solid #17AB94;
	border-radius:50%;
}
.sidebar__menu {
	margin-bottom: 30px;
}
.sidebar-price__top {
	position: relative;
	padding: 0 0 0 70px;
	background: url("../images/svg/price.svg") no-repeat;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #333333;
	height: auto;
	margin-bottom: 15px;
}
.sidebar-price__text {
	margin: 5px 0 0;
	font-size: 16px;
	line-height: 120%;
	color: #333;
	font-weight: 400;
	text-transform: lowercase;
}
.sidebar__price {
	padding: 25px 20px 30px;
}
.sidebar-price__btn {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	background: #17AB94;
	border-radius: 2px;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	cursor: pointer;
	font-family: "PT Sans", sans-serif;
}
.clear_filter:hover {
	border-color: #53B3CC;
	color: #53B3CC;
}
.send_filter:hover,
.sidebar-price__btn:hover {
	background: #10927e;
}

.category-list {
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	flex-wrap: wrap;
}

.category-list__item {
	display: flex;
	align-items: center;
	padding: 5px 10px 5px 5px;
	gap: 10px;
	height: 46px;
	background: #F8F9FA;
	border-radius: 2px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #333333;
}
.category-list__button {
	height: 17px;
	font-family: 'PT Sans';
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #17AB94;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	background: transparent;
}
.category-list__button.open svg {transform: scaleY(-1);}
.category-list__block {
	margin-bottom: 33px;
}
.catalog-tools {
	display: flex;
	align-items: stretch;
	justify-content:space-between;
	margin-bottom:30px;
}
.sort__select {
	font-family: 'PT Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	position: relative;
	cursor:pointer;
}
.sort__active {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.open .select__drop {max-height: 999px;}
.open .sort-active__text {color:#17AB94 ;}
.open .sort-active__icon path {stroke:#17AB94 ;}
.select__drop {
	overflow: hidden;
	max-height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 187px;
	background: #fff;
	z-index: 3;
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
.select__drop > div {
	margin-bottom: 10px;
	padding: 0 20px;
}
.select__drop > div:last-child {margin-bottom: 16px;}
.select__drop > div:first-child {margin-top: 16px;}
.dropdown__item {color: #333333;}
.dropdown__item:hover {color: #17AB94;}
.catalog-view {
	display: flex;
	align-items: center;
	gap:10px;
}
.catalog-view__item {
	width: 40px;
	height: 40px;
	background: #F8F9FA;
	border: 1px solid #E4E5E6;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content:center;	
	cursor: pointer;
}
.catalog-view__item path{fill:#C6C7C8;}
.catalog-view__item.active path{fill:#333333;}

.catalog__list{
	--catalog-gap:30px;
	display:flex;
	align-items:stretch;
	gap:var(--catalog-gap);
	margin-right:calc(var(--catalog-gap) * -1);
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.catalog-list__item{
	width: calc((100% - (var(--catalog-gap) * 3))/3);
	background: #FFFFFF;
	border: 1px solid #E4E5E6;
	border-radius: 2px;
	padding: 45px 10px 0;
	position: relative;
}
.catalog-item__img {
	position: relative;
	padding-top: 100%;
	width: 100%;
	margin-bottom:14px;
	aspect-ratio: 1;
}
.catalog-item__img .catalog__image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	z-index: 2;
	margin: 0;
	float: none;
}
.image_blk {
	flex-grow: 1;
	height: 100%;
	padding-bottom: 46px;
	
}
.images_dot{
	display:flex;
	align-items:center;
	width:126px;
	gap:2;
	margin:0 auto;
}
.images_dot span{
	background:#C6C7C8;
	height:1px;
	width:100%;
}
.images_dot span.active {
	background: #17AB94;
}
.image_blk img {
	max-width: 100%;
	object-fit: contain;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 20px);
	z-index: -1;
}
.image_blk.active img {
	opacity: 1;
}
.catalog-item__bottom{padding:0 10px 16px;}
.catalog-item__name {
	margin-bottom:10px;
	padding: 0 10px;
}
.catalog-item__name a{
	font-family: 'PT Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #333333;
	margin-bottom:10px
}
.catalog-item__price{
	display:flex;
	align-items:center;
	font-family: 'PT Sans';
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.01em;
	color: #333333;
	gap:20px;
	margin-bottom:14px;
	padding: 0 10px;
}
.item__oldprice{
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	text-decoration-line: line-through;
	color: #9E9FA0;
}
.catalog-item__add2cart{
	display:flex;
	align-items:center;
	gap:10px;
	margin-bottom:16px;
}
.add2cart__button{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 18px;
	height: 30px;
	background: #17AB94;
	border-radius: 2px;
	font-family: 'PT Sans';
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	color: #FFFFFF;
	width:100%;
}
.add2cart__button:hover {
	background: #10927e;
	border-color: #10927e;
	color: #fff;
}
.catalog-item__stock{
	display:flex;
	align-items:center;
	gap:5px;
	font-family: 'PT Sans';
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.01em;
	color: #48B555;
}
.product__yes{color: #48B555;}
.product__no {color: #FF3F33;}
.catalog-item__stock::before{
	content:'';
	width:6px;
	height:6px;
	border-radius:50%;
	background:#48B555;
	flex:0 0 auto;
}
.product__yes::before{background:#48B555;}
.product__no::before {background: #FF3F33;}

.catalog-item__icons{
	display:inline-flex;
	align-items:stretch;
	gap:10px;
	position:absolute;
	top:10px;
	right:10px;
}
.catalog-item__icon{
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.catalog-item__icon.active{background:#17AB94;}
.catalog-item__icon path{fill:#333333;}
.catalog-item__icon.active path{fill:#ffffff;}
.catalog-more{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 37px;
	height: 40px;
	border: 1px solid #C6C7C8;
	border-radius: 2px;
	/* width:calc(100% - var(--catalog-gap)); */
	width:100%;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	color: #333333;
	background: #fff;
	margin-bottom:30px;
}
.pagination-block{
	display:flex;
	align-items:stretch;
	justify-content:center;
	margin-bottom:30px;
}
.pagination-list{
	list-style:none;
	display:flex;
	align-items:stretch;
	justify-content:center;
	gap:10px;
	padding:0;
	margin:0;
}
.pagination-list__item{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.01em;
}
.pagination-list__item a{
	color:#333;
}
.pagination-list__item.current{
	background: #17AB94;
	color:#fff;
}
.pagination-prev{margin-right:25px;}
.pagination-next{
	margin-left:25px;
	transform:scaleX(-1);
}
	
.category__pluses {
	padding: 80px 0;
}	
.category__pluses::before {
	background: #F8F9FA;
}
.pluses__list ul {
	display: flex;
	margin: 0;
	overflow: hidden;
	align-items: stretch;
	gap: 30px;
}
.pluses__list ul li {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	padding: 30px;
	width: 25%;
	text-align: center;
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #333333;
}	
.pluses__title {
	margin: 0 0 11px;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	color:#333;
}	
.pluses__text {
	font-size: 16px;
	line-height: 120%;
	color: #333;
}	
.footer { border-top: none; }
h1.headline {
	font-family: 'PT Sans', sans-serif;
}	
.hidden	{display:none;}
.product__quantity {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30px;
	background: #F8F9FA;
	border: 1px solid #C6C7C8;
	border-radius: 2px;
	min-width:90px;
}	
.dec, .ink {
	width: 32px;
	height: 100%;
	text-align: center;
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	background:url('../images/svg/minus.svg') no-repeat center center;
	flex: 0 0 auto;
}	
.ink{background-image:url('../images/svg/plus.svg');}	
.product__quantity input {
	height: 100%;
	text-align: center;
	background: #F8F9FA;
	border: none;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	color: #333;
	padding: 0;
}
.catalog__list.list {
	--catalog-gap: 10px;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 0;
}	
.catalog__list.list .catalog-list__item {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E4E5E6;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	display: flex;
	gap: 60px;
}	
.catalog__list.list .catalog-item__description{
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.01em;
	color: #9E9FA0;
	position:relative;
	width: 65%;
}
.catalog__list.list .description__ttl {
	order: 1;
	flex: 0 0 auto;
}
.catalog__list.list .description__ttx {
	color: #333333;
	order: 3;
	flex: 0 0 auto;
}
.catalog__list.list .catalog-item__description > div{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	margin-bottom: 5px;
}
.catalog__list.list .catalog-item__description > div::before {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	border-bottom: 1px dashed #C6C7C8;
	order: 2;
	margin-bottom: 3px;
}
.catalog__list.list .catalog-item__name {
	margin-bottom: 20px;
	padding: 0;
	width: 65%;
}
.catalog__list.list .catalog-item__name a {
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 0;
}
.catalog__list.list .catalog-item__top {
	display: block;
	/* align-items: flex-start; */
	/* gap: 30px; */
	 width: 100%; 
}
.catalog__list.list .catalog-item__price {
	flex-direction: column;
	align-items: flex-end;
	gap: 0;
	padding: 0;
	margin-bottom: 15px;
	text-align: right;
}
.catalog__list.list .catalog-item__add2cart {
	flex-direction: column;
}
.catalog__list.list .catalog-item__stock {
	text-align: right;
	justify-content: flex-end;
}
.catalog__list.list .catalog-item__icons {
	top: 20px;
	left: 20px;
	z-index: 2;
	right: revert;
}
.catalog__list.list .catalog-item__bottom {
	padding: 0;
	width: calc(100% - 75% - 60px);
}
.catalog__list.list .catalog-item__img {
	position: relative;
	padding-top: 25%;
	width: 51%;
	margin-bottom: 0;
	max-width: 200px;
	height: 200px;
	float: left;
	margin-right: 30px;
}
.catalog__list.line + div > .catalog-more,
.catalog__list.list + div > .catalog-more {	width: 100%;}
.catalog__list.list .catalog-item__right {
	width: 146px;
	text-align: right;
}
.catalog__list.list .item__row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.catalog__list .catalog-item__img.no_slider {
	padding: 0 !important;
	aspect-ratio: 1;
}
.catalog-item__img.no_slider .catalog__image {
	position: relative;
	top: revert;
	left: revert;
	bottom: revert;
	margin: 0;
	height: 100%;
}
.catalog-item__img.no_slider .image_blk {
	flex-grow: 1;
	height: 100%;
	padding-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.catalog-item__img.no_slider .image_blk img {
	opacity: 1;
	position: relative;
	top: revert;
	left: revert;
	height: revert;
	z-index: revert;
}
.catalog__list.line .catalog-item__img {
	width: 90px;
	flex: 0 0 auto;
}
.catalog__list.line .catalog-list__item {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E4E5E6;
	border-radius: 2px;
	padding: 4px 20px 4px 5px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;	
}
.catalog__list.line .catalog-item__top {
	display: flex;
	align-items: center;
	gap: 20px;
	flex: 1 0 0;
}
.catalog__list.line .item__row {
	display: flex;
	align-items: center;
	padding: 13px 0;
	justify-content: space-between;
	flex: 1 0 0;
}
.catalog__list.line .catalog-item__name {padding: 0;}
.catalog__list.line .catalog-item__price {
	flex-direction: column;
	padding: 0;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0;
	gap: 0;
	flex: 0 0 auto;
	width: 21%;
}
.catalog__list.line .catalog-item__left {
	width: 65%;
} 
.catalog__list.line .catalog-item__right {
	width: 21%;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.catalog__list.line .catalog-item__add2cart {
	width: 140px;
	margin-bottom: 0;
}
.catalog__list.line .catalog-item__add2cart.only_btn {
	width: 122px;
}
.catalog__list.line .catalog-item__icons {
	gap: 15px;
	position: relative;
	top: 0;
	right: revert;
	margin-top: 15px;
}
.catalog__list.line .catalog-item__icon {
	width: auto;
	height: 16px;
	background: transparent;
}
.catalog__list.line .catalog-item__icon svg {max-width: 100%;}
.catalog__list.line .catalog-item__icon.active path {
	fill: #17AB94;
}
.catalog__list.line .catalog-item__icon.active {
	background: transparent;
}
.catalog__list.line {
	--catalog-gap: 10px;
	flex-direction:column;
	gap: var(--catalog-gap);
	margin-right: 0;
}
.catalog__list.line .product__quantity + .add2cart__button {
	width: 30px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	flex: 0 0 auto;
	background-image: url('../images/svg/cart.svg');
	background-repeat: no-repeat;
	background-position: center center;
}
.header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

	
/* media */
@media (max-width: 1229px) {
	.category__wrap { width: calc(100% - 295px);}
}
@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;
	}
	.catalog-list__item {width: calc((100% - (var(--catalog-gap) * 2))/2);}
	
	.catalog__list.list .item__row:last-child{
		flex-direction: column;
	}
	.catalog__list.list .catalog-item__description {
		width: 100%;
		margin-bottom: 15px;
	}
	.catalog__list.list .item__row:last-child .catalog-item__right {
		text-align: right;
		width: 100%;
		justify-content: flex-end;
	}
	.catalog__list.list .catalog-item__add2cart {flex-direction: row;}
	.catalog__list.list .catalog-item__add2cart.only_btn {width: 100%;}
	.catalog__list.line .catalog-item__price {width: 30%;}
}

@media (max-width: 1049px) {
	.category__wrap{padding-left:0px;}
}

@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;
	}
	
	h1.headline {
		margin: 0 0 20px;
		font-size: 24px;
		line-height: 100%;
	}	
	.category__sidebar {
		width: 100%;
		margin: 0;
	}	
	.category__sidebar::after {content:none;}
	.category-list {
		gap: 5px;
		margin: 0 0 16px;
	}	
	.category-list__item img {
		width: 34px;
		height: 34px;
	}	
	.category-list__item {
		padding: 5px 10px 5px 3px;
		height: 40px;
		font-size: 13px;
	}
	.category-list > li {
		max-width: 48%;
		overflow-wrap: anywhere;
		hyphens: auto;
	}	
	.catalog-btn-mob{
		display:flex;
		align-items:stretch;
		gap:15px;
		margin-bottom:30px;
	}
	.catalog-menu__btn,
	.catalog-filter__btn{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 16px 15px;
		gap: 10px;
		width: 100%;
		height: 40px;
		background: #17AB94;
		border-radius: 2px;
		font-family: 'PT Sans',sans-serif;
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.01em;
		text-transform: uppercase;
		color: #FFFFFF;
		cursor:pointer;
	}
	.catalog-filter__btn{
		border: 1px solid #9E9FA0;
		border-radius: 2px;
		background:#fff;
		color:#333;
	}
	.catalog-tools {margin-bottom: 20px;}	
	.sort__select {
		font-size: 14px;
		line-height: 100%;
	}		
	.catalog-view__item {
		width: 34px;
		height: 34px;
		padding: 9px;
	}	
	.catalog-list__item {
		width: 100%;
		padding: 20px
	}
	.catalog-item__bottom,
	.catalog-item__top{
		display: flex;
		gap: 20px;
	}
	.catalog-item__img {
		padding-top: revert;
		width: 40%;
		margin-bottom: 0;
	}
	.images_dot {
		position: absolute;
		bottom: 0;
		display: none;
	}
	.catalog-item__top > div:last-child{width: calc(100% - 40% - 20px);}
	.catalog-item__name {
		margin-bottom: 12px;
		padding: 21px 0 0;
	}	
	.catalog-item__name a {
		font-size: 14px;
		margin-bottom: 0;
	}
	.catalog-item__price {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
		font-size: 18px;
		line-height: 100%;
		padding: 0;
		margin: 0;
	}
	.item__oldprice {
		font-size: 14px;
		line-height: 100%;
	}
	.catalog-item__top {
		margin-bottom: 15px;
	}
	.catalog-item__bottom {
		gap: 35px;
		padding: 0;
	}	
	.catalog-item__add2cart {
		margin-bottom: 0;
		order: 2;
		width: 100%;
	}
	.catalog-item__icons {
		position: relative;
		top: revert;
		right: revert;
		order: 1;
	}
	.catalog-item__stock {
		position: absolute;
		top: 20px;
		left: calc(40% + 25px);
	}
	.catalog__list {
		--catalog-gap: 10px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.catalog-more {
		font-size: 14px;
		margin-bottom: 20px;
		width: 100%;
	}
	.pagination-block {margin-bottom: 40px;}
	.pagination-list__item {
		width: 30px;
		height: 30px;
		line-height: 100%;
	}
	.pagination-prev {margin-right: 20px;}
	.pagination-next {margin-left: 20px;}
	.category__page + .category__pluses {
		margin: 0;
	}
	.category__pluses {padding: 40px 0px;}
	.pluses__list {max-width: none;}
	.pluses__list ul {
		gap: 15px;
		flex-direction: column;
	}
	.pluses__list ul li {
		width: 100% !important;
		display: flex;
		gap: 20px;
	}
	.adv__image {
		width: 50px;
		margin:0;
	}
	.adv__image img {vertical-align: revert;}
	.pluses__list ul li > div:last-child{width:calc(100% - 70px);}
	.pluses__title {
		margin: 0 0 5px;
		font-size: 14px;
		line-height: 100%;
		text-align: left;
	}
	.pluses__text {
		font-size: 14px;
		display: block;
		text-align: left;
	}
	.sidebar_filter,
	.sidebar__menu {
		display: block;
		position: fixed;
		top: 0;
		left: calc(-100vw - 15px);
		width: 100vw;
		z-index: 3;
		padding: 0 20px;
		background: #fff;
		margin: 0;
		overflow-y: scroll;
		max-height: 100vh;
	}
	.sidebar_filter.open,
	.sidebar__menu.open {left: 0;}
	.sidebar__menu > ul {
		display: block;
		position: relative;
		top: 0;
		margin: 0;
		border: none;
		padding: 0;
	}	
	.sidebar__menu > ul > li > a {
		padding: 11px 15px;
	}	
	.sidebar__menu > ul > li > a svg {
		top: 10px;
		right: 15px;
	}	
	.sidebar__menu > ul > li > ul {
		padding: 16px 25px;
	}	
	.back__btn{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		width: 82px;
		height: 30px;
		background: #F8F9FA;
		border-radius: 2px;
		font-family: 'PT Sans';
		font-weight: 700;
		font-size: 14px;
		line-height: 120%;
		color: #333333;
		margin:20px 0;
		cursor:pointer;
	}
	.filter_btn_block {margin-bottom: 20px;}
	.select__drop {	width: 169px;}
	.catalog__list.list .catalog-list__item {
		width: 100%;
		background: #FFFFFF;
		border: 1px solid #E4E5E6;
		border-radius: 2px;
		padding: 20px;
		position: relative;
		display: flex;
		gap: 15px;
		flex-direction: column;
	}	
	.catalog__list.list .catalog-item__name a {
		font-size: 14px;
		line-height: 120%;
	}	
	.catalog__list.list .catalog-item__name {margin-bottom: 12px;}	
	.catalog__list.list .catalog-item__description,
	.catalog__list.list .catalog-item__name {width:100%;}	
	.catalog__list.list .catalog-item__name {
		padding-top: 21px;
	}
	.catalog__list.list .item__row {
		flex-direction: column;
	}	
	.catalog__list.list .catalog-item__img {
		position: relative;
		padding-top: 40%;
		width: 40%;
		margin-bottom: 0;
		max-width: none;
		height: revert;
		float: left;
		margin-right: 20px;
	}	
	.catalog__list.list .catalog-item__right {
		width: 100%;
		text-align: left;
	}
	.catalog__list.list .catalog-item__price {
		align-items: flex-start;
		text-align: left;
		margin: 0;
	}
	.catalog__list.list .item__oldprice{margin-top:5px;}
	.catalog__list.list .item__row:last-child {
		clear: both;
		width: 100%;
		margin-top: 15px;
	}
	.catalog__list.list .catalog-item__description {
		font-size: 12px;
		line-height: 100%;
		order:2;
		margin: 0;
	}
	.catalog__list.list .catalog-item__description + .catalog-item__right {
		order:1;
		display:flex;
		gap: 20px;
		margin-bottom: 17px;
	}
	.catalog__list.list .catalog-item__add2cart {flex-direction: row;}
	.catalog__list.list .catalog-item__icons {
		top: 0;
		left: 0;
		width: 40%;
	}
	.catalog__list.list .catalog-item__top {margin: 0;}
	.category__wrap {width: 100%;}
	.catalog-item__price.no_price {font-size: 16px;}
	.catalog__list.list .catalog-item__add2cart.only_btn {width: calc(100% - 40% - 20px);}

	.catalog__list.line .catalog-list__item {
		padding: 20px;
		align-items: flex-start;
		gap: 15px;
		flex-direction: column;
	}
	.catalog__list.line .catalog-item__top {
		align-items: stretch;
		margin: 0;
	}
	.catalog__list.line .catalog-item__img {width: 120px;}
	.catalog__list.line .item__row {
		align-items: flex-start;
		padding: 0;
		justify-content: flex-start;
		flex-direction: column;
	}
	.catalog__list.line .catalog-item__left {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.catalog__list.line .catalog-item__name {order: 2;}
	.catalog__list.line .catalog-item__stock {
		position: relative;
		top: 0;
		left: 0;
		order: 1;
		margin-bottom: 5px;
	}
	.catalog__list.line .catalog-item__price {
		gap: 5px;
		width: 100%;
	}
	.catalog__list.line .catalog-item__right {
		width: 100%;
		align-items: flex-start;
		flex-direction: row;
	}
	.catalog__list.line .catalog-item__add2cart {
		width: calc(100% - 105px);
		margin-left: 35px;
	}
	.catalog__list.line .catalog-item__add2cart.only_btn {
		width: calc(100% - 140px);
		margin-left: 140px;
	}
	.catalog__list.line .catalog-item__icon {
		width: 30px;
		height: 30px;
		background: rgba(0, 0, 0, 0.05);
	}
	.catalog__list.line .catalog-item__icons {
		gap: 10px;
		margin-top: 0;
	}
	.catalog__list.line .catalog-item__icon.active {background: #17AB94;}
	.catalog__list.line .catalog-item__icon.active path {fill: #ffffff;}
	.catalog__list.line .product__quantity + .add2cart__button {
		width: auto;
		font-size: 14px;
		line-height: 120%;
		padding: 0 18px;
		background-image: none;
		flex: 1 0 0;
	}
	.catalog__list.line .catalog-item__img {
		width: 120px;
		flex: 0 0 auto;
	}
	.catalog__list.line .product__quantity {flex: 1 0 0;}
	.add2cart__button {font-size: 14px;}

}
@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;
	}
	
	.header.fixed .header__title,
	.header.fixed .header__bottom,
	.header.fixed .header__menu-main {
		display: none !important;
	}
}

/* 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;
    }
}