main {
    max-width: 100dvw;
    overflow: hidden;
}
.promo {
    padding: 134px 0 50px;
    background-size: cover;
    background-position: top right;
    .breadcrumbs {
        margin-bottom: 191px;
    }
    .text {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 10px 20px;
        position: relative;
        max-width: 820px;
        &::before {
            content: '';
            display: flex;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 4px;
            background: linear-gradient(74.17deg, #917234 7.74%, #e3ca96 26.76%, #cdb27c 47.44%, #a8894c 53.73%, #b28e42 77.78%, #93763a 86.51%, #98793b 95.7%);
        }
        span {
            color: rgba(239, 240, 244, 0.65);
            font-size: 14px;
            font-weight: 400;
            line-height: 120%;
            letter-spacing: 0.2px;
        }
        h1 {
            font-size: 50px;
            font-weight: 600;
            line-height: 100%;
            letter-spacing: 0.2px;
            background:linear-gradient(74deg, #917234 7.74%, #e3ca96 26.76%, #cdb27c 47.44%, #a8894c 53.73%, #b28e42 77.78%, #93763a 86.51%, #98793b 95.7%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        p {
            max-width: 530px;
            font-size: 20px;
            font-weight: 500;
            line-height: 120%;
            letter-spacing: 0.2px;
        }
    }
}
.reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    padding-top: 60px;
    position: relative;
    &::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(/resource/themes/ur/assets/images/content-bg.png) repeat-y;
        background-size: cover;
        background-position: top center;
        z-index: -1;
        pointer-events: none;
    }
    h2 {
        color: var(--text-2);
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.2px;
    }
    .slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        max-width: 820px;
        .slides {
            display: flex;
            gap: 20px;
            max-width: 100%;
            .slide {
                display: flex;
                gap: 30px;
                padding: 30px;
                min-width: 100%;
                background: #f6f7f9;
                filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.10));
                border-left: 1px solid #917234;
                opacity: 0.4;
                transition: .3s linear;
                cursor: pointer;
                &.active {
                    opacity: 1;
                }
                .info {
                    display: flex;
                    flex-direction: column;
                    span:first-child {
                        display: flex;
                        margin-bottom: 43px;
                        margin-left: 8px;
                        color: var(--text-2);
                        font-size: 12px;
                        line-height: 140%;
                        letter-spacing: 0.2px;
                    }
                    h3 {
                        margin-bottom: 6px;
                        color: var(--text-2);
                        font-size: 20px;
                        font-weight: 500;
                        line-height: 120%;
                        letter-spacing: 0.2px;
                    }
                    p {
                        color: var(--text-2);
                        font-size: 16px;
                        font-weight: 300;
                        line-height: 120%;
                        letter-spacing: 0.2px;
                        opacity: 0.7;
                    }
                    span.date {
                        margin-top: auto;
                        color: var(--text-7);
                        font-size: 14px;
                        font-weight: 300;
                        line-height: 120%;
                        letter-spacing: 0.2px;
                        opacity: 0.7;
                    }
                }
                .img {
                    max-width: 340px;
                    border: 1px solid #917234;
                    position: relative;
                    span {
                        position: absolute;
                        bottom: 12px;
                        right: 12px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 40px;
                        height: 40px;
                        background: #eff0f4;
                        cursor: pointer;
                        opacity: 0.7;
                        transition: .3s linear;
                        &::before {
                            content: '\e037';
                            font-family: 'icon';
                            font-size: 20px;
                            color: var(--text-2);
                        }
                        &:hover {
                            opacity: 1;
                        }
                    }
                }
            }
        }
        .controls {
            display: flex;
            gap: 60px;
            justify-content: center;
            align-items: center;
            button {
                width: 50px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #EFF0F4;
                border: 1px solid;
                border-image-slice: 1;
                position: relative;
                border-image-source: radial-gradient(54.75% 73% at 100% 100.35%, rgba(46, 49, 146, 0) 0%, rgba(46, 49, 146, 0.1) 100%);
                &.arrow-r {
                    border-image-source: radial-gradient(54.75% 73% at 0% 0.35%, rgba(46, 49, 146, 0) 0%, rgba(46, 49, 146, 0.1) 100%);
                }
                &::after, &::before {
                    position: absolute;
                    content: '';
                    left: 50%;
                    height: 8px;
                    width: 2px;
                    background: #000;
                    transition: 0.2s linear;
                }
                &::before {
                    top: calc(50% - 8px);
                    transform: translateX(3px);
                }
                &::after {
                    bottom: calc(50% - 7px);
                    transform: translateX(3px);
                }
                span {
                    &::before {
                        content: '\e019';
                        font-family: 'icon';
                        color: #000;
                        font-size: 14px;
                        transform: rotate(90deg) translateY(5px);
                        position: relative;
                        display: block;
                    }
                }
                &.arrow-r {
                    transform: rotate(180deg);
                }
                &:hover {
                    &::before, &::after {
                        height: 7px;
                        width: 1px;
                    }
                    &::before {
                        transform: rotate(45deg) translate(0px, 4px);
                    }
                    &::after {
                        transform: rotate(-45deg) translate(-1px, -3px);
                    }
                }
            }
            div {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                color: var(--text-8);
                font-size: 16px;
                font-weight: 500;
                line-height: 120%;
                letter-spacing: 0.2px;
                span {
                    color: var(--text-8);
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 120%;
                    letter-spacing: 0.2px;
                }
            }
        }
    }
}
.preview-window {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1, 7, 23, 0.20);
    backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    transition: .3s linear;
    &.open {
        opacity: 1;
        pointer-events: all;
    }
    span.close {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 40px;
        right: 40px;
        background: #f6f7f9;
        cursor: pointer;
        &::before {
            content: '\e010';
            font-family: 'icon';
            font-size: 16px;
            color: var(--text-2);
        }
    }
    img {
        max-height: calc(100% - 80px);
        width: auto;
        object-fit: cover;
    }
}
@media screen and (max-width: 1340px) {  
    .promo {
        padding: 115px 0 26px;
        background-size: 1360px 100%;
        .breadcrumbs {
            margin-bottom: 140px;
        }
        .text {
            gap: 10px;
            padding: 10px 20px;
            position: relative;
            h1 {
                font-size: 40px;
            }
            p {
                font-size: 18px;
            }
        }
    }
}
@media screen and (max-width: 1130px) {  
    .promo {
        padding: 65px 0 20px;
        background-size: 1200px 100%;
        .breadcrumbs {
            margin-bottom: 120px;
        }
        .text {
            padding: 5px 10px;
            gap: 6px;
            &::before {
                width: 3px;
            }
            h1 {
                font-size: 32px;
            }
            p {
                max-width: 400px;
                font-size: 16px;
            }
            span {
                font-size: 14px;
            }
        }
    }
    .reviews {
        gap: 10px;
        padding-bottom: 60px;
        margin-bottom: 60px;
        h2 {
            font-size: 18px;
        }
        .slider {
            gap: 20px;
            max-width: 640px;
            .slides {
                gap: 10px;
                .slide {
                    gap: 10px;
                    padding: 20px;
                    min-width: 100%;
                    .info {
                        span:first-child {
                            margin-bottom: 30px;
                        }
                        h3 {
                            font-size: 16px;
                        }
                        p {
                            font-size: 14px;
                        }
                        span.date {
                            font-size: 12px;
                        }
                    }
                    .img {
                        max-width: 300px;
                        span {
                            bottom: 8px;
                            right: 8px;
                            width: 30px;
                            height: 30px;
                            &::before {
                                font-size: 16px;
                            }
                        }
                    }
                }
            }
            .controls {
                display: flex;
                gap: 60px;
                justify-content: center;
                align-items: center;
                button {
                    width: 50px;
                    height: 50px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #EFF0F4;
                    border: 1px solid;
                    border-image-slice: 1;
                    position: relative;
                    border-image-source: radial-gradient(54.75% 73% at 100% 100.35%, rgba(46, 49, 146, 0) 0%, rgba(46, 49, 146, 0.1) 100%);
                    &.arrow-r {
                        border-image-source: radial-gradient(54.75% 73% at 0% 0.35%, rgba(46, 49, 146, 0) 0%, rgba(46, 49, 146, 0.1) 100%);
                    }
                    &::after, &::before {
                        position: absolute;
                        content: '';
                        left: 50%;
                        height: 8px;
                        width: 2px;
                        background: #000;
                        transition: 0.2s linear;
                    }
                    &::before {
                        top: calc(50% - 8px);
                        transform: translateX(3px);
                    }
                    &::after {
                        bottom: calc(50% - 7px);
                        transform: translateX(3px);
                    }
                    span {
                        &::before {
                            content: '\e019';
                            font-family: 'icon';
                            color: #000;
                            font-size: 14px;
                            transform: rotate(90deg) translateY(5px);
                            position: relative;
                            display: block;
                        }
                    }
                    &.arrow-r {
                        transform: rotate(180deg);
                    }
                    &:hover {
                        &::before, &::after {
                            height: 7px;
                            width: 1px;
                        }
                        &::before {
                            transform: rotate(45deg) translate(0px, 4px);
                        }
                        &::after {
                            transform: rotate(-45deg) translate(-1px, -3px);
                        }
                    }
                }
                div {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 6px;
                    color: var(--text-8);
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 120%;
                    letter-spacing: 0.2px;
                    span {
                        color: var(--text-8);
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 120%;
                        letter-spacing: 0.2px;
                    }
                }
            }
        }
    }
    .preview-window {
        span.close {
            width: 32px;
            height: 32px;
            top: 20px;
            right: 20px;
            &::before {
                font-size: 12px;
            }
        }
        img {
            max-height: calc(100% - 80px);
            max-width: calc(100% - 80px);
            width: auto;
            object-fit: cover;
        }
    }
}
@media screen and (max-width: 767px) {  
    .promo {
        padding: 73px 0 26px;
        background-size: cover;
        .text {
            &::before {
                width: 2px;
            }
            h1 {
                font-size: 24px;
            }
            p {
                font-size: 14px;
            }
            span {
                font-size: 12px;
            }
        }
    }
    .reviews {
        padding-bottom: 40px;
        margin-bottom: 40px;
        .slider {
            max-width: calc(100% - 20px);
            .slides {
                max-width: 100%;
                .slide {
                    flex-direction: column;
                    gap: 0;
                    padding: 10px;
                    .info {
                        display: contents;
                        span:first-child {
                            margin-bottom: 15px;
                        }
                        h3 {
                            margin-bottom: 10px;
                        }
                        p {
                            margin-bottom: 25px;
                        }
                        span.date {
                            order: 5;
                        }
                    }
                    .img {
                        max-width: 100%;
                        margin-bottom: 15px;
                    }
                }
            }
            .controls {
                display: flex;
                gap: 60px;
                justify-content: center;
                align-items: center;
                button {
                    width: 50px;
                    height: 50px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: #EFF0F4;
                    border: 1px solid;
                    border-image-slice: 1;
                    position: relative;
                    border-image-source: radial-gradient(54.75% 73% at 100% 100.35%, rgba(46, 49, 146, 0) 0%, rgba(46, 49, 146, 0.1) 100%);
                    &.arrow-r {
                        border-image-source: radial-gradient(54.75% 73% at 0% 0.35%, rgba(46, 49, 146, 0) 0%, rgba(46, 49, 146, 0.1) 100%);
                    }
                    &::after, &::before {
                        position: absolute;
                        content: '';
                        left: 50%;
                        height: 8px;
                        width: 2px;
                        background: #000;
                        transition: 0.2s linear;
                    }
                    &::before {
                        top: calc(50% - 8px);
                        transform: translateX(3px);
                    }
                    &::after {
                        bottom: calc(50% - 7px);
                        transform: translateX(3px);
                    }
                    span {
                        &::before {
                            content: '\e019';
                            font-family: 'icon';
                            color: #000;
                            font-size: 14px;
                            transform: rotate(90deg) translateY(5px);
                            position: relative;
                            display: block;
                        }
                    }
                    &.arrow-r {
                        transform: rotate(180deg);
                    }
                    &:hover {
                        &::before, &::after {
                            height: 7px;
                            width: 1px;
                        }
                        &::before {
                            transform: rotate(45deg) translate(0px, 4px);
                        }
                        &::after {
                            transform: rotate(-45deg) translate(-1px, -3px);
                        }
                    }
                }
                div {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 6px;
                    color: var(--text-8);
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 120%;
                    letter-spacing: 0.2px;
                    span {
                        color: var(--text-8);
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 120%;
                        letter-spacing: 0.2px;
                    }
                }
            }
        }
    }
    .preview-window {
        img {
            max-width: calc(100% - 0px);
        }
    }
}