@charset "UTF-8";
:root {
    --firs-font: "TT Firs Neue", sans-serif;
    --inter-font: "Inter", sans-serif;
    --tts-font: "TikTok Sans", sans-serif;
    --tts-ext-font: "TikTok Sans Expanded", sans-serif;
    --black: #1a1a1a;
    --red: #eb1932;
    --red-dark: #ad0100;
    --gray: #b3b3b3;
    --gray-btn: #eef1f7;
    --gray-second: #717680;
    --gray-border: #d5d7da;
    --gray-content: #e9eaeb;
    --gray-back: #fafafa;
    --blue: #052a77;
    --blue-light: #cde3ff;
    --blue-dark: #004cae;
    --blue-dark-2: #253572;
    --shadow: 0px 1px 2px -1px #0a0d121a, 0px 1px 3px 0px #0a0d121a;
    --shadow-hover: 0px 1px 10px -1px #0a0d121a, 0px 8px 20px 0px #0a0d121a;
}

.container {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 576px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 962px;
    }
}

@media (min-width: 1000px) {
    .container {
        width: calc(100% - 105px);
    }
}

@media (min-width: 1770px) {
    .container {
        width: calc(100% - 160px);
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tts-ext-font);
    color: #1a1a1a;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.h1,
h1 {
    font-size: 2.25rem;
    line-height: 1.1;
}

@media (min-width: 1000px) {
    .h1,
    h1 {
        font-size: 4rem;
    }
}

@media (min-width: 1770px) {
    .h1,
    h1 {
        /* font-size: 4.5rem; */
        font-size: 4rem;
    }
}

.h2,
h2 {
    font-size: 2rem;
    line-height: 110%;
}

@media (min-width: 1000px) {
    .h2,
    h2 {
        font-size: 3rem;
    }
}

@media (min-width: 1770px) {
    .h2,
    h2 {
        /* font-size: 4rem; */
        font-size: 3.375rem;
    }
}

.h3,
h3 {
    font-size: 1.5rem;
    line-height: 1.2;
}

@media (min-width: 1000px) {
    .h3,
    h3 {
        /* font-size: 2.5rem; */
        font-size: 2rem;
    }
}

@media (min-width: 1770px) {
    .h3,
    h3 {
        /* font-size: 3rem; */
        font-size: 2.25rem;
    }
}

.h4,
h4 {
    font-size: 1.5rem;
    line-height: 1.2;
}

@media (min-width: 1000px) {
    .h4,
    h4 {
        font-size: 2rem;
    }
}

@media (min-width: 1770px) {
    .h4,
    h4 {
        /* font-size: 2.25rem; */
        font-size: 2rem;
    }
}

.h5,
h5 {
    font-size: 1.5rem;
}

@media (min-width: 1000px) {
    .h5,
    h5 {
        font-size: 1.75rem;
    }
}

@media (min-width: 1770px) {
    .h5,
    h5 {
        font-size: 1.875rem;
    }
}

.frontPage .h1,
.frontPage h1,
.productPage .h1,
.productPage h1 {
    font-size: 2.25rem;
}

@media (min-width: 1000px) {
    .frontPage .h1,
    .frontPage h1,
    .productPage .h1,
    .productPage h1 {
        font-size: 3rem;
    }
}

@media (min-width: 1770px) {
    .frontPage .h1,
    .frontPage h1,
    .productPage .h1,
    .productPage h1 {
        font-size: 4rem;
    }
}

.frontPage .h1.front-slide__title--small,
.productPage .h1.front-slide__title--small {
    font-size: 2.25rem;
    margin: 0.9375rem 0 0;
}

@media (min-width: 1000px) {
    .frontPage .h1.front-slide__title--small,
    .productPage .h1.front-slide__title--small {
        font-size: 2.5rem;
        margin: 0.9375rem 0 0;
    }
}

@media (min-width: 1500px) {
    .frontPage .h1.front-slide__title--small,
    .productPage .h1.front-slide__title--small {
        font-size: 3rem;
        margin: 0.9375rem 0 0;
    }
}

@media (min-width: 1770px) {
    .frontPage .h1.front-slide__title--small,
    .productPage .h1.front-slide__title--small {
        font-size: 3.375rem;
        margin: 1.375rem 0 0;
    }
}

.frontPage .h2,
.frontPage h2,
.productPage .h2,
.productPage h2 {
    font-size: 2rem;
    line-height: 100%;
}

@media (min-width: 1000px) {
    .frontPage .h2,
    .frontPage h2,
    .productPage .h2,
    .productPage h2 {
        font-size: 3rem;
    }
}

@media (min-width: 1770px) {
    .frontPage .h2,
    .frontPage h2,
    .productPage .h2,
    .productPage h2 {
        font-size: 3.375rem;
    }
}

/*  */
/* btn */
/*  */
.btn {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.125rem;
    padding: 0 1.875rem;
    border-radius: 5px;
    border: 1px solid transparent;
    font-family: var(--tts-ext-font);
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
    transition-property: transform, color, border-color, background-color;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
    &:active {
        transform: scale(0.95);
    }
}

@media (min-width: 768px) {
    .btn {
        min-width: 10rem;
        width: auto;
    }
}

@media (min-width: 1000px) {
    .btn {
        height: 3.75rem;
        min-width: 11.25rem;
    }
}
.btn span {
    font-weight: 400;
    font-size: 1rem;
    transition: transform 0.4s;
}

.btn--red,
.btn--gray,
.btn--white {
    background: #fff;
    border: 1px solid #fff;
    svg,
    span {
        color: #000;
    }
    &::after,
    &::before {
        content: "";
        background: var(--red);
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        border-radius: 5px;
        transition: all 0.3s;
    }
    &:hover {
        border: 1px solid var(--red);
    }
    &:hover::after,
    &:hover::before {
        height: 100%;
    }
    &:hover svg,
    &:hover span {
        color: #fff;
    }
}
/* btn--white-border */
.btn--white.--bordered {
    border: 1px solid #000;
    &:hover {
        border: 1px solid var(--red);
    }
}
/* btn--gray */
.btn--gray {
    background: var(--gray-btn);
    border: 1px solid var(--gray-btn);
}
/* btn--red */
.btn--red {
    background: var(--red);
    border: 1px solid var(--red);
    &::after,
    &::before {
        /* background: var(--gray-btn); */
        background: #fff;
    }
    &:hover {
        background: transparent;
        border: 1px solid transparent;
        svg,
        span {
            color: #000;
        }
    }
    span {
        color: #fff;
    }
}
/* gray-hover */
.btn--red.--gray-hover,
.btn--gray.--gray-hover,
.btn--white.--gray-hover {
    &::after,
    &::before {
        background-color: var(--gray-btn);
    }
    &:hover {
        color: #000;
        border: 1px solid var(--gray-btn);
        svg,
        span {
            color: #000;
        }
    }
}

.article-wrap .btn--red {
    color: #fff;
}

.article-wrap .btn--red:hover {
    color: #031845;
    text-decoration: none;
}

/*  */
/* btn--transparent */
/*  */
.btn--transparent {
    background: var(--gray-btn);
}
.btn--transparent::after,
.btn--transparent::before {
    content: "";
    background: var(--red);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.btn--transparent:hover span {
    color: #000;
}
.btn--transparent:hover::after,
.btn--transparent:hover::before {
    height: 0;
}

section {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    box-sizing: border-box;
    padding: 2.5rem 0.9375rem 0;
}

@media (min-width: 1000px) {
    section {
        padding: 3.75rem 4.375rem 0;
    }
}

@media (min-width: 1770px) {
    section {
        padding: 5.625rem 6.25rem 0;
    }
}

section:last-of-type {
    padding-bottom: 2.5rem;
}

@media (min-width: 1000px) {
    section:last-of-type {
        padding-bottom: 4.375rem;
    }
}

@media (min-width: 1770px) {
    section:last-of-type {
        padding-bottom: 6.25rem;
    }
}

.frontPage section,
.productPage section {
    padding-top: 2.5rem;
}

@media (min-width: 1000px) {
    .frontPage section,
    .productPage section {
        padding: 3.75rem 4.375rem 0;
    }
}

@media (min-width: 1770px) {
    .frontPage section,
    .productPage section {
        padding: 5.625rem 6.25rem 0;
    }
}

.breadcrumbs {
    width: 100%;
    padding: 0.9375rem 0.9375rem 3.375rem;
}

@media (min-width: 1000px) {
    .breadcrumbs {
        padding: 1.0625rem 4.375rem 2rem;
    }
}

@media (min-width: 1770px) {
    .breadcrumbs {
        padding: 1.75rem 6.25rem 2.5rem;
    }
}

.breadcrumbs-list {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.breadcrumbs-list__item {
    list-style-type: none;
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    color: #b3b3b3;
    position: relative;
}

.breadcrumbs-list__item::after {
    content: "|";
    color: #b3b3b3;
    font-weight: 400;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    margin: 0 0.1875rem;
}

@media (min-width: 992px) {
    .breadcrumbs-list__item::after {
        margin: 0 0.8125rem;
    }
}

@media (max-width: 768px) {
    .breadcrumbs-list__item:first-of-type {
        height: 1.1875rem;
        display: contents;
    }

    .breadcrumbs-list__item:first-of-type .breadcrumbs-list__link {
        font-size: 0;
        text-indent: -9999px;
        background-image: url(../img/home-icon.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 1.1875rem;
        height: 1.1875rem;
        position: relative;
        top: -1px;
        display: inline-block;
    }
}

.breadcrumbs-list__item:last-of-type::after {
    display: none;
}

.breadcrumbs-list__link {
    text-decoration: none;
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    color: #b3b3b3;
    transition: 0.3s ease;
}

.breadcrumbs-list__link:hover {
    color: #1a1a1a;
}

.slider-btn,
.slider-next {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    /* border: 1px solid #031845; */
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0.625rem;
    box-sizing: border-box;
    transition: 0.4s ease;
    cursor: pointer;
    display: flex;
}

.slider-btn:not(.swiper-button-disabled):hover,
.slider-next:not(.swiper-button-disabled):hover {
    background: var(--red);
    border: 1px solid var(--red);
}

.slider-btn:not(.swiper-button-disabled):hover svg,
.slider-next:not(.swiper-button-disabled):hover svg {
    fill: #fff;
}

@media (min-width: 1000px) {
    .slider-btn,
    .slider-next {
        width: 3.75rem;
        height: 3.75rem;
    }
}

.slider-btn.swiper-button-disabled {
    cursor: default;
    opacity: 0.3;
}

.slider-btn:first-of-type {
    margin-right: 1.25rem;
    transform: rotate(-180deg);
}

@media (min-width: 1000px) {
    .slider-btn:first-of-type {
        margin-right: 1.875rem;
    }
}

.slider-btn__icon {
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    width: 1.5rem;
    height: 1.5rem;
    fill: #031845;
}

.slider-btn__icon path {
    fill: #031845;
}

.tabs__content {
    width: 100%;
}

.tabs__content {
    display: none;
}

.tabs__content--active {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.custom-overlay {
    background: rgba(3, 24, 69, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease;
}

.custom-overlay.open {
    z-index: 15;
    opacity: 1;
}

.page.is-scroll-disabled {
    height: 100vh;
    overflow: hidden;
}

.page.is-scroll-disabled body {
    height: 100vh;
    overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html.is-scroll-disabled {
        overflow: hidden;
    }
}

.custom-checkbox {
    width: 100%;
}

.custom-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox > span {
    display: block;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-left: 2.8125rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 150%;
    cursor: pointer;
}

.custom-checkbox > span a {
    margin-right: 4px;
    color: #1a1a1a;
}

.custom-checkbox > span a:hover {
    text-decoration: none;
}

.custom-checkbox > span::before {
    content: "";
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #031845;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    position: absolute;
    left: 0;
    top: -2px;
}

.custom-checkbox > input:checked + span::before {
    background-image: url(../img/tick-blue.svg);
}

.custom-checkbox.field-error span::before {
    border: 1px solid var(--red);
}

input:-webkit-autofill::first-line,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    color: #1a1a1a !important;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.dynamicPagination {
    margin: 1.875rem auto 0;
    position: relative;
    left: 0 !important;
    transform: translateX(0) !important;
}

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

.dynamicPagination .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #ccc;
    opacity: 1;
    top: -1.5px;
}

.dynamicPagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: var(--red);
    border-color: var(--red);
    top: 0;
}

.dynamicPagination .swiper-pagination-bullet-active-next,
.dynamicPagination .swiper-pagination-bullet-active-prev {
    transform: scale(1);
    top: -2px;
}

.dynamicPagination .swiper-pagination-bullet-active-next-next,
.dynamicPagination .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.5);
    top: -1.5px;
}

.hide {
    display: none;
}

[type="button"]:focus-visible,
[type="reset"]:focus-visible,
[type="submit"]:focus-visible,
button:focus-visible {
    outline: 0 !important;
}

@font-face {
    font-family: "TT Firs Neue";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:
        url(../fonts/TT_Firs_Neue_Light.woff2) format("woff2"),
        url(../fonts/TT_Firs_Neue_Light.otf) format("opentype");
}
@font-face {
    font-family: "TT Firs Neue";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        url(../fonts/TT_Firs_Neue_Regular.woff2) format("woff2"),
        url(../fonts/TT_Firs_Neue_Regular.otf) format("opentype");
}
@font-face {
    font-family: "TT Firs Neue";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:
        url(../fonts/TT_Firs_Neue_Medium.woff2) format("woff2"),
        url(../fonts/TT_Firs_Neue_Medium.otf) format("opentype");
}
@font-face {
    font-family: "TT Firs Neue";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src:
        url(../fonts/TT_Firs_Neue_DemiBold.woff2) format("woff2"),
        url(../fonts/TT_Firs_Neue_DemiBold.otf) format("opentype");
}
@font-face {
    font-family: "TT Firs Neue";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:
        url(../fonts/TT_Firs_Neue_Bold.woff2) format("woff2"),
        url(../fonts/TT_Firs_Neue_Bold.otf) format("opentype");
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Light.woff2) format("woff2");
    font-weight: 300;
}

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

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Medium.woff2) format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-SemiBold.woff2) format("woff2");
    font-weight: 600;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Bold.woff2) format("woff2");
    font-weight: 700;
}
/*  */
/* TikTok Sans */
/*  */
/* @font-face {
    font-family: "TikTok Sans";
    src:
        url("../fonts/TikTokSans-VariableFont_opsz,slnt,wdth,wght.woff2") format("woff2-variations"),
        url("../fonts/TikTokSans-VariableFont_opsz,slnt,wdth,wght.ttf") format("truetype-variations");
    font-weight: 100 900;
    font-stretch: 75% 150%;
    font-style: oblique -10deg 20deg;
    font-display: swap;
} */
@font-face {
    font-family: "TikTok Sans Expanded";
    font-display: swap;
    src:
        url(../fonts/TikTokSans_24pt_Expanded-Regular.woff2) format("woff2"),
        url(../fonts/TikTokSans_24pt_Expanded-Regular.ttf) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "TikTok Sans Expanded";
    font-display: swap;
    src:
        url(../fonts/TikTokSans_24pt_Expanded-Medium.woff2) format("woff2"),
        url(../fonts/TikTokSans_24pt_Expanded-Medium.ttf) format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "TikTok Sans Expanded";
    font-display: swap;
    src:
        url(../fonts/TikTokSans_24pt_Expanded-SemiBold.woff2) format("woff2"),
        url(../fonts/TikTokSans_24pt_Expanded-SemiBold.ttf) format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: "TikTok Sans";
    font-display: swap;
    src:
        url(../fonts/TikTokSans_24pt-Regular.woff2) format("woff2"),
        url(../fonts/TikTokSans_24pt-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "TikTok Sans";
    font-display: swap;
    src:
        url(../fonts/TikTokSans_24pt-Medium.woff2) format("woff2"),
        url(../fonts/TikTokSans_24pt-Medium.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "TikTok Sans";
    font-display: swap;
    src:
        url(../fonts/TikTokSans_24pt-SemiBold.woff2) format("woff2"),
        url(../fonts/TikTokSans_24pt-SemiBold.ttf) format("truetype");
    font-weight: 600;
}
/*  */
/* /TikTok Sans */
/*  */
@-ms-viewport {
    width: device-width;
}

.page {
    box-sizing: border-box;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
    min-width: 320px;
    min-height: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
    margin-right: calc(-1 * (100vw - 100%));
    overflow-x: hidden;
}

.page__inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 86px;
}

@media (min-width: 1000px) {
    .page__inner {
        padding-top: 184px;
    }
}

@media (min-width: 1770px) {
    .page__inner {
        padding-top: 160px;
    }
}

.page__content {
    flex-grow: 1;
}

.page__footer-wrapper {
    flex-shrink: 0;
}

.bluePage .page__inner,
.frontPage .page__inner {
    padding-top: 0;
}

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

body {
    background: #fff;
    margin: 0;
    min-height: 100%;
    font-family: var(--tts-font);
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    scrollbar-gutter: stable;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
}

[role="button"],
a,
button,
input,
label,
select,
textarea {
    touch-action: manipulation;
}

a svg,
button svg {
    pointer-events: none;
}

img {
    max-width: 100%;
    height: auto;
}

button,
select {
    text-transform: none;
    outline: 0;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: 0;
    background-color: transparent;
}

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

svg {
    fill: currentColor;
}

a svg,
button svg {
    pointer-events: none;
}

svg:not(:root) {
    overflow: hidden;
}

p {
    line-height: 24px;
}

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

@media (min-width: 1240px) {
    .header {
        z-index: 10;
    }
}

.header .shortHeader-links {
    display: none;
}

@media (min-width: 1240px) {
    .frontPage .header {
        position: fixed;
    }
}

.front.productPage,
.productPage {
    height: auto;
    padding: 85px 0 40px;
}

@media (min-width: 992px) {
    .front.productPage,
    .productPage {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .front.productPage::before,
    .productPage::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(3, 24, 69, 0.6);
        z-index: 2;
    }
}

.front.productPage .produktFront,
.productPage .produktFront {
    z-index: 3;
}

.productPage .header {
    position: absolute;
}

@media (min-width: 1240px) {
    .productPage .header {
        position: absolute;
    }
}

nav.header-bottom.header--fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(132, 136, 144, 0.63);
}

.header-top {
    width: 100%;
    padding: 1.0625rem 4.375rem;
    background: #fff;
    align-content: center;
    align-items: center;
    position: relative;
    display: none;
    z-index: 13;
}

@media (min-width: 1240px) {
    .header-top {
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
        gap: 1rem;
    }

    .header-top::after {
        content: "";
        position: absolute;
        width: calc(100% - 140px);
        height: 1px;
        left: 70px;
        bottom: 0;
        background: rgba(132, 136, 144, 0.63);
    }
}

@media (min-width: 1770px) {
    .header-top {
        padding: 0.3125rem 6.25rem;
    }

    .header-top::after {
        width: calc(100% - 200px);
        left: 100px;
    }
}

.bluePage .header-top::after,
.frontPage .header-top::after {
    display: none;
}
.header-top__logo {
    display: block;
    img {
        display: block;
    }
}
.header-top__descr {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    color: #4d4d4d;
    width: 470px;
}

@media (min-width: 1770px) {
    .header-top__descr {
        width: auto;
    }
}

.header-panel {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    margin-left: auto;
}

.header-panel__callback {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 100%;
    color: var(--red);
    transition: 0.4s ease;
    display: block;
    margin-left: 1.875rem;
    margin-right: 0.6875rem;
    margin-right: 1.5625rem;
    position: relative;
}

.header-panel__callback::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #1a1a1a;
    position: absolute;
    right: -20px;
    top: calc(50% - 15px);
}

.header-panel__callback:hover {
    color: #cc061a;
}

.header-panel__phone {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 100%;
    color: #1a1a1a;
    transition: 0.4s ease;
    display: block;
    margin-left: 1.875rem;
    margin-right: 0.6875rem;
    margin-right: 1.5625rem;
    position: relative;
    transition: 0.5s ease;
    text-decoration: none;
}

.header-panel__phone::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #1a1a1a;
    position: absolute;
    right: -30px;
    top: calc(50% - 15px);
}

.header-panel__phone:hover {
    color: #b3b3b3;
    text-decoration-color: transparent;
}

.header-panel__contact {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 100%;
    color: #1a1a1a;
    transition: 0.4s ease;
    display: block;
    margin-left: 1.875rem;
    margin-right: 0.6875rem;
    text-decoration: none;
    margin-right: 1.5625rem;
    position: relative;
    transition: 0.5s ease;
}

.header-panel__contact::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #1a1a1a;
    position: absolute;
    right: -30px;
    top: calc(50% - 15px);
}

.header-panel__contact:hover {
    color: #b3b3b3;
}

.header-panel__search {
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 50%;
    position: relative;
    transition: 0.4s ease;
}

.header-panel__search::before {
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/search-icon.svg);
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.header-panel__search:hover {
    background: #f7f7f7;
}

.header-bottom {
    padding: 0.9375rem;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 11;
    background-color: #fff;
}

@media (min-width: 992px) {
    .header-bottom {
        background-color: transparent;
    }
}

@media (min-width: 1240px) {
    .header-bottom {
        padding: 1.25rem 4.375rem;
    }
}

@media (min-width: 1770px) {
    .header-bottom {
        padding: 1.25rem 6.25rem;
    }
}
.header-bottom__logo {
    display: block;
    img {
        display: block;
    }
}
.header:not(.header-fixed) .header-bottom__logo {
    display: none;
}
.header:not(.header-fixed) .header-bottom__menu {
    margin-left: auto;
}

.header-bottom.open .menu-desktop__link {
    color: #1a1a1a;
}

.menu-desktop {
    margin: 0;
    padding: 0;
    display: none;
}

@media (min-width: 1240px) {
    .menu-desktop {
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
    }
}

.menu-desktop__item {
    list-style-type: none;
    margin-right: 3.5rem;
}

.menu-desktop__item.shortLink:hover::before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -6;
}

.menu-desktop__item.shortLink:hover .menu-desktop__link,
.menu-desktop__item.shortLink:hover ul .menu-desktop__link {
    color: #1a1a1a;
}

.menu-desktop__item.shortLink:hover .d-menu__item {
    z-index: 15;
    visibility: visible;
}

.menu-desktop__item.shortLink:hover .d-menu__item .d-menu__wrap {
    opacity: 1;
}

.menu-desktop__item.shortLink:hover a::before {
    display: block;
}

.menu-desktop__link {
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    color: #1a1a1a;
    position: relative;
    display: block;
    transition: 0.2s ease;
    cursor: pointer;
    z-index: 17;
}

@media (min-width: 1770px) {
    .menu-desktop__link {
        font-size: 1.125rem;
    }
}

.menu-desktop__link::after {
    content: "";
    width: 0;
    height: 4px;
    background: var(--red);
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: width 0.4s ease;
}

.menu-desktop__link::before {
    content: "";
    position: absolute;
    width: calc(100% + 112px);
    left: -56px;
    height: 57px;
    top: -15px;
}

.menu-desktop__link:hover::after {
    width: 100%;
}

.frontPage .menu-desktop__link,
.productPage .menu-desktop__link {
    color: #fff;
}

[data-class="dark"] .menu-desktop__link {
    color: #fff;
}

[data-class="light"] .menu-desktop__link {
    color: #1a1a1a;
}

.search-wrap {
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 16;
    box-sizing: border-box;
    transition: 0.5s ease;
    display: none;
}

@media (min-width: 1240px) {
    .search-wrap {
        display: block;
        padding: 5.625rem 12.5rem 5.625rem 4.375rem;
        transform: translateY(-100%);
    }
}

@media (min-width: 1770px) {
    .search-wrap {
        padding: 8.125rem 12.5rem 5.625rem 6.25rem;
    }
}

.search-wrap.open {
    transform: translateY(0);
}

.search-wrap__form {
    width: 100%;
    position: relative;
    border: 1px solid #1a1a1a;
    height: 5rem;
}

.search-wrap__field {
    padding: 0 20px 0 34px;
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    font-size: 2rem;
    font-family: var(--tts-font);
}

.search-wrap__field::-moz-placeholder {
    font-weight: 400;
    font-size: 2rem;
    font-family: var(--tts-font);
    color: #b3b3b3;
}

.search-wrap__field:-ms-input-placeholder {
    font-weight: 400;
    font-size: 2rem;
    font-family: var(--tts-font);
    color: #b3b3b3;
}

.search-wrap__field::placeholder {
    font-weight: 400;
    font-size: 2rem;
    font-family: var(--tts-font);
    color: #b3b3b3;
}

.search-wrap__submit {
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 25px);
}

.search-wrap__submit::before {
    content: "";
    width: 2.1875rem;
    height: 2.1875rem;
    background-image: url(../img/search-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    left: calc(50% - 17.5px);
    top: calc(50% - 17.5px);
    position: absolute;
}

.search-wrap__submit:hover {
    background: #f7f7f7;
}

.search-wrap__close {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    position: absolute;
    top: 1.875rem;
    transition: 0.5s ease;
}

@media (min-width: 1240px) {
    .search-wrap__close {
        right: 4.375rem;
    }
}

@media (min-width: 1770px) {
    .search-wrap__close {
        right: 6.25rem;
    }
}

.search-wrap__close:hover {
    background: #f7f7f7;
}

.search-wrap__close::before {
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    background-image: url(../img/close-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: absolute;
}

.shortHeader {
    z-index: 15;
    width: 100%;
    border-bottom: 1px solid rgba(132, 136, 144, 0.63);
    transform: translateY(0);
    padding: 1rem 4.375rem;
}

@media (min-width: 1770px) {
    .shortHeader {
        padding: 1rem 6.25rem;
    }
}

.shortHeader .menu-desktop__link {
    color: #1a1a1a !important;
}

.shortHeader .d-menu__item {
    top: 87px;
}

.shortHeader-links {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
}

.shortHeader__phone {
    width: 1.6875rem;
    height: 1.6875rem;
    margin-right: 3.125rem;
    position: relative;
}

.shortHeader__phone::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #1a1a1a;
    position: absolute;
    right: -25px;
    top: calc(50% - 15px);
}

.shortHeader__phone svg {
    width: 100%;
    height: 100%;
    stroke: #1a1a1a;
    fill: transparent;
    transition: 0.5s ease;
}

.shortHeader__phone:hover svg {
    stroke: var(--red);
}

.shortHeader__callback {
    width: 2.8125rem;
    height: 1.6875rem;
    margin-right: 2.1875rem;
    position: relative;
}

.shortHeader__callback::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #1a1a1a;
    position: absolute;
    right: -25px;
    top: calc(50% - 15px);
}

.shortHeader__callback svg {
    width: 100%;
    height: 100%;
    stroke: #1a1a1a;
    fill: transparent;
    transition: 0.5s ease;
}

.shortHeader__callback:hover svg {
    stroke: var(--red);
}

.header.header-fixed {
    z-index: 16;
    position: fixed;
    left: 0;
    top: 0;
}

.header.header-fixed .header-top {
    display: none;
}

.header.header-fixed .menu-desktop {
    margin: 0 4.375rem 0 auto;
}

.header.header-fixed .shortHeader-links {
    display: flex;
}

.header.header-fixed .header-bottom {
    background: #fff;
}

.front-slider {
    position: relative;
}

.front {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 44.375rem;
    position: relative;
}

@media (min-width: 390px) {
    .front {
        height: 40rem;
    }
}

@media (min-width: 1000px) {
    .front {
        min-height: 100vh;
        height: auto;
    }
}

.front-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.front-slider {
    width: 100%;
    flex: 1 0 auto;
    display: flex;
}

@media (min-width: 1000px) {
    .front-slider {
        height: 100%;
        min-height: 100%;
    }
}

.front-slider .swiper-wrapper {
    height: 100%;
}

.front-slider__slide {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0.9375rem;
    box-sizing: border-box;
    position: relative;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
    /* &::after {
        content: '';
        position: absolute;
        inset: 0;
        background: url("../img/pixel-grid-banner.svg");
        mix-blend-mode: screen;
        z-index: 0;
    } */
}

@media (min-width: 768px) {
    .front-slider__slide {
        align-content: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .front-slider__slide {
        min-height: calc(100vh - 80px);
        padding: 0 4.375rem;
    }
}

@media (min-width: 1770px) {
    .front-slider__slide {
        min-height: calc(100vh - 70px);
        padding: 0 6.25rem;
    }
}

.front-slide__pic,
.front-slide__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    background: #031845;
}

.front-slide__pic {
    display: none;
}

@media (min-width: 992px) {
    .front-slide__pic {
        display: block;
    }
}

.front-slide__pic--mob {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 992px) {
    .front-slide__pic--mob {
        display: none;
    }
}

.front-slide__content {
    position: relative;
    z-index: 3;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin: 10rem 0 0;
}

@media (min-width: 992px) {
    .front-slide__content {
        width: 75%;
    }
}

@media (min-width: 1440px) {
    .front-slide__content {
        margin: 7.4375rem 0 0;
        width: 60%;
    }
}

.front-slide__el {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 1.25rem;
    font-family: var(--tts-font);
    font-weight: 300;
    line-height: 120%;
}

@media (min-width: 1000px) {
    .front-slide__el {
        margin: 0;
        padding-right: 30%;
    }
}

@media (min-width: 1770px) {
    .front-slide__el {
        font-size: 2.25rem;
    }
}

.front-slide__sub {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    margin: 0.9375rem 0 0;
    padding-right: 20%;
}

@media (min-width: 1000px) {
    .front-slide__sub {
        width: 100%;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 160%;
        margin: 1.125rem 0 0;
        padding-right: 55%;
    }
}

@media (min-width: 1770px) {
    .front-slide__sub {
        margin: 2.25rem 0 0;
        padding-right: 55%;
    }
}

.front-slide__title {
    color: #fff;
    width: 100%;
    font-weight: 400;
    font-size: 2.5rem;
    margin: 0.9375rem 0 0;
    text-wrap: balance;
}

@media (min-width: 1000px) {
    .front-slide__title {
        font-weight: 500;
        font-size: 4.5rem;
        margin: 0.9375rem 0 0;
    }
}

@media (min-width: 1770px) {
    .front-slide__title {
        font-size: 6rem;
        margin: 1.375rem 0 0;
    }
}

.front-slide__title--small {
    font-size: 2.25rem;
}

@media (min-width: 1000px) {
    .front-slide__title--small {
        font-size: 4rem;
    }
}

@media (min-width: 1770px) {
    .front-slide__title--small {
        font-size: 4.5rem;
        margin: 1.375rem 0 0;
    }
}

.front-slider__pagination.swiper-pagination-bullets {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 2;
    left: 15px;
    bottom: 50px;
}

@media (min-width: 1000px) {
    .front-slider__pagination.swiper-pagination-bullets {
        left: 70px;
        bottom: 60px;
    }
}

@media (min-width: 1770px) {
    .front-slider__pagination.swiper-pagination-bullets {
        left: 100px;
        bottom: 120px;
    }
}

.front-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
    width: 0.625rem;
    height: 0.625rem;
    background: #fff;
    box-sizing: border-box;
    margin: 0 0.625rem 0 0;
    transition: 0.2s ease;
    transition-property: width, height, background-color, border;
}

@media (min-width: 992px) {
    .front-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 0.9375rem;
        height: 0.9375rem;
        margin: 0 0.375rem;
    }
}

.front-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.125rem;
    height: 1.125rem;
    border: 1px solid var(--red);
    background: var(--red);
}

.front-slider__slogan {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 100%;
    text-align: right;
    font-size: 1rem;
    z-index: 3;
}

@media (min-width: 1000px) {
    .front-slider__slogan {
        right: 70px;
        bottom: 60px;
        font-size: 1.875rem;
    }
}

@media (min-width: 1770px) {
    .front-slider__slogan {
        right: 100px;
        bottom: 109px;
    }
}

[data-color="light"] .front-slide__title,
[data-color="light"] .front-slider__slogan {
    color: #1a1a1a;
}

.front-slide__btn {
    min-width: 10rem;
    width: auto;
    margin-top: 2rem;
}

@media (min-width: 1000px) {
    .front-slide__btn {
        margin-top: 2.625rem;
    }
}

@media (min-width: 1770px) {
    .front-slide__btn {
        margin-top: 3.875rem;
    }
}

.video-mute {
    position: absolute;
    cursor: pointer;
    right: 15px;
    bottom: 5px;
    z-index: 4;
}

.video-mute svg {
    fill: transparent;
}

@media (min-width: 1000px) {
    .video-mute {
        right: 30px;
        bottom: 30px;
    }
}

@media (min-width: 1770px) {
    .video-mute {
        right: 100px;
        bottom: 40px;
    }
}

.video-mute.sound #symbol {
    display: none;
}

.main-wrap {
    position: relative;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    &:not(.--no-blur) {
        background: linear-gradient(180deg, #eef0f7cc 50%, #ffffffcc 57.22%);
        backdrop-filter: blur(50px);
    }
}

@media (min-width: 1000px) {
    .main-wrap {
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 1770px) {
    .main-wrap {
        padding-bottom: 3.125rem;
    }
}

#frontAbout {
    /* background-color: #fff; */
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    padding-top: 0;
}

@media (min-width: 1000px) {
    #frontAbout {
        padding: 3.75rem 4.375rem 0;
    }
}

@media (min-width: 1770px) {
    #frontAbout {
        padding: 5.625rem 6.25rem 0;
    }
}

