
/*Стили для баннера (нового баннера с пинами) draw-banner */

.homepage-banner-item {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%), url("/template/new/images/schoolchild/banner_bg_1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    padding: 152px;
    position: relative;

    height: 100%;
    box-sizing: border-box;
}

.homepage-banner-item-title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #F5F2EC;

    margin-bottom: 16px;
}

.homepage-banner-item-title span {
    color: #CB7D5D;
}

.homepage-banner-item-subtitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    color: rgba(245, 242, 236, 0.9);

    margin-bottom: 100px;
}

.homepage-banner-item-actions-btn {
    border-radius: 26px;
    padding: 8px 32px;
    background: #F5F2EC;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 262px;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #334842;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: .3s ease-in-out;
}

.homepage-banner-item-actions-btn.btn-absolute {
    position: absolute;
    border-radius: 6px;
    bottom: 41px;
    left: calc(50% - 85px);
}

.homepage-banner-item-actions-btn.btn-green {
    background-color: #334842;
    color: #FFFFFF;
}

.homepage-banner-item-actions-btn.btn-green:hover {
    background-color: #FFFFFF;
    color: #334842;
}


/*Стили для баннера мастер класс */

.banner-master-class {
    background-image: url("/template/new/images/banner-master-class.png");
    background-size: cover;
    background-position: 70%;
    background-repeat: no-repeat;

    height: 100%;
    overflow: hidden;
    position: relative;

    transition: all .3s ease-in-out;
}

.banner-master-class-left {
    position: absolute;
    top: 0;
    left: 0;
}

.banner-master-class-date {
    background-color: #EF807D;
    padding: 31px;
    border-bottom-right-radius: 32px;

    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 49px;
    line-height: 114%;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;

    transition: all .3s ease-in-out;
}

.banner-master-class-time {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 31px;
    line-height: 117%;
    text-align: center;
    color: #2d2f33;

    margin-top: 10px;

    transition: all .3s ease-in-out;
}

.banner-master-class-date-time-badge {
    display: none;
    border-radius: 34px;
    padding: 14px 36px;
    box-shadow: 0 0 50px 0 rgba(239, 128, 125, 0.24);
    background: #fbb788;

    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 114%;
    color: rgba(255, 255, 255, 0.98);

    transition: all .3s ease-in-out;
}

.banner-master-class-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;

    transition: all .3s ease-in-out;
}

.banner-master-class-vector {
    position: absolute;
    top: calc(50% - 145px);
    left: calc(50% - 522px);

    transition: all .3s ease-in-out;
}

.banner-master-class-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 114%;
    color: #2d2f33;
    text-shadow: 0 0 15px #FFFFFF;

    transition: all .3s ease-in-out;
}

.banner-master-class-badge {
    display: flex;
    margin-top: 25px;

    transition: all .3s ease-in-out;
}

.banner-master-class-badge-item {
    border-radius: 34px;
    padding: 14px 36px;

    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 114%;
    text-align: center;

    transition: all .3s ease-in-out;
}

.banner-master-class-badge-item.orange {
    box-shadow: 0 0 50px 0 rgba(239, 128, 125, 0.24);
    background: #ef807d;
    color: #FFFFFF;
}

.banner-master-class-badge-item.white {
    box-shadow: 0 4px 33px 0 rgba(0, 0, 0, 0.12);
    background: #FFFFFF;
    color: #2d2f33;

    margin-left: -18px;
}

.banner-master-class-people {
    position: absolute;
    bottom: 0;
    right: 0;

    transition: all .3s ease-in-out;
}

@media screen and (max-width: 1400px){
    .banner-master-class-date {
        padding: 27px;
        font-size: 43px;
    }
    .banner-master-class-time {
        font-size: 27px;
    }
    .banner-master-class-center {
        padding-top: 50px;
    }
    .banner-master-class-vector {
        top: calc(50% - 120px);
        left: calc(50% - 490px);
    }
    .banner-master-class-title {
        font-size: 48px;
    }
    .banner-master-class-badge-item {
        font-size: 19px;
    }
}

@media screen and (max-width: 1100px){
    .homepage-banner-item-actions-btn.btn-absolute {
        bottom: 60px;
        left: calc(50% - 70px);
    }
}

@media screen and (max-width: 1000px){
    .banner-master-class-left {
        top: 30px;
        left: 30px;
    }
    .banner-master-class-date {
        display: none;
    }
    .banner-master-class-time {
        display: none;
    }
    .banner-master-class-date-time-badge {
        display: block;
    }
    .banner-master-class-center {
        max-width: 500px;
        margin: 0 auto;
        padding-top: 0;
    }
    .banner-master-class-vector {
        top: calc(50% - 190px);
        left: calc(50% - 280px);
    }
    .banner-master-class-title {
        font-size: 48px;
    }
    .banner-master-class-badge {
        margin-top: 45px;
        flex-direction: column;
        align-items: center;
    }
    .banner-master-class-badge-item.white {
        margin-left: 0;
        margin-top: -5px;
    }
    .banner-master-class-people {
        width: 355px;
    }
}

@media screen and (max-width: 768px){
    .banner-master-class-left {
        left: 126px;
    }
    .banner-master-class-center {
        margin: 170px 0 0 96px;
        justify-content: unset;
        height: unset;
    }
    .banner-master-class-vector {
        top: calc(50% - 175px);
        left: calc(50% - 310px);
    }
    .banner-master-class-title {
        font-size: 43px;
    }
    .banner-master-class-badge {
        margin-left: -80px;
    }
    .banner-master-class-badge-item {
        border-radius: 26px;
        padding: 10px 27px;
        font-size: 16px;
    }
    .banner-master-class-people {
        margin-right: -70px;
    }
}

@media screen and (max-width: 650px){
    .banner-master-class-people {
        width: 310px;
    }
}

@media screen and (max-width: 600px){
    .banner-master-class {
        background-image: url("/template/new/images/banner-master-class-500.png");
        background-position: bottom;
    }
    .banner-master-class-left {
        top: 46px;
        left: 32px;
    }
    .banner-master-class-date-time-badge {
        border-radius: 20px;
        padding: 8px 21px;
        box-shadow: 0 0 30px 0 rgba(239, 128, 125, 0.24);

        font-size: 13px;
    }
    .banner-master-class-center {
        margin: 135px 0 0 35px;
        max-width: unset;
        text-align: center;
    }
    .banner-master-class-vector {
        width: 360px;
        top: calc(50% - 212px);
        left: calc(50% - 185px);
    }
    .banner-master-class-title {
        font-size: 34px;
    }
    .banner-master-class-badge {
        margin-left: 0;
        margin-top: 180px;
    }
    .banner-master-class-people {
        margin-bottom: -30px;
    }
}

