@font-face {
    font-family: nimbussansnovusdotBolFont;
    src: url("/fonts/NIMBUSSANSNOVUSDOT-BOL.OTF");
}

@font-face {
    font-family: nimbussansnovusdotLigFont;
    src: url("/fonts/NIMBUSSANSNOVUSDOT-LIG.OTF");
}

body {
    background-color: black !important;
}

.spire-container {
    position: relative;
    font-family: nimbussansnovusdotLigFont;
}

.spire-container h1,
.spire-container h2,
.spire-container h3,
.spire-container h4,
.spire-container h5 {
    font-family: nimbussansnovusdotBolFont;
    font-weight: 100;
}

.spire-container p {
    font-family: nimbussansnovusdotLigFont;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.05rem;
}

.section-content-container {
    max-width: 1120px;
    margin: 0 auto;
}

#s3-swiper {
    overflow: visible;
}

.s1 {
    position: relative;
    height: 100vh;
    z-index: 9;
    transition: 0.3s;
}

.s1.inner-doc {
    position: relative;
}

.s1-background {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.s1-background img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


.s1-content {
    position: absolute;
    top: 25%;
    left: 14.17%;
    z-index: 10;
}

.s1-content-title {
    font-size: 52px;
}

.s1-content-title__brand {
    color: white;
}

.s1-content-title__series {
    color: white;
}

.s1-content-title__model {
    display: inline-block;
    background-image: linear-gradient(to right, #fe8957, #ff295f 35%, #341269 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

.s1-content-description {
    display: flex;
    display: -webkit-flex;
    color: white;
    font-size: 18px;
    line-height: 1;
    margin-top: 20px;
    letter-spacing: 0.05rem;
}

.s1-content-description li:nth-child(odd) {
    border-right: 0.5px solid white;
    padding-right: 16px;
}

.s1-content-description li:nth-child(even) {
    border-left: 0.5px solid white;
    padding-left: 16px;
}

.s1-btn-group {
    margin-top: 50px;
}

.s1-btn-group .btn:first-child {
    margin-right: 1rem;
}

.s1-btn-group .btn {
    border-radius: 50px;
}

.s1-btn-group .btn-secondary {
    background-color: white;
    border-color: white;
    color: black;
}

.s1-btn-group .btn-secondary:after {
    border-right-color: black;
    background-color: rgba(0, 0, 0, 0.5);
}

.s1-btn-group .btn-outline-secondary {
    border-color: white;
    color: white;
}

.s2 {
    position: relative;
    padding-top: 600px;
    overflow: hidden;
    z-index: 3;
}

.s2-content-container {
    position: relative;
    width: calc(50% + 6px);
    height: 600px;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 2;
    overflow: hidden;
}

.s2-title {
    font-size: 66px;
    text-align: center;
    color: white;
}

.s2-title-image {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    object-position: center;
}

.s2-description {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    top: 45%;
    font-size: 22px;
    font-family: nimbussansnovusdotBolFont;
    text-align: center;
    background-image: linear-gradient(to right, #c1abe5, #dec2e8, #c1abe5);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
    z-index: 3;
    filter: brightness(0);
    transition: 2s ease-in-out;
}

.s2-background-light-left-container {
    width: 52%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -2px;
    z-index: 1;
    background:
        linear-gradient(to bottom, rgba(3, 3, 5, 0.6), 8%, rgba(3, 3, 5, 0.3) 25%, rgba(3, 3, 5, 0)),
        radial-gradient(ellipse 200% 70%, rgba(3, 3, 5, 0), 40%, rgba(3, 3, 5, 0.4), 70%, rgba(3, 3, 5, 0.6)),
        conic-gradient(from 135deg, rgba(3, 3, 5, 0.5) 0deg, rgba(24, 34, 63, 0.5), rgba(74, 72, 121, 0.5) 140deg, rgba(116, 104, 182, 0.5) 180deg, rgba(186, 142, 230, 0.5) 220deg, rgba(213, 199, 249, 0.8) 255deg);
    filter: brightness(135%) contrast(160%);
}

.s2-background-light-right-container {
    width: 52%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -2px;
    z-index: 1;
    background:
        linear-gradient(to bottom, rgba(3, 3, 5, 0.6), 8%, rgba(3, 3, 5, 0.3) 25%, rgba(3, 3, 5, 0)),
        radial-gradient(ellipse 200% 70%, rgba(3, 3, 5, 0), 40%, rgba(3, 3, 5, 0.4), 70%, rgba(3, 3, 5, 0.6)),
        conic-gradient(from 225deg, rgba(169, 188, 247, 0.5) 105deg, rgba(126, 157, 250, 0.5) 145deg, rgba(22, 27, 63, 0.5) 250deg, rgba(3, 3, 5, 0.5) 360deg);
    filter: brightness(135%) contrast(160%);
}

/* .s2-background-light {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:
        linear-gradient(to bottom, rgba(3, 3, 5, 0.6), 8%, rgba(3, 3, 5, 0.3) 25%, rgba(3, 3, 5, 0)),
        radial-gradient(ellipse 70% 70% at 75% 50%, rgba(3, 3, 5, 0), 40%, rgba(3, 3, 5, 0.1), 70%, rgba(3, 3, 5, 0.15)),
        conic-gradient(from 180deg at 75% 50%, rgba(169, 188, 247, 0.8) var(--cr1), rgba(126, 157, 250, 0.8) var(--cr2), rgba(22, 27, 63, 0.9), rgba(3, 3, 5, 0.9) var(--cr3)),
        radial-gradient(ellipse 90% 90% at 25% 50%, rgba(3, 3, 5, 0), 40%, rgba(3, 3, 5, 0.1), 70%, rgba(3, 3, 5, 0.15)),
        conic-gradient(from 180deg at 25% 50%, rgba(3, 3, 5, 0.8) var(--cr4), rgba(25, 24, 27, 0.8), rgba(186, 142, 230, 0.8) var(--cr5), rgba(213, 199, 249, 0.8) var(--cr6));
    filter: brightness(160%) contrast(200%);
    background-blend-mode: multiply;
    z-index: 0;
    darken
    color-burn
} */

.s2-background-light {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    background-image:
        linear-gradient(to bottom, rgba(3, 3, 5, 0.6), 8%, rgba(3, 3, 5, 0.3) 25%, rgba(3, 3, 5, 0)),
        radial-gradient(ellipse 70% 70% at 75% 50%, rgba(3, 3, 5, 0), 40%, rgba(3, 3, 5, 0.1), 70%, rgba(3, 3, 5, 0.15)),
        conic-gradient(from 180deg at 75% 50%, rgba(169, 188, 247, 0.8) var(--cr1), rgba(126, 157, 250, 0.8) var(--cr2), rgba(22, 27, 63, 0.9), rgba(3, 3, 5, 0.9) var(--cr3)),
        radial-gradient(ellipse 90% 90% at 25% 50%, rgba(3, 3, 5, 0), 40%, rgba(3, 3, 5, 0.1), 70%, rgba(3, 3, 5, 0.15)),
        conic-gradient(from 180deg at 25% 50%, rgba(3, 3, 5, 0.8) var(--cr4), rgba(25, 24, 27, 0.8), rgba(186, 142, 230, 0.8) var(--cr5), rgba(213, 199, 249, 0.8) var(--cr6));
    background-blend-mode: multiply;
    filter: brightness(160%) contrast(200%);
    -webkit-filter: brightness(160%) contrast(200%);
    z-index: 0;
    transition: 2s --cr1 ease-in-out, 2s --cr2 ease-in-out, 2s --cr3 ease-in-out, 2s --cr4 ease-in-out, 2s --cr5 ease-in-out, 2s --cr6 ease-in-out;
}

.s2-background-light.show {
    --cr1: 150deg;
    --cr2: 180deg;
    --cr3: 445deg;
    --cr4: -85deg;
    --cr5: 175deg;
    --cr6: 210deg;
}


.s2 .s2-description.show {
    filter: brightness(100%);
}

@property --cr1 {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

@property --cr2 {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

@property --cr3 {
    syntax: '<angle>';
    inherits: false;
    initial-value: 180deg;
}

@property --cr4 {
    syntax: '<angle>';
    inherits: false;
    initial-value: 180deg;
}

@property --cr5 {
    syntax: '<angle>';
    inherits: false;
    initial-value: 340deg;
}

@property --cr6 {
    syntax: '<angle>';
    inherits: false;
    initial-value: 360deg;
}

.s3 {
    padding-bottom: 80px;
    overflow: hidden;
}

.s3-title {
    font-size: 40px;
    text-align: center;
    color: white;
}

.s3-description {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 900px;
    text-align: center;
    font-size: 18px;
}

.s3-core-image-list {
    width: calc(952.5px + 6px);
    margin: 0 auto;
    margin-top: 50px;
}

.s3-core-image {
    width: 100%;
    border-radius: 10px;
}

#s3-swiper .swiper-slide-prev,
#s3-swiper .swiper-slide-next {
    opacity: 0.4;
}

.s3-core-item-title {
    font-size: 40px;
    text-align: center;
    color: white;
    font-family: nimbussansnovusdotBolFont;
}

.s3-core-item-description {
    width: 670px;
    font-size: 16px;
    text-align: center;
    color: white;
    margin: 0 auto;
    margin-top: 10px;
}

.s3-core-tab-container {
    margin-top: 30px;
    padding: 0 40px;
    overflow: hidden;
}

.s3-core-tab-rail {
    position: relative;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
    overflow: visible;
}

.s3-core-tab-slider {
    position: absolute;
    width: 100px;
    height: 5px;
    left: 20px;
    top: -2px;
    background: linear-gradient(to right, #ff8b46, #f11064, #35126a 70%);
    transition: all 0.3s ease-out;
}

.s3-core-tab-list {
    padding: 0 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.s3-core-tab-item {
    width: 100px;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.6);
    font-family: nimbussansnovusdotBolFont;
    cursor: pointer;
    text-align: center;
}

.s4 {
    padding: 80px 0;
}

.s4-title {
    font-size: 40px;
    text-align: center;
    color: white;
}

.s4-description {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 900px;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
}

.advantages-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 100px;
}

.advantages-item {
    position: relative;
    width: calc((100% - 40px) / 3);
    background-color: #0e1024;
    border-radius: 10px;
    margin: 10px;
    padding: 10px 50px;
    padding-top: 85px;
}

.advantages-item:nth-child(-n+3) {
    margin-top: 0;
}

.advantages-item:nth-child(n+4) {
    margin-top: 60px;
}

.advantages-item:first-child {
    margin-left: 0;
}

.advantages-item:nth-child(3) {
    margin-right: 0;
}

.advantages-item:nth-child(4) {
    margin-left: 0;
}

.advantages-item:nth-child(6) {
    margin-right: 0;
}

.advantages-item-icon-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.dvantages-item-icon-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.dvantages-item-icon-light::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 35%;
    height: 65%;
    transform-style: preserve-3d;
    transform: translateX(-50%);
    border-radius: 50%;
    margin-top: -20px;
    filter: blur(50px);
    transition: 0.6s ease-in-out;
}

.advantages-item-name {
    position: relative;
    color: white;
    font-size: 16px;
    text-align: center;
    z-index: 1;
}

.advantages-item-icon {
    height: 120px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform-style: preserve-3d;
    transform: translateX(-50%) translateY(0) translateZ(0);
    transition: 0.6s ease-in-out;
}

.advantages-item:nth-child(1) .dvantages-item-icon-light::after {
    background: conic-gradient(from -120deg, #aa4aff 0deg, #6251fd 120deg, #00bcea 360deg);
}

.advantages-item:nth-child(2) .dvantages-item-icon-light::after {
    background: linear-gradient(135deg, #00dbc9, #D834FF);
}

.advantages-item:nth-child(3) .dvantages-item-icon-light::after {
    background: conic-gradient(from 45deg, #9f00c5 0deg, #1f70df 180deg);
}

.advantages-item:nth-child(4) .dvantages-item-icon-light::after {
    background: conic-gradient(from 45deg, #ff313e 0deg, #fd6028 180deg);
}

.advantages-item:nth-child(5) .dvantages-item-icon-light::after {
    background: linear-gradient(45deg, #00B3EC, #D834FF);
}

.advantages-item:nth-child(6) .dvantages-item-icon-light::after {
    background: conic-gradient(from -180deg, #d74e95 0deg, #b942f7 90deg, #d74e95 180deg, #b942f7 270deg, #d74e95 360deg);
}

.s5 {
    padding: 80px 0;
}

.s5-title {
    font-size: 40px;
    text-align: center;
    color: white;
}

.s5-description {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 900px;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
}


.s5-content-list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.s5-content-item:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
}

.s5-content-item:nth-child(2) {
    width: 360px;
    margin-right: 10px;
    margin-top: 10px;
}

.s5-content-item:nth-child(3) {
    width: 360px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.s5-content-item:nth-child(4) {
    width: 360px;
    margin-left: 10px;
    margin-top: 10px;
}


.s5-content-item {
    position: relative;
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.s5-content-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s ease;
}

.s5-content-item-title-container {
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    padding: 36px;
    text-align: center;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.0));
}

.s5-content-item-title-container h5 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: nimbussansnovusdotBolFont;
    font-size: 20px;
    line-height: 70px;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s ease;
}

.s5-content-item:nth-child(1) .s5-content-item-title-container {
    height: auto;
}

.s5-content-item:nth-child(1) .s5-content-item-title-container h5 {
    position: static;
    color: #9e2a04;
    font-size: 25px;
    text-align: left;
    line-height: 25px;
}

.s5-content-item:nth-child(1) .s5-content-item-title-container p {
    width: 660px;
    max-width: 100%;
    line-height: 20px;
    margin-top: 30px;
    text-align: left;
    font-size: 16px;
}

.s5-function-item {
    position: absolute;
    width: 183px;
    height: 270px;
    transform-style: preserve-3d;
    transform: perspective(500px) scale(0.85);
    border-radius: 3px;
    transition: 0.6s ease-out;
}

.s5-function-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
}

#s5-function-1 {
    top: 25px;
    left: 285px;
    z-index: 1;
}

#s5-function-2 {
    top: 25px;
    left: 285px;
    z-index: 2;
}

#s5-function-2.show {
    left: 395px;
    transform: perspective(500px) scale(0.86);
}

#s5-function-3 {
    top: 25px;
    left: 285px;
    z-index: 3;
}

#s5-function-3.show {
    left: 505px;
    transform: perspective(500px) scale(0.87);
}


#s5-function-4 {
    top: 25px;
    left: 285px;
    z-index: 4;
}

