body {
	  font-family: "Montserrat", sans-serif;
}

.search-btn {
	display: none;
	position: fixed;
	z-index: 95;
	left: 50%;
	transform: translateX(-50%);
}

.search-btn span {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	width: 44px;
	height: 44px;
	background: url("/upload/headerSearch/magnifying-glass.svg") center no-repeat;
	padding: 5px 20px;
	background-size: 16px;
}

.search-btn span.active {
	background: url("/upload/headerSearch/close.svg") center no-repeat;
	background-size: 16px;
}

.search-btn__field {
	position: relative;
	display: none;
}

.search-btn__field .search__wrap {
	position: absolute;
	display: flex;
	align-items: center;
	left: -42vw;
	top: 26px;
	height: 40px;
	outline: none;
}

.search-btn__field input {
	display: block;
	top: 26px;
	padding: 0 40px 0 20px;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	color: #141414;
	border: 1px solid #666!important;
	outline: none;
}

.search-btn__field .search__wrap button {
	display: inline-block;
	position: absolute;
	right: 8px;
	height: 30px;
	width: 30px;
	border: none;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer;
	background: url("/upload/headerSearch/search.svg") center no-repeat;
	-webkit-background-size: 55%;
	background-size: 55%;
	padding: 0;
}

.catalog_heading_h3 {
	margin: 0;
    font-size: 26px;
    text-transform: none;
    color: #000;
    line-height: 40px;
    font-style: normal;
}


@media screen and (max-width: 767px) {
	.search-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 51px;
		top: 0;
	}
}

@media screen and (max-width: 520px) {
	.top-mobile-phones span {
		display: none;
	}

	.search-btn {
		left: 28%;
	}

	.search-btn__field .search__wrap {
		left: -29vw;
	}
}

@media screen and (max-width: 430px) {
	.search-btn {
		left: 30%;
	}
	.top-mobile-phones a i {
		font-size: 18px;
	}
}

@media screen and (max-width: 400px) {
	.top-mobile-phones a i {
		font-size: 16px!important;
	}

	.search-btn {
		left: 32%;
	}
}

@media screen and (max-width: 380px) {
	.top-mobile-phones {
		left: 70px!important;
	}

	.top-mobile-phones a i {
		/*height: 32px;*/
		font-size: 23px!important;
		padding: 6px!important;
		border: none!important;
	}

	.cart {
		right: 5px!important;
	}

	.cart > button {
		font-size: 15px!important;
		margin-right: 0!important;
	}

	.search-btn {
		left: 37%;
		/*top: 9px;*/
	}
}

@media screen and (max-width: 340px) {
	.search-btn {
		left: 40%;
	}
}



/* style for disable delivery */

.radio.radio__disable {
	pointer-events: none;
	position: relative;
}

.radio.radio__disable .radio__question {
	content: "?";
	font-size: 13px;
	cursor: pointer;
	pointer-events: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 20px;
	height: 20px;
	border: 1px solid #393939;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;

}

.radio.radio__disable:before {
	content: "";
	cursor: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
}

.radio.radio__disable label {
	color: #ccc;
}

.radio__text-delivery {
	display: none;
	font-size: 13px;
	line-height: 1.2;
	position: absolute;
	top: -50px;
	z-index: 11;
	left: 62%;
	width: 250px;
	padding: 5px 10px;
	background: #ffffff;
	border: 1px solid #393939;
	border-radius: 3px;
	font-style: italic;
}

@media screen and (max-width: 1200px) {
	.radio.radio__disable .radio__question {
		right: -20px;
	}
}

@media screen and (max-width: 768px) {
	.radio__text-delivery {
		top: -14px;
		right: 10px;
		left: auto;
	}
}

/* style for disable delivery */

/* style for delivery methods */

.delivery__item-header {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 68px;
	padding: 10px 25px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.delivery__item-header.delivery-c1 {
	background: #f6f6f6;
}
.delivery__item-header.delivery-c2 {
	background: #E8E8E8;
}
.delivery__item-header.delivery-c3 {
	background:  #E6DEBA;

}
.delivery__item-header.delivery-c4 {
	background: #D7DCA0;

}
.delivery__item-header.delivery-c5 {
	background: #C1BCA3;
}
.delivery__item-header.delivery-green {
	background: #E0F8DC;
	border: 1px solid #66DE53;
}
.delivery__item-header.delivery-yellow {
	background: #FFF6D9;
	border: 1px solid #FFDC65;
}
.delivery__item-header.delivery-orange {
	background: #FFD5AD;
	border: 1px solid #FFB46D;
}
.delivery__item-header.delivery-red {
	background: #FEDCDA;
	border: 1px solid #F79390;
}
.delivery__item-header.delivery-blue {
	background: #e6f4f9;
	border: 1px solid #a3dad4;
}


.delivery__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.delivery__row:before {
	display: unset;
}

.row.delivery__row div.row-item {
	margin-bottom: 40px;
	padding: 0!important;
}

.row.delivery__map div.row-item {
	padding: 0!important;
}

.delivery__item {
	height: 100%;
	border: 1px solid #dedede;
	width: 87%;
	margin: 0 auto;
}

.delivery__item.delivery__ml {
	margin: 0 0 0 auto;
}

.delivery__item.delivery__mr {
	margin: 0 auto 0 0;
}

.delivery__free {
	text-transform: uppercase;
	font-size: 15px;
	color: #333333;
	font-weight: 600;
}

.delivery__item-content {
	padding: 10px 0;
}

.delivery__item-content ~ span {
	display: block;
}

.delivery__item-content span.delivery__free-inside {
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	color: #333333;
	font-weight: 600;
}

.delivery__text {
	padding: 8px 20px;
	font-size: 15px;
	line-height: 18px;
	display: block;
	text-align: center;
}

.row.delivery__map {
	margin-bottom: 40px;
	margin-right: 35px;
	margin-left: 35px;
}
.delivery-interval{
	background: #FFF6D9;
	border: 1px solid #FFDC65;
	border-radius: 5px;
	margin-bottom: 25px;
	padding: 10px;
}

.article-similar-products-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.author_snippet {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	width: 100%;
	max-width: 900px;
	background: url('../images/author.png') no-repeat left top;
	background-size: cover;
	padding: 24px 28px;
}

.author_snippet:hover {
	text-decoration: none;
}

.author_snippet::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	transition: background 0.25s ease;
}

.author_snippet::before {
	background: rgba(0, 0, 0, 0.5);
}

.author_snippet:hover::before {
	background: rgba(0, 0, 0, 0.6);
}

.author_snippet--name {
	font-weight: 600;
	font-size: 36px;
	line-height: 43px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 10px;
}

.author_snippet--description {
	font-weight: 350;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
}

.delivery_page p.first-paragraph-person,
.first-paragraph-person {
	margin-top: 0;
}

@media screen and (max-width: 1200px) {
	.delivery__item.delivery__ml {
		margin: 0 auto;
	}

	.delivery__item.delivery__mr {
		margin: 0 auto;
	}

}

