@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&family=Noto+Sans+Mono:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
html,
body {
  min-height: 100vh;
  width: 100%;
}

.img-svg {
  opacity: 1;
}

.img-svg svg {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 none;
  background-color: transparent;
  scroll-behavior: smooth;
}

/* Убираем внутренние отступы */
ul,
ol {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-size: 14px;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul,
ol {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  cursor: pointer;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
}

input,
textarea {
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

label {
  cursor: pointer;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:root {
  --hight-languages-item: 44px;
}

.special-offer__wrp-rigth-text, .thanks, .rates__block-table-title-wrp, .rates__block-table-text, .rates__block-table-block, .rates__btn-price-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment__picture, .rates__block-table-cell-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-mob__mob-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header, .header__wrp-r, .header__nav-wrp, .header__languages-menu-active-item-wrp, .header__languages-menu-item, .header__color-change, .header-mob, .rates__table-two-columns-blocks-wrp, .rates__cooperation, .fulfilment-article__ban-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rates__ban-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text .be-client__btn {
  margin-left: auto;
  margin-right: auto;
}

.header {
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #f0f0f0;
  z-index: 12;
}

@media (max-width: 979px) {
  .header {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 860px) {
  .header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header__wrp-r {
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-column-gap: 8px;
          column-gap: 8px;
  white-space: nowrap;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media (max-width: 979px) {
  .header__wrp-r {
    max-width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fcc730;
  }
}

@media (max-width: 860px) {
  .header__wrp-r {
    margin-bottom: 0;
  }
}

.header__wrp-r.active {
  right: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media (max-width: 979px) {
  .header__wrp-r.none {
    display: none;
  }
}

.header__nav-wrp {
  max-width: 742px;
  width: 100%;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

@media (max-width: 1280px) {
  .header__nav-wrp {
    max-width: 660px;
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }
}

@media (max-width: 1160px) {
  .header__nav-wrp {
    max-width: 560px;
    font-size: 16px;
  }
}

@media (max-width: 979px) {
  .header__nav-wrp {
    margin-bottom: 22px;
    padding-top: 82px;
    gap: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media (max-width: 979px) {
  .header__logo {
    display: none;
  }
}

.header__nav-item {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header__nav-item:hover {
  color: #fcc730;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media (max-width: 979px) {
  .header__nav-item:hover {
    color: #0a0a0a;
  }
}

.header__nav-item.active {
  color: #fcc730;
}

@media (max-width: 979px) {
  .header__nav-item.active {
    color: #0a0a0a;
  }
}

.header__languages-wrp {
  position: relative;
  font-family: "Noto Sans Mono", monospace;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 979px) {
  .header__languages-wrp {
    margin-bottom: 22px;
  }
}

.header__languages-menu {
  height: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: #fcc730;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.header__languages-menu.active {
  height: var(--hight-languages-item);
  visibility: inherit;
  opacity: 1;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.header__languages-menu.active > .header__languages-menu-item {
  height: 44px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.header__languages-menu-active-item-wrp {
  width: 64px;
  height: 44px;
  padding: 0 8px;
  gap: 4px;
  border-radius: 6px;
  background-color: #fcc730;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header__languages-menu-active-item-wrp.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.header__languages-menu-active-item-wrp.active > .header__languages-menu-active-item-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.header__languages-menu-active-item-icon {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  fill: #0a0a0a;
}

.header__languages-menu-active-item-icon.black {
  fill: #ffffff;
}

.header__languages-menu-item {
  width: 64px;
  height: 0;
  padding: 0 8px;
  gap: 4px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header__color-change {
  display: none;
  width: 58px;
  height: 30px;
  border: 1px solid #fcc730;
  border-radius: 30px;
  background-color: #ffffff;
  cursor: pointer;
}

.header__color-change.active {
  background-color: #0a0a0a;
}

@media (max-width: 979px) {
  .header__color-change {
    margin-bottom: 22px;
    border: 1px solid #e5b52c;
  }
}

.header__color-change-circle {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #fcc730;
}

@media (max-width: 979px) {
  .header__color-change-circle {
    background-color: #e5b52c;
  }
}

.header__color-change-night {
  margin-left: 6px;
  display: none;
}

.header__color-change-night.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__color-change-sun {
  margin-right: 6px;
  display: none;
}

.header__color-change-sun.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__phone {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 140%;
  text-align: center;
  color: #fcc730;
}

@media (max-width: 1160px) {
  .header__phone {
    font-size: 20px;
  }
}

@media (max-width: 979px) {
  .header__phone {
    margin-bottom: 48px;
    color: #0a0a0a;
  }
}

.header-mob {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
  z-index: 10;
}

@media (max-width: 979px) {
  .header-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-mob.active .header-mob__logo-mob-svg-color {
  fill: #ffffff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.header-mob__mob-menu {
  width: 67px;
  height: 20px;
  gap: 6px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 979px) {
  .header-mob__mob-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-mob__mob-menu.active > .header-mob__mob-menu-line-r-t {
  left: 18px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.header-mob__mob-menu.active > .header-mob__mob-menu-line-l-d {
  right: 20px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.header-mob__mob-menu.active > .header-mob__mob-menu-line-r-d {
  left: -4px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.header-mob__mob-menu-line {
  width: 29px;
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0a0a0a;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header-mob__mob-menu-line-r-t {
  position: absolute;
  top: 2px;
  left: 2px;
}

.header-mob__mob-menu-line-r-d {
  position: absolute;
  top: 8px;
  left: 2px;
}

.header-mob__mob-menu-line-l-t {
  position: absolute;
  top: 8px;
  right: 2px;
}

.header-mob__mob-menu-line-l-d {
  position: absolute;
  top: 14px;
  right: 2px;
}

.header-mob__menu-mob {
  width: 0;
  position: absolute;
  background-color: #fcc730;
}

.header-mob__menu-mob.active {
  width: 100%;
}

.header-mob__logo-mob {
  display: none;
}

@media (max-width: 979px) {
  .header-mob__logo-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 860px) {
  .header-mob__logo-mob {
    max-width: 67px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.header-mob__logo-mob-svg-color {
  fill: #fcc730;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.line {
  width: 100%;
  display: block;
  background-color: #b8b7b7;
  height: 2px;
}

.line__wrp {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 16px;
  padding-right: 16px;
}

#instruction:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}

#storage:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}

#special-offer:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}

#payment:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}

#contacts:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}

#about-us:before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}

.main {
  padding-bottom: 100px;
  padding-top: 120px;
}

@media (max-width: 860px) {
  .main {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.main-wrp {
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.main-picture {
  width: 100%;
  min-height: 500px;
  margin-bottom: 50px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  background-image: url("../img/Banner.png");
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1160px) {
  .main-picture {
    padding: 45px 0 0 12px;
  }
}

@media (max-width: 860px) {
  .main-picture {
    min-height: 408px;
    margin-bottom: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.main-picture__header {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  text-transform: uppercase;
  max-width: 540px;
  margin-bottom: 10px;
  padding-left: 110px;
}

@media (max-width: 1160px) {
  .main-picture__header {
    padding-left: 0;
  }
}

@media (max-width: 860px) {
  .main-picture__header {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
  }
}

.main-picture__text {
  font-family: "Noto Sans Mono", monospace;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  max-width: 500px;
  padding-left: 110px;
}

@media (max-width: 1160px) {
  .main-picture__text {
    padding-left: 0;
  }
}

@media (max-width: 860px) {
  .main-picture__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.section-header {
  font-family: "Noto Sans Mono", monospace;
  font-size: 28px;
  font-weight: 700;
  line-height: 37px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 860px) {
  .section-header {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
  }
}

.about-us {
  margin-bottom: 50px;
}

@media (max-width: 860px) {
  .about-us {
    margin-bottom: 20px;
  }
}

.about-us__content {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about-us__logo-wrp {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 616px) {
  .about-us__logo-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 616px) {
  .about-us__logo {
    max-width: 68px;
  }
}

.about-us__logo-description {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

@media (max-width: 616px) {
  .about-us__logo-description {
    font-family: "Noto Sans Mono", monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
  }
}

.about-us__video-and-description-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-bottom: 50px;
}

@media (max-width: 1160px) {
  .about-us__video-and-description-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    gap: 20px;
  }
}

.about-us__video-wrp {
  width: 474px;
  height: 302px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 520px) {
  .about-us__video-wrp {
    width: 288px;
    height: 162px;
  }
}

.about-us__video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about-us__description {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  max-width: 610px;
  width: 100%;
}

@media (max-width: 1160px) {
  .about-us__description {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .about-us__description {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-us__description-first {
  margin-bottom: 20px;
}

@media (max-width: 520px) {
  .about-us__description-first {
    max-width: 250px;
  }
}

@media (max-width: 520px) {
  .about-us__description-second {
    max-width: 250px;
  }
}

.about-us__benefits {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.about-us__benefits-line {
  width: 100%;
  height: 1px;
  background-color: #000000;
}

@media (max-width: 860px) {
  .about-us__benefits-line {
    display: none;
  }
}

.about-us__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 80px;
}

@media (max-width: 1160px) {
  .about-us__benefit {
    padding-left: 40px;
  }
}

@media (max-width: 860px) {
  .about-us__benefit {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.about-us__benefit-number {
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 85px;
  text-align: left;
  color: #fcc730;
  width: 130px;
}

@media (max-width: 1160px) {
  .about-us__benefit-number {
    width: 80px;
    font-size: 55px;
    line-height: 120%;
  }
}

@media (max-width: 860px) {
  .about-us__benefit-number {
    font-size: 40px;
    line-height: 49px;
  }
}

.about-us__benefit-arrow {
  margin-right: 65px;
}

@media (max-width: 1160px) {
  .about-us__benefit-arrow {
    margin-right: 20px;
  }
}

@media (max-width: 860px) {
  .about-us__benefit-arrow {
    display: none;
  }
}

.about-us__benefit-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #fcc730;
  display: block;
  max-width: 800px;
  width: 100%;
}

@media (max-width: 860px) {
  .about-us__benefit-text {
    font-size: 18px;
    line-height: 22px;
    padding-left: 20px;
  }
}

.about-us__benefit-text-pod {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

.fulfilment__header {
  max-width: 640px;
}

.fulfilment__steps-wrp {
  max-width: 1120px;
  margin: 0 auto;
}

.fulfilment__step-wrp {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.fulfilment__icon-wrp {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fcc730;
  border-radius: 50%;
}

.fulfilment__step-header {
  font-family: "Noto Sans Mono", monospace;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  margin-bottom: 8px;
}

@media (max-width: 860px) {
  .fulfilment__step-header {
    font-family: "Noto Sans Mono", monospace;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
  }
}

.fulfilment__step-list {
  padding-left: 24px;
  list-style-type: disc;
}

.fulfilment__step-element {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 8px;
}

@media (max-width: 860px) {
  .fulfilment__step-element {
    font-family: "Noto Sans Mono", monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
  }
}

.instruction {
  margin-bottom: 50px;
}

@media (max-width: 860px) {
  .instruction {
    margin-bottom: 20px;
  }
}

.instruction__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

@media (max-width: 860px) {
  .instruction__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.instruction__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  position: relative;
}

@media (max-width: 860px) {
  .instruction__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    padding: 40px 10px;
    background-color: #ffffff;
    border: 1px solid #fcc730;
    border-radius: 8px;
  }
}

.instruction__step-img {
  width: 234px;
  height: 186px;
}

@media (max-width: 1280px) {
  .instruction__step-img {
    height: 100px;
    width: 132px;
  }
}

@media (max-width: 860px) {
  .instruction__step-img {
    height: 50px;
    width: 66px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.instruction__step-text {
  max-width: 200px;
  width: 100%;
  font-family: "Noto Sans Mono", monospace;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}

@media (max-width: 1280px) {
  .instruction__step-text {
    font-size: 16px;
    line-height: 120%;
  }
}

@media (max-width: 860px) {
  .instruction__step-text {
    max-width: none;
    font-size: 14px;
    line-height: 19px;
  }
}

.instruction__step-number {
  display: none;
  font-family: "Noto Sans Mono", monospace;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 15px;
}

@media (max-width: 860px) {
  .instruction__step-number {
    display: block;
  }
}

.instruction__arrows {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 70px;
}

@media (max-width: 1280px) {
  .instruction__arrows {
    width: 54px;
    height: 43px;
  }
}

@media (max-width: 860px) {
  .instruction__arrows {
    display: none;
  }
}

.choose-and-combine {
  margin-bottom: 10px;
}

.choose-and-combine__content-wrp {
  padding: 24px;
  background: #fbf9f9;
  -webkit-box-shadow: 0px 0px 24px rgba(10, 10, 10, 0.1);
          box-shadow: 0px 0px 24px rgba(10, 10, 10, 0.1);
  border-radius: 8px;
}

@media (max-width: 860px) {
  .choose-and-combine__content-wrp {
    padding: 16px 8px;
  }
}

.choose-and-combine__options-wrp {
  max-width: 740px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 860px) {
  .choose-and-combine__options-wrp {
    max-width: 610px;
    gap: 10px;
  }
}

@media (max-width: 616px) {
  .choose-and-combine__options-wrp {
    max-width: 410px;
  }
}

.choose-and-combine__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 860px) {
  .choose-and-combine__option {
    max-width: 160px;
  }
}

@media (max-width: 616px) {
  .choose-and-combine__option {
    max-width: 129px;
  }
}

.choose-and-combine__option-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.choose-and-combine__option-header-icon {
  width: 21px;
  height: 21px;
  background-color: #fcc730;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 860px) {
  .choose-and-combine__option-header-icon {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 860px) {
  .choose-and-combine__option-header-icon-desctop {
    display: none;
  }
}

.choose-and-combine__option-header-icon-mobile {
  display: none;
}

@media (max-width: 860px) {
  .choose-and-combine__option-header-icon-mobile {
    display: block;
  }
}

.choose-and-combine__option-header-text {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  max-width: 200px;
}

@media (max-width: 860px) {
  .choose-and-combine__option-header-text {
    font-family: "Noto Sans Mono", monospace;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
  }
}

.be-client {
  margin-bottom: 32px;
}

@media (max-width: 616px) {
  .be-client {
    margin-bottom: 24px;
  }
}

.be-client__content-wrp {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.be-client__text {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 616px) {
  .be-client__text {
    font-family: "Noto Sans Mono", monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
  }
}

.be-client__btn {
  max-width: 290px;
  width: 100%;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #fcc730;
  border-radius: 8px;
  border: 2px solid #fcc730;
  font-family: "Noto Sans Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: #000000;
}

.be-client__btn:hover {
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.be-client__btn:active {
  background-color: #f0f0f0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.be-client__btn.disabled {
  border: 2px solid #b8b7b7;
  background-color: #b8b7b7;
  cursor: default;
  color: #7a7878;
}

.warehouses {
  margin-bottom: 32px;
}

@media (max-width: 860px) {
  .warehouses {
    margin-bottom: 24px;
  }
}

.warehouses__header {
  max-width: 890px;
}

.warehouses__photos {
  margin-bottom: 32px;
}

@media (max-width: 860px) {
  .warehouses__photos {
    margin-bottom: 24px;
  }
}

.warehouses__photos-row-top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 860px) {
  .warehouses__photos-row-top {
    margin-bottom: 8px;
    gap: 8px;
  }
}

.warehouses__photos-row-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media (max-width: 860px) {
  .warehouses__photos-row-bottom {
    margin-bottom: 8px;
    gap: 8px;
  }
}

.warehouses__photos-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media (max-width: 860px) {
  .warehouses__photos-double {
    gap: 8px;
  }
}

.warehouses__info {
  padding: 24px;
  background: #fbf9f9;
  -webkit-box-shadow: 0px 0px 24px rgba(10, 10, 10, 0.1);
          box-shadow: 0px 0px 24px rgba(10, 10, 10, 0.1);
  border-radius: 8px;
}

@media (max-width: 860px) {
  .warehouses__info {
    padding: 16px 8px;
  }
}

.warehouses__info-subheader {
  padding: 4px 8px;
  font-family: "Noto Sans Mono", monospace;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  margin-bottom: 24px;
  background-color: #fcc730;
}

.warehouses__info-block {
  margin-bottom: 32px;
}

.warehouses__info-text {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  margin-bottom: 16px;
}

.warehouses__info-ol {
  list-style-type: decimal;
  list-style-position: inside;
  color: #fcc730;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
}

@media (max-width: 860px) {
  .warehouses__info-ol {
    padding-left: 28px;
    list-style-position: outside;
  }
}

.warehouses__info-ul {
  list-style-type: disc;
  list-style-position: inside;
  color: #fcc730;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
}

@media (max-width: 860px) {
  .warehouses__info-ul {
    padding-left: 20px;
    list-style-position: outside;
  }
}

.warehouses__info-element {
  margin-bottom: 16px;
}

.warehouses__info-element > ol {
  padding-left: 16px;
  padding-top: 8px;
}

.warehouses__info-element-text {
  color: #0a0a0a;
}

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

@media (max-width: 860px) {
  .warehouses__info-call-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.warehouses__call-center-main-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media (max-width: 860px) {
  .warehouses__call-center-main-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.warehouses__call-center-side {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 85px;
}

@media (max-width: 860px) {
  .warehouses__call-center-side {
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}

.warehouses__call-center-bottom {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

@media (max-width: 860px) {
  .warehouses__call-center-bottom {
    padding-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}

.warehouses__call-center-img-wrp {
  margin-left: 20px;
}

@media (max-width: 860px) {
  .warehouses__call-center-img-wrp {
    margin-bottom: 16px;
  }
}

.warehouses__call-center-element {
  max-width: 290px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
}

@media (max-width: 860px) {
  .warehouses__call-center-element {
    min-height: auto;
  }
}

.warehouses__call-center-element svg {
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.storage {
  margin-bottom: 50px;
  display: none;
}

@media (max-width: 860px) {
  .storage {
    margin-bottom: 20px;
  }
}

.storage__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 860px) {
  .storage__options {
    gap: 10px;
  }
}

@media (max-width: 616px) {
  .storage__options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.storage__option {
  max-width: 322px;
  width: 100%;
  padding: 40px 30px;
  background: #fbf9f9;
  -webkit-box-shadow: 0px 0px 24px rgba(10, 10, 10, 0.1);
          box-shadow: 0px 0px 24px rgba(10, 10, 10, 0.1);
  border-radius: 8px;
}

@media (max-width: 860px) {
  .storage__option {
    max-width: 280px;
    padding: 12px 12px 28px 12px;
  }
}

@media (max-width: 616px) {
  .storage__option {
    max-width: none;
  }
}

.storage__option-name {
  font-family: "Noto Sans Mono", monospace;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  margin-bottom: 15px;
}

@media (max-width: 860px) {
  .storage__option-name {
    font-size: 18px;
    line-height: 25px;
  }
}

.storage__option-price {
  font-family: "Noto Sans Mono", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background: #e6e4e4;
  border-radius: 8px;
  margin-bottom: 25px;
}

@media (max-width: 860px) {
  .storage__option-price {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 16px;
    margin-bottom: 5px;
  }
}

.storage__option-boxes-wrp {
  max-width: 266px;
  width: 100%;
  height: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 860px) {
  .storage__option-boxes-wrp {
    max-width: 246px;
    width: 100%;
    height: 162px;
  }
}

@media (max-width: 616px) {
  .storage__option-boxes-wrp {
    margin-left: auto;
    margin-right: auto;
  }
}

.storage__option-boxes {
  max-height: 100%;
}

.storage__option-description {
  font-family: "Noto Sans Mono", monospace;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 860px) {
  .storage__option-description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

.storage__option-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 25px;
  margin-bottom: 30px;
  font-family: "Noto Sans Mono", monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
}

@media (max-width: 860px) {
  .storage__option-stats {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
}

.storage__option-stats-parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 80px;
}

.storage__option-stats-parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.storage__option-stats-values {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.storage__option-btn {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 100%;
  background: #fcc730;
  border-radius: 8px;
  border: 2px solid #fcc730;
  font-family: "Noto Sans Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
}

.storage__option-btn:hover {
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.storage__option-btn:active {
  background-color: #f0f0f0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.storage__option-btn.disabled {
  border: 2px solid #b8b7b7;
  background-color: #b8b7b7;
  cursor: default;
  color: #7a7878;
}

.our-area {
  margin-bottom: 50px;
  display: none;
}

@media (max-width: 860px) {
  .our-area {
    margin-bottom: 20px;
  }
}

.our-area__picture-wrp {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media (max-width: 860px) {
  .our-area__picture-wrp {
    margin-bottom: 5px;
  }
}

.our-area__description {
  font-family: "Noto Sans Mono", monospace;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 860px) {
  .our-area__description {
    font-size: 14px;
    line-height: 19px;
  }
}

.special-offer {
  margin-bottom: 24px;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}

@media (max-width: 1160px) {
  .special-offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.special-offer__wrp-left {
  max-width: 670px;
  width: 100%;
  padding: 24px;
  background-color: white;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1160px) {
  .special-offer__wrp-left {
    max-width: 100%;
  }
}

.special-offer__left-text-title {
  margin-bottom: 4px;
  padding-bottom: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  line-height: 140%;
  border-bottom: 1px solid #0a0a0a;
}

@media (max-width: 860px) {
  .special-offer__left-text-title {
    font-size: 16px;
  }
}

.special-offer__line {
  max-width: 246px;
  width: 100%;
  height: 1px;
  margin-bottom: 8px;
  background-color: #0a0a0a;
}

.special-offer__left-img {
  margin-top: 40px;
}

@media (max-width: 1160px) {
  .special-offer__left-img {
    display: none;
  }
}

.special-offer__rigth-text {
  margin-left: 8px;
  padding-bottom: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #0a0a0a;
}

.special-offer__wrp-rigth {
  width: 100%;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.special-offer__wrp-rigth-text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.special-offer__wrp-rigth-item-1, .special-offer__wrp-rigth-item-2, .special-offer__wrp-rigth-item-3 {
  height: 131px;
  padding: 24px;
  border-radius: 8px;
}

.special-offer__wrp-rigth-item-1 {
  background-color: #fbeabd;
}

.special-offer__wrp-rigth-item-2 {
  background-color: #fcc730;
}

.special-offer__wrp-rigth-item-3 {
  background-color: #e5b52c;
}

.care {
  margin-bottom: 50px;
}

@media (max-width: 860px) {
  .care {
    margin-bottom: 20px;
  }
}

.care__header {
  text-transform: uppercase;
}

.care__line {
  width: 100%;
  background-color: #fcc730;
  height: 1px;
}

@media (max-width: 860px) {
  .care__line {
    display: none;
  }
}

.care__sections-wrp {
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 860px) {
  .care__sections-wrp {
    margin-bottom: 20px;
    height: 1098px;
  }
}

.care__section {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 860px) {
  .care__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 570px;
  }
}

.care__circle {
  width: 330px;
  height: 330px;
  border: 1px solid #fcc730;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1160px) {
  .care__circle {
    padding-top: 20px;
    width: 230px;
    height: 230px;
  }
}

@media (max-width: 860px) {
  .care__circle {
    position: relative;
  }
  .care__circle.two {
    top: -42px;
  }
  .care__circle.three {
    top: -84px;
  }
  .care__circle.four {
    top: -42px;
  }
  .care__circle.five {
    top: -84px;
  }
  .care__circle.six {
    top: -126px;
  }
}

.care__circle-number-wrp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 52px;
  width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(252, 199, 48, 0.4);
  border: 3px solid #fcc730;
  border-radius: 50%;
  margin-bottom: 50px;
}

@media (max-width: 1160px) {
  .care__circle-number-wrp {
    height: 36px;
    width: 36px;
    margin-bottom: 40px;
  }
}

.care__circle-number {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

@media (max-width: 1160px) {
  .care__circle-number {
    font-size: 12px;
    line-height: 16px;
  }
}

.care__circle-text {
  max-width: 285px;
  width: 100%;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

@media (max-width: 1160px) {
  .care__circle-text {
    max-width: 200px;
    font-size: 12px;
    line-height: 16px;
  }
}

.care__picture {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media (max-width: 860px) {
  .care__picture {
    margin-bottom: 5px;
  }
}

.care__picture-description {
  max-width: 1122px;
  width: 100%;
  padding: 25px 16px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fcc730;
}

@media (max-width: 860px) {
  .care__picture-description {
    padding: 5px 15px;
  }
}

.care__picture-description-text {
  max-width: 752px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans Mono", monospace;
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .care__picture-description-text {
    font-size: 14px;
    line-height: 19px;
  }
}

.payment {
  margin-bottom: 50px;
}

@media (max-width: 860px) {
  .payment {
    margin-bottom: 20px;
  }
}

.payment__picture {
  max-width: 1120px;
  width: 100%;
  min-height: 500px;
  padding-left: 85px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  background-image: url("../img/Payment.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}

@media (max-width: 1160px) {
  .payment__picture {
    background-image: url("../img/PaymentMobile.jpg");
    background-color: #fbf9f9;
  }
}

@media (max-width: 860px) {
  .payment__picture {
    padding: 10px 16px 10px 16px;
    min-height: 258px;
  }
}

.payment__picture-header {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 49px;
  text-align: left;
  text-transform: uppercase;
  max-width: 460px;
  margin-bottom: 25px;
}

@media (max-width: 860px) {
  .payment__picture-header {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
  }
}

.payment__picture-text {
  font-family: "Noto Sans Mono", monospace;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  max-width: 460px;
  margin-bottom: 50px;
}

@media (max-width: 860px) {
  .payment__picture-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 125px;
  }
}

.payment__methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

@media (max-width: 860px) {
  .payment__methods {
    gap: 15px;
  }
}

.payment__method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  height: 45px;
  width: 60px;
  border: 1px solid #fcc730;
  border-radius: 12.5px;
}

@media (max-width: 860px) {
  .payment__method {
    height: 38px;
    width: 48px;
  }
}

@media (max-width: 860px) {
  .payment__svg {
    width: 75%;
  }
}

.communication__form {
  max-width: 812px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fcc730;
  border-radius: 8px;
  padding: 50px 16px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 860px) {
  .communication__form {
    padding: 30px 10px;
  }
}

.communication__form-header {
  font-family: "Noto Sans Mono", monospace;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
  text-align: center;
  max-width: 664px;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 860px) {
  .communication__form-header {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }
}

.communication__form-input {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #7a7878;
  padding: 11px 14px 9px 14px;
  margin-bottom: 20px;
  max-width: 363px;
  width: 100%;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}

@media (max-width: 860px) {
  .communication__form-input {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}

.communication__form-input::-webkit-input-placeholder {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #7a7878;
}

.communication__form-input:-ms-input-placeholder {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #7a7878;
}

.communication__form-input::-ms-input-placeholder {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #7a7878;
}

.communication__form-input::placeholder {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #7a7878;
}

@media (max-width: 860px) {
  .communication__form-input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .communication__form-input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .communication__form-input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .communication__form-input::placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

.communication__form-checkbox-wrp {
  display: block;
  position: relative;
  max-width: 348px;
  padding-left: 26px;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 860px) {
  .communication__form-checkbox-wrp {
    font-size: 12px;
  }
}

.communication__form-checkbox-wrp .communication__form-checkbox {
  position: absolute;
  opacity: 0;
}

.communication__form-fake-checkbox {
  position: absolute;
  top: 9px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #0a0a0a;
  border-radius: 4px;
}

.communication__form-fake-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.communication__form-checkbox-wrp .communication__form-checkbox:checked ~ .communication__form-fake-checkbox:after {
  display: block;
}

.communication__form-checkbox-wrp .communication__form-fake-checkbox:after {
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: #0a0a0a;
  border-radius: 2px;
}

.communication__form-checkbox-link {
  color: #ffffff;
}

.communication__form-btn {
  border: 2px solid #0a0a0a;
  border-radius: 8px;
  display: block;
  max-width: 264px;
  width: 100%;
  padding: 8px 16px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-family: "Noto Sans Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  color: #0a0a0a;
}

.communication__form-btn:hover {
  background-color: #0a0a0a;
  border: 2px solid #0a0a0a;
  color: #fcc730;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.communication__form-btn:active {
  background-color: #e6b52c;
  border: 2px solid #0a0a0a;
  color: #0a0a0a;
}

.communication__form-btn.disabled {
  border: 2px solid #b8b7b7;
  background-color: #b8b7b7;
  cursor: default;
  color: #7a7878;
}

.pop-up-form {
  padding: 50px 16px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
}

@media (max-width: 860px) {
  .pop-up-form {
    padding-bottom: 30px;
  }
}

.pop-up-form__wrp {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 16px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-backdrop-filter: brightness(30%) blur(2px);
          backdrop-filter: brightness(30%) blur(2px);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.pop-up-form__wrp.active {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.pop-up-form__btn-wrp {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 100;
  cursor: pointer;
}

.pop-up-form__btn-line {
  width: 16px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0a0a0a;
}

.pop-up-form__btn-line-r {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pop-up-form__btn-line-l {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pop-up-form__form-header {
  font-family: "Noto Sans Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 860px) {
  .pop-up-form__form-header {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

.pop-up-form__form-input-wrp {
  max-width: 363px;
  width: 100%;
  position: relative;
}

.pop-up-form__form-label {
  position: absolute;
  top: -7px;
  left: 11px;
  padding: 0 5px;
  background-color: white;
  font-family: "Noto Sans Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  display: block;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}

.pop-up-form__form-input-error {
  position: absolute;
  top: 47px;
  left: 2px;
  font-family: "Noto Sans Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  color: #fb2424;
  display: block;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}

.pop-up-form__form-input {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #7a7878;
  -webkit-transition: 0s;
  transition: 0s;
  padding: 11px 14px 9px 14px;
  margin-bottom: 20px;
  max-width: 363px;
  width: 100%;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}

@media (max-width: 860px) {
  .pop-up-form__form-input {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pop-up-form__form-input::-webkit-input-placeholder {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #7a7878;
  -webkit-transition: 0s;
  transition: 0s;
}

.pop-up-form__form-input:-ms-input-placeholder {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #7a7878;
  -webkit-transition: 0s;
  transition: 0s;
}

.pop-up-form__form-input::-ms-input-placeholder {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #7a7878;
  -webkit-transition: 0s;
  transition: 0s;
}

.pop-up-form__form-input::placeholder {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #7a7878;
  -webkit-transition: 0s;
  transition: 0s;
}

@media (max-width: 860px) {
  .pop-up-form__form-input::-webkit-input-placeholder {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .pop-up-form__form-input:-ms-input-placeholder {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .pop-up-form__form-input::-ms-input-placeholder {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .pop-up-form__form-input::placeholder {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}

.pop-up-form__form-input:hover {
  border: 1px solid #fcc730;
  padding: 11px 13px 9px 13px;
}

.pop-up-form__form-input:focus {
  border: 1px solid #0a0a0a;
  padding: 11px 14px 9px 14px;
}

.pop-up-form__form-input.error {
  border: 2px solid #fb2424;
  padding: 10px 13px 8px 13px;
}

.pop-up-form__form-input:hover ~ .pop-up-form__form-label {
  opacity: 100;
  color: #fcc730;
}

.pop-up-form__form-input:focus ~ .pop-up-form__form-label {
  opacity: 100;
  color: #0a0a0a;
}

.pop-up-form__form-input.error ~ .pop-up-form__form-label {
  opacity: 100;
  color: #fb2424;
}

.pop-up-form__form-input.error ~ .pop-up-form__form-input-error {
  opacity: 100;
  color: #fb2424;
}

.pop-up-form__form-input:hover::-webkit-input-placeholder {
  color: transparent;
}

.pop-up-form__form-input:hover:-ms-input-placeholder {
  color: transparent;
}

.pop-up-form__form-input:hover::-ms-input-placeholder {
  color: transparent;
}

.pop-up-form__form-input:hover::placeholder {
  color: transparent;
}

.pop-up-form__form-input:focus::-webkit-input-placeholder {
  color: transparent;
}

.pop-up-form__form-input:focus:-ms-input-placeholder {
  color: transparent;
}

.pop-up-form__form-input:focus::-ms-input-placeholder {
  color: transparent;
}

.pop-up-form__form-input:focus::placeholder {
  color: transparent;
}

.pop-up-form__form-input.error::-webkit-input-placeholder {
  color: transparent;
}

.pop-up-form__form-input.error:-ms-input-placeholder {
  color: transparent;
}

.pop-up-form__form-input.error::-ms-input-placeholder {
  color: transparent;
}

.pop-up-form__form-input.error::placeholder {
  color: transparent;
}

.pop-up-form__form-checkbox-wrp {
  display: block;
  position: relative;
  max-width: 348px;
  padding-left: 26px;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 860px) {
  .pop-up-form__form-checkbox-wrp {
    font-size: 12px;
    padding-top: 3px;
  }
}

.pop-up-form__form-checkbox-wrp .pop-up-form__form-checkbox {
  position: absolute;
  opacity: 0;
}

.pop-up-form__form-fake-checkbox {
  position: absolute;
  top: 9px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fcc730;
  border: 1px solid #0a0a0a;
  border-radius: 4px;
}

.pop-up-form__form-fake-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.pop-up-form__form-checkbox-wrp .pop-up-form__form-checkbox:checked ~ .pop-up-form__form-fake-checkbox:after {
  display: block;
}

.pop-up-form__form-checkbox-wrp .pop-up-form__form-fake-checkbox:after {
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: #0a0a0a;
  border-radius: 2px;
}

.pop-up-form__form-checkbox-link {
  color: #fcc730;
}

.pop-up-form__form-btn {
  background: #fcc730;
  border-radius: 8px;
  border: 2px solid #fcc730;
  display: block;
  max-width: 258px;
  width: 100%;
  padding: 8px 16px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-family: "Noto Sans Mono", monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  color: #0a0a0a;
}

.pop-up-form__form-btn:hover {
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.pop-up-form__form-btn:active {
  background-color: #f0f0f0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.pop-up-form__form-btn.disabled {
  border: 2px solid #b8b7b7;
  background-color: #b8b7b7;
  cursor: default;
  color: #7a7878;
}

.buns .special-offer__regular-text {
  text-transform: inherit;
}

.buns .special-offer {
  background-image: none;
  background-color: #fcc730;
}

.buns__free {
  text-transform: uppercase;
  font-weight: 600;
}

.buns__text {
  text-transform: none;
}

.important-information {
  margin-bottom: 50px;
}

.important-information.about-us__benefits {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fcc730;
}

.important-information .about-us__benefit-number {
  color: white;
}

.important-information .special-offer__regular-text {
  max-width: 626px;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.important-information .about-us__benefit {
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  background-color: #0a0a0a;
  width: 100%;
  padding: 75px 0 60px 0;
}

@media (max-width: 860px) {
  .footer {
    padding: 25px 0 40px 0;
  }
}

.footer__wrp {
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 860px) {
  .footer__wrp {
    padding: 0 20px;
  }
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 860px) {
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
}

@media (max-width: 860px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}

.footer__mail-and-addres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

@media (max-width: 860px) {
  .footer__mail-and-addres {
    margin-bottom: 30px;
  }
}

.footer__mail-and-addres-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
}

@media (max-width: 860px) {
  .footer__mail-and-addres-line {
    gap: 15px;
    padding: 0 20px;
  }
}

.footer__article {
  width: 100%;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: right;
  color: #ffffff;
}

.footer__mail-and-addres-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 860px) {
  .footer__number {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.footer__telephone {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
  text-align: right;
  color: #fcc730;
  display: block;
  margin-bottom: 16px;
}

@media (max-width: 860px) {
  .footer__telephone {
    margin-bottom: 6px;
    font-family: "Noto Sans Mono", monospace;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    text-align: right;
  }
}

.footer__number-description {
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: right;
  color: #7a7878;
}

@media (max-width: 860px) {
  .footer__number-description {
    font-size: 12px;
    line-height: 15px;
  }
}

.footer__line {
  width: 100%;
  background-color: #fcc730;
  height: 1px;
  margin-bottom: 40px;
}

@media (max-width: 860px) {
  .footer__line {
    display: none;
  }
}

.footer__line-mobile {
  width: 100%;
  display: none;
  background-color: #fcc730;
  height: 1px;
  margin-bottom: 16px;
}

@media (max-width: 860px) {
  .footer__line-mobile {
    display: block;
  }
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thanks {
  height: 100vh;
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thanks__img {
  margin-bottom: 48px;
  padding-top: 92px;
}

.thanks__title {
  margin-bottom: 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 140%;
  text-align: center;
}

@media (max-width: 860px) {
  .thanks__title {
    font-size: 30px;
  }
}

.thanks__text {
  max-width: 460px;
  margin-bottom: 48px;
  font-family: "Noto Sans Mono", monospace;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

@media (max-width: 860px) {
  .thanks__text {
    font-size: 16px;
  }
}

.privacy-policy {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}

.privacy-policy h1 {
  margin-bottom: 24px;
}

@media (max-width: 860px) {
  .privacy-policy h1 {
    font-size: 24px;
  }
}

.privacy-policy ol {
  padding-left: 32px;
  margin-bottom: 24px;
  list-style: auto;
}

.privacy-policy p, .privacy-policy li {
  margin-bottom: 16px;
  position: relative;
}

.privacy-policy ul {
  padding-left: 24px;
}

.privacy-policy__list {
  position: absolute;
  left: -42px;
}

.privacy-policy li > ul {
  margin-top: 16px;
}

.rates {
  padding-bottom: 100px;
  padding-top: 120px;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}

.rates__wrp {
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.rates__ban-wrp {
  height: 268px;
  margin-bottom: 24px;
  background-color: #fcc730;
  border-radius: 8px;
}

@media (max-width: 860px) {
  .rates__ban-wrp {
    height: auto;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.rates__ban-text {
  max-width: 452px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 49px;
}

@media (max-width: 860px) {
  .rates__ban-text {
    margin-bottom: 32px;
    padding-top: 40px;
    padding-left: 16px;
    font-size: 24px;
    line-height: 32px;
  }
}

.rates__title-text {
  margin-bottom: 16px;
  font-size: 28px;
}

.rates__block-table-wrp {
  margin-bottom: 24px;
  background-color: white;
  border-radius: 8px;
}

@media (max-width: 616px) {
  .rates__block-table-wrp {
    overflow-y: auto;
  }
}

.rates__block-table-cell-wrp {
  max-width: 263px;
  width: 100%;
  height: 180px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-right: 1px solid #b8b7b7;
}

.rates__block-table-cell-wrp p {
  text-align: center;
}

.rates__block-table-cell-wrp:last-child {
  border-right: 0 solid #b8b7b7;
}

.rates__block-table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rates__block-table {
  padding: 16px;
}

@media (max-width: 616px) {
  .rates__block-table {
    width: 584px;
  }
}

.rates__block-table-wrp-shadow {
  border: 1px solid #b8b7b7;
}

.rates__block-table-title {
  text-align: center;
}

.rates__block-table-title-wrp {
  height: 36px;
  background-color: #fbeabd;
  border-bottom: 1px solid #b8b7b7;
}

.rates__block-table-text {
  height: 36px;
  border-bottom: 1px solid #b8b7b7;
}

.rates__block-table-img {
  margin-bottom: 26px;
  padding: 6px;
}

.rates__block-table-block {
  width: 100%;
  height: 36px;
  border-top: 1px solid #b8b7b7;
}

.rates__block-table-count {
  margin-bottom: 8px;
}

.rates__block-list-ul {
  margin-bottom: 24px;
  position: relative;
}

.rates__block-list-ul ul {
  padding-left: 24px;
}

.rates__block-list-ul ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 30px;
  color: #fcc730;
}

.rates__table-two-columns-block {
  width: 50%;
  padding: 8px 10px;
  border-right: 1px solid #b8b7b7;
}

.rates__table-two-columns-block:last-child {
  text-align: center;
  border-right: 0 solid #b8b7b7;
}

.rates__table-two-columns-blocks-wrp {
  border-bottom: 1px solid #b8b7b7;
}

.rates__table-two-columns-blocks-wrp:last-child {
  border-bottom: 0 solid #b8b7b7;
}

.rates__btn-price-wrp {
  margin-bottom: 32px;
}

.rates__cooperation {
  margin-bottom: 24px;
  background-color: #fcc730;
}

@media (max-width: 860px) {
  .rates__cooperation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.rates__cooperation-title {
  max-width: 498px;
  margin-bottom: 16px;
  padding-right: 16px;
  font-family: "Noto Sans Mono", monospace;
  font-size: 24px;
  font-weight: 700;
  line-height: 43px;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 1160px) {
  .rates__cooperation-title {
    font-family: "Noto Sans Mono", monospace;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }
}

@media (max-width: 860px) {
  .rates__cooperation-title {
    padding-left: 16px;
    text-align: center;
  }
}

.rates__cooperation-title-wrp {
  width: 50%;
}

@media (max-width: 860px) {
  .rates__cooperation-title-wrp {
    width: 100%;
    margin-bottom: 16px;
    padding-top: 24px;
  }
}

.rates__cooperation-img {
  width: 50%;
}

@media (max-width: 860px) {
  .rates__cooperation-img {
    width: 100%;
  }
}

.rates__courier {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 860px) {
  .rates__courier > img {
    display: none;
  }
  .rates__courier > div > img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.rates__courier-img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 860px) {
  .rates__courier-img {
    max-width: 280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    padding-top: 16px;
  }
}

.fulfilment-article {
  padding-bottom: 100px;
  padding-top: 120px;
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}

.fulfilment-article__ban-wrp {
  height: 270px;
  margin-bottom: 24px;
  background-color: #fcc730;
  border-radius: 8px;
}

@media (max-width: 860px) {
  .fulfilment-article__ban-wrp {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.fulfilment-article__ban-wrp {
  height: 100%;
}

.fulfilment-article__ban-img-wrp {
  height: 100%;
  border-radius: 8px;
}

.fulfilment-article__ban-wrp-text {
  width: 50%;
}

@media (max-width: 860px) {
  .fulfilment-article__ban-wrp-text {
    width: 100%;
  }
}

.fulfilment-article__ban-text {
  max-width: 452px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 49px;
}

@media (max-width: 860px) {
  .fulfilment-article__ban-text {
    margin-bottom: 32px;
    padding-top: 40px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}

.text > .text__nav-wrp li:before {
  color: #ffffff;
}

.text__nav-wrp {
  padding: 16px 16px 1px 16px;
  background-color: #ffffff;
  border-radius: 8px;
}

.text__nav-wrp a > h2 {
  text-align: left;
  font-size: 18px;
}

.text__nav-wrp a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.text__nav-wrp a:hover {
  color: #fcc730;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text h2,
.text h3 {
  font-family: "Noto Sans Mono", monospace;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 860px) {
  .text h2,
  .text h3 {
    font-size: 18px;
  }
}

.text__centre {
  text-align: center;
}

.text p {
  margin-bottom: 16px;
}

.text ul {
  padding-left: 24px;
  margin-bottom: 24px;
}

.text ul li {
  position: relative;
}

.text ul li::before {
  content: "•";
  position: absolute;
  left: -20px;
  color: #fcc730;
  font-size: 24px;
}

.text ol li > span {
  color: #0a0a0a;
}

.text ol {
  padding-left: 28px;
  margin-bottom: 24px;
  list-style: auto;
  color: #fcc730;
}

.text ol li {
  margin-bottom: 16px;
}

.text ol li:marker {
  color: #fcc730;
}

.text .be-client__btn {
  margin-bottom: 24px;
}

.text__wrp-white {
  padding: 16px;
  margin-bottom: 24px;
  background-color: white;
  border-radius: 8px;
}

.text__wrp-white h2, .text__wrp-white h3 {
  background-color: #fcc730;
}

.text .about-us__benefit {
  padding-left: 44px;
}

.text .about-us__benefit-text-pod {
  max-width: 900px;
  font-size: 16px;
}

.text .about-us__benefit-number {
  width: 90px;
}

.text .about-us__benefits {
  margin-bottom: 24px;
}

.id-margin {
  display: block;
  position: relative;
  z-index: -1;
}

.id-margin::before {
  display: block;
  content: "";
  height: 90px;
  margin: -90px 0 0;
}

body {
  background-color: #f0f0f0;
  color: #0a0a0a;
}

body.black {
  background-color: #0a0a0a;
  color: #ffffff;
}

body.overflov {
  overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
/*# sourceMappingURL=main.css.map */