.frontAbout__content {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    a {
        color: var(--red);
        &:hover {
            text-decoration-color: transparent;
        }
    }
}

@media (min-width: 1000px) {
    .frontAbout__content {
        width: 33.2%;
        padding-left: 0;
        padding-right: 0;
        /* padding-bottom: 4rem; */
        /* border-bottom: 1px solid #1a1a1a; */
    }
    .frontAbout__content.--no-line {
        border: none;
        padding-bottom: 0;
    }
}

@media (min-width: 1770px) {
    .frontAbout__content {
        width: 40.5%;
        /* padding-bottom: 5.25rem; */
    }
}

.frontAbout__sub {
    width: 100%;
    display: inline-block;
    margin: 1.5625rem 0 1.5625rem;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 100%;
    font-family: var(--tts-ext-font);
    text-wrap: balance;
    color: #1a1a1a;
}

@media (min-width: 1000px) {
    .frontAbout__sub {
        font-size: 1.75rem;
        margin: 3.125rem 0 1.5625rem;
    }
}

@media (min-width: 1770px) {
    .frontAbout__sub {
        font-size: 2.25rem;
        margin: 4.375rem 0 2.5rem;
    }
}

.frontAbout__text {
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    color: #1a1a1a;
    margin: 0 0 1.875rem;
}

@media (min-width: 1000px) {
    .frontAbout__text {
        font-size: 1.125rem;
        margin: 0 0 3.125rem;
    }
}

.frontAbout__counts {
    background: #fff;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0 auto 2.5rem;
    padding: 1.875rem 2.5rem;
    border-radius: 0.625rem;
}

@media (min-width: 1000px) {
    .frontAbout__counts {
        width: 60%;
        align-content: center;
        align-items: center;
        padding: 3.1875rem 3.25rem;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .frontAbout__counts {
        padding: 3.5625rem 4.5rem;
        width: 54%;
    }
}
.productAbout .frontAbout__counts {
    position: relative;
    border-radius: 0.625rem;
    background: transparent !important;
    transition: background-color 0.2s ease;
    overflow: clip;
    &::before {
        position: absolute;
        content: "";
        width: 100%;
        height: auto;
        top: -20%;
        left: 30%;
        aspect-ratio: 1;
        background: url("../img/glass-pattern-1.png");
        background-size: contain;
        background-position: 60% 60%;
        background-repeat: no-repeat;
        filter: blur(50px);
        opacity: 0.7;
        z-index: -2;
    }
    &::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        background-color: var(--gray-btn) 80;
        backdrop-filter: blur(50px);
        z-index: -1;
    }
}

.counts-item {
    width: 100%;
    margin: 0 0 2.8125rem;
}

.counts-item:first-child .counts-item__label {
    color: #eb1932;
}
.counts-item:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .counts-item {
        width: 48%;
    }
}

@media (min-width: 1000px) {
    .counts-item {
        width: 50%;
        margin: 0 0 4.875rem;
    }

    .counts-item:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
}

@media (min-width: 1770px) {
    .counts-item {
        margin: 0 0 6rem;
    }
}

.counts-item:nth-of-type(3) span {
    margin-right: 0;
}

.counts-item__label {
    position: relative;
    display: flex;
    width: 100%;
    font-family: var(--tts-ext-font);
    font-size: 2rem;
    line-height: 110%;
    font-weight: 500;
    color: #000;
    padding: 0 0 20px;
}

.counts-item__label::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    .counts-item__label::after {
        width: 90%;
    }
}
@media (min-width: 1000px) {
    .counts-item__label {
        font-size: 2.25rem;
    }

    .counts-item__label::after {
        width: 240px;
    }
}
@media (min-width: 1770px) {
    .counts-item__label {
        font-size: 3rem;
    }

    .counts-item__label::after {
        width: 340px;
    }
}

.counts-item__label span {
    font-size: 3.5rem;
    font-weight: 500;
    font-family: var(--tts-ext-font);
    margin-right: 10px;
    position: relative;
}

@media (min-width: 1000px) {
    .counts-item__label span {
        font-size: 4.25rem;
    }
}

@media (min-width: 1770px) {
    .counts-item__label span {
        font-size: 5rem;
    }
}

.counts-item__el {
    font-weight: 400;
    font-family: var(--tts-font);
}

@media (min-width: 1000px) {
    .counts-item__el {
        font-size: 4.75rem;
        font-weight: 300;
    }
}

@media (min-width: 1770px) {
    .counts-item__el {
        font-size: 6rem;
    }
}

.counts-item__el2 {
    position: relative;
    top: 6px;
}

@media (min-width: 1000px) {
    .counts-item__el2 {
        top: 8px;
    }
}

.counts-item__descr {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 125%;
    color: #1a1a1a;
    margin: 20px 0 0;
}

@media (min-width: 1000px) {
    .counts-item__descr {
        font-size: 1.25rem;
    }
}

.frontAbout__btnd {
    display: none;
}

@media (min-width: 1000px) {
    .frontAbout__btnd {
        display: flex;
    }
}

.frontAbout__btnm {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 1000px) {
    .frontAbout__btnm {
        display: none;
    }
}

.frontAbout__mobText {
    width: 100%;
    margin: 30px auto;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 160%;
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid #1a1a1a;
}

@media (min-width: 1000px) {
    .frontAbout__mobText {
        display: none;
    }
}

