@charset "UTF-8";

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: "TT Norms";
    src: local("TT Norms Bold"), local("TT-Norms-Bold"), url("../../fonts/TTNorms-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geometria";
    src: local("Geometria Regular"), local("Geometria-Regular"), url("../../fonts/Geometria-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geometria";
    src: local("Geometria Bold"), local("Geometria-Bold"), url("../../fonts/Geometria-Bold.woff2") format("woff2"), url("../../fonts/Geometria-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TTNorms";
    src: url("../../fonts/Geometria-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: "Geometria", sans-serif;
    font-weight: 400;
    background-color: #111111;
}

@media (max-width: 1500px) {
    body {
        overflow-x: hidden;
    }
}

main {
    flex: 1 1 auto;
}

._container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ## Main */
section {
    padding: 50px 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    section {
        padding: 25px 0;
    }
}

section header {
    position: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin: 0 auto 40px;
    text-align: center;
    background-color: transparent;
}

@media (max-width: 991px) {
    section header {
        gap: 12px;
        margin-bottom: 24px;
    }
}

section h2 {
    font-family: "TT Norms", sans-serif;
    font-size: clamp(18px, 1.2962962963vw + 13.3333333333px, 32px);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

section h3 {
    font-family: "TT Norms", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

section :where(p) {
    font-family: "Geometria", sans-serif;
    font-size: clamp(14px, 0.3703703704vw + 12.6666666667px, 18px);
    color: #fff;
    line-height: 1.5;
}

section :where(p):not(:last-of-type) {
    margin-bottom: 25px;
}

section p:empty {
    margin: 0;
}

@media (max-width: 991px) {
    section :where(p):not(:last-of-type) {
        margin-bottom: 12px;
    }
}

section ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: listCounter;
}

section ol>li {
    font-size: clamp(14px, 0.3703703704vw + 12.6666666667px, 18px);
    color: #fff;
    font-weight: 400;
    line-height: 150%;
    counter-increment: listCounter;
}

section ol>li:last-child {
    margin-bottom: 0;
}

section ol>li:before {
    content: counter(listCounter) ".";
    margin-right: 3px;
    color: #cc001e;
}

/* ## Buttons */
.btn {
    border-radius: 15px;
    transition: all 0.4s ease 0s;
    overflow: hidden;
    cursor: pointer;
}

.btn-red {
    display: flex;
}

.btn-red p,
.btn-red a,
.btn-red .popup-link-custom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 17px 40px;
    max-width: 100%;
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    background-image: linear-gradient(91.96deg, #cc001e 38.45%, #7a0114 100%);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

@media (max-width: 991px) {

    .btn-red p,
    .btn-red a,
    .btn-red .popup-link-custom {
        padding: 17px 20px;
        white-space: unset;
    }
}

.btn-red p:before,
.btn-red a:before,
.btn-red .popup-link-custom:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: all 0.75s ease;
}

@media (hover: hover) and (pointer: fine) {

    .btn-red p:hover,
    .btn-red a:hover,
    .btn-red .popup-link-custom:hover {
        transform: translateY(-2.5px);
        box-shadow: 0px 10px 30px 0px rgba(255, 131, 131, 0.4);
    }

    .btn-red p:hover:before,
    .btn-red a:hover:before,
    .btn-red .popup-link-custom:hover:before {
        left: 100%;
    }
}

.btn-red--big p,
.btn-red--big a,
.btn-red--big .popup-link-custom {
    min-height: 70px;
    text-transform: uppercase;
}

.btn-red--shadow p,
.btn-red--shadow a,
.btn-red--shadow .popup-link-custom {
    box-shadow: 0px 10px 30px 0px rgba(255, 131, 131, 0.2);
}

.btn-red--shadow-2 p,
.btn-red--shadow-2 a,
.btn-red--shadow-2 .popup-link-custom {
    box-shadow: 0px 10px 30px 0px rgba(255, 131, 131, 0.4);
}

.btn-white {
    display: flex;
}

.btn-white button,
.btn-white p,
.btn-white a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 17px 40px;
    max-width: 100%;
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}

@media (max-width: 991px) {

    .btn-white button,
    .btn-white p,
    .btn-white a {
        white-space: unset;
    }
}

.btn-white button:before,
.btn-white p:before,
.btn-white a:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: all 0.75s ease;
}

@media (hover: hover) and (pointer: fine) {

    .btn-white button:hover,
    .btn-white p:hover,
    .btn-white a:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 0 rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
    }

    .btn-white button:hover:before,
    .btn-white p:hover:before,
    .btn-white a:hover:before {
        left: 100%;
    }
}

.btn-white button:active,
.btn-white p:active,
.btn-white a:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: all 0.1s ease;
}

.btn-white--red a,
.btn-white--red button {
    color: #7f0114;
    box-shadow: 0px 10.01px 30.04px 0px rgba(255, 131, 131, 0.2);
}

.btn-white--w-angle a {
    justify-content: space-between;
    padding: 16px 22px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.l-grid-2 {
    display: grid;
    grid-template-columns: minmax(0, var(--col-1, 1fr)) minmax(0, var(--col-2, 1fr));
    align-content: center;
    gap: var(--gap, 40px);
}

@media (max-width: 1200px) {
    .l-grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .l-grid-2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
    }
}

/* ## Checked */

.checked-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checked-list__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 13px 18px;
    color: #fff;
    background: #1d1d1d;
    border-radius: 8px;
}

.checked-list__item-icon {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
}

.checked-list__item-icon svg {
    display: block;
    width: 25px;
    height: 25px;
}

.checked-list__item-text {
    min-width: 0;
    font-size: clamp(14px, calc(0.3704vw + 12.6667px), 18px);
    line-height: 1.5;
}

.checked-list__item-text p {
    margin: 0;
}

/* ## Swiper */

.swiper-nav--top,
.swiper-nav--centered {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 20px;
}

