@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2');
    font-weight: 500;
}

:root {
    /*ui-scale-factor*/
    --rpx-75: clamp(0.75px, calc(0.026vw + 0.500px), 1px);
    --rpx-67: clamp(0.667px, calc(0.035vw + 0.334px), 1px);
    --rpx-50: clamp(.5px, 0.052vw, 1px);
    /*
    * 1px at 1920
    * 0.667px at 960
    */
    --rpx: var(--rpx-67);
    --wrapper-width: clamp(900px, calc(72.9167vw + 200px), 1600px);
    --wrapper-margin: calc((100vw - var(--wrapper-width)) / 2);

    --serif-font: "Times New Roman", serif;
    --sans-serif-font: Poppins, OpenSans, Arial, sans-serif;

    font-family: var(--sans-serif-font), serif;

    --theme-crimson: #BE1D23;
    --theme-red: #DA0A13;
    --theme-text-black: rgba(0, 0, 0);

    --header-height-min: calc(80 * var(--rpx));
    --header-height-max: calc(120 * var(--rpx));
    --breadcrumbs-height: calc(50 * var(--rpx));

    --header-height: var(--header-height-max);
    --page-padding-top: calc(var(--header-height-max) + var(--breadcrumbs-height));

    --inner-nav-max: calc(80 * var(--rpx));
    --inner-nav-min: calc(60 * var(--rpx));

    --no-header-100vh: calc(100vh - var(--header-height-max));
}

* {
    box-sizing: border-box;
    /*transition-timing-function: cubic-bezier(0.15, 1, 0.336, 1) !important;*/
    transition-timing-function: cubic-bezier(0.15, 1, 0.336, 1);
    font-family: inherit;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}


p {
    margin-top: 0;
    margin-bottom: 0;
}

.desc p + p {
    margin-top: 1.25em;
}

html {
    color: var(--theme-text-black);
    /*
    *16px at 1920
    *14px at 960
    */
    font-size: calc(0.20833vw + 12px);
}

body {
    font-size: clamp(14px, calc(0.20833vw + 12px), 16px);
    margin: 0;
    padding-right: 0 !important;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: stretch;
}

sup {
    font-size: .5em;
    line-height: 1em;
    vertical-align: 0;
    transform: translateY(-80%);
    display: inline-block;
}

br.mobile {
    display: none;
}

@media (max-width: 750px) {
    br.mobile {
        display: block;
    }
}

.anchor {
    position: relative;
    display: none;
}

.wrapper {
    width: var(--wrapper-width);
    margin-left: auto;
    margin-right: auto;
}

section .wrapper {
    position: relative;
}

.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--header-height) + var(--breadcrumbs-height));
    z-index: 600;
    transition: .3s;

}


.site-header:hover {
    background-color: #000;
}

.site-header-sample, .inner-nav-sample {
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    z-index: 601;
}

.site-header-sample.min {
    height: var(--header-height-min);
}

.site-header-sample.max {
    height: var(--header-height-max);
}

.site-header-sample.diff {
    height: calc(var(--header-height-max) - var(--header-height-min));
}

.inner-nav-sample.min {
    height: var(--inner-nav-min);
}

/*.page-content {
    padding-top: var(--header-height-max);
}*/

body.scrolled {
    --header-height: var(--header-height-min);
}

.layer-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

body.masked .layer-mask {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.site-header {
    width: 100%;
    height: var(--header-height);
    /*background-color: rgba(255, 255, 255, .0);*/

    transition: .3s;

    z-index: 600;
    color: #fff;
}

.site-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(320 * var(--rpx));
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #000f, #0000);
}

.site-header.wireframe::before,
.site-header.solid::before {
    display: none;
}

.site-header.wireframe {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.site-header.solid,
.scrolled .site-header,
.scrolled .nav-bar {
    background-color: #000;
}

.nav-bar {
    height: 100%;
    z-index: 620;
    position: relative;
}

.nav-bar .wrapper {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: clamp(0px, calc(-23.3645vw + 324.2991px), 100px);
}

.top-nav {
    height: 100%;
    display: flex;
    font-weight: lighter;
}

.top-nav-item {
    flex: 0 0 auto;
    position: relative;
}

.top-nav-link {
    padding-left: calc(30 * var(--rpx-50));
    padding-right: calc(30 * var(--rpx-50));

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;

    position: relative;
    box-sizing: content-box;
    gap: calc(8em / 14);
    text-transform: uppercase;
    z-index: 620;

}

.top-nav-link::after {
    content: "";
    position: absolute;
    width: calc(100% - 50 * var(--rpx));
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--theme-crimson);
    transform: scaleX(.25);
    transition: .6s cubic-bezier(0.15, 1, 0.336, 1);
    opacity: 0;
}

.top-nav-item:hover .top-nav-link::after {
    transform: none;
    opacity: 1;
}

.cube-ctn {
    display: block;
    width: calc(10em / 14);
    height: calc(10em / 14);
    perspective: 10px;
    position: relative;
}

.cube {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    transition: .2s;
    transform-origin: center center calc(-5em / 14);
    pointer-events: none;
}

.cube i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cube .white {
    background-color: #fff;

}

.cube .red {
    background-color: var(--theme-crimson);
    transform-origin: center bottom;
    transform: rotateX(90deg);
}

.cube .red::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 75%;
    aspect-ratio: 14/12;
    background: url("../images/icon_arr_right.svg") center/contain no-repeat;
    transform: rotate(45deg) translateX(-100%);
    opacity: 0;
    transition: .2s;
}

