/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


@font-face {
    font-family: 'Tektur';
    src: url('/wp-content/themes/myfriendly/fonts/Tektur-Regular.woff2') format('woff2'),
        url('/wp-content/themes/myfriendly/fonts/Tektur-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onder';
    src: url('/wp-content/themes/myfriendly/fonts/Onder-Regular.woff2') format('woff2'),
        url('/wp-content/themes/myfriendly/fonts/Onder-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    background: #0D0E0E;
    color: #F9FBFF;
    font-family: 'Tektur';
}

body * {
    font-family: 'Tektur';

}


a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
}

.top_more {
    background: #2A455A;
    padding: 12px 0;
    position: relative;
}

.top_more-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.top_more-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.top_more-text {
    font-size: 12px;
    line-height: 130%;
    color: #F9FBFF99;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top_more-text span {
    color: #F9FBFF;
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
}

.header_left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header_places {
    display: flex;
    align-items: center;
    gap: 1px;
}

.header_place-current {
    background: #FFFFFF;
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: #000000;
}

.header_place {
    /* Для совместимости с Mac (Safari) */
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);

    background: #FFFFFF0D;
    padding: 5px 10px;
    font-size: 14px;
    color: #FFFFFFCC;
    display: none;
}

.header_place.active {
    display: block;
}

.header_logo {
    display: flex;
}

.header_right-title {
    font-size: 16px;
    color: #fff;
}

.header_city:hover .header_city-dropdown {
    opacity: 1;
    visibility: visible;
}

.header_city-dropdown::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
}

.header_city-dropdown {
    position: absolute;
    top: calc(100% + 20px);
    background: #14151519;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 0px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    width: 170px;
}

.header_city a,
.menu a {
    transition: all 0.3s;
}

.header_city a:hover,
.menu a:hover {
    color: #EE1414;
}

.header_city-dropdown a {
    font-size: 16px;
    color: #F9FBFF;
    cursor: pointer;
    display: block;
    padding: 10px 0;
}

.header_city-dropdown a span {
    font-size: 11px;
}

.header_city-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #F9FBFF;
}

.header_city-link:last-child {
    margin-bottom: 0;
}

.header_city {
    margin-right: 20px;
    position: relative;
}

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

.header_number {
    font-size: 16px;
    color: #F9FBFF;
    cursor: pointer;
    display: block;
    position: relative;
}

.header_number:hover .header_number-dropdown {
    opacity: 1;
    visibility: visible;
}

.header_number-dropdown::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
}

.header_number-dropdown {
    position: absolute;
    top: calc(100% + 20px);
    background: #FFFFFF1A;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 16px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    width: 200px;
}

.header_number-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #F9FBFF;
}

.header_number-link:last-child {
    margin-bottom: 0;
}

.menu li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header_city-current {
    font-size: 16px;
    color: #F9FBFF;
    cursor: pointer;
    gap: 5px;
    align-items: center;
    display: flex;
}

.menu {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.menu a {
    color: #fff;
    display: flex;
    font-size: 15px;
}

.main {
    background: #0C0C0C;
    position: relative;
    z-index: 1;
    padding: 356px 0 64px;
}

.main::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
    right: 0;
    height: 1170px;
    background-image: url(/wp-content/uploads/2026/03/main_bg.png);
    background-size: cover;
    background-position: bottom center;
}

.main_title {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 32px;
    line-height: 1.9;
    text-align: center;
    text-transform: uppercase;
    color: #F9FBFF;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.main_title span {
    font-family: 'Onder';
    color: #EE1414;
}

@keyframes blinkCursor {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: white;
    }
}

.main_subtitle {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.2em;
    text-align: center;
    color: #F9FBFF;
    margin-bottom: 55px;
}

.main_item {
    background-color: #161819;
    position: relative;
}

.main_item-img {
    height: 300px;
    display: flex;
}

.main_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_item-info {
    padding: 30px 20px;
    position: relative;
}

.main_item-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #F9FBFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_item-options {
    margin-bottom: 30px;
}

.main_item-option {
    font-size: 12px;
    color: #F9FBFF99;
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.main_item-option::after {
    position: relative;
    content: "";
    flex: auto;
    border-bottom: 1px solid #F9FBFF33;
}

.main_item-option span {
    order: 1;
    color: #F9FBFF;
    font-weight: 600;
}

.main_item-option:last-child {
    margin-bottom: 0;
}

.main_item-inner {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    align-items: center;
}

.main_item-question {
    background: #F9FBFF0D;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    width: 155px;
    height: 28px;
    color: #FFFFFFCC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_item-messages {
    display: flex;
    gap: 10px;
    margin-left: auto;
}

.main_item-message {
    display: flex;
}

.main_item-price {
    font-size: 12px;
    color: #F9FBFF99;
}

.main_item-price span {
    font-weight: 500;
    font-size: 10px;
    line-height: 170%;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-family: 'Onder';
    color: #F9FBFF;
    margin-top: 10px;
    display: block;
}

.main_item-price span span {
    font-family: 'Onder';
    display: inline;
    color: #EE1414;
}

.main_item-btn {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0C0C0C;
}

.main_items-bot {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.main_items-pagin {
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    gap: 20px;
    transform: translateX(70px);
    width: fit-content !important;
}

.main_items-pagin .swiper-pagination-bullet {
    background: #F9FBFF33;
    width: 5px;
    height: 5px;
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
}

.main_items-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F9FBFF;
    width: 10px;
    height: 10px;
}

.main_items-arrow.swiper-button-disabled img {
    opacity: 0.2;
}

.main_items-arrows {
    display: flex;
    gap: 20px;
}

.main_items-arrow {
    background: #EE1414;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.guarantee-bg {
    padding: 64px 0;

}

.guarantee .container {}


.guarantee_wrapper {
    display: flex;
    justify-content: space-between;
}

.guarantee_left {
    width: 720px;
}

.guarantee_title {
    background: radial-gradient(78.88% 147.69% at 34.41% -10%, #F9FBFF 0%, #1D1D1D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 24px;
    line-height: 180%;
    text-align: center;
    font-family: 'Onder';
    margin-bottom: 12px;
}

.guarantee_img {
    display: flex;
}

.guarantee_img img {
    width: 100%;
    height: auto;
}

.guarantee_right {
    width: 400px;
    display: flex;
    flex-direction: column;
}

.guarantee_right-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 40px;
    color: #F9FBFF;
}

.guarantee_items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 100px;

}

.guarantee_item {
    min-height: 140px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    flex: auto;
    font-size: 12px;
    line-height: 130%;
    color: #000;
    width: calc(50% - 5px);
}

.guarantee_item-title {
    opacity: 0.6;
    line-height: 140%;
}

.guarantee_items .guarantee_item:last-child {
    background-color: #EE1414;
}

.guarantee_items .guarantee_item:last-child .guarantee_item-title {
    color: #F9FBFF;
    opacity: 1;
}

.guarantee_right-btn {
    margin-top: auto;
    border: 1px solid #FFFFFF33;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #F9FBFF;
}

.guarantee_item-icon {
    display: flex;
    margin-bottom: 10px;
}

.checking {
    background: linear-gradient(180deg, #000000 0%, #0D0E0E 100%);
    padding: 64px 0;
}

.checking_title {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #F9FBFF;
}

.checking_subtitle {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 50px;
    color: #F9FBFF;
}

.checking_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.checking_item {
    width: calc(50% - 10px);
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    padding: 20px;
}

.checking_item-number {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    font-family: 'Onder';
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #EE1414;
}

.checking_item-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 130%;
    color: #F9FBFF;
}

.checking_item-subtitle {
    font-size: 12px;
    line-height: 130%;
    color: #F9FBFF99;
    margin-bottom: 20px;
}

.checking_item-options {
    background: #FFFFFF05;
    padding: 20px;
}

.checking_item-option {
    line-height: 130%;
    color: #F9FBFF99;
    margin-bottom: 10px;
}

.checking_item-option:last-child {
    margin-bottom: 0;
}

.checking_resalt {
    padding: 20px;
    background: #0D0E0E;
    width: calc(50% - 10px);
}

.checking_resalt-title {
    font-family: 'Onder';
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
}

.checking_resalt-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checking_resalt-option:nth-child(1) {
    width: 100%;
}

.checking_resalt-option {
    width: calc(50% - 5px);
    background: #FFFFFF05;
    padding: 20px;
    font-size: 20px;
    line-height: 130%;
    color: #F9FBFF99;
    min-height: 116px;
}

.checking_video {
    width: calc(50% - 10px);
    height: 343px;
    display: flex;
}

.checking_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog {
    background: linear-gradient(180deg, #0D0E0E 0%, #0D0E0E 100%);
    padding-top: 64px;
    position: relative;
}

.catalog::before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(0deg, #0C0D0D 0%, rgba(12, 13, 13, 0) 100%);
    height: 128px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.catalog_title {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #F9FBFF;
}

.catalog_subtitle {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 50px;
    color: #F9FBFF;
}

.catalog_items {
    box-sizing: border-box;
    height: 1510px;
    overflow: hidden;
}

.catalog_items .swiper-wrapper {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.catalog_items .main_item {
    box-sizing: border-box;
    height: auto;
    width: calc(25% - 15px);
}

.catalog_items .main_item-info {
    background: linear-gradient(180deg, #2A455A 0%, #161819 100%);
}

.catalog_items .main_item-title {
    margin-bottom: 10px;
}

.main_item-video {
    background: #F9FBFF0D;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: #FFFFFFCC;
    margin-bottom: 20px;
}

.catalog_items .main_item:nth-child(2n) .main_item-price {
    margin-top: 92px;
}

.catalog_items .main_item:nth-child(3) .main_item-info,
.catalog_items .main_item:nth-child(5) .main_item-info,
.catalog_items .main_item:nth-child(6) .main_item-info {
    background: linear-gradient(180deg, rgba(42, 69, 90, 0) 0%, #161819 100%);
}

.catalog_items .main_item:nth-child(2n + 5) {
    transform: translateY(-62px);
}

.catalog_items .main_item:nth-child(9),
.catalog_items .main_item:nth-child(11) {
    transform: translateY(-122px);
}

.comprehensive {
    background-image: url(/wp-content/uploads/2026/03/comprehensive.jpg);
    background-size: cover;
    padding: 64px 0;
    background-position: center;
    position: relative;
}

.comprehensive_title {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 520px;
    color: #F9FBFF;
}

.comprehensive_subtitle {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 50px;
    color: #F9FBFF;
    opacity: 0.6;
}

.comprehensive_subtitle span {
    font-weight: 600;
}

.comprehensive_inner {
    background: #161819;
    padding: 20px;
    width: 715px;
    z-index: 1;
    position: relative;
}

.comprehensive_inner::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2026/03/comprehensive_inner.png);
    background-size: cover;
    width: 271px;
    height: 142px;
    left: 94px;
    bottom: 0;
    z-index: -1;
}

.comprehensive_inner-img {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 0;
}

.comprehensive_inner-subtitle {
    font-size: 12px;
    margin-bottom: 20px;
    color: #F9FBFF99;
}

.comprehensive_inner-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    font-family: 'Onder';
    text-transform: uppercase;
    color: #F9FBFF99;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 20px;
}

.comprehensive_inner-price span {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 24px;
    line-height: 170%;
    color: #F9FBFF;
}

.comprehensive_inner-price span span {
    color: #EE1414;
}

.comprehensive_inner-time {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 20px;
    line-height: 110%;
}

.comprehensive_inner-desc {
    font-size: 12px;
    margin-bottom: 45px;
    color: #F9FBFF99;
}

.comprehensive_inner-bot {
    display: flex;
    justify-content: space-between;
}

.comprehensive_inner-new {
    border: 1px solid #FFFFFF33;
    width: 227px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #F9FBFF;
}

.comprehensive_inner-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 252px;
    height: 60px;
    background: #EE1414;
    font-size: 20px;
    border: none;
    color: #F9FBFF;
}

.order {
    padding: 64px 0;
}

.order_wrapper {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
}

.order_right {
    width: 610px;
    margin-left: auto;
    z-index: 1;
}

.order_left {
    width: 600px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.order_left::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2026/03/order_left.png);
    background-size: auto;
    z-index: -1;
    width: 680px;
    height: 680px;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.order_title {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 32px;
    line-height: 170%;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #F9FBFF;
    position: relative;
    z-index: 1;
}

.order_subtitle {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 36px;
    color: #F9FBFF99;
    letter-spacing: 0.2em;
    position: relative;
    z-index: 1;
}

.order_subtitle span {
    color: #f9fbff;
}

.inp {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    background: #000000;
    font-size: 20px;
    padding-left: 30px;
    color: #f9fbff;
    border: none;
    border: 1px solid #000000;
    transition: all 0.3s;
}

.inp:focus {
    border: 1px solid #FFFFFF99;
}

.inp::placeholder {
    color: #f9fbff6c;
}

.btn {
    display: flex;
    justify-content: center;
    background: #EE1414;
    font-size: 20px;
    text-transform: uppercase;
    color: #F9FBFF;
    border: none;
    cursor: pointer;
    align-items: center;
}

.order_btn {
    height: 60px;
    width: 100%;
    margin-top: 50px;
    z-index: 2;
    position: relative;
    font-family: 'Tektur';
}

input {
    font-family: 'Tektur' !important;
}

.order_bot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.order_messages {
    display: flex;
    gap: 20px;
}

.order_message {
    display: flex;
}

.order_number {
    font-size: 20px;
    line-height: 140%;
    color: #F9FBFF;
    display: flex;
    align-items: center;
    gap: 15px;
}

.order_correspondence {
    margin-bottom: 130px;
}

.order_correspondence-item {
    padding: 20px;
    width: 400px;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
    position: relative;
}

.order_correspondence-item::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2026/03/order_correspondence-item1.svg);
    background-size: cover;
    bottom: -20px;
    right: 0;
    width: 20px;
    height: 20px;
}

