

/* Start:/local/components/bf/cookiespro/templates/.default/style.css?17260573302650*/
body.bf-fixed {
  overflow: hidden;
  position: relative;
}

body.bf-fixed::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0.3;
}

#cookie_notification {
	display: none;
	justify-content: center;
	align-items: flex-end;
	position: fixed;
	z-index: 99999;
	bottom: 0;
	left: var(--left);
	width: var(--width);
	max-width: 100%;
	transform: var(--transform);
	padding: 15px;
	background-color: var(--window-bg-color);
	opacity: var(--opacity);
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification .cookie_wrapper {
	max-width: 50%;
}

#cookie_notification button {
	background-color: var(--window-button-bg-color);
	color: var(--window-button-text-color);
	padding: 5px 10px;
	border-radius: 0;
	font-size: var(--button-text-size);
	border: var(--button-border-width) solid var(--button-border-color);
	height: auto;
}

#cookie_notification button.bordered {
	background: var(--window-button-text-color);
	color: var(--window-button-bg-color);
    font-size: var(--button-text-size);
	border: var(--button-border-width) solid var(--button-border-color);
}

#cookie_notification p {
    margin: 0;
    font-size: var(--text-size);
    text-align: left;
    color: var(--window-text-color);
}
#cookie_notification p a {
    color: var(--window-text-color);
    text-decoration:underline;
}
#cookie_notification p a:hover {
    text-decoration:none;
}

#cookie_notification .cookie_button-block{ 
	padding-top: 10px;
}

#cookie_notification .cookie_step_2 {
	display: none;
}

#cookie_step_2 p{
	color: var(--desc-color);
	font-size: var(--desc-size);
}

#cookie_step_2 .cookie_check label{
	color: var(--title-color);
	font-size: var(--title-size);
}

#cookie_step_2 .cookie_check .cookie_accept_desc{
	color: var(--desc-color);
	font-size: var(--desc-size);
}

#cookie_notification .page-link a {
	font-size: 12px;
	margin: 10px 0 0;
	display: block;
	color: var(--window-button-bg-color);
}

@media screen and (max-width: 1024px) {
    #cookie_notification .cookie_wrapper {
		max-width: 70%;
	}	
}

@media screen and (max-width: 768px) {
    #cookie_notification .cookie_wrapper {
		max-width: 80%;
	}	
}

@media (min-width: 576px) {
    #cookie_notification.bfpro-show {
        display: flex;
    }
    .cookie_accept {
        margin: 0 0 0 25px;
    }
	
}

@media screen and (max-width: 575px) {
    #cookie_notification.bfpro-show {
        display: block;
        text-align: left;
    }
    .cookie_accept {
        margin: 10px 0 0 0;
    }
	#cookie_notification .cookie_wrapper {
		max-width: 90%;
	}	
}
/* End */


/* Start:/local/templates/mix/components/arturgolubev/search.title/custom/style.css?173347278715585*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	/*margin: 10px 0 0;*/
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}


.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 42px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/mix/components/arturgolubev/search.title/custom/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 42px;
	width: 44px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;	
	/* display: block !important; */
	max-width: 95vw;
	transform: translateX(-50%);
}

div.title-search-result {
	left: 50%;
	width: 1200px;
	box-shadow: 0px 0px 5px #000;
	max-height: calc(100vh - 200px);
	overflow: hidden auto;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/mix/components/arturgolubev/search.title/custom/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top: 8px;
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/mix/components/arturgolubev/search.title/custom/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	margin-right: 5px;
	position: relative;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/mix/components/arturgolubev/search.title/custom/images/loader_green.gif) center center no-repeat;
}

/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/mix/components/arturgolubev/search.title/custom/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/mix/components/arturgolubev/search.title/custom/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/mix/components/arturgolubev/search.title/custom/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/mix/components/arturgolubev/search.title/custom/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/mix/components/arturgolubev/search.title/custom/images/loader_green.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}

.custom_search-wrapper{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.search_catalog-wrapper {
	width: 20%;
	padding: 15px;
}

.bx-searchtitle-history {
	margin-top: 5px;
	margin-bottom: 15px;
}

.searchtitle-text {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #424242;
	margin-bottom: 8px;
}

.searchtitle-list {
  display: flex;
  flex-direction: column;
}

.searchtitle-list a{
    font-size: 16px;
    line-height: 1.5;
    color: #424242;
    text-decoration: none;
}

.searchtitle-list a:hover{
   text-decoration: underline;
}

.search_list-wrapper{
	width: 80%;
}

.search_button-wrapper{
	width: 100%;
}

.search_button-wrapper .bx_item_block.all_result a.all_result_button {
  color: #FF6700 !important;
  background-color: #fff !important;
}

@media screen and (max-width:1280px){	
	.custom_search-wrapper .catalog__grid .card-item {
	  width: calc(33.33% - 20px);
	}
}

@media screen and (max-width:1024px){
	.search_list-wrapper {
		width: 100%;
	}
		
	.search_catalog-wrapper,
	.custom_search-wrapper .card-item__reviews , 
	.custom_search-wrapper  .card-item__part-number,
	.card-item__footer .buy-one-click{
	  display: none;
	}
}

@media screen and (max-width:576px){	
	.custom_search-wrapper .catalog__grid .card-item {
	  width: calc(50% - 10px);
	}
}
/* End */


/* Start:/local/templates/mix/components/bitrix/catalog.compare.list/main/style.css?17260573301265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/mix/components/bitrix/sale.basket.basket.line/main/style.min.css?17260573304011*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{margin-right:20px;padding-bottom:0}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/components/manao/oneclickbuy/templates/.default/style.css?17303628102163*/
#one-click #one_click_buy_result {
    display: none;
}

#one-click .error {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #E30613;
    font-size: 0.75rem;
    line-height: 1;
}

input:disabled,
input[disabled],
input:disabled:hover,
input[disabled]:hover {
    background-color: #cccccc;
}

.open_description {
    position: relative;
    display: block;
    cursor: pointer;
    color: #00B359;
}

.agreement {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 14px;
    margin-left: 25px;
    display: block;
    padding-right: 25px;
}

.agreement input[type="checkbox"] {
    position: absolute;
    left: -20px;
    top: -1px;
}

.open_description::before {
    content: '';
    width: 17px;
    height: 50px;
    position: absolute;
    top: -65px;
    right: 0px;
    background: transparent;
}

.open_description::after {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: -48px;
    right: 3px;
    transform: rotate(45deg);
    background: linear-gradient(135deg, #fff 0% 49%, #00B359 50% 100%);
}

.open_description.active::after {
    transform: rotate(-135deg);
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal{
    max-height: 100%;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.modal__body{
    display: block !important;
    background-color: #ffffff;
}
.modal__form{
    position: sticky;
    top: 0;
    z-index: 1;
    overflow-y: initial !important;
    background-color: #ffffff;
}

.modal_expanded{
    display: -webkit-box !important;
    -webkit-box-align: baseline !important;
}
.modal__body_expanded{
    height:auto !important;
}

span.send_mail_description, label.agreement{
    font-size: 0.75rem;
}


@media (min-width: 987px) {
    #one-click .modal__body {
        max-width: 904px !important;
    }
}

.good__prop{
    font-size: 0.8em;
}
/* End */


/* Start:/local/components/bf/order.confirm.code/templates/oneclickbuy/style.css?17327976731321*/
.confirmation_block{
    margin-bottom: 25px;
    justify-content: center;
}

span.confirm-error {
    font-size: 18px;
    margin-top: 5px;
    color: red;
}

.line-break {
    width: 100%;
}

.signin-oneclickbuy-sms__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 5%;
    transition: opacity 0.3s ease;
}

.signin-oneclickbuy-sms__wrap input[type="tel"] {
    width: 20%;
    text-align: center;
    aspect-ratio: 2/1;
    font-size: 4em;
    border: 1px solid gray;
    border-radius: 5px;
}
.signin-oneclickbuy-sms__wrap input:focus{
    border: 1px solid var(--sub-template-color);
}

@media(max-width:576px){
    .signin-oneclickbuy-sms__wrap input, .oneclickbuy-send-code-btn {
        width: 80% !important;
    }
}
@media(min-width:577px) and (max-width:1200px){
    .signin-oneclickbuy-sms__wrap input, .oneclickbuy-send-code-btn {
        width: 30% !important;
    }
}

.signin-oneclickbuy-sms__wrap input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.oneclickbuy-send-code-btn{
    width: 20%;
    margin-top: 5px;
    color: white;
    font-size: 1em;
    border: 0;
    background-color: var(--sub-template-color);
    border-radius: 5px;
    aspect-ratio: 4/1;
}
/* End */


/* Start:/local/templates/mix/styles.css?17751340023579*/
@font-face {
    font-family: "nbrb";
    src: url("/local/templates/mix/fonts/nbrb.woff2") format("woff2"), /* Укажите путь к файлу nbrb.woff2 */
    url("/local/templates/mix/fonts/nbrb.ttf") format("truetype"), /* Укажите путь к файлу nbrb.ttf */
    url("/local/templates/mix/fonts/nbrb.woff") format("woff");    /* Укажите путь к файлу nbrb.woff */
    unicode-range: U+E901, U+42, U+59, U+4E;
}

.nbrb-icon {
    font-family: "nbrb" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: normal;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
}

.nbrb-icon-byn:before {
    content: "\e901"; /* Юникод для знака */
}

jdiv .__jivoMobileButton {
    bottom: 95px;
}

.bx-404-container {
    margin: 20px 20px 0 0;
    overflow: auto;
}

.bx-404-block {
    float: left;
}

.bx-404-block img {
    display: block;
    height: 300px;
    width: 300px;
    float: left;
}

.bx-404-text {
    float: left;
    margin: 20px 20px 20px 20px;
}

/* Задача № 28205 -->  */

.sticky {
    position: fixed;
    z-index: 101;
}

.stop {
    position: relative;
    z-index: 101;
}

/* Задача № 28205 <-- */


/*.bx-soa-section-content {*/
/*    display: none;*/
/*}*/
/*.opened .bx-soa-section-content {*/
/*    display: block;*/
/*}*/

.bx-soa-section {
    display: none;
}

.bx-soa-section.opened {
    display: block;
}

.bx-soa-more-btn {
    margin-top: 14px;
}

.btn-default.base-button {
    display: inline-block;
    padding: 16px 8px;
    width: 150px;
    text-align: center;
    max-width: 46%;
}

.btn-default.base-button.summary__button {
    width: auto;
}

.btn-default.base-button:hover {
    background-color: #00B359;
    color: white;
}

.btn-default.base-button.prev {
    color: #00B359;
    background-color: #fff;
    border: 1px solid #00B359;
    margin-right: 14px;
}

.btn-default.base-button.next {
    margin-right: 0;
}

.radioBlock__input.error + .radioBlock__text {
    color: #f00;
}

.base-input-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 18px;
    color: #ACACAC;
}

.checkout .checkout-bottom.checkout__summary.summary {
    position: static;
    width: 100%;
    background: #fff;
    border: 1px solid #D9D9D9;
    margin-top: 24px;
    padding: 14px 14px 0px;
}

.checkout .checkout-bottom .summary__row.agreement {
    font-size: 13px;
}

.checkout .open_description::before {
    height: 24px;
    top: -35px;
}

.open_description::after {
    top: -30px;
}

.open_description.active::after {
    transform: rotate(-135deg);
    top: -24px;
}

.checkout .checkout-bottom .hidden_description {
    padding-bottom: 20px;
    text-align: justify;
    display: none;
}

.checkout .checkout-bottom .hidden_description.active {
    display: block;
}

.bx-sls .bx-ui-sls-fake:focus {
    border: 1px solid #00B359;
}

.bx-sls .bx-ui-sls-variants {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    position: relative;
}

/* End */


/* Start:/local/templates/mix/style/vendors.css?172605733022173*/
/* Swiper */

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* End Swiper */
/* End */


/* Start:/local/templates/mix/style/simplebar.css?17260573304309*/
[data-simplebar] {
   position: relative;
   flex-direction: column;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-content: flex-start;
   align-items: flex-start;
 }
 
 .simplebar-wrapper {
   overflow: hidden;
   width: inherit;
   height: inherit;
   max-width: inherit;
   max-height: inherit;
 }
 
 .simplebar-mask {
   direction: inherit;
   position: absolute;
   overflow: hidden;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   width: auto !important;
   height: auto !important;
   z-index: 0;
 }
 
 .simplebar-offset {
   direction: inherit !important;
   box-sizing: inherit !important;
   resize: none !important;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   padding: 0;
   margin: 0;
   -webkit-overflow-scrolling: touch;
 }
 
 .simplebar-content-wrapper {
   direction: inherit;
   box-sizing: border-box !important;
   position: relative;
   display: block;
   height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
   width: auto;
   max-width: 100%; /* Not required for horizontal scroll to trigger */
   max-height: 100%; /* Needed for vertical scroll to trigger */
   scrollbar-width: none;
   -ms-overflow-style: none;
 }
 
 .simplebar-content-wrapper::-webkit-scrollbar,
 .simplebar-hide-scrollbar::-webkit-scrollbar {
   width: 0;
   height: 0;
 }
 
 .simplebar-content:before,
 .simplebar-content:after {
   content: ' ';
   display: table;
 }
 
 .simplebar-placeholder {
   max-height: 100%;
   max-width: 100%;
   width: 100%;
   pointer-events: none;
 }
 
 .simplebar-height-auto-observer-wrapper {
   box-sizing: inherit !important;
   height: 100%;
   width: 100%;
   max-width: 1px;
   position: relative;
   float: left;
   max-height: 1px;
   overflow: hidden;
   z-index: -1;
   padding: 0;
   margin: 0;
   pointer-events: none;
   flex-grow: inherit;
   flex-shrink: 0;
   flex-basis: 0;
 }
 
 .simplebar-height-auto-observer {
   box-sizing: inherit;
   display: block;
   opacity: 0;
   position: absolute;
   top: 0;
   left: 0;
   height: 1000%;
   width: 1000%;
   min-height: 1px;
   min-width: 1px;
   overflow: hidden;
   pointer-events: none;
   z-index: -1;
 }
 
 .simplebar-track {
   z-index: 1;
   position: absolute;
   right: 0;
   bottom: 0;
   pointer-events: none;
   overflow: hidden;
 }
 
 [data-simplebar].simplebar-dragging .simplebar-content {
   pointer-events: none;
   user-select: none;
   -webkit-user-select: none;
 }
 
 [data-simplebar].simplebar-dragging .simplebar-track {
   pointer-events: all;
 }
 
 .simplebar-scrollbar {
   position: absolute;
   left: 0;
   right: 0;
   min-height: 10px;
 }
 
 .simplebar-scrollbar:before {
   position: absolute;
   content: '';
   background: black;
   border-radius: 7px;
   left: 2px;
   right: 2px;
   opacity: 0;
   transition: opacity 0.2s linear;
 }
 
 .simplebar-scrollbar.simplebar-visible:before {
   /* When hovered, remove all transitions from drag handle */
   opacity: 0.5;
   transition: opacity 0s linear;
 }
 
 .simplebar-track.simplebar-vertical {
   top: 0;
   width: 11px;
 }
 
 .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
   top: 2px;
   bottom: 2px;
 }
 
 .simplebar-track.simplebar-horizontal {
   left: 0;
   height: 11px;
 }
 
 .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
   height: 100%;
   left: 2px;
   right: 2px;
 }
 
 .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
   right: auto;
   left: 0;
   top: 2px;
   height: 7px;
   min-height: 0;
   min-width: 10px;
   width: auto;
 }
 
 /* Rtl support */
 [data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
   right: auto;
   left: 0;
 }
 
 .hs-dummy-scrollbar-size {
   direction: rtl;
   position: fixed;
   opacity: 0;
   visibility: hidden;
   height: 500px;
   width: 500px;
   overflow-y: hidden;
   overflow-x: scroll;
 }
 
 .simplebar-hide-scrollbar {
   position: fixed;
   left: 0;
   visibility: hidden;
   overflow-y: scroll;
   scrollbar-width: none;
   -ms-overflow-style: none;
 }
/* End */


/* Start:/local/templates/mix/style/style-shop.css?172647574149812*/
/* 10.01.2023 */
#loader-shop, .loader-shop {
   text-align: center;
   padding: 40px 0 50px;
   min-height: 150px;
}
#loader-shop {
   display: none;
}
.is-vishidden {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
}
.btn-reset {
   border: none;
   padding: 0;
   background: 0 0;
   text-align: center;
   text-transform: uppercase;
   text-decoration: none;
   cursor: pointer;
}

.sort {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
   margin-bottom: 8px;
   margin-top: 17px;
}
.select {
   position: relative;
}

.select__item {
   position: relative;
}

.select__title {
   color: #424242;
   border: 0;
   background-color: transparent;
   cursor: pointer;
   border-radius: 2px;
}

.select__value {
   display: flex;
   font-size: 14px;
   line-height: 1;
   height: 21px;
   padding: 0 0px 0px 4px;
   align-items: center;
   justify-content: flex-end;
   column-gap: 6px;
   flex-direction: row-reverse;
}

.select__value span {
   font-weight: 600;
   font-size: 14px;
   line-height: 24px;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   margin-bottom: 0;
}

.select__value::before {
   content: "";
   display: block;
   transition: all 0.3s ease 0s;
   margin-bottom: -2px;
   width: 9px;
   height: 9px;
   background: url("/local/templates/mix/style/../img/select-arrow.svg") center / 100% no-repeat;
}
.select._active .select__value::before {
   transform: rotate(-180deg);
}

.select__options {
   color: #424242;
   display: none;
   position: absolute;
   top: 29px;
   border-radius: 2px;
   min-width: 100%;
   background-color: #fff;
   border-top: 0;
   border: 1px solid #ffffff;
   font-size: 14px;
   padding: 18px 0px 18px 0px;
   white-space: nowrap;
   min-width: 230px;
   right: 0;
   z-index: 10;
}

.select__option {
   cursor: pointer;
   font-size: 14px;
   line-height: 20px;
   padding: 5px 38px 5px 41px;
   margin: 0px 0px 0px 0px;
   position: relative;
}

.select__option[data-value="default"] {
   padding: 5px 38px 5px 41px;
}

.select__option:hover {
   background: #fff;
}
.select__option:before {
   content: "";
   display: inline-block;
   position: absolute;
   transition: all 0.3s ease 0s;
   left: 20px;
   top: 8px;
   width: 12px;
   height: 12px;
   opacity: 0;
   background: #fff;
   background: url("/local/templates/mix/style/../img/select-check.svg") center / 100% no-repeat;
}
.select__option:hover:before {
   opacity: 1;
}
.select._active {
   z-index: 5;
}
.select._active.select__options {
   display: block;
}
.card__price .payment-info__price.items-end {
   flex-wrap: wrap;
}
.card__price .payment-info__price .current {
   width: 100%;
}
/* color select */
.color-select__selected {
   margin: 0;
   margin-top: 17px;
   font-weight: 700;
   font-size: 14px;
   line-height: 19px;
   color: #424242;
}
.color-select__selected span {
   font-weight: 400;
   font-size: 14px;
   color: #808080;
}
.color-select__list {
   display: flex;
   align-items: center;
   margin: 18px 4px 25px;
}
.color-select__item:not(:last-child) {
   margin-right: 22px;
}
.color-select__item.notallowed {
   opacity: 0.5;
   position: relative;
}
.color-select__item.notallowed:after {
   content: '';
   position: absolute;
   width: 46px;
   height: 1px;
   background: rgb(255, 103, 0);
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%) rotate(45deg);
}
.color-select__btn {
   position: relative;
   border-radius: 100%;
   width: 38px;
   height: 38px;
   border: 0;
}
.color-select__btn::before {
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   border: 1px solid #e5e5e5;
   border-radius: 100%;
   width: 46px;
   height: 46px;
   transform: translate(-50%, -50%);
   transition: border 0.3s;
}
.color-select__btn:hover::before {
   border: 1px solid var(--main-template-color);
   transition: border 0.3s;
}
.color-select__btn--active::before {
   border: 1px solid var(--main-template-color);
   transition: border 0.3s;
}

.card__promotion  .card__promotion-item-price {
   font-weight: 700;
   font-size: 22px;
   line-height: 30px;  
   color: #424242;
   white-space: nowrap;
}
/* size select */
.size-select__selected {
   margin: 0;
   margin-bottom: 11px;
   font-weight: 700;
   font-size: 14px;
   line-height: 19px;
   color: #424242;
}
.size-select__selected span {
   color: #000;
}
.size-select__clear {
   display: none;
   font-weight: 700;
   font-size: 10px;
   text-transform: uppercase;
   color: #d24242;
}
.size-select__clear svg {
   margin-right: 2px;
   width: 8px;
   height: 8px;
   fill: currentColor;
}
.size-select__list {
   display: flex;
   align-items: center;
   margin-bottom: 8px;
}
.size-select__item:not(:last-child) {
   margin-right: 10px;
}
.size-select__btn {
   position: relative;
   padding: 5px 10px;
   font-size: 14px;
   line-height: 19px;
   color: #808080;
   background-color: #ffffff;
   border: 1px solid #e5e5e5;
   border-radius: 2px;
   -webkit-transition: 0.2s ease-in-out;
   -o-transition: 0.2s ease-in-out;
   transition: 0.2s ease-in-out;
   white-space: nowrap;
}

.size-select__btn:hover {
   border: 1px solid var(--main-template-color);
   transition: color 0.3s;
}

.size-select__btn--active {
   border: 1px solid var(--main-template-color);
   transition: color 0.3s;
}

.card__slider .card__slider--main .swiper-wrapper {
   max-height: 490px;
}
.card__slider .card__slider--main {
   height: min-content;
}
/* popup add to card*/
.popup-window {
   min-width: 320px;
   font-family: "Open Sans", sans-serif;
}
.popup-window-content > div {
   display: flex;
   flex-direction: column;
   gap: 20px;
   font-family: "Open Sans", sans-serif;
   font-size: 16px;
}
.popup-window-content img {
   object-fit: contain;
}
.popup-window .popup-window-buttons {
   padding: 14px 35px;
   font-weight: 600;
   font-size: 0.875rem;
   border: none;
   background-color: var(--main-template-color);
   -webkit-transition: 0.2s ease-in-out;
   -o-transition: 0.2s ease-in-out;
   transition: 0.2s ease-in-out;
   color: #ffffff;
   border-radius: 2px;
   max-width: 220px;
   margin: 20px auto;
   cursor: pointer;
}
/*tabs info*/
.card__info .card__tabs {
   white-space: nowrap;
   flex-wrap: nowrap;
   overflow-x: initial;
}

.card__info .simplebar-scrollbar::before {
	left: 0;
	top: 0;
	right: 0;
	bottom: -5px;
	opacity: 1;
	background-color: var(--main-template-color);
	border-radius: 0;
}

.card__info .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
   top: 10px;
   height: 0;
}

.card__info .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
	top: 0;
	bottom: 0;
}

.card__info .simplebar-scrollbar.simplebar-visible::before {
	opacity: 0;
}
.more-haracter-mobile {
   display: none;
}
.base-input:focus, .base-textarea:focus {
   border: 1px solid var(--main-template-color);
}
.card-item .card__price-action-time {
   position: absolute;
   padding: 11px 27px;
   z-index: 5;
   width: 100%;
   bottom: -53px;
   left: 0;
   right: 0;
   margin-bottom: 0;
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
   transition: 0.2s ease-in-out;
   box-shadow: 0 8px 8px rgba(0, 0, 0, 0.09);
}
.card-item:hover .card__price-action-time {
   opacity: 1;
   visibility: visible;
}
@media (max-width: 768px) {
   .main-content.card-detail {
      margin-bottom: 0;
   }
   .main-content.card-detail .card__recently:not(:last-child) {
      margin-bottom: 35px;
   }
   .main-content.card-detail .card__recently:last-child {
      margin-bottom: 0;
   }
   .main-content.card-detail div[data-entity="parent-container"] .card__recently {
      padding-bottom: 0;
   }
   .main-content.card-detail div[data-entity="parent-container"]:last-child .card__recently {
      margin-bottom: 12px;
      padding-bottom: 0;
   }
   .card__info .simplebar-content-wrapper {
      margin-right: -20px;
   }
   .card__info .card__tabs .simplebar-mask {
      right: -20px;
   }
   .more-haracter-mobile {
      display: inline-block;
      margin: 13px 16px;
   }
   .more-haracter-mobile.hidden {
      display: none;
   }
   .card__info .tabs__section .specifications {
      max-height: 355px;
      overflow: hidden;
      box-shadow: inset 0em -1em #ffffff;
   }
   .compare__wrapper {
      position: relative;
   }
   .compare__table .filter-block {
      position: absolute;
   }
}
@media (max-width: 576px) {
   .favorites-content .tabs__section {
      padding-top: 12px;
   }
   .header .search {
      border: 1px solid #E7E7E7;
      border-radius: 3px;
      background: #ffffff;
      padding: 7px 42px 9px 12px;
      font-size: 13px;
      line-height: 18px;
   }

}
.header.scrolled {
   opacity: 0;
}


.compare-content .compare-grid {
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 16px;
}

.compare-grid__aside {
   width: 310px;
   /* width: 335px; */
   -ms-flex-negative: 0;
   flex-shrink: 0
}

.compare-grid__main {
   -ms-flex-positive: 1;
   flex-grow: 1;
   width: 70%;
   padding-left: 20px
}

.compare-table-section__head {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
      -ms-flex-pack: justify;
   justify-content: space-between;
   background: #ffffff;
   border-radius: 0;
   font-weight: 700;
   font-size: 14px;
   line-height: 20px;
   color: #454545;
   height: 49px;
   padding: 14px 25px 16px;
}

.compare-table-section__head-icon {
   display: none;
   color: #8c8c8c;
   font-size: 7px;
   line-height: 1;
   margin-left: 8px;
   transition: transform .25s ease;
   transform: rotate(180deg);
   position: relative;
}

.compare-table-section__body.collapse:not(.show) {
   display: none;
}
.compare-table-section__body.collapse.show {
	display: block;
   transition: .25s ease;
}

.compare-table-section__head.open .compare-table-section__head-icon {
	/* transform: rotate(180deg); */
   transform: rotate(0deg);
}

.accordion__control {
	cursor: pointer;
}

.compare-table-section+.compare-table-section {
   padding-top: 14px;
   /* padding-bottom: 10px; */
}

.compare-row__aside .compare-cell {
   display: block;
   min-height: 40px;
   padding: 14px 16px 13px 25px;
}
.compare-row__main .compare-cell {
   display: block;
   min-height: 40px;
   padding: 14px 16px 13px 0;
}

.compare-icon {
   display: -ms-inline-flexbox;
   display: inline-flex;
   font-size: 16px
}

.carousel-compare-fix, .carousel-compare-main {
   position: relative
}
.compare__table .card-item {
   max-width: inherit;
   min-height: inherit;
}
.compare-content .compare__table .card-item__img {
   height: 243px;
}
.carousel-compare-fix .carousel-slider, .carousel-compare-main .carousel-slider {
   overflow: hidden;
   position: relative
}
.carousel-compare-fix .swiper-button-next, .carousel-compare-fix .swiper-button-prev {
   width: 32px;
   height: 32px;
   top: 60px;
}
.carousel-compare-main .swiper-button-next, .carousel-compare-main .swiper-button-prev {
   width: 42px;
   height: 42px;
   top: 54%;
}
.carousel-compare-fix .swiper-button-next, .carousel-compare-fix .swiper-button-prev,.carousel-compare-main .swiper-button-next,.carousel-compare-main .swiper-button-prev {
   border-radius: 50%;
   background: var(--main-template-color);
   box-shadow: none;
   font-size: 6px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-align: center;
   align-items: center;
   color: var(--main-template-color);
   position: absolute;
   z-index: 1;
   cursor: pointer;
   transition: all .2s
}
.carousel-compare-main .swiper-button-prev:after, .carousel-compare-main .swiper-container-rtl .swiper-button-next:after,
.carousel-compare-main .swiper-button-next:after, .carousel-compare-main .swiper-container-rtl .swiper-button-prev:after, 
.carousel-compare-fix .swiper-button-prev:after, .carousel-compare-fix .swiper-container-rtl .swiper-button-next:after,
.carousel-compare-fix .swiper-button-next:after, .carousel-compare-fix .swiper-container-rtl .swiper-button-prev:after {
   display: none;
}
.carousel-compare-fix .swiper-button-next:hover,.carousel-compare-fix .swiper-button-prev:hover,.carousel-compare-main .swiper-button-next:hover,.carousel-compare-main .swiper-button-prev:hover {
   box-shadow: 0;
}
.compare-main-nav svg, .carousel-compare-fix svg {
   width: 11px;
   height: 11px;
   fill: #ffffff;
}

.swiper-button-prev.compare-main-nav svg, .swiper-button-prev.compare-fix-prev svg {
   transform: rotate(180deg);
}
.carousel-compare-fix .swiper-button-next.swiper-button-disabled,.carousel-compare-fix .swiper-button-prev.swiper-button-disabled,.carousel-compare-main .swiper-button-next.swiper-button-disabled,.carousel-compare-main .swiper-button-prev.swiper-button-disabled {
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
   /* transition: opacity .2s; */
   display: none;
}

.compare .swiper-container:not(.swiper-container-initialized) .swiper-button-next, .compare .swiper-container:not(.swiper-container-initialized) .swiper-button-prev {
   opacity: 0;
}

.carousel-compare-fix .swiper-button-prev, .carousel-compare-main .swiper-button-prev {
   left: 0;
   transform: translate(-50%,-50%)
}

.carousel-compare-fix .swiper-button-prev::before,.carousel-compare-main .swiper-button-prev::before {
   transform: rotate(90deg);
   margin-right: 3px
}

.carousel-compare-fix .swiper-button-next,.carousel-compare-main .swiper-button-next {
   right: 0;
   transform: translate(50%,-50%)
}

.carousel-compare-fix .swiper-button-next::before,.carousel-compare-main .swiper-button-next::before {
   transform: rotate(-90deg);
   margin-left: 3px
}

.carousel-compare-main .carousel-slider {
   margin-left: -8px;
   margin-right: -8px;
   padding: 0 0 22px;
}
.compare-fix .compare-grid__main {
   padding-left: 24px;
}
.carousel-compare-main .swiper-slide {
   /* width: 240px; */
   width: 327px;
   height: unset
}

.carousel-compare-main .swiper-slide .card-product {
   height: 100%
}

.carousel-compare-main .card-product .c-image {
   margin-top: 0;
   height: 216px
}

.carousel-compare-main .card-product .c-description {
   padding-top: 8px
}

.carousel-compare-row .carousel-slider {
   overflow: hidden;
   position: relative
}

.carousel-compare-row .swiper-slide {
   /* width: 240px; */
   width: 327px;
   height: unset
}

.carousel-compare-row .compare-cell {
   font-weight: 600;
   font-size: 14px;
   line-height: 19px;
   color: #454545;
}

.carousel-compare-fix .swiper-slide {
   /* width: 240px; */
   width: 327px;
   height: unset
}

.carousel-compare-fix .swiper-slide .card-product {
   height: 100%
}

.card-product-added {
   padding: 0;
}
.card-product-added .c-part-row{
   display: flex;
}

.card-product-added .c-part-img {
   -ms-flex: 0 0 80px;
   flex: 0 0 80px;
   max-width: 80px
}

.card-product-added .c-image {
   display: block;
   width: 100%;
   height: 100%;
}
.card-product-added .c-image img{
   object-fit: contain;
}

.card-product-added .c-part-info {
   -ms-flex: 1 0 calc(100% - 95px);
   flex: 1 0 calc(100% - 95px);
   max-width: calc(100% - 95px);
   padding: 5px 0 0 15px;
}

.card-product-added .c-text {
   font-weight: 700;
   margin-bottom: 0;
   font-size: 14px;
   line-height: 22px;
   max-height: 44px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical
}

.card-product-added .c-cost {
   margin-top: 4px;
   -ms-flex-flow: row wrap;
   flex-flow: row wrap;
}

.card-product-added .c-price {
   font-weight: 700;
   font-size: 16px;
   line-height: 22px;
   color: #424242;
   width: 100%
}

.card-product-added .c-price sub {
   font-size: 73%
}

.card-product-added .c-discount {
   font-size: 14px;
   line-height: 16px;
   font-weight: 700;
   margin-left: 0
}

.card-product-added .c-discount span {
   font-weight: 400
}

.compare-row {
   display: -ms-flexbox;
   display: flex
}

.compare-row:not(:last-child) {
   border-bottom: 1px solid #DEDEDE;
}
.compare-row:last-child {
   border-bottom: 0 !important;
}
.compare-row.visible:last-child {
   border-bottom: 0;
}
.compare-row__aside {
   /* width: 332px; */
   width: 310px;
   -ms-flex-negative: 0;
   flex-shrink: 0
}

.compare-row__main {
   -ms-flex-positive: 1;
   flex-grow: 1;
   width: 70%;
   padding-left: 20px
}

.compare-fix {
   position: fixed;
   z-index: 1001;
   background: #ffffff;
   right: 0;
   left: 0;
   top: 0;
   width: 100%;
   padding-top: 20px;
   padding-bottom: 18px;
   box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
   transform: translateY(-110%);
   transition: transform .2s ease;
}

.compare-fix .compare-grid {
   margin: 0;
   background: #ffffff;
   align-items: center;
}

.compare-fix.is-visible {
   transform: translateY(0)
}

.compare-fix .inp-dropdown {
   width: 225px;
   /* временно */
   /* display: none; */
}

