@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Geologica:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    /*font-family: "Montserrat", Arial, sans-serif;*/
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #31352b;
    /*background-color: #f9faff;*/
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    /*padding: 0 15px;*/
}

.main {
    padding-top: 72px;
}

.preloader {
    position: fixed;
    inset: 0;
    background-color: #19407e; /* тёмно-бордовый как у тебя */
    color: #fff; /* золотистый */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    transition: opacity 1s ease,
    visibility 1s ease;
}

.preloader__content {
    text-align: center;
}

.preloader__logo {
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px;
    filter: brightness(0.9);
    padding: 20px;
}

.preloader__percent {
    position: absolute;
    bottom: 40px;
    right: 60px;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    transition: opacity 0.3s ease;
}

/* Когда загрузка завершена */
.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.subtitle {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;

    color: #149ede;
    margin-bottom: 16px;
}

.btn {
    font-weight: 500;
    font-size: 16px;
    /*text-transform: uppercase;*/
    white-space: nowrap;
    transition: color 0.5s,
    background-color 0.5s;
}

.btn--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background-color: #149ede;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid transparent;
    width: 208px;
}

.btn--primary:hover {
    background-color: #fff;
    color: #19407e;
    border: 1px solid #19407e;
}

.btn--primary:hover svg {
    transform: translate(10px, 0);
}

.btn--primary__white {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background-color: #ffffff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #19407e;
    border: 1px solid transparent;
    width: 208px;
}

.btn--primary__white:hover {
    background-color: #149ede;
    color: #ffffff;
    border: 1px solid #19407e;
}

.btn--primary__white:hover svg {
    transform: translate(10px, 0);
}

.btn--link__icons {
    width: 16px;
    height: 15px;
    transition: transform 0.5s;
}

.btn--primary:hover {
    background-color: #fff;
    color: #19407e;
    border: 1px solid #19407e;
}

.translucent {
    transition: opacity 0.3s;
}

.translucent:hover {
    /*opacity: 0.7;*/
}

.section__box {
    padding-bottom: 36px;
    background-color: #f9faff;
}

.about-section-ico img {
    margin-right: 16px;
}

.about-section-ico {
    display: flex;
}


.title-underline {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #2f2f2f;
    position: relative;
    margin-bottom: 36px;
}

.title-underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    max-width: 395px;
    width: 100%;
    height: 4px;
    background-color: #149ede;
    border-radius: 2px;
}


.breadcrumbs {
    display: flex;
    align-items: center;
    background-color: #19407e;
    height: 174px;
    color: #fff;
}

.breadcrumbs ol {
    gap: 8px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #666;
}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 36px;
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs li:not(:last-child):not(.breadcrumbs__item--back)::after {
    content: "/";
    margin-left: 8px;
    color: #aaa;
}

.breadcrumbs__item:not(:first-child) {
    padding-left: 16px;
}

.breadcrumbs__text {
    font-size: 24px;
    line-height: 1.3;
}

.nav-arrows {
    background: none;
    border: 1px solid #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background 0.3s,
    border-color 0.3s;
}

.nav-arrows:hover {
    background: #fff;
}

.nav-arrows:hover .nav-arrow__svg path {
    fill: #19407e;
}

.breadcrumbs__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    /*text-transform: uppercase;*/
}

.header__top {
    position: relative;
    z-index: 100;
    transition: transform 0.3s ease,
    opacity 0.3s ease;
}

.header__top--hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.header__top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16.3px 0;
}

.header__slogan {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #19407e;
}

.header__contacts {
    display: flex;
    gap: 2px;
}

.header__contacts-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 32px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #19407e;
}

.contact-item__hours {
    font-weight: 400;
    font-size: 16px;
    color: #2f2f2f;
}

.header {
    position: fixed;

    left: 0;
    right: 0;
    z-index: 99;
    height: 72px;
    background-color: #fff;
    color: #fff;
    transition: top 0.2s,
    background-color 0.2s,
    padding 0.2s;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
}

.header--fixced {
    top: 0;
    padding: 5px 0;
}

.header__menu-desktop {
    display: grid;
    grid-template-columns: 160px 556px 208px;
    column-gap: 138px;
    align-items: center;
    width: 100%;
}

.header__logo {
    display: block;
}

.header__logo img {
    width: 200px;
    height: 72px;
    display: block;
}

.menu-desktop__list {
    list-style: none;
    display: flex;
    gap: 32px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    color: black;
    justify-content: center;
}

.menu-desktop__link {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #2f2f2f;
}

.has-dropdown {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.has-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
    pointer-events: none;
}

.dropdown--desktop {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    /*background: #19407e;*/
    background: #ffffff;
    color: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    list-style: none;
    padding: 10px 12px;
    margin: 0;
    min-width: 220px;
    border-radius: 6px;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0s linear 0.18s;
    text-transform: uppercase;
}

.has-dropdown:hover > .dropdown--desktop,
.has-dropdown:focus-within > .dropdown--desktop {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.dropdown--desktop li + li {
    margin-top: 8px;
}

.dropdown--desktop a {
    color: #fff;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
    display: block;
    padding: 6px 8px;
    border-radius: 4px;
    transition: background-color 0.15s ease;
}

.dropdown--desktop a:hover,
.dropdown--desktop a:focus {
    background-color: rgba(98, 195, 239, 0.15);
}


.header__burger-xl {
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
}

.header__burger-xl span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    transition: 0.25s;
}

.header__burger-xl span + span {
    margin-top: 6px;
}

.header__burger-xl {
    display: none;
}

.nav-fs {
    position: fixed;
    inset: 0;
    z-index: 1500;
    background-color: #fff;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease,
    visibility 0s linear 0.2s;
}

.nav-fs.is-open {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.nav-fs__close {
    position: absolute;
    top: 17px;
    right: 16px;
    border: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    display: grid;
    place-items: center;
}

.nav-fs__wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 15px 40px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100%;
    gap: 24px;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.nav-fs__logo img {
    width: 160px;
    height: 72px;
    display: block;
}

.nav-fs__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 48px;
    align-content: start;
}

.nav-fs__col h3 {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: rgba(25, 64, 126, 0.4);
}

.nav-fs__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-fs__col li + li {
    margin-top: 10px;
}

.nav-fs__col a {
    color: #2f2f2f;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.35;
}

.nav-fs__col a:hover,
.nav-fs__col a:focus {
    text-decoration: underline;
}

.nav-fs__actions {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    gap: 12px;
}


.hero-video {
    display: flex;
    justify-content: center;
    background-color: #fff;
    /*padding-top: 20px;*/
}

.hero-video__wrapper {
    position: relative;
    width: 100%;
    /* max-width: 1200px; */
    height: 500px;
    overflow: hidden;
    border-radius: 12px;
    padding: 10px;
}

.hero-video__preview,
.hero-video__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 1s ease;
    border-radius: 16px;
}