.productAbout {
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

.productAbout h2.h2 {
    margin-bottom: 0.9375rem;
}

@media (min-width: 1000px) {
    .productAbout h2.h2 {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 1770px) {
    .productAbout h2.h2 {
        margin-bottom: 2.3125rem;
    }
}

.productAbout .frontAbout__text {
    font-weight: 400;
}

@media (min-width: 1000px) {
    .productAbout .frontAbout__text {
        padding-right: 5%;
    }
}

@media (min-width: 1770px) {
    .productAbout .frontAbout__text {
        padding-right: 20%;
    }
}

@media (min-width: 1000px) {
    .productAbout .frontAbout__content {
        width: 350px;
    }
}

@media (min-width: 1770px) {
    .productAbout .frontAbout__content {
        width: 630px;
    }
}

.productAbout .frontAbout__counts {
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem 1.375rem 2.5rem;
}

@media (min-width: 1000px) {
    .productAbout .frontAbout__counts {
        width: calc(100% - 410px);
        padding: 3.1875rem 3.25rem;
    }
}

@media (min-width: 1770px) {
    .productAbout .frontAbout__counts {
        width: calc(100% - 695px);
        padding: 3.5625rem 4.5rem;
    }
}

@media (min-width: 1000px) {
    .productAbout .counts-item {
        margin: 0 0 4.25rem;
        width: 45%;
    }

    .productAbout .counts-item:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
}

@media (min-width: 1770px) {
    .productAbout .counts-item {
        margin: 0 0 5.375rem;
        width: 50%;
    }

    .productAbout .counts-item:nth-of-type(even) {
        width: 45%;
    }
}

.productAbout .counts-item__label span {
    font-size: 3.125rem;
}

@media (min-width: 1000px) {
    .productAbout .counts-item__label span {
        font-size: 3rem;
    }
}

@media (min-width: 1770px) {
    .productAbout .counts-item__label span {
        font-size: 4rem;
        letter-spacing: -1px;
    }
}

@media (min-width: 1000px) {
    .counts--text .counts-item {
        margin: 0 0 4.25rem;
        width: 50%;
    }

    .counts--text .counts-item:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }

    .counts--text .counts-item:nth-of-type(odd) {
        width: 40%;
    }
}

@media (min-width: 1770px) {
    .counts--text .counts-item {
        margin: 0 0 5.375rem;
        width: 50%;
    }

    .counts--text .counts-item:nth-of-type(even) {
        width: 45%;
    }
}

.counts--text .counts-item .counts-item__label {
    color: #031845;
}

.counts--text .counts-item__label span {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 100%;
}

@media (min-width: 1000px) {
    .counts--text .counts-item__label span {
        font-size: 2rem;
    }
}

@media (min-width: 1770px) {
    .counts--text .counts-item__label span {
        font-size: 2.5rem;
    }
}

.frontPortfolio {
    /* background: #fff; */
}

@media (max-width: 992px) {
    .frontPortfolio {
        padding-right: 0;
        padding-left: 0;
    }
}

.frontPortfolio .h2 {
    padding: 0 15px;
}

@media (min-width: 992px) {
    .frontPortfolio .h2 {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .frontPortfolio {
        padding: 0;
    }
}

.frontPortfolio .tabs__content {
    position: relative;
}

@media (max-width: 992px) {
    .frontPortfolio .tabs__content {
        margin: 30px 0 0;
    }
}

.frontPortfolio .frontPortfolio-btns {
    position: absolute;
    right: 0;
    top: -90px;
}

.frontPortfolio .frontPortfolio-btns.btnHide {
    opacity: 0;
    visibility: hidden;
}

.frontPortfolio-notfront {
    padding: 2.5rem 0 0;
}

@media (min-width: 1000px) {
    .frontPortfolio-notfront {
        padding: 3.75rem 4.375rem 0;
    }
}

@media (min-width: 1770px) {
    .frontPortfolio-notfront {
        padding: 5.625rem 6.25rem 0;
    }
}

.frontPortfolio-panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 1.875rem 0 0;
}

@media (min-width: 992px) {
    .frontPortfolio-panel {
        margin: 1.875rem 0 1.875rem;
    }
}

.frontPortfolio-btns {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 0 auto;
}

@media (max-width: 992px) {
    .frontPortfolio-btns {
        display: none;
    }
}

.frontPortfolio-btns.hide-js {
    display: none;
}

.frontPortfolio-slider {
    width: 100%;
}

@media (max-width: 992px) {
    .frontPortfolio-slider .swiper-slide {
        width: 285px;
        height: 400px;
        margin-top: 0;
    }

    .frontPortfolio-slider .swiper-slide:first-of-type {
        margin-left: 15px;
    }

    .frontPortfolio-slider .swiper-slide:last-of-type {
        margin-right: 15px;
    }

    .frontPortfolio-slider .swiper-slide:last-of-type .swiper-slide {
        margin-right: 0;
    }

    .frontPortfolio-slider .swiper-slide .frontPortfolio-slide.active {
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .frontPortfolio-slider {
        height: 550px;
    }
}

@media (min-width: 1770px) {
    .frontPortfolio-slider {
        height: 608px;
    }
}

.frontPortfolio--link {
    margin: 30px 0 0;
    display: none;
}

@media (min-width: 992px) {
    .frontPortfolio--link {
        display: flex;
    }
}

.frontPortfolio-slide {
    display: inline-block;
    height: 60px;
    width: 100%;
    background: #f7f7f7;
    position: relative;
    transition: 0.8s ease;
    overflow: hidden;
    margin: 5px 0;
    border-radius: 10px;
}

@media (min-width: 1000px) {
    .frontPortfolio-slide {
        width: 100px;
        margin: 0 16px 0 0;
        height: 550px;
    }
}

@media (min-width: 1770px) {
    .frontPortfolio-slide {
        width: 150px;
        height: 608px;
    }
}

.frontPortfolio-slide:last-of-type {
    margin-right: 0;
}

.frontPortfolio-plashka {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.3s ease;
    background: #f7f7f7;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    padding: 0.3125rem 1rem;
    box-sizing: border-box;
    transition: 0.5s ease;
}

@media (min-width: 1000px) {
    .frontPortfolio-plashka {
        padding: 2.8125rem 1.5625rem;
    }
}

@media (min-width: 1770px) {
    .frontPortfolio-plashka {
        padding: 3.125rem;
    }
}

.frontPortfolio-plashka:hover {
    background: var(--red);
}

.frontPortfolio-plashka:hover .frontPortfolio-plashka__descr {
    color: #fff;
}

.frontPortfolio-plashka:hover .frontPortfolio-plashka__disable {
    display: none;
}

.frontPortfolio-plashka:hover .frontPortfolio-plashka__active {
    display: block;
}

.frontPortfolio-plashka__block {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .frontPortfolio-plashka__block {
        flex-direction: row-reverse;
    }
}

@media (min-width: 1000px) {
    .frontPortfolio-plashka__block {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        transform: scale(-1);
    }
}

.frontPortfolio-plashka__pic {
    width: 3.125rem;
    height: 3.125rem;
    transform: rotate(0);
    margin-right: 15px;
}

@media (min-width: 992px) {
    .frontPortfolio-plashka__pic {
        transform: rotate(90deg);
        margin: 0;
    }
}

.frontPortfolio-plashka__active {
    display: none;
}

.frontPortfolio-plashka__descr {
    font-weight: 600;
    font-size: 1rem;
    line-height: 140%;
    color: #a3acbc;
    text-align: right;
}

@media (min-width: 768px) {
    .frontPortfolio-plashka__descr {
        margin-bottom: 0.625rem;
    }
}

@media (min-width: 1000px) {
    .frontPortfolio-plashka__descr {
        font-size: 1.125rem;
        margin-left: 10px;
    }
}

@media (min-width: 1770px) {
    .frontPortfolio-plashka__descr {
        font-size: 1.25rem;
    }
}

.frontPortfolio-services {
    height: 400px;
    background: var(--red);
    box-sizing: border-box;
    text-decoration: none;
    padding: 1.25rem 1.5rem;
}

@media (min-width: 992px) {
    .frontPortfolio-services {
        width: 301px;
    }
}

@media (min-width: 1000px) {
    .frontPortfolio-services {
        width: 401px;
        background: #f7f7f7;
        height: 100%;
        padding: 1.875rem 1.875rem;
    }
}

@media (min-width: 1440px) {
    .frontPortfolio-services {
        margin: 0 0 0 1rem;
    }
}

@media (min-width: 1770px) {
    .frontPortfolio-services {
        padding: 3.125rem 3.75rem;
        width: 625px;
        margin: 0 0 0 2.75rem;
    }
}

.frontPortfolio-services .h3 {
    line-height: 100%;
    color: #fff;
}

@media (min-width: 1000px) {
    .frontPortfolio-services .h3 {
        color: #1a1a1a;
    }
}

.frontPortfolio-services-hide {
    display: none;
}

@media (min-width: 1000px) {
    .frontPortfolio-services-hide {
        display: block;
    }
}

.frontPortfolio-services__title {
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
    .frontPortfolio-services__title {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid var(--red);
    }
}

.frontPortfolio-services__title span {
    color: #031845;
    font-family: var(--tts-font);
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    display: inline-block;
    margin-right: 20px;
}

@media (min-width: 1770px) {
    .frontPortfolio-services__title span {
        font-size: 96px;
    }
}

.frontPortfolio-services__title p {
    color: #fff;
    font-family: var(--tts-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

@media (min-width: 992px) {
    .frontPortfolio-services__title p {
        color: #1a1a1a;
        font-size: 1.125rem;
        line-height: 160%;
    }
}

@media (min-width: 992px) {
    .frontPortfolio-slide.frontPortfolio-large.active,
    .frontPortfolio-slide.frontPortfolio-single.active {
        width: calc(100% - 317px);
    }
}

@media (min-width: 1000px) {
    .frontPortfolio-slide.frontPortfolio-large.active,
    .frontPortfolio-slide.frontPortfolio-single.active {
        width: calc(100% - 417px);
    }

    .frontPortfolio-slide.frontPortfolio-large.active .portfolioCard__pic,
    .frontPortfolio-slide.frontPortfolio-single.active .portfolioCard__pic {
        display: none;
    }
}

@media (min-width: 1440px) {
    .frontPortfolio-slide.frontPortfolio-large.active,
    .frontPortfolio-slide.frontPortfolio-single.active {
        margin-right: 0;
    }

    .frontPortfolio-slide.frontPortfolio-large.active .portfolioCard__pic,
    .frontPortfolio-slide.frontPortfolio-single.active .portfolioCard__pic {
        display: block;
    }
}

@media (min-width: 1770px) {
    .frontPortfolio-slide.frontPortfolio-large.active,
    .frontPortfolio-slide.frontPortfolio-single.active {
        width: calc(100% - 670px);
        margin-right: 0;
    }
}

@media (min-width: 1000px) {
    .frontPortfolio-slide.frontPortfolio-large.active .portfolioCard-column,
    .frontPortfolio-slide.frontPortfolio-single.active .portfolioCard-column {
        padding: 3rem 3.125rem;
        flex-basis: initial;
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .frontPortfolio-slide.frontPortfolio-large.active .portfolioCard-column,
    .frontPortfolio-slide.frontPortfolio-single.active .portfolioCard-column {
        width: calc(100% - 339px);
    }
}

@media (min-width: 1770px) {
    .frontPortfolio-slide.frontPortfolio-large.active .portfolioCard-column,
    .frontPortfolio-slide.frontPortfolio-single.active .portfolioCard-column {
        padding: 3.125rem 3.75rem;
        flex-basis: initial;
        width: calc(100% - 426px);
    }
}

.frontPortfolio-slide.frontPortfolio-single.active .portfolioCard__label {
    width: 100%;
}

@media (min-width: 1000px) {
    .frontPortfolio-slide.frontPortfolio-single.active .portfolioCard__label {
        width: 100%;
    }
}

.frontPortfolio-slide.frontPortfolio-large.active .portfolioCard__panel {
    align-content: flex-start;
    align-items: flex-start;
}

@media (min-width: 1000px) {
    .frontPortfolio-slide.frontPortfolio-large.active .portfolioCard__label {
        width: calc(100% - 126px);
    }
}

.frontPortfolio-services__list {
    width: 100%;
    margin: 50px 0 0;
    padding: 0;
}

.frontPortfolio-services__list li {
    list-style-type: none;
    font-size: 0.875rem;
    line-height: 160%;
    color: #fff;
    position: relative;
    padding-left: 24px;
    box-sizing: border-box;
    margin: 0.9375rem 0 0;
}

.frontPortfolio-services__list li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 7px;
}

@media (min-width: 1000px) {
    .frontPortfolio-services__list li::before {
        background: var(--red);
        width: 10px;
        height: 10px;
        top: 12px;
    }
}

@media (min-width: 1000px) {
    .frontPortfolio-services__list li {
        font-size: 1.125rem;
        color: #1a1a1a;
    }
}

.frontPortfolio-cover {
    width: 100%;
    height: 100%;
    transition: 0.8s ease;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    display: none;
}

.portfolioCard__pic {
    height: 100%;
    display: none;
}

@media (min-width: 1000px) {
    .portfolioCard__pic {
        width: 339px;
        display: block;
    }
}

@media (min-width: 1770px) {
    .portfolioCard__pic {
        width: 426px;
    }
}

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

.portfolioCard-column {
    padding: 1.25rem 1rem;
    white-space: break-spaces;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity 2s 2s;
}

@media (min-width: 1000px) {
    .portfolioCard-column {
        padding: 3rem 3.125rem;
        flex-basis: 61%;
    }
}

@media (min-width: 1700px) {
    .portfolioCard-column {
        flex-basis: 56%;
    }
}

@media (min-width: 1900px) {
    .portfolioCard-column {
        padding: 3.125rem 3.75rem;
        flex-basis: 61%;
    }
}

.portfolioCard__panel {
    width: 100%;
    flex-shrink: 0;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
}

.portfolioCard__label {
    color: #fff;
    line-height: 100%;
    width: calc(100% - 80px);
    font-family: var(--tts-font);
}

@media (min-width: 1000px) {
    .portfolioCard__label {
        width: calc(100% - 126px);
    }
}

.portfolioCard__logo {
    width: 3.75rem;
    height: 3.75rem;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0 1.125rem 0 0;
    border-radius: 50%;
    background-color: #fff;
}

@media (min-width: 1000px) {
    .portfolioCard__logo {
        width: 6rem;
        height: 6rem;
        margin: 0 1.875rem 0 0;
    }
}

.portfolioCard__content {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-end;
    align-items: flex-end;
    flex-grow: 1;
    margin: 20px 0 0;
}

@media (min-width: 768px) {
    .portfolioCard__content {
        margin: 0;
    }
}

.portfolioCard__title {
    font-weight: 400;
    color: #fff;
    line-height: 120%;
    margin: 0 0 1.25rem;
    position: relative;
    width: 100%;
    display: inline-block;
}

@media (max-width: 768px) {
    .portfolioCard__title {
        font-size: 1.1875rem;
    }
}

@media (min-width: 1000px) {
    .portfolioCard__title {
        margin: 0 0 1.25rem;
    }
}

@media (min-width: 1770px) {
    .portfolioCard__title {
        margin: 0 0 1.375rem;
    }
}

.portfolioCard__title:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -20px;
}

@media (min-width: 1000px) {
    .portfolioCard__title:before {
        width: 18.75rem;
    }
}

@media (min-width: 1770px) {
    .portfolioCard__title:before {
        width: 24.3125rem;
    }
}

.portfolioCard__title strong {
    font-family: var(--tts-font);
    font-weight: 400;
    line-height: 100%;
    font-size: 2.25rem;
}

@media (min-width: 1000px) {
    .portfolioCard__title strong {
        font-size: 3.375rem;
    }
}

@media (min-width: 1770px) {
    .portfolioCard__title strong {
        font-size: 4.5rem;
    }
}

.portfolioCard__title strong span {
    font-size: 1rem;
    line-height: 120%;
}

@media (min-width: 1000px) {
    .portfolioCard__title strong span {
        font-size: 1.25rem;
    }
}

@media (min-width: 1770px) {
    .portfolioCard__title strong span {
        font-size: 2rem;
    }
}

.portfolioCard__descr {
    margin: 0;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    color: #fff;
    margin: 0.9375rem 0 0;
}

@media (min-width: 1000px) {
    .portfolioCard__descr {
        margin: 1.25rem 0 0;
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .portfolioCard__descr {
        margin: 1.5rem 0 0;
    }
}

.portfolioCard__descr strong {
    font-family: var(--tts-font);
    font-weight: 400;
    line-height: 40%;
    font-size: 2.25rem;
    display: inline-block;
}

@media (min-width: 1000px) {
    .portfolioCard__descr strong {
        font-size: 3.375rem;
    }
}

@media (min-width: 1770px) {
    .portfolioCard__descr strong {
        font-size: 4.375rem;
    }
}

.portfolioCard__descr strong span {
    font-size: 1rem;
    line-height: 100%;
}

@media (min-width: 1000px) {
    .portfolioCard__descr strong span {
        font-size: 1.25rem;
    }
}

@media (min-width: 1770px) {
    .portfolioCard__descr strong span {
        font-size: 1.875rem;
    }
}

@media (min-width: 1000px) {
    .frontPortfolio--link {
        margin: 3.625rem 0 0;
    }
}

@media (min-width: 1770px) {
    .frontPortfolio--link {
        margin: 3.125rem 0 0;
    }
}

.frontPortfolio-nav {
    width: 100%;
    display: none;
    flex-flow: row wrap;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .frontPortfolio-nav {
        display: flex;
    }
}

@media (min-width: 1000px) {
    .frontPortfolio-nav {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
}

.frontPortfolio-nav .tabs__btn {
    font-size: 1.25rem;
    line-height: 160%;
    color: #1a1a1a;
    margin: 5px 0 0;
    position: relative;
    transition: 0.5s ease;
    text-align: left;
    width: 100%;
    font-weight: 500;
    font-family: var(--tts-font);
}

@media (min-width: 1000px) {
    .frontPortfolio-nav .tabs__btn {
        text-align: center;
        font-size: 1.25rem;
        width: auto;
        min-height: 60px;
        margin-right: 3.125rem;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.frontPortfolio-nav .tabs__btn::after {
    content: "";
    width: 100%;
    height: 1px;
    right: 0;
    top: 40px;
    position: absolute;
    background: var(--red);
    display: none;
}

@media (min-width: 992px) {
    .frontPortfolio-nav .tabs__btn::after {
        display: block;
        height: 50px;
        width: 1px;
        top: calc(50% - 25px);
        right: -25px;
    }
}

@media (min-width: 1770px) {
    .frontPortfolio-nav .tabs__btn::after {
        height: 60px;
        top: calc(50% - 30px);
    }
}

.frontPortfolio-nav .tabs__btn:last-of-type::after {
    display: none;
}

.frontPortfolio-nav .tabs__btn:hover {
    color: var(--red);
}

@media (min-width: 992px) {
    .tabs__btn.tabs__btn--active {
        color: var(--red);
    }
}

.tabs__btn.tabs__btn--active::before {
    transform: rotate(180deg);
}

.frontPortfolio-slide .portfolioCard-column::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/pixel-grid.svg");
    mix-blend-mode: screen;
    z-index: -1;
}
.frontPortfolio-slide.active {
    background: var(--red);
    color: #fff;
    width: 100%;
    height: auto;
}

@media (min-width: 1000px) {
    .frontPortfolio-slide.active {
        width: calc(100% - 232px);
        height: 550px;
    }
}

@media (min-width: 1770px) {
    .frontPortfolio-slide.active {
        width: calc(100% - 558px);
        height: 608px;
    }
}

.frontPortfolio-slide.active .frontPortfolio-cover {
    display: flex;
    opacity: 1;
}

.frontPortfolio-slide.active .frontPortfolio-plashka {
    display: none;
}

.swiper-slide.frontPortfolio-slide.hideSlide {
    height: 400px;
    width: 285px;
    background: #f7f7f7;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1000px) {
    .swiper-slide.frontPortfolio-slide.hideSlide {
        display: none;
    }
}

.hideSlide__pic {
    width: 134px;
    height: 134px;
    display: inline-block;
    margin: 0 0 26px;
}

.hideSlide__descr {
    color: #031845;
    text-align: center;
    font-size: 20px;
    font-family: var(--tts-font);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 992px) {
    .tabSlider {
        padding-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .tabSlider .frontPortfolio-single {
        margin-left: 15px;
    }
}

@media (max-width: 992px) {
    .tabSlider .swiper-slide {
        width: 285px;
        margin-top: 0;
        box-sizing: border-box;
        height: 400px;
    }

    .tabSlider .swiper-slide:last-of-type {
        margin-right: 15px;
    }

    .tabSlider .swiper-slide .portfolioCard__title strong {
        font-size: 64px;
    }

    .tabSlider .swiper-slide .portfolioCard__title strong span {
        font-size: 22px;
    }

    .tabSlider .swiper-slide .portfolioCard__descr strong {
        font-size: 64px;
        padding-left: 7px;
    }

    .tabSlider .swiper-slide .portfolioCard__descr strong span {
        font-size: 22px;
        line-height: 10px;
    }

    .tabSlider .swiper-slide .portfolioCard__title:before {
        width: 100%;
    }
}

.tabSlider-pagination {
    margin-top: 5px;
}

@media (max-width: 992px) {
    .frontPortfolio-large.frontPortfolio-slide.active {
        width: 285px;
        margin-left: 15px;
        height: 400px;
    }
}

.frontPortfolio-large__btn {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
}

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

.frontPortfolio-nav-mobile {
    width: calc(100% - 30px);
    margin: 0 auto;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 160%;
    color: var(--red);
    position: relative;
    transition: 0.5s ease;
    text-align: left;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 15px;
}

.frontPortfolio-nav-mobile::before {
    content: "";
    background-image: url(../img/prtfolio-chev.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 12px;
    position: absolute;
    right: 0;
    transition: 0.4s ease;
    top: calc(34% - 6px);
}

@media (min-width: 992px) {
    .frontPortfolio-nav-mobile::before {
        display: none;
    }
}

@media (min-width: 992px) {
    .frontPortfolio-nav-mobile {
        display: none;
    }
}

.frontPortfolio-nav-mobile.active::before {
    transform: rotate(180deg);
}

.frontPortfolio-nav.active {
    display: block;
}

.frontPortfolio-geo {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 1770px) {
    .frontPortfolio-geo {
        justify-content: space-between;
    }
}

.geo-item {
    width: 75px;
    text-align: center;
}

@media (min-width: 992px) {
    .geo-item {
        width: 96px;
    }
}

.geo-item:first-of-type {
    margin-bottom: 20px;
}

.geo-item img {
    width: 54px;
    height: 54px;
}

@media (max-width: 992px) {
    .geo-item img {
        background-color: #fff;
        border-radius: 50%;
        border: 4px solid #fff;
    }
}

@media (min-width: 992px) {
    .geo-item img {
        width: 70px;
        height: 70px;
    }
}

.geo-item__descr {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    width: 100%;
    display: inline-block;
    text-align: center;
}

@media (min-width: 992px) {
    .geo-item__descr {
        color: #1a1a1a;
        font-size: 16px;
    }
}

section.frontTeam {
    /* background: #fff; */
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1000px) {
    section.frontTeam {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1770px) {
    section.frontTeam {
        padding-left: 0;
        padding-right: 0;
    }
}

.frontTeam-btns {
    margin-right: 0;
    margin-left: auto;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.frontTeam-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.frontTeam-carousel {
    width: 100%;
    margin: 1.875rem 0 0;
}

@media (min-width: 1000px) {
    .frontTeam-carousel {
        margin: 2.8125rem 0 0;
    }
}

@media (min-width: 1770px) {
    .frontTeam-carousel {
        margin: 2.5rem 0 0;
    }
}

.frontTeam-carousel__item {
    width: 100%;
    max-height: 15.3125rem;
}

@media (min-width: 1000px) {
    .frontTeam-carousel__item {
        max-height: initial;
        min-height: initial;
    }
}

@media (min-width: 1770px) {
    .frontTeam-carousel__item {
        min-height: initial;
    }
}

.frontTeam-carousel__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.frontTeam-info {
    width: 100%;
    transform: translateY(101%);
    z-index: 3;
    transition: 0.5s ease;
    box-sizing: border-box;
    .container {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        background:
            linear-gradient(
                90deg,
                rgba(234, 134, 190, 0.25) 0%,
                rgba(22, 81, 170, 0.75) 50.48%,
                rgba(92, 124, 229, 1) 100%
            ),
            linear-gradient(
                105.91deg,
                rgba(106, 211, 255, 0.5) 8.91%,
                rgba(30, 71, 230, 0.5) 62.4%,
                rgba(94, 177, 255, 0.5) 94.22%
            );
        backdrop-filter: blur(40px);
        &.--flex-frontTeam {
            display: flex;
            flex-direction: column;
            & > * {
                flex: 1 1 0;
            }
        }
    }
}

@media (max-width: 1000px) {
    .frontTeam-info {
        flex-flow: row wrap;
    }
}

@media (min-width: 1000px) {
    .frontTeam-info {
        position: absolute;
        left: 0;
        bottom: 0;
        .container {
            grid-template-columns: 366fr 647fr 597fr;
            padding: 2.25rem 3.375rem;
            background: linear-gradient(
                90deg,
                rgba(106, 211, 255, 0.5) 0%,
                rgba(30, 71, 230, 0.5) 50.48%,
                rgba(94, 177, 255, 0.5) 100%
            );
            border-radius: 1rem;
            &.--flex-frontTeam {
                flex-direction: row;
                align-items: center;
            }
        }
        &.show .container {
            margin-bottom: 5rem;
        }
    }
}

.frontTeam-info.show {
    transform: translateY(0);
}

.frontTeam-info__item {
    width: 100%;
    padding: 1.875rem 0.9375rem;
    box-sizing: border-box;
    position: relative;
}

@media (min-width: 1000px) {
    .frontTeam-info__item {
        padding: 0 3.5rem;
        flex-grow: 1;
        width: auto;
    }
}

.frontTeam-info__item::before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
    display: block;
    background: #fff;
}

@media (min-width: 1000px) {
    .frontTeam-info__item::before {
        width: 1px;
        height: 70px;
        top: calc(50% - 35px);
        left: 0;
    }
}

@media (min-width: 1770px) {
    .frontTeam-info__item::before {
        height: 86px;
        top: calc(50% - 43px);
    }
}

.frontTeam-info__item h4 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
}

@media (min-width: 1000px) {
    .frontTeam-info__item h4 {
        font-size: 1.625rem;
    }
}

@media (min-width: 1770px) {
    .frontTeam-info__item h4 {
        font-size: 2rem;
    }
}

.frontTeam-info__item:first-of-type::before {
    display: none;
}

@media (min-width: 1000px) {
    .frontTeam-info__item:first-of-type {
        padding-left: 0;
    }

    .frontTeam-info__item:first-of-type::before {
        display: none;
    }
}

.frontTeam-info__item:last-of-type {
    padding-right: 0;
}

@media (max-width: 1000px) {
    .frontTeam__vacancy {
        width: calc(100% - 30px);
        margin: 10px auto 0;
    }
}

@media (min-width: 1000px) {
    .frontTeam__vacancy {
        margin: 3.75rem auto 0 4.375rem;
    }
}

@media (min-width: 1770px) {
    .frontTeam__vacancy {
        margin: 3.75rem auto 0 6.25rem;
    }
}

@media (max-width: 1000px) {
    .nofrontTeam--link {
        width: calc(100% - 30px);
        margin: 10px auto 0;
    }
}

@media (min-width: 1000px) {
    .nofrontTeam--link {
        margin: 3.75rem auto 0 4.375rem;
    }
}

@media (min-width: 1770px) {
    .nofrontTeam--link {
        margin: 3.75rem auto 0 6.25rem;
    }
}

.nofrontTeam .container {
    justify-content: space-between;
    margin-bottom: 40px;
}

@media (min-width: 1770px) {
    .nofrontTeam .container {
        margin-bottom: 60px;
    }
}

@media (min-width: 1000px) {
    .nofrontTeam .container .h2 {
        width: 40%;
    }
}

.nofrontTeam .frontTeam-info__item h4 {
    font-size: 1.5rem;
}

@media (min-width: 1000px) {
    .nofrontTeam .frontTeam-info__item h4 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1770px) {
    .nofrontTeam .frontTeam-info__item h4 {
        font-size: 2rem;
    }
}

.nofrontTeam__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 140%;
    margin-top: 20px;
}

@media (min-width: 1000px) {
    .nofrontTeam__descr {
        font-size: 1.25rem;
        width: 58%;
        margin-top: 0;
    }
}

@media (min-width: 1770px) {
    .nofrontTeam__descr {
        font-size: 1.5rem;
    }
}

.frontNews {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 3.125rem;
}

@media (min-width: 1000px) {
    .frontNews {
        padding: 6.0625rem 4.375rem 3.125rem;
    }
}

@media (min-width: 1770px) {
    .frontNews {
        padding: 7.5rem 6.25rem 5rem;
    }
}

.frontNews-panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
}

.frontNews__btn {
    margin: 0 0 0 auto;
    display: none;
}

@media (min-width: 768px) {
    .frontNews__btn {
        display: flex;
    }
}

.frontNews__btn--mob {
    margin: 2.5rem 0 0;
}

@media (min-width: 768px) {
    .frontNews__btn--mob {
        display: none;
    }
}

.frontNews-wrap {
    position: relative;
    width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 2rem;
    overflow: clip;
    .frontNews:not(.--static) &::after {
        content: "";
        position: absolute;
        inset: 0;
        background: url("../img/glass-pattern-1.png");
        background-size: contain;
        background-position: 60% 60%;
        background-repeat: no-repeat;
        filter: blur(50px);
        opacity: 0.7;
        z-index: -1;
    }
}
.frontNews:not(.--static) {
    .frontNews-item {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        text-decoration: none;
        box-sizing: border-box;
        padding: 1.4375rem 1.25rem 1.4375rem 1.25rem;
        border-radius: 0.625rem;
        transition: 0.5s ease;
        background-color: var(--gray-btn) 80;
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
        border-radius: 0.625rem;
        .frontNews-item__arrow {
            position: absolute;
            top: 1.25rem;
            right: 1.25rem;
            color: var(--red);
            opacity: 0;
            transition: opacity 0.2s ease;
            @media (width < 1000px) {
                top: 0.5em;
                right: 0.5em;
                width: 1rem;
                height: 1rem;
            }
        }
        &:hover {
            background-color: #fff;
            .frontNews-item__arrow {
                opacity: 1;
            }
        }
    }
}

@media (min-width: 768px) {
    .frontNews:not(.--static) {
        .frontNews-wrap {
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            &:has(.frontNews-item:nth-child(odd):last-child)::after {
                content: "";
                background: #fff;
                box-shadow: 0 0 0 1rem #fff;
            }
        }
        .frontNews-item {
            min-height: 441px;
            box-shadow: 0 0 0 1rem #fff;
        }
    }
}

@media (min-width: 1000px) {
    .frontNews:not(.--static) {
        .frontNews-item {
            padding: 2.5rem;
        }
    }
}

@media (min-width: 1770px) {
    .frontNews:not(.--static) {
        .frontNews-item {
            min-height: 423px;
            padding: 2.5rem 3.125rem;
        }
    }
}

.frontNews-item.hidden {
    display: none;
}

.frontNews-item__label {
    line-height: 100%;
    font-weight: 400;
    font-size: 1.875rem;
}

.frontNews-item__descr {
    width: 100%;
    margin: 1.25rem 0 0;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    color: #1a1a1a;
}

@media (min-width: 1000px) {
    .frontNews-item__descr {
        font-size: 1.125rem;
        margin: 1.75rem 0;
    }
}

.frontNews-item__content {
    flex-grow: 1;
}

.frontNews-item__date {
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    color: #b3b3b3;
    margin: 1.25rem 0 0;
}

@media (min-width: 992px) {
    .frontNews-item__date {
        margin: 0;
    }
}

@media (min-width: 1000px) {
    .frontNews-item__date {
        font-size: 1.125rem;
    }
}
/*  */
/* footer */
/* footer */
.footer {
    padding: 1.5625rem 0.9375rem 3.125rem;
    position: relative;
    z-index: 10;
    color: #fff;
    /* background: radial-gradient(at 50% 80%, rgba(229, 226, 246, 1)  0%,rgba(245, 246, 250, 0.5) 66%); */
    background: url(../img/footer-bg.svg) #000881;
    background-blend-mode: soft-light;
}

@media (min-width: 1000px) {
    .footer {
        padding: 0;
    }
}

.footerTop {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    padding: 0 0 3.125rem;
}

@media (min-width: 1000px) {
    .footerTop {
        padding: 3.875rem 4.375rem 1.375rem;
    }
}

@media (min-width: 1770px) {
    .footerTop {
        padding: 3.875rem 6.25rem 4.0625rem;
    }
}

.footerTop-info {
    flex-direction: column;
}

@media (min-width: 768px) {
    .footerTop-info {
        display: flex;
    }
}
.footerTop__logo {
    img {
        display: block;
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 768px) {
    .footerTop-info .footerTop__adress,
    .footerTop-info .footerTop__inn,
    .footerTop-info .footerTop__ooo,
    .footerTop-info .footerTop__phone {
        display: none;
    }
}

.footerTop-info.footerTop-info--mob {
    display: flex;
    margin: 50px 0 0;
}

@media (min-width: 992px) {
    .footerTop-info.footerTop-info--mob {
        display: none;
    }
}

@media (max-width: 768px) {
    .footerTop-info.footerTop-info--mob .footerTop__adress,
    .footerTop-info.footerTop-info--mob .footerTop__inn,
    .footerTop-info.footerTop-info--mob .footerTop__ooo,
    .footerTop-info.footerTop-info--mob .footerTop__phone {
        display: inline-block;
    }
}

.footerTop__ooo {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 120%;
    font-weight: 400;
    color: #fff;
}

@media (min-width: 1000px) {
    .footerTop__ooo {
        margin: 3.125rem 0 0;
        font-size: 1rem;
    }
}

.footerTop__inn {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin: 1.25rem 0 0;
}

@media (min-width: 1000px) {
    .footerTop__inn {
        margin: 1.625rem 0 0;
        font-size: 1rem;
    }
}

.footerTop__phone {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin: 1.25rem 0 0;
    text-decoration: none;
}

@media (min-width: 1000px) {
    .footerTop__phone {
        margin: 1.625rem 0 0;
        font-size: 1rem;
    }
}

.footerTop__adress {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin: 1.25rem 0 0;
}

@media (min-width: 1000px) {
    .footerTop__adress {
        margin: 1.625rem 0 0;
        font-size: 1rem;
    }
}

.footerTop-column__label {
    position: relative;
    color: #fff;
    font-family: var(--tts-ext-font);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    transition: 0.4s ease;
}

@media (max-width: 992px) {
    .footerTop-column__label {
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1770px) {
    .footerTop-column__label {
        font-size: 1.5rem;
    }
}
.footerTop-column__label span::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 47px;
}

@media (min-width: 992px) and (max-width: 1770px) {
    .footerTop-column__label span::before {
        top: 30px;
    }
}

@media (min-width: 1770px) {
    .footerTop-column__label span::before {
        top: 36px;
    }
}

.footerTop-column__label:hover {
    color: var(--red);
}

.footerTop-column__chev {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    z-index: -1;
}

.footerTop-column__chev::after {
    content: "";
    width: 26px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
}

.footerTop-column__chev::before {
    content: "";
    width: 26px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transform: rotate(90deg);
    transition: 0.3s ease;
}

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

.footerTop-column__list {
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
}

@media (min-width: 1000px) {
    .footerTop-column__list {
        display: inline-block;
    }
}

.footerTop-column__list li {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    margin: 20px 0 0;
}

@media (min-width: 1000px) and (max-width: 1770px) {
    .footerTop-column__list li {
        margin-top: 30px;
    }
}

.footerTop-column__list li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 120%;
    position: relative;
}

.footerTop-column__list li a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 0.4s ease;
}

.footerTop-column__list li a:hover::after {
    width: 100%;
}

.footerTop-menu {
    width: 100%;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    margin: 55px 0 0;
    flex-flow: row wrap;
}

@media (min-width: 992px) and (max-width: 1770px) {
    .footerTop-menu {
        margin: 0 0 0 auto;
        width: 73%;
    }
}

@media (min-width: 1770px) {
    .footerTop-menu {
        width: 74%;
        margin: 0 0 0 auto;
        flex-flow: initial;
    }
}

.footerTop-column {
    width: 100%;
    padding: 20px 0;
}

@media (min-width: 992px) and (max-width: 1770px) {
    .footerTop-column {
        width: auto;
        flex-basis: 33.3%;
        margin-bottom: 3.125rem;
    }
}

@media (min-width: 1000px) {
    .footerTop-column {
        padding: 0;
    }

    .footerTop-column:last-of-type {
        width: 10%;
    }

    .footerTop-column:last-of-type .footerTop-column__label {
        text-align: left;
    }
}

@media (min-width: 1770px) {
    .footerTop-column {
        padding: 0;
    }

    .footerTop-column:last-of-type {
        width: 10%;
    }

    .footerTop-column:last-of-type .footerTop-column__label {
        text-align: right;
    }
}

.footerTop-column:last-of-type .footerTop-column__chev {
    display: none;
}

.footerTop-column.show .footerTop-column__chev::before {
    transform: rotate(0);
}

.footerTop-column.show .footerTop-column__list {
    display: block;
    margin-top: 20px;
}

.footerMidle {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    position: relative;
}

.footerMidle::before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
}

@media (min-width: 1000px) {
    .footerMidle::before {
        width: calc(100% - 140px);
        left: 70px;
    }
}

@media (min-width: 1770px) {
    .footerMidle::before {
        width: calc(100% - 200px);
        left: 100px;
    }
}

@media (min-width: 1000px) {
    .footerMidle {
        padding: 0 4.375rem 2.75rem;
    }
}

@media (min-width: 1770px) {
    .footerMidle {
        padding: 0 6.25rem 2.9375rem;
    }
}

.footerBottom {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 2.5rem 0 0;
}

@media (min-width: 1000px) {
    .footerBottom {
        padding: 2.3125rem 4.375rem 3.875rem;
    }
}

@media (min-width: 1770px) {
    .footerBottom {
        padding: 2.3125rem 6.25rem 3.875rem;
    }
}

.footerMidle__mail {
    font-weight: 400;
    font-family: var(--tts-ext-font);
    font-size: 1.625rem;
    line-height: 160%;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 1.25rem;
}

@media (min-width: 1000px) {
    .footerMidle__mail {
        margin-bottom: 0;
    }
}

@media (min-width: 1770px) {
    .footerMidle__mail {
        font-size: 1.75rem;
    }
}

.footerMidle__sert {
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 140%;
    color: #ffffff80;
    width: 100%;
    padding-right: calc(100% - 300px);
}

@media (min-width: 768px) {
    .footerMidle__sert {
        width: 250px;
        margin: 0 auto;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .footerMidle__sert {
        width: 18.125rem;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .footerMidle__sert {
        font-size: 1rem;
        width: 28.125rem;
    }
}

.footerMidle-socials {
    position: relative;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 2.5rem auto 3.25rem;
    @media (max-width: 767px) {
        flex-grow: 1;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .footerMidle-socials {
        margin: 0;
    }
}
.footerMidle-socials__cont {
    margin: 0 0.625rem;
    @media (min-width: 768px) {
        position: relative;
    }
}

.footerMidle-socials__item {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #ffffff;
    color: #ffffff;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    padding: 0.35rem;
    overflow: clip;
    svg,
    img {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.footerMidle-socials__item:hover {
    color: #fff;
    background: var(--red);
    border: 1px solid var(--red);
}

.footerMidle-socials__item svg {
    fill: #fff;
    min-height: 16px;
}

.footerMidle-socials__tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
    overflow: hidden;
    transition: opacity 0.4s ease;
    transition-property: opacity, translate;
    translate: 0 -1rem;
    opacity: 0;
    z-index: 2;
    a {
        color: var(--black);
        text-decoration: none;
        &:hover {
            color: var(--red);
        }
    }
    .footerMidle-socials__cont:hover & {
        width: 100%;
        height: auto;
        overflow: visible;
        background: #fff;
        padding: 1rem 1.4rem;
        opacity: 1;
        translate: 0 0;
        &::before {
            content: "";
            position: absolute;
            top: -1rem;
            height: 1rem;
            width: 100%;
        }
        @media (min-width: 768px) {
            width: max-content;
        }
    }
}

.footerMidle__presa {
    display: flex;
    gap: 0.5rem;
    height: 3.75rem;
    /* background: 0 0; */
}

@media (min-width: 768px) {
    .footerMidle__presa {
        margin-top: 2.5rem;
    }
}

@media (min-width: 1000px) {
    .footerMidle__presa {
        margin-top: 0;
        height: 2.5rem;
    }
}

@media (min-width: 1770px) {
    .footerMidle__presa {
        height: 3.75rem;
    }
}

.footerBottom__copyright {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 120%;
    color: #ffffff80;
}

.footerBottom__copyright {
    margin-bottom: 1.25rem;
}

@media (min-width: 1000px) {
    .footerBottom__copyright {
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .footerBottom__copyright {
        font-size: 1rem;
    }
}

.footerBottom__copyright a {
    color: #ffffff80;
    text-decoration: none;
}

.footerBottom__copyright a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.btn-reset {
    background-image: url(../img/close-icon.svg);
    background-size: 60%;
    background-position: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 3;
}

@media (min-width: 768px) {
    .btn-reset:hover {
        background-color: #f7f7f7;
    }
}

.modalContent-text__title {
    font-size: 2.5rem;
    line-height: 110%;
    padding: 0 0 30px 0;
    margin: 0 0 30px;
    position: relative;
}

@media (min-width: 1000px) {
    .modalContent-text__title {
        font-size: 3.25rem;
    }
}

@media (min-width: 1770px) {
    .modalContent-text__title {
        font-size: 4rem;
    }
}

.modalContent-text__title::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
}

.graph-modal__header {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(132, 136, 144, 0.63);
    padding: 1.25rem 0;
    box-sizing: border-box;
}

.callbackModal.graph-modal__container,
.successModal.graph-modal__container {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding-bottom: 2.5rem;
    box-sizing: border-box;
}

@media (min-width: 1000px) {
    .callbackModal.graph-modal__container,
    .successModal.graph-modal__container {
        padding: 0 4.375rem 5.125rem;
    }
}

@media (min-width: 1770px) {
    .callbackModal.graph-modal__container,
    .successModal.graph-modal__container {
        padding: 0 6.25rem 4.0625rem;
    }
}

.callbackModal.graph-modal__container .graph-modal__close,
.successModal.graph-modal__container .graph-modal__close {
    position: relative;
    right: 0;
    top: 0;
}

.callbackModal.graph-modal__container .graph-modal__content,
.successModal.graph-modal__container .graph-modal__content {
    width: 100%;
    padding: 1.1875rem 0.9375rem 0;
    box-sizing: border-box;
}

@media (min-width: 1000px) {
    .callbackModal.graph-modal__container .graph-modal__content,
    .successModal.graph-modal__container .graph-modal__content {
        padding: 1.1875rem 0 0;
    }
}

.callbackModal.graph-modal__container .graph-modal__descr,
.successModal.graph-modal__container .graph-modal__descr {
    margin: 0;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #1a1a1a;
}

@media (min-width: 1770px) {
    .callbackModal.graph-modal__container .graph-modal__descr,
    .successModal.graph-modal__container .graph-modal__descr {
        font-size: 1.25rem;
    }
}

.callbackModal.graph-modal__container .custom-checkbox,
.successModal.graph-modal__container .custom-checkbox {
    margin: 0 0 1.5rem;
}

.produktForms-wrap .custom-checkbox {
    margin: 0 0 1.5rem;
}

.modalContent-checkbox {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

@media (min-width: 992px) {
    .modalContent-checkbox {
        width: auto;
    }
}

.modalContent {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin-top: 30px;
}

@media (min-width: 1000px) {
    .modalContent {
        margin-top: 20px;
    }
}

@media (min-width: 1770px) {
    .modalContent {
        margin-top: 100px;
    }
}

.modalContent-text {
    width: 100%;
}

@media (min-width: 1000px) {
    .modalContent-text {
        width: 300px;
        margin-right: 88px;
    }
}

@media (min-width: 1770px) {
    .modalContent-text {
        width: 405px;
        margin-right: 171px;
    }
}

.modalContent-form {
    width: 100%;
    margin: 2.5rem 0 0;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
}

@media (min-width: 1000px) {
    .modalContent-form {
        width: calc(100% - 388px);
        margin: 0.9375rem 0 0;
    }
}

@media (min-width: 1770px) {
    .modalContent-form {
        width: calc(100% - 576px);
    }
}

.modalContent-row {
    width: 100%;
    display: flex;
    margin: 0 0 0.625rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .modalContent-row {
        flex-flow: row wrap;
    }
}

.modalContent-row .custom-checkbox > span a {
    margin-left: 4px;
}

.modalContent-row--short {
    margin-bottom: 50px;
}

@media (min-width: 1000px) {
    .modalContent-row--short {
        width: calc(50% - 13px);
        margin-right: 26px;
        margin-bottom: 50px;
    }

    .modalContent-row--short:nth-of-type(even) {
        margin-right: 0;
    }
}

@media (min-width: 1770px) {
    .modalContent-row--short {
        margin-bottom: 40px;
    }
}

label.modalContent-row__label {
    width: 100%;
    display: inline-block;
    font-family: var(--tts-font);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 120%;
    color: #b3b3b3;
    margin: 0 0 0.375rem;
    box-sizing: border-box;
}

@media (min-width: 1000px) {
    label.modalContent-row__label {
        font-size: 1.125rem;
    }
}

.modalContent-row__field {
    height: 2.1875rem;
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #1a1a1a;
    outline: 0;
    font-weight: 400;
    color: #1a1a1a;
    font-size: 0.875rem;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    border-radius: 0;
}

.modalContent-row__field::-moz-placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    color: #b3b3b3;
}

.modalContent-row__field:-ms-input-placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    color: #b3b3b3;
}

.modalContent-row__field::placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    color: #b3b3b3;
}

@media (min-width: 1000px) {
    .modalContent-row__field {
        font-size: 1.125rem;
    }
}

textarea.modalContent-row__field {
    min-height: 120px;
    padding: 0.625rem;
    font-weight: 400;
    margin-top: 30px;
    color: #1a1a1a;
    font-size: 0.875rem;
    border: 1px solid #1a1a1a;
    box-sizing: border-box;
    font-family: var(--tts-font);
}

@media (min-width: 1000px) {
    textarea.modalContent-row__field {
        font-size: 1.125rem;
    }
}

textarea.modalContent-row__field::-moz-placeholder {
    font-family: var(--tts-font);
    font-weight: 400;
    font-size: 0.875rem;
    color: #b3b3b3;
}

textarea.modalContent-row__field:-ms-input-placeholder {
    font-family: var(--tts-font);
    font-weight: 400;
    font-size: 0.875rem;
    color: #b3b3b3;
}

textarea.modalContent-row__field::placeholder {
    font-family: var(--tts-font);
    font-weight: 400;
    font-size: 0.875rem;
    color: #b3b3b3;
}

@media (min-width: 1000px) {
    textarea.modalContent-row__field::-moz-placeholder {
        font-size: 1.125rem;
    }

    textarea.modalContent-row__field:-ms-input-placeholder {
        font-size: 1.125rem;
    }

    textarea.modalContent-row__field::placeholder {
        font-size: 1.125rem;
    }
}

.modalContent__note {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 120%;
    color: grey;
    margin: 1.5rem 0 2.5rem;
}

.modalContent__note span {
    color: var(--red);
}

.modalContent__captcha {
    width: 100%;
    height: 80px;
    display: inline-block;
    margin: 0 0 0 auto;
}

@media (min-width: 1000px) {
    .modalContent__captcha {
        width: 351px;
    }
}

.modalContent__captcha img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.modalContent-btn {
    margin: 1.6875rem 0 0;
    min-width: 10rem;
    width: auto;
}

@media (min-width: 1000px) {
    .modalContent-btn {
        margin-top: 10px;
        height: 3.75rem;
        min-width: 11.25rem;
    }
}

@media (min-width: 1770px) {
    .modalContent-btn {
        margin-top: 40px;
    }
}

.modalContent-row.field-error .modalContent-row__field {
    border: none;
    border-bottom: 1px solid var(--red);
}

.modalContent-row.field-error label.error {
    font-size: 12px;
    color: var(--red);
    font-weight: 400;
    width: 100%;
    position: absolute;
}

.successModal.graph-modal__container .graph-modal__content.modalContent {
    height: calc(100dvh - 160px);
    align-content: center;
    align-items: center;
}

@media (min-width: 1000px) {
    .successModal.graph-modal__container .graph-modal__content.modalContent {
        height: calc(100dvh - 80px);
    }
}

.successModal.graph-modal__container .modalContent-text {
    width: 100%;
}

@media (min-width: 1000px) {
    .successModal.graph-modal__container .modalContent-text {
        width: 600px;
        margin-right: 88px;
    }
}

@media (min-width: 1770px) {
    .successModal.graph-modal__container .modalContent-text {
        width: 620px;
        margin-right: 171px;
    }
}

.successModal.graph-modal__container .modalContent-text__title {
    font-size: 2.25rem;
    line-height: 110%;
}

@media (min-width: 1000px) {
    .successModal.graph-modal__container .modalContent-text__title {
        font-size: 4rem;
    }
}

@media (min-width: 1770px) {
    .successModal.graph-modal__container .modalContent-text__title {
        font-size: 4.5rem;
    }
}

.successModal.graph-modal__container .modalContent-text__title::after {
    content: "";
    width: 207px;
    height: 1px;
    background: var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (min-width: 1000px) {
    .successModal.graph-modal__container .modalContent-text__title::after {
        width: 365px;
    }
}

@media (min-width: 1770px) {
    .successModal.graph-modal__container .modalContent-text__title::after {
        width: 412px;
    }
}

.successModal {
    z-index: 6;
}

.graph-modal__close.btn {
    background-image: none;
    height: 3.125rem;
    margin: 50px 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .graph-modal__close.btn {
        min-width: 10rem;
        width: auto;
    }
}

@media (min-width: 1000px) {
    .graph-modal__close.btn {
        height: 3.75rem;
    }
}

.anim-filed ~ label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    transition: 0.3s;
    z-index: 1;
    letter-spacing: 0.5px;
}

.anim-filed:focus ~ label,
.has-content.anim-filed ~ label {
    top: -26px;
    font-family: var(--tts-font);
    font-weight: 400;
    font-size: 14px;
    color: #b3b3b3;
    transition: 0.3s;
}

@media (min-width: 1000px) {
    .anim-filed:focus ~ label,
    .has-content.anim-filed ~ label {
        top: -17px;
    }
}

@media (min-width: 1770px) {
    .anim-filed:focus ~ label,
    .has-content.anim-filed ~ label {
        top: -26px;
    }
}

.field-error .form__field {
    border-bottom: 1px solid #f44336;
}

.field-error .anim-filed:focus ~ label,
.field-error .anim-filed ~ label,
.field-error .has-content.anim-filed ~ label {
    color: #f44336;
}

.field-error .required__el {
    color: #f44336;
}

.cookieMessage {
    width: 100%;
    position: fixed;
    background: #f7f7f7;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 1.25rem 0.9375rem;
    transform: translateY(100%);
    transition: 0.3s linear;
}

@media (min-width: 1000px) {
    .cookieMessage {
        padding: 1.25rem 4.375rem;
    }
}

@media (min-width: 1770px) {
    .cookieMessage {
        padding: 1.5rem 6.25rem;
    }
}

.cookieMessage.show {
    transform: translateY(0);
}

.cookieMessage-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 1rem;
}
@media (max-width: 1280px) {
    .cookieMessage-wrap {
        flex-flow: row wrap;
    }
}

.cookieMessage-text {
    width: 100%;
    margin: 0 0 10px;
    color: #1a1a1a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    transition: 0.4s;
    max-width: 100%;
}

@media (min-width: 768px) {
    .cookieMessage-text {
        width: 70%;
        margin: 0;
        max-width: 800px;
    }
}

@media (min-width: 992px) {
    .cookieMessage-text {
        width: 80%;
        font-size: 18px;
    }
}

@media (min-width: 1770px) {
    .cookieMessage-text {
        width: 60%;
    }
}

.cookieMessage-text a {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    color: var(--red);
    text-decoration: underline;
    &:hover {
        text-decoration: none;
    }
}

@media (min-width: 992px) {
    .cookieMessage-text a {
        font-size: 18px;
    }
}

.cookieMessage-wrap.show .cookieMessage-text {
    -webkit-line-clamp: initial;
}

.cookieMessage-wrap__panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 17px;
}

@media (min-width: 768px) {
    .cookieMessage-wrap__panel {
        width: auto;
        display: none;
        margin: 0;
    }
}

.cookieMessage-wrap__panel a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

@media (min-width: 992px) {
    .cookieMessage-wrap__panel a {
        font-size: 18px;
    }
}

.cookieMessage-spoiler {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-family: var(--tts-font);
}

@media (min-width: 768px) {
    .cookieMessage-spoiler {
        display: none;
    }
}

.cookieMessage-wrap__buttons {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
    .btn {
        flex-shrink: 0;
    }
    .btn--white {
        background: transparent;
    }
    @media (width <= 768px) {
        flex-wrap: wrap;
        width: 100%;
        gap: 0.5rem;
        .btn {
            padding: 0 0.8rem;
        }
    }
}

.letterSubscriptionModal {
    padding: 40px 16px;
}

@media (min-width: 992px) {
    .letterSubscriptionModal {
        padding: 48px;
        width: 750px;
    }
}

@media (min-width: 1770px) {
    .letterSubscriptionModal {
        padding: 65px 60px;
        width: 1140px;
    }
}

.letterSubscriptionModal .graph-modal__header {
    padding: 10px 0 0;
}

.letterSubscriptionModal .modalContent-text__title::after {
    display: none;
}

.letterSubscriptionModal .modalContent-text__title {
    padding: 0;
    font-size: 2rem;
}

@media (min-width: 1000px) {
    .letterSubscriptionModal .modalContent-text__title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1770px) {
    .letterSubscriptionModal .modalContent-text__title {
        font-size: 3.75rem;
    }
}

.letterSubscriptionModal .modalContent {
    margin-top: 27px;
}

@media (min-width: 992px) {
    .letterSubscriptionModal .modalContent {
        margin-top: 30px;
    }
}

@media (min-width: 1770px) {
    .letterSubscriptionModal .modalContent {
        margin-top: 60px;
    }
}

.letterSubscriptionModal .modalContent-text__sub {
    width: 100%;
    color: #1a1a1a;
    font-family: var(--tts-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}

@media (min-width: 992px) {
    .letterSubscriptionModal .modalContent-text__sub {
        font-size: 30px;
        padding-right: 40%;
    }
}

@media (min-width: 1770px) {
    .letterSubscriptionModal .modalContent-text__sub {
        font-size: 40px;
    }
}

.letterSubscriptionModal .graph-modal__close {
    right: 0;
    top: 0;
}

@media (min-width: 992px) {
    .letterSubscriptionModal .graph-modal__close {
        right: 24px;
    }
}

@media (min-width: 1770px) {
    .letterSubscriptionModal .graph-modal__close {
        right: 40px;
        top: 4px;
    }
}

.letterSubscriptionModal .graph-modal__close:hover::after {
    background-color: #f7f7f7;
}

@media (max-width: 768px) {
    .letterSubscriptionModal .btn {
        width: 180px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
    }
}

.letterSubscriptionForm {
    width: 100%;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .letterSubscriptionForm {
        padding-right: 30%;
    }
}

@media (min-width: 1000px) {
    .letterSubscriptionForm {
        padding-right: 50%;
    }
}

.letterSubscriptionForm .custom-checkbox {
    margin: 20px 0 40px;
    display: inline-block;
}

#letterSuccessModal {
    height: 348px;
}

#letterSuccessModal .modalContent-text__title {
    padding: 0 0 30px 0;
    margin: 0 0 30px;
    width: 100%;
}

#letterSuccessModal .modalContent-text__title::after {
    display: block;
    width: 234px;
}

@media (min-width: 992px) {
    #letterSuccessModal .modalContent-text__title::after {
        width: 299px;
    }
}

@media (min-width: 1770px) {
    #letterSuccessModal .modalContent-text__title::after {
        width: 411px;
    }
}

@media (min-width: 992px) {
    #letterSuccessModal {
        height: 329px;
    }
}

@media (min-width: 1770px) {
    #letterSuccessModal {
        height: 470px;
    }
}

#letterSuccessModal .btn {
    right: 0;
    margin: 28px 0 0;
}

.d-menu.openJS.openJSshort {
    height: 430px;
}

@media (min-width: 1770px) {
    .d-menu.openJS.openJSshort {
        height: 530px;
    }
}

.d-menu__item {
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    top: 59px;
    z-index: -15999;
    box-sizing: border-box;
    visibility: hidden;
}

@media (min-width: 1000px) {
    .d-menu__item {
        padding: 3.125rem 4.375rem 5rem;
        top: 59px;
    }
}

@media (min-width: 1770px) {
    .d-menu__item {
        top: 62px;
        padding: 4.375rem 6.25rem 6.25rem;
    }
}

.d-menu__item::before {
    content: "";
    width: 100%;
    height: 40px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: -40px;
}

@media (min-width: 1770px) {
    .d-menu__item::before {
        top: -10px;
    }
}

.d-menu__item.show {
    display: flex;
}

.d-menu__wrap {
    opacity: 0;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
}

.menu-scroll-disabled {
    overflow-x: hidden;
    overflow-y: scroll;
}

.menu-scroll-disabled body {
    height: 100vh;
}

.menu-scroll-disabled body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(3, 24, 69, 0.561);
    z-index: 4;
}

.menu-scroll-disabled2 body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed !important;
    left: 0;
    top: 0;
    background: rgba(3, 24, 69, 0.561);
    z-index: 14 !important;
}

.d-menu__container {
    width: 100%;
    flex-grow: 1;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}

.d-menu-header {
    width: 100%;
    padding: 1.25rem 4.375rem 1.25rem;
    box-sizing: border-box;
    position: relative;
}

@media (min-width: 1770px) {
    .d-menu-header {
        padding: 1.25rem 6.25rem 1.25rem;
    }
}

.d-menu-header::after {
    content: "";
    height: 1px;
    width: calc(100% - 140px);
    background: rgba(132, 136, 144, 0.63);
    position: absolute;
    left: 70px;
    bottom: 0;
}

@media (min-width: 1770px) {
    .d-menu-header::after {
        left: 100px;
        width: calc(100% - 200px);
    }
}

.d-menu-content {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    padding: 3.125rem 4.375rem 0.625rem;
}

@media (min-width: 1770px) {
    .d-menu-content {
        padding: 5.625rem 6.25rem 0.625rem;
    }
}

.insideTabs {
    height: calc(100vh - 200px);
}

@media (min-width: 1770px) {
    .insideTabs {
        height: 760px;
    }
}

@media (min-width: 2400px) {
    .insideTabs {
        height: 1000px;
    }
}

.linkedMenu-list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.linkedMenu__item {
    list-style-type: none;
}

@media (min-width: 1000px) {
    .linkedMenu__item {
        margin-right: 3.5rem;
    }
}

@media (min-width: 1300px) {
    .linkedMenu__item {
        margin-right: 5rem;
    }
}

@media (min-width: 1770px) {
    .linkedMenu__item {
        margin-right: 10rem;
    }
}

.linkedMenu__item:last-of-type {
    margin-right: 0;
}

.linkedMenu__link {
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 500;
    color: #1a1a1a;
    transition: 0.5s ease;
    font-family: var(--tts-font);
}

@media (min-width: 1770px) {
    .linkedMenu__link {
        font-size: 1.5rem;
    }
}

.linkedMenu__link:hover {
    color: var(--red);
}

[data-tab-content] {
    display: none;
}

.header-bottom__burger {
    position: relative;
    width: 40px;
    height: 20px;
    margin: 0;
    z-index: 3;
    cursor: pointer;
}

@media (min-width: 1170px) {
    .header-bottom__burger {
        display: none;
    }
}

.burger-icon {
    position: absolute;
    background: #1a1a1a;
    width: 100%;
    height: 2px;
    top: 50%;
    right: 0;
    border-radius: 24px;
    opacity: 1;
}

.burger-icon::before {
    position: absolute;
    background: #1a1a1a;
    width: 40px;
    height: 2px;
    top: 7px;
    content: "";
    display: block;
    border-radius: 24px;
}

.burger-icon::after {
    position: absolute;
    background: #1a1a1a;
    width: 40px;
    height: 2px;
    bottom: 7px;
    content: "";
    display: block;
    border-radius: 24px;
}

.burger-icon,
.burger-icon::after,
.burger-icon::before {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.header-bottom__burger.menu-on .burger-icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0;
    width: 30px;
}

.header-bottom__burger.menu-on .burger-icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0;
    width: 30px;
}

.header-bottom__burger.menu-on .burger-icon {
    background: rgba(112, 116, 121, 0);
}

