.elementor-kit-6{--e-global-color-primary:#D94DDB;--e-global-color-secondary:#66A6FD;--e-global-color-accent:#A266FD;--e-global-color-text:#2303249E;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:85px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:52px;--e-global-typography-text-font-weight:700;--e-global-typography-text-text-transform:uppercase;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:34px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-e4b687b-font-family:"Open Sans";--e-global-typography-e4b687b-font-size:29px;--e-global-typography-e4b687b-font-weight:500;--e-global-typography-e4b687b-text-transform:uppercase;--e-global-typography-e4b687b-font-style:normal;--e-global-typography-e4b687b-text-decoration:none;}.elementor-kit-6 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 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-kit-6{--e-global-typography-primary-font-size:14px;--e-global-typography-secondary-font-size:53px;--e-global-typography-text-font-size:30px;--e-global-typography-accent-font-size:18px;--e-global-typography-e4b687b-font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:9px;--e-global-typography-secondary-font-size:35px;--e-global-typography-text-font-size:17px;--e-global-typography-accent-font-size:12px;--e-global-typography-e4b687b-font-size:10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*==================== Стилизация scrollbar ===================== */

*::-webkit-scrollbar {
    width: 6px;
    height: 6px; /* ширина scrollbar */
}

*::-webkit-scrollbar-track {
    background: #ffffff; /* цвет дорожки */
}

*::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-accent); /* цвет плашки */
    border-radius: 5px; /* закругления плашки */
}

body.no-scroll {
    overflow: hidden;
}
.float {
    max-width: 1630px;
    width: 85vw;
}

.elementor-widget-text-editor .elementor-widget-container {
    display: block;
}
.excerpt-more-link {
    cursor: pointer;
    transition: all 0.2s ease-out;
    color: var(--e-global-color-accent) !important;
}
.excerpt-more-popup {
    display: none;
    background: #000000CC !important;
    max-height: 100svh;
        overflow: hidden;
    overflow-y: auto;
    padding-bottom: 15svh;
}
.excerpt-more-full {
    min-width: 320px !important;
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 5px;
    background: rgba(255,255,255,0.68) !important;
    max-width: 60vw !important;
    width: 100%;
    padding: 31px 25px;
    margin-top: 15svh;
    position: relative
}

.excerpt-more-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.excerpt-more-close path {
    transition: all 0.2s ease-out;
}

@media (hover: hover) {
    
    .excerpt-more-link:hover {
    color: var(--e-global-color-primary) !important;
    }
    .excerpt-more-close:hover  {
        transform: scale(1.2);
    }
    .excerpt-more-close:hover  path {
        fill:  var(--e-global-color-primary);
    }
}/* End custom CSS */