.hero-video__video {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
}

.hero-video__video.loaded {
    opacity: 1;
}

.hero-video__overlay {
    border-radius: 16px;
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 56px;
    color: #fff;
    background: linear-gradient(
            270deg,
            rgba(13, 28, 52, 0) 21.63%,
            rgba(13, 28, 52, 0.633047) 53.11%,
            rgba(13, 28, 52, 0.931965) 79.63%,
            #0d1c34 100%
    );
}

.hero-video__logo {
    max-width: 480px;
    margin-bottom: 48px;
}

.hero-video__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    margin-bottom: 44px;
    /*max-width: 511px;*/
    font-family: "Inter", sans-serif;
}

.hero-video__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.btn--link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: none;
    color: #fff;
    border: none;
    transition: color 0.3s,
    box-shadow 0.3s,
    background-color 0.3s;
}

.btn--link:hover svg {
    transform: translate(10px, 0);
}


.info-block {
    position: relative;
    color: #fff;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    background-color: #19407e;
}

.info__block--secondary {
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 8px;
    color: #19407e;
    margin-right: 30px;
}

.info-block__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-block__text {
    font-weight: 500;
    font-size: 24px;
}

.abouts {
    padding: 36px 0;
    background-color: #fff;
}

.abouts__title {
    margin-bottom: 36px;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    /*text-transform: uppercase;*/
}

/*.abouts__info {*/
/*    background-color: #19407e;*/
/*    !*background-image: url(../img/katushka.png), url(../img/Vector-fon-benefits.svg);*!*/
/*    background-image: url(""), url(../img/Vector-fon-benefits.svg);*/
/*    background-position: right -6% bottom, right 0 center;*/
/*    background-size: auto 85%, 55% 100%;*/
/*    background-repeat: no-repeat;*/
/*    border-radius: 12px;*/
/*    padding: 36px;*/
/*    color: #fff;*/
/*}*/

.abouts__info {
    background-color: #19407e;
    background-image: url(../img/Vector-fon-benefits.svg);
    background-position: right -150px center;
    background-size: auto 150%;
    background-repeat: no-repeat;
    border-radius: 16px;
    color: #fff;
    width: 584px;
    height: 267px;
    display: flex;
    align-items: center;
}

.abouts__subtitle {
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 24px;
    max-width: 920px;
}

.abouts__text {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    margin: 36px 0;
    max-width: 960px;
}

.abouts__text strong {
    font-weight: 600;
}

.about-wrapper {
    max-width: 740px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 36px;
}

.wrapper_abouts {
    display: flex;
    gap: 32px;
    justify-content: center;
}

.abouts__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 8px;
    text-decoration: none;
    transition: color 0.5s, background-color 0.5s;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #19407e;
    margin-bottom: 36px;
}

.abouts__btn__square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
    transition: color 0.5s, background-color 0.5s;
    color: #19407e;
    width: 52px;
    height: 52px;
    margin-bottom: 36px;
}

.abouts__btn:hover, .abouts__btn__square:hover {
    color: #fff;
    background-color: #149ede;
}

.abouts__btn svg, .abouts__btn__square svg {
    transition: transform 0.4s ease;
}

.abouts__btn:hover svg, .abouts__btn__square:hover svg {
    transform: translateX(4px);
}


.solutions {
    padding: 80px 0;
    background-color: #fff;
    color: #1a1a1a;
    text-align: center;
}

.solutions-circle__header {
    margin-bottom: 36px;
}

.solutions-circle__header-title {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #2f2f2f;
}

.solutions-circle__header-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    color: #4f4f4f;
    text-align: center;
}

.solutions-circle__wrapper {
    position: relative;
    max-width: 1170px;
    height: 1100px;
    margin: 0 auto;

    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease;
}

.solutions-circle__wrapper.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.solutions-circle__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.solutions-circle__logo {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.solutions-circle__item {
    position: absolute;
    max-width: 380px;
    text-align: center;
    background: #fff;
    /* border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease,
    box-shadow 0.3s ease;
}

.solutions-circle__item--top:hover,
.solutions-circle__item--bottom:hover {
    /* transform: translate(-50%, 2px); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 18px;
}

.solutions-circle__item--left-bottom:hover,
.solutions-circle__item--right-bottom:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 18px;
    /* transform: translate(2px, 51%); */
}

.solutions-circle__item--left-top:hover,
.solutions-circle__item--right-top:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 18px;
    /* transform: translate(2px, -51%); */
}

.solutions-circle__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.solutions-circle__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #19407e;
    margin-bottom: 10px;
}

.solutions-circle__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4f4f4f;
}


.solutions-circle__info {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #149ede;
    border: #149ede solid 2px;
    border-radius: 16px;
    padding: 36px;
}

p.solutions-circle__info-text {
    text-align: left;
}

.solutions-text {
    max-width: 800px;
}


.solutions-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;

}

.configurator {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.configurator-intro {
    padding-bottom: 36px;
}

.configurator__subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #149ede;
    margin-bottom: 12px;
    display: block;
}

.configurator__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    color: #282828;
}

.configurator__text {
    font-size: 20px;
    line-height: 130%;
    color: #4f4f4f;
    margin-bottom: 16px;
}

.configurator-bg {
    position: relative;
    width: 100%;
    aspect-ratio: 1440 / 720;
    overflow: hidden;
}

.configurator-bg__img {
    opacity: 1;
    z-index: 0;
    transition: opacity 0.8s ease;
}

.configurator-bg__video {
    width: 100%;
    aspect-ratio: 1440 / 772;
    max-height: 772px;
    object-fit: cover;
    filter: brightness(0.9);
    transition: opacity 0.8s ease;
    opacity: 0;

    /* position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.8s ease; */
}

.configurator-bg__video {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 1;
}

.configurator-bg__video.loaded {
    opacity: 1;
}

.configurator-info-bar {
    background: #19407e url("/assets/img/Vector-fon-configurator-right.svg") left center / auto no-repeat;
    border-radius: 16px;
    width: min(1180px, 100%);
    /*margin: -130px auto 0;*/
    position: relative;
    z-index: 1;
    color: #fff;
}

.configurator-image img {
    border-radius: 10px;
}

.configurator-info {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    padding: 36px 36px;
}

.configurator-info__col {
    max-width: 560px;
    width: 100%;
}

.configurator-info__title {
    font-weight: 700;
    font-size: 20px;
    /*text-transform: uppercase;*/
    margin-bottom: 36px;
}

.configurator-info__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 36px;
}

.configurator-wrapper-text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.configurator-info__text:last-child {
    margin-bottom: 0;
}

.configurator-info__list {
    margin-bottom: 24px;
    padding-left: 36px;
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.configurator-info__list li {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
}

.configurator__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 24px;
    background: #149ede;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: 0.3s;
    max-width: 334px;
}

.configurator__btn:hover {
    color: #19407e;
    background-color: #fff;
}

