.product .price.strike-price {
    margin-bottom: 0px;
    /*margin-top: -12px;*/
    text-decoration: line-through;
    font-size: 14px;
    opacity: 0.6;
}

.productColText .strike-price ~ .promo-price {
    /*margin-top: -25px;*/
}

#elementTools .price.changePrice.strike-price .priceContainer {
    text-decoration: line-through;
    font-size: 14px;
    opacity: 0.6;
}



@media (max-width: 450px) {
    .product .price.strike-price, .productColText .strike-price ~ .promo-price {
        /*margin-top: unset !important;*/
    }


}

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

.productColText {
    position: relative;
}

@media (max-width: 700px) {
    .opt-block {
        margin-bottom: 10px;
        flex-grow: 1;
    }

    .product {
        height: auto !important;
        width: auto !important;
    }

    .items.productList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .base-price {
        font-size: 14px;
    }

    .productTable {
        height: 100%;
    }

    .productColText {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
    }
}

@media (max-width: 600px) {
    .items.productList {
        grid-template-columns: 1fr;
    }
}


.product .price.strike-price {
    position: absolute;
    top: 42px;
    right: 0;
}

.product .promo-price {
    font-family: 'robotobold';
    font-size: 18px;
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
}

@media (max-width: 1800px) {
    .product .price.strike-price {
        top: 44px;
    }
}

@media (max-width: 700px) {
    .product .price.strike-price {
        position: static;
    }
}

.tabs {

}

.tabs__caption {

}

@media (max-width: 620px) {
    .tabs__caption {
        display: none;
    }
}

.tabs__caption-inner {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 0 24px;
    /*justify-content: center;*/
}

.tabs__caption-inner li {
    font-size: 14px;
    cursor: pointer;
}

.tabs__caption-inner li.active {
   font-weight: 700;
}

@media (min-width: 768px) {
    .tabs__caption-inner li {
        font-size: 16px
    }
}

@media (min-width: 1366px) {
    .tabs__caption-inner li {
        font-size: 18px
    }
}

.tabs__content {

}

@media (min-width: 621px) {
    .tabs__content-block {
        display: none;
    }

    .tabs__content-block.active {
        display: block;
    }
}


.marker.finalnaya_rasprodazha,
#elementContainer .marker.finalnaya_rasprodazha {
    background-color: #73db6e;
}

.marker.sezonnye_skidki,
#elementContainer .marker.sezonnye_skidki {
    background-color: #27bfc1;
}

#left #catalogMenuHeading {
    display: none;
}


#base-price.base-price.strike-price {
    text-decoration: line-through;
}


body .mobilePriceContainer .price.changePrice.strike-price .priceContainer {
    text-decoration: line-through;
    font-size: 14px;
    opacity: 0.6;
}

.detail__logo {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

@media (min-width: 320px) {
    .detail__logo {
        flex-direction: column;
    }
}

@media (min-width: 600px) {
    .detail__logo {
        flex-direction: row;
        padding-right: 10px;
    }
}


.changeDescription.collapsed{
  height: 315px;
  overflow: hidden;
}

.showMore{
position:relative;

}
.showMore::after{
position: absolute;
    content: "";
    background-image: url("/bitrix/templates/dresscode/images/showMore.svg");
    top:50%;
    transform:translateY(-50%);
    right:0;
   width:15px;
   height:11px;
}
#detailText .showMore{
    display: block;
    margin-top: 10px;
    cursor: pointer;
    color:#27bfc1;
    width: fit-content;
    padding: 0px 22px 0 0;
        font-family: 'robotoregular';
    font-size:14px;
    line-height:140%;
    font-weight:400;
    display:flex;
    aling-items:center;
    gap:10px;
}



/* UPDATE */

.vebinars {
	margin-bottom: 24px;
}
.vebinars p{
	margin: 0;
}
.vebinars .container {
	/*padding: 0px 24px;*/
	max-width: 1920px;
	margin: 0 auto;
}
.vebinars__top {
	margin-bottom: 36px;
}
.vebinars__title h3{
	margin-top: 0;
	margin-bottom: 12px;
	/* font-family: "roboto_ltregular"; */
	font-family: 'robotobold';
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	color:#000;

}
.vebinars__descr {
	max-width: 900px;
	
}
.vebinars__descr p{
	font-family: 'roboto_condensedlight';
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
}
.vebinars__descr p+p{
	margin-top: 10px;
}



