

/* Start:/local/js/seneca/vueApp/dist/vueApp.bundle.css?1756108507595201*/
.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: var(--color-dark);
  -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: var(--color-blue);
}
_::-webkit-full-page-media, _:future, :root .favorite-button_active .favorite-button__icon {
    fill: var(--color-blue);
}

@-webkit-keyframes favorite-animation-back {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: var(--color-dark);
  }
  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: var(--color-dark);
  }
  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: var(--color-blue);
  }
  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: var(--color-blue);
  }
}
@keyframes favorite-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    color: var(--color-blue);
  }
  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: var(--color-blue);
  }
}
.cookie {
  position: fixed;
  top: 80px;
  right: 100px;
  z-index: 15;
  width: 500px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1800px) {
  .cookie {
    right: 80px;
  }
}
@media screen and (max-width: 1650px) {
  .cookie {
    right: 60px;
  }
}
@media screen and (max-width: 1450px) {
  .cookie {
    right: 40px;
  }
}
@media screen and (max-width: 1220px) {
  .cookie {
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .cookie {
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cookie {
    right: 20px;
  }
}
@media screen and (max-width: 630px) {
  .cookie {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .cookie {
    width: 100%;
    max-width: 320px;
  }
}
.cookie-wrapper {
  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%;
  padding: 20px;
}
.cookie__title {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
}
@media screen and (max-width: 500px) {
  .cookie__title {
    font-size: 18px;
    font-weight: 500;
  }
}
.cookie__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cookie__desc a {
  color: var(--color-blue);
}
.cookie__btn {
  display: grid;
  place-content: center;
  text-transform: uppercase;
  padding: 20px 0;
  margin: 0;
  outline: auto;
  color: var(--color-white);
  background-color: var(--color-dark);
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  -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;
}
.cookie__btn:hover {
  background-color: var(--color-blue);
}
@media screen and (max-width: 500px) {
  .cookie__btn {
    padding: 16px 0;
  }
}
.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(/local/js/seneca/vueApp/dist/./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 {
    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;
}
  
  
.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 {
  margin-top: 20px;
  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);
}
@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;
}
.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("/local/js/seneca/vueApp/dist/../../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;
    }
  }
.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("/local/js/seneca/vueApp/dist/../../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; 
    }
}
.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:hover {
    background: var(--color-blue);
}
.product-card__bottom-purchase-button svg {
    width: 30px;
    height: 30px;
    position: relative;
    left: 20px;
}

.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;
}
.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%;
}

.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-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;
  }
}

.header__account-option {
  position: relative;
  height: 100%; }

.header__item {
  background-color: transparent;
  padding: 0;
  border: none; }

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

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

.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: 6s;
          animation-duration: 6s;
  -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; }
    .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; } }
    .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: 20px; }
  75% {
    right: 20px; }
  100% {
    right: -100%; } }

@keyframes animationNotify {
  0% {
    right: -100%; }
  25% {
    right: 20px; }
  75% {
    right: 20px; }
  100% {
    right: -100%; } }

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

.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;
  }
}
@media screen and (max-width: 1024px) {
  .lk-header-modal {
    left: 150px;
  }
}
.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);
  }
}


.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); }

.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);
}

.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-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);
}

.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-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;
  }
}
.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);
}


@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);
}
.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; } }

.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: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -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.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;
}
.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;
}
.order-page-header {
  background: var(--color-white-header-order-dark);
  margin-top: var(--margin-top);
  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-top: 7px;
  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; } }

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

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

.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;
  }
}
.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;
  height: 100vh;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .modal__component {
    max-width: 100%;
  }
}
.modal__component-content {
  padding: 50px var(--main-padding) 40px 40px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .modal__component-content {
    padding: 60px var(--main-padding) 40px var(--main-padding);
  }
}
.modal__component-content.no-padding {
  padding: 0;
  width: 100%;
  height: 100%;
}
.modal__component-close {
  width: 30px;
  height: 30px;
  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: 20px;
  right: 16px;
  -webkit-transition: var(--transition-opacity);
  -o-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  z-index: 9;
}
.modal__component-close:hover {
  opacity: var(--opacity-value);
}
.modal__component-close-icon {
  width: 30px;
  height: 30px;
  color: var(--color-dark);
}

.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 {
  margin-top: 20px;
  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;
  margin-top: var(--margin-top); }
  @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-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%;
  }
}

.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;
  }
}
.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-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__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__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;
}

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


.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%;
}

.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/js/seneca/vueApp/dist/../../../../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/js/seneca/vueApp/dist/../../../../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;
  }
}
.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; }

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

.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); }

.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__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; } }

.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);
}
.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;
  }
}

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

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

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

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

.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 {
  margin-top: 20px;
  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%;
  padding-top: 20px;
  padding-bottom: 20px;
  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;
}

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

.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("/local/js/seneca/vueApp/dist/../../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;
  }
}
.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("/local/js/seneca/vueApp/dist/../../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;
}
.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);
}
.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;
}
.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);
}

.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);
}

.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__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; }

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

.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);
}

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;
  }
}
.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;
}
.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__social-links {
  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__diploma {
  margin-top: 20px;
}

.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);
}

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

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

/* End */


/* Start:/local/templates/seneca/styles.css?1756108508342865*/
@charset "UTF-8";
.visually-hidden, .visually-hidden-delay {
    border: 0;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    overflow: hidden;
    white-space: nowrap
}

.header__item, a {
    text-decoration: none
}

.header__catalog-category-field-title, .header__catalog-category-main-item, .header__item, body {
    font-family: var(--font-primary);
    font-weight: 400
}

.main-banner__left-slide:hover .main-banner__img, .product-info-block__photo-container.swiper-slide-thumb-active, .product-info-block__photo-container:hover {
    filter: grayscale(0)
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100;
    src: local("Inter"), url("/local/templates/seneca/./fonts/Inter-Thin.ttf") format("ttf"), url("/local/templates/seneca/./fonts/Inter-Thin.woff") format("woff"), url("/local/templates/seneca/./fonts/Inter-Thin.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 200;
    src: local("Inter"), url("/local/templates/seneca/./fonts/Inter-ExtraLight.ttf") format("ttf"), url("/local/templates/seneca/./fonts/Inter-ExtraLight.woff") format("woff"), url("/local/templates/seneca/./fonts/Inter-ExtraLight.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    src: local("Inter"), url("/local/templates/seneca/./fonts/Inter-Light.ttf") format("ttf"), url("/local/templates/seneca/./fonts/Inter-Light.woff") format("woff"), url("/local/templates/seneca/./fonts/Inter-Light.woff2") format("woff2");
    font-display: swap
}

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

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

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

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

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    src: local("Inter"), url("/local/templates/seneca/./fonts/Inter-ExtraBold.ttf") format("ttf"), url("/local/templates/seneca/./fonts/Inter-ExtraBold.woff") format("woff"), url("/local/templates/seneca/./fonts/Inter-ExtraBold.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    src: local("Inter"), url("/local/templates/seneca/./fonts/Inter-Black.ttf") format("ttf"), url("/local/templates/seneca/./fonts/Inter-Black.woff") format("woff"), url("/local/templates/seneca/./fonts/Inter-Black.woff2") format("woff2");
    font-display: swap
}

@font-face {
    font-family: NeutralFace;
    font-style: normal;
    font-weight: 300;
    src: local("NeutralFace"), url("/local/templates/seneca/./fonts/NeutralFaceRegular.woff") format("woff"), url("/local/templates/seneca/./fonts/NeutralFaceRegular.woff2") format("woff2"), url("/local/templates/seneca/./fonts/NeutralFace.otf") format("otf");
    font-display: swap
}

@font-face {
    font-family: NeutralFace;
    font-style: normal;
    font-weight: 700;
    src: local("NeutralFace"), url("/local/templates/seneca/./fonts/NeutralFaceBold.woff") format("woff"), url("/local/templates/seneca/./fonts/NeutralFaceBold.woff2") format("woff2"), url("/local/templates/seneca/./fonts/NeutralFace-Bold.otf") format("otf");
    font-display: swap
}

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

body {
    background-color: #fff;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizespeed;
    line-height: 1.5;
    display: flex;
    flex-direction: column
}

.main {
    flex-grow: 1
}

.body-noscroll, .brand-business__left {
    overflow: hidden
}

blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, h5, h6, li, ol[class], p, ul[class] {
    margin: 0
}

ul {
    list-style-type: none
}

a {
    color: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-secondary)
}

ol[class], ul[class] {
    list-style: none;
    padding: 0
}
.type-list ul{
    list-style:disc;
    padding-left:40px;  
}
img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

input, select, textarea {
    font: inherit
}

a, button {
    cursor: pointer
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: polygon(0 0, 0 0, 0 0)
}

.visually-hidden-delay {
    clip: rect(0 0 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
    transition: .5s
}

.header__account-options, .header__logo {
    border-left: 1px solid var(--color-gray-light)
}

:root {
    --color-blue: #0047BB;
    --color-black: #000;
    --color-dark: #313235;
    --color-white: #FFF;
    --color-gray: #B5B7BA;
    --color-gray-dark: #F7F7F7;
    --color-gray-light: #DCE1E9;
    --color-white-dark: #F7F8FA;
    --color-white-extra-dark: #97999B;
    --color-white-header-order-dark: #A8A8A8;
    --color-red: #D82020;
    --font-primary: "Inter", sans-serif;
    --font-secondary: "Neutralface", sans-serif;
    --main-padding: 100px;
    --main-margin-top: 80px;
    --transition-opacity: 0.3s;
    --opacity-value: 0.6;
    --width-arrow: 24px;
    --d-arrow: "M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666";
    --d-arrow-button: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19";
    --margin-top: 80px;
    --swiper-pagination-bullet-inactive-color: var(--color-white);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: var(--color-blue);
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px
}

@media (max-width: 1800px) {
    :root {
        --main-padding: 80px
    }
}

@media (max-width: 1650px) {
    :root {
        --main-padding: 60px
    }
}

@media (max-width: 1550px) {
    :root {
        --main-padding: 40px
    }
}

@media (max-width: 1450px) {
    :root {
        --main-padding: 20px
    }
}

@media (max-width: 1220px) {
    :root {
        --main-padding: 30px
    }
}

@media (max-width: 1024px) {
    :root {
        --swiper-pagination-bullet-width: 6px;
        --swiper-pagination-bullet-height: 6px;
        --swiper-pagination-bullet-horizontal-gap: 3px;
        --margin-top: 60px;
        --main-margin-top: 60px
    }
}

@media (max-width: 768px) {
    :root {
        --main-padding: 20px
    }
}

@media (max-width: 500px) {
    :root {
        --main-padding: 16px
    }
}

.header {
    padding: 0 var(--main-padding);
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-gray-light);
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    height: 80px
}

.header-auth .logo
{
    /* margin-left: 180px; */
    padding: 10px 0;
}

.header-auth .logo img
{
    height: 60px;
}

.header-auth .logo,
.header-auth .empty
{
    flex-grow: 1;
}

.header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%
}

.header__account-options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    height: 100%;
    padding-left: 20px;
    margin-left: 20px
}

.header__account-svg {
    width: 30px;
    height: 30px;
    color: var(--color-dark)
}

.header__account-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-opacity);
    padding: 0 !important;
    height: 100%
}

.header__account-link:hover {
    opacity: var(--opacity-value)
}

.header__account-link_search .header__account-svg.header__account-svg_hidden {
    display: none
}

.header__nav {
    display: grid;
    grid-template-columns:66fr 40fr 66fr;
    position: relative;
    height: 100%
}

.header__logo {
    width: 100%;
    max-width: 400px;
    height: 100%;
    border-right: 1px solid var(--color-gray-light);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-left: 20px;
    padding-right: 20px
}

.header__logo-svg {
    color: var(--color-blue)
}

.header__logo-spinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 32px
}

.header__logo-spinner__item {
    display: inline-block;
    height: 8px;
    width: 32px;
    background-color: var(--color-blue);
    box-shadow: 0 12px var(--color-blue), 0 -12px var(--color-blue);
    animation-delay: 1.2s
}

.header__logo-spinner--animate {
    animation: 1.2s ease-in-out 3 headerWave
}

@keyframes headerWave {
    0%, 100% {
        box-shadow: 0 12px var(--color-blue), 0 -12px var(--color-blue)
    }
    50% {
        box-shadow: 0 0 var(--color-blue), 0 0 var(--color-blue)
    }
}

.header__list {
    display: flex
}

.header__item {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    padding: 30.5px 20px;
    position: relative;
    white-space: nowrap
}

@media screen and (max-width: 1800px) {
    .header__item {
        font-size: 14px;
        line-height: 17px
    }
}

.header__item a:visited {
    color: var(--color-dark);
    text-decoration: none
}

.header__item::after {
    display: block;
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-blue);
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(0, -50%);
    transition: .7s
}

.header-mobile__catalog-header .burger-active-tab::after, .header__catalog-category-main-item::after, .header__catalog-category-main-item_active::after {
    position: absolute;
    height: 1px;
    background-color: var(--color-blue);
    content: ""
}

.header__item:hover::after, .header__item_active::after {
    width: 100%;
    left: 0;
    transform: translate(0, 0)
}

.header__dropdown {
    height: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: var(--color-white);
    border-width: 2px 0;
    border-style: solid;
    border-color: var(--color-gray-light);
    opacity: 0;
    transition: .7s;
    overflow: hidden
}

.header__dropdown_open {
    max-height: 390px;
    height: fit-content;
    opacity: 1
}

.header__catalog {
    display: flex;
    height: 100%
}

.header__catalog-category-main {
    display: flex;
    justify-content: flex-end;
    border-right: 1px solid var(--color-gray-light);
    padding-left: 20px;
    width: 18%;
    max-width: 340px
}

.header__catalog-category-main-menu {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    gap: 20px
}

.header__catalog-category-main-item {
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    position: relative;
    padding-bottom: 20px;
    padding-right: 40px;
    transition: var(--transition-opacity)
}

.header__catalog-category-main-item::after {
    display: block;
    bottom: 0;
    width: 0;
    transition: var(--transition-opacity)
}

.header__catalog-category-main-item_active {
    color: var(--color-blue)
}

.header__catalog-category-main-item_active::after {
    display: block;
    bottom: 0;
    width: 100%
}

.header__catalog-category-fields {
    display: none;
    padding-left: 40px;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 29px;
    max-height: 70%
}

.header-mobile__catalog .burger-active-content, .header__catalog-category-fields_active {
    display: flex
}

.header__catalog-category-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 307px
}

.header__catalog-category-field {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.header__catalog-category-field-title {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-family: var(--font-secondary);
    letter-spacing: .06em;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .header__catalog-category-main-item {
        font-size: 18px;
        line-height: 22px
    }

    .header__catalog-category-field-title {
        font-size: 14px;
        line-height: 17px
    }
}

.header__catalog-category-field-link {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-white-extra-dark);
    width: 240px;
    transition: .3s
}

.header__brands-item-name, .header__search-input-container_input, .header__search-title {
    color: var(--color-dark);
    font-weight: 400;
    font-style: normal
}

.header__catalog-category-field-link:hover {
    opacity: .6
}

.header__brands {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center
}

.header__brands-item {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative
}

.blog-block-article__img-container, .header__brands-item-container-img {
    width: 100%;
    overflow: hidden
}

.header__brands-item-img {
    width: 100%;
    aspect-ratio: 34/20;
    transition: .7s;
    filter: grayscale(100%)
}

.header__brands-item-name {
    font-family: var(--font-primary);
    font-size: 20px;
    line-height: 24px
}

.header__brands-item:hover .header__brands-item-img {
    transform: scale(1.1);
    filter: grayscale(0)
}

.header__search-component {
    padding: 40px var(--main-padding)
}

.header__search-input-container {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--color-gray-light);
    padding: 8px 0
}

.header__search-input-container_icon {
    width: 40px;
    height: 40px
}

.header__search-input-container_input {
    font-family: var(--font-primary);
    font-size: 20px;
    line-height: 24px;
    outline: 0;
    padding: 20px 20px 20px 0;
    width: 100%;
    border: none
}

.header__search-input-container_input::placeholder {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-gray)
}

.header__search-requests {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.header__search-title {
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .06em
}

.remove-after-init {
    display: none!important;
}

@media screen and (max-width: 1800px) {
    .header__brands-item-name, .header__search-input-container_input {
        font-size: 18px;
        line-height: 22px
    }

    .header__search-title {
        font-size: 14px;
        line-height: 17px
    }
}

.header__search-reqiest {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: var(--color-gray);
    background-color: transparent;
    width: fit-content;
    border: none;
    padding: 0
}

@media screen and (max-width: 1800px) {
    .header__search-reqiest {
        font-size: 14px;
        line-height: 17px
    }
}

.header-mobile {
    display: none;
    padding: 0 var(--main-padding);
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-gray-light);
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0
}

.header-mobile__main {
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -16px;
    padding-right: 16px
}

.header-mobile_open {
    background-color: var(--color-white-dark);
    height: 100vh
}

.header-mobile__content {
    height: calc(100vh - 60px);
    padding-bottom: 40px;
    grid-template-rows:1fr 48px;
    display: none;
    padding-top: 40px
}

.header-mobile__content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: fit-content
}

.header-mobile__content-header-search, .header-mobile__content-header_hidden {
    display: none
}

.header-mobile__content-header-link {
    padding: 0;
    background-color: transparent;
    border: none;
    position: relative
}

.header-mobile__content-header-link-svg {
    width: 30px;
    height: 30px
}

.header-mobile__content-header-search_open {
    display: block
}

.header-mobile__content-header-search-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px
}

.header-mobile__content-header-search-title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: .06em;
    color: var(--color-dark);
    text-transform: uppercase
}

.header-mobile__content-header-search-item {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-gray);
    background-color: transparent;
    border: none;
    padding: 0;
    width: fit-content
}

.header-mobile__content-header-search-input {
    background-color: transparent;
    padding: 10px 0;
    border: none;
    outline: 0;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark)
}

.header-mobile__content-header-search-input::placeholder {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white-extra-dark)
}

.header-mobile__content-header-search-input-container {
    display: flex;
    align-items: center;
    gap: 20px
}

.header-mobile__content-header-search-input-container_left {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color-gray-light);
    gap: 10px;
    flex-grow: 1
}

.header-mobile__content-header-search-input-container_close {
    background-color: transparent;
    border: none;
    padding: 0
}

.header-mobile__content_open {
    display: grid
}

.header-mobile__content-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px
}

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

.header-mobile__header-left {
    display: flex;
    align-items: center;
    gap: 50px
}

.header-mobile__header-accounts {
    align-items: center;
    gap: 50px;
    display: none
}

.header-mobile__header-accounts_hidden {
    display: none
}

.header-mobile__logo {
    color: var(--color-blue);
    height: 60px;
    width: fit-content
}

.header-mobile__logo-svg {
    height: 60px;
    width: 169px
}

.header-mobile__button {
    width: 28px;
    height: 23px;
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative
}

.header-mobile__button-item, .header-mobile__button-item::after, .header-mobile__button-item::before {
    display: block;
    background-color: var(--color-dark);
    height: 5px;
    width: 100%
}

.header-mobile__button-item {
    transition: var(--transition-opacity)
}

.header-mobile__button-item::before {
    content: "";
    position: absolute;
    top: 0
}

.header-mobile__button-item::after {
    content: "";
    position: absolute;
    bottom: 0
}

.header-mobile__button_open .header-mobile__button-item {
    transform: rotate(-45deg)
}

.header-mobile__accordion_active .header-mobile__accordion-icon, .header-mobile__button_open .header-mobile__button-item::before {
    transform: rotate(90deg)
}

.header-mobile__button_open .header-mobile__button-item::after {
    opacity: 0
}

.header-mobile__accordion {
    display: flex;
    justify-content: space-between;
    border: none;
    width: 100%;
    transition: .4s;
    background-color: transparent;
    color: var(--color-dark);
    padding: 0
}

.header-mobile__accordion-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px
}

.header-mobile__accordion-icon {
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    color: var(--color-dark)
}

.header-mobile__accordion_active, .header-mobile__catalog-header .burger-active-tab {
    color: var(--color-blue)
}

.header-mobile__accordion-panel {
    display: none;
    overflow: hidden;
    padding-top: 20px
}

.header-mobile__catalog-header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: flex-start;
    border-bottom: 1px solid var(--color-gray-light);
    overflow-x: auto
}

.header-mobile__catalog-header::-webkit-scrollbar {
    display: none
}

.header-mobile__catalog-header .burger-active-tab::after {
    display: block;
    bottom: 0;
    width: 100%
}

.header-mobile__catalog-header-item {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 500;
    min-width: 178px;
    position: relative;
    border: none;
    padding: 0 0 20px;
    background: 0 0;
    cursor: pointer;
    text-align: left
}

.header-mobile__catalog-content {
    padding-top: 20px;
    display: none;
    flex-wrap: wrap;
    gap: 60px
}

.header-mobile__catalog-category {
    display: none;
    flex-direction: column;
    gap: 10px
}

.header-mobile__catalog-category-title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: right;
    letter-spacing: .06em;
    color: var(--color-dark);
    width: fit-content
}

.header-mobile__catalog-category-link, .header-mobile__footer-text, .header-mobile__link {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

.header-mobile__catalog-category-link {
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: var(--color-white-extra-dark);
    width: fit-content
}

.header-mobile__brands {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px 7px
}

.header-mobile__link {
    font-size: 20px;
    line-height: 24px;
    color: var(--color-dark)
}

.header-mobile__footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #dce1e9;
    padding-top: 20px
}

.header-mobile__footer-left {
    display: flex;
    align-items: center;
    gap: 10px
}

.header-mobile__footer-item {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    border-radius: 50%
}

.about-block__button:hover, .footer__top {
    background-color: var(--color-blue)
}

.header-mobile__footer-item-svg {
    width: 24px;
    height: 24px;
    color: var(--color-blue)
}

.header-mobile__footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px
}

@media screen and (max-width: 340px) {
    .header-mobile__content {
        grid-template-rows:1fr
    }

    .header-mobile__footer {
        flex-direction: column;
        gap: 10px
    }

    .header-mobile__footer-right {
        align-items: flex-start
    }
}

.header-mobile__footer-text {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: var(--color-dark)
}

.footer, .footer__menu-title, .footer__title {
    color: var(--color-white)
}

.footer__title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: .04em;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .header-mobile__catalog-header-item {
        font-size: 18px;
        line-height: 22px
    }

    .footer__title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .header-mobile__catalog-header-item, .header__brands-item-name, .header__catalog-category-main-item, .header__search-input-container_input {
        font-size: 16px;
        line-height: 19px
    }

    .footer__title {
        font-size: 22px;
        line-height: 28px
    }
}

.footer__top {
    padding: 59px var(--main-padding) 37px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.eshop-block__swiper-eshop, .footer__top-container, .swiper-brands, .swiper-brands-block-slide-photos {
    position: relative
}

.footer__top-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.footer__top-logo {
    width: 18%;
    max-width: 304px
}

.footer__top-right {
    width: 32.5%;
    max-width: 559px
}

.footer__menu {
    display: flex;
    gap: 100px;
    width: 41%;
    max-width: 689px
}

@media screen and (max-width: 1800px) {
    .footer__menu {
        gap: 60px
    }
}

@media screen and (max-width: 1450px) {
    .footer__menu {
        gap: 40px
    }
}

@media screen and (max-width: 1300px) {
    .header__logo-spinner {
        gap: 4px
    }

    .footer__menu {
        gap: 20px;
        width: 48%;
        justify-content: center
    }
}

.footer__menu-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
}

.footer__menu-title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-align: right;
    letter-spacing: .06em;
    white-space: nowrap
}

@media screen and (max-width: 1800px) {
    .footer__menu-title {
        font-size: 14px;
        line-height: 17px
    }
}

.footer__menu-link {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-align: right;
    text-decoration-line: underline;
    color: rgba(255, 255, 255, .6);
    white-space: nowrap;
    transition: var(--transition-opacity)
}

@media screen and (max-width: 1800px) {
    .footer__menu-link {
        font-size: 14px;
        line-height: 17px
    }
}

.footer__menu-link:hover {
    color: rgba(255, 255, 255, .8)
}

.footer__top-logo-svg {
    color: var(--color-white);
    width: 100%;
    height: 46px
}

.footer__bottom-link, .footer__bottom-text {
    color: var(--color-gray-dark);
    font-family: var(--font-primary);
    font-style: normal
}

.footer__bottom {
    padding: 41px var(--main-padding) 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-dark)
}

@media screen and (max-width: 1550px) {
    .header__catalog-category-field-link {
        font-size: 14px;
        line-height: 18px
    }

    .header__search-input-container_input::placeholder {
        font-size: 14px;
        line-height: 18px
    }

    .footer__top {
        padding-top: 49px;
        padding-bottom: 27px
    }

    .footer__bottom {
        padding-top: 31px;
        padding-bottom: 32px
    }
}

@media screen and (max-width: 1220px) {
    .footer__menu-link, .footer__menu-title, .header__catalog-category-field-title, .header__item, .header__search-title {
        font-size: 12px;
        line-height: 15px
    }

    .header__search-reqiest {
        font-size: 14px;
        line-height: 15px
    }

    .footer__title {
        font-size: 18px;
        line-height: 24px
    }

    .footer__top-right {
        width: 28%
    }

    .footer__menu-block {
        gap: 15px
    }

    .footer__top-logo-svg {
        height: 26px
    }

    .footer__bottom {
        padding-top: 21px;
        padding-bottom: 22px
    }
}

@media screen and (max-width: 1024px) {
    .header{
        display: none;
    }
    .header.new-design{
        display: block;
        padding-right: 0;
    }

    .header__catalog-category-field-title, .header__item, .header__search-reqiest, .header__search-title {
        font-size: 14px;
        line-height: 17px
    }

    .header__catalog-category-field-link {
        font-size: 12px;
        line-height: 16px
    }

    .header__brands-item-name {
        padding-top: 20px
    }

    .header__search-input-container_input::placeholder {
        font-size: 12px;
        line-height: 16px
    }

    .header-mobile {
        display: block
    }
    .footer{
        padding: unset;
    }
    .footer__title {
        font-size: 20px;
        line-height: 24px
    }

    .footer__top {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px;
        padding-bottom: 40px;
        padding-top: 50px
    }

    .footer__top-logo {
        order: 1;
        width: 100%;
        max-width: 630px;
        height: fit-content
    }

    .footer__top-right {
        order: 2;
        width: 100%;
        max-width: 630px
    }

    .footer__menu {
        order: 3;
        width: 100%;
        max-width: 630px;
        flex-wrap: wrap;
        gap: 100px;
        justify-content: flex-start
    }

    .footer__menu-block {
        gap: 20px
    }

    .footer__menu-link, .footer__menu-title {
        font-size: 14px;
        line-height: 17px
    }

    .footer__top-logo-svg {
        height: 34px
    }

    .footer__bottom {
        flex-direction: column;
        align-items: flex-end;
        padding-bottom: 20px;
        padding-top: 20px
    }
    .footer__bottom-left{
        flex-direction: column;
        margin-bottom: 15px;
    }
}

.footer__bottom-left, .footer__bottom-right {
    gap: 15px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap
}

.footer__bottom-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline
}

.footer__bottom-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

.footer__input-container {
    border: 1px solid var(--color-white);
    display: grid;
    grid-template-columns:1fr 62px;
    margin-top: 20px
}

.footer__input {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-white);
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    outline: 0
}

@media screen and (max-width: 1550px) {
    .footer__bottom-link, .footer__bottom-text {
        font-size: 12px;
        line-height: 15px
    }

    .footer__input {
        font-size: 14px;
        line-height: 18px;
        padding: 15px
    }
}

@media screen and (max-width: 1024px) {
    .footer__input {
        font-size: 12px;
        line-height: 16px
    }
}

@media screen and (max-width: 768px) {
    .header__logo-spinner {
        gap: 2px
    }

    .footer__menu-link, .footer__menu-title, .header__catalog-category-field-title, .header__item, .header__search-reqiest, .header__search-title {
        font-size: 14px;
        line-height: 17px
    }

    .header__catalog-category-field-link {
        font-size: 16px;
        line-height: 19px
    }

    .header__brands-item-img {
        filter: grayscale(0%)
    }

    .header__search-input-container_input::placeholder {
        font-size: 16px;
        line-height: 19px
    }

    .header-mobile__header-accounts, .header-mobile__header-left {
        gap: 20px
    }

    .footer__title {
        font-family: var(--font-primary);
        text-align: center
    }

    .footer__input-container {
        grid-template-columns:1fr 49px
    }

    .footer__input {
        font-size: 16px;
        line-height: 19px
    }
}

.footer__input::placeholder {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, .6)
}

.footer__input-button {
    background-color: var(--color-white);
    border: none;
    padding: 0;
    transition: var(--transition-opacity)
}

.footer__input-button:hover {
    opacity: .9
}

.footer__input-button-svg {
    height: 24px;
    width: 24px;
    color: var(--color-dark);
    transform: rotate(-180deg)
}

.footer__connect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px
}

.footer__connect-messangers {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer__connect-messanger {
    color: var(--color-blue);
    background-color: var(--color-white);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer__connect-text, .main-banner__left-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark)
}

.footer__connect-messanger-svg {
    width: 40px;
    height: 40px
}

.footer__connect-right {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer__connect-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: var(--color-white)
}

.main-banner {
    background-color: var(--color-white-dark);
    display: grid;
    grid-template-columns:97fr 95fr;
    position: relative;
    margin-top: 80px;
    height: calc(100vh - var(--margin-top))
}

@media (max-height: 840px) and (min-width: 1700px) {
    .main-banner {
        height: auto
    }
}

@media (min-height: 1400px) {
    .main-banner {
        height: auto
    }
}

.main-banner__left-hover-block {
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 208px 33px;
    transition: opacity .5s linear
}

.main-banner__img {
    width: 100%;
    height: 100%;
    transition: var(--transition-opacity);
    object-fit: cover;
    aspect-ratio: 1/1;
    filter: grayscale(1)
}

.main-banner__img-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.main-banner__left {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: background-color .5s linear;
    height: 100%
}

.main-banner__left-pagiantion {
    bottom: auto !important;
    top: 30px !important
}

.main-banner__left-swiper {
    max-width: 100%;
    height: 100%
}

.main-banner__left-title {
    font-size: 30px;
    line-height: 36px;
    color: var(--color-white);
    font-weight: 300;
    text-transform: uppercase
}

.main-banner__left-buy-label, .main-banner__left-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .main-banner__left-title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .footer__connect-messangers {
        gap: 10px
    }

    .footer__connect-messanger {
        width: 40px;
        height: 40px
    }

    .footer__connect-messanger-svg {
        width: 30px;
        height: 30px
    }

    .footer__connect-right {
        gap: 5px
    }

    .main-banner__left-title {
        font-size: 22px;
        line-height: 28px
    }
}

.main-banner__left-buy {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background-color: var(--color-white);
    transition: var(--transition-opacity)
}

.main-banner__left-buy:hover {
    opacity: var(--opacity-value)
}

.main-banner__left-buy-label {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    text-transform: uppercase;
    cursor: pointer
}

@media screen and (max-width: 1800px) {
    .main-banner__left-buy-label {
        font-size: 14px;
        line-height: 17px
    }
}

.main-banner__left-buy-icon {
    width: 24px;
    height: 24px;
    color: var(--color-dark);
    transform: rotate(-180deg);
    cursor: pointer
}

.main-banner__left-footer, .main-banner__title-container {
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute
}

.main-banner__left-footer {
    bottom: 50px;
    justify-content: space-between;
    gap: 10px;
    padding: 0 var(--main-padding) 0 40px;
    z-index: 2
}

.main-banner__left-text {
    font-size: 18px;
    line-height: 22px;
    max-width: 278px;
    color: var(--color-blue)
}

.main-banner__title-container {
    max-height: 136px;
    left: 0
}

.main-banner__title, .main-banner__title-container span {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: .1em;
    color: var(--color-blue);
    transform: translate(-50%, 0);
    left: 50%;
    font-family: var(--font-primary);
    font-style: normal;
    text-align: center;
    display: flex;
    text-transform: uppercase;
    white-space: nowrap
}

.main-banner__title-container span {
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white-dark);
    width: 110%;
    height: 100%;
    z-index: 4;
    overflow: hidden;
    transition: .9s
}

.main-banner__title-container:first-child {
    top: -8%
}

.main-banner__title-container:nth-child(2) {
    bottom: 58.3%;
    height: 25.1%
}

.main-banner__title-container:nth-child(3) {
    top: 58.3%;
    height: 25.1%
}

.main-banner__video-container {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .9s
}

.about-block__button, .about-block__button-icon path, .brands-block-slide__left-btn-arrow path {
    transition: var(--transition-opacity)
}

.main-banner__content {
    position: relative;
    width: 42.6%;
    max-width: 413px;
    height: 59%;
    aspect-ratio: 413/542;
    max-height: 600px
}

.main-banner__content:hover .main-banner__title-container span {
    animation: .9s forwards open-video;
    width: 160%
}

.main-banner__content:hover .main-banner__video-container {
    transform: scale(1.6)
}

.main-banner__title {
    z-index: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    position: absolute
}

.main-banner__video {
    height: 100%;
    z-index: 3
}

.main-banner__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 1025px) {
    section.main-banner .main-banner__container {
        display: none
    }
}

@keyframes open-video {
    from {
        height: 100%
    }
    to {
        height: 0
    }
}

.about-block {
    overflow: hidden;
    height: 100vh;
    position: relative
}

.about-block__image-container {
    height: 100%
}

.about-block__bg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-block__bg-shadow {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.about-block__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about-block__title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--color-white);
    text-align: center;
    line-height: 120%
}

.about-block__button-label, .brands-block-slide__left-btn-label, .brands-block-slide__title {
    font-weight: 400;
    font-family: var(--font-primary);
    font-style: normal
}

.about-block__button {
    background-color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 40px 20px 66px;
    width: 270px;
    margin: 40px auto 0
}

.about-block__button-label {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    color: var(--color-white);
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .main-banner__title, .main-banner__title-container span {
        font-size: 2.4vw
    }

    .main-banner__container {
        padding-left: 61px
    }

    .about-block__button-label {
        font-size: 14px;
        line-height: 17px
    }
}

.about-block__button-icon {
    height: 24px;
    width: 54px;
    color: var(--color-white)
}

.brands-block-slide__left-btn-arrow, .brands-block-slide__left-btn-label, .brands-block-slide__title {
    color: var(--color-dark);
    color: var(--color-dark)
}

.about-block__button:hover .about-block__button-icon 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"
}

.brands-block-slide {
    padding-left: 103px;
    padding-right: 120px
}

@media screen and (max-width: 1800px) {
    .brands-block-slide {
        padding-left: 73px;
        padding-right: 90px
    }
}

@media screen and (max-width: 1450px) {
    .about-block__title {
        font-size: 45px;
        line-height: 55px
    }

    .brands-block-slide {
        padding-left: 53px;
        padding-right: 70px
    }
}

.brands-block-slide__title {
    font-size: 60px;
    line-height: 72px;
    margin: 0 auto;
    width: fit-content;
    z-index: 9;
    position: relative
}

@media screen and (max-width: 1800px) {
    .brands-block-slide__title {
        font-size: 52px;
        line-height: 64px
    }
}

.brands-block-slide__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 60px
}

.brands-block-slide__left {
    width: 24.3%;
    max-width: 412px;
    z-index: 3;
    padding-bottom: 40px
}

@media screen and (max-width: 1450px) {
    .brands-block-slide__title {
        font-size: 42px;
        line-height: 54px
    }

    .brands-block-slide__content {
        margin-top: 40px
    }

    .brands-block-slide__left {
        padding-bottom: 30px
    }
}

.brands-block-slide__left-btn {
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 35.5px;
    background-color: var(--color-white);
    border: 1px solid var(--color-dark);
    margin-top: 40px;
    width: 270px;
    display: grid;
    grid-template-columns:163px 45px;
    padding-right: 0;
    gap: 5px
}

@media screen and (max-width: 1550px) {
    .footer__input::placeholder {
        font-size: 14px;
        line-height: 18px
    }

    .footer__connect-text {
        font-size: 14px;
        line-height: 18px
    }

    .brands-block-slide__left-btn {
        height: 54px;
        padding-right: 25.5px;
        padding-left: 25.5px
    }
}

@media screen and (max-width: 1450px) {
    .brands-block-slide__left-btn {
        margin-top: 20px
    }
}

.brands-block-slide__left-btn-label {
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .brands-block-slide__left-btn-label {
        font-size: 14px;
        line-height: 17px
    }
}

.brands-block-slide__left-btn-arrow {
    width: 45px;
    height: 24px
}

.brands-block-slide__left-btn:hover {
    border-color: var(--color-blue)
}

.brands-block-slide__left-btn:hover .brands-block-slide__left-btn-label, .swiper-brands__header-btn-next:hover .arrow-svg path, .swiper-brands__header-btn-prev:hover .arrow-svg path {
    color: var(--color-blue)
}

.brands-block-slide__left-btn:hover .brands-block-slide__left-btn-arrow {
    color: var(--color-blue);
    width: 45px
}

.brands-block-slide__left-btn:hover .brands-block-slide__left-btn-arrow 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"
}

.brands-block-slide__left-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-blue);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .brands-block-slide__left-title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .brands-block-slide__left-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .brands-block-slide__content {
        gap: 30px
    }

    .brands-block-slide__left-title {
        font-size: 28px;
        line-height: 34px
    }
}

.brands-block-slide__left-description {
    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) {
    .brands-block-slide__left-description {
        font-size: 14px;
        line-height: 17px
    }
}

.brands-block-slide__center {
    width: 34%;
    max-width: 560px;
    z-index: 3;
    position: relative
}

.brands-block-slide__center-photos__container-slide {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    padding: 1px
}

.brands-block-slide__right {
    width: 27.5%;
    height: 27.5%;
    max-width: 466px;
    max-height: 466px;
    position: relative
}

.brands-block-slide__right::after {
    content: "";
    display: block;
    border: 2px solid #f7f8fa;
    border-radius: 50%;
    width: calc(100% + 146px);
    height: calc(100% + 146px);
    top: -73px;
    left: -73px;
    position: absolute;
    z-index: 1
}

