*{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    
}
a{
	text-decoration: none;
    color:#fff;
}
a:hover{
	color: #8784d5;
}
h1{
	text-decoration: none;
    font-size: 22px;
    color: rgba(255,255,255,1.0);
    display:none;
}
h2{
	text-decoration: none;
    font-size: 12px;
}
h3{
	text-decoration: none;
    font-size: 16px;
}
button {
	border: 1px solid  rgba(0,0,0,0.8);
    background-color:#8784d5;
    padding: 5px 25px;
    cursor:pointer;
    border-radius: 5px;
    font-size: 16px;
    color:#fff;
}
button:hover{
	color:#000;
}
.button {
	border: 1px solid  rgba(0,0,0,0.8);
    background-color:#8784d5;
    padding: 5px 25px;
    cursor:pointer;
    border-radius: 5px;
    font-size: 16px;
    color:#fff;
}
.button:hover{
	color:#000;
}
.clear{
	clear: both;
    margin-bottom:20px;
}
body {
    font-family: Proxima Nova, Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
    font: 14px;
    color:#fff;
    background: #95a1b9 url(../images/fon2.jpg) fixed;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border: 0px solid #000;
  
}

.wrapper{
    border: 0px solid #000;
    margin-right:1px;
    margin-left:1px;
    display: grid;
    grid-template-areas:"hed hed hed"
        				"header header header"
                        "poisk poisk poisk"
                        "content content content"
        				"rekl rekl rekl"
                        "footer footer footer";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 70px 70px 65px auto 92px 80px;
    min-width: 320px;
    max-width:1920px;
}
.hed{
    grid-area:hed;
    height:70px;
    width: 100%;
    line-height:60px;
    background:rgba(0,0,0,0.9);
    border-bottom: 1px rgba(0,0,0,0.8);
    /*position: fixed;*/
    z-index: 1000;
    box-shadow: 2px 0px 10px rgba(0,0,0,0.8);
}

.header{
    grid-area: header;
    position: relative;
    margin: 0px 20px 0 20px;
    height:70px;

}
.poisk{
    grid-area: poisk;
    height: 65px;
    position: relative;
    background: rgba(0,0,0,0.7);
    margin: 0px 20px 0 20px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #000;
    
}
.content{
    grid-area: content;
    position: relative;
    margin: 0px 20px 0px 20px;
    padding: 5px 20px 20px 20px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
	background: #141415;
    min-height: 100vh;
}
.rekl{
	grid-area: rekl;
    position: relative;
    margin: 0px 20px 0px 20px;
    background: #141415;
    height:94px;

}
.footer{
    grid-area: footer;
    position: relative;
    margin: 0px 20px 20px 20px;
    background: #141415;
    border-radius: 0 0 3px 3px;
    height:70px;
    border: 1px solid #000;
}
.copyright {
    font-size: 14px;
    color: #fff;
    height: 20px;
    margin: 25px 0 0 30px;
    border: 0px solid #fff;
}
.schet { 
    display:block;
	position: absolute;
    right: 50px;
    top:20px;   
    
}
.sape{
	position: absolute;
    top: 10px;
    left:120px;
    height:50px;
    width: 50%;
    border: 1px solid #141415;
    font-size: 10px;
    color:#141415;
}
.sape >a{
	color:#141415;
    font-size: 10px;
}
.logo{
    position: absolute;
    top:5px;
    left:15px;
    width: 120px;
    height: 75px;
    border: 0px solid #fff;
    font-size: 65px;
    cursor: pointer;
    color: #12171a;
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #ffffff;
  transition: all 1s;
}
.logo:hover{
    color: #8784d5;
}


.login {
	position: absolute;
    top:7px;
    right: 20px;
    cursor:pointer;
	width: 55px;
	height: 55px;
	line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 100%;
	background: linear-gradient(rgba(110,112,120,1.0), rgba(81,81,86,1.0)) rgba(110,112,120,1.0);
     box-shadow:
    0 1px rgba(111,111,111,.8) inset,
    0 0px 2px rgba(255,255,255,.5),
    0 0 1px 1px rgba(0,1,6,.5);
    
}
.login:hover:not(:active) {
    color: #000;
}
.login:active {
   bottom: 1px;
   background: linear-gradient(rgba(76,77,82,1.0), rgba(56,57,62,1.0)) rgba(76,77,82,1.0);
   box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
   color: #8784d5;
}

/*-------------Поиск----------------------------*/

.search{
 	position: absolute;
    right: 50px;
    top: 4px;   
}
.search-form {
    position: relative;
    width: 300px;
    height: 55px;
    line-height: 55px;
}
.search-text {
    height: 35px;
    width: 15px;
    padding: 0 15px 0 5px;
    outline: none;
    border: none;
    background: transparent;
    position: absolute;
    top: 12px;
    right: 5px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
    box-shadow: 1px 0 10px #fff;
   
}
.search-text:focus {
    width: 240px;
    z-index: 1;
    border-radius: 10px;
	padding: 0 40px 0 15px;
    background: #fff;
    color: #000;
    z-index: 1;
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.search-button {
    background: #8784d5;
    background: linear-gradient(45deg,  #cedce7 -10%,#8784d5 100%);
    -moz-background: linear-gradient(45deg,  #cedce7 -10%,#8784d5 100%);
    -webkit-background: linear-gradient(45deg,  #cedce7 -10%,#8784d5 100%);
    height: 55px;
    width: 55px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border-radius: 50%;
	z-index: 4;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(0,0,0,0.3) inset , 0 0 10px rgba(0,0,0,0.2);
    
}

.search-button::before {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.search-button::after{
    content: "";
    position: absolute;
    margin: auto;
    top: 22px;
    right: 0;
    bottom: 0;
    left: 22px;
    width: 12px;
    height: 4px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.search-text:focus ~ .search-button::after {
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.search-text:focus ~ .search-button::before {
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    border: none;
    background: white;
    border-radius: 0%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.search-text:focus ~ .search-button {
	box-shadow: 0 0 5px rgba(255,255,255,0.7);
}    
/*Меню---------------------------------*/

.header-menu {
  position: absolute;
  left: 280px;
  top: 10px;
  text-align: center; 
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}
.header-menu li {
  list-style: none;
    display: inline-block;
}
.header-menu li a {
  position: relative;
  display: block;
  padding: 0px 15px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.5s;
  overflow: hidden;
}
.header-menu li a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: -100%;
  width: 100%;
  height: 4px;
  background: #C4C0F5;
  transition: 0.5s;
}
.header-menu li a:hover {
  color: #000;
}
.header-menu  li a:hover::before {
  animation: animate .5s linear forwards; 
}

@keyframes animate {
  0% {
    top: calc(50% - 2px);
    left: -100%;
    height: 4px;
    z-index: 1;
  }
  50% {
    top: calc(50% - 2px);
    left: 0;
    height: 4px;
    z-index: 1;
  }
  100% {
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
  }
}

 .menu_button {
	position: absolute;
    top:7px;
    left:160px;
    cursor:pointer;
	width: 55px;
	height: 55px;
	line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 100%;
	background: linear-gradient(rgba(110,112,120,1.0), rgba(81,81,86,1.0)) rgba(110,112,120,1.0);
     box-shadow:
    0 1px rgba(111,111,111,.8) inset,
    0 0px 2px rgba(255,255,255,.5),
    0 0 1px 1px rgba(0,1,6,.5);
    
}
.menu_button:hover:not(:active) {
    color: /*#C4C0F5*/#000;
}
.menu_button:active {
   bottom: 1px;
   background: linear-gradient(rgba(76,77,82,1.0), rgba(56,57,62,1.0)) rgba(76,77,82,1.0);
   box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
   color: #8784d5;
}

.menu{
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    margin-right:15%;
    margin-left:15%;
    z-index: 10000;
    border:1px solid #000;
    border-radius: 5px;
}
.menu a{
    text-decoration: none;
}
.menu a:hover{
    border-color: transparent;
    background-color: #303030;
}

.menu-header{
    height: 60px;
    background: rgba(0,0,0,0.8);
    line-height: 60px;
    padding:0px 0 0 20px;
    font-size: 20px;
    position: relative;
    border-bottom:3px solid #8784d5;
}
.menu-close{
    display: block;
	width:30px;
    height:30px;
	position: absolute;
    top: 0px;
    right: 20px;
    border: 0;
    font-size: 2.2em;
    cursor:pointer;
}
.menu-close:hover {
	color: #000;
}
.menu-content{
	background:#141415;
    padding:20px;
}
.mblock{
    padding:5px 0 5px 0;
}
.menu-title{
    line-height: 50px;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0 20px;
}
.menu-title a{
    font-size: 20px;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom:5px;
    background-color:#8784d5;
    display: inline-block;
    border:1px solid #000;
}
.menu ul{
    list-style: none;
    display: block;
	margin:10px 0px;
    background: #1d1d1d;
}
.menu li{
    display: block;
    float: left;
    margin:5px;
}
.menu li a{
    display: block;
    float: left;
    padding: 0 20px;
    line-height: 40px;
    border: 1px solid #101;
}
.menu li a:hover{
	border: 1px solid #000;
}
.menu-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
    z-index: 9999;
}
.menu-overlay.active{
    display: block;
}
.menu.open{
    display: block;
}

/*--------------------------------------------------------*/
.hblock{
    
}

.block-link{
    font-size: 20px;
    height: 30px;
    position: relative;
    line-height: 30px;
    margin: 20px 2px 20px 2px;
    padding: 0 20px;
    border: 0px solid #aaa;
    color:#fff;
}
.container{
    float: right;
    width: 150px;
    height: 30px;
    cursor: pointer;
    transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
   
}
.front, .back{
    -webkit-transition: -webkit-transform 1.0s);
    transition: -webkit-transform 1.0s;
    -o-transition: transform 1.0s;
    transition: transform 1.0s;
    transition: transform 1.0s, -webkit-transform 1.0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.back{
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(45deg,  #cedce7 -50%,#8784d5 100%);
    background: -o-linear-gradient(45deg,  #cedce7 -50%,#8784d5 100%);
    background: linear-gradient(45deg,  #cedce7 -50%,#8784d5 100%);
}
.front:after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background:#8784d5;
	border-radius: 10px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.inner{
    -webkit-transform: translateY(0%) translateZ(60px) scale(0.94);
    transform: translateY(0%) translateZ(60px) scale(0.94);
    color:#fff;
    text-decoration: none;
}
.inner a{
    color:#fff;
    text-decoration: none;
    
}
.inner:active a{
    color:#000;
}
.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.container .front{
     -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;;
}
.container:hover .back{
     -webkit-transform: rotateY(0deg);
             transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.container:hover .front{
     -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*------Краткая новость---------------------------------------------------------*/
.short{
    width: 16.66666666%;
    float: left;
}
.shortstory{
   width: 12.5%;
   float: left;
   border: 0px solid #000;
   
}
.img-short{
  	overflow: hidden;
  	border: 1px solid #000;
  	margin:10px;
  	position:relative;
  	border-radius:5px;  
}

.img-short img{
	border-radius:5px;
    display: block;
    width: 100%;
    height: auto;
    min-width: 120px;
}

.cover{
    width: 100%;
  	height: auto;
  	background: rgba(0,0,0,0.8);
  	position: absolute;
  	-webkit-transition: all 0.8s ;
  	padding: 10px;
  	color: #fff;
  	overflow: hidden;
  	box-sizing: border-box;
    z-index: 100;
    font-family: VeryBerry Pro sans-serif;
}
.info{
    position: absolute;
    bottom: 50px;
    right: 0px;
    border: 25px solid transparent;	border-right: 25px solid rgba(0,0,0,0.8); border-bottom: 25px solid rgba(0,0,0,0.8);
    z-index:200;
    cursor:pointer;
}
.info span{
    color: rgb(71, 232, 71);
    position: absolute;
    right: -22px;
    bottom: -20px;
    font-size: 12px;
}
.info span:hover{
	
    color: #fff;
}
.intro{
	font-size: 12px;
    color: #fff;
    max-height:140px;
    font-family: Proxima Nova sans-serif;
}
.info .cover .intro{
  	height: 100%;
  	width: 100%;
  	position: relative;
  	overflow: hidden;
	font-family: Proxima Nova sans-serif;
}
.info:hover +.top{
  -webkit-transition: all 1.0s;
   top: 0px;
}
.top{
  top: -420px;
}

.title-short{
    z-index: 100;
    height:50px; 
    display:block;
    position:absolute;
    bottom:0;
    border-top: 1px solid #000;
    background:rgba(0,0,0,0.8);
    width:100%; 
       
}
.title-short h2{
    margin: 5px 10px;
    overflow:hidden;

}
.quality-short{
    z-index: 10;
	position:absolute;
    bottom:55px;
    left:5px;
    color:#fff;
    font-size:12px;
    background:rgba(0,0,0,0.6);
    padding: 3px 5px;
    border-radius:5px;
   
}
.year-short{
	z-index: 100;
	position:absolute;
    top:10px;
    left:5px;
    color:#fff;
    font-size:12px;
    background:rgba(0,0,0,0.6);
    padding: 3px 5px;
    border-radius:5px;
}
.edit_button{
	z-index: 120;
	position: absolute;
    bottom:0px;
    left:0px;
    color:#fff;
    font-size:12px;
    padding: 5px 7px;
}
.edit_button:hover{
    color:rgb(71, 232, 71);
}
.serial{
	z-index: 100;
	position:absolute;
    bottom:2px;
    right:5px;
    color: #ff0012;
    font-size:10px;
    font-weight:bold;
}
.style_prevu_kit {
    position: relative;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.style_prevu_kit:hover{
    box-shadow: 0px 0px 50px #333;
    z-index: 5;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.3);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.3);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.3);
    transition: all 200ms ease-in;
    transform: scale(1.3);
}

.speedbar{
	margin: 10px 20px;
    height:20px;
    font-size:12px;
}
.shortstory2{
    width:  16.6666666%;
    float: left;

}
/*----------------------Полная новость--------------------------------*/
.full-news {
    margin: 10px 20px 10px 20px;
    border: 0px solid #fff;
    position:relative;
    
}
.title-full{
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    border-bottom: 5px solid #8784d5;
    overflow:hidden;
    
}
.content-full{
    padding:10px 30px 10px 30px;
    min-height: 100px;
    border: 0px solid #fff;
}
.zakladki{
	margin: 0px 15px 0 0px;
    text-align:right;
}
.zakladki2{
	z-index: 10;
	position:absolute;
    top:10px;
    right:5px;
    color:#fff;
    font-size:12px;
    background:rgba(0,0,0,0.5);
    padding: 3px 7px;
    border-radius:5px;

}
.zakladki2:hover{
	color: rgb(71, 232, 71);
}
.shortstory-img{
	width: 200px;
    height: 300px;
    float:left;
    margin: 0 30px 20px 20px;
    border: 2px solid rgba(0,0,0,0.4);
    border-radius:5px;
    position:relative;
}
.opisan-full{
    min-height: 60px;
}
.kachestvo{
	margin:10px 0;
}
.seti-full{
    position:relative;
    margin:15px 5% 0 5%;
    border: 0px solid #fff;
    height:40px;
}
.seti1{
	position:absolute;
    right:1px;
}
.seti2{
	position:absolute;
    left:1px;
    top:7px;
}
.video-new{
	border: 0px solid #000;
    margin: 10px 30px 0 30px;
}
/*Полная новость 2*/
.shortstory-img2{
	width: 200px;
    height: 180px;
    float:left;
    margin: 0 30px 20px 20px;
    border: 2px solid rgba(0,0,0,0.4);
    border-radius:5px;
    position:relative;
}
.prilojenie{
    display: block;
	position:absolute;
    right:5px;
    top:65px;
    z-index: 1000;
}
.film-top{
	margin: 0 50px;
}
/*Плеер
----------------------------------------*/

.player-wrap{
    margin-left: 7%;
    margin-right: 7%;
    background: #000;
}
.player-holder{
    min-height:350px;
}
.player-holder object, .player-holder iframe, .player-holder embed, .player-holder video{
    width: 100% !important;
    height: 100%  !important;
}
.tab_box{
    display:none;  
    height: 100%;
}
.tabs_header{
    height: 40px;
    background-color: #202020;
}
.tabs_header span{
    text-align:center;
    color:#fff;
    font-size:16px;
    line-height:40px;
    padding: 0 10px;
    display: block;
    float: left;
    text-decoration:none;
}
.tabs_header span:hover{
    cursor:pointer;
    background-color: #303030;
}
.active_tab{
    background-color: #8784d5 !important;
}

/*-------------------------------------------------------*/
.slice {
    overflow:hidden; 
    position:relative; 
    transition:height 0.3s;
}
.slice-masked:before {
    content:'';
    position:absolute;
    z-index:1;
    bottom:0px;
    left:0;
    right:0;
    height:120px;
    background-image: linear-gradient(180deg,rgba(20, 20, 21,0.0) 0%,rgba(20, 20, 21,1.0) 100%);
}
.slice-btn {
    margin:20px 0 30px 0;
    border: 0px solid #fff;
    position:relative;
    height:35px;
    
}
.slice-btn span {
    display:inline-block;
    cursor:pointer; 
    text-decoration:none; 
    border: 1px solid  rgba(0,0,0,0.8);
    background-color:#8784d5;
    padding: 5px 30px;
    cursor:pointer;
    border-radius: 5px;
    font-size: 14px;
    color:#fff;
    position: absolute;
    right:20px;
}
.slice-btn span span{
	display: none;
}
.slice-btn span:hover{
	color:#000;
}
/*Рекламма
-----------------------------------------------*/

.banner{
	position: absolute;
    left: 5px;
    top: -10px;
    border: 1px solid #000;
    height: 92px;
    width:730px;
}
.banner2{
	position: absolute;
    right: 5px;
    top: -10px;
    border: 1px solid #000;
    height: 92px;
    width:730px;
}
/*--------------focus-form--------------*/
:focus::-webkit-input-placeholder {color: transparent;}
:focus::-moz-placeholder          {color: transparent;}
:focus:-moz-placeholder           {color: transparent;}
:focus:-ms-input-placeholder      {color: transparent;}

/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {
    line-height:40px; 
    text-align:left; 
    font-size:16px; 
    padding:10px 0 20px 20px;
}
.pagi-load {
    text-align:left;
}
.pagi-nav {
    white-space:nowrap; 
    overflow-y:hidden; 
    overflow-x:auto; 
    max-width:100%;
    background-color:#333;
    border:1px solid #111; 
    border-radius:5px; 
    display:inline-block;
    margin-top:30px;
}
.pagi-nav > span {display:inline-block;}

.pprev {
    border-right:1px solid #111;
}
.pnext a, .pprev a, .pprev > span, .pnext > span {
    display:block; 
    width:40px;
    text-align:center;
}
.navigation {text-align:center;}
.navigation a, .navigation span {
    display:inline-block; 
    padding:0px 20px; 
	color:#fff; 
    border-right:1px solid #111; 
    margin-right:-4px;
}
.navigation span, .pagi-nav a:hover {
    background-color:#8784d5; 
    color:#fff;
}
.navigation span.nav_ext {background-color:transparent; color:#ccc;}
.dle-comments-navigation .pagi-nav {margin-bottom:0; padding-bottom:20px;}




/* FULL STATIC
----------------------------------------------- */

.mejs-container {max-width:100% !important;}
.full-text {line-height:24px;}/*


/* КОМЕНТАРИИ
----------------------------------------------- */
.add-comm-btn {
    margin:0px 30px 30px 30px;
    border: 0px solid #000;
    z-index: 1000;
}
.add-comm-knopka{
	border: 1px solid #000;
    background-color:#8784d5;
    padding: 5px 30px;
    cursor:pointer;
    border-radius: 5px;

}
.add-comm-knopka:hover{
	color:#000;
}
.add-comm-form {
    margin-bottom:30px; 
    display:none; 
    padding:30px; 
}
.ac-inputs {
    width:49%;
    height:25px;
    padding-left:10px;
    margin-bottom: 10px;
    border-radius:5px;
    border: 2px solid #8784d5;
    
}
.ac-textarea {
    margin-bottom:15px;
	border-radius:5px;
    padding:10px;
    width:55%;
    height:100px;
    border: 2px solid #8784d5;
}
.ac-otvet {
    width:30%;
    height:25px;
    padding-left:10px;
	border-radius:5px;
    margin-bottom:15px;
    border: 2px solid #8784d5;
}
/*Коментарий ответ
---------------------------------------------*/
.last-comm-link {
    font-size:16px; 
    margin-bottom:10px;
}
.last-comm-link a {
    text-decoration:underline; 
    color:#fff;
}

.comm-item {
    border:1px solid #000;
    border-radius:5px;
    min-height: 110px;
    margin-bottom: 25px;
}
.comm-left {
    width:100px; 
    height:100px;  
    float:left; 
    border:0px solid #fff;
}
.comm-right {
    margin: 15px 20px;
    border:0px solid #fff;
}


.img-box {
    overflow:hidden; 
    position:relative; 
    background-color:#CCC; 
    margin:5px 20px 20px 5px ; 
    border-radius:5px;
}
.img-box img {
    width:100%; 
    min-height:100%;
}
.comm-three {
    margin:0px 35px 15px 0; 
    font-size:12px; 
    text-align:right;
}
.comm-three li {display:inline-block; margin-left:10px;}


/* LOGIN
----------------------------------------------- */
.login-box {
    background: #141415; 
    padding:20px; 
    display:block;
}

.lb-user {
    margin:-20px -20px 20px -20px; 
    padding:20px 20px 10px 20px; 
    background:#181819;  
	display:flex; 
    flex-flow:row wrap; 
    justify-content:center; 
    align-items:center;
}
.lb-ava {
    width:80px; 
    height:100px; 
    border-radius:50%; 
    margin-right:20px;
}
.lb-name div {
    font-size:18px; 
    font-weight:700;
}
.lb-name a {
    margin-top:10px;
}
.lb-menu { 
    list-style: none;
}
.lb-menu a {
    display:block; 
    line-height:30px; 
    padding:0 10px; 
    background:#181819;
}
.lb-menu a:hover, .lb-menu a:hover .fa {
    background-color:#8784d5; 
    color:#fff;
}
.login-box input[type="text"], .login-box input[type="password"]{
    display:block; 
    margin-bottom:10px; 
    width:100%;  
    border-radius:5px; 
    border: 2px solid #8784d5; 
    height: 25px; 
}
.login-box button{
	margin-bottom:10px; 
    margin-left: 40%;
}
.lb-check{
	margin-bottom:10px;
}
.lb-check input {
    display:none;
}
.lb-check input + label:before {
    width:14px; 
    height:14px; 
    margin-right:7px; 
    cursor:pointer; 
    position:relative; 
    top:3px;
	border-radius:3px; 
    border:1px solid #ccc; 
    content:""; 
    background-color:#f6f6f6; 
    display:inline-block;
}
.lb-check input:checked + label:before {
    background-color:#e5050b;
}
.lb-soc {
    margin:20px -20px -20px -20px; 
    padding:20px; 
    background-color:#444; 
    text-align:center;
}
.lb-soc a {
    display:inline-block; 
    margin:10px 3px 0 3px; 
    vertical-align:top;
}
.lb-soc img {
    display:block; 
    width:40px;
}

.scrollup{
	width:40px;
	height:40px;
    line-height:45px;
	position:fixed;
    z-index: 1000;
	bottom:50px;
	right:25px;
	display:none;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    color: #8784d5;
    text-align: center;
    font-size: 30px;
    border: 1px solid #8784d5;
}
.scrollup:hover{
    color: #000;
    border: 1px solid #000;
}
.sort{
	list-style: none;
	margin: -21px 0 0 140px;
}
.sort > li{
	display: inline-block;
    margin-left:10px;
    font-size:13px;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
} 
.cf:after {
  clear: both;
}

/* ADAPTIVE
-----------------------------------------------*/ 
/*@media screen and (max-width: 1600px){
   .content, .poisk, .footer{
    margin-right:5%;
    margin-left:5%;

}*/
@media screen and (max-width: 1250px){
	.shortstory, .shortstory2 {
    width: 16.66666666%;
    }
}
@media screen and (max-width: 1200px){
	.shortstory, .shortstory2 {
    width: 20%;
}
.video-new{

    margin: 10px 0px 0 0px; 
    }
}

@media screen and (max-width: 1024px){

.header{
    margin: 0px 15px;
}    
.shortstory , .shortstory2{
    width: 25%;
}
.short {
    width: 16.66666666%;
}
.banner{
    margin-left: 1px;
    } 
    .add-comm-btn {
    	margin:30px 30px 30px 30px;
    }  
}

@media screen and (max-width: 800px) {
.wrapper{ 
    margin:1px;
    grid-template-areas:  "hed"
        				  "header"
                          "poisk"
                          "content"
        				  "rekl"
                          "footer";
    grid-template-columns: 100%;
    grid-template-rows: 50px 80px 65px auto 10px 80px;
}

.search{
    right:20px;
} 
.search-text:focus {
    max-width: 200px;
} 
.rekl{
    height:10px;
    }
.banner, .banner2{
    display: none;
    }
.menu_button{
    position: absolute;
    top:7px;
    left:150px;
    }   
.menu {
    margin-right:10px;
    margin-left:10px;
    }  
.shortstory, .shortstory2, .short{
    width: 33.33333333%;
}
#sort{
    display: none;
    }
 .prilojenie {
   display: none; 
}
    
}

@media screen and (max-width: 600px){
.content{
    padding: 0;
    }
       .content, .poisk, .rekl, .footer{
    margin-right:5px;
    margin-left:5px;

}
.shortstory, .shortstory2, .short{
    width: 50%;
}
.shortstory-img{
    text-align:center;
    margin-left:5px;
    }

.player-wrap{
    margin-left:2px;
    margin-right:2px;
    }
.header-menu{
    display:none;
    }
.speedbar{
    display: none;
    }

.ac-inputs, .ac-textarea, .ac-otvet{
    width:100%;
    }
.seti-full{
    margin-left:2px;
    margin-right:2px;
    }
.seti2{
    display:none;
    }
    
}

@media screen and (max-width: 400px){
.shortstory, .shortstory2{
    width: 50%;
    
}
.content, .poisk, .rekl, .footer{
    margin-right:5px;
    margin-left:5px;

}
.short{
    width: 50%
    }    
.shortstory-img{
   width:100%;
   height: auto;
   }
.seti-full{
  	text-align:center;
    margin-right: 1px;
    } 
    
}
/*----------------------------------------------------------*/
.cssload-loader {
    position: absolute;
    left: 60px;
    top: 75px;
    width: 120px;
    height: 120px;    
}
.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
    -moz-border-radius: 50%;}
  .cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.5s linear infinite;
    -webkit-animation: cssload-rotate-one 1.5s linear infinite;
    border-bottom: 4px solid #5C5EDC;
}
  .cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.5s linear infinite;
    -webkit-animation: cssload-rotate-two 1.5s linear infinite;
    border-right: 4px solid rgba(76, 70, 101, 0.99);
}
.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.5s linear infinite;
    -webkit-animation: cssload-rotate-three 1.5s linear infinite;
    border-top: 4px solid rgb(141, 233, 138);
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}


@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}


@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
/*------------Модельное окно------------------------------------------------*/
.modalDialog {
	position: fixed;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(0,0,0,0.1);
	z-index: 9;
	display: none;
	pointer-events: none;
 
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
}

.modal-conteiner {
	width: 400px;
	/*position: relative;
	margin: 180px auto;*/
    position: absolute;
  	top: 20%;
  	left: 50%;
  	transform: translate(-50%, 0%);
    border-radius: 5px;
    border: 1px solid #000;
    
	
}
.hed-modal{
    height: 60px;
    border-bottom: 3px solid #8784d5;
    background: rgba(0,0,0,0.5);
    position: relative;
    margin-top: 0px
    
}
.hed-modal h2{
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
    line-height: 60px;
    
}
.modal-content{
    min-height: 150px;
    background: #141415;
    padding: 20px;
    
}
.close1 {
    color: #fff;
	position: absolute;
	right: 12px;
	top: 10px;
	text-decoration: none;
    font-size: 18px;
    z-index: 10;
}


/*---------------------------------------------------*/
 
.modal-input { 
    width: 170px;
    height: 20px;
    overflow: hidden;
    background: white;
    border: solid 1px #000;
    margin: 5px 0 10px 10px;
    border-radius: 5px;
    padding-left: 10px;
    cursor: pointer;
    z-index: 5;
}
.modal-textarea {
    height: 60px;
    width: 320px;
    overflow: hidden;
    background: white;
    border: solid 1px #DFE2E5;
    margin: 5px 0 10px 10px;
    border-radius: 5px;
    padding: 10px;
}
/*button {
    border: 2px #ccc solid;
    width: 120px;
    height: 25px;
    font: 12px Verdana;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #cc0000;
    padding-bottom: 2px;
    margin: 5px 0 15px 35px;
    cursor: pointer;
}*/




