.elementor-kit-7747{--e-global-color-primary:#1B1B1B;--e-global-color-secondary:#54595F;--e-global-color-text:#202020;--e-global-color-accent:#11B271;--e-global-color-dcac46d:#F5F5F5;--e-global-color-c85a116:#1B2B2C;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;--e-global-typography-17d2cf4-font-family:"Manrope";--e-global-typography-17d2cf4-font-size:3.5em;--e-global-typography-17d2cf4-line-height:1em;--e-global-typography-17d2cf4-letter-spacing:-1.5px;--e-global-typography-ee34fd5-font-family:"Manrope";--e-global-typography-ee34fd5-font-size:26px;--e-global-typography-ee34fd5-line-height:1.2em;--e-global-typography-0b63190-font-family:"Manrope";--e-global-typography-0b63190-font-size:20px;--e-global-typography-0b63190-font-weight:600;--e-global-typography-0b63190-line-height:1.3em;--e-global-typography-8b926e9-font-family:"Poppins";--e-global-typography-8b926e9-font-size:20px;--e-global-typography-8b926e9-font-weight:400;--e-global-typography-98fd0ff-font-family:"Manrope";--e-global-typography-98fd0ff-font-size:2.66em;--e-global-typography-98fd0ff-font-weight:500;--e-global-typography-98fd0ff-letter-spacing:-1px;--e-global-typography-9635955-font-family:"Manrope";--e-global-typography-9635955-font-weight:600;--e-global-typography-d0f4b04-font-family:"Manrope";--e-global-typography-d0f4b04-font-size:18px;--e-global-typography-d0f4b04-font-weight:600;--e-global-typography-ae11ccf-font-size:1em;--e-global-typography-ae11ccf-font-weight:500;color:var( --e-global-color-primary );}.elementor-kit-7747 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7747 a{color:var( --e-global-color-accent );}.elementor-kit-7747 button,.elementor-kit-7747 input[type="button"],.elementor-kit-7747 input[type="submit"],.elementor-kit-7747 .elementor-button{font-family:"Manrope", Sans-serif;font-weight:normal;padding:20px 26px 19px 26px;}.elementor-kit-7747 label{font-family:"Manrope", Sans-serif;font-size:0.75em;text-transform:uppercase;letter-spacing:1.1px;}.elementor-kit-7747 input:not([type="button"]):not([type="submit"]),.elementor-kit-7747 textarea,.elementor-kit-7747 .elementor-field-textual{border-style:solid;border-color:#DADADA;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-7747{--e-global-typography-17d2cf4-font-size:2.8em;--e-global-typography-17d2cf4-letter-spacing:-1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7747{--e-global-typography-17d2cf4-font-size:2em;--e-global-typography-17d2cf4-letter-spacing:-1px;--e-global-typography-98fd0ff-font-size:1.55em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Фиксируем позицию якорей под фиксированный хедер */
.elementor-menu-anchor {
    position: relative;
    top: -40px;   /* на сколько пикселей поднять */
}

/* Глобальные “поведенческие” настройки кнопок, без убийства стилей */
.elementor-button {
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: background 0.2s ease,
                transform 0.15s ease,
                filter 0.2s ease;
}

/* Hover и active можно вообще убрать, либо оставить очень мягко */
.elementor-button:hover {
    transform: translateY(-2px);
}

.elementor-button:active {
    transform: translateY(-1px);
}


/* Белая CTA-кнопка "Contact us" */
.elementor-element.whitecta .elementor-button,
.whitecta .elementor-button {
    background: #ffffff !important;
    color: #199E6A !important;
    border: 1.5px solid #199E6A !important;
    padding:  12px 30px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    box-shadow: none !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

/* Стрелка */
.elementor-element.whitecta .elementor-button::after {
    content: "→";
    font-size: 16px;
    transition: transform 0.2s ease;
}

/* Hover */
.elementor-element.whitecta .elementor-button:hover {
    background: #199E6A !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.elementor-element.whitecta .elementor-button:hover::after {
    transform: translateX(4px);
}



/* === PREMIUM BUTTON — class: butty === */
.butty.elementor-widget-button .elementor-button {
    background: #199E6A;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border: none;
    box-shadow: 0 6px 16px rgba(25, 158, 106, 0.18);
    transition: 
        background 0.22s ease,
        transform 0.18s ease,
        box-shadow 0.22s ease;
}

/* Hover — мягкий подъём и затемнение */
.butty.elementor-widget-button .elementor-button:hover {
    background: #158A59; /* чуть темнее */
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(25, 158, 106, 0.26);
}

/* Active — лёгкое нажатие */
.butty.elementor-widget-button .elementor-button:active {
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(25, 158, 106, 0.22);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://devop.estaparket.eu/wp-content/uploads/2020/09/Manrope-Regular.woff2') format('woff2'),
		url('https://devop.estaparket.eu/wp-content/uploads/2020/09/Manrope-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://devop.estaparket.eu/wp-content/uploads/2020/09/Manrope-Medium.woff2') format('woff2'),
		url('https://devop.estaparket.eu/wp-content/uploads/2020/09/Manrope-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://devop.estaparket.eu/wp-content/uploads/2020/09/Manrope-SemiBold.woff2') format('woff2'),
		url('https://devop.estaparket.eu/wp-content/uploads/2020/09/Manrope-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://devop.estaparket.eu/wp-content/uploads/2020/09/Manrope-Bold.woff2') format('woff2'),
		url('https://devop.estaparket.eu/wp-content/uploads/2020/09/Manrope-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */