.elementor-kit-13{--e-global-color-4635ff0:#FFD700;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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;color:#000000;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:#FFD700;color:#000000;border-radius:5px 5px 5px 5px;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:#000000;}.elementor-kit-13 h1{color:#FFFFFF;}.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: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 *//* Принудительные стили для градиентной шапки */
.custom-gradient-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    background-color: #667eea !important;
    padding: 40px 20px !important;
    border-radius: 12px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    margin: 30px 0 !important;
}

.custom-gradient-header h1 {
    color: white !important;
    font-size: 2.2em !important;
    font-weight: bold !important;
    margin: 0 0 20px 0 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.custom-gradient-header p {
    color: rgba(255,255,255,0.95) !important;
    font-size: 1.1em !important;
    margin: 0 0 30px 0 !important;
}

/* Контейнер для кнопок в шапке */
.custom-gradient-header > div {
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

/* Кнопки в шапке */
.custom-gradient-header a {
    display: inline-block !important;
    margin: 5px !important;
    padding: 12px 25px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

/* Первая кнопка (зеленая) */
.custom-gradient-header a:first-child {
    background: #28a745 !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(40,167,69,0.3) !important;
}

/* Вторая кнопка (прозрачная) */
.custom-gradient-header a:last-child {
    background: rgba(255,255,255,0.2) !important;
    color: white !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
}

/* Эффекты при наведении */
.custom-gradient-header a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
}

/* Зеленые кнопки в контенте */
.custom-content-btn {
    background: #28a745 !important;
    color: white !important;
    padding: 15px 30px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-weight: bold !important;
    font-size: 16px !important;
    box-shadow: 0 6px 20px rgba(40,167,69,0.3) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.custom-content-btn:hover {
    background: #218838 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(40,167,69,0.4) !important;
}

/* Блоки с тенью */
.custom-takeaways,
.custom-toc,
.custom-content-block,
.custom-faq {
    background: white !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    border-radius: 8px !important;
    padding: 25px !important;
    margin: 30px 0 !important;
}

/* Key Takeaways стиль */
.custom-takeaways {
    background: #f8f9fa !important;
    border-left: 4px solid #00c2ff !important;
}

.custom-takeaways h3 {
    color: #00c2ff !important;
    margin: 0 0 15px 0 !important;
    font-size: 1.3em !important;
    font-weight: bold !important;
}

/* Table of Contents стиль */
.custom-toc {
    border: 1px solid #e0e0e0 !important;
}

.custom-toc h3 {
    color: #00c2ff !important;
    border-bottom: 1px solid #00c2ff !important;
    padding: 0 0 5px 0 !important;
    margin: 0 0 15px 0 !important;
    font-size: 1.3em !important;
    font-weight: bold !important;
}

.custom-toc a {
    color: #00c2ff !important;
    text-decoration: none !important;
}

/* Заголовки контентных блоков */
.custom-content-block h2,
.custom-faq h2 {
    border-bottom: 2px solid #00c2ff !important;
    padding: 0 0 8px 0 !important;
    margin: 0 0 16px 0 !important;
    color: #333 !important;
    font-size: 1.5em !important;
    font-weight: bold !important;
}

/* FAQ стили */
.custom-faq h4 {
    color: #00c2ff !important;
    margin: 0 0 10px 0 !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
}



/* Скролл для таблиц*/
.custom-table-scroll {
    width: 100%;
    overflow-x: scroll;
}

.elementor-button.elementor-button-link {
    background: #28a745 !important;
    color: white !important;
    padding: 15px 30px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-weight: bold !important;
    font-size: 16px !important;
    box-shadow: 0 6px 20px rgba(40,167,69,0.3) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}


.elementor-button.elementor-button-link:hover {
    background: #218838 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(40,167,69,0.4) !important;
}/* End custom CSS */