.compare-fix .inp-dropdown .btn,.compare-fix .inp-dropdown .news-single__content .button,.news-single__content .compare-fix .inp-dropdown .button {
   width: 100%;
   line-height: 22px;
   padding: 7px 16px 9px
}

.compare-fix .inp-dropdown .btn [class^=ic-],.compare-fix .inp-dropdown .news-single__content .button [class^=ic-],.news-single__content .compare-fix .inp-dropdown .button [class^=ic-] {
   margin-bottom: -2px
}

.compare-fix .filter .form-group+.form-group {
   margin-top: 10px
}
.compare-fix .filter {
   padding-left: 24px;
}
.compare-fix .filter .filter-item+.filter-item {
   margin-top: 8px
}

.inp-dropdown {
   position: relative;
   min-width: 88px
}

.inp-dropdown.opened .inp-dropdown__list {
   display: block
}
.inp-dropdown .filter__title svg {
   margin-right: 5px;
    width: 8px;
    height: 8px;
    fill: #ACACAC;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    transform: none;
}
.inp-dropdown.opened .filter__title svg {
   transform: rotate(180deg);
   fill: var(--main-template-color);
}

.inp-dropdown .inp-dropdown__list {
   display: none;
   position: absolute;
   z-index: 50;
   left: 0;
   top: 24px;
   width: 100%;
   background: #fff;
   padding: 16px;
   border-radius: 10px;
   box-shadow: 0 -2px 4px 0 rgba(35,31,32,.05),0 4px 8px 0 rgba(35,31,32,.1)
}

.inp-dropdown .inp-dropdown__item+.inp-dropdown__item {
   margin-top: 16px
}

/* filter */
.inp-box {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -ms-flex-align: start;
   align-items: flex-start;
   vertical-align: top;
   line-height: 20px
}

.inp-box.inp-box--block {
   width: 100%
}

.inp-box.inp-box--block .inp-box__label {
   width: 100%
}

.inp-box.inp-box--block .inp-box__text {
   -ms-flex-positive: 1;
   flex-grow: 1;
   max-width: none
}

.inp-box.inp-box--block .inp-box__row {
   width: 100%
}

.inp-box .inp-box__label {
   position: relative;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -ms-flex-align: start;
   align-items: flex-start;
   margin: 0;
   cursor: pointer
}

.inp-box input[type=checkbox],.inp-box input[type=radio] {
   -webkit-appearance: none;
   appearance: none;
   position: absolute;
   z-index: -1;
   left: 0;
   top: 0;
   width: 0;
   height: 0;
   opacity: 0
}

.inp-box input[type=checkbox]:checked~.inp-box__view,.inp-box input[type=radio]:checked~.inp-box__view {
   background: var(--main-template-color);
   border-color: var(--main-template-color)
}

.inp-box input[type=checkbox]:checked~.inp-box__view:before,.inp-box input[type=radio]:checked~.inp-box__view:before {
   display: block
}

.inp-box input[type=checkbox]:disabled~.inp-box__view,.inp-box input[type=radio]:disabled~.inp-box__view {
   background: #f2f2f2;
   border-color: #bdbbbc
}

.inp-box input[type=checkbox]:disabled~.inp-box__row,.inp-box input[type=checkbox]:disabled~.inp-box__row *,.inp-box input[type=checkbox]:disabled~.inp-box__text,.inp-box input[type=checkbox]:disabled~.inp-box__text *,.inp-box input[type=radio]:disabled~.inp-box__row,.inp-box input[type=radio]:disabled~.inp-box__row *,.inp-box input[type=radio]:disabled~.inp-box__text,.inp-box input[type=radio]:disabled~.inp-box__text * {
   color: #bdbbbc
}

.inp-box input[type=checkbox]:disabled~.inp-box__row .ic-info,.inp-box input[type=checkbox]:disabled~.inp-box__text .ic-info,.inp-box input[type=radio]:disabled~.inp-box__row .ic-info,.inp-box input[type=radio]:disabled~.inp-box__text .ic-info {
   color: #007eff
}

.inp-box input[type=checkbox]:disabled:checked~.inp-box__view,.inp-box input[type=radio]:disabled:checked~.inp-box__view {
   background: #bdbbbc;
   border-color: #bdbbbc
}

.inp-box input[type=checkbox]~.inp-box__view {
   border-radius: 4px
}

.inp-box input[type=checkbox]~.inp-box__view:before {
   content: "\e009"
}

.inp-box input[type=checkbox]~.inp-box__view:before {
   color: #fff;
   font-size: 10px;
   line-height: 18px
}

.inp-box input[type=radio]~.inp-box__view {
   border-radius: 50%
}

.inp-box input[type=radio]~.inp-box__view:before {
   width: 5px;
   height: 5px;
   border-radius: 50%;
   background: #fff
}

.inp-box .inp-box__view {
   position: relative;
   width: 19px;
   height: 19px;
   background: #fff;
   border: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0
}

.inp-box .inp-box__view:before {
   content: "";
   display: none;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%)
}

.inp-box .inp-box__text {
   -ms-flex: 1;
   flex: 1;
   width: calc(100% - 20px);
   padding-left: 13px;
   letter-spacing: -0.03em;
   white-space: nowrap;
}

.inp-box .inp-box__text span:not(.inp-required) {
   color: #8c8c8c
}

.inp-box .inp-box__text p:last-of-type {
   margin-bottom: 0
}

.inp-box .inp-box__row {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: justify;
   justify-content: space-between
}
.filter .form-group:first-child {
   padding-top: 3px;
   padding-bottom: 30px;

}
.filter .form-group:not(:last-child) {
   background-image: linear-gradient(to right, #d9d9d9 60%, rgba(217,217,217,0) 0%);
   background-position: bottom;
   background-size: 8px 1px;
   background-repeat: repeat-x;
}

.filter__title img {
   margin-right: 15px;
}
.filter .form-group__flex {
   flex-direction: column;
   row-gap: 16px;
}
.filter .filter__clear {
   padding-left: 0;
}
.filter .filter__clear img {
   margin-right: 15px;
}
/* фиксированная плашка фильтр */
.compare-fix .filter__title {
   margin-bottom: 15px;
   text-transform: none;
}
.carousel-compare__mobile .filter__title {
   margin-bottom: 8px;
   text-transform: none;
}
.compare-fix .filter__title img, .carousel-compare__mobile .filter__title img{
   margin-right: 10px;
}
.compare-fix .filter__title .ic-filter, .carousel-compare__mobile .filter__title .ic-filter {
   margin-left: 5px;
   transform: rotate(180deg);
   display: flex;
   align-content: center;
}
.compare-fix .filter__title .ic-filter img, .carousel-compare__mobile .filter__title .ic-filter img {
   margin-right: 0;
}
.compare-fix .filter__clear, .carousel-compare__mobile .filter__clear {
   margin-top: 0;
}
.compare-fix .filter .filter__clear img, .carousel-compare__mobile .filter .filter__clear img {
   margin-right: 10px;
}
.compare-fix .filter .form-group, .carousel-compare__mobile .filter .form-group {
   padding-top: 0;
   padding-bottom: 0;
   background-image: none;
}
 .compare-fix .inp-box .inp-box__view, .carousel-compare__mobile .inp-box .inp-box__view {
   position: relative;
   width: 19px;
   height: 19px;
   background: #f5f5f5;
   border: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0
}

.compare-fix .inp-box input[type=checkbox]:checked~.inp-box__view,.compare-fix .inp-box input[type=radio]:checked~.inp-box__view {
   background: var(--main-template-color);
   border-color: var(--main-template-color)
}

.compare-fix .inp-box input[type=checkbox]:checked~.inp-box__view:before, .compare-fix .inp-box input[type=radio]:checked~.inp-box__view:before {
   display: block;
}

/* сравнение в моб версии < 1024 */
.compare-slider-main {
   display: -ms-flexbox;
   display: flex;
   column-gap: 20px;
}

.compare-slider-main__item {
   width: calc(50% - 10px);
}

.compare-slider-fix {
   display: -ms-flexbox;
   display: flex;
   margin-left: 20px;
   margin-right: 20px
}

.compare-slider-fix__item {
   width: 50%
}

.compare-slider-fix .card-product .c-description {
   margin-bottom: 0
}
.carousel-compare.left, .carousel-compare.right {
   margin-left: -8px;
   margin-right: -8px;
}
.compare-slider-fix .carousel-nav {
   padding-bottom: 10px
}

.compare-slider-main .left .carousel-slider:not(.swiper-container-initialized) .card-product, 
.compare-slider-main .right .carousel-slider:not(.swiper-container-initialized) .card-product {
   visibility: hidden;
   opacity: 0
}

.compare-slider-main {
   width: 100%;
   position: relative
}

.compare-slider-main .carousel-slider {
   overflow: hidden;
   position: relative
}

.compare-slider-main .swiper-slide {
   height: unset
}
.compare-slider-main .swiper-slide .card-item {
   margin-bottom: 9px;
}

.compare-slider-main .swiper-slide .card-product {
   height: 100%
}

.compare-slider-main .carousel-nav {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -ms-flex-align: center;
   align-items: center;
   position: relative;
   padding: 0 12px 8px 12px;
   overflow: visible;
   position: relative;
   z-index: 1;
   height: 36px;
}

.compare-slider-main .swiper-pagination-fraction {
   font-size: 14px;
   line-height: 16px;
   color: #ACACAC;
   text-align: center;
}
.compare-slider-main .swiper-pagination-fraction .swiper-pagination-current {
   color: #454545;
}

.compare-slider-main .swiper-button-next, .compare-slider-main .swiper-button-prev {
   width: 28px;
   height: 28px;
   top: 0;
   margin-top: 0;
   border-radius: 50%;
   background: var(--main-template-color);
   box-shadow: 0 0 8px rgba(35,31,32,.1);
   font-size: 6px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: center;
   justify-content: center;
   -ms-flex-align: center;
   align-items: center;
   color: #fff;
   cursor: pointer;
   transition: all .2s
}
.compare-slider-main .swiper-button-prev {
   left: 8px;
}
.compare-slider-main .swiper-button-next {
   right: 8px;
}

.compare-slider-main .swiper-button-next.swiper-button-disabled,
.compare-slider-main .swiper-button-prev.swiper-button-disabled {
   background: #FFFFFF;
   color: #ACACAC; 
   opacity: 1;
   visibility: initial;
   pointer-events: none;
   transition: all .15s
}
.compare-slider-main .swiper-button-next.swiper-button-disabled svg line,
.compare-slider-main .swiper-button-prev.swiper-button-disabled svg line{
   stroke: #ACACAC;
}

.compare-slider-main .swiper-button-prev::before {
   display: none;
}

.compare-slider-main .swiper-button-next::before {
   display: none;
}
.compare-slider-main .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.compare-slider-main .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
   display: none;
}

.compare-slider-main .card-product {
   padding-top: 8px;
   padding-bottom: 8px;
   box-shadow: none
}

.compare-slider-main .card-product .c-image {
   height: 80px
}

.compare-slider-main .card-product .c-text {
   font-weight: 600
}

.compare-slider-main .carousel-compare-row.left .compare-cell {
   padding-right: 12px
}

.compare-slider-main .carousel-compare-row.right .compare-cell {
   padding-left: 12px
}

.compare-slider-main .carousel-compare-row .carousel-slider {
   overflow: hidden;
   position: relative
}

.compare-slider-main .carousel-compare-row .swiper-slide {
   height: unset
}

.compare-row__title {
   font-weight: 400;
   font-size: 12px;
   line-height: 15px;
   color: #808080;
}
.reviews__modal .modal__body{
   max-width: 600px;
}

@media (max-width: 1200px) {
   .compare-grid__aside, .compare-row__aside {
      width: 284px;
   }
}

@media (max-width: 1080px) {
   .compare-grid__aside, .compare-row__aside {
      width: 270px;
   }
   .modal__lk .modal__close, .reviews__modal .modal__close, .modal__thank .modal__close /*, .modal__map .modal__close, .modal-success .modal__close, .modal-recalc .modal__close*/{
      right: 0;
      width: 30px;
      height: 30px;
      z-index: 100;
   }
   .modal__body, .modal-lk .modal__body, .modal__thank .modal__body /*, .modal-auth .modal__body, .modal-success .modal__body, .modal__map .modal__body, .modal-recalc .modal__body*/ {
      max-width: 100%;
   }
   
}
.carousel-compare.carousel-compare__desktop  {
   display: block;
}
.carousel-compare.carousel-compare__mobile {
   display: none;
}

@media (max-width: 1024px) {
   .carousel-compare.carousel-compare__mobile {
      display: block;
   }
   .carousel-compare.carousel-compare__desktop  {
      display: none;
   }
   .compare-fix {
      padding: 14px 0;
   }
   .compare-table-section__head-icon {
      display: block;
   }
   .compare-table {
      margin-top: 15px;
   }
   .compare-row__main {
         display: -ms-flexbox;
         display: flex;
         padding-left: 17px;
   }
   .compare-table-section__body .compare-row {
      position: relative;
   }
   .compare-row__item {
      width: 50%;
   }
   .compare-table-section__head {
      height: 46px;
      padding: 13px 17px 14px;
   }
   .compare-row__main .compare-cell {
      display: flex;
      align-items: flex-end;
      min-height: 65px;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.1;
      padding: 31px 16px 13px 0;
   }
   .compare-row__title {
      position: absolute;
      top: 12px;
      left: 17px;
   }
   .compare-slider-main .card-item {
      height: 490px;
      min-height: inherit;
   }
   .inp-dropdown .inp-dropdown__list {
      padding: 18px;
      width: auto;
      top: 26px;
   }
   .carousel-compare__mobile .filter {
      display: flex;
      gap: 30px;
      justify-content: space-between;
      width: 100%;
      max-width: 400px;
   }
   .card-product-added .c-part-img {
      -ms-flex: 0 0 65px;
      flex: 0 0 65px;
      max-width: 65px;
   }
}
@media (min-width: 768px) {
   .compare-content .tabs__section {
      padding: 27px 0 65px 0;
   }
   
}
@media (max-width: 768px) {
   .card-product-added .c-part-img {
      -ms-flex: 0 0 45px;
      flex: 0 0 45px;
      max-width: 45px;
   }
   .card-product-added .c-part-info {
      padding: 0 0 0 12px;
   }
   .card-product-added .c-price {
      width: auto;
      margin-right: 4px;
   }
}
@media (max-width: 578px) {
   .compare-row__title {
      top: 10px;
   }
   .compare-slider-main__item .card-item {
      padding: 13px 11px 11px;
      height: 300px;
   }
   .compare-slider-main__item .card-item__header {
      top: 4px;
      right: 0px;
   }
   .compare-slider-main__item .card-item__remove svg {
      width: 12px;
      height: 12px;
   }
   .compare-slider-main__item .card-item__img {
      height: 112px;
      padding-bottom: 14px;
      margin-bottom: 10px;
   }
   .compare-slider-main__item .card-item__img img {
      max-width: 100%;
   }
   .compare-slider-main__item .card-item__reviews a{
      font-size: 10px;
      line-height: 14px;
   }
   .compare-slider-main__item .card-item__reviews .stars{
      display: none;
   }
   .compare-slider-main__item .card-item__part-number {
      font-size: 10px;
      line-height: 14px;
      margin-bottom: 7px;
   }
   .compare-slider-main__item .card-item__title {
      font-size: 12px;
      line-height: 18px;
      height: 36px;
      margin-bottom: 14px;
   }
   .compare-slider-main__item .card-item__footer .payment-info__price .current {
      font-size: 14px;
      line-height: 19px;
   }
   .compare-slider-main__item .card-item__footer .add-to-card, .compare-slider-main__item .card-item__footer .buy-one-click {
      font-size: 0;
      line-height: 0;
      padding: 3px;
      width: 29px;
      height: 29px;
   }

   .compare-slider-main__item .card-item__footer .add-to-card[disabled] {
      font-size: 11px;
      line-height: normal;
   }
   .compare-slider-main__item .payment-info__add .add-to-card svg {
      width: 18px;
      height: 17px;
      margin-right: 0;
   }
   .compare-slider-main__item .payment-info__add .buy-one-click svg {
      width: 23px;
      height: 23px;
      margin-right: 0;
   }
   .card-product-added .c-part-img {
      -ms-flex: 0 0 25px;
      flex: 0 0 25px;
      max-width: 25px;
   }
   .card-product-added .c-part-info {
      padding: 0 0 0 7px;
   }
   .card-product-added .c-text {
      font-size: 12px;
      line-height: 1.2;
   }
   .card-product-added .c-cost {
      display: flex;
   }
   .card-product-added .c-price {
      font-size: 12px;
      line-height: 1.2;
   }
   .card-product-added .c-discount {
      font-size: 10px;
      line-height: 1.2;
   }
}
.card-item__badges {
   height: 26px;
}
.recently-swiper .swiper-slide {
   height: auto;
   width: 25%;
}
.recently .card-item {
   height: calc(100% - 8px) !important;
}
@media (max-width: 1400px) {
   .recently-swiper .swiper-slide {
      width: 33.33%;
   }
}
@media (max-width: 1080px) {
   .recently-swiper .swiper-slide {
      width: 50%;
   }
}
@media (max-width: 768px) {
   .recently-swiper .swiper-slide {
      width: 100%;
   }
}
.card__slider .swiper-button-disabled {
   opacity: 0;
}

/* all shops filter */
.shop-variants {
   padding: 10px 17px 13px;
   background: #F5F5F5;
   border-radius: 3px;
   width: 330px;
   cursor: pointer;
   position: relative;
}
.shop-variants__title {
   font-size: 14px;
   line-height: 19px;
   color: #959595;
}
.shop-variants.open .shop-variants__icon svg {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.shop-variants__icon svg {
   width: 8px;
   height: 8px;
   fill: var(--main-template-color);
}

.shop-variants.open .shop-list__filter-drop {
   height: auto;
   padding: 24px 22px 28px;
   background: #FFFFFF;
   box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
   border-radius: 2px;
   opacity: 1;
   pointer-events: auto;
}
.shop-list__filter-drop {
   position: absolute;
   top: 42px;
   left: 0;
   right: 0;
   height: 0;
   transition: height 0.3s ease;
   z-index: 10;
   opacity: 0;
   pointer-events: none;
}
.shop-list__form-label {
   position: relative;
}
.shop-list__form-label button {
   pointer-events: auto;
}
.shop-list__form-label button {
   position: absolute;
   right: 14px;
   top: 3px;
   display: block;
   margin: 0;
   padding: 0;
   border: none;
   background-color: transparent;
}
.shop-list__filter-wrapper {
   margin-top: 7px;
   height: 215px;
   max-height: 410px;
   overflow: hidden;
   overflow-y: auto;
   scrollbar-color: var(--main-template-color) transparent;
   scrollbar-width: thin;
}
.shop-list__filter {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding-bottom: 35px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout__form .shop-list__filter {
   padding-bottom: 0;
   border-bottom: 0;
}

.shop-list__filter-wrapper .location:last-child {
   margin-bottom: 0;
}
.shop-list__filter-wrapper .location__label {
   display: block;
   width: 100%;
   padding-left: 35px;
}
.shop-list__filter-wrapper .location__radio, .shop-list__filter-wrapper .location__label::before {
   top: 0;
   left: 0;
   width: 18px;
   height: 18px;
}
.shop-list__filter-wrapper .location__label::before {
   content: '';
   /* background: url(data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.41421' y1='7.07586' x2='4.59395' y2='10.2454' stroke='%23FF6700' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='10.2529' y1='4.58902' x2='4.59608' y2='10.2459' stroke='%23FF6700' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A) no-repeat center; */
   background-size: contain;
   opacity: 1;
   width: 18px;
   height: 18px;
   background: #F5F5F5;
   border-radius: 2px;
}
.shop-list__filter-wrapper .location__radio:checked ~ .location__label::before {
   opacity: 1;
   background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDMuMzg0NjZMNC4wOCA2LjQwMDA1TDkuOCAwLjgwMDA0OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
   background-repeat: no-repeat;
   background-position: 50%;
   position: absolute;
   background-color: var(--main-template-color);
}
.shop-list__filter .tabs__map {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   white-space: nowrap;
   padding: 13px 0;
   background: #ffffff;
   border: 0;
   margin-left: 30px;
   margin-right: 0;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   color: var(--main-template-color);
   height: 42px;
   cursor: pointer;
}

.shop-list__filter .tabs__map svg {
   margin-right: 9px;
   fill: var(--main-template-color);
   flex-shrink: 0;
}
svg.icon-map {
     width: 19px;
     height: 24px;
     display: block;
}
svg.icon-list {
   width: 23px;
   height: 18px;
   display: none;
}

.shop-list__filter .tabs__map.show-map svg.icon-map {
   display: none;
}
.shop-list__filter .tabs__map.show-map svg.icon-list {
   display: block;
}

.shop-list__table-item {
   height: auto;
   display: block;
}
.simplebar-track.simplebar-vertical {
   width: 6px;
}
.simplebar-scrollbar:before {
   background: var(--main-template-color);
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible:before {
   opacity: 1;
}
.shop-list__table-location {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 18px 30px;  
   padding: 30px 0;
   font-size: 14px;
   line-height: 19px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.item-city h2 {
   font-weight: 600;
   font-size: 22px;
   line-height: 30px;
   color: var(--main-template-color);
   margin-top: 30px;
   margin-bottom: 11px;
}

.item-city + .shop-list__table-location {
   padding-top: 0;
}
.shop-list__table-location .shop-address {
   width: calc(25% - 13px);
}
.shop-list__table-location .shop-address p {
   padding-right: 20%;
}
.shop-list__table-location .shop-time {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 15px 30px;
   width: calc(46.5% - 13px);
}
.shop-list__table-location .shop-time div:first-child{
   width: calc(54% - 15px);
}
.shop-list__table-location .shop-time div{
   width: calc(46% - 15px);
}
.delivery__shop-list .shop-list__table-location .shop-time div{
   width: 100%;
}
.delivery__shop-list .shop-list__table-location .shop-time div:first-child{
   margin-bottom: 8px;
}
.shop-list__table-location .shop-time div:last-child p {
   white-space: nowrap;
}
.shop-list__table-location .shop-points {
   width: calc(29.5% - 13px);
}

.shop-list__table-location span.list__title {
   display: block;
   font-weight: 700;
   color: #454545;
   margin-bottom: 10px;
}
.shop-list__table-location p {
   color: #808080;
}
.shop-list__table-location p:not(:last-child) {
   margin-bottom: 5px;
}

.location_card_maps {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.location_card_maps .maps_a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-decoration: none;
   padding: 10px;
   color: var(--main-template-color);
   background: transparent;
   border: 1px solid var(--main-template-color);
   border-radius: 2px;
   margin-right: 8px;
   white-space: nowrap;
   text-align: center;
   height: 41px;
   transition: 0.3s;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.location_card_maps .maps_a:last-child {
   margin-right: 0;
}

.panel-point-shop {
   display: flex;
   flex-direction: column;
}

.panel-point-shop.hidden {
   display: none;
}

.panel-point-maps {
   display: flex;
   flex-grow: 1;
   height: 494px;
   width: 100%;
   margin-top: 38px;
}
.panel-point-maps  .map-section__map {
   height: 100%;
   min-height: 100%;
   width: 100%;
}

.panel-point-maps.hidden {
   display: none;
}

.shop-address__button {
   display: none;
}
.delivery__shop-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px 38px;
   max-height: 480px; 
}

.map-section__map {
   display: block;
   flex-grow: 1;
   height: 480px;
   width: 100%;
}
 
.delivery__shop-list .shop-list__filter {
   border-bottom: 0;
}
.delivery__shop-list .panel-point-shop {
   overflow: hidden;
   overflow-y: auto;
   height: 400px;
   padding-right: 15px;
}
.delivery__shop-list .shop-list__table-item:first-child .item-city h2 {
   margin-top: 0;
}
.delivery__shop-list .shop-list__table-location .shop-address {
   display: flex;
   cursor: pointer;
}
.delivery__shop-list .shop-address__button {
   display: block;
}
.delivery__shop-list .shop-list__table-location {
   padding: 18px 0;
}
.delivery__shop-list .item-city + .shop-list__table-location {
   padding-top: 0;
}
.delivery__shop-list .shop-list__table-location.open .accordion__button.shop-address__button , .delivery__shop-list .accordion__button.shop-address__button:hover {
   color: var(--main-template-color);
   background-color: transparent;
}

.delivery__shop-list .accordion__button.shop-address__button {
   display: block;
   width: 7px;
   height: 10px;
   color: var(--main-template-color);
   background-color: transparent;
}
.delivery__shop-list .shop-list__table-location.open .shop-time {
   display: block;
}
.delivery__shop-list .shop-list__table-location .shop-time {
   display: none;
}
.delivery__shop-list .shop-list__table-location .shop-address,
.delivery__shop-list .shop-list__table-location .shop-time,
.delivery__shop-list .shop-list__table-location .shop-points {
   width: 100%;
}
.delivery__shop-list .shop-list__table-location .shop-address {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: baseline;
   -ms-flex-align: baseline;
   align-items: baseline;
   justify-content: space-between;
}
.delivery__shop-list .shop-list__table-location, .delivery__shop-list .shop-list__table-location .shop-time {
   flex-direction: column;
}
.delivery__shop-list .shop-list__table-location .shop-address p {
   display: block;
   font-weight: 600;
   font-size: 14px;
   line-height: 19px;
   color: #424242;
}
.delivery__shop-list .item-city h2 {
   font-size: 20px;
   line-height: 27px;
   margin-top: 25px;
   margin-bottom: 18px;
}

.delivery__map {
   width: calc(100% - 348px);
}
.ymaps-2-1-79-balloon__tail {
   display: none;
}
@media screen and (max-width: 1280px) {

   .shop-list__table-location {
      flex-wrap: wrap;  
   }
   .shop-list__table-location .shop-address {
      width: calc(40% - 20px);
   }
   
   .shop-list__table-location .shop-time {
      width: calc(60% - 20px);
   }

   .shop-list__table-location .shop-points {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {
   .shop-list__filter {
      flex-direction: column;
      padding-bottom: 23px;
   }
   .accordion__button.shop-address__button {
      display: block;
      pointer-events: auto;
      color: var(--main-template-color);
      background-color: #F5F5F5;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   }
   .accordion__button.shop-address__button:hover {
      color: white;
      background-color: var(--main-template-color);
   }

   .shop-list__table-location.open .accordion__button.shop-address__button svg {
      pointer-events: all;
   }
   .shop-list__table-location.open .accordion__button.shop-address__button {
      color: white;
      background-color: var(--main-template-color);
   }
   .shop-list__table-location.open .accordion__button svg {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
   }
   .shop-address__button svg {
      pointer-events: all;
   }
   .shop-variants {
      width: 100%;
      max-width: 330px;
   }
   .shop-list__table-location .shop-address {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      justify-content: space-between;
   }
   .shop-list__filter .tabs__map {
      margin-top: 5px;
      margin-left: 0;
      width: min-content;
   }
   .shop-list__table-location {
      position: relative;
   }
   .shop-list__table-location .shop-address, 
   .shop-list__table-location .shop-time,
   .shop-list__table-location .shop-points {
      width: 100%;
   }
   .shop-list__table-location .shop-time {
      flex-direction: column;
   }
   .shop-list__table-location .shop-time,
   .shop-list__table-location .shop-points {
      display: none;
   }

   .shop-list__table-location.open .shop-points {
      display: block;
   }
   .shop-list__table-location.open .shop-time {
      display: flex;
   }
   .shop-list__table-location .shop-address p {
      padding-right: 0;
   }
   .delivery__shop-list {
      flex-direction: column-reverse;
      height: auto;
      max-height: 100%;
   }
   .delivery__map {
      width: 100%;
      height: 460px;
   }

   .delivery .panel-point-shop  {
      display: none;
   }

}

.hide {
   opacity: 1;
   animation-name: xiaomicity;
   animation-duration: 0.7s;
   animation-fill-mode: forwards;
}
.shop-list__table-item.hide {
   height: 0;
   display: none;
}
.no-visible {
   display: none;
}

@keyframes xiaomicity {
   to {
      opacity: 0;
      min-height: 0;
      min-width: 0;
      height: 0;
      padding: 0;
      margin: 0;
      border: 0;
   }
}

.j-accordion-button {
   cursor: pointer;
}

.checkout__form .bx-sls .bx-ui-sls-pane {
   top: 46px;
   border: 0;
   padding: 12px 12px;
   background: #FFFFFF;
   box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
   border-radius: 2px;
   font-size: 14px;
   line-height: 19px;
   scrollbar-color: var(--main-template-color) transparent !important;
   scrollbar-width: thin !important;
}
.checkout__form .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant, .bx-sls .bx-ui-sls-error {
   padding: 8px 8px;
}
.checkout__form .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover, .bx-sls .bx-ui-sls-variant-active {
   background-color: #F5F5F5;
}

.checkout__form .bx-sls .dropdown-item:hover {
   background-color: #F5F5F5;
}

.delivery__map .map-section__map {
   height: 100%;
   min-height: 100%;
   width: 100%;
}

/***  27983  ***/
#bx-soa-total .right-arrow {
	padding-right: 20px;
}

#bx-soa-total .open_description {
	position: relative;
	display: block;
	cursor: pointer;
}

#bx-soa-total .open_description::after {
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	top: -46px;
	right: 3px;
	transform: rotate(45deg);
	background: linear-gradient(135deg, #fff 0% 49%, #00B359 50% 100%);
}

#bx-soa-total .open_description.active::after {
	transform: rotate(-135deg);
}

#bx-soa-total .open_description::before {
	content: '';
	width: 17px;
	height: 50px;
	position: absolute;
	top: -65px;
	right: 0px;
	background: transparent;
}

#bx-soa-total .hidden_description{
  padding-bottom: 20px;
  text-align: justify;
  display: none;
}
#bx-soa-total .hidden_description.active{
  display: block;
}
/***  /27983  ***/
/* End */


/* Start:/local/templates/mix/style/fancybox.css?172605733025343*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/mix/style/main.css?1765875091218529*/
:root {
    --sub-template-color: #00B359;
    --main-template-color: #00B359;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0
}


html, body {
    width: 100%;
    height: 100%;
    font-size: 100%
}

html {
    scroll-behavior: smooth;
    overflow-anchor: none
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: #fff0
}

ol, ul {
    list-style: none
}

:focus, :active {
    outline: none
}

a:focus, a:active {
    outline: none
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a {
    color: inherit;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-tap-highlight-color: #fff0
}

input, button, textarea {
    font-family: inherit
}

button {
    cursor: pointer
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

caption, th, td {
    font-weight: 400;
    text-align: left;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none
}

a img {
    vertical-align: top;
    border: none
}

aside, details, figcaption, figure, menu, nav, summary {
    display: block
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: url(/local/templates/mix/style/../fonts/OpenSans-Regular.woff) format("woff"), url(/local/templates/mix/style/../fonts/OpenSans-Regular.woff2) format("woff2");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: url(/local/templates/mix/style/../fonts/OpenSans-Regular-Italic.woff) format("woff"), url(/local/templates/mix/style/../fonts/OpenSans-Regular-Italic.woff2) format("woff2");
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: url(/local/templates/mix/style/../fonts/OpenSans-SemiBold.woff) format("woff"), url(/local/templates/mix/style/../fonts/OpenSans-SemiBold.woff2) format("woff2");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: url(/local/templates/mix/style/../fonts/OpenSans-Bold.woff) format("woff"), url(/local/templates/mix/style/../fonts/OpenSans-Bold.woff2) format("woff2");
    font-style: normal;
    font-weight: 700
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #424242
}

.h1, h1 {
    margin-bottom: 30px;
    font-size: 2.25rem;
    line-height: 49px;
    font-weight: 700
}

.h1--thin {
    margin-bottom: 21px;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #424242
}

h1.h1--thin {
    margin-bottom: 30px
}

@media (max-width: 767.9px) {
    h1.h1--thin {
        margin-bottom: 20px
    }
}

.h1__sub {
    font-size: 22px;
    line-height: 30px;
    color: #ACACAC
}

.h3, h3 {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 40px
}

img {
    max-width: 100%
}

a {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

a:hover {
    color: var(--sub-template-color)
}

.orange-color {
    color: var(--main-template-color)
}

.text_upp {
    text-transform: uppercase
}

.mt-40 {
    margin-top: 40px
}

.mt-20 {
    margin-top: 20px
}

.mt-10 {
    margin-top: 10px
}

.pt-10 {
    padding-top: 10px
}

.main-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.table-col-1_3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(10.83333% - 30px)
}

.table-col-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(16.66667% - 30px)
}

.table-col-2_7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(22.5% - 30px)
}

.table-col-4, .col-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px)
}

.col-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px)
}

.col-3_5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(29.16667% - 30px)
}

.col-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px)
}

.col-8_5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(70.83333% - 30px)
}

.col-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(75% - 30px)
}

.container-full {
    padding: 0;
    padding-left: 50px;
    padding-right: 50px
}

.grey-block {
    padding: 24px;
    background-color: #f5f5f5;
    border-radius: 2px
}

.grey-block:not(last-child) {
    margin-bottom: 12px
}

.base-button {
    display: block;
    padding: 16px 64px;
    font-weight: 600;
    font-size: .875rem;
    color: #fff;
    background-color: var(--main-template-color);
    border: 1px solid #fff0;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none
}

.base-button--white {
    color: #1B3542;
    background-color: #fff
}

.base-button[disabled] {
    background-color: #b1b1b1;
    cursor: not-allowed
}

.base-button--contour {
    color: #1B3542;
    background-color: #fff;
    border-color: #b1b1b1
}

