/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Lato/Lato-Regular.eot");
  src: url("../fonts/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Regular.woff") format("woff"), url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelion Regular";
  src: url("../fonts/Lato/Lato-Regular.eot");
  src: url("../fonts/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Regular.woff") format("woff"), url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  scrollbar-color: #bfbfbf #ffffff;
  scrollbar-width: thin;
}

* ::-webkit-scrollbar-track {
  background: #ffffff;
  width: 0.7rem;
}

* ::-webkit-scrollbar-thumb {
  background-color: #bfbfbf;
}

* ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

body {
  font-family: "Poppins Regular", sans-serif;
  color: #1b1b1a;
  background-color: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #1b1b1a;
}

.container {
  margin: 0 auto;
  width: 95%;
}

.svg-icon {
  width: 20px;
  height: 20px;
  fill: transparent;
}

.country-flag-icon {
  width: 16px;
  height: 16px;
}

.title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.nav__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-field {
  width: 65px;
}

.text-field__icon input {
  padding-right: 25px;
}

.text-field__label {
  position: relative;
}

.text-field__label input {
  width: 100%;
  padding-bottom: 14px;
  border: 0;
  border-bottom: 1px solid #1b1b1a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.text-field__label input::-webkit-input-placeholder {
  color: #1b1b1a;
  font-size: 11px;
  font-weight: 600;
}

.text-field__label input::-moz-placeholder {
  color: #1b1b1a;
  font-size: 11px;
  font-weight: 600;
}

.text-field__label input:-ms-input-placeholder {
  color: #1b1b1a;
  font-size: 11px;
  font-weight: 600;
}

.text-field__label input::-ms-input-placeholder {
  color: #1b1b1a;
  font-size: 11px;
  font-weight: 600;
}

.text-field__label input::placeholder {
  color: #1b1b1a;
  font-size: 11px;
  font-weight: 600;
}

.text-field__svg-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  cursor: pointer;
}