.vebinars__bottom {
}
.vebinars__list {
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	gap: 24px;
	flex-wrap: wrap;
}
.vebinars__item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-radius:8px;
	border:1px solid rgba(43, 43, 43,0.15);
	padding: 24px;
	padding-bottom: 20px;
	width: clamp(245px, 4.89rem + 15.88vw, 380px);
	transition: all .3s ease;
	min-height:242px;
}
.vebinars__item:hover {
	border:1px solid #27bfc1;

}
.vebinars__item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.vebinars__label {
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	color:#27bfc1;
	font-family: "robotomedium";
	padding: 6px 12px;
	background-color: rgba(39, 191, 193,0.1);
	border-radius: 34px;
}
.vebinars__data {
	display: flex;
	align-items: end;
    /*flex-direction: column;*/
	gap: 5px;
}
.vebinars__data span,
.vebinars__data-current {
	font-family: "robotomedium";
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	color:#000;
}
.vebinars__data i{
	font-style: normal;

}
.vebinars__item-mid {
}
.vebinars__brand {
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	font-family: "roboto_ltregular";
}
.vebinars__brand  span{
	font-family: 'robotobold';
	font-size:20px;
	font-weight:700;
	line-height:26px;
	color: #000;
	text-transform: uppercase;
}
.vebinars__speaker {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	font-family: "roboto_ltregular";
}
.vebinars__speaker span{
	font-family: 'robotobold';
	font-size:16px;
	font-weight:700;
	line-height:22px;
	color: #000;
}
.vebinars__link {
	text-decoration: none;
	color: #27BFC1;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
	font-family: "roboto_ltregular";
	line-height: 1.4;
	transition: all .3s ease;
	width:fit-content;
	margin-top:auto;
}
.vebinars__link:hover {
	color: #000;
}
.vebinars__link svg path{
	transition: all .3s ease;

}
.vebinars__link:hover svg path{
	fill:#000
}

@media (max-width: 1100px) {
	.vebinars__top {
    margin-bottom: 24px;
}
}
@media (max-width: 900px) {
	.vebinars__item{
		width:40%;
	}
}
@media (max-width: 756px) {
	.vebinars__item{
		width:100%;
	}
}



/* UPDATE */


.secondTool__sertificat {
	text-align: left;
}
.secondTool__sertificat img{
	max-width: 156px;
}

.secondTool__sertificat-title {
	margin-bottom: 12px;
	max-width: 220px;
}
.secondTool__sertificat-title p{
	font-size: 14px;
	font-weight: 500;
	color: #000;
	font-family: "robotomedium";
	margin: 0;
}
@media (max-width: 1100px) {
	#catalogElement .secondTool{
		display: flex;
	}
	#smallElementTools .label{
		margin: 0;
	}
	#smallElementTools .secondTool .cheaper-container{
		order: 1;
	}
	#smallElementTools .secondTool .share-items{
		order:2;
	}
	.secondTool__sertificat{
		order:0;
		margin-right: auto;
	}

}
@media (max-width: 750px) {
	#catalogElement .secondTool{
		flex-direction: column;
		text-align: left;
		margin-left: 24px;
	}
	#smallElementTools .secondTool .cheaper-container{
		order: 0;
	}
	.secondTool__sertificat{
		order:1;
		
	}
	

}

@media (max-width: 620px) {
	#catalogElement .secondTool{
		padding-left: 0;
	}
	#catalogElement #smallElementTools .secondTool .share-items{
		border-top: 0;
		padding-top: 0;
	}
	#smallElementTools .secondTool .cheaper-container,
	#smallElementTools .secondTool .row:first-child{
		border-bottom: 1px solid #e7e8ea;
		padding: 24px 0;
	}
	.secondTool__sertificat{
		margin-top: 24px;
		margin-bottom: 24px;
	}
}
.vebinars__item{
	flex-direction: row;
	justify-content: space-between;
}
.vebinars__item-logo img{
	max-width: clamp(64px, 3.573rem + 2.13vw, 80px);

}
.vebinars__item-top{
	flex-direction: column;
	justify-content: start;
	text-align: start;
	align-items: start;
	gap: 16px;
	margin-bottom: 16px;
}
.vebinars__speaker{
	margin-bottom: 16px;
}
.vebinars__item-left {
    /* min-height: 100%; */
    display: grid;
}

@media(max-width: 375px){
	.vebinars__link{
		gap: 2px;
	}
}

.product .marker.komplektom_deshevle{
background-color: #27BFC1;
}


#appBasket{
display: none !important;
opacity: 0;
visibility: hidden;
width: 0px;
height: 0px;
}




/* update detail page 24022025 */
/* update tooltip  */
.propertyName {
    overflow: visible!important;
    
}
.propertyName__tooltip-wrapper{
    position:relative;
    display: inline-flex;
    top:3px;
}
.propertyName__tooltip-wrapper svg{
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
}
.svgtool svg path {
    transition: all .3s ease;
}
.propertyName .propertyName__tooltip-inner{
    position: absolute;
    z-index: 150;
    /*top: -483px;*/
    left: -309px;
    z-index: 999;
bottom:39px;
}