.configurator__btn:hover svg {
    transform: translate(10px, 0);
}


.description-container {
    width: 90%;
}

.about-section__header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-section__subtitle.subtitle {
    font-size: 16px;
}

.about-section__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    color: #282828;
    margin-bottom: 36px;
}

.about-section__descr {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    color: #4f4f4f;
    margin-bottom: 36px;
    text-align: center;
}

.about-section__column {
    padding: 36px;
    border: 2px solid #149ede;
    border-radius: 16px;
    width: 100%;
    background-color: #FFFFFF;

}

.about-section__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 36px;
}

.about-section__subtext {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    color: #19407e;
    margin-bottom: 16px;
}

.about-section__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #2f2f2f;
    margin-bottom: 24px;
}

.about-section__text_ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #2f2f2f;
    margin-bottom: 24px;
}

.about-section__toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F7F7F7;
    cursor: pointer;
    margin-bottom: 8px;
    transition: background 0.3s ease;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    color: #2F2F2F;
    min-height: 72px;
    border-radius: 16px;
}

.about-section__toggle:hover {
    /*background: #f0f8ff;*/
}

.about-section__arrow {
    display: flex;
}

.about-section__arrow-img {
    transition: transform 0.3s ease;
}

.about-section__arrow-img__extreme {
    transition: transform 0.3s ease;
}

.about-section__arrow .text_arrow {
    font-size: 16px;
    font-weight: 500;
    margin-right: 16px;
    color: #FFFFFFCC;
}

/*.about-section__arrow.rotate {*/
/*    transform: rotate(-55deg);*/
/*}*/

.about-section__arrow-img.rotate {
    /*transform: rotate(270deg);*/
    transform: rotate(-56deg);
}

.about-section__arrow-img__extreme.rotate {
    transform: rotate(-90deg);
}

.about-section__content-hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease,
    padding 0.4s ease,
    margin 0.4s ease,
    opacity 0.3s ease;
    margin: 0 0 0 0;
    background: #fdfdfd;
    /*border-left: 2px solid #149ede;*/
    border-radius: 0 10px 10px 0;
}

.about-section__content-hidden.active {
    max-height: 1000px;
    opacity: 1;
    margin: 0 0 16px 0;
}

.about-section__list {
    list-style: none;
    padding: 16px 24px 2px;
    margin: 0;
    background-color: #F7F7F7;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

}

.about-section__item {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 24px;
}

.about-section__item strong {
    font-weight: 600;
}

.about-section__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #008ED1;
    border-radius: 50%;
}

.extreme {
    background-color: #fff;
}

.extreme__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    letter-spacing: 0.04em;
    margin-bottom: 36px;
}

.extreme__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 135px 50px;
    margin-bottom: 24px;
    grid-template-areas:
    "a b"
    "c d";
}

.extreme__box:nth-child(1) {
    grid-area: a;
}

.extreme__box:nth-child(2) {
    grid-area: b;
}

.extreme__box:nth-child(3) {
    grid-area: c;
}

.extreme__box:nth-child(4) {
    grid-area: d;
}

.extreme__box {
    position: relative;
    max-width: 536px;
    width: 100%;
}

.extreme__header {
    padding: 24px 36px;
    min-height: 152px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    position: relative;
    z-index: 1;
}

.extreme__header--dark {
    background-color: #19407e;
}

.extreme__header--blue {
    background-color: #149ede;
}

.extreme__inner {
    position: absolute;
    top: 69px;
    left: 36px;
    right: 0;
    width: calc(100% + 34px);
    z-index: 2;
    background-color: #f7f7f7;
    padding: 24px 32px;
    border-radius: 12px;

    width: 100%;
    transition: all 0.3s ease;
}

.extreme__box:nth-child(3) .extreme__inner,
.extreme__box:nth-child(4) .extreme__inner {
}

.extreme__box:hover .extreme__inner {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.extreme__body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.extreme__body li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 130%;
    color: #4f4f4f;
}

.extreme__body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #149ede;
    border-radius: 50%;
}

.benefits {
    position: relative;
    background-color: #19407e;
    color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    background-image: url('/assets/img/Vector-fon-benefits.svg');
    height: 456px;
    display: none;
}

.benefits__title {
    position: relative;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    margin-bottom: 36px;
    color: #fff;
}

.benefits__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.benefits__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.benefits__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.benefits__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
}

.benefits__bg-pattern {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url("/assets/img/bg-pattern.svg") right center / contain no-repeat;
    /*opacity: 0.15;*/
    pointer-events: none;
}

.benefits_wrapper {
    display: inline-flex;
    align-items: center;
}

.benefits_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 288px;
}

.benefits_item span.red, .benefits_snoska span.red {
    color: red;
}

.benefits_icon {
    margin-bottom: 24px;
}

.benefits_icon img {
    width: 72px;
}

.benefits_text span {
    font-size: 20px;
    font-weight: 500;
}

.benefits_snoska {
    margin-top: 36px;
    text-align: center;

}

.benefits_snoska span {
    font-size: 16px;
    font-weight: 400;
    color: #79A1E0;
}

.why {
    /*background: #f7f7f7;*/
    background: linear-gradient(#f7f7f7, #f9faff);
    padding: 32px 0 0;
}

.why-intro {
    padding-bottom: 133px;
}

.why-intro__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    color: #2F2F2F;
    margin-bottom: 36px;
}

.why-intro__list-text {
    margin-bottom: 24px;
    font-size: 16px;
    color: #4f4f4f;
    font-weight: 400;
}

.why-intro__list {
    list-style: none;
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid #D7D7D7;
    border-radius: 8px;
}

.why-intro__list li {
    display: flex;
    font-size: 16px;
    line-height: 130%;
    color: #4f4f4f;
    font-weight: 500;
    align-items: center;
    gap: 24px;
}

.why-intro__list li::before {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url("/assets/img/znak.svg");
}

.why-intro__link {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #149ede;
}

.why-intro__button {
    display: flex;
    gap: 16px;
    text-transform: uppercase;
}

.sert_button {
    /*width: 236px;*/
    height: 52px;
    background-color: #149EDE;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 24px;
    color: #ffffff;
    transition: background-color 0.3s ease;
}

.sert_button span {
    font-size: 16px;
    font-weight: 500;
}

.sert_button:hover, .doc_button:hover {
    background-color: #ffffff;
    cursor: pointer;
    color: #19407E;
}

.sert_button:hover img.arrow, .doc_button:hover img.arrow {
    filter: brightness(0) saturate(100%) invert(16%) sepia(36%) saturate(937%) hue-rotate(183deg) brightness(91%) contrast(92%);
}


.doc_button {
    width: 236px;
    height: 52px;
    background-color: #149EDE;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 24px;
    color: #ffffff;
    transition: background-color 0.3s ease;

}

.doc_button span {
    font-size: 16px;
    font-weight: 500;
}