@media (hover: hover) {
    .base-button:hover {
        background-color: var(--sub-template-color)
    }

    .base-button--white:hover {
        background-color: #fff
    }

    .base-button[disabled]:hover {
        background-color: #b1b1b1
    }

    .base-button--contour:hover {
        color: var(--sub-template-color);
        border-color: var(--sub-template-color);
        background-color: #fff
    }
}

.card__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e4e4e4
}

.card__tabs[data-simplebar] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.card__tabs .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

/*.pay-delivery .card__tabs .simplebar-content{*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.simplebar-track.simplebar-horizontal {
    opacity: 0
}

.tabs__input {
    display: none
}

.tabs__section {
    padding: 20px 0 22px 0
}

.tabs__button {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 15px;
    white-space: nowrap;
    font-weight: 700;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.25;
    border: none;
    background-color: #fff0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    color: #424242
}

.tabs__button::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--main-template-color);
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.tabs__button[aria-selected="true"] {
    color: var(--main-template-color)
}

.tabs__button[aria-selected="true"]::after {
    opacity: 1
}

.tabs #delivery-check:checked ~ #delivery, .tabs #availability-check:checked ~ #availability, .tabs #all-check:checked ~ #all, .tabs #smartphones-check:checked ~ #smartphones, .tabs #accessories-check:checked ~ #accessories {
    display: block
}

.tabs #delivery-pickup-check:checked ~ #delivery-pickup, .tabs #payment-method-check:checked ~ #payment-method {
    display: block !important
}

.f-normal {
    font-weight: 400 !important
}

.divider {
    border-bottom: 1px solid #d9d9d9
}

.divider--margin-bottom {
    margin-top: 0 !important;
    margin-bottom: 75px
}

.search {
    width: 100%;
    padding: 12px 42px 12px 18px;
    background-color: #f5f5f5;
    border-radius: 2px;
    border: none;
    font-size: .875rem;
    color: #424242
}

.search::-webkit-input-placeholder {
    color: #ACACAC
}

.search::-moz-placeholder {
    color: #ACACAC
}

.search:-ms-input-placeholder {
    color: #ACACAC
}

.search::-ms-input-placeholder {
    color: #ACACAC
}

.search::placeholder {
    color: #ACACAC
}

.custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer
}

.custom-checkbox--hidden {
    width: 0;
    height: 0;
    visibility: hidden;
    margin: 0
}

.custom-checkbox--hidden:checked ~ .custom-checkbox__pseudo {
    background-color: var(--main-template-color)
}

.custom-checkbox--hidden:checked ~ .custom-checkbox__pseudo::before {
    opacity: 1
}

.custom-checkbox__pseudo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 17px;
    padding: 1px;
    background-color: #f5f5f5;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.custom-checkbox__pseudo::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/local/templates/mix/style/../img/icons/check.svg) no-repeat center/contain;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.badge {
    /* padding: 2px 10px 4px; */
    font-size: .8125rem;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
    border-radius: 2px;
    /* cursor: pointer; */
    /* position: relative; */
    margin-bottom: 5px;
}


.badges .badge-name {
    display: inline-block;
    padding: 3px 10px 3px 11px;
}

.badges .badge-name:hover {
    color: #fff;
}

.badges span.badge-info_icon {
    display: inline-block;
    width: 19px;
    text-align: center;
    height: 19px;
    border: 2px #fff solid;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: 3px;
    font-size: 13px;
    line-height: 14px;
    font-weight: bold;
    cursor: pointer;
}

.badge .badge_description {
    display: none;
    position: absolute;
    z-index: 15;
    bottom: 0;
    left: 0;
    color: #000;
    background: #fff;
    padding: 10px;
    white-space: break-spaces;
    text-align: justify;
    border: 1px solid rgba(66, 66, 66, 0.1);
    width: 250px;
    transform: translateY(100%);
}

.badge:hover .badge_description,
.badge .badge_description.active {
    display: block;
}

.badge--orange {
    background-color: var(--main-template-color)
}

.badge--red {
    background-color: #E30613
}

.badge--purpure {
    background-color: #6D6DCF
}

.badge--light-grey {
    color: #E30613;
    background-color: #F0F0F0
}

.show-more {
    position: relative;
    width: 26px;
    height: 26px;
    padding: 7px;
    background-color: #f5f5f5;
    border-radius: 2px;
    cursor: pointer
}

.show-more svg {
    display: block;
    width: 11px;
    height: 11px;
    fill: #ACACAC;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.show-more:hover svg {
    fill: var(--main-template-color)
}

.show-more.active svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: var(--main-template-color)
}

.action-time svg {
    margin-right: 9px;
    margin-top: -9px
}

.action-time .text {
    margin-right: 12px;
    width: 95px;
    font-weight: 600;
    font-size: .6875rem;
    line-height: 14px;
    color: #454545
}

.action-time .clock .days, .action-time .clock .hours, .action-time .clock .minutes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.action-time .clock .days span, .action-time .clock .hours span, .action-time .clock .minutes span {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #454545
}

.action-time .clock .days div, .action-time .clock .hours div, .action-time .clock .minutes div {
    font-weight: 400;
    font-size: .5625rem
}

.action-time .clock .divider {
    margin: -5px 9px 0 9px;
    font-size: 1.5rem;
    color: #ACACAC;
    border-bottom: 0
}

.payment-variants {
    cursor: pointer;
    position: relative
}

.payment-variants__title {
    width: 90%;
    overflow: hidden;
    font-size: .75rem;
    line-height: 18px;
    color: #ACACAC
}

.payment-variants__icon svg {
    width: 8px;
    height: 8px;
    fill: #ACACAC
}

.payment-variants__current {
    font-size: .875rem;
    line-height: 20px;
    color: #424242
}

.payment-variants__select {
    position: absolute;
    top: 56px;
    left: -1px;
    z-index: 15;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    width: calc(100% + 1px);
    height: 315px;
    padding: 19px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 50px rgb(0 0 0 / .1);
    box-shadow: 0 4px 50px rgb(0 0 0 / .1);
    border-radius: 2px;
    scrollbar-color: var(--main-template-color) #fff0;
    scrollbar-width: thin
}

.payment-variants__select .payment-variants__select-content:last-child {
    margin-bottom: 0
}

.payment-variants__select .payment-variants__select-content:last-child .payment-variants__select-item:last-child {
    margin-bottom: 0
}

.payment-variants__select::-webkit-scrollbar {
    width: 3px;
    background-color: #fff0;
    border-radius: 90px
}

.payment-variants__select::-webkit-scrollbar-thumb {
    background-color: var(--main-template-color);
    border-radius: 90px
}

.payment-variants__select-content {
    margin-bottom: 30px
}

.payment-variants__select-item {
    margin-bottom: 23px
}

.payment-variants__select-title {
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: .875rem;
    line-height: 20px;
    color: #424242;
    border-bottom: 1px solid #d9d9d9
}

.payment-variants__select-text {
    margin-bottom: 5px;
    color: #424242
}

.payment-variants__select-text.selected {
    color: var(--main-template-color)
}

.payment-variants__select-description {
    font-weight: 400;
    font-size: .75rem;
    color: #a4a4a4
}

.payment-variants__select-description span {
    font-weight: 700
}

.payment-variants.open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.payment-variants.open .payment-variants__select {
    display: block
}

.payment-info {
    font-size: .875rem
}

.card__price .payment-info__price.items-end {
    margin-left: 3px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.card__price .payment-info__price {
    margin-bottom: 6px
}

.payment-info__price {
    margin-bottom: 7px;
    font-weight: 700
}

.payment-info__rate-price {
    margin-top: 5px;
    font-weight: 350;
    font-size: 15px
}

span.old {
    vertical-align: top
}

.payment-info__price .current {
    margin-right: 12px;
    font-size: 2.125rem;
    white-space: nowrap
}

.payment-info__price .old {
    margin-right: 6px;
    color: gray;
    font-size: 1rem;
    text-decoration: line-through;
    white-space: nowrap
}

.payment-info__price .sale {
    font-size: 1rem;
    color: var(--main-template-color);
    white-space: nowrap
}

.payment-info__available {
    position: relative;
    margin-bottom: 24px;
    padding-left: 14px;
    line-height: 20px
}

.payment-info__available:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #00b407
}

.payment-info__available.null:before {
    background-color: red;
}

.payment-info__available a {
    color: var(--main-template-color)
}

.payment-info__payment-variants {
    margin-bottom: 24px;
    padding: 12px 19px;
    background-color: #fff;
    border-radius: 2px
}

.payment-info__add {
    margin-bottom: 24px;
    column-gap: 10px
}

.payment-info__add .add-to-card {
    display: block;
    width: 100%;
    height: 52px;
    padding: 16px 42px 16px 45px;
    font-weight: 600;
    font-size: .875rem;
    border: none;
    background-color: var(--main-template-color);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #fff;
    border-radius: 2px;
    white-space: nowrap
}

.catalog__main .payment-info__add .btn-default {
    display: block;
    height: 42px;
    padding: 11px 15px;
    font-weight: 600;
    font-size: 12px;
    border: none;
    background-color: var(--main-template-color);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #fff;
    border-radius: 2px;
    white-space: nowrap
}

.payment-info__add .add-to-card svg {
    margin-right: 8px;
    fill: currentColor;
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.payment-info__add .add-to-card:not([disabled]):hover, .payment-info__add .btn-default:hover {
    background-color: var(--sub-template-color)
}

.payment-info__add .buy-one-click {
    width: 52px;
    height: 52px;
    padding: 5px;
    color: var(--main-template-color);
    border-radius: 2px;
    border: 1px solid var(--main-template-color);
    background-color: #fff0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    flex-shrink: 0
}

.payment-info__add .buy-one-click svg {
    fill: currentColor;
    pointer-events: none
}

.payment-info__add .buy-one-click:hover {
    color: #fff;
    background-color: var(--main-template-color)
}

.payment-info__bonuses {
    position: relative
}

.payment-info__bonuses span {
    font-weight: 700
}

.payment-info__bonuses svg {
    margin-left: 10px;
    cursor: pointer
}

.payment-info__bonuses svg:hover circle, .payment-info__bonuses svg:hover line {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    stroke: var(--sub-template-color)
}

.bonuses {
    font-size: .875rem;
    line-height: 19px
}

.bonuses .row:not(last-child) {
    margin-bottom: 7px
}

.bonuses.grey-block {
    padding: 28px 24px 26px
}

.bonuses span {
    font-weight: 700
}

.bonuses strong {
    font-weight: 700;
    font-size: 1.25rem
}

.gift__title {
    position: relative;
    margin-bottom: 12px;
    padding-left: 24px;
    font-weight: 700;
    font-size: .75rem;
    color: var(--main-template-color)
}

.gift__title:before {
    content: url(/local/templates/mix/style/../img/icons/gift.svg);
    position: absolute;
    top: calc(50% - 11px);
    left: 0
}

.gift__body {
    padding: 24px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 2px
}

.gift__body img {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    object-fit: cover
}

.gift__body .text {
    font-size: .75rem;
    color: gray
}

.main-specifications {
    font-size: .875rem
}

.main-specifications__row:not(last-child) {
    margin-bottom: 12px
}

.main-specifications__row:nth-child(n+4) {
    display: none
}

.main-specifications__row.is-visible {
    display: flex
}

.main-specifications__name {
    margin-right: 4px;
    max-width: 45%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: gray
}

.main-specifications__value {
    color: #424242
}

.main-specifications__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: gray
}

.main-specifications__list li:not(last-child) {
    margin-bottom: 12px
}

.main-specifications__list li::before {
    content: '';
    border-bottom: 1px dashed #DCDCDC;
    flex-grow: 1;
    order: 2;
    margin: 0 5px
}

.main-specifications__list li.is-visible {
    display: flex
}

.main-specifications__list .value {
    order: 3;
    color: #424242;
    margin-left: 3px;
    padding-right: 15px
}

.main-specifications__all, .more-haracter-mobile {
    font-size: 14px;
    padding-bottom: 1px;
    color: var(--main-template-color);
    border-bottom: 1px solid #fff0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-transform: none
}

.main-specifications__all:hover, .more-haracter-mobile:hover {
    border-bottom: 1px solid #ebe9e9
}

.input-label {
    margin-bottom: 2px;
    font-size: .75rem;
    line-height: 1.67;
    color: #454545
}

.input-label sup {
    color: var(--main-template-color)
}

.base-input, .base-textarea {
    width: 100%;
    padding: 12px 17px;
    font-size: .875rem;
    border-radius: 2px;
    border: 1px solid #fff0
}

.reviews__form-row .base-textarea {
    width: 100%;
    resize: none
}

.base-input.notRequired, .base-textarea.notRequired {
    border: 1px solid var(--main-template-color)
}

.base-textarea {
    height: 86px
}

.button {
    height: 52px;
    padding: 15px 16px 17px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    background-color: var(--main-template-color);
    border: none;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer
}

.link {
    font-weight: 400;
    color: var(--main-template-color);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.form__submit {
    display: block;
    width: 100%
}

.card-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 8px 8px 12px 8px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    min-height: 548px;
    height: 100%
}

.recently .card-item:hover {
    border: 1px solid #fff
}

.card-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .25s;
    box-shadow: 0 2px 8px rgb(0 0 0 / .09)
}

.card-item:hover {
    border: 1px solid #fff;
    z-index: 20
}

.card-item:hover:before {
    opacity: 1;
    visibility: visible
}

.card-item__header {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.compare__table .card-item__header {
    top: 13px;
    right: 9px
}

.card-item__to-favorites, .card-item__to-compare, .card-item__remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    color: #D9D9D9;
    border: none;
    background-color: #fff0;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.card-item__to-favorites svg {
    stroke: currentColor;
    fill: none
}

.card-item__to-compare svg, .card-item__remove svg {
    fill: currentColor
}

.card-item__to-favorites.active, .card-item__to-compare.active, .card-item__remove.active {
    color: var(--main-template-color)
}

.card-item__to-favorites.active svg {
    fill: currentColor
}

.card-item .card-item__to-favorites {
    margin-bottom: 18px
}

.card-item__badges {
    position: relative
}

.card-item__badges .badges__hidden {
    bottom: 0;
    top: 34px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    background-color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.card-item__badges .badges__hidden .badge {
    margin-bottom: 8px
}

.card-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 22px;
    padding: 7px 0 20px;
    border-bottom: 1px solid #ebebeb
}

.card-item__img {
    height: 256px
}

.card-item__img img {
    max-width: 226px;
    width: 100%;
    height: 230px;
    height: 100%;
    object-fit: contain
}

.card-item__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 6px;
    padding-bottom: 4px
}

.card-item__reviews a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: var(--main-template-color);
    white-space: nowrap
}

.card-item__reviews a svg {
    width: 15px;
    height: 14px;
    margin-right: 6px;
    stroke: currentColor;
    fill: none
}

.card-item__reviews .stars {
    margin-left: 18px;
    display: flex;
    column-gap: 2px
}

.card-item__part-number {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #ACACAC
}

.card-item__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #424242;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.card-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto
}

.card-item__footer .payment__info, .card-item__footer .payment-info {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px
}

.card-item__footer .add-to-card {
    flex-grow: 1;
    height: 42px;
    padding: 11px 15px;
    font-size: 12px;
    white-space: nowrap;
    text-align: center
}

.add-to-card[disabled] {
    color: #878787;
    background-color: #f5f5f5;
    cursor: not-allowed
}

.card-item__footer .payment-info__price {
    margin-bottom: 0;
    width: 100%
}

.card-item__footer .payment-info__price .current {
    font-size: 22px;
    line-height: 28px
}

.card-item__footer .payment-info__add {
    width: 100%;
    margin-bottom: 0
}

.card-item__footer .buy-one-click {
    flex-shrink: 0;
    width: 42px;
    height: 42px
}

.custom-select {
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: #fff0
}

.custom-select__title {
    overflow: hidden;
    font-size: .875rem
}

.custom-select__icon {
    margin-left: 6px;
    margin-top: -3px
}

.custom-select__icon svg {
    width: 8px;
    height: 8px;
    fill: var(--main-template-color)
}

.custom-select__current {
    font-weight: 600;
    font-size: .875rem;
    line-height: 20px;
    color: #424242
}

.custom-select__select {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 15;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    padding: 23px 23px 13px 23px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 40px rgb(162 170 181 / .2);
    box-shadow: 0 4px 40px rgb(162 170 181 / .2);
    border-radius: 3px
}

.custom-select__select-item {
    margin-bottom: 10px
}

.custom-select__select-title {
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: .875rem;
    line-height: 20px;
    color: #424242
}

.custom-select__select-text {
    font-size: .875rem;
    color: #424242
}

.custom-select__select-text.selected {
    color: var(--main-template-color)
}

.custom-select__select-description {
    font-weight: 400;
    font-size: .75rem;
    color: #a4a4a4
}

.custom-select__select-description span {
    font-weight: 700
}

.custom-select__input {
    position: absolute;
    z-index: -1;
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    margin: 0;
    font-size: 0
}

.custom-select.open svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.custom-select.open .custom-select__select {
    display: block
}

.question {
    position: relative;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.question:hover .question__tooltip {
    display: block
}

.question:hover::before {
    display: block
}

.question::before {
    display: none;
    content: '';
    position: absolute;
    top: 18px;
    left: 2px;
    width: 0;
    height: 0;
    border: 0 solid #fff0;
    border-right-width: 17px;
    border-left-width: 17px;
    border-bottom: 12px solid #fff
}

.question__tooltip {
    display: none;
    position: absolute;
    top: 28px;
    left: -160px;
    z-index: 3;
    width: 311px;
    padding: 23px 26px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 20px;
    color: #424242;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 50px rgb(0 0 0 / .05);
    box-shadow: 0 4px 50px rgb(0 0 0 / .05)
}

.question__tooltip a {
    display: block;
    margin-top: 8px;
    color: var(--sub-template-color)
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#map {
    height: 100% !important;
    min-height: 100% !important
}

.star {
    fill: #D9D9D9;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.star-full {
    fill: var(--main-template-color)
}

.form__group {
    position: relative;
    padding-bottom: 20px
}

.form__info.info {
    margin-top: 20px
}

.input__error {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #E30613;
    font-size: .75rem;
    line-height: 1;
    opacity: 0
}

.base-input.error {
    border-color: #E30613
}

.base-input.error ~ .input__error {
    opacity: 1
}

.white-bg {
    background-color: #fff
}

.gray-bg {
    background-color: #f5f5f5
}

.main-content {
    padding-top: 40px
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    font-size: .875rem;
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / .07);
    box-shadow: 0 4px 20px rgb(0 0 0 / .07);
    background-color: #fff
}

.header__top {
    padding: 10px 0;
    font-size: .8125rem;
    color: #fff;
    background-color: #424242
}

.header__top-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgb(255 255 255 / .2)
}

.header__top-location-button {
    padding: 0;
    border: none;
    background-color: #fff0;
    cursor: pointer
}

.header__top-location svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 6px;
    fill: currentColor
}

.header__top-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header__top-menu li:not(:last-child) {
    margin-right: 30px
}

.header__top-nav {
    font-weight: 600
}

.feedback__form_form {
    width: 35%;
    display: flex;
    flex-direction: column
}

.feedback__form_form .feedback_button input {
    cursor: pointer;
    display: block;
    padding: 16px 64px;
    font-weight: 600;
    font-size: .875rem;
    color: #fff;
    background-color: var(--main-template-color);
    border: 1px solid #fff0;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none
}

.feedback__form .inputtext {
    width: 100%;
    padding: 12px 17px;
    font-size: .875rem;
    border-radius: 2px;
    border: 1px solid #fff0;
    background-color: #F5F5F5
}

.feedback__form .inputtextarea {
    width: 100%;
    padding: 22px 27px;
    font-size: .875rem;
    border-radius: 2px;
    border: 1px solid #fff0;
    background-color: #F5F5F5;
    resize: none
}

.feedback__form .footer__col-item-requisites-title {
    margin-top: 50px;
    margin-bottom: 30px
}

.feedback__form .footer__col-item a {
    color: #999
}

.feedback__form .shops__button {
    border: 1px solid var(--main-template-color);
    background-color: #fff !important;
    padding: 5px 22px;
    height: 34px;
    margin: 0 0 8px;
    font-weight: 700;
    border-radius: 2px;
    letter-spacing: .5px;
    color: var(--main-template-color) !important
}

.feedback__form .shops__button:hover {
    background-color: var(--main-template-color) !important;
    color: #fff !important
}

.feedback__form .base-input {
    background-color: #F5F5F5
}

.feedback__form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap
}

.feedback__form .footer__col-item--mail a, .footer__col-item--time span, .footer__col-item--phone a {
    color: #999
}

.feedback__form .footer__col-item {
    font-size: 1rem
}

.feedback__form .footer__col-item {
    color: #999
}

.feedback__form_form .feedback_button input {
    cursor: pointer;
    display: block;
    padding: 16px 64px;
    font-weight: 600;
    font-size: .875rem;
    color: #fff;
    background-color: var(--main-template-color);
    border: 1px solid #fff0;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none
}

.header__top-nav a, .header__top-nav span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px
}

.header__top-nav a svg, .header__top-nav span svg {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 6px;
    fill: currentColor
}

.header__main {
    position: relative;
    padding: 19px 0 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .card__price-icons-item {
    margin-left: 62px;
    position: relative
}

.header .card__price-icons-item .badge {
    position: absolute;
    top: -2px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    padding: 2px 1px 1px;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    background-color: var(--main-template-color);
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.header .card__price-icons-item svg {
    width: 24px;
    height: 24px;
    fill: var(--main-template-color);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.header .card__price-icons-item:hover svg {
    fill: var(--sub-template-color)
}

.header__logo {
    max-width: 138px;
    width: 100%;
    max-height: 42px;
    height: 100%;
    margin-right: 70px
}

.header__catalog {
    margin-right: 18px;
    padding: 10px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 42px
}

.header__catalog span {
    pointer-events: none
}

.burger {
    position: relative;
    display: block;
    width: 15px;
    height: 12px
}

.burger__line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: currentColor;
    border-radius: 90px;
    transition: transform .25s ease
}

.burger__line:first-child {
    top: 0
}

.burger__line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

.burger__line:nth-child(3) {
    bottom: 0
}

[aria-expanded=true] .burger__line:nth-child(2) {
    opacity: 0
}

[aria-expanded=true] .burger__line:first-child {
    transform: rotate(45deg) translate(1px, -1px);
    transform-origin: left top
}

[aria-expanded=true] .burger__line:nth-child(3) {
    transform: rotate(-45deg) translate(1px, 1px);
    transform-origin: left bottom
}

.header__catalog .burger {
    margin-right: 6px;
    color: #fff
}

.header__catalog:hover {
    color: #fff
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 42px
}

.header__search {
    max-width: 542px;
    width: 100%
}

.header__search .modal__form-label {
    position: relative;
    width: 100%
}

.header__search .modal__form-button {
    position: absolute;
    right: 14px;
    top: 3px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #fff0
}

.header__bottom-menu {
    position: relative;
    padding: 8px 0 14px 0
}

.header__bottom-menu--swiper .swiper-wrapper {
    width: calc(100% - 56px);
    margin: 0 auto
}

.header__bottom-menu--swiper .swiper-slide {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.header__bottom-menu--swiper a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #424242;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.header__bottom-menu--swiper a:hover {
    color: var(--main-template-color)
}

.header__contacts-mobile {
    position: absolute;
    right: 0;
    top: 26px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__contacts-mobile a {
    margin-left: 24px
}

.header__contacts-mobile svg {
    width: 20px;
    height: 20px;
    fill: #424242
}

.header .swiper-button-prev-header, .header .swiper-button-next-header {
    position: absolute;
    z-index: 3;
    top: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: #f5f5f5;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.header .swiper-button-prev-header svg, .header .swiper-button-next-header svg {
    width: 11px;
    height: 11px;
    fill: #ACACAC;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.header .swiper-button-prev-header {
    left: -9px
}

.header .swiper-button-prev-header svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header .swiper-button-next-header {
    right: -8px
}

.breadcrumbs {
    margin-bottom: 7px;
    color: gray;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__item {
    position: relative;
    font-size: 13px;
    line-height: 16px;
    padding-left: 0;
    letter-spacing: .03em
}

.breadcrumbs__item:after {
    content: url(/local/templates/mix/style/../img/icons/arrow-right.svg);
    position: absolute;
    top: 1px;
    right: 0;
    width: 16px;
    height: 16px
}

.breadcrumbs__item:last-child, .breadcrumbs__item:only-child {
    color: #C5C5C5
}

.card-detail .breadcrumbs__item {
    white-space: nowrap
}

.card-detail .breadcrumbs__item:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumbs__item:last-child::after, .breadcrumbs__item:only-child::after {
    display: none
}

.breadcrumbs__item a {
    color: gray
}

.breadcrumbs__item a:not(last-child) {
    margin-right: 25px
}

.card-detail .h1--thin.card__title {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 30px;
    letter-spacing: -.01em
}

.card__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid rgb(66 66 66 / .1)
}

.card-detail .h1--thin {
    font-size: 28px;
    margin-bottom: 13px
}

.card__header .badges {
    position: relative
}

.card__header .badges {
    position: relative;
}

/*.card__header .badge {*/
/*    padding: 3px 10px 4px 11px*/
/*}*/
.card__header .badge {
    padding: 0px;
}

.card__header-badges .badges__hidden {
    position: absolute;
    top: 100%;
    bottom: auto;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*background-color: #ffffff;*/
    background-color: transparent;
    height: auto;
    padding-bottom: 0;
    padding-top: 10px;
}

.card__header-badges .badges__hidden.hidden {
    display: none
}

.card__header-badges .badge:not(:last-child) {
    margin-right: 10px
}

.card__header-actions {
    font-size: .8125rem;
    line-height: 18px
}

.card__header--reviews {
    padding-left: 10px
}

.card__header--reviews a {
    margin-top: -1px;
    padding-left: 12px
}

.card__header--number {
    margin-left: 40px
}

.card__header--number span {
    margin-left: 4px;
    font-weight: 600
}

.card__header--favorites, .card__header--compare {
    position: relative;
    margin-left: 40px
}

.card__header--favorites a, .card__header--compare a {
    position: relative;
    padding-left: 26px
}

.card__header--favorites a .active, .card__header--compare a .active, .card__header--favorites a.active .default, .card__header--compare a.active .default {
    display: none
}

.card__header--favorites a.active .active, .card__header--compare a.active .active {
    display: inline
}

.card__header--favorites a svg, .card__header--compare a svg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.card__header--favorites a svg {
    stroke: var(--main-template-color);
    fill: none
}

.card__header--compare a svg {
    fill: var(--main-template-color)
}

.card__header--favorites a.active, .card__header--compare a.active {
    color: var(--main-template-color)
}

.card__header--favorites a.active svg {
    fill: var(--main-template-color)
}

.card__header--favorites a:hover svg {
    stroke: var(--sub-template-color)
}

.card__header--compare a:hover svg, .card__header--favorites a.active:hover svg {
    fill: var(--sub-template-color)
}

.card__main {
    margin: 28px 0 24px
}

.card__slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
    margin-right: 24px;
    padding-top: 0;
    padding-bottom: 28px
}

.card__slider .card__slider--thumbs {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(16% - 20px);
    margin-right: 20px;
    height: 490px
}

.card__slider .card__slider--thumbs .swiper-wrapper {
    margin: 16px 0;
    padding-bottom: 28px
}

.card__slider .card__slider--thumbs .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.card__slider .card__slider--thumbs img {
    width: 53px;
    height: 53px;
    -o-object-fit: contain;
    object-fit: contain
}

.card__slider .card__slider--thumbs .swiper-button-prev-th, .card__slider .card__slider--thumbs .swiper-button-next-th {
    position: absolute;
    cursor: pointer;
    z-index: 2;
    width: 100%;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.card__slider .card__slider--thumbs .swiper-button-prev-th:hover svg line, .card__slider .card__slider--thumbs .swiper-button-next-th:hover svg line {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    stroke: var(--main-template-color)
}

.card__slider .card__slider--thumbs .swiper-button-prev-th {
    top: 0
}

.card__slider .card__slider--thumbs .swiper-button-next-th {
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.card__slider .card__slider--main {
    float: right;
    max-width: 424px;
    height: 490px;
    width: 100%
}

.card__slider .card__slider--main a {
    display: block;
    height: 100%;
    width: 100%;
}

.card__slider .card__slider--main img {
    display: block;
    margin: 0 auto;
}

.card__slider .card__slider--main .swiper-pagination {
    display: none
}

.card__slider .card__slider--main .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 3px;
    border-radius: 0
}

.card__slider .card__slider--main .swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    background: var(--main-template-color)
}

.card__slider .card__slider--main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 100%
}

.card__slider .card__slider--main .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.card__features {
    max-width: 403px;
    width: 100%;
    margin-right: 30px
}

.card__features-item {
    margin-bottom: 40px
}

.card__features-item-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: .875rem
}

.card__features-item-title span {
    font-weight: 400;
    color: gray
}

.card__features-item-body .gift__body {
    padding: 16px
}

