.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}.elementor .e-div-block-base{min-width:30px;padding:10px;display:block;}.elementor .e-flexbox-base{padding:10px;display:flex;flex-direction:row;}.elementor .e-heading-base{margin:0px;}.elementor .e-heading-link-base{all:unset;cursor:pointer;}.elementor .e-image-link-base{width:fit-content;display:inherit;}.elementor .e-image-base{display:block;}.elementor .e-paragraph-base{margin:0px;}.elementor .e-paragraph-link-base{all:unset;cursor:pointer;}.elementor .e-svg-base{width:65px;height:65px;display:inline-block;}.elementor .e-button-base{text-align:center;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;border-radius:2px;border-width:0px;background-color:#375EFB;display:inline-block;}.elementor .e-youtube-base{overflow:hidden;aspect-ratio:16/9;}
/* Start custom CSS *//* Общий стиль формы */
.cff-form {
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Заголовки (например, “01”, “02”) */
.cff-form .cff-field-title {
  font-weight: 600;
  font-size: 18px;
  color: #266D77;
  text-align: center;
  margin-bottom: 10px;
}

/* Поля формы (ввод/слайдер/выпадашки) */
.cff-form input[type="text"],
.cff-form input[type="number"],
.cff-form select {
  background-color: #DFF7FA;
  border: 2px solid #67A3B4;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  color: #266D77;
}

/* Слайдеры */
.cff-form input[type="range"] {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  background: transparent;
}

/* Кнопка рассчитать */
.cff-form input[type="button"],
.cff-form button {
  background-color: #266D77;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s ease;
}

.cff-form input[type="button"]:hover,
.cff-form button:hover {
  background-color: #3d8998;
}

/* Центровка полей */
.cff-form .cff-field {
  text-align: center;
  margin-bottom: 30px;
}/* End custom CSS */