.brands-block-slide__right::before {
    content: "";
    display: block;
    border: 2px solid #f7f8fa;
    border-radius: 50%;
    width: calc(100% + 362px);
    height: calc(100% + 362px);
    top: -181px;
    left: -181px;
    position: absolute;
    z-index: 1
}

.brands-block-slide__right-btn {
    aspect-ratio: 1/1;
    max-width: 466px;
    max-height: 466px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    transition: 1s
}

.brands-block-slide__right-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: 27px solid transparent;
    border-left: 40px solid var(--color-white);
    transform: translate(-25%, -50%)
}

.brands-block-slide__right-btn-video {
    height: 100%
}

.brands-block-slide__right-btn:hover {
    transform: scale(1.15)
}

.swiper-brands-block-slide-photos__btn-next {
    position: absolute;
    bottom: 4.19%;
    right: -6.6%;
    z-index: 3;
    background-color: var(--color-white);
    border: none;
    border-radius: 50%;
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center
}

.swiper-brands-block-slide-photos__btn-next .brands-block-slide__left-btn-arrow {
    width: 50px;
    position: absolute;
    left: 35%;
    transition: left var(--transition-opacity)
}

.eshop-block-card__button-icon, .eshop-block-card__button-icon path, .eshop-block-card__button::after {
    transition: var(--transition-opacity)
}

.swiper-brands-block-slide-photos__btn-next:hover .brands-block-slide__left-btn-arrow {
    color: var(--color-blue);
    width: 50px;
    left: 25%
}

.swiper-brands-block-slide-photos__btn-next:hover .brands-block-slide__left-btn-arrow 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"
}

.brands-block {
    padding-top: 80px
}

@media screen and (max-width: 1650px) {
    .brands-block-slide__left {
        width: 30%
    }

    .brands-block-slide__left-btn {
        width: 260px
    }

    .brands-block {
        padding-top: 60px
    }
}

@media screen and (max-width: 1450px) {
    .brands-block-slide__left-description {
        margin-top: 10px
    }

    .brands-block-slide__center {
        width: 36%
    }

    .brands-block-slide__right {
        margin: auto 0
    }

    .swiper-brands-block-slide-photos__btn-next {
        width: 84px;
        height: 84px;
        padding: 20px
    }

    .brands-block {
        padding-top: 45px
    }
}

.brands-block__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;
    letter-spacing: .06em;
    margin-bottom: 40px
}

.eshop-block-card__price, .swiper-brands__header-pagination {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .brands-block__title {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1450px) {
    .brands-block__title {
        margin-bottom: 30px
    }
}

.swiper-brands__header-swiper {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 100px;
    padding-right: calc(var(--main-padding) + 20px);
    z-index: 5;
    transform: translate(0, 25%)
}

@media screen and (max-width: 1450px) {
    .swiper-brands__header-swiper {
        gap: 70px
    }
}

.swiper-brands__header-btn-next, .swiper-brands__header-btn-prev {
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-dark);
    height: 40px
}

.swiper-brands__header-arrow {
    width: 70px;
    height: 40px
}

.swiper-brands__header-pagination {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 2px
}

.eshop-block-card {
    position: absolute;
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 10px
}

.eshop-block-card__photo {
    height: 100%;
    aspect-ratio: 300/310;
    object-fit: contain;
    width: 100%
}

.eshop-block-card__content {
    height: 33.2%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

@media screen and (max-width: 1450px) {
    .swiper-brands__header-arrow {
        width: 60px;
        height: 30px
    }

    .eshop-block-card__content {
        gap: 7px
    }
}

@media screen and (max-width: 1220px) {
    .main-banner__left-title {
        font-size: 18px;
        line-height: 24px
    }

    .main-banner__left-buy {
        padding: 10px
    }

    .about-block__button-label, .main-banner__left-buy-label {
        font-size: 12px;
        line-height: 15px
    }

    .main-banner__left-buy-icon {
        width: 16px;
        height: 16px
    }

    .brands-block-slide {
        padding-left: 23px;
        padding-right: 23px
    }

    .brands-block-slide__content {
        margin-top: 40px
    }

    .brands-block-slide__left-btn {
        height: 42px;
        width: 200px;
        grid-template-columns:127px 45px;
        padding-right: 10px;
        padding-left: 10px
    }

    .brands-block-slide__left-btn-label, .brands-block-slide__left-description {
        font-size: 12px;
        line-height: 15px
    }

    .brands-block {
        padding-top: 35px
    }

    .brands-block__title {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 20px
    }

    .swiper-brands__header-swiper {
        gap: 60px
    }

    .eshop-block-card__content {
        gap: 5px;
        padding: 15px
    }
}

@media screen and (max-width: 1100px) {
    .brands-block-slide__left {
        padding-bottom: 15px
    }

    .brands-block-slide__left-btn {
        margin-top: 10px
    }

    .brands-block-slide__left-title {
        font-size: 24px;
        line-height: 30px
    }

    .eshop-block-card__content {
        gap: 3px
    }
}

.eshop-block-card__button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border: none;
    padding-bottom: 12.5px;
    position: relative
}

.eshop-block-card__button::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 1650px) {
    .eshop-block-card__button {
        padding-bottom: 6px
    }

    .lk-left__header {
        display: grid;
        grid-template-columns:150fr 250fr
    }
}

.eshop-block-card__button-icon {
    width: 24px;
    height: 24px
}

.eshop-block-card__button-label, .eshop-block-card__title, .product-info-block__desc {
    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) {
    .eshop-block-card__button-label, .eshop-block-card__title {
        font-size: 14px;
        line-height: 17px
    }
}

.eshop-block-card__button:hover {
    color: var(--color-blue)
}

.eshop-block-card__button:hover::after {
    width: 100%;
    background-color: var(--color-blue)
}

.eshop-block-card__button:hover .eshop-block-card__button-icon {
    width: 54px
}

.eshop-block-card__button:hover .eshop-block-card__button-icon 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"
}

.arrow-svg#right:hover, .eshop-block-card__button:hover .eshop-block-card__button-label {
    color: var(--color-blue)
}

.eshop-block-card__price {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

.eshop-block {
    background: url("/local/templates/seneca/../../../img/other/bg-eshop.png") left/cover no-repeat;
    background-color: var(--color-white-dark);
    padding-top: 80px;
    padding-bottom: 213px;
    position: relative;
    overflow: hidden
}

.eshop-block__header {
    display: grid;
    grid-template-columns:1fr 2fr 1fr;
    padding: 0 var(--main-padding)
}

.eshop-block__header::before {
    content: "";
    display: block
}

.eshop-block__header-subtitle {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-align: right;
    letter-spacing: .06em
}

.eshop-block__footer-title, .eshop-block__header-title {
    font-weight: 300;
    text-align: center;
    color: var(--color-blue);
    font-family: var(--font-primary);
    font-style: normal;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .eshop-block-card__price {
        font-size: 18px;
        line-height: 22px
    }

    .eshop-block__header-subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

.eshop-block__header-title {
    font-size: 60px;
    line-height: 72px;
    z-index: 2
}

.eshop-block__footer-title {
    font-size: 60px;
    line-height: 72px;
    z-index: 9;
    max-width: 536px;
    margin: 0 auto;
    position: absolute;
    bottom: 82px;
    left: 50%;
    transform: translate(-50%, 0)
}

.eshop-block__video {
    height: 100%;
    z-index: 10
}

.eshop-block__video-container {
    width: 100%;
    height: 100%;
    z-index: 3
}

.eshop-block__video-container-block {
    max-width: 415px;
    width: 23%;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 45%
}

@media (max-width: 1890px) {
    .eshop-block__video-container-block {
        width: 20%
    }
}

.eshop-block__video-container_back {
    width: 100%
}

.eshop-block__video-container_back::after {
    content: "";
    display: block;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    width: calc(100% + 146px);
    height: calc(100% + 146px);
    top: -73px;
    left: -73px;
    position: absolute;
    z-index: 1
}

.eshop-block__video-container_back::before {
    content: "";
    display: block;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    width: calc(100% + 362px);
    height: calc(100% + 362px);
    top: -181px;
    left: -181px;
    position: absolute;
    z-index: 1
}

.eshop-block__video-container-content {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 100%;
    transition: 1s
}

.eshop-block__video-container-content:hover {
    transform: scale(1.05);
    z-index: 5
}

.eshop-block__swiper-eshop-container {
    position: relative;
    margin: 100px auto;
    z-index: 2
}

@media screen and (max-width: 1366px) {
    .eshop-block__swiper-eshop-container {
        margin: 60px auto
    }
}

.eshop-block__swiper-eshop-btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translate(0, -50%);
    width: 44px;
    height: 44px;
    border: none;
    background-color: var(--color-white);
    padding: 0
}

.eshop-block__swiper-eshop-btn::after {
    content: ""
}

.eshop-block__swiper-eshop-btn-next {
    right: var(--main-padding)
}

.eshop-block__swiper-eshop-btn-prev {
    left: var(--main-padding)
}

.eshop-block__swiper-hover-elem {
    display: block;
    position: absolute;
    bottom: 10px;
    background-color: transparent;
    width: 36px;
    height: 36px;
    border: 12px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    cursor: pointer
}

.eshop-block__swiper-hover-elem::before {
    content: "";
    display: block;
    width: 100px;
    height: 242px;
    /* background-color: var(--color-white); */
    border-radius: 50%;
    position: absolute;
    left: -42px;
    top: -218px;
    /* transform: translate(-50%, -50%);*/
}

.bestsellers-block__button:hover, .blog-block-article__footer-button:hover, .blog-block__item::after, .blog-block__read-btn:hover {
    background-color: var(--color-blue)
}

.eshop-block__swiper-hover-elem-block {
    width: 100%;
    height: 0;
    bottom: 0;
    border: none;
    transition: .5s;
    opacity: 0;
    position: absolute
}

.eshop-block__swiper-hover-elem-block_active {
    height: 100%;
    opacity: 1
}

.eshop-block__swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - var(--main-padding) * 2);
    margin: 0 auto
}

.eshop-block__swiper-slide-left, .eshop-block__swiper-slide-right {
    display: grid;
    align-items: center;
    grid-template-columns:1fr 1fr;
    width: 38%;
    max-width: 600px
}

.eshop-block__swiper-slide-img-container {
    overflow: hidden;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.eshop-block__swiper-slide-img {
    height: 300px;
    width: 220px;
    object-fit: contain
}

.eshop-block__swiper-slide-arrow-next, .eshop-block__swiper-slide-arrow-prev {
    width: 24px;
    height: 24px;
    color: var(--color-dark)
}

.eshop-block__swiper-slide-arrow-next {
    transform: rotateY(-180deg)
}

.eshop-block__swiper-eshop-container-mobile {
    margin-top: 40px;
    position: relative;
    display: none
}

.eshop-block__swiper-eshop-mobile {
    padding: 0 80px 40px
}

input[name=star] {
    display: inline-block;
    width: 0;
    opacity: 0;
    margin-left: -2px
}

.star-source {
    width: 0;
    height: 0;
    visibility: hidden
}

.star {
    color: transparent;
    transition: color .2s ease-in-out;
    width: 24px;
    height: 24px
}

.star-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

input[name=star]:checked ~ label .star, input[name=star]:focus ~ label .star, label:hover ~ label .star, svg.star:hover {
    color: var(--color-blue);
    fill: var(--color-blue)
}

input[name=star]:checked + label .star {
    animation: .5s starred
}

@keyframes starred {
    from, to {
        color: var(--color-blue)
    }
}

.blog-block-article {
    display: grid;
    grid-template-rows:1fr 110px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 375px) {
    .header-mobile__logo-svg {
        width: 149px
    }

    .header-mobile__catalog-content {
        gap: 20px;
        flex-direction: column
    }

    .blog-block-article:nth-child(odd) {
        grid-template-rows:250px 118px;
        max-width: 303px
    }

    .blog-block-article:nth-child(2n) {
        grid-template-rows:290px 118px;
        max-width: 343px
    }

    .blog-block-article__img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

.blog-block-article__footer {
    position: absolute;
    bottom: 0;
    display: grid;
    grid-template-columns:83% 17%;
    width: 100%;
    transition: .5s
}

.blog-block-article__footer-main {
    width: 100%;
    background-color: var(--color-white-dark);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.blog-block-article__footer-right {
    width: 0;
    background-color: var(--color-white-dark);
    padding: 20px 20px 20px 0;
    transition: .5s;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.blog-block-article__footer-button {
    background-color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    opacity: 0;
    transition: var(--transition-opacity)
}

.blog-block-article__footer-icon {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    color: var(--color-white)
}

.blog-block-article__new {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: var(--color-blue);
    padding: 6.5px 10px;
    background-color: var(--color-white);
    width: fit-content
}

.blog-block-article__title, .blog-block__title {
    font-family: var(--font-secondary);
    letter-spacing: .06em
}

.blog-block-article__title, .blog-block__item-label, .blog-block__read-btn-label, .blog-block__title {
    color: var(--color-dark);
    font-weight: 400
}

.blog-block-article__title {
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    max-width: 420px;
    margin: 0
}

@media screen and (max-width: 1800px) {
    .eshop-block__footer-title, .eshop-block__header-title {
        font-size: 52px;
        line-height: 64px
    }

    .blog-block-article__title {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 1450px) {
    .blog-block-article__title, .eshop-block-card__price {
        font-size: 16px;
        line-height: 19px
    }

    .eshop-block__footer-title, .eshop-block__header-title {
        font-size: 42px;
        line-height: 54px
    }
}

.blog-block-article__img {
    transition: .5s;
    width: 100%;
    object-fit: cover
}

.blog-block-article:hover .blog-block-article__img {
    transform: scale(1.05)
}

.blog-block-article:hover .blog-block-article__footer {
    width: 100%;
    max-width: 100%
}

.blog-block-article:hover .blog-block-article__footer-button {
    opacity: 1
}

.blog-block-article:hover .blog-block-article__footer-bottom {
    grid-template-columns:1fr auto
}

.blog-block-article:hover .blog-block-article__footer-right {
    width: 100%
}

.blog-block {
    display: flex
}

.blog-block__left {
    background-color: var(--color-white-dark);
    display: flex;
    flex-direction: column;
    width: 23.45%;
    max-width: 450px;
    padding-top: 60px;
    padding-bottom: 20px
}

.blog-block__left-sticky {
    position: sticky;
    top: 120px
}

.blog-block__title {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 40px;
    padding-left: var(--main-padding)
}

.bestsellers-block__button-label, .bestsellers-block__title, .blog-block__item-label, .blog-block__read-btn-label, .subscribe-brand__title {
    font-family: var(--font-primary);
    font-style: normal
}

@media screen and (max-width: 1800px) {
    .blog-block__title {
        font-size: 14px;
        line-height: 17px
    }
}

.blog-block__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 176px
}

.blog-block__item {
    padding: 20px 20px 20px var(--main-padding);
    transition: var(--transition-opacity);
    display: flex;
    justify-content: space-between;
    position: relative
}

.blog-block__item-img-container, .blog-block__item::after {
    position: absolute;
    transition: var(--transition-opacity);
    bottom: 0
}

.blog-block__item::after {
    content: "";
    height: 2px;
    width: 0;
    left: 0
}

.blog-block__item-label {
    font-size: 20px;
    line-height: 24px
}

.blog-block__item-img-container {
    width: 100px;
    height: 100px;
    overflow: hidden;
    right: 0;
    opacity: 0
}

.blog-block__item-img-container img {
    aspect-ratio: 1/1
}

@media screen and (max-width: 1550px) {
    .swiper-brands__header-pagination {
        font-size: 14px;
        line-height: 18px
    }

    .eshop-block-card__content {
        height: 44%;
        justify-content: space-between
    }

    .blog-block-article {
        grid-template-rows:1fr 80px
    }

    .blog-block-article__new {
        font-size: 12px;
        line-height: 15px
    }

    .blog-block__title {
        margin-bottom: 30px
    }

    .blog-block__list {
        margin-bottom: 86px
    }

    .blog-block__item {
        padding: 15px 15px 15px var(--main-padding)
    }
}

.blog-block__item:hover::after {
    width: 77%
}

.blog-block__item:hover .blog-block__item-img-container {
    opacity: 1;
    transform: rotate(-25deg)
}

.blog-block__read-btn-label {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap
}

@media screen and (max-width: 1800px) {
    .blog-block__item-label {
        font-size: 18px;
        line-height: 22px
    }

    .blog-block__read-btn-label {
        font-size: 14px;
        line-height: 17px
    }
}

.blog-block__read-btn-icon {
    width: 54px;
    height: 24px
}

.blog-block__read-btn-icon path {
    transition: var(--transition-opacity)
}

.blog-block__right {
    display: grid;
    align-items: center;
    grid-template-columns:1fr 1fr;
    padding: 60px 100px 134px 88px;
    gap: 166px;
    max-width: 1470px;
    width: 76.56%;
    position: relative
}

@media screen and (max-width: 1800px) {
    .blog-block__right {
        gap: 80px
    }
}

@media screen and (max-width: 1450px) {
    .blog-block__list {
        margin-bottom: 46px
    }

    .blog-block__item-label {
        font-size: 16px;
        line-height: 19px
    }

    .blog-block__right {
        padding: 40px 80px 114px 68px;
        gap: 40px
    }
}

@media screen and (max-width: 1220px) {
    .eshop-block-card__button {
        padding-bottom: 5px
    }

    .blog-block__read-btn-label, .blog-block__title, .eshop-block-card__button-label, .eshop-block-card__title, .eshop-block__header-subtitle {
        font-size: 12px;
        line-height: 15px
    }

    .star {
        width: 20px;
        height: 20px
    }

    .blog-block-article__footer-button {
        width: 32px;
        height: 32px
    }

    .blog-block-article__new {
        padding: 3.5px 5px
    }

    .blog-block-article__title {
        font-size: 14px
    }

    .blog-block__item {
        padding: 12px 12px 12px var(--main-padding)
    }

    .blog-block__right {
        padding: 70px 60px 70px 48px
    }
}

@media screen and (max-width: 1024px) {
    .footer__input {
        padding: 15px;
        font-size: 16px;
        line-height: 20px
    }

    .footer__input::placeholder {
        font-size: 12px;
        line-height: 16px
    }

    .footer__connect-messanger {
        width: 44px;
        height: 44px
    }

    .footer__connect-messanger-svg {
        width: 24px;
        height: 24px
    }

    .footer__connect-right {
        gap: 10px
    }

    .footer__connect-text {
        font-size: 16px;
        line-height: 19px
    }

    .main-banner {
        margin-top: 60px;
        grid-template-columns:1fr;
        grid-template-rows:600px auto;
        height: auto
    }

    .brands-block-slide__left-title, .main-banner__left-title {
        font-size: 20px;
        line-height: 24px
    }

    .about-block__button-label, .brands-block-slide__left-description, .eshop-block-card__button-label, .eshop-block-card__title, .main-banner__left-buy-label {
        font-size: 14px;
        line-height: 17px
    }

    .main-banner__content:hover .main-banner__title-container span {
        animation: none;
        width: inherit
    }

    .main-banner__content:hover .main-banner__video-container {
        transform: none
    }

    .about-block__title {
        font-size: 35px;
        line-height: 45px
    }

    .brands-block-slide__title {
        font-size: 32px;
        line-height: 44px
    }

    .brands-block-slide__content {
        margin-top: 25px
    }

    .brands-block-slide__left-btn {
        padding-right: 15px;
        padding-left: 15px;
        grid-template-columns:auto 25px;
        gap: 10px
    }

    .brands-block-slide__left-btn-label {
        font-size: 10px;
        line-height: 12px
    }

    .brands-block-slide__left-btn-arrow {
        width: 45px
    }

    .brands-block-slide__right-btn::after {
        border: 17px solid transparent;
        border-left: 26px solid var(--color-white)
    }

    .brands-block {
        padding-top: 25px
    }

    .brands-block__title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 15px
    }

    .swiper-brands__header-pagination {
        font-size: 12px;
        line-height: 16px
    }

    .eshop-block-card {
        position: relative;
        max-width: 400px
    }

    .eshop-block {
        padding-top: 40px;
        padding-bottom: 0
    }

    .eshop-block__header {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px
    }

    .eshop-block__header::before, .eshop-block__swiper-eshop {
        display: none
    }

    .blog-block__read-btn-label, .eshop-block__header-subtitle {
        font-size: 14px;
        line-height: 17px
    }

    .eshop-block__footer-title, .eshop-block__header-title {
        font-size: 32px;
        line-height: 44px
    }

    .eshop-block__footer-title {
        position: relative;
        bottom: auto;
        left: auto;
        transform: translate(0, 0);
        margin-top: 40px
    }

    .eshop-block__video-container-block {
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0, 0);
        margin: 0 auto;
        width: 300px
    }

    .eshop-block__swiper-eshop-container {
        margin: 40px auto
    }

    .eshop-block__swiper-hover-elem-block {
        display: block;
        position: absolute;
        opacity: 1;
        height: 100%
    }

    .eshop-block__swiper-hover-elem-block_active {
        display: block;
        opacity: 1
    }

    .eshop-block__swiper-eshop-container-mobile {
        display: block
    }

    .blog-block-article__footer, .blog-block-article__footer-right {
        width: 100%;
        max-width: 100%
    }

    .blog-block-article__footer-button {
        opacity: 1
    }

    .blog-block-article__footer-icon {
        width: 16px;
        height: 16px
    }

    .blog-block {
        flex-direction: column;
        padding-bottom: 40px
    }

    .blog-block__left {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        padding: 40px 0 0
    }

    .blog-block__left-sticky {
        width: 100%
    }

    .blog-block__title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px;
        padding-left: var(--main-padding)
    }

    .blog-block__list {
        flex-direction: row;
        display: flex;
        width: 100%;
        margin-bottom: 0;
        gap: 20px;
        overflow-x: auto
    }

    .blog-block__list::-webkit-scrollbar {
        display: none
    }

    .blog-block__item {
        padding: 20px 20px 20px var(--main-padding);
        white-space: nowrap
    }

    .blog-block__item:hover::after {
        width: 100%
    }

    .blog-block__item:hover .blog-block__item-img-container {
        display: none
    }

    .blog-block__right {
        width: 100%;
        padding: 40px var(--main-padding);
        gap: 40px
    }
}

.bestsellers-block__button, .blog-block__read-btn {
    align-items: center;
    transition: var(--transition-opacity)
}

.blog-block__read-btn {
    height: 64px;
    display: flex;
    background-color: var(--color-dark);
    gap: 20px;
    flex-wrap: nowrap;
    color: var(--color-white);
    margin-left: var(--main-padding);
    display: flex;
    width: 270px;
    padding: 0 20px 0 69px
}

@media screen and (max-width: 1550px) {
    .blog-block__read-btn {
        height: 54px;
        padding-right: 47.5px;
        padding-left: 47.5px
    }
}

@media screen and (max-width: 1220px) {
    .blog-block__read-btn {
        height: 42px;
        padding-right: 27.5px;
        padding-left: 27.5px
    }
}

@media screen and (max-width: 1550px) {
    .blog-block__read-btn {
        width: 240px;
        padding-right: 20px
    }
}

@media screen and (max-width: 1220px) {
    .blog-block__read-btn {
        width: 200px
    }
}

.blog-block__read-btn:hover .blog-block__read-btn-icon 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"
}

.blog-block__read-btn_bottom {
    display: none
}

.bestsellers-block, .subscribe-brand {
    position: relative;
    display: flex;
    justify-content: flex-end
}

.bestsellers-block__left, .subscribe-brand__left {
    position: absolute;
    left: var(--main-padding);
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media screen and (max-width: 1024px) {
    .blog-block__read-btn {
        width: 210px
    }

    .blog-block__read-btn_top {
        display: none
    }

    .blog-block__read-btn_bottom {
        display: flex
    }

    .bestsellers-block__left {
        max-width: 500px
    }
}

@media screen and (max-width: 768px) {
    .footer__input::placeholder {
        font-size: 16px;
        line-height: 19px
    }

    .footer__input-button-svg {
        height: 16px;
        width: 16px
    }

    .footer__connect-messanger {
        width: 36px;
        height: 36px
    }

    .footer__connect-text, .swiper-brands__header-pagination {
        font-size: 16px;
        line-height: 19px
    }

    .main-banner {
        grid-template-columns:1fr;
        grid-template-rows:454px auto;
        height: auto
    }

    .main-banner__img {
        margin-top: 0
    }

    .main-banner__left-pagiantion {
        top: 0 !important;
        height: fit-content !important
    }

    .main-banner__left-buy {
        padding: 10px
    }

    .main-banner__left-buy-label {
        font-size: 14px;
        line-height: 17px;
        display: none
    }

    .main-banner__left-footer {
        bottom: 20px;
        padding-left: var(--main-padding);
        padding-right: var(--main-padding)
    }

    .main-banner__title-container {
        width: 101%;
        left: -1px
    }

    .main-banner__title-container span {
        font-family: var(--font-primary);
        font-size: 26px;
        line-height: 30px
    }

    .main-banner__content {
        width: 100%;
        max-width: 262px;
        height: 90%;
        max-height: 346px
    }

    .main-banner__title {
        font-family: var(--font-primary);
        font-size: 26px;
        line-height: 30px
    }

    .main-banner__container {
        padding-left: 0
    }

    .about-block {
        display: flex;
        flex-direction: column-reverse;
        height: auto
    }

    .about-block .about-block__bg {
        height: auto;
        object-fit: initial
    }

    .about-block .about-block__content {
        position: initial
    }

    .about-block .about-block__image-container {
        order: 1
    }

    .about-block__content {
        transform: translate(0, 0);
        top: auto;
        left: auto;
        width: 100%;
        height: fit-content;
        background-color: var(--color-white);
        padding: 40px var(--main-padding)
    }

    .about-block__title {
        font-size: 30px;
        line-height: 36px;
        color: var(--color-dark)
    }

    .about-block__button {
        width: 200px;
        padding: 20px 10px 20px 40px
    }

    .about-block__button-label {
        font-size: 14px;
        line-height: 17px
    }

    .brands-block-slide__title {
        font-size: 30px;
        line-height: 36px;
        margin: 0
    }

    .brands-block-slide__content {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .brands-block-slide__left {
        order: 2;
        width: 100%;
        max-width: 100%
    }

    .brands-block-slide__left-btn {
        height: 54px;
        margin-top: 20px;
        gap: 10px;
        padding-right: 10.5px;
        padding-left: 10.5px
    }

    .brands-block-slide__left-btn-label, .brands-block-slide__left-description {
        font-size: 14px;
        line-height: 17px
    }

    .brands-block-slide__left-btn-arrow {
        width: 45px;
        height: 24px
    }

    .brands-block-slide__left-title {
        font-size: 20px;
        line-height: 24px
    }

    .brands-block-slide__center {
        order: 3;
        width: 100%;
        max-width: 343px
    }

    .brands-block-slide__right {
        order: 1;
        height: 100%;
        max-height: 100%;
        min-height: 220px;
        min-width: 220px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .brands-block-slide__right::after {
        width: calc(100% + 50px);
        height: calc(100% + 50px);
        top: -11.36%;
        left: -11.36%
    }

    .brands-block-slide__right::before {
        width: calc(100% + 148px);
        height: calc(100% + 148px);
        top: -33.63%;
        left: -33.63%
    }

    .brands-block-slide__right-btn {
        max-height: 220px;
        width: auto;
        height: auto
    }

    .brands-block-slide__right-btn:hover {
        transform: scale(1)
    }

    .swiper-brands-block-slide-photos__btn-next {
        width: 84px;
        height: 84px;
        padding: 20px
    }

    .brands-block {
        padding-top: 40px
    }

    .brands-block__title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 40px
    }

    .swiper-brands__header-swiper {
        gap: 20px;
        transform: translate(0, 15%);
        padding-right: calc(var(--main-padding) + 2px)
    }

    .swiper-brands__header-btn-next, .swiper-brands__header-btn-prev {
        display: none !important
    }

    .catalog-brand__list-top .eshop-block-card {
        background-color: transparent
    }

    .eshop-block-card {
        margin: 0 auto;
        max-width: 250px;
        height: 450px
    }

    .eshop-block-card__content {
        height: 34.4%;
        justify-content: center;
        box-shadow: 0 0 60px rgba(0, 0, 0, .1);
        margin: 0 -10px
    }

    .eshop-block-card__button {
        margin-top: 10px
    }

    .blog-block__read-btn-label, .blog-block__title, .eshop-block-card__button-label, .eshop-block-card__title, .eshop-block__header-subtitle {
        font-size: 14px;
        line-height: 17px
    }

    .eshop-block-card__price {
        font-size: 18px;
        line-height: 22px
    }

    .eshop-block {
        background: url("/local/templates/seneca/../../../img/other/bg-eshop-mobile.png") top/100% 100% no-repeat
    }

    .eshop-block__footer-title, .eshop-block__header-title {
        font-size: 30px;
        line-height: 36px
    }

    .eshop-block__video-container-block {
        width: 207px
    }

    .eshop-block__swiper-eshop-btn {
        width: 32px;
        height: 32px
    }

    .eshop-block__swiper-eshop-mobile {
        padding: 0 40px 40px
    }

    .blog-block-article__img-container {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .blog-block__read-btn {
        height: 54px;
        width: 200px;
        padding-right: 10px
    }

    .bestsellers-block {
        flex-direction: column;
        overflow: hidden
    }

    .bestsellers-block__left {
        top: 0;
        transform: translate(0, 0);
        background-color: var(--color-white);
        max-width: 450px;
        padding-left: var(--main-padding);
        left: 0;
        padding-bottom: 40px;
        padding-top: 40px;
        gap: 35px;
        width: 100%
    }
}

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

    .bestsellers-block__left {
        max-width: 300px
    }
}

.bestsellers-block__right, .subscribe-brand__right {
    max-width: 1470px;
    width: 77%
}

@media screen and (max-width: 768px) {
    .bestsellers-block__right {
        width: 100%;
        max-height: 350px;
        margin-top: 127px
    }
}

.bestsellers-block__img, .subscribe-brand__img {
    width: 100%;
    object-fit: cover;
    object-position: left bottom
}

.bestsellers-block__title, .subscribe-brand__title {
    color: var(--color-dark);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    background-color: var(--color-white);
    padding: 33px 38px 23px 0;
    max-width: 878px
}

@media screen and (max-width: 1800px) {
    .bestsellers-block__title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .bestsellers-block__title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .bestsellers-block__title {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .bestsellers-block__title {
        font-size: 24px;
        line-height: 30px
    }
}

.bestsellers-block__button {
    height: 64px;
    display: flex;
    color: var(--color-white);
    background-color: var(--color-dark);
    gap: 10px;
    border: none;
    display: flex;
    width: 270px;
    padding: 0 20px 0 69px
}

@media screen and (max-width: 1550px) {
    .bestsellers-block__button {
        height: 54px;
        padding-right: 56.5px;
        padding-left: 56.5px
    }
}

@media screen and (max-width: 1220px) {
    .bestsellers-block__title {
        max-width: 678px
    }

    .bestsellers-block__button {
        height: 42px;
        padding-right: 36.5px;
        padding-left: 36.5px
    }
}

@media screen and (max-width: 1550px) {
    .bestsellers-block__button {
        width: 240px;
        padding-right: 20px
    }
}

.bestsellers-block__button-icon {
    width: 54px;
    height: 24px;
    transition: var(--transition-opacity)
}

.arrow-svg path, .bestsellers-block__button-icon path {
    transition: var(--transition-opacity)
}

.bestsellers-block__button-label {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-white);
    text-align: left;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .bestsellers-block__button-label {
        font-size: 14px;
        line-height: 17px
    }
}

.bestsellers-block__button:hover .bestsellers-block__button-icon 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"
}

.arrow-svg {
    height: 30px;
    width: 60px;
    transition: 250ms;
    cursor: pointer;
    display: flex;
    align-items: center
}

.arrow-svg#right:hover path, .arrow-svg.arrow-left:hover path {
    d: path("M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666");
    d: "M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666"
}

.product-info-block {
    margin-top: var(--main-margin-top);
    padding-left: var(--main-padding);
    padding-right: var(--main-padding);
    display: grid;
    grid-template-columns:minmax(45.931%, 790px) minmax(49.419%, 850px);
    gap: 80px;
    padding-bottom: 80px;
    background-color: var(--color-white-dark);
    width: 100%
}

@media screen and (max-width: 1550px) {
    .product-info-block {
        gap: 40px
    }
}

@media screen and (max-width: 1220px) {
    .bestsellers-block__button {
        width: 200px
    }

    .bestsellers-block__button-label {
        font-size: 12px;
        line-height: 15px
    }

    .product-info-block {
        grid-template-columns:minmax(55%, 790px) minmax(45%, 850px)
    }
}

.product-info-block__left {
    width: 100%;
    padding-top: 40px
}

.policy-right__crumbs, .product-info-block__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: fit-content
}

.product-info-block__breadcrumb, .product-info-block__breadcrumb_active {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-info-block__breadcrumbs-right {
    display: none
}

@media screen and (max-width: 1024px) {
    .bestsellers-block__title {
        font-size: 20px;
        line-height: 24px
    }

    .bestsellers-block__button {
        width: 210px
    }

    .bestsellers-block__button-label {
        font-size: 14px;
        line-height: 17px
    }

    .product-info-block {
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
        padding-top: 20px
    }

    .product-info-block__left {
        padding-top: 10px;
        display: flex;
        flex-direction: column
    }

    .product-info-block__breadcrumbs {
        display: none
    }

    .product-info-block__breadcrumbs-right {
        display: grid;
        grid-template-columns:auto 24px auto;
        margin-bottom: 20px
    }
}

.product-info-block__breadcrumb {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 2.5px 0;
    width: fit-content
}

.product-info-block__breadcrumb:first-child {
    width: fit-content;
    min-width: fit-content
}

.product-info-block__breadcrumb_active {
    color: var(--color-blue)
}

.product-info-block__breadcrumb-delimiter {
    transform: rotate(-180deg);
    width: 24px;
    height: 24px
}

.product-info-block__info {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.dropdown-product-colors__label, .product-info-block__code {
    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)
}

.product-info-block__tag-label, .product-info-block__title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .product-info-block__code {
        font-size: 14px;
        line-height: 17px
    }
}

.product-info-block__title {
    font-size: 40px;
    line-height: 48px
}