.propertyName__tooltip-inner{
    display: none;
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 12px  12px 12px;
    background-color: #fff;
    box-sizing: border-box;
    width: 480px;
    max-height: 465px;
}
.propertyName__tooltip-inner::after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    background-color: transparent;
    left: 0;
    bottom: -20px;
}
.svgtool{
    position: relative;
}
.svgtool::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: 15px;
    left: -4px;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;
}

.propertyName__tooltip {
    padding-right: 12px;
    overflow-y: auto;
    max-height: 441px;
}
.propertyName__tooltip::-webkit-scrollbar {
    width: 6px;
    background-color: #e7e7e7;
    border-radius:45px;
    margin-right: 10px;
  }
  
  .propertyName__tooltip::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: #27bfc1;
  }
  
  .propertyName__tooltip::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
  }
.propertyName__tooltip-title {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    font-family: "robotomedium";
    margin-bottom: 12px;
    text-wrap: wrap;
}
.propertyName__tooltip-img {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 12px;
    pointer-events: none;
}
.propertyName__tooltip-img img{
    width: 438px;
    height: 240px;
    border-radius: 4px;
    display: block;
object-fit: cover;
}
.propertyName__tooltip-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    font-family: "roboto_ltregular";
    text-wrap: wrap;
}

.propertyName__tooltip-wrapper:hover .propertyName__tooltip-inner{
    display: block;
}
.propertyName__tooltip-wrapper:hover .svgtool::after{
    display: block;
}
.propertyName__tooltip-wrapper .svgtool path{
    stroke: #27bfc1;
}
.detailPropertiesTable__inner-line__item{
    display: flex;
    align-items: start;
    gap: 5px;
    text-wrap: wrap;
}
.detailPropertiesTable__inner-line__item .propertyName__tooltip-inner{
    position: absolute;
    /*top: -475px;*/
    left: 0px;
    z-index: 99;
    bottom: 45px;
}
.detailPropertiesTable__inner-line__item .svgtool{
    display: flex;
    align-items: center;
}
.detailPropertiesTable__inner-line__item .svgtool::after{
    bottom: 10px;
}
#elementProperties{
    overflow: visible;
}
.detailPropertiesTable__inner-line{
    position: relative;
}
.detailPropertiesTable__inner-line .propertyName__tooltip-wrapper{
    position: static;
	margin-top:3px;
}
@media(max-width: 780px){
    .detailPropertiesTable__inner-line__item{
        width: 50%;
    }
    
}
@media(max-width: 520px){
    .detailPropertiesTable__inner-line__item .propertyName__tooltip-inner{
        max-width: 272px;
    }
	.detailPropertiesTable__inner-line__item:nth-child(2){
text-align:right;
}
    .detailPropertiesTable__inner-line__item .propertyName__tooltip-img img{
        object-fit: cover;
        width: 100%;
    }

}
/* end update tooltip  */
/* new description */
#elementContainer #detailText .heading, #elementContainer #detailTags .heading{
    font-weight: 400;
font-size: 18px;
line-height: 117%;
color: #000;
}
.changeDescription {
    position: relative;
    padding: 0 16px;
}

.changeDescription__img {
    margin-bottom: 24px;
}
.changeDescription__img img{
    display: block;
}

.changeDescription__title {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    font-family: "robotomedium";
    margin-bottom: 12px;
}
.changeDescription__text {
    font-family: "roboto_ltregular";
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

#changeDescriptionSliderPrev,#changeDescriptionSliderNext{
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 8px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 26px;
height: 36px;
position: absolute;
top: 20%;
transform: translateY(-50%);

}
#changeDescriptionSliderPrev{
    left: -16px;
}
#changeDescriptionSliderNext{
    right: -16px;
}
/*
.changeDescription__showMore{
    font-weight: 400;
    font-size: 16px;
    line-height: 131%;
    color: #fff;
    font-family: "roboto_ltregular";
    border: 1px solid #27bfc1;
    padding: 18px 25px;
    background: #27bfc1;
    display: none;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 60px;
    box-sizing: border-box;
    margin: 24px auto 0 auto;
    cursor: pointer;
    transition: all 0.3s ease;
}
.changeDescription__showMore span{
    font-weight: 400;
    font-size: 16px;
    line-height: 131%;
    color: #fff;
    font-family: "roboto_ltregular";
}
.changeDescription__showMore .noMore{
    display: none;
}
.changeDescription__showMore.showNoMore .more{
    display: none;
}
.changeDescription__showMore.showNoMore .noMore{
    display: block;
}
.changeDescription__showMore:hover{
    background-color: rgba(39, 191, 193, 0.8);
}
*/
@media(min-width:420px){
    .changeDescription__img img{
        width: 100%;
        object-fit: cover;
    }
}
@media(min-width:700px){
    .changeDescription{
        padding: 0;
    }
    #changeDescriptionSliderPrev,#changeDescriptionSliderNext{
        display: none;
    }
    .changeDescription__item{
        display: flex;
        align-items: center;
        gap: 40px;
    }
    .changeDescription__img{
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .changeDescription__img img{
        width: 245px;
    }
    .changeDescription .swiper-wrapper{
        flex-direction: column;

    }
    .changeDescription .swiper-slide{
        border-bottom: 1px solid #e7e8ea;
    }
    .changeDescription .swiper-slide:first-child{
        border-top: 1px solid #e7e8ea;

    }
/*
    .changeDescription .swiper-slide:nth-child(n+6){
        display: none;
    }*/
    .changeDescription.active .swiper-slide:nth-child(n+6){
        display: block;
    }
    .changeDescription .swiper-slide+.swiper-slide{

    }
    .changeDescription .changeDescription__item{
        padding: 24px 0;
    }
    #elementContainer #detailText{
        padding-bottom: 0;
    }