.card__features-item-body .badge {
    padding: 5px 9px;
    font-size: .875rem;
    color: gray;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.card__features-item-body .badge:not(last-child) {
    margin-right: 8px
}

.card__features-item-body .badge:hover {
    border-color: var(--main-template-color)
}

.card__features-item-body .badge.active {
    border-color: var(--main-template-color)
}

.card__features-item-body .color-circles {
    margin-bottom: 20px
}

.card__price {
    max-width: 310px;
    width: 100%;
    padding-top: 8px
}

.card__price .grey-block.card__price-action-time {
    padding: 18px 28px;
    justify-content: space-between
}

.card__price .grey-block:not(last-child) {
    margin-bottom: 10px
}

.card__price .payment-info.grey-block {
    padding: 23px 27px 31px 28px
}

.card__price .grey-block.card__price-action-time .items-center {
    column-gap: 2px
}

.card__promotion {
    margin-top: 45px
}

.card__promotion--mobile {
    display: none
}

.card__promotion-body {
    border: 1px solid #e6e6e6;
    border-radius: 2px
}

.card__promotion-nav {
    position: relative;
    padding: 24px;
    border-right: 1px solid #e6e6e6
}

.card__promotion-title {
    height: 100%;
    font-size: 1.75rem;
    line-height: 36px;
    color: #454545
}

.card__promotion-item {
    position: relative;
    max-width: 387px;
    width: 100%;
    height: 100%;
    padding: 24px 28px;
    border-right: 1px solid #e6e6e6;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card__promotion-item img {
    max-width: 124px;
    width: 100%;
    max-height: 124px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.card__promotion-item-total {
    max-width: 311px;
    width: 100%;
    height: 100%;
    padding: 24px 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-self: center;
    -ms-flex-self: center;
    align-self: center
}

.card__promotion-item-total .base-button {
    padding: 16px
}

.card__promotion-item-total .sale {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 20px;
    color: var(--main-template-color)
}

.card__promotion-item-total .new-price {
    font-weight: 700;
    font-size: 2.125rem
}

.card__promotion-item-title {
    margin-top: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.375rem;
    color: #454545
}

.card__promotion-item-title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.card__promotion-item-price {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 25px;
    color: var(--main-template-color)
}

.card__promotion-item--first::after, .card__promotion-item--second::after {
    content: '';
    position: absolute;
    top: calc(50% - 17px);
    right: -17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 1.3125rem;
    color: #ACACAC;
    background-color: #f5f5f5;
    border-radius: 50%
}

.card__promotion-item--first::after {
    content: '+'
}

.card__promotion-item--second::after {
    content: '='
}

.card__promotion-nav-btns .swiper-button-prev, .card__promotion-nav-btns .swiper-button-next, .card__promotion-nav-btns .swiper-pagination {
    position: static;
    margin: 0
}

.card__promotion-nav-btns .swiper-button-prev, .card__promotion-nav-btns .swiper-button-next {
    width: 34px;
    height: 34px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f5f5f5;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.card__promotion-nav-btns .swiper-button-prev svg, .card__promotion-nav-btns .swiper-button-next svg {
    width: 11px;
    height: 11px;
    fill: #ACACAC;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.card__promotion-nav-btns .swiper-button-prev:disabled, .card__promotion-nav-btns .swiper-button-prev[disabled], .card__promotion-nav-btns .swiper-button-next:disabled, .card__promotion-nav-btns .swiper-button-next[disabled] {
    opacity: .4;
    cursor: not-allowed
}

.card__promotion-nav-btns .swiper-button-prev:disabled:hover, .card__promotion-nav-btns .swiper-button-prev[disabled]:hover, .card__promotion-nav-btns .swiper-button-next:disabled:hover, .card__promotion-nav-btns .swiper-button-next[disabled]:hover {
    background-color: #f5f5f5
}

.card__promotion-nav-btns .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.card__promotion-nav-btns .swiper-button-prev:after, .card__promotion-nav-btns .swiper-button-next:after {
    display: none
}

.card__promotion-nav-btns .swiper-pagination {
    font-weight: 600;
    font-size: 1rem;
    color: #454545
}

.card__promotion-nav-btns .swiper-pagination-fraction {
    width: 60px
}

.card__promotion-swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.card__promotion-swiper .swiper-slide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto
}

.card .card__promotion-item-total-text {
    margin-bottom: 34px
}

.card__info {
    margin: 45px 0 35px
}

.card__also-purchased {
    padding-bottom: 45px
}

.card__recently {
    padding-bottom: 45px
}

.card__recently.card__also-purchased {
    padding-bottom: 55px
}

.card__price-mobile {
    position: fixed;
    bottom: 55px;
    z-index: 50;
    width: 100%;
    display: none;
    margin: 0 -20px 0 -20px;
    background-color: #fff
}

.card__price-mobile-header {
    border-bottom: 1px solid rgb(66 66 66 / .1)
}

.card__price-mobile-header .grey-block {
    padding: 5px 19px;
    background-color: #fff;
    margin-bottom: 0
}

.card__price-mobile-header .payment-info__price .flex {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card__price-mobile-header .payment-info__price .current p {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-right: 4px
}

.card__price-mobile-header .payment-info__price .current p span {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-right: 4px
}

.card__price-mobile-header .payment-info__price .old {
    font-size: 12px;
    line-height: 1;
    margin-right: 3px
}

.card__price-mobile-header .payment-info__price .sale {
    font-size: 11px;
    line-height: 1
}

.card__price-mobile-header .payment-info__price {
    margin-bottom: 0
}

.card__price-mobile-header .payment-info__add {
    margin-bottom: 0
}

.card__price-mobile-header .payment-info__add .add-to-card {
    font-size: 12px;
    line-height: 16px;
    padding: 11px 22px 13px;
    height: 38px
}

.card__price-mobile-header .payment-info__add .add-to-card svg {
    width: 18px;
    height: 15px;
    margin-right: 4px
}

.card__price-mobile-header .payment-info__add .buy-one-click {
    width: 38px;
    height: 38px
}

.card__price-mobile-header .payment-info__add .buy-one-click svg {
    width: 21px;
    height: 21px
}

.card__action-time {
    position: relative;
    z-index: 50;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -20px;
    margin-left: -20px;
    padding: 10px 20px
}

.card__action-time .text {
    width: auto !important
}

.action-time__icon {
    width: 18px;
    height: 18px;
    fill: var(--main-template-color)
}

.delivery__tabs {
    position: relative
}

.delivery__tabs .tabs__label {
    position: relative;
    display: inline-block;
    max-width: 253px;
    width: 100%;
    margin: 0 0 0 -.29em;
    padding: 16px 24px;
    white-space: nowrap;
    font-weight: 600;
    font-size: .875rem;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 2px
}

.delivery__tabs .tabs__label:hover {
    color: #fff;
    background-color: var(--main-template-color);
    cursor: pointer
}

.delivery__tabs .tabs__label::after {
    visibility: hidden;
    content: '';
    position: absolute;
    top: calc(100% - 2px);
    left: calc(50% - 7px);
    width: 0;
    height: 0;
    border: 0 solid #fff0;
    border-left-width: 7px;
    border-right-width: 7px;
    border-top: 7px solid var(--main-template-color)
}

.delivery__tabs input:checked + .tabs__label {
    color: #fff;
    background-color: var(--main-template-color)
}

.delivery__tabs input:checked + .tabs__label::after {
    visibility: visible
}

.delivery__tabs section {
    border-top: none
}

.delivery .select-city {
    position: absolute;
    top: 16px;
    right: 0;
    font-size: .875rem
}

.delivery .select-city__selected {
    margin-right: 33px;
    font-weight: 400;
    font-size: .875rem
}

.delivery .select-city__selected span {
    font-weight: 600
}

.delivery .select-city__btn {
    padding: 0;
    color: var(--main-template-color);
    background-color: #fff0;
    border: none;
    border-bottom: 1px solid #fff0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.delivery .select-city__btn:hover {
    border-bottom: 1px solid #ebe9e9
}

.delivery .availability__table-header {
    font-weight: 700;
    font-size: .875rem;
    color: #454545;
    padding: 14px 24px;
    background-color: #f5f5f5
}

.delivery .availability__table-body {
    padding: 20px 24px;
    font-size: .875rem;
    border-bottom: 1px solid #eaeaea
}

.delivery .availability__table-body .table-body__address {
    font-weight: 600
}

.delivery .availability__table-body .table-body__working {
    position: relative;
    cursor: pointer;
    padding-left: 16px
}

.delivery .availability__table-body .table-body__working svg {
    position: absolute;
    top: 6px;
    left: 0;
    vertical-align: middle;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    fill: #ACACAC;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.delivery .availability__table-body .table-body__working .popup {
    left: 0
}

.delivery .availability__table-body .table-body__working.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: var(--main-template-color)
}

.delivery .availability__table-body .table-body__working .popup {
    display: none;
    position: absolute;
    z-index: 5;
    top: 32px;
    padding: 20px;
    font-size: .875rem;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 50px rgb(0 0 0 / .1);
    box-shadow: 0 4px 50px rgb(0 0 0 / .1);
    border-radius: 2px
}

.delivery .availability__table-body .table-body__working .popup__title {
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 700;
    color: #454545
}

.delivery .availability__table-body .table-body__working .popup p {
    line-height: 24px;
    color: gray
}

.delivery .availability__table-body .table-body__working.active .popup {
    display: block
}

.delivery .availability__table-body .table-body__date span {
    font-weight: 700;
    display: none
}

.delivery .availability__table-body .table-body__availability {
    position: relative;
    padding-left: 16px;
    white-space: nowrap
}

.delivery .availability__table-body .table-body__availability::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.delivery .availability__table-body .table-body__availability--true::before {
    background-color: #00b407
}

.delivery .availability__table-body .table-body__availability--false::before {
    background-color: #f44336
}

.delivery .availability__table-body .table-body__date {
    white-space: nowrap
}

.delivery .availability__table-body .table-body__reserve {
    color: var(--main-template-color)
}

.delivery .availability__table-body .table-body__reserve svg {
    width: 19px;
    height: 23px;
    cursor: pointer;
    fill: var(--main-template-color);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.delivery .availability__table-body .table-body__reserve a {
    border-bottom: 1px solid #fff0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.delivery .availability__table-body .table-body__reserve a:hover {
    border-bottom: 1px solid #ebe9e9
}

.delivery .availability__table-body .table-body__reserve--mobile {
    display: none;
    font-size: .875rem;
    color: var(--main-template-color)
}

.delivery .availability__table-body .table-body__reserve--mobile a {
    border-bottom: 1px solid #fff0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.delivery .availability__table-body .table-body__reserve--mobile a:hover {
    border-bottom: 1px solid #ebe9e9
}

.delivery .availability .table-header {
    white-space: nowrap
}

.delivery .delivery-content__info {
    margin-bottom: 35px
}

.delivery .delivery-content__item {
    max-width: 506px;
    width: 100%;
    padding-right: 34px;
    font-size: .875rem
}

.delivery .delivery-content__item:not(last-child) {
    margin-right: 18px
}

.delivery .delivery-content__item .title {
    position: relative;
    font-weight: 700;
    color: #454545
}

.delivery .delivery-content__item .title::before {
    content: '';
    position: absolute;
    top: -2px
}

.delivery .delivery-content__item .title--price {
    margin-left: 32px
}

.delivery .delivery-content__item .title--price::before {
    content: url(/local/templates/mix/style/../img/icons/calc.svg);
    left: -32px
}

.delivery .delivery-content__item .title--delivery {
    margin-left: 40px
}

.delivery .delivery-content__item .title--delivery::before {
    content: url(/local/templates/mix/style/../img/icons/delivery.svg);
    left: -40px
}

.delivery .delivery-content__item .text {
    color: #000
}

.delivery .delivery-content__description .title {
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 20px
}

.delivery .delivery-content__description p {
    font-weight: 400;
    font-size: .875rem;
    line-height: 19px;
    color: #000;
    margin-bottom: 18px
}

.delivery .tabs__section {
    display: none;
    border-top: none
}

.specifications__header {
    padding: 14px 24px;
    font-weight: 700;
    font-size: .875rem;
    color: #454545;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d9d9d9
}

.specifications__row {
    position: relative;
    padding: 14px 24px;
    font-size: .875rem;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.specifications__row:last-child {
    margin-bottom: 20px;
    border-bottom: none
}

.specifications__row:hover {
    background-color: #f5f5f5
}

.specifications__row:hover svg {
    visibility: visible
}

.specifications__key {
    width: 44.57%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 400;
    color: gray
}

.specifications__key svg {
    position: relative;
    top: 1px;
    visibility: hidden;
    margin-left: 6px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    fill: #D9D9D9;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    flex-shrink: 0
}

.specifications__info {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    max-width: 360px;
    padding: 24px 28px;
    display: none;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 4px 50px rgb(0 0 0 / .1));
    filter: drop-shadow(0 4px 50px rgb(0 0 0 / .1));
    border-radius: 2px
}

.specifications__value {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 600;
    color: #454545
}

.description img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover
}

.description__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px
}

.description__row .col {
    width: 50%;
    padding: 40px 46px
}

.description__row .col--darken {
    background-color: #454545
}

.description__row .col--grey {
    background-color: #f5f5f5
}

.description__row .col--withoutPadding {
    padding: 0
}

.description__title {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 40px
}

.description__title--white {
    color: #fff
}

.description__text {
    margin-bottom: 45px;
    line-height: 24px
}

.description__text--white {
    color: #fff
}

.description__text--width {
    width: 100%;
    max-width: 550px
}

.description__row .col--withoutPadding .description__title, .description__row .col--withoutPadding .description__text {
    padding-right: 15px
}

.description__hero {
    margin-bottom: 75px
}

.description__hero img {
    width: 100%;
    max-height: 474px
}

.description__subtitle {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 24px
}

.description__list {
    margin-bottom: 62px;
    line-height: 24px
}

.description__list li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 22px
}

.description__list li:before {
    content: url(/local/templates/mix/style/../img/icons/checked.svg);
    position: absolute;
    top: 0;
    left: 0
}

.description__footnote {
    margin-bottom: 75px;
    padding: 35px 45px;
    font-weight: 600;
    line-height: 24px;
    color: #424242;
    background-color: #f5f5f5;
    border-left: 3px solid var(--main-template-color)
}

.description__advantages {
    margin-bottom: 100px;
    line-height: 24px
}

.description__advantages li {
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #d9d9d9
}

.description__advantages li .count {
    position: absolute;
    top: -18px;
    left: 0;
    padding-right: 12px;
    background-color: #fff
}

.description__advantages li .count .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-weight: 800;
    font-size: .75rem;
    background-color: var(--main-template-color);
    color: #fff;
    border-radius: 50%
}

.description__features {
    margin-bottom: 35px
}

.description__features-item {
    margin-bottom: 40px;
    padding: 0 20px;
    border-left: 2px solid var(--main-template-color)
}

.description__features-title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 28px
}

.description__features-text {
    line-height: 24px
}

.description__features__col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px)
}

.description__specifications {
    margin-bottom: 75px
}

.description__specifications .table {
    width: 100%
}

.description__specifications .table thead {
    border-bottom: 2px solid var(--main-template-color)
}

.description__specifications .table thead tr th {
    padding: 15px 26px;
    font-weight: 700;
    font-size: .875rem;
    line-height: 20px;
    color: #454545;
    background-color: #f5f5f5
}

.description__specifications .table tbody {
    font-size: .875rem;
    line-height: 19px;
    color: #454545
}

.description__specifications .table tbody tr th, .description__specifications .table tbody tr td {
    padding: 15px 26px;
    border-bottom: 1px solid #d9d9d9
}

.description__specifications .table tbody tr th {
    font-weight: 600
}

.description__specifications .table tbody tr td {
    font-weight: 400
}

.description__video {
    max-width: 860px;
    width: 100%
}

.description__video-title {
    margin-top: 15px;
    color: #454545
}

.description .divider {
    margin-top: -45px;
    margin-bottom: 75px
}

.video__main {
    width: 66.15%
}

.video__main .video {
    padding-bottom: 0;
    height: 482px
}

.video__thumbs {
    width: 31.69%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.video__thumbs .swiper-button-wrapper {
    margin-top: auto
}

.video__thumbs .swiper-container {
    height: unset
}

.video__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.video__slider .swiper-button-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    background-color: #fff
}

.video__slider .swiper-button-wrapper .divider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px
}

.video__slider .swiper-button-prev-video, .video__slider .swiper-button-next-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #f5f5f5;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.video__slider .swiper-button-prev-video svg, .video__slider .swiper-button-next-video svg {
    width: 11px;
    height: 11px;
    fill: #ACACAC
}

.video__slider .swiper-pagination--video {
    display: none;
    bottom: 0;
    margin: 0 10px;
    font-weight: 600;
    font-size: 16px;
    color: #454545
}

.video__slider .swiper-button-prev-video {
    margin-right: 13px
}

.video__slider .swiper-button-prev-video svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.video__slider .swiper-button-disabled {
    opacity: .6
}

.video__slider .swiper-button-disabled:hover {
    background-color: #f5f5f5
}

.video__slider .swiper-button-disabled:hover svg line {
    stroke: #ACACAC
}

.video__slider--thumbs-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.video__slider--thumbs-video .swiper-slide {
    cursor: pointer;
    height: auto
}

.video__slider--thumbs-video .swiper-slide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video__slider--thumbs-video .swiper-slide__item img {
    width: 46.6%;
    max-height: 108px;
    height: 100%;
    margin-right: 20px
}

.video__slider--thumbs-video .swiper-slide__item span {
    font-weight: 600;
    font-size: .875rem;
    line-height: 22px;
    color: #454545
}

.video__slider--thumbs-video .swiper-slide-thumb-active .swiper-slide__item span {
    color: var(--main-template-color)
}

.video__slider-description {
    position: relative;
    margin-top: 8px;
    overflow: hidden
}

.video__slider-description .divider {
    position: absolute;
    width: 296px;
    height: 1px;
    bottom: 20px;
    right: 120px
}

.video__slider-title {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 40px;
    color: #454545
}

.video__title {
    margin-top: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    color: #454545
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.video.video--enabled {
    cursor: pointer
}

.video.video--enabled .video__button {
    display: block
}

.video__link, .video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video__media {
    border: none
}

.video__button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    margin: 0;
    width: 78px;
    height: 78px;
    background: #fff0;
    border: none;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none
}

.video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.video__button-icon {
    fill: #fff
}

img.video__media {
    -o-object-fit: cover;
    object-fit: cover
}

.reviews__no-data {
    margin-bottom: 55px
}

.reviews__no-data-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #454545
}

.reviews__no-data-text {
    max-width: 600px;
    width: 100%;
    font-size: .875rem;
    line-height: 22px;
    color: gray
}

.reviews__item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-size: .875rem;
    line-height: 20px;
    color: #454545;
    border-bottom: 1px solid #eaeaea
}

.reviews .reviews__item:last-child {
    margin-bottom: 25px
}

.reviews__author {
    margin-bottom: 6px;
    font-weight: 700
}

.reviews__rating {
    margin-bottom: 25px
}

.reviews__stars {
    height: 14px
}

.reviews__stars .stars svg {
    width: 14px;
    height: 14px
}

.reviews .divider {
    margin: 0 15px;
    color: #d9d9d9;
    border-bottom: 0
}

.reviews__text {
    margin-bottom: 15px
}

.reviews__info p {
    max-width: 530px;
    width: 100%
}

.reviews__advantages {
    max-width: 50%;
    width: 100%
}

.reviews__shortcomings {
    max-width: 50%;
    width: 100%
}

.reviews__pagination {
    margin-bottom: 53px
}

.reviews__form.grey-block {
    padding: 37px 42px
}

.reviews__form-row {
    margin-bottom: 18px
}

.reviews__form-input-wrapper {
    width: 100%
}

.reviews__form-input-wrapper:first-child {
    margin-right: 10px
}

.reviews__form-input-wrapper:last-child {
    margin-left: 10px
}

.reviews__form-title {
    margin-bottom: 25px;
    font-size: 1.75rem;
    color: #454545
}

.reviews__form-assessment {
    margin-bottom: 18px
}

.reviews__form-assessment .stars {
    position: relative;
    top: -1px;
    margin-left: 16px
}

.reviews__form-assessment .star {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    cursor: pointer
}

.reviews__form-footer {
    margin-top: 38px
}

.reviews__form-footer .text {
    max-width: 838px;
    width: 100%;
    font-size: .875rem;
    line-height: 22px;
    color: #ACACAC
}

.reviews__modal .title {
    text-align: center;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 50px;
    color: #454545
}

.reviews__modal .text {
    margin-bottom: 10px;
    line-height: 22px;
    text-align: center;
    color: #424242
}

.instructions__description {
    margin-bottom: 40px;
    line-height: 24px;
    color: #424242
}

.instructions__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.instructions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 48px 49px 45px 46px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    width: calc(33.33% - 14px)
}

.instructions__item img {
    width: 88px;
    height: 113px;
    margin-bottom: 20px
}

.instructions__item-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 30px;
    color: #424242
}

.instructions__item a {
    position: relative;
    padding-left: 34px;
    font-weight: 600;
    line-height: 24px;
    color: var(--main-template-color)
}

.instructions__item a:before {
    content: url(/local/templates/mix/style/../img/icons/download.svg);
    position: absolute;
    top: 0;
    left: 0
}

.recently {
    position: relative
}

.recently .card-item {
    border: 1px solid #ebebeb;
    height: 100%
}

.recently-swiper {
    position: relative;
    overflow: hidden
}

.swiper-button-prev-recently, .swiper-button-next-recently {
    position: absolute;
    z-index: 3;
    top: calc(50% - 21px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #f5f5f5;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.swiper-button-prev-recently.swiper-button-disabled, .swiper-button-next-recently.swiper-button-disabled {
    opacity: 0
}

.swiper-button-prev-recently svg, .swiper-button-next-recently svg {
    width: 11px;
    height: 11px;
    fill: #ACACAC
}

.swiper-button-prev-recently {
    left: -12px
}

.swiper-button-prev-recently svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-next-recently {
    right: -12px
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0
}

.card__info .pagination {
    padding: 0
}

.pagination__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.pagination__prev, .pagination__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.pagination__prev svg, .pagination__next svg {
    width: 11px;
    height: 11px;
    fill: #ACACAC;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    pointer-events: none
}

.pagination__prev:disabled, .pagination__prev[disabled], .pagination__next:disabled, .pagination__next[disabled] {
    opacity: .4;
    cursor: not-allowed
}

.pagination__prev:disabled:hover, .pagination__prev[disabled]:hover, .pagination__next:disabled:hover, .pagination__next[disabled]:hover {
    background-color: #f5f5f5
}

.pagination__prev:disabled:hover svg, .pagination__prev[disabled]:hover svg, .pagination__next:disabled:hover svg, .pagination__next[disabled]:hover svg {
    fill: #ACACAC
}

.pagination__prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-weight: 700;
    font-size: .875rem;
    color: #454545;
    border-radius: 50%;
    border: none;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.pagination__link:hover {
    color: #fff;
    background-color: var(--main-template-color)
}

.pagination__link.active {
    color: #fff;
    background-color: var(--main-template-color)
}

.pagination__link--divider:hover {
    color: #454545;
    background-color: #fff
}

.pagination__more {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--main-template-color)
}

.pagination__more::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    margin-left: 6px;
    background: url(/local/templates/mix/style/../img/icons/arrow-down-orange.svg) no-repeat;
    background-size: contain
}

.pagination__prev {
    margin-right: 19px
}

.pagination__next {
    margin-left: 19px
}

@media (max-width: 768px) {
    .pagination__link, .pagination__prev, .pagination__next {
        width: 34px;
        height: 34px
    }

    .pagination__prev {
        margin-right: 15px
    }

    .pagination__next {
        margin-left: 15px
    }
}

.detail_section_text {
    margin-top: 30px
}

.favorites {
    padding: 0 8px
}

.row-flex.favorites {
    row-gap: 24px
}

.favorites__title-recently {
    margin-top: 86px
}

.favorites-content .tabs__section {
    padding: 0 0 65px
}

.favorites {
    padding-bottom: 10px
}

.favorites-content .container-recently, .compare-content .container-recently {
    background: #fff
}

.favorites-content .card__recently, .compare-content .card__recently {
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: -8px;
    margin-right: -8px
}

.container-recently h2.h1--thin {
    margin-bottom: 14px
}

.favorites-content .container .card__recently, .compare-content .container .card__recently {
    padding-bottom: 73px
}

.favorites-content h2.favorites__title-recently, .compare-content h2.favorites__title-recently {
    margin-top: 0;
    padding-top: 86px;
    font-size: 28px;
    line-height: 32px
}

.favorites .row-flex {
    margin-left: -10px;
    margin-right: -10px
}

.favorites .col-3 {
    margin-left: 2px;
    margin-right: 2px;
    width: calc(25% - 4px)
}

.favorites__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 17px
}

.favorites__content {
    padding: 38px 0 0 0;
    background-color: #f5f5f5
}

.gray-bg .pagination__prev, .gray-bg .pagination__next {
    background-color: #fff
}

.gray-bg .pagination__prev[disabled], .gray-bg .pagination__next[disabled] {
    opacity: 1
}

.gray-bg .pagination__prev[disabled] svg, .gray-bg .pagination__next[disabled] svg {
    fill: #D9D9D9
}

.compare {
    position: relative
}

.compare__content {
    padding: 38px 0 0 0
}

.compare__wrapper {
    width: 100%;
    overflow-x: auto;
    scrollbar-color: #fff0 #fff0
}

.compare__wrapper::-webkit-scrollbar, .compare__wrapper::-webkit-scrollbar-thumb {
    opacity: 0
}

.compare__table {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #454545
}

.compare__table td:first-child {
    padding-left: 0;
    padding-right: 20px;
    position: sticky;
    left: 0;
    z-index: 10;
    cursor: default
}

.compare__table td:first-child::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px
}

.compare__table thead td {
    vertical-align: top;
    padding-bottom: 22px
}

.compare__table thead td:first-child {
    padding-left: 0
}

.compare__table td {
    cursor: e-resize;
    padding-left: 20px;
    min-width: 23.57vw;
    background-color: #F5F5F5
}

.compare__table td::before {
    background-color: #F5F5F5
}

.compare__table .card-item {
    margin-bottom: 0;
    height: 100%
}

.compare__table .card-item__img {
    padding: 0 0 20px 0
}

.payment-info__price .current span {
    font-size: .7em
}

.specification__header td {
    font-weight: 700;
    background-color: #fff
}

.specification__header td::before {
    background-color: #fff
}

.specification td {
    padding-top: 14px;
    padding-bottom: 14px
}

.specification td:first-child {
    padding-left: 26px;
    color: gray
}

.specification .specification__header td:first-child {
    color: #454545
}

.specification tr {
    border-top: 1px solid #DEDEDE
}

.specification tr.specification__header, .specification .specification__header + tr {
    border-top: none
}

.filter__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: .875rem;
    color: #454545
}

.filter__title svg {
    margin-right: 13px
}

.filter__form {
    padding-bottom: 16px;
    border-bottom: 1px dashed #d9d9d9
}

.filter__custom-radio {
    margin-bottom: 16px
}

.filter__clear {
    margin-top: 27px;
    font-weight: 600;
    font-size: .875rem;
    text-align: left;
    color: var(--main-template-color);
    border: none;
    background-color: #fff0
}

.filter__clear svg {
    margin-right: 14px
}

.custom-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9375rem;
    font-weight: 400;
    color: #424242;
    cursor: pointer
}

.custom-radio--hidden {
    width: 0;
    height: 0;
    visibility: hidden;
    margin: 0
}

.custom-radio--hidden:checked ~ .custom-radio__pseudo {
    background-color: var(--main-template-color)
}

.custom-radio__pseudo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 19px;
    height: 19px;
    margin-right: 14px;
    background-color: #fff;
    border-radius: 50%
}

.custom-radio__pseudo:after {
    content: '';
    position: absolute;
    top: calc(50% - 2.5px);
    left: calc(50% - 2.5px);
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.footer {
    font-size: .875rem;
    color: #fff
}

.footer__top {
    background-color: #333;
    padding: 64px 0
}

.footer__bottom {
    padding: 20px 0;
    background-color: #2b2b2b
}

.footer__col-title {
    pointer-events: none;
    margin-bottom: 21px;
    font-weight: 600
}

.footer__col-title svg {
    display: none;
    margin-left: 4px
}

.footer__col-title.open ~ .footer__col-item {
    display: block !important
}

.footer__col-title.open svg {
    position: relative;
    top: 2px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer__col-title.open svg line {
    stroke: #fff
}

.footer__col-item {
    margin-bottom: 14px;
    font-size: .875rem
}

.footer__col-item a {
    color: #999;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.footer__col-item a:hover {
    color: var(--main-template-color)
}

.footer__col-item--social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 33px;
    height: 33px;
    background-color: #464646;
    border-radius: 50%;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.footer__col-item--social:not(:last-child) {
    margin-right: 14px
}

.footer__col-item--social:hover {
    background-color: #E30613
}

.footer__col-item--social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: inherit;
    height: inherit;
    border-radius: inherit
}

.footer__col-item--mail, .footer__col-item--time, .footer__col-item--phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.footer__col-item--mail svg, .footer__col-item--time svg, .footer__col-item--phone svg {
    margin-right: 10px
}

.footer__col-item--mail a, .footer__col-item--time a, .footer__col-item--phone a {
    color: #fff
}

.footer__col-item--phone {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__copyright {
    font-size: .6875rem;
    color: #6b6b6b;
    line-height: 16px
}

.footer__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__payment-item {
    width: 37px;
    height: 24px;
    opacity: .3;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.footer__payment-item img {
    width: 37px;
    height: 24px;
    border-radius: 4px;
}

.footer__payment-item:not(:last-child) {
    margin-right: 16px
}

.footer__payment-item:hover {
    opacity: 1
}

.footer__menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    display: none;
    padding: 10px 14px 11px;
    background-color: #fff
}

.footer__menu .card__price-icons-item {
    position: relative
}

.footer__menu .card__price-icons-item .text {
    font-size: .6875rem;
    line-height: 15px;
    color: #aaa
}

.footer__menu .card__price-icons-item svg {
    fill: var(--main-template-color);
    width: 20px;
    height: 20px
}

.footer__menu .card__price-icons-item .badge {
    position: absolute;
    top: -6px;
    right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
    font-weight: 700;
    font-size: .625rem;
    color: #fff;
    background-color: var(--main-template-color);
    border-radius: 50%
}

.modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / .6);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal.modal--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal__body {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 50px rgb(0 0 0 / .1);
    box-shadow: 0 4px 50px rgb(0 0 0 / .1);
    border-radius: 2px
}

.modal__content {
    padding: 21px 33px
}

.modal__title {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 1.25;
    color: #454545
}

.modal__text {
    font-size: 16px;
    line-height: 24px
}

.modal__text p:not(:last-child) {
    margin-bottom: 15px
}

.modal__close {
    position: absolute;
    right: -38px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 10px;
    color: #fff;
    border: none;
    background-color: var(--main-template-color);
    -webkit-box-shadow: 0 4px 50px rgb(0 0 0 / .1);
    box-shadow: 0 4px 50px rgb(0 0 0 / .1);
    border-radius: 2px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.modal__close:hover {
    background-color: var(--sub-template-color)
}

.modal__close svg {
    pointer-events: none;
    fill: currentColor
}

.modal__body {
    width: calc(100% - 38px)
}

.select-city__modal .modal__body {
    max-width: 359px
}

.select-city__modal .modal__form-button {
    pointer-events: auto
}

.modal__form-label {
    position: relative
}

.modal__form-button {
    position: absolute;
    right: 14px;
    top: 3px;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #fff0
}

.modal__form-wrapper {
    margin-top: 7px;
    height: 330px;
    overflow-y: auto
}

.modal__form-wrapper::-webkit-scrollbar {
    width: 3px;
    background-color: #fff0;
    border-radius: 2px
}

.modal__form-wrapper::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #fff;
    background-color: var(--main-template-color)
}

.modal__form-wrapper .form-wrapper__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px
}

.modal__map .modal__body {
    height: 501px
}

.modal__map .modal__content {
    height: 100%
}

.modal__form .base-input {
    background-color: #F5F5F5
}

.modal__link {
    display: block;
    margin-top: -4px
}

.modal__link .link {
    font-size: 12px;
    line-height: 16px
}

.modal__form .form__submit {
    margin-top: 20px
}

.modal-auth .modal__body {
    max-width: 452px
}

.modal__map .modal__body {
    max-width: 773px
}

.modal-success .modal__body {
    max-width: 625px
}

.modal-recalc .modal__body {
    max-width: 493px
}

@media (max-width: 1024px) {
    .modal__map .modal__body {
        max-width: 80%
    }
}

