/* баннер */
.catalog .container.l-col-3 .item.action {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 2;
    order: 0;
    border: none;
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-item-banner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.catalog-item-banner-inner {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: var(--block-background);
    border-radius: 4px;
    padding: 25px 55px 30px 35px;
}

.catalog-description-banner {
    font-family: var(--text-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    line-height: 150%;
    margin-bottom: 35px;
}

.square-control {
    width: 252px;
    height: 36px;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--text-font);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 1px;
    transition: .3s ease;
}

.square-button {
    background: var(--main-color);
    color: var(--lk-background);
    border: 1px solid var(--main-color);
}

.action>.catalog-item-banner .square-control:hover {
    border: 1px solid var(--main-color);
    background-color: var(--block-background);
    color: var(--main-color);
}

.catalog-item-banner-comeandlive {
    width: 100%;
    min-height: 139px;
    background: #9A7B6B;
    border-radius: 6px;
    padding: 20px 35px 10px;
    box-sizing: border-box;
}

.catalog-comeandlive-title {
    font: 700 18px/140% var(--text-font);
    color: var(--background);
    letter-spacing: 0.15px;
    margin-bottom: 9px;
}

.catalog-comeandlive-text {
    font: 400 14px/140% var(--text-font);
    color: var(--background);
    margin: 0;
}

.catalog-comeandlive-text span {
    font-weight: 600;
}

@media screen and (max-width: 1360px) {
    .catalog-item-banner-inner, 
    .catalog-item-banner-comeandlive {
        padding: 20px;
    }

    .catalog-description-banner {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1223px) {
    .catalog-item-banner {
        margin: auto;
    }

    .catalog-description-banner {
        margin-bottom: 35px;
    }

    .catalog-item-banner-inner, 
    .catalog-item-banner-comeandlive {
        padding: 40px;
    }

    .catalog-item-banner-comeandlive {
        min-height: 157px;
    }

    .catalog-comeandlive-title {
        margin-bottom: 12px;
    }

    .catalog-comeandlive-text {
        line-height: 143%;
    }
}

@media screen and (max-width: 999px) {
    .catalog-item-banner-inner {
        min-height: 164px;
        padding: 20px 20px 24px;
    }

    .catalog-item-banner-comeandlive {
        min-height: 140px;
        padding: 20px 20px 10px
    }
}

@media screen and (max-width: 840px) {
    .catalog-description-banner {
        margin: 0;
    }

    .square-button {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .catalog-item-banner {
        height: auto;
        min-height: 388px;
        margin: unset;
        background: var(--block-background);
    }

    .catalog-item-banner-inner {
        padding: 20px 22px 20px 16px;
        border-radius: 0;
    }

    .catalog-description-banner {
        margin-bottom: 55px;
    }

    .square-button {
        display: block;
        margin-left: 4px;
    }

    .catalog-item-banner-comeandlive { 
        min-height: 148px;
        border-radius: 0;
        padding-right: 27px;
        padding-bottom: 20px;
    }
}

.catalog .container.l-col-3 div.item.sort-0 {
    order: 0;
} 

/* баннер конец */
