@charset "UTF-8";

/* Breackpoints */

/* Для больших проектов со своей системой отступов */

/* Indents */

/* Для больших проектов со своей системой отступов */

:root {
  /* Colors */
  --ozon-primary-color: 0, 91, 255;
  --ozon-primary-light-color: 92, 149, 255;
  --ozon-primary-dark-color: 0, 64, 184;
  --ozon-secondary-color: 249, 17, 85;
  --ozon-secondary-light-color: 252, 85, 135;
  --ozon-secondary-dark-color: 208, 11, 70;
  --wb-primary-color: 203, 17, 171;
  --wb-primary-light-color: 239, 61, 209;
  --wb-primary-dark-color: 159, 11, 134;
  --wb-secondary-color: 72, 17, 115;
  --ym-primary-color: 254, 212, 43;
  --ym-secondary-color: 0, 0, 0;
  --telegram-color: 34, 158, 217;
  --whatsapp-color: 40, 209, 70;
  --primary-color: 23, 107, 176;
  --primary-dark-color: 17, 94, 157;
  --primary-light-color: 32, 122, 195;
  --primary-contrast-color: 255, 255, 255;
  --secondary-color: 241, 58, 186;
  --secondary-dark-color: 204, 29, 204;
  --secondary-light-color: 221, 88, 247;
  --secondary-contrast-color: 255, 255, 255;
  --success-color: 63, 153, 63;
  --error-color: 236, 42, 42;
  --warning-color: 255, 200, 0;
  --info-color: 63, 128, 202;
  --divider-color: 136, 136, 136;
  --primary-text-color: 51, 51, 51;
  --secondary-text-color: 102, 102, 102;
  --input-text-color: 136, 136, 136;
  --disabled-color: 223, 223, 223;
  --ui-default-color: 241, 241, 241;
  --section-primary-color: 255, 255, 255;
  --section-secondary-color: 247, 247, 247;
  --white-color: 255, 255, 255;
  --black-color: 0, 0, 0;
  /* Other */
  --box-radius: 4px;
  --box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  --font-family: "GT Eesti Pro", sans-serif;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: "GT Eesti Pro";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gteestiprodisplay_thin.eot");
  src: local("../fonts/gteestiprodisplay_thin"), url("../fonts/gteestiprodisplay_thin.eot?#iefix") format("embedded-opentype"), url("../fonts/gteestiprodisplay_thin.woff2") format("woff2"), url("../fonts/gteestiprodisplay_thin.woff") format("woff"), url("../fonts/gteestiprodisplay_thin.ttf") format("truetype");
}

@font-face {
  font-family: "GT Eesti Pro";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gteestiprodisplay_light.eot");
  src: local("../fonts/gteestiprodisplay_light"), url("../fonts/gteestiprodisplay_light.eot?#iefix") format("embedded-opentype"), url("../fonts/gteestiprodisplay_light.woff2") format("woff2"), url("../fonts/gteestiprodisplay_light.woff") format("woff"), url("../fonts/gteestiprodisplay_light.ttf") format("truetype");
}

@font-face {
  font-family: "GT Eesti Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gteestiprodisplay_regular.eot");
  src: local("../fonts/gteestiprodisplay_regular"), url("../fonts/gteestiprodisplay_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gteestiprodisplay_regular.woff2") format("woff2"), url("../fonts/gteestiprodisplay_regular.woff") format("woff"), url("../fonts/gteestiprodisplay_regular.ttf") format("truetype");
}

@font-face {
  font-family: "GT Eesti Pro";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gteestiprodisplay_medium.eot");
  src: local("../fonts/gteestiprodisplay_medium"), url("../fonts/gteestiprodisplay_medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gteestiprodisplay_medium.woff2") format("woff2"), url("../fonts/gteestiprodisplay_medium.woff") format("woff"), url("../fonts/gteestiprodisplay_medium.ttf") format("truetype");
}

@font-face {
  font-family: "GT Eesti Pro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gteestiprodisplay_bold.eot");
  src: local("../fonts/gteestiprodisplay_bold"), url("../fonts/gteestiprodisplay_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gteestiprodisplay_bold.woff2") format("woff2"), url("../fonts/gteestiprodisplay_bold.woff") format("woff"), url("../fonts/gteestiprodisplay_bold.ttf") format("truetype");
}

@font-face {
  font-family: "GT Eesti Pro";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/gteestiprodisplay_ultrabold.eot");
  src: local("../fonts/gteestiprodisplay_ultrabold"), url("../fonts/gteestiprodisplay_ultrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/gteestiprodisplay_ultrabold.woff2") format("woff2"), url("../fonts/gteestiprodisplay_ultrabold.woff") format("woff"), url("../fonts/gteestiprodisplay_ultrabold.ttf") format("truetype");
}

* {
  margin: 0px;
  padding: 0px;
  line-height: 1;
  border: 0px;
}

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

aside,
nav,
footer,
header,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

button {
  font-family: inherit;
  line-height: inherit;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

input,
select {
  vertical-align: middle;
  border: none;
  outline: none;
}

ul,
menu,
ul li,
menu li {
  list-style: none;
}

textarea {
  resize: vertical;
}

:is(body, p, li, textarea, select, input) {
  color: rgb(var(--primary-text-color));
  font-weight: 300;
  font-size: 20px;
  font-family: var(--font-family);
  line-height: 1.3;
}

p {
  margin-block: 8px;
}

:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  font-weight: 500;
  line-height: 1.15;
}

:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6):first-child {
  margin-top: 0;
}

:is(h1, .h1) {
  font-size: 60px;
  margin-block: 28px 24px;
}

:is(h2, .h2) {
  font-size: 52px;
  margin-block: 24px 20px;
}

:is(h3, .h3) {
  font-size: 42px;
  margin-block: 20px 16px;
}

:is(h4, .h4) {
  font-size: 34px;
  margin-block: 20px 16px;
}

:is(h5, .h5) {
  font-size: 26px;
  margin-block: 20px 16px;
}

:is(h6, .h6) {
  font-size: 20px;
  margin-block: 16px 12px;
}

.underline {
  text-decoration: underline;
}

.text-small {
  font-size: 16px;
}

.text-big {
  font-size: 24px;
}

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

.w-200 {
  font-weight: 200;
}

.w-300 {
  font-weight: 300;
}

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

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

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

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

.w-900 {
  font-weight: 900;
}

.upper {
  text-transform: uppercase;
}

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

body {
  height: 100%;
}

picture {
  width: inherit;
  height: inherit;
}

