
.collection-sovremennaja-mebel-banner {
    background-image: url("/template/new/images/promo_sovremennaja_mebel/collection-sovremennaja-mebel-banner-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    border-radius: 50px;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    padding: 77px 78px 21px 106px;
    width: 100%;
}

.collection-sovremennaja-mebel-banner-content {
    max-width: 600px;
}

.collection-sovremennaja-mebel-banner-title {
    position: relative;
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 90%;
    color: #ffc96c;
    text-shadow: 0 0 56px rgba(255, 201, 108, 0.5);

    margin-bottom: 20px;
}

.collection-sovremennaja-mebel-banner-title::before {
    content: '';
    position: absolute;
    background-image: url("/template/new/images/promo_sovremennaja_mebel/promo-snow-title.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    width: 88px;
    height: 107px;
    top: -34px;
    left: -3px;
}

.collection-sovremennaja-mebel-banner-subtitle {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 500;
    font-size: 33px;
    line-height: 90%;
    color: #FFFFFF;

    margin-bottom: 20px;
}

.collection-sovremennaja-mebel-banner-subtitle span {
    color: #f09874;
    text-shadow: 0 0 20px rgba(203, 125, 93, 0.5);
}

.collection-sovremennaja-mebel-banner-conditions {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 90%;
    color: #FFFFFF;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.75);
    opacity: 0.5;

    margin-bottom: 45px;
}

.collection-sovremennaja-mebel-content-banner-description {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 110%;
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    opacity: 0.25;
}

.collection-sovremennaja-mebel-banner-btn {
    height: 61px;
}

.collection-sovremennaja-mebel-banner-btn a {
    border-radius: 8px;
    padding: 16px 32px;
    background: #2e4942;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 125%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.collection-sovremennaja-mebel-banner-btn a::before {
    content: '';
    position: absolute;
    background-image: url("/template/new/images/promo_sovremennaja_mebel/promo-snow-btn.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    width: 239px;
    height: 250px;
    top: -140px;
    right: -70px;
}

@media screen and (max-width: 1350px){
    .collection-sovremennaja-mebel-banner {
        padding: 45px 46px 12px 65px;
        border-radius: 30px;
    }

    .collection-sovremennaja-mebel-banner-content {
        max-width: 380px;
    }

    .collection-sovremennaja-mebel-banner-title {
        font-size: 27px;
        text-shadow: 0 0 33px rgba(255, 201, 108, 0.5);

        margin-bottom: 12px;
    }

    .collection-sovremennaja-mebel-banner-title::before {
        width: 52px;
        height: 63px;
        top: -21px;
        left: -1px;
    }

    .collection-sovremennaja-mebel-banner-subtitle {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .collection-sovremennaja-mebel-banner-subtitle span {
        text-shadow: 0 0 12px rgba(203, 125, 93, 0.5);
    }

    .collection-sovremennaja-mebel-banner-conditions {
        font-size: 12px;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
        margin-bottom: 26px;
    }

    .collection-sovremennaja-mebel-content-banner-description {
        font-size: 12px;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
    }

    .collection-sovremennaja-mebel-banner-btn {
        height: 34px;
    }

    .collection-sovremennaja-mebel-banner-btn a {
        padding: 8px 16px;
        font-size: 14px;
    }

    .collection-sovremennaja-mebel-banner-btn a::before {
        width: 115px;
        height: 120px;
        top: -68px;
        right: -37px;
    }
}

@media screen and (max-width: 768px){
    .collection-sovremennaja-mebel-banner {
        background-image: url("/template/new/images/promo_sovremennaja_mebel/collection-sovremennaja-mebel-banner-bg-768.png");
        border-radius: 20px;

        display: flex;
        flex-direction: column;

        padding: 100px 50px 37px 50px;
    }

    .collection-sovremennaja-mebel-banner-content {
        max-width: 400px;
        text-align: center;
        margin: 0 auto;
    }

    .collection-sovremennaja-mebel-banner-title {
        font-size: 41px;
        max-width: 400px;
        margin: 0 auto 20px auto;
    }

    .collection-sovremennaja-mebel-banner-title::before {
        width: 70px;
        height: 75px;
        top: -23px;
        left: 50px;
    }

    .collection-sovremennaja-mebel-banner-subtitle {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .collection-sovremennaja-mebel-banner-conditions {
        font-size: 12px;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
        margin-bottom: 26px;
    }

    .collection-sovremennaja-mebel-content-banner-description {
        font-size: 12px;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
        margin-bottom: 100px;
    }

    .collection-sovremennaja-mebel-banner-btn {
        height: 39px;
        margin: 0 auto;
    }

    .collection-sovremennaja-mebel-banner-btn a {
        padding: 8px 16px;
        font-size: 18px;
    }

    .collection-sovremennaja-mebel-banner-btn a::before {
        width: 115px;
        height: 120px;
        top: -68px;
        right: -37px;
    }
}

@media screen and (max-width: 550px){
    .collection-sovremennaja-mebel-banner {
        padding: 100px 25px 37px 25px;
    }

    .collection-sovremennaja-mebel-banner-content {
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
    }

    .collection-sovremennaja-mebel-banner-title {
        font-size: 27px;
        max-width: 200px;
        margin: 0 auto 20px auto;
    }

    .collection-sovremennaja-mebel-banner-title::before {
        width: 49px;
        height: 45px;
        top: -12px;
        left: 1px;
    }

    .collection-sovremennaja-mebel-banner-subtitle {
        font-size: 18px;
    }

    .collection-sovremennaja-mebel-banner-conditions {
        font-size: 12px;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
        margin-bottom: 26px;
    }

    .collection-sovremennaja-mebel-content-banner-description {
        font-size: 12px;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
        margin-bottom: 60px;
    }

    .collection-sovremennaja-mebel-banner-btn {
        height: 34px;
    }

    .collection-sovremennaja-mebel-banner-btn a {
        font-size: 14px;
    }

    .collection-sovremennaja-mebel-banner-btn a::before {
        width: 90px;
        height: 94px;
        top: -52px;
        right: -26px;
    }
}

@media screen and (max-width: 400px){
    .collection-sovremennaja-mebel-banner-subtitle {
        font-size: 16px;
    }
}