main {
    display: flex;
    flex-direction: column;
    position: relative;
    background: var(--main-bg);
    &::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(/resource/themes/ur/assets/images/services/bg.png) no-repeat;
        background-size: cover;
        background-position: center 46%;
        mix-blend-mode: soft-light;
        z-index: 0;
        opacity: .4;
        pointer-events: none;
    }
}
.promo {
    padding-top: 115px;
    background: var(--bg-2);
    background-size: cover;
    background-position: top right;
    z-index: 1;
    .left {
        height: 100%;
        padding-top: 20px;
        padding-left: calc(((100vw - 1240px) / 2) - 8px);
        padding-bottom: 100px;
        max-width: 50dvw;
        border-right: 1px solid rgba(246, 247, 249, 0.30);
        background: rgba(1, 7, 23, 0.20);
        backdrop-filter: blur(5px);
        .breadcrumbs {
            margin-bottom: 99px;
        }
        .text {
            margin-bottom: 30px;
            h1 {
                font-size: 60px;
                font-weight: 600;
                line-height: 100%;
                letter-spacing: 0.2px;
                text-transform: uppercase;
            }
            p {
                font-size: 20px;
                line-height: 118%;
                letter-spacing: 0.2px;
            }
        }
        .info {
            display: flex;
            flex-direction: column;
            margin-bottom: 30px;
            gap: 10px;
            & > p, a, div {
                display: flex;
                gap: 10px;
                align-items: center;
                .icon {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    min-width: 50px;
                    height: 50px;
                    background: rgba(239, 240, 244, 0.10);
                    &::before {
                        content: '';
                        font-family: 'icon';
                        font-size: 20px;
                        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;
                        color: transparent;
                        line-height: 110%;
                    }
                }
            }
            & > p {
                max-width: 432px;
                font-size: 18px;
                font-weight: 500;
                line-height: 100%;
                letter-spacing: 0.2px;
                .icon::before {
                    content: '\e009';
                }
            }
            a {
                font-size: 18px;
                font-weight: 500;
                line-height: 100%;
                letter-spacing: 0.2px;
                transition: .3s linear;
                &.phone {
                    .icon::before {
                        content: '\e007';
                    }
                }
                &.email {
                    .icon::before {
                        content: '\e008';
                    }
                }
            }
            div {
                .icon::before {
                    content: '\e011';
                }
                p {
                    display: flex;
                    flex-direction: column;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 118%;
                    letter-spacing: 0.2px;
                    span {
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 118%;
                        letter-spacing: 0.2px; 
                        opacity: 0.7;
                    }
                }
            }
        }
        .social {
            display: flex;
            flex-direction: column;
            gap: 10px;
            p {
                font-size: 20px;
                line-height: 118%;
                letter-spacing: 0.2px;
            }
            .items {
                display: grid;
                grid-template-columns: repeat(3, 50px);
                grid-template-rows: 50px;
                gap: 10px;
                a {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background: var(--bg-3);
                    position: relative;
                    overflow: hidden;
                    transition: .3s linear;
                    &::before, &::after {
                        font-family: 'icon';
                        font-size: 16px;
                        opacity: 0.6;
                        position: absolute;
                        /* transform: translateY(-50%); */
                        transition: .3s;
                        border: 1px solid var(--text-gradient);
                    }
                    &::before {
                        background: var(--text-gradient);
                        background-clip: text;
                        color: transparent;
                        opacity: 0;
                    }
                    &::after {
                        /* top: 50%; */
                    }
                    &.telegram {
                        &::before, &::after {
                            content: '\e001';
                            font-size: 22px;
                        }
                    }
                    &.viber {
                        &::before, &::after {
                            content: '\e003';
                            font-size: 23px;
                        }
                    }
                    &.whatsapp {
                        &::before, &::after {
                            content: '\e004';
                            font-size: 24px;
                        }
                    }
                }
            }
        }
    }
}
.details-block {
    margin-bottom: 100px;
    background: rgba(239, 240, 244, 0.7);
    padding: 100px 0;
    .head {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
        p.title {
            display: flex;
            gap: 6px;
            align-items: center;
            color: var(--text-2);
            font-size: 12px;
            line-height: 120%;
            letter-spacing: 0.2px;
            text-transform: uppercase;
            opacity: 0.6;
            padding-left: 6px;
            display: inline-flex;
            align-items: center;
            justify-content: flex-start;
            min-height: 26px;
            border-left: 4px solid;
            border-image: linear-gradient(184.17deg,  #E3CA96 9.76%, #A8894C 53.73%, #B28E42 77.78%, #93763A 86.51%, #98793B 95.7%) 1 100%;
        }
        h2 {
            color: var(--text-2);
            font-size: 32px;
            font-weight: 600;
            line-height: 120%;
            letter-spacing: 0.2px;
        }
    }
    .items {
        display: flex;
        flex-direction: column;
        position: relative;
        margin-bottom: 20px;
        border: 1px solid;
        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%);
        border-image-slice: 1;
        .item {
            display: grid;
            grid-template-columns: 380px 1fr;
            align-items: center;
            gap: 30px;
            height: 60px;
            padding-left: 30px;
            background: rgba(246, 247, 249, 0);
            position: relative;
            z-index: 2;
            &:nth-child(2n) {
                background: rgba(246, 247, 249, 0.6);

            }
            span:first-child {
                color: var(--text-5);
                font-size: 16px;
                font-weight: 300;
                line-height: 120%;
                letter-spacing: 0.2px;
            }
            span:last-child {
                color: var(--text-2);
                font-family: "Geist Mono";
                font-size: 16px;
                line-height: 20px;
                letter-spacing: 0.28px;
            }
        }
    }
    button.copy {
        max-width: 277px;
        &::before {
            border-left: 134px solid var(--bg-1);
            border-top: 134px solid var(--bg-1);
        }
        &::after {
            border-bottom: 134px solid var(--bg-1);
            border-right: 134px solid var(--bg-1);
        }
        span {
            display: flex;
            align-items: center;
            gap: 10px;
            &::before {
                content: '\e012';
                font-family: 'icon';
                font-size: 18px;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 20px;
                height: 20px;
            }
            &:last-child {
                &::before {
                    color: rgba(239, 240, 244, 0.65);
                }
            }
        }
    }
}
@media screen and (max-width: 1279px) {
    .promo {
        padding-top: 95px;
        .left {
            padding-left: 20px;
            padding-bottom: 60px;
            max-width: 50dvw;
            .breadcrumbs {
                margin-bottom: 60px;
            }
            .text {
                h1 {
                    font-size: 40px;
                }
                p {
                    font-size: 18px;
                }
            }
            .info {
                margin-bottom: 20px;
                & > p, a, div {
                    .icon {
                        min-width: 40px;
                        height: 40px;
                        &::before {
                            font-size: 16px;
                        }
                    }
                }
                & > p {
                    max-width: 390px;
                    font-size: 16px;
                }
                a {
                    font-size: 16px;
                }
                div {
                    p {
                        font-size: 16px;
                        span {
                            font-size: 14px;
                        }
                    }
                }
            }
            .social {
                p {
                    font-size: 18px;
                }
                .items {
                    grid-template-columns: repeat(3, 40px);
                    grid-template-rows: 40px;
                    gap: 8px;
                    a {
                        &.telegram {
                            &::before, &::after {
                                font-size: 18px;
                            }
                        }
                        &.viber {
                            &::before, &::after {
                                font-size: 19px;
                            }
                        }
                        &.whatsapp {
                            &::before, &::after {
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
        }
    }
}
@media screen and (max-width: 1130px) {
    .promo {
        padding-top: 55px;
    }
    .details-block {
        padding: 60px 0;
        margin-bottom: 60px;
        .head {
            margin-bottom: 20px;
            h2 {
                font-size: 28px;
            }
        }
        .items {
            margin-bottom: 15px;
            .item {
                grid-template-columns: 220px 1fr;
                gap: 20px;
                height: 40px;
                padding-left: 20px;
                span:first-child {
                    font-size: 14px;
                }
                span:last-child {
                    font-size: 14px;
                    line-height: 17px;
                }
            }
        }
        button.copy {
            max-width: 220px;
            span {
                display: flex;
                align-items: center;
                gap: 5px;
                font-size: 14px;
                &::before {
                    font-size: 16px;
                    width: 18px;
                    height: 18px;
                }
            }
        }
    }
}
@media screen and (max-width: 900px) {
    .promo {
        .left {
            padding-top: 10px;
            padding-bottom: 30px;
            max-width: 73dvw;
            .breadcrumbs {
                margin-bottom: 30px;
            }
            .text {
                margin-bottom: 30px;
                h1 {
                    font-size: 32px;
                }
                p {
                    font-size: 16px;
                }
            }
            .info {
                gap: 6px;
                & > p, a, div {
                    gap: 6px;
                    .icon {
                        min-width: 32px;
                        height: 32px;
                        &::before {
                            font-size: 14px;
                        }
                    }
                }
                & > p {
                    max-width: 320px;
                    font-size: 14px;
                }
                a {
                    font-size: 14px;
                }
                div {
                    p {
                        font-size: 14px;
                        span {
                            font-size: 12px;
                        }
                    }
                }
            }
            .social {
                p {
                    font-size: 16px;
                }
                .items {
                    grid-template-columns: repeat(3, 32px);
                    grid-template-rows: 32px;
                    gap: 5px;
                    a {
                        &.telegram {
                            &::before, &::after {
                                font-size: 13px;
                            }
                        }
                        &.viber {
                            &::before, &::after {
                                font-size: 14px;
                            }
                        }
                        &.whatsapp {
                            &::before, &::after {
                                font-size: 15px;
                            }
                        }
                    }
                }
            }
        }
    }
}
@media screen and (max-width: 767px) {
    .promo {
        padding-top: 63px;
        .left {
            padding-left: 10px;
            padding-bottom: 20px;
            max-width: 100dvw;
            border-right: none;
            background: rgba(1, 7, 23, 0.00);
            backdrop-filter: blur(1px);
            .breadcrumbs {
                margin-bottom: 120px;
            }
            .text {
                h1 {
                    font-size: 28px;
                }
                p {
                    font-size: 14px;
                }
            }
            .info {
                margin-bottom: 20px;
                gap: 5px;
            }
        }
    }
    .details-block {
        padding: 40px 0;
        margin-bottom: 40px;
        background: rgba(239, 240, 244, 0.9);
        .head {
            gap: 5px;
            margin-bottom: 20px;
            h2 {
                font-size: 24px;
                padding-right: 60px;
            }
        }
        .items {
            .item {
                display: grid;
                grid-template-columns: 1fr;
                gap: 10px;
                height: auto;
                padding: 10px 15px;
            }
        }
    }
}

@media (hover:hover) {
    .promo {
        .left .info a:hover {
            color: var(--text-4);
        }
        .social {
            .items {
                a:hover {
                    background: var(--bg-1);
                    border: 1px solid var(--main-bg);
                    &::before {
                        opacity: 1;
                    }
                    &::after {
                        opacity: 0;
                    }
                }
            }
        }
    }
}