:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slick-track {
  opacity: 0;
}

.hidden,
[hidden] {
  display: none;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  padding: 0 20px;
}

.blockScroll {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--top);
}

.button {
  display: inline-flex;
  height: 48px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 16px;
  background: #0e0e0e;
  color: #fff;
  border: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .button {
    font-size: 14px;
  }
}
.button:hover {
  background-color: #4e4e50;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .button:hover {
    background-color: #0e0e0e;
  }
}
.button.button-inverted {
  background: #fff;
  color: #0e0e0e;
  border: 2px solid #0e0e0e;
}
.button.button-inverted:hover {
  background: #eeeef0;
  color: #0e0e0e;
}
@media screen and (max-width: 767.9px) {
  .button.button-inverted:hover {
    background: #fff;
    color: #0e0e0e;
  }
}

.button__border {
  background: 0 0;
  border: 2px solid #0e0e0e;
  color: #0e0e0e;
}
.button__border:hover {
  border-color: #3a3a3c;
}
@media screen and (max-width: 767.9px) {
  .button__border:hover {
    border-color: #0e0e0e;
  }
}

.button__border._disabled,
.button__border:disabled {
  border-color: #999;
  pointer-events: none;
}

.button__border-lighten {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
}

.button__border-lighten:hover {
  border-color: #fff;
}

.button__border-lighten._disabled,
.button__border-lighten:disabled {
  border-color: #999;
  pointer-events: none;
}

.button__font-small {
  font-size: 12px;
}

.button__gray {
  background: #eeeef0;
  color: #0e0e0e;
}

.button__gray:hover {
  color: #0e0e0e;
  background: #e4e4e6;
}

.button__bg-gray {
  background: #fff;
  border: 2px solid #0e0e0e;
  border-radius: 8px;
  color: #0e0e0e;
}

.button__bg-gray:hover {
  color: #0e0e0e;
  background: #e1e1e3;
}

.button__gray-light {
  background: #f5f5f7;
  color: #0e0e0e;
}

.button__gray-light:hover {
  color: #0e0e0e;
  background: #e4e4e6;
}

.button__height-s {
  height: 40px;
}

.button__height-m {
  height: 42px;
}
@media screen and (max-width: 767.9px) {
  .button__height-m {
    font-size: 14px;
    height: 36px;
  }
}

.button__full {
  width: 100%;
}

.button._disabled,
.button:disabled {
  background-color: #d7d7d7;
  pointer-events: none;
}

.button_step._disabled,
.button_step:disabled {
  background-color: #999;
  color: #f5f5f7;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

input {
  font-family: Inter;
}

.input-text {
  width: 100%;
  height: 44px;
  padding: 4px 16px;
  color: #000;
  border-radius: 8px;
  border: 1px solid #eeeef0;
  background-color: #eeeef0;
  transition: border-color 0.3s, background-color 0.3s;
}

.input-text.error {
  border-color: #c74031;
}

.input-text.error ~ .input-text__label-text {
  color: #c74031;
}

.input-text_sl {
  height: 48px;
}

.input-text_ss {
  height: 38px;
  font-size: 14px;
}

.input-text.input-text-val {
  background: #fff;
  border-color: #0e0e0e;
}

.input-text.input-text-val ~ .input-text__label-text {
  font-size: 12px;
  top: -9px;
  left: 15px;
  padding: 1px 5px;
  background: #fff;
  border-radius: 44px;
}

.input-text:hover {
  border-color: #999;
}

.input-text:focus ~ .input-text__label-text {
  font-size: 12px;
  top: -9px;
  left: 15px;
  padding: 1px 5px;
  background: #fff;
  border-radius: 44px;
}

.input-text::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.input-text::placeholder {
  opacity: 1;
  color: #999;
}

.input-text:focus::-moz-placeholder {
  opacity: 0;
}

.input-text:focus::placeholder {
  opacity: 0;
}

.input-text_type-2 {
  border: 1px solid #e1e1e3;
  background: #f5f5f7;
}

.input-text_type-3 {
  border-color: #7d7d7d;
  background: #fff;
}

.input-text_type-3:hover {
  border-color: #0e0e0e;
}

.input-text_type-3::-moz-placeholder {
  color: #0e0e0e;
}

.input-text_type-3::placeholder {
  color: #0e0e0e;
}

.input-text_type-3 ~ .input-text__label-text {
  font-size: 12px;
  top: -9px;
  left: 15px;
  padding: 1px 5px;
  background: #fff;
  border-radius: 44px;
}

.input-text_focus {
  border: 1px solid #eeeef0;
}

.input-text__label {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .input-text__label {
    margin-bottom: 20px;
  }
}

.input-text__label div.error,
.checkbox__label div.error {
  color: #c74031;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  padding-left: 24px;
}

.input-text__label div.error:before,
.checkbox__label div.error:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/ajax/auth/img/icon/error.svg) 50% 50% no-repeat;
  top: -1px;
  left: 0;
}

.input-text__label-text {
  position: absolute;
  pointer-events: none;
  color: #7d7d7d;
  top: 15px;
  left: 20px;
  pointer-events: none;
  transition: 0.3s;
}

.input-text__label-text span {
  color: #2a65c5;
}

.textarea-text {
  width: 100%;
  height: 100px;
  padding: 14px 19px;
  color: #000;
  border-radius: 8px;
  border: 1px solid #eeeef0;
  background: #eeeef0;
  transition: border-color 0.3s, background-color 0.3s;
  resize: none;
}

.textarea-text_type-2 {
  border: 1px solid #e1e1e3;
  background: #f5f5f7;
}

.textarea-text.error {
  border-color: #c74031;
}

.textarea-text.error ~ .input-text__label-text {
  color: #c74031;
}

.textarea-text.textarea-text-val {
  background: #fff;
  border-color: #0e0e0e;
}

.textarea-text.textarea-text-val ~ .textarea-text__label-text {
  font-size: 12px;
  top: -9px;
  left: 15px;
  padding: 1px 5px;
  background: #fff;
  border-radius: 44px;
}

.textarea-text:hover {
  border-color: #999;
}

.textarea-text:focus {
  border-color: #0e0e0e;
  background: #fff;
}

.textarea-text:focus ~ .textarea-text__label-text {
  font-size: 12px;
  top: -9px;
  left: 15px;
  padding: 1px 5px;
  background: #fff;
  border-radius: 44px;
}

.textarea-text::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.textarea-text::placeholder {
  opacity: 1;
  color: #999;
}

.textarea-text:focus::-moz-placeholder {
  opacity: 0;
}

.textarea-text:focus::placeholder {
  opacity: 0;
}

.textarea-text__label {
  position: relative;
  margin-bottom: 24px;
}

.textarea-text__label div.error {
  color: #c74031;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  padding-left: 24px;
}

.textarea-text__label div.error:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/ajax/auth/img/icon/error.svg) 50% 50% no-repeat;
  top: -1px;
  left: 0;
}

.textarea-text__label-text {
  position: absolute;
  pointer-events: none;
  color: #7d7d7d;
  top: 15px;
  left: 20px;
  pointer-events: none;
  transition: 0.3s;
}

.textarea-text__label-text span {
  color: #2a65c5;
}

.h1,
h1 {
  color: #0e0e0e;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  margin-top: 8px;
}