/*
    .changeDescription__showMore{
        display: flex;
    }
*/
}
@media(min-width:900px){
    .changeDescription__img img{
        width: 350px;
    }
}
/* end new description */
/* end update detail page 24022025 */

/* UPDATE 10042025 */
/* section pictureSlider */
#elementContainer #pictureContainer .pictureSlider .item:first-child{
    vertical-align: top;
}
.previewWrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.pictureSlider__wrap{
    display: inline-block;
    box-sizing: border-box;
    max-width: 138px;
}
#elementContainer #pictureContainer .item a{
    vertical-align: top;
    display: inline-block;
}

#elementContainer #pictureContainer .pictureSlider .item:first-child a img{
    object-fit: contain;
    margin-left: auto;
}



.pictureSlider__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.pictureSlider__box {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #000;
    text-wrap-style: balance;
    hyphens: auto;
    word-break: auto-phrase;
}
.pictureSlider__box p{
    width: 100%;
    margin: 0;
}
.pictureSlider__box img{
    width: 24px;
    height: 24px;
}

@keyframes animSwap {
    0%{
        opacity: 0;
        transform: translateX(-50px);
    }
    10%{
        opacity: 0.5;
        transform: translateX(0);
    }
    20%{
        opacity: 0.75;
        transform: translateX(0);
    }
    30%{
        opacity: 1;
        transform: translateX(0);
    }
    80%{
        opacity: 1;
        transform: translateX(0);
    }
    90%{
        opacity: 1;
        transform: translateX(0);
    }
    100%{
        opacity: 0;
        transform: translateX(100%);
    }
}
.swiper-slide .pictureSlider__item{
    opacity: 0;
}
.swiper-slide.swiper-slide-active .pictureSlider__item{
    opacity: 1;
}
.swiper-slide.swiper-slide-active .pictureSlider__item .pictureSlider__box{
    opacity: 0;
    width: 100%;
}


.swiper-slide.swiper-slide-active .pictureSlider__item .pictureSlider__box:nth-child(1){
    animation: animSwap 5.5s linear;
    animation-delay: 0.5s;
}
.swiper-slide.swiper-slide-active .pictureSlider__item .pictureSlider__box:nth-child(2){
    animation: animSwap 5.5s linear ;
    animation-delay: 0.75s;
}
.swiper-slide.swiper-slide-active .pictureSlider__item .pictureSlider__box:nth-child(3){
    animation: animSwap 5.5s linear;
    animation-delay: 1s;

}
@media(max-width: 1280px){
    #elementContainer #pictureContainer .pictureSlider .item:first-child a img{
        max-width: 100%;
    }
}
@media(max-width: 790px){
    .pictureSlider__wrap{
        width: 206px;
        max-width: 100%;
    }
    .pictureSlider__item{
        gap: 56px;
    }
    .pictureSlider__box{
        font-size: 18px;
        line-height: 120%;
        text-align: center;
    }
}
@media(max-width: 580px){
    .pictureSlider__item{
        gap: 24px;
    }
    .pictureSlider__box{
        font-size: 14px;
        line-height: 120%;
        text-align: center;
    }
    .pictureSlider__wrap{
        width: 100px;
    }
}
@media(max-width: 400px){
    .pictureSlider__wrap{
        width: 80px;
    }
    .pictureSlider__item{
        gap: 12px;
    }
    .pictureSlider__box{
        font-size: 10px;
        line-height: 120%;
        text-align: center;
    }
    .pictureSlider__box img{
        width: 16px;
        height: 16px;
    }
}
/* end section pictureSlider */
/* end update detail page 24022025 */



