html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

.cf:before,
.clearfix:before,
.cf:after,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

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

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

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

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

@font-face {
    font-family: "Bebas Neue";
    src: url("/assets/fonts/BebasNeueBook.woff2") format("woff2"), url("/assets/fonts/BebasNeueBook.woff") format("woff"), url("/assets/fonts/BebasNeueBook.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body,
html {
    width: 100%;
    background-color: #f0f4f4;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

*,
*::after,
*::before,
input[type="search"] {
    box-sizing: inherit;
}

body.is-hover-disabled {
    pointer-events: none;
}

body.is-popup-opened {
    overflow: hidden;
}

main {
    width: 100%;
}

.l-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.l-wrapper--visible {
    overflow: visible;
}

.l-wrapper[data-sticky] {
    overflow: visible;
}

.l-wrapper.is-abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.l-content {
    display: flex;
    flex: 1 0 auto;
    z-index: 0;
}

.l-content--100vh {
    min-height: 100vh;
}

.l-header,
.l-footer {
    display: block;
    flex: none;
}

.l-footer {
    overflow: visible;
}

.l-container {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 92.5vw;
}

.l-container-dynamic {
    margin: 0 auto;
    position: relative;
    max-width: 92.5vw;
}

.l-extra-container {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 95.625vw;
}

.l-padding-container {
    padding-right: 5.642633228840126vw;
    padding-left: 5.642633228840126vw;
}

.l-inner-container {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 92.5vw;
}

.l-outer-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.l-footer-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    width: 92.5vw;
}

.l-text-container {
    margin: auto;
    padding: 1.5em 0;
}

.g-hidden {
    display: none !important;
}

.g-hidden--soft {
    display: none;
}

.g-vam {
    display: inline-block;
    vertical-align: middle;
}

.g-tac {
    text-align: center;
}

.g-relative {
    position: relative;
}

.g-nobr {
    white-space: nowrap;
}

hr {
    margin: 4.8rem 0 2.4rem 0;
    border: 0;
    height: 1px;
    background-color: #ccc;
}

hr:first-child {
    margin-top: 0;
}

.g-preparing {
    position: relative;
}

.g-preparing.is-preparing>*:not(.g-show-preparing) {
    opacity: 0;
    visibility: hidden;
}

.g-preparing.is-preparing:after {
    content: "";
}

figure {
    margin: 1em 0;
    text-align: center;
}

figcaption {
    margin-top: 1em;
    font-size: 0.9em;
}

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

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

#svg-container {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

.swiper-container:not(.swiper-container-initialized) {
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    box-sizing: border-box;
    height: auto;
}

.swiper-wrapper .swiper-slide {
    flex-shrink: 0;
}

.js-padding {
    padding-top: 7rem;
}

.dark-palette {
    color: #fff;
}

.dark-bg {
    background-image: linear-gradient(180deg, rgba(159, 205, 151, 0) 0%, rgba(115, 170, 118, 0.22) 10.48%, #366e4a 31.17%, #103d2b 100%);
    background-repeat: no-repeat;
}

h1,
.like-h1,
h2,
.like-h2,
h3,
.like-h3,
h4,
.like-h4,
h5,
.like-h5,
h6,
.like-h6 {
    font-size: 1.8rem;
    line-height: 1.333333333333333;
}

h1,
.like-h1,
h2,
.like-h2,
h3,
.like-h3,
h4,
.like-h4,
h5,
.like-h5,
h6,
.like-h6 {
    line-height: 1;
}

h1,
.like-h1,
h2,
.like-h2,
h3,
.like-h3,
h4,
.like-h4,
h5,
.like-h5,
h6,
.like-h6 {
    font-weight: 600;
}

body {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.266666666666667;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    color: #151415;
    font-family: "Manrope", "Arial", sans-serif;
    -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 0, "dlig" 0;
    font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 0, "dlig" 0;
}

h1,
.like-h1 {
    margin: 1.5em 0 0.8em;
}

h2,
.like-h2 {
    margin: 1.5em 0 0.8em;
}

h3,
.like-h3 {
    margin: 1.5em 0 0.8em;
}

h4,
.like-h4 {
    font-size: 2rem;
    margin: 1.5em 0 0.8em;
}

h5,
.like-h5 {
    font-size: 1.6rem;
    margin: 1.5em 0 0.8em;
}

h6,
.like-h6 {
    font-size: 1.4rem;
    margin: 1.5em 0 0.8em;
}

@supports not (border-image-width: 1) {}

#mocha a {
    text-decoration: none;
    -o-border-image: none;
    border-image: none;
    border-bottom: none;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    text-underline-position: under;
}

a[role="button"] {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a:not([class]) {
    color: #007167;
}

.button {
    text-underline-position: under;
}

p {
    margin-top: 0;
}

ol {
    list-style-type: none;
    margin: 1em 0 2em;
    padding: 0;
}

ol li {
    margin: 0.3em 0;
}

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

ul li {
    position: relative;
    padding-left: 1.8rem;
}

ul li:last-child {
    margin-bottom: 0;
}

ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.5rem;
    height: 0.5rem;
    font-size: inherit;
    border-radius: 50%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    background-color: #007167;
}

ul ol>li::before {
    display: inline;
    background: none;
    -webkit-transform: none;
    transform: none;
}

ol {
    counter-reset: ol-level-1;
}

ol li {
    position: relative;
}

ol>li {
    counter-increment: ol-level-1;
}

ol>li::before {
    content: counter(ol-level-1) ". ";
    display: inline;
}

ol>li>ol {
    counter-reset: ol-level-2;
}

ol>li>ol>li {
    counter-increment: ol-level-2;
    margin-left: 1.8em;
}

ol>li>ol>li::before {
    content: counter(ol-level-1) "." counter(ol-level-2) ". ";
}

ol>li>ol>li>ol {
    counter-reset: ol-level-3;
}

ol>li>ol>li>ol>li {
    counter-increment: ol-level-3;
    margin-left: 2.7em;
}

ol>li>ol>li>ol>li::before {
    content: counter(ol-level-1) "." counter(ol-level-2) "." counter(ol-level-3) ". ";
}

blockquote {
    margin: 1em 0;
    padding: 0.5em 0 0.5em 2em;
    border-left: 2px solid currentColor;
}

dl {
    margin: 1em 0;
}

dt {
    margin-bottom: 0.5em;
}

dd {
    margin-bottom: 1.2em;
    font-style: italic;
}

pre {
    overflow: auto;
    white-space: pre-wrap;
}

sup {
    display: inline-block;
    text-decoration: none;
}

.some-text p:last-child,
.default-text p:last-child,
.some-text ul:last-child,
.default-text ul:last-child,
.some-text ol:last-child,
.default-text ol:last-child {
    margin-bottom: 0;
}

.unstyled-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.unstyled-list>* {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.unstyled-list>*::before {
    content: none;
}

.default-color {
    color: #151415;
}

.nowrap {
    white-space: nowrap;
}

.dots {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 4;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    min-height: 2rem;
}

.dots>p,
.dots>ul,
.dots>div {
    position: relative;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button,
button {
    display: inline-block;
    flex-shrink: 0;
    background-color: transparent;
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.button:hoverz,
button:hoverz {
    -o-border-image: none;
    border-image: none;
}

.button--full-block {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    font-size: 1.4rem;
    background-color: transparent;
    border: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
    transition: all 0.3s;
}

.button:active {
    transition-duration: 0.1s;
}

.button--pointer {
    pointer-events: auto;
    cursor: pointer;
}

.button--main {
    min-height: 3.8rem;
    color: #fff;
    background-color: #007167;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    border-radius: 10em;
}

.button--main-big {
    font-size: 1.6rem;
    min-height: 4.8rem;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
}

.button--main-white {
    min-height: 3.8rem;
    color: #007167;
    background-color: #fff;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    border-radius: 10em;
}

.button--main-white-big {
    font-size: 1.6rem;
    min-height: 4.8rem;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
}

.button--stroke {
    color: #007167;
    min-height: 3.8rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    border-radius: 10em;
    border: solid 1px #007167;
}

.button--stroke-big {
    font-size: 1.6rem;
    min-height: 4.8rem;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
}

.button--stroke-white {
    color: #fff;
    min-height: 3.8rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    border-radius: 10em;
    border: solid 1px #fff;
}

.button--stroke-white-big {
    font-size: 1.6rem;
    min-height: 4.8rem;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
}

.button .icon-wrapper:not(.icon-wrapper--hidden)~* {
    margin-left: 0.4rem;
}

.button *~.button__icon:not(.icon-wrapper--hidden) {
    margin-left: 0.4rem;
}

.button--triangular {
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    background-image: linear-gradient(45deg, #000 0, #000 50%, transparent 50%);
}

.button--triangular.button--prev {
    margin-top: 0;
    top: auto;
    bottom: 50%;
    left: 0;
    -webkit-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
}

.button--triangular.button--next {
    margin-top: 0;
    top: auto;
    bottom: 50%;
    right: 0;
    -webkit-transform: translateY(50%) rotate(-135deg);
    transform: translateY(50%) rotate(-135deg);
}

.button--nav {
    width: 3.8rem;
    padding-right: 0;
    padding-left: 0;
}

.button--nav .button__icon.icon-wrapper {
    margin-right: 0;
    margin-left: 0;
}

.button--nav.swiper-button-lock {
    display: none;
}

.button--nav:active:not(:disabled).js-prev-btn svg {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.button--nav:active:not(:disabled).js-next-btn svg {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.button--nav svg {
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
}

.button--nav * {
    pointer-events: none;
}

.button__icon {
    width: 1.2rem;
    height: 1.2rem;
}

.button .swiper-pagination-current,
.button .swiper-pagination-total {
    font-size: 1.6rem;
    line-height: 1.5;
}

.button .swiper-container-horizontal>.swiper-pagination-bullets,
.button .swiper-pagination-custom,
.button .swiper-pagination-fraction {
    bottom: 0;
}

.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination.swiper-pagination-lock {
    display: none;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.8rem;
    background: #d1dfdf;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.3rem;
    height: 1.3rem;
    background-color: #007167;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.button-parent .button--mini {
    color: #007167;
}

.with-child-icon {
    display: flex;
    align-items: flex-start;
}

.with-child-icon-center {
    display: flex;
    align-items: center;
}

.icon,
.icon-wrapper svg,
.icon-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-wrapper {
    position: relative;
    flex-shrink: 0;
}

.icon-wrapper-row {
    position: relative;
    margin-left: 0.8rem;
}

.icon-std,
.icon-mini {
    width: 2.4rem;
    height: 2.4rem;
}

.icon-24,
.icon-40-mob {
    display: flex;
}

.icon-24 {
    width: 2.4rem;
    height: 2.4rem;
}

.image-container {
    position: relative;
}

.image-container .image-container {
    position: absolute;
}

.image-container .image-wrapper {
    width: 100%;
}

.image-wrapper-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.image-wrapper {
    position: relative;
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aspect-ratio {
    flex-shrink: 0;
    position: relative;
}

.aspect-ratio svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aspect-ratio::before {
    content: '';
    display: block;
}

.svg-icon,
.noscript-bar svg {
    fill: currentColor;
    stroke: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    overflow: visible !important;
    border: 0;
    outline: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: relative;
    box-sizing: border-box;
}

.svg-icon--stroke {
    fill: none;
    stroke: currentColor;
    stroke-width: 16;
}

.svg-icon--contain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.svg-icon--border {
    border: 0.2em solid currentColor;
    border-radius: 100%;
    padding: 0.6em;
    width: 2.6em;
    height: 2.6em;
}

.svg-icon--fill {
    border-radius: 100%;
    padding: 0.8em;
    background-color: #000;
    color: #fff;
    width: 2.6em;
    height: 2.6em;
}

.svg-icon--rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.svg-icon--rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.svg-icon--rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.svg-icon--rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.svg-icon>svg {
    display: block;
}

symbol {
    overflow: visible;
}

.title {
    font-weight: 600;
    margin-top: 0;
}

.title:not([class*='mb']) {
    margin-bottom: 0;
}

.fs-12 {
    font-size: 1.2rem;
}

.fs-14 {
    font-size: 1.4rem;
}

.fs-16 {
    font-size: 1.6rem;
}

.fs-20 {
    font-size: 2rem;
}

.fs-22 {
    font-size: 2.2rem;
}

.fs-24 {
    font-size: 2.4rem;
}

.fs-28 {
    font-size: 2.8rem;
}

.fs-32 {
    font-size: 3.2rem;
}

.fs-36 {
    font-size: 3.6rem;
}

.fs-48 {
    font-size: 4.8rem;
}

.fs-52 {
    font-size: 5.2rem;
}

.lh-1 {
    line-height: 1;
}

.lh-120 {
    line-height: 1.2;
}

.letter-space-1 {
    letter-spacing: 0.01em;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.c-default {
    color: #151415;
}

.c-default-06 {
    color: rgba(21, 20, 21, 0.6);
}

.c-main {
    color: #007167;
}

.c-black {
    color: #000;
}

.c-white {
    color: #fff;
}

.pb-40 {
    padding-bottom: 4rem;
}

.pb-80 {
    padding-bottom: 8rem;
}

.pb-100 {
    padding-bottom: 10rem;
}

.pt-40 {
    padding-top: 4rem;
}

.pt-80 {
    padding-top: 8rem;
}

.pt-100 {
    padding-top: 10rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-4 {
    margin-bottom: 0.4rem;
}

.mb-10 {
    margin-bottom: 1rem;
}

.mb-16 {
    margin-bottom: 1.6rem;
}

.mb-24 {
    margin-bottom: 2.4rem;
}

.mb-40 {
    margin-bottom: 4rem;
}

.mt-40 {
    margin-top: 4rem;
}

.mt-48 {
    margin-top: 4.8rem;
}

.m-0 {
    margin: 0;
}

.ico {
    position: relative;
    flex-shrink: 0;
    display: inline-flex;
}

.ico img,
.ico svg {
    width: 100%;
    height: 100%;
}

.ico-24 {
    width: 2.4rem;
    height: 2.4rem;
}

.ico-32 {
    width: 3.2rem;
    height: 3.2rem;
}

.ico-40 {
    width: 4rem;
    height: 4rem;
}

.ico-47 {
    width: 4.7rem;
    height: 4.7rem;
}

.underline {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 113, 103, 0.2);
    text-decoration-color: rgba(0, 113, 103, 0.2);
    text-underline-offset: 0.2rem;
}

.flex {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-ai-start {
    align-items: flex-start;
}

.flex-ai-center {
    align-items: center;
}

.flex-jc-between {
    justify-content: space-between;
}

.flex-jc-center {
    justify-content: center;
}

.flex-jc-end {
    justify-content: flex-end;
}

.item-response {
    flex-shrink: 0;
    position: relative;
}

.item-response:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.item-response img,
.item-response svg,
.item-response video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.js-anim-full-enter {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.tags ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.tags li {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    height: 3.4rem;
    background-color: #ffe9ea;
    padding: 0 1rem;
    border-radius: 10em;
}

.tags li::before {
    content: none;
}

.tags p {
    margin-bottom: 0;
}

.tags img,
.tags svg {
    position: static;
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
}

.tags--center ul {
    justify-content: center;
}

.tags--medium li {
    height: 3.4rem;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
}

.tags--big ul {
    gap: 0.4rem;
}

.tags--big li {
    gap: 0.6rem;
    height: 4rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
}

.tags--stroke li {
    color: #007167;
    background-color: transparent;
    border: solid 1px #007167;
}

.tags--white {
    color: #007167;
}

.tags--white li {
    background-color: #fff;
}

.buy-on-ozon {
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 8.6rem;
    transition: opacity 0.3s;
}

.buy-on-ozon._hide {
    opacity: 0;
    pointer-events: none;
}

.buy-on-ozon__link {
    display: block;
    color: #fff;
    background-color: #007167;
    padding: 1.8rem 2.4rem 2rem 3rem;
    border-radius: 10em 0 0 10em;
}

.buy-on-ozon__link span {
    display: block;
    margin-bottom: 0.6rem;
}

.buy-on-ozon__ico {
    width: 9.2rem;
}

.buy-on-ozon__ico:before {
    padding-bottom: 22.82608695652174%;
}

.ya-share2__list {
    display: flex;
    gap: 0.8rem;
    margin-top: 0 !important;
}

.ya-share2__list .ya-share2__item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.ya-share2__list .ya-share2__item::before {
    content: none;
}

.ya-share2__list .ya-share2__item.ya-share2__item_service_vkontakte .ya-share2__link {
    background-image: url("/media/images/icon-vk.png");
}

.ya-share2__list .ya-share2__item.ya-share2__item_service_odnoklassniki .ya-share2__link {
    background-image: url("/media/images/icon-odnoklassniki.png");
}

.ya-share2__list .ya-share2__item.ya-share2__item_service_telegram .ya-share2__link {
    background-image: url("/media/images/icon-telegram.png");
}

.ya-share2__list .ya-share2__link {
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    background-size: 100% 100%;
}

.ya-share2__list .ya-share2__title {
    display: none;
}

.ya-share2__list .ya-share2__badge {
    display: none;
}

.accordion .icon-top,
.accordion .icon-bottom {
    transition: all 0.3s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.accordion__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.accordion__item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0.8rem;
    padding: 0.8rem 1.6rem;
    background-color: #fff;
    border-radius: 1.6rem;
}

.accordion__item::before {
    content: none;
}

.accordion__item:last-child {
    margin-bottom: 0;
}

.accordion__head {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: 500;
}

.accordion__item-button {
    position: static;
    flex-shrink: 0;
    margin-left: 0.8rem;
}

.accordion__item-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion__content-wrapper {
    padding-top: 0.8rem;
}

.popup {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    text-align: center;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
    will-change: opacity;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    transition-delay: 0.3s;
    white-space: nowrap;
    font-size: 0;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.popup::before {
    content: "";
    display: inline-block;
    height: 100%;
}

.popup::before,
.popup__content {
    vertical-align: middle;
}

.popup.is-opened {
    z-index: 10000;
    opacity: 1;
    pointer-events: all;
    transition-delay: 0s;
}

.popup.is-opened .popup__content {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition-delay: 0.3s;
    opacity: 1;
}

.popup__content {
    font-size: 1.5rem;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    white-space: normal;
    vertical-align: middle;
    position: relative;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    margin: 2rem 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    will-change: transform;
    opacity: 0;
    transition: all 0.3s;
    background-color: #fff;
    display: inline-block;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.popup__content.l-container-dynamic {
    width: auto;
}

.popup__content--visible {
    overflow: visible;
}

.popup__close {
    position: absolute;
    z-index: 2;
    top: 2rem;
    right: 2rem;
    padding: 0;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    border: 0;
}

.popup__close svg {
    display: block;
    width: 2rem;
    height: 2rem;
    fill: #007167;
}

.popup__close-icon {
    stroke: #000;
}

.popup__title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.1rem;
    line-height: 1.095238095238095;
    margin-top: 0;
    margin-bottom: 2.5rem;
    font-weight: 500;
    text-align: center;
}

.swiper-slide {
    width: 100%;
    height: auto;
}

table {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0 2em;
}

table td,
table th {
    padding: 0.8em 1.2em;
    border: 1px solid #b3b3b3;
    text-align: left;
}

table th {
    font-weight: bold;
}

table>tbody:first-child tr:first-child td {
    font-weight: bold;
}

.table {
    line-height: 1.2;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}

.table table {
    table-layout: fixed;
}

.table td,
.table th {
    vertical-align: top;
    padding-top: 1rem;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-left: 0;
    border: none;
}

.table td:first-child,
.table th:first-child {
    padding-left: 0;
}

.table th {
    color: #007167;
    padding-top: 1.2rem;
    word-break: break-word;
}

.table tr._inside td {
    border-top: none;
    padding-top: 0.4rem;
}

.table td:before {
    flex-shrink: 0;
    width: 50%;
    color: #007167;
    padding-right: 1.6rem;
    margin-bottom: 0;
}

.table tbody td:first-child {
    color: #007167;
}

.tpghy h1 {
    margin-top: 0;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 2.4rem;
}

.tpghy h1 span {
    color: #007167;
}

.tpghy h2 {
    font-size: 1.6rem;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}

.tpghy h2:first-child {
    margin-top: 0;
}

.tpghy h3 {
    font: inherit;
    font-weight: 700;
    margin-top: 3.2rem;
    margin-bottom: 0.8rem;
}

.tpghy h3:first-child {
    margin-top: 0;
}

.tpghy h2,
.tpghy h3,
.tpghy h4,
.tpghy h5,
.tpghy h6 {
    color: #007167;
    line-height: 1.2;
}

.tpghy ul,
.tpghy ol {
    margin-bottom: 3.2rem;
}

.tpghy ul:last-child,
.tpghy ol:last-child {
    margin-bottom: 0;
}

.tpghy li,
.tpghy p {
    margin-top: 0;
    margin-bottom: 1.6rem;
}

.tpghy li:last-child,
.tpghy p:last-child {
    margin-bottom: 0;
}

.tpghy p+p {
    margin-bottom: 2.4rem;
}

.tpghy p+p:last-child {
    margin-bottom: 0;
}

.tpghy p b {
    display: inline;
}

.tpghy b {
    display: block;
    color: #007167;
    margin-bottom: 0.8rem;
}

.tpghy a:not(.button) {
    color: #007167;
    text-decoration: underline;
}

.tpghy hr:first-child+b {
    font-size: 1.6rem;
}

.tpghy--dark-titles h2,
.tpghy--dark-titles h3,
.tpghy--dark-titles h4,
.tpghy--dark-titles h5,
.tpghy--dark-titles h6 {
    color: inherit;
}

.tpghy--article h2 {
    font-size: 1.9rem;
    margin-top: 4.8rem;
}

.tpghy--article h2:first-child {
    margin-top: 4.8rem;
}

.tpghy--article h3 {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}

.tpghy--article ul,
.tpghy--article ol {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
}

.page__main {
    position: relative;
    display: flex;
    flex-direction: column;
}

.page__section-grow {
    flex-grow: 1;
}

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

.page__accordion-content {
    display: none;
    transition: height 0.3s ease-in;
    overflow: hidden;
}

.page__accordion-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.page__accordion-icon-wrapper {
    color: #007167;
    background-color: #f0f4f4;
    border-radius: 50%;
    transition: all 0.3s;
}

.page__accordion-icon {
    flex-shrink: 0;
    width: 1.2rem;
    height: 0.8rem;
    transition: all 0.3s;
}

.page .js-accordion-item--clamp.js-accordion-item--open-ready li small,
.page .js-accordion-item--clamp.js-accordion-item--active li small {
    -webkit-line-clamp: initial;
    display: inline;
}

.page .js-accordion-item--open-ready .page__accordion-content:not(.js-accordion-content--child),
.page .js-accordion-item--active .page__accordion-content:not(.js-accordion-content--child) {
    display: block;
}

.page .js-accordion-item--open-ready .page__accordion-icon-wrapper,
.page .js-accordion-item--active .page__accordion-icon-wrapper {
    color: #fff;
    background-color: #007167;
}

.page .js-accordion-item--open-ready .page__accordion-icon,
.page .js-accordion-item--active .page__accordion-icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.page .js-accordion-item--close-ready .page__accordion-icon {
    -webkit-transform: none;
    transform: none;
}

.page .js-accordion-item--open-ready .page__accordion-content,
.page .js-accordion-item--close-ready .page__accordion-content,
.page .js-accordion-item--active .page__accordion-content {
    height: auto;
}

.page .js-accordion-item--open-ready .icon-plus,
.page .js-accordion-item--active .icon-plus {
    opacity: 0;
}

.page .js-accordion-item--open-ready .icon-minus,
.page .js-accordion-item--active .icon-minus {
    opacity: 1;
}

.page .js-accordion-item--close-ready .icon-plus {
    opacity: 1;
}

.page .js-accordion-item--close-ready .icon-minus {
    opacity: 0;
}

.page .js-accordion-item--open-ready .icon-vert,
.page .js-accordion-item--active .icon-vert {
    opacity: 0;
}

.page .js-accordion-item--close-ready .icon-vert {
    opacity: 1;
}

.page .js-tab-content:not(.js-tab-content--active) {
    transition: all 0.5s;
    display: none;
}

.page .js-tab-content:not(.js-tab-content--active).js-tab-content--active.js-content-show,
.page .js-tab-content:not(.js-tab-content--active).js-tab-content--active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page .js-tab-content:not(.js-tab-content--active).js-content-hide {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.page .js-tab-content:not(.js-tab-content--active).js-content-show {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.fadeIn {
    opacity: 0;
}

.fadeIn.fadeInShow {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeIn--d-02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.fadeIn--d-04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn--d-06 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeInUp {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.fadeInUp.fadeInShow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInLeft {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fadeInLeft.fadeInShow {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInLeft--d-03 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.fadeInRight {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fadeInRight.fadeInShow {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.fadeInRight--d-03 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.fadeInScale {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.fadeInScale.fadeInShow {
    -webkit-animation-name: fadeInScale;
    animation-name: fadeInScale;
}

.fadeInScale--05 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.fadeInScale--05.fadeInShow {
    -webkit-animation-name: fadeInScale--05;
    animation-name: fadeInScale--05;
}

.fadeInShow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.js-anim {
    -webkit-transform: translate(0, 5rem);
    transform: translate(0, 5rem);
    opacity: 0;
}

.js-anim--opacity {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.js-anim--left {
    -webkit-transform: translate(-10rem, 0);
    transform: translate(-10rem, 0);
}

.js-anim--right {
    -webkit-transform: translate(10rem, 0);
    transform: translate(10rem, 0);
}

.js-anim--top {
    -webkit-transform: translate(0, -10rem);
    transform: translate(0, -10rem);
}

.js-anim--d-02 {
    transition-delay: 0.2s;
}

.js-anim--d-04 {
    transition-delay: 0.4s;
}

.js-anim--show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

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

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInScale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fadeInScale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fadeInScale--05 {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fadeInScale--05 {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.about._resize * {
    transition: none !important;
}

.about__container {
    display: flex;
}

.about__content {
    padding-top: 7rem;
    padding-bottom: 4rem;
}

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

.about__head-text {
    position: relative;
    line-height: 1.2;
}

.about__head-text>p {
    transition: all 1s;
}

.about__head-text>p:first-child._active {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.about__head-text>p:first-child:not(._active) {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 0;
}

.about__head-text>p:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(80vh);
    transform: translateY(80vh);
}

.about__head-text>p:last-child._active {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.about__img-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 29.6rem;
    margin-right: auto;
    margin-bottom: 2.4rem;
    margin-left: auto;
}

.about__img-box>div {
    opacity: 0;
    transition: all 1s;
}

.about__img-box>div._active {
    opacity: 1;
}

.about__img-01 {
    position: absolute;
    width: 100%;
}

.about__img-02 {
    position: absolute;
    width: 100%;
}

.about__img-02:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.about__img-03 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
}

.about__img-03-lightning {
    width: 43.25396825396825%;
    position: absolute;
}

.about__img-03-lightning:before {
    padding-bottom: 232.11009174311928%;
}

.about__img-04 {
    position: absolute;
    width: 100%;
}

.about__img-viruses {
    position: absolute;
    left: 13%;
    width: 89.28571428571429%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.about__img-viruses._active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.about__img-viruses:before {
    padding-bottom: 93.3456561922366%;
}

.about__col {
    position: relative;
}

.about__titles {
    color: #6e6e6e;
    text-align: center;
    font-size: 2.6rem;
    transition: all 1s;
}

.about__titles._active {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    transition: all 1s;
}

.about__titles>div {
    transition: all 1s;
}

.about__titles>div._active {
    color: #000;
}

.about__note {
    color: rgba(21, 20, 21, 0.5);
    margin-top: 5rem;
    opacity: 0;
    transition: all 1s;
}

.about__note._active {
    opacity: 1;
}

.about__note._hide {
    -webkit-transform: translateY(-40vh);
    transform: translateY(-40vh);
    opacity: 0;
}

.about__text {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s;
}

.about__text._active {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.about__list {
    display: flex;
    flex-wrap: wrap;
    margin: -2.4rem 0;
}

.about__list-item {
    width: 100%;
    padding: 2.4rem 0;
}

.about__list-item:first-child {
    width: 100%;
    border-bottom: solid 1px #d0d0d0;
}

.articles__head {
    text-align: center;
    margin-bottom: 2.4rem;
}

.articles__row {
    display: flex;
    flex-wrap: wrap;
    margin: -1.2rem;
}

.articles__col {
    width: 100%;
    padding: 1.2rem;
}

.card-articles {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    border-radius: 1.6rem;
}

.card-articles__img {
    overflow: hidden;
}

.card-articles__img img {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.card-articles__img:before {
    padding-bottom: 58.3941605839416%;
}

.card-articles__body {
    flex: 1 1 auto;
    padding: 1.6rem 1.6rem 1.2rem;
}

.card-articles__title {
    color: #007167;
    line-height: 1.2;
    margin-bottom: 0;
}

.card-articles__tags {
    padding: 0 1.6rem 1.6rem;
}

.card-articles__tags li {
    background-color: #f8f8f8;
}

.other-articles__head {
    text-align: center;
    margin-bottom: 2.4rem;
}

.other-articles__body .swiper-wrapper {
    width: auto;
    min-width: 100%;
    margin: 0 -1.2rem;
}

.other-articles__body .swiper-slide {
    width: 33.333%;
    padding: 0 1.2rem;
}

.other-articles__bottom {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
}

.article-detailed h1 {
    font-size: 2.6rem;
    letter-spacing: 0.01em;
    margin-top: 0;
    margin-bottom: 1.6rem;
}

.article-detailed__head {
    text-align: center;
    margin-bottom: 2.4rem;
}

.article-detailed__head .tags {
    margin-bottom: 2.8rem;
}

.article-detailed__head .tags:last-child {
    margin-bottom: 0;
}

.article-detailed__img {
    overflow: hidden;
    margin-bottom: 4rem;
    border-radius: 1.6rem;
}

.article-detailed__img:before {
    padding-bottom: 75%;
}

.article-detailed__note {
    color: rgba(0, 113, 103, 0.6);
    background-color: rgba(0, 201, 183, 0.102);
    padding: 1.8rem;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    border-radius: 1.6rem;
}

.article-detailed__note b {
    color: rgba(0, 113, 103, 0.6);
}

.article-detailed__note span {
    color: #007167;
}

.article-detailed__note:first-child {
    margin-top: 0;
}

.article-detailed__note:last-child {
    margin-bottom: 0;
}

.article-detailed__note>*:first-child {
    margin-top: 0;
}

.article-detailed__note>*:last-child {
    margin-bottom: 0;
}

.quote-article-detailed {
    margin-bottom: 1.6rem;
}

.quote-article-detailed:last-child {
    margin-bottom: 0;
}

.quote-article-detailed>img,
.quote-article-detailed>svg {
    flex-shrink: 0;
    position: static;
    width: 2.4rem;
    height: 2.4rem;
}

.banner-article-detailed {
    background-color: #fff;
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-radius: 1.6rem;
}

.banner-article-detailed__head {
    padding: 1.2rem;
}

.banner-article-detailed__tags {
    margin-bottom: 1.6rem;
}

.banner-article-detailed__tags ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.banner-article-detailed__tags li {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    height: 3.6rem;
    background-color: #f3f3f3;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    border-radius: 10em;
}

.banner-article-detailed__tags li::before {
    content: none;
}

.banner-article-detailed__tags li img,
.banner-article-detailed__tags li svg {
    flex-shrink: 0;
    position: static;
    width: 2rem;
    height: 2rem;
}

.banner-article-detailed__title {
    max-width: 27rem;
    margin: 0 !important;
}

.banner-article-detailed__body {
    margin: 0.4rem 0 0.8rem;
}

.banner-article-detailed__img:before {
    padding-bottom: 85.31746031746032%;
}

.banner-article-detailed__bottom {
    padding: 1.2rem 1.2rem 1.6rem;
}

.tags-articles {
    margin-bottom: 3.2rem;
}

.tags-articles__wrapper {
    padding: 0;
    margin: 0;
    border: none;
}

.tags-articles__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.tags-articles__list li {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.tags-articles__list li::before {
    content: none;
}

.tags-articles__input:checked~.tags-articles__item {
    color: #fff;
    background-color: #007167;
    cursor: default;
}

.tags-articles__item {
    display: inline-flex;
    align-items: center;
    height: 3.4rem;
    color: #007167;
    background-color: #fff;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    border-radius: 10em;
}

.actions-article {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
}

.actions-article__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.actions-article__link {
    position: relative;
    overflow: hidden;
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
}

.toggle-actions-article {
    display: block;
    position: relative;
}

.toggle-actions-article__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-actions-article__input:checked~.toggle-actions-article__body svg {
    color: #007167;
}

.toggle-actions-article__body {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    height: 3.8rem;
    color: #007167;
    background-color: #fff;
    padding-right: 2rem;
    padding-left: 2rem;
    border-radius: 10em;
    cursor: pointer;
}

.toggle-actions-article__body span {
    line-height: 1;
}

.toggle-actions-article__body svg {
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    color: transparent;
    fill: currentColor;
    transition: color 0.3s;
}

.copy-link-actions-article {
    width: 3.8rem;
    height: 3.8rem;
    background-color: #007167;
    border-radius: 50%;
}

.copy-link-actions-article img,
.copy-link-actions-article svg {
    width: 2.2rem;
    height: 2.2rem;
}

.copy-link-actions-article * {
    pointer-events: none;
}

.away-block {
    position: absolute;
    left: 50%;
    top: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    max-width: 640px;
    text-align: center;
    color: #173865;
    font-size: 20px;
    overflow-y: auto;
}

.away-block a {
    color: #173865;
    font-weight: 700;
}

.away-block h1 {
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    margin: 19px 0 17px;
    margin-top: 15px;
    line-height: 160%;
}

.away-block__content {
    font-size: 0.75em;
    line-height: 160%;
}

.away-block__browser-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin: 20px 0 0;
    padding: 0;
}

.away-block__browser-list li {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    border-radius: 10px;
    padding-bottom: 10px;
}

.away-block__browser-list li::before {
    content: none;
}

.away-block__good-browser {
    width: 110px;
    height: 120px;
    display: inline-block;
}

.away-block__icon {
    background-image: url("/media/images/browsers.png");
    background-size: 80px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 20px;
    width: 80px;
    height: 80px;
}

.away-block__icon--chrome {
    background-position: 0 -160px;
}

.away-block__icon--yandex {
    background-position: 0 -320px;
}

.away-block__icon--opera {
    background-position: 0 -240px;
}

.away-block__icon--firefox {
    background-position: 0 -80px;
}

.benchmark {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.8em;
    padding: 0.4em 0.8em;
    max-width: 30rem;
    z-index: 100;
}

.benchmark__close {
    color: #000;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 0 0.4em;
    display: inline;
    outline: 0;
    border: 0;
}

.breadcrumbs {
    z-index: 1;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 1.6rem;
    margin-bottom: 4rem;
    pointer-events: none;
}

.breadcrumbs--abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.breadcrumbs li {
    display: flex;
    gap: 0.6rem;
    pointer-events: auto;
}

.breadcrumbs li:after {
    content: '/';
    flex-shrink: 0;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs span {
    color: rgba(0, 113, 103, 0.5);
}

.breadcrumbs--white {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs--white span {
    color: #fff;
}

.buy__head {
    text-align: center;
    margin-bottom: 2.4rem;
}

.buy__title span {
    color: #007167;
}

.buy__buttons {
    justify-content: center;
    margin-top: 2.4rem;
}

.buy__body {
    margin-bottom: 1.2rem;
}

.buy__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -0.6rem;
}

.buy__col {
    width: 50%;
    padding: 0.6rem;
}

.card-buy {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.6rem;
}

.card-buy:not(.button) {
    background-color: #fff;
}

.card-buy.button {
    height: 100%;
}

.card-buy:before {
    content: '';
    display: block;
    padding-bottom: 48.59154929577465%;
}

.card-buy div {
    position: relative;
    width: 70.4225352112676%;
}

.card-buy div:before {
    content: '';
    display: block;
    padding-bottom: 33.33333333333333%;
}

.cookies {
    position: fixed;
    width: 100%;
    z-index: 12;
    bottom: 0;
    left: 0;
}

.cookies.is-hidden {
    display: none;
}

.cookies__wrapper {
    width: 100%;
}

.cookies__content {
    padding: 2.4rem 0;
}

.cookies__text {
    font-size: 1.6rem;
}

.cookies__button {
    min-width: 15.7rem;
    max-width: none;
}

.disclaimer {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.3s;
}

.disclaimer.js-ready {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.disclaimer.js-inactive {
    position: relative;
    bottom: 0;
    background-color: transparent;
}

.disclaimer.js-inactive .disclaimer__close-button {
    display: none;
}

.disclaimer.js-inactive .disclaimer__container {
    background-color: transparent;
    padding-top: 3.6rem;
    padding-bottom: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.disclaimer.js-inactive .disclaimer__text {
    color: rgba(255, 255, 255, 0.2);
}

.disclaimer__container {
    padding: 1.8rem 0;
    max-width: none;
}

.disclaimer__close-button {
    position: absolute;
    top: -1.8rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.6rem;
    height: 3.6rem;
    padding: 0;
    border-radius: 50%;
    opacity: 0.2;
}

.disclaimer__close-button.js-close-hide {
    display: none;
}

.disclaimer__close-icon {
    stroke: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 1.9rem;
    height: 1.9rem;
}

.disclaimer__text {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Bebas Neue", sans-serif, sans-serif;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(21, 20, 21, 0.2);
    font-size: 2rem;
    line-height: 1;
    font-weight: 250;
}

.disclaimer__confirm {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0.2rem 1rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #007167;
    height: 100%;
    transition: all 0.3s;
}

.disclaimer.js-hover .disclaimer__confirm {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.disclaimer__confirm-text {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

.disclaimer__part {
    display: inline-block;
}

.disease {
    background-color: #fff;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    border-radius: 1.6rem 1.6rem 0 0;
}

.disease__head .title {
    margin-bottom: 3rem;
}

.disease__img {
    width: 100%;
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
}

.disease__img:before {
    padding-bottom: 65.08875739644971%;
}

.disease__body {
    margin-top: 3.6rem;
}

.disease__tags {
    margin-top: 2.4rem;
}

.card-disease {
    border-bottom: solid 1px #dcdcdc;
}

.card-disease:first-child .card-disease__head {
    padding-top: 0;
}

.card-disease:last-child {
    border-bottom: none;
}

.card-disease__head {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}

.card-disease__body {
    padding-bottom: 2.4rem;
}

.error-page {
    padding-bottom: 2rem;
}

.error-page__text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    font-size: 13.6rem;
    line-height: 1.182291666666667;
    color: #008e84;
    margin-top: 2.4rem;
    margin-bottom: 3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.error-page__img {
    width: 12.4rem;
}

.error-page__title {
    max-width: 28.8rem;
}

.error-page__btns {
    margin-top: 5rem;
}

.faq {
    overflow: hidden;
}

.faq--page .faq__img {
    max-width: 41.2rem;
}

.faq__head {
    margin-bottom: 3.2rem;
}

.faq__text p {
    max-width: 33.4rem;
}

.faq__img {
    max-width: 48rem;
    margin-top: 2.4rem;
    margin-left: auto;
    margin-right: auto;
}

.faq__img:before {
    padding-bottom: 97.97297297297297%;
}

.faq__item {
    margin-bottom: 0.8rem;
}

.faq__item:last-child {
    margin-bottom: 0;
}

.faq__btns {
    margin-top: 3.2rem;
}

.card-faq {
    display: block;
    background-color: #f9fafa;
    border-radius: 1.6rem;
}

.card-faq__head {
    gap: 1.6rem;
    padding: 1.6rem;
}

.card-faq__title {
    color: #007167;
    line-height: inherit;
}

.card-faq__icon {
    width: 2.4rem;
    height: 2.4rem;
    background-color: #f0f4f4;
    border-radius: 50%;
    transition: all 0.3s;
}

.card-faq__icon svg {
    width: 0.6rem;
    margin-left: 1px;
}

.features {
    background-color: #fff;
    border-radius: 1.6rem;
}

.features--no-border-radius {
    border-radius: 0;
}

.features__row:first-child {
    margin-bottom: 4rem;
}

.features__title {
    line-height: 1.05;
}

.features__title span {
    color: #007167;
}

.features__info {
    margin-top: 3.2rem;
}

.features__img-box {
    display: flex;
    flex-direction: column-reverse;
}

.features__img {
    margin: 3.2rem auto;
    width: 100%;
    max-width: 40.7rem;
}

.features__img:before {
    padding-bottom: 83.78378378378379%;
}

.features__img-text {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.features__img-drop {
    width: 8.2rem;
}

.features__img-drop:before {
    padding-bottom: 100.66225165562915%;
}

.features__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.features__list li {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 1.2rem;
}

.features__list li::before {
    content: none;
}

.features__list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.features__btns {
    margin-top: 3.2rem;
}

.banner-features {
    color: #fff;
}

.banner-features:first-child {
    margin-bottom: 2.4rem;
}

.banner-features__wrapper {
    overflow: hidden;
    display: flex;
    border-radius: 1.6rem;
}

.banner-features__wrapper:before {
    content: '';
    display: block;
    padding-bottom: 170%;
}

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

.banner-features__text {
    position: relative;
    max-width: 26rem;
    margin: 2.6rem 3.761755485893417vw;
}

.banner-features__text p {
    opacity: 0.7;
}

.banner-features__title {
    flex: 1 1 auto;
}

.banner-features__note {
    padding-bottom: 1.6rem;
    margin-top: 1.4rem;
}

.banner-features__note>* {
    opacity: 0.4;
}

.intro-instruction {
    background-color: #fff;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-radius: 0 0 1.6rem 1.6rem;
}

.intro-instruction__col {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding-top: 7rem;
    padding-bottom: 4rem;
}

.intro-instruction__body {
    flex: 1 1 auto;
    margin-bottom: 2rem;
}

.intro-instruction__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 3.6rem;
    background-color: #f0f4f4;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    border-radius: 10em;
}

.intro-instruction__title span {
    color: #007167;
}

.intro-instruction__img {
    width: 100%;
    max-width: 62.6rem;
    margin: 0 auto;
}

.intro-instruction__img:before {
    padding-bottom: 79.3918918918919%;
}

.instruction__wrapper {
    display: flex;
}

.instruction__list {
    overflow: hidden;
}

.instruction__list li {
    flex-shrink: 0;
}

.instruction__list a {
    display: inline-flex;
    align-items: center;
    height: 3.2rem;
    color: #151415;
    background-color: #fff;
    padding: 0 1.2rem;
    border-radius: 10em;
}

.instruction__list a._active {
    color: #fff;
    background-color: #007167;
    transition-delay: 0.1s;
}

.instruction__body {
    flex: 1 1 auto;
    width: 100%;
}

.instruction__back-wrapper {
    flex-shrink: 0;
    width: 5.2rem;
    margin-left: auto;
}

.instruction__back {
    width: 5.2rem;
    height: 5.2rem;
    border: solid 1px #007167;
    border-radius: 50%;
    margin-left: auto;
}

.instruction__back svg {
    width: 2rem;
    height: 2rem;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.card-instruction {
    border-top: solid 1px #d9d9d9;
}

.card-instruction.js-accordion-item--open-ready .card-instruction__ico,
.card-instruction.js-accordion-item--active .card-instruction__ico {
    color: #fff;
    background-color: #007167;
}

.card-instruction__head {
    position: relative;
    gap: 1.2rem;
    padding: 2.4rem 0;
}

.card-instruction__head .title {
    font-size: 1.9rem;
    color: #151415;
    margin-top: 0;
}

.card-instruction__ico {
    color: #007167;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: none;
    transition: all 0.3s;
}

.card-instruction__ico svg {
    width: 1.2rem;
    height: 1.2rem;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.card-instruction__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.card-instruction__body {
    position: relative;
    padding-bottom: 6.4rem;
}

.card-instruction__note {
    color: #007167;
    background-color: rgba(0, 201, 183, 0.102);
    padding: 1.8rem;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    border-radius: 1.6rem;
}

.card-instruction__note:first-child {
    margin-top: 0;
}

.card-instruction__note:last-child {
    margin-bottom: 0;
}

.card-instruction__note>*:first-child {
    margin-top: 0;
}

.card-instruction__note>*:last-child {
    margin-bottom: 0;
}

.intro {
    position: relative;
    overflow: hidden;
    display: flex;
    padding-bottom: 2.4rem;
    background-color: #fff;
}

.intro__tags {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.2rem;
    margin-bottom: 1.6rem;
}

.intro__tag {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    height: 2.8rem;
    color: #007167;
    background-color: #fff;
    padding-right: 0.8rem;
    padding-left: 1rem;
    border-radius: 10em;
}

.intro__tag._active {
    color: #fff;
    background-color: #007167;
}

.intro__text p {
    max-width: 46.3rem;
}

.intro__text p span {
    color: #007167;
}

.intro__title span {
    color: #007167;
}

.intro__btns {
    margin-top: 2.4rem;
}

.intro__note {
    max-width: 15.4rem;
    margin-top: 1.4rem;
    opacity: 0.3;
}

.intro__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65.43624161073825%;
    max-width: 19.5rem;
}

.intro__img:before {
    padding-bottom: 134.8717948717949%;
}

.intro__logos {
    margin-top: 2.4rem;
}

.intro__logos .swiper-container {
    overflow: visible;
    margin: 0 -0.3rem;
}

.intro__logos .swiper-wrapper {
    transition-timing-function: linear;
}

.intro__logos .swiper-slide {
    width: auto;
    padding: 0 0.3rem;
}

.intro__logos-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18rem;
    background-color: rgba(217, 243, 241, 0.671);
    border-radius: 1.6rem;
}

.intro__logos-item:before {
    content: '';
    display: block;
    padding-bottom: 44.44444444444444%;
}

.intro__logos-item div {
    position: relative;
    width: 66.66666666666666%;
}

.intro__logos-item div:before {
    content: '';
    display: block;
    padding-bottom: 33.33333333333333%;
}

.main-menu__extra-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-menu__extra-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.main-menu__extra-item::before {
    content: none;
}

.main-menu__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-menu__item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.main-menu__item::before {
    content: none;
}

.main-menu__item.is-current>.main-menu__link {
    color: #007167;
}

.main-menu__link:not(.button) {
    display: block;
}

.main-menu__link.js-accordion-head {
    pointer-events: auto;
}

.main-menu__link.button:not([href]) {
    pointer-events: none;
    background-color: #0c8f83;
}

.main-menu__link:not([href]):not(.button) {
    color: #007167;
}

.main-menu__link--ozon .button__icon {
    width: 5.8rem;
    height: 1.2rem;
}

.main-menu__sub-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-menu__sub-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 1.6rem;
}

.main-menu__sub-item::before {
    content: none;
}

.main-menu__sub-item:last-child {
    margin-bottom: 0;
}

.main-menu__sub-link {
    display: inline-block;
}

.main-menu__sub-link:not([href]) {
    color: #007167;
    pointer-events: none;
}

.main-menu__sub-link:not([href]):before {
    color: currentColor;
}

.main-menu__sub-link .title-with-arrow {
    display: block;
}

.mainscreen-about {
    color: #fff;
}


.about-overflow {
    overflow: hidden;
}

.mainscreen-about__wrapper {
    position: relative;
}

.mainscreen-about__bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
}

.mainscreen-about__bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.mainscreen-about__row {
    display: flex;
}

.mainscreen-about__row:before {
    content: '';
    padding-bottom: 169.5945945945946%;
}

.mainscreen-about__body {
    display: flex;
    flex-direction: column;
    padding: 7rem 0 3.2rem;
}

.mainscreen-about__text {
    flex: 1 1 auto;
    max-width: 24rem;
    margin-bottom: 1.6rem;
}

.mainscreen-about__text p {
    max-width: 32.1rem;
    margin-top: 1.6rem;
}

.noscript-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 0.7em;
}

.noscript-bar__content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    z-index: 100;
    padding: 1em 0;
}

.noscript-bar__checkbox {
    display: none;
}

.noscript-bar__checkbox:checked+.noscript-bar__content {
    display: none;
}

.noscript-bar__cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.noscript-bar label {
    cursor: pointer;
}

.page-footer__wrapper {
    padding-bottom: 8rem;
}

.page-footer__container {
    display: grid;
    grid-template-areas: 'logo logo' 'links links' 'copyright contacts';
    grid-template-columns: 1fr auto;
    gap: 1.4rem;
}

.page-footer__logo {
    grid-area: logo;
}

.page-footer__links {
    grid-area: links;
    display: flex;
    gap: 1.6rem;
}

.page-footer__copyright {
    grid-area: copyright;
}

.page-footer__contacts {
    grid-area: contacts;
}

.page-footer__logo-wrapper {
    display: block;
    width: 17rem;
    height: 3.6rem;
}

.page-header {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.3s;
}

.page-header.js-fixed {
    background-color: #f0f4f4;
}

.page-header__burger {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    cursor: pointer;
}

.page-header__burger-icon {
    display: block;
    width: 100%;
    height: 100%;
}

.page-header__close-icon {
    display: none;
    width: 100%;
    height: 100%;
}

.page-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 7rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.page-header__left {
    position: relative;
    z-index: 3;
    flex-shrink: 0;
}

.page-header__logo-wrapper {
    display: block;
    width: 10.8rem;
}

.page-header__logo-wrapper:before {
    padding-bottom: 27.77777777777778%;
}

.page-header__nav-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.page-header__nav {
    padding-right: 3.761755485893417vw;
    padding-left: 3.761755485893417vw;
}

.page-header__right {
    display: flex;
    align-items: center;
    align-self: center;
    gap: 0.8rem;
}

.page-header__extra-nav {
    z-index: 2;
}

.pg-list {
    display: none;
    position: fixed;
    left: 2.777777777777778px;
    bottom: 3rem;
    z-index: 2;
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    border-radius: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
}

.pg-list img {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: auto;
}

.pg-list--2 {
    bottom: 8rem;
}

.pg-list--3 {
    bottom: 13rem;
}

.sources {
    z-index: 1;
    color: rgba(21, 20, 21, 0.5);
    padding-top: 4rem;
    padding-bottom: 2.4rem;
}

.sources__wrapper {
    position: relative;
    background-color: #f9fafa;
    border-radius: 1.6rem;
}

.sources a {
    color: inherit;
    word-break: break-word;
}

.sources__header {
    position: relative;
    align-items: center;
    padding: 2.4rem 1.6rem;
    border-radius: inherit;
}

.sources__title-wrapper {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.sources__icon {
    width: 1.1rem;
    height: 0.7rem;
}

.sources__list-wrapper {
    padding-top: 0;
    word-break: break-word;
}

.sources__list {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2.4rem 1.6rem;
}

.sources__list li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.sources__list li::before {
    min-width: 1.6rem;
    margin-right: 0.4rem;
}

.sources__list li small {
    font-size: 100%;
}

.sources__extra-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 2.4rem;
}

.sources__extra-list li {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.sources__extra-list li::before {
    content: none;
}

.sources__extra-list small {
    font-size: 100%;
}

.tech {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.tech__head {
    width: 100%;
    max-width: 84.3rem;
    text-align: center;
    margin: 0 auto 2.4rem;
}

.tech__text>p {
    max-width: 68.1rem;
    margin: 0 auto;
}

.tech__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.tech__list li {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 2rem;
}

.tech__list li::before {
    content: none;
}

.tech__list li:last-child {
    margin-bottom: 0;
}

.tech__list svg {
    width: 100%;
    height: 2.4rem;
    margin-bottom: 0.8rem;
}

.tech__card {
    text-align: center;
}

.tech__img {
    margin-bottom: 3rem;
    width: 20rem;
    margin-right: auto;
    margin-left: auto;
}

.tech__img:before {
    padding-bottom: 101.51515151515152%;
}

.tech__num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.6rem;
    height: 4.6rem;
    color: #fff;
    background-color: #007167;
    margin: 0 auto 1.2rem;
    border-radius: 50%;
}

.tech__card-text {
    width: 100%;
    max-width: 25.6rem;
    margin: 0 auto;
}

.tech__pag {
    margin-top: 1.6rem;
}

.use__slider {
    flex-shrink: 0;
    align-self: flex-start;
    position: relative;
    margin-bottom: 3.2rem;
}

.use__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.use__bg img {
    border-radius: 1.6rem;
}

.use__img-box {
    position: relative;
}

.use__img:before {
    padding-bottom: 114.58333333333333%;
}

.use__text {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    max-width: 34.8rem;
    padding: 1.6rem 2rem;
}

.use__fraction {
    position: absolute;
    z-index: 2;
    top: 1.6rem;
    left: 1.6rem;
    bottom: auto;
    display: flex;
}

.use__nav {
    position: absolute;
    z-index: 2;
    bottom: 3.2rem;
    right: 3.2rem;
}

.use__nav .button._disabled {
    opacity: 0.5;
    pointer-events: none;
}

.use__pag {
    margin-top: 2.4rem;
}

.use__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.use__head {
    margin-bottom: 3.2rem;
}

.use__col {
    padding: 0.5rem;
}

.use__col:last-child .card-use {
    background-color: #d6f2ef;
}

.card-use {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 13.3rem;
    background-color: #fff;
    padding: 1.6rem;
    border-radius: 1.6rem;
}

.card-use__head {
    flex: 1 1 auto;
}

.card-use__head p {
    margin-bottom: 0.4rem;
}

.card-use__body {
    margin-top: 1.2rem;
}

.card-use__item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.card-use__item .some-text span {
    display: block;
}

.card-use__ico {
    width: 4.2rem;
    height: 3.8rem;
}

.pack-use[data-step='1'] .pack-use__cap {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pack-use[data-step='1'] .pack-use__arrow-01 {
    opacity: 0;
}

.pack-use[data-step='1'] .pack-use__arrow-02 {
    opacity: 1;
    transition-delay: 0.5s;
}

.pack-use[data-step='2'] .pack-use__pack {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pack-use[data-step='2'] .pack-use__cap {
    opacity: 0;
}

.pack-use[data-step='2'] .pack-use__arrow-01 {
    opacity: 0;
}

.pack-use[data-step='2'] .pack-use__arrow-02 {
    opacity: 0;
}

.pack-use[data-step='2'] .pack-use__drop {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition-delay: 1s;
}

.pack-use__box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pack-use__box:before {
    padding-bottom: 114.58333333333333%;
}

.pack-use__box .item-response {
    position: absolute;
}

.pack-use__pack {
    width: 29.931972789115648%;
    transition: all 1s;
}

.pack-use__pack:before {
    padding-bottom: 267.04545454545456%;
}

.pack-use__cap {
    top: 20%;
    width: 21.08843537414966%;
    pointer-events: none;
    transition: all 0.5s;
}

.pack-use__cap:before {
    padding-bottom: 114.51612903225808%;
}

.pack-use__drop {
    top: 80%;
    left: 46%;
    width: 8.843537414965986%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.5s;
}

.pack-use__drop:before {
    padding-bottom: 132.69230769230768%;
}

.pack-use__arrow-01 {
    top: 31%;
    width: 25%;
    pointer-events: none;
    transition: all 0.5s;
}

.pack-use__arrow-01:before {
    padding-bottom: 19.047619047619047%;
}

.pack-use__arrow-02 {
    top: 18%;
    left: 37%;
    width: 2.040816326530612%;
    transition: all 0.5s;
    pointer-events: none;
    opacity: 0;
}

.pack-use__arrow-02:before {
    padding-bottom: 1058.3333333333335%;
}

.pack-use__text {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    max-width: 34.8rem;
    padding: 1.6rem 2rem;
}

.pack-use__text>div {
    display: none;
}

.pack-use__text>div._active {
    display: block;
    -webkit-animation: showUseText 0.5s linear both;
    animation: showUseText 0.5s linear both;
}

@-webkit-keyframes showUseText {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes showUseText {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.uteka-widget {
    overflow: hidden;
    max-width: 135.6rem;
    background-color: #f4f5f8;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    border-radius: 1.6rem;
    border: 1px solid #ced6e1;
    /* Минимально поддерживаемые размеры виджета: 320x520. */
}

.uteka-widget iframe {
    display: block;
    width: 100%;
    height: 550px;
    border: none;
}

.uteka-widget__head {
    background-color: inherit;
    border-radius: inherit;
    margin-bottom: 1rem;
}

.uteka-widget__row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
    margin: 0 auto;
}

.uteka-widget__title {
    text-align: center;
    color: #828282;
    font-size: 1.3rem;
    line-height: inherit;
    font-weight: 400;
    letter-spacing: -0.022em;
    margin: 1rem 0 0 0;
}

.uteka-widget__logo {
    height: 2.2rem;
}

.uteka-widget__logo img {
    height: 100%;
}

.what {
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.what__head .title {
    margin-bottom: 3.2rem;
}

.what__img {
    width: 97.2972972972973%;
    max-width: 45rem;
    margin-right: auto;
    margin-left: auto;
}

.what__img:before {
    padding-bottom: 121.875%;
}

.what__cards {
    margin: -0.4rem;
}

.what__col {
    padding: 0.4rem;
}

.card-what {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    gap: 1.6rem;
    padding: 1.6rem;
    border-radius: 1.6rem;
}

.card-what__head {
    flex: 1 1 auto;
}

.card-what__ico {
    position: relative;
}

.where {
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
}

.where__head {
    max-width: 29.6rem;
    margin: 0 auto;
    margin-bottom: 3.2rem;
}

.where__head .title {
    line-height: 1.05;
}

.where__body .swiper-container {
    overflow: visible;
}

.where__body .swiper-slide {
    width: 29.8rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.where__col {
    width: 31.953125%;
}

.where__img {
    overflow: hidden;
    border-radius: 3.2rem;
}

.where__img:before {
    padding-bottom: 137.89731051344742%;
}

.where__pag {
    margin-top: 1.6rem;
}

.card-where {
    position: relative;
    border-radius: 1.6rem;
}

.card-where__img {
    overflow: hidden;
    border-radius: inherit;
}

.card-where__img:before {
    padding-bottom: 69.44444444444444%;
}

.card-where__body {
    display: flex;
    flex-direction: column;
    padding: 1.6rem 0.8rem;
}

.card-where__title {
    flex: 1 1 auto;
}

.card-where__text li {
    margin-bottom: 0.4rem;
}

.card-where__text li:last-child {
    margin-bottom: 0;
}

.card-where__text li:before {
    background-color: currentColor;
}

.why {
    overflow: hidden;
}

.why__head {
    margin-bottom: 3.2rem;
}

.why__title span {
    color: #007167;
}

.why__img-box {
    flex-shrink: 0;
    align-self: flex-end;
    position: relative;
    z-index: 0;
    width: 80.74324324324324%;
    max-width: 23.9rem;
    margin-left: auto;
    margin-right: auto;
}

.why__bg {
    position: absolute;
    z-index: -1;
    top: 7.8%;
    left: 6.3%;
    width: 110.80291970802921%;
}

.why__bg:before {
    padding-bottom: 91.699604743083%;
}

.why__eye {
    position: absolute;
    z-index: 0;
    top: 10.4%;
    right: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58.57740585774059%;
}

.why__eye:before {
    content: '';
    display: block;
    padding-bottom: 65.02890173410405%;
}

.why__eye-back {
    position: absolute;
    width: 100%;
}

.why__eye-back:before {
    padding-bottom: 65.02890173410405%;
}

.why__eye-item {
    position: absolute;
    width: 84.6820809248555%;
    -webkit-animation: eyeRotate 10s linear infinite both;
    animation: eyeRotate 10s linear infinite both;
}

.why__eye-item:before {
    padding-bottom: 99.65870307167235%;
}

.why__eye-rect {
    position: absolute;
    width: 19.07514450867052%;
    top: -1%;
    left: 48.5%;
}

.why__eye-rect:before {
    padding-bottom: 183.33333333333331%;
}

.why__eye-circle {
    position: absolute;
    width: 7.780979827089338%;
    top: 27%;
    left: 27%;
}

.why__img {
    z-index: 1;
}

.why__img:before {
    padding-bottom: 137.2384937238494%;
}

.why__body {
    position: relative;
    align-self: center;
}

.why__item {
    margin-bottom: 0.8rem;
}

.why__item:last-child {
    margin-bottom: 0;
}

.why__text {
    margin-top: 1.6rem;
}

.why__btns {
    margin-top: 1.6rem;
}

@-webkit-keyframes eyeRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes eyeRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

#mocha {
    margin: 0 !important;
    padding: 1em;
    border-top: 0.1em solid #000;
    line-height: 1;
    color: #000;
    background: #fff;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
    flex: none;
}

#mocha a {
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .l-container {
        width: 93.75vw;
    }

    .l-container-dynamic {
        max-width: 93.75vw;
    }

    .l-extra-container {
        width: 98.17708333333333vw;
    }

    .l-padding-container {
        padding-right: 2.346805736636245vw;
        padding-left: 2.346805736636245vw;
    }

    .l-inner-container {
        width: 93.75vw;
    }

    .l-footer-container {
        width: 93.75vw;
    }

    .js-padding {
        padding-top: 7rem;
    }

    html {
        font-size: calc(12px + (100vw - 767px) * -0.004);
    }

    .below-tablet-display {
        display: none;
    }

    .below-tablet-visible {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    .flex-above-tablet {
        display: flex;
    }

    .accordion__item {
        padding: 2.4rem;
        border-radius: 2.4rem;
    }

    .accordion__item-button {
        margin-left: 1.6rem;
    }

    .table {
        font-size: 1.6rem;
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
    }

    .table td,
    .table th {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
        padding-left: 1.6rem;
    }

    .table td {
        border-top: solid 1px rgba(21, 20, 21, 0.1);
    }

    .about__content {
        padding-top: 7rem;
        margin-top: 5rem;
    }

    .about__head {
        display: flex;
        justify-content: space-between;
    }

    .about__head-text {
        width: 49.0625%;
    }

    .about__body {
        display: flex;
        justify-content: space-between;
        margin-top: -1rem;
    }

    .about__img-box {
        width: 39.375%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .about__img-viruses {
        width: 107.34126984126983%;
        left: 3%;
    }

    .about__col {
        display: flex;
        flex-direction: column;
        width: 49.0625%;
    }

    .about__col:before,
    .about__col:after {
        content: '';
        flex: 1 1 auto;
    }

    .about__titles {
        text-align: left;
        white-space: nowrap;
        font-size: 4.794996525364837vw;
        line-height: 1.1;
    }

    .about__titles>div._active {
        -webkit-transform: translateX(-2.5rem);
        transform: translateX(-2.5rem);
    }

    .about__text {
        top: 50%;
    }

    .about__text._active {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .about__list {
        margin: -2.8rem -1rem;
    }

    .about__list-item {
        width: 50%;
        padding: 2.8rem 1rem;
    }

    .about__list-item:first-child p {
        max-width: 47.1rem;
    }

    .about__list-item p {
        max-width: 22.6rem;
    }

    .articles__col {
        width: 50%;
    }

    .other-articles__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        margin-bottom: 3.2rem;
    }

    .article-detailed__img:before {
        padding-bottom: 50%;
    }

    .quote-article-detailed {
        display: flex;
        gap: 1.6rem;
    }

    .banner-article-detailed__row {
        display: grid;
        grid-template-areas: 'head body' 'bottom body';
        grid-template-columns: 1fr 43.93939393939394%;
        grid-template-rows: 1fr auto;
    }

    .banner-article-detailed__head {
        grid-area: head;
        padding: 3.2rem;
    }

    .banner-article-detailed__tags {
        margin-bottom: 2rem;
    }

    .banner-article-detailed__body {
        grid-area: body;
        margin: 0;
    }

    .banner-article-detailed__img:before {
        padding-bottom: 123.79310344827586%;
    }

    .banner-article-detailed__bottom {
        grid-area: bottom;
        padding: 3.2rem 3.2rem 4.2rem;
    }

    .buy__col {
        width: 25%;
    }

    .cookies {
        margin-bottom: 1.2rem;
    }

    .cookies__container {
        display: flex;
    }

    .cookies__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.7rem 2rem;
        border-radius: 0.4rem;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(4rem);
        backdrop-filter: blur(4rem);
    }

    .disclaimer__br-mobile {
        display: none;
    }

    .disclaimer.js-inactive .disclaimer__container {
        justify-content: center;
        padding-top: 5.6rem;
    }

    .disclaimer__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2.4rem 1.6rem 1.6rem;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(3rem);
        backdrop-filter: blur(3rem);
        border-radius: 0.4rem;
    }

    .disclaimer__close-button {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -0.6rem;
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 0;
        margin-bottom: 0.8rem;
    }

    .disclaimer__text {
        text-align: center;
    }

    .disclaimer__confirm {
        padding-top: 1rem;
        padding-bottom: 0.9rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .faq--page .faq__img {
        margin-right: auto;
        margin-left: auto;
    }

    .faq--page .faq__img:before {
        padding-bottom: 105.33980582524272%;
    }

    .faq__img {
        width: 100.95541401273887%;
        margin-left: 6rem;
        margin-right: 0;
    }

    .faq__img:before {
        padding-bottom: 88.64353312302839%;
    }

    .features__img:before {
        padding-bottom: 141.52334152334151%;
    }

    .banner-features__wrapper:before {
        padding-bottom: 50.78125%;
    }

    .banner-features__text {
        display: flex;
        flex-direction: column;
        max-width: 33rem;
        margin: 2.6rem;
    }

    .banner-features__title {
        margin-top: 10rem;
    }

    .intro-instruction {
        padding-bottom: 0.7rem;
        margin-bottom: 8rem;
        border-radius: 0 0 3.2rem 3.2rem;
    }

    .intro-instruction__col {
        padding-top: 8rem;
        padding-bottom: 0;
    }

    .intro-instruction__tags {
        margin-bottom: 2rem;
    }

    .intro-instruction__img:before {
        padding-bottom: 101.91693290734824%;
    }

    .intro {
        background-color: #f8f8f8;
        border-radius: 0 0 1.6rem 1.6rem;
    }

    .intro:before {
        content: '';
        padding-bottom: 51.388888888888886%;
    }

    .intro__container {
        position: static;
    }

    .intro__text {
        max-width: 31rem;
    }

    .intro__note {
        max-width: 25rem;
    }

    .intro__img {
        width: 52.986111111111114%;
        max-width: 40.7rem;
    }

    .intro__img:before {
        padding-bottom: 109.4364351245085%;
    }

    .intro__logos {
        margin-top: 1.6rem;
    }

    .mainscreen-about__row:before {
        padding-bottom: 60.23437499999999%;
    }

    .page-header__content {
        min-height: 7rem;
    }

    .page-header__logo-wrapper {
        width: 27.4rem;
    }

    .page-header__logo-wrapper:before {
        padding-bottom: 8.75912408759124%;
    }

    .page-header__nav {
        padding-right: 3.129074315514994vw;
        padding-left: 3.129074315514994vw;
    }

    .tech__list {
        display: flex;
        justify-content: center;
        gap: 1.6rem;
    }

    .tech__list li {
        margin-bottom: 0;
    }

    .tech__img {
        width: 26.4rem;
    }

    .use__img:before {
        padding-bottom: 101.19047619047619%;
    }

    .use__text {
        padding: 3.2rem;
    }

    .use__fraction {
        align-items: flex-end;
        gap: 2.4rem;
        top: 5.2rem;
        left: 5.2rem;
    }

    .use__fraction span {
        line-height: 0.77;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }

    .use__fraction span._active {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    .use__body {
        flex: 1 1 auto;
        display: flex;
        flex-wrap: wrap;
        margin: -1.2rem;
    }

    .use__col {
        width: 50%;
        padding: 1.2rem;
    }

    .pack-use__box:before {
        padding-bottom: 101.19047619047619%;
    }

    .pack-use__text {
        padding: 3.2rem;
    }

    .uteka-widget__head {
        margin-bottom: 1.6rem;
    }

    .uteka-widget__row {
        padding: 0 1.6rem;
    }

    .what__img {
        width: 100%;
    }

    .what__img:before {
        padding-bottom: 109.18836140888209%;
    }

    .where {
        padding-top: 3.2rem;
    }

    .where__head {
        text-align: center;
    }

    .where__body .swiper-wrapper {
        flex-wrap: wrap;
        width: auto;
        margin: -1.2rem -1.3rem;
    }

    .where__body .swiper-slide {
        width: 50%;
        padding: 1.2rem 1.3rem;
    }

    .card-where__img:before {
        padding-bottom: 65.85365853658537%;
    }

    .card-where__body {
        padding: 1.6rem 0.8rem 0;
    }

    .why__img-box {
        width: 53.515625%;
        max-width: 100%;
    }

    .why__eye {
        top: 17.4%;
        right: 1%;
        width: 50.51094890510949%;
    }

    .why__img:before {
        padding-bottom: 131.38686131386862%;
    }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
    html {
        font-size: calc(10px + (100vw - 767px) * 0.004);
    }
}

@media only screen and (min-width: 1024px) {
    .l-container {
        width: 88.88888888888889vw;
    }

    .l-container-dynamic {
        max-width: 88.88888888888889vw;
    }

    .l-extra-container {
        width: 98.61111111111111vw;
    }

    .l-padding-container {
        padding-right: 10.423905489923559vw;
        padding-left: 10.423905489923559vw;
    }

    .js-padding {
        padding-top: 8rem;
    }

    body {
        font-size: 1.8rem;
        line-height: 1.333333333333333;
    }

    .button .icon-wrapper:not(.icon-wrapper--hidden)~* {
        margin-left: 0.6rem;
    }

    .button *~.button__icon:not(.icon-wrapper--hidden) {
        margin-left: 0.6rem;
    }

    .button--nav .button__icon.icon-wrapper {
        margin-right: 0;
        margin-left: 0;
    }

    .below-desktop-display {
        display: none;
    }

    .below-desktop-visible {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    .flex-above-desktop {
        display: flex;
    }

    .tags li {
        gap: 0.6rem;
    }

    .tags img,
    .tags svg {
        width: 2.4rem;
        height: 2.4rem;
    }

    .tags--medium li {
        height: 3.8rem;
        padding-right: 1.8rem;
        padding-left: 1.8rem;
    }

    .tags--big ul {
        gap: 1.2rem;
    }

    .tags--big li {
        gap: 0.8rem;
        height: 4.8rem;
        padding-right: 2.4rem;
        padding-left: 2.4rem;
    }

    .ya-share2__list .ya-share2__link {
        width: 4.4rem;
        height: 4.4rem;
    }

    .tpghy h1 {
        font-size: 5.2rem;
        margin-bottom: 4rem;
    }

    .tpghy h2 {
        font-size: 2.2rem;
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
    }

    .tpghy hr:first-child+b {
        font-size: 2.2rem;
    }

    .tpghy--article h2 {
        font-size: 2.4rem;
        margin-top: 4.8rem;
    }

    .tpghy--article h2:first-child {
        margin-top: 4.8rem;
    }

    .tpghy--article h3 {
        font-size: 2rem;
        margin-top: 2.4rem;
        margin-bottom: 2.4rem;
    }

    .tpghy--policy h2 {
        font-size: 2.4rem;
        margin-top: 4rem;
    }

    .about__container {
        min-height: 100vh;
        align-items: center;
    }

    .about__content {
        padding-top: 8rem;
        padding-bottom: 8rem;
        margin-top: 0;
    }

    .about__body {
        margin-top: -5rem;
    }

    .about__titles>div._active {
        -webkit-transform: translateX(-5rem);
        transform: translateX(-5rem);
    }

    .articles__head {
        margin-bottom: 4.8rem;
    }

    .articles__col {
        width: 33.333%;
    }

    .card-articles {
        border-radius: 3.2rem;
    }

    .card-articles__body {
        padding: 2.4rem;
    }

    .card-articles__tags {
        padding: 0.8rem 2.4rem 2.4rem;
    }

    .article-detailed h1 {
        font-size: 5.2rem;
        margin-bottom: 2.4rem;
    }

    .article-detailed__head {
        margin-bottom: 3.2rem;
    }

    .article-detailed__head .tags {
        margin-bottom: 4.8rem;
    }

    .article-detailed__img {
        margin-bottom: 8rem;
        border-radius: 3.2rem;
    }

    .banner-article-detailed {
        border-radius: 3.2rem;
    }

    .tags-articles {
        margin-bottom: 4rem;
    }

    .tags-articles__list {
        gap: 0.8rem;
    }

    .tags-articles__item {
        height: 3.8rem;
        padding-right: 1.8rem;
        padding-left: 1.8rem;
    }

    .actions-article {
        margin-top: 6.4rem;
        margin-bottom: 0;
    }

    .actions-article__link {
        width: 4.4rem;
        height: 4.4rem;
    }

    .toggle-actions-article__body {
        gap: 0.8rem;
        height: 4.4rem;
    }

    .copy-link-actions-article {
        width: 4.4rem;
        height: 4.4rem;
    }

    .breadcrumbs {
        margin-top: 3.2rem;
        margin-bottom: 5.6rem;
    }

    .breadcrumbs--instruction {
        top: 2rem;
    }

    .breadcrumbs ul {
        gap: 0.8rem;
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }

    .breadcrumbs li {
        gap: 0.8rem;
    }

    .buy__head {
        margin-bottom: 4rem;
    }

    .buy__buttons {
        margin-top: 3.2rem;
    }

    .buy__body {
        margin-bottom: 2.4rem;
    }

    .buy__row {
        margin: rel-s-(12px);
    }

    .buy__col {
        padding: 1.2rem;
    }

    .card-buy {
        border-radius: 3.2rem;
    }

    .card-buy:before {
        padding-bottom: 40.13377926421405%;
    }

    .card-buy div {
        width: 60.200668896321076%;
    }

    .cookies {
        margin-bottom: 3.6rem;
    }

    .cookies__buttons {
        flex-shrink: 0;
    }

    .disclaimer {
        bottom: 2.4rem;
    }

    .disclaimer.js-inactive .disclaimer__container {
        padding-top: 8rem;
    }

    .disclaimer__text {
        -webkit-transform: scaleY(1.2);
        transform: scaleY(1.2);
        font-size: 2.223766504517026vw;
        letter-spacing: -0.04em;
    }

    .disease {
        padding-top: 8rem;
        padding-bottom: 4rem;
        border-radius: 3.2rem 3.2rem 0 0;
    }

    .disease__row {
        display: flex;
        justify-content: space-between;
        gap: 2.4rem;
    }

    .disease__head {
        flex-shrink: 0;
        width: 100%;
        width: 41.40625%;
    }

    .disease__head .title {
        margin-bottom: 8rem;
    }

    .disease__head-box {
        position: -webkit-sticky;
        position: sticky;
        top: 8rem;
        left: 0;
        width: 100%;
        padding-top: 1.6rem;
    }

    .disease__img {
        width: 95.66037735849056%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .disease__body {
        width: 100%;
        max-width: 63rem;
        margin-top: 0;
    }

    .disease__tags {
        margin-top: 3rem;
    }

    .card-disease__head {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .card-disease__body {
        padding-bottom: 4rem;
    }

    .error-page {
        padding-bottom: 7rem;
    }

    .error-page__text {
        justify-content: flex-end;
        gap: 2.3rem;
        font-size: 38.4rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .error-page__img {
        width: 34.9rem;
    }

    .error-page__title {
        max-width: 67rem;
        margin-top: -2.6rem;
    }

    .faq--page .faq__head {
        width: 41.2rem;
    }

    .faq__row {
        display: flex;
        gap: 2.4rem;
    }

    .faq__head {
        flex-shrink: 0;
        width: 49.0625%;
        margin-bottom: 0;
    }

    .faq__img {
        max-width: 100%;
        margin-left: -8rem;
    }

    .faq__body {
        flex: 1 1 auto;
        width: 100%;
    }

    .faq__item {
        margin-bottom: 1.6rem;
    }

    .faq__btns {
        margin-top: 4.8rem;
    }

    .card-faq__head {
        padding: 2.4rem;
    }

    .card-faq__icon {
        width: 3.1rem;
        height: 3.1rem;
    }

    .card-faq__icon svg {
        width: 0.8rem;
    }

    .faq-detailed {
        padding-top: 3.2rem;
    }

    .features {
        border-radius: 3.2rem;
    }

    .features__row:first-child {
        margin-bottom: 8rem;
    }

    .features__row {
        display: grid;
        grid-template: 'text img' 'body img';
        grid-template-columns: 52rem 1fr;
        grid-template-rows: auto 1fr;
    }

    .features__text {
        grid-area: text;
        padding-top: 5.4rem;
    }

    .features__img-box {
        grid-area: img;
        flex-direction: row;
        justify-content: flex-end;
    }

    .features__img {
        width: 53.55263157894738%;
        max-width: 100%;
        margin: 0;
    }

    .features__img-text {
        display: block;
        width: 31.57894736842105%;
    }

    .features__img-text .title {
        position: relative;
    }

    .features__img-text .title:before,
    .features__img-text .title:after {
        content: '';
        position: absolute;
        right: 100%;
        pointer-events: none;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .features__img-text .title:before {
        top: 0.5em;
        width: 13rem;
        height: 0.2rem;
        margin-right: 3rem;
    }

    .features__img-text .title:after {
        top: 0.35em;
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 16rem;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .features__img-drop {
        width: 62.916666666666664%;
        margin-top: 4.6rem;
        margin-bottom: 1.8rem;
    }

    .features__body {
        grid-area: body;
    }

    .features__list {
        max-width: 42rem;
        margin-top: 4rem;
    }

    .features__list li {
        gap: 2rem;
        margin-bottom: 1.6rem;
    }

    .features__btns {
        margin-top: 4.4rem;
    }

    .banner-features:first-child {
        margin-bottom: 4rem;
    }

    .banner-features__wrapper {
        border-radius: 3.2rem;
    }

    .banner-features__text {
        max-width: 51rem;
        margin: 5.6rem 4rem;
    }

    .banner-features__title {
        margin-top: 17.5rem;
    }

    .banner-features__note {
        padding-bottom: 6rem;
        margin-top: 2.4rem;
        margin-left: 4rem;
    }

    .intro-instruction__row {
        display: flex;
        gap: 2.4rem;
    }

    .intro-instruction__col {
        padding-top: 10rem;
        padding-bottom: 8rem;
    }

    .intro-instruction__body {
        margin-bottom: 7.4rem;
    }

    .intro-instruction__tags {
        margin-bottom: 7.4rem;
    }

    .intro-instruction__img {
        width: 48.90625%;
    }

    .instruction__side {
        flex-shrink: 0;
        width: 41.1rem;
        margin-right: 2.4rem;
    }

    .instruction__side-box {
        position: -webkit-sticky;
        position: sticky;
        top: 9.2rem;
        left: 0;
    }

    .instruction__list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0.8rem;
    }

    .instruction__list a {
        height: 4.2rem;
        padding: 0 1.7rem;
    }

    .instruction__body {
        max-width: 66rem;
    }

    .instruction__body:not(:last-child) {
        margin-right: 2.4rem;
    }

    .instruction__back {
        position: -webkit-sticky;
        position: sticky;
        top: 9.2rem;
        left: 0;
    }

    .card-instruction__head {
        padding: 3.2rem 0;
        gap: 2.4rem;
    }

    .card-instruction__head .title {
        font-size: 2.4rem;
    }

    .card-instruction__body {
        padding-bottom: 5.6rem;
    }

    .intro {
        padding-bottom: 4rem;
    }

    .intro__tags {
        flex-wrap: wrap;
        gap: 0.8rem;
        margin-top: 2.6rem;
        margin-bottom: 7rem;
    }

    .intro__tag {
        background-color: #f0f4f4;
        height: 3.6rem;
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }

    .intro__text {
        max-width: 59.5rem;
    }

    .intro__btns {
        margin-top: 2.7rem;
    }

    .intro__note {
        max-width: 40.1rem;
        margin-top: 3rem;
    }

    .intro__img {
        max-width: 100%;
    }

    .intro__logos .swiper-container {
        margin: 0 -1.2rem;
    }

    .intro__logos .swiper-slide {
        padding: 0 1.2rem;
    }

    .intro__logos-item {
        width: 30.2rem;
        border-radius: 3.2rem;
    }

    .intro__logos-item:before {
        padding-bottom: 39.735099337748345%;
    }

    .intro__logos-item div {
        width: 66.22516556291392%;
    }

    .main-menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-menu__list {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-left: -2.4rem;
    }

    .main-menu__item {
        margin-left: 2.4rem;
    }

    .main-menu__item:focus-within .page__accordion-icon,
    .main-menu__item:hover .page__accordion-icon {
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .main-menu__link .page__accordion-content {
        height: auto !important;
    }

    .main-menu__link .page__accordion-icon {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .main-menu__sub {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 20rem;
        height: auto !important;
        padding-top: 1.6rem;
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        pointer-events: none;
        overflow: visible;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition: all 0.3s;
    }

    .main-menu__sub-wrapper {
        padding: 1.6rem;
        background-color: #fff;
        box-shadow: 10px 30px 40px rgba(21, 39, 55, 0.05), 1px 8px 18px rgba(21, 39, 55, 0.1);
        border-radius: 0.8rem;
    }

    .main-menu--extra {
        justify-content: flex-end;
    }

    .mainscreen-about__bg {
        border-radius: 3.2rem;
    }

    .mainscreen-about__body {
        padding: 7.5rem 0;
    }

    .mainscreen-about__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 47.8rem;
        margin-bottom: 3rem;
    }

    .mainscreen-about__text p {
        margin-top: 3rem;
    }

    .page-footer__wrapper {
        padding-top: 2.4rem;
    }

    .page-footer__container {
        align-items: center;
        grid-template-areas: 'copyright links contacts logo';
        grid-template-columns: auto 1fr auto auto;
        gap: 3.2rem;
    }

    .page-header__burger {
        display: none;
    }

    .page-header__content {
        min-height: 8rem;
        padding-top: 2.1rem;
        padding-bottom: 2.1rem;
    }

    .page-header__left {
        margin-right: 1.6rem;
    }

    .page-header__nav {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        flex-grow: 1;
    }

    .page-header__right {
        position: relative;
        justify-content: space-between;
        flex-grow: 1;
    }

    .page-header__extra-nav {
        min-width: 21.3rem;
        margin-left: 1.6rem;
    }

    .sources {
        padding-top: 4.8rem;
        padding-bottom: 3.2rem;
    }

    .sources__header {
        padding: 2.4rem;
    }

    .sources__list {
        padding: 2.4rem;
    }

    .sources__list:not(._one) {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2.4rem;
        -moz-column-gap: 2.4rem;
        column-gap: 2.4rem;
        -webkit-column-fill: balance;
        -moz-column-fill: balance;
        column-fill: balance;
    }

    .sources__list:not(._one) li {
        display: inline-block;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        float: left;
    }

    .sources__list li {
        padding-left: 2.4rem;
    }

    .sources__list li::before {
        position: absolute;
        left: 0;
    }

    .tech {
        padding-top: 14rem;
        padding-bottom: 10rem;
    }

    .tech__head {
        margin: 0 auto 6rem;
    }

    .tech__slider .swiper-wrapper {
        width: auto;
        min-width: 100%;
        margin: 0 -2rem;
    }

    .tech__slider .swiper-slide {
        width: 20%;
    }

    .tech__img {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 2rem;
    }

    .tech__card-text {
        max-width: 100%;
        padding-right: 0.6rem;
        padding-left: 0.6rem;
        margin: 0;
    }

    .use__row {
        display: flex;
        gap: 6.4rem;
    }

    .use__slider {
        width: 45.9375%;
        margin-bottom: 0;
    }

    .use__bg img {
        border-radius: 3.2rem;
    }

    .use__head {
        margin-bottom: 4rem;
    }

    .card-use {
        min-height: 21.7rem;
        padding: 2.4rem;
        border-radius: 3.2rem;
    }

    .uteka-widget {
        border-radius: 2.4rem;
    }

    .what {
        padding-top: 8rem;
        padding-bottom: 0;
    }

    .what__row {
        display: flex;
        justify-content: space-between;
    }

    .what__head {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        width: 44.765625%;
    }

    .what__head .title {
        flex: 1 1 auto;
        margin-bottom: 1.2rem;
    }

    .what__img {
        width: 113.96160558464223%;
        max-width: 100%;
        margin-left: -8rem;
        margin-right: auto;
    }

    .what__body {
        width: 100%;
        max-width: 62.6rem;
        padding-bottom: 4rem;
    }

    .what__cards {
        display: flex;
        flex-wrap: wrap;
        min-height: 100%;
        margin: -1.1rem;
    }

    .what__col {
        width: 50%;
        padding: 1.1rem;
    }

    .card-what {
        flex-direction: column;
        gap: 1.2rem;
        height: 100%;
        min-height: 23.8rem;
        padding: 2.4rem;
        border-radius: 3.2rem;
    }

    .card-what__body {
        display: flex;
        justify-content: flex-end;
    }

    .where {
        padding-top: 10rem;
    }

    .where__head {
        max-width: 56.4rem;
        margin-bottom: 5.8rem;
    }

    .where__row {
        display: flex;
        gap: 2.5rem;
    }

    .where__body {
        flex: 1 1 auto;
    }

    .card-where {
        border-radius: 3.2rem;
    }

    .card-where:hover:after {
        opacity: 0.5;
    }

    .card-where:hover .card-where__text {
        opacity: 1;
    }

    .card-where:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(223.69deg, rgba(93, 170, 162, 0.5) -7.89%, rgba(213, 207, 244, 0.5) 77.08%), linear-gradient(223.69deg, #5daaa2 -7.89%, #d5cff4 77.08%), linear-gradient(180deg, rgba(0, 0, 0, 0) 19.79%, rgba(0, 0, 0, 0.2) 100%);
        border-radius: inherit;
        pointer-events: none;
        opacity: 0.5;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .card-where__body {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 2.4rem;
    }

    .card-where__text {
        opacity: 0;
        transition: opacity 0.3s;
    }

    .card-where__text li {
        margin-bottom: 1.6rem;
    }

    .why__row {
        display: flex;
        gap: 3.4rem;
    }

    .why__head {
        margin-bottom: 0;
    }

    .why__img-box {
        margin-left: -6.7rem;
        margin-right: 0;
    }

    .why__body {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .why__list {
        margin-top: 4rem;
        margin-bottom: 6.4rem;
    }

    .why__item {
        display: flex;
        gap: 2.4rem;
        margin-bottom: 4rem;
    }

    .why__text {
        max-width: 33.5rem;
        margin-top: 0;
    }

    .why__btns {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
    html {
        font-size: calc(8px + (100vw - 1023px) * 0.005);
    }
}

@media only screen and (min-width: 1024px) and (any-hover: hover) {
    .main-menu__sub:hover {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        pointer-events: auto;
    }
}

@media only screen and (min-width: 1280px) {
    .l-inner-container {
        width: 0;
    }

    .l-footer-container {
        width: 88.88888888888889vw;
    }

    .popup__content {
        font-size: 1.8rem;
    }

    .disclaimer__close-button {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 2.6rem;
        height: 2.6rem;
        margin-left: 1.6rem;
    }
}

@media only screen and (min-width: 1440px) and (min-width: 1440px) {
    html {
        font-size: calc(10px + (100vw - 1439px) * 0.007);
    }
}

@media only screen and (min-width: 1440px) {
    .about__titles {
        font-size: 6.9rem;
    }

    .faq-detailed__body h1 {
        margin-right: -3rem;
    }
}

@media only screen and (min-width: 1920px) {
    .l-outer-container {
        max-width: 1920px;
    }

    .disclaimer__text {
        font-size: 3.2rem;
    }
}

@media only screen and (max-width: 1279px) {
    .popup__text-break {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .l-wrapper {
        overflow: hidden;
    }

    .button--main-big {
        font-size: 1.4rem;
        min-height: 3.8rem;
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }

    .button--main-white-big {
        font-size: 1.4rem;
        min-height: 3.8rem;
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }

    .button--stroke-big {
        font-size: 1.4rem;
        min-height: 3.8rem;
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }

    .button--stroke-white-big {
        font-size: 1.4rem;
        min-height: 3.8rem;
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }

    .above-desktop-display {
        display: none;
    }

    .above-desktop-visible {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    .fs-10-tablet {
        font-size: 1rem;
    }

    .fs-12-tablet {
        font-size: 1.2rem;
    }

    .fs-15-tablet {
        font-size: 1.5rem;
    }

    .fs-16-tablet {
        font-size: 1.6rem;
    }

    .fs-19-tablet {
        font-size: 1.9rem;
    }

    .fs-22-tablet {
        font-size: 2.2rem;
    }

    .fs-24-tablet {
        font-size: 2.4rem;
    }

    .fs-25-tablet {
        font-size: 2.5rem;
    }

    .fs-26-tablet {
        font-size: 2.6rem;
    }

    .fs-28-tablet {
        font-size: 2.8rem;
    }

    .pb-0-tablet {
        padding-bottom: 0;
    }

    .pb-24-tablet {
        padding-bottom: 2.4rem;
    }

    .pb-40-tablet {
        padding-bottom: 4rem;
    }

    .pt-24-tablet {
        padding-top: 2.4rem;
    }

    .pt-40-tablet {
        padding-top: 4rem;
    }

    .mb-6-tablet {
        margin-bottom: 0.6rem;
    }

    .mb-8-tablet {
        margin-bottom: 0.8rem;
    }

    .mb-12-tablet {
        margin-bottom: 1.2rem;
    }

    .mb-16-tablet {
        margin-bottom: 1.6rem;
    }

    .mb-24-tablet {
        margin-bottom: 2.4rem;
    }

    .mb-40-tablet {
        margin-bottom: 4rem;
    }

    .ico-18-tablet {
        width: 1.8rem;
        height: 1.8rem;
    }

    .ico-24-tablet {
        width: 2.4rem;
        height: 2.4rem;
    }

    .ico-42-tablet {
        width: 4.2rem;
        height: 4.2rem;
    }

    .flex-column-tablet {
        display: flex;
        flex-direction: column;
    }

    .card-articles__tags li {
        height: 2.8rem;
    }

    .banner-article-detailed__img {
        max-width: 29rem;
    }

    .features__img-text {
        padding-top: 2rem;
        border-top: solid 1px rgba(0, 113, 103, 0.2);
    }

    .features__list li {
        padding-bottom: 1.2rem;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    }

    .instruction__wrapper {
        flex-direction: column;
    }

    .instruction__side:not(._no-sticky) {
        order: 1;
        z-index: 9;
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        left: 0;
    }

    .instruction__side-box {
        width: 100%;
    }

    .instruction__list {
        background-color: #fff;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
        padding-right: 3.125vw;
        padding-left: 3.125vw;
        margin-right: -3.125vw;
        margin-left: -3.125vw;
        border-radius: 1.6rem 1.6rem 0 0;
    }

    .instruction__list ul {
        display: flex;
        overflow-y: hidden;
        overflow-x: auto;
        scrollbar-width: none;
        padding-right: 3.125vw;
        padding-left: 3.125vw;
        margin-right: -3.125vw;
        margin-left: -3.125vw;
    }

    .instruction__list li {
        margin-right: 0.8rem;
    }

    .instruction__list li:last-child {
        margin-right: 0;
    }

    .intro__tags {
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 3.125vw;
        padding-left: 3.125vw;
        margin-right: -3.125vw;
        margin-left: -3.125vw;
        scrollbar-width: none;
    }

    .intro__tag._active {
        order: -1;
    }

    .main-menu {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
        overflow-y: auto;
    }

    .main-menu--extra {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-menu__extra-item {
        margin-bottom: 1.2rem;
    }

    .main-menu__extra-item:last-child {
        margin-bottom: 0;
    }

    .main-menu__list {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    .main-menu__link:not(.button) {
        font-size: 2.5rem;
        color: #007167;
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    }

    .main-menu__sub {
        position: absolute;
        z-index: 1;
        width: 100%;
        min-width: 15.4rem;
        overflow: visible;
        transition: all 0.3s;
    }

    .main-menu__sub-wrapper {
        padding-top: 0.8rem;
        padding-bottom: 1.2rem;
        padding-left: 1.6rem;
        background-color: #fff;
        box-shadow: 10px 30px 40px rgba(21, 39, 55, 0.05), 1px 8px 18px rgba(21, 39, 55, 0.1);
        border-bottom-left-radius: 0.8rem;
        border-bottom-right-radius: 0.8rem;
    }

    .main-menu:not(.main-menu--extra) .main-menu__extra-list {
        margin-top: 2.4rem;
    }

    .main-menu:not(.main-menu--extra) .main-menu__extra-list .button {
        min-height: 3.8rem;
    }

    .js-accordion-item--active .main-menu__link {
        color: #007167;
    }

    .mainscreen-about__text .title {
        line-height: 1.05;
    }

    .page-footer__container {
        padding-top: 1.8rem;
        border-top: solid 1px rgba(0, 113, 103, 0.2);
    }

    .page-footer__links {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
        margin-bottom: 0.6rem;
    }

    .page-header:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 7rem;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        pointer-events: none;
    }

    .page-header.js-fixed {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .page-header:not(.page-header--transparent) {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .page-header.is-opened .page-header__nav {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .page-header.is-opened .page-header__burger-icon {
        display: none;
    }

    .page-header.is-opened .page-header__close-icon {
        position: relative;
        display: block;
    }

    .page-header__container {
        position: static;
    }

    .page-header__nav {
        position: fixed;
        z-index: 2;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        width: 100vw;
        right: 0;
        bottom: 0;
        margin-top: 0;
        padding-top: 6.6rem;
        padding-bottom: 1.5rem;
        pointer-events: none;
        box-sizing: border-box;
        transition: all 0.3s;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        overflow: hidden;
        background-color: #fff;
    }

    .uteka-widget iframe {
        height: 400px;
    }

    .card-where__title {
        color: #007167;
    }

    .card-where__title br {
        display: none;
    }

    .why__item {
        background-color: #fff;
        padding: 1.6rem;
        border-radius: 1.6rem;
    }
}

@media only screen and (max-width: 1023px) and (any-hover: hover) {
    .main-menu__link:hover~.main-menu__sub {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        pointer-events: auto;
    }

    .main-menu__link:hover .page__accordion-icon {
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }
}

@media only screen and (max-width: 767px) {
    .icon-40-mob {
        width: 4rem;
        height: 4rem;
    }

    .above-tablet-display {
        display: none;
    }

    .above-tablet-visible {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    .fs-12-mob {
        font-size: 1.2rem;
    }

    .mb-12-mob {
        margin-bottom: 1.2rem;
    }

    .flex-mob {
        display: flex;
    }

    .flex-column-mob {
        flex-direction: column;
    }

    .popup__content {
        margin: 0;
        min-height: 100%;
    }

    table thead {
        display: none;
    }

    table>tbody:first-child tr:first-child {
        display: none;
    }

    table tr {
        display: block;
    }

    table td {
        display: block;
        border: 0;
        border-bottom: 1px dotted #ccc;
        word-break: break-word;
    }

    table td:last-child {
        border-bottom: none;
    }

    table td:before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 0.7em;
    }

    .table td {
        display: flex;
    }

    .table tbody tr {
        border-top: solid 1px #151415;
        padding-top: 1.4rem;
        margin-top: 1.4rem;
    }

    .about__container {
        align-items: center;
        min-height: 100vh;
    }

    .about__col {
        min-height: 35rem;
    }

    .about__list-item {
        border-bottom: solid 1px #d0d0d0;
    }

    .article-detailed__img {
        margin-right: -3.75vw;
        margin-left: -3.75vw;
    }

    .quote-article-detailed>img,
    .quote-article-detailed>svg {
        margin-bottom: 1.2rem;
    }

    .banner-article-detailed__img {
        width: 85.13513513513513%;
        max-width: 25.2rem;
        margin-right: auto;
        margin-left: auto;
    }

    .cookies {
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(3rem);
        backdrop-filter: blur(3rem);
        bottom: 0 !important;
    }

    .disclaimer {
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-backdrop-filter: blur(3rem);
        backdrop-filter: blur(3rem);
    }

    .disclaimer__close-button {
        background-color: #fff;
        top: 1rem;
        right: -2rem;
    }

    .disclaimer__text {
        width: 96%;
    }

    .banner-features__wrapper {
        margin-right: -3.761755485893417vw;
        margin-left: -3.761755485893417vw;
    }

    .instruction__list {
        padding-right: 3.75vw;
        padding-left: 3.75vw;
        margin-right: -3.75vw;
        margin-left: -3.75vw;
    }

    .instruction__list ul {
        padding-right: 3.75vw;
        padding-left: 3.75vw;
        margin-right: -3.75vw;
        margin-left: -3.75vw;
    }

    .instruction__blocks {
        margin-top: 2.4rem;
    }

    .intro__row {
        position: relative;
        overflow: hidden;
        background-color: #f0f4f4;
        padding-bottom: 12.6rem;
        padding-right: 3.75vw;
        padding-left: 3.75vw;
        margin-right: -3.75vw;
        margin-left: -3.75vw;
        border-radius: 0 0 1.6rem 1.6rem;
    }

    .intro__tags {
        padding-right: 3.75vw;
        padding-left: 3.75vw;
        margin-right: -3.75vw;
        margin-left: -3.75vw;
    }

    .page-header:before {
        height: 7rem;
    }

    .tech {
        background-color: #fff;
    }

    .tech__slider {
        padding-top: 2.4rem;
        border-top: solid 1px rgba(0, 0, 0, 0.1);
    }

    .use__slider {
        overflow: hidden;
        padding-right: 3.75vw;
        padding-left: 3.75vw;
        margin-right: -3.75vw;
        margin-left: -3.75vw;
    }

    .use__slider .swiper-container {
        margin-right: -0.8rem;
        margin-left: -0.8rem;
        overflow: visible;
    }

    .use__slider .swiper-slide {
        width: 30.4rem;
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }

    .use__fraction span:not(._active) {
        display: none;
    }

    .use__head .title {
        line-height: 1.05;
    }

    .uteka-widget {
        padding: 1.6rem 0 0;
    }

    .uteka-widget iframe {
        height: 540px;
    }

    .where {
        overflow: hidden;
        background-color: #fff;
        border-radius: 0 0 1.6rem 1.6rem;
    }

    .where__body .swiper-container {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
}

@media only screen and (max-width: 479px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    html {
        font-size: calc(10px + (100vw - 479px) * 0.007);
    }
}

@media only screen and (min-width: 768px) and (max-width: 479px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) and (min-width: 480px) and (max-width: 767px) {
    html {
        font-size: calc(10px + (100vw - 479px) * 0);
    }
}

@media only screen and (min-width: 1024px) and (max-width: 479px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (min-width: 1024px) and (min-width: 480px) and (max-width: 1023px) {
    html {
        font-size: calc(10px + (100vw - 479px) * -0.004);
    }
}

@media only screen and (min-width: 1440px) and (max-width: 479px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (min-width: 1440px) and (min-width: 480px) and (max-width: 1439px) {
    html {
        font-size: calc(10px + (100vw - 479px) * 0);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cookies__text {
        width: 70%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .features__img-text .title:before {
        width: 12rem;
        margin-right: 1rem;
    }

    .features__img-text .title:after {
        margin-right: 13rem;
    }
}

@media (any-hover: hover) {
    .button--main:hover {
        background-color: #0c8f83;
    }

    .button--main-white:hover {
        background-color: #dffffa;
    }

    .button--stroke:hover {
        color: #0c8f83;
        border-color: #0c8f83;
    }

    .button--stroke-white:hover {
        color: #007167;
        background-color: #fff;
    }

    .button-parent .button--mini:hover {
        color: #007167;
    }

    .buy-on-ozon__link:hover {
        background-color: #0c8f83;
    }

    .tpghy a:not(.button):hover {
        text-decoration: none;
        color: #151415;
    }

    .page__accordion-trigger:hover~.page__accordion-icon-wrapper {
        color: #fff;
        background-color: #007167;
    }

    .card-articles:hover .card-articles__img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .tags-articles__input:not(:checked)~.tags-articles__item:hover {
        color: #fff;
        background-color: #007167;
    }

    .breadcrumbs a:hover {
        color: #151415;
    }

    .breadcrumbs--white a:hover {
        color: #fff;
    }

    .card-buy:not(.button):hover {
        background-color: #ebf8f7;
    }

    .card-faq:hover {
        box-shadow: 10px 30px 40px 0px rgba(21, 39, 55, 0.051);
    }

    .card-faq:hover .card-faq__icon {
        background-color: #007167;
        color: #fff;
    }

    .instruction__list a:hover {
        color: #fff;
        background-color: #007167;
    }

    .instruction__back:hover {
        border-color: #151415;
    }

    .instruction__back:hover svg {
        -webkit-transform: translateY(-0.4rem);
        transform: translateY(-0.4rem);
    }

    .card-instruction__trigger:hover~.card-instruction__ico {
        color: #fff;
        background-color: #007167;
    }

    .intro__logos-item:hover {
        background-color: #fff;
    }

    .main-menu__link:not(.button):hover {
        color: #007167;
    }

    .main-menu__sub-link:not(.button):hover {
        color: #007167;
    }

    .page-footer a:hover {
        color: #000;
    }

    .sources a:hover {
        text-decoration: underline;
    }
}

@media only screen {
    .disclaimer__text {
        font-size: 2.3rem;
    }
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}