html, body{
	height: 100%;
}
/*-------------------------------------------------------------------------------------*/
@font-face {font-family: 'OpenSans'; src: url('../fonts/OpenSans-Regular.ttf') format('truetype'); }
@font-face {font-family: 'NeoSans'; src: url('../fonts/OpenSans-Regular.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansBold'; src: url('../fonts/OpenSans-Bold.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansBoldItalic'; src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansItalic'; src: url('../fonts/OpenSans-Italic.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansLight'; src: url('../fonts/OpenSans-Light.ttf') format('truetype'); }
@font-face {font-family: 'NeoSansLight'; src: url('../fonts/OpenSans-Light.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansLightItalic'; src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansLightSemi'; src: url('../fonts/OpenSans-Semibold.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansLightSemiItalic'; src: url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype'); }
@font-face {font-family: 'Roboto'; src: url('../fonts/Roboto-Light.ttf') format('truetype'); }
@font-face {
	font-family: 'Obelix';
	src: url('../fonts/Obelix.eot');
    src: url('../fonts/Obelix.eot') format('embedded-opentype'),
         url('../fonts/Obelix.woff2') format('woff2'),
         url('../fonts/Obelix.woff') format('woff'),
         url('../fonts/Obelix.ttf') format('truetype'),
         url('../fonts/Obelix.svg#Obelix') format('svg');
}
/*-------------------------------------------------------------------------------------*/
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto';
	background: url('../img/back.jpg');
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
	text-align: center;
	overflow-x: hidden;
	position: relative;
}
.section {
	display: inline-block;
	width: 1000px;
	min-height: 100%;
	padding-bottom: 15px;

	box-sizing: border-box;
 
}
.header {
	width: 100%;
	text-align: left;
	
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 40px;
}
.header > .right {
	float: right;
	font-size: 16px;
	display: inline-block;
	padding-top: 5px;
}
.zagolovok {
 	position: relative;
 	width: 75%;
 	display: inline-block;
 	font-size: 42px;
}
.zagolovok > div {
	font-size: 20px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
/*-------------------------------------------------------------------------------------*/
/*.menu {
	width: 100%;
	height: 50px;
	background: #7e57c2;
	position: absolute;
	top: 100px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
	left: 0px;
	color: white;
	text-align: center;
	font-size: 0px;

	 -moz-transform: rotate(-1.5deg);
    -ms-transform: rotate(-1.5deg);
    -webkit-transform: rotate(-1.5deg);
    -o-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
}
.menu > div {
	display: inline-block;
	width: 150px;
	height: 50px;
	overflow: hidden;
	vertical-align: top;

}
.menu > div > div {
	width: 100%;
	height: 50px;
	display: inline-table;
	background: #7e57c2;
	border-bottom: 1px solid transparent;
	margin: 0px;
} 
.menu > div > div> a {

	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-size: 23px;
	border-right: 1px solid #A9A9A9;
}
.menu > div > div> a:hover{
	background: rgba(0,0,0,0.1);
}
.menu > div:last-child > div:first-child > a{
	border-right: 0px solid white;
}
.menu > .active{
	overflow-y: visible;
	height: auto;
}
.menu > .active > div:not(:first-child) {
	border-bottom: 1px solid #616161;
}
.menu > div > div:not(:first-child) > a{
	font-size: 18px;
}
/*-------------------------------------------------------------------------------------*/
.menu {
	width: 100%;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: black;
	text-align: center;
	font-size: 0px;
	z-index: 9999;
	margin-top: 5px; 
	margin-bottom: 5px;

	box-sizing: border-box;

}
.menu > div {
	display: inline-table;
	width: 1000px;
	text-align: right;
	border: 1px solid #CECEBC;
	background: white;

	-webkit-box-shadow:1px 2px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.1);
}
.menu > div > div{
	display: table-cell;
	width: 75%;
	vertical-align: middle;
}
.menu > div > div:first-child{
	width: 33%;
	background: url('../img/logo.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.menuContainer > div {
	display: inline-block;
	 
	height: 75px;
	overflow: hidden;
	vertical-align: top;
 
	
}
.menuContainer > div > div {
 
	height: 75px;
	display: inline-table;
	 
	border-bottom: 1px solid transparent;
	margin: 0px;

} 
.menuContainer > div > div> a {

	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	
	padding: 0px 10px;
	border-bottom: 5px solid transparent;
}
.menuContainer > div > div> a:hover{
	border-bottom: 5px solid rgb(255,149,9) !important;
}
.menuContainer > div > div> a.active{
	border-bottom: 5px solid black;	
}
.menuContainer > div:last-child > div:first-child > a{
	border-right: 0px solid white;
}
.menuContainer > .active{
	overflow-y: visible;
	height: auto;
}
.menuContainer > .active > div:not(:first-child) {
	border-bottom: 1px solid #616161;
}
.menuContainer > div > div:not(:first-child) > a{
	font-size: 18px;
}

.podMenu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9998;
	width: 100%;
	height: 60px;
	will-change: top, opacity;
	transition: 0.5s top ease, 0.3s opacity ease;
	text-align: left;
	box-sizing: border-box;
	margin-top: 5px; 
	margin-bottom: 5px;


}
.podMenu > div {
	display: inline-block;
	width: 1000px;
	text-align: right;
	border: 1px solid #CECEBC;
	background: white;
	box-sizing: border-box;

	-webkit-box-shadow:1px 2px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.1);
}
.podMenu  .menuContainer{
	width: auto;
}
.podMenu  .menuContainer > div > div > a {
	font-size: 17px;
}
.podMenu .menuContainer > div {
	height: 60px;
	display: block;
}
.podMenu .menuContainer > div > div{
	height:  60px;
}
.podm {
	display: none !important;
}
@media screen and (max-width: 1100px) {
	.menu > div, .podMenu > div {
		width: 90%;
	}
}

/*-------------------------------------------------------------------------------------*/
.page {
	text-align: left;
	margin-top: 100px;

	padding: 10px;

	font-family: 'Roboto';
	font-size: 16px;
	position: relative;
	min-height: 100%;

	background: white;
	border: 1px solid #CECEBC;

	-webkit-box-shadow:1px 2px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.1);

    padding-bottom: 0px;
}
.page > img {
	max-width: 60%;
	display: block;
    margin-left: auto;
    margin-right: auto
}
/*-------------------------------------------------------------------------------------*/
.footer {
 
	padding-top: 10px;
	padding-bottom: 10px;
	left: 0px;
	bottom: 0px;
 
	width: 100%;
	   
	color: black;
	background: white;
	font-size: 15px;

	background: white !important;
	border: 1px solid #CECEBC;

	margin-top: 10px;

	padding: 5px;
	box-sizing: border-box;

	width: 100%;

	-webkit-box-shadow:1px 2px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.1);
}
.footer > div {
	display: inline-table;
	width: 100%;

}
.footer > div > div {
	display: table-cell;
	width: 33%;
	
}
.footer > div > div:first-child{
	text-align: left;
}
.footer > div > div:nth-child(2){
	text-align: center;
}
.footer > div > div:nth-child(3){
	text-align: right;
}
/*-------------------------------------------------------------------------------------*/
.slider {
	position: fixed;
	width: 350px;
	transform: translateX(-400px);
	top: 0px;
	left: 0px;
	height: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,0,0,0.1)), #7e57c2;
	box-shadow: 0px 0px 23px rgba(50, 50, 50, 0.4);
	transition: transform 0.2s ease-out;
	z-index: 9999;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	font-family: 'OpenSansBold';
	overflow: auto;
	overflow-x: none;
	display: none;
	color: white;
	margin-bottom: 50px;
 
}
.slider-menu > a {
	border-bottom: 1px solid rgb(240, 240, 240);
	padding-left: 20px;
	padding-right: 20px;
	box-sizing:border-box;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	text-decoration: none;
	color: white;
	text-align: left;
}
.slider-menu > a:nth-child(even){
	background: rgba(255, 255, 255, 0.15);
}
.slider-menu > a:nth-child(odd){
	background: rgba(255, 255, 255, 0.05);
}
.slider-menu > a:first-child{
	border-top: 1px solid rgb(240, 240, 240);
}
.slider-menu > a:hover{
	cursor: pointer;
	background: rgba(255, 266, 255, 0.2);
}
.slider-wrapper{
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.25);
	z-index: 9998;
	opacity: 0;
	transition:opacity 0.2s ease-out;
}	 
.slider .zagolovok{
	font-size: 29px;
	width: 84%;
	margin-top: 30px;
	margin-bottom: 45px;
}
.slider .zagolovok > div {
	font-size: 17px;
}
.nav{
	cursor: pointer;
}
.nav:hover{
	color: gainsboro;
}
/*-------------------------------------------------------------------------------------*/
.mobile-menu{
	position: fixed;
	background: #7e57c2;
	top: 0px;
	height: 50px;
	display: table;
	width: 100%;
	color: white;
}
.mobile-menu > div {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 30px;
	text-align: left;
}
/*-------------------------------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
	.section   {
		width: 90%;
	}
	.footer {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 800px) {
	.footer > div  {
		display: block;
	}
	.footer > div > div {
		display: block;
		width: 100%;
		text-align: left !important;
		margin-bottom: 15px;
	}
	.section   {
		width: 95%;
	}
	.section{
		padding-top: 60px;
		 
	}
	.menu, .podMenu {
		display: none;
	}
	.mobile-menu{
		display: table !important;
	}
	.slider{
		display: block;
		visibility: hidden;

	}
	.header{
		display: none;
	}
	.page{
		margin-top: 0px;
		padding: 10px;
	}
}
@media screen and (max-width: 450px) {
	.section, .footer > div { 
		width: 100%;
	}
	.page {
		padding: 10px;
		text-align: justify;
	}
	.mobile-menu > div{
		padding-left: 15px;
	}
	.section{
		padding-top: 50px;
	}
	.footer{
		margin: 0px;
		border: 0px;
	}

}
@media screen and (max-width: 450px) {
	.mobile-menu span {
		font-size: 20px !important;
	}
}
@media screen and (max-width: 350px) {
	.slider {
		width: 100%;
	}
	.slider-menu > a {
		width: 100%;
	}
	.slider .zagolovok{
		width: 95%;
	}
	.zagolovok > div {
		width: 80%;
	}
}
/*-------------------------------------------------------------------------------------*/
.blog-single-post{
	
	
}
.blog-single-post-header{
	width: 100%;
	height: 50px;
 
	left:0px;
	background: #5e35b1 ;
	font-family: 'Roboto';
	color: white;
	display: table;
    
    padding: 0px 40px;
    margin-left: -40px;
	font-size: 25px;

	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
 

}
.blog-single-post-header > div {
	display: table-cell;
	vertical-align: middle;
}
.blog-single-image img {
	max-width: 65%;
	height: auto;
}
.blog-footer img {
	display: inline !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
}
.blog-single-post .aboutbtn {
	float: right;
}
@media screen and (max-width: 800px) {
	.blog-single-post-header{
		padding: 0px;
		margin-left:0px;
		box-sizing: border-box;
		padding: 0px 10px;
	}
	.blog-single-image img {
		max-width: 80%;
	}
}
@media screen and (max-width: 450px) {
	.blog-single-post-header {
		box-shadow: none;
		 
	}
}
.blog-single-content{
	margin: 20px 0px;
}
.blog-multi-post{
	margin-bottom: 15px;
}
.blog-footer{
	display: table;
	width: 100%;
}
.blog-footer > div{
	display: table-cell;
	width: 75%;
	text-align: left;
	vertical-align: bottom;
}
.blog-footer > div:last-child{
	width: 25%;
	text-align: right;
}
/*-------------------------------------------------------------------------------------*/
.button {
	display: inline-block; 
	width: 120px;
	height: 45px;
	border-radius: 2px;
	background: #fb8c00;
	position: relative;
	color: white;
	font-family: 'OpenSans';
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
    background: #9575cd;

    width: auto !important;
}
.button > div:first-child {
	height: 90%;
	width: 100%;
	display: table;
	transition: height 0.05s ease-out;
}
.button > div > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	padding: 0px 10px;
}
.button > div:last-child {
	height: 10%;
	width: 100%;
	background: rgba(0,0,0,0.28);
	transition: height 0.05s ease-out;
}