@media screen and (max-width: 440px){
    .banner-master-class-left {
        top: 24px;
        left: 70px;
    }
    .banner-master-class-date-time-badge {
        border-radius: 14px;
        padding: 5px 14px;
        box-shadow: 0 0 21px 0 rgba(239, 128, 125, 0.24);

        font-size: 12px;
    }
    .banner-master-class-center {
        margin: 93px 0 0 0;
    }
    .banner-master-class-vector {
        width: 300px;
        top: calc(50% - 120px);
        left: calc(50% - 150px);
    }
    .banner-master-class-title {
        font-size: 28px;
    }
    .banner-master-class-badge {
        margin-top: 38px;
    }
    .banner-master-class-badge-item {
        border-radius: 14px;
        padding: 8px 20px;
        font-size: 14px;
    }
    .banner-master-class-people {
        right: calc(50% - 140px);
        margin-right: unset;
        width: 280px;
    }
}

@media screen and (max-width: 500px){
    .banner_m.banner_2.banner_butovo {
        background-position: top;
    }
    .homepage-banner-item-actions-btn.btn-absolute {
        bottom: calc(50% - 50px);
        left: calc(50% - 50px);
    }
}

.homepage-banner-item-actions-btn:hover {
    background: #CB7D5D;
    color: #FFFFFF;
}

.homepage-banner-item-pin {
    border: 1px solid #f3f4f6;
    border-radius: 24px;
    padding: 9px 13px;

    text-decoration: none;

    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;

    cursor: pointer;
    transition: .3s ease-in-out;
}

.homepage-banner-item-pin:hover {
    transform: scale(1.1);
}

.homepage-banner-item-pin.pinTop {
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 100px);
}

.homepage-banner-item-pin.pinTop.banner_1 {
    top: calc(68% - 20px);
    left: calc(50% - 100px);
}

.homepage-banner-item-pin.pinTop.posBottom.banner_1 {
    top: calc(84% - 26px);
    left: calc(65% - 70px);
}

.homepage-banner-item-pin.pinTop::before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: -20px;

    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;

    animation: pulseBefore 3s linear infinite;
}

.homepage-banner-item-pin.pinBottom {
    position: absolute;
    top: calc(70% - 26px);
    left: calc(50% - 70px);
}

.homepage-banner-item-pin.pinBottom.banner_1 {
    top: calc(80% - 26px);
    left: calc(73% - 70px);
}

.homepage-banner-item-pin.pinBottom::before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: -20px;

    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;

    animation: pulseBefore 3s linear infinite;
}

.homepage-banner-item-pin-price {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #CB7D5D;

    margin-bottom: 4px;
}

.homepage-banner-item-pin-title {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #4a5565;
}

@keyframes pulseBefore {
    0% {
        background: #FFFFFF;
    }
    50% {
        background: #F5F2EC33;
    }
    100% {
        background: #FFFFFF;
    }
}

@media screen and (max-width: 1600px) {
    .homepage-banner-item-title {
        max-width: 700px;
    }
}

@media screen and (max-width: 1250px) {
    .homepage-banner-item {
        padding: 167px 96px;
    }
}

@media screen and (max-width: 1100px) {
    .homepage-banner-item {
        padding: 128px 190px;
    }
    .homepage-banner-item-title {
        max-width: 425px;
        font-size: 36px;
        line-height: 133%;

        margin-bottom: 24px;
    }
    .homepage-banner-item-subtitle {
        font-size: 18px;
        line-height: 136%;

        margin-bottom: 54px;
    }
    .homepage-banner-item-actions-btn {
        border-radius: 15px;
        padding: 6px 21px;
        font-size: 18px;
        line-height: 133%;
        max-width: 225px;
    }
    .homepage-banner-item-pin {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .homepage-banner-item {
        padding: 170px 60px;
    }
}

@media screen and (max-width: 600px) {
    .homepage-banner-item-title {
        font-size: 30px;
        line-height: 130%;

        margin-bottom: 24px;
    }
}

@media screen and (max-width: 500px) {
    .homepage-banner-item {
        padding: 120px 14px;
    }
    .homepage-banner-item-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 123%;
        max-width: 260px;
        margin-bottom: 72px;
    }
    .homepage-banner-item-subtitle {
        font-size: 16px;
        line-height: 153%;
        margin-bottom: 72px;
        max-width: 260px;
    }
    .homepage-banner-item-actions-btn {
        border-radius: 15px;
        padding: 8px 21px;
        font-size: 12px;
        line-height: 146%;
        max-width: 165px;
    }
}

/* ------------------------------ */
/* ----- Стили для баннера с "Собери полный комплект" ----- */

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

    padding: 50px 0 50px 100px;
    box-sizing: border-box;
}

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

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

    margin-bottom: 30px;
}

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

    position: absolute;
    top: -60px;
    left: -4px;
    width: 147px;
    height: 179px;
}

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

    margin-bottom: 20px;
}

.collection-sovremennaja-mebel-content-subtitle span {
    color: #f09874;
}

.collection-sovremennaja-mebel-content-conditions {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    line-height: 90%;
    text-align: center;
    color: #FFFFFF;

    text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
    opacity: 0.5;

    margin-bottom: 40px;
}

.collection-sovremennaja-mebel-content-btn {
    margin-bottom: 30px;
    text-align: center;
    height: 43px;
}

.collection-sovremennaja-mebel-content-btn a {
    position: relative;
    border-radius: 6px;
    padding: 8px 32px;
    background: #2e4942;

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

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

    position: absolute;
    top: -105px;
    right: -75px;
    width: 199px;
    height: 253px;
}

.collection-sovremennaja-mebel-content-description {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;

    text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
    opacity: 0.25;

    max-width: 290px;
    margin: 0 auto;
}

@media screen and (max-width: 1550px){
    .collection-sovremennaja-mebel {
        background-image: url("/template/new/images/homepage/collection-sovremennaja-mebel/collection-sovremennaja-mebel-bg-1440.png");
        padding: 50px 0 50px 80px;
    }

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

    .collection-sovremennaja-mebel-content-title {
        font-size: 62px;
        text-shadow: 0 0 75px rgba(255, 201, 108, 0.5);
        margin-bottom: 50px;
    }

    .collection-sovremennaja-mebel-content-title::before {
        top: -49px;
        left: -4px;
        width: 117px;
        height: 143px;
    }

    .collection-sovremennaja-mebel-content-subtitle {
        font-size: 29px;
        margin-bottom: 18px;
    }

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

    .collection-sovremennaja-mebel-content-btn a {
        font-size: 16px;
    }

    .collection-sovremennaja-mebel-content-btn a::before {
        top: -83px;
        right: -60px;
        width: 159px;
        height: 202px;
    }

    .collection-sovremennaja-mebel-content-description {
        font-size: 14px;
        text-shadow: 0 0 9px rgba(0, 0, 0, 0.75);
        max-width: 230px;
    }
}