.order_correspondence-item:nth-child(1) {
    margin-left: auto;
    background: #2A455A;
}

.order_correspondence-item:nth-child(2) {
    background: #161819;
}

.order_correspondence-item:nth-child(2)::before {
    left: 0;
    background-image: url(/wp-content/uploads/2026/03/order_correspondence-item2.svg);
    right: auto;
}

.reviews {
    padding: 64px 0;
}

.reviews_title {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
}

.reviews_wrapper {
    box-sizing: border-box;
}

.reviews_wrapper .swiper-wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    box-sizing: border-box;
    gap: 20px;
}

.reviews_item {
    position: relative;
    min-height: 180px;
    background: #FFFFFF0D;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}

.reviews_item:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;

    grid-row-end: 2;
    grid-column-end: 2;
}

.reviews_item:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 4;
}

.reviews_item:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 4;
    grid-row-end: 3;
    grid-column-end: 5;
}

.reviews_item:nth-child(4) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
    margin-bottom: -60px;
}

.reviews_item:nth-child(5) {
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
}

.reviews_item:nth-child(6) {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 4;
    grid-column-end: 4;
}

.reviews_item:nth-child(7) {
    grid-row-start: 3;
    grid-column-start: 4;
    grid-row-end: 4;
    grid-column-end: 5;
}

.reviews_item:nth-child(8) {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 2;
    margin-top: 60px;
}

.reviews_item:nth-child(9) {
    grid-row-start: 4;
    grid-column-start: 2;

    grid-row-end: 5;
    grid-column-end: 3;

}

.reviews_item:nth-child(10) {
    grid-row-start: 4;
    grid-column-start: 3;
    grid-row-end: 5;
    grid-column-end: 4;
}

.reviews_item:nth-child(11) {
    grid-row-start: 4;
    grid-column-start: 4;

    grid-row-end: 5;
    grid-column-end: 5;

}

.reviews_item-text {
    font-size: 12px;
    line-height: 130%;
    color: #f9fbff6c;
}

.reviews_item-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 0px;
    color: white;
    font-size: 12px;
    padding-top: 24px;
}

.reviews_item-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
    color: #FFFFFF;
}

.reviews_item-subtitle {
    font-size: 12px;
    color: #f9fbffb4;
}

.reviews_item-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
}

.reviews_item-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000004D;
}

.reviews_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews_item-info {
    margin-top: auto;
}

.reviews_item-logo {
    display: flex;
}

.reviews_item-top {
    position: relative;
    margin-bottom: 10px;
    min-height: 30px;
    padding-left: 38px;
}

.reviews_item-name {
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 2px;
}

.reviews_item-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    overflow: hidden;
}

.reviews_item-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clients {
    padding: 64px 0;
    background: #0C0C0C;
}

.clients_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    font-family: 'Onder';
    text-transform: uppercase;
    margin-bottom: 50px;
}

.clients_slide {
    position: relative;
    width: 1030px;
    height: 500px;
    padding: 40px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    z-index: 1;
}

.clients_slide-img {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.clients_slide-img::before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        linear-gradient(180deg, rgba(22, 24, 25, 0) 0%, #161819 100%);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.clients_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clients_slider {
    min-width: 100vw;
    position: relative;
}

.clients_slider-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.clients_slide-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
}

.clients_slide-text {
    font-size: 16px;
    line-height: 160%;
    color: #f9fbff6c;
    margin-top: auto;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clients_slide-text.active {
    -webkit-line-clamp: 12;

}

.clients_slide-more {
    cursor: pointer;
    margin-top: 4px;
}



.clients_slider-pagin {
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    gap: 20px;
    transform: translateX(70px);
    width: fit-content !important;
}

.clients_slider-pagin .swiper-pagination-bullet {
    background: #F9FBFF33;
    width: 5px;
    height: 5px;
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
}

.clients_slider-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F9FBFF;
    width: 10px;
    height: 10px;
}

.clients_slider-arrow.swiper-button-disabled img {
    opacity: 0.2;
}

.clients_slider-arrows {
    display: flex;
    gap: 20px;
}

.clients_slider-arrow {
    background: #161819;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.clients_slider-bot {
    margin-top: 50px;
    display: flex;
    align-items: center;
    padding: 0 calc(((100vw - 1240px) / 2));
}

.social {
    padding: 64px 0;
}

.social_title {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    color: #F9FBFF;
}

.social_subtitle {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 50px;
    text-align: center;
    color: #f9fbffb4;
}

.social_items {
    display: grid;
    gap: 20px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.social_item:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

.social_item:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

.social_item:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 5;
}

.social_item:nth-child(4) {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
}

.social_item:nth-child(5) {
    grid-row-start: 2;
    grid-column-start: 4;
    grid-row-end: 3;
    grid-column-end: 5;
}

.social_item {
    min-height: 270px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.social_item::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2026/03/social_item.svg);
    background-size: cover;
    width: 10px;
    height: 10px;
    bottom: 20px;
    right: 20px;
}

.social_item-img {
    position: absolute;
    z-index: -1;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.social_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social_item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.social_item-text {
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF99;
}

.social_item-top {
    padding-left: 50px;
    position: relative;
}

.social_item-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: flex;
    overflow: hidden;
}

.social_item-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social_item:nth-child(2) .social_item-title {
    color: #000000;
}

.social_item:nth-child(2) .social_item-text {
    color: #00000099;
}

.blog {
    padding: 64px 0;
    background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.blog_bg {
    background-image: url(/wp-content/uploads/2026/03/blog_wrapper.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.blog_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.blog_title {
    font-weight: 500;
    font-size: 25px;
    line-height: 170%;
    font-family: 'Onder';
    color: #E6EBF3;
}

.blog_wrapper {
    box-sizing: border-box;
    position: relative;
}

.blog_wrapper .swiper-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog_wrapper::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2026/03/blog_wrapper.png);
    background-size: cover;
    top: 50%;
    right: 50%;
    width: 1440px;
    height: 693px;
    z-index: -1;
    transform: translate(50%, -50%);
}

.blog_item {
    box-sizing: border-box;
    display: flex;
    height: auto;
    flex-direction: column;
    background: radial-gradient(169.12% 199.68% at 53.75% 31.01%, #0D0E0E 0%, #000000 100%);
}

.blog_item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.blog_item-img {
    height: 240px;
    display: flex;
    width: 100%;
}

.blog_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_item-info {
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex-grow: 1;
}

.blog_item-date {
    opacity: 0.6;
}

.blog_item-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog_item-text {
    font-size: 12px;
    color: #f9fbffb4;
    line-height: 140%;
    margin-bottom: 35px;
    opacity: 0.6;
}

.blog_item-btn {
    display: flex;
    align-items: center;
    margin-top: auto;
    justify-content: space-between;
    border: 1px solid #F9FBFF33;
    height: 60px;
    font-size: 20px;
    padding: 0 30px;
    color: #F9FBFF;
    width: 100%;
}

.blog_link {
    font-size: 20px;
    text-decoration: underline;
    opacity: 0.6;
    color: #ffffffab;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq {
    padding: 64px 0;
}

.faq_wrapper {
    background: #2A455A;
    padding: 40px;
}


.faq_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.faq_title {
    font-weight: 500;
    font-size: 25px;
    line-height: 170%;
    font-family: 'Onder';
    color: #E6EBF3;
}

.faq_link {
    font-size: 20px;
    text-decoration: underline;
    color: #ffffffab;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq_item {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: #FFFFFF0D;
    margin-bottom: 2px;
}

.faq_item-title {
    font-size: 18px;
    line-height: 130%;
    padding: 20px 45px 20px 20px;
    cursor: pointer;
    position: relative;
}

.faq_item-title.active::before {
    opacity: 1;
    transform: translate(50%) rotate(180deg);
}

.faq_item-title::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2026/03/faq_arrow.svg);
    background-size: cover;
    width: 10px;
    height: 10px;
    right: 20px;
    opacity: 0.6;
    transition: all 0.3s;
    top: 50%;
    transform: translateY(-50%);
}

.faq_item-text {
    font-size: 16px;
    line-height: 130%;
    color: #ffffffab;
    border-top: 0.5px solid #FFFFFF33;
    padding-top: 15px;
    margin: 0 20px 0;
    padding-bottom: 20px;
    display: none;
}

.faq_item-text.active {
    display: block;
}

.footer {
    padding: 64px 0;
    background-color: #000000;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #F9FBFF33;
}

.footer_city-current {
    font-size: 16px;
    color: #F9FBFF;
    gap: 5px;
    align-items: center;
    display: flex;
}

.footer_wrapper {
    display: flex;
    border-bottom: 1px solid #F9FBFF33;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.footer_left {
    width: 400px;
}

.footer_items {
    display: flex;
    gap: 35px;
}

.footer_item-title {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 8px;
    color: #E6EBF3;
    margin-bottom: 30px;
}

.footer_menu a {
    font-size: 14px;
    color: #E6EBF3;
    display: block;
    margin-bottom: 20px;
    opacity: 0.6;
}

.footer_messages {
    display: flex;
    margin-bottom: 40px;
    gap: 20px;
}

.footer_message {
    border: 1px solid #FFFFFF33;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_item-title span {
    color: #EE1414;
}

