main {
    max-width: 100dvw;
    overflow: hidden;
}
.promo {
    padding: 135px 0 50px;
    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: 150px;
    }
    .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;
            color: rgba(0, 0, 0, 0);
            background-clip: text;
            background-image: 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%);
        }
        p {
            max-width: 650px;
            color: #f6f7f9;
            font-size: 20px;
            font-weight: 500;
            line-height: 120%;
            letter-spacing: 0.2px;
        }
    }
}
.main-box {
    display: grid;
    grid-template-columns: 315px 1fr; 
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    position: relative;
    &::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(/resource/themes/ur/assets/images/bg-about.png) 100% no-repeat;
        background-size: cover;
        background-position: top center;
        z-index: -1;
        pointer-events: none;
    }
    aside { 
        display: flex;
        flex-direction: column;
        gap: 10px;
        .search-box {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 20px;
            background:#f6f7f9;
            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
            h2 {
                color: #777b86;
                font-size: 12px;
                line-height: 120%;
                letter-spacing: 0.2px;
                text-transform: uppercase;
            }
            label {
                display: grid;
                grid-template-columns: 42px 1fr;
                height: 40px;
                gap: 14px;
                border: 1px solid rgba(119, 123, 134, 0.20);
                background: #f6f7f9;
                button {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background: rgba(174, 176, 180, 0.10);
                    &::before {
                        content: '\e002';
                        font-family: 'icon';
                        font-size: 18px;
                        color: #010717;
                    }
                }
                input {
                    background: #f6f7f9;
                    border: none;
                    color: #555;
                    font-size: 16px;
                    font-weight: 300;
                    letter-spacing: -0.2px;
                    &::placeholder {
                        color: #555;
                        font-size: 16px;
                        font-weight: 300;
                        letter-spacing: -0.2px;
                        opacity: 0.5;
                    }
                }
            }
        }
        .tags-box {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 20px;
            background:#f6f7f9;
            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
            h2 {
                color: #777b86;
                font-size: 12px;
                line-height: 120%;
                letter-spacing: 0.2px;
                text-transform: uppercase;
            }
            .items {
                display: flex;
                flex-wrap: wrap;
                gap: 6px;
                label {
                    display: flex;
                    align-items: center;
                    gap: 6px;
                    padding: 2px 8px;
                    border: 1px solid rgba(119, 123, 134, 0.20);
                    color: #777B86;
                    font-size: 12px;
                    line-height: 140%;
                    letter-spacing: 0.2px;
                    &::before {
                        content: '\e027';
                        font-family: 'icon';
                        font-size: 12px;

                    }
                    input {
                        display: none;
                    }
                }
            }
        }
         .callback-box {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 20px;
            background:#f6f7f9;
            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
            h2 {
                font-size: 12px;
                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;
            }
            p {
                color: var(--text-2);
                font-family: "Roboto Flex";
                font-size: 16px;
                font-style: normal;
                font-weight: 300;
                line-height: 140%;
                letter-spacing: 0.2px;
            }
             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;
                &::after {
                    content: '\e006';
                    font-family: 'icon';
                    font-size: 12px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 20px;
                    height: 20px;
                }
            }
        }
    }
    .article-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        .item {
            display: flex;
            flex-direction: column;
            border: 1px solid rgba(46, 49, 146, 0.00);
            background: #f6f7f9;
            .info {
                display: flex;
                flex-direction: column;
                position: relative;
                padding: 16px 20px 20px;
                height: 100%;
                .cat {
                    display: flex;
                    padding: 2px 8px;
                    position: absolute;
                    top: -12px;
                    left: 20px;
                    background: #f6f7f9;
                    box-shadow: 0 4px 10px 0 rgba(141, 146, 161, 0.20);
                    color: #777b86;
                    font-size: 14px;
                    line-height: 140%;
                    letter-spacing: 0.2px;
                }
                .date {
                    display: flex;
                    margin-bottom: 10px;
                    color: #777b86;
                    font-size: 12px;
                    line-height: 140%;
                    letter-spacing: 0.2px;
                }
                h2 {
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    align-self: stretch;
                    overflow: hidden;
                    margin-bottom: 10px;
                    color: var(--text-2);
                    text-overflow: ellipsis;
                    font-size: 20px;
                    font-weight: 500;
                    line-height: 100%;
                    letter-spacing: 0.2px;
                }
                p {
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    align-self: stretch;
                    overflow: hidden;
                    color: #777b86;
                    text-overflow: ellipsis;
                    font-size: 16px;
                    font-weight: 300;
                    line-height: 118%;
                    letter-spacing: 0.2px;
                    margin-bottom: 20px;
                }
                .tags {
                    margin-top: auto;
                    display: flex;
                    flex-wrap: wrap;
                    gap: 6px;
                    margin-bottom: 20px;
                    span {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        padding: 2px 8px;
                        background: #eff0f4;
                        color: #777b86;
                        font-size: 14px;
                        line-height: 140%;
                        letter-spacing: 0.2px;
                    }
                }
                a {
                    display: flex;
                    align-items: center;
                    gap: 6px;
                    color: var(--text-2);
                    font-size: 14px;
                    line-height: 120%;
                    letter-spacing: 0.2px;
                    &::after {
                        content: '\e006';
                        font-family: 'icon';
                        font-size: 12px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 16px;
                        height: 16px;
                    }
                }
            }
        }
        .pagination {
            display: flex;
            gap: 6px;
            grid-column: 1/-1;
            a {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 50px;
                height: 50px;
                border: 1px solid #2e31921a;
                background: #f2f3f5;
                color: #0a235c;
                font-size: 16px;
                font-weight: 500;
                line-height: 120%;
                letter-spacing: 0.2px;
                &.disabled {
                    opacity: 0.4;
                }
                &.selected {
                    border: 1px solid rgba(46, 49, 146, 0.00);
                    background: rgba(174, 176, 180, 0.20);
                }
                &.prev, &.next {
                    width: 50px;
                    height: 50px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    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%);
                    &::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;
                        }
                    }
                    &.next {
                        transform: rotate(180deg);
                    }
                    &:hover {
                        &::before, &::after {
                            height: 7px;
                            width: 1px;
                        }
                        &::before {
                            transform: rotate(45deg) translate(0px, 2px);
                        }
                        &::after {
                            transform: rotate(-45deg) translate(0px, -2px);
                        }
                    }
                }
            }
        }
    }
}
@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;
                    }
                }
            }
        }
    }
    .main-box {
        grid-template-columns: 275px 1fr; 
        gap: 20px;
        padding-top: 20px;
        padding-bottom: 80px;
        margin-bottom: 80px;
        aside { 
            gap: 10px;
            .search-box {
                padding: 10px;
                label {
                    grid-template-columns: 30px 1fr;
                    height: 30px;
                    gap: 8px;
                    button {
                        &::before {
                            font-size: 14px;
                        }
                    }
                }
            }
            .tags-box {
                padding: 10px;
                .items {
                    gap: 4px;
                    label {
                        gap: 4px;
                        padding: 2px 5px;
                        &::before {
                            font-size: 10px;
                        }
                    }
                }
            }
            .callback-box {
                padding: 10px;
                p {
                    font-size: 14px;
                }
                button {
                    width: 100%;
                    padding: 9px 10px; 
                    font-size: 14px;
                    &::after {
                        font-size: 12px;
                        width: 16px;
                        height: 16px;
                    }
                }
            }
        }
        .article-list {
            gap: 10px;
            .item {
                .info {
                    padding: 16px 10px 10px;
                    .cat {
                        padding: 2px 5px;
                        top: -12px;
                        left: 10px;
                        font-size: 12px;
                    }
                    .date {
                        margin-bottom: 5px;
                    }
                    h2 {
                        margin-bottom: 5px;
                        font-size: 16px;
                    }
                    p {
                        font-size: 12px;
                    }
                    .tags {
                        gap: 4px;
                        margin-bottom: 10px;
                        span {
                            padding: 2px 5px;
                            font-size: 12px;
                        }
                    }
                    a {
                        gap: 4px;
                    }
                }
            }
            .pagination {
                gap: 4px;
                a {
                    width: 32px;
                    height: 32px;
                    font-size: 14px;
                    &.prev, &.next {
                        width: 32px;
                        height: 32px;
                        &::after, &::before {
                            display: none;
                        }
                        span {
                            &::before {
                                font-size: 10px;
                                transform: rotate(90deg) translateY(4px);
                            }
                        }
                    }
                }
            }
        }
    }
}
@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;
            }
        }
    }
    .main-box {
        grid-template-columns: 1fr; 
        gap: 40px;
        &::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: url(/resource/themes/ur/assets/images/bg-about.png) 100% no-repeat;
            background-size: cover;
            background-position: top center;
            z-index: -1;
            pointer-events: none;
        }
    }
}
@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 {
                .items {
                    flex-wrap: wrap;
                    gap: 4px;
                    span {
                        height: 20px;
                        padding: 2px 4px;
                        font-size: 12px;
                        line-height: 100%;
                        white-space: nowrap;
                    }
                }
            }
        }
    }
}
@media screen and (max-width: 540px) { 
    .main-box {
        .article-list {
            grid-template-columns: 1fr;
        }
    }
}