/*@media screen and (max-width: 575px){*/
/*    #cover-header {*/
/*        position: fixed;*/
/*        background: white;*/
/*        height: auto;*/
/*        z-index: 6;*/
/*    }*/
/*    .magcover {*/
/*       position: static;*/
/*    }*/
/*    .magheader {*/
/*        width: 100%;*/
/*        background: white;*/
/*        top: 28vw;*/
/*    }*/
/*    .logged-in #content-header {*/
/*        top: 20vw;*/
/*    }*/
/*    #content-header {*/
/*        position: absolute;*/
/*        z-index: 5;*/
/*        width: 100%;*/
/*        padding: 0 5% !important;*/
/*        top: 9vw;*/
/*        background: white;*/
/*        left: 0px;*/
/*    }*/
/*}*/
:root {
    --main-color:#000;
    --main-color-hover: #ec1b52;
}
.header__menu .menu-item:hover {
    text-decoration: underline;
}




/*.elementor-widget-Artjoker .cover-image img {*/
/*    object-fit: fill;*/
/*}*/

.breadcrumb_last {
    display: none;
}

.category-box h1 {
    color: var(--main-color-hover);
    font-size: 28px;
}

.category-box h1 > span.postfix{
    color: var(--main-color-hover);
    font-size: 28px;
    text-transform: none;
}


.jeg_block_heading_5 strong {
    color: var(--main-color-hover);
}

/*.elementor-153254*/
/*.elementor-element*/
/*.elementor-element-a1243c4*/
/*.elementor-heading-title {*/
/*    color: var(--main-color-hover);*/
/*}*/

.jeg_meta_author a {
    color: var(--main-color-hover);
}


.elementor-heading-title{
    color: var(--main-color-hover) !important;

}

.current-menu-item > a {
    color: var(--main-color-hover);
}

.hero-news__tag {
    color: var(--main-color-hover);
}
.post-item .image-part img {
    max-width: fit-content;
}

.pagination .current {
    color: #ffffff;
    background: var(--main-color-hover);
}
.wp-block-search button:hover,
input[type="submit"]:hover,
input.button:hover,
.post-title:hover,
.post-title a:hover,
.random-ttl a:hover,
.feat-title a:hover,
.post-readmore a:hover,
.item-related h5 a:hover,
.post-navigation a:hover h6,
.sidebar .latest-posts .latest-posts-text h4 a:hover,
.sidebar .widget_recent_entries ul li a:hover,
.sidebar #recentcomments li a:hover,
.header-social-links a:hover {
    color: var(--main-color-hover);
}

.header__menu .menu-item a:hover {
    color: var(--main-color-hover);
}

.header__menu .sub-menu .menu-item a {
    color: var(--main-color);
}

.header__menu .sub-menu .menu-item a:hover {
    color: var(--main-color-hover);
    opacity: 1;
}

.header__menu .sub-menu .menu-item a:active {
   text-decoration: none;
}

.header__menu .menu-item .sub-menu {
    background-color: #fff;
}

.post-navigation .mailpoet_submit {
    background-color: var(--main-color-hover);
}




.wp-block-search button, input[type='submit'], input.button {
    font-family: Times New Roman,sans-serif;
    background: var(--main-color-hover)!important;
    color: #ffffff!important;
}



.post-navigation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-navigation h6 {
    text-align: left;
}
.prev-post-title,
.next-post-title {
    display: flex;
    flex-direction: column;
    width: 300px;
}

@media (max-width: 390px) {

    .post-navigation {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width:768px) {

    .prev-post-title,
    .next-post-title {
        width: 200px;
    }

}

@media (max-width:640px) {
    .post-next,
    .post-prev,
    .prev-post-title,
    .next-post-title {
        width: 100%;
    }

}


@media (max-width:425px) {

    .prev-post-title,
    .next-post-title {
        padding: 0;
        width: 100%;
    }

}

@media (min-width: 1200px) {
    .post-content img{
        max-width: 70%;
    }
}

@media (max-width: 280px) {
    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 10px 0;
    }
    .container {
        padding: 0px ;

    }
}