#s5-function-4.show {
    left: 615px;
    transform: perspective(500px) scale(0.88);
}

#s5-function-5 {
    top: 25px;
    left: 285px;
    z-index: 5;
}

#s5-function-5.show {
    left: 725px;
    transform: perspective(500px) scale(0.89);
}

#s5-function-6 {
    top: 25px;
    left: 285px;
    z-index: 6;
}

#s5-function-6.show {
    left: 835px;
    transform: perspective(500px) scale(0.9);
}

.s6-function-item:hover {
    translate: 0 -15px;
}

.s6 {
    padding: 80px 0;
}

.s6-title {
    font-size: 40px;
    text-align: center;
    background-image: linear-gradient(to right, #dae6e6, #9fb0d3);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

.s6-title p {
    font-family: nimbussansnovusdotBolFont;
}

.s6-machine {
    display: block;
    width: 100%;
    margin-top: 100px;
}

.brand-container {
    position: relative;
    width: 1120px;
    height: 450px;
    padding-top: 100px;
    margin: 0 auto;
}

.brand-container-background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brand-container-background-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 10;
}

.brand-container-background-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 10;
}

.brand-container-background-container .brand-container-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    z-index: 0;
}


.brand-container-background-container .brand-container-background-star {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    opacity: 0.7;
    z-index: 1;
}