.swiper-nav--top {
    top: 30%;
    transform: translateY(-100%);
}

.swiper-nav--top .swiper-nav__button {
    position: absolute;
}

.swiper-nav--top .swiper-nav__button--prev {
    left: -25px;
}

@media (max-width: 1500px) {
    .swiper-nav--top .swiper-nav__button--prev {
        left: 10px;
    }
}

.swiper-nav--top .swiper-nav__button--next {
    right: -25px;
}

@media (max-width: 1500px) {
    .swiper-nav--top .swiper-nav__button--next {
        right: 10px;
    }
}

.swiper-nav--centered {
    top: 50%;
    transform: translateY(-50%);
}

.swiper-nav__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    color: #cc001e;
    background-color: #fff;
    border-radius: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}

@media (max-width: 991px) {
    .swiper-nav__button {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .swiper-nav__button svg {
        width: 24px;
        height: 24px;
    }
}

.swiper-nav__button:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: all 0.75s ease;
}

@media (min-width: 1200px) {
    .swiper-nav__button:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 0 rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
    }

    .swiper-nav__button:hover:before {
        left: 100%;
    }
}

.swiper-nav__button:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: all 0.1s ease;
}

.swiper-nav .swiper-pagination {
    position: initial;
    display: flex;
    justify-content: center;
    transform: unset;
    height: auto;
}

.swiper-nav .swiper-pagination .swiper-pagination-bullet {
    margin-left: 5px;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    background-color: #2b2b2b;
    border-radius: 50%;
    box-shadow: none !important;
    animation: none !important;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-nav .swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
    background-color: #cc001e;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .swiper-nav .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-left: 4.5px !important;
        margin-right: 4.5px !important;
    }

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

/*--------------------------------------------------------------
# Service Hero
--------------------------------------------------------------*/

.service-hero {
    padding-bottom: 50px;
    padding-top: 0;
}

@media (max-width: 1200px) {
    .service-hero {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .service-hero {
        padding-bottom: 30px;
    }
}

.service-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 680px) minmax(400px, 1fr);
    gap: 40px;
    padding: 48px;
    overflow: hidden;
    border-radius: 40px;
    background: #1D1D1D;
}

@media (max-width: 991px) {
    .service-hero__inner {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 20px;
        border-radius: 25px;
        background:
            radial-gradient(circle at 86% 46%, rgba(204, 0, 30, 0.38) 0, rgba(204, 0, 30, 0) 32%),
            linear-gradient(343.66deg, #1d1d1d 52.68%, #3b1218 85.77%);
    }
}

.service-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 991px) {
    .service-hero__content {
        display: contents;
        width: 100%;
    }
}

.service-hero__title {
    color: #fff;
    font-family: "TT Norms", sans-serif;
    font-size: clamp(22px, 1.6666666667vw + 16px, 40px);
    font-weight: 700;
    line-height: 1.14;
    text-transform: uppercase;
}

.service-hero__title--full-width {
    grid-column: 1 / -1;
}

@media (max-width: 991px) {
    .service-hero__title {
        order: 1;
    }
}

@media (max-width: 991px) {
    .service-hero__text {
        order: 5;
    }
}

.service-hero__actions {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .service-hero__actions {
        gap: 10px;
        order: 3;
        margin-top: 0;
    }
}

@media (max-width: 650px) {
    .service-hero__actions {
        grid-template-columns: 1fr;
    }
}

.service-hero__button,
.service-hero__button a,
.service-hero__button button {
    width: 100%;
}

.service-hero__button .popup-link-custom {
    min-width: unset;
}

/* ## Info */

.service-hero__info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .service-hero__info {
        order: 4;
        gap: 10px;
        margin-top: 0;
    }
}

.service-hero__info-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    background: #111;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
    transition:
        transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

@media (max-width: 650px) {
    .service-hero__info-card {
        padding: 8px 10px;
        gap: 5px;
        border-radius: 10px;
    }
}

