
body {
    background: black;
}

.breadcrumbs span {
    color: #FFFFFF;
}

.breadcrumbs span:last-child {
    color: #eabd7f;
}

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

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

    padding: 141px 384px 141px 384px;

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

    margin-bottom: 29px;
}

.black-friday-banner-title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 700;
    font-size: 109px;
    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: 3px #FFFFFF;

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

    margin-bottom: 140px;
}

.black-friday-banner-subtitle span {
    font-size: 103px;
    position: relative;
    top: 20px;
}

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

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

    position: relative;
    left: -30px;
}

.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;
}

.black-friday-banner-button {
    display: none;
    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;
}

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

@media screen and (max-width: 1440px){
    .black-friday-banner {
        padding: 117px 177px 68px 177px;
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 1000px){
    .black-friday-banner {
        padding: 120px 49px 114px 49px;
    }
}

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

    .black-friday-banner-subtitle {
        font-size: 28px;
        margin-bottom: 224px;
        -webkit-text-stroke: 2px #FFFFFF;
    }

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

    .black-friday-banner-subtitle span:after {
        font-size: 35px;
        left: -18px;
        -webkit-text-stroke: 2px #FFFFFF;
    }
}

@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;
    }

    .black-friday-banner-subtitle span {
        font-size: 48px;
        top: 10px;
    }

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

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

@media screen and (max-width: 450px){
    .black-friday-banner {
        background-image: url("/template/new/images/black-friday/black-friday-banner-500.png");

        padding: 109px 72px 25px 72px;

        margin-bottom: 35px;
    }

    .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: 130px;
    }

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

/*---------------------------------------------------*/
/*---------------- Стили для элементов ----------------*/

.black-friday-border-gradient {
    border-radius: 36px;
    background: linear-gradient(120deg,rgba(234, 189, 127, 1) 26%, rgba(0, 0, 0, 1) 100%);
    padding: 6px;

    margin-bottom: 27px;
}

.black-friday-elements {
    border-radius: 32px;
    background: #000000;

    padding: 14px 20px 22px 20px;
}

.black-friday-elements-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;

    margin-bottom: 59px;
}

.black-friday-elements-title span {
    color: #eabd7f;
}

/*--------------- Стили для карточек товаров ---------------*/

.catalog_folder .cat_elem_wr.black-friday-elements-content-item {
    flex-basis: calc(20% - 32px);
}

@media screen and (max-width: 1650px) {
    .catalog_folder .cat_elem_wr.black-friday-elements-content-item {
        flex-basis: calc(25% - 32px);
    }
}

@media screen and (max-width: 1300px) {
    .catalog_folder .cat_elem_wr.black-friday-elements-content-item {
        flex-basis: calc(33.333333% - 30px);
    }
}

@media screen and (max-width: 880px) {
    .catalog_folder .cat_elem_wr.black-friday-elements-content-item {
        flex-basis: calc(33.333333% - 16px);
    }
}

@media screen and (max-width: 768px) {
    .catalog_folder .cat_elem_wr.black-friday-elements-content-item {
        flex-basis: calc(50% - 16px);
    }
}