.s6-description {
    width: 100%;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-align: center;
    bottom: 75px;
}

@property --x {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 0%;
}

.s6-description-wrapper {
    display: inline-block;
    font-family: nimbussansnovusdotBolFont;
    background-image: radial-gradient(farthest-corner at var(--x) 50%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
    animation-duration: 5s;
    animation-name: spotlight;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: linear;
}


@keyframes spotlight {
    0% {
        --x: 0%;
    }

    50% {
        --x: 100%;
    }

    100% {
        --x: 0%;
    }
}

.s6 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.s6 .brand-item {
    padding: 15px 20px;
    background: rgba(21, 26, 30, 0.8);
    border-radius: 25px;
    box-sizing: content-box;
    z-index: 2;
}

.s6 .brand-item img {
    display: block;
    height: 28px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.s6 .brand-list-bottom {
    margin-top: 35px;
}

.brand-list-container {
    position: relative;
}


.s7 {
    padding-bottom: 80px;
}

.s7-title {
    display: inline-block;
    font-size: 40px;
    background-image: linear-gradient(to right, #e4efe9, #93a5cf);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

.s7-description {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
}

.s7-drive-list {
    margin-top: 60px;
}

.s7-drive-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.s7-drive-background {
    width: 100%;
}

.s7-drive-logo-container {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
}

.s7-drive-logo {
    max-width: 30%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.s7-drive-logo.large-logo {
    max-width: 40%;
}

.s7 .section-content-container {
    position: relative;
}

.s7-drive-controller {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.s7-function-container {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.drive-swiper-pagination .swiper-pagination-bullet {
    background: white;
}

.drive-swiper-pagination .swiper-pagination-bullet-active {
    background: white;
}

.drive-swiper-controller {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.drive-swiper-prev,
.drive-swiper-next {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 41px;
    height: 40px;
    border-radius: 40px;
    background: rgba(26, 26, 27, 0.9);
    color: rgba(211, 211, 211);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.drive-swiper-prev i,
.drive-swiper-next i {
    font-size: 22px;
    font-weight: 900;
    transition: all 0.3s ease-in-out;
}

.drive-swiper-prev {
    margin-right: 10px;
}


.drive-swiper-next {
    margin-left: 10px;
}

.drive-swiper-prev:not(.swiper-button-disabled):hover,
.drive-swiper-next:not(.swiper-button-disabled):hover {
    color: black;
    background-color: rgba(255, 255, 255, 0.9);
}

.drive-swiper-prev.swiper-button-disabled,
.drive-swiper-next.swiper-button-disabled {
    background-color: rgba(20, 20, 20, 0.9);
    color: rgba(90, 90, 90, 0.9);
    box-shadow: none;
    cursor: not-allowed;
}

.s8 {
    padding-top: 80px;
}

.s8-title {
    display: inline-block;
    font-size: 40px;
    background-image: linear-gradient(to right, #e4efe9, #93a5cf);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

.s8-description {
    display: block;
    width: 620px;
    max-width: 100%;
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

#s8-spindle-display-container {
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.s8-spindle-display-container-background {
    position: absolute;
    width: 1272px;
    height: 100%;
    top: calc(50% - 10px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: contain;
    object-position: center;
}

.s8-spindle-display-container-background-m {
    display: none;
}

.spindle-title {
    text-align: center;
    color: white;
    margin: 30px 0;
    font-size: 20px;
}


.fwdu3dcar-image img {
    object-fit: contain;
}

.s9 {
    padding-bottom: 80px;
}

.s9-background-container {
    position: relative;
    overflow: hidden;
}

.s9-background-image {
    width: 100%;
    display: block;
    filter: brightness(var(--controlSystemBrightness));
    transform: translateX(0) translateY(0) translateZ(0);
    animation-duration: 6s;
    animation-name: controlSystemlight;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    animation-timing-function: ease-in-out;
}

.s9-background-text-wrapper {
    position: absolute;
    font-family: nimbussansnovusdotBolFont;
    left: 50%;
    top: 56.5%;
    font-size: 3.5vw;
    color: white;
    transform-style: preserve-3d;
    transform-origin: center;
    transform: perspective(50vw) translateX(-53%) translateY(-144%) rotateX(5deg) rotateY(16deg) rotateZ(-50deg) rotate3d(1, 1, 0, 56deg);
    filter: url(#glow-1) brightness(var(--fontBrightness));
    animation-duration: 6s;
    animation-name: fontlight;
    animation-iteration-count: infinite;
    animation-direction: reverse;
    animation-timing-function: ease-in-out;
}

.s9-background-text {
    line-height: 1;
}

@property --controlSystemBrightness {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 60%;
}


@property --fontBrightness {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 80%;
}

@keyframes controlSystemlight {
    0% {
        --controlSystemBrightness: 60%;
    }

    50% {
        --controlSystemBrightness: 90%;
    }

    100% {
        --controlSystemBrightness: 60%;
    }
}

@keyframes fontlight {
    0% {
        --fontBrightness: 80%;
    }

    50% {
        --fontBrightness: 110%;
    }

    100% {
        --fontBrightness: 80%;
    }
}

.particle-container {
    position: absolute;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%) translateZ(0);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    will-change: transform;
}

.particle-head {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    flex-shrink: 0;
}

.particle-body {
    width: 100%;
    flex-grow: 1;
}

.s9-content-top-text-title {
    font-size: 30px;
}

.s9-content-top-text-title p:first-child {
    font-family: nimbussansnovusdotBolFont;
    color: white;
    line-height: 1.1;
}

.s9-content-container {
    background: linear-gradient(to bottom, #020305, #000000);
}

.s9-content-top-text-title p:first-child span {
    color: #ff5400;
    font-size: 14px;
}

.s9-content-top-text-title p:last-child {
    font-family: nimbussansnovusdotBolFont;
    display: inline-block;
    background-image: linear-gradient(to right, #ff8e44, #f91362);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
    line-height: 1.1;
}

.s9-content-top-text-container {
    flex-shrink: 0;
}

.s9-content-top-text-description {
    max-width: 410px;
    margin-top: 15px;
    line-height: 1.3;
}

.s9-content-list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
    flex-wrap: wrap;
}

.s9-content-item {
    position: relative;
    margin: 0 10px;
    width: calc((100% - 90px) / 4);
    height: 300px;
    background-color: #18181a;
    border-radius: 10px;
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 0;
}

.s9-content-list .s9-content-item:first-child {
    margin-left: 0;
}

.s9-content-list .s9-content-item:nth-child(5) {
    margin-left: 0;
}

.s9-content-list .s9-content-item:nth-child(4n) {
    margin-right: 0;
}

.s9-content-list .s9-content-item:nth-child(-n+4) {
    margin-bottom: 15px;
}

.s9-content-list .s9-content-item:nth-child(n+5) {
    margin-top: 15px;
}

.s9-content-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 10px;
    opacity: 0;
    background-image: linear-gradient(to top, rgba(16, 38, 114, 1), rgba(16, 38, 114, 0));
    transition: all .6s ease;

}

.s9-content-item-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px;
    overflow: hidden;
    z-index: 1;
}

.s9-content-item-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 25px;
    padding-bottom: 15px;
    font-size: 14px;
    overflow: hidden;
}

.s9-content-item-title {
    font-size: 18px;
    margin-bottom: 0;
    color: white;
}

.s9-content-item-description {
    max-height: 0;
    opacity: 0;
    transition: all .6s ease;
    margin-top: 10px;
}

.s9-content-image {
    position: relative;
    display: block;
    max-width: 90%;
    height: 25px;
    z-index: 1;
    object-fit: contain;
}

.s10 {
    padding: 80px 0;
    background-color: balck;
    transition: background-color 1.2s ease-in-out;
}

.s10-title {
    display: inline-block;
    font-size: 36px;
    background-image: linear-gradient(to right, #ff8e44, #f91362, #35126a);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p.s10-description {
    max-width: 550px;
    color: #ffffff;
    transition: color 1.2s ease-in-out;
}

.s10-optional-function-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}


.optional-function-item {
    position: relative;
    width: calc((100% - 40px) / 3);
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
    align-self: stretch;
}

.optional-function-item:first-child {
    margin-left: 0;
}

.optional-function-item:nth-child(3n+1) {
    margin-left: 0;
}

.optional-function-item:nth-child(3n) {
    margin-right: 0;
}


.optional-function-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: bottom left;
}

.optional-function-image-container>.optional-function-name {
    position: absolute;
    top: 23px;
    left: 20px;
    opacity: 1;
    color: white;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}

.optional-function-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 23px 20px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    transform: translateX(0) translateY(0) translateZ(0);
}

.optional-function-info .optional-function-name {
    color: var(--primary);
}

.optional-function-info .optional-function-description {
    margin-top: 20px;
    color: white;
    line-height: 1.3;
}

.optional-function-horizontal-light {
    position: relative;
}

.optional-function-horizontal-light::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(76, 76, 77, 0.8), rgba(76, 76, 77, 0.3) 70%, rgba(76, 76, 77, 0));
}

.optional-function-horizontal-light:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to top, rgba(76, 76, 77, 0.8), rgba(76, 76, 77, 0.3) 70%, rgba(76, 76, 77, 0));
}

.optional-function-radial-light {
    position: relative;
}

.optional-function-radial-light::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: radial-gradient(rgba(76, 76, 77, 0), rgba(76, 76, 77, 0.1) 30%, rgba(76, 76, 77, 0.2) 50%, rgba(76, 76, 77, 0.8));
}

.s10.show {
    background-color: #ffffff;
}

.s10.show p.s10-description {
    color: black
}

.s11 {
    padding: 80px 0;
    background-color: #eeeeee;
}

.s11-title {
    font-size: 36px;
}

p.s11-description {
    color: black;
}

.s11-application-list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: -5px;
    margin-top: 30px;
}

.s11-application-list .s11-col {
    height: 966px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
}

.s11-application-list .s11-col>div {
    flex-grow: 1;
    align-self: stretch;
    height: auto;
}

.s11-col-h-equal {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.s11-col-h-equal .image-wrapper {
    width: 216px;
    flex-grow: 1;
    flex-shrink: 1;
}

.s11-2-col {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.s11-2-col>* {
    align-self: stretch;
    height: auto;
    flex-grow: 1;
    flex-shrink: 1;
    width: 50%;
}

.s11-application-list .image-wrapper {
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
    overflow: hidden;
}

.s11-application-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.s11-application-list .image-wrapper:hover img {
    transform: scale(1.2);
}

.s11-application-list .image-square {
    width: 216px;
    height: 216px;
}

.s11-application-list .image-w-2 {
    width: 442px;
    height: 216px;
}

.s11-application-list .image-h-2 {
    height: 420px;
}

.s11-application-list .image-w-2-h-2 {
    width: 442px;
    height: 526px;
}

.s11-application-list .s11-2-row {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.s11-application-list .s11-2-row .image-wrapper {
    flex-grow: 1;
    height: 195px;
}

.s12 {
    padding: 80px 0;
    background-color: #eeeeee;
}

.s12-title {
    font-size: 36px;
}

p.s12-description {
    color: black;
}

.s12-specification-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    margin-top: 30px;
}

.specification-item {
    flex-grow: 1;
    margin: 0 10px;
}

.specification-item:first-child {
    margin-left: 0;
}

.specification-item:last-child {
    margin-right: 0;
}

.specification-machine-image {
    width: 100%;
}

.specification-model {
    color: black;
    font-size: 20px;
    margin-top: 40px;
}

.specification-params-list {
    color: black;
    margin-top: 30px;
}

.specification-param-item {
    margin-bottom: 25px;
}

.specification-param-item:last-child {
    margin-bottom: 0;
}

.specification-param-item .specification-param-value {
    font-family: nimbussansnovusdotBolFont;
    color: black;
}

.specification-param-item .specification-param-name {
    color: black;
    font-size: 14px;
}


.s13 {
    padding: 80px 0;
    background-color: #eeeeee;
}

.s13-contact-container {
    padding: 70px 180px;
    background-color: white;
    border-radius: 10px;
}

.s13-title {
    font-size: 36px;
    color: black;
    text-align: center;
}

p.s13-description {
    color: black;
    text-align: center;
}

.s13-contact-form {
    margin-top: 30px;
}

.s13-contact-form .input-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20;
}

.contact-form {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 35px;
}

.contact-form-item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    width: calc((100% - 20px) / 2);
    margin: 8px 10px;
}

.contact-form-item:nth-child(odd) {
    margin-left: 0;
}

.contact-form-item:nth-child(even) {
    margin-right: 0;
}

.contact-form-item:nth-child(-n+2) {
    margin-top: 0;
}

.contact-form-item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.contact-form .full-form-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.contact-form .input-wrapper {
    width: calc((100% - 40px) / 2);
    margin: 10px;
}

.contact-form-item label {
    margin-bottom: 8px;
    font-family: nimbussansnovusdotBolFont;
    height: 26px;
}

.contact-form-item input,
.contact-form-item textarea {
    padding: 10px 13px;
    font-size: 16px;
    box-sizing: content-box;
    color: #3e3e3e;
    border: 1px solid #d7d6d6;
    background-color: #eeeeee;
    border-radius: 5px;
    transition: all 0.3s ease;
    letter-spacing: 0.05rem;
}

.contact-form-item input::placeholder,
.contact-form-item textarea::placeholder {
    color: #a1a1a1;
}

.contact-form-item input {
    height: 20px;
    line-height: 20px;
}

.contact-form-item input:hover,
.contact-form-item textarea:hover {
    border-color: #3e3e3e;
}

.contact-form-item input:focus,
.contact-form-item textarea:focus {
    border-color: #3e3e3e;
}

.contact-submit-btn {
    max-width: 120px;
    text-align: center;
    padding: 13px 20px;
    border-radius: 5px;
    line-height: 1;
    font-family: nimbussansnovusdotBolFont;
    color: white;
    background-image: linear-gradient(to right, #ff8e44, #fa1462, #37136a);
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
    user-select: none;
}

.form-required {
    color: #fa1462;
    font-size: 14px;
    line-height: 26px;
    margin-right: 3px;
}

.contact-form-item.error input,
.contact-form-item.error textarea {
    border-color: #fa1462;
}

.w-xs {
    display: none;
}

@media (min-width: 2100px) {}

@media (min-width: 1024px) {

    .advantages-item:hover .advantages-item-icon {
        transform: translateX(-50%) translateY(-15px);
    }

    .advantages-item:hover .dvantages-item-icon-light::after {
        transform: translateX(-50%) scale3d(1.3, 1.3, 1);
    }

    .swiper-carousel {
        padding-bottom: 32px;
        max-width: 1120px
    }

    .s5-content-item:hover img {
        transform: scale(1.2);
    }

    .s5-content-item:hover h5 {
        color: var(--primary);
    }

    .s5-content-item:first-child img {
        transform: none;
    }

    .swiper-carousel .swiper-slide {
        width: 650px;
        height: 450px;
        border-radius: 8px;
        background: #18212b;
        max-width: calc(100% - 48px)
    }

    .swiper-carousel .swiper-carousel-animate-opacity {
        height: 100%
    }

    .swiper-carousel .swiper-pagination-bullets {
        bottom: 0
    }

    .swiper-carousel img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 8px
    }

    .s9-content-item:hover .s9-content-item-description {
        max-height: 250px;
        opacity: 1;
    }

    .s9-content-item:hover:after {
        opacity: 1;
        height: 70%;
    }

    .optional-function-item:hover .optional-function-image-container>.optional-function-name {
        opacity: 0;
    }

    .optional-function-info .optional-function-description {
        transform: translateY(50px);
        transition: transform 0.3s ease;
    }

    .optional-function-item:hover .optional-function-info {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .optional-function-item:hover .optional-function-description {
        transform: translateY(0);
    }

    #s7-drive-swiper .swiper-wrapper {
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }

}

@media (max-width: 1400px) {
    .s1-content {
        top: 20%;
        left: 10%;
    }

    .s2 {
        padding-top: 400px;
    }

    .s2-content-container {
        height: 400px;
    }
}

@media (max-width: 1120px) {
    .section-content-container {
        width: 90%;
    }

    .brand-container {
        width: 100%;
    }

    .s2 {
        padding-top: 300px;
    }

    .s2-content-container {
        width: calc(80% + 6px);
        height: 300px;
    }

    .s2-background-light {
        background: linear-gradient(to bottom, rgba(3, 3, 5, 0.6), 8%, rgba(3, 3, 5, 0.3) 25%, rgba(3, 3, 5, 0)),
            radial-gradient(ellipse 70% 70% at 90% 50%, rgba(3, 3, 5, 0), 40%, rgba(3, 3, 5, 0.1), 70%, rgba(3, 3, 5, 0.15)),
            conic-gradient(from 180deg at 90% 50%, rgba(169, 188, 247, 0.8) var(--cr1), rgba(126, 157, 250, 0.8) var(--cr2), rgba(22, 27, 63, 0.9), rgba(3, 3, 5, 0.9) var(--cr3)),
            radial-gradient(ellipse 90% 90% at 10% 50%, rgba(3, 3, 5, 0), 40%, rgba(3, 3, 5, 0.1), 70%, rgba(3, 3, 5, 0.15)),
            conic-gradient(from 180deg at 10% 50%, rgba(3, 3, 5, 0.8) var(--cr4), rgba(25, 24, 27, 0.8), rgba(186, 142, 230, 0.8) var(--cr5), rgba(213, 199, 249, 0.8) var(--cr6));
    }

    .s2-title-image {
        height: auto;
    }

    .s2-description-container {
        width: 100%;
        position: absolute;
        top: 180px;
        height: 185px;
        background-color: black;
    }

    .s2-description {
        display: block;
        width: 80%;
        padding: 0 10%;
        top: 0;
        font-size: 14px;
    }

    .s3-core-tab-container {
        overflow: visible;
    }

    .s3-core-tab-container {
        padding: 0;
    }

    .s3-core-image-list {
        width: 80%;
        margin: 0 auto;
        margin-top: 50px;
    }

    #s5-function-1 {
        top: 7vw;
        left: 0;
    }

    #s5-function-2 {
        top: 7vw;
        left: 0;
    }

    #s5-function-2.show {
        left: 100px;
    }

    #s5-function-3 {
        top: 7vw;
        left: 0;
    }

    #s5-function-3.show {
        left: 200px;
    }

    #s5-function-4 {
        top: 7vw;
        left: 0;
    }

    #s5-function-4.show {
        left: 300px;
    }

    #s5-function-5 {
        top: 7vw;
        left: 0;
    }

    #s5-function-5.show {
        left: 400px;
    }

    #s5-function-6 {
        top: 7vw;
        left: 0;
    }

    #s5-function-6.show {
        left: 500px;
    }

    .s5-content-item-title-container {
        width: 100%;
    }

    .s5-content-item:first-child {
        width: 100%;
        height: 60vw;
        margin-bottom: 20px;
    }

    .s5-content-item:nth-child(2) {
        width: calc((100% - 40px) / 3);
        height: auto;
        aspect-ratio: 0.618;
    }

    .s5-content-item:nth-child(3) {
        width: calc((100% - 40px) / 3);
        height: auto;
        aspect-ratio: 0.618;
    }

    .s5-content-item:nth-child(4) {
        width: calc((100% - 40px) / 3);
        height: auto;
        aspect-ratio: 0.618;
    }

    #s8-spindle-display-container {
        overflow: hidden;
    }

    .s8-spindle-display-container-background {
        display: none;
    }

    .s8-spindle-display-container-background-m {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: calc(50% - 5px);
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        object-fit: contain;
        object-position: center;
    }

    .s9-content-item {
        width: calc((100% - 20px) / 2);
    }

    .s9-content-list .s9-content-item:nth-child(even) {
        margin: 10px 0 10px 10px;
    }

    .s9-content-list .s9-content-item:nth-child(odd) {
        margin: 10px 10px 10px 0;
    }

    .s9-content-item:hover .s9-content-item-description {
        max-height: 250px;
        opacity: 1;
    }

    .optional-function-info {
        position: static;
        border-radius: 0;
        background-color: #e6e6e6;
        opacity: 1;
    }

    .optional-function-info>.optional-function-name {
        display: none;
    }

    .optional-function-info .optional-function-description {
        margin-top: 0;
        color: black;
    }

    .s11-application-list {
        display: none;
    }

    .s11-application-table-m {
        display: block;
        border: none;
        margin-top: 30px;
        width: 100%;
    }

    .s11-application-table-m td {
        padding: 5px;
    }

    .s11-application-table-m tr:first-child td {
        padding-top: 0;
    }

    .s11-application-table-m tr:last-child td {
        padding-bottom: 0;
    }

    .s11-application-table-m tr.alone>td:first-child {
        padding-left: 0;
    }

    .s11-application-table-m tr.alone>td:last-child {
        padding-right: 0;
    }

    .s11-application-table-m img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .s11-application-table-m .image-wrapper {
        width: 90vw;
        height: calc((90vw - 10px) / 2);
        border-radius: 10px;
        overflow: hidden;
    }

    .s11-application-table-m .image-wrapper.image-square {
        width: calc((90vw - 10px) / 2);
    }


    .s11-application-table-m .image-wrapper.image-w-2 {
        width: 90vw;
        height: 45vw;
    }

    .s11-application-table-m .image-wrapper.image-h-2 {
        width: calc((90vw - 10px) / 2);
        height: 90vw;
    }

    .s11-application-table-m .image-wrapper.image-w-2-h-2 {
        width: 90vw;
        height: 90vw;
    }

    .s12-specification-list {
        flex-wrap: wrap;
    }

    .specification-item {
        width: 50%;
        margin: 0;
        margin-bottom: 10px;
    }

    .specification-item:last-child {
        margin-bottom: 0;
    }

    .specification-model {
        margin-top: 20px;
    }

    .specification-param-item {
        margin-bottom: 15px;
    }

    .specification-params-list {
        margin-top: 20px;
    }

    .s12-contact-container {
        padding: 20px 30px;
    }

    .s13-contact-container {
        padding: 20px 30px;
    }
}