.service-hero__info-title {
    color: #cc001e;
    font-size: clamp(12px, calc(0.7407vw + 9.3333px), 20px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    transition:
        transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
        color 0.35s ease,
        text-shadow 0.35s ease;
}

.service-hero__info-text {
    font-size: clamp(10px, calc(0.7407vw + 7.3333px), 18px);
    line-height: 1.5;
}

@media (hover: hover) and (pointer: fine) {
    .service-hero__info-card:hover {
        transform: translateY(-6px);

        border-color: rgba(204, 0, 30, 0.65);

        box-shadow:
            0 18px 45px rgba(0, 0, 0, 0.42),
            0 0 22px rgba(204, 0, 30, 0.2),
            0 10px 36px rgba(204, 0, 30, 0.24);
    }

    .service-hero__info-card:hover .service-hero__info-title {
        color: #e00022;
        transform: translateX(4px);

        text-shadow:
            0 0 14px rgba(204, 0, 30, 0.35);
    }
}

@media (prefers-reduced-motion: reduce) {

    .service-hero__info-card,
    .service-hero__info-title {
        transition: none;
    }
}

/* ## Media */

.service-hero__media {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.service-hero--full-image .service-hero__media {
    margin: -48px -48px -48px 0;
}

.page-id-20745 .service-hero__media {
    margin-top: -70px;
}

.page-id-19552 .service-hero__media {
    margin-right: -220px;
    margin-bottom: -110px;
    margin-top: -60px;
}

.page-id-19771 .service-hero__media {
    max-height: 450px;
}

.page-id-19614 .service-hero__media {
    align-self: flex-end;
    margin-bottom: -55px;
}

@media (max-width: 991px) {
    .service-hero__media {
        order: 2;
    }

    .page-id-19552 .service-hero__media,
    .service-hero--full-image .service-hero__media,
    .page-id-20745 .service-hero__media {
        margin: 0;
    }
}

@media (max-width: 650px) {
    .page-id-19552 .service-hero__media {
        margin: 0 -20px 0 -10px;
        height: 202px;
    }

    .page-id-19552 .service-hero__media img {
        object-position: top;
    }

    .page-id-19614 .service-hero__media {
        margin-bottom: -20px;
    }
}

.service-hero__media::before {
    content: "";
    position: absolute;
    right: -160px;
    z-index: 0;
    width: 320px;
    height: 320px;
    background-color: #cc001e;
    border-radius: 50%;
    filter: blur(175px);
    pointer-events: none;
}

@media (min-width: 992px) {
    .page-id-19552 .service-hero__media::before {
        right: 50px;
        top: -250px;
        width: 530px;
        height: 530px;
    }
}

.service-hero__image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-hero--full-image .service-hero__image {
    object-fit: cover;
}

/*--------------------------------------------------------------
# Image Text
--------------------------------------------------------------*/

.image-text {
    padding-block: 200px;
    margin-block: -140px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .image-text {
        margin-block: -160px;
    }
}

.image-text__inner {
    --gap: 30px;
    --col-1: 1fr;
    --col-2: 685px;

    align-items: stretch;
}

.image-text--image-right .image-text__inner {
    --col-1: 685px;
    --col-2: 1fr;
}

.image-text--image-right .image-text__media {
    order: 2;
}

.image-text--image-right .image-text__content {
    order: 1;
}

@media (max-width: 991px) {
    .image-text--image-right .image-text__content {
        order: initial;
    }
}

.image-text__media {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
    min-width: 0;
    max-width: 600px;
}

@media (max-width: 991px) {
    .image-text__media {
        order: 2;
    }
}

.image-text__media::before {
    content: "";
    position: absolute;
    z-index: 0;
    align-self: center;
    width: 250px;
    height: 250px;
    background-color: #cc001e;
    border-radius: 50%;
    filter: blur(175px);
    pointer-events: none;
}

.image-text__media-caption {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: clamp(14px, calc(0.5556vw + 12px), 20px);
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.image-text__image-wrap {
    position: relative;
    z-index: 1;
    align-self: center;
    max-width: 530px;
}

.image-text__image {
    display: block;
    max-width: 100%;
    height: auto;
}

.image-text__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}

@media (max-width: 991px) {
    .image-text__content {
        display: contents;
    }
}

.image-text__accent {
    margin-top: auto;
    font-size: clamp(14px, calc(0.5556vw + 12px), 20px);
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .image-text__accent {
        order: 4;
    }
}

/*--------------------------------------------------------------
# Who Needs
--------------------------------------------------------------*/

.who-needs {
    padding-block: 70px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .who-needs {
        padding-block: 30px;
    }
}

.who-needs__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

@media (max-width: 991px) {
    .who-needs__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.who-needs__grid-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 15px;
    margin-inline: -20px;
    padding-inline: 20px;
    padding-bottom: 3px;
    overflow-y: hidden;
    overflow-x: auto;
    isolation: isolate;
}

@media (min-width: 992px) {
    .who-needs__grid-inner {
        display: contents;
    }
}

.who-needs__intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}

@media (max-width: 991px) {
    .who-needs__intro {
        gap: 12px;
        max-width: 100%;
    }
}

.who-needs__card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(180px, 250px) minmax(250px, 1fr);
    gap: 20px;
    padding: 20px;
    border: 1px solid transparent;
    color: #fff;
    background: #1D1D1D;
    border-radius: 30px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
    transition:
        transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

@media (max-width: 991px) {
    .who-needs__card {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        padding: 20px;
        width: 350px;
        border-radius: 20px;
    }
}

@media (max-width: 650px) {
    .who-needs__card {
        width: 266px;
    }
}

.who-needs__card-media {
    width: 250px;
    max-width: 100%;
    height: 180px;
    min-width: 0;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .who-needs__card-media {
        width: 100%;
        height: 150px;
    }
}

.who-needs__card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition:
        transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
        filter 0.35s ease;
}

.who-needs__card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

@media (max-width: 991px) {
    .who-needs__card-content {
        flex-grow: 1;
        /* justify-content: space-between; */
    }
}

.who-needs__card-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: clamp(14px, calc(0.5556vw + 12px), 20px);
    line-height: 1.5;
    text-transform: uppercase;
}

.who-needs__card-title span {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    background: #cc001e;
    border-radius: 50%;
    transition:
        transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.35s ease,
        background-color 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
    .who-needs__card:hover {
        transform: translateY(-7px);
        border-color: rgba(204, 0, 30, 0.7);

        box-shadow:
            0 22px 55px rgba(0, 0, 0, 0.42),
            0 0 24px rgba(204, 0, 30, 0.22),
            0 12px 45px rgba(204, 0, 30, 0.28);
    }

    .who-needs__card:hover .who-needs__card-image {
        transform: scale(1.05);
        filter: brightness(1.07) contrast(1.03);
    }

    .who-needs__card:hover .who-needs__card-title span {
        transform: scale(1.1) rotate(-5deg);

        box-shadow:
            0 6px 18px rgba(204, 0, 30, 0.45),
            0 0 16px rgba(204, 0, 30, 0.3);
    }
}

@media (prefers-reduced-motion: reduce) {

    .who-needs__card,
    .who-needs__card-image,
    .who-needs__card-title span {
        transition: none;
    }
}

/*------------------------------------------------------------
# Mockup
--------------------------------------------------------------*/

.mockup {
    padding-block: 300px;
    margin-block: -240px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .mockup {
        margin-block: -270px;
    }
}

.mockup__inner {
    --col-1: 1fr;
    --col-2: 576px;
    --gap: 50px 30px;

    align-items: stretch;
}

.mockup--image-left .mockup__inner {
    --col-1: 576px;
    --col-2: 1fr;
}

.mockup--image-left .mockup__media {
    order: -1;
}

