

/* Start:/local/templates/generator/components/bitrix/form.result.new/calc-form/style.css?17664163273722*/
font.errortext {
  display: none;
}
input.hidden {
  display: none;
}
/* .form-row {
  max-width: 415px;
  width: 100%;
} */

.forms_column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

select#form_dropdown_SIMPLE_QUESTION_489,
select#form_dropdown_AMOUNT {
  border: 2px solid #b6b6b6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.34);
  box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 18px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  color: #b6b6b6;
  height: 60px;
}

input.btn--green.popup__popup-allform--btn,
button.btn--green.popup__popup-allform--btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  border: 2px solid transparent;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #fff;
  padding: 12px 28px;
  background: #8dc63f;
  border-radius: 4px;
  width: 100%;
  height: 60px;
}

.popup__copy {
  margin-top: 0px;
  font-size: 12px;
  color: #b6b6b6;
  cursor: pointer;
}
.popup__copy a {
  color: #b6b6b6;
  text-decoration: underline;
}
.popup__copy a:hover {
  color: #b6b6b6;
}

.form-row--consent {
  margin-top: 12px;
}
.form-row--consent span {
  cursor: pointer;
}

.consent-checkbox {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  cursor: pointer;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.forms_column__grid-2 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.forms_column__grid-2 .form-row {
  max-width: 100%;
}

.forms_column__grid-2 .form-row__button,
.forms_column__grid-2 .consent-group,
.forms_column__grid-2 .form-row__textarea {
  grid-column: span 2 / span 2;
  max-width: 100%;
}

.forms_column__grid-2 .popup__copy {
  max-width: 100%;
}

@media (max-width: 768px) {
  .forms_column__grid-2 {
    display: flex;
  }
}

/* Заказать звонок */

.forms_column__popup {
  max-width: 455px;
}

#popup-order-call {
  padding: 0px 0px 0px 0px;
  max-width: 1000px;
  width: 100%;
  min-height: 570px;
  height: auto;
  background-image: url(/local/templates/generator/assets/images/calc-order-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 10px;
  overflow: visible;
  font-family: Inter;
  font-size: 16px;
}

#popup-order-call .popup__content {
  position: relative;
  color: #231f20;
  padding: 80px;
  border-radius: 12px;
}

@media (max-width: 1039px) {
  #popup-order-call {
    padding: 0px 0px 0px 0px;
    width: 375px;
    min-height: 650px;
    max-height: 90vh;
    font-size: 12px;
    background-image: url(/local/templates/generator/assets/images/calc-order-bg-mobile.webp);
    border-radius: 7px;
  }
}

@media (max-width: 768px) {
  #popup-order-call input[type="text"],
  #popup-order-call .btn--green,
  #popup-order-call .popup__copy {
    max-width: 320px;
  }

  #popup-order-call .popup__content {
    padding: 30px;
  }
}
/* END Заказать звонок */

/* End */


/* Start:/local/templates/generator/components/bitrix/menu/header_menu/style.css?17200997321360*/
ul[class] {
    list-style: none;
    padding: 0;
}

.header__menu-links .menu-item-type-custom a:hover,
.header__menu-links .menu-item-type-custom a:active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.header__menu-links .menu-item a.disable {
    pointer-events: none;
    cursor: default;
    opacity: .5
}

.header__menu-links .menu-item a.active {
    color: #8dc63f;
    border-bottom: 1px solid #8dc63f
}

@media (max-width: 1256px) {
    .header__menu-links {
        column-gap: 15px;
    }
}

.header__menu-links .menu-item {
    width: 100%;
    text-align: left;
    padding: 5px 0;
}

.header__menu-links .menu-item-type-custom a {
    display: block;
    padding-bottom: 0;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-size: 16px;
}

li.menu-item.menu-item-type-custom.new {
    position: relative;
}

li.menu-item.menu-item-type-custom.new::before {
    content: 'NEW';
    position: absolute;
    left: -10px;
    top: -7px;
    color: red;
    font-size: 11px;
    font-weight: bold;
    transform: rotate(-18deg);
}

@media (max-width: 1024px) {
    li.menu-item.menu-item-type-custom.new::before {
        left: 0;
        top: 0px;
        transform: rotate(0deg);
        right: 0;
    }
}
/* End */


/* Start:/local/templates/generator/components/bitrix/menu/footer_menu/style.css?1766061909531*/
.footer__list .menu-item {
  margin-bottom: 16px;
  max-width: 220px;
}

.footer__list .menu-item a,
.footer__list .menu-item span {
  color: #b6b6b6;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1720));
  text-decoration: none;
  cursor: pointer;
}

.footer__list .menu-item a:active,
.footer__list .menu-item a:hover,
.footer__list .menu-item span:active,
.footer__list .menu-item span:hover {
  text-decoration: underline;
}

.footer__list .menu-item a .disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/* End */
/* /local/templates/generator/components/bitrix/form.result.new/calc-form/style.css?17664163273722 */
/* /local/templates/generator/components/bitrix/menu/header_menu/style.css?17200997321360 */
/* /local/templates/generator/components/bitrix/menu/footer_menu/style.css?1766061909531 */
