.elementor-kit-9{--e-global-color-primary:#313131;--e-global-color-secondary:#E5E5E5;--e-global-color-text:#313131;--e-global-color-accent:#FC5000;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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;}}/* Start custom CSS *//* ========== Read More (fade без заливки) ========== */
.readmore{
  position: relative;
  isolation: isolate;
}

/* свернутый текст + плавное "исчезновение" низа */
.readmore .rm-text{
  position: relative;
  max-height: 150px;                 /* сколько видно */
  overflow: hidden;
  transition: max-height .35s ease;
  /* маска: верх 100% видимо, низ уходит в прозрачность */
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, rgba(0,0,0,0) 100%);
          mask-image: linear-gradient(to bottom, #000 70%, rgba(0,0,0,0) 100%);
}

/* раскрыто */
.readmore.is-open .rm-text{
  max-height: 2000px;
  -webkit-mask-image: none;
          mask-image: none;
}

/* "кнопка" как ссылка без фона */
.readmore .rm-btn{
  display: inline-block;
  margin-top: 12px;
  padding: 0;                         /* без подложки */
  background: none !important;
  border: 0 !important;
  color: #9aa0a6;                     /* чуть светлее основного текста */
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  line-height: 1.4;
}

/* наведение — темнее, как ссылка */
.readmore .rm-btn:hover{
  color: #b5bac3;
}

/* если Elementor навешивает свои стили кнопки */
.readmore .rm-btn.elementor-button{
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}/* End custom CSS */