@media (max-width: 991px) {
    .mockup__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .mockup--image-left .mockup__media {
        order: initial;
    }
}

.mockup__content {
    display: flex;
    flex-direction: column;
    gap: 55px;
    color: #fff;
}

@media (max-width: 991px) {
    .mockup__content {
        display: contents;
    }
}

.mockup__title {
    position: relative;
    z-index: 2;
    grid-column: 1 / -1;
    text-align: center;
}

@media (max-width: 991px) {
    .mockup__title {
        text-align: left;
    }
}

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

@media (max-width: 991px) {
    .mockup__texts {
        gap: 20px;
        align-items: flex-start;
    }
}

.mockup__text {
    padding-left: 30px;
    max-width: 620px;
    border-left: 1px solid #cc001e;
}

@media (max-width: 650px) {
    .mockup__text {
        padding-left: 12px;
        opacity: 1;
        transform: unset;
    }

    .mockup__text:not(:first-child) {
        margin-top: 12px;
    }
}

.span_spoller {
    font-size: 14px;
    font-weight: 700;
}

.mockup__text--offset {
    align-self: flex-end;

}

.mockup__button {
    width: 320px;
}

@media (max-width: 991px) {
    .mockup__button {
        align-self: center;
        order: 5;
    }
}

@media (max-width: 650px) {
    .mockup__button {
        width: 100%;
    }
}

.mockup__media {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mockup__media::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 500px;
    height: 500px;
    background-color: #cc001e;
    border-radius: 50%;
    filter: blur(175px);
    pointer-events: none;
}

@media (max-width: 991px) {
    .mockup__media::before {
        width: 350px;
        height: 350px;
    }
}

.mockup__device {
    position: relative;
    width: min(100%, 577px);
    aspect-ratio: 577 / 482;
    background: url("../../image/new/service-imac-mockup.webp") center / contain no-repeat;
}

.mockup__screen {
    position: absolute;
    left: 4.16%;
    top: 4.57%;
    z-index: 1;
    width: 91.85%;
    height: 66.39%;
    overflow: hidden;
    background-color: #fff;
}

.mockup__screen-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*--------------------------------------------------------------
# Vertical Tabs
--------------------------------------------------------------*/

.vertical-tabs {
    padding-block: 80px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .vertical-tabs {
        padding-block: 30px;
    }
}

.vertical-tabs__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 900px;
    margin-bottom: 50px;
    color: #fff;
}

