
/*Стили для баннера (нового баннера с пинами) 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;
}