.why-bg {
    background: url("/assets/img/1234.jpg") center/cover no-repeat;
    width: 100%;
    aspect-ratio: 1440 / 680;
    max-height: 580px;
    /*width: 1440px;*/
    /*height: 580px;*/
}

.why-card__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative;
    bottom: 95px;
}

.why-card__item-box {
    width: 100%;
    min-height: 245px;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease;
}

.why-card__item-box.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.why-card__item-box:nth-child(1).is-visible {
    transition-delay: 0.1s;
}

.why-card__item-box:nth-child(2).is-visible {
    transition-delay: 0.3s;
}

.why-card__item-box:nth-child(3).is-visible {
    transition-delay: 0.5s;
}

.why-card__item-box:nth-child(4).is-visible {
    transition-delay: 0.7s;
}

.why-card__item-img {
    width: 32px;
    height: 32px;
}

.why-card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #19407e;
    margin-bottom: 24px;
}

.why-card__text {
    font-size: 16px;
    line-height: 100%;
    color: #4F4F4F;
    font-weight: 400;
}

.why-intro__list-sert {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}

.why-info-bar {
    /*background: #19407e url(/assets/img/Vector-4.svg) right center / auto 100% no-repeat;*/
    /*color: #fff;*/
    /*border-radius: 16px;*/
    /*width: 1200px;*/
    /*height: 198px;*/
    /*!* margin: -130px auto 0px; *!*/
    /*position: relative;*/
    /*z-index: 99;*/
    /*bottom: 90px;*/
    /*margin: 10px auto;*/
    height: 99px;
}

.why-info {
    background: #19407e url(/assets/img/Vector-4.svg) right center / auto 100% no-repeat;
    color: #fff;
    border-radius: 16px;
    width: 1200px;
    height: 198px;
    /* margin: -130px auto 0px; */
    position: relative;
    z-index: 99;
    bottom: 90px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
}

.why_wrapper {
    display: flex;
    gap: 36px;
    padding: 36px;
}

.why-info__col {
    max-width: 558px;
    width: 100%;
    padding: 36px;
}

.why-info__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    /*text-transform: uppercase;*/
    margin-bottom: 24px;
}

.why-info__text {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 16px;
    font-weight: 400;
}

.why-info__item {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
}

.why-info__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #7dd7ff;
    border-radius: 50%;
}

.brands-section__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    color: #2F2F2F;
    margin-bottom: 36px;
}

.brands-section__text {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #282828;
    border: solid 3px #149EDE;
    border-radius: 20px;
    max-width: 996px;
    height: 130px;
    margin: 0 auto;
}

.brands-section__link {
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #149ede;
}

.brand-wrapper span.text {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}

.brand-wrapper {
    padding: 36px;
}

.brands-section {
    padding-bottom: 36px;
    background: #fff;
    text-align: start;
    position: relative;
}

.brands-slider__box {
    position: relative;
    margin: 0 10px 32px 10px;
    max-width: 1200px;
}

.brands-slider {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.brands-track {
    display: flex;
    transition: transform 0.5s ease;
}

.brand-item {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    /* cursor: pointer; */
}

.brand-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.brand-item img:hover {
    transform: scale(1.05);
}

.brands-prev,
.brands-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #002f6c;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #002f6c;
    z-index: 30;
}

.brands-prev {
    left: 0;
}

.brands-next {
    right: 0;
}


.delivery-section {
    background: #19407e;
    color: #fff;
    position: relative;
}

.bg-pattern {
    position: absolute;
    inset: 0;
    background: url(/assets/img/delivery-background.svg) no-repeat top -60px right;
    background-size: auto 75%;
}

.delivery-section__title {
    font-size: 34px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin-bottom: 36px;
}

.delivery-section__subtitle {
    color: #7dd7ff;
}

.delivery-section__desc {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}

.delivery-section__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 36px;
    align-items: start;
    padding-bottom: 36px;
}

.delivery-card {
    padding: 36px;
    position: relative;
    height: 242px;
    width: 376px;
    border: 1px solid #FFFFFF80;
    border-radius: 16px;
}

.delivery-card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    margin-bottom: 24px;
}

.delivery-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delivery-card__list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 130%;
    max-width: 290px;
    width: 100%;
    font-weight: 400;
}

.delivery-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #7dd7ff;
    border-radius: 50%;
}

.delivery-section__special {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), #19407e;
    border-radius: 16px;
}

.delivery-section__special-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    margin-bottom: 24px;
}

.delivery-section__special-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 20px;
}

.delivery-section__special-bold {
    font-size: 16px;
    font-weight: 600;
    /*text-transform: uppercase;*/
}

.delivery-wrapper {
    padding: 36px;
}


.process-sections {
    background-color: #f7f7f7;
    padding: 24px 0 158px;
    background-repeat: no-repeat;
    background-image: url("/assets/img/delivery-background2.svg");
    background-size: 967px 927px;
    background-position: right top;
}

.process-section {
    width: 100%;
    aspect-ratio: 1440/560;
    max-height: 560px;
    background: url("/assets/img/123456.png") center/cover no-repeat;
}

.process-section__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    color: #282828;
    margin-bottom: 36px;
}

.process-section__desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #4f4f4f;
    margin-bottom: 36px;
    text-align: center;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 288px);
    gap: 16px;
    position: relative;
    bottom: 155px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.process-card {
    padding: 24px;
    width: 288px;
    /*min-height: 292px;*/
    height: 276px;
    background: #19407e;
    border-radius: 16px;
    color: #fff;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease;
}

.process-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.process-card:nth-child(1).is-visible {
    transition-delay: 0.1s;
}

.process-card:nth-child(2).is-visible {
    transition-delay: 0.3s;
}

.process-card:nth-child(3).is-visible {
    transition-delay: 0.5s;
}

.process-card:nth-child(4).is-visible {
    transition-delay: 0.7s;
}

.process-card__box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.process-card__number {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #7dd7ff;
}

.process-card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    color: #fff;
}

.process-card__body {
    margin-top: 24px;
}

.process-card__body p {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #ACC8F4;
    margin: 0 0 32px;
    height: 70px;
}

.process-card__list {
    display: flex;
    gap: 16px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.process-card__item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.process-card__item-transform:hover svg {
    transform: translate(10px, 0);
}

.process-card__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.process-card__link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    padding: 14px 0;
}


img.process-card__img {
    width: 32px;
}


.contact-section {
    background: #19407e;
    color: #fff;
    padding: 48px 0;
}

.contact-section__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-section__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    margin-bottom: 24px;
}

.contact-section__desc {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 32px;
    padding-right: 5px;
}

.contact-section__subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.contact-section__list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-section__item {
    position: relative;
    padding-left: 36px;
}

.contact-section__item::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;
    top: 3px;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
}

.contact-section__item--phone::before {
    background-image: url("/assets/img/icons/phone-foot.svg");
}

