main {
    max-width: 100dvw;
    overflow: hidden;
    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: contain;
        background-position: top center;
        z-index: -2;
        pointer-events: none;
    }
}
.promo {
    padding: 134px 0 50px;
    border-right: 1px solid rgba(246, 247, 249, 0.30);
    overflow: hidden;
    position: relative;
    &::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(270deg, rgba(1, 7, 23, 0.20) 0%, rgba(1, 7, 23, 0.80) 14.49%, #010717 28.08%);
        backdrop-filter: blur(5px);
        z-index: -3;
    }
    &::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        border-right: 1px solid rgba(246, 247, 249, 0.30);
        background: linear-gradient(270deg, rgba(1, 7, 23, 0.20) 0%, rgba(1, 7, 23, 0.80) 14.49%, #010717 28.08%);
        backdrop-filter: blur(5px);
        z-index: -1;
        width: 100%;
        max-width: 64.7dvw;
    }
    img {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: auto;
        z-index: -2;
    }
    .breadcrumbs {
        margin-bottom: 75px;
    }
    .info {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 10px 20px;
        position: relative;
        &::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(174, 176, 180, 0.60);
            font-size: 12px;
            font-weight: 400;
            line-height: 120%;
            letter-spacing: 0.2px;
            text-transform: uppercase;
        }
        h1 {
            font-size: 50px;
            font-weight: 600;
            line-height: 100%;
            letter-spacing: 0.2px;
            max-width: 750px;
        }
        .bottom {
            display: flex;
            align-items: center;
            gap: 16px;
            max-width: 68%;
            span {
                color: #aeb0b4;
                font-size: 12px;
                font-weight: 400;
                line-height: 140%;
                letter-spacing: 0.2px;
                white-space: nowrap;
            }
            .items {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                gap: 6px;
                span {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    white-space: nowrap;
                    gap: 6px;
                    height: 24px;
                    padding: 2px 8px;
                    border: 1px solid rgba(239, 240, 244, 0.65);
                    color: #aeb0b4;
                    font-size: 12px;
                    line-height: 140%;
                    letter-spacing: 0.2px;
                    &::before {
                        content: '\e027';
                        font-family: 'icon';
                        font-style: 12px;
                        line-height: 12px;
                        opacity: 0.7;
                    }
                }
            }
        }
    }
}
.content {
    padding-top: 40px;
    position: relative;
    .wrapper {
        display: grid;
        grid-template-columns: 1fr 315px;
        gap: 40px;
    }
    .article {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 100px;
        .text-box {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding: 40px;
            border: 1px solid rgba(46, 49, 146, 0.00);
            background: #fefefe;
            .question {
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 20px;
                width: max-content;
                height: 40px;
                border: 1px solid #917234;
                background: #f6f7f9;
                color: rgba(1, 7, 23, 0.8);
                font-size: 14px;
                font-weight: 600;
                line-height: 100%;
                letter-spacing: 0.2px;
                text-transform: uppercase;
                &::before {
                    content: '\e028';
                    font-family: 'icon';
                    font-size: 23px;
                    font-weight: 400;
                }
            }
            .answer {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 6px;
                height: 42px;
                width: 124px;
                background: linear-gradient(70deg, #917234 0.32%, #e3ca96 49.92%, #cdb27c 100%);
                color: var(--text-2);
                font-size: 14px;
                font-weight: 600;
                line-height: 120%;
                letter-spacing: 0.2px;
                text-transform: uppercase;
                &::before {
                    content: '\e029';
                    font-family: 'icon';
                    font-size: 24px;
                    font-weight: 400;
                }
            }
            p, a, blockquote, em, * {
                color: var(--text-2);
                font-size: 16px;
                font-weight: 300;
                line-height: 140%;
                letter-spacing: 0.2px;
                transition: .3s;
                strong {
                    color: var(--text-2);
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 140%;
                    letter-spacing: 0.2px;
                }
            }
            a {
                font-weight: 500;
                &:hover {
                    color: var(--text-4);
                }
            }
            h2, h3, h4, h5, h6 {
                color: var(--text-2);
            }
            h2 {
                font-weight: 600;
                font-size: 24px;
                line-height: 120%;
            }
            h3 {
                font-weight: 500;
                font-size: 20px;
                line-height: 100%;
            }
            h4 {
                font-weight: 500;
                font-size: 19px;
                line-height: 100%;
            }
            h5 {
                font-weight: 500;
                font-size: 18px;
                line-height: 100%;
            }
            ol {
                display: flex;
                flex-direction: column;
                gap: 20px;
                list-style: none;
                counter-reset: item-counter;
                li {
                    padding: 20px;
                    padding-left: 54px;
                    border-left: 1px solid rgba(119, 123, 134, 0.20);
                    background: #eff0f4;
                    color: rgba(1, 7, 23, 0.80);
                    font-size: 16px;
                    font-style: italic;
                    font-weight: 300;
                    line-height: 140%;
                    letter-spacing: 0.2px;
                    counter-increment: item-counter;
                    position: relative;
                    &::before {
                        content: counter(item-counter);
                        position: absolute;
                        left: 20px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 24px;
                        height: 24px;
                        color: var(--text-2);
                        font-family: "Roboto Flex";
                        font-size: 16px;
                        font-weight: 500;
                        font-style: normal;
                        line-height: 140%;
                        letter-spacing: 0.2px;
                        opacity: 0.7;
                    }
                    &:not(:last-child) {
                        margin-bottom: 44px;
                        &::after {
                            content: 'и / или';
                            background: #eff0f4;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            width: 67px;
                            height: 24px;
                            opacity: 0.7;
                            color: var(--text-2);
                            font-size: 14px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: 140%;
                            letter-spacing: 0.2px;
                            text-transform: uppercase;
                            position: absolute;
                            top: calc(100% + 20px);
                            left: 50%;
                            transform: translateX(-50%);
                        }
                    }
                }
            }
            ul {
                display: flex;
                flex-direction: column;
                list-style-type: none;
                padding-left: 0 !important;
                li {
                    padding: 20px;
                    padding-left: 54px;
                    border-left: 1px solid  #c9a84c;
                    background: linear-gradient(0deg, rgba(201, 168, 76, 0.05) 0%, rgba(201, 168, 76, 0.05) 100%), #f6f7f9;
                    color: rgba(1, 7, 23, 0.80);
                    font-size: 16px;
                    font-style: italic;
                    font-weight: 300;
                    line-height: 140%;
                    letter-spacing: 0.2px;      
                    position: relative;
                    &::before {
                        content: '\e030';
                        font-family: 'icon';
                        font-size: 10px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 24px;
                        height: 24px;
                        position: absolute;
                        top: 20px;
                        left: 20px;
                    }
                    strong {
                        color: var(--text-2);
                        font-size: 16px;
                        font-style: italic;
                        font-weight: 700;
                        line-height: 140%;
                        letter-spacing: 0.2px;
                    }              
                }
            }
        }
        .specialists {
            display: grid;
            grid-template-columns: 144px 1fr;
            gap: 20px;
            padding: 20px;
            background: #fff;
            img {
                aspect-ratio: 1/1;
            }
            h2 {
                color: var(--text-2);
                font-size: 20px;
                font-weight: 500;
                line-height: 140%;
                letter-spacing: 0.2px;
                margin-bottom: 6px;
            }
            p.job {
                color: var(--text-2);
                font-size: 16px;
                font-weight: 300;
                line-height: 140%;
                letter-spacing: 0.2px;
                opacity: 0.7;
                margin-bottom: 6px;
            }
            p.text {
                color: #777b86;
                font-size: 14px;
                font-weight: 300;
                line-height: 140%; 
                letter-spacing: 0.2px;
                margin-bottom: 20px;
            }
            button {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 6px;
                padding: 9px 30px; 
                background: linear-gradient(70deg, #917234 0.32%, #e3ca96 49.92%, #cdb27c 100%);
                color: var(--text-2);
                font-size: 16px;
                font-weight: 500;
                line-height: 120%;
                letter-spacing: 0.2px;
                &::before {
                    content: '\e008';
                    font-family: 'icon';
                    font-size: 16px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 20px;
                    height: 20px;
                }
            }
        }
        .share-box {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 20px;
            background: #fefefe;
            span {
                display: flex;
                align-items: center;
                gap: 10px;
                color: rgba(1, 7, 23, 0.6);
                font-size: 12px;
                line-height: 120%;
                letter-spacing: 0.2px;
                text-transform: uppercase;
                &::before {
                    content: '\e031';
                    font-family: 'icon';
                    font-size: 14px;
                    color: #010717;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 16px;
                    height: 16px;
                }
            }
            .btns {
                display: flex;
                align-items: center;
                gap: 10px;
                div {
                    padding: 6px 14px;
                    border: 1px solid rgba(119, 123, 134, 0.20);
                    background: rgba(239, 240, 244, 0.20);
                    color: rgba(1, 7, 23, 0.65);
                    font-size: 14px;
                    font-weight: 300;
                    line-height: 120%;
                    letter-spacing: 0.2px;
                    cursor: pointer;
                }
            }
            .copy {
                display: flex;
                align-items: center;
                gap: 10px;
                margin-left: auto;
                color: var(--text, #010717);
                font-size: 14px;
                font-weight: 500;
                line-height: 120%;
                letter-spacing: 0.2px;
                opacity: 0.5;
                cursor: pointer;
                &::before {
                    content: '\e012';
                    font-family: 'icon';
                    font-size: 18px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 20px;
                    height: 20px;
                }
            }
        }
        .share-box + hr {
            background: rgba(119, 123, 134, 0.20);
        }
        .arrows {
            display: flex;
            align-items: center;
            justify-content: space-between;
            & > div {
                display: flex;
                flex-direction: column;
                gap: 6px;
                max-width: 300px;
                padding: 20px;
                background: #fefefe;
                position: relative;
                &.prev {
                    padding-left: 56px;
                    div {
                        transform: rotate(180deg);
                        left: 20px;
                    }
                }
                &.next {
                    padding-right: 56px;
                    span, p {
                        text-align: right;
                    }
                    div {
                        right: 20px;
                    }
                }
                span {
                    color: var(--text-2);
                    font-size: 12px;
                    line-height: 120%;
                    letter-spacing: 0.2px;
                    text-transform: uppercase;
                    opacity: 0.3;
                }
                p {
                    color: var(--text-2);
                    font-size: 14px;
                    font-weight: 300;
                    line-height: 140%;
                    letter-spacing: 0.2px;
                }
                a {
                    position: absolute;
                    inset: 0;
                    z-index: 3;
                }
                div {
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    top: 40px;
                    &::after, &::before {
                        position: absolute;
                        content: '';
                        height: 10px;
                        left: 10px;
                        width: 2px;
                        background: var(--text-4);
                        transition: 0.2s linear;
                    }
                    &::before {
                        top: 1px;
                    }
                    &::after {
                        bottom: 1px;
                    }
                }
                &:hover {
                    div {
                        &::before {
                            transform: rotate(-45deg) translateY(1px);
                        }
                        &::after {
                            transform: rotate(45deg) translateY(-1px);
                        }
                    }
                }
            }
        }
    }
    aside {
        display: flex;
        flex-direction: column;
        gap: 10px;
        .specialists {
            padding: 20px;
            background: #fefefe;
            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
            img {
                margin-bottom: 10px;
                aspect-ratio: 1/1;
                object-fit: cover;
            }
            span {
                margin-bottom: 6px;
                font-size: 12px;
                font-weight: 400;
                line-height: 120%;
                letter-spacing: 0.2px;
                text-transform: uppercase;
                background: linear-gradient(254deg, #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;
            }
            h2 {
                color: var(--text-2);
                font-size: 16px;
                font-weight: 500;
                line-height: 140%;
                letter-spacing: 0.2px;
                margin-bottom: 6px;
            }
            p {
                color: #777b86;
                font-size: 14px;
                font-weight: 300;
                line-height: 140%;
                letter-spacing: 0.2px;
                margin-bottom: 10px;
            }
            button {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 6px;
                padding: 10px;
                width: 100%; 
                background: linear-gradient(70deg, #917234 0.32%, #e3ca96 49.92%, #cdb27c 100%);
                color: var(--text-2);
                font-size: 16px;
                font-weight: 500;
                line-height: 120%;
                letter-spacing: 0.2px;
                &::before {
                    content: '\e008';
                    font-family: 'icon';
                    font-size: 16px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 20px;
                    height: 20px;
                }
            }
        }
        .services-box {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding: 20px;
            background: #fefefe;
            box-shadow: 0 4px 10px 0 rgba(141, 146, 161, 0.20);
            h2 {
                color: #777b86;
                font-size: 12px;
                line-height: 120%;
                letter-spacing: 0.2px;
                text-transform: uppercase;
            }
            .items {
                display: flex;
                flex-direction: column;
                gap: 20px;
                .item {
                    &:nth-child(2n) {
                        h3::before {
                            content: '\e025';
                        }
                    }
                    &:nth-child(3n) {
                        h3::before {
                            content: '\e026';
                        }
                    }
                    h3 {
                        display: flex;
                        align-items: center;
                        gap: 6px;
                        margin-bottom: 6px;
                        color: var(--text-2);
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 118%;
                        letter-spacing: 0.2px;
                        &::before {
                            content: '\e024';
                            font-family: 'icon';
                            font-size: 22px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            width: 24px;
                            height: 24px;
                        }
                    }
                    p {
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical; 
                        overflow: hidden;
                        text-overflow: ellipsis;  
                        overflow: hidden;
                        color: rgba(1, 7, 23, 0.65);
                        font-size: 16px;
                        font-weight: 300;
                        line-height: 120%;
                        letter-spacing: 0.2px;
                        margin-bottom: 10px;
                    }
                    a {
                        display: flex;
                        align-items: center;
                        gap: 6px;
                        color: var(--text-2);
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 120%;
                        opacity: 0.5;
                        &::after {
                            content: '\e006';
                            font-family: 'icon';
                            font-size: 12px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            width: 16px;
                            height: 16px;
                        }
                    }
                }
            }
        }
        .resource-box {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding: 20px;
            background: #fefefe;
            box-shadow: 0 4px 10px 0 rgba(141, 146, 161, 0.20);
            h2 {
                color: #777b86;
                font-size: 12px;
                line-height: 120%;
                letter-spacing: 0.2px;
                text-transform: uppercase;
            }
            .items {
                display: flex;
                flex-direction: column;
                gap: 20px;
                a {
                    display: flex;
                    align-items: center;
                    gap: 4px;
                    position: relative;
                    span {
                        position: absolute;
                        color: var(--text-2);
                        font-size: 14px;
                        line-height: 120%;
                        letter-spacing: 0.2px;
                        transition: var(--transition-1);
                        white-space: nowrap;
                        opacity: 0.7;
                        &:first-child {
                            left: -6px;
                            opacity: 0;
                        }
                        &:last-child {
                            left: 24px;
                            opacity: .7;
                        }
                    }
                    &::before {
                        content: '\e006';
                        font-family: 'icon';
                        font-size: 12px;
                        color: var(--text-2);
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 20px;
                        height: 20px;
                    }
                    &:hover span {
                        &:first-child {
                            left: 24px;
                            opacity: 1;
                        }
                        &:last-child {
                            left: 64px;
                            opacity: 0;
                        }
                    }
                }
            }
        }
    }
}
.consultation-block {
    padding-top: 100px;
    background: rgba(246, 247, 249, 0.7);
}
@media screen and (max-width: 1280px) {
    .promo {
        padding: 105px 0 30px;
        &::after {
            max-width: 71dvw;
        }
        .breadcrumbs {
            margin-bottom: 50px;
        }
        .info {
            gap: 10px;
            h1 {
                font-size: 32px;
                max-width: 480px;
            }
            .bottom {
                gap: 10px;
                .items {
                    gap: 4px;
                    span {
                        gap: 4px;
                    }
                }
            }
        }
    }
    .content {
        padding-top: 20px;
        .wrapper {
            grid-template-columns: 1fr 280px;
            gap: 20px;
        }
        .article {
            gap: 10px;
            margin-bottom: 120px;
            .text-box {
                gap: 10px;
                padding: 20px;
                .question {
                    gap: 5px;
                    padding: 10px;
                    height: 30px;
                    font-size: 14px;
                    &::before {
                        font-size: 18px;
                    }
                }
                .answer {
                    gap: 5px;
                    padding: 10px;
                    height: 30px;
                    font-size: 14px;
                    &::before {
                        font-size: 18px;
                    }
                }
                p {
                    font-size: 14px;
                    strong {
                        font-size: 14px;
                    }
                }
                ol {
                    gap: 10px;
                    li {
                        padding: 10px;
                        padding-left: 26px;
                        font-size: 14px;
                        &::before {
                            left: 8px;
                            width: 18px;
                            height: 18px;
                            font-size: 14px;
                        }
                        &:not(:last-child) {
                            margin-bottom: 40px;
                            &::after {
                                height: 20px;
                            }
                        }
                    }
                }
                ul {
                    li {
                        padding: 10px;
                        padding-left: 26px;
                        font-size: 14px;
                        &::before {
                            left: 5px;
                            top: 10px;
                            width: 18px;
                            height: 18px;
                            font-size: 10px;
                        }
                        strong {
                            font-size: 14px;
                        }              
                    }
                }
            }
            .specialists {
                grid-template-columns: 120px 1fr;
                gap: 10px;
                padding: 10px;
                h2 {
                    font-size: 18px;
                    margin-bottom: 4px;
                }
                p.job {
                    font-size: 14px;
                    margin-bottom: 4px;
                }
                p.text {
                    margin-bottom: 10px;
                }
                button {
                    gap: 4px;
                    padding: 5px 20px; 
                    font-size: 14px;
                    &::before {
                        font-size: 14px;
                        width: 16px;
                        height: 16px;
                    }
                }
            }
            .share-box {
                gap: 10px;
                padding: 10px;
                span {
                    gap: 5px;
                }
                .btns {
                    gap: 5px;
                    div {
                        padding: 4px 12px;
                    }
                }
                .copy {
                    gap: 5px;
                }
            }
        }
        aside {
            .specialists {
                padding: 10px;
                img {
                    margin-bottom: 8px;
                }
            }
            .services-box {
                gap: 10px;
                padding: 10px;
                .items {
                    gap: 10px;
                }
            }
            .resource-box {
                gap: 10px;
                padding: 10px;
                .items {
                    gap: 10px;
                }
            }
        }
    }
}
@media screen and (max-width: 900px) {
    .promo {
        padding: 65px 0 30px;
        &::after {
            max-width: 73.7dvw;
        }
        img {
            right: -120px;
        }
        .breadcrumbs {
            margin-bottom: 35px;
        }
        .info {
            gap: 8px;
            padding: 5px 10px;
            &::before {
                width: 2px;
            }
            h1 {
                font-size: 28px;
                max-width: 420px;
            }
            .bottom {
                align-items: flex-start;
                flex-direction: column-reverse;
                gap: 6px;
            }
        }
    }
    .content {
        .wrapper {
            display: grid;
            grid-template-columns: 1fr;
            margin-bottom: 80px;
        }
        .article {
            margin-bottom: 0;
        }
        aside {
            display: contents;
            .specialists {
                display: none;
            }
            .services-box {
                grid-row: 1;
            }
        }
    }
    .consultation-block {
        padding-top: 80px;
    }
}
@media screen and (max-width: 767px) {
    .promo {
        padding: 73px 0 20px;
        &::after {
            max-width: 100dvw;
        }
        img {
            right: 0;
        }
        .breadcrumbs {
            margin-bottom: 25px;
            &::-webkit-scrollbar {
                width: 0;
                height: 0;
            }
            span {
                min-width: 4px;
            }
        }
        .info {
            h1 {
                font-size: 20px;
                max-width: 750px;
            }
            .bottom {
                max-width: 100%;
                .items {
                    flex-wrap: wrap;
                    gap: 4px;
                    span {
                        height: 20px;
                        padding: 2px 4px;
                        font-size: 12px;
                        line-height: 100%;
                        white-space: nowrap;
                    }
                }
            }
        }
    }
    .content {
        .article {
            .text-box {
                padding: 10px;
            }
            .specialists {
                grid-template-columns: 1fr;
            }
            .share-box {
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 20px 10px;
                .btns {
                    justify-content: space-between;
                }
                .copy {
                    width: 100%;
                    margin-left: 0;
                    justify-content: center;
                    align-items: center;
                }
            }
            .arrows {
                flex-direction: column;
                gap: 20px;
                & > div {
                    max-width: 100%;
                }
            }
        }
    }
}