.header-bottom__phone {
    background-image: url(../img/phone-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.6875rem;
    height: 1.6875rem;
    margin: 0 34px 0 auto;
    position: relative;
}

@media (min-width: 1240px) {
    .header-bottom__phone {
        display: none;
    }
}

.m-menu {
    padding: 40px 0;
}

@media (min-width: 1240px) {
    .m-menu {
        display: none;
    }
}

.m-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    min-height: calc(100dvh - 90px);
    overflow: hidden;
    background-color: #fff;
    z-index: 20;
}

.m-menu::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
}

.m-menu.is-visible {
    display: flex;
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
}

.menu-wrapper {
    width: 100%;
    overflow: hidden;
}

.page__content .list-wrapper {
    height: 100%;
    padding: 0 0.9375rem;
    box-sizing: border-box;
    background-color: #fff;
}

.page__content .list-wrapper li {
    list-style-type: none;
    padding: 0.625rem 0;
    box-sizing: border-box;
}

.page__content .list-wrapper ul {
    margin: 0;
    padding: 0;
}

.sub-menu-wrapper {
    overflow-y: auto;
    height: calc(100dvh - 220px);
}

.page__content .list-wrapper:nth-child(2),
.page__content .list-wrapper:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.5s;
}

.page__content .list-wrapper:nth-child(2).is-visible,
.page__content .list-wrapper:nth-child(3).is-visible {
    transform: none;
}

.page__content .list-wrapper:nth-child(1) > ul > li > .sub-menu,
.page__content .list-wrapper:nth-child(2) .level-3 {
    display: none;
}

.page__content .menu-wrapper a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
}

.page__content .back-one-level {
    margin: 0 0 30px;
}

.page__content .back-one-level span {
    font-size: 16px;
    color: #1a1a1a;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}

.page__content .back-one-level span::before {
    content: "";
    width: 9px;
    height: 16px;
    left: 0;
    top: calc(50% - 9px);
    background-image: url(../img/menu-shevron-big.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    transform: rotate(-180deg);
}

.level-1 li {
    border-bottom: 1px solid #1a1a1a;
}

.level-1 li:hover a {
    color: var(--red);
}

.level-1 li a {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
}

.level-1 .nested {
    width: 100%;
    position: relative;
}

.level-1 .nested::before {
    content: "";
    width: 9px;
    height: 18px;
    right: 0;
    top: calc(50% - 9px);
    background-image: url(../img/menu-shevron-big.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}

.level-2 .nested {
    position: relative;
}

.level-2 .nested::before {
    content: "";
    width: 7px;
    height: 11px;
    right: -16px;
    top: calc(50% - 5.5px);
    background-image: url(../img/menu-shevron-big.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}

.level-2 li,
.level-3 li {
    width: 80%;
    margin: 15px 0 0;
    padding: 0 !important;
}

.level-2 li:hover a::after,
.level-3 li:hover a::after {
    width: 100%;
}

.level-2 li a,
.level-3 li a {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    padding: 0;
    position: relative;
}

.level-2 li a::after,
.level-3 li a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.4s ease;
}

.page__content .list-wrapper .sub-menu__label {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    margin: 0 0 6px;
    padding: 0 0 11px !important;
    border-bottom: 1px solid #1a1a1a;
}

.page__content .list-wrapper .sub-menu__label:hover a {
    color: var(--red);
}

.page__content .list-wrapper .sub-menu__label a:after {
    display: none;
}

.m-menu-cover {
    width: 100%;
    position: relative;
    display: inline-block;
    flex-grow: 1;
}

.m-menu-search {
    width: calc(100% - 30px);
    height: 50px;
    display: block;
    margin: 0 auto 40px;
    border: 1px solid #b3b3b3;
    position: relative;
}

.m-menu-search::after {
    content: "";
    background-image: url(../img/mobile-search.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}

.m-menu-search input {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: none;
    padding: 0 30px 0 10px;
    outline: 0;
    font-size: 14px;
    color: #1a1a1a;
    font-family: var(--tts-font);
}

.m-menu-search input::-moz-placeholder {
    font-size: 14px;
    font-family: var(--tts-font);
    color: #b3b3b3;
}

.m-menu-search input:-ms-input-placeholder {
    font-size: 14px;
    font-family: var(--tts-font);
    color: #b3b3b3;
}

.m-menu-search input::placeholder {
    font-size: 14px;
    font-family: var(--tts-font);
    color: #b3b3b3;
}

.m-menu-search__submit {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
}

.m-menu-search__submit::after {
    content: "";
    background-image: url(../img/mobile-search.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}

.solutionPage {
    padding-top: 0;
}

.solutionPage__wrap {
    width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
    margin: 1.875rem 0 0;
}

@media (min-width: 1000px) {
    .solutionPage__wrap {
        margin: 2.5rem 0 0;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        &:has(.solutionPage-item:nth-child(odd of .glass-grid__item):last-child)::after {
            content: "";
            background: #fff;
            box-shadow: 0 0 0 1rem #fff;
        }
    }
}

@media (min-width: 1770px) {
    .solutionPage__wrap {
        margin: 3.75rem 0 0;
    }
}

.solutionPage-item {
    position: relative;
    width: 100%;
    padding: 1.875rem 1.25rem;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.5s ease;
}
@media (min-width: 1000px) {
    .solutionPage-item {
        padding: 3.75rem 2.5rem 1.875rem;
    }
}

@media (min-width: 1770px) {
    .solutionPage-item {
        padding: 4rem 3.125rem 1.875rem;
    }
}
.solutionPage-item__arrow {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    color: var(--red);
    opacity: 0;
    transition: opacity 0.2s ease;
    @media (width < 1000px) {
        top: 0.5em;
        right: 0.5em;
        width: 1rem;
        height: 1rem;
    }
}

.solutionPage-item:hover .solutionPage-item__arrow {
    opacity: 1;
}
.solutionPage-item:hover .solutionPage__label {
    margin: 0 0 1.5rem;
}

.solutionPage-item:hover .solutionPage__label::after {
    width: 100%;
}

@media (min-width: 1000px) {
    .solutionPage-item:hover .solutionPage__label {
        margin: 0 0 3.125rem;
    }
}

@media (min-width: 1770px) {
    .solutionPage-item:hover .solutionPage__label {
        margin: 0 0 2.9375rem;
    }
}

.solutionPage__label {
    margin: 0 0 1.5rem;
    position: relative;
    transition: 0.5s ease;
}

.solutionPage__label::after {
    content: "";
    width: 0;
    height: 1px;
    background: var(--red);
    position: absolute;
    left: 0;
    bottom: -12px;
    transition: 0.5s ease;
}

@media (min-width: 1000px) {
    .solutionPage__label {
        margin: 0 0 3.125rem;
    }

    .solutionPage__label::after {
        bottom: -22px;
    }
}

@media (min-width: 1770px) {
    .solutionPage__label {
        margin: 0 0 2.9375rem;
    }

    .solutionPage__label::after {
        bottom: -20px;
    }
}

.solutionPage__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    line-height: 140%;
}

@media (min-width: 1000px) {
    .solutionPage__descr {
        font-size: 1.125rem;
        line-height: 160%;
    }
}

.aboutPage .solutionPage__wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.875rem 0 0;
}

@media (min-width: 1000px) {
    .aboutPage .solutionPage__wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 2.5rem 0 0;
        &:has(.solutionPage-item:nth-child(odd of .glass-grid__item):last-child)::after {
            content: "";
            background: #fff;
            box-shadow: 0 0 0 1rem #fff;
        }
    }
}

@media (min-width: 1770px) {
    .aboutPage .solutionPage__wrap {
        margin: 3.75rem 0 0;
    }
}

.contactUs-wrap {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* background-color: #f7f7f7; */
    padding: 2.875rem 1.875rem 3.125rem;
    color: #fff;
    box-sizing: border-box;
    border-radius: 1.25rem;
    overflow: clip;
    &::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url(../img/callback-boxes-bg.svg) var(--red);
        background-blend-mode: soft-light;
    }
    .contactUs__content {
        position: relative;
    }
    .btn {
        background-color: #fff;
        margin-left: auto;
        &::after,
        &::before {
            background: var(--gray-btn);
        }
        &:hover {
            span {
                color: #000;
            }
        }
    }
}

@media (min-width: 1000px) {
    .contactUs-wrap {
        padding: 4.1875rem 4.375rem;
        min-height: 230px;
    }
}

@media (min-width: 1770px) {
    .contactUs-wrap {
        padding: 4.5rem 6.25rem;
        min-height: 270px;
    }
}

.contactUs-wrap .btn {
    min-width: 10rem;
    width: auto;
}

@media (min-width: 1000px) {
    .contactUs-wrap .btn {
        height: 3.75rem;
        min-width: 11.25rem;
    }
}
.contactUs__title {
    color: #fff;
}
.contactUs__descr {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 140%;
    margin: 1.875rem 0 2.5rem;
}

@media (min-width: 1000px) {
    .contactUs__descr {
        margin: 1.25rem 0 0;
        font-size: 20px;
    }
}

@media (min-width: 1770px) {
    .contactUs__descr {
        margin: 0.9375rem 0 0;
        font-size: 24px;
    }
}

.products-page {
    padding-top: 0;
}

.productsPage-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.productsPage-categories {
    width: 100%;
    position: relative;
    display: inline-block;
}

@media (min-width: 1000px) {
    .productsPage-categories {
        width: 14.375rem;
        margin-right: 5.125rem;
    }
}

@media (min-width: 1770px) {
    .productsPage-categories {
        width: 16.25rem;
        margin-right: 11.375rem;
    }
}

.productsPage-categories__menu {
    padding: 0;
    width: 100%;
    padding-top: 0.9375rem;
    display: none;
}

@media (min-width: 992px) {
    .productsPage-categories__menu {
        display: block;
    }
}

@media (min-width: 1000px) {
    .productsPage-categories__menu {
        margin: 2.5rem 0 0;
        padding: 0;
    }
}

@media (min-width: 1770px) {
    .productsPage-categories__menu {
        margin: 3.75rem 0 0;
    }
}

.productsPage-sticky {
    width: 100%;
    position: sticky;
    top: 0;
}

.sticky.active {
    top: 40px;
}

.productsPage-categories__item {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    margin: 0 0 1.25rem;
}

@media (min-width: 992px) {
    .productsPage-categories__item.active .productsPage-categories__link {
        color: var(--red);
    }
}

.productsPage-categories__link {
    color: #1a1a1a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    transition: 0.4s ease;
}

@media (min-width: 992px) {
    .productsPage-categories__link {
        font-size: 1.25rem;
    }
}

.productsPage-categories__link:hover {
    color: var(--red);
}

.productsPage-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    &::after {
        content: "";
        width: 100%;
        background: #fff;
        flex-grow: 1;
        box-shadow: rgb(255, 255, 255) 0px 0px 0px 1rem;
    }
}

@media (min-width: 1000px) {
    .productsPage-content {
        width: calc(100% - 312px);
        margin: 6.25rem 0 0;
    }
}

@media (min-width: 1770px) {
    .productsPage-content {
        width: calc(100% - 447px);
        margin: 8.75rem 0 0;
    }
}

.productsPage-item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    padding: 1.875rem 2rem;
    box-sizing: border-box;
    transition: 0.5s ease;
    text-decoration: none;
}

@media (min-width: 1000px) {
    .productsPage-item {
        min-height: 159px;
        padding: 1.875rem 3.125rem;
    }
}

.productsPage-item:hover {
    background: #f7f7f7;
}

.productsPage-item:hover .productsPage-item__label::after {
    width: 100%;
}

.productsPage-item__label {
    width: 100%;
    position: relative;
    transition: 0.4s;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.productsPage-item__label::after {
    content: "";
    width: 0;
    height: 1px;
    background: var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.4s 0.3s ease;
}

@media (min-width: 1440px) {
    .productsPage-item__label::after {
        bottom: -10px;
    }
}

@media (min-width: 992px) {
    .productsPage-item__label {
        width: calc(100% - 400px);
        padding-right: 20px;
        margin-right: 3.75rem;
    }
}

@media (min-width: 1440px) {
    .productsPage-item__label {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 1770px) {
    .productsPage-item__label {
        width: calc(100% - 580px);
        margin-right: 5rem;
    }
}

.productsPage-item__descr {
    width: 80%;
    font-size: 1rem;
    line-height: 140%;
    color: #1a1a1a;
}

@media (min-width: 992px) {
    .productsPage-item__descr {
        width: 21.25rem;
        font-size: 1.125rem;
        line-height: 120%;
    }
}

@media (min-width: 1770px) {
    .productsPage-item__descr {
        width: 31.25rem;
        line-height: 160%;
    }
}

.categories-mob {
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 160%;
    color: var(--red);
    position: relative;
    transition: 0.5s ease;
    text-align: left;
    border-bottom: 1px solid #1a1a1a;
    margin: 1.5rem 0 0;
    padding-bottom: 0.625rem;
}

.categories-mob::before {
    content: "";
    background-image: url(../img/prtfolio-chev.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 12px;
    position: absolute;
    right: 0;
    transition: 0.4s ease;
    top: calc(43% - 6px);
}

@media (min-width: 992px) {
    .categories-mob::before {
        display: none;
    }
}

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

.productsPage-categories.categories-mob {
    border-bottom: none;
}

.categories-mob.active::before {
    transform: rotate(180deg);
}

.categories-list.active {
    display: block;
    border-top: 1px solid #1a1a1a;
}

.inf-tablitsa {
    padding-top: 0;
}

.tablitsa-cover {
    width: 100%;
    margin-top: 50px;
}

@media (max-width: 1000px) {
    .tablitsa-cover {
        overflow-x: scroll;
    }
}

@media (min-width: 1000px) {
    .tablitsa-cover {
        margin-top: 47px;
    }
}

@media (min-width: 1770px) {
    .tablitsa-cover {
        margin-top: 57px;
    }
}

.tablitsa-container {
    width: 1190px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 1000px) {
    .tablitsa-container {
        width: 100%;
    }
}

.tablitsa-header {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--red);
    box-sizing: border-box;
}

.tablitsa-row {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    padding: 1.875rem 0;
    border-bottom: 1px solid #b3b3b3;
    box-sizing: border-box;
}

.tablitsa-header .tablitsa__changelog,
.tablitsa-header .tablitsa__compatibility,
.tablitsa-header .tablitsa__date,
.tablitsa-header .tablitsa__file,
.tablitsa-header .tablitsa__version {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.tablitsa__changelog,
.tablitsa__compatibility,
.tablitsa__date,
.tablitsa__file,
.tablitsa__version {
    margin-right: 3.125rem;
}

@media (min-width: 1770px) {
    .tablitsa__changelog,
    .tablitsa__compatibility,
    .tablitsa__date,
    .tablitsa__file,
    .tablitsa__version {
        margin-right: 4.6875rem;
    }
}

.tablitsa__changelog p,
.tablitsa__compatibility p,
.tablitsa__date p,
.tablitsa__file p,
.tablitsa__version p {
    margin: 0 0 0.9375rem;
    font-size: 1rem;
    color: #1a1a1a;
}

.tablitsa__date {
    width: 90px;
}

@media (min-width: 1000px) {
    .tablitsa__date {
        width: 10%;
    }
}

.tablitsa__version {
    width: 160px;
}

@media (min-width: 1000px) {
    .tablitsa__version {
        width: 12%;
    }
}

.tablitsa__changelog {
    width: 380px;
}

@media (min-width: 1000px) {
    .tablitsa__changelog {
        width: 32%;
    }
}

.tablitsa__compatibility {
    width: 190px;
}

@media (min-width: 1000px) {
    .tablitsa__compatibility {
        width: 17%;
    }
}

.tablitsa__file {
    flex-grow: 1;
    margin: 0 0 0 auto;
    width: 120px;
}

@media (min-width: 1000px) {
    .tablitsa__file {
        width: auto;
    }
}

.tablitsa-cover-contacts {
    padding: 0 0.9375rem 0;
    margin: 0;
}

@media (min-width: 1000px) {
    .tablitsa-cover-contacts {
        padding: 0 4.375rem 0;
    }
}

@media (min-width: 1770px) {
    .tablitsa-cover-contacts {
        padding: 0 6.25rem 0;
    }
}

.tablitsa-cover-contacts .tablitsa-row {
    border: none;
}

.tablitsa-cover-contacts .tablitsa-row-line {
    width: 100%;
    height: 1px;
    display: inline-block;
    margin: 10px 0;
    background: #b3b3b3;
}

.tablitsa-cover-contacts ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tablitsa-cover-contacts ul li {
    list-style-type: none;
    width: 100%;
    display: inline-block;
    position: relative;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
    margin: 0 0 10px;
    padding-left: 21px;
    box-sizing: border-box;
}

@media (min-width: 1000px) {
    .tablitsa-cover-contacts ul li {
        font-size: 1.125rem;
        margin: 0 0 10px;
    }
}

@media (min-width: 1770px) {
    .tablitsa-cover-contacts ul li {
        font-size: 1.125rem;
        padding-left: 26px;
        margin: 0 0 10px;
    }
}

.tablitsa-cover-contacts ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--red);
    position: absolute;
    left: 0;
    top: 9px;
}

.tablitsa-cover-contacts ul li a {
    color: var(--red);
    text-decoration: none;
}

.tablitsa-cover-contacts ul li a:hover {
    text-decoration: underline;
}

.tablitsa-cover-contacts a {
    color: var(--red);
    text-decoration: none;
    width: 100%;
    display: block;
}

.tablitsa-cover-contacts .tablitsa__date {
    width: 200px;
}

@media (min-width: 1000px) {
    .tablitsa-cover-contacts .tablitsa__date {
        width: 20%;
    }
}

.tablitsa-cover-contacts .tablitsa__version {
    width: 160px;
}

@media (min-width: 1000px) {
    .tablitsa-cover-contacts .tablitsa__version {
        width: 16%;
    }
}

.tablitsa-cover-contacts .tablitsa__changelog {
    width: 180px;
}

@media (min-width: 1000px) {
    .tablitsa-cover-contacts .tablitsa__changelog {
        width: 20%;
    }
}

.tablitsa-cover-contacts .tablitsa__compatibility {
    width: 240px;
}

@media (min-width: 1000px) {
    .tablitsa-cover-contacts .tablitsa__compatibility {
        width: 23%;
        margin: 0;
    }
}

@media (min-width: 1000px) {
    .tablitsa-cover-contacts .tablitsa__date ul li {
        font-size: 18px;
    }
}

@media (min-width: 1770px) {
    .tablitsa-cover-contacts .tablitsa__date ul li {
        font-size: 18px;
    }
}

.tablitsa-cover-contacts .tablitsa-container {
    width: 1000px;
}

@media (min-width: 1000px) {
    .tablitsa-cover-contacts .tablitsa-container {
        width: 100%;
    }
}

.tablitsa__btn {
    flex-grow: 1;
    height: 2.5rem;
}

@media (min-width: 1000px) {
    .tablitsa__btn {
        min-width: 100%;
    }
}

.tablitsa__btn span {
    padding-left: 30px;
    position: relative;
}

.tablitsa__dwnld {
    width: 20px;
    height: 20px;
    fill: #031845;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
}

.tablitsa__btn:hover .tablitsa__dwnld {
    fill: #fff;
}

.produktFront {
    width: 100%;
    padding: 0 0.9375rem;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
}

@media (min-width: 992px) {
    .produktFront {
        height: calc(100vh - 30px);
        margin: 0;
        padding: 0 4.375rem;
    }
}

@media (min-width: 1000px) {
    .produktFront {
        height: auto;
        min-height: calc(100vh - 189px);
        margin: 110px 0 0;
        padding: 0 4.375rem;
    }
}

@media (min-width: 1770px) {
    .produktFront {
        min-height: calc(100vh - 160px);
        margin: 90px 0 0;
        padding: 0 6.25rem;
    }
}

.produktFront .breadcrumbs {
    padding: 0;
    margin: 0.875rem 0 0;
}

@media (min-width: 1770px) {
    .produktFront .breadcrumbs {
        margin: 1.75rem 0 0;
    }
}

.produktFront .breadcrumbs-list__item,
.produktFront .breadcrumbs-list__link {
    color: rgba(255, 255, 255, 0.4);
}
.produktFront .breadcrumbs-list__link:hover {
    color: #fff;
}
.produktFront .breadcrumbs-list__item::after {
    color: rgba(255, 255, 255, 0.4);
}
.produktFront .produktFront-content__descr {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 1.25rem;
    font-family: var(--tts-font);
    font-weight: 300;
    line-height: 120%;
}
@media (min-width: 1000px) {
    .produktFront .produktFront-content__descr {
        margin: 0;
        padding-right: 30%;
    }
}
@media (min-width: 1770px) {
    .produktFront .produktFront-content__descr {
        font-size: 2.25rem;
    }
}
.produktFront .produktFront-content__title {
    position: relative;
    z-index: 3;
    color: #fff;
    /* font-size: 2.25rem; */
    font-size: 2rem;
    line-height: 100%;
    margin: 0.9375rem 0 0;
    width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-wrap: balance;
}
@media (min-width: 1000px) {
    .produktFront .produktFront-content__title {
        -webkit-hyphens: initial;
        -ms-hyphens: initial;
        hyphens: initial;
        /* font-size: 4rem; */
        font-size: 2.5rem;
        line-height: 110%;
        padding-right: 20%;
        box-sizing: border-box;
        margin: 0.9375rem 0 0;
    }
}
@media (min-width: 1770px) {
    .produktFront .produktFront-content__title {
        /* font-size: 4.5rem; */
        font-size: 3.375rem;
        margin: 1.375rem 0 0;
        padding-right: 30%;
    }
}
.produktFront .produktFront-content__title.produktFront-content__base {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 2rem;
    line-height: 100%;
    margin: 0.9375rem 0;
    width: 100%;
}
@media (min-width: 1000px) {
    .produktFront .produktFront-content__title.produktFront-content__base {
        font-size: 2.5rem;
        line-height: 110%;
        padding-right: 15%;
        box-sizing: border-box;
        margin: 0.9375rem 0;
    }
}
@media (min-width: 1770px) {
    .produktFront .produktFront-content__title.produktFront-content__base {
        font-size: 3.375rem;
        margin: 1.375rem 0;
        padding-right: 30%;
    }
}
.produktFront .produktFront-content__sub {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    margin: 0.9375rem 0 0;
    padding-right: 20%;
}
@media (min-width: 1000px) {
    .produktFront .produktFront-content__sub {
        width: 100%;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 160%;
        margin: 1.125rem 0 0;
        padding-right: 55%;
    }
}
@media (min-width: 1770px) {
    .produktFront .produktFront-content__sub {
        margin: 2.25rem 0 0;
        padding-right: 55%;
    }
}
.produktFront .produktFront-content {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    align-content: center;
    align-items: center;
    margin: 1.875rem 0 0 0;
}
@media (min-width: 1000px) {
    .produktFront .produktFront-content {
        padding-top: 0;
        height: 60%;
        margin: 2.5rem 0 0;
    }
}
@media (min-width: 1770px) {
    .produktFront .produktFront-content {
        padding-top: 0;
        height: 70%;
    }
}
/* .produktFront:has(.produktFront-content.--black-text) { */
.produktFront {
    .breadcrumbs-list__item,
    .breadcrumbs-list__link {
        color: rgba(0, 0, 0, 0.4);
    }
    .breadcrumbs-list__link:hover {
        color: #000;
    }
    .breadcrumbs-list__item::after {
        color: rgba(0, 0, 0, 0.4);
    }
    .produktFront-info::before {
        background-color: #000;
    }
    .produktFront-content__pretitle,
    .produktFront-content__title,
    .produktFront-content__title.produktFront-content__base,
    .produktFront-content__descr,
    .produktFront-content__sub {
        color: #000;
    }
    .produktFront-info__label,
    .produktFront-info__descr {
        color: #000;
    }
    .produktFront-anchor__link {
        color: #000;
    }
}
/* .productPage:has(.produktFront-content.--black-text) .menu-desktop__link {
    color: #000;
} */

.produktFront__btn {
    margin: 3.75rem 0 0;
    min-width: 10rem;
    width: auto;
}

@media (min-width: 992px) {
    .produktFront__btn {
        margin: 2.5rem 0 2.5rem 0;
    }
}

@media (min-width: 1770px) {
    .produktFront__btn {
        margin: 4rem 0 3.75rem 0;
    }
}

.produktFront__btn:hover {
    border: 1px solid #fff;
}

.produktFront__btn:hover span {
    color: #000;
}

.produktFront-menu {
    width: 100%;
    display: none;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

@media (min-width: 1240px) {
    .produktFront-menu {
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
        margin: 2.5rem 0 0;
    }
}

.produktFront-menu .produktFront__btn {
    display: none;
    margin: 0;
}

.produktFront-menu.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 12;
    height: 88px;
    background: #fff;
}

@media (min-width: 1240px) {
    .produktFront-menu.fixed {
        padding: 0 4.375rem 0;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .produktFront-menu.fixed {
        padding: 0 6.25rem 0;
    }
}

.produktFront-menu.fixed .produktFront-anchor {
    width: auto;
}

.produktFront-menu.fixed .produktFront__btn {
    display: flex;
}

@media (min-width: 1240px) {
    .produktFront-menu.fixed .produktFront-anchor__link {
        padding: 0;
        color: #000;
    }
}

.produktFront-menu.fixed .produktFront-anchor__link.active::after,
.produktFront-menu.fixed .produktFront-anchor__link:hover::after {
    bottom: -34px;
}

@media (min-width: 1770px) {
    .produktFront-menu.fixed .produktFront-anchor__link.active::after,
    .produktFront-menu.fixed .produktFront-anchor__link:hover::after {
        bottom: -32px;
    }
}

@media (min-width: 1240px) {
    .produktFront-menu.fixed .produktFront-anchor__item {
        margin-right: 30px;
    }
}

@media (min-width: 1770px) {
    .produktFront-menu.fixed .produktFront-anchor__item {
        margin-right: 50px;
    }
}

.produktFront-anchor {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.produktFront-anchor__item {
    margin: 0 3.125rem 0 0;
    list-style-type: none;
    position: relative;
}

.produktFront-anchor__item:last-of-type {
    margin-right: 0;
}

.produktFront-anchor__link.active::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--red);
}

.produktFront-anchor__link {
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 0 2rem 0;
}

@media (min-width: 1240px) {
    .produktFront-anchor__link {
        padding: 0 0 2.1875rem 0;
    }
}

.produktFront-anchor__link:hover::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--red);
}

.produktFrontMobile {
    width: 100%;
    position: fixed;
    bottom: 13px;
    left: 0;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    z-index: 4;
    padding: 0 0.9375rem;
    box-sizing: border-box;
    transform: translateY(200%);
    transition: 0.5s ease;
}

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

.produktFrontMobile.fixed {
    transform: translateY(0);
}

.produktFrontMobile-menu__field {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 5px 13px;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    position: relative;
}