.h1 sup,
h1 sup {
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.h2,
h2 {
  color: #0e0e0e;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
}

._center {
  text-align: center;
}

.form-desc {
  text-align: center;
  color: #7d7d7d;
  font-size: 14px;
}

.form-desc a {
  color: #2a65c5;
}

.form-desc a:hover {
  color: #0e0e0e;
}

.form-button_type-2 {
  margin: 8px 0;
}

.ballon.ballon_step {
  padding: 20px;
  width: 320px;
}

.ballon.ballon_step .availability__address {
  font-size: 14px;
  font-weight: 600;
}

.ballon.ballon_step .availability__shop-box {
  margin-top: 4px;
}

.ballon.ballon_step .availability__time-work {
  font-size: 12px !important;
}

.ballon.ballon_step .availability__status-btn,
.ballon.ballon_step .availability__status-descr {
  display: none;
}

.checkbox {
  display: inline-flex;
}

.checkbox__input {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:disabled ~ .checkbox__text {
  color: #999;
  pointer-events: none;
}

.checkbox__input:disabled ~ .checkbox__text:before {
  border-color: #999;
}

.checkbox__input:checked ~ .checkbox__text:before {
  background: url(/ajax/auth/img/icon/check.svg) 50% 50%/18px 18px no-repeat #0e0e0e;
  border-color: #0e0e0e;
}

.checkbox__text {
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 4px 4px 32px;
  transition: color 0.3s;
  min-height: 20px;
}

.checkbox__text:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.3s, background-color 0.3s;
}

.checkbox.modal__sign-up-checkbox.__offer.error-check.error .checkbox__text.modal__sign-up-checkbox-text::before {
  border: 1px solid red !important;
}

.checkbox__label {
  position: relative;
}

.checkbox__label:hover .checkbox__text {
  color: #7d7d7d;
}
@media screen and (max-width: 767.9px) {
  .checkbox__label:hover .checkbox__text {
    color: #0e0e0e;
  }
}

.checkbox__label:hover .checkbox__text:before {
  border-color: #999;
}

.checkbox__label:hover .checkbox__input:checked ~ .checkbox__text {
  color: #7d7d7d;
}
@media screen and (max-width: 767.9px) {
  .checkbox__label:hover .checkbox__input:checked ~ .checkbox__text {
    color: #0e0e0e;
  }
}

.checkbox__label:hover .checkbox__input:checked ~ .checkbox__text:before {
  border-color: #3a3a3c;
  background-color: #3a3a3c;
}

.checkbox__small .checkbox__text {
  padding-left: 20px;
}

.checkbox__small .checkbox__text:before {
  left: 0;
}

.radio {
  display: flex;
  flex-direction: column;
  gap: 8px 20px;
}

.radio__input {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

.radio__input:disabled ~ .radio__text {
  color: #999;
  pointer-events: none;
}

.radio__text {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 4px 4px 32px;
  transition: color 0.3s;
  min-height: 20px;
}

.radio__descr {
  margin-top: 4px;
  font-size: 12px;
  color: #7d7d7d;
}

.radio__label {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
}

.radio__label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  box-sizing: border-box;
  transition: border-color 0.3s, background-color 0.3s;
}

.radio__label:has(> input[type=radio]:checked):before {
  border: 4px solid #0e0e0e;
}

.radio__label:has(> input[type=radio]:disabled):before {
  border-color: #999;
}

.radio__label:hover:before {
  border-color: #999;
}

.radio__label:hover .radio__text {
  color: #7d7d7d;
}

.radio__label:hover .radio__input:checked .radio__label:before {
  border-color: #3a3a3c;
  background-color: #3a3a3c;
}

.radio__label:hover:has(> input[type=radio]:checked):before {
  border-color: #3a3a3c;
}

.availability-tabs__box_list-box::-webkit-scrollbar {
  width: 4px;
}

.availability-tabs__box_list-box::-webkit-scrollbar-track {
  background: 0 0;
}

.availability-tabs__box_list-box::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  border-radius: 27px;
}

.availability-tabs.availability-tabs_step {
  display: grid;
  grid-template-columns: 372px 1fr;
}