.contact-section__item--email::before {
    background-image: url("/assets/img/icons/email.svg");
}

.contact-section__item--address::before {
    background-image: url("/assets/img/icons/geo-form.svg");
}

.contact-section__item--whatsapp::before {
    background-image: url("/assets/img/icons/whatsapp-form.svg");
}

.contact-section__item--telegram::before {
    background-image: url("/assets/img/icons/telegram.svg");
}

.contact-section__list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.contact-section__list a {
    font-size: 18px;
    line-height: 26px;
}

.contact-section__list small {
    font-weight: 400;
    font-size: 16px;
}

.contact-section__item-phone {
    font-weight: 600;
}

.contact-section__item-email,
.contact-section__item--whatsapp,
.contact-section__item--telegram {
    text-decoration: underline;
}

.contact-section__form {
    border-radius: 8px;
}

.contact-section__form-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    /*text-transform: uppercase;*/
    margin-bottom: 32px;
}

.form-field {
    position: relative;
    margin-bottom: 26px;
}

input,
textarea {
    outline: #fff;
    border-color: #fff;
    box-shadow: none;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 20px 16px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background-color: #19407e;
    color: #fff;
}

.form-field textarea {
    resize: vertical;
}

.form-field label {
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    background-color: transparent;
    padding: 0 16px;
    transition: 0.2s ease all;
    pointer-events: none;
    font-size: 16px;
    color: rgb(255 255 255 / 50%);
}

.form-field input:focus + label,
.form-field input:not(:placeholder-shown) + label,
.form-field textarea:focus + label,
.form-field textarea:not(:placeholder-shown) + label {
    top: -10px;
    font-size: 16px;
    color: #00a2ff;
}

.form-field--checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.form-field--checkbox input {
    margin-top: 0.2rem;
}

.form-field--checkbox label {
    position: static;
    transform: none;
    background: none;
    font-size: 0.75rem;
    color: #333;
}

.form-field--checkbox a {
    color: #00a2ff;
    text-decoration: none;
}

.contact-section__btn {
    font-family: "Montserrat", Arial, sans-serif;
    width: 241px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-self: center;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    gap: 12px;
    background: #149EDE;
    border-radius: 8px;
    border: none;
    transition: color 0.5s, background-color 0.5s;
    align-items: center;
}

.contact-section__btn:hover,
.about-section__button:hover {
    color: #19407e;
    background-color: #fff;
    box-shadow: 2px 0px 16px rgba(0, 162, 255, 0.7);
}

.contact-section__btn:hover svg {
    display: inline-flex;
    transform: translate(10px, 0);
}

.aside-filter__content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.aside-filter__content-box {
    margin-bottom: 32px;
}

.aside-filter__content-label {
    display: flex;
    font-size: 14px;
    cursor: pointer;
    gap: 16px;
}

.jq-checkbox,
.jq-radio {
    margin: 0 8px 0 0;
    cursor: pointer;
}

.filter-styler {
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 4px;
}

.jq-checkbox__box {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.filter-styler__span {
    color: #149ede;
    text-decoration: underline;
}


.site-footer {
    background: #4f4f4f;
    color: #fff;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer__top {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding-top: 32px;
}

.site-footer__col-title {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.6);
}

.site-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__list li {
    margin: 0 0 10px;
}

.site-footer__list a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.35;
    transition: color 0.2s ease;
}

.site-footer__list a:hover,
.site-footer__list a:focus {
    color: #fff;
    outline: none;
}

.site-footer__item {
    position: relative;
    padding-left: 36px;
}

.site-footer__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.9;
}

.site-footer__item--phone::before {
    background-image: url(/assets/img/icons/phone-foot.svg);
}

.site-footer__item--email::before {
    background-image: url(/assets/img/icons/email-foot.svg);
}

.site-footer__item--address::before {
    background-image: url(/assets/img/icons/geo-foot.svg);
}

.site-footer__item--address {
    color: #fff;
}

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.25);

    background: #19407e;
}

.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 15px;
    color: rgba(255, 255, 255, 0.6);
}

.site-footer__bottom-center {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.site-footer__bottom-center a {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;

    text-decoration: none;
    transition: opacity 0.2s ease;
}

.site-footer__bottom-center a:hover {
    opacity: 0.85;
}

.site-footer__bottom-right,
.site-footer__bottom-left {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.site-footer__bottom-right a {
    color: #cfcfcf;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    transition: color 0.2s ease;
}

.site-footer__bottom-right a:hover {
    color: #fff;
}

.privacy {
    /* padding: 80px 0; */
    background-color: #fff;
    color: #333;
    font-family: "Inter", sans-serif;
}

.privacy__content {
    max-width: 960px;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 16px;
}

.privacy__title {
    font-size: 26px;
    text-transform: uppercase;
    color: #19407e;
    /* margin-bottom: 40px; */
}

.privacy__subtitle {
    font-size: 20px;
    margin: 40px 0 16px;
    color: #19407e;
    font-weight: 700;
}

.privacy__block p {
    margin-bottom: 16px;
}

.privacy__list {
    padding-left: 20px;
    margin-bottom: 20px;
    /* list-style-type: disc; */
}

.privacy__item {
    margin-bottom: 8px;
}

.privacy__link {
    color: #149ede;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.privacy__link:hover {
    color: #0d75b8;
}

/* ====== TABLE STYLE FOR PRIVACY SECTION ====== */
.privacy__table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin-top: 16px;
    font-size: 16px;
}

.privacy__row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}

.privacy__cell {
    flex: 1;
    padding: 16px 20px;
    border-right: 1px solid #ddd;
}

.privacy__cell--title {
    flex: 0 0 260px;
    background-color: #f7f9fb;
    font-weight: 600;
    color: #19407e;
}

.privacy__cell:last-child {
    border-right: none;
}

.privacy__list {
    padding-left: 18px;
    margin: 0;
}

.privacy__item {
    margin-bottom: 6px;
    line-height: 1.6;
}


.form-event {
    display: none;
    margin-top: 20px;
    color: #bb0707;
    background: #ffcccc;
    border: 1px solid #bb0707;
    border-radius: 4px;
    padding: 10px;
}

.about-section__toggle--dark {
    background-color: #19407e;
    color: #fff;
    border-radius: 16px;
}

.about-section__toggle--dark:hover {
    background-color: #008ED1;
}


.about-section__toggle--light {
    background-color: #008ED1;
    color: #fff;
}

.about-section__toggle--light:hover {
    background-color: #0c8ecb;
}

.about-section__toggle--dark .about-section__arrow.rotate,
.about-section__toggle--light .about-section__arrow.rotate {
    transform: rotate(-90deg);
}

.extreme .about-section__content-hidden {
    border-left: none;
    background-color: #F7F7F7;
    border-radius: 16px;
}

