.scheme_default header .sc_layouts_row_type_normal .sc_layouts_item a, header .scheme_default.sc_layouts_row_type_normal .sc_layouts_item a {
    color: #fff !important;
}

.scheme_default header .sc_layouts_row_type_normal .sc_layouts_item a:hover, header .scheme_default.sc_layouts_row_type_normal .sc_layouts_item a:hover span, .scheme_default header .sc_layouts_row_type_normal .sc_layouts_item a:hover .sc_layouts_item_icon, header .scheme_default.sc_layouts_row_type_normal .sc_layouts_item a:hover .sc_layouts_item_icon {
    color: #99c5aa !important;
}

.menu-item.menu-item-type-post_type.menu-item-object-page:not(.current-menu-item) span:hover {
    color: #99c5aa !important;
}

@media (max-width: 479px) {
    .page_content_wrap .content_wrap {
        width: inherit !important;
        max-width: 96%;
    }
    h1:where(.wp-block-heading).has-background, h2:where(.wp-block-heading).has-background, h3:where(.wp-block-heading).has-background, h4:where(.wp-block-heading).has-background, h5:where(.wp-block-heading).has-background, h6:where(.wp-block-heading).has-background {
        line-height: 1.4;
        padding: 1em;
        text-align: center;
        font-size: 26px;
    }
}
@media (max-width: 1262px) {
    article.post_type_page p, article.post_type_page ul, article.post_type_page ol, article.post_type_page blockquote {
        font-size: 18px !important;
    }
}
.wp-block-buttons .wp-block-button__link {
    font-size: 26px !important;
}
.blog_mode_post blockquote, .blog_mode_page blockquote {
    padding: 36px 24px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

blockquote .wp-block-heading {
    margin: 0;
}
.scheme_default blockquote:before {
    left: 3%;
    top: 0;
}
.wp-block-accordion-heading__toggle-title {
    padding: 12px 24px;
}

#main_title_homepage h1 {
    color: #fff;
    font-style: bold;
}
#main_title_homepage h1.sc_item_title_tag + .sc_item_descr {
    margin-top: 0;
}
#main_title_homepage h1.sc_item_title_tag + .sc_item_descr p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}