.footer_links {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.footer_links::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2026/03/footer_links.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer_number {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    margin-bottom: 7px;
    color: #F9FBFF;
}

.footer_links-subtitle {
    font-size: 12px;
    color: #ffffffab;
}

.footer_links-subtitle span {
    color: #F9FBFF;
    letter-spacing: 0.22em;
    margin-left: 10px;
}

.footer_btn {
    margin: 40px 0 30px;
    width: 215px;
    height: 60px;
}

.footer_desc {
    font-size: 12px;
    line-height: 140%;
    color: #ffffffab;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_inner-item {
    font-size: 12px;
    line-height: 140%;
    color: #F9FBFF;
    opacity: 0.4;
}

a.footer_inner-item {
    text-decoration: underline;
}

.menu_burger {
    display: none;
}


.footer_city {
    position: relative;
}

.footer_city-dropdown {
    position: absolute;
    top: calc(100% + 0px);
    right: 0;
    background: #14151519;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 0px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    /* width: 170px; */
}

.footer_city-dropdown a {
    font-size: 16px;
    color: #F9FBFF;
    cursor: pointer;
    display: block;
    padding: 10px 0;
}

.footer_city:hover .footer_city-dropdown {
    opacity: 1;
    visibility: visible;
}

.catalog_items-bot {
    display: none;
}

.reviews_bot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.reviews_bot-title {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.20em;
    color: #F9FBFF;
    margin-right: 20px;
    opacity: 0.6;
}

.reviews_bot-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 130%;
    color: #F9FBFF;
    border-right: 1px solid #F9FBFF33;
}

.reviews_bot-item:last-child {
    padding-right: 0;
    border-right: none;
}

.reviews_wrapper-bot {
    display: none;
}

.header_inner-close {
    display: none;
}

.main_page::before {
    display: none;
}

.main_page {
    background-image: url(/wp-content/uploads/2026/03/main_page.png);
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 1;
}

.main_page .container {
    padding-top: 60px;
}

.main_page-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    z-index: -1;
}

.main_page-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_btns {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.main_btn {
    width: 215px;
    height: 60px;
}

.main_page {
    padding-bottom: 160px;
    min-height: 100vh;
}

.main_page .main_subtitle {
    margin-bottom: 55px;
}

.main_btn-price {
    border: 1px solid #FFFFFF33;
    width: 350px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    position: relative;
    color: #F9FBFF;
}

.main_btn-price:hover .main_price-dropdown {
    opacity: 1;
    visibility: visible;
}

.main_price-dropdown::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
}

.main_price-dropdown {
    position: absolute;
    top: calc(100% + 20px);
    background: #FFFFFF1A;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 16px 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    width: 100%;
}

.main_price-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
    color: #F9FBFF;
}

.main_price-link:last-child {
    margin-bottom: 0;
}

.about_wrapper {
    display: flex;
    justify-content: space-between;
}



.about {
    padding: 64px 0;
}

.about_info {
    width: 363px;
    display: flex;
    flex-direction: column;
}

.about_subtitle {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.20em;
    margin-bottom: 40px;
    opacity: 0.6;
    color: #f9fbff;
}

.about_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 170%;
    text-transform: uppercase;
    font-family: 'Onder';
    margin-bottom: 20px;
}

.about_title span {
    color: #EE1414;
    font-family: 'Onder';
}

.about_text {
    margin-bottom: 25px;
}

.about_text p {
    font-size: 12px;
    line-height: 150%;
    color: #f9fbff;
    opacity: 0.5;
    margin-bottom: 7px;
}

.about_btn {
    border: 1px solid #FFFFFF33;
    width: 258px;
    height: 60px;
    display: flex;
    margin-top: auto;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #F9FBFF;
    gap: 10px;
}

.about_wrapper {
    align-items: flex-start;
}

.about_right {
    width: 820px;
    display: flex;
    justify-content: space-between;
}

.about_video {
    width: 390px;
    height: 511px;
    display: flex;
    position: relative;
}

.about_video::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2026/03/play.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.about_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_items {
    width: 820px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about_item {
    width: calc(50% - 5px);
    height: 274px;
    position: relative;
    background: #2A455A;
    padding: 20px;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.about_item-img {
    position: absolute;
    overflow: hidden;
    display: flex;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.about_item-img img {
    width: 100%;
    height: 101%;
    object-fit: cover;
}

.about_item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    font-family: 'Onder';
}

.about_item-text {
    font-size: 12px;
}

.advantages_slide {
    min-height: 900px;
    padding: 64px 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
}

.advantages_slide .container {
    width: 100%;
}

.advantages_slide-title {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    margin-bottom: 56px;
}

.advantages_slide-title span {
    color: #EE1414;
    font-family: 'Onder';
}

.advantages_slide-title.big {
    font-size: 32px;
    text-align: right;
}

.advantages_wrapper {
    position: relative;
}

.advantages_slide-wrapper {
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
}

.advantages_slide-logo {
    position: absolute;
    top: 230px;
    left: 0;
    display: flex;
    z-index: -1;
}

.advantages_slide-counter {
    position: absolute;
    bottom: 64px;
    left: calc((100vw - 1240px) / 2);
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    font-family: 'Onder';
    z-index: 1;
    color: #F9FBFF33;
}

.advantages_slide-counter span:nth-child(1) {
    font-family: 'Onder';
    color: #EE1414;
}

.advantages_slide-next {
    position: absolute;
    bottom: 64px;
    right: calc((100vw - 1240px) / 2);
}

.advantages_slide-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -1;
}

.advantages_slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages_slide-item {
    background: #161819;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 250px;
    width: 400px;
    position: relative;
}

.advantages_slide-item::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2026/03/advantages_slide-item.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    bottom: -20px;
}

.advantages_slide-items {
    display: flex;
    gap: 20px;
}

.advantages_slide-item_title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 130%;
}

.advantages_slide-item_subtitle {
    font-size: 12px;
    letter-spacing: 0.20em;
    opacity: 0.6;
    margin-top: auto;
}

.advantages_slide:nth-child(2) .advantages_slide-item {
    margin-top: 20px;
}

.advantages_slide:nth-child(2) .advantages_slide-item:nth-child(2) {
    margin-top: 0px;
    background: #2A455A;
}

.advantages_slide:nth-child(2) .advantages_slide-item:nth-child(2):before {
    background-image: url(/wp-content/uploads/2026/03/advantages_slide-item2.svg);
}

.advantages_slide:nth-child(3) .advantages_slide-wrapper {
    width: 820px;
    margin-left: auto;
}

.advantages_slide:nth-child(3) .advantages_slide-item:nth-child(1) {
    background: #2A455A;
}

.advantages_slide:nth-child(3) .advantages_slide-item:nth-child(1):before {
    background-image: url(/wp-content/uploads/2026/03/advantages_slide-item2.svg);
}

.advantages_slide:nth-child(3) .advantages_slide-item:nth-child(2) {
    background: #EE1414;
}

.advantages_slide:nth-child(3) .advantages_slide-item:nth-child(2):before {
    background-image: url(/wp-content/uploads/2026/03/advantages_slide-item3.svg);
}

.advantages_slide:nth-child(4) .advantages_slide-title {
    text-align: right;
    margin-top: 124px;
}

.advantages_slide-steps {
    display: flex;
    gap: 20px;
}

.advantages_slide-step {
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 295px;
    z-index: 1;
    height: 400px;
}

.advantages_slide-step:last-child {
    width: 610px;
    color: #0D0E0E;
}

.advantages_slide-step_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    display: flex;
}

.advantages_slide-step_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages_slide-step_title {
    font-size: 20px;
    line-height: 130%;
}

.advantages_slide-step_number {
    margin-top: auto;
    font-size: 40px;
}

.advantages_slide:nth-child(5) .advantages_slide-title {
    margin-top: 124px;
}

.advantages_slide-options {
    display: grid;
    gap: 20px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.advantages_slide-option {
    padding: 20px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: #FFFFFF0D;
    position: relative;
    z-index: 1;
    height: 190px;
}

.advantages_slide-option_img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    display: flex;
}

.advantages_slide-option_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantages_slide-option_title {
    font-size: 20px;
    line-height: 130%;
}

.advantages_slide-option:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
}

.advantages_slide-option:nth-child(2) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

.advantages_slide-option:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 2;
    height: 400px;
    grid-row-end: 3;
    grid-column-end: 3;
}

.advantages_slide-option_icon {
    display: flex;
    margin-bottom: 58px;
}

.steps {
    margin-top: 64px;
}

.steps_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.steps_title {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.20em;
    margin-bottom: 50px;
}

.steps_title span {
    color: #F9FBFF99;
}

.steps_img,
.steps_item {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    /* height: 267px; */
}

.steps_item {
    transition: all 0.3s;
}

.steps_item-number {
    transition: all 0.3s;
}

@media(min-width: 1200px) {
    .steps_item:hover {
        box-shadow: 0 0 10px 0 rgba(238, 20, 20, 0.1);
        scale: 1.2;
    }

    .steps_item:hover .steps_item-number {
        color: #EE1414;
        opacity: 1;
    }
}

.steps_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steps_item {
    background: #161819;
    padding: 20px;
}

.steps_item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.steps_item-number {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    font-family: 'Onder';
    opacity: 0.2;
}

.steps_item-title {
    margin-top: 0px;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}

.steps_item-text {
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.6;
}

.steps_item-text p {
    margin-bottom: 15px;
}

.steps_item-icon {
    display: flex;
}


.steps_inner {
    padding: 20px;
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    background: #EE1414;
}

.steps_inner-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
}

.steps_inner-btns {
    display: flex;
    gap: 20px;
}

.steps_inner-btn {
    height: 60px;
    width: 100%;
    margin-top: auto;
    border: none !important;
}

.btn_white {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF33;
    gap: 10px;
    font-size: 20px;
    color: #F9FBFF;
}

.ready {
    padding: 64px 0;
}

.ready_title {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.20em;
    opacity: 0.6;
    margin-bottom: 50px;
}

.ready_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 64px;
}

.ready_item {
    height: 343px;
    width: calc(50% - 10px);
    padding: 20px;
    display: flex;
    color: #FFFFFF;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.ready_item::after {
    position: absolute;
    content: "";
    width: 63px;
    height: 26px;
    background-image: url(/wp-content/uploads/2026/03/ready_item.svg);
    background-size: cover;
    top: 20px;
    right: 20px;
}

.ready_item::before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2026/03/play.svg);
    background-size: cover;
    width: 75px;
    height: 85px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.ready_item-img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    z-index: -1;
    right: 0;
}

.ready_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ready_item-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.ready_item-option {
    text-align: right;
}

.ready_item-number {
    opacity: 0.6;
}

.ready_links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ready_link {
    width: calc(33.333% - 13.333px);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}

.ready_link img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
}

.comprehensive_order-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 10px;
}

.custom-select {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.custom-select__option--value {
    width: 100%;
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    background: #FFFFFF0D;
    color: #FFFFFF;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    position: relative;
}

.custom-select__option--value::before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2026/03/select_arrow.svg);
    background-size: cover;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-select__dropdown {
    display: none;
    background: #232525;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 2;
}

.custom-select__dropdown.active {
    display: block;
    height: 200px;
    overflow-y: scroll;
}

.reviews_item-logo>img {
    width: 75px;

}

.custom-select__dropdown .custom-select__option {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    background: none;
    border: none;
}

.comprehensive_order-title+.comprehensive_inner-desc {
    margin-bottom: 20px;
}

.comprehensive_inner:has(.comprehensive_order-title) .comprehensive_inner-more {
    margin-left: auto;
}

.comprehensive_order-cheks {
    display: flex;
    margin-bottom: 10px;
}

.comprehensive_order-check {
    width: 50%;
    display: flex;
}

.comprehensive_order-check .box {
    background: #00000066;
    height: 60px;
    gap: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #ffffff42;
    cursor: pointer;
    display: flex;
}

.comprehensive_order-check .box svg {
    opacity: 0.4;
}

.comprehensive_order-check .box span {
    color: #ffffff72;
    font-weight: 600;
}

.comprehensive_order-check input {
    display: none;
}

.comprehensive_order-check input:checked+.box {
    background: #FFFFFFCC;
    color: #0000006f;
}