.availability-tabs.availability-tabs_step .availability-tabs__box_list-box {
  width: auto;
  max-height: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.availability-tabs.availability-tabs_step .availability-tabs__box_map {
  width: auto;
  position: relative;
}

.availability-tabs.availability-tabs_step .availability__title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.availability-tabs.availability-tabs_step .availability__time,
.availability-tabs.availability-tabs_step .availability__time-work {
  font-size: 14px;
}

.availability-tabs.availability-tabs_step .availability__status-descr {
  margin-top: 16px;
  font-size: 14px;
  color: #7d7d7d;
}

.availability-tabs.availability-tabs_step .availability__status-btn {
  margin-top: 16px;
  display: none;
  border: none;
  background-color: transparent;
  color: #2a65c5;
  transition: 0.3s ease-out;
}

.availability-tabs.availability-tabs_step .availability__status-btn:hover {
  color: #0c47a7;
}

.availability-tabs.availability-tabs_step .availability__list._hide .availability__status-btn {
  display: block;
}

.availability-tabs.availability-tabs_step .availability__li {
  background: url(/ajax/auth/img/icon/step-check.svg) 8px 12px no-repeat;
}

.availability-tabs.availability-tabs_step .availability__li_active {
  background: url(/ajax/auth/img/icon/step-checked.svg) 8px 12px no-repeat;
  pointer-events: auto;
}

.availability-tabs.availability-tabs_step .availability__li_active:hover {
  background-color: transparent;
}

.availability-tabs.availability-tabs_step .availability__li_active .availability__status-descr {
  font-weight: 600;
  color: #0e0e0e;
}

.availability-tabs.availability-tabs_step .availability__li_active.availability__li_warning {
  background: url(/ajax/auth/img/icon/step-check-warning.svg) 8px 12px no-repeat;
}

.availability-tabs.availability-tabs_step .availability__btn-descr {
  font-size: 12px;
}

.availability-tabs.availability-tabs_step .availability__warning img {
  margin: 0;
}

.availability-tabs.availability-tabs_step .availability__maps {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.availability-tabs.availability-tabs_step .availability-tabs__link {
  color: #7d7d7d;
}

.availability-tabs.availability-tabs_step .availability-tabs__link:hover {
  color: #2a65c5;
}

.availability-tabs.availability-tabs_step .availability-tabs__link._current {
  color: #0e0e0e;
  border-color: #0e0e0e;
}

.availability__btn-descr {
  margin-top: 8px;
  display: none;
  font-size: 12px;
  color: #7d7d7d;
  text-align: center;
}

.availability__warning {
  margin-top: 20px;
  display: none;
}

.availability__warning-title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.availability__warning-items {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style-type: none;
}

.availability__warning-item {
  position: relative;
}

.availability__warning-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #f5f5f7;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  right: -8px;
  bottom: -8px;
}

.availability__radio {
  margin-top: 20px;
  display: none;
  gap: 4px 12px;
}

.availability__radio .radio__text {
  flex-direction: column;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.availability__checkbox,
.availability__promocode {
  display: none;
}

.btn-shops-change-city {
  padding: 11px 14px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px #000000 solid;
  color: #0e0e0e;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767.9px) {
  .btn-shops-change-city {
    padding: 9px 12px;
  }
}
.btn-shops-change-city:hover {
  color: #fff;
  background-color: #0e0e0e;
}

.banner {
  width: 100%;
  margin-top: 28px;
}

.banner img {
  width: 100%;
}

.basket-complect {
  margin: 20px 0 0;
}

.basket-complect__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}

.basket-complect__head-title {
  display: flex;
  flex-flow: column;
  align-items: baseline;
}

.basket-complect__head-check {
  margin-bottom: 8px;
}

.basket-complect__head-check .checkbox__text {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.basket-complect__benefit {
  display: inline-flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #3c82ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 46px;
  border: 1px solid #5aa0f5;
  background: #fff;
  padding: 4px 12px;
}

.basket-complect__price {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
  margin-top: 4px;
}

.basket-complect__price p {
  margin-bottom: 8px;
}

.basket-complect__price p + p {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: line-through;
}

.basket-complect__remove {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #999;
}

.basket-complect__remove:hover {
  color: #0e0e0e;
}

.basket-complect__remove * {
  pointer-events: none;
}

.basket-complect .basket__order {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 8px;
  width: calc(100% - 32px);
  margin-left: 32px;
}

.basket-complect .basket__item:not(:last-child) {
  border-bottom: none;
  padding: 0;
  margin-bottom: 32px;
}

.basket-empty {
  margin: 120px 0;
  text-align: center;
}
@media screen and (max-width: 1399.9px) {
  .basket-empty {
    margin: 80px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .basket-empty {
    margin: 24px 0 42px 0;
    text-align: left;
  }
}
.basket-empty__subtitle {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 767.9px) {
  .basket-empty__subtitle {
    font-size: 16px;
  }
}

.basket-empty__wrapper {
  max-width: 869px;
  padding: 0 46px;
  margin: 0 auto;
}

.basket-empty__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 16px;
}

.basket-empty__text {
  line-height: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767.9px) {
  .basket-empty__text {
    font-size: 14px;
  }
}
.basket-empty__text a {
  color: #2a65c5;
}

.basket-empty__bt-box {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.basket-empty__button {
  padding: 0 40px;
}
@media screen and (max-width: 767.9px) {
  .basket-empty__button {
    padding: 0 20px;
  }
}

.basket-menu.basket-menu_step {
  padding: 8px 12px;
  height: 56px;
  bottom: 0;
}

.basket-menu.basket-menu_step .basket-menu__price {
  font-size: 16px;
}

.basket-menu.basket-menu_step .basket-menu__sum {
  font-size: 12px;
}

.basket-menu.basket-menu_step .button {
  height: 40px;
  font-size: 14px;
}

.basket-menu__empty {
  display: none;
  color: #7d7d7d;
  line-height: 20px;
}

.basket-menu__left {
  flex-flow: column;
  gap: 4px;
  display: flex;
}

.basket-menu__price-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 390.9px) {
  .basket-menu__price-box {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

.basket-menu__price {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.basket-menu__price-old {
  color: #999;
  font-size: 14px;
  line-height: 16px;
  text-decoration: line-through;
  white-space: nowrap;
}

.basket-menu__sum {
  color: #999;
  font-size: 14px;
  line-height: 16px;
}

.basket-menu._hide .basket-menu__empty {
  display: block;
}

.basket-menu._hide .basket-menu__left {
  display: none;
}

.basket-recommendation {
  margin: 8px 0 0 32px;
}

.basket-recommendation._hide {
  display: none;
}

.basket-recommendation__slider {
  width: 100%;
  overflow: hidden;
}

.basket-recommendation__slide {
  display: flex;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #e1e1e3;
  background: #fff;
  max-width: 330px;
}

.basket-recommendation__slide_all {
  max-width: 80px;
  padding: 0;
  border: none;
}

.basket-recommendation__img {
  width: 64px;
  margin-right: 8px;
}

.basket-recommendation__img img {
  max-width: 100%;
  height: auto;
}

.basket-recommendation__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 32px;
  width: calc(100% - 32px);
}

.basket-recommendation__name:hover {
  color: #7d7d7d;
}

.basket-recommendation__price {
  display: flex;
  align-items: center;
  gap: 4px;
}

.basket-recommendation__price p {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.basket-recommendation__price p + p {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.basket-recommendation__content {
  width: calc(100% - 72px);
}

.basket-recommendation__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.basket-recommendation__bt {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: 50% 50% no-repeat #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #fff;
}

.basket-recommendation__bt:hover {
  color: #0e0e0e;
  background-color: #fff;
}

.basket-recommendation__bt._active {
  background-color: #fff;
  background-image: url(/ajax/auth/img/icon/plus-check.svg);
}

.basket-recommendation__bt._active svg {
  opacity: 0;
}

.basket-recommendation__bt * {
  pointer-events: none;
}

.basket-recommendation__link {
  display: block;
  width: 100%;
  height: 80px;
  padding: 12px 6px;
  border-radius: 12px;
  background: #f5f5f7;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.basket-recommendation__link span {
  display: block;
  width: 100%;
}

.basket-recommendation__link svg {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.basket-recommendation__link * {
  pointer-events: none;
}

.basket-recommendation__arrow {
  display: none;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #e1e1e3;
  color: #0e0e0e;
  background: #fff;
  transition: border 0.2s;
}

.basket-recommendation__arrow:hover {
  border: 1.5px solid #999;
}

.basket-recommendation__arrow.swiper-button-disabled {
  display: none;
}

.basket-recommendation__arrow svg {
  width: 24px;
  height: 24px;
}

.basket-recommendation__arrow:after {
  display: none;
}

.basket-recommendation__arrow_prev svg {
  transform: rotate(180deg);
}

.basket-recommendation__ok {
  position: fixed;
  display: inline-flex;
  padding: 24px;
  align-items: center;
  gap: 20px;
  bottom: 20px;
  left: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.14), 0 6px 30px 0 rgba(0, 0, 0, 0.12), 0 8px 10px 0 rgba(175, 175, 175, 0.2);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  z-index: 14;
  transform: translateY(calc(100% + 20px));
  opacity: 0;
  transition: 0.3s, opacity 0.3s;
}

.basket-recommendation__ok img {
  width: 24px;
}

.basket-recommendation__ok_active {
  opacity: 1;
  transform: translateY(0);
}

.basket h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  margin: 40px 0 24px;
}

.basket__checkbox-item {
  height: 80px;
  display: flex;
  align-items: center;
}

.basket__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e3;
  width: 100%;
}

.basket__remove * {
  pointer-events: none;
}

.basket__remove-all {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #999;
  font-size: 14px;
  line-height: 16px;
}

.basket__remove-all:hover {
  color: #0e0e0e;
}

.basket__remove-all svg {
  width: 24px;
  height: 24px;
}

.basket__remove-all span {
  color: #0e0e0e;
}

.basket__remove-all * {
  pointer-events: none;
}

.basket__items {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  min-width: 0;
}

.basket__photo img {
  height: auto;
}

.basket__item_not-available .basket__checkbox-item,
.basket__item_not-available .basket__insurance-link,
.basket__item_not-available .basket__recommendation-link {
  opacity: 0;
  visibility: hidden;
}
.basket__item_not-available .basket__photo {
  opacity: 0.4;
}
.basket__item_not-available .basket__name {
  color: #999;
}
.basket__item_not-available .basket__price {
  color: #999;
  margin-bottom: 16px;
}

.basket__item._active .basket__control-mob-bg {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.basket__item._active .basket__control-mob {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.compare__control-mob-bg._active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.compare__control-mob._active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.basket__name {
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}

.basket__name:hover {
  color: #7d7d7d;
}

.basket__recommendation-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #e1e1e3;
  background: #fff;
  margin-right: 20px;
}

.basket__recommendation-link:hover {
  color: #0e0e0e;
  background: #eeeef0;
}

.basket__recommendation-link * {
  pointer-events: none;
}

.basket__recommendation-link svg {
  transition: transform 0.3s;
}

.basket__recommendation-link._active {
  background: #eeeef0;
  border-color: #eeeef0;
}

.basket__recommendation-link._active svg {
  transform: rotate(180deg);
}

.basket__insurance-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2a65c5;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 0;
  white-space: nowrap;
}

.basket__insurance-link svg {
  margin-top: 1px;
  transform: rotate(-90deg);
}

.basket__insurance-link._hide {
  display: none;
}

.basket__item_not-available.showBasketSelectShow .basket__checkbox-item {
  opacity: 1;
  visibility: visible;
}

.basketItem__isPromo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #0e0e0e;
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 6px;
  cursor: default;
}
.basketItem__isPromo i {
  height: 16px;
  width: 16px;
}
@media screen and (max-width: 767.9px) {
  .basketItem__isPromo i {
    height: 14px;
    width: 14px;
  }
}

.mskPromoNotificationBasket {
  text-align: center;
  padding: 4px 0 24px 0;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e3;
  margin-bottom: 20px;
  cursor: default;
}
@media screen and (max-width: 767.9px) {
  .mskPromoNotificationBasket {
    padding-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}

.basket__order {
  display: grid;
  grid-template-columns: 20px 100px 1fr;
  gap: 8px;
  width: 100%;
}

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

.basket__counter-bt {
  display: flex;
  position: relative;
  width: 32px;
  height: 32px;
  color: #0e0e0e;
  border-radius: 8px;
  background: #f5f5f7;
}

.basket__counter-bt:hover {
  color: #0e0e0e;
  background: #e1e1e3;
}

.basket__counter-bt._disabled {
  background: #fafafb;
  color: #e1e1e3;
  pointer-events: none;
}

.basket__counter-bt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 1.5px;
  background: currentColor;
  border-radius: 6px;
}

.basket__counter-bt_plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5px;
  height: 14px;
  background: currentColor;
  border-radius: 6px;
}

.basket__info {
  display: grid;
  grid-template-columns: 1fr 256px;
  gap: 8px;
  padding: 8px 0 8px 8px;
  align-items: flex-start;
}

.basket__counter-text {
  border: none;
  outline: 0;
  width: 40px;
  height: 32px;
  background: #fff;
  text-align: center;
}

.basket__price {
  text-align: right;
  width: 144px;
}

.basket__price p {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.basket__price p + p {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: line-through;
}

.basket__price p:not(:last-of-type) {
  margin-bottom: 4px;
}

.basket__control-bt {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.basket__control-bt i {
  width: 1px;
  height: 24px;
  background: #e1e1e3;
}

.basket__control-bt a {
  width: 24px;
  height: 24px;
  color: #999;
}

.basket__control-bt a:hover {
  color: #0e0e0e;
}

.basket__box {
  display: flex;
  gap: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.basket__box._clone {
  display: none;
}

.basket__desc {
  position: relative;
  align-self: center;
}

.basket__desc-box {
  display: flex;
}

.basket__price-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.basket__insurance {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 16px 0 0 144px;
}

.basket__insurance-box {
  font-size: 14px;
  line-height: 16px;
}

.basket__insurance-title {
  font-weight: 600;
  margin-bottom: 8px;
}

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

.basket__insurance-remove {
  width: 24px;
  height: 24px;
  color: #999;
}

.basket__insurance-remove:hover {
  color: #0e0e0e;
}

.basket__insurance-remove * {
  pointer-events: none;
}

.basket__insurance-price {
  font-weight: 600;
  line-height: 20px;
}

.basket__insurance-control {
  display: flex;
  align-items: center;
  gap: 4px;
}

.basket__control-mob-bg,
.compare__control-mob-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(25, 25, 27, 0.7);
  z-index: 21;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}

.basket__control-open {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(/ajax/auth/img/icon/open-control.svg) 50% 50% no-repeat;
}

.compare__control-wrapper {
  display: none;
  text-align: right;
}
.compare__control-wrapper .compare__control-open {
  width: 24px;
  height: 24px;
  background: url(/ajax/auth/img/icon/open-control.svg) 50% 50% no-repeat;
  display: inline-block;
}

.basket__control-mob,
.compare__control-mob {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0;
  top: auto;
  border-radius: 12px 12px 0 0;
  background: #fff;
  padding-bottom: var(--safe-area-inset-bottom, 0);
  overflow: hidden;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 22;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.basket__control-mob-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.basket__control-mob-title-box {
  position: relative;
  padding: 20px 12px 16px;
  border-bottom: 1px solid #e1e1e3;
}

.basket__control-mob-close {
  position: absolute;
  top: 24px;
  right: 20px;
}

.basket__control-mob-close * {
  pointer-events: none;
}

.basket__control-mob-link {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #0e0e0e;
  font-size: 14px;
  white-space: nowrap;
  padding: 12px;
  height: 48px;
  border-bottom: 1px solid #e1e1e3;
}

.compare__control-moblist-link {
  display: block;
  padding: 20px 16px 32px 16px;
}
.compare__control-moblist-link .compare-page__clear {
  margin-bottom: 12px;
}

.basket__control-mob-link_remove {
  color: #d70015;
}

.basket__control-mob-link * {
  pointer-events: none;
}

.basket__control-mob-remove {
  display: none;
  padding: 20px 12px;
}

.basket__control-mob-title-text {
  line-height: 20px;
  margin-bottom: 32px;
}

.basket__control-mob-remove .basket__control-mob-title-box {
  padding: 0;
  border: none;
  margin-bottom: 12px;
}

.basket__control-mob-remove .basket__control-mob-close {
  top: 0;
  right: 0;
}

.basket__sidebar {
  position: sticky;
  top: 140px;
  width: 440px;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #e1e1e3;
  background: #fff;
}

.basket__sidebar._hide .basket__dl,
.basket__sidebar._hide .basket__promocode-box,
.basket__sidebar._hide .basket__sidebar-kredit,
.basket__sidebar._hide .basket__sidebar-result {
  display: none;
}

.basket__sidebar._hide .basket__sidebar-massage {
  display: block;
}

.basket__sidebar._clone {
  display: none;
}

.basket__sidebar-sum-box {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e1e1e3;
}

.basket__sidebar-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.basket__sidebar-massage {
  display: none;
  color: #7d7d7d;
  margin-top: 8px;
}

.basket__dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}

.basket__dl::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #afafaf;
}

.basket__dl dt {
  position: relative;
  background: #fff;
  z-index: 1;
}

.basket__dl dd {
  position: relative;
  background: #fff;
  font-weight: 600;
  z-index: 1;
}

.basket__sidebar-sale dd {
  color: #d70015;
}

.basket__sidebar-sale._active .basket__sidebar-sale-link {
  color: #7d7d7d;
}

.basket__sidebar-sale._active .basket__sidebar-sale-link svg {
  transform: rotate(180deg);
}

.basket__sidebar-sale._active ~ .basket__sidebar-sale-detaile-container {
  display: block;
}

.basket__sidebar-calc {
  margin-bottom: 16px;
}

.basket__sidebar-calc._active .basket__sidebar-calc-link {
  color: #7d7d7d;
}

.basket__sidebar-calc._active .basket__sidebar-calc-link svg {
  transform: rotate(180deg);
}

.basket__sidebar-calc._active ~ .basket__sidebar-calc-detaile-container {
  display: block;
}

.basket__sidebar-calc-img span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #f5f5f7;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  right: -8px;
  bottom: -8px;
}

.basket__sidebar-calc-name {
  letter-spacing: -0.4px;
}

.basket__sidebar-calc-cost {
  max-width: 80px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
}

.basket__sidebar-sale-detaile {
  font-size: 14px;
  margin: 8px 0 0;
}

.basket__sidebar-sale-detaile dd {
  font-weight: 400;
  color: #d70015;
}

.basket__sidebar-calc-link,
.basket__sidebar-sale-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.basket__sidebar-calc-link:hover,
.basket__sidebar-sale-link:hover {
  color: #7d7d7d;
}

.basket__sidebar-calc-link *,
.basket__sidebar-sale-link * {
  pointer-events: none;
}

.basket__sidebar-calc-link svg,
.basket__sidebar-sale-link svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s;
}

/*.basket__sidebar-calc-detaile-container,*/
/*.basket__sidebar-sale-detaile-container {*/
/*    display: none;*/
/*}*/
/*.basket__sidebar-calc-detaile-container {*/
/*    padding-right: 8px;*/
/*    max-height: 312px;*/
/*    !*scrollbar-width: thin;*!*/
/*    overflow: auto;*/
/*    height: 100%;*/
/*    !*scrollbar-width: thin;*!*/
/*    !*scrollbar-color: #c3c3c3 transparent;*!*/
/*    !*-ms-overflow-style: scrollbar;*!*/
/*    !*overflow-y: scroll;*!*/
/*}*/
/*.basket__sidebar-calc-detaile-container::-webkit-scrollbar {*/
/*    width: 4px;*/
/*}*/
/*.basket__sidebar-calc-detaile-container::-webkit-scrollbar-track {*/
/*    background: 0 0;*/
/*}*/
/*.basket__sidebar-calc-detaile-container::-webkit-scrollbar-thumb {*/
/*    background-color: #c3c3c3;*/
/*    border-radius: 27px;*/
/*}*/
.basket__sidebar-kredit {
  margin-top: 8px;
}

.basket__sidebar-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.basket__sidebar-result dt {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.basket__sidebar-result dd {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.basket__promocode-box {
  position: relative;
  margin-bottom: 24px;
}

.basket__promocode-box._ok:before {
  content: attr(data-ok);
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  padding-left: 24px;
  background: url(/ajax/auth/img/icon/promo-ok.svg) 0 50% no-repeat;
  color: #5c9cfc;
  font-size: 12px;
  line-height: 16px;
}

.basket__promocode-box._ok .basket__promocode {
  border-color: #e1e1e3;
}

.basket__promocode-box._ok .basket__promocode-button {
  display: none;
}

.basket__promocode-box._error {
  border-color: red;
}

.basket__promocode-box._error:before {
  content: attr(data-error);
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  padding-left: 24px;
  background: url(/ajax/auth/img/icon/promo-error.svg) 0 50% no-repeat;
  color: #d70015;
  font-size: 12px;
  line-height: 16px;
}

.basket__promocode-box._error .basket__promocode {
  border-color: #d70015;
}

.basket__promocode-box-row2 {
  margin-bottom: 42px;
}

.basket__promocode-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  opacity: 0;
  visibility: hidden;
}

.basket__promocode {
  width: 100%;
  border-radius: 8px;
  border: 0.5px solid #e1e1e3;
  background: #f5f5f7;
  height: 48px;
  line-height: 47px;
  font-size: 16px;
  color: #000;
  padding: 0 20px;
}

.basket__promocode::-moz-placeholder {
  color: #7d7d7d;
}

.basket__promocode::placeholder {
  color: #7d7d7d;
}

.basket__promocode:focus::-moz-placeholder {
  color: transparent;
}

.basket__promocode:focus::placeholder {
  color: transparent;
}

.basket__promocode._active,
.basket__promocode:focus {
  border-color: #7d7d7d;
  background: #fff;
}

.basket__promocode._active ~ .basket__promocode-button,
.basket__promocode:focus ~ .basket__promocode-button {
  opacity: 1;
  visibility: visible;
}

.basket .categories h1,
.basket .popular-slider__content h1 {
  margin-top: 0;
}

.breadcrumps {
  color: #7d7d7d;
  font-size: 14px;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  margin-top: 20px;
}

.breadcrumps::-webkit-scrollbar {
  width: 0;
  height: 0;
  opacity: 0;
}

.breadcrumps::-webkit-scrollbar-track {
  background: 0 0;
  width: 0;
  height: 0;
}

.breadcrumps::-webkit-scrollbar-thumb {
  background-color: transparent;
  width: 0;
  height: 0;
}

.breadcrumps__wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
}

.breadcrumps span {
  display: inline-flex;
  white-space: nowrap;
}

.breadcrumps a {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  white-space: nowrap;
}

.breadcrumps a:before {
  content: "";
  width: calc(100% - 24px);
  height: 1px;
  background: 0 0;
  position: absolute;
  top: calc(100% + 3px);
  left: -1px;
  transition: background-color 0.3s;
}

.breadcrumps a:hover {
  color: #0e0e0e;
}

.breadcrumps a:hover:before {
  background-color: #0e0e0e;
}

.breadcrumps a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/ajax/auth/img/icon/arrow-right-bl.svg) 50% 50%/contain no-repeat;
}

