@charset "UTF-8";
@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-Thin.woff2") format("woff2"),
        url("../fonts/Onest-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-ExtraBold.woff2") format("woff2"),
        url("../fonts/Onest-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-Light.woff2") format("woff2"),
        url("../fonts/Onest-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-Bold.woff2") format("woff2"),
        url("../fonts/Onest-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-Black.woff2") format("woff2"),
        url("../fonts/Onest-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-Regular.woff2") format("woff2"),
        url("../fonts/Onest-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-SemiBold.woff2") format("woff2"),
        url("../fonts/Onest-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-ExtraLight.woff2") format("woff2"),
        url("../fonts/Onest-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Onest";
    src: url("../fonts/Onest-Medium.woff2") format("woff2"),
        url("../fonts/Onest-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}
h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}
h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}
h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}
h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

a:hover {
    color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

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

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.dev {
    margin: 30px 0;
    border: 1px solid #eaeef2;
}

.button {
    display: flex;
    gap: 10px;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
    padding: 16px 24px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background: #31a9c5;
    border: 1px solid #31a9c5;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.button--ghost {
    color: #31a9c5;
    background: transparent;
    border: 1px solid #31a9c5;
}
.button--circle {
    padding: 16px;
    border-radius: 24px;
}
.button__icon {
    width: 16px;
    height: 16px;
    stroke: #fff;
    transition: all 0.3s ease;
}
.button:hover {
    color: #fff;
    background: #2595af;
    border: 1px solid #2595af;
}
.button:hover .button__icon {
    transform: rotate(45deg);
}
.button--ghost:hover {
    color: #fff;
    background: #2595af;
    border: 1px solid #2595af;
}
.button--ghost:hover .button__icon {
    stroke: #fff;
    transform: rotate(45deg);
}
.button--ghost .button__icon {
    width: 16px;
    height: 16px;
    stroke: #31a9c5;
    transition: all 0.3s ease;
}

/* # Button down scroll */
.button-down {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 24px;
    transition: all 0.3s ease;
}
.button-down__icon {
    width: 18px;
    height: 18px;
    stroke: #000;
    animation: arrowBounce 0.6s linear 0s infinite alternate;
    -webkit-animation: arrowBounce 0.6s linear 0s infinite alternate;
}
.button-down:hover {
    border-color: #2595af;
    background-color: #2595af;
}
.button-down:hover .button-down__icon {
    stroke: #fff;
}

/* ANIMATION button-down*/
@keyframes arrowBounce {
    0% {
        transform: translate(0px, 3px);
        -webkit-transform: translate(0px, 3px);
    }
    100% {
        transform: translate(0px, -3px);
        -webkit-transform: translate(0px, -3px);
    }
}
.form__group {
    position: relative;
    margin-top: 20px;
}
.form__link {
    color: #31a9c5;
}
.form__input,
.form__textarea {
    display: inline-block;
    width: 100%;
    padding: 16px 0;
    line-height: 1;
    border: 1px solid transparent;
    border-bottom: 1px solid #eaeef2;
    color: #000;
    outline: none;
}
.form__textarea {
    min-height: 120px;
}
.form__input:focus,
.form__textarea:focus {
    border-bottom-color: #31a9c5;
}
.form__input--error,
.form__textarea--error {
    border-bottom-color: red;
}
.form__label {
    position: absolute;
    left: 0;
    top: 16px;
    font-size: 16px;
    color: #728899;
    pointer-events: none;
    transition: all 0.2s ease;
}
.form__input:not(:-moz-placeholder) + .form__label,
.form__textarea:not(:-moz-placeholder) + .form__label {
    top: -8px;
    font-size: 12px;
    color: #728899;
}
.form__input:focus + .form__label,
.form__textarea:focus + .form__label,
.form__input:not(:placeholder-shown) + .form__label,
.form__textarea:not(:placeholder-shown) + .form__label {
    top: -8px;
    font-size: 12px;
    color: #728899;
}
.form__caption {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
}
.form__caption--error {
    color: red;
}
.form__footer {
    display: flex;
    align-items: start;
    gap: 30px;
    margin-top: 20px;
}
.form__policy {
    line-height: 1.3;
    font-size: 12px;
}
@media (max-width: 480px) {
    .form__footer {
        flex-direction: column;
        gap: 15px;
    }
}

.social {
    display: flex;
    gap: 15px;
    padding: 0;
    list-style: none;
}
.social__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #2b3944;
    transition: all 0.3s ease;
}
.social__icon {
    width: 20px;
    height: 20px;
    fill: #728899;
    transition: all 0.3s ease;
}
.social__link:hover {
    border-color: #31a9c5;
    background-color: #31a9c5;
}
.social__link:hover .social__icon {
    fill: #fff;
}

.overline {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #728899;
}