.btn:hover {
  cursor: pointer;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  background-image: repeating-linear-gradient(10deg, #333333, #333333 19px, transparent 19px, transparent 30px, #333333 30px), repeating-linear-gradient(100deg, #333333, #333333 19px, transparent 19px, transparent 30px, #333333 30px), repeating-linear-gradient(190deg, #333333, #333333 19px, transparent 19px, transparent 30px, #333333 30px), repeating-linear-gradient(280deg, #333333, #333333 19px, transparent 19px, transparent 30px, #333333 30px);
  background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}

.overlay__text {
  display: block;
  margin: 15px;
  text-align: left;
  color: #1b1b1a;
  font-weight: 600;
}

.block-edit {
  position: relative;
  padding: 3px;
  background-clip: content-box;
}

.block-edit_active {
  opacity: 0.5;
}

.block-edit_removed {
  opacity: 0.2;
}

.block-add {
  display: none;
  padding: 5px 0;
  text-align: center;
  background-color: #efefef;
}

.block-add_active {
  display: block;
}

.block-add:hover {
  cursor: pointer;
}

.dropdown {
  position: absolute;
  left: 9999px;
  top: 0;
  width: 200px;
  border: 1px solid #1b1b1a;
  background-color: #ffffff;
  font-family: "Gelion Regular", sans-serif;
}

.dropdown__item {
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown__item:hover {
  cursor: pointer;
  background-color: #efefef;
}

.dropdown_active {
  z-index: 1;
}

.dropdown [data-action=restore] {
  display: none;
}

.hidden {
  display: none;
}

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

.context-menu {
  position: absolute;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  left: 9999px;
  min-width: 400px;
  padding: 24px 23px 22px 33px;
  font-size: 11px;
  font-weight: 600;
  background: #fff;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.context-menu_active {
  left: initial;
  right: -30px;
}

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

.context-menu__close {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 38px;
  cursor: pointer;
}

.context-menu__close:hover::before, .context-menu__close:hover::after {
  background-color: #b62826;
}

.context-menu__close::before, .context-menu__close::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 129%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 50px;
  background-color: #1b1b1a;
  content: "";
}

.context-menu__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.context-menu__item {
  position: relative;
}

.context-menu__item:first-of-type {
  margin-right: 36px;
}

.context-menu__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.context-menu__item-wrapper:hover {
  color: #a4a4a3;
  cursor: pointer;
}

.context-menu__item-options {
  position: absolute;
  top: 150%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  padding: 20px 8px;
  background: #fff;
  cursor: pointer;
  min-width: 100%;
  font-weight: normal;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  z-index: 9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.context-menu__item-options_active {
  opacity: 1;
  visibility: visible;
}

.context-menu__item-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 18px;
}

.context-menu__item-option:hover {
  color: #a4a4a3;
}

.context-menu__item-option_active {
  color: #a4a4a3;
}

.context-menu__item-text {
  margin-right: 12px;
  white-space: nowrap;
}

.context-menu__item-icon {
  margin-right: 12px;
}

.context-menu__item-arrow {
  display: block;
  height: 8px;
  width: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 60%;
          transform-origin: 0 60%;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #ffffff;
  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;
}

.loader__container {
  position: fixed;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.4rem;
  width: 8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.loader__item {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #1b1b1a;
}

.loader__item:nth-child(1) {
  -webkit-animation: scale 1.4s infinite ease-in-out both -0.48s;
          animation: scale 1.4s infinite ease-in-out both -0.48s;
}

.loader__item:nth-child(2) {
  -webkit-animation: scale 1.4s infinite ease-in-out both -0.32s;
          animation: scale 1.4s infinite ease-in-out both -0.32s;
}

.loader__item:nth-child(3) {
  -webkit-animation: scale 1.4s infinite ease-in-out both -0.16s;
          animation: scale 1.4s infinite ease-in-out both -0.16s;
}

.loader__item:nth-child(4) {
  -webkit-animation: scale 1.4s infinite ease-in-out both;
          animation: scale 1.4s infinite ease-in-out both;
}

@-webkit-keyframes scale {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 1200px) {
  .context-menu {
    display: none;
  }
}
.micromodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.micromodal.is-open {
  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;
}

.micromodal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9;
}

.micromodal__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(100vw - 60px);
  min-width: 25vw;
  min-height: 50vh;
  max-height: 100vh;
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.micromodal__container > *:not(:last-child) {
  margin-bottom: 15px;
}

.micromodal__container > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.micromodal__container .text-field__input {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  height: 100%;
}

.micromodal__container .text-field__input::-webkit-input-placeholder {
  color: #83837e;
}

.micromodal__container .text-field__input::-moz-placeholder {
  color: #83837e;
}

.micromodal__container .text-field__input:-ms-input-placeholder {
  color: #83837e;
}

.micromodal__container .text-field__input::-ms-input-placeholder {
  color: #83837e;
}

.micromodal__container .text-field__input::placeholder {
  color: #83837e;
}

.micromodal__container .context-menu__item:first-of-type {
  margin-right: 0;
}

.modal__input-wrapper {
  display: grid;
  grid-template-columns: 130px calc(100% - 145px);
  grid-gap: 15px;
}

.modal__input-wrapper > p {
  margin-bottom: 0;
}

.modal__input-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modal__form > *:not(:last-child) {
  margin-bottom: 30px;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}

.modal__title {
  margin-top: 0;
  margin-right: 30px;
}

.modal__error {
  color: #e90032;
  font-size: 12px;
}

.modal__footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.micromodal[aria-hidden=false] .micromodal__overlay {
  -webkit-animation: microModalFadeIn 0.2s cubic-bezier(0, 0, 0.2, 1);
          animation: microModalFadeIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden=false] .micromodal__container {
  -webkit-animation: microModalSlideIn 0.2s cubic-bezier(0, 0, 0.2, 1);
          animation: microModalSlideIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal .micromodal__container,
.micromodal .micromodal__overlay {
  will-change: transform;
}

@-webkit-keyframes microModalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes microModalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes microModalSlideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes microModalSlideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.modal__btn {
  color: #fff;
  background: #000;
  text-transform: uppercase;
  padding: 15px 60px;
  border-radius: 0;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.modal__btn:hover {
  color: #000;
  background: #fff;
}

.modal__close-btn {
  color: #fff;
  background: #000;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.modal__close-btn:hover {
  color: #000;
  background: #fff;
}

.header {
  padding: 15px 30px 0;
}

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

.header__registration-burger, .header__registration-search {
  display: none;
}

.header__registration-search:hover {
  cursor: pointer;
}

.header__registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.header__registration-item {
  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;
  font-size: 11px;
  text-transform: uppercase;
}

.header__registration-item:hover {
  cursor: pointer;
}

.header__registration-item_account {
  margin-right: 25px;
}

.header__registration-item_account:hover .header__registration-img {
  fill: #e2fff3;
  color: #00af66;
}

.header__registration-item_help:hover .header__registration-img {
  fill: #ffeef2;
  color: #e90032;
}

.header__registration-img {
  margin-bottom: 5px;
}

.header__banner {
  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;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.header__banner:hover {
  cursor: pointer;
}

.header__banner-img {
  width: 268px;
}

.header__shopping-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.header__shopping-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__shopping-info-item:hover {
  cursor: pointer;
}

.header__shopping-info-item_wish {
  margin-right: 25px;
}

.header__shopping-info-item_wish:hover .header__shopping-info-image {
  fill: #fef6f9;
  color: #f67599;
}

.header__shopping-info-item_bag:hover .header__shopping-info-image {
  fill: #f6f6ff;
  color: #06038d;
}

.header__shopping-info-image {
  margin-right: 5px;
}

.header__shopping-info-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 11px;
}

.header__shopping-info-title {
  font-weight: 700;
  margin-bottom: 2px;
}

.header__shopping-info-text {
  text-transform: uppercase;
}

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

.header__nav-search {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.header__nav-menu {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.header__nav-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  padding-left: 0;
  text-transform: uppercase;
  height: 60px;
}

.header__nav-menu-item {
  display: block;
  white-space: nowrap;
  padding: 0 13px;
  line-height: 60px;
}

.header__nav-menu-item_eid {
  color: #e90032;
}

.header__nav-menu-item:hover {
  cursor: pointer;
  border-bottom: 5px solid black;
}

.header__nav-menu-item_without-hover:hover {
  border-bottom: none;
}

.header__nav-lang {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.header__nav-icon {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.header__nav-icon_active {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  z-index: 1;
}

.header__nav-icon:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  cursor: pointer;
}

@media (max-width: 1200px) {
  .header {
    position: relative;
  }
  .header__registration-burger {
    display: block;
  }
  .header__registration-item {
    display: none;
  }
  .header__shopping-info-descr {
    display: none;
  }
  .header__nav-search .text-field {
    position: absolute;
    top: 15px;
    left: 70px;
  }
  .header__nav-search .text-field input {
    padding-bottom: 10px;
  }
  .header__nav-lang svg {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__registration-burger {
    margin-right: 20px;
  }
  .header__registration-search {
    display: block;
  }
  .header__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__nav-search {
    display: none;
  }
  .header__nav-menu-list {
    padding-left: 0;
  }
  .header__nav-lang {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__nav-menu {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .header__nav-menu-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__nav-menu-item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .header__nav-menu-item:hover {
    border-bottom: 0;
  }
  .header__nav-menu-item_hidden-small {
    display: none;
  }
  .header__nav-menu-item_new {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__nav-menu-item_lifestyle {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: right;
  }
  .header__nav-menu-item_eid {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .header__shopping-info-item_wish {
    margin-right: 5px;
  }
  .header__registration-burger {
    margin-right: 10px;
  }
}
.hero {
  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;
  margin-bottom: 20px;
  text-align: center;
  height: 600px;
  background: no-repeat 0 0 url("../img/hero/bg-img.webp");
  background-size: cover;
  color: #ffffff;
}

.hero__title {
  margin-bottom: 5px;
  font-size: 30px;
}

.hero__descr {
  display: block;
  font-size: 16px;
  font-weight: 300;
  word-break: break-word;
  max-width: 460px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.hero__btn {
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 15px 60px;
  border: 0;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
}

.hero__btn:hover {
  background-color: #1b1b1a;
}

.hero__btn:hover a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff;
}

@media (max-width: 1450px) {
  .hero {
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .hero {
    height: 380px;
  }
  .hero__title {
    font-size: 25px;
  }
  .hero__descr {
    max-width: initial;
    width: 35%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .hero {
    height: 700px;
    background-image: url("../img/hero/bg-img-992.webp");
    background-size: cover;
  }
  .hero__title {
    font-size: 35px;
  }
  .hero__descr {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .hero {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 40px;
  }
  .hero__descr {
    display: none;
  }
}
@media (max-width: 576px) {
  .hero {
    height: 300px;
  }
  .hero__title {
    font-size: 20px;
  }
}
.shopping {
  padding: 55px 0;
}

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

.shopping__link {
  width: 23%;
}

.shopping__card {
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.shopping__card:hover {
  cursor: pointer;
  color: #83837e;
}

.shopping__card-img-container {
  width: 100%;
  height: 400px;
}

.shopping__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.shopping__card-title {
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .shopping {
    padding: 30px 0;
  }
  .shopping__card-img-container {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .shopping__card-img-container {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .shopping__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shopping__link {
    width: 48%;
  }
  .shopping__card:first-of-type, .shopping__card:nth-of-type(2) {
    margin-bottom: 15px;
  }
}
.histories {
  margin-bottom: 55px;
}

.histories p {
  margin: 0;
}

.histories__title {
  margin-bottom: 30px;
}

.histories__image {
  display: block;
  margin: auto;
}

.histories__card {
  width: 25%;
  max-width: 360px;
  min-width: 260px;
}

.histories__card:hover {
  color: rgba(0, 0, 0, 0.6);
}

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

.histories__card img {
  width: 100%;
}

.histories__card_title {
  margin: 15px 0 16px;
}

.histories__card .container {
  margin: 0;
  padding: 0;
  width: 100%;
}

.histories__card p {
  font-size: 16px;
  text-align: justify;
  line-height: initial;
}

.designers {
  padding-bottom: 50px;
}

.designers__title {
  margin-bottom: 30px;
}

.designers__brands {
  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;
}

.designers__brand {
  max-width: 128px;
  width: 100%;
  height: 100%;
}

.designers__brand:hover {
  cursor: pointer;
}

.designers__brand-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media (max-width: 1200px) {
  .designers__brand {
    max-width: 90px;
  }
}
@media (max-width: 992px) {
  .designers__brand {
    max-width: 130px;
  }
  .designers__brand_hidden-medium {
    display: none;
  }
}
@media (max-width: 768px) {
  .designers__title {
    font-size: 25px;
  }
  .designers__brands {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .designers__brand {
    max-width: 40%;
  }
  .designers__brand_hidden-small {
    display: none;
  }
}
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-theme~=light-border] {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 8, 16, 0.15);
  color: #333;
  -webkit-box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
          box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
}

.tippy-box[data-theme~=light-border] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after, .tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after {
  border-color: transparent;
  border-style: solid;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:after {
  border-top-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 7px 0;
  top: 17px;
  left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow > svg {
  top: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow:after {
  top: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
  bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:after {
  border-bottom-color: rgba(0, 8, 16, 0.2);
  border-width: 0 7px 7px;
  bottom: 17px;
  left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow > svg {
  bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow:after {
  bottom: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:after {
  border-left-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 0 7px 7px;
  left: 17px;
  top: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow > svg {
  left: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow:after {
  left: 12px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
  right: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:after {
  border-width: 7px 7px 7px 0;
  right: 17px;
  top: 1px;
  border-right-color: rgba(0, 8, 16, 0.2);
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow > svg {
  right: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow:after {
  right: 12px;
}

.tippy-box[data-theme~=light-border] > .tippy-svg-arrow {
  fill: #fff;
}

.tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
  background-size: 16px 6px;
  width: 16px;
  height: 6px;
}

.cart {
  padding: 5px 0;
}

.cart__item {
  border-radius: 4px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 1px solid rgba(0, 8, 16, 0.15);
}

.cart__item + .cart__item {
  margin-top: 5px;
}

.cart__item-name {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
}

.cart__item-price {
  padding: 0 10px;
}

.cart__item-remove {
  cursor: pointer;
}