.comprehensive_order-check input:checked+.box svg circle,
.comprehensive_order-check input:checked+.box svg path {
    fill: #0D0E0F;
}

.comprehensive_order-check input:checked+.box span {
    color: #000000a8;
}

.order_person-img {
    position: absolute;
    bottom: -64px;
    right: 50%;
    display: flex;
    transform: translateX(50%);
    z-index: -1;
}

.order_person.order_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

.order_person.order_left::before {
    display: none;
}

.order_person-message {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-bottom: auto;
}

.order_person-inner {
    background: #FFFFFF0D;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order_person-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.order_person-subtitle {
    font-size: 12px;
    color: #FFFFFF99;
}

.order_person-logo {
    display: flex;
}

.sales {
    padding: 64px 0;
}

.sales_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sales_info {
    width: calc(50% - 10px);
    padding: 20px 210px 20px 20px;
    height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sales_info-img {
    position: absolute;
    top: -80px;
    right: -245px;
    z-index: -1;
}

.sales_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    font-family: 'Onder';
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sales_title span {
    font-family: 'Onder';
    color: #EE1414;
}

.sales_info-text {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 20px;
}

.sales_info-desc {
    margin-top: auto;
    font-size: 10px;
    line-height: 150%;
    color: #F9FBFF;
    opacity: 0.6;
}

.sales_item {
    width: calc(50% - 10px);
    height: 300px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sales_item-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    display: flex;
}

.sales_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales_item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 10px;
}

.sales_item-text {
    font-size: 12px;
    line-height: 130%;
    color: #F9FBFF;
    opacity: 0.6;
}

.sales_item-btn {
    margin-top: auto;
    height: 60px;
    width: fit-content;
    padding: 0 60px;
}

.park {
    padding: 64px 0;
}

.park_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    font-family: 'Onder';
}

.park_top {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.park_text {
    opacity: 0.6;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.20em;
    margin-bottom: 50px;
}

.park_link {
    font-size: 20px;
    opacity: 0.6;
    text-decoration: underline;
    color: #ffffffa7;
    display: flex;
    align-items: center;
    gap: 10px;
}

.popup_calc {
    box-shadow: 0px 0px 250px -140px #EE1414;
    width: 1240px;
    background: #0D0E0E;
    padding: 0;
}

.popup_calc-step {
    height: 600px;
    padding: 64px;
    position: relative;
    z-index: 1;
    display: none;
    flex-direction: column;
}

.popup_calc-step.active {
    display: flex;
}

.popup_calc-info {
    width: 600px;
    height: 100%;
    margin-left: auto;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.popup_calc-info .popup_calc-title,
.popup_calc-info .popup_calc-subtitle {
    text-align: left;
}

.popup_calc-info .popup_calc-next {
    margin: 0;
}

.popup_calc-next {
    width: 333px;
    height: 60px;
    margin: auto auto 0;
    cursor: pointer;
}

.popup_calc-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    font-family: 'Onder';
    margin-bottom: 20px;
    text-align: center;
}

.popup_calc-subtitle {
    opacity: 0.8;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 100px;
    text-align: center;
}

.popup_calc-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -1;
}

.popup_calc-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup_calc .fancybox-close-small {
    background-image: url(/wp-content/uploads/2026/03/close_popup.svg);
    background-size: cover;
    width: 64px;
    height: 64px;
    top: 64px;
    right: 100px;
}

.popup_calc .fancybox-close-small svg {
    display: none;
}

.popup_calc-inner {
    width: 686px;
    margin: 0 auto;
}

.popup_calc-value {
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
    opacity: 0.8;
}