.active .cube {
    transition: .5s cubic-bezier(0.15, 1, 0.336, 1);
    transform: rotateX(90deg);
}

.top-nav-item:hover .cube,
a:hover .cube {
    transition: .5s cubic-bezier(0.15, 1, 0.336, 1);
    transform: scale(2) rotateX(90deg) translateX(-10%);
}

a:hover .cube .white,
.active .cube .white {
    transition: .2s .2s opacity;
    opacity: 0;
}

.top-nav-item:hover,
.top-nav-link.active {
    color: var(--theme-crimson);
}

.top-nav-item:hover .cube .red::after,
a:hover .cube .red::after {
    transform: rotate(45deg);
    opacity: 1;
    transition: .4s .1s cubic-bezier(0.15, 1, 0.336, 1), opacity .3s .1s;
}

.top-nav-item .link-text {
    transition: .2s transform;
}

.top-nav-item:hover .link-text {
    transform: translateX(calc(4 * var(--rpx)));
    transition: .4s cubic-bezier(0.15, 1, 0.336, 1) transform;
}

.site-logo {
    height: calc(40 * var(--rpx-75));
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: left center;
    transition: .2s;
}

.site-logo img {
    display: block;
    height: 100%;
    width: auto;
}

.site-logo:hover {
    transform: scale(1.05);
    transition: .4s cubic-bezier(0.15, 1, 0.336, 1);
}

.right-nav {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;

    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: calc(20 * var(--rpx));
}

.top-nav:hover{
    z-index: 640;
}

.right-nav:hover{
    z-index: 640;
}

.right-nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 1px;
}

.right-nav-item > * {
    position: relative;
}

.btn-more {
    cursor: pointer;
    background: var(--theme-crimson);
    color: #fff;
    height: calc(46em / 14);
    border-radius: calc(23em / 14);
    padding: 0 calc(30em / 14) calc(1em / 14);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    transition: color .3s, background-color .3s, padding .6s cubic-bezier(0.15, 1, 0.336, 1);
    outline: none;

    font-size: calc(14em / 16);
    font-weight: 500;
    white-space: nowrap;
}

.btn-more.gray {
    background-color: #F2F2F2;
    color: #0008;
}

.btn-more.white {
    background-color: #fff;
    color: #000;
}

.btn-more.stroke {
    background-color: transparent;
    color: var(--theme-crimson);
    border: 1px solid var(--theme-crimson);
}

.btn-more:not(.no-expand):hover {
    padding: 0 calc(36em / 14) calc(2em / 14);
}

.nav-btn-style {
    position: relative;
}

.nav-btn-style::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: calc(23em / 14);
    visibility: hidden;
    opacity: 0;
    --glow-color: rgba(255, 255, 255, .25);
}

.btn-contact::after {
    --glow-color: var(--theme-crimson);
}

@keyframes navBtnHover {
    0% {
        opacity: 0;
        /*top: calc(-15 * var(--rpx));
        left: calc(-15 * var(--rpx));
        width: calc(100% + 30 * var(--rpx));
        height: calc(100% + 30 * var(--rpx));*/

        box-shadow: 0 0 0 calc(20 * var(--rpx)) var(--glow-color);
    }
    100% {
        opacity: 1;
        /*top: 0;
        left: 0;*/
        box-shadow: 0 0 0 calc(0 * var(--rpx)) var(--glow-color);
    }
}

.btn-more:hover,
.btn-more:focus {
    color: #fff;
    background: var(--theme-red);
}

.icon-btn:hover::after,
.nav-btn-style:focus::after,
.nav-btn-style:hover::after {
    visibility: visible;
    animation: navBtnHover forwards 1.2s cubic-bezier(0.15, 1, 0.336, 1);
}

.site-header .btn-more.btn-contact {
    margin-left: calc(10 * var(--rpx));
    font-weight: 500;
    transition: color .3s, background-color .3s, padding .6s cubic-bezier(0.15, 1, 0.336, 1), font-size .6s cubic-bezier(0.15, 1, 0.336, 1);
}

.icon-search {
    width: calc(46em / 14);
    height: calc(46em / 14);
    border-radius: calc(23em / 14);
    background: url("../images/icon_search.svg") center/calc(24em / 14) no-repeat;
    cursor: pointer;
    transition: .2s;
}

.icon-lang {
    width: calc(46em / 14);
    height: calc(46em / 14);
    border-radius: calc(23em / 14);
    background: url("../images/icon_lang.svg") center/calc(24em / 14) no-repeat;
    cursor: pointer;
    transition: .2s;
}

.icon-btn:hover {
    background-color: rgba(255, 255, 255, .25);
    cursor: pointer;
    transition: 1.2s cubic-bezier(0.15, 1, 0.336, 1);
}

.right-nav-item::after {
    content: "";
    height: 1px;
    width: calc(20 * var(--rpx));
    transition: .2s;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-color: var(--theme-crimson);
}

.right-nav-item.active::after {
    transition: .4s cubic-bezier(0.15, 1, 0.336, 1);
    transform: none;
}

.right-nav-item.active .icon-btn {
    filter: url(#crimson-overlay);
}

.right-nav-item.active .icon-btn {
    background-color: transparent;
    transition: .2s;
}

.right-nav-item.active .icon-btn::after {
    opacity: 0;
    animation: none;
    transition: .2s;
}

.icon-btn {
    position: relative;
    z-index: 620;
}

.right-nav-sub {
    z-index: 590;
    position: fixed;
    left: 0;
    top: var(--header-height);
    width: 100%;
    background-color: #1C1C1C;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(.8) translateY(-10%);
    transition: .2s;
    color: #fff;
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, .4);
}

