.header__menu{
	margin-left:-25px;
}
.header__menu > ul > li > a {
	position: relative;
	display: block;
	padding: 18px 26px 18px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #fff;
}
.header__menu > ul > li.parent svg {
	margin: 0 0 0 4px;
	height: 12px;
	fill: #fff;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.header__menu > ul > li.parent path {fill: #fff;}
.header_line{
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.super_catalog .btn {
	min-width: 0;
	justify-content: flex-start;
	height: 55px;
	background: transparent;
	border: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 13px;
	box-sizing: border-box;
}
.super_catalog li:first-child .btn,
.super_catalog li:nth-child(4) .btn,
.super_catalog li:nth-child(3) .btn {min-width:205px;}
.super_catalog li:nth-child(2) .btn,
.super_catalog li:nth-child(5) .btn {min-width: 273px;}
.super_catalog li:last-child .btn {
/*	min-width:336px; */
	margin-right:0;
}
.super_catalog .btn::before {
	content: '';
	width: 30px;
	height: 30px;
	background: url('../images/menu.svg') no-repeat center center rgba(255, 255, 255, 0.11);
	margin-right: 15px;
}
.super_catalog .btn.active > span {background: none;}
.super_catalog .btn.active::before {
	background-image: url("../images/menu-close.svg");
}
.super_catalog .btn i {font-style:normal;}
.super_catalog .btn > span {
	padding-left: 0;
	font-size: 14px;
	letter-spacing: 0.02em;
	background-size: 18px auto;
	line-height: 20px;
	background: none;
	width: calc(100% - 45px);
}
.super_catalog_ul.main_nav_level1 {
	left: 0;
	top: 100%;
	z-index:999;
}

.super_catalog  > ul.main_nav_level1 > li > a {
	padding: 12px 25px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #20829b;
	border-bottom: 1px solid #d0e1e6;
	background: #ffffff;
}
.super_catalog_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	/*width: 856px;*/
	padding-top: 7px;
	margin-left: 15px;
	padding-bottom: 5px;
}
.super_catalog_menu > li {
	position: relative;
}
.target_left .main_nav_level2 {
	left: -100%;
}
@media (min-width: 992px) {
	.super_catalog_menu > li {
		width:32%;
	}
}

.sidebar__open.btn {
	width: 280px;
	min-height: 54px;
	background: #53b3cc;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.99);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 0 20px;
	margin-bottom: 2px;
	justify-content: space-between;
	cursor: pointer;
}
.sidebar__open.btn.active{	
	background: #20829b;
}
.sidebar__open.btn svg {
	display: block;
	position: relative;
	top: auto;
	right: auto;
}

.h1{
	font-weight: 700;
	font-size: 34px;
	line-height: 60px;
	text-transform: uppercase;
	color: #333333;
}
.header_nav_submenu{display:none;}
.header_nav_submenu .main_nav_submenu2{
	border:1px solid #53b3cc;
	padding:0;
}
.main_nav_submenu2.active {
	background: white;
}
.header_nav_submenu > li > a,
.header_nav_submenu .main_nav_submenu2 > a {
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	width: 240px;
	/*align-items: center;*/
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.99);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding-right: 20px;
	border:none;
}
.header_nav_submenu .main_nav_submenu2.active > a {
	color: #0a7c92;
}
.header_nav_submenu .main_nav_submenu2 > span {
	display: inline-block;
	width: 20px;
	margin-right: 10px;
}
.header_nav_submenu .main_nav_submenu2 > span:hover{
	/*
	background: #0a7c92 url("../images/plus.svg") no-repeat right 18px center;

	 */
}
.header_nav_submenu .main_nav_submenu2 > span::before {
	content: "";
	background-image: url(../images/plus.svg);
	width: 20px;
	height: 20px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
	cursor: pointer;
}
.header_nav_submenu .main_nav_submenu2.active > span::before {
	content: "";
	background: #ffffff url("../images/minus.svg") no-repeat center;
	width: 20px;
	height: 20px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
	cursor: pointer;
}
.header_nav_submenu > li.main_nav_submenu2.active:hover {
	background: #ffffff;
}
.header_nav_submenu > li.active > span,
.header_nav_submenu .main_nav_submenu2.active > span {
	/*	background: #ffffff url("../images/minus.svg") no-repeat right 10px center;*/
	color: #20829b;
	padding-bottom: 12px;
}
.header_nav_submenu > li.active
.header_nav_submenu .main_nav_submenu2.active {
	border-color:#20829b
}
.header_nav_submenu .main_nav_level21 {border: none;}
.main_nav_level21 > li {

}
.header_nav_submenu .main_nav_level21 > li.main_nav_opener2 > a,
.header_nav_submenu .main_nav_level21 > li > a {
	padding: 18px 0px 15px 24px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #20829b;
	background: #ffffff;
	border-top: 1px solid #e4e5e6;
	border-bottom: none;
	background-color: transparent;
	background-image:url('../images/marker.svg');
	background-repeat:no-repeat;
	background-position:left 10px center;
}
.header_nav_submenu .main_nav_level21 > li > a:hover,
.header_nav_submenu .main_nav_level21 > li.main_nav_opener2 > a:hover,
.header_nav_submenu .main_nav_level21 > li.main_nav_opener2.active > a{
	color: rgba(32, 130, 155, 0.5);
	background-image:url('../images/marker-active.svg');
	background-repeat:no-repeat;
	background-position:left 10px center;
	background-color: transparent;
	background-size: auto;
	text-decoration: underline;
}
.main_nav_level22 {
	border-bottom: none;
}
.main_nav_level22 a {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #20829B;
	text-transform:none;
	padding: 0px 0px 10px 33px;
}
.main_nav_level22 a::before {content: none;}
.main_nav_level22 .active a,
.main_nav_level22 a:hover {
	color: rgba(32, 130, 155, 0.5);
	text-decoration: underline;
}
.footer__address span br {
	display: block;
}
.footer__address svg {
	position: relative;
	left: -30px;
	top: 20px;
}
.category_list{
	align-items:stretch;
	margin: 0;
}
.category_item {
	min-height: 80px;
	border: 1px solid #E4E5E6;
	padding: 21px 10px;
}
.category_item_lnk {
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-transform: uppercase;
	height: 100%;
	justify-content: left;
}
.category_img {
	margin-right: 20px;
	width: 40px;
	flex: 0 0 40px;	
}
.category_img_logo {
	margin-right: 20px;
	width: 80px;
	flex: 0 0 80px;
}
.square_block {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.square_item {
	background: rgba(255, 255, 255, 0.99);
	border: 1px solid #e4e5e6;
	padding: 20px 5px 120px;
	position: relative;
}
.square_block .catalog__title {
	margin: 0;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}
.square_block .catalog__desc {
	float: none;
	padding: 5px 10px 20px 15px;
	width: 100%;
	margin-top: 5px;
}
.square_block .catalog__image {
	float: none;
	margin: 0;
	width: 100%;
	display: block;
}
.type_view {margin-left: 15px;}
.type_view path {fill: #c8c8c8;}
.type_view.active path {fill: #333333;}
.square_block .catalog__stock {margin: 7px 0 0;}
.square_block .catalog__stock .product__yes, 
.square_block .catalog__stock .product__no {
	padding: 0 10px;
	height: 18px;
	border-radius: 1px;
	font-size: 12px;
	line-height: 10px;
	margin-left: 20px;
}
.catalog__stock .product__yes.product__yes__c{
	margin-left: 0px;
	}
.square_block .catalog__price {
	margin-top: 10px;
	position: absolute;
	bottom: 0;
	width: 87%;
}


.square_block .catalog__stock {
	position: absolute;
	bottom: 85px;
}
.square_block .catalog__price div {
	float: right;
}
.square_block .catalog__price span {
	font-size: 12px;
	line-height: 18px;
	color: #343434;
}
.square_block .catalog__right {
	float: none;
	padding: 5px 15px 10px;
	width: 95%;
	margin-top: 120px;
	position: absolute;
	bottom: 0;
}
.square_block .product__btn {
	margin: 15px 0 0;
	padding: 0;
	border-top: none;
}
.catalog__list .square_block .btn__add2cart,
.catalog__list .square_block .product__btn span {
	width: 100%;
	height: 30px;
}
/*29.11.23*/
.header__top {
	padding: 20px 0 0;
	height: auto;
	background: none;
}
.header__top_bg {
	background: url("../images/header-bg.jpg") no-repeat left 170px bottom;
	padding-bottom: 25px;
}
.header__top_col {
	display: flex;
	align-items: stretch;
}
.header__top_col > *{float:none;}
.header__left {
	margin: 0;
	width: 27%;
}
.header__logo-desktop {
	text-align: center;
	width: 170px;
	margin-right: 0px;
	margin-top: 5px;
}
.header__logo-desktop img{margin-left:auto;margin-right:auto;}
.header__title {
	display: block;
	text-align: center;
	width: 170px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding-top: 10px;
	letter-spacing: 0.02em;
}
.header__title strong{
	text-transform: uppercase;
}
.header__right {
	width: 73%;
}
.header__right_top {
	padding-top: 5px;
}
.header__address{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin: 0;
}
.header__right_top svg, .header__right_top .header__phone img {
	margin-right: 13px;
	margin-left: -25px;
}
.header-callback__open {
	position: relative;
	padding: 2px 0 0;
	width: 200px;
	height: 42px;
	background: #fff;
	border: 1px solid #53b3cc;
	border-radius: 2px;
	font-size: 16px;
	line-height: 13px;
	font-weight: 400;
	color: #53b3cc;
	text-align: center;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.header__right_top .header-callback__open svg {
	margin-left: 15px;
	margin-right: 0;
}
.header-callback__block {width: 200px;}
.header-callback__block ul li {
	border: 1px solid ##2ba3c2;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #2ba3c2;
}
.header__right_top .header-callback__open:hover path,
.header__right_top .header-callback__open.active path {fill: #09667e;}
.header__phone {
	float: none;
	margin-top: 0;
}
.header__search {
	float: none;
	/* width: 100%; */
	border: 2px solid #e4e5e6;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	margin-top: 0px;
	margin-right: 15px;
}
.header__search input[type="text"], 
.header__search input[type="search"] {
	padding: 0 62px 4px 20px;
	width: 100%;
	height: 46px;
	background: #fff;
	border: 0;
	font-size: 16px;
	font-family: 'Tahoma';
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.02em;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
	color: #9e9fa0;
	opacity: 1;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: #9e9fa0;
	opacity: 1;
}
textarea::-webkit-input-placeholder ,
input::-webkit-input-placeholder {
	color: #9e9fa0;
	opacity: 1;
}
.header__search svg {
	position: absolute;
	top: 50%;
	right: 18px;
	color: #323232;
	z-index: 2;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.header__search.focus path {fill: #fff;}
.header__search input[type="submit"],
.header__search::after {
	width: 46px;
	height: 46px;
}
.text-uppercase{text-transform:uppercase;}
.main_nav_level3 {
	margin-top: -5px;
	margin-left: 33px;
	display:none;
}
.main_nav_level3 li + li {
	margin-top: 8px;
}
.main_nav_level3 li:last-child {
	margin-bottom: 13px;
}
.main_nav_level3 a{
	font-family:Tahoma;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #20829b;
}
.header_nav_submenu .main_nav_submenu3.active > a,
.main_nav_level3 li > a:hover,
.main_nav_level3 li.active > a{
	color: rgba(32, 130, 155, 0.5);
	text-decoration: underline;
}
.header_nav_submenu {font-family: Tahoma;}
.slider_section .slider_theme li button {
	width: 20px;
	height: 2px;
	padding: 0;
	background: #e4e5e6;
	border-radius: 0;
}
.slider_section .slider_theme li.slick-active button {background: #20829b;}
.slider_section .slick-dots li button::before,
.slider_section .slick-dots li {
	height: 2px;
	font-size: 0px;
	line-height: 0px;	
}
.slider_section .slick-dots {bottom: -18px;}
.product_day{
	font-family: 'Tahoma';
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #e4e5e6;
	padding-bottom:15px;
	margin-bottom: 20px;
}
.product_day_block{
	padding:23px 28px;
	background:rgba(243, 244, 245, 0.99);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;	
	margin-bottom: 20px;
}
.product_day_block:hover{
	background: rgba(255, 255, 255, 0.99);
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}
.product-day .catalog__image {
	float: none;
	margin: 0;
	width: auto;
}
.product-day .image_block {
	width: 46.6%;
	flex: 0 0 46.6%;
}
.product-day	.catalog__right {
	float: none;
	padding: 0 0 0 20px;
	width: 53%;
}
.product-day .catalog__stock {margin: -3px 0 9px;}
.product-day .catalog__stock .product__yes, 
.product-day .catalog__stock .product__no {
	height: 17px;
	font-size: 12px;
	line-height: 12px;
}
.product-day .catalog__price span {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-family: Tahoma;
}
.product-day .product__btn {
	margin: 33px 0 0;
	padding: 0;
	border-top: none;
}
.product-day .btn__add2cart,
.product-day .product__btn span {
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	background: #17ab94;
}
.product-day .catalog__desc {
	float: none;
	padding: 13px 0;
	width: 100%;
}
.product-day .catalog__title {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.product-day.slick-dotted.slick-slider {margin-bottom: 0;}
.product-day .slick-dots {bottom: -39px;}
.slider_section .slider_theme .slick-prev, 
.slider_section .slider_theme .slick-next {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.99);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius:50%;
	top: 27%;
}
.slider_section .slider_theme .slick-prev {
	left: -30px;
	transform: translateX(-50%);
}
.slider_section .slider_theme .slick-next{
	right: -30px;
	transform: translateX(50%);	
}
.slider_section .slider_theme .slick-next::before,
.slider_section .slider_theme .slick-prev::before {
	content: none;
}
.slider_theme .row {margin-right: 0; margin-left: 0;}

.company-presentation {
	float: right;
	margin-top: -120px;
	border: 1px solid #6ea2b3;
	padding: 5px 15px;
	width: 220px;
}
.company-presentation:hover {
	text-decoration: underline;
	border-bottom-color: #6ea2b3 !important;
}
.about-page__certificates {
	width: 100%;
}
.about-page__wrap {
	overflow: inherit;
}

.pt-17 {padding-top: 17px;}
.pt-33 {padding-top: 33px;}
.pt-50 {padding-top: 50px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mb-20 {margin-bottom: 20px;}

@media (max-width: 1230px) {
	.header__callback {margin-top: 10px;}
	.header__right_phone_block {
		flex-wrap: wrap !important;
		max-width: 200px;
	}	
}
@media (max-width: 1050px) {
	.super_catalog .btn {
/* 		padding: 0 18px;
 */	}
 	.super_catalog .btn::after {content: none;}
	.super_catalog .btn::before {
		position: relative;
		top: revert;
		right: revert;
	}
	.product-day .btn__add2cart,
	.product-day .product__btn span {
		font-size: 12px;
		line-height: 12px;
	}	
}

@media (max-width: 991px) {
	.header__bottom {
		display: none;
		flex-direction: column;
		padding: 0;
		background: #53b3cc;
	}
	.header__bottom.open {
		display: flex !important;
	}
	.header__bottom .container {
		padding: 0;
		max-width: 100%;
		order: 2;
	}
	.header_line {order: 1;}
	.header__menu {
		background: #53b3cc;
		color: #FFF;
		padding: 5px 20px 8px;
		margin: 20px 0 0;
	}
	.header__menu > ul {
		margin: 0;
		width: 100%;
	}
	.header__menu > ul > li:not(.header__catalog) {
		border-bottom: none;
	}	
	.header__menu > ul > li:not(.header__catalog) > a,	
	.header__menu > ul > li > a {
		position: relative;
		display: block;
		padding: 8px 0;
		font-size: 14px;
		line-height: 16px;
		font-weight: 500;
		color: #FFF;
	}
	.super_catalog .btn {
		margin-left: 0;
		margin-right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-width: auto;
		max-width: initial;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 20px;
		height: 41px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		border: none;
	}
	.super_catalog .btn::after {
		content: none;
	}
	.super_catalog .btn::before {
		position: relative;
		right: auto;
		top: auto;
	}	
	.super_catalog .btn span {
		font-size: 12px;
	}
	.header__menu.mt-xs-0::before {content: none;}
	.header__close, .header__logo-menu {
		margin: 0 20px;
	}
	.header__logo-menu {width: 88px;}
	.header__close {
		width: 40px;
		height: 40px;
		top: 20px;
		border: 1px solid #53b3cc;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header__close span {
		left: 9px;
		top: 15px;
	}
	.header__close span:nth-child(2), 
	.header__close span:nth-child(3) {
		top: 15px;
	}
	.header_line {
		border-top: hidden;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	.header_line .col {
		background: #FFF;
		padding-top: 19px;
	}
	.super_catalog > ul > li > a:hover, 
	.super_catalog > ul > li > a.active {
		background: transparent;
	}
	.sidebar__open.btn {
		min-height: 50px;
		font-size: 12px;
		line-height: 16px;
		padding: 0 10px;
		margin-bottom: 2px;
		width: 100%;
	}
	.sidebar__open.btn svg {
		width: 17px;
		height: 12px;
	}
	.header_nav_submenu .main_nav_submenu2 > a {
		padding: 20px 40px 20px 10px;
	}	
	.header_nav_submenu > li > a, 
	.header_nav_submenu .main_nav_submenu2 > a {
		font-size: 12px;
		line-height: 16px;
		padding: 17px 40px 17px 10px;
	}	
	.header_nav_submenu .main_nav_level21 > li.main_nav_opener2 > a, 
	.header_nav_submenu .main_nav_level21 > li > a {
		padding: 18px 0 18px 14px;
		font-size: 12px;
		line-height: 14px;
		background-position: left 0px center;
	}
	.header_nav_submenu .main_nav_level21 > li > a:hover, 
	.header_nav_submenu .main_nav_level21 > li.main_nav_opener2 > a:hover, 
	.header_nav_submenu .main_nav_level21 > li.main_nav_opener2.active > a {
		background-position: left 0px center;
	}	
	.main_nav_level22 a {
		font-size: 12px;
		line-height: 16px;
		padding: 0px 23px 10px 23px;
	}	
	.h1 {
		font-size: 18px;
		line-height: 27px;
	}
	.square_item {
		display: flex;
		flex-wrap: wrap;
		padding: 17px 10px;
	}	
	.square_block .catalog__right {
		padding: 0 0 0 25px;
		width: 50%;
		order: 2;
	}	
	.square_block .catalog__stock {
		margin: 0;
	}	
	.square_block .catalog__stock .product__yes, 
	.square_block .catalog__stock .product__no {
		padding: 0 4px;
		height: 15px;
		font-size: 12px;
		line-height: 9px;
	}	
	.square_block .catalog__price {
		margin-top: 8px;
	}	
	.square_block .catalog__price span {
		font-size: 12px;
		line-height: 16px;
	}	
	.catalog__price .price__yes {
		font-size: 16px;
		line-height: 24px;
	}	
	.square_block .product__btn {margin: 40px 0 0;}	
	.catalog__list .square_block .btn__add2cart,
	.catalog__list .square_block .product__btn span {
		width: 100%;
		height: 20px;
		font-size: 12px;
		line-height: 12px;
	}	
	.square_block .catalog__desc {
		padding: 0;
		margin-top: 15px;
		order: 3;
	}
	.square_block .catalog__title {
		font-size: 12px;
		line-height: 16px;
	}	
	.square_block .catalog__image {
		width: 47%;
		display: flex;
		align-items: center;
	}
	.category__sidebar {margin: 0 auto 23px; width: 100%;}
	.super_catalog_menu {flex-direction: column; margin: 0 -20px; width: 100%;}
	.main_nav_level1 {padding: 0 10px;}	
	.super_catalog_ul.active {display: block !important;}
	.header__menu > ul > li:not(.header__catalog) > ul > li > a {color: #FFF;}
	.header__menu > ul > li.active:not(.header__catalog) > a, 
	.header__menu > ul > li.open:not(.header__catalog) > a, 
	.header__menu > ul > li.active:not(.header__catalog) > ul > li.active > a {
		color: #fff;
	}
/*29.11.23*/
	.header__right_top {
		left: -115vw;
		position: absolute;
		top: -20px;
		width: 100vw;
		background: #FFF;
		z-index: 2;
		padding: 54px 20px 20px;
		height: 100vh;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	.header__right_top.open {left: 0;}
	.header__right_top > * {width: 100%; margin-bottom: 25px; max-width: none;}
	.blk_ttl{
		font-weight: 400;
		font-size: 12px;
		line-height: 13px;
		color: #9e9fa0;
		margin-bottom: 4px;
	}
	.header__address {
		font-size: 14px;
		line-height: 16px;
	}
	.header__right_top svg {margin-right: 16px;}
	.header__address > div:not(.blk_ttl):first-child {margin-bottom: 25px;}
	.header__clock + .header__clock {margin-top: 5px;}
	.header__phone a {
		margin: 4px 0;
		font-size: 14px;
		line-height: 16px;
	}
	.header__phone {margin-bottom: 10px;}
	.header__callback {
		margin-left: 32px;
		width: calc(100% - 32px);
	}
	.header-callback__open {
		padding: 0 8px;
		width: 100%;
		height: 30px;
		font-size: 14px;
		line-height: 16px;
		text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header-callback__open::after {content: none;}
	.header-callback__block {width: 100%;}
	.close_info {
		width: auto;
		margin: 0;
		position: absolute;
		top: 20px;
		right: 5px;
		cursor: pointer;
	}
	.header__search.search {
		position: absolute;
		left: 0;
		top: calc(100% + 26px);
		overflow: hidden;
		max-height: 0;
		margin: 0;
		padding: 0 20px;
		background: #FFF;
		border: none;
		z-index: 9;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	.header__search.search.open {max-height: 999px;}
	.header__search input[type="text"], 
	.header__search input[type="search"] {
		padding: 0 40px 0 10px;
		width: 100%;
		height: 40px;
		background: rgba(248, 249, 250, 0.99);
		border: 0;
		font-size: 12px;
		font-family: 'Tahoma';
		font-style: normal;
		font-weight: 400;
		line-height: 13px;
		letter-spacing: 0.02em;
		border: 1px solid #e4e5e6;
		margin-bottom:15px;
		margin-top: 15px;
	}	
	.header__search input[type="submit"] {right: 21px;top:15px;}
	.header__search svg {
		top: 50%;
		right: 31px;
		transform: translateY(-50%);
	}
	.header__search::after {
		right: 20px;
		width: 39px;
		height: 39px;
		top: 15px;
	}
	.header__search.focus input[type="text"], 
	.header__search.focus input[type="search"] {
		border-color: #1c8aa7;
	}
	.header__top_bg {
		background: none;
		padding-bottom: 25px;
	}
	.header__top {padding: 20px 0 0;}
	.header__top_col {padding: 0 20px;}
	.header__logo-mobile {
		margin: 0;
		width: auto;
	}
	.header__left {
		width: auto;
		margin: 0;
	}
	.header__right {
		width: calc(100% - 155px);
		padding-top: 10px;
		margin: 0;
	}	
	.header__left {margin-top: 5px;}
	.header__open {right: 20px;}
	.header__close {right: 15px;}
	.mob_top_icon {
		margin: 0 7%;
		cursor: pointer;
	}
	.mob_menu_ttl {
		font-weight: 700;
		font-size: 12px;
		line-height: 13px;
		letter-spacing: 0.06em;
		color: #333;
		width: 173px;
		margin-left: 20px;
	}
	.mob_menu_ttl + .mob_menu_ttl {
		letter-spacing: 0;
		margin-top: 3px;
	}
	.super_catalog_menu li + li {
		margin-top: 10px;
	}
	.main_nav_level3 a{
		font-size: 12px;
		line-height: 16px;
	}
	.main_nav_level3 {
		margin-top: -6px;
		margin-left: 25px;
		display: none;
	}
	.category__sidebar::after {content: none;}
	.banner-slider {
		margin-left: -15px;
		margin-right: -15px;
	}
	.slider_section .slider_theme li button,	
	.slider_section .slick-dots li button::before, 
	.slider_section .slick-dots li {
		width: 10px;
	}
	.slick-dots li {margin: 0 2.5px;}
	.product_day {
		font-size: 16px;
		line-height: 19px;
		padding-bottom: 6px;
		margin-bottom: 10px;
	}
	.product_day_block {
		padding: 17px 20px;
		/* max-width: 280px; */
		margin: 0 auto 20px;
	}
	.slider_section .slider_theme .slick-prev, 
	.slider_section .slider_theme .slick-next {
		width: 30px;
		height: 30px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		top: 30%;
	}
	.slider_section .slider_theme .slick-prev {left: -20px;}
	.slider_section .slider_theme .slick-next {right: -20px;}
	.product-day .image_block {
		width: 50%;
		flex: 0 0 50%;
	}
	.slider_theme .slick-arrow svg {
		width: 7px;
		height: 10px;
	}
	.product-day .catalog__right {width: 48%;}
	.product-day .catalog__stock .product__yes, 
	.product-day .catalog__stock .product__no {
		height: 15px;
		font-size: 12px;
		line-height: 9px;
		padding: 0 5px;
	}
	.product-day .catalog__price span {
		font-size: 12px;
		line-height: 16px;
	}
	.product-day .btn__add2cart,
	.product-day .product__btn span {
		width: 100%;
		height: 20px;
		font-size: 12px;
		line-height: 12px;
	}
	.product-day .catalog__desc {
		padding: 10px 0 0;
		width: 100%;
	}
	.product-day .catalog__title {
		font-size: 12px;
		line-height: 17px;
	}
	.product-day .product__btn {margin: 30px 0 0;}
	.ph-xl-5 {padding-left: 5px; padding-right: 5px;}
	.pt-xs-10 {padding-top: 10px;}
	.mt-xs-0 {margin-top: 0;}
	.mt-xs-8 {margin-top: 8px;}
	.mt-xs-28 {margin-top: 28px;}
	.mb-xs-5 {margin-bottom: 5px;}
	.square_block .catalog__right {
		position: inherit;
		margin-top: 0;
	}
	.square_block .catalog__stock {
		position: inherit;
		bottom: 0;
	}
	.square_block .catalog__price {
		position: inherit;
		width: 100%;
	}
	.square_block .catalog__stock .product__yes, .square_block .catalog__stock .product__no {
		margin-left: 0;
	}
	.square_block .to_basket {
		left: 25px;
		right: 0;
		bottom: 0;
	}
}

@media (min-width: 992px) {
	.w_lg_66 {
		flex: 0 0 66%;
		max-width: 66%;
	}
	.w_lg_68_7 {
		flex: 0 0 68.7%;
		max-width: 68.7%;
	}
	.w_lg_31 {
		flex: 0 0 31%;
		max-width: 31%;
	}
}

/*190124*/

.advantages_block {
	margin-top: 31px;
}
.advantages_item {
	width: 100%;
	background: rgba(255, 255, 255, 0.99);
	border: 1px solid #E4E5E6;
	padding: 14px 20px;
	color: #333333;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-bottom: 4px;
}
.advantages_row{
	display: flex;
	align-items: center;
}
.advantages_icon {
	margin-right: 20px;
	line-height: 0;
	width: 30px;
}
.advantages_icon svg{max-width:100%;}
.advantages_name{
	font-family: 'Tahoma';
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;

}
.advantages_item:hover {border-color:#17ab94;}
.advantages_item:hover a,
.advantages_item:hover {
	color:#17ab94;
}
.product__content .advantages_block {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.product__content .advantages_item {
	width: 24.1%;
	padding: 20px 20px 15px;
}
.product__content .advantages_row{margin-bottom: 10px;}
.sticker {
	height: 19px;
	border-radius: 0px 1px 1px 0px;
	font-family: 'Tahoma';
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	color: rgba(255, 255, 255, 0.99);
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 23px;
	left: 0;
	padding: 3px 7px;
}
.prod_hit{background: #fe7a36;}
.prod_new{background: #3081d0;}
.prod_action{background: #ef4040;}
.sticker + .sticker {top:46px;}
.sticker + .sticker + .sticker {top:70px;}
.catalog__list .sticker {
	height: 17px;
	font-size: 12px;
	line-height: 10px;
	top: 7px;
	padding: 3px 5px;
	z-index: 2;
}
.catalog__list .sticker + .sticker {top: 27px;}
.catalog__list .sticker + .sticker + .sticker {top: 47px;}
.team_item {
	margin-bottom: 43px;
}
.team_info {
	font-family: 'Tahoma';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	margin-top: 10px;
}
.team_name{
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 8px;
}
.team_job{
	color: #9e9fa0;
	margin-bottom: 10px;
}
.team_contact {
	margin-bottom: 2px;
}
h1.ship_h1,
h1.team_h1 {
	margin: 0 0 15px;
	font-size: 40px;
	line-height: 60px;
}
.ship_menu {
	background: rgba(255, 255, 255, 0.99);
	border: 1px solid #e4e5e6;
	font-family: 'Tahoma';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	margin: 0 !important;
	list-style: none;
	padding: 0;
	width:160px;
}
.ship_menu a {
	color: #333333 !important;
	border: none !important;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.ship_menu li {
	padding: 9px 17px !important;
	margin: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.ship_menu li:not(:last-child) {
	border-bottom: 1px solid #e4e5e6;
}
.ship_menu li:hover,
.ship_menu li.active{background: #53b3cc;}
.ship_menu li:hover a,
.ship_menu li.active a{
	color: rgba(255, 255, 255, 0.99) !important;
}
.content ul.ship_menu li::before {content: none;}
.ship_item{
	position: relative;
	background: rgba(255, 255, 255, 0.99);
	border: 1px solid #e4e5e6;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.ship_year {
	position: absolute;
	height: 21px;
	left: 10px;
	top: 8px;
	background: rgba(32, 130, 155, 0.5);
	border-radius: 100px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.99);
	padding: 1px 10px;
}
.ship_item a{
	color: #333333 !important;
	border: none !important;
}
.ship_date{
	font-size: 12px;
	line-height: 18px;
	color: #9e9fa0;
	padding: 0 20px;
}
.ship_ttl {
	padding: 10px 20px;
}
.ship_img img {width: 100%;}
.content a.backlnk{
	font-family: 'Tahoma';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	color: #53b3cc;
	border:none;
}
.ship_content .ship_ttl,
.ship_content .ship_date{
	padding:0 10px;;
}
.ship_content .ship_date {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 18px;
}
.ship_content .ship_ttl {
	font-size: 22px;
	line-height: 33px;
	font-weight: 400;
	margin-bottom: 23px;
}
.backlnk_block {
	padding: 0 10px;
	margin-top: -5px;
	margin-bottom: 20px;
}
.backlnk svg {margin-right: 5px;}
.ship_row {padding: 0 10px 0 20px;}
.ship_row [class*='col-'] {	padding: 0 5px;}
.ship_content .ship_img {
	margin-bottom: 10px;
	line-height: 0;
}
.product__quantity input{
	background: rgba(243, 244, 245, 0.99);
	border: 1px solid #E4E5E6;
	border-radius: 1px;
	text-align:center;
	font-family: 'Tahoma';
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	height: 45px;
}
.quantity__btn {
	background: transparent;
	position: absolute;
	top: 0;
	padding: 0;
	width: 43px;
	height: 45px;
	line-height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.quantity__minus{left:0;}
.quantity__plus{right:0px;}
.btn__add2cart,
.product__quantity {
	width: 47%;
	max-width: 150px;
	position:relative;
	height:45px;
}
.header__right_bottom {
	width: 100%;
	margin-top: 20px;
}
.cart__price,
.cart__q{
	font-family: 'Tahoma';
	font-style: normal;
	line-height: 100%;
	color: #333333;
	margin-bottom: 4px;
}
.cart__q{
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 4px;
}
.cart__price{
	font-weight: 700;
	font-size: 16px;
}
.empty__cart .cart__q,
.empty__cart .cart__price{
	color: #9e9fa0;
}
.cart__img {
	margin-right: 10px;
	margin-top: 3px;
}
.cart__block{
	margin-right: 28px;
}
.catalog__list .square_block .quantity__btn,
.catalog__list .square_block .product__quantity input,
.catalog__list .square_block .btn__add2cart, 
.catalog__list .square_block .product__quantity {
	height: 30px;
}
.catalog__list .square_block .btn__add2cart{
	font-weight: 400;
	padding: 0;
	width: 47%;
}	
.catalog__list .square_block .quantity__btn {width: 38px;}
.catalog__list.green .incart{
	border: 1px solid #17ab94;
	border-radius: 1px;
	background:#fff;
	color:#17ab94;
}
.catalog__list.blue .incart {
	border: 1px solid #2b9bb8;
	border-radius: 1px;
	background:#fff;
	color:#2b9bb8;	
}
.cart__wrap{
	background: rgba(255, 255, 255, 0.99);
	border: 1px solid #e4e5e6;
	padding:20px 30px 30px;
	margin-bottom: 75px;
}
.cart__product {
	border-bottom: 1px solid #e4e5e6;
	padding-top: 8px;
	padding-bottom: 20px;
	margin-bottom: 13px;
	position: relative;
}
.cart__product_img {
	margin-right: 18px;
	max-width: 100px;
}
.cart__product_name, 
.cart__product_name a{
	font-family: 'Tahoma';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
}
.cart__product_name {
	max-width: 315px;
}
.cart__product_price{
	font-family: 'Tahoma';
	font-style: normal;
	line-height: 100%;
	font-weight: 700;
	font-size: 20px;
	color: #333333;
	white-space: nowrap;
}
.product_price_txt{
	font-weight: 400;
	font-size: 14px;
	color: #9e9fa0;
	margin-top: 8px;
}
.cart__product_del{
	width: 30px;
	min-width: 30px;
	margin-top: 10px;
}
.btn_del{
	width: 30px;
	height: 30px;
	background: #e4e5e6;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 0;
}
.cart__product_right{
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
	max-width: 47%;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;	
	
}
.cart__total {
	margin-top: 33px;
}
.cart__total_price{
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #333333;
	margin-left: 5px;
}
.line_right{
	border-right: 1px solid #E4E5E6;
	padding-right:20px;
	margin-right:15px;
}
.btn__checkout{
	max-width: 300px;
	height: 50px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	width:100%;
	display:inline-block;
}
.white_block{
	background: rgba(255, 255, 255, 0.99);
	border: 1px solid #e4e5e6;
	padding:28px 30px;
	margin-bottom: 12px;
}
.checkout__left {
	-ms-flex: 0 0 73%;
	flex: 0 0 73%;
	max-width: 73%;
}
.checkout__left h2 span {
	border-right: 1px solid #e4e5e6;
	padding-right: 13px;
	margin-right: 8px;
}
.white_block h2 {
	border-bottom: 1px solid #e4e5e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.checkout__tabs{
	display:flex;
	align-items:center;
	gap:15px;
	flex-wrap: wrap;
}
.checkout__tab_lnk{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 20px;
	height: 40px;
	background: rgba(243, 244, 245, 0.99);
	border-radius: 100px;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	cursor:pointer;
}
.checkout__tab_lnk.active{
	color:#fff;
}
.checkount__form label {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	padding: 0;
	margin-bottom: 5px;
	max-width: none;
	font-weight: 400;
	font-family: Tahoma, sans-serif;
	cursor: revert;
}
.checkount__form input,
.checkount__form textarea {
	height: 50px;
	background: rgba(243, 244, 245, 0.99);
	border: 1px solid #E4E5E6;
	border-radius: 1px;
	color:#333333;
}
.checkount__form input:focus,
.checkount__form textarea:focus {
	border-color:#17AB94;
}
.checkount__form textarea{
	height:150px;
}
.checkount__form textarea::-moz-placeholder,
.checkount__form input::-moz-placeholder {
  color: #9e9fa0;
  opacity: 1;
}
.checkount__form textarea:-ms-input-placeholder,
.checkount__form input:-ms-input-placeholder {
  color: #9e9fa0;
}
.checkount__form textarea::-webkit-input-placeholder ,
.checkount__form input::-webkit-input-placeholder {
  color: #9e9fa0;
}
.checkount__form .radiobox_block input,
.checkount__form .checkbox_block input{display:none;}
.checkount__form .checkbox_block label,
.checkount__form .radiobox_block label{
	display:flex;
	align-items:center;
}
.checkount__form .checkbox_block label {
	width: calc(100% - 30px);
	font-family: 'Tahoma';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
}
.checkount__form .checkbox_block label::before {
	content: none;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: rgba(243, 244, 245, 0.99);
	border: 1px solid #E4E5E6;
	border-radius: 1px;
	margin-right:10px;
	transition: none;
	position: relative;
}
.checkount__form .jq-checkbox {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: rgba(243, 244, 245, 0.99);
	border: 1px solid #E4E5E6;
	border-radius: 1px;
	margin-right: 5px;
	transition: none;
	position: relative;
	vertical-align: middle;
}
.checkount__form .checkbox_block .checked + label:before,
.checkount__form .checkbox_block input:checked + label:before {
	border-color:#17ab94;
	background-color: #17ab94;
	background-image:url('../images/svg/check.svg');
	background-position:center center;
	background-repeat:no-repeat;
}
.checkount__form .jq-checkbox.checked{
	border-color:#17ab94;
	background-color: #17ab94;
	background-image:url('../images/svg/check.svg');
	background-position:center center;
	background-repeat:no-repeat;	
}
.checkount__form .jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 9px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
	display:none;
}
.checkount__form .radiobox_block label span, 
.checkount__form .checkbox_block label span {
	display: inline-block;
}
.checkount__form .radiobox_block label span{
}
.checkount__form .radiobox_block label {
	font-family: 'Tahoma';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
}
.checkount__form .radiobox_block label::before {
	content: ' ';
	display: inline-block;	
	width: 20px;
	height: 20px;
	background: rgba(243, 244, 245, 0.99);
	border: 2px solid transparent;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
	transition: none;
	box-shadow: 0 0 0 1px #E4E5E6;
}
.checkount__form .radiobox_block input:checked + label::before {
	border-color: rgba(255, 255, 255, 0.99);
	background-color: #17ab94;	
	box-shadow: 0 0 0 1px #17ab94;
}
.checkount__form h3{
	font-family: 'Tahoma';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	margin-bottom: 10px;
}
.red_txt{color:#EC4646;}
.quick__search{
	width: calc(100% - 30px);
	left: 15px;
	top: 100%;
	background: rgba(255, 255, 255, 0.99);
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
	border-radius: 1px;
	color: #333333;
	font-family: 'Tahoma', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	position:absolute;
	/*padding:15px;*/
	z-index: 3;
}
.quick__search ul{
	margin:0;
	padding:0;
	list-style:none;
}
.quick__search li {
	cursor:pointer;
	padding: 7px 15px 8px;
}
.quick__search li:hover { background-color: #E4E5E6; }
/*.quick__search li + li{margin-top: 15px}*/
.checkount__form input[type="file"] {
	width: 100%;
	/* height: 100%; */
	opacity: 0;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
	top: 0;
}
.checkount__form .file_upload {
	position: relative;
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, 0.99);
	border: 1px dashed #9E9FA0;
	border-radius: 1px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
	padding: 0 20px;
	color: #9E9FA0;
	margin-bottom: 0;
}
.checkout__right .white_block {
	padding: 25px 15px;
}
.checkout__right .white_block h2 {
	margin-bottom: 10px;
}
.checkount__product {
	font-family: 'Tahoma';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	color: #333;
	border-bottom: 1px solid #e4e5e6;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.checkount__product_img {
	min-width: 66px;
	margin-right: 10px;
	width: 66px;
}
.checkount__product_name{
	font-size: 12px;
	margin-bottom: 5px;
}
.checkount__product_price{
	font-weight: 700;
	font-size: 12px;
}
.checkount__total {
	position: relative;
	font-family: 'Tahoma';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #9e9fa0;
}
.checkount__total_price{
	text-align: right;
	color: #333333;
}
.checkount__total > div {
	background: #FFF;
	padding: 0;
}
.checkount__total::before {
	content: '';
	position: absolute;
	display: block;
	bottom: 6px;
	left: 0;
	width: 100%;
	border-bottom: 1px dashed #9e9fa0
}
.checkount__form input[type="password"] {
	background-image: url(../images/svg/pswrd.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
}
.login__modal {
	max-width: 400px;
	padding: 20px 28px;
	border-radius:5px;
}
.login__modal .modal__headline {
	margin: 0 0 15px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #e4e5e6;
	padding-bottom: 15px;
}
.login__modal .modal__form input[type="submit"] {
	float: none;
	padding: 0;
	width: 100%;
	height: 50px;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	text-transform: revert;
	max-width: none;
	color: #FFF;
}
.modal_remember {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 8px;
	cursor:pointer;
}
.login__modal a.close-modal {
	right: 18px;
	top: 18px;
}

.w188 {width: 188px;}
.w100 {width: 100%; max-width: none;}
.txt-right {text-align: right;}
.pr-0 {padding-right: 0;}
.pt-17 {padding-top: 17px;}
.pt-33 {padding-top: 33px;}
.pt-43 {padding-top: 43px;}
.pt-50 {padding-top: 50px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-28 {margin-top: 28px;}
.mb-0 {margin-bottom: 0;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-18 {margin-bottom: 18px;}
.mb-20 {margin-bottom: 20px;}
.mb-23 {margin-bottom: 23px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}

.catalog__price .price__yes, .catalog__price .price__no {
	font-size: 18px;
	line-height: 22px;
}
.header__right_top .header__phone svg, .header__right_top .header__phone img {
	margin-right: 5px;
	margin-left: -30px;
	float: left;
}
.header__right_top .header__phone img {
	margin-left: -34px;
}
.header__phone {
	margin-top: 15px;
}
.header__phone a {
	margin-bottom: 10px;
	color: #000 !important;
}
.footer__phone img {
	float: left;
	margin-left: -30px;
	margin-top: 3px;
}
@media (max-width: 1230px) {
	.header__callback {margin-top: 10px;}
	.header__right_phone_block {
		flex-wrap: wrap !important;
		max-width: 200px;
	}
}
@media (max-width: 1050px) {
	.super_catalog .btn {
		/* 		padding: 0 18px;
		 */	}
	.super_catalog .btn::after {content: none;}
	.super_catalog .btn::before {
		position: relative;
		top: revert;
		right: revert;
	}
}

@media (max-width: 991px) {
	.header__bottom {
		display: none;
		flex-direction: column;
		padding: 0;
		background: #53b3cc;
	}
	.header__bottom.open {
		display: flex !important;
	}
	.header__bottom .container {
		padding: 0;
		max-width: 100%;
		order: 2;
	}
	.header_line {order: 1;}
	.header__menu {
		background: #53b3cc;
		color: #FFF;
		padding: 5px 20px 8px;
		margin: 20px 0 0;
	}
	.header__menu > ul {
		margin: 0;
		width: 100%;
	}
	.header__menu > ul > li:not(.header__catalog) {
		border-bottom: none;
	}
	.header__menu > ul > li:not(.header__catalog) > a,
	.header__menu > ul > li > a {
		position: relative;
		display: block;
		padding: 8px 0;
		font-size: 14px;
		line-height: 16px;
		font-weight: 500;
		color: #FFF;
	}
	.super_catalog .btn {
		margin-left: 0;
		margin-right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-width: auto;
		max-width: initial;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 20px;
		height: 41px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		border: none;
	}
	.super_catalog .btn::after {
		content: none;
	}
	.super_catalog .btn::before {
		position: relative;
		right: auto;
		top: auto;
	}
	.super_catalog .btn span {
		font-size: 12px;
	}
	.header__menu.mt-xs-0::before {content: none;}
	.header__close, .header__logo-menu {
		margin: 0 20px;
	}
	.header__logo-menu {width: 88px;}
	.header__close {
		width: 40px;
		height: 40px;
		top: 20px;
		border: 1px solid #53b3cc;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header__close span {
		left: 9px;
		top: 15px;
	}
	.header__close span:nth-child(2),
	.header__close span:nth-child(3) {
		top: 15px;
	}
	.header_line {
		border-top: hidden;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	.header_line .col {
		background: #FFF;
		padding-top: 19px;
	}
	.super_catalog > ul > li > a:hover,
	.super_catalog > ul > li > a.active {
		background: transparent;
	}
	.sidebar__open.btn {
		min-height: 50px;
		font-size: 12px;
		line-height: 16px;
		padding: 0 10px;
		margin-bottom: 2px;
		width: 100%;
	}
	.sidebar__open.btn svg {
		width: 17px;
		height: 12px;
	}
	.header_nav_submenu .main_nav_submenu2 > a {
		padding: 20px 40px 20px 10px;
	}
	.header_nav_submenu > li > a,
	.header_nav_submenu .main_nav_submenu2 > a {
		font-size: 12px;
		line-height: 16px;
		padding: 17px 40px 17px 10px;
	}
	.header_nav_submenu .main_nav_level21 > li.main_nav_opener2 > a,
	.header_nav_submenu .main_nav_level21 > li > a {
		padding: 18px 0 18px 14px;
		font-size: 12px;
		line-height: 14px;
		background-position: left 0px center;
	}
	.header_nav_submenu .main_nav_level21 > li > a:hover,
	.header_nav_submenu .main_nav_level21 > li.main_nav_opener2 > a:hover,
	.header_nav_submenu .main_nav_level21 > li.main_nav_opener2.active > a {
		background-position: left 0px center;
	}
	.main_nav_level22 a {
		font-size: 12px;
		line-height: 16px;
		padding: 0 23px 10px 23px;
	}
	.h1 {
		font-size: 18px;
		line-height: 27px;
	}
	.square_item {
		display: flex;
		flex-wrap: wrap;
		padding: 17px 10px;
	}
	.square_block .catalog__right {
		padding: 0 0 0 25px;
		width: 50%;
		order: 2;
	}
	.square_block .catalog__stock {
		margin: 0;
	}
	.square_block .catalog__stock .product__yes,
	.square_block .catalog__stock .product__no {
		padding: 2px 4px;
		height: 15px;
		font-size: 12px;
		line-height: 9px;
	}
	.square_block .catalog__price {
		margin-top: 8px;
	}
	.square_block .catalog__price span {
		font-size: 12px;
		line-height: 16px;
	}
	.catalog__price .price__yes, .catalog__price .price__no {
		font-size: 16px;
		line-height: 20px;
	}
	.square_block .catalog__price div {
		float: none;
	}
	.square_block .product__btn {margin: 40px 0 0;}
	.catalog__list .square_block .product__btn span {
		width: 100%;
		height: 20px;
		font-size: 12px;
		line-height: 11px;
	}
	.square_block .catalog__desc {
		padding: 0px;
		margin-top: 15px;
		order: 3;
	}
	.square_block .catalog__title {
		font-size: 12px;
		line-height: 16px;
	}
	.square_block .catalog__image {
		width: 47%;
		display: flex;
		align-items: center;
	}
	.category__sidebar {margin: 0 auto 23px; width: 100%;}
	.super_catalog_menu {flex-direction: column; margin: 0 -20px; width: 100%;}
	.main_nav_level1 {padding: 0 10px;}
	.super_catalog_ul.active {display: block !important;}
	.header__menu > ul > li:not(.header__catalog) > ul > li > a {color: #FFF;}
	.header__menu > ul > li.active:not(.header__catalog) > a,
	.header__menu > ul > li.open:not(.header__catalog) > a,
	.header__menu > ul > li.active:not(.header__catalog) > ul > li.active > a {
		color: #FFF;
	}
	/*29.11.23*/
	.header__right_top {
		left: -115vw;
		position: absolute;
		top: -20px;
		width: 100vw;
		background: #FFF;
		z-index: 2;
		padding: 54px 20px 20px;
		height: 100vh;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	.header__right_top.open {left: 0;}
	.header__right_top > * {width: 100%; margin-bottom: 25px; max-width: none;}
	.blk_ttl{
		font-weight: 400;
		font-size: 12px;
		line-height: 13px;
		color: #9e9fa0;
		margin-bottom: 4px;
	}
	.header__address {
		font-size: 14px;
		line-height: 16px;
	}
	.header__right_top svg {margin-right: 16px;}
	.header__address > div:not(.blk_ttl):first-child {margin-bottom: 25px;}
	.header__clock + .header__clock {margin-top: 5px;}
	.header__phone a {
		margin: 4px 0;
		font-size: 14px;
		line-height: 16px;
	}
	.header__phone {margin-bottom: 10px;}
	.header__callback {
		margin-left: 32px;
		width: calc(100% - 32px);
	}
	.header-callback__open {
		padding: 0px 8px;
		width: 100%;
		height: 30px;
		font-size: 14px;
		line-height: 16px;
		text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header-callback__open::after {content: none;}
	.header-callback__block {width: 100%;}
	.close_info {
		width: auto;
		margin: 0;
		position: absolute;
		top: 20px;
		right: 5px;
		cursor: pointer;
	}
	.header__search.search {
		position: absolute;
		left: 0;
		top: calc(100% + 26px);
		overflow: hidden;
		max-height: 0;
		margin: 0;
		padding: 0 20px;
		background: #FFF;
		border: none;
		z-index: 9;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	.header__search.search.open {max-height: 999px;}
	.header__search input[type="text"],
	.header__search input[type="search"] {
		padding: 0 40px 0px 10px;
		width: 100%;
		height: 40px;
		background: rgba(248, 249, 250, 0.99);
		border: 0;
		font-size: 12px;
		font-family: 'Tahoma';
		font-style: normal;
		font-weight: 400;
		line-height: 13px;
		letter-spacing: 0.02em;
		border: 1px solid #e4e5e6;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.header__search input[type="submit"] {right: 21px; top: 15px;}
	.header__search svg {
		top: 50%;
		right: 31px;
		transform: translateY(-50%);
	}
	.header__search::after {
		right: 20px;
		width: 39px;
		height: 39px;
		top: 15px;
	}
	.header__search.focus input[type="text"],
	.header__search.focus input[type="search"] {
		border-color: #1c8aa7;
	}

	.header__top_bg {
		background: none;
		padding-bottom: 25px;
	}
	.header__top {padding: 20px 0 0;}
	.header__top_col {padding: 0 20px;}
	.header__logo-mobile {
		margin: 0;
		width: auto;
	}
	.header__left {
		width: auto;
		margin: 0;
	}
	.header__right {
		width: calc(100% - 155px);
		padding-top: 10px;
		margin: 0;
	}
	.header__open {right: 20px;}
	.header__close {right: 15px;}
	.mob_top_icon {
		margin: 0 7%;
		cursor: pointer;
	}
	.mob_menu_ttl {
		font-weight: 700;
		font-size: 12px;
		line-height: 13px;
		letter-spacing: 0.06em;
		color: #333;
		width: 173px;
		margin-left: 20px;
	}
	.mob_menu_ttl + .mob_menu_ttl {
		letter-spacing: 0;
		margin-top: 3px;
	}
	.super_catalog_menu li + li {
		margin-top: 10px;
	}
	.main_nav_level3 a{
		font-size: 12px;
		line-height: 16px;
	}
	.main_nav_level3 {
		margin-top: -6px;
		margin-left: 25px;
		display: none;
	}
	.category__sidebar::after {content: none;}
	/*190124*/
	.product__content .advantages_item,
	.advantages_item {
		padding: 10px 15px;
		margin-bottom: 7px;
		font-size: 12px;
		line-height: 14px;
	}
	.advantages_name {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 3px;
	}
	.advantages_icon {
		margin-right: 15px;
		width: 26px;
	}
	.advantages_icon svg{max-height:26px}
	.product__content .advantages_block {display: block;}
	.product__content .advantages_item {width:100%;position: relative;}
	.product__content .advantages_row {
		margin-bottom: 0;
		align-items: start;
	}
	.product__content .advantages_name,
	.product__content .advantages_text {
		margin-left: 41px;
	}
	.product__content .advantages_icon {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.sticker {
		height: 17px;
		font-size: 12px;
		line-height: 10px;
		top: 10px;
		padding: 3px 5px;
	}
	.sticker + .sticker {top: 30px;}
	.sticker + .sticker + .sticker {top: 50px;}
	.catalog__list .sticker {
		height: 13px;
		font-size: 12px;
		line-height: 9px;
		top: 9px;
		padding: 2px 4px;
	}
	.catalog__list .sticker + .sticker {top: 25px;}
	.catalog__list .sticker + .sticker + .sticker {top: 40px;}
	h1.ship_h1,
	h1.team_h1 {
		margin: 0 0 15px;
		font-size: 18px;
		line-height: 27px;
	}
	.team_item {
		margin-bottom: 25px;
		display: flex;
	}
	.team_photo {width: 50%;}
	.team_info {
		font-size: 12px;
		line-height: 17px;
		text-align: left;
		margin-top: -3px;
		width: 50%;
		padding-left: 10px;
	}
	.team_name {
		font-size: 12px;
		margin-bottom: 7px;
		line-height: 14px;
	}
	.team_job {
		margin-bottom: 7px;
		font-size: 12px;
		line-height: 14px;
	}
	.team_contact {margin-bottom: 0;}
	.ship_menu {
		border: none;
		font-size: 12px !important;
		line-height: 14px;
		width: auto;
		margin: 0 0px 10px !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ship_menu li {
		border: 1px solid #e4e5e6;
		padding: 7px 10px !important;
		margin: 0 0 10px !important;
		width: 48.3%;
		font-size: 12px !important;
		line-height: 14px;
	}
	.ship_item {
		font-size: 12px;
		line-height: 16px;
		padding-bottom: 15px;
		margin: 0 0 10px;
	}
	.ship_ttl {padding: 13px 20px 7px;}
	.ship_date {
		font-size: 12px;
		line-height: 14px;
	}
	h1.ship_h1 {margin: 0 0 15px;}
	.backlnk_block {
		padding: 0;
		margin-top: -8px;
		margin-bottom: 13px;
	}
	.content a.backlnk {font-size: 12px;}
	.backlnk svg {margin-right: 0;}
	.ship_content .ship_date {
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 5px;
	}
	.ship_content .ship_ttl {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	.ship_content .ship_ttl,
	.ship_content .ship_date {
		padding: 0;
	}
	.ship_row {padding: 0 10px;}
	.btn__add2cart, .product__quantity {
		max-width: 130px;
		height: 30px;
		font-size: 11px;
		line-height: 30px;
	}
	.quantity__btn {
		width: 33px;
		height: 30px;
	}
	.quantity__btn svg{
		width:8px;
		height:auto;
	}
	.product__quantity input {
		font-size: 11px;
		height: 30px;
	}
	
	.mob_bottom {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
		background: #fff;
		width: 100%;
		height: 70px;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1), inset 0px 1px 0px #e4e5e6;
		padding: 10px 30px 20px;
	}
	.mob_bottom > div {
		width: 40px;
		height: 40px;
		background: rgba(83, 179, 204, 0.08);
		border-radius: 10px;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		position:relative;
	}
	.mob_bottom .cart__img {
		margin-right: 0;
	}
	.mob_bottom .cart__q {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 2px 4px;
		position: absolute;
		width: 21px;
		height: 14px;
		background: #53B3CC;
		border-radius: 3px;
		color:#fff;
		font-weight: 700;
		font-size: 10px;
		text-align: center;
		top:0;
		right:0;
		transform: translate(50%, -2px);
	}
	.mob_bottom .login__block a {line-height: 0;}
	.catalog__list .square_block .quantity__btn,
	.catalog__list .square_block .product__quantity input,
	.catalog__list .square_block .btn__add2cart, 
	.catalog__list .square_block .product__quantity {
		height: 20px;
		line-height: normal;
	}
	.catalog__list .square_block .product__quantity,
	.catalog__list .square_block .btn__add2cart{
		width: 100%;
	}	
	.catalog__list .square_block .product__quantity {margin-bottom: 10px;}
	.catalog__list .square_block .quantity__btn {width: 23px;}
	.cart__wrap {
		padding: 18px 20px 20px;
		margin-bottom: 75px;
	}	
	.cart__product {
		border-bottom: 1px solid #e4e5e6;
		padding-top: 28px;
		padding-bottom: 0px;
		margin-bottom: 20px;
		position: relative;
		margin-left: 0;
		margin-right: 0;
	}
	.cart__product > div {
		padding-left:0;
		padding-right:0;
	}
	.cart__product_img {
		margin-right: 18px;
		min-width: 79px;
		width: 27.1%;
	}
	.cart__product_right {
		flex: 0 0 100%;
		max-width: 100%;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.cart__product_price {font-size: 18px;}
	.product_price_txt {margin-top: 5px;}
	.cart__product_price, .cart__product_q {
		width: 42%;
		max-width: none;
		margin-bottom: 15px;
	}
	.cart__product_q input,
	.cart__product_q {
		height: 40px;
		line-height: 40px;
	}
	.quantity__btn {
		width: 40px;
		height: 40px;
	}
	.cart__product_q .quantity__btn svg {
		width: 10px;
		height: auto;
	}
	.cart__product_del {
		width:20px;
		margin-top: 0;
		position: absolute;
		top: 0;
		right: -10px;
	}	
	.btn_del {
		width: 20px;
		height: 20px;
	}	
	.btn_del svg{
		width: 8px;
		height: 8px;
	}
	.cart__total {margin-top: 10px;}
	.line_right{
		border:none;
		padding-right:0;
		margin-right:0;
		margin-bottom: 10px;
	}
	.btn__checkout {
		max-width: none;
		height: 40px;
		font-size: 14px;
		width: 100%;
	}
	.checkout__left {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
	}
	.checkout__right {
		width: 100%;
		flex: 0 0 100%;
		order: 1;
		margin-bottom: 10px;
	}
	.white_block {
		padding: 14px 18px 10px;
		margin-bottom: 12px;
	}
	.checkout__left h2 span {
		padding-right: 10px;
		margin-right: 5px;
	}	
	.white_block h2{
		font-size: 18px;
		line-height: 150%;
		padding-bottom: 8px;
	}
	.checkout__right .white_block {
		padding: 12px 18px;
	}
	.checkout__right .white_block h2 {
		margin-bottom: 10px;
		padding-bottom: 13px;
	}
	.checkout__tab_lnk {
		padding: 6px 15px;
		height: auto;
		font-size: 12px;
	}
	.checkount__form input, 
	.checkount__form textarea {
		height: 40px;
		margin-bottom: 10px;
	}
	.checkount__form textarea {height: 120px;}
	.quick__search {
		top: calc(100% - 10px);
		padding: 10px 15px;
	}	
	.checkount__form .file_upload {padding: 0 15px;}	
	.checkount__form input[type="password"] {background-position: right 15px center;}
	.checkount__patcha {
		margin-top: 9px;
		margin-bottom: 15px;
	}	
	.login__modal {
		max-width: 400px;
		padding: 10px 18px;
		border-radius: 5px;
		width: 89.4%;
	}
	.login__modal .modal__headline {
		margin: 0 0 13px;
		font-size: 18px;
		padding-bottom: 13px;
	}
	.login__modal .modal__form input[type="submit"] {
		height: 40px;
		font-size: 14px;
		line-height: normal;
	}
	.modal_remember {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	
	.ph-xl-5 {padding-left: 5px; padding-right: 5px;}
	.pt-xs-10 {padding-top: 10px;}
	.mt-xs-0 {margin-top: 0;}
	.mt-xs-8 {margin-top: 8px;}
	.mt-xs-15 {margin-top: 15px;}
	.mt-xs-20 {margin-top: 20px;}
	.mt-xs-28 {margin-top: 28px;}
	.mb-xs-0 {margin-bottom: 0px;}
	.mb-xs-3 {margin-bottom: 3px;}
	.mb-xs-5 {margin-bottom: 5px;}
	.mb-xs-8 {margin-bottom: 8px;}
	.mb-xs-10 {margin-bottom: 10px;}	
	.mb-xs-13 {margin-bottom: 13px;}	
	.mb-xs-15 {margin-bottom: 15px;}	
	.mb-xs-25 {margin-bottom: 25px;}	
}
@media (max-width: 575px) {
	h1.headline.mini_h1,
	.cart__page h1.headline {
		margin: 0 0 13px;
		font-size: 22px;
		line-height: 32px;
	}
}