.button:hover > div:first-child {
	height: 95%;
}
.button:active > div:first-child {
	background: rgba(0,0,0,0.28);
}
.button:hover > div:last-child{
	height: 5%;
}
.button:active > div:last-child{
	height: 5%;
	background: rgba(0,0,0,0.4);
}
a.button{
	color: white !important;
}
/*-------------------------------------------------------------------------------------*/
.header-page{
	left: 0px;
	width: 100%;
	height: 50px;
	background: #5e35b1 ;
	font-family: 'OpenSansBold';
	color: white;
	display: table;
	box-sizing: border-box;
	font-size: 25px;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
	text-align: left;
}
.header-page > div {
	display: table-cell;
	vertical-align: middle;
}
 
@media screen and (max-width: 450px) {
	.blog-single-post-header {
		box-shadow: none;
		 
	}
}
/*-------------------------------------------------------------------------------------*/
.gallery-single {
	cursor: pointer;
	width: 200px;
	display: inline-block;
	margin: 10px 3px;
	vertical-align: top;
	box-shadow: inset rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    padding: 10px;
    text-align: center;
}
.gallery-single span {
	display: inline-block;
}
.gallery-single .button {
	font-size: 15px;
    height: 30px;
    width: 150px;
    margin-top: 5px;
}
.gallery-single-preview-item{
	width: 200px;
	height: 200px;

	display: inline-block;
	position: relative;
	box-shadow: inset rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;

}
.gallery-single:hover{
	box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 5px 0px;
}
.gallery-single-preview-item img {
	max-height: 100px;
	max-width: 100px;
	width: auto;
	height: auto;
}
.gallery-single-desc{
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.gallery-single.active .gallery-single-desc{
	font-family: 'OpenSansBold';
}
.gallery-single-chena{
	font-size: 124%;
	color: #BF1700;
	font-family: 'OpenSansBold';
}
.gallery-single-chena.skidka{
	font-size: 100%;
    text-decoration: line-through;
}
@media screen and (max-width: 450px) {
	.gallery-folder{
		text-align: center;
	}
}
/*-------------------------------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
}
/*-------------------------------------------------------------------------------------*/
.updateBtn{
	width: 200px;
	height: 50px;
	font-size: 21px;
	background: #FF5050;
}
@media screen and (max-width: 450px) {
	.updateBtn{
		width: 95%;
	}

}
/*-------------------------------------------------------------------------------------*/

.static_page img:not(.notZoomable) {
	margin-left: auto;
    margin-right: auto;
    max-width: 600px ;
    max-height: 600px;
    height: auto !important;
    width: auto !important;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
@media screen and (max-width: 650px) {
	.static_page img {
		max-width: 90% !important;
		max-height: 60% !important;
	}

}
.static_page iframe, .static_page table{
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 800px;
}
.static_page a {
	text-decoration: underline;
	
}
.static_page iframe{
	display: block;
}
.static_page table tr td {
	padding: 5px;
}
.static_page table tr:nth-child(even) td{
	background: #ECECEC;
}
.static_page table tr:nth-child(odd) td{
	background: #FFFFFF;
}
.static_page table tr:first-child td{
	background:#7e57c2;
	color: white;
	border-top: 1px solid #7e57c2;
}
.static_page table tr td:last-child {
	border-right: 1px solid #7e57c2;
}
.static_page table tr td {
	border-bottom: 1px solid #7e57c2;;
	border-left: 1px solid #7e57c2;
}
.static_page .image-border-container{
	display: inline-block; 
	text-align: center;
	padding: 10px;
	margin: 10px;
	box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.4);
	background: #eceff1;
	max-width: 260px;
}
.static_page .image-border-container img{
	max-width: 250px !important;
	max-height: 200px !important;
	margin: 10px;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.static_page .image-border-container iframe {
	display: inline-block;
	max-width: 250px;
	max-height: 200px;
	width: auto;
	height: auto;
}
.static_page .image-border-container audio{
	width: 250px;
	margin-bottom: 5px;
}
.static_page .image-border-container div {
	display: block;
	text-align: left;
}
.static_page blockquote{
	border-left: 5px solid #7e57c2;
    padding-left: 10px;
}
.static_page .zagolovok{
	margin-bottom: 20px;
    left: 0px;
    width: auto !important;
    background: #7e57c2;
    color: white;
    display: table;
    border-radius: 2px;
    font-size: 30px;
    font-family: 'OpenSansBold';
    text-align: left;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.4);
    display: flex;
}
@media screen and (max-width: 810px) {
	.static_page{
		text-align: justify;
	}
}

@media screen and (max-width: 810px) {
	.static_page table{
		width: 95%;
	}

}

/*-------------------------------------------------------------------------------------*/

.cat {
	display: none;
	text-align: left;
}
.cat .nameCat{
	font-size: 20px;
	display: inline-block;
}
.cat .catValue{
	display: inline-block;
    font-size: 17px;
 
    cursor: pointer;
    padding: 1px 5px;

}
.cat input {
	margin-right: -3px;
    vertical-align: bottom;
    cursor: pointer;
}
.cat input[type=radio]{
	vertical-align: baseline;
}
.cat label{
	cursor: pointer;
}
.cat0{
	cursor: default;
}
.cat0 input {
	cursor: text;
}
.CatChoose{
	font-size: 70%;
	margin: 0px 5px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	display: inline-block;
	vertical-align: bottom;
}
.CatChoose:hover, .CatChoose.active{
	border-bottom: 2px solid white;
}
.cat .catValue:hover{
	background: #DCDCDC;
	border-radius: 3px;
}
/*-------------------------------------------------------------------------------------*/
.opis {
	position: fixed;
	display: none;
	opacity: 0;
	background: white;
	border: 1px solid black;
	padding: 10px;
	transition: 0.3s ease opacity;
	z-index: 9999999;
}
/*-------------------------------------------------------------------------------------*/
/*

*[type="checkbox"]:not(:checked),
*[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
*[type="checkbox"]:not(:checked) + label,
*[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-left: 7px;
}


*[type="checkbox"]:not(:checked) + label:before,
*[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}


*[type="checkbox"]:not(:checked) + label:after,
*[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0; left: 4px;
  font-size: 14px;
  color: #BF1700;
  transition: all .2s;
}


*[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
*[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}


*[type="checkbox"]:disabled:not(:checked) + label:before,
*[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
*[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
*[type="checkbox"]:disabled + label {
  color: #aaa;
}

*[type="checkbox"]:checked:focus + label:before,
*[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}


label:hover:before {
  border: 1px solid #4778d9!important;
}




/*-------------------------------------------------------------------------------------*/
input{
	outline: none;
    border: none;
    border-bottom: 1px solid #eceff1;

    color: black;
    font-family: 'Roboto';
    margin-top: 3px;
}
.TagsInput{
	width: 300px;
	font-size: 20px;
}
@media screen and (max-width: 320px) {
	.TagsInput{
		width: 90%;
		width: 60vw;
	}
}
/*-------------------------------------------------------------------------------------*/
.tovar-main{
	width: 100%;
	display: table;
}
.tovar-main > div:first-child{
	width: 30%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.tovar-main > div:last-child{
	width: 70%;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	padding: 0px 20px;
}
.tovar-main-preview{
	width: 250px;
	height: 250px;
	box-shadow: inset rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	cursor: pointer;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}
.tovar-main-mini-preview{
	width: 75px;
	height: 75px;
	box-shadow: inset rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	cursor: pointer;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 10px 4px;
}
.tovar-main .button{
	width: 180px;
	height: 30px;
	font-size: 16px;
}
.tovar-name{
	font-size: 150%;
	font-family: 'OpenSansBold';
}
.tovar-desc{
	font-size: 80%;
	font-family: 'Roboto';
}
.tovar-cat-name{
 
	 display: inline;
	font-family: 'OpenSansBold';
}
.tovar-cat-value{
	display: inline;
	font-family: 'Roboto';

}
.tovar-cats{
	margin-top: 15px;
    margin-left: 10px;
    text-align: left;
}

@media screen and (max-width: 600px) {
	.tovar-main{
		display: block;
	}
	.tovar-main > div {
		display: block !important;
		width: 100% !important;
	}
	.tovar-main > div:nth-child(2){
		margin-top: 20px;
		text-align: center;
	}

}
/*-------------------------------------------------------------------------------------*/
.wiki_subpage{
	width: 300px;
	background: rgb(249, 249, 249);
	border: 1px solid black;
	float: right;
	text-align: center;
	margin: 10px;
	padding: 10px;
}
.wikiHeader{
	font-size: 20px;
	font-family: 'OpenSansBold';
}
.wikiDesc{
	font-family: 'Roboto';
	font-size: 14px;
}
.wikiImage{
	margin: 5px 0px;
}
.wikiImage img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
}
.wiki_subpage table tr{
	vertical-align: top;
}
.wiki_subpage table td:first-child{
	text-align: right;
	font-family: 'OpenSansBold';
}
.wiki_subpage table td:last-child{
	text-align: left;
}
@media screen and (max-width: 750px) {
	.wiki_subpage{
		float: none;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 350px) {
	.wiki_subpage{
		width: 90%;
	}
}
/*-------------------------------------------------------------------------------------*/
.comics img {
	max-width: 90%;
	width: auto;
	height: auto;
	cursor: pointer;
	 
}
@media screen and (min-width: 600px) {
	.comics.small img {
		max-width: 550px;

	}
}
.comics.small img{
	max-height: 400px;
}
.comics{
	text-align: center;
	margin-top: 20px;
}
.comics-slider select {
	outline: none;
    border: none;
    border-bottom: 1px solid #eceff1;
    font-family: 'Roboto';
    font-size: 20px;
    width: 350px;
   	margin-bottom: 5px;
}
.comics-slider{
	margin-bottom: 20px;
}

.comics-slider .button {
	font-size: 16px;
	height: 35px;
	vertical-align: bottom;
}
.comics-slider option.active{
	font-family: 'OpenSansBold';
}
.comics-slider .button.inactive{
	background: gray;
}
@media screen and (max-width: 675px) {
	.comics-slider select{
		width: 60%;
	}
	.comics-slider .button span{
		display: none;
	}
	.comics-slider .button{
		width: 40px;
	}
}
/*-------------------------------------------------------------------------------------*/
.pswp{
	z-index: 15000 !important;
}
/*-------------------------------------------------------------------------------------*/
.uplink{
	text-align: center;
}
.uplink input, .uplink textarea, .uplink select{
	padding: 10px;
	outline: none;
	border: none;
	border-bottom: 1px solid #D0D0D0;
	width: 325px;
	font-size: 17px;
	font-family: 'Roboto';
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.uplink textarea{
	resize:vertical;
}

.uplink .zagolovok{
    font-size: 40px;
    font-family: 'OpenSansBold';
    margin-top: 20px;
    width: 100%;
}
.uplink .podzagolovok{
	font-size: 20px;
	margin-bottom: 15px;
	font-family: 'Roboto';
}
.uplink .button{
	width: 345px;
    height: 40px;
    font-size: 20px;
    margin-top: 20px;
}
@media screen and (max-width: 350px) {
	.uplink .button{
		width: 90%;
	}
	.uplink input, .uplink textarea, .uplink select{
		width: 90% !important;
	}
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
::-webkit-input-placeholder {color: rgb(129, 129, 129);}
::-moz-placeholder          {color: rgb(129, 129, 129);}
:-moz-placeholder           {color: rgb(129, 129, 129);}
:-ms-input-placeholder      {color: rgb(129, 129, 129);}
/*-------------------------------------------------------------------------------------*/
.RightContainer{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
 	display: none;
 	z-index: 9999;
}
.RightNav {
	position: fixed;
	width: 350px;
	transform: translateX(30px);
	top: 0px;
	left: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(0,0,0,0.1)), white;
	box-shadow: 0px 0px 23px rgba(50, 50, 50, 0.4);
	transition: transform 0.2s ease-out;
	z-index: 9999;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	font-family: 'OpenSansBold';
	overflow: auto;
	overflow-x: none;
	display: table;
	color: black;
	margin-bottom: 50px;
	-webkit-transition: transform .4s cubic-bezier(.19,1,.22,1);
    -moz-transition: transform .4s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .4s cubic-bezier(.19,1,.22,1);
    transition: transform .4s cubic-bezier(.19,1,.22,1);
    z-index: 10000;

}
.RightNav > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
@media screen and (max-width: 370px) {
	.RightNav{
		width: 100%;
		display: block !important;
	}
	.RightNav > div{
		display: block !important;
	}
}
.RightNav{
	text-align: center;
}
.RightNav input, .RightNav textarea, .RightNav select{
	padding: 10px;
	outline: none;
	border: none;
	border-bottom: 1px solid #D0D0D0;
	width: 300px;
	font-size: 17px;
	font-family: 'Roboto';
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.RightNav textarea{
	resize:vertical;
}

.RightNav .zagolovok{
    font-size: 35px;
    font-family: 'OpenSansBold';
    margin-top: 20px;
    width: 100%;
}
.RightNav .podzagolovok{
	font-size: 20px;
	margin-bottom: 15px;
	font-family: 'Roboto';
}
.RightNav .button{
	width: 150px;
    height: 40px;
    font-size: 20px;
    margin-top: 20px;
}
.RightNav .button.full{
	width: 320px;
    height: 40px;
    font-size: 20px;
    margin-top: 20px;
}
@media screen and (max-width: 370px) {
	.RightNav .button{
		width: 40%;
	}
	.RightNav .button.full{
		width: 80%;
	}
	.RightNav input, .RightNav textarea, .RightNav select{
		width: 80% !important;
	}
	.RightNav select{
		width: calc(80% + 20px) !important;
	}
}
/*-------------------------------------------------------------------------------------*/