.right-nav-item.active .right-nav-sub {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: top .3s, transform .4s cubic-bezier(0.15, 1, 0.336, 1), opacity .3s;
}

.site-footer {
    width: 100%;
    background-color: #000;
    margin-top: auto;
    margin-bottom: 0;
    justify-self: flex-end;
}

.site-footer .part1 {
    color: rgba(255, 255, 255, .7);
}

.site-footer .part1 a:hover {
    color: var(--theme-red);
}

.site-footer .part1 .wrapper {
    padding-top: calc(80 * var(--rpx-50));
    padding-bottom: calc(68 * var(--rpx-50));

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-info {
    flex: 0 0 calc(390 * var(--rpx));
}

.footer-logo {
    display: block;
    height: calc(40 * var(--rpx-75));
    width: auto;
}

.footer-logo img {
    display: block;
    height: 100%;
    width: auto;
}

.contact-info {
    margin-top: calc(40 * var(--rpx));
    word-break: break-word;
}

.contact-info li {
    margin-bottom: calc(12 * var(--rpx));
    line-height: calc(24em / 16);
    position: relative;
    padding-left: calc(40em / 16);
    padding-top: calc(3em / 16);
    padding-bottom: calc(3em / 16);
}

.contact-info img {
    width: calc(24em / 16);
    height: calc(24em / 16);
    object-fit: contain;
    position: absolute;
    left: 0;
    top: calc(3em / 16);
}

.follow-ctn {
    margin-top: calc(40 * var(--rpx));
    display: none;
}

.follow-hint {
    text-transform: uppercase;
    font-size: calc(14rem / 16);
    margin-bottom: 1em;
}

.follow-icons .layout-area p {
    display: flex;
    gap: calc(10 * var(--rpx));
    margin: 0;
}

.follow-icons .layout-area a {
    border-radius: 50%;
    background-color: #fff1;
    transition: .2s;
}

.follow-icons .layout-area a img {
    display: block;
    width: calc(40 * var(--rpx-75));
    height: calc(40 * var(--rpx-75));
}

.follow-icons .layout-area a:hover {
    background-color: var(--theme-crimson);
    transform: scale(1.1);
    transition: transform .4s cubic-bezier(0.15, 1, 0.336, 1), background-color .2s ease-out;
}

.footer-nav {
    flex: 0 0 clamp(600px, calc(56.25vw + 60px), 1140px);;
    display: flex;
    gap: calc(40 * var(--rpx));
    flex-wrap: wrap;
}

.footer-nav-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: calc(8em / 16);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: calc(20em / 16);
}

.footer-link span {
    transition: .2s;
}

.footer-link:hover span {
    transition: transform .4s cubic-bezier(0.15, 1, 0.336, 1);
    transform: translateX(calc(4 * var(--rpx)));
}

.footer-link-sub {
    line-height: calc(24em / 16);
    padding-top: calc(3em / 16);
    padding-bottom: calc(3em / 16);
    display: block;
}

.site-footer .part2 {
    color: rgba(255, 255, 255, .8);
    background-color: var(--theme-crimson);
}

.site-footer .part2 a:hover {
    text-decoration: underline;
}