.configurator-info-bar--new {
    margin-bottom: 36px;
    background: #19407e url("/assets/img/Vector-fon-configurator-right.svg") no-repeat right 150px;
}


.configurator-info--new {
    display: flex;
}

.configurator-new__img {
    max-width: 100%;
}

.configurator-new__iframe {
    overflow: hidden;
    height: 630px;
}

.configurator-new__iframe iframe {
    transform: translateY(-73px);
}

.heading-container {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.heading {
    position: relative;
    padding-bottom: 16px;
    display: inline-block;
    margin-top: 36px;
}

.heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    /*max-width: 200px;*/
    height: 4px;
    background-color: #149ede;
    transform: translateX(-50%) scaleX(0.2);
    transform-origin: center;
    transition: transform .95s ease;
}

.heading:hover::after,
.heading.active::after {
    transform: translateX(-50%) scaleX(1);
}


@media (min-width: 768px) {
    .contact-section__inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 3rem;
    }

    .contact-section__info,
    .contact-section__form {
        flex: 1;
    }
}

@media (max-width: 1199px) {
    .site-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .site-footer__bottom-center {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .site-footer__top {
        grid-template-columns: 2fr 2fr;
        gap: 15px;
        padding: 24px 15px 16px;
    }

    .site-footer__col-title {
        font-size: 14px;
    }

    .site-footer__list a {
        font-size: 15px;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 12px 0;
    }

    .site-footer__bottom-center {
        justify-content: flex-start;
        gap: 16px;
    }

    .site-footer__bottom-left,
    .site-footer__bottom-right {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .site-footer__item {
        padding-left: 30px;
    }

    .site-footer__item::before {
        width: 18px;
        height: 18px;
        top: 3px;
    }

    .site-footer__bottom-center a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .btn--outline {
        padding: 10px 14px;
    }

    .info__block--secondary {
        padding: 10px 16px;
    }
}

@media (max-width: 768px) {
    .btn__mobile {
        width: 100%;
    }

    .section__box {
        padding: 8px;
        margin: 0 8px;
    }

    .breadcrumbs__title {
        font-size: 20px;
    }

    .contact-section__title {
        font-size: 20px;
    }

    .contact-section__desc {
        font-size: 16px;
    }

    .contact-section__list a {
        font-size: 16px;
    }

    .contact-section__list small {
        font-size: 16px;
    }

    .contact-section__list li {
        font-size: 16px;
    }

    .contact-section__form-title {
        font-size: 20px;
    }

    .contact-section__btn {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .main.privacy .breadcrumbs__link {
        font-size: 14px;
    }

    .privacy__row {
        flex-direction: column;
    }

    .privacy__cell,
    .privacy__cell--title {
        flex: 1 1;
    }

    .privacy__title {
        font-size: 22px;
    }

    .privacy__subtitle {
        font-size: 18px;
    }

    .privacy__content {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .contact-section {
        padding: 16px;
    }

    .contact-section__subtitle {
        display: none;
    }

    .contact-section__list li {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 500px) {
    .aside-filter__content-label {
        gap: 5px;
    }

    .contact-section__btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .title-underline::after {
        max-width: 180px;
    }
}

@media (max-width: 1100px) {
    .header__top {
        display: none;
    }

    .header {
        top: 0;
    }
}

@media (max-width: 1050px) {
    .header__top-box {
        flex-direction: column;
        padding: 14px 0;
        gap: 8px;
    }
}

@media (max-width: 768px) {
    .header__top-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 0;
    }

    .header__contacts {
        flex-direction: column;
        gap: 8px;
    }

    .header__contacts-email {
        padding-left: 0;
    }

    .contact-item {
        font-size: 15px;
        gap: 10px;
        padding: 8px 0;
    }

    .contact-item__hours {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .contact-item__hours {
        display: none;
    }
}

@media (max-width: 1100px) {
    .header {
        top: 0;
    }
}

@media (max-width: 1199px) {
    .header__menu-desktop {
        grid-template-columns: 200px 1fr;
        column-gap: 32px;
    }

    .menu-desktop__list {
        display: none;
    }

    .header__burger-xl {
        display: block;
        justify-self: end;
        order: 1;
    }

    .header__actions {
        display: none;
    }
}

@media (max-width: 900px) {
    .nav-fs__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .header__menu-desktop {
        grid-template-columns: 1fr 1fr;
        padding: 0 8px;
    }

    .header__burger-xl {
        justify-self: end;
    }

    .header__actions {
        display: none;
    }

    .header__top {
        display: none;
    }
}

@media (max-width: 600px) {
    .nav-fs__grid {
        grid-template-columns: 1fr;
    }

    .nav-fs__actions {
        grid-auto-flow: row;
    }
}

@media (max-width: 1024px) {
    .hero-video__wrapper {
        height: 480px;
    }

    .hero-video__overlay {
        padding-left: 40px;
    }

    .hero-video__title {
        font-size: 20px;
        max-width: 440px;
    }
}

@media (max-width: 768px) {

    .breadcrumbs {
        height: 120px;
        padding: 16px;
    }

    .hero-video {
        margin: 16px 16px;
    }

    .hero-video__wrapper {
        height: auto;
        aspect-ratio: 16 / 12;
        padding: 0;
    }

    .hero-video__overlay {
        padding: 24px 20px;
        align-items: center;
        text-align: center;
        justify-content: space-around;
        background: none;
    }

    .hero-video__logo {
        max-width: 260px;
        margin-bottom: 20px;
    }

    .hero-video__title {
        font-size: 18px;
        margin-bottom: 20px;
        max-width: 90%;
    }

    .hero-video__buttons {
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 500px) {
    .hero-video__overlay {
        padding: 16px;
    }

    .hero-video__logo {
        max-width: 200px;
    }

    .hero-video__title {
        font-size: 14px;
        line-height: 1.3;
    }

    .btn--primary {
        padding: 8px 15px;
        font-size: 14px;
    }

    .btn--primary__white {
        padding: 8px 15px;
        font-size: 14px;
    }

    .btn--link {
        font-size: 14px;
    }

    .wrapper_abouts {
        flex-direction: column;
    }
}

@media (max-width: 1199px) {
    .info-block__text {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .info-block {
        padding: 24px 0;
        background-size: cover;
        background-position: 200px center;
    }

    .info-block__text {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .info-block__inner {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .info-block__text {
        font-size: 18px;
        line-height: 1.4;
    }

    .info__block--secondary {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .info-block {
        padding: 20px 0;
    }

    .info__block--secondary {
        width: 100%;
        padding: 14px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .abouts__subtitle {
        font-size: 18px;
    }

    .abouts__text {
        font-size: 16px;
    }

    .abouts__info {
        padding: 28px 20px;
    }
}

@media (max-width: 576px) {

    .wrapper_abouts {
        gap: 12px;
    }

    .abouts__info {
        background-size: auto 90%;
        background-position: calc(100% + 270px) calc(90% - -10px);
        max-width: 100%;
        padding: 16px;
    }

    .abouts__text {
        margin: 18px 0;
    }

    .abouts__btn__square {
        margin-bottom: 18px;
    }


    .abouts__title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .abouts__btn {
        width: 100%;
        justify-content: center;
    }

    .about-wrapper {
        padding: 0;
    }

    .heading {
        margin-top: 18px;
    }

    .solutions-wrapper {
        flex-direction: column;
        gap: 18px;
    }

    .solutions-circle__info {
        padding: 18px;
    }

    .solutions-circle__info {
        font-size: 16px;
    }

    img.solutions-circle__info-icon {
        height: 70px;
    }


}

@media (min-width: 1200px) {
    .solutions-circle__item--top {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        max-width: 380px;
        border: #149ede solid 1px;
        border-radius: 16px;
    }

    .solutions-circle__item--right-top {
        top: 34%;
        right: 0;
        transform: translate(0, -50%);
        text-align: center;
        border: #149ede solid 1px;
        border-radius: 16px;
    }

    .solutions-circle__item--right-bottom {
        bottom: 34%;
        right: 0;
        transform: translate(0, 50%);
        text-align: center;
        border: #149ede solid 1px;
        border-radius: 16px;
    }

    .solutions-circle__item--bottom {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        max-width: 380px;
        border: #149ede solid 1px;
        border-radius: 16px;
    }

    .solutions-circle__item--left-bottom {
        bottom: 34%;
        left: 0;
        transform: translate(0, 50%);
        text-align: center;
        border: #149ede solid 1px;
        border-radius: 16px;
    }

    .solutions-circle__item--left-top {
        top: 34%;
        left: 0;
        transform: translate(0, -50%);
        text-align: center;
        border: #149ede solid 1px;
        border-radius: 16px;
    }
}

@media (max-width: 1199px) {
    .solutions-circle__logo {
        display: none;
    }

    .solutions-circle__wrapper {
        width: 100%;
        max-width: 900px;
        height: auto;
        display: grid;
        align-items: stretch;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        justify-items: center;
        padding: 10px 30px;
    }

    .solutions-circle__center {
        grid-column: span 2;
    }

    .solutions-circle__item {
        position: static !important;
        transform: none !important;
        width: 100%;
        max-width: 400px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .solutions-circle__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        width: 100%;
        padding: 0;
        height: auto;
    }

    .solutions-circle__center {
        /* position: static;
        transform: none;
        margin-bottom: 20px; */
    }

    .solutions-circle__item {
        display: flex;
        gap: 10px;
        position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        text-align: left;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        padding: 12px;
    }

    .solutions-circle__icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }

    .solutions-circle__title {
        font-size: 14px;
    }

    .solutions-circle__text {
        font-size: 14px;
        line-height: 1.5;
    }

    .solutions-circle__header-title {
        margin-bottom: 14px;
        font-size: 20px;
    }

    .solutions-circle__header-text {
        font-size: 16px;
    }

}

@media (max-width: 1024px) {
    .configurator-info {
        flex-direction: column;
        gap: 16px;
    }

    .configurator-info-bar {
        margin: -80px auto 40px;
    }

    .configurator__title {
        font-size: 26px;
    }

    .configurator__text {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .configurator-intro {
        padding-bottom: 48px;
    }

    .configurator__title {
        font-size: 22px;
    }

    .configurator__text {
        font-size: 16px;
    }

    .configurator-info__title {
        font-size: 18px;
    }

    .configurator-info__list li {
        font-size: 16px;
    }

    .configurator-info-bar {
        border-radius: 12px;
        margin: -64px auto 48px;
    }

    .configurator {
        display: none;
    }
}

@media (max-width: 1199px) {
    .about-section {
        padding: 56px 0;
    }

    .about-section__title {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .about-section__title {
        font-size: 28px;
    }
}

@media (max-width: 900px) {
    .about-section {
        padding: 48px 0;
    }

    .about-section__title {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .about-section__content {
        flex-direction: column;
        gap: 24px;
    }

    .about-section__title {
        font-size: 28px;
    }

    .about-section__toggle {
        font-size: 16px;
    }

    .about-section__arrow-img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .about-section__text {
        font-size: 16px;
    }

    .about-section__subtext {
        font-size: 18px;
    }

    .about-section {
        padding: 8px;
    }

    .about-section__header {
        margin-bottom: 20px;
    }

    .about-section__title {
        font-size: 20px;
    }

    .about-section__content {
        gap: 12px;
    }

    .about-section__descr {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .about-section__column {
        padding: 18px;
    }
}

@media (max-width: 1200px) {
    .extreme__grid {
        gap: 24px;
        grid-template-columns: 1fr;
        grid-template-areas:
      "a"
      "b"
      "d"
      "c";
    }

    .extreme__box:nth-child(3),
    .extreme__box:nth-child(4) {
    }

    .extreme__card {
        min-height: auto;
    }

    .extreme__box {
        max-width: 100%;

        padding: 0 1px;
        padding-bottom: 90px;
    }

    .extreme__body {
        position: static;
        box-shadow: none;
        margin-top: 12px;
    }

    .extreme__inner {
        width: 100%;
        left: 0;

        max-width: 100%;
        transform: none;
        box-shadow: none;
    }
}

@media (max-width: 710px) {
    .extreme__title {
        font-size: 24px;
    }

    .extreme__grid {
        gap: 24px;
    }

    .extreme__box {
        padding-bottom: 65px;
    }

    .extreme__box:nth-child(2) {
        padding-bottom: 50px;
    }

    .extreme__box:nth-child(3),
    .extreme__box:nth-child(4) {
        padding-bottom: 30px;
    }

    .extreme__header {
        font-size: 18px;
        padding: 16px;
    }

    .extreme__inner {
        padding: 16px;
    }

    .extreme__body li {
        font-size: 16px;
    }
}

@media (max-width: 440px) {
    .extreme__grid {
        margin-bottom: 0;
    }

    .extreme__title {
        font-size: 20px;
    }

    .extreme__grid {
    }

    .extreme__inner {
        top: 60px;
    }

    .extreme__box {
        padding-bottom: 90px;
    }

    .extreme__box:nth-child(2) {
        padding-bottom: 90px;
    }

    .extreme__box:nth-child(4) {
        padding-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .benefits {
        padding: 40px 0;
    }

    .benefits__bg-pattern {
        width: 70%;
        opacity: 0.1;
    }

    .benefits__text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .benefits {
        background-size: auto 60%;
        background-position: calc(100% + 95px) calc(100% - -60px);
    }

    .benefits__title {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .why-intro__title {
        font-size: 30px;
    }

    .why-intro__list li,
    .why-intro__list-text,
    .why-card__text {
        font-size: 18px;
    }

    .why-card__title {
        font-size: 22px;
    }

    .why-bg {
        padding-bottom: 160px;
    }

    .why-info-bar {
        margin: -80px auto 56px;
    }
}

@media (max-width: 1024px) {
    /* .why-card__list {
      grid-template-columns: repeat(2, 1fr);
    } */
    .why-info {
        padding: 28px;
    }

    .why-card__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .why {
        padding-top: 48px;
    }

    .why-intro__title {
        font-size: 24px;
    }

    .why-intro__list li,
    .why-intro__list-text {
        font-size: 16px;
    }

    /* .why-card__list {
      grid-template-columns: 1fr;
    } */
    .why-card__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .why-card__item-box {
        justify-content: space-around;
        min-height: 215px;
    }

    .why-card__item {
        min-height: unset;
    }

    .why-card__title {
        margin-top: 10px;
        font-size: 20px;
    }

    .why-bg {
        padding-bottom: 10px;
        background: none;
    }

    .why-info {
        flex-direction: column;
        gap: 16px;
        padding: 24px;
    }

    .why-info-bar {
        margin: -64px auto 48px;
        border-radius: 12px;
        margin: 163px auto 48px;
    }
}

@media (max-width: 480px) {
    .why-info-bar {
        background-size: auto 60%;
        background-position: calc(100% + 50px) calc(100% - -60px);
    }

    .why-info__title {
        font-size: 18px;
    }

    .why-info__item {
        font-size: 16px;
    }

    .why-intro__list-sert {
        font-size: 14px;
    }

    .why-card__item-box {
        min-height: 120px;
        display: flex;
        flex-direction: row;
        justify-content: start;
        gap: 20px;
    }

    .why-card__list {
        bottom: 0;
    }

    .why-intro {
        padding-bottom: 24px;
    }

    .why-intro__title {
        font-size: 20px;
    }

    .why-card__title {
        margin-top: 0;
        font-size: 18px;
    }

    .why-card__text {
        font-size: 16px;
    }

    .why-info {
        padding: 20px;
    }

    .why-info__text {
        font-size: 16px;
    }

    .why-info-bar {
        margin: 24px auto 40px;
    }
}

@media (max-width: 1199px) {
    .brands-section {
        padding: 56px 0;
    }

    .brands-section__title {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .brands-section__title {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .brand-item {
        flex: 0 0 33.33%;
    }
}

@media (max-width: 768px) {
    .brands-section {
        padding: 48px 0;
    }

    .brands-section__title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .brands-section__text {
        padding: 0 20px;

        font-size: 20px;
        margin: 24px 0;
    }

    .brands-section__link {
        font-size: 18px;
    }

    /* .brand-item {
      flex: 0 0 33.33%;
      min-height: 150px;
    } */
    /* .brand-item img {
      max-height: 80%;
    } */
    .brands-prev,
    .brands-next {
        width: 24px;
        height: 24px;
    }

    .brands-prev img,
    .brands-next img {
        width: 10px;
        height: 8px;
    }

    .brand-item {
        flex: 0 0 33%;
        min-height: 78px;
    }

    .brand-item img {
        max-width: 90px;
        height: 61px;
    }
}

@media (max-width: 480px) {
    .brands-section {
        padding: 8px;
    }

    .brand-wrapper {
        padding: 10px;
    }

    .brands-section__title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .brands-section__text {
        font-size: 18px;
        margin: 20px 0;
    }

    .brand-wrapper span.text {
        font-size: 16px;
    }

    .brand-item {
        justify-content: space-around;
    }

    .brands-prev {
        left: -10px;
    }

    .brands-next {
        right: -10px;
    }

    .brands-slider {
        max-width: 320px;
    }


}

@media (max-width: 1200px) {
    .delivery-section {
        padding: 56px 0;
    }

    .delivery-section__title {
        font-size: 28px;
    }

    .delivery-section__desc {
        font-size: 18px;
    }

    .delivery-section__cards {
        gap: 28px;
    }

    .delivery-card__title {
        font-size: 22px;
    }

    .delivery-card__list li {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .delivery-section__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .delivery-section__desc {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .delivery-section {
        padding: 48px 0;
    }

    .delivery-section__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .delivery-section__subtitle {
        display: block;

        margin-bottom: 8px;
    }

    .delivery-section__desc {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .delivery-section__cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .delivery-card {
        padding: 16px;
    }

    .delivery-card__title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .delivery-card__list li {
        font-size: 15px;
    }

    .delivery-section__special {
        padding: 24px 16px;
    }

    .delivery-section__special-title {
        font-size: 20px;
    }

    .delivery-section__special-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .bg-pattern {
        background-size: auto 25%;
        background-position: calc(100% + 174px) calc(77% - -209px);
    }

    .delivery-section {
        padding: 8px;
    }

    .delivery-section__title {
        font-size: 20px;
    }

    .delivery-section__desc {
        font-size: 16px;
    }

    .delivery-section__cards {
        gap: 12px;
        padding-bottom: 0;
        margin-bottom: 18px;
    }

    .delivery-card {
        height: 100%;
        width: 100%;

    }

    .delivery-card__title {
        font-size: 18px;
    }

    .delivery-card__list li {
        font-size: 16px;
    }

    .delivery-section__special-text {
        font-size: 16px;
    }

    .delivery-section__special-span {
        font-size: 16px;
    }

    .delivery-section__special-bold {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .process-section {
        max-height: 520px;
    }

    .process-steps {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
        gap: 16px;
        bottom: 120px;
    }

    .process-card {
        width: 100%;
        min-height: 300px;
    }

    .process-card__title {
        font-size: 22px;
    }

    .process-card__body p {
        font-size: 18px;
    }

    .process-card__number {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .process-sections {
        padding: 24px;
    }

    .process-section {
        max-height: 420px;
        padding: 24px
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 12px;
        bottom: 20px;
    }

    .process-card {
        max-width: 100%;
        width: 100%;
        min-height: 180px;
        padding: 20px;
        border-radius: 10px;
        height: 100%
    }

    .process-card__body p {
        margin: 0;
    }

    .process-section {
        background: none;
        aspect-ratio: auto;
        max-height: none;
        padding: 0 8px;
    }

    .process-section__title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .process-section__desc {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .process-card__title {
        font-size: 20px;
    }

    .process-card__body p {
        font-size: 16px;
    }

    .process-card__number {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .process-section {
        background: none;
        aspect-ratio: auto;
        max-height: none;
        padding-bottom: 40px;
    }

    .process-steps {
        bottom: 0;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .process-card {
        margin: 0 auto;
    }

    .process-card__body {
        margin-top: 10px;
    }

    .process-section__title {
        font-size: 20px;
    }

    .process-section__desc {
        font-size: 16px;
    }

    .process-card__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .process-card__body p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .process-card__links li {
        padding: 8px 0;
    }

    .process-card__links a {
        font-size: 14px;
    }

    .process-card__number {
        font-size: 18px;
    }
}