/* landing page */
.landing-wrap {
    display:flex;
    justify-content: space-between;
    gap: 10px;
    align-items: start;
}
.landing-item {
   /* max-width: 962px;*/
min-width:0;
}
.general {

}
.brands__title {
}
.general .brands__title{
margin-bottom:24px;
}
.general .brands__title h1{
    margin: 0;
font-weight: 600;
font-size: 24px;
line-height: 135%;
color: #000;
}
.general-video {
    position: relative;
    /* width: 100%; */
    max-width: 580px;
}

.general-video a,.general-video img{
    display: block;
}
.general-video__preview{
max-width:584px;
}
.general-video .play {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.landing__text, .landing p {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}
.general-desc {
    margin: 48px 0;
}
.landing-subtitle {
    margin-bottom: 10px;
}
.landing-subtitle h2{
    font-weight: 600;
    font-size: 20px;
    color: #000;

}
.general-desc-slider {
    margin-top: 24px;
}
.landing-slider {
    max-width: 1407px;
    padding: 0 46px;
    /*margin: 0 auto;*/
    position:relative;
}
.landing-slider .swiper {
    padding-bottom:2px;
}
.swiper-wrapper {
}
.swiper-slide {
}
.general-desc-slider__img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 240px;
}
.landing-slider .swiper-pagination {
    height:16px;
    display:flex;
    justify-content:center;
    align-items: center;
    gap:2px;
    margin-top: 30px;
}
.landing-slider .swiper-pagination-bullet{
    width:8px;
    height:8px;
    border-radius:50%;
    border:1px solid #27BFC1; 
    transition: all .3s ease;
    position: relative;
}
.landing-slider .swiper-pagination-bullet::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color:transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    transition: all .3s ease;
}
.landing-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 16px;
    height: 16px;
    border:1px solid #27BFC1;
    position: relative;
}
.landing-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #27BFC1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

.landing-slider .swiper-button-prev img{
    display: block;
}
.landing-slider .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 8px 3px;
    height: 36px;
    width: 26px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    cursor:pointer;
    box-sizing: border-box;
}
.landing-slider .swiper-button-next img{
    display: block;
}
.landing-slider .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 8px 3px;
    border-radius: 4px;
    height: 36px;
    width: 26px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%) rotate(180deg);
    right: 0;
    cursor:pointer;
    box-sizing: border-box;
}
.category+.category {
    margin-top:72px;
}
.category__top{
    
}
.category__top h2{
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 0;
}
.category__title {
    margin-bottom:12px;
}
.category__assortment {
}
.category__assortment .landing-subtitle{
    margin-bottom: 24px;
}
 .category .landing__text span,.category p span{
    font-weight: 600;
}
.category__mode {
    margin-top: 48px;
}
.category__technolog {
    margin-top: 48px;
}
.category__technolog-list {
    list-style: none;
    margin: 24px 0 48px; 
    padding: 0;
}
.category__technolog-item {
    border-bottom: 1px solid #e7e8ea;
    padding-bottom: 24px;
}
    .category__technolog-item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
