header {
	&.show {
		transform: translateY(0);
		transition-delay: 1.5s;
	}
	&.no-delay {
		transition-delay: 0s !important;
	}
}
.title {
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    color: var(--text-6);
    opacity: 0.6;
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 4px solid;
    min-height: 26px;
    position: relative;
    border-image: linear-gradient(184.17deg,  #E3CA96 9.76%, #A8894C 53.73%, #B28E42 77.78%, #93763A 86.51%, #98793B 95.7%) 1 100%;
}
.promo {
    position: relative;
    position: relative;
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: 1fr 194px;
    grid-auto-rows: 0;
    column-gap: 40px;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 192/95;
	overflow: hidden;
    &::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(/resource/themes/ur/assets/images/index/noise.png) 100% 100% no-repeat;
        background-size: cover;
        opacity: 0.7;
        mix-blend-mode: soft-light;
        pointer-events: none;
    }
    &::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        left: 0;
        background: linear-gradient(360deg, rgba(1, 7, 23, 0.8) 0%, rgba(1, 7, 23, 0) 36.89%);
        pointer-events: none;
    }
    .slide {
        position: absolute;
        inset: 0;
		transition: transform 1.5s, opacity 1.5s;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top right;
        }
        .mob-img {
            display: none;
        }
		&.slide1 ~ .slide {
			opacity: 0;
			transform: translateX(100%);
			&.active {
				transform: translateX(0);
				opacity: 1;
			}
		}
		&.slide2:has(+ .active) {
			transform: translateX(0);
			opacity: 1;
		}
    }
    .left {
        grid-area: 1/1/3/2;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        padding-left: calc(((100vw - 1240px) / 2) - 8px);
        padding-right: 50px;
        padding-bottom: 100px;
        overflow: hidden;
        position: relative;
        &::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            background: rgba(1, 7, 23, 0.1);
            backdrop-filter: blur(5px);
            border-right: 1px solid rgba(246, 247, 249, 0.3);
            z-index: 0;
        }
        .content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            position: absolute;
            bottom: 100px;
            right: 0;
            padding-right: 30px;
            z-index: 2;
            width: calc(100% - calc(((100vw - 1240px) / 2) - 8px));
            transform: translateX(-100%);
            transition:  1s cubic-bezier(0, 0.5, 0.5, 1);
            opacity: 0;
            z-index: 3;
            &.active {
                transform: translateX(0);
                opacity: 1;
            }
            .title {
                color: var(--main-bg);
            }
            h1, h2 {
                font-weight: 600;
                font-size: 50px;
                color: var(--main-bg);
                display: inline-flex;
                flex-direction: column;
                line-height: 1;
                span, strong {
                    font-size: inherit;
                    font-weight: inherit;
                    color: rgba(0, 0, 0, 0);
                    background-image: linear-gradient(69.96deg, #917234 0.32%, #E3CA96 49.92%, #CDB27C 100%);
                    background-clip: text;
                }
            }
            p {
                font-weight: 300;
                font-size: 20px;
                line-height: 118%;
                color: var(--main-bg);
                opacity: 0.8;
                margin-bottom: 40px;
            }
            .buttons {
                display: flex;
                gap: 10px;
                width: 100%;
                a {
                    width: 100%;
                    &:first-child {
                        max-width: 243px;
                        &::after {
                            border-bottom-width: 123px;
                            border-right-width: 123px;
                        }
                        &::before {
                            border-top-width: 122px;
                            border-left-width: 122px;
                        }
                    }
                    &:last-child {
                        max-width: 214px;
                    }
                    span {
                        gap: 6px;
                        display: flex;
                        align-items: center;
                        line-height: 1.1;
                        &::after {
                            content: '\e006';
                            font-family: 'icon';
                            font-size: 12px;
                            width: 16px;
                            height: 16px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
                    }
                }
            }
        }
    }
    .right {
        grid-area: 2/2/3/3;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 20px;
        padding-top: 40px;
        padding-bottom: 70px;
        border-top: 1px solid rgba(246, 247, 249, 0.3);
        transition: transform 1.5s linear, opacity 1.5s 0.5s ;
        transform: translateX(100%);
        opacity: 0;
        span {
            font-weight: 600;
            line-height: 100%;
            color: #CDDCFF;
            opacity: 0.3;
        }
        .images {
            display: flex;
            width: 100%;
            div {
                display: flex;
                align-items: center;
                gap: 40px;
                &:last-child {
                    display: none;
                }
                img {
                    max-width: 180px;
                    filter: invert(15%) sepia(100%) saturate(100%) hue-rotate(193deg) brightness(160%) contrast(113%) opacity(0.2);
                }
            }

        }
    }
    .arrow-left, .arrow-right {
		position: absolute;
		top: 50%;
		left: 0;
		width: 50px;
		aspect-ratio: 1;
		transform: translateY(-50%);
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
		cursor: pointer;
		border: none;
		z-index: 4;
        transition: 0.2s linear;
		&::before, &::after {
			content: '\e005';
            font-family: 'icon';
            will-change: transform;
            transition: 0.2s linear;
		}
        &::before {
			content: '\e041';
            color: rgba(0, 0, 0, 0);
            background-image: radial-gradient(180% 40% at 100% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0.234436) 55.39%, rgba(255, 255, 255, 0.0718288) 82.59%, rgba(255, 255, 255, 0) 100%);
            background-clip: text;
            font-size: 50px;
            position: relative;
        }
        &::after {
            font-size: 12px;
            position: absolute;
			color: var(--main-bg);
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translateX(-3px);
        }
        &.arrow-right {
			right: 0;
			left: initial;
			&::before, &::after {
                transform: rotate(180deg);
            }
            &::after {
                transform: rotate(180deg) translateX(-3px);
            }
		}
        &:hover {
            background-color: rgba(0, 0, 0, 0.3);
            &.arrow-left {
                &::before {
                    transform: translateX(-1px);
                }
                &::after {
                    transform: translateX(1px);
                }
            }
            &.arrow-right {
                &::before {
                    transform: rotate(180deg) translateX(-1px);
                }
                &::after {
                    transform: rotate(180deg) translateX(1px);
                }
            }
        }
	}
    .bubbles {
        display: none;
    }
    &.animate {
        .right {
            z-index: 2;
            transform: translateX(100%);
            opacity: 0;
            animation: start-right 1s 2.5s forwards linear;
        }
    }
    &.start {
        .preview {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(360deg, rgba(1, 7, 23, 0.8) 0%, rgba(1, 7, 23, 0) 36.89%);
            opacity: 1;
            z-index: 2;
            backdrop-filter: blur(100px);
            pointer-events: none;
            animation: start-preview 4s forwards cubic-bezier(0, 0.2, 0.8, 1);
            display: grid;
            grid-template-columns: repeat(2,1fr);
            span {
                width: 100%;
                height: 100%;
                position: relative;
                &:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background: #fff;
                    width: 100%;
                    height: 100%;
                    aspect-ratio: 1;
                    transform: scale(3);
                    border-radius: 50%;
                    filter: blur(300px);
                    opacity: 1;
                    animation: start-before 1.5s forwards ease-out;
                }
            }
            &::after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: url(/resource/themes/ur/assets/images/index/noise.png) 100% 100% no-repeat;
                background-size: cover;
                opacity: 0.2;
                animation: start-after 2s 2s forwards ease-out;
            }
        }
        .left {
            z-index: 2;
            &::before {
                top: 100%;
                animation: start-left-before 1.2s 1.5s forwards cubic-bezier(0, 0.5, 0.5, 1);
                backdrop-filter: blur(0px);
            }
            .content1 {
                transform: translateX(-100%);
                opacity: 0;
                animation: start-left-content 2.2s 1.5s forwards cubic-bezier(0, 0.3, 0.6, 1);
            }
        }
        .right {
            z-index: 2;
            transform: translateX(100%);
            opacity: 0;
            animation: start-right 2.2s 1.5s forwards cubic-bezier(0, 0.3, 0.6, 1);
        }
        .arrow-left, .arrow-right {
            opacity: 0;
        }
    }
}
.about {
    position: relative;
    padding: 150px 0 150px;
    img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        object-fit: cover;
        object-position: top right;
        z-index: -1;
        &.mob-img {
            display: none;
        }
    }
    .cont {
        .title {
            margin-bottom: 24px;
        }
        h2 {
            max-width: 530px;
            margin-bottom: 10px;
            font-weight: 600;
            font-size: 44px;
            line-height: 100%;
            color: var(--text-2);
        }
        p {
            max-width: 530px;
            font-weight: 300;
            font-size: 20px;
            line-height: 118%;
            color: var(--bg-4);
        }
    }
}
.advantages {
    background: #0d1734;
    padding: 20px 0 100px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 20px;
    .slider {
        .slides {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            .slide {
                background: rgba(229, 231, 237, 0.04);
                padding: 20px;
                display: flex;
                flex-direction: column;
                transition: .3s linear;
                border: 1px solid; 
                border-image-source: linear-gradient(74.17deg, rgba(0, 0, 0, 0), rgba(0, 0,0,0));
                border-image-slice: 1;
                cursor: pointer;
                &::before {
                    font-family: 'icon';
                    margin-bottom: 30px;
                    color: rgba(246, 247, 249, 0.5);
                    width: 40px;
                    height: 40px;
                    min-height: 40px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 36px;
                    font-weight: 400;
                }
                &:first-child {
                    &::before {
                        content: '\e013';
                    }
                }
                &:nth-child(2) {
                    &::before {
                        content: '\e014';
                        font-size: 34px;
                    }
                }
                &:nth-child(3) {
                    &::before {
                        content: '\e015';
                        font-size: 34px;
                    }
                }
                &:nth-child(4) {
                    &::before {
                        content: '\e016';
                    }
                }
                &:nth-child(5) {
                    &::before {
                        content: '\e017';
                    }
                }
                &:nth-child(6) {
                    &::before {
                        content: '\e018';
                        font-size: 34px;
                    }
                }
                h2 {
                    font-weight: 600;
                    font-size: 24px;
                    line-height: 100%;
                    margin-bottom: 10px;
                    transition: .3s linear;
                    color: rgba(0, 0, 0, 0);
                    background-image: linear-gradient(69.96deg, #f6f7f9 0.32%, #f6f7f9 49.92%, #f6f7f9 100%);
                    background-clip: text;
                }
                p {
                    font-weight: 300;
                    opacity: 0.7;
                    margin-bottom: 32px;
                }
                .number {
                    display: flex;
                    flex-direction: column;
                    padding-left: 12px;
                    border-left: 2px solid #CDB296;
                    margin-top: auto;
                    transition: .3s linear;
                    span:first-child {
                        font-weight: 700;
                        font-size: 50px;
                        line-height: 100%;
                        transition: .3s linear;
                        color: rgba(0, 0, 0, 0);
                        background-image: linear-gradient(69.96deg, rgba(246, 247, 249, 0.5) 0.32%, rgba(246, 247, 249, 0.5) 49.92%, rgba(246, 247, 249, 0.5) 100%);
                        background-clip: text;
                    }
                    span:last-child {
                        font-weight: 600;
                        font-size: 14px;
                        line-height: 120%;
                        text-transform: uppercase;
                        color: rgba(205, 178, 150, 0.3);
                        transition: .3s linear;
                    }
                }
                &:hover {
                    border-image-source: 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%);
                    background: rgba(229, 231, 237, 0.1);
                    backdrop-filter: blur(20px);
                    box-shadow: 0px 10px 23px 0px rgba(17, 31, 62, 0.1), 0px 41px 41px 0px rgba(17, 31, 62, 0.09), 0px 92px 55px 0px rgba(17, 31, 62, 0.05), 0px 164px 66px 0px rgba(17, 31, 62, 0.01), 0px 256px 72px 0px rgba(17, 31, 62, 0);
                    h2 {
                        background-image: linear-gradient(69.96deg, #917234 0.32%, #E3CA96 49.92%, #CDB27C 100%);
                    }
                    .number {
                        span:first-child {
                            background-image: linear-gradient(69.96deg, #917234 0.32%, #E3CA96 49.92%, #CDB27C 100%);
                        }
                        span:last-child {
                            color: #CDB296;
                        }
                    }
                }
            }
        }
    }
    .banner {
        position: relative;
        padding: 64px 87px 64px 80px;
        background: url(/resource/themes/ur/assets/images/index/index-bg.png) 100% no-repeat;
        background-size: cover;
        display: flex;
        gap: 20px;
        justify-content: space-between;
        align-items: center;
        .cont {
            position: relative;
            max-width: 64%;
            &::before {
                content: '\e042';
                font-family: 'icon';
                font-size: 162px;
                color: rgba(13, 23, 52, 0.06);
                position: absolute;
                top: -44px;
                left: -60px;
            }
            * {
                font-weight: 400;
                font-size: 16px;
                line-height: 140%;
                color: var(--text-2);
            }
            h2 {
                font-weight: 700;
            }
        }
        button {
            max-width: 210px;
            border: 1px solid var(--text-2);
            span {
                gap: 6px;
                display: flex;
                align-items: center;
                line-height: 1.1;
                &::after {
                    content: '\e006';
                    font-family: 'icon';
                    font-size: 12px;
                    width: 16px;
                    height: 16px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }
        }
    }
}
.news {
    position: relative;
    padding: 54px 0px 104px calc(((100vw - 1240px) /2) - 8px);
    background: url(/resource/themes/ur/assets/images/index/index-bg-news.png) 50% 100% no-repeat;
    background-size: cover;
    &::before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(246, 247, 249, 0.8);
        z-index: 0;
        pointer-events: none;
    }
    h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        color: var(--text-2);
        margin-bottom: 34px;
        position: relative;
    }
    .slider {
        position: relative;
        user-select: none;
        width: 100%;
        overflow: hidden;
        --gap: 20px;
        --slide-big: 26.3vw;
        --slide: calc(var(--slide-big) / 1.45);
        &::before, &::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 16.56vw;
            height: calc(100% - 60px);
        }
        &::before {
            backdrop-filter: blur(6px);
            mask-image: linear-gradient(to left, rgba(255, 255, 255, 0.96) 70%, rgba(255, 255, 255, 0));
            z-index: 10;
            pointer-events: none;
        }
        &::after {
            background: linear-gradient(to left, rgba(242, 243, 245, 0.8) 60%, rgba(246, 247, 249, 0));
        }
        .slides-box {
            width: var(--slide-big);
            /* aspect-ratio: 101/92; */
            margin-right: auto;
            height: 460px;
            width: calc(50% - (var(--gap) / 2));
        }
        .slides {
            display: flex;
            align-items: flex-start;
            gap: var(--gap);
            transform: translate3d(0px, 0, 0);
            transition: transform .35s linear;
            height: 100%;
            .slide {
                position: relative;
                display: grid;
                grid-template-rows: 0fr 1fr;
                flex-direction: column;
                /* aspect-ratio: 87/98; */
                width: 100%;
                height: 100%;
                max-height: calc(100% - 70px);
                /* min-height: 390px; */
                flex-shrink: 0;
                width: var(--slide);
                transition: .35s linear;
                background: #EFF0F4;
                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;
                margin-bottom: 70px;
                .box {
                    display: flex;
                    flex-direction: column;
                    gap: 4px;
                    position: relative;
                    transition: .35s;
                    margin-right: auto;
                    .category {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        padding: 2px 8px;
                        background: #E7E8EA;
                        box-shadow: 0px 4px 10px 0px rgba(141, 146, 161, 0.0);
                        color: var(--bg-4);
                        font-size: 14px;
                        line-height: 1.4;
                    }
                    .date {
                        font-size: 12px;
                        line-height: 140%;
                        color: var(--bg-4);
                    }
                }
                .img-box {
                    position: relative;
                    top: 0;
                    width: 100%;
                    transition: .35s linear;
                    transform: scaleY(0);
                    transform-origin: top center;
                    overflow: hidden;
                    margin-bottom: 0;
                    gap: 16px;
                    display: flex;
                    flex-direction: column;
                    padding-bottom: 0;
                    max-height: 0;
                    opacity: 0;
                    img {
                        height: 100%;
                        width: 100%;
                        aspect-ratio: 505/282;
                        transform: scaleY(0);
                        transform-origin: top center;
                        object-fit: cover;
                        transition: .35s linear;
                    }
                    .box {
                        position: absolute;
                        left: 20px;
                        bottom: 0;
                        transform: translateY(100%);
                        .category {
                            background: #F2F3F5;
                            box-shadow: 0px 4px 10px 0px #8D92A133;
                            color: #907D69;
                        }
                    }
                }
                .text-box {
                    padding: 20px;
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    h3 {
                        font-weight: 500;
                        font-size: 20px;
                        line-height: 100%;
                        color: var(--text-2);
                    }
                    p {
                        line-height: 118%;
                        font-weight: 300;
                        color: var(--bg-4);
                        overflow: hidden;
                        max-height: 95px;
                        height: 100%;
                        transition: .35s linear;
                        /* transition-delay: .35s; */
                        animation: not-active-p .35s forwards linear;
                        max-height: 0;
                        opacity: 0;
                        display: -webkit-box;
                        -webkit-line-clamp: 5;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                    }
                    a {
                        font-size: 14px;
                        line-height: 120%;
                        letter-spacing: 0px;
                        opacity: 0.5;
                        display: flex;
                        gap: 4px;
                        align-items: center;
                        color: var(--text-2);
                        margin-left: auto;
                        margin-top: auto;
                        &::after {
                            content: '\e006';
                            font-family: 'icon';
                            font-size: 12px;
                            width: 16px;
                            height: 16px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
                        span {
                            font-size: inherit;
                            line-height: inherit;
                            letter-spacing: inherit;
                            opacity: inherit;
                            color: inherit;
                            pointer-events: 0;
                            opacity: 0;
                            transition: 0.35s linear;
                        }
                    }
                    .box {
                        display: flex;
                        flex-direction: column;
                        gap: 4px;
                    }
                }
                &.active {
                    width: var(--slide-big);
                    /* aspect-ratio: 101/92; */
                    grid-template-rows: calc(var(--slide-big) / 1.63) 1fr;
                    height: 100%;
                    margin-bottom: 0;
                    max-height: 100%;
                    .img-box {
                        transform: scaleY(1);
                        max-height: 100%;
                        padding-bottom: 33px;
                        opacity: 1;
                        img {
                            transform: scaleY(1);
                        }
                        .box {
                            opacity: 1;
                            transform: translateY(0);
                        }
                    }
                    .text-box {
                        padding: 10px 20px 20px;
                        p {
                            max-height: 40px;
                            animation: active-p .35s forwards linear;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                        }
                        a {
                            span {
                                opacity: 1;
                                pointer-events: all;
                            }
                        }
                        .box {
                            opacity: 0;
                            position: absolute;
                            transform: translateY(-100%);
                        }
                    }
                }
                &.active+.slide,
                &.active+.slide+.slide,
                &:has(+ .active),
                &:has(+ .slide + .active) {
                    width: var(--slide);
                }
            }
        }
    }
    .controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc((var(--slide) * 2) + 20px);
        position: absolute;
        bottom: 0;
        left: calc(var(--slide-big) + 20px);
        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 0% 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 100% 0%, 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);
                }
            }
        }
        a {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 50px;
            max-width: 185px;
            background: #EFF0F4;
            border: 1px solid;
            border-image-slice: 1;
            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%);
            color: var(--text-2);
            font-weight: 500;
            line-height: 1.2;
            padding: 15px 50px;
        }
    }
}
@keyframes active-p {
    0% {
        opacity: 0;
        max-height: 0px;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        max-height: 40px;
    }
}
@keyframes not-active-p {
    0% {
        max-height: 40px;
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        max-height: 95px;
        opacity: 1;
    }
}
.partners {
    padding: 54px 0 100px;
    position: relative;
    background: url(/resource/themes/ur/assets/images/index/index-bg-partners.png) 100% no-repeat;
    background-size: cover;
    h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        color: var(--main-bg);
        margin-bottom: 10px;
    }
    p {
        font-weight: 300;
        font-size: 20px;
        line-height: 118%;
        color: var(--main-bg);
        opacity: 0.7;
        margin-bottom: 30px;
    }
    .items {
        display: flex;
        gap: 20px;
        overflow: auto;
        padding-bottom: 20px;
        &::-webkit-scrollbar {
            height: 16px;
            width: 16px;
        }
        &::-webkit-scrollbar-track {
            background: rgba(174, 176, 180, 0.2);
        }
        &::-webkit-scrollbar-thumb {
            border-radius: 0;
            height: 8px;
            border: none;
            background-color: rgba(246, 247, 249, 0.3);
            border: 4px solid transparent; 
            background-clip: content-box; 
        }
        div{
            width: 295px;
            min-width: 295px;
            height: 150px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(246, 247, 249, 0.2);
            backdrop-filter: blur(40px);
            box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .3s  linear;
            position: relative;
            img {
                max-width: 215px;
                max-width: 215px;
                filter: invert(15%) sepia(100%) saturate(100%) hue-rotate(193deg) brightness(160%) contrast(113%) opacity(0.2);
            }
            &:hover {
                background: rgba(255, 255, 255, 1);
                img {
                    filter: unset;

                }
            }
            a {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }
        }
    }
}
.consultation-block {
    padding-top: 100px;
    position: relative;
    &::before {
        content: '';
        position: absolute;
        z-index: -1;
        top: -27%;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/resource/themes/ur/assets/images/index/bg-form.png) 100% no-repeat;
        background-size: contain;
        mix-blend-mode: hard-light;
    }
}
.seo {
    max-width: 800px;
    margin-left: calc(((100vw - 1240px) / 2) - 8px);
    padding-top: 160px;
    padding-bottom: 100px;
    overflow: hidden;
    display: grid;
    grid-template-rows: max-content minmax(76px, 0fr);
    gap: 20px;
    position: relative;
    transition: grid-template-rows .3s linear;
    &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 130px;
        opacity: 1;
        transition: .3s linear;
        background: linear-gradient(to top, rgba(246, 247, 249, 1) 77%, rgba(246, 247, 249, .7) 90%, rgba(246, 247, 249, 0.3));
    }
    .head {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        &::after {
            width: 20px;
            height: 20px;
            content: '\e019';
            font-family: 'icon';
            color: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            transform: rotate(0);
            transition: .3s linear;
        }
    }
    h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        color: var(--text-2);
    }
    .content {
        overflow: hidden;
        opacity: 0.7;
        transition: .5s linear;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: ;
        * {
            font-weight: 300;
            font-size: 16px;
            line-height: 118%;
            color: var(--bg-4);
            margin-bottom: 10px;
        }
    }
    &.open {
        grid-template-rows: max-content minmax(36px, 1fr);
        &::after {
            opacity: 0;
        }
        .head {
            &::after {
                transform: rotate(180deg);
            }
        }
        .content {
            -webkit-line-clamp: none;
        }
    }
}
@keyframes start-preview {
    0% {
        opacity: 0;
        backdrop-filter: blur(100px);
    }
    1% {
        opacity: 1;
    }
    60% {
        backdrop-filter: blur(100px);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes start-before {
    0% {
        transform: scale(3);
        opacity: 1;
    }
    100% {
        transform: scale(0.3);
        opacity: 0;
    }
}
@keyframes start-after {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
@keyframes start-left-before {
    0% {
        top: 100%;
        backdrop-filter: blur(0px);
    }
    50% {
        backdrop-filter: blur(0px);
        top: 0;
    }
    80% {
        backdrop-filter: blur(0px);
        top: 0;
    }
    100% {
        top: 0;
        backdrop-filter: blur(5px);
    }
}
@keyframes start-left-content {
    0% {
        transform: translateX(-100%);
        opacity: 0;

    }
    40% {
        transform: translateX(-30%);
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateX(0);
        opacity: 1;

    }
}
@keyframes start-right {
    0% {
        transform: translateX(100%);
        opacity: 0;

    }
    40% {
        transform: translateX(30%);
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateX(0);
        opacity: 1;

    }
}
@media screen and (max-width: 1800px) {
    .promo {
        .right {
            .images {
                --time: 20s;
                --gap: 40px;
                overflow: hidden;
                display: grid;
                grid-template-columns: 1fr;
                align-items: center;
                width: 100%;
                div {
                    grid-area: 1 / 1 / 2 / 2;
                    position: relative;
                    display: flex;
                    align-items: center;
                    justify-content: end;
                    transform: translateX(880px);
                    gap: var(--gap);
                    &:first-child, &:last-child {
                        min-width: 100%;
                        justify-content: space-around;
                        padding: 0 20px;
                    }
                    &:first-child {
                        animation: run-line var(--time) linear infinite;
                    }
                    &:last-child {
                        animation: run-line var(--time) linear infinite calc(var(--time) / 2);
                        display: flex;
                    }
                }
            }

        }
    }
    .news {
        .slider {
            --slide-big: 28vw;
            &::before, &::after {
                width: 7.56vw;
            }
            &::before {
                mask-image: linear-gradient(to left, rgba(255, 255, 255, 0.96) 40%, rgba(255, 255, 255, 0));
            }
        }
    }
    @keyframes run-line {
        0% {
            opacity: 1;
            transform: translateX(880px);
        }
        50% {
            opacity: 1;
            transform: translateX(0);
        }
        99.99% {
            opacity: 1;
            transform: translateX(-880px);
        }
        99.999% {
            opacity: 0;
            transform: translateX(-880px);
        }
        100% {
            opacity: 1;
            transform: translateX(-880px);
        }
    }
}
@media screen and (max-width: 1680px) {
    .news {
        .slider {
            --gap: 14px;
            --slide-big: 30vw;
            .controls {
                width: calc((var(--slide) * 2) + 14px);
                position: absolute;
                bottom: 0;
                left: calc(var(--slide-big) + 14px);
            }
        }
    }
}
@media screen and (max-width: 1340px) {
    .promo {
        height: 720px;
        .left {
            padding-left: 40px;
            .content {
                bottom: 50px;
                width: calc(50vw - 60px);
            }
        }
        .right {
            padding-bottom: 40px;
            margin-top: auto;
            padding-top: 30px;
        }
    }
    .seo {
        margin-left: 40px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 1279px) {
    .promo {
        .left {
            .content {
                h1, h2 {
                    font-size: 40px;
                }
                p {
                    font-size: 18px;
                    margin-bottom: 20px;
                }
                .buttons {
                    flex-wrap: wrap;
                    a {
                        width: calc(50% - 5px);
                        min-width:  200px;
                    }
                }
            }
        }
    }
    .about {
        padding: 80px 0;
        .cont {
            h2 {
                font-size: 36px;
            }
            p {
                font-size: 16px;
            }
        }
    }
    .advantages {
        .slider {
            .slides {
                .slide {
                    &::before {
                        margin-bottom: 20px;
                    }
                    p {
                        margin-bottom: 20px;
                    }
                }
            }
        }
    }
    .news {
        padding: 54px 0 104px 20px;
        .slider {
            --slide-big: 38vw;
            --slide: calc(var(--slide-big) / 1.4);
            &::before, &::after {
                width: 7.56vw;
            }
            &::before {
                mask-image: linear-gradient(to left, rgba(255, 255, 255, 0.96) 40%, rgba(255, 255, 255, 0));
            }
        }
    }
    .seo {
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
        &::after {
            height: 120px;
        }
    }
}
@media screen and (max-width: 1030px) {
    .title {
        margin-bottom: 15px;
    }
    .promo {
        .left {
            .content {
                h1, h2 {
                    font-size: 36px;
                }
                p {
                    font-size: 16px;
                }
                .buttons {
                    display: grid;
                    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
                    a {
                        width: 100%;
                        min-width:  unset;
                        &::before, &::after {
                            border-width:  215px;
                        }
                        &::after {
                            border-bottom-width: 215px;
                            border-right-width: 215px;
                        }
                        &::before {
                            border-left-width: 215px;
                            border-top-width: 215px;
                        }
                        &:first-child {
                            max-width:  unset;
                        &::after {
                            border-bottom-width: 215px;
                            border-right-width: 215px;
                        }
                        &::before {
                            border-left-width: 215px;
                            border-top-width: 215px;
                        }
                        }
                        &:last-child {
                            max-width:  unset;
                        }
                    }
                }
            }
        }
        .right {
            padding-bottom: 50px;
            .images {
                --gap: 30px;
                div {
                    transform: translateX(600px);
                    padding: 0 15px;
                    img {
                        max-width: 120px;
                    }
                }
            }
        }
    }
    .advantages {
        padding: 20px 0 70px;
        gap: 30px;
        .slider {
            position: relative;
            width: calc(100% - 20px);
            margin: 0 0 0 auto;
            .slides {
                display: flex;
                margin-bottom: 20px;
                position: relative;
                left: 0;
                transform: translateX(0);
                gap: 10px;
                transition: .35s linear;
                .slide {
                    width: 345px;
                    min-width: 345px;
                    border: 1px solid; 
                    border-image-source: 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%);
                    border-image-slice: 1;
                    background: rgba(229, 231, 237, 0.1);
                    h2 {
                        color: rgba(0, 0, 0, 0);
                        background-image: linear-gradient(69.96deg, #917234 0.32%, #E3CA96 49.92%, #CDB27C 100%);
                        background-clip: text;
                    }
                    .number {
                        span:first-child {
                            color: rgba(0, 0, 0, 0);
                            background-image: linear-gradient(69.96deg, #917234 0.32%, #E3CA96 49.92%, #CDB27C 100%);
                            background-clip: text;
                        }
                        span:last-child {
                            color: #CDB296;
                        }
                    }
                }
            }
            .bubbles {
                display: flex;
                display: grid;
                grid-auto-flow: column;
                margin: 0 auto;
                max-width: max-content;
                gap: 4px;
                span {
                    width: 20px;
                    height: 2px;
                    background: rgba(239, 240, 244, 0.65);
                    transition: .35s linear;
                    &.selected {
                        background: rgba(246, 247, 249, 1);
                    }
                }
            }
        }
        .banner {
            padding: 40px;
            .cont {
                &::before {
                    top: -30px;
                    left: -20px;
                }
            }
        }
    }
    .news {
        .slider {
            --slide-big: 46vw;
            .controls {
                width: calc(((var(--slide) * 2) + 14px) / 1.5);
            }
        }
    }
    @keyframes run-line {
        0% {
            opacity: 1;
            transform: translateX(600px);
        }
        50% {
            opacity: 1;
            transform: translateX(0);
        }
        99.99% {
            opacity: 1;
            transform: translateX(-600px);
        }
        99.999% {
            opacity: 0;
            transform: translateX(-600px);
        }
        100% {
            opacity: 1;
            transform: translateX(-600px);
        }
    }
}
@media screen and (max-width: 767px) {
    .title {
        margin-bottom: 10px;
    }
    .promo {
        height: 670px;
            &::before {
            background: linear-gradient(to top, rgba(1, 7, 23, 0.8) 0%, rgba(1, 7, 23, 0) 50.89%);
            z-index: 1;
            &::after {
                z-index: 2;
            }
        }
        .slide {
            img {
                display: none;
            }
            .mob-img {
                display: block;
            }
        }
        .arrow-left, .arrow-right {
            display: none;
        }
        .left {
            grid-area: 1 / 1 / 3 / 3;
            &::before {
                backdrop-filter: blur(0px);
                border-right: unset;
            }
            .content {
                bottom: 70px;
                width: calc(100vw - 20px);
                padding-right: 0;
                transform: translateX(100%);
                transition: 1.5s;
                .title {
                    margin-bottom: 10px;
                }
                &.active {
                    transform: translateX(-10px);
                }
                .buttons {
                    a {
                        &::before, &::after {
                            border-width: 295px;
                        }
                        &::before {
                            border-left-width: 295px;
                            border-top-width: 295px;
                        }
                        &::after {
                            border-bottom-width: 295px;
                            border-right-width: 295px;
                        }
                        &:first-child {
                            &::before {
                                border-left-width: 295px;
                                border-top-width: 295px;
                            }
                            &::after {
                                border-bottom-width: 295px;
                                border-right-width: 295px;
                            }
                        }
                    }
                }
            }
        }
        .right {
            grid-area: 2 / 1 / 3 / 3;
            padding-bottom: 20px;
            padding-top: 23px;
            border-top: unset;
            span {
                display: none;
            }
            .images {
                --gap: 40px;
                min-width: max(640px, 100vw);
                div {
                    transform: translateX(100%);
                    gap: var(--gap);
                    &:first-child, &:last-child {
                        min-width: 100%;
                        padding: 0 20px;
                    }
                }
            }
        }
        &.start {
            .preview {
                animation-duration: 2s;
                backdrop-filter: blur(10px);
                span {
                    display: none;
                }
            }
            .left {
                &::before {
                    animation-delay: 0.6s;
                }
                .content {
                    animation-delay: 0.6s;
                }
            }
            .right {
                animation-delay: 0.6s;
            }
        }
    }
    .about {
        padding: 0 0 20px;
        display: flex;
        align-items: flex-end;
        min-height: 566px;
        &::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 50%;
            mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(30px);
            z-index: 1;
        }
        &::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 50%;
            background: linear-gradient(to top, rgba(13, 23, 52, 1) 40%, rgba(13, 23, 52, 0.8) 60%, rgba(13, 23, 52, 0) 99.98%);
            z-index: 1;
        }
        img {
            display: none;
            &.mob-img {
                display: block;
                object-position: center;
                height: 84%;
            }
        }
        .cont {
            position: relative;
            z-index: 2;
            h2 {
                font-size: 24px;
                color: var(--main-bg);
                margin-bottom: 10px;
            }
            p {
                color: rgba(239, 240, 244, 0.65);
            }
        }
    }
    .advantages {
        padding: 20px 0  50px;
        .slider {
            width: calc(100% - 10px);
        }
        .banner {
            padding: 20px;
            flex-direction: column;
            align-items: stretch;
            gap: 30px;
            .cont {
                max-width: 100%;
                &::before {
                    top: -13px;
                    left: 0;
                }
            }
            button {
                max-width: 315px;
                &::before, &::after {
                    border-width: 170px;
                }
                &::before {
                    border-left-width: 170px;
                    border-top-width: 170px;
                }
                &::after {
                    border-bottom-width: 170px;
                    border-right-width: 170px;
                }
            }
        }
    }
    .news {
        padding: 50px 0 50px 10px;
        h2 {
            font-size: 24px;
            margin-bottom: 30px;
        }
        .slider {
            --slide-big: min(355px, 100%);
            --slide: min(355px, 100%);
            display: flex;
            flex-direction: column;
            gap: 20px;
            &::before, &::after {
                display: none;
            }
            .slides-box {
                width: calc(100% - (var(--gap) / 2));
                height: 366px;
            }
            &.disabled .slides-box {
                margin: 0;
                margin-inline: 0;
                justify-self: start;
                .slides {
                    margin-left: 0;
                    .slide {
                        width: 100%;
                    }
                }
            }
            .slides {
                height: 100%;
                align-items: stretch;
                .slide {
                    grid-template-rows: 60% 40%;
                    min-height: 366px;
                    height: 100%;
                    max-height: 100%;
                    aspect-ratio: unset;
                    aspect-ratio: initial;
                    .img-box {
                        transform: scaleY(1);
                        aspect-ratio: unset;
                        padding-bottom: 33px;
                        max-height: 100%;
                        opacity: 1;
                        img {
                            position: static;
                            aspect-ratio: unset;
                            transform: scaleY(1);
                        }
                        .box {
                            opacity: 1;
                            transform: translateY(0);
                            left: 10px;
                        }
                    }
                    .text-box {
                        padding: 10px;
                        h3 {
                            max-height: 40px;
                            opacity: 1;
                            animation: unset;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                        }
                        p {
                            animation: unset;
                            max-height: 40px;
                            opacity: 1;
                            animation: unset;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                        }
                        .box {
                            display: none;
                        }
                        a {
                            margin-top: 0;
                            span {
                                opacity: 1;
                            }
                        }
                    }
                    &.active {
                        grid-template-rows: 60% 40%;
                        aspect-ratio: unset;
                        .text-box {
                            padding: 10px;
                            p {
                                animation: unset;
                                opacity: 1;
                                max-height: 40px;
                            }
                        }
                    }
                }
            }
            .controls {
                position: static;
                width: calc(100% - 10px);
                margin-left: 0;
            }
        }
    }
    .partners {
        padding: 50px 0;
        .wrapper {
            width: calc(100% - 10px);
            margin: 0 0 0 auto;
        }
        h2 {
            font-size: 24px;
            margin-bottom: 6px;
        }
        p {
            font-size: 16px;
        }
    }
    .seo {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
        &::after {
            height: 100px;
            background: linear-gradient(to top, rgba(246, 247, 249, 1) 50%, rgba(246, 247, 249, 0.3));
        }
    }
    @keyframes start-preview {
        0% {
            opacity: 0;
            backdrop-filter: blur(10px);
        }
        1% {
            opacity: 1;
        }

        60% {
            backdrop-filter: blur(10px);
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes start-left-before {
        0% {
            top: 100%;
            backdrop-filter: blur(0px);
        }
        50% {
            backdrop-filter: blur(0px);
            top: 0;
        }
        80% {
            backdrop-filter: blur(0px);
            top: 0;
        }
        100% {
            top: 0;
            backdrop-filter: blur(0px);
        }
    }
    @keyframes start-left-content {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }
        40% {
            transform: translateX(-30%);
            opacity: 0;
        }
        50% {
            opacity: 0.2;
        }
        100% {
            transform: translateX(-10px);
            opacity: 1;
        }
    }
    @keyframes run-line {
        0% {
            opacity: 1;
            transform: translateX(100%);
        }
        50% {
            opacity: 1;
            transform: translateX(0);
        }

        99.99% {
            opacity: 1;
            transform: translateX(-100%);
        }
        99.999% {
            opacity: 0;
            transform: translateX(-100%);
        }
        100% {
            opacity: 1;
            transform: translateX(-100%);
        }
    }
}

@media screen and (max-width: 500px) {
    .promo {
        .left {
            & .content {
                .title {
                    max-width: 200px;
                    font-weight: 400;
                }
                h1, h2 {
                    font-size: 28px;
                }
            }
        }
        .right {
            & .images {
                min-width: max(560px, 100vw);
                & div {
                    img {
                        max-width: 100px;
                    }
                }
            }
        }
    }
}