#artC {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100000;
    background: #fff;
    padding: 15px;
    color: #000;
    border: 1px #000 solid;
    border-radius: 5px;
}
.catalog-detail-cont h1{
	text-transform:uppercase;
	font-weight: 700;
}
.reviews-carousel,
.reviews-carousel .slick-list,
.reviews-carousel .slick-track {
    touch-action: pan-y !important;
}
.show{display:block !important;}
.catalog-detail-cont{
	position:relative;
	display:flex;
	gap: 16px;
	flex-direction: column;
}
.gallery {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.product-left{
	width: 100%;
    padding-right: 0;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
	position: relative;
}
.product-right h1,.det-prices,.cart-badges-block,.over-colors,.catalog-detail-bottom{
	width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
.product-right h1{
	margin-top: 0;
}
.product-items__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.gallery_element {
	border-radius: 16px;
    position: relative;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 5px);
}
.gallery_element.none{
	display:none;
}
.gallery_element img {
	width: 100%;
	border-radius: 16px;
}
.product-item-detail-back{
	position: fixed;
    top: 76px;
    width: 16px;
    left: 21.6px;
    height: 30px;
   background: url(../img/icons/svg/back.svg) no-repeat center;
    cursor: pointer;
    z-index: 1000; 
}

.product-badges{
	position: absolute;
    bottom: 25px;
    left: 16px;
}
.product-badges-cont{
	display: flex;
	gap:12px;
	flex-flow: column;
}

.video-btn-cart img{
	width: 24px;
}
.label-new{
	font-size: 14px;
    font-weight: 500;
    background: #212529;
    color: #fff;
    border-radius: 8px;
    padding: 6px 16px;
}
.catalog-detail__title  {
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: -2%;
	color:#212529;
}
.catalog-detail__section_title {
	font-family: Jost;
	font-weight: 600;
	font-size: 24px;
	
	line-height: 120%;
	letter-spacing: -2%;
}

.catalog-detail__prop_title {
	font-family: Jost;
	font-weight: 500;
	font-weight: 500;
	font-size: 18px;
	
	line-height: 120%;
	letter-spacing: 0%;
}
.catalog-detail__favorite{
	position: absolute;
	right: 8px;
    top: 19px;
    border: none;
    background-color: transparent;
}
.catalog-detail__favorite img{
	width: 24px;
    height: 22px;
}

.help-text {
	font-family: Jost;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	cursor: pointer;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: right;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	color: #808185;
}
.help-text:hover{
	color: #B2B3B6;
}
.catalog-detail__prop_specs {
	gap: 24px;
	angle: 0 deg;
	opacity: 1;
	border-radius: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	background:#F4F5F8;
	display: flex;
    flex-direction: column;

}
.props-item {
	gap: 8px;
	display: flex;
	flex-direction: column;
	angle: 0 deg;
	opacity: 1;
	border-radius: 24px;
	padding: 32px 16px;
	background: #fff;
	margin-top: 0;
}
.catalog-detail__props_info_images {
}
.catalog-detail__props-text {
	display: flex;
    flex-direction: column;
	gap: 10px;
	padding: 24px 16px 16px 16px;
}
.catalog-detail__props-item {
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
	display: flex;
    gap: 12px;
}
.catalog-detail__props-item--title {
	color:#808185;
	width: 100px;
}
.catalog-detail__prop_specs_element {
	angle: 0 deg;
	opacity: 1;
	padding-right: 16px;
	padding-left: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom:24px;
}
.catalog-detail__specs_title {
	font-family: Jost;
	font-weight: 500;
	font-weight: 500;
	font-size: 18px;
}
.product_name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.catalog-detail__prop_header { 
	display: flex;
	justify-content: space-between;
	padding-left: 8px;
	padding-right: 16px;
}

.catalog-detail__prop_header .catalog-detail__prop_title {
	height: 40px;
	padding: 10px 0 0 50px;
	line-height: 120%;
}
.catalog-detail__prop_title.spec {
	background: no-repeat url("../img/icons/svg/icon_specification.svg");
}
.catalog-detail__prop_title.uhod {
	background: no-repeat url("../img/icons/svg/icon_shine.svg");
}
.catalog-detail__prop_hide {
	padding-top: 25px;
	background: url('../img/icons/svg/path_stroke.svg') no-repeat;
    width: 13px;
    height: 7px;
	background-position: center;
	cursor: pointer;
}
.catalog-detail__prop_hide.hide{
	padding-top: 40px;
	transform: rotate(180deg);
}
.catalog-detail__prop-uhod {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 16px;
	background: #F4F5F8;
}
.uhod_description {
	padding-left: 16px;
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	padding-bottom:16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.catalog-detail__prop-uhod a {
	font-family: Jost;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	color:#40ABFA;
}
.catalog-detail__prop-uhod a:hover {
	color: #66BCFB;
}
.det-prices{
	display: flex;
    gap: 8px;
	margin: 12px 0 8px;
}
.price {
	color: #212529;
	font-weight: 500;
	margin:0;
}
.det-prices:before {
    content: unset;
}
.price:after {
    content: ' \20BD';
}
.rozn-price{
	font-size: 22px;
    font-weight: 500;
}
.old-price,.opt-price{
	color: #808185;
	font-weight: 500;
	font-size: 16px;
}
.old-price{
	text-decoration: line-through;
}
.opt-price b {
    margin: 0 8px 0 16px;
}
.red,
.action {color:#DF1919}

.cart-badges-block {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    white-space: nowrap;
	padding-bottom: 8px;
}
.cart-badges-block .badge-item {
    padding: 0 8px;
    border-radius: 50px;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 12px;
	font-weight: 500;
}
.badge-item{
	background: #40ABFA;
    color: #fff;
	cursor: pointer;
}
.badge-item.blue{
	background: #40ABFA;
	color: #fff;
}
.badge-item.cyan{
	background: #E2F2FE;
    color: #40ABFA;
}
.badge-item.cyan:hover{
	background: #66BCFB;
    color: #fff;
}
.badge-item.red{
	background: #DF1919;
	color: #fff;
}
.badge-item..red:hover{
	background: #E54747;
}
.product-items__more-btn{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.js-gallery-more{
	background: #E2F2FE;
	border-radius: 20px;
	padding: 15px 32px;
	color: #40ABFA;
	border-color: transparent;
	font-weight: 600;
	font-size: 16px;
}
.over-colors{
	padding-top: 4px;
	margin-bottom: 24px;
}
.over-colors_header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}
.stock-filter {
	font-family: Jost;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #808185;
	display:flex;
	padding: 3px 25px 3px 0;

}
.stock-filter a:hover {color:#B2B3B6}
.stock-filter.stock-action{
	color: #008000;
}
.stock-filter:after {
	background: url('../img/icons/question.svg') no-repeat;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 100;
    right: 0px;
}
.stock-filter.stock-action:after{
	background: url('../img/icons/question-green.svg') no-repeat;
}

.over-colors_title{
	font-family: Jost;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #212529;

}
.over-colors_title span{ 
	font-weight: 400;
}
.over-colors_items  .catalog-item__img {
    width: 100%;
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
	backface-visibility: hidden;
}

.over-colors_items .catalog-item .catalog-item__top{
	overflow: hidden;
	display: block;
	border-radius: 13px;
	box-sizing: border-box; 
	padding: 6px;
	 border: none;
}
.over-colors_items .catalog-item.active-color .catalog-item__top{
    border: 2px solid #40ABFA;
	padding: 4px;
}

.over-colors_items .catalog-item .catalog-item__top:hover .catalog-item__img {
	transform: scale(1.05);
}

.catalog-detail-sku-items{
	background: #F4F5F8;
    padding-bottom: 12px;
}

.catalog-detail__sku{
	padding-right: 16px;
    padding-left: 16px;
	background: #fff;
}
.catalog-detail__sku{
	margin-bottom: 0;
}
.catalog-detail__sku.hand-cont{
	margin-top: 15px; 
}
.catalog-detail__sku_title{
	display: flex;
	justify-content: space-between;
}
.catalog-detail__sku .catalog-detail__sku-list{
    list-style-type: none;
    display: flex;
    gap: 6px;
	    padding: 0;
	overflow-x: auto;
	padding: 9px 0 2px;
}
.catalog-detail__sku-list.size {padding-bottom: 9px;}

.catalog-detail__sku-item{
	padding: 7px 15px;
	border: 1px solid #E1E0E5;
	border-radius: 8px;
	font-family: Jost;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	min-width: 51px;
	cursor: pointer;
}
.catalog-detail__sku-item.in-cart{
	border-color:#40ABFA;
	position: relative;
}
.catalog-detail__sku-item.in-discount{
	border: 2px solid #E1E0E5;
	position: relative;
}
.catalog-detail__sku-item.no-avl{
	background: #F4F5F8;
	color:#808185;
}
.catalog-detail__sku-item.in-discount:after{
	background: url(../img/icons/in-dicount.svg);
    background-size: 20px;
    position: absolute;
    top: -7px;
    right: -5px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    z-index: 100;
	color:#008000;
	font-weight: 800;
}
.catalog-detail__sku-item.in-cart:after{
	background: url(../img/icons/in-cart.svg);
    background-size: 20px;
    position: absolute;
    top: -7px;
    right: -5px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    z-index: 100;
}
.catalog-detail__sku-item.selected{
	border: 2px solid #40ABFA;
}
.catalog-detail__sku-item.err{
	border-color:#DF1919;
}
.lenght-foot,.full-foot{
	color: #808185;
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	margin-top: 4px;
}
.full-foot{
	margin-top:14px;
}
.full-foot-btn{
	margin-top:16px;
	background: #E2F2FE;
	padding: 15px 32px;
	border-radius: 14px;
	width:100%;
	color: #40ABFA;
	font-family: Jost;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.catalog-detail__pay-bonus{
	display: none;
}
.catalog-detail__pay-bonus.active{
	display: block;
}
.sku-bottom{
	height:16px;
	border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    background: #fff;
}
.detail-cont-fon{
	background: #F4F5F8;
}

.wb-link{
	border-radius: 24px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 12px;
	margin-bottom: 12px;
}
.wb-link-text{
	font-family: Jost;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0%;
	color: #212529;
	line-height: 45px;
}
.wb-link-text span{
	font-weight: 400;
}
.catalog-detail__props_info_images img {
	width: 100%;
}
.mob-wb-btn{
	background: #C518FF;
	color: #fff;
	padding: 12px 22px;
	border-radius: 14px;
	font-family: Jost;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.catalog-detail-bottom{
	background: #F4F5F8;
	padding: 0;
}
.catalog_review_question{
    display: flex;
    justify-content: space-between;
	gap: 12px;
}
.catalog_review_question .catalog_review,.catalog_review_question .review_question{
	border-radius: 24px;
	background: #fff;
	padding: 12px 14px 13px 16px;
}
.review_question .count-question{
	background: url('../img/icons/question.svg') no-repeat;
	padding-left: 22px;
	    color: #212529;
    font-family: Jost;
    font-weight: 600;
    font-size: 18px;
}
.catalog_review_question .review_score{
	background: url('../img/icons/star-orange.svg') no-repeat;
	padding-left: 22px;
	color: #212529;
	font-family: Jost;
	font-weight: 600;
	font-size: 18px;
}
.review_reviews{
	color:#808185;
}
.catalog_review{
	width: calc(100% - 128px);
}
.catalog-reviews-info{
	display:flex;
	 justify-content: space-between;
}
.catalog-review-info{
	display:flex;
	flex-direction: column;
	gap: 7px;
}
.review-wrapper{
    position: relative;
    flex-shrink: 0;
    margin-inline-start: 7px;
    width: 78px;
    height: 47px;
}
.review-wrapper .photo-item{
    top: 0;
    inset-inline-end: 0;
    z-index: 3;
    border: 1px solid #fff;
    border-radius: 8px;
    width: 35px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.review-wrapper .photo-item:nth-of-type(2) {
    z-index: 2;
    transform: translate(-20px);
}
.review-wrapper .photo-item:nth-of-type(3) {
    z-index: 1;
    transform: translate(-40px);
}
.review-wrapper .photo-item img{
	object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.review_question{
	width:128px;
	display: flex;
    flex-direction: column;
    gap: 4px;
}
.review_question  .count-text{
	color: #808185;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.video-tabs{
	border-radius: 24px;
    background: #fff;
	padding: 32px 16px 16px;
}
.video-headers{
	display: flex;
	margin-bottom: 24px;
}
.video-headers .tab-button{
	width: 50%;
	border: none;
    background: unset;
    border-bottom: 2px solid #E1E0E5;
	padding: 0 0 16px;
}
.video-headers .tab-button.active{
	border-color: #40ABFA;
}
.video-tab{
	display:none;
}
.video-tab.active{
	display:block;
}
.video-tab iframe{
	border-radius: 16px;
}
.tab-button{
	font-family: Jost;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #808185
}
.tab-button.active{
	color: #212529;
}
.catalog-detail__prop_content.hide{
	display:none;
}
.catalog-detail-bottom-full{
	background: #F4F5F8;
    padding: 12px 0 0;
}
.catalog-epilog .catalog-detail-bottom-full{
	padding-bottom: 32px;
}
.reviews_faqs{
	border-radius: 24px;
    background: #fff;
	padding: 32px 16px 16px;
}
.rev-tab-content{
	display:none;
}
.swiper-with-btn-cont{
	position: relative;
}
.rev-tab-content.active{
	display:block;
}
.rev-tabs-content{
	padding: 24px 0 32px;
}
.rev-tab{
	width: calc(33.333% - 8px);
	border: none;
    background: unset;
    border-bottom: 2px solid #E1E0E5;
    padding: 0 0 16px;
	color: #808185;
	font-family: Jost;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
}
.rev-tab.active{
	border-color: #40ABFA;
	color: #212529;
}
.rev-tab sup{
	margin-left: 4px;
}
.rating_review{
	display: flex;
	gap: 4px;
	margin-bottom: 16px;
}
.rev-count{
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	text-decoration: underline;
	text-decoration-style: solid;
	color: #808185;
	    line-height: 20px;
}
.rating_review .rating{
	font-family: Jost;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;
	color: #212529;
	text-decoration: none;
	line-height: 80%;
}
.stars{
	display: flex;
	gap: 4px;
}
.star{
	background:url('../img/icons/star.svg') no-repeat;
	height: 18px;
    width: 18px;
}
.star.active{
	background:url('../img/icons/star-orange.svg') no-repeat;
}
.reviews_faqs .reviews{
	display: flex;
}
.review_card{
	box-shadow: 0px 4px 15px 0px rgba(33, 37, 41, 0.1);
	border-radius: 16px;
	padding: 16px 16px 29px;
}

/* .review_card{ */
	/* padding-bottom:5px; */
/* } */

.review_head{
	display: flex;
	justify-content: space-between;
}
.review_user_avatar{
	background:url('../img/icons/avatar.svg') no-repeat;
	height: 32px;
	width: 32px;
	float: left;
    margin-right: 10px;
}
.review_user_info{
	display: flex;
	gap: 4px;
	flex-direction: column;
}
.review_user{
	margin-bottom: 8px;
}
.review_user-name{
	font-family: Jost;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #212529;
}
.review_user-date{
	font-family: Jost;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #808185;
}
.review_user-buy {
	padding: 5px 8px;
	border-radius: 50px;
	color: #40ABFA;
	font-family: Jost;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	background: #E2F2FE; 
	display: inline-block;
	margin-bottom: 16px;
}
.review_user-buy .ico{
	height: 12px;
}

.review_wb img{
	max-width:100%;
}
.review_wb .review_user-buy {
	background:#FFE5FF;
	color: #C518FF;
}
.review_card-info{
	display:flex;
	justify-content: space-between; 
}
.review_card-gallery-items{
	width: 116px;
	height: 64px;
	margin-inline-start: 7px;
	position: relative;
}

.review_card-gallery .review_card-gallery-item{
    top: 0;
    inset-inline-end: 0;
    z-index: 3;
    border: 1px solid #fff;
    border-radius: 8px;
    width: 48px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.review_card-gallery .review_card-gallery-item img{
	object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.review_card-gallery .review_card-gallery-item:nth-of-type(2) {
    z-index: 2;
    transform: translate(-20px);
}
.review_card-gallery .review_card-gallery-item:nth-of-type(3) {
    z-index: 1;
    transform: translate(-40px);
}
.review_card-text{
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
	position: relative;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review_card-text.text-more{ 
    -webkit-line-clamp: unset;
}
.review_card-text-full{
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
}
.review_card-text-more{
	position: absolute;
	right: 0;
    bottom: 1px;
		color: #40ABFA;
		cursor:pointer;
		background: linear-gradient(270deg, #FFFFFF 65.52%, rgba(255, 255, 255, 0) 100%);
		    padding-left: 30px;
}
.review_card-text-hidden {
		color: #40ABFA;
		cursor:pointer;
		background: linear-gradient(270deg, #FFFFFF 65.52%, rgba(255, 255, 255, 0) 100%);
		padding-top: 8px;
		padding-left: 50px;
		
	
}
.review_prooduct-size{
	font-family: Jost;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #808185;

}
.reviews_faqs .reviews-wb,.reviews_faqs .reviews{
	padding-bottom: 20px;
}
.show-all-reviews{
	width: 100%;
	display: block;
	margin-top: 4px;
}
.swiper-button-next.btn-swiper-button-next,.swiper-button-prev.btn-swiper-button-prev,
.swiper-button-next.btn-swiper-button-next-art,.swiper-button-prev.btn-swiper-button-prev-art{
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(44px / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (44px / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; 
	box-shadow: 0px 0px 20px 0px rgba(33, 37, 41, 0.15);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	color:#212529;
	background: #fff;
	z-index:100;
}
.swiper-button-next.btn-swiper-button-next:hover,.swiper-button-prev.btn-swiper-button-prev:hover,
.swiper-button-next.btn-swiper-button-next-art:hover,.swiper-button-prev.btn-swiper-button-prev-art:hover{
	background: #E1E0E5;
}

.swiper-button-disabled{
	display: none !important;
	/* background: #F4F5F8 !important; */
	/* opacity: 1 !important; */
}
.swiper-button-next.btn-swiper-button-next,
.swiper-button-next.btn-swiper-button-next-art{
    right: -20px;
    left: auto;
}
.swiper-button-prev.btn-swiper-button-prev,
.swiper-button-prev.btn-swiper-button-prev-art{
    left: -20px;
    right: auto;
}
.swiper-button-prev.btn-swiper-button-prev:after, .swiper-button-next.btn-swiper-button-next:after,
.swiper-button-prev.btn-swiper-button-prev-art:after, .swiper-button-next.btn-swiper-button-next-art:after{
  background: url('../img/icons/arrow_right.svg') no-repeat;
  height:16px;
  width:16px;
  content: '';
}
.btn-swiper-button-prev:after,.btn-swiper-button-prev-art:after{
	transform: rotate(180deg);
}
.rev-tab-content .btn{
	width:100%;
}
.questions{
	margin-bottom: 24px;
}
.question_user_avatar{
	background:url('../img/icons/avatar.svg') no-repeat;
	height: 32px;
	width: 32px;
	float: left;
    margin-right: 10px;
}
.question_user_info{
	display: flex;
	gap: 4px;
	flex-direction: column;
}
.question_card-info{
	display: flex;
    flex-direction: column;
    gap: 16px;
}
.questions-btns{
	display: flex;
	gap: 8px;
	flex-direction: column;
	margin-top:24px;
}

.question_card-answer{
	background: #F4F5F8;
    border-radius: 24px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.answer-title{
	color: #808185;
	font-weight: 500;
	font-size: 17px;
	line-height: 120%;
}
.answer-text{
	color:#212529;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}

.question_user{
	margin-bottom: 8px;
}
.question_user-name{
	font-family: Jost;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #212529;
}
.question_user-date{
	font-family: Jost;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #808185;
}
.no-questions{
	display: flex;
	flex-direction: column;
	gap: 24px;
	text-align: center;
	/* margin-bottom: 32px; */
}
.no-questions-img img{
	width:142px;
}
.no-questions-content{
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.no-questions-text{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #212529;
}
.questions{
	margin-bottom: 32px;
}
.faq-title{
	font-family: Jost;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;
	margin-bottom: 24px;
}
.faq-items{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.faq-item{
	background: #F4F5F8;
	padding: 16px 24px;
	border-radius: 16px;
}

.faq-item-title{
	display: flex;
	justify-content: space-between;
}
.faq-item-name{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
}
.faq-item-answer{
	font-family: Jost;
	font-weight: 400;
	font-size: 17px;
	line-height: 120%;
	    margin-top: 24px;
}
.faq-item.hide{
	box-shadow: 0px 4px 15px 0px rgba(33, 37, 41, 0.1);
	background: #fff;
}
.faq-item .faq-item-answer.hide{
	display:none;
}
.faq-item_hide {
	padding-top: 25px;
	background: url('../img/icons/svg/path_stroke.svg') no-repeat;
    width: 13px;
    height: 7px;
	background-position: center;
	
}
.faq-item_hide.hide-icon{
	padding-top: 40px;
	transform: rotate(180deg);
}

.catalog-sell__block{
	background: #fff;
	padding: 32px 16px;
	gap: 10px;
	border-radius: 24px;
	margin-top: 12px;
}
#qrTg{
	display: none;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: calc(100vh - 100px);
    width: max-content;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
    padding: 0 0 10px 0;
    background: #fff;
    border-radius: 20px;
	max-width: 350px;
}
#qrTg .popup_header{
	background: #000;
    color: #fff;
    padding: 20px 0;
    border-radius: 20px 20px 0 0;
}
#qrTg img{
	width: 100%;
    margin-bottom: 20px;
}
#qrTg a{
	color:#fff;
	background:#0088cc; 
	border-radius:10px; 
	padding:10px; 
	text-decoration:none;    
	margin-bottom: 20px;
    display: inline-block;
}
#qrTg .btn-close{
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	    right: 10px;
    position: absolute;
}
#qr{
	display:none;
	background: rgb(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2000;
}
.qr_cont{
	position: fixed;
    top: 50%;
    left: 25%;
    width: 25%;
    background: #fff;
    padding: 10px;
    z-index: 2500;
	border-radius: 20px;
}
.qr_cont p{
	margin-bottom:20px;
}
.qr_cont .btn-close{
	float: right;
}
.catalog-sell__block.recomendation-sell{
	margin-top: 0;
}
.catalog-sell__block-title{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 32px;
}

.cross-sell_card .image {cursor:pointer;}
.cross-sell_card{
	position: relative;
	border-radius: 16px;
}
.cross-sell_card img{
	transition: transform 0.3s ease;
}
.cross-sell_card .image:hover{
	overflow: hidden;
}

.cross-sell_card img:hover{
	transform: scale(1.08);
}
.icon-like{
	cursor:pointer;
	width: 32px;
	height: 32px;	
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 10;
border-radius: 16px;
	 background: #fff;
    padding: 8px;
}
.icon-like:before,
.icon-like.active:before {
	content: '';
	width: 16px;
	height:14px;	
}

.icon-like:before{
	display: inline-block;
	background: url('../img/icons/list-like.svg') #fff no-repeat;
	background-position: center;

}
.icon-like.favorite--active:before{
	display: inline-block;
	background: url('../img/icons/svg/list-like-active.svg') #fff no-repeat;
	background-position: center;
}
.catalog-sell__block .product_name{
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 12px;
}
.catalog-sell__block .articles_date{
	margin-bottom: 12px;
}
.catalog-sell__block .product_price{
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
}
.block-content{
	display: flex;
	gap:16px;
	flex-wrap: wrap;
}
.block-content .cross-sell_card{
	flex: 0 0 calc(50% - 8px); 
	box-sizing: border-box;
	overflow: hidden;
}
.catalog-sell__block .image{
	border-radius: 16px;
	margin-bottom: 12px;
	 overflow: hidden;
}
.catalog-sell__block .image img{
	width: 100%;
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}
.cross-sell_card.hide{
	display: none;
}
.js-cross-more_btn{
	margin-top: 32px;
	width:100%; 
}
.block-content .cross-sell_card{
	margin-bottom: 48px;
	margin-bottom: 32px;
}
.product-prices{
	display: flex;
    gap: 8px;
	margin: 12px 0 8px;
}
.bayer_info .cross-sell_card{
	background: #F4F5F8;
	display:flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
	margin-bottom:0;
	transition: background-color 0.3s ease; 
}
.bayer_info .cross-sell_card:hover{
	background-color: #E2F2FE;
}
.bayer_info-icon{
	width: 56px;
	height: 56px;
	border-radius: 50px;
	text-align: center;
	background: #E2F2FE;
	padding: 18px 0;
	margin-bottom: 24px;
}
.bayer_info-icon img{
	width: 20px;
	height: 20px;
}
.bayer_name{
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
}
.articles_date{
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #808185;
}
.btn-cont{
	margin-top: 24px;
}
.btn-cont .btn{
	width: 100%;
	display: block;
}
.articles-block .image{
	height: 230px;
}
.articles-block .image img{
	height: 230px;
}
.product_usg{
	cursor:pointer;
	position:absolute;
	bottom:0;
	width: 100%;
	display: flex;
	gap: 15px;
	padding:16px;
	border-radius: 10px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);

}
.product_usg img{
	width: 48px;
    border-radius: 10px;
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
    object-fit: cover;
}
.moment-product-title-cont{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.moment-product-title{
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #fff;
}
.moment-product-title img{
	width: 16px;
	margin-left: 0;
}
.block-swiper-content,.block-swiper-content-one{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.catalog_review_question-short{
	display:none;
}
.catalog_review_question-short{
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0%;
}
.catalog_review_question-short .review_reviews a,.catalog_review_question-short .review_question-short{
	text-decoration: underline;
}

.review_question-short .count-question {
    background: url(../img/icons/question.svg) no-repeat;
    padding-left: 22px;
   background-size: 16px;
}
.catalog_review_question-short .review_score {
    background: url(../img/icons/star-orange.svg) no-repeat;
    padding-left: 22px;
	background-size: 16px;
}
.catalog_review_question-short .review_reviews{
	color: #212529;
}

.quntify-product,.cart-d-buttons{
	display: none;
}
.cart-buttons{
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	transition: all 0.3s ease;
}

.prices-block{
	display: flex;
    justify-content: space-between;
}
.qunt-btn {
	width: 24px;
	height: 24px;
	background-size: 24px;
	cursor: pointer;
}
.qunt-btn.disabled{
	pointer-events: none;
}
.qunt-btn.minus{
	background: url('../img/icons/minus-btn.svg') no-repeat;
}
.qunt-btn.plus{
	background: url('../img/icons/plus-btn.svg') no-repeat;
	
}
.quntify{
	font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    min-width: 40px;
	border: none;
    max-height: 24px;
	max-width: 40px;
}
.quntify::-webkit-inner-spin-button,
.quntify::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-d-buttons{
	font-family: Jost;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #808185;
}
.like-dop-btn{
	background: url('../img/icons/like-gray.svg') no-repeat;
	background-size: 16px;
	padding-left: 24px;
	cursor:	pointer;
	    height: 16px;
}
.like-dop-btn.favorite--active{
	background: url('../img/icons/like-red.svg') no-repeat;
} 
.like-dop-btn:hover, .free-d-btn:hover {color: #B2B3B6;}
.free-d-btn{
	background: url('../img/icons/free.svg') no-repeat;
	padding-left: 24px;
	height: 16px;
}
.favorite--active{
	color: #DF1919;
}

.cart-d-buttons{
	margin-top: 16px;
}
#toTop{
	width: 48px;
	height: 48px;
	border-radius: 24px;
	padding: 12.75px;
	background: #212529;
	text-align: center;
    position: fixed;
    /* bottom: 145px; */
   bottom: 40px;
    right: 24px;
    cursor: pointer;
    display: none;
    font-size: 11px;
    cursor: pointer;
    z-index: 100000;
	    padding-top: 14px;
}
#toTop:hover{
	background: #808185;
}
#toTop span{
	background: url('../img/icons/up.svg') no-repeat;
	background-size: 22.5px;
	display: block;
    width: 22.5px;
    height: 22.5px;
}
footer{
	background: #F4F5F8;
}
.footer{
	background: #212529;
	padding-top: 32px;
	padding-bottom: 1px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	color: #fff;
}
.footer__top{
	display: flex;
	gap: 12px;
	margin-bottom: 40px;
}
.footer__logo{
	display: flex;
	gap:  12px;
}
.footer__logo-description{
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	line-height: 16px;
	max-width: 140px;
}
.footer__menu{
	display: flex;
	flex-direction:column;
	gap: 8px;
	flex: 0 0 100%;
}
.footer__menu-items .footer__menu-title{
    display: flex;
    justify-content: space-between;
}
.footer__menu-colunm.footer__menu-items{
	border-radius: 16px;
	padding: 8px 16px;
	padding-bottom: 8px;
	background: rgba(128, 129, 133, 0.1);
}
.footer__menu_hide {
	padding-top: 25px;
	background: url('../img/icons/svg/arrow-f.svg') no-repeat;
    width: 16px;
    height: 16px;
	background-position: center;
}
.footer__menu-item.hide .footer__menu_hide{
	transform: rotate(180deg);
}
.footer__menu-items .footer__menu-list{
	margin-top:24px;
}
.footer__menu-item.hide .footer__menu-list{
	display: none;
}
.footer__menu-list li{
	margin-bottom:16px;
}
.footer__menu-name{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}
.footer__menu-list{
	list-style: none;
	padding-left: 0;
}
.footer__menu-list a{
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
}
.footer__contacts-items{
	margin-top: 24px;
	display: flex;
	flex-direction:column;
	gap: 24px;
}
.footer__contacts-item{
	display: flex;
	flex-direction:column;
	gap: 8px;
}
.footer_social-links{
	display: flex;
	gap: 4px;
}
.footer_social-link{
	width: 48px;
	height: 48px;
    border: 0.75px solid #fff;
    border-radius: 8px;
	display: flex;
    justify-content: center;
}
.footer_social-link:after{
	content: '';
    display: block;
    width: 24px;
    height: 47px;
    content: '';
    background-size: 24px;
    display: block;
    background-position: center;
	transition: background-color 0.3s ease;
}
.footer_social-link.vk:after{
	background: url('../img/icons/svg/vk.svg') no-repeat;
	    background-size: 16px;
    background-position: center;
}
.footer_social-link.tg:after{
	background: url('../img/icons/svg/telegram.svg') no-repeat;
	    background-size: 16px;
    background-position: center;
}
.footer_social-link.max:after{
	background: url('../img/icons/svg/max.svg') no-repeat;
	    background-size: 16px;
    background-position: center;
}

.footer_social-link.vk:hover:after{
	background: url('../img/icons/svg/vk-h.svg') no-repeat;
	    background-size: 16px;
    background-position: center;
}
.footer_social-link.tg:hover:after{
	background: url('../img/icons/svg/telegram-h.svg') no-repeat;
	    background-size: 16px;
    background-position: center;
}
.footer_social-link.max:hover:after{
	background: url('../img/icons/svg/max-h.svg') no-repeat;
	    background-size: 16px;
    background-position: center;
}

.footer_social-link img{
	width: 24px;
}


.footer__menu-colunm{
	padding: 8px 0;
}
.footer__copyright-block{
	background: #8081851A;
	margin-top: 40px;
}
.footer__copyright-content{
	display: flex;
	flex-direction: column;
	padding: 18.5px 0;
	gap: 8px;
	font-weight: 400;
	font-size: 13px;
	line-height: 100%;
}
.footer_pay-title{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
}
.footer_pay-items{
	display: flex;
	gap:4px;
	margin-top: 8px;
}
.footer_pay-item{
	background: rgba(128, 129, 133, 0.2);
	display: flex;
    justify-content: center;
	width: 60px;
	height: 39px;
	border-radius: 8px;
}
.footer_pay-item img{
	width: 38px;
}
.over-colors_items .swiper-wrapper {padding-left:0;}
.hystmodal__close.modal_close{
	width: 32px;
	height: 32px;
	border-radius: 100px;
	background: #F4F5F8;
	    top: 16px;
    right: 16px;
	z-index:100;
}
.hystmodal__close.modal_close:before{
	    background-image: url(../img/icons/x.svg);
    content: '';
    width: 12px;
    height: 12px;
    background-position-y: center;
    display: block;
    top: 10px;
    position: absolute;
    left: 10px;
}
.hystmodal__close.modal_close:focus {
    outline: none;
}
.hystmodal__window.modal-window{
	    padding: 24px 16px;
	border-radius: 24px;
	box-shadow: 0px 4px 40px 0px #0000001A;
	width: 100%;
	bottom: 0;
	top: 64px;
	    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	margin: 0 auto;
}
.hystmodal--active{
	z-index: 100000000 !important;
}
.hystmodal--active:before{
	opacity: .5 !important;
}
html.hystmodal__opened,
body.hystmodal__opened {
    position: fixed !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
    touch-action: none; 
}


#size_guide_modal.hystmodal,
#size_guide_modal .hystmodal__wrap,
#info_modal.hystmodal,
#info_modal .hystmodal__wrap {
    touch-action: none !important;
    -webkit-overflow-scrolling: auto !important; 
}

#size_guide_modal .hystmodal__btn {
    position: absolute;
    bottom: -10px;
    width: 100%;
    margin: 0 0 32px;
    box-sizing: border-box;
    left: 0;
    background: #fff;
}
#size_guide_modal .hystmodal__btn::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    /* Высота эффекта размытия (можно увеличить, если нужен более плавный переход) */
    height: 40px; 
    /* Сдвигаем градиент ровно НАД верхней границей кнопки */
    top: -40px; 
    /* Плавный переход от абсолютно прозрачного к чисто белому */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none; /* Чтобы дымка не мешала выделять текст или кликать */
}
#size_guide_modal .size_title{
	position: absolute;
    top: 24px;
    width: calc(100% - 60px);
    background: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -2%;
    padding-bottom: 24px;
    left: 32px;
}
.step_title{
	font-weight: 600;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: -2%;
	margin-bottom: 24px;
}
.size_preview{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 16px;
	max-width: 256px;
}
.help-fullness {
    margin-bottom: 32px;
    display: inline-block;
}
.size_chart{
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
}
.size_table-head{
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	text-align: right;
	 border-bottom: 1px solid #80818533;
    padding: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.size_head-s{
	opacity: 0;
}
.size_table-row{
	font-weight: 600;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 130%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #80818533;
}
.img_size_table{
	margin-bottom: 24px;
}
.img_size_table img{
	width: 100%
}
.step_item_test{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 24px;
}
.step_item_img{
	
	margin-bottom: 24px;
}

.step_item_img img{
	width: 100%;
	border-radius: 24px;
	border: 1px solid #212529;
}
.hystmodal__btn{
	margin: 32px 0 60px;
	text-align: center;
}
.modal_container{
	height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
}
.step_list ol{
	padding-inline-start: 0;
}
.info_modal_title{
    width: calc(33.333% - 8px);
    border: none;
    background: unset;
    border-bottom: 2px solid #E1E0E5;
    padding: 0 0 16px;
    color: #808185;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
}
.info_modal_title.active{
	border-color: #40ABFA;
    color: #212529;
}
#info_modal  .hystmodal__close.modal_close{
	top: 12px;
	right: 12px;
}
#info_modal  .hystmodal__window.modal-window{
    padding: 40px 16px;
}
.info_modal_name{
	font-weight: 600;
	font-size: 26px;
	line-height: 100%;
	letter-spacing: -2%;
	margin-bottom: 24px;
}
.info_modal_contents{
	padding-top: 32px;
}
.info_modal_text{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
}
.info_modal_content{
	display:none;
}
.info_modal_content.active{
	display: block;
}
.info_modal_gallery{
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.info_modal_gallery_element{
	width: calc(50% - 4px);
}
.info_modal_gallery_element img{
	width: 100%;
	border-radius: 24px;
}
.info_modal_text{
	display: flex;
	gap: 24px;
	flex-direction: column;
}
.hystmodal__wrap.modal_wrap{
	grid-row: unset;
}
#info_modal  .hystmodal__btn {
    margin: 32px 0 0;
}
#bonus_modal .hystmodal__window modal-window{
	padding:0;
}
#bonus_modal .hystmodal__window.modal-window{
	    padding: 0;
    top: unset;
    position: fixed;
}
.bonus_modal_img img{
	width: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.bonus_modal_text{
	padding: 24px 16px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
}
.bonus_modal_text span{
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0%;
}

.bonus_modal_text .modal_content_title{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;
	    margin-bottom: 24px;
}
#bonus_modal .hystmodal__btn {
    margin: 32px 0 0;
}
#bonus_modal .hystmodal__close.modal_close{
	top: 12px;
	right: 12px; 
}
.bonus_modal_text ul{
	list-style-type: none;
	padding-inline-start: 0;
}

.success-hystmodal .hystmodal__wrap.modal_wrap {
	grid-row: 2 / 3;
	padding: 0 8px;
}
.success-hystmodal .hystmodal__window.modal-window{
	border-radius: 24px;
}
.success-hystmodal .hystmodal__btn {
    margin: 32px 0 0;
}
.success-hystmodal .modal_content_title{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;
	text-align: center;
	margin-bottom: 16px;
}
.success-hystmodal  .success-info{
	font-weight: 400;
	font-size: 17px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
}
.form-hystmodal .modal_content_title{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;

}
#add_review_modal .modal_content_title{
	text-align: center;
}
#add_review_modal .rating{
	display: flex;
	gap: 16px;
	margin: 16px auto;
	justify-content: center;
}
.rating-select__item{
    background: transparent;
    border: none;
}
.rating-select__item:before{
	content: '';
    background: url('../img/icons/svg/star_rating.svg') no-repeat;
    height: 24px;
    width: 24px;
	display: block;
}
.rating-select__item.active:before{
	content: '';
    background: url('../img/icons/svg/star_rating-act.svg') no-repeat;
    height: 24px;
    width: 24px;
	display: block;
}
input.our-variant{
	color: #808185;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	    background: transparent;
    border-bottom: 2px solid #E1E0E5;
    margin-bottom: 16px;
    width: 100%;
    border-radius: unset;
    padding: 0;
}
.form_fiels_button {
	text-align: center;
	margin-bottom:16px;
}
.form_fiels_button button{
	width:100%;
}
.form-hystmodal .modal_content_title{
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -2%;

}
.form-hystmodal .hystmodal__window.modal-window{
    top: 64px;
    padding: 40px 16px;
	}


.form-fields input[type=text],
.form_field input[type="text"] {
	width: 100%;
}
.form_field input[type="tel"] {
	width: 100%;
}
.form_field textarea {
	width: 100%;
}
.form-hystmodal .hystmodal__close.modal_close {
	top: 12px;
	right: 12px;
}
.form-fields {
	padding-right: 16px;
	margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.modal_form-container{
	padding: 24px 16px;
	overflow: hidden;
}
.modal_content_private{
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
	color: #808185;
}
.modal_content_private a{
	color: #40ABFA;
}
.form_button{
	text-align: center;
	margin-bottom:16px;
}
.quest-info{
	margin-top: 24px; 
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0%;
}
.quest-info a{
	color: #40ABFA;
	text-decoration: underline;
	text-decoration-style: solid;
}
.form-fields-full{
	padding-right: 0; 
}
.form-fields-full input,
.form-fields-full textarea{
	width: 100%;
}
.form_fiels_label{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
}
.where_by_form{
	margin: 24px 0;
}
.form_fiels_where_by{
	margin-top: 16px;
}
.form_fiels_where_by input[type="radio"]{
	display: none;
}
.custom-radio {
  position: relative;
  padding-left: 30px; /* отступ для кружка */
  cursor: pointer;
  display: inline-block;
  margin-right: 20px; /* отступ между ними */
  user-select: none;
}

.custom-radio {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: inline-block;
  user-select: none;
  width: 100%;
  font-weight: 400;
font-size: 16px;
line-height: 1px;
letter-spacing: 0%;

}
.custom-radio::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('../img/icons/svg/radio-icon.svg') no-repeat;
  transition: all 0.2s ease;
}

/* Кружок при выборе */
input[type="radio"]:checked + .custom-radio::before {
   background: url('../img/icons/svg/radio-icon-active.svg') no-repeat;
}
.photo-file-title{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
}
.order_element img{
	border-radius: 16px;
    width: 100%;
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
    object-fit: cover;
}
.error-form{
	color: #DF1919;
}
.order_element.active{
	border: 2px solid #40ABFA;
	border-radius: 16px;
}
.form_orders{
	margin-top: 16px;
}
.form_fiels_product{
	position: relative;
}
.form_fiels_product .name_product{
	font-family: Jost;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 120%;
	letter-spacing: 0%;
	margin-top: 8px;
	margin-bottom: 24px;
}
.file-upload{
	width: 100%;
	border-radius: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}
.file-uploads{
	display: flex;
	gap: 8px;
	padding-top: 16px;
}
.file-uploads .file-upload{
	width: 71px;
}
.file-upload .custom-btn,
.file-upload .custom-btn-photo,
.file-upload .custom-btn-video{
	border: none;
}
.file-upload .custom-btn,
.file-upload .custom-btn-photo,
.file-upload .custom-btn-video{
    border: none;
    text-align: center;
    position: relative;
    padding: 57px 0 24px;
    width: 100%;
    border-radius: 10px;
	}
.file-upload .custom-btn:before {
    content: '';
    background: url(../img/icons/svg/photo.svg) no-repeat;
    height: 28px;
    width: 28px;
    display: block;
    background-position: center;
    top: 0;
    position: absolute;
    top: 24px;
    left: calc(50% - 14px);
}
.file-upload .custom-btn-photo:before {
    content: '';
    background: url(../img/icons/svg/photo.svg) no-repeat;
    height: 28px;
    width: 28px;
    display: block;
    background-position: center;
    top: 0;
    position: absolute;
    top: 24px;
    left: calc(50% - 14px);
}
.file-upload .custom-btn-video:before {
    content: '';
    background: url(../img/icons/svg/video.svg) no-repeat;
    height: 28px;
    width: 28px;
    display: block;
    background-position: center;
    top: 0;
    position: absolute;
    top: 24px;
    left: calc(50% - 14px);
}
.file-upload .file-name{
	margin: 6px 0;
	display: block;
	width: 100%;
	border-radius: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
}
#fileInput,#fileInputPhoto,#fileInputVideo{
	display:none;
}
.modal-form-tovar-info{
	display: flex;
	gap: 16px;
	margin-top: 24px;
}
.modal-form-tovar-info img{
	width: 38px;
	height: 50px;
	border-radius: 10px;
}

.tovar-info-form{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.tovar-info-name{
	font-weight: 500;
	font-size: 17px;
	line-height: 100%;
	color:#212529;
}
.tovar-info-art{
	color: #808185;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
}
.cart-buttons-info{
	display:none;
}
.cart-buttons-info_free{
	color: #212529;
	font-weight: 500;
	font-size: 18px;
	line-height: 39px;
	letter-spacing: 0%;
	text-align: right;
    white-space: nowrap;
	display:none;
}
 .cart-buttons.visible .cart-buttons-info{
	display: flex;
	justify-content: space-between;
	    margin-bottom: 5px;
}
.cart-buttons.visible .cart-buttons-cont .btn{
	font-size: 16px;
}
.swiper-horizontal {
	overflow-x: scroll;
	}

.footer a:hover{
	color:#808185;
	transition: color 0.3s ease;
}
.footer_social-links a{
	transition: background-color 0.3s ease;
}
.footer_social-links a:hover{
	background-color: #fff;
}

.footer_social-link.vk:hover img {
    filter: invert(36%) sepia(84%) saturate(3016%) x(194deg) brightness(101%) contrast(105%);
}


.hvr__images {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.images {
    position: relative;
    width: 100%;
    height: 550px;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
}
.images {
    position: relative;
    width: 100%;
    height: 580px;
    object-fit: cover;
    display: flex;
    overflow: hidden;
}

.images img {
    position: relative;
    top: 40px;
    display: block;
    width: auto;
    height: 448px;
    object-fit: cover;
}
.hvr__images img {
    opacity: 0 !important;
    z-index: 1;
    pointer-events: none;
}

.hvr__images .images img {
    width: 100% !important;
    height: 95% !important;
}
.hvr__images .images {
    height: auto !important;
    aspect-ratio: 1 / 1.19;
}
.hvr__images img {
    transition: display 0.5s ease;
}
.hvr__images img.hvr__img--active {
    opacity: 1 !important;
    z-index: 2 !important;
    pointer-events: auto;
}
.hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 10;
    cursor: pointer;
    pointer-events: none;
}
.hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.hvr__sector {
    flex-grow: 1;
    pointer-events: auto;
}
.hvr__sector {
    flex-grow: 1;
}
.hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 20;
    pointer-events: none;
}
.hvr__dots {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 5px;
}
.hvr__sector {
    flex-grow: 1;
}
.hvr__sector {
    flex-grow: 1;
    pointer-events: auto;
}


@media(max-width: 767px){
    #size_guide_modal.hystmodal,
    #size_guide_modal .hystmodal__wrap,
	#info_modal.hystmodal,
    #info_modal .hystmodal__wrap {
		
		 touch-action: auto !important;
        -webkit-overflow-scrolling: touch !important;
		
        display: flex !important;
        align-items: flex-end !important; /* Намертво сажает окно на самый низ экрана */
        justify-content: center !important;
        height: 100dvh !important;
        width: 100% !important;
        grid-row: unset !important; 
        pointer-events: auto !important; 
        touch-action: none !important;
    }
	
    #size_guide_modal .hystmodal__window.modal-window,
   #info_modal .hystmodal__window.modal-window {
        position: relative !important; 
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        
        max-height: calc(100dvh - 16px) !important; 
        
        overflow: hidden !important; /* Держит рамки, само окно больше не сдвинется и не прыгнет */
        box-sizing: border-box !important;
        margin: 0 !important;
        
        pointer-events: auto !important;
        
    }

    #size_guide_modal .size_title,
    #info_modal .info_modal-tabs {
        position: absolute !important; 
        top: 0 !important;             /* Прибиваем к самому верху окна */
        left: 0 !important;            /* Растягиваем от левого края... */
        right: 0 !important;           /* ...до правого края окна модалки */
        width: auto !important;        /* Сбрасываем calc, ломавший отображение на iPhone */
        
        /* Внутренние отступы формируют правильный размер белой плашки */
        padding: 24px 24px 16px !important; 
        
        background: #fff !important;   /* Белый фон перекрывает таблицу при скролле */
        font-weight: 600;
        font-size: 24px !important;    /* Слегка уменьшили, чтобы длинный текст не переносился */
        line-height: 110%;
        letter-spacing: -2%;
        box-sizing: border-box !important;
        z-index: 99 !important;        /* Всегда поверх таблицы размеров */
    }

    /* ФИКСИРОВАННАЯ КНОПКА ЗАКРЫТИЯ СНИЗУ (Прибита к полу) */
   #info_modal .hystmodal__btn,
    #size_guide_modal .hystmodal__btn {
        position: absolute !important; 
        bottom: 0 !important;          /* Намертво на нижний срез экрана */
        left: 0 !important;
        width: 100% !important;
        margin: 0 0 65px !important;
        padding: 15px 20px 16px !important; /* 30px — безопасная зона под палец для iPhone */
        background: #fff !important;   /* Скрывает заезжающий под нее текст */
        box-sizing: border-box !important;
        z-index: 99 !important;        /* Всегда поверх скроллящегося контента */
        border-radius: 0px !important;
    }

    /* Эффект дымки/размытия НАД кнопкой */
    #size_guide_modal .hystmodal__btn::before,
    #info_modal .hystmodal__btn::before {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        width: 100% !important;
        height: 40px !important; 
        top: -40px !important; 
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) !important;
        pointer-events: none !important;
    }

    #size_guide_modal .modal_container{
        display: block !important;
        height: auto !important;
        
        /* Высчитываем чистую высоту скролл-коридора: 100dvh - 32px от верха - 152px на высоту шапки и кнопки */
        max-height: calc(100dvh - 16px - 152px) !important; 
        
        /* Полная изоляция скролла от внешних скриптов */
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important; /* Нативный плавный свайп iOS */
        overscroll-behavior: contain !important;      /* Изолируем скролл от body страницы */
        
        /* Прямая команда процессору телефона: скроллить этот блок строго по вертикали */
        touch-action: pan-y !important;               
        pointer-events: auto !important;
        
        padding: 10px 20px 107px !important;
        box-sizing: border-box !important;
        
        /* Коридор отступов, защищающий текст от залезания под фиксированные шапку/кнопку */
        margin-top: 65px !important;
        margin-bottom: 87px !important;
    }
	
     #info_modal .info_modals {
        display: block !important;
        height: auto !important;
        

        max-height: calc(100dvh - 16px - 152px) !important; 
        
        overflow-y: scroll !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important; 
        overscroll-behavior: contain !important;     
        
        touch-action: pan-y !important;               
        pointer-events: auto !important;
        
        box-sizing: border-box !important;
        
        margin-bottom: 87px !important;
		
		margin-top: 20px !important;
		padding: 10px 20px 90px !important;
	
    }




	.menu-contacts{
		margin-top: 24px;
	}
	.footer_pay{
		margin-top: 32px;
	}
	.catalog-detail-cont h1 {
		text-transform: none;
		font-weight: 500;
	}
	#toTop{
		display: none !important;
	}
	.qr_cont{
		width: 96%;
		left: 2%;
		bottom:20px;
		top: unset;
	}
	#qrTg{
		max-width: 95%;
	}
	
	.bayer_info .block-content{
		gap: 8px;
	}
	.stock-filter{
		padding-right: 10px;
	}
	.cart-buttons.visible{
		box-shadow: 0px 0px 20px 0px #21252926;
		display:block;
		border-top-left-radius: 24px;
		border-top-right-radius: 24px;
		 background: #fff;
		bottom: 0;
		padding: 13px 16px;
		z-index: 100000;
		}
	.fancybox-show-nav .fancybox-navigation .fancybox-button {
		    visibility: hidden !important;
	}