.category__technolog-title {
    margin-top: 24px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.landing-dropdown {
    /* width:222px; */
    flex-shrink: 0;
    box-sizing:border-box;
    border: 1px solid #e7e8ea;
    border-radius: 4px;
    padding: 12px;
    background-color:#fff;
    position:sticky;
    top: 12px;
    margin-right: 1px;
}
.landing-dropdown a{
    text-decoration: none;
}
.landing-dropdown__title {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #000;
    display: block;
    width: 100%;
}
.landing-dropdown__top{
    display:flex;
    align-items:center;
    gap:10px;
    justify-content:space-between;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e7e8ea;
    /* background-color:#ce9090; */
}
.landing-dropdown__btn{
    position:relative;
    width:18px;
    height:18px;
    flex-shrink:0;
    display: none;
}
.landing-dropdown__top span{
    position:absolute;
    width:100%;
    height:1px;
    background-color:#fff;
    transition:all 0.3s ease;
    left: 0;
    right: 0;
}
.landing-dropdown__top span:nth-child(1){
    top: 2px;

}
.landing-dropdown__top span:nth-child(2){
    top: 8px;
}
.landing-dropdown__top span:nth-child(3){
    top: 8px;
}
.landing-dropdown__top span:nth-child(4){
    bottom: 3px;
}
.landing-dropdown__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.landing-dropdown__item {
}
.landing-dropdown__item+.landing-dropdown__item{
    margin-top: 12px;
}
.landing-dropdown__link {
    font-weight: 300;
    font-size: 12px;
    line-height: 133%;
    color: #000;
    transition: all .3s ease;
}
.landing-dropdown__link:hover {
    color: #27BFC1;
}
@media(max-width: 1440px){
    .landing-dropdown{
        width: 222px;
    }
}
@media(max-width: 1279px){
    .landing-item{
       /* max-width: 700px;*/
    }
}
@media(max-width: 991px){
    .landing-item{
        /*max-width: 476px;*/
    }
    .general-video{
        max-width: 500px;
    }
    .general-video__preview{
        width:100%;
    }
}
.landing-item.landing-dropdown.mobile{
    display:none;
}
@media(max-width: 767px){
    .landing-wrap{
        flex-direction: column-reverse;
    }
    .landing-dropdown{
        width: 100%;
        max-width: 100%;
        position: sticky;
        top: 0px;
        background: unset;
        padding: 0;
        margin-top: 0;
        border: 0;
        z-index: 1;
    }
    .landing-dropdown__top{
        border-bottom: 0;
        padding: 18px;
        margin-bottom: 0;
        background-color: #2b2b2b;
        border-bottom: 1px solid #fff;
    }
    .landing-dropdown__list{
        background-color: #2b2b2b;
        padding-top: 18px;
        padding-bottom: 18px;
        display: none;
    }
    .landing-dropdown__btn{
        display: block;
    }
    .landing-dropdown__title{
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }
    .landing-dropdown__link{
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        line-height: 114%;
    }
    .landing-dropdown__item{
        padding-left: 18px;
        padding-right: 18px;
    }
    .landing-dropdown__item+.landing-dropdown__item{
        margin-top: 24px;
    }
    .landing-dropdown.active .landing-dropdown__list{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
    }
    .landing-dropdown.active .landing-dropdown__btn span:nth-child(1){
        transform: scale(0);
    }
    .landing-dropdown.active .landing-dropdown__btn span:nth-child(2){
        transform: rotate(45deg);
    }
    .landing-dropdown.active .landing-dropdown__btn span:nth-child(3){
        
        transform: rotate(-45deg);
    }
    .landing-dropdown.active .landing-dropdown__btn span:nth-child(4){
        transform: scale(0);
    }
    .landing-item{
        max-width: 100%;
    }
    .landing-item.landing-dropdown.mobile{
        display: block;
        z-index: 2;
        margin: 12px 24px 24px 24px;
        width:unset;
    }
}
@media(max-width: 700px){
    .landing-item.landing-dropdown.mobile{
        margin: 12px 12px 24px 12px;
    }
    .landing-wrap{
        /*margin: 0 12px;*/
    }
    .general .brands__title h1{
        font-size: 20px;
    }
    .landing-subtitle h2{
        font-size: 18px;
    }
    .category__technolog-title{
        margin-bottom: 12px;
    }
    .category__title h2{
        font-size: 20px;
    }
}
@media (max-width: 450px) {
    .landing-slider{
        padding: 0;
    }
    .landing-slider__control{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-top: 30px;
    }
    .landing-slider .swiper-button-next{
        position: static;
        transform: rotate(180deg);
    }
    .landing-slider .swiper-button-prev{
        position: static;
        transform: unset;
    }
}
.category ul{
/*padding-left:24px;*/
}
/* end landing page */



/* update page catalog */
#catalogSection{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 5px;
}

@media(max-width: 991px){
    .landing-item{
        /*max-width: 476px;*/
    }
    .general-video{
        max-width: 500px;
    }
    .general-video__preview{
        width:100%;
    }
}
.landing-item.landing-dropdown.mobile{
    display:none;
}
@media(max-width: 767px){
    .landing-wrap{
        flex-direction: column-reverse;
    }
    .landing-dropdown{
        width: 100%;
        max-width: 100%;
        position: sticky;
        top: 0px;
        background: unset;
        padding: 0;
        margin-top: 0;
        border: 0;
        z-index: 1;
    }
    #catalogSection .landing-dropdown{
       
        display: none;
    }
    .landing-dropdown__top{
        border-bottom: 0;
        padding: 18px;
        margin-bottom: 0;
        background-color: #2b2b2b;
        border-bottom: 1px solid #fff;
    }
    .landing-dropdown__list{
        background-color: #2b2b2b;
        padding-top: 18px;
        padding-bottom: 18px;
        display: none;
    }
    .landing-dropdown__btn{
        display: block;
    }
    .landing-dropdown__title{
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }
    .landing-dropdown__link{
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        line-height: 114%;
    }
    .landing-dropdown__item{
        padding-left: 18px;
        padding-right: 18px;
    }
    .landing-dropdown__item+.landing-dropdown__item{
        margin-top: 24px;
    }
    .landing-dropdown.active .landing-dropdown__list{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
    }
    .landing-dropdown.active .landing-dropdown__btn span:nth-child(1){
        transform: scale(0);
    }
    .landing-dropdown.active .landing-dropdown__btn span:nth-child(2){
        transform: rotate(45deg);
    }
    .landing-dropdown.active .landing-dropdown__btn span:nth-child(3){
        
        transform: rotate(-45deg);
    }
    .landing-dropdown.active .landing-dropdown__btn span:nth-child(4){
        transform: scale(0);
    }
    .landing-item{
        max-width: 100%;
    }
    .landing-item.landing-dropdown.mobile{
        display: block;
        z-index: 5;
        margin: 12px 24px 24px 24px;
        width:unset;
    }
}
@media(max-width: 700px){
    .landing-item.landing-dropdown.mobile{
        margin: 12px 12px 24px 12px;
    }
    .landing-wrap{
        /*margin: 0 12px;*/
    }
    .general .brands__title h1{
        font-size: 20px;
    }
    .landing-subtitle h2{
        font-size: 18px;
    }
    .category__technolog-title{
        margin-bottom: 12px;
    }
    .category__title h2{
        font-size: 20px;
    }
}
/* end update page catalog */
.catalogSection__item .productList{
margin-bottom:24px;
}
#searchResult .landing-dropdown{
display:none;
}
#searchResult .catalogSection__item,.catalogSection__item{
width:100%;
}
.productColText .strike-price ~ .promo-price,.product .price,.base-price{
height:50px;
display:block;
}