.catalog-body__order {
  font-size: 14px;
  border: 2px solid #0e0e0e;
  transition: 0.2s ease-out;
}

.catalog-body__order:hover {
  border-color: #3a3a3c;
}

.catalog-body__basket-complect {
  font-size: 14px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 2px solid #0e0e0e;
  padding: 0 18px;
  transition: 0.2s ease-out;
}

.catalog-body__basket-complect:hover {
  border-color: #3a3a3c;
}

.catalog-body__basket-complect_active,
.catalog-body__basket-complect_active:hover {
  background-color: #fff;
  border: 2px solid #0e0e0e;
  color: #0e0e0e;
}

.catalog-body__basket {
  min-width: 110px;
  font-size: 13px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 2px solid #0e0e0e;
  padding: 0 16px;
  transition: 0.2s ease-out;
}

.catalog-body__basket_active,
.catalog-body__basket_active:hover {
  background-color: #fff;
  border: 2px solid #0e0e0e;
  color: #0e0e0e;
}

.catalog-body__massage {
  font-size: 14px;
  width: auto;
  text-align: center;
  padding: 0 10px;
  line-height: 1em;
  flex-grow: 1;
}

.catalog-body__term {
  text-align: center;
  padding: 0;
  font-size: 12px;
  width: 89px;
}

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