.site-footer .part2 .wrapper {
    height: calc(80 * var(--rpx));
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer .part2 .left {
    display: flex;
    gap: calc(40 * var(--rpx));
}

.site-footer .part2 .right {
    font-size: calc(14em / 16);
    gap: calc(40 * var(--rpx));
    display: flex;
}

.breadcrumbs-bar {
    position: relative;
    color: rgba(255, 255, 255, .7);
    z-index: 580;
    transition: .2s;
}

.breadcrumbs-bar.collapsed {
    transform: translateY(-101%);
    transition: .6s cubic-bezier(0.15, 1, 0.336, 1);
}

.breadcrumbs-bar.wireframe {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.breadcrumbs-bar .wrapper {
    height: var(--breadcrumbs-height);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
}

.breadcrumbs-bar.solid,
.scrolled .breadcrumbs-bar {
    background-color: #1C1C1C;
    border-bottom-color: rgba(255, 255, 255, 0)
}

.breadcrumbs {
    font-size: calc(14em / 16);
    margin-bottom: 0;
    display: flex;
    padding-left: 0;
}

.breadcrumbs li {
    list-style: none;
    display: flex;
    align-items: center;
}

.breadcrumbs a.no-link {
    cursor: text;
}

.breadcrumbs a.no-link:hover {
    color: inherit;
}

.breadcrumbs li .next-level {
    width: calc(4em / 14);
    height: calc(8em / 14);
    padding-left: 1em;
    padding-right: 1em;
    background: url("../images/icon_angle_right_white.svg") center/contain no-repeat;
    opacity: .8;
}

.breadcrumbs li a:hover,
.breadcrumbs.light li a:hover {
    color: var(--theme-crimson);
}


@keyframes scrollHintAngleMove {
    0% {
        opacity: 0;
        transform: translateY(calc(-9em / 16));
    }

    33% {
        opacity: 1;
        transform: translateY(calc(-3em / 16));
    }

    67% {
        opacity: 1;
        transform: translateY(calc(3em / 16));
    }

    100% {
        opacity: 0;
        transform: translateY(calc(9em / 16));
    }
}

.scroll-hint {
    display: flex;
    align-items: center;
    gap: calc(15em / 16);
    color: #fff;
    padding: .5em;
    cursor: pointer;
    transition: transform .3s;
    transform-origin: left center;
}

.scroll-hint:hover {
    transform: scale(1.1);
    transition: transform .8s cubic-bezier(0.15, 1, 0.336, 1);
}

.scroll-hint-mouse {
    width: calc(24em / 16);
    height: calc(35.86em / 16);
    border-radius: calc(12em / 16);
    background-color: #fff;
    position: relative;
}

.scroll-hint-mouse i {
    width: calc(8em / 16);
    height: calc(4em / 16);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/icon_angle_down.svg") center/contain no-repeat;
    animation: scrollHintAngleMove 1.5s linear infinite;
    opacity: 0;
}

.scroll-hint-mouse i:nth-of-type(2) {
    animation-delay: .5s;
}

.scroll-hint-mouse i:nth-of-type(3) {
    animation-delay: 1s;
}


.flex-box {
    display: flex;
    --gap: calc(48 * var(--rpx));
    --gap-x: var(--gap);
    --gap-y: var(--gap);
    --column: 3;
    --item-width: calc((100% - var(--gap-x) * (var(--column) - 1)) / var(--column));
    gap: var(--gap-y) var(--gap-x);
    flex-wrap: wrap;
    width: 100%;
}

.flex-box .list-item,
.flex-box .flex-item {
    width: var(--item-width);
    flex: 0 0 auto;
}

.flex-box .flex-item.fullwidth {
    width: 100%;
}

.page-margin-top {
    margin-top: var(--page-padding-top);
}

.page-pad-top {
    padding-top: var(--page-padding-top);
}

.editor-link-mockup {
    height: 1.3em;
    line-height: 1.3em;
    margin: 0;
    padding: 0 0.5em;
    background: white;
    color: #99ccff;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999;
    font-size: 1rem;
}

body.wfEditorMode .editor-link-mockup {
    visibility: visible;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: calc(40 * var(--rpx));
}

.section-title .text {
    text-transform: uppercase;
    font-size: calc(58 * var(--rpx));
    line-height: calc(68em / 58);
}

.tags {
    z-index: 240;
    display: flex;
    gap: calc(10 * var(--rpx));
    color: #fff;
    opacity: 1;
    transition: .2s;
    position: relative;
}

.tag {
    padding: calc(6em / 16) calc(18em / 16);
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(35em / 16);
    border-radius: calc(17.5em / 16);
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}


.news-list {
    margin-top: calc(50 * var(--rpx));
    --gap: clamp(30px, calc(5.2083vw + -20px), 80px);
}

.news {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    transition: border-bottom .2s;
    overflow: hidden;
}

.news:hover {
    border-bottom: 1px solid #BE1D2380;
    transition: border-bottom .4s;
}

.news .top {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
}

.news .cover {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #333;
}

.news .cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .2s;
}

.news .cover::before {
    content: "";
    z-index: 220;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #0009 0%, #0000 100%);
    opacity: 1;
    transition: .2s;
}

.news:hover .cover::before {
    opacity: 0;
    transition: .4s;
}

.news:hover .cover img {
    transform: scale(1.08);
    transition: .8s cubic-bezier(0.15, 1, 0.336, 1);
}


.news .tags {
    position: absolute;
    left: calc(20 * var(--rpx));
    top: calc(20 * var(--rpx));
}

.news:hover .tags {
    opacity: 0;
    transition: opacity .4s;
}

.news .info {
    padding-top: calc(20 * var(--rpx));
    height: calc(300 * var(--rpx-75));

    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

.news .info * {
    position: relative;
    z-index: 230;
}

.news .info::after {
    content: "";
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
    background: radial-gradient(ellipse farthest-side at center, #BE1D232f 0%, #BE1D2300 100%);
    transform: translateY(50%) scale(0);
    opacity: 0;
    transition: .2s;
}

.news:hover .info::after {
    transform: translateY(50%) scale(1);
    opacity: 1;
    transition: .4s opacity, .8s transform cubic-bezier(0.15, 1, 0.336, 1);
}

.news .title {
    width: 100%;
    font-size: calc(24 * var(--rpx));
    line-height: calc(30em / 24);

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;

    height: calc(90em / 24);
    transition: .2s;
}

.news:hover .title {
    color: var(--theme-crimson);
    transition: .4s;
}

.news .desc {
    width: 100%;
    margin-top: calc(30 * var(--rpx));
    line-height: 1.5em;
    color: #999999;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;

    height: 4.5em;
    margin-bottom: calc(30 * var(--rpx));
    z-index: 250;
    transition: .2s;
}

.news:hover .desc {
    color: #BE1D2380;
    transition: .4s;
}

.news .read-more {
    margin-top: auto;
    margin-bottom: calc(32 * var(--rpx));
    justify-self: flex-end;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: calc(7em / 16);
    transition: .2s;
}

.news .read-more::before {
    content: "";
    width: calc(10 * var(--rpx));
    height: calc(10 * var(--rpx));
    background: center / 50% auto no-repeat var(--theme-crimson);
    margin-bottom: 1px;
    transition: .2s;
    transform: translateZ(0);
    transform-origin: left center;
}

.news:hover .read-more {
    color: var(--theme-crimson);
    transition: .4s;
}

.news:hover .read-more::before {
    content: "";
    transform: scale(3) translateZ(0);
    background: url(../images/icon_arr_right.svg) center / 50% auto no-repeat var(--theme-crimson);
    transition: .4s cubic-bezier(0.15, 1, 0.336, 1);
    margin-right: calc(24 * var(--rpx));
}

.page-header {
    height: calc(320 * var(--rpx-75));
    position: relative;
    color: #fff;
    overflow: hidden;
    background-color: #000;
}

.page-header.slim{
    height: calc(240 * var(--rpx-75));
}

.page-header .page-header-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    transform-origin: var(--wrapper-margin) 50%;
}

.page-header .page-header-back img {
    transform-origin: var(--wrapper-margin) 50%;
}

.page-header-back img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header-back::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #0008, #0000);
    z-index: 210;
}

.page-header .wrapper {
    position: relative;
    z-index: 220;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-title {
    font-size: calc(88 * var(--rpx));
    font-weight: 500;
    line-height: 1em;
    transform-origin: left center;
}

.page-title-pre {
    font-size: calc(24 * var(--rpx));
    font-weight: 500;
    margin-bottom: calc(16 * var(--rpx));
    transform-origin: left center;
}

.section-title.tiny,
.section-title.tiny .text {
    font-size: calc(28 * var(--rpx));
    line-height: 1em;
    font-weight: normal;
    text-transform: none;
}

#smooth-content::before {
    content: "";
    width: 100%;
    height: 0;
    display: flow-root;
}

.page-inner-nav-placeholder {
    height: var(--inner-nav-max);
    position: relative;
    font-size: 1rem;
    font-weight: lighter;
    z-index: 200;
}

.page-inner-nav-placeholder:has(.page-inner-nav.fixed){
    z-index: 300;
}

.page-inner-nav {
    position: relative;
    width: 100%;
    will-change: transform;
    display: flex;
    justify-content: flex-start;
    height: var(--inner-nav-max);
    padding-left: 0;
    padding-right: 0;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid transparent;
}

.page-inner-nav.fixed {
    justify-content: flex-start;
    height: var(--inner-nav-min);
    position: fixed;
    left: 0;

    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 3rem rgba(15, 15, 15, .05), 0 0 0.75rem rgba(15, 15, 15, .075);

    padding-left: var(--wrapper-margin);
    z-index: 800;
}

.page-inner-nav .inner-nav-page-title {
    width: 0;
    overflow: hidden;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding-right: calc(64 * var(--rpx));
    position: relative;
    white-space: nowrap;
    pointer-events: none;

    opacity: 0;
}

.page-inner-nav.fixed .inner-nav-page-title {
    pointer-events: all;
}

.page-inner-nav .inner-nav-page-title::after {
    content: "";
    position: absolute;
    right: calc(32 * var(--rpx));
    width: 1px;
    height: 1.6em;
    top: .25em;
    bottom: 0;
    margin: auto;
    background-color: #d8d8d8;
}

.page-inner-nav .inner-nav-link {
    font-weight: 400;
    flex: 0 0 auto;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s border, .2s color;
    position: relative;
    margin-top: -2px;
    margin-bottom: -2px;
    margin-right: calc(40 * var(--rpx-50));
}

.page-inner-nav.fixed .inner-nav-link {
}

.page-inner-nav .inner-nav-link .en {
    display: none;
}

.page-inner-nav .inner-nav-link.muted {
    display: none;
}

.page-inner-nav .inner-nav-link:hover {
    color: var(--theme-crimson);
    border-top-color: var(--theme-crimson);
}

.page-inner-nav:not(.fixed) .inner-nav-page-title + .inner-nav-link {
    margin-left: calc(-64 * var(--rpx));
}

.page-inner-nav .inner-nav-link.active {
    color: var(--theme-crimson);
    font-weight: 500;
    border-top: 2px solid var(--theme-crimson);
}

.lineup-list, .product-list {
    --gap: calc(35 * var(--rpx));
}

.lineup-list .lineup,
.product-list .product {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 calc(30 * var(--rpx)) calc(30 * var(--rpx));
    position: relative;
    overflow: hidden;
    transition: box-shadow .2s;
    transform: translateZ(0);
}

.lineup-list .lineup .cover,
.product-list .product .cover {
    height: calc(280 * var(--rpx));
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 200;
}

.lineup-list .lineup .info,
.product-list .product .info {
    position: relative;
    z-index: 220;
    width: 100%;
}

.lineup-list .lineup .cover img,
.product-list .product .cover img {
    height: 100%;
    max-width: 100%;
    aspect-ratio: 424/279;
    width: auto;
    object-fit: cover;
}

.lineup-list .lineup .title,
.product-list .product .title {
    color: #BE1D23;
    font-size: calc(24 * var(--rpx));
    position: relative;
    width: 100%;
    text-align: left;
}

.lineup-list .lineup .title::before,
.product-list .product .title::before {
    content: "";
    background: url("../images/icon_angle_right_white.svg") center/contain no-repeat;
    width: .4em;
    height: .75em;
    margin-bottom: .2em;
    margin-right: .1em;
    vertical-align: middle;
    display: inline-block;
    filter: url(#crimson-overlay);
}

.lineup-list .lineup .desc,
.product-list .product .desc {
    font-size: 1rem;
    margin-top: 1em;
}


.lineup-list .lineup::after,
.product-list .product::after {
    content: "";
    width: 100%;
    aspect-ratio: 1/0.8;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
    background: radial-gradient(ellipse farthest-side at center, #BE1D232f 0%, #BE1D2300 100%);
    transform: translateY(50%) scale(0);
    opacity: 0;
    transition: .2s;
}

.lineup-list .lineup:hover::after,
.product-list .product:hover::after {
    transform: translateY(50%) scale(1);
    opacity: 1;
    transition: .4s opacity, .8s transform cubic-bezier(0.15, 1, 0.336, 1);
}

.lineup-list .lineup:hover,
.product-list .product:hover {
    box-shadow: 0 10px 12px rgba(0, 0, 0, .1);
    transition: box-shadow .6s cubic-bezier(0.15, 1, 0.336, 1);
}

.inquiries {
    margin-top: calc(100 * var(--rpx-50));
}

.inquiries:nth-of-type(1) {
    margin-top: 0;
}

.inquiries-ctn {
    position: relative;
    height: calc(320 * var(--rpx));
    overflow: hidden;
    color: #fff;
    transform: translateZ(0);
}

.inquiries-back {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    z-index: 200;
}

.inquiries-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, #000f, #0003);
    z-index: 220;
    padding: calc(80 * var(--rpx-50));
}

.inquiries-info .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(440 * var(--rpx-75));
    flex: 0 0 auto;
}

.inquiries-info .right {
    flex: 0 0 auto;
}

.inquiries-title {
    font-size: calc(28 * var(--rpx));
    margin-bottom: calc(20 * var(--rpx));
}

.inquiries-desc {
    color: rgba(255, 255, 255, .7);
    font-size: calc(18rem / 16);
    line-height: 1.45em;
}

.inquiries .btn-more {
    width: calc(240 * var(--rpx));
    font-weight: 500;
    font-size: calc(14rem / 16);
}

.content strong, b {
    font-weight: bold;
}

.content h2 {
    font-weight: 500;
    font-size: calc(38 * var(--rpx));
    margin-bottom: 1em;
    margin-top: 1.5em;
}

.content h3 {
    font-weight: 500;
    font-size: calc(28 * var(--rpx));
}

.content * + p {
    margin-top: 1em;
}

.top-nav-sub {
    position: fixed;
    left: 0;
    top: var(--header-height);
    transition: .2s;
    transform: scaleY(.8) translateY(-10%);
    opacity: 0;
    visibility: hidden;
    background-color: #282828;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, .4);
    z-index: 590;
    color: #fff;
}

.top-nav-item:hover .top-nav-sub {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: top .3s, transform .4s cubic-bezier(0.15, 1, 0.336, 1), opacity .3s;
}

.top-nav-sub .nav-col {
    min-height: calc(480 * var(--rpx));
    max-height: calc(100vh - var(--header-height));
    width: calc(400 * var(--rpx));
}

.col-links {
    max-height: calc(100vh - var(--header-height) - 140 * var(--rpx));
    overflow: auto;
}

.col-links::-webkit-scrollbar {
    width: 4px;
    background: #0002;
    border-radius: 2px;
}

.col-links::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgb(255, 255, 255, .5);
}

.col-links::-webkit-scrollbar-track {
    background: transparent;
}

.top-nav-sub .col-group {
    display: none;
    padding: calc(40 * var(--rpx));
    height: 100%;
}

.top-nav-sub .col-group.active {
    display: block;
}

.top-nav-sub .col1 {
    background-color: #1C1C1C;
    width: calc(400 * var(--rpx) + var(--wrapper-margin));
}

.top-nav-sub .col1 .col-group {
    padding-right: 0;
    padding-left: var(--wrapper-margin);
}

.top-nav-sub .col2 .col-group {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.top-nav-sub .col-single{
    padding: calc(40 * var(--rpx));
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1);
    background-color: #1c1c1c;
}

.top-nav-sub .col-title {
    font-size: calc(14rem / 16);
    font-weight: 500;
    color: #fff8;
}

.top-nav-sub .col-links {
    margin-top: calc(16 * var(--rpx));
}

.top-nav-sub .col-link {
    display: block;
    font-size: calc(18rem / 16);
    line-height: calc(24em / 18);
    padding-top: calc(8em / 18);
    padding-bottom: calc(8em / 18);
    transition: .2s;
    position: relative;
    color: #fff8;
}

.top-nav-sub .col-link::after {
    content: "";
    font-size: inherit;
    width: calc(15 * var(--rpx-75));
    height: calc(13 * var(--rpx-75));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: translateX(-100%);
    transition: .2s;
    background: url("../images/icon_arr_right.svg") center/contain no-repeat;
    filter: url(#crimson-overlay);
    margin: auto;
}

.col1 .col-link::after {
    right: calc(30em / 24);
}

.col1 .col-link {
    font-size: calc(24 * var(--rpx));
    line-height: 1.5;
    padding-top: .5em;
    padding-bottom: .5em;
    color: #fff8;
}

.col-single .col-link{
    padding-right: calc(32 * var(--rpx));
}

.col1 .col-link.active {
    padding-left: 1em;
    background-color: #282828;
    transition: .4s cubic-bezier(0.15, 1, 0.336, 1);
}

.col-single .col-link:hover,
.col-link.active {
    color: #ffff;
}

.col-single .col-link:hover::after,
.top-nav-sub .col-link.active::after {
    opacity: 1;
    transform: none;
    transition: opacity .3s, transform .4s cubic-bezier(0.15, 1, 0.336, 1);
}

.col-single .col-link::before,
.col-rest .col-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    opacity: 0;
    transform: scaleX(.5);
    transform-origin: left;
    transition: .2s;
    background-color: #fff;
}