.cart-buttons.visible .cart-buttons-info_free{
	display:block;
	    line-height: 100%;
}
.cart-buttons.visible .cart-buttons-cont{
	display:flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	        gap: 8px;
}
.cart-buttons.visible .cart-buttons-cont .btn{
	flex: 0 0 50%;
	font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
}
.cart-buttons.visible .old-price{
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: line-through;
}
.cart-buttons.visible .det-prices{
	margin: 0 0 8px;
}
.cart-buttons.visible  .rozn-price{
	font-weight: 600;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
}
.cart-buttons.visible .det-prices{
	padding: 0;
}


	.catalog-detail .container,.container.catalog-epilog{
		margin:0;
		padding:0;
	}
	.gallery{
		    flex-wrap: nowrap;
	}
	.gallery-scroll{
		overflow: hidden;
		overflow-x: auto;
	}
	.gallery_element{
		-webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        max-width: 330px;
	}
	.gallery_element.none {
		display: block;
	}
	.cart-buttons{
		position: fixed;
		right: 0;
		left: 0;
		bottom: 3rem;
		display: none;
	}

	.product-items__more-btn{
		display: none;
	}
	.swiper-button-next.btn-swiper-button-next,.swiper-button-prev.btn-swiper-button-prev,
	.swiper-button-next.btn-swiper-button-next-art,.swiper-button-prev.btn-swiper-button-prev-art{
		display:none !important;
	}
	.cross-sell_card .rozn-price{
		    font-size: 20px;
	}
}
@media(max-width: 360px){
	.gallery_element{
		-ms-flex: 0 0 258px;
        flex: 0 0 258px;
        max-width: 258px;
	}
}
@media(min-width: 768px){
	
	#size_guide_modal .modal_container{
	max-height: 80vh;
	height: 80vh;
	padding-bottom: 80px;
	padding-top: 50px;
	  overflow-y: auto !important; 
    -webkit-overflow-scrolling: touch;
}
#size_guide_modal .hystmodal__window.modal-window{
	border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
	
	.cart-buttons-cont{
		display: flex;
		gap: 8px;
		flex-direction: column;
	}
	.cart-buttons-cont .catalog-detail__add-btn,.cart-buttons-cont .catalog-detail__click{
		width: 100%;
	}
	.catalog-detail__sku.hand-cont{
	margin-top: 31px;
}
	.cart-buttons.visible .cart-buttons-info{
		display: none;
	}
	.over-colors{
	margin-top: 16px;
	}
	.over-colors_header{
	margin-bottom: 16px;
}
	.form_fiels_button button{
			width: auto;
			display: inlin-block;
		}
		.form-hystmodal .hystmodal__window.modal-window{
			position: relative;
			border-radius: 24px;
			max-width: 498px;
			padding: 40px 32px;
		}

	.bx-breadcrumb {
		margin:0;
	}
	.catalog-detail__props_info_images{
		display: flex;
		flex-wrap: wrap;
	}
	.catalog-detail__props_info_images img{
		width: 50%;
	}
	footer{
		background: #fff;
	}
	.footer{
		padding-top: 40px;
	}
	.footer__top{
		margin-bottom: 64px;
	}
	.footer__menu{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.footer__menu_hide{
		display: none;
	}
	.footer__menu-colunm{
		flex: 0 0 50%;
        max-width: calc(50% - 4px);
	}
	.footer__menu-colunm.footer__menu-items{
		background: inherit;
		border-radius: 0;
	}
	.product-item-detail-back{
		display: none;
	}
	.quntify-product{
		display: flex;
		display: flex;
	}
	.review_reviews:before {
		content: '•';
		position: relative;
		left:-6px;
	}
	
	
	.catalog-detail__favorite {
		display: none;
	}
	.catalog_review_question-short{
        display: flex;
        gap: 13px;
		margin-top: 16px;
	}
	.catalog-cart-info{
		margin-top: 24px;
		box-shadow: 0px 4px 15px 0px rgba(33, 37, 41, 0.1);
		border-radius: 16px;
		padding: 20px;
	}
	.cart-d-buttons{
		display: flex;
		gap:8px;
		flex-direction: column;
	}
	
	.block-content .cross-sell_card{
		margin-bottom: 0; /* 48px */
	}
	.recomendation-sell .btn-cont {
		margin-top: 0; /* 48px */
	}
	.btn-cont .btn{
		width: auto;
		display:inline-block;
	}
	.btn-cont{
		
		margin: 24px auto 0;
		text-align: center;
	}
	.js-cross-more_btn{
		width: auto;
		display: inline-block;
	}
	.icon-like{
		top: 12px;
		right: 13px;
	}
	.no-questions-content{
		max-width: 252px;
	}
	.questions-btns{
	flex-direction: row;
	}
	.no-questions-content{
		gap: 20px;
	}
	.no-questions{
		flex-direction: row;
		gap:32px;
		text-align: left;
		margin-bottom: 64px;
	}
	.no-questions{
		margin-bottom: 64px;
	}
	.show-all-reviews,.rev-tab-content .btn,.show-all-reviews{
		width: auto;
		display: inline-block;
	}
	.catalog_review_question{
		display: none;
	}
	.detail-cont-fon,.catalog-detail-bottom,.catalog-detail-bottom-full{
		background: #fff;
	}
	.catalog-detail-sku-items{
		display:none;
	}
	.cart-badges-block{
		overflow: hidden;
		flex-wrap: wrap;
	}
	.product-items__col,.product-right h1,.det-prices,.cart-badges-block,.over-colors{
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.product-badges {
		top: 16px;
		bottom: unset;
	}
	.video-btn-cart{
	    display: flex;
		justify-content: center;
	}
	.product-badges-cont{
		flex-direction: row-reverse;
	}
	.footer__menu-item.hide .footer__menu-list{
		display: block;
	}
	.footer__copyright-content{
		flex-direction: row;
		justify-content: space-between;
	}
	.footer_social-link{
		width: 32px;
		height: 32px;
		border: 0.5px solid #fff;
	}
	.footer_social-link img{
		width: 16px;
	}
	.footer_social-link:after{
		width: 16px;
		height: 30px;
		background-size: 16px;
	}
	.product-left {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
		padding-top: 3px;
	}
	.det-prices{
		margin: 0;
	}
	.cart-badges-block{
		overflow: hidden;
		flex-wrap: wrap;
		margin-top: 16px;
	}
	.catalog-detail__sku {
		padding-right: 0;
		padding-left: 0;
	}
	.footer_pay-items{
		margin-top: 12px;
	}
	.footer__menu-colunm,.footer__menu-colunm.footer__menu-items{
		padding: 8px 0;
	}
	.header.fixed {
		position:relative;
	}
	.old-price {
		color: #212529;
	}
	.det-prices {
		flex-wrap: wrap;
		flex: 0 0 50%;
	}
	.size_preview{
			max-width: 345px;
		}
		.size_head-s{
			opacity: 1;
		}
		.hystmodal__window.modal-window{
			width: calc(100% - 48px);
			padding: 32px 24px;
		}
		.size_chart{
			flex-direction: row;
			overflow-x: auto;
			        scrollbar-width: thin;
        scrollbar-color: #808185 #fff;
		}
		.size_table-head{
			flex-direction: column;
			font-weight: 500;
			font-size: 18px;
			line-height: 120%;
			text-align: center;
		}
		.size_table-row{
			flex-direction: column;
		}
		.size_table-row,.size_table-head{
			padding: 0;
		}
		.size_table-row div:first-child,.size_table-head div:first-child{
			padding: 10px 12px;
			background: #F4F5F8;
			height: 42px;
		}
		.size_table-row div{
			text-align: center;
		}
		.size_table-head div:last-child{
			padding: 10px 12px;
			height: 64px;
			width: 107px;
		}
		.size_table-row div:last-child{
			font-weight: 400;
			font-size: 16px;
			line-height: 130%;
			padding: 21.5px 12px;
			height: 64px;
			white-space: nowrap;
		}
		.size_table-row div,.size_table-head div{
			border: 1px solid #80818533;
		}
		.img_size_table{
			display: flex;
		}
		.img_size_table img {
			width: 50%;
		}
		.step_item{
			display: flex;
			justify-content: space-between;
		}
		.step_item_img img{
			width: 212px;
		}
		.step_item_test{
			max-width: 336px;	
		}
		.step_full_text{
			max-width: 377px;
		}
	#info_modal .hystmodal__window.modal-window{
			top: 86px;
			border-bottom-right-radius: 24px;
			border-bottom-left-radius: 24px;
		}
		.info_modal_gallery_element {
			width: calc(25% - 8px);
		}
		/* .info_modal_text-item{ */
			/* max-width: 498px; */
		/* } */
		#bonus_modal .hystmodal__window.modal-window{
			position: relative;
			border-bottom-right-radius: 24px;
			border-bottom-left-radius: 24px;
			padding: 40px 32px;
			max-width: 506px;
		}
		.bonus_modal_img img{
			border-radius: 24px;
			height: 243px;
			object-fit: cover;
		}
		.bonus_modal_text{
			padding: 24px 0 0;
		}
		.success-hystmodal .hystmodal__window.modal-window{
			width: 424px;
		}
		.bayer_info-icon {margin-bottom: 46px;}
		.faq {max-width:750px;}
}
@media(min-width: 1024px){
	.bx-breadcrumb {
		margin:0;
	}
	.catalog-detail-bottom{
		margin-left: 0;
		width: 750px;
	}
	.reviews-tabs{
		width: 750px;
	}
	 .product-right {
        width: 399px;
        min-width: 399px;
    }
	.catalog-detail-cont{
		flex-direction: row;
		gap:40px;
	}
	.footer__menu-colunm{
		flex: 0 0 25%;
        max-width: calc(25% - 8px);
	}
	.catalog-detail__props-item--title {
    width: 320px;
	}
	.catalog-detail__prop_header {
		padding-left: 16px;
		padding-right: 16px;
	}
	.catalog-detail__props-text{
		padding-right: 48px;
		padding-left: 24px;
	}
	.uhod_description {
		padding-left: 24px;
		padding-right: 48px;
	}

	.catalog-detail__prop_specs_element {
		padding-left: 24px;
	}
	.catalog-detail__prop-uhod {
		padding-right: 0;
	}
	.product_name {
		max-width:250px;
	}
	.block-content .cross-sell_card{
		flex: 0 0 calc(25% - 12px);
	}
	.opt-price b {margin:0}
	.header.fixed {
		position:relative;
	}
	.review_card-text.no-img {max-width: 237px;}
	.step_item_img img{
		width: 346px;
	}
		
	.hystmodal__window.modal-window{
		max-width: 870px;
		padding: 32px;
	}
}
@media(max-width:406px){
	.catalog-import-container{
		flex-direction: column;
    display: flex;
    gap: 10px;
		width: 100%;
	}
}
@media(min-width: 1440px){
	.block-content .cross-sell_card{
		flex: 0 0 calc(25% - 12px);
	}
	.footer{
		padding-top: 64px;
	}
}
@media (max-width: 991px) {
    /* Разрешаем браузеру прокрутку по вертикали на уровне ядра рендеринга смартфона */
    html, body, .page__content,.page{ 
        touch-action: pan-y !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    /* Полностью изолируем мобильный фильтр от основного экрана, пока он закрыт */
    .catalog-section__filter:not(.catalog-section__filter--show) {
        display: none !important;
        pointer-events: none !important;
    }
}

