@font-face {
    font-family: nimbussansnovusdotBolFont;
    src: url("/fonts/NIMBUSSANSNOVUSDOT-BOL.OTF");
}

@font-face {
    font-family: nimbussansnovusdotLigFont;
    src: url("/fonts/NIMBUSSANSNOVUSDOT-LIG.OTF");
}


@font-face {
    font-family: bahnschrift;
    src: url("/fonts/Bahnschrift-1.ttf");
}

.animate__animated.animate__delay-600ms {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.animate__animated.animate__delay-500ms {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animate__animated.animate__delay-300ms {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.animate__fall {
    -webkit-animation-name: fall;
    animation-name: fall;
}

@keyframes fall {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, -500px, 0);
        transform: scale3d(1.2, 1.2, 1.2) translate3d(0, -500px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
}


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;
}

.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 {
    padding: 180px 0;
    background-color: white;
    overflow: hidden;
}

.s2-content-container {
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
}

.hello-container {
    height: 68px;
}

.hello-text-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 58px;
    line-height: 42px;
    font-family: nimbussansnovusdotBolFont;
    color: black;
    margin-right: 36px;
}

.hello-text-wrapper span {
    display: block;
    margin: 5px;
}

.hello-text-wrapper .hello-text-1 {
    margin-left: 0;
}

.hello-text-wrapper .hello-text-3 {
    margin-right: 0;
}

.hello-container {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    justify-content: space-between;
}

.hello-line {
    flex-grow: 1;
    height: 3px;
    filter: grayscale(100%);
    background-image: linear-gradient(to right, #ff8e44, #f91362, #35126a);
    transition: 500ms filter;
}

.hello-line.color {
    filter: grayscale(0);
}

.s2-series-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    vertical-align: middle;
    margin-top: 40px;
    font-family: nimbussansnovusdotBolFont;
    letter-spacing: 4px;
    filter: grayscale(100%);
    transition: 500ms filter;
}

.s2-series-container.color {
    filter: grayscale(0);
}

.catek-text-wrapper {
    font-size: 124px;
    line-height: 124px;
    color: black;
}

.split-pointer {
    font-size: 75px;
    height: 124px;
    color: #35126a;
}

.series-text-wrapper {
    background: linear-gradient(to right, #ff8e44, #f91362, #35126a);
    font-size: 124px;
    line-height: 124px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

.series-description {
    margin-top: 25px;
}

.series-description p {
    font-family: nimbussansnovusdotBolFont;
    font-size: 24px;
    color: black;
    text-align: right;
    line-height: 1.2;
}

.animate__animated__hidden {
    visibility: hidden;
}

.animate__animated {
    visibility: visible;
}

.s3 {
    padding: 80px 0;
}

.s3-title {
    font-size: 40px;
    text-align: center;
}

.s3-title span {
    display: inline-block;
    text-align: center;
    background-image: linear-gradient(to right, #779199, #ffffff, #fff7dc);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

.s3-description {
    text-align: center;
    font-size: 22px;
}

.s3-description span {
    text-align: center;
    background-image: linear-gradient(to right, #779199, #ffffff, #fff7dc);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

.s3-content-list {
    margin-top: 50px;
}

.s3-content-item {
    position: relative;
    overflow: visible;
    z-index: 2;
    transition: filter 0.3s ease-in-out;
}

/* .s3-content-list .swiper-slide:not(.swiper-slide-active) .s3-content-item {
    filter: blur(2px);
} */

/* .swiper-slide p {
    transition: all 0.3s ease-in-out;
}

.swiper-slide h5 {
    transition: all 0.3s ease-in-out;
} */


.s3-content-item-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.s3-content-item::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.s3-content-list .swiper-slide-active .s3-content-item::after {
    height: 0;
}

.s3-content-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    user-select: none;
}

.s3-content-list .swiper-slide h5 {
    color: white;
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
    user-select: none;
}

.s3-content-item-content {
    position: relative;
    z-index: 2;
}

.s3-content-list .swiper-slide-active p {
    position: relative;
    width: 180%;
    height: 77px;
    text-align: center;
    margin-left: -40%;
    font-size: 16px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    user-select: none;
    z-index: 2;
}

.s3-content-list .swiper-slide:not(.swiper-slide-active) p {
    opacity: 0;
}

.s3-swiper-pagination {
    text-align: center;
}

.s3-swiper-pagination .swiper-pagination-bullet {
    background: white;
}

.s3-swiper-pagination .swiper-pagination-bullet-active {
    background: white;
}

.s4 {
    padding: 80px 0;
}

.s4-content-container {
    max-width: 1000px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s4-content-left-container {
    width: 50%;
    padding-right: 15px;
}

.s4-content-right-container {
    width: 50%;
    padding-left: 15px;
}

.advantages-item {
    position: relative;
    aspect-ratio: 1;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
}

.advantages-item-card {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.advantages-item:last-child {
    margin-bottom: 0;
}

.advantages-item-rank-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: all 0.6s ease;
}

.advantages-item-title {
    position: absolute;
    top: 30px;
    left: 24px;
    z-index: 1;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.6s ease;
}

.advantages-item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 0;
    opacity: 0;
    transition: all 0.6s ease;
}

.advantages-item-content-title {
    position: absolute;
    top: 30px;
    left: 24px;
    right: 24px;
    z-index: 1;
    font-size: 20px;
    color: var(--primary);
    text-align: left;
}

.advantages-item-content-description {
    position: absolute;
    top: 60px;
    left: 24px;
    right: 24px;
    z-index: 1;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
    font-size: 14px;
    line-height: 1.3;
}

.advantages-item-content-image-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.advantages-item-content-image-shape {
    position: absolute;
    bottom: 15px;
    left: 20%;
    width: 60%;
    opacity: 0;
    transition: all 0.6s ease;
}

.advantages-item-content-image-shape-big {
    left: 15%;
    width: 70%;
}

.advantages-item-content-image-shape-small {
    left: 30%;
    width: 35%;
}

.advantages-item-content-image-shape-m-small {
    left: 27.5%;
    width: 45%;
}

.advantages-background-image {
    width: 100%;
    height: 180px;
    object-fit: contain;
    object-position: top left;
    z-index: 0;
    background-color: black;
    opacity: 0.2;
}

.s4-title {
    font-size: 42px;
    background-image: linear-gradient(to right, #f5f7fa, #c3cfe2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
    line-height: 1.2;
}

.s4-title p {
    font-family: nimbussansnovusdotBolFont;
}

p.s4-description {
    margin-top: 30px;
    margin-bottom: 70px;
}

.s4-m-modal {
    display: none;
}

.s5 {
    padding: 80px 0;
    box-sizing: border-box;
    background-color: black;
    z-index: 10;
}

.s5 .section-content-container {
    opacity: 1;
}

.s5.hide .section-content-container {
    opacity: 0;
}

.s5-title {
    font-size: 46px;
    color: white;
    text-align: left;
}

.s5-description {
    text-align: left;
    font-size: 22px;
}

.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: 370px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.s5-content-item:nth-child(2) {
    width: 730px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.s5-content-item:nth-child(3) {
    width: 730px;
    margin-right: 10px;
    margin-top: 10px;
}

.s5-content-item:nth-child(4) {
    width: 370px;
    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 {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.0));
}

.s5-content-item-title-container p {
    position: absolute;
    top: 25px;
    left: 25px;
    font-family: nimbussansnovusdotBolFont;
    font-size: 20px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s ease;
}

.s5-content-item::after {
    content: "";
    width: 36px;
    height: 36px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    background-image: url(/images/spire/icon-click.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.s6 {
    padding: 80px 0;
}

.s6-title {
    display: inline-block;
    font-size: 42px;
    background-image: linear-gradient(to right, #7288b9, #ffffff, #d5ebf5);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
    line-height: 1.2;
}

.s6-title p {
    font-family: nimbussansnovusdotBolFont;
}

.s6-machine {
    width: 100%;
    margin-top: 50px;
}

.s6-brand-list {
    position: relative;
    margin-top: 50px;
}

.s6-brand-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 1120px) / 2);
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0));
    z-index: 10;
}

.s6-brand-list::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100% - 1120px) / 2);
    height: 100%;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0));
    z-index: 10;
}

