@charset "UTF-8";
/* Основной контейнер формы */
.cusotm_cf_form_block {
  width: 100%;
}
.cusotm_cf_form_block .new_row_form {
  margin: 0 20px;
}

/* Контейнер для строк формы */
.row_form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

/* На десктопе - элементы в строку */
.row_form label {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  margin: 0;
}

/* На мобильных - элементы в столбик */
@media (max-width: 768px) {
  .row_form {
    flex-direction: column;
    gap: 15px;
  }
  .row_form label {
    flex: 1 1 100%;
    min-width: 100%;
  }
}
/* Стили для инпутов и элементов */
.row_form input[type=text],
.row_form input[type=email],
.row_form input[type=tel] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 5px;
}

.row_form input[type=text]:focus,
.row_form input[type=email]:focus,
.row_form input[type=tel]:focus {
  outline: none;
  border-color: var(--ast-global-color-0);
  box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);
}

/* Стили для чекбокса */
.row_form input[type=checkbox] {
  margin-right: 8px;
}

.row_form label:has(input[type=checkbox]) {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}

/* Стили для кнопки */
.wpcf7 input[type=submit] {
  background-color: var(--ast-global-color-0);
  color: white;
  padding: 12px 30px;
  height: 48px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
  margin-top: 30px;
}

.wpcf7 input[type=submit]:hover {
  background-color: var(--ast-global-color-1);
}

.form_contact_popup .wpcf7-form-control-wrap input[data-name=checkbox-468] {
  margin-top: 20px;
}
.form_contact_popup .wpcf7-form-control-wrap input[data-name=checkbox-468] .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-form-control-wrap[data-name=checkbox-468] {
  margin-top: 20px;
}
.wpcf7-form-control-wrap[data-name=checkbox-468] .wpcf7-list-item {
  margin-left: 0;
}

.uagb-block-83bbc2fb.uagb-modal-popup.active .uagb-modal-popup-close {
  opacity: 1;
  display: flex;
  align-items: center;
  position: absolute;
  text-align: center;
  cursor: pointer;
  fill: #fff;
  height: 20px;
  width: 20px;
  background: url("/wp-content/uploads/close_modal.svg");
  background-position: center;
  background-size: contain;
}

.pum-container .wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
}

.ast-archive-description {
  border-radius: 20px;
  margin-bottom: 20px !important;
}

.ast-row .type-post.status-publish .ast-article-inner {
  border-radius: 20px;
}
.ast-row .type-post.status-publish h2 {
  font-size: 18px;
  line-height: 1.2em;
}
@media (max-width: 1240px) {
  .entry-content > .wp-block-uagb-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.wp-block-uagb-post-grid article.uagb-post__inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block-uagb-post-grid article.uagb-post__inner-wrap .wp-block-button a {
  display: block;
  max-width: 180px;
  text-transform: none;
  text-align: center;
}

/*# sourceMappingURL=custom.css.map */