@media (max-width: 768px) {
    .modal {
        z-index: 1000;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .modal__content {
        padding: 20px
    }

    .modal__body {
        height: 100vh;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .modal__body, .modal-auth .modal__body, .modal-success .modal__body, .select-city__modal .modal__body, .modal__map .modal__body, .modal-recalc .modal__body {
        max-width: calc(100% - 38px)
    }

    .modal__form-wrapper {
        height: 85vh;
        padding-bottom: 24px
    }

    .modal__form {
        height: auto;
        padding-bottom: 24px
    }

    .modal__map .modal__body {
        height: 100vh
    }
}

.modal__footer {
    margin-top: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px
}

.modal__footer .link {
    margin-left: 5px
}

.modal__check {
    margin-top: 5px;
    font-size: 14px;
    line-height: 19px
}

.modal__aftersend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 300px;
    text-align: center;
    font-size: 20px;
    line-height: 1.14
}

.yt_picture {
    display: none
}

.yt_background {
    display: none
}

.modal__good {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.modal__good .good__img {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    -o-object-fit: contain;
    object-fit: contain
}

.modal__good .good__name {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2
}

.modal__good .good__name, .modal__good .good__name:hover {
    color: #424242
}

.modal__good .good__price {
    font-weight: 700;
    font-size: 16px
}

@media (max-width: 359.9px) {
    .modal__good .good__img {
        width: 60px;
        height: 60px;
        margin-right: 8px
    }

    .modal__good .good__name {
        margin-bottom: 6px;
        font-size: 16px
    }

    .modal__good .good__price {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .tabs__section {
        padding: 40px 0 65px 0
    }

    .card__promotion ~ h2.h1--thin {
        font-size: 28px;
        margin-bottom: 13px
    }

    .card__info .tabs__section {
        padding: 42px 0 22px 0
    }

    .tabs__button {
        margin-right: 36px;
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 20px
    }

    /*.pay-delivery  .tabs__button {*/
    /*    margin-right: 0;*/
    /*    width: 25%;*/
    /*    margin-bottom: 10px;*/
    /*}*/
}

@media (min-width: 1400px) {
    .compare__table td {
        min-width: 325px
    }

    .compare__table td.filter-block {
        min-width: 310px
    }
}

@media (max-width: 1399.9px) {
    .video__main .video {
        height: calc(100vw * 0.34)
    }

    .video__thumbs .swiper-container {
        height: calc(100vw * 0.34)
    }
}

@media (max-width: 1240px) {
    .card__promotion-item img {
        max-width: 76px;
        max-height: 76px
    }

    .feedback__form {
        flex-direction: column
    }
}

@media (max-width: 1200px) {
    .feedback__form {
        flex-direction: column
    }

    .feedback__form_form {
        margin-top: 30px;
        width: 50%
    }

    .card__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .card__header-badges {
        margin-bottom: 16px
    }

    .pagination {
        margin-top: 32px
    }
}

@media screen and (max-width: 1200px) {
    .feedback__form {
        flex-direction: column
    }

    .feedback__form_form {
        width: 50%
    }

    .favorites .col-3 {
        width: calc(33.33333% - 4px)
    }
}

@media (max-width: 1080px) {
    .card__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card__slider .card__slider--main {
        height: 340px
    }

    .card__slider .card__slider--main .swiper-slide {
        padding-bottom: 24px
    }

    .card__slider .card__slider--thumbs {
        display: none
    }

    .card__slider .card__slider--main img {
        height: 100%;
        width: auto
    }

    .card__slider .card__slider--main {
        max-width: 100%;
        float: none
    }

    .card__slider {
        max-width: 100%;
        padding-bottom: 4px
    }

    .card__price {
        max-width: 100%
    }

    .card__price-action-time {
        display: none
    }

    .card__promotion {
        display: none
    }

    .card__promotion--mobile {
        display: block;
        margin-bottom: 35px
    }

    .card__promotion-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card__action-time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .card__slider .swiper-wrapper {
        margin-bottom: 11px
    }

    .card__slider .card__slider--main .swiper-pagination {
        display: block;
        bottom: 12px;
        margin: 6px 0
    }

    .card__features-item {
        margin-bottom: 25px
    }

    .color-select__list {
        margin: 20px 4px 19px
    }

    .card__features-item-body .gift__body {
        padding: 21px 30px 21px 16px
    }

    .card__features-item.item-haracteristic {
        display: none
    }

    .favorites .col-3 {
        width: calc(50% - 4px)
    }
}

@media (max-width: 1024px) {
    .feedback__form {
        flex-direction: column
    }

    .feedback__form_form {
        width: 50%
    }

    .card__promotion-item-title {
        font-size: .8125rem;
        line-height: 1.25rem
    }

    .video__main {
        width: 100%
    }

    .video__thumbs .swiper-container-vertical > .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row
    }

    .video__thumbs .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row
    }

    .yt_background {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .5
    }

    .yt_picture {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 48px;
        height: 28px;
        margin-left: -25px;
        margin-top: -15px;
        z-index: 63
    }

    .video__thumbs {
        width: 100%
    }

    .video__slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .video__slider .swiper-button-wrapper {
        margin-top: 20px
    }

    .video__slider .swiper-pagination--video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .video__slider .swiper-button-prev-video {
        margin-right: 0
    }

    .video__thumbs .swiper-wrapper {
        height: unset
    }

    .video__slider--thumbs-video {
        margin-top: 20px
    }

    .video__slider--thumbs-video .swiper-slide {
        width: 48%;
        border: 1px solid gray;
        border-radius: 2px;
        margin-top: 10px
    }

    .video__slider--thumbs-video .swiper-slide__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .video__slider--thumbs-video .swiper-slide__item img {
        width: auto;
        max-height: unset;
        height: 100%;
        margin-right: 0
    }

    .video__slider--thumbs-video .swiper-slide__item span {
        font-size: .75rem;
        line-height: 18px
    }

    .video__slider-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .video__slider-description .divider {
        display: block;
        width: 100%;
        left: -146px
    }

    .video__slider-title {
        font-size: 1.125rem;
        line-height: 24px
    }
}

@media (max-width: 1023.9px) {
    .compare__table {
        font-size: 13px;
        line-height: 17px
    }

    .compare__table td {
        min-width: 165px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px
    }

    .compare__table td:first-child {
        min-width: 23.57vw;
        padding-left: 12px;
        padding-right: 12px
    }

    .compare__table .card-item {
        padding: 12px;
        height: 270px
    }

    .card-item__img {
        height: 226px
    }

    .card-item__title {
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 12px
    }

    .compare__table .card-item__header {
        top: 3px;
        right: 3px
    }

    .compare__table .card-item__img {
        padding: 0 0 15px;
        margin-bottom: 10px
    }

    .compare__table .card-item__img img {
        max-width: 98px;
        object-fit: contain
    }

    .compare__table .card-item__remove {
        padding: 4px
    }

    .compare__table .card-item__remove svg {
        display: block;
        width: 12px;
        height: 12px
    }

    .compare__table .card-item__part-number {
        margin-bottom: 7px;
        margin-top: 3px;
        font-size: 10px;
        line-height: 14px
    }

    .compare__table .card-item__reviews a {
        font-size: 10px;
        line-height: 14px
    }

    .compare__table .card-item__title {
        margin-bottom: 14px;
        font-size: 12px;
        line-height: 18px
    }

    .compare__table .card-item__footer .payment-info__price .current {
        font-size: 14px;
        line-height: 19px
    }

    .compare__table .card-item .stars {
        display: none
    }

    .compare__table .card-item .add-to-card {
        font-size: 0;
        line-height: 0;
        padding: 7px 6px 6px 4px
    }

    .compare__table .card-item .add-to-card--text, .compare__table .card-item .add-to-card[disabled] {
        font-size: 11px;
        line-height: normal
    }

    .compare__table .card-item .add-to-card svg {
        width: 18px;
        height: 16px
    }

    .compare__table .card-item .add-to-card, .compare__table .card-item .buy-one-click {
        width: 29px;
        height: 29px
    }

    .compare__table .card-item .add-to-card svg, .compare__table .card-item .buy-one-click svg {
        margin-right: 0
    }

    .compare__table .card-item .buy-one-click {
        margin-left: 4px;
        padding: 2px
    }

    .compare__table .card-item .buy-one-click svg {
        width: 23px;
        height: 23px
    }

    .compare__button {
        display: none
    }

    .filter__custom-radio {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 1.14
    }

    .filter__title {
        margin-bottom: 16px
    }

    .filter__clear {
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.14
    }

    .specification td {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .specification td:first-child {
        padding-left: 16px
    }
}

@media (max-width: 1200px) {
    .header__top {
        font-size: 12px
    }

    .header__top-menu li:not(:last-child) {
        margin-right: 15px
    }

    .header__top-nav a, .header__top-nav span {
        margin-left: 20px
    }

    .header .card__price-icons-item {
        margin-left: 30px
    }

    .header__logo {
        margin-right: 30px
    }
}

@media (max-width: 991px) {
    .video__slider-description .divider {
        display: none
    }

    .instructions__item {
        width: calc(50% - 10px)
    }

    .delivery .select-city {
        position: static;
        margin-top: 24px
    }

    .main-content {
        padding-top: 19px
    }

    .header__top, .header__bottom-menu {
        display: none
    }

    .header__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header .card__price-icons-item {
        display: none
    }

    .header__logo {
        margin-bottom: 12px
    }

    .header__content {
        width: 100%
    }

    .header__search {
        max-width: 100%
    }

    .header__contacts-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 768px) {
    .h1, h1 {
        font-size: 1.75rem;
        line-height: 38px
    }

    .h1--thin {
        font-size: 28px;
        line-height: 35px
    }

    .card__promotion ~ h2.h1--thin {
        margin-bottom: 10px
    }

    .h1__sub {
        font-size: 20px;
        line-height: 35px
    }

    .h3, h3 {
        font-size: 1.25rem;
        line-height: 28px
    }

    .main-content {
        padding-bottom: 33px
    }

    .feedback__form_form {
        width: 100%
    }

    .main-content.stocks {
        padding-bottom: 0
    }

    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .table-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bonuses {
        display: none
    }

    .card-item__img {
        padding-top: 0
    }

    .breadcrumbs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2px
    }

    .breadcrumbs__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 4px;
        line-height: 18px
    }

    body > div.main-body > main > div:nth-child(1) > ul > li:nth-child(4) .breadcrumbs__item {
        font-size: .8125rem
    }

    .card-detail .breadcrumbs {
        margin-bottom: 6px
    }

    .card-detail .h1--thin {
        margin-bottom: 11px
    }

    .card__title {
        margin-bottom: 12px;
        font-weight: 600;
        line-height: 38px
    }

    .card__header {
        padding-bottom: 0
    }

    .card__header-actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card__header--reviews {
        margin-right: 23px;
        margin-bottom: 16px;
        padding-left: 0
    }

    .card__header--reviews {
        margin-right: 16px
    }

    .card__header--number {
        margin-left: 0;
        margin-right: 23px;
        margin-bottom: 16px
    }

    .card__header--favorites {
        margin-left: 0;
        margin-right: 23px;
        margin-bottom: 16px
    }

    .card__header--compare {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 0;
        margin-right: 23px;
        margin-bottom: 16px;
        padding-top: 2px
    }

    .card__promotion-nav {
        border-right: none;
        border-bottom: 1px solid #e6e6e6
    }

    .card__promotion-nav span {
        margin-bottom: 16px
    }

    .card__promotion-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-right: none;
        border-bottom: 1px solid #e6e6e6;
        max-width: 100%
    }

    .card__promotion-item-total-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 17px
    }

    .card__promotion-item-total-text .new-price {
        margin-right: 13px
    }

    .card__promotion-item--first::after, .card__promotion-item--second::after {
        top: calc(100% - 17px);
        right: 0;
        left: 24px
    }

    .card__promotion-nav-btns .swiper-pagination-fraction, .card__promotion-nav-btns .swiper-pagination-custom, .card__promotion-nav-btns .swiper-container-horizontal > .swiper-pagination-bullets {
        width: 60px
    }

    .card__promotion-swiper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .card .card__promotion-item-total-text {
        margin-bottom: 12px
    }

    .card__price-mobile {
        display: block
    }

    .card__action-time {
        position: fixed;
        width: 100%;
        bottom: 97px;
        padding: 5px 19px;
        border-radius: 0
    }

    .card__price-mobile-header .grey-block {
        height: 55px
    }

    .card__action-time .action-time .clock .days span, .card__action-time .action-time .clock .hours span, .card__action-time .action-time .clock .minutes span {
        font-size: 17px;
        line-height: 23px
    }

    .card__action-time .divider {
        border-bottom: 0
    }

    .action-time svg {
        margin-top: 0
    }

    .delivery .availability__table-header {
        display: none
    }

    .delivery .availability__table-body {
        padding-left: 0;
        padding-right: 0
    }

    .delivery .availability__table-body .table-body__address {
        position: relative;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: auto;
        margin-bottom: 13px;
        margin-right: 50px
    }

    .delivery .availability__table-body .table-body__working {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: auto
    }

    .delivery .availability__table-body .table-body__working .popup {
        position: static;
        margin: 14px -20px -21px -20px;
        padding: 14px 20px 14px 20px;
        background-color: #f5f5f5;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .delivery .availability__table-body .table-body__date {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: auto;
        margin-bottom: 13px
    }

    .delivery .availability__table-body .table-body__date span {
        display: inline
    }

    .delivery .availability__table-body .table-body__availability {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
        margin-bottom: 13px
    }

    .delivery .availability__table-body .table-body__reserve {
        position: absolute;
        right: 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: auto;
        margin-left: 0;
        margin-right: 0
    }

    .delivery .availability__table-body .table-body__reserve span {
        display: none
    }

    .delivery .availability__table-body .table-body__reserve--mobile {
        display: block
    }

    .delivery .availability__table-body .table-body__reserve svg {
        display: block
    }

    .delivery .availability__table-body .table-body__reserve svg {
        margin-bottom: 13px
    }

    .delivery .delivery-content__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }

    .delivery .delivery-content__item {
        max-width: 100%;
        margin-bottom: 20px;
        padding-right: 24px
    }

    .delivery .delivery-content__item:not(last-child) {
        margin-right: 0
    }

    .delivery .tabs__section {
        padding-top: 21px;
        padding-bottom: 0
    }

    .pay-delivery .delivery .tabs__section {
        padding-top: 31px;
        padding-bottom: 42px
    }

    .specifications__key {
        max-width: 50%
    }

    .description__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .description__row .col {
        width: 100%
    }

    .description__text--width {
        width: 100%;
        max-width: 100%
    }

    .description__row .col--withoutPadding .description__title, .description__row .col--withoutPadding .description__text {
        padding-right: 0
    }

    .description__row .col--darken {
        padding: 35px 25px 0 25px
    }

    .description__row .col--grey {
        padding: 35px 25px 0 25px
    }

    .description__title {
        font-size: 1.75rem;
        line-height: 35px
    }

    .description__text--width {
        width: 100%
    }

    .description__footnote {
        padding: 25px
    }

    .description__specifications {
        overflow-x: auto
    }

    .description--margin {
        margin-bottom: 30px
    }

    .footer__top .col-3 {
        margin-bottom: 19px
    }

    .footer__menu {
        display: block
    }

    .footer__bottom {
        padding-bottom: 80px
    }

    .compare__table .card-item {
        height: 265px
    }
}

@media screen and (max-width: 768px) {
    .col-3, .col-4 {
        width: calc(50% - 30px)
    }

    .col-3_5 {
        width: calc(50% - 30px)
    }

    .col-8_5 {
        width: calc(50% - 30px)
    }

    .instructions .col-4 {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .description__row .col-6 {
        width: calc(100% - 30px)
    }
}

@media (max-width: 600px) {
    .pagination__pages {
        gap: 4px
    }
}

@media screen and (max-width: 576px) {
    .col-3, .col-4 {
        width: calc(100% - 30px)
    }

    .col-3_5 {
        width: calc(100% - 30px)
    }

    .feedback__form .footer__col-item {
        display: flex
    }

    .col-8_5 {
        width: calc(100% - 30px)
    }

    .description__features__col {
        width: calc(100% - 30px)
    }

    .description__features .col-6 {
        width: calc(100% - 30px)
    }

    .instructions .col-4 {
        width: calc(100% - 30px)
    }

    .favorites .col-3 {
        width: calc(100% - 4px)
    }

    .card-detail .breadcrumbs__item {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (max-width: 576px) {
    .header__catalog {
        padding: 0;
        height: 34px;
        width: 34px
    }

    .header__catalog .text {
        display: none
    }

    .header__catalog .burger {
        margin-right: 0
    }

    .header__bottom-menu {
        display: none
    }

    .card__header--reviews a {
        padding-left: 6px
    }

    .card-item__img {
        height: 240px
    }

    .card__promotion-item-total {
        padding: 24px
    }

    .specifications__header {
        padding-left: 16px;
        padding-right: 16px
    }

    .specifications__row {
        padding-left: 16px;
        padding-right: 16px
    }

    .specifications__key {
        margin-right: 10px
    }

    .description__row {
        margin-bottom: 34px
    }

    .description__hero {
        margin-bottom: 34px
    }

    .description__footnote {
        margin-bottom: 34px
    }

    .description__advantages {
        margin-bottom: 50px
    }

    .description__advantages li {
        margin-top: 14px;
        padding-left: 1px;
        padding-bottom: 14px
    }

    .description__specifications {
        margin-bottom: 34px
    }

    .description .divider {
        margin-bottom: 34px
    }

    .reviews__item {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .reviews__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reviews__info p {
        max-width: 100%
    }

    .reviews__advantages {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 16px
    }

    .reviews__shortcomings {
        max-width: 100%
    }

    .reviews__form.grey-block {
        padding: 24px
    }

    .reviews__form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reviews__form-input-wrapper:first-child {
        margin-right: 0;
        margin-bottom: 20px
    }

    .reviews__form-input-wrapper:last-child {
        margin-left: 0
    }

    .reviews__form-title {
        margin-bottom: 16px;
        font-size: 1.25rem
    }

    .reviews__form-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px
    }

    .reviews__form-footer .text {
        margin-bottom: 16px;
        font-size: .75rem
    }

    .instructions__item {
        padding: 35px;
        width: 100%
    }

    .instructions__item-title {
        font-size: 20px;
        line-height: 28px
    }

    .sort {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0
    }

    .pagination {
        margin-top: 0;
        margin-bottom: 0
    }

    .footer__col-title {
        cursor: pointer;
        pointer-events: all
    }

    .footer__col-title svg {
        display: inline
    }

    .footer__col-item--mail, .footer__col-item--time, .footer__col-item--phone {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .footer__col-item {
        display: none
    }

    .footer__copyright {
        margin-bottom: 20px
    }

    .action-time .clock .days div, .action-time .clock .hours div, .action-time .clock .minutes div {
        margin-top: -4px
    }

    .main-specifications__list .value {
        padding-right: 0
    }
}

@media screen and (max-width: 576px) and (max-width: 576px) {
    .description__advantages .col-4 {
        width: calc(100% - 30px)
    }
}

@media (max-width: 414px) {
    .card__header--reviews {
        margin-right: 7px
    }

    .card__slider .card__slider--main img {
        width: 100%
    }

    .card__price-mobile-header .payment-info__price .current {
        font-size: 1.5rem
    }

    .card__price-mobile-header .payment-info__price .old, .card__price-mobile-header .payment-info__price .sale {
        font-size: .875rem
    }

    .delivery__tabs .tabs__label {
        max-width: 50%;
        margin: 0 0 0 -.33em;
        padding: 11px 12px 12px;
        font-size: .75rem
    }

    .delivery .availability__table-body .table-body__address {
        max-width: 290px
    }

    .delivery .delivery-content__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .delivery .delivery-content__item .title--price {
        margin-bottom: 10px
    }

    .delivery .delivery-content__item .title--delivery {
        margin-bottom: 10px
    }

    .video__slider-title {
        font-size: 1rem;
        line-height: 21px
    }

    .modal-auth .modal__footer {
        display: flex;
        flex-direction: column;
        row-gap: 12px
    }

    .modal-auth .modal__footer .link {
        margin-left: 0
    }
}

@media (max-width: 359.9px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .card-item {
        padding: 16px
    }

    .card-item__footer .add-to-card {
        font-size: 0;
        line-height: 0;
        padding: 11px 11px 9px 9px;
        width: 42px
    }

    .card-item__footer .add-to-card--text, .card-item__footer .add-to-card[disabled] {
        font-size: 11px;
        line-height: normal
    }

    .card-item__footer .add-to-card svg {
        margin-right: 0
    }

    .card-item__footer .payment-info__price .current {
        font-size: 20px
    }

    .header__logo {
        max-width: 128px
    }

    .header__contacts-mobile a {
        margin-left: 16px
    }

    .filter__custom-radio .custom-radio__pseudo, .filter__title svg {
        margin-right: 8px;
        width: 16px;
        height: 16px
    }

    .filter__custom-radio .custom-radio__pseudo {
        width: 15px;
        height: 15px
    }
}

@media (max-width: 350px) {
    .pagination__prev, .pagination__next {
        width: 32px;
        height: 32px
    }

    .pagination__link {
        width: 32px;
        height: 32px
    }

    .card__price .payment-info .payment-info__add {
        column-gap: 10px
    }

    .card__price .payment-info .payment-info__add .add-to-card {
        padding: 16px 30px
    }
}

@media (hover: hover) {
    .tabs__button:hover {
        color: var(--main-template-color)
    }

    .button:hover {
        background-color: var(--sub-template-color)
    }

    .link a:hover {
        color: var(--sub-template-color)
    }

    .card-item__to-favorites:hover, .card-item__to-compare:hover, .card-item__remove:hover {
        color: var(--sub-template-color)
    }

    .card-item__reviews a:hover {
        color: var(--sub-template-color)
    }

    .header .swiper-button-prev-header:hover, .header .swiper-button-next-header:hover {
        background-color: var(--main-template-color)
    }

    .header .swiper-button-prev-header:hover svg, .header .swiper-button-next-header:hover svg {
        fill: #fff
    }

    .card__promotion-nav-btns .swiper-button-prev:hover, .card__promotion-nav-btns .swiper-button-next:hover {
        background-color: var(--main-template-color)
    }

    .card__promotion-nav-btns .swiper-button-prev:hover svg, .card__promotion-nav-btns .swiper-button-next:hover svg {
        fill: #fff
    }

    .card__promotion-nav-btns .swiper-button-prev:disabled:hover svg, .card__promotion-nav-btns .swiper-button-prev[disabled]:hover svg, .card__promotion-nav-btns .swiper-button-next:disabled:hover svg, .card__promotion-nav-btns .swiper-button-next[disabled]:hover svg {
        fill: #ACACAC
    }

    .delivery .availability__table-body .table-body__working:hover svg {
        fill: var(--sub-template-color)
    }

    .delivery .availability__table-body .table-body__reserve svg:hover {
        fill: var(--sub-template-color)
    }

    .specifications__key svg:hover {
        fill: var(--sub-template-color)
    }

    .specifications__key svg:hover ~ .specifications__info {
        display: block
    }

    .video__slider .swiper-button-prev-video:hover, .video__slider .swiper-button-next-video:hover {
        background-color: var(--main-template-color)
    }

    .video__slider .swiper-button-prev-video:hover svg, .video__slider .swiper-button-next-video:hover svg {
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        fill: #fff
    }

    .video__link:hover ~ .video__button .video__button-shape {
        fill: red;
        fill-opacity: 1
    }

    .swiper-button-prev-recently:hover, .swiper-button-next-recently:hover {
        background-color: var(--main-template-color)
    }

    .swiper-button-prev-recently:hover svg, .swiper-button-next-recently:hover svg {
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        fill: #fff
    }

    .pagination__prev:hover, .pagination__next:hover {
        background-color: var(--main-template-color)
    }

    .pagination__prev:hover svg, .pagination__next:hover svg {
        fill: #fff
    }

    .gray-bg .pagination__prev[disabled]:hover, .gray-bg .pagination__next[disabled]:hover {
        background-color: #fff
    }

    .gray-bg .pagination__prev[disabled]:hover svg, .gray-bg .pagination__next[disabled]:hover svg {
        fill: #D9D9D9
    }
}

.locked {
    overflow: hidden
}

.bx-no-touch .locked {
    padding-right: 17px
}

.menuCatalog {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 20;
    display: none;
    background-color: #fff
}

.menuCatalog.opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menuCatalog__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.menuCatalog__back {
    display: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: var(--main-template-color);
    text-align: left;
    background-color: #fff0;
    border: none
}

.menuCatalog__breadcrumbs {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: gray
}

.menuCatalog__breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px
}

.menuCatalog__breadcrumb::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url(/local/templates/mix/style/../img/icons/arrow-right.svg) no-repeat;
    background-size: contain
}

.menuCatalog__breadcrumb:last-child {
    margin-right: 0;
    color: #C5C5C5
}

.menuCatalog__breadcrumb:last-child::after {
    display: none
}

.active-back .menuCatalog__back {
    display: block
}

.active-back .menuCatalog__title {
    display: none
}

.active-back .menuCatalog__breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menuCatalog__back:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-right: 7px;
    vertical-align: middle;
    background-image: url(/local/templates/mix/style/../img/icons/back-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.menuCatalog__close {
    padding: 0;
    margin: 0;
    background-color: #fff0;
    border: none
}

.menuCatalog__list, .menuCatalog__sublist {
    margin: 0;
    padding: 0;
    list-style: none
}

.menuCatalog__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px
}

.menuCatalog__list li:not(:last-child) {
    margin-bottom: 26px
}

.menuCatalog__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #424242;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease
}

.menuCatalog__list a.active {
    color: var(--main-template-color)
}

.menuCatalog__list a img {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.menuCatalog__sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menuCatalog__sublist a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #424242;
    text-decoration: none;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease
}

.menuCatalog__sublist a img {
    width: 53px;
    height: 53px;
    margin-right: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.menuCatalog__categories, .menuCatalog__subcategory {
    overflow-y: auto
}

@media (max-width: 991.9px) {
    .menuCatalog {
        top: 146px;
        bottom: 0;
        padding-top: 5px;
        padding-bottom: 40px
    }

    .menuCatalog__banner {
        display: none
    }

    .menuCatalog__container {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    .menuCatalog__header {
        padding: 20px
    }

    .menuCatalog__categories {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        padding-bottom: 76px
    }

    .menuCatalog__list a:after {
        content: "";
        display: inline-block;
        width: 50px;
        height: 34px;
        margin-left: auto;
        vertical-align: middle;
        background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='17' fill='%23F5F5F5'/%3E%3Cline x1='16.2424' y1='19.8285' x2='19.0709' y2='17' stroke='%23D0D0D0' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='19.0709' y1='17' x2='16.2425' y2='14.1716' stroke='%23D0D0D0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 34px 34px;
        background-position: right center;
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    .menuCatalog__subcategory {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 0 20px 76px;
        background-color: #fff;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }

    .menuCatalog__subcategory.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .menuCatalog__sublist li {
        width: 100%
    }

    .menuCatalog__sublist li:not(:last-child) {
        margin-bottom: 15px
    }

    .menuCatalog__sublist a {
        padding: 18px
    }
}

@media (max-width: 768px) {
    .menuCatalog {
        top: 114px;
        bottom: 56px;
        padding-bottom: 30px
    }
}

@media (min-width: 992px) {
    .menuCatalog__header {
        display: none
    }

    .menuCatalog {
        top: 148px;
        bottom: 0;
        padding-top: 45px;
        padding-bottom: 40px
    }

    .menuCatalog__categories {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 25%;
        margin-right: 2px
    }

    .menuCatalog__subcategories {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 20px
    }

    .menuCatalog__categories, .menuCatalog__subcategory {
        scrollbar-color: var(--main-template-color) #f0f0f0;
        scrollbar-width: thin
    }

    .menuCatalog__categories::-webkit-scrollbar, .menuCatalog__subcategory::-webkit-scrollbar {
        width: 3px;
        background-color: #f0f0f0;
        border-radius: 90px
    }

    .menuCatalog__categories::-webkit-scrollbar-thumb, .menuCatalog__subcategory::-webkit-scrollbar-thumb {
        background-color: var(--main-template-color);
        border-radius: 90px
    }

    .menuCatalog__subcategory {
        display: none;
        height: 100%
    }

    .menuCatalog__subcategory.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .menuCatalog__sublist a {
        padding: 23px 19px
    }

    .menuCatalog__banner {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 20px;
        width: calc(33.33% - 20px)
    }

    .menuCatalog__sublist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .menuCatalog__sublist li {
        width: calc(33.33% - 20px);
        margin-right: 20px;
        margin-bottom: 20px
    }

    .menuCatalog__banner + .menuCatalog__sublist li {
        width: calc(50% - 20px)
    }
}

@supports (display:grid) {
    @media (min-width: 992px) {
        .menuCatalog__sublist {
            display: -ms-grid;
            display: grid;
            -ms-flex-line-pack: start;
            align-content: start;
            -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
            grid-template-columns:1fr 1fr 1fr;
            grid-gap: 20px
        }

        .menuCatalog__sublist li {
            width: auto;
            margin: 0
        }

        .menuCatalog__banner + .menuCatalog__sublist {
            -ms-grid-columns: 1fr 20px 1fr;
            grid-template-columns:1fr 1fr
        }

        .menuCatalog__banner + .menuCatalog__sublist li {
            width: auto
        }
    }
}

@media (hover: hover) {
    .menuCatalog__list a:hover {
        color: var(--sub-template-color)
    }

    .menuCatalog__sublist a:hover {
        border-color: var(--main-template-color)
    }
}

.radioBlock {
    position: relative;
    cursor: pointer;
    display: block
}

.radioBlock__input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px
}

.radioBlock__input__input:focus-visible + .radioBlock__label {
    -webkit-box-shadow: 0 0 0 2px rgb(0 0 0 / .5);
    box-shadow: 0 0 0 2px rgb(0 0 0 / .5)
}

.radioBlock__input:checked + .radioBlock__label:before {
    background-color: var(--main-template-color)
}

.radioBlock__input:checked + .radioBlock__label:after {
    opacity: 1
}

.radioBlock__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 33px;
    min-height: 19px;
    font-size: 14px;
    line-height: 19px
}

.radioBlock__label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    -webkit-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    transition: background-color 250ms ease
}

.radioBlock__label:after {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    content: "";
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease
}

@media (hover: hover) {
    .radioBlock__input:not(:checked):hover + .radioBlock__label:before {
        background-color: #FAAE7B
    }
}

.f-gray {
    color: #ACACAC
}

.checkBlock {
    position: relative;
    display: block
}

.checkBlock__input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px
}

.checkBlock__input:focus-visible + .checkBlock__label {
    box-shadow: 0 0 0 2px rgb(0 0 0 / .5)
}

.checkBlock__input:checked + .checkBlock__label:before {
    background-color: var(--main-template-color)
}

.checkBlock__input:checked + .checkBlock__label:after {
    opacity: 1
}

.checkBlock__label {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 33px;
    min-height: 19px;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer
}

.checkBlock__label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 2px;
    content: "";
    transition: background-color 250ms ease
}

.checkBlock__label:after {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4.41397' y1='7.07616' x2='7.5937' y2='10.2457' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='13.2528' y1='4.58885' x2='7.59595' y2='10.2457' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
    opacity: 0;
    content: "";
    transition: opacity 250ms ease
}

.checkBlock__input[disabled] ~ .checkBlock__label {
    cursor: not-allowed;
    color: silver
}

.checkBlock__input[disabled] ~ .checkBlock__label::before {
    background-color: #E7E7E7
}

@media (hover: hover) {
    .checkBlock__input:not(:checked):not([disabled]):hover + .checkBlock__label:before {
        background-color: #FAAE7B
    }
}

.rangeBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
    padding: 0;
    border: none
}

.rangeBlock__range {
    position: relative;
    width: 100%;
    margin-top: 15px
}

.rangeBlock__input {
    width: calc(50% - 12px);
    padding: 13px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    border-radius: 5px
}

.rangeBlock__error {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #f30022;
    font-size: 12px;
    line-height: 1;
    opacity: 0
}

.ui-slider {
    position: relative;
    height: 5px;
    background-color: #fff;
    cursor: pointer
}

.ui-slider::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0
}

.ui-slider-range {
    position: absolute;
    height: 100%;
    background-color: var(--main-template-color)
}

.ui-slider-handle {
    position: absolute;
    top: 100%;
    width: 1px;
    height: 10px;
    background-color: var(--main-template-color);
    cursor: pointer
}

.ui-slider-handle:first-of-type {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.ui-slider-handle:last-of-type {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.priceInput {
    position: relative
}

.priceInput__label {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #B7BAC1
}

.priceInput__input {
    width: 100%;
    padding: 10px 13px 13px 37px;
    font-size: 14px;
    line-height: 19px;
    color: #1B3542;
    border: none;
    background-color: #fff;
    border-radius: 2px
}

.rangeBlock .priceInput {
    width: calc(50% - 12px)
}

.checkBlock__label span, .radioBlock__label span {
    margin-left: 3px
}

.accordion__button {
    width: 34px;
    height: 34px;
    padding: 13px;
    margin-left: 12px;
    color: #fff;
    background-color: var(--main-template-color);
    border: none;
    border-radius: 50%;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease
}

.accordion__button svg {
    display: block;
    width: 8px;
    height: 8px;
    fill: currentColor;
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    -o-transition: transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease
}

.j-accordion-button.opened svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (hover: hover) {
    .accordion__button:hover {
        background-color: var(--sub-template-color)
    }
}

.catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 28px;
    border-top: 1px solid #e4e4e4
}

.catalog__filter {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 290px;
    margin-right: 40px
}

.catalog__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.filter__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter__title img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 13px
}

.catalog__filter .filter__title {
    padding: 0;
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #454545;
    background-color: #fff0;
    border: none;
    cursor: default;
    outline: none
}

.catalog__filter .radioBlock, .catalog__filter .checkBlock {
    width: 100%;
    margin-bottom: 16px
}

.catalog__filter .radioBlock:last-child, .catalog__filter .checkBlock:last-child {
    margin-bottom: 0
}

.catalog__filter .j-more-block .radioBlock:last-child, .catalog__filter .j-more-block .checkBlock:last-child {
    margin-bottom: 16px
}

.filter__block {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #D9D9D9
}

.filter__block:not(.accordion) {
    padding-bottom: 25px
}

.filter__title + .filter__block {
    padding-top: 0
}

.filter__block .rangeBlock {
    padding-right: 16px
}

.filter__more {
    padding: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 19px;
    color: var(--main-template-color);
    text-decoration: none;
    border: none;
    background-color: #fff0;
    cursor: pointer;
    transition: color 250ms ease
}

.filter__more .active, .filter__more.opened .default {
    display: none
}

.filter__more.opened .active {
    display: inline
}

.filter__name {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #1B3542
}

.accordion .filter__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0
}

.filter__block .accordion__button {
    display: block;
    cursor: pointer
}

.accordion__button--white {
    color: #D0D0D0;
    background-color: #fff
}

.accordion__button--gray {
    color: #D0D0D0;
    background-color: #f5f5f5
}

@media (hover: hover) {
    .filter__more:hover {
        color: var(--sub-template-color)
    }

    .accordion__button--white:hover {
        background-color: #fff;
        color: var(--main-template-color)
    }

    .accordion__button--gray:hover {
        color: var(--main-template-color);
        background-color: #f5f5f5
    }
}

.j-accordion-button.opened .accordion__button--white, .opened.accordion__button--gray {
    color: var(--main-template-color)
}

.filter__block .accordion__icon {
    margin-left: 10px
}

.filter__block .accordion__body {
    margin-top: 20px;
    margin-bottom: 10px
}

.filter__footer {
    display: flex;
    flex-direction: column;
    margin-top: 32px
}

.filter__footer .base-button {
    display: block;
    margin-bottom: 17px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px
}

.filter__open {
    display: none;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #454545;
    border: none;
    background-color: #fff0
}

.filter__open img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
    transform: translateY(-1px)
}

.catalog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px
}

.catalog__header .sort {
    margin: 0
}

.catalog__header .select__options {
    min-width: 0
}

.catalog__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-right: -20px
}

.catalog__grid .card-item {
    width: calc(33.33% - 20px);
    margin: 0 20px 20px 0;
    min-height: 0;
    height: auto
}

.catalog__grid .payment-info__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog__grid .payment-info__price .current {
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px
}

.catalog__grid .payment-info__price .old {
    margin-right: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    color: gray;
    text-decoration: line-through
}

.catalog__grid .payment-info__price .discount {
    margin-left: 3px;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.36;
    color: var(--main-template-color)
}

.badges.flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog, .catalog__banners {
    margin-bottom: 95px
}

.catalog .pagination {
    padding: 10px 0 0
}

.catalog .pagination__more {
    display: none
}

.special-stocks .pagination, .posts__news .pagination {
    padding: 15px 0 0;
    margin-top: 0
}

.special-stocks .pagination__more, .posts__news .pagination__more {
    display: none
}

.catalog__grid.stocks__grid {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-right: -20px
}

.catalog__grid.stocks__grid .card-item {
    width: calc(25% - 20px);
    margin: 0 20px 24px 0;
    min-height: 0;
    height: auto
}

.special.special-stocks .tabs__button span {
    font-weight: 400
}

.special.special-stocks .tabs__section {
    padding: 30px 0 0 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 1280px) {
    .catalog__filter {
        width: 255px;
        margin-right: 20px
    }

    .catalog__grid {
        width: calc(100% + 16px);
        margin-right: -16px
    }

    .catalog__grid .card-item {
        width: calc(50% - 16px);
        margin-right: 16px;
        margin-bottom: 16px
    }

    .catalog__grid.stocks__grid {
        width: calc(100% + 16px);
        margin-right: -16px
    }

    .catalog__grid.stocks__grid .card-item {
        width: calc(33.33% - 16px);
        margin-right: 16px;
        margin-bottom: 16px
    }
}

@media (max-width: 992px) {
    .catalog, .catalog__banners {
        margin-bottom: 70px
    }

    .catalog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 12px
    }

    .catalog__filter, .catalog__main {
        width: 100%
    }

    .catalog__quantity-show, .catalog__sort .custom-select__title {
        display: none
    }

    .catalog__filter.filter {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        flex-direction: column;
        display: none;
        overflow-y: auto;
        padding: 73px 20px;
        background-color: #F5F5F5
    }

    .catalog__filter.filter.opened, .filter__open, .catalog .pagination__more, .special-stocks .pagination__more, .posts__news .pagination__more {
        display: flex
    }

    .catalog__grid.stocks__grid .card-item {
        width: calc(50% - 16px)
    }

    .catalog__filter .filter__title {
        position: fixed;
        top: 0;
        z-index: 5;
        right: 0;
        left: 0;
        margin: 0 0 21px;
        padding: 20px;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / .15);
        box-shadow: 0 0 10px rgb(0 0 0 / .15)
    }

    .catalog__filter .filter__title::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 15px;
        margin-right: 15px;
        vertical-align: middle;
        background-image: url(/local/templates/mix/style/../img/icons/back-icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    .filter__footer {
        position: fixed;
        bottom: 0;
        z-index: 5;
        right: 0;
        left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 7px 20px;
        margin: auto 0 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px rgb(0 0 0 / .15);
        box-shadow: 0 0 10px rgb(0 0 0 / .15)
    }

    .filter__footer .base-button {
        margin-bottom: 0;
        padding: 10px 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0;
        font-size: 13px;
        line-height: 18px
    }

    .filter__footer .base-button--white {
        padding-left: 0;
        padding-right: 0;
        margin-right: 25px
    }

    .catalog__header {
        margin-bottom: 15px
    }

    .catalog__grid .card-item__reviews .stars {
        display: none
    }
}

