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

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

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

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

@font-face {
    font-family: "Roboto Condensed";
    src: url(../fonts/RobotoCondensed-Medium.woff) format("woff"), url(../fonts/RobotoCondensed-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto Condensed";
    src: url(../fonts/RobotoCondensed-SemiBold.woff) format("woff"), url(../fonts/RobotoCondensed-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

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

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

@font-face {
    font-family: Circe;
    src: url(../fonts/Circe-Bold.woff) format("woff"), url(../fonts/Circe-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'circebold';
    src: url('/bitrix/templates/icl/fonts/Circe_Bold_Web.eot');
    src: url('/bitrix/templates/icl/fonts/Circe_Bold_Web.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/icl/fonts/Circe_Bold_Web.woff') format('woff'),
    url('/bitrix/templates/icl/fonts/Circe_Bold_Web.ttf') format('truetype'),
    url('/bitrix/templates/icl/fonts/Circe_Bold_Web.svg#CirceWeb-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


*, ::after, ::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important
}

body{
    font-family: Roboto, sans-serif;

}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

a, body, div, form, h1, h2, h3, h4, h5, li, p, ul {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: 1
}

button, input, textarea {
    outline: 0 !important;
    -webkit-transition: .125s;
    -o-transition: .125s;
    transition: .125s;
    font-family: inherit
}

input:active, input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus, input[type=text]:focus {
    outline: 0 !important
}

::-webkit-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

html {
    height: 100%;
    scroll-behavior: smooth;
    width: 100%
}

svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto
}

circle, path, rect, svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:focus, a:hover {
    text-decoration: none
}

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

i {
    line-height: 100%
}

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

button {
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: inherit;
    font-size: 1em
}

.swiper-button-next, .swiper-button-prev {
    z-index: 2
}

.swiper-button-next::after, .swiper-button-prev::after {
    display: none
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

html.fixed-body {
    overflow-y: hidden
}

.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.m-page {
    width: calc(100vw - (100vw - 100%));
    overflow-x: hidden;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 1em
}

@media screen and (max-width: 1720px) {
    .m-page {
        font-size: .85vw
    }
}

.m-page.fixed-body, .m-page.fixed-body2 {
    overflow-y: hidden;
    padding-right: var(--scrollWidth)
}

.container {
    max-width: 132.3076923077em;
    width: 100%;
    margin: 0 auto;
    padding: 0 8.75em
}

a:hover {
    color: #ff0024
}

@media screen and (max-width: 992px) {
    .m-page {
        font-size: 1.5vw
    }

    .container {
        padding: 0 1.5em
    }
}

@media screen and (max-width: 576px) {
    .m-page {
        font-size: 3.4vw
    }
}

:root {
    --vh: 1vh
}

.text-center {
    text-align: center
}

.caps-text {
    text-transform: uppercase
}

.underline-text {
    text-decoration: underline
}

.h2 {
    font-size: 3.2em;
    line-height: 130%;
    font-weight: 600
}

.text32 {
    font-size: 2em;
    line-height: 130%
}

.text30 {
    font-size: 1.875em;
    line-height: 120%
}

.text24 {
    font-size: 1.5em;
    line-height: 130%
}

.text22 {
    font-size: 1.375em;
    line-height: 140%
}

.text20 {
    font-size: 1.25em;
    line-height: 120%
}

.text19 {
    font-size: 1.1875em;
    line-height: 120%
}

.text18 {
    font-size: 1.125em;
    line-height: 120%
}

.text17 {
    font-size: 1.0625em;
    line-height: 120%
}

.text16 {
    font-size: 1em;
    line-height: 150%
}

.text15 {
    font-size: .9375em;
    line-height: 120%
}

.text14 {
    font-size: .875em;
    line-height: 120%
}

.text13 {
    font-size: .8125em;
    line-height: 120%
}

.text12 {
    font-size: .75em;
    line-height: 120%
}

.text11 {
    font-size: .6875em;
    line-height: 120%
}

.text10 {
    font-size: .625em;
    line-height: 120%
}

.extra-bold-text {
    font-weight: 800
}

.bold-text {
    font-weight: 700
}

.semi-bold-text {
    font-weight: 600
}

.medium-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    /* font-size: 24px; */
    line-height: 130%;
    color: #FFFFFF;
}

.regular-text {
    font-weight: 400
}

.light-text {
    font-weight: 300
}

.font2 {
    font-family: "Roboto Condensed", sans-serif
}

.lh130 {
    line-height: 130%
}

.no-wrap {
    white-space: nowrap
}



.m-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}


.m-btn img, .m-btn svg {
    width: 1.5em;
    margin: 0 .75em
}

.m-btn img:first-child, .m-btn svg:first-child {
    margin-left: 0
}

.m-btn img:last-child, .m-btn svg:last-child {
    margin-right: 0
}

.m-btn-grad {
    background: -webkit-gradient(linear, left top, right top, from(#ff0024), to(#ff611b));
    background: -o-linear-gradient(left, #ff0024 0, #ff611b 100%);
    background: linear-gradient(90deg, #ff0024 0, #ff611b 100%);
    color: #fff
}

.m-btn-grad:hover {
    color: #fff;
    opacity: .9
}

.m-btn-red {
    box-sizing: border-box;
    font-family: 'Circe Bold', sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.2307692308em 1.5384615385em;
    gap: 0.7692307692em;
    /*height: 3.6923076923em;*/
    background: rgba(255, 255, 255, 0.13);
    border: 0.1538461538em solid #FFFFFF;
    color: #fff;
    flex: none;
    flex-grow: 0;
}

.m-btn-red:hover{
    background: #FFF;
    color: #000;
}

.m-btn-red-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
    background: linear-gradient(90deg, #FF0024 0%, #FF611B 100%);
    border: none;
    color: #fff;
    font-family: Roboto Condensed;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.m-btn-red-nav:hover{
    background: linear-gradient(90deg, #FF0024 0%, #be5324 100%);
    color: #fff;
}

.menu-card__link.m-btn-red, ._show-dropdown .m-btn-red {
    color: #fff;
    background: linear-gradient(270deg, #FF0807 0%, #FF0807 97.96%)
}


.menu-card__link.m-btn-red:hover, ._show-dropdown .m-btn-red:hover {
    background: linear-gradient(90.93deg, #FF0807 -10%, #FF9837 94.59%), linear-gradient(270deg, #FF0807 0%, #FF0807 97.96%);
    color: #FFFFFF!important;
}

.m-btn-gray-outline {
    border: 0.1538461538em solid #ebebeb;
    color: #000
}

.m-btn-gray-outline:hover {
    color: #fff;
    background: radial-gradient(152.48% 690% at 91.49% -248.75%, #EE0000 40.38%, #FF972F 56.08%, rgba(255, 214, 69, 0) 67.45%), #FFC86A!important;
    border: 0.0769230769em solid!important;
    border-image-source: linear-gradient(282.51deg, #FF834A 9.26%, #FF0B0B 91.02%)!important;
    border-image-slice: 1!important;
    border-image-width: 0.0769230769em!important;
    border-image-repeat: stretch!important;
}
.m-btn-gray-outline:hover svg path {
    stroke: #fff;
}
.m-btn-white {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.6923076923em 3.3846153846em;
    gap: 0.7692307692em;
    background: #FFFFFF;
    font-family: "Circe", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2307692308em;
    line-height: 1.5384615385em;
    text-transform: uppercase;
    color: #FD0100;
    border: 0.0769230769em solid;
}

.m-btn-white-outline {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.5em 0;
    gap: 0.7692307692em;
    background: #FFFFFF;
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 1.2307692308em;
    line-height: 1.5384615385em;
    text-transform: uppercase;
    color: #FD0100;
    border: 0.0769230769em solid!important;
}

.m-btn-white-outline:hover, .m-btn-white:hover {
    color: #fff;
    background: radial-gradient(152.48% 690% at 91.49% -248.75%, #EE0000 40.38%, #FF972F 56.08%, rgba(255, 214, 69, 0) 67.45%), #FFC86A!important;
    border: 0.0769230769em solid!important;
    border-image-source: linear-gradient(282.51deg, #FF834A 9.26%, #FF0B0B 91.02%)!important;
    border-image-slice: 1!important;
    border-image-width: 0.0769230769em!important;
    border-image-repeat: stretch!important;
}

.arrow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ff0024;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

.arrow-link:hover {
    color: #ff0024;
    opacity: .8
}

.arrow-link span {
    font-size: 1.125em;
    line-height: 130%
}

.arrow-link img {
    width: 1.5em;
    margin-left: .75em
}

.fg {
    position: relative;
    margin: 0
}

.fg label {
    display: block;
    font-size: .9375em;
    line-height: 140%;
    margin-bottom: .375em
}

.fg label span {
    color: #ff0024
}

.fg .nice-select, .fg input, .fg textarea {
    border-radius: 0;
    border: 0.0769230769em solid #e0e2e7;
    padding: 0 1.25em;
    height: 3.5em;
    width: 100%;
    font-size: 1em;
    background-color: #fff;
    color: #000
}

.fg .nice-select::-webkit-input-placeholder, .fg input::-webkit-input-placeholder, .fg textarea::-webkit-input-placeholder {
    color: #a9a9a9
}

.fg .nice-select::-moz-placeholder, .fg input::-moz-placeholder, .fg textarea::-moz-placeholder {
    color: #a9a9a9
}

.fg .nice-select:-ms-input-placeholder, .fg input:-ms-input-placeholder, .fg textarea:-ms-input-placeholder {
    color: #a9a9a9
}

.fg .nice-select::-ms-input-placeholder, .fg input::-ms-input-placeholder, .fg textarea::-ms-input-placeholder {
    color: #a9a9a9
}

.fg .nice-select::placeholder, .fg input::placeholder, .fg textarea::placeholder {
    color: #a9a9a9
}

.fg .nice-select:disabled, .fg input:disabled, .fg textarea:disabled {
    pointer-events: none;
    background: #f6f6f6 !important;
    color: rgba(0, 0, 0, .4)
}

.fg textarea {
    padding-top: 1.19em;
    padding-bottom: 1.19em;
    height: 13.0625em;
    resize: vertical
}

.fg__field {
    position: relative
}

.fg .nice-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: .1875em;
    white-space: nowrap;
    height: 3.6875em;
    padding: 0 0 0 1.25em
}

.fg .nice-select.disabled {
    pointer-events: none;
    background: #f6f6f6 !important
}

.fg .nice-select.disabled .current {
    opacity: .4
}

.fg .nice-select.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fg .nice-select:focus {
    border: 0.0769230769em solid #000
}

.fg .nice-select:before {
    content: "";
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-left: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.6875em;
    height: 3.6875em;
    background-image: url(../img/select-arrow.svg);
    background-size: .5em auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 1em
}

.fg .nice-select .current {
    font-size: 1em;
    line-height: 157%
}

.fg .nice-select .list {
    margin-top: -0.0769230769em;
    border-radius: 0 0 .1875em .1875em;
    width: calc(100% + 0.1538461538em);
    left: -0.0769230769em;
    border: 0.0769230769em solid #000;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 14.875em;
    overflow-y: auto;
    z-index: 5
}

.fg .nice-select .list::-webkit-scrollbar {
    width: .1875em;
    height: .1875em
}

.fg .nice-select .list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: 0
}

.fg .nice-select .list::-webkit-scrollbar-thumb {
    background: #000
}

.fg .nice-select .option {
    height: 3.6875em;
    font-size: 1em;
    line-height: 157%;
    padding: .5em 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2b2b2b;
    border: none;
    border-bottom: 0.0769230769em solid #000
}

.fg .nice-select .option:last-child {
    border-bottom: none
}

.fg .nice-select .option.disabled {
    display: none
}

.fg .nice-select .option.focus, .fg .nice-select .option.selected.focus, .fg .nice-select .option:hover {
    background-color: #ff0024;
    border-color: #ff0024;
    font-weight: 400;
    color: #fff
}

.fg._error input, .fg._error textarea {
    border-color: #ff0024;
    color: #ff0024
}

.fg._error input::-webkit-input-placeholder, .fg._error textarea::-webkit-input-placeholder {
    color: #ff0024
}

.fg._error input::-moz-placeholder, .fg._error textarea::-moz-placeholder {
    color: #ff0024
}

.fg._error input:-ms-input-placeholder, .fg._error textarea:-ms-input-placeholder {
    color: #ff0024
}

.fg._error input::-ms-input-placeholder, .fg._error textarea::-ms-input-placeholder {
    color: #ff0024
}

.fg._error input::placeholder, .fg._error textarea::placeholder {
    color: #ff0024
}

.fg._error .fg__error-text {
    display: block
}

.fg__error-text {
    margin-top: .375em;
    color: #ff0024;
    display: none
}

.pass-toggle {
    position: absolute;
    bottom: 1em;
    right: 1.25em;
    width: 1.25em;
    height: 1.6875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pass-toggle svg {
    width: 100%;
    height: auto
}

.pass-toggle._active g {
    opacity: 1
}

.m-check, .m-radio {
    position: relative
}

.m-check input, .m-radio input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer
}

.m-check label, .m-radio label {
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 2.125em;
    min-height: 1.25em;
    padding-top: .0625em
}

.m-check label span, .m-radio label span {
    font-size: .8125em;
    line-height: 140%
}

.m-check label:after, .m-check label:before, .m-radio label:after, .m-radio label:before {
    pointer-events: none
}

.m-check label:before, .m-radio label:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    border: 0.0769230769em solid #dadedf;
    width: 1.25em;
    height: 1.25em;
    background-size: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.m-check label a, .m-radio label a {
    text-decoration: underline;
    position: relative;
    z-index: 2
}

.m-check._big label, .m-radio._big label {
    padding-top: 0
}

.m-check._big label span, .m-radio._big label span {
    font-size: 1em;
    line-height: 140%
}

.m-check._gray label, .m-radio._gray label {
    color: #6b6e72
}

.m-check._error input:not(:checked) ~ label:before, .m-radio._error input:not(:checked) ~ label:before {
    border-color: #ff1515
}

.m-check input:checked + label::before {
    background-color: #ff0024;
    border-color: #ff0024;
    background-size: .75em auto
}

.m-check label:before {
    border-radius: .1875em;
    background-image: url(../img/check2.svg)
}

.m-check._gray label {
    color: #787878
}

.m-radio input:checked ~ label:before {
    border: none;
    background-size: 100% auto
}

.m-radio label:before {
    border-radius: 50%;
    background-image: url(../img/radio.svg)
}

.m-radio label span {
    display: block;
    line-height: 157%;
    color: #5b626c;
    margin-top: .125em
}

.cartcalc {
    max-width: 100%;
    width: 7.5625rem;
    display: grid;
    grid-template-columns:2.1875em calc(100% - 4.375em) 2.1875em;
    border: 0.0769230769em solid #e9edf2;
    height: 3.125em
}

.cartcalc button, .cartcalc input {
    height: 100%;
    width: 100%;
    min-height: 100%
}

.cartcalc input {
    border: none;
    border-left: 0.0769230769em solid #e9edf2;
    border-right: 0.0769230769em solid #e9edf2;
    color: #000;
    font-weight: 500;
    font-size: 1em;
    text-align: center
}

.cartcalc svg {
    width: .5em;
    height: auto
}

.cartcalc button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cartcalc button:hover {
    background-color: #e6e6ec
}

.pagination {
    margin-top: 3.75em
}

.pagination__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination__item {
    height: 3.625em;
    min-width: 3.625em;
    padding: 0 1.25em;
    border-radius: .25em;
    border: 0.0769230769em solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 .3125em;
    font-weight: 500
}

.pagination__item svg {
    width: 1.0625em;
    height: auto
}

.pagination__item._active {
    pointer-events: none
}

.pagination__item._active, .pagination__item:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.pagination__item._active path, .pagination__item:hover path {
    fill: #fff
}

.pagination__item._btn {
    padding: 0 1.5em
}

@media screen and (max-width: 992px) {
    .h2 {
        font-size: 2em
    }

    .text20-tablet {
        font-size: 1.25em
    }

    .text19-tablet {
        font-size: 1.1875em
    }

    .text18-tablet {
        font-size: 1.125em
    }

    .text17-tablet {
        font-size: 1.0625em
    }

    .text16-tablet {
        font-size: 1em
    }

    .text15-tablet {
        font-size: .9375em
    }

    .text14-tablet {
        font-size: .875em
    }

    .text13-tablet {
        font-size: .8125em
    }

    .text12-tablet {
        font-size: .75em
    }

    .text11-tablet {
        font-size: .6875em
    }

    .text10-tablet {
        font-size: .625em
    }

    .pagination {
        margin-top: 1.875em
    }
}

@media screen and (max-width: 576px) {
    .pagination {
        margin-top: 1.56em
    }

    .pagination ._hide-tablet {
        display: none
    }

    .pagination ._btn {
        width: 2.8125em;
        padding: 0
    }

    .pagination__item {
        height: 2.8125em;
        min-width: 2.8125em;
        padding: 0 .875em
    }

    .pagination__item span {
        font-size: .875em
    }
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab {
    height: 3.5625em;
    padding: 0 1.56em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, .8);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tab:not(:last-child) {
    margin: 0 .94em 0 0
}

.tab:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1538461538em;
    left: 0;
    bottom: 0;
    background-color: #ff0024;
    opacity: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.tab span {
    font-size: .875em;
    line-height: 120%
}

.tab:hover {
    background: #fbfbfb;
    cursor: pointer
}

.tab._active {
    background: #fbfbfb;
    pointer-events: none
}

.tab._active:before {
    opacity: 1
}

.tab-content {
    display: none
}

.tab-content._active {
    display: block
}

.grid {
    display: grid;
    gap: 1.25em;
    grid-template-columns:100%
}

.grid2 {
    grid-template-columns:repeat(2, calc(50% - .5em))
}

.grid3 {
    grid-template-columns:repeat(3, calc(33.3333333333% - .8333333333em))
}

.grid4, .grid5 {
    grid-template-columns:repeat(4, calc(25% - .9375em))
}

@media screen and (max-width: 992px) {
    .grid-tablet {
        grid-template-columns:100%
    }

    .grid-tablet2 {
        grid-template-columns:repeat(2, calc(50% - .625em))
    }
}

@media screen and (max-width: 576px) {
    .grid-mob {
        grid-template-columns:100%
    }
}

._flex, ._flex-between, ._flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

._flex-between._start, ._flex-center._start, ._flex._start {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

._flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

._flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

._mt80 {
    margin-top: 5em
}

._mt48 {
    margin-top: 3em
}

._mt40 {
    margin-top: 2.5em
}

._mt32 {
    margin-top: 2em
}

._mt24 {
    margin-top: 1.5em
}

._mt16 {
    margin-top: 1em
}

._scale-img {
    overflow: hidden
}

._scale-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

._scale-img img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.m-backdrop {
    position: relative
}

.m-backdrop:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .4) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .4) 100%);
    pointer-events: none;
    border-radius: inherit
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.socials__item {
    width: 2.5em;
    height: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.socials__item:not(:last-child) {
    margin: 0 .75em 0 0
}

.socials__item svg {
    width: 100%
}

.socials__item:hover path:not(._not-fill) {
    fill: #ff0024
}

.compare-btn, .favourite-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.compare-btn svg, .favourite-btn svg {
    width: 100%;
    height: auto
}

.favourite-btn {
    width: 1.4375em
}

.favourite-btn:hover path {
    opacity: 1
}

.favourite-btn._added path {
    opacity: 1;
    stroke: #ff0024;
    fill: #ff0024
}

.compare-btn {
    width: 1.5em
}

.compare-btn._added g, .compare-btn:hover g {
    opacity: 1
}

.compare-btn._added line {
    stroke: #ff0024
}

.qa-card {
    padding: 1.25em 2.5em;
    border-radius: 1.25em;
    background: #fff
}

.qa-card._active .qa-card__btn img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.qa-card__show {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 6.25em
}

.qa-card__btn {
    margin-left: 1em;
    width: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.qa-card__btn img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%
}

.qa-card__hidden {
    margin-top: -.625em;
    padding-top: 1.25em;
    display: none;
    border-top: 0.0769230769em solid #e3e3e3
}

@media screen and (max-width: 992px) {
    ._mt40-tablet {
        margin-top: 2.5em
    }
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100 * var(--vh));
    background-color: #000;
    opacity: .5
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100 * var(--vh));
    overflow-y: auto;
    z-index: 80;
    opacity: 0;
    pointer-events: none;
    padding: 1em 0;
    text-align: center
}

.modal:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3076923077em
}

.modal__dialog {
    text-align: left;
    vertical-align: middle;
    background: #fff;
    width: 69.25em;
    max-width: calc(100% - .625em);
    position: relative;
    z-index: 3;
    padding: 2.25em;
    border-radius: 1.5em;
    display: inline-block
}

.modal._active {
    opacity: 1;
    pointer-events: unset
}

.modal._active .modal__bg {
    display: block
}

.modal__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal__title {
    font-size: 2.3125em;
    font-weight: 600;
    line-height: 130%
}

.close-btn {
    width: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.close-btn img {
    width: 100%
}

.sites {
    margin-top: 3.75em;
    display: grid;
    grid-template-columns:repeat(3, calc(33.3333333333% - 2.6666666667em));
    gap: 5em 4em
}

.site-item__title {
    font-size: 1.25em;
    line-height: 120%;
    font-weight: 500
}

.site-item__desc {
    margin-top: .5em;
    color: #666;
    line-height: 120%
}

.site-item__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em
}

.site-item__link {
    font-size: 1.125em;
    line-height: 111%;
    color: #ff0024
}

@media screen and (max-width: 992px) {
    .modal__dialog {
        padding: 1.5em 1.25em
    }

    .modal:after {
        display: none
    }

    .modal__title {
        font-size: 2em
    }

    .sites {
        margin-top: 2.75em;
        grid-template-columns:repeat(2, calc(50% - 1.25em));
        gap: 2.5em
    }
}

@media screen and (max-width: 576px) {
    .sites {
        grid-template-columns:100%
    }
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    color: #fff
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__logo {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 6.25em;
    position: relative;
    margin-right: 2.625em
}

.header__logo img {
    width: 100%;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__logo ._view2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.header-top {
    padding: 0 3.125em 0 1.25em;
    height: 6.25em
}

.header-action {
    gap: 3em
}

.header-action__btn {
    padding: 0 1.5em;
    height: 3em;
    text-transform: uppercase;
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 0.9230769231em;
    line-height: 1.2307692308em;
    letter-spacing: -0.02em;
}

.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header-contacts .header__phone{
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 1.7692307692em;
    line-height: 1.8461538462em;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.header-contacts__mail {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2307692308em;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #FFFFFF;
}
.header-contacts__mail::after{
    content: "";
    width: 100%;
    height: 0em;
    border: 0.0769230769em solid rgba(255, 255, 255, 0.5);
}


.header-contacts__mail, .header-contacts__phone {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    font-size: .875em;
    line-height: 150%;
    font-family: "Circe Bold", sans-serif
}

.header._fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 0.3076923077em 1.5384615385em rgba(0, 0, 0, 0.25);
    z-index: 10;
}

._show-dropdown .header-contacts__mail{
    color: red
}

._show-dropdown .header__phone{
    color: #000;
}

.header-contacts__mail:hover, .header-contacts__phone:hover {
    opacity: .8
}

.header-contacts__phone:hover {
    color: inherit
}

.header-contacts__mail, .header-contacts__mail:hover {
    color: #fff
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5em
}

.nav-item__show, .nav__link {
    font-weight: 500;
    font-family: "Circe Bold", sans-serif;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5.875em;
    position: relative;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.nav-item__show:hover, .nav__link:hover {
    color: inherit;
    opacity: .9;
    color: inherit
}

/* .nav-item__show:before, .nav__link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .1875em;
    background-color: #ff0024;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
} */

.nav-item__show span, .nav__link span {
    font-size: 1.125em;
    line-height: 150%
}

/* .nav-item__show:hover:before, .nav__link:hover:before {
    opacity: 1
} */

.nav-item__show {
    cursor: pointer
}

.nav-item__show:after {
    content: "";
    width: 1.5625em;
    height: 1.5625em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.46875 8.59375H7.03125V10.1562H5.46875V8.59375ZM7.03125 10.1562H8.59375V11.7188H7.03125V10.1562ZM8.59375 11.7188H10.1562V13.2812H8.59375V11.7188ZM10.1562 13.2812H11.7188V14.8438H10.1562V13.2812ZM11.7188 14.8438H13.2812V16.4062H11.7188V14.8438ZM13.2812 13.2812H14.8438V14.8438H13.2812V13.2812ZM14.8438 11.7188H16.4062V13.2812H14.8438V11.7188ZM16.4062 10.1562H17.9688V11.7188H16.4062V10.1562ZM17.9688 8.59375H19.5312V10.1562H17.9688V8.59375Z' fill='white'/%3E%3C/svg%3E");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: .25em
}

.burger {
    display: none
}

@media screen and (max-width: 992px) {
    .header__logo {
        width: 4em;
        margin-right: .75em;
        position: relative;
        z-index: 11
    }

    .header._open {
        background: #fff;
        color: #000
    }

    .header._open .menu {
        opacity: 1;
        pointer-events: unset
    }

    .header._open .burger ._view1, .header._open .header__logo ._view1 {
        opacity: 0
    }

    .header._open .burger ._view2, .header._open .header__logo ._view2 {
        opacity: 1
    }

    .header._open .header-search__btn path {
        fill: #ccc
    }

    .header-top {
        padding: 0 1.19em 0 0;
        height: 4em
    }

    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100 * var(--vh));
        padding-top: 4em;
        background-color: #fff;
        z-index: 10;
        opacity: 0;
        pointer-events: none
    }

    .menu__scroll {
        height: 100%;
        overflow-y: auto;
        padding: 1em
    }

    .header-action {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: .81em;
        position: relative;
        z-index: 11
    }

    .header-action .lang, .header-action__btn {
        display: none
    }

    .header-contacts {
        margin-right: auto
    }

    .header-contacts__mail {
        display: none
    }

    .header-search__btn {
        width: 2em;
        height: 2em
    }

    .header-search__btn svg {
        width: 1.25em
    }

    .header-search__btn path {
        fill: #fff
    }

    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 2em;
        height: 2em;
        position: relative
    }

    .burger img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .burger ._view2 {
        opacity: 0
    }

    .nav {
        display: block
    }

    .nav-item__show, .nav__link {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 2.5625em;
        font-weight: 600
    }

    /* .nav-item__show:before, .nav__link:before {
        display: none
    } */

    .nav-item__show span, .nav__link span {
        font-size: 1.25em;
        letter-spacing: -.02em
    }

    .nav-item__show {
        padding-right: 2em;
        background-image: url(../img/arrow-right3.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 1.5625em auto
    }

    .nav-item__show:after {
        display: none
    }
}

.header.header-inner-page {
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 0.3076923077em 0.7692307692em rgba(0, 0, 0, .15);
    box-shadow: 0 0.3076923077em 0.7692307692em rgba(0, 0, 0, .15)
}

.header._open-search, .header._show-dropdown, .header.header-inner-page {
    background: #fff;
    color: #000
}

.header._open-search .header__logo ._view1, .header._show-dropdown .header__logo ._view1, .header.header-inner-page .header__logo ._view1 {
    opacity: 0
}

.header._open-search .header__logo ._view2, .header._show-dropdown .header__logo ._view2, .header.header-inner-page .header__logo ._view2 {
    opacity: 1
}

.header._open-search .nav-item__show:after, .header._show-dropdown .nav-item__show:after, .header.header-inner-page .nav-item__show:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.46875 8.59375H7.03125V10.1562H5.46875V8.59375ZM7.03125 10.1562H8.59375V11.7188H7.03125V10.1562ZM8.59375 11.7188H10.1562V13.2812H8.59375V11.7188ZM10.1562 13.2812H11.7188V14.8438H10.1562V13.2812ZM11.7188 14.8438H13.2812V16.4062H11.7188V14.8438ZM13.2812 13.2812H14.8438V14.8438H13.2812V13.2812ZM14.8438 11.7188H16.4062V13.2812H14.8438V11.7188ZM16.4062 10.1562H17.9688V11.7188H16.4062V10.1562ZM17.9688 8.59375H19.5312V10.1562H17.9688V8.59375Z' fill='%23FF0024'/%3E%3C/svg%3E")
}

.header._open-search, .header._show-dropdown {
    padding-right: var(--scrollWidth)
}

.nav-item._open .nav-item__show:before {
    opacity: 1
}

.nav-item._open .nav-item__show:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-item._open .nav-dropdown {
    opacity: 1;
    pointer-events: unset
}

.nav-item._open .nav-dropdown__bg {
    display: block
}

.header-search__bg, .nav-dropdown__bg {
    z-index: 99;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100 * var(--vh) - 6.25em);
    background: rgba(0, 0, 0, .51);
    display: none
}

.nav-dropdown {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 6.25em;
    left: 0;
    width: 100%;
    padding: 2em 3.5em 3.25em 6.44em;
    background-color: #fff;
    z-index: 100;
    display: grid;
    grid-template-columns:calc(100% - 20em) 17.8125em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Roboto Condensed", sans-serif;
    min-height: 25em
}

.nav-dropdown__links {
    display: grid;
    grid-template-columns:100%;
    gap: 1em
}

.nav-dropdown__links a {
    font-size: 1em;
    line-height: 119%;
    letter-spacing: -.02em
}

.nav-dropdown__back {
    display: none
}

.menu-card {
    font-family: Circe, sans-serif
}

.menu-card__img img {
    width: 100%;
    display: block
}

.menu-card__text {
    display: grid;
    grid-template-columns:100%;
    gap: .375em;
    margin-top: .75em
}

.menu-card__title {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: -.02em
}

.menu-card__desc {
    font-size: .875em;
    line-height: 114%;
    letter-spacing: -.02em;
    color: #535457
}

.menu-card__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em
}

.menu-card__link {
    height: 2.125em;
    padding: 0 1em;
    font-family: Circe, sans-serif;
    font-weight: 700
}

.menu-card__link span {
    font-size: .75em;
    letter-spacing: -.02em
}

.nav-dropdown2 {
    background-color: #f8f8f8
}

@media screen and (max-width: 992px) {
    .nav-dropdown {
        position: fixed;
        top: unset;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100 * var(--vh) - 4em);
        background-color: #fff;
        padding: 1em;
        display: block;
        overflow-y: auto
    }

    .nav-dropdown__back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 1.19em;
        color: #000
    }

    .nav-dropdown__back span {
        font-size: 1.25em;
        line-height: 95%;
        letter-spacing: -.02em
    }

    .nav-dropdown__back img {
        width: .75em;
        margin-right: .56em
    }

    .nav-dropdown__col {
        min-height: unset !important
    }

    .nav-dropdown__col2 {
        display: none
    }
}

.submenu {
    height: calc(100% + 5.25em);
    width: calc(100% + 6.44em);
    margin-top: -2em;
    margin-left: -6.44em;
    position: relative;
    min-height: 100%
}

.submenu__grid {
    display: grid;
    grid-template-columns:repeat(2, calc(50% - 1.75em));
    gap: 0 3.5em
}

.submenu__items a{
    text-decoration: none;
    border-bottom: 0.0769230769em solid #E9EDF0;
}

.submenu-item__links a{
    border-bottom: none!important;
}

.submenu__items {
    height: 100%;
    width: 23.5em;
    background-color: #fff;
    padding: 1.5em .25em
}

.submenu-item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.submenu-item._open {
    background: #f8f8f8
}

.submenu-item._open .submenu-item__show {
    color: #ff0024
}

.submenu-item._open .submenu-item__show path {
    fill: #ff0024
}

.submenu-item._open .submenu-item__hidden {
    opacity: 1;
    pointer-events: unset;
    overflow-y: auto;
    height: 100%;
}

.submenu-item__show {
    padding: 1em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 100;
    cursor: pointer
}

.submenu-item__show span {
    line-height: 120%;
}

.submenu-item__show svg {
    width: .75em;
    margin-left: 3em
}

.submenu-item__hidden {
    position: absolute;
    top: 0;
    left: 23em;
    padding: 2.5em 1.75em 2.5em 3.5em;
    width: calc(100% - 23em);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

@media screen and (min-width: 993px) {
    .submenu-item__hidden {
        display: block !important
    }

    .footer-nav:nth-child(4) {
        grid-column: 2/3;
        grid-row: 1/2
    }

    .footer-nav:nth-child(5) {
        grid-column: 4/5;
        grid-row: 1/2
    }
}

.submenu-item__links {
    display: grid;
    grid-template-columns:100%;
    gap: 1em
}

.submenu-item__link {
    font-size: 1em;
    line-height: 119%;
    letter-spacing: -.02em
}

.submenu-item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em
}

.submenu-item__more {
    font-weight: 600;
    color: #ff0024
}

.submenu-item__more:hover {
    color: #000
}

.submenu-item__more:hover path {
    fill: #000
}

.submenu-item__more span {
    font-size: 1em;
    line-height: 119%;
    letter-spacing: -.02em
}

.submenu-item__more svg {
    width: .75em;
    margin-left: .625em
}

.submenu-item__grid {
    display: grid;
    grid-template-columns:repeat(2, calc(50% - 1.75em));
    gap: 0 3.5em;
    max-width: 57em
}

.submenu-spoiler._open .submenu-spoiler__show:before {
    background-size: 0 auto, 100% auto
}

.submenu-spoiler__show {
    position: relative;
    cursor: pointer
}

.submenu-spoiler__show:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: .75em;
    width: 1.25em;
    height: 1.25em;
    background-image: url(../img/plus.svg), url(../img/minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto, 0 auto
}

.submenu-spoiler__show span {
    font-size: 1em;
    line-height: 119%;
    letter-spacing: -.02em
}

.submenu-spoiler__hidden {
    padding: .625em 1.125em;
    display: none;
    margin-top: .125em
}

.submenu-spoiler__links {
    display: grid;
    grid-template-columns:100%;
    gap: .625em;
    color: #7c7b7b
}

.submenu-spoiler__links a {
    font-size: 1em;
    line-height: 119%;
    letter-spacing: -.02e
}

@media screen and (max-width: 992px) {
    .submenu {
        width: 100%;
        height: unset;
        margin: 0
    }

    .submenu__items {
        width: 100%;
        padding: 0
    }

    .submenu-item {
        border-bottom: 0.0769230769em solid #f0f0f0;
        margin-bottom: .25em
    }

    .submenu-item._open {
        border-color: transparent
    }

    .submenu-item._open .submenu-item__show svg {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .submenu-item__show {
        padding: 1em;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .submenu-item__show svg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 .75em 0 0
    }

    .submenu-item__hidden {
        display: none;
        position: static;
        padding: .5em .5em 1.25em;
        width: 100%;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        opacity: 1;
        pointer-events: unset
    }

    .submenu-item__links {
        gap: .75em;
        padding-left: 2em
    }

    .submenu-item__grid {
        grid-template-columns:100%
    }

    .submenu-item__bottom {
        padding-left: 2em
    }
}

.footer {
    padding: 2.5em 0 1.5em;
    background: #141414;
    color: #fff
}

.footer__logo {
    display: block;
    width: 3.8125em
}

.footer__logo img {
    width: 100%;
    display: block
}

.footer-top {
    display: grid;
    grid-template-columns:repeat(6, calc(16.6666666667% - 2.0833333333em));
    gap: 2.5em;
    grid-auto-flow: dense
}

.footer-nav__items {
    color: gray;
    margin-top: 1.5em;
    display: grid;
    grid-template-columns:100%;
    gap: 1.5em
}

.footer-nav__items a {
    font-size: 1.375em;
    line-height: 130%
}

.footer-middle {
    margin-top: 3.25em;
    padding-top: 3em;
    padding-left: .75em;
    border-top: 0.0769230769em solid hsla(0, 0%, 100%, .1)
}

.footer-middle__link {
    margin-left: 2.81em;
    border-radius: 6.25em;
    background: #232323;
    padding: 0 1.5em;
    height: 2.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

.footer-middle__link:hover {
    color: #fff;
    background-color: rgba(163, 163, 163, .25)
}

.footer-middle__link img {
    width: 1.25em;
    margin-right: .625em
}

.footer-middle .socials {
    margin-left: auto
}

.footer-bottom {
    margin-top: 2.5em
}

.footer-bottom__co {
    color: #d2d2d2
}

.footer-bottom .lang {
    margin-left: 2em
}

.footer-bottom__col2 {
    gap: .75em 1.25em
}

.footer-bottom__link {
    font-size: .875em;
    line-height: 130%;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: gray
}

.lang {

    display: flex;
    align-items: flex-start;
    padding: 0.1538461538em;
    gap: 0.1538461538em;
    width: 5.6153846154em;
    height: 2.4615384615em;
    background: rgba(255, 255, 255, 0.23);
    backdrop-filter: blur(1.6923076923em);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 7.6923076923em;
}

._show-dropdown .lang{
    background: #E6E6E6;
}

.languages__language{
    padding: 0.4615384615em;
}

.header__language_current{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7692307692em 0.6153846154em 0.6153846154em;
    gap: 0.7692307692em;
    width: 2.6923076923em;
    height: 2.1538461538em;
    background: #FFFFFF;
    border-radius: 7.6923076923em;
}


.lang__item{

    width: 1.3846153846em;
    height: 1.2307692308em;
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.2307692308em;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.46);

}

.lang__item._active, .lang__item:hover {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.2307692308em;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FF0024;
    text-decoration: none;
}
.justify-content-between{
    justify-content: space-between;
}
@media screen and (max-width: 992px) {
    .footer {
        padding-bottom: 2.5em
    }

    .footer-top {
        display: block;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25em;
        -moz-column-gap: 1.25em;
        column-gap: 1.25em
    }

    .footer-nav {
        display: inline-block;
        width: 100%;
        margin-bottom: 1.5em
    }

    .footer-middle {
        padding-top: 1.875em;
        margin-top: 1.875em
    }

    .footer-bottom {
        margin-top: 1.875em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-bottom__col2 {
        width: 100%;
        margin-top: 1.875em;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 576px) {
    .footer__inner {
        padding-bottom: 4.375em;
        position: relative
    }

    .footer__logo {
        width: 6.25em;
        padding: 1.5em 1.2em
    }

    .footer-top {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .footer-nav {
        word-break: break-word
    }

    .footer-nav:nth-child(6) {
        padding-bottom: 8em
    }

    .footer-nav__items a {
        font-size: 1.25em
    }

    .footer-middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        border: none
    }

    .footer-middle__link {
        margin: 1.875em auto
    }

    .footer-middle .socials {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-bottom__col2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.header._open-search .header-search__hidden {
    opacity: 1;
    pointer-events: unset
}

.header._open-search .header-search__bg {
    display: block
}

.header-search {
    position: relative;
    z-index: 2
}

.header-search__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.75em
}

.header-search__btn svg {
    width: 100%
}

._show-dropdown .header-search__btn path{
    fill: #BFBFBF;
}

.header-search__hidden {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -.75em;
    width: 28.25em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

.m-search {
    position: relative
}

.m-search__close {
    width: 1.75em;
    height: 1.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: .75em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-search__close img {
    width: .9375em
}

.m-search__icon {
    width: 1.75em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: .875em
}

.m-search input {
    padding-left: 3.25em
}

@media screen and (max-width: 992px) {
    .header-search {
        position: static
    }

    .header-search__hidden {
        background-color: #fff;
        position: fixed;
        top: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        right: 0;
        width: 100%;
        height: 4em;
        padding: .625em .75em
    }

    .header-search__bg {
        height: calc(100 * var(--vh) - 4em)
    }

    .m-search input {
        height: 2.75em
    }
}

.join-us {
    padding: 12.5em 0;
    color: #fff;
    background-color: #000;
    background-image: url(../img/join.webp);
    background-size: cover;
    background-position: center
}

.join-us__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    z-index: 2
}

.join-us__link {
    margin-top: 3.5em
}
.join-us__link svg {
    width: 24px;
    height: 24px;
}

@media screen and (min-width: 993px) {
    .join-us .h2 {
        font-size: 4.25em
    }
}

.m-section {
    padding: 5em 0
}

.slider {
    position: relative
}

.slider__wrap {
    overflow: hidden
}

.slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.slider .swiper-slide {
    height: auto
}

.last-videos {
    overflow: hidden;
    z-index: 1;
}

.video-card {
    display: block;
    position: relative;
    color: #fff
}

.video-card:hover {
    color: #fff
}

.video-card__img {
    position: relative;
    padding-bottom: 48.61%;
    display: block
}

.video-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.video-card__img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4.5em;
    height: 4.5em;
    background-image: url(../img/play.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2
}

.video-card__content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3.125em
}

.swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-nav .swiper-button {
    position: static;
    margin: 0 1em 0 0
}

.swiper-nav .swiper-button-next {
    margin-right: 0
}

.swiper-button {
    border: 0.1538461538em solid #ebebeb;
    width: 4em;
    height: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.swiper-button:hover {
    background-color: #ff0024;
    border-color: #ff0024
}

.swiper-button:hover path {
    stroke: #fff
}

.swiper-button svg {
    width: 1.5em
}
.footer-contacts{
    margin: 0 2.25em ;
}
.footer-contacts .header-contacts__mail::after{
    border: none;
}
@media screen and (max-width: 992px) {
    .join-us {
        padding: 6.25em 0
    }

    .join-us__link {
        margin-top: 5.3125em
    }

    .videos-slider__bottom {
        position: static;
        margin: 5em 0 0
    }

    .video-card__content {
        padding: 1.25em
    }

    .footer__inner {
        display: none;
    }
    .footer-contacts{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 1.25em 0;
        padding-bottom: 1.25em;
        border-bottom: 0.0769230769em solid rgba(255, 255, 255, 0.1);
    }
}

@media screen and (max-width: 576px) {
    .join-us {
        background-image: url(../img/bottomBann.jpg)
    }

    .join-us__link {
        width: 100%
    }

    .video-card__img {
        padding-bottom: 85.4%
    }

}

.press-center__tabs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 0.1538461538em solid #e6e6e6
}

.press-center__tab {
    padding: 0 .5em 1.3125em;
    margin-right: 1em;
    font-weight: 500;
    color: #5a5a5a;
    border-bottom: .1875em solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.press-center__tab:hover {
    color: #000
}

.press-center__tab._active {
    pointer-events: none;
    border-color: #ff0024;
    color: #ff0024
}

.press-center__tab span {
    font-size: 1.4375em;
    line-height: 147%
}

.press-center__tab:last-child {
    margin: 0
}

@media screen and (min-width: 993px) {
    .blog-slider .swiper-wrapper {
        display: grid;
        grid-template-columns:100%;
        gap: 1em;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important
    }

    .blog-slider .swiper-slide:last-child .blog-card__content {
        border-bottom: none
    }
}

.blog-card {
    display: grid;
    grid-template-columns:20em calc(100% - 20em)
}

.blog-card__img {
    position: relative;
    padding-bottom: 50%;
    display: block;
    min-height: 100%
}

.blog-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.blog-card__content {
    padding: 1.25em 2em;
    border-bottom: 0.0769230769em solid rgba(0, 0, 0, .15)
}

.blog-card__prop, .blog-card__props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-card__prop {
    color: #a6a6a6;
    font-size: 1em;
    line-height: 140%
}

.blog-card__prop:not(:first-child):before {
    content: "";
    width: 1.0625em;
    height: 1.0625em;
    background-image: url(../img/dot.svg);
    background-size: .25em auto;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 .125em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.blog-card__bottom {
    margin-top: 1.25em;
    display: grid;
    grid-template-columns:30em calc(100% - 33.125em);
    gap: 1.25em 3.125em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-card__title {
    font-size: 1.875em;
    font-weight: 600;
    line-height: 120%
}

.blog-card__desc {
    color: #666;
    font-size: 1em;
    line-height: 140%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media screen and (max-width: 992px) {
    .press-center {
        overflow: hidden
    }

    .blog-slider .swiper-container {
        width: calc(100% + .75em)
    }

    .blog-slider .swiper-slide {
        width: 20.75em;
        padding-right: .75em
    }

    .blog-card {
        grid-template-columns:100%;
        border-bottom: 0.0769230769em solid rgba(0, 0, 0, .15);
        height: 100%
    }

    .blog-card__content {
        padding: 1.25em 1em;
        border-bottom: none
    }

    .blog-card__bottom {
        grid-template-columns:100%
    }

    .blog-card__title {
        font-size: 1.5em
    }

    .blog-card__desc {
        font-size: 1.125em;
        line-height: 150%
    }
}

@media screen and (max-width: 576px) {
    .press-center__inner {
        position: relative;
        padding-bottom: 9em
    }

    .press-center__nav {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .press-center__link {
        width: 100%;
        height: 4em;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .press-center__tabs {
        font-size: .875em
    }
}

.reviews {
    overflow: hidden
}

.reviews-slider {
    margin-top: 2.875em
}

.reviews-slider .swiper-container {
    width: calc(100% + 1.25em)
}

.reviews-slider .swiper-slide {
    width: 31.125em;
    padding-right: 1.25em
}

.reviews-slider .swiper-nav {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 3em
}

.review-card {
    height: 100%;
    padding: 2.5em 1.875em 4em;
    background: #f7f7f7
}

.review-card__top {
    display: grid;
    grid-template-columns:100%;
    gap: .5625em;
    margin-bottom: 2.94em
}

.review-card__name {
    font-size: 1.75em;
    line-height: 114%;
    font-weight: 500;
    letter-spacing: -.01em
}

.review-card__prof {
    font-size: .875em;
    line-height: 143%;
    color: #9c9898;
    letter-spacing: -.01em
}

.review-card__text {
    font-size: 1.125em;
    line-height: 133%;
    letter-spacing: -.01em;
    display: grid;
    grid-template-columns:100%;
    gap: 1em
}

.review-card__text p {
    line-height: inherit;
    letter-spacing: inherit
}

.companies {
    overflow: hidden
}

.our-trust-slider .swiper-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.our-trust-slider .swiper-slide {
    width: calc(25.5em + 4.6153846154em);
    padding: 0 2.3076923077em;
}

.companies__link {
    display: flex;
    text-transform: uppercase;
    width: max-content;
    align-items: center;
    padding: 20px 40px;
    margin: 65px auto 0;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #1A1A1A;
}

.companies__link svg {
    width: 24px;
    height: 24px;
}

.companies-slider .swiper-container {
    width: calc(100% + 3em)
}

.companies-slider .swiper-slide {
    width: 25.5em;
    padding-right: 3em
}

.company-card {
    background-color: #f7f7f7;
    height: 100%
}

.company-card__img {
    position: relative;
    padding-bottom: 72.2%;
    display: block;
    width: 100%;
    max-width: 100%
}
.company-card__content{
    padding: 1.25em 1em;
}
.company-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
    filter: grayscale(100%)
}
}

.company-card__content {
    padding: 1.25em 1em;
    display: grid;
    grid-template-columns:100%;
    gap: .75em
}

.company-card__type {
    color: #a6a6a6;
    font-size: 1em;
    line-height: 140%;
    font-family: Arial, sans-serif
}

.company-card__desc {
    color: #666;
    font-size: 1.125em;
    line-height: 150%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
    
.swiper-free-mode {
  > .swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {
    .reviews-slider {
        margin-top: 2.5em
    }

    .reviews-slider .swiper-slide {
        width: 20em
    }

    .reviews-slider .swiper-nav {
        display: none
    }

    .review-card {
        padding: 2em 1.25em
    }

    .review-card__top {
        gap: .25em;
        margin-bottom: 1.5em
    }

    .review-card__name {
        font-size: 1.5em;
        line-height: 117%
    }

    .review-card__text {
        font-size: 1.0625em;
        line-height: 141%
    }

    .companies-slider .swiper-container {
        width: calc(100% + 1em)
    }

    .companies-slider .swiper-slide {
        width: 21em;
        padding-right: 1em
    }

    /*.our-trust-slider .swiper-container {
        width: calc(100% + 1.5384615385em);
        margin-left: -0.7692307692em;
        margin-right: -0.7692307692em;
    }
    */
}

@media screen and (max-width: 576px) {
    .companies__inner {
        position: relative;
    }

    .companies__link {
        width: 100%;
        margin: 2em 0 0;
        text-align: center;
        justify-content: center;
    }
    /*.our-trust-slider .swiper-slide {
        width: 3em !important;
        padding: 0;
    }*/
}

.media {
    padding: 3.75em 0
}

.media .h2 {
    line-height: 112%
}

.media .h2 span {
    color: rgba(57, 57, 57, .4)
}

.media__items {
    margin-top: 4.375em;
    display: grid;
    grid-template-columns:repeat(3, calc(33.3333333333% - 1.1666666667em));
    gap: 1.75em
}

.media-item {
    padding: .1875em;
    border: 0.0769230769em solid #e2e2e2;
    display: grid;
    grid-template-columns:6.55em calc(100% - 6.55em);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.media-item:hover {
    color: #ff0024;
    border-color: #ff0024
}

.media-item__img {
    position: relative;
    padding-bottom: 100%;
    display: block
}

.media-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
    padding: 0.7692307692em;
}

.media-item__content {
    padding: 1em 3em 1em 2.31em
}

.media-item__title {
    color: #959595;
    font-size: 1.125em;
    line-height: 130%;
    margin-bottom: .1em
}

.media-item__desc {
    font-family: Arial, sans-serif;
    font-size: 1.5625em;
    line-height: 130%
}

.media-item__arrow {
    position: absolute;
    right: .625em;
    bottom: .625em;
    background: #f6f6f6;
    width: 2.75em;
    height: 2.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.media-item__arrow:hover {
    background-color: rgba(255, 153, 167, .5)
}

.media-item__arrow img {
    width: 1.25em
}

.main {
    overflow: hidden;
    background-image: url(../img/Banner.webp);
    background-color: #000;
    color: #fff;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.main-slider, .main__inner {
    width: 100%
}

.swiper-slide__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.main-slider__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-slider .swiper-counter {
    font-size: 1.125em;
    line-height: 150%
}

.main-slider .swiper-pagination {
    position: static;
    width: auto;
    margin: 0 1.5em 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-slider .swiper-pagination-bullet {
    border-radius: 0;
    width: 2.53em;
    height: .25em;
    margin: 0 .31em 0 0 !important;
    background-color: #fff;
    opacity: .3;
    position: relative
}

.main-slider .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 300%;
    width: 100%
}

.main-slider .swiper-pagination-bullet-active {
    opacity: 1
}

.main-slider__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 8.56em
}

.main-card {
    padding: 7em 0 15.25em;
    min-height: 56.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-card__content {
    max-width: 61em
}

.main-card__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 6em;
    line-height: 100%;
    color: #FFFFFF;
}

.main-card__desc {
    margin-top: 1.5em
}

@media screen and (max-width: 992px) {
    .media {
        padding: 5em 0
    }

    .media__items {
        grid-template-columns:repeat(2, calc(50% - .375em));
        gap: .75em;
        margin-top: 2.5em
    }

    .media-item {
        grid-template-columns:4.82em calc(100% - 4.82em)
    }

    .media-item__content {
        padding: .5em 3em .5em 1.25em
    }

    .media-item__title {
        font-size: 1em;
        margin-bottom: .125em
    }

    .media-item__desc {
        font-size: 1.25em
    }

    .media-item__arrow {
        right: 0;
        bottom: 0
    }

    .main-slider__bottom {
        padding-bottom: 3.69em
    }

    .main-card {
        padding: 7em 0 10.375em;
        min-height: 36.875em
    }

    .main-card__content {
        max-width: 28em
    }

    .main-card__title {
        font-size: 2.5em
    }
}

@media screen and (max-width: 576px) {
    .media__items {
        grid-template-columns:100%
    }

    .main {
        background-image: url(../img/topMobile.jpg)
    }

    .main-card {
        min-height: 46.875em
    }

    .main-card__link, .main-card__nav {
        width: 100%
    }
}

.products {
    overflow: hidden
}

.products .h2 {
    max-width: 16em
}

.products__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4.375em
}

.products-slider {
    margin-top: 4.375em
}

.products-slider .swiper-slide {
    width: 22.5em
}

.products-slider .swiper-nav {
    margin-bottom: 4.375em;
    position: absolute;
    right: 0;
    bottom: 100%
}

.product-card {
    padding: 4.375em 2em;
    position: relative;
    /* -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s ; */
    height: 100%
}

.product-card a {
    transition: none;
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.product-card a:hover {
    color: #fff;
    text-decoration: underline;
}

@media screen and (min-width: 993px) {
    .product-card:hover, .product-card:hover .product-card__num {
        color: #fff
    }

    .product-card:hover .product-card__list li {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='3' height='3' transform='translate(10 10)' fill='%23fff'/%3E%3C/svg%3E")
    }

    .product-card:hover:before {
        opacity: 1
    }
}

.product-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/product-card.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.product-card__num {
    color: #b3b3b3;
    font-size: 6.125em;
    line-height: 130%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product-card__content {
    margin-top: 4.375em;
    display: grid;
    grid-template-columns:100%;
    gap: 2.5em;
    overflow: hidden
}

.product-card__title {
    font-size: 2.25em;
    font-weight: 600;
    line-height: 130%
}

.product-card__list {
    display: grid;
    grid-template-columns:100%;
    gap: 1em
}

.product-card__list li {
    font-size: 1.125em;
    line-height: 130%;
    position: relative;
    padding-left: 1.72em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='3' height='3' transform='translate(10 10)' fill='%231A1A1A'/%3E%3C/svg%3E");
    background-size: 1.27em auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.solutions__grid {
    display: grid;
    grid-template-columns:14.875em calc(100% - 15.875em);
    gap: 2em 1em;
    margin-top: 3.5em
}
.tab-content .solution-card__col, .tab-content .solution-card__col2
{
    padding: 45px 0 50px 35px;
}
.solution-card .solution-card__col2 {
    padding: 45px 45px 50px 35px;
}

.solutions__col2 {
    color: #fff;
    background-image: url(../img/Component.webp);
    background-size: cover;
    background-position: center;
    position: relative
}

.solution-card__col2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -3.125em;
    bottom: -3.125em;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 3.2307692308em 2.1538461538em;
    gap: 0.7692307692em;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0em 7.2307692308em 7.2307692308em rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(4.7692307692em);
}

.solutions .tab-content {
    height: 100%
}

@media screen and (max-width: 992px) {
    .products__nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1.5em
    }

    .products-slider {
        margin-top: 1.5em
    }

    .products-slider .swiper-slide {
        width: 20em
    }

    .products-slider .swiper-slide-active .product-card, .products-slider .swiper-slide-active .product-card .product-card__num {
        color: #fff
    }

    .products-slider .swiper-slide-active .product-card .product-card__list li {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='3' height='3' transform='translate(10 10)' fill='%23fff'/%3E%3C/svg%3E")
    }

    .products-slider .swiper-slide-active .product-card:before {
        opacity: 1
    }

    .products-slider .swiper-nav {
        display: none
    }

    .product-card {
        padding: 4.625em 1.5em
    }

    .solutions {
        overflow: hidden
    }

    .solutions__grid {
        grid-template-columns:100%;
        margin-top: 2em
    }

    .solutions__col2 {
        padding: 1.5em
    }

    .solutions__col2:before {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .solutions__col2 {
        background-image: url(../img/bannMiddle.jpg)
    }
}

.solutions-tabs {
    min-height: 100%;
    height: 45.3125em;
    overflow: hidden;
    position: relative
}

.solutions-tabs .swiper-container {
    height: 100%
}

.solutions-tabs .swiper-slide {
    height: 7.4375em
}

.solutions-tabs .swiper-button {
    position: absolute;
    left: 0;
    right: unset;
    margin: 0;
    width: 100%;
    height: 3.75em;
    border: none
}

.solutions-tabs .swiper-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-filter: blur(20px);
    filter: blur(20px)
}

.solutions-tabs .swiper-button:hover {
    background: unset
}

.solutions-tabs .swiper-button img {
    width: 2em;
    position: relative;
    z-index: 2
}

.solutions-tabs .swiper-button-prev {
    top: 0
}

.solutions-tabs .swiper-button-next {
    top: unset;
    bottom: 0
}

.solutions-tabs .swiper-button-disabled {
    opacity: 0
}

.solutions-tab {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 1em .75em;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 100%
}

.solutions-tab:hover {
    color: #ff0024;
    cursor: pointer
}

.solutions-tab._active {
    color: #FF0024;
    pointer-events: none
}
.solutions-tab._active .solutions-tab__num{
    color: #1A1A1A;
}

.solutions-tab._active:before {
    opacity: 1
}

.solutions-tab:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: -1
}

.solutions-tab__num {
    opacity: .6;
    line-height: 130%;
    margin-bottom: .625em
}

.solutions-tab__title {
    font-size: 1.125em;
    line-height: 120%;
    font-weight: 500
}

@media screen and (max-width: 992px) {
    .solutions-tabs {
        height: unset;
        overflow: unset
    }

    .solutions-tabs .swiper-container {
        height: unset
    }

    .solutions-tabs .swiper-slide {
        height: unset;
        width: 9.125em
    }

    .solutions-tabs .swiper-slide:last-child .solutions-tab {
        border-right: none
    }

    .solutions-tabs .swiper-button {
        display: none
    }

    .solutions-tab {
        border-top: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        border-right: 1px solid rgba(0, 0, 0, .1);
        padding: 1em .75em
    }

    .solutions-tab._active, .solutions-tab:hover {
        color: #000
    }

    .solutions-tab:before {
        background: unset;
        border-bottom: 2px solid #ff0024
    }

    .solutions-tab__num {
        font-size: .8125em;
        line-height: 123%
    }

    .solutions-tab__title {
        font-size: .875em;
        line-height: 115%
    }
}

.solution-card {
    display: grid;
    grid-template-columns: 35em calc(100% - 35em - 50px);
    gap: 3.125em 50px;
    height: 100%
}

.solution-card__col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.solution-card__title {
    font-size: 3em;
    line-height: 120%;
    font-weight: 500
}

.solution-card__props {
    margin-top: 1.5em;
    display: grid;
    grid-template-columns:repeat(2, calc(50% - 1.25em));
    gap: 2.5em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.solution-card__prop {
    display: grid;
    grid-template-columns:100%;
    gap: 1em
}

.solution-card__prop-num {
    font-size: 2.875em;
    font-weight: 500;
    line-height: 130%
}

.solution-card__prop-text {
    font-size: 1.125em;
    line-height: 150%
}

.solution-card__subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 2.1538461538em;
    line-height: 129%;
    color: #FFFFFF;
    z-index: 1
}

.solution-card__list {
    margin-top: 2.1875em;
    display: grid;
    grid-template-columns:100%;
    gap: 1em;
    z-index: 2
}

.solution-card__item {
    display: grid;
    grid-template-columns:2.06em calc(100% - 2.06em)
}

.solution-card__item-num {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 1.3846153846em;
    line-height: 150%;
    color: #FFFFFF;
}

.solution-card__item-num, .solution-card__item-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 1.3846153846em;
    line-height: 150%;
    color: #FFFFFF;
}
.solution-card__item-text a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}
.solution-card__nav {
    margin-top: auto;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 1.5em;
    padding-top: 1.5em
}
.solution-card__nav .m-btn-red, footer .m-btn-red{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.5em 0;
    background: #FF0024;
    border: none;
    font-family: 'Circe', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.2307692308em;
    text-transform: uppercase;
    line-height: 1.5384615385em;
    color: #FFFFFF;
    width: max-content;
}
.solution-card__nav .solution-card__link {
    width: 100%;
}

.solution-card__nav .m-btn-red:hover, footer .m-btn-red:hover{
    background: linear-gradient(90.93deg, #FF0807 -10%, #FF9837 94.59%), linear-gradient(270deg, #FF0807 0%, #FF0807 97.96%);
    color: #FFFFFF!important;
}

.awards__desc {
    font-size: 1.65em;
    line-height: 150%;
    margin-top: .9em
}

.awards__grid {
    margin-top: 5em;
    display: grid;
    grid-template-columns:repeat(4, calc(25% - 3.75em));
    gap: 5em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.award-item {
    padding-top: 2em;
    border-top: 1px solid rgba(0, 0, 0, .15);
    display: grid;
    grid-template-columns:100%;
    gap: 1.5em;
    position: relative
}

.award-item__num {
    background: -webkit-gradient(linear, left top, right top, from(#ff0024), to(#ff611b));
    background: -o-linear-gradient(left, #ff0024 0, #ff611b 100%);
    background: linear-gradient(90deg, #ff0024 0, #ff611b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.5625em;
    font-weight: 500;
    line-height: 110%
}

.award-item__desc {
    font-size: 1.5em;
    line-height: 130%;
    color: #666
}

.tooltip-target {
    border-bottom: 1px dotted #666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    cursor: pointer;
    line-height: inherit
}

.tooltip-target:hover {
    color: #ff0024;
    border-color: #ff0024
}
.cursor-pointer{
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    .companies.m-section:not(.our-trust) {
        padding: 2em 0;
    }
    .solution-card {
        grid-template-columns:100%
    }

    .solution-card__title {
        font-size: 2em;
        line-height: 130%
    }

    .solution-card__subtitle {
        font-size: 1.25em;
        line-height: 130%;
        font-weight: 400
    }

    .solution-card__list {
        margin-top: 2em;
        gap: .75em
    }

    .awards__desc {
        font-size: 1.375em;
        line-height: 130%
    }

    .awards__grid {
        grid-template-columns:repeat(2, calc(50% - 1.5em));
        gap: 2.69em 3em
    }

    .award-item {
        padding-top: 1.5em
    }

    .award-item__num {
        font-size: 5em
    }

    .award-item__desc {
        font-size: 1.125em
    }
    .solution-card__col2{
        position: relative;
    }
    .solution-card__col2:before {
        content: "";
        position: absolute;
        height: 100%;
        left: 1.85em;
        width: calc(100% + 3em);
        margin-left: calc(-6.75em / 2);
        background: rgba(255, 255, 255, 0.01);
        box-shadow: 0em 7.2307692308em 7.2307692308em rgba(0, 0, 0, 0.03);
        backdrop-filter: blur(4.7692307692em);
        top: calc(-2.9em / 2);
        bottom: calc(-2.12em / 2);
    }
    .solution-card__nav .m-btn-red{
        width: 100%;
    }
}

.tooltip-parent._show .m-tooltip {
    opacity: 1;
    pointer-events: unset
}

.tooltip-parent._show .tooltip-target {
    color: #ff0024;
    border-color: #ff0024
}

.m-tooltip {
    position: absolute;
    left: -10.25em;
    bottom: 100%;
    margin-bottom: -7em;
    background: rgba(0, 0, 0, .95);
    color: #f7f7f7;
    width: 36.8125em;
    padding: 1.5em;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

.m-tooltip:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1.1875em;
    height: 1.1875em;
    background: inherit;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    -ms-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg)
}

.m-tooltip__text {
    font-size: 1.0625em;
    line-height: 135%;
    display: grid;
    grid-template-columns:100%;
    gap: 1em
}

.m-tooltip__text p {
    line-height: inherit
}

.partners {
    overflow: hidden;
    position: relative
}

.partners__top {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 1.25em;
    min-width: 50em;
    background: -webkit-gradient(linear, left top, right top, color-stop(.42%, rgba(255, 255, 255, 0)), color-stop(5%, #fff), color-stop(50%, #fff), color-stop(95%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) .42%, #fff 5%, #fff 50%, #fff 95%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) .42%, #fff 5%, #fff 50%, #fff 95%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
    display: grid;
    grid-template-columns:100%;
    gap: .25em;
    z-index: 2
}

.partners__bottom {
    padding: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners__bottom:hover .partners__items {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.partners__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: 50s linear infinite slides;
    animation: 50s linear infinite slides
}

.partner-item {
    height: 5em;
    margin-right: 9em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.partner-item img {
    height: 100%;
    display: block
}
footer .m-btn-red{
    padding: 1.2307692308em 1.5384615385em!important;
}
@-webkit-keyframes slides {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slides {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media screen and (max-width: 992px) {
    .m-tooltip {
        left: 0;
        width: 25em
    }

    .m-tooltip:before {
        left: 6em
    }

    .m-tooltip__text {
        font-size: .875em
    }

    .partners {
        padding-top: 3.5em;
        position: relative
    }

    .partners__top {
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        min-width: unset
    }

    .partners__bottom {
        padding: 0;
        margin-top: 1.25em
    }

    .partners__items {
        -webkit-animation-duration: 50s;
        animation-duration: 50s
    }

    .partner-item {
        height: 3.5em;
        margin-right: 2em
    }
}

@media screen and (max-width: 576px) {
    .awards__grid, .solution-card__nav {
        grid-template-columns:100%
    }

    .m-tooltip {
        width: 100%
    }
    .tab-content .solution-card__col, .tab-content .solution-card__col2{
        padding: 0;
    }
}

/*# sourceMappingURL=../sourcemaps/style.min.css.map */