@media (max-width: 700px) {
.productColText .strike-price ~ .promo-price,.product .price,.base-price{
height:unset;
display:block;
}
}



/* UPDATE */
/* update main page */
body.index,#footer{
    background-color: #fff;
}
/* section brands */
.brands {
    margin-bottom: 48px;
}
.brands__title {
    margin-bottom: 24px;
}
.brands__title h2{
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #000;
    margin: 0;
}
.brands__list {
    display: grid;
    grid-template-columns: repeat(6,1fr);

}
.brands__item {
    text-decoration: none;
    background: #fff;
    border: 1px solid #e7e8ea;
    padding: 12px;
    display: block;
    transition: all .3s ease;
}
.brands__item:nth-child(1),.brands__item:nth-child(2),.brands__item:nth-child(3){
    grid-column: 2 span!important;
}
.brands__item:not(:nth-child(1)),.brands__item:not(:nth-child(2)),.brands__item:not(:nth-child(3)){
    grid-column: 3 span;
}
.brands__item-img {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 12px;
}
.brands__item-text,.brands__list p {
    font-weight: 300;
    font-size: 12px;
    line-height: 133%;
    color: #000;
    margin-bottom: 12px; 
    -webkit-line-clamp: 2; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    height: 32px;
}
.brands__item-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #27bfc1;
    text-decoration: none;
    border: 1px solid #27bfc1;
    border-radius: 2px;
    padding: 6px 20px;
    transition: all .3s ease;
    max-width: 112px;
    height: 30px;
    box-sizing: border-box;
}
.brands__item:hover{
    transform: scale(0.98);
}
.brands__item:hover .brands__item-link{
    color: #fff;
    background-color: #27bfc1;
}
/* end section brands */

/* section sales */
.sales {
    margin-bottom: 48px;
}
.brands__title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.brands__title a{
    transition: all .3s ease;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #27bfc1;
    text-decoration: none;
    padding-right: 24px;
}
.brands__title a:after{
    position: absolute;
    content: "";
    background-image: url('/bitrix/templates/dresscode/images/link-right.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
}
.brands__title a:hover{
    transform: scale(0.98);
}
.sales__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.sales__item {
    text-decoration: none;
    border: 1px solid #e7e8ea;
    padding: 1px;
    transition: all .3s ease;
    height: 330px;
    overflow: hidden;
    box-sizing: border-box;
}
.sales__item:nth-child(1){
    grid-column: 2 span;
    position: relative;
}
.sales__item:nth-child(1) .sales__item-img{
    /* height: 100%; */
    /* background-image: url(./img/sales-1.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.sales__item:nth-child(1) .sales__item-title,.sales__item:nth-child(1) p{
    position: absolute;
    margin: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    line-height: 122%;
    padding: 21px 18px;
    left: 0;
    right: 0;
}
.sales__item:hover {
    transform: scale(0.98);
}
.sales__item-img {
    
}
.sales__item-img img{
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}
.sales__item-title,.sales__item p {
    font-weight: 500;
    font-size: 14px;
    line-height: 129%;
    color: #000;
    margin-bottom: 14px;
    transition: all .3s ease;
    padding: 0 12px;
}
.sales__item:hover  .sales__item-title,.sales__item:hover .sales__item p {
    color: #27BFC1;
}
.sales__item  .brands__item-link{
    margin: 0 12px;
}
.sales__item:hover  .brands__item-link {
    background-color: #27BFC1;
    color: #fff;
    
}
/* end section sales */
/* section promo slider */
.promo__slider {
    margin-bottom: 48px;
    position:relative;
}
.swiper {
}
.swiper-wrapper {
}
.swiper-slide {
}
.promo__slider-item{
   
}
.promo__slider-item img{
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
    max-height: 560px;
}
.swiper-pagination {
}
.swiper-button-prev {
}
.swiper-button-next {
}
#promoSliderPrev{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    z-index:2;
    cursor:pointer;
}
#promoSliderNext{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:0;
    z-index:2;
    cursor:pointer;
}
#promoSliderPagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:4px;
    position: absolute;
    z-index: 2;
    bottom: 12px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    height: 18px;
}
#promoSliderPagination .swiper-pagination-bullet{
    display:block;
    width:8px;
    height:8px;
    border-radius:50%;
    border:1px solid #565656;
    background-color:transparent;
    transition:all 0.3s ease;
}
#promoSliderPagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    position: relative;
}
#promoSliderPagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
    position: absolute;
    content:"";
    width: 7px;
    height: 7px;
    background-color: #929292;
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
@media (max-width: 1023px) {
    .brands__list{
        grid-template-columns: 1fr 1fr;
    }
    .brands__item{
        grid-column: 2 span!important;

    }
    .brands__item:nth-child(1), .brands__item:nth-child(2), .brands__item:nth-child(3),.brands__item:nth-child(4){
        grid-column: 1 span!important;
    }
}
@media(max-width: 800px){
    .sales__list{
        grid-template-columns: 1fr 1fr;
    }
    #promoSliderPrev,#promoSliderNext,#promoSliderPagination{
        display: none;
    }
}
@media(max-width: 700px){
    .brands,.sales,.promo__slider{
        margin: 0 12px 48px 12px;
    }
    .brands__list{
        display: flex;
        flex-direction: column;
    }
    .brands__item:nth-child(1), .brands__item:nth-child(2), .brands__item:nth-child(3), .brands__item:nth-child(4){
    grid-column: unset!important;
    }
    .sales__list{
        grid-template-columns:  1fr;
    }
    .sales__item:nth-child(1){
        grid-column: unset;
    }
}