@media (max-width: 1200px) and (min-width: 992px) {
	.row.delivery__map {
		margin-bottom: 40px;
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media screen and (max-width: 992px) {
	.row.delivery__map {
		margin-bottom: 40px;
		margin-right: 0;
		margin-left: 0;
	}
}

@media (max-width: 992px) and (min-width: 576px) {
	.delivery__item {
		width: 65%;
		margin: 0 auto;
	}
}

.row-align-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.related-slider-gift .product-thumb .name a {
	font-size: 14px;
	line-height: normal;
}

.related-slider-gift .price {
	font-size: 16px;
	margin-top: 0 !important;
}

.related-slider-gift .section-buy {
	font-size: 16px;
}

.related-slider-gift .product-thumb .product-btn {
	margin-top: 0;
}

.related-slider-gift .related-product {
	padding: 0 15px;
}

.product-section--gifts {
	margin-bottom: 0 !important;
}

.related-slider-gift.owl-carousel {
	margin-left: -7.5px;
}

.modal-atc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
	padding: 100px 0;
}

.modal-atc--show {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-atc__container {
	background: #F8F8F8;
	width: 478px;
	max-width: 100%;
	padding: 38px 85px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 35px;
	margin: 200px auto;
}

.modal-atc__header {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 31px;
	text-align: center;
	color: #000000;
	margin: 0;
	font-family: 'Helvetica';
	background: url("../images/modal-cart.svg") no-repeat right center;
	padding-right: 35px;
}

.modal-atc__buttons {
	max-width: 100%;
	width: 293px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.modal-atc__button,
a.modal-atc__button {
	border: none;
	background: #000000;
	height: 48px;
	text-align: center;
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #EBEBEB !important;
	text-decoration: none !important;
	border: 1px solid #000000;
	transition: background 0.15s ease, color 0.15s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-atc__button.modal-atc__button--white,
.modal-atc__button:hover {
	background: transparent;
	color: #000000 !important;
}

.modal-atc__button.modal-atc__button--white:hover {
	background: #000000;
	color: #EBEBEB !important;
}

.modal-atc__product {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.modal-atc__product_picture {
	max-width: 74px;
	display: block;
	text-align: center;
}

.modal-atc__product_picture img {
	max-width: 100%;
}

.modal-atc__product_title {
	max-width: 174px;
	margin: 0;
	text-align: center;
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
}


.special-block {
	background-color: #ececec;
	padding: 15px 0;
}

.special-block p {
	margin: 0;
}

.color--red,
a.color--red:hover {
	color: #cc1e1e !important;
}

.sale.sale--dark {
	background: #000000;
}

.sale.sale--blue {
	background: #3AADEE;
}

.banner-catalog-left {
	display: block;
	text-align: center;
}

.banner-catalog-left img {
	max-width: 100%;
}

.catalog-sale-description-text {
	margin-bottom: 16px;
}

.catalog-section-banner {
	display: block;
	margin: 20px 0;
}

@media (min-width: 768px) {

	.banner-catalog-left {
		margin-top: 24px;
	}

	.special-block {
		display: none;
	}
}

.catalog_list_graphic,
.box.account ul a.catalog_list_graphic,
.box.affilate ul a.catalog_list_graphic
{
	padding: 0;
}

.catalog_list_graphic::before {
	display: none;
	content: none;
}

.banner--in-post {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.show-only-sm {
	display: none;
}

.reference-price--container {
	display: flex;
	flex-wrap: wrap;
}



.reference-price--old-price {
	text-decoration: line-through;
}

.reference-price--red {
	color: #cc1e1e;
}

.price-section.price-section--small {
	font: 400 28px "Fira Sans", sans-serif;
	line-height: 36px;
}

.price-old.catalog-item--price-old {
	display: inline-block;
	font: 400 28px "Fira Sans",sans-serif;
	font-style: normal;
	color: #656565;
	line-height: 36px;
	float: left;
	margin-left: 5px;
	text-decoration: none;
}

.price-old.catalog-item--price-old span {
	text-decoration: line-through;
}

.ed_izmereniya_detail.ed_izmereniya_detail--new {
	font-size: 18px;
	margin-left: 7px;
	float: left;
}

@media (max-width: 768px) {
	.ed_izmereniya_detail.ed_izmereniya_detail--new {
		float: none;
		margin-left: 0;
	}
}

.sale-js {
	position: absolute;
	right: 0;
	top: 34px;
}

.basket-onclick-block .rz_oneclick-buy,
.basket-onclick-block .rz_oneclick-buy .btn.btn-primary {
	width: 100%;
}

@media (max-width: 1200px) {
	.show-only-sm {
		display: block;
	}

	.banner--in-post {
		width: 300px;
		max-width: 100%;
		margin: 24px 0;
	}
}

@media (max-width: 767px) {
	.product_page h1.product-title {
		max-width: initial;
		text-align: center;
	}

	.sale-js {
		position: initial;
		left: initial;
		right: initial;
		margin: 0 auto;
	}

	.hide-sm {
		display: none;
	}


	.banner--in-post {
		width: 100%;
		margin: 24px auto;
	}

	.second_column.second_column--show-sm {
		display: block;
		float: initial;
		margin: 0 auto;
	}

	.banner-catalog-left {
		display: none;
	}

	.banner-catalog-left.banner-catalog-left--mobile-show {
		display: block;
	}

	/* .items-seometa-tag-link {display: none;} */
	.box .box-content, #content .row.slide {display: none;}

	#full_gallery{width: 100%; overflow: hidden;}
	.images-full-loading {display: none;}
	.lazyframe {margin-bottom: 50px;}

}

@media (max-width: 508px) {
	.modal-atc__container {
		padding: 34px;
		max-width: calc(100% - 30px);
	}

	.modal-atc__header {
		font-size: 16px;
	}
}

@media screen and (max-width: 576px) {
	.delivery__item {
		width: 100%;
	}

	.row.delivery__row div.row-item {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
}
/* style for delivery methods */

.content_section .clearfix.hidden-xs {
	display: none;
}

.lbl-title.lbl-title-wide h2{
	width: 370px;
}

.banners .banner-1 .s-desc .title a{
	line-height: 25px;
}
.black_friday{
	display: none;
	font-size: 26px;
	line-height: 32px;
	background: #000;
	color: #fff;
	margin-top: 22px;
	/* margin-bottom: -8px; */
	justify-content: center;
	text-decoration: none;
	position: fixed;
	width: 100%;
	z-index: 10000;
}
.black_friday:visited{
	color: #fff;
}

.blog_hr_text {
	font-family: 'Noto Serif', serif;
	font-size: 19px;
	font-style: italic;
	width: 100%;
	text-align: center;
}
.blog_hr_text a {
	font-weight: bold;
	font-size: 19px!important;
}

@media (max-width:768px) {
	.black_friday{
		display: flex;
	}
}
@media (max-width:480px) {
	.black_friday{
		margin-top: 0;
		font-size: 18px;
	}
}

@media (max-width: 768px) {
		.image_mobile_none{
			display: none;
		}

		#content .slide .col-sm-2{
			display: none!important;
		}
		#content .slide .col-sm-10{
			display: block!important;
		}
}


@media (min-width: 768px){
	.col-sm-3.banner-1{
		width: 20%;
	}
}

#title-search_footer{
	display: inline-block;
	float: initial;
	margin-left: 20px;
	width: 214px;
	height: 39px;
	background: rgba(255,255,255, 0.8);
	border-radius: 5px;
	margin-top: -10px;
}

/* .header_search, */
#title-search-input{
	border-radius: 2px;
	border: 1px solid #4D4D4D;
	background: rgba(0, 0, 0, 0.40);
	padding-right: 17px;
	height: 34px;
}

.header-wrapper {
  height: var(--header-height);
}

.header {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--white) !important;
    width: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  z-index: 1000;
  position: fixed;
    top: 0;
  left: 0;
  will-change: transform;
}

/* состояние до появления */
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  z-index: 999999;
}

/* активное (плавно въехала) */
.header.is-fixed.is-visible {

}

.header_search form{
	height: 34px;
}
.search.header_search .icon{
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 0;
	left: unset;
	border-left: none;
}
@media (max-width:1360px) and (min-width:1200px) {
		.header_search{
			width: 150px;
		}
}
@media (max-width:1200px) and (min-width:800px) {
		.header_search{
			width: 140px;
		}
}
@media (max-width:768px) {
		.header_search{
			display: none;
		}
}


.header .top_header_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bbq_image_block {
	position: relative;
	margin-bottom: 30px;
}
.bbq_image_block .bbq_text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	font-family: "Fira Sans";
	font-size: 160px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	left: 55%;
	margin:0;
}