.popup_calc-range {
    background: #F9FBFF;
    height: 5px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.ui-slider-range {
    background: #EE1414;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
}

.ui-slider-handle {
    background: #EE1414;
    width: 12px;
    height: 19px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.popup_calc-ways {
    display: flex;
    justify-content: space-between;
}

.popup_calc-way {
    font-size: 16px;
    line-height: 150%;
    opacity: 0.8;
}

.popup_calc-models {
    width: 750px;
    margin: 0 auto 50px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.popup_calc-model input {
    display: none;
}

.popup_calc-model {
    cursor: pointer;
    display: block;
}

.popup_calc-model span {
    background: #161819;
    display: block;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 10px 25px;
    color: rgba(249, 251, 255, 0.3);
    font-size: 14px;
    line-height: 150%;
}

.popup_calc-model input:checked+span {
    color: rgba(249, 251, 255, 1);
}

.popup_calc-model input:checked+span g {
    opacity: 1;
}

.popup_calc-model input:checked+span path {
    opacity: 1;
    fill: #EC2028;
    fill-opacity: 1;
}

.popup_calc-model:nth-child(7) input:checked+span path:nth-last-child(2) {
    fill: #ec202800;
}

.popup_calc-inp {
    width: 333px;
    height: 60px;
    margin: 0 auto 40px;
}

.popup_calc-inp input {
    background: #00000066;
    height: 60px;
    width: 100%;
    display: block;
    padding: 30px;
    border: none;
    font-size: 20px;
    color: #fff;
}

.popup_calc-model_count {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
    color: #F9FBFF99;
}

.popup_calc-model_count span {
    color: #fff;
}

.popup_calc-step:has(.popup_calc-models) .popup_calc-subtitle {
    margin-bottom: 50px;
}

.popup_calc-resalt {
    width: 333px;
    height: 60px;
    margin: 114px auto 0;
}

.sales_slider {
    display: none;
}

.cookie_body {
    position: fixed;
    background: #2A455A;
    padding: 20px;
    bottom: 40px;
    right: 40px;
    z-index: 11;
    width: 355px;
}

.cookie_title {
    font-family: Tektur;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.cookie_link {
    margin-bottom: 10px;
    font-size: 12px;
    text-decoration: underline;
    color: #FFFFFFCC;
    display: block;
}

.cookie_text {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 20px;
    color: #FFFFFF99;
}

.cookie_btn {
    height: 60px;
    width: 100%;
    margin-top: 10px;
}

.cookie_body-close {
    position: absolute;
    cursor: pointer;
    display: flex;
    top: 27px;
    right: 20px;
}

.popular {
    padding: 64px 0;
}

.popular_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Onder';
}

.popular_title span {
    font-family: 'Onder';
    display: none;
    color: #EE1414;
}

.popular_title span.active {
    display: inline;
}

.popular_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.popular_clen {
    cursor: pointer;
    display: none;
    min-width: 30px;
}

.popular_clen.active {
    display: flex;
}

.popular_items .main_item {
    margin: 0;
    height: auto;
}

.main_item-text {
    opacity: 0.6;
    font-size: 12px;
    margin-bottom: 42px;
    color: #F9FBFF;
}

.popular_tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 20px;
}

.popular_tab {
    width: calc(33.333% - 15px);
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    transition: all 0.3s;
}

.popular_tab:hover img,
.popular_tab.active img {
    filter: grayscale(0);

}

.popular_tab img {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    filter: grayscale(1);
    z-index: -2;
    object-fit: cover;
    transition: all 0.3s;
}

.popular_tab::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000B2;
    z-index: -1;
    top: 0;
    right: 0;
    transition: all 0.3s;
}

.popular_tab.active::before {
    background: #0000003e;

}

.popular_items-bot {
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.popular_items-pagin {
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    gap: 20px;
    transform: translateX(70px);
    width: fit-content !important;
}

.popular_items-pagin .swiper-pagination-bullet {
    background: #F9FBFF33;
    width: 5px;
    height: 5px;
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
}

.popular_items-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F9FBFF;
    width: 10px;
    height: 10px;
}

.popular_slider {
    margin-left: -10px;
    margin-right: -10px;
}

.popular_content .main_item {
    margin: 0px 10px;
}

.popular_items-arrow.swiper-button-disabled img {
    opacity: 0.2;
}

.popular_items-bot {
    justify-content: end;
}

.blog-slider-arrows,
.popular_items-arrows {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.blog-slider-arrow,
.popular_items-arrow {
    background: #161819;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.main_page-wrapper {
    position: relative;
}

.main_page-volum {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
}

.main_page-volum img:nth-child(1) {
    display: none;
}

.main_page-volum.active img:nth-child(1) {
    display: block;
}

.main_page-volum.active img:nth-child(2) {
    display: none;
}

.blog-slider {
    margin-left: -10px;
    margin-right: -10px;
}

.blog-slider .blog_item {
    margin: 0px 10px;

}

.social-links {
    background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.social-links-bg {
    background-image: url(/wp-content/uploads/2026/03/soc_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 45px;
}

.social-links__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.social-links__grid-item {
    grid-column: span 3;
}

.social-links__grid .social-links__grid-item:nth-child(2) {
    grid-column: span 6;
}

.social-item {
    display: flex;
    height: 295px;
    padding: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
}

.social-item.mini {
    height: 96px;
}

.social-links__grid-item h2 {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 25px;
    line-height: 1.65;
    text-align: center;
    background: radial-gradient(344.10% 66.92% at 31.29% 6.57%, rgb(255, 255, 255) 0%, rgb(140, 140, 140) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-links__grid-item h2 span {
    font-family: 'Onder';
    font-size: 70px;
    text-decoration: none;
}

.social-links__grid-item span img {
    margin-left: 5px;
}


.social-links__grid-item .social-item__mid {
    margin-left: auto;
    margin-right: auto;
}

.social-links__grid-item .social-item__right {
    margin-right: 0px;
    margin-left: auto;
}

.social-item__desc {
    opacity: 0.6;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.2em;
    text-align: center;
    color: #e6ebf3;
    margin-bottom: 20px;
}

.social-links__grid-item span {
    font-weight: 400;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
}

.guarantee {
    background-color: #000;
}

.guarantee-bg {
    background-image: url('/wp-content/uploads/2026/03/bt_001.png');
    background-position: center left;
    background-repeat: no-repeat;
    width: 1450px;
    max-width: 100%;
    margin: 0 auto;
}

.guarantee_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.guarantee_numbers {
    display: flex;
    justify-content: space-between;
    opacity: 0.6;
    font-weight: 400;
    font-size: 22px;
    line-height: 170%;
    text-align: right;
    color: #fff;
    gap: 10px
}

.promo-logo-mob {
    display: none;
}

.guarantee_numbers div {
    line-height: 1;
    position: relative;
}

.guarantee_numbers div:first-child::before {
    content: " ";
    position: absolute;
    top: -60px;
    left: 0;
    width: 1px;
    height: 50px;
    background: #fff;
    opacity: 0.6;
}

.guarantee_numbers div:last-child::before {
    content: " ";
    position: absolute;
    top: -60px;
    right: 0;
    width: 1px;
    height: 50px;
    background: #fff;
    opacity: 0.4;
}

.guarantee_numbers-line {
    flex: 1;
    border-bottom: 1px solid #fff;
    opacity: 0.3;
}

.park_items {
    margin-left: -10px;
    margin-right: -10px;
}

.park_items .main_item {
    margin-left: 10px;
    margin-right: 10px;
}


.slider-promo__slide {
    position: relative;
}

.promo-number {
    position: absolute;
    bottom: 50px;
    font-family: 'Onder';
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: rgba(249, 251, 255, 0.2);
}

.promo-number span {
    font-family: 'Onder';
    color: #EE1414;
}

.slider-promo__slide,
.promo-slider {
    min-height: 750px;
}

.slider-promo-one {
    background-color: #000000;
}

.slider-promo__slide .container {
    height: 100%;
}

.promo-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.advantages_slide-title {
    margin-top: auto;
    margin-bottom: 160px;
}

.promo-ar__list {
    position: absolute;
    bottom: 50px;
    right: 0;
    display: flex;
    gap: 12px;
}

.promo-ar__list img {
    transition: all 0.3s;
}

.promo-ar__list img {
    animation: promoArrowPulse 6s infinite;
}

/* Анимация для стрелок: увеличиваем и уменьшаем */
@keyframes promoArrowPulse {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.5);
    }

    20% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

/* Последовательная задержка для 5 блоков (стрелки слева направо) */
.promo-ar__list img:nth-child(1) {
    animation-delay: 0s;
}

.promo-ar__list img:nth-child(2) {
    animation-delay: 1s;
}

.promo-ar__list img:nth-child(3) {
    animation-delay: 2s;
}

.promo-ar__list img:nth-child(4) {
    animation-delay: 3s;
}

.promo-ar__list img:nth-child(5) {
    animation-delay: 4s;
}

.promo-ar__list img:nth-child(6) {
    animation-delay: 5s;
}

/* Анимация будет работать, если стрелок больше или меньше можно добавить/убрать nth-child */




.slider-promo__slide .container {
    position: relative;
}

.slider-promo__slide {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.promo-txt__wrapper {
    padding-top: 10%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.promo-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    font-family: 'Onder';
    width: 900px;
    max-width: 100%;
}

.promo-txt__column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 150px;
    margin-top: auto;
}

.promo-desc {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #f9fbff;
    opacity: 0.5;
    width: 1000px;
    max-width: 100%;
}

.promo-five {
    margin-bottom: 150px;
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.promo-five>div {
    min-height: 180px;
    padding: 20px;

    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #f9fbff;
}

.pf-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-row: span 2;
    background-position: center bottom;
    background-size: cover;
}

.pf-3,
.pf-2 {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.05);
}

.pf-3 img,
.pf-2 img {
    margin-bottom: 15px;
}

.pf-4 {
    grid-column: span 2;
    background-position: top;
    background-size: cover;
}

.promo-txt__wrapper.promo-fv {
    padding-top: 0px;
}

.promo-txt__wrapper.promo-fv .promo-title {
    margin-top: auto;
    margin-bottom: 20px;
}

.promo-txt__column>div>* {
    margin-bottom: 15px;
}

.promo-txt__column>div>*:last-child {
    margin-bottom: 0px;
}

.promo-txt__column p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #f9fbff;
}

.promo-txt__column ul {
    list-style: disc;
    padding-top: 15px;
    padding-left: 20px;
}

.promo-txt__column li {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: rgba(249, 251, 255, 0.49);
    margin-bottom: 5px;
}

.promo-blur {
    padding: 20px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.05);
}

.promo-red {
    padding: 15px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: #EE1414;
}

.promo-blur * {
    margin-bottom: 15px;
}

.promo-title span {
    font-family: 'Onder';
    color: #EE1414;
}

.promo-grid-title {
    margin-top: auto;
    margin-bottom: 50px;
}

.promo-grid-list {
    margin-bottom: 150px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.promo-grid-item {
    padding: 20px;
    background-position: center;
    background-size: cover;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.promo-grid-item p {
    opacity: 0.6;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #f9fbff;
}

.promo-grid-item h3 b {
    font-size: 20px;
}


.promo-grid-title {
    font-family: 'Onder';
    text-align: right;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: right;
    color: #f9fbff;
}

.promo-grid-title span {
    font-family: 'Onder';
    color: #EE1414;
}

.promo-grid-item h3 {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
}

.promo-grid-item h3 span {
    font-family: 'Onder';
    color: #EE1414;
}

.promo-map-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 125px;
    margin-top: auto;
}

.promo-map {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.promo-map .promo-title {
    margin-top: auto;
}

.promo-map-grid h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #EE1414;
    margin-bottom: 24px;
}

.promo-map-grid p {
    opacity: 0.6;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #f9fbff;
}

.promo-map-blur {
    margin-top: 50px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
}

.promo-map-blur p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #f9fbff;
    margin-bottom: 15px;
}

.promo-map-blur p:last-child {
    margin-bottom: 0px;
}


@media (max-width: 1280px) {
    .promo-map-grid {
        display: block;
    }

    .mb-hide,
    .promo-map-grid>div:nth-child(2) {
        display: none !important;
    }

    .promo-five {
        grid-template-columns: repeat(2, 1fr);
    }

    .social-links__grid-item h2 {
        font-size: 20px;
    }

    .social-links__grid-item h2 span {
        font-size: 55px;
    }

    .container {
        max-width: 950px;
    }

    .header_right-title {
        display: none;
    }

    .header_left {
        gap: 20px;
    }

    .header_number,
    .header_city-current {
        font-size: 14px;
    }

    .header_place {
        padding: 6px 8px;
        font-size: 12px;
    }

    .header_wrapper {
        margin-top: 32px !important;
    }

    .header_place-current {
        font-size: 12px;
    }

    .main_item-img {
        height: 290px;
    }

    .main_item-title {
        font-size: 20px;
    }

    .guarantee_left {
        width: 520px;
    }

    .guarantee_right {
        width: 360px;
    }

    .checking_resalt-option {
        font-size: 16px;
    }

    .checking_video {
        height: 300px;
    }

    .catalog_items .main_item {
        width: calc(33.333% - 13.333px);
    }

    .catalog_items .main_item:nth-child(2n + 5) {
        transform: translateY(0px);
    }

    .catalog_items .main_item:nth-child(9),
    .catalog_items .main_item:nth-child(7),
    .catalog_items .main_item:nth-child(2n + 4) {
        transform: translateY(-62px);
    }

    .comprehensive_inner {
        width: 680px;
    }

    .comprehensive_inner-img {
        width: 700px;
        display: flex;
    }

    .comprehensive_inner-img img {
        width: 100%;
        height: auto;
    }

    .order_right {
        width: 440px;
    }

    .order_subtitle {
        font-size: 16px;
    }

    .order_left {
        width: 430px;
    }

    .order_correspondence-item {
        font-size: 18px;
    }

    .clients_slide {
        padding: 30px;
        width: 820px;
    }

    .clients_slider-bot {
        padding: 0 calc(((100vw - 930px) / 2));
    }

    .social_item {
        min-height: 194px;
        padding: 14px;
    }

    .blog_item-img {
        height: 176px;
    }

    .blog_item-title {
        font-size: 16px;
    }

    .faq_title {
        width: 520px;
    }

    .footer_left {
        width: 320px;
    }

    .footer_items {
        gap: 20px;
    }

    .footer_item {
        width: 140px;
    }

    .footer_item-title {
        line-height: 1.8;
    }

    .about_info {
        width: 100%;
    }

    .about_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .about_right {
        width: 100%;
    }

    .about_video {
        width: 490px;
    }

    .advantages_slide {
        min-height: 700px;
    }

    .advantages_slide-logo {
        width: 820px;
        top: 160px;
    }

    .advantages_slide-logo img {
        width: 100%;
        height: auto;
    }

    .advantages_slide-counter {
        left: calc((100vw - 920px) / 2);
        bottom: 32px;
    }

    .advantages_slide-next {
        right: calc((100vw - 920px) / 2);
        bottom: 32px;
    }

    .advantages_slide-item_title {
        font-size: 18px;
    }

    .advantages_slide:nth-child(5) .advantages_slide-title,
    .advantages_slide:nth-child(4) .advantages_slide-title {
        margin-top: 64px;
    }

    .guarantee_title {
        font-size: 20px;
    }

    .advantages_slide-step {
        height: 320px;
    }

    .advantages_slide-step_title {
        font-size: 16px;
    }

    .advantages_slide-option {
        height: 160px;
    }

    .advantages_slide-option:nth-child(3) {
        height: 340px;
    }

    .steps_inner,
    .steps_img,
    .steps_item {
        width: calc(33.333% - 13.333px);
    }


    .ready_item {
        height: 300px;
    }

    .about_items {
        width: 100%;
    }

    /* .popular_items .main_item {
        width: calc(50% - 10px);
    } */

    .header_number-dropdown {
        right: 0;
        left: auto;
    }
}

.slider-promo-one {
    overflow: hidden;
}

@media (max-width: 991.98px) {

    .promo-txt__column {
        grid-template-columns: 1fr;
    }

    .promo-grid-list {
        grid-template-columns: repeat(2, 1fr);
    }


    .guarantee-bg {
        background: none;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .guarantee_title {
        margin-bottom: 75px;
    }

    .guarantee_right-title {
        margin-bottom: 24px;
    }

    .social-links-bg {
        background: none;
    }

    .social-item {
        margin-bottom: 5px;
    }

    .social-links__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .social-links__grid-item {
        grid-column: span 1 !important;
    }

    .social-links__grid>.social-links__grid-item:nth-child(1),
    .social-links__grid>.social-links__grid-item:nth-child(3) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .promo-dark-list div {
        min-height: auto !important;
    }

    .main_title br {
        display: none;
    }

    .main_title {
        font-size: 24px;
    }

    .main_subtitle {
        font-size: 16px;
    }


    .container {
        max-width: 730px;
    }

    .top_more-text {
        flex-direction: column;
        position: relative;
        align-items: flex-start;
        padding-left: 30px;
        gap: 0;
    }

    .top_more-text img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .top_more-close {
        z-index: 2;
    }

    .menu {
        max-width: 700px;
        margin: 0 auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }


    .promo-grid-item h3 b {
        font-size: 14px;
    }

    .menu a {
        font-size: 18px;
    }

    .promo-rows {
        display: flex !important;
        flex-flow: column;
    }

    .header_inner {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #0C0C0C;
        transition: all 0.6s;
        z-index: 3;
        padding: 60px 0;
        overflow: auto;
    }

    .header_inner.active {
        opacity: 1;
        visibility: visible;
    }

    .header {
        position: absolute;
    }



    .header_wrapper {
        margin-bottom: 0;
        padding-bottom: 20px;
        padding-top: 20px !important;
        border-bottom: none;
        flex-wrap: wrap;
        margin-top: 20px !important;
        position: relative;
    }

    .header_left {
        order: 1;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .header_right {
        width: 100%;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .header_number,
    .header_city-current {
        font-size: 16px;
    }

    .header_places {
        position: absolute;
        top: 0;
        justify-content: center;
        right: 0;
        width: 100%;
    }

    .menu_burger {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #F9FBFF33;
        width: 60px;
        height: 60px;
    }

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

    .guarantee_right {
        width: 100%;
    }

    .guarantee_left {
        width: 100%;
    }

    .guarantee_right-title {
        text-align: center;
    }

    .checking_item {
        width: 100%;
    }

    .checking_resalt {
        width: 100%;
    }

    .checking_wrapper {
        gap: 10px;
    }

    .checking_video {
        width: 100%;
        height: 420px;
    }

    .catalog_items .swiper-wrapper {
        flex-wrap: nowrap;
        gap: 0px;
    }

    .catalog_items .main_item {
        width: 295px;
        transform: none !important;
    }

    .catalog_items .main_item:nth-child(2n) .main_item-price {
        margin-top: 0;
    }

    .catalog_items {
        height: auto;
        width: calc(100% + ((100vw - 700px) / 2));
    }

    .catalog {
        padding-bottom: 64px;
    }

    .catalog_items-bot {
        display: block;
    }

    .catalog_items-pagin {
        margin: 0 auto;
        display: flex !important;
        align-items: center;
        gap: 20px;
        width: fit-content !important;
    }

    .catalog_items-pagin .swiper-pagination-bullet {
        background: #F9FBFF33;
        width: 5px;
        height: 5px;
        border-radius: 0;
        opacity: 1;
        margin: 0 !important;
    }

    .catalog_items-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #F9FBFF;
        width: 10px;
        height: 10px;
    }

    .catalog_items-arrow.swiper-button-disabled img {
        opacity: 0.2;
    }

    .catalog_items-arrows {
        display: flex;
        gap: 20px;
    }

    .catalog_items-arrow {
        background: #161819;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .catalog_items-bot {
        margin-top: 50px;
        display: flex;
        align-items: center;
        margin-right: calc(((100vw - 700px) / 2));
    }

    .comprehensive_inner-img {
        position: relative;
        margin-bottom: 20px;
        background-image: url(/wp-content/uploads/2026/03/comprehensive_inner-img2.png);
        background-size: cover;
        background-position: center;
        margin-top: 0px;
        width: 100%;
        height: 420px;
    }

    .comprehensive_inner-img img {
        display: none;
    }

    .comprehensive_inner {
        width: 100%;
    }

    .comprehensive_subtitle {
        margin-bottom: 0;
    }

    .order_left {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        flex-direction: column-reverse;
        display: flex;
    }

    .order_bot {
        margin-bottom: 40px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .order_correspondence {
        width: 465px;
        margin: 0 auto;
    }

    .order_left::before {
        width: 440px;
        height: 440px;
        background-size: cover;
    }

    .order_right {
        width: 100%;
    }

    .order_subtitle,
    .order_title {
        text-align: center;
    }

    .reviews_bot {
        flex-wrap: wrap;
    }

    .reviews_bot-title {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .reviews_wrapper .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
    }

    .reviews_item {
        width: 285px;
        height: auto;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .reviews_wrapper {
        height: auto;
    }

    .reviews_wrapper-pagin {
        margin: 0 auto;
        display: flex !important;
        align-items: center;
        gap: 20px;
        width: fit-content !important;
    }

    .reviews_wrapper-pagin .swiper-pagination-bullet {
        background: #F9FBFF33;
        width: 5px;
        height: 5px;
        border-radius: 0;
        opacity: 1;
        margin: 0 !important;
    }

    .reviews_wrapper-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #F9FBFF;
        width: 10px;
        height: 10px;
    }

    .reviews_wrapper-arrow.swiper-button-disabled img {
        opacity: 0.2;
    }

    .reviews_wrapper-arrows {
        display: flex;
        gap: 20px;
    }

    .reviews_wrapper-arrow {
        background: #161819;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .reviews_wrapper-bot {
        margin-top: 50px;
        display: flex;
        align-items: center;
        margin-right: calc(((100vw - 700px) / 2));
    }

    .clients_slide {
        width: 680px;
    }

    .clients_slider-bot {
        padding: 0 calc(((100vw - 700px) / 2));
    }

    .clients_slider-arrow.prev {
        position: absolute;
        left: calc(((100vw - 700px) / 2));
        top: 0;
    }

    .clients_slider-bot {
        position: relative;
    }

    .social_items {
        flex-wrap: wrap;
        display: flex;
        gap: 10px;
    }

    .social_item:nth-child(1),
    .social_item:nth-child(2) {
        height: 560px;
    }

    .reviews_wrapper-arrows {
        margin-top: 30px;
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }

    .reviews_bot {
        margin-top: 35px;
    }

    .social_item:nth-child(3) {
        width: 100%;
        height: 320px;
    }

    .promo-slider {}

    .social_item {
        width: calc(50% - 5px);
        height: 340px;
    }

    .blog_wrapper::before {
        width: 900px;
        height: 420px;
    }

    .blog_wrapper {
        height: auto;
        width: calc(100% + ((100vw - 700px) / 2));
    }

    .faq_top {
        flex-direction: column-reverse;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .blog_wrapper .swiper-wrapper {
        flex-wrap: nowrap;
        gap: 0;
    }

    .blog_wrapper-pagin {
        margin: 0 auto;
        display: flex !important;
        align-items: center;
        gap: 20px;
        width: fit-content !important;
    }

    .blog_wrapper-pagin .swiper-pagination-bullet {
        background: #F9FBFF33;
        width: 5px;
        height: 5px;
        border-radius: 0;
        opacity: 1;
        margin: 0 !important;
    }

    .blog_wrapper-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #F9FBFF;
        width: 10px;
        height: 10px;
    }

    .blog_wrapper-arrow.swiper-button-disabled img {
        opacity: 0.2;
    }

    .blog_wrapper-arrows {
        display: flex;
        gap: 20px;
    }

    .blog_wrapper-arrow {
        background: #161819;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .blog_wrapper-bot {
        margin-top: 50px;
        display: flex;
        align-items: center;
        margin-right: calc(((100vw - 700px) / 2));
    }

    .reviews_item {
        display: flex !important;
        flex-direction: column;
    }

    .reviews_item,
    .reviews_item-img,
    .reviews_item-img::before {
        height: 100%;
    }

    .footer_wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .footer_left {
        width: 100%;
    }

    .footer_item {
        width: auto;
    }

    .footer_items {
        border-bottom: 1px solid #F9FBFF33;
        padding-bottom: 40px;
    }

    .header_inner-close {
        display: flex;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 24px;
    }

    .header_inner-close img {
        width: 100%;
        height: auto;
    }

    .main_page {
        padding-bottom: 60px;
    }

    .about_subtitle {
        font-weight: 500;
        font-size: 32px;
        line-height: 170%;
        text-transform: uppercase;
        font-family: 'Onder';
        margin-bottom: 0;
        opacity: 1;
        text-align: center;
    }

    .about_subtitle span {
        font-family: 'Onder';
    }

    .about_title {
        color: #EE1414;
        text-align: center;
    }

    .about_text {
        text-align: center;
    }

    .about_btn {
        width: 100%;
    }

    .about_wrapper {
        position: relative;
        padding-top: 20px;
    }

    .about_video {
        position: absolute;
        top: 0;
        right: 50%;
        transform: translateX(50%);
        height: 765px;
        width: 100vw;
        z-index: -1;
    }

    .steps_inner {
        flex: auto
    }

    .about {
        padding-top: 0;
    }

    .about_items {
        width: 100%;
    }

    .advantages_slide-title.big {
        font-size: 24px;
    }

    .advantages_slide-logo {
        width: 620px;
    }

    .advantages_slide-counter {
        left: calc((100vw - 700px) / 2);
    }

    .advantages_slide-next {
        right: calc((100vw - 700px) / 2);
    }

    .advantages_slide-item {
        height: 200px;
    }

    .advantages_slide-title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .advantages_slide:nth-child(3) .advantages_slide-wrapper {
        width: 100%;
    }

    .advantages_slide-items {
        flex-wrap: wrap;
    }

    .advantages_slide-item {
        width: calc(50% - 10px);
    }

    .advantages_slide:nth-child(2) .advantages_slide-item {
        margin-top: 0;
    }

    .advantages_slide-steps {
        flex-wrap: wrap;
    }

    .advantages_slide-step {
        width: calc(50% - 10px);
        height: 220px;
        flex: auto;
    }

    .advantages_slide:nth-child(5) .advantages_slide-title,
    .advantages_slide:nth-child(4) .advantages_slide-title {
        margin-top: 0;
    }

    .advantages_slide {
        height: auto;
    }

    .ready_item {
        height: 260px;
    }

    .ready_link {
        height: 80px;
        font-size: 18px;
    }

    .order_person-message,
    .order_person.order_left .order_person-inner {
        display: none;
    }

    .order_person.order_left {
        margin-bottom: 352px;
    }

    .order_person-img {
        bottom: auto;
        top: -40px;
        width: 417px;
    }

    .order_person-img img {
        width: 100%;
        height: auto;
    }

    .sales_info {
        width: 100%;
    }

    .park_top {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .sales_item {
        width: 100%;
    }

    .popup_calc-models,
    .popup_calc-inner {
        width: 100%;
    }

    .popup_calc-inp,
    .popup_calc-models {
        margin-bottom: 20px;
    }

    .popup_calc .fancybox-close-small {
        top: 20px;
        right: 20px;
    }

    .popular_tab {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767.98px) {
    .promo-five {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px;
    }

    .promo-rows__list {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .promo-txt__column,
    .promo-map-grid {
        margin-top: 20px;
        margin-bottom: auto;
    }

    .promo-rows p {
        font-size: 15px !important;
    }

    .slick-slide img {
        /* display: none !important; */
    }

    .pf-1 {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }


    .promo-logo {
        display: none;
    }

    .promo-logo-mob {
        display: block !important;
    }

    .pf-1 p {
        order: 2;
    }

    .promo-number {
        bottom: 15px !important;
    }

    .promo-rows {
        gap: 10px !important
    }

    .promo-rows {
        margin-bottom: 55px !important;
    }

    .pf-1 img {
        display: block !important;
        order: 1;
        width: 250px;
        max-width: 100%;
        margin: 0px auto;
    }

    .promo-five>div p {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }

    .promo-five>div {
        min-height: auto !important;
        padding: 15px !important;
    }

    .promo-desc {
        font-size: 14px !important;
        margin-top: 10px !important;
    }

    .promo-grid-item h3 {
        font-size: 7px !important;
    }

    .promo-grid-item p {
        font-size: 15px !important;
    }

    .promo-grid-title,
    .promo-title {
        font-size: 14px !important;
    }

    .promo-txt__column li,
    .promo-txt__column p {
        font-size: 15px !important;
    }

    .promo-grid-item {
        padding: 13px !important;
        min-height: 200px !important;
    }

    .promo-blur {
        padding: 15px !important;
    }

    .promo-red {
        padding: 10px !important;
        margin-bottom: 10px !important;
    }

    .promo-blur p:last-child {
        margin-bottom: 0px !important;
    }

    .promo-txt__column ul {
        padding-top: 5px !important;
    }

    .promo-rows h3 {
        font-size: 14px !important;
    }

    .pf-1 {
        /* display: none; */
    }

    .promo-grid-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .social-links__grid .social-links__grid-item {
        order: 2;
    }

    .social-links__grid .social-links__grid-item:nth-child(2) {
        order: 1;
    }

    .social-item {
        height: 220px;
        background-size: 100% auto;
        margin-bottom: 0px;
    }

    .social-item.mini {
        background-size: cover;
    }

    .social-links__grid {
        grid-gap: 10px;
    }

    .social-links__grid-item h2 {
        font-size: 15px;
    }

    .social-links__grid-item h2 span {
        font-size: 42px;
    }

    .social-item__desc {
        font-size: 16px;
    }

    .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .top_more-wrapper {
        padding: 0 10px;
    }

    .top_more-text {
        font-size: 10px;
        padding-right: 40px;
    }

    .header_place-current {
        font-size: 14px;
        width: 100%;
        background: #F9FBFF0D;
        justify-content: center;
        color: #F9FBFF;
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
    }

    .header_place-current::after {
        position: relative;
        content: '';
        background-image: url(/wp-content/uploads/2026/03/faq_arrow.svg);
        background-size: cover;
        width: 10px;
        height: 10px;
    }

    .header_logo {
        width: 167px;
    }

    .header_logo img {
        width: 100%;
        height: auto;
    }

    .header_place-current img:last-child {
        display: none;
    }

    .header_places {
        flex-direction: column;
    }

    .header_place {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .top_more-text span {
        font-size: 12px;
    }

    .main {
        padding: 276px 0 20px;
    }

    .main_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .main_subtitle {
        font-size: 12px;
        /* max-width: 200px; */
        margin: 0 auto 50px;
    }

    .menu {
        padding: 0 15px;
    }

    .popular_items,
    .main_items {
        width: calc(100% + 15px);
    }

    .park_title {
        font-size: 16px;
    }

    .park_text {
        font-size: 16px;
    }

    /* .popular_items .main_item,
    .main_item {
        width: 295px;
    } */

    .main_items-bot {
        position: relative;
        margin-top: 20px;
    }

    .main_items-pagin {
        transform: translateX(30px);
    }

    .main_items-arrow.prev {
        position: absolute;
        left: 0;
        top: 0;
    }

    .popular_items-bot {
        position: relative;
        margin-top: 20px;
    }

    .popular_items-pagin {
        transform: translateX(30px);
    }

    .popular_items-arrow.prev {
        position: absolute;
        left: 0;
        top: 0;
    }

    .main::before {
        height: 950px;
    }

    .guarantee {
        padding: 20px 0;
    }


    .guarantee_items {
        margin-bottom: 30px;
    }

    .guarantee_title {
        font-size: 12px;
    }

    .guarantee_title {
        margin-bottom: 50px;
    }

    .guarantee_title br {
        display: none;
    }

    .checking {
        padding: 20px 0;
    }

    .checking_title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .checking_subtitle {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .checking_item-subtitle,
    .checking_item-number {
        text-align: center;
    }

    .checking_resalt-option {
        width: 100%;
        min-height: 1px;
    }

    .checking_video {
        height: 200px;
        order: -1;
        margin-bottom: 10px;
    }

    .checking_item-title {
        text-align: center;
    }

    .catalog {
        padding: 20px 0;
    }

    .catalog_title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .social-links__grid-item span {
        font-size: 14px;
        text-align: left !important;
    }

    .catalog_subtitle {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .social-links__grid-item span {
        margin-left: 0px !important;
        margin-right: auto !important;
    }

    .social-item__yt {
        background-size: cover;
    }

    .catalog_items {
        width: calc(100% + 15px);
    }

    .catalog_items-bot {
        padding-right: 15px;
        width: 100%;
    }

    .catalog_items-pagin {
        gap: 10px;
    }

    .comprehensive {
        padding: 20px 0;
    }

    .comprehensive_title {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .comprehensive_subtitle {
        font-size: 12px;
        text-align: center;
    }

    .comprehensive_inner-img {
        height: 310px;
        margin-bottom: -20px;
    }

    .comprehensive_inner-price span {
        font-size: 14px;
    }

    .comprehensive_inner-desc {
        margin-bottom: 20px;
    }

    .comprehensive_inner-bot {
        flex-direction: column;
        gap: 10px;
    }

    .comprehensive_inner-more,
    .comprehensive_inner-new {
        width: 100%;
    }

    .comprehensive_inner {
        text-align: center;
    }

    .order {
        padding: 20px 0;
    }

    .order_title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .order_subtitle {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .order_messages {
        gap: 40px;
    }

    .order_correspondence {
        width: 100%;
    }

    .order_correspondence-item {
        width: 315px;
        font-size: 16px;
    }

    .reviews {
        padding: 20px 0;
    }

    .reviews_title {
        text-align: center;
        margin-bottom: 20px;
    }



    .reviews_item-text {
        font-size: 12px;
    }

    .reviews_wrapper-bot {
        width: 100%;
        justify-content: space-between;
        padding-right: 15px;
        margin-top: 10px;
    }

    .reviews_wrapper-pagin {
        display: none !important;
    }

    .reviews_bot {
        margin-top: 20px;
        gap: 10px;
    }

    .reviews_bot-item {
        padding: 13px;
        justify-content: center;
        gap: 0;
        background: #F9FBFF0D;
        width: calc(33.333% - 6.666px);
        font-size: 0;
        border: none;
    }

    .reviews_bot-item:last-child {
        padding: 13px;
        flex: auto;
    }

    .clients {
        padding: 20px 0;
    }

    .clients_title {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .clients_slide {
        width: 285px;
        padding: 20px;
    }

    .clients_slider-bot {
        width: 100%;
        margin-top: 20px;
        padding-right: 15px;
    }

    .clients_slider-arrow.prev {
        left: 15px;
    }

    .clients_slider-pagin {
        transform: translateX(30px);
    }

    .social {
        padding: 20px 0;
    }

    .social_title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .social_subtitle {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .social_item-icon {
        justify-content: center;
        margin: 0 auto 5px;
        position: relative;
    }

    .social_item-top {
        padding: 0;
        text-align: center;
    }

    .social_item:nth-child(1),
    .social_item:nth-child(2) {
        height: 106vw;
    }

    .social_item {
        height: 46vw;
        min-height: 1px;
    }

    .social_item:nth-child(3) {
        height: 66vw;
    }

    .social_item:nth-child(4) .social_item-icon,
    .social_item:nth-child(5) .social_item-icon {
        margin: 0;
    }

    .blog {
        padding: 20px 0;
    }

    .blog_title {
        font-size: 14px;
    }

    .blog_link {
        font-size: 16px;
    }

    .blog_top {
        margin-bottom: 20px;
    }

    .blog_wrapper {
        width: calc(100% + 15px);
    }

    .blog_wrapper-bot {
        margin-top: 20px;
        padding-right: 15px;
        width: 100%;
    }

    .faq {
        padding: 20px 0;
    }

    .faq_wrapper {
        padding: 40px 10px;
        width: 100vw;
        margin-left: -10px;
    }

    .faq_title {
        font-size: 14px;
        width: 100%;
    }

    .faq_top {
        margin-bottom: 20px;
    }

    .faq_item-title {
        font-size: 16px;
    }

    .inp {
        margin-bottom: 10px;
    }

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

    .footer_left {
        text-align: center;
    }

    .footer_btn {
        margin-left: auto;
        margin-right: auto;
    }

    .footer_links {
        width: 232px;
        text-align: left;
        margin: 0 auto 20px;
    }

    .footer_messages {
        justify-content: center;
    }

    .footer_item {
        width: calc(50% - 5px);
    }

    .footer_items {
        flex-wrap: wrap;
        gap: 10px;
    }

    .main_page {
        padding: 290px 0 20px;
    }

    .main_page .main_subtitle {
        margin-bottom: 100px;
    }

    .main_btns {
        flex-direction: column;
        gap: 10px;
        position: relative;
    }

    .main_btn {
        width: 100%;
    }

    .main_btn-price {
        width: 100%;
    }

    .about_subtitle {
        font-size: 16px;
    }

    .about_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .about_text {
        margin-bottom: 0;
        background: #161819;
        padding: 20px;
        text-align: left;
        margin-bottom: 24px;
    }

    .about_wrapper {
        position: relative;
        gap: 0;
        padding-bottom: 90px;
    }

    .about_btn {
        position: absolute;
        bottom: 0;
        left: 0;
    }



    .about_item {
        width: 100%;
        height: 170px;
        padding: 20px 16px;
    }

    .about_item:nth-child(2),
    .about_item:nth-child(3) {
        width: calc(50% - 5px);
    }

    .advantages_slide {
        min-height: 812px;
        padding: 20px 0;
    }

    .advantages_slide-logo {
        width: 412px;
        right: -23px;
        left: auto;
        top: 300px;
    }

    .promo-grid-title {
        margin-top: 0px;
        margin-bottom: 22px;
    }

    .promo-five {
        margin-top: 24px;
        margin-bottom: auto;
    }

    .promo-map-grid h4 {
        margin-bottom: 15px !important;
    }

    .promo-map-blur {
        margin-top: 30px !important;
        padding: 15px !important;
    }

    .promo-dark-list {
        margin-top: 15px !important;
    }

    .promo-dark-list div p {
        margin-bottom: 0px !important;
    }

    .promo-dark-list div {
        padding: 10px !important;
    }

    .promo-blur {
        margin-bottom: 0px !important;
    }

    .promo-map-blur p {
        font-size: 14px !important;
    }

    .promo-dark {
        padding: 15px !important;
    }

    .promo-rows h3 {
        font-size: 13px !important;
        margin-bottom: 5px !important;
    }

    .promo-rows__list {
        min-height: auto !important;
    }

    .promo-rows__list br:nth-child(2n) {
        display: none !important;
    }

    .promo-rows p {
        margin-bottom: 10px !important;
    }


    .promo-txt__wrapper.promo-fv .promo-title {
        margin-top: 35px;
        margin-bottom: 10px;
    }

    .promo-map .promo-title {
        margin-top: 35px;
        margin-bottom: 10px;
    }


    .advantages_slide-title.big {
        font-size: 14px;
        /* margin-bottom: 250px; */
        margin-top: auto;
        margin-bottom: auto;
    }

    .sl-0001 .advantages_slide-title.big {
        font-size: 18px;
    }

    .advantages_slide-counter {
        left: 15px;
        bottom: 20px;
        width: calc(100% - 30px);
        justify-content: space-between;
        display: flex;
    }

    .advantages_slide-next {
        display: none;
    }

    .advantages_slide-counter span:nth-child(2) {
        display: none;
    }

    .steps {
        margin: 20px 0;
    }

    .steps_title {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }

    .steps_img {
        display: none;
    }

    .steps_items {
        gap: 10px;
    }

    .steps_item {
        width: 100%;
    }

    .steps_inner-btns {
        gap: 10px;
        flex-direction: column;
    }

    .steps_inner-btn {
        width: 100%;
    }

    .steps_inner {
        height: 210px;
    }

    .popular_title {
        text-align: center;
        font-size: 14px
    }

    .popular_top {
        margin-bottom: 20px;
    }

    .popular_title br {
        display: none;
    }

    .popular_items {
        gap: 10px;
    }

    .ready {
        padding: 20px 0;
    }

    .popular {
        padding: 24px 0;
    }

    .ready_title {
        font-size: 14px;
        margin-bottom: 20px;
        text-align: center;
    }

    .ready_item:nth-child(1) {
        width: 100%;
        height: 200px;
    }

    .ready_item {
        width: calc(33.333% - 3.333px);
        height: 64px;
    }

    .ready_item:not(:nth-child(1)) .ready_item-option {
        display: none;
    }

    .ready_item:not(:nth-child(1))::after {
        display: none;
    }

    .ready_item:not(:nth-child(1)) .ready_item-inner {
        justify-content: center;
        align-items: center;
    }

    .ready_item-number {
        font-size: 14px;
    }

    .ready_items {
        gap: 5px;
        margin-bottom: 0;
    }

    .ready_links {
        display: none;
    }

    .comprehensive_order-check {
        width: 100%;
        font-size: 14px;
    }

    .comprehensive_order-cheks {
        flex-direction: column;
    }

    .ready_item::before {
        display: none;
    }

    .sales_info {
        height: auto;
        padding: 0;
    }

    .sales {
        padding: 20px 0;
    }

    .sales_title {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }

    .sales_info-text {
        margin-bottom: 20px;
        text-align: center;
    }

    .sales_info-desc {
        display: none;
    }

    .sales_info-img {
        display: none;
    }

    .sales_items .sales_item {
        display: none;
    }

    .sales_slider {
        box-sizing: border-box;
        display: block;
    }

    .sales_item {
        height: 530px;
        box-sizing: border-box;
    }

    .sales_item-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .sales_item-btn {
        padding: 0;
        width: 100%;
    }

    .sales_item-title br {
        display: none;
    }

    .sales_item-img img {
        object-position: 80%;
    }

    .sales_slider-pagin {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .sales_slider-pagin .swiper-pagination-bullet {
        background: #F3F3F333;
        opacity: 1;
        height: 3px;
        flex: auto;
        border-radius: 0;
    }

    .sales_slider-pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff;
    }

    .sales_slider-bot {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }

    .sales_slider-desc {
        font-size: 10px;
        line-height: 150%;
        text-align: center;
        max-width: 182px;
        margin: 0 auto;
        opacity: 0.6;
    }

    .sales_slider-arrow {
        background: #161819;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about {
        padding-bottom: 20px;
    }

    .advantages_slide-title {
        font-size: 16px;
    }

    .advantages_slide-item {
        width: 100%;
        height: auto;
    }

    .advantages_slide-item_subtitle {
        display: none;
    }

    .advantages_slide-item_title {
        margin-bottom: 0;
        font-size: 16px;
    }

    .advantages_slide-item:not(:last-child)::before {
        display: none;
    }

    .advantages_slide-items {
        gap: 10px;
    }

    .advantages_slide:nth-child(4) .advantages_slide-title {
        text-align: left;
    }

    .advantages_slide-step {
        width: 100%;
        height: 145px;
    }

    .advantages_slide-step_number {
        font-size: 30px;
    }

    .advantages_slide-step:last-child {
        width: 100%;
        height: 220px;
    }

    .advantages_slide-title br {
        display: none;
    }

    .advantages_slide-options {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .advantages_slide-option {
        width: 100%;
        height: 145px;
    }

    .advantages_slide-option_icon {
        margin-bottom: 22px;
    }

    .advantages_slide-option_title {
        font-size: 16px;
    }

    .advantages_slide-option_title br {
        display: none;
    }

    .advantages_slide-option:nth-child(3) {
        height: 300px;
    }

    .popup_calc-info {
        width: 100%;
        margin-top: 0;
    }

    .popup_calc-step {
        padding: 130px 20px 20px;
        height: auto;
    }

    .popup_calc-info .popup_calc-title,
    .popup_calc-info .popup_calc-subtitle {
        text-align: center;
    }

    .popup_calc-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .popup_calc-next {
        width: 100%;
    }

    .popup_calc-inner {
        margin-bottom: 192px;
    }

    .popup_calc-model span {
        padding: 7px 18px;
    }

    .popup_calc-inp,
    .popup_calc-resalt,
    .popup_calc-inp input {
        width: 100%;
    }

    .cookie_body {
        right: 10px;
        width: calc(100% - 20px);
        bottom: 10px;
    }

    .popular_tab {
        width: 100%;
        height: 50px;

    }

    .popular_tabs {
        gap: 10px;
        margin-bottom: 20px;
    }

    .about_item {
        padding: 0;
        background: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        min-height: 1px;
        height: auto;
    }

    .about_item:last-child {
        margin-bottom: 0;
    }

    .about_item br {
        display: none;
    }

    .about_item-img {
        display: none;
    }

    .about_item-text {
        font-size: 15px;
        margin-top: 3px;
    }

    .about_item-title {
        font-size: 15px;
        color: #EE1414;
    }

    .about_item:nth-child(2),
    .about_item:nth-child(3) {
        width: 100%;
    }

    .main_page-volum {
        bottom: 160px;
    }
}

.wpcf7-spinner,
.wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    margin-top: -18px;
    font-size: 14px;
    margin-bottom: 20px;
}

.popular_content:not(.active) {
    height: 0px;
    overflow: hidden;
}

.f-section {
    padding-top: 250px !important;
}


.paragraf>* {
    margin-bottom: 20px;
}

.paragraf {
    font-size: 16px;
    line-height: 150%;
    opacity: 0.6;
}


.promo-rows {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 120px;
}


.promo-rows h3 {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    color: #EE1414;
}

.promo-rows p {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #f9fbff;
}

.promo-rows__list {
    margin-bottom: 30px;
    margin-top: 25px;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 130% !important;
    color: #f9fbff !important;
    min-height: 135px;
}

.promi-steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7px;
    padding-top: 5px;
    margin-bottom: 0px;
}

.promi-steps div {
    background: rgba(22, 24, 25, 0.8);
    text-align: center;
    margin-bottom: 0px;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #f9fbff;
    position: relative;
}


.promi-steps div:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    opacity: 0.5;
    position: absolute;
    background-image: url('/wp-content/uploads/2026/03/s_next.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.promi-steps div:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    position: absolute;
    background-image: url('/wp-content/uploads/2026/03/s_next.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.promi-steps div:first-child:before {
    display: none;
}

.promi-steps div:last-child:after {
    display: none;
}

.promo-dark {
    padding: 35px 20px 20px 20px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: #0c0e0e;
}

.promo-dark h3 {
    color: white;
    margin-bottom: 22px;
}

.promo-dark-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.promo-dark-list div {
    padding: 15px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    min-height: 140px;
    background: rgba(255, 255, 255, 0.05);
}

.promo-dark-list div h4 {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    color: #f9fbff;
    margin-bottom: 12px;
}


.promo-dark-list div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #f9fbff;
}


.page-404 {
    background-image: url('/wp-content/uploads/2026/04/fnf_page.jpg');
    background-color: #000;
    background-size: cover;
    background-position: center top 225px;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.page-404 h1 {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    padding-top: 120px;
}


.page-404 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: var(--white);
    opacity: 0.8;
    width: 800px;
    max-width: 100%;
    margin: 0px auto;
    margin-top: 27px;
    margin-bottom: 40px;
}

.page-404__btn {
    text-align: center;
}

.page-404__btn a {
    padding: 15px 30px;
    justify-content: center;
    background: #EE1414;
    font-size: 20px;
    text-transform: uppercase;
    color: #F9FBFF;
    border: none;
    cursor: pointer;
    align-items: center;
    display: inline-block;
}

.page-404__number {
    margin-top: 100px;
    font-family: 'Onder';
    font-weight: 500;
    font-size: 128px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}


.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.order_person-footer__social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order_person-footer__phone a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--white);
}

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

.company {
    background-image: url('/wp-content/uploads/2026/04/about-bg.png');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    margin-top: 20px;
}

.company_info {
    grid-column: 1 / 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company_info h2 {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.20em;
    margin-bottom: 20px;
    opacity: 0.6;
    color: #f9fbff;
}

.company_info h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 170%;
    text-transform: uppercase;
    font-family: 'Onder';
    margin-bottom: 20px;
}

.company_info h3 span {
    color: #EE1414;
    font-family: 'Onder';
}

.company_info p {
    font-size: 13px;
    line-height: 150%;
    color: #f9fbff;
    opacity: 1;
    margin-bottom: 20px;
}

.company_grid {
    grid-column: 5 / 13;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px
}

.company_grid-video {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    min-height: 450px;
    position: relative;
}

.company_grid-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.company_grid-video button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.company_grid-item {
    background-color: #224b64;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company_grid-item h3 {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: white;
}

.company_grid-item p {
    font-weight: 400;
    font-size: 12px;
    color: white;
}


.company-image {
    background-image: url('/wp-content/uploads/2026/04/chess_bg.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    padding-top: 60px;
}

.company-image__title {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
}

.company-map {
    padding: 64px 0px;
}

.company-map__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.company-map__title {
    grid-column: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company-map__item {
    background: #161819;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 280px;
    transition: all 0.3s;
}

.company-map__item:hover,
.company-map__item.active {
    background: #EE1414;
}

.company-map__item.active a {
    opacity: 0;
}

.company-map__item h3 {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    opacity: 0.2;
    text-align: right;
    margin-bottom: 30px;
}

.company-map__item-time {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: white;
    opacity: 0.6;
    margin-bottom: auto;
    margin-top: auto;
}

.company-map__item a {
    margin-bottom: 0px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: white;
    opacity: 0.6;
    cursor: pointer;
}

.company-map__item h4 {
    font-weight: 600;
    font-size: 23px;
    line-height: 110%;
    color: white;
    margin-bottom: 10px;
    margin-top: 0px;
}

.company-map {
    background-image: url('/wp-content/uploads/2026/04/abount-city_bg.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.company-map__title h2 {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    margin: auto 0px;
}

.company-map__item-address {
    margin-top: 0px;
    margin-bottom: auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
}

.company-map__iframe {
    position: relative;
}

.company-map__iframe .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 50px;
    width: 100%;
}

.company-map__iframe h2 {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    color: white;
    margin-bottom: 7px;
}

.company-map__iframe p {
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    color: white;
}

.company-map__iframe iframe {
    height: 650px;
    width: 100%;
    filter: grayscale(100%);
    opacity: 0.35;
    /* z-index: -1; */
}

.company-team {
    padding: 64px 0px;
}

.company-team__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.company-team__title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company-team__title h2 {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-transform: uppercase;
    color: white;
    margin-top: 20px;
}

.company-team__item {
    background: #161819;
    padding: 20px;
    position: relative;
    transition: all 0.3s;
}

.company-team__item:hover,
.company-team__item.active {
    background: #EE1414;
    cursor: pointer;
}

.company-team__item h3 {
    padding-right: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    color: white;
    margin-bottom: 15px;
}

.company-team__item>div {
    font-family: 'Onder';
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: white;
    opacity: 0.2;
    position: absolute;
    right: 20px;
    top: 20spx;
}

.company-team__item p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: white;
}


.company-team__slider-item {
    background: #161819;
    margin: 0px 10px;
}

.company-team__slider-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}

.company-team__slider-wrapper:not(.active) {
    height: 0px;
    overflow: hidden;
}

.company-team__slider-arrows {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: end;
    padding-right: 10px;
}

.company-team__slider-img {
    height: 300px;
    background-position: center top;
    background-size: cover;
}

.company-team__slider-content {
    padding: 30px 20px 20px 20px;
}

.company-team__slider-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
}

.company-team__slider-content {
    min-height: 175px;
    display: flex;
    flex-direction: column;
}

.company-team__slider-content p {
    margin-top: 10px;
    opacity: 0.6;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-align: justify;
}

.company-team__slider-footer {
    display: flex;
    gap: 10px;
    justify-content: start;
    margin-bottom: 0px;
    margin-top: auto;
}

.company-team__slider-footer img {
    width: 24px;
    height: 24px;
}

@media(max-width: 1280px) {
    .order_title {
        font-size: 24px !important;
    }

    .company-map__grid,
    .company-team__grid {
        gap: 10px;
    }

    .company-team__grid>div {
        grid-column: span 2;
    }

    .company_info {
        grid-column: 1 / 13;
    }

    .company_grid {
        grid-column: 1 / 13;
    }

    .company_grid-video {
        min-height: 250px;
    }
}

@media (max-width: 991.98px) {
    .page-404 h1 {
        padding-top: 40px;
    }

    .company_grid-item h3 {
        font-size: 11px;
    }

    .company_info .about_btn {
        position: sticky !important;
    }

    .company-map__grid {
        gap: 10px;
    }

    .company-image {
        min-height: 450px;
    }

    .company-map__title {
        grid-column: 1 / 5;
        padding-bottom: 30px;
    }

    .company-map__item {
        grid-column: span 2;
    }

    .company-map__iframe iframe {
        height: 400px;
    }

    .company-team__grid>div {
        grid-column: span 2;
    }

    .company-map__item h3 {
        margin-bottom: 0px;
    }

    .company-map__item {
        min-height: 200px;
    }

    .company-map__item-time {
        margin-top: 10px;
    }

    .company-map__item a {
        margin-top: 20px;
    }

    .company-team__item>div {
        top: 22px;
    }

    .company-team__item h3 {
        margin-bottom: 10px;
    }

    .company-team__item,
    .company-map__item {
        padding: 15px;
    }
}

@media (max-width: 767.98px) {
    .company-team__grid {
        gap: 10px;
    }

    .company-team__grid>div {
        grid-column: span 4;
    }

    .company_grid-video {
        grid-column: 1 / 13;
    }

    .company_grid-item {
        grid-column: span 12;
    }

    .company_grid-item h3 {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .company-image__title {
        font-size: 14px;
    }

    .company_grid-video video {
        max-width: 100%;
    }

    .page-404 h1 {
        padding-top: 25px;
        font-size: 14px;
    }

    .page-404 p {
        font-size: 12px;
        margin-top: 10px;
    }

    .page-404__number {
        font-size: 55px;
        margin-top: 65px;
    }

    .company-image {
        min-height: 325px;
        padding-top: 40px;
    }

    .company-map__item {
        grid-column: span 4;
    }


    .company-map__iframe iframe {
        height: 350px;
    }

    .company-map__iframe h2 {
        font-size: 15px;
    }

    .company-team__title h2 {
        margin-top: 0px;
        padding-bottom: 20px;
    }



    .type_two .order_title {
        font-size: 19px !important;
    }

    .type_two .order_person-footer {
        flex-direction: column;
        text-align: center;
    }

    .type_two .order_person-img {
        display: none !important;
    }

    .type_two .order_person.order_left {
        margin-bottom: 30px !important;
    }

    .company_info h3 {
        font-size: 28px;
    }


}