:root {
    --cookie-main-color: #7F56D6;
    --cookie-main-color-light: #b697fe;
    --cc-toggle-bg-button-off: #6b7479;
    --cc-button-background-color: #2D0F6A;
    --header-height: 75px;
    --mobile-header-height: 60px;
    --cc-bg: #fff;
    --cc-text: #2d4156;
    --cc-btn-primary-bg: #2d4156;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #1d2e38;
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #d8e0e6;
    --cc-toggle-bg-off: #919ea6;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #d5dee2;
    --cc-toggle-knob-bg: #fff;
    --cc-toggle-knob-icon-color: #ecf2fa;
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-bg-hover: #e9eff4;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e9edf2;
    --cc-overlay-bg: rgba(4, 6, 8, .85);
    --cc-webkit-scrollbar-bg: #cfd5db;
    --cc-webkit-scrollbar-bg-hover: #9199a0;
}
html {
    font-family: "Montserrat", sans-serif !important;
}
body {
    font-family: "Montserrat", sans-serif !important;
    color: #000!important;
}
.body-overflow {
    overflow: hidden !important;
    position: relative;
    height: 100%;
}

#menu-btn {
    display: none;
    width: 35px;
    height: 26px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 20px;
}

/* Footer CSS */
.container_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto auto 50px auto;
    max-width: 1300px;
}

ul.footer__links-list.footer_social_mobile {
    display: none;
}

.footer__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
}

.bold {
    font-weight: 700;
}

p.rights {
    margin: 0px 8px 8px 0px;
}

h5.bold.brights_spacer {
    background: transparent;
    color: transparent;
    opacity: 0;
}

footer h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 0;
}

footer .footer__links-list {
    display: flex;
    flex-direction: row;
}

img.social__icon {
    width: 31px;
    height: 31px;
    display: block;
}

.footer_social {
    margin: 0 0 0 0;
}

.footer_logo {
    min-height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 15px 0;
}

ul.footer__links-list {
    padding: 0;
    justify-content: center;
}

footer .footer__links-list li {
    margin: 8px;
    display: flex;
    align-content: center;
}

footer .footer__links-list li:nth-of-type(1) {
    margin-left: 0;
}

footer .footer__links-list li {
    margin: 8px;
    display: flex;
    align-content: center;
}

.footer__sm {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 28px -15px 0;
}

.footer__youtube {
    margin: 0 0 15px 0;
}

.footer_youtube__mobile {
    display: none;
}

.footer_youtube__mobile .footer__youtube img {
    width: 200px;
    height: auto;
    display: block;
    margin: 0;
}

.footer__youtube img {
    width: 150px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 23px 0 0;
}

@media screen and (max-width: 860px) {
    .footer_youtube__mobile {
        display: block;
        margin: 35px 0 0 0;
    }
}

ul li
{
    font-size: unset;
}

footer .footer__links-list li a {
    font-family: "Montserrat", sans-serif !important;
    text-decoration: none;
    color: #000;
    font-size: 12px!important;
    line-height: 23px!important;
    letter-spacing: 0.05em;
    display: flex;
    font-weight: 500;
}

footer .socials p {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.05em;
    font-weight: 500;
}

ul.footer__links-list a {
    color: black;
}

.footer_logo_position {
    margin: -80px 0 40px 0;
}

a.footer__logo img {
    width: 180px;
    height: auto;
    display: block;
    margin: 0 0 0 0;
}
/* Footer CSS */

/* Header CSS */
.banner_background {
    background: linear-gradient( 80deg, #3bd6dc 44%, #c09ef8 49%);
    height: 132px;
    position: relative;
}

.banner {
    background-image: url(../img/main_new_v2.png);
    background-size: cover;
    height: 140px;
    background-position: 23%;
    top: 0px;
    position: absolute;
    left: 55px;
    right: 0;
}

@media screen and (min-width: 745px) {
    .banner_background::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 25%;
    }

    .banner_background::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 25%;
    }
}
@media screen and (max-width: 745px) {
    .banner {
        background-position: center;
        background-image: url(../img/main_mobile_v2.png);
        top: -6px;
        height: 141px;
    }
    .banner_background {
        height: 127px;
    }
}

.width {
    max-width: 1300px;
    margin: auto;
}



.container_header {
    max-width: 1300px;
    margin: auto;
    position: relative;
}

.header__content {
    display: flex;
    justify-content: space-between;
}

.header__content .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__content ul {
    display: flex;
    height: 100%;
}

ol, ul {
    list-style: none;
}

.header__content ul>li>a {
    display: inline-block;
    padding: 42px 34px 17px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    font-family: "Montserrat", sans-serif !important;
    font-size: 18px;
}

.header__content ul>li>a:hover, .header__content ul>li>a:focus {
    font-weight: 600;
    color: #FF74C7!important;
}

li.link.active a {
    font-weight: 600;
    color: #FF74C7!important;
}

.header__content ul>li>a::before {
    display: block;
    content: attr(title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.header__content .header__logo img {
    width: 150px;
    height: auto;
}

.container_header #menu-btn {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    height: 100%;
    width: 100%;
}

#categories_menu li {
    padding: 10px 25px 10px 25px;
}

#categories_menu li a {
    color: #432E79;
    font-size: 16px;
}