.bbq_image_block .calback_link {
	font-size: 17px;
	display: block;
	text-decoration: none;
	background: #C42736;
	color: #fff;
	padding: 9px 26px;
	margin: 10px auto 20px;
	border-radius: 4px;
	font-weight: 300;
	text-align: center;
	max-width: max-content;
	font-style: normal;
}

@media (max-width: 991px){
	.bbq_image_block .bbq_text{
		font-size: 120px;
	}
}
@media (max-width: 768px){
	.bbq_image_block .bbq_text{
		font-size: 90px;
	}
}
@media (max-width: 480px){
	.bbq_image_block .bbq_text{
		display:none;
	}
}

.order-confirmation-title{
	font-size: 30px;
}

.order-confirmation-details{
	font-size: 21px
}

.message.message-success{
	text-align:center;
	line-height: 28px;
}

@media (max-width: 768px) {
	.order-confirmation-title{
		font-size: 24px;
	}

	.order-confirmation-details{
		font-size: 18px
	}

	.message.message-success{
		line-height: 24px;
	}
}

.notification-wrapper .notification-panel:not(:last-child){
	border-bottom: 1px solid #AD8782;
}
.notification-panel{
	width: 100%;
	background-color: #8e2931;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 5px 10px;
	cursor:pointer;
	line-height: 17px;
}

@media screen and (max-width: 576px) {
	.notification-panel{
		font-size: 13px;
		padding: 10px 10px;
	}
}

.popup-window {
	z-index: 99999;
}

.ratio {
	position: relative;
	width: 100%;
	padding-bottom: var(--bs-aspect-ratio);
}

.ratio iframe {
	border: 0;
}

.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16* 100%);
}


.print-comment-catalog .product-comment__author {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 15px;
	font-weight: 600;
}

.print-comment-catalog .product-comment {
	border: 1px solid #D2D2D2;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 15px;
}

.print-comment-catalog .product-details-rating {
	margin: 10px 0;
}

.print-comment-catalog .product-comment__body p {
	margin: 0 0 20px;
}

.print-comment-catalog .product-comment__body p:last-child {
	margin-bottom: 0;
}

.responsive-iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* For a 16:9 aspect ratio (9 / 16 * 100) */
	height: 0;
	overflow: hidden; /* Hides any overflow if content exceeds the aspect ratio */
}

.responsive-iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow-x: hidden;
}

:root {
  --white: #fff;
  --white-800: rgba(255, 255, 255, 0.8);
  --gray-10: #f8f8f8;
  --gray-20: #ebebeb;
  --gray-30: #e5e5e5;
  --gray-50: #808080;
  --black-80: #393939;
  --black-100: #000;
  --red: #dc1d24;
  --red-click: #ba0006;
}

.containers {
  max-width: 1200px;
  margin: 0 auto;
}
.common-home .header {

}



.header__content {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 35px;
  width: 100%;
}

.header__tops {
	  border-bottom: 1px solid var(--gray-30);
}

.header__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 5px 0px;

}

.header__top-mob--phone {
  display: none;
}

.header__top-mob--cart {
  display: none;
}

.header__top-mob--burger {
  display: none;
}

.header__top-mob--close {
  display: none;
}

.header__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.header__rating {
  display: none;
}

.header__rating iframe {
    background: var(--gray-20) !important;
}

.header__rating iframe {
  filter: brightness(0.9) contrast(1.1);
}
.header__info p {
  font-weight: 400;
  font-size: 14px;
  color: var(--black-100);
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.header__info p span {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--black-100);
}

.header__top-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0px;
}

.header__top-menu ul li {
  list-style: none;
  padding: 0px 12px;
  position: relative;
}

.header__top-menu ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background: var(--black-100);
  right: 0px;
  top: 3px;
}

.header__top-menu ul li:last-child::before {
  display: none;
}

.header__top-menu ul li a {
  font-weight: 400;
  font-size: 14px;
  color: var(--black-100);
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

.header__top-menu ul li a:hover {
	color: var(--red);
}

.header__seacrh {
  width: 45%;
}

.form__seacrh {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: var(--gray-30);
  border-radius: 16px;
}

.form__seacrh-btn {
  width: 64px;
  height: 50px;
  background: var(--gray-30);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.form__seacrh input {
  background: var(--gray-30);
  border-radius: 16px;
  padding: 0px 0px 0px 20px;
  height: 50px;
  border: none;
  width: 90%;
  outline: none;
}

.header__profile {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}

.header__profile a {
  font-weight: 400;
  font-size: 14px;
  color: var(--black-100);
  text-decoration: none;
}

.header__phone {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}

.header__phone a {
  font-weight: 700;
  font-size: 16px;
  color: var(--black-100);
  text-decoration: none;
}

.header__main-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 38px;
}

.header__mains {
	 border-bottom: 1px solid var(--gray-30);
}

.header__main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}

.header__menu-lists {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0px;
}

.header__menu-lists li {
  list-style: none;
}

.header__menu-lists li a {
  padding: 12px 16px;
  display: flex;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: var(--black-100);
  text-decoration: none;
}

.header__menu-lists li a:hover {
  color: var(--red);
}

.header__cart {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.header__cart-content {
  display: flex;
  flex-direction: column;
}

.header__cart-title {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: var(--black-100);
}

.header__cart-price {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: var(--black-100);
}

.breacrums {
  padding: 20px 0px;
}

.breacrums__list {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0px;
}

.breacrums__list li {
  list-style: none;
  position: relative;
}

.breacrums__list li::before {
  content: "/";
  position: absolute;
  top: 1px;
  right: -4px;
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-50);
}

.breacrums__list li:last-child::before {
  display: none;
}

.breacrums__list li a {
  padding: 0px 15px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: var(--gray-50);
}

.breacrums__list li a:hover {
	color: var(--red);
}

.breacrums__list li:first-child a {
  padding-left: 0px;
}

.breacrums__list li:last-child span {
  padding: 0px 5px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: var(--gray-50);
}

.page__h1 {
  font-weight: 600;
  font-size: 36px;
  color: var(--black-100);
  font-family: "Montserrat", sans-serif;
  margin-top: 0px;
}

.product {
  padding: 0px 0px 40px 0px;
}

