.swiper.main-komplex-healthy{
    padding:40px 0px;
}

.main-komplex-healthy__top{
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 40px;
}

.main-komplex-healthy__item-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height:300px;
    padding: 12px;
    box-sizing: border-box;
    background:#F8F8F8;
    border-radius: 16px;
}


.main-komplex-healthy__item-name{

    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 16px; /* 88.889% */
    letter-spacing: -0.36px;
    margin-bottom: 21px;
}

.main-komplex-healthy .swiper-wrapper{
    align-items:center;
}
.main-komplex-healthy .swiper:not(.active){
    display:none;
}
.swiper-slide.main-komplex-healthy__item{
    min-height: 210px;
    border-radius: 16px;
}




.main-komplex-healthy__top .main-page__title{
    margin-bottom: 0px;
}
.main-komplex-healthy__show-all-btn-desktop{
    display:flex;
    align-items:center;
    color: #DC0D1D;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px; /* 77.778% */
    letter-spacing: -0.36px;
}
.main-komplex-healthy__show-all-btn-desktop:after{
    content:"";
    position:relative;
    right:-2px;
    display:block;
    width: 24px;
    height: 24px;
    background:url(/images/svg/si_arrow-right-duotone.svg) no-repeat center/cover;
}
.main-komplex-healthy__show-all-btn-desktop:hover{
    text-decoration: none;
    color: #DC0D1D
}
.main-komplex-healthy__item-btn{
    display:flex;
    align-items:center;
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px; /* 87.5% */
}
.main-komplex-healthy__item-btn:after{
    content:"";
    position:relative;
    right:-2px;
    display:block;
    width: 24px;
    height: 24px;
    background:url(/images/svg/si_arrow-right-duotone-gray.svg) no-repeat center/cover;
}
[data-swiper-main-komplex-healthy] .main-komplex-healthy__item-prev-btn{
    rotate: 180deg;
}
.main-komplex-healthy__sections{
    display:flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.main-komplex-healthy__section-item{
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    padding:12px 16px;
    cursor:pointer;
}
.main-komplex-healthy__section-item.active{
    color: #DC0D1D;
    border-bottom: 2.5px solid #DC0D1D;
}
.main-komplex-healthy__item-pic{
    margin-bottom: 16px;
    height:150px;

}
.main-komplex-healthy__item-pic img{
    border-radius:8px;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.main-komplex-healthy__show-all-btn-mobile{
    display:none;
    padding: 12px 24px;
    border-radius: 8px;
    background: #F8F8F8;
    color:#DC0D1D;
    font-size:14px;
    font-weight: 400;
    text-align: center;
    margin-top: 16px;
}
@media(max-width: 768px){
    .main-komplex-healthy__top{
        margin-bottom: 22px;
    }
    .main-komplex-healthy__item{
        height: 180px;
    }
    .main-komplex-healthy__item-btn{
        margin-top: auto;
    }
    .main-komplex-healthy__item-btn:after{
        width: 20px;
        height: 20px;
    }
    .main-komplex-healthy__show-all{
        font-size: 14px;
        font-weight: 400;
        line-height: 14px; /* 100% */
        letter-spacing: -0.28px;
    }
    .main-komplex-healthy__item-name{
        font-size: 15px;
        line-height: 16px; /* 106.667% */
        letter-spacing: -0.3px;
    }
    .main-komplex-healthy__show-all-btn-desktop{
        display:none;
    }
    .main-komplex-healthy__show-all-btn-mobile{
        display:block;
    }
    .main-komplex-healthy__sections{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .main-komplex-healthy__sections::-webkit-scrollbar {
        display: none;
    }
    .main-komplex-healthy__section-item {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

@media(max-width: 475px){
    .swiper-slide.main-komplex-healthy__item{
        min-height: 146px;
    }
    .main-komplex-healthy__item-name{
        font-size: 14px;
        line-height: 16px; /* 106.667% */
        letter-spacing: -0.3px;
    }
    .main-komplex-healthy__item-btn{
        font-size:14px;
    }
    .main-komplex-healthy__item-pic{
        height: 100px;

    }
    .main-komplex-healthy__item-pic img{
        object-fit: cover;
        height: 100%;
    }
}

@media(max-width: 768px){
    .main-sales__show-all-btn-mobile{
        display:block;
    }
    .main-komplex-healthy__item-inner{
        min-height: 196px;
    }
    .main-komplex-healthy .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;        /* разрешаем перенос строк */
        gap: 8px;              /* отступы между блоками */
        align-items:stretch;
    }

    .main-komplex-healthy .swiper-slide {
        flex: 0 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
        overflow: hidden;
        height: auto;
    }
}