

/* Start:/bitrix/components/mav/brands/templates/collections/style.css?17420412172055*/
.collections-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.collections-list .item {
    padding: 20px;
    position: relative;
}
.collections-list .item-inner {
    position: relative;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
    display: flex;
    flex-wrap: wrap;
    border-radius: .5rem;
}
.collections-list .item-inner:hover {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.collections-list .item .image-wrapper {
    height: 300px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    border-radius: .5rem;
    z-index: 1;
}
.collections-list .item .inner-text {
    height: 50px;
    width: 100%;
    font-weight: 500;
    z-index: 2;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 0 0 .5rem .5rem;
    position: absolute;
    bottom: 0;
    opacity: 0.8;
}
.collections-list .item .inner-text span {
    width: 100%;
    font-weight: 600;
    font-size: 1.2rem;
}
.brand-logo {
    text-align: center;
    padding-bottom: 30px;
}
.brand-logo img {
    max-width: 90%;
    max-height: 100px;
}
.other-elements {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    margin: 20px 0;
}
.other-elements .item .item-inner {
    display: block;
    margin-right: 7px;
    border-radius: 50px;
    padding: 3px 30px 3px 3px;
    border: 1px solid #ececec;
    font-weight: 600;
}
.other-elements .item .item-inner img {
    margin-right: 20px;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    background: #ececec;
}
.short-description-block {
    margin: 0 auto 30px auto;
    max-width: 1780px;
}

/*Устройства Medium (планшеты, 768 пикселей и выше)*/
@media (min-width: 768px) {
    .short-description-block {
        padding: 40px;
        width: 80vw;
    }
}
/* End */
/* /bitrix/components/mav/brands/templates/collections/style.css?17420412172055 */