@media (max-width: 991px) {
    .vertical-tabs__header {
        gap: 12px;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.vertical-tabs__tabs {
    display: grid;
    grid-template-columns: minmax(300px, 450px) minmax(550px, 1fr);
    gap: 30px;
    align-items: stretch;
}

@media (max-width: 991px) {
    .vertical-tabs__tabs {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        align-items: start;
        width: 100%;
    }
}

.vertical-tabs__nav {
    display: flex;
}

@media (min-width: 992px) {
    .vertical-tabs__nav {
        flex-direction: column;
        padding: 5px 30px;
        background-color: #1D1D1D;
        border-radius: 30px;
        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 991px) {
    .vertical-tabs__nav {
        flex-direction: row;
        align-items: stretch;
        gap: 20px;
        margin-inline: -20px;
        padding-inline: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        overflow-y: hidden;
        overflow-x: auto;
        isolation: isolate;
    }
}

.vertical-tabs__tab {
    display: flex;
    gap: 10px;
    width: 100%;
    padding-block: 25px;
    border: 0;
    border-bottom: 1px solid transparent;
    color: #fff;
    background: transparent;
    font-size: clamp(14px, calc(0.3704vw + 12.6667px), 18px);
    line-height: 1;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
}

@media (min-width: 992px) {
    .vertical-tabs__tab {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}

.vertical-tabs__tab:last-child {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .vertical-tabs__tab {
        padding: 15px 0;
        white-space: nowrap;
    }
}

.vertical-tabs__tab._active {
    color: #cc001e;
    font-weight: 700;
    border-bottom-width: 2px;
    border-bottom-color: #cc001e;
}

@media (hover: hover) and (pointer: fine) {
    .vertical-tabs__tab:hover {
        color: #cc001e;
    }
}

.vertical-tabs__panel {
    display: none;
}

.vertical-tabs__panel._active {
    display: block;
}

.vertical-tabs__card {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 30px 40px;
    color: #fff;
    background: rgba(29, 29, 29, 1);
    border-radius: 35px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .vertical-tabs__card {
        gap: 20px;
        min-height: 0;
        padding: 20px;
        border-radius: 20px;
    }
}

.vertical-tabs__card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 991px) {
    .vertical-tabs__card-content {
        gap: 12px;
    }
}

.vertical-tabs__card-content>*:last-child {
    margin-bottom: 0;
}

.vertical-tabs__card-content h3 {
    font-size: clamp(18px, calc(0.9259vw + 14.6667px), 28px);
}

.vertical-tabs__card-content img {
    display: block;
    margin-block: 10px;
    width: 100%;
    height: 460px;
    object-fit: cover;
    margin: 0;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .vertical-tabs__card-content img {
        height: 350px;
    }
}

@media (max-width: 650px) {
    .vertical-tabs__card-content img {
        height: 170px;
    }
}

.vertical-tabs__button {
    width: 450px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .vertical-tabs__button {
        align-self: center;
    }
}

@media (max-width: 650px) {
    .vertical-tabs__button {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Service Steps
--------------------------------------------------------------*/

.service-steps {
    padding-block: 60px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .service-steps {
        padding-block: 30px;
    }
}

.service-steps__header {
    max-width: 900px;
    margin: 0 auto 55px;
    color: #fff;
    text-align: center;
}

@media (max-width: 991px) {
    .service-steps__header {
        margin-bottom: 30px;
        text-align: left;
    }
}

.service-steps__body {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 991px) {
    .service-steps__body {
        gap: 20px;
    }
}

.service-steps__steps {
    display: flex;
    justify-content: center;
    gap: 55px;
}

@media (max-width: 1200px) {
    .service-steps__steps {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .service-steps__steps {
        display: none;
    }
}

.service-steps__step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    min-width: 0;
    width: 180px;
    padding: 0 0 41px;
    border: 0;
    color: #858585;
    background: transparent;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .service-steps__step {
        width: 150px;
    }
}

.service-steps__step::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px #fff;
    transition: all 0.25s ease;
}

.service-steps__step._active::after,
.≈:hover::after {
    width: 26px;
    height: 26px;
    background: #cc001e;
    box-shadow: 0 0 17px rgb(255, 35, 36);
}

.service-steps__step-num {
    color: #fff;
    font-family: "TT Norms", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.service-steps__step-text {
    max-width: 230px;
    font-size: 18px;
    line-height: 1.2;
}

.service-steps__step._active .service-steps__step-text,
.service-steps__step:hover .service-steps__step-text {
    color: #cc001e;
}

.service-steps__swiper {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.service-steps__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

@media (min-width: 992px) {
    .service-steps__navigation {
        display: none;
    }
}

.service-steps__pagination {
    flex-grow: 1;
}

.service-steps__slide {
    height: auto;
}

.service-steps__slide-content {
    height: 100%;
}

.service-steps__card {
    display: grid;
    grid-template-columns: minmax(500px, 1fr) minmax(350px, 530px);
    align-items: center;
    gap: 30px;
    padding: 40px;
    color: #fff;
    background: #202020;
    border-radius: 35px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.24);
}

@media (max-width: 991px) {
    .service-steps__card {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        height: 100%;
        border-radius: 20px;
    }
}

.service-steps__card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-steps__card-title {
    font-size: clamp(15px, calc(0.8333vw + 12px), 24px);
    font-weight: 700;
    text-transform: uppercase;
}

.service-steps__card-title span {
    display: inline;
    text-decoration: underline;
    text-decoration-color: #cc001e;
    text-decoration-thickness: 4px;
    text-underline-offset: 5px;
}

.service-steps__card-title h3 {
    display: inline;
    margin: 0;
}

.service-steps__card-text p {
    margin: 0;
}

.service-steps__media {
    min-width: 0;
    height: 285px;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 650px) {
    .service-steps__media {
        margin-top: auto;
        height: 175px;
    }
}

.service-steps__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-steps__button {
    margin: 40px auto 0;
    width: 320px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .service-steps__button {
        margin-top: 28px;
    }
}

@media (max-width: 650px) {
    .service-steps__button {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Reasons
--------------------------------------------------------------*/

.reasons {
    padding-block: 60px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .reasons {
        padding-block: 30px;
    }
}

.reasons__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1040px;
    margin: 0 auto 50px;
    color: #fff;
    text-align: center;
}

@media (max-width: 991px) {
    .reasons__header {
        gap: 20px;
        max-width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }
}

.reasons__text {
    max-width: 850px;
    margin: 0 auto;
}

.reasons__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

@media (max-width: 991px) {
    .reasons__grid {
        gap: 20px;
    }
}

@media (max-width: 650px) {
    .reasons__grid {
        grid-template-columns: 1fr;
    }
}

.reasons__card {
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;

    color: #fff;
    background: #1d1d1d;
    border: 1px solid transparent;
    border-radius: 30px;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);

    transition:
        transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

@media (max-width: 991px) {
    .reasons__card {
        gap: 10px;
        padding: 20px;
        border-radius: 20px;
    }
}

.reasons__icon,
.reasons__number {
    transition:
        transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
        color 0.35s ease,
        box-shadow 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
    .reasons__card:hover {
        transform: translateY(-7px);

        border-color: rgba(204, 0, 30, 0.7);

        box-shadow:
            0 22px 55px rgba(0, 0, 0, 0.42),
            0 0 24px rgba(204, 0, 30, 0.22),
            0 12px 45px rgba(204, 0, 30, 0.28);
    }

    .reasons__card:hover .reasons__icon {
        transform: translateY(-3px) rotate(-3deg) scale(1.06);

        box-shadow:
            0 10px 25px rgba(204, 0, 30, 0.35),
            0 0 18px rgba(204, 0, 30, 0.2);
    }

    .reasons__card:hover .reasons__number {
        color: rgba(255, 255, 255, 0.72);
        transform: translateX(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {

    .reasons__card,
    .reasons__icon,
    .reasons__number {
        transition: none;
    }
}

.reasons__card-top {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 991px) {
    .reasons__card-top {
        flex-wrap: wrap;
    }
}

.reasons__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(91.96deg, #CC001E 38.45%, #7A0114 100%);
    border-radius: 15px;
}

@media (max-width: 991px) {
    .reasons__icon {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }
}

.reasons__icon-image {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .reasons__icon-image {
        width: 28px;
        height: 28px;
    }
}

.reasons__card-title {
    min-width: 0;
    font-size: clamp(16px, calc(0.3704vw + 14.6667px), 20px);
    line-height: 1.5;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .reasons__card-title {
        order: 4;
        width: 100%;
    }
}

.reasons__card-text {
    font-size: clamp(14px, calc(0.3704vw + 12.6667px), 18px);
    line-height: 1.5;
}

.reasons__number {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.4);
    font-family: "TT Norms", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

/*--------------------------------------------------------------
# Checked Grid
--------------------------------------------------------------*/

.checked-grid {
    padding-block: 200px;
    margin-block: -140px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .checked-grid {
        margin-block: -170px;
    }
}

.checked-grid__inner {
    --col-1: 665px;
    --col-2: 1fr;
    --gap: 30px 50px;

    align-items: stretch;
}

.checked-grid__left,
.checked-grid__right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 0;
    color: #fff;
}

@media (max-width: 991px) {

    .checked-grid__left {
        gap: 10px;
    }

    .checked-grid__right {
        gap: 20px;
    }

    .page-id-20745 .checked-grid__left,
    .page-id-20745 .checked-grid__right {
        display: contents;
    }
}

.checked-grid__title {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

@media (max-width: 991px) {
    .checked-grid__title {
        align-self: center;
    }
}

.checked-grid__media {
    position: relative;
    display: flex;
    max-width: 615px;
}

.page-id-20745 .checked-grid__media {
    margin-top: auto;
    max-width: 305px;
}

@media (max-width: 991px) {
    .checked-grid__media {
        align-self: center;
    }
}

.checked-grid__media::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
    width: 480px;
    height: 255px;
    background-color: #cc001e;
    border-radius: 50%;
    filter: blur(175px);
    pointer-events: none;
}

.checked-grid__image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.checked-grid__image-text {
    margin-top: auto;
    width: 550px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .checked-grid__image-text {
        width: 100%;
    }
}

.checked-grid__top-text {
    max-width: 760px;
}

.checked-grid__subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.checked-grid__list:not(:last-child) {
    margin-bottom: 30px;
}

.checked-grid__bottom-text {
    margin-top: auto;
}

.checked-grid__bottom-text b {
    font-size: clamp(16px, calc(0.3704vw + 14.6667px), 20px);
    line-height: 1.5;
    text-transform: uppercase;
}

.checked-grid .checked-list__item {
    align-items: flex-start;
}

@media (max-width: 991px) {
    .checked-grid .checked-list__item {
        min-height: 0;
    }

    .page-id-20745 .checked-grid__left .checked-list {
        order: 10;
    }
}

@media (max-width: 650px) {
    .checked-grid .checked-list__item {
        padding: 12px;
    }
}

.checked-grid__left .checked-list__item {
    /* min-height: 70px; */
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing-service {
    padding-block: 60px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .pricing-service {
        padding-block: 30px;
    }
}

.pricing-service__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto 50px;
    color: #fff;
    text-align: center;
}

@media (max-width: 991px) {
    .pricing-service__header {
        gap: 12px;
        margin-bottom: 20px;
        text-align: left;
    }
}

.pricing-service__text {
    max-width: 1010px;
    margin: 0 auto;
}

.pricing-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

@media (max-width: 1200px) {
    .pricing-container {
        gap: 15px;
        margin: -100px -20px -20px;
        padding: 120px 20px 20px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.pricing-container>* {
    flex: 0 1 33.333%;
}

@media (max-width: 1200px) {
    .pricing-container::-webkit-scrollbar {
        height: 6px;
    }
}

@media (max-width: 1200px) {
    .pricing-container::-webkit-scrollbar-track {
        background: #3b3b3b;
        border-radius: 3px;
    }
}

@media (max-width: 1200px) {
    .pricing-container::-webkit-scrollbar-thumb {
        background: #cc001e;
        border-radius: 3px;
    }
}

@media (max-width: 1200px) {
    .pricing-container>* {
        flex: 0 0 350px;
    }
}

@media (max-width: 650px) {
    .pricing-container>* {
        flex: 0 0 300px;
    }
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    color: #fff;
    background: #1d1d1d;
    border: 2px solid transparent;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transition: border-color 0.25s ease;
}

.pricing-card--highlight {
    transform: translateY(-7px);
    border-color: rgba(204, 0, 30, 0.7);
    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.42),
        0 0 24px rgba(204, 0, 30, 0.22),
        0 12px 45px rgba(204, 0, 30, 0.28);
}

@media (max-width: 991px) {
    .pricing-card {
        gap: 15px;
        padding: 15px;
        border-radius: 20px;
    }
}

@media (max-width: 650px) {
    .pricing-card {
        grid-template-rows: minmax(40px, auto) auto auto auto 1fr auto;
    }
}

@media (hover: hover) and (pointer: fine) {
    .pricing-card:hover {
        border-color: #cc001e;
    }
}

.pricing-card__title {
    padding-right: 50px;
}

@media (max-width: 991px) {
    .pricing-card__title {
        padding-right: 20px;
    }
}

.pricing-card__title h3 {
    margin: 0;
    font-size: clamp(14px, calc(0.7407vw + 11.3333px), 22px);
}

.pricing-card__tooltip {
    position: absolute;
    top: 22px;
    right: 22px;
}

@media (max-width: 991px) {
    .pricing-card__tooltip {
        top: 14px;
        right: 14px;
    }
}

.tooltip-block {
    display: inline-flex;
}

.tooltip-block__button {
    display: block;
    color: #cc001e;
    cursor: pointer;
}

.tooltip-block__text {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    z-index: 5;
    width: 260px;
    padding: 12px;
    color: #fff;
    background: #2b2b2b;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.2s ease;
}

.tooltip-block:hover .tooltip-block__text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tooltip-block__text p {
    margin: 0;
}

.pricing-card__media {
    aspect-ratio: 390 / 295;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .pricing-card__media {
        aspect-ratio: 230 / 175;
        border-radius: 12px;
    }
}

.pricing-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing-card__price {
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 20px;
    color: #fff;
    background: #2b2b2b;
    border-radius: 16px;
    font-size: clamp(18px, calc(1.2963vw + 13.3333px), 32px);
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 991px) {
    .pricing-card__price {
        min-height: 48px;
        padding: 12px 14px;
        border-radius: 12px;
    }
}

.pricing-card__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .pricing-card__list {
        gap: 10px;
        font-size: 14px;
    }
}

.pricing-card__item {
    padding-left: 18px;
    border-left: 2px solid #cc001e;
}

.pricing-card__btn {
    margin-top: 20px;
}

.pricing-card .popup-link-custom {
    width: 100%;
    max-width: unset;
    min-width: unset;
    text-transform: uppercase;
}

.pricing-card .popup-link-custom span {
    font-size: 16px;
    font-weight: 700;
}

.pricing-service__bottom {
    margin-top: 40px;
    max-width: 900px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .pricing-service__bottom {
        font-size: 18px;
    }
}

.pricing-service__bottom p {
    margin: 0;
}

/* ## Addmons */

.pricing-addons {
    padding-block: 60px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .pricing-addons {
        padding-block: 30px;
    }
}

.pricing-addons__inner {
    --col-1: 1fr;
    --col-2: 685px;
    --gap: 45px;

    align-items: center;
}

@media (max-width: 1200px) {
    .pricing-addons__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 35px;
    }
}

@media (max-width: 991px) {
    .pricing-addons__inner {
        gap: 20px;
    }
}

.pricing-addons--block-left .pricing-addons__card {
    order: -1;
}

@media (max-width: 991px) {
    .pricing-addons--block-left .pricing-addons__card {
        order: 0;
    }
}

.pricing-addons__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 650px) {
    .pricing-addons__content {
        gap: 18px;
    }
}

.pricing-addons__card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(180deg, #CC001E 0%, #7A0114 100%);
    border-radius: 30px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 650px) {
    .pricing-addons__card {
        flex-direction: column;
        border-radius: 20px;
    }
}

.pricing-addons__media {
    flex-shrink: 0;
    width: 230px;
    max-width: 100%;
}

.pricing-addons__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/*--------------------------------------------------------------
# Service Cases
--------------------------------------------------------------*/

.service-cases {
    padding-block: 60px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .service-cases {
        padding-block: 30px;
    }
}

.service-cases__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 980px;
    margin: 0 auto 40px;
    color: #fff;
    text-align: center;
}

@media (max-width: 991px) {
    .service-cases__header {
        gap: 20px;
        margin-bottom: 20px;
        text-align: left;
    }
}

.service-cases__text {
    max-width: 880px;
    margin: 0 auto;
}

.service-cases__swiper-wrap {
    position: relative;
}

@media (max-width: 1200px) {
    .service-cases__swiper-wrap {
        margin-right: -20px;
    }
}

.service-cases__swiper {
    overflow: hidden;
}

.service-cases__slide {
    height: auto;
}

@media (max-width: 991px) {
    .service-cases__slide {
        width: 280px;
    }
}

.service-cases__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #fff;
    background: #1d1d1d;
    border: 2px solid transparent;
    border-radius: 30px 30px 15px 15px;
    overflow: hidden;
    transition: border-color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
    .service-cases__card:hover {
        border-color: #cc001e;
    }
}

@media (max-width: 991px) {
    .service-cases__card {
        border-radius: 20px 20px 15px 15px;
    }
}

.service-cases__media {
    position: relative;
    aspect-ratio: 440 / 330;
    overflow: hidden;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .service-cases__media {
        aspect-ratio: 280 / 210;
        border-radius: 20px;
    }
}

.service-cases__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-cases__card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 25px 25px 35px;
}

@media (max-width: 991px) {
    .service-cases__card-content {
        gap: 6px;
        padding: 15px 15px 20px;
    }
}

.service-cases__company {
    display: flex;
    gap: 10px;
}

@media (max-width: 991px) {
    .service-cases__company {
        gap: 8px;
        font-size: 18px;
    }
}

.service-cases__company h3 {
    font-size: clamp(16px, calc(0.7407vw + 13.3333px), 24px);
}

.page-id-20745 .service-cases__company h3 {
    font-size: clamp(16px, calc(0.7407vw + 13.3333px), 22px);
}

.service-cases__company svg {
    flex: 0 0 24px;
    margin-top: 3px;
    color: #cc001e;
}

@media (max-width: 991px) {
    .service-cases__company svg {
        flex: 0 0 20px;
    }
}

.service-cases__type {
    font-size: clamp(14px, calc(0.7407vw + 11.3333px), 22px);
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.page-id-20745 .service-cases__type {
    font-size: clamp(14px, calc(0.7407vw + 11.3333px), 19px);
}

.service-cases__tariff {
    font-size: clamp(12px, calc(0.5556vw + 10px), 18px);
    line-height: 1.2;
    text-transform: uppercase;
}

.service-cases__card-button {
    margin-top: auto;
}

.service-cases__card-button a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    margin-inline: 0;
    padding: 16px 22px;
    color: #111;
    background: #fff;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 991px) {
    .service-cases__card-button a {
        min-height: 45px;
        padding: 14px 18px;
        font-size: 14px;
    }
}

.service-cases__card-button svg {
    flex: 0 0 9px;
}

.service-cases__navigation {
    top: 39%;
}

@media (max-width: 991px) {
    .service-cases__navigation {
        display: none;
    }
}

.service-cases__navigation .swiper-nav__button--prev {
    left: -30px;
}

@media (max-width: 1500px) {
    .service-cases__navigation .swiper-nav__button--prev {
        left: 10px;
    }
}

.service-cases__navigation .swiper-nav__button--next {
    right: -30px;
}

@media (max-width: 1500px) {
    .service-cases__navigation .swiper-nav__button--next {
        right: 10px;
    }
}

.service-cases__button {
    width: 280px;
    margin: 40px auto 0;
}

@media (max-width: 991px) {
    .service-cases__button {
        margin-top: 28px;
        width: 100%;
    }
}

.service-cases__button a {
    width: 100%;
    min-height: 58px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
}

/* CTA */

.service-cta {
    padding-block: 70px 60px;
}

@media (max-width: 991px) {
    .service-cta {
        padding-block: 30px 70px;
    }
}

.service-cta__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: linear-gradient(90deg, #7A0114 0.68%, #CC001E 47.65%, #FF9C00 98.38%);
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .service-cta__inner {
        display: flex;
        flex-direction: column;
        gap: 24px;
        min-height: 0;
        padding: 28px 20px;
        border-radius: 25px;
    }
}

.service-cta__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
}

@media (max-width: 991px) {
    .service-cta__content {
        align-items: flex-start;
        gap: 12px;
        width: 100%;
        text-align: left;
    }
}

.service-cta--no-image .service-cta__content {
    align-items: center;
    max-width: 930px;
    text-align: center;
}

@media (max-width: 991px) {
    .service-cta--no-image .service-cta__content {
        align-items: flex-start;
        width: 100%;
        text-align: left;
    }
}

.service-cta--with-image .service-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 680px) minmax(300px, 1fr);
    justify-content: stretch;
    padding: 40px 0 40px 40px;
}