.col-single .col-link:hover::before,
.col-rest .col-link.active::before {
    opacity: 1;
    transform: none;
    transition: opacity .3s, transform .4s cubic-bezier(0.15, 1, 0.336, 1);
}

.search-ctn {
    font-size: calc(18rem / 16);
    background-color: rgba(255, 255, 255, .2);
    height: calc(60em / 18);
    border-radius: calc(30em / 18);
    position: relative;
    flex: 0 0 calc(870% / 16 - 10 * var(--rpx));
}

.search-ctn input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    font-size: 1em;
    padding-left: calc(24em / 18);
    padding-right: calc(160em / 18);
    border-radius: calc(30em / 18);
    outline: none;
    color: #fff;
}

.search-ctn input::placeholder {
    color: rgba(255, 255, 255, .7);
}

.search-ctn input:focus {
    background-color: #fff;
    color: #000;
}

.search-ctn button {
    position: absolute;
    --gap: calc(10 * var(--rpx-50));
    top: var(--gap);
    right: var(--gap);
    height: calc(100% - 2 * var(--gap));
    font-family: inherit;
    outline: none;
}

.search-ctn button::after {
    --glow-color: #BE1D2380;
}

.form-contact {
    width: 100%;
    font-size: 1rem;
    position: relative;
    transition: opacity 0.3s;
}