@media (max-width: 576px) {
    .catalog, .catalog__banners {
        margin-bottom: 55px
    }

    .card-detail .h1--thin.card__title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px
    }

    .catalog__grid, .catalog__grid.stocks__grid {
        width: calc(100% + 10px);
        margin-right: -10px
    }

    .card__promotion {
        margin-top: 25px
    }

    .catalog__grid .card-item, .catalog__grid.stocks__grid .card-item {
        width: 100%;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 10px
    }

    .catalog__grid .badge {
        padding: 1px 6px 3px;
        font-size: 8px;
        line-height: 11px
    }

    .card__header-badges .badge:not(:last-child) {
        margin-right: 6px
    }

    .catalog__grid .badges .show-more {
        width: 15px;
        height: 15px;
        padding: 4px
    }

    .catalog__grid .badges .show-more svg {
        width: 7px;
        height: 7px
    }

    .catalog__grid .card-item__badges {
        height: 15px
    }

    .catalog__grid .card__header-badges {
        margin-bottom: 3px
    }

    .catalog__grid .card-item__img {
        padding-bottom: 11px;
        margin-bottom: 8px
    }

    .catalog__grid .card-item__header {
        top: 10px;
        right: 10px
    }

    .catalog__grid .card-item .card-item__to-favorites {
        margin-bottom: 9px
    }

    .catalog__grid .card-item__header svg {
        width: 16px;
        height: 16px
    }

    .catalog__grid .card-item__review {
        margin-bottom: 3px
    }

    .catalog__grid .card-item__reviews a {
        font-size: 10px;
        line-height: 14px
    }

    .catalog__grid .card-item__reviews a svg {
        width: 12px;
        height: 12px;
        margin-right: 4px
    }

    .catalog__grid .card-item__part-number {
        font-size: 10px;
        line-height: 14px
    }

    .catalog__grid .card-item__title {
        font-size: 12px;
        line-height: 17px
    }

    .catalog__grid .payment-info__price .current {
        font-size: 14px;
        line-height: 16px
    }

    .catalog__grid .payment-info__price .old {
        font-size: 11px
    }

    .catalog__grid .payment-info__price .discount {
        font-size: 9px;
        margin-left: 2px
    }

    .catalog__grid .card-item__footer .add-to-card, .catalog__grid .card-item__footer .buy-one-click {
        width: 32px;
        height: 32px
    }

    .catalog__grid .card-item__footer .add-to-card {
        padding: 8px 7px;
        font-size: 0;
        line-height: 0
    }

    .catalog__grid .card-item__footer .add-to-card--text, .catalog__grid .card-item__footer .add-to-card[disabled] {
        font-size: 11px;
        line-height: normal
    }

    .catalog__grid .card-item__footer .add-to-card svg {
        width: 18px;
        height: 16px;
        margin-right: 0
    }

    .catalog__grid .payment-info__add .buy-one-click {
        padding: 3px
    }

    .catalog__grid .payment-info__add .buy-one-click svg {
        width: 25px;
        height: 25px
    }
}

@media (max-width: 350px) {
    .catalog__grid {
        width: 100%;
        margin-right: 0
    }

    .catalog__grid .card-item {
        width: 100%;
        margin-right: 0
    }
}

.catalog__recently h2 {
    padding-top: 76px
}

@media (max-width: 768px) {
    .catalog__recently h2 {
        padding-top: 41px
    }

    .priceInput__label {
        top: calc(50% - 11px)
    }
}

.catalog__banners {
    position: relative
}

.catalog__banners .swiper-button {
    position: absolute;
    top: 50%;
    z-index: 2;
    padding: 15.5px;
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.catalog__banners .swiper-button svg {
    display: block;
    width: 11px;
    height: 11px;
    fill: #ACACAC
}

.catalog__banners .swiper-button-disabled svg {
    fill: #D0D0D0
}

.swiper-button-prev-banner {
    left: -19px
}

.swiper-button-prev-banner svg {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.swiper-button-next-banner {
    right: -19px
}

.catalog__banners .swiper {
    overflow-x: hidden
}

@media (min-width: 640px) {
    .catalog__banners .swiper-button {
        display: none
    }
}

.catalog__banner img {
    width: 100%
}

.category__accordion {
    margin-bottom: 25px
}

.category__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.category__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #424242;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none
}

.category__link img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    margin-right: 13px
}

.category__name .accordion__button {
    margin-left: 10px
}

.category__list {
    margin: 9px 0 0 48px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 24px
}

.category__list li {
    margin-bottom: 5px
}

.category__list li:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .categories {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
        margin-bottom: 50px
    }

    .category__accordion {
        margin-bottom: 41px;
        overflow: hidden;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        break-inside: avoid-column;
        -webkit-backface-visibility: hidden
    }

    .category__name .accordion__button {
        display: none
    }

    .category__link img {
        margin-right: 10px
    }

    .category__list {
        margin: 12px 0 0 45px
    }
}

@media (min-width: 1240px) {
    .categories {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        margin-bottom: 100px
    }
}

@media (max-width: 768px) {
    .hidden-mobile {
        display: none
    }
}

@media (max-width: 359.9px) {
    .filter__footer {
        padding-left: 16px;
        padding-right: 16px
    }

    .filter__footer .base-button {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 12.5px
    }

    .filter__footer .base-button--white {
        margin-right: 12px
    }

    .swiper-button-prev-banner {
        left: -16px
    }

    .swiper-button-next-banner {
        right: -16px
    }
}

.info-page {
    font-size: 16px;
    line-height: 1.44
}

.info-page > section {
    margin-bottom: 60px
}

.info-page h2 {
    margin: 0 0 .75em;
    font-weight: 600;
    font-size: 22px
}

.info-page ul {
    list-style: disc;
    margin-left: 1em
}

.info-page ul li:not(:last-child) {
    margin-bottom: .5em
}

.info-page table, .info-page ul, .info-page p {
    margin-bottom: .75em
}

.info-page a {
    color: var(--main-template-color)
}

.info-page .base-button {
    color: #fff
}

.info-page th, .info-page td {
    border: 1px solid #D9D9D9
}

.info-page th {
    padding: 10px
}

.info-page td {
    padding: 6px 10px
}

.info-page .table__container {
    width: 100%;
    overflow-x: auto
}

.info-page .table__container table {
    min-width: 1024px
}

.external-link {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transform: translateY(-2px);
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6667 2.5V4.16667H14.6583L6.46667 12.3583L7.64167 13.5333L15.8333 5.34167V8.33333H17.5V2.5M15.8333 15.8333H4.16667V4.16667H10V2.5H4.16667C3.72464 2.5 3.30072 2.67559 2.98816 2.98816C2.67559 3.30072 2.5 3.72464 2.5 4.16667V15.8333C2.5 16.2754 2.67559 16.6993 2.98816 17.0118C3.30072 17.3244 3.72464 17.5 4.16667 17.5H15.8333C16.2754 17.5 16.6993 17.3244 17.0118 17.0118C17.3244 16.6993 17.5 16.2754 17.5 15.8333V10H15.8333V15.8333Z' fill='%23424242'/%3E%3C/svg%3E%0A") no-repeat center / contain
}

@media (max-width: 768px) {
    .info-page h2 {
        font-size: 20px
    }

    .info-page > section {
        margin-bottom: 40px
    }
}

.about__banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    background-color: #eff0f2
}

.about__logo {
    width: 100%;
    max-width: 380px;
    margin-bottom: 20px
}

.about__img {
    margin-bottom: 20px;
    max-width: 768px;
    width: 100%
}

.about__text {
    width: 100%
}

@media (min-width: 768px) {
    .about__banner {
        padding: 40px 20px 40px 40px
    }

    .about__logo {
        margin-bottom: 34px
    }
}

@supports (display:grid) {
    @media (min-width: 992px) {
        .about__banner {
            display: grid;
            justify-content: space-between;
            grid-template-columns:37% 56%;
            padding-right: 0
        }

        .about__img {
            grid-column: 2 / 3;
            grid-row: 1 / 3;
            margin-bottom: 0
        }

        .about__logo {
            grid-column: 1 / 2;
            grid-row: 1 / 2
        }

        .about__text {
            grid-column: 1 / 2;
            grid-row: 2 / 3;
            margin-bottom: 0
        }
    }@media (min-width: 1280px) {
    .about__banner {
        padding: 70px 0 70px 90px
    }
}
}

.advantages {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.advantages__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4
}

.advantages__img {
    margin-bottom: 26px
}

.advantages__title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 1.2em
}

@media (min-width: 600px) {
    .advantages {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px)
    }

    .advantages__item {
        width: calc(50% - 40px);
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (min-width: 992px) {
    .advantages {
        margin-left: -30px;
        margin-right: -30px;
        width: calc(100% + 60px)
    }

    .advantages__item {
        width: calc(33.33% - 60px);
        margin-left: 30px;
        margin-right: 30px;
        font-size: 16px
    }
}

.locations {
    margin-top: 16px;
    display: flex;
    flex-direction: column
}

.location {
    position: relative;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #424242;
    cursor: pointer
}

.location__radio {
    opacity: 0
}

.location__label {
    padding-left: 21px
}

.location__label::before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.41421' y1='7.07586' x2='4.59395' y2='10.2454' stroke='%23FF6700' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='10.2529' y1='4.58902' x2='4.59608' y2='10.2459' stroke='%23FF6700' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") no-repeat center;
    background-size: contain;
    opacity: 0
}

.location__radio:checked ~ .location__label::before {
    opacity: 1
}

.location__radio, .location__label::before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px
}

.agreement {
    position: relative;
    margin-bottom: 14px
}

.summary__row.agreement {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.agreement__radio {
    opacity: 0
}

.checkout__body, .checkout {
    position: relative
}

.checkout .checkout__summary.summary {
    position: sticky;
    right: 0;
    left: 0;
    top: 160px
}

.checkout__summary .agreement__label {
    padding-left: 8px
}

.agreement__label a {
    color: var(--main-template-color)
}

.checkout__summary .agreement__radio, .checkout__summary .agreement__label::before {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px
}

.checkout__summary .agreement__label::before {
    content: '';
    background-size: contain;
    opacity: 1;
    width: 18px;
    height: 18px;
    position: absolute;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #F5F5F5
}

.checkout__summary .agreement__radio:checked ~ .agreement__label::before {
    opacity: 1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDMuMzg0NjZMNC4wOCA2LjQwMDA1TDkuOCAwLjgwMDA0OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    background-color: var(--main-template-color);
    border-radius: 2px
}

.popup-window.bx-blue .btn.btn-default {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff0;
    border: none;
    cursor: pointer
}

.popup-window-close-icon {
    cursor: pointer;
    background-color: var(--main-template-color);
    position: absolute;
    right: -38px;
    width: 38px;
    height: 38px;
    top: 0;
    opacity: 1
}

.popup-window-close-icon::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJ3aGl0ZSI+DQogICAgICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC45Mjg0MzggMTMuNjU2NkMwLjUzNzkxMyAxNC4wNDcxIDAuNTM3OTEzIDE0LjY4MDIgMC45Mjg0MzggMTUuMDcwOEMxLjMxODk2IDE1LjQ2MTMgMS45NTIxMyAxNS40NjEzIDIuMzQyNjUgMTUuMDcwOEw3Ljk5OTI4IDkuNDE0MTRMMTMuNjU2MSAxNS4wNzA5QzE0LjA0NjYgMTUuNDYxNCAxNC42Nzk4IDE1LjQ2MTQgMTUuMDcwMyAxNS4wNzA5QzE1LjQ2MDggMTQuNjgwNCAxNS40NjA4IDE0LjA0NzIgMTUuMDcwMyAxMy42NTY3TDkuNDEzNSA3Ljk5OTkyTDE1LjA3MDYgMi4zNDI4NUMxNS40NjExIDEuOTUyMzMgMTUuNDYxMSAxLjMxOTE2IDE1LjA3MDYgMC45Mjg2MzZDMTQuNjggMC41MzgxMTEgMTQuMDQ2OSAwLjUzODExMiAxMy42NTY0IDAuOTI4NjM2TDcuOTk5MjggNi41ODU3MUwyLjM0MjM2IDAuOTI4Nzg4QzEuOTUxODQgMC41MzgyNjQgMS4zMTg2NyAwLjUzODI2NCAwLjkyODE0NiAwLjkyODc4OEMwLjUzNzYyMiAxLjMxOTMxIDAuNTM3NjIyIDEuOTUyNDggMC45MjgxNDYgMi4zNDNMNi41ODUwNyA3Ljk5OTkyTDAuOTI4NDM4IDEzLjY1NjZaIi8+DQo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: cover;
    content: ""
}

.form__info.info {
    overflow: hidden;
    text-overflow: ellipsis;
    transition: height 0.3s ease
}

.form__info.info.visible {
    height: auto;
    overflow: auto;
    transition: height 0.3s ease
}

.info__show-more {
    width: 100%;
    font-size: 14px;
    padding: 7px 0;
    display: none;
    text-align: center;
    color: var(--main-template-color);
    text-decoration: none
}

.offer {
    padding-bottom: 23px
}

.offer__container, .novelties__container {
    display: flex;
    row-gap: 20px
}

.offer__slider-main, .novelties__slider-main {
    width: calc(100% - 290px);
    padding: 0 20px;
    margin-left: -20px;
    position: relative
}

.offer__slider {
    width: 100%;
    min-width: 0;
    height: 468px;
    overflow: hidden;
    position: relative
}

.offer__slider .swiper-slide, .novelties__slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 2px;
    overflow: hidden
}

.offer__slider .swiper-slide picture {
    width: 100%;
    height: 100%
}

.offer__slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.offer__slider .slide__content {
    width: 100%;
    max-width: 325px;
    padding: 0 8px;
    margin: 0 auto;
    position: absolute;
    top: 50px;
    left: 45px;
    z-index: 10;
    opacity: 1;
    color: #fff
}

.offer__slider .slide__content p {
    font-size: 14px;
    line-height: 1.56
}

.offer__slider h1, .offer__slider h2 {
    font-weight: 400;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 11px
}

.offer__slider .supText {
    font-weight: 700;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #FFF;
    opacity: .6;
    margin-bottom: 0
}

.offer__slider .slide__price-box {
    margin-top: 17px
}

.offer__slider .slide__price-box span {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    opacity: .6;
    margin-bottom: 1px
}

.offer__slider .slide__price {
    display: flex;
    align-items: baseline;
    column-gap: 12px;
    font-weight: 700;
    color: #FFF;
    margin-top: -4px
}

.offer__slider .slide__price .current {
    font-size: 32px;
    line-height: 44px
}

.offer__slider .slide__price .current span {
    font-size: 20px;
    line-height: 27px;
    opacity: 1
}

.offer__slider .slide__price .old {
    font-size: 17.5284px;
    line-height: 24px;
    text-decoration: line-through
}

.offer__slider .slide__price .old span {
    font-size: 14.607px;
    line-height: 20px;
    opacity: 1
}

.offer__slider .base-button {
    display: inline-block;
    margin-top: 17px;
    padding: 14px 37px 16px
}

.offer__banner, .novelties__banner {
    width: 310px;
    min-width: 0;
    overflow: hidden;
    position: relative;
    border-radius: 2px
}

.offer__banner {
    height: 468px
}

.novelties__banner {
    height: 250px
}

.offer__banner a, .banner-content, .novelties__banner a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.banner-content a:hover {
    color: inherit
}

.offer__banner .banner__text {
    position: absolute;
    top: 34px;
    left: 32px;
    max-width: 65%;
    z-index: 10;
    opacity: 1;
    height: 63.5%;
    display: flex;
    flex-direction: column
}

.offer__banner .banner__text h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 9px;
    margin-top: auto;
    mix-blend-mode: multiply
}

.offer__banner .banner__icon {
    width: 34px;
    height: 34px
}

.offer__banner .banner__icon img {
    position: relative
}

.offer__banner .banner__price {
    display: flex;
    align-items: baseline;
    column-gap: 7px;
    font-weight: 700;
    mix-blend-mode: multiply
}

.offer__banner .banner__price .current {
    font-size: 24px;
    line-height: 33px;
    color: var(--main-template-color)
}

.offer__banner .banner__price .current span {
    font-size: 16px;
    line-height: 1.5;
    color: var(--main-template-color)
}

.offer__banner .banner__price .old {
    font-size: 14px;
    line-height: 1.5;
    text-decoration: line-through;
    mix-blend-mode: multiply
}

.offer__banner .banner__price .old span {
    font-size: 12px;
    line-height: 16px
}

.offer__banner img, .novelties__banner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

@media (max-width: 420px) {
    .offer__banner img, .novelties__banner img {
        object-fit: fill
    }
}

.novelties__banner .banner__text {
    position: absolute;
    top: 27px;
    left: 25px;
    bottom: 34px;
    max-width: 73%;
    z-index: 10;
    opacity: 1;
    color: #fff;
    height: 75.5%;
    display: flex;
    flex-direction: column
}

.novelties__banner .banner__badge {
    width: min-content;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.54;
    color: #FFF;
    padding: 2px 10px 4px;
    background: var(--main-template-color);
    border-radius: 2px
}

.novelties__banner .banner__text h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    margin-top: auto;
    margin-bottom: 12px
}

.novelties__banner .banner__text p {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: var(--main-template-color)
}

.novelties__slider .novelties__content {
    width: auto;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 11%;
    left: 11.5%;
    right: 10%;
    z-index: 10;
    opacity: 1;
    color: #454545;
    display: flex
}

.novelties__slider .novelties__img {
    width: 49%;
    max-width: 183px;
    flex-shrink: 0;
    margin-right: 32px
}

.novelties__description {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    max-width: 143px
}

.novelties__description h3 {
    max-width: 143px
}

.novelties__slider .swiper-slide img {
    display: block;
    object-fit: cover
}

.novelties__slide a.btn-reset {
    position: absolute;
    bottom: 20px;
    right: 22px;
    padding: 5px 8px
}

.novelties__slide a.btn-reset svg {
    width: 19px;
    height: 16px
}

.novelties__slider .swiper-slide {
    background: linear-gradient(90deg, #E6E8EA 0%, #F0F3F5 100%)
}

.novelties__slider {
    width: 100%;
    min-width: 0;
    height: 250px;
    overflow: hidden;
    position: relative
}

.novelties__text h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 9px
}

.novelties__slide .novelties__text p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--main-template-color);
    margin-bottom: 10px
}

.novel-desc {
    display: flex;
    margin-top: 21px
}

.novel-desc div {
    font-size: 11px;
    line-height: 15px;
    color: gray;
    padding: 5px 10px;
    border: 1px solid var(--main-template-color);
    border-radius: 90px;
    white-space: nowrap
}

.novel-desc div:not(:last-child) {
    margin-right: 6px
}

.novel-price {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-top: 2px
}

.novel-price span {
    font-size: 16px
}

.container__nav {
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -20px;
    right: -20px;
    bottom: auto;
    padding: 7px 0;
    margin: 0 auto
}

.posts .container__nav {
    top: calc(50% + 21px)
}

.offer .swiper-button-prev, .offer .swiper-button-next, .novelties .swiper-button-prev, .novelties .swiper-button-next, .posts .swiper-button-prev, .posts .swiper-button-next {
    width: 42px;
    height: 42px;
    background-color: #f5f5f5;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.offer .swiper-button-prev:hover, .offer .swiper-button-next:hover, .novelties .swiper-button-prev:hover, .novelties .swiper-button-next:hover, .posts .swiper-button-prev:hover, .posts .swiper-button-next:hover {
    background-color: var(--main-template-color)
}

.offer .swiper-button-next, .novelties .swiper-button-next, .posts .swiper-button-next {
    right: 0
}

.offer .swiper-button-prev, .novelties .swiper-button-prev, .posts .swiper-button-prev {
    left: 0
}

.offer .swiper-button-prev svg, .novelties .swiper-button-prev svg, .posts .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offer .swiper-button-prev svg, .offer .swiper-button-next svg, .novelties .swiper-button-prev svg, .novelties .swiper-button-next svg, .posts .swiper-button-prev svg, .posts .swiper-button-next svg {
    width: 11px;
    height: 11px;
    fill: #ACACAC
}

.offer .swiper-button-prev:hover svg, .offer .swiper-button-next:hover svg, .novelties .swiper-button-prev:hover svg, .novelties .swiper-button-next:hover svg, .posts .swiper-button-prev:hover svg, .posts .swiper-button-next:hover svg {
    fill: #fff
}

.container__nav .swiper-button-prev.swiper-button-disabled, .container__nav .swiper-button-next.swiper-button-disabled {
    opacity: .8
}

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after, .swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: ''
}

.special {
    padding: 20px 0 7px
}

.novelties, .best-sale {
    padding: 20px 0 23px
}

.special .card__recently.card__also-purchased {
    padding-bottom: 0
}

.special h2.h1--thin {
    font-size: 28px;
    margin-bottom: 17px
}

.special .tabs__button {
    padding-left: 0;
    padding-right: 0
}

.novelties h2.h1--thin, .best-sale h2.h1--thin, .posts h2.h1--thin {
    font-size: 28px;
    margin-bottom: 20px
}

.stock-other h2.h1--thin {
    font-size: 28px;
    margin-bottom: 20px
}

.best-sale .card__recently.card__also-purchased {
    padding-bottom: 0
}

.posts {
    position: relative;
    padding-bottom: 12px
}

.posts.news {
    padding-bottom: 20px
}

.posts.posts-stocks {
    padding-bottom: 60px
}

.posts.stock-other {
    position: relative;
    padding-bottom: 75px
}

.posts .container-slider {
    position: relative;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px
}

.posts__container {
    position: relative
}

.posts__slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 0;
    position: relative
}

.posts__list {
    align-content: stretch
}

.posts__slider .posts__item {
    display: flex;
    border-radius: 2px;
    background: #F0F2F5;
    overflow: hidden;
    height: auto
}

.posts__news .posts__item {
    display: flex;
    border-radius: 2px;
    background: #F0F2F5;
    overflow: hidden;
    height: auto
}

.posts__news .posts__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px
}

.posts__news .posts__item {
    width: calc(33.33% - 14px)
}

.posts__image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative
}

.posts__badge {
    position: absolute;
    left: 0;
    bottom: .5px;
    max-width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 7px 16px 9px;
    background: var(--main-template-color);
    border-radius: 2px
}

.posts__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.posts__text {
    padding: 25px 29px 32px 32px;
    text-overflow: ellipsis
}

.posts__news .posts__text {
    padding: 27px 29px 26px 33px
}

.posts__text-block {
    text-align: left
}

.posts__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #858585;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.posts__date svg {
    stroke: var(--main-template-color);
    fill: #fff0;
    margin-right: 5px
}

.posts__text-block h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #424242;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.posts__text-block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #424242;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

@media (min-width: 992px) {
    .posts__slider .posts__item {
        max-width: 420px
    }
}

@media (min-width: 768px) {
    .special.special-stocks {
        padding-top: 60px;
        padding-bottom: 70px
    }

    .special h2.h1--thin {
        font-size: 32px;
        margin-bottom: 15px
    }

    .novelties h2.h1--thin, .posts h2.h1--thin {
        font-size: 32px;
        margin-bottom: 20px
    }

    .stock-other h2.h1--thin {
        font-size: 32px;
        margin-bottom: 30px
    }

    .best-sale h2.h1--thin {
        font-size: 32px;
        margin-bottom: 9px
    }

    .special .tabs__section {
        padding: 24px 0 0 0;
        width: calc(100% + 16px);
        margin-left: -8px;
        margin-right: -8px
    }

    .best-sale .card__recently.card__also-purchased {
        width: calc(100% + 16px);
        margin-left: -8px;
        margin-right: -8px
    }

    .special .tabs__button {
        margin-right: 50px
    }

    .posts {
        padding-bottom: 60px
    }

    .posts.posts-stocks {
        padding-bottom: 75px
    }

    .posts.stock-other {
        padding-bottom: 90px
    }
}

.pay-delivery .delivery__tabs .tabs__label {
    margin-left: 0;
    margin-right: -2px;
    max-width: 310px;
    font-size: 14px;
    text-align: left;
    padding: 18px 30px 23px
}

.pay-delivery {
    min-height: 30vh
}

.pay-delivery .tabs__input ~ .tabs__label img {
    width: 24px;
    height: 24px;
    margin-bottom: -6px;
    margin-right: 11px;
    -webkit-transition: fill 250ms ease;
    -o-transition: fill 250ms ease;
    transition: fill 250ms ease;
    filter: invert(49%) sepia(68%) saturate(4204%) hue-rotate(1deg) brightness(103%) contrast(105%)
}

.pay-delivery .tabs__input:checked + .tabs__label img, .pay-delivery .tabs__input:hover + .tabs__label img, .pay-delivery .tabs__input:not(:checked):hover + .tabs__label img {
    filter: brightness(0) invert(1) !important
}

.pay-delivery .tabs__input:not(:checked) + .tabs__label img {
    filter: invert(49%) sepia(68%) saturate(4204%) hue-rotate(68deg) brightness(103%) contrast(105%) !important;
}

.pay-delivery .panel__info {
    padding-top: 45px
}

.notification__block:not(:last-child) {
    margin-bottom: 50px
}

.notification__block-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.notification__block-flex .notification {
    flex: 1 0;
    padding-right: 3%
}

.notification__block-flex .delivery-conditions {
    width: 33%;
    max-width: 420px
}

.notification__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 26px
}

.notification__title img {
    width: 26px;
    width: 26px;
    flex-shrink: 0;
    margin-right: 10px
}

.notification__text {
    font-size: 16px;
    line-height: 24px
}

.notification__text p:not(:last-child) {
    margin-bottom: 10px
}

.notification__subtext {
    display: block;
    font-size: 18px
}

.notification span {
    font-weight: 700
}

.notification__text ol.check-list {
    font-size: 16px;
    line-height: 24px
}

.notification__list {
    margin-top: 15px;
    margin-bottom: 30px
}

.card-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: stretch;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-bottom: 35px
}

.card-method__item {
    padding: 30px 26px;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    width: calc(25% - 15px)
}

.card-method__item img {
    display: block;
    max-width: 166px;
    margin-bottom: 18px
}

.card-method__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px
}

.card-method__variant {
    display: flex;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card-method__variant span {
    white-space: nowrap
}

.card-method__variant span.orange-color {
    font-weight: 400;
    margin-left: 9px
}

.card-method__item p {
    font-size: 14px;
    line-height: 22px;
    color: gray
}

.delivery-conditions {
    padding: 24px 34px 32px
}

.delivery-conditions p {
    margin-bottom: 11px
}

.delivery-conditions p.conditions__sum {
    font-size: 20px
}

.conditions__total {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: right;
    margin-left: auto;
    padding-top: 24px
}

@media (max-width: 1200px) {
    .card-method__item {
        width: calc(33% - 11px)
    }
}

@media (max-width: 992px) {
    .offer__banner, .offer__slider {
        height: 420px
    }

    .offer__container {
        flex-direction: column
    }

    .offer__slider .slide__content {
        max-width: 260px;
        top: 40px;
        left: 26px
    }

    .offer__banner {
        width: 100%
    }

    .offer__slider-main {
        width: calc(100% + 40px)
    }

    .offer__banner, .offer__slider {
        height: 400px
    }

    .novelties__slider .novelties__img {
        width: 150px;
        margin-right: 20px
    }

    .notification__block-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .notification__block-flex .notification {
        width: 100%;
        min-width: 100%;
        padding-right: 0
    }

    .notification__block-flex .delivery-conditions {
        width: calc(50% - 10px);
        max-width: inherit
    }

    .posts__news .posts__item {
        width: calc(50% - 10px)
    }

    .posts__news .posts__list {
        margin-bottom: 16px
    }
}

@media (max-width: 860px) {
    .novelties__container {
        flex-direction: column
    }

    .offer__slider-main, .novelties__slider-main {
        width: calc(100% + 40px)
    }

    .offer__banner, .novelties__banner {
        width: 100%
    }

    .novelties__description {
        max-width: inherit
    }

    .novelties__description h3 {
        max-width: inherit
    }

    .card-method__item {
        width: calc(50% - 10px)
    }
}

@media (max-width: 768px) {
    .offer__banner, .offer__slider {
        height: 370px
    }

    .novelties__slider .novelties__img {
        width: 130px;
        margin-right: 12px
    }

    .offer__slider .slide__content {
        max-width: 220px;
        top: 35px;
        left: 30px
    }

    .offer__slider h1, .offer__slider h2 {
        font-size: 38px;
        line-height: 1.06
    }

    .offer__slider .slide__price-box {
        margin-top: 13px
    }

    .offer__slider .slide__price .current {
        font-size: 19px;
        line-height: 26px
    }

    .offer__slider .slide__price .current span {
        font-size: 11px;
        line-height: 15px
    }

    .offer__slider .slide__price .old {
        font-size: 10.5px;
        line-height: 14px
    }

    .offer__slider .slide__price .old span {
        font-size: 9px;
        line-height: 12px
    }

    .offer__slider .base-button {
        margin-top: 14px;
        font-weight: 600;
        font-size: 9px;
        line-height: 13px;
        padding: 8px 22px 10px
    }

    .special, .novelties, .best-sale {
        padding: 16px 0
    }

    .special.special-stocks {
        padding-top: 43px;
        padding-bottom: 55px
    }

    .novelties__text h3 {
        font-size: 20px;
        line-height: 26px
    }

    .posts__text {
        padding: 20px 20px 28px 20px
    }

    .posts.news {
        padding-bottom: 42px
    }

    .posts__news .posts__text {
        padding: 23px 20px 24px
    }

    .posts__text-block h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .novel-desc {
        margin-top: 7px
    }

    .posts__badge {
        font-size: 12px;
        line-height: 1.4;
        padding: 4px 10px 6px
    }

    .novelties__slider .novelties__content {
        top: 22%
    }
}

@media (max-width: 568px) {
    .offer__slider .supText {
        font-size: 8px;
        line-height: 14px
    }

    .offer__slider .slide__price-box span {
        font-size: 8px;
        line-height: 11px;
        margin-bottom: -1px
    }

    .offer__slider h1, .offer__slider h2 {
        font-size: 28px
    }

    .offer__slider .slide__content p {
        font-size: 9px
    }

    .offer__slider .slide__content {
        max-width: 220px;
        top: 27px;
        left: 22px
    }

    .offer__banner, .offer__slider {
        height: 300px
    }

    .novelties__slider .novelties__content {
        top: 16%;
        left: 4.5%;
        right: 5%
    }

    .novelties__description {
        margin-top: 0
    }

    .novelties__description h3 {
        margin-top: 0
    }

    .novelties__slide .novel-desc {
        margin-top: 15px
    }

    .posts__image {
        height: 235px
    }

    .posts__news .posts__item {
        width: 100%
    }

    .pay-delivery .panel__info {
        padding-top: 35px
    }

    .notification__title {
        font-size: 24px;
        line-height: 30px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .notification__block:not(:last-child) {
        margin-bottom: 35px
    }

    .notification__subtext {
        font-size: 16px
    }

    .card-method {
        margin-top: 4px;
        margin-bottom: 33px
    }

    .card-method__item {
        width: 100%
    }

    .delivery-conditions {
        padding: 24px
    }

    .delivery-conditions p.conditions__sum {
        font-size: 18px
    }

    .notification__block-flex .delivery-conditions {
        width: 100%
    }

    .posts__news .posts__list {
        margin-bottom: 10px
    }
}

@media (max-width: 420px) {
    .offer__banner, .offer__slider {
        height: 260px
    }

    .novelties__slider {
        height: 235px
    }

    .posts__image {
        height: 183px
    }

    .posts .container__nav {
        top: calc(50% + 36px)
    }

    .novelties__banner .banner__text {
        max-width: 70%
    }
}

.checkout--success {
    margin-bottom: 55px;
    max-width: 920px
}

.checkout--success p {
    margin-bottom: 15px
}

@media (max-width: 992px) {
    .checkout--success {
        margin-bottom: 40px
    }
}

.ymaps-2-1-79-balloon__content, .ymaps-2-1-79-balloon__layout, .ymaps-2-1-79-balloon__tail, .ymaps-2-1-79-balloon__tail:after {
    background-color: #ffffff !important
}

.ymaps-2-1-79-balloon__close {
    position: absolute !important;
    margin: 0 !important;
    top: 0;
    right: 0
}

.ymaps-2-1-79-balloon__close-button {
    width: 34px !important;
    height: 34px !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.31318 9.72861C8.7037 10.1191 9.33687 10.1191 9.72739 9.72861C10.1179 9.33809 10.1179 8.70492 9.72739 8.3144L6.90062 5.48763L9.72877 2.65982C10.1193 2.26932 10.1194 1.63616 9.72886 1.24561C9.33836 0.855061 8.7052 0.855022 8.31465 1.24552L5.48641 4.07342L2.65633 1.24333C2.2658 0.852808 1.63264 0.852809 1.24211 1.24333C0.851588 1.63386 0.851587 2.26702 1.24211 2.65755L4.07211 5.48754L1.24315 8.31616C0.8526 8.70666 0.852561 9.33982 1.24306 9.73037C1.63356 10.1209 2.26673 10.121 2.65728 9.73046L5.48632 6.90176L8.31318 9.72861Z' fill='%23d9d9d9'/%3E%3C/svg%3E") no-repeat 50% !important;
    background-size: 12px 12px !important;
    opacity: 1 !important;
    transition: opacity .25s ease
}

.ymaps-2-1-79-balloon__content {
    margin: 0 !important;
    padding: 23px 28px !important;
    border: 1px solid #fff0
}

.map-balloon {
    display: flex;
    flex-direction: column;
    width: 195px;
    color: gray
}

.map-balloon span.list__title {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #454545;
    margin-bottom: 7px
}

.map-balloon__title {
    padding-right: 0;
    margin-bottom: 14px;
    color: gray;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px
}

.map-balloon__item {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px
}

.map-balloon__item div b {
    display: block;
    font-weight: 700;
    color: #454545;
    margin-bottom: 7px
}

@media (hover: hover) {
    .ymaps-2-1-79-balloon__close-button:hover {
        opacity: 1 !important
    }

    .map-balloon__link:hover {
        color: var(--main-template-color)
    }
}

.simplebar-content-wrapper {
    scrollbar-width: auto;
    -ms-overflow-style: auto
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: inline;
    display: initial;
    width: auto;
    height: auto
}

.swiper-container-css-mode.recently-swiper > .swiper-wrapper {
    overflow: unset
}

.catalog__categories {
    position: relative;
    margin-bottom: 20px
}

.catalog__categories .swiper {
    overflow-x: hidden
}

.catalog__categories .swiper-button {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: none;
    width: 26px;
    height: 26px;
    padding: 7px;
    color: #fff;
    background-color: var(--main-template-color);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    transition: background-color 250ms ease
}

.catalog__categories .swiper-button svg {
    display: block;
    width: 11px;
    height: 11px;
    fill: currentColor
}

.swiper-button-prev-cat {
    left: -20px
}

.swiper-button-prev-cat svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.swiper-button-next-cat {
    right: -20px
}

.catalog__categories {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px)
}

.catalog__categories .swiper-slide {
    height: auto;
    width: 220px;
    padding-left: 10px;
    padding-right: 10px
}

.catalog__categories a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 14px 20px 10px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #424242;
    text-decoration: none;
    border: 1px solid #EDEDED;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease
}