@media (max-width: 991px) {
    .service-cta--with-image .service-cta__inner {
        display: flex;
        flex-direction: column;
        gap: 20px;
        min-height: 0;
        padding: 20px;
        border-radius: 20px;
    }
}

.service-cta--with-image .service-cta__content {
    order: 1;
}

@media (max-width: 991px) {
    .service-cta--with-image .service-cta__content {
        order: -1;
    }
}

.service-cta--with-image .service-cta__media {
    order: 3;
}

.service-cta--image-left .service-cta__inner {
    grid-template-columns: minmax(300px, 1fr) minmax(0, 680px);
    padding: 40px 40px 40px 0;
    background: linear-gradient(-90deg, #7A0114 0.68%, #CC001E 47.65%, #FF9C00 98.38%);
}

@media (max-width: 1200px) {
    .service-cta--image-left .service-cta__inner {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .service-cta--image-left .service-cta__inner {
        display: flex;
        flex-direction: column;
        gap: 20px;
        min-height: 0;
        padding: 20px;
        border-radius: 20px;
    }
}

.service-cta--image-left .service-cta__media {
    order: 1;
}

@media (max-width: 991px) {
    .service-cta--image-left .service-cta__media {
        order: 2;
    }
}

.service-cta--image-left .service-cta__content {
    order: 2;
}

.service-cta__title {}

.service-cta--no-image .service-cta__title {
    max-width: 100%;
}

.service-cta__text {
    max-width: 680px;
}

.service-cta--no-image .service-cta__text {
    max-width: 900px;
}

.service-cta__button {
    width: 320px;
}

@media (max-width: 991px) {
    .service-cta__button {
        width: 100%;
    }
}

.service-cta--no-image .service-cta__button {
    width: 450px;
}

@media (max-width: 991px) {
    .service-cta--no-image .service-cta__button {
        width: 100%;
    }
}

.service-cta__button button {
    width: 100%;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .service-cta__button button {
        font-size: 16px;
    }
}

.service-cta--no-image .service-cta__button {
    margin-top: 10px;
}

.service-cta--no-image .service-cta__button button {
    font-size: 18px;
}

.service-cta__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    /* margin-top: -100px; */
    margin-top: -40px;
    margin-bottom: -40px;
}

@media (max-width: 991px) {
    .service-cta__media {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.service-cta__image {
    display: block;
    width: 100%;
    max-width: 470px;
    object-fit: contain;
}

@media (max-width: 650px) {
    .service-cta__image {
        max-height: 240px;
    }
}

/* FAQ */

.faq-custom {
    margin: 0;
    padding-block: 80px 70px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .faq-custom {
        padding-block: 30px;
    }
}

.faq-custom__header {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1160px;
    margin: 0 auto 55px;
    text-align: center;
}

@media (max-width: 991px) {
    .faq-custom__header {
        gap: 20px;
        margin-bottom: 30px;
        text-align: left;
    }
}

.faq-custom__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

@media (max-width: 1200px) {
    .faq-custom__content {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }
}

.faq-custom__column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-cust {
    margin-bottom: 0;
    background-color: #1d1d1d;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
    transition: border-color 0.25s ease;
    overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
    .faq-cust:hover {
        border-color: #cc001e;
    }
}


@media (max-width: 991px) {
    .faq-cust {
        border-radius: 20px;
    }
}

.faq-cust._active .faq-cust__top {
    border-bottom-color: #cc001e;
}

.faq-cust._active .faq-cust__icon {
    color: #cc001e;
    transform: scale(-1, 1);
}

.faq-cust__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-inline: 27px;
    padding-block: 28px;
    border-bottom: 1px solid rgba(204, 0, 30, 0);
    cursor: pointer;
    transition: border-color 0.4s ease;
}

@media (max-width: 991px) {
    .faq-cust__top {
        gap: 15px;
        margin-inline: 18px;
        padding-block: 20px;
    }
}

.faq-cust__title {
    color: #fff;
    font-size: clamp(16px, calc(0.3704vw + 14.6667px), 20px);
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.faq-cust__icon {
    flex: 0 0 30px;
    color: #fff;
    transition: color 0.4s ease, transform 0.4s ease;
}

.faq-cust__icon svg {
    display: block;
}

.faq-cust__desp {
    margin-inline: 27px;
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
}

@media (max-width: 1200px) {
    .faq-cust__desp {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .faq-cust__desp {
        margin-inline: 18px;
        font-size: 16px;
    }
}


/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/
section.contacts-secit.contacts-secit-global {
    padding: 0;
}

.contacts-secit__title {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 20px;
}

@media (max-width: 991px) {
    .contacts-secit__title {
        margin-bottom: 12px;
    }
}

.contacts-secit__title h2 {
    font-size: clamp(18px, 1.2962962963vw + 13.3333333333px, 32px) !important;
    text-align: center;
}

.contacts-secit__rows {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.rows-contacts-secit__text {
    margin: 0 auto;
    max-width: 962px;
    text-align: center;
}

.contacts-secit__tel a {
    font-weight: 700;
}

@media (max-width: 1400px) {
    .page-template-page-service-new .margin-elem-header {
        margin: 60px 0 0 0;
    }
}