@font-face {
font-family: "montserrat-300"; 
src: url("/style/fonts/montserrat-v14-latin_cyrillic-300.woff") format("woff"); 
}

@font-face {
font-family: "montserrat-500"; 
src: url("/style/fonts/montserrat-v14-latin_cyrillic-500.woff") format("woff"); 
}

body {
	background: #151515;
	text-decoration: none;
	margin: 0px;
	line-height: 1.6;
	font-family: 'montserrat-500', sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.contain {
	color: #7972c1;
	#color: #2e2b4c;
	background: #281b34;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
}

a {
	color: #d5a5fe;
	text-decoration: none;
}

a:hover {
	color: #be73fd;
	cursor: pointer;
}

.head_wrap {
    background: linear-gradient(#513a6a, #332048);
    text-align: center;
    min-height: 80px;
    padding: 10px;
    margin: 0px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #372152;
}

.head_wrap img {
	max-width: 100%;
}

a.xaori_menu{
display: none;
}

.title_block {
    background: #3b2d4c;
    text-align: center;
    padding: 10px;
    color: #9d88b7;
    font-size: 17px;
    box-sizing: border-box;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 7%);
}

.tags_wrapper {
    background-color: #292031;
    padding: 9px 2px;
    margin: 3px 2px;
    text-align: center;
    box-sizing: border-box;
}

.tags_wrapper a {
    color: #76618f;
    text-decoration: none;
    width: 18%;
    display: inline-block;
    padding: 8px 5px;
    margin: 0 5px 5px 0;
    border: 2px solid #2f2538;
    transition: all ease .5s;
    box-sizing: border-box;
    border-radius: 6px;
}

.tags_wrapper a:hover {
	color: #9c29fd;
	border: 2px solid #9c29fd;
	cursor: pointer;
	transition: all ease 1s;
}

.video_wrapper {
	background: #281b34;
	max-width: 1400px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	min-height: 210px;
	padding: 5px 0 5px 0;
}

.video_thumb {
    background-color: #3b2d4c;
    max-width: 24%;
    flex: 0 0 24%;
    text-align: center;
    line-height: 0;
    padding: 0;
    min-height: 120px;
    margin: 5px;
    box-sizing: border-box;
    transition: all ease .3s;
    border-radius: 8px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 7%);
}

.video_thumb a {
	display: block;
	color: #b5a4c9;
	text-decoration: none;
}
.video_thumb a:hover{
background: #452a66;
border-radius: 8px;
}

.image {
	display: block;
	min-height: 120px;
	position: relative;
	padding: 0;
	margin: 0;
}

.image img {
	max-width: 100%;
	width: 100%;
	height: 180px;
	object-fit: cover;
	padding: 0;
	margin: 0;
	border-radius: 8px 8px 0 0;
}
.model-img img{
	max-width: 100%;
	width: 100%;
	height: 300px;
	object-fit: contain;
}
.anchor {
    height: 48px;
    line-height: 18px;
    font-size: 16px;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
}
.model-anchor{
	height: 45px;
	line-height: 33px;
}
.long {
     position: absolute;
    font-size: 14px;
    right: 5px;
    top: 5px;
    background: #18bd78;
    height: 23px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 23px;
    color: #221f2e;
    padding: 2px 8px;
    z-index: 2;
}
.long span{
	    float: left;
    font-size: 16px;
    line-height: 23px;
    padding: 0 5px 0 0;
}
.preview {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 9999;
}

.date {
    position: absolute;
    font-size: 14px;
    left: 5px;
    top: 5px;
    background: #7120eaf2;
    height: 23px;
    font-weight: 500;
    line-height: 23px;
    color: #221f2e;
    padding: 2px 8px;
    z-index: 2;
    border-radius: 5px;
}
.date span{
	    float: left;
    font-size: 16px;
    line-height: 23px;
    padding: 0 5px 0 0;
}
.menu_wrapper {
    background-color: #2e1f40;
    line-height: 0;
    padding: 0px 2px;
    text-align: center;
    box-sizing: border-box;
}

a.button_w {
    display: inline-block;
    text-align: center;
    margin: 0px;
    line-height: 16px;
    color: #7d59a9;
    padding: 15px 9px;
    width: 17%;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #2e1f40;
    white-space: nowrap;
    text-decoration: none;
    box-sizing: border-box;
}
a.button_w span{
#display: none;
}
.title_body {
    text-align: center;
    padding: 10px;
    color: #9984ad;
    font-size: 17px;
    border-bottom: 2px dashed #372b42;
}
.center{
	text-align: center !important;
}
.text_w {
	text-align: center;
	padding: 5px 10px;
	margin: 3px 0px;
	position: relative;
	color: #ffffff;
	box-sizing: border-box;
}