/* end section promo slider */
/* end update main page */

.oSmartFilter{
cursor:pointer;

}
.news-list .get_pdf,.news-list .delete{
background-color: #27bfc1;
color: #fff;
border-color: #27bfc1;
border-radius: 2px;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 16px;
line-height: 1.3333333;
display: flex;
justify-content:center;
align-items:center;
width: fit-content;
margin:0 auto;
text-decoration: none;
transition: all .3s ease;
}
.news-list .get_pdf:hover,.news-list .delete:hover{
border-color: #53a4d8;
    background-color: #53a4d8;
}
@media(max-width:900px){
	.news-list{
overflow-x:scroll;
}
	.news-list table{
width:1000px;
}
}
@media(max-width:1200px){
	#subMenu .removedItemsContainer:nth-child(1) {
display:none;
}
/*#subMenu .removedItemsContainer:nth-child(1) .removedItemsLink,#subMenu .removedItemsContainer:nth-child(2) .removedItemsLink */
#headerLine3 #subMenu .removedItemsContainer .removedItemsLink,#subMenu .removedItemsContainer:nth-child(1) .removedItemsLink,#subMenu .removedItemsContainer:nth-child(2) .removedItemsLink{
    background-color: #27bfc1!important;
}
}



#elementContainer .mainContainer{
display: block;
}

#elementContainer .mainContainer .markerContainer {
  position: static;
  padding: 20px 24px 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
#elementContainer .marker {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 7px 12px;
  height: 30px;
}
#elementContainer .marker.marker--red {
  background-color: #E60026;
}
#elementContainer .marker.marker--blue {
  background-color: #1F419B;
}
#elementContainer .marker.marker--blueMuted {
  background-color: #6E8EE2;
}
#elementContainer .marker.marker--biruze {
  background-color: #27BFC1;
}

@media(max-width: 400px){
    #elementContainer .marker{
      font-size: 10px;
    }
}

.product .markerContainer{
  box-sizing: border-box;
  display: flex;
  align-items: start;
  gap: 3px;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: calc(100% - 94px);
}
.product .markerContainer.mobile{
  display:none;
}
.product .markerContainer .marker{
  margin: 0;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  color: #fff;
  padding: 3px 5px;

}
.product .marker.marker--red {
  background-color: #E60026;
}
.product .marker.marker--blue {
  background-color: #1F419B;
}
.product .marker.marker--blueMuted {
  background-color: #6E8EE2;
}
.product .marker.marker--biruze {
  background-color: #27BFC1;
}

@media(max-width: 700px){
  .product:hover .tabloid{
    position: relative;
  }
  .productColImage{
    float: left;
    display: flex;
    justify-content: center;
  }
  .product .markerContainer.mobile{
    display:flex;
    flex-direction: unset;
    position: static;
    max-width: 100%;
margin-bottom: 5px;
}
    .product .markerContainer{
      display:none;
    }
}

/* fix height slider img on card */
#elementContainer #pictureContainer .item a img{
max-height:380px;
}