//Ã—Å“Ã—ï¿½ Ã—â€�Ã—â„¢Ã—â€� - Ã—Å“Ã—â€�Ã—Â¡Ã—â„¢Ã—Â¨

.subcatalog-series-link-wrapper {
    display: block;
}

.sub-caregory-container {
    opacity: 0;
    max-height: 0;
    transition: opacity .3s, max-height .7s;
}


.fade-in {
    opacity: 1;
    max-height: 10000px;
}


.carousel-card-square.swiper-container {
    height: 370px;
    display: flex;
    align-items: center;

}

.carousel-card-square.swiper-container .swiper-wrapper {
    height: auto;
}

.carousel-card-square .swiper-slide {
    display: flex;
    align-items: center;

    width: 414px;
}


.carousel-card-square-img {
    display: block;
    width: 100%;
}

.carousel-card-square-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: 80px;
    padding: 0 12px 0 13px;

    background: #262626;
}

.carousel-card-square-info-icon {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 100%;
}

.carousel-card-square-title {
    font-size: 20px;
    line-height: 24px;
}

.carousel-card-square-genere {
    font-size: 16px;
    line-height: 20px;
}

@media(max-width:768px) {

    /*
    created a bug in yes-doco
    .carousel-card-square.swiper-container {
        height: auto;
    }
    */

    .carousel-card-square .swiper-slide {
        max-width: 290px;
    }

    .carousel-card-square-bottom {
        height: 62px;
        padding: 0 9px 0 10px;
    }

    .carousel-card-square-title {
        font-size: 16px;
        line-height: 18px;
    }

    .carousel-card-square-genere {
        font-size: 12px;
        line-height: 16px;
    }
}
/* or */
@media(max-width:1024px) {
    .carousel-card-square.swiper-container {
        height: auto;
    }
}