/* Фиксированный CTA «Получить расчёт» */
#allrecords .t701__btn {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  top: auto !important;
  left: auto !important;
  z-index: 9999 !important;
}
@media screen and (max-width: 980px) {
  #allrecords .t701__btn {
    right: 12px !important;
    bottom: 12px !important;
  }
}
/* Мобильное отображение фиксированного CTA */
@media screen and (max-width: 980px) {
  #allrecords .t701,
  #allrecords .t701__btn {
    display: block !important;
    visibility: visible !important;
  }
  #allrecords .t701__btn {
    position: fixed !important;
    right: 12px !important;
    bottom: 12px !important;
    top: auto !important;
    left: auto !important;
    z-index: 99999 !important;
  }
}
/* Фиксация CTA по ID блока */
@media screen and (max-width: 980px) {
  #rec3338269901 {
    position: fixed !important;
    right: 12px !important;
    bottom: 12px !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    z-index: 99999 !important;
  }
  #rec3338269901 .t-container {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* Оформление плавающего CTA */
#rec3338269901 .t701__btn {
  background: #204182 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 15px 24px !important;
  min-height: 52px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  box-shadow: 0 8px 22px rgba(32, 65, 130, 0.32) !important;
}
#rec3338269901 .t701__btn:hover {
  background: #173365 !important;
}
@media screen and (max-width: 980px) {
  #rec3338269901 .t701__btn {
    padding: 14px 20px !important;
    min-height: 50px !important;
    font-size: 16px !important;
  }
}

/* Приоритет над внутренним стилем блока T393 */
#rec3338269901 .t393_btn.t-btnflex.t-btnflex_type_button {
  background-color: #204182 !important;
  border-color: #204182 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  min-height: 52px !important;
  padding: 14px 24px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  box-shadow: 0 8px 22px rgba(32, 65, 130, 0.32) !important;
}
#rec3338269901 .t393_btn.t-btnflex.t-btnflex_type_button:hover {
  background-color: #173365 !important;
  border-color: #173365 !important;
}
