/* START General */
.site_wrap {
    width: 100%;
    max-width: 1200px;
}

.site_wrap #fixed_header {
    width: 100%;
    max-width: 1200px;
    height: auto;
}

.container {
    min-width: initial !important;
    width: 100% !important;
}
aside.q2w3-fixed-widget-container {
    overflow: hidden;
}
.widget_popular_news_sidebar_widget .nav-tabs {
    display: flex;
    flex-wrap: wrap;
}

.widget_popular_news_sidebar_widget li {
    flex: 1 0 auto;
    margin: 0 !important;
}

.widget_popular_news_sidebar_widget li a {
    text-align: center;
    margin: 0;
}

.main_text iframe {
    max-width: 100%;
}
#full_width_widget-3 .widget > .row > div{
    min-height:110px;
}
.subscribe_box {
    display: flex;
    justify-content: center;
    padding: 30px;
}

.comment-form textarea {
    width: 100%;
}
.content-ad,
.sidebar-ad{
    overflow: hidden;
    width: 100%;
    max-width: calc(100vw - 47px);
    clear:both;
}
.w555{max-width: 555px;width: 100%;margin:0 auto;}
.w555 .search input,
.w555 .search button{
	margin:0 0 10px 0;
}
.page404 .search input{
    
max-width: 474px;
    
width: 100%;
}
#hamburger {
    display: block;
    width: 40px;
    height: 36px;
    z-index: 2;
    position: relative;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0)
}

#hamburger span,#hamburger:after,#hamburger:before {
    background: #fff;
    content: '';
    display: block;
    width: 30px;
    height: 6px;
    position: absolute;
    left: 5px;
    -o-transition: none .5s ease .5s;
    transition: none .5s ease .5s;
    -webkit-transition: none .5s ease .5s;
    -moz-transition: none .5s ease .5s;
    -ms-transition: none .5s ease .5s;
    -webkit-transition-property: top,bottom,left,opacity,-webkit-transform;
    -o-transition-property: transform,top,bottom,left,opacity;
    transition-property: transform,top,bottom,left,opacity;
    transition-property: transform,top,bottom,left,opacity,-webkit-transform
}

#hamburger:before {
    top: 5px
}

#hamburger:after {
    bottom: 5px
}

#hamburger span {
    top: 50%;
    margin-top: -3px
}

.compact_menu .mmcall {
    width: 40px;
    height: 40px;
    padding: 3px 0
}

.compact_menu .mmname {
    top: 5px;
    left: 50px
}

.mm-counter,.mm-list>li>a,.mm-list>li>span,.mm-title {
    color: #fff!important
}

.mm-menu .mm-header .mm-close:after,.mm-menu .mm-header .mm-next:after,.mm-menu .mm-header .mm-prev:before,.mm-menu .mm-list>li>a.mm-subclose:before,.mm-menu .mm-list>li>a.mm-subopen:after {
    border-color: rgba(255,255,255,1)!important
}

html.mm-opening #hamburger:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 15px
}

html.mm-opening #hamburger:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    bottom: 15px
}

.mmname {
    position: absolute;
    top: 10px;
    left: 60px;
    color: #fff
}

.mmcall {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 7px 5px;
    float: left;
    position: relative
}
    .single_articel .main_text p img, .single_articel .main_text .wp-caption {
        max-width: 100% !important;
        width: auto !important;
    }
.subscribe_box .widget_wysija .wysija-paragraph .wysija-input {
    max-width: 260px;
    box-sizing: border-box;
    width: 100%;
}
@media (max-width:1200px){
    .single_articel .su-carousel{
        max-width: calc(100vw - 400px);
    }
}
@media (max-width:1150px){
    .lg_post_box .post_thumbnail_wrap{
    width:100%;
    height: auto;
}
        #text-2_clone,
        #text-3_clone,
        #text-4_clone{
      display:none;
    }
        #text-2,
        #text-3,
        #text-4{
        position:relative !important;
        top: initial !important;
    }
    .category_list_nine .lg_post_box{
    display: flex;
    flex-direction: column;
}
    .category_list_nine .lg_post_box .post_thumbnail_wrap{
    margin: 0 auto 10px auto;
    max-width: 360px;
    width: 100%;
}
    .category_list_nine .lg_post_box .post_title{
}
    .category_list_nine .lg_post_box .post_text{
    padding: 0;
}
}
@media (max-width:992px){
    .main_text #toc_container{
        width:100%;
        box-sizing: border-box;
    }
}
@media (max-width: 800px) {
    .cats-block {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        background: #f8f8f8;
        padding: 30px;
        box-shadow: 0px 0px 6px 0px #cecece;
    }

    .cats-item-big {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .cats-item-small {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .single_articel .su-carousel{
        max-width: calc(100vw - 47px);
    }
    #full_width_widget-3 .widget > .row > div{
    min-height:initial;
    margin:0 0 10px 0;
}
    #left_menu_call {
        display: block;
    }

    #menu-glavnoe-menyu {
        position: fixed;
        top: 0;
        background: black;
        display: flex;
        flex-direction: column;
        z-index: 9999;
        width: 80%;
        max-width: 300px;
        right: -100%;
        transition: 0.3s;
    }

    #menu-glavnoe-menyu .dropdown-menu {
        position: relative;
        width: 100%;
    }

    #menu-glavnoe-menyu .dropdown-menu li {
    }

    #menu-glavnoe-menyu .dropdown-menu a {
        background: white;
        line-height: 1;
        padding: 10px 0 10px 30px;
    }

    .mobile-menu-visible {
        right: 0 !important;
    }

    #menu-glavnoe-menyu:before {
        content: '';
        background: #000000;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 0;
        position: absolute;
        display: block;
        width: 100%;
    }

    .footer__copyright {
        text-align: left;
    }
}

/* END General */
/* START relpost plugin */
.relpost-thumb-container > br {
    display: none;
}

#related_posts_thumbnails {
    display: flex;
    flex-wrap: wrap;
}

#related_posts_thumbnails li {
    float: none;
    width: 25%;
    box-sizing: border-box;
}

#related_posts_thumbnails li a {
    width: 100% !important;
    height: initial !important;
}

#related_posts_thumbnails li img {
    width: 100%;
}

#related_posts_thumbnails li:hover {
    background: transparent !important;
}

#related_posts_thumbnails a {
    text-decoration: none;
}

/* END relpost plugin */
/* START AAAAA */
/* END AAAAA */
@media (max-width: 600px) {
    h1 {
    font-size: 27px;
    line-height: 30px;
}
    #related_posts_thumbnails li {
        width:50%;
    }



    .single_articel .main_text p img.alignleft, .single_articel .main_text p img.alignright {
        float: none;
        display: block;
        margin: 0 auto 15px auto;
    }
}