.catalog-body__control-icon {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #999;
  transition: color 0.3s;
}

.catalog-body__control-icon.catalog-body__favorites:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/ajax/auth/img/icon/favorite-fill-item.svg) 50% 50%/24px 24px no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}

.catalog-body__control-icon.catalog-body__compare:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/ajax/auth/img/icon/compare-item.svg) 50% 50%/24px 24px no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}

.catalog-body__control-icon svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.catalog-body__control-icon_active {
  color: #0e0e0e;
}

.catalog-body__control-icon_active:hover {
  color: #0e0e0e !important;
}

.catalog-body__control-icon_active.catalog-body__compare:before,
.catalog-body__control-icon_active.catalog-body__favorites:before {
  opacity: 1;
}

.catalog-body__characteristics {
  display: none;
  font-size: 14px;
  padding-bottom: 4px;
}

.catalog-body__characteristics dl {
  margin-bottom: 8px;
  display: flex;
  gap: 4px;
}

.catalog-body__characteristics dt {
  color: #999;
}

.catalog-body__rating {
  display: none;
  font-size: 14px;
  gap: 12px;
}

.catalog-body__rating-grade {
  padding-left: 23px;
  background: url(/ajax/auth/img/icon/rating.svg) 0 50% no-repeat;
  font-weight: 800;
}

.catalog-body__rating-comments {
  color: #999;
}

.catalog-body__rating-comments:hover {
  color: #0e0e0e;
}

.catalog-body:not(.catalog-body_list) .catalog-body__control_order {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 5px;
}

.catalog-head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  padding: 0;
}

.catalog-pagin {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.orders-pagin {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.catalog-pagin__button {
  margin: 32px 0;
  width: 100%;
}

.orders-pagin__button {
  margin: 32px 0;
  width: 100%;
}

.catalog-pagin__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.orders-pagin__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.catalog-pagin__button {
  margin: 32px 0;
  width: 100%;
}

.catalog-pagin__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.catalog-pagin__arrow svg {
  width: 24px;
  height: 24px;
}

.catalog-pagin__arrow_prev svg {
  transform: rotate(180deg);
}

.catalog-pagin__arrow_disabled {
  pointer-events: none;
  color: #d7d7d7;
}

.catalog-pagin__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 48px;
  border-radius: 8px;
}

.catalog-pagin__link_current {
  background: #0e0e0e;
  color: #fff;
  pointer-events: none;
}

.catalog-pagin__link:hover {
  color: #0e0e0e;
  background: #ebebed;
}

.catalog-pagin__dotted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  background: url(/ajax/auth/img/icon/dotted.svg) 50% 50% no-repeat;
}

.catalog-section {
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .catalog-section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .catalog-section {
    margin-bottom: 40px;
  }
}

.catalog {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
}

.catalog__box {
  width: 100%;
}

.categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin-bottom: 52px;
}

.categories-list__li {
  width: calc(50% - 4px);
}

.categories-list__link {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  height: 0;
  border-radius: 12px;
  background: #f5f5f7;
}

.categories-list__link:hover {
  background: #e1e1e3;
}

.categories-list__title {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  font-size: 14px;
  color: #0e0e0e;
  font-weight: 700;
}

.categories-list__img {
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  text-align: center;
}

.categories-list__img img {
  display: inline-block;
  height: auto;
}

.popular-slider__content {
  position: relative;
}

.popular-slider__arrow svg {
  width: 24px;
  height: 24px;
}

.popular-slider__arrow:after {
  display: none;
}

.popular-slider__arrow_prev svg {
  transform: rotate(180deg);
}

.popular_bg-gray {
  background: #f5f5f7;
  padding: 120px 0 98px;
}

.popular_bg-gray .catalog-body__item {
  background: #fff;
}

.receipts::-webkit-scrollbar {
  width: 0;
  display: none;
}

.receipts__item {
  border-radius: 8px;
  background: #f5f5f7;
  font-size: 14px;
  padding: 8px 17px;
}

.receipts__item:hover {
  background: #e4e4e6;
  color: #0e0e0e;
}

.select-box {
  position: relative;
}

.select-box-js__current {
  position: relative;
  height: 38px;
  padding: 10px 43px 11px 30px;
  border-radius: 8px;
  border: 1px solid #e1e1e3;
  background: #fff;
  font-size: 14px;
  color: #0e0e0e;
  cursor: pointer;
  min-width: 203px;
  transition: border-color 0.3s;
}

.select-box-js__current:hover {
  border-color: #0e0e0e;
}

.select-box-js__current:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 18px;
  background: url(/ajax/auth/img/icon/arrow-top-bl.svg) 0 0/contain;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  pointer-events: none;
  transition: transform 0.3s;
}

.select-box-js__current_active {
  border-radius: 8px 8px 0 0;
}

.select-box-js__current_active:after {
  transform: rotate(0);
}

.step h2 {
  margin-bottom: 24px;
  font-size: 24px;
}

.step .button._disabled,
.step .button:disabled {
  background-color: #999;
  color: #f5f5f7;
}

.step .availability-tabs.availability-tabs_step._mob {
  display: none;
}

.step .availability__button-box {
  padding: 0;
}

.step .tabs__container {
  padding: 40px 0 0;
}

.step .tabs__container a,
.step .tabs__container a:hover {
  color: #fff;
}

.step .tabs__container p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
}

.step .tabs__container .availability__title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.step .tabs__container .availability__time,
.step .tabs__container .availability__time-work {
  font-size: 14px;
}

.step .tabs__container .availability__status-descr {
  margin-top: 16px;
  font-size: 14px;
  color: #7d7d7d;
}