@media (min-aspect-ratio: 0.75) and (max-width: 1120px) and (min-width: 768px) {

    .s1-content {
        top: 200px;
    }

    .advantages-item {
        width: calc((100% - 40px) / 2);
    }

    .advantages-item:nth-child(odd) {
        margin-left: 0;
        margin-right: 20px;
    }

    .advantages-item:nth-child(even) {
        margin-left: 20px;
        margin-right: 0;
    }

    .advantages-item:nth-child(-n+2) {
        margin-bottom: 20px;
    }

    .advantages-item:nth-child(n+3) {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .advantages-item:nth-child(n+5) {
        margin-bottom: 0;
    }

    .s9-content-container {
        display: block;
    }

    .s9-content-text-container {
        width: 100%;
    }

    .s9-content-text-description {
        max-width: 100%;
    }

    .s9-content-list {
        margin-left: 0;
        margin-top: 50px;
    }

    .s9-content-item-description {
        max-height: 100%;
        opacity: 1;
    }

    .optional-function-item {
        width: calc((100% - 20px) / 2);
    }

    .optional-function-item:nth-child(odd) {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .optional-function-item:nth-child(even) {
        margin-left: 10px;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .optional-function-item:nth-child(-n+2) {
        margin-top: 0;
    }

    .optional-function-item:nth-child(n+11) {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    .w-xs {
        display: block;
    }

    .s1 {
        height: auto;
    }

    .s1-content {
        width: 90%;
        top: 116px;
        left: 50%;
        transform: translateX(-50%);
    }

    .s1-content-title {
        font-size: 36px;
    }

    .s1-content-description {
        display: none;
    }

    p.s1-content-description-m {
        font-family: nimbussansnovusdotBolFont;
        color: white;
        font-size: 16px;
    }

    .s1-btn-group {
        margin-top: 30px;
    }

    .s1-btn-group .btn {
        padding: 10px 26px;
    }

    .s2 {
        padding-top: 250px;
    }

    .s2-content-container {
        height: 250px;
    }

    .s2-description-container {
        top: 120px;
    }

    .s3 {
        padding: 50px 0;
    }

    .s3-core-item-title {
        font-size: 26px;
    }

    .s3-core-tab-list {
        display: none;
    }

    .s3-core-tab-rail {
        display: none;
    }

    .s3-core-item-description {
        width: 100%;
        height: 103px;
    }

    .s4 {
        padding: 50px 0;
    }

    .s4-title {
        font-size: 26px;
    }

    .s4-description {
        font-size: 18px;
        line-height: 1.3;
    }

    .advantages-list {
        margin-top: 50px;
    }

    .advantages-item {
        width: 100%;
        margin-top: 50px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .advantages-item:first-child {
        margin-top: 0 !important;
    }

    .advantages-item.active .advantages-item-icon {
        transform: translateX(-50%) translateY(-15px);
    }

    .advantages-item.active .dvantages-item-icon-light::after {
        transform: translateX(-50%) scale3d(1.3, 1.3, 1);
    }

    .s5 {
        padding: 50px 0;
    }

    .s5-title {
        font-size: 26px;
    }

    .s5-description {
        font-size: 18px;
        line-height: 1.3;
    }

    .s5-function-item {
        width: 23.25vw;
        height: 34.21vw;
    }

    #s5-function-1 {
        top: 10vw;
        left: 0;
    }

    #s5-function-2 {
        top: 10vw;
        left: 0;
    }

    #s5-function-2.show {
        left: 13vw;
    }

    #s5-function-3 {
        top: 10vw;
        left: 0;
    }

    #s5-function-3.show {
        left: 26vw;
    }

    #s5-function-4 {
        top: 10vw;
        left: 0;
    }

    #s5-function-4.show {
        left: 39vw;
    }

    #s5-function-5 {
        top: 10vw;
        left: 0;
    }

    #s5-function-5.show {
        left: 52vw;
    }

    #s5-function-6 {
        top: 10vw;
        left: 0;
    }

    #s5-function-6.show {
        left: 65vw;
    }

    .s5-content-item-title-container {
        width: 100%;
    }

    .s5-content-item {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .s5-content-item:nth-child(1) {
        height: auto;
        aspect-ratio: 1;
    }

    .s5-content-item:nth-child(1) .s5-content-item-title-container {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        padding: 20px;
    }

    .s5-content-item:nth-child(1) .s5-content-item-title-container p {
        margin-top: 15px;
    }

    .s5-content-item:nth-child(2) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        aspect-ratio: 1;
    }

    .s5-content-item:nth-child(3) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        aspect-ratio: 1;
    }

    .s5-content-item:nth-child(4) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        aspect-ratio: 1;
    }

    .s5-content-item:nth-child(5) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .s6 {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .s6-title {
        width: 100%;
        font-size: 26px;
    }

    .s6-machine {
        width: 90%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .brand-list-container {
        overflow: hidden;
    }

    .brand-container {
        width: 100%;
    }

    .s6 .brand-item {
        padding: 10px 15px;
    }

    .s6 .brand-item img {
        height: 20px;
    }

    .brand-container {
        height: 400px;
    }

    .brand-container-background-container::before {
        width: 100px;
    }

    .brand-container-background-container::after {
        width: 100px;
    }

    .s7-title {
        font-size: 26px;
    }

    .s7-description p {
        font-size: 18px;
        line-height: 1.3;
    }

    .s7-drive-logo-container {
        padding: 0 15px;
        height: 40px;
    }

    .s7-drive-list {
        margin-top: 30px;
    }

    .s8 {
        padding-top: 0;
    }

    .s8-title {
        font-size: 26px;
    }

    .s8-description p {
        font-size: 18px;
        line-height: 1.3;
    }

    #s8-spindle-display-container {
        display: none;
    }

    .s8-spindle-list {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .s8-spindle-item {
        width: calc((100% - 40px) / 3);
        margin: 10px;
        height: 80px;
    }

    .s8-spindle-item:first-child {
        margin-left: 0;
    }

    .s8-spindle-item:nth-child(4) {
        margin-left: 0;
    }

    .s8-spindle-item:nth-child(3n) {
        margin-right: 0;
    }

    .s8-spindle-item:hover img {
        transform: none;
        filter: none;
    }

    .s8-spindle-item .s8-spindle-name {
        display: none;
    }

    .s8-spindle-item img {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out;
        filter: brightness(80%);
        object-fit: contain;
        object-position: center;
    }

    .s8-m-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1001;
        backdrop-filter: blur(20px);
    }

    .s8-m-modal.show {
        display: block;
        opacity: 1;
    }

    .s8-m-modal .s8-m-modal-masker {
        position: absolute;
        width: 100%;
        height: 100%;
        filter: blur(20px);
        -webkit-filter: blur(20px);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        z-index: 1001;
        background-color: rgba(232, 232, 237, 0.48);
        background-attachment: fixed;
    }

    .s8-m-modal .s8-m-modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        width: 90vw;
        height: 90vw;
        border-radius: 5vw;
        z-index: 1001;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px;
    }

    .s8-m-modal-close-button {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 22px;
    }

    .s8-m-modal-image-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        margin: 0 auto;
    }

    .s8-m-modal-image {
        max-width: 85%;
        max-height: 85%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

    .s8-m-modal-title {
        font-size: 20px;
        padding: 20px;
        text-align: center;
        flex-shrink: 0;
    }


    .s9 {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .s9-content-container {
        display: block;
    }

    .s9-content-text-container {
        width: 100%;
    }

    .s9-content-list {
        flex-wrap: wrap;
    }

    .s9-content-list .s9-content-item {
        width: 100%;
        height: auto;
    }

    .s9-content-list .s9-content-item:nth-child(even) {
        margin: 10px 0;
    }

    .s9-content-list .s9-content-item:nth-child(odd) {
        margin: 10px 0;
    }

    .s9-content-list .s9-content-item:first-child {
        margin-top: 0;
    }

    .s9-content-list .s9-content-item:last-child {
        margin-bottom: 0;
    }

    .s9-content-item-content {
        padding: 25px;
    }

    .s9-content-item-content {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }

    .s9-content-item-title {
        margin-top: 20px;
    }


    .s9-content-item-description {
        opacity: 1;
        max-height: 100%;
    }

    .s9-content-image {
        height: 20px;
    }

    .s10 {
        padding: 50px 0;
    }

    .s10-title {
        font-size: 26px;
    }

    .s10-description {
        font-size: 14px;
        line-height: 1.3;
    }

    .optional-function-item {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .optional-function-item:last-child {
        margin-bottom: 0;
    }

    .optional-function-info {
        position: static;
        border-radius: 0;
        opacity: 1;
        background-color: #e6e6e6;
    }

    .optional-function-info>.optional-function-name {
        display: none;
    }

    .optional-function-info .optional-function-description {
        margin-top: 0;
        color: black;
    }

    .s11 {
        padding: 50px 0;
    }

    .s11-title {
        font-size: 30px;
    }

    .s11-description {
        font-size: 14px;
        line-height: 1.3;
    }

    .s12 {
        padding: 50px 0;
    }

    .s12-title {
        font-size: 30px;
    }

    .s12-specification-list {
        flex-wrap: wrap;
    }

    .specification-item {
        width: 50%;
        margin: 0;
        flex-grow: 0;
        margin-bottom: 10px;
    }

    .specification-item:last-child {
        margin-bottom: 0;
    }

    .specification-model {
        margin-top: 20px;
    }

    .specification-param-item {
        margin-bottom: 15px;
    }

    .specification-params-list {
        margin-top: 20px;
    }

    .s13 {
        padding: 50px 0;
    }

    .s13-title {
        font-size: 30px;
    }

    .s13-contact-container {
        padding: 20px;
    }

    .contact-form {
        margin-top: 25px;
    }

    .contact-submit-btn {
        margin-top: 30px;
    }

    .contact-form-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .contact-form-item:first-child {
        margin-top: 0;
    }

    .contact-form-item:nth-child(-n+2) {
        margin-top: 8px;
    }

}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {

    .s1-content-title {
        font-size: 34px;
    }

    .s1-content {
        top: 96px;
    }

    .s1-btn-group {
        margin-top: 20px;
    }

    .s1-btn-group .btn {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .advantages-item {
        padding: 10px 20px;
        padding-top: 85px;
    }

    .s5-content-item:nth-child(1) {
        aspect-ratio: 0.85;
    }

}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {
    .s2-background-light {
        --cr1: 150deg;
        --cr2: 180deg;
        --cr3: 445deg;
        --cr4: -85deg;
        --cr5: 175deg;
        --cr6: 210deg;
    }

    .s2-description {
        filter: brightness(100%);
    }
}