﻿
.landing-tmc {
    font-family: "Montserrat", sans-serif;
    max-width: 1450px;
    min-width: 270px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #020202;
    position: relative;
    z-index: 1;
}

.landing-tmc::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #020202;;
}

.landing-tmc * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.landing-tmc section {
    width: 100%;
    position: relative;
    z-index: 1
}

/* product============================================================================== */
.product-tmc {
    padding: 50px 0 0 0;
    margin: 0 0 150px 0;
}

.product-tmc__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-tmc__wrap h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin: 0 0 -185px 0;
    position: relative;
    z-index: 1;
    text-wrap: balance;
}

.product-tmc__wrap h2 span {
    font-size: 128px;
    font-weight: 700;
    line-height: 120%;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-tmc__wrap img {
    max-width: 1450px;
    width: 100%;
}

.product-tmc__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 800px;
    width: 100%;
    align-items: center;
    text-align: center;
    margin: -176px 0 0 0;
}

.product-tmc__info b {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    text-wrap: balance;
}

.product-tmc__info p {
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
    max-width: 640px;
    width: 100%;
}

@media screen and (max-width: 1599px) {
    .product-tmc__info {
        margin: -126px 0 0 0;
    }
}

@media screen and (max-width: 1200px) {
    .product-tmc {
        margin: 0 0 120px 0;
    }

    .product-tmc__wrap h2 {
        margin: 0 0 -100px 0;
    }

    .product-tmc__wrap h2 span {
        font-size: 100px;
    }

    .product-tmc__info {
        margin: -70px 0 0 0;
    }

    .landing-tmc .compatibility-tmc::after {
        content: none;
    }

    .compatibility-tmc__wrap {
        z-index: 2;
    }

    .compatibility-tmc__wrap::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        background:
            linear-gradient(90deg, rgba(2, 2, 2, 0.32) 0%, rgba(2, 2, 2, 0.00) 10.1%, rgba(2, 2, 2, 0.00) 90%, rgba(2, 2, 2, 0.32) 100%),
            linear-gradient(180deg, rgba(2, 2, 2, 0.9) 0%, rgba(2, 2, 2, 0.54) 10%, rgba(2, 2, 2, 0.18) 18%, rgba(2, 2, 2, 0.00) 30%, rgba(2, 2, 2, 0.00) 100%);
    }

    .compatibility-tmc__wrap video {
        position: relative;
        z-index: 1;
    }

    .compatibility-tmc__inner {
        position: relative;
        z-index: 3;
    }

    .compatibility-tmc__buttons {
        position: relative;
        z-index: 4;
    }

    .compatibility-tmc__button {
        position: relative;
        z-index: 4;
    }
}

@media screen and (max-width: 767px) {
    .product-tmc__wrap h2 {
        margin: 0 0 -30px 0;
    }
    .product-tmc__wrap h2 span {
        font-size: 64px;
    }

    .product-tmc__info {
        max-width: 560px;
        margin: -20px 0 0 0;
        padding: 0 20px;
    }

    .product-tmc__info b {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .product-tmc {
        margin: 0 0 100px 0;
        padding: 40px 0 0 0;
    }

    .product-tmc__wrap h2 {
        font-size: 16px;
        text-wrap: balance;
    }

    .product-tmc__wrap h2 span {
        font-size: 9vw;
    }
    .product-tmc__info {
        padding: 0 10px;
    }
    .product-tmc__info b {
        font-size: 16px;
        text-wrap: balance;
    }

    .product-tmc__info p {
        font-size: 14px;
    }
}

/* compatibility============================================================================== */

.landing-tmc .compatibility-tmc {
    position: relative;
    z-index: 2;
    margin: 150px 0 0 0;
}

@media screen and (min-width: 1201px) {
    .landing-tmc .compatibility-tmc::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 3;
        pointer-events: none;
        background:
            linear-gradient(90deg, #020202 0%, rgba(2, 2, 2, 0.00) 10.1%, rgba(2, 2, 2, 0.00) 90%, #020202 100%),
            linear-gradient(180deg, #020202 0%, rgba(2, 2, 2, 0.00) 10.1%, rgba(2, 2, 2, 0.00) 90%, #020202 100%);
    }
}

.compatibility-tmc__wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    padding: 0 0 0 50px;
}

.compatibility-tmc__inner {
    position: relative;
    z-index: 4;
    max-width: 714px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px;
}

.compatibility-tmc__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.compatibility-tmc__info h2 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-wrap: balance;
}

.compatibility-tmc__info h2 span {
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.compatibility-tmc__info p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
}

.compatibility-tmc__buttons {
    display: flex;
    align-items: center;
    gap: 40px;
}

.compatibility-tmc__button {
    position: relative;
    overflow: hidden;

    max-width: 253px;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    border-radius: 14px;
    border: 1px solid rgba(67, 67, 73, 0.45);
    background: rgba(67, 67, 73, 0.45);
    transition: all 0.25s ease;
    color: #FFF;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Р±Р»РёРє */
.compatibility-tmc__button::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -100%;
    width: 100%;
    height: 200%;

    background: linear-gradient(
            -120deg,
            transparent 30%,
            rgba(255, 255, 255, 0.08) 45%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(255, 255, 255, 0.08) 55%,
            transparent 70%
    );

    filter: blur(14px);

    transform: translateX(0);
    transition: transform 0.7s ease;
    pointer-events: none;
}

.compatibility-tmc__button:hover::before {
    transform: translateX(-200%);
}

.compatibility-tmc__button:hover {
    border: 1px solid #656565;
    background: rgba(96, 96, 105, 0.45);
    scale: 1.05;
}

.compatibility-tmc__wrap video {
    position: relative;
    z-index: 2;
    max-width: 1110px;
    height: 716px;
    object-fit: cover;
    object-position: left;
    margin: 0 -140px 0 -500px;
}

/* Р‘Р°Р·РѕРІРѕ */
html.modal-open {
    overflow: hidden;
}

body.modal-open {
    overflow: hidden;
}

.page-blur-wrapper {
    transform-origin: center center;
    transition: filter 0.3s ease, transform 0.3s ease;
    will-change: filter, transform;
}

body.modal-open .page-blur-wrapper {
    filter: blur(20px);
    transform: none;
}

body[data-modal-blur-target="landing-tmc"] .landing-tmc {
    transition: filter 0.3s ease, transform 0.3s ease;
    will-change: filter, transform;
}

body.modal-open[data-modal-blur-target="landing-tmc"] .landing-tmc {
    filter: blur(20px);
    transform: none;
}

/* РњРѕРґР°Р»РєР° */
.tmc-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tmc-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.tmc-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(14px) saturate(115%);
    -webkit-backdrop-filter: blur(14px) saturate(115%);
}

/* РћРєРЅРѕ */
.tmc-modal__dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    border-radius: 24px;
    background: linear-gradient(262deg, #0D0F12 12.89%, #33333B 75.07%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    overflow: hidden;
    transform: translateY(20px) scale(0.98);
    transition: transform 0.3s ease;
}

.tmc-modal.is-open .tmc-modal__dialog {
    transform: translateY(0) scale(1);
}

/* РџРѕРїР°Рї СЃ РєР°СЂС‚РёРЅРєРѕР№ */
.tmc-modal__dialog--image {
    max-width: none;
    width: auto;
    max-height: 90vh;
    background-color: transparent;
}

/* РџРѕРїР°Рї СЃ С‚РµРєСЃС‚РѕРј */
.tmc-modal__dialog--content {
    max-width: 1310px;
    width: min(1310px, calc(100vw - 40px));
    max-height: 90vh;
}

/* РљРѕРЅС‚РµРЅС‚ */
.tmc-modal__content {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tmc-modal__dialog--image .tmc-modal__content {
    padding: 0;
}

.tmc-modal__content--scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90vh;
    width: 100%;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: start;
    background-image: url(/image/catalog/landings/artelv-tmc/compatibility-popup.webp);
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.tmc-modal__about .tmc-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 58px;
    color: #FFF;
}

.tmc-modal__inner {
    display: flex;
    flex-direction: column;
    max-width: 762px;
    width: 100%;
}

/* РљР°СЂС‚РёРЅРєР° */
.tmc-modal__image {
    display: block;
    max-width: 541px;
    width: auto;
    height: auto;
    max-height: calc(100vh - 48px);
    object-fit: contain;
    border-radius: 12px;
}

/* РљРЅРѕРїРєР° Р·Р°РєСЂС‹С‚РёСЏ */
.tmc-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    color: #111;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tmc-modal__close:hover {
    background: rgba(0, 0, 0, 0.14);
}

.tmc-modal__title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 0 24px;
    text-wrap: balance;
}



.tmc-modal__text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0 0 50px;
}

.tmc-modal__discription {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 16px;
}

.tmc-modal__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tmc-modal__list li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    display: flex;
    align-items: start;
    gap: 34px;
}

.tmc-modal__list li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFF;
    border-radius: 50%;
    margin: 6px 0 0 0;
    flex-shrink: 0;
}


@media screen and (max-width: 1599px) {
    .compatibility-tmc__wrap video {
        height: 617px;
    }


}

@media screen and (max-width: 1344px) {
    .landing-tmc .compatibility-tmc {
        margin: 120px 0 0 0;
    }
    .compatibility-tmc__wrap {
        padding: 0 0 0 40px;
    }

    .compatibility-tmc__wrap video {
        height: 600px;
        margin: 0 -230px 0 -800px;
    }

    .tmc-modal__inner {
        max-width: 695px;
    }

    .tmc-modal__content--scroll {
        background-size: auto 425px;
        background-position: right bottom;
    }
}