@media screen and (max-width: 1250px){
    .collection-sovremennaja-mebel {
        background-image: url("/template/new/images/homepage/collection-sovremennaja-mebel/collection-sovremennaja-mebel-bg-1024.png");
        padding: 99px 0 36px 71px;
    }

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

    .collection-sovremennaja-mebel-content-title {
        font-size: 54px;
        text-shadow: 0 0 66px rgba(255, 201, 108, 0.5);
        margin-bottom: 28px;
    }

    .collection-sovremennaja-mebel-content-title::before {
        top: -43px;
        left: -3px;
        width: 102px;
        height: 125px;
    }

    .collection-sovremennaja-mebel-content-subtitle {
        font-size: 25px;
        margin-bottom: 16px;
    }

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

    .collection-sovremennaja-mebel-content-btn {
        margin-bottom: 50px;
    }

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

    .collection-sovremennaja-mebel-content-btn a::before {
        top: -70px;
        right: -52px;
        width: 139px;
        height: 176px;
    }

    .collection-sovremennaja-mebel-content-description {
        font-size: 12px;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
        max-width: 200px;
    }
}

@media screen and (max-width: 880px){
    .collection-sovremennaja-mebel {
        background-image: url("/template/new/images/homepage/collection-sovremennaja-mebel/collection-sovremennaja-mebel-bg-768.png");
        padding: 99px 0 36px 71px;
    }
}

@media screen and (max-width: 650px){
    .collection-sovremennaja-mebel {
        background-image: url("/template/new/images/homepage/collection-sovremennaja-mebel/collection-sovremennaja-mebel-bg-550.png");
        padding: 100px 0 50px 50px;
    }

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

    .collection-sovremennaja-mebel-content-title {
        font-size: 39px;
        text-shadow: 0 0 47px rgba(255, 201, 108, 0.5);
        margin-bottom: 25px;
    }

    .collection-sovremennaja-mebel-content-title::before {
        top: -30px;
        left: -2px;
        width: 73px;
        height: 89px;
    }

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

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

    .collection-sovremennaja-mebel-content-btn {
        margin-bottom: 55px;
    }

    .collection-sovremennaja-mebel-content-btn a {
        font-size: 12px;
    }

    .collection-sovremennaja-mebel-content-btn a::before {
        top: -49px;
        right: -38px;
        width: 99px;
        height: 126px;
    }

    .collection-sovremennaja-mebel-content-description {
        font-size: 12px;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
        max-width: 195px;
    }
}

@media screen and (max-width: 550px){
    .collection-sovremennaja-mebel {
        background-image: url("/template/new/images/homepage/collection-sovremennaja-mebel/collection-sovremennaja-mebel-bg-390.png");
        padding: 104px 30px 45px 30px;
    }

    .collection-sovremennaja-mebel-content {
        max-width: 100%;
    }

    .collection-sovremennaja-mebel-content-title {
        max-width: 390px;
        margin: 0 auto 13px auto;
        font-size: 41px;
        text-shadow: 0 0 51px rgba(255, 201, 108, 0.5);
        text-align: center;
    }

    .collection-sovremennaja-mebel-content-title::before {
        top: -33px;
        left: 43px;
        width: 81px;
        height: 99px;
    }

    .collection-sovremennaja-mebel-content-subtitle {
        font-size: 19px;
        margin-bottom: 14px;
    }

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

    .collection-sovremennaja-mebel-content-btn {
        margin-bottom: 45px;
    }

    .collection-sovremennaja-mebel-content-btn a {
        font-size: 15px;
    }

    .collection-sovremennaja-mebel-content-btn a::before {
        top: -70px;
        right: -50px;
        width: 143px;
        height: 181px;
    }

    .collection-sovremennaja-mebel-content-description {
        font-size: 12px;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
        max-width: 200px;
    }
}