.s6-brand-list .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.s6 .brand-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
}

.s6 .brand-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.s7 {
    padding: 80px 0;
}

.s7-title {
    font-size: 36px;
    background-image: linear-gradient(to right, #7288b9, #ffffff, #b1d4ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.s7-content {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.s7-content-left-container {
    width: 350px;
    margin-right: 30px;
}

.s7-content-right-container {
    position: relative;
    width: 800px;
}

.s7-content-left-title {
    color: white;
    font-size: 20px;
    font-family: nimbussansnovusdotBolFont;
}

.s7-content-left-description {
    margin-top: 20px;
    font-size: 18px;
    font-family: nimbussansnovusdotBolFont;
    color: rgba(255, 255, 255, .7);
    line-height: 1.3;
}

.s7-drive-item {
    position: relative;
    align-self: stretch;
}


.s7-drive-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 1;
}


.s7-drive-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0));
    z-index: 1;
}

.s7-drive-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 17px;
}

.s7-drive-logo {
    position: absolute;
    width: 100px;
    max-height: 40px;
    top: 20px;
    left: 30px;
    object-fit: contain;
    object-position: top left;
    z-index: 2;
}

.s7-drive-logo.large-logo {
    width: 160px;
}

.s7-drive-description {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: white;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05rem;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    backdrop-filter: blur(24px) saturate(120%);
    -webkit-backdrop-filter: blur(24px) saturate(120%);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2;
}