.step .tabs__container .availability__status-btn {
  margin-top: 16px;
  display: none;
  border: none;
  background-color: transparent;
  color: #2a65c5;
  transition: 0.3s ease-out;
}

.step .tabs__container .availability__status-btn:hover {
  color: #0c47a7;
}

.step .tabs__container .availability__list._hide .availability__status-btn {
  display: block;
}

.step .tabs__container .availability__li {
  background: url(/ajax/auth/img/icon/step-check.svg) 8px 12px no-repeat;
}

.step .tabs__container .availability__li:hover {
  background-color: #f5f5f7;
}

.step .tabs__container .availability__li_active {
  background: url(/ajax/auth/img/icon/step-checked.svg) 8px 12px no-repeat;
  pointer-events: auto;
}

.step .tabs__container .availability__li_active:hover {
  background-color: transparent;
}

.step .tabs__container .availability__li_active .availability__status-descr {
  font-weight: 600;
  color: #0e0e0e;
}

.step .tabs__container .availability__li_active.availability__li_warning {
  background: url(/ajax/auth/img/icon/step-check-warning.svg) 8px 12px no-repeat;
}

.step .tabs__container .availability__btn-descr {
  font-size: 12px;
}

.step .tabs__container .availability__warning img {
  margin: 0;
}

.step .tabs__container .availability-tabs__box_map {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.step .tabs__container .availability__maps {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.step .tabs__container .availability-tabs__link {
  color: #7d7d7d;
}

.step .tabs__container .availability-tabs__link:hover {
  color: #2a65c5;
}

.step .tabs__container .availability-tabs__link._current {
  color: #0e0e0e;
  border-color: #0e0e0e;
}

.step .tabs__container .availability__button-bt,
.step .tabs__container .availability__button-bt:hover {
  color: #0e0e0e;
}

.step .tabs__container .availability__li-close {
  color: #999;
}

.step .tabs__container .availability__li-close:hover {
  color: #0e0e0e;
}

.step .basket__sidebar._hide .basket__dl,
.step .basket__sidebar._hide .basket__promocode-box,
.step .basket__sidebar._hide .basket__sidebar-kredit,
.step .basket__sidebar._hide .basket__sidebar-result {
  display: flex;
}

.step .basket__sidebar._hide .basket__sidebar-massage {
  display: block;
}

.step__content {
  align-items: flex-start;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 20px;
  margin-bottom: 120px;
}

.step__items {
  display: flex;
  flex-flow: column;
  max-width: 1005px;
  width: 100%;
}

.step__sidebar {
  width: 445px;
  height: -moz-fit-content;
  height: fit-content;
}

.step__header {
  margin-bottom: 40px;
  padding: 17px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 50px;
  border: 1px solid #e1e1e3;
  border-radius: 12px;
}

.step__question-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  color: #0e0e0e;
}

.step__link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #2a65c5;
}

.step__link * {
  pointer-events: none;
}

.step__link:hover {
  color: #0c47a7;
}

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

.step__tabs .tabs__list {
  border-radius: 10px;
  background-color: #f5f5f7;
}

.step__tabs .tabs__li {
  padding: 14px;
  height: 48px;
  background-color: transparent;
  border: 2px solid transparent;
  font-weight: 600;
  transition: color 0.3s;
}

.step__tabs .tabs__li._current {
  background-color: #fff;
  border: 2px solid #0e0e0e;
  border-radius: 8px;
}

.tooltip-container {
  position: relative;
  height: inherit;
  display: inline-flex;
}

