.ordering-page-content {
  display: grid;
  grid-template-columns: 915fr 705fr;
  gap: 100px;
  padding: 40px var(--main-padding) 100px; }
  @media screen and (max-width: 1024px) {
    .ordering-page-content {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 1650px) {
    .ordering-page-content {
      gap: 70px; } }
  @media screen and (max-width: 1550px) {
    .ordering-page-content {
      gap: 50px; } }
  @media screen and (max-width: 1220px) {
    .ordering-page-content {
      gap: 30px;
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 630px) {
    .ordering-page-content {
      gap: 40px;
      padding-bottom: 0; } }

.ccc {
  font-size: 300px; }

.registration {
    width: 100%;
  }

  .registration__business{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;

  }
  .registration__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration__title-btn {
    width: 32px;
    height: 32px;
    border: 0;
    background: none;
  }
  .registration__title-btn svg {
    width: 32px;
    height: 32px;
  }
  .registration__title-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: var(--color-dark);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    margin-left: 10px;
    text-transform: uppercase;
  }
  @media screen and (max-width: 1800px) {
    .registration__title-text {
      font-size: 36px;
      line-height: 42px;
    }
  }
  @media screen and (max-width: 1550px) {
    .registration__title-text {
      font-size: 32px;
      line-height: 38px;
    }
  }
  @media screen and (max-width: 1300px) {
    .registration__title-text {
      font-size: 28px;
      line-height: 34px;
    }
  }
  @media screen and (max-width: 1100px) {
    .registration__title-text {
      font-size: 24px;
      line-height: 30px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__title-text {
      font-size: 20px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__title-text {
      font-size: 20px;
      line-height: 24px;
    }
  }
  .registration__type-switcher {
    margin-top: 30px;
    border-radius: 100px;
    background: var(--color-white-dark);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration__type-switcher-item {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    position: relative;
    width: 50%;
    cursor: pointer;
    background: var(--color-white-dark);
    border-radius: 100px;
    border: 0;
  }
  @media screen and (max-width: 1800px) {
    .registration__type-switcher-item {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__type-switcher-item {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__type-switcher-item {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__type-switcher-item {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__type-switcher-item.active {
    background-color: var(--color-blue);
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    font-weight: 400;
  }
  @media screen and (max-width: 1800px) {
    .registration__type-switcher-item.active {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__type-switcher-item.active {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__type-switcher-item.active {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__type-switcher-item.active {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__type-switcher-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    cursor: pointer;
    border-radius: 100px;
  }
  .registration__business-switcher {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration__business-switcher-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
  }
  @media screen and (max-width: 1550px) {
    .registration__business-switcher-title {
      font-size: 14px;
      line-height: 18px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__business-switcher-title {
      font-size: 12px;
      line-height: 16px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__business-switcher-title {
      font-size: 16px;
      line-height: 19px;
    }
  }
  .registration__business-switcher-input {
    display: none;
  }
  .registration__business-switcher-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: keep-all;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    cursor: pointer;
    padding: 10px 5px;
    background: var(--color-white);
    border: 1px solid var(--color-gray-light);
  }
  @media screen and (max-width: 1800px) {
    .registration__business-switcher-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__business-switcher-input-label {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__business-switcher-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__business-switcher-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__business-switcher-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-gray-light);
    font-weight: 400;
    margin-top: 20px;
  }
  @media screen and (max-width: 1800px) {
    .registration__business-switcher-text {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__business-switcher-text {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__business-switcher-text {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__business-switcher-text {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__business-switcher .registration__business-switcher-input:checked + .registration__business-switcher-input-label {
    border-color: var(--color-blue);
    color: var(--color-blue);
  }
  .registration__business-form {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .registration__business-form-container-business {
    margin-top: 20px;
  }
  .registration__business-form-container-inputs {
    margin-top: 15px;
    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;
  }
  .registration__business-form-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-dark);
    font-weight: 400;
    margin-top: 20px;
  }
  @media screen and (max-width: 1800px) {
    .registration__business-form-title {
      font-size: 18px;
      line-height: 22px;
    }
  }
  @media screen and (max-width: 1450px) {
    .registration__business-form-title {
      font-size: 16px;
      line-height: 19px;
    }
  }
  .registration__business-form-input {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    width: 100%;
    border: 0;
    height: 39px;
    outline: none;
    padding-left: 10px;
  }
  @media screen and (max-width: 1800px) {
    .registration__business-form-input {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__business-form-input {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__business-form-input {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__business-form-input {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__business-form-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    left: 34px;
  }
  @media screen and (max-width: 1800px) {
    .registration__business-form-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__business-form-input-label {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__business-form-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__business-form-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__business-form-input-container {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration__business-form-input-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-gray-light);
    position: absolute;
    top: 39px;
  }
  .registration__business-form-input-container__error::after {
    background-color: var(--color-red);
  }
  .registration__business-form-input-container__error {
    border-color: var(--color-red);
  }
  .registration__business-form-input:focus ~ .registration__business-form-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray);
    top: -8px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .registration__business-form-input:not(:placeholder-shown) ~ .registration__business-form-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray);
    top: -8px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .registration__business-form-input-error-message {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-red);
  }
  @media screen and (max-width: 1550px) {
    .registration__business-form-input-error-message {
      font-size: 12px;
      line-height: 15px;
    }
  }
  .registration__business-form-input-svg {
    width: 24px;
    height: 24px;
  }
  .registration__business-form-eula {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
  .registration__business-form-eula-input {
    position: absolute;
    border: 1px solid var(--color-blue);
    border-radius: 0;
    background-color: var(--color-white-dark);
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .registration__business-form-eula-input-label {
    margin-left: 30px;
  }
  .registration__business-form-eula-input-label a {
    color: var(--color-blue);
  }
  .registration__business-form-btn {
    width: 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;
    gap: 20px;
    height: 64px;
    border: none;
    background-color: var(--color-dark);
    margin-top: 40px;
  }
  .registration__business-form-btn-icon {
    width: 24px;
    height: 24px;
    color: var(--color-white);
    cursor: pointer;
  }
  .registration__business-form-btn-icon path {
    -webkit-transition: var(--transition-opacity);
    -o-transition: var(--transition-opacity);
    transition: var(--transition-opacity);
  }
  .registration__business-form-btn-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-white);
    cursor: pointer;
  }
  @media screen and (max-width: 1800px) {
    .registration__business-form-btn-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__business-form-btn-label {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__business-form-btn-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__business-form-btn-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__business-form-btn:hover {
    background-color: var(--color-blue);
  }
  .registration__social-links {
    margin-top: 20px;
  }
  
.dropdown-product-colors {
  background-color: var(--color-white);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  height: 100%;
  width: 100%;
}
.dropdown-product-colors__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .dropdown-product-colors__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .dropdown-product-colors__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.dropdown-product-colors__header {
  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;
  width: 100%;
}
.dropdown-product-colors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  height: calc(100% + 40px);
  overflow: auto;
}
.dropdown-product-colors__list::-webkit-scrollbar {
  width: 4px;
  background: var(--color-white-dark);
  border-radius: 0;
}
.dropdown-product-colors__list::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 0;
  position: relative;
}
.dropdown-product-colors__color {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
}
.dropdown-product-colors__color-container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 3px;
  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;
}
.dropdown-product-colors__color-container_active {
  border: 2px solid var(--color-blue);
}
.dropdown-product-colors__label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-white-extra-dark);
}
@media screen and (max-width: 1800px) {
  .dropdown-product-colors__label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .dropdown-product-colors__label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .dropdown-product-colors__label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .dropdown-product-colors__label {
    font-size: 14px;
    line-height: 17px;
  }
}
.dropdown-product-colors__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.dropdown-product-colors__item_active .dropdown-product-colors__color-container {
  border: 2px solid var(--color-blue);
}
.dropdown-product-colors__item_active .dropdown-product-colors__label {
  color: var(--color-blue);
}
.dropdown-product-colors__label.dropdown-product-colors__label_active {
  color: var(--color-blue);
}

.favorite-button.button-loader {
  position: absolute;
}

.favorite-button {
  background-color: transparent;
  border: none;
  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;
  padding: 0;
  z-index: 2;
  background: var(--color-white);
  border: 0;
  border-radius: 100px;
}
.favorite-button__icon {
  width: 24px;
  height: 24px;
  color: #C51E16;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  -webkit-animation: favorite-animation-back 0.5s forwards;
          animation: favorite-animation-back 0.5s forwards;
}
.favorite-button_active .favorite-button__icon {
  -webkit-animation: favorite-animation 0.5s forwards;
          animation: favorite-animation 0.5s forwards;
}
.favorite-button:hover .favorite-button__icon {
  color: #C51E16;
}
_::-webkit-full-page-media, _:future, :root .favorite-button_active .favorite-button__icon {
    fill: #C51E16;
}
.favorite-button_active .favorite-button__icon path{
    fill: #C51E16;
}

@-webkit-keyframes favorite-animation-back {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #C51E16;
    fill: #C51E16;
  }
  25% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes favorite-animation-back {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #C51E16;
    fill: #C51E16;
  }
  25% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes favorite-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #C51E16;
  }
  25% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: #C51E16;
  }
}
@keyframes favorite-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: #C51E16;
  }
  25% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    fill: #C51E16;
  }
}
.cookie
{
	position: fixed !important;
	bottom: 10px !important;
	left: 50% !important;
	right: auto !important;
	top: auto !important;
	width: auto !important;
	max-width: calc(100% - 20px) !important;
	-webkit-transform: translateX(-50%) !important;
	    -ms-transform: translateX(-50%) !important;
	        transform: translateX(-50%) !important;
	z-index: 1000 !important;
	background-color: rgba(255, 255, 255, 0.55) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15) !important;
	        box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 12px !important;
	overflow: hidden !important;
}

.cookie__logo { -ms-flex-negative: 0; flex-shrink: 0; }

.cookie-wrapper
{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
	gap: 20px !important;
	margin: 0 auto !important;
	padding: 15px 20px !important;
	-webkit-box-sizing: border-box !important;
	        box-sizing: border-box !important;
	max-width: 1200px !important;
}

.cookie-content
{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
	gap: 20px !important;
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 !important;
	        flex: 1 !important;
	-webkit-box-pack: justify !important;
	    -ms-flex-pack: justify !important;
	        justify-content: space-between !important;
}

.cookie-text
{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
	gap: 15px !important;
	-webkit-box-flex: 1 !important;
	    -ms-flex: 1 !important;
	        flex: 1 !important;
	-ms-flex-wrap: wrap !important;
	    flex-wrap: wrap !important;
}

.cookie__title
{
	font-family: Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	color: #333333 !important;
	white-space: nowrap !important;
	padding-bottom: 8px;
}

.cookie__desc
{
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	color: #666666 !important;
}

.cookie__desc a
{
	color: #007bff !important;
	text-decoration: underline !important;
}

.cookie__btn
{
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
	-webkit-box-pack: center !important;
	    -ms-flex-pack: center !important;
	        justify-content: center !important;
	padding: 10px 20px !important;
	min-width: 120px !important;
	color: #ffffff !important;
	background-color: #343a40 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	cursor: pointer !important;
	border: none !important;
	border-radius: 6px !important;
	-webkit-transition: background-color 0.3s ease !important;
	-o-transition: background-color 0.3s ease !important;
	transition: background-color 0.3s ease !important;
	-ms-flex-negative: 0 !important;
	    flex-shrink: 0 !important;
	text-transform: none !important;
}

.cookie__btn:hover { background-color: #007bff !important; }

@media screen and (max-width: 1024px)
{
	.cookie
	{
		bottom: 60px !important;
		background-color: rgba(255, 255, 255, 0.55) !important;
	}
}

@media screen and (max-width: 768px)
{
	.cookie
	{
		left: 10px !important;
		right: 10px !important;
		max-width: calc(100% - 20px) !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
		backdrop-filter: blur(10px) !important;
		-webkit-backdrop-filter: blur(10px) !important;
		background-color: rgba(255, 255, 255, 0.55) !important; /* Такая же прозрачность */
	}

	.cookie-wrapper
	{
		padding: 15px !important;
		gap: 15px !important;
	}

	.cookie-content
	{
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
		gap: 15px !important;
		text-align: center !important;
	}

	.cookie-text
	{
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
		text-align: center !important;
		gap: 10px !important;
	}

	.cookie__title { white-space: normal !important; }

	.cookie__btn
	{
		width: 100% !important;
		min-width: auto !important;
		max-width: 200px !important;
	}
}

@media screen and (max-width: 500px)
{
	.cookie
    {
		bottom: 60px !important;
		left: 5px !important;
		right: 5px !important;
		max-width: calc(100% - 10px) !important;
		border-radius: 8px !important;
	}

	.cookie-wrapper
    {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		padding: 12px !important;
		gap: 12px !important;
	}

	.cookie__title { font-size: 15px !important; }

	.cookie__desc { font-size: 13px !important; }

	.cookie__btn
    {
		padding: 8px 16px !important;
		font-size: 13px !important;
	}
}
.registration {
    width: 100%;
  }
  .registration__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration__title-btn {
    width: 32px;
    height: 32px;
    border: 0;
    background: none;
  }
  .registration__title-btn svg {
    width: 32px;
    height: 32px;
  }
  .registration__title-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: var(--color-dark);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    margin-left: 10px;
    text-transform: uppercase;
  }
  @media screen and (max-width: 1800px) {
    .registration__title-text {
      font-size: 36px;
      line-height: 42px;
    }
  }
  @media screen and (max-width: 1550px) {
    .registration__title-text {
      font-size: 32px;
      line-height: 38px;
    }
  }
  @media screen and (max-width: 1300px) {
    .registration__title-text {
      font-size: 28px;
      line-height: 34px;
    }
  }
  @media screen and (max-width: 1100px) {
    .registration__title-text {
      font-size: 24px;
      line-height: 30px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__title-text {
      font-size: 20px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__title-text {
      font-size: 20px;
      line-height: 24px;
    }
  }
  .registration__type-switcher {
    margin-top: 30px;
    border-radius: 100px;
    background: var(--color-white-dark);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration__type-switcher-item {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    position: relative;
    width: 50%;
    cursor: pointer;
    background: var(--color-white-dark);
    border-radius: 100px;
    border: 0;
  }
  @media screen and (max-width: 1800px) {
    .registration__type-switcher-item {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__type-switcher-item {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__type-switcher-item {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__type-switcher-item {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__type-switcher-item.active {
    background-color: var(--color-blue);
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    font-weight: 400;
  }
  @media screen and (max-width: 1800px) {
    .registration__type-switcher-item.active {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__type-switcher-item.active {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__type-switcher-item.active {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__type-switcher-item.active {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__type-switcher-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    cursor: pointer;
    border-radius: 100px;
  }
  .registration__business-switcher {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration__business-switcher-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
  }
  @media screen and (max-width: 1550px) {
    .registration__business-switcher-title {
      font-size: 14px;
      line-height: 18px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__business-switcher-title {
      font-size: 12px;
      line-height: 16px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__business-switcher-title {
      font-size: 16px;
      line-height: 19px;
    }
  }
  .registration__business-switcher-input {
    display: none;
  }
  .registration__business-switcher-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: keep-all;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    cursor: pointer;
    padding: 10px 5px;
    background: var(--color-white);
    border: 1px solid var(--color-gray-light);
  }
  @media screen and (max-width: 1800px) {
    .registration__business-switcher-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__business-switcher-input-label {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__business-switcher-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__business-switcher-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__business-switcher-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-gray-light);
    font-weight: 400;
    margin-top: 20px;
  }
  @media screen and (max-width: 1800px) {
    .registration__business-switcher-text {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__business-switcher-text {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__business-switcher-text {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__business-switcher-text {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__business-switcher .registration__business-switcher-input:checked + .registration__business-switcher-input-label {
    border-color: var(--color-blue);
    color: var(--color-blue);
  }
  .registration__business-form {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .registration__business-form-container-business {
    margin-top: 20px;
  }
  .registration__business-form-container-inputs {
    margin-top: 15px;
    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;
  }
  .registration__business-form-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-dark);
    font-weight: 400;
    margin-top: 20px;
  }
  @media screen and (max-width: 1800px) {
    .registration__business-form-title {
      font-size: 18px;
      line-height: 22px;
    }
  }
  @media screen and (max-width: 1450px) {
    .registration__business-form-title {
      font-size: 16px;
      line-height: 19px;
    }
  }
  .registration__business-form-input {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    width: 100%;
    border: 0;
    height: 39px;
    outline: none;
    padding-left: 10px;
  }
  @media screen and (max-width: 1800px) {
    .registration__business-form-input {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__business-form-input {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__business-form-input {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__business-form-input {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__business-form-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    left: 34px;
  }
  @media screen and (max-width: 1800px) {
    .registration__business-form-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__business-form-input-label {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__business-form-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__business-form-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__business-form-input-container {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration__business-form-input-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-gray-light);
    position: absolute;
    top: 39px;
  }
  .registration__business-form-input-container__error::after {
    background-color: var(--color-red);
  }
  .registration__business-form-input-container__error {
    border-color: var(--color-red);
  }
  .registration__business-form-input:focus ~ .registration__business-form-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray);
    top: -8px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .registration__business-form-input:not(:placeholder-shown) ~ .registration__business-form-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray);
    top: -8px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .registration__business-form-input-error-message {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-red);
  }
  @media screen and (max-width: 1550px) {
    .registration__business-form-input-error-message {
      font-size: 12px;
      line-height: 15px;
    }
  }
  .registration__business-form-input-svg {
    width: 24px;
    height: 24px;
  }
  .registration__business-form-eula {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
  .registration__business-form-eula-input {
    position: absolute;
    border: 1px solid var(--color-blue);
    border-radius: 0;
    background-color: var(--color-white-dark);
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .registration__business-form-eula-input-label {
    margin-left: 30px;
  }
  .registration__business-form-eula-input-label a {
    color: var(--color-blue);
  }
  .registration__business-form-btn {
    width: 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;
    gap: 20px;
    height: 64px;
    border: none;
    background-color: var(--color-dark);
    margin-top: 40px;
  }
  .registration__business-form-btn-icon {
    width: 24px;
    height: 24px;
    color: var(--color-white);
    cursor: pointer;
  }
  .registration__business-form-btn-icon path {
    -webkit-transition: var(--transition-opacity);
    -o-transition: var(--transition-opacity);
    transition: var(--transition-opacity);
  }
  .registration__business-form-btn-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-white);
    cursor: pointer;
  }
  @media screen and (max-width: 1800px) {
    .registration__business-form-btn-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration__business-form-btn-label {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration__business-form-btn-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration__business-form-btn-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration__business-form-btn:hover {
    background-color: var(--color-blue);
  }
  .registration__diploma {
    margin-top: 20px;
  }
  

  .registration__diploma{
    padding: 25px 0px;
    border:1px dashed rgba(0, 71, 187, 1);
    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;
  }


.main__content-auth-reg-option {
	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;
	gap: 20px;
    margin-top: 20px;
	font-size: 12px;
	color: rgba(151, 153, 155, 1);
}

.line {
	width: 100%;
	border: 0.8px solid rgba(151, 153, 155, 1);
}

.social-links__title{
    margin-top: 20px;
}
  
  
.main__content-ads {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 560px;
}

.main__content-ads.list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}


.main__content-ads-list-item {
	margin: 0;
	min-height: 200px;
	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;
	background-image: url(./img/shampoo.jpg);
	padding: 0px 30px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	position: relative;
    padding: 0px 30px;
    overflow: hidden;

}

.main__content-ads-list-item img{
	z-index: 0;
	width: 100%;
	height: inherit;
}
.ads-text-block{
	position: absolute;
}
.ads-heading {
	font-weight: 300;
	font-size: 29px;
	margin-left: 30px;

}

.ads-description {
	margin-left: 30px;
	font-weight: 400;
	font-size: 20px;
}

@media (max-width: 1500px) {
	.ads-heading{
		font-size: 23px;
	}
	.ads-description{
		font-size: 15px;
	}
}

@media   (max-width:500px) {
	.main__content-ads-list-item{
		padding: 0;
	}
	
}




@media screen and(max-width:500px){
    

    
    .main__content-ads.list {
        gap: 30px;
    }

}
.registration-success {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration-success__header {
    width: 100%;
    overflow: hidden;
    height: 312px;
    background-color: var(--color-white-extra-dark);
    background-image: url("../../assets/other/auth_success.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .registration-success__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media screen and (max-width: 480px) {
    .registration-success__body {
      max-width: 320px;
    }
  }
  .registration-success__title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: var(--color-dark);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    width: 450px;
    margin: 60px auto 0;
  }
  @media screen and (max-width: 1800px) {
    .registration-success__title {
      font-size: 36px;
      line-height: 42px;
    }
  }
  @media screen and (max-width: 1550px) {
    .registration-success__title {
      font-size: 32px;
      line-height: 38px;
    }
  }
  @media screen and (max-width: 1300px) {
    .registration-success__title {
      font-size: 28px;
      line-height: 34px;
    }
  }
  @media screen and (max-width: 1100px) {
    .registration-success__title {
      font-size: 24px;
      line-height: 30px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration-success__title {
      font-size: 20px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration-success__title {
      font-size: 20px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 480px) {
    .registration-success__title {
      width: 320px;
    }
  }
  .registration-success__annotation {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
  }
  @media screen and (max-width: 1550px) {
    .registration-success__annotation {
      font-size: 14px;
      line-height: 18px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration-success__annotation {
      font-size: 12px;
      line-height: 16px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration-success__annotation {
      font-size: 16px;
      line-height: 19px;
    }
  }
  .registration-success__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .registration-success__links-shop {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 40px;
    text-align: center;
    width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0;
    background: var(--color-dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  @media screen and (max-width: 1800px) {
    .registration-success__links-shop {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration-success__links-shop {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration-success__links-shop {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration-success__links-shop {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration-success__links-shop-icon {
    width: 24px;
    height: 24px;
    fill: var(--color-white);
  }
  @media screen and (max-width: 480px) {
    .registration-success__links-shop {
      width: 320px;
    }
  }
  .registration-success__links-lk {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    border: 1px solid var(--color-dark);
  }
  @media screen and (max-width: 1800px) {
    .registration-success__links-lk {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .registration-success__links-lk {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .registration-success__links-lk {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .registration-success__links-lk {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .registration-success__links-lk-icon {
    width: 24px;
    height: 24px;
    fill: var(--color-dark);
  }
  @media screen and (max-width: 480px) {
    .registration-success__links-lk {
      width: 320px;
    }
  }
.cart {
  width: calc(100% + 40px);
  overflow: auto;
  max-height: 100%;
  margin-right: -40px;
  padding-right: 40px;
}
.cart::-webkit-scrollbar {
  width: 4px;
  background: var(--color-white-dark);
  border-radius: 0;
}
.cart::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 0;
  position: relative;
}
@media screen and (max-width: 375px) {
  .cart {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart__title-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 1800px) {
  .cart__title-text {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .cart__title-text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .cart__title-text {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .cart__title-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.cart__title-text-empty {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 1800px) {
  .cart__title-text-empty {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .cart__title-text-empty {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .cart__title-text-empty {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .cart__title-text-empty {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-text-empty {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-text-empty {
    font-size: 20px;
    line-height: 24px;
  }
}
.cart__title-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cart__title-count-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1800px) {
  .cart__title-count-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__title-count-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-count-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-count-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__title-count-text::after {
  content: "/";
  display: block;
}
.cart__title-count-clear {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-blue);
  font-weight: 300;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media screen and (max-width: 1800px) {
  .cart__title-count-clear {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__title-count-clear {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-count-clear {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-count-clear {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__products-list .cart__product {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 0;
  gap: 10px;
  grid-template-columns: 106fr 504fr;
  border-bottom: 1px solid var(--color-white-extra-dark);
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product {
    grid-template-columns: 88fr 245fr;
  }
}
.cart__products-list .cart__product-image {
  background: #d9d9d9;
  aspect-ratio: 106/110;
  overflow: hidden;
}
.cart__products-list .cart__product-properties-cost {
  display: grid;
  gap: 10px;
  grid-template-columns: 314fr 180fr;
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product-properties-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart__products-list .cart__product-properties {
  width: 100%;
  border-right: 1px solid var(--color-white-extra-dark);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 10px 20px 0;
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product-properties {
    border-right: 0;
    border-bottom: 1px solid var(--color-gray-light);
  }
}
@media screen and (max-width: 480px) {
  .cart__products-list .cart__product-properties {
    padding: 0 0 5px;
  }
}
.cart__products-list .cart__product-properties-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__products-list .cart__product-properties-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__products-list .cart__product-properties-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__products-list .cart__product-properties-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__products-list .cart__product-properties-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__products-list .cart__product-properties-color-container {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1550px) {
  .cart__products-list .cart__product-properties-color-container {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product-properties-color-container {
    margin-top: 2px;
  }
}
.cart__products-list .cart__product-properties-color-container .color {
  border-radius: 50%;
  margin: 3px;
  width: 18px;
  height: 18px;
}
.cart__products-list .cart__product-properties-size {
  margin-top: 8px;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 1550px) {
  .cart__products-list .cart__product-properties-size {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product-properties-size {
    margin-top: 2px;
  }
}
.cart__products-list .cart__product-cost {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart__products-list .cart__product-cost-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.cart__products-list .cart__product-cost-price .old-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .cart__products-list .cart__product-cost-price .old-price {
    font-size: 12px;
    line-height: 15px;
  }
}
.cart__products-list .cart__product-cost-price .old-price::before {
  position: absolute;
  width: 70%;
  height: 50%;
  content: "";
  border-bottom: 1px solid var(--color-blue);
  pointer-events: none;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.cart__products-list .cart__product-cost-price .actual-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .cart__products-list .cart__product-cost-price .actual-price {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__products-list .cart__product-cost-price .actual-price {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cart__products-list .cart__product-cost-price .actual-price {
    font-size: 16px;
    line-height: 19px;
  }
}
.cart__products-list .cart__product-cost-discount {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-blue);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: end;
  margin-top: 8px;
}
@media screen and (max-width: 1550px) {
  .cart__products-list .cart__product-cost-discount {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product-cost-discount {
    margin-top: 2px;
    text-align: start;
  }
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cart__products-list .cart__product-count-container {
  background-color: var(--color-white);
  display: grid;
  grid-template-columns: 24px 32px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart__products-list .cart__product-count-container svg {
  color: var(--color-dark);
  width: 24px;
  height: 24px;
}
.cart__products-list .cart__product-count-container-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  justify-self: center;
  border: none;
  text-align: center;
  width: 32px;
}
@media screen and (max-width: 1800px) {
  .cart__products-list .cart__product-count-container-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__products-list .cart__product-count-container-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__products-list .cart__product-count-container-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__products-list .cart__product-count-container-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__products-list .cart__product-count-container-btn-minus {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.cart__products-list .cart__product-count-container-btn-plus {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.cart__products-list .cart__product-mobile {
  display: none;
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product-mobile {
    display: grid;
    grid-template-columns: 88fr 245fr;
    gap: 10px;
    border-bottom: 1px solid var(--color-white-extra-dark);
  }
}
.cart__total {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .cart__total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart__total-promocode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart__total-promocode-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__total-promocode-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .cart__total-promocode-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.cart__total-promocode-input {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
}
@media screen and (max-width: 630px) {
  .cart__total-promocode-input {
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .cart__total-promocode-input {
    width: 100%;
  }
}
.cart__total-promocode-input input {
  height: 44px;
  padding-left: 20px;
  border: 0;
  width: 360px;
  outline: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='2' stroke-dasharray='10 15' stroke-linecap='square'/%3E%3C/svg%3E");
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-gray);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__total-promocode-input input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__total-promocode-input input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__total-promocode-input input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__total-promocode-input input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 480px) {
  .cart__total-promocode-input input {
    width: 100%;
  }
}
.cart__total-promocode-btn {
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--color-dark);
  position: relative;
  left: -2px;
}
.cart__total-promocode-btn-svg {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: var(--color-white);
}
.cart__total-cost {
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 480px) {
  .cart__total-cost {
    margin-top: 20px;
    text-align: start;
  }
}
.cart__total-cost-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__total-cost-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__total-cost-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__total-cost-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__total-cost-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__total-cost-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 32px;
  line-height: 39px;
  color: var(--color-dark);
  font-weight: 500;
}
.cart__total-cost-discount {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-blue);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .cart__total-cost-discount {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__total-cost-discount {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cart__total-cost-discount {
    font-size: 16px;
    line-height: 19px;
  }
}
.cart__total-cost-payment {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border-radius: 100px;
  background: var(--color-white-dark);
}
@media screen and (max-width: 1550px) {
  .cart__total-cost-payment {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 480px) {
  .cart__total-cost-payment {
    width: 70%;
  }
}
.cart__total-cost-payment-svg {
  width: 30px;
  height: 30px;
}

.cart__confirmation-wr
{
  position: static;
  margin-top: 20px;
}

@media(max-width: 769px)
{
  .cart__confirmation-wr
  {
    position: sticky;
    bottom: 20px;
    margin-top: 0;
    background-color: white;
    width: 100%;
    padding: 20px 0;
    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;
    z-index: 2;
  }
}

.cart__confirmation {
  width: 100%;
}
.cart__confirmation-btn {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
  width: 100%;
  border: 0;
  background: var(--color-dark);
}
@media screen and (max-width: 1800px) {
  .cart__confirmation-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__confirmation-btn {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__confirmation-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__confirmation-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__package-title, .cart__recently-viewed-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 10px 0;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__package-title, .cart__recently-viewed-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__package-title, .cart__recently-viewed-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__package-title, .cart__recently-viewed-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__package-title, .cart__recently-viewed-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__package-title-buttons, .cart__recently-viewed-title-buttons {
  width: 88px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cart__package-container-swiper-next, .cart__recently-viewed-container-swiper-next {
  width: 44px;
  height: 44px;
  border: none;
  background-color: var(--color-white);
  padding: 0;
}
.cart__package-container-swiper-next-svg, .cart__recently-viewed-container-swiper-next-svg {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: var(--color-dark);
}
.cart__package-container-swiper-prev, .cart__recently-viewed-container-swiper-prev {
  width: 44px;
  height: 44px;
  border: none;
  background-color: var(--color-white);
  padding: 0;
}
.cart__package-container-swiper-prev-svg, .cart__recently-viewed-container-swiper-prev-svg {
  width: 24px;
  height: 24px;
  color: var(--color-dark);
}
.cart__recently-viewed {
  margin-top: 60px;
}
.auth-login {
    width: 100%;
  }
  .auth-login__header {
    width: 100%;
    overflow: hidden;
    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;
    height: 312px;
    background-color: var(--color-white-extra-dark);
    background-image: url("../../assets/other/auth_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .auth-login__header-quote {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-white);
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    max-width: 260px;
  }
  @media screen and (max-width: 1800px) {
    .auth-login__header-quote {
      font-size: 18px;
      line-height: 22px;
    }
  }
  @media screen and (max-width: 1450px) {
    .auth-login__header-quote {
      font-size: 16px;
      line-height: 19px;
    }
  }
  .auth-login__header-author {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-white);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 30px;
    letter-spacing: 1.4px;
    text-align: center;
    max-width: 260px;
  }
  @media screen and (max-width: 1550px) {
    .auth-login__header-author {
      font-size: 12px;
      line-height: 15px;
    }
  }
  .auth-login .auth-login__form {
    width: 100%;
    padding: 25px var(--main-padding) ;
    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;
    background: #fff;
  }
  .auth-login__form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-top: 40px;
  }
  .auth-login__form-title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-align: center;
  }
  @media screen and (max-width: 1800px) {
    .auth-login__form-title {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .auth-login__form-title {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .auth-login__form-title {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .auth-login__form-title {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .auth-login__form-pass {
    position: relative;
  }
  .auth-login__form-tpass {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-content: center;
    border: none;
    padding: 0;
    padding-top: 8px;
    background: transparent;
    cursor: pointer;
  }
  .auth-login__form-tpass-icon {
    width: 24px;
    height: 24px;
  }
  .auth-login__form-switcher {
    margin-top: 40px;
    border-radius: 100px;
    background: var(--color-white-dark);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .auth-login__form-switcher-item {
    position: relative;
    width: 50%;
  }
  .auth-login__form-switcher-input {
    display: none;
  }
  .auth-login__form-switcher-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    cursor: pointer;
    border-radius: 100px;
  }
  @media screen and (max-width: 1800px) {
    .auth-login__form-switcher-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .auth-login__form-switcher-input-label {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .auth-login__form-switcher-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .auth-login__form-switcher-input-label {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .auth-login__form-switcher-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
  }
  @media screen and (max-width: 1800px) {
    .auth-login__form-switcher-text {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .auth-login__form-switcher-text {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .auth-login__form-switcher-text {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .auth-login__form-switcher-text {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .auth-login__form-switcher .auth-login__form-switcher-input:checked + .auth-login__form-switcher-input-label {
    background-color: var(--color-blue);
    color: var(--color-white);
  }
  .auth-login__form-additional-btn {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
  }
  .auth-login__form a {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: var(--color-dark);
    font-weight: 400;
    margin-top: 20px;
    text-align: left;
    text-transform: uppercase;
  }
  .auth-login__form-auth-btn {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    font-weight: 400;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0;
    background: var(--color-dark);
  }
  @media screen and (max-width: 1800px) {
    .auth-login__form-auth-btn {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .auth-login__form-auth-btn {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .auth-login__form-auth-btn {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .auth-login__form-auth-btn {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .auth-login__form-auth-btn:hover {
    background-color: var(--color-blue);
  }
  .auth-login__form-captcha-img {
    margin-bottom: 10px;
  }
  .auth-login__recovery-btn {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: var(--color-dark);
    font-weight: 400;
    padding: 0;
    border: 0;
    text-align: left;
    background: var(--color-white);
    text-transform: uppercase;
    -webkit-transition: var(--transition-opacity);
    -o-transition: var(--transition-opacity);
    transition: var(--transition-opacity);
    cursor: pointer;
  }
  .auth-login__recovery-btn:hover {
    opacity: var(--opacity-value);
  }
  .auth-login__registration-btn {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    margin-top: 20px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0;
    text-align: center;
    background: var(--color-white);
    -webkit-transition: var(--transition-opacity);
    -o-transition: var(--transition-opacity);
    transition: var(--transition-opacity);
  }
  @media screen and (max-width: 1800px) {
    .auth-login__registration-btn {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 1220px) {
    .auth-login__registration-btn {
      font-size: 12px;
      line-height: 15px;
    }
  }
  @media screen and (max-width: 1024px) {
    .auth-login__registration-btn {
      font-size: 14px;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 768px) {
    .auth-login__registration-btn {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .auth-login__registration-btn:hover {
    opacity: var(--opacity-value);
  }

  .auth-condititon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .auth-form-checkbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }

  .user-type{
    cursor: pointer;
  }


  @media (max-width: 500px) {
    .auth-login {
        margin-left: unset;
    }
}

.auth-loader__spinner {
      width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
}
.product-card__bottom-purchase-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--color-dark);
    color: var(--color-white);
    padding: 20px 40px;
    border: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    max-height: 50px;
    width: 100%;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    z-index: 2;
}

.product-card__bottom-purchase-button--link
{
    padding: 10px !important;
}

.product-card__bottom-purchase-button:hover {
    background: var(--color-blue);
}
.product-card__bottom-purchase-button svg {
    width: 30px;
    height: 30px;
    position: relative;
    left: 5px;
}

.product-card__bottom-purchase-button.bell svg {
  top: 2px;
}
.favorites-bell-btn {
  padding: 20px 10px;
  width: unset; 
}
.favorites-bell-btn svg {
    left: 3px;
    top: 3px;
}
.product-info-block__right-content .product-info-block__right-btn-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info-block__right-content .product-info-block__right-btn-colors.no-gap {
  gap: 0;
}

.footer__top-right {
  width: auto;
}

.footer__input-container {
  position: relative;
}

.footer__subscribe--success,
.footer__subscribe--failed {
  border: 1px solid var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 154px;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-family: var(--font-secondary);
}
@media screen and (max-width: 1024px) {
  .footer__subscribe--success,
  .footer__subscribe--failed {
    height: auto;
  }
}
.footer__subscribe--success p,
.footer__subscribe--failed p {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 39px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.footer__subscribe--success p.small_text,
.footer__subscribe--failed p.small_text {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 1300px) {
  .footer__subscribe--success p.small_text,
  .footer__subscribe--failed p.small_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 1300px) {
  .footer__subscribe--success p,
  .footer__subscribe--failed p {
    font-size: 19px;
  }
}

.footer__subscribe--success-icon,
.footer__subscribe--failed-icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid white;
  border-radius: 50%;
  padding: 10px;
}
@media screen and (max-width: 1300px) {
  .footer__subscribe--success-icon,
  .footer__subscribe--failed-icon {
    width: 50px;
    height: 50px;
  }
}

.footer__subscribe_error {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
  font-weight: 400;
  position: absolute;
  bottom: -20px;
}

.header__account-option {
  position: relative;
  height: 100%; }

.header__item {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative; }

.header__cart-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--color-dark);
  text-align: center;
  font-family: var(--font-primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.header__account-option {
  position: relative;
  height: 100%; }

.header__item {
  background-color: transparent;
  padding: 0;
  border: none; }

.header__account-option {
  position: relative;
  height: 100%;
}

.user-avatar {
  height: 30px;
  width: 30px;
  border-radius: 100px;
  border: 1px solid var(--color-black);
  -o-object-fit: cover;
     object-fit: cover;
}

.header__item {
  background-color: transparent;
  padding: 0;
  border: none;
  min-width: 30px;
}
.ordering-page-success {
  padding: 40px var(--main-padding) 100px;
  margin-bottom: 100px;
  margin-top: 100px;
  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;
}
.ordering-page-success__svg {
  width: 60px;
  height: 60px;
  color: var(--color-blue);
}
.ordering-page-success__svg-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid var(--color-blue);
  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;
}
.ordering-page-success-header {
  max-width: 1000px;
  width: 100%;
  margin: 20px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}
.ordering-page-success-header__number {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  margin: 0 auto;
  color: var(--color-white-extra-dark);
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .ordering-page-success-header__number {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .ordering-page-success-header__number {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-success-header__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--color-dark);
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .ordering-page-success-header__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .ordering-page-success-header__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .ordering-page-success-header__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .ordering-page-success-header__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-success-header__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-success-header__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.ordering-page-success-header__desc {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  max-width: 780px;
  color: var(--color-dark);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1550px) {
  .ordering-page-success-header__desc {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-success-header__desc {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-success-header__desc {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-success-footer {
  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;
  width: 100%;
  gap: 20px;
  margin-top: 40px;
}
.ordering-page-success-footer__button {
  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;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  max-width: 400px;
  width: 100%;
  height: 59px;
  background-color: transparent;
  border: 1px solid var(--color-dark);
}
@media screen and (max-width: 1800px) {
  .ordering-page-success-footer__button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-success-footer__button {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-success-footer__button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-success-footer__button {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-success-footer__button:last-child {
  background-color: var(--color-dark);
  color: var(--color-white);
}
@media screen and (max-width: 1220px) {
  .ordering-page-success__svg {
    width: 42px;
    height: 42px;
  }
  .ordering-page-success-container {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-success__button {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 500px) {
  .ordering-page-success-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ordering-page-unsuccess {
  padding: 40px var(--main-padding) 100px;
  margin-bottom: 100px;
  margin-top: 100px;
  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;
}
.ordering-page-unsuccess__svg {
  width: 60px;
  height: 60px;
  color: var(--color-blue);
}
.ordering-page-unsuccess__svg-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid var(--color-blue);
  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;
}
.ordering-page-unsuccess-header {
  max-width: 700px;
  width: 100%;
  margin: 20px auto;
  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;
}
.ordering-page-unsuccess-header__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--color-dark);
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .ordering-page-unsuccess-header__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .ordering-page-unsuccess-header__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .ordering-page-unsuccess-header__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .ordering-page-unsuccess-header__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-unsuccess-header__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-unsuccess-header__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.ordering-page-unsuccess-header__desc {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1550px) {
  .ordering-page-unsuccess-header__desc {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-unsuccess-header__desc {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-unsuccess-header__desc {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-unsuccess-footer {
  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;
  gap: 20px;
  margin-top: 40px;
}
.ordering-page-unsuccess-footer__button {
  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;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  width: 320px;
  height: 59px;
  background-color: transparent;
  border: 1px solid var(--color-dark);
}
@media screen and (max-width: 1800px) {
  .ordering-page-unsuccess-footer__button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-unsuccess-footer__button {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-unsuccess-footer__button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-unsuccess-footer__button {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-unsuccess-footer__button:last-child {
  background-color: var(--color-dark);
  color: var(--color-white);
}
@media screen and (max-width: 1220px) {
  .ordering-page-unsuccess__svg {
    width: 42px;
    height: 42px;
  }
  .ordering-page-unsuccess-container {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-unsuccess-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .ordering-page-unsuccess__button {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
  }
}

.mini-modal-product {
  height: 252px;
  width: 393px;
  position: fixed;
  right: -100%;
  background-color: white;
  padding: 20px;
  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;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: animationNotify;
          animation-name: animationNotify; }
  .mini-modal-product_active {
    right: 20px; }
  .mini-modal-product__header {
    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;
    gap: 10px; }
    .mini-modal-product__header-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 14px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      font-size: 14px;
      line-height: 17px; }
      @media screen and (max-width: 1550px) {
        .mini-modal-product__header-left {
          font-size: 12px;
          line-height: 15px; } }
    .mini-modal-product__header-bag {
      width: 18px;
      height: 18px;
      color: var(--color-dark); }
    .mini-modal-product__header-title {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 14px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      font-size: 14px;
      line-height: 17px; }
      @media screen and (max-width: 1550px) {
        .mini-modal-product__header-title {
          font-size: 12px;
          line-height: 15px; } }
  .mini-modal-product__product {
    display: grid;
    grid-template-columns: 106fr 227fr;
    gap: 20px; }
    .mini-modal-product__product-img {
      height: 100%;
      width: auto; }
      .mini-modal-product__product-img-container {
        aspect-ratio: 106/110;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .mini-modal-product__product-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -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; }
    .mini-modal-product__product-title {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 14px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      font-size: 14px;
      line-height: 17px; }
      @media screen and (max-width: 1550px) {
        .mini-modal-product__product-title {
          font-size: 12px;
          line-height: 15px; } }
    .mini-modal-product__product-size {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 14px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      color: var(--color-white-extra-dark);
      margin-top: 2px; }
      @media screen and (max-width: 1550px) {
        .mini-modal-product__product-size {
          font-size: 12px;
          line-height: 15px; } }
    .mini-modal-product__product-price {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 14px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      font-weight: 500;
      margin-top: 10px; }
      @media screen and (max-width: 1550px) {
        .mini-modal-product__product-price {
          font-size: 12px;
          line-height: 15px; } }
  .mini-modal-product__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    border: 1px solid var(--color-dark);
    background-color: transparent; }

    @media (max-width: 500px) {
      .mini-modal-product__button
      {
        padding: 10px 30px;
      }
    }

    .mini-modal-product__button label {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      text-transform: uppercase;
      cursor: pointer; }
      @media screen and (max-width: 1800px) {
        .mini-modal-product__button label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .mini-modal-product__button label {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .mini-modal-product__button label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .mini-modal-product__button label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 500px) {
        .mini-modal-product__button label {
          font-size: 12px;
          line-height: 17px; } }
    .mini-modal-product__button svg {
      height: 24px;
      width: 54px; }
      .mini-modal-product__button svg path {
        -webkit-transition: var(--transition-opacity);
        -o-transition: var(--transition-opacity);
        transition: var(--transition-opacity); }
    .mini-modal-product__button:hover {
      border-color: var(--color-blue); }
      .mini-modal-product__button:hover label {
        color: var(--color-blue); }
      .mini-modal-product__button:hover svg {
        color: var(--color-blue); }
        .mini-modal-product__button:hover svg path {
          d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
          d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"; }

@-webkit-keyframes animationNotify {
  0% {
    right: -100%; }
  25% {
    right: 0; }
  75% {
    right: 0; }
  100% {
    right: -100%; } }

@keyframes animationNotify {
  0% {
    right: -100%; }
  25% {
    right: 0; }
  75% {
    right: 0; }
  100% {
    right: -100%; } }

.lk-header-modal {
  position: absolute;
  top: 0;
  left: -115px;
  background-color: var(--color-white);
  width: 300px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  overflow: auto;
  z-index: 9999;
  -webkit-transform: translate(-50%, calc(var(--margin-top) - 20px));
      -ms-transform: translate(-50%, calc(var(--margin-top) - 20px));
          transform: translate(-50%, calc(var(--margin-top) - 20px));
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 0;
}
.lk-header-modal__header {
  display: grid;
  gap: 20px;
  grid-template-columns: 40px 20fr;
  padding: 0 20px 10px;
  border-bottom: 1px solid var(--color-gray-light);
}
.lk-header-modal__header-ava {
  width: 100%;
  height: 100%;
}
.lk-header-modal__header-ava-container {
  border-radius: 50%;
  height: 40px;
  width: 100%;
  overflow: hidden;
}
.lk-header-modal__header-info p:first-child {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .lk-header-modal__header-info p:first-child {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .lk-header-modal__header-info p:first-child {
    font-size: 16px;
    line-height: 19px;
  }
}
.lk-header-modal__header-info p:last-child {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
}
@media screen and (max-width: 1550px) {
  .lk-header-modal__header-info p:last-child {
    font-size: 12px;
    line-height: 15px;
  }
}
.lk-header-modal__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px 0 10px;
  border-bottom: 1px solid var(--color-gray-light);
  margin-bottom: 10px;
}
.lk-header-modal__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  position: relative;
  background-color: transparent;
  border: none;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  cursor: pointer;
}
.lk-header-modal__menu-item.ordering::before {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  width: 14px;
  height: 14px;
  background-color: var(--color-blue);
  border-radius: 50%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .lk-header-modal__menu-item.ordering::before {
    margin-right: 20px;
  }
}
.lk-header-modal__menu-item .ordering:after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-blue);
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.lk-header-modal__menu-item:hover:after {
  width: 100%;
}
.lk-header-modal__menu-icon {
  width: 24px;
  height: 24px;
  color: var(--color-dark);
  cursor: pointer;
}
.lk-header-modal__menu-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 1550px) {
  .lk-header-modal__menu-label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-header-modal__menu-label {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lk-header-modal__menu-label {
    font-size: 16px;
    line-height: 19px;
  }

  .lk-header-modal
  {
    position: fixed;
    left: 50%;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    -webkit-transform: translate(-50%, var(--headerHeight));
        -ms-transform: translate(-50%, var(--headerHeight));
            transform: translate(-50%, var(--headerHeight));
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* @media screen and (max-width: 1024px) {
  .lk-header-modal {
    left: 0;
  }
} */
.spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1300px) {
  .spinner {
    gap: 4px;
  }
}
@media screen and (max-width: 768px) {
  .spinner {
    gap: 2px;
  }
}
.spinner-item {
  display: inline-block;
  height: 20px;
  width: 80px;
  -webkit-animation: wave 1.2s infinite ease-in-out;
          animation: wave 1.2s infinite ease-in-out;
}
@media screen and (max-width: 1300px) {
  .spinner-item {
    height: 15px;
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .spinner-item {
    height: 10px;
    width: 40px;
  }
}
.spinner-item:nth-child(1) {
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}
.spinner-item:nth-child(2) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.spinner-item:nth-child(3) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes wave {
  0% {
    background-color: var(--color-gray-dark);
  }
  50% {
    background-color: var(--color-blue);
  }
  100% {
    background-color: var(--color-gray-dark);
  }
}

@keyframes wave {
  0% {
    background-color: var(--color-gray-dark);
  }
  50% {
    background-color: var(--color-blue);
  }
  100% {
    background-color: var(--color-gray-dark);
  }
}


.verification-confirmation {
  width: 100%;
}
.verification-confirmation__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.verification-confirmation__title-btn {
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
}
.verification-confirmation__title-btn svg {
  width: 32px;
  height: 32px;
}
.verification-confirmation__title-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  margin-left: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .verification-confirmation__title-text {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .verification-confirmation__title-text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .verification-confirmation__title-text {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .verification-confirmation__title-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .verification-confirmation__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .verification-confirmation__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.verification-confirmation__switcher {
  margin-top: 40px;
}
.verification-confirmation__switcher-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .verification-confirmation__switcher-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .verification-confirmation__switcher-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .verification-confirmation__switcher-text {
    font-size: 16px;
    line-height: 19px;
  }
}
.verification-confirmation__form {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.verification-confirmation__form-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 40px;
}
@media screen and (max-width: 1550px) {
  .verification-confirmation__form-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .verification-confirmation__form-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .verification-confirmation__form-text {
    font-size: 16px;
    line-height: 19px;
  }
}
.verification-confirmation__form-title {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .verification-confirmation__form-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .verification-confirmation__form-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .verification-confirmation__form-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .verification-confirmation__form-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.verification-confirmation__form-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none;
  padding-left: 10px;
}
@media screen and (max-width: 1800px) {
  .verification-confirmation__form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .verification-confirmation__form-input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .verification-confirmation__form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .verification-confirmation__form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
.verification-confirmation__form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 1800px) {
  .verification-confirmation__form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .verification-confirmation__form-input-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .verification-confirmation__form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .verification-confirmation__form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.verification-confirmation__form-input-container {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.verification-confirmation__form-input-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-light);
  position: absolute;
  top: 39px;
}
.verification-confirmation__form-input-container__error::after {
  background-color: var(--color-red);
}
.verification-confirmation__form-input-container__error {
  border-color: var(--color-red);
}
.verification-confirmation__form-input:focus ~ .verification-confirmation__form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.verification-confirmation__form-input:not(:placeholder-shown) ~ .verification-confirmation__form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.verification-confirmation__form-input-error-message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
}
@media screen and (max-width: 1550px) {
  .verification-confirmation__form-input-error-message {
    font-size: 12px;
    line-height: 15px;
  }
}
.verification-confirmation__form-input-svg {
  width: 24px;
  height: 24px;
}
.verification-confirmation__form a {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-dark);
  font-weight: 400;
  margin-top: 20px;
  text-align: left;
  text-transform: uppercase;
}
.verification-confirmation__form .disabled {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-red);
  font-weight: 400;
  margin-top: 20px;
  text-align: left;
  text-transform: uppercase;
  cursor: default;
}
.verification-confirmation__form-btn {
  width: 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;
  gap: 20px;
  height: 64px;
  border: none;
  background-color: var(--color-dark);
  margin-top: 40px;
}
.verification-confirmation__form-btn-icon {
  width: 24px;
  height: 24px;
  color: var(--color-white);
  cursor: pointer;
}
.verification-confirmation__form-btn-icon path {
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.verification-confirmation__form-btn-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
  cursor: pointer;
}
@media screen and (max-width: 1800px) {
  .verification-confirmation__form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .verification-confirmation__form-btn-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .verification-confirmation__form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .verification-confirmation__form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.verification-confirmation__form-btn:hover {
  background-color: var(--color-blue);
}

.input-icon__input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none;
}
@media screen and (max-width: 1800px) {
  .input-icon__input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .input-icon__input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .input-icon__input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .input-icon__input {
    font-size: 14px;
    line-height: 17px;
  }
}
.input-icon__input-icon {
  padding-left: 10px;
  background-color: transparent;
}
.input-icon__input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  left: 0;
}
@media screen and (max-width: 1800px) {
  .input-icon__input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .input-icon__input-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .input-icon__input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .input-icon__input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.input-icon__input-label_active {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.input-icon__input-label-icon {
  left: 34px;
}
.input-icon__input-container {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.input-icon__input-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-light);
  position: absolute;
  top: 39px;
}
.input-icon__input-container__error::after {
  background-color: var(--color-red);
}
.input-icon__input-container-footer {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-icon__input-container-footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-light);
  position: absolute;
  top: 39px;
}
.input-icon__input-container-footer__error::after {
  background-color: var(--color-red);
}
.input-icon__input-container-footer-error {
  width: 100%;
}
.input-icon__input-error-message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
}
@media screen and (max-width: 1550px) {
  .input-icon__input-error-message {
    font-size: 12px;
    line-height: 15px;
  }
}
.input-icon__input-svg {
  width: 24px;
  height: 24px;
}
.social-links {
  padding-bottom: 40px; }
  .social-links__title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-dark);
    font-weight: 400;
    padding-bottom: 20px; }
    @media screen and (max-width: 1800px) {
      .social-links__title {
        font-size: 18px;
        line-height: 22px; } }
    @media screen and (max-width: 1450px) {
      .social-links__title {
        font-size: 16px;
        line-height: 19px; } }
  .social-links__input {
    padding-bottom: 10px; }
  .social-links__add-link {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: var(--color-blue);
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-transition: var(--transition-opacity);
    -o-transition: var(--transition-opacity);
    transition: var(--transition-opacity);
    text-align: left; }
    @media screen and (max-width: 1800px) {
      .social-links__add-link {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 1220px) {
      .social-links__add-link {
        font-size: 12px;
        line-height: 15px; } }
    @media screen and (max-width: 1024px) {
      .social-links__add-link {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .social-links__add-link {
        font-size: 14px;
        line-height: 17px; } }
    .social-links__add-link:hover {
      opacity: var(--opacity-value); }
  .social-links__item-svg {
    width: 24px;
    height: 24px;
    color: var(--color-blue); }

.loading {
    animation: 1s linear 0s normal none infinite running rot;
    -webkit-animation: 1s linear 0s normal none infinite running rot;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    & _svg {
        height: 30px;
        width: 30px;
    }
}

@keyframes rot {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.ordering-page-address-delivery-component__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .ordering-page-address-delivery-component__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .ordering-page-address-delivery-component__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .ordering-page-address-delivery-component__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .ordering-page-address-delivery-component__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-address-delivery-component__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-address-delivery-component__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.ordering-page-address-delivery-component__message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
}
@media screen and (max-width: 1550px) {
  .ordering-page-address-delivery-component__message {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-address-delivery-component__message {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-address-delivery-component__message {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-address-delivery-component__message a {
  color: var(--color-blue);
}
.ordering-page-address-delivery-component__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 630px) {
  .ordering-page-address-delivery-component__city {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.ordering-page-address-delivery-component__city-svg {
  width: 30px;
  height: 30px;
  color: var(--color-blue);
  cursor: pointer;
}
@media screen and (max-width: 630px) {
  .ordering-page-address-delivery-component__city-svg {
    width: 24px;
    height: 24px;
  }
}
.ordering-page-address-delivery-component__city-label {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-blue);
  cursor: pointer;
}
@media screen and (max-width: 1800px) {
  .ordering-page-address-delivery-component__city-label {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1450px) {
  .ordering-page-address-delivery-component__city-label {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-address-delivery-component__city-label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-address-delivery-component__city-label {
    font-size: 20px;
    line-height: 24px;
  }
}
.ordering-page-address-delivery-component__city-container {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .ordering-page-address-delivery-component__city-container {
    margin-bottom: 35px;
    margin-top: 20px;
  }
}
.ordering-page-address-delivery-component__city-container .ordering-page-delivery-method__city {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.ordering-page-address-delivery-component__city-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .ordering-page-address-delivery-component__city-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .ordering-page-address-delivery-component__city-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-address-delivery-component__modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  background-color: var(--color-white);
  height: 100%;
  padding: 40px var(--main-padding) 0 40px;
}
@media screen and (max-width: 768px) {
  .ordering-page-address-delivery-component__modal {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .ordering-page-address-delivery-component__modal {
    padding: 20px var(--main-padding) 0 var(--main-padding);
  }
}
.ordering-page-address-delivery-component__modal-button {
  width: 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;
  gap: 20px;
  height: 64px;
  border: none;
  background-color: var(--color-dark);
  margin-top: 40px;
}
.ordering-page-address-delivery-component__modal-button-icon {
  width: 74px;
  height: 24px;
  color: var(--color-white);
  cursor: pointer;
}
.ordering-page-address-delivery-component__modal-button-icon path {
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.ordering-page-address-delivery-component__modal-button-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
  cursor: pointer;
  margin-left: 54px;
}
@media screen and (max-width: 1800px) {
  .ordering-page-address-delivery-component__modal-button-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-address-delivery-component__modal-button-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-address-delivery-component__modal-button-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-address-delivery-component__modal-button-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-address-delivery-component__modal-button:hover {
  background-color: var(--color-blue);
}
.ordering-page-address-delivery-component__modal-button:hover .ordering-page-address-delivery-component__modal-button-icon path {
  d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
}
.ordering-page-address-delivery-component__modal-main {
  display: block;
}
.ordering-page-address-delivery-component__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.ordering-page-address-delivery-component__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.ordering-page-address-delivery-component__form-input-container {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.ordering-page-address-delivery-component__form-input-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-light);
  position: absolute;
  top: 39px;
}
.ordering-page-address-delivery-component__form-input-container__error::after {
  background-color: var(--color-red);
}
.ordering-page-address-delivery-component__form-input-container-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 1800px) {
  .ordering-page-address-delivery-component__form-input-container-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-address-delivery-component__form-input-container-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-address-delivery-component__form-input-container-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-address-delivery-component__form-input-container-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-address-delivery-component__form-input-container-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none;
}
@media screen and (max-width: 1800px) {
  .ordering-page-address-delivery-component__form-input-container-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-address-delivery-component__form-input-container-input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-address-delivery-component__form-input-container-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-address-delivery-component__form-input-container-input {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-address-delivery-component__form-input-container-error-message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
}
@media screen and (max-width: 1550px) {
  .ordering-page-address-delivery-component__form-input-container-error-message {
    font-size: 12px;
    line-height: 15px;
  }
}
.ordering-page-address-delivery-component__form-input-container-input:focus ~ .ordering-page-address-delivery-component__form-input-container-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ordering-page-address-delivery-component__form-input-container-input:not(:placeholder-shown) ~ .ordering-page-address-delivery-component__form-input-container-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ordering-page-address-delivery-component__form-textarea-container {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.ordering-page-address-delivery-component__form-textarea-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-light);
  position: absolute;
  top: 39px;
}
.ordering-page-address-delivery-component__form-textarea-container__error::after {
  background-color: var(--color-red);
}
.ordering-page-address-delivery-component__form-textarea-container-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 1800px) {
  .ordering-page-address-delivery-component__form-textarea-container-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-address-delivery-component__form-textarea-container-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-address-delivery-component__form-textarea-container-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-address-delivery-component__form-textarea-container-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-address-delivery-component__form-textarea-container-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none;
}
@media screen and (max-width: 1800px) {
  .ordering-page-address-delivery-component__form-textarea-container-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-address-delivery-component__form-textarea-container-input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-address-delivery-component__form-textarea-container-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-address-delivery-component__form-textarea-container-input {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-address-delivery-component__form-textarea-container-error-message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
}
@media screen and (max-width: 1550px) {
  .ordering-page-address-delivery-component__form-textarea-container-error-message {
    font-size: 12px;
    line-height: 15px;
  }
}
.ordering-page-address-delivery-component__form-textarea-container-label {
  top: 10px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ordering-page-address-delivery-component__form-textarea-container-input {
  resize: none;
  padding: 10px 0;
  height: 140px;
}
.ordering-page-address-delivery-component__form-textarea-container-input:focus ~ .ordering-page-address-delivery-component__form-textarea-container-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ordering-page-address-delivery-component__form-textarea-container-input:not(:placeholder-shown) ~ .ordering-page-address-delivery-component__form-textarea-container-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ordering-page-address-delivery-component__form-textarea-container::after {
  top: 140px;
}

.ordering-page-address-delivery-component__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .ordering-page-address-delivery-component__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .ordering-page-address-delivery-component__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .ordering-page-address-delivery-component__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .ordering-page-address-delivery-component__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-address-delivery-component__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-address-delivery-component__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.ordering-page-address-delivery-component__modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  background-color: var(--color-white);
  height: 100%;
  padding: 40px var(--main-padding) 0 40px;
}
@media screen and (max-width: 768px) {
  .ordering-page-address-delivery-component__modal {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .ordering-page-address-delivery-component__modal {
    padding: 20px var(--main-padding) 0 var(--main-padding);
  }
}
.ordering-page-address-delivery-component__modal-cities {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ordering-page-address-delivery-component__modal-cities-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .ordering-page-address-delivery-component__modal-cities-header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .ordering-page-address-delivery-component__modal-cities-header {
    -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;
  }
}
.ordering-page-address-delivery-component__modal-cities-header-button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.ordering-page-address-delivery-component__modal-cities-header-button-icon {
  width: 32px;
  height: 32px;
  color: var(--color-dark);
}
@media screen and (max-width: 1100px) {
  .ordering-page-address-delivery-component__modal-cities-header-button-icon {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 500px) {
  .ordering-page-address-delivery-component__modal-cities-header-button-icon {
    width: 30px;
    height: 30px;
  }
}
.ordering-page-address-delivery-component__modal-cities-header-button:hover {
  opacity: var(--opacity-value);
}
.ordering-page-address-delivery-component__modal-cities-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
.ordering-page-address-delivery-component__modal-cities-input-container-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--color-gray-light);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ordering-page-address-delivery-component__modal-cities-input-container-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 1800px) {
  .ordering-page-address-delivery-component__modal-cities-input-container-label {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .ordering-page-address-delivery-component__modal-cities-input-container-label {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1300px) {
  .ordering-page-address-delivery-component__modal-cities-input-container-label {
    left: 35px;
  }
}
.ordering-page-address-delivery-component__modal-cities-input-container-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
  height: 80px;
  border: none;
  outline: none;
  width: 100%;
  background-color: transparent;
}
@media screen and (max-width: 1800px) {
  .ordering-page-address-delivery-component__modal-cities-input-container-input {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .ordering-page-address-delivery-component__modal-cities-input-container-input {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1550px) {
  .ordering-page-address-delivery-component__modal-cities-input-container-input {
    height: 60px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-address-delivery-component__modal-cities-input-container-input {
    height: 50px;
  }
}
.ordering-page-address-delivery-component__modal-cities-input-container-input:focus + .ordering-page-address-delivery-component__modal-cities-input-container-label {
  top: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ordering-page-address-delivery-component__modal-cities-input-container-input:not(:placeholder-shown) ~ .ordering-page-address-delivery-component__modal-cities-input-container-label {
  top: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ordering-page-address-delivery-component__modal-cities-input-container-search {
  width: 40px;
  height: 40px;
  color: var(--color-dark);
}
@media screen and (max-width: 1550px) {
  .ordering-page-address-delivery-component__modal-cities-input-container-search {
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-address-delivery-component__modal-cities-input-container-search {
    height: 25px;
    width: 25px;
  }
}
@media screen and (max-width: 500px) {
  .ordering-page-address-delivery-component__modal-cities-input-container-search {
    height: 30px;
    width: 30px;
  }
}
.ordering-page-address-delivery-component__modal-cities-input-container-city {
  width: 30px;
  height: 30px;
  color: var(--color-dark);
}
@media screen and (max-width: 1220px) {
  .ordering-page-address-delivery-component__modal-cities-input-container-city {
    height: 25px;
    width: 25px;
  }
}
@media screen and (max-width: 500px) {
  .ordering-page-address-delivery-component__modal-cities-input-container-city {
    height: 30px;
    width: 30px;
  }
}
.ordering-page-address-delivery-component__modal-cities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  overflow: auto;
  margin-top: 20px;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ordering-page-address-delivery-component__modal-cities-list::-webkit-scrollbar {
  width: 4px;
  background: var(--color-white-dark);
  border-radius: 0;
}
.ordering-page-address-delivery-component__modal-cities-list::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 0;
  position: relative;
}
.ordering-page-address-delivery-component__modal-cities-item {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 10px;
  background-color: transparent;
  text-align: left;
  border: none;
}
@media screen and (max-width: 1550px) {
  .ordering-page-address-delivery-component__modal-cities-item {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-address-delivery-component__modal-cities-item {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-address-delivery-component__modal-cities-item {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1550px) {
  .ordering-page-address-delivery-component__modal-cities-item {
    font-size: 16px;
    line-height: 22px;
  }
}

.lk-user-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .lk-user-data {
    gap: 30px;
  }
}
.lk-user-data__item {
  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;
}
.lk-user-data__item-password {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-blue);
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  text-align: left;
}
@media screen and (max-width: 1800px) {
  .lk-user-data__item-password {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-user-data__item-password {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-user-data__item-password {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-user-data__item-password {
    font-size: 14px;
    line-height: 17px;
  }
}
.lk-user-data__item-password:hover {
  opacity: var(--opacity-value);
}
.lk-user-data__item-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 1800px) {
  .lk-user-data__item-label {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .lk-user-data__item-label {
    font-size: 16px;
    line-height: 19px;
  }
}
.lk-user-data__item-container {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--color-blue);
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  text-align: left;
}
@media screen and (max-width: 1800px) {
  .lk-user-data__item-container {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-user-data__item-container {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-user-data__item-container {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-user-data__item-container {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-user-data__item-container {
    display: grid !important;
    grid-template-columns: 24px 1fr;
  }
}
.lk-user-data__item-container:hover {
  opacity: var(--opacity-value);
}
.lk-user-data__item-svg {
  width: 24px;
  height: 24px;
  color: var(--color-blue);
}
.lk-user-data__button {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--color-dark);
  color: var(--color-white);
  padding: 20px 40px;
  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;
  margin-top: 20px;
}
@media screen and (max-width: 1800px) {
  .lk-user-data__button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-user-data__button {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-user-data__button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-user-data__button {
    font-size: 14px;
    line-height: 17px;
  }
}

.attention {
  position: relative;
}
.attention__icon {
  width: 22px;
  height: 17px;
}
.attention__icon-container {
  width: 24px;
  height: 24px;
  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;
  border: 1px solid var(--color-blue);
  border-radius: 50%;
}
.attention__content {
  position: absolute;
  bottom: -15px;
  right: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--color-white);
  z-index: 2;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.attention__content-desc {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1550px) {
  .attention__content-desc {
    font-size: 12px;
    line-height: 15px;
  }
}
.attention__content-button {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-blue);
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
@media screen and (max-width: 1550px) {
  .attention__content-button {
    font-size: 12px;
    line-height: 15px;
  }
}
.attention__content-button:hover {
  opacity: 0.8;
}
.attention__content::before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  background-color: var(--color-white);
  position: absolute;
  top: -4px;
  right: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lk-history__tabs {
  max-width: 1000px;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .lk-history__tabs {
    max-width: calc(100vh - var(--main-padding) * 2);
  }
}
.lk-history__list {
  margin-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: 20px;
  height: 560px;
  overflow-y: scroll;
}
.lk-history__list::-webkit-scrollbar {
  width: 4px;
  background: var(--color-white-dark);
  border-radius: 0;
}
.lk-history__list::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 0;
  position: relative;
}
.lk-history .ordering-page-success__content {
  border: 1px solid var(--color-gray-light);
}

.tab__count {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background-color: var(--color-blue);
  width: 28px;
  height: 28px;
  color: var(--color-white);
  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;
  border-radius: 50%;
  margin-left: 10px;
}
@media screen and (max-width: 1550px) {
  .tab__count {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1450px) {
  .tab__count {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .tab__count {
    width: 28px;
    height: 28px;
  }
}
.header-button-clean {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-button-clean__count {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1800px) {
  .header-button-clean__count {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .header-button-clean__count {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header-button-clean__count {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .header-button-clean__count {
    font-size: 14px;
    line-height: 17px;
  }
}
.header-button-clean__count::after {
  content: "/";
  display: block;
  color: var(--color-dark);
}
.header-button-clean__button {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-weight: 300;
  color: var(--color-blue);
  padding: 0;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid var(--color-blue);
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
@media screen and (max-width: 1800px) {
  .header-button-clean__button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .header-button-clean__button {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header-button-clean__button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .header-button-clean__button {
    font-size: 14px;
    line-height: 17px;
  }
}
.header-button-clean__button:hover {
  opacity: 0.9;
}

.lk-user-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.lk-user-data__item {
  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;
}
.lk-user-data__item-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .lk-user-data__item-label {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .lk-user-data__item-label {
    font-size: 16px;
    line-height: 19px;
  }
}
.lk-user-data__item-container {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--color-blue);
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
@media screen and (max-width: 1800px) {
  .lk-user-data__item-container {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-user-data__item-container {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-user-data__item-container {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-user-data__item-container {
    font-size: 14px;
    line-height: 17px;
  }
}
.lk-user-data__item-container:hover {
  opacity: var(--opacity-value);
}
.lk-user-data__item-svg {
  width: 24px;
  height: 24px;
  color: var(--color-blue);
}
.lk-user-data__button {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--color-dark);
  color: var(--color-white);
  padding: 20px 40px;
  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;
  margin-top: 20px;
}
@media screen and (max-width: 1800px) {
  .lk-user-data__button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-user-data__button {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-user-data__button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-user-data__button {
    font-size: 14px;
    line-height: 17px;
  }
}

.lk-favorites__not-found {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .lk-favorites__not-found {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-favorites__not-found {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-favorites__not-found {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-favorites__not-found {
    font-size: 14px;
    line-height: 17px;
  }
}

.lk-percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.lk-percent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.lk-percent__item {
  padding: 20px 40px 20px 20px;
  display: grid;
  grid-template-columns: 454fr 466fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dashed var(--color-dark);
  position: relative;
}
@media screen and (max-width: 630px) {
  .lk-percent__item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.lk-percent__item-left {
  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;
}
.lk-percent__item-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .lk-percent__item-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .lk-percent__item-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.lk-percent__item-promo {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-white-extra-dark);
}
@media screen and (max-width: 1800px) {
  .lk-percent__item-promo {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-percent__item-promo {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-percent__item-promo {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-percent__item-promo {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-percent__item-promo {
    font-size: 14px;
    line-height: 17px;
  }
}
.lk-percent__item-promo-border {
  fill: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-white-extra-dark);
}
.lk-percent__item-promo-content {
  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;
  padding-right: 10px;
  padding-left: 10px;
  height: 100%;
}
.lk-percent__item-promo-container {
  width: 303px;
  height: 44px;
  position: relative;
}
@media screen and (max-width: 400px) {
  .lk-percent__item-promo-container {
    width: 100%;
  }
}
.lk-percent__item-promo-copy {
  background-color: transparent;
  border: none;
  padding: 0;
}
.lk-percent__item-promo-svg {
  width: 24px;
  height: 24px;
  color: var(--color-dark);
}
.lk-percent__item-right {
  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;
}
@media screen and (max-width: 1220px) {
  .lk-percent__item-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .lk-percent__item-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 850px) {
  .lk-percent__item-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 630px) {
  .lk-percent__item-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lk-percent__item-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-white-extra-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1800px) {
  .lk-percent__item-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-percent__item-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-percent__item-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-percent__item-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.lk-percent__item-percent {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 46px;
  color: var(--color-blue);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  margin-left: 10px;
}
@media screen and (max-width: 1800px) {
  .lk-percent__item-percent {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .lk-percent__item-percent {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .lk-percent__item-percent {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .lk-percent__item-percent {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-percent__item-percent {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lk-percent__item-percent {
    font-size: 20px;
    line-height: 24px;
  }
}
.lk-percent__item-date {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  margin-left: 10px;
}
@media screen and (max-width: 1800px) {
  .lk-percent__item-date {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-percent__item-date {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-percent__item-date {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-percent__item-date {
    font-size: 14px;
    line-height: 17px;
  }
}
.lk-percent__item-status {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white);
  background-color: var(--color-red);
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}
@media screen and (max-width: 1550px) {
  .lk-percent__item-status {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lk-percent__item-status {
    font-size: 14px;
    line-height: 16px;
  }
}
.lk-percent__item-status_new {
  background-color: var(--color-blue);
}
.lk-percent__item-status_expires {
  background-color: var(--color-red);
}

.lk-documents__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .lk-documents__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 630px) {
  .lk-documents__list {
    grid-template-columns: 1fr;
  }
}
.lk-documents__item {
  padding: 20px;
  border: 1px solid var(--color-gray-light);
  position: relative;
}
.lk-documents__item-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
@media screen and (max-width: 1800px) {
  .lk-documents__item-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-documents__item-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-documents__item-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-documents__item-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-documents__item-label {
    font-size: 16px;
    line-height: 19px;
  }
}
.lk-documents__item-date {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-gray);
  margin-top: 2px;
}
@media screen and (max-width: 1550px) {
  .lk-documents__item-date {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lk-documents__item-date {
    font-size: 14px;
    line-height: 16px;
  }
}
.lk-documents__item-status {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 1550px) {
  .lk-documents__item-status {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lk-documents__item-status {
    font-size: 14px;
    line-height: 16px;
  }
}
.lk-documents__item-header {
  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;
  gap: 20px;
}
.lk-documents__document-container {
  padding: 4px;
  height: 92px;
  width: 100px;
  overflow: hidden;
  position: relative;
  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;
  border: 1px solid var(--color-gray-light);
}
.lk-documents__document-icon {
  width: 38px;
  height: 46px;
}
.lk-documents__document-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1550px) {
  .lk-documents__document-title {
    font-size: 12px;
    line-height: 15px;
  }
}
.lk-documents__download-button, .lk-documents__view-button {
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.lk-documents__download-button:hover, .lk-documents__view-button:hover {
  opacity: var(--opacity-value);
}
.lk-documents__download-icon, .lk-documents__view-icon {
  width: 24px;
  height: 24px;
}
.lk-documents__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-button {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: transparent;
  border: none;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
@media screen and (max-width: 1800px) {
  .header-button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .header-button {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header-button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .header-button {
    font-size: 14px;
    line-height: 17px;
  }
}
.header-button:hover {
  opacity: var(--opacity-value);
}
.header-button__icon {
  width: 24px;
  height: 24px;
  color: var(--color-dark);
}


.ordering-page-left {
  padding: 20px 40px;
  overflow: hidden; }
  @media screen and (max-width: 1220px) {
    .ordering-page-left {
      max-width: 800px;
      width: 100%;
      margin: 0 auto; } }
  @media screen and (max-width: 1550px) {
    .ordering-page-left {
      padding: 20px 30px; } }
  @media screen and (max-width: 1220px) {
    .ordering-page-left {
      padding: 10px 20px; } }
  @media screen and (max-width: 1024px) {
    .ordering-page-left {
      padding: 10px 0; } }
  .ordering-page-left__title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: var(--color-dark);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-gray-light); }
    @media screen and (max-width: 1800px) {
      .ordering-page-left__title {
        font-size: 36px;
        line-height: 42px; } }
    @media screen and (max-width: 1550px) {
      .ordering-page-left__title {
        font-size: 32px;
        line-height: 38px; } }
    @media screen and (max-width: 1300px) {
      .ordering-page-left__title {
        font-size: 28px;
        line-height: 34px; } }
    @media screen and (max-width: 1100px) {
      .ordering-page-left__title {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 1024px) {
      .ordering-page-left__title {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 768px) {
      .ordering-page-left__title {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 630px) {
      .ordering-page-left__title {
        padding-bottom: 10px; } }
  .ordering-page-left__content {
    padding: 20px 40px 0; }
    @media screen and (max-width: 1550px) {
      .ordering-page-left__content {
        padding: 20px 30px 0; } }
    @media screen and (max-width: 1220px) {
      .ordering-page-left__content {
        padding: 20px 20px 0; } }
    @media screen and (max-width: 1024px) {
      .ordering-page-left__content {
        padding: 20px 0 0; } }

.ordering-page-left__subtitle {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400; }
  @media screen and (max-width: 1800px) {
    .ordering-page-left__subtitle {
      font-size: 18px;
      line-height: 22px; } }
  @media screen and (max-width: 1450px) {
    .ordering-page-left__subtitle {
      font-size: 16px;
      line-height: 19px; } }

.order-page-header {
  background: var(--color-white-header-order-dark);
  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;
  overflow: hidden;
  height: 130px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .order-page-header {
      height: 100px; } }
  .order-page-header__love {
    width: 810px;
    height: 132px;
    position: relative;
    bottom: -7px; }
    @media screen and (max-width: 480px) {
      .order-page-header__love {
        position: absolute;
        width: 505px;
        height: 83px;
        bottom: 0; } }

.ordering-page-maps-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
.ordering-page-maps-modal::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 50, 53, 0.3);
}
.ordering-page-maps-modal__search-error {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-red);
  padding: 20px;
  border: 1px solid var(--color-red);
  margin-bottom: 20px;
}
@media screen and (max-width: 1800px) {
  .ordering-page-maps-modal__search-error {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-maps-modal__search-error {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-maps-modal__search-error {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-maps-modal__search-error {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-maps-modal__search-component {
  position: absolute;
  z-index: 9;
  background-color: var(--color-white);
  width: 395px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0 10px;
  top: 14px;
  left: 12px;
  max-height: calc(100% - 28px);
}
@media screen and (max-width: 1024px) {
  .ordering-page-maps-modal__search-component {
    top: 64px;
  }
}
@media screen and (max-width: 480px) {
  .ordering-page-maps-modal__search-component {
    max-width: 293px;
    width: calc(100% - 20px);
  }
}
.ordering-page-maps-modal__search-container {
  display: grid;
  grid-template-columns: 1fr 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ordering-page-maps-modal__search-container_active {
  border-bottom: 1px solid var(--color-blue);
}
.ordering-page-maps-modal__search-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  height: 50px;
  padding: 10px 14px;
  border: none;
  outline: none;
}
@media screen and (max-width: 1800px) {
  .ordering-page-maps-modal__search-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-maps-modal__search-input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-maps-modal__search-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-maps-modal__search-input {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-maps-modal__search-input::-moz-placeholder {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
}
.ordering-page-maps-modal__search-input::-webkit-input-placeholder {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
}
.ordering-page-maps-modal__search-input:-ms-input-placeholder {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
}
.ordering-page-maps-modal__search-input::-ms-input-placeholder {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
}
.ordering-page-maps-modal__search-input::placeholder {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
}
@media screen and (max-width: 1800px) {
  .ordering-page-maps-modal__search-input::-moz-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .ordering-page-maps-modal__search-input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .ordering-page-maps-modal__search-input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .ordering-page-maps-modal__search-input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .ordering-page-maps-modal__search-input::placeholder {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-maps-modal__search-input::-moz-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .ordering-page-maps-modal__search-input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .ordering-page-maps-modal__search-input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .ordering-page-maps-modal__search-input::-ms-input-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .ordering-page-maps-modal__search-input::placeholder {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-maps-modal__search-input::-moz-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .ordering-page-maps-modal__search-input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .ordering-page-maps-modal__search-input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .ordering-page-maps-modal__search-input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .ordering-page-maps-modal__search-input::placeholder {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-maps-modal__search-input::-moz-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .ordering-page-maps-modal__search-input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .ordering-page-maps-modal__search-input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .ordering-page-maps-modal__search-input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .ordering-page-maps-modal__search-input::placeholder {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 480px) {
  .ordering-page-maps-modal__search-input {
    height: 44px;
  }
}
.ordering-page-maps-modal__search-icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 480px) {
  .ordering-page-maps-modal__search-icon {
    width: 24px;
    height: 24px;
  }
}
.ordering-page-maps-modal__search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  overflow: auto;
  -ms-overflow-style: none;
}
.ordering-page-maps-modal__search-list::-webkit-scrollbar {
  width: 0;
}
@media screen and (max-width: 1024px) {
  .ordering-page-maps-modal__search-list {
    max-height: 160px;
  }
}
.ordering-page-maps-modal__search-item {
  padding: 8px 10px;
  width: 100%;
  display: grid;
  grid-template-columns: 34px 1fr;
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
}
.ordering-page-maps-modal__search-item-left {
  display: block;
  overflow: hidden;
  width: 34px;
  height: 34px;
}
.ordering-page-maps-modal__search-item-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.ordering-page-maps-modal__search-item-right {
  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: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  gap: 2px;
}
.ordering-page-maps-modal__search-item-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 1550px) {
  .ordering-page-maps-modal__search-item-title {
    font-size: 12px;
    line-height: 15px;
  }
}
.ordering-page-maps-modal__search-item-desc {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-white-extra-dark);
  cursor: pointer;
  text-align: left;
}
.ordering-page-maps-modal__content {
  position: absolute;
  top: var(--headerHeight);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1420px;
  max-height: 800px;
  height: calc(100% - 100px);
  background-color: #F7F8FA;
  width: calc(100% - 250px);
}
@media screen and (max-width: 1220px) {
  .ordering-page-maps-modal__content {
    width: calc(100% - 200px);
    height: calc(100% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-maps-modal__content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
.ordering-page-maps-modal__content-header {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ordering-page-maps-modal__content-header {
    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;
    padding-left: 16px;
    background-color: var(--color-white);
  }
}
.ordering-page-maps-modal__content-header-title {
  font-size: 16px;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.ordering-page-maps-modal__close {
  position: absolute;
  right: -70px;
  background-color: var(--color-white);
  padding: 10px;
  border: none;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  top: 0;
}
@media screen and (max-width: 1220px) {
  .ordering-page-maps-modal__close {
    right: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-maps-modal__close {
    position: relative;
    right: auto;
    top: auto;
  }
}
.ordering-page-maps-modal__close-icon {
  width: 30px;
  height: 30px;
  color: var(--color-dark);
}
@media screen and (max-width: 1220px) {
  .ordering-page-maps-modal__close-icon {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-maps-modal__close-icon {
    width: 30px;
    height: 30px;
  }
}
.ordering-page-maps-modal__close:hover {
  opacity: var(--opacity-value);
}
.ordering-page-maps-modal__maps {
  overflow: hidden;
  max-height: 800px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .ordering-page-maps-modal__maps {
    max-height: 100%;
  }
}
.ordering-page-maps-modal__maps #map {
  width: 100%;
  height: 1200px;
}

.popover
{
  max-width: 290px;
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  right: 5px;
  top: 1px;
  max-width: 100%;
}

.popover.top {
  margin-top: -10px;
}

.popover {
  display: block;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.popover-balloon {
    background-color: var(--color-white);
    padding: 10px 10px 20px 10px;
    max-width: 400px;
}

@media (max-width: 500px) {
  .popover-balloon {
    max-width: 290px;
  }
}

.popover-balloon__logo {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 80px;
  height: auto;
  max-height: 62px;
}
.popover-balloon__logo_five {
  margin-top: 20px;
}
.popover-balloon__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
  margin-bottom: 2px;
}
@media screen and (max-width: 1800px) {
  .popover-balloon__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .popover-balloon__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.popover-balloon__desc {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1550px) {
  .popover-balloon__desc {
    font-size: 12px;
    line-height: 15px;
  }
}
.popover-balloon__address {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  margin-bottom: 10px;
  max-width: 80%;
}
@media screen and (max-width: 1550px) {
  .popover-balloon__address {
    font-size: 12px;
    line-height: 15px;
  }
}
.popover-balloon__item {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1550px) {
  .popover-balloon__item {
    font-size: 12px;
    line-height: 15px;
  }
}
.popover-balloon__item-value {
  font-weight: 400;
  display: block;
}
.popover-balloon__item-value-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-blue);
}
@media screen and (max-width: 1550px) {
  .popover-balloon__item-value-price {
    font-size: 12px;
    line-height: 15px;
  }
}
.popover-balloon__item-icon {
  width: 18px;
  height: 18px;
}
.popover-balloon__item-icon-container {
  display: block;
  height: 18px;
  cursor: pointer;
}
.popover-balloon__item-icon_blue {
  width: 24px;
  height: 24px;
  color: var(--color-blue);
}
.popover-balloon__footer {
  margin-top: 20px;
  border-top: 1px solid var(--color-gray-light);
  padding-top: 10px;
}
.popover-balloon__button {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: var(--color-blue);
  color: var(--color-white);
  border: none;
  width: 100%;
}
.popover-balloon__button_disabled {
  background-color: var(--color-white-extra-dark);
  margin-top: 20px;
  padding: 15px 20px;
  color: var(--color-white);
  border: none;
  width: 100%;
}

.popover {
  display: block;
}

.popover .close {
  position: absolute;
  right: 5px;
  top: 1px;
  max-width: 100%;
}

.popover-inner {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}

.btn {
  margin-top: 10px;
}

.cluster {
  width: 80px;
  height: 80px;
  background-color: var(--color-white);
  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;
  border: 2px solid var(--color-dark);
}
.cluster__label {
  color: var(--color-dark);
  text-align: right;
  font-family: var(--font-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.cluster__label-container {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid var(--color-dark);
  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;
}
@media screen and (max-width: 1220px) {
  .ordering-page-right {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}
.ordering-page-right__title {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1800px) {
  .ordering-page-right__title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-right__title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-right__title {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-right__content {
  background-color: var(--color-white-dark);
  padding: 40px;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 630px) {
  .ordering-page-right__content {
    padding: 30px var(--main-padding) 60px var(--main-padding);
    width: calc(100% + 2 * var(--main-padding));
    margin-left: calc(-1 * var(--main-padding));
  }
}
.ordering-page-right__content-header {
  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;
  margin-bottom: 20px;
}
.ordering-page-right__content-header-count {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .ordering-page-right__content-header-count {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__content-header-count {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-right__content-header-count {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-right__content-header-count {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-right__content-list {
  overflow-y: scroll;
  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;
  max-height: 570px;
  height: 100%;
  margin-right: -22px;
  padding-right: 22px;
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__content-list {
    height: auto;
    margin-right: 0;
    padding-right: 0;
  }
}
.ordering-page-right__content-list::-webkit-scrollbar {
  width: 4px;
  background: var(--color-white-dark);
  border-radius: 0;
}
.ordering-page-right__content-list::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 0;
  position: relative;
}
.ordering-page-right__content-item {
  width: 100%;
  height: 130px;
}
.ordering-page-right__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 375px) {
  .ordering-page-right__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ordering-page-right__footer-left {
  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;
}
.ordering-page-right__footer-left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.ordering-page-right__footer-left-icon {
  width: 24px;
  height: 24px;
}
.ordering-page-right__footer-left-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .ordering-page-right__footer-left-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-right__footer-left-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-right__footer-left-text {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-right__footer-left-text-percent {
  color: var(--color-blue);
}
.ordering-page-right__footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.ordering-page-right__footer-right-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 1800px) {
  .ordering-page-right__footer-right-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__footer-right-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-right__footer-right-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-right__footer-right-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 375px) {
  .ordering-page-right__footer-right-text {
    text-align: start;
    margin-top: 20px;
  }
}
.ordering-page-right__footer-right-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 32px;
  line-height: 39px;
  color: var(--color-dark);
  font-weight: 500;
}
.ordering-page-right__footer-button {
  margin-top: 20px;
  width: 100%;
  color: var(--color-white);
  background-color: var(--color-dark);
  padding: 17px;
  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;
  gap: 20px;
  border: none;
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__footer-button {
    gap: 10px;
  }
}
.ordering-page-right__footer-button-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
}
@media screen and (max-width: 1800px) {
  .ordering-page-right__footer-button-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__footer-button-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-right__footer-button-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-right__footer-button-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-right__footer-button-icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1650px) {
  .ordering-page-right__footer-button-icon {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__footer-button-icon {
    width: 20px;
    height: 20px;
  }
}
.ordering-page-right__footer-button:hover {
  background-color: var(--color-blue);
}
.main-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 1000000000000000000;
  background-color: rgba(255, 255, 255, 0.6);
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
.main-loader__message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .main-loader__message {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .main-loader__message {
    font-size: 16px;
    line-height: 19px;
  }
}
.main-loader__spinner {
  width: 80px;
  height: 80px;
}

.modal__backdrop {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(49, 50, 53, 0.6);
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 116fr minmax(560px, 76fr);
}
@media screen and (max-width: 768px) {
  .modal__backdrop {
    grid-template-columns: 1fr;
    top: var(--headerHeight);
  }
}
.modal__backdrop::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  .modal__backdrop::before {
    display: none;
  }
}
.modal__component {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 600px;
  /* min-width: 600px; */
  height: 100vh;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .modal__component { max-width: 100%; }
  .modal__backdrop .modal__component-close { display: none; }
}
.modal__component-content {
  padding: 0 var(--main-padding) 40px 40px;
  margin-top: calc(var(--headerHeight) / 2);
  width: 100%;
  height: 100dvh;
  overflow: auto;
}

@media (max-width: 768px)
{
  .modal__component-content { margin-top: unset; }
}

@media screen and (max-width: 1024px) {
  .modal__component-content {
    padding: 10px var(--main-padding) 40px var(--main-padding);
  }
}
.modal__component-content.no-padding {
  padding: 0;
  margin-top: 0;
  width: 100%;
  height: 100dvh;
}

.modal__component-close {
  width: 35px;
  height: 35px;
  padding: 0;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 9;
}
.modal__component-close:hover .modal__component-close-icon  {
  color: #0047bb;
}
.modal__component-close-icon {
  width: 35px;
  height: 35px;
  -webkit-transition: .3s ease color;
  -o-transition: .3s ease color;
  transition: .3s ease color;
}
.button-loader {
  position: relative;
  overflow: hidden;
}
.button-loader__disabled {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 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;
  background-color: #F7F8FA;
  left: 0;
  top: 0;
}
.button-loader__disabled_transparent {
  background-color: transparent;
}
.button-loader__disabled_gray {
  background-color: #F7F8FA;
}
.button-loader__disabled_white {
  background-color: var(--color-white);
}
.button-loader__disabled_black {
  background-color: var(--color-black);
}
.button-loader__disabled_blue {
  background-color: var(--color-blue);
}
.button-loader__disabled-loader {
  width: auto;
  height: 24px;
}

.feedback-modal {
  overflow: auto;
  max-height: 100%;
  padding-right: 20px;
  margin-right: -20px;
}
.feedback-modal::-webkit-scrollbar {
  width: 4px;
  background: var(--color-white-dark);
  border-radius: 0;
}
.feedback-modal::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 0;
  position: relative;
}
.feedback-modal__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .feedback-modal__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .feedback-modal__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .feedback-modal__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .feedback-modal__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .feedback-modal__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .feedback-modal__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.feedback-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.feedback-modal__brands-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 1800px) {
  .feedback-modal__brands-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .feedback-modal__brands-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.feedback-modal__brands-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 630px) {
  .feedback-modal__brands-list {
    grid-template-columns: 1fr;
  }
}
.feedback-modal__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
.feedback-modal__brand .custom-checkbox {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-dark);
  position: relative;
}
.feedback-modal__brand .custom-checkbox::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: var(--color-dark);
  position: absolute;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.feedback-modal__brand .custom-checkbox_active {
  border-color: var(--color-blue);
}
.feedback-modal__brand .custom-checkbox_active::after {
  background-color: var(--color-blue);
  width: 10px;
  height: 10px;
}
.feedback-modal__brand-input {
  display: none;
}
.feedback-modal__brand-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1550px) {
  .feedback-modal__brand-label {
    font-size: 12px;
    line-height: 15px;
  }
}
.feedback-modal__brand-icon {
  width: 60px;
  height: 60px;
}

.contacts__cooperation-btn-feedback,
.contacts__cooperation-btn-feedback--white {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  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;
  gap: 20px;
  height: 64px;
  width: 100%;
  min-width: 226px;
  max-width: 270px;
  background-color: var(--color-dark);
  color: var(--color-white);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
}
@media screen and (max-width: 1800px) {
  .contacts__cooperation-btn-feedback,
  .contacts__cooperation-btn-feedback--white {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .contacts__cooperation-btn-feedback,
  .contacts__cooperation-btn-feedback--white {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts__cooperation-btn-feedback,
  .contacts__cooperation-btn-feedback--white {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__cooperation-btn-feedback,
  .contacts__cooperation-btn-feedback--white {
    font-size: 14px;
    line-height: 17px;
  }
}
.contacts__cooperation-btn-feedback svg,
.contacts__cooperation-btn-feedback--white svg {
  width: 24px;
  max-width: 54px;
  cursor: pointer;
}
.contacts__cooperation-btn-feedback svg path,
.contacts__cooperation-btn-feedback--white svg path {
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
@media screen and (max-width: 768px) {
  .contacts__cooperation-btn-feedback svg,
  .contacts__cooperation-btn-feedback--white svg {
    height: 20px;
  }
}
.contacts__cooperation-btn-feedback:hover,
.contacts__cooperation-btn-feedback--white:hover {
  background-color: var(--color-blue);
}
@media screen and (max-width: 1550px) {
  .contacts__cooperation-btn-feedback,
  .contacts__cooperation-btn-feedback--white {
    height: 54px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__cooperation-btn-feedback,
  .contacts__cooperation-btn-feedback--white {
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }
}
.contacts__cooperation-btn-feedback label,
.contacts__cooperation-btn-feedback--white label {
  white-space: nowrap;
  cursor: pointer;
}

.contacts__cooperation-btn-feedback--white:hover {
  background-color: var(--color-white);
  color: var(--color-dark);
}

.modal-center__backdrop {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(49, 50, 53, 0.6);
  width: 100%;
  height: 100%; }
  .modal-center__backdrop::before {
    content: ''; }
    .modal-center__component {
      background-color: var(--color-white);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-height: 90vh; 
      overflow: hidden; 
      padding-top: 50px; 
      max-width: 90vw; 
    }
    
    .modal-center__component-content {
      max-height: calc(90vh - 50px);
      overflow-y: auto; 
      margin-top: 0; 
    }
    
    .modal-center__component-close {
      position: absolute;
      top: 20px;
      right: 40px;
      width: 30px;
      height: 30px;
      padding: 0;
      background-color: var(--color-white);
      border: none;
      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-transition: var(--transition-opacity);
      -o-transition: var(--transition-opacity);
      transition: var(--transition-opacity);
      z-index: 9;
    }
    .modal-center__component-close:hover {
      opacity: var(--opacity-value); }
    .modal-center__component-close-icon {
      width: 30px;
      height: 30px;
      color: var(--color-dark); }


      
.cart {
  width: calc(100% + 40px);
  overflow: auto;
  max-height: 100%;
  margin-right: -40px;
  padding-right: 40px;
}
.cart::-webkit-scrollbar {
  width: 4px;
  background: var(--color-white-dark);
  border-radius: 0;
}
.cart::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 0;
  position: relative;
}
.cart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart__title-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 1800px) {
  .cart__title-text {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .cart__title-text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .cart__title-text {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .cart__title-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.cart__title-text-empty {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 1800px) {
  .cart__title-text-empty {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .cart__title-text-empty {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .cart__title-text-empty {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .cart__title-text-empty {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-text-empty {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-text-empty {
    font-size: 20px;
    line-height: 24px;
  }
}
.cart__title-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cart__title-count-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1800px) {
  .cart__title-count-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__title-count-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-count-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-count-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__title-count-text::after {
  content: "/";
  display: block;
}
.cart__title-count-clear {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-blue);
  font-weight: 300;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media screen and (max-width: 1800px) {
  .cart__title-count-clear {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__title-count-clear {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-count-clear {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-count-clear {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__products-list .cart__product {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 0;
  gap: 10px;
  grid-template-columns: 106fr 504fr;
  border-bottom: 1px solid var(--color-white-extra-dark);
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product {
    grid-template-columns: 88fr 245fr;
  }
}
.cart__products-list .cart__product-image {
  background: #d9d9d9;
  aspect-ratio: 106/110;
  overflow: hidden;
}
.cart__products-list .cart__product-properties-cost {
  display: grid;
  gap: 10px;
  grid-template-columns: 314fr 180fr;
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product-properties-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart__products-list .cart__product-properties {
  width: 100%;
  border-right: 1px solid var(--color-white-extra-dark);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 10px 20px 0;
}
.cart__products-list .cart__product-properties-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__products-list .cart__product-properties-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__products-list .cart__product-properties-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__products-list .cart__product-properties-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__products-list .cart__product-properties-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__products-list .cart__product-properties-color-container {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1550px) {
  .cart__products-list .cart__product-properties-color-container {
    font-size: 12px;
    line-height: 15px;
  }
}
.cart__products-list .cart__product-properties-color-container .color {
  border-radius: 50%;
  margin: 3px;
  width: 18px;
  height: 18px;
}
.cart__products-list .cart__product-properties-size {
  margin-top: 8px;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 1550px) {
  .cart__products-list .cart__product-properties-size {
    font-size: 12px;
    line-height: 15px;
  }
}
.cart__products-list .cart__product-cost {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart__products-list .cart__product-cost-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.cart__products-list .cart__product-cost-price .old-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .cart__products-list .cart__product-cost-price .old-price {
    font-size: 12px;
    line-height: 15px;
  }
}
.cart__products-list .cart__product-cost-price .old-price::before {
  position: absolute;
  width: 70%;
  height: 50%;
  content: "";
  border-bottom: 1px solid var(--color-blue);
  pointer-events: none;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.cart__products-list .cart__product-cost-price .actual-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .cart__products-list .cart__product-cost-price .actual-price {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__products-list .cart__product-cost-price .actual-price {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cart__products-list .cart__product-cost-price .actual-price {
    font-size: 16px;
    line-height: 19px;
  }
}
.cart__products-list .cart__product-cost-discount {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-blue);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: end;
  margin-top: 8px;
}
@media screen and (max-width: 1550px) {
  .cart__products-list .cart__product-cost-discount {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product-cost-discount {
    margin-top: 2px;
    text-align: start;
  }
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cart__products-list .cart__product-count-container {
  background-color: var(--color-white);
  display: grid;
  grid-template-columns: 24px 32px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart__products-list .cart__product-count-container svg {
  color: var(--color-dark);
  width: 24px;
  height: 24px;
}
.cart__products-list .cart__product-count-container input::-webkit-outer-spin-button,
.cart__products-list .cart__product-count-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart__products-list .cart__product-count-container input[type=number] {
  -moz-appearance: textfield;
}
.cart__products-list .cart__product-count-container-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  justify-self: center;
  border: none;
  text-align: center;
  width: 32px;
}
@media screen and (max-width: 1800px) {
  .cart__products-list .cart__product-count-container-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__products-list .cart__product-count-container-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__products-list .cart__product-count-container-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__products-list .cart__product-count-container-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__products-list .cart__product-count-container-btn-minus {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.cart__products-list .cart__product-count-container-btn-plus {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  padding: 0;
}
@media screen and (max-width: 630px) {
  .cart__products-list .cart__product {
    grid-template-columns: 100px auto;
  }
  .cart__products-list .cart__product-properties-cost {
    grid-template-columns: 1fr;
  }
  .cart__products-list .cart__product-properties {
    gap: 5px;
    border-right: none;
    border-bottom: 1px solid var(--color-gray-light);
    padding: 0;
    padding-bottom: 5px;
  }
  .cart__products-list .cart__product-properties-size {
    margin-top: 0;
  }
  .cart__products-list .cart__product-cost {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cart__products-list .cart__product-count {
    text-align: start;
  }
}
.cart__products-list .cart__product-mobile {
  display: none;
}
@media screen and (max-width: 375px) {
  .cart__products-list .cart__product-mobile {
    display: grid;
    grid-template-columns: 88fr 245fr;
    gap: 10px;
    border-bottom: 1px solid var(--color-white-extra-dark);
  }
}
.cart__total {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .cart__total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart__total-promocode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart__total-promocode-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__total-promocode-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .cart__total-promocode-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.cart__total-cost {
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 480px) {
  .cart__total-cost {
    margin-top: 20px;
    text-align: start;
  }
}
.cart__total-cost-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__total-cost-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__total-cost-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__total-cost-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__total-cost-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__total-cost-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 32px;
  line-height: 39px;
  color: var(--color-dark);
  font-weight: 500;
}
.cart__total-cost-discount {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-blue);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .cart__total-cost-discount {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__total-cost-discount {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cart__total-cost-discount {
    font-size: 16px;
    line-height: 19px;
  }
}
.cart__total-cost-payment {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border-radius: 100px;
  background: var(--color-white-dark);
}
@media screen and (max-width: 1550px) {
  .cart__total-cost-payment {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 480px) {
  .cart__total-cost-payment {
    width: 70%;
  }
}
.cart__total-cost-payment-svg {
  width: 30px;
  height: 30px;
}
.cart__confirmation {
  width: 100%;
}
.cart__confirmation-btn {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 0;
  background: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1800px) {
  .cart__confirmation-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__confirmation-btn {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__confirmation-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__confirmation-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__package-title, .cart__recently-viewed-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 10px 0;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__package-title, .cart__recently-viewed-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__package-title, .cart__recently-viewed-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__package-title, .cart__recently-viewed-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__package-title, .cart__recently-viewed-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__package-title-buttons, .cart__recently-viewed-title-buttons {
  width: 88px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cart__package-container-swiper-next, .cart__recently-viewed-container-swiper-next {
  width: 44px;
  height: 44px;
  border: none;
  background-color: var(--color-white);
  padding: 0;
}
.cart__package-container-swiper-next-svg, .cart__recently-viewed-container-swiper-next-svg {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: var(--color-dark);
}
.cart__package-container-swiper-prev, .cart__recently-viewed-container-swiper-prev {
  width: 44px;
  height: 44px;
  border: none;
  background-color: var(--color-white);
  padding: 0;
}
.cart__package-container-swiper-prev-svg, .cart__recently-viewed-container-swiper-prev-svg {
  width: 24px;
  height: 24px;
  color: var(--color-dark);
}
.cart__recently-viewed {
  margin-top: 60px;
}
@media screen and (max-width: 1220px) {
  .cart {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .cart {
    padding-right: 20px;
  }
}
.auth-password-recovery {
  width: 100%; }
  .auth-password-recovery__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .auth-password-recovery__title-btn {
      width: 32px;
      height: 32px;
      border: 0;
      background: none; }
      .auth-password-recovery__title-btn svg {
        width: 32px;
        height: 32px; }
    .auth-password-recovery__title-text {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 40px;
      line-height: 48px;
      color: var(--color-dark);
      font-weight: 300;
      font-size: 40px;
      line-height: 48px;
      margin-left: 10px;
      text-transform: uppercase; }
      @media screen and (max-width: 1800px) {
        .auth-password-recovery__title-text {
          font-size: 36px;
          line-height: 42px; } }
      @media screen and (max-width: 1550px) {
        .auth-password-recovery__title-text {
          font-size: 32px;
          line-height: 38px; } }
      @media screen and (max-width: 1300px) {
        .auth-password-recovery__title-text {
          font-size: 28px;
          line-height: 34px; } }
      @media screen and (max-width: 1100px) {
        .auth-password-recovery__title-text {
          font-size: 24px;
          line-height: 30px; } }
      @media screen and (max-width: 1024px) {
        .auth-password-recovery__title-text {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (max-width: 768px) {
        .auth-password-recovery__title-text {
          font-size: 20px;
          line-height: 24px; } }
  .auth-password-recovery__switcher {
    margin-top: 40px;
    border-radius: 100px;
    background: var(--color-white-dark);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .auth-password-recovery__switcher-item {
      position: relative;
      width: 50%; }
    .auth-password-recovery__switcher-input {
      display: none; }
      .auth-password-recovery__switcher-input-label {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 16px;
        line-height: 19px;
        color: var(--color-white-extra-dark);
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 30px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 14px;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        cursor: pointer;
        border-radius: 100px; }
        @media screen and (max-width: 1800px) {
          .auth-password-recovery__switcher-input-label {
            font-size: 14px;
            line-height: 17px; } }
        @media screen and (max-width: 1220px) {
          .auth-password-recovery__switcher-input-label {
            font-size: 12px;
            line-height: 15px; } }
        @media screen and (max-width: 1024px) {
          .auth-password-recovery__switcher-input-label {
            font-size: 14px;
            line-height: 17px; } }
        @media screen and (max-width: 768px) {
          .auth-password-recovery__switcher-input-label {
            font-size: 14px;
            line-height: 17px; } }
    .auth-password-recovery__switcher-text {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      margin-top: 20px; }
      @media screen and (max-width: 1800px) {
        .auth-password-recovery__switcher-text {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .auth-password-recovery__switcher-text {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .auth-password-recovery__switcher-text {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .auth-password-recovery__switcher-text {
          font-size: 14px;
          line-height: 17px; } }
    .auth-password-recovery__switcher .auth-password-recovery__switcher-input:checked + .auth-password-recovery__switcher-input-label {
      background-color: var(--color-blue);
      color: var(--color-white); }
  .auth-password-recovery__form {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .auth-password-recovery__form-title {
      font-family: var(--font-secondary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      text-align: center; }
      @media screen and (max-width: 1800px) {
        .auth-password-recovery__form-title {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .auth-password-recovery__form-title {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .auth-password-recovery__form-title {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .auth-password-recovery__form-title {
          font-size: 14px;
          line-height: 17px; } }
    .auth-password-recovery__form-input {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      width: 100%;
      border: 0;
      height: 39px;
      outline: none;
      padding-left: 10px; }
      @media screen and (max-width: 1800px) {
        .auth-password-recovery__form-input {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .auth-password-recovery__form-input {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .auth-password-recovery__form-input {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .auth-password-recovery__form-input {
          font-size: 14px;
          line-height: 17px; } }
      .auth-password-recovery__form-input-label {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 16px;
        line-height: 19px;
        color: var(--color-dark);
        font-weight: 400;
        color: var(--color-gray);
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        left: 0;
        -webkit-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s;
        left: 34px; }
        @media screen and (max-width: 1800px) {
          .auth-password-recovery__form-input-label {
            font-size: 14px;
            line-height: 17px; } }
        @media screen and (max-width: 1220px) {
          .auth-password-recovery__form-input-label {
            font-size: 12px;
            line-height: 15px; } }
        @media screen and (max-width: 1024px) {
          .auth-password-recovery__form-input-label {
            font-size: 14px;
            line-height: 17px; } }
        @media screen and (max-width: 768px) {
          .auth-password-recovery__form-input-label {
            font-size: 14px;
            line-height: 17px; } }
      .auth-password-recovery__form-input-container {
        position: relative;
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .auth-password-recovery__form-input-container::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background-color: var(--color-gray-light);
          position: absolute;
          top: 39px; }
        .auth-password-recovery__form-input-container__error::after {
          background-color: var(--color-red); }
        .auth-password-recovery__form-input-container__error {
          border-color: var(--color-red); }
      .auth-password-recovery__form-input:focus ~ .auth-password-recovery__form-input-label {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 12px;
        line-height: 19px;
        color: var(--color-dark);
        font-weight: 400;
        color: var(--color-gray);
        top: -8px;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
      .auth-password-recovery__form-input:not(:placeholder-shown) ~ .auth-password-recovery__form-input-label {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 12px;
        line-height: 19px;
        color: var(--color-dark);
        font-weight: 400;
        color: var(--color-gray);
        top: -8px;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
      .auth-password-recovery__form-input-error-message {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        color: var(--color-dark);
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: var(--color-red); }
        @media screen and (max-width: 1550px) {
          .auth-password-recovery__form-input-error-message {
            font-size: 12px;
            line-height: 15px; } }
      .auth-password-recovery__form-input-svg {
        width: 24px;
        height: 24px; }
    .auth-password-recovery__form a {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 12px;
      line-height: 14px;
      color: var(--color-dark);
      font-weight: 400;
      margin-top: 20px;
      text-align: left; }
    .auth-password-recovery__form-btn {
      width: 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;
      gap: 20px;
      height: 64px;
      border: none;
      background-color: var(--color-dark);
      margin-top: 40px; }
      .auth-password-recovery__form-btn-icon {
        width: 24px;
        height: 24px;
        color: var(--color-white);
        cursor: pointer; }
        .auth-password-recovery__form-btn-icon path {
          -webkit-transition: var(--transition-opacity);
          -o-transition: var(--transition-opacity);
          transition: var(--transition-opacity); }
      .auth-password-recovery__form-btn-label {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 16px;
        line-height: 19px;
        color: var(--color-dark);
        font-weight: 400;
        text-transform: uppercase;
        color: var(--color-white);
        cursor: pointer; }
        @media screen and (max-width: 1800px) {
          .auth-password-recovery__form-btn-label {
            font-size: 14px;
            line-height: 17px; } }
        @media screen and (max-width: 1220px) {
          .auth-password-recovery__form-btn-label {
            font-size: 12px;
            line-height: 15px; } }
        @media screen and (max-width: 1024px) {
          .auth-password-recovery__form-btn-label {
            font-size: 14px;
            line-height: 17px; } }
        @media screen and (max-width: 768px) {
          .auth-password-recovery__form-btn-label {
            font-size: 14px;
            line-height: 17px; } }
      .auth-password-recovery__form-btn:hover {
        background-color: var(--color-blue); }

.hide-border {
  border: none !important;
}

.favorites__notify-form-btn-image {
  width: 21px;
  height: 13px;
}

.favorites__notify-form-button-container {
  margin-top: 40px;
}
.favorites__notify-form-button-container button {
  width: 100%;
}
.favorites__notify-form-button-container button svg {
  position: relative;
  top: 4px;
}
.ordering-page-success__content {
  padding: 40px 20px 20px 20px;
  border: 1px solid var(--color-dark);
  width: 100%;
  max-width: 1000px;
  min-width: 600px;
  position: relative;
  background-color: transparent;
}
.ordering-page-success__content.disabled {
  cursor: default;
}
.ordering-page-success__content.active {
  border: 1px solid var(--color-blue);
}
.ordering-page-success__content-status-pay {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 5px;
  background-color: var(--color-blue);
  color: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1550px) {
  .ordering-page-success__content-status-pay {
    font-size: 12px;
    line-height: 15px;
  }
}
.ordering-page-success__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.ordering-page-success__content-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ordering-page-success__content-header-right {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  position: relative;
}
.ordering-page-success__content-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .ordering-page-success__content-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .ordering-page-success__content-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-success__content-number {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: var(--color-gray);
}
@media screen and (max-width: 1550px) {
  .ordering-page-success__content-number {
    font-size: 12px;
    line-height: 15px;
  }
}
.ordering-page-success__content-status {
  border: 1px solid var(--color-dark);
  padding: 5px;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1550px) {
  .ordering-page-success__content-status {
    font-size: 12px;
    line-height: 15px;
  }
}
.ordering-page-success__content-status-svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.ordering-page-success__content-address {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-gray);
  text-align: left;
}
@media screen and (max-width: 1550px) {
  .ordering-page-success__content-address {
    font-size: 12px;
    line-height: 15px;
  }
}
.ordering-page-success__content-address-svg {
  width: 24px;
  height: 24px;
  color: var(--color-gray);
}
.ordering-page-success__content-address-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.ordering-page-success__content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 13px;
}
.ordering-page-success__content-footer-button {
  border: 1px solid var(--color-white-extra-dark);
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-white-extra-dark);
  background-color: transparent;
  width: 100%;
  max-width: 148px;
  min-width: 50px;
}
@media screen and (max-width: 1800px) {
  .ordering-page-success__content-footer-button {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .ordering-page-success__content-footer-button {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-success__content-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 106px);
  grid-template-rows: 1fr;
  grid-auto-rows: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  gap: 10px;
  width: 100%;
  max-width: 905px;
  position: relative;
}
.ordering-page-success__content-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  max-width: 106px;
  max-height: 110px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
}
.ordering-page-success__content-product img {
  max-width: 110px;
  max-height: 110px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.ordering-page-success__content-product-color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-dark);
  display: block;
  position: absolute;
  z-index: 2;
  border: 5px solid var(--color-white);
  top: 3px;
  right: 3px;
}
.ordering-page-success__content-product-count {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 4px;
  background-color: var(--color-white);
  border-radius: 50%;
  width: 26px;
  height: 25px;
  position: absolute;
  bottom: 2px;
  right: 2px;
  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;
}
@media screen and (max-width: 1550px) {
  .ordering-page-success__content-product-count {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 630px) {
  .ordering-page-success__content {
    padding: 40px 10px 20px 10px;
    min-width: 0;
    width: 100%;
  }
  .ordering-page-success__content-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    margin-bottom: 10px;
  }
  .ordering-page-success__content-header-right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .ordering-page-success__content-footer {
    gap: 5px;
  }
  .ordering-page-success__content-list {
    gap: 0 5px;
  }
}

.load-img {
  padding: 40px; }
  @media screen and (max-width: 480px) {
    .load-img {
      padding: 30px; } }
  @media screen and (max-width: 400px) {
    .load-img {
      padding: 20px; } }
  @media screen and (max-width: 375px) {
    .load-img {
      padding: 15px; } }
  @media screen and (max-width: 350px) {
    .load-img {
      padding: 10px; } }
  .load-img__title-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: transparent;
    margin-bottom: 10px; }
    @media screen and (max-width: 1800px) {
      .load-img__title-text {
        font-size: 26px;
        line-height: 32px; } }
    @media screen and (max-width: 1450px) {
      .load-img__title-text {
        font-size: 22px;
        line-height: 28px; } }
    @media screen and (max-width: 1220px) {
      .load-img__title-text {
        font-size: 18px;
        line-height: 24px; } }
    @media screen and (max-width: 1024px) {
      .load-img__title-text {
        font-size: 20px;
        line-height: 24px; } }
  .load-img__subtitle-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-dark);
    font-weight: 400;
    background-color: transparent; }
    @media screen and (max-width: 1800px) {
      .load-img__subtitle-text {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 1220px) {
      .load-img__subtitle-text {
        font-size: 12px;
        line-height: 15px; } }
    @media screen and (max-width: 1024px) {
      .load-img__subtitle-text {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .load-img__subtitle-text {
        font-size: 14px;
        line-height: 17px; } }
  .load-img__button {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    @media screen and (max-width: 500px) {
      .load-img__button {
        gap: 10px; } }
    .load-img__button-file {
      position: relative;
      display: inline-block; }
      .load-img__button-file-span {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        color: var(--color-white);
        font-weight: 400;
        position: relative;
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        text-align: center;
        border: 1px solid var(--color-dark);
        padding: 20px 100px 20px 100px;
        background-color: var(--color-dark);
        font-family: var(--font-primary); }
        @media screen and (max-width: 1800px) {
          .load-img__button-file-span {
            font-size: 14px;
            line-height: 17px; } }
        @media screen and (max-width: 1220px) {
          .load-img__button-file-span {
            font-size: 12px;
            line-height: 15px; } }
        @media screen and (max-width: 1024px) {
          .load-img__button-file-span {
            font-size: 14px;
            line-height: 17px; } }
        @media screen and (max-width: 768px) {
          .load-img__button-file-span {
            font-size: 14px;
            line-height: 17px; } }
        @media screen and (max-width: 630px) {
          .load-img__button-file-span {
            padding: 20px 60px 20px 60px; } }
        @media screen and (max-width: 480px) {
          .load-img__button-file-span {
            padding: 20px 50px 20px 50px; } }
        @media screen and (max-width: 400px) {
          .load-img__button-file-span {
            padding: 20px; } }
        @media screen and (max-width: 375px) {
          .load-img__button-file-span {
            padding: 20px 10px 20px 10px; } }
        @media screen and (max-width: 350px) {
          .load-img__button-file-span {
            padding: 20px 0px 20px 0px; } }
      .load-img__button-file-input {
        opacity: 0;
        display: block;
        width: 0;
        height: 0; }
    .load-img__button-cancel {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      color: var(--color-dark);
      font-weight: 400;
      border: 1px solid var(--color-dark);
      padding: 20px 100px 20px 100px;
      background-color: transparent; }
      @media screen and (max-width: 1800px) {
        .load-img__button-cancel {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .load-img__button-cancel {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .load-img__button-cancel {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .load-img__button-cancel {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 630px) {
        .load-img__button-cancel {
          padding: 20px 60px 20px 60px; } }
      @media screen and (max-width: 480px) {
        .load-img__button-cancel {
          padding: 20px 50px 20px 50px; } }
      @media screen and (max-width: 400px) {
        .load-img__button-cancel {
          padding: 20px; } }
      @media screen and (max-width: 375px) {
        .load-img__button-cancel {
          padding: 20px 10px 20px 10px; } }
      @media screen and (max-width: 350px) {
        .load-img__button-cancel {
          padding: 20px 0px 20px 0px; } }
    .load-img__button-ok {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      color: var(--color-white);
      font-weight: 400;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      border: 1px solid var(--color-dark);
      padding: 20px 100px 20px 100px;
      background-color: var(--color-dark); }
      @media screen and (max-width: 1800px) {
        .load-img__button-ok {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .load-img__button-ok {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .load-img__button-ok {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .load-img__button-ok {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 630px) {
        .load-img__button-ok {
          padding: 20px 60px 20px 60px; } }
      @media screen and (max-width: 500px) {
        .load-img__button-ok {
          padding: 20px 50px 20px 50px; } }
      @media screen and (max-width: 480px) {
        .load-img__button-ok {
          padding: 20px 30px 20px 30px; } }
      @media screen and (max-width: 400px) {
        .load-img__button-ok {
          padding: 20px; } }
      @media screen and (max-width: 375px) {
        .load-img__button-ok {
          padding: 20px 10px 20px 10px; } }
      @media screen and (max-width: 350px) {
        .load-img__button-ok {
          padding: 20px 0px 20px 0px; } }

.preview-img {
  padding: 40px; }
  @media screen and (max-width: 480px) {
    .preview-img {
      padding: 30px; } }
  @media screen and (max-width: 400px) {
    .preview-img {
      padding: 20px; } }
  @media screen and (max-width: 375px) {
    .preview-img {
      padding: 15px; } }
  @media screen and (max-width: 350px) {
    .preview-img {
      padding: 10px; } }
  .preview-img__title-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: transparent;
    margin-bottom: 10px; }
    @media screen and (max-width: 1800px) {
      .preview-img__title-text {
        font-size: 26px;
        line-height: 32px; } }
    @media screen and (max-width: 1450px) {
      .preview-img__title-text {
        font-size: 22px;
        line-height: 28px; } }
    @media screen and (max-width: 1220px) {
      .preview-img__title-text {
        font-size: 18px;
        line-height: 24px; } }
    @media screen and (max-width: 1024px) {
      .preview-img__title-text {
        font-size: 20px;
        line-height: 24px; } }
  .preview-img__subtitle-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-dark);
    font-weight: 400;
    background-color: transparent; }
    @media screen and (max-width: 1800px) {
      .preview-img__subtitle-text {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 1220px) {
      .preview-img__subtitle-text {
        font-size: 12px;
        line-height: 15px; } }
    @media screen and (max-width: 1024px) {
      .preview-img__subtitle-text {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .preview-img__subtitle-text {
        font-size: 14px;
        line-height: 17px; } }
  .preview-img__img {
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto;
    width: 600px; }
    @media screen and (max-width: 630px) {
      .preview-img__img {
        width: 400px; } }
    @media screen and (max-width: 500px) {
      .preview-img__img {
        width: 400px; } }
  .preview-img__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px; }
    @media screen and (max-width: 500px) {
      .preview-img__button {
        gap: 10px; } }
    .preview-img__button-cancel {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      color: var(--color-dark);
      font-weight: 400;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      border: 1px solid var(--color-dark);
      padding: 20px 100px 20px 100px;
      background-color: transparent; }
      @media screen and (max-width: 1800px) {
        .preview-img__button-cancel {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .preview-img__button-cancel {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .preview-img__button-cancel {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .preview-img__button-cancel {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 630px) {
        .preview-img__button-cancel {
          padding: 20px 60px 20px 60px; } }
      @media screen and (max-width: 480px) {
        .preview-img__button-cancel {
          padding: 20px 30px 20px 30px; } }
      @media screen and (max-width: 400px) {
        .preview-img__button-cancel {
          padding: 20px; } }
      @media screen and (max-width: 375px) {
        .preview-img__button-cancel {
          padding: 20px 10px 20px 10px; } }
      @media screen and (max-width: 350px) {
        .preview-img__button-cancel {
          padding: 20px 0px 20px 0px; } }
    .preview-img__button-ok {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 20px;
      color: var(--color-white);
      font-weight: 400;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      border: 1px solid var(--color-dark);
      padding: 20px 100px 20px 100px;
      background-color: var(--color-dark); }
      @media screen and (max-width: 1800px) {
        .preview-img__button-ok {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .preview-img__button-ok {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .preview-img__button-ok {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .preview-img__button-ok {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 630px) {
        .preview-img__button-ok {
          padding: 20px 60px 20px 60px; } }
      @media screen and (max-width: 480px) {
        .preview-img__button-ok {
          padding: 20px 50px 20px 50px; } }
      @media screen and (max-width: 400px) {
        .preview-img__button-ok {
          padding: 20px; } }
      @media screen and (max-width: 375px) {
        .preview-img__button-ok {
          padding: 20px 10px 20px 10px; } }
      @media screen and (max-width: 350px) {
        .preview-img__button-ok {
          padding: 20px 0px 20px 0px; } }

.favorites {
  width: 100%;
}
.favorites-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.lk-header {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 842fr 1078fr;
  background-color: #9B9B9B;
  height: 130px;
  }
  @media screen and (max-width: 1024px) {
    .lk-header {
      height: 100px;
      grid-template-columns: auto 1fr; } }
  .lk-header::before {
    content: '';
    display: block; }
  .lk-header__img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: left;
       object-position: left; }

.lk-content {
  padding: 40px var(--main-padding) 106px var(--main-padding);
  display: grid;
  grid-template-columns: 560fr 1060fr;
  gap: 100px;
  height: 100%;
}
@media screen and (max-width: 1450px) {
  .lk-content {
    gap: 70px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-content {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-content {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
    height: unset;
  }
}
.lk-modal-order {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lk-modal-order__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.lk-modal-order__content-list {
  height: 100%;
}
.lk-modal-order__content-status {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
}
.lk-modal-order__status {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white);
  padding: 5px;
  background-color: #0047BB;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1550px) {
  .lk-modal-order__status {
    font-size: 12px;
    line-height: 15px;
  }
}
.lk-modal-order__header {
  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;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 375px) {
  .lk-modal-order__header {
    -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;
  }
}
.lk-modal-order__header-left {
  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 screen and (max-width: 768px) {
  .lk-modal-order__header-left {
    gap: 5px;
  }
}
.lk-modal-order__number {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-gray);
}
@media screen and (max-width: 1550px) {
  .lk-modal-order__number {
    font-size: 12px;
    line-height: 15px;
  }
}
.lk-modal-order__title {
  font-family: var(--font-secodary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .lk-modal-order__title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-modal-order__title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-modal-order__title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-modal-order__title {
    font-size: 14px;
    line-height: 17px;
  }
}
.lk-modal-order__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 630px) {
  .lk-modal-order__delivery {
    -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;
  }
}
.lk-modal-order__delivery-left {
  width: 100%;
  max-width: 500px;
}
.lk-modal-order__delivery-left--courier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.lk-modal-order__delivery-left--courier-address {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-gray);
  text-align: left;
}
@media screen and (max-width: 1550px) {
  .lk-modal-order__delivery-left--courier-address {
    font-size: 12px;
    line-height: 15px;
  }
}
.lk-modal-order__delivery-left--courier-svg {
  width: 24px;
  height: 24px;
  color: var(--color-gray);
}
.lk-modal-order__delivery-count {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 1800px) {
  .lk-modal-order__delivery-count {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-modal-order__delivery-count {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-modal-order__delivery-count {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-modal-order__delivery-count {
    font-size: 14px;
    line-height: 17px;
  }
}
.lk-modal-order__button {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  text-transform: uppercase;
}
.lk-modal-order__button-wrapper {
  width: 100%;
  margin-top: 40px;
  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;
  gap: 20px;
}
.lk-modal-order__button--black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--color-dark);
  color: var(--color-white);
  border: 1px solid var(--color-dark);
  min-width: 240px;
}
@media screen and (max-width: 1800px) {
  .lk-modal-order__button--black {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-modal-order__button--black {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-modal-order__button--black {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-modal-order__button--black {
    font-size: 14px;
    line-height: 17px;
  }
}
.lk-modal-order__button:hover {
  opacity: var(--opacity-value);
}
@media screen and (max-width: 480px) {
  .lk-modal-order__button {
    width: 100%;
  }
  .lk-modal-order__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lk-modal-order__button--black {
    width: 100%;
  }
}

.select-container {
  position: relative;
}

.select-input-container {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-input-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-light);
  position: absolute;
  top: 39px;
}
.select-input-container__error::after {
  background-color: var(--color-red);
}
.select-input-container-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 1800px) {
  .select-input-container-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .select-input-container-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .select-input-container-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .select-input-container-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.select-input-container-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none;
}
@media screen and (max-width: 1800px) {
  .select-input-container-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .select-input-container-input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .select-input-container-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .select-input-container-input {
    font-size: 14px;
    line-height: 17px;
  }
}
.select-input-container-error-message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
}
@media screen and (max-width: 1550px) {
  .select-input-container-error-message {
    font-size: 12px;
    line-height: 15px;
  }
}
.select-input-container__input-icon {
  padding-left: 10px;
}
.select-input-container__svg {
  width: 24px;
  height: 24px;
}
.select-input-container-label_active {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.select-input-container-label_icon {
  left: 34px;
}
.select-input-container__icon {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  color: var(--color-dark);
  position: absolute;
  top: 20%;
  right: 0;
}
.select-input-container__icon_active {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.select-dropdown {
  display: none;
  overflow: auto;
}
.select-dropdown::-webkit-scrollbar {
  width: 4px;
  background: var(--color-white-dark);
  border-radius: 0;
}
.select-dropdown::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 0;
  position: relative;
}
.select-dropdown_open {
  display: block;
  position: absolute;
  top: 49px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--color-white);
  max-height: 165px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  z-index: 99;
}
.select-dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
.select-dropdown__item {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  padding: 8px 10px;
  background-color: transparent;
  border: none;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1800px) {
  .select-dropdown__item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .select-dropdown__item {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .select-dropdown__item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .select-dropdown__item {
    font-size: 14px;
    line-height: 17px;
  }
}
.select-dropdown__item:hover {
  opacity: var(--opacity-value);
}
.select-dropdown__item_active {
  color: var(--color-blue);
}

.registration {
  width: 100%;
  margin-bottom: 36px;
}
.registration__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__title-btn {
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
}
.registration__title-btn svg {
  width: 32px;
  height: 32px;
}
.registration__title-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  margin-left: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .registration__title-text {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .registration__title-text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .registration__title-text {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .registration__title-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .registration__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.registration__type-switcher {
  margin-top: 30px;
  border-radius: 100px;
  background: var(--color-white-dark);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__type-switcher-item {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  position: relative;
  width: 50%;
  cursor: pointer;
  background: var(--color-white-dark);
  border-radius: 100px;
  border: 0;
}
@media screen and (max-width: 1800px) {
  .registration__type-switcher-item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__type-switcher-item {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__type-switcher-item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__type-switcher-item {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__type-switcher-item.active {
  background-color: var(--color-blue);
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .registration__type-switcher-item.active {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__type-switcher-item.active {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__type-switcher-item.active {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__type-switcher-item.active {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__type-switcher-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer;
  border-radius: 100px;
}
.registration__business-switcher {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__business-switcher-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .registration__business-switcher-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-switcher-title {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-switcher-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.registration__business-switcher-input {
  display: none;
}
.registration__business-switcher-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: keep-all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer;
  padding: 10px 5px;
  background: var(--color-white);
  border: 1px solid var(--color-gray-light);
}
@media screen and (max-width: 1800px) {
  .registration__business-switcher-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-switcher-input-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-switcher-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-switcher-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-switcher-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-gray-light);
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 1800px) {
  .registration__business-switcher-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-switcher-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-switcher-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-switcher-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-switcher .registration__business-switcher-input:checked + .registration__business-switcher-input-label {
  border-color: var(--color-blue);
  color: var(--color-blue);
}
.registration__business-form {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.registration__business-form-container-business {
  margin-top: 20px;
}
.registration__business-form-container-inputs {
  margin-top: 15px;
  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;
}
.registration__business-form-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 1800px) {
  .registration__business-form-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .registration__business-form-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.registration__business-form-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none;
  padding-left: 10px;
}
@media screen and (max-width: 1800px) {
  .registration__business-form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-form-input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  left: 34px;
}
@media screen and (max-width: 1800px) {
  .registration__business-form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-form-input-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-form-input-container {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__business-form-input-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-light);
  position: absolute;
  top: 39px;
}
.registration__business-form-input-container__error::after {
  background-color: var(--color-red);
}
.registration__business-form-input-container__error {
  border-color: var(--color-red);
}
.registration__business-form-input:focus ~ .registration__business-form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.registration__business-form-input:not(:placeholder-shown) ~ .registration__business-form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.registration__business-form-input-error-message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
}
@media screen and (max-width: 1550px) {
  .registration__business-form-input-error-message {
    font-size: 12px;
    line-height: 15px;
  }
}
.registration__business-form-input-svg {
  width: 24px;
  height: 24px;
}
.registration__business-form-eula {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.registration__business-form-eula-input {
  position: absolute;
  border: 1px solid var(--color-blue);
  border-radius: 0;
  background-color: var(--color-white-dark);
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.registration__business-form-eula-input-label {
  margin-left: 30px;
}
.registration__business-form-eula-input-label a {
  color: var(--color-blue);
}
.registration__business-form-btn {
  width: 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;
  gap: 20px;
  height: 64px;
  border: none;
  background-color: var(--color-dark);
  margin-top: 40px;
}
.registration__business-form-btn-icon {
  width: 24px;
  height: 24px;
  color: var(--color-white);
  cursor: pointer;
}
.registration__business-form-btn-icon path {
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.registration__business-form-btn-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
  cursor: pointer;
}
@media screen and (max-width: 1800px) {
  .registration__business-form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-form-btn-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-form-btn:hover {
  background-color: var(--color-blue);
}

.ordering-page-left__data-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px; }
  .ordering-page-left__data-user-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    @media screen and (max-width: 630px) {
      .ordering-page-left__data-user-footer {
        grid-template-columns: 1fr; } }
.ordering-page-left__input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none; }
  @media screen and (max-width: 1800px) {
    .ordering-page-left__input {
      font-size: 14px;
      line-height: 17px; } }
  @media screen and (max-width: 1220px) {
    .ordering-page-left__input {
      font-size: 12px;
      line-height: 15px; } }
  @media screen and (max-width: 1024px) {
    .ordering-page-left__input {
      font-size: 14px;
      line-height: 17px; } }
  @media screen and (max-width: 768px) {
    .ordering-page-left__input {
      font-size: 14px;
      line-height: 17px; } }
  .ordering-page-left__input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }
    @media screen and (max-width: 1800px) {
      .ordering-page-left__input-label {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 1220px) {
      .ordering-page-left__input-label {
        font-size: 12px;
        line-height: 15px; } }
    @media screen and (max-width: 1024px) {
      .ordering-page-left__input-label {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .ordering-page-left__input-label {
        font-size: 14px;
        line-height: 17px; } }
  .ordering-page-left__input-container {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .ordering-page-left__input-container::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: var(--color-gray-light);
      position: absolute;
      top: 39px; }
    .ordering-page-left__input-container__error::after {
      background-color: var(--color-red); }
    .ordering-page-left__input-container-footer {
      position: relative;
      width: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .ordering-page-left__input-container-footer::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: var(--color-gray-light);
        position: absolute;
        top: 39px; }
      .ordering-page-left__input-container-footer__error::after {
        background-color: var(--color-red); }
      .ordering-page-left__input-container-footer .ordering-page-left__input-label {
        left: 34px; }
      .ordering-page-left__input-container-footer .ordering-page-left__input {
        padding-left: 10px; }
  .ordering-page-left__input:focus ~ .ordering-page-left__input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray);
    top: -8px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .ordering-page-left__input:not(:placeholder-shown) ~ .ordering-page-left__input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray);
    top: -8px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .ordering-page-left__input-error-message {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-red); }
    @media screen and (max-width: 1550px) {
      .ordering-page-left__input-error-message {
        font-size: 12px;
        line-height: 15px; } }
  .ordering-page-left__input-svg {
    width: 24px;
    height: 24px; }

.business-information__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 1800px) {
  .business-information__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .business-information__title {
    font-size: 16px;
    line-height: 19px;
  }
}
.business-information__frame {
  padding: 20px 200px 20px 20px;
  border: 1px solid var(--color-dark);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.business-information__frame-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .business-information__frame-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .business-information__frame-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.business-information__frame-subtitle {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-gray);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1550px) {
  .business-information__frame-subtitle {
    font-size: 12px;
    line-height: 15px;
  }
}
.business-information__frame-details-name {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 1550px) {
  .business-information__frame-details-name {
    font-size: 12px;
    line-height: 15px;
  }
}
.business-information__frame-details-value {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 1550px) {
  .business-information__frame-details-value {
    font-size: 12px;
    line-height: 15px;
  }
}

.business-information-modal__title {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .business-information-modal__title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .business-information-modal__title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .business-information-modal__title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .business-information-modal__title {
    font-size: 14px;
    line-height: 17px;
  }
}
.business-information-modal h2 {
  margin-top: 10px;
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 30px;
  line-height: 39px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 1800px) {
  .business-information-modal h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1450px) {
  .business-information-modal h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1220px) {
  .business-information-modal h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .business-information-modal h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.business-information-modal__business-type-text {
  margin-top: 2px;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-gray);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .business-information-modal__business-type-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .business-information-modal__business-type-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .business-information-modal__business-type-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .business-information-modal__business-type-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.business-information-modal__frame-details {
  margin-top: 20px;
}
.business-information-modal__frame-details-name {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 1550px) {
  .business-information-modal__frame-details-name {
    font-size: 12px;
    line-height: 15px;
  }
}
.business-information-modal__frame-details-value {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 1550px) {
  .business-information-modal__frame-details-value {
    font-size: 12px;
    line-height: 15px;
  }
}

.business-information__salon {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 20px;
  border-bottom: 1px solid var(--color-gray-light);
  overflow: auto;
  max-width: calc(100vw - var(--main-padding) * 2);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tab {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-white-extra-dark);
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 10px 0;
  border: none;
  position: relative;
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 1800px) {
  .tab {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .tab {
    font-size: 16px;
    line-height: 19px;
  }
}
.tab:after {
  content: "";
  height: 1px;
  background-color: var(--color-blue);
  width: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.tab .tab__count {
  background-color: var(--color-gray);
}
.tab_active .tab__count {
  background-color: var(--color-blue);
}
.tab_active:after {
  width: 100%;
}

.error {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-red);
  padding: 20px;
  border: 1px solid var(--color-red); }

@media screen and (max-width: 1800px) {
  .error {
    font-size: 14px;
    line-height: 17px; } }
@media screen and (max-width: 1220px) {
  .error {
    font-size: 12px;
    line-height: 15px; } }
@media screen and (max-width: 1024px) {
  .error {
    font-size: 14px;
    line-height: 17px; } }
@media screen and (max-width: 768px) {
  .error {
    font-size: 14px;
    line-height: 17px; } }


.tooltip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tooltip span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .tooltip__message {
    position: absolute;
    top: -30px;
    right: -20px;
    background-color: var(--color-white-dark);
    border-radius: 5px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-family: var(--font-primary);
    padding: 5px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .tooltip__message_open {
      opacity: 1; }
  .tooltip_hover:hover .tooltip__message {
    opacity: 1; }

.lk-friend__container {
  background-color: var(--color-white-dark);
  gap: 60px;
  width: 100%;
  max-width: 1000px;
}
.lk-friend__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 30px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .lk-friend__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1450px) {
  .lk-friend__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-friend__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-friend__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.lk-friend__right {
  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: 20px;
}
.lk-friend__input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  background-color: transparent;
  border: none;
  height: 100%;
  outline: none;
}
@media screen and (max-width: 1800px) {
  .lk-friend__input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-friend__input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-friend__input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-friend__input {
    font-size: 14px;
    line-height: 17px;
  }
}
.lk-friend__input::-moz-placeholder {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
}
.lk-friend__input::-webkit-input-placeholder {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
}
.lk-friend__input:-ms-input-placeholder {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
}
.lk-friend__input::-ms-input-placeholder {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
}
.lk-friend__input::placeholder {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
}
@media screen and (max-width: 1800px) {
  .lk-friend__input::-moz-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .lk-friend__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .lk-friend__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .lk-friend__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .lk-friend__input::placeholder {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-friend__input::-moz-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .lk-friend__input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .lk-friend__input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .lk-friend__input::-ms-input-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .lk-friend__input::placeholder {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-friend__input::-moz-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .lk-friend__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .lk-friend__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .lk-friend__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .lk-friend__input::placeholder {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-friend__input::-moz-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .lk-friend__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .lk-friend__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .lk-friend__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 17px;
  }
  .lk-friend__input::placeholder {
    font-size: 14px;
    line-height: 17px;
  }
}
.lk-friend__input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: var(--color-white);
  padding: 10px 14px;
  height: 50px;
}
.lk-friend__input-icon {
  width: 30px;
  height: 30px;
  color: var(--color-dark);
}
.lk-friend__button {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  padding: 20px 40px;
  color: var(--color-white);
  background-color: var(--color-dark);
  text-transform: uppercase;
  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;
  gap: 20px;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
@media screen and (max-width: 1800px) {
  .lk-friend__button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-friend__button {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-friend__button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-friend__button {
    font-size: 14px;
    line-height: 17px;
  }
}
.lk-friend__button-svg {
  width: 30px;
  height: 30px;
}
.lk-friend__button:hover {
  background-color: var(--color-blue);
}
.lk-friend__invite {
  background-image: url("../../../../local/templates/seneca/img/other/bg-friend.png");
  padding: 40px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  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;
}
.lk-friend__invite-success {
  background-image: url("../../../../local/templates/seneca/img/other/invite-bg.png");
  position: relative;
  height: 214px;
  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: var(--color-blue);
}
.lk-friend__invite-success-content {
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 40px;
}
.lk-friend__invite-success-button-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  border: 0;
  background: none;
  height: 30px;
  width: 30px;
}
.lk-friend__invite-success-button-close svg {
  height: 30px;
  width: 30px;
  color: var(--color-white);
}
.lk-friend__invite-success-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 30px;
  line-height: 39px;
  color: var(--color-white);
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .lk-friend__invite-success-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1450px) {
  .lk-friend__invite-success-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-friend__invite-success-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-friend__invite-success-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.lk-friend__invite-success-description {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 1800px) {
  .lk-friend__invite-success-description {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-friend__invite-success-description {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-friend__invite-success-description {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .lk-friend__invite-success-description {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 630px) {
  .lk-friend__invite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.ordering-page-address-delivery-component__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase; }
  @media screen and (max-width: 1800px) {
    .ordering-page-address-delivery-component__title {
      font-size: 36px;
      line-height: 42px; } }
  @media screen and (max-width: 1550px) {
    .ordering-page-address-delivery-component__title {
      font-size: 32px;
      line-height: 38px; } }
  @media screen and (max-width: 1300px) {
    .ordering-page-address-delivery-component__title {
      font-size: 28px;
      line-height: 34px; } }
  @media screen and (max-width: 1100px) {
    .ordering-page-address-delivery-component__title {
      font-size: 24px;
      line-height: 30px; } }
  @media screen and (max-width: 1024px) {
    .ordering-page-address-delivery-component__title {
      font-size: 20px;
      line-height: 24px; } }
  @media screen and (max-width: 768px) {
    .ordering-page-address-delivery-component__title {
      font-size: 20px;
      line-height: 24px; } }
.ordering-page-address-delivery-component__message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px; }
  @media screen and (max-width: 1550px) {
    .ordering-page-address-delivery-component__message {
      font-size: 14px;
      line-height: 18px; } }
  @media screen and (max-width: 1024px) {
    .ordering-page-address-delivery-component__message {
      font-size: 12px;
      line-height: 16px; } }
  @media screen and (max-width: 768px) {
    .ordering-page-address-delivery-component__message {
      font-size: 16px;
      line-height: 19px; } }
  .ordering-page-address-delivery-component__message a {
    color: var(--color-blue); }
.ordering-page-address-delivery-component__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  @media screen and (max-width: 630px) {
    .ordering-page-address-delivery-component__city {
      margin-top: 10px;
      margin-bottom: 5px; } }
  .ordering-page-address-delivery-component__city-svg {
    width: 30px;
    height: 30px;
    color: var(--color-blue);
    cursor: pointer; }
    @media screen and (max-width: 630px) {
      .ordering-page-address-delivery-component__city-svg {
        width: 24px;
        height: 24px; } }
  .ordering-page-address-delivery-component__city-label {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-blue);
    cursor: pointer; }
    @media screen and (max-width: 1800px) {
      .ordering-page-address-delivery-component__city-label {
        font-size: 26px;
        line-height: 32px; } }
    @media screen and (max-width: 1450px) {
      .ordering-page-address-delivery-component__city-label {
        font-size: 22px;
        line-height: 28px; } }
    @media screen and (max-width: 1220px) {
      .ordering-page-address-delivery-component__city-label {
        font-size: 18px;
        line-height: 24px; } }
    @media screen and (max-width: 1024px) {
      .ordering-page-address-delivery-component__city-label {
        font-size: 20px;
        line-height: 24px; } }
  .ordering-page-address-delivery-component__city-container {
    margin-bottom: 40px;
    margin-top: 40px; }
    @media screen and (max-width: 500px) {
      .ordering-page-address-delivery-component__city-container {
        margin-bottom: 35px;
        margin-top: 20px; } }
    .ordering-page-address-delivery-component__city-container .ordering-page-delivery-method__city {
      margin-top: 10px;
      margin-bottom: 0;
      padding: 0;
      border: none;
      background-color: transparent; }
  .ordering-page-address-delivery-component__city-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-dark);
    font-weight: 400; }
    @media screen and (max-width: 1800px) {
      .ordering-page-address-delivery-component__city-title {
        font-size: 18px;
        line-height: 22px; } }
    @media screen and (max-width: 1450px) {
      .ordering-page-address-delivery-component__city-title {
        font-size: 16px;
        line-height: 19px; } }
.ordering-page-address-delivery-component__modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  background-color: var(--color-white);
  height: 100%;
  padding: 40px var(--main-padding) 0 40px; }
  @media screen and (max-width: 768px) {
    .ordering-page-address-delivery-component__modal {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .ordering-page-address-delivery-component__modal {
      padding: 20px var(--main-padding) 0 var(--main-padding); } }
  .ordering-page-address-delivery-component__modal-button {
    width: 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;
    gap: 20px;
    height: 64px;
    border: none;
    background-color: var(--color-dark);
    margin-top: 40px; }
    .ordering-page-address-delivery-component__modal-button-icon {
      width: 74px;
      height: 24px;
      color: var(--color-white);
      cursor: pointer; }
      .ordering-page-address-delivery-component__modal-button-icon path {
        -webkit-transition: var(--transition-opacity);
        -o-transition: var(--transition-opacity);
        transition: var(--transition-opacity); }
    .ordering-page-address-delivery-component__modal-button-label {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      text-transform: uppercase;
      color: var(--color-white);
      cursor: pointer;
      margin-left: 54px; }
      @media screen and (max-width: 1800px) {
        .ordering-page-address-delivery-component__modal-button-label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .ordering-page-address-delivery-component__modal-button-label {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .ordering-page-address-delivery-component__modal-button-label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .ordering-page-address-delivery-component__modal-button-label {
          font-size: 14px;
          line-height: 17px; } }
    .ordering-page-address-delivery-component__modal-button:hover {
      background-color: var(--color-blue); }
      .ordering-page-address-delivery-component__modal-button:hover .ordering-page-address-delivery-component__modal-button-icon path {
        d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19"); }
  .ordering-page-address-delivery-component__modal-main {
    display: block; }
.ordering-page-address-delivery-component__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }
  .ordering-page-address-delivery-component__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px; }
  .ordering-page-address-delivery-component__form-input-container {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .ordering-page-address-delivery-component__form-input-container::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: var(--color-gray-light);
      position: absolute;
      top: 39px; }
    .ordering-page-address-delivery-component__form-input-container__error::after {
      background-color: var(--color-red); }
    .ordering-page-address-delivery-component__form-input-container-label {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      color: var(--color-gray);
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      left: 0;
      -webkit-transition: 0.1s;
      -o-transition: 0.1s;
      transition: 0.1s; }
      @media screen and (max-width: 1800px) {
        .ordering-page-address-delivery-component__form-input-container-label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .ordering-page-address-delivery-component__form-input-container-label {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .ordering-page-address-delivery-component__form-input-container-label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .ordering-page-address-delivery-component__form-input-container-label {
          font-size: 14px;
          line-height: 17px; } }
    .ordering-page-address-delivery-component__form-input-container-input {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      width: 100%;
      border: 0;
      height: 39px;
      outline: none; }
      @media screen and (max-width: 1800px) {
        .ordering-page-address-delivery-component__form-input-container-input {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .ordering-page-address-delivery-component__form-input-container-input {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .ordering-page-address-delivery-component__form-input-container-input {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .ordering-page-address-delivery-component__form-input-container-input {
          font-size: 14px;
          line-height: 17px; } }
    .ordering-page-address-delivery-component__form-input-container-error-message {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 14px;
      line-height: 17px;
      color: var(--color-dark);
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: var(--color-red); }
      @media screen and (max-width: 1550px) {
        .ordering-page-address-delivery-component__form-input-container-error-message {
          font-size: 12px;
          line-height: 15px; } }
    .ordering-page-address-delivery-component__form-input-container-input:focus ~ .ordering-page-address-delivery-component__form-input-container-label {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 12px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      color: var(--color-gray);
      top: -8px;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
    .ordering-page-address-delivery-component__form-input-container-input:not(:placeholder-shown) ~ .ordering-page-address-delivery-component__form-input-container-label {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 12px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      color: var(--color-gray);
      top: -8px;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .ordering-page-address-delivery-component__form-textarea-container {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .ordering-page-address-delivery-component__form-textarea-container::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: var(--color-gray-light);
      position: absolute;
      top: 39px; }
    .ordering-page-address-delivery-component__form-textarea-container__error::after {
      background-color: var(--color-red); }
    .ordering-page-address-delivery-component__form-textarea-container-label {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      color: var(--color-gray);
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      left: 0;
      -webkit-transition: 0.1s;
      -o-transition: 0.1s;
      transition: 0.1s; }
      @media screen and (max-width: 1800px) {
        .ordering-page-address-delivery-component__form-textarea-container-label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .ordering-page-address-delivery-component__form-textarea-container-label {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .ordering-page-address-delivery-component__form-textarea-container-label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .ordering-page-address-delivery-component__form-textarea-container-label {
          font-size: 14px;
          line-height: 17px; } }
    .ordering-page-address-delivery-component__form-textarea-container-input {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      width: 100%;
      border: 0;
      height: 39px;
      outline: none; }
      @media screen and (max-width: 1800px) {
        .ordering-page-address-delivery-component__form-textarea-container-input {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .ordering-page-address-delivery-component__form-textarea-container-input {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .ordering-page-address-delivery-component__form-textarea-container-input {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .ordering-page-address-delivery-component__form-textarea-container-input {
          font-size: 14px;
          line-height: 17px; } }
    .ordering-page-address-delivery-component__form-textarea-container-error-message {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 14px;
      line-height: 17px;
      color: var(--color-dark);
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      color: var(--color-red); }
      @media screen and (max-width: 1550px) {
        .ordering-page-address-delivery-component__form-textarea-container-error-message {
          font-size: 12px;
          line-height: 15px; } }
    .ordering-page-address-delivery-component__form-textarea-container-label {
      top: 10px;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
    .ordering-page-address-delivery-component__form-textarea-container-input {
      resize: none;
      padding: 10px 0;
      height: 140px; }
      .ordering-page-address-delivery-component__form-textarea-container-input:focus ~ .ordering-page-address-delivery-component__form-textarea-container-label {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 12px;
        line-height: 19px;
        color: var(--color-dark);
        font-weight: 400;
        color: var(--color-gray);
        top: -8px;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
      .ordering-page-address-delivery-component__form-textarea-container-input:not(:placeholder-shown) ~ .ordering-page-address-delivery-component__form-textarea-container-label {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 12px;
        line-height: 19px;
        color: var(--color-dark);
        font-weight: 400;
        color: var(--color-gray);
        top: -8px;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
    .ordering-page-address-delivery-component__form-textarea-container::after {
      top: 140px; }

.ordering-page-address-delivery-component__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase; }
  @media screen and (max-width: 1800px) {
    .ordering-page-address-delivery-component__title {
      font-size: 36px;
      line-height: 42px; } }
  @media screen and (max-width: 1550px) {
    .ordering-page-address-delivery-component__title {
      font-size: 32px;
      line-height: 38px; } }
  @media screen and (max-width: 1300px) {
    .ordering-page-address-delivery-component__title {
      font-size: 28px;
      line-height: 34px; } }
  @media screen and (max-width: 1100px) {
    .ordering-page-address-delivery-component__title {
      font-size: 24px;
      line-height: 30px; } }
  @media screen and (max-width: 1024px) {
    .ordering-page-address-delivery-component__title {
      font-size: 20px;
      line-height: 24px; } }
  @media screen and (max-width: 768px) {
    .ordering-page-address-delivery-component__title {
      font-size: 20px;
      line-height: 24px; } }
.ordering-page-address-delivery-component__modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  background-color: var(--color-white);
  height: 100%;
  padding: 40px var(--main-padding) 0 40px; }
  @media screen and (max-width: 768px) {
    .ordering-page-address-delivery-component__modal {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .ordering-page-address-delivery-component__modal {
      padding: 20px var(--main-padding) 0 var(--main-padding); } }
  .ordering-page-address-delivery-component__modal-cities {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .ordering-page-address-delivery-component__modal-cities-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      margin-bottom: 40px; }
      @media screen and (max-width: 500px) {
        .ordering-page-address-delivery-component__modal-cities-header {
          margin-bottom: 20px; } }
      @media screen and (max-width: 500px) {
        .ordering-page-address-delivery-component__modal-cities-header {
          -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; } }
      .ordering-page-address-delivery-component__modal-cities-header-button {
        padding: 0;
        border: none;
        background-color: transparent;
        -webkit-transition: var(--transition-opacity);
        -o-transition: var(--transition-opacity);
        transition: var(--transition-opacity); }
        .ordering-page-address-delivery-component__modal-cities-header-button-icon {
          width: 32px;
          height: 32px;
          color: var(--color-dark); }
          @media screen and (max-width: 1100px) {
            .ordering-page-address-delivery-component__modal-cities-header-button-icon {
              width: 26px;
              height: 26px; } }
          @media screen and (max-width: 500px) {
            .ordering-page-address-delivery-component__modal-cities-header-button-icon {
              width: 30px;
              height: 30px; } }
        .ordering-page-address-delivery-component__modal-cities-header-button:hover {
          opacity: var(--opacity-value); }
    .ordering-page-address-delivery-component__modal-cities-input-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      width: 100%; }
      .ordering-page-address-delivery-component__modal-cities-input-container-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        border-bottom: 1px solid var(--color-gray-light);
        position: relative;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .ordering-page-address-delivery-component__modal-cities-input-container-label {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 20px;
        line-height: 24px;
        color: var(--color-dark);
        font-weight: 400;
        color: var(--color-gray);
        position: absolute;
        left: 50px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        -webkit-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s; }
        @media screen and (max-width: 1800px) {
          .ordering-page-address-delivery-component__modal-cities-input-container-label {
            font-size: 18px;
            line-height: 22px; } }
        @media screen and (max-width: 1450px) {
          .ordering-page-address-delivery-component__modal-cities-input-container-label {
            font-size: 16px;
            line-height: 19px; } }
        @media screen and (max-width: 1300px) {
          .ordering-page-address-delivery-component__modal-cities-input-container-label {
            left: 35px; } }
      .ordering-page-address-delivery-component__modal-cities-input-container-input {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 20px;
        line-height: 24px;
        color: var(--color-dark);
        font-weight: 400;
        height: 80px;
        border: none;
        outline: none;
        width: 100%; }
        @media screen and (max-width: 1800px) {
          .ordering-page-address-delivery-component__modal-cities-input-container-input {
            font-size: 18px;
            line-height: 22px; } }
        @media screen and (max-width: 1450px) {
          .ordering-page-address-delivery-component__modal-cities-input-container-input {
            font-size: 16px;
            line-height: 19px; } }
        @media screen and (max-width: 1550px) {
          .ordering-page-address-delivery-component__modal-cities-input-container-input {
            height: 60px; } }
        @media screen and (max-width: 1220px) {
          .ordering-page-address-delivery-component__modal-cities-input-container-input {
            height: 50px; } }
        .ordering-page-address-delivery-component__modal-cities-input-container-input:focus + .ordering-page-address-delivery-component__modal-cities-input-container-label {
          top: 0;
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); }
        .ordering-page-address-delivery-component__modal-cities-input-container-input:not(:placeholder-shown) ~ .ordering-page-address-delivery-component__modal-cities-input-container-label {
          top: 0;
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); }
      .ordering-page-address-delivery-component__modal-cities-input-container-search {
        width: 40px;
        height: 40px;
        color: var(--color-dark); }
        @media screen and (max-width: 1550px) {
          .ordering-page-address-delivery-component__modal-cities-input-container-search {
            height: 30px;
            width: 30px; } }
        @media screen and (max-width: 1220px) {
          .ordering-page-address-delivery-component__modal-cities-input-container-search {
            height: 25px;
            width: 25px; } }
        @media screen and (max-width: 500px) {
          .ordering-page-address-delivery-component__modal-cities-input-container-search {
            height: 30px;
            width: 30px; } }
      .ordering-page-address-delivery-component__modal-cities-input-container-city {
        width: 30px;
        height: 30px;
        color: var(--color-dark); }
        @media screen and (max-width: 1220px) {
          .ordering-page-address-delivery-component__modal-cities-input-container-city {
            height: 25px;
            width: 25px; } }
        @media screen and (max-width: 500px) {
          .ordering-page-address-delivery-component__modal-cities-input-container-city {
            height: 30px;
            width: 30px; } }
    .ordering-page-address-delivery-component__modal-cities-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
      overflow: auto;
      margin-top: 20px;
      padding-bottom: 40px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .ordering-page-address-delivery-component__modal-cities-list::-webkit-scrollbar {
        width: 4px;
        background: var(--color-white-dark);
        border-radius: 0; }
      .ordering-page-address-delivery-component__modal-cities-list::-webkit-scrollbar-thumb {
        background-color: var(--color-blue);
        border-radius: 0;
        position: relative; }
    .ordering-page-address-delivery-component__modal-cities-item {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 18px;
      line-height: 22px;
      color: var(--color-dark);
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      padding: 8px 10px;
      background-color: transparent;
      text-align: left;
      border: none; }
      @media screen and (max-width: 1550px) {
        .ordering-page-address-delivery-component__modal-cities-item {
          font-size: 14px;
          line-height: 18px; } }
      @media screen and (max-width: 1024px) {
        .ordering-page-address-delivery-component__modal-cities-item {
          font-size: 12px;
          line-height: 16px; } }
      @media screen and (max-width: 768px) {
        .ordering-page-address-delivery-component__modal-cities-item {
          font-size: 16px;
          line-height: 19px; } }
      @media screen and (max-width: 1550px) {
        .ordering-page-address-delivery-component__modal-cities-item {
          font-size: 16px;
          line-height: 22px; } }

.confirm-change-address {
  padding-top: 160px; }
  .confirm-change-address__error {
    padding: 10px;
    border: 1px solid var(--color-red);
    color: var(--color-red);
    margin-top: 20px; }
  .confirm-change-address__title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 40px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    text-transform: uppercase; }
    @media screen and (max-width: 1800px) {
      .confirm-change-address__title {
        font-size: 36px;
        line-height: 42px; } }
    @media screen and (max-width: 1550px) {
      .confirm-change-address__title {
        font-size: 32px;
        line-height: 38px; } }
    @media screen and (max-width: 1300px) {
      .confirm-change-address__title {
        font-size: 28px;
        line-height: 34px; } }
    @media screen and (max-width: 1100px) {
      .confirm-change-address__title {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 1024px) {
      .confirm-change-address__title {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 768px) {
      .confirm-change-address__title {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 1100px) {
      .confirm-change-address__title {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 500px) {
      .confirm-change-address__title {
        font-size: 20px;
        line-height: 24px; } }
  .confirm-change-address__desc {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 18px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px; }
    @media screen and (max-width: 1550px) {
      .confirm-change-address__desc {
        font-size: 14px;
        line-height: 18px; } }
    @media screen and (max-width: 1024px) {
      .confirm-change-address__desc {
        font-size: 12px;
        line-height: 16px; } }
    @media screen and (max-width: 768px) {
      .confirm-change-address__desc {
        font-size: 16px;
        line-height: 19px; } }
    @media screen and (max-width: 1100px) {
      .confirm-change-address__desc {
        font-size: 14px;
        line-height: 18px; } }
    @media screen and (max-width: 768px) {
      .confirm-change-address__desc {
        font-size: 16px;
        line-height: 19px; } }
  .confirm-change-address__footer {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px; }
    @media screen and (max-width: 500px) {
      .confirm-change-address__footer {
        margin-top: 20px; } }
    .confirm-change-address__footer-btn {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      text-transform: uppercase;
      background-color: var(--color-white);
      color: var(--color-dark);
      border: 1px solid var(--color-dark);
      height: 59px; }
      @media screen and (max-width: 1800px) {
        .confirm-change-address__footer-btn {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .confirm-change-address__footer-btn {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .confirm-change-address__footer-btn {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .confirm-change-address__footer-btn {
          font-size: 14px;
          line-height: 17px; } }
      .confirm-change-address__footer-btn:last-child {
        background-color: var(--color-dark);
        color: var(--color-white); }

.confirm-change-address__success {
  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; }
  .confirm-change-address__success__icon {
    width: 80px;
    height: 80px;
    color: var(--color-dark); }
    @media screen and (max-width: 1220px) {
      .confirm-change-address__success__icon {
        width: 60px;
        height: 60px; } }
    .confirm-change-address__success__icon-container {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      border: 1px solid var(--color-dark);
      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; }
      @media screen and (max-width: 1220px) {
        .confirm-change-address__success__icon-container {
          width: 100px;
          height: 100px; } }
  .confirm-change-address__success-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 40px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px; }
    @media screen and (max-width: 1800px) {
      .confirm-change-address__success-title {
        font-size: 36px;
        line-height: 42px; } }
    @media screen and (max-width: 1550px) {
      .confirm-change-address__success-title {
        font-size: 32px;
        line-height: 38px; } }
    @media screen and (max-width: 1300px) {
      .confirm-change-address__success-title {
        font-size: 28px;
        line-height: 34px; } }
    @media screen and (max-width: 1100px) {
      .confirm-change-address__success-title {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 1024px) {
      .confirm-change-address__success-title {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 768px) {
      .confirm-change-address__success-title {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 768px) {
      .confirm-change-address__success-title {
        margin-top: 20px; } }
  .confirm-change-address__success-desc {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 18px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-top: 10px; }
    @media screen and (max-width: 1550px) {
      .confirm-change-address__success-desc {
        font-size: 14px;
        line-height: 18px; } }
    @media screen and (max-width: 1024px) {
      .confirm-change-address__success-desc {
        font-size: 12px;
        line-height: 16px; } }
    @media screen and (max-width: 768px) {
      .confirm-change-address__success-desc {
        font-size: 16px;
        line-height: 19px; } }

.ordering-page-delivery-method {
  margin-top: 60px; }
  @media screen and (max-width: 1300px) {
    .ordering-page-delivery-method {
      margin-top: 35px; } }
  @media screen and (max-width: 630px) {
    .ordering-page-delivery-method {
      margin-top: 30px; } }
  .ordering-page-delivery-method__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    cursor: pointer; }
    .ordering-page-delivery-method__buttons-prev {
      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; }
    .ordering-page-delivery-method__buttons-next {
      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; }
    .ordering-page-delivery-method__buttons-svg {
      width: 16px;
      height: 16px; }
      .ordering-page-delivery-method__buttons-svg-next {
        width: 16px;
        height: 16px;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
  .ordering-page-delivery-method__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 630px) {
      .ordering-page-delivery-method__header {
        -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; } }
    .ordering-page-delivery-method__header-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px; }
      .ordering-page-delivery-method__header-buttons_disabled {
        display: none; }
      .ordering-page-delivery-method__header-buttons-prev {
        cursor: pointer; }
      .ordering-page-delivery-method__header-buttons-next {
        cursor: pointer; }
      .ordering-page-delivery-method__header-buttons .swiper-button-disabled {
        color: var(--color-gray-light) !important; }
      @media screen and (max-width: 630px) {
        .ordering-page-delivery-method__header-buttons {
          margin-left: auto; } }
  .ordering-page-delivery-method__title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-dark);
    font-weight: 400; }
    @media screen and (max-width: 1800px) {
      .ordering-page-delivery-method__title {
        font-size: 18px;
        line-height: 22px; } }
    @media screen and (max-width: 1450px) {
      .ordering-page-delivery-method__title {
        font-size: 16px;
        line-height: 19px; } }
  .ordering-page-delivery-method__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    @media screen and (max-width: 630px) {
      .ordering-page-delivery-method__city {
        margin-top: 10px;
        margin-bottom: 5px; } }
    .ordering-page-delivery-method__city-svg {
      width: 30px;
      height: 30px;
      color: var(--color-blue);
      cursor: pointer; }
      @media screen and (max-width: 630px) {
        .ordering-page-delivery-method__city-svg {
          width: 24px;
          height: 24px; } }
    .ordering-page-delivery-method__city-label {
      font-family: var(--font-secondary);
      font-style: normal;
      font-size: 30px;
      line-height: 36px;
      color: var(--color-dark);
      font-weight: 400;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--color-blue);
      cursor: pointer; }
      @media screen and (max-width: 1800px) {
        .ordering-page-delivery-method__city-label {
          font-size: 26px;
          line-height: 32px; } }
      @media screen and (max-width: 1450px) {
        .ordering-page-delivery-method__city-label {
          font-size: 22px;
          line-height: 28px; } }
      @media screen and (max-width: 1220px) {
        .ordering-page-delivery-method__city-label {
          font-size: 18px;
          line-height: 24px; } }
      @media screen and (max-width: 1024px) {
        .ordering-page-delivery-method__city-label {
          font-size: 20px;
          line-height: 24px; } }
    .ordering-page-delivery-method__city_empty {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      color: var(--color-blue);
      border: none;
      background-color: transparent;
      padding: 0;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 1800px) {
        .ordering-page-delivery-method__city_empty {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .ordering-page-delivery-method__city_empty {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .ordering-page-delivery-method__city_empty {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .ordering-page-delivery-method__city_empty {
          font-size: 14px;
          line-height: 17px; } }
  .ordering-page-delivery-method__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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px;
    background-color: var(--color-white-dark);
    width: 200px;
    height: 100px;
    cursor: pointer;
    border: 1px solid transparent; }
    @media screen and (max-width: 630px) {
      .ordering-page-delivery-method__item {
        width: 170px;
        height: 80px; } }
    .ordering-page-delivery-method__item-svg {
      width: 40px;
      height: 40px;
      color: var(--color-dark); }
      @media screen and (max-width: 1550px) {
        .ordering-page-delivery-method__item-svg {
          width: 30px;
          height: 30px; } }
    .ordering-page-delivery-method__item-name {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 18px;
      line-height: 22px;
      color: var(--color-dark);
      font-weight: 400;
      font-size: 18px;
      line-height: 22px; }
      @media screen and (max-width: 1550px) {
        .ordering-page-delivery-method__item-name {
          font-size: 14px;
          line-height: 18px; } }
      @media screen and (max-width: 1024px) {
        .ordering-page-delivery-method__item-name {
          font-size: 12px;
          line-height: 16px; } }
      @media screen and (max-width: 768px) {
        .ordering-page-delivery-method__item-name {
          font-size: 16px;
          line-height: 19px; } }
      @media screen and (max-width: 1024px) {
        .ordering-page-delivery-method__item-name {
          font-size: 16px;
          line-height: 19px; } }
    .ordering-page-delivery-method__item_active {
      border: 1px solid var(--color-blue); }
      .ordering-page-delivery-method__item_active .ordering-page-delivery-method__item-name {
        color: var(--color-blue); }
      .ordering-page-delivery-method__item_active .ordering-page-delivery-method__item-svg {
        color: var(--color-blue); }
  .ordering-page-delivery-method__list {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .ordering-page-delivery-method__list_disabled {
      display: none; }
    .ordering-page-delivery-method__list::-webkit-scrollbar {
      width: 0;
      height: 0; }

.ordering-page-payment-method {
  margin-top: 64px;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 1300px) {
  .ordering-page-payment-method {
    margin-top: 39px;
  }
}
@media screen and (max-width: 630px) {
  .ordering-page-payment-method {
    margin-top: 30px;
  }
}
.ordering-page-payment-method__header {
  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;
}
.ordering-page-payment-method__header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}
.ordering-page-payment-method__header-buttons .swiper-button-disabled {
  color: var(--color-gray-light);
}
.ordering-page-payment-method__header-buttons-prev {
  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;
}
.ordering-page-payment-method__header-buttons-next {
  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;
}
.ordering-page-payment-method__header-buttons-svg {
  width: 16px;
  height: 16px;
}
.ordering-page-payment-method__header-buttons-svg-next {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ordering-page-payment-method__swiper {
  overflow: hidden;
  margin-top: 20px;
}
.ordering-page-payment-method__swiper-slide {
  width: 200px;
  height: 100px;
  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;
  gap: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--color-white-dark);
  cursor: pointer;
  border: 1px solid transparent;
}
@media screen and (max-width: 630px) {
  .ordering-page-payment-method__swiper-slide {
    width: 170px;
    height: 80px;
  }
}
.ordering-page-payment-method__swiper-slide-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ordering-page-payment-method__swiper-slide-svg {
  max-height: 40px;
  width: auto;
  color: var(--color-dark);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media screen and (max-width: 630px) {
  .ordering-page-payment-method__swiper-slide-svg {
    height: 30px;
  }
}
.ordering-page-payment-method__swiper-slide-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .ordering-page-payment-method__swiper-slide-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-payment-method__swiper-slide-title {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-payment-method__swiper-slide-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-payment-method__swiper-slide-subtitle {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
}
.ordering-page-payment-method__swiper-slide_active {
  border: 1px solid var(--color-blue);
}
.ordering-page-payment-method__swiper-slide_active .ordering-page-payment-method__swiper-slide-svg {
  color: var(--color-blue);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.ordering-page-payment-method__swiper-slide_active .ordering-page-payment-method__swiper-slide-title {
  color: var(--color-blue);
}
.ordering-page-payment-method__swiper-slide_active .ordering-page-payment-method__swiper-slide-subtitle {
  color: var(--color-dark);
}

.ordering-page-payment-method-info {
  border: 1px solid var(--color-dark);
  padding: 20px;
  margin-top: 20px;
}
.ordering-page-payment-method-info__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}
.ordering-page-payment-method-info__content-row {
  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;
}
.ordering-page-payment-method-info__content-row-title {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1800px) {
  .ordering-page-payment-method-info__content-row-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-payment-method-info__content-row-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-payment-method-info__content-row-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-payment-method-info__content-row-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-payment-method-info__content-row-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 32px;
  line-height: 39px;
  color: var(--color-dark);
  font-weight: 500;
}
.ordering-page-payment-method-info__content-row-logo {
  width: 75px;
  height: 40px;
}
.ordering-page-payment-method-info__content-row-pricepart {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-white);
  background-color: var(--color-dark);
  padding: 5px;
}
@media screen and (max-width: 1550px) {
  .ordering-page-payment-method-info__content-row-pricepart {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-payment-method-info__content-row-pricepart {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-payment-method-info__content-row-pricepart {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-payment-method-info__content-footer {
  display: block;
}
.ordering-page-payment-method-info__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.ordering-page-payment-method-info__content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.ordering-page-payment-method-info__content-info-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .ordering-page-payment-method-info__content-info-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-payment-method-info__content-info-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-payment-method-info__content-info-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-payment-method-info__content-info-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-payment-method-info__content-info-svg {
  width: 24px;
  height: 24px;
  color: var(--color-dark);
}
.ordering-page-payment-method-info__switch {
  width: 48px;
  height: 24px;
  background: var(--color-white-dark);
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border: none;
  padding: 0;
}
.ordering-page-payment-method-info__switch::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: var(--color-gray-light);
  border-radius: 100px;
  position: absolute;
  left: 0;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  top: 0;
}
.ordering-page-payment-method-info__switch_active {
  background: rgba(0, 71, 187, 0.1) !important;
}
.ordering-page-payment-method-info__switch_active::before {
  background: var(--color-blue) !important;
  left: calc(100% - 24px) !important;
}
.ordering-page-payment-method-info__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;
  height: 121px;
  padding: 10px;
  border: 1px solid var(--color-gray-light);
  cursor: pointer;
}
.ordering-page-payment-method-info__option-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.ordering-page-payment-method-info__option-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .ordering-page-payment-method-info__option-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-payment-method-info__option-title {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-payment-method-info__option-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-payment-method-info__option-subtitle {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 1550px) {
  .ordering-page-payment-method-info__option-subtitle {
    font-size: 12px;
    line-height: 15px;
  }
}
.ordering-page-payment-method-info__option-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ordering-page-payment-method-info__option-term {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (max-width: 1550px) {
  .ordering-page-payment-method-info__option-term {
    font-size: 12px;
    line-height: 15px;
  }
}
.ordering-page-payment-method-info__option-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--color-dark);
  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;
}
.ordering-page-payment-method-info__option-radio::after {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-blue);
}
.ordering-page-payment-method-info__options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.ordering-page-payment-method-info__options input {
  display: none;
}
.ordering-page-payment-method-info__options input:checked + .ordering-page-payment-method-info__option {
  border-color: var(--color-blue);
}
.ordering-page-payment-method-info__options input:checked + .ordering-page-payment-method-info__option .ordering-page-payment-method-info__option-title {
  color: var(--color-blue);
}
.ordering-page-payment-method-info__options input:checked + .ordering-page-payment-method-info__option .ordering-page-payment-method-info__option-subtitle {
  color: var(--color-dark);
}
.ordering-page-payment-method-info__options input:checked + .ordering-page-payment-method-info__option .ordering-page-payment-method-info__option-term {
  color: var(--color-dark);
}
.ordering-page-payment-method-info__options input:checked + .ordering-page-payment-method-info__option .ordering-page-payment-method-info__option-radio::after {
  display: block;
}
.ordering-page-payment-method-info__pay-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.ordering-page-payment-method-info__pay-item {
  width: 100%;
}
.ordering-page-payment-method-info__pay-item::before {
  content: "";
  display: block;
  border-radius: 100px;
  width: 100%;
  height: 12px;
  background-color: var(--color-gray-light);
}
.ordering-page-payment-method-info__pay-item:first-child::before {
  background-color: var(--color-blue);
}
.ordering-page-payment-method-info__pay-item-date {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  margin-top: 5px;
}
@media screen and (max-width: 1550px) {
  .ordering-page-payment-method-info__pay-item-date {
    font-size: 12px;
    line-height: 15px;
  }
}
.ordering-page-payment-method-info__pay-item-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 2px;
}
@media screen and (max-width: 1550px) {
  .ordering-page-payment-method-info__pay-item-price {
    font-size: 12px;
    line-height: 15px;
  }
}

.list-products-and-info-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 570px;
}

.ordering-page-right__content {
  background-color: var(--color-white-dark);
  padding: 40px;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 630px) {
  .ordering-page-right__content {
    padding: 30px var(--main-padding) 60px var(--main-padding);
    width: calc(100% + 2 * var(--main-padding));
    margin-left: calc(-1 * var(--main-padding));
  }
}
.ordering-page-right__content-header {
  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;
  margin-bottom: 20px;
}
.ordering-page-right__content-header-count {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .ordering-page-right__content-header-count {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__content-header-count {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-right__content-header-count {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-right__content-header-count {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-right__content-list {
  overflow-y: scroll;
  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;
  max-height: 570px;
  height: 100%;
  margin-right: -22px;
  padding-right: 22px;
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__content-list {
    height: auto;
    margin-right: -12px;
    padding-right: 12px;
    max-height: 400px;
  }
}
.ordering-page-right__content-list::-webkit-scrollbar {
  width: 4px;
  background: var(--color-white-dark);
  border-radius: 0;
}
.ordering-page-right__content-list::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 0;
  position: relative;
}
.ordering-page-right__content-item {
  width: 100%;
  height: 130px;
}
.ordering-page-right__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 375px) {
  .ordering-page-right__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ordering-page-right__footer-left {
  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;
}
.ordering-page-right__footer-left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.ordering-page-right__footer-left-icon {
  width: 24px;
  height: 24px;
}
.ordering-page-right__footer-left-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .ordering-page-right__footer-left-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-right__footer-left-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-right__footer-left-text {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-right__footer-left-text-percent {
  color: var(--color-blue);
}
.ordering-page-right__footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.ordering-page-right__footer-right-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 1800px) {
  .ordering-page-right__footer-right-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__footer-right-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-right__footer-right-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-right__footer-right-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 375px) {
  .ordering-page-right__footer-right-text {
    text-align: start;
    margin-top: 20px;
  }
}
.ordering-page-right__footer-right-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 32px;
  line-height: 39px;
  color: var(--color-dark);
  font-weight: 500;
}
.ordering-page-right__footer-button {
  margin-top: 20px;
  width: 100%;
  color: var(--color-white);
  background-color: var(--color-dark);
  padding: 17px;
  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;
  gap: 20px;
  border: none;
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__footer-button {
    gap: 10px;
  }
}
.ordering-page-right__footer-button-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
}
@media screen and (max-width: 1800px) {
  .ordering-page-right__footer-button-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__footer-button-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-right__footer-button-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-right__footer-button-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-right__footer-button-icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1650px) {
  .ordering-page-right__footer-button-icon {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__footer-button-icon {
    width: 20px;
    height: 20px;
  }
}
.ordering-page-right__footer-button:hover {
  background-color: var(--color-blue);
}
.textarea-container {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.textarea-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-light);
  position: absolute;
  top: 39px;
}
.textarea-container__error::after {
  background-color: var(--color-red);
}
.textarea-container-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 1800px) {
  .textarea-container-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .textarea-container-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .textarea-container-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .textarea-container-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.textarea-container-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none;
}
@media screen and (max-width: 1800px) {
  .textarea-container-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .textarea-container-input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .textarea-container-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .textarea-container-input {
    font-size: 14px;
    line-height: 17px;
  }
}
.textarea-container-error-message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
}
@media screen and (max-width: 1550px) {
  .textarea-container-error-message {
    font-size: 12px;
    line-height: 15px;
  }
}
.textarea-container-label {
  top: 10px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.textarea-container-label_active {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.textarea-container-input {
  resize: none;
  padding: 10px 0;
  height: 140px;
}
.textarea-container::after {
  top: 140px;
}

.button {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  height: 64px;
  padding: 20px 40px;
  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;
  gap: 20px;
}
@media screen and (max-width: 1800px) {
  .button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .button {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .button {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 14px;
    line-height: 17px;
  }
}
.button__dark {
  background-color: var(--color-dark);
  color: var(--color-white);
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  border: none;
}
.button__dark:hover {
  background-color: var(--color-blue);
}
.button__light {
  background-color: transparent;
  border: 1px solid var(--color-dark);
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.button__light:hover {
  border-color: var(--color-blue);
  color: var(--color-blue);
}
.button__icon {
  width: 30px;
  height: 30px;
}

.notification-success {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 375px) {
  .notification-success {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.notification-success-image {
  margin-top: 200px;
}
.notification-success-image-svg {
  height: 180px;
  width: 180px;
}
@media screen and (max-width: 1650px) {
  .notification-success-image-svg {
    height: 140px;
    width: 140px;
  }
}
@media screen and (max-width: 1220px) {
  .notification-success-image-svg {
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .notification-success-image-svg {
    height: 100px;
    width: 100px;
  }
}
.notification-success-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  margin-top: 40px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .notification-success-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .notification-success-title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .notification-success-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .notification-success-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .notification-success-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .notification-success-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .notification-success-title {
    margin-top: 20px;
  }
}
.notification-success-description {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1550px) {
  .notification-success-description {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .notification-success-description {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .notification-success-description {
    font-size: 16px;
    line-height: 19px;
  }
}

.auth-login {
  width: 100%;
}
.auth-login__header {
  width: 100%;
  overflow: hidden;
  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;
  height: 312px;
  background-color: var(--color-white-extra-dark);
  background-image: url("../../assets/other/auth_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.auth-login__header-quote {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-white);
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  max-width: 260px;
}
@media screen and (max-width: 1800px) {
  .auth-login__header-quote {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .auth-login__header-quote {
    font-size: 16px;
    line-height: 19px;
  }
}
.auth-login__header-author {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 30px;
  letter-spacing: 1.4px;
  text-align: center;
  max-width: 260px;
}
@media screen and (max-width: 1550px) {
  .auth-login__header-author {
    font-size: 12px;
    line-height: 15px;
  }
}
.auth-login__form {
  width: 100%;
  padding: 60px var(--main-padding) 0;
  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;
  overflow-y: scroll;
}
.auth-login__form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}
.auth-login__form-title {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .auth-login__form-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .auth-login__form-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .auth-login__form-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .auth-login__form-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.auth-login__form-pass {
  position: relative;
}
.auth-login__form-tpass {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  place-content: center;
  border: none;
  padding: 0;
  padding-top: 8px;
  background: transparent;
  cursor: pointer;
}
.auth-login__form-tpass-icon {
  width: 24px;
  height: 24px;
}
.auth-login__form-switcher {
  margin-top: 40px;
  border-radius: 100px;
  background: var(--color-white-dark);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.auth-login__form-switcher-item {
  position: relative;
  width: 50%;
}
.auth-login__form-switcher-input {
  display: none;
}
.auth-login__form-switcher-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer;
  border-radius: 100px;
}
@media screen and (max-width: 1800px) {
  .auth-login__form-switcher-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .auth-login__form-switcher-input-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .auth-login__form-switcher-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .auth-login__form-switcher-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.auth-login__form-switcher-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .auth-login__form-switcher-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .auth-login__form-switcher-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .auth-login__form-switcher-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .auth-login__form-switcher-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.auth-login__form-switcher .auth-login__form-switcher-input:checked + .auth-login__form-switcher-input-label {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.auth-login__form-additional-btn {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}
.auth-login__form a {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-dark);
  font-weight: 400;
  margin-top: 20px;
  text-align: left;
  text-transform: uppercase;
}
.auth-login__form-auth-btn {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 0;
  background: var(--color-dark);
}
@media screen and (max-width: 1800px) {
  .auth-login__form-auth-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .auth-login__form-auth-btn {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .auth-login__form-auth-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .auth-login__form-auth-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.auth-login__form-auth-btn:hover {
  background-color: var(--color-blue);
}
.auth-login__form-captcha-img {
  margin-bottom: 10px;
}
.auth-login__recovery-btn {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-dark);
  font-weight: 400;
  padding: 0;
  border: 0;
  text-align: left;
  background: var(--color-white);
  text-transform: uppercase;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  cursor: pointer;
}
.auth-login__recovery-btn:hover {
  opacity: var(--opacity-value);
}
.auth-login__registration-btn {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  margin-top: 20px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 0;
  text-align: center;
  background: var(--color-white);
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
@media screen and (max-width: 1800px) {
  .auth-login__registration-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .auth-login__registration-btn {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .auth-login__registration-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .auth-login__registration-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.auth-login__registration-btn:hover {
  opacity: var(--opacity-value);
}
.auth-password-changed {
  width: 100%; }
  .auth-password-changed__image {
    text-align: center; }
  .auth-password-changed__title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: var(--color-dark);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-top: 40px;
    text-transform: uppercase; }
    @media screen and (max-width: 1800px) {
      .auth-password-changed__title {
        font-size: 36px;
        line-height: 42px; } }
    @media screen and (max-width: 1550px) {
      .auth-password-changed__title {
        font-size: 32px;
        line-height: 38px; } }
    @media screen and (max-width: 1300px) {
      .auth-password-changed__title {
        font-size: 28px;
        line-height: 34px; } }
    @media screen and (max-width: 1100px) {
      .auth-password-changed__title {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 1024px) {
      .auth-password-changed__title {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 768px) {
      .auth-password-changed__title {
        font-size: 20px;
        line-height: 24px; } }
  .auth-password-changed__form {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .auth-password-changed__form-auth-btn {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-white);
      font-weight: 400;
      text-align: center;
      margin-top: 40px;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      border: 0;
      background: var(--color-dark); }
      @media screen and (max-width: 1800px) {
        .auth-password-changed__form-auth-btn {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .auth-password-changed__form-auth-btn {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .auth-password-changed__form-auth-btn {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .auth-password-changed__form-auth-btn {
          font-size: 14px;
          line-height: 17px; } }

.auth-new-password {
  width: 100%;
}
.auth-new-password__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.auth-new-password__title-btn {
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
}
.auth-new-password__title-btn svg {
  width: 32px;
  height: 32px;
}
.auth-new-password__title-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .auth-new-password__title-text {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .auth-new-password__title-text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .auth-new-password__title-text {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .auth-new-password__title-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .auth-new-password__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .auth-new-password__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.auth-new-password__switcher {
  margin-top: 40px;
}
.auth-new-password__switcher-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .auth-new-password__switcher-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .auth-new-password__switcher-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .auth-new-password__switcher-text {
    font-size: 16px;
    line-height: 19px;
  }
}
.auth-new-password__form {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.auth-new-password__form-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 40px;
}
@media screen and (max-width: 1550px) {
  .auth-new-password__form-text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .auth-new-password__form-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .auth-new-password__form-text {
    font-size: 16px;
    line-height: 19px;
  }
}
.auth-new-password__form-title {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .auth-new-password__form-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .auth-new-password__form-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .auth-new-password__form-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .auth-new-password__form-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.auth-new-password__form-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none;
  padding-left: 10px;
}
@media screen and (max-width: 1800px) {
  .auth-new-password__form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .auth-new-password__form-input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .auth-new-password__form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .auth-new-password__form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
.auth-new-password__form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  left: 34px;
}
@media screen and (max-width: 1800px) {
  .auth-new-password__form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .auth-new-password__form-input-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .auth-new-password__form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .auth-new-password__form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.auth-new-password__form-input-container {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-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: 20px;
}
.auth-new-password__form-input-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-light);
  position: absolute;
  top: 39px;
}
.auth-new-password__form-input-container__error::after {
  background-color: var(--color-red);
}
.auth-new-password__form-input-container__error {
  border-color: var(--color-red);
}
.auth-new-password__form-input:focus ~ .auth-new-password__form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.auth-new-password__form-input:not(:placeholder-shown) ~ .auth-new-password__form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.auth-new-password__form-input-error-message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
}
@media screen and (max-width: 1550px) {
  .auth-new-password__form-input-error-message {
    font-size: 12px;
    line-height: 15px;
  }
}
.auth-new-password__form-input-svg {
  width: 24px;
  height: 24px;
}
.auth-new-password__form a {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-dark);
  font-weight: 400;
  margin-top: 20px;
  text-align: left;
  text-transform: uppercase;
}
.auth-new-password__form-btn {
  width: 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;
  gap: 20px;
  height: 64px;
  border: none;
  background-color: var(--color-dark);
  margin-top: 40px;
}
.auth-new-password__form-btn-icon {
  width: 24px;
  height: 24px;
  color: var(--color-white);
  cursor: pointer;
}
.auth-new-password__form-btn-icon path {
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.auth-new-password__form-btn-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
  cursor: pointer;
}
@media screen and (max-width: 1800px) {
  .auth-new-password__form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .auth-new-password__form-btn-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .auth-new-password__form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .auth-new-password__form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.auth-new-password__form-btn:hover {
  background-color: var(--color-blue);
}

.registration-success {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration-success__header {
  width: 100%;
  overflow: hidden;
  height: 312px;
  background-color: var(--color-white-extra-dark);
  background-image: url("../../assets/other/auth_success.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.registration-success__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px) {
  .registration-success__body {
    max-width: 320px;
  }
}
.registration-success__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  width: 450px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1800px) {
  .registration-success__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .registration-success__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .registration-success__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .registration-success__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .registration-success__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .registration-success__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 480px) {
  .registration-success__title {
    width: 320px;
  }
}
.registration-success__annotation {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1550px) {
  .registration-success__annotation {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .registration-success__annotation {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .registration-success__annotation {
    font-size: 16px;
    line-height: 19px;
  }
}
.registration-success__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration-success__links-shop {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 40px;
  text-align: center;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 0;
  background: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1800px) {
  .registration-success__links-shop {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration-success__links-shop {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration-success__links-shop {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration-success__links-shop {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration-success__links-shop-icon {
  width: 24px;
  height: 24px;
  fill: var(--color-white);
}
@media screen and (max-width: 480px) {
  .registration-success__links-shop {
    width: 320px;
  }
}
.registration-success__links-lk {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border: 1px solid var(--color-dark);
}
@media screen and (max-width: 1800px) {
  .registration-success__links-lk {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration-success__links-lk {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration-success__links-lk {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration-success__links-lk {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration-success__links-lk-icon {
  width: 24px;
  height: 24px;
  fill: var(--color-dark);
}
@media screen and (max-width: 480px) {
  .registration-success__links-lk {
    width: 320px;
  }
}
.registration {
  width: 100%;
  margin-bottom: 36px;
}
.registration__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__title-btn {
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
}
.registration__title-btn svg {
  width: 32px;
  height: 32px;
}
.registration__title-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  margin-left: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .registration__title-text {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .registration__title-text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .registration__title-text {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .registration__title-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .registration__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.registration__type-switcher {
  margin-top: 40px;
  border-radius: 100px;
  background: var(--color-white-dark);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__type-switcher-item {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  position: relative;
  width: 50%;
  cursor: pointer;
  background: var(--color-white-dark);
  border-radius: 100px;
  border: 0;
}
@media screen and (max-width: 1800px) {
  .registration__type-switcher-item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__type-switcher-item {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__type-switcher-item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__type-switcher-item {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__type-switcher-item.active {
  background-color: var(--color-blue);
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .registration__type-switcher-item.active {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__type-switcher-item.active {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__type-switcher-item.active {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__type-switcher-item.active {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__type-switcher-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer;
  border-radius: 100px;
}
.registration__client-form-container {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
}
.registration__client-form-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 1800px) {
  .registration__client-form-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .registration__client-form-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.registration__client-form-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none;
  padding-left: 10px;
}
@media screen and (max-width: 1800px) {
  .registration__client-form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__client-form-input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__client-form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__client-form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__client-form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  left: 34px;
}
@media screen and (max-width: 1800px) {
  .registration__client-form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__client-form-input-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__client-form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__client-form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__client-form-input-container {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__client-form-input-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-light);
  position: absolute;
  top: 39px;
}
.registration__client-form-input-container__error::after {
  background-color: var(--color-red);
}
.registration__client-form-input-container__error {
  border-color: var(--color-red);
}
.registration__client-form-input:focus ~ .registration__client-form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.registration__client-form-input:not(:placeholder-shown) ~ .registration__client-form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.registration__client-form-input-error-message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
}
@media screen and (max-width: 1550px) {
  .registration__client-form-input-error-message {
    font-size: 12px;
    line-height: 15px;
  }
}
.registration__client-form-input-svg {
  width: 24px;
  height: 24px;
}
.registration__client-form-eula {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.registration__client-form-eula-input {
  display: none;
}
.registration__client-form-eula-input-label {
  margin-left: 10px;
}
.registration__client-form-eula-input-label a {
  color: var(--color-blue);
}
.registration__client-form-eula-label {
  display: block;
  border: 1px solid var(--color-blue);
  border-radius: 0;
  background-color: var(--color-white-dark);
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.registration__client-form-eula--active {
  display: grid;
  place-content: center;
}
.registration__client-form-eula--active::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--color-blue);
}
.registration__client-form-btn {
  width: 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;
  gap: 20px;
  height: 64px;
  border: none;
  background-color: var(--color-dark);
  margin-top: 20px;
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .registration__client-form-btn { margin-bottom: 50%; }
}

.registration__client-form-btn-icon {
  width: 24px;
  height: 24px;
  color: var(--color-white);
  cursor: pointer;
}
.registration__client-form-btn-icon path {
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.registration__client-form-btn-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
  cursor: pointer;
}
@media screen and (max-width: 1800px) {
  .registration__client-form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__client-form-btn-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__client-form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__client-form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__client-form-btn:hover {
  background-color: var(--color-blue);
}

.policy--error {
  border: 1px solid var(--color-red);
}

.cart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
}
.cart__title-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 1800px) {
  .cart__title-text {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .cart__title-text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .cart__title-text {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .cart__title-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.cart__title-text-empty {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 1800px) {
  .cart__title-text-empty {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .cart__title-text-empty {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .cart__title-text-empty {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .cart__title-text-empty {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-text-empty {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-text-empty {
    font-size: 20px;
    line-height: 24px;
  }
}
.cart__title-count-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__title-count-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__title-count-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-count-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-count-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__title-count-clear {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-blue);
  font-weight: 300;
}
@media screen and (max-width: 1800px) {
  .cart__title-count-clear {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__title-count-clear {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-count-clear {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-count-clear {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__total {
  margin-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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .cart__total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart__total-promocode-container {
  width: 100%;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 630px) {
  .cart__total-promocode-container {
    -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: start;
    gap: 10px;
  }
}
.cart__total-promocode-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart__total-promocode-title-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__total-promocode-title-text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .cart__total-promocode-title-text {
    font-size: 16px;
    line-height: 19px;
  }
}
.cart__total-promocode-title-svg {
  width: 24px;
  height: 24px;
  fill: none;
}
.cart__total-promocode-input {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
}
@media screen and (max-width: 630px) {
  .cart__total-promocode-input {
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .cart__total-promocode-input {
    width: 100%;
  }
}
.cart__total-promocode-input input {
  height: 44px;
  padding-left: 20px;
  border: 0;
  width: 360px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='2' stroke-dasharray='10 15' stroke-linecap='square'/%3E%3C/svg%3E");
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-gray);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__total-promocode-input input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__total-promocode-input input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__total-promocode-input input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__total-promocode-input input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 480px) {
  .cart__total-promocode-input input {
    width: 100%;
  }
}
.cart__total-promocode-btn {
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--color-dark);
  position: relative;
  left: -2px;
}
.cart__total-promocode-btn-svg {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: var(--color-white);
}
.cart__total-cost {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid var(--color-gray-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart__total-cost-left {
  text-align: start;
}
.cart__total-cost-right {
  text-align: end;
}
@media screen and (max-width: 480px) {
  .cart__total-cost {
    margin-top: 20px;
    text-align: start;
  }
}
.cart__total-cost-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__total-cost-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__total-cost-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__total-cost-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__total-cost-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__total-cost-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 32px;
  line-height: 39px;
  color: var(--color-dark);
  font-weight: 500;
}
.cart__total-cost-discount {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-blue);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .cart__total-cost-discount {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__total-cost-discount {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cart__total-cost-discount {
    font-size: 16px;
    line-height: 19px;
  }
}
.cart__total-cost-payment {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border-radius: 100px;
  background: var(--color-white-dark);
}
@media screen and (max-width: 1550px) {
  .cart__total-cost-payment {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 480px) {
  .cart__total-cost-payment {
    width: 70%;
  }
}
.cart__total-cost-payment-svg {
  width: 24px;
  height: 24px;
}
.cart__confirmation { width: 100%; }

.cart__confirmation-btn {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  border: 0;
  background: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cart__confirmation-btn:hover {
  background-color: var(--color-blue);
}
.cart__confirmation-btn .cart__total-cost-payment-svg {
  width: 45px;
}

.cart__total-cost-payment-svg path {
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}

.cart__confirmation-btn:hover .cart__total-cost-payment-svg path {
  d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");
  d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19";
}


@media screen and (max-width: 1800px) {
  .cart__confirmation-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__confirmation-btn {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__confirmation-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__confirmation-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__package-title, .cart__recently-viewed-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 10px 0;
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__package-title, .cart__recently-viewed-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__package-title, .cart__recently-viewed-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__package-title, .cart__recently-viewed-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__package-title, .cart__recently-viewed-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__package-title-buttons, .cart__recently-viewed-title-buttons {
  width: 88px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cart__package-container-swiper-next, .cart__recently-viewed-container-swiper-next {
  width: 44px;
  height: 44px;
  border: none;
  background-color: var(--color-white);
  padding: 0;
}
.cart__package-container-swiper-next-svg, .cart__recently-viewed-container-swiper-next-svg {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: var(--color-dark);
}
.cart__package-container-swiper-prev, .cart__recently-viewed-container-swiper-prev {
  width: 44px;
  height: 44px;
  border: none;
  background-color: var(--color-white);
  padding: 0;
}
.cart__package-container-swiper-prev-svg, .cart__recently-viewed-container-swiper-prev-svg {
  width: 24px;
  height: 24px;
  color: var(--color-dark);
}
.cart__recently-viewed {
  margin-top: 60px;
}
.cart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart__title-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (max-width: 1800px) {
  .cart__title-text {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .cart__title-text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .cart__title-text {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .cart__title-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cart__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.cart__recently-viewed {
  margin-top: 60px;
}

.cart__product {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 0;
  gap: 10px;
  grid-template-columns: 106fr 504fr;
  border-bottom: 1px solid var(--color-white-extra-dark);
}
.cart__product.notification {
  border-bottom: none;
}
.cart__product.notification .cart__product-properties {
  border-right: none;
}
@media screen and (max-width: 1300px) {
  .cart__product {
    grid-template-columns: 106fr 514fr;
  }
}
@media screen and (max-width: 375px) {
  .cart__product {
    grid-template-columns: 88fr 245fr;
  }
}
.cart__product-image {
  background: none;
  aspect-ratio: 106/110;
  max-height: 110px;
  position: relative;
}
@media screen and (max-width: 630px) {
  .cart__product-image {
    min-width: 80px;
  }
}
.cart__product-image img {
  height: 100%;
  margin: 0 auto;
}
.cart__product-properties-cost {
  display: grid;
  gap: 10px;
  grid-template-columns: 314fr 180fr;
}
@media screen and (max-width: 375px) {
  .cart__product-properties-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart__product-properties {
  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: 100%;
  border-right: 1px solid var(--color-white-extra-dark);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 10px 20px 0;
}
@media screen and (max-width: 1300px) {
  .cart__product-properties {
    padding: 10px 5px 10px 0;
  }
}
@media screen and (max-width: 375px) {
  .cart__product-properties {
    border-right: 0;
    border-bottom: 1px solid var(--color-gray-light);
  }
}
@media screen and (max-width: 480px) {
  .cart__product-properties {
    padding: 0 0 5px;
  }
}
.cart__product-properties-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__product-properties-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__product-properties-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__product-properties-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__product-properties-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__product-properties-title {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 630px) {
  .cart__product-properties-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__product-properties-color-container {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1550px) {
  .cart__product-properties-color-container {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__product-properties-color-container {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 630px) {
  .cart__product-properties-color-container {
    font-size: 12px;
    line-height: 15px;
  }
}
.cart__product-properties-color-container .color {
  border-radius: 50%;
  margin: 3px;
  width: 18px;
  height: 18px;
}
.cart__product-properties-size {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
@media screen and (max-width: 1550px) {
  .cart__product-properties-size {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__product-properties-size {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 630px) {
  .cart__product-properties-size {
    font-size: 12px;
    line-height: 15px;
  }
}
.cart__product-cost {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart__product-cost__button {
  background-color: transparent;
  border: none;
  padding: 10px;
}
.cart__product-cost__button-svg {
  width: 30px;
  height: 30px;
}
.cart__product-cost-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.cart__product-cost-price .old-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .cart__product-cost-price .old-price {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__product-cost-price .old-price {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 630px) {
  .cart__product-cost-price .old-price {
    font-size: 12px;
    line-height: 15px;
  }
}
.cart__product-cost-price .old-price::before {
  position: absolute;
  width: 70%;
  height: 50%;
  content: "";
  border-bottom: 1px solid var(--color-blue);
  pointer-events: none;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.cart__product-cost-price .actual-price {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .cart__product-cost-price .actual-price {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__product-cost-price .actual-price {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cart__product-cost-price .actual-price {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__product-cost-price .actual-price {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 630px) {
  .cart__product-cost-price .actual-price {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__product-cost-discount {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-blue);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: end;
  margin-top: 8px;
}
@media screen and (max-width: 1550px) {
  .cart__product-cost-discount {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .cart__product-cost-discount {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 375px) {
  .cart__product-cost-discount {
    margin-top: 2px;
    text-align: start;
  }
}
@media screen and (max-width: 375px) {
  .cart__product-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cart__product-count {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
}
@media screen and (max-width: 1550px) {
  .cart__product-count {
    font-size: 12px;
    line-height: 15px;
  }
}
.cart__product-count-container {
  background-color: var(--color-white);
  display: grid;
  grid-template-columns: 24px 32px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart__product-count-container svg {
  color: var(--color-dark);
  width: 24px;
  height: 24px;
}
.cart__product-count-container input::-webkit-outer-spin-button,
.cart__product-count-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart__product-count-container input[type=number] {
  -moz-appearance: textfield;
}
.cart__product-count-container-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  justify-self: center;
  display: block;
  border: none;
  text-align: center;
  width: 32px;
}
@media screen and (max-width: 1800px) {
  .cart__product-count-container-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__product-count-container-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__product-count-container-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__product-count-container-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.cart__product-count-container-btn-minus {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
}
.cart__product-count-container-btn-plus {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
}
.cart__product-mobile {
  display: none;
}
@media screen and (max-width: 375px) {
  .cart__product-mobile {
    display: grid;
    grid-template-columns: 88fr 245fr;
    gap: 10px;
    border-bottom: 1px solid var(--color-white-extra-dark);
  }
}

.cart__favorite-button {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 5px;
  border: none;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cart__favorite-icon {
  width: 24px;
  height: 24px;
}
.favorites__empty-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .favorites__empty-title-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: var(--color-dark);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase; }
    @media screen and (max-width: 1800px) {
      .favorites__empty-title-text {
        font-size: 36px;
        line-height: 42px; } }
    @media screen and (max-width: 1550px) {
      .favorites__empty-title-text {
        font-size: 32px;
        line-height: 38px; } }
    @media screen and (max-width: 1300px) {
      .favorites__empty-title-text {
        font-size: 28px;
        line-height: 34px; } }
    @media screen and (max-width: 1100px) {
      .favorites__empty-title-text {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 1024px) {
      .favorites__empty-title-text {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 768px) {
      .favorites__empty-title-text {
        font-size: 20px;
        line-height: 24px; } }

.favorites__recently-viewed-container {
  width: calc(100% + var(--main-padding)); }

.favorites__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .favorites__title-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: var(--color-dark);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase; }
    @media screen and (max-width: 1800px) {
      .favorites__title-text {
        font-size: 36px;
        line-height: 42px; } }
    @media screen and (max-width: 1550px) {
      .favorites__title-text {
        font-size: 32px;
        line-height: 38px; } }
    @media screen and (max-width: 1300px) {
      .favorites__title-text {
        font-size: 28px;
        line-height: 34px; } }
    @media screen and (max-width: 1100px) {
      .favorites__title-text {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 1024px) {
      .favorites__title-text {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 768px) {
      .favorites__title-text {
        font-size: 20px;
        line-height: 24px; } }
  .favorites__title-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    .favorites__title-count-text {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
      @media screen and (max-width: 1800px) {
        .favorites__title-count-text {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .favorites__title-count-text {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .favorites__title-count-text {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .favorites__title-count-text {
          font-size: 14px;
          line-height: 17px; } }
      .favorites__title-count-text::after {
        content: '/';
        display: block; }
    .favorites__title-count-clear {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-blue);
      font-weight: 300;
      padding: 0;
      background-color: transparent;
      border: none;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline; }
      @media screen and (max-width: 1800px) {
        .favorites__title-count-clear {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .favorites__title-count-clear {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .favorites__title-count-clear {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .favorites__title-count-clear {
          font-size: 14px;
          line-height: 17px; } }

.favorites__products-list-container {
  margin-top: 20px; }

.favorites__notify-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .favorites__notify-title-btn {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    padding: 0; }
    .favorites__notify-title-btn svg {
      width: 32px;
      height: 32px; }
  .favorites__notify-title-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: var(--color-dark);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    margin-left: 10px;
    text-transform: uppercase; }
    @media screen and (max-width: 1800px) {
      .favorites__notify-title-text {
        font-size: 36px;
        line-height: 42px; } }
    @media screen and (max-width: 1550px) {
      .favorites__notify-title-text {
        font-size: 32px;
        line-height: 38px; } }
    @media screen and (max-width: 1300px) {
      .favorites__notify-title-text {
        font-size: 28px;
        line-height: 34px; } }
    @media screen and (max-width: 1100px) {
      .favorites__notify-title-text {
        font-size: 24px;
        line-height: 30px; } }
    @media screen and (max-width: 1024px) {
      .favorites__notify-title-text {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (max-width: 768px) {
      .favorites__notify-title-text {
        font-size: 20px;
        line-height: 24px; } }
.favorites__notify-product {
  margin-top: 20px; }
.favorites__notify-form-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 40px; }
  @media screen and (max-width: 1550px) {
    .favorites__notify-form-text {
      font-size: 14px;
      line-height: 18px; } }
  @media screen and (max-width: 1024px) {
    .favorites__notify-form-text {
      font-size: 12px;
      line-height: 16px; } }
  @media screen and (max-width: 768px) {
    .favorites__notify-form-text {
      font-size: 16px;
      line-height: 19px; } }
.favorites__notify-form-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none;
  padding-left: 10px; }
  @media screen and (max-width: 1800px) {
    .favorites__notify-form-input {
      font-size: 14px;
      line-height: 17px; } }
  @media screen and (max-width: 1220px) {
    .favorites__notify-form-input {
      font-size: 12px;
      line-height: 15px; } }
  @media screen and (max-width: 1024px) {
    .favorites__notify-form-input {
      font-size: 14px;
      line-height: 17px; } }
  @media screen and (max-width: 768px) {
    .favorites__notify-form-input {
      font-size: 14px;
      line-height: 17px; } }
  .favorites__notify-form-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    left: 34px; }
    @media screen and (max-width: 1800px) {
      .favorites__notify-form-input-label {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 1220px) {
      .favorites__notify-form-input-label {
        font-size: 12px;
        line-height: 15px; } }
    @media screen and (max-width: 1024px) {
      .favorites__notify-form-input-label {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .favorites__notify-form-input-label {
        font-size: 14px;
        line-height: 17px; } }
  .favorites__notify-form-input-container {
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .favorites__notify-form-input-container::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: var(--color-gray-light);
      position: absolute;
      top: 39px; }
    .favorites__notify-form-input-container__error::after {
      background-color: var(--color-red); }
    .favorites__notify-form-input-container__error {
      border-color: var(--color-red); }
  .favorites__notify-form-input:focus ~ .favorites__notify-form-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray);
    top: -8px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .favorites__notify-form-input:not(:placeholder-shown) ~ .favorites__notify-form-input-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 12px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray);
    top: -8px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .favorites__notify-form-input-error-message {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-red); }
    @media screen and (max-width: 1550px) {
      .favorites__notify-form-input-error-message {
        font-size: 12px;
        line-height: 15px; } }
  .favorites__notify-form-input-svg {
    width: 24px;
    height: 24px; }
.favorites__notify-form-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 0;
  background: var(--color-dark); }
  .favorites__notify-form-btn-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    font-weight: 400; }
    @media screen and (max-width: 1800px) {
      .favorites__notify-form-btn-text {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 1220px) {
      .favorites__notify-form-btn-text {
        font-size: 12px;
        line-height: 15px; } }
    @media screen and (max-width: 1024px) {
      .favorites__notify-form-btn-text {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .favorites__notify-form-btn-text {
        font-size: 14px;
        line-height: 17px; } }
  .favorites__notify-form-btn-svg {
    margin-left: 20px;
    color: var(--color-white);
    width: 30px;
    height: 30px; }

.line__product {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 0;
  gap: 10px;
  grid-template-columns: 106fr 504fr; }
  @media screen and (max-width: 375px) {
    .line__product {
      grid-template-columns: 88fr 245fr; } }
  .line__product-image {
    background: #d9d9d9;
    aspect-ratio: 106/110;
    overflow: hidden;
    position: relative; }
    .line__product-image img {
      height: auto;
      width: 100%; }
    .line__product-image-favorite {
      display: none;
      top: 10px;
      left: 10px;
      position: absolute;
      padding: 5px;
      z-index: 2;
      background: rgba(255, 255, 255, 0.6);
      color: var(--color-blue);
      border-radius: 100px;
      width: 28px;
      height: 28px; }
      .line__product-image-favorite svg {
        width: 18px;
        height: 18px;
        fill: var(--color-blue); }
      @media screen and (max-width: 480px) {
        .line__product-image-favorite {
          width: 24px;
          height: 24px;
          padding: 3px; }
          .line__product-image-favorite svg {
            width: 18px;
            height: 18px; } }
  .line__product-properties-cost {
    display: grid;
    gap: 10px;
    grid-template-columns: 314fr 180fr; }
    @media screen and (max-width: 375px) {
      .line__product-properties-cost {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .line__product-properties {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 20px 10px 20px 0; }
    @media screen and (max-width: 375px) {
      .line__product-properties {
        border-right: 0; } }
    @media screen and (max-width: 480px) {
      .line__product-properties {
        padding: 0 0 5px; } }
    .line__product-properties-title {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400; }
      @media screen and (max-width: 1800px) {
        .line__product-properties-title {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .line__product-properties-title {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .line__product-properties-title {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .line__product-properties-title {
          font-size: 14px;
          line-height: 17px; } }
    .line__product-properties-color-container {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 14px;
      line-height: 17px;
      color: var(--color-white-extra-dark);
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      margin-top: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 1550px) {
        .line__product-properties-color-container {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 375px) {
        .line__product-properties-color-container {
          margin-top: 2px; } }
      .line__product-properties-color-container .color {
        border-radius: 50%;
        margin: 3px;
        width: 18px;
        height: 18px; }
    .line__product-properties-size {
      margin-top: 8px;
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 14px;
      line-height: 17px;
      color: var(--color-white-extra-dark);
      font-weight: 400;
      font-size: 14px;
      line-height: 17px; }
      @media screen and (max-width: 1550px) {
        .line__product-properties-size {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 375px) {
        .line__product-properties-size {
          margin-top: 2px; } }
  .line__product-cost {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .line__product-cost-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 5px; }
      .line__product-cost-price .old-price {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        color: var(--color-white-extra-dark);
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        position: relative; }
        @media screen and (max-width: 1550px) {
          .line__product-cost-price .old-price {
            font-size: 12px;
            line-height: 15px; } }
      .line__product-cost-price .old-price::before {
        position: absolute;
        width: 70%;
        height: 50%;
        content: '';
        border-bottom: 1px solid var(--color-blue);
        pointer-events: none;
        -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
                transform: rotate(-10deg); }
      .line__product-cost-price .actual-price {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        color: var(--color-dark);
        font-weight: 500;
        font-size: 18px;
        line-height: 22px; }
        @media screen and (max-width: 1550px) {
          .line__product-cost-price .actual-price {
            font-size: 14px;
            line-height: 18px; } }
        @media screen and (max-width: 1024px) {
          .line__product-cost-price .actual-price {
            font-size: 12px;
            line-height: 16px; } }
        @media screen and (max-width: 768px) {
          .line__product-cost-price .actual-price {
            font-size: 16px;
            line-height: 19px; } }
    .line__product-cost-discount {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 14px;
      line-height: 17px;
      color: var(--color-blue);
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      text-align: end;
      margin-top: 8px; }
      @media screen and (max-width: 1550px) {
        .line__product-cost-discount {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 375px) {
        .line__product-cost-discount {
          margin-top: 2px;
          text-align: start; } }
    @media screen and (max-width: 375px) {
      .line__product-cost {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .line__product-count-container {
    background-color: var(--color-white);
    display: grid;
    grid-template-columns: 24px 32px 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .line__product-count-container svg {
      color: var(--color-dark);
      width: 24px;
      height: 24px; }
    .line__product-count-container-text {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      text-transform: uppercase;
      justify-self: center; }
      @media screen and (max-width: 1800px) {
        .line__product-count-container-text {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .line__product-count-container-text {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .line__product-count-container-text {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .line__product-count-container-text {
          font-size: 14px;
          line-height: 17px; } }
    .line__product-count-container-btn-minus {
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: none;
      padding: 0; }
    .line__product-count-container-btn-plus {
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: none;
      padding: 0; }
  .line__product-mobile {
    display: none; }
    @media screen and (max-width: 375px) {
      .line__product-mobile {
        display: grid;
        grid-template-columns: 88fr 245fr;
        gap: 10px;
        border-bottom: 1px solid var(--color-white-extra-dark); } }

.isfavorite .line__product-image-favorite {
  display: block; }

.lk-right__header {
  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;
}
.lk-right__title {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .lk-right__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1450px) {
  .lk-right__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1220px) {
  .lk-right__title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-right__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  .lk-right__title {
    font-size: 20px;
    line-height: 120%;
    font-family: var(--font-primary);
    letter-spacing: normal;
  }
}
.lk-right__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 1450px) {
  .lk-right__content {
    margin-top: 30px;
  }
}
.lk-right__back-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .lk-right__back-button {
    display: block;
  }
}
.lk-right__back-icon {
  width: 30px;
  height: 30px;
}
body:has(.lk-left_open) {
  overflow: hidden;
}

.lk-left {
  background-color: var(--color-white-dark);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 1220px) {
  .lk-left {
    background-color: var(--color-white-dark);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: auto;
    padding-left: 0;
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .lk-left.lk-left_open {
    padding: 40px var(--main-padding) 106px var(--main-padding);
    display: block;
  }
}
.lk-left__back-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: none;
  margin-bottom: 22px;
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .lk-left__back-button {
    display: block;
  }
}
.lk-left__back-icon {
  width: 30px;
  height: 30px;
}
.lk-left__exit {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 1024px) {
  .lk-left__exit {
    display: none;
  }
}
.lk-left__header {
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1650px) {
  .lk-left__header {
    display: grid;
    grid-template-columns: 150fr 250fr;
  }
}
@media screen and (max-width: 1220px) {
  .lk-left__header {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-left__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 0;
  }
}
.lk-left__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.lk-left__img-container {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  max-width: 150px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lk-left__img-container {
    max-width: 100px;
    min-width: 85px;
  }
}
.lk-left__img-edit {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: var(--color-white);
  padding: 5px;
  border: none;
  border-radius: 50%;
}
.lk-left__img-icon {
  width: 30px;
  height: 30px;
  color: var(--color-dark);
}
@media screen and (max-width: 1450px) {
  .lk-left__img-icon {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-left__img-icon {
    width: 24px;
    height: 24px;
  }
}
.lk-left__info {
  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: 5px;
}
@media screen and (max-width: 1024px) {
  .lk-left__info {
    overflow: hidden;
  }
}
.lk-left__name {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .lk-left__name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .lk-left__name {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-left__name {
    font-size: 24px;
    line-height: 120%;
  }
}
.lk-left__type {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
}
@media screen and (max-width: 1550px) {
  .lk-left__type {
    font-size: 12px;
    line-height: 15px;
  }
}
.lk-left__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.lk-left__item {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: transparent;
  border: none;
  padding: 0 20px 10px 0;
  position: relative;
}
@media screen and (max-width: 1550px) {
  .lk-left__item {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-left__item {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lk-left__item {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .lk-left__item {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 120%;
  }
}
.lk-left__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  background-color: var(--color-blue);
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
@media screen and (max-width: 1024px) {
  .lk-left__item::before {
    left: 0;
  }
}
.lk-left__item:hover::before {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .lk-left__item:hover::before {
    left: 0;
  }
}
.lk-left__item_active {
  color: var(--color-blue);
}
.lk-left__item_active svg {
  color: var(--color-blue);
}
.lk-left__item_active::before {
  width: 100%;
}
.lk-left__item.ordering::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--color-blue);
  border-radius: 50%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .lk-left__item.ordering::after {
    margin-right: 20px;
  }
}
.lk-left__item-label {
  cursor: pointer;
}
.lk-left__item-svg {
  width: 24px;
  height: 24px;
  color: var(--color-dark);
  cursor: pointer;
}
.lk-left__item-exit-container {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--color-dark);
  display: none;
}
@media screen and (max-width: 1024px) {
  .lk-left__item-exit-container {
    display: block;
  }
}
.ordering-page-pickup-point {
  padding-top: 20px;
}
.ordering-page-pickup-point__container-point {
  max-width: 413px;
}
.ordering-page-pickup-point__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--color-blue);
  padding: 10px;
  margin-top: 10px;
  width: 100%;
}
.ordering-page-pickup-point__current_default {
  border-color: var(--color-dark);
}
.ordering-page-pickup-point__current-delivery {
  width: 50px;
}
.ordering-page-pickup-point__current-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.ordering-page-pickup-point__current-info-name {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-blue);
}
@media screen and (max-width: 1550px) {
  .ordering-page-pickup-point__current-info-name {
    font-size: 12px;
    line-height: 15px;
  }
}
.ordering-page-pickup-point__current-info-name_default {
  color: var(--color-dark);
}
.ordering-page-pickup-point__current-info-address {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
}
@media screen and (max-width: 1550px) {
  .ordering-page-pickup-point__current-info-address {
    font-size: 12px;
    line-height: 15px;
  }
}
.ordering-page-pickup-point__edit-button {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.ordering-page-pickup-point__edit-button-svg {
  width: 30px;
  height: 30px;
}
.ordering-page-pickup-point__edit-button:hover {
  opacity: var(--opacity-value);
}

.status__container {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid var(--color-dark);
  padding: 5px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media screen and (max-width: 1550px) {
    .status__container {
      font-size: 12px;
      line-height: 15px; } }
.status__icon {
  width: 18px;
  height: 18px;
  margin-right: 5px; }

.registration {
  width: 100%;
}
.registration__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__title-btn {
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
}
.registration__title-btn svg {
  width: 32px;
  height: 32px;
}
.registration__title-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  margin-left: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .registration__title-text {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .registration__title-text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .registration__title-text {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .registration__title-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .registration__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.registration__type-switcher {
  margin-top: 30px;
  border-radius: 100px;
  background: var(--color-white-dark);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__type-switcher-item {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  position: relative;
  width: 50%;
  cursor: pointer;
  background: var(--color-white-dark);
  border-radius: 100px;
  border: 0;
}
@media screen and (max-width: 1800px) {
  .registration__type-switcher-item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__type-switcher-item {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__type-switcher-item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__type-switcher-item {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__type-switcher-item.active {
  background-color: var(--color-blue);
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .registration__type-switcher-item.active {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__type-switcher-item.active {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__type-switcher-item.active {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__type-switcher-item.active {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__type-switcher-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer;
  border-radius: 100px;
}
.registration__business-switcher {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__business-switcher-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .registration__business-switcher-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-switcher-title {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-switcher-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.registration__business-switcher-input {
  display: none;
}
.registration__business-switcher-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: keep-all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer;
  padding: 10px 5px;
  background: var(--color-white);
  border: 1px solid var(--color-gray-light);
}
@media screen and (max-width: 1800px) {
  .registration__business-switcher-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-switcher-input-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-switcher-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-switcher-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-switcher-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-gray-light);
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 1800px) {
  .registration__business-switcher-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-switcher-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-switcher-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-switcher-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-switcher .registration__business-switcher-input:checked + .registration__business-switcher-input-label {
  border-color: var(--color-blue);
  color: var(--color-blue);
}
.registration__business-form {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.registration__business-form-container-business {
  margin-top: 20px;
}
.registration__business-form-container-inputs {
  margin-top: 15px;
  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;
}
.registration__business-form-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 1800px) {
  .registration__business-form-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .registration__business-form-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.registration__business-form-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none;
  padding-left: 10px;
}
@media screen and (max-width: 1800px) {
  .registration__business-form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-form-input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  left: 34px;
}
@media screen and (max-width: 1800px) {
  .registration__business-form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-form-input-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-form-input-container {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__business-form-input-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-light);
  position: absolute;
  top: 39px;
}
.registration__business-form-input-container__error::after {
  background-color: var(--color-red);
}
.registration__business-form-input-container__error {
  border-color: var(--color-red);
}
.registration__business-form-input:focus ~ .registration__business-form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.registration__business-form-input:not(:placeholder-shown) ~ .registration__business-form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.registration__business-form-input-error-message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
}
@media screen and (max-width: 1550px) {
  .registration__business-form-input-error-message {
    font-size: 12px;
    line-height: 15px;
  }
}
.registration__business-form-input-svg {
  width: 24px;
  height: 24px;
}
.registration__business-form-eula {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.registration__business-form-eula-input {
  position: absolute;
  border: 1px solid var(--color-blue);
  border-radius: 0;
  background-color: var(--color-white-dark);
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.registration__business-form-eula-input-label {
  margin-left: 30px;
}
.registration__business-form-eula-input-label a {
  color: var(--color-blue);
}
.registration__business-form-btn {
  width: 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;
  gap: 20px;
  height: 64px;
  border: none;
  background-color: var(--color-dark);
  margin-top: 40px;
}
.registration__business-form-btn-icon {
  width: 24px;
  height: 24px;
  color: var(--color-white);
  cursor: pointer;
}
.registration__business-form-btn-icon path {
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.registration__business-form-btn-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
  cursor: pointer;
}
@media screen and (max-width: 1800px) {
  .registration__business-form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-form-btn-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-form-btn:hover {
  background-color: var(--color-blue);
}
.registration__diploma {
  margin-top: 20px;
}

.registration {
  width: 100%;
}
.registration__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__title-btn {
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
}
.registration__title-btn svg {
  width: 32px;
  height: 32px;
}
.registration__title-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-dark);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  margin-left: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1800px) {
  .registration__title-text {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1550px) {
  .registration__title-text {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .registration__title-text {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1100px) {
  .registration__title-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .registration__title-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.registration__type-switcher {
  margin-top: 30px;
  border-radius: 100px;
  background: var(--color-white-dark);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__type-switcher-item {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  position: relative;
  width: 50%;
  cursor: pointer;
  background: var(--color-white-dark);
  border-radius: 100px;
  border: 0;
}
@media screen and (max-width: 1800px) {
  .registration__type-switcher-item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__type-switcher-item {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__type-switcher-item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__type-switcher-item {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__type-switcher-item.active {
  background-color: var(--color-blue);
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .registration__type-switcher-item.active {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__type-switcher-item.active {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__type-switcher-item.active {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__type-switcher-item.active {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__type-switcher-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer;
  border-radius: 100px;
}
.registration__business-switcher {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__business-switcher-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .registration__business-switcher-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-switcher-title {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-switcher-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.registration__business-switcher-input {
  display: none;
}
.registration__business-switcher-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white-extra-dark);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: keep-all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer;
  padding: 10px 5px;
  background: var(--color-white);
  border: 1px solid var(--color-gray-light);
}
@media screen and (max-width: 1800px) {
  .registration__business-switcher-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-switcher-input-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-switcher-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-switcher-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-switcher-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-gray-light);
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 1800px) {
  .registration__business-switcher-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-switcher-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-switcher-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-switcher-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-switcher .registration__business-switcher-input:checked + .registration__business-switcher-input-label {
  border-color: var(--color-blue);
  color: var(--color-blue);
}
.registration__business-form {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.registration__business-form-container-business {
  margin-top: 20px;
}
.registration__business-form-container-inputs {
  margin-top: 15px;
  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;
}
.registration__business-form-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark);
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 1800px) {
  .registration__business-form-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .registration__business-form-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.registration__business-form-input {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  width: 100%;
  border: 0;
  height: 39px;
  outline: none;
  padding-left: 10px;
}
@media screen and (max-width: 1800px) {
  .registration__business-form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-form-input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-form-input {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  left: 34px;
}
@media screen and (max-width: 1800px) {
  .registration__business-form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-form-input-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-form-input-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-form-input-container {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registration__business-form-input-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray-light);
  position: absolute;
  top: 39px;
}
.registration__business-form-input-container__error::after {
  background-color: var(--color-red);
}
.registration__business-form-input-container__error {
  border-color: var(--color-red);
}
.registration__business-form-input:focus ~ .registration__business-form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.registration__business-form-input:not(:placeholder-shown) ~ .registration__business-form-input-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 12px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-gray);
  top: -8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.registration__business-form-input-error-message {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
}
@media screen and (max-width: 1550px) {
  .registration__business-form-input-error-message {
    font-size: 12px;
    line-height: 15px;
  }
}
.registration__business-form-input-svg {
  width: 24px;
  height: 24px;
}
.registration__business-form-eula {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.registration__business-form-eula-input {
  position: absolute;
  border: 1px solid var(--color-blue);
  border-radius: 0;
  background-color: var(--color-white-dark);
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.registration__business-form-eula-input-label {
  margin-left: 30px;
}
.registration__business-form-eula-input-label a {
  color: var(--color-blue);
}
.registration__business-form-btn {
  width: 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;
  gap: 20px;
  height: 64px;
  border: none;
  background-color: var(--color-dark);
  margin-top: 40px;
}
.registration__business-form-btn-icon {
  width: 24px;
  height: 24px;
  color: var(--color-white);
  cursor: pointer;
}
.registration__business-form-btn-icon path {
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.registration__business-form-btn-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
  cursor: pointer;
}
@media screen and (max-width: 1800px) {
  .registration__business-form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .registration__business-form-btn-label {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .registration__business-form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .registration__business-form-btn-label {
    font-size: 14px;
    line-height: 17px;
  }
}
.registration__business-form-btn:hover {
  background-color: var(--color-blue);
}
.registration__social-links {
  margin-top: 20px;
}

.ordering-page-pickup-point {
  padding-top: 20px; }
  .ordering-page-pickup-point__content {
    margin-top: 10px; }
    .ordering-page-pickup-point__content-price {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 20px;
      line-height: 24px;
      color: var(--color-dark);
      font-weight: 400;
      margin-top: 20px; }
      @media screen and (max-width: 1800px) {
        .ordering-page-pickup-point__content-price {
          font-size: 18px;
          line-height: 22px; } }
      @media screen and (max-width: 1450px) {
        .ordering-page-pickup-point__content-price {
          font-size: 16px;
          line-height: 19px; } }
      .ordering-page-pickup-point__content-price span {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        color: var(--color-dark);
        font-weight: 500;
        font-size: 18px;
        line-height: 22px; }
        @media screen and (max-width: 1550px) {
          .ordering-page-pickup-point__content-price span {
            font-size: 14px;
            line-height: 18px; } }
        @media screen and (max-width: 1024px) {
          .ordering-page-pickup-point__content-price span {
            font-size: 12px;
            line-height: 16px; } }
        @media screen and (max-width: 768px) {
          .ordering-page-pickup-point__content-price span {
            font-size: 16px;
            line-height: 19px; } }
        @media screen and (max-width: 1024px) {
          .ordering-page-pickup-point__content-price span {
            font-size: 16px;
            line-height: 19px; } }
  .ordering-page-pickup-point__button {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    background-color: transparent;
    border: 0;
    padding: 0;
    color: var(--color-blue);
    -webkit-transition: var(--transition-opacity);
    -o-transition: var(--transition-opacity);
    transition: var(--transition-opacity);
    cursor: pointer; }
    @media screen and (max-width: 1800px) {
      .ordering-page-pickup-point__button {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 1220px) {
      .ordering-page-pickup-point__button {
        font-size: 12px;
        line-height: 15px; } }
    @media screen and (max-width: 1024px) {
      .ordering-page-pickup-point__button {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .ordering-page-pickup-point__button {
        font-size: 14px;
        line-height: 17px; } }
    .ordering-page-pickup-point__button:hover {
      opacity: var(--opacity-value); }

.ordering-page-address-delivery {
  margin-bottom: 20px; }
  .ordering-page-address-delivery__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    background-color: transparent;
    border: 0;
    padding: 0 5.5px;
    margin-top: 10px;
    -webkit-transition: var(--transition-opacity);
    -o-transition: var(--transition-opacity);
    transition: var(--transition-opacity); }
    .ordering-page-address-delivery__button-icon {
      width: 30px;
      height: 30px; }
    .ordering-page-address-delivery__button-label {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      color: var(--color-blue);
      cursor: pointer; }
      @media screen and (max-width: 1800px) {
        .ordering-page-address-delivery__button-label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .ordering-page-address-delivery__button-label {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .ordering-page-address-delivery__button-label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .ordering-page-address-delivery__button-label {
          font-size: 14px;
          line-height: 17px; } }
    .ordering-page-address-delivery__button:hover {
      opacity: var(--opacity-value); }
  .ordering-page-address-delivery__date-item {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    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-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px;
    border: 1px solid var(--color-gray-light);
    padding: 10px 27px;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: var(--transition-opacity);
    -o-transition: var(--transition-opacity);
    transition: var(--transition-opacity); }
    @media screen and (max-width: 1800px) {
      .ordering-page-address-delivery__date-item {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 1220px) {
      .ordering-page-address-delivery__date-item {
        font-size: 12px;
        line-height: 15px; } }
    @media screen and (max-width: 1024px) {
      .ordering-page-address-delivery__date-item {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .ordering-page-address-delivery__date-item {
        font-size: 14px;
        line-height: 17px; } }
    .ordering-page-address-delivery__date-item:hover {
      border-color: var(--color-blue);
      color: var(--color-blue); }
    .ordering-page-address-delivery__date-item_active {
      border-color: var(--color-blue);
      color: var(--color-blue); }
  .ordering-page-address-delivery__date-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 10px; }
    .ordering-page-address-delivery__date-list input {
      display: none; }
      .ordering-page-address-delivery__date-list input:checked + .ordering-page-address-delivery__date-item {
        border-color: var(--color-blue);
        color: var(--color-blue); }
        .ordering-page-address-delivery__date-list input:checked + .ordering-page-address-delivery__date-item .ordering-page-address-delivery__date-item-header {
          color: var(--color-blue); }
        .ordering-page-address-delivery__date-list input:checked + .ordering-page-address-delivery__date-item .ordering-page-address-delivery__date-item-bottom {
          color: var(--color-dark); }

.ordering-page-times-delivery {
  margin-top: 20px; }
  .ordering-page-times-delivery__input {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    padding: 10px 0;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--color-gray-light); }
    @media screen and (max-width: 1800px) {
      .ordering-page-times-delivery__input {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 1220px) {
      .ordering-page-times-delivery__input {
        font-size: 12px;
        line-height: 15px; } }
    @media screen and (max-width: 1024px) {
      .ordering-page-times-delivery__input {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .ordering-page-times-delivery__input {
        font-size: 14px;
        line-height: 17px; } }
    .ordering-page-times-delivery__input-container {
      position: relative;
      width: 100%;
      margin-top: 20px; }
    .ordering-page-times-delivery__input-label {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 16px;
      line-height: 19px;
      color: var(--color-dark);
      font-weight: 400;
      color: var(--color-gray);
      position: absolute;
      left: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      top: 50%; }
      @media screen and (max-width: 1800px) {
        .ordering-page-times-delivery__input-label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 1220px) {
        .ordering-page-times-delivery__input-label {
          font-size: 12px;
          line-height: 15px; } }
      @media screen and (max-width: 1024px) {
        .ordering-page-times-delivery__input-label {
          font-size: 14px;
          line-height: 17px; } }
      @media screen and (max-width: 768px) {
        .ordering-page-times-delivery__input-label {
          font-size: 14px;
          line-height: 17px; } }

.ordering-page-pickup-point {
  padding-top: 20px; }
  .ordering-page-pickup-point__content {
    margin-top: 10px; }
    .ordering-page-pickup-point__content-price {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 20px;
      line-height: 24px;
      color: var(--color-dark);
      font-weight: 400;
      margin-top: 20px; }
      @media screen and (max-width: 1800px) {
        .ordering-page-pickup-point__content-price {
          font-size: 18px;
          line-height: 22px; } }
      @media screen and (max-width: 1450px) {
        .ordering-page-pickup-point__content-price {
          font-size: 16px;
          line-height: 19px; } }
      .ordering-page-pickup-point__content-price span {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        color: var(--color-dark);
        font-weight: 500;
        font-size: 18px;
        line-height: 22px; }
        @media screen and (max-width: 1550px) {
          .ordering-page-pickup-point__content-price span {
            font-size: 14px;
            line-height: 18px; } }
        @media screen and (max-width: 1024px) {
          .ordering-page-pickup-point__content-price span {
            font-size: 12px;
            line-height: 16px; } }
        @media screen and (max-width: 768px) {
          .ordering-page-pickup-point__content-price span {
            font-size: 16px;
            line-height: 19px; } }
        @media screen and (max-width: 1024px) {
          .ordering-page-pickup-point__content-price span {
            font-size: 16px;
            line-height: 19px; } }
  .ordering-page-pickup-point__button {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    background-color: transparent;
    border: 0;
    padding: 0;
    color: var(--color-blue);
    -webkit-transition: var(--transition-opacity);
    -o-transition: var(--transition-opacity);
    transition: var(--transition-opacity);
    cursor: pointer; }
    @media screen and (max-width: 1800px) {
      .ordering-page-pickup-point__button {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 1220px) {
      .ordering-page-pickup-point__button {
        font-size: 12px;
        line-height: 15px; } }
    @media screen and (max-width: 1024px) {
      .ordering-page-pickup-point__button {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .ordering-page-pickup-point__button {
        font-size: 14px;
        line-height: 17px; } }
    .ordering-page-pickup-point__button:hover {
      opacity: var(--opacity-value); }
  .ordering-page-pickup-point__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid var(--color-blue);
    padding: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px; }
    .ordering-page-pickup-point__current-delivery {
      width: 50px; }
    .ordering-page-pickup-point__current-info {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-right: 10px;
      padding-left: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2px; }
      .ordering-page-pickup-point__current-info-name {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        color: var(--color-dark);
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: var(--color-blue); }
        @media screen and (max-width: 1550px) {
          .ordering-page-pickup-point__current-info-name {
            font-size: 12px;
            line-height: 15px; } }
      .ordering-page-pickup-point__current-info-address {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        color: var(--color-dark);
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: var(--color-white-extra-dark); }
        @media screen and (max-width: 1550px) {
          .ordering-page-pickup-point__current-info-address {
            font-size: 12px;
            line-height: 15px; } }
  .ordering-page-pickup-point__edit-button {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-transition: var(--transition-opacity);
    -o-transition: var(--transition-opacity);
    transition: var(--transition-opacity); }
    .ordering-page-pickup-point__edit-button-svg {
      width: 30px;
      height: 30px; }
    .ordering-page-pickup-point__edit-button:hover {
      opacity: var(--opacity-value); }

.ordering-page-pickup-point {
  padding-top: 20px; }
  .ordering-page-pickup-point__content {
    margin-top: 10px; }
    .ordering-page-pickup-point__content-price {
      font-family: var(--font-primary);
      font-style: normal;
      font-size: 20px;
      line-height: 24px;
      color: var(--color-dark);
      font-weight: 400;
      margin-top: 20px; }
      @media screen and (max-width: 1800px) {
        .ordering-page-pickup-point__content-price {
          font-size: 18px;
          line-height: 22px; } }
      @media screen and (max-width: 1450px) {
        .ordering-page-pickup-point__content-price {
          font-size: 16px;
          line-height: 19px; } }
      .ordering-page-pickup-point__content-price span {
        font-family: var(--font-primary);
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        color: var(--color-dark);
        font-weight: 500;
        font-size: 18px;
        line-height: 22px; }
        @media screen and (max-width: 1550px) {
          .ordering-page-pickup-point__content-price span {
            font-size: 14px;
            line-height: 18px; } }
        @media screen and (max-width: 1024px) {
          .ordering-page-pickup-point__content-price span {
            font-size: 12px;
            line-height: 16px; } }
        @media screen and (max-width: 768px) {
          .ordering-page-pickup-point__content-price span {
            font-size: 16px;
            line-height: 19px; } }
        @media screen and (max-width: 1024px) {
          .ordering-page-pickup-point__content-price span {
            font-size: 16px;
            line-height: 19px; } }

.ordering-page-place-issue__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  border: 1px solid var(--color-gray-light);
  padding: 10px;
  cursor: pointer;
  background-color: var(--color-white); }
  .ordering-page-place-issue__item-header {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400; }
    @media screen and (max-width: 1800px) {
      .ordering-page-place-issue__item-header {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 1220px) {
      .ordering-page-place-issue__item-header {
        font-size: 12px;
        line-height: 15px; } }
    @media screen and (max-width: 1024px) {
      .ordering-page-place-issue__item-header {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .ordering-page-place-issue__item-header {
        font-size: 14px;
        line-height: 17px; } }
  .ordering-page-place-issue__item-bottom {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-white-extra-dark); }
    @media screen and (max-width: 1550px) {
      .ordering-page-place-issue__item-bottom {
        font-size: 12px;
        line-height: 15px; } }
  .ordering-page-place-issue__item_active {
    border-color: var(--color-blue); }
    .ordering-page-place-issue__item_active .ordering-page-place-issue__item-header {
      color: var(--color-blue); }
    .ordering-page-place-issue__item_active .ordering-page-place-issue__item-bottom {
      color: var(--color-dark); }
.ordering-page-place-issue__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  max-width: 516px; }
  .ordering-page-place-issue__list_error {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-red);
    padding: 20px;
    border: 1px solid var(--color-red); }
    @media screen and (max-width: 1800px) {
      .ordering-page-place-issue__list_error {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 1220px) {
      .ordering-page-place-issue__list_error {
        font-size: 12px;
        line-height: 15px; } }
    @media screen and (max-width: 1024px) {
      .ordering-page-place-issue__list_error {
        font-size: 14px;
        line-height: 17px; } }
    @media screen and (max-width: 768px) {
      .ordering-page-place-issue__list_error {
        font-size: 14px;
        line-height: 17px; } }

.ordering-page-right__info {
  margin-top: 20px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-gray-light);
}
.ordering-page-right__info-left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}
.ordering-page-right__info-left-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media screen and (max-width: 1800px) {
  .ordering-page-right__info-left-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__info-left-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-right__info-left-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-right__info-left-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-right__info-left-subtitle {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 500;
}
@media screen and (max-width: 1800px) {
  .ordering-page-right__info-left-subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__info-left-subtitle {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-right__info-left-subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-right__info-left-subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-right__info-right {
  width: 100%;
}
.ordering-page-right__promocode {
  display: grid;
  grid-template-columns: 1fr 3fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .ordering-page-right__promocode {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ordering-page-right__promocode-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.ordering-page-right__promocode-icon {
  width: 24px;
  height: 24px;
  color: var(--color-dark);
  fill: transparent;
}
@media screen and (max-width: 500px) {
  .ordering-page-right__promocode-icon {
    display: none;
  }
}
.ordering-page-right__promocode-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .ordering-page-right__promocode-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1450px) {
  .ordering-page-right__promocode-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.ordering-page-right__promocode-container {
  position: relative;
  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;
  max-width: 305px;
  height: 44px;
  width: 100%;
  padding: 0 10px;
  justify-self: end;
}
@media screen and (max-width: 500px) {
  .ordering-page-right__promocode-container {
    justify-self: start;
  }
}
.ordering-page-right__promocode-border {
  position: absolute;
  width: 100%;
  height: 44px;
  fill: transparent;
  color: var(--color-dark);
  left: 0;
}
.ordering-page-right__promocode-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  color: var(--color-white-extra-dark);
}
@media screen and (max-width: 1800px) {
  .ordering-page-right__promocode-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .ordering-page-right__promocode-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .ordering-page-right__promocode-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .ordering-page-right__promocode-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.ordering-page-right__promocode-svg {
  width: 30px;
  height: 30px;
  color: var(--color-blue);
}

.recently-viewed-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 10px 0;
}
.recently-viewed-title-text {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1800px) {
  .recently-viewed-title-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .recently-viewed-title-text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .recently-viewed-title-text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .recently-viewed-title-text {
    font-size: 14px;
    line-height: 17px;
  }
}
.recently-viewed-title-buttons {
  width: 88px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.recently-viewed-container-swiper {
  min-height: 410px;
}
.recently-viewed-container-swiper-next {
  width: 44px;
  height: 44px;
  border: none;
  background-color: var(--color-white);
  padding: 0;
}
@media screen and (max-width: 350px) {
  .recently-viewed-container-swiper-next {
    width: 38px;
    height: 38px;
  }
}
.recently-viewed-container-swiper-next-svg {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: var(--color-dark);
}
.recently-viewed-container-swiper-prev {
  width: 44px;
  height: 44px;
  border: none;
  background-color: var(--color-white);
  padding: 0;
}
@media screen and (max-width: 350px) {
  .recently-viewed-container-swiper-prev {
    width: 38px;
    height: 38px;
  }
}
.recently-viewed-container-swiper-prev-svg {
  width: 24px;
  height: 24px;
  color: var(--color-dark);
}
.recently-viewed-container-swiper-slide {
  max-width: 290px;
}

.swiper-button-disabled {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .swiper-wrapper {
    width: 600px;
  }
}
@media screen and (max-width: 630px) {
  .swiper-wrapper {
    width: 480px;
  }
}
@media screen and (max-width: 500px) {
  .swiper-wrapper {
    width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .swiper-wrapper {
    width: 360px;
  }
}
@media screen and (max-width: 400px) {
  .swiper-wrapper {
    width: 300px;
  }
}
@media screen and (max-width: 350px) {
  .swiper-wrapper {
    width: 270px;
  }
}
.cart__total-promocode-input {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  position: relative;
}
@media screen and (max-width: 630px) {
  .cart__total-promocode-input {
    width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .cart__total-promocode-input {
    width: 100%;
  }
}
.cart__total-promocode-input input {
  height: 44px;
  padding-left: 20px;
  border: 0;
  width: 300px;
  outline: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9IjQ0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS41NTUgMzAuNDU0QTI5LjEzIDI5LjEzIDAgMDEwIDMzdjIuNzVoMXYtMi40NDJhMzMuNjgzIDMzLjY4MyAwIDAwMS40MzItMi4zNzRsLS44NzctLjQ4em0yLjI3OC0xMS40MDNsLjk2OC0uMjVjLjI3IDEuMDQ1LjQ0NCAyLjEzMS40NDQgMy4xOTlzLS4xNzQgMi4xNTQtLjQ0NCAzLjE5OWwtLjk2OC0uMjVjLjI1NS0uOTg3LjQxMi0xLjk4Ny40MTItMi45NDkgMC0uOTYyLS4xNTctMS45NjItLjQxMi0yLjk1em0tMi4yNzgtNS41MDVsLjg3Ny0uNDhBMzMuNjgzIDMzLjY4MyAwIDAwMSAxMC42OTFWOC4yNUgwVjExcy43MTMgMS4wMSAxLjU1NSAyLjU0NnpNMCAyLjc1aDFWMWg0VjBIMHYyLjc1ek0xNSAwdjFoMTBWMEgxNXptMjAgMHYxaDEwVjBIMzV6bTIwIDB2MWgxMFYwSDU1em0yMCAwdjFoMTBWMEg3NXptMjAgMHYxaDEwVjBIOTV6bTIwIDB2MWgxMFYwaC0xMHptMjAgMHYxaDEwVjBoLTEwem0yMCAwdjFoMTBWMGgtMTB6bTIwIDB2MWgxMFYwaC0xMHptMjAgMHYxaDEwVjBoLTEwem0yMCAwdjFoMTBWMGgtMTB6bTIwIDB2MWgxMFYwaC0xMHptMjAgMHYxaDEwVjBoLTEwem0yMCAwdjFoMTBWMGgtMTB6bTIwIDB2MWgxMFYwaC0xMHptMjAgMHYxaDEwVjBoLTEwem0yMCAwdjFoMTBWMGgtMTB6bTIwIDB2MWg0djQuNWgxVjBoLTV6bTUgMTYuNWgtMXYxMWgxdi0xMXptMCAyMmgtMVY0M2gtNHYxaDV2LTUuNXpNMzQ1IDQ0di0xaC0xMHYxaDEwem0tMjAgMHYtMWgtMTB2MWgxMHptLTIwIDB2LTFoLTEwdjFoMTB6bS0yMCAwdi0xaC0xMHYxaDEwem0tMjAgMHYtMWgtMTB2MWgxMHptLTIwIDB2LTFoLTEwdjFoMTB6bS0yMCAwdi0xaC0xMHYxaDEwem0tMjAgMHYtMWgtMTB2MWgxMHptLTIwIDB2LTFoLTEwdjFoMTB6bS0yMCAwdi0xaC0xMHYxaDEwem0tMjAgMHYtMWgtMTB2MWgxMHptLTIwIDB2LTFoLTEwdjFoMTB6bS0yMCAwdi0xSDk1djFoMTB6bS0yMCAwdi0xSDc1djFoMTB6bS0yMCAwdi0xSDU1djFoMTB6bS0yMCAwdi0xSDM1djFoMTB6bS0yMCAwdi0xSDE1djFoMTB6TTUgNDR2LTFIMXYtMS43NUgwVjQ0aDV6IiBmaWxsPSIjMzEzMjM1Ii8+PC9zdmc+);
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-gray);
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  .cart__total-promocode-input input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 1220px) {
  .cart__total-promocode-input input {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cart__total-promocode-input input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .cart__total-promocode-input input {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 480px) {
  .cart__total-promocode-input input {
    width: 100%;
  }
}
.cart__total-promocode-btn {
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--color-dark);
  position: relative;
  left: -2px;
}
.cart__total-promocode-btn-svg {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: var(--color-white);
}

.cart-promocode-dropdown {
  position: absolute;
  top: 100%;
  width: calc(100% - 44px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.cart-promocode-dropdown__empty {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--color-dark);
  padding: 8px 10px;
}
@media screen and (max-width: 1550px) {
  .cart-promocode-dropdown__empty {
    font-size: 12px;
    line-height: 15px;
  }
}
.cart-promocode-dropdown__list {
  width: 100%;
}
.cart-promocode-dropdown__list-item {
  width: 100%;
  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;
  padding: 8px 10px;
  background-color: transparent;
  border: none;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
}
.cart-promocode-dropdown__list-item:hover {
  opacity: 0.8;
}
.cart-promocode-dropdown__list-item span:first-child {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--color-dark);
}
@media screen and (max-width: 1550px) {
  .cart-promocode-dropdown__list-item span:first-child {
    font-size: 12px;
    line-height: 15px;
  }
}
.cart-promocode-dropdown__list-item span:last-child {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--color-gray);
}
@media screen and (max-width: 1550px) {
  .cart-promocode-dropdown__list-item span:last-child {
    font-size: 12px;
    line-height: 15px;
  }
}
.empty-image {
  position: relative;
  margin-top: 20px; }
  .empty-image-svg {
    width: 80px;
    height: 80px; }
  .empty-image-text {
    position: absolute;
    left: 35px;
    top: 30px; }
.empty-text {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  display: block; }
  @media screen and (max-width: 1550px) {
    .empty-text {
      font-size: 14px;
      line-height: 18px; } }
  @media screen and (max-width: 1024px) {
    .empty-text {
      font-size: 12px;
      line-height: 16px; } }
  @media screen and (max-width: 768px) {
    .empty-text {
      font-size: 16px;
      line-height: 19px; } }
  .empty-text a {
    color: var(--color-blue); }

.product-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-card__photo-container {
  background: var(--color-gray-dark);
  position: relative;
  height: 100%;
  aspect-ratio: 300/310;
  max-height: 310px;
}
.product-card__photo-container .first {
  position: absolute;
  opacity: 1;
  -webkit-transition-duration: 0.96s;
       -o-transition-duration: 0.96s;
          transition-duration: 0.96s;
  background: var(--color-white);
  width: 100%;
  height: 100%;
}
.product-card__photo-container .first img {
  height: 100%;
  margin: 0 auto;
}
.product-card__photo-container .second {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card__photo-container .second img {
  max-height: 100%;
  margin: 0 auto;
}
.product-card__favorite {
  top: 10px;
  left: 10px;
  position: absolute;
  padding: 5px;
  z-index: 2;
  background: var(--color-white);
  border-radius: 100px;
  width: 34px;
  height: 34px;
}
.product-card__favorite svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 480px) {
  .product-card__favorite {
    width: 28px;
    height: 28px;
    padding: 3px;
  }
  .product-card__favorite svg {
    width: 22px;
    height: 22px;
  }
}
.product-card__color {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  padding: 5px;
  background: var(--color-white);
  border-radius: 100px;
}
@media screen and (max-width: 1550px) {
  .product-card__color {
    font-size: 12px;
    line-height: 15px;
  }
}
.product-card__color svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 375px) {
  .product-card__color {
    padding: 3px 5px;
  }
  .product-card__color svg {
    width: 14px;
    height: 14px;
  }
}
.product-card__product-state {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  gap: 4px;
  background: var(--color-white);
}
@media screen and (max-width: 1550px) {
  .product-card__product-state {
    font-size: 12px;
    line-height: 15px;
  }
}
.product-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-card__bottom-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  margin-top: 10px;
  min-height: 35px;
}
@media screen and (max-width: 1550px) {
  .product-card__bottom-title {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 850px) {
  .product-card__bottom-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 480px) {
  .product-card__bottom-title {
    font-size: 12px;
    line-height: 15px;
  }
}
.product-card__bottom-size {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-gray);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 10px;
}
@media screen and (max-width: 1550px) {
  .product-card__bottom-size {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 850px) {
  .product-card__bottom-size {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 480px) {
  .product-card__bottom-size {
    font-size: 12px;
    line-height: 15px;
  }
}
.product-card__bottom-buy {
  height: 50px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-card__bottom-buy-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .product-card__bottom-buy-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
@media screen and (max-width: 375px) {
  .product-card__bottom-buy-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
.product-card__bottom-buy-price-old {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1550px) {
  .product-card__bottom-buy-price-old {
    font-size: 12px;
    line-height: 15px;
  }
}
.product-card__bottom-buy-price-old-icon {
  position: absolute;
  width: 33px;
  height: 0;
  z-index: 2;
  background: #97999B;
  border: 1px solid #0047BB;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.product-card__bottom-buy-price-actual {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-black);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 1550px) {
  .product-card__bottom-buy-price-actual {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .product-card__bottom-buy-price-actual {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .product-card__bottom-buy-price-actual {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .product-card__bottom-buy-price-actual {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 850px) {
  .product-card__bottom-buy-price-actual {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (max-width: 480px) {
  .product-card__bottom-buy-price-actual {
    font-size: 14px;
    line-height: 17px;
  }
}
.product-card__bottom-buy-button-icon {
  width: 30px;
  height: 30px;
  color: var(--color-dark);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (max-width: 768px) {
  .product-card__bottom-buy-button-icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .product-card__bottom-buy-button-icon {
    width: 24px;
    height: 24px;
  }
}
.product-card__bottom-buy-button-icon:hover {
  -webkit-animation: bag-animation 1s forwards;
          animation: bag-animation 1s forwards;
}
@-webkit-keyframes bag-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes bag-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.promo1 {
  grid-column: 3/4;
  grid-row: 1/2;
}

.promo2 {
  grid-column: 1/2;
  grid-row: 3/4;
}
