.elementor-kit-9{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#9CC3E7;--e-global-color-text:#000000;--e-global-color-accent:#00000080;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:200;--e-global-typography-primary-line-height:22px;--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;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;font-size:12px;font-weight:500;line-height:22px;color:var( --e-global-color-text );border-radius:30px 30px 30px 30px;padding:10px 10px 10px 10px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-primary );}.elementor-kit-9 h1{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-9 h2{color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:28px;font-weight:500;line-height:22px;}.elementor-kit-9 img{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-kit-9 img:hover{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-9{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-9 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-9 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-behavior: smooth;
}

.rm-burger{
  width: 30px;
  height: 22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  cursor:pointer;
  z-index:10000;
  -webkit-tap-highlight-color: transparent;
}

.rm-burger span{
  height:2px;
  width:100%;
  background:#000;
  border-radius:2px;
  transform-origin:center;
  transition: transform .28s ease, opacity .2s ease;
}

.rm-burger.is-active span{
  background:#fff; /* білий коли меню відкрите */
}

.rm-burger.is-active span:nth-child(1){
  transform: translateY(10px) rotate(45deg);
}
.rm-burger.is-active span:nth-child(2){
  opacity:0;
}
.rm-burger.is-active span:nth-child(3){
  transform: translateY(-10px) rotate(-45deg);
}

/* ===== Services block ===== */
.rm-services{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}

.rm-services__head{
  text-align:center;
  font-size:20px;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:26px;
}

.rm-services__list{
  border-top:1px solid rgba(0,0,0,.35);
}

/* ===== Accordion button (final clean) ===== */
.rm-acc{
  appearance:none;
  -webkit-appearance:none;

  width:100%;
  background:transparent;
  border:0;
  border-bottom:1px solid rgba(0,0,0,.35);
  border-radius:0 !important;

  padding:40px 0;
  margin:0;

  display:flex;
  align-items:center;
  justify-content:space-between;

  text-align:left;
  cursor:pointer;

  font:inherit;
  color:inherit;

  box-shadow:none;
  outline:none;

  -webkit-tap-highlight-color:transparent;
}

.rm-acc:hover{ opacity:.85; }

.rm-acc__title{
  font-size:22px;
  letter-spacing:.02em;
  text-transform:uppercase;
}

/* ===== Plus -> X icon (thin, not жирний) ===== */
.rm-acc__icon{
  width:18px;
  height:18px;
  position:relative;
  flex:0 0 18px;
}

.rm-acc__icon::before,
.rm-acc__icon::after{
  content:'';
  position:absolute;
  left:0;
  top:50%;
  width:18px;
  height:1px;
  background:rgba(0,0,0,.85);
  transform-origin:center;
  transition:transform .25s ease, opacity .2s ease;
}

.rm-acc__icon::before{ transform:translateY(-50%) rotate(0deg); }
.rm-acc__icon::after{ transform:translateY(-50%) rotate(90deg); }

.rm-acc[aria-expanded="true"] .rm-acc__icon::before{
  transform:translateY(-50%) rotate(45deg);
}
.rm-acc[aria-expanded="true"] .rm-acc__icon::after{
  transform:translateY(-50%) rotate(-45deg);
}

/* ===== Panel animation (smooth) ===== */
.rm-acc__panel{
  border-bottom:1px solid rgba(0,0,0,.35);
  overflow:hidden;
  max-height:0;
  opacity:0;
  transition:max-height .55s cubic-bezier(.19,1,.22,1), opacity .25s ease;
  will-change:max-height, opacity;
}

.rm-acc__panel.is-open{ opacity:1; }

.rm-acc__content{
  padding:0 0 26px 0;
  max-width:720px;
  font-size:14px;
  line-height:1.55;
}

.rm-acc__p{ margin:0 0 10px 0; }

.rm-acc__h{
  margin:18px 0 10px 0;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.9;
}

.rm-acc__sh{
  margin:14px 0 8px 0;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  opacity:.75;
}

.rm-acc__ul{
  margin:8px 0 14px 18px;
  padding:0;
}

.rm-acc__ul--compact{ margin-left:18px; }

.rm-acc__hr{
  border:0;
  height:1px;
  background:rgba(0,0,0,.12);
  margin:18px 0;
}

.rm-acc__note{
  margin-top:10px;
  opacity:.75;
  font-size:13px;
}

@media (max-width:768px){
  .rm-acc{ padding:18px 0; }
  .rm-acc__title{ font-size:18px; }
  .rm-acc__content{ max-width:100%; }
}

/* ===== HARD RESET Elementor button states ===== */
.rm-acc,
.rm-acc:hover,
.rm-acc:active,
.rm-acc:focus,
.rm-acc:focus-visible{
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  color: inherit !important;
}

/* Elementor sometimes adds ::before / ::after */
.rm-acc::before,
.rm-acc::after,
.rm-acc:hover::before,
.rm-acc:hover::after{
  content: none !important;
}

/* disable Elementor transition effects */
.rm-acc{
  transition: opacity .2s ease !important;
}

/* subtle hover ONLY (controlled by us) */
.rm-acc:hover{
  opacity: .85;
}

#contact-form {
  scroll-margin-top: 90px;
}

.rm-stat-label{
  min-height: 2.8em;   /* ≈ 2 рядки */
  line-height: 1.4;
  display: block;
}/* End custom CSS */