@media screen and (max-width: 1800px) {
    .product-info-block__title {
        font-size: 36px;
        line-height: 42px
    }

    .product-info-block__desc {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1550px) {
    .product-info-block__title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .product-info-block__info {
        gap: 15px
    }

    .product-info-block__title {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .product-info-block__title {
        font-size: 24px;
        line-height: 30px
    }
}

.product-info-block__tags-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.product-info-block__tags {
    display: flex;
    align-items: center;
    gap: 10px
}

.product-info-block__tag {
    width: 100%;
    height: 60px;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center
}

.product-info-block__tag:first-child {
    padding: 0 10px
}

.product-info-block__tag:last-child {
    padding: 0 4px
}

.product-info-block__tag-label {
    font-size: 14px;
    line-height: 17px;
    color: var(--color-blue)
}

.product-info-block__actions-left-footer-text, .product-info-block__type {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400
}

.product-info-block__tag-k18 {
    min-width: 52px;
    height: 60px
}

.product-info-block__type {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    background-color: transparent;
    padding: 6.5px 10px;
    border: 1px solid var(--color-gray-light);
    cursor: pointer
}

.product-info-block__type_active {
    border: 1px solid var(--color-blue)
}

.product-info-block__types {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.product-info-block__cart-input, .product-info-block__counts-container, .product-info-block__favorite-input, .product-info-block__types input {
    display: none
}

.product-info-block__types input:checked + .product-info-block__type {
    color: var(--color-blue);
    background-color: var(--color-white);
    border: 1px solid var(--color-blue)
}

.collection-brand__pagination, .product-info-block__actions {
    display: flex;
    align-items: center;
    gap: 40px
}

.product-info-block__actions-container {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.product-info-block__actions-left {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.product-info-block__actions-left-footer {
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 5px 10px;
    border-radius: 100px
}

.product-info-block__actions-left-footer-icon {
    width: 30px;
    height: 30px;
    color: var(--color-blue)
}

.product-info-block__actions-left-footer-text {
    font-size: 14px;
    line-height: 17px
}

.product-info-block__price, .product-info-block__price-last {
    color: var(--color-dark);
    font-weight: 500;
    font-family: var(--font-primary);
    font-style: normal
}

.product-info-block__actions-prices {
    display: flex;
    align-items: center;
    gap: 10px
}

.product-info-block__price {
    font-size: 30px;
    line-height: 36px
}

@media screen and (max-width: 1800px) {
    .product-info-block__price {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .bestsellers-block__title {
        padding: 23px 28px 13px 0
    }

    .product-info-block__actions-container {
        gap: 20px
    }

    .product-info-block__price {
        font-size: 22px;
        line-height: 28px
    }
}

@media screen and (max-width: 1220px) {
    .product-info-block__breadcrumb, .product-info-block__code, .product-info-block__desc {
        font-size: 12px;
        line-height: 15px
    }

    .product-info-block__price {
        font-size: 18px;
        line-height: 24px
    }
}

.product-info-block__price-last {
    font-size: 18px;
    line-height: 22px;
    color: var(--color-white-extra-dark);
    position: relative
}

.product-info-block__price-last::after {
    content: "";
    display: block;
    width: 36px;
    height: 1px;
    position: absolute;
    background-color: var(--color-blue);
    transform: rotate(-35deg);
    top: 34%;
    left: 10%
}

.product-info-block__favorite-button {
    background-color: var(--color-white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.product-info-block__favorite-button.button-loader.favorite-button {
    position: static
}

.product-info-block__favorite-button-icon {
    width: 40px;
    height: 40px;
    color: var(--color-dark);
    transition: var(--transition-opacity);
    animation: .5s forwards favorite-animation-back
}

.product-info-block__favorite-button:hover .product-info-block__favorite-button-icon {
    color: var(--color-blue)
}

.product-info-block__favorite-input:checked + .product-info-block__favorite-button .product-info-block__favorite-button-icon {
    animation: .5s forwards favorite-animation
}

.product-info-block__cart-button {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: var(--color-blue);
    border: none;
    padding: 17px 64px;
    cursor: pointer
}

@media screen and (max-width: 1550px) {
    .product-info-block__tag-label, .product-info-block__type {
        font-size: 12px;
        line-height: 15px
    }

    .product-info-block__actions {
        gap: 20px
    }

    .product-info-block__actions-left-footer {
        padding: 2px 6px
    }

    .product-info-block__actions-left-footer-icon {
        width: 24px;
        height: 24px
    }

    .product-info-block__actions-left-footer-text {
        font-size: 12px;
        line-height: 15px
    }

    .product-info-block__price-last {
        font-size: 14px;
        line-height: 18px
    }

    .product-info-block__favorite-button {
        width: 40px;
        height: 40px
    }

    .product-info-block__favorite-button-icon {
        width: 30px;
        height: 30px
    }

    .product-info-block__cart-button {
        padding: 12px 50px
    }
}

@media screen and (max-width: 1300px) {
    .product-info-block__cart-button {
        padding: 10px 35px
    }
}

@media screen and (max-width: 1024px) {
    .product-info-block__breadcrumb, .product-info-block__code, .product-info-block__desc {
        font-size: 14px;
        line-height: 17px
    }

    .product-info-block__info {
        order: 2
    }

    .product-info-block__price, .product-info-block__title {
        font-size: 20px;
        line-height: 24px
    }

    .product-info-block__tags-product {
        flex-wrap: wrap;
        gap: 20px
    }

    .product-info-block__actions-container {
        order: 3;
        flex-wrap: wrap
    }

    .product-info-block__price-last {
        font-size: 12px;
        line-height: 16px
    }

    .product-info-block__cart-button {
        padding: 15px 84px
    }
}

.product-info-block__cart-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);
    transition: var(--transition-opacity);
    white-space: nowrap
}

@media screen and (max-width: 1800px) {
    .product-info-block__cart-button-label {
        font-size: 14px;
        line-height: 17px
    }
}

.product-info-block__cart-button-icon {
    color: var(--color-white);
    width: 30px;
    height: 30px;
    transition: var(--transition-opacity)
}

.product-info-block__cart-button:hover .product-info-block__cart-button-icon, .product-info-block__cart-button:hover .product-info-block__cart-button-label {
    color: rgba(255, 255, 255, .6)
}

.catalog__products-header-title h1, .product-bottom-block__bottom-left:hover .product-bottom-block__bottom-left-arrow, .product-info-block__count-btn-minus:hover .product-info-block__count-container-svg, .product-info-block__count-btn-plus:hover .product-info-block__count-container-svg, .product-info-block__right-btn-colors:hover .product-info-block__right-btn-label, .product-info-block__right-btn-colors:hover .product-info-block__right-btn-svg path {
    color: var(--color-blue)
}

.product-info-block__count {
    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) {
    .product-info-block__count {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .product-info-block__cart-button-label, .product-info-block__count {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 1024px) {
    .product-info-block__cart-button-label, .product-info-block__count {
        font-size: 14px;
        line-height: 17px
    }

    .product-info-block__cart-button-icon {
        width: 24px;
        height: 24px
    }
}

@media screen and (max-width: 768px) {
    .bestsellers-block__title {
        font-size: 20px;
        line-height: 24px;
        padding: 0
    }

    .bestsellers-block__button {
        height: 54px;
        width: 200px;
        padding-right: 10px
    }

    .bestsellers-block__button-label, .product-info-block__breadcrumb, .product-info-block__cart-button-label, .product-info-block__code, .product-info-block__count, .product-info-block__desc {
        font-size: 14px;
        line-height: 17px
    }

    .product-info-block__title {
        font-size: 20px;
        line-height: 24px
    }

    .product-info-block__price-last {
        font-size: 16px;
        line-height: 19px
    }
}

.product-info-block__count-container {
    background-color: var(--color-white);
    display: grid;
    grid-template-columns:97px 88px 97px;
    align-items: center;
    border: 1px solid var(--color-dark);
    height: 64px
}

@media screen and (max-width: 1550px) {
    .product-info-block__count-container {
        grid-template-columns:67px 58px 67px;
        height: 54px
    }
}

@media screen and (max-width: 1300px) {
    .product-info-block__count-container {
        grid-template-columns:47px 38px 47px;
        height: 50px
    }
}

.product-info-block__count-container-svg {
    color: var(--color-dark);
    width: 24px;
    height: 24px
}

.product-info-block__count-btn-minus, .product-info-block__count-btn-plus {
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex
}

.product-info-block__count-btn-minus {
    justify-self: end;
    width: 100%;
    align-items: center;
    justify-content: flex-end
}

.product-info-block__count-btn-plus {
    justify-self: start;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.product-info-block__cart-input:checked ~ .product-info-block__counts-container {
    display: flex;
    align-items: center;
    gap: 24px
}

.product-info-block__cart-input:checked ~ .product-info-block__cart-button {
    display: none
}

.product-info-block__photos {
    width: 100%;
    margin-top: 80px
}

.product-info-block__photo {
    height: 1024px;
    object-fit: scale-down;
    overflow: hidden;
    width: auto
}

@media screen and (max-width: 1550px) {
    .product-info-block__photos {
        margin-top: 40px
    }

    .product-info-block__photo {
        height: auto;
        object-fit: initial
    }

    .product-info-block__right {
        align-content: center
    }

    .product-info-block__right-content .swiper-slide {
        margin-top: auto;
        margin-bottom: auto
    }
    .video-big{
        height: 732px;
      }
}



.product-info-block__photo-left {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-opacity);
}

.video-small{
    width: 97%;
    object-fit:cover;
  }

.video-big{
    object-fit:contain;
}

.product-info-block__photo-container {
    width: 30.7%;
    max-width: 242px;
    aspect-ratio: 242/305;
    filter: grayscale(1);
    transition: var(--transition-opacity);
    cursor: pointer
}

.product-info-block__photo-container.swiper-slide-thumb-active .product-info-block__photo-left, .product-info-block__photo-container:hover .product-info-block__photo-left {
    transform: scale(1.1)
}

.product-info-block__tabs {
    display: flex;
    flex-direction: column;
    margin-top: 100px
}

.product-info-block__tabs-header {
    display: grid;
    align-items: center;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px;
    border-bottom: 1px solid var(--color-gray-light);
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.product-info-block__tabs-header::-webkit-scrollbar {
    width: 0;
    height: 0
}

@media screen and (max-width: 1024px) {
    .product-info-block__photos {
        order: 1;
        margin-top: 0;
        width: 100%;
        height: 135px
    }

    .product-info-block__photos .swiper-wrapper {
        width: 100%
    }

    .product-info-block__photos .swiper-wrapper .swiper-slide {
        width: min-content !important
    }

    .product-info-block__photos .swiper-wrapper .swiper-slide img {
        width: 108px
    }

    .product-info-block__photo-container.swiper-slide-thumb-active .product-info-block__photo-left, .product-info-block__photo-container:hover .product-info-block__photo-left {
        transform: scale(1)
    }

    .product-info-block__tabs {
        order: 4;
        margin-top: 40px
    }

    .product-info-block__tabs-header {
        gap: 15px;
        grid-template-columns:repeat(4, minmax(119px, 1fr));
        margin-left: -20px;
        padding-left: 20px;
        width: calc(100% + 40px)
    }
}

.product-info-block__tabs-header-item {
    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);
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.product-info-block__tabs-header-item::after {
    content: "";
    height: 1px;
    background-color: var(--color-blue);
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--transition-opacity)
}

#product-item-tab-delivery:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-delivery], #product-item-tab-desc:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-desc], #product-item-tab-ingredients:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-ingredients], #product-item-tab-use:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-use], .product-info-block__tabs-header-item_active {
    color: var(--color-dark)
}

#product-item-tab-delivery:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-delivery]::after, #product-item-tab-desc:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-desc]::after, #product-item-tab-ingredients:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-ingredients]::after, #product-item-tab-use:checked ~ .product-info-block__tabs-header .product-info-block__tabs-header-item[for=product-item-tab-use]::after, .cart__products-list, .product-bottom-block, .product-info-block__tabs-header-item_active::after {
    width: 100%
}

.product-info-block__tabs input {
    display: none
}

.product-info-block__tabs input:checked + .product-info-block__tabs-header + .product-info-block__tabs-header-item {
    color: var(--color-blue);
    background-color: var(--color-white);
    border: 1px solid var(--color-blue)
}

.product-info-block__tabs-desc {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-dark);
    font-weight: 400;
    display: none;
    padding-top: 20px
}

.product-info-block__right {
    position: relative;
    max-width: 850px
}

.product-info-block__right-content {
    position: sticky;
    overflow: hidden
}

.sidebar__catalog-category-list.active, .sidebar__filter-product-type-list.active {
    max-height: 100vh
}

.product-info-block__right-content .swiper-slide {
    display: flex;
    justify-content: center
}

.product-info-block__right-swiper_btn-container {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: grid;
    grid-template-columns:44px 44px
}

.product-info-block__right-btn-svg {
    width: 44px;
    height: 24px
}

.product-info-block__right-btn-svg path {
    transition: var(--transition-opacity)
}

.product-info-block__right-btn-label {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer
}

.product-info-block__right-btn-colors {
    position: absolute;
    left: 0;
    top: 0;
    grid-template-columns:40px 1fr 48px;
    gap: 10px;
    z-index: 2;
    width: fit-content;
    height: 70px;
    padding: 10px;
    border: 0;
    background-color: var(--color-white);
    cursor: pointer;
    display: none
}

.product-info-block__right-btn-colors:hover .product-info-block__right-btn-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"
}

.product-info-block__right-btn-color {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: auto 0
}

.product-info-block__right-btn-labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    cursor: pointer
}

.product-info-block__sliders-photos-right-next, .product-info-block__sliders-photos-right-prev {
    z-index: 1;
    position: relative;
    left: auto;
    right: auto;
    width: 44px;
    height: 44px;
    background-color: var(--color-white)
}

.product-info-block__sliders-photos-right-next-icon {
    width: 24px;
    height: 24px;
    color: var(--color-dark);
    transform: rotate(-180deg)
}

.product-info-block__sliders-photos-right-prev-icon {
    width: 24px;
    height: 24px;
    color: var(--color-dark)
}

#product-item-tab-delivery:checked ~ .product-info-block__tabs-contents #product-tab-delivery, #product-item-tab-desc:checked ~ .product-info-block__tabs-contents #product-tab-desc, #product-item-tab-ingredients:checked ~ .product-info-block__tabs-contents #product-tab-ingredients, #product-item-tab-use:checked ~ .product-info-block__tabs-contents #product-tab-use {
    display: block
}

.dropdown-product-colors {
    position: fixed;
    top: 0;
    z-index: 99;
    right: 0;
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 16px 16px;
    gap: 40px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, .2);
    height: 100%
}

@media(min-width: 1024px)
{
    .dropdown-product-colors
    {
        padding: 180px 16px 16px;
        max-width: 420px;
    }
}

.dropdown-product-colors__close {
    position: absolute;
    top: 40px;
    right: 40px
}

.dropdown-product-colors__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.dropdown-product-colors__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    height: calc(100vh - 200px)
}

.dropdown-product-colors__item {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: transparent;
    border: none
}

.dropdown-product-colors__color {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

@media screen and (max-width: 1800px) {
    .product-info-block__tabs-header-item {
        font-size: 18px;
        line-height: 22px
    }

    .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
    }
}

.product-bottom-block__bottom, .product-bottom-block__top {
    padding: 80px var(--main-padding)
}

@media screen and (max-width: 1550px) {
    .product-info-block__tabs-desc {
        font-size: 12px;
        line-height: 15px
    }

    .product-info-block__right-btn-label {
        font-size: 14px;
        line-height: 18px
    }

    .product-bottom-block__top {
        padding: 60px var(--main-padding)
    }
}

.product-bottom-block__top-swiper-container {
    position: relative;
    margin: 40px 55px 0
}

@media screen and (max-width: 1024px) {
    .product-info-block__right {
        max-width: 100%
    }

    .product-info-block__right-content {
        position: relative;
        top: auto;
        margin: 0 auto
    }

    .product-info-block__right-btn-label {
        font-size: 12px;
        line-height: 16px
    }

    .dropdown-product-colors__label {
        font-size: 14px;
        line-height: 17px
    }

    .product-bottom-block__top-swiper-container {
        margin: 40px 0 0
    }
}

@media screen and (max-width: 850px) {
    .product-info-block__info {
        gap: 10px
    }

    .product-info-block__tag {
        height: 40px
    }

    .product-info-block__tag-k18 {
        min-width: 34px;
        height: 40px
    }

    .product-bottom-block__top-swiper-container {
        margin: 40px 30px
    }

    .product-bottom-block__bottom-right-title_mobile {
        margin-left: 30px
    }
}

.product-bottom-block__top-swiper-next {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    right: -55px
}

.product-bottom-block__top-swiper-next-svg, .recently-viewed-container-swiper-next-svg {
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
    color: var(--color-dark)
}

.product-bottom-block__top-swiper-prev {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    left: -55px
}

.product-bottom-block__top-swiper-prev-svg, .recently-viewed-container-swiper-prev-svg {
    width: 24px;
    height: 24px;
    color: var(--color-dark)
}

.product-bottom-block__title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .product-bottom-block__title {
        font-size: 14px;
        line-height: 17px
    }
}

.product-bottom-block-left {
    width: 100%;
    position: relative
}

.product-bottom-block__bottom-description {
    display: grid;
    grid-template-columns:810fr 620fr;
    gap: 100px
}

.lk-header::before, .product-bottom-block__bottom-description::before {
    content: "";
    display: block
}

@media screen and (max-width: 1550px) {
    .product-bottom-block__bottom-description, .product-bottom-block__bottom-products {
        gap: 60px
    }
}

.product-bottom-block__bottom-products {
    display: grid;
    grid-template-columns:auto minmax(420px, 620px);
    row-gap: 50px;
    column-gap: 100px
}

@media screen and (max-width: 1550px) {
    .product-bottom-block__bottom {
        padding: 60px var(--main-padding)
    }
}

@media screen and (max-width: 1300px) {
    .product-bottom-block__top {
        padding: 40px var(--main-padding)
    }

    .product-bottom-block__bottom-products {
        grid-template-columns:1fr
    }

    .product-bottom-block__bottom {
        padding: 40px var(--main-padding)
    }
}

.product-bottom-block__bottom-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: .06em;
    margin-bottom: 20px
}

@media screen and (max-width: 1800px) {
    .product-bottom-block__bottom-right-title {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .product-bottom-block__bottom-right-title, .product-bottom-block__title {
        font-size: 12px;
        line-height: 15px
    }

    .product-bottom-block__bottom-description {
        gap: 40px
    }
}

.product-bottom-block__bottom-right-title_mobile {
    display: none
}

@media screen and (max-width: 1024px) {
    .product-bottom-block__top-swiper-next-svg {
        width: 16px;
        height: 16px
    }

    .product-bottom-block__top-swiper-next {
        margin-top: 0;
        width: 32px;
        height: 32px;
        top: -52px;
        right: 0
    }

    .product-bottom-block__top-swiper-prev {
        margin-top: 0;
        width: 32px;
        height: 32px;
        top: -52px;
        right: 32px;
        left: auto
    }

    .product-bottom-block__top-swiper-prev-svg {
        width: 16px;
        height: 16px
    }

    .product-bottom-block__title {
        font-size: 14px;
        line-height: 17px
    }

    .product-bottom-block__bottom-description {
        grid-template-columns:1fr;
        gap: 60px
    }

    .product-bottom-block__bottom {
        padding-top: 0;
        padding-bottom: 60px
    }

    .product-bottom-block__bottom-right-title {
        font-size: 14px;
        line-height: 17px;
        display: none
    }

    .product-bottom-block__bottom-right-title_mobile {
        font-family: var(--font-secondary);
        font-style: normal;
        font-size: 16px;
        line-height: 19px;
        color: var(--color-dark);
        font-weight: 400;
        letter-spacing: .06em;
        margin-bottom: 20px;
        display: block
    }
}

@media screen and (max-width: 1024px) and (max-width: 1800px) {
    .product-bottom-block__bottom-right-title_mobile {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1024px) and (max-width: 1220px) {
    .product-bottom-block__bottom-right-title_mobile {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
    .product-bottom-block__bottom-right-title_mobile {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    .product-bottom-block__bottom-right-title_mobile {
        font-size: 14px;
        line-height: 17px
    }
}

.product-bottom-block__bottom-right-list {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px 40px
}

@media screen and (max-width: 850px) {
    .product-bottom-block__bottom-right-list {
        grid-template-columns:repeat(2, 1fr);
        gap: 20px;
        margin-left: 30px;
        margin-right: 30px;
        grid-template-rows:450px 450px
    }
}

@media screen and (max-width: 580px) {
    .product-bottom-block__bottom-right-list {
        grid-template-columns:1fr
    }
}

.product-bottom-block__bottom-left {
    position: relative;
    height: fit-content;
    overflow: hidden;
    cursor: pointer
}

.product-bottom-block__bottom-left::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78.4%, rgba(0, 0, 0, .3) 100%)
}

.product-bottom-block__bottom-left-img {
    width: 100%;
    height: auto;
    aspect-ratio: 100/86;
    object-fit: cover;
    transition: var(--transition-opacity)
}

.product-bottom-block__bottom-left-brand {
    width: 100%;
    height: auto
}

.product-bottom-block__bottom-left-brand-container {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 3;
    background-color: var(--color-white);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px
}

.product-bottom-block__bottom-left-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: var(--color-white);
    text-transform: uppercase;
    position: absolute;
    bottom: 44px;
    left: 30px;
    z-index: 2;
    cursor: pointer;
    transition: var(--transition-opacity)
}

.catalog-header-container__text-author, .catalog-header-container__text-quote {
    font-family: var(--font-secondary);
    font-weight: 400;
    color: var(--color-white);
    font-style: normal;
    text-align: center
}

@media screen and (max-width: 1800px) {
    .product-bottom-block__bottom-left-title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .product-info-block__tabs-header-item {
        font-size: 16px;
        line-height: 19px
    }

    .product-bottom-block__bottom-left-title {
        font-size: 22px;
        line-height: 28px
    }

    .sidebar__catalog-title {
        font-size: 16px;
        line-height: 17px
    }
}

.product-bottom-block__bottom-left-arrow {
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
    transition: var(--transition-opacity)
}

.product-bottom-block__bottom-left-button {
    position: absolute;
    bottom: 40px;
    right: 33px;
    width: 44px;
    height: 44px;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: none;
    cursor: pointer
}

.product-bottom-block__bottom-left:hover .product-bottom-block__bottom-left-img {
    transform: scale(1.05)
}

.product-bottom-block__bottom-left:hover .product-bottom-block__bottom-left-title {
    opacity: var(--opacity-value)
}

.catalog-header-container {
    position: absolute;
    top: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 11%;
    height: 18vw
}

.catalog-header-container__text {
    display: flex;
    flex-direction: column;
    max-width: 460px;
    width: 100%
}

.catalog-header-container__text-quote {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.8px;
    padding: 0 40px
}

.catalog-header-container__text-author {
    font-size: 14px;
    line-height: 17px;
    margin-top: 30px;
    letter-spacing: 1.4px
}

.catalog__products-header {
    padding-bottom: 10px;
    width: 100%
}

.catalog__products-header-title {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: unset;
}
.mobile-catalog{
    justify-content: unset;
    gap: 5px;
}
.catalog__products-header-title h1 {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px
}

@media screen and (max-width: 1800px) {
    .catalog__products-header-title h1 {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .catalog-header-container__text-quote {
        font-size: 14px;
        line-height: 18px
    }

    .catalog-header-container__text-author {
        font-size: 12px;
        line-height: 15px
    }

    .catalog__products-header-title h1 {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .catalog__products-header-title h1 {
        font-size: 28px;
        line-height: 34px
    }

    .sidebar__catalog-category-list-item {
        font-size: 14px;
        line-height: 16px
    }
}

@media screen and (max-width: 1100px) {
    .catalog__products-header-title h1 {
        font-size: 24px;
        line-height: 30px
    }
}

.catalog__products-header-title .filter {
    display: none;
    background: 0 0;
    border: 0
}

.catalog__products-header-title .filter svg {
    height: 24px;
    width: 24px
}

.catalog__products-header-title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-gray-light);
    text-transform: uppercase
}
@media(max-width:680px){
    .catalog__products-header-title-container{
        border-bottom:unset;
    }
}
.catalog__products-header-type-switcher {
    border-radius: 100px;
    width: 200px;
    background: var(--color-white-dark);
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.catalog__products-header-type-switcher-item {
    position: relative;
    width: 50%;
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    display: flex;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    text-transform: none;
    flex: 1 0 0;
    cursor: pointer;
    border-radius: 100px
}

@media screen and (max-width: 1800px) {
    .catalog__products-header-type-switcher-item {
        font-size: 14px;
        line-height: 17px
    }

    .sidebar__catalog-title {
        font-size: 16px;
        line-height: 17px
    }
}

.catalog__products-header-type-switcher-item.active {
    background-color: var(--color-blue);
    color: var(--color-white)
}

.catalog__products-header-sort-controls {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
}
.catalog__products-header-sort-controls-filter{}
.catalog__products-header-sort-controls-filter .filter{
    border:none;
    background:transparent;
}
.catalog__products-header-sort-controls-filter svg{
    width: 24px;
    height: 24px;
}
.catalog__products-header-sort-controls-buttons {
    display: flex;
    flex-direction: row;
    white-space: nowrap
}

.catalog__products-header-sort-controls-buttons a {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    border: 1px solid var(--color-gray-light);
    background-color: var(--color-white);
    margin-right: 10px;
    padding: 5px 10px;
    gap: 10px;
    border-radius: 0
}

.catalog-products-sort__select-box, .catalog__products-header-sort-controls-select select {
    font-size: 14px;
    line-height: 17px;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    color: var(--color-blue)
}

.catalog__products-header-sort-controls-buttons a.active, .catalog__products-header-sort-controls-buttons a:hover {
    border: 1px solid var(--color-blue)
}

.catalog__products-header-sort-controls-select select {
    border: 0;
    outline: 0;
    scroll-behavior: smooth
}

.catalog__products-header-sort-controls-select select option {
    border: 0
}

.catalog-products-sort__select-box {
    position: relative;
    display: block;
    width: 186px
}

.catalog-products-sort__select-box .select-box__current {
    position: relative;
    cursor: pointer;
    outline: 0;
    padding: 5px 0
}

.catalog-products-sort__select-box .select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transform: translateY(-50%) rotate(-90deg);
    width: 20px;
    height: 20px;
    opacity: .3;
    transition: .2s
}

.catalog-products-sort__select-box .select-box__value {
    display: flex
}

.catalog-products-sort__select-box .select-box__input {
    display: none
}

.catalog-products-sort__select-box .select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0 5px;
    background-color: var(--color-white)
}

.catalog-products-sort__select-box .select-box__input:checked + .select-box__input-text {
    display: block
}
.smartfilter-mobile form{
    display:none;
}
.catalog-products-sort__select-box .select-box__list {
    position: absolute;
    margin-top: 5px;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    z-index: 10;
    animation-name: hide-list;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .1)
}

.catalog-products-sort__select-box .select-box__option {
    display: block;
    width: 185px;
    height: 30px;
    padding-left: 10px;
    background: var(--color-white);
    cursor: pointer
}

.catalog-products-sort__select-box .select-box__option-link {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.catalog-products-sort__select-box .select-box__current:focus + .select-box__list {
    opacity: 1;
    animation-name: none
}

.catalog-products-sort__select-box .select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(90deg)
}

.catalog-products-sort__select-box .select-box__option:focus, .catalog-products-sort__select-box .select-box__option:hover {
    color: #546c84;
    background-color: #fbfbfb
}

@keyframes hide-list {
    from {
        transform: scaleY(1)
    }
    to {
        transform: scaleY(0)
    }
}

.sidebar {
    background-color: var(--color-white-dark);
    display: flex;
    flex-direction: column;
    padding-left: 70px;
    padding-right: 20px;
    padding-bottom: 55px;
    position: sticky;
    top: 0
}

.sidebar__catalog {
    margin-top: 30px;
    display: flex;
    flex-direction: column
}

.sidebar__catalog-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 17px;
    color: var(--color-dark);
    font-weight: 400
}

.sidebar__catalog-title-text {
    font-size: 20px;
    line-height: 24px
}

.sidebar__catalog-category-list-item, .sidebar__catalog-category-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-dark)
}

.sidebar__catalog-title-btn {
    display: none;
    width: 30px;
    height: 30px
}

.sidebar__catalog-title-btn button {
    padding: 0;
    border: 0;
    background: 0 0
}

.sidebar__catalog-title-btn svg {
    width: 30px;
    height: 30px
}

.sidebar__catalog-category {
    margin-top: 20px;
    display: flex;
    flex-direction: column
}

.sidebar__catalog-category-title {
    font-weight: 500;
    border: 0;
    background: 0 0;
    display: flex;
    justify-content: start
}

@media screen and (max-width: 1220px) {
    .product-bottom-block__bottom-left-title {
        font-size: 18px;
        line-height: 24px
    }

    .catalog__products-header-type-switcher-item {
        font-size: 12px;
        line-height: 15px
    }

    .sidebar__catalog-category-title {
        font-size: 14px;
        line-height: 16px
    }
}

.sidebar__catalog-category-title.active {
    color: var(--color-blue)
}


.sidebar__catalog-category-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 15px;
    padding-left: 0;
    max-height: 0;
    transition: max-height .3s ease-in;
    margin-left: 10px;
    overflow: hidden
}

.sidebar__catalog-category-list-item {
    font-weight: 400
}

@media screen and (max-width: 1024px) {
    .product-bottom-block__bottom-right-list {
        gap: 20px
    }

    .catalog__products-header-title h1, .product-bottom-block__bottom-left-title {
        font-size: 20px;
        line-height: 24px
    }

    .catalog-header-container__text-quote {
        font-size: 12px;
        line-height: 16px
    }

    .catalog-header-container {
        height: 200px
    }

    .catalog__products-header-title .filter, .sidebar__catalog-title-btn {
        display: block
    }

    .catalog__products-header-type-switcher-item {
        font-size: 14px;
        line-height: 17px
    }

    .catalog__products-header-sort-controls {
        margin-top: unset
    }

    .catalog__products-header-sort-controls-buttons a {
        padding: 3px 5px
    }

    .sidebar__catalog-category-title {
        font-size: 14px;
        line-height: 16px
    }

    .sidebar__catalog-category-list-item {
        font-size: 13px;
        line-height: 15px
    }
}

.sidebar__filter-product-type-title-btn, .sidebar__filter-product-type-title-count-btn .counter {
    font-size: 16px;
    line-height: 19px;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

.sidebar__line {
    margin-top: 30px;
    height: 1px;
    background-color: var(--color-gray-light)
}

.sidebar__search {
    margin-top: 30px;
    height: 50px;
    display: flex;
    padding: 2px
}

.sidebar__search-input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 14px;
    border: none;
    outline: 0;
    width: 100%
}

.sidebar__search-icon {
    border: none;
    padding: 10px;
    background: var(--color-white)
}

.sidebar__search-icon svg {
    width: 23px;
    height: 24px
}

.sidebar__filter {
    display: flex;
    flex-direction: column;
    gap: 20px
}

#mobile-filter-open-button{
    display: none;
}
.smartfilter-mobile{
    display: none;
}

.sidebar__filter-product-type-count {
    display: none;
    padding: 5px 8px;
    border-radius: 100px;
    background: var(--color-white);
    margin-right: 10px
}

.sidebar__filter-product-type-count.active {
    display: flex;
    align-items: center;
    flex-direction: row
}

.sidebar__filter-product-type-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction:column;
    cursor: pointer;
    position: sticky;
    top: 0;
    gap:15.5px;
    background-color: #f7f8fa;
    z-index: 999999
}

#searchInput{
    align-self:flex-start;
    width: 100%;
    padding: 8px 14px;
    border:none;
    display: none;
}

.sidebar__filter-product-type-title-btn {
    color: var(--color-dark);
    border: 0;
    background: 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 1
}

@media screen and (max-width: 1800px) {
    .sidebar__filter-product-type-title-btn, .sidebar__filter-product-type-title-count-btn .counter {
        font-size: 14px;
        line-height: 17px
    }
}

.sidebar__filter-product-type-title-btn .arrow-btn-icon {
    width: 29px;
    height: 29px;
    transform: rotate(270deg)
}

.sidebar__filter-product-type-title-count-btn {
    display: none;
    z-index: 2;
    position: absolute;
    right: 0;
    padding: 5px 8px;
    border-radius: 100px;
    background: var(--color-white);
    border: 0
}

.sidebar__filter-product-type-title-count-btn .counter {
    color: var(--color-white-extra-dark);
    margin-left: 5px;
    margin-right: 5px
}

@media screen and (max-width: 1220px) {
    .sidebar__filter-product-type-title-btn, .sidebar__filter-product-type-title-count-btn .counter {
        font-size: 12px;
        line-height: 15px
    }

    .sidebar__filter-product-type-title-btn .arrow-btn-icon {
        width: 25px;
        height: 25px
    }
}

.sidebar__filter-product-type-title-count-btn .cross-btn-icon {
    width: 12px;
    height: 12px
}

.sidebar__filter-product-type-title-count-btn.active {
    display: flex;
    align-items: center;
    justify-content: center
}

.sidebar__filter-product-type-list {
    max-height: 0;
    transition: max-height .4s ease-out;
    margin-left: 10px;
    overflow: hidden
}

.sidebar__filter-product-type-list-item {
    margin-top: 13px;
    padding: 0;
    gap: 10px;
    cursor: pointer
}

.product-card__favorite-input, .sidebar__filter-product-type-list-item .checkbox-input {
    display: none
}

.sidebar__filter-product-type-list-item .checkbox-label {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap:10px;
}

.catalog-banner:hover .catalog-banner__bottom--arrow, .catalog__pagination-navigation .page-number.active, .catalog__pagination-show-more:hover, .product-card__favorite-button:hover .product-card__favorite-button-icon, .product-card__product-state.sale-blue {
    color: var(--color-blue)
}

.sidebar__filter-product-type-list-item .checkbox-label-checkbox {
    border: 1px solid var(--color-blue);
    border-radius: 0;
    background-color: var(--color-white-dark);
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative
}

.sidebar__filter-product-type-list-item .checkbox-label-checkbox::after {
    opacity: 0;
    transform: scale(0);
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: var(--color-blue);
    transition: .3s
}

.sidebar__filter-product-type-list-item .checkbox-label.checked .checkbox-label-checkbox::after {
    opacity: 1;
    transform: scale(1)
}

.sidebar__filter-product-type-list-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 250px;
    overflow: auto
}

.sidebar__filter-product-type-list-colors-item {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    width: 85px;
    height: 65px
}

.sidebar__filter-product-type-list-colors-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    gap: 5px;
    cursor: pointer
}

.sidebar__filter-product-type-list-colors-item-container.checked .sidebar__filter-product-type-list-colors-item-color-container {
    padding: 4px;
    border: 1px solid var(--color-blue);
    border: 1px solid var(--color-blue)
}

.sidebar__filter-product-type-list-colors-item-color-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px
}

.sidebar__filter-product-type-list-colors-item-color {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.sidebar__filter-product-type-list-colors-item-color-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: var(--color-dark);
    font-weight: 400;
    text-align: center
}

.sidebar__filter-product-type.active .sidebar__filter-product-type-title {
}

.sidebar__filter-product-type.active .sidebar__filter-product-type-title svg {
    transform: rotate(90deg);
    color: var(--color-blue)
}

.product-card__link, .product-card__wrapper {
    display: flex;
    flex-direction: column
}

.product-card__photo-container {
    background: var(--color-gray-dark);
    position: relative;
    height: 100%;
    min-height: 260px
}

.product-card__photo-container .product-card__photo {
    margin: 0 auto;
    height: 100%
}

.product-card__photo-container .first-no {
    height: 100%
}

.product-card__photo-container .first {
    position: absolute;
    opacity: 1;
    transition-duration: .96s;
    background-color: var(--color-white-dark);
    width: 100%;
    height: 100%
}

.product-card__photo-container .first img {
    height: 100%;
    object-fit: cover;
    margin: 0 auto
}

.product-card__photo-container .first:hover {
    opacity: 0
}

.auth-login__recovery-btn:hover, .auth-login__registration-btn:hover, .catalog-banner:hover .catalog-banner__bottom-title {
    opacity: var(--opacity-value)
}

.product-card__favorite-button {
    top: 10px;
    left: 10px;
    position: absolute;
    padding: 5px;
    z-index: 2;
    background: var(--color-white);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.product-card__favorite-button-icon {
    width: 24px;
    height: 24px;
    color: var(--color-dark);
    transition: var(--transition-opacity);
    animation: .5s forwards favorite-animation-back
}

.product-card__favorite-input:checked + .product-card__favorite-button .product-card__favorite-button-icon {
    animation: .5s forwards favorite-animation
}

@keyframes favorite-animation-back {
    0% {
        transform: scale(1);
        color: var(--color-dark)
    }
    25% {
        transform: scale(.6)
    }
    100%, 50% {
        transform: scale(1)
    }
    75% {
        transform: scale(1.1)
    }
}

@keyframes favorite-animation {
    0% {
        transform: scale(1);
        color: var(--color-blue)
    }
    25% {
        transform: scale(.6)
    }
    50% {
        transform: scale(1)
    }
    75% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1);
        fill: var(--color-blue)
    }
}

.product-card__color {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    padding: 5px;
    background: var(--color-white);
    border-radius: 100px
}

.product-card__color svg {
    width: 18px;
    height: 18px
}

.product-card__product-state {
    font-family: var(--font-primary);
    font-style: normal;
    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;
    align-items: center;
    padding: 5px 10px;
    gap: 4px;
    background: var(--color-white)
}

.product-card__product-state + .product-card__product-state {
    left: 80px
}

.product-card__bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.product-card__bottom-info-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px
}

@media screen and (max-width: 1550px) {
    .catalog-products-sort__select-box, .catalog__products-header-sort-controls-buttons a, .catalog__products-header-sort-controls-select select, .product-card__bottom-info-title, .product-card__color, .product-card__product-state, .sidebar__filter-product-type-list-item .checkbox-label {
        font-size: 12px;
        line-height: 15px
    }

    .catalog__products-list .product-card__bottom {
        height: auto !important
    }
}

@media screen and (max-width: 850px) {
    .sidebar__catalog-category-list-item {
        font-size: 12px;
        line-height: 15px
    }

    .product-card__bottom-info-title {
        font-size: 14px;
        line-height: 17px
    }
}

.product-card__bottom-info-size {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-gray);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px
}

.product-card__buy-price-actual, .product-card__buy-price-old {
    font-weight: 500;
    font-family: var(--font-primary);
    font-style: normal
}