@media screen and (max-width: 1199px) {
    .compatibility-tmc__inner {
        max-width: 505px;
        gap: 24px;
        padding: 0;
    }

    .compatibility-tmc__button {
        max-width: 232px;
    }

    .compatibility-tmc__wrap video {
        height: 600px;
        margin: 0 -250px 0 -800px;
    }

    .tmc-modal__list li {
        gap: 20px;
    }

    .tmc-modal__text {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 991px) {
    .landing-tmc .compatibility-tmc {
        margin: 100px 0 0 0;
    }
    .compatibility-tmc__wrap {
        flex-direction: column-reverse;
        gap: 20px;
        padding: 0;
    }

    .compatibility-tmc__inner {
        align-items: center;
        text-align: center;
        max-width: 100%;
        gap: 40px;
        padding: 0 20px;
    }

    .compatibility-tmc__button {
        max-width: 253px;
    }

    .compatibility-tmc__wrap video {
        height: 454px;
        object-position: center;
        margin: 0;
    }

    .compatibility-tmc__info {
        gap: 16px;
    }

    .compatibility-tmc__info h2 {
        font-size: 24px;
    }

    .compatibility-tmc__info h2 span {
        font-size: 40px;
    }

    .compatibility-tmc__buttons {
        justify-content: center;
        width: 100%;
    }

    .tmc-modal__inner {
        max-width: 677px;
    }

    .tmc-modal__content--scroll {
        background-size: auto 373px;
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .compatibility-tmc__inner {
        padding: 0 20px;
    }

    .compatibility-tmc__button {
        max-width: 210px;
    }

    .tmc-modal__dialog--content {
        max-height: 100vh;
    }

    .tmc-modal__content--scroll {
        background-size: auto 370px;
        background-position: bottom right -50px;
        padding: 0;
    }

    .tmc-modal__inner {
        padding: 20px;
    }
}

@media screen and (max-width: 567px) {
    .landing-tmc .compatibility-tmc {
        margin: 100px 0 0 0;
    }
    .compatibility-tmc__inner {
        padding: 0 10px;
        gap: 16px;
    }

    .compatibility-tmc__info h2 {
        font-size: 16px;
    }

    .compatibility-tmc__info h2 span {
        font-size: 26px;
    }

    .compatibility-tmc__info p {
        font-size: 14px;
    }

    .compatibility-tmc__buttons {
        flex-direction: column;
        gap: 20px;
    }

    .compatibility-tmc__button {
        max-width: 100%;
    }

    .compatibility-tmc__wrap video {
        height: 270px;
    }

    .tmc-modal {
        padding: 10px;
    }

    .tmc-modal__dialog--content {
        width: min(1310px, calc(100vw - 20px));
        max-width: calc(100vw - 20px);
        overflow-x: hidden;
    }

    .tmc-modal__image {
        max-width: 100%;
    }

    .tmc-modal__content--scroll {
        width: 100%;
        max-width: 100%;
        background-size: auto 225px;
        background-position: bottom right -30px;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }

    .tmc-modal__inner {
        width: 100%;
        max-width: 100%;
        padding: 15px 10px;
        overflow-y: auto;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .tmc-modal__list li {
        gap: 10px;
        font-size: 14px;
    }

    .tmc-modal__title {
        font-size: 16px;
        margin: 0 0 20px;
        width: 90%;
    }

    .tmc-modal__text {
        font-size: 14px;
        margin: 0 0 20px;
    }

    .tmc-modal__discription {
        font-size: 14px;
    }

    .tmc-modal__dialog--content {
        border-radius: 12px;
    }

    .tmc-modal__about .tmc-modal__close {
        top: 5px;
        right: 5px;
        font-size: 45px;
    }
}

/* РўР•РҐ ---------------------------------------------------------------------------------------------------- */
.technologies-tmc {
    position: relative;
    margin: 150px 0;
}

.tmc-tech {
    position: relative;
    isolation: isolate;
}

/* Р¤РћРќ */
.tmc-tech__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.tmc-tech__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, #020202 0%, rgba(2, 2, 2, 0.00) 10.1%, rgba(2, 2, 2, 0.00) 90%, #020202 100%),
        linear-gradient(180deg, #020202 0%, rgba(2, 2, 2, 0.00) 10.1%, rgba(2, 2, 2, 0.00) 90%, #020202 100%),
        linear-gradient(90deg, rgba(8, 8, 10, 0.86) 0%, rgba(8, 8, 10, 0.58) 28%, rgba(8, 8, 10, 0.18) 55%, rgba(8, 8, 10, 0.10) 100%);
}

.tmc-tech__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tmc-tech__bg-img.is-active {
    opacity: 1;
}

/* GRID */
.tmc-tech__inner {
    position: relative;
    z-index: 2;
    min-height: 960px;
    display: flex;
    align-items: center;
    padding: 50px;
    gap: 20px;
}

.tmc-tech__nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 40px;
}

.tmc-tech__arrow,
.tmc-tech__mobile-arrow {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(18, 18, 20, 0.46);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: all 0.3s ease;
}

.tmc-tech__arrow:hover,
.tmc-tech__mobile-arrow:hover {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(34, 34, 38, 0.62);
}

.tmc-tech__arrow::before,
.tmc-tech__mobile-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.tmc-tech__arrow--up::before {
    transform: translate(-50%, -35%) rotate(-135deg);
}

.tmc-tech__arrow--down::before {
    transform: translate(-50%, -65%) rotate(45deg);
}

/* РЎРџРРЎРћРљ */
.tmc-tech__list {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 14px;
    width: max-content;
    margin: 0 -350px 0 0;
}

/* РљРђР РўРћР§РљРђ */
.tmc-tech__item {
    position: relative;
    width: min-content;
    max-width: 620px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(22, 22, 25, 0.38);
    backdrop-filter: blur(12px);
    overflow: hidden;
    cursor: pointer;
    transition: width 0.85s ease,
    transform 0.85s ease,
    border-color 0.85s ease;
}

.tmc-tech__item.is-active {
    width: 437px;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(25, 25, 30, 0.52);
}

/* Р‘Р›РРљ */
.tmc-tech__item::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -100%;
    width: 100%;
    height: 200%;
    background: linear-gradient(
            -120deg,
            transparent 30%,
            rgba(255, 255, 255, 0.08) 45%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(255, 255, 255, 0.08) 55%,
            transparent 70%
    );
    filter: blur(14px);
    transition: transform 0.7s ease;
    pointer-events: none;
}

.tmc-tech__item:not(.is-active):hover {
    transform: scale(1.035);
    border-color: #656565;
    background: rgba(96, 96, 105, 0.22);
}

.tmc-tech__item:not(.is-active):hover::before {
    transform: translateX(-200%);
}

/* HEADER */
.tmc-tech__trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
}

.tmc-tech__trigger-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.tmc-tech__color-inline-wrap {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

/* TITLE */
.tmc-tech .tmc-tech__title,
.tmc-tech .tmc-tech__slide-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
}

/* ICON + / - */
.tmc-tech__icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #FFF;
    position: relative;
}

.tmc-tech__icon::before,
.tmc-tech__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.tmc-tech__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.tmc-tech__item.is-active .tmc-tech__icon::after {
    opacity: 0;
}

/* CONTENT */
.tmc-tech__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.tmc-tech__item.is-active .tmc-tech__content {
    max-height: 240px;
}

.tmc-tech__content-inner {
    padding: 0 22px 22px;
    opacity: 0;
    transform: translateY(-6px);
    transition: all 0.45s ease;
}

.tmc-tech__item.is-active .tmc-tech__content-inner {
    opacity: 1;
    transform: translateY(0);
}

/* РўР•РљРЎРў */
.tmc-tech__item p,
.tmc-tech__slide p {
    color: #FFF;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.tmc-tech__item p b,
.tmc-tech__slide p b{
    color: #FFF;;
    font-size: 16px;;
    font-style: normal;;
    font-weight: 600;;
    line-height: 150%;; /* 24px */
}

/* Р¦Р’Р•РўРђ Р’ HEADER */
.tmc-tech__item--colors .tmc-tech__icon {
    display: none;
}

.tmc-tech__color-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tmc-tech__color-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tmc-tech__color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #E9E9E9;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tmc-tech__color[data-color="green"] {
    background: #256141;
}

.tmc-tech__color[data-color="black"] {
    background: #323232;
}

/* СЃРєСЂС‹С‚РёРµ РІС‚РѕСЂРѕРіРѕ РєСЂСѓРіР° */
.tmc-tech__item--colors:not(.is-active) .tmc-tech__color:not(.is-active) {
    width: 0;
    opacity: 0;
    margin-left: -26px;
    max-width: 0;
}

.tmc-tech__color.is-active {
    border-width: 3px;
    border-color: #FFF;
}

/* Р—РђР“РћР›РћР’РћРљ РЎРџР РђР’Рђ */
.tmc-tech__static-title,
.tmc-tech__mobile-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-self: end;
    align-self: end;
    max-width: 634px;
    margin: 0 0 0 auto;
}

.tmc-tech__static-title h2,
.tmc-tech__mobile-title h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
}

.tmc-tech__static-title p,
.tmc-tech__mobile-title p {
    color: #E9E9E9;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
}

/* MOBILE */
.tmc-tech__mobile {
    display: none;
}

@media screen and (max-width: 1344px) {
    .technologies-tmc {
        margin: 120px 0;
    }
}

