@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

p {
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

br {
    line-height: 1;
    font-size: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
button:focus,
input,
input:focus {
    outline: 0
}

a {
    text-decoration: none
}

button {
    border: 0;
    display: block;
    padding: 0
}

::-moz-focus-inner,
::-moz-focus-outer {
    border: 0;
    padding: 0
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 480px;
    --bs-breakpoint-md: 640px;
    --bs-breakpoint-lg: 768px;
    --bs-breakpoint-xl: 1024px;
    --bs-breakpoint-xxl: 1220px
}

.container,
.row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0
}

.container {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-.5*var(--bs-gutter-x));
    margin-left: calc(-.5*var(--bs-gutter-x))
}

.row>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-1>*,
.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    width: 100%
}

.row-cols-2>*,
.row-cols-3>*,
.row-cols-4>*,
.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>*,
.row-cols-4>*,
.row-cols-5>* {
    width: 33.3333333333%
}

.row-cols-4>*,
.row-cols-5>* {
    width: 25%
}

.row-cols-5>* {
    width: 20%
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-auto,
.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-auto {
    width: auto
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5 {
    width: 8.33333333%
}

.col-2,
.col-3,
.col-4,
.col-5 {
    width: 16.66666667%
}

.col-3,
.col-4,
.col-5 {
    width: 25%
}

.col-4,
.col-5 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-10,
.col-11,
.col-12,
.col-6,
.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-10,
.col-11,
.col-12,
.col-7,
.col-8,
.col-9 {
    width: 58.33333333%
}

.col-10,
.col-11,
.col-12,
.col-8,
.col-9 {
    width: 66.66666667%
}

.col-10,
.col-11,
.col-12,
.col-9 {
    width: 75%
}

.col-10,
.col-11,
.col-12 {
    width: 83.33333333%
}

.col-11,
.col-12 {
    width: 91.66666667%
}

.col-12 {
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-column,
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}
@media screen and (min-width: 640px) {
    .md-flex-row-reverse {
        flex-direction: row-reverse !important;
    }
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

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

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

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.xs-hidden {
    display: none
}

::-ms-clear {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

#comebacker_main_div {
    display: none !important;
    height: 0 !important
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-size: 16px
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

select {
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://179523.selcdn.ru/public/layout-images/select-triangle.svg);
    background-repeat: no-repeat
}

select,
select:hover {
    background-size: 10px 10px;
    background-position: right 10px center
}

select:focus {
    outline: 0 !important;
    outline-color: transparent;
    outline-width: 0
}

select::-ms-expand {
    display: none !important;
    background: 0 0 !important;
    position: fixed;
    border: 0 !important;
    outline: 0 !important
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0
}

:not(#fake) {
    outline: 0
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

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

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

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

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

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

:root {
    --block-offset: 30px
}

body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    overflow-x: hidden
}

html:has(.header__menu.active) {
    overflow: hidden
}

img {
    display: block;
    max-width: 100%
}

svg {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.1
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1
}

.h1,
.h2,
h1,
h2 {
    font-size: 30px
}

p {
    margin: 0 0 1em
}

.text-medium {
    font-weight: 500
}

.text-bold {
    font-weight: 700
}

.text-black {
    font-weight: 900
}

.text-nowrap {
    white-space: nowrap
}

.bg-gray {
    background-color: #eee
}

.bg-primary {
    background-color: #388d8e;
    color: #fff
}

.bg-secondary {
    background-color: #d5faf3
}

.block {
    padding-top: var(--block-offset);
    padding-bottom: var(--block-offset)
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -.125em
}

.btn,
.btn-link svg {
    -webkit-transition: all 400ms;
    transition: all 400ms
}
.btn-link {
    font-size: 14px;
}
.btn {
    display: inline-block;
    padding: 1rem;
    color: #fff;
    background-color: #ff7979;
    font-weight: 600;
    border-radius: 6px;
    line-height: 1;
    font-size: 18px;
    cursor: pointer
}

.btn:hover {
    background-color: #ff4646
}

.btn,
.text-center {
    text-align: center
}

.btn-link {
    color: #4100e6;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    cursor: pointer
}

.btn-link svg {
    width: .75em;
    height: .75em;
    vertical-align: middle;
    -webkit-transform-origin: center;
    transform-origin: center
}
@media screen and (min-width: 1024px) {
    .btn-link:hover svg {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}


.btn-link.active svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.input {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 15px;
    font-size: 16px
}

.primary {
    color: #388d8e
}

.red {
    color: #ff7979
}

li:not(:last-child) {
    margin-bottom: .5rem
}

.ib {
    display: inline-block
}

.yellow {
    color: #ecff78
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper,
.swiper-wrapper {
    position: relative;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/2));
    z-index: 10;
    cursor: pointer;
    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: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-disabled,
.swiper-button-disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-origin: center;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar,
.swiper-scrollbar-drag {
    position: relative;
    border-radius: var(--swiper-scrollbar-border-radius, 10px)
}

.swiper-scrollbar {
    -ms-touch-action: none;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cards,
.swiper-cube,
.swiper-flip {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-flip .swiper-slide {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cards .swiper-slide,
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.swiper-creative .swiper-slide {
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.header {
    background-color: #388d8e;
    color: #fff;
    padding: 20px 0;
    position: relative;
    z-index: 10
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo {
    color: inherit;
    font-weight: 700;
    font-size: 20px
}

.burger,
.link {
    position: relative
}

.link {
    color: inherit;
    text-decoration: none;
    padding: .25rem 0
}

.burger span,
.link:before {
    display: block;
    position: absolute;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.link:before {
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: currentColor
}

.link:hover:before,
.promo__img img {
    width: 100%
}

.burger {
    height: 24px;
    width: 40px;
    display: block;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.burger span {
    width: 100%;
    height: 4px;
    background-color: #fff;
    right: 0;
    border-radius: 1px;
    pointer-events: none
}

.burger span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.burger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.burger span:nth-child(3) {
    bottom: 0;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.burger.active>span {
    width: calc(24px*1.414)
}

.burger.active>span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%)
}

.burger.active>span:nth-child(2) {
    width: 0
}

.burger.active>span:nth-child(3) {
    -webkit-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%)
}

.promo {
    position: relative;
    z-index: 1;
    padding: 26px 0 47px;
    overflow: hidden
}

.promo__title {
    text-transform: uppercase
}

.promo__subtitle {
    margin-bottom: 40px;
    font-weight: 600
}

.promo__img {
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative
}

.promo__img:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    left: -1px;
    top: 0;
    background: #eee;
    background: -webkit-gradient(linear, left top, right top, from(#eee), to(rgba(238, 238, 238, 0)));
    background: linear-gradient(90deg, #eee 0, rgba(238, 238, 238, 0) 100%)
}

.list {
    padding: 0;
    margin: 0
}

.list__item:not(:last-child) {
    margin-bottom: 1rem
}

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

.list-item__icon {
    max-width: 35px;
    width: 100%;
    margin-right: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.banner {
    padding: 32px 0 24px
}

.banner__rating {
    margin-bottom: 1rem;
    margin-left: auto;
    display: none
}

.banner__row {
    --bs-gutter-y: 1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner__text {
    font-size: 18px;
    line-height: 1.2
}
@media screen and (max-width: 639px) {
    .banner__text--center {
        text-align: center;
    }
}


.banner__title {
    font-size: 28px
}

.banner__btn {
    width: 100%
}

.banner__img {
    max-width: 150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.banner__ticker {
    /* position: absolute;
    top: 0;
    left: 50%;

    transform: translateX(-50%);
    z-index: -1;
    max-width: 100vw */
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}

.rating {
    display: inline-block;
    text-align: left
}

.rating__title {
    font-size: 1.25rem
}

.rating__title svg {
    margin-right: 1rem
}

.rating__stars,
.rating__title {
    margin-bottom: .5rem
}

.rating__total {
    font-size: 11px
}

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

.stars__item:not(:last-child) {
    margin-right: .125rem
}

.star {
    background-color: #73cf11;
    color: #fff;
    width: 29px;
    height: 29px;
    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;
    padding: .25rem
}
.stars__item:has(.star--empty) {
    background-color: #dcdce6;
    position: relative;
    z-index: 1;
}
.stars__item:has(.star--empty):before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #73cf11;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.star--empty {
    background-color: transparent;
}
/* .star--empty:before {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background-color: #73cf11;
    position: absolute;
    left: 0;
    top: 0;
} */
.propositions {
    padding: 57px 0
}

.propositions__title {
    margin-bottom: 34px;
    text-align: center;
}

.propositions__row {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem
}

.proposition {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 479px) {
    .proposition {
        height: 350px;
    }
}

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

.proposition__info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 1rem 2.5rem;
    color: #fff;
    width: 100%;
    -webkit-transition: max-height 400ms;
    transition: max-height 400ms;
    max-height: 200px
}

.proposition__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}
/* @media screen and (max-width: 1219px) {
    .proposition__title {
        font-size: 26px;
    }
} */

.proposition__text {
    display: none;
    -webkit-animation: fadeIn 800ms;
    animation: fadeIn 800ms;
    margin-top: 1.5rem
}

.proposition:after,
.proposition:before {
    content: "";
    display: block;
    position: absolute
}

.proposition:after {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    bottom: 1rem;
    right: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.proposition:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0, transparent 100%)
}

.proposition:hover .proposition__info {
    background-color: #388d8e;
    height: 100%;
    max-height: 500px
}

.proposition:hover:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.proposition:hover .proposition__text {
    display: block
}

.problems__col:nth-child(even) {
    background-color: #d5faf3
}

.problem {
    padding-top: 50px;
    padding-bottom: 50px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}

.problem__title {
    --line-height: 1.2;
    line-height: var(--line-height);
    font-size: 28px
}

.problem__info {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    margin-bottom: 3rem
}

.problem__icon {
    width: 86px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
}

.problem__text {
    /* padding-top: 60px; */
    margin-top: 1.5rem;
    position: relative
}
/* 
.problem__text:before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
} */

.problem__body {
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.problem__btn {
    width: 100%
}

.how {
    padding: 47px 0
}

.how__title {
    margin-bottom: 36px
}

.how__row {
    --bs-gutter-y: 1.5rem;
    /* margin-bottom: 30px */
    
}
.how__question {
    margin-top: 30px;
 }

.how__product {
    display: inline-block
}

.how__answer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.how__answer.active {
    max-height: 1800px;
    padding-top: 30px
}

.how__product {
    max-width: 170px
}

.solution {
    height: 100%
}

.solution__icon {
    margin-bottom: 1rem
}

.results {
    overflow: hidden;
    padding: 43px 0 50px
}

.results__rating {
    display: none
}

.results__header {
    margin-bottom: 44px
}

.results__slider .swiper {
    overflow: visible
}

.results__slider .swiper-slide {
    height: auto
}

.results__pagination {
    margin-top: 35px
}

.results__pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    margin: 0 9px !important;
    width: 12px;
    height: 12px
}

.results__pagination .swiper-pagination-bullet-active {
    background-color: #388d8e
}

.result {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%
}

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

.result__muted {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 43px;
    height: 43px;
    background-color: #efefef;
    border-radius: 50%;
    z-index: 1;
    color: #388d8e;
    background-image: url(../img/volume-unmuted.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.result:has(.result__video[muted]) .result__muted {
    background-image: url(../img/volume-muted.svg)
}

.result__info {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    padding: 12px 23px 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.result__name {
    font-weight: 700;
    font-size: 15px
}

.result__category {
    color: #eefad5;
    font-weight: 700;
    font-size: 13px
}

.result__product {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 21px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.reviews {
    overflow: hidden;
    padding: 43px 0 50px
}

.reviews__title {
    max-width: 580px
}

.reviews__rating {
    display: none
}

.reviews__header {
    margin-bottom: 44px
}

.reviews__slider .swiper {
    overflow: visible
}
.reviews__slider {
    position: relative;
}
.reviews__pagination {
    margin-top: 35px
}

.reviews__pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    margin: 0 9px !important;
    width: 12px;
    height: 12px
}

.reviews__pagination .swiper-pagination-bullet-active {
    background-color: #388d8e
}

.reviews-button {
    position: absolute;
    top: 150px;
    /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
    cursor: pointer
}
@media screen and (min-width: 480px) {
    .reviews-button {
        top: 210px;
    }
}
@media screen and (min-width: 640px) {
    .reviews-button {
        top: 160px;
    }
}
@media screen and (min-width: 768px) {
    .reviews-button {
        top: 130px;
    }
}
@media screen and (min-width: 1024px) {
    .reviews-button {
        top: 150px;
    }
}
@media screen and (min-width: 1220px) {
    .reviews-button {
        top: 190px;
    }
}

.reviews-button-next {
    right: -10px
}

.reviews-button-prev {
    left: -10px
}

.review {
    background-color: #fff;
    padding: 20px 20px 39px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.review__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.review__ava {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.review__name {
    font-weight: 600
}

.review__age,
.review__name {
    font-size: 14px
}

.review__img {
    border-radius: 5px;
    margin-bottom: 34px;
    width: 100%
}

.review__rating {
    margin-bottom: 1rem
}

.review__text {
    --line-height: 1.2;
    line-height: var(--line-height);
    margin-bottom: 27px;
    max-height: calc(4em*var(--line-height));
    overflow: hidden;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.review__text.active {
    max-height: 600px
}
.review__more {
    display: inline-block;
}
@media screen and (max-width: 639px) {
    .review {
        text-align: center;
    }
}
.research__row {
    --bs-gutter-y: 1.5rem
}

.research__title {
    margin-bottom: 36px
}

.team__title {
    margin-bottom: 30px
}

.team__container {
    padding-top: 44px;
    padding-bottom: 48px
}

.employees__row {
    --bs-gutter-y: 1.5rem
}

.employees__container {
    padding-top: 52px;
    padding-bottom: 57px
}

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

.employee__name {
    font-size: 28px;
    margin-bottom: 23px;
    line-height: 1
}

.employee__img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
@media screen and (max-width: 479px) {
    .employee {
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .employee__img {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 15px;
    }
}

.stats {
    padding: 57px 0 48px
}

.stats__title {
    text-align: center;
    margin-bottom: 42px
}

.stats__row {
    --bs-gutter-y: 1.5rem
}

.stat {
    height: 100%
}

.stat__title {
    color: #388d8e;
    margin-bottom: 1.5rem;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2
}

.stat__title-value {
    font-size: 50px
}

.price {
    font-weight: 300
}

.price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 18px
}
.price-item--discount {
    flex-direction: column;
    align-items: center;
}
.price-item--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #d5faf3;
    border-radius: 6px;
    padding: 6px;
    color: #191919
}

.price-item:not(:last-child) {
    margin-bottom: 7px
}

.price-item__title {
    margin-right: 10px;
    white-space: nowrap
}

.price-item__value {
    font-size: 2em;
    line-height: 1
}

.price-item__value:has(.x_price_previous) {
    text-decoration: line-through
}

.form__btn,
.form__input {
    width: 100%
}

.form__row {
    --bs-gutter-y: 4px;
    --bs-gutter-x: 4px
}

.form__price {
    margin-bottom: 19px
}

.order {
    padding: 46px 0
}

.order__title {
    margin-bottom: 30px
}

.order__text {
    margin-bottom: 36px
}

.order__product {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px
}

.order__row {
    --bs-gutter-y: 1.5rem
}

.ticker {
    overflow: hidden;
    background-color: #ecff78;
    color: #191919;
    padding: .5rem 0
}

.ticker__inner {
    white-space: nowrap;
    font-size: 28px;
    -webkit-animation: ticker 8000ms linear infinite backwards;
    animation: ticker 8000ms linear infinite backwards
}

.popup {
    background-color: #eee;
    padding: 1rem;
    border-radius: 1rem
}

.popup__product {
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.popup__row {
    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: -15px;
    margin-right: -15px
}

.popup__form {
    max-width: 500px
}

.popup__col {
    padding: 0 15px
}
.popup__title {
    margin-bottom: 1.5rem;
}

.ever-popup__inner {
    max-width: calc(100% - 30px)
}

.footer {
    padding: 25px 0
}

@media screen and (max-width:400px) {
    .problem__icon {
        width: 56px
    }

    /* .problem__text {
        padding-left: 40px;
        margin-left: 10px
    }

    .problem__text:before {
        width: 20px
    } */

    .price__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .price__col {
        width: auto
    }
}

@media screen and (max-width:429px) {
    .price {
        text-align: center
    }

    .price__row {
        --bs-gutter-y: 1rem
    }

    .price__col:not(:last-child) {
        border-top: 1px solid #191919;
        padding-top: 1rem
    }
}

@media screen and (min-width:430px) {
    .price__col:not(:last-child) {
        border-right: 1px solid #191919
    }
}

@media screen and (max-width:479px) {

    .results__slider,
    .reviews__slider {
        max-width: 288px
    }
}

@media (min-width:480px) {
    .container {
        max-width: 480px
    }

    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-1>*,
    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        width: 100%
    }

    .row-cols-sm-2>*,
    .row-cols-sm-3>*,
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>*,
    .row-cols-sm-4>* {
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        width: 25%
    }

    .col-sm-1,
    .col-sm-auto,
    .row-cols-sm-5>*,
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-sm-1,
    .col-sm-auto,
    .row-cols-sm-6>* {
        width: 16.6666666667%
    }

    .col-sm-1,
    .col-sm-auto {
        width: auto
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7 {
        width: 25%
    }

    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7 {
        width: 33.33333333%
    }

    .col-sm-5,
    .col-sm-6,
    .col-sm-7 {
        width: 41.66666667%
    }

    .col-sm-6,
    .col-sm-7 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-8,
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-9 {
        width: 75%
    }

    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        width: 83.33333333%
    }

    .col-sm-11,
    .col-sm-12 {
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media screen and (max-width:639px) {
    .promo__img {
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc(100% + 2rem)
    }

    .banner:has(.banner__ticker)+.ticker {
        display: none
    }

    .employee {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .employee__img {
        margin-right: 1.5rem
    }

    .employee__text {
        font-size: 16px
    }
}

@media screen and (min-width:640px) {
    .md-hidden {
        display: none !important
    }

    .md-visible {
        display: block !important
    }

    .h1,
    h1 {
        font-size: 35px
    }

    .promo {
        padding: 47px 0
    }

    .promo__title {
        margin-bottom: 1.5rem
    }

    .promo__img {
        position: absolute;
        width: 70%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        max-width: 1284px
    }

    .promo__img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top right;
        object-position: top right
    }

    .banner__img {
        max-width: 200px
    }

    .banner__rating {
        display: block;
        text-align: right
    }

    .stat__title {
        font-size: 30px
    }

    .stat__title-value {
        font-size: 60px
    }

    .popup {
        padding: 1.5rem
    }
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }

    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-1>*,
    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        width: 100%
    }

    .row-cols-md-2>*,
    .row-cols-md-3>*,
    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>*,
    .row-cols-md-4>* {
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        width: 25%
    }

    .col-md-1,
    .col-md-auto,
    .row-cols-md-5>*,
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-md-1,
    .col-md-auto,
    .row-cols-md-6>* {
        width: 16.6666666667%
    }

    .col-md-1,
    .col-md-auto {
        width: auto
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7 {
        width: 25%
    }

    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7 {
        width: 33.33333333%
    }

    .col-md-5,
    .col-md-6,
    .col-md-7 {
        width: 41.66666667%
    }

    .col-md-6,
    .col-md-7 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-8,
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-9 {
        width: 75%
    }

    .col-md-10,
    .col-md-11,
    .col-md-12 {
        width: 83.33333333%
    }

    .col-md-11,
    .col-md-12 {
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media screen and (max-width:693px) {
    .list {
        font-size: 1rem
    }
}

@media screen and (max-width:767px) {


    .research__label {
        display: none
    }

    .research__img {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }

    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-1>*,
    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        width: 100%
    }

    .row-cols-lg-2>*,
    .row-cols-lg-3>*,
    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>*,
    .row-cols-lg-4>* {
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        width: 25%
    }

    .col-lg-1,
    .col-lg-auto,
    .row-cols-lg-5>*,
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-lg-1,
    .col-lg-auto,
    .row-cols-lg-6>* {
        width: 16.6666666667%
    }

    .col-lg-1,
    .col-lg-auto {
        width: auto
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7 {
        width: 25%
    }

    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7 {
        width: 33.33333333%
    }

    .col-lg-5,
    .col-lg-6,
    .col-lg-7 {
        width: 41.66666667%
    }

    .col-lg-6,
    .col-lg-7 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-8,
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-9 {
        width: 75%
    }

    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        width: 83.33333333%
    }

    .col-lg-11,
    .col-lg-12 {
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media screen and (min-width:768px) {
    :root {
        --block-offset: 40px
    }

    .h1,
    h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 32px
    }

    .banner__text {
        font-size: 24px
    }



    .results__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .results__rating {
        display: block;
        text-align: right
    }

    .reviews__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .reviews__rating {
        display: block;
        text-align: right
    }

    .research {
        padding-bottom: 0
    }

    .research__label {
        margin-top: 47px;
        margin-bottom: 54px
    }

    .order__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (max-width:1023px) {
    .header__menu:not(.active) {
        display: none
    }

    .menu {
        width: 100vw;
        height: calc(100vh - 100%);
        background-color: #388d8e;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        padding: 1rem;
        -webkit-animation: slideLeft 800ms;
        animation: slideLeft 800ms
    }

    .menu__item {
        font-weight: 700;
        font-size: 20px
    }

    .menu.hidden {
        -webkit-animation: slideRight 800ms;
        animation: slideRight 800ms
    }

    .menu {
        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;
        justify-content: center;
    }

    .menu__item:not(:last-child) {
        margin-bottom: 2.75rem
    }

    .research__label {
        max-width: 200px
    }

    .stats__col:not(:last-child) .stat {
        border-bottom: 1px solid #000;
        padding-bottom: 1.5rem
    }
    .stat {
        text-align: center;
    }
    h2 br {
        display: none;
    }

    .popup__col:has(.popup__product) {
        display: none
    }
}
@media screen and (max-width: 1023px) {
    .solution__icon {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 639px) {
    .solution {
        text-align: center;
    }
}

@media screen and (min-width:1024px) {
    :root {
        --block-offset: 60px
    }

    body {
        line-height: 1.4
    }

    .h1,
    h1 {
        font-size: 45px
    }

    .h2,
    h2 {
        font-size: 34px
    }

    .header__burger {
        display: none
    }

    .menu__item:not(:last-child) {
        margin-right: 4.5rem
    }

    .promo {
        padding: 87px 0
    }

    .promo__subtitle {
        font-size: 20px;
        margin-bottom: 43px
    }

    .promo__title {
        margin-bottom: 38px
    }

    .banner__text {
        font-size: 30px
    }

    .research__title {
        margin-bottom: 82px
    }

    .stats__col:not(:last-child):not(:first-child) {
        border-left: 1px solid #000;
        border-right: 1px solid #000
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }

    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-1>*,
    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        width: 100%
    }

    .row-cols-xl-2>*,
    .row-cols-xl-3>*,
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>*,
    .row-cols-xl-4>* {
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        width: 25%
    }

    .col-xl-1,
    .col-xl-auto,
    .row-cols-xl-5>*,
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .col-xl-1,
    .col-xl-auto,
    .row-cols-xl-6>* {
        width: 16.6666666667%
    }

    .col-xl-1,
    .col-xl-auto {
        width: auto
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7 {
        width: 25%
    }

    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7 {
        width: 33.33333333%
    }

    .col-xl-5,
    .col-xl-6,
    .col-xl-7 {
        width: 41.66666667%
    }

    .col-xl-6,
    .col-xl-7 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-8,
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-9 {
        width: 75%
    }

    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        width: 83.33333333%
    }

    .col-xl-11,
    .col-xl-12 {
        width: 91.66666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media screen and (max-width:1219px) {
    .problem__title {
        margin-bottom: 1.5rem
    }
    .how__title {
        text-align: center
    }

    .solution {
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #000
    }
}

@media screen and (min-width:1220px) {
    :root {
        --block-offset: 80px
    }

    .h1,
    h1 {
        font-size: 50px
    }

    .h2,
    h2 {
        font-size: 36px
    }

    .header {
        padding: 25px 0
    }

    .banner {
        padding: 32px 0 40px
    }

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

    .banner__text {
        font-size: 36px
    }

    .banner__title {
        font-size: 34px
    }

    .propositions {
        padding: 89px 0
    }
    .problem__title {
        height: calc(5em*var(--line-height));
        margin-bottom: 0;
    }
    .proposition__text {
        font-size: 20px
    }

    .problems__container,
    .problems__row {
        --bs-gutter-x: 4rem
    }

    .problem {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .how {
        padding: 80px 0
    }


    /* .how__row {
        margin-bottom: 56px
    } */
     .how__question {
        margin-top: 0;
     }

    .how__product {
        max-width: 213px;
        /* margin: -70px 0 */
    }

    .how__answer.active {
        padding-top: 60px
    }

    .solution {
        border-left: 1px solid #000;
        padding-left: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .results {
        padding: 86px 0 76px
    }

    .reviews {
        padding: 69px 0 111px
    }

    .team__title {
        margin-bottom: 35px
    }

    .employee__name {
        font-size: 30px
    }

    .stats {
        padding: 79px 0 81px
    }

    .stats__row {
        --bs-gutter-x: 6rem
    }

    .stats__title {
        margin-bottom: 108px
    }

    .stat__title {
        font-size: 40px
    }

    .stat__title-value {
        font-size: 70px
    }

    .order {
        padding: 80px 0 46px
    }

    .order__product {
        max-width: 300px;
        width: 100%
    }
}

@media (min-width:1220px) {
    .container {
        max-width: 1220px
    }

    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-1>*,
    .row-cols-xxl-2>*,
    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>*,
    .row-cols-xxl-2>* {
        width: 100%
    }

    .row-cols-xxl-2>* {
        width: 50%
    }

    .row-cols-xxl-3>*,
    .row-cols-xxl-4>*,
    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>*,
    .row-cols-xxl-5>* {
        width: 25%
    }

    .row-cols-xxl-5>* {
        width: 20%
    }

    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-auto,
    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-auto {
        width: auto
    }

    .col-xxl-1,
    .col-xxl-2 {
        width: 8.33333333%
    }

    .col-xxl-2 {
        width: 16.66666667%
    }

    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7 {
        width: 33.33333333%
    }

    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7 {
        width: 41.66666667%
    }

    .col-xxl-6,
    .col-xxl-7 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl-8,
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        width: 83.33333333%
    }

    .col-xxl-11,
    .col-xxl-12 {
        width: 91.66666667%
    }

    .col-xxl-12 {
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

@media screen and (min-width:1440px) {
    .container--xl {
        max-width: 1440px
    }

    .promo {
        padding-top: 152px;
        padding-bottom: 150px
    }

    .problems__container,
    .problems__row {
        --bs-gutter-x: 6rem
    }

    .employee__img {
        width: 170px;
        height: 170px;
        margin-right: 1.75rem
    }

    .stats__row {
        --bs-gutter-x: 200px
    }
}

@media screen and (min-width:1920px) {
    .promo__img {
        right: calc((100vw - 1920px)/2)
    }

    .promo__img:after {
        content: "";
        display: block;
        height: 100%;
        width: 30%;
        position: absolute;
        right: -1px;
        top: 0;
        background: #eee;
        background: -webkit-gradient(linear, left top, right top, from(rgba(238, 238, 238, 0)), to(#eee));
        background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0, #eee 100%)
    }
}

@media screen and (min-width:640px) and (max-width:1023px) {
    .promo__img {
        right: -15%
    }

    .promo__img:before {
        width: 60%
    }
}

@media screen and (min-width:640px) and (max-width:1219px) {
    .employee {
        -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;
        text-align: center
    }

    .employee__img {
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width: 639px) {
    .order__title, .reviews__title, .problem__title, .promo__title, .promo__subtitle {
        text-align: center;
    }
    .review__rating img {
        margin-left: auto;
        margin-right: auto;
    }
    .how__product {
        transform: none !important;
    }
    .review__age {
        text-align: left;
    }
    .research__title, .reviews__title, .problem__title, .banner__title {
        font-size: 26px;
    }
}
@media screen and (min-width: 1220px) {
    .reviews__slider .swiper, .results__slider .swiper {
        overflow: hidden;
    }
}