@media screen and (max-width: 1550px) {
    .product-card__bottom-info-size {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 850px) {
    .product-card__bottom-info-size {
        font-size: 14px;
        line-height: 17px
    }
}

.product-card__buy {
    height: 50px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.product-card__buy-price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px
}

@media screen and (max-width: 768px) {
    .product-info-block__right-swiper_btn-container {
        grid-template-columns:32px 32px;
        height: 32px;
        bottom: 0
    }

    .catalog-header-container__text-quote, .product-info-block__right-btn-label {
        font-size: 16px;
        line-height: 19px
    }

    .product-info-block__right-btn-colors {
        position: relative;
        width: 100%
    }

    .product-info-block__sliders-photos-right-next, .product-info-block__sliders-photos-right-prev {
        bottom: 0;
        top: auto;
        margin-top: 0;
        height: 32px;
        width: 32px
    }

    .product-info-block__sliders-photos-right-next-icon {
        width: 16px;
        height: 16px
    }

    .product-info-block__sliders-photos-right-prev-icon {
        width: 16px;
        height: 16px
    }

    .dropdown-product-colors__label, .product-bottom-block__title {
        font-size: 14px;
        line-height: 17px
    }

    .product-bottom-block__top {
        padding: 20px var(--main-padding) 20px
    }

    .product-bottom-block__bottom-description, .product-bottom-block__bottom-products {
        gap: 30px
    }

    .product-bottom-block__bottom {
        padding-top: 0
    }

    .catalog__products-header-type-switcher-item, .product-bottom-block__bottom-right-title, .sidebar__filter-product-type-title-btn, .sidebar__filter-product-type-title-count-btn .counter {
        font-size: 14px;
        line-height: 17px
    }

    .product-bottom-block__bottom-left-title {
        bottom: 32px;
        left: 16px
    }

    .product-bottom-block__bottom-left-arrow {
        width: 16px;
        height: 16px
    }

    .product-bottom-block__bottom-left-button {
        bottom: 28px;
        right: 16px;
        width: 32px;
        height: 32px
    }

    .catalog__products-header-title h1 {
        font-size: 20px;
        line-height: 24px
    }

    .sidebar__catalog-category-title {
        font-size: 14px;
        line-height: 16px
    }

    .product-card__buy-price {
        flex-direction: column;
        gap: 2px
    }
}

.product-card__buy-price-old {
    color: var(--color-white-extra-dark);
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center
}

.product-card__buy-price-old-icon {
    position: absolute;
    width: 33px;
    height: 0;
    z-index: 2;
    background: #97999b;
    border: 1px solid #0047bb;
    transform: rotate(-30deg)
}

.product-card__buy-price-actual {
    color: var(--color-black);
    font-size: 18px;
    line-height: 22px
}

@media screen and (max-width: 1550px) {
    .product-card__buy-price-old {
        font-size: 12px;
        line-height: 15px
    }

    .product-card__buy-price-actual {
        font-size: 14px;
        line-height: 18px
    }
}

@media screen and (max-width: 1024px) {
    .sidebar__filter-product-type-title-btn, .sidebar__filter-product-type-title-count-btn .counter {
        font-size: 14px;
        line-height: 17px
    }

    .product-card__buy-price-actual {
        font-size: 12px;
        line-height: 16px
    }
}

@media screen and (max-width: 768px) {
    .product-card__buy-price-actual {
        font-size: 16px;
        line-height: 19px
    }
}

@media screen and (max-width: 1024px) {
    .product-card__buy-price-actual {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 850px) {
    .product-card__buy-price-actual {
        font-size: 16px;
        line-height: 19px
    }
}

.product-card__buy-button-icon {
    width: 30px;
    height: 30px;
    color: var(--color-dark);
    transition: .5s
}

.catalog-banner__bottom--arrow, .catalog-banner__img, .lk-friend__button, .lk-left__item::before {
    transition: var(--transition-opacity)
}

.product-card__buy-button-icon:hover {
    animation: 1s forwards bag-animation
}

@keyframes bag-animation {
    0%, 100%, 50% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(-20deg)
    }
    75% {
        transform: rotate(20deg)
    }
}

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

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

.catalog-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

.catalog-banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.catalog-banner__bottom {
    position: absolute;
    bottom: 20px;
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    padding: 0 40px
}

.catalog-banner__bottom-title {
    justify-self: start;
    font-family: var(--font-primary);
    color: var(--color-white);
    font-size: 30px;
    font-weight: 200;
    line-height: 120%;
    text-transform: uppercase
}

@media (max-width: 1279.9px) {
    .catalog-banner__bottom-title {
        font-size: 24px
    }
}

.catalog-banner__bottom-button {
    grid-column: 2;
    justify-self: end;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    background-color: var(--color-white)
}

.catalog-banner__bottom--arrow {
    width: 24px;
    height: 24px;
    transform: rotate(-180deg)
}

@media (max-width: 767.9px) {
    .catalog-banner__bottom {
        padding: 0 30px
    }
}

.catalog-banner:hover .catalog-banner__img {
    transform: scale(1.05)
}

.catalog-banner:nth-child(odd) {
    grid-row: 1/3;
    grid-column: 3/5
}

.catalog-banner:nth-child(2n) {
    grid-row: 3/5;
    grid-column: 1/3
}

@media (max-width: 1450px) {
    .catalog-banner:nth-child(odd) {
        grid-row: 1/3;
        grid-column: 3/5;
    }
}

@media (max-width: 1400px) {
    .catalog-banner:nth-child(odd) {
        grid-row: 1/3;
        grid-column: 2/4;
    }
}

@media (max-width: 850px) {
    .catalog-banner {
        width: 100%;
    }
    .catalog-banner:nth-child(odd) {
        grid-row: 3/5;
        grid-column: 1/3
    }
    
    .catalog-banner:nth-child(2n) {
        grid-row: 7/9;
        grid-column: 1/3
    }
}

@media (max-width: 450px) {
    .catalog-banner {
        width: calc(100% + 6*var(--main-padding));
        margin-left: unset;
        margin-right: unset;
    }
    .catalog-banner:nth-child(odd) {
        grid-row: 3/4;
        grid-column: 1/2
    }
    
    .catalog-banner:nth-child(2n) {
        grid-row: 7/8;
        grid-column: 1/2
    }
}

.catalog__products-list {
    display: grid;
    grid-gap: 40px;
    grid-template-columns:repeat(4, 1fr)
}

@media screen and (max-width: 1550px) {
    .catalog__products-list {
        grid-gap: 20px
    }
}

@media screen and (max-width: 1450px) {
    .catalog__products-list {
        grid-gap: 10px;
        grid-template-columns:repeat(4, 1fr)
    }
}

@media screen and (max-width: 1439px) {
    .catalog__products-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 850px) {
    .catalog__products-list {
        padding: 0 30px;
        grid-gap: 20px;
        grid-template-columns:1fr 1fr
    }
}

.catalog__pagination {
    margin-top: 40px;
    margin-bottom: 100px
}

.catalog__pagination-show-more {
    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: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    gap: 20px;
    border: 1px solid var(--color-dark);
    background: 0 0
}

@media screen and (max-width: 1800px) {
    .catalog__pagination-show-more {
        font-size: 14px;
        line-height: 17px
    }
}

.catalog__pagination-show-more:hover {
    border: 1px solid var(--color-blue)
}

.catalog__pagination-navigation .page-number, .recently-viewed-title {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

.catalog__pagination-navigation {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.catalog__pagination-navigation .page-number {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-gray-light);
    background: 0 0
}

@media screen and (max-width: 1800px) {
    .catalog__pagination-navigation .page-number {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .catalog__pagination-navigation .page-number, .catalog__pagination-show-more {
        font-size: 12px;
        line-height: 15px
    }
}

.catalog__pagination-navigation .page-number:hover {
    border: 1px solid var(--color-blue)
}

@media screen and (max-width: 1024px) {
    .catalog__pagination {
        margin-bottom: 60px
    }

    .catalog__pagination-navigation .page-number, .catalog__pagination-show-more {
        font-size: 14px;
        line-height: 17px
    }

    .catalog__pagination-navigation .page-number {
        width: 32px;
        height: 32px
    }
}

.catalog__pagination-navigation .page-number.active {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    border: 1px solid var(--color-blue)
}

@media screen and (max-width: 1800px) {
    .catalog__pagination-navigation .page-number.active, .recently-viewed-title {
        font-size: 14px;
        line-height: 17px
    }
}

.catalog__pagination-navigation .next, .catalog__pagination-navigation .previous {
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0;
    border: 0
}

.catalog__pagination-navigation .previous svg {
    width: 24px;
    height: 24px
}

.catalog__pagination-navigation .next svg {
    width: 24px;
    height: 24px;
    transform: rotate(180deg)
}

.catalog {
    display: flex;
    flex-direction: column;
    margin-top: var(--margin-top)
}

.catalog__header {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.catalog__content {
    display: flex;
    flex-direction: row;
    position: relative
}

.catalog__content-sidebar {
    width: 23.45%;
    overflow-y: auto
}


.catalog__content-sidebar::-webkit-scrollbar {
    width: 4px;
    background: var(--color-white-dark);
    border-radius: 0
}

.catalog__content-sidebar::-webkit-scrollbar-thumb {
    background-color: var(--color-blue);
    border-radius: 0;
    position: relative
}

.catalog__content-products {
    position: sticky;
    top: var(--margin-top);
    height: fit-content;
    padding-top: 40px;
    padding-right: var(--main-padding);
    padding-left: var(--main-padding);
    width: 76.56%
}

.recently-viewed-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 10px 0
}

.recently-viewed-title-buttons {
    width: 88px;
    height: 44px;
    display: flex;
    flex-direction: row
}

.recently-viewed-container-swiper-next, .recently-viewed-container-swiper-prev {
    width: 44px;
    height: 44px;
    border: none;
    background-color: var(--color-white);
    padding: 0
}

.line__product {
    display: grid;
    align-items: center;
    position: relative;
    padding: 10px 0;
    gap: 10px;
    grid-template-columns:106fr 504fr;
    border-bottom: 1px solid var(--color-white-extra-dark)
}

.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, .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)
}

.line__product-properties-cost {
    display: grid;
    gap: 10px;
    grid-template-columns:314fr 180fr
}

.line__product-properties {
    width: 100%;
    border-right: 1px solid var(--color-white-extra-dark);
    flex-grow: 1;
    padding: 20px 10px 20px 0
}

.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
    }
}

.line__product-properties-color-container {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.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;
    color: var(--color-white-extra-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

.line__product-cost-discount, .line__product-cost-price .old-price {
    font-size: 14px;
    line-height: 17px;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

.line__product-cost {
    width: 100%;
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between
}

.line__product-cost-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px
}

.line__product-cost-price .old-price {
    color: var(--color-white-extra-dark);
    position: relative
}

.line__product-cost-price .old-price::before {
    position: absolute;
    width: 70%;
    height: 50%;
    content: "";
    border-bottom: 1px solid var(--color-blue);
    pointer-events: none;
    transform: rotate(-10deg)
}

.line__product-cost-price .actual-price {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px
}

.line__product-cost-discount {
    color: var(--color-blue);
    text-align: end;
    margin-top: 8px
}

.lk-left__list, .lk-right__content {
    margin-top: 40px
}

.line__product-count-container {
    background-color: var(--color-white);
    display: grid;
    grid-template-columns:24px 32px 24px;
    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
    }
}

.auth-login__form a, .lk-left__exit {
    font-size: 12px;
    text-transform: uppercase
}

.lk-left__exit, .lk-left__name {
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    font-family: var(--font-primary);
    font-style: normal
}

.line__product-count-container-btn-minus, .line__product-count-container-btn-plus {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 0
}

.line__product-mobile {
    display: none
}

.isfavorite .line__product-image-favorite, .video-container-full_open {
    display: block
}

.lk-content {
    padding: 40px var(--main-padding) 106px var(--main-padding);
    display: grid;
    grid-template-columns:560fr 1060fr;
    gap: 100px
}

.lk-left {
    background-color: var(--color-white-dark);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    position: relative
}

.lk-left__exit {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none
}

.lk-left__header {
    padding-right: 40px;
    display: grid;
    grid-template-columns:150fr 250fr;
    gap: 20px;
    align-items: center
}

.lk-left__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.lk-left__img-container {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.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: 1120px) {
    .lk-left__img-edit {
        width: 30px;
        height: 30px
    }

    .lk-left__img-icon {
        width: 20px;
        height: 20px
    }
}

.lk-left__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.lk-left__name {
    font-size: 20px
}

.lk-left__type {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-white-extra-dark)
}

.lk-left__list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lk-left__item {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border: none;
    padding: 0 20px 10px 0;
    position: relative
}

.lk-left__item::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    background-color: var(--color-blue)
}

.auth-login, .lk-left__item:hover::before, .lk-left__item_active::before {
    width: 100%
}

.lk-left__item_active {
    color: var(--color-blue)
}

.lk-left__item.ordering::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: var(--color-blue);
    border-radius: 50%;
    margin-left: auto
}

.lk-left__item-label {
    cursor: pointer
}

.lk-left__item-svg {
    width: 24px;
    height: 24px;
    color: var(--color-dark);
    cursor: pointer
}

.lk-right__title {
    font-family: var(--font-secondary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.lk-percent__item-percent, .lk-percent__item-promo, .lk-percent__item-text, .lk-percent__item-title {
    font-family: var(--font-primary);
    font-style: normal
}

@media screen and (max-width: 1800px) {
    .lk-left__name {
        font-size: 18px;
        line-height: 22px
    }

    .lk-right__title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .lk-left__name {
        font-size: 16px;
        line-height: 19px
    }

    .lk-right__title {
        font-size: 22px;
        line-height: 28px
    }
}

.lk-header {
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns:842fr 1078fr;
    background-color: #9b9b9b;
    height: 130px;
    margin-top: var(--margin-top)
}

.lk-header__img {
    object-fit: cover;
    height: 100%
}

.lk-percent__item {
    padding: 20px 40px 20px 20px;
    display: grid;
    grid-template-columns:454fr 466fr;
    gap: 20px;
    align-items: center;
    border: 1px dashed var(--color-dark);
    position: relative
}

.lk-percent__item-left {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.lk-percent__item-title {
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400
}

.lk-percent__item-promo {
    font-size: 16px;
    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
    }

    .lk-percent__item-promo {
        font-size: 14px;
        line-height: 17px
    }
}

.lk-percent__item-promo-container {
    width: 303px;
    padding-right: 10px;
    padding-left: 10px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed var(--color-white-extra-dark)
}

.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: flex;
    align-items: center;
    justify-content: space-between
}

.lk-percent__item-text {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-white-extra-dark);
    display: flex;
    align-items: center
}

@media screen and (max-width: 1800px) {
    .lk-percent__item-text {
        font-size: 14px;
        line-height: 17px
    }
}

.lk-percent__item-percent {
    color: var(--color-blue);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-left: 10px
}

.lk-friend__button, .lk-friend__input, .lk-friend__invite-success-title, .lk-friend__title, .lk-percent__item-date, .lk-percent__item-status {
    font-style: normal;
    font-weight: 400;
    font-family: var(--font-primary)
}

@media screen and (max-width: 1800px) {
    .lk-percent__item-percent {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .line__product-cost-discount, .line__product-cost-price .old-price, .line__product-properties-color-container, .line__product-properties-size, .lk-left__type {
        font-size: 12px;
        line-height: 15px
    }

    .line__product-cost-price .actual-price, .lk-left__item {
        font-size: 14px;
        line-height: 18px
    }

    .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
    }
}

.lk-percent__item-date {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    margin-left: 10px
}

@media screen and (max-width: 1800px) {
    .lk-percent__item-date {
        font-size: 14px;
        line-height: 17px
    }
}

.lk-percent__item-status {
    color: var(--color-dark);
    font-size: 14px;
    line-height: 17px;
    color: var(--color-white);
    background-color: var(--color-dark);
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px
}

.lk-percent__item-status_new {
    background-color: var(--color-blue)
}

.lk-percent__item-status_error {
    background-color: var(--color-red)
}

.lk-friend__container {
    background-color: var(--color-white-dark);
    gap: 60px;
    width: 100%;
    max-width: 1000px
}

.lk-friend__title {
    color: var(--color-dark);
    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-percent__item-title {
        font-size: 16px;
        line-height: 19px
    }

    .lk-friend__title {
        font-size: 22px;
        line-height: 28px
    }
}

.lk-friend__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lk-friend__input {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    background-color: transparent;
    border: none;
    height: 100%;
    outline: 0
}

@media screen and (max-width: 1800px) {
    .lk-friend__input {
        font-size: 14px;
        line-height: 17px
    }
}

.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::placeholder {
        font-size: 14px;
        line-height: 17px
    }
}

.lk-friend__input-container {
    display: flex;
    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-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    width: 100%;
    padding: 20px 40px;
    color: var(--color-white);
    background-color: var(--color-dark);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.auth-login__form-auth-btn:hover, .lk-friend__button:hover, .lk-friend__invite-success {
    background-color: var(--color-blue)
}

@media screen and (max-width: 1800px) {
    .lk-friend__button {
        font-size: 14px;
        line-height: 17px
    }
}

.lk-friend__button-svg, .video-container-full_video-close-icon {
    width: 30px;
    height: 30px
}

.lk-friend__invite {
    background-image: url("/local/templates/seneca/../../../../local/templates/seneca/img/other/bg-friend.png");
    padding: 40px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lk-friend__invite-success {
    background-image: url("/local/templates/seneca/../../../../local/templates/seneca/img/other/invite-bg.png");
    position: relative;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lk-friend__invite-success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto 40px
}

.lk-friend__invite-success-button-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    border: 0;
    background: 0 0;
    height: 30px;
    width: 30px
}

.lk-friend__invite-success-button-close svg {
    height: 30px;
    width: 30px;
    color: var(--color-white)
}

.lk-friend__invite-success-title {
    color: var(--color-white);
    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
    }
}

.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
}

.auth-login__form-title, .auth-login__header-author, .auth-login__header-quote {
    font-family: var(--font-secondary);
    font-weight: 400;
    text-align: center;
    font-style: normal
}

@media screen and (max-width: 1800px) {
    .lk-friend__invite-success-description {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .catalog__pagination-navigation .page-number.active, .line__product-count-container-text, .line__product-properties-title, .lk-friend__input, .lk-percent__item-date, .lk-percent__item-promo, .lk-percent__item-text, .recently-viewed-title {
        font-size: 12px;
        line-height: 15px
    }

    .catalog__content-sidebar {
        width: 27.45%;
        max-height: 100vh;
        overflow-y: auto
    }

    .catalog__content-products {
        width: 73.56%
    }

    .lk-left {
        background-color: var(--color-white-dark);
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px
    }

    .lk-left__header {
        gap: 10px
    }

    .lk-friend__invite-success-title, .lk-friend__title, .lk-right__title {
        font-size: 18px;
        line-height: 24px
    }

    .lk-friend__input::placeholder {
        font-size: 12px;
        line-height: 15px
    }

    .lk-friend__button, .lk-friend__invite-success-description {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 1024px) {
    .catalog__pagination-navigation .page-number.active, .line__product-count-container-text, .line__product-properties-title, .lk-friend__input, .lk-percent__item-date, .lk-percent__item-promo, .lk-percent__item-text, .recently-viewed-title {
        font-size: 14px;
        line-height: 17px
    }

    .catalog__content-sidebar {
        display: none
    }

    .catalog__content-sidebar.open {
        position: fixed;
        display: block;
        top: 60px;
        width: 100%;
        /* height: calc(100vh - 60px); */
        height: 100%;
        z-index: 5;
        overflow: auto
    }

    .catalog__content-sidebar.open .sidebar{
        padding-left: 30px;
    }
    .body__padding .catalog__content-sidebar.open{
        top: 110px;
    }
    .catalog__content-products {
        width: 100%
    }

    .line__product-cost-price .actual-price, .lk-left__item {
        font-size: 12px;
        line-height: 16px
    }

    .lk-content {
        grid-template-columns:1fr;
        padding-bottom: 40px
    }

    .lk-left {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        overflow: auto;
        padding-left: 0;
        display: none
    }

    .lk-left__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        margin-left: 16px;
        margin-right: 16px;
        padding-right: 0
    }

    .lk-friend__invite-success-title, .lk-friend__title, .lk-percent__item-percent, .lk-right__title {
        font-size: 20px;
        line-height: 24px
    }

    .lk-friend__input::placeholder {
        font-size: 14px;
        line-height: 17px
    }

    .lk-friend__button, .lk-friend__invite-success-description {
        font-size: 14px;
        line-height: 17px
    }
}

.auth-login__header {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 312px;
    background-color: var(--color-white-extra-dark);
    flex-direction: column
}

@media screen and (max-width: 768px) {
    .product-card__buy-button-icon {
        width: 24px;
        height: 24px
    }

    .catalog__pagination-navigation .page-number, .catalog__pagination-navigation .page-number.active, .catalog__pagination-show-more, .line__product-count-container-text, .line__product-properties-title, .lk-friend__input, .lk-percent__item-date, .lk-percent__item-promo, .lk-percent__item-text, .recently-viewed-title {
        font-size: 14px;
        line-height: 17px
    }

    /*.catalog__header {*/
    /*    display: none*/
    /*}*/

    .recently-viewed .product-card__photo-container {
        min-height: 180px
    }

    .line__product-cost-price .actual-price, .lk-left__item {
        font-size: 16px;
        line-height: 19px
    }

    .lk-percent__item-percent {
        font-size: 20px;
        line-height: 24px
    }

    .lk-friend__input::placeholder {
        font-size: 14px;
        line-height: 17px
    }

    .lk-friend__button, .lk-friend__invite-success-description {
        font-size: 14px;
        line-height: 17px
    }

    .auth-login__header {
        height: 250px
    }
}

.auth-login__header-quote {
    font-size: 20px;
    line-height: 24px;
    color: var(--color-white);
    letter-spacing: 2px;
    max-width: 260px
}

.auth-login__header-author {
    color: var(--color-white);
    font-size: 14px;
    line-height: 17px;
    margin-top: 30px;
    letter-spacing: 1.4px;
    max-width: 260px
}

.auth-login__form {
    width: 100%;
    padding: 60px var(--main-padding) 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.auth-login__form-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px
}

.auth-login__form-title {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .auth-login__header-quote {
        font-size: 18px;
        line-height: 22px
    }

    .auth-login__form-title {
        font-size: 14px;
        line-height: 17px
    }
}

.auth-login__form-switcher {
    margin-top: 40px;
    border-radius: 100px;
    background: var(--color-white-dark);
    position: relative;
    display: flex;
    justify-content: space-around;
    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: flex;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex: 1 0 0;
    cursor: pointer;
    border-radius: 100px
}

.auth-login__form a, .auth-login__form-switcher-text, .collection-brand__swiper-desc {
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .auth-login__form-switcher-input-label {
        font-size: 14px;
        line-height: 17px
    }
}

.auth-login__form-switcher-text, .collection-brand__swiper-desc {
    font-size: 16px;
    line-height: 19px
}

@media screen and (max-width: 1800px) {
    .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 a {
    line-height: 14px;
    margin-top: 20px;
    text-align: left
}

.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)
}

.auth-login__recovery-btn, .auth-login__registration-btn {
    border: 0;
    background: var(--color-white);
    font-weight: 400;
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    transition: var(--transition-opacity)
}

.auth-login__recovery-btn{
    color:rgba(0, 71, 187, 1)
}

@media screen and (max-width: 1800px) {
    .auth-login__form-auth-btn {
        font-size: 14px;
        line-height: 17px
    }
}

.auth-login__recovery-btn {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase
}

.auth-login__registration-btn {
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 36px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}


@media screen and (max-width: 1800px) {
    .auth-login__registration-btn {
        font-size: 14px;
        line-height: 17px
    }
}

.error {
    margin-top: var(--margin-top)
}

.error-header {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #9b9b9b;
    position: relative;
    min-height: 192px;
    overflow: hidden
}

.error-header__img {
    mix-blend-mode: multiply
}

.error-header__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 140px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 8.4px
}

.error-content {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px
}

.error-content__title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center
}

.error-content__description, .error-footer__button {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400
}

@media screen and (max-width: 1450px) {
    .auth-login__header-quote {
        font-size: 16px;
        line-height: 19px
    }

    .error-content__title {
        font-size: 45px;
        line-height: 55px
    }
}

.error-content__description {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    max-width: 350px
}

.error-footer {
    margin-top: 54px;
    display: flex;
    align-items: center;
    max-width: 562px;
    width: 100%;
    gap: 22px
}

@media screen and (max-width: 1300px) {
    .error-header__title {
        font-size: 100px;
        line-height: 100px
    }

    .error-footer {
        margin-top: 40px
    }
}

.error-footer__button {
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--color-dark);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 64px
}

@media screen and (max-width: 1800px) {
    .error-footer__button {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .auth-login__form-auth-btn, .auth-login__form-switcher-input-label, .auth-login__form-switcher-text, .auth-login__form-title, .auth-login__registration-btn, .error-footer__button {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 1024px) {
    .auth-login__form-auth-btn, .auth-login__form-switcher-input-label, .auth-login__form-switcher-text, .auth-login__form-title, .auth-login__registration-btn, .error-footer__button {
        font-size: 14px;
        line-height: 17px
    }

    .error-header__title {
        font-size: 80px;
        line-height: 80px
    }

    .error-content__title {
        font-size: 35px;
        line-height: 45px
    }
}

@media screen and (max-width: 768px) {
    .auth-login__form {
        padding-top: 40px
    }

    .auth-login__form-auth-btn, .auth-login__form-switcher-input-label, .auth-login__form-switcher-text, .auth-login__form-title, .auth-login__registration-btn, .error-footer__button {
        font-size: 14px;
        line-height: 17px
    }

    .error-content__title {
        font-size: 30px;
        line-height: 36px
    }
}

.error-footer__button-svg {
    color: var(--color-white);
    width: 48px;
    height: 24px
}

.policy-left__item, .policy-left__list-navigation-label {
    color: var(--color-dark);
    font-weight: 400;
    font-family: var(--font-primary);
    font-style: normal
}

.error-footer__button-svg path {
    transition: var(--transition-opacity)
}

.error-footer__button:hover .error-footer__button-svg path {
    d: path("M2.5 12H32M32 12L25.3962 5M32 12L25.3962 19")
}

.error-footer__button:last-child {
    background-color: var(--color-dark);
    color: var(--color-white);
    padding-left: 24px
}

.policy {
    margin-top: var(--margin-top);
    display: grid;
    grid-template-columns:4fr 8fr;
    gap: 100px;
    padding: 40px var(--main-padding) 100px
}

.policy-left {
    height: fit-content;
    position: sticky;
    top: calc(var(--margin-top) + 40px)
}

.policy-left__list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.policy-left__item-button, .policy-left__list-navigation {
    align-items: center;
    width: 100%;
    background-color: transparent;
    position: relative;
    cursor: pointer
}

.policy-left__list-navigation {
    display: none;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0 10px;
    border: none
}

.policy-left__list-navigation-label {
    font-size: 20px;
    line-height: 19px;
    text-transform: uppercase
}

.policy-left__list-navigation_active .policy-left__list-navigation-label {
    color: var(--color-blue)
}

.policy-left__list-navigation_active .policy-left__item-button-svg {
    color: var(--color-blue);
    transform: rotate(90deg)
}

.policy-left__list-content {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.policy-left__item {
    font-size: 16px;
    line-height: 19px;
    transition: var(--transition-opacity)
}

.policy-left__item-button:hover .policy-left__item-button-label, .policy-left__item-button:hover .policy-left__item-button-svg, .policy-left__item-button_active .policy-left__item-button-label, .policy-left__item:hover, .policy-left__item_active {
    color: var(--color-blue)
}

@media screen and (max-width: 1800px) {
    .error-footer__button {
        font-size: 16px;
        line-height: 19px
    }

    .policy-left__list-navigation-label {
        font-size: 18px;
        line-height: 22px
    }

    .policy-left__item {
        font-size: 14px;
        line-height: 17px
    }
}

.policy-left__item_active {
    font-weight: 500
}

.policy-left__item-content {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 20px;
    display: none
}

.policy-left__item-content_active {
    display: flex
}

.policy-left__item-button {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0 10px;
    border: none
}

.policy-left__item-button::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    background-color: var(--color-blue);
    height: 1px;
    transition: var(--transition-opacity)
}

.policy-left__item-button-label {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-align: left;
    cursor: pointer
}

.policy-left__item-button-svg {
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    color: var(--color-dark);
    cursor: pointer;
    transition: var(--transition-opacity)
}

.policy-left__item-button:hover::after, .policy-left__item-button_active::after {
    width: 100%
}

.policy-left__item-button_active .policy-left__item-button-svg {
    color: var(--color-blue);
    transform: rotate(90deg)
}

.policy-right__search-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    border-bottom: 1px solid var(--color-gray-light);
    padding: 12px 0;
    margin-bottom: 40px
}

.policy-right__search-icon {
    width: 40px;
    height: 40px;
    color: var(--color-dark)
}

.policy-right__accordions-button, .policy-right__search-input {
    font-family: var(--font-primary);
    color: var(--color-dark);
    width: 100%
}

.policy-right__search-input {
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    font-weight: 400;
    height: 100%;
    outline: 0;
    border: none
}

.policy-right__search-input::placeholder {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    color: var(--color-gray)
}

.about-seneca-slide__wrap, .policy-right__accordions {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.policy-right__accordions-content {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
    display: none
}

@media screen and (max-width: 1800px) {
    .policy-left__item-button-label, .policy-right__search-input {
        font-size: 18px;
        line-height: 22px
    }

    .policy-right__search-input::placeholder {
        font-size: 18px;
        line-height: 22px
    }

    .policy-right__accordions-content {
        font-size: 14px;
        line-height: 17px
    }
}

.policy-right__accordions-button {
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--color-dark);
    text-align: left;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    cursor: pointer;
    transition: var(--transition-opacity)
}

.policy-right__crumbs-item, .policy-right__title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}

.policy-right__accordions-button label {
    width: calc(100% - 34px);
    cursor: pointer
}

.policy-right__accordions-button-svg {
    width: 24px;
    height: 24px;
    transform: rotate(-90deg)
}

.policy-right__accordions-button:hover, .policy-right__accordions-button_active {
    color: var(--color-blue);
    border-color: var(--color-blue)
}

.policy-right__accordions-button_active .policy-right__accordions-button-svg {
    transform: rotate(90deg)
}

.partnership-head__wrapper, .policy-right__crumbs_bottom {
    display: flex
}

.fix_arrow, .fix_mob_version, .lk-friend__container, .policy-right__crumbs_top, .show-if-1024, .show-if-mobile {
    display: none
}

.policy-right__crumbs-item {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
    max-width: 100%
}

.collection-brand__swiper-product-link:hover svg, .policy-right__crumbs-item_active {
    color: var(--color-blue)
}

@media screen and (max-width: 1800px) {
    .policy-right__accordions-button {
        font-size: 18px;
        line-height: 22px
    }

    .policy-right__crumbs-item {
        font-size: 14px;
        line-height: 17px
    }
}

.policy-right__crumbs-item:first-child {
    width: fit-content;
    min-width: fit-content
}

.policy-right__crumbs-svg {
    width: 24px;
    height: 24px;
    color: var(--color-dark);
    transform: rotate(-180deg)
}

.policy-right__title {
    color: var(--color-dark);
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.2px;
    margin-top: 20px;
    margin-bottom: 40px
}

.policy-right__info-description, .policy-right__info-mark, .policy-right__info-title {
    font-family: var(--font-primary);
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .policy-right__title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .policy-left__item-button-label, .policy-left__list-navigation-label, .policy-right__search-input {
        font-size: 16px;
        line-height: 19px
    }

    .policy-right__search-icon {
        width: 30px;
        height: 30px
    }

    .policy-right__search-input::placeholder {
        font-size: 16px;
        line-height: 19px
    }

    .policy-right__accordions-button {
        font-size: 16px;
        line-height: 19px
    }

    .policy-right__title {
        font-size: 22px;
        line-height: 28px
    }
}

.policy-right__info {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.policy-right__info-title {
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .policy-right__info-title {
        font-size: 18px;
        line-height: 22px
    }
}

.policy-right__info-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
}

.policy-right__info-point {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: -100px;
    padding-top: 100px
}

.policy-right__info-mark {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 10px;
    margin-left: 40px;
    position: relative
}

.brand-main__subtitle, .brand-main__title {
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 400
}

@media screen and (max-width: 1550px) {
    .auth-login__header-author, .lk-percent__item-status, .policy-right__info-description, .policy-right__info-mark {
        font-size: 12px;
        line-height: 15px
    }

    .error-content {
        padding-top: 60px
    }

    .error-content__description {
        font-size: 14px;
        line-height: 17px
    }

    .policy {
        gap: 50px;
        grid-template-columns:3fr 9fr
    }
}

.policy-right__info-mark-list {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.policy-right__info-mark::after {
    position: absolute;
    top: 5px;
    left: -16px;
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: var(--color-blue)
}

.brand-main {
    margin-top: var(--margin-top);
    height: calc(100vh - var(--margin-top));
    overflow: hidden;
    position: relative
}

.brand-main__swiper {
    width: 100%;
    height: 100%;
    position: relative
}

.brand-main__swiper-pagination {
    top: 30px !important;
    height: fit-content !important
}

.brand-main__swiper-slide {
    position: relative
}

.brand-main__swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(21, 19, 18, .2) 0, rgba(32, 28, 29, .5) 100%)
}

.collection-brand__btn-catalog:hover, .subscribe-brand__button:hover {
    background-color: var(--color-blue)
}

.brand-main__swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0
}

.brand-main__swiper-btn-next {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: var(--main-padding);
    bottom: 20%;
    z-index: 2;
    border: 1px solid var(--color-white);
    cursor: pointer
}

.brand-main__swiper-btn-next-svg {
    height: 40px;
    width: 40px;
    color: var(--color-white);
    transition: var(--transition-opacity)
}

.brand-main__swiper-btn-next-svg path {
    transition: var(--transition-opacity)
}

@media (min-width: 1024px) {
    .brand-main__swiper-btn-next:hover .brand-main__swiper-btn-next-svg {
        color: var(--color-blue);
        width: 65px
    }

    .brand-main__swiper-btn-next:hover .brand-main__swiper-btn-next-svg path {
        d: path("M3.3335 20.0002H52.5001M52.5001 20.0002L41.4938 8.3335M52.5001 20.0002L41.4938 31.6668");
        d: "M3.3335 20.0002H52.5001M52.5001 20.0002L41.4938 8.3335M52.5001 20.0002L41.4938 31.6668"
    }
}

.brand-main__logo {
    width: 100%;
    object-fit: cover
}

.brand-main__logo-container {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: var(--color-white);
    right: var(--main-padding);
    padding: 23px
}

@media screen and (max-width: 1450px) {
    .policy-right__info-title {
        font-size: 16px;
        line-height: 19px
    }

    .brand-main__swiper-btn-next {
        width: 150px;
        height: 150px
    }

    .brand-main__logo-container {
        width: 120px;
        height: 120px;
        padding: 15px
    }
}

.brand-main__titles {
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    left: var(--main-padding);
    position: absolute;
    bottom: 20vh
}

.brand-main__subtitle {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    letter-spacing: .96px
}

