@-webkit-keyframes pulse-bg {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1.05, 1.3);
        transform: translate(-50%, -50%) scale(1.05, 1.3);
        opacity: 0
    }
}

@keyframes pulse-bg {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: translate(-50%, -50%) scale(1.05, 1.3);
        transform: translate(-50%, -50%) scale(1.05, 1.3);
        opacity: 0
    }
}

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-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 openingMenu {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

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

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

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

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

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

@keyframes closingMenu {
    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,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

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

body,
br {
    line-height: 1
}

body {
    font-family: "Benzin", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: var(--line-height);
    overflow-x: hidden;
    font-weight: 400;
    color: #008357
}

ol {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

br {
    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
}

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

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

::-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%;
    font-size: 16px
}

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

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: "Benzin";
    src: url(../fonts/Benzin-Regular.woff2) format("woff2"), url(../fonts/Benzin-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

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

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

:root {
    --border-radius: 1rem;
    --padding: 1rem;
    --padding-h: 1rem 1.5rem;
    --padding-v: 1.5rem 1rem;
    --adaptive-weight: 600;
    --line-height: 1.3;
    --h1: 1.625rem;
    --h2: 1.5rem;
    --h3: 1.375rem;
    --h4: 1.25rem;
    --h5: 1.125rem;
    --h6: 1rem
}

html:has(.open-menu) {
    overflow: hidden
}

.bl h1,
h2 {
    line-height: 1.2
}

.h1,
h1 {
    font-size: var(--h1)
}

.h2,
.h3,
h2,
h3 {
    font-size: var(--h3)
}

.h4,
h4 {
    font-size: var(--h4)
}

.h5,
h5 {
    font-size: var(--h5)
}

.h6,
h6 {
    font-size: var(--h6)
}

ock:has(.btn) {
    overflow-x: hidden
}

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

svg {
    overflow: hidden
}

.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.125em
}

.container {
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.title {
    margin-bottom: 1em
}

.title-adaptive-weight {
    font-weight: var(--adaptive-weight)
}

.title-adaptive-border {
    display: inline-block
}

.text-bold {
    font-weight: 600
}

.text-center {
    text-align: center
}

.text-medium {
    font-weight: 500
}

.text-black {
    font-weight: 900
}

.text-red {
    color: #ff4a50
}

.text-nowrap {
    white-space: nowrap
}

.label-product {
    --size: 60px;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: calc(var(--size)/2) 0 0
}

.label-product:after {
    content: "-50%";
    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: calc(var(--size));
    height: calc(var(--size));
    position: absolute;
    top: 0;
    right: 15%;
    border-radius: 50%;
    font-weight: 600;
    font-size: 16px;
    line-height: 1
}

.label-product--white:after {
    background: #fff;
    color: #008357
}

.bg-gradient {
    border-radius: var(--border-radius);
    padding: var(--padding);
    height: 100%
}

.active .bg-border--clickable,
.bg-gradient--right,
.label-product--green:after {
    background: -webkit-gradient(linear, right top, left top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
    background: linear-gradient(270deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
    color: #fff
}

.bg-gradient--left {
    background: -webkit-gradient(linear, left top, right top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
    background: linear-gradient(90deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
    color: #fff
}

.bg-gradient--right-overflow {
    background: -webkit-gradient(linear, right top, left top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
    background: linear-gradient(270deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    padding-right: 0
}

.bg-gradient--right-overflow:before {
    content: "";
    display: block;
    width: 80px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(#91d0bd), color-stop(50%, #91d0bd), to(rgba(145, 208, 189, 0)));
    background: linear-gradient(to right, #91d0bd 0, #91d0bd 50%, rgba(145, 208, 189, 0) 100%)
}

.bg-gradient--left-overflow {
    background: -webkit-gradient(linear, left top, right top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
    background: linear-gradient(90deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    padding-left: 0
}

.bg-gradient--left-overflow:before {
    content: "";
    display: block;
    width: 80px;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(#91d0bd), color-stop(50%, #91d0bd), to(rgba(145, 208, 189, 0)));
    background: linear-gradient(to left, #91d0bd 0, #91d0bd 50%, rgba(145, 208, 189, 0) 100%)
}

.bg-gradient--center {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bg-border {
    padding: var(--padding-h);
    border-radius: var(--border-radius);
    border: 1px solid #008357;
    background: #fff;
    color: #008357
}

.bg-border--arrow {
    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
}

.bg-border--arrow:after {
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    background-image: url(../img/arrow-left-short.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.bg-border--clickable {
    cursor: pointer
}

.active .bg-border--clickable:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.bg-border--numeric {
    position: relative
}

.bg-border--numeric:before {
    content: counter(number);
    width: 34px;
    height: 34px;
    font-weight: 600;
    border-radius: 50%;
    background: -webkit-gradient(linear, right top, left top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
    background: linear-gradient(270deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
    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;
    left: 0;
    top: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1
}

:has(>.bg-border--numeric) {
    counter-increment: number
}

.btn {
    font: inherit;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    -webkit-transition: all 400ms;
    font-size: var(--h5);
    font-weight: 500;
    transition: all 400ms
}

.btn-primary {
    background: -webkit-gradient(linear, left top, right top, from(#ff4a50), color-stop(43.36%, #ff4a50), to(#fff));
    background: linear-gradient(90deg, #ff4a50 0, #ff4a50 43.36%, #fff 100%);
    background-size: 160%;
    background-position: 100%;
    background-repeat: no-repeat;
    color: #fff
}

.btn-primary:hover {
    background-position: 0
}

.btn-transparent {
    background: 0 0;
    cursor: pointer;
    padding: 0
}

.btn-pulse {
    position: relative;
    z-index: 1
}

.btn-arrow:after,
.btn-pulse:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%
}

.btn-pulse:before {
    width: 100%;
    height: 100%;
    background: inherit;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: inherit;
    -webkit-animation: pulse-bg 2s ease-in-out infinite;
    animation: pulse-bg 2s ease-in-out infinite;
    pointer-events: none;
    z-index: -1
}

.btn-arrow {
    position: relative;
    padding-left: calc(1em + 1.5rem);
    padding-right: calc(1em + 1.5rem)
}

.btn-arrow:after {
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.1718 11.913L4.16759e-06 23.8358L6.92888 11.913L0 0L29.1718 11.913Z' fill='%23FF4A50'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-arrow:hover:after,
.btn-fill.btn-arrow:after {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.1718 11.913L4.16759e-06 23.8358L6.92888 11.913L0 0L29.1718 11.913Z' fill='white'/%3E%3C/svg%3E%0A")
}

.btn-fill {
    background-color: #ff4a50;
    color: #fff
}

.btn-fill:hover {
    background-color: #ff171f
}

.input {
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    font: inherit;
    color: inherit;
    border: 1px solid #008357;
    line-height: 1;
    display: inline-block
}

.input:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0, 131, 87, .25);
    box-shadow: 0 0 0 .25rem rgba(0, 131, 87, .25)
}

input::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder {
    color: inherit
}

input::placeholder {
    color: inherit
}

ul {
    list-style: disc;
    padding-left: 1.5rem
}

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

.dib {
    display: inline-block
}

@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 {
    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, #008357);
    background-image: url(../img/arrow-left-short.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem
}

.swiper-button-next {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    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-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.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, 20px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 20px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, linear-gradient(90deg, #91D0BD 2.55%, #80C9AA 11.66%, #51B678 23.33%, #089729 39.66%, #009421 42.41%), #D9D9D9);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    position: relative
}

.swiper-pagination-bullet:before {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

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:before {
    opacity: 0
}

.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 top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.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 left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

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

.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.swiper-cube {
    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 {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.menu__close svg,
.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-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.swiper-navigation {
    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
}

.block {
    padding-top: 25px;
    padding-bottom: 25px
}

.header {
    padding: 1rem 0
}

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

.header__burger {
    position: relative;
    z-index: 1
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}

.menu__item {
    color: inherit;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: .25rem 0
}

.menu__item:before {
    content: "";
    height: 1px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    top: 100%;
    left: 0
}

.menu__item:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.menu__close {
    display: none
}

.logo {
    color: #ff4a50;
    text-decoration: none
}

.cross {
    display: inline-block;
    position: relative;
    height: 2em;
    width: 43px
}

.cross span,
.cross span:before,
.menu__item:before {
    display: block;
    position: absolute;
    width: 100%
}

.cross span {
    height: 50%;
    left: 0;
    pointer-events: none
}

.menu__item:before,
.open-menu .cross span {
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.cross span:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ff4a50;
    height: 3px
}

.cross span:first-child {
    top: 0
}

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

.cross span:last-child {
    bottom: 0
}

.intro {
    overflow: hidden
}

.intro.block {
    padding-top: 0
}

.intro-swiper {
    overflow: visible
}

.intro-slide:not(.swiper-slide-active) {
    opacity: 0 !important
}

.intro-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "P P P P P P P P P P P P" "T T T T T T T T T T T T" "L L L L L L L L I I I I" "S S S S S S S S S S S S"
}

.intro-grid__product {
    grid-area: P
}

.intro-grid__list {
    grid-area: L
}

.intro-grid__img {
    grid-area: I;
    position: relative
}

.intro-grid__title {
    grid-area: T
}

.intro-grid__subtitle {
    grid-area: S
}

.intro-grid__order {
    grid-area: O;
    display: none
}

.intro__title {
    font-size: 22px
}

.intro__subtitle {
    font-size: 14px
}

.intro__img {
    display: block;
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.intro__price {
    margin-bottom: 1rem
}

.intro__navigation {
    margin: 1rem 0
}

.vulnerabilities__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem
}

.vulnerabilities__img {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
    display: block;
    -webkit-transition: all 1000ms;
    transition: all 1000ms
}

.vulnerabilities:hover .vulnerabilities__img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.vulnerability {
    height: 100%
}

.vulnerability__title {
    color: #ff4a50;
    margin-bottom: .25rem
}

.secret {
    overflow: hidden
}

.secret-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
    grid-template-areas: "T T T T T T T T T T T T" "S S S S S S S S S S S S" "I I I I I I I I I I I I" "D D D D D D D D D D D D"
}

.secret-grid__title {
    grid-area: T
}

.secret-grid__subtitle {
    grid-area: S
}

.secret-grid__img {
    grid-area: I
}

.secret-grid__description {
    grid-area: D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}

.secret__title {
    margin-bottom: 0
}

.secret__subtitle {
    max-width: 500px;
    padding: var(--padding)
}

.secret__img {
    border-radius: var(--border-radius);
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.secret__description {
    font-size: 14px
}

.features-grid {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "P P P P P P P P P P P P" "L L L L L L L L L L L L" "B B B B B B B B B B B B"
}

.features-grid__product {
    grid-area: P
}

.features-grid__list {
    grid-area: L
}

.features-grid__banner {
    grid-area: B
}

.features__list {
    padding-left: 15px
}

.features__item {
    --gap: 1rem
}

.features__item:not(:last-child) {
    margin-bottom: var(--gap)
}

.compositions-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, minmax(150px, auto));
    -webkit-transition: all 4000ms;
    transition: all 4000ms;
    grid-template-areas: "A A A A A A A A A A A A" "B B B B B B B B B B B B" "C C C C C C C C C C C C" "E E E E E E E E E E E E" "D D D D D D D D D D D D"
}

.compositions-grid__item:nth-child(1) {
    grid-area: A
}

.compositions-grid__item:nth-child(2) {
    grid-area: B
}

.compositions-grid__item:nth-child(3) {
    grid-area: C
}

.compositions-grid__item:nth-child(4) {
    grid-area: D
}

.compositions-grid__item:nth-child(5) {
    grid-area: E
}

.composition {
    text-align: center;
    border-radius: var(--border-radius);
    height: 100%;
    position: relative;
    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;
    overflow: hidden
}

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

.composition__title {
    word-break: break-word;
    font-weight: 600;
    margin-bottom: .5rem;
    font-size: 14px
}

.composition__text {
    max-height: 0;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
    overflow: hidden;
    opacity: 0;
    font-size: 12px
}

.composition__body {
    padding: var(--padding);
    position: relative;
    color: #fff;
    z-index: 1
}

.composition__body:before {
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42.31%, rgba(1, 148, 33, 0)), to(#019421));
    background: linear-gradient(180deg, rgba(1, 148, 33, 0) 42.31%, #019421 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.composition:hover .composition__text {
    max-height: 400px;
    opacity: 1
}

.faq__list {
    gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.faq__answer {
    padding: 0 .5rem;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.active .faq__answer {
    max-height: 600px;
    margin-top: 1.5rem
}

.reviews-slide {
    height: auto
}

.reviews-navigation {
    margin-top: 1.5rem
}

.review {
    border-radius: var(--border-radius);
    padding: var(--padding);
    height: 100%;
    color: #fff;
    background: -webkit-gradient(linear, right top, left top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
    background: linear-gradient(270deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
    background-size: 150%;
    background-position: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.review:hover {
    background-position: 0
}

.review__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.review__ava {
    border-radius: 50%;
    width: 64px;
    height: 64px
}

.review__name {
    margin-bottom: .25rem;
    font-weight: 600
}

.review__age {
    font-size: .9em
}

.timer {
    text-align: center
}

.timer__title {
    margin-bottom: .5rem;
    font-size: 18px
}

.timer__inner,
.timer__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.timer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

.timer__item {
    background: -webkit-gradient(linear, right top, left top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
    background: linear-gradient(270deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
    color: #fff;
    width: 32px;
    height: 40px;
    border-radius: .25rem
}

.price,
.price__item,
.timer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.price__item {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%
}

.price__item-title {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: .5rem
}

.price__item-value {
    line-height: 1;
    font-size: 1.25rem
}

.price__item-value--new {
    font-weight: 600
}

.price__item-value--old {
    opacity: .7;
    position: relative
}

.price__item-value--old:before {
    content: "";
    display: block;
    width: calc(100% + 15px);
    height: 1px;
    background: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.price__item-value--old:after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url(../img/arrow-left-short.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1)
}

.form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px
}

.form__col {
    padding: 0 10px;
    width: 100%;
    margin-top: 10px
}

.form__input {
    width: 100%;
    text-align: center
}

.form__btn {
    width: 100%;
    margin-top: 10px
}

.order-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
    grid-template-areas: "T T T T T T T T T T T T" "P P P P P P P P P P P P" "F F F F F F F F F F F F"
}

.order-grid__price {
    grid-area: P
}

.order-grid__timer {
    grid-area: T
}

.order-grid__form {
    grid-area: F
}

.solutions__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
    margin-top: -1rem
}

.solutions__col {
    padding: 0 .5rem;
    width: 100%;
    margin-top: 1rem
}

.solutions__graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.solutions__graph-title {
    margin-top: 1em
}

.solutions-grid {
    display: grid;
    gap: .5rem;
    height: 100%
}

.solution {
    height: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: var(--padding-v);
    border-radius: var(--border-radius);
    border: 1px solid #008357;
    background: #fff;
    color: #008357
}

.cta__title {
    text-align: center;
    margin-bottom: 0
}

.cta__title mark {
    background-color: #008357;
    color: #fff;
    border-radius: .5rem;
    display: inline-block;
    padding: .5rem;
    margin: 0.25rem 0;
}

.cta__title mark .visible {
    display: inline
}

.cta__title mark span {
    display: none
}

.cta__title mark .animate {
    -webkit-animation: fadeIn 800ms;
    animation: fadeIn 800ms
}

.cta-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: "T T T T T T T T T T T T" "P P P P P P P P P P P P" "O O O O O O O O O O O O"
}

.cta-grid__title {
    grid-area: T
}

.cta-grid__order {
    grid-area: O
}

.cta-grid__product {
    grid-area: P
}

.hero__title {
    font-weight: 500
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
    grid-template-areas: "P P P P P P P P P P P P" "T T T T T T T T T T T T" "O O O O O O O O O O O O"
}

.hero-grid__product {
    grid-area: P
}

.hero-grid__title {
    grid-area: T
}

.hero-grid__order {
    grid-area: O
}

.graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: .25rem;
    height: 300px
}

.graph__item {
    border-radius: .5rem;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    padding: .5rem;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    font-size: 12px
}

.animating .graph__item {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 1000ms ease-in;
    transition: transform 1000ms ease-in;
    transition: transform 1000ms ease-in, -webkit-transform 1000ms ease-in
}

.graph__item:nth-child(1) {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.46%, #ff4a50), color-stop(59.31%, #ff4a50), color-stop(64.51%, rgba(255, 86, 91, .89)), color-stop(73.83%, rgba(255, 117, 121, .68)), color-stop(86.2%, rgba(255, 167, 170, .41)), color-stop(100.98%, rgba(255, 236, 237, .08)), color-stop(104.82%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #ff4a50 24.46%, #ff4a50 59.31%, rgba(255, 86, 91, .89) 64.51%, rgba(255, 117, 121, .68) 73.83%, rgba(255, 167, 170, .41) 86.2%, rgba(255, 236, 237, .08) 100.98%, rgba(255, 255, 255, 0) 104.82%)
}

.graph__item:nth-child(2) {
    height: 90%;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.46%, rgba(255, 74, 80, .5)), color-stop(59.31%, rgba(255, 74, 80, .5)), color-stop(64.51%, rgba(255, 86, 91, .44)), color-stop(73.83%, rgba(255, 117, 121, .34)), color-stop(86.2%, rgba(255, 167, 170, .2)), color-stop(100.98%, rgba(255, 236, 237, .04)), color-stop(104.82%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(145, 208, 189, 0)), color-stop(38.83%, #91d0bd), color-stop(48.74%, #80c9aa), color-stop(68.85%, #51b678), color-stop(97.16%, #089729), to(#009421));
    background: linear-gradient(180deg, rgba(255, 74, 80, .5) 24.46%, rgba(255, 74, 80, .5) 59.31%, rgba(255, 86, 91, .44) 64.51%, rgba(255, 117, 121, .34) 73.83%, rgba(255, 167, 170, .2) 86.2%, rgba(255, 236, 237, .04) 100.98%, rgba(255, 255, 255, 0) 104.82%), linear-gradient(0deg, rgba(145, 208, 189, 0) 0, #91d0bd 38.83%, #80c9aa 48.74%, #51b678 68.85%, #089729 97.16%, #009421 100%)
}

.graph__item:nth-child(3) {
    height: 80%;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.46%, rgba(255, 74, 80, .3)), color-stop(59.31%, rgba(255, 74, 80, .3)), color-stop(64.51%, rgba(255, 86, 91, .27)), color-stop(73.83%, rgba(255, 117, 121, .2)), color-stop(86.2%, rgba(255, 167, 170, .12)), color-stop(100.98%, rgba(255, 236, 237, .03)), color-stop(104.82%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(145, 208, 189, 0)), color-stop(38.83%, #91d0bd), color-stop(48.74%, #80c9aa), color-stop(68.85%, #51b678), color-stop(97.16%, #089729), to(#009421));
    background: linear-gradient(180deg, rgba(255, 74, 80, .3) 24.46%, rgba(255, 74, 80, .3) 59.31%, rgba(255, 86, 91, .27) 64.51%, rgba(255, 117, 121, .2) 73.83%, rgba(255, 167, 170, .12) 86.2%, rgba(255, 236, 237, .03) 100.98%, rgba(255, 255, 255, 0) 104.82%), linear-gradient(0deg, rgba(145, 208, 189, 0) 0, #91d0bd 38.83%, #80c9aa 48.74%, #51b678 68.85%, #089729 97.16%, #009421 100%)
}

.graph__item:nth-child(4) {
    height: 70%;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.46%, rgba(255, 74, 80, .15)), color-stop(59.31%, rgba(255, 74, 80, .15)), color-stop(64.51%, rgba(255, 86, 91, .13)), color-stop(73.83%, rgba(255, 117, 121, .1)), color-stop(86.2%, rgba(255, 167, 170, .06)), color-stop(100.98%, rgba(255, 236, 237, .01)), color-stop(104.82%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(145, 208, 189, 0)), color-stop(38.83%, #91d0bd), color-stop(48.74%, #80c9aa), color-stop(68.85%, #51b678), color-stop(97.16%, #089729), to(#009421));
    background: linear-gradient(180deg, rgba(255, 74, 80, .15) 24.46%, rgba(255, 74, 80, .15) 59.31%, rgba(255, 86, 91, .13) 64.51%, rgba(255, 117, 121, .1) 73.83%, rgba(255, 167, 170, .06) 86.2%, rgba(255, 236, 237, .01) 100.98%, rgba(255, 255, 255, 0) 104.82%), linear-gradient(0deg, rgba(145, 208, 189, 0) 0, #91d0bd 38.83%, #80c9aa 48.74%, #51b678 68.85%, #089729 97.16%, #009421 100%)
}

.graph__item:nth-child(5) {
    height: 60%;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(145, 208, 189, 0)), color-stop(38.83%, #91d0bd), color-stop(48.74%, #80c9aa), color-stop(68.85%, #51b678), color-stop(97.16%, #089729), to(#009421));
    background: linear-gradient(0deg, rgba(145, 208, 189, 0) 0, #91d0bd 38.83%, #80c9aa 48.74%, #51b678 68.85%, #089729 97.16%, #009421 100%)
}

.graph__item:nth-child(6) {
    height: 50%;
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(145, 208, 189, 0)), color-stop(28.99%, #91d0bd), color-stop(36.39%, #80c9aa), color-stop(51.41%, #51b678), color-stop(72.55%, #089729), color-stop(74.67%, #009421));
    background: linear-gradient(0deg, rgba(145, 208, 189, 0) 0, #91d0bd 28.99%, #80c9aa 36.39%, #51b678 51.41%, #089729 72.55%, #009421 74.67%)
}

.graph__item span {
    display: block;
    opacity: 0
}

.animating .graph__item span {
    opacity: 1;
    -webkit-transition: opacity 400ms 1000ms;
    transition: opacity 400ms 1000ms
}

.banner {
    text-align: center;
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(15.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421));
    background: linear-gradient(270deg, #fff 0, #80c9aa 15.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%);
    border-radius: var(--border-radius);
    padding: var(--padding);
    color: #fff
}

.banner-grid,
.banner__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}

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

.banner__title:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/white-arrow-down.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.banner__btn {
    width: 100%
}

.popup,
.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
}

.popup {
    padding: var(--padding) !important
}

.popup__row {
    margin-left: -15px;
    margin-right: -15px
}

.popup__col {
    padding: 0 15px
}

.popup__price,
.popup__timer {
    margin-bottom: 1rem
}

.popup__product {
    width: 300px
}

.ever-popup {
    line-height: 100vh;
    text-align: center
}

.ever-popup__inner {
    max-width: calc(100% - 30px);
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2
}

/* .swiper-slide {
    cursor: -webkit-grab;
    cursor: grab
}

.swiper-slide:active {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
} */

.footer {
    text-align: center;
    padding: 2.5rem 0
}

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

    .label-product {
        --size: 90px
    }

    .label-product:after {
        font-size: 20px
    }

    .compositions-grid {
        grid-template-rows: repeat(4, minmax(150px, auto));
        grid-template-areas: "A A A A A A A A B B B B" "A A A A A A A A B B B B" "C C C C C C C C D D D D" "E E E E E E E E D D D D"
    }

    .price__item-value {
        font-size: 1.5rem
    }

    .price__item-value--old:before {
        width: calc(100% + 30px)
    }

    .price__item-value--old:after {
        left: calc(100% + 15px)
    }

    .solutions-grid {
        grid-template-columns: repeat(13, 1fr)
    }

    .solutions-grid__item:nth-child(1) {
        grid-column: span 7
    }

    .solutions-grid__item:nth-child(2),
    .solutions-grid__item:nth-child(3) {
        grid-column: span 6
    }

    .solutions-grid__item:nth-child(4) {
        grid-column: span 7
    }

    .solutions-grid__item:nth-child(5),
    .solutions-grid__item:nth-child(6) {
        grid-column: span 4
    }

    .solutions-grid__item:nth-child(7) {
        grid-column: span 5
    }

    .graph {
        gap: .5rem
    }

    .graph__item {
        font-size: 1em
    }
}

@media screen and (min-width:480px) {
    .block {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media screen and (max-width:639px) {
    .intro__product {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        text-align: center;
        padding-top: 0
    }

    .intro__product:after {
        right: 0
    }

    .intro__product img {
        height: 220px;
        max-height: 100%
    }

    .vulnerability__title {
        font-size: 14px
    }

    .vulnerability__text {
        font-size: 12px
    }

    :has(>.price):not(.popup__price) .price {
        border-radius: var(--border-radius);
        padding: var(--padding);
        margin: 0 auto;
        background: -webkit-gradient(linear, right top, left top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
        background: linear-gradient(270deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
        color: #fff
    }
}

@media screen and (min-width:640px) {
    body {
        font-size: 16px
    }

    .h2,
    h2 {
        font-size: var(--h2)
    }

    .container {
        max-width: 640px
    }

    .label-product-md--white:after {
        background: #fff;
        color: #008357
    }

    .bg-gradient-md {
        border-radius: var(--border-radius);
        padding: var(--padding);
        height: 100%
    }

    .bg-gradient-md--right,
    .label-product-md--green:after {
        background: -webkit-gradient(linear, right top, left top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
        background: linear-gradient(270deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
        color: #fff
    }

    .bg-gradient-md--left {
        background: -webkit-gradient(linear, left top, right top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
        background: linear-gradient(90deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
        color: #fff
    }

    .bg-gradient-md--right-overflow {
        background: -webkit-gradient(linear, right top, left top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
        background: linear-gradient(270deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
        color: #fff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
        padding-right: 0
    }

    .bg-gradient-md--right-overflow:before {
        content: "";
        display: block;
        width: 80px;
        height: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        background: -webkit-gradient(linear, left top, right top, from(#91d0bd), color-stop(50%, #91d0bd), to(rgba(145, 208, 189, 0)));
        background: linear-gradient(to right, #91d0bd 0, #91d0bd 50%, rgba(145, 208, 189, 0) 100%)
    }

    .bg-gradient-md--left-overflow {
        background: -webkit-gradient(linear, left top, right top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
        background: linear-gradient(90deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        position: relative;
        padding-left: 0
    }

    .bg-gradient-md--left-overflow:before {
        content: "";
        display: block;
        width: 80px;
        height: 100%;
        position: absolute;
        right: 100%;
        top: 0;
        background: -webkit-gradient(linear, right top, left top, from(#91d0bd), color-stop(50%, #91d0bd), to(rgba(145, 208, 189, 0)));
        background: linear-gradient(to left, #91d0bd 0, #91d0bd 50%, rgba(145, 208, 189, 0) 100%)
    }

    .bg-gradient-md--center {
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-image: url(../img/arrow-left.svg);
        width: 38px
    }

    .intro__title {
        font-size: var(--h3)
    }

    .intro__subtitle {
        font-size: var(--h6)
    }

    .intro-grid {
        grid-template-areas: "P P P P P P T T T T T T" "P P P P P P I I I I I I" "L L L L L L I I I I I I" "S S S S S S S S S S S S"
    }

    .intro__product {
        max-height: 100%
    }

    .secret-grid {
        grid-template-areas: "T T T T T T T T T T T T" "S S S S S S I I I I I I" "D D D D D D I I I I I I"
    }

    .secret-grid__description {
        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;
        gap: 1rem
    }

    .features-grid {
        grid-template-areas: "P P P P P P L L L L L L" "B B B B B B L L L L L L"
    }

    .composition__title {
        font-size: var(--h6)
    }

    .composition__text {
        font-size: 14px
    }

    .faq__answer {
        padding: var(--padding-h);
        padding-top: 0;
        padding-bottom: 0
    }

    .cta-grid {
        grid-template-areas: "T T T T T T T T T T T T" "O O O O O O O P P P P P"
    }

    .hero-grid {
        grid-template-areas: "T T T T T T T T T T T T" "P P P P P O O O O O O O"
    }

    .graph {
        height: 350px
    }

    .graph__item {
        font-size: var(--h2)
    }
}

@media screen and (max-width:767px) {
    .popup__col:has(.popup__product) {
        display: none
    }
}

@media screen and (min-width:768px) {
    :root {
        --h1: 2rem;
        --h2: 1.75rem;
        --h3: 1.5rem;
        --adaptive-weight: 400
    }

    .container {
        max-width: 768px
    }

    .title-adaptive-border {
        padding: var(--padding-h);
        border-radius: var(--border-radius);
        border: 1px solid #008357;
        background: #fff;
        color: #008357
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .vulnerabilities {
        position: relative;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), to(#fff));
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 95%, #fff 100%)
    }

    .vulnerabilities__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .vulnerabilities__item {
        width: calc(50% - .75rem);
        max-width: 520px
    }

    .vulnerabilities__img {
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 0;
        height: 100%;

        margin: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
    }
    .vulnerabilities__img img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width:1023px) {
    .header__menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(0, 0, 0, .8);
        opacity: 0;
        -webkit-transition: all 200ms;
        transition: all 200ms;
        pointer-events: none
    }

    .open-menu .header__menu {
        opacity: 1;
        pointer-events: all
    }

    .menu,
    .menu__close {
        color: #fff;
        margin-left: auto
    }

    .menu {
        background: #008357;
        max-width: 270px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding: 1.875rem;
        -webkit-transition: all 400ms 200ms;
        transition: all 400ms 200ms;
        font-size: 18px;
        display: none
    }

    .opening .menu {
        -webkit-animation: openingMenu 400ms forwards;
        animation: openingMenu 400ms forwards
    }

    .closing .menu {
        -webkit-animation: closingMenu 400ms forwards;
        animation: closingMenu 400ms forwards
    }

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

    .menu__close {
        display: block;
        width: 2rem;
        height: 2rem
    }

    .reviews {
        overflow: hidden
    }

    /* .reviews-swiper {
        overflow: visible
    } */
}

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

    .btn-arrow {
        padding-left: 3.25rem;
        padding-right: 3.25rem
    }

    .bg-border--arrow:after,
    .btn-arrow:after {
        width: 1.75rem;
        height: 1.75rem
    }

    .btn {
        font-size: var(--h4)
    }

    .block {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .header {
        padding: 1.5rem 0
    }

    .header__burger {
        display: none
    }

    .menu {
        gap: 2rem
    }

    .intro-grid {
        grid-template-areas: "T T T T T T T T T I I I" "P P P P L L L L L I I I" "P P P P S S S S S S S S" "P P P P O O O O O O O O" "P P P P O O O O O O O O"
    }

    .intro-grid__order {
        display: block
    }

    .intro__order {
        display: none
    }

    .intro__navigation {
        margin-top: 2rem;
        margin-bottom: 0;
        max-width: 32%
    }

    .secret__title {
        margin-bottom: 0;
        padding: var(--padding)
    }

    .secret-grid {
        grid-template-areas: ". . . . . . . I I I I I" "T T T T T T T I I I I I" "S S S S S S S I I I I I" "D D D D D D D I I I I I" ". . . . . . . I I I I I"
    }

    .secret-grid__description {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .features__item {
        --gap: 1.5rem
    }

    .features__list {
        --width: 70px;
        padding-left: var(--width);
        margin-left: var(--width);
        position: relative
    }

    .features__list:after,
    .features__list:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%
    }

    .features__list:before {
        width: var(--width);
        height: 1px;
        background-color: #008357;
        left: calc(var(--width)*-1);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        transform-origin: right
    }

    .features__list:after {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: -webkit-gradient(linear, right top, left top, color-stop(2.55%, #91d0bd), color-stop(11.66%, #80c9aa), color-stop(23.33%, #51b678), color-stop(39.66%, #089729), color-stop(42.41%, #009421)), #d9d9d9;
        background: linear-gradient(270deg, #91d0bd 2.55%, #80c9aa 11.66%, #51b678 23.33%, #089729 39.66%, #009421 42.41%), #d9d9d9;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0
    }

    .features__list.animating:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: all 400ms 800ms;
        transition: all 400ms 800ms
    }

    .features__list.animating:after {
        opacity: 1;
        -webkit-transition: all 400ms 800ms;
        transition: all 400ms 800ms
    }

    .features__item {
        position: relative;
        opacity: 0;
        -webkit-transform: transformX(-100px);
        transform: transformX(-100px)
    }

    .animating .features__item {
        opacity: 1;
        -webkit-transform: transformX(0);
        transform: transformX(0);
        -webkit-transition: all 300ms var(--item-animation-delay);
        transition: all 300ms var(--item-animation-delay)
    }

    .features__item:after,
    .features__item:before {
        content: "";
        display: block;
        position: absolute;
        left: calc(var(--width)*-1);
        background-color: #008357
    }

    .features__item:before {
        top: calc(var(--item-height)/2);
        width: var(--width);
        height: 1px;
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    .animating .features__item:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: all 400ms var(--item-animation-delay);
        transition: all 400ms var(--item-animation-delay)
    }

    .features__item:after {
        width: 1px;
        height: calc(var(--item-line-height));
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    .animating .features__item:after {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: all 400ms calc(var(--item-animation-delay) + 400ms);
        transition: all 400ms calc(var(--item-animation-delay) + 400ms)
    }

    .features__item:nth-child(-n+3):after {
        top: calc(var(--item-height)/2);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    .features__item:nth-child(n+5):after {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        bottom: calc(var(--item-height)/2)
    }

    .features-grid {
        gap: 1.5rem 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-template-areas: "P P P P L L L L L L L L" "B B B B B B B B B B B B"
    }

    .compositions-grid {
        grid-template-rows: repeat(3, minmax(150px, auto));
        grid-template-areas: "A A A A A A A A B B B B" "A A A A A A A A C C C C" "E E E E E E D D D D D D"
    }

    .price__item-value {
        font-size: 1.75rem
    }

    .form__col {
        width: 50%
    }

    .order-grid {
        grid-template-areas: "P P P P P P P T T T T T" "F F F F F F F F F F F F"
    }

    .solutions__col {
        width: 50%
    }

    .solutions__graph {
        position: relative
    }

    .solutions__graph-title {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
        font-size: var(--h6)
    }

    .cta-grid {
        grid-template-areas: ". . . . . . . . P P P P" "T T T T T T T T P P P P" "O O O O O O O O P P P P" ". . . . . . . . P P P P"
    }

    .cta__title {
        text-align: left
    }

    .hero-grid {
        grid-template-areas: "P P P P T T T T T T T T" "P P P P O O O O O O O O"
    }

    .hero__title {
        padding: var(--padding-h)
    }

    .graph {
        gap: 1rem;
        height: 400px
    }

    .graph__item {
        font-size: var(--h4)
    }

    .banner {
        padding: var(--padding-h)
    }

    .banner-grid {
        gap: 1rem 2.5rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .banner__description {
        text-align: left;
        font-weight: 600
    }

    .banner__title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2.5rem
    }

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

@media screen and (min-width:1220px) {
    :root {
        --border-radius: 1.25rem;
        --padding: 1.25rem;
        --padding-h: 1.25rem 1.875rem;
        --padding-v: 1.875rem 1.25rem;
        --line-height: 1.5;
        --h1: 2.5rem;
        --h2: 2rem;
        --h3: 1.75rem;
        --h4: 1.5rem;
        --h5: 1.375rem;
        --h6: 1.125rem
    }

    .container {
        max-width: 1220px
    }

    .btn {
        font-size: var(--h3)
    }

    .intro {
        margin-bottom: 60px;
    }

    .intro__title {
        font-size: var(--h1)
    }

    .intro .price__item-value {
        font-size: 3rem
    }

    .vulnerabilities {
        margin-bottom: 60px
    }

    .vulnerabilities__title {
        margin-bottom: 117px
    }

    .vulnerabilities__list {
        gap: 60px 1.5rem;
        margin-bottom: 50px
    }

    .features-grid {
        grid-template-areas: "P P P P P L L L L L L L" "B B B B B B B B B B B B"
    }

    .compositions-grid {
        grid-template-rows: repeat(2, minmax(180px, auto));
        grid-template-areas: "A A A B B B D D D E E E" "A A A C C C D D D E E E"
    }

    .faq__title {
        margin-bottom: 1.75em
    }

    .price__item-value {
        font-size: 2rem
    }

    .order-grid {
        grid-template-areas: "P P P P P P P P T T T T" "F F F F F F F F F F F F"
    }

    .solutions__title {
        margin-bottom: 1.75em
    }

    .solution {
        font-size: var(--h6)
    }

    .graph {
        height: 450px
    }

    .graph__item {
        font-size: var(--h3)
    }

    .banner-grid__btn {
        width: 350px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .banner__btn {
        font-size: 22px
    }
}

@media screen and (min-width:1440px) {
    .intro-button-prev {
        position: absolute;
        top: 350px;
        right: calc(100% + 2rem);
        left: auto
    }

    .intro-button-next {
        position: absolute;
        top: 350px;
        left: calc(100% + 2rem);
        right: auto
    }
}

@media screen and (max-width:639px) and (min-width:430px) {
    .compositions-grid:has(.compositions-grid__item:nth-child(2):hover) {
        grid-template-areas: "A A A A B B B B B B B B" "A A A A B B B B B B B B" "C C C C C C C C D D D D" "E E E E E E E E D D D D"
    }

    .compositions-grid:has(.compositions-grid__item:nth-child(4):hover) {
        grid-template-areas: "A A A A A A A A B B B B" "A A A A A A A A B B B B" "C C C C D D D D D D D D" "E E E E D D D D D D D D"
    }
}