@media screen and (max-width: 1200px) {


    .tmc-tech__bg,
    .tmc-tech__inner {
        display: none;
    }

    .tmc-tech__mobile-img {
        max-width: 100%;
    }

    .tmc-tech__mobile-img--primary {
        display: none;
    }

    .tmc-tech__mobile-img--secondary {
        display: none;
    }

    .tmc-tech__mobile {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .tmc-tech__slide {
        width: 100%;
        height: auto;
        margin-right: 0;
        flex-shrink: 0;
    }

    .tmc-tech__slide:last-child {
        margin-right: 0;
    }

    .tmc-tech__mobile {
    }

    .tmc-tech__mobile-title {
        margin: 0;
        justify-self: start;
        align-self: start;
    }

    .tmc-tech__mobile-media {
        position: relative;
        overflow: hidden;
        aspect-ratio: 920 / 556;
    }

    .tmc-tech__mobile-media::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        background:
            linear-gradient(90deg, #020202 0%, rgba(2, 2, 2, 0.00) 10.1%, rgba(2, 2, 2, 0.00) 90%, #020202 100%),
            linear-gradient(180deg, #020202 0%, rgba(2, 2, 2, 0.00) 10.1%, rgba(2, 2, 2, 0.00) 90%, #020202 100%);
    }

    .tmc-tech__mobile-img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 920 / 556;
        transition: opacity 0.18s ease, transform 0.22s ease;
        will-change: opacity, transform;
        transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        opacity: 0;
    }

    .tmc-tech__mobile-cached-img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 920 / 556;
        opacity: 0;
        z-index: 0;
        pointer-events: none;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transform: translateZ(0);
        filter: saturate(0.96);
        scale: 0.985;
        transition: opacity 0.28s ease, scale 0.32s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
    }

    .tmc-tech__mobile-cached-img.is-active {
        opacity: 1;
        z-index: 1;
        filter: saturate(1);
        scale: 1;
    }

    .tmc-tech__mobile-img--primary,
    .tmc-tech__mobile-img--secondary {
        position: absolute;
        inset: 0;
        display: block;
    }

    .tmc-tech__mobile-img.is-active {
        opacity: 1;
        z-index: 1;
    }

    .tmc-tech__mobile-img.is-swapping {
        animation: tmc-tech-mobile-image-swap 0.22s ease;
    }

    .tmc-tech__mobile-arrows {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        padding: 0 40px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 3;
    }

    @keyframes tmc-tech-mobile-image-swap {
        0% {
            opacity: 0.7;
            transform: scale(0.985) translateZ(0);
        }
        100% {
            opacity: 1;
            transform: scale(1) translateZ(0);
        }
    }

    .tmc-tech__mobile-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: none;
    }

    .tmc-tech__mobile-arrow:hover {
        transform: none;
    }

    .tmc-tech__mobile-arrow--prev {
        transform: rotate(-225deg);
    }

    .tmc-tech__mobile-arrow--prev:hover {
        transform: rotate(-225deg);
    }

    .tmc-tech__mobile-arrow--next {
        transform: rotate(-45deg);
    }

    .tmc-tech__mobile-arrow--next:hover {
        transform: rotate(-45deg);
    }

    .tmc-tech__mobile-arrow::before {
        position: static;
        top: 0;
        left: 0;
        margin: -3px 3px 0 0;
    }

    .tmc-tech__slider {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin: -100px 0 0 0;
        position: relative;
        z-index: 4;
    }

    .tmc-tech__slider .swiper-wrapper {
        transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
    }

    .tmc-tech__slide {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px;
        position: relative;
        z-index: 4;
        border-radius: 24px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(67, 67, 73, 0.45);
        backdrop-filter: blur(4px);
        opacity: 0.5;
        transform: scale(0.985) translateY(8px);
        transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .tmc-tech__slide.swiper-slide-active {
        opacity: 1;
        transform: scale(1) translateY(0);
        z-index: 5;
    }

    .tmc-tech__slide-header {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .tmc-tech__colors {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .tmc-tech__progress {
        position: relative;
        background-color: #545454;
    }

    .tmc-tech__progress .swiper-pagination-progressbar-fill {
        background: #FFF;
    }
}

@media screen and (max-width: 991px) {
    .tmc-tech__mobile-title h2 {
        font-size: 48px;
    }

    .tmc-tech__slider {
        gap: 20px;
        margin: -60px 0 0 0;
    }

    .tmc-tech__slide {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .tmc-tech__mobile-arrows {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .technologies-tmc {
        margin: 100px 0;
    }

    .tmc-tech__mobile-title {
        text-align: center;
        align-items: center;
        align-self: center;
    }

    .tmc-tech__mobile-title h2 {
        font-size: 40px;
    }

    .tmc-tech__mobile-arrows {
        padding: 0 20px;
    }

    .tmc-tech__slide {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 567px) {
    .tmc-tech__mobile {
        gap: 30px;
    }

    .tmc-tech__mobile-arrows {
        padding: 0 10px;
    }

    .tmc-tech__mobile-title h2 {
        font-size: 22px;
    }

    .tmc-tech__mobile-title p {
        font-size: 16px;
    }

    .tmc-tech__slider {
        margin: -40px 0 0 0;
    }

    .tmc-tech__slide {
        border-radius: 12px;
        padding: 15px 10px;
    }

    .tmc-tech__slide h3 {
        font-size: 16px;
    }

    .tmc-tech__slide p {
        font-size: 14px;
    }

    .tmc-tech__slide p b {
        font-size: 14px;
    }

    .tmc-tech__mobile-img {
        aspect-ratio: 270 / 220;
    }
}

/* industrial------------------------------------------------------------------------------------- */
.industrial-tmc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 135px;
    margin: 150px 0 0 0;
    padding: 0 50px;
    position: relative;
}
.industrial-tmc__image {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    max-width: 100%;
    object-fit: cover;
    z-index: -1;
}
.industrial-tmc__info {
    max-width: 880px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    text-wrap: balance;
}

.industrial-tmc__info h2 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.industrial-tmc__info h2 span {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.industrial-tmc__info p {
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
}

.industrial-tmc__info h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

.industrial-tmc ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    align-self: start;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 605px;
}
.industrial-tmc ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 12px;
    background: rgba(29, 29, 29, 0.60);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.industrial-tmc ul li img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.industrial-tmc ul li p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

@media screen and (max-width: 1344px) {
    .industrial-tmc {
        margin: 120px 0 0 0;
        padding: 0 40px;
    }
    .industrial-tmc__inner {
        min-height: 548px;
    }
}

@media screen and (max-width: 1199px) {
    .industrial-tmc__inner p {
        max-width: 410px;
    }

    .industrial-tmc__info h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {
    .industrial-tmc {
        gap: 40px;
        margin: 100px 0 0 0;
        padding: 0;
    }
    .industrial-tmc__image {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        margin: -50px 0 0 0;
    }
    .industrial-tmc ul {
        align-self: center;
        padding: 0 20px;
    }
    .industrial-tmc__info h2 span {
        font-size: 48px;
    }
}

@media screen and (max-width: 767px) {
    .industrial-tmc__info {
        gap: 16px;
    }

    .industrial-tmc__info h2 {
        font-size: 24px;
    }

    .industrial-tmc__info h2 span {
        font-size: 40px;
    }
}

@media screen and (max-width: 567px) {
    .industrial-tmc {
        gap: 20px;
    }

    .industrial-tmc__info h2 {
        font-size: 16px;
    }

    .industrial-tmc__info h2 span {
        font-size: 21px;
    }

    .industrial-tmc__info h3 {
        font-size: 16px;
    }

    .industrial-tmc__info p {
        font-size: 14px;
    }
    .industrial-tmc ul {
        padding: 0;
    }
    .industrial-tmc ul li {
        align-items: start;
        gap: 10px;
        padding: 10px;
    }
    .industrial-tmc ul li img {
        width: 40px;
        height: 40px;
    }
    .industrial-tmc ul li p {
        font-size: 14px;
    }
}

/* settings------------------------------------------------------------ */
.settings-tmc {
    margin: 0 0 150px 0;
}

.settings-tmc__wrap {
    margin: 0 auto;
    width: 100%;
    background-image: url(/image/catalog/landings/artelv-tmc/eleven.svg);
    background-size: auto 100%;
    background-position: center right 50px;
    background-repeat: no-repeat;
    padding: 70px 50px 100px;
}

.settings-tmc__info {
    max-width: 996px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.settings-tmc__info h2 {
    color: #FFF;
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin: 0;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-wrap: balance;
}

.settings-tmc__info p {
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .settings-tmc__wrap {
        padding: 70px 50px 170px;
    }

    .settings-tmc__info {
        max-width: 950px;
    }

    .settings-tmc__info h2 {
        font-size: 64px;
    }
}

@media screen and (max-width: 1344px) {
    .settings-tmc__wrap {
        max-width: 100%;
        padding: 108px 40px;
    }

    .settings-tmc__info {
        max-width: 838px;
    }

    .settings-tmc__info h2 {
        font-size: 64px;
    }
}

@media screen and (max-width: 1199px) {
    .settings-tmc {
        margin: 0 0 120px 0;
    }
}

@media screen and (max-width: 991px) {
    .settings-tmc__wrap {
        padding: 15px 0;
    }

    .settings-tmc__info {
        max-width: 600px;
    }

    .settings-tmc__info h2 {
        font-size: 48px;
    }
}

@media screen and (max-width: 767px) {
    .settings-tmc {
        margin: 0 0 100px 0;
    }

    .settings-tmc__wrap {
        padding: 0 0 25px 0;
    }

    .settings-tmc__info h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 567px) {
    .settings-tmc {
        margin: 0 0 100px 0;
    }

    .settings-tmc__wrap {
        padding: 130px 0 0 0;
        background-position: center top;
        background-size: 270px auto;
    }

    .settings-tmc__info h2 {
        font-size: 22px;
    }

    .settings-tmc__info p {
        font-size: 14px;
    }
}

/* advantages-tmc -------------------------------------------------------------------------------------------*/
.advantages-tmc {
    --advantages-tmc-media-height: 660px;
    --advantages-tmc-text-min-height: 420px;
    --advantages-tmc-media-aspect-ratio: 472 / 740;
    position: relative;
    overflow: clip;
    padding: 100px 50px;
    border-radius: 24px;
    color: #ffffff;
    background: url(/image/catalog/landings/artelv-tmc/advantages-tmc-bg.webp) right top / cover no-repeat;
}

.advantages-tmc .content-area {
    position: relative;
    z-index: 1;
}

.advantages-tmc__container {
    position: relative;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}

.advantages-tmc__layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 72px;
    min-width: 0;
}

.advantages-tmc__media {
    position: relative;
    flex: 0 0 auto;
    width: auto;
    background: linear-gradient(90deg, #000000 0%, #000000 72%, rgba(0, 0, 0, 0) 100%);
    padding: 0;
}

.advantages-tmc__media-frame {
    position: relative;
    height: var(--advantages-tmc-media-height);
    width: calc(var(--advantages-tmc-media-height) * var(--advantages-tmc-media-aspect-ratio));
    max-width: 100%;
    aspect-ratio: var(--advantages-tmc-media-aspect-ratio);
    margin: 0;
    border-radius: 28px;
    overflow: hidden;
    background: transparent;
}

.advantages-tmc__media-wrapper {
    height: 100%;
}

.advantages-tmc__media-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.advantages-tmc__video {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    background: #050505;
}

.advantages-tmc__content {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 460px;
    margin-right: 50px;
    padding: 12px 0;
}

.advantages-tmc__slider {
    overflow: hidden;
    min-height: var(--advantages-tmc-text-min-height);
}

.advantages-tmc__wrapper {
    align-items: stretch;
}

.advantages-tmc__slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 420px;
    opacity: 0.2;
    transition: opacity 0.35s ease;
}

.advantages-tmc__slide.swiper-slide-active {
    opacity: 1;
}

.advantages-tmc .advantages-tmc__slide-title {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

.advantages-tmc .advantages-tmc__slide-text {
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 24px 0 0;
    padding: 0;
    max-width: 453px;
}

.advantages-tmc .advantages-tmc__slide-text b {
    color: #ffffff;
    font-weight: 600;
}

.advantages-tmc__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin: 0;
}

.advantages-tmc__controls {
    display: flex;
    align-items: center;
    gap: 28px;
}

.advantages-tmc__nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.advantages-tmc__nav--desktop {
    position: static;
}

.advantages-tmc__nav--mobile {
    position: absolute;
    inset: 50% -28px auto;
    z-index: 2;
    display: none;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.advantages-tmc__nav-button {
    width: 56px;
    height: 56px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    pointer-events: auto;
}

.advantages-tmc__nav-button:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.36);
}

.advantages-tmc__nav-button.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.advantages-tmc__pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.advantages-tmc__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    background: rgba(255, 255, 255, 0.22);
    opacity: 1;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.advantages-tmc__pagination .swiper-pagination-bullet-active {
    width: 42px;
    border-radius: 999px;
    background: #ffffff;
}

.advantages-tmc .advantages-tmc__counter {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-right: 50px;
}

.advantages-tmc .advantages-tmc__counter-current {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
}

.advantages-tmc__counter-separator,
.advantages-tmc__counter-total {
    color: rgba(255, 255, 255, 0.38);
}

@media screen and (max-width: 1599px) {
    .advantages-tmc__layout {
        justify-content: flex-start;
        gap: 100px;
    }
}

@media screen and (max-width: 1399px) {
    .advantages-tmc {
        --advantages-tmc-media-height: 724px;
        --advantages-tmc-text-min-height: 400px;
    }

    .advantages-tmc__layout {
        gap: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .advantages-tmc {
        --advantages-tmc-media-height: 643px;
        --advantages-tmc-text-min-height: 320px;
        padding: 50px;
    }

    .advantages-tmc__layout {
        flex-direction: row;
        gap: 50px;
        align-items: center;
        justify-content: center;
    }

    .advantages-tmc__container {
        max-width: 100%;
    }

    .advantages-tmc__media {
        width: auto;
        margin: 0;
    }

    .advantages-tmc__content {
        padding: 0;
    }

    .advantages-tmc__slide {
        min-height: var(--advantages-tmc-text-min-height);
        justify-content: flex-start;
        opacity: 1;
    }

    .advantages-tmc__footer {
        margin-top: 28px;
    }

    .advantages-tmc__nav--desktop {
        display: flex;
    }

    .advantages-tmc__nav--mobile {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .advantages-tmc {
        --advantages-tmc-media-height: 516px;
        --advantages-tmc-text-min-height: 300px;
    }

    .advantages-tmc__media-frame {
        width: 202px;
    }
}

@media screen and (max-width: 768px) {
    .advantages-tmc {
        --advantages-tmc-media-height: 632px;
        --advantages-tmc-text-min-height: 230px;
        padding: 0;
        background: none;
    }

    .advantages-tmc__layout {
        flex-direction: column;
        align-items: stretch;
    }

    .advantages-tmc .content-area {
        padding-left: 24px;
        padding-right: 24px;
    }

    .advantages-tmc__container {
        max-width: 100%;
    }

    .advantages-tmc__media {
        width: 100%;
        display: flex;
        justify-content: center;
        background: none;
    }

    .advantages-tmc__media-frame {
        border-radius: 24px;
        margin: 0 auto;
        height: auto;
    }

    .advantages-tmc__nav--mobile {
        inset: 50% 16px auto;
        display: flex;
    }

    .advantages-tmc__nav--desktop {
        display: none;
    }

    .advantages-tmc__nav-button {
        width: 52px;
        height: 52px;
    }

    .advantages-tmc .advantages-tmc__slide-title {
        font-size: 24px;
        line-height: 1.15;
        max-width: none;
    }

    .advantages-tmc .advantages-tmc__slide-text {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.5;
        max-width: none;
    }

    .advantages-tmc__footer {
        gap: 16px;
        margin-top: 24px;
    }

    .advantages-tmc__controls {
        width: 100%;
        justify-content: center;
    }

    .advantages-tmc .advantages-tmc__counter {
        font-size: 14px;
    }

    .advantages-tmc .advantages-tmc__counter-current {
        font-size: 18px;
    }

    .advantages-tmc__footer {
        display: none;
    }
}

@media screen and (max-width: 567px) {
    .advantages-tmc {
        --advantages-tmc-media-height: 351px;
        --advantages-tmc-text-min-height: 210px;
    }

    .advantages-tmc .content-area {
        padding-left: 16px;
        padding-right: 16px;
    }

    .advantages-tmc .advantages-tmc__slide-title {
        font-size: 16px;
        line-height: 150%;
    }

    .advantages-tmc__slide-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 150%;
    }

    .advantages-tmc__layout {
        gap: 28px;
    }

    .advantages-tmc__media {
        width: 100%;
    }

    .advantages-tmc__nav--mobile {
        inset-inline: 10px;
    }

    .advantages-tmc__nav-button {
        width: 44px;
        height: 44px;
    }

    .advantages-tmc__nav-button svg {
        width: 10px;
        height: 18px;
    }

    .advantages-tmc__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .advantages-tmc__controls {
        justify-content: flex-start;
        gap: 18px;
    }

    .advantages-tmc__pagination .swiper-pagination-bullet-active {
        width: 32px;
    }
}

/* application----------------------------------------------------------------------------------------- */

.application-tmc {
    margin: 150px 0;
    display: flex;
    flex-direction: column;
    gap: 75px;
    padding: 50px;
    border-radius: 24px;
    background-image: url(/image/catalog/landings/artelv-tmc/gradient.svg);
    background-size: 2004px;
    background-position: center bottom -900px;
    background-repeat: no-repeat;
}

.application-tmc__wrap {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.application-tmc__info {
    max-width: 715px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.application-tmc__info h2 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.application-tmc__info h2 span {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.application-tmc__info p {
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.application-tmc__img {
    max-width: 546px;
    width: 100%;
}

.application-tmc__content {
    display: flex;
    justify-content: space-between;
    gap: 94px;
}

.application-tmc__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    max-width: 644px;
    width: 100%;
    flex-shrink: 0;
}

.application-tmc__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 0;
    border-bottom: 1px solid #2A2A2A;
}

.application-tmc__list li:first-child {
    border-top: 1px solid #2A2A2A;
}

.application-tmc__list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 14px;
    background: rgba(67, 67, 73, 0.45);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}

.application-tmc__list li a::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -100%;
    width: 100%;
    height: 200%;

    background: linear-gradient(
            -120deg,
            transparent 30%,
            rgba(255, 255, 255, 0.08) 45%,
            rgba(255, 255, 255, 0.25) 50%,
            rgba(255, 255, 255, 0.08) 55%,
            transparent 70%
    );

    filter: blur(14px);

    transform: translateX(0);
    transition: transform 0.7s ease;
    pointer-events: none;
}

.application-tmc__list li a:hover::before {
    transform: translateX(-200%);
}

.application-tmc__list li a:hover {
    border: 1px solid #656565;
    background: rgba(96, 96, 105, 0.45);
    scale: 1.05;
}

.application-tmc__list li a span {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.application-tmc__icon {
    width: 36px;
    flex-shrink: 0;
}

.application-tmc__qr {
    width: 114px;
}

.application-tmc__inner {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    max-width: 612px;
    width: 100%;
}

.application-tmc__inner li {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.application-tmc__inner li h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

.application-tmc__inner li p {
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .application-tmc {
        gap: 0;
        padding: 0;
    }

    .application-tmc__img {
        max-width: 466px;
    }

    .application-tmc__content {
        gap: 50px;
        padding: 50px;
        align-items: center;
    }

    .application-tmc__list {
        max-width: 594px;
    }

    .application-tmc__inner {
        gap: 100px;
    }
}

@media screen and (max-width: 1344px) {
    .application-tmc__info p {
        max-width: 682px;
    }

    .application-tmc__img {
        margin: 0 0 0 -200px;
    }

    .application-tmc__content {
        padding: 50px 30px;
    }

    .application-tmc__list {
        max-width: 450px;
    }

    .application-tmc__inner {
        gap: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .application-tmc {
        margin: 120px 0;
        gap: 50px;
        background-position: center bottom -120px;
    }

    .application-tmc__wrap {
        gap: 0;
        flex-direction: column-reverse;
    }

    .application-tmc__info {
        padding: 0 40px;
        max-width: 100%;
    }

    .application-tmc__img {
        max-width: 900px;
        margin: 0;
    }

    .application-tmc__content {
        flex-direction: column;
        gap: 70px;
        padding: 40px;
    }

    .application-tmc__list {
        max-width: 100%;
    }

    .application-tmc__inner {
        gap: 80px;
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .application-tmc {
        gap: 40px;
        background-size: 4000px;
        background-position: center bottom -1040px;
    }

    .application-tmc__info h2 {
        font-size: 28px;
    }

    .application-tmc__info h2 span {
        font-size: 48px;
    }

    .application-tmc__list li {
        padding: 40px 0;
        justify-content: center;
    }

    .application-tmc__list li a {
        justify-content: center;
        max-width: 300px;
        width: 100%;
    }

    .application-tmc__qr {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .application-tmc {
        gap: 10px;
        background-size: 4000px;
        background-position: center bottom -1040px;
        margin: 100px 0;
    }

    .application-tmc__info {
        padding: 0 20px;
    }

    .application-tmc__info h2 {
        font-size: 24px;
    }

    .application-tmc__info h2 span {
        font-size: 40px;
    }

    .application-tmc__content {
        gap: 30px;
        padding: 20px;
    }

    .application-tmc__list li a {
        max-width: 250px;
    }

    .application-tmc__inner {
        gap: 30px;
    }

    .application-tmc__inner li h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .application-tmc {
        gap: 0;
        background-size: 2000px;
        background-position: center bottom -540px;
        margin: 100px 0;
        border-radius: 12px;
    }

    .application-tmc__info {
        padding: 0;
        gap: 16px;
    }

    .application-tmc__info h2 {
        font-size: 16px;
    }

    .application-tmc__info h2 span {
        font-size: 22px;
    }

    .application-tmc__info p {
        font-size: 14px;
    }

    .application-tmc__list {
        gap: 20px;
    }

    .application-tmc__list li {
        padding: 0;
        border: none;
    }

    .application-tmc__list li:first-child {
        border: none;
    }

    .application-tmc__list li a span {
        font-size: 18px;
    }

    .application-tmc__inner li {
        gap: 16px;
    }

    .application-tmc__inner li h3 {
        font-size: 16px;
    }

    .application-tmc__inner li p {
        font-size: 14px;
    }
}

/* cloud----------------------------------------------------------------------------------------------------- */

.cloud-tmc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cloud-tmc h2 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cloud-tmc h2 span {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cloud-tmc__wrap {
    width: 100%;
    height: 808px;
    background-image: url(/image/catalog/landings/artelv-tmc/cloud-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 50px 0 0 0;
}

.cloud-tmc ul {
    list-style: none;
    margin: -223px 0 0 0;
    padding: 0 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.cloud-tmc ul li {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(67, 67, 73, 0.45);
    backdrop-filter: blur(4px);
}

.cloud-tmc__item-header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.cloud-tmc__item-header img {
    max-width: 59px;
    width: 100%;
}

.cloud-tmc__item-header h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

.cloud-tmc ul li p {
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.cloud-tmc__anim {
    --tmc-color: #F4F7FF;
    --tmc-circle-size: 40px;
    --tmc-line-height: 12px;
    --tmc-line-width: calc(100% - (var(--tmc-circle-size) * 2));
    --tmc-dash-size: 18px;
    --tmc-gap-size: 10px;
    --tmc-glow: rgba(244, 247, 255, 0.78);
    --tmc-ripple: rgba(244, 247, 255, 0.45);
    position: absolute;
    top: 300px;
    left: 53%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 64px;
    pointer-events: none;
    max-width: 490px;
}

.cloud-tmc__pulse {
    position: relative;
    flex: 0 0 var(--tmc-circle-size);
    width: var(--tmc-circle-size);
    height: var(--tmc-circle-size);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #FFF 0 28%, var(--tmc-color) 62%, #AAB5C8 100%);
    transform: scale(1);
    animation: cloud-tmc-circle-pulse 1.9s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(244, 247, 255, 0.32),
    0 0 28px 4px rgba(244, 247, 255, 0.36);
}

.cloud-tmc__pulse::before,
.cloud-tmc__pulse::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--tmc-ripple);
    opacity: 0;
    transform: scale(1);
}

.cloud-tmc__pulse::before {
    animation: cloud-tmc-ripple 1.9s ease-out infinite;
}

.cloud-tmc__pulse::after {
    animation: cloud-tmc-ripple 1.9s ease-out infinite 0.28s;
}

.cloud-tmc__line {
    position: relative;
    flex: 1 1 auto;
    height: var(--tmc-line-height);
    margin: 0 14px;
    border-radius: 999px;
    overflow: hidden;
}

.cloud-tmc__line::before,
.cloud-tmc__line::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.cloud-tmc__line::before {
    background: repeating-linear-gradient(
            to right,
            var(--tmc-color) 0 calc(var(--tmc-dash-size)),
            transparent calc(var(--tmc-dash-size)) calc(var(--tmc-dash-size) + var(--tmc-gap-size))
    );
    opacity: 0.95;
    filter: drop-shadow(0 0 8px rgba(244, 247, 255, 0.42));
}

.cloud-tmc__line::after {
    background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(244, 247, 255, 0) 16%,
            rgba(244, 247, 255, 1) 46%,
            rgba(135, 183, 255, 0.9) 50%,
            rgba(244, 247, 255, 1) 54%,
            rgba(244, 247, 255, 0) 84%,
            transparent 100%
    );
    filter: blur(6px);
    opacity: 1;
    transform: translateX(-45%);
    animation: cloud-tmc-line-flow 1.9s ease-in-out infinite;
}

@keyframes cloud-tmc-circle-pulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(244, 247, 255, 0.26),
        0 0 26px 3px rgba(244, 247, 255, 0.28);
    }
    50% {
        transform: scale(1.18);
        box-shadow: 0 0 0 12px rgba(244, 247, 255, 0.12),
        0 0 36px 8px rgba(244, 247, 255, 0.52);
    }
}

@keyframes cloud-tmc-ripple {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    18% {
        opacity: 0.86;
    }
    55% {
        opacity: 0.26;
    }
    100% {
        opacity: 0;
        transform: scale(2.45);
    }
}

@keyframes cloud-tmc-line-flow {
    0% {
        opacity: 0.28;
        transform: translateX(-48%);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.28;
        transform: translateX(48%);
    }
}

@media screen and (max-width: 1599px) {
    .cloud-tmc__wrap {
        height: 698px;
        margin: 30px 0 0 0;
    }

    .cloud-tmc__anim {
        top: 260px;
        max-width: 430px;
    }

    .cloud-tmc ul {
        margin: -223px 0 0 0;
        padding: 0;
        gap: 20px;
    }
}

@media screen and (max-width: 1344px) {
    .cloud-tmc__wrap {
        height: 720px;
        margin: 20px 0 0 0;
    }

    .cloud-tmc__wrap::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 178px;
        height: 100%;
        background: linear-gradient(270deg, #020202 0%, rgba(2, 2, 2, 0.00) 100%);
        pointer-events: none;
    }

    .cloud-tmc__wrap::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 178px;
        height: 100%;
        background: linear-gradient(90deg, #020202 0%, rgba(2, 2, 2, 0.00) 100%);
        pointer-events: none;
    }

    .cloud-tmc__anim {
        top: 260px;
        max-width: 430px;
    }

    .cloud-tmc ul {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1199px) {
    .cloud-tmc__wrap {
        height: 400px;
        margin: 10px 0 0 0;
        background-size: auto 100%;
    }

    .cloud-tmc__wrap::after,
    .cloud-tmc__wrap::before {
        width: 50px;
    }

    .cloud-tmc__anim {
        --tmc-circle-size: 30px;
        --tmc-line-height: 10px;
        --tmc-dash-size: 14px;
        --tmc-gap-size: 10px;
        top: 150px;
        max-width: 300px;
        left: 50%;
    }

    .cloud-tmc ul {
        margin: 10px 0 0 0;
    }
}

@media screen and (max-width: 991px) {
    .cloud-tmc h2 {
        font-size: 28px;
    }

    .cloud-tmc h2 span {
        font-size: 48px;
    }

    .cloud-tmc__item-header h3 {
        font-size: 28px;
    }

    .cloud-tmc__anim {
        top: 140px;
        max-width: 280px;
    }
}

@media screen and (max-width: 767px) {
    .cloud-tmc__wrap {
        height: 370px;
    }

    .cloud-tmc__anim {
        top: 130px;
        max-width: 260px;
    }

    .cloud-tmc__item-header h3 {
        font-size: 24px;
    }

    .cloud-tmc h2 {
        font-size: 28px;
    }

    .cloud-tmc h2 span {
        font-size: 48px;
    }
}

@media screen and (max-width: 567px) {
    .cloud-tmc__wrap {
        height: 50vw;
    }

    .cloud-tmc__wrap::after,
    .cloud-tmc__wrap::before {
        width: 20px;
    }

    .cloud-tmc__anim {
        top: 12vw;
        max-width: 40vw;
        --tmc-circle-size: 16px;
        --tmc-line-height: 6px;
        --tmc-dash-size: 8px;
        --tmc-gap-size: 4px;
    }

    .cloud-tmc__line {
        margin: 0 8px;
    }

    .cloud-tmc h2 {
        font-size: 16px;
    }

    .cloud-tmc h2 span {
        font-size: 22px;
    }

    .cloud-tmc ul li {
        gap: 20px;
        border-radius: 12px;
    }

    .cloud-tmc ul li p {
        font-size: 14px;
    }

    .cloud-tmc__item-header img {
        max-width: 32px;
    }

    .cloud-tmc__item-header h3 {
        font-size: 16px;
        text-wrap: balance;
    }
}


/* guarantee----------------------------------------------------------------------------------------------- */
.guarantee-tmc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(/image/catalog/landings/artelv-tmc/russia.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 150px 0;
}

.guarantee-tmc__wrap {
    max-width: 680px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.guarantee-tmc__wrap img {
    max-width: 622px;
    width: 100%;
}

.guarantee-tmc__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.guarantee-tmc__info h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.guarantee-tmc__info p {
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.guarantee-tmc__img {
    max-width: 568px;
    width: 100%;
}

@media screen and (max-width: 1599px) {
    .guarantee-tmc {
        padding: 73px 0 50px 0;
    }

    .guarantee-tmc__img {
        max-width: 407px;
    }
}

@media screen and (max-width: 1199px) {
    .guarantee-tmc {
        padding: 22px 0 65px 0;
        margin: 120px 0;
    }

    .guarantee-tmc__wrap {
        max-width: 461px;
    }

    .guarantee-tmc__info h2 {
        line-height: 100%;
    }
}

@media screen and (max-width: 991px) {
    .guarantee-tmc {
        padding: 40px 0;
        gap: 13px;
    }

    .guarantee-tmc__wrap {
        max-width: 360px;
    }

    .guarantee-tmc__wrap img {
        max-width: 297px;
    }

    .guarantee-tmc__info h2 {
        font-size: 48px;
    }

    .guarantee-tmc__img {
        max-width: 328px;
    }
}

@media screen and (max-width: 767px) {
    .guarantee-tmc {
        padding: 30px 0 0 0;
        gap: 44px;
        flex-direction: column-reverse;
        background-size: auto 300px;
        background-position: center top;
        margin: 100px 0;
    }

    .guarantee-tmc__wrap {
        max-width: 100%;
    }

    .guarantee-tmc__info h2 {
        font-size: 40px;
    }

    .guarantee-tmc__img {
        max-width: 328px;
    }
}

@media screen and (max-width: 567px) {
    .guarantee-tmc {
        padding: 16px 0 0 0;
        gap: 16px;
        background-size: auto 50vw;
        margin: 100px 0;
    }

    .guarantee-tmc__wrap img {
        max-width: 202px;
    }

    .guarantee-tmc__img {
        max-width: 50vw;
    }

    .guarantee-tmc__info h2 {
        font-size: 22px;
    }

    .guarantee-tmc__info p {
        font-size: 14px;
    }
}


/* scenarios---------------------------------------------------------------------------- */
.scenarios-tmc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.scenarios-tmc__info {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 16px;
}

.scenarios-tmc__info h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-wrap: balance;
}

.scenarios-tmc__info p {
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    max-width: 726px;
    width: 100%;
}

.scenarios-tmc__wrap {
    width: 100%;
}

.scenarios-tmc__slider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.scenarios-tmc__slider-wrapper {
    box-sizing: border-box;
}

.scenarios-tmc__slide {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 620px;
    padding: 20px 50px 100px 50px;
    border-radius: 24px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.scenarios-tmc__slide-1 {
    background-image: url(/image/catalog/landings/artelv-tmc/scenarios-1.webp);
}

.scenarios-tmc__slide-2 {
    background-image: url(/image/catalog/landings/artelv-tmc/scenarios-2.webp);
}

.scenarios-tmc__slide-3 {
    background-image: url(/image/catalog/landings/artelv-tmc/scenarios-3.webp);
}

.scenarios-tmc__slide-4 {
    background-image: url(/image/catalog/landings/artelv-tmc/scenarios-4.webp);
}

.scenarios-tmc__slide-image-wrap {
    display: none;
}

.scenarios-tmc__slide-image {
    display: block;
    width: 100%;
    height: auto;
}

.scenarios-tmc__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 1;
    width: 100%;
    max-width: 688px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(67, 67, 73, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.scenarios-tmc__content h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

.scenarios-tmc__content p {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.scenarios-tmc__navigation {
    position: absolute;
    left: 50px;
    bottom: 20px;
    z-index: 3;
    display: flex;
    gap: 30px;
}

.scenarios-tmc__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(67, 67, 73, 0.45);
    backdrop-filter: blur(4px);
    cursor: pointer;
    transition: all 0.25s ease;
}

.scenarios-tmc__arrow:hover {
    background: rgba(67, 67, 73, 0.85);
    transform: translateY(-1px);
}

.scenarios-tmc__arrow:active {
    transform: translateY(0);
}

.scenarios-tmc__arrow.swiper-button-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.scenarios-tmc__pagination {
    display: none;
}

.scenarios-tmc__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: rgba(255, 254, 254, 0.28);
    opacity: 1;
}

.scenarios-tmc__pagination .swiper-pagination-bullet-active {
    background: #FFF;
}

@media screen and (max-width: 1599px) {
    .scenarios-tmc__content {
        max-width: 477px;
    }
}

@media screen and (max-width: 1199px) {
    .scenarios-tmc__slide {
        min-height: 484px;
        padding: 20px 30px 90px 30px;
    }
    .scenarios-tmc__navigation {
        left: 30px;
    }
}

@media screen and (max-width: 991px) {
    .scenarios-tmc {
        gap: 40px;
    }

    .scenarios-tmc__info h2 {
        font-size: 48px;
    }

    .scenarios-tmc__slide {
        min-height: 494px;
        padding: 20px;
    }

    .scenarios-tmc__content {
        max-width: 100%;
    }

    .scenarios-tmc__navigation {
        width: 100%;
        justify-content: space-between;
        left: 0;
        padding: 0 20px;
        bottom: 50%;
        transform: translateY(50%);
    }
}

@media (max-width: 767px) {
    .scenarios-tmc__info h2 {
        font-size: 40px;
    }

    .scenarios-tmc__slide {
        min-height: 580px;
    }

    .scenarios-tmc__content h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .scenarios-tmc {
        gap: 20px;
    }

    .scenarios-tmc__info h2 {
        font-size: 22px;
    }

    .scenarios-tmc__info p {
        font-size: 14px;
    }

    .scenarios-tmc__slide {
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-height: auto;
        padding: 0;
        border-radius: 0;
        background-image: none;
        background: transparent;
    }

    .scenarios-tmc__slide-image-wrap {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .scenarios-tmc__slide-image {
        width: 100%;
        max-width: 100%;
        height: 270px;
        object-fit: cover;
        border-radius: 12px;
    }

    .scenarios-tmc__content {
        max-width: 100%;
        padding: 0;
        background: transparent;
        backdrop-filter: none;
    }

    .scenarios-tmc__content h3 {
        font-size: 16px;
    }

    .scenarios-tmc__content p {
        font-size: 14px;
    }

    .scenarios-tmc__navigation {
        top: 120px;
        height: 25px;
        padding: 0 10px;
    }

    .scenarios-tmc__arrow {
        width: 25px;
        height: 25px;
    }

    .scenarios-tmc__arrow svg {
        width: 7px;
        height: auto;
    }

    .scenarios-tmc__pagination {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
}


/* scenarios-atic -------------------------------------------------------------------------- */
.scenarios-atic {
    --scenarios-atic-slide-width: min(1070px, 74vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: 100%;
    margin: 150px 0 0;
    overflow: hidden;
}

.scenarios-atic .scenarios-atic__title {
    position: relative;
    z-index: 2;
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    text-align: center;
    text-wrap: balance;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.scenarios-atic__slider {
    position: relative;
    left: auto;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    transform: none;
}

.scenarios-atic__wrapper {
    align-items: stretch;
}

.scenarios-atic__slide {
    position: relative;
    width: var(--scenarios-atic-slide-width);
    height: 620px;
    border-radius: 24px;
    overflow: hidden;
    background: #2D2D2D;
}

.scenarios-atic__media {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    background: #2D2D2D;
}

.scenarios-atic__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.scenarios-atic__content {
    position: absolute;
    z-index: 2;
    left: 45px;
    bottom: 45px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 580px;
    width: calc(100% - 90px);
    padding: 20px;
    border-radius: 12px;
    background: rgba(67, 67, 73, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.scenarios-atic .scenarios-atic__name {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

.scenarios-atic .scenarios-atic__description {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
}

.scenarios-atic__arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #FFF;
    background: rgba(67, 67, 73, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity 0.2s ease, background-color 0.2s ease;
}

.scenarios-atic__arrow:hover {
    background: rgba(67, 67, 73, 0.9);
}

.scenarios-atic__arrow--prev {
    left: calc(50% - (var(--scenarios-atic-slide-width) / 2) + 20px);
}

.scenarios-atic__arrow--next {
    right: calc(50% - (var(--scenarios-atic-slide-width) / 2) + 20px);
}

.scenarios-atic .scenarios-atic__arrow.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.scenarios-atic .scenarios-atic__scrollbar-shell {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: min(560px, calc(100% - 40px));
    height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    background: #242428;
}

.scenarios-atic .scenarios-atic__scrollbar {
    position: relative;
    inset: auto;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #56565B;
    cursor: grab;
}

.scenarios-atic .scenarios-atic__scrollbar:active {
    cursor: grabbing;
}

.scenarios-atic__scrollbar .swiper-scrollbar-drag {
    height: 100%;
    border-radius: inherit;
    background: #F2F2F2;
}

@media screen and (max-width: 1599px) {
    .scenarios-atic {
        --scenarios-atic-slide-width: min(1070px, 78vw);
    }

    .scenarios-atic__content {
        max-width: 520px;
    }
}

@media screen and (max-width: 1344px) {
    .scenarios-atic {
        margin-top: 120px;
    }

    .scenarios-atic__slide {
        height: 560px;
    }
}

@media screen and (max-width: 1199px) {
    .scenarios-atic {
        --scenarios-atic-slide-width: calc(100% - 120px);
    }

    .scenarios-atic .scenarios-atic__title {
        font-size: 54px;
    }

    .scenarios-atic__slide {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .scenarios-atic__content {
        left: 30px;
        bottom: 30px;
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 991px) {
    .scenarios-atic {
        --scenarios-atic-slide-width: calc(100% - 100px);
        gap: 40px;
        margin-top: 100px;
    }

    .scenarios-atic .scenarios-atic__title {
        font-size: 40px;
    }

    .scenarios-atic__slide {
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 18px;
        overflow: visible;
    }

    .scenarios-atic__content {
        left: 20px;
        bottom: -90px;
        max-width: none;
        width: calc(100% - 40px);
        padding: 18px;
    }
    .scenarios-atic .scenarios-atic__scrollbar-shell {
        margin: 70px 0 0 0;
    }
    .scenarios-atic .scenarios-atic__name {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .scenarios-atic {
        --scenarios-atic-slide-width: calc(100% - 90px);
        gap: 30px;
    }

    .scenarios-atic__slide {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: auto;
        aspect-ratio: auto;
        border-radius: 0;
        overflow: visible;
        background: transparent;
    }

    .scenarios-atic__media {
        position: relative;
        inset: auto;
        flex: 0 0 auto;
        aspect-ratio: 16 / 9;
        height: auto;
        border-radius: 12px;
    }

    .scenarios-atic__content {
        position: relative;
        inset: auto;
        gap: 10px;
        width: 100%;
        padding: 12px;
        border-radius: 8px;
    }

    .scenarios-atic .scenarios-atic__description {
        font-size: 16px;
    }

    .scenarios-atic .scenarios-atic__scrollbar-shell {
        width: var(--scenarios-atic-slide-width);
        height: 32px;
        padding: 0 10px;
        border-radius: 7px;
        margin: -20px 0 0 0;
    }
}

@media screen and (max-width: 567px) {
    .scenarios-atic {
        gap: 20px;
    }
    .scenarios-atic .scenarios-atic__title {
        font-size: 22px;
    }

    .scenarios-atic__content {
        padding: 10px;
    }
    .scenarios-atic .scenarios-atic__name {
        font-size: 16px;
    }
    .scenarios-atic .scenarios-atic__description {
        font-size: 14px;
    }
    .scenarios-atic .scenarios-atic__scrollbar-shell {
        margin: -10px 0 0 0;
    }
}

@media (hover: none), (pointer: coarse) {
    .scenarios-atic__arrow {
        display: none;
    }
}

/* energy----------------------------------------------------------------------------------- */
.energy-tmc {
    margin: 150px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 75px;
    padding: 83px 50px;
    background-image: url(/image/catalog/landings/artelv-tmc/gradient-2.svg);
    background-size: auto 100%;
    background-position: center left;
    background-repeat: no-repeat;
}

.energy-tmc__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    max-width: 650px;
    width: 100%;
}

.energy-tmc__info h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-wrap: balance;
}

.energy-tmc__info p {
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.energy-tmc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    column-gap: 160px;
}

.energy-tmc ul li {
    max-width: 370px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.energy-tmc ul li img {
    max-width: 59px;
    width: 100%;
}

.energy-tmc ul li h3 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 8px 0 4px 0;
}

.energy-tmc ul li p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .energy-tmc {
        margin: 120px 0;
        gap: 50px;
        padding: 30px;
    }

    .energy-tmc ul {
        column-gap: 100px;
    }
}

@media screen and (max-width: 991px) {
    .energy-tmc {
        gap: 40px;
        padding: 0px 30px;
        background-size: 100% auto;
        background-position: top left;
    }

    .energy-tmc__info h2 {
        font-size: 48px;
    }

    .energy-tmc ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
}

@media screen and (max-width: 767px) {
    .energy-tmc {
        padding: 0px 20px;
        margin: 100px 0;
    }

    .energy-tmc__info h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 567px) {
    .energy-tmc {
        margin: 100px 0;
        gap: 30px;
        padding: 0 10px;
    }

    .energy-tmc__info h2 {
        font-size: 22px;
    }

    .energy-tmc__info p {
        font-size: 14px;
    }

    .energy-tmc ul {
        gap: 40px;
    }

    .energy-tmc ul li img {
        max-width: 40px;
    }

    .energy-tmc ul li h3 {
        font-size: 16px;
    }

    .energy-tmc ul li p {
        font-size: 14px;
    }
}

/* stability----------------------------------------------------------------------------------- */
.stability-tmc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stability-tmc video {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 24px;
}

.stability-tmc__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    max-width: 1200px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(17, 17, 17, 0.90);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    width: 100%;
    margin: -100px 0 0 0;
}

.stability-tmc__info h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    text-wrap: balance;
}

.stability-tmc__info p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .stability-tmc__info {
        max-width: 1080px;
    }
}

@media screen and (max-width: 1344px) {
    .stability-tmc__info {
        max-width: 100%;
        margin: -40px 0 0 0;
    }
}

@media screen and (max-width: 1199px) {
    .stability-tmc__info {
        max-width: 100%;
        margin: -40px 0 0 0;
    }
}

@media screen and (max-width: 991px) {
    .stability-tmc__info h2 {
        font-size: 48px;
    }
}

@media screen and (max-width: 767px) {
    .stability-tmc__info h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 567px) {
    .stability-tmc__info h2 {
        font-size: 22px;
    }

    .stability-tmc__info p {
        font-size: 14px;
    }

    .stability-tmc video {
        border-radius: 12px;
    }

    .stability-tmc__info {
        border-radius: 12px;
        margin: -20px 0 0 0;
    }
}


/* answers-------------------------------------------------------------------------------------- */
.answers-am {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 50px 50px;
    margin: 150px 0 50px 0;
}

.answers-am h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.answers-am__accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.answers-am__item {
    border-radius: 20px;
    background: linear-gradient(262deg, #0D0F12 12.89%, #222426 75.07%), #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    padding: 0 30px;
}

.answers-am__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: start;
}

.answers-am .answers-am__title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    text-wrap: balance;
}

.answers-am__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.answers-am__body span {
    display: block;
    padding: 0 0 20px 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.answers-am__icon {
    position: relative;
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.answers-am__header[aria-expanded="true"] .answers-am__icon {
    transform: rotate(180deg);
}

@media screen and (max-width: 1599px) {
    .answers-am {
        padding: 0 0 50px;
    }
}

@media screen and (max-width: 1199px) {
    .answers-am {
        gap: 40px;
        margin: 120px 0 50px 0;
    }
}

@media screen and (max-width: 991px) {
    .answers-am h2 {
        font-size: 48px;
    }
}

@media screen and (max-width: 767px) {
    .answers-am {
        gap: 40px;
        margin: 80px 0 30px 0;
    }

    .answers-am h2 {
        font-size: 40px;
    }

    .answers-am .answers-am__title {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .answers-am {
        gap: 30px;
    }

    .answers-am h2 {
        font-size: 22px;
    }

    .answers-am__accordion {
        gap: 10px;
    }

    .answers-am__item {
        border-radius: 12px;
        padding: 0 10px;
    }

    .answers-am__header {
        gap: 20px;
        padding: 15px 0;
    }

    .answers-am .answers-am__title {
        font-size: 15px;
    }

    .answers-am__body span {
        padding: 0 0 15px 0;
        font-size: 14px;
    }

    .answers-am__icon {
        width: 35px;
        height: 35px;
    }

    .answers-am__icon svg {
        width: 35px;
        height: 35px;
    }
}




/* autonomy------------------------------------------------------------------------------ */
.autonomy-atic {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 150px 0 0 0;
}
.autonomy-atic img {
    width: 100%;
    max-width: 643px;
}
.autonomy-atic__wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 642px;
    width: 100%;
}
.autonomy-atic__header {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.autonomy-atic__header h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-wrap: balance;
}
.autonomy-atic__header h4 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin: 0;
}
.autonomy-atic__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 590px;
}
.autonomy-atic__info p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
}
@media screen and (max-width: 1599px) {
    .autonomy-atic img {
        max-width: 580px;
    }
}
@media screen and (max-width: 1344px) {
    .autonomy-atic {
        gap: 30px;
        margin: 120px 0 0 0;
    }
    .autonomy-atic img {
        max-width: 455px;
    }
}
@media screen and (max-width: 1199px) {
    .autonomy-atic {
        gap: 0;
        align-items: flex-start;
        justify-content: space-between;
    }
    .autonomy-atic img {
        max-width: 372px;
    }
    .autonomy-atic__wrap {
        position: relative;
        z-index: 1;
        max-width: 100%;
        padding: 35px 0 0 0;
        margin: 0 0 0 -500px;
    }
    .autonomy-atic__header {
        max-width: 642px;
        width: 100%;
        align-self: end;
    }
    .autonomy-atic__info {
        max-width: 100%;
    }
    .autonomy-atic__info p:first-child {
        align-self: flex-end;
        max-width: 532px;
    }
}
@media screen and (max-width: 991px) {
    .autonomy-atic {
        margin: 100px 0 0 0;
        position: relative;
    }
    .autonomy-atic img {
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 643px;
    }
    .autonomy-atic__wrap {
        gap: 600px;
        margin: 0;
        padding: 0;
    }
    .autonomy-atic__header {
        align-self: start;
    }
    .autonomy-atic__header h2 {
        font-size: 40px;
    }
    .autonomy-atic__header h4 {
        font-size: 24px;
        text-wrap: balance;
    }
    .autonomy-atic__info p:first-child {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .autonomy-atic img {
        top: 120px;
        max-width: 478px;
    }
    .autonomy-atic__wrap {
        gap: 430px;
    }
}
@media screen and (max-width: 567px) {
    .autonomy-atic__header h2 {
        font-size: 22px;
    }
    .autonomy-atic__header h4 {
        font-size: 16px;
    }
    .autonomy-atic img {
        top: 80px;
        max-width: 270px;
    }
    .autonomy-atic__wrap {
        gap: 250px;
    }
    .autonomy-atic__info p {
        font-size: 14px;
    }
}


/* independence------------------------------------------------------------------------------------- */
.independence-atic {
    margin: 150px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 0 60px;
}
.independence-atic h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-wrap: balance;
    text-align: center;
}
.independence-atic ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.independence-atic ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 12px;
    background: rgba(67, 67, 73, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.independence-atic ul li img {
    max-width: 60px;
    width: 100%;
}
.independence-atic ul li p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

@media screen and (max-width: 1599px) {
    .independence-atic {
        padding: 0;
    }
    .independence-atic ul {
        gap: 20px;
    }
}
@media screen and (max-width: 1344px) {
    .independence-atic {
        margin: 120px 0 0 0;
    }
}
@media screen and (max-width: 991px) {
    .independence-atic {
        margin: 100px 0 0 0;
        gap: 40px;
    }
    .independence-atic h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .independence-atic ul {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }
}
@media screen and (max-width: 567px) {
    .independence-atic {
        gap: 30px;
    }
    .independence-atic h2 {
        font-size: 22px;
    }
    .independence-atic ul {
        padding: 0;
    }
    .independence-atic ul li {
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }
    .independence-atic ul li img {
        max-width: 40px;
    }
    .independence-atic ul li p {
        font-size: 14px;
    }
}

/* reasons------------------------------------------------------------------------------- */
.reasons-atic {
    --reasons-atic-media-space: 600px;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 900px;
    padding: 50px;
    background-image: url(/image/catalog/landings/artelv-tmc/reasons-atic.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 150px 0 0 0;
    overflow: hidden;
}
.reasons-atic h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
    margin: 0;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 2;
}
.reasons-atic h2 span {
    text-decoration: underline;
}
.reasons-atic__list {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.1fr) minmax(0, 0.92fr);
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: var(--reasons-atic-media-space) 0 0 0;
    align-items: center;
    position: relative;
    z-index: 2;
}
.reasons-atic__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px 20px;
    border-radius: 12px;
    background: rgba(37, 37, 37, 0.45);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: relative;
    z-index: 0;
}
.reasons-atic__item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(270deg, rgba(37, 37, 37, 0.45), rgba(255, 255, 255, 0.3));
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.reasons-atic__list h4 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin: 0;
}
.reasons-atic__list span,
.reasons-atic__list ul {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.reasons-atic__item ul {
    padding: 0 0 0 20px;
}

.reasons-atic__item li {
    margin: 0;
}

@media screen and (min-width: 992px) {
    .reasons-atic__item:nth-child(2) {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

.reasons-atic__result {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px auto 0;
    color: #FFF;
    position: relative;
    z-index: 2;
}

.reasons-atic__result strong {
    color: #FFF;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reasons-atic__result span {
    display: block;
    padding-left: 20px;
    border-left: 4px solid #FFF;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

@media screen and (max-width: 1599px) {
    .reasons-atic {
        --reasons-atic-media-space: 520px;
        min-height: 820px;
        padding: 40px;
        background-size: contain;
    }

    .reasons-atic__result strong {
        font-size: 110px;
    }

    .reasons-atic__result span {
        font-size: 36px;
    }
}

@media screen and (max-width: 1344px) {
    .reasons-atic {
        --reasons-atic-media-space: 480px;
        min-height: 760px;
        margin: 120px 0 0 0;
        background-size: contain;
    }

    .reasons-atic h2 {
        font-size: 56px;
    }
}

@media screen and (max-width: 1199px) {
    .reasons-atic {
        --reasons-atic-media-space: 400px;
        min-height: 700px;
        padding: 30px 0;
        background-size: contain;
    }

    .reasons-atic h2 {
        font-size: 48px;
    }

    .reasons-atic__list {
        gap: 14px;
    }

    .reasons-atic__item {
        padding: 16px;
    }

    .reasons-atic__list h4 {
        font-size: 24px;
    }

    .reasons-atic__result {
        margin-top: 40px;
        justify-content: center;
    }

    .reasons-atic__result strong {
        font-size: 88px;
    }

    .reasons-atic__result span {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .reasons-atic {
        --reasons-atic-media-space: 390px;
        min-height: 0;
        margin: 100px 0 0 0;
        background-position: center 110px;
        background-size: contain;
    }

    .reasons-atic h2 {
        font-size: 40px;
        max-width: 720px;
    }

    .reasons-atic__list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .reasons-atic__item {
        padding: 18px;
    }

    .reasons-atic__list h4 {
        font-size: 26px;
    }

    .reasons-atic__result {
        justify-content: center;
        margin: 34px auto 0;
    }

    .reasons-atic__result strong {
        font-size: 72px;
    }

    .reasons-atic__result span {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .reasons-atic {
        --reasons-atic-media-space: 58vw;
        padding: 0 20px;
        background-position: center 105px;
        background-size: contain;
    }

    .reasons-atic h2 {
        font-size: 40px;
    }

    .reasons-atic__list {
        gap: 14px;
    }

    .reasons-atic__item {
        border-radius: 10px;
        padding: 16px;
    }

    .reasons-atic__list h4 {
        font-size: 24px;
    }

    .reasons-atic__list span,
    .reasons-atic__list ul {
        font-size: 14px;
    }

    .reasons-atic__result {
        flex-direction: column;
        gap: 10px;
        margin-top: 28px;
        text-align: center;
    }

    .reasons-atic__result strong {
        font-size: 66px;
        line-height: 100%;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.78);
    }

    .reasons-atic__result span {
        padding-left: 0;
        border-left: 0;
        font-size: 22px;
        line-height: 120%;
    }
}

@media screen and (max-width: 567px) {
    .reasons-atic {
        padding: 0;
        background-position: center 70px;
        background-size: contain;
    }

    .reasons-atic h2 {
        font-size: 22px;
        gap: 6px;
    }

    .reasons-atic__list {
        gap: 10px;
    }

    .reasons-atic__item {
        gap: 8px;
        padding: 12px;
    }

    .reasons-atic__list h4 {
        font-size: 20px;
    }

    .reasons-atic__list span,
    .reasons-atic__list ul {
        font-size: 14px;
    }

    .reasons-atic__item ul {
        padding-left: 18px;
    }

    .reasons-atic__result {
        gap: 8px;
        margin-top: 24px;
    }

    .reasons-atic__result strong {
        font-size: 54px;
        padding-bottom: 10px;
    }

    .reasons-atic__result span {
        font-size: 19px;
    }
}

/* case-atic------------------------------------------------------------------------------- */
.case-atic {
    --case-atic-radius: 20px;
    --case-atic-card-radius: 12px;
    --case-atic-gap: 50px;
    --case-atic-card-gap: 20px;
    --case-atic-slider-height: 560px;
    --case-atic-progress-height: 46px;
    --case-atic-progress-padding: 19px 32px;
    display: flex;
    flex-direction: column;
    gap: var(--case-atic-gap);
    margin: 150px 0 0 0;
    padding: 0 50px;
}

.case-atic__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    align-items: start;
    gap: 30px;
}

.case-atic--media-left .case-atic__media {
    order: -1;
}

.case-atic__info {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.case-atic__info h2 {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    background: linear-gradient(90deg, #FFF 0.33%, #5C6677 99.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-wrap: balance;
}

.case-atic__info p {
    color: #E9E9E9;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
    max-width: 610px;
}

.case-atic__media {
    border-radius: var(--case-atic-radius);
    overflow: hidden;
    background: rgba(67, 67, 73, 0.25);
    min-height: 0;
}

.case-atic__media video {
    display: block;
    width: 100%;
    aspect-ratio: 650 / 360;
    height: auto;
    object-fit: cover;
}

.case-atic__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--case-atic-card-gap);
    list-style: none;
    padding: 0;
    margin: 0;
}

.case-atic__card,
.case-atic__caption {
    background: rgba(37, 37, 37, 0.45);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.case-atic__card {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 146px;
    padding: 20px;
    border-radius: var(--case-atic-card-radius);
}

.case-atic__card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(270deg, rgba(37, 37, 37, 0.45), rgba(255, 255, 255, 0.3));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.case-atic__caption {
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.case-atic__card h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin: 0;
    text-wrap: balance;
}

.case-atic__card p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
}

.case-atic__slider {
    width: 100%;
    border-radius: var(--case-atic-radius);
    overflow: hidden;
}

.case-atic__slide {
    position: relative;
    min-height: var(--case-atic-slider-height);
    overflow: hidden;
    border-radius: var(--case-atic-radius);
}

.case-atic__slide img {
    display: block;
    width: 100%;
    height: var(--case-atic-slider-height);
    object-fit: cover;
}

.case-atic__caption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 680px;
    padding: 16px 20px;
    border-radius: 12px;
}

.case-atic__caption h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

.case-atic__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 15px;
    color: #FFF;
    background: rgba(16, 18, 22, 0.55);
}

.case-atic__icon::after {
    content: "";
    position: absolute;
    inset: -45%;
    background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.16) 46%, rgba(151, 163, 182, 0.44) 50%, rgba(255, 255, 255, 0.16) 54%, transparent 65%);
    transform: translateX(-70%);
    animation: case-atic-icon-glow 3.8s ease-in-out infinite;
}

.case-atic__icon svg,
.case-atic__icon img {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
}

.case-atic__icon img {
    display: block;
    object-fit: contain;
}

@keyframes case-atic-icon-glow {
    0%, 58% {
        transform: translateX(-70%);
    }
    76%, 100% {
        transform: translateX(70%);
    }
}

.case-atic__controls {
    display: grid;
    grid-template-columns: 60px minmax(240px, 865px) 60px;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin: 0;
}

.case-atic__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #FFF;
    background: rgba(67, 67, 73, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.case-atic__arrow:hover {
    background: rgba(67, 67, 73, 0.9);
    transform: translateY(-1px);
}

.case-atic__arrow.swiper-button-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.case-atic__arrow svg {
    width: 14px;
    height: auto;
}

.case-atic__progress {
    position: relative;
    display: block;
    width: 100%;
    height: var(--case-atic-progress-height);
    padding: var(--case-atic-progress-padding);
    border: 0;
    border-radius: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(67, 67, 73, 0.72);
    cursor: pointer;
}

.case-atic__progress-track {
    display: block;
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.case-atic__progress-fill {
    display: block;
    width: var(--case-atic-progress, 33.333%);
    height: 100%;
    border-radius: 999px;
    background: #FFF;
    transition: width 0.45s ease;
}

@media screen and (max-width: 1599px) {
    .case-atic {
        padding: 40px;
    }

    .case-atic__card h3,
    .case-atic__caption h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1344px) {
    .case-atic {
        --case-atic-slider-height: 520px;
        margin: 120px 0 0 0;
    }

    .case-atic__info h2 {
        font-size: 56px;
    }

    .case-atic__hero {
        grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
    }
}

@media screen and (max-width: 1199px) {
    .case-atic {
        --case-atic-gap: 40px;
        --case-atic-slider-height: 470px;
        padding: 30px 0;
    }

    .case-atic__hero {
        grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
        gap: 24px;
    }

    .case-atic__info {
        gap: 20px;
    }

    .case-atic__info p {
        max-width: 100%;
    }

    .case-atic__card {
        min-height: 132px;
    }
}

@media screen and (max-width: 991px) {
    .case-atic {
        --case-atic-slider-height: 390px;
        margin: 100px 0 0 0;
    }

    .case-atic__info h2 {
        font-size: 48px;
    }

    .case-atic__hero {
        grid-template-columns: 1fr;
    }

    .case-atic--media-left .case-atic__media {
        order: 0;
    }

    .case-atic__cards {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .case-atic__card {
        min-height: 0;
        gap: 10px;
    }

    .case-atic__card h3,
    .case-atic__caption h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .case-atic {
        --case-atic-slider-height: 310px;
        --case-atic-progress-height: 24px;
        --case-atic-progress-padding: 10px 14px;
        --case-atic-gap: 24px;
        padding: 0 20px;
    }

    .case-atic__info h2 {
        font-size: 40px;
    }

    .case-atic__info p {
        font-size: 14px;
    }

    .case-atic__media,
    .case-atic__slider {
        border-radius: 12px;
    }

    .case-atic__slide {
        display: flex;
        flex-direction: column;
        min-height: 0;
        overflow: visible;
        border-radius: 0;
    }

    .case-atic__slide img {
        height: var(--case-atic-slider-height);
        border-radius: 12px;
    }

    .case-atic__card {
        padding: 16px;
    }

    .case-atic__caption {
        position: static;
        margin: 12px 0 0 0;
        gap: 12px;
        padding: 12px;
        align-items: center;
    }

    .case-atic__icon {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }

    .case-atic__icon svg,
    .case-atic__icon img {
        width: 30px;
        height: 30px;
    }

    .case-atic__controls {
        grid-template-columns: 44px minmax(120px, 1fr) 44px;
        gap: 14px;
        margin: 0 18px;
    }

    .case-atic__arrow {
        width: 44px;
        height: 44px;
    }

    .case-atic__arrow svg {
        width: 12px;
    }

    .case-atic__progress-track {
        height: 4px;
    }

}

@media screen and (max-width: 567px) {
    .case-atic {
        --case-atic-slider-height: 270px;
        padding: 0;
    }

    .case-atic__info h2 {
        font-size: 22px;
    }

    .case-atic__info {
        gap: 14px;
    }

    .case-atic__media video {
        aspect-ratio: 497 / 270;
    }

    .case-atic__card h3 {
        font-size: 18px;
    }

    .case-atic__card p {
        font-size: 14px;
    }

    .case-atic__caption h3 {
        font-size: 16px;
    }

    .case-atic__caption {
        max-width: none;
    }

    .case-atic__controls {
        grid-template-columns: 34px minmax(120px, 1fr) 34px;
        gap: 12px;
        margin: 0;
    }

    .case-atic__arrow {
        width: 34px;
        height: 34px;
    }

    .case-atic__arrow svg {
        width: 8px;
        height: auto;
    }
}