.form-contact.loading {
    opacity: 0.6;
    pointer-events: none;
}

.form-contact.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 1000;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.form-error-message {
    margin-bottom: 1.5rem;
}

.form-error-message .errors {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #e31019;
    font-size: calc(18rem / 16);
}

.form-error-message .errors li {
    padding: 0.25em 0;
}

.form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: calc(10 * var(--rpx));
}

.form-field.col1 {
    width: 100%;
}

.form-field.col2 {
    width: calc((100% - 10 * var(--rpx)) / 2);
}

.form-field.col3 {
    width: calc((100% - 20 * var(--rpx)) / 3);
}

.form-field {
    position: relative;
    width: 100%;
}

.form-field.top-field {
    z-index: 240;
}

.form-field input[type=text],
.form-field textarea,
.form-field .dropdown-ctn {
    display: block;
    width: 100%;
    border: none;
    border-radius: calc(30em / 16);
    line-height: calc(30em / 16);
    padding: calc(9em / 16) calc(20em / 16);
    font-size: inherit;
    outline: none;
    color: #fff;

    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.form-field .dropdown-ctn::after {
    content: "";
    width: calc(12em / 16);
    height: calc(14em / 16);
    background: url("/themes/basic/skin/images/icon_arr_down.svg") center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(24em / 16);
    pointer-events: none;
}

.form-field .dropdown-ctn:hover {
    background-color: rgba(255, 255, 255, .2);
}

.form-field .dropdown-ctn.active {
    background-color: #fff;
    color: #000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-field .dropdown-ctn {
    padding-right: calc(48em / 16);
}

input[type=checkbox] {
    display: none;
}

.agreement-field {
    cursor: pointer;
    margin-top: calc(20 * var(--rpx));
}

.agreement-field a {
    color: var(--theme-crimson);
    text-decoration: underline;
}

.agreement-field a:hover {
    color: var(--theme-red);
}

.submit-field {
    margin-top: calc(40 * var(--rpx));
}

input[type=checkbox] + i.checkbox-tick {
    width: calc(24em / 16);
    height: calc(24em / 16);
    background: rgba(255, 255, 255, .1);
    display: inline-block;
    vertical-align: middle;
    margin-right: .1em;
    cursor: pointer;
    border-radius: 50%;
}

input[type=checkbox] + i.checkbox-tick:hover {
    background: rgba(255, 255, 255, .2);
}

input[type=checkbox]:checked + i.checkbox-tick {
    background: url("/themes/basic/skin/images/icon_tick.svg") center/50% auto no-repeat var(--theme-red);
}

.form-field textarea {
    min-height: 160px;
    resize: vertical;
}

.dropdown-ctn {
    position: relative;
    cursor: pointer;
}

.dropdown-current {
    min-height: calc(30em / 18);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    color: #fff;
    outline: none;
}

.dropdown-current:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .3);
}

.dropdown-ctn.active .dropdown-current {
    color: #000;
}

.dropdown-current .pre-fixed {
    padding-right: .75em;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: .75em;
}

.dropdown-current .placeholder {
    color: rgba(255, 255, 255, .7);
}

.dropdown-ctn.active .dropdown-current .placeholder {
    color: rgba(0, 0, 0, .7);
}

.title-dropdown .selected {
    flex: 1 0 auto;
    text-align: center;
}

.dropdown-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 0 0 calc(30em / 16) calc(30em / 16);
    max-height: 200px;
    overflow-y: auto;
    z-index: 300;
    display: none;
    padding: calc(20em / 16) 0;
    background-color: #F6F6F6;
}

.dropdown-options::-webkit-scrollbar {
    width: 4px;
}

.dropdown-options::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #0002;
}

.dropdown-options::-webkit-scrollbar-track {
    background: transparent;
}

.dropdown-ctn.active .dropdown-options {
    display: block;
}

.dropdown-option {
    padding: calc(8em / 18) calc(20em / 18);
    cursor: pointer;
    transition: color 0.2s;
    line-height: calc(24em / 16);
}

.dropdown-option:hover {
    color: var(--theme-red);
    background-color: rgba(0, 0, 0, 0.02);
}

.dropdown-option:last-of-type{
    border-bottom: none;
}

.form-field input[type='text']:focus,
.form-field textarea:focus {
    outline: none;
    background-color: #fff;
    color: #000
}

