.elementor-kit-7{--e-global-color-primary:#F5C202;--e-global-color-secondary:#3E87F6;--e-global-color-text:#E44A35;--e-global-color-accent:#61CE70;--e-global-color-a07b24e:#50B25A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:80px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:4px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:25px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;color:#FFFFFF;border-style:solid;border-color:var( --e-global-color-accent );border-radius:60px 60px 60px 60px;}.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-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 */.cover-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px; /* можешь убрать или изменить */
    margin: 0 auto;
}

.cover-image {
    width: 100%;
    cursor: pointer;
    display: block;
    transition: opacity 0.4s ease;
    object-fit: none;
}

/* когда картинка скрывается */
.cover-image.hide {
    opacity: 0;
    pointer-events: none;
}

/* блок изначально скрыт */
.hidden-block {
    display: none;
}

/* если хочешь плавное появление блока — добавь это вместо display:none
.hidden-block {
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    background: #f5f5f5;
    transition: opacity 0.4s ease;
}

.hidden-block.show {
    opacity: 1;
    visibility: visible;
}
*//* End custom CSS */