@media screen and (max-width: 450px){
    .collection-sovremennaja-mebel {
        padding: 100px 30px 60px 30px;
    }

    .collection-sovremennaja-mebel-content-title {
        max-width: 260px;
        margin: 0 auto 13px auto;
        font-size: 34px;
        text-shadow: 0 0 51px rgba(255, 201, 108, 0.5);
        text-align: center;
    }

    .collection-sovremennaja-mebel-content-title::before {
        top: -30px;
        left: 4px;
        width: 70px;
        height: 88px;
    }

    .collection-sovremennaja-mebel-content-subtitle {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .collection-sovremennaja-mebel-content-conditions {
        margin-bottom: 110px;
    }

    .collection-sovremennaja-mebel-content-btn {
        margin-bottom: 55px;
    }

    .collection-sovremennaja-mebel-content-btn a {
        font-size: 15px;
    }

    .collection-sovremennaja-mebel-content-btn a::before {
        top: -70px;
        right: -50px;
        width: 143px;
        height: 181px;
    }
}

/* ------------------------------ */
/* Стили для баннера Лови пятерку */

.lovi-pyaterku-banner {
    background-color: #EDD3BA;
    background-image: url("/template/new/images/homepage/lovi-pyaterku-banner-bg.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 163px 0 163px 156px;

    position: relative;
    box-sizing: border-box;
}

.lovi-pyaterku-banner-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 118%;
    text-transform: uppercase;
    color: #CB7D5D;

    max-width: 518px;

    margin-bottom: 32px;
}

.lovi-pyaterku-banner-btn {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;

    border-radius: 6px;
    padding: 12px 16px;
    width: 296px;
    height: 48px;
    background: #2d2f33;

    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fdfcfb;
    text-decoration: none;
    transition: all .3s ease-out;
}

.lovi-pyaterku-banner-btn:hover {
    background: #CB7D5D;
}

.lovi-pyaterku-banner-items {

}

.lovi-pyaterku-banner-item {
    position: absolute;
    border-radius: 50%;
    padding: 42px 39px;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    z-index: 2;
}

.lovi-pyaterku-banner-item:nth-child(1) {
    background: #ecf1f0 radial-gradient(56.59% 56.7% at 19.85% 4.81%, #fff 0%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(7deg);

    width: 221px;
    height: 221px;

    top: -19px;
    left: 468px;
}

.lovi-pyaterku-banner-item:nth-child(2) {
    background: #CB7D5D radial-gradient(56.59% 56.7% at 19.85% 4.81%, #f2c4b2 0%, rgba(242, 196, 178, 0) 100%);
    transform: rotate(9deg);

    width: 264px;
    height: 264px;

    top: 98px;
    left: 893px;
}

.lovi-pyaterku-banner-item:nth-child(3) {
    background: #ecf1f0 radial-gradient(56.59% 56.7% at 19.85% 4.81%, #fff 0%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-8deg);

    width: 216px;
    height: 216px;

    bottom: -28px;
    left: 627px;
}

.lovi-pyaterku-banner-item-number {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 65px;
    line-height: 100%;
    text-transform: uppercase;
    color: #CB7D5D;
}

.lovi-pyaterku-banner-item:nth-child(2) .lovi-pyaterku-banner-item-number {
    color: #EDD3BA;
}

.lovi-pyaterku-banner-item-text {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 106%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #334842;
}

.lovi-pyaterku-banner-item:nth-child(2) .lovi-pyaterku-banner-item-text {
    color: #FFFFFF;
}

.lovi-pyaterku-banner-img {
    background-image: url("/template/new/images/homepage/lovi-pyaterku-banner-img.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    position: absolute;
    top: 0;
    right: 0;

    border-top-left-radius: 50px;
    width: 768px;
    height: 100%;
}

@media screen and (max-width: 1750px){
    .lovi-pyaterku-banner {
        padding: 166px 0 166px 120px;
    }
    .lovi-pyaterku-banner-title {
        font-size: 56px;
        line-height: 118%;
    }
    .lovi-pyaterku-banner-item {
        padding: 40px 36px;
    }
    .lovi-pyaterku-banner-item:nth-child(1) {
        width: 208px;
        height: 208px;

        top: -31px;
        left: 296px;
    }
    .lovi-pyaterku-banner-item:nth-child(2) {
        width: 249px;
        height: 249px;

        top: 99px;
        left: 611px;
    }
    .lovi-pyaterku-banner-item:nth-child(3) {
        width: 203px;
        height: 203px;

        left: 419px;
    }
    .lovi-pyaterku-banner-item-number {
        font-size: 61px;
    }
    .lovi-pyaterku-banner-item-text {
        font-size: 29px;
    }
    .lovi-pyaterku-banner-img {
        width: 643px;
    }
}

@media screen and (max-width: 1440px){
    .lovi-pyaterku-banner {
        padding: 185px 0 185px 90px;
    }
    .lovi-pyaterku-banner-title {
        font-size: 40px;
        max-width: 266px;
    }
    .lovi-pyaterku-banner-item {
        padding: 33px 30px;
    }
    .lovi-pyaterku-banner-item:nth-child(1) {
        width: 170px;
        height: 170px;

        top: -16px;
        left: 214px;
    }
    .lovi-pyaterku-banner-item:nth-child(2) {
        width: 203px;
        height: 203px;

        top: 140px;
        left: 445px;
    }
    .lovi-pyaterku-banner-item:nth-child(3) {
        width: 166px;
        height: 166px;

        bottom: -23px;
        left: 309px;
    }
    .lovi-pyaterku-banner-item-number {
        font-size: 50px;
    }
    .lovi-pyaterku-banner-item-text {
        font-size: 24px;
    }
    .lovi-pyaterku-banner-img {
        width: 643px;
    }
}

@media screen and (max-width: 1150px){
    .lovi-pyaterku-banner {
        padding: 189px 0 189px 90px;
    }
    .lovi-pyaterku-banner-title {
        margin-bottom: 24px;
    }
    .lovi-pyaterku-banner-item:nth-child(1) {
        top: -20px;
        left: 160px;
    }
    .lovi-pyaterku-banner-item:nth-child(2) {
        top: 105px;
        left: 384px;
    }
    .lovi-pyaterku-banner-item:nth-child(3) {
        left: 189px;
    }
    .lovi-pyaterku-banner-img {
        width: 418px;
    }
}

@media screen and (max-width: 880px){
    .lovi-pyaterku-banner {
        display: flex !important;
        flex-direction: column;
        padding: 0 0 60px 0;

        background-image: url("/template/new/images/homepage/lovi-pyaterku-banner-bg-768.png");
        background-position: bottom;
        background-size: contain;
    }
    .lovi-pyaterku-banner-title {
        font-size: 32px;
        max-width: 350px;
        margin-top: 62px;
        margin-left: 80px;

        order: 1;
    }
    .lovi-pyaterku-banner-btn {
        width: 275px;
        height: 40px;
        padding: 8px 16px;
        margin-left: 80px;
        order: 2;
    }
    .lovi-pyaterku-banner-item {
        padding: 23px 21px;
    }
    .lovi-pyaterku-banner-item:nth-child(1) {
        width: 120px;
        height: 120px;

        top: 222px;
        left: 340px;
    }
    .lovi-pyaterku-banner-item:nth-child(2) {
        width: 145px;
        height: 145px;

        top: 275px;
        left: unset;
        right: 58px;
    }
    .lovi-pyaterku-banner-item:nth-child(3) {
        width: 118px;
        height: 118px;

        bottom: -19px;
        left: 419px;
    }
    .lovi-pyaterku-banner-item-number {
        font-size: 35px;
    }
    .lovi-pyaterku-banner-item-text {
        font-size: 17px;
    }
    .lovi-pyaterku-banner-img {
        position: unset;
        background-image: url("/template/new/images/homepage/lovi-pyaterku-banner-img-768.png");

        width: 100%;
        height: 315px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 50px;
    }
}

@media screen and (max-width: 650px){
    .lovi-pyaterku-banner {
        padding: 0 0 60px 0;
    }
    .lovi-pyaterku-banner-title {
        font-size: 24px;
        max-width: 260px;
        margin-top: 74px;
        margin-bottom: 20px;
        margin-left: 48px;
    }
    .lovi-pyaterku-banner-btn {
        margin-left: 48px;
    }
    .lovi-pyaterku-banner-item {
        padding: 20px 18px;
    }
    .lovi-pyaterku-banner-item:nth-child(1) {
        width: 102px;
        height: 102px;

        top: 255px;
        left: 58px;
    }
    .lovi-pyaterku-banner-item:nth-child(2) {
        width: 122px;
        height: 122px;

        top: 283px;
        left: unset;
        right: 4px;
    }
    .lovi-pyaterku-banner-item:nth-child(3) {
        width: 100px;
        height: 100px;

        bottom: -17px;
        left: unset;
        right: 57px;
    }
    .lovi-pyaterku-banner-item-number {
        font-size: 30px;
    }
    .lovi-pyaterku-banner-item-text {
        font-size: 14px;
    }
    .lovi-pyaterku-banner-img {
        height: 312px;
    }
    .lovi-pyaterku-banner-img {

    }
}

@media screen and (max-width: 450px){
    .lovi-pyaterku-banner {
        padding: 0 0 96px 0;
    }
    .lovi-pyaterku-banner-title {
        margin-top: 86px;
        margin-bottom: 16px;
        margin-left: 16px;
    }
    .lovi-pyaterku-banner-btn {
        width: 288px;
        margin-left: 16px;
    }
    .lovi-pyaterku-banner-item {
        padding: 19px 17px;
    }
    .lovi-pyaterku-banner-item:nth-child(1) {
        width: 98px;
        height: 98px;

        top: 200px;
        left: 12px;
    }
    .lovi-pyaterku-banner-item:nth-child(2) {
        width: 116px;
        height: 116px;

        top: 221px;
        left: unset;
        right: 2px;
    }
    .lovi-pyaterku-banner-item:nth-child(3) {
        width: 92px;
        height: 92px;

        bottom: -10px;
        left: unset;
        right: 88px;
    }
    .lovi-pyaterku-banner-item-number {
        font-size: 29px;
    }
    .lovi-pyaterku-banner-img {
        height: 272px;
    }
}

/* ------------------------------ */
/*Стили для баннера черная пятница*/

.black-friday-banner {
    background-image: url("/template/new/images/homepage/black-friday/black-friday-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    padding: 117px 120px 59px 120px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.black-friday-banner-title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 90%;
    text-align: center;
    color: #ffc96c;

    max-width: 700px;
}

.black-friday-banner-subtitle {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 500;
    line-height: 90%;
    font-size: 34px;
    text-align: center;
    color: #CB7D5D;

    -webkit-text-stroke: 2px #FFFFFF;

    display: flex;
    align-items: flex-end;
    gap: 10px;

    margin-bottom: 80px;
}

.black-friday-banner-subtitle span {
    font-size: 80px;
    position: relative;
    top: 14px;
    -webkit-text-stroke: 5px #FFFFFF;
}

.black-friday-banner-subtitle span:after {
    content: '%';

    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 90%;
    text-align: center;
    color: #CB7D5D;
    -webkit-text-stroke: 2px #FFFFFF;

    position: relative;
    left: -23px;
}

.black-friday-banner-date {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 90%;
    text-align: center;
    color: #FFFFFF;

    margin-bottom: 54px;
}

.black-friday-banner-button {
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 4px;
    padding: 8px 11px;
    width: 242px;
    height: 33px;
    box-sizing: border-box;
    background: #CB7D5D;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;

    text-decoration: none;
    transition: .3s ease-out;
}

.black-friday-banner-button:hover {
    background: rgb(45, 47, 51);
}

@media screen and (max-width: 768px){
    .black-friday-banner {
        padding: 117px 50px 59px 50px;
    }

    .black-friday-banner-title {
        font-size: 70px;
    }

    .black-friday-banner-subtitle {
        font-size: 28px;
        margin-bottom: 87px;
    }

    .black-friday-banner-subtitle span {
        font-size: 65px;
        top: 11px;
    }

    .black-friday-banner-subtitle span:after {
        font-size: 35px;
        left: -18px;
    }
}

@media screen and (max-width: 530px){
    .black-friday-banner-title {
        font-size: 50px;
    }

    .black-friday-banner-subtitle {
        font-size: 20px;
        -webkit-text-stroke: 1px #FFFFFF;
        margin-bottom: 100px;
    }

    .black-friday-banner-subtitle span {
        font-size: 48px;
        top: 10px;
        -webkit-text-stroke: 2px #FFFFFF;
    }

    .black-friday-banner-subtitle span:after {
        font-size: 25px;
        left: -14px;
        -webkit-text-stroke: 1px #FFFFFF;
    }

    .black-friday-banner-date {
        font-size: 18px;
        margin-bottom: 92px;
    }
}

@media screen and (max-width: 450px){
    .black-friday-banner {
        padding: 100px 0px 40px 0px;
    }

    .black-friday-banner-title {
        font-size: 40px;

        margin-bottom: 16px;
    }

    .black-friday-banner-subtitle {
        font-size: 14px;
        order: 2;
        line-height: unset;

        margin-bottom: 34px;

        align-items: center;
        flex-direction: column;
    }

    .black-friday-banner-subtitle div {
        order: 2;
    }

    .black-friday-banner-subtitle span {
        font-size: 48px;
        order: 1;
    }

    .black-friday-banner-subtitle span:after {
        font-size: 25px;
        left: -14px;
    }

    .black-friday-banner-date {
        font-size: 12px;
        order: 1;
        margin-bottom: 148px;
    }

    .black-friday-banner-button {
        display: flex;
        order: 3;
    }
}

/* ------------------------------ */
/* ----- Стили для slick js ----- */

.draw-banner .slick-dots {
    bottom: 25px;
}

.draw-banner .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.draw-banner .slick-dots li button {
    width: 8px;
    height: 8px;
}

.draw-banner .slick-dots li button:before {
    font-size: 8px;
    width: 8px;
    height: 8px;
    opacity: 1;
    color: #DFDFDF;
}

.draw-banner .slick-dots li button:hover:before,
.draw-banner .slick-dots li button:focus:before {
    opacity: 1;
}

.draw-banner .slick-dots li.slick-active button:before {
    color: #CB7D5D;
    opacity: 1;
}

.draw-banner .slick-prev:before,
.draw-banner .slick-next:before {
    color: #fff;
    box-shadow: 0px 0px 12px rgba(45, 47, 51, 0.16);
    font-size: 32px;
    border-radius: 16px;
}

.draw-banner .slick-prev,
.draw-banner .slick-next {
    width: 32px;
    height: 32px;
}

.draw-banner .slick-next {
    right: 20px;
    z-index: 5;
}

.draw-banner .slick-prev {
    left: 20px;
    z-index: 5;
}

.draw-banner.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.draw-banner.slick-slider .slick-track, .slick-slider .slick-list {
    height: 538px;
}

@media screen and (max-width: 768px) {
    .draw-banner .slick-prev,
    .draw-banner .slick-next {
        display: none !important;
    }
}

/* ------------------------------ */
/* ----- Стили для баннера с видео ----- */

.draw-banner div.video_bg {
    height: 538px;
}

.draw-banner video {
    position: relative;
}

/* ------------------------------ */
/* ----- Стили для баннера с временем ----- */

.draw-banner .banner_m {
    position:unset;
    height: 538px;
}

/* ------------------------------ */
/* ----- Стили для баннера с "стильно не значит дорого" ----- */

/*Стили для баннера заходите в наши мебельные салоны*/

.our-showroom-banner {
    background: #c5d7d3 url('/template/new/images/homepage/our-showroom/banner-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    padding: 113px 0 113px 70px;

    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.our-showroom-banner-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 104%;
    color: #2d4942;

    max-width: 415px;

    margin-bottom: 32px;
}

.our-showroom-banner-button {
    display: flex;
    justify-content: center;
    border-radius: 6px;
    padding: 12px 16px;
    width: 296px;
    box-sizing: border-box;

    background: #2d2f33;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fdfcfb;
    text-decoration: none;

    transition: .2s ease-in-out;
}

.our-showroom-banner-button:hover {
    background: #CB7D5D;
}

.our-showroom-banner-item {
    position: absolute;

    border-radius: 25px;
}

.our-showroom-banner-item.perovo {
    background-image: url("/template/new/images/homepage/our-showroom/perovo-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    bottom: -93px;
    left: 530px;

    width: 362px;
    height: 450px;
}

.our-showroom-banner-item.dmitrovskoe {
    background-image: url("/template/new/images/homepage/our-showroom/dmitrovskoe-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    top: -17px;
    left: 935px;

    width: 362px;
    height: 439px;
}

.our-showroom-banner-item.butovo {
    background-image: url("/template/new/images/homepage/our-showroom/butovo-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    bottom: -113px;
    left: 1355px;

    width: 362px;
    height: 543px;
}

.our-showroom-banner-item-badge {
    position: absolute;
    z-index: 2;

    border-radius: 16px;
    padding: 12px 16px;
    box-sizing: border-box;

    background: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 96%;
    color: #2d4942;
}

.our-showroom-banner-item.perovo .our-showroom-banner-item-badge {
    transform: rotate(-9deg);
    top: -49px;
    left: -75px;
}

.our-showroom-banner-item.dmitrovskoe .our-showroom-banner-item-badge {
    transform: rotate(5deg);
    bottom: -45px;
    right: -9px;
}

.our-showroom-banner-item.butovo .our-showroom-banner-item-badge {
    transform: rotate(6deg);
    top: -53px;
    right: 0;
}

.our-showroom-banner-item-arrow {

}

.our-showroom-banner-item.perovo .our-showroom-banner-item-arrow {
    background-image: url("/template/new/images/homepage/our-showroom/perovo-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    width: 97px;
    height: 86px;

    position: absolute;
    top: -97px;
    left: 88px;
}

.our-showroom-banner-item.dmitrovskoe .our-showroom-banner-item-arrow {
    background-image: url("/template/new/images/homepage/our-showroom/dmitrovskoe-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    width: 86px;
    height: 75px;

    position: absolute;
    bottom: -57px;
    right: 266px;
}

.our-showroom-banner-item.butovo .our-showroom-banner-item-arrow {
    background-image: url("/template/new/images/homepage/our-showroom/butovo-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    width: 105px;
    height: 83px;

    position: absolute;
    top: -83px;
    right: 141px;
}

@media screen and (max-width: 1700px) {
    .our-showroom-banner {
        padding: 143px 0 143px 120px;
    }

    .our-showroom-banner-title {
        font-size: 42px;
        max-width: 310px;
    }

    .our-showroom-banner-item-badge {
        font-size: 25px;
        max-width: 229px;
    }

    .our-showroom-banner-item.perovo {
        bottom: -20px;
        left: 478px;
        width: 300px;
        height: 450px;
    }

    .our-showroom-banner-item.perovo .our-showroom-banner-item-badge {
        top: -40px;
        left: -43px;
    }

    .our-showroom-banner-item.perovo .our-showroom-banner-item-arrow {
        top: -85px;
        left: 113px;
    }

    .our-showroom-banner-item.dmitrovskoe {
        top: 0;
        left: 798px;
        width: 300px;
        height: 422px;
    }

    .our-showroom-banner-item.dmitrovskoe .our-showroom-banner-item-badge {
        bottom: -51px;
        right: 4px;
    }

    .our-showroom-banner-item.dmitrovskoe .our-showroom-banner-item-arrow {
        bottom: -65px;
        right: 202px;
    }

    .our-showroom-banner-item.butovo {
        bottom: -113px;
        left: 1118px;
        width: 300px;
        height: 543px;
    }

    .our-showroom-banner-item.butovo .our-showroom-banner-item-badge {
        top: -47px;
        right: 12px;
    }

    .our-showroom-banner-item.butovo .our-showroom-banner-item-arrow {
        top: -87px;
        right: 149px;
    }
}

@media screen and (max-width: 1400px) {
    .our-showroom-banner {
        padding: 155px 0 155px 90px;
    }

    .our-showroom-banner-title {
        font-size: 36px;
        max-width: 265px;
    }

    .our-showroom-banner-item-badge {
        font-size: 23px;
        max-width: 215px;
    }

    .our-showroom-banner-item.perovo {
        bottom: -50px;
        left: 404px;
        width: 250px;
        height: 450px;
    }

    .our-showroom-banner-item.perovo .our-showroom-banner-item-badge {
        top: -49px;
        left: -25px;
    }

    .our-showroom-banner-item.perovo .our-showroom-banner-item-arrow {
        top: -94px;
        left: 127px;
    }

    .our-showroom-banner-item.dmitrovskoe {
        top: -35px;
        left: 672px;
        width: 250px;
        height: 422px;
    }

    .our-showroom-banner-item.dmitrovskoe .our-showroom-banner-item-badge {
        bottom: -73px;
        right: -12px;
    }

    .our-showroom-banner-item.dmitrovskoe .our-showroom-banner-item-arrow {
        bottom: -81px;
        right: 154px;
    }

    .our-showroom-banner-item.butovo {
        bottom: -143px;
        left: 940px;
        width: 250px;
        height: 543px;
    }

    .our-showroom-banner-item.butovo .our-showroom-banner-item-badge {
        top: -47px;
        right: -4px;
    }

    .our-showroom-banner-item.butovo .our-showroom-banner-item-arrow {
        top: -87px;
        right: 130px;
    }
}

@media screen and (max-width: 1200px) {
    .our-showroom-banner {
        padding: 27px 231px 362px 90px;
    }

    .our-showroom-banner-title {
        font-size: 36px;
        max-width: 470px;
        margin-bottom: 26px;
    }

    .our-showroom-banner-item-badge {
        font-size: 21px;
        max-width: 202px;
    }

    .our-showroom-banner-item.perovo {
        bottom: -111px;
        left: 166px;
        width: 260px;
        height: 450px;
    }

    .our-showroom-banner-item.perovo .our-showroom-banner-item-badge {
        top: 257px;
        left: -31px;
    }

    .our-showroom-banner-item.perovo .our-showroom-banner-item-arrow {
        top: 217px;
        left: -72px;
        width: 83px;
        height: 73px;
        transform: rotate(250deg);
    }

    .our-showroom-banner-item.dmitrovskoe {
        top: unset;
        bottom: -83px;
        left: 450px;
        width: 260px;
        height: 422px;
    }

    .our-showroom-banner-item.dmitrovskoe .our-showroom-banner-item-badge {
        bottom: unset;
        top: -41px;
        right: -20px;
    }

    .our-showroom-banner-item.dmitrovskoe .our-showroom-banner-item-arrow {
        bottom: unset;
        top: -73px;
        right: 130px;
        width: 74px;
        height: 64px;
        transform: scaleX(-1) rotate(170deg);
    }

    .our-showroom-banner-item.butovo {
        bottom: -204px;
        left: 734px;
        width: 260px;
        height: 543px;
    }

    .our-showroom-banner-item.butovo .our-showroom-banner-item-badge {
        top: 241px;
        right: -44px;
    }

    .our-showroom-banner-item.butovo .our-showroom-banner-item-arrow {
        top: 190px;
        right: -72px;
        width: 88px;
        height: 70px;
        transform: rotate(120deg);
    }
}

@media screen and (max-width: 1100px) {
    .our-showroom-banner-item.perovo {
        bottom: -111px;
        left: 66px;
        width: 260px;
        height: 450px;
    }

    .our-showroom-banner-item.dmitrovskoe {
        top: unset;
        bottom: -83px;
        left: 350px;
        width: 260px;
        height: 422px;
    }

    .our-showroom-banner-item.butovo {
        bottom: -204px;
        left: 634px;
        width: 260px;
        height: 543px;
    }
}

@media screen and (max-width: 960px) {
    .our-showroom-banner {
        padding: 35px 270px 364px 80px;
    }

    .our-showroom-banner-title {
        font-size: 32px;
        max-width: 418px;
        margin-bottom: 24px;
    }

    .our-showroom-banner-item-badge {
        font-size: 19px;
        max-width: 185px;
    }

    .our-showroom-banner-item.perovo {
        bottom: -130px;
        left: 28px;
        width: 224px;
        height: 450px;
    }

    .our-showroom-banner-item.perovo .our-showroom-banner-item-badge {
        top: 246px;
        left: -15px;
    }

    .our-showroom-banner-item.perovo .our-showroom-banner-item-arrow {
        display: none;
    }

    .our-showroom-banner-item.dmitrovskoe {
        bottom: -102px;
        left: 272px;
        width: 224px;
        height: 422px;
    }

    .our-showroom-banner-item.dmitrovskoe .our-showroom-banner-item-badge {
        top: -31px;
        right: -15px;
    }

    .our-showroom-banner-item.dmitrovskoe .our-showroom-banner-item-arrow {
        display: none;
    }

    .our-showroom-banner-item.butovo {
        bottom: -223px;
        left: 516px;
        width: 224px;
        height: 543px;
    }

    .our-showroom-banner-item.butovo .our-showroom-banner-item-badge {
        top: 222px;
        right: -8px;
    }

    .our-showroom-banner-item.butovo .our-showroom-banner-item-arrow {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .our-showroom-banner {
        padding: 30px 48px 395px 48px;
    }

    .our-showroom-banner-title {
        font-size: 24px;
        max-width: 350px;
        margin-bottom: 16px;
    }

    .our-showroom-banner-item-badge {
        border-radius: 12px;
        font-size: 17px;
        max-width: 167px;
        gap: 5px;
        padding: 10px 14px;
    }

    .our-showroom-banner-item-badge svg {
        width: 20px;
        height: 20px;
    }

    .our-showroom-banner-item.perovo {
        background-image: url("/template/new/images/homepage/our-showroom/perovo-img-768.png");
        bottom: 204px;
        left: -26px;
        width: 290px;
        height: 160px;
    }

    .our-showroom-banner-item.perovo .our-showroom-banner-item-badge {
        top: -15px;
        left: unset;
        right: -23px;
        transform: rotate(9deg);
    }

    .our-showroom-banner-item.dmitrovskoe {
        background-image: url("/template/new/images/homepage/our-showroom/dmitrovskoe-img-768.png");
        bottom: 119px;
        left: unset;
        right: -22px;
        width: 300px;
        height: 160px;
        z-index: 3;
    }

    .our-showroom-banner-item.dmitrovskoe .our-showroom-banner-item-badge {
        top: unset;
        bottom: -29px;
        right: 149px;
    }

    .our-showroom-banner-item.butovo {
        background-image: url("/template/new/images/homepage/our-showroom/butovo-img-768.png");
        bottom: 16px;
        left: -63px;
        width: 343px;
        height: 160px;
    }

    .our-showroom-banner-item.butovo .our-showroom-banner-item-badge {
        top: unset;
        bottom: -11px;
        right: 82px;
        transform: rotate(-6deg);
    }
}

@media screen and (max-width: 500px) {
    .our-showroom-banner {
        padding: 28px 12px 401px 12px;
    }

    .our-showroom-banner-title {
        font-size: 22px;
        max-width: 350px;
        margin-bottom: 16px;
        text-align: center;
    }

    .our-showroom-banner-item-badge {
        font-size: 14px;
        max-width: 138px;
        padding: 8px 11px;
        border-radius: 10px;
    }

    .our-showroom-banner-item-badge svg {
        width: 18px;
        height: 18px;
    }

    .our-showroom-banner-item.perovo {
        bottom: 260px;
        left: -60px;
        width: 269px;
        height: 117px;
    }

    .our-showroom-banner-item.perovo .our-showroom-banner-item-badge {
        top: -8px;
        left: unset;
        right: -31px;
    }

    .our-showroom-banner-item.dmitrovskoe {
        bottom: 136px;
        right: -12px;
        width: 258px;
        height: 117px;
    }

    .our-showroom-banner-item.dmitrovskoe .our-showroom-banner-item-badge {
        bottom: -6px;
        right: 17px;
    }

    .our-showroom-banner-item.butovo {
        bottom: 12px;
        left: -35px;
        width: 255px;
        height: 117px;
    }

    .our-showroom-banner-item.butovo .our-showroom-banner-item-badge {
        bottom: -8px;
        right: 104px;
    }
}

/*--------------------------------------------------*/
/*Стили для баннера Успей купить до повышения НДС*/

.nds {
    background-image: url("/template/new/images/homepage/nds/nds-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    padding: 100px 0 108px 100px;
    box-sizing: border-box;
}

.nds-content {
    max-width: 1900px;
}

.nds-content-title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 700;
    font-size: 130px;
    line-height: 90%;
    color: #fff;
    text-shadow: 0 0 157px #d77955;

    margin-bottom: 49px;
}

.nds-content-title span {
    color: #cd7855;
    position: relative;
}

.nds-content-title span:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 120px;
    background-image: url("/template/new/images/homepage/nds/nds-snow.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    width: 209px;
    height: 255px;
}

.nds-content-subtitle {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 90%;
    color: #fff;
    text-shadow: 0 0 157px #d77955;
}

.nds-content-subtitle span {
    color: #cd7855;
}

@media screen and (max-width: 2000px) {
    .nds {
        background-image: url("/template/new/images/homepage/nds/nds-bg-1920.png");
        padding: 129px 0 183px 84px;
    }

    .nds-content {
        max-width: 1600px;
    }

    .nds-content-title {
        font-size: 98px;
        text-shadow: 0 0 118px #d77955;

        margin-bottom: 37px;
    }

    .nds-content-title span:before {
        top: -25px;
        left: 92px;
        width: 157px;
        height: 191px;
    }

    .nds-content-subtitle {
        font-size: 39px;
        text-shadow: 0 0 118px #d77955;
    }
}

@media screen and (max-width: 1600px) {
    .nds {
        background-image: url("/template/new/images/homepage/nds/nds-bg-1440.png");
        padding: 93px 0 232px 73px;
    }

    .nds-content {
        max-width: 1400px;
    }

    .nds-content-title {
        font-size: 92px;
        text-shadow: 0 0 111px #d77955;

        margin-bottom: 34px;
    }

    .nds-content-title span:before {
        top: -20px;
        left: 87px;
        width: 147px;
        height: 180px;
    }

    .nds-content-subtitle {
        font-size: 37px;
        text-shadow: 0 0 111px #d77955;
    }
}

@media screen and (max-width: 1440px) {
    .nds {
        background-image: url("/template/new/images/homepage/nds/nds-bg-1200.png");
        padding: 77px 0 283px 61px;
    }

    .nds-content {
        max-width: 1200px;
    }

    .nds-content-title {
        font-size: 76px;
        text-shadow: 0 0 92px #d77955;

        margin-bottom: 29px;
    }

    .nds-content-title span:before {
        top: -20px;
        left: 70px;
        width: 123px;
        height: 150px;
    }

    .nds-content-subtitle {
        font-size: 30px;
        text-shadow: 0 0 92px #d77955;
    }
}

@media screen and (max-width: 1200px) {
    .nds {
        background-image: url("/template/new/images/homepage/nds/nds-bg-960.png");
        padding: 73px 0 339px 65px;
    }

    .nds-content {
        max-width: 900px;
    }

    .nds-content-title {
        font-size: 55px;
        text-shadow: 0 0 66px #d77955;

        margin-bottom: 20px;
    }

    .nds-content-title span:before {
        top: -15px;
        left: 52px;
        width: 88px;
        height: 107px;
    }

    .nds-content-subtitle {
        font-size: 22px;
        text-shadow: 0 0 66px #d77955;
    }
}

@media screen and (max-width: 900px) {
    .nds {
        background-image: url("/template/new/images/homepage/nds/nds-bg-768.png");
        padding: 72px 45px 69px 45px;
    }

    .nds-content {
        max-width: unset;
    }

    .nds-content-title {
        font-size: 57px;
        text-shadow: 0 0 70px #d77955;

        margin-bottom: 190px;
        text-align: center;
    }

    .nds-content-title span:before {
        top: -15px;
        left: 52px;
        width: 88px;
        height: 107px;
    }

    .nds-content-subtitle {
        font-size: 37px;
        text-shadow: 0 0 70px #d77955;
        text-align: center;

        max-width: 350px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .nds {
        background-image: url("/template/new/images/homepage/nds/nds-bg-500.png");
        padding: 105px 29px 50px 29px;
    }

    .nds-content-title {
        font-size: 37px;
        text-shadow: 0 0 45px #d77955;

        margin: 0 auto 241px auto;
        max-width: 500px;
    }

    .nds-content-title span:before {
        top: -8px;
        left: 35px;
        width: 58px;
        height: 71px;
    }

    .nds-content-subtitle {
        font-size: 24px;
        text-shadow: 0 0 45px #d77955;

        max-width: 230px;
    }
}

@media screen and (max-width: 500px) {
    .nds {
        background-image: url("/template/new/images/homepage/nds/nds-bg-320.png");
        padding: 96px 0 27px 0;
    }

    .nds-content-title {
        font-size: 24px;
        text-shadow: 0 0 29px #d77955;

        margin: 0 auto 312px auto;
        max-width: 280px;
    }

    .nds-content-title span:before {
        top: -6px;
        left: 23px;
        width: 37px;
        height: 45px;
    }

    .nds-content-subtitle {
        font-size: 19px;
        text-shadow: 0 0 29px #d77955;

        max-width: 180px;
    }
}

/*--------------------------------------------------*/
/*Стили для баннера Держим цены для Вас*/

.keep-prices {
    background-color: #CB7D5D;
    background-image: url("/template/new/images/homepage/keep-prices/keep-prices-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    padding: 81px 0 90px 140px;
    box-sizing: border-box;
}

.keep-prices-content {
    max-width: 960px;
}

.keep-prices-content-title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 500;
    font-size: 93px;
    line-height: 91%;
    text-align: center;
    color: #334842;
    -webkit-text-stroke: 7px #FFFFFF;

    margin-bottom: 36px;
}

.keep-prices-content-subtitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 37px;
    line-height: 124%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;

    margin-bottom: 20px;
}

.keep-prices-content-subtitle div {
    transform: rotate(-2deg);
    background: #2d4942;
    width: 660px;
    margin: 0 auto;
}

.keep-prices-content-button {
    border-radius: 6px;
    padding: 8px 16px;
    width: 338px;
    height: 50px;
    background: #edc88b;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 96%;
    color: #2d4942;
    text-decoration: none;
    display: flex;
    box-sizing: border-box;

    margin: 0 auto;
    justify-content: center;
    align-items: center;

    transition: all .2s ease-in-out;
}

.keep-prices-content-button:hover {
    color: #edc88b;
    background: #2d4942;
}

@media screen and (max-width: 1800px){
    .keep-prices {
        background-image: url("/template/new/images/homepage/keep-prices/keep-prices-bg-1920.png");
        padding: 81px 0 90px 100px;
    }
}

@media screen and (max-width: 1440px){
    .keep-prices {
        background-image: url("/template/new/images/homepage/keep-prices/keep-prices-bg-1440.png");
        padding: 113px 0 120px 64px;
    }

    .keep-prices-content {
        max-width: 720px;
    }

    .keep-prices-content-title {
        font-size: 68px;
        margin-bottom: 24px;
        -webkit-text-stroke: 5px #FFFFFF;
    }

    .keep-prices-content-subtitle {
        font-size: 30px;
        line-height: 130%;
        margin-bottom: 30px;
    }

    .keep-prices-content-subtitle div {
        width: 540px;
    }
}

@media screen and (max-width: 1100px){
    .keep-prices {
        background-image: url("/template/new/images/homepage/keep-prices/keep-prices-bg-1100.png");
        padding: 130px 0 160px 30px;
    }

    .keep-prices-content {
        max-width: 510px;
    }

    .keep-prices-content-title {
        font-size: 46px;
        margin-bottom: 32px;
        -webkit-text-stroke: 4px #FFFFFF;
    }

    .keep-prices-content-subtitle {
        font-size: 22px;
        line-height: 136%;
        margin-bottom: 22px;
    }

    .keep-prices-content-subtitle div {
        width: 390px;
    }

    .keep-prices-content-button {
        width: 230px;
        height: 50px;
    }
}

@media screen and (max-width: 768px){
    .keep-prices {
        background-image: url("/template/new/images/homepage/keep-prices/keep-prices-bg-768.png");
        padding: 143px 0 195px 30px;
    }

    .keep-prices-content {
        max-width: 410px;
    }

    .keep-prices-content-title {
        font-size: 36px;
        margin-bottom: 31px;
        -webkit-text-stroke: 3px #FFFFFF;
    }

    .keep-prices-content-subtitle {
        font-size: 17px;
        line-height: 141%;
        margin-bottom: 18px;
    }

    .keep-prices-content-subtitle div {
        width: 300px;
    }

    .keep-prices-content-button {
        width: 178px;
        height: 38px;

        font-size: 20px;
        line-height: 120%;
    }
}

@media screen and (max-width: 550px){
    .keep-prices {
        background-image: url("/template/new/images/homepage/keep-prices/keep-prices-bg-500.png");
        padding: 46px 71px 292px 71px;
        background-position: bottom;
    }
}

@media screen and (max-width: 515px){
    .keep-prices {
        padding: 46px 71px 259px 71px;
    }
}

@media screen and (max-width: 450px){
    .keep-prices {
        background-image: url("/template/new/images/homepage/keep-prices/keep-prices-bg-320.png");
        /*padding: 95px 25px 242px 25px;*/
        padding: 95px 25px 266px 25px;
    }

    .keep-prices-content {
        max-width: 310px;
        margin: 0 auto;
    }

    .keep-prices-content-title {
        font-size: 27px;
        margin-bottom: 27px;
        -webkit-text-stroke: 2px #FFFFFF;
    }

    .keep-prices-content-subtitle {
        font-size: 15px;
        line-height: 160%;
        margin-bottom: 15px;
    }

    .keep-prices-content-subtitle div {
        width: 280px;
    }
}

@media screen and (max-width: 328px){
    .keep-prices {
        padding: 95px 25px 242px 25px;
    }
}