.produktFrontMobile-menu__field::after {
    content: "";
    background-image: url(../img/mob-burger.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 15px;
    position: absolute;
    right: 13px;
    top: calc(50% - 7.5px);
}

.produktFrontMobile-menu {
    width: calc(100% - 57px);
    background: #ebebeb;
    height: 40px;
    position: relative;
}

.produktFrontMobile-menu__list {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ebebeb;
    width: 100%;
    padding: 10px 13px;
    box-sizing: border-box;
    display: none;
    z-index: 3;
}

.produktFrontMobile-menu__list.open {
    display: block;
}

.produktFrontMobile-menu__item {
    width: 100%;
    color: #b3b3b3;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
}

.produktFrontMobile-menu__item:last-of-type {
    margin-bottom: 0;
}

.produktFrontMobile-menu__item.active {
    color: #1a1a1a;
}

.produktFrontMobile-up {
    background: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #031845;
    position: relative;
}

.produktFrontMobile-up::before {
    content: "";
    background-image: url(../img/up-chev.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}

.produktFront__btnMob {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    transform: translateY(-100%);
}

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

.produktFront__btnMob .produktFront__icon {
    fill: #fff;
    width: 15px;
    height: 13px;
    display: inline-block;
    margin-left: 7px;
}

.produktFront__btnMob.fixed {
    transform: translateY(0);
}

.produktFront-info {
    width: 100%;
    margin: 3.125rem 0 0;
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .produktFront-info {
        margin: 1.875rem 0 1.25rem;
    }
}

@media (min-width: 1770px) {
    .produktFront-info {
        margin: 1.875rem 0 3.75rem;
    }
}

.produktFront-info::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -25px;
}

@media (min-width: 992px) {
    .produktFront-info::before {
        top: -30px;
        width: 553px;
    }
}

@media (min-width: 1770px) {
    .produktFront-info::before {
        top: -30px;
        width: 703px;
    }
}

.produktFront-info__row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

.produktFront-info__label {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-right: 20px;
}

@media (min-width: 992px) {
    .produktFront-info__label {
        font-size: 1.125rem;
        margin-right: 0;
        padding-right: 5px;
    }
}

@media (min-width: 1770px) {
    .produktFront-info__label {
        font-size: 1.25rem;
    }
}

.produktFront-info__label strong {
    font-weight: 600;
}

.produktFront-info__descr {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    font-family: var(--tts-font);
}

@media (min-width: 992px) {
    .produktFront-info__descr {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .produktFront-info__descr {
        font-size: 1.25rem;
    }
}

.produktNaznachenie {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1000px) {
    .produktNaznachenie {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }
}

@media (min-width: 1770px) {
    .produktNaznachenie {
        padding-left: 6.25rem;
        padding-right: 6.25rem;
    }
}

.produktNaznachenie-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    padding: 0 0.9375rem;
}

@media (min-width: 992px) {
    .produktNaznachenie-wrap {
        padding: 0;
    }
}

.produktNaznachenie-wrap .produkt-title {
    width: 100%;
    margin: 0 0 1.25rem;
}

@media (min-width: 1000px) {
    .produktNaznachenie-wrap .produkt-title {
        width: 31.25rem;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .produktNaznachenie-wrap .produkt-title {
        width: 36.25rem;
    }
}

.produktNaznachenie__descr {
    width: 100%;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: #1a1a1a;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .produktNaznachenie__descr {
        width: calc(100% - 500px);
        font-size: 1.25rem;
        margin-top: 0;
    }
}

@media (min-width: 1770px) {
    .produktNaznachenie__descr {
        width: calc(100% - 580px);
    }
}

.produktNaznachenie__descr p {
    margin: 0 0 30px;
}

.produktNaznachenie__descr ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.produktNaznachenie__descr ul li {
    list-style-type: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 20px;
    padding-left: 43px;
    box-sizing: border-box;
    position: relative;
}

@media (min-width: 992px) {
    .produktNaznachenie__descr ul li {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .produktNaznachenie__descr ul li {
        font-size: 1.25rem;
    }
}

.produktNaznachenie__descr ul li span {
    color: var(--red);
    font-size: 1rem;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 2px;
}

@media (min-width: 992px) {
    .produktNaznachenie__descr ul li span {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .produktNaznachenie__descr ul li span {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .produktNaznachenie--medium .produktNaznachenie__descr {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .produktNaznachenie--medium .produktNaznachenie__descr {
        font-size: 1.25rem;
    }
}

.produktNaznachenie-video {
    width: 100%;
    height: 10.625rem;
    margin: 1.875rem 0 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .produktNaznachenie-video {
        margin: 5rem 0 0;
        height: 33.8125rem;
    }
}

@media (min-width: 1770px) {
    .produktNaznachenie-video {
        margin: 6.25rem 0 0;
        height: 51.1875rem;
    }
}

.produktNaznachenie-video .vjs-loading-spinner {
    width: initial;
    height: initial;
}

.play-button {
    background-image: url(../img/video-play.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    transition: 0.5s ease !important;
    position: absolute;
    left: calc(50% - 17.5px);
    top: calc(50% - 17.5px);
}

.play-button:hover {
    background-color: transparent;
    background-image: url(../img/video-play-hover.svg);
}

@media (min-width: 992px) {
    .play-button {
        width: 6.875rem;
        height: 6.875rem;
        left: calc(50% - 55px);
        top: calc(50% - 55px);
    }
}

@media (min-width: 1770px) {
    .play-button {
        width: 10.375rem;
        height: 10.375rem;
        left: calc(50% - 83px);
        top: calc(50% - 83px);
    }
}

.play-button span {
    display: none;
}

.vjs-poster img {
    -o-object-fit: cover;
    object-fit: cover;
}

.videoPlayer {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.videoPlayer iframe {
    width: 100%;
    height: 100%;
}

.plyr__poster {
    background-size: cover;
}

.plyr--video {
    width: 100%;
    height: 100%;
}

button.plyr__control--overlaid {
    width: 2.1875rem;
    height: 2.1875rem;
    background: var(--red);
}

@media (min-width: 992px) {
    button.plyr__control--overlaid {
        width: 6.875rem;
        height: 6.875rem;
    }
}

@media (min-width: 1770px) {
    button.plyr__control--overlaid {
        width: 10.375rem;
        height: 10.375rem;
    }
}

button.plyr__control--overlaid svg {
    width: 0.625rem;
    height: 0.625rem;
    left: calc(55% - 5px);
    top: calc(50% - 5px);
    position: absolute;
}

@media (min-width: 992px) {
    button.plyr__control--overlaid svg {
        width: 2.5rem;
        height: 2.5rem;
        left: calc(55% - 20px);
        top: calc(50% - 20px);
        position: absolute;
    }
}

@media (min-width: 1770px) {
    button.plyr__control--overlaid svg {
        width: 3.75rem;
        height: 3.75rem;
        position: absolute;
        left: calc(55% - 30px);
        top: calc(50% - 30px);
    }
}

.plyr--full-ui input[type="range"] {
    color: var(--red);
}

.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    background: var(--red);
}

.plyr.plyr--stopped .plyr__controls {
    display: none;
}

.video-container {
    position: relative;
    display: block;
}

.video-cover {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    overflow: clip;
    border-radius: 10px;
}

.video-cover-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.produktNaznachenie__box {
    width: 100%;
    margin-bottom: 40px;
}

.produktNaznachenie__box:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .produktNaznachenie__box {
        width: 40%;
    }
}

.produktNaznachenie__box .produktNaznachenie__descr {
    width: 100%;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
}

@media (min-width: 992px) {
    .produktNaznachenie__box .produktNaznachenie__descr {
        width: 100%;
        font-size: 20px;
        margin-top: 20px;
    }
}

@media (min-width: 1770px) {
    .produktNaznachenie__box .produktNaznachenie__descr {
        width: 100%;
        margin-top: 30px;
        font-size: 24px;
    }
}

.produktWhom-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.produktWhom-wrap .produkt-title {
    width: 100%;
}

@media (min-width: 1000px) {
    .produktWhom-wrap .produkt-title {
        width: 31.25rem;
    }
}

@media (min-width: 1770px) {
    .produktWhom-wrap .produkt-title {
        width: 36.25rem;
    }
}

.produktWhom-list {
    width: 100%;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: #1a1a1a;
    background: #f7f7f7;
    padding: 1.25rem;
    box-sizing: border-box;
    counter-reset: whomnumeric;
    margin-top: 1.875rem;
}

@media (min-width: 992px) {
    .produktWhom-list {
        padding: 2.5rem 3.75rem 2.5rem 2.5rem;
        width: calc(100% - 500px);
        font-size: 1.25rem;
        margin-top: 0;
    }
}

@media (min-width: 1770px) {
    .produktWhom-list {
        padding: 3.75rem;
        width: calc(100% - 580px);
        font-size: 1.5rem;
    }
}

.produktWhom-list__item {
    width: 100%;
    font-size: 1rem;
    font-weight: 300;
    line-height: 140%;
    color: #1a1a1a;
    margin: 0 0 1.875rem;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
}

@media (min-width: 992px) {
    .produktWhom-list__item {
        font-size: 1.125rem;
        padding-left: 125px;
        min-height: 76px;
    }
}

@media (min-width: 1770px) {
    .produktWhom-list__item {
        margin: 0 0 3.3125rem;
        padding-left: 157px;
    }
}

.produktWhom-list__item:last-of-type {
    margin-bottom: 0;
}

.produktWhom-list__number {
    width: 100%;
    position: relative;
    margin-bottom: 11px;
}

.produktWhom-list__number::before {
    counter-increment: whomnumeric;
    content: "0" counter(whomnumeric);
    position: relative;
    display: inline-block;
    font-size: 2rem;
    font-family: var(--tts-ext-font);
    color: #000;
    font-weight: 500;
}

@media (min-width: 992px) {
    .produktWhom-list__number::before {
        font-size: 3rem;
        margin: 11px 0 0;
    }
}

@media (min-width: 1770px) {
    .produktWhom-list__number::before {
        font-size: 4rem;
        margin: 19px 0 0;
    }
}

@media (min-width: 992px) {
    .produktWhom-list__number {
        width: 65px;
        height: 45px;
        position: absolute;
        left: 0;
        top: calc(50% - 22.5px);
        margin-bottom: 0;
    }
}

@media (min-width: 1770px) {
    .produktWhom-list__number {
        width: 97px;
        height: 63px;
        top: calc(50% - 31.5px);
    }
}

.produktWhom-list__number::after {
    content: "";
    width: 62px;
    height: 1px;
    background-color: var(--red);
    position: absolute;
    left: 0;
    bottom: -5px;
}

@media (min-width: 992px) {
    .produktWhom-list__number::after {
        width: 1px;
        height: 74px;
        bottom: calc(50% - 37px);
        left: initial;
        right: -30px;
    }
}

@media (min-width: 1770px) {
    .produktWhom-list__number::after {
        height: 58px;
        bottom: calc(50% - 29px);
    }
}

@media (min-width: 1770px) {
    .produktFunctionalOnBase h2.h2 {
        padding-right: 40%;
    }
}

.produktFunctional-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 2.5rem 0 0;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .produktFunctional-wrap {
        margin: 3.75rem 0 0;
        border-top: 1px solid #1a1a1a;
    }
}

.produktFunctional__item {
    width: 100%;
    padding: 1.1875rem 1.3125rem;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
    position: relative;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    color: #1a1a1a;
}

.produktFunctional__item:first-of-type {
    border-top: 1px solid #e0e0e0;
}

@media (min-width: 992px) {
    .produktFunctional__item {
        padding: 1.625rem 3.125rem 1.625rem 1.9375rem;
        margin-right: 30px;
        min-height: 102px;
        line-height: 140%;
        width: calc(50% - 15px);
        font-size: 1.125rem;
    }

    .produktFunctional__item:first-of-type {
        border-top: none;
    }
}

@media (min-width: 1770px) {
    .produktFunctional__item {
        padding: 1.4375rem 5.625rem 1.4375rem 2.5rem;
        margin-right: 50px;
        width: calc(50% - 25px);
        line-height: 140%;
    }
}

.produktFunctional__item span {
    position: relative;
}

.produktFunctional__item span::before {
    content: "";
    width: 11px;
    height: 11px;
    background: var(--red);
    position: absolute;
    left: -21px;
    top: 7px;
}

@media (min-width: 992px) {
    .produktFunctional__item span::before {
        top: 8px;
        left: -39px;
    }
}

.produktFunctional__item:nth-of-type(2n) {
    margin-right: 0;
}

.produktFunctional-logos {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 2.5rem 0 0;
    align-items: flex-start;
}

@media (min-width: 992px) {
    .produktFunctional-logos {
        margin: 2.5rem 0 0;
    }
}

.logos-item {
    margin-right: 10px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100px;
}

@media (min-width: 380px) {
    .logos-item {
        margin-right: 20px;
    }
}

.logos-item:nth-child(-n + 3) {
    margin-bottom: 20px;
}

@media (min-width: 1000px) {
    .logos-item {
        margin-right: 70px;
        margin-bottom: 0;
    }
}

@media (min-width: 1770px) {
    .logos-item {
        margin-right: 100px;
    }
}

.logos-item img {
    width: 80px;
    height: 80px;
}

@media (min-width: 1000px) {
    .logos-item img {
        width: 100px;
        height: 100px;
    }
}

.logos-item__descr {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
    color: #1a1a1a;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
}

.produktEffect {
    background: #f7f7f7;
    padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .produktEffect {
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 1770px) {
    .produktEffect {
        padding-bottom: 1.25rem;
    }
}

.produktEffect-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 3.4375rem 0 0;
}

@media (min-width: 992px) {
    .produktEffect-wrap {
        margin: 2.5rem 0 0;
    }
}

@media (min-width: 1770px) {
    .produktEffect-wrap {
        margin: 3.75rem 0 0;
    }
}

.produktEffect-item {
    width: 100%;
    background: #fff;
    margin: 0 0 1rem 0;
    padding: 3.125rem 1.875rem 1.875rem;
    box-sizing: border-box;
    min-height: 220px;
    transition: 0.5s ease;
    border-radius: 0.625rem;
}

@media (min-width: 992px) {
    .produktEffect-item {
        padding: 3.125rem 3.125rem 1.875rem 3.125rem;
        width: calc(33.3% - 16px);
        margin: 0 1rem 1rem 0;
    }

    .produktEffect-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (min-width: 1770px) {
    .produktEffect-item {
        margin: 0 1rem 1rem 0;
        width: calc(33.3% - 50px);
    }
}

.produktEffect-item__icon {
    height: 55px;
    display: inline-block;
}

.produktEffect-item__icon img {
    -o-object-fit: contain;
    object-fit: contain;
}

.produktEffect-item__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 992px) {
    .produktEffect-item__descr {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .produktEffect-item__descr {
        font-size: 1.25rem;
    }
}

.produktReviews-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.produktReviews-wrap .produktReviews-btns {
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 992px) {
    .produktReviews-wrap .produktReviews-btns {
        display: none;
    }
}

.produktReviews-wrap .produktReviews-btns.btnShow {
    display: flex;
}

.produktReviews-btns {
    display: none;
    flex-flow: row wrap;
    .slider-btn {
        background: var(--gray-btn);
        &:not(.swiper-button-disabled):hover {
            background: var(--red);
        }
    }
}

.produktReviews-btns.btnShow {
    display: flex;
}

.produktReviews-slider {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin-top: 2.25rem;
}

@media (min-width: 992px) {
    .produktReviews-slider {
        margin-top: 5.625rem;
    }
}

.produktReviews-item {
    width: 90%;
    border-top: 1px solid #1a1a1a;
    box-sizing: border-box;
    padding-top: 2.0625rem;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    transition: 0.5s ease;
}

@media (min-width: 992px) {
    .produktReviews-item {
        width: 100%;
        padding-top: 4.375rem;
        padding-bottom: 0.875rem;
    }
}

@media (min-width: 1770px) {
    .produktReviews-item {
        min-height: 300px;
    }
}

.produktReviews-item__title {
    font-weight: 400;
    margin-bottom: 40px;
    min-height: 100px;
}

@media (min-width: 1770px) {
    .produktReviews-item__title {
        line-height: 120%;
        font-size: 36px;
    }
}

.produktReviews-item__descr {
    display: inline-block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media (min-width: 992px) {
    .produktReviews-item__descr {
        font-size: 1.125rem;
    }
}

.produktBanner {
    padding: 0;
    margin: 40px 0 0;
}

@media (min-width: 992px) {
    .produktBanner {
        margin: 60px 0 0;
        padding: 0 4.375rem 0;
    }
}

@media (min-width: 1770px) {
    .produktBanner {
        padding: 0 6.25rem 0;
    }
}

.produktBanner-wrap {
    width: 100%;
    height: 33.5rem;
    box-sizing: border-box;
    position: relative;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 3.125rem 0.9375rem;
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .produktBanner-wrap {
        height: 19.5rem;
        padding: 3.875rem 4.625rem;
    }
}

.produktBanner-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.produktBanner__title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 32px;
    line-height: 100%;
}

@media (min-width: 992px) {
    .produktBanner__title {
        padding-right: 40%;
        font-size: 40px;
    }
}

/* @media (min-width: 1770px) {
    .produktBanner__title {
        font-size: 48px;
    }
} */

.produktBanner__mobile {
    width: 100%;
    height: 100%;
    display: inline-block;
}

@media (min-width: 768px) {
    .produktBanner__mobile {
        display: none;
    }
}

.produktBanner__desctop {
    display: none;
}

@media (min-width: 768px) {
    .produktBanner__desctop {
        display: inline-block;
    }
}

.produktBanner__btn {
    margin: 3.125rem 0 0;
    min-width: 10rem;
    width: auto;
    position: absolute;
    bottom: 40px;
    left: 15px;
}

@media (min-width: 768px) {
    .produktBanner__btn {
        margin: 2.1875rem 0 0;
        bottom: initial;
        left: initial;
        position: relative;
    }
}

@media (max-width: 992px) {
    .produktAdvantages {
        padding: 2.5rem 0;
    }
}

@media (min-width: 992px) {
    .produktAdvantages {
        padding-bottom: 3.75rem;
    }
}

@media (min-width: 1770px) {
    .produktAdvantages {
        padding-bottom: 5.625rem;
    }
}

.produktAdvantages-panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .produktAdvantages-panel {
        padding: 0 0.9375rem;
    }
}

.produktAdvantages-btns {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    .slider-btn {
        background: var(--gray-btn);
        &:not(.swiper-button-disabled):hover {
            background: var(--red);
        }
    }
}

@media (max-width: 992px) {
    .produktAdvantages-btns {
        display: none;
    }
}

.produktAdvantages-btns.btnHide {
    display: none;
}

.produktAdvantages-slider {
    width: 100%;
    margin: 1.875rem 0 0;
}

.produktAdvantages-slider .swiper-wrapper {
    counter-reset: advantagesnumeric;
}

@media (min-width: 992px) {
    .produktAdvantages-slider {
        margin: 4.625rem 0 0;
        height: 30.125rem;
    }
}

@media (min-width: 1770px) {
    .produktAdvantages-slider {
        margin: 3.4375rem 0 0;
    }
}

.produktAdvantages-item {
    width: 285px;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    box-sizing: border-box;
    display: flex;
    flex-flow: column wrap;
    padding: 1.25rem;
}

@media (max-width: 992px) {
    .produktAdvantages-item:first-of-type {
        margin-left: 24px;
    }

    .produktAdvantages-item:last-of-type {
        margin-right: 24px;
    }
}

@media (min-width: 768px) {
    .produktAdvantages-item {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .produktAdvantages-item {
        width: 100%;
        height: 50% !important;
        padding: 1.8125rem 1rem 1.8125rem 0;
    }

    .produktAdvantages-item:nth-of-type(even) {
        border-top: none;
        margin-top: 0 !important;
    }
}

.produktAdvantages-item__label {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 160%;
    flex-grow: 1;
}

@media (min-width: 992px) {
    .produktAdvantages-item__label {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        line-height: 165%;
        overflow: hidden;
        font-size: 1.125rem;
    }
}

.produktAdvantages-item__count {
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-family: var(--tts-ext-font);
    color: var(--red);
    font-weight: 400;
    line-height: 160%;
    margin: 0.9375rem 0 0;
}

@media (min-width: 992px) {
    .produktAdvantages-item__count {
        font-size: 1.125rem;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .produktAdvantages-item__count {
        font-size: 1.25rem;
    }
}

.produktAdvantages-slider.hmm {
    height: auto;
}

@media (min-width: 1000px) {
    .produktAdvantages-slider.hmm {
        height: auto;
    }

    .produktAdvantages-slider.hmm .swiper-wrapper {
        flex-flow: row wrap;
    }

    .produktAdvantages-slider.hmm .produktAdvantages-item {
        width: calc(33.3% - 16px);
        margin-right: 24px;
        height: auto;
        min-height: 240px;
    }

    .produktAdvantages-slider.hmm .produktAdvantages-item:nth-of-type(3n) {
        margin-right: 0;
    }

    .produktAdvantages-slider.hmm .produktAdvantages-item:nth-of-type(even) {
        border-top: 1px solid #1a1a1a;
    }

    .produktAdvantages-slider.hmm .produktAdvantages-item:nth-of-type(4),
    .produktAdvantages-slider.hmm .produktAdvantages-item:nth-of-type(5),
    .produktAdvantages-slider.hmm .produktAdvantages-item:nth-of-type(6) {
        border-top: none;
    }
}

@media (min-width: 1770px) {
    .produktAdvantages-slider.hmm {
        height: auto;
    }

    .produktAdvantages-slider.hmm .swiper-wrapper {
        flex-flow: row wrap;
    }

    .produktAdvantages-slider.hmm .produktAdvantages-item {
        width: calc(33.3% - 41px);
        margin-right: 60px;
    }
}

.produktForms-wrap {
    width: 100%;
    border-top: 1px solid #1a1a1a;
    padding-top: 2.5rem;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .produktForms-wrap {
        padding-top: 3.75rem;
    }
}

@media (min-width: 1770px) {
    .produktForms-wrap {
        padding-top: 5.625rem;
    }
}

.produktForms--noline .produktForms-wrap {
    border-top: none;
}

@media (min-width: 1000px) {
    .produktForms--noline .produktForms-wrap {
        padding-top: 0;
    }
}

.produktSpoilers-wrap {
    width: 100%;
    display: inline-block;
}

.produktSpoilers-item {
    width: 100%;
}

.spoiler-item__button {
    width: 100%;
    background: #f7f7f7;
    padding: 1.125rem 1.875rem;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1000px) {
    .spoiler-item__button {
        padding: 1.875rem 2.5rem;
    }
}

@media (min-width: 1770px) {
    .spoiler-item__button {
        padding: 2.5rem 2.5rem;
    }
}

.spoiler-item__label {
    color: #1a1a1a;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    font-family: var(--tts-font);
    line-height: 160%;
    margin: 0 auto 0 0;
    text-align: left;
    width: 80%;
}

@media (min-width: 1000px) {
    .spoiler-item__label {
        padding-right: 9.5rem;
        width: 90%;
    }
}

@media (min-width: 1770px) {
    .spoiler-item__label {
        padding-right: 32.625rem;
    }
}

.produktSpoilers-item__content {
    display: inline-block;
    padding: 20px 0 0;
}

@media (min-width: 1000px) {
    .produktSpoilers-item__content {
        padding: 60px 40px 0;
    }
}

.produktSpoilers-item__content ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

@media (min-width: 1000px) {
    .produktSpoilers-item__content ul {
        -moz-column-count: 2;
        column-count: 2;
    }
}

.produktSpoilers-item__content ul li {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    margin: 0 0 15px;
}

.produktSpoilers-item__content ul li a {
    color: #000;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 400;
    line-height: 160%;
    transition: 0.3s ease;
}

@media (min-width: 1000px) {
    .produktSpoilers-item__content ul li a {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .produktSpoilers-item__content ul li a {
        font-size: 1.25rem;
    }
}

.produktSpoilers-item__content ul li a:hover {
    color: var(--red);
}

.produktSpoilers-item__content.hide {
    display: none;
}

.spoiler-item__chev {
    width: 30px;
    height: 30px;
    position: relative;
}

.spoiler-item__chev::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #1a1a1a;
    left: 0;
    top: calc(50% - 1px);
}

.spoiler-item__chev::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #1a1a1a;
    left: 0;
    top: calc(50% - 1px);
    transform: rotate(90deg);
    transition: 0.3s;
}

@media (min-width: 1000px) {
    .spoiler-item__chev {
        width: 32px;
        height: 32px;
    }
}

@media (min-width: 1770px) {
    .spoiler-item__chev {
        width: 43px;
        height: 43px;
    }
}

button.spoiler-item__button.open .spoiler-item__chev::before {
    transform: rotate(180deg);
}

.consalting-page {
    padding-top: 0;
}

.consaltingPage-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 1.875rem 0 0;
}

@media (min-width: 1000px) {
    .consaltingPage-wrap {
        margin: 2.5rem 0 0;
    }
}

@media (min-width: 1770px) {
    .consaltingPage-wrap {
        margin: 3.75rem 0 0;
    }
}

.consaltingPage-categories {
    width: 100%;
    position: relative;
    display: inline-block;
}

@media (min-width: 1000px) {
    .consaltingPage-categories {
        width: 22.5rem;
        margin-right: 0.625rem;
    }
}

@media (min-width: 1770px) {
    .consaltingPage-categories {
        width: 22.5rem;
        margin-right: 4.875rem;
    }
}

.consaltingPage-categories__menu {
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 0.9375rem;
    display: none;
}

@media (min-width: 992px) {
    .consaltingPage-categories__menu {
        display: block;
    }
}

@media (min-width: 1000px) {
    .consaltingPage-categories__menu {
        padding: 0;
    }
}

.consaltingPage-sticky {
    width: 100%;
    position: sticky;
    top: 0;
}

.consaltingPage-categories__item {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    margin: 0 0 1.25rem;
}

@media (min-width: 992px) {
    .consaltingPage-categories__item.active .consaltingPage-categories__link {
        color: var(--red);
    }
}

.consaltingPage-categories__link {
    color: #1a1a1a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    transition: 0.4s ease;
}

@media (min-width: 992px) {
    .consaltingPage-categories__link {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .consaltingPage-categories__link {
        font-size: 1.25rem;
    }
}

.consaltingPage-categories__link:hover {
    color: var(--red);
}

.consaltingPage-content {
    width: 100%;
}

@media (min-width: 1000px) {
    .consaltingPage-content {
        margin-top: 0.5rem;
        width: calc(100% - 370px);
    }
}

@media (min-width: 1770px) {
    .consaltingPage-content {
        width: calc(100% - 438px);
    }
}

.consaltingPage-item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    padding: 1.875rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #1a1a1a;
    transition: 0.5s ease;
    text-decoration: none;
    margin: -1px 0 0;
}

@media (min-width: 1000px) {
    .consaltingPage-item {
        min-height: 119px;
        padding: 1.875rem 3.125rem 1.875rem 0;
    }
}

.consaltingPage-item:first-of-type {
    border-top: 1px solid #1a1a1a;
}

.consaltingPage-item:hover {
    background: #f7f7f7;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.consaltingPage-item:hover .consaltingPage-item__label {
    background-size: 100% 1px;
}

.consaltingPage-item:hover .consaltingPage-item__label::after {
    width: 100%;
}

@media (min-width: 1000px) {
    .consaltingPage-item:hover {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.consaltingPage-item__label {
    width: 100%;
    position: relative;
    transition: 0.4s;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-size: 1rem;
    display: initial;
}

@media (min-width: 992px) {
    .consaltingPage-item__label {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .consaltingPage-item__label {
        font-size: 1.25rem;
    }
}

.consaltingPage-item__label::after {
    content: "";
    width: 0;
    height: 1px;
    background: var(--red);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.4s 0.3s ease;
}

@media (min-width: 992px) {
    .consaltingPage-item__label::after {
        bottom: -10px;
    }
}

@media (min-width: 992px) {
    .consaltingPage-item__label {
        padding-right: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.consaltingPage-item__descr {
    width: 80%;
    font-size: 1rem;
    line-height: 140%;
    color: #1a1a1a;
}

@media (min-width: 992px) {
    .consaltingPage-item__descr {
        width: 21.25rem;
        font-size: 1.125rem;
        line-height: 120%;
        width: 100%;
    }
}

@media (min-width: 1770px) {
    .consaltingPage-item__descr {
        width: 31.25rem;
        font-size: 1.5rem;
        line-height: 160%;
    }
}

.categories-mob {
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 160%;
    color: var(--red);
    position: relative;
    transition: 0.5s ease;
    text-align: left;
    border-bottom: 1px solid #1a1a1a;
    margin: 1.5rem 0 0;
    padding-bottom: 0.625rem;
}

.categories-mob::before {
    content: "";
    background-image: url(../img/prtfolio-chev.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 12px;
    position: absolute;
    right: 0;
    transition: 0.4s ease;
    top: calc(43% - 6px);
}

@media (min-width: 992px) {
    .categories-mob::before {
        display: none;
    }
}

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

.consaltingPage-categories.categories-mob {
    border-bottom: none;
}

.categories-mob.active::before {
    transform: rotate(180deg);
}

.categories-list.active {
    display: block;
    border-top: 1px solid #1a1a1a;
}

.sotrudnichestvo {
    padding-top: 0;
}

.sotrudnichestvo-wrap {
    width: 100%;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 1.875rem 0 0;
}

@media (min-width: 991px) {
    .sotrudnichestvo-wrap {
        margin: 2.25rem 0 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        &:has(.sotrudnichestvo-item:nth-child(odd of .glass-grid__item):last-child)::after {
            content: "";
            background: #fff;
            box-shadow: 0 0 0 1rem #fff;
        }
    }
}

@media (min-width: 1300px) {
    .sotrudnichestvo-wrap {
        margin: 3.75rem 0 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        &:has(.sotrudnichestvo-item:nth-child(3n + 4 of .glass-grid__item):last-child)::before {
            content: "";
            background: #fff;
            box-shadow: 0 0 0 1rem #fff;
            order: 999;
        }
        &:has(.sotrudnichestvo-item:nth-child(3n + 4 of .glass-grid__item):last-child)::after,
        &:has(.sotrudnichestvo-item:nth-child(3n + 5 of .glass-grid__item):last-child)::after {
            content: "";
            background: #fff;
            box-shadow: 0 0 0 1rem #fff;
        }
    }
}

.sotrudnichestvo-item {
    padding: 1.875rem 1.875rem 1.875rem;
    text-decoration: none;
    transition: 0.4s ease;
    box-sizing: border-box;
    margin: -1px 0 -1px 0;
}

@media (min-width: 992px) {
    .sotrudnichestvo-item {
        padding: 2.5rem 2.5rem 2.5rem;
        min-height: 22.4375rem;
    }
}

@media (min-width: 1770px) {
    .sotrudnichestvo-item {
        min-height: 20.6875rem;
        padding: 3.125rem 3.125rem 3.125rem;
    }
}

.sotrudnichestvo-item:hover {
    background: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

.sotrudnichestvo-item:hover .sotrudnichestvo-item__label::after {
    width: 100%;
}

.sotrudnichestvo-item__label {
    margin: 0 0 1.5rem;
    position: relative;
}

@media (min-width: 992px) {
    .sotrudnichestvo-item__label {
        margin: 0 0 2rem;
    }
}

.sotrudnichestvo-item__label::after {
    content: "";
    width: 0;
    height: 1px;
    background: var(--red);
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: 0.4s 0.3s ease;
}

.sotrudnichestvo-item__descr {
    width: 100%;
    display: flex;
    color: #1a1a1a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media (min-width: 992px) {
    .sotrudnichestvo-item__descr {
        font-size: 1.125rem;
    }
}

.product-base {
    width: 100%;
    display: inline-block;
}

.productDescription-row {
    width: 100%;
    border-bottom: 1px solid #1a1a1a;
    padding: 0.9375rem 0 1.5625rem;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
}

@media (min-width: 992px) {
    .productDescription-row {
        padding: 2.9375rem 0 2.8125rem;
        align-content: center;
        align-items: center;
    }
}

@media (min-width: 1770px) {
    .productDescription-row {
        padding: 2.5rem 0 3.75rem;
    }
}

.productDescription-row__logo {
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 1rem;
}

@media (min-width: 992px) {
    .productDescription-row__logo {
        width: 6rem;
        height: 6rem;
        margin-right: 2.375rem;
    }
}

.productDescription-row__descr {
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 160%;
    width: calc(100% - 80px);
}

@media (min-width: 992px) {
    .productDescription-row__descr {
        font-size: 1.25rem;
        width: 80%;
    }
}

@media (min-width: 1770px) {
    .productDescription-row__descr {
        font-size: 1.5rem;
    }
}

.razvodyashchaya-project {
    height: auto;
    background: linear-gradient(180deg, #eef0f7cc 80%, #ffffffcc 100%);
    backdrop-filter: blur(50px);
}

@media (max-width: 992px) {
    .razvodyashchaya-project {
        padding-left: 0;
        padding-right: 0;
    }
}

.razvodyashchaya-project .frontPortfolio-nav-mobile {
    padding-bottom: 15px;
}

.razvodyashchaya-project .frontPortfolio-panel {
    margin: 0;
}

@media (min-width: 992px) {
    .razvodyashchaya-project .frontPortfolio-panel {
        display: none;
    }
}

.razvodyashchaya-project .frontPortfolio-panel .tabs__btn.active {
    display: none;
}

.razvodyashchaya-project .frontPortfolio-panel .tabs__btn {
    border-bottom: 1px solid #1a1a1a;
    padding: 10px 0 20px;
}

.projects-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.projects-item {
    flex-flow: row wrap;
    width: 100%;
    align-content: flex-start;
    align-items: flex-start;
    border-radius: 0.625rem;
}

@media (min-width: 992px) {
    .projects-item {
        display: flex;
        background: #fff;
        padding: 3.125rem 1.875rem 3.75rem;
        margin-bottom: 60px;
    }
}

@media (min-width: 1770px) {
    .projects-item {
        padding: 4.375rem 4.0625rem 5.625rem;
        margin-bottom: 90px;
    }
}

.projects-item .projects-item__label {
    margin-bottom: 0.9375rem;
    width: 90%;
    padding: 0 0.9375rem;
    transition: color 0.2s ease;
    &:hover {
        color: var(--red);
    }
}

@media (min-width: 992px) {
    .projects-item .projects-item__label {
        padding: 0;
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .projects-item .projects-item__label {
        font-size: 2.5rem;
    }
}

@media (min-width: 1770px) {
    .projects-item .projects-item__label {
        font-size: 3rem;
    }
}

.projects-item .btn {
    flex-shrink: 0;
    background: 0 0;
}

.projects-item .btn span {
    display: none;
}

@media (min-width: 992px) {
    .projects-item .btn span {
        display: block;
    }
}

.projects-item .btn .btn-on-descr {
    display: block;
}

@media (min-width: 992px) {
    .projects-item .btn .btn-on-descr {
        display: none;
    }
}

.projects-item:last-of-type {
    margin-bottom: 0;
}

.projects-item--short {
    border-radius: 0.625rem;
    background: var(--red);
    color: #fff;
    overflow: hidden;
    padding: 0;
    .projects-item__wrapper {
        position: relative;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 1.875rem 1.25rem;
        &::before {
            content: "";
            position: absolute;
            inset: 0;
            background: url(../img/pixel-grid.svg);
            mix-blend-mode: screen;
        }
        .projects-item__content {
            width: auto;
            margin: 0;
        }
        @media (min-width: 992px) {
            padding: 3.125rem 1.875rem 3.75rem;
        }
        @media (min-width: 1770px) {
            padding: 4.375rem 4.0625rem 5.625rem;
        }
    }
    .projects-item__label,
    .projects-item__descr {
        color: #fff;
        &:hover {
            color: #fff;
        }
    }
    .btn {
        background-color: #fff;
        margin-left: auto;
        &::after,
        &::before {
            background: var(--gray-btn);
        }
        &:hover {
            span {
                color: #000;
            }
        }
    }
}

@media (max-width: 992px) {
    .projects-item--short .projects-item__sub {
        padding: 0;
    }
}

.projects-item--short .projects-item__content {
    width: 100%;
    flex-grow: initial;
    margin-bottom: 40px;
}

.projects-item--short .projects-item__label {
    padding: 0;
}

.projects-item.active {
    display: flex;
    margin: 2.5rem 0 0;
}

@media (min-width: 992px) {
    .projects-item.active {
        margin: 0 0 3.75rem;
    }
}

@media (min-width: 1770px) {
    .projects-item.active {
        margin: 0 0 5.625rem;
    }
}

.projects-item__sub {
    width: 100%;
    padding: 0 0.9375rem;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
}

@media (min-width: 992px) {
    .projects-item__sub {
        padding: 0;
        font-size: 1.125rem;
    }
}

.projects-item__content {
    width: 100%;
    flex-grow: 1;
    cursor: pointer;
    position: relative;
}

.projects-item__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 160%;
}

@media (min-width: 992px) {
    .projects-item__descr {
        font-size: 1.125rem;
    }
}

.projects-slider {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 25px 0 0;
}

@media (min-width: 992px) {
    .projects-slider {
        margin: 60px 0 0;
    }
}

@media (min-width: 1770px) {
    .projects-slider {
        margin: 80px 0 0;
    }
}

@media (min-width: 992px) {
    .projects-slider .swiper-wrapper {
        flex-flow: row wrap;
    }
}

.projects-slider__item {
    width: 285px;
    text-decoration: none;
    transition: 0.5s;
    min-height: 340px;
    padding: 1.875rem 1.25rem;
    background: #fff;
    display: flex;
    flex-flow: column wrap;
    position: relative;
    box-sizing: border-box;
    border-radius: 0.625rem;
}

@media (max-width: 992px) {
    .projects-slider__item:first-of-type {
        margin-left: 15px;
    }

    .projects-slider__item:last-of-type {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .projects-slider__item {
        width: calc(50% - 22px);
        margin-right: 2.6875rem;
        min-height: 14.5rem;
        background: 0 0;
        box-sizing: border-box;
    }

    .projects-slider__item::after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #1a1a1a;
    }

    .projects-slider__item:nth-of-type(even) {
        margin-right: 0;
    }

    .projects-slider__item:nth-of-type(-n + 2)::before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        background: #1a1a1a;
    }
}

@media (min-width: 1770px) {
    .projects-slider__item {
        width: calc(33.3% - 60px);
        min-height: 15.25rem;
        margin-right: 3.75rem;
    }

    .projects-slider__item:nth-of-type(even) {
        margin-right: 3.75rem;
    }

    .projects-slider__item:nth-of-type(-n + 3)::before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        background: #1a1a1a;
    }
}

.projects-slider__item:hover {
    background: var(--red);
}

.projects-slider__item:hover .projects-slider__label,
.projects-slider__item:hover .projects-slider__tags {
    color: #fff;
}

.projects-slider__item:hover::after,
.projects-slider__item:hover::before {
    content: "";
    /* background: var(--red); */
    background: transparent;
}

.projects-slider__label {
    width: 100%;
    flex-grow: 1;
    font-family: var(--tts-font);
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 120%;
    transition: 0.3s ease;
}

@media (min-width: 992px) {
    .projects-slider__label {
        width: 90%;
    }
}

@media (min-width: 1770px) {
    .projects-slider__label {
        font-size: 1.75rem;
        width: 100%;
    }
}

.projects-slider__tags {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 130%;
    transition: 0.3s ease;
}

.projects-item__container {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
}

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

.projects-item.open .projects-item__container {
    display: flex;
}

.projects-item.open .projects-item__chev {
    transform: rotate(0);
}

.projects-item__chev {
    position: absolute;
    width: 17px;
    height: 11px;
    right: 0;
    top: calc(50% - 5.5px);
    transform: rotate(180deg);
    transition: transform 0.2s ease;
    fill: none;
    display: none;
}

.projects-item:hover .projects-item__chev {
    color: var(--red);
}

@media (min-width: 1000px) {
    .projects-item__chev {
        right: 30px;
        display: block;
    }
}

@media (min-width: 1770px) {
    .projects-item__chev {
        right: 65px;
    }
}

@media (min-width: 992px) {
    .partnerskayaAdvantages .partnerskayaAdvantages__title {
        padding-right: 40%;
    }
}

.partnerskayaAdvantages-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 992px) {
    .partnerskayaAdvantages-wrap {
        margin: 3.75rem 0 0;
        justify-content: flex-start;
    }
}

@media (min-width: 1770px) {
    .partnerskayaAdvantages-wrap {
        margin: 4.375rem 0 0;
    }
}

.partnerskayaAdvantages-item {
    width: 100%;
    margin: 1.875rem 0 0;
}

@media (min-width: 768px) {
    .partnerskayaAdvantages-item {
        width: calc(50% - 15px);
        margin: 0 1.875rem 1.875rem 0;
    }

    .partnerskayaAdvantages-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .partnerskayaAdvantages-item {
        width: calc(33.3% - 23px);
        margin: 0 2.1875rem 4.375rem 0;
    }

    .partnerskayaAdvantages-item:nth-of-type(2n) {
        margin-right: 35px;
    }

    .partnerskayaAdvantages-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (min-width: 1770px) {
    .partnerskayaAdvantages-item {
        width: calc(33.3% - 46px);
        margin: 0 4.25rem 5rem 0;
    }

    .partnerskayaAdvantages-item:nth-of-type(2n) {
        margin-right: 68px;
    }

    .partnerskayaAdvantages-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

.partnerskayaAdvantages-item__number {
    width: 100%;
    display: inline-block;
    margin: 0 0 25px;
    padding: 0 0 15px;
    color: #000;
    font-family: var(--tts-ext-font);
    font-size: 3rem;
    font-weight: 400;
    line-height: 110%;
    position: relative;
}

@media (min-width: 992px) {
    .partnerskayaAdvantages-item__number {
        font-size: 4rem;
    }
}

@media (min-width: 1770px) {
    .partnerskayaAdvantages-item__number {
        font-size: 6rem;
    }
}

.partnerskayaAdvantages-item__number::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    background: var(--red);
    bottom: -5px;
}

@media (min-width: 992px) {
    .partnerskayaAdvantages-item__number::after {
        width: 16.25rem;
    }
}

@media (min-width: 1770px) {
    .partnerskayaAdvantages-item__number::after {
        width: 21.25rem;
    }
}

.partnerskayaAdvantages-item__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
}

@media (min-width: 992px) {
    .partnerskayaAdvantages-item__descr {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .partnerskayaAdvantages-item__descr {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .partnerskayaAdvantages-item:first-of-type .partnerskayaAdvantages-item__descr {
        width: 95%;
    }
}

.partnerskayaAdvantages-item__round {
    width: 8.375rem;
    height: 8.375rem;
    background: var(--gray-btn) 80;
    border-radius: 50%;
    margin: 0 auto 27px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .partnerskayaAdvantages-item__round {
        margin: 0 0 27px 50px;
    }
}

.partnerskayaAdvantages-item__round:hover svg {
    fill: var(--red);
}

.partnerskayaAdvantages-link {
    text-decoration: none;
    margin: 40px 0 50px;
}

.partnerskayaAdvantages-link .partnerskayaAdvantages-item__descr {
    text-align: center;
}

@media (min-width: 992px) {
    .partnerskayaAdvantages-link .partnerskayaAdvantages-item__descr {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .partnerskayaAdvantages-link {
        margin: -52px 0 0;
    }
}

@media (min-width: 1770px) {
    .partnerskayaAdvantages-link {
        margin: -16px 0 0;
    }
}

.partnerskayaAdvantages-link svg {
    fill: #031845;
    width: 37px;
    height: 31px;
}

.partnerskayaModel {
    padding-top: 0;
}

.partnerskayaModel-container {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 1.5625rem 0 0;
}

@media (min-width: 992px) {
    .partnerskayaModel-container {
        margin: 2.5rem 0 0;
    }
}

@media (min-width: 1770px) {
    .partnerskayaModel-container {
        margin: 3.75rem 0 0;
    }
}

.partnerskayaModel-pic {
    background-color: #ca3e2e;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    border-radius: 1.25rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    .partnerskayaModel-pic {
        display: none;
    }
}

@media (min-width: 1000px) {
    .partnerskayaModel-pic {
        display: flex;
        width: 21.25rem;
        margin-right: 1.5625rem;
    }
}

@media (min-width: 1770px) {
    .partnerskayaModel-pic {
        width: 29.375rem;
        margin-right: 2.5625rem;
    }
}

.partnerskayaModel-pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.partnerskayaModel-wrap {
    width: 100%;
    background: #f7f7f7;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    padding: 0.9375rem;
    box-sizing: border-box;
    margin: 1.5625rem 0 0;
    border-radius: 1.25rem;
}

@media (min-width: 1200px) {
    .partnerskayaModel-wrap {
        width: calc(100% - 365px);
        padding: 1.5625rem;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .partnerskayaModel-wrap {
        width: calc(100% - 511px);
        padding: 2.5rem;
    }
}

@media (min-width: 992px) {
    .partnerskayaModel-pic--mob {
        display: none;
    }
}

.partnerskayaModel-pic--desctop {
    display: none;
}

@media (min-width: 992px) {
    .partnerskayaModel-pic--desctop {
        display: block;
    }
}

.partnerskayaModel-item__label {
    width: 100%;
    display: inline-block;
    font-size: 1.25rem;
    font-family: var(--tts-font);
    line-height: 28px;
    margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
    .partnerskayaModel-item__label {
        font-size: 1.5rem;
        margin-bottom: 0.375rem;
    }
}

@media (min-width: 1770px) {
    .partnerskayaModel-item__label {
        font-size: 1.75rem;
        min-height: 56px;
        margin-bottom: 2rem;
    }
}

.partnerskayaModel-item {
    background: #fff;
    padding: 1.75rem 0.9375rem;
    box-sizing: border-box;
    margin-bottom: 0.9375rem;
    border-radius: 0.625rem;
}

@media (min-width: 992px) {
    .partnerskayaModel-item {
        padding: 1.875rem 2.1875rem;
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 1770px) {
    .partnerskayaModel-item {
        padding: 3rem 2rem;
        width: calc(33.3% - 27px);
        margin: 0 2.5rem 0 0;
    }
}

.partnerskayaModel-item:last-of-type {
    margin: 0;
}

.partnerskayaModel-item__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
}

@media (min-width: 992px) {
    .partnerskayaModel-item__descr {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .partnerskayaModel-item__descr {
        font-size: 1.25rem;
    }
}

.partnerskayaWhy-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 1.25rem 0 0;
}

@media (min-width: 992px) {
    .partnerskayaWhy-wrap {
        margin: 2.5rem 0 0;
    }
}

@media (min-width: 1770px) {
    .partnerskayaWhy-wrap {
        margin: 2.875rem 0 0;
    }
}

.partnerskayaWhy-item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    padding: 1.5625rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #1a1a1a;
    align-content: flex-start;
    align-items: flex-start;
}

.partnerskayaWhy-item:first-of-type {
    border-top: 1px solid #1a1a1a;
}

@media (min-width: 768px) {
    .partnerskayaWhy-item {
        width: calc(50% - 12px);
        margin-right: 1.5rem;
        min-height: 320px;
        padding-top: 3.125rem;
        padding-left: 2.3125rem;
    }

    .partnerskayaWhy-item:nth-of-type(2n) {
        margin-right: 0;
    }

    .partnerskayaWhy-item:nth-child(-n + 2) {
        border-top: 1px solid #1a1a1a;
    }
}

@media (min-width: 1770px) {
    .partnerskayaWhy-item {
        width: calc(50% - 42px);
        margin-right: 5.25rem;
        min-height: 326px;
        padding-top: 3.75rem;
        padding-left: 3.375rem;
    }
}

.partnerskayaWhy-item__label {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-family: var(--tts-font);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0.875rem 0;
}

@media (min-width: 992px) {
    .partnerskayaWhy-item__label {
        font-size: 1.5rem;
        margin: 0.625rem 0 0.625rem;
    }
}

@media (min-width: 1770px) {
    .partnerskayaWhy-item__label {
        font-size: 1.75rem;
        margin: 1.25rem 0;
    }
}

.partnerskayaWhy-item__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
}

@media (min-width: 992px) {
    .partnerskayaWhy-item__descr {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .partnerskayaWhy-item__descr {
        font-size: 1.25rem;
    }
}

.partnerskayaPartners-wrap {
    width: 100%;
    margin-top: 1.5625rem;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 992px) {
    .partnerskayaPartners-wrap {
        margin-top: 2.5rem;
    }
}

@media (min-width: 1770px) {
    .partnerskayaPartners-wrap {
        margin-top: 3.75rem;
    }
}

.partnerskayaPartners-item {
    width: 50%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .partnerskayaPartners-item {
        width: 25%;
        height: 169px;
    }
}

@media (min-width: 1770px) {
    .partnerskayaPartners-item {
        height: 250px;
    }
}

.partnerskayaCallback-wrap {
    width: 100%;
    background: #f7f7f7;
    padding: 1.5625rem 1.0625rem 1.875rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .partnerskayaCallback-wrap {
        flex-direction: row;
        padding: 3.5rem 3.125rem;
    }
}

@media (min-width: 1770px) {
    .partnerskayaCallback-wrap {
        padding: 5.8125rem 6.25rem;
    }
}

.partnerskayaCallback-content {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .partnerskayaCallback-content {
        width: 45%;
        padding-right: 20px;
    }
}

.partnerskayaCallback-info {
    width: 100%;
    display: flex;
    flex-flow: column-reverse wrap;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
}
@media (min-width: 768px) {
    .partnerskayaCallback-info {
        width: 55%;
    }
}
@media (min-width: 1280px) {
    .partnerskayaCallback-info {
        flex-flow: row;
    }
}

.partnerskayaCallback-info .partnerskayaCallback__btn {
    display: flex;
    margin: 30px 0 0;
}

@media (min-width: 992px) {
    .partnerskayaCallback-info .partnerskayaCallback__btn {
        display: none;
    }
}
.partnerskayaCallback-info__pic {
    width: 100%;
    height: 213px;
    width: 213px;
    margin: 0 auto 1.5625rem 0;
    background: #fff;
    border-radius: 0.625rem;
    overflow: hidden;
}
@media (min-width: 992px) {
    .partnerskayaCallback-info__pic {
        margin: 0;
    }
}
@media (min-width: 1280px) {
    .partnerskayaCallback-info__pic {
        width: 300px;
        height: 300px;
    }
}

.partnerskayaCallback-info__pic img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}
@media (min-width: 992px) {
    .partnerskayaCallback-info__pic img {
        width: 100%;
    }
}

.partnerskayaCallback-info__about {
    width: 100%;
}
@media (min-width: 992px) {
    .partnerskayaCallback-info__about {
        text-align: right;
        box-sizing: border-box;
    }
}
@media (min-width: 1280px) {
    .partnerskayaCallback-info__about {
        padding-right: 30px;
        width: calc(100% - 300px);
    }
}

.partnerskayaCallback-info__name {
    width: 100%;
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 160%;
    font-family: var(--tts-ext-font);
}
@media (min-width: 992px) {
    .partnerskayaCallback-info__name {
        text-align: right;
    }
}

.partnerskayaCallback-info__post {
    width: 100%;
    color: grey;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
}
@media (min-width: 992px) {
    .partnerskayaCallback-info__post {
        text-align: right;
        margin: 0 0 4px;
    }
}

.partnerskayaCallback-info__mail,
.partnerskayaCallback-info__phone {
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    display: inline-block;
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
    text-decoration: none;
    margin: 10px 0 0 10px;
}
.partnerskayaCallback-info__phone {
    padding-left: 28px;
}
@media (min-width: 1770px) {
    .partnerskayaCallback-info__phone {
        margin-right: 45px;
    }
}

.partnerskayaCallback-info__phone::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../img/phone-small.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 3px;
}

.partnerskayaCallback-info__mail::before {
    content: "";
    width: 22px;
    height: 16px;
    background-image: url(../img/mail-small.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 3px;
}

.partnerskayaCallback-content__descr {
    width: 100%;
    margin: 0;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    margin: 0.9375rem 0 1.5625rem;
}

@media (min-width: 992px) {
    .partnerskayaCallback-content__descr {
        width: 80%;
        margin: 1.25rem 0 2.1875rem;
        min-height: 90px;
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .partnerskayaCallback-content__descr {
        width: 100%;
    }
}

.partnerskayaCallback__btn {
    display: none;
}

@media (min-width: 992px) {
    .partnerskayaCallback__btn {
        display: flex;
    }
}

.clientam {
    padding-top: 0;
}

.clientam-descr {
    width: 100%;
    padding: 13px 0 30px;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 160%;
}

@media (min-width: 992px) {
    .clientam-descr {
        padding: 20px 35% 35px 0;
        font-size: 1.25rem;
    }
}

@media (min-width: 1770px) {
    .clientam-descr {
        padding: 40px 50% 40px 0;
        font-size: 1.5rem;
    }
}

.clientam-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    padding-top: 1.875rem;
}

@media (min-width: 992px) {
    .clientam-wrap {
        padding-top: 3.75rem;
    }
}

@media (min-width: 1770px) {
    .clientam-wrap {
        padding-top: 5.625rem;
    }
}

.clientam-sidebar {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .clientam-sidebar {
        padding-right: 70px;
        margin-bottom: 0;
        width: 410px;
        height: 100%;
    }
}

@media (min-width: 1770px) {
    .clientam-sidebar {
        width: 705px;
        padding-right: 152px;
    }
}

.clientam-filter {
    position: sticky;
    top: 0;
    left: 0;
}

.clientam-filter .spoiler-item {
    margin: 10px 0 0;
}

@media (min-width: 992px) {
    .clientam-filter .spoiler-item {
        margin: 0;
    }
}

.clientam-filter__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .clientam-filter__descr {
        margin-bottom: 48px;
    }
}

.clientam-filter__item {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    transition: 0.5s ease;
    cursor: pointer;
    padding: 14px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #1a1a1a;
}

@media (min-width: 992px) {
    .clientam-filter__item {
        margin-bottom: 25px;
        font-size: 1.125rem;
        padding: 0;
        border-bottom: none;
    }
}

@media (min-width: 1770px) {
    .clientam-filter__item {
        font-size: 1.25rem;
    }
}

.clientam-filter__item.active,
.clientam-filter__item:hover {
    color: var(--red);
    border-bottom: 1px solid var(--red);
}

@media (min-width: 992px) {
    .clientam-filter__item.active,
    .clientam-filter__item:hover {
        border-bottom: none;
    }
}

.clientam-cards {
    width: 100%;
}

@media (min-width: 992px) {
    .clientam-cards {
        width: calc(100% - 410px);
    }
}

@media (min-width: 1770px) {
    .clientam-cards {
        width: calc(100% - 705px);
    }
}

@media (min-width: 992px) {
    .clientam-cards .swiper-wrapper {
        flex-flow: row wrap;
        height: auto !important;
    }
}

.cards-item {
    width: 100%;
    background: #f7f7f7;
    padding: 1.25rem;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
    border-radius: 1.25rem;
}

@media (min-width: 992px) {
    .cards-item {
        height: auto;
        padding: 1.875rem 1.875rem 2.5rem;
        margin: 0 0 1.875rem;
    }
}

@media (min-width: 1770px) {
    .cards-item {
        padding: 1.875rem;
        margin: 0 0 2.5rem;
    }
}

.cards-item__btn {
    background: 0 0;
}

.cards-item__pic {
    width: 100%;
    height: 11.875rem;
    background: #fff;
    text-align: center;
    margin-bottom: 16px;
    border-radius: 0.625rem;
    overflow: hidden;
}

@media (min-width: 992px) {
    .cards-item__pic {
        width: 15.625rem;
        height: 15.625rem;
        margin-bottom: 0;
    }
}

@media (min-width: 1770px) {
    .cards-item__pic {
        width: 18.75rem;
        height: 18.75rem;
    }
}

.cards-item__pic img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 992px) {
    .cards-item__info {
        width: calc(100% - 250px);
        padding-left: 40px;
        box-sizing: border-box;
    }
}

@media (min-width: 1770px) {
    .cards-item__info {
        width: calc(100% - 300px);
        padding-left: 30px;
    }
}

.cards-item__panel {
    width: 100%;
    display: flex;
    flex-flow: column-reverse wrap;
    align-content: flex-end;
    align-items: flex-end;
    margin: 10px 0 0;
}

@media (min-width: 992px) {
    .cards-item__panel {
        flex-flow: row wrap;
        margin: 30px 0 0;
    }
}

.cards-item__name {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 160%;
    margin: 0 0 4px;
}

@media (min-width: 992px) {
    .cards-item__name {
        font-size: 1.375rem;
    }
}

@media (min-width: 1770px) {
    .cards-item__name {
        font-size: 1.5rem;
    }
}

.cards-item__post {
    color: grey;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .cards-item__post {
        margin-bottom: 1.375rem;
    }
}

@media (min-width: 1770px) {
    .cards-item__post {
        margin-bottom: 1.25rem;
    }
}

.cards-item__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0.625rem;
}

@media (min-width: 992px) {
    .cards-item__descr {
        margin-bottom: 0.625rem;
    }
}

@media (min-width: 1770px) {
    .cards-item__descr {
        font-size: 1rem;
    }
}

.cards-item__descr p {
    margin: 10px 0 0;
    font-weight: 400;
}

.cards-item__list {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    padding: 0;
}

.cards-item__list:last-of-type {
    margin-bottom: 0;
}

.cards-item__list li {
    list-style-type: none;
    color: #1a1a1a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 0.375rem;
}

@media (min-width: 992px) {
    .cards-item__list li {
        margin-bottom: 0.625rem;
    }
}

@media (min-width: 1770px) {
    .cards-item__list li {
        font-size: 1rem;
        line-height: 20px;
        padding-left: 26px;
    }
}

.cards-item__list li:last-of-type {
    margin-bottom: 0;
}

.cards-item__list li::before {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--red);
    position: absolute;
    left: 0;
    top: 3px;
}

@media (min-width: 1770px) {
    .cards-item__list li::before {
        width: 11px;
        height: 11px;
        top: 5px;
    }
}

.cards-item__contacts {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .cards-item__contacts {
        padding-left: 110px;
    }
}

@media (min-width: 1770px) {
    .cards-item__contacts {
        padding-left: 150px;
    }
}

.cards-item__mail,
.cards-item__phone {
    display: block;
    color: #1a1a1a;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    position: relative;
    padding-left: 28px;
    box-sizing: border-box;
    text-decoration: none;
    margin-bottom: 14px;
}

.cards-item__mail:hover,
.cards-item__phone:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .cards-item__mail,
    .cards-item__phone {
        margin-bottom: 0;
    }
}

@media (min-width: 1770px) {
    .cards-item__mail,
    .cards-item__phone {
        font-size: 1rem;
    }
}

.cards-item__phone::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../img/phone-small-black.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 1px;
}

.cards-item__mail {
    margin-bottom: 25px;
    padding-left: 33px;
}

@media (min-width: 420px) {
    .cards-item__mail {
        margin-bottom: 0;
        margin-left: 30px;
    }
}

.cards-item__mail::before {
    content: "";
    width: 22px;
    height: 16px;
    background-image: url(../img/mail-small-black.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 2px;
}

.clientam-btns {
    width: 100%;
    margin: 40px 0 0;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    .slider-btn {
        background: var(--gray-btn);
        &:not(.swiper-button-disabled):hover {
            background: var(--red);
        }
    }
}

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

.clientam-filter__button {
    padding: 0;
    background: 0 0;
    position: relative;
}

.clientam-filter__button .spoiler-item__label {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    transition: 0.5s ease;
    cursor: pointer;
    padding: 0 20px 20px 0;
}

@media (min-width: 992px) {
    .clientam-filter__button .spoiler-item__label {
        margin-bottom: 25px;
        font-size: 1.125rem;
        padding-bottom: 0;
    }
}

@media (min-width: 1770px) {
    .clientam-filter__button .spoiler-item__label {
        font-size: 1.25rem;
    }
}

.clientam-filter__button .spoiler-item__label:hover {
    color: var(--red);
}

.clientam-filter__button.open .spoiler-item__chev.clientam-filter__chev {
    transform: rotate(0);
}

.spoiler-item__chev.clientam-filter__chev {
    background-image: url(../img/chev-filter.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17px;
    height: 11px;
    position: absolute;
    bottom: 32px;
    transform: rotate(180deg);
    right: 0;
    transition: 0.2s ease;
}

.spoiler-item__chev.clientam-filter__chev::after,
.spoiler-item__chev.clientam-filter__chev::before {
    display: none;
}

.search-city {
    width: 100%;
    height: 45px;
    border: 1px solid #1a1a1a;
    margin: 0 0 28px;
    position: relative;
}

.search-city input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    padding: 0 40px 0 17px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    outline: 0;
    font-family: var(--tts-font);
}

.search-city input::-moz-placeholder {
    color: #b3b3b3;
    font-family: var(--tts-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.search-city input:-ms-input-placeholder {
    color: #b3b3b3;
    font-family: var(--tts-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.search-city input::placeholder {
    color: #b3b3b3;
    font-family: var(--tts-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.search-city::after {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/arrow-search2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: calc(50% - 8.5px);
}

.search-city__list {
    width: 100%;
    height: 300px;
    overflow-y: auto;
}

@media (min-width: 1770px) {
    .search-city__list {
        height: 388px;
    }
}

.search-city__item {
    width: 100%;
    display: inline-block;
    color: grey;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 20px;
    cursor: pointer;
}

.search-city__item:hover {
    color: var(--red);
}

.simplebar-track.simplebar-vertical {
    background: #f7f7f7;
    width: 4px;
}

.simplebar-scrollbar {
    background: #b3b3b3;
}

.mediatsentr {
    padding-top: 0;
}

.mediatsentr-panel-mob {
    background: #f7f7f7;
    width: calc(100% + 30px);
    margin: 30px -15px;
    padding: 12px 26px;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1000px) {
    .mediatsentr-panel-mob {
        display: none;
    }
}

.mediatsentr-panel-mob span {
    color: var(--red);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.mediatsentr-panel {
    position: relative;
    width: 100%;
    justify-content: space-between;
    /* background: #f7f7f7; */
    margin: 1.875rem 0 0;
    padding: 0.75rem 1.375rem 1rem;
    display: none;
    .single-glass-item {
        position: absolute;
        inset: 0;
    }
}

@media (min-width: 1000px) {
    .mediatsentr-panel {
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
        padding: 2rem 2.5rem 2.1875rem;
        margin: 1.875rem 0 3.125rem;
    }
}

@media (min-width: 1770px) {
    .mediatsentr-panel {
        padding: 2rem 2.5rem;
        margin: 2.5rem 0 4.375rem;
    }
}

.mediatsentr-menu {
    margin: 0;
    padding: 0;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.mediatsentr-menu li {
    list-style-type: none;
    width: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .mediatsentr-menu li {
        width: auto;
        margin-right: 3.125rem;
    }
}

.mediatsentr-menu li a {
    color: #1a1a1a;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}

@media (min-width: 992px) {
    .mediatsentr-menu li a {
        font-size: 18px;
    }
}

@media (min-width: 1770px) {
    .mediatsentr-menu li a {
        font-size: 20px;
    }
}

.mediatsentr-menu .active a,
.mediatsentr-menu li:hover a {
    color: var(--red);
}

@media (min-width: 992px) {
    .mediatsentr-menu .active a,
    .mediatsentr-menu li:hover a {
        color: #1a1a1a;
    }

    .mediatsentr-menu .active::after,
    .mediatsentr-menu li:hover::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        background: var(--red);
        left: 0;
        bottom: -35px;
    }
}

@media (min-width: 1770px) {
    .mediatsentr-menu .active::after,
    .mediatsentr-menu li:hover::after {
        bottom: -33px;
    }
}

.mediatsentr-year {
    position: relative;
    width: 100%;
}

@media (min-width: 992px) {
    .mediatsentr-year {
        width: auto;
    }
}

.mediatsentr-year .simplebar-track {
    right: 15px;
    height: calc(100% - 40px);
    top: 20px;
}

.mediatsentr-year .mediatsentr-year__chev {
    display: none;
}

@media (min-width: 992px) {
    .mediatsentr-year .mediatsentr-year__chev {
        display: block;
    }
}

.mediatsentr-year__label {
    color: #b3b3b3;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    cursor: pointer;
}

.mediatsentr-year.active .mediatsentr-year__label,
.mediatsentr-year:hover .mediatsentr-year__label {
    color: #1a1a1a;
}

.mediatsentr-year.active .mediatsentr-year__chev,
.mediatsentr-year:hover .mediatsentr-year__chev {
    fill: #1a1a1a;
}

.mediatsentr-year.active .mediatsentr-year__list {
    height: 137px;
    visibility: visible;
}

@media (min-height: 700px) {
    .mediatsentr-year.active .mediatsentr-year__list {
        height: 250px;
    }
}

.mediatsentr-year.active .mediatsentr-year__chev {
    transform: rotate(180deg);
}

.mediatsentr-year__chev {
    width: 15px;
    height: 9px;
    fill: #b3b3b3;
    margin-left: 10px;
    transition: 0.2s linear;
}

.mediatsentr-year__list {
    width: 200px;
    height: 250px;
    padding: 20px;
    right: 0;
    top: 36px;
    position: absolute;
    background: #fff;
    z-index: 4;
    border: 1px solid #1a1a1a;
    height: 0;
    visibility: hidden;
}

.mediatsentr-year__item {
    color: #1a1a1a;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 16px;
    cursor: pointer;
}

.mediatsentr-year__item:hover {
    color: var(--red);
}

.mediatsentr-year__item.enter {
    color: var(--red);
}

.mediatsentr-container {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.mediatsentr-wrap {
    width: 100%;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 2.5rem 0 0;
    align-content: flex-start;
}

@media (min-width: 768px) {
    .mediatsentr-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 3.75rem 0 0;
        &:has(.mediatsentr-item:nth-child(odd):last-child)::after {
            content: "";
            background: #fff;
            box-shadow: 0 0 0 1rem #fff;
        }
    }
}

@media (min-width: 1200px) {
    .mediatsentr-wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 5.625rem 0 0;
        &:has(.mediatsentr-item:nth-child(3n + 4 of .glass-grid__item):last-child)::before {
            content: "";
            background: #fff;
            box-shadow: 0 0 0 1rem #fff;
            order: 999;
        }
        &:has(.mediatsentr-item:nth-child(3n + 4 of .glass-grid__item):last-child)::after,
        &:has(.mediatsentr-item:nth-child(3n + 5 of .glass-grid__item):last-child)::after {
            content: "";
            background: #fff;
            box-shadow: 0 0 0 1rem #fff;
        }
    }
}

.mediatsentr-item {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    text-decoration: none;
    padding: 1.875rem 1.25rem;
    box-sizing: border-box;
    margin: 0;
    transition: 0.5s ease;
    background-size: cover;
    background-position: center;
    &.--banner-item {
        padding: 1.4rem 1.8rem;
        min-height: 21.7rem;
        background-color: #edeef1;
        background-size: cover;
        background-position: center;
        border-bottom-color: transparent;
    }
}

.mediatsentr-item--hidden {
    display: none;
}

@media (min-width: 992px) {
    .mediatsentr-item {
        min-height: 30.4375rem;
        padding: 2.5rem;
        &.--banner-item {
            padding: 2.5rem;
        }
    }
}

@media (min-width: 1770px) {
    .mediatsentr-item {
        padding: 2.5rem 3.125rem;
        min-height: 34.9375rem;
        &.--banner-item {
            padding: 2.5rem 3.125rem;
        }
    }
}

.mediatsentr-item:hover {
    background-color: #f7f7f7;
}

.mediatsentr-content {
    flex-grow: 1;
    .--banner-item > & {
        display: flex;
        flex-direction: column;
    }
}

h3.h3.mediatsentr-content__title {
    font-size: 1.25rem;
    line-height: 100%;
    margin-bottom: 1.25rem;
    font-weight: 400;
    @media (width < 1000px) {
        .--banner-item & {
            font-size: 1.2rem;
            margin-bottom: 1rem;
        }
    }
}

@media (min-width: 1000px) {
    h3.h3.mediatsentr-content__title {
        font-size: 1.5rem;
        margin-bottom: 1.75rem;
    }
}

@media (min-width: 1770px) {
    h3.h3.mediatsentr-content__title {
        font-size: 2rem;
    }
}

.mediatsentr-content__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    .--banner-item & {
        font-size: 0.875rem;
        line-height: 1.6;
    }
}

@media (min-width: 1000px) {
    .mediatsentr-content__descr {
        font-size: 1.125rem;
        line-height: 140%;
        -webkit-line-clamp: 8;
        .--banner-item & {
            font-size: 1.25rem;
        }
    }
}

.mediatsentr-content__date {
    color: #b3b3b3;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
}

@media (min-width: 1000px) {
    .mediatsentr-content__date {
        font-size: 1rem;
        margin-top: 0;
    }
}

@media (min-width: 1770px) {
    .mediatsentr-content__date {
        font-size: 1.125rem;
    }
}

.mediatsentr-content__btn {
    margin-top: auto;
    .btn {
        color: #fff;
        &:hover {
            color: #000;
        }
    }
    @media (min-width: 1000px) {
        .btn {
            display: inline-flex;
        }
    }
}

.mediatsentr-more {
    color: #031845;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 200px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
    margin: 2.5rem auto 0;
}

@media (min-width: 1000px) {
    .mediatsentr-more {
        font-size: 1.125rem;
        margin: 1.625rem auto 0;
    }
}

@media (min-width: 1770px) {
    .mediatsentr-more {
        margin: 2.5rem auto 0;
    }
}

.mediatsentr-more span {
    position: relative;
    padding-left: 24px;
}

.mediatsentr-more span::before {
    content: "";
    background-image: url(../img/more-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 11px;
    height: 15px;
    position: absolute;
    left: 0;
}

.mediatsentr-more:hover {
    color: var(--red);
}

.mediatsentr-row {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.mediatsentr-item--large {
    width: 100%;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .mediatsentr-item--large {
        width: calc(100% - 388px);
        height: 29.375rem;
        margin-bottom: 0;
        border-top: 1px solid #1a1a1a;
    }
}

@media (min-width: 1770px) {
    .mediatsentr-item--large {
        margin: 0 2.5rem 0 0;
        width: calc(100% - 565px);
        height: 35.125rem;
        margin-bottom: 0;
    }
}

.mediatsentr-item--large .h3.mediatsentr-content__title {
    width: 100%;
    display: inline-block;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .mediatsentr-item--large .h3.mediatsentr-content__title {
        font-size: 2rem;
    }
}

@media (min-width: 1770px) {
    .mediatsentr-item--large .h3.mediatsentr-content__title {
        font-size: 3rem;
    }
}

.mediatsentr-item--large .mediatsentr-content__descr {
    line-height: 160%;
}

.mediatsentr-item--large:hover {
    border-top: 1px solid #f7f7f7;
}

.mediatsentr-club {
    position: relative;
    width: 100%;
    padding: 2.1875rem 1.875rem;
    box-sizing: border-box;
    display: flex;
    flex-flow: column wrap;
    height: 359px;
    border-radius: 0.625rem;
    overflow: hidden;

    &::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url(../img/callback-boxes-bg.svg) var(--red);
        background-blend-mode: soft-light;
    }
    .mediatsentr-club__content {
        position: relative;
    }
    .btn {
        background-color: #fff;
        margin-right: auto;
        &::after,
        &::before {
            background: var(--gray-btn);
        }
        &:hover {
            span {
                color: #000;
            }
        }
    }
}

@media (min-width: 992px) {
    .mediatsentr-club {
        width: 22.75rem;
        padding: 2.625rem 2.1875rem;
        height: auto;
    }
}

@media (min-width: 1770px) {
    .mediatsentr-club {
        width: 32.8125rem;
        padding: 3.125rem;
    }
}

.mediatsentr-club .h3.mediatsentr-club__title {
    width: 100%;
    display: inline-block;
    line-height: 100%;
    color: #fff;
    margin: 0 0 0.9375rem;
}

.mediatsentr-club__descr {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    font-family: var(--tts-font);
    line-height: 120%;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .mediatsentr-club__descr {
        font-size: 1.5rem;
    }
}

@media (min-width: 1770px) {
    .mediatsentr-club__descr {
        font-size: 2rem;
    }
}

.mediatsentr-club__content {
    flex-grow: 1;
}

.mediatsentr-club__btn {
    border: 1px solid #fff;
    width: 170px;
    background: 0 0;
}

.mediatsentr-club__btn span {
    color: #fff;
}

.mediatsentr-club__btn::after,
.mediatsentr-club__btn::before {
    background: #fff;
}

.mediatsentr-club__btn:hover {
    border: 1px solid #fff;
}

.mediatsentr-club__btn:hover span {
    color: #031845;
}

.mediatsentrFilter {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 25;
    height: 100dvh;
    width: 100%;
    background: #fff;
    padding: 25px 15px;
    flex-flow: column wrap;
    display: none;
}

.mediatsentrFilter .mediatsentr-year__list {
    visibility: visible;
    position: relative;
    width: 100%;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 137px;
}

@media (min-height: 700px) {
    .mediatsentrFilter .mediatsentr-year__list {
        height: 220px;
    }
}

.mediatsentrFilter .mediatsentr-year__label {
    width: 100%;
    display: inline-block;
    background: #f7f7f7;
    padding: 13px 18px 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: var(--red);
}

.mediatsentrFilter .mediatsentr-menu {
    margin: 30px 0 40px;
    width: 100%;
}

@media (max-height: 600px) {
    .mediatsentrFilter .mediatsentr-menu {
        margin: 30px 0 20px;
    }
}

.mediatsentrFilter .mediatsentr-menu li {
    padding: 15px;
    border-top: 1px solid #e0e0e0;
}

.mediatsentrFilter .mediatsentr-menu li:last-of-type {
    border-bottom: 1px solid #e0e0e0;
}

.mediatsentrFilter.open {
    display: flex;
}

.mediatsentrFilter__close {
    background-image: url(../img/close-icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    right: 15px;
    top: 25px;
}

.mediatsentrFilter__close::after {
    content: "";
    width: 60px;
    height: 60px;
    background: #f7f7f7;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    z-index: -3;
    opacity: 0;
}

.mediatsentrFilter__close:hover::after {
    opacity: 1;
}

.mediatsentrFilter-year {
    width: 100%;
    display: inline-block;
}

.mediatsentrFilter__btns {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 49px 0 0;
    justify-content: space-between;
}

.mediatsentrFilter__btns .btn {
    width: 48%;
}

.mediatsentrFilter-content {
    flex-grow: 1;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    height: 80%;
}

@media (max-height: 600px) {
    .mediatsentrFilter-content {
        overflow-y: scroll;
    }
}

.mediatsentr-banner-wrap {
    width: 100%;
    /* min-height: 433px; */
    position: relative;
    padding: 35px 30px;
    overflow: hidden;
    border-radius: 0.625rem;

    &::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url(../img/callback-boxes-bg.svg) var(--red);
        background-blend-mode: soft-light;
    }
    .expertContent__title,
    .expertContent__content {
        position: relative;
    }
}

@media (min-width: 768px) {
    .mediatsentr-banner-wrap {
        width: calc(100% - 264px);
    }
}

@media (min-width: 1000px) {
    .mediatsentr-banner-wrap {
        padding: 45px 37px;
    }
}

@media (min-width: 1770px) {
    .mediatsentr-banner-wrap {
        padding: 60px 50px;
    }
}

.moscow-widget {
    width: 100%;
}

@media (min-width: 768px) {
    .moscow-widget {
        margin-left: 24px;
        width: 240px;
    }
}

#widget-m {
    margin: 30px 0 0;
}

@media (min-width: 768px) {
    #widget-m {
        display: none;
    }
}

#widget-d {
    width: 240px;
    display: none;
}

@media (min-width: 768px) {
    #widget-d {
        display: block;
    }
}

.mediatsentr-banner-d {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

@media (min-width: 992px) {
    .mediatsentr-banner-d {
        display: block;
    }
}

.mediatsentr-banner-m {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 992px) {
    .mediatsentr-banner-m {
        display: none;
    }
}

.expertContent__title {
    color: #fff;
    font-family: var(--tts-font);
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    position: relative;
}

@media (min-width: 1000px) {
    .expertContent__title {
        font-size: 40px;
    }

    .expertContent__title::after {
        width: 360px;
    }
}

@media (min-width: 1770px) {
    .expertContent__title {
        font-size: 48px;
    }
}

.expertContent__content {
    width: 100%;
    position: relative;
    z-index: 3;
    /* margin: 24px 0 70px; */
    margin: 24px 0 0 0;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

@media (min-width: 1000px) {
    .expertContent__content {
        width: 77%;
        margin-bottom: 0;
    }
}

.expertContent__box {
    width: 100%;
    display: inline-block;
}

@media (max-width: 1000px) {
    .expertContent__box:last-of-type {
        display: none;
    }

    .expertContent__box:first-of-type {
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .expertContent__box:first-of-type {
        width: 45%;
    }

    .expertContent__box:last-of-type {
        width: 45%;
    }
}

.expertContent__box p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media (min-width: 1770px) {
    .expertContent__box p {
        font-size: 20px;
    }
}

.expertContent__label {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 10px;
    display: inline-block;
}

@media (min-width: 1770px) {
    .expertContent__label {
        font-size: 20px;
    }
}

.expertContent__sub {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-family: var(--tts-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}

@media (min-width: 1000px) {
    .expertContent__sub {
        font-size: 24px;
    }
}

@media (min-width: 1770px) {
    .expertContent__sub {
        font-size: 24px;
    }
}

.expertContent__btn {
    width: 170px;
    position: relative;
    height: 50px;
    margin-top: 70px;
    z-index: 3;
}

@media (min-width: 1000px) {
    .expertContent__btn {
        margin-top: 30px;
        height: 45px;
    }
}

@media (min-width: 1770px) {
    .expertContent__btn {
        height: 60px;
        margin-top: 40px;
    }
}

.article {
    padding-top: 0;
}

.article h1 {
    margin-bottom: 30px;
}

@media (min-width: 1000px) {
    .article h1 {
        margin-bottom: 0;
    }
}

.article-panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 4;
}

@media (min-width: 1000px) {
    .article-panel {
        display: none;
    }
}

.article-slider {
    width: calc(100% + 30px);
    margin: 30px -15px 30px;
}

@media (min-width: 1000px) {
    .article-slider {
        margin: 40px 0 0;
        width: 100%;
    }
}

@media (min-width: 1770px) {
    .article-slider {
        margin: 50px 0 0;
    }
}

.article-slider__pagination.swiper-pagination-bullets {
    position: absolute;
    z-index: 2;
    left: 15px;
    bottom: 36px;
    width: calc(100% - 30px);
    text-align: center;
}

@media (min-width: 1000px) {
    .article-slider__pagination.swiper-pagination-bullets {
        left: 70px;
        bottom: 60px;
        text-align: left;
    }
}

@media (min-width: 1770px) {
    .article-slider__pagination.swiper-pagination-bullets {
        left: 100px;
        bottom: 80px;
    }
}

.article-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
    width: 0.625rem;
    height: 0.625rem;
    border: 1px solid #fff;
    box-sizing: border-box;
    background: 0 0;
    margin: 0 0.625rem 0 0;
}

@media (min-width: 992px) {
    .article-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 1.125rem;
        height: 1.125rem;
        margin: 0 0.375rem;
    }
}

.article-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid var(--red);
    background: var(--red);
}

.article-slide {
    width: 100%;
    height: 364px;
}

@media (min-width: 1000px) {
    .article-slide {
        height: 492px;
    }
}

@media (min-width: 1770px) {
    .article-slide {
        height: 600px;
    }
}

.article-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article__date {
    width: 100%;
    color: #031845;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 1.625rem;
    display: none;
}

@media (min-width: 1000px) {
    .article__date {
        display: inline-block;
    }
}

@media (min-width: 1770px) {
    .article__date {
        font-size: 1.25rem;
        margin-bottom: 1.875rem;
    }
}

.article__date--mob {
    display: inline-block;
}

@media (min-width: 1000px) {
    .article__date--mob {
        display: none;
    }
}

.article-wrap {
    width: 100%;
    position: relative;
    margin: 0;
}

@media (min-width: 1000px) {
    .article-wrap {
        margin: 40px 0 0;
    }
}

@media (min-width: 1770px) {
    .article-wrap {
        margin: 50px 0 0;
    }
}

.article-wrap a {
    color: var(--red);
    text-decoration: none;
}

.article-wrap a:hover {
    text-decoration: underline;
}

.article-content {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 1000px) {
    .article-content {
        width: 47.5rem;
        margin: 0 auto;
    }
}

@media (min-width: 1770px) {
    .article-content {
        width: 71.125rem;
    }
}

.article-content p {
    width: 100%;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
    margin: 0 0 20px;
}

@media (min-width: 1000px) {
    .article-content p {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .article-content p {
        margin: 0 0 30px;
    }
}

.article-content p b,
.article-content p strong {
    font-weight: 600;
}

.article-content p a {
    color: var(--red);
    text-decoration: none;
}

.article-content p a:hover {
    text-decoration: underline;
}

.article-content h2 {
    width: 100%;
    font-size: 1.5rem;
    margin: 0 0 24px;
}
.article-content h3 {
    width: 100%;
    font-size: 1.375rem;
    margin: 0 0 24px;
}
.article-content h4 {
    width: 100%;
    font-size: 1.25rem;
    margin: 0 0 24px;
}

@media (min-width: 1000px) {
    .article-content h2 {
        font-size: 2rem;
    }
    .article-content h3 {
        font-size: 1.75rem;
    }
    .article-content h4 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1770px) {
    .article-content h2 {
        font-size: 2.5rem;
    }
    .article-content h3 {
        font-size: 2.125rem;
    }
    .article-content h4 {
        font-size: 1.75rem;
    }
}

.article-content ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.article-content ul li {
    list-style-type: none;
    width: 100%;
    display: inline-block;
    position: relative;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
    margin: 0 0 10px;
    padding-left: 21px;
    box-sizing: border-box;
}

@media (min-width: 1000px) {
    .article-content ul li {
        font-size: 1.125rem;
        margin: 0 0 20px;
    }
}

@media (min-width: 1770px) {
    .article-content ul li {
        padding-left: 26px;
        margin: 0 0 30px;
    }
}

.article-content ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--red);
    position: absolute;
    left: 0;
    top: 9px;
}

.article-content ul li a {
    color: var(--red);
    text-decoration: none;
}

.article-content ul li a:hover {
    text-decoration: underline;
}

.article-content figure {
    width: 100%;
    margin: 0 0 20px;
}

@media (min-width: 1000px) {
    .article-content figure {
        width: calc(50% - 12px);
        margin-right: 1.5rem;
    }

    .article-content figure:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (min-width: 1770px) {
    .article-content figure {
        margin-right: 2.25rem;
        width: calc(50% - 18px);
    }
}

.article-content .figure-large {
    width: 100%;
    margin: 0 0 20px;
}

.article-content img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-content .btn {
    margin: 30px auto 40px;
}

@media (min-width: 1000px) {
    .article-content .btn {
        margin: 40px auto 60px;
    }
}

@media (min-width: 1770px) {
    .article-content .btn {
        margin: 70px auto 90px;
    }
}

.article-content__anons {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 160%;
    border-bottom: 1px solid var(--red);
    padding-bottom: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

@media (min-width: 1000px) {
    .article-content__anons {
        font-size: 1.25rem;
    }
}

@media (min-width: 1770px) {
    .article-content__anons {
        font-size: 1.5rem;
    }
}

.article-content__anons p {
    margin: 0;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 160%;
}

@media (min-width: 1000px) {
    .article-content__anons p {
        font-size: 1.25rem;
    }
}

@media (min-width: 1770px) {
    .article-content__anons p {
        font-size: 1.5rem;
    }
}

.quote {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--red);
}

@media (min-width: 1000px) {
    .quote {
        justify-content: space-between;
    }
}

@media (min-width: 1770px) {
    .quote {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.quote-pic {
    width: 12.5rem;
    height: 12.5rem;
}

@media (min-width: 1000px) {
    .quote-pic {
        width: 15rem;
        height: 15rem;
    }
}

@media (min-width: 1770px) {
    .quote-pic {
        width: 20rem;
        height: 20rem;
    }
}

.quote-content {
    width: 100%;
    position: relative;
    margin: 25px 0 0;
}

@media (min-width: 1000px) {
    .quote-content {
        width: calc(100% - 290px);
        padding: 3.75rem 0 0;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .quote-content {
        width: calc(100% - 378px);
    }
}

.quote-content::before {
    content: "";
    width: 42px;
    height: 36px;
    background-image: url(../img/quote-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 225px;
    top: -225px;
}

@media (min-width: 1000px) {
    .quote-content::before {
        left: 0;
        top: 0;
    }
}

.quote-content p {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-style: italic;
    font-weight: 500;
    line-height: 140%;
    margin: 0 0 20px;
}

@media (min-width: 1000px) {
    .quote-content p {
        font-size: 1.125rem;
    }
}

.quote.quote-short .quote-pic {
    display: none;
}

.quote.quote-short .quote-content {
    width: 100%;
    position: relative;
    margin: 25px 0 0;
    padding: 3.75rem 0 0;
}

@media (min-width: 1000px) {
    .quote.quote-short .quote-content {
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .quote.quote-short .quote-content {
        width: 100%;
    }
}

.quote.quote-short .quote-content::before {
    content: "";
    left: 0;
    top: 0;
}

@media (min-width: 1000px) {
    .quote.quote-short .quote-content::before {
        top: 0;
    }
}

.quote-info {
    margin: 15px 0 0;
    width: 100%;
    display: inline-block;
}

@media (min-width: 1000px) {
    .quote-info {
        margin: 25px 0 0;
    }
}

@media (min-width: 1770px) {
    .quote-info {
        margin: 30px 0 0;
    }
}

.quote-info__name {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 600;
    line-height: 160%;
}

@media (min-width: 1000px) {
    .quote-info__name {
        font-size: 1.125rem;
    }
}

.quote-info__post {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
}

@media (min-width: 1000px) {
    .quote-info__post {
        font-size: 1.125rem;
    }
}

.video-wrap {
    position: relative;
    height: 12.5rem;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

@media (min-width: 1000px) {
    .video-wrap {
        height: 28.125rem;
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .video-wrap {
        height: 40.625rem;
    }
}

@media (min-width: 1770px) {
    .video-wrap .play-button {
        width: 6.875rem;
        height: 6.875rem;
        left: calc(50% - 55px);
        top: calc(50% - 55px);
    }
}

.speaker-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 20px 0 0;
}

@media (min-width: 1000px) {
    .speaker-wrap {
        margin: 60px 0 0;
    }
}

@media (min-width: 1770px) {
    .speaker-wrap {
        margin: 90px 0 0;
    }
}

.speaker-about {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--red);
}

.speaker-about__pic {
    width: 6.25rem;
    height: 6.25rem;
}

@media (min-width: 1000px) {
    .speaker-about__pic {
        width: 8.125rem;
        height: 8.125rem;
    }
}

@media (min-width: 1770px) {
    .speaker-about__pic {
        width: 10rem;
        height: 10rem;
    }
}

.speaker-about__content {
    width: calc(100% - 100px);
    padding-left: 23px;
    box-sizing: border-box;
}

@media (min-width: 1000px) {
    .speaker-about__content {
        width: calc(100% - 130px);
        padding-left: 40px;
    }
}

@media (min-width: 1770px) {
    .speaker-about__content {
        width: calc(100% - 160px);
        padding-left: 50px;
    }
}

.speaker-about__label {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-family: var(--tts-font);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 0.6875rem;
}

@media (min-width: 1000px) {
    .speaker-about__label {
        font-size: 1.75rem;
        margin: 0 0 0.8125rem;
    }
}

@media (min-width: 1770px) {
    .speaker-about__label {
        font-size: 2rem;
        margin: 0 0 1.25rem;
    }
}

.speaker-about__post {
    color: #1a1a1a;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
}

@media (min-width: 1000px) {
    .speaker-about__post {
        font-size: 1.125rem;
    }
}

.speaker-plan {
    width: 100%;
    display: inline-block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--red);
}

.speaker-plan a {
    color: var(--red);
    text-decoration: underline;
}

.speaker-plan a:hover {
    text-decoration: none;
}

.speaker-plan ul li {
    margin-bottom: 10px;
}

.speaker-info {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 100%;
}

@media (min-width: 1000px) {
    .speaker-info {
        font-size: 1.25rem;
    }
}

@media (min-width: 1770px) {
    .speaker-info {
        font-size: 1.5rem;
    }
}

.speaker-info strong {
    margin-right: 7px;
    font-weight: 600;
}

.share-article {
    right: 0;
    top: 0;
    position: sticky;
    &.--static {
        position: static;
    }
}

.share-button {
    width: 40px;
    height: 40px;
    border: 1px solid #031845;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    cursor: pointer;
}

@media (min-width: 1000px) {
    .share-button {
        width: 60px;
        height: 60px;
    }
}

.share-button svg {
    stroke: #031845;
    fill: #fff;
    width: 18px;
    height: 20px;
    transition: 0.4s ease;
}

@media (min-width: 1000px) {
    .share-button svg {
        width: 24px;
        height: 26px;
    }
}

.share-button:hover {
    background: var(--red);
    border: 1px solid var(--red);
}

.share-button:hover svg {
    stroke: #fff;
    fill: var(--red);
}

.share-wrap {
    margin-top: 20px;
    position: absolute;
}

@media (min-width: 1000px) {
    .share-wrap {
        position: relative;
    }
}

.share-link {
    width: 40px;
    height: 40px;
    border: 1px solid #031845;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 0.625rem;
    @media (width < 1000px) {
        .--static & svg {
            width: 24px;
            height: 24px;
        }
    }
}

@media (min-width: 1000px) {
    .share-link {
        width: 60px;
        height: 60px;
        .--static & {
            width: 76px;
            height: 76px;
        }
    }
}

.share-link svg {
    fill: #031845;
    transition: 0.2s ease;
}

.share-link.--red,
.share-link:hover {
    background: var(--red);
    border: 1px solid var(--red);
    svg {
        fill: #fff;
    }
}

.share-wrap {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.3s ease,
        opacity 0.3s ease;
}

.share-article.open .share-wrap {
    opacity: 1;
    max-height: 221px;
}

.share-link {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    opacity: 0;
    transform: translateY(-10px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.share-article.open .share-button {
    background: var(--red);
    border: 1px solid var(--red);
}

.share-article.open .share-button svg {
    fill: var(--red);
    stroke: #fff;
}

.share-article.open .share-link {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.article-backLink {
    color: #031845;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    position: sticky;
    left: 0;
    top: 0;
    padding-left: 22px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s ease;
}

.article-backLink::before {
    content: "";
    width: 14px;
    height: 11px;
    background-image: url(../img/backLink.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 5.5px);
}

@media (min-width: 1770px) {
    .article-backLink {
        font-size: 18px;
    }
}

.article-backLink:hover {
    color: var(--red);
}

.article-sticky {
    position: absolute;
    top: 0;
    height: 100%;
    display: none;
}

.article-sticky:first-of-type {
    left: 0;
}

.article-sticky:last-of-type {
    right: 0;
}

@media (min-width: 1000px) {
    .article-sticky {
        display: block;
    }
}

.subscribe-wrap {
    position: relative;
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    /* background: #f7f7f7; */
    padding: 3.125rem 1.875rem;
    box-sizing: border-box;
    color: #fff;
    box-sizing: border-box;
    border-radius: 1.25rem;
    overflow: clip;
    &::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url(../img/callback-boxes-bg.svg) var(--red);
        background-blend-mode: soft-light;
    }
    .h2,
    .subscribe__form {
        position: relative;
        color: #fff;
    }
    .btn {
        &::after,
        &::before {
            background: var(--gray-btn);
        }
        &:hover {
            span {
                color: #000;
            }
        }
    }
}

@media (min-width: 992px) {
    .subscribe-wrap {
        padding: 3.625rem 4.375rem;
    }
}

@media (min-width: 1770px) {
    .subscribe-wrap {
        padding: 4.0625rem 6.25rem;
    }
}

.subscribe-wrap h2.h2 {
    width: 100%;
}

@media (min-width: 992px) {
    .subscribe-wrap h2.h2 {
        width: 49%;
    }
}

.subscribe-form {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 0;
    position: relative;
}

@media (min-width: 992px) {
    .subscribe-form {
        width: 48%;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .subscribe-form {
        width: 45%;
    }
}

.subscribe-form label#email-error {
    margin-top: 5px;
    font-size: 12px;
    color: var(--red);
    font-weight: 400;
    width: 100%;
    position: absolute;
}

@media (min-width: 992px) {
    .subscribe-form label#email-error {
        left: 0;
        top: 84px;
        margin-top: 0;
    }
}

@media (min-width: 1770px) {
    .subscribe-form label#email-error {
        top: 98px;
    }
}

.subscribe--field {
    width: 100%;
    height: 50px;
    border: 1px solid #031845;
    background: 0 0;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    padding: 0 18px;
    box-sizing: border-box;
    outline: 0;
    margin: 0 0 25px;
}

@media (min-width: 992px) {
    .subscribe--field {
        width: calc(100% - 180px - 50px);
        height: 60px;
        padding: 0 22px;
        margin: 0;
    }
}

.subscribe--field::-moz-placeholder {
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 400;
}

.subscribe--field:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 400;
}

.subscribe--field::placeholder {
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 400;
}

.subscribe--field.error {
    border: 1px solid var(--red);
}

.terms-of-use p {
    margin: 0 0 30px;
}

@media (min-width: 992px) {
    .terms-of-use p {
        margin: 0 0 40px;
    }
}

.terms-of-use p span {
    margin: 0 0 10px;
    width: 100%;
    display: inline-block;
}

.terms-of-use h5 {
    margin: 0;
    width: 100%;
    display: inline-block;
    width: 100%;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 600;
    line-height: 160%;
    margin: 0 0 20px;
}

@media (min-width: 1000px) {
    .terms-of-use h5 {
        font-size: 1.125rem;
        margin: 0 0 20px;
    }
}

@media (min-width: 1770px) {
    .terms-of-use h5 {
        font-size: 1.25rem;
        margin: 0 0 20px;
    }
}

.terms-of-use .article-content__anons {
    border-bottom: none;
    padding: 0;
    margin: 30px 0 0;
}

@media (min-width: 1000px) {
    .terms-of-use .article-content__anons {
        margin: 50px 0 10px;
    }
}

.contacts {
    padding-top: 0;
}

.contacts-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 40px;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .contacts-wrap {
        margin-bottom: 60px;
    }
}

@media (min-width: 1770px) {
    .contacts-wrap {
        margin-bottom: 90px;
    }
}

.contacts-info__row {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 27px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 26px;
}

@media (min-width: 992px) {
    .contacts-info__row {
        font-size: 1.25rem;
    }
}

.contacts-info__row a {
    color: #1a1a1a;
    text-decoration: none;
}

.contacts-info__row a:hover {
    color: var(--red);
}

.contacts-info--adress::before {
    content: "";
    width: 16px;
    height: 23px;
    background-image: url(../img/pin.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.contacts-info--phone::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/phone-contacts.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}

.contacts-info--mail::before {
    content: "";
    width: 22px;
    height: 14px;
    background-image: url(../img/mail-contacts.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
}

.contacts-map {
    width: calc(100% + 30px);
    margin: 42px -15px 0;
    height: 242px;
}

@media (min-width: 992px) {
    .contacts-map {
        width: 45%;
        height: 372px;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .contacts-map {
        width: 60%;
    }
}

.contacts-map #app,
.contacts-map #map {
    width: 100%;
    height: 100%;
}

.contacts-info {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
}

@media (min-width: 992px) {
    .contacts-info {
        width: 47%;
    }
}

@media (min-width: 1770px) {
    .contacts-info {
        width: 34%;
    }
}

.contacts-info__btns {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.contacts-info__btns .btn {
    min-width: 100%;
    height: 50px;
    margin: 28px 0 0;
}

@media (min-width: 1000px) {
    .contacts-info__btns .btn {
        min-width: calc(50% - 24px);
        margin-right: 44px;
        margin-top: 0;
        max-width: 230px;
        padding: 0;
    }

    .contacts-info__btns .btn:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 1700px) and (max-width: 1850px) {
    .contacts-info__btns .btn {
        margin-right: 28px;
    }
}

.contacts-info__sub {
    width: 100%;
    display: inline-block;
    margin: 20px 0 30px;
    color: #1a1a1a;
    font-family: var(--tts-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
}

@media (min-width: 992px) {
    .contacts-info__sub {
        margin: 30px 0;
    }
}

@media (min-width: 1770px) {
    .contacts-info__sub {
        width: 40%;
    }
}

.contacts-list {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin-top: 22px;
    transition: 0.5s ease;
}

@media (min-width: 1770px) {
    .contacts-list {
        margin-top: 32px;
    }
}

.contacts-item {
    width: 100%;
    border-bottom: 1px solid #1a1a1a;
    padding: 1.25rem 0;
    box-sizing: border-box;
    display: none;
}

.contacts-item:nth-child(4n) {
    display: block;
}

@media (min-width: 992px) {
    .contacts-item {
        display: block;
        padding: 1.875rem 0;
        width: calc(33.3% - 42px);
        margin-right: 2.625rem;
    }

    .contacts-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (min-width: 1770px) {
    .contacts-item {
        width: calc(25% - 51px);
        margin-right: 4.1875rem;
    }

    .contacts-item:nth-of-type(3n) {
        margin-right: 4.1875rem;
    }

    .contacts-item:nth-of-type(4n) {
        margin-right: 0;
    }
}

.contacts-list.show-more .contacts-item {
    display: block;
}

.contacts-list.show-more .contacts-list__more span::before {
    transform: rotate(180deg);
}

.contacts__label {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-family: var(--tts-ext-font);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 160%;
    margin: 0 0 20px;
}

@media (min-width: 992px) {
    .contacts__label {
        margin: 0 0 29px;
    }
}

.contacts__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 1.25rem;
}

@media (min-width: 992px) {
    .contacts__descr {
        margin: 0 0 29px;
        font-size: 1.125rem;
    }
}

.contacts__phones {
    width: 100%;
    display: inline-block;
}

.contacts__phones a {
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

@media (min-width: 992px) {
    .contacts__phones a {
        font-size: 1.125rem;
        font-weight: 500;
    }
}

.contacts__phones a:hover {
    color: var(--red);
}

.contacts-list__more {
    color: #031845;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 200px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease;
    margin: 2.5rem auto 0;
}

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

.contacts-list__more span {
    position: relative;
    padding-left: 24px;
}

.contacts-list__more span::before {
    content: "";
    background-image: url(../img/more-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 11px;
    height: 15px;
    position: absolute;
    left: 0;
}

.contacts-list__more:hover {
    color: var(--red);
}

.NaznachenieLine {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1000px) {
    .NaznachenieLine {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }
}

@media (min-width: 1770px) {
    .NaznachenieLine {
        padding-left: 6.25rem;
        padding-right: 6.25rem;
    }
}

.NaznachenieLine .produktNaznachenie-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 43px;
    margin-bottom: 40px;
    border-bottom: 1px solid #1a1a1a;
}

@media (min-width: 1000px) {
    .NaznachenieLine .produktNaznachenie-wrap {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1770px) {
    .NaznachenieLine .produktNaznachenie-wrap {
        padding-bottom: 90px;
        margin-bottom: 90px;
    }
}

.NaznachenieLine .produktNaznachenie-wrap {
    justify-content: space-between;
}

.vuzamAbout {
    width: 100%;
    box-sizing: border-box;
}

.vuzamAbout-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 1.375rem 0 0;
}

@media (min-width: 1000px) {
    .vuzamAbout-wrap {
        margin: 1.6875rem 0 0;
    }
}

@media (min-width: 1770px) {
    .vuzamAbout-wrap {
        margin: 2.5rem 0 0;
    }
}

.vuzamAbout--h4 {
    font-weight: 300;
    box-sizing: border-box;
}

@media (min-width: 1000px) {
    .vuzamAbout--h4 {
        padding-right: 15%;
    }
}

.vuzamAbout-descr {
    width: 100%;
    margin: 0 0 1.25rem;
}

@media (min-width: 1000px) {
    .vuzamAbout-descr {
        width: 25.625rem;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .vuzamAbout-descr {
        width: 37.375rem;
    }
}

.vuzamAbout-descr p {
    width: 100%;
    margin: 0;
    text-align: left;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 160%;
}

.vuzamAbout-box__descr {
    width: 100%;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
}

.vuzamAbout-content {
    width: 100%;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    color: #1a1a1a;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    margin: 20px 0 0;
}

@media (min-width: 992px) {
    .vuzamAbout-content {
        width: calc(100% - 500px);
        font-size: 1.25rem;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .vuzamAbout-content {
        width: calc(100% - 800px);
        font-size: 1.5rem;
    }
}

.vuzamAbout-panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 992px) {
    .vuzamAbout-panel {
        justify-content: space-between;
    }
}

@media (min-width: 1000px) {
    .vuzamAbout-panel {
        margin: 40px 0 0;
    }
}

@media (min-width: 1770px) {
    .vuzamAbout-panel {
        justify-content: flex-start;
    }
}

.vuzamAbout-box {
    width: 100%;
    margin: 30px 0 0;
}

@media (min-width: 992px) {
    .vuzamAbout-box {
        width: auto;
        min-width: 16.25rem;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .vuzamAbout-box {
        margin-right: 116px;
    }

    .vuzamAbout-box:last-of-type {
        margin-right: 0;
    }
}

.vuzamAbout-label {
    width: 100%;
    display: inline-block;
    color: #031845;
    font-family: var(--tts-font);
    font-size: 3rem;
    font-weight: 400;
    line-height: 110%;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--red);
}

@media (min-width: 992px) {
    .vuzamAbout-label {
        font-size: 4rem;
    }
}

.vuzamSystem {
    width: 100%;
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .vuzamSystem {
        padding-top: 70px;
        padding-bottom: 70px;
        margin: 60px 0 0;
    }
}

@media (min-width: 1770px) {
    .vuzamSystem {
        padding-top: 90px;
        padding-bottom: 90px;
        margin: 90px 0 0;
    }
}

.vuzamSystem-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    margin: 0 0 1.625rem;
}

.vuzamSystem-wrap:last-of-type {
    margin-bottom: 0;
}

.vuzamSystem-item {
    width: 100%;
    padding: 1.875rem;
    background: #fff;
    margin: 0 0 1.625rem;
    box-sizing: border-box;
}

.vuzamSystem-item span {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 992px) {
    .vuzamSystem-item span {
        font-size: 1.25rem;
    }
}

@media (min-width: 1770px) {
    .vuzamSystem-item span {
        font-size: 1.5rem;
    }
}

.vuzamSystem-item a {
    color: var(--red);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 160%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

@media (min-width: 992px) {
    .vuzamSystem-item a {
        font-size: 1.25rem;
    }
}

@media (min-width: 1770px) {
    .vuzamSystem-item a {
        font-size: 1.5rem;
    }
}

.vuzamSystem-item a:hover {
    text-decoration: none;
}

@media (min-width: 992px) {
    .vuzamSystem-item {
        width: calc(33.3% - 18px);
        margin-right: 1.625rem;
        margin-bottom: 26px;
    }

    .vuzamSystem-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (min-width: 1770px) {
    .vuzamSystem-item {
        width: calc(33.3% - 54px);
        margin-right: 5rem;
        min-height: 148px;
    }
}

.vuzamUspeh-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 3.75rem 0 0;
}

.vuzamUspeh-item {
    width: 100%;
    padding: 1.8125rem 0;
    box-sizing: border-box;
    border-top: 1px solid #1a1a1a;
}

@media (min-width: 992px) {
    .vuzamUspeh-item {
        min-height: 299px;
        width: calc(25% - 22px);
        margin-right: 27px;
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
        align-content: space-between;
    }

    .vuzamUspeh-item:nth-of-type(4n) {
        margin-right: 0;
    }

    .vuzamUspeh-item:nth-last-child(-n + 4) {
        border-bottom: 1px solid #1a1a1a;
    }
}

@media (min-width: 1770px) {
    .vuzamUspeh-item {
        min-height: 253px;
    }
}

.vuzamUspeh-item__label {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 29px;
}

.vuzamUspeh-item__count {
    color: var(--red);
    font-family: var(--tts-font);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 160%;
}

.vuzamUspeh-btn {
    margin: 3.5625rem 0 0;
}

@media (min-width: 992px) {
    .vuzamUspeh-btn {
        margin: 2.3125rem 0 0;
    }
}

@media (min-width: 1770px) {
    .vuzamUspeh-btn {
        margin: 4.375rem 0 0;
    }
}

.vuzamCooperate-panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.vuzamCooperate-btns {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    .slider-btn {
        background-color: var(--gray-btn);
        &:not(.swiper-button-disabled):hover {
            background: var(--red);
        }
    }
}

@media (max-width: 992px) {
    .vuzamCooperate-btns {
        margin: 20px 0 0 auto;
    }
}

.vuzamCooperate-btns.btnHide {
    display: none;
}

.vuzamCooperate-slider {
    margin-top: 2rem;
    height: 340px;
}

@media (min-width: 992px) {
    .vuzamCooperate-slider {
        height: 470px;
        margin-top: 4rem;
    }
}

@media (min-width: 1770px) {
    .vuzamCooperate-slider {
        height: 278px;
        margin-top: 5rem;
    }
}

.vuzamCooperate-slide {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: start;
    align-items: start;
    height: 75px;
}

@media (min-width: 992px) {
    .vuzamCooperate-slide {
        width: 100%;
        height: 50%;
        margin-top: 0 !important;
    }
}

.vuzamCooperate__logo {
    width: 72px;
    height: 76px;
}

@media (min-width: 1770px) {
    .vuzamCooperate__logo {
        width: 80px;
        height: 84px;
    }
}

.vuzamCooperate__descr {
    text-wrap: balance;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 72px);
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    padding-left: 20px;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .vuzamCooperate__descr {
        font-size: 1.125rem;
        -webkit-line-clamp: 6;
    }
}

@media (min-width: 1770px) {
    .vuzamCooperate__descr {
        width: calc(100% - 80px);
        padding-left: 40px;
        -webkit-line-clamp: 3;
    }
}

.centralSolutions {
    padding-top: 0;
}

.centralSolutions-panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.centralSolutions-panel .h2 {
    width: auto;
}

.centralSolutions-panel__sub {
    color: #1a1a1a;
    width: 100%;
    display: inline-block;
    font-family: var(--tts-font);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin: 20px 0 0;
}

@media (min-width: 992px) {
    .centralSolutions-panel__sub {
        font-size: 1.5rem;
    }
}

.centralSolutions-btns {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 20px 0 0 auto;
}

@media (min-width: 992px) {
    .centralSolutions-btns {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
    }
}

.centralSolutions-wrap {
    width: 100%;
    height: 560px;
    margin: 40px 0 0;
}

@media (min-width: 992px) {
    .centralSolutions-wrap {
        height: 200px;
    }
}

@media (min-width: 1770px) {
    .centralSolutions-wrap {
        height: 240px;
    }
}

.centralSolutions-slide {
    width: 100%;
    height: 109px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    margin-right: 0 !important;
}

@media (min-width: 992px) {
    .centralSolutions-slide {
        height: 70px;
    }
}

@media (min-width: 1770px) {
    .centralSolutions-slide {
        height: 84px;
    }
}

.centralSolutions-slide__logo {
    height: 55px;
    margin: 0 auto 10px;
}

@media (min-width: 992px) {
    .centralSolutions-slide__logo {
        height: 70px;
        margin: 0 10px 0 0;
    }
}

@media (min-width: 1770px) {
    .centralSolutions-slide__logo {
        height: 84px;
        margin: 0 30px 0 0;
    }
}

.centralSolutions-slide__logo img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.centralSolutions-slide__descr {
    width: 100%;
    color: #1a1a1a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    min-height: 40px;
}

@media (min-width: 992px) {
    .centralSolutions-slide__descr {
        font-size: 1.125rem;
        width: calc(100% - 80px);
        text-align: left;
        line-height: 140%;
        min-height: auto;
    }
}

@media (min-width: 1770px) {
    .centralSolutions-slide__descr {
        width: calc(100% - 120px);
    }
}

@media (min-width: 1000px) {
    .successPractice {
        padding-top: 5.625rem;
    }
}

@media (min-width: 1770px) {
    .successPractice {
        padding-top: 7.5rem;
    }
}

.successPractice-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.successPractice-sidebar {
    width: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .successPractice-sidebar {
        width: 40%;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .successPractice-sidebar .sticky {
        position: sticky;
    }
}

.successPractice-info {
    width: 100%;
}

@media (min-width: 992px) {
    .successPractice-info {
        width: 60%;
    }
}

.successPractice-row {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--red);
    margin-bottom: 40px;
}

@media (min-width: 1770px) {
    .successPractice-row {
        padding-bottom: 55px;
        margin-bottom: 55px;
    }
}

.successPractice-row:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.successPractice-row__label {
    width: 100%;
    color: #1a1a1a;
    font-family: var(--tts-font);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

@media (min-width: 992px) {
    .successPractice-row__label {
        font-size: 2rem;
    }
}

@media (min-width: 1770px) {
    .successPractice-row__label {
        font-size: 2.25rem;
    }
}

.successPractice-row__items {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 35px 0 0;
}

@media (min-width: 992px) {
    .successPractice-row__items {
        margin: 50px 0 0;
    }
}

@media (min-width: 1770px) {
    .successPractice-row__items {
        font-size: 2.25rem;
        margin: 40px 0 0;
    }
}

.successPractice-row__item {
    width: 50%;
    margin-bottom: 40px;
}

.successPractice-row__item:last-of-type {
    width: 80%;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .successPractice-row__item {
        width: 33.3%;
        margin: 0;
    }

    .successPractice-row__item:last-of-type {
        width: 33.3%;
    }

    .successPractice-row__item:first-of-type {
        width: 26%;
    }
}

@media (min-width: 1770px) {
    .successPractice-row__item:first-of-type {
        width: 33.3%;
    }
}

.successPractice-row__count {
    width: 100%;
    display: inline-block;
    color: #000;
    font-family: var(--tts-font);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin: 0 0 5px;
}

@media (min-width: 992px) {
    .successPractice-row__count {
        font-size: 2.5rem;
        margin: 0 0 10px;
    }
}

@media (min-width: 1770px) {
    .successPractice-row__count {
        font-size: 3rem;
        margin: 0;
    }
}

.successPractice-row__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (min-width: 992px) {
    .successPractice-row__descr {
        font-size: 1.125rem;
        min-height: 43px;
        display: flex;
        align-items: flex-start;
    }
}

.successPractice-map {
    width: 100%;
    height: 240px;
    background-image: url(../img/svg-map.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    top: -55px;
    position: relative;
}

@media (min-width: 992px) {
    .successPractice-map {
        height: 323px;
        top: -40px;
    }
}

@media (min-width: 1770px) {
    .successPractice-map {
        height: 481px;
    }
}

.clientsResults-sub {
    width: 100%;
    color: #1a1a1a;
    font-family: var(--tts-font);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin: 20px 0 0;
}

@media (min-width: 992px) {
    .clientsResults-sub {
        font-size: 1.5rem;
        padding-right: 40%;
        margin: 18px 0 0;
    }
}

.clientsResults-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 992px) {
    .clientsResults-wrap {
        margin: 20px 0 0;
    }
}

.clientsResults-item {
    width: 100%;
    padding: 30px 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #1a1a1a;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 992px) {
    .clientsResults-item {
        padding: 46px 0 56px;
        width: calc(50% - 25px);
        margin-right: 50px;
        min-height: 277px;
        padding-right: 40px;
    }

    .clientsResults-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (min-width: 1770px) {
    .clientsResults-item {
        width: calc(50% - 55px);
        margin-right: 110px;
        min-height: 200px;
        padding-right: 80px;
    }
}

.clientsResults-item__logo {
    height: 70px;
    margin: 0 0 20px;
    display: inline-block;
}

.clientsResults-item__logo img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.clientsResults__label {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    .clientsResults__label {
        font-size: 1.5rem;
    }
}

@media (min-width: 1770px) {
    .clientsResults__label {
        margin: 0 0 5px;
    }
}

.clientsResults__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

@media (min-width: 992px) {
    .clientsResults__descr {
        font-size: 1.125rem;
    }
}

.clientsResults-content {
    width: 100%;
    display: inline-block;
}

@media (min-width: 992px) {
    .clientsResults-content {
        width: calc(100% - 70px);
        padding-left: 30px;
    }
}

@media (min-width: 1770px) {
    .clientsResults-content {
        width: calc(100% - 90px);
        padding-left: 40px;
    }
}

.napravleniya .produktReviews-slider {
    margin-top: 1.875rem;
}

@media (min-width: 992px) {
    .napravleniya .produktReviews-slider {
        margin-top: 3.125rem;
    }
}

@media (max-width: 992px) {
    .napravleniya .produktReviews-btns {
        margin: 30px 0 0 auto;
    }
}

.napravleniya-panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.napravleniya-panel h2.h2 {
    width: auto;
}

@media (min-width: 992px) {
    .napravleniya-panel h2.h2 {
        width: calc(100% - 150px);
    }
}

.napravleniya-slide__label {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-family: var(--tts-font);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 20px;
}

@media (min-width: 992px) {
    .napravleniya-slide__label {
        font-size: 1.5rem;
        margin: 0 0 30px;
    }
}

@media (min-width: 1770px) {
    .napravleniya-slide__label {
        font-size: 1.75rem;
    }
}

.napravleniya-slide {
    padding: 30px 0;
    border-bottom: 1px solid #1a1a1a;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .napravleniya-slide {
        padding: 40px;
        height: auto;
        min-height: 497px;
    }
}

@media (min-width: 1770px) {
    .napravleniya-slide {
        padding: 65px 50px;
        height: auto;
        min-height: 615px;
    }
}

.napravleniya-slide ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.napravleniya-slide ul li {
    list-style-type: none;
    width: 100%;
    display: inline-block;
    position: relative;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
    margin: 0 0 10px;
    padding-left: 21px;
    box-sizing: border-box;
}

@media (min-width: 1000px) {
    .napravleniya-slide ul li {
        font-size: 1.125rem;
        margin: 0 0 12px;
    }
}

@media (min-width: 1770px) {
    .napravleniya-slide ul li {
        font-size: 1.25rem;
        padding-left: 26px;
        margin: 0 0 20px;
    }
}

.napravleniya-slide ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--red);
    position: absolute;
    left: 0;
    top: 9px;
}

.supportAdvantages-row {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

@media (max-width: 768px) {
    .supportAdvantages-row:first-of-type .supportAdvantages-box:first-of-type {
        padding: 0;
        margin: 0 0 20px;
        border-bottom: none;
    }
}

.supportAdvantages-box {
    width: 100%;
    padding: 0 0 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #1a1a1a;
}

@media (min-width: 992px) {
    .supportAdvantages-box {
        width: calc(50% - 29px);
        padding: 0 0 50px;
        margin-bottom: 50px;
        margin-right: 58px;
    }

    .supportAdvantages-box:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (min-width: 1770px) {
    .supportAdvantages-box {
        margin-right: 100px;
        width: calc(50% - 50px);
    }
}

.supportAdvantages-box h4.h4 {
    line-height: 110%;
    margin-bottom: 7px;
}

@media (min-width: 992px) {
    .supportAdvantages-box h4.h4 {
        margin-bottom: 18px;
    }
}

@media (min-width: 1770px) {
    .supportAdvantages-box h4.h4 {
        margin-bottom: 26px;
    }
}

.supportAdvantages__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 992px) {
    .supportAdvantages__descr {
        font-size: 1.125rem;
    }
}

.supportServices {
    background: #f7f7f7;
    padding: 2.5rem 0.9375rem 2.5rem;
}

@media (min-width: 992px) {
    .supportServices {
        padding: 3.75rem 4.375rem 3.75rem;
        margin-top: 10px;
    }
}

@media (min-width: 1770px) {
    .supportServices {
        padding: 5.625rem 6.25rem 5.625rem;
        margin-top: 40px;
    }
}

.supportServices__sub {
    width: 100%;
    color: #1a1a1a;
    display: inline-block;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 40px 0 30px;
}

@media (min-width: 992px) {
    .supportServices__sub {
        width: 80%;
        margin: 30px 0 50px;
    }
}

@media (min-width: 1770px) {
    .supportServices__sub {
        width: 70%;
    }
}

.supportServices-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
}

.supportServices-item {
    width: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 0 20px;
}

.supportServices-item:last-of-type {
    margin: 0;
}

@media (min-width: 992px) {
    .supportServices-item {
        width: calc(33.3% - 20px);
        margin-right: 30px;
        padding: 40px;
    }
}

@media (min-width: 1770px) {
    .supportServices-item {
        width: calc(33.3% - 40px);
        margin-right: 50px;
        padding: 50px 40px;
    }
}

.supportServices-item__descr {
    width: 100%;
    display: inline-block;
    margin: 20px 0 30px;
    color: #1a1a1a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media (min-width: 992px) {
    .supportServices-item__descr {
        font-size: 1.125rem;
        margin: 27px 0 50px;
        min-height: 75px;
    }
}

@media (min-width: 1770px) {
    .supportServices-item__descr {
        padding-left: 27px;
        width: calc(100% - 44px);
        margin-top: 0;
        min-height: 55px;
    }
}

.supportServices-item__pic {
    width: 44px;
    height: 44px;
}

@media (min-width: 1770px) {
    .supportServices-item__pic {
        margin-top: 4px;
    }
}

.supportServices-item__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.supportInfo-descr {
    width: 100%;
    display: inline-block;
    font-family: var(--tts-font);
    color: #1a1a1a;
    font-weight: 300;
    font-size: 1.5rem;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .supportInfo-descr {
        font-size: 2rem;
        width: 600px;
        margin-bottom: 0;
    }
}

@media (min-width: 1770px) {
    .supportInfo-descr {
        font-size: 2.5rem;
        width: 800px;
    }
}

.supportInfo-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #1a1a1a;
    align-items: center;
    align-content: center;
}

@media (min-width: 992px) {
    .supportInfo-wrap {
        padding-bottom: 60px;
    }
}

@media (min-width: 1770px) {
    .supportInfo-wrap {
        padding-bottom: 65px;
    }
}

.search-result {
    padding-top: 0;
}

.search {
    width: 100%;
    display: none;
}

@media (min-width: 1000px) {
    .search {
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 1.6875rem 0 3.125rem;
    }
}

.search__field {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 0;
    background: 0 0;
    padding: 0 80px 0 20px;
    box-sizing: border-box;
    outline: 0;
    color: #4d4d4d;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
}

.search__field::-moz-placeholder {
    color: #b3b3b3;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
}

.search__field:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
}

.search__field::placeholder {
    color: #b3b3b3;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
}

.search-container {
    width: calc(100% - 200px);
    height: 60px;
    border: 1px solid #b3b3b3;
    position: relative;
    box-sizing: border-box;
}

.search__fieldClear {
    width: 40px;
    height: 40px;
    background-image: url(../img/close-grey.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
    cursor: pointer;
}

.search-result__wrap.insideTabs {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    height: auto;
    margin: 100px 0 0;
}

@media (min-width: 1000px) {
    .search-result__wrap.insideTabs {
        margin: 0;
    }
}

.search-result__list {
    width: 100%;
    margin: 0 0 3.75rem;
    padding: 0;
    display: none;
}

@media (min-width: 1000px) {
    .search-result__list {
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
    }
}

@media (min-width: 1770px) {
    .search-result__list {
        margin: 0 0 5.625rem;
    }
}

.search-result__list li {
    cursor: pointer;
    list-style-type: none;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-right: 50px;
    position: relative;
}

.search-result__list li::after {
    content: "";
    width: 1px;
    height: 60px;
    position: absolute;
    right: -25px;
    top: calc(50% - 30px);
    background: var(--red);
}

.search-result__list li:last-of-type {
    margin-top: 0;
}

.search-result__list li:last-of-type::after {
    display: none;
}

@media (min-width: 1770px) {
    .search-result__list li {
        font-size: 1.25rem;
    }
}

.search-result__list .active {
    color: var(--red);
}

.search-result__tab {
    width: 100%;
    flex-flow: row wrap;
}

.active.search-result__tab {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.resultItem__label {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-family: var(--tts-font);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 1.875rem;
}

@media (min-width: 1000px) {
    .resultItem__label {
        width: 30%;
        font-size: 2rem;
        margin: 36px 0 90px;
        position: sticky;
        top: 0;
    }
}

.resultItem__label span {
    color: grey;
}

.resultItem-info {
    width: 100%;
}

@media (min-width: 1000px) {
    .resultItem-info {
        width: 70%;
    }
}

@media (min-width: 1770px) {
    .resultItem-info {
        width: 70%;
    }
}

.resultItem {
    position: relative;
}

.resultItem-row {
    width: 100%;
    display: inline-block;
    padding: 2.125rem 0;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
}

.resultItem-row:nth-last-child(2) {
    border-bottom: 1px solid #e0e0e0;
}

.resultItem-row__label {
    width: 100%;
    color: #1a1a1a;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 140%;
    margin: 0 0 20px;
    display: inline-block;
    text-decoration: none;
}

@media (min-width: 1000px) {
    .resultItem-row__label {
        width: 70%;
    }
}

@media (min-width: 1770px) {
    .resultItem-row__label {
        width: 70%;
    }
}

.resultItem-row__descr {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px;
    color: #4d4d4d;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 120%;
}

.resultItem-row__road {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.resultItem-row__road span {
    color: #4d4d4d;
}

.resultItem-row__list {
    margin: 0;
    padding: 0;
    display: contents;
}

@media (min-width: 1000px) {
    .resultItem-row__list {
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
    }
}

.resultItem-row__list li {
    list-style-type: none;
    margin: 0 8px;
}

.resultItem-row__list li a {
    text-decoration: none;
    color: var(--red);
    position: relative;
}

.resultItem-row__list li a::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #4d4d4d;
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
}

.resultItem-row__list li a:hover {
    text-decoration: underline;
}

.resultItem-row__list li:last-of-type a::after {
    display: none;
}

.result-more {
    color: #031845;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 200px;
    cursor: pointer;
    transition: 0.3s ease;
    margin: 2.5rem 0 4.375rem;
}

@media (min-width: 1000px) {
    .result-more {
        font-size: 1.125rem;
        margin: 2.5rem 0 5.625rem;
    }
}

.result-more span {
    position: relative;
    padding-left: 24px;
}

.result-more span::before {
    content: "";
    background-image: url(../img/more-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 11px;
    height: 15px;
    position: absolute;
    left: 0;
}

.result-more:hover {
    color: var(--red);
}

.aboutNotFront-btn {
    margin: 1.875rem 0 0;
}

@media (min-width: 1000px) {
    .aboutNotFront-btn {
        margin: 2.5rem 0 0;
    }
}

@media (min-width: 1770px) {
    .aboutNotFront-btn {
        margin: 2.125rem 0 0;
    }
}

.aboutNotFront-btn svg {
    width: 14px;
    height: 13px;
    stroke: #031845;
    fill: #fff;
    display: inline-block;
    margin-right: 10px;
    transition: transform 0.4s;
}

.aboutNotFront-btn:hover svg {
    fill: var(--red);
    stroke: #fff;
}

.aboutNotFront-sub {
    width: 100%;
    display: inline-block;
    font-family: var(--tts-font);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 100%;
}

@media (min-width: 1000px) {
    .aboutNotFront-sub {
        font-size: 1.625rem;
    }
}

@media (min-width: 1770px) {
    .aboutNotFront-sub {
        font-size: 2rem;
    }
}

.aboutNotFront-container {
    justify-content: flex-start;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.aboutNotFront {
    padding-top: 0;
    padding-bottom: 2.5rem;
    align-items: stretch;
}

@media (min-width: 1000px) {
    .aboutNotFront {
        padding-bottom: 3.75rem;
    }
}

@media (min-width: 1770px) {
    .aboutNotFront {
        padding-bottom: 5.625rem;
    }
}

.aboutNotFront .frontAbout__content {
    align-content: space-between;
}

.aboutNotFront .frontAbout__content {
    border-bottom: none;
    padding: 0;
}

@media (min-width: 1000px) {
    .aboutNotFront .frontAbout__content {
        width: 450px;
    }
}

@media (min-width: 1770px) {
    .aboutNotFront .frontAbout__content {
        width: 630px;
    }
}

.aboutNotFront .frontAbout__counts {
    background: #fff !important;
    &::before,
    &::after {
        display: none;
    }
}
@media (min-width: 1000px) {
    .aboutNotFront .frontAbout__counts {
        width: calc(100% - 470px);
    }
}

@media (min-width: 1770px) {
    .aboutNotFront .frontAbout__counts {
        width: calc(100% - 695px);
    }
}

@media (min-width: 1000px) {
    .aboutNotFront .frontAbout__counts .counts-item {
        width: 50%;
    }
}

.aboutNotFront-d {
    display: none;
    margin-top: auto;
}

@media (min-width: 1000px) {
    .aboutNotFront-d {
        display: flex;
    }
}

@media (min-width: 1000px) {
    .aboutNotFront-m {
        display: none;
    }
}

@media (max-width: 992px) {
    .awards {
        padding-bottom: 20px;
    }
}

.awards h2.h2 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1000px) {
    .awards h2.h2 {
        padding-left: 0;
        padding-right: 0;
    }
}

.awards::after {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
    background: #1a1a1a;
}

@media (min-width: 1000px) {
    .awards::after {
        width: calc(100% - 140px);
        left: 70px;
    }
}

@media (min-width: 1770px) {
    .awards::after {
        width: calc(100% - 200px);
        left: 100px;
    }
}

@media (min-width: 1000px) {
    .awards .tabs__content {
        margin-top: 10px;
    }
}

@media (min-width: 1770px) {
    .awards .tabs__content {
        margin-top: 30px;
    }
}

.awards-btns {
    position: absolute;
    right: 0;
    top: -100px;
    display: none;
}

@media (min-width: 1000px) {
    .awards-btns {
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
    }
}

.awards-slider {
    margin: 40px 0 0;
    width: 100%;
}

@media (min-width: 1000px) {
    .awards-slider {
        height: 600px;
        margin: 0;
    }
}

.tabs__awards {
    position: relative;
}

.awards-item {
    width: 280px;
    padding-left: 15px;
}

@media (max-width: 992px) {
    .awards-item:first-of-type {
        margin-left: 0;
    }

    .awards-item:last-of-type {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .awards-item {
        padding-left: 0;
        width: 100%;
        height: 50% !important;
    }

    .awards-item:nth-of-type(even) {
        border-top: none;
        margin-top: 0 !important;
    }
}

.awards-item__place {
    width: 100%;
    font-family: var(--tts-font);
    color: #031845;
    font-weight: 400;
    font-size: 2rem;
    line-height: 100%;
    border-bottom: 1px solid var(--red);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media (min-width: 1000px) {
    .awards-item__place {
        font-size: 2.5rem;
    }
}

.awards-item__label,
.awards-item__nomination {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 1000px) {
    .awards-item__label,
    .awards-item__nomination {
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .awards-item__label,
    .awards-item__nomination {
        font-size: 1.25rem;
    }
}

.awards-item__nomination {
    margin: 0 0 20px;
}

.partnersMain-panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
}

.partnersMain-panel .produktAdvantages-btns {
    position: absolute;
    right: 0;
    top: 0;
}

.partnersMain-slider {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
}

@media (max-width: 1000px) {
    .partnersMain-slider .swiper-wrapper {
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
    }
}

@media (min-width: 1000px) {
    .partnersMain-slider {
        margin: 20px 0 0;
        height: 278px;
    }
}

.partnersMain-slider.hmm .swiper-wrapper {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.partnersMain-slider.hmm .partnersMain-item {
    width: calc(33.3% - 25px);
    margin-right: 25px;
}

.partnersMain-slider.hmm .partnersMain-item:nth-of-type(3n) {
    margin-right: 0;
}

.partnersMain-item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    height: auto;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .partnersMain-item {
        height: 50% !important;
        margin-top: 0 !important;
    }
}

.partnersMain-item__logo {
    width: 90px;
    height: 84px;
}

.partnersMain-item__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.partnersMain-item__descr {
    width: calc(100% - 90px);
    padding-left: 18px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

@media (min-width: 1000px) {
    .partnersMain-item__descr {
        font-size: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 1770px) {
    .partnersMain-item__descr {
        padding-left: 40px;
    }
}

.partnersMain__sub {
    width: 100%;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
    margin: 15px 0 0;
}

@media (min-width: 1000px) {
    .partnersMain__sub {
        font-size: 20px;
        padding-right: 40%;
        margin: 20px 0 0;
    }
}

@media (min-width: 1770px) {
    .partnersMain__sub {
        font-size: 24px;
        margin: 30px 0 0;
    }
}

.importAdvantages-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 50px 0 0;
}

@media (min-width: 1000px) {
    .importAdvantages-wrap {
        margin: 60px 0 0;
    }
}

@media (min-width: 1770px) {
    .importAdvantages-wrap {
        margin: 70px 0 0;
    }
}

.importAdvantages-item {
    border-top: 1px solid #1a1a1a;
    padding: 30px 0;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .importAdvantages-item {
        padding: 40px;
        margin-right: 30px;
        width: calc(50% - 15px);
    }

    .importAdvantages-item:nth-of-type(2n) {
        margin-right: 0;
    }

    .importAdvantages-item:nth-last-child(-n + 2) {
        border-bottom: 1px solid #1a1a1a;
    }
}

@media (min-width: 1000px) {
    .importAdvantages-item {
        width: calc(50% - 32px);
        margin-right: 63px;
    }
}

@media (min-width: 1770px) {
    .importAdvantages-item {
        padding: 60px 50px;
        width: calc(50% - 42px);
        margin-right: 84px;
    }
}

.importAdvantages-item__label {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    color: #1a1a1a;
    font-family: var(--tts-font);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 120%;
}

@media (min-width: 1000px) {
    .importAdvantages-item__label {
        font-size: 1.5rem;
    }
}

@media (min-width: 1770px) {
    .importAdvantages-item__label {
        font-size: 1.75rem;
    }
}

.importAdvantages-item__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 1000px) {
    .importAdvantages-item__descr {
        font-size: 1.125rem;
    }
}

.importServices-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 30px 0 0;
}

@media (min-width: 992px) {
    .importServices-wrap {
        margin: 50px 0 0;
    }
}

@media (min-width: 1770px) {
    .importServices-wrap {
        margin: 70px 0 0;
    }
}

.importServices-pic {
    width: 100%;
    height: 241px;
    border-radius: 0.625rem;
    overflow: hidden;
}

@media (min-width: 992px) {
    .importServices-pic {
        width: 477px;
        height: 418px;
    }
}

@media (min-width: 1770px) {
    .importServices-pic {
        width: 477px;
        height: 380px;
    }
}

.importServices-pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.importServices-container {
    margin: 20px 0 0;
    width: 100%;
    background: #f7f7f7;
    padding: 16px;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 992px) {
    .importServices-container {
        margin: 0 0 0 32px;
        width: calc(100% - 509px);
        padding: 40px 32px;
    }
}

@media (min-width: 1770px) {
    .importServices-container {
        padding: 40px;
    }
}

.importServices-item {
    width: 100%;
    background: #fff;
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 0.625rem;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

@media (min-width: 992px) {
    .importServices-item {
        padding: 18px 20px;
        min-height: 94px;
    }
}

.importServices-item:last-of-type {
    margin: 0;
}

@media (min-width: 1770px) {
    .importServices-item {
        margin: 0 40px 0 0;
        padding: 50px 32px;
        width: calc(33.3% - 27px);
        align-items: flex-start;
        align-content: flex-start;
    }
}

.importServices-count {
    color: var(--red);
    font-family: var(--tts-font);
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    display: inline-block;
    margin: 0 0 20px;
}

@media (min-width: 992px) {
    .importServices-count {
        width: 56px;
    }
}

@media (min-width: 1770px) {
    .importServices-count {
        width: 100%;
        margin: 0 0 40px;
    }
}

.importServices-descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 992px) {
    .importServices-descr {
        width: calc(100% - 56px);
        font-size: 1.125rem;
    }
}

@media (min-width: 1770px) {
    .importServices-descr {
        width: 100%;
    }
}

.importNapravleniya-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.importNapravleniya-item {
    width: 100%;
    padding: 44px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #1a1a1a;
}

@media (min-width: 768px) {
    .importNapravleniya-item {
        width: calc(50% - 20px);
        margin-right: 40px;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
    }

    .importNapravleniya-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .importNapravleniya-item {
        min-height: 530px;
        width: calc(33.3% - 29px);
        margin-right: 44px;
        padding: 50px 0;
    }

    .importNapravleniya-item:nth-of-type(2n) {
        margin-right: 44px;
    }

    .importNapravleniya-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (min-width: 1770px) {
    .importNapravleniya-item {
        min-height: 441px;
        margin-right: 66px;
        width: calc(33.3% - 44px);
    }
}

.importNapravleniya__label {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px;
    color: #1a1a1a;
    font-family: var(--tts-font);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 120%;
}

@media (min-width: 992px) {
    .importNapravleniya__label {
        font-size: 1.5rem;
        margin: 0 0 40px;
    }
}

@media (min-width: 1770px) {
    .importNapravleniya__label {
        font-size: 1.75rem;
    }
}

.importNapravleniya__name {
    width: 100%;
    display: inline-block;
    color: var(--red);
    font-size: 1rem;
    font-weight: 500;
    line-height: 160%;
}

@media (min-width: 992px) {
    .importNapravleniya__name {
        font-size: 1.125rem;
    }
}

.importNapravleniya__descr {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
}

@media (min-width: 992px) {
    .importNapravleniya__descr {
        font-size: 1.125rem;
    }
}

.importNapravleniya-item__content {
    margin: 0 0 50px;
    width: 100%;
    display: inline-block;
}

.importNapravleniya-link {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-bottom: none;
}

.importNapravleniya-link svg {
    fill: #031845;
    width: 37px;
    height: 31px;
}

.importNapravleniya-link .partnerskayaAdvantages-item__round {
    margin: 0 0 27px;
}

.importNapravleniya-link .importNapravleniya__descr {
    font-size: 1.25rem;
    text-align: center;
}

@media (min-width: 992px) {
    .importNapravleniya-link .importNapravleniya__descr {
        font-size: 1.25rem;
    }
}

.importParthner-wrap {
    width: 100%;
    background: #f7f7f7;
    padding: 38px 17px;
}

@media (min-width: 992px) {
    .importParthner-wrap {
        padding: 55px 50px;
    }
}

@media (min-width: 1770px) {
    .importParthner-wrap {
        padding: 105px 70px;
    }
}

.importParthner-container {
    margin: 30px 0 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 768px) {
    .importParthner-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
        margin: 70px 0 0;
    }
}

@media (min-width: 1200px) {
    .importParthner-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 3.75rem 3.125rem;
        margin: 90px 0 0;
    }
}

.importParthner-item {
    width: 100%;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .importParthner-item {
        margin-top: 30px;
        height: 150px;
    }
}

@media (min-width: 992px) {
    .importParthner-item {
        height: 165px;
    }
}

@media (min-width: 1200px) {
    .importParthner-item {
        margin-top: 40px;
        /* height: 250px; */
        height: auto;
    }
}

.importParthner-item img {
    display: block;
    object-fit: contain;
    border-radius: 0.625rem;
    background: #fff;
    overflow: hidden;
}

@media (min-width: 768px) {
    .importParthner-item img {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .importParthner-item img {
        height: auto;
        width: 100%;
        aspect-ratio: 480 / 250;
    }
}

.importParthner-item:last-of-type {
    margin-bottom: 0;
}

.importParthner-item span {
    color: grey;
    font-family: var(--tts-font);
    font-size: 15.057px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .importParthner-item span {
        font-size: 16px;
        position: absolute;
        left: 0;
        margin-bottom: 0;
        top: -30px;
    }
}

@media (min-width: 1770px) {
    .importParthner-item span {
        top: -40px;
        font-size: 18px;
    }
}

.all-partners-container {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

.all-partners:first-of-type .all-partners-slider {
    padding-bottom: 20px;
    border-bottom: 1px solid #1a1a1a;
}

@media (min-width: 1000px) {
    .all-partners:first-of-type .all-partners-slider {
        padding-bottom: 60px;
    }
}

.all-partners-btns {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin: 20px 0 0 auto;
}

@media (min-width: 1000px) {
    .all-partners-btns {
        position: absolute;
        top: 60px;
        right: 70px;
        margin: 0;
    }
}

@media (min-width: 1770px) {
    .all-partners-btns {
        top: 90px;
        right: 100px;
    }
}

.all-partners-btns.btnHide {
    display: none;
}

.all-partners-slider {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 36px;
    box-sizing: border-box;
    height: 380px;
}

@media (min-width: 1000px) {
    .all-partners-slider {
        height: 346px;
        margin-top: 54px;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
    }
}

@media (min-width: 1770px) {
    .all-partners-slider {
        height: 480px;
        margin-top: 60px;
    }
}

.all-partners-slider .all-partners__item {
    width: 100%;
    text-align: center;
    height: 25% !important;
}

@media (min-width: 1000px) {
    .all-partners-slider .all-partners__item {
        height: 50% !important;
    }
}

.all-partners-slider .all-partners__item:nth-of-type(even) {
    border-top: none;
    margin-top: 0 !important;
}

.all-partners-slider .all-partners__item img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.all-partners__sub {
    width: 100%;
    color: #1a1a1a;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin: 20px 0 0;
}

@media (min-width: 1000px) {
    .all-partners__sub {
        font-size: 20px;
        margin: 54px 0 0;
        padding-right: 30%;
    }
}

@media (min-width: 1770px) {
    .all-partners__sub {
        margin: 37px 0 0;
        font-size: 24px;
    }
}

.NotFoundPage .header-top {
    display: none;
}

.NotFoundPage .front {
    height: 100dvh;
    overflow: hidden;
}

.NotFoundPage .produktFront {
    height: calc(100vh - 90px);
}

@media (min-width: 1000px) {
    .NotFoundPage .produktFront {
        margin: 0;
    }
}

.NotFoundPage-el {
    position: absolute;
    right: 0;
    bottom: -11px;
    width: 280px;
}

.NotFoundPage-el img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1000px) {
    .NotFoundPage-el {
        right: 20vw;
        bottom: 20%;
        width: 350px;
    }
}

@media (min-width: 1770px) {
    .NotFoundPage-el {
        right: 20vw;
        width: auto;
    }
}

@media (min-width: 2000px) {
    .NotFoundPage-el {
        right: 22vw;
    }
}
.footerTop__logo {display:flex;}

@media (min-width: 768px) {
    .footerTop-info {
        display: flex;
    }
}
.footerTop__logo {
  display: flex;
 img {
        display: block;
        width: 70px;
        height: 70px;
    }
}