.catalog__categories a img {
    width: 42px;
    height: 42px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.rating_text {
    font-size: 12px !important
}

.footer__copyright {
    font-size: 12px !important
}

.card-item .card-item__reviews a {
    font-size: 12px !important
}

@media (hover: hover) {
    .catalog__categories a:hover {
        border-color: var(--main-template-color)
    }

    .catalog__categories .swiper-button:hover {
        background-color: var(--sub-template-color)
    }
}

@media (max-width: 768px) {
    .swiper-button-prev-cat {
        left: -5px
    }

    .card-item .card-item__part-number {
        font-size: 12px !important
    }

    .swiper-button-next-cat {
        right: -5px
    }

    .card-item__footer .add-to-card {
        font-size: 12px !important
    }

    .card__header-badges .badges div {
        font-size: 12px !important
    }
}

@media (max-width: 768px) {
    .card-detail .card__info {
        margin-bottom: 10px
    }
}

@media (min-width: 576px) {
    .catalog__categories .swiper-slide {
        width: 50%
    }
}

@media (min-width: 768px) {
    .catalog__categories .swiper-slide {
        width: 33.33%
    }
}

@media (min-width: 1080px) {
    .catalog__categories .swiper-slide {
        width: 25%
    }
}

@media (min-width: 1280px) {
    .catalog__categories .swiper-slide {
        width: 20%
    }
}

.catalog__categories .swiper-container-initialized ~ .swiper-button:not(.swiper-button-disabled) {
    display: block
}

.catalog__filter .filter__title::selection, .catalog__filter .filter__title ::selection, .catalog__categories a::selection, .catalog__categories a ::selection, .banner-content ::selection {
    background: #fff0
}

.filter--categories a {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 19px
}

.filter--categories a:last-child {
    margin-bottom: 0
}

body .popup-window {
    padding: 23px 15px 28px
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 20px
}

.rating_text {
    font-size: .8em
}

.dispnone {
    display: none
}

.shop-list .tabs__section {
    padding: 0
}

textarea[name="ORDER_DESCRIPTION"] {
    resize: none
}

.main-body .main-content {
    padding-top: 20px
}

.main-body .main-content h1.card-item__part-number {
    margin-bottom: 15px
}

.main-content .offer {
    padding-bottom: 15px
}

.h4-product {
    font-size: .875rem;
    font-weight: 700
}

.news-h1 {
    margin-top: 10px
}

@media (max-width: 768px) {
    .footer__catalog span {
        color: var(--main-template-color)
    }

    .footer__catalog {
        background-color: inherit;
        display: flex;
        align-items: center;
        flex-direction: column;
        border: 0;
        height: 35px;
        justify-content: flex-end;
        position: relative;
        top: 1px
    }

    header.header {
        transition: top ease-in-out .3s
    }

    .footer__catalog .text {
        font-size: .6875rem;
        line-height: 15px;
        color: #aaa;
        margin-top: 3px
    }

    .footer__catalog .burger__line:first-child {
        top: 0
    }

    .active-catalog .burger__line:first-child {
        transform: rotate(45deg) translate(1px, -1px);
        transform-origin: left top
    }

    .footer__catalog .burger__line:nth-child(2) {
        top: 50%;
        transform: translateY(-50%)
    }

    .active-catalog .burger__line:nth-child(2) {
        opacity: 0
    }

    .footer__catalog .burger__line:nth-child(3) {
        bottom: 0
    }

    .active-catalog .burger__line:nth-child(3) {
        transform: rotate(-45deg) translate(1px, 1px);
        transform-origin: left bottom
    }
}

.news-tempate ul {
    list-style: disc;
    padding-left: 20px
}

.news-tempate tbody td {
    border: .5px solid #424242;
    padding: 10px
}

.tagged-page-btn {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    border: 0;
    width: fit-content;
    padding: 7px 10px 7px 10px;
    margin-bottom: 5px
}

.tagged-page-btn.active {
    height: auto;
    color: var(--main-template-color);
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid var(--main-template-color);
    width: fit-content;
    padding: 7px 10px 7px 10px
}

.tagged-page-btn:hover {
    color: var(--main-template-color);
    border: 1px solid var(--main-template-color);
    cursor: pointer
}

.tags-wrapper {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto
}

.tags-wrapper .scroll-content {
    display: inline-block
}

.scroll-content a {
    display: inline-block;
    white-space: normal
}

#show-all-tags-btn {
    text-align: center;
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 10px;
    display: none;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 29px;
    height: 29px
}

#show-all-tags-btn > svg {
    display: block;
    margin: auto;
    width: 15px;
    height: 15px;
    fill: var(--main-template-color);
    margin-top: 6px
}

#show-all-tags-btn.active {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: var(--main-template-color)
}

.tags {
    position: relative;
    overflow: hidden
}

.modal__check a {
    text-decoration: underline
}


.img_shadow {
    height: 35px;
    width: 35px;
    display: inline-block;
    background-size: cover;
}

.img_shadow.medium {
    height: 53px;
    width: 53px;
}

.img_shadow.big {
    height: 100px;
    width: 100px;
}

.developer {
    font-size: 0.8em;
    color: #BBB;
    margin-top: 0.5em;
    text-align: right;
}

.developer a {
    text-decoration: underline
}


.custom .posts__list {
    align-content: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 -10px;
}

.custom .posts__article {
    border-radius: 2px;
    background: #F0F2F5;
    overflow: hidden;
    width: 100%;
}

.custom .posts__slider .posts__item {
    display: flex;
    height: auto;
    padding: 0 10px 20px;
    width: 33%;
    background: transparent;
    max-width: none;
}

@media (max-width: 992px) {
    .custom .posts__slider .posts__item {
        width: 50%;
    }
}

@media (max-width: 568px) {
    .custom .posts__slider .posts__item {
        width: 100%;
    }
}

.service-centres {

    .preview-text {
        margin-bottom: 32px;
    }

    .header-services {
        margin-bottom: 32px;
    }

    .bonuses__list {
        @media (max-width: 1024px) {
            grid-template-columns: repeat(1, 4fr);
        }

        @media (min-width: 1024px) {
            grid-template-columns: repeat(4, 1fr);
        }


        .bonuses__item {
            border-radius: 16px;
            overflow: clip;

            h3 {
                margin-bottom: 64px;
            }

            .bonuses__icon {
                z-index: -1;
                position: absolute;
                top: 50%;
                bottom: auto;
                left: auto;
                right: 0;
                opacity: 0.5;
                transform: translate(20%, -50%);


                @media (max-width: 1024px) {
                    height: 80%;
                    max-width: 260px;
                }

                @media (min-width: 1024px) {
                    height: 50%;
                    max-width: 130px;
                }
            }
        }

        .bonuses__item:before {
            display: none;
        }
    }

    .service-centres-container {
        display: flex;
        flex-wrap: wrap;

        .service-centres-list {

            max-height: 400px;
            overflow: auto;

            @media (min-width: 1024px) {
                width: 40%;
                padding-right: 30px;
            }

            @media (max-width: 1023px) {
                width: 100%;
            }

            @media (max-width: 767px) {
                width: 100%;
            }


            .service-item {
                border-radius: 16px;
                padding: 30px;
                margin-bottom: 16px;

                border: 1px solid #EAEAEA;
            }
        }

        .service-centres-map {

            @media (min-width: 1024px) {
                width: 60%;
                padding-left: 30px;
            }

            @media (max-width: 1023px) {
                width: 100%;
            }

            @media (max-width: 767px) {
                width: 100%;
            }
        }
    }

    .bx-filter {
        margin-top: 32px;

        .fa-angle-up:before {
            content: none;
        }

        .bx-filter-section {
            background: none!important;
            padding: 0!important;;
        }

        .bx-filter-button-box {
            display: none;
        }

        .row {
            display: flex;
            flex-wrap: wrap;

            .bx-filter-parameters-box {

                @media (min-width: 1024px) {
                    width: 30%;
                }

                @media (max-width: 1023px) {
                    width: 100%;
                }

                @media (max-width: 767px) {
                    width: 100%;
                }
            }

            .bx-filter-parameters-box-title {
                span {
                    color: #00b359;

                }


                position: absolute !important;
                z-index: 1;
                left: 32px;
                padding-left: 8px;
                padding-right: 8px;
                top: -10px;
                background-color: white;
            }

            .bx-filter-select-container {
                border: none !important;
            }

            .bx-filter-select-block {
                height: auto;
                padding: 10px 33px 10px 24px;
                border: 1px solid #ccd5db;
                border-radius: 15px;
            }

        }
    }
}
/* End */


/* Start:/local/templates/mix/style/basket.css?173036128036727*/

.basket__clear {
    background-color: transparent;
    border: none;
    padding: 0;

    font-size: 13px;
    line-height: 1;
    color: #424242;
    -webkit-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

.basket__clear svg {
    margin-right: 8px;
    vertical-align: middle;
    fill: #00B359;
    -webkit-transition: fill 250ms ease;
    -o-transition: fill 250ms ease;
    transition: fill 250ms ease;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

@media (hover: hover) {
    .basket__clear:hover {
        color: #00B359;
    }
    .basket__clear:hover svg {
        fill: #00B359;
    }
}

.basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 65px;
}

.basket__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px;
}

.basket__header h1 {
    margin-bottom: 0;
}

.basket__summary {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 330px;
}

.basket__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 40px;
}

.basket__good {
    padding-top: 30px;
    padding-bottom: 30px;

    border-bottom: 1px dashed #D9D9D9;
}

.basket__goods {
    border-top: 1px dashed #D9D9D9;
}

.good {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.good__img {
    margin-right: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.good__img img {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.good__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.good__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.good__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 27.26%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.good__name {
    margin-bottom: 6px;

    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #424242;
    -webkit-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

@media (hover: hover) {
    .good__name:hover {
        color: #00B359;
    }
}

.good__code {
    font-size: 13px;
    line-height: 18px;
}

.good__code b {
    font-weight: 600;
}

.good__availability {
    width: 19.47%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
}

.good__availability::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    vertical-align: middle;
    margin-right: 3px;

    border-radius: 50%;
}

.good__availability--true::before {
    background: #00B407;
}
.good__availability--false::before {
    background: #f44336;
}

.good__actions {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.actions__button {
    width: 34px;
    height: 34px;
    padding: 13px;

    color: #ACACAC;

    border-radius: 50%;
    border: none;
    background-color: #F5F5F5;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
}

.actions__button[disabled] {
    color: #d5d5d5;
    background-color: #fafafa;
    cursor: not-allowed;
}

@media (hover: hover) {
    .actions__button:not([disabled]):hover {
        color: #ffffff;
        background-color: #00B359;
    }
}

.actions__button svg {
    display: block;
    width: 8px;
    height: 8px;
    fill: none;
    stroke: currentColor;
}

.actions__input {
    width: 45px;
    margin: 0 4px;
    padding: 0 10px;

    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;

    border: none;
}

.good__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 23.26%;
    text-align: right;
}

.good__price {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.65;
    white-space: nowrap;
}
.good__price-old {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #808080;
    text-decoration: line-through;
    white-space: nowrap;
}

.good__price span {
    font-size: 0.73em;
}

.good__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.good__favorite--btn {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    white-space: nowrap;
    -webkit-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.good__favorite--btn svg {
    margin-right: 5px;
    -webkit-transition: fill 250ms ease;
    -o-transition: fill 250ms ease;
    transition: fill 250ms ease;
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.good__favorite--btn svg {
    fill: #00B359;
}
.good__favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 112px;
}
.basket .good__img {
    width: 96px;
}

.good__favorite,
.good__remove {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    white-space: nowrap;

    -webkit-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

.good__favorite.active {
    color: #00B359;
}

.good__favorite .active,
.good__favorite.active .default {
    display: none;
}

.good__favorite.active .active {
    display: inline;
}

.good__favorite svg,
.good__remove svg {
    margin-right: 5px;
    -webkit-transition: fill 250ms ease;
    -o-transition: fill 250ms ease;
    transition: fill 250ms ease;
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.good__favorite svg {
    stroke: #00B359;
    fill: none;
}

.good__favorite.active svg {
    fill:#00B359;
}

.good__remove {
    margin-left: 28px;
    color: #ACACAC;
}

.good__remove svg {
    fill: currentColor;
}

.summary {
    padding: 24px 28px;

    font-size: 14px;
    line-height: 1.43;

    background: #F5F5F5;
    border-radius: 2px;
}

.summary__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 17px;
    padding-bottom: 14px;

    border-bottom: 1px solid #dddddd;
}

.summary__title {
    margin: 0;

    font-weight: 600;
    font-size: 22px;
    line-height: 1.64;
    color: #454545
}

.summary__quant {
    color: #ACACAC;
}

.summary__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}

.summary__row b {
    margin-left: 4px;
    font-size: 16px;
    line-height: 1.25;
    text-align: right;
}

.summary__promocode {
    margin-bottom: 10px;
}

.summary__link {
    font-size: 14px;
    line-height: 20px;
}

.summary__goods {
    padding-bottom: 3px;
    margin-bottom: 21px;

    border-bottom: 1px solid #dddddd;
}

.summary__good {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.checkout__summary .summary__good .good__img {
    margin-right: 11px;
    width: 70px;
    height: 70px;
}
.checkout__summary .summary__good .good__img img {
    width: 70px;
    height: 70px;
    max-height: 70px;
    object-fit: contain;
}
.summary__good .good__img {
    margin-right: 11px;
}
.summary__good .good__img img {
    width: 70px;
    height: 70px;
    max-height: 70px;
    object-fit: contain;
}

.summary__good .good__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}

.summary__good .good__name,
.summary__good .good__name:hover {
    color: #424242;
}
.summary__good .good__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 10px;
    margin-top: 8px;

    text-align: right;
}

.summary__good .good__price {
    margin-bottom: 1px;

    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.summary__good .good__quant {
    font-size: 14px;
    line-height: 19px;
    color: #ACACAC;
}

.checkout__summary .summary__row--summary {
    padding-top: 13px;
    margin-top: 25px;

    border-top: 1px solid #dddddd;
}

.promocode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.promocode__label {
    width: 100%;
    margin-bottom: 2px;

    font-size: 12px;
    line-height: 20px;
    color: #454545;
}

.promocode__input {
    width: calc(100% - 42px);
    height: 42px;
    padding: 11px 17px;

    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid white;
}

.promocode__input::-webkit-input-placeholder {
    color: #d9d9d9;
}

.promocode__input::-moz-placeholder {
    color: #d9d9d9;
}

.promocode__input:-ms-input-placeholder {
    color: #d9d9d9;
}

.promocode__input::-ms-input-placeholder {
    color: #d9d9d9;
}

.promocode__input::placeholder {
    color: #d9d9d9;
}

.promocode__button {
    width: 42px;
    height: 42px;
    padding: 0;

    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6601 9.82922C15.6475 9.84179 15.6347 9.85396 15.6216 9.86573L9.95125 15.5361C9.56072 15.9266 8.92756 15.9266 8.53703 15.5361C8.14651 15.1456 8.14651 14.5124 8.53703 14.1219L12.6599 9.99906L2 9.99906C1.44772 9.99906 1 9.55135 1 8.99906C1 8.44678 1.44772 7.99906 2 7.99906L12.4157 7.99906L8.53782 4.12117C8.1473 3.73064 8.1473 3.09748 8.53782 2.70696C8.92835 2.31643 9.56151 2.31643 9.95203 2.70696L15.6426 8.39751L15.6593 8.41384C15.706 8.46054 15.7471 8.5107 15.7826 8.56351C16.0451 8.95242 16.0042 9.48505 15.6601 9.82922Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.promocode__result {
    display: none;
    width: 100%;
    margin-top: 4px;

    font-size: 12px;
    line-height: 1.5;
    color: #00B359;
}

.promocode__input.promocode--success ~ .promocode__result,
.promocode__input.promocode--error ~ .promocode__result {
    display: block;
}

.promocode__input.promocode--error {
    border-color: #00B359;
}


.summary__row--summary {
    margin-bottom: 20px;
    /* -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; */

    font-weight: 600;
}

.summary__price,
.summary__row .summary__price {
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    white-space: nowrap;
}

.summary__price span {
    font-size: 0.94em;
}

.summary__button {
    display: block;
    padding: 16px;
    width: 100%;
    text-align: center;
}
.summary__button.no-active, .summary__button:disabled {
    background-color: #9e9e9e;
    cursor: default;
}

.summary__note {
    margin-top: 9px;

    font-size: 12px;
    line-height: 1.5;
    color: #ACACAC;
}

.summary__button:hover {
    color: white;
}

@media (hover: hover) {
    .good__favorite:hover svg {
        stroke: #00B359;
    }
    .good__favorite.active:hover svg {
        fill: #00B359;
    }

    .good__favorite:hover,
    .good__remove:hover {
        color: #00B359;
    }
}

@media (max-width: 1100px) {
    .basket__header {
        display: block;
        margin-bottom: 31px;
    }

    .basket__header h1 {
        margin-bottom: 15px;
    }

    .basket {
        display: block;
        margin-bottom: 33px;
    }

    .basket__summary {
        width: 100%;
        padding: 28px;
    }

    .basket__body {
        margin-right: 0;
        margin-bottom: 45px;
    }
}

@media (max-width: 768px) {
    .good__main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .good__info,
    .good__availability {
        width: 100%;
    }

    .good__info {
        margin-bottom: 11px;
    }

    .good__availability {
        margin-bottom: 15px;
    }

    .good__prices {
        width: auto;
    }

    .good__img {
        margin-right: 12px;
    }
    .basket .good__img {
        width: 80px;
    }
    .good__img img {
        width: 80px;
        height: 80px;
        max-height: 80px;
    }

    .summary__good .good__info {
        width: auto;
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {
    .good__footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 359.9px) {
    .summary {
        padding-left: 20px;
        padding-right: 20px;
    }

    .good__img img {
        width: 70px;
        height: 70px;
        max-height: 70px;
    }

    .actions__input {
        width: 36px;
    }

    .good__price {
        font-size: 20px;
    }

    .good__remove {
        margin-left: 18px;
    }

    .basket__summary {
        padding-left: 20px;
        padding-right: 20px;
    }


    .summary__price,
    .summary__row .summary__price {
        font-size: 30px;
    }
}

.checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 65px;
}

.checkout__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 50px;
}

.checkout__summary {
    width: 32.3%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.checkout__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 18px;
    margin-bottom: 10px;

    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.checkout__accordions {
    border-top: 1px dashed #D9D9D9;
}

.checkout__accordion {
    padding-top: 48px;
    padding-bottom: 56px;

    border-bottom: 1px dashed #D9D9D9;
}
.checkout__accordion .accordion__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
}
.checkout__accordion .accordion__title .f-primary{
    font-weight: 700;
}
.checkout__step:not(:last-child) {
    margin-right: 22px;
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    color: #ACACAC;
}

.step::after {
    content: '';
    display: block;
    width: 24px;
    height: 9px;
    margin-left: 22px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='9' viewBox='0 0 24 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.1716 0.964804L23.3536 4.14678C23.5488 4.34205 23.5488 4.65863 23.3536 4.85389L20.1716 8.03587C19.9763 8.23113 19.6597 8.23113 19.4645 8.03587C19.2692 7.84061 19.2692 7.52403 19.4645 7.32877L21.7929 5.00034L3.656e-07 5.00034L2.78178e-07 4.00034L21.7929 4.00034L19.4645 1.67191C19.2692 1.47665 19.2692 1.16007 19.4645 0.964804C19.6597 0.769542 19.9763 0.769542 20.1716 0.964804Z' fill='%23DDDDDD'/%3E%3C/svg%3E%0A") no-repeat center / contain;
}

.step:last-child::after {
    display: none;
}

.step::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 7px;

    background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23D9D9D9'/%3E%3Cline x1='5.41421' y1='8.03679' x2='7.91916' y2='10.5337' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='12.748' y1='6.1232' x2='8.12933' y2='10.7419' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
}

.step__number {
    margin-right: 3px;

    white-space: nowrap;
    font-weight: 700;
}

.step__number::after {
    content: ':';
}

.step.current {
    color: #424242;
}

.step.current::before {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='9' r='8.5' fill='%23424242'/%3E%3Ccircle cx='8.5' cy='9' r='2.5' fill='white'/%3E%3C/svg%3E%0A");
}
.step.done {
    color: #00B359;
}

.step.done::before {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%2300B359'/%3E%3Cline x1='5.08804' y1='7.74969' x2='7.59299' y2='10.2466' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='12.4219' y1='5.83609' x2='7.80316' y2='10.4548' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.accordion__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
}

.accordion__body {
    margin-top: 21px;
}

.f-primary {
    color: #00B359 !important;
}

.j-more-btn .active,
.j-more-btn.opened .default {
    display: none;
}

.j-more-btn.opened .active {
    display: inline;
}

.checkout__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form__group {
    width: 100%;
}

.form__group-6 {
    width: calc(50% - 15px);
}

.checkout .base-input {
    background-color: #F5F5F5;
}
.checkout .base-input::-webkit-input-placeholder {
    color: #D0D0D0;
}
.checkout .base-input::-moz-placeholder {
    color: #D0D0D0;
}
.checkout .base-input:-ms-input-placeholder {
    color: #D0D0D0;
}
.checkout .base-input::-ms-input-placeholder {
    color: #D0D0D0;
}
.checkout .base-input::placeholder {
    color: #D0D0D0;
}
.checkout textarea {
    min-height: 128px;
}

.req {
    color: #00B359;
}

.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 18px;
    color: #ACACAC;
}

.info::before {
    content: '';

    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    margin-right: 10px;

    background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='8.5' r='7.5' stroke='%23D0D0D0' stroke-width='2'/%3E%3Cline x1='8.72656' y1='6.95508' x2='8.72656' y2='12.3642' stroke='%23D0D0D0' stroke-width='2'/%3E%3Cline x1='8.72656' y1='4.63672' x2='8.72656' y2='6.18217' stroke='%23D0D0D0' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center / contain;
}

/*.form__info {
    max-width: 757px;
}*/

.checkout__radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 24px;
}

.checkout__form + .checkout__radios {
    margin-top: 20px;
}
.checkoutRadio.no-active {
    pointer-events: none;
    cursor: default;
}
.checkoutRadio.no-active .checkoutRadio__text {
    background: #D9D9D9;
    opacity: 0.7;
}
.checkoutRadio-6 {
    width: 50%;
}
.checkoutRadio-4 {
    width: 33.33%;
}
.checkoutRadio__input {
    position: absolute;
    opacity: 0;
}

.checkoutRadio__text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 62px;
    width: 100%;
    padding: 10px 32px;

    font-size: 14px;
    line-height: 18px;
    color: #424242;

    border: 1px solid #D9D9D9;
    border-radius: 2px;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
}

.checkoutRadio:not(:first-child) .checkoutRadio__text {
    border-left: none;
}

.checkoutRadio__text::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;

    width: 0;
    height: 0;

    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #00B359 transparent transparent transparent;
    opacity: 0;

    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}

.checkoutRadio__text svg {
    width: 24px;
    height: 24px;
    margin-right: 7px;
    fill: #00B359;
    -webkit-transition: fill 250ms ease;
    -o-transition: fill 250ms ease;
    transition: fill 250ms ease;
}
.checkoutRadio__text img {
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

.checkoutRadio .f-light {
    margin-left: auto;
    opacity: 0.43;
}

.checkoutRadio__input:checked ~ .checkoutRadio__text {
    border-color: #00B359;
    background-color: #00B359;
    color: white;
}
.checkoutRadio__input:checked ~ .checkoutRadio__text::after {
    opacity: 1;
}
.checkoutRadio__input:checked ~ .checkoutRadio__text svg {
    fill: white;
}

.checkoutRadio__input:checked ~ .checkoutRadio__text .f-light{
    opacity: 0.65;
}

.checkout__radios .checkoutRadio__input ~ .checkoutRadio__text img, .checkoutRadio__input:hover ~ .checkoutRadio__text img {
    /* width: 21px; */
    margin-right: 7px;
    -webkit-transition: fill 250ms ease;
    -o-transition: fill 250ms ease;
    transition: fill 250ms ease;
    filter: invert(49%) sepia(68%) saturate(4204%) hue-rotate(1deg) brightness(103%) contrast(105%);
}
.checkout__radios .checkoutRadio__input:checked ~ .checkoutRadio__text img {
    filter: brightness(0) invert(1);
}

@media (hover: hover) {
    .checkoutRadio__text:hover {
        background-color: #D9D9D9;
    }
}
.checkoutTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checkoutTab[hidden] {
    display: none;
}

.checkoutTab__col {
    width: calc(50% - 15px);
}

.checkoutTab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    max-height: 200px;
    padding-right: 20px;
    margin-bottom: 25px;

    scrollbar-color: #00B359 #EAEAEA;
    scrollbar-width: thin;
}

.checkoutTab__list::-webkit-scrollbar {
    width: 2px;
    background-color: #EAEAEA;
    border-radius: 90px;
}

.checkoutTab__list::-webkit-scrollbar-thumb {
    background-color: #00B359;
    border-radius: 90px;
}

.checkoutTab__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 18px;
    margin-bottom: 18px;

    border-bottom: 1px solid #EAEAEA;
}

.checkoutTab__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.checkoutTab__icon {
    width: 19px;
    height: 23px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8px;

    background: url(/local/templates/mix/style/../img/icons/point.svg) no-repeat;
    cursor: pointer;
    transition: opacity 250ms ease;
}

@media (hover: hover) {
    .checkoutTab__icon:hover {
        opacity: 0.9;
    }
}

.radioBlock {
    position: relative;
}
.radioBlock__input {
    position: absolute;
    opacity: 0;
}

.radioBlock__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;

    font-size: 14px;
    line-height: 19px;

    cursor: pointer;
}