picture,
img {
  display: block;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-vertical :is(picture, img) {
  width: auto;
  height: 100%;
}

.img-horizontal :is(picture, img) {
  width: 100%;
  height: auto;
}

.img-cover {
  overflow: hidden;
}

.img-cover :is(picture, img) {
  width: 100%;
  height: 100%;
}

.img-cover_auto {
  position: relative;
}

.img-cover_auto :is(picture, img) {
  position: absolute;
  inset: 0;
}

.img-cover_hover :is(picture, img) {
  transition: all 300ms ease, transform 800ms ease;
}

.wrapper {
  min-height: 100%;
}

.section {
  scroll-margin-block: 64px;
  overflow: hidden;
}

.section_fill {
  background: rgb(var(--section-secondary-color));
}

.section_overflow {
  overflow: auto;
}

.section_small {
  padding-block: 40px;
}

.section_normal {
  padding-block: 64px;
}

.section_big {
  padding-block: 88px;
}

.section__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section__title_center {
  align-items: center;
  text-align: center;
}

.section__text,
.section__text p {
  font-size: 16px;
}

.shadow {
  text-shadow: 4px 4px 0px #fff, -4px 0 0px #fff;
}

.overflow-x-h {
  overflow-x: hidden;
}

.overflow-y-h {
  overflow-y: hidden;
}

.overflow-h {
  overflow: hidden;
}

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

a {
  color: rgb(var(--primary-text-color));
  font-weight: 400;
  cursor: pointer;
  transition: color 400ms ease;
}

a:hover {
  color: rgb(var(--ozon-primary-color));
}

.link {
  color: rgb(var(--ozon-primary-color));
  font-weight: 500;
  cursor: pointer;
  transition: color 400ms ease;
}

.link:hover {
  color: rgb(var(--ozon-primary-light-color));
}

svg {
  width: inherit;
  height: inherit;
  fill: currentColor;
}

hr {
  width: 100%;
  height: 3px;
  background: rgb(var(--primary-color));
}

ul:not(.nomarker) ol {
  padding-left: 30px;
}

ul:not(.nomarker) ul {
  padding-left: 20px;
}

ul:not(.nomarker) li {
  list-style: square;
}

ol:not(.nomarker) ol {
  padding-left: 30px;
}

ol:not(.nomarker) ul {
  padding-left: 20px;
}

ol:not([reversed]) {
  counter-reset: li;
}

ol:not([reversed]) > li {
  list-style: none;
}

ol:not([reversed]) > li::before {
  font-size: 24px;
  display: inline-block;
  margin-right: 8px;
  font-weight: 500;
  content: counters(li, ".") ". ";
  counter-increment: li;
}

[data-group-hidden] {
  display: none !important;
}

table {
  text-align: center;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
}

table thead {
  border-bottom: 1px solid rgba(var(--black-color), 0.2);
}

table thead tr {
  background: transparent;
}

table tr:nth-child(even) {
  background: #f5f5f5;
}

table :is(th, td) {
  padding: 8px;
}

table td {
  font-size: 16px;
}

.icon {
  --icon-color: rgb(var(--primary-text-color));
  --icon-size: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--icon-size, 24px);
  height: var(--icon-size, 24px);
  color: var(--icon-color);
  background-color: var(--icon-color);
  fill: var(--icon-color);
  -webkit-mask-image: var(--icon-path);
          mask-image: var(--icon-path);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.icon_primary {
  --icon-color: rgb(var(--ozon-primary-color));
}

.icon_secondary {
  --icon-color: rgb(var(--secondary-color));
}

.icon_colored {
  background-color: transparent;
  background-image: var(--icon-path);
  background-size: 100% 100%;
}

.icon_big {
  --icon-size: 32px;
}

.icon_very-big {
  --icon-size: 40px;
}

.icon_small {
  --icon-size: 16px;
}

.icon_very-small {
  --icon-size: 12px;
}

.icon-badge {
  --icon-badge-size: 14px;
  position: relative;
  display: inline-block;
}

.icon-badge__inner {
  position: absolute;
  top: -4px;
  right: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: var(--icon-badge-size, 14px);
  height: var(--icon-badge-size, 14px);
  padding: 4px;
  color: rgb(var(--primary-contrast-color));
  font-size: 10px;
  background: rgb(var(--ozon-primary-color));
  border-radius: 99px;
}

.icon-accordion {
  --icon-path: url("../images/icons-css.svg#accordion");
}

.icon-arrow-next {
  --icon-path: url("../images/icons-css.svg#arrow-next");
}

.icon-arrow-prev {
  --icon-path: url("../images/icons-css.svg#arrow-prev");
}

.icon-calc-form {
  --icon-path: url("../images/icons-css.svg#calc-form");
}

.icon-call-form {
  --icon-path: url("../images/icons-css.svg#call-form");
}

.icon-check {
  --icon-path: url("../images/icons-css.svg#check");
}

.icon-check-ui {
  --icon-path: url("../images/icons-css.svg#check-ui");
}

.icon-chevron {
  --icon-path: url("../images/icons-css.svg#chevron");
}

.icon-close {
  --icon-path: url("../images/icons-css.svg#close");
}

.icon-documents {
  --icon-path: url("../images/icons-css.svg#documents");
}

.icon-email {
  --icon-path: url("../images/icons-css.svg#email");
}

.icon-feedback-form {
  --icon-path: url("../images/icons-css.svg#feedback-form");
}

.icon-form-next {
  --icon-path: url("../images/icons-css.svg#form-next");
}

.icon-form-prev {
  --icon-path: url("../images/icons-css.svg#form-prev");
}

.icon-form-send {
  --icon-path: url("../images/icons-css.svg#form-send");
}

.icon-loader {
  --icon-path: url("../images/icons-css.svg#loader");
}

.icon-location {
  --icon-path: url("../images/icons-css.svg#location");
}

.icon-menu-back {
  --icon-path: url("../images/icons-css.svg#menu-back");
}

.icon-menu-bar {
  --icon-path: url("../images/icons-css.svg#menu-bar");
}

.icon-minus {
  --icon-path: url("../images/icons-css.svg#minus");
}

.icon-order {
  --icon-path: url("../images/icons-css.svg#order");
}

.icon-pallete {
  --icon-path: url("../images/icons-css.svg#pallete");
}

.icon-phone-flat {
  --icon-path: url("../images/icons-css.svg#phone-flat");
}

.icon-plus {
  --icon-path: url("../images/icons-css.svg#plus");
}

.icon-policy {
  --icon-path: url("../images/icons-css.svg#policy");
}

.icon-review-link {
  --icon-path: url("../images/icons-css.svg#review-link");
}

.icon-schedule {
  --icon-path: url("../images/icons-css.svg#schedule");
}

.icon-smartphone {
  --icon-path: url("../images/icons-css.svg#smartphone");
}

.icon-storage {
  --icon-path: url("../images/icons-css.svg#storage");
}

.icon-telegram {
  --icon-path: url("../images/icons-css.svg#telegram");
}

.icon-telegram-stroke {
  --icon-path: url("../images/icons-css.svg#telegram-stroke");
}

.icon-whatsapp {
  --icon-path: url("../images/icons-css.svg#whatsapp");
}

.gradient {
  --colors: rgb(var(--ozon-primary-color)), rgb(var(--wb-primary-color));
  --angle: 109deg;
  background: linear-gradient(var(--angle), var(--colors));
}

.gradient_text {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient_reverse {
  --angle: 251deg;
}

.gradient_top {
  --angle: 0deg;
}

.gradient_bottom {
  --angle: 180deg;
}

.gradient_primary {
  --colors: rgb(var(--ozon-primary-color)), rgb(var(--ozon-primary-light-color));
}

.gradient_secondary {
  --colors: rgb(var(--wb-primary-color)), rgb(var(--wb-primary-light-color));
}

.gradient_combo {
  --colors: rgb(var(--ozon-primary-color)), rgb(var(--wb-primary-color));
}

.color-primary {
  color: rgb(var(--ozon-primary-color));
}

.color-secondary {
  color: rgb(var(--wb-primary-color));
}

.color-ym {
  color: rgb(var(--ym-primary-color));
}

.color-warning {
  color: rgb(var(--warning-color));
}

.color-error {
  color: rgb(var(--error-color));
}

.color-info {
  color: rgb(var(--info-color));
}

.color-success {
  color: rgb(var(--success-color));
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  padding: 24px 0px;
  background: rgb(var(--section-secondary-color));
  transition: all 400ms ease;
  z-index: 5;
}

.header [data-modal-button] {
  transition: all 400ms ease;
}

.header_small {
  padding: 12px 0px;
  background: rgba(var(--white-color), 0.6);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.header_small:not(.header_menu_opened) {
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.header_small .logo {
  height: 40px;
}

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

.header__navigation {
  flex-grow: 1;
}

.header__actions a {
  transition: opacity 400ms ease;
}

.header__actions .icon {
  --icon-size: 28px;
}

.header__actions .icon-telegram {
  --icon-color: rgb(var(--telegram-color));
}

.header__actions .icon-whatsapp {
  --icon-color: rgb(var(--whatsapp-color));
}

.header__menu-button {
  margin-left: 24px;
}

.logo {
  width: auto;
  height: 44px;
  transition: height 400ms ease;
  will-change: height;
}

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

.navigation__menu {
  margin-right: -16px;
}

.footer {
  padding-block: 48px;
}

.footer__call {
  margin-left: 24px;
}

.footer__phone {
  margin: 0;
}

/* UI */

.button {
  --colors: rgb(var(--ozon-primary-color)), rgb(var(--ozon-primary-light-color)), rgb(var(--ozon-primary-color));
  --angle: 45deg;
  position: relative;
  flex-shrink: 0;
  min-width: 196px;
  max-width: 100%;
  padding: 12px 40px;
  color: rgb(var(--white-color));
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  -moz-column-gap: 8px;
       column-gap: 8px;
  background: linear-gradient(var(--angle), var(--colors));
  background-position: 0% 0%;
  background-size: 300% 100%;
  border: none;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: background 800ms ease, transform 150ms ease, outline 300ms ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button .icon {
  --icon-color: rgb(var(--white-color));
}

.button:focus:is(:not(:disabled),
:not(.disabled)) {
  outline: 4px solid rgba(var(--ozon-primary-dark-color), 0.4);
}

.button:active:is(:not(:disabled),
:not(.disabled)) {
  transform: scale(0.96);
}

.button:is(:disabled, .disabled) {
  filter: grayscale(1);
  pointer-events: none;
}

.button_reverse {
  --angle: 315deg;
  --colors: rgb(var(--ozon-primary-light-color)), rgb(var(--ozon-primary-color)), rgb(var(--ozon-primary-light-color));
}

.button_secondary {
  --colors: rgb(var(--wb-primary-color)), rgb(var(--wb-primary-light-color)), rgb(var(--wb-primary-color));
}

.button_secondary:focus:is(:not(:disabled),
:not(.disabled)) {
  outline: 4px solid rgba(var(--wb-primary-dark-color), 0.4);
}

.button_secondary.button_reverse {
  --colors: rgb(var(--wb-primary-light-color)), rgb(var(--wb-primary-color)), rgb(var(--wb-primary-light-color));
}

.button_combo {
  --colors: rgb(var(--ozon-primary-color)), rgb(var(--wb-primary-color)), rgb(var(--ozon-primary-color));
}

.button_combo:focus:is(:not(:disabled),
:not(.disabled)) {
  outline: 4px solid rgba(var(--gray-color), 0.4);
}

.button_combo.button_reverse {
  --colors: rgb(var(--wb-primary-color)), rgb(var(--ozon-primary-color)), rgb(var(--wb-primary-color));
}

.button_big {
  padding: 18px 32px;
}

.button_small {
  padding: 8px 22px;
  font-size: 14px;
  line-height: 24px;
}

.button_full {
  width: 100%;
}

.button_auto {
  min-width: auto;
}

.button_loading .icon {
  --icon-path: url("../images/icons-css.svg#loader");
  animation: 1s linear loader infinite;
}

.icon-button {
  --icon-size: 24px;
  --icon-color: rgb(var(--primary-text-color));
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: transform 150ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icon-button:active {
  transform: scale(0.9);
}

.icon-button .icon {
  --icon-color: inherit;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-right: 0;
  margin-left: 0;
}

.icon-button_small {
  --icon-size: 16px;
}

.icon-button_big {
  --icon-size: 32px;
}

.field {
  --field-color: rgb(var(--input-color));
  position: relative;
  width: 100%;
  max-width: none;
  padding: 8px 12px;
  color: var(--field-color);
  -moz-column-gap: 12px;
       column-gap: 12px;
  background: rgb(var(--section-secondary-color));
  border-bottom: 1px solid var(--field-color);
  border-radius: 4px;
  outline: none;
  resize: none;
  display: flex;
  align-items: center;
}

.field_variant_1 {
  padding: 8px 12px;
  background: rgb(var(--soft-gray-color));
  border: none;
}

.field_variant_1 .field__input {
  --select-color: rgb(var(--dark-gray-color));
  color: rgb(var(--dark-gray-color));
  border-color: rgb(var(--dark-gray-color));
}

.field_variant_1 .field__input::-moz-placeholder {
  color: rgb(var(--dark-gray-color));
  opacity: 0.7;
}

.field_variant_1 .field__input::-ms-input-placeholder {
  color: rgb(var(--dark-gray-color));
  opacity: 0.7;
}

.field_variant_1 .field__input::placeholder {
  color: rgb(var(--dark-gray-color));
  opacity: 0.7;
}

.field_variant_1 .custom-select:after {
  right: 16px;
}

.field_variant_2 {
  border: none;
}

.field[data-focus] {
  --select-color: rgb(var(--dark-gray-color));
  --field-color: rgb(var(--dark-gray-color));
}

.field :is(input, select, textarea) {
  width: 100%;
  outline: none;
}

.field__input {
  width: 100%;
  color: inherit;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  background-color: transparent;
  border-radius: 0;
}

.field__input::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

.field__input::-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

.field__input::placeholder {
  color: inherit;
  opacity: 0.7;
}

.field textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 300px;
}

.field__select {
  position: relative;
  max-width: 100%;
  min-height: inherit;
  margin: var(--input-indent);
  background: transparent;
}

.field__select select {
  display: none;
}

.field__select .custom-select {
  height: var(--input-height);
  padding: 0px 16px 0px 0px;
  line-height: var(--input-height);
  background-color: transparent;
  border: none;
}

.field__select .custom-select:after {
  right: 0;
}

.field .custom-select {
  position: static;
}

.field .icon {
  --icon-color: var(--field-color);
  flex-shrink: 0;
}

.field-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.field-box__name {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  color: rgb(var(--primary-text-color));
  font-weight: 300;
  font-size: 18px;
}

.field-box__name > span {
  display: inline-block;
  margin: 0px 8px;
  color: rgb(var(--error-color));
  font-weight: bold;
}

.field-box__name .icon {
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}

.field-box__error:not(:empty),
.field-box__hint:not(:empty) {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  font-size: 14px;
}

.field-box__error:not(:empty) {
  color: rgb(var(--error-color));
}

.field-box__hint:not(:empty) {
  color: rgb(var(--secondary-text-color));
}

.field-box__error p {
  margin: 0;
  color: rgb(var(--error-color));
  font-size: 14px;
}

.field-box__error p + p {
  margin-top: 4px;
}

.field-box_error:not(.field-box_nolight) .field {
  color: rgba(var(--error-color), 0.8);
  background: rgba(var(--error-color), 0.06);
  border-color: rgba(var(--error-color), 0.8);
}

.field-box_error:not(.field-box_nolight) .field:hover,
.field-box_error:not(.field-box_nolight) .field[data-focus] {
  color: rgb(var(--error-color));
  background: rgba(var(--error-color), 0.1);
  border-color: rgb(var(--error-color));
}

.field-box_success:not(.field-box_nolight) .field {
  color: rgba(var(--success-color), 0.8);
  background: rgba(var(--success-color), 0.06);
  border-color: rgba(var(--success-color), 0.8);
}

.field-box_success:not(.field-box_nolight) .field:hover,
.field-box_success:not(.field-box_nolight) .field[data-focus] {
  color: rgb(var(--success-color));
  background: rgba(var(--success-color), 0.1);
  border-color: rgb(var(--success-color));
}

.checkbox {
  --checkbox-size: 18px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox:not(:disabled):focus .checkbox__icon:before {
  outline: 4px solid rgba(var(--primary-color), 0.3);
}

.checkbox input {
  display: none;
}

.checkbox input:checked ~ .checkbox__icon:before {
  border: 1px solid rgb(var(--primary-color));
}

.checkbox input:checked ~ .checkbox__icon:after {
  transform: translateY(0px) scale(1);
  opacity: 1;
}

.checkbox input:disabled ~ .checkbox__text,
.checkbox input:disabled ~ .checkbox__icon {
  cursor: not-allowed;
  opacity: 0.3;
}

.checkbox__text {
  padding-left: calc(var(--checkbox-size) + 8px);
  font-size: 14px;
  line-height: var(--checkbox-size);
  letter-spacing: -0.154px;
}

.checkbox__icon:before,
.checkbox__icon:after {
  position: absolute;
  top: 0;
  left: 0;
  transition: background 275ms ease-in-out, opacity 275ms ease, transform 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: "";
}

.checkbox__icon:before {
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border: 1px solid rgb(var(--primary-color));
  border-radius: 2px;
}

.checkbox__icon:after {
  top: calc((var(--checkbox-size) - var(--checkbox-size) * 0.6) / 2);
  left: calc((var(--checkbox-size) - var(--checkbox-size) * 0.6) / 2);
  width: calc(var(--checkbox-size) * 0.6);
  height: calc(var(--checkbox-size) * 0.6);
  -webkit-mask-image: url("../images/icons-css.svg?v=1#check-ui");
          mask-image: url("../images/icons-css.svg?v=1#check-ui");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background: rgb(var(--primary-color));
  transform: translateY(6px) scale(0.8);
  opacity: 0;
}

.checkbox_image {
  max-width: 310px;
}

.checkbox_image:not(:disabled):focus .checkbox__icon:before {
  outline: none;
}

.checkbox_image:not(:disabled):focus .checkbox__image {
  outline: 4px solid rgba(var(--primary-color), 0.3);
}

.checkbox_image input:checked ~ .checkbox__image {
  border: 2px solid rgb(var(--primary-color));
}

.checkbox_image input:checked ~ .checkbox__icon:before {
  background: rgb(var(--primary-color));
  border: none;
}

.checkbox_image .checkbox__image {
  display: block;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 2px;
  transition: border 300ms ease;
}

.checkbox_image .checkbox__icon:before,
.checkbox_image .checkbox__icon:after {
  top: 16px;
  left: 16px;
  transition: all 300ms ease;
}

.checkbox_image .checkbox__icon:before {
  background: rgb(var(--white-color));
  border: none;
  border-radius: 50%;
}

.checkbox_image .checkbox__icon:after {
  content: none;
}

.checkbox_image .checkbox__caption {
  display: inline-block;
  margin-top: 16px;
  font-weight: bold;
  font-size: 18px;
}

.custom-select {
  --select-color: rgb(var(--primary-text-color));
  position: relative;
  display: inline-block;
  width: auto;
  width: 100%;
  padding: 4px 24px 4px 0px;
  border: none;
  cursor: pointer;
  transition: all 375ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.custom-select > .current {
  display: flex;
  align-items: center;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 16px;
  color: var(--select-color);
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 375ms ease-in-out;
}

.custom-select > .current .current-icon {
  width: 24px;
  height: 24px;
}

.custom-select > .current .current-image {
  width: 24px;
}

.custom-select:after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--select-color);
  border-bottom: 2px solid var(--select-color);
  transform: rotate(45deg) translate(-60%, -60%);
  transform-origin: 44% 44%;
  transition: all 0.15s ease-in-out;
  content: "";
  pointer-events: none;
}

.custom-select_has-multiple:after {
  width: 12px;
  height: 12px;
  background: var(--select-color);
  border: none;
  transform: translateY(-50%);
  -webkit-mask-image: url("../images/icons-css.svg?v=1#plus");
          mask-image: url("../images/icons-css.svg?v=1#plus");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.custom-select_has-multiple.custom-select_open:after {
  transform: translateY(-50%);
}

.custom-select_has-multiple .multiple-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.custom-select_has-multiple .multiple-options .current {
  padding: 4px 14px;
  color: rgb(var(--primary-contrast-color));
  background: rgb(var(--primary-color));
  border-radius: 2px;
}

.custom-select_open:after {
  transform: rotate(-135deg);
}

.custom-select_open .custom-select__dropdown {
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.custom-select_disabled {
  color: #999;
  pointer-events: none;
}

.custom-select_disabled:after {
  border-color: #ccc;
}

.custom-select__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: auto;
  left: 0;
  min-width: 80px;
  max-width: 100%;
  padding: 4px 0px;
  overflow: hidden;
  background-color: #fff;
  border-radius: var(--select-radius);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  transform: scale(0.75) translateY(19px);
  transform-origin: 50% 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  pointer-events: none;
  z-index: 3;
}

.custom-select__dropdown li {
  margin: 0;
}

.custom-select__dropdown_top_left {
  top: auto;
  bottom: calc(100% + 8px);
}

.custom-select__dropdown_top_right {
  top: auto;
  bottom: calc(100% + 8px);
}

.custom-select__list {
  max-height: 210px;
  padding: 0 !important;
  overflow: hidden;
  overflow-y: auto;
}

.custom-select__list:-webkit-scrollbar {
  width: 0;
}

.custom-select__item,
.custom-select__group {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  overflow: hidden;
  font-size: 16px;
  text-align: left;
  text-overflow: ellipsis;
  outline: none;
}

.custom-select__item {
  cursor: pointer;
  transition: all 375ms;
}

.custom-select__item:not(.custom-select__item_disabled):not(.custom-select__item_selected):hover,
.custom-select__item_focus {
  background-color: rgba(102, 102, 102, 0.06);
}

.custom-select__item_selected {
  color: rgb(var(--ozon-primary-color));
  background: rgba(var(--ozon-primary-color), 0.08);
}

.custom-select__item_disabled {
  color: rgb(var(--disabled-color));
  cursor: not-allowed;
}

.custom-select__item_hidden {
  display: none;
}

.custom-select__item-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.custom-select__item-icon:not(:empty) {
  margin-right: 8px;
}

.custom-select__item + .custom-select__group {
  margin-top: 8px;
}

.custom-select__group {
  color: #808080;
  cursor: not-allowed;
}

.stepper {
  display: flex;
  align-items: center;
}

.stepper input {
  margin: 0px 4px;
  padding: 4px;
  text-align: center;
  transition: color 400ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.stepper input::-webkit-outer-spin-button,
.stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.stepper__button {
  position: relative;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  transition: color 275ms ease, outline 200ms ease;
}

.stepper__button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(var(--input-text-color));
  width: 16px;
  height: 16px;
  transition: background 375ms ease, transform 150ms ease;
  content: "";
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.stepper__button:not(:disabled):focus {
  outline: 4px solid rgba(var(--ozon-primary-color), 0.3);
}

.stepper__button:not(:disabled):active:after {
  transform: translate(-50%, -50%) scale(0.8);
}

.stepper__button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.stepper__decrement:after {
  -webkit-mask-image: url("../images/icons-css.svg?v=1#minus");
          mask-image: url("../images/icons-css.svg?v=1#minus");
}

.stepper__increment:after {
  -webkit-mask-image: url("../images/icons-css.svg?v=1#plus");
          mask-image: url("../images/icons-css.svg?v=1#plus");
}

/* Sections */

.hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: stretch;
}

.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-block: 32px;
}

.hero__title {
  margin-bottom: 8px;
}

.hero__text {
  max-width: 80%;
}

.hero__text,
.hero__text p {
  font-size: 24px;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.hero__ozon,
.hero__wb {
  position: absolute;
  transition: all 100ms ease;
}

.hero__ozon {
  top: 136px;
  right: 70px;
  width: 120px;
}

.hero__wb {
  top: 60px;
  left: 20px;
  width: 144px;
}

.advantages {
  padding-block: 16px;
  background: linear-gradient(180deg, rgb(var(--section-secondary-color)) 0%, rgb(var(--section-secondary-color)) 50%, transparent 50%, transparent 100%);
}

.advantages__inner {
  padding: 8px 24px;
  background: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.advantages__item {
  display: flex;
  align-items: center;
}

.advantages__icon {
  position: relative;
  margin-right: 16px;
}

.advantages__icon .icon {
  --icon-size: 60px;
}

.advantages__text {
  font-weight: 400;
  text-transform: uppercase;
}

.geography {
  display: flex;
  align-items: stretch;
}

.geography__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.geography__list {
  margin: -6px;
  -moz-columns: 3;
       columns: 3;
}

.geography__list li {
  padding: 6px;
}

.supplies__inner > .row {
  --bs-gutter-x: 96px;
}

.supplies__items {
  display: grid;
  grid-gap: 16px 96px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.supplies__items > :first-child {
  grid-row: span 2;
}

.supplies__image {
  display: flex;
  justify-content: center;
}

.supplies-list__title {
  font-weight: 400;
  margin-block: 0 !important;
}

.supplies-list__items li {
  margin-block: 8px;
  line-height: 1.2;
}

.company {
  position: relative;
  overflow: hidden;
}

.company__inner {
  position: relative;
  padding-right: 48px;
  background: rgb(var(--section-primary-color));
  border-radius: 0 12px 12px 0;
  padding-block: 24px;
}

.company__inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 320px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 12px;
  content: "";
}

.company__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  max-width: 1000px;
}

.company__image:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, rgb(var(--section-primary-color)) 0%, rgba(var(--section-primary-color), 0.8) 50%, transparent);
  content: "";
}

.company__logo {
  float: left;
  width: 100px;
  margin-right: 16px;
  aspect-ratio: 1;
}

.map {
  position: relative;
}

.map .section__title {
  margin-top: 24px;
  margin-bottom: 16px;
}

.map__inner {
  height: 500px;
  width: 100%;
}

.numbers__inner .row {
  --bs-gutter-x: 80px;
  --bs-gutter-y: 24px;
}

.numbersCard__value {
  font-weight: 500;
  font-size: 60px;
  text-align: center;
}

.numbersCard hr {
  margin-block: 16px;
}

.numbersCard__text {
  text-align: center;
}

.reviews {
  overflow: hidden;
}

.reviews__inner {
  position: relative;
}

.reviews-slider {
  position: relative;
  margin: auto;
}

.reviews-slider__wrapper.swiper-wrapper {
  align-items: center;
}

.reviews-slide {
  opacity: 0.6;
  width: 650px;
  transition: opacity 400ms ease;
}

.reviews-slide.swiper-slide-active {
  opacity: 1;
}

.reviews-navigation__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}

.reviews-navigation__arrow_prev {
  left: 0;
}

.reviews-navigation__arrow_next {
  right: 0;
}

.reviews-navigation__arrow .icon {
  --icon-color: rgb(var(--wb-primary-color));
  --icon-size: 40px;
}

.review-card {
  text-align: center;
}

.review-card__name {
  font-size: 24px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}

.review-card__date {
  font-size: 16px;
  font-weight: 300;
}

.savingItem__header {
  display: flex;
  align-items: center;
  width: 100%;
}

.savingItem__icon {
  --icon-size: 60px;
  flex-shrink: 0;
}

.savingItem__title {
  font-weight: 500;
}

.timeline {
  position: relative;
}

.timeline__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, rgb(var(--ozon-primary-color)), rgb(var(--wb-primary-color)));
  border-radius: 4px;
  transform: translateX(-50%);
}

.timelineItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - 20px);
  margin-left: auto;
  padding: 24px 32px;
  text-align: left;
}