.form-field input[type='text']::placeholder,
.form-field textarea::placeholder {
    color: #999;
}

.form-field.error input[type="text"],
.form-field.error textarea,
.form-field.error .dropdown-ctn {
    border-color: #e31019;
}

.verification-field {
    position: relative;
    gap: calc(10 * var(--rpx));
}

.verification-field .verification-captcha {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: auto;
    border-radius: 0 calc(30em / 16) calc(30em / 16) 0;
    overflow: hidden;
    flex: 0 0 auto;
}

.verification-group {
    display: flex;
    gap: calc(20 * var(--rpx));
    align-items: flex-start;
}

.verification-input {
    flex: 1;
}

.form-field .verification-input input[type="text"] {
    border-radius: calc(30em / 16) 0 0 calc(30em / 16);
}

.verification-captcha {
    flex: 0 0 auto;
}

.verification-captcha img {
    height: 100%;
    width: auto;
    display: block;
    cursor: pointer;
}

.btn-submit {
    width: calc(240 * var(--rpx));
    font-weight: 500;
}

.errors {
    margin-bottom: 1.5rem;
    color: #e31019;
}

@keyframes postedIn {
    0% {
        opacity: 0;
        transform: scale(.5);
    }
    0% {
        opacity: 1;
        transform: scale(1);
    }
}

.posted {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: calc(540 * var(--rpx));
    animation: postedIn 1.2s cubic-bezier(0.15, 1, 0.336, 1) forwards;
}

.posted-tick {
    width: calc(80 * var(--rpx));
    height: calc(80 * var(--rpx));
    border-radius: 50%;
    background: url("/themes/basic/skin/images/icon_tick.svg") center/50% auto no-repeat var(--theme-red);
    margin-bottom: calc(30 * var(--rpx));
}

.posted-text {
    font-size: calc(18rem / 16);
}

input[type="radio"] {
    display: none;
}

.radio-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(20 * var(--rpx));
}

.field-list label.radio-item {
    width: auto;
    display: flex;
    align-items: center;
    cursor: pointer;

    gap: calc(8 * var(--rpx));
}

/*input[type="radio"] + i.radio-mock {
    width: calc(26em / 18);
    height: calc(26em / 18);
    border-radius: 50%;
    flex: 0 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.05);
}

input:checked[type="radio"] + i.radio-mock {
    border: none;
    background: url("/themes/basic/skin/images/icon_radio_check.svg") center/contain no-repeat;
}*/


.right-nav-sub.search{
    height: calc(380 * var(--rpx));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right-nav-sub .search-ctn{
    flex: 0 0 auto;
    height: calc(80 * var(--rpx));
    width: calc(720 * var(--rpx));
    border-radius: calc(80 * var(--rpx));
    position: relative;
}

.right-nav-sub .search-ctn input{
    border-radius: calc(40 * var(--rpx));
}

.right-nav-sub .search-ctn button{
    --gap: calc(17 * var(--rpx-50));
}

.search .search-type{
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: calc(17 * var(--rpx-50));
    width: calc(160 * var(--rpx));
    z-index: 680;
    font-size: 1rem;
    top: 0;
}

.right-nav-sub .search-ctn input{
    padding-left: calc(175 * var(--rpx) + 17 * var(--rpx-50));
    color: #fff;
}

.right-nav-sub .search-ctn input::placeholder{
    color: #fff6;
}

.right-nav-sub .search-ctn input:focus{
    outline: 2px solid var(--theme-red);
    background-color: rgba(0, 0, 0, .5);
}

.right-nav-sub .search-type .dropdown-ctn:not(.active)::after{
    filter: url(#white-overlay);
}

.right-nav-sub.search .popular-keywords{
    display: flex;
    flex-direction: column;
    width: calc(720 * var(--rpx));
    margin-top: calc(40 * var(--rpx));
    color: rgba(255, 255, 255, .7);
    font-size: calc(14rem / 16);
}

.right-nav-sub.search .keywords-title{
    text-align: center;
}

.right-nav-sub.search .keywords-ctn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: calc(5 * var(--rpx));
    margin-top: calc(16em / 16);
}

.right-nav-sub.search .keyword{
    cursor: pointer;
    color: #fff;
    padding: calc(10rem / 14);
    background-color: rgba(255, 255, 255, .1);
    border-radius: calc(5em / 14);
}

.right-nav-sub.search .keyword:hover{
    background-color: rgba(255, 255, 255, .2);
}

.right-nav-sub.lang{
    height: calc(80 * var(--rpx));
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(48 * var(--rpx));
    padding-right: calc(var(--wrapper-margin) + calc(138rem / 16));
}

.right-nav-sub.lang .active{
    color: var(--theme-crimson);
}

.right-nav-item.search-item::before{
    content: "";
    position: absolute;
    width: calc(120 * var(--rpx));
    height: 100%;
    top: 0;
    right: 100%;
}

/* ===== Swiper progress tabs（news / sec1 等轮播进度条公用） ===== */
.tab-progress{
    display: block;
    width: 100%;
    height: calc(4 * var(--rpx-75));
    border-radius: calc(2 * var(--rpx-75));
    background-color: rgba(255, 255, 255, .3);
    position: relative;
    overflow: hidden;
    transition: .2s;
}
/* hover 由父级 .banner-tab / .sec1-tab 触发，便于点击 */
.progress-value{
    height: 100%;
    width: 0;
    background-color: var(--theme-crimson);
}