.checkout__radios .radioBlock__text {
    font-size: 12px;
    line-height: 20px;
}
.checkout__radios .radioBlock__text b {
    margin-bottom: 1px;

    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.radioBlock__text::before,
.radioBlock__text::after {
    content: '';
    position: absolute;

    border-radius: 50%;
    background: #F5F5F5;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radioBlock__text::before {
    top: 0;
    left: 0;

    width: 19px;
    height: 19px;
}

.radioBlock__text::after {
    top: 7px;
    left: 7px;

    width: 5px;
    height: 5px;

    opacity: 0;
}
.radioBlock__input:checked ~ .radioBlock__text::before {
    background-color: #00B359;
}
.radioBlock__input:checked ~ .radioBlock__text::after {
    opacity: 1;
}
@media (hover: hover) {
    .radioBlock__text:hover::before {
        background-color: #D9D9D9;
    }
    .radioBlock__input:checked ~ .radioBlock__text:hover::before {
        background-color: #00B359;
    }
}

.radioList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radioList--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.radioList[hidden] {
    display: none;
}

.radioList .radioList {
    margin-left: 33px;
}

.text-center {
    text-align: center;
}

a.button:hover {
    color: white;
}

.radioList .radioBlock {
    width: 25%;
    margin-bottom: 16px;
}

.radioList--column .radioBlock {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
}

.radioList--column .radioBlock:last-child {
    margin-bottom: 0;
}

.paymentTab .info {
    margin-bottom: 29px;
}

.paymentTab__title {
    margin: 7px 0 24px;

    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
}

.paymentTab .credit {
    margin-top: 26px;
}

.credit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.credit__item {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    padding-left: 12px;
    padding-right: 10px;
}

.credit__item::before {
    content: '';

    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;

    width: 1px;

    background-color: #D9D9D9;
}

.credit__title {
    margin-bottom: 5px;

    font-size: 12px;
    line-height: 16px;
    color: #ACACAC;
}

.credit__number {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 1100px) {
    .checkout {
        display: block;
        margin-bottom: 33px;
    }

    .checkout__summary {
        width: 100%;
        padding: 28px;
    }

    .checkout__body {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .checkout {
        margin-bottom: 0;
    }
    .accordion__title {
        font-size: 20px;
        line-height: 28px;
    }
    .accordion__title .f-primary{
        font-size: 20px;
        line-height: 28px;
    }

    .checkout__accordion {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .form__group-6,
    .checkoutRadio-6,
    .checkoutRadio-4,
    .checkoutTab__col {
        width: 100%;
    }

    .checkoutTab__list {
        max-height: 255px;
    }

    .checkoutRadio__text {
        padding-left: 21px;
        padding-right: 21px;
    }

    .checkoutRadio:not(:first-child) .checkoutRadio__text {
        border-left: 1px solid #D9D9D9;
        border-top: none;
    }

    .checkoutRadio__input:not(:first-child):checked ~ .checkoutRadio__text {
        border-color: #00B359;
    }

    .checkoutRadio__text::after {
        display: none;
    }

    .step__desc {
        display: none;
    }

    .step__number {
        margin-right: 0;
    }

    .checkout__step:not(:last-child) {
        margin-right: 16px;
    }

    .step::after {
        margin-left: 16px;
    }

    .credit {
        flex-wrap: wrap;
        margin-bottom: -24px;
    }

    .credit__item {
        width: 50%;
        margin-bottom: 24px;
    }

    .radioList .radioBlock {
        width: 33.33%;
    }

    .checkoutRadio__text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .checkoutRadio .f-light {
        width: 100%;
        margin-left: 0;
        margin-top: 2px;
    }
}

@media (max-width: 576px) {
    .radioList .radioBlock {
        width: 50%;
    }
}
@media (max-width: 359.9px) {
    .checkout__summary {
        padding-left: 20px;
        padding-right: 20px;
    }

    .checkout__step:not(:last-child) {
        margin-right: 10px;
    }

    .step::after {
        width: 20px;
        height: 7px;
        margin-left: 10px;
    }

    .checkoutRadio__text {
        padding-left: 16px;
        padding-right: 16px;
    }
    .summary__good .good__img {
        width: 60px;
        height: 60px;
    }
    .summary__good .good__img img {
        width: 60px;
        height: 60px;
        max-height: 60px;
        object-fit: contain;
    }

    .summary__good .good__name,
    .summary__good .good__info {
        margin-top: 0;
    }

    .radioList .radioBlock {
        width: 100%;
    }
}

.orderStatus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.orderStatus__label {
    display: flex;
    align-items: center;
    padding: 6px 14px;
    margin-right: 18px;

    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;

    background: #00B359;
    border-radius: 2px;
}

.orderStatus__text {
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    color: #00B359;
}

.summary__footer {
    display: none;

    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}


.summary__footer .summary__price {
    margin-top: 2px;
    display: block;

    font-size: 20px;
    line-height: 20px;
}


.summary__footer .summary__price span {
    font-size: 14px;
}

.summary__footer .summary__button {
    margin-left: 18px;
    padding: 10px 42px 11px;
    width: auto;

    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.summary__back {
    display: none;
}

.summary__back .link {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

@media (max-width: 768px) {
    .summary__back {
        display: block;
        text-align: center;
        margin-top: 18px;
    }

    .summary__footer {
        position: fixed;
        bottom: 56px;
        left: 0;
        z-index: 100;

        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 12px 20px;

        background-color: #fff;
        box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.07);
    }

    .fixed-steps .header,
    .fixed-steps .footer {
        display: none;
    }

    .fixed-steps .main-content {
        margin-top: 20px;
        padding-top: 54px;
        padding-bottom: 122px;
    }

    .fixed-steps .checkout__steps {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;

        height: 54px;
        width: 100%;
        padding: 18px 20px;
        margin: 0;

        background-color: #fff;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    }
}
@media (max-width: 359.9px) {
    .summary__footer .summary__button {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.basket__good--false .good__actions {
    /* display: none; */
    opacity: 0;
    height: 0;
    pointer-events: none;
}
.basket__good--false .good__price {
    opacity: 0.5;
}
.btn-reset.accent-color {
    color: #00B359;
    text-transform: none;
}
.message-delete {
    display: none;
}
.basket__good--false .message-delete {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #00B359;
    padding: 8px 0 0;
}

.dropdown-block .bx-sls .bx-ui-sls-pane {
    z-index: 10;
}

.form__group .shop-list__filter,
.form__group .shop-variants {
    width: 100%;
    max-width: 100%;
}

.checkout__form .shop-variants__icon {
    display: block;
    width: 8px;
    height: 8px;

    background: url("/local/templates/mi/img/icons/arrow-down-orange.svg") no-repeat center / contain;
    transition: transform 250ms ease;
}

.checkout__form .shop-variants.open .shop-variants__icon {
    transform: rotate(-180deg);
}
/* End */


/* Start:/local/templates/mix/style/cabinet.css?176969078032791*/
.container.lk-container {
   margin-top: -10px;
}
.lk-tabs {
	position: relative;
   width: 100%;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
}

.lk-tabs__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
   width: 310px;
	display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
	align-items: flex-start;
   flex-direction: column;
   background-color: #ffffff;
   border-right: 1px solid #EBEBEB;
   padding-top: 27px;
}

.lk-tabs__item {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	padding: 15px 55px 15px 40px;
	border: none;
	background-color: #ffffff;
	color: #424242;
	cursor: pointer;
	font-weight: 400;
   font-size: 16px;
   line-height: 22px;
	text-align: left;
	letter-spacing: 0.01em;
	transition: color 0.15s ease-in-out;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lk-tabs__item:hover {
	color: var(--sub-template-color);
}
.lk-tabs__item img {
   margin-right: 12px;
}
.lk-tabs__item .lk-tabs__item--img-hover {
	display: none;
}
.lk-tabs__item:hover .lk-tabs__item--img {
	display: none;
}
.lk-tabs__item:hover .lk-tabs__item--img-hover {
	display: block;
}

.lk-tabs__item:hover svg.lk-data line, .lk-tabs__item:hover svg.lk-data rect {
	stroke: var(--sub-template-color);
}

.lk-tabs__item--active {
	color: var(--sub-template-color);
	transition: color 0.3s ease-in-out;
	pointer-events: none;
}
.lk-tabs__item.lk-tabs__item--active .lk-tabs__item--img {
	display: none;
}
.lk-tabs__item.lk-tabs__item--active .lk-tabs__item--img-hover {
	display: block;
}
.lk-tabs__content {
	display: none;
	background-color: #ffffff;
   width: calc(100%  - 310px);
}

.lk-tabs__content--active {
	display: block;
}

.lk-content {
	padding: 39px 50px 53px;
	width: 100%;
}
.lk_form .input-label {
   display: block;
}
.lk_form .form__group {
   padding-bottom: 17px;
}
.lk-content__title {
	margin: 0;
	margin-bottom: 34px;
	font-weight: 400;
   font-size: 28px;
   line-height: 36px;
}

.lk-content__descr {
	margin: 0;
	margin-bottom: 59px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
/*lk order*/
.lk-content .lk-content__form {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   column-gap: 30px;
}
.lk-content__form .form__group-6 {
   width: calc(50% - 15px);
}
.lk-content__form .form__group-3 {
   width: calc(24.5% - 15px);
}
.lk-content__form .form__group-12 {
   width: 100%;
}
.lk_form .base-input, .lk_form .base-textarea {
   background-color: #F5F5F5;
   padding: 11px 17px;
   font-size: 14px;
   line-height: 22px;
}
.lk_form .base-textarea {
   height: 77px;
   resize: none;
}
.lk_form .base-textarea::placeholder{
   font-weight: 400;
   color: #D0D0D0;
}
.lk_form a {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form__bottom-title p {
   font-weight: 700;
   font-size: 16px;
   line-height: 22px;
   margin-bottom: 18px;
}
.lk_form .btn-change-pass {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   column-gap: 8px;
   text-transform: none;
   font-size: 14px;
   line-height: 20px;
   /* margin-top: 33px; */
   padding: 7px 0;
}
.lk-content .req {
   color: var(--sub-template-color);
}
.lk-content__form input[type="password"] {
   position: relative;
}
.lk-content__form .view-password {
   position: absolute;
   bottom: 15px;
   right: 0;
   width: 55px;
   height: 45px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
}
.lk_form .base-button {
   padding: 16px 56px 15px;
}
.lk_form .pass-loader span {
   font-size: 14px;
   line-height: 20px;
   color: #C5C5C5;
}
.lk_form .base-button img {
   width: 17px;
   height: 11px;
}
.pass-loader img {
   margin-right: 5px;
}
.lk-content__form .view-password.view-in:before {
   content: '';
   position: absolute;
   /* top: 0; */
   bottom: 22px;
   right: 18px;
   width: 21px;
   height: 1.5px;
   background: #D9D9D9;
   transform: rotate(-35deg);
}
.lk_form__save {
   margin-top: 8px;
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 30px;
}
.lk_form__bottom {
   margin-top: 23px;
}
.modal__lk .modal__body {
   max-width: 472px;
}
.modal__lk .modal__body h3 {
   font-weight: 400;
   font-size: 28px;
   line-height: 35px;
   margin-bottom: 28px;
}
.modal__lk .modal__content {
   padding: 33px 36px 43px;
}
.modal__thank .modal__body {
   max-width: 400px;
}
.modal__thank .modal__content {
   padding: 35px 25px;
   min-height: 100px;
   text-align: center;
}
.modal__thank .modal__content p {
   font-size: 19px;
}
.lk_form .base-input:focus, .lk_form .base-textarea:focus {
   border: 1px solid transparent;
}
.lk-accordion {
   border-top: 1px solid #EAEAEA; 
}
.lk-accordion__info {
   -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   padding: 23px 0 25px;
}
.lk-accordion:last-child{
   border-bottom: 1px solid #EAEAEA; 
}
.lk-accordion__row {
   width: calc(100% - 32px);
   -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   row-gap: 5px;
}
.lk-accordion__row .table-body__order {
   font-weight: 700;
   font-size: 16px;
   line-height: 22px;
   margin-left: 15px;
   margin-right: 15px;
   width: calc(32% - 30px);
}
.lk-accordion__row .table-body__date,  .lk-accordion__row .table-body__action {
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   white-space: nowrap;
}
.lk-accordion__row .table-body__status {
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
}
.lk-accordion__row .table-body__date, .lk-accordion__row .table-body__status {
   margin-left: 15px;
   margin-right: 15px;
   
}
.lk-accordion__row .table-body__date {
   margin-left: 15px;
   margin-right: 15px;
   width: calc(16.888% - 30px);
}
.lk-accordion__row .table-body__status {
   margin-left: 15px;
   margin-right: 15px;
   width: calc(23% - 30px);
   position: relative;
   padding-left: 16px;
}
.lk-accordion__row .table-body__status::before {
   content: '';
   position: absolute;
   top: 7px;
   left: 0px;
   width: 6px;
   height: 6px;
   border-radius: 50%;
}
.lk-accordion__row .table-body__status.table-body__status--wait::before {
   background-color: rgb(224, 224, 18);
}
.lk-accordion__row .table-body__status.table-body__status--reversed::before {
   background-color: #20B7E9;
}
.lk-accordion__row .table-body__status.table-body__status--ready::before {
   background-color: var(--sub-template-color);
}
.lk-accordion__row .table-body__status.table-body__status--finish::before {
   background-color: #00b407;
}
.lk-accordion__row .table-body__status.table-body__status--cancellation::before {
   background-color: #ACACAC;
}
.lk-accordion__row .table-body__total {
   font-weight: 700;
   font-size: 14px;
   line-height: 20px;
   margin-left: 15px;
   margin-right: 15px;
   width: calc(15.333% - 30px);
   white-space: nowrap;
}
.lk-accordion__row .table-body__action {
   color: var(--sub-template-color);
   margin-left: 15px;
   margin-right: 15px;
   width: calc(11.666% - 30px);
    text-align: center;
}
.accordion__control {
   width: 34px;
   height: 34px;
	background-color: transparent;
   margin-left: 53px;
}

.accordion__title {
	font-weight: bold;
	font-size: 1.17em;
}

.accordion__content {
   max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	will-change: max-height;
	transition: all 0.3s ease-out;
	box-sizing: content-box;
}

.open .accordion__content {
   opacity: 1;
	padding: 0 0 32px;
}
.accordion__icon {
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 34px;
   height: 34px;
   background: #F5F5F5;
   border-radius: 50%;
   flex-shrink: 0;
   transition: all 0.3s ease-out;
}
.open .accordion__icon {
	transform: rotate(180deg);
   background: var(--sub-template-color);
}
.open .accordion__icon svg line {
	stroke: #ffffff;
}
.accordion__control {
	cursor: pointer;
}
.product-order__list {
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
   row-gap: 11px;
}
.product-order__item {
   padding: 18px 34px 18px 20px;
   background: #F6F6F6;
   border-radius: 2px;

}
.product-order__img {
   width: 45px;
   height: 45px;
   padding: 5px;
   background: #FFFFFF;
   margin-right: 23px;
   flex-shrink: 0;
}
.product-order__img img{
   object-fit: contain;
   flex-shrink: 0;
}
.product-order__info {
   width: calc(100% - 67px);
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 30px;
}
.product-order__title {
   font-weight: 600;
   margin-right: auto;
}
.product-order__title, .product-order__count, .product-order__total {
   font-size: 14px;
   line-height: 20px;
}
.product-order__total {
   font-weight: 700;
}
.product-order__count, .product-order__total {
   white-space: nowrap;
}
.delivery-terms__list {
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
   row-gap: 16px;
   font-size: 14px;
   line-height: 20px;
   margin-top: 24px;
}
.delivery-terms__item {
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   column-gap: 16px;
   row-gap: 2px;
}
.delivery-terms__title {
   min-width: 70px;
   font-weight: 700;
}
/* bonus */
.bonus__info {
   display: -ms-flexbox;
   display: flex;
   column-gap: 34px;
}
.bonus__info-img img {
   flex-shrink: 0;
}
.bonus__content p {
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   color: #424242;
}
.bonus__content-list {
   margin-top: 22px;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   flex-direction: column;
   gap: 6px;
}
.bonus__content-list.bonus__content-list--desktop {
   display: flex;
}
.bonus__content-list.bonus__content-list--mobile {
   display: none;
}
.bonus__content-list span {
   font-weight: 600;
   font-size: 24px;
   line-height: 20px;
   color: var(--sub-template-color);
}
.bonus__content-list p{
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
}
.bonus__decsription {
   padding: 33px 40px;
   font-weight: 400;
   font-size: 14px;
   line-height: 22px;
   position: relative;
   border-radius: 2px;
   margin-top: 40px;
   margin-bottom: 32px;
}
.bonus__decsription::after {
   content: ''; 
   position: absolute;
   left: 49px;
    top: -32px;
    border: 17px solid transparent;
    border-bottom: 20px solid #F6F6F6;
}
.bonus__decsription ul {
   margin-top: 15px;
}
.bonus__decsription ul li {
   position: relative;
   padding: 6px 0px 6px 25px;
}
.bonus__decsription ul li:before {
   content: "";
   display: inline-block;
   position: absolute;
   transition: all 0.3s ease 0s;
   left: 0;
   top: 8px;
   width: 16px;
   height: 16px;
   background: url(/local/templates/mix/style/../img/select-check.svg) center / 100% no-repeat;
}
@media (max-width: 1200px) {
   .lk-accordion__row {
      width: 100%;
   }
   .lk-accordion__info {
      align-items: baseline;
      padding: 18px 0 25px;
   }
   .lk-accordion__row .table-body__order {
      width: 100%;
      margin-bottom: 10px;
      order: 1;
   }
   .lk-accordion__row .table-body__date {
      order: 2;
   }
   .lk-accordion__row .table-body__total {
      order: 3;
   }
   .lk-accordion__row .table-body__status {
      order: 4;
   }
   .lk-accordion__row .table-body__action {
      order: 5;
   }
   .lk-accordion__row .table-body__date, .lk-accordion__row .table-body__status, .lk-accordion__row .table-body__total, .lk-accordion__row .table-body__action {
      width: calc(50% - 30px);
   }
   .lk-accordion__row .table-body__action {
      text-align: left;
   }
}
@media (max-width: 1080px) {

   .lk-tabs {
      position: relative;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      margin-bottom: 55px;
   }
   .lk-tabs__item {
      padding: 15px 50px;
   }
   .lk-tabs__list, .lk-tabs__content {
      width: 100%;
   }
   .lk-tabs__list {
      border-bottom: 1px solid #EBEBEB;
      border-right: 0;
      padding-top: 0;
   }
   
}
@media (max-width: 768px) {
   .lk-tabs__item {
      padding: 15px 30px;
   }
   .lk-content {
      padding: 20px 30px;
   }
   .lk-content__title {
      margin-bottom: 16px;
      font-size: 24px;
      line-height: 36px;
   }
   .lk_form .form__group {
      padding-bottom: 14.5px;
   }

   .lk-accordion__row.table-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
      flex-direction: inherit;
   }
   .lk-accordion__info {
      padding: 15px 0 25px;
   }
   .lk-content__form .form__group-6 {
      width: 100%;
   }
   .lk-content__form .form__group-3 {
      width: calc(50% - 15px);
   }
   .lk_form .base-textarea {
      height: 94px;
   }
   .bonus__info-img img {
      max-width: 106px;
   }
   .lk-accordion__row .table-body__date, .lk-accordion__row .table-body__status, .lk-accordion__row .table-body__total, .lk-accordion__row .table-body__action {
      width: calc(50% - 30px);
   }

   .accordion__control {
      margin-left: 10px;
   }
   .product-order__list {
      row-gap: 10px;
   }
   .product-order__item {
      padding: 12px 11px 14px;
   }
   .product-order__img {
      margin-right: 13px;
   }
   .delivery-terms__item {
      flex-direction: column;
   }
   .product-order__info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      row-gap: 10px;
   }
   .product-order__title {
      width: 100%;
   }
   .accordion__icon {
      margin-top: -2px;
   }
   .bonus__info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .bonus__content {
      width: calc(100% - 136px);
   }
   .bonus__content-list.bonus__content-list--desktop {
      display: none;
   }
   .bonus__content-list.bonus__content-list--mobile {
      margin-top: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 3px;
   }
   .bonus__decsription {
      padding: 25px 30px;
   }
   .bonus__decsription::after {
      left: 20px;
   }
   .bonus__decsription ul {
      margin-top: 9px;
   }
   .modal__lk .modal__body, .modal__thank .modal__body {
      margin: auto;
      height: auto;
   }

   .lk_form .btn-change-pass {
      margin-top: 15px;
   }
   .form__group.group-name {
      order: 1;
   }
   .form__group.group-phone {
      order: 3;
   }
   .form__group.group-surname {
      order: 2;
   }
   .form__group.group-email {
      order: 4;
   }
   .form__group.group-pass {
      order: 5;
   }
   .form__group.group-reset {
      order: 6;
   }
}
@media (max-width: 576px) {
   .lk-tabs__item {
      padding: 15px 20px;
   }
   .lk-accordion__row .table-body__date, .lk-accordion__row .table-body__status  {
      width: calc(60% - 30px);
   }
   .lk-accordion__row .table-body__total, .lk-accordion__row .table-body__action {
      width: calc(40% - 30px);
   }
   .lk-content {
      padding: 19px 20px 33px;
   }
   .lk-tabs {
     margin-bottom: 36px;
   }
   .lk_form .btn-change-pass {
      margin-top: -5px;
   }
   .bonus__info {
      column-gap: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   }
   .bonus__decsription {
      margin-bottom: 4px;
   }
   .lk_form__bottom {
      margin-top: 10px;
   }
   .form__bottom-title p {
      margin-bottom: 15px;
   }
   .bonus__decsription {
      padding: 17px 21px;
   }
   .bonus__decsription::after {
      left: 10px;
   }
   .lk_form__save {
      flex-direction: column;
      gap: 20px;
   }
   .modal__lk .modal__content {
      padding: 25px 20px 35px;
   }
   .modal__lk .modal__content h3 {
      font-size: 25px;
      line-height: 1.2;
      margin-bottom: 25px;
   }
   .modal__thank .modal__content {
      padding: 30px 15px;
   }
   .modal__thank .modal__content p {
      font-size: 17px;
   }
   .lk-content__form .form__group-3 {
      width: calc(50% - 8px);
   }
   .lk-content .lk-content__form {
      column-gap: 16px;
   }
   .lk_form .base-button {
      width: 100%;
   }
}

/*bonuses  + stock */
.bonuses-banner {
   margin-bottom: 47px;
}
.bonuses-banner__row {
   background: radial-gradient(53.21% 53.21% at 50% 46.79%, #FFFFFF 0%, #DDE6EE 100%);
   border-radius: 2px;
   min-height: 398px;
   position: relative;
   overflow: hidden;
   display: flex;
}
 
.bonuses-banner__flex {
   position: relative;
   width: 100%;
   display: flex;
   column-gap: 62px;
   align-items: center;
   padding: 30px 104px;
   z-index: 2;
}
 
.bonuses-banner__flex .bonus-img {
   width: 39%;
   position: relative;
   height: 100%;
}
.bonuses-banner__flex .bonus-img div {
   position: absolute;
   width: 662px;
   height: 372px;
   top: 0;
   right: 0;
   min-height: 217px;
}
.bonuses-banner__flex .bonus-img img {
   display: block;
   width: 100%;
   height: 100%;
   /* object-fit: cover; */
   object-fit: contain;
   flex-shrink: 0;
}
.bonuses-banner__flex .bonus-content {
   width: calc(61% - 62px);
}
.bonus-content span {
   display: block;
   font-weight: 700;
   font-size: 12px;
   line-height: 18px;
   margin-bottom: 7px;
}
.bonus-content h2, .bonus-content__title {
   font-weight: 400;
   font-size: 28px;
   line-height: 38px;
   color: var(--sub-template-color);
   margin-bottom: 23px;
   max-width: 400px;
}
 
.bonus-content h2 span, .bonus-content__title span {
   display: inline-block;
   font-weight: 600;
   font-size: 48px;
   line-height: 38px;
   margin-top: -10px;
   margin-bottom: 0;
}
 
.bonus-content p {
   font-size: 16px;
   line-height: 26px;
   max-width: 520px;
}
 
.bonuses-banner__row .precent {
   position: absolute;
   width: 268px;
   height: 268px;
   top: -29px;
   right: -21px;
   z-index: 1;
}
 
.bonuses__questions {
   margin-bottom: 90px;
}
.bonuses__accordion {
   border-top: 1px solid #EAEAEA;
}
.bonuses__accordion:last-child{
   border-bottom: 1px solid #EAEAEA;
}
 
.bonuses__accordion .accordion__title {
   padding-top: 25px;
   align-items: center;
   justify-content: flex-start;
   padding-bottom: 24px;
   cursor: pointer;
}
 
.bonuses__accordion .accordion__button {
   margin-left: 0;
   margin-right: 30px;
   color: var(--sub-template-color);
   background-color: #F5F5F5;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bonuses__accordion .accordion__title.opened .accordion__button {
   color: white;
   background-color: var(--sub-template-color);
}
.bonuses__accordion .accordion__title.opened .accordion__button svg {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.bonuses__accordion .accordion__body {
   padding-left: 65px;
   margin-top: 0;
   padding-bottom: 37px;
}
.bonuses__accordion .accordion__body {
   line-height: 1.5;
}
.bonuses__accordion .accordion__body p:not(:last-child){
   margin-bottom: 10px;
}
.bonuses__accordion .accordion__body span {
   display: block;
   font-weight: 700;
}
.bonuses__accordion .accordion__body .note, .pay-delivery .note {
   color: #808080;
   padding: 21px 30px 27px;
   background: #F6F6F6;
   border-radius: 2px;
   margin-top: 28px;
   position: relative;
   font-size: 16px;
   line-height: 24px;
}
.pay-delivery .note p:not(:last-child) {
   margin-bottom: 10px;
}
.pay-delivery .note span {
   font-weight: 700;
}
.bonuses__accordion .accordion__body .note::after, .pay-delivery .note::after {
   content: ''; 
   position: absolute;
   left: 20px; top: -32px;
   border: 20px solid transparent; border-bottom: 20px solid #F6F6F6;
}
.bonuses__list {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   border-radius: 1px;
   column-gap: 18px;
   row-gap: 20px;
   counter-reset: item;
   margin-bottom: 75px;
}
 
.bonuses__item {
   display: flex;
   flex-direction: column;
   padding: 30px 35px 42px;
   border: 1px solid #EAEAEA;
   border-radius: 2px;
   position: relative;
}
 
.bonuses__item h3 {
   font-weight: 600;
   font-size: 22px;
   line-height: 1.27;
   margin-bottom: 14px;
}
 
.bonuses__item img {
   display: block;
   width: auto;
   height: 101px;
   max-width: 133px;
   object-fit: contain;
   margin-bottom: 13px;
}
 
.bonuses__item p {
   font-size: 16px;
   line-height: 1.5;
}
.bonuses__item p > span{
   font-weight: 600;
}
 
.bonuses__item:before {
   display: block;
   counter-increment: item;
   content: "0" counter(item);
   align-self: flex-end;
   margin-left: auto;
   font-weight: 600;
   font-size: 16px;
   line-height: 1.5;
   color: var(--sub-template-color);
   margin-bottom: 3px;
}
.bonuses__accordion .accordion__body .btn-default {
   color: var(--sub-template-color);
}
.note-demo {
   display: flex;
   align-items: center;
   gap: 12px 23px;
   padding-top: 12px;
   padding-bottom: 7px;
}
.note-demo img {
   width: 117px;
   height: 72px;
}
.note-demo p {
   font-size: 22px;
   line-height: 36px;
   color: var(--sub-template-color);
   margin-top: 5px;
}
ul.check-list {
   padding-top: 15px;
   padding-left: 26px;
}
ul.check-list.grid-list {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   row-gap: 3px;
   column-gap: 48px;
}
ul.check-list li {
   color: #424242;
   position: relative;
   margin-bottom: 10px; 
}
ul.check-list li:last-child {
   margin-bottom: 0; 
}
ul.check-list li:before {
   position: absolute;
   display: block;
   opacity: 1;
   content: '';
   top: 1.5px;
   left: -26px;
   right: auto;
   width: 16px;
   height: 15px;
   background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjEuNDE0MjEiIHkxPSI5Ljc2MzM2IiB4Mj0iNi4xOTE3OSIgeTI9IjE0LjUyNTYiIHN0cm9rZT0iIzAwQjM1OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGxpbmUgeDE9IjE0LjUyNzMiIHkxPSI2LjE3Nzg5IiB4Mj0iNi40MTIyOCIgeTI9IjE0LjI5MyIgc3Ryb2tlPSIjMDBCMzU5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
   background-repeat: no-repeat;
   background-position: center;
}

ol.check-list {
   padding-top: 10px;
   padding-left: 33px;
   counter-reset: num;
}
ol.check-list li {
   color: #424242;
   position: relative;
   margin-bottom: 10px; 
}
ol.check-list li:last-child {
   margin-bottom: 0; 
}
ol.check-list li:before {
   display: block;
   position: absolute;
   counter-increment: num;
   content: "0" counter(num);
   top: 0;
   left: -33px;
   margin-left: auto;
   font-weight: 600;
   font-size: 16px;
   line-height: 1.4;
   color: var(--sub-template-color);
}
.info-page div:last-child {
   margin-bottom: 60px;
}
.info-page .btn-reset {
   color: #424242;
}

.stepper__btn--disabled {
	pointer-events: none;
}
span.actions__input {
   display: flex;
   align-items: center;
   justify-content: center;
}
.stock-detail {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: flex-start;
   -ms-flex-align: flex-start;
   align-items: flex-start;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: space-between;
   column-gap: 30px;
}
.stock__badge {
   max-width: 100%;
   color: #ffffff;
   font-size: 14px;
   line-height: 22px;
   padding: 7px 13px 9px;
   background: var(--sub-template-color);
   border-radius: 2px;
   margin-top: 6px;
}
.stock-detail .posts__date {
   margin-top: 13px;
}
.stock-banner {
   padding-bottom: 70px;
}
.stock-banner__row {
   border-radius: 2px;
   min-height: 425px;
   position: relative;
   overflow: hidden;
   margin-bottom: 40px;
   background-position: 50% 0;
   background-repeat: no-repeat;
   background-size: cover;
}
 
.stock-banner__flex {
   position: relative;
   width: 100%;
   z-index: 1;
}
 
.stock-banner__flex img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   flex-shrink: 0;
}

.stock-banner .stock-content {
   width: 40%;
   position: absolute;
   top: 30%;
   left: 55%;
   z-index: 2;
}

.stock-banner.news-banner .stock-content {
   width: 31%;
   position: absolute;
   top: 22.5%;
   left: 5%;
   z-index: 2;
}

.stock-descript h2,
.stock-descript h3 {
    margin: 2rem 0 1.5rem;
}

.stock-descript ol {
    list-style: decimal;

    padding-left: 20px;
    margin: 0.5rem 0;

    li{
        padding-left: 0.5rem;
    }
}

.stock-content span {
   display: block;
   font-weight: 700;
   font-size: 12px;
   line-height: 18px;
   margin-bottom: 5px;
}

.stock-content h2, .stock-content__title {
   font-weight: 400;
   font-size: 36px;
   line-height: 38px;
   color: var(--sub-template-color);
   margin-bottom: 8px;
}
.news-banner .stock-content span {
   margin-bottom: 10px;
}
.news-banner .stock-content h2, .news-banner .stock-content__title{
   margin-bottom: 17px;
}
.stock-content h2 span, .stock-content__title span {
   display: inline-block;
   font-weight: 600;
   font-size: 40px;
   line-height: 38px;
   margin-top: -10px;
   margin-bottom: 0;
}
 
.stock-content p {
   font-size: 16px;
   line-height: 1.5;
}
.stock-descript p {
   font-size: 16px;
   line-height: 1.5;
}
.stock-descript p:not(:last-child) {
   margin-bottom: 20px;
}
.stock-descript span {
   font-weight: 700;
   font-size: 18px;
}
.stock-descript ul.check-list li {
   margin-bottom: 16px;
}
.stock-descript ul:not(:last-child) {
   margin-bottom: 20px;
}
.stock-descript a {
   color: var(--sub-template-color);
}


@media (max-width: 1200px) {
   .bonuses-banner__flex {
     column-gap: 25px;
     padding: 30px 60px;
   }
   .bonuses-banner__flex .bonus-img {
     width: 42%;
   }
   .bonuses-banner__flex .bonus-content {
     width: calc(58% - 25px);
   }
  
}

 
@media (max-width: 1080px) {
   .bonuses__item  {
     padding: 26px 29px 32px 21px;
   }
}
 
@media (max-width: 992px) {
   .bonuses-banner__flex {
     flex-direction: column;
     align-items: flex-start;
   }
   .bonuses-banner__flex .bonus-img {
     width: 100%;
   }
   .bonuses-banner__flex .bonus-img div {
      position: inherit;
      width: inherit;
      height: inherit;
      max-height: 372px;
   }
   .bonuses-banner__flex .bonus-content {
     width: 99%;
   }
   .bonus-content h2, .bonus-content__title, .bonus-content p {
     max-width: 600px;
   }
   .bonuses-banner__row .precent {
      top: -6px;
      right: -36px;
      width: 200px;
      height: 195px;
   }

   .stock-content h2, .stock-content__title, .stock-content p {
      max-width: 600px;
   }
   ul.check-list.grid-list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 30px;
   }
   .stock-detail .stock__badge, .stock-detail .posts__date {
      display: none;
   }
   .stock-banner__row {
      min-height: 385px;
      background-position: 52% 0;
   }
   .stock-banner.news-banner .stock-banner__row {
      background-position: 37% 0;
   }
   .stock-banner.news-banner .stock-content {
      width: 40%;
      top: 15%;
   }
}
@media (max-width: 820px) {
   .bonuses__list {
      grid-template-columns: 1fr;
   }
}
@media (max-width: 767.9px) {
   .bonuses-banner__flex {
     padding: 34px 20px;
   }
   .bonuses-banner__row .precent {
      width: 145px;
      height: 136px;
   }
   .bonuses-banner {
     margin-bottom: 43px;
   }
   .bonus-content h2, .bonus-content__title {
     font-size: 20px;
     line-height: 28px;
     margin-bottom: 16px;
   }
   .bonus-content span {
      margin-bottom: 12px;
   }
   .bonus-content h2 span, .bonus-content__title span {
     font-size: 36px;
     line-height: 38px;
     margin-top: -1px;
   }
   .bonuses__questions {
     margin-bottom: 37px;
   }
   .bonuses__questions h2 {
     font-size: 28px;
     line-height: 40px;
     margin-bottom: 25px;
   }
   .bonuses__list {
     margin-bottom: 60px;
   }
   .bonuses__item  {
     padding: 32px 21px;
   }
   .bonuses__item h3 {
     margin-bottom: 12px;
   }
   .bonuses__item img {
     margin-bottom: 19px;
   }
   .bonuses__item:before {
     position: absolute;
     top: 25px;
     right: 29px;
   }
   .bonuses__accordion .accordion__title {
     padding-top: 19px;
     align-items: flex-start;
     font-size: 18px;
     line-height: 28px;
     padding-bottom: 26px;
   }
   .bonuses__accordion .accordion__button {
      margin-right: 15px;
   }
   .bonuses__accordion .accordion__body {
      padding-left: 49px;
   }
   .bonuses__accordion .accordion__body .note, .pay-delivery .note {
      padding: 22px 20px 26px;
      margin-top: 23px;
   }
   .stock-banner__row {
      min-height: 336px;
   }
   .stock-banner .stock-content {
      width: 53%;
      left: 44%;
      top: 25%;
   }
   .stock-banner.news-banner .stock-content {
      width: 31%;
      position: absolute;
      top: 15%;
      left: 5%;
      z-index: 2;
   }
   .news-banner .stock-content span {
      margin-bottom: 5px;
   }
   .news-banner .stock-content h2, .news-banner .stock-content__title{
      margin-bottom: 5px;
   }
   .stock-content h2, .stock-content h2 span, .stock-content__title span  {
      font-size: 26px;
      line-height: 1.15;
   }
   .note-demo {
      flex-direction: column;
      align-items: flex-start;
      padding-top: 10px;
      padding-bottom: 0px;
   }
   .note-demo img {
      width: 86px;
      height: 51px;
   }
   .note-demo p {
      font-size: 18px;
      line-height: 30px;
      margin-top: 0px;
   }
   ul.check-list.grid-list {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 25px;
   }
}
@media (max-width: 568px) {

   ul.check-list.grid-list {
      grid-template-columns: 1fr;
   }
   .stock-banner .stock-content {
      width: 55%;
      left: 38%;
      top: 13%;
   }
   .stock-banner.news-banner .stock-banner__row {
      background-position: 28% 0;
   }
   .stock-banner .stock-content {
      width: 55%;
      left: 38%;
      top: 13%;
   }
   .stock-banner.news-banner .stock-content {
      width: 51%;
      position: absolute;
      top: 8.3%;
      left: 27px;
      z-index: 2;
   }
}
@media (max-width: 420px) {
   .bonuses-banner__flex {
      padding: 15px 20px 34px;
   }
   .bonuses-banner__flex .bonus-img div {
      position: inherit;
      width: 382px;
      height: 217px;
      top: -5px;
      right: 33%;
      min-height: 217px;
   }
   .bonus-content p {
      line-height: 24px;
   }
   
}

.modal-cancel .modal__body {
    max-width: 452px;
}

.modal__form--row {
    display: flex;
    -ms-flex-wrap: wrap;
   flex-wrap: wrap;
    justify-content: space-between;
}
.modal__form--row .form__group {
    width: 100%;
}

.form__group .base-button {
    width: 100%;
}

@media (min-width: 768px) {
    .modal__form--row .form__group-6 {
        width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .modal-cancel .modal__body {
        max-width: calc(100% - 38px);
    }
}
/* End */
/* /local/components/bf/cookiespro/templates/.default/style.css?17260573302650 */
/* /local/templates/mix/components/arturgolubev/search.title/custom/style.css?173347278715585 */
/* /local/templates/mix/components/bitrix/catalog.compare.list/main/style.css?17260573301265 */
/* /local/templates/mix/components/bitrix/sale.basket.basket.line/main/style.min.css?17260573304011 */
/* /local/components/manao/oneclickbuy/templates/.default/style.css?17303628102163 */
/* /local/components/bf/order.confirm.code/templates/oneclickbuy/style.css?17327976731321 */
/* /local/templates/mix/styles.css?17751340023579 */
/* /local/templates/mix/style/vendors.css?172605733022173 */
/* /local/templates/mix/style/simplebar.css?17260573304309 */
/* /local/templates/mix/style/style-shop.css?172647574149812 */
/* /local/templates/mix/style/fancybox.css?172605733025343 */
/* /local/templates/mix/style/main.css?1765875091218529 */
/* /local/templates/mix/style/basket.css?173036128036727 */
/* /local/templates/mix/style/cabinet.css?176969078032791 */