.current-menu-item {
    border-radius: 30px;
    box-shadow: 0 0 0 2pt #FF74C7!important;
}

#categories_menu li.current-menu-item a {
    color: #FF74C7;
}

#categories_menu li:hover {
    border-radius: 30px;
    box-shadow: 0 0 0 2pt #FF74C7!important;
}

#categories_menu li:hover a {
    color: #FF74C7!important;
}

#categories_menu li:last-child {
    margin-right: 0;
    margin-bottom: 0px;
}

#menu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - var(--mobile-header-height));
    flex-direction: column;
    position: fixed;
    top: var(--mobile-header-height);
    width: 100%;
    background: #fff;
    z-index: 999;
    left: 0;
    overflow-y: scroll;
}
ul#menu {
    padding: 0;
}
/* Header CSS */

/* Posts CSS */
.entry-title, .entry-content {
    color: #333;
}
.entry-title {
    font-size: 18px;
}
.entry-content {
    font-size: 14px;
}
time.entry-date.published {
    font-size: 12px;
}
em.fa.fa-clock-o {
    font-size: 12px;
}
.misha_loadmore {
    position: relative;
    color: #432E79;
    background: none;
    font-size: 18px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.misha_loadmore:after {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 11px;
    width: 104px;
    border-bottom: 2px solid #432E79;
}

.misha_loadmore:hover {
    color: #FF74C7;
    background-color: transparent;
    border-color: transparent;
}

.misha_loadmore:hover:after {
    border-bottom: 2px solid #FF74C7;
}

span.byline {
    display: none;
}
.bottom-space {
    margin-bottom: 30px;
}
ul#menu-categories_menu li:nth-child(1) {
    padding-left: 65px;
    padding-right: 65px;
}
/* Posts CSS */

/* Responsive CSS */
@media screen and (max-width: 1320px) {
    .container_header, .container_footer, .footer__row {
        max-width: 1050px;
    }
    .header__content {
        padding: 0 7px;
    }
}

@media only screen and (max-width: 1300px) {
    .banner {
        left: 0;
    }
}

@media screen and (max-width: 1060px) {
    .container_header, .container_footer, .footer__row {
        max-width: 960px;
    }
}

@media screen and (max-width: 968px) {
    .container_header, .container_footer, .footer__row {
        max-width: 850px;
    }
    #menu {
        display: none;
    }
    .container_header #menu-btn {
        display: inline-block;
        width: 35px;
        height: 26px;
        padding: 5px 0;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        background: transparent;
        border: none;
    }
    .menu-btn__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        height: 100%;
        width: 100%;
    }
    .menu-btn__burger__top {
        top: -2px;
        width: 100%;
    }
    .menu-btn__burger__middle {
        width: 75%;
    }
    .menu-btn__burger__bottom {
        width: 50%;
        bottom: 0;
    }
    .menu-btn__burger__top, .menu-btn__burger__middle, .menu-btn__burger__bottom {
        height: 3px;
        display: block;
        background: #000;
        position: absolute;
        right: 0;
        -webkit-transform-origin: 0;
        -o-transform-origin: 0;
        transform-origin: 0;
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        -o-transition: -o-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear,-webkit-transform .2s linear,-o-transform .2s linear;
    }
    body {
        overflow-x: hidden;
        line-height: 1;
    }
    .header__content {
        min-height: var(--mobile-header-height);
        align-items: center;
    }
    .header__content .header__logo {
        margin-top: 0;
    }
    .header__content ul > li > a {
        width: 100%;
    }
    .header__content ul > li > a {
        text-align: center;
        font-weight: 400;
        font-size: 22px;
    }
    .header__content ul > li > a {
        display: inline-block;
        padding: 42px 34px 17px;
        font-weight: 400;
        color: #000;
        text-decoration: none;
        transition: 0.3s;
    }
    #menu-btn.close-menu .menu-btn__burger__top {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #menu-btn.close-menu .menu-btn__burger__middle {
        visibility: hidden;
    }
    #menu-btn.close-menu .menu-btn__burger__bottom {
        width: 100%;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .misha_loadmore:after {
        bottom: 4px;
    }
}

@media screen and (max-width: 860px) {
    .container_header, .container_footer, .footer__row {
        max-width: 590px;
    }
    footer .container_footer {
        flex-wrap: wrap;
    }
    footer .container_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .container_footer .col-third {
        text-align: center;
        margin-top: 10px;
    }
    .footer_logo_position {
        margin: 0 0 35px 0;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .footer__row {
        display: none;
    }
    h5.bold.brights_spacer {
        display: none;
    }
    ul.footer__links-list.footer_social_mobile {
        display: inherit;
        margin: 10px 0 0 0;
    }
}

    .load_more_wrp {
        float:none;
        width: auto;
        margin-top: 30px;
    }

@media screen and (max-width: 744px) {
    #categories_menu li {
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 600px) {
    .container_header, .container_footer, .footer__row {
        max-width: 450px;
    }
}

@media screen and (max-width: 560px) {
    #menu-btn {
        z-index: 9999;
    }
}

@media screen and (max-width: 480px) {
    .container_header, .container_footer, .footer__row {
        max-width: 350px;
    }
    footer .footer__links-list {
        flex-flow: row wrap;
        justify-content: center;
    }
}
/* Responsive CSS */