.timelineItem:nth-child(odd) {
  align-items: end;
  margin-left: 0;
  text-align: right;
}

.timelineItem__number {
  position: relative;
  z-index: 1;
  min-width: 80px;
  color: rgb(var(--wb-primary-color));
  font-weight: 500;
  font-size: 120px;
  line-height: 1;
  text-align: center;
  text-shadow: 4px 4px 0px #fff, -4px 0 0px #fff;
  margin-block: -20px;
  display: inline-flex;
  justify-content: center;
}

.timelineItem__number:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 80px;
  height: 80px;
  background: rgb(var(--ozon-primary-color));
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: "";
}

.timelineItem__title {
  margin-top: 12px;
  margin-bottom: 12px;
}

.support__list li {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.support__list li:not(:last-child) {
  margin-bottom: 8px;
}

.support__list li:before {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  margin-right: 12px;
  background: rgb(var(--ozon-primary-color));
  content: "";
  -webkit-mask-image: url("../images/icons-css.svg#check");
          mask-image: url("../images/icons-css.svg#check");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.tariffCard {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 28px;
  text-align: center;
  background: rgb(var(--section-primary-color));
  border-radius: 5px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.tariffCard__title {
  margin-bottom: 4px;
}

.tariffCard__caption {
  max-width: 80%;
  min-height: 60px;
  margin-inline: auto;
  opacity: 0.7;
}

.tariffCard__caption,
.tariffCard__caption p {
  font-size: 16px;
}

.tariffCard__price {
  font-weight: 500;
  font-size: 40px;
  margin-block: 32px;
}

.tariffCard__text {
  flex-grow: 1;
  min-height: 110px;
}

.tariffCard__text :is(b, strong) {
  font-weight: 500;
}

.tariffCard__button {
  margin-top: 24px;
}

.importanceCard {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.importanceCard__icon {
  --icon-size: 64px;
  margin-bottom: 16px;
}

.importanceCard__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
}

.articleListCard {
  display: flex;
  align-items: stretch;
}

.articleListCard__image {
  flex-shrink: 0;
  width: 300px;
  margin-right: 24px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.articleListCard__body {
  padding-block: 8px;
  display: flex;
  flex-direction: column;
}

.articleListCard__title {
  margin-bottom: 0;
}

.articleListCard__introtext {
  flex-grow: 1;
}

.articleListCard__date {
  font-size: 15px;
  opacity: 0.7;
}

.article__image {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.article__date {
  display: block;
  margin-top: 32px;
  font-size: 15px;
  text-align: right;
  opacity: 0.7;
}

.contactCard {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactCard__icon {
  --icon-size: 64px;
  margin-bottom: 16px;
}

.contactCard__title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 28px;
}

/* Modules */

.accordion-item {
  padding: 12px 32px;
  background: rgb(var(--section-primary-color));
  border-radius: 5px;
  transition: background 300ms ease;
}

.accordion-item:not(:last-child) {
  margin-bottom: 12px;
}

.accordion-item__header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accordion-item__header:before {
  position: absolute;
  top: 50%;
  right: 30px;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  background: rgb(var(--primary-text-color));
  transform: translateY(-50%);
  transition: transform 225ms;
  content: "";
  -webkit-mask-image: url("../images/icons-css.svg?v=1#accordion");
          mask-image: url("../images/icons-css.svg?v=1#accordion");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.accordion-item__title {
  margin: 0;
  color: rgb(var(--primary-text-color));
  font-weight: 700;
  font-size: 18px;
  font-family: var(--font-primary);
  line-height: 40px;
  background: linear-gradient(109deg, rgb(var(--ozon-primary-color)) 10%, rgb(var(--wb-primary-color)) 90%);
  -webkit-background-clip: text;
  background-clip: text;
}

.accordion-item__body {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: padding 400ms ease;
  will-change: padding;
}

.accordion-item__body-inner {
  padding-top: 8px;
}

.accordion-item__body-inner p + p {
  margin-top: 16px;
}

.accordion-item[data-show] .accordion-item__title {
  display: inline-block;
  color: transparent;
}

.accordion-item[data-show] .accordion-item__header:before {
  background: rgb(var(--wb-primary-color));
  transform: translateY(-50%) rotate(45deg);
}

.accordion-item[data-show] .accordion-item__body-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form {
  position: relative;
}

.form__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.form__header {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  width: 100%;
}

.form__fields {
  gap: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form__fields .field-box {
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.form__fields .field {
  width: 260px;
  max-width: 260px;
}

.form__fields .custom-select {
  width: 100%;
}

.form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.form__success {
  position: absolute;
  background: rgb(var(--white-color));
  border-radius: 2px;
  transform: scale(0.9);
  opacity: 0;
  transition: all 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  pointer-events: none;
  inset: 0;
  display: flex;
  align-items: center;
}

.form__success[data-show] {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.step-form-item {
  display: none;
  transform: translateX(-100px);
  opacity: 0;
}

.step-form-item.step-active {
  display: flex;
  animation-name: step-show;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.step-form-process {
  position: relative;
}

.step-form-process:before {
  z-index: -2;
  width: 100%;
  background: rgb(var(--ui-default-color));
}

.step-form-process:before,
.step-form-process__progress {
  position: absolute;
  top: 18px;
  /* number height / 2 - line height */
  left: 0;
  height: 4px;
  content: "";
}

.step-form-process__progress {
  z-index: -1;
  width: 0px;
  background: rgba(var(--ozon-primary-color), 0.6);
  transition: width 600ms cubic-bezier(0.76, 0.13, 0.28, 0.98);
}

.step-form-process__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.step-form-process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 33.3333333333%;
  text-align: center;
}

.step-form-process-item:first-child {
  align-items: flex-start;
  text-align: left;
}

.step-form-process-item:last-child {
  align-items: flex-end;
  text-align: right;
}

.step-form-process-item__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: rgba(var(--ozon-primary-color), 0.6);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  background: #fff;
  border: 2px solid rgba(var(--ozon-primary-color), 0.6);
  border-radius: 50%;
}

.step-form-process-item__text {
  display: none;
  flex-direction: column;
  margin-top: 8px;
  font-size: 14px;
}

.step-form-process-item__text span {
  flex-shrink: 0;
}

.step-form-process-item__text span:first-child {
  display: block;
  margin-bottom: 4px;
  color: rgb(var(--ozon-primary-color));
  font-weight: 500;
  font-size: 16px;
}

.step-form-process-item.process-item-active .step-form-process-item__number {
  color: rgb(var(--ozon-primary-color));
  border-color: rgb(var(--ozon-primary-color));
}

.step-form-process-item.process-item-active .step-form-process-item__text {
  display: flex;
}

.step-form-process-item.process-item-active ~ .step-form-process-item .step-form-process-item__number {
  color: rgb(var(--ui-default-color));
  border-color: rgb(var(--ui-default-color));
}

.step-form-inner {
  position: relative;
  z-index: 1;
}

.step-form-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

@keyframes step-show {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }

  100% {
    display: flex;
    transform: translateX(0px);
    opacity: 1;
  }
}

.modal {
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  padding-block: 64px 32px;
}

.modal .modal-content {
  display: flex;
}

.modal,
.modal__backdrop {
  position: fixed;
  inset: 0;
}

.modal__backdrop {
  z-index: -1;
  color: rgb(var(--primary-color));
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  opacity: 0;
  transition: opacity 500ms ease;
}

@supports ((-webkit-backdrop-filter: blur(4px)) or (backdrop-filter: blur(4px))) {
  .modal__backdrop {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
}

.modal__title {
  margin-bottom: 0;
  padding-inline: 40px;
}

.modal__header {
  margin-bottom: 32px;
}

.modal-box {
  position: relative;
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  transform: scale(0.8) translateY(100%);
  cursor: auto;
  opacity: 0;
  transition: transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  will-change: transform, opacity;
}

.modal-box__content {
  width: 100%;
}

.modal[data-status=show] {
  visibility: visible;
}

.modal[data-status=show] .modal-box {
  transform: scale(1) translateY(0px);
  opacity: 1;
}

.modal[data-status=show] .modal__backdrop {
  opacity: 1;
}

.modal[data-status=hide] {
  visibility: visible;
}

.modal[data-status=hide] .modal-box {
  transform: scale(0.8) translateY(-100%);
  opacity: 0;
}

.modal_overflow {
  align-items: flex-start;
  overflow-y: auto;
}

.modal_no-backdrop-close {
  cursor: default;
}

.modal-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.modal-content {
  --logo-size: 90px;
  position: relative;
  display: none;
  flex-direction: column;
  max-width: 840px;
  height: 100%;
  padding: 48px 48px 40px;
}

.modal-content_small {
  max-width: 600px;
}

.modal-content_big {
  max-width: 1140px;
}

.modal-content_full {
  width: 100%;
}

.modal-content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 24px 24px;
  border-bottom: 1px solid rgb(var(--light-gray-2-color));
}

.modal-content__body {
  flex-grow: 1;
  /* overflow: auto; */
  padding-inline: 24px;
}

.modal-content__close {
  padding: 8px;
  cursor: pointer;
}

.modal-content__footer {
  display: flex;
  flex-direction: column;
  padding: 24px;
  row-gap: 8px;
}

.modal-content .form__fields {
  padding-right: calc(var(--logo-size) + 16px);
}

.modal-content .form__fields .field-box {
  justify-content: flex-start;
  width: 100%;
}

.modal-content .form__fields .field-box .field {
  width: 100%;
}

.modal-content .modal__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -48px;
  left: 50%;
  width: var(--logo-size);
  height: var(--logo-size);
  padding: 4px;
  background: rgb(var(--white-color));
  border-radius: 50%;
  transform: translateX(-50%);
}

.modal-content .modal__logo .icon {
  --icon-size: 54px;
}

.modal-content .modal__close {
  position: absolute;
  top: 10px;
  right: -50px;
}

.modal-content .modal__close .icon {
  --icon-size: 24px;
  --icon-color: rgb(var(--white-color));
}

[data-modal-button] {
  cursor: pointer;
}

.image-box {
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.image-box_zoom {
  position: relative;
  cursor: pointer;
}

.image-box_zoom img {
  transition: transform 600ms ease, filter 800ms ease;
}

.image-box_zoom:after {
  position: absolute;
  opacity: 0;
  content: "";
  pointer-events: none;
}

.image-box_zoom:after {
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background: rgb(var(--primary-contrast-color));
  transform: translate(-50%, calc(-50% + 20px));
  transition: opacity 400ms ease, transform 300ms ease;
  -webkit-mask-image: url("../images/icons-css.svg?v=1#zoom-in");
          mask-image: url("../images/icons-css.svg?v=1#zoom-in");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.scroller-status {
  margin-block: 24px;
}

.infinite-scroll {
  width: 100%;
}

.infinite-scroll-request {
  display: block;
  width: 100%;
}

.infinite-scroll-request .icon {
  --icon-size: 80px;
  margin-inline: auto;
}

.infinite-scroll-last,
.infinite-scroll-error {
  padding: 8px 24px;
  text-align: center;
  border-radius: 5px;
}

.infinite-scroll-last {
  color: rgb(var(--ozon-primary-color));
  background: rgba(var(--ozon-primary-color), 0.1);
}

.infinite-scroll-error {
  color: rgb(var(--error-color));
  background: rgba(var(--error-color), 0.1);
}

/*
@import "modules/ratio";
@import "modules/tab";
@import "modules/ui/root";
*/

.menu {
  --header-height: 64px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menu__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.menu__item {
  position: relative;
}

.menu__item > :is(span, a) {
  display: flex;
  align-items: center;
  padding: 16px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

[data-menu-back],
[data-mobile-close] {
  display: none !important;
}

[data-menu-back] {
  transform: translateX(-80px) scale(0.8);
  opacity: 0;
  transition: transform 350ms cubic-bezier(0.54, -0.11, 0.49, 0.9), opacity 400ms ease;
  pointer-events: none;
}

[data-menu-back][data-button-active] {
  transform: translateX(0px) scale(1);
  opacity: 1;
  transition: transform 550ms cubic-bezier(0.59, 0.03, 0.28, 1.54), opacity 400ms ease;
  pointer-events: auto;
}

[data-mobile-open] {
  position: relative;
  z-index: 1;
  display: none;
}

[data-mobile-open].icon {
  width: 32px;
  height: 32px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.flex {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

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

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

.flex-shrink-1 {
  flex-shrink: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

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

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

.justify-start {
  justify-content: flex-start;
}

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

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

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-stretch {
  justify-content: stretch;
}

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

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

.items-end {
  align-items: flex-end;
}

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

.shrink-1 {
  flex-shrink: 1;
}

.grow-0 {
  flex-grow: 0;
}

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

.my-0,
.mt-0 {
  margin-top: 0px !important;
}

.my-0,
.mb-0 {
  margin-bottom: 0px !important;
}

.mx-0,
.ml-0 {
  margin-left: 0px !important;
}

.mx-0,
.mr-0 {
  margin-right: 0px !important;
}

.py-0,
.pt-0 {
  padding-top: 0px !important;
}

.py-0,
.pb-0 {
  padding-bottom: 0px !important;
}

.px-0,
.pl-0 {
  padding-left: 0px !important;
}

.px-0,
.pr-0 {
  padding-right: 0px !important;
}

.gap-0,
.gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-0,
.gap-y-0 {
  row-gap: 0px !important;
}

.my-1,
.mt-1 {
  margin-top: 8px !important;
}

.my-1,
.mb-1 {
  margin-bottom: 8px !important;
}

.mx-1,
.ml-1 {
  margin-left: 8px !important;
}

.mx-1,
.mr-1 {
  margin-right: 8px !important;
}

.py-1,
.pt-1 {
  padding-top: 8px !important;
}

.py-1,
.pb-1 {
  padding-bottom: 8px !important;
}

.px-1,
.pl-1 {
  padding-left: 8px !important;
}

.px-1,
.pr-1 {
  padding-right: 8px !important;
}

.gap-1,
.gap-x-1 {
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
}

.gap-1,
.gap-y-1 {
  row-gap: 8px !important;
}

.my-2,
.mt-2 {
  margin-top: 16px !important;
}

.my-2,
.mb-2 {
  margin-bottom: 16px !important;
}

.mx-2,
.ml-2 {
  margin-left: 16px !important;
}

.mx-2,
.mr-2 {
  margin-right: 16px !important;
}

.py-2,
.pt-2 {
  padding-top: 16px !important;
}

.py-2,
.pb-2 {
  padding-bottom: 16px !important;
}

.px-2,
.pl-2 {
  padding-left: 16px !important;
}

.px-2,
.pr-2 {
  padding-right: 16px !important;
}

.gap-2,
.gap-x-2 {
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
}

.gap-2,
.gap-y-2 {
  row-gap: 16px !important;
}

.my-3,
.mt-3 {
  margin-top: 24px !important;
}

.my-3,
.mb-3 {
  margin-bottom: 24px !important;
}

.mx-3,
.ml-3 {
  margin-left: 24px !important;
}

.mx-3,
.mr-3 {
  margin-right: 24px !important;
}

.py-3,
.pt-3 {
  padding-top: 24px !important;
}

.py-3,
.pb-3 {
  padding-bottom: 24px !important;
}

.px-3,
.pl-3 {
  padding-left: 24px !important;
}

.px-3,
.pr-3 {
  padding-right: 24px !important;
}

.gap-3,
.gap-x-3 {
  -moz-column-gap: 24px !important;
       column-gap: 24px !important;
}

.gap-3,
.gap-y-3 {
  row-gap: 24px !important;
}

.my-4,
.mt-4 {
  margin-top: 32px !important;
}

.my-4,
.mb-4 {
  margin-bottom: 32px !important;
}

.mx-4,
.ml-4 {
  margin-left: 32px !important;
}

.mx-4,
.mr-4 {
  margin-right: 32px !important;
}

.py-4,
.pt-4 {
  padding-top: 32px !important;
}

.py-4,
.pb-4 {
  padding-bottom: 32px !important;
}

.px-4,
.pl-4 {
  padding-left: 32px !important;
}

.px-4,
.pr-4 {
  padding-right: 32px !important;
}

.gap-4,
.gap-x-4 {
  -moz-column-gap: 32px !important;
       column-gap: 32px !important;
}

.gap-4,
.gap-y-4 {
  row-gap: 32px !important;
}

.my-5,
.mt-5 {
  margin-top: 40px !important;
}

.my-5,
.mb-5 {
  margin-bottom: 40px !important;
}

.mx-5,
.ml-5 {
  margin-left: 40px !important;
}

.mx-5,
.mr-5 {
  margin-right: 40px !important;
}

.py-5,
.pt-5 {
  padding-top: 40px !important;
}

.py-5,
.pb-5 {
  padding-bottom: 40px !important;
}

.px-5,
.pl-5 {
  padding-left: 40px !important;
}

.px-5,
.pr-5 {
  padding-right: 40px !important;
}

.gap-5,
.gap-x-5 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.gap-5,
.gap-y-5 {
  row-gap: 40px !important;
}

.my-6,
.mt-6 {
  margin-top: 48px !important;
}

.my-6,
.mb-6 {
  margin-bottom: 48px !important;
}

.mx-6,
.ml-6 {
  margin-left: 48px !important;
}

.mx-6,
.mr-6 {
  margin-right: 48px !important;
}

.py-6,
.pt-6 {
  padding-top: 48px !important;
}

.py-6,
.pb-6 {
  padding-bottom: 48px !important;
}

.px-6,
.pl-6 {
  padding-left: 48px !important;
}

.px-6,
.pr-6 {
  padding-right: 48px !important;
}

.gap-6,
.gap-x-6 {
  -moz-column-gap: 48px !important;
       column-gap: 48px !important;
}

.gap-6,
.gap-y-6 {
  row-gap: 48px !important;
}

.my-7,
.mt-7 {
  margin-top: 56px !important;
}

.my-7,
.mb-7 {
  margin-bottom: 56px !important;
}

.mx-7,
.ml-7 {
  margin-left: 56px !important;
}

.mx-7,
.mr-7 {
  margin-right: 56px !important;
}

.py-7,
.pt-7 {
  padding-top: 56px !important;
}

.py-7,
.pb-7 {
  padding-bottom: 56px !important;
}

.px-7,
.pl-7 {
  padding-left: 56px !important;
}

.px-7,
.pr-7 {
  padding-right: 56px !important;
}

.gap-7,
.gap-x-7 {
  -moz-column-gap: 56px !important;
       column-gap: 56px !important;
}

.gap-7,
.gap-y-7 {
  row-gap: 56px !important;
}

.my-8,
.mt-8 {
  margin-top: 64px !important;
}

.my-8,
.mb-8 {
  margin-bottom: 64px !important;
}

.mx-8,
.ml-8 {
  margin-left: 64px !important;
}

.mx-8,
.mr-8 {
  margin-right: 64px !important;
}

.py-8,
.pt-8 {
  padding-top: 64px !important;
}

.py-8,
.pb-8 {
  padding-bottom: 64px !important;
}

.px-8,
.pl-8 {
  padding-left: 64px !important;
}

.px-8,
.pr-8 {
  padding-right: 64px !important;
}

.gap-8,
.gap-x-8 {
  -moz-column-gap: 64px !important;
       column-gap: 64px !important;
}

.gap-8,
.gap-y-8 {
  row-gap: 64px !important;
}

.my-9,
.mt-9 {
  margin-top: 72px !important;
}

.my-9,
.mb-9 {
  margin-bottom: 72px !important;
}

.mx-9,
.ml-9 {
  margin-left: 72px !important;
}

.mx-9,
.mr-9 {
  margin-right: 72px !important;
}

.py-9,
.pt-9 {
  padding-top: 72px !important;
}

.py-9,
.pb-9 {
  padding-bottom: 72px !important;
}

.px-9,
.pl-9 {
  padding-left: 72px !important;
}

.px-9,
.pr-9 {
  padding-right: 72px !important;
}

.gap-9,
.gap-x-9 {
  -moz-column-gap: 72px !important;
       column-gap: 72px !important;
}

.gap-9,
.gap-y-9 {
  row-gap: 72px !important;
}

.my-10,
.mt-10 {
  margin-top: 80px !important;
}

.my-10,
.mb-10 {
  margin-bottom: 80px !important;
}

.mx-10,
.ml-10 {
  margin-left: 80px !important;
}

.mx-10,
.mr-10 {
  margin-right: 80px !important;
}

.py-10,
.pt-10 {
  padding-top: 80px !important;
}

.py-10,
.pb-10 {
  padding-bottom: 80px !important;
}

.px-10,
.pl-10 {
  padding-left: 80px !important;
}

.px-10,
.pr-10 {
  padding-right: 80px !important;
}

.gap-10,
.gap-x-10 {
  -moz-column-gap: 80px !important;
       column-gap: 80px !important;
}

.gap-10,
.gap-y-10 {
  row-gap: 80px !important;
}

/*
@import "partials/indents";
*/

@media (min-width: 991.99px) {
  .menu-item {
    position: relative;
  }
}

@media (min-width: 991.99px) and (hover: hover) {
  .menu-item:hover > :is(span, a) {
    color: rgb(var(--ozon-primary-color));
  }
}

@media (max-width: 1399.99px) {
  .hero {
    min-height: 460px;
  }

  .hero__ozon {
    width: 108px;
  }

  .hero__wb {
    width: 128px;
  }

  .advantages__icon .icon {
    --icon-size: 50px;
  }

  .advantages__text {
    font-size: 16px;
  }

  .supplies__inner > .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
  }

  .supplies__items {
    grid-gap: 16px 48px;
  }

  .company__image {
    left: 40%;
  }

  .accordion-item__title {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: normal;
  }

  .d-xl-none {
    display: none;
  }

  .d-xl-flex {
    display: flex;
  }

  .d-xl-block {
    display: block;
  }
}

@media (max-width: 1199.99px) {
  :is(body, p, li, textarea, select, input) {
    font-size: 17px;
  }

  :is(h1, .h1) {
    font-size: 46px;
    margin-block: 20px 16px;
  }

  :is(h2, .h2) {
    font-size: 40px;
    margin-block: 16px 12px;
  }

  :is(h3, .h3) {
    font-size: 34px;
    margin-block: 16px 12px;
  }

  :is(h4, .h4) {
    font-size: 28px;
    margin-block: 16px 12px;
  }

  :is(h5, .h5) {
    font-size: 22px;
    margin-block: 16px 12px;
  }

  :is(h6, .h6) {
    font-size: 16px;
    margin-block: 12px 8px;
  }

  .text-small {
    font-size: 14px;
  }

  .text-big {
    font-size: 20px;
  }

  .section__text,
  .section__text p {
    font-size: 14px;
  }

  .section_small {
    padding-block: 32px;
  }

  .section_normal {
    padding-block: 56px;
  }

  .section_big {
    padding-block: 80px;
  }

  ol:not([reversed]) > li::before {
    font-size: 20px;
  }

  .header__actions {
    width: 170px;
  }

  .footer {
    padding-block: 32px;
  }

  .footer__inner {
    flex-direction: column-reverse;
    text-align: center;
  }

  .footer__call {
    align-items: center;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .footer__phone {
    margin: 0;
  }

  .hero__text,
  .hero__text p {
    font-size: 20px;
  }

  .hero {
    min-height: auto;
  }

  .hero__ozon {
    top: 80px;
    right: 45px;
    width: 78px;
  }

  .hero__wb {
    top: 10px;
    left: 30px;
    width: 94px;
  }

  .advantages__icon .icon {
    --icon-size: 46px;
  }

  .company__image {
    left: 30%;
  }

  .numbers__inner .row {
    --bs-gutter-x: 48px;
  }

  .numbersCard__value {
    font-size: 48px;
  }

  .reviews-navigation__arrow .icon {
    --icon-size: 30px;
  }

  .review-card__name {
    font-size: 20px;
  }

  .tariffCard__caption,
  .tariffCard__caption p {
    font-size: 14px;
  }

  .tariffCard {
    padding: 32px 22px;
  }

  .tariffCard__title {
    margin-bottom: 4px !important;
  }

  .tariffCard__price {
    font-size: 34px;
    margin-block: 24px;
  }

  .modal-box {
    max-width: 900px;
  }

  .menu__item > :is(span, a) {
    font-size: 16px;
  }

  .d-lg-none {
    display: none;
  }

  .d-lg-flex {
    display: flex;
  }

  .d-lg-block {
    display: block;
  }
}

@media (max-width: 991.99px) {
  .section__title {
    align-items: center;
    max-width: 90%;
    margin-inline: auto;
    text-align: center;
  }

  .section_small {
    padding-block: 24px;
  }

  .section_normal {
    padding-block: 48px;
  }

  .section_big {
    padding-block: 72px;
  }

  .header {
    padding: 12px 0px;
  }

  .header__actions {
    width: auto;
  }

  .logo {
    height: 60px;
  }

  .navigation__menu {
    margin-right: 0;
  }

  .button {
    min-width: auto;
    font-size: 14px;
  }

  .hero {
    min-height: auto;
  }

  .hero__ozon {
    width: 68px;
  }

  .hero__wb {
    width: 76px;
  }

  .geography__inner {
    text-align: center;
  }

  .geography__inner > .row {
    --bs-gutter-y: 32px;
  }

  .geography .section__title {
    align-items: center;
  }

  .geography__image {
    max-width: 300px;
    margin-inline: auto;
  }

  .supplies__items {
    grid-gap: 16px 24px;
  }

  .supplies__image {
    max-width: 340px;
    margin-inline: auto;
  }

  .company .section__title {
    margin-bottom: 16px !important;
  }

  .company__inner {
    padding: 24px 32px;
    border-radius: 12px;
  }

  .company__image {
    left: 0;
    opacity: 0.12;
  }

  .company__image:before {
    content: none;
  }

  .numbers__inner {
    margin-top: 40px !important;
  }

  .numbers__inner .row {
    --bs-gutter-x: 24px;
  }

  .reviews-slide {
    width: 450px;
  }

  .reviews-navigation__arrow .icon {
    --icon-size: 26px;
  }

  .saving__buttons {
    justify-content: center;
  }

  .saving__image {
    max-width: 320px;
    margin-inline: auto;
  }

  .timeline__line {
    left: 0;
    transform: none;
  }

  .timelineItem {
    width: 100%;
    margin-left: 0;
    padding: 24px 32px;
  }

  .timelineItem:nth-child(odd) {
    align-items: flex-start;
    margin-left: 0;
    text-align: left;
  }

  .timelineItem__number {
    min-width: 64px;
    font-size: 100px;
  }

  .timelineItem__number:before {
    width: 64px;
    height: 64px;
  }

  .support__inner > .row {
    --bs-gutter-y: 40px;
  }

  .support__image {
    max-width: 400px;
    margin-inline: auto;
  }

  .support__list {
    padding-left: 0 !important;
  }

  .importance .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 24px;
  }

  .importanceCard__icon {
    --icon-size: 54px;
  }

  .aspiration {
    text-align: center;
  }

  .aspiration__image {
    max-width: 340px;
    margin-inline: auto;
    margin-bottom: 32px;
  }

  .articleListCard {
    flex-direction: column;
  }

  .articleListCard__image {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    margin-bottom: 16px;
    margin-inline: auto;
  }

  .contacts__items {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 24px;
  }

  .accordion-item {
    padding: 16px 56px 16px 24px;
  }

  .accordion-item__header {
    margin: -16px -56px -16px -24px;
    padding: 16px 56px 16px 24px;
  }

  .accordion-item__header:before {
    right: 20px;
    width: 24px;
    height: 24px;
    background: rgb(var(--primary-text-color));
    transform: translateY(-50%);
    transition: transform 225ms;
    content: "";
    -webkit-mask-image: url("../images/icons-css.svg?v=1#accordion");
            mask-image: url("../images/icons-css.svg?v=1#accordion");
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }

  .step-form {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .step-form-process-item__text span:not(:first-child) {
    display: none;
  }

  .modal-box {
    max-width: 630px;
    overflow: unset;
  }

  .modal-content {
    --logo-size: 70px;
    padding: 48px 32px 24px 32px;
  }

  .modal-content .modal__logo {
    top: -40px;
    right: auto;
    left: 64px;
  }

  .modal-content .modal__close {
    top: -44px;
    right: 10px;
  }

  .menu {
    position: fixed;
    padding-top: var(--header-height);
    opacity: 0;
    transition: opacity 225ms ease-out;
    pointer-events: none;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
  }

  .menu[data-mobile-active] {
    opacity: 1;
    transition: opacity 300ms ease-in;
    pointer-events: auto;
  }

  .menu[data-mobile-active] .menu__inner {
    transform: translateY(0px);
    opacity: 1;
    transition: transform 450ms cubic-bezier(0.59, 0.03, 0.28, 1.54), opacity 400ms ease;
    pointer-events: auto;
  }

  .menu__inner {
    position: fixed;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(100vh - var(--header-height));
    background: rgba(var(--white-color), 0.6);
    transform: translateY(200px);
    opacity: 0;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    transition: transform 350ms cubic-bezier(0.54, -0.11, 0.49, 0.9), opacity 400ms ease;
    pointer-events: none;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .menu__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height);
    padding: 8px;
    background: #fff;
    border-bottom: 1px solid #dadada;
    z-index: 6;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .menu__list {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding: 16px 0px;
    overflow: auto;
  }

  .menu__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu__item > :is(span, a) {
    width: 100%;
    height: auto;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 20px;
    text-transform: unset;
    display: flex;
    align-items: center;
  }

  [data-menu-back],
  [data-mobile-close] {
    display: flex !important;
    min-width: auto;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.8);
  }

  [data-mobile-close] {
    padding: 8px;
    color: rgb(var(--primary-text-color));
  }

  [data-mobile-close] .icon {
    width: 24px;
    height: 24px;
  }

  [data-mobile-open] {
    display: flex;
  }

  .d-md-none {
    display: none;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-block {
    display: block;
  }
}

@media (max-width: 767.99px) {
  :is(h1, .h1) {
    font-size: 38px;
  }

  :is(h2, .h2) {
    font-size: 34px;
  }

  :is(h3, .h3) {
    font-size: 30px;
  }

  :is(h5, .h5) {
    font-size: 22px;
  }

  :is(h6, .h6) {
    font-size: 16px;
  }

  .hero__ozon {
    top: 34%;
    right: 12%;
    width: 17vw;
  }

  .hero__wb {
    top: 4%;
    left: 5%;
    width: 20vw;
  }

  .hero__title {
    text-align: center;
  }

  .hero__text {
    margin: auto;
    text-align: center;
  }

  .hero__actions {
    justify-content: center;
  }

  .geography__buttons {
    justify-content: center;
  }

  .geography__list {
    margin: 0;
    -moz-columns: 2;
         columns: 2;
  }

  .numbersCard__value {
    font-size: 40px;
  }

  .numbersCard hr {
    margin-block: 8px;
  }

  .reviews > .container {
    padding: 0;
  }

  .reviews-slide {
    width: 250px;
  }

  .form__fields .field-box {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 8px;
  }

  .form__fields .field {
    width: 100%;
    max-width: 100%;
  }

  .modal {
    align-items: flex-end;
    padding-block: 0;
  }

  .modal .modal-box {
    display: flex;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 80%;
    border-radius: 32px 32px 0 0;
    transform: translate3d(0px, 100%, 0px);
    opacity: 1;
    transition: transform 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    will-change: transform;
  }

  .modal[data-status=show] .modal-box {
    transform: translate3d(0px, 0px, 0px);
  }

  .modal[data-status=hide] .modal-box {
    transform: translate3d(0px, 120%, 0px);
    opacity: 1;
  }

  .modal-content {
    height: 100%;
    padding: 48px 32px 24px 32px;
  }

  .modal-content__header {
    top: 0;
  }

  .modal-content__footer {
    bottom: 0;
  }

  .modal-content__header,
  .modal-content__footer {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    padding: 16px 24px;
    background: #fff;
  }

  .modal-content .form {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .modal-content .form__fields {
    width: 100%;
    padding-right: 0;
  }

  .modal-content .form__fields .field-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-content .form__fields .field-box_full {
    width: 100%;
  }

  .modal-content .form__fields .field-box .field {
    max-width: none;
  }

  .modal-content .form__footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    padding-top: 8px;
    background: rgb(var(--white-color));
  }

  .modal-content .modal__close {
    top: -46px;
    right: 32px;
    filter: drop-shadow(0px 0px 2px rgba(var(--black-color), 0.6));
  }

  .d-sm-none {
    display: none;
  }

  .d-sm-flex {
    display: flex;
  }

  .d-sm-block {
    display: block;
  }
}

@media (max-width: 575.99px) {
  .header__actions .icon {
    --icon-size: 24px;
  }

  .custom-select__dropdown {
    max-width: 280px;
  }

  .tariffCard {
    height: auto;
  }

  .tariffCard__caption {
    min-height: auto;
  }

  .tariffCard__text {
    min-height: auto;
  }

  .d-xs-none {
    display: none;
  }

  .d-xs-flex {
    display: flex;
  }

  .d-xs-block {
    display: block;
  }
}

@media (max-width: 380px) {
  .d-xxs-none {
    display: none;
  }

  .d-xxs-flex {
    display: flex;
  }

  .d-xxs-block {
    display: block;
  }
}

@media (hover: hover) {
  .img-cover_hover:hover :is(picture, img) {
    transform: scale(1.1);
  }

  .header__actions a:hover {
    opacity: 0.6;
  }

  .button:hover:is(:not(:disabled),
  :not(.disabled)) {
    background-position: 100% 100%;
    color: rgb(var(--white-color));
  }

  .icon-button:hover {
    --icon-color: rgb(var(--primary-color));
  }

  .stepper:hover input {
    color: rgb(var(--ozon-primary-color));
  }

  .stepper__button:not(:disabled):hover {
    color: rgb(var(--ozon-primary-color));
  }

  .stepper__button:not(:disabled):hover:after {
    background: rgb(var(--ozon-primary-color));
  }

  .reviews-navigation__arrow:hover {
    opacity: 0.7;
  }

  .modal-content .modal__close:hover .icon {
    --icon-color: rgb(var(--wb-primary-color));
  }

  .image-box_zoom:hover img {
    transform: scale(1.2);
    filter: brightness(0.8) blur(6px);
  }

  .image-box_zoom:hover:after {
    opacity: 1;
  }

  .image-box_zoom:hover:after {
    transform: translate(-50%, -50%);
  }

  .menu__item > :is(span, a):hover {
    color: rgb(var(--ozon-primary-color));
  }
}