.elementor-kit-128{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;color:#000000;font-size:18px;}.elementor-kit-128 e-page-transition{background-color:#FFBC7D;}.elementor-kit-128 h3{font-family:"Roboto", Sans-serif;font-size:24px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.site-footer{padding-inline-end:0px;padding-inline-start:0px;}}/* Start custom CSS */.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #568203;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    opacity: 0; /* Начальное состояние прозрачности */
    z-index: 9999;
    transition: opacity 1s ease-in-out; /* Более длительный переход */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scroll-to-top .arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid white;
    margin-bottom: 5px;
}

#footer-call-now-button {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

#footer-call-now-button .elementor-button-icon {
    font-size: 20px; /* Icon size */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Circle width */
    height: 40px; /* Circle height */
    border-width: 3px; /* Border width */
    border-style: solid; /* Border style */
    border-color: #ffffff; /* White border color */
    border-radius: 50%; /* Makes the icon circular */
    margin-right: 10px; /* Space between icon and text */
    margin-top: 3px; /* Slightly lowers the icon */
}

#footer-call-now-button .elementor-button-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

/* Styling for #header-call-button */
#header-call-button {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

/* Hide button on mobile devices */
@media (max-width: 768px) {
    #header-call-button {
        display: none;
    }
}

#header-call-button .elementor-button-icon {
    font-size: 20px; /* Icon size */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Circle width */
    height: 40px; /* Circle height */
    border-width: 3px; /* Border width */
    border-style: solid; /* Border style */
    border-color: #ffffff; /* White border color */
    border-radius: 50%; /* Makes the icon circular */
    margin-right: 10px; /* Space between icon and text */
    margin-top: 3px; /* Slightly lowers the icon */
}

#header-call-button .elementor-button-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}/* End custom CSS */