body .calculator .product__item-value {
  flex: 0 0 41%;
}

body .my-datepicker__wrap .datepicker__cal tbody td.is-otherMonth {
  color: var(--gray-500);
}

body .personal__filter .checkbox__custom {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0 6px 0 0;
}

body .personal__filter .select__content {
  min-width: auto;
  width: max-content;
  max-width: 350px;
}

body .personal__filter .select__content .checkbox__text {
  margin-right: 15px;
}
body .personal__filter .checkbox__text-wrap {
  align-items: flex-start;
}

body .personal__filter .select__content .checkbox__text-count {
  margin-right: 0;
  flex-shrink: 0;
}
.feedback__form-input.has-error .help-block{
display: none!important;
}
.slam-easyform .alert-success{
font-weight: bold;
margin-bottom: 20px;
}
@media (max-width: 1024px) {
  body .menu-catalog__col-title img,
  .menu-catalog__col-title svg {
    display: none;
  }

  /* body .header-top-search {
    position: fixed;
    top: auto;
    bottom: 0;
  } */

  .header .header-top-search {
    box-shadow: 0 -24px 12px rgba(var(--black-rgb), 0.05);
  }
}

@media (max-width: 425px) {
  body .product__item {
    font-size: 12px;
  }
  body .calculator .product__item-circle {
    width: 12px;
    height: 12px;
    margin-left: 6px;
  }
}


@media (max-width: 1024px) {
 body .header__phone-dropdown {
    top: 50px;
   right: -10px;
    display: none;
  }
}

.photo__slider-3 .gallery__image {
  margin: 0;
}


.product-card__info-value {
  font-weight: bold;
}