.product__container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.product__content {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.product__contentss {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product__block {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.product__slider {
  width: 55%;
  position: relative;
}

.product__contentss .product__slider {
  width: 43%;
  position: relative;
}
/* Left column: gallery */
.gallery {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  align-items: start;
  border-radius: 6px;
}
.thumbs {
  width: 100%;
  height: 75px;
  padding-bottom: 10px;
  position: relative;
}
.thumbs::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    to(rgba(246, 246, 246, 0))
  );
  background: linear-gradient(270deg, #fff 0%, rgba(246, 246, 246, 0) 100%);
  z-index: 9;
  pointer-events: none;
}
.thumbs .swiper-slide {
  border: 1px solid var(--878da5);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: auto;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.thumbs .swiper-slide-thumb-active {
  border-color: var(--111d4c);
}
.thumbs .swiper-button-prev,
.thumbs .swiper-button-next {
  color: #9ca3af;
  width: 24px;
  height: 24px;
  --swiper-navigation-size: 18px;
}
.thumbs .swiper-button-prev {
  top: -2px;
  transform: translateY(-100%);
}
.thumbs .swiper-button-next {
  bottom: -2px;
  top: auto;
  transform: translateY(100%);
}

.main {
  height: 520px;
  width: 100%;
  padding-bottom: 5px;
  overflow: hidden;
  padding-right: 2px;
  border: 1px solid var(--878da5);
  border-radius: 6px;
  position: relative;
}


.main .swiper-slide {
  height: 520px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main img,
.thumbs img {
  max-width: 100%;
  max-height: auto;
  object-fit: contain;
  display: block;
}

.main img {
	border-radius: 16px;
	overflow: hidden;
}

.product__contents {
  width: 78%;
  display: flex;
  flex-direction: column;
}

.product__mains {
  width: 40%;
}

.product__contentss .product__mains {
  width: 55%;
}

.product__rating {
	display: none;
}

.product__name {
  font-weight: 700;
  font-size: 36px;
  color: var(--black-80);
  margin-top: 0px;
   font-family: "Montserrat", sans-serif;
}

.product__info {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-50);
  margin-top: 8px;
   font-family: "Montserrat", sans-serif;
}

.product__info span {
  font-weight: 600;
  font-size: 14px;
  color: var(--gray-50);
   font-family: "Montserrat", sans-serif;
}

.product__border-block {
  background: var(--gray-10);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 55px;
}

.product__border-block h3 {
  font-weight: 600;
  font-size: 16px;
  color: var(--red);
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
   font-family: "Montserrat", sans-serif;
}

.product__border-block p {
  font-weight: 400;
  font-size: 12px;
  color: var(--black-80);
  margin-bottom: 0px;
   font-family: "Montserrat", sans-serif;
}

.product__oldprice {
  font-weight: 600;
  font-size: 16px;
  text-decoration: line-through;
  color: var(--gray-50);
  margin-bottom: 4px;
   font-family: "Montserrat", sans-serif;
}

.product__prices {
	display: flex;
	flex-direction: column;
	font-size: 0px;
	line-height: 10px;
}

.product__prices-one {
  font-weight: 600;
  font-size: 16px;
  color: var(--gray-50);
  margin-top: 4px;
   font-family: "Montserrat", sans-serif;
}

.product__bottom {
    display: flex;
    flex-direction: column;
}

.product__btns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 12px;
  margin-top: 26px;
}

.product__contentss .product__btns {
	display: flex;
	flex-direction: column;
}

.product__contentss .product__btns .product__btns-cart {
	width: max-content;
	padding: 0px 50px;
}

.product__btns-cart {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 0px 16px 0px 12px;
  background: #fcd6d5;
  font-weight: 400;
  font-size: 16px;
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
   font-family: "Montserrat", sans-serif;
  height: 48px;
}

.product__btns-click {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  /*padding: 14px 16px 14px 12px;*/
  background: #fcd6d5;
  font-weight: 400;
  font-size: 16px;
  color: var(--red);
   font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.product__btns-click .rz_oneclick-buy .btn.btn-primary{

  /*padding: 14px 16px 14px 12px;*/
  background: #fcd6d5 !important;
    color: var(--red);
    height: auto;
    padding: 0px;
     font-family: "Montserrat", sans-serif;
    margin: 0;
}

.product__props {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 16px;
  margin-bottom: 65px;
}

.product__props-item {
  display: flex;
  /*flex-direction: row;*/
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3px;
}

.product__props-item--label {
  font-weight: 600;
  font-size: 14px;
  color: var(--black-80);
  font-family: "Montserrat", sans-serif;
}

.product__props-item--value {
  font-weight: 400;
  font-size: 14px;
  color: var(--black-80);
  font-family: "Montserrat", sans-serif;
}

.tabs {
  width: 100%;
  overflow: hidden;
}

.tab-buttons {
  display: flex;
  border-bottom: 1px solid var(--gray-30);
}

.tab-button {
  flex: 1;
  padding: 14px 0;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--black-80);
  transition: all 0.3s ease;
}

.tab-button.active {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--red);
  border-bottom: 2px solid var(--red);
}

.tab-content {
  display: none;
  padding: 20px 0px;
  animation: fadeIn 0.4s ease;
}

.tab-content p {
  font-weight: 400;
  font-size: 16px;
  color: var(--black-80);
  display: block;
}

.tab-content ul {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  gap: 4px;
}

.tab-content ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--black-80);
  display: block;
  position: relative;
  padding-left: 10px;
}

.tab-content ul li a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-weight: 400;
  font-size: 16px;
  color: var(--black-80);
  font-family: "Montserrat", sans-serif;
}

.tab-content ul li::after {
  content: "";
  position: absolute;
  background: var(--red);
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  top: 5px;
  left: -15px;
  z-index: 1;
}

.tab-content.active {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.video__block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 12px;
}

.video__block-title h2 {
  font-weight: 600;
  font-size: 20px;
  color: var(--black-80);
  font-family: "Montserrat", sans-serif;
}

.video__block-frame img {
  max-width: 100%;
}

.recept__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 12px;
}

.recept__item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--gray-30);
  border-radius: 16px;
}

.recept__item-image img {
  max-width: 100%;
  display: block;
  width: 100%;
  border-radius: 16px 16px 0px 0px;
}

.recept__item-title {
  font-weight: 500;
  font-size: 16px;
  color: var(--black-80);
  text-decoration: none;
  padding: 12px 12px 0px 12px;
  font-family: "Montserrat", sans-serif;
}

.recept__item-text {
  font-weight: 500;
  font-size: 14px;
  color: var(--gray-50);
  padding: 12px 12px 12px 12px;
  font-family: "Montserrat", sans-serif;
}

.block__rows {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 12px;
}

.block__rows-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px;
}

.block__rows-item h4 {
  font-weight: 600;
  font-size: 18px;
  color: var(--black-80);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  font-family: "Montserrat", sans-serif;
}

.block__green {
  background: #e1f8dc;
}

.block__yellow {
  background: #fff6d9;
}

.block__ping {
  background: #fedcda;
}

.block__blue {
  background: #e6f4f9;
}

.block__rows-items {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}

.block__rows-items p {
  font-weight: 400;
  font-size: 16px;
  color: var(--black-80);
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
}

.block__rows-items span {
  font-weight: 600;
  font-size: 16px;
  color: var(--black-80);
  font-family: "Montserrat", sans-serif;
}

.block__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 12px;
}

.city__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 12px;
}

.city__col p {
	margin-bottom: 0px;
}

.reviews__list {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
  gap: 20px;
}

.reviews__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 10px;
}

.reviews__item-date {
  position: absolute;
  top: 16px;
  right: 16px;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  color: var(--gray-50);
  font-family: "Montserrat", sans-serif;
}

.reviews__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: var(--black-100);
  font-family: "Montserrat", sans-serif;
}

.reviews__item-text {
  font-weight: 400;
  font-size: 16px;
  color: var(--black-80);
  font-family: "Montserrat", sans-serif;
}
.reviews__item-fio {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-50);
  font-family: "Montserrat", sans-serif;
}

.yandex-reviews-block {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 700px;
  height: 1000px;
  overflow: hidden;
  position: relative;
}

.yandex-reviews-block iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box;
}

.block__grey-text {
  background: var(--gray-20);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 16px;
  gap: 16px;
}

.block__grey-text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  color: var(--black-80);
  font-family: "Montserrat", sans-serif;
}

.block__yellow-text {
  background: #fff6d9;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px;
  gap: 16px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product__aside {
  width: 20%;
}

.catalogs {
  padding: 0px 0px 40px 0px;
}

.catalogs__container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.catalogs__aside {
  width: 25%;
}

.catalogs__aside .box.catalog #active_a {
	font-weight: 600;
font-size: 16px;
font-family: "Montserrat", sans-serif;
color: var(--red);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: var(--black-100);
  transition: background 0.2s;
  padding: 12px 0px 12px 44px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid var(--gray-30);
}

.accordion-header:hover {
  font-weight: 600;
  font-size: 16px;
  color: var(--red);
}
.accordion-item.active .accordion-content {
  max-height: 500px;
}

