.complects .cs-container {
    margin-top: 0;
    margin-bottom: 0;
}

.complects-top {
    display: flex;
    gap: 32px;
    align-items: center;
}

.complects h2 {
    line-height: 1;
}

.complects-top .cs-tabs {
    gap: 12px;
    justify-content: flex-start;
    background-color: transparent;
}

.complects-top .cs-tab-item {
    padding: 0;
    color: #BABABA;
    line-height: 1;
}

.complects-top .cs-tabs-item {
    background-color: white;
    border: 1px solid #BABABA;
    height: 30px;
    padding: 6px 16px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #BABABA;
}

.complects-top .cs-tabs-item.active {
    border-color: #A9FF35;
    background-color: #A9FF35;
}

.complects-top .cs-tabs-item.active a {
    color:black
}

.complects .cs-set {
    border: none;
}

.cs-set-list {
    margin-top: 25px;
}

.complects .cs-item-list {
    background: white;
    padding: 0 2em 0 0;
}

.complects .cs-swiper-wrapper {
    gap: 20px;
}

.cs-selected-item-checkbox {
    display: none;
}
.cs-set-item {
    padding-bottom: 0;
    min-width: 260px;
    padding: 25px 0;
}

.cs-item-list:after {
    content: '=';
    display: block;
    position: absolute;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    left: calc(100% - 30px);
    top: calc(50% - 9px);
}

.swiper-wrapper .cs-swiper-slide:not(:last-of-type) .cs-set-slide-item:before {
    content: '+';
    color: black;
    border: none;
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: calc(100% - 0px);
    line-height: 36px;
    font-size: 30px;
    background: none;
    z-index: 10;
    /* right: 10px; */
}

.complects__item .card {
    width: 258px;
}

.complects__item .title {
    font-size: 14px;
    font-weight: 400;
    margin: 12px 0;
    line-height: 20px;
}

.complects__item .base_price_striked {
    font-size: 14px;
    text-decoration: line-through;
    color: #8E9297;
}

.complects__item .total_price{
    font-size: 20px;
    font-weight: 600;
}

.complects__item .discount_wrapper {
    margin-bottom: 10px;
    display: flex;
    gap: 6px;
}

.complects__item .discount_price {
    background-color: #adff59;
    border-radius: 30px;
    padding: 4px 6px;
    font-size: 14px;
}

.complects__item .total {align-content: center;width: 255px;}

.complects__item .count-wrapper {
    max-width: 175px;
    margin: auto;
}

.complects__body .total .base_price_striked {font-size: 20px;}


.complects__body
.total .discount_price {
    font-size: 14px;
}

.complects__body
.total .total_price {
    font-size: 30px;
}

.complects__item .total .discount-wrapper {
    margin-top: 10px;
}

.complects__item .total .discount_wrapper {
    margin-top: 10px;
}


.cs-basket {
    color: #bababa;
    background-color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    padding: 70px 0;
    margin-bottom: 31px;
    max-width: 270px;
    border-radius: 24px;
    overflow: hidden;

}
.complects-top .cs-tabs-item {
    height: auto;
    min-height: 30px;
}

.complects__item {
}
.complects__item .title {
    height: auto;
}
.complects__title {
    margin: 0 0 25px;
    font-weight: 600;
    line-height: 120%;
    font-size: 24px
}

.complects__title {
    margin-bottom: 0;
}
.complects-top .cs-tabs-item:hover {
    border-color: #A9FF35;
    background-color: #A9FF35;
}
.complects-top .cs-tabs-item:hover a {
    color: black;
}

.set-slider-container .swiper-pagination-bullet {
    background: #bababa;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.set-slider-container .swiper-pagination-bullet {
    background: #bababa;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.set-slider-container .swiper-pagination {
    position: sticky;
    margin-top: 10px;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 0 !important;
}
.recommendations__swiper.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
}
.set-slider-container.swiper-container {
    padding-bottom: 20px;
}
@media  (min-width: 1360px) and (max-width: 1450px) {
    .cs-basket {
       max-height: 394px;
    }
}
@media (max-width: 992px) {
    #content-5 .complects-top {
        display: flex;
        gap: 32px;
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
    .set-slider-container.swiper-container {

        position: relative;
        overflow: visible;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    .set-slider-container .swiper-pagination {
        width: 100%;
    }

    .cs-basket {
        margin-top: 40px;
    }
}
@media (max-width: 600px) {
    .cs-basket {
        width: 100%;
        max-width: 100%;
    }
}
.cs-basket-add-btn {
    position: absolute !important;
    bottom: 0px;
    height: 64px;
}

.cs-swiper-slide {
    margin: 0 !important;
}

.complects .cs-set.active {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.complects__item {
    height: 100%;
    /* width: 260px; */
}

.cs-basket .total .count {
    font-size: 14px;
    color: black;
}

.cs-basket .total {
    padding: 0 40px;
}

.cs-basket .total .base_price_striked {
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 400;
}

.cs-basket .total .discount_price {
    background-color: #adff59;
    padding: 0 6px;
    font-size: 14px;
    color: black;
    border-radius: 30px;
    width: fit-content;
}

.cs-basket .total .discount_wrapper {
    display: flex;
    margin-top: 12px;
    gap: 12px;
}

.cs-basket .total_price {
    font-size: 30px;
    line-height: 36px;
    color: black;
    padding-top: 6px;
}

.set-slider-container {
    width: 70%;
}

@media screen and (max-width: 600px) {
    .set-slider-container {
        width: 100%;
    }
}
.cs-set-list {
    position: relative;
    overflow: hidden;
}
.cs-set:not(.active) {
    display: flex;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -100;
    width: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.3s ;
}
/*.swiper-slide.cs-set-slide-item-wrap {
    width: 290px;
}*/
.swiper-slide .cs-col {
    padding: 0;
}
.cs-h-100 {
    height: 100%;
}
.cs-set-slide-item.result-set {
    background: none;
}
.cs-set-slide-item-wrap {
    margin-right: 30px;
}
@media screen and (max-width: 680px) {
    .cs-set-slide-item-wrap {
        margin-right: 5px;
    }
}
@media screen and (max-width: 1010px) {
    .cs-set-slide-item-wrap {
        margin-right: 20px;
    }
}
@media screen and (max-width: 600px) {
    .complects__item .discount_price {
        font-size: 10px;
    }
}

