

/* Start:/local/templates/template.main/components/ma/catalog.section.list/blocks/style.css?17024418404328*/
.b-collection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 0 -20px;
}

.b-main-title.b-collection-title {
    margin-bottom: 35px;
}

.b-collection_section {
    flex: 0 1 33.3333%;
    display: flex;
    margin-bottom: 20px;
}

.b-collection_section_holder:link,
.b-collection_section_holder:visited,
.b-collection_section_holder:hover,
.b-collection_section_holder:active {
    position: relative;
    /* display: block; */
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 0 20px;
    padding: 15px 20px;
    text-decoration: none;
    background-color: #343840;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: inherit;
    border-radius: 12px;
    overflow: hidden;
    min-height: 280px;
}

.b-collection_section_holder::after,
.b-collection_section_holder::before {
    content: '';
    position: absolute;
    /*top: 60px;*/
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 105px;;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    border-radius: 0 0 12px 12px;
}

.b-collection_section_holder::before {
    top: 0;
    bottom: unset;
    height: 100px;
    background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.6) 0%, rgba(34, 34, 34, 0) 100%);
    height: 100px;
    border-radius: 12px 12px 0 0;
}

@media (min-width: 848px) {
    .b-collection_section_holder:hover::after,
    .b-collection_section_holder:active::after,
    .b-collection_section_holder:hover::before,
    .b-collection_section_holder.active::before {
        opacity: 1;
    }
}


.b-collection_section_logo,
.b-collection_section_title,
.b-collection_section_description {
    position: relative;
    z-index: 2;
}

.b-collection_section_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 120px;
    height: 80px;
    margin-bottom: 13px;
    padding: 0;
    font-weight: bold;
    font-size: 15px;
    color: var(--color-pink);
}

.b-collection_section_logo img,
.b-collection_section_logo span {
    max-height: 100%;
}

.b-collection_section_title {
    font-weight: 400;
    font-size: 24px;
    transition: 0.3s;
    margin-top: auto;
}

@media (min-width: 848px) {
    .b-collection_section_holder:hover .b-collection_section_title {
        margin-bottom: 5px;
    }
}


.b-collection_section_description {
    /* position: absolute;
    top: 100%; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    transition: 0.3s;
    transform: translateY(100px);
    min-height: 0;
    height: 0;
    overflow: hidden;
}

@media (min-width: 848px) {
    .b-collection_section_holder:hover .b-collection_section_description {
        /* position: relative;
        top: unset;
        bottom: 0; */
        min-height: 57px;
        transform: translateY(0);
    }
}


.b-collection_section_description p {
    margin: 0;
    font-size: 1em;
}

@media (max-width: 848px) {
    .b-collection {
        flex: none;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin: 0;
        gap: 12px;

    }

    .b-collection::-webkit-scrollbar {
        display: none;
    }

    .b-collection {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .b-collection_section {
        min-width: 320px;
        height: 432px;
        margin-bottom: 0;
    }

    .b-collection_section_holder:link, .b-collection_section_holder:visited, .b-collection_section_holder:hover, .b-collection_section_holder:active {
        margin: 0;
    }

    .wrapper__b-collection {
        margin-right: -16px;
        margin-bottom: 34px;
    }

    .wrapper__b-collection:last-child {
        margin-bottom: 0;
    }

    .l-wrapper {
        padding-right: 16px;
        padding-left: 16px;
    }

    .b-main-collection {
        padding-bottom: 24px;
        margin-bottom: calc(32px);
    }
}
/* End */
/* /local/templates/template.main/components/ma/catalog.section.list/blocks/style.css?17024418404328 */