.navi_block {
	text-align: center;
	margin: 3px 0px;
	box-sizing: border-box;
}

.navi_block ul {
	list-style-type: none;
	padding: 12px 0px;
}

.navi_block li {
	display: inline-block;
	margin: 3px;
	line-height: 0;
	box-sizing: border-box;
}

.navi_block li > a {
    text-decoration: none;
    font-size: 16px;
    padding: 11px 16px;
    display: inline-block;
    font-weight: 500;
    line-height: 17px;
    color: #c8b8db;
    background: #51336a;
    border-bottom: 3px solid #46325e;
    background: linear-gradient(to top,#63428b 0,#3b2d4c 100%);
    background: -webkit-linear-gradient(top,#63428b 0,#3b2d4c 100%);
    background: -moz-linear-gradient(top,#63428b 0,#3b2d4c 100%);
    border-radius: 5px;
}

.navi_block li > a:hover {
background: #3b2d4c;
	cursor: pointer;
}

.this_page {
    padding: 11px 16px;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    line-height: 17px;
    color: #ffffff;
    border-bottom: 3px solid #46325e;
    background: linear-gradient(to top,#63428b 0,#3b2d4c 100%);
    background: -webkit-linear-gradient(top,#63428b 0,#3b2d4c 100%);
    background: -moz-linear-gradient(top,#63428b 0,#3b2d4c 100%);
    border-radius: 5px;
}

.text_b {
     color: #c1acd5;
    font-size: 16px;
    text-align: left;
    padding: 10px;
    position: relative;
    background-color: #281b34;
    box-sizing: border-box;
}
.text_b_ico{
    float: left;
    font-size: 28px;
    margin: -3px 5px 0 0;
}
a.this_menu {
	border: 1px solid #9c29fd;
	color: #9c29fd;
}
a.button_u{
    display: inline-block;
    text-align: center;
    margin: 4px;
    line-height: 16px;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 16px;
    color: #dfcbf1;
    background: #592a81;
    border-bottom: 3px solid #481478;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
}
@media (max-width: 1350px) {

	.video_thumb {
		max-width: 24%;
		flex: 0 0 24%;
	}
}

@media (max-width: 1160px) {

	.tags_wrapper a {
		width: 24%;
	}
}

@media (max-width: 1050px) {

	a.button_w {
		width: 18%;
	}
}

#sidebar.opened{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  margin-left: 0;
}
#overlay{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  -webkit-transform: translateX(0)
  background: transparent;
  visibility: hidden;
  background-color: transparent;
  -webkit-transition: visibility 300ms, background-color .3s ease;
  -moz-transition: visibility 300ms, background-color .3s ease;
  -ms-transition: visibility 300ms, background-color .3s ease;
  transition: visibility 300ms, background-color .3s ease;
}
#overlay.opened{
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
  -webkit-transition: visibility 0s, background-color .3s ease;
  -moz-transition: visibility 0s, background-color .3s ease;
  -ms-transition: visibility 0s, background-color .3s ease;
  transition: visibility 0s, background-color .3s ease;
}

.player video{
    width: 70%;
    #height: 350px;
    object-fit: cover;
    border-radius: 10px;
    margin: 10px;
}

@media (max-width: 890px) {

#sidebar {
background: #251b30;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    z-index: 1000;
    box-sizing: border-box;
    width: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: margin-left 0.1s ease-in-out;
     transition: .7s ease;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 3px;
}
.player video{
width: 99%;
border-radius: 1px;
margin: 1px;	
}

.menu_wrapper{
	background: #2e1f4000;
	padding: 10px 0;
}
a.button_w{
     display: block;
    border: none;
    padding: 15px 15px 15px 30px;
    font-weight: 500;
    width: auto;
    text-align: left;
}
a.button_w:hover{
background: #1e1428;
}
a.button_w span{
	display: block;
	font-size: 25px;
    float: left;
    margin: -6px 15px 0 0;
}
.head_wrap{
	text-align: left;
}
a.xaori_menu{
    display: block;
    float: right;
    margin: 10px;
    height: 40px;
    border-radius: 5px;
    padding: 3px 6px;
    box-shadow: inset 2px 2px 10px -1px rgb(0 0 0 / 53%);
}
a.xaori_menu span{
	font-size: 40px;
}
#sidebar{
margin-left:-300px;
}

	.tags_wrapper a {
		width: 33%;
	}

	.video_thumb {
		max-width: 47%;
		flex: 0 0 47%;
	}
}

@media (max-width: 640px) {

	.tags_wrapper a {
		width: 48%;
	}
a.button_u {
	padding: 6px 8px;
    font-weight: 300;
    font-size: 14px;
	}

}

@media (max-width: 450px) {

	.title_block {
		font-size: 16px;
	}

	.title_body {
		font-size: 16px;
	}

	.video_thumb {
		max-width: 98%;
		flex: 0 0 98%;
	}

	.tags_wrapper a {
		width: 100%;
		text-align: left;
		padding: 8px 10px;
	}
	
		.head_wrap img {
		width: 70%;
	}

	.navi_block li > a {
		font-size: 15px;
	}
	a.button_u {
	padding: 4px 6px;
    font-weight: 200;
    font-size: 12px;
	}
}

@media (max-width: 290px) {

	.video_thumb {
		min-height: 60px;
	}

	.image {
		min-height: 60px;
	}

	.title_block {
		font-size: 15px;
	}

	.title_body {
		font-size: 15px;
	}

	.head_wrap {
		min-height: 50px;
	}

	.text_w {
		padding: 5px;
	}
	a.button_u {
	padding: 2px 4px;
    font-weight: 100;
    font-size: 10px;
	}
}

.foot_wrap {
	color: #a478ca;
	text-align: center;
	background: #20152a;
	background: linear-gradient(to top,#20152a 0,#2c1b3a 100%);
	background: -webkit-linear-gradient(top,#20152a 0,#2c1b3a 100%);
	background: -moz-linear-gradient(top,#20152a 0,#2c1b3a 100%);
	padding: 5px;
	margin: 4px 0px 0px 0px;
	width: 100%;
	box-sizing: border-box;
}

.foot_wrap a {
	text-decoration: none;
	color: #b667f9;
}

.foot_wrap a:hover {
	cursor: pointer;
	color: #cd9ef5;
}

.a_wrapper {
	text-align: left;
	padding: 5px 10px;
	margin: 2px 0px;
	box-sizing: border-box;
}

.a_wrapper a {
	margin: 5px;
	white-space: nowrap;
	color: #f0e1fc;
	text-decoration: none;
}

.a_wrapper a:hover {
	color: #9c29fd;
	transition: all ease .5s;
}

.button_un{
     display: inline-block;
    text-align: center;
    margin: 4px;
    line-height: 16px;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 16px;
    color: #dfcbf1;
    background: #592a81;
    border-bottom: 3px solid #481478;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
}
.d3f3j5{
	    background: #23172e;
    border-radius: 5px;
    margin: 10px;
}

input[type=text] {
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #9932CC;
  border-radius: 4px;
  background-color: #FFF5EE; 
}
textarea {  
    width: 80%;  
    height: 150px;  
    padding: 12px 20px;  
    box-sizing: border-box;
    border: 2px solid #9932CC;  
    border-radius: 4px;  
    background-color: #FFF5EE;  
    #resize: none;  
} 
input[type="submit"] {
  padding: 10px;
  font-size: 20px;
  color: #c29ddb;
  border: 2px solid #9932CC;
  border-radius: 4px;
  background-color: #4f026a;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #75029e;
}
/*
input[type=checkbox] {
    width: 8mm;
    height: 8mm;
    border: 0.1mm solid #481478;
}

.checkselect {
	position: relative;
	display: inline-block;
	min-width: 200px;
	text-align: left;
}
.checkselect-control {
	position: relative;
	padding: 0 !important;
}		
.checkselect-control select {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-left: 5px;
	height: 30px;
}
.checkselect-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; 			
	cursor: pointer;
}
.checkselect-popup {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	max-height: 200px;
	position: absolute;
	top: 100%;
	left: 0px; 
	border: 1px solid #dadada;
	border-top: none;
	background: #fff;
	z-index: 9999;
	overflow: auto;
	user-select: none;
}	
.checkselect label {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 6px 4px 25px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.1;
	cursor: pointer;
}			
.checkselect-popup input {
	position: absolute;
	top: 5px; 
	left: 8px;
	margin: 0 !important;
	padding: 0;
}
.checkselect-popup label:hover {
	background: #03a2ff;
	color: #fff;
}
.checkselect-popup fieldset {
	display: block;
	margin:  0;
	padding: 0;
	border: none;
}
.checkselect-popup fieldset input {
	left: 15px;
}		
.checkselect-popup fieldset label {
	padding-left: 32px;
}		
.checkselect-popup legend {
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}
*/