.s7-drive-item:hover .s7-drive-description {
    opacity: 1;
    transform: translateY(0);
}

.s7-function-container {
    position: absolute;
    width: 270px;
    left: 0;
    bottom: 20px;
    z-index: 10;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.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: 80px 0;
}

.video-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#control-system-video {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

#control-system-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: none;
}

.video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0));
}


.video-container::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 25%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 80%);
}

.s8-content-top-text-container {
    width: 100%;
}

.s8-content-top-text-title {
    font-size: 30px;
}

.s8-content-top-text-title p:first-child {
    font-family: nimbussansnovusdotBolFont;
    color: white;
}

.s8-content-top-text-title p:last-child {
    font-family: nimbussansnovusdotBolFont;
    display: inline-block;
    background-image: linear-gradient(to right, #f91362, #ff8e44, #f91362);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: none;
}

.s8-divider-container {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}

.s8-divider-1 {
    width: 5px;
    height: 1px;
    margin-right: 4px;
    background-color: white;
}

.s8-divider-2 {
    width: 150px;
    height: 1px;
    background-color: white;
}

.s8-content-top-text-description {
    margin-top: 30px;
    line-height: 1.3;
}

.s8-content-list-container {
    margin-top: 50px;
}

.s8-content-list {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s8-content-item {
    width: calc((100% - 90px) / 4);
    position: relative;
    margin: 0 15px;
    height: 300px;
    background-color: #18181a;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow:
        0 8px 20px rgba(31, 38, 135, 0.08),
        inset 0 1px 2px rgba(251, 222, 162, 0.6);
}

.s8-content-list .s8-content-item:first-child {
    margin-left: 0;
}

.s8-content-list .s8-content-item:nth-child(5) {
    margin-left: 0;
}

.s8-content-list .s8-content-item:nth-child(4n) {
    margin-right: 0;
}

.s8-content-list .s8-content-item:nth-child(-n+4) {
    margin-bottom: 15px;
}

.s8-content-list .s8-content-item:nth-child(n+5) {
    margin-top: 15px;
}

.s8-content-item-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    padding: 30px 15px;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.s8-content-image {
    max-height: 40px;
}

.s8-content-item-title {
    display: none;
}

.s8-content-description {
    padding-top: 15px;
    max-height: 0;
    font-size: 14px;
    opacity: 0;
    transition: all .6s ease;
}

.s8-content-bottom-text-container {
    position: relative;
    height: 150px;
}

.s8-content-bottom-image {
    position: absolute;
    height: 100%;
    top: 20%;
    right: 0;
    object-fit: contain;
    object-position: center;

}

.s8-content-bottom-text-description {
    position: relative;
    line-height: 1.3;
    margin-top: 50px;
    z-index: 2;
    text-align: right;
}

.s8-content-image {
    max-width: 80%;
    max-height: 30px;
}

.s9 {
    padding: 80px 0;
    box-sizing: border-box;
    background-color: black;
    z-index: 10;
}

.s9-title {
    display: inline-block;
    font-size: 36px;
    background-image: linear-gradient(to right, #ddddff, #798bc4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.s9-spindle-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.s9-spindle-item {
    position: relative;
    cursor: pointer;
    overflow: visible;
    align-self: stretch;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 7.5px;
    height: 115px;
}

.s9-spindle-item:first-child {
    margin-left: 0;
}

.s9-spindle-item:last-child {
    margin-right: 0;
}

.s9-spindle-item img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    filter: brightness(80%);
    object-fit: contain;
    object-position: center;
}

.s9-spindle-name {
    position: absolute;
    width: 150px;
    padding: 10px;
    box-sizing: content-box;
    background-color: #edeef2;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    top: calc(100% + 30px);
    left: 50%;
    transform: translateX(-75px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.s9-spindle-name::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    transform: translateX(-10px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #edeef2;
}

.s9-spindle-item:hover img {
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
    transform: perspective(500px) translate3D(0, 0, 60px);
    filter: brightness(100%);
}

.s9-spindle-item:hover .s9-spindle-name {
    opacity: 1;
}

.s9-m-modal {
    display: none;
}

.s10 {
    padding: 80px 0;
    background-color: balck;
    transition: background-color 1.2s ease-in-out;
}

p.s10-title-optional {
    color: #f68f76;
}

.s10-title {
    display: inline-block;
    font-size: 36px;
    background-image: linear-gradient(to right, #ff485b, #ff8e44 20%, #f41063 50%, #35126a 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p.s10-description {
    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;
    color: white;
    transition: top 0.3s ease-in-out;
    z-index: 2;
}

.optional-function-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    padding: 23px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: top 0.3s ease-in-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    z-index: 2;
}

.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: 846px;
}

.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 .image-wrapper {
    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: 300px;
}

.s11-application-list .image-w-2-h-2 {
    width: 442px;
    height: 526px;
}

.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: 1024px) {
    .advantages-item:hover .advantages-item-content {
        opacity: 1;
        z-index: 1;
    }

    .advantages-item:hover .advantages-item-rank-image {
        opacity: 0;
    }

    .advantages-item:hover .advantages-item-title {
        opacity: 0;
    }

    .advantages-item:hover .advantages-item-content-image-shape {
        opacity: 1;
        bottom: 35px;
    }

    .s8-content-item:hover .s8-content-description {
        max-height: 250px;
        opacity: 1;
    }

    .optional-function-item:hover .optional-function-info {
        top: 0;
    }

    .optional-function-item:hover .optional-function-image-container>.optional-function-name {
        top: -100%;
    }

    .s5-content-item:hover img {
        transform: scale(1.2);
    }

    .s5-content-item:hover p {
        color: var(--primary);
    }

}

@media (max-width: 1120px) {

    .section-content-container {
        width: 90%;
    }

    .s2-content-container {
        width: 550px;
    }

    .hello-container {
        height: 50px;
    }

    .hello-text-wrapper {
        font-size: 40px;
        line-height: 45px;
        margin-right: 25px;
    }

    .hello-line {
        margin-bottom: 5px;
    }

    .s2-series-container {
        margin-top: 30px;
    }

    .catek-text-wrapper {
        font-size: 80px;
        line-height: 90px;
    }

    .split-pointer {
        font-size: 80px;
        line-height: 90px;
        height: 90px;
    }

    .series-text-wrapper {
        font-size: 80px;
        line-height: 90px;
    }

    .series-description {
        margin-top: 25px;
    }

    .series-description p {
        font-size: 24px;
    }

    .advantages-item {
        margin-bottom: 15px;
    }

    .advantages-item-card {
        position: relative;
        transform-style: preserve-3d;
        perspective: 1000px;
        transition: 0.6s ease-in-out;
    }

    .advantages-item-poster,
    .advantages-item-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        z-index: 1;
        border-radius: 10px;
        overflow: hidden;
    }

    .advantages-item-title {
        top: 15px;
        left: 15px;
        font-size: 14px;
        line-height: 1.2;
    }

    .advantages-item-content {
        transform: rotateY(180deg);
        opacity: 1;
    }

    .advantages-item-rank-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .advantages-item-content-title {
        display: none;
    }

    .advantages-item-content-image-background {
        filter: blur(5px);
        -webkit-filter: blur(5px);
    }

    .advantages-item-content-image-shape {
        filter: blur(5px);
        -webkit-filter: blur(5px);
    }

    p.advantages-item-content-description {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: left;
        padding: 30px;
    }

    .advantages-item.active .advantages-item-card {
        transform: rotateY(180deg);
    }

    .s5-content-item:nth-child(1) {
        width: calc((100% - 20px) / 2);
        order: 2;
        margin: 10px 10px 10px 0;
    }

    .s5-content-item:nth-child(2) {
        width: 100%;
        order: 1;
        margin: 0 0 10px 0;
    }

    .s5-content-item:nth-child(3) {
        width: 100%;
        order: 4;
        margin: 10px 0 0 0;
    }

    .s5-content-item:nth-child(4) {
        width: calc((100% - 20px) / 2);
        order: 3;
        margin: 10px 0px 10px 10px;
    }

    .s7-content {
        display: block;
        margin-top: 15px;
    }

    .drive-swiper-controller {
        position: static;
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal.drive-swiper-pagination {
        position: static;
    }

    .s7-content-left-container {
        width: 100%;
    }

    .s7-content-left-description {
        width: 100%;
    }

    .s7-content-right-container {
        width: 100%;
        margin-top: 50px;
    }

    .s7-function-container {
        position: static;
        width: 100%;
        margin-top: 50px;
    }

    .s7-drive-item::after {
        display: none;
    }

    .video-container {
        margin-bottom: 30px;
    }

    .s8-content-top-text-container {
        transform: none;
        margin-bottom: 30px;
    }

    .s8-content-item {
        width: calc((100% - 20px) / 2);
        display: flex;
        display: -webkit-flex;
        align-items: flex-start;
        margin: 0;
        align-self: stretch;
        box-shadow:
            0 8px 32px rgba(31, 38, 135, 0.08),
            inset 0 1px 2px rgba(255, 255, 255, 0.6);
    }

    .s8-content-list .s8-content-item:nth-child(even) {
        margin: 10px 0 10px 10px;
    }

    .s8-content-list .s8-content-item:nth-child(odd) {
        margin: 10px 10px 10px 0;
    }

    .s8-content-item-content {
        width: 100%;
        height: 100%;
        position: static;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        justify-items: space-between;
        align-items: flex-start;
        transform: none;
        padding: 30px;
    }

    .s8-content-image {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: auto;
        height: 30px;
        object-fit: contain;
        object-position: center;
    }

    .s8-content-description {
        max-height: 100%;
        font-size: 14px;
        opacity: 1;
        margin-top: 30px;
        transform: none;
        transition: none;
    }

    .s8-content-bottom-text-container {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        transform: none;
        padding-bottom: 10vw;
    }

    .s8-content-bottom-image {
        width: 30%;
        top: 0;
        height: auto;
        left: auto;
        right: 0
    }

    .optional-function-info {
        position: static;
        border-radius: 0;
        background-color: #e6e6e6;
    }

    .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>td:first-child {
        padding-left: 0;
    }

    .s11-application-table-m tr>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: 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;
    }

    .s13-contact-container {
        padding: 20px 30px;
    }
}

@media (min-aspect-ratio: 0.75) and (max-width: 1120px) and (min-width: 768px) {
    .advantages-background-image {
        display: none;
    }
}

@media (max-width: 767px) {

    .section-content-container {
        width: 90%;
    }

    .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: 50px 0;
    }

    .s2-content-container {
        width: 90%;
    }

    .hello-container {
        height: 40px;
    }

    .hello-text-wrapper {
        font-size: 25px;
        line-height: 30px;
        margin-right: 15px;
    }

    .hello-line {
        margin-bottom: 5px;
    }

    .s2-series-container {
        margin-top: 20px;
    }

    .catek-text-wrapper {
        font-size: 52px;
        line-height: 56px;
    }

    .split-pointer {
        font-size: 52px;
        line-height: 56px;
        height: 56px;
    }

    .series-text-wrapper {
        font-size: 52px;
        line-height: 56px;
    }

    .series-description {
        margin-top: 15px;
    }

    .series-description p {
        font-size: 20px;
    }

    .s3 {
        padding: 50px 0;
    }

    .s3-title {
        font-size: 26px;
    }

    .s3-description {
        font-size: 18px;
    }

    .s3-content-list .swiper-slide h5 {
        font-size: 26px;
        margin-top: 15px;
    }

    .s3-content-item-content p {
        font-size: 12px;
        margin-top: 15px;
        line-height: 1.2;
    }

    .s3-content-list .swiper-slide-active p {
        width: 80vw;
        height: 100px;
        margin-left: -5vw;
    }

    .s3-swiper-pagination {
        margin-top: 15px;
    }

    .s3-content-item::after {
        display: none;
    }

    .s4 {
        padding: 50px 0;
    }

    .s4-title {
        display: none;
    }

    .s4-description {
        display: none;
    }

    .s4-title-m {
        font-size: 26px;
        background-image: linear-gradient(to right, #f5f7fa, #c3cfe2);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: none;
        line-height: 1.2;
    }

    .s4-title-m p {
        font-family: nimbussansnovusdotBolFont;
    }

    .s4-content-container {
        margin-top: 30px;
    }

    .s4-content-left-container {
        padding-right: 7.5px;
    }

    .s4-content-right-container {
        padding-left: 7.5px;
    }

    p.advantages-item-content-description {
        font-size: 12px;
        line-height: 1.2;
        padding: 15px;
    }

    .advantages-background-image {
        height: 100px;
        margin-top: 100px;
    }

    [data-aos][data-aos][data-aos-xs-delay="70"].aos-animate {
        transition-delay: 70ms;
    }

    .s4-m-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1001;
        opacity: 1;
        backdrop-filter: blur(20px);
    }

    .s4-m-modal .s4-m-modal-masker {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1001;
        background-color: rgba(232, 232, 237, 0.48);
        background-attachment: fixed;
        opacity: 0;
    }

    .s4-m-modal .s4-m-modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90vw;
        height: 90vw;
        z-index: 1001;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .s4-m-modal-close-button {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 22px;
    }

    .s4-m-modal-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        margin: 0 auto;
    }

    .s4-m-modal .advantages-item {
        overflow: visible;
    }

    .s4-m-modal .advantages-item-card {
        transition: none;
    }

    .s4-m-modal .advantages-item-poster,
    .s4-m-modal .advantages-item-content {
        border-radius: 20px;
    }

    .s4-m-modal .advantages-item-title {
        font-family: nimbussansnovusdotBolFont;
        font-weight: 100;
        font-size: 29px;
        top: 32px;
        left: 32px;
    }

    .s4-m-modal .advantages-item-content-description {
        font-family: nimbussansnovusdotBolFont;
        font-size: 16px;
        line-height: 1.3;
        padding: 30px;
    }

    .s5 {
        padding: 50px 0;
    }

    .s5-title {
        font-size: 26px;
    }

    .s5-description {
        font-size: 18px;
        line-height: 1.3;
    }

    .s5-content-list {
        margin-top: 30px;
    }

    .s5-content-item {
        width: calc((90vw - 15px) / 2) !important;
        height: calc((90vw - 15px) / 2) !important;
    }

    .s5-content-item:nth-child(1) {
        margin: 0 7.5px 7.5px 0;
        order: 1;
    }

    .s5-content-item:nth-child(2) {
        margin: 0 0 7.5px 7.5px;
        order: 2;
    }

    .s5-content-item:nth-child(3) {
        margin: 7.5px 7.5px 0 0;
        order: 3;
    }

    .s5-content-item:nth-child(4) {
        margin: 7.5px 0 0 7.5px;
        order: 4;
    }

    .s5-content-item-title-container {
        display: inline-block;
        height: 50px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .s5-content-item-title-container p {
        top: 10px;
        left: 10px;
        font-size: 18px;
    }

    .s5-content-item::after {
        width: 25px;
        height: 25px;
        right: 10px;
        bottom: 10px;
    }

    .s6 {
        padding: 50px 0;
    }

    .s6-title {
        font-size: 26px;
    }

    .s6-description {
        font-size: 18px;
        line-height: 1.3;
    }

    .s6-machine {
        margin-top: 30px;
    }

    .s6-brand-list {
        margin-top: 30px;
    }

    .s6 .brand-item {
        height: 20px;
    }

    .s7 {
        padding: 50px 0;
    }

    .s7-title {
        font-size: 26px;
    }

    .s7-content {
        display: none;
        display: block;
        margin-top: 15px;
    }

    .s7-content-left-description {
        font-size: 18px;
        line-height: 1.3;
        margin-top: 15px;
    }

    .s7-content-right-container {
        width: 100%;
        margin-top: 30px;
    }

    .s7-drive-description {
        position: static;
        padding: 15px;
        transform: none;
        opacity: 1;
        font-size: 14px;
    }

    .s7-function-container {
        bottom: -60px;
        right: 0;
        padding: 0;
    }

    .s7-drive-logo {
        position: absolute;
        width: 60px;
        max-height: 20px;
        top: 15px;
        left: 15px;
    }

    .s7-drive-logo.large-logo {
        width: 100px;
    }

    .s7-drive-logo img {
        width: 100%;
        height: auto;
    }

    .s8 {
        padding: 50px 0;
    }

    .s8-description {
        font-size: 18px;
        line-height: 1.3;
    }

    .s8-divider-container {
        margin-top: 10px;
    }

    .s8-content-top-text-description {
        margin-top: 15px;
    }

    .s8-content-top-item-content {
        padding: 15px 10px;
    }

    .s8-content-bottom-item-content {
        padding: 15px 10px;
    }

    .video-container::before {
        height: 20%;
    }

    .video-container::after {
        height: 20%;
    }

    .s8-content-list {
        flex-wrap: wrap;
    }

    .s8-content-list .s8-content-item {
        width: 100%;
        height: auto;
        box-shadow: none;
    }

    .s8-content-list .s8-content-item:nth-child(even) {
        margin: 10px 0;
    }

    .s8-content-list .s8-content-item:nth-child(odd) {
        margin: 10px 0;
    }

    .s8-content-list .s8-content-item:first-child {
        margin-top: 0;
    }

    .s8-content-list .s8-content-item:last-child {
        margin-bottom: 0;
    }

    .s8-content-item-content {
        padding: 25px;
    }

    .s8-content-image {
        margin: 0;
        height: 20px;
    }

    .s8-content-top-text-title {
        font-size: 26px;
    }

    .s8-content-item-title {
        display: block;
        width: 100%;
        margin-top: 20px;
        font-size: 18px;
        margin-bottom: 0;
        color: white;
        text-align: left;
    }

    .s8-content-description {
        margin-top: 10px;
        padding-top: 0;
        text-align: left;
    }

    .s9 {
        padding: 50px 0;
    }

    .s9-title {
        font-size: 26px;
    }

    .s9-description {
        font-size: 18px;
        line-height: 1.3;
    }

    .s9-spindle-list {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .s9-spindle-item {
        width: calc((100% - 40px) / 3);
        margin: 10px;
        height: 80px;
    }

    .s9-spindle-item:first-child {
        margin-left: 0;
    }

    .s9-spindle-item:nth-child(4) {
        margin-left: 0;
    }

    .s9-spindle-item:nth-child(3n) {
        margin-right: 0;
    }

    .s9-spindle-item:hover img {
        transform: none;
        filter: none;
    }

    .s9-spindle-item .s9-spindle-name {
        display: none;
    }

    .s9-m-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1001;
        backdrop-filter: blur(20px);
    }

    .s9-m-modal.show {
        display: block;
        opacity: 1;
    }

    .s9-m-modal .s9-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;
    }

    .s9-m-modal .s9-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;
    }

    .s9-m-modal-close-button {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 22px;
    }

    .s9-m-modal-image-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        margin: 0 auto;
    }

    .s9-m-modal-image {
        max-width: 85%;
        max-height: 85%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

    .s9-m-modal-title {
        font-size: 20px;
        padding: 20px;
        text-align: center;
        flex-shrink: 0;
    }

    .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;
    }

    .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 (min-aspect-ratio: 0.75) and (max-width: 1120px) {

    .s1-content {
        top: 200px;
    }

    .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-aspect-ratio: 0.75) and (max-width: 767px) {

    .advantages-item {
        overflow: visible;
        position: static;
    }

    .s4-m-modal-content .advantages-item {
        width: 100%;
        height: 100%;
    }
}

@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;
    }

    .s2-advantage-item {
        width: 90vw;
    }

    .hello-text-wrapper {
        font-size: 22px;
        line-height: 26px;
        margin-right: 15px;
    }

    .catek-text-wrapper {
        font-size: 38px;
        line-height: 45px;
    }

    .split-pointer {
        font-size: 38px;
        line-height: 45px;
        height: 45px;
    }

    .series-text-wrapper {
        font-size: 38px;
        line-height: 45px;
    }

    .series-description p {
        font-size: 18px;
    }

    .s3-content-list .swiper-slide-active p {
        height: 120px;
    }

    .s5-content-item {
        width: 100% !important;
    }

    .s5-content-item:nth-child(1) {
        margin: 0 0 20px 0;
    }

    .s5-content-item:nth-child(2) {
        margin: 0 0 20px 0;
    }

    .s5-content-item:nth-child(3) {
        margin: 0 0 20px 0;
    }

    .s5-content-item:nth-child(4) {
        margin: 0;
    }

}