body{
  overflow-x: hidden;
}
.modal .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 400;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.modal {
  background: unset;
}
.modal .modal__body{
  z-index: 500!important;
  position: fixed;
}
.modal.active .bg{
  opacity: 1;
  visibility: visible;
}


a {
  cursor: pointer;
}

input.is-invalid {
  border: 1px solid #D92121!important;
  color: #D92121!important;
}
.dropdown__button.is-invalid {
  border: 1px solid #D92121!important;
  color: #D92121!important;
}

.invalid-text{
  margin-bottom: 10px;
  color:  #D92121;
  font-size: 14px;
  margin-left: 5px;
}

.back_modal_full{
  z-index: 99;
}

.swiper__header__nav .swiper-slide{
  width: max-content;
  margin-right: 20px;
}


.order__swiper .swiper-slide{
  margin-right: 20px;
}

.catalog__item .order__img-block{
  overflow: hidden;
}

.catalog__item .order__img-block .order__tag {
  top: unset!important;
  left: unset!important;
  font-size: 12px;
  height: 18px;
  background: #FDA010;
  padding: 5px 10px 2px;
  position: relative;
}


.catalog__item .order__img-block .order__tags{
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
}


.header__menu {
  width: 100%;
}

.supplements__label-img img{
  width: 100%;
  height: 100%;
}

.adress__pickup-radio{
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.cart__item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart__left .adress__body{
  width: 100%;
  height: fit-content;
}
.cart__left .adress__body .adress__form{
  height: fit-content;
}

.receiving_list{
  display: grid;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.receiving_list .btn{
  padding: 10px 15px;
  border: 1px solid #9A2B0B;
  background: white;
  color: black;
}

.receiving_list .btn.active{
  background: #9A2B0B;
  color: white;
}


.order__price-new{
  white-space: nowrap;
}


.header__cart-scores{
  white-space: nowrap;
  margin-left: 16px;
}

.switch__row.adress__body{
  height: unset;
  min-height: unset;
}

.profile__img{
  border-radius: 50%;
  overflow: hidden;
}
.profile__img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.modal-card .card__body.height .card__body-img {
  overflow: hidden;
}


.modal-card .card__body .card__body-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .modal-card .card__body .card__body-img img {
    object-fit: cover;
  }
}



.order__img img{
  border-radius: 20px;
}

.select_custom{
  width: 100%;
  height: 56px;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  line-height: 128%;
  color: #808183;
  border-radius: 12px;
  border: 1px solid #DCDDE0;
  padding: 16px 16px;
  text-align: start;
  text-decoration: none;
  z-index: 1;
  position: relative;
}




.header .header__menu .logo-swiper-slide{
  display: none;
}


.header.fixed .header__menu .logo-swiper-slide{
  display: block;
}

.field__input input:disabled {
  padding-top: 28px;
}


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


.mapIsLoading .loader{
  border: 6px solid #f3f3f3!important;
  border-top: 6px solid #9A2B0B!important;
  width: 35px!important;
  height: 35px!important;
}