/* Первый экран */
.main-content .inform > div + div {
  margin-top: 23px;
}
.main-content .productItem .productItem__arrow{
  z-index: 1;
  margin-left: auto;
  position: absolute;
  right: 24px;
  bottom: 20px;
  transition: ease all .5s;
}
.main-content .productItem.big .productItem__arrow{
  right: 35px;
  bottom: 38px;
}
.main-content .productItem:hover .productItem__arrow {
  transition: ease all .5s;
  transform: rotate(45deg);
}

/* Вывод карточек */
.stock-title-on-cart {
  display: none;
}

/* Условия */
.conditions__text {
  margin-bottom: 3.8rem;
}

/* Видео Youtube */
.ratio::before {
  padding-top: 0;
}

/* Галерея отзывов */
.owl-carousel .item {
  text-align: center;
}
.owl-carousel .item a {
  display: inline-block;
}

@media (max-width: 800px) {
  /* Первый экран */
  .main-content .inform > div + div {
    margin-top: 4px;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay--visible {
  display: flex;
}

.modal.cm-block {
  position: relative;
  display: none;
  max-width: 614px;
  width: 100%;
  height: fit-content;
  background: #fff;
  padding: 20px !important;
}

.modal--visible.cm-block {
  display: block;
  overflow: visible;
}

.modal__title {
  font-size: 19px;
}

.modal__sm-text {
  font-size: 12px;
  margin-bottom: 30px;
}

.modal .contact-from__form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 540px) {
  .modal .contact-from__form {
    justify-content: center;
  }
}

.modal .contact-from__form .wpcf7-form-control-wrap {
  width: 48%
}

.modal .contact-from__form .wpcf7-form-control-wrap input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #E2DFDC;
  background: #FFF;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 141.523%;
  padding: 12.5px 25px;
  height: 45px;
}

.modal .contact-from__form [type="submit"]:not(:disabled) {
  width: 48%;
  color: #FFF;
  text-align: center;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 5px;
  background: #D8353A;
  padding: 12.5px 25px;
  height: 45px;
  border: 0;
}

@media (max-width: 540px) {
  .modal .contact-from__form .wpcf7-form-control-wrap,
  .modal .contact-from__form [type="submit"]:not(:disabled) {
    width: 60%
  }
}

.modal .contact-from__form .wpcf7-spinner {
  order: 1;
}

.modal .contact-from__form .contact-form__warning {
  font-size: 14px;
  margin: 0 auto;
}

.modal .wpcf7 form .wpcf7-response-output {
  margin: 0;
  font-size: 15px;
}