

body > section > section{
width: 506px;}
.archive1{
padding-top: 110px;
}

body > header section p{
font-size: 14px!important;
padding-left: 135px;
text-align: justify;
}
body > section > section li a ,body > footer,body > section > section + aside li,.blog1 li a, .blog li a,body > section > section + aside li small,body > section > section + aside li strong,body.ineer > section > section ul{
font-size: 14px !important;
}

.blog1 li a{
padding: 10px 2px 40px 2px !important;
}
.aside_pc{
display: block;
font-size: 13px;
}
.hamburger{
display: none !important;
}
@media screen and (max-width: 1010px) {
.aside_mobille_btn{
display: block !important;
}
.b_svirle{
width: 100%;
}
body {
min-width: auto !important;}

/*-----MENU----*/
body > nav {
  display: flex;
}
body > nav ul {
  width: 100%;
  display: flex;
  flex-direction: row;
}
body > nav ul li {
float: none;
}
body > nav ul li a {
height: 37px;
font-size: 15px;
 width: 100%;
}
/*-----MENU----*/
/*-----SECTION----*/
.mobile-row{
width: auto !important;
background: #fff!important;
margin-right: 15px;
padding-right: 59px;
}
.mobile{
width: 100%!important;
float: none;
}
.aside_pc{
display: none;
}
/*-----SECTION----*/
}

@media screen and (max-width: 836px) {
body > nav ul li{
padding-right: 0;
}
}

@media screen and (max-width: 810px) {
body > nav ul li a{
 font-size: 15px;
  width: 100%;
  padding: 0 !important;
}
}
@media screen and (max-width: 780px) {

iframe {
  width: 100%;
}
}
@media screen and (max-width: 450px) {
.mobile-row{
margin-right: 0px;
padding-right:0px;
}
body > section > section{
padding: 0;
}
}
.mobile-row{
    position: relative;
    overflow-x: hidden;
}
.mobile-row { height: 100%;}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
position: absolute;

}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
  padding: 0;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}


.hamburger {
position: absolute;
top: 13px;
z-index: 999;
display: block;
width: 30px;
height: 32px;
margin-left: -48px;
background: transparent;
border: none;
border-radius: 5px;
background: #000000ba;
height: 160px;
}/*
.hamburger::before {
content: "";
position: absolute;
top: 4px;
left: 9px;
border: 16px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
border-color: #454545 transparent transparent #454545;
border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
transform: rotate(135deg);
border-bottom-right-radius: 50px;
width: 0;
background-image: url ("skins/templates/zakrevskiy/images/134220-play-next-icon.png");
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
/*
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
/*
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}*/
*/
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger_text{
writing-mode: vertical-rl;
margin-left: 10px;
font-size: 14px;
color: #fff;
}


body > section{
background: #fff;
}

.aside_right{
margin-left: 40px;
}

.bodyHidden-active{
overflow: hidden;
}
.nav_pc,.aside_pc{
display:block;}
.hamburger{
display:none;
}
@media screen and (max-width: 870px) {
.nav_pc,.aside_pc{
display:none;}
body > section > section {
width: 70%;
}
.hamburger{
display:block;
}
}



.nav_mobile{
	display: flex;
	justify-content: flex-end;
}
.menu-btn {
	width: 30px;
	height: 30px;
	position: relative;
	z-index:99999;
	overflow: hidden;
}
.menu-btn span {
	width: 30px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 21px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	transition: all 0.5s;
}
.menu-btn span:nth-of-type(2) {
	top: calc(50% - 5px);
}
.menu-btn span:nth-of-type(3) {
	top: calc(50% + 5px);
}

/* Меню, которое будет появляться */
.menu {
	
	width: 100%;
	height: 100%;
	/*padding: 15px;*/
  
	
}
.menu.active {
	transform: translateX(0);
        z-index: 9999;
	transition: transform 0.5s; 
        display: block;
}
.menu li {
	list-style-type: none;
}

/* Меняем гамбургер иконку, когда меню открыто */


.nav_mobile{
display:none;
}
@media screen and (max-width: 870px) {
.nav_mobile{
display:block;
background: #985453d9;
width: 100%;
height: 35px;
}
.menu-btn-Aside{
  background: #985453d9 !important;
  margin-top: 2px;
  width: 100%;
  height: 35px;
}

.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*padding: 15px;*/
        background: #874443;
	transform: translateX(-100%);
	transition: transform 0.5s; 

}
/*
body > nav ul li a {
  font-size: 20px  !important;
  width: 100%;
}*/
.zoomify{
width: 100% !important;
height: 100%;
margin: 0px !important;
padding: 0px;

}
}

.nav_mobile > ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.menu li {
  list-style-type: none;
  width: 100%;
  text-align: center;
}/*
body > nav ul li a {
 
}

.active_position {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
top: 20px;
right: 0;
}*/
@media screen and (max-width: 450px) {
.blog1 > ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.blog1 > ul >li {
width: 100% !important;
display: flex;
justify-content: center;
padding: 0;
margin: 0;
  margin-top: 0px;
margin-top: 8px;
}
.blog1 li a {
  padding: 10px 2px 0px 2px !important;
}
.blog1 li a{
padding:0;
border-right: none;
border-left: solid #fff 0px;
}
.archive1{
padding-top: 0px !important;
}
}
@media screen and (max-width: 660px) {
.iframe_mobile > iframe{
width: 100%;
}}
@media screen and (max-width: 550px) {
.iframe_mobile > iframe{
width: 100%;
 height: 100%;
}

.container .circle-poster[data-poster]{
width: 80px;
height: 80px;
}
.play-wrapper .circle-poster{
top: 5%!important;
left: 10px!important;
}
.aside_right{
  /*margin-left: 0px;*/
 display: none;
}
.flex_search{
  display: block !important;
}
body > header section div + a{
line-height: 107%;
}
body > header section p{
margin-left: 10px;
margin-right: 10px;
}
.d-none{
display:none;}
ul > li {
  margin-top: 7px;
margin-left: 5px;
}
.archive1 > ul >li {
margin-top: 0px !important;
margin-left: 0px !important;
}
}



/*Стили под планшеты и т.д*/
@media screen and (max-width: 990px) {
.mobile-row{
margin-right: 0;
padding-right: 0;
}
body > section > section{
padding: 0;
}
.archive1 {
  padding-top: 105px;
}
.yt-username {
  color: #fff !important;
}

}
@media screen and (max-width: 861px) {
.nav_mobile .first {
  background: #5f1f23;
}}

.content_menu{
  display:none;
}
.content_menu.active{
display:block;}


.menu-click{
  margin-top:3px;}

.nav_new {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  background: #c2a197;
}
.nav_new > ul > li {
  font-size: 14px;
  
  margin: 0 !important;
  list-style-type: none;
  width: 100%;
  text-align: center;
}
.nav_new > ul{
  background: linear-gradient(to bottom, #914D4C 0, #9E5958 21px, #8B4847 22px, #5F1F23 39px);
  margin-top: 3px !important;
}
.nav_new > ul > li > a {
  color: #fff;
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav_new > ul > li > a:hover{
  background: #a36864bd;
  color: #fbcc90;
}
@media screen and (max-width: 795px) {
  
.img_link{
display:none;
}
}