/* T1272 header: stable desktop layout before/after Tilda JS */
@media screen and (min-width: 961px) {
  #rec2546461401 .t-menu-base__maincontainer {
    flex-wrap: nowrap !important;
  }
  #rec2546461401 .t-menu-base__maincontainer > .t-menu-base__logowrapper {
    flex: 0 0 auto !important;
    max-width: none !important;
  }
  #rec2546461401 .t-menu-base__leftwrapper {
    flex: 1 1 auto !important;
    justify-content: center;
    min-width: 0;
  }
  #rec2546461401 .t-menu-base__rightwrapper {
    flex: 0 0 auto !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  #rec2546461401 .t-menu-base__maincontainer {
    column-gap: 24px !important;
  }
}

/* T678 lead forms (#zayavka on every page): full-width button, one-line hint */
.t678 .t-section__descr {
  max-width: 760px;
}
.t678 .t-form__submit,
.t678 .t-submit {
  width: 100%;
}
.t678 .t-submit:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.t678 .t-checkbox__indicator {
  border-radius: 4px;
}
.t678 textarea.t-input {
  resize: vertical;
}

/* T3112 floating burger: mobile uses the fixed T1272 header burger instead */
@media screen and (max-width: 960px) {
  .t-rec[data-record-type="3112"] {
    display: none !important;
  }
}

/* Facts strip under hero (rec4163857201) */
#rec4163857201 {
  padding-top: 32px !important;
  padding-bottom: 8px !important;
}
.mm-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.mm-fact {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border: 1.5px solid #2f1afa;
  border-radius: 4px;
  color: #2f1afa;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .mm-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .mm-fact {
    justify-content: center;
    padding: 8px 10px;
    font-size: 14px;
    text-align: center;
    white-space: normal;
  }
}
