

/* Start:/local/templates/common/components/altit/altit.feedback/form-jung-module/style.css?1771326817688*/
.form_box_callback .req:invalid {
    border: 1px solid red;
}
.form_box_callback .req:valid {
    border: 1px solid green;
}
.form-group.form_box_callback {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
label.af-text {
  margin-bottom: 5px;
}
.feedback_form {
  display: flex;
  flex-direction: column;
}
#button {
  max-width: 200px;
  min-height: 30px;
  background: aliceblue;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
#button:hover {
  background-color: #D8FCFF;
}
.ok_message {
  color: green;
  text-align: center;
  margin: 30px 0px 30px 0px;
}
.grecaptcha-badge {
  display: none;
}
/* End */


/* Start:/local/templates/common/template_styles.css?1771953514805*/
.intro-card__bottom:has(:only-child) {
  grid-template-columns: repeat(1, 1fr);
  max-width: 192px;
}

.header-contacts__off {
  display: inline-flex;
  align-items: center;
  height: 44px;
  gap: 5px;
  padding: 0 10px;
  color: var(--Blue-600-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  transition: 0.3s;
}

.header.is-white .header-contacts__off {
  color: var(--Blue-600-Main, white);
}

.header__top .header__left {
  width: 100%;
}

.header-contacts__tel {
  white-space: nowrap;
}

.header__top .header__right {
  width: auto;
}

.header-contacts__call {
  white-space: nowrap;
}

@media(max-width: 767px) {
  .header__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-contacts__off {
    color: var(--Blue-600-Main, #555) !important;
  }
}
/* End */
/* /local/templates/common/components/altit/altit.feedback/form-jung-module/style.css?1771326817688 */
/* /local/templates/common/template_styles.css?1771953514805 */