.label {
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    font-size: 16px;
    color: #2b3944;
    background-color: #eaeef2;
    border-radius: 18px;
}
.label--light {
    background-color: #fff;
}

.achivs__item {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #d4dde6;
}
.achivs__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 12px;
    background-color: #d4dde6;
}
.achivs__num {
    line-height: 1;
    font-size: 96px;
    font-weight: 600;
    color: #000;
}
.achivs__caption {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
}
.pagination__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #121a21;
    border: 1px solid #d4dde6;
    border-radius: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.pagination__icon {
    width: 20px;
    height: 20px;
    stroke: #000;
}
.pagination__icon--prev {
    transform: rotate(-135deg);
}
.pagination__icon--next {
    transform: rotate(45deg);
}
.pagination__item--current .pagination__link {
    background-color: #31a9c5;
    border-color: #31a9c5;
    color: #fff;
}
.pagination__item:hover .pagination__link {
    border-color: #31a9c5;
    color: #31a9c5;
}
.pagination__item--current:hover .pagination__link {
    color: #fff;
}
.pagination__item--disabled .pagination__link {
    background-color: #eaeef2;
    border-color: #eaeef2;
}
.pagination__item--disabled .pagination__link .pagination__icon {
    stroke: #000;
}
@media (max-width: 480px) {
    .pagination {
        gap: 10px;
        overflow-x: auto;
    }
    .pagination__link {
        width: 40px;
        height: 40px;
    }
}

