.mobile_nav_btn {
    border: none;
    background: transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.mobile_nav_btn span {
    height: 3px;
    width: 30px;
    border-radius: 2px;
    background-color: #FFFFFF;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
}
.mobile_nav_btn span:before,
.mobile_nav_btn span:after,
.mobile_close:before,
.mobile_close:after {
    height: 3px;
    width: 30px;
    border-radius: 2px;
    background-color: #FFFFFF;
    position: absolute;
    content: "";
    transition: all .2s ease-in-out;
	left: 0;
}
.mobile_nav_btn span:before {
    top: -8px;
    visibility: visible;
}
.mobile_nav_btn span:after {
    top: 8px;
}
.mobile_nav_btn.active span{
    background: transparent;
}
.mobile_nav_btn.active span:before{
    transform: rotate(45deg) translate(4px, 4px);
    opacity: 1;
}
.mobile_nav_btn.active span:after {
    transform: rotate(-45deg) translate(7px, -7px);
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1230px;
  }
}

@media (max-width: 1230px){
    nav.menu ul li a {
        font: 16px Roboto;
        padding: 8px 14px;
    }
}
@media (max-width: 992px){
    nav.menu {
        position: relative;
        padding: 3px 0;
    }
    nav.menu ul {
        display: none;
    }

    nav.menu.active ul {
        display: block;
        position: absolute;
        background: #307d6c;
        left: 0;
        width: 100%;
        z-index: 9;
    }
    nav.menu ul li a {
        font: 16px Roboto;
        padding: 9px 11px;
        border-top: 1px solid #FFF;
    }
    .mobile_nav_btn {
    	display: inline-block;
    }
    nav.menu .container{
        text-align: center;
    }
    .content main {
        width: 100%;
        padding-right: 0;
    }
    aside {
        width: 100%;
        margin-top: 25px;
    }
    .content{
        flex-wrap: wrap;
        padding: 20px;
    }
    .ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
        height:30px !important;
        width: 30px !important;
        background-size: 23px 23px !important;
    }
    .share_article_social .title_block {
        font-size: 20px;
        margin-bottom: 10px;
    }
    h1 {
        font-size: 26px;
        line-height: 32px;
    }
    article h2 {
        font: 20px Roboto;
    }
    article h3,
    article h4 {
        font: 18px Roboto;
    }
    article h4 {
        font: 16px Roboto;
    }
    .views_post .views_row {
        width: 48.5%;
        margin-right: 3%;
    }
    .views_post .views_row:nth-child(3n) {
        margin-right: 3%;
    }
    .views_post .views_row:nth-child(2n) {
        margin-right: 0;
    }

}
@media (max-width:400px){
    .views_post .views_row {
        width: 100%;
        margin-right: 0;
    }
}
