.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: 14px Roboto;
    padding: 7px 10px 7px 0px;
}
	
	.JRPP_image img {
  
    height: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
}
	
	.JRPP_wrap ul li {
    width: 98%;

}
	
	
}
@media (max-width: 992px){
    nav.menu {
        background: #444;
        position: relative;
        padding: 3px 0;
    }
	
	#footer ul.info {
    display: block;
    border-top: 0px solid;
    justify-content: center;
    padding: 10px 50px 0;
}
	
	
    nav.menu ul {
        display: none;
    }
	
	.views_post .views_row .title a {
    font-size: 18px;
    color: #3d3b3b;
    line-height: 26px;
    text-decoration: none;
    display: block;
    text-align: center;
    overflow: hidden;
    max-height: 49px;
}
	
	.views_post .views_row .title {
    padding: 8px 4px 14px;
}

    nav.menu.active ul {
        display: block;
        position: absolute;
        background: #444;
        left: 0;
        width: 100%; z-index:99999;
    }
    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: 23px;
        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;
    }

	.JRPP_wrap ul li {
    width: 99%;
    float: left;
    border: 1px solid #f00;
    border-radius: 0px;
    position: relative;
    margin: 0px 9px 10px 0px !important;
    padding: 0px 0px 0px 0px !important;
}
.JRPP_image img {
    display: block;
    width: 100% !important;
    height: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
}	
	
	

	
	
}







	
@media (max-width:600px){
    .views_post .views_row {
        width: 100%;
        margin-right: 0; text-align: center;
    }
	.container {
    margin: 0 auto;
    padding: 0 2px;
}
	.content {
    flex-wrap: wrap;
    padding: 4px;
}
	
	.side-menu, .side-menu * {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    background: 0 0;
    line-height: 1;
    display: none;
}
	
	
	
	
	.JRPP_image img {
    display: block;
    width: 100% !important;
    height: 280px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
}
	
	.JRPP_wrap ul li {
    width: 100%;
    float: left;
    border: 1px solid #f00;
    border-radius: 0px;
    position: relative;
    margin: 0px 0px 10px 0px !important;
    padding: 0px 0px 0px 0px !important;
}
	
	

	
	
.JRPP_wrap ul {
    overflow: hidden;
    width: 100%;
    display: contents;
    margin: 0px 0px 0px 0px !important;
}
	
	
	.content_full, article.front {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    padding: 6px;
}
	
	
	h1 {
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    font-family: arial;
}
	
	article p {
    margin-bottom: 20px;
    font-family: arial;
    font-size: 16px;
}
	#toc_container a {
    text-decoration: none;
    text-shadow: none;
    background: white;
    line-height: 23px;
    padding: 0px 0px 20px 20px;
    color: black;
    font-weight: 600;
    font-size: 17px;
    list-style: none;
    display: block;
    font-family: arial;
}
	article h2 {
    font: 20px arial!important;
    text-align: center!important;
}
	
	article h3 {
    font: 20px arial!important;
    text-align: center!important;
}
	
	body {
    background: #f4f4f452;
    font: 15px/20px arial;
    width: 100%;
}
	article li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    min-height: 25px;
    font-family: arial;
}

	

}