.section {
    padding: 160px 0;
}
.section__title {
    margin-bottom: 0;
    line-height: 1.15;
    font-size: 48px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .section {
        padding: 120px 0;
    }
    .section__title {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .section {
        padding: 80px 0;
    }
    .section__title {
        font-size: 32px;
    }
}

.section-title {
    margin-bottom: 0;
    line-height: 1.15;
    font-size: 48px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .section-title {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .section-title {
        font-size: 32px;
    }
}

.service-card {
    display: grid;
    grid-template-columns: 1fr 5fr 5fr 1fr;
    align-items: center;
    padding: 40px 0;
    gap: 30px;
    border-bottom: 1px solid #d4dde6;
}
.service-card__num {
    line-height: 1;
    font-size: 64px;
    font-weight: 500;
    color: #ccd5dd;
}
.service-card__title {
    margin-bottom: 0;
}
.service-card__desc {
    margin-bottom: 0;
}
.service-card__btn {
    justify-self: end;
}
@media (max-width: 767px) {
    .service-card {
        grid-template-columns: none;
        gap: 20px;
    }
    .service-card__btn {
        justify-self: start;
    }
}
@media (max-width: 575px) {
    .service-card {
        gap: 15px;
    }
    .service-card__title {
        font-size: 20px;
    }
}

.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    border: 1px solid #d4dde6;
    border-radius: 8px;
    transition: box-shadow 0.3s linear;
}
.news-card__img-wrap {
    height: 270px;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}
.news-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.3s ease;
}
.news-card__desc {
    padding: 30px;
}
.news-card__label {
    margin-bottom: 30px;
}
.news-card__title {
    margin-bottom: 60px;
    line-height: 1.3;
    min-height: 110px;
    overflow: hidden;
    color: #121a21;
}
.news-card__date {
    line-height: 100%;
    font-size: 14px;
    color: #2b3944;
}
.news-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.news-card:hover .news-card__img {
    transform: scale(1.06);
}
@media (max-width: 991px) {
    .news-card-card__desc {
        padding: 20px;
    }
    .news-card-card__title {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .news-card-card {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .news-card__title {
        font-size: 20px;
    }
}

.brand-card__img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 60px;
    border: 1px solid #eaeef2;
    border-radius: 8px;
}
.brand-card__img {
    width: 100%;
    height: auto;
}
.brand-card__title {
    margin-top: 20px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.brand-card__text {
    margin-top: 10px;
}
@media (max-width: 991px) {
    .brand-card__img-wrap {
        padding: 20px 30px;
    }
}
@media (max-width: 575px) {
    .brand-card__title {
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .brand-card__img-wrap {
        padding: 15px 20px;
    }
}

.news-nav {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0 0 80px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #d4dde6;
}
.news-nav__item {
    border-radius: 24px;
    border: 1px solid #d4dde6;
    background-color: #fff;
    transition: all 0.3s ease;
}
.news-nav__item--active {
    border-color: #31a9c5;
    background-color: #31a9c5;
}
.news-nav__link {
    display: inline-block;
    line-height: 1;
    padding: 16px 24px;
    color: #303030;
    text-decoration: none;
    transition: color 0.3s ease;
}
.news-nav__item--active .news-nav__link {
    color: #fff;
}
.news-nav__item:hover {
    border-color: #31a9c5;
}
.news-nav__item:hover .news-nav__link {
    color: #31a9c5;
}
.news-nav__item--active:hover .news-nav__link {
    color: #fff;
}
@media (max-width: 767px) {
    .news-nav {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 20px;
    }
    .news-nav__link {
        padding: 12px 20px;
    }
}

.last-post {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 30px;
    height: 100%;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
}
.last-post__img-wrap {
    padding-right: 30px;
    overflow: hidden;
}
.last-post__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.last-post__desc {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    height: 100%;
    gap: 30px;
    padding: 60px 60px 60px 0;
}
.last-post__label {
    background-color: #fff;
}
.last-post__title {
    flex: 1;
    margin-bottom: 0;
    line-height: 1.25;
    font-size: 36px;
    font-weight: 500;
    color: #121a21;
}
.last-post__date {
    font-size: 14px;
    color: #2b3944;
}
@media (max-width: 991px) {
    .last-post__img-wrap {
        padding-right: 0;
    }
    .last-post__desc {
        padding: 30px 30px 30px 0;
    }
    .last-post__title {
        line-height: 1.15;
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .last-post {
        grid-template-columns: none;
        gap: 0;
    }
    .last-post__img-wrap {
        height: 260px;
    }
    .last-post__desc {
        padding: 30px;
    }
    .last-post__title {
        font-size: 24px;
    }
}

.post-info {
    position: sticky;
    top: 100px;
}
.post-info__icon {
    transform: rotate(-90deg);
}
.post-info__button:hover .post-info__icon {
    transform: rotate(-135deg);
}
.post-info__wrap {
    margin-top: 40px;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eaeef2;
    border-top: 6px solid #31a9c5;
}

.share {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.share__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #eaeef2;
    background-color: transparent;
    border-radius: 21px;
    transition: all 0.3s ease;
}
.share__icon {
    width: 20px;
    height: 20px;
    fill: #728899;
    transition: fill 0.3s ease;
}
.share__caption {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    white-space: nowrap;
    z-index: 10;
}
.share__caption.show {
    opacity: 1;
}
.js-share-x .share__icon {
    padding: 3px 0 0 3px;
}
.share__button:hover {
    background-color: #31a9c5;
    border-color: #31a9c5;
}
.share__button:hover .share__icon {
    fill: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Onest", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

body.lock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: scroll; /* Оставляет скроллбар */
    width: 100%;
}

h1 {
    font-size: 64px;
    line-height: 1;
}

h2 {
    line-height: 1.2;
    font-size: 48px;
    color: #000;
}

@media (max-width: 991px) {
    h2 {
        font-size: 40px;
    }
}
.container {
    max-width: 1230px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #31a9c5;
}

/*
    Модификация компонентов в каждом конкретном случае будет через родительский селектор
    Список компонентов
    # Button
    # Button ghost
    # Tag
    # Social
*/
/* @-moz-keyframes arrowBounce {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 600%;
    }
} */
/* Accordion */
.accordion__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion__header {
    padding: 16px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    transition: background 0.3s;
}

/* .accordion__header:hover {
    background: #e2e2e2;
} */
.accordion__icon {
    margin-right: 20px;
    font-size: 45px;
    font-weight: 100;
    transition: transform 0.2s;
}

.accordion__icon--open {
    transform: rotate(180deg);
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    padding-left: 45px;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion__content--open {
    margin-top: -15px;
    margin-bottom: 30px;
}

.accordion__content--open p:last-child {
    margin-bottom: 0;
}

/* Link animation */
.link {
    position: relative;
    transition: color 0.3s ease;
}

.link::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* POPUP */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: -1;
}

.popup--active {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
}

.popup--closing {
    opacity: 0 !important;
    visibility: hidden !important;
}

.popup__content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.popup--active .popup__content {
    transform: scale(1);
    opacity: 1;
}

.popup__close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.popup__close .button__icon {
    stroke: black;
    stroke-width: 0.5px;
}

.popup__close:hover .button__icon {
    fill: #87daec;
    stroke: #87daec;
}

.popup__title {
    font-size: 24px;
}

/* Offcanvas menu */
.offcanvas {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 300px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    padding: 20px;
    transition: transform 0.3s ease;
    transform: translateY(-100%);
}

.offcanvas--active {
    transform: translateY(0);
    top: 0;
}

.offcanvas__close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay--active {
    display: block;
    opacity: 1;
}

.btn-toggle {
    margin: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/* Button menu (open/close) */
.btn-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 12px;
    border: 0;
    border-radius: 20px;
    background: #eaeef2;
}

.btn-menu-icon {
    width: 16px;
    height: 16px;
}

.burger {
    display: none;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    padding: 12px;
    position: relative;
    cursor: pointer;
    z-index: 1100;
    border-radius: 20px;
    border: 0;
    background: #eaeef2;
}

.burger span {
    display: block;
    height: 2px;
    width: 16px;
    background: #000;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.burger.active span:nth-child(1) {
    transform: translateY(3px) rotate(45deg);
}

.burger.active span:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
}

@media (max-width: 991px) {
    .burger {
        display: flex;
        opacity: 1;
        visibility: visible;
    }
    .nav {
        display: none;
    }
}
/*
    Показывать кнопку и прятать навигацию начиная с 991Px
*/
.drop-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100dvh;
    overflow: auto;
    padding: 0 20px 60px 20px;
    transform: translateY(-200%);
    z-index: 2;
    background: #fff;
    transition: transform 0.3s ease;
}

.drop-menu.active {
    transform: translateY(0);
}

.mobile-nav {
    padding: 40px 0;
}

.mobile-nav ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav li {
    padding: 24px 0;
    border-bottom: 1px solid #d4dde6;
}

.mobile-nav a {
    line-height: 1.2;
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.mobile-nav a:hover {
    color: #000;
}

@media (max-width: 991px) {
    .drop-menu {
        display: block;
    }
    .drop-menu .lang-switcher,
    .drop-menu .cta-button {
        display: none;
    }
}
@media (max-width: 767px) {
    .mobile-nav li {
        padding: 20px 0;
    }
    .mobile-nav a {
        font-size: 24px;
    }
    .drop-menu .lang-switcher {
        display: flex;
        width: fit-content;
        margin-bottom: 20px;
    }
    .drop-menu .cta-button {
        display: block;
    }
    .drop-menu .lang__link:last-child {
        margin-left: 15px;
    }
}
/* Logo */
.logo {
    display: inline-block;
    line-height: 1;
}

/* Image component */
img {
    max-width: 100%;
    height: auto;
}

/* Component - nav */
.nav ul {
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

.nav a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.nav a:hover {
    color: #000;
}

.nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* CORE STYLE */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(18, 26, 33, 0.08);
    z-index: 999;
}
.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
    transition: all 0.3s ease;
}
.header.fixed .header__container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header__left {
    display: flex;
    align-items: center;
    gap: 50px;
}
.header__right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

/* Lang */
.lang-switcher {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #d4dde6;
    border-radius: 18px;
    overflow: hidden;
}
.lang-switcher li:first-child {
    border-right: 1px solid #d4dde6;
}
.lang-switcher a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding: 5px 15px;
    transition: background 0.2s ease;
}
.lang-switcher li.current-lang a {
    background-color: #f1f5f9;
}
.lang-switcher li:hover a {
    background-color: #f1f5f9;
}

.mobile-lang {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .lang-switcher {
        display: none;
    }
    .header-cta-btn {
        display: none !important;
    }
}
.hero {
    min-height: 100svh;
    padding-top: 260px;
}
.hero__headline {
    width: 100%;
    max-width: 600px;
}
.hero__title {
    line-height: 1;
    font-size: 80px;
    font-weight: 600;
    color: #fff;
}
.hero__container {
    position: relative;
    z-index: 3;
}
.hero .hero__desc-wrap {
    display: flex;
    justify-content: flex-end;
}
.hero .hero__desc {
    max-width: 500px;
}
.hero .hero__subtitle {
    line-height: 1.3;
    font-size: 24px;
    color: #fff;
}
.hero .hero__button {
    margin-top: 80px;
}
.hero .hero__img-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #000;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgb(0, 0, 0) 88%,
        rgb(0, 0, 0) 100%
    );
    z-index: 2;
}
.hero .hero__img {
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0%;
    border-radius: 0;
}
@media (max-width: 991px) {
    .hero .hero__headline {
        margin-bottom: 20px;
    }
    .hero .hero__title {
        font-size: 64px;
    }
    .hero .hero__subtitle {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .hero .hero__title {
        font-size: 54px;
    }
    .hero .hero__subtitle {
        font-size: 18px;
    }
    .hero .hero__desc-wrap {
        display: block;
    }
}
@media (max-width: 480px) {
    .hero .hero__title {
        font-size: 40px;
    }
}

.hero-dark {
    position: relative;
    margin-bottom: 320px;
    color: #fff;
    background-color: #141a21;
}
.hero-dark__top {
    padding-top: 240px;
    padding-bottom: 380px;
}
.hero-dark__headline {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 30px;
    align-items: start;
}
.hero-dark__title {
    margin-bottom: 0;
    line-height: 1.15;
    font-size: 80px;
    font-weight: 500;
}
.hero-dark__text {
    margin-bottom: 60px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 500;
}
.hero-dark__bottom {
    position: absolute;
    height: 640px;
    inset: auto 0 -320px 0;
    overflow: hidden;
    z-index: 2;
}
.hero-dark__img-container {
    background-color: #f1f5f9;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    max-width: 1190px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
}
.hero-dark__img-wrap {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100vw;
    height: 100%;
    position: static;
    inset: auto auto -44rem 0%;
    overflow: hidden;
    z-index: 3;
}
.hero-dark__img {
    aspect-ratio: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    .hero-dark {
        margin-bottom: 160px;
    }
    .hero-dark__top {
        padding-top: 180px;
        padding-bottom: 220px;
    }
    .hero-dark__bottom {
        height: 320px;
        inset: auto 0 -160px 0;
    }
    .hero-dark__title {
        font-size: 64px;
    }
    .hero-dark__text {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hero-dark {
        margin-bottom: 130px;
    }
    .hero-dark__top {
        padding-top: 140px;
        padding-bottom: 180px;
    }
    .hero-dark__bottom {
        height: 260px;
        inset: auto 0 -130px 0;
    }
    .hero-dark__headline {
        grid-template-columns: none;
        gap: 15px;
    }
    .hero-dark__title {
        font-size: 48px;
    }
}
.hero-dark--noimg {
    margin-bottom: 0;
}
.hero-dark--noimg .hero-dark__top {
    padding-bottom: 140px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .hero-dark--noimg .hero-dark__top {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .hero-dark--noimg .hero-dark__top {
        padding-bottom: 40px;
    }
}
.hero-dark--news {
    margin-bottom: 240px;
}
.hero-dark--news .hero-dark__bottom {
    height: 480px;
    inset: auto 0 -240px 0;
}
.hero-dark--news .hero-dark__img-container::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 99%;
    background-color: #f1f5f9;
}
@media (max-width: 991px) {
    .hero-dark--news {
        margin-bottom: 160px;
    }
    .hero-dark--news .hero-dark__bottom {
        height: 320px;
        inset: auto 0 -160px 0;
    }
}
@media (max-width: 767px) {
    .hero-dark--news {
        margin-bottom: 380px;
    }
    .hero-dark--news .hero-dark__bottom {
        height: auto;
        inset: auto 0 -380px 0;
    }
}

.hero-light {
    position: relative;
    margin-bottom: 320px;
    color: #fff;
    background-color: #f1f5f9;
}
.hero-light__top {
    padding-top: 240px;
    padding-bottom: 380px;
}
.hero-light__headline {
    max-width: 705px;
}
.hero-light__title {
    margin-bottom: 0;
    line-height: 1.15;
    font-size: 80px;
    font-weight: 500;
}
.hero-light__text {
    margin-bottom: 60px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 500;
}
.hero-light__bottom {
    position: absolute;
    height: 640px;
    inset: auto 0 -320px 0;
    padding-left: 20px;
    overflow: hidden;
    z-index: 2;
}
.hero-light__img-container {
    background-color: #f1f5f9;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    max-width: 1190px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    padding-left: 0;
    padding-right: 0;
}
.hero-light__img-wrap {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100vw;
    height: 100%;
    position: static;
    inset: auto auto -44rem 0%;
    overflow: hidden;
    z-index: 3;
}
.hero-light__img {
    aspect-ratio: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (max-width: 991px) {
    .hero-light {
        margin-bottom: 160px;
    }
    .hero-light__top {
        padding-top: 180px;
        padding-bottom: 220px;
    }
    .hero-light__bottom {
        height: 320px;
        inset: auto 0 -160px 0;
    }
    .hero-light__title {
        font-size: 64px;
    }
    .hero-light__text {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .hero-light {
        margin-bottom: 130px;
    }
    .hero-light__top {
        padding-top: 140px;
        padding-bottom: 180px;
    }
    .hero-light__bottom {
        height: 260px;
        inset: auto 0 -130px 0;
    }
    .hero-light__headline {
        grid-template-columns: none;
        gap: 15px;
    }
    .hero-light__title {
        font-size: 48px;
    }
}
.hero-light--noimg {
    margin-bottom: 0;
}
.hero-light--noimg .hero-light__top {
    padding-bottom: 140px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .hero-light--noimg .hero-light__top {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .hero-light--noimg .hero-light__top {
        padding-bottom: 40px;
    }
}

.intro--nopb {
    padding-bottom: 0;
}
.intro__content {
    max-width: 705px;
}
.intro__title {
    margin-bottom: 40px;
    line-height: 1.15;
    font-size: 36px;
    font-weight: 500;
}
@media (max-width: 767px) {
    .intro__title {
        margin-bottom: 30px;
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .intro__title {
        margin-bottom: 20px;
        line-height: 1.3;
        font-size: 24px;
    }
}

.about__headline {
    display: grid;
    grid-template-columns: 6fr 6fr;
    align-items: end;
    gap: 30px;
    margin-bottom: 80px;
}
.about__content {
    display: grid;
    grid-template-columns: 6fr 6fr;
    align-items: start;
    gap: 30px;
}
.about__right {
    padding-left: 105px;
}
.about__title {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 600;
}
.about__img {
    border-radius: 8px;
}
.about__achivs {
    margin-top: 82px;
}
.about__desc {
    margin-top: 120px;
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
}
@media (max-width: 991px) {
    .about__container {
        grid-template-columns: 1fr;
    }
    .about__img {
        width: 100%;
    }
    .about__right {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }
    .about__achivs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 40px;
        order: 0;
    }
    .about__desc {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    .about__headline,
    .about__content {
        grid-template-columns: none;
    }
    .about__headline {
        margin-bottom: 40px;
        gap: 15px;
    }
    .about__achivs {
        display: grid;
        grid-template-columns: none;
        gap: 30px;
        margin-top: 0;
        order: 0;
    }
    .about__desc {
        margin-top: 40px;
        grid-template-columns: none;
        gap: 0;
    }
}
@media (max-width: 575px) {
    .about__title {
        font-size: 20px;
    }
}

.services {
    background: #f1f5f9;
}
.services__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
    border-bottom: 1px solid #d4dde6;
}
.services__mob-button {
    display: none;
}
@media (max-width: 767px) {
    .services__headline {
        padding-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .services__desk-button {
        display: none;
    }
    .services__mob-button {
        display: block;
        margin-top: 40px;
    }
}

.service-page__item {
    grid-template-columns: 1fr 5fr 6fr;
}
@media (max-width: 767px) {
    .service-page__item {
        grid-template-columns: none;
    }
}

.news-page__label {
    background-color: #fff;
}
.news-page__title {
    margin-top: 40px;
    line-height: 1.15;
    font-size: 48px;
    color: #000;
}
.news-page__content {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 30px;
}
.news-page__left {
    position: relative;
    padding-right: 105px;
}
.news-page__section {
    padding-bottom: 0;
}
.news-page__pagination {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .news-page__left {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .news-page__content {
        grid-template-columns: none;
        gap: 30px;
    }
    .news-page__left {
        order: 1;
        padding-right: 0;
    }
    .news-page__right {
        margin-bottom: 40px;
    }
}

.contact-page__container {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 30px;
}
.contact-page__left {
    padding-right: 105px;
}
@media (max-width: 991px) {
    .contact-page__left {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .contact-page__container {
        grid-template-columns: none;
    }
}
.contact-page__social .social__link {
    border-color: #eaeef2;
    background-color: #eaeef2;
}
.contact-page__social .social__link:hover {
    border-color: #31a9c5;
    background-color: #31a9c5;
    fill: #fff;
}

.contact-form {
    padding: 40px;
    border: 1px solid #eaeef2;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .contact-form {
        padding: 30px;
    }
}
.contact-form__title {
    margin-bottom: 40px;
}

.privacy-page__hero {
    margin-bottom: 0;
    color: #121a21;
}

.privacy-page__hero .hero-light__top {
    padding-bottom: 140px;
}

.privacy-page__hero-block {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 30px;
}

.privacy-page__hero-block .hero-light__title {
    font-size: 64px;
}

.privacy-page__content {
    max-width: 810px;
    margin: 0 auto;
}

.privacy-page__headline {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #d4dde6;
}

.privacy-page__title {
    line-height: 1.2;
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .privacy-page__hero-block {
        grid-template-columns: none;
    }
    .privacy-page__hero .hero-light__top {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .privacy-page__hero .hero-light__top {
        padding-bottom: 40px;
    }
    .privacy-page__hero-block .hero-light__title {
        font-size: 48px;
    }
}
@media (max-width: 480px) {
    .privacy-page__hero-block .hero-light__title {
        font-size: 36px;
    }
}
.page-404 {
    padding: 100px 0;
    background: #f1f5f9;
}

.page-404__container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 100%;
    height: 100vh;
}

.page-404__wrap {
    max-width: 560px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-404__scode {
    position: absolute;
    line-height: 1;
    font-size: 500px;
    font-weight: 500;
    color: #dee6ee;
}

.page-404__button {
    justify-self: center;
}

.page-404__button .button__icon {
    transform: rotate(-90deg);
}

.page-404__button:hover .button__icon {
    transform: rotate(-135deg);
}

@media (max-width: 991px) {
    .page-404__title {
        font-size: 48px;
    }
    .page-404__scode {
        font-size: 350px;
    }
}
@media (max-width: 767px) {
    .page-404__title {
        font-size: 40px;
    }
    .page-404__scode {
        position: relative;
        font-size: 150px;
    }
}
@media (max-width: 575px) {
    .page-404__title {
        font-size: 36px;
    }
}
/* Анимация появления */
.slider__image-container,
.slider__text {
    opacity: 1;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(0);
}

.slider__image-container.fade,
.slider__text.fade {
    opacity: 0;
    transform: translateY(10px);
}

.catalog {
    border-bottom: 1px solid #d4dde6;
}
.catalog__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d4dde6;
}
.catalog__subtitle {
    display: flex;
    justify-content: end;
    margin-bottom: 80px;
    font-size: 24px;
    font-weight: 500;
}
.catalog__desc {
    max-width: 495px;
}
.catalog__footer {
    display: none;
}
@media (max-width: 767px) {
    .catalog__headline .button {
        display: none;
    }
    .catalog__footer {
        display: block;
        margin-top: 40px;
    }
    .catalog__subtitle {
        margin-bottom: 40px;
    }
    .catalog__desc {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .catalog__subtitle {
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .catalog__headline {
        flex-direction: column;
        align-items: start;
    }
    .catalog__headline .button {
        margin-top: 10px;
    }
}

.slider {
    position: relative;
    display: flex;
    justify-content: end;
}
.slider__counter {
    line-height: 1.15;
    font-size: 20px;
    font-weight: 500;
    color: #728899;
}
.slider .active-slide {
    color: #0092b8;
}
.slider__left {
    width: 460px;
    height: 460px;
    background: #eaeef2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -230px;
    padding: 40px;
    border-radius: 8px;
    z-index: 1;
}
.slider__title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.15;
}
.slider__desc {
    font-size: 18px;
}
.slider__right {
    /* width: 920px; */
    height: 670px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}
.slider__img {
    max-width: 100%;
    max-height: 670px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 8px;
}
@media (max-width: 991px) {
    .slider__left {
        width: 380px;
        height: 380px;
        margin-top: -190px;
    }
    .slider__right {
        width: 620px;
    }
}
@media (max-width: 767px) {
    .slider {
        flex-direction: column;
    }
    .slider__left {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 30px;
        gap: 30px;
        order: 1;
        border-radius: 0 0 8px 8px;
    }
    .slider__right {
        display: block;
        width: 100%;
        height: 270px;
    }
    .slider__img {
        width: 100%;
        height: 270px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px 8px 0 0;
    }
}
@media (max-width: 575px) {
    .slider__title {
        font-size: 20px;
    }
    .slider__desc {
        font-size: 16px;
    }
}

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

.navigation button {
    padding: 15px;
    background-color: #f1f5f9;
    border-color: #f1f5f9;
}

.navigation button .navigation__icon {
    stroke: #007595;
}

.navigation button:hover .navigation__icon {
    stroke: #fff;
}

.navigation__icon--prev {
    transform: rotate(-135deg);
}

.navigation button:hover .navigation__icon--prev {
    transform: rotate(-135deg);
}

.navigation__icon--next {
    transform: rotate(45deg);
}

/* Section Catalog End  */
.brands__headline {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 30px;
    margin-bottom: 80px;
}
.brands__subtitle {
    margin-bottom: 30px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 500;
}
.brands__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
@media (max-width: 991px) {
    .brands__headline {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .brands__subtitle {
        font-size: 20px;
    }
    .brands__list {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .brands__headline {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }
    .brands__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 575px) {
    .brands__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .brands__list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.guarantees {
    color: #fff;
    background: #2b3944;
}
.guarantees__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.guarantees__left {
    padding-right: 105px;
}
.guarantees__right {
    border-radius: 8px;
    overflow: hidden;
}
.guarantees__title {
    color: #fff;
}
.guarantees__img {
    width: 100%;
}
@media (max-width: 991px) {
    .guarantees__container {
        gap: 20px;
    }
    .guarantees__left {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .guarantees__container {
        grid-template-columns: 1fr;
    }
    .guarantees__right {
        order: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 400px;
    }
    .guarantees__left {
        order: 1;
    }
}

.faq {
    border-bottom: 1px solid #d4dde6;
}
.faq__title {
    margin-bottom: 15px;
}
.faq__content {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
}
.faq__accordion .accordion__item {
    border-bottom: 1px solid #d4dde6;
}
.faq__footer {
    display: none;
}
@media (max-width: 991px) {
    .faq__content {
        grid-template-columns: none;
    }
    .faq__left .button {
        display: none;
    }
    .faq__footer {
        display: block;
        margin-top: 40px;
    }
}

.news__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 80px;
    border-bottom: 1px solid #d4dde6;
}
.news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.news__footer {
    display: none;
}
@media (max-width: 991px) {
    .news__list {
        display: flex;
        overflow: auto;
        gap: 20px;
    }
    .news__list .news-card {
        flex: none;
    }
}
@media (max-width: 767px) {
    .news__headline {
        margin-bottom: 40px;
    }
    .news__list {
        flex-flow: column;
        overflow: visible;
    }
    .news__button {
        display: none !important;
    }
    .news__footer {
        display: flex;
        justify-content: start;
        margin-top: 40px;
    }
}
.news-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media (max-width: 991px) {
    .news-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .news-posts {
        grid-template-columns: 1fr;
    }
}

.footer {
    background: #141a21;
}
.footer__title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #728899;
}
.footer__mid {
    display: grid;
    grid-template-columns: 7fr 2fr 3fr;
    gap: 30px;
    padding: 120px 0;
}
.footer__bottom {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #728899;
    border-top: 1px solid #2b3944;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav li {
    margin-top: 15px;
    line-height: 1.4;
    color: #d4dde6;
}
.footer-nav a {
    text-decoration: none;
    color: #d4dde6;
}
.footer-nav a:hover {
    color: #fff;
}
.footer-nav a {
    position: relative;
    transition: color 0.3s ease;
}

.footer-nav a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.footer-nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.footer .footer__cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
    line-height: 1;
    font-size: 96px;
    text-decoration: none;
    color: #fff;
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid #2b3944;
}
.footer .footer__cta-icon {
    width: 110px;
    height: 110px;
    stroke: #fff;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.footer .footer__cta::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.footer .footer__cta:hover {
    color: #fff;
}
.footer .footer__cta:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.footer .footer__cta:hover .footer__cta-icon {
    transform: rotate(45deg);
}
.footer .footer__social {
    margin-top: 150px;
    margin-bottom: 0;
}
.footer .copyright {
    margin-bottom: 0;
}
.footer .copyright::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #728899;
}
.footer__link {
    margin-left: 20px;
    text-decoration: none;
    color: #728899;
}
.footer__link:hover {
    color: #fff;
}
@media (max-width: 991px) {
    .footer .footer__cta {
        padding: 50px 0;
        font-size: 64px;
    }
    .footer .footer__cta-icon {
        width: 80px;
        height: 80px;
    }
    .footer__mid {
        grid-template-columns: 6fr 3fr 3fr;
        gap: 20px;
        padding: 90px 0;
    }
}
@media (max-width: 767px) {
    .footer .footer__cta {
        padding: 40px 0;
        font-size: 44px;
    }
    .footer .footer__cta-icon {
        width: 60px;
        height: 60px;
    }
    .footer__mid {
        grid-template-columns: 4fr 4fr 4fr;
        gap: 20px;
        padding: 60px 0;
    }
    .footer .footer__bottom {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .footer .footer__cta {
        padding: 30px 0;
        font-size: 28px;
    }
    .footer .footer__cta-icon {
        width: 40px;
        height: 40px;
    }
    .footer__mid {
        grid-template-columns: 6fr 6fr;
        gap: 20px;
        padding: 30px 0;
    }
    .footer__mid .footer__block:nth-child(1) {
        order: 1;
        margin-top: 60px;
    }
    .footer .footer__social {
        margin-top: 40px;
    }
    .footer__bottom {
        flex-direction: column;
        align-items: start;
    }
    .footer .footer__link {
        margin-left: 0;
    }
    .footer .copyright::after {
        content: none;
    }
}

/* Page Hero */
.page-hero {
    padding-top: 250px;
    padding-bottom: 380px;
    background: #141a21;
}

.page-hero__container {
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.page-hero__title {
    font-size: 80px;
    font-weight: 500;
    line-height: 1.15;
    color: #fff;
}

.page-hero__desc {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}

.hero-ci {
    height: 40rem;
    padding-left: 2.5rem;
    position: absolute;
    inset: auto 0% -20rem 0;
    overflow: hidden;
    z-index: 3;
}
@media (max-width: 991px) {
    .hero-dark__bottom {
        padding-left: 20px;
    }
}

.wpforms-form input,
.wpforms-form textarea {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    border-bottom: 1px solid #eaeef2 !important;
    outline: none !important;
    box-shadow: none !important;
}
.wpforms-form input:hover,
.wpforms-form textarea:hover {
    border-bottom-color: #adbcc7 !important;
}
.wpforms-form input:focus,
.wpforms-form textarea:focus {
    color: #000 !important;
    border-bottom-color: #31a9c5 !important;
    outline: none !important;
}
.wpforms-field-label {
    position: absolute !important;
    top: 25px !important;
    left: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #728899 !important;
    transition: all 0.2s ease;
}
.wpforms-field.active .wpforms-field-label {
    position: absolute !important;
    top: 0 !important;
    font-size: 12px !important;
}
.wpforms-submit-container {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 30px;
}
.wpforms-submit-container p {
    font-size: 12px !important;
}
.wpforms-submit {
    border-radius: 25px !important;
    background-color: #31a9c5 !important;
    border-color: #31a9c5 !important;
    outline: none !important;
    box-shadow: none !important;
}
.wpforms-submit:focus {
    outline: none !important;
    box-shadow: none !important;
}
.wpforms-submit:hover {
    background-color: #2595af !important;
    border-color: #2595af !important;
}

@media (max-width: 575px) {
    .wpforms-submit-container {
        grid-template-columns: 1fr;
    }
}