@media screen and (max-width: 590px) {
    .catalog_folder .cat_elem_wr.black-friday-elements-content-item {
        flex: 1 0 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/*---------------------------------------------------------*/

@media screen and (max-width: 1440px) {
    .black-friday-border-gradient {
        border-radius: 28px;
        margin-bottom: 50px;
    }

    .black-friday-elements {
        border-radius: 24px;
        padding: 14px 12px 15px 12px;
    }

    .black-friday-elements-title {
        margin-bottom: 43px;
    }
}

@media screen and (max-width: 1000px) {
    .black-friday-border-gradient {
        border-radius: 20px;
        margin-bottom: 56px;
    }

    .black-friday-elements {
        border-radius: 16px;
        padding: 8px;
    }

    .black-friday-elements-title {
        font-size: 30px;
        margin-bottom: 29px;
    }
}

@media screen and (max-width: 768px) {
    .black-friday-border-gradient {
        border-radius: 16px;
        margin-bottom: 30px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .black-friday-elements {
        border-radius: 12px;
        padding: 8px;
    }

    .black-friday-elements-title {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 590px) {
    .black-friday-elements {
        padding: 14px;
    }
}

@media screen and (max-width: 530px) {
    .black-friday-elements-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/*---------------------------------------------------*/
/*---------------- Стили для фото коллекций ----------------*/

.black-friday-photos {
    margin-bottom: 51px;
    margin-left: -32px;
    margin-right: -32px;
}

.black-friday-photos-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;

    margin-bottom: 13px;
}

.black-friday-photos-title span {
    color: #EABD7F;
}

.black-friday-photos .swiper-slide {
    width: unset;
}

@media screen and (max-width: 1440px){
    .black-friday-photos {
        margin-bottom: 62px;
    }

    .black-friday-photos-title {
        margin-bottom: 29px;
    }
}

@media screen and (max-width: 1249px){
    .black-friday-photos {
        margin-left: -16px;
        margin-right: -16px;
    }
}


@media screen and (max-width: 1000px){
    .black-friday-photos {
        margin-bottom: 58px;
    }

    .black-friday-photos-title {
        font-size: 30px;
        margin-bottom: 29px;
    }
}

@media screen and (max-width: 768px){
    .black-friday-photos {
        margin-bottom: 48px;
    }

    .black-friday-photos-title {
        font-size: 25px;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 530px){
    .black-friday-photos-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/*---------------------------------------------------*/
/*---------------- Стили для особенностей ----------------*/

.black-friday-especially {
    margin-bottom: 124px;
}

.black-friday-especially-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 23px;
}

.black-friday-especially-items {
    display: flex;
    justify-content: center;
}

.black-friday-especially-items-item {
    border-radius: 100px;
    width: 100px;
    height: 787px;
    padding: 59px 26px;
    box-sizing: border-box;

    z-index: 10;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out, padding 0.5s ease-in-out, border-radius 0.5s ease-in-out;
}

.black-friday-especially-items-item.active,
.black-friday-especially-items-item:hover {
    width: 1080px;
    padding: 59px 60px;
    border-radius: 100px;
    box-shadow: 0 0 50px 0 rgba(236, 236, 234, 0.75);
}

.black-friday-especially-items-item::before {
    content: "";
    position: absolute;
    z-index: -10;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
}

.black-friday-especially-items-item.active::before,
.black-friday-especially-items-item:hover::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.black-friday-especially-items-item-img {
    opacity: 0;
    position: absolute;
    z-index: -20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.5s ease-in-out;
}

.black-friday-especially-items-item.active .black-friday-especially-items-item-img,
.black-friday-especially-items-item:hover .black-friday-especially-items-item-img {
    opacity: 1;
}

.black-friday-especially-items-item:nth-child(1) {
    background-color: #c8e7f2;
}
.black-friday-especially-items-item:nth-child(1) .black-friday-especially-items-item-img {
    background-image: url("/template/new/images/black-friday/especially/especially-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.black-friday-especially-items-item:nth-child(2) {
    background-color: #D2D1D6;
}
.black-friday-especially-items-item:nth-child(2) .black-friday-especially-items-item-img {
    background-image: url("/template/new/images/black-friday/especially/especially-2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.black-friday-especially-items-item:nth-child(3) {
    background-color: #efc380;
}
.black-friday-especially-items-item:nth-child(3) .black-friday-especially-items-item-img {
    background-image: url("/template/new/images/black-friday/especially/especially-3.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.black-friday-especially-items-item:nth-child(4) {
    background-color: #d37a56;
}
.black-friday-especially-items-item:nth-child(4) .black-friday-especially-items-item-img {
    background-image: url("/template/new/images/black-friday/especially/especially-4.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.black-friday-especially-items-item:nth-child(5) {
    background-color: #c5d7d4;
}
.black-friday-especially-items-item:nth-child(5) .black-friday-especially-items-item-img {
    background-image: url("/template/new/images/black-friday/especially/especially-5.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.black-friday-especially-items-item:nth-child(6) {
    background-color: #edd3ba;
}
.black-friday-especially-items-item:nth-child(6) .black-friday-especially-items-item-img {
    background-image: url("/template/new/images/black-friday/especially/especially-6.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.black-friday-especially-items-item:nth-child(7) {
    background-color: #2e4942;
}
.black-friday-especially-items-item:nth-child(7) .black-friday-especially-items-item-img {
    background-image: url("/template/new/images/black-friday/especially/especially-7.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.black-friday-especially-items-item-number {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 131%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #2d4942;

    position: absolute;
    right: 26px;
    /*top: 59px;*/
    transition: right 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

.black-friday-especially-items-item:nth-child(4) .black-friday-especially-items-item-number {
    color: #2d4942;
}

.black-friday-especially-items-item:nth-child(4).active .black-friday-especially-items-item-number {
    color: #f2f3ee;
}
.black-friday-especially-items-item:nth-child(4):hover .black-friday-especially-items-item-number {
    color: #f2f3ee;
}

.black-friday-especially-items-item:nth-child(7) .black-friday-especially-items-item-number {
    color: #f2f3ee;
}

.black-friday-especially-items-item:nth-child(7).active .black-friday-especially-items-item-number {
    color: #2d4942;
}
.black-friday-especially-items-item:nth-child(7):hover .black-friday-especially-items-item-number {
    color: #2d4942;
}

.black-friday-especially-items-item.active .black-friday-especially-items-item-number,
.black-friday-especially-items-item:hover .black-friday-especially-items-item-number {
    right: 60px;
}

.black-friday-especially-items-item-extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 67px;
    left: 60px;
    right: 60px;
    overflow: hidden;
}

.black-friday-especially-items-item-extra-text {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 117%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #2d4942;
    max-width: 800px;

    min-height: 0;
    transform: translateY(600px);
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;

    display: flex;
    flex-direction: column;
    gap: 22px;
}

.black-friday-especially-items-item-extra-text span {
    font-size: 18px;
    line-height: 161%;
}

.black-friday-especially-items-item.active .black-friday-especially-items-item-extra-text,
.black-friday-especially-items-item:hover .black-friday-especially-items-item-extra-text {
    opacity: 1;
    transform: none;
}

.black-friday-especially-items-item-extra-arrow {
    background-image: url("/template/new/images/black-friday/arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 71px;
    height: 71px;

    min-height: 0;
    transform: translateY(300px);
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

.black-friday-especially-items-item.active .black-friday-especially-items-item-extra-arrow,
.black-friday-especially-items-item:hover .black-friday-especially-items-item-extra-arrow {
    opacity: 1;
    transform: none;
}

@media screen and (max-width: 1500px){
    .black-friday-especially-items-item {
        width: 80px;
        height: 643px;
        padding: 27px 21px;
    }

    .black-friday-especially-items-item.active,
    .black-friday-especially-items-item:hover {
        width: 883px;
        padding: 27px 50px;
    }

    .black-friday-especially-items-item-number {
        font-size: 20px;
        line-height: 170%;
        right: 21px;
    }

    .black-friday-especially-items-item.active .black-friday-especially-items-item-number,
    .black-friday-especially-items-item:hover .black-friday-especially-items-item-number {
        right: 50px;
    }

    .black-friday-especially-items-item-extra {
        bottom: 32px;
        left: 50px;
        right: 50px;
    }

    .black-friday-especially-items-item-extra-text {
        font-size: 25px;
        line-height: 136%;
        max-width: 570px;
        gap: 14px;
    }

    .black-friday-especially-items-item-extra-text span {
        font-size: 15px;
        line-height: 127%;
    }

    .black-friday-especially-items-item-extra-arrow {
        width: 58px;
        height: 58px;
    }
}

@media screen and (max-width: 1250px){
    .black-friday-especially {
        margin-bottom: 66px;
    }

    .black-friday-especially-items-item {
        width: 67px;
        height: 541px;
        padding: 23px 17px;
    }

    .black-friday-especially-items-item.active,
    .black-friday-especially-items-item:hover {
        width: 742px;
        padding: 23px 42px;
    }

    .black-friday-especially-items-item-number {
        font-size: 16px;
        line-height: 212%;
        right: 17px;
    }

    .black-friday-especially-items-item.active .black-friday-especially-items-item-number,
    .black-friday-especially-items-item:hover .black-friday-especially-items-item-number {
        right: 42px;
    }

    .black-friday-especially-items-item-extra {
        bottom: 47px;
        left: 42px;
        right: 42px;
    }

    .black-friday-especially-items-item-extra-text {
        font-size: 20px;
        line-height: 130%;
        max-width: 450px;
        gap: 9px;
    }

    .black-friday-especially-items-item-extra-arrow {
        width: 48px;
        height: 48px;
    }
}

@media screen and (max-width: 1050px){
    .black-friday-especially {
        margin-bottom: 79px;
    }

    .black-friday-especially-items {
        flex-direction: column;
        align-items: center;
    }

    .black-friday-especially-items-item {
        width: 100%;
        height: 125px;
        padding: 43px 40px;
    }
    .black-friday-especially-items-item.active,
    .black-friday-especially-items-item:hover {
        width: 100%;
        height: 1253px;
        padding: 43px 40px;
        border-radius: 70px;
    }

    .black-friday-especially-items-item:nth-child(1) .black-friday-especially-items-item-img {
        background-image: url("/template/new/images/black-friday/especially/especially_1050/especially-1.png");
    }

    .black-friday-especially-items-item:nth-child(2) .black-friday-especially-items-item-img {
        background-image: url("/template/new/images/black-friday/especially/especially_1050/especially-2.png");
    }

    .black-friday-especially-items-item:nth-child(3) .black-friday-especially-items-item-img {
        background-image: url("/template/new/images/black-friday/especially/especially_1050/especially-3.png");
    }

    .black-friday-especially-items-item:nth-child(4) .black-friday-especially-items-item-img {
        background-image: url("/template/new/images/black-friday/especially/especially_1050/especially-4.png");
    }

    .black-friday-especially-items-item:nth-child(5) .black-friday-especially-items-item-img {
        background-image: url("/template/new/images/black-friday/especially/especially_1050/especially-5.png");
    }

    .black-friday-especially-items-item:nth-child(6) .black-friday-especially-items-item-img {
        background-image: url("/template/new/images/black-friday/especially/especially_1050/especially-6.png");
    }

    .black-friday-especially-items-item:nth-child(7) .black-friday-especially-items-item-img {
        background-image: url("/template/new/images/black-friday/especially/especially_1050/especially-7.png");
    }

    .black-friday-especially-items-item-number {
        font-size: 50px;
        line-height: 68%;
        right: 40px;
    }

    .black-friday-especially-items-item.active .black-friday-especially-items-item-number,
    .black-friday-especially-items-item:hover .black-friday-especially-items-item-number {
        right: 40px;
    }

    .black-friday-especially-items-item-extra {
        bottom: 63px;
        left: 40px;
        right: 40px;
    }

    .black-friday-especially-items-item-extra-text {
        font-size: 31px;
        line-height: 139%;
        max-width: 680px;
        gap: 14px;
    }

    .black-friday-especially-items-item-extra-arrow {
        width: 78px;
        height: 78px;
        background-image: url("/template/new/images/black-friday/arrow-1050.svg");
    }
}

@media screen and (max-width: 1000px){
    .black-friday-especially-title {
        font-size: 30px;
        line-height: 227%;
    }
}

@media screen and (max-width: 768px){
    .black-friday-especially {
        margin-bottom: 83px;
    }

    .black-friday-especially-title {
        font-size: 25px;
        line-height: 227%;
    }

    .black-friday-especially-items-item {
        width: 100%;
        height: 104px;
        padding: 35px 42px;
    }

    .black-friday-especially-items-item.active,
    .black-friday-especially-items-item:hover {
        width: 100%;
        height: 831px;
        padding: 35px 42px;
    }

    .black-friday-especially-items-item-number {
        font-size: 40px;
        line-height: 85%;
        right: 42px;
    }

    .black-friday-especially-items-item.active .black-friday-especially-items-item-number,
    .black-friday-especially-items-item:hover .black-friday-especially-items-item-number {
        right: 42px;
    }

    .black-friday-especially-items-item-extra {
        bottom: 29px;
        left: 40px;
        right: 40px;
    }

    .black-friday-especially-items-item-extra-text {
        font-size: 26px;
        line-height: 115%;
        max-width: 500px;
        gap: 9px;
    }

    .black-friday-especially-items-item-extra-text span {
        font-size: 14px;
        line-height: 136%;
    }

    .black-friday-especially-items-item-extra-arrow {
        width: 65px;
        height: 65px;
    }
}

@media screen and (max-width: 650px){
    .black-friday-especially {
        margin-bottom: 63px;
    }

    .black-friday-especially-items-item {
        width: 100%;
        height: 70px;
        padding: 25px 32px;
    }

    .black-friday-especially-items-item.active,
    .black-friday-especially-items-item:hover {
        width: 100%;
        height: 500px;
        padding: 25px 32px;
        border-radius: 50px;
    }

    .black-friday-especially-items-item-number {
        font-size: 30px;
        line-height: 100%;
        right: 32px;
    }

    .black-friday-especially-items-item.active .black-friday-especially-items-item-number,
    .black-friday-especially-items-item:hover .black-friday-especially-items-item-number {
        right: 32px;
    }

    .black-friday-especially-items-item-extra {
        bottom: 29px;
        left: 32px;
        right: 32px;
    }

    .black-friday-especially-items-item-extra-text {
        font-size: 20px;
        line-height: 115%;
        max-width: 335px;
    }

    .black-friday-especially-items-item-extra-arrow {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 530px){
    .black-friday-especially-title {
        font-size: 18px;
        line-height: 111%;
    }
}

@media screen and (max-width: 500px){
    .black-friday-especially-items-item-extra-text {
        font-size: 16px;
    }

    .black-friday-especially-items-item-extra-text span {
        font-size: 10px;
        line-height: 130%;
    }
}

@media screen and (max-width: 470px){
    .black-friday-especially {
        margin-bottom: 43px;
    }

    .black-friday-especially-items-item {
        width: 100%;
        height: 40px;
        padding: 10px 14px;
    }

    .black-friday-especially-items-item.active,
    .black-friday-especially-items-item:hover {
        width: 100%;
        height: 400px;
        padding: 10px 14px;
        border-radius: 30px;
    }

    .black-friday-especially-items-item-number {
        font-size: 20px;
        line-height: 100%;
        right: 14px;
    }

    .black-friday-especially-items-item.active .black-friday-especially-items-item-number,
    .black-friday-especially-items-item:hover .black-friday-especially-items-item-number {
        right: 14px;
    }

    .black-friday-especially-items-item-extra {
        bottom: 20px;
        left: 14px;
        right: 14px;
    }

    .black-friday-especially-items-item-extra-text {
        font-size: 11px;
        line-height: 118%;
        max-width: 220px;
    }

    .black-friday-especially-items-item-extra-text span {
        font-size: 6px;
        line-height: 117%;
    }
}

/*---------------------------------------------------*/
/*---------------- Стили для наши преимущества ----------------*/

.black-friday-advantages {
    background-color: #ecf1f0;
    border-radius: 50px;
    padding: 53px 68px 100px 68px;

    margin-bottom: 146px;
    margin-right: -32px;
    margin-left: -32px;
}

.black-friday-advantages-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;

    margin-bottom: 60px;
}

.black-friday-advantages-title span {
    color: #2d4942;
}

.black-friday-advantages-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
}

.black-friday-advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.black-friday-advantages-item-icon {
    margin-bottom: 24px;
}

.black-friday-advantages-item-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 97%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;

    max-width: 290px;

    margin-bottom: 16px;
}

.black-friday-advantages-item-subtitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 121%;
    text-transform: lowercase;
    text-align: center;
    color: #2d4942;
}

@media screen and (max-width: 1500px){
    .black-friday-advantages {
        margin-bottom: 50px;
        padding: 53px 68px 67px 68px;
    }

    .black-friday-advantages-items {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 136px;
        grid-row-gap: 90px;
    }

    .black-friday-advantages-item-subtitle {
        max-width: 430px;
    }
}

@media screen and (max-width: 1250px){
    .black-friday-advantages {
        margin-bottom: 60px;
        padding: 55px 62px 69px 62px;

        margin-right: -16px;
        margin-left: -16px;
    }

    .black-friday-advantages-title {
        margin-bottom: 60px;
    }

    .black-friday-advantages-items {
        grid-column-gap: 76px;
    }
}

@media screen and (max-width: 1050px){
    .black-friday-advantages {
        padding: 54px 62px 62px 62px;
        margin-bottom: 40px;
    }

    .black-friday-advantages-title {
        margin-bottom: 36px;
    }

    .black-friday-advantages-items {
        grid-column-gap: 62px;
        grid-row-gap: 41px;
    }

    .black-friday-advantages-item-icon {
        margin-bottom: 15px;
    }

    .black-friday-advantages-item-title {
        font-size: 25px;
        line-height: 112%;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1000px){
    .black-friday-advantages-title {
        font-size: 30px;
        line-height: 227%;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px){
    .black-friday-advantages {
        padding: 0;
        margin-bottom: 65px;
        background-color: unset;
        border-radius: 0;
    }

    .black-friday-advantages-title {
        font-size: 25px;
        line-height: 111%;
        margin-bottom: 20px;
        color: #FFFFFF;
    }

    .black-friday-advantages-title span {
        color: #eabd7f;
    }

    .black-friday-advantages-items {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        grid-row-gap: 70px;

        padding: 46px 0 74px 0;
        background-color: #ecf1f0;
        border-radius: 50px;
    }
}

@media screen and (max-width: 530px) {
    .black-friday-advantages-title {
        font-size: 18px;
        line-height: 111%;
    }
}

@media screen and (max-width: 500px){
    .black-friday-advantages {
        margin-bottom: 41px;
    }

    .black-friday-advantages-items {
        grid-row-gap: 27px;
        padding: 31px 0 33px 0;
    }

    .black-friday-advantages-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .black-friday-advantages-item-icon {
        margin-bottom: 12px;
    }

    .black-friday-advantages-item-icon svg {
        width: 80px;
        height: 80px;
    }

    .black-friday-advantages-item-title {
        font-size: 20px;
        line-height: 115%;
        margin-bottom: 7px;
        max-width: 235px;
    }

    .black-friday-advantages-item-subtitle {
        font-size: 15px;
        line-height: 133%;
        max-width: 300px;
    }
}

@media screen and (max-width: 400px){

    .black-friday-advantages-item-title {
        font-size: 13px;
        line-height: 115%;
        margin-bottom: 7px;
        max-width: 150px;
    }

    .black-friday-advantages-item-subtitle {
        font-size: 9px;
        line-height: 133%;
        max-width: 200px;
    }
}

/*---------------------------------------------------*/
/*---------------- Стили для блока с формой ----------------*/

.black-friday-form {
    padding: 39px 0 39px 50px;
    border-radius: 30px 200px 200px 30px;
    background-image: url("/template/new/images/black-friday/form/form-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    position: relative;

    margin-right: 210px;
    margin-bottom: 144px;
}

.black-friday-form-content {
    position: relative;
    z-index: 2;
}

.black-friday-form-content-supertitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 93%;
    text-transform: uppercase;
    color: #FFFFFF;

    margin-bottom: 18px;
}

.black-friday-form-content-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 80px;
    line-height: 60%;
    text-transform: uppercase;
    color: #FFFFFF;

    margin-bottom: 26px;
}

.black-friday-form-content-subtitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;

    margin-bottom: 32px;
}

.black-friday-form-content-actions {
    display: flex;
    align-items: center;
    gap: 19px;
}

.black-friday-form-content-actions .button {
    border-radius: 6px;
    padding: 13px 27px;
    box-sizing: border-box;
    background: #CB7D5D;

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

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

    transition: 0.2s;
}

.black-friday-form-content-actions .button.callMeasurer {
    background: #334842;
}

.black-friday-form-content-actions .button:hover {
    background-color: #2D2F33;
}

.black-friday-form-image {
    width: 765px;
    height: 475px;
    background-image: url("/template/new/images/black-friday/form/form-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    position: absolute;
    top: -100px;
    right: -168px;
}

@media screen and (max-width: 1670px){
    .black-friday-form-image {
        width: 669px;
        height: 430px;
        top: -80px;
    }
}

@media screen and (max-width: 1500px){
    .black-friday-form {
        margin-right: 57px;
        margin-bottom: 100px;
    }

    .black-friday-form-content-title {
        font-size: 60px;
        line-height: 80%;
    }

    .black-friday-form-image {
        /*top: -54px;*/
        right: -47px;
    }
}

@media screen and (max-width: 1350px){
    .black-friday-form-image {
        width: 542px;
        height: 359px;

        top: -48px;
        right: -31px;
    }
}

@media screen and (max-width: 1250px){
    .black-friday-form {
        padding: 32px 0 32px 41px;

        margin-right: 48px;
        margin-bottom: 82px;
    }

    .black-friday-form-content-supertitle {
        font-size: 18px;
        line-height: 139%;

        margin-bottom: 15px;
    }

    .black-friday-form-content-title {
        font-size: 45px;
        line-height: 107%;

        margin-bottom: 13px;
    }

    .black-friday-form-content-subtitle {
        font-size: 20px;
        line-height: 150%;

        margin-bottom: 35px;
    }

    .black-friday-form-content-actions .button {
        padding: 9px 20px;
    }

    .black-friday-form-image {
        width: 542px;
        height: 359px;

        top: -48px;
        right: -31px;
    }
}

@media screen and (max-width: 1050px){
    .black-friday-form {
        margin-right: 51px;
        margin-bottom: 58px;
    }

    .black-friday-form-content-supertitle {
        font-size: 17px;
        line-height: 147%;
    }

    .black-friday-form-content-title {
        font-size: 38px;
        line-height: 126%;
    }

    .black-friday-form-content-subtitle {
        font-size: 17px;
        line-height: 176%;

        margin-bottom: 38px;
    }

    .black-friday-form-content-actions {
        gap: 15px;
    }

    .black-friday-form-content-actions .button {
        padding: 6px 7px;
    }

    .black-friday-form-image {
        width: 410px;
        height: 300px;
        top: -24px;
        right: -43px;
    }
}

@media screen and (max-width: 880px){
    .black-friday-form-image {
        top: -36px;
        right: -60px;
    }
}

@media screen and (max-width: 800px){
    .black-friday-form {
        padding: 78px 63px 711px 63px;
        border-radius: 30px 30px 500px 500px;
        background-image: url("/template/new/images/black-friday/form/form-bg-768.png");

        margin: 0 -16px 141px -16px;
    }

    .black-friday-form-content-supertitle {
        font-size: 31px;
        line-height: 81%;
        text-align: center;

        margin-bottom: 28px;
    }

    .black-friday-form-content-title {
        font-size: 66px;
        line-height: 92%;
        text-align: center;

        max-width: 450px;
        margin: 0 auto 28px auto;
    }

    .black-friday-form-content-subtitle {
        font-size: 31px;
        line-height: 106%;
        text-align: center;

        max-width: 356px;
        margin: 0 auto 40px auto;
    }

    .black-friday-form-content-actions {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .black-friday-form-content-actions .button {
        border-radius: 6px;
        padding: 25px 27px;
        width: 100%;

        font-size: 25px;
        line-height: 96%;
    }

    .black-friday-form-image {
        width: 698px;
        height: 947px;
        background-image: url("/template/new/images/black-friday/form/form-img-768.png");

        top: unset;
        bottom: -220px;
        right: 0;
    }
}

@media screen and (max-width: 600px){
    .black-friday-form {
        padding: 78px 63px 511px 63px;
        border-radius: 30px 30px 200px 200px;

        margin-bottom: 100px;
    }

    .black-friday-form-content-supertitle {
        font-size: 25px;
        line-height: 100%;

        margin-bottom: 20px;
    }

    .black-friday-form-content-title {
        font-size: 50px;
        line-height: 100%;

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

    .black-friday-form-content-subtitle {
        font-size: 28px;
        line-height: 100%;

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

    .black-friday-form-content-actions .button {
        padding: 13px 27px;

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

    .black-friday-form-image {
        width: 530px;
        height: 641px;

        top: unset;
        bottom: -140px;
        right: 0;
    }
}

@media screen and (max-width: 500px){
    .black-friday-form {
        padding: 36px 24px 415px 24px;
        margin-bottom: 84px;
    }

    .black-friday-form-content-supertitle {
        font-size: 15px;
        line-height: 167%;

        margin-bottom: 2px;
    }

    .black-friday-form-content-title {
        font-size: 40px;
        line-height: 100%;

        margin-bottom: 14px;
    }

    .black-friday-form-content-subtitle {
        font-size: 20px;
        line-height: 100%;

        margin-bottom: 18px;
    }

    .black-friday-form-content-actions {
        gap: 14px;
    }

    .black-friday-form-content-actions .button {
        padding: 13px 15px;

        font-size: 18px;
        line-height: 133%;
    }

    .black-friday-form-image {
        width: 330px;
        height: 541px;

        bottom: -113px;
        right: 0;
    }
}

@media screen and (max-width: 450px){
    .black-friday-form {
        padding: 36px 23px 365px 23px;
    }
}

/*---------------------------------------------------*/
/*---------------- Стили для отзывов ----------------*/

.black-friday-reviews {
    margin-bottom: 138px;
}

.black-friday-reviews-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #eabd7f;

    margin-bottom: 42px;
}

.black-friday-reviews-title span {
    color: #FFFFFF;
}

.black-friday-reviews-items {
    display: flex;
    align-items: stretch;
    justify-content: center;

    text-align: center;
}

.black-friday-reviews-items .slick-track {
    display: flex;
    justify-content: center;
}

.black-friday-reviews-items .slick-track .slick-slide {
    width: 488px !important;
    margin-right: 25px;
    margin-left: 25px;
}

.black-friday-reviews-items-item {
    padding: 81px 26px 29px 26px;

    background-image: url("/template/new/images/black-friday/reviews/reviews-item-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    border-radius: 50px;
    position: relative;
    text-align: left;

    margin-right: 25px;
    margin-left: 25px;
    margin-top: 35px;
    width: 488px !important;
    box-sizing: border-box;
}

.black-friday-reviews-items-item::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 33px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-image: url("/template/new/images/black-friday/reviews/reviews-image-person.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.black-friday-reviews-items-item-text {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #2d4942;
    max-height: 300px;
    overflow-y: auto;

    margin-bottom: 20px;
}

.black-friday-reviews-items-item-image {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    height: 172px;

    margin-bottom: 28px;
}

.black-friday-reviews-items-item-image .slick-track {
    display: flex;
    justify-content: left;
    margin-left: 0;
}

.black-friday-reviews-items-item-image .slick-track .slick-slide {
    width: 186px !important;
    margin-right: 15px;
    margin-left: 15px;
}

.black-friday-reviews-items-item-image img {
    border-radius: 10px;
    width: 186px;
    height: 172px;
    cursor: pointer;
}

.black-friday-reviews-items-item .hr {
    margin: 0 0 25px 0;
}

.black-friday-reviews-items-item-extra {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
}

.black-friday-reviews-items-item-extra-name {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    text-transform: uppercase;
    color: #2d4942;
}

.black-friday-reviews-items-item-extra-ratings {
    display: flex;
    align-items: center;
    gap: 12px;
}

.black-friday-reviews-items-item-extra-ratings-star {
    width: 25px;
    height: 24px;
}

.black-friday-reviews-items-item-extra-ratings-star.full {
    background-image: url('/template/new/images/black-friday/reviews/reviews-star-full.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.black-friday-reviews-items-item-extra-ratings-star.empty {
    background-image: url('/template/new/images/black-friday/reviews/reviews-star-empty.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.black-friday-reviews .slick-prev, .black-friday-reviews .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 44px);
    display: block;
    width: 30px;
    height: 88px;
    padding: 0;
    transform: none;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 30;
}

.black-friday-reviews .slick-prev {
    left: 0;
}

.black-friday-reviews .slick-next {
    right: 0;
}

.black-friday-reviews .slick-prev:before {
    content: url("/template/new/images/black-friday/reviews/reviews-arrow-left.svg");
}

.black-friday-reviews .slick-next:before {
    content: url("/template/new/images/black-friday/reviews/reviews-arrow-right.svg");
}

.black-friday-reviews .slick-prev:before, .black-friday-reviews .slick-next:before {
    display: block;
    width: 30px;
    height: 88px;
    line-height: 1;
    opacity: 1;
    color: #BEBEC0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.black-friday-reviews .slick-dots {
    bottom: -30px;
}

.black-friday-reviews .slick-dots li button:before {
    font-size: 10px;
    opacity: 1;
    color: #D9D9D9;
}

.black-friday-reviews .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #CB7D5D;
}

@media screen and (max-width: 1600px){
    .black-friday-reviews-items .slick-track .slick-slide {
        width: 100% !important;
    }
}


@media screen and (max-width: 1500px){
    .black-friday-reviews {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1200px){
    .black-friday-reviews-items .slick-track .slick-slide {
        margin-right: unset;
        margin-left: unset;
    }
    .black-friday-reviews-items-item-image .slick-track .slick-slide {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 1000px){
    .black-friday-reviews-title {
        font-size: 30px;
        line-height: 111%;

        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px){
    .black-friday-reviews {
        margin-bottom: 90px;
    }

    .black-friday-reviews-title {
        font-size: 25px;
    }

    .black-friday-reviews-items {
        gap: 0;
    }

    .black-friday-reviews-items-item .hr {
        display: block;
    }
}

@media screen and (max-width: 550px){
    .black-friday-reviews-items-item {
        max-width: 350px;
        margin-right: unset;
        margin-left: unset;
    }

    .black-friday-reviews-items-item-image {
        height: auto;
    }

    .black-friday-reviews-items-item-image img {
        width: 100%;
        height: 200px;
    }

    .black-friday-reviews-items-item-text {
        max-height: 200px;
    }
}

@media screen and (max-width: 530px){
    .black-friday-reviews-title {
        font-size: 18px;
        line-height: 111%;

        margin-bottom: 48px;
    }
}

@media screen and (max-width: 500px){
    .black-friday-reviews {
        margin-bottom: 54px;
    }

    .black-friday-reviews-items-item {
        padding: 47px 12px 33px 12px;
        border-radius: 20px;

        margin-top: 20px;
        max-width: 280px;
    }

    .black-friday-reviews-items-item::before {
        top: -20px;
        left: 19px;
        width: 48px;
        height: 48px;
    }

    .black-friday-reviews-items-item-text {
        font-size: 15px;
        line-height: 120%;

        margin-bottom: 12px;
    }

    .black-friday-reviews-items-item-image {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
        height: auto;

        margin-bottom: 18px;
    }

    .black-friday-reviews-items-item-image img {
        width: 158px;
        height: 146px;
    }

    .black-friday-reviews-items-item .hr {
        margin: 0 0 20px 0;
    }

    .black-friday-reviews-items-item-extra {
        gap: 32px;
    }

    .black-friday-reviews-items-item-extra-name {
        font-size: 15px;
        line-height: 167%;
    }

    .black-friday-reviews-items-item-extra-ratings {
        gap: 7px;
    }

    .black-friday-reviews-items-item-extra-ratings-star {
        width: 14px;
        height: 13px;
    }
}

@media screen and (max-width: 360px) {
    .black-friday-reviews-items-item {
        max-width: 260px;
    }
}

/*---------------------------------------------------*/