.accordion-item.active .accordion-header {
  font-weight: 600;
  font-size: 16px;
  color: var(--red);
}

.accordion-content a:hover {
  font-weight: 600;
  font-size: 16px;
  color: var(--red);
}

.accordion-header::after {
  position: absolute;
  content: "";
  background: url("../image/raz.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 20px;
  top: 20px;
  left: 22px;
  transition: transform 0.3s;
}
.accordion-item.active .accordion-header::after {
  position: absolute;
  content: "";
  background: url("../image/raz-a.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 11px;
  top: 16px;
  left: 22px;
  transition: transform 0.3s;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
}
.accordion-content a {
  padding: 12px 0px 12px 44px;
  font-weight: 400;
  font-size: 16px;
  color: var(--black-100);
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  border-bottom: 1px solid var(--gray-30);
}

.catalogs__content {
  width: 75%;
}

.catalogs__content p{
	font-size: 16px;
	font-weight: 400;
color: var(--gray-50);
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.catalogs__mob-btns {
  display: none;
}

.catalogs__tags-link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sotbit-seometa-tag-link {
	margin: 0 !important;
}

.sotbit-seometa-tag-link:after {
	display: none;
}

.catalogs__tag-link {
  border: 1px solid var(--black-100);
  border-radius: 16px;
  padding: 0px 36px 0px 16px;
  width: max-content;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: var(--black-80);
  position: relative;
  background: var(--gray-10);
  font-family: "Montserrat", sans-serif;
}

.catalogs__tag-link:hover {
	border: 1px solid var(--red);
	color: var(--red);
}

.catalogs__tag-link::before {
  content: "";
  position: absolute;
  background: url("../image/filter.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 12px;
  right: 20px;
  top: 11px;
}

.catalogs__tag-link:hover::before {
	 background: url("../image/filter-a.svg");
}

.catalog__filters {
  margin-top: 20px;
  margin-bottom: 12px;
}

.catalog__filters-name {
  font-weight: 500;
  font-size: 18px;
  color: var(--black-80);
  font-family: "Montserrat", sans-serif;
}

.form__filters {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 12px;
}

.filters__item {
  width: auto;
}

.filters__item select {
  width: 100%;
}

.select2-search--dropdown {
  display: none;
}

.select2-dropdown {
  border: 1px solid var(--black-80);
  border-radius: 16px;
  background: var(--white);
  overflow: hidden;
}

.select2-container {
  width: max-content !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  height: 41px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: var(--black-80);
  background: var(--gray-20);
  padding: 0px 6px;
}

.select2-results__option[aria-selected] {
  height: 41px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: var(--black-80);
  padding: 0px 6px;
  display: flex;
  align-items: center;
}

.select2-container--open .select2-dropdown {
  width: max-content !important;
}

.filters__item .select2-container--default .select2-selection--single {
  border: 1px solid var(--black-80);
  border-radius: 16px;
  padding: 0px 16px;
  height: 36px;
  width: max-content;
}

.filters__item  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-radius: 16px !important;
}

.filters__item
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background: url("../image/drop.svg");
  width: 12px;
  height: 5px;
  right: 20px;
  top: 16px;
}

.filters__item
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 36px;
  display: flex;
  align-items: center;
}

.filters__item
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.catalogs__grid {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 12px;
}

.result__grid {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 12px;
}

.catalogs__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.catalogs__item-freeze {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  background: #5ea7f1;
  border-radius: 16px;
  width: max-content;
  padding: 0px 6px;
  height: 23px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.catalog__razdels-mob {
  display: none;
}

.catalogs__item-sale {
  position: absolute;
  top: 240px;
  left: 0px;
  background: var(--red);
  /*border: 1px solid var(--black-100);*/
  border-radius: 0 16px 16px 0;
  padding: 0px 13px 0px 6px;
  width: max-content;
  height: 33px;
  font-weight: 700;
  font-size: 16px;
  color: var(--white);
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
}

.catalogs__item-image {
  border-radius: 16px;
  display: block;
  overflow: hidden;
}

.catalogs__item-image img {
  max-width: 100%;
}

.catalogs__item-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  display: none;
}

.catalogs__item-rating span {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: var(--black-80);
  font-family: "Montserrat", sans-serif;
}

.catalogs__item-title {
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: var(--black-80);
  text-decoration: none;
}

.catalog__item-descr {
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: var(--gray-50);
}

.catalogs__item-bottom {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.catalogs__item-price {
  background: url("../image/bg-price.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px 4px;
  width: 171px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: var(--black-80);
  position: relative;
  z-index: 2;
}

.catalog__item-oldprice {
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-decoration: line-through;
  color: var(--gray-50);
}

.catalogs__item-price--red {
  background: url("../image/red-price.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px 4px;
  width: 171px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 22px;
  color: var(--white);
  position: relative;
  z-index: 2;
}

.catalogs__item-price--red span {
  font-size: 16px;
}

.catalogs__item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 160px;
  margin-top: 12px;
  min-height: max-content;
}

/* .catalogs__item-price::after {
    content: '';
    position: absolute;
    background: url('/image/price-l.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 45px;
    left: -12px;
    z-index: 1;
}

.catalogs__item-price::before {
    content: '';
    position: absolute;
    background: url('/image/price-r.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 45px;
    right: -12px;
    z-index: 1;
} */

.catalogs__item-price span {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.catalogs__item-btn {
  background: #fcd6d5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  display: flex;
  font-family: "Montserrat", sans-serif;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 45px;
  cursor: pointer;
}

.catalogs__item-btn:hover {
	border: 1px solid var(--red);
}

.catalogs__item-btn .section-buy {
	font-size: 12px;
	color: red;
}

.catalogs__item-bottom .section-not-buy {
	font-size: 12px;
	line-height: 110%;
}

.footer {
  background: var(--gray-10);
  border-top: 1px solid var(--gray-20);
  padding: 40px 0px;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.footer__top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer__rows {
  display: flex;
  flex-direction: row;
}

.footer__col {
  width: 25%;
}
.footer__col:last-child {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.footer__menu span {
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: var(--black-100);
}

.footer__menu ul {
  padding-left: 0;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.footer__menu ul li {
  list-style: none;
  margin-top: 0px;
}

.footer__menu ul li a {
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: var(--black-100);
  text-decoration: none;
}

.footer__menu ul li a:hover {
  color: var(--red);
}

.footer__seacrh {
  border-radius: 4px;
  padding: 0px 0px 0px 20px;
  width: 271px;
  height: 50px;
  min-width: 150px;
  background: var(--gray-30);
  display: flex;
  flex-direction: row;
}

.footer__seacrh input {
  width: 90%;
  background: var(--gray-30);
  height: 50px;
  border: none;
  outline: none;
}

.footer__seacrh-btn {
  width: 64px;
  background: var(--gray-30);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.footer__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}

.footer__social li {
  list-style: none;
}

.footer__social li a {
  border: 1px solid var(--black-80);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  font-family: "Montserrat", sans-serif;
  height: 48px;
}

.footer__social li a:hover {
  border: 1px solid var(--red);
  background: var(--red);
}

.footer__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0px 165px;
}

.footer__block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 35%;
}

.footer__block span {
  font-weight: 600;
  font-size: 16px;
  color: var(--black-100);
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

.footer__texts {
  font-weight: 400;
  font-size: 14px;
  color: var(--gray-50);
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

.footer__parthenrs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 65%;
}

.footer__parthenrs span {
  font-weight: 600;
  font-size: 16px;
  color: var(--black-100);
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

.parthenrs__list {
  display: flex;
  flex-direction: row;
  gap: 3.5px;
}

.parthenrs__item a img {
  max-width: 100%;
}

.footer__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 38px;
}

.footer__pays p {
  display: flex;
  font-family: "Montserrat", sans-serif;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  text-align: center;
  color: var(--gray-50);
}

.footer__pays p img {
  max-width: 100%;
  display: block;
}

.header__top-mob--burger {
  display: none;
}

.mobile__menu {
  display: none;
}
@media (max-width: 1820px) {
  .header__content {
    margin: 0;
    width: auto;
  }
  .header__seacrh {
    width: 40%;
  }
}
@media (max-width: 1700px) {
  .header__content {
    margin: 0;
    width: auto;
  }
  .header__seacrh {
    width: 35%;
  }
}
@media (max-width: 1500px) {
  .containers {
    padding: 0px 20px;
  }
  .header__content {
    padding: 0px;
  }
  .header__top {
    padding: 12px 20px;
  }
  .header__info {
    display: none;
  }
  .header__top-menu {
    display: none;
  }
  .header__seacrh {
    width: 68%;
  }
  .header__content {
    width: auto;
    margin: 0;
  }
  .catalogs {
    padding: 0px 0px 40px 0px;
  }
  .catalogs__aside {
    width: 17.5%;
  }
  .catalogs__content {
    width: 85%;
  }
  .product__aside {
    width: 17.5%;
  }
  .product__content {
    width: 85%;
  }

  .product__contentss {
    width: 100%;
  }
  .product__slider {
    width: 50%;
  }

  .product__contentss .product__slider {
    width: 50%;
  }
  .product__mains {
    width: 50%;
  }
  .product__contentss .product__mains {
    width: 50%;
  }
  .main img {
    display: block;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
  }
  .product {
    padding: 0px 0px;
    }
}

@media (max-width: 1300px) {
  .containers {
    padding: 0px 20px;
  }
  .header__info {
    display: none;
  }
  .header__top-menu {
    display: none;
  }
  .header__seacrh {
    width: 80%;
  }
  .header__content {
    width: auto;
    margin: 0;
  }
  .catalogs {
    padding: 0px 0px 40px 0px;
  }
  .catalogs__aside {
    width: 17.5%;
  }
  .catalogs__content {
    width: 85%;
  }
  .product__aside {
    width: 17.5%;
  }
  .product__content {
    width: 85%;
  }
  .product__contentss {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .header__top-mob--phone {
    display: flex;
  }
  .header__rating {
    display: block;
  }
  .breacrums__list {
    flex-direction: unset;
    flex-wrap: wrap;
  }

  .header__top-mob--phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    width: 48px;
    height: 48px;
    background: var(--gray-20);
  }

  .header__top-mob--cart {
    display: flex;
  }

  .header__top-mob--cart a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    width: 48px;
    height: 48px;
    background: var(--gray-20);
  }

  .header__top-mob--burger {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    width: 48px;
    height: 48px;
    background: var(--gray-20);
    border: none;
    cursor: pointer;
  }

  .header__top-mob--close {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    width: 48px;
    height: 48px;
    background: var(--gray-20);
    border: none;
    cursor: pointer;
    display: none;
  }

  .header__profile {
    display: none;
  }

  .header__phone {
    display: none;
  }

  .header__main-content {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 0;
  }

  .header__cart {
    display: none;
  }

  .header__menu {
    width: 100%;
  }

  .header__menu-lists {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .header__menu-lists > * {
    display: none;
  }

  .header__menu-lists > *:nth-child(-n + 2) {
    display: block;
    width: 100%;
  }

  .header__menu-lists li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header__main {
    padding: 0px;
  }

  .header__menu {
    display: none;
  }

  .header__logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: var(--gray-20);
    width: 100%;
    padding: 8px 0px;
  }

  .catalogs__aside {
    display: none;
  }

  .catalogs__content {
    width: 100%;
  }

  .product__aside {
    display: none;
  }

  .product__content {
    width: 100%;
  }

   .product__contentss {
    width: 100%;
  }

  .catalogs__mob-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
    gap: 8px;
  }

  .catalogs__item-price {
    font-size: 14px;
    height: 33px;
    justify-content: flex-start;
    padding: 0px 15px;
    width: 100%;
  }

  .catalogs__item-price--red {
    font-size: 24px;
    height: 50px;
    justify-content: flex-start;
    padding: 0px 15px;
    width: 180px;
  }

  .catalogs__item-title {
    font-size: 13px;
    line-height: 115%;
  }

  .catalogs__item-content {
  	height: 100px;
  }

  .catalog__item-descr {
    font-size: 11px;
    line-height: 115%;
  }

  .catalogs__item-sale {
    top: 180px;
  }

  .catalogs__item-btn {
    height: 33px;
    width: 106px;
  }

  .btn__razdels {
    width: 50%;
    background: var(--gray-20);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    height: 41px;
    font-weight: 400;
    font-size: 14px;
    color: var(--black-100);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
    cursor: pointer;
  }

  .btn__razdels:hover {
    background: var(--black-80);
    border: 1px solid var(--black-100);
    color: var(--white);
  }

  .btn__razdels:hover svg path {
    fill: #fff;
  }

  .product .btn__razdels {
    width: 100%;
    background: var(--gray-20);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    height: 41px;
    font-weight: 400;
    font-size: 14px;
    color: var(--black-100);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
    cursor: pointer;
  }


 .product .catalogs__mob-btns {
 	margin-top: 0px;
 	margin-bottom: 20px;
  }
  .btn__filter {
    width: 50%;
    background: var(--gray-20);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    height: 41px;
    font-weight: 400;
    font-size: 14px;
    color: var(--black-100);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
    cursor: pointer;
  }

  .btn__filter:hover {
    background: var(--black-80);
    border: 1px solid var(--black-100);
    color: var(--white);
  }

  .btn__filter:hover svg path {
    fill: #fff;
  }

  .form__filters-block {
    width: 100%;
    overflow: scroll;
    display: none;
      overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  }

  .form__filters-block::-webkit-scrollbar {
  display: none;
}
  .form__filters-block.open {
    display: flex;
  }

  .btn__filter.open {
    width: 50%;
    background: var(--gray-20);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    height: 41px;
    font-weight: 400;
    font-size: 14px;
    color: var(--black-100);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
    cursor: pointer;
  }

  .catalog__filters-name {
    display: none;
  }

  .footer__container {
    margin: 0;
    width: auto;
    padding: 0px 20px;
  }

  .footer__top {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__rows {
    flex-direction: unset;
    flex-wrap: wrap;
  }
  .footer__col {
    width: 33%;
  }
  .footer__menu {
    justify-content: center;
    align-items: center;
  }
  .footer__menu ul {
    align-items: center;
  }
  .footer__col:last-child {
    width: 100%;
    margin-top: 36px;
  }
  .footer__seacrh {
    width: 100%;
  }
  .mobile__menu {
    background: var(--white);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 999;
    display: none;
  }

  #btn__close {
    display: none;
  }

  .mobile__menu.open {
    display: flex;
  }

  .mobile__menu-lists {
    background: var(--white);
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .mobile__menu-lists li {
    list-style: none;
    padding: 12px 16px;
    border-bottom: 1px solid var(--gray-30);
  }

  .mobile__menu-lists li a {
    font-weight: 600;
    font-size: 16px;
    color: var(--black-100);
    text-decoration: none;
  }
  .form__filters-block {
    width: 100%;
    overflow: scroll;
    display: none;
  }

  .form__filters-block.open {
    display: flex;
  }

  .btn__filter.open {
    width: 50%;
    background: var(--black-80);
    border: 1px solid var(--black-100);
    color: var(--white);
    height: 41px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
    cursor: pointer;
  }

  .btn__filter.open svg path {
    fill: #fff;
  }

  .form__filters {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .filters__item {
    width: auto;
    display: block;
    min-width: max-content;
  }

  .catalog__razdels-mob {
    display: none;
  }

  .btn__razdels.open {
    width: 50%;
    background: var(--black-80);
    border: 1px solid var(--black-100);
    color: var(--white);
    height: 41px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
    cursor: pointer;
  }

  .btn__razdels.open svg path {
    fill: #fff;
  }

  .catalogs__mob-btns {
    position: relative;
  }

  .catalogs__content {
    position: relative;
  }

  .catalog__razdels-mob.open {
    display: flex;
    position: absolute;
    z-index: 99;
    top: 36%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
  }

  .filter-reset-block input {
  	margin-top: 0px;
  }

  .catalog__razdels-mob .box-content {
    width: 100%;
  }
  .main__nav {
    display: flex;
    position: absolute;
    top: 45%;
    width: auto;
    left: 20px;
    right: 20px;
    align-items: center;
    justify-content: space-between;
  }
  .swiper-button-prevMain {
    width: 48px;
    height: 48px;
    left: 30px;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
  }
  .swiper-button-nextMain {
    width: 48px;
    height: 48px;
    right: 30px;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background:  rgba(255, 255, 255, 0.1);
    border-radius: 16px;
  }
  .catalogs__item-price--red {
  	font-size: 14px;
height: 33px;
justify-content: flex-start;
padding: 0px 15px;
width: 100%;
  }
  .catalogs__item-price--red span {
  	font-size: 12px;
  }
  .breacrums__list li::before {
font-size: 10px;
top: 2px;
right: -2px;
}
.breacrums__list li:last-child span {
	font-size: 10px;
}
.catalogs__content p {
	font-size: 12px;
	line-height: 130%;
}
}

@media (max-width: 820px) {
	.header__main {
		background: #ebebeb;
	}
	.section-not-buy {

	}
  .containers {
    padding: 0px 8px;
  }
  .select2-container {
  	left: 0px !important;
  }
  .select2-container--open .select2-dropdown {
  	width: 100% !important;
min-width: max-content;
display: inline-block;
padding: 10px 0px;
  }


  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  height: 33px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: var(--black-100);
  border: 1px solid var(--black-100);
border-radius: 16px;
  background: var(--gray-20);
  padding: 0px 12px;
  max-width: max-content;
  min-width: max-content;
}
.select2-results__option[aria-selected] {
	 height: 33px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: var(--black-100);
  border: 1px solid var(--black-100);
border-radius: 16px;
  background: var(--gray-20);
  padding: 0px 12px;
          width: max-content;
        min-width: max-content;
        max-width: max-content;
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
}
  .mobile__menu {
    background: var(--white);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 999;
    display: none;
  }

  .main__nav {
    display: flex;
  }
  #btn__close {
    display: none;
  }

  .mobile__menu.open {
    display: flex;
  }

  .mobile__menu-lists {
    background: var(--white);
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .mobile__menu-lists li {
    list-style: none;
    padding: 12px 16px;
    border-bottom: 1px solid var(--gray-30);
  }

  .mobile__menu-lists li a {
    font-weight: 600;
    font-size: 16px;
    color: var(--black-100);
    text-decoration: none;
  }

  .page__h1 {
    font-size: 24px;
  }

  .header__seacrh {
    width: 75%;
  }

  .header__top {
    gap: 8px;
    padding: 12px 12px;
  }

  .select2-container--default .select2-results>.select2-results__options {
  	display: flex;
  	flex-direction: row;
	  overflow-x: scroll;
	  gap: 5px;

	  /* Скрыть scrollbar */
	  scrollbar-width: none;        /* Firefox */
	  -ms-overflow-style: none;  
	  width: 1200px; 
	 }

  .select2-container--open .select2-dropdown {
  		display: flex;
  	 flex-direction: row;
		  overflow-x: hidden;
		  gap: 15px;

		  /* Скрыть scrollbar */
		  scrollbar-width: none;        /* Firefox */
		  -ms-overflow-style: none;   
  }

  .select2-filter--active .select2-results {
		display: flex;
  	 flex-direction: row;
  	overflow: hidden;
  	gap: 15px;
  	padding-left: 10px;

  /* Скрыть scrollbar */
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;   
  width: 100%;
  }



  .header__menu {
    display: none;
  }

  .header__logo a img {
    max-width: 100%;
  }

  .breacrums__list {
    flex-direction: unset;
    flex-wrap: wrap;

  overflow: auto;
  scrollbar-width: none; /* Firefox */
}

.breacrums__list::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

  .breacrums__list li a {
    font-size: 10px;
    padding: 0px 10px;
  }

  .breacrums__list li::before {
    font-size: 10px;
    top: 2px;
    right: -2px;
  }

  .header__rating {
    display: flex;
    background: var(--gray-20);
  }

  .catalogs__item-sale {
    top: 49%;
  }

  .catalogs__grid {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 12px;
  }

  .catalogs__tags-block {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  	white-space: nowrap;
  	scrollbar-width: none;
  }

  .catalogs__tags-link::-webkit-scrollbar {
  	display: none;
	}

  .catalogs__tags-link {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .catalogs__tag-link {
    width: 100%;
    display: flex;
    min-width: max-content;
  }

  .product__border-block {
    margin-bottom: 8px;
  }
  .product__btns {
    display: flex;
    margin-left: 12px;
  }

  .product__btns-cart {
    font-size: 0px;
    width: 98px;
  }

  .product__bottom {
    flex-direction: row;
    display: flex;
  }
  .product__prices {
    width: auto;
    margin-right: 30px;
  }

.product__btns-cart {
    height: 48px;
}
.product__btns-click {
    height: 48px;
    padding: 0px 22px 0px 22px;
}
  .product__btns {
    margin-top: 0px;
  }

  .form__filters-block {
    width: 100%;
    overflow: scroll;
    display: none;
  }

  .form__filters-block.open {
    display: flex;
  }

  .btn__filter.open {
    width: 50%;
    background: var(--black-80);
    border: 1px solid var(--black-100);
    color: var(--white);
    height: 41px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
    cursor: pointer;
  }

  .btn__filter.open svg path {
    fill: #fff;
  }

  .form__filters {
    width: 100%;

    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .filters__item {
    width: 100%;
    display: block;
    min-width: max-content;
  }

  .catalog__razdels-mob {
    display: none;
  }

  .btn__razdels.open {
    width: 50%;
    background: var(--black-80);
    border: 1px solid var(--black-100);
    color: var(--white);
    height: 41px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
    cursor: pointer;
  }

  .btn__razdels.open svg path {
    fill: #fff;
  }

  .catalogs__mob-btns {
    position: relative;
  }

  .catalogs__content {
    position: relative;
  }

  .catalog__razdels-mob.open {
    display: flex;
    position: absolute;
    z-index: 99;
    top: 40%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
  }

  .catalog__razdels-mob .accordion {
    width: 100%;
  }

  .catalogs__item-bottom {
    gap: 8px;
  }

  .catalogs__item-price span {
    font-size: 12px;
  }

  .catalogs__item-price--red span {
    font-size: 12px;
  }

  .catalog__filters {
    margin-top: 0px;
  }

  .catalogs__item-btn {
    width: 40px;
  }

  .product__block {
    flex-direction: column;
  }

  .product__slider {
    width: auto;
  }

  .block__rows {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 24px 12px;
}

.thumbs {
    display: none;
}

  .main img {
    width: 100%;
    border-radius: 16px;
    display: block;
    overflow: hidden;
  }

  .product__mains {
    width: auto;
  }

  .footer__rows {
    gap: 38px;
  }

  .footer__col {
    width: 30%;
  }

  .footer__content {
    flex-direction: column;
  }

  .footer__block {
    width: auto;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__pays p {
    text-align: left;
  }

  .parthenrs__list {
    flex-direction: unset;
    flex-wrap: wrap;
  }

  .footer__container {
    padding: 0px 8px;
  }

  .footer__seacrh {
    width: 100%;
  }

  .footer__parthenrs {
    width: auto;
    margin-top: 12px;
  }

  .parthenrs__item {
    width: 20%;
  }
}

@media (max-width: 620px) {
  .containers {
    padding: 0px 8px;
  }
  .product__prices {
  	margin-right: 0px;
  }
  .mobile__menu {
    background: var(--white);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 999;
    display: none;
  }

  .main {
  	height: 350px;
  }

  .header__top {
  	padding: 12px 12px;
  }

  .main .swiper-slide {
  	height: 350px;
  }

  .product__name {
  	font-weight: 700;
	font-size: 20px;
	color: var(--black-80);
  }

  .product__props-item {
  	display: flex;
flex-direction: unset;
align-items: flex-start;
gap: 3px;
flex-wrap: wrap;
  }

.breacrums__list {
margin-bottom: 0px;
}
  .breacrums__list li a {
  		font-weight: 400;

font-size: 14px !important;
color: var(--gray-50);
  }

  .breacrums__list li:last-child span {
  	font-weight: 400;
font-size: 14px;
font-family: "Montserrat", sans-serif;
color: var(--gray-50);
  }

.breacrums {
	padding: 20px 0px 20px 0px;
}

  .product__btns {
  	flex-direction: column;
  	gap: 10px 12px;
  	margin-top: 12px;
  	margin-left: 0px;
  }

  .catalogs__item-price--red {
	font-size: 18px;
	height: 40px;
	justify-content: flex-start;
	padding: 0px 15px;
	width: 100%;
	text-align: center;
}


  .product__bottom {
	flex-direction: column;
	display: flex;
	margin-top: 20px;
}
.product__btns-cart {
	font-weight: 400;
font-size: 16px;
color: var(--red);
width: 100%;
}

  #btn__close {
    display: none;
  }

  .mobile__menu.open {
    display: flex;
  }

  .mobile__menu-lists {
    background: var(--white);
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .mobile__menu-lists li {
    list-style: none;
    padding: 12px 16px;
    border-bottom: 1px solid var(--gray-30);
  }

  .mobile__menu-lists li a {
    font-weight: 600;
    font-size: 16px;
    color: var(--black-100);
    text-decoration: none;
  }

  .page__h1 {
    font-size: 24px;
  }

  .header__seacrh {
    width: 55%;
  }

  .header__top {
    gap: 8px;
  }

  .header__menu {
    display: none;
  }

  .header__logo a img {
    max-width: 100%;
  }

  .breacrums__list {
  	flex-wrap: nowrap;
width: 100%;
overflow-x: scroll;
flex-direction: row;
  }

/*  .breacrums__list {
    flex-direction: unset;
    flex-wrap: wrap;
  }*/

  .breacrums__list li{
  	width: max-content;
min-width: max-content;
  }

  .breacrums__list li a {
    font-size: 10px;
    padding: 0px 10px;
  }

  .breacrums__list li::before {
    font-size: 10px;
    top: 0px;
    right: -2px;
  }

  .header__rating {
    display: flex;
    background: var(--gray-20);
  }

  .catalogs__item-sale {
    top: 48%;
  }

  .catalogs__grid {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }

  .catalogs__tags-block {
    width: 100%;
    overflow: scroll;
  }

  .catalogs__tags-link {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .catalogs__tag-link {
    width: 100%;
    display: flex;
    min-width: max-content;
  }

  .form__filters-block {
    width: 100%;
    overflow: scroll;
    display: none;
  }

  .form__filters-block.open {
    display: flex;
  }

  .btn__filter.open {
    width: 50%;
    background: var(--black-80);
    border: 1px solid var(--black-100);
    color: var(--white);
    height: 41px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
    cursor: pointer;
  }

  .btn__filter.open svg path {
    fill: #fff;
  }

  .form__filters {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .filters__item {
    width: 100%;
    display: block;
    min-width: max-content;
  }

  .catalog__razdels-mob {
    display: none;
  }

  .btn__razdels.open {
    width: 50%;
    background: var(--black-80);
    border: 1px solid var(--black-100);
    color: var(--white);
    height: 41px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
    cursor: pointer;
  }

  .btn__razdels.open svg path {
    fill: #fff;
  }

  .product .catalogs__mob-btns {
  	margin-top: 0px;
  	margin-bottom: 20px;
  }

  .product .catalogs__mob-btns .btn__razdels {
  	width: 100%;
  }

  .catalogs__mob-btns {
    position: relative;
  }

  .catalogs__content {
    position: relative;
  }

  .catalog__razdels-mob.open {
    display: flex;
    position: absolute;
    z-index: 99;
    top: 330px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
  }

  .product .catalog__razdels-mob.open {
    display: flex;
    position: absolute;
    z-index: 99;
    top: 330px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
  }

  .catalog__razdels-mob .accordion {
    width: 100%;
  }

  .catalogs__item-bottom {
    gap: 8px;
  }

  .catalogs__item-price span {
    font-size: 12px;
  }

  .catalogs__item-price--red span {
    font-size: 12px;
  }

  .catalog__filters {
    margin-top: 0px;
  }

  .catalogs__item-btn {
    width: 40px;
  }

  .tab-buttons__block {
    width: 100%;
    overflow: scroll;
  }

  .tab-buttons {
    width: 100%;
    overflow-x: scroll;
  }

  .tab-button {
    width: 100%;
    display: flex;
    min-width: max-content;
    padding: 0px 20px;
  }

  .block__row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .block__rows {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tab-content .city__col p {
    font-size: 14px;
    margin: 2px 0px;
  }
  .footer__rows {
    gap: 38px;
  }

  .footer__col {
    width: 100%;
  }

  .footer__content {
    flex-direction: column;
  }

  .footer__block {
    width: auto;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__pays p {
    text-align: left;
  }

  .parthenrs__list {
    flex-direction: unset;
    flex-wrap: wrap;
  }

  .footer__container {
    padding: 0px 8px;
  }

  .footer__seacrh {
    width: 100%;
  }

  .footer__parthenrs {
    width: auto;
    margin-top: 12px;
  }

  .parthenrs__item {
    width: 48%;
  }
}

@media (max-width: 540px)
.catalog__razdels-mob.open {
display: flex;
position: absolute;
z-index: 99;
top: 230px;
left: 0;
right: 0;
width: 100%;
background: #fff;
}

@media (max-width: 450px) {
.catalog__razdels-mob.open {
display: flex;
position: absolute;
z-index: 99;
top: 240px;
left: 0;
right: 0;
width: 100%;
background: #fff;
}
.header__main {
	background: var(--gray-20);
	padding: 0px 8px;
}
.catalogs__item-price--red {
	height: 33px;
	font-size: 14px;
}

.catalogs__item-sale {
top: 41%;
}
.header__rating iframe.RatingBadgeWidget {
	background: var(--gray-20), url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22150%22%20height%3D%2250%22%20vi…3D%22%23F22411%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E') !important;
}

}

@media (max-width: 380px) {
.catalog__razdels-mob.open {
display: flex;
position: absolute;
z-index: 99;
top: 440px;
left: 0;
right: 0;
width: 100%;
background: #fff;
}
.header__main {
	background: var(--gray-20);
	padding: 0px 8px;
}
.catalogs__item-price--red {
	height: 33px;
	font-size: 14px;
}

.catalogs__item-sale {
top: 41%;
}
.header__rating iframe.RatingBadgeWidget {
	background: var(--gray-20), url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22150%22%20height%3D%2250%22%20vi…3D%22%23F22411%22%20%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E') !important;
}

}