.tooltip {
  position: absolute;
  font-size: 14px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 12px;
  background: #fff;
  color: #0e0e0e;
  font-style: normal;
  padding: 16px;
  line-height: normal;
  border-radius: 8px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  width: auto;
  min-width: 286px;
  max-width: 341px;
  z-index: 9;
}
.tooltip._no-transition {
  transition: none;
}
@media screen and (max-width: 1023.9px) {
  .tooltip {
    max-width: none;
    position: fixed;
    pointer-events: auto;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: none;
    z-index: 9;
    padding: 20px 20px 40px 20px;
    border-radius: 8px 8px 0 0;
    transform: translate(0, 0);
    min-height: 100px;
    margin-top: 0;
  }
}
.tooltip:before {
  content: "";
  position: absolute;
  top: -35px;
  left: var(--arrow-left, 50%);
  transform: translateX(-50%);
  border: 21px solid transparent;
  border-bottom-color: #fff;
  z-index: 2;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
}
.tooltip__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.tooltip__close {
  position: absolute;
  top: 24px;
  right: 20px;
}
@media screen and (max-width: 767.9px) {
  .tooltip__close {
    top: 15px;
    right: 15px;
  }
}
.tooltip__close * {
  pointer-events: none;
}
.tooltip__text {
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 1023.9px) {
  .tooltip__text {
    font-size: 14px;
  }
}
.tooltip__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .tooltip__bg {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .f-fadeIn {
    animation: 0.2s both f-fadeIn;
  }
  .f-fadeOut {
    animation: 0.2s both f-fadeOut;
  }
  .button__font-small {
    font-size: 14px;
  }
  .basket-menu__price {
    font-size: 24px;
  }
  .basket-recommendation__arrow {
    display: flex;
  }
  .catalog-body__img-sl-slide img {
    max-width: 160px;
  }
  .catalog-body__name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .catalog-body__control-icon {
    width: 36px;
    height: 36px;
  }
  .catalog-body_list .catalog-body__list {
    gap: 12px;
  }
  .catalog-body_list .catalog-body__desc {
    padding-top: 19px;
  }
  .catalog-body_list .catalog-body__name {
    margin-bottom: 12px;
    font-weight: 600;
  }
  .catalog-body_list .catalog-body__characteristics {
    display: block;
  }
  .catalog-body_list .catalog-body__rating {
    display: flex;
  }
  .catalog-body_list .catalog-body__sales {
    padding-top: 19px;
  }
  .catalog-body_list .catalog-body__control {
    flex-wrap: wrap;
  }
  .catalog-body_list .catalog-body__control-icon {
    width: 40px;
    height: 40px;
  }
  .catalog-body_list .catalog-body__control-icon.catalog-body__favorites:before {
    background-size: 33px 33px;
  }
  .catalog-body_list .catalog-body__control-icon svg {
    width: 33px;
    height: 33px;
  }
  .catalog-body:not(.catalog-body_list) .catalog-body__control_order {
    grid-template-columns: 1fr 90px;
    gap: 18px;
  }
  .catalog-pagin__button {
    width: auto;
    margin: 42px 0;
  }
  .catalog {
    margin-top: 32px;
  }
  .categories-list {
    gap: 20px;
    margin-bottom: 80px;
  }
  .categories-list__li {
    width: calc(33.33% - 13.33px);
  }
  .receipts {
    gap: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .h1,
  h1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .basket-menu {
    display: none;
  }
  .catalog-body__list {
    margin: 16px 0 0;
    gap: 12px;
  }
  .catalog-body__img-sl-slide img {
    max-width: 200px;
  }
  .catalog-body__name {
    font-size: 16px;
    margin-bottom: 19px;
  }
  .catalog-body__control-icon.catalog-body__compare:before,
  .catalog-body__control-icon.catalog-body__favorites:before {
    background-size: 33px 33px;
  }
  .basket__items .catalog-body__control-icon.catalog-body__favorites:before {
    background-size: 33px 33px;
  }
  .catalog-body__control-icon {
    width: 40px;
    height: 40px;
  }
  .catalog-body__control-icon svg {
    width: 33px;
    height: 33px;
  }
  .catalog-body_list .catalog-body__img-sl-slide img {
    max-width: 200px;
  }
  .catalog-body_list .catalog-body__order {
    padding: 0 21.5px;
  }
  .catalog-body_list .catalog-body__img {
    position: static;
  }
  .catalog-body:not(.catalog-body_list) .catalog-body__control_order {
    grid-template-columns: 1fr 102px;
    gap: 12px;
  }
  .catalog-head {
    padding-left: 10px;
  }
  .categories-list__li {
    width: calc(25% - 15px);
  }
  .categories-list__title {
    left: 16px;
    right: 16px;
    top: 20px;
    font-size: 16px;
  }
  .receipts {
    flex-wrap: wrap;
  }
  .tooltip__bg {
    display: none !important;
  }
}
@media screen and (min-width: 1400px) {
  .catalog-body__list {
    margin-top: 8px;
    gap: 10px;
  }
  .catalog-body__img-sl-slide img {
    max-width: 200px;
  }
  .catalog-body__term {
    width: 102px;
    font-size: 12px;
  }
  .catalog-body__control-icon {
    width: 40px;
    height: 40px;
  }
  .catalog-head {
    padding-left: 12px;
  }
  .categories-list {
    gap: 32px;
  }
  .categories-list__li {
    width: calc(20% - 25.6px);
  }
  .categories-list__title {
    left: 20px;
    right: 20px;
    top: 16px;
  }
  .categories-list__img {
    left: 24px;
    right: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .catalog-body__img-sl-slide img {
    max-width: 210px;
  }
  .catalog-body_list .catalog-body__img-sl-slide img {
    max-width: 210px;
  }
  .catalog-body:not(.catalog-body_list) .catalog-body__control_order {
    gap: 32px;
    grid-template-columns: 1fr 112px;
  }
  .catalog-head {
    padding-left: 20px;
  }
  .categories-list {
    gap: 10px;
    margin-bottom: 120px;
  }
  .categories-list__li {
    width: calc(16.66% - 8.33px);
  }
}
@media screen and (max-width: 1920.9px) {
  .basket-complect__head {
    margin-bottom: 20px;
  }
  .basket-complect__head-check .checkbox__text {
    font-size: 20px;
    line-height: 24px;
  }
  .basket-complect .basket__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .basket__sidebar {
    width: 435px;
    flex-shrink: 0;
  }
  .step__sidebar {
    width: 445px;
  }
}
@media screen and (max-width: 1399.9px) {
  .basket-empty__wrapper {
    padding: 0 20px;
  }
  .basket-empty__title {
    font-size: 32px;
    line-height: 40px;
  }
  .basket {
    margin-bottom: 24px;
  }
  .basket h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 32px 0 28px;
  }
  .basket__items {
    width: 100%;
  }
  .basket__sidebar {
    position: relative;
    top: 0;
    display: none;
    width: 100%;
    margin-top: 12px;
  }
  .basket__sidebar._clone {
    display: block;
  }
  .basket__sidebar-sum-box {
    line-height: 28px;
  }
  .basket__sidebar-title {
    font-size: 24px;
    line-height: 28px;
  }
  .slick-arrow {
    display: none;
  }
  .catalog-body__characteristics {
    font-size: 12px;
  }
  .popular_bg-gray {
    padding: 80px 0 48px;
  }
  .step__content {
    margin-bottom: 80px;
    display: block;
  }
  .step__items {
    max-width: none;
    width: 100%;
  }
  .step__question-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023.9px) {
  .breadcrumps {
    margin-top: 16px;
    font-size: 12px;
  }
  .tooltip:before {
    display: none;
  }
  .button__border {
    border-width: 1px;
  }
  .input-text {
    font-size: 14px;
  }
  .input-text_sl {
    height: 42px;
  }
  .input-text_sl ~ .input-text__label-text {
    top: 13px;
  }
  .input-text:focus ~ .input-text__label-text,
  .input-text_type-3 ~ .input-text__label-text {
    font-size: 10px;
  }
  .input-text_focus ~ .input-text__label-text {
    top: -9px;
  }
  .input-text__label div.error,
  .checkbox__label div.error {
    padding-left: 20px;
    font-size: 10px;
  }
  .input-text__label div.error:before,
  .checkbox__label div.error:before {
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 0;
  }
  .input-text__label-text,
  .textarea-text {
    font-size: 14px;
  }
  .textarea-text:focus ~ .textarea-text__label-text {
    font-size: 10px;
  }
  .textarea-text__label-text {
    font-size: 14px;
  }
  .form-desc {
    font-size: 12px;
  }
  .ballon.ballon_step {
    width: 280px;
  }
  .ballon.ballon_step .availability__button {
    display: none;
  }
  .ballon .availability__warning-title {
    font-size: 12px;
  }
  .ballon .availability__radio {
    display: none;
  }
  .ballon .availability__btn-descr {
    display: none !important;
  }
  .radio__text {
    font-size: 14px;
  }
  .radio__label:hover .radio__text {
    color: #0e0e0e;
  }
  .availability-tabs.availability-tabs_step {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-height: 100%;
    height: 100vh;
  }
  .availability-tabs.availability-tabs_step .availability-tabs__box_list-box {
    width: 100%;
    max-height: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .availability-tabs.availability-tabs_step .availability-tabs__box_map {
    margin: 0;
    width: 100%;
    max-height: 100%;
    height: 100vh;
  }
  .availability-tabs.availability-tabs_step .availability-tabs__box_map .ymaps-2-1-79-map + .ymaps-2-1-79-map {
    display: none;
  }
  .availability-tabs.availability-tabs_step .availability__title {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .availability-tabs.availability-tabs_step .availability__shop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
    position: relative;
  }
  .availability-tabs.availability-tabs_step .availability__shop-box {
    margin: 0;
  }
  .availability-tabs.availability-tabs_step .availability__time {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .availability-tabs.availability-tabs_step .availability__status-descr {
    margin-top: 12px;
    font-size: 12px;
  }
  .availability-tabs.availability-tabs_step .availability__li {
    padding: 16px 12px 16px 44px;
    background-position: 12px 47% !important;
    background-size: 20px 20px !important;
  }
  .availability-tabs.availability-tabs_step .availability__li_active {
    background-position: 12px 16px !important;
  }
  .availability-tabs.availability-tabs_step .availability__li_active .availability__status-descr {
    display: none;
  }
  .availability-tabs.availability-tabs_step .availability__li_active .availability__warning {
    margin-top: 16px;
    display: block;
  }
  .availability-tabs.availability-tabs_step .availability__li_active .availability__radio {
    margin-left: -32px;
    display: flex;
  }
  .availability-tabs.availability-tabs_step .availability__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .availability-tabs.availability-tabs_step .availability__btn-descr,
  .availability-tabs.availability-tabs_step .availability__button {
    display: none;
  }
  .availability-tabs.availability-tabs_step .availability__maps {
    position: static;
  }
  .availability-tabs.availability-tabs_step .availability__info {
    width: 100%;
    display: block;
  }
  .availability__warning-item img {
    width: 40px;
    height: 40px;
  }
  .availability__warning-item span {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }
  .availability__checkbox {
    margin-top: 20px;
  }
  .availability__checkbox .checkbox__text {
    font-size: 16px;
  }
  .availability__promocode {
    margin-top: 20px;
  }
  .availability__promocode .basket__promocode {
    height: 40px;
    line-height: 39px;
  }
  .availability__promocode .button__height-s {
    padding: 0 16px;
    height: 32px;
    font-size: 12px;
    border-radius: 8px;
  }
  .banner {
    display: none;
  }
  .basket-recommendation__ok {
    font-size: 16px;
    gap: 10px;
    bottom: 69px;
    transform: translateY(calc(100% + 69px));
    padding: 16px;
  }
  .basket-recommendation__ok_active {
    transform: translateY(0);
  }
  .basket h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 24px 0 20px;
  }
  .basket__sidebar {
    padding: 16px;
  }
  .basket__sidebar-sum-box {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .basket__sidebar-calc-detaile-box {
    gap: 4px 190px;
    flex-wrap: wrap;
  }
  .basket__popular .h2,
  .basket__popular h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .breadcrumps__wrapper {
    gap: 4px;
  }
  .breadcrumps a {
    gap: 4px;
    font-size: 12px;
  }
  .catalog-body__label._active .catalog-body__label-hide-bg {
    display: block;
  }
  .catalog-pagin__link {
    height: 42px;
  }
  .popular-slider .catalog-body__img-sl-wrapper {
    pointer-events: none;
  }
  .popular_bg-gray {
    padding: 60px 0 28px;
  }
  .select-box-js__current {
    display: flex;
    align-items: center;
    border: none;
    height: 24px;
    background: url(/ajax/auth/img/icon/sort.svg) 0 28% no-repeat;
    padding: 0 0 0 28px;
    min-width: 0;
  }
  .select-box-js__current:after {
    display: none;
  }
  .step {
    margin-bottom: 64px;
  }
  .step h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .step .availability-tabs.availability-tabs_step {
    display: block;
    max-height: none;
    height: auto;
  }
  .step .availability-tabs.availability-tabs_step._mob {
    display: block;
  }
  .step .availability-tabs__box {
    height: -moz-max-content;
    height: max-content;
  }
  .step .availability__button-box {
    border: none;
  }
  .step .tabs__container .availability__title {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .step .tabs__container .availability__status-btn {
    margin-top: 12px;
    display: block;
    font-size: 14px;
  }
  .step .tabs__container .availability__list {
    padding: 0;
  }
  .step .tabs__container .availability__li,
  .step .tabs__container .availability__li .availability__radio,
  .step .tabs__container .availability__li .availability__warning {
    display: none;
  }
  .step .tabs__container .availability__li .availability__status-descr {
    display: block;
  }
  .step .tabs__container .availability__li_active {
    display: flex;
  }
  .step .tabs__container .availability__maps {
    position: static;
  }
  .step .tabs__container .availability__address {
    font-weight: 600;
    font-size: 14px;
  }
  .step .basket__sidebar-title {
    font-size: 20px;
    line-height: 24px;
  }
  .step .basket__dl dd,
  .step .basket__sidebar-calc-cost,
  .step .basket__sidebar-calc-link {
    font-size: 14px;
  }
  .step .basket__sidebar-result {
    margin-bottom: 16px;
  }
  .step .basket__sidebar-result dt {
    font-size: 16px;
  }
  .step .basket__sidebar-result dd {
    font-size: 20px;
  }
  .step .basket__sidebar-buy {
    height: 40px;
    font-size: 14px;
  }
  .step__content {
    grid-template-columns: 100%;
  }
  .step__header {
    padding: 7px 22px;
  }
  .step__link {
    font-size: 14px;
  }
  .step__tabs .tabs__li {
    padding: 8px 14px;
    height: 36px;
  }
  .tooltip__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .catalog {
    margin-top: 0;
  }
  .button__height-s {
    font-size: 14px;
    height: 36px;
  }
  .availability-tabs.availability-tabs_step .availability-tabs__box_map,
  .availability-tabs.availability-tabs_step .availability-tabs__links {
    margin: auto;
    width: 100%;
  }
  .availability-tabs.availability-tabs_step .availability__shop-box {
    width: 100%;
  }
  .availability-tabs.availability-tabs_step .availability__time,
  .availability-tabs.availability-tabs_step .availability__time-work {
    font-size: 12px;
  }
  .availability-tabs.availability-tabs_step .availability__time-work {
    margin: 0;
  }
  .availability-tabs.availability-tabs_step .availability__time {
    position: static;
    transform: none;
  }
  .availability-tabs.availability-tabs_step .availability__li {
    padding: 12px 12px 12px 40px;
    background-position: 12px 12px !important;
  }
  .availability-tabs.availability-tabs_step .availability__li_active {
    background-position: 12px 12px !important;
  }
  .availability-tabs.availability-tabs_step .availability__address {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .basket-complect .basket__order {
    width: 100%;
    margin-left: 0;
  }
  .basket-complect .basket__insurance-link {
    margin-left: -106px;
    margin-top: 18px;
  }
  .basket-complect .basket__price {
    text-align: left;
  }
  .basket-recommendation {
    margin: 10px -12px 0;
    padding: 0 12px;
    overflow: hidden;
  }
  .basket-recommendation__slider {
    overflow: visible;
  }
  .basket-recommendation__slide {
    max-width: 292px;
  }
  .basket-recommendation__slide_all {
    max-width: 44px;
  }
  .basket-recommendation__slide_all span {
    display: none;
  }
  .basket-recommendation__img {
    width: 60px;
  }
  .basket-recommendation__name {
    font-size: 12px;
    margin-bottom: -4px;
  }
  .basket-recommendation__link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .basket {
    margin-bottom: 0px;
    overflow: hidden;
  }
  .basket h1 {
    margin-top: 16px;
  }
  .basket__control {
    padding-bottom: 32px;
    margin-bottom: 12px;
  }
  .basket__remove-all span {
    display: none;
  }
  .basket__item:not(:nth-last-child(1)) {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767.9px) and (max-width: 767.9px) {
  .basket__item:not(:nth-last-child(1)) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .basket__item_not-available .basket__desc-box {
    display: none;
  }
  .basket__name {
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 35px);
  }
  .basket__order {
    gap: 8px;
    grid-template-columns: 20px 80px 1fr;
    align-items: flex-start;
  }
  .basket__info {
    padding: 0;
    grid-template-columns: 1fr;
  }
  .basket__counter-text {
    width: 23px;
  }
  .basket__price {
    order: -1;
    width: auto;
  }
  .basket__price p {
    font-size: 16px;
    line-height: 20px;
  }
  .basket__box,
  .basket__control-bt {
    display: none;
  }
  .basket__box._clone {
    display: block;
  }
  .basket__desc-box {
    margin-left: -116px;
    margin-top: 10px;
  }
  .basket__price-box {
    justify-content: space-between;
  }
  .basket__insurance {
    margin-left: 0;
    flex-flow: column;
    align-items: flex-start;
  }
  .basket__insurance-text {
    font-size: 12px;
  }
  .basket__insurance-control {
    width: 100%;
    justify-content: space-between;
    margin-top: 12px;
  }
  .basket__control-open {
    display: block;
  }
  .basket__sidebar {
    margin-top: 22px;
  }
  .basket__dl {
    margin-top: 16px;
  }
  .basket__popular .h2,
  .basket__popular h2,
  .basket__sidebar-result {
    margin-bottom: 16px;
  }
  .basket .categories,
  .basket .popular-slider__content {
    margin-bottom: 0px;
  }
  .catalog-body__label ~ .catalog-body__label {
    display: none;
  }
  .catalog-body__label.catalog-body__label_big ~ .catalog-body__label {
    display: block;
  }
  .catalog-body__order {
    height: 30px;
    font-size: 11px;
    padding: 0 10px;
  }
  .catalog-body__basket-complect {
    height: 32px;
  }
  .catalog-body__basket {
    font-size: 0 !important;
    background-image: url(/ajax/auth/img/icon/basket.svg);
    min-width: 70px;
    height: 30px;
  }
  .catalog-body__basket_active {
    background-image: url(/ajax/auth/img/icon/basket-ok.svg);
    background-repeat: no-repeat;
    color: transparent;
  }
  .catalog-body__massage {
    font-size: 11px;
    height: 30px;
  }
  .catalog-body__term {
    font-size: 11px;
    width: 80px;
  }
  .catalog-pagin__nav {
    gap: 6px;
    margin-bottom: 12px;
  }
  .catalog-pagin__link {
    width: 32px;
    height: 32px;
  }
  .insurance-foot__title {
    margin-bottom: 16px;
  }
  .insurance-offers__li {
    width: 100%;
  }
  .popular-slider__wrapper {
    border: none;
  }
  .step h2 {
    margin-bottom: 16px;
  }
  .step .step__title span {
    display: block;
  }
  .step__content {
    margin-bottom: 42px;
  }
  .step__header {
    padding: 12px 20px;
  }
  .step__radio {
    padding-right: 60px;
    flex-wrap: wrap;
    gap: 0 20px;
  }
}
@media screen and (max-width: 479.9px) {
  .compare__control-wrapper {
    display: block;
  }
}
@media screen and (max-width: 390.9px) {
  .button__height-s {
    font-size: 11px;
    height: 30px;
  }
  .basket-recommendation__ok {
    bottom: 0;
    left: 10px;
    width: calc(100vw - 20px);
  }
  .popular_bg-gray {
    padding: 42px 0 0;
  }
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.sms-input {
  pointer-events: auto;
}

.modal__sign-in-sms-wrap *:not(.sms-input) {
  pointer-events: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.availability__list .tooltip {
  position: fixed !important;
  z-index: 9999 !important;
}

.order-err {
  margin: 120px auto;
}
@media screen and (max-width: 767.9px) {
  .order-err {
    margin: 47px 12px;
  }
}
.order-err-wrapper {
  max-width: 600px;
  padding: 24px;
  margin: auto;
  border-radius: 12px;
  border: 1px solid #eeeef0;
}
@media screen and (max-width: 767.9px) {
  .order-err-wrapper {
    padding: 16px;
  }
}
.order-err-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .order-err-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.order-err-text {
  margin-bottom: 24px;
}
@media screen and (max-width: 767.9px) {
  .order-err-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.order-err-box {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767.9px) {
  .order-err-box {
    gap: 4px;
  }
}
.order-err-btn {
  padding: 0 40px;
}
@media screen and (max-width: 767.9px) {
  .order-err-btn {
    padding: 0 20px;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