.hero-news__img span {
    background-position: top;
}


/*.lang__container {*/
/*    display: contents;*/
/*}*/

@media screen and (min-width: 321px) and (max-width: 380px){
       .hero-news .cover-image {
          height: 600px;
      }
    .big__column {
        height: 350px;
    }

}

@media screen and (min-width: 381px) and (max-width: 425px){
    .hero-news .cover-image {
        height: 700px;
    }
    .big__column {
        height: 350px;
    }
}

@media screen and (min-width: 426px) and (max-width: 560px){
    .hero-news .cover-image {
        height: 900px;
    }
    .big__column {
        height: 400px;
    }
}

@media screen and (min-width: 561px) and (max-width: 624px){
    .hero-news .cover-image {
        width: 50%;
    }

    .big__column {
        width: 50%;
    }
}

@media screen and (min-width: 625px) and (max-width: 700px){
    .hero-news .cover-image {
        width: 40%;
    }

    .big__column {
        width: 60%;
    }
}

@media screen and (min-width: 701px) and (max-width: 819px){
    .hero-news .cover-image {
        width: 38%;
    }

    .big__column {
        width: 62%;
    }
}

@media screen and (min-width: 820px) and (max-width: 949px){
    .hero-news .cover-image {
        width: 32%;
    }

    .big__column {
        width: 68%;
    }
}

@media screen and (min-width: 950px) and (max-width: 1000px){
    .hero-news .cover-image {
        width: 30%;
    }

    .big__column {
        width: 70%;
    }
}

@media screen and (min-width: 1001px) and (max-width:1023px){
    .hero-news .cover-image {
        width: 25%;
    }

    .big__column {
        width: 75%;
    }
}

@media screen and (min-width: 1024px) and (max-width:1200px){
    .hero-news .cover-image {
        width: 25%;
    }

    .big__column {
        width: 45%;
    }
}

@media screen and (min-width: 1201px) and (max-width:1920px){
    .hero-news .cover-image {
        width: 22%;
    }

    .big__column {
        width: 48%;
    }
}


.container-cover {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.content-cover-img {
    width: 275px;
    height: 423px;
}

.content-cover-img img {
    height: 423px;
}

 a:hover {
    color: var(--main-color-hover);
}

a#scroll-to-top {
    background: url('../img/arrow-up.png') no-repeat center center;
    background-size: contain;
    border-radius: 5px;
}

.w-full {
    min-height: 25vh;
}

.top-menu-button {
    background-color: var(--main-color-hover);
}


.searchform-logo {
    padding-bottom: 50px;
}
.menu-osnovnoe-container a{
    color: #000000;
}
#nav-wrapper .current-menu-item > a:visited{
    color: #fff;
}

.sidebar-container-item h4 {
    margin-bottom: 10px;
}
.sidebar .widget {
    margin-bottom: 20px;
}
.sidebar .widget ul li h5 {
    margin: 0 0 10px 0;
}



.post-content blockquote p {
    font-size: 1.1em;
}
.entry-title {
    font-size: 44px;
}

@media (max-width: 1024px) {
    .sidebar-container {
        display: flex;
        flex-direction: column;
    }
    .sidebar-container-item {
        display: flex;
        flex-direction: column;
    }

    .sidebar .widget {
        display: flex;
        justify-content: center;
    }

    .sidebar .widget ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 2%;
    }

    .sidebar .widget ul li {
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .entry-title {
        font-size: 36px;
    }
    .entry-title {
        font-size: 24px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .post-entry ul.post-meta {
        margin-bottom: 10px;
    }
}

@media (max-width: 425px) {

    .sidebar .widget ul li {
        width: 100%;
    }
    .entry-title {
        font-size: 24px;

    }

}

.site-search-header-social-links {
    margin-top: 20px;
}
.site-search-header-social-links a:first-child {
    margin-left: 0;
}

#nav-wrapper {
    height: auto;
}


@media only screen and (max-width: 960px) {
    .header__wrapper > .header-social-links {
        display: none;
    }
}