@media screen and (max-width: 1800px) {
    .brand-main__subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .brand-main__subtitle, .policy-left__item, .policy-right__accordions-content, .policy-right__crumbs-item {
        font-size: 12px;
        line-height: 15px
    }

    .policy-right__title {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width: 1024px) {
    .error-footer__button {
        height: 54px;
        font-size: 14px;
        line-height: 17px
    }

    .policy {
        grid-template-columns:1fr;
        gap: 20px
    }

    .policy-left {
        position: relative;
        top: auto
    }

    .policy-left__list {
        gap: 10px
    }

    .policy-left__list-navigation {
        display: flex
    }

    .policy-left__list-navigation-label {
        font-size: 20px;
        line-height: 120%
    }

    .policy-left__list-content {
        display: none
    }

    .policy-left__list-content_active {
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-bottom: 1px solid var(--color-gray-light);
        padding-bottom: 20px
    }

    .policy-left__item, .policy-right__accordions-content {
        font-size: 14px;
        line-height: 17px
    }

    .policy-left__item-content {
        gap: 15px;
        margin-top: 10px
    }

    .policy-right__crumbs {
        display: grid;
        grid-template-columns:auto 24px auto
    }

    .policy-right__crumbs_bottom {
        display: none
    }

    .policy-right__crumbs_top {
        display: grid
    }

    .brand-main__subtitle, .policy-right__crumbs-item {
        font-size: 14px;
        line-height: 17px
    }

    .policy-right__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .policy-right__info {
        gap: 20px
    }
}

@media screen and (max-width: 768px) {
    .policy-left__item, .policy-right__accordions-content, .policy-right__crumbs-item {
        font-size: 14px;
        line-height: 17px
    }

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

    .brand-main__swiper {
        height: 70%
    }

    .brand-main__swiper-btn-next {
        width: 100px;
        height: 100px;
        bottom: 5%
    }

    .brand-main__swiper-btn-next-svg {
        height: 24px;
        width: 24px
    }

    .brand-main__logo-container {
        width: 80px;
        height: 80px;
        padding: 11px
    }

    .brand-main__titles {
        position: relative;
        bottom: auto;
        justify-content: center;
        left: 0;
        height: 22%
    }

    .brand-main__subtitle {
        font-size: 14px;
        line-height: 17px;
        color: var(--color-dark);
        text-align: center
    }
}

@media screen and (max-width: 1800px) {
    .brand-main__subtitle {
        font-size: 16px;
        line-height: 19px
    }
}

.brand-main__title {
    font-size: 60px;
    line-height: 72px;
    color: var(--color-white);
    letter-spacing: 6px;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .brand-main__title {
        font-size: 52px;
        line-height: 64px
    }
}

@media screen and (max-width: 1450px) {
    .brand-main__title {
        font-size: 42px;
        line-height: 54px
    }
}

@media screen and (max-width: 1024px) {
    .brand-main__title {
        font-size: 32px;
        line-height: 44px
    }
}

@media screen and (max-width: 768px) {
    .brand-main__title {
        font-size: 30px;
        line-height: 36px;
        color: var(--color-dark);
        text-align: center
    }
}

@media screen and (max-width: 1450px) {
    .brand-main__title {
        font-size: 52px;
        line-height: 64px
    }
}

.brand-main__arrow-head {
    transform: rotate(-90deg);
    width: 24px;
    height: 24px
}

.brand-main__arrow-head-btn {
    padding: 0;
    position: absolute;
    bottom: 50px;
    z-index: 2;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(0, -50%);
    color: var(--color-white)
}

.about-brand {
    display: grid;
    grid-template-columns:652fr 600fr;
    align-items: center;
    gap: 330px;
    min-height: 1000px;
    height: fit-content;
    position: relative;
    overflow: hidden;
    padding: 100px 204px 80px 133px;
    background-color: var(--color-white-dark)
}

@media screen and (max-width: 1800px) {
    .about-brand {
        gap: 230px
    }
}

@media screen and (max-width: 1550px) {
    .about-brand {
        gap: 130px;
        padding-left: calc(var(--main-padding) + 50px);
        padding-right: calc(var(--main-padding) + 70px);
        grid-template-columns:2fr 3fr
    }
}

@media screen and (max-width: 1300px) {
    .about-brand {
        gap: 100px;
        height: fit-content;
        min-height: 735px;
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.about-brand__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-brand__left {
    height: fit-content;
    aspect-ratio: 1/1;
    max-width: 652px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 850px) {
    .about-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 80px;
        height: fit-content;
        padding: 40px var(--main-padding)
    }


    .about-brand__left {
        max-width: 350px
    }
}

@media screen and (max-width: 768px) {
    .brand-main__arrow-head-btn {
        position: relative;
        bottom: 0;
        transform: none;
        color: var(--color-dark)
    }

    .about-brand__left {
        max-width: 320px
    }
}

.about-brand__left::after {
    content: "";
    position: absolute;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
    border: 2px solid var(--color-white);
    border-radius: 50%
}

.about-brand__left::before {
    content: "";
    position: absolute;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    border: 2px solid var(--color-white);
    border-radius: 50%
}

.about-brand__video {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.about-brand__video-container {
    aspect-ratio: 1/1;
    max-width: 652px;
    max-height: 652px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative
}

.about-brand__right {
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 80px 0;
    gap: 80px
}

.about-brand__content {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.about-brand__subtitle, .about-brand__subtitle-first, .collection-brand__subtitle {
    font-family: var(--font-secondary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    letter-spacing: .96px
}

.about-brand__subtitle, .collection-brand__subtitle {
    font-size: 16px;
    line-height: 19px
}

@media screen and (max-width: 1800px) {
    .about-brand__subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

.about-brand__subtitle-first {
    font-size: 16px;
    line-height: 19px;
    display: none;
    width: 100%
}

@media screen and (max-width: 1800px) {
    .about-brand__subtitle-first {
        font-size: 14px;
        line-height: 17px
    }
}

.about-brand__title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: var(--color-blue);
    text-transform: uppercase
}

.collection-brand__btn-catalog, .collection-brand__swiper-product-title {
    color: var(--color-dark);
    font-weight: 400;
    font-family: var(--font-primary);
    font-style: normal;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .about-brand__title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .about-brand__right {
        padding: 40px 0;
        gap: 40px
    }

    .about-brand__title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .about-brand__title {
        font-size: 28px;
        line-height: 34px
    }
}

.collection-brand {
    display: grid;
    grid:"collection-brand-left collection-brand-center  collection-brand-right";
    height: 100%;
    max-height: 880px
}

.collection-brand__left {
    overflow: hidden;
    padding-top: 80px;
    position: relative;
    padding-bottom: 80px;
    grid-area: collection-brand-left;
    max-height: 880px
}

.collection-brand__center {
    overflow: hidden;
    grid-area: collection-brand-center;
    max-height: 880px
}

.collection-brand__right {
    overflow: hidden;
    grid-area: collection-brand-right;
    max-height: 880px
}

.collection-brand__btn-catalog {
    font-size: 16px;
    line-height: 19px;
    background-color: var(--color-dark);
    color: var(--color-white);
    height: 64px;
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: var(--transition-opacity);
    margin-left: var(--main-padding);
    margin-top: 40px
}

@media screen and (max-width: 1800px) {
    .collection-brand__btn-catalog {
        font-size: 14px;
        line-height: 17px
    }
}

.collection-brand__btn-catalog svg {
    color: var(--color-white);
    height: 24px;
    width: 24px;
    max-width: 50px
}

.collection-brand__btn-catalog svg path {
    transition: var(--transition-opacity)
}

.collection-brand__btn-catalog: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"
}

.collection-brand__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: var(--main-padding);
    padding-right: 80px
}

.collection-brand__swiper-left-slide {
    padding-left: var(--main-padding);
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.collection-brand__swiper-product-footer {
    position: absolute;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px
}

.collection-brand__swiper-product-title {
    font-size: 30px;
    line-height: 36px;
    color: var(--color-white);
    width: 90%
}

@media screen and (max-width: 1800px) {
    .collection-brand__swiper-product-title {
        font-size: 26px;
        line-height: 32px
    }

    .collection-brand__swiper-desc {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1450px) {
    .collection-brand__header {
        padding-right: 10px;
        gap: 20px
    }

    .collection-brand__swiper-product-title {
        font-size: 22px;
        line-height: 28px
    }
}

.collection-brand__swiper-product-link {
    width: 44px;
    height: 44px;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center
}

.collection-brand__swiper-product-link svg {
    color: var(--color-dark);
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
    transition: var(--transition-opacity)
}

.collection-brand__swiper-list {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.collection-brand__swiper-list-item {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    display: grid;
    align-items: flex-start;
    grid-template-columns:6px auto;
    gap: 10px;
    white-space: break-spaces
}

.collection-brand__btn-next-svg svg:hover, .collection-brand__pagination-nums .swiper-pagination-current {
    color: var(--color-blue)
}

@media screen and (max-width: 1800px) {
    .collection-brand__swiper-list-item {
        font-size: 14px;
        line-height: 17px
    }
}

.collection-brand__swiper-list-item::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--color-blue);
    display: block;
    transform: translate(0, 100%)
}

.collection-brand__swiper-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-blue);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-top: 80px
}

@media screen and (max-width: 1800px) {
    .collection-brand__swiper-title {
        font-size: 36px;
        line-height: 42px
    }

    .collection-brand__subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1550px) {
    .collection-brand__swiper-title {
        font-size: 32px;
        line-height: 38px;
        margin-top: 60px
    }
}

@media screen and (max-width: 1300px) {
    .collection-brand__swiper-title {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .about-brand__title, .collection-brand__swiper-title {
        font-size: 24px;
        line-height: 30px
    }
}

.collection-brand__pagination-nums {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap
}

@media screen and (max-width: 1550px) {
    .collection-brand__pagination-nums {
        font-size: 14px;
        line-height: 18px
    }
}

.collection-brand__btn-next-svg {
    cursor: pointer;
    display: flex;
    align-items: center
}

.collection-brand__btn-next-svg svg {
    height: 30px;
    width: 60px;
    transition: 250ms
}

.collection-brand__btn-next-svg svg path, .contacts__address-button, .contacts__cooperation-btn svg path, .contacts__network-item, .contacts__questions, .contacts__questions-icon path, .subscribe-brand__button, .subscribe-brand__button-icon, .subscribe-brand__button-icon path, .subscribe-brand__network-item, .video-container-full_video-close {
    transition: var(--transition-opacity)
}

.collection-brand__btn-next-svg svg:hover path {
    d: path("M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666");
    d: "M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666"
}

@media screen and (max-width: 1220px) {
    .about-brand__subtitle, .about-brand__subtitle-first, .collection-brand__btn-catalog, .collection-brand__subtitle, .collection-brand__swiper-desc, .collection-brand__swiper-list-item {
        font-size: 12px;
        line-height: 15px
    }

    .collection-brand__swiper-product-title {
        font-size: 18px;
        line-height: 24px
    }

    .collection-brand__pagination {
        gap: 20px
    }

    .subscribe-brand__title {
        max-width: 678px
    }
}

.collection-brand__swiper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 20px);
    overflow: hidden
}

.collection-brand__swiper-slide {
    position: relative
}

.collection-brand__swiper-slide img, .collection-brand__swiper-slide video {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media screen and (max-width: 1024px) {
    .about-brand__content, .about-brand__subtitle, .about-brand__subtitle-first, .collection-brand__subtitle, .collection-brand__swiper-desc, .collection-brand__swiper-list-item {
        font-size: 14px;
        line-height: 17px
    }

    .about-brand__title, .collection-brand__swiper-product-title, .collection-brand__swiper-title {
        font-size: 20px;
        line-height: 24px
    }

    .collection-brand {
        grid:"collection-brand-left collection-brand-left" "collection-brand-center  collection-brand-right";
        max-height: 100%
    }

    .collection-brand__left {
        padding-right: var(--main-padding);
        padding-left: var(--main-padding)
    }

    .collection-brand__btn-catalog {
        font-size: 14px;
        line-height: 17px;
        margin-right: 0;
        margin-left: 0
    }

    .collection-brand__header, .collection-brand__swiper-left-slide {
        padding-right: 0;
        padding-left: 0
    }

    .collection-brand__pagination-nums {
        font-size: 12px;
        line-height: 16px
    }

    .subscribe-brand__left {
        max-width: 500px
    }
}

@media screen and (max-width: 768px) {
    .about-brand__subtitle, .about-brand__subtitle-first, .collection-brand__btn-catalog, .collection-brand__subtitle, .collection-brand__swiper-desc, .collection-brand__swiper-list-item {
        font-size: 14px;
        line-height: 17px
    }

    .about-brand__title, .collection-brand__swiper-title {
        font-size: 20px;
        line-height: 24px
    }

    .collection-brand__left {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .collection-brand__pagination-nums {
        font-size: 16px;
        line-height: 19px
    }

    .collection-brand__swiper .swiper-wrapper {
        height: auto
    }

    .subscribe-brand {
        flex-direction: column;
        overflow: hidden
    }

    .subscribe-brand__left {
        top: 0;
        transform: translate(0, 0);
        background-color: var(--color-white);
        max-width: 450px;
        padding-left: var(--main-padding);
        left: 0;
        padding-bottom: 40px;
        padding-top: 40px;
        gap: 35px;
        width: 100%
    }

    .subscribe-brand__right {
        width: 100%;
        max-height: 350px;
        margin-top: 127px;
        display: flex;
        align-items: flex-end
    }
}

@media screen and (max-width: 480px) {
    .product-info-block__breadcrumbs-right {
        grid-template-columns:auto 18px auto
    }

    .product-info-block__breadcrumb-delimiter {
        width: 18px;
        height: 18px
    }

    .product-info-block__type {
        padding: 4.5px 5px
    }

    .product-info-block__actions {
        display: grid;
        grid-template-columns:40px 1fr;
        width: 100%
    }

    .product-info-block__cart-button {
        height: 54px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .catalog__products-header-sort-controls {
        gap: 15px
    }

    .product-card__favorite-button {
        width: 28px;
        height: 28px;
        padding: 3px
    }

    .product-card__favorite-button svg {
        width: 22px;
        height: 22px
    }

    .product-card__bottom-info-size, .product-card__bottom-info-title {
        font-size: 12px;
        line-height: 15px
    }

    .product-card__buy-price-actual {
        font-size: 14px;
        line-height: 17px
    }

    .line__product-image-favorite {
        width: 24px;
        height: 24px;
        padding: 3px
    }

    .line__product-image-favorite svg {
        width: 18px;
        height: 18px
    }

    .line__product-properties {
        padding: 0 0 5px
    }

    .auth-login__header {
        height: 200px
    }
    
    @media screen and (max-height: 700px) {
        .auth-login__header {
            height: 110px;
        }
        .auth-login__form {
            padding-top: 20px;
        }
    }
    .about-brand__left {
        max-width: 220px
    }

    .subscribe-brand__left {
        max-width: 300px
    }
}

@media screen and (max-width: 1800px) {
    .subscribe-brand__title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .subscribe-brand__title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .subscribe-brand__title {
        font-size: 28px;
        line-height: 34px
    }
}

.subscribe-brand__button {
    height: 64px;
    display: flex;
    align-items: center;
    color: var(--color-white);
    background-color: var(--color-dark);
    gap: 20px;
    border: none;
    display: flex;
    align-items: center;
    width: 270px;
    padding: 0 20px 0 69px
}

.subscribe-brand__button-label, .subscribe-brand__network-link {
    font-family: var(--font-primary);
    color: var(--color-dark);
    font-weight: 400;
    font-style: normal
}

@media screen and (max-width: 1550px) {
    .subscribe-brand__button {
        height: 54px;
        padding-right: 56.5px;
        padding-left: 56.5px
    }
}

@media screen and (max-width: 1220px) {
    .subscribe-brand__button {
        height: 42px;
        padding-right: 36.5px;
        padding-left: 36.5px
    }
}

@media screen and (max-width: 1550px) {
    .subscribe-brand__button {
        width: 240px;
        padding-right: 20px
    }
}

.subscribe-brand__button-icon {
    width: 54px;
    height: 24px
}

.subscribe-brand__button-label {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    text-align: left;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .subscribe-brand__button-label {
        font-size: 14px;
        line-height: 17px
    }
}

.values-brand__item-video-container::after, .values-brand__item-video-container::before {
    height: 14%;
    position: absolute;
    display: block;
    background-color: var(--color-white);
    content: ""
}

.subscribe-brand__button:hover .subscribe-brand__button-icon 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"
}

.contacts__network, .subscribe-brand__network {
    border-right: 1px solid var(--color-gray-light);
    padding-right: 40px;
    padding-left: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

@media screen and (max-width: 1450px) {
    .collection-brand__btn-next-svg svg {
        width: 40px;
        height: 24px;
        color: var(--color-dark)
    }

    .collection-brand__btn-next-svg svg path {
        d: "M2 12H22M22 12L15.3962 5M22 12L15.3962 19";
        d: path("M2 12H22M22 12L15.3962 5M22 12L15.3962 19")
    }

    .collection-brand__btn-next-svg svg:hover path {
        d: path("M2 12H31.5M31.5 12L24.8962 5M31.5 12L24.8962 19");
        d: "M2 12H31.5M31.5 12L24.8962 5M31.5 12L24.8962 19"
    }

    .subscribe-brand__title {
        padding: 23px 28px 13px 0
    }

    .subscribe-brand__network {
        padding-right: 25px;
        padding-left: 25px
    }
}

.subscribe-brand__network-list {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap
}

.subscribe-brand__network-link {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: var(--color-white-dark);
    color: var(--color-blue);
    border-radius: 100px;
    padding: 10px;
    max-width: 148px;
    min-width: 126px
}

.subscribe-brand__network-icon {
    width: 32px;
    height: 32px
}

.subscribe-brand__network-item {
    position: relative;
    width: fit-content
}

.subscribe-brand__network-item:hover {
    opacity: .7
}

.subscribe-brand__network-item a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2
}

.subscribe-brand__link-container {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

@media screen and (max-width: 350px) {
    .blog-block-article:nth-child(odd) {
        grid-template-rows:250px auto
    }

    .blog-block-article:nth-child(2n) {
        grid-template-rows:290px auto
    }

    .blog-block-article__footer {
        grid-template-columns:73% 27%
    }

    .bestsellers-block__left, .subscribe-brand__left {
        width: 100%;
        max-width: 100%
    }

    .catalog__pagination-navigation {
        gap: 8px
    }

    .catalog__pagination-navigation .page-number {
        width: 28px;
        height: 28px
    }

    .subscribe-brand__link-container {
        flex-direction: column
    }
}

.values-brand {
    padding: 80px var(--main-padding);
    background-color: var(--color-white-dark)
}

.values-brand__subtitle {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    letter-spacing: .96px;
    margin-bottom: 80px;
    text-align: center
}

@media screen and (max-width: 1800px) {
    .values-brand__subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .subscribe-brand__button {
        width: 200px
    }

    .subscribe-brand__button-label, .values-brand__subtitle {
        font-size: 12px;
        line-height: 15px
    }

    .subscribe-brand__network {
        margin-top: 40px;
        border-top: 1px solid var(--color-gray-light);
        border-bottom: 1px solid var(--color-gray-light);
        border-right: 0;
        padding: 40px 0;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 1650px) {
    .values-brand__subtitle {
        margin-bottom: 60px
    }
}

.values-brand__content {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 185px
}

@media screen and (max-width: 1750px) {
    .values-brand__content {
        gap: 145px
    }
}

@media screen and (max-width: 1550px) {
    .subscribe-brand__network-link {
        font-size: 14px;
        line-height: 18px
    }

    .values-brand__content {
        gap: 105px
    }
}

@media screen and (max-width: 1450px) {
    .subscribe-brand__network-icon {
        width: 28px;
        height: 28px
    }

    .values-brand__content {
        gap: 60px
    }
}

.values-brand__item {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 37px
}

.product-bottom-block__bottom .product-card__bottom-buy, .values-brand__item:first-child, .values-brand__item:last-child {
    justify-content: space-between
}

.values-brand__item-img {
    max-width: 100%
}

.values-brand__item-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-blue);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 20px
}

@media screen and (max-width: 1800px) {
    .values-brand__item-title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .values-brand__item-title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .values-brand__item-title {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .subscribe-brand__title, .values-brand__item-title {
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (max-width: 1024px) {
    .subscribe-brand__title, .values-brand__item-title {
        font-size: 20px;
        line-height: 24px
    }

    .subscribe-brand__button {
        width: 210px
    }

    .subscribe-brand__button-label {
        font-size: 14px;
        line-height: 17px
    }

    .subscribe-brand__network-link {
        font-size: 12px;
        line-height: 16px
    }

    .values-brand {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .values-brand__subtitle {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 50px
    }
}

@media screen and (max-width: 768px) {
    .subscribe-brand__title {
        font-size: 20px;
        line-height: 24px;
        padding: 0
    }

    .subscribe-brand__button {
        height: 54px;
        width: 200px;
        padding-right: 10px
    }

    .subscribe-brand__button-label {
        font-size: 14px;
        line-height: 17px
    }

    .subscribe-brand__network {
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 20px 0
    }

    .subscribe-brand__network-list {
        display: flex;
        gap: 10px
    }

    .subscribe-brand__network-link {
        font-size: 16px;
        line-height: 19px
    }

    .subscribe-brand__network-icon {
        width: 20px;
        height: 20px
    }

    .values-brand {
        max-width: 543px;
        margin: 0 auto;
        padding: 40px var(--main-padding)
    }

    .values-brand__subtitle {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 40px
    }

    .values-brand__content {
        grid-template-columns:1fr;
        width: 100%
    }

    .values-brand__item:nth-child(2) {
        flex-direction: column-reverse
    }

    .values-brand__item-title {
        font-size: 20px;
        line-height: 24px
    }
}

.values-brand__item-desc {
    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) {
    .values-brand__item-desc {
        font-size: 14px;
        line-height: 17px
    }
}

.values-brand__item-video {
    max-width: 100%;
    height: 100%
}

.values-brand__item-video-container {
    position: relative;
    height: 232px
}

.values-brand__item-video-container::after {
    width: 100%;
    top: 25%
}

.values-brand__item-video-container::before {
    width: 100%;
    bottom: 25%
}

.brand-business {
    display: grid;
    grid-template-columns:97fr 96fr
}

.brand-business__left-img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.brand-business__btn-bussines, .brand-business__btn-partner {
    font-family: var(--font-primary);
    text-transform: uppercase;
    height: 64px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    white-space: nowrap
}

.brand-business__right.bg-blue {
    background-color: var(--color-blue);
}
.brand-business__right {
    background-color: #97999B;
    padding: 80px 40px 80px var(--main-padding)
}

.brand-business__right-footer {
    display: flex;
    align-items: center;
    max-width: 636px;
    gap: 20px
}

.brand-business__btn-bussines {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    color: var(--color-white);
    background-color: transparent;
    border: 1px solid var(--color-white);
    align-items: center;
    justify-content: center;
    padding: 20px 40px
}

@media screen and (max-width: 1800px) {
    .brand-business__btn-bussines {
        font-size: 14px;
        line-height: 17px
    }
}

.brand-business__btn-partner {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    color: var(--color-white);
    background-color: var(--color-dark);
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    border: 1px solid var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .brand-business__btn-partner {
        font-size: 14px;
        line-height: 17px
    }
}

.brand-business__subtitle {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    font-weight: 400;
    letter-spacing: .96px;
    margin-bottom: 80px
}

.brand-business__title, .catalog-brand__title {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .brand-business__subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

.brand-business__title {
    color: var(--color-white);
    font-size: 40px;
    line-height: 48px;
    max-width: 613px;
    margin-bottom: 60px
}

@media screen and (max-width: 1800px) {
    .brand-business__title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .brand-business__title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .brand-business__subtitle {
        margin-bottom: 40px
    }

    .brand-business__title {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .brand-business__title {
        font-size: 24px;
        line-height: 30px
    }
}

.catalog-brand {
    padding-right: var(--main-padding);
    padding-left: var(--main-padding);
    padding-top: 80px;
    background-color: var(--color-white-dark)
}

.catalog-brand__title {
    position: relative;
    color: var(--color-blue);
    font-size: 50px;
    line-height: 60px;
    word-break: break-word;
    z-index: 10
}

@media screen and (max-width: 1450px) {
    .catalog-brand__title {
        font-size: 45px;
        line-height: 55px
    }
}

@media screen and (max-width: 1220px) {
    .values-brand__item-title {
        font-size: 32px;
        line-height: 38px
    }

    .brand-business__btn-bussines, .brand-business__btn-partner, .brand-business__subtitle, .values-brand__item-desc {
        font-size: 12px;
        line-height: 15px
    }

    .catalog-brand__title {
        max-width: 420px
    }
}

@media screen and (max-width: 1024px) {
    .values-brand__item-title {
        font-size: 28px;
        line-height: 34px
    }

    .brand-business__subtitle, .values-brand__item-desc {
        font-size: 14px;
        line-height: 17px
    }

    .brand-business__right-footer {
        flex-direction: column;
        align-items: flex-start;
        max-width: 380px
    }

    .brand-business__btn-bussines, .brand-business__btn-partner {
        font-size: 14px;
        line-height: 17px;
        width: 100%
    }

    .brand-business__title {
        font-size: 20px;
        line-height: 24px
    }

    .catalog-brand {
        background: url("/local/templates/seneca/../../../img/other/bg-eshop-mobile.png") 0 0/cover no-repeat rgba(211, 211, 211, .2);
        padding-bottom: 60px
    }

    .catalog-brand__title {
        max-width: 100%;
        font-size: 35px;
        line-height: 45px;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .brand-business__btn-bussines, .brand-business__btn-partner, .brand-business__subtitle, .values-brand__item-desc {
        font-size: 14px;
        line-height: 17px
    }

    .brand-business {
        grid-template-columns:1fr
    }

    .brand-business__right {
        padding: 40px var(--main-padding)
    }

    .brand-business__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 40px
    }

    .catalog-brand__title {
        font-size: 30px;
        line-height: 36px
    }
}

@media (max-width: 2850px) {
    .catalog-brand__title {
        font-size: 40px;
        line-height: 50px
    }
}

@media screen and (max-width: 1450px) {
    .catalog-brand__title {
        font-size: 35px;
        line-height: 45px
    }
}

@media screen and (max-width: 1220px) {
    .catalog-brand__title {
        font-size: 28px;
        line-height: 38px
    }
}

@media screen and (max-width: 500px) {
    .product-info-block__tabs-header {
        margin-left: -16px;
        padding-left: 16px;
        grid-template-columns:repeat(4, minmax(80px, 1fr));
        gap: 10px;
        width: calc(100% + 32px)
    }

    .brand-main__subtitle {
        font-size: 14px;
        line-height: 17px
    }

    .brand-main__title {
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 3.2px
    }

    .catalog-brand__title {
        text-align: left;
        font-size: 28px;
        line-height: 120%
    }
}

@media screen and (max-width: 375px) {
    .bestsellers-block__right, .subscribe-brand__right {
        max-height: 479px
    }

    .product-info-block__count {
        font-size: 16px;
        line-height: 19px
    }

    .product-info-block__count-container {
        grid-template-columns:34px 32px 34px
    }

    .product-info-block__count-container-svg {
        width: 16px
    }

    .product-bottom-block__bottom-left-brand-container {
        top: 20px;
        left: 16px;
        width: 40px;
        height: 40px;
        padding: 2.6px
    }

    .product-card__color {
        padding: 3px 5px
    }

    .product-card__color svg {
        width: 14px;
        height: 14px
    }

    .product-card__buy-price {
        flex-direction: column;
        gap: 2px
    }

    .product-card__buy-button-icon {
        width: 24px;
        height: 24px
    }

    .line__product {
        grid-template-columns:88fr 245fr
    }

    .line__product-properties-cost {
        display: flex;
        flex-direction: column
    }

    .line__product-properties {
        border-right: 0;
        border-bottom: 1px solid var(--color-gray-light)
    }

    .line__product-properties-color-container, .line__product-properties-size {
        margin-top: 2px
    }

    .line__product-cost-discount {
        margin-top: 2px;
        text-align: start
    }

    .line__product-cost {
        display: flex;
        flex-direction: row
    }

    .line__product-mobile {
        display: grid;
        grid-template-columns:88fr 245fr;
        gap: 10px;
        border-bottom: 1px solid var(--color-white-extra-dark)
    }

    .brand-main__titles {
        gap: 10px
    }

    .values-brand__item {
        gap: 30px
    }

    .values-brand__item-title {
        margin-bottom: 10px
    }

    .brand-business__btn-bussines, .brand-business__btn-partner {
        padding: 20px
    }

    .catalog-brand__title {
        font-size: 26px
    }
}

@media (max-width: 340px) {
    .catalog-brand__title {
        font-size: 24px
    }
}

.catalog-brand__link {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    letter-spacing: .96px;
    text-align: right;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px
}

.advantages-brand__item-desc, .advantages-brand__item-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .catalog-brand__link {
        font-size: 14px;
        line-height: 17px
    }
}

.catalog-brand__content {
    display: grid;
    gap: 154px 140px;
    grid:"catalog-brand__content-left_first catalog-brand__list-top_first" "catalog-brand__content-left_second  catalog-brand__list-top_second";
    grid-template-columns:640fr 940fr
}

@media screen and (max-width: 1650px) {
    .catalog-brand__content {
        gap: 184px 50px
    }
}

.catalog-brand__content-row {
    display: grid;
    grid-template-columns:640fr 940fr;
    gap: 140px;
    position: relative
}

.catalog-brand__content-row:last-child {
    align-items: center
}

.catalog-brand__content-left {
    position: relative
}

.catalog-brand__content-left_first {
    grid-area: catalog-brand__content-left_first
}

.catalog-brand__content-left_second {
    grid-area: catalog-brand__content-left_second;
    align-self: center
}

.catalog-brand__list-top {
    overflow: hidden;
    position: relative
}

.catalog-brand__list-top .eshop-block__swiper-slide-img-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.catalog-brand__list-top_first {
    grid-area: catalog-brand__list-top_first;
    overflow: hidden;
    position: relative;
    min-height: 300px
}

.catalog-brand__list-top_second {
    grid-area: catalog-brand__list-top_second;
    overflow: hidden;
    position: relative;
    min-height: 300px
}

.catalog-brand__list-top-btn-prev {
    position: absolute;
    left: 0;
    top: 130px;
    z-index: 4;
    padding: 10px;
    border: none;
    background-color: var(--color-white);
    display: none
}

.catalog-brand__list-top-btn-prev-svg {
    width: 24px;
    height: 24px;
    color: var(--color-dark)
}

.catalog-brand__list-top-btn-next {
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 4;
    padding: 10px;
    border: none;
    background-color: var(--color-white)
}

.catalog-brand__list-top-btn-next-svg {
    width: 24px;
    height: 24px;
    color: var(--color-dark);
    transform: rotate(-180deg)
}

.catalog-brand__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%
}

.catalog-brand__video-container {
    max-width: 415px;
    width: 65%;
    grid-area: catalog-brand__video-container;
    position: absolute;
    top: -466px
}

@media screen and (max-width: 1875px) {
    .catalog-brand__video-container {
        top: -417px
    }
}

@media screen and (max-width: 1220px) {
    .catalog-brand__link {
        font-size: 12px;
        line-height: 15px
    }

    .catalog-brand__content {
        gap: 80px
    }

    .catalog-brand__video-container {
        top: -343px
    }
}

.catalog-brand__video-container::before {
    content: "";
    position: absolute;
    width: calc(100% + 58px);
    height: calc(100% + 58px);
    border: 2px solid var(--color-white);
    border-radius: 50%;
    left: -29px;
    top: -29px
}

.catalog-brand__video-container::after {
    content: "";
    position: absolute;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    border: 2px solid var(--color-white);
    border-radius: 50%;
    left: -75px;
    top: -75px
}

.advantages-brand {
    padding: 100px var(--main-padding);
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px;
    background-color: var(--color-white-dark)
}

.advantages-brand__img-container, .contacts__cooperation-btn:first-child:hover {
    background-color: var(--color-blue)
}

.advantages-brand__item {
    display: flex;
    gap: 15px;
    position: relative
}

.advantages-brand__item-content {
    width: 71%
}

.advantages-brand__item-title {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 10px
}

.advantages-brand__item-desc {
    font-size: 14px;
    line-height: 17px;
    color: var(--color-white-extra-dark)
}

.advantages-brand__img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.advantages-brand__img-container {
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29%;
    height: fit-content;
    overflow: hidden;
    max-width: 120px
}

@media screen and (max-width: 1300px) {
    .advantages-brand {
        grid-template-columns:repeat(2, 1fr);
        gap: 60px
    }

    .advantages-brand__img-container {
        width: 15%
    }
}

@media screen and (max-width: 1024px) {
    .catalog-brand__link {
        font-size: 14px;
        line-height: 17px;
        justify-content: center
    }

    .catalog-brand__content {
        grid:"catalog-brand__content-left_first" "catalog-brand__list-top_first" "catalog-brand__content-left_second" "catalog-brand__list-top_second";
        gap: 40px;
        max-width: 800px;
        margin: 0 auto
    }

    .catalog-brand__list-top .eshop-block__swiper-hover-elem-block {
        display: block;
        position: absolute;
        opacity: 1;
        height: 100%;
        width: auto !important
    }

    .catalog-brand__list-top-btn-prev {
        display: block;
        top: 100px;
        background-color: var(--color-gray-dark)
    }

    .catalog-brand__list-top-btn-next {
        top: 100px;
        background-color: var(--color-gray-dark)
    }

    .catalog-brand__video-container {
        position: relative;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        margin-bottom: 50px;
        max-width: 350px
    }

    .advantages-brand__img-container {
        width: 20%
    }
}

@media screen and (max-width: 768px) {
    .catalog-brand__link {
        font-size: 14px;
        line-height: 17px
    }

    .catalog-brand__list-top {
        max-width: 100%
    }

    .catalog-brand__list-top_first, .catalog-brand__list-top_second {
        min-height: 450px
    }

    .catalog-brand__list-top .eshop-block__swiper-hover-elem-block {
        position: relative
    }

    .catalog-brand__list-top .swiper-slide.eshop-block__swiper-slide-img-container.swiper-slide-active > .eshop-block__swiper-slide-img {
        display: none
    }

    .advantages-brand {
        grid-template-columns:1fr;
        padding: 40px var(--main-padding)
    }

    .advantages-brand__img-container {
        width: 12%
    }
}

.contacts {
    margin-top: var(--margin-top);
    padding: 80px var(--main-padding)
}

.contacts__subtitle {
    font-family: var(--font-secondary);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    letter-spacing: .96px;
    color: var(--color-white-extra-dark)
}

.contacts__info-title, .contacts__questions, .contacts__supports-tel, .contacts__title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .advantages-brand__item-title {
        font-size: 18px;
        line-height: 22px
    }

    .contacts__subtitle {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px
}

.contacts__title {
    font-size: 60px;
    line-height: 19px;
    font-weight: 400
}

.contacts__questions {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 10px 20px 40px;
    text-transform: uppercase;
    width: 270px;
    height: 64px;
    border: 1px solid var(--color-dark);
    background-color: transparent
}

@media screen and (max-width: 1800px) {
    .contacts__title {
        font-size: 52px;
        line-height: 64px
    }

    .contacts__questions {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__questions-label {
    white-space: nowrap;
    cursor: pointer
}

.contacts__questions-icon {
    height: 24px;
    max-width: 54px;
    cursor: pointer
}

.contacts__questions:hover {
    border-color: var(--color-blue);
    color: var(--color-blue)
}

.contacts__questions:hover .contacts__questions-icon 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"
}

.contacts__info {
    display: grid;
    grid-template-columns:490fr 524fr 704fr;
    margin-bottom: 80px
}

.contacts__info-title {
    font-size: 20px;
    line-height: 19px;
    font-weight: 400
}

.contacts__supports {
    border-right: 1px solid var(--color-gray-light);
    padding-right: 40px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

.contacts__supports-tel {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    color: var(--color-blue);
    margin-top: 11px;
    margin-bottom: 5px;
    white-space: nowrap
}

.contacts__network-link, .contacts__supports-mail {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .contacts__info-title {
        font-size: 18px;
        line-height: 22px
    }

    .contacts__supports-tel {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .advantages-brand__item-desc {
        font-size: 12px;
        line-height: 15px
    }

    .contacts__questions {
        height: 54px
    }

    .contacts__supports-tel {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .contacts__supports-tel {
        font-size: 28px;
        line-height: 34px
    }

    .partner__left {
        width: 40%
    }
}

@media screen and (max-width: 1100px) {
    .contacts__supports-tel {
        font-size: 24px;
        line-height: 30px
    }
}

.contacts__supports-mail {
    font-size: 20px;
    line-height: 19px;
    color: var(--color-blue)
}

.contacts__network-list {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap
}

.contacts__network-link {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: var(--color-white-dark);
    color: var(--color-blue);
    border-radius: 100px;
    padding: 10px;
    max-width: 148px;
    min-width: 126px
}

.contacts__address-current, .contacts__address-name {
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

.contacts__network-icon {
    width: 32px;
    height: 32px
}

.contacts__network-item {
    position: relative
}

.contacts__network-item:hover {
    opacity: .7
}

.contacts__network-item a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2
}

.contacts__address {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px
}

.contacts__address-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    align-items: center;
    gap: 20px
}

@media screen and (max-width: 1550px) {
    .contacts__network-link {
        font-size: 14px;
        line-height: 18px
    }

    .contacts__address-list {
        grid-template-columns:1fr
    }
}

.contacts__address-name {
    font-size: 16px;
    line-height: 19px
}

@media screen and (max-width: 1800px) {
    .contacts__supports-mail {
        font-size: 18px;
        line-height: 22px
    }

    .contacts__address-name {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__address-current {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white-extra-dark);
    margin-top: 2px;
    margin-bottom: 10px
}

@media screen and (max-width: 1800px) {
    .contacts__address-current {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__address-button {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-blue);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    border: none;
    gap: 5px;
    padding: 0
}

.contacts__address-button:hover, .video-container-full_video-close:hover {
    opacity: .8
}

.about-seneca-slide__btn:hover, .about-seneca__next-arrow:hover {
    opacity: var(--opacity-value)
}

.contacts__address-button-icon {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.contacts__address-button-label {
    cursor: pointer
}

.contacts__business {
    margin-top: 20px;
    grid-template-columns:auto 996px;
    display: grid;
    gap: 20px 40px
}

@media screen and (max-width: 1920px) {
    .contacts__business {
        grid-template-columns:auto 656px
    }
}

.contacts__business-header {
    display: grid;
    grid-template-columns:685fr 995fr;
    gap: 40px;
    align-items: center
}

.contacts__business-managers {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.contacts__business-swiper-buttons {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px
}

.contacts__business-swiper-button {
    width: 44px;
    height: 44px;
    background-color: var(--color-white-dark);
    border: none
}

.contacts__business-swiper-button svg {
    width: 24px;
    height: 24px
}

.contacts__business-swiper-button:last-child {
    transform: rotate(180deg)
}

.contacts__cooperation {
    grid-row: 2
}

.contacts__cooperation-maintitle {
    display: flex;
    align-items: center
}

.contacts__cooperation-content {
    padding: 40px;
    background: url("/local/templates/seneca/src/img/other/bg-questions.png"), 50%/cover no-repeat rgba(211, 211, 211, .2)
}

.contacts__cooperation-title {
    font-family: var(--font-secondary);
    font-style: normal;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.contacts__cooperation-btn, .contacts__cooperation-desc {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .contacts__cooperation-title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .advantages-brand__item-title, .contacts__info-title, .contacts__supports-mail {
        font-size: 16px;
        line-height: 19px
    }

    .contacts__title {
        font-size: 42px;
        line-height: 54px
    }

    .contacts__cooperation-title {
        font-size: 22px;
        line-height: 28px
    }
}

@media screen and (max-width: 1220px) {
    .contacts__address-current, .contacts__address-name, .contacts__questions, .contacts__subtitle {
        font-size: 12px;
        line-height: 15px
    }

    .contacts__business-managers {
        margin-top: 20px
    }

    .contacts__business-swiper-button {
        width: 32px;
        height: 32px
    }

    .contacts__business-swiper-button svg {
        width: 16px;
        height: 16px
    }

    .contacts__cooperation-title {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (max-width: 1024px) {
    .contacts {
        padding-top: 60px
    }

    .contacts__address-current, .contacts__address-name, .contacts__questions, .contacts__subtitle {
        font-size: 14px;
        line-height: 17px
    }

    .contacts__title {
        font-size: 32px;
        line-height: 44px
    }

    .contacts__cooperation-title, .contacts__supports-tel {
        font-size: 20px;
        line-height: 24px
    }

    .contacts__network-link {
        font-size: 12px;
        line-height: 16px
    }
}

.contacts__cooperation-desc {
    font-size: 16px;
    line-height: 19px;
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (max-width: 1800px) {
    .contacts__cooperation-desc {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__cooperation-footer {
    display: flex;
    align-items: center;
    gap: 30px
}

.contacts__cooperation-btn {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 64px;
    width: 100%;
    min-width: 226px;
    max-width: 270px
}

.contacts__manager-mail, .contacts__manager-phone {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    display: block
}

@media screen and (max-width: 1800px) {
    .contacts__cooperation-btn {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__cooperation-btn label {
    white-space: nowrap;
    cursor: pointer
}

.contacts__cooperation-btn svg {
    height: 24px;
    max-width: 54px;
    cursor: pointer
}

.contacts__cooperation-btn:first-child {
    background-color: var(--color-dark);
    color: var(--color-white);
    border: none
}

.contacts__cooperation-btn:first-child svg {
    width: 24px
}

.contacts__cooperation-btn:last-child {
    padding-left: 25px;
    background: 0 0;
    border: 1px solid var(--color-dark)
}

.contacts__cooperation-btn:last-child:hover {
    border-color: var(--color-blue);
    color: var(--color-blue)
}

.contacts__cooperation-btn:last-child: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"
}

.contacts__managers {
    grid-column: 2;
    grid-row: 2;
    overflow: hidden
}

@media screen and (max-width: 1440px) {
    .contacts__business, .contacts__info {
        grid-template-columns:1fr
    }

    .contacts__supports {
        border-right: 0
    }

    .contacts__network {
        margin-top: 40px;
        border-top: 1px solid var(--color-gray-light);
        border-bottom: 1px solid var(--color-gray-light);
        border-right: 0;
        padding: 40px 0;
        margin-bottom: 40px
    }

    .contacts__network-icon {
        width: 28px;
        height: 28px
    }

    .contacts__address {
        padding-left: 0;
        padding-top: 0
    }

    .contacts__address-list {
        grid-template-columns:repeat(2, 1fr)
    }

    .contacts__business-managers {
        grid-column: 1
    }

    .contacts__managers {
        grid-column: 1;
        grid-row: 4
    }
}

.contacts__manager {
    background-color: var(--color-white-dark);
    padding: 30px
}

.contacts__manager-img {
    width: 100%;
    height: auto
}

.contacts__manager-img-container {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%
}

.contacts__manager-name {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
    color: var(--color-dark);
    font-weight: 400;
    margin-top: 20px
}

.contacts__manager-job {
    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);
    margin-top: 2px
}

@media screen and (max-width: 1800px) {
    .contacts__manager-name {
        font-size: 18px;
        line-height: 22px
    }

    .contacts__manager-job {
        font-size: 14px;
        line-height: 17px
    }
}

.contacts__manager-phone {
    color: var(--color-dark);
    font-size: 18px;
    line-height: 22px;
    color: var(--color-blue);
    margin-top: 20px;
    margin-bottom: 2px
}

.contacts__manager-mail {
    color: var(--color-dark);
    font-size: 18px;
    line-height: 22px;
    color: var(--color-blue)
}

.video-container-full {
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999
}

.video-container-full__backdrop {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(49, 50, 53, .3);
    z-index: 100
}

.video-container-full__content {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 45px), -50%);
    width: 77%;
    max-width: 1460px;
    max-height: 1000px;
    aspect-ratio: 1460/1000;
    height: 90%
}

.partnership-head__subtext, .partnership-head__text {
    max-width: var(--content-max-width);
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-white);
    text-align: center
}

.video-container-full_video {
    width: 100%;
    height: 100%
}

.video-container-full_video-close {
    position: absolute;
    top: 0;
    right: -70px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: var(--color-white)
}

.partnership-head {
    --content-max-width: 900px;
    margin-top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 920px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px
}

.partnership-head__text {
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px
}

.partnership-head__logo-seneca {
    width: 254px;
    height: 38px;
    margin-bottom: -1px
}

.partnership-head__subtext {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .partnership-head__subtext {
        font-size: 18px;
        line-height: 22px
    }
}

.partnership-head__logos {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    --logo-size: 200px
}

@media screen and (max-width: 1450px) {
    .contacts__manager-name, .partnership-head__subtext {
        font-size: 16px;
        line-height: 19px
    }

    .partnership-head__text {
        font-size: 45px;
        line-height: 55px
    }

    .partnership-head__logo-seneca {
        width: 221px;
        height: 33px
    }

    .partnership-head__logos {
        --logo-size: 160px
    }
}

.partnership-head__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-white);
    width: var(--logo-size);
    height: var(--logo-size);
    transform: rotateY(0) scale(1, 1);
    transition: transform .6s, background .3s
}

.partnership-head__wrapper:hover > .partnership-head__logo {
    background: #0047bb;
    transform: rotateY(180deg) scale(-1, 1);
    transition: transform .6s, background .6s
}

.partnership-head__logo-img {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s, visibility .6s
}

.about-seneca-slide__btn, .partner-swiper__next-arrow path, .partner__btn, .partner__btn-arrow path {
    transition: var(--transition-opacity)
}

.partnership-head__wrapper:hover .partnership-head__logo-img {
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s, visibility .6s;
    width: 0
}

.partnership-head__logo__content {
    opacity: 0;
    visibility: hidden;
    width: 0;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.partner-slide__title, .partnership-head__premier {
    font-family: var(--font-primary);
    font-style: normal
}

@media (max-width: 1450px) {
    .partnership-head__logo__content {
        font-size: 16px
    }
}

@media (max-width: 628px) {
    .partnership-head__logo__content {
        font-size: 11px
    }
}

.partnership-head__wrapper:hover .partnership-head__logo__content {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s, visibility .6s;
    width: 100%
}

.partnership-head__logo-img {
    width: 60%;
    height: 60%;
    object-fit: contain
}

.partnership-head__premier {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid var(--color-blue);
    border-radius: 50%;
    width: var(--logo-size);
    height: var(--logo-size);
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-blue);
    font-weight: 400
}

.partner-slide__benefits, .partner-slide__counter, .partner__title {
    font-family: var(--font-secondary)
}

.partner {
    display: flex
}

.partner__left {
    position: relative;
    flex-shrink: 0
}

.partner__mainImg {
    width: 820px;
    height: 100%;
    object-fit: cover;
    min-height: 457px
}

@media screen and (max-width: 1550px) {
    .contacts__address-button {
        font-size: 12px;
        line-height: 15px
    }

    .contacts__cooperation-btn {
        height: 54px
    }

    .contacts__manager-img-container {
        width: 120px;
        height: 120px
    }

    .contacts__manager-mail, .contacts__manager-phone {
        font-size: 14px;
        line-height: 18px
    }

    .partner__mainImg {
        width: 650px
    }
}

.partner__wrap {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.3%, rgba(0, 0, 0, .4) 83.3%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 100px
}

.partner__title {
    font-style: normal;
    color: var(--color-white);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
    text-transform: uppercase
}

@media screen and (max-width: 1800px) {
    .partnership-head__premier {
        font-size: 18px;
        line-height: 22px
    }

    .partner__title {
        font-size: 26px;
        line-height: 32px
    }
}

@media screen and (max-width: 1450px) {
    .partnership-head__premier {
        font-size: 16px;
        line-height: 19px
    }

    .partner__title {
        font-size: 22px;
        line-height: 28px
    }
}

.partner__logo {
    position: absolute;
    top: 0;
    right: 0;
    padding: 22px;
    background-color: var(--color-white);
    width: 164px;
    height: 164px
}

.partner__logo-k18 {
    height: auto
}

.partner__btn {
    background-color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 286px;
    height: 64px;
    color: var(--color-white);
    border: none;
    text-transform: uppercase
}

.partner-swiper__next, .partner__btn:hover {
    background-color: var(--color-blue)
}

.partner__btn-arrow {
    width: 45px;
    height: 24px;
    margin-right: -21px
}

.partner__btn:hover .partner__btn-arrow 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"
}

.partner-swiper__next {
    position: absolute;
    top: 80px;
    right: 100px;
    z-index: 2;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    border: none;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white)
}

.partner-swiper__next-arrow {
    width: 24px;
    height: 24px
}

.partner-swiper__next:hover {
    color: rgba(255, 255, 255, .6)
}

.partner-slide {
    padding: 80px 100px 80px 40px;
    -webkit-text-size-adjust: none !important
}

.partner-slide__top {
    display: flex;
    justify-content: space-between;
    padding-right: 144px;
    min-height: 104px
}

.partner-slide__counter {
    font-style: normal;
    font-size: 60px;
    line-height: 72px;
    color: var(--color-blue);
    font-weight: 400;
    letter-spacing: 6px
}

.partner-slide__benefits {
    max-width: 190px;
    text-align: right;
    letter-spacing: .96px;
    text-transform: uppercase;
    align-self: center
}

.partner-slide__title {
    color: var(--color-dark);
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 40px
}

.about-seneca-slide__title, .partner-slide__item-text, .partner-slide__item-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400
}

.partner-slide__list {
    display: grid;
    grid-template-columns:minmax(300px, 420px) minmax(300px, 420px);
    gap: 20px
}

.partner-slide__item {
    padding: 10px 0
}

.partner-slide__item-title {
    font-size: 20px;
    line-height: 24px;
    color: var(--color-blue);
    margin-bottom: 10px
}

@media screen and (max-width: 1800px) {
    .partner-slide__counter {
        font-size: 52px;
        line-height: 64px
    }

    .partner-slide__item-title {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 1450px) {
    .partner-swiper__next {
        width: 60px;
        height: 60px
    }

    .partner-slide__top {
        min-height: 60px;
        padding-right: 80px
    }

    .partner-slide__counter {
        font-size: 42px;
        line-height: 54px
    }

    .partner-slide__title {
        font-size: 45px;
        line-height: 55px
    }

    .partner-slide__list {
        grid-template-columns:1fr
    }

    .partner-slide__item {
        padding: 0
    }

    .partner-slide__item-title {
        font-size: 16px;
        line-height: 19px
    }
}

.partner-slide__item-text {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .partner-slide__item-text {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .contacts__cooperation-title {
        font-size: 24px;
        line-height: 30px
    }

    .contacts__cooperation-btn, .contacts__cooperation-desc, .contacts__manager-job {
        font-size: 12px;
        line-height: 15px
    }

    .contacts__cooperation-footer {
        display: flex
    }

    .partner__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .partner-slide__item-text {
        font-size: 14px;
        line-height: 15px
    }
}

.partner-slide__images {
    display: grid;
    grid-template-columns:minmax(300px, 420px) minmax(300px, 420px);
    gap: 20px;
    margin-top: 60px
}

.partner-slide__image {
    aspect-ratio: 1.57;
    object-fit: cover
}

.about-seneca__swiper {
    margin-top: 80px;
    width: 100%
}

.about-seneca__counter::before {
    content: attr(data-current-slide);
    margin-right: 2px
}

.about-seneca__counter::after {
    content: attr(data-all-slides);
    margin-left: 2px
}

.about-seneca__bottom {
    position: absolute;
    z-index: 3;
    right: 100px;
    bottom: 57px;
    display: flex;
    align-items: center;
    gap: 100px;
    font-size: 18px;
    color: var(--color-white)
}

@media screen and (max-width: 1024px) {
    .contacts__cooperation-btn, .contacts__cooperation-desc, .contacts__manager-job, .partner-slide__item-text {
        font-size: 14px;
        line-height: 17px
    }

    .contacts__manager-mail, .contacts__manager-phone {
        font-size: 12px;
        line-height: 16px
    }

    .partnership-head {
        margin-top: 60px;
        min-height: 708px
    }

    .partner-slide__title, .partnership-head__text {
        font-size: 35px;
        line-height: 45px
    }

    .partnership-head__logo-seneca {
        width: 175px;
        height: 26px
    }

    .partner__title {
        font-size: 20px;
        line-height: 24px
    }

    .partner-slide__counter {
        font-size: 32px;
        line-height: 44px
    }

    .about-seneca__swiper {
        margin-top: 60px
    }

    .about-seneca__bottom {
        bottom: 40px;
        right: 70px
    }
}

@media screen and (max-width: 768px) {
    .contacts {
        padding-top: 40px
    }

    .contacts__address-current, .contacts__address-name, .contacts__manager-job, .contacts__questions, .contacts__subtitle {
        font-size: 14px;
        line-height: 17px
    }

    .contacts__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .contacts__title, .partner-slide__counter, .partner-slide__title, .partnership-head__text {
        font-size: 30px;
        line-height: 36px
    }

    .contacts__info {
        margin-bottom: 60px
    }

    .contacts__supports-tel {
        font-size: 20px;
        line-height: 24px
    }

    .contacts__network {
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 20px 0
    }

    .contacts__network-list {
        display: flex;
        gap: 10px
    }

    .contacts__manager-mail, .contacts__manager-phone, .contacts__network-link {
        font-size: 16px;
        line-height: 19px
    }

    .contacts__network-icon {
        width: 20px;
        height: 20px
    }

    .contacts__address-list {
        grid-template-columns:1fr;
        align-items: flex-start
    }

    .contacts__cooperation-content {
        padding: 20px
    }

    .contacts__cooperation-title {
        font-size: 19px;
        line-height: 24px;
        font-family: var(--font-primary);
        letter-spacing: normal
    }

    .contacts__cooperation-desc {
        font-size: 14px;
        line-height: 17px;
        margin-top: 10px;
        margin-bottom: 20px
    }

    .contacts__cooperation-btn {
        font-size: 14px;
        line-height: 17px;
        gap: 10px;
        width: 100%;
        max-width: 100%
    }

    .contacts__cooperation-btn svg {
        height: 20px;
        max-width: 44px
    }

    .contacts__cooperation-btn:first-child svg {
        height: 20px
    }

    .video-container-full__content {
        transform: translate(calc(-50% - 15px), -50%)
    }

    .video-container-full_video-close {
        width: 30px;
        height: 30px;
        right: -40px
    }

    .partnership-head__logo-seneca {
        width: 149px;
        height: 22px
    }

    .partner-slide__item-title {
        font-size: 20px
    }

    .partner-slide__item-text {
        font-size: 20px;
        line-height: 22px
    }

    .about-seneca__bottom {
        right: 40px;
        gap: 10px
    }
}

.about-seneca__next {
    border: none;
    background-color: transparent
}

.about-seneca__next-arrow {
    width: 24px;
    height: 24px;
    color: var(--color-white)
}

.about-seneca-slide {
    min-height: calc(100vh - 80px);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 100px;
    gap: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    --content-max-width: 1160px
}

@media screen and (max-width: 1024px) {
    .about-seneca-slide {
        padding: 70px;
        min-height: calc(100vh - 60px)
    }
}

@media screen and (max-width: 768px) {
    .about-seneca-slide {
        padding: 70px 40px
    }
}

.about-seneca-slide_3 {
    background-position: 9% 0, center;
    background-size: auto 100%, cover
}

.about-seneca-slide_13 {
    background-position: 80% center, center;
    background-size: auto 90%, cover
}

.about-seneca-slide__title {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-white);
    letter-spacing: 1px;
    text-transform: uppercase
}

.about-seneca-slide__text, .about-seneca-slide__text_small {
    font-weight: 300;
    color: var(--color-white);
    font-style: normal;
    font-family: var(--font-primary)
}

@media screen and (max-width: 1800px) {
    .about-seneca-slide__title {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .about-seneca-slide__title {
        font-size: 12px;
        line-height: 15px
    }
}

.about-seneca-slide__text {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    max-width: var(--content-max-width);
    text-transform: uppercase;
    z-index: 2
}

.about-seneca-slide__text_small {
    font-size: 40px;
    line-height: 48px
}

@media screen and (max-width: 1800px) {
    .about-seneca-slide__text_small {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .partner-slide, .partner__wrap {
        padding: 40px
    }

    .partner-swiper__next {
        top: 40px
    }

    .about-seneca-slide__text_small {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .partner__mainImg {
        width: 100%
    }

    .partner__logo {
        width: 80px;
        height: 80px;
        padding: 10px
    }

    .partner__logo-k18 {
        height: auto
    }

    .about-seneca-slide__text_small {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .partnership-head__logos {
        --logo-size: 160px;
        gap: 20px
    }

    .about-seneca-slide__text_small {
        font-size: 24px;
        line-height: 30px
    }
}

.about-seneca-slide__text_half {
    max-width: 50%
}

.about-seneca-slide__text_left {
    text-align: left
}

.about-seneca-slide__text_right {
    margin-left: auto
}

.about-seneca-slide__logo {
    width: 254px;
    height: 38px;
    margin-bottom: -1px;
    color: var(--color-white)
}

.about-seneca-slide__subtext {
    text-align: center;
    max-width: var(--content-max-width);
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-white);
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .about-seneca-slide__subtext {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 1450px) {
    .about-seneca-slide__text {
        font-size: 45px;
        line-height: 55px
    }

    .about-seneca-slide__logo {
        width: 221px;
        height: 33px
    }

    .about-seneca-slide__subtext {
        font-size: 16px;
        line-height: 19px
    }
}

.about-seneca-slide__subtext_left {
    text-align: left
}

.about-seneca-slide__subtext_half {
    max-width: 560px
}

.about-seneca-slide__wrap_left {
    width: 50%;
    margin-right: auto;
    text-align: left
}

@media screen and (max-width: 1024px) {
    .about-seneca-slide__title {
        font-size: 14px;
        line-height: 17px;
        top: 30px
    }

    .about-seneca-slide__text {
        font-size: 35px;
        line-height: 45px
    }

    .about-seneca-slide__text_small {
        font-size: 20px;
        line-height: 24px
    }

    .about-seneca-slide__logo {
        width: 175px;
        height: 26px
    }

    .about-seneca-slide__wrap_left {
        width: 70%
    }
}

.about-seneca-slide__wrap_right {
    width: 50%;
    margin-left: auto
}

@media screen and (max-width: 1024px) {
    .about-seneca-slide__wrap_right {
        width: 70%
    }
}

.about-seneca-slide__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%
}

.about-seneca-slide__item {
    max-width: 500px
}

.about-seneca-slide__item-title {
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-white);
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media screen and (max-width: 1450px) {
    .about-seneca-slide__item-title {
        font-size: 45px;
        line-height: 55px
    }
}

.about-seneca-slide__strong {
    font-weight: 600
}

.about-seneca-slide__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;
    color: var(--color-white);
    height: 64px;
    background-color: transparent;
    border: 1px solid var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 40px;
    white-space: nowrap;
    margin-bottom: -75px
}

@media screen and (max-width: 1800px) {
    .about-seneca-slide__btn {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .about-seneca-slide__btn {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 375px) {
    .about-seneca-slide__btn {
        width: 100%;
        padding: 20px
    }
}

.about-seneca-slide__btn-arrow {
    width: 24px;
    height: 24px;
    color: var(--color-white)
}

.about-seneca-slide__image {
    margin: -85px 0
}

.about-seneca-partner__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.about-seneca-partner__logo {
    width: 470px;
    height: auto;
    margin-right: 110px;
    margin-left: 20px
}

.about-seneca-partner__right {
    max-width: 600px;
    padding-top: 10px
}

.about-seneca-partner__title {
    margin-bottom: 20px;
    font-family: var(--font-primary);
    font-style: normal;
    color: var(--color-white);
    font-weight: 300;
    font-size: 40px;
    line-height: 48px
}

.poster__content_badge, .poster__content_date, .poster__content_title {
    font-style: normal;
    font-weight: 400
}

@media screen and (max-width: 1800px) {
    .about-seneca-partner__title {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 1550px) {
    .about-seneca-partner__title {
        font-size: 32px;
        line-height: 38px
    }
}

@media screen and (max-width: 1300px) {
    .about-seneca-partner__title {
        font-size: 28px;
        line-height: 34px
    }
}

@media screen and (max-width: 1100px) {
    .about-seneca-partner__title {
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (max-width: 1024px) {
    .about-seneca-slide__list {
        flex-direction: column
    }

    .about-seneca-slide__item-title {
        font-size: 35px;
        line-height: 45px
    }

    .about-seneca-slide__btn {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px
    }

    .about-seneca-slide__image {
        width: 100%;
        max-width: 500px;
        height: auto
    }

    .about-seneca-partner__logo {
        width: 380px;
        margin-left: 0;
        margin-right: 40px
    }

    .about-seneca-partner__title {
        font-size: 20px;
        line-height: 24px
    }
}

.about-seneca-partner__text {
    margin-bottom: 40px
}

.poster {
    display: flex;
    background-color: var(--color-white-dark);
    height: 100vh;
    min-height: 720px;
    position: relative;
    overflow: hidden
}

.poster--first {
    margin-top: var(--main-margin-top);
    height: calc(100vh - var(--main-margin-top))
}

.poster--revers {
    flex-direction: row-reverse
}

.poster__content {
    z-index: 1;
    max-width: 50.5%;
    padding: 85px 60px 40px 100px
}

@media screen and (max-width: 1750px) {
    .partner-swiper__next {
        right: 40px
    }

    .partner-slide {
        padding-right: 40px
    }

    .poster__content {
        padding: 60px 50px 40px 70px
    }
}

@media screen and (max-width: 1550px) {
    .poster__content {
        padding: 45px 40px 30px 60px
    }
}

@media screen and (max-width: 850px) {
    .about-brand__left::after {
        width: calc(100% + 200px);
        height: calc(100% + 200px)
    }

    .about-brand__left::before {
        width: calc(100% + 80px);
        height: calc(100% + 80px)
    }

    .about-brand__subtitle {
        display: none
    }

    .about-brand__subtitle-first {
        display: block;
        z-index: 3
    }

    .partner {
        display: block
    }

    .partner__left {
        width: 100%
    }

    .poster {
        flex-direction: column
    }

    .poster__content {
        max-width: 100%;
        padding: 35px 40px 40px 50px
    }
}

@media screen and (max-width: 768px) {
    .about-seneca-slide_13 {
        padding-top: 100px;
        justify-content: flex-start;
        background-position: bottom center, center;
        background-size: 78%, cover
    }

    .about-seneca-slide__btn, .about-seneca-slide__title {
        font-size: 14px;
        line-height: 17px
    }

    .about-seneca-slide__item-title, .about-seneca-slide__text {
        font-size: 30px;
        line-height: 36px
    }

    .about-seneca-partner__title, .about-seneca-slide__text_small {
        font-size: 20px;
        line-height: 24px
    }

    .about-seneca-slide__logo {
        width: 149px;
        height: 22px
    }

    .about-seneca-partner__wrap {
        flex-direction: column
    }

    .about-seneca-partner__logo {
        width: 65%;
        margin: 0 0 60px
    }

    .about-seneca-partner__right {
        max-width: none
    }

    .poster__content {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 630px) {
    .blog-block-article {
        grid-template-rows:1fr 118px
    }

    .blog-block-article:nth-child(odd) {
        width: 88.4%
    }

    .blog-block-article:nth-child(2n) {
        width: fit-content
    }

    .blog-block-article__footer {
        position: relative;
        width: 100%;
        max-width: 100%
    }

    .blog-block-article__new {
        padding: 7.5px 10px
    }

    .blog-block__right {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .product-info-block__right-content {
        width: 100%
    }

    .product-info-block__right-content .swiper-wrapper, .product-info-block__right-content .swiper-wrapper .product-info-block__photo {
        max-height: 500px
    }

    .product-bottom-block__top-swiper-container {
        margin: 20px 0
    }

    .product-bottom-block__bottom-right-title_mobile {
        margin-left: 0
    }

    .catalog__products-header-title-container {
        flex-direction: column;
        gap: 10px;
        border-bottom:unset;
    }

    .catalog__products-list {
        padding: 0 30px;
        grid-gap: 15px;
        grid-template-columns:1fr
    }

    .catalog__products-list .product-card__buy {
        margin-top: 10px
    }

    .error-header__img {
        height: 80%;
        width: auto;
        max-width: initial;
        position: absolute
    }

    .error-content {
        padding-left: var(--main-padding);
        padding-right: var(--main-padding)
    }

    .error-footer {
        flex-direction: column
    }

    .policy-right__search-container {
        margin-bottom: 30px
    }

    .contacts__cooperation-footer {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start
    }

    .partnership-head__logos {
        --logo-size: 100px
    }

    .partner__wrap {
        padding: 30px 16px
    }

    .partner-swiper__next {
        right: 16px
    }

    .partner-slide {
        padding: 40px 16px
    }

    .partner-slide__images {
        grid-template-columns:1fr
    }

    .poster__content {
        max-width: 100%;
        padding: 25px 25px 40px
    }
}

@media screen and (max-width: 500px) {
    .catalog-brand__list-top-btn-next, .catalog-brand__list-top-btn-prev {
        padding: 8px
    }

    .catalog-brand__list-top-btn-prev-svg {
        width: 16px;
        height: 16px
    }

    .catalog-brand__list-top-btn-next-svg {
        width: 16px;
        height: 16px
    }

    .advantages-brand__img-container {
        width: 18%
    }

    .about-seneca__bottom {
        bottom: 15px;
        right: 16px
    }

    .about-seneca-slide {
        padding: 50px 16px
    }

    .about-seneca-slide__wrap_left, .about-seneca-slide__wrap_right {
        width: 100%
    }

    .poster__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.poster__content_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 65px
}

@media screen and (max-width: 1650px) {
    .poster__content_header {
        margin-bottom: 40px
    }
}

.poster__content_title {
    text-transform: uppercase;
    margin-right: auto;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1;
    color: var(--color-dark)
}

@media screen and (max-width: 1800px) {
    .poster__content_title {
        font-size: 14px;
        line-height: 17px
    }
}

.poster__content_date {
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1;
    color: var(--color-white-extra-dark)
}

@media screen and (max-width: 1800px) {
    .poster__content_date {
        font-size: 14px;
        line-height: 17px
    }
}

@media screen and (max-width: 1220px) {
    .poster__content_date, .poster__content_title {
        font-size: 12px;
        line-height: 15px
    }
}

.poster__content_badge {
    padding: 5px 10px;
    margin-left: 40px;
    background-color: var(--color-white);
    font-family: var(--font-primary);
    color: var(--color-blue);
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase
}

.poster__description, .poster__title {
    font-weight: 300;
    font-family: var(--font-primary);
    font-style: normal
}

@media screen and (max-width: 1300px) {
    .poster__content_header {
        margin-bottom: 30px
    }

    .poster__content_badge {
        margin-left: 25px
    }
}

@media screen and (max-width: 768px) {
    .poster__content_date, .poster__content_title {
        font-size: 14px;
        line-height: 17px
    }

    .poster__content_badge {
        margin-left: 15px
    }
}

@media screen and (max-width: 480px) {
    .partner__btn {
        height: 54px;
        width: 260px
    }

    .poster__content {
        padding: 20px 16px 30px
    }

    .poster__content_badge {
        margin-left: 10px
    }
}

.poster__img {
    max-width: 49.5%;
    width: 100%
}

.poster__img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@media screen and (max-width: 850px) {
    .poster__img {
        max-width: 100%;
        aspect-ratio: 1/0.65
    }
}

.poster__title {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--color-blue);
    font-size: 50px;
    line-height: 60px
}

.poster__description {
    color: var(--color-dark);
    font-size: 14px;
    line-height: 17px
}

@media screen and (max-width: 1550px) {
    .poster__content_badge, .poster__description {
        font-size: 12px;
        line-height: 15px
    }
}

@media screen and (max-width: 630px) {
    .poster__content_header {
        margin-bottom: 20px
    }

    .poster__img {
        aspect-ratio: 1/0.8
    }

    .poster__description, .poster__title {
        max-width: 95%
    }
}

.circle-icon {
    width: 50vw;
    height: 50vw;
    border: 2px solid var(--color-white);
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-40%, 60%);
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 850px) {
    .circle-icon {
        display: none
    }
}

.circle-icon div {
    width: 70%;
    height: 70%;
    border-radius: 100%;
    border: 2px solid var(--color-white)
}

.people-slide__wrap {
    max-width: var(--content-max-width)
}

.people-slide__wrap_columns > * {
    margin-bottom: 60px
}

.people-slide__subtext, .people-slide__suptext {
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-white);
    font-weight: 400;
    text-align: center
}

@media screen and (max-width: 1800px) {
    .people-slide__subtext, .people-slide__suptext {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 1450px) {
    .poster {
        height: 100%
    }

    .poster__title {
        font-size: 45px;
        line-height: 55px
    }

    .people-slide__subtext, .people-slide__suptext {
        font-size: 16px;
        line-height: 19px
    }
}

.people-slide__suptext {
    margin-bottom: 10px
}

.people-slide__subtext {
    margin-top: 10px
}

.people-slide__text {
    margin-bottom: 20px
}

.people-slide__btn {
    margin: 40px auto 0
}

.dropdown-catalog-row {
    display: flex;
    font-size: 12pt
}

.dropdown-catalog-cell-1 {
    width: 25%;
    border-right: solid 1px var(--color-gray);
    padding-top: 40px;
    padding-left: 40px
}

.dropdown-catalog-cell-2 {
    width: 30%;
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 40px
}

.dropdown-catalog-cell-1 li {
    padding-top: 10px;
    padding-bottom: 10px
}

.dropdown-catalog-cell-1 li a {
    color: var(--color-black);
    font-weight: 700;
    border-bottom: none
}

.dropdown-catalog-cell-1 li.active {
    border-bottom: var(--color-blue) 1px solid;
    transition: .5s
}

.dropdown-catalog-cell-1 li.active a {
    color: var(--color-blue);
    font-weight: 700;
    transition: .5s
}

.dropdown-catalog-cell-2 li {
    color: var(--color-gray);
    font-weight: 400;
    padding-left: 20px
}

.dropdown-catalog-cell-2 p {
    color: var(--color-black);
    font-weight: 400;
    padding-left: 20px
}

.dropdown-catalog-cell-2 a {
    color: var(--color-gray);
    font-weight: 400
}

.category-list {
    list-style: none;
    height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.category-list li {
    page-break-inside: avoid;
    break-inside: avoid
}

@media screen and (max-width: 1024px) {
    .poster__content_date, .poster__content_title {
        font-size: 14px;
        line-height: 17px
    }

    .poster__title {
        font-size: 35px;
        line-height: 45px
    }

    .hide-if-1024 {
        display: none
    }

    .show-if-1024 {
        display: block
    }
}

.product-bottom-block__bottom .product-card__bottom-title {
    min-height: 34px
}

.recently-viewed-container .product-card__bottom-buy-price {
    margin-right: 10px
}

.recently-viewed-container .product-card__bottom-buy {
    margin-top: 20px
}

@supports (-webkit-hyphens:none) {
    @media screen and (max-width: 667px) {
        .brands-block-slide__right-btn {
            aspect-ratio: initial
        }
    }.brands-block-slide__right-btn > video {
    height: 220px
}

    .product-card__photo-container .product-card__photo {
        height: auto
    }

    .select-dropdown_open {
        height: initial
    }

    .feedback-modal__content {
        padding-bottom: 70px
    }

    .product-card__photo-container {
        width: 100%
    }

    .modal-center__component {
        max-width: 99%
    }

    .ordering-page-address-delivery-component__modal-button {
        margin-bottom: 70px
    }
}

@media screen and (max-width: 768px) {
    .poster__title {
        font-size: 30px;
        line-height: 36px
    }

    .cart__podeli-widget, .hide-if-mobile, .show-if-mobile .eshop-block__header-subtitle {
        display: none
    }

    .show-if-mobile {
        display: block
    }

    .mini-modal-product {
        left: 1%;
    }

    .product-info-block__left .product-info-block__podeli-widget {
        order: 3;
        margin-top: 30px;
        margin-bottom: -10px
    }
}

@media screen and (max-width: 452px) {
    .fix_arrow, .fix_mob_version {
        display: block !important
    }

    .fix_brands {
        margin-top: 20px !important;
        font-style: normal !important
    }

    .fix_mob_version {
        margin-top: 50px !important;
        padding: 20px !important
    }

    .fix_title_bigger {
        width: 217px !important;
        margin-right: 46px !important;
        margin-top: 6px !important
    }

    .hide_arrow {
        display: none !important
    }

    .fix_arrow_into {
        margin-right: 18px !important
    }

    .fix_Mari_Lin {
        padding-top: 0 !important
    }

    .fix_background_cartoon {
        height: 251% !important;
        display: none !important
    }

    .mini-modal-product {
        left: 1%;
        width: 100%;
    }
}

@media screen and (max-width: 389px) {
    .fix_arrow, .fix_mob_version {
        display: block !important
    }

    .fix_brands {
        margin-top: 20px !important;
        font-style: normal !important
    }

    .info-block {
        padding: 0px !important;
        margin-left: 0 !important;
    }

    .main-banner {
        margin-bottom: 42px !important;
    }

    .fix_mob_version {
        margin-top: 25px !important;
        padding: 60px !important
    }

    .fix_title_bigger {
        width: 160px !important;
        margin-right: 46px !important;
        margin-top: 6px !important
    }

    .hide_arrow {
        display: none !important
    }

    .fix_arrow_into {
        margin-right: 18px !important
    }

    .fix_Mari_Lin {
        padding-top: 0 !important
    }

    .fix_background_cartoon {
        height: 251% !important;
        display: none !important
    }
}

.brands-block-slide__title {
    text-transform: none !important
}


.registration__title-container{
    display: flex;
    align-items: center;
    gap: 10px;
  }


  @media screen and (max-width:620px){
    .type{
        padding: 20px 20px;
    }

    .type-list{
        padding-left: 25px !important;
    }
  }


  .registration-success{
    position: unset;
    background-color: #fff;
  }



    .registration-success__body {
        padding-bottom: 20px;
    }



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

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

@media (max-width:768px) {
    .header__navigation{
        justify-content: center;
    }
}

@media screen  and (max-width:2470px){
    .flex-style{
        max-width: unset;
        margin-top:0px;
    }
    .main__content-ads.list{
        gap: 40px;
    }
}

@media screen  and (max-width:550px){
    .main__content-ads.list{
        gap: 30px;
    }
    .main__content-ads-list-item{
        min-height: unset;
    }
    .main__content-ads-list-item img{
        object-fit:cover
    }
}
@media screen and (max-width: 1440px) {
    .flex-style{
        margin-top: 9px;
    }
}
@media screen and (max-width: 1300px) {

    .flex-style{
        max-width: 560px;
    }

}


.main__content-ads-list-item{
    padding:   0   !important;
}


.flex-styles{
    flex: 1;
}

.flex-styles input {
    background:transparent;
}


.break{
    display: inline-block;
}

.mobile-heading-hidden{
	display: block;
}

@media screen and(max-width:850px) {
    .break{
        display: block;
    }

    .filter img{
        display: block;
    }
}


.cart-button-wrapper{
    width: 100%;
}
@media (max-width: 1120px) {
	.mobile-heading-hidden{
		display: none;
	}

    .cst-catalog-main-top {
        display: none;
    }
    #searchInput{
        display: block;
    }
    .filter img{
        max-width: unset;
    }
    #mobile-filter-open-button{
        display: block
    }

    .smartfilter-mobile{
        display: flex;
        overflow:scroll;
    }
    .cst-catalog-side_close {
        display: none;
    }
    
    @media (max-width: 1800px) {
        .cst-catalog-main {
            padding-right: 80px;
        }
    }
    
    @media (max-width: 1550px) {
        .cst-catalog-main {
            padding-right: 40px;
            padding-left: 40px;
        }
    }
    
    @media (max-width: 1000px) {
        .cst-catalog-side {
            display: none;
        }
    
        .cst-catalog-main {
            width: 100%;
            padding: 0 20px;
        }
    
        .cst-catalog-main-top {
            display: flex;
            gap: 4px;
            margin-top: 20px;
        }
    
        .cst-catalog-main-top::-webkit-scrollbar {
            display: none;
        }
    
        .cst-catalog-main-top_filter {
            min-width: 37px;
            max-width: 37px;
            height: 37px;
            background-image: url(/local/templates/seneca/../img/catalog/asd.svg);
            background-size: 20px 17px;
            background-position: center center;
            background-repeat: no-repeat;
            border: 2px solid var(--Black, #313235);
            box-sizing: border-box;
        }
    
        .cst-catalog-main-top-block {
            box-sizing: border-box;
            color: var(--Black, #313235);
            font-family: Inter;
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 10px 0px;
            width: 175px;
            height: 37px;
        }
    
        .cst-catalog-side_active {
            display: flex;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 0;
            width: 100%;
            z-index: 3;
            padding: 40px 20px;
            box-sizing: border-box;
        }
    
        .cst-catalog-side_close {
            width: 30px;
            height: 30px;
            background-image: url(/local/templates/seneca/../img/catalog/close_filter.svg);
            background-size: 100% 100%;
            position: absolute;
            top: 19px;
            right: 19px;
            cursor: pointer;
            display: flex;
        }
    }
	  /* ----- */
	  .catalog__products-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr); /* 4 РєРѕР»РѕРЅРєРё РЅР° РґРµСЃРєС‚РѕРїРµ */
		grid-template-rows: auto;
		gap: 20px;
		width: 100%;
	}
	
	.catalog__products-list .product-card {
		width: 100%;
	}
	
	.ma-catalog_a .ma-catalog-banner {
		grid-column: 4 / 6;
	}
	
	.ma-catalog-banner {
		grid-row: 1 / 3;
		grid-column: 4 / 6;
		position: relative;
	}
	
	.ma-catalog-block:nth-child(odd) .ma-catalog-banner {
		grid-column: 1 / 3;
	}
	
	.ma-catalog-banner-pic {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
	}
	
	.ma-catalog-banner-pic img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		transition: 0.3s;
	}
	
	.ma-catalog-banner:hover .ma-catalog-banner-pic img {
		transform: scale(110%);
	}
	
	.ma-catalog-banner-bot {
		position: absolute;
		z-index: 1;
		bottom: 40px;
		left: 30px;
		right: 30px;
		display: flex;
		gap: 40px;
		justify-content: space-between;
		align-items: flex-end;
	}
	
	.ma-catalog-banner-bot-text {
		color: #FFF;
		font-family: Inter;
		font-size: 30px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.ma-catalog-banner-bot-btn {
		font-size: 0;
		border: 0;
		display: flex;
		min-width: 44px;
		max-width: 44px;
		height: 44px;
		background-color: #fff;
		background-image: url(/local/templates/seneca/../img/main/ma-arrow.svg);
		background-size: 24px 24px;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.ma-bot .container {
		display: flex;
		gap: 20px;
	}
	
	.ma-bot-cont {
		width: calc(50% - 10px);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 20px;
		padding: 60px;
		box-sizing: border-box;
	}
	
	.ma-bot-title {
		color: #0047BB;
		text-align: center;
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 52px */
		text-transform: uppercase;
	}
	
	.ma-bot-banner {
		width: calc(50% - 10px);
	}
	
	.ma-bot-banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.ma-banner-slider_mob {
		display: none;
	}
	
	.card-cst {
		background: #F7F8FA;
	}
	
	.card-cst .container {
		display: grid;
		grid:
			"card-bread card-slider"
			"card-info card-slider"
			"card-pic card-slider";
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
	}
	
	.card-cst .bread-row {
		grid-area: card-bread;
		margin-top: 80px;
	}
	
	.card-cst .bread-item {
		font-size: 16px;
		font-weight: 400;
		line-height: 120%; /* 19.2px */
		letter-spacing: 0.96px;
		align-items: center;
	}
	
	.card-cst-info {
		grid-area: card-info;
		margin-top: 40px;
		max-width: 45vw;
	}
	
	.card-cst-info .brand-product-info__name {
		color: #313235;
		font-weight: 300;
	}
	
	.card-cst-info .brand-product-info__middle {
		flex-wrap: wrap;
	}
	
	.card-cst-info .brand-product-info__offers {
		font-size: 14px;
		cursor: pointer;
	}
	
	.card-cst-info .brand-product-info__bottom {
		align-items: center;
		flex-wrap: wrap;
	}
	
	.card-cst-info .brand-product-info__price {
		white-space: nowrap;
		margin-right: 20px;
	}
	
	.card-cst-info .collection-brand__btn-catalog {
		background-color: #0047BB;
		cursor: pointer;
	}
	
	.card-cst-info .collection-brand__btn-catalog:hover {
		background-color: #000;
	}
	
	.card-cst-info .collection-brand__btn-catalog:hover svg path {
		d: revert-layer;
	}
	
	.card-cst-pic {
		grid-area: card-pic;
		display: flex;
		gap: 20px;
		margin-top: 80px;
		max-width: 45vw;
		margin: 0 -10px;
	}
	
	.card-cst-pic-item {
		width: calc(100% / 3 - 15px);
		height: 305px;
		margin: 0 10px;
	}
	
	.card-cst-pic-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.card-cst-slider {
		grid-area: card-slider;
		max-width: 45vw;
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.card-cst-slider .slick-slider, .card-cst-slider .slick-track, .card-cst-slider .slick-list {
		width: 100%;
		height: 100%;
	}
	
	.card-cst-slider-item {
		background-color: #fff;
	}
	
	.card-cst-slider-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.card-cst-slider_nav {
		position: absolute;
		left: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		height: fit-content;
		z-index: 1;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.card-cst-slider_nav-prev {
		transform: rotate(180deg);
		width: 44px;
		height: 44px;
		padding: 10px;
		box-sizing: border-box;
		cursor: pointer;
	}
	
	.card-cst-slider_nav-next {
		width: 44px;
		height: 44px;
		padding: 10px;
		box-sizing: border-box;
		cursor: pointer;
	}
	
	.card-cst-slider-block {
		position: absolute;
		top: 30px;
		left: 30px;
		padding: 10px;
		box-sizing: border-box;
		z-index: 1;
		display: flex;
		gap: 5px;
		align-items: center;
	}
	
	.card-cst-slider-block-pic {
		width: 50px;
		height: 50px;
		padding: 5px;
		box-sizing: border-box;
	}
	
	.card-cst-slider-block-pic img {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		object-fit: cover;
	}
	
	.card-cst-slider-block-cont {
		display: flex;
		flex-direction: column;
		gap: 3px;
	}
	
	.card-cst-slider-block-cont-link {
		color: #313235;
		text-decoration: none;
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		display: flex;
		gap: 10px;
		align-items: center;
	}
	
	.card-cst-slider-block-cont-link::after {
		content: '';
		width: 24px;
		height: 24px;
		background-image: url(/local/templates/seneca/../img/card/arrow.svg);
		background-size: 100% 100%;
	}
	
	.card-cst-slider-block-cont-num {
		color: #313235;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	
	.brand-product-tabs_cst {
		padding: 80px 0;
	}
	
	.brand-product-tabs_cst .brand-product-tabs__body {
		max-width: 50%;
	}
	
	.brand-product-tabs_char {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	
	.brand-product-tabs_char li {
		display: flex;
		gap: 20px;
		color: #313235;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	
	.brand-product-tabs_char li span {
		min-width: 270px;
		display: flex;
		color: #97999B;
	}
	
	.card-more {
		padding: 80px 0;
	}
	
	.card-more-title {
		color: #313235;
		font-family: "Neutral Face";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 19.2px */
		letter-spacing: 0.96px;
	}
	
	.card-more-row {
		display: flex;
		gap: 20px;
		margin-top: 40px;
	}
	
	.card-more .ma-catalog-banner {
		width: calc(58% - 10px);
	}
	
	.card-more-cont {
		display: flex;
		width: calc(42% - 10px);
		gap: 20px;
		flex-wrap: wrap;
	}
	
	.card-more-cont .product-card {
		width: calc(100% / 2 - 10px);
	}
	
	.ma-catalog-banner-logo {
		position: absolute;
		top: 30px;
		left: 30px;
		z-index: 2;
	}
	
	.ma-catalog-banner-logo img {
		width: 100%;
		height: 100%;
	}
	
	.card-more .ma-catalog-banner-pic::before {
		content: '';
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 78.4%, rgba(0, 0, 0, 0.30) 100%);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	
	.card-also-title {
		color: #313235;
		font-family: "Neutral Face";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 19.2px */
		letter-spacing: 0.96px;
	}
	
	.ma-first-slide {
		position: relative;
		height: 420px;
		padding: 40px 0;
		box-sizing: border-box;
	}
	
	.ma-first-bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	
	.ma-first-bg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.ma-first {
		position: relative;
	}
	
	.ma-first .slick-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		transform: translateY(-50%);
		background: rgba(0,0,0,0.3);
		color: white;
		border: none;
		padding: 12px;
		cursor: pointer;
		z-index: 2;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0;
	}
	
	.ma-first .slick-arrow::after {
		content: 'вќ®';
		font-size: 12px;
		color: #fff;
	}
	
	.ma-first .slick-arrow:hover {
		background: rgba(0,0,0,0.5);
	}
	
	.ma-first .slick-prev {
		left: 20px;
	}
	
	.ma-first .slick-next {
		right: 20px;
		transform: rotate(180deg);
	}
	
	.ma-first .container {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		gap: 20px;
		position: relative;
		z-index: 1;
		height: 100%;
	}
	
	.ma-first-cont {
		display: flex;
		flex-direction: column;
		gap: 2px;
	}
	
	.ma-first-title {
		color: #FFF;
		font-family: Inter;
		font-size: 30px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		text-transform: uppercase;
	}
	
	.ma-first-text {
		color: #FFF;
		font-family: Inter;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 24px */
	}
	
	.brand-product-info__add {
		display: flex;
		gap: 20px;
		margin-top: 40px;
		margin-bottom: 40px;
		align-items: center;
	}
	
	.brand-product-info__add-pic {
		max-width: 124px;
		min-width: 124px;
		height: 36px;
	}
	
	.brand-product-info__add-pic img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	.brand-product-info__add-cont {
		display: flex;
		flex-direction: column;
		gap: 2px;
	}
	
	.brand-product-info__add-cont-title {
		color: #313235;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	
	.brand-product-info__add-cont-sub {
		color: #97999B;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	
	.brand-product-info__add-link {
		width: 20px;
		height: 20px;
		text-decoration: none;
		background-image: url(/local/templates/seneca/../img/card/circle-alert.svg);
		background-size: 100% 100%;
		border-radius: 50%;
	}
	
	@media (max-width: 1470px) {
		.plug-item {
			width: calc(100% / 2 - 10px);
		}
	}
	
	@media (max-width: 1024px) {
		.container {
			padding: 0 15px;
			box-sizing: border-box;
		}
	
		.container-sm {
			padding: 0 15px;
			box-sizing: border-box;
		}
	
		.banner {
			height: 100vh;
			max-height: 610px;
		}
	
		.banner-title {
			margin-bottom: 40px;
			font-size: 40px;
		}
	
		.bread {
			margin-top: 70px;
		}
	
		.bread-row {
			flex-wrap: nowrap;
			overflow: hidden;
			position: relative;
		}
	
		.card-cst-info {
			max-width: none;
		}
	
		.bread-row::after {
			content: '...';
			color: var(--Primary, #0047BB);
			text-overflow: ellipsis;
			font-family: "Neutral Face";
			font-size: 24px;
			font-style: normal;
			font-weight: 400;
			line-height: 120%; /* 28.8px */
			letter-spacing: 1.44px;
			position: absolute;
			right: 0;
			background-color: #fff;
			padding-left: 5px;
		}
	
		.bread-item {
			white-space: nowrap;
		}
	
		.short {
			margin-top: 60px;
		}
	
		.short-block {
			flex-direction: column;
			gap: 50px;
		}
	
		.cont {
			margin-top: 120px;
		}
	
		.cont-title {
			font-size: 48px;
		}
	
		.cont-block {
			margin-top: 50px;
			gap: 30px;
		}
	
		.cont-row {
			margin-top: 120px;
		}
	
		.cont-row .container-sm {
			gap: 120px;
		}
	
		.cont-item-pic {
			height: 403px !important;
		}
	
		.cont-item-pic-desc {
			font-size: 14px;
		}
	
		.cont-item-title {
			font-size: 40px;
		}
	
		.cont-item-text p {
			text-align: left;
		}
	
		.cont-item_hor {
			flex-direction: column;
		}
	
		.cont-item_hor .cont-item-pic {
			height: auto !important;
		}
	
		.cont-item_hor .cont-item-pic img {
			height: 678px;
		}
	
		.cont-item_hor .cont-item-title {
			text-align: center;
		}
	
		.cont-item_check-block {
			width: calc(100% / 2);
			height: 339px;
			overflow: hidden;
		}
	
		.cont-item_check-block .cont-item-pic-desc {
			margin-top: -20px;
		}
	
		.cont-item_check-block img {
			height: 100%;
		}
	
		.cont-item_check-block:nth-child(1) {
			order: 1;
		}
	
		.cont-item_check-block:nth-child(2) {
			order: 2;
		}
	
		.cont-item_check-block:nth-child(3) {
			order: 4;
		}
	
		.cont-item_check-block:nth-child(4) {
			order: 3;
		}
	
		.cont-item_check-block:nth-child(5) {
			order: 5;
		}
		
		.cont-item_check-block:nth-child(6) {
			order: 6;
		}
	
		.cont-item_check-block-name {
			font-size: 24px;
		}
	
		.cont-item_check-block-text {
			font-size: 16px;
		}
	
		.cont-item-pic-desc {
			margin: 0;
			/* margin-top: -20px; */
			background-color: #000;
		}
	
		.cont-item-title {
			margin-top: 0;
		}
	
		.cont_second-bot-item:nth-child(1) {
			width: 100%;
		}
	
		.cont_second-bot-item:nth-child(2) {
			width: 100%;
		}
	
		.cont-item-pic-desc_single {
			margin-top: 10px;
			background-color: transparent;
		}
	
		.cont-extra {
			margin-top: 120px;
		}
	
		.cont-extra .container-sm {
			flex-direction: column;
		}
	
		.cont-extra-block {
			position: unset;
			width: 100%;
		}
	
		.cont-extra-side {
			position: unset;
			width: 100%;
		}
	
		.cont-extra-title {
			font-size: 40px;
		}
	
		.cont-extra-text {
			text-align: center;
		}
	
		.cont-extra-side {
			max-width: 442px;
			margin: 0 auto;
		}
	
		.cont-extra-desc {
			font-size: 14px;
		}
	
		.add {
			margin-top: 120px;
		}
	
		.add-btn {
			width: 54px;
			height: 54px;
		}
	
		.also {
			margin-top: 100px;
			margin-bottom: 60px;
		}
	
		.also-title {
			padding-top: 40px;
		}
	
		.also .slick-arrow {
			top: -74px;
			right: 80px;
			left: auto;
			margin: 0;
		}
	
		.also .slick-next {
			right: 0;
		}
	
		.also .slick-disabled {
			display: block !important;
		}
	
		.plug {
			flex-direction: column;
			position: relative;
			gap: 40px;
		}
	
		.plug-side {
			width: 100%;
			max-width: none;
			padding: 0;
		}
	
		.plug-side-title {
			display: none;
		}
	
		.plug-side {
			flex-direction: row;
			background-color: transparent;
			gap: 4px;
			margin-top: 68px;
			padding: 0 20px;
			overflow: scroll;
		}
	
		.plug-side::-webkit-scrollbar {
			display: none;
		}
	
		.plug-side-menu {
			display: none;
		}
	
		.plug-side-link {
			padding: 0 20px;
			display: flex;
			justify-content: center;
			align-items: center;
			white-space: nowrap;
			border: 1px solid var(--Black, #313235);
			height: 37px;
			box-sizing: border-box;
		}
	
		.plug-side-link_active {
			border: 1px solid #0047BB;
			background: #0047BB;
			color: #FFF;
		}
	
		.plug-side-btn {
			display: flex;
			border: 1px solid var(--Black, #313235);
			padding: 10px;
			min-width: 37px;
			max-width: 37px;
			height: 37px;
			box-sizing: border-box;
			background-image: url(/local/templates/seneca/../img/plug/btn.svg);
			background-size: 20px 17px;
			background-repeat: no-repeat;
			background-position: center center;
		}
	
		.plug-cont {
			padding: 0 20px;
			box-sizing: border-box;
		}
	
		.plug-cont .bread-row::after {
			display: none;
		}
	
		.plug .bread {
			position: absolute;
			top: 0;
			margin-top: 30px;
			overflow: scroll;
			left: 0;
			right: 0;
		}
	
		.plug .bread-row {
			padding-left: 20px;
			padding-right: 20px;
			overflow: scroll;
		}
	
		.second-rec-title {
			font-size: 30px;
		}
	
		.second-rec-row {
			flex-direction: column;
			gap: 30px;
		}
	
		.second-rec-row .product-card {
			width: 100%;
		}
	
		.plug .bread-row::-webkit-scrollbar {
			display: none;
		}
	
		.plug-row {
			margin-top: 0;
			gap: 10px;
			row-gap: 20px;
		}
	
		.plug-item {
			width: calc(100% / 2 - 5px);
			padding: 10px;
		}
	
		.plug-item-text {
			font-size: 16px;
		}
	
		.plug-pop {
			display: none;
			position: fixed;
			top: 60px;
			bottom: 0;
			right: 0;
			left: 0;
			background: var(--BG-bg-2, #F7F8FA);
			padding: 40px 20px;
			box-sizing: border-box;
			flex-direction: column;
			gap: 20.5px;
		}
	
		.plug-pop_active {
			display: flex;
		}
	
		.plug-close {
			width: 30px;
			height: 30px;
			background-image: url(/local/templates/seneca/../img/plug/close.svg);
			background-size: 100% 100%;
			position: absolute;
			top: 19px;
			right: 19px;
		}
	
		.plug-pop-link {
			color: var(--Black, #313235);
			font-family: Inter;
			font-size: 20px;
			font-style: normal;
			font-weight: 400;
			line-height: 120%; /* 24px */
			text-decoration: none;
		}
	
		.plug-pop-item {
			color: var(--Black, #313235);
			font-family: Inter;
			font-size: 16px;
			font-style: normal;
			font-weight: 500;
			line-height: normal;
			text-decoration: none;
			max-height: 20px;
			overflow: hidden;
			transition: 0.3s;
		}
	
		.plug-pop-item_active {
			max-height: 500px;
		}
	
		.plug-pop-menu {
			display: flex;
			flex-direction: column;
			gap: 20px;
			padding-left: 10px;
			box-sizing: border-box;
			margin-top: 20.5px;
		}
	
		.plug-pop-menu-link {
			color: var(--Black, #313235);
			font-family: Inter;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: normal;
			text-decoration: none;
		}
	
		.banner_second {
			max-height: 636px;
		}
	
		.banner_second .container {
			gap: 20px;
		}
	
		.banner_second-title {
			font-size: 30px;
			bottom: 20px;
		}
	
		.second-pic {
			margin-top: 120px;
		}
	
		.second-text {
			margin-top: 120px;
		}
	
		.second-pic-row .container {
			flex-direction: column;
		}
	
		.second-pic-item {
			width: 100%;
		}
	
		.cont_second {
			margin-top: 0;
		}
	
		.cont_second-block {
			flex-direction: column;
			gap: 120px;
		}
	
		.cont_second-side {
			max-width: none;
			min-width: 0;
			width: 100%;
			padding: 0 45px;
			box-sizing: border-box;
		}
	
		.cont_second-bot {
		}
	
		.cont_second-bot .container {
			flex-direction: column;
		}
	
		.cont_second-bot img {
			width: 100% !important;
		}
	
		.cont-cit {
			margin-top: 120px;
		}
	
		.second-pic-row {
			margin-top: 120px;
		}
	
		.second-pic-slider {
			margin-top: 120px;
		}
	
		.banner_third {
			height: auto;
			max-height: none;
		}
	
		.banner_third .container {
			flex-direction: column-reverse;
			gap: 10px;
		}
	
		.banner_third-pic {
			width: 100%;
		}
	
		.banner_third-block {
			width: 100%;
			margin: 0 auto;
			height: 750px;
		}
	
		.banner_third-title {
			color: #000;
			font-family: "Neutral Face";
			font-size: 36px;
			font-style: normal;
			font-weight: 400;
			line-height: 123%; /* 44.28px */
			text-transform: uppercase;
			max-width: none;
			padding: 0 35px;
			box-sizing: border-box;
		}
	
		.third-left {
			margin-top: 120px;
		}
	
		.third-left .container-sm {
			flex-direction: column-reverse;
			gap: 50px;
		}
	
		.third-left-text {
			max-width: none;
			text-align: center;
		}
	
		.third-left-pic {
			height: 360px;
		}
	
		.third-right {
			margin-top: 20px;
		}
	
		.third-right .container-sm {
			flex-direction: column;
			gap: 60px;
		}
	
		.third-right-pic {
			max-width: none;
		}
	
		.third-right-text {
			max-width: none;
		}
	
		.cont_third {
			margin-top: 0;
		}
	
		.third-pic-row .container {
			flex-direction: row;
		}
	
		.third-pic-row .second-pic-item {
			width: calc(100% / 2 - 10px) !important;
		}
	
		.third-text {
			margin-top: 120px;
		}
	
		.cont_third-block {
			margin-top: 120px;
		}
	
		.cont_third-block .container {
			flex-direction: column;
			gap: 50px;
		}
	
		.cont_third-side {
			max-width: none;
			min-width: 0;
			height: 100%;
		}
	
		.cont-sost .cont-sost-rt {
			margin-left: 118px;
		}
	
		.cont-sost {
			margin-top: 120px;
		}
	
		.cont_third-pic {
			margin-top: 120px;
		}
	
		.cont_third-pic .container {
			justify-content: flex-start;
		}
	
		.cont_third-pic img {
			margin: 0;
		}
	
		.cont_third-pic img:nth-child(1) {
			width: calc(100% - 118px);
			margin-top: 0;
			order: 1;
		}
	
		.cont_third-pic img:nth-child(2) {
			order: 2;   
			width: calc(50% - 10px);
			margin-top: 0;
		}
	
		.cont_third-pic img:nth-child(3) {
			order: 4;
			width: calc(50% - 10px);
			margin-left: auto;
			margin-top: -171px;
		}
	
		.cont_third-pic img:nth-child(4) {
			order: 3;
			margin: 0;
			margin-left: auto;
			margin-top: -169px;
			width: calc(50% - 10px);
		}
	
		.cont_third-pic img:nth-child(5) {
			order: 5;
			margin: 0;
			width: calc(50%);
			margin-left: 118px;
			margin-top: -116px;
			z-index: 1;
		}
	
		.ma-banner {
			height: 490px;
		}
	
		.ma-banner .container {
			padding-top: 30px;
			padding-bottom: 30px;
		}
	
		.ma-banner-title {
			font-size: 34px;
			font-style: normal;
			font-weight: 300;
			line-height: 120%; /* 40.8px */
			margin: 0;
		}
	
		.ma-banner-title_top {
			margin-bottom: 41px;
		}
	
		.ma-banner-title_bot {
			margin: 0 auto;
	
		}
	
		.ma-banner .eshop-block__swiper-slide-img {
			height: 267px;
			width: 160px;
		}
	
		.ma-banner-slide {
			gap: 0;
			justify-content: space-between;
		}
	
		.ma-banner .slick-list {
			padding: 0 20px !important;
		}
	
		.ma-banner .eshop-block__video-container-block {
			max-width: 415px;
			width: 23%;
			height: auto;
			aspect-ratio: 1 / 1;
			display: flex;
			align-items: center;
			justify-content: center;
			position: absolute;
			border-radius: 50%;
			transform: translate(-50%, -50%);
			left: 50%;
			top: 50%;
		}
	
		.ma-banner .eshop-block__swiper-hover-elem-block {
			width: 100%;
			height: 0;
			bottom: 0;
			border: none;
			transition: 0.5s;
			opacity: 0;    
		}
	
		.ma-banner .eshop-block__swiper-hover-elem-block_active {
			opacity: 1;
			height: 100%;
		}
	
		.ma-banner .eshop-block__swiper-hover-elem {
			bottom: 47px;
			width: 20px;
			height: 20px;
		}
	
		.ma-banner .eshop-block__swiper-hover-elem::before {
			width: 10px;
			height: 10px;
		}
	
		.ma-banner .eshop-block-card__title {
			font-size: 10px;
		}
	
		.ma-banner .eshop-block-card__price {
			font-size: 12px;
		}
	
		.ma-banner .eshop-block-card__button-label {
			font-size: 12px;
		}
	
		.ma-banner .eshop-block__video-container_circle {
			width: 600px;
			height: 600px;
		}
	
		.ma-banner .slick-arrow {
			width: 32px;
			height: 32px;
			background-size: 15px 15px;
		}
	
		.ma-new {
			padding: 60px 0;
		}
	
		.ma-new .container {
			gap: 30px;
		}
	
		.ma-new .slick-next {
			right: 0;
		}
	
		.ma-new .slick-prev {
			left: 0;
		}
	
		.ma-new-row .slick-list {
			margin: 0 40px;
		}
	
		.ma-add {
			padding: 60px 20px;
		}
	
		.ma-add-item-pic {
			height: 340px;
		}
	
		.ma-catalog {
			padding: 60px 0;
		}
	
		.ma-catalog-block {
			margin-top: 30px;
		}
	
		.catalog__products-list {
			grid-template-columns: repeat(3, 1fr);
			max-width: 100vw;
		}
	
		.ma-catalog-banner {
			grid-column: 3 / 5;
			grid-row: 1;
		}
	
		.ma-catalog .product-card__photo-container {
			min-height: auto;
		}
	
		.catalog__products-list .product-card {
			
		}
	
		.brand-product_cst .container {
			flex-direction: column-reverse;
		}
	
		.brand-product_cst-slider {
			width: 100%;
		}
	
		.card-cst .bread-row {
			margin-bottom: 40px;
			margin-top: 60px;
		}
	
		.card-cst .bread-row::after {
			display: none;
		}
	
		.card-cst .container {
			display: grid;
			grid-template-areas:
				"card-bread card-bread"
				"card-pic card-slider"
				"card-info card-info"; /* РР·РјРµРЅС‘РЅРЅР°СЏ СЃС‚СЂСѓРєС‚СѓСЂР° СЃ РґРІСѓРјСЏ РєРѕР»РѕРЅРєР°РјРё */
			grid-template-columns: 1fr 1fr; /* Р’СЃС‘ РµС‰С‘ РґРІРµ РєРѕР»РѕРЅРєРё */
		}
	
		.card-cst-slider {
			width: calc(100vw - 253px);
			max-height: 600px;
			max-width: none;
		}
	
		.card-cst-pic {
			margin-top: auto;
			flex-direction: column;
			width: 203px;
			height: 100%;
		}
	
		.card-cst-pic .slick-slide {
			height: 187px;
			display: flex; /* Р’С‹СЂР°РІРЅРёРІР°РЅРёРµ РєРѕРЅС‚РµРЅС‚Р° */
			justify-content: center;
			align-items: center;
			margin: 10px 0;
		}
		
		.card-cst-pic .slick-list {
			overflow: hidden;
			height: 100%;
			max-height: 600px;
		}
	
		.card-cst-info {
	
		}
	
		.card-cst-info .brand-product-info__name {
			font-size: 40px;
		}
	
		.card-cst-info .brand-product-info__label:not(:first-child) {
			display: flex;
		}
	
		.card-cst-info .brand-product-info__offer:nth-child(n + 4) {
			display: flex;
		}
	
		.brand-product-tabs_cst .brand-product-tabs__body {
			max-width: none;
			width: 100%;
		}
	
		.brand-product-tabs_char li {
			flex-direction: column;
			gap: 10px;
		}
	
		.card-more {
			padding: 60px 0;
		}
	
		.card-more-row {
			flex-direction: column-reverse;
		}
	
		.card-more-cont {
			width: 100%;
		}
	
		.card-more .ma-catalog-banner {
			width: 100%;
			height: 600px;
		}
	
		.card-more-cont .product-card:nth-child(n + 4) {
			display: none;
		}
	
		.card-more-cont .product-card {
			width: calc(100% / 3 - 14px);
		}
	
		.brand-product-info__add {
			margin-bottom: 0;
		}
	
		.brand-product-info__add-cont-title {
			font-size: 14px;
		}
	
		.brand-product-info__add-cont-sub {
			font-size: 12px;
		}
	
		.brand-product-tabs_cst {
			padding-top: 40px;
		}
	}
	
	@media (max-width: 768px) {
	
		.container {
			padding: 0 15px;
		}
	
		.container-sm {
			padding: 0 15px;
		}
	
		.banner {
			max-height: 326px;
		}
	
		.banner-title {
			font-size: 24px;
			margin-bottom: 20px;
		}
	
		.bread {
			margin-top: 50px;
		}
	
		.bread-item {
			font-size: 14px;
		}
	
		.bread-item::after {
			width: 18px;
			height: 18px;
			margin-top: -2px;
		}
	
		.bread-row::after {
			font-size: 14px;
		}
	
		.short {
			margin-top: 40px;
		}
	
		.short-tag {
			flex-wrap: wrap;
			margin-bottom: 30px;
			gap: 3px;
		}
	
		.short-tag-item {
			font-size: 15px;
			padding: 3px 12px;
		}
	
		.short-block {
			gap: 30px;
		}
	
		.product-card__photo-container {
			min-height: 0;
			height: auto;
			aspect-ratio: 1 / 1;
			max-height: none;
		}
	
		.product-card__bottom {
			height: auto;
		}
	
		.short-block-side {
			gap: 1px;
		}
	
		.short-block-date {
			font-size: 24px;
		}
	
		.short-block-author {
			font-size: 16px;
			white-space: wrap;
		}
	
		.short-block-text {
			gap: 20px;
		}
	
		.short-block-text p {
			font-size: 15px;
			line-height: 20px;
		}
	
		.cont {
			margin-top: 80px;
		}
	
		.cont-title {
			font-size: 24px;
		}
	
		.cont-block {
			margin-top: 30px;
			gap: 20px;
		}
	
		.cont-block p {
			font-size: 15px;
			line-height: 20px;
		}
	
		.cont-row {
			margin-top: 80px;
		}
	
		.cont-row .container-sm {
			gap: 80px;
		}
	
		.cont-item-pic {
			flex-direction: column;
			gap: 25px;
			height: auto !important;
			padding: 0 40px;
			box-sizing: border-box;
		}
	
		.cont-item-pic img {
			width: 100%;
			height: 375px;
		}
	
		.cont-item-title {
			font-size: 24px;
			margin-top: 25px;
		}
	
		.cont-item-text {
			margin-top: 25px;
		}
	
		.cont-item-text p {
			color: #FFF;
			text-align: center;
			font-family: Inter;
			font-size: 15px;
			font-style: normal;
			font-weight: 400;
			line-height: 20px; /* 133.333% */
		}
	
		.cont-item_hor {
			gap: 25px;
		}
	
		.card-cst-pic .slick-slide {
			margin: 0 10px;
			height: 120px;
		}
	
		.cont-item_hor .cont-item-pic img {
			height: 302px !important;
		}
	
		.cont-item-pic-desc {
			font-size: 10px;
		}
	
		.cont-item_hor .cont-item-title {
			margin-top: 0;
		}
	
		.cont-item_check-row {
			margin-top: 25px;
			flex-direction: column;
		}
	
		.cont-item_check-block {
			width: 100%;
			order: unset !important;
		}
	
		.cont-item_check-block {
			height: 300px;
		}
	
		.cont-item_check .cont-item-title {
			margin-top: 0;
		}
	
		.cont-item-pic img {
			height: 330px;
		}
	
		.cont-extra-block {
			gap: 25px;
		}
	
		.cont-extra-title {
			font-size: 24px;
		}
	
		.cont-extra-text p {
			font-size: 15px;
			line-height: 20px;
		}
	
		.cont-extra .container-sm {
			gap: 25px;
		}
	
		.cont-extra-pic {
			height: 300px !important;
		}
	
		.cont-extra-desc {
			font-size: 10px;
		}
	
		.add {
			margin-top: 80px;
		}
	
		.add-text, .add-text a {
			font-size: 16px;
			line-height: 20px;
		}
	
		.add-text {
			display: flex;
			flex-direction: column;
		}
	
		.add-text a {
			width: fit-content;
			margin: 0 auto;
		}
	
		.add-btn {
			width: 30px;
			height: 30px;
		}
	
		.also {
			margin-bottom: 40px;
		}
	
		.also-title {
			padding-top: 30px;
			font-size: 20px;
			gap: 20px;
		}
	
		.also .slick-arrow {
			top: -64px;
			right: 44px;
		}
	
		.also .slick-next {
			right: 0;
		}
	
		.also-item-pic {
			height: 181px;
		}
	
		.also-item-tag {
			margin-top: 25px;
			margin-bottom: 9px;
			gap: 2.5px;
		}
	
		.also-item-tag-item {
			font-size: 12px;
			padding: 3px 12px;
		}
	
		.also-item-link {
			font-size: 20px;
		}
	
		.banner-cat {
			/* max-height: 200px; */
		}
	
		.banner-cat-bg {
			width: 100%;
			height: 100%;
			display: none;
		}
		
		.banner-cat-bg_mob {
			display: flex;
			width: 100%;
			height: 100%;
		}
	
		.banner-cat-block {
			display: flex;
			flex-direction: column;
			gap: 30px;
			position: absolute;
			top: 0;
			bottom: 0;
			left: 16px;
			margin: auto;
			max-width: 320px;
			justify-content: center;
		}
	
		.banner-cat-text {
			color: var(--White, #FFF);
			font-family: "Neutral Face";
			font-size: 14px;
			font-style: normal;
			font-weight: 400;
			line-height: 120%; /* 16.8px */
			letter-spacing: 1.4px;
			text-transform: uppercase;
		}
	
		.banner-cat-sub {
			color: var(--White, #FFF);
			font-family: "Neutral Face";
			font-size: 12px;
			font-style: normal;
			font-weight: 400;
			line-height: 120%; /* 14.4px */
			letter-spacing: 1.2px;
			text-transform: uppercase;
		}
	
		.cont-cit {
			gap: 38px;
		}
	
		.cont-cit-author {
			font-size: 20px;
			font-style: normal;
			font-weight: 400;
			line-height: 26px; /* 130% */
		}
	
		.cont-cit-text {
			font-size: 20px;
			font-style: normal;
			font-weight: 400;
			line-height: 26px; /* 130% */
			max-width: 220px;
			margin-left: auto;
		}
	
		.banner_second {
			max-height: 370px;
		}
	
		.banner_second .container {
			gap: 8px;
		}
	
		.banner_second-title {
			font-size: 15px;
		}
	
		.banner_second-side-text {
			font-size: 20px;
			width: 12px;
		}
	
		.second-pic {
			margin-top: 80px;
			height: 350px;
		}
	
		.second-text {
			margin-top: 80px;
			padding: 0 15px;
			gap: 20px;
		}
	
		.second-text p {
			font-size: 15px;
			line-height: 25px;
		}
	
		.second-text p span {
			font-size: 15px;
			line-height: 25px;
		}
	
		.second-pic-row {
			margin-top: 80px;
		}
	
		.cont_second {
			margin-top: 0;
		}
	
		.cont-row::before, .cont-row::after {
			height: 100px;
		}
	
		.cont_second-block {
			gap: 80px;
		}
	
		.cont_second-side {
			padding: 0 15px;
		}
	
		.second-pic-slider {
			margin-top: 80px;
		}
	
		.second-pic-slider .container {
			gap: 30px;
		}
	
		.second-pic-slider .second-pic-item {
			margin: 0;
		}
	
		.second-pic-nav {
			gap: 85px;
		}
	
		.banner_third .container {
			gap: 15px;
		}
	
		.banner_third-block {
			width: 100%;
			height: 345px;
		}
	
		.banner_third-title {
			font-size: 16px;
			gap: 20px;
			padding: 0;
			padding-left: 25px;
			padding-right: 25px;
		}
	
		.third-left {
			margin-top: 80px;
		}
	
		.third-left .container-sm {
			gap: 30px;
		}
	
		.third-left-text {
			font-size: 20px;
			line-height: 26px;
		}
	
		.third-right-text {
			font-size: 15px;
			line-height: 25px;
		}
	
		.third-text {
			padding: 0 15px;
			margin-top: 80px;
			gap: 20px;
		}
	
		.third-right .container-sm {
			gap: 20px;
		}
	
		.third-text p {
			font-size: 15px;
			line-height: 25px;
		}
	
		.cont_third {
			margin-top: 0;
		}
	
		.third-pic-row .container {
			flex-direction: column;
		}
	
		.third-pic-row .second-pic-item {
			width: 100% !important;
		}
	
		.cont_third-block {
			margin-top: 80px;
		}
	
		.cont-sost {
			padding: 0 15px;
			gap: 30px;
			margin-top: 80px;
		}
	
		.cont-sost .cont-sost-lt p {
			font-size: 15px;
			line-height: 25px;
		}
	
		.cont-sost .cont-sost-rt {
			margin-left: 30px;
		}
	
		.cont-sost .cont-sost-rt p {
			font-size: 15px;
			line-height: 25px;
		}
		
		.cont_third-pic img:nth-child(1) {
			width: calc(100% - 100px);
		}
	
		.cont_third-pic img:nth-child(2) {
			width: calc(100% / 2 - 10px);
		}
	
		.cont_third-pic img:nth-child(4) {
			width: calc(100% / 2 - 10px);
			margin-top: -76px;
		}
	
		.cont_third-pic img:nth-child(3) {
			width: calc(100% / 2 - 10px);
			margin-top: -76px;
		}
	
		.cont_third-pic img:nth-child(5) {
			width: calc(50%);
			margin-top: -95px;
			margin-left: auto;
			margin-right: auto;
		}
	
		.ma-banner {
			height: auto;
		}
	
		.ma-banner-slider {
			display: none;
		}
	
		.ma-banner .eshop-block__video-container-block {
			position: unset;
			width: 235px;
			height: 235px;
			transform: none;
		}
	
		.ma-banner-title {
			font-size: 26px;
		}
	
		.ma-banner-title_top {
			margin-bottom: 60px;
		}
	
		.ma-banner-title_bot {
			margin-top: 71px;
		}
	
		.ma-banner-slider_mob {
			margin-top: 29px;
			display: flex;
		}
	
		.ma-banner .eshop-block-card__title {
			font-size: 11px;
		}
	
		.ma-banner .eshop-block-card__price {
			font-size: 15px;
		}
	
		.ma-new {
			padding: 40px 0;
		}
	
		.ma-new .container {
			padding: 0 20px;
			position: relative;
		}
	
		.ma-new-row .slick-list {
			margin: 0 -10px;
		}
	
		.ma-new-title {
			font-size: 20px;
			text-align: left;
		}
	
		.ma-new-row {
			position: unset;
		}
	
		.ma-new .slick-arrow {
			bottom: auto;
		}
	
		.ma-new .slick-next {
			right: 20px;
		}
	
		.ma-new .slick-prev {
			right: calc(20px + 32px);
			left: auto;
		}
	
		.ma-add {
			flex-direction: column;
			padding: 40px 20px;
		}
	
		.ma-add-item-pic {
			
		}
	
		.ma-add-item-cont {
			max-width: none;
			width: 100%;
		}
	
		.ma-add-item-cont-link {
			font-size: 20px;
			font-weight: 400;
			line-height: 120%; /* 24px */
			letter-spacing: 1.2px;
		}
	
		.ma-add-item-cont-desc {
			font-size: 14px;
		}
	
		.ma-catalog {
	
		}
	
		.ma-catalog-head {
			flex-direction: column;
			gap: 20px;
		}
	
		.ma-catalog .ma-new-title {
			text-align: center;
		}
	
		.catalog__products-list {
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
            padding:0px;
		}
	
		.ma-catalog-banner {
			display: flex;
			width: 100%;
			height: 335px;
		}
	
		.ma-catalog-banner-bot {
			bottom: 20px;
			right: 20px;
			left: 20px;
		}
	
		.ma-catalog-banner-bot-text {
			font-size: 20px;
		}
	
		.catalog__products-list .product-card {
			width: calc(100% / 2 - 5px);
		}
	
		.ma-bot .container {
			flex-direction: column;
		}
	
		.ma-bot-cont {
			width: 100%;
			padding: 0;
			align-items: flex-start;
		}
	
		.ma-bot-banner {
			width: 100%;
		}
	
		.ma-bot-title {
			font-size: 32px;
			text-align: left;
		}
	
		.card-cst .container {
			display: grid;
			grid-template-areas:
				"card-bread"
				"card-slider"
				"card-pic"
				"card-info"; /* РР·РјРµРЅС‘РЅРЅР°СЏ СЃС‚СЂСѓРєС‚СѓСЂР° СЃ РґРІСѓРјСЏ РєРѕР»РѕРЅРєР°РјРё */
			grid-template-columns: 1fr; /* Р’СЃС‘ РµС‰С‘ РґРІРµ РєРѕР»РѕРЅРєРё */
		}
	
		.card-cst-slider {
			width: calc(100vw - 30px);
		}
	
		.card-cst .bread-row {
			margin-top: 40px;
			margin-bottom: 21px;
		}
	
		.card-cst .bread-item {
			font-size: 14px;
		}
	
		.card-cst-slider-block {
			left: 20px;
			top: 10px;
		}
	
		.card-cst-slider-block-cont {
			gap: 0;
		}
	
		.card-cst-slider-block-cont-link {
			font-size: 14px;
		}
	
		.card-cst-slider-block-cont-link::after {
			width: 18px;
			height: 18px;
		}
	
		.card-cst-slider-block-cont-num {
			font-size: 12px;
		}
	
		.card-cst-pic {
			width: 100%;
			flex-direction: row;
			margin-top: 10px;
		}
	
		.card-cst-pic {
			max-width: 100vw;
		}
	
		.card-cst-info {
			margin-top: 20px;
		}
	
		.card-cst-info .brand-product-info__name {
			margin-top: 20px;
			font-size: 20px;
			font-style: normal;
			font-weight: 300;
			line-height: 120%; /* 24px */
		}
	
		.brand-product-info__description {
			margin-top: 20px;
		}
	
		.card-cst-info .brand-product-info__middle {
			flex-direction: column;
			gap: 20px;
			align-items: flex-start;
		}
	
		.card-cst-info .brand-product-info__bottom {
			align-items: flex-start;
		}
	
		.card-cst-info .brand-product-info__price {
			font-size: 24px;
		}
	
		.card-cst-info .brand-product-info__actions {
			margin-top: 20px;
			flex-wrap: wrap;
		}
	
		.card-cst-info .collection-brand__btn-catalog {
			width: 215px;
			height: 64px;
		}
	
		.brand-product-tabs_cst .brand-product-tabs__title {
			font-size: 16px;
			min-width: 158px;
		}
	
		.card-more-cont .product-card {
			display: flex;
			width: calc(50% - 10px);
		}
	
		.card-more-cont .product-card__wrapper {
			width: 100%;
		}
	
		.card-more-cont .product-card:nth-child(n + 4) {
			display: flex;
		}
	
		.card-more-cont .product-card__product-state {
			display: none;
		}
	
		.second-pic_preview {
			left: 15px;
			right: 15px;
		}
	
		.banner_second-title {
			padding: 0 10px;
			box-sizing: border-box;
		}
	
		.ma-first-slide {
			height: 200px;
			padding: 20px 0;
		}
	
		.ma-first-slide .container {
		}
	}
	
	.cst-catalog {
		display: flex;
		justify-content: space-between;
	}
	
	.cst-catalog-side {
		width: 20.3%;
		overflow-y: auto;
		background-color: var(--color-white-dark);
		display: flex;
		flex-direction: column;
		padding-left: 70px;
		padding-right: 20px;
		padding-bottom: 55px;
		position: sticky;
		top: 0;
		box-sizing: border-box;
		padding-top: 30px;
		padding-right: 20px;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	
	.cst-catalog-main {
		width: 79.7%;
		padding-left: 60px;
		padding-top: 40px;
		box-sizing: border-box;
		padding-right: 100px;
	}
	
	.cst-catalog-main .catalog__products-list {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.cst-catalog-main .catalog__products-list {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.ma-catalog-banner {
		grid-column: 3 / 6;
	}
	
	.cst-catalog-block {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	
	.cst-catalog-block-head {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.cst-catalog-block-head-title {
		color: var(--Black, #313235);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	
	.cst-catalog-block-head-num {
		box-sizing: border-box;
		border-radius: 10px;
		background: unset;
		color: var(--Gray, #97999B);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		display: flex;
		align-items: center;
		gap: 4px;
	}
	.catalog-products-sort__select-box{
        width: inherit;
    }
	.cst-catalog-block-head-num-close {
		background-image: url(/local/templates/seneca/../img/catalog/close.svg);
		background-size: 100% 100%;
		cursor: pointer;
	}
	
	.cst-catalog-block-search {
		width: 100%;
		height: 36px;
		position: relative;
	}
	
	.cst-catalog-block-search-field {
		padding: 6px 14px;
		box-sizing: border-box;
		width: 100%;
		background: #FFF;
		border: 0;
		outline: 0;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		height: 100%;
	}
	
	.cst-catalog-block-search input::placeholder {
		color: var(--Gray-2, #B5B7BA);
	}
	
	.cst-catalog-block-search-btn {
		max-width: 18px;
		min-width: 18px;
		padding: 0;
		height: 18px;
		background-image: url(/local/templates/seneca/../img/catalog/search.svg);
		background-size: 100% 100%;
		background-position: center center;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 14px;
		z-index: 1;
		border: 0;
		background-color: transparent;
		cursor: pointer;
	}
	
	.cst-catalog-block-list {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 10px;
		max-height: 230px;
		overflow-y: scroll;
	}
	
	.cst-catalog-block-list::-webkit-scrollbar {
		width: 5px;
	}
	
	.cst-catalog-block-list::-webkit-scrollbar-thumb {
		width: 100%;
		border-radius: 10px;
		background: #DCE1E9;
	}
	
	.cst-catalog-block-list-item {
		color: var(--Black, #313235);
		text-overflow: ellipsis;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		display: flex;
		align-items: center;
		gap: 10px;
		cursor: pointer;
		height: 20px;
	}
	
	.cst-catalog-block-list-item input {
		display: none;
	}
	
	.cst-catalog-block-list-item span {
		border: 1px solid var(--Black, #313235);
		max-width: 20px;
		min-width: 20px;
		height: 20px;
		box-sizing: border-box;
		transition: 0.3s;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.cst-catalog-block-list-item span::after {
		content: '';
		width: 12px;
		height: 12px;
		opacity: 0;
		background: var(--Primary, #0047BB);
		transition: 0.3s;
	}
	
	.cst-catalog-block-list-item:hover span {
		border-color: #0047BB;
	}
	
	.cst-catalog-block-list-item input:checked~span {
		border-color: #0047BB;
	}
	
	.cst-catalog-block-list-item input:checked~span::after {
		opacity: 1;
	}
	
	.cst-catalog-add {
		display: flex;
		gap: 20px;
		flex-direction: column;
		padding-bottom: 30px;
		border-bottom: 1px solid #DCE1E9;
	}
	
	.cst-catalog-add-title {
		color: var(--Black, #313235);
		font-family: Inter;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 24px */
		transition: 0.3s;
	}
	
	.cst-catalog-add-item {
		color: var(--Black, #313235);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		transition: 0.3s;
	}
	
	.cst-catalog-add a:hover {
		color: var(--Primary, #0047BB);
	}
	
	.cst-catalog-add_active {
		color: var(--Primary, #0047BB);
	}
	
	.cst-catalog-main-top {
		display: none;
	}
	
	.cst-catalog-side_close {
		display: none;
	}
	
	@media (max-width: 1800px) {
		.cst-catalog-main {
			padding-right: 80px;
		}
	}
	
	@media (max-width: 1550px) {
		.cst-catalog-main {
			padding-right: 40px;
			padding-left: 40px;
		}
	}
	
	@media (max-width: 1000px) {
		.cst-catalog-side {
			display: none;
		}
	
		.cst-catalog-main {
			width: 100%;
			padding: 0 20px;
		}
	
		.cst-catalog-main-top {
			display: flex;
			gap: 4px;
			margin-top: unset;
		}
	
		.cst-catalog-main-top::-webkit-scrollbar {
			display: none;
		}
	
		.cst-catalog-main-top_filter {
			min-width: 37px;
			max-width: 37px;
			height: 37px;
			background-image: url(/local/templates/seneca/../img/catalog/asd.svg);
			background-size: 20px 17px;
			background-position: center center;
			background-repeat: no-repeat;
			border: 2px solid var(--Black, #313235);
			box-sizing: border-box;
		}
	
        .cst-catalog-main-top-block {
            box-sizing: border-box;
            background:#F7F8FA;
            color: #4B4B4B;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 10px 0px;
            width: auto;
            white-space: nowrap;
            gap:15px;
            height: 37px;
            border-radius:12px;
        }
	
		.cst-catalog-side_active {
			display: flex;
			position: fixed;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			padding: 0;
			width: 100%;
			z-index: 3;
			padding: 40px 20px;
			box-sizing: border-box;
		}
	
		.cst-catalog-side_close {
			width: 30px;
			height: 30px;
			background-image: url(/local/templates/seneca/../img/catalog/close_filter.svg);
			background-size: 100% 100%;
			position: absolute;
			top: 19px;
			right: 19px;
			cursor: pointer;
			display: flex;
		}
	}	
}

.smartfilter-mobile{
    gap: 5px;
}


.searchIcon{
    position: absolute;
    right: 10px;
    top: 58%;
    display: none;
}


@media (max-width:1000px){
    .searchIcon{
        display: block;
    }
}

.hidden {
	display: none;
}

.bx-breadcrumb {
    font-size: 14px;
    line-height: 120%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    user-select: none; 
    -webkit-user-drag: none; 
}

.bx-breadcrumb::-webkit-scrollbar {
    display: none !important; 
}

.bx-breadcrumb > * {
    flex-shrink: 0;
}
.fa fa-angle-right::before{
	height: 18px;
	width: 18px;
}
.bx-breadcrumb .bx-breadcrumb-item span{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 120%;
}

.bx-breadcrumb .bx-breadcrumb-item:nth-last-child(-n+2) span{
	color:#0047BB;
}

.fa-angle-right::before {
	content: "\f105";
	font-size: 16px;
	font-weight: 700;
	padding: 0px 8px;
	color: #313235;
}
.registration__business{
    background: white;
    padding: 20px;
}

.invite{
    padding: 15px;
}

@media screen and (max-width:850px) {
    .catalog__products-list{
        grid-template-columns:repeat(2,1fr)
    }
    
}

.policy-right-new
{
    margin-bottom: 100px;

    @media (min-width: 1024px) { margin-bottom: 140px }
    @media (min-width: 1470px) { margin-bottom: 100px }

    .policy-right-new__description-wrap { margin-bottom: 100px }

    .policy-right__accordions { gap: 20px }

    .policy-right-new__description
    {
        font-family: NeutralFace;
        font-weight: 400;
        font-size: 26px;
        line-height: 33.8px;
        letter-spacing: 0%;
        margin: 0;
        margin-bottom: 20px;
    }

    .policy-right-new__description-title
    {
        font-family: NeutralFace;
        font-weight: 400;
        font-size: 26px;
        line-height: 33.8px;
        margin: 0;
        margin-bottom: 20px;
    }

    .policy-right-new__title
    {
        font-family: NeutralFace;
        font-weight: 400;
        font-size: 26px;
        line-height: 33.8px;
        letter-spacing: 0%;
        color: #000000;
        margin: 0;
        margin-bottom: 20px;
    }
    .policy-right-new__description-text
    {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        margin: 0;
    }
    .policy-right-new__description-text:first-of-type
    {
        margin-bottom: 10px;
    }
    .policy-right__accordions-button
    {
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 21.6px;
        letter-spacing: 0%;
        border: none;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        transition: all 0.3s;
    }

    .policy-right__accordions-button:hover { color: #000000 }

    .policy-right__accordions-button_active
    {
        padding-bottom: 10px;
        color: #000000;
    }

    .policy-right__accordions-content
    {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0%;
        color: #313235;
        padding: 0;
        padding-bottom: 20px;
    }

    .policy-right__item-line
    {
        border-bottom: 1px solid #DCE1E9;
    }

    .policy-right__accordions-item:last-of-type
    {
        .policy-right__item-line
        {
            border-bottom: none;
        }
    }
}

@media (min-width: 1024px)
{
    .policy-right-new
    {
        .policy-right__accordions { gap: 40px }
        .policy-right-new__description-wrap
        {
            margin-bottom: 140px;
        }
        .policy-right-new__description
        {
            font-size: 36px;
            line-height: 46.8px;
            margin-bottom: 40px;
        }
        .policy-right-new__description-title
        {
            font-size: 36px;
            line-height: 46.8px;
            margin-bottom: 40px;
        }
        .policy-right-new__title
        {
            font-size: 36px;
            line-height: 46.8px;
            margin-bottom: 40px;
        }
        .policy-right-new__description-text
        {
            font-size: 16px;
            line-height: 24px;
        }
        .policy-right__accordions-content
        {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 40px;
            padding: 0;
        }
        .policy-right__accordions-button
        {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 40px;
        }
        .policy-right__accordions-button_active { padding-bottom: 10px }
    }
}

@media (min-width: 1600px)
{
    .policy-right-new
    {
        .policy-right-new__description-wrap
        {
            margin-bottom: 160px;
        }
    }
}


.main__content-ads-list-item img{
    object-fit:cover;
}



@media screen and (max-width:550px){
    .product-card__bottom-purchase-button svg{
        display:none
    }
    .product-card__bottom-purchase-button{
        padding:10px 40px
    }
}
.catalog__products-header-sort-controls.mobile{
    display:none;
}



@media screen and (max-width:1024px) {
    .catalog__products-header-sort-controls.mobile{
        display:unset;
        width: 50px;
    }

    .catalog__products-header-sort-controls.desktop{
        display: none;
    }
}


.header-link{
    position: absolute;
    left: 30px;
    padding: 5px 30px;
    border-radius:100px;
    background:#0047BB;
    color:#FFFFFF;
    align-self:center;
}

@media screen and (max-width: 500px){
    .header-link{
        order: 0;
        left: 0;
    }
}

@media screen and (max-width:450px){
    .header-top-cntainer{
        gap:15px;
    }
}
.top-header-wrap .mobile-notification{
    display: none;
    align-self:center;
    position: unset;
}

@media screen and (max-width:550px){
   .top-header-wrap .mobile-notification{
        display: unset;
        order:3;
        position: absolute !important;
        right: 50px;
    }
}
@media screen and (max-width:1024px){
    .header-org{
        display: none;
    }
}

.btns-block{
order:4;
}









@media screen and (max-width:768px){
    .header-link.pro{
        display: none;
    }
}


.footer-link-container{
    font-weight: 700;
    font-size: 20px;
    display:none;
    justify-content: center;
    padding: 20px 0;
    background-color: var(--color-dark);
}

.main__content-ads-list-item{
    min-height: unset;
}

.main__content-container{
    margin:0 auto;
}

.main__content:has(.registration__business-form-container-form)
{
    align-items: flex-start;
}

@media (min-width: 1700px)
{
    .main__content
    {
        align-items: center;
        min-height: calc(100vh - 160px - 70px);
    }
}

@media (max-width: 1700px)
{
    .main__content
    {
        align-items: center;
        min-height: calc(100vh - 138px - 70px);
    }

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

@media (min-width: 1250px) {
    .main__content
    {
        align-items: center;
        min-height: calc(100vh - 138px - 70px);
    }
}

@media (max-width: 1250px)
{
    .main__content
    {
        height: 100%;
    }
}

.main__block {
	background-color:#F7F8FA ;
}

@media screen and (max-width:768px){
    .footer-link-container{
        display: flex;
    }
}

@media (max-width: 1240px) {
    .header-auth .logo
    {
        width: max-content;
        flex-grow: unset;
        margin: 0 auto;
    }
}

.top-header-wrap .btns-block .links-header
{
    position: absolute;
    right: 30px;
}

.logo-wrap
{
    margin: 0 auto !important;
    padding: 10px 0;
}

@media (max-width: 769px) {
    .logo-wrap
    {
        padding: 0;
    }
}

/* @media (max-width: 500px) {
    .header.new-design .menu-mob-btn
    {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .header.new-design { padding: 0 !important; }
} */

@media (max-width: 400px) {
    .logo-wrap
    {
        margin-left: 0;
        padding: 0;
    }

    .logo-wrap svg
    {
        height: 100%;
        width: 100%;
        object-fit: unset;
    }
}

.slider-wrapper .slider-inner .slide .catalog__header-image
{
    max-width: unset !important;
    width: 100% !important;
}
/* End */


/* Start:/local/templates/seneca/template_styles.css?17544744951168*/
.hide {
    display: none;
}

.getRegForm {
    cursor: pointer;
}

.header__banner {
    height: 50px;
    text-align: center;
    background-color: #0047BB;
    color: #FFFFFF;
    position: relative;
    z-index: 100;
}

.header__banner .header-banner__item {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

header.header__sticky {
    position: sticky;
}

@media (min-width: 1024px) {
    .body__padding #application {
        padding-top: 50px;
    }

    .body__padding .header__banner {
        position: fixed;
        top: 0;
        z-index: 999999;
        width: 100%;
    }

    .body__padding .header.new-design {
        top: 50px;
    }

}
@media (max-width: 1024px) {
    .header__banner {
        position: absolute;
        top: 0;
        width: 100%;

    }

    .body__padding .header.new-design.active {
        top: 50px;
    }
    
    .header-mobile.header__sticky {
        position: sticky;
    }

    .header__banner .header-banner__item {
        font-size: 14px;
    }
    .hide-max-1024 {
        display: none!important;
    }
}

.body__padding {
    padding-top: 50px;
}

/* End */


/* Start:/local/templates/seneca/src/style/gstyle.css?175437719531534*/
[class*=flex-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-betwen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1025px) {
    .flex-betwen
    {
        position: relative;
        padding: 10px 0;
    }
}

.flex-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.flex-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-srethc {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-collumn {
    flex-direction: column;
}

.flex-collumn>* {
    width: 100%;
    display: block;
}

.grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header.new-design {
    padding:0px 50px;
    height: auto;
}

.header.new-design .logo-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 80px;
    padding: 10px 0;
}

.header .logo-wrap a img { height: 100%; }

/* анимация меню */
.header.new-design .top-header-wrap .hidden-toogle-menu {
    transition: 0.5s;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.header.new-design.active .top-header-wrap .hidden-toogle-menu,
.header.new-design:hover .top-header-wrap .hidden-toogle-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    max-height: 300px;
}

.top-menu-wrap .menu-wrap {
    gap: 40px;
    /* position: relative; */
}

.header__account-link:hover {
    opacity: 1;
    color: #0047BB;
}

.header__account-link:hover .header__account-svg {
    color: #0047BB;
}

#header-item-search.active .header__account-svg:not(.header__account-svg_hidden) {
    display: none;
}

#header-item-search.active .header__account-svg.header__account-svg_hidden {
    display: block;
}

#header-dropdown-search {
    bottom: 0;
    border: none;
}

#header-dropdown-search.active {
    height: auto;
    min-height: 300px;
    overflow-y: auto;
    opacity: 1;
}

.header__account-link:hover svg path {
    fill: #0047BB;
}

@media screen  and (max-width:768px){
    .header.new-design .logo-wrap {
        margin-right: unset;
    }
    .header.new-design {
        padding: 0px 15px;
    }
}

@media screen  and (max-width:550px){
    .header.new-design .logo-wrap {
        margin-right: auto;
    }
}


.header.new-design {
    z-index: 99999;
}

#EmptyFavorite {
    display: none;
}

.empty-favorite #EmptyFavorite {
    display: block;

}

.empty-favorite .content-modal .title-container .options {
    display: none;
}

.header__account-link::after {
    display: none;
}

.top-menu-wrap .menu-wrap>li>a {
    display: block;
    padding: 20px;
    color: #313235;
    transition: 0.5s;
    position: relative;
    font-size: 18px;
}

.top-menu-wrap .menu-wrap>li:hover>a {
    color: black;
}



.top-menu-wrap .menu-wrap>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #0047BB;
    bottom: 0px;
    transition: 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}

.top-menu-wrap .menu-wrap>li:hover>a::before {
    transform: scaleX(1);
    transform-origin: left;
}

.top-menu-wrap .menu-wrap a.push::after {

    content: '';
    width: 5px;
    height: 5px;
    background: #0047BB;
    border-radius: 100px;
    display: inline-block;
    margin-left: 2px;
    transform: translateY(-8px);
}

.top-menu-wrap .menu-wrap>li>ul {
    position: absolute;
    margin: 0;
    padding: 0px;
    background: #fff;
    margin-top: 0px;
    border-right: 1px solid #ccc;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.5s;
    visibility: hidden;
    transform: translateY(10px);
    opacity: 0;
}

.top-menu-wrap .menu-wrap>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.top-menu-wrap .menu-wrap>li>ul>li {
    padding: 10px;
    white-space: nowrap;
    padding-right: 0px;
    padding-left: 20px;
}

.top-menu-wrap .menu-wrap>li>ul>li>a {
    padding-right: 40px;
    position: relative;
    display: block;
    font-size: 16px;
}

.top-menu-wrap .menu-wrap>li>ul>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #0047BB;
    bottom: -1px;
    transition: 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}

.top-menu-wrap .menu-wrap>li>ul>li:hover>a::before {
    transform: scaleX(1);
    transform-origin: left;
}

.top-menu-wrap .menu-wrap>li>ul>li:hover>a {
    color: #0047BB;
}

.top-menu-wrap .menu-wrap>li>ul>li>ul {
    position: absolute;
    top: 0;
    background: #fff;
    left: calc(100% + 1px);
    min-height: 100%;
    margin: 0;
    padding: 0;
    transition: 0.5s;
    visibility: hidden;
    transform: translateY(10px);
    opacity: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-menu-wrap .menu-wrap>li>ul>li:hover>ul {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.top-menu-wrap .menu-wrap>li>ul>li>ul>li {

    padding-left: 20px;
}

.top-menu-wrap .menu-wrap>li>ul>li>ul>li>a {
    white-space: nowrap;
    padding: 6px;
    padding-right: 40px;
    color: #000;
    font-size: 16px;
    position: relative;
    display: block;
}

.top-menu-wrap .menu-wrap>li>ul>li>ul>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #0047BB;
    bottom: -1px;
    transition: 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}

.top-menu-wrap .menu-wrap>li>ul>li>ul>li:hover>a::before {
    transform: scaleX(1);
    transform-origin: left;
}

.top-menu-wrap .menu-wrap>li>ul>li>.image-block {
    position: absolute;
    top: 0;
    background: #fff;
    left: calc(100% + 1px);
    min-height: 100%;
    margin: 0;
    padding: 0;
    transition: 0.5s;
    visibility: hidden;
    transform: translateY(10px);
    opacity: 0;

    display: block;
    width: 130%;
    height: 100%;
}

.top-menu-wrap .menu-wrap>li>ul>li:hover>.image-block {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.top-menu-wrap .menu-wrap .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hidden-desctop {
    display: none;
}

.overflow-mob {
    position: fixed;
    z-index: 99;
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(5px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;

    display: none;
}

.overflow-mob.fade {
    display: block;
    transition: 0.5s;
}

.overflow-mob.fade.in {
    visibility: visible;
    opacity: 1;
}

.overflow-mob .body-menu {
    overflow: auto;
    padding-top: 55px;
}

.overflow-mob .body-menu::-webkit-scrollbar {
    width: 0px;
    /* Ширина всего элемента навигации */
}

.top-header-wrap .messages-link {
    cursor: pointer;
    margin-top: 4px;
    position: relative;
}

.top-header-wrap .messages-link:hover svg path {
    fill: #0047BB;
}

.top-header-wrap .messages-link.push::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #0047BB;
    border-radius: 100px;
    display: inline-block;
    margin-left: 2px;
    transform: translateY(-8px);
    top: 8px;
    right: 2px;
    position: absolute;
}

.top-header-wrap .messages-link .messages-block {
    position: absolute;
    width: 500px;
    right: 0;
    padding: 40px;
    padding-left: 20px;
    padding-right: 0;
    background: #fff;
    box-shadow: 0px 2px 10px 0px #00000026;
    margin-top: 10px;
    z-index: 100;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.top-header-wrap .messages-link:hover .messages-block {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.top-header-wrap .messages-link .messages-block a {
    display: block;
    position: relative;
}

.top-header-wrap .messages-link .messages-block a.push::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #0047BB;
    border-radius: 100px;
    display: inline-block;
    margin-left: 2px;
    transform: translateY(-8px);
    top: 10px;
    right: 20px;
    position: absolute;
}

.top-header-wrap .messages-link .messages-block a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #0047BB;
    bottom: 0px;
    transition: 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}

.top-header-wrap .messages-link .messages-block a:hover {
    color: #0047BB;
}

.top-header-wrap .messages-link .messages-block a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.top-header-wrap .messages-link .messages-block a+a {
    margin-top: 20px;
}

.top-header-wrap .messages-link .messages-block a span {
    display: block;
}

.top-header-wrap .messages-link .messages-block a span.bold {
    font-weight: 500;
}

.overflow-mob .menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-top: 60px;
    transition: 0.5s;
    will-change: transform;
    transform: translateX(100%);
}

.overflow-mob.fade.in .menu-container {
    transform: translateX(0%);

}

.menu-mob-btn span {
    transition: 0.5s;
}

.menu-mob-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-mob-btn.active span:nth-child(1) {
    transform: rotate(222deg) translate(-10px, -5px);
}

.menu-mob-btn.active span:nth-child(3) {
    transform: rotate(-228deg) translate(-10px, 4px);

}

.mob-menu-wrap>li>ul {}

.mob-menu-wrap li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mob-menu-wrap li+li {
    margin-top: 15px;
}

.mob-menu-wrap ul {
    display: none;
}

.item-menu-block ul>li>ul {
    display: none;
}

.item-menu-block {
    width: 100%;
}

.menu-wrap {
    overflow: hidden;
}

.menu-wrap .menu-append {
    width: max-content;
    transition: 0.5s;
}

.menu-wrap .menu-append .item-menu-block {
    width: calc(100vw - 40px);
}

.mob-menu-wrap li span:not(.reverse, .image-block) {
    position: absolute;
    right: 0px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMS42OTggMS4yOTc4NUw4LjMwMTc3IDguMjk3ODVMMS42OTggMTUuMjk3OSIgc3Ryb2tlPSIjMzEzMjM1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICAgIDwvc3ZnPg==);
    background-position: right center;
    width: auto;
    background-repeat: no-repeat;
    height: 18px;
    left: 0;
}

.mob-menu-wrap li span.reverse {
    display: block;
    color: #0047BB;
    padding-bottom: 20px;
    margin-left: -10px;

}

.menu-wrap .menu-append .item-menu-block.virtual-box .image-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-wrap .menu-append .item-menu-block .image-menu li {
    width: 48%;
    margin-bottom: 20px;
}

.menu-wrap .menu-append .item-menu-block .image-menu li>a {
    display: block;
    width: 100%;


}

.menu-wrap .menu-append .item-menu-block .image-menu li>a>.image-block {
    width: 100%;
    height: 150px;
    display: block;
    margin-bottom: 10px;
}

.menu-wrap .menu-append .item-menu-block .image-menu li>a>.image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-wrap .menu-append .item-menu-block.virtual-box .image-menu>li:first-child {
    width: 100%;
}

.mob-menu-wrap li span.reverse::before {
    content: '';
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik04LjMwMiAxNS43MDIxTDEuNjk4MjMgOC43MDIxNUw4LjMwMiAxLjcwMjE1IiBzdHJva2U9IiMwMDQ3QkIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==);
    background-position: right center;
    width: 20px;
    background-repeat: no-repeat;
    height: 18px;
    margin-right: 10px;
    transform: translateY(3px);
}

.footer-menu {
    padding-top: 20px;
    border-top: 1px solid #DCE1E9;
    padding-bottom: 80px;
}

.footer-menu .contacts-wrap .left {
    width: 40%;
    padding-right: 10px;
}

.footer-menu .contacts-wrap .right {
    width: 60%;
    padding-left: 10px;
}

.footer-menu .contacts-wrap .right {
    text-align: right;
    font-size: 14px;
}

.footer-menu .contacts-wrap .right a {
    display: block;
}

.footer-menu .contacts-wrap .soc-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-menu .contacts-wrap .soc-icons a {
    display: block;
}

.bottom-clip-menu {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    padding-bottom: 5px;
}

.bottom-clip-menu a.active svg path {
    fill: #0047BB;
}

.overflow-mob .search-container {
    height: 100%;
    background: #F7F8FA;
    padding: 20px;
    padding-top: 80px;
    transition: 0.5s;
    transform: translateX(100%);
}

body:has(.header__banner) .overflow-mob .search-container { padding-top: 160px; }

@media(max-width: 768px)
{
    body:has(.header__banner) .overflow-mob .search-container { padding-top: 140px; }
}


.overflow-mob.fade.in .search-container {
    transform: translateX(0%);
}

.overflow-mob .content-modal {
    height: 100%;
    background: #F7F8FA;
    padding: 20px;
    padding-top: 80px;
    transition: 0.5s;
    transform: translateX(100%);
    overflow-y: auto;
}

.overflow-mob.fade.in .content-modal {
    transform: translateX(0%);
}

.overflow-mob .search-container .input-block {
    padding-bottom: 20px;
}

.overflow-mob .search-container .input-block input[type=text] {
    width: 100%;
    padding: 10px;
    border: none;
    width: 100%;
    background: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuMzc1IDI0QzE5LjY5MDcgMjQgMjQgMTkuNjkwNyAyNCAxNC4zNzVDMjQgOS4wNTkyNiAxOS42OTA3IDQuNzUgMTQuMzc1IDQuNzVDOS4wNTkyNiA0Ljc1IDQuNzUgOS4wNTkyNiA0Ljc1IDE0LjM3NUM0Ljc1IDE5LjY5MDcgOS4wNTkyNiAyNCAxNC4zNzUgMjRaTTE0LjM3NSAyNUMyMC4yNDMgMjUgMjUgMjAuMjQzIDI1IDE0LjM3NUMyNSA4LjUwNjk3IDIwLjI0MyAzLjc1IDE0LjM3NSAzLjc1QzguNTA2OTcgMy43NSAzLjc1IDguNTA2OTcgMy43NSAxNC4zNzVDMy43NSAyMC4yNDMgOC41MDY5NyAyNSAxNC4zNzUgMjVaIiBmaWxsPSIjRENFMUU5Ii8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI1LjI3MTUgMjcuMjI4NkwyMC4yNzE1IDIyLjIyODZMMjAuOTc4NiAyMS41MjE1TDI1Ljk3ODYgMjYuNTIxNUwyNS4yNzE1IDI3LjIyODZaIiBmaWxsPSIjRENFMUU5Ii8+DQo8L3N2Zz4NCg==);
    background-repeat: no-repeat;
    background-position: left 5px center;
    padding-left: 40px;
    outline: none;
    border-bottom: 1px solid #ccc;
}

.overflow-mob .header-mobile__content-header-search-item {
    color: #000;
}

.content-modal .emit-menu-link {
    display: block;
    color: #0047BB;
    padding-bottom: 20px;
    margin-left: -10px;
}

.content-modal .emit-menu-link::before {
    content: '';
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik04LjMwMiAxNS43MDIxTDEuNjk4MjMgOC43MDIxNUw4LjMwMiAxLjcwMjE1IiBzdHJva2U9IiMwMDQ3QkIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==);
    background-position: right center;
    width: 20px;
    background-repeat: no-repeat;
    height: 18px;
    margin-right: 10px;
    transform: translateY(3px);
}

.content-modal .messages-block a {
    display: block;
    position: relative;
}

.content-modal .messages-block a span {
    display: block;
}

.content-modal .messages-block a span.bold {
    font-weight: 500;
}

.content-modal .messages-block a+a {
    margin-top: 20px;
}

.content-modal .messages-block {
    margin-top: 40px;
}

input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNDU3MSAxMC43NUwyMC44NTM2IDEuMzUzNTZMMjAuMTQ2NSAwLjY0NjQ1NEwxMC43NSAxMC4wNDI5TDEuMzUzNTkgMC42NDY0NTRMMC42NDY0ODQgMS4zNTM1NkwxMC4wNDI5IDEwLjc1TDAuNjQ2NDg0IDIwLjE0NjVMMS4zNTM1OSAyMC44NTM2TDEwLjc1IDExLjQ1NzFMMjAuMTQ2NSAyMC44NTM2TDIwLjg1MzYgMjAuMTQ2NUwxMS40NTcxIDEwLjc1WiIgZmlsbD0iIzMxMzIzNSIvPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-position: center center;
}

.overflow-mob .search-container .title {
    color: #B5B7BA;
    font-size: 18px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.overflow-mob .search-container .data .item-list+.item-list {
    margin-top: 10px;
}

.user-container {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.user-container .user-container-wrap .image-container {
    width: 100px;
    height: 100px;
    position: relative;
}

.user-container .user-container-wrap .image-container .edit-link {
    display: block;
    text-decoration: none;
    width: 34px;
    height: 34px;
    border-radius: 1000px;
    background: #F7F8FA;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 4px;
}

.user-container .user-container-wrap .user-info {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.user-container .user-container-wrap .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1000px;
}

.user-container .user-container-wrap .user-info .title {
    font-size: 24px;
    line-height: 24px;
}

.user-container .user-container-wrap .user-info .subtitle {
    font-size: 12px;
    color: #97999B;
}

.content-modal .links-container {
    padding-top: 40px;
}

.content-modal .links-container a {
    display: block;
}

.content-modal .links-container a+a {
    margin-top: 30px;
}

.content-modal .links-container .hr {
    display: block;
    height: 1px;
    background: #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-modal .links-container a span.icon {
    display: inline-block;
    height: 24px;
    transform: translateY(6px);
}

.content-modal .title-container .title {
    font-size: 24px;
    text-transform: uppercase;
    color: #313235;
}

.content-modal .title-container .border-link {
    text-decoration: underline;
    color: #0047BB;
}

.content-modal .title-container .options {
    padding-top: 10px;
}

.content-modal .products-container {
    padding-top: 20px;
}

.content-modal .products-container .prodict-item .image-container {
    width: 100px;
    height: 100px;
    position: relative;
}

.content-modal .products-container .prodict-item .image-container .icon-heart {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    padding: 5px;
    background: rgba(250, 250, 250, 0.6);
    border-radius: 100px;
    left: 10%;
    top: 10%;
}

.content-modal .products-container .prodict-item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-modal .products-container .prodict-item .product-info {
    width: calc(100% - 100px);
    padding-left: 10px;
}

.content-modal .products-container .prodict-item .product-options {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

.content-modal .products-container .prodict-item .name {
    font-size: 14px;
    color: #313235;
}

.content-modal .products-container .prodict-item .volume,
.content-modal .products-container .prodict-item .icon-color {
    font-size: 12px;
    color: #97999B;
}

.content-modal .products-container .prodict-item .icon-color.rose::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: #D5C1CF;
    border-radius: 100px;
    margin-bottom: -5px;
}

.content-modal .products-container .prodict-item+.prodict-item {
    margin-top: 20px;
    border-top: 1px solid #DCE1E9;
    padding-top: 20px;
}

.content-modal .products-container .prodict-item:last-child {
    border-bottom: 1px solid #DCE1E9;
    padding-bottom: 20px;
}

.content-modal .products-container .prodict-item .icon-card {

    width: 26px;
    height: 26px;
    padding: 3px;
}

.content-modal .products-container .prodict-item .icon-card.black-icon {
    background: #000;
}

.modal-toogle.stroke-fill.active svg path {
    fill: none;
    stroke: #0047BB;
}

.content-modal .card-info a {
    color: #0047BB;
}

.content-modal .slider-news {
    padding-top: 40px;
}

.content-modal .slider-news .title-slider {
    font-size: 14px;
    color: #313235;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.content-modal.white-modal {
    background: #fff;
}

.content-modal .slider-news .slider-arrows .prev-arrow svg {
    transform: rotate(180deg);
}

.content-modal .product-item-slider .image-block {
    position: relative;
    width: 100%;
}

.content-modal .product-item-slider .image-block img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    background: #F7F8FA;
}

.content-modal .product-item-slider .image-block .heart-container {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(250, 250, 250, 0.6);
    width: 30px;
    height: 30px;
    border-radius: 1000px;
    padding: 5px;
}

.content-modal .product-item-slider .image-block .color-container {
    position: absolute;
    right: 5px;
    top: 12px;
    background: rgba(250, 250, 250, 0.6);
    display: inline-block;
    padding: 1px 10px;
    border-radius: 100px;
    line-height: 22px;
}

.content-modal .product-item-slider .image-block .color-container.rose::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: #D5C1CF;
    border-radius: 1000px;
    margin-bottom: -4px;
    margin-left: -5px;
}

.content-modal .product-item-slider .image-block .heart-container svg {
    width: 100%;
}

.content-modal .product-item-slider .image-block .stikker {
    position: absolute;
    padding: 5px;
    background: #fff;
    right: 0;
    bottom: 0;
    color: #0047bb;
}

.content-modal .product-item-slider .option-product .name {
    padding-top: 20px;
    font-size: 14px;
}

.content-modal .product-item-slider .option-product .volume {
    color: #B5B7BA;
    padding-top: 10px;
}

.content-modal .product-item-slider .option-product .price-wrap {
    padding-top: 40px;
}

.header-top-cntainer:has(.empty-block) .logo-wrap {
    margin-left: 140px;
}

.top-header-wrap .btns-block .links-header {
    gap: 20px;
    padding-top: 25px;
}

.top-header-wrap .btns-block .links-header a:not(.svg-stroke):hover svg path {
    fill: #0047BB;
}

.top-header-wrap .btns-block .links-header a.svg-stroke:hover svg path {
    stroke: #0047BB;
}

.overflow-mob .close-modal {
    position: absolute;
    z-index: 2;
    right: 5%;
}

.overflow-mob .close-modal::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xOTVfODkxMCkiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS40NTcxIDE0Ljc1TDI0Ljg1MzYgNS4zNTM1NkwyNC4xNDY1IDQuNjQ2NDVMMTQuNzUgMTQuMDQyOUw1LjM1MzU5IDQuNjQ2NDVMNC42NDY0OCA1LjM1MzU2TDE0LjA0MjkgMTQuNzVMNC42NDY0OCAyNC4xNDY1TDUuMzUzNTkgMjQuODUzNkwxNC43NSAxNS40NTcxTDI0LjE0NjUgMjQuODUzNkwyNC44NTM2IDI0LjE0NjVMMTUuNDU3MSAxNC43NVoiIGZpbGw9IiMzMTMyMzUiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMF8xOTVfODkxMCI+DQo8cmVjdCB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9IndoaXRlIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.overflow-mob .title-container {
    margin-top: 40px;
}

.flex-mob {
    gap: 10px;
}

.flex-mob a.message-link {
    object-fit: contain;
    padding-top: 7px;
    position: relative;
}

.flex-mob a.message-link.push::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0047BB;
    position: absolute;
    top: 7px;
    right: 2px;
}

.modal__component {
    /* padding-top: 95px;
    z-index: 9999999; */
}

.modal__backdrop {
    z-index: 9999998;
}
#mini-toastr {
    z-index: 9999999;
}

.modal__component-close {
    /* top: 110px; */
}

body.padding-top {
    transition: 0.5s;
    padding-top: 85px;
}

body.padding-top:has(.header-auth) { padding-top: 0; }

body:has(.header__banner) body.padding-top { padding-top: 0; }

@media (max-width: 1025px) {
    body.padding-top { padding-top: 40px; }
    body.padding-top .header-auth { padding-top: 0px; }
    body.padding-top:has(.header__banner) .header-auth { padding-top: 40px; }
}

@media (max-width: 850px) {
    body.padding-top:has(.header__banner) { padding-top: 90px; }
}

@media (max-width: 768px) {
    body.padding-top { padding-top: 70px; }
    body.padding-top:not(:has(.header__banner)) { padding-top: 20px; }
    .header-auth .logo { padding-top: 0; }
    body.padding-top .header-auth { padding-top: 40px; }
    body:not(:has(.header__banner)) .header-auth { padding-top: 0; }
}

@media (max-width: 500px) {
    body.padding-top { padding-top: 10px; }
}

@media only screen and (max-width: 1024px),
only screen and (max-device-width: 1024px) {
    .hidden-mob {
        display: none;
    }

    .modal__backdrop {
        z-index: 9;
    }

    .modal__component {
        padding-top: 60px;
    }

    .hidden-desctop {
        display: block;
    }

    .header.new-design {
        display: block;
        padding-left: 0;
        border-bottom: none;
    }

    .hidden-mob {
        display: none;
    }

    .header.new-design
    {
        padding: 0;
    }

    .header.new-design .empty-block {
        display: none;
    }

    .header.new-design .logo-wrap a {
        display: block;
        padding: 0;
        margin: 0;
        height: 60px;
    }

    .header.new-design .logo-wrap a svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .header.new-design .menu-mob-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: column;
        width: 40px;
        height: 35px;
        padding: 5px;
    }

    .header.new-design .btns-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: column;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .header.new-design .menu-mob-btn span {
        display: block;
        background: #313235;
        height: 5px;
    }

    .modal__component-content {
        padding-top: 120px;
    }

    .modal__component-close {
        top: 70px;
    }



    .bottom-clip-menu {
        z-index: 99999;
    }

    .menu-wrap .menu-append .item-menu-block.virtual-box .image-menu .image-block {
        height: 160px;
        display: block;
        margin-bottom: 10px;
    }

    .menu-wrap .menu-append .item-menu-block.virtual-box .image-menu .image-block a {
        display: block;
        height: 100%;
    }

    .menu-wrap .menu-append .item-menu-block.virtual-box .image-menu .image-block a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 500px) {
    .header.new-design .logo-wrap a
    {
        height: 50px;
    }

    .header.new-design .btns-block {
        right: 0;
    }
}


.top-header-wrap .mobile-notification .messages-block{
    position: absolute;
    width: 250px;
    right: -110px;
    padding: 40px;
    padding-left: 20px;
    padding-right: 0;
    background: #fff;
    box-shadow: 0px 2px 10px 0px #00000026;
    margin-top: 10px;
    z-index: 100;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}


.top-header-wrap .mobile-notification .messages-block a.push::before{
    content: '';
    width: 10px;
    height: 10px;
    background: #0047BB;
    border-radius: 100px;
    display: inline-block;
    margin-left: 2px;
    transform: translateY(-8px);
    top: 28px;
    right: 10px;
    position: absolute;
}
/* End */
/* /local/js/seneca/vueApp/dist/vueApp.bundle.css?1756108507595201 */
/* /local/templates/seneca/styles.css?1756108508342865 */
/* /local/templates/seneca/template_styles.css?17544744951168 */
/* /local/templates/seneca/src/style/gstyle.css?175437719531534 */
