html {
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 16px;
	color: #cacaca;
}

body {
	background: #191f24 url('../images/bg-owl.png') no-repeat top right !important;
	width: 100%;
	color: #fff !important;
}

.clearfix:before,
.clearfix:after,
p:before,
p:after {
	content: ' ';
	display: table;
}

.clearfix:after,
p:after {
	clear: both;
}

/* p { width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } */

#header {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 1100px;
	margin: 0 auto;
}

#header a {
	display: inline-block;
	text-decoration: none;
	color: #cacaca;
}

#logo {
	display: block;
	height: 120px;
	background: url('../images/logo.png') center center no-repeat;
}

#logo-hero,
#logo-subhero {
	display: block;
}

#logo-hero {
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 35px;
	color: #fff;
}

#logo-subhero {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 15px;
	color: #989898;
	font-variant: small-caps;
}

#mainmenu {
	background-color: #de5151;
	margin: 0 0 42px;
	padding: 0;
	overflow: hidden;
}

#mainmenu nav {
	display: block;
	list-style: none;
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
	padding: 0;
}

#mainmenu nav:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}

#mainmenu li {
	display: block;
	float: left;
	text-align: center;
	width: 16.66%;
	background: none;
	padding: 0;
}

#mainmenu nav a {
	position: relative;
	display: block;
	padding: 80px 0 20px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.6rem;
	text-transform: uppercase;
	background-position: center 20px;
	background-repeat: no-repeat;
}

#mainmenu li a:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 70px;
	top: 20px;
	left: 0;
	background-color: #e96767;
}

#mainmenu li:first-child a:before {
	content: '';
	display: none;
}

#mainmenu li.active {
	background-color: #e96767;
}

#mainmenu li.active a {}

#mainmenu li.active a:before,
#mainmenu li.active+li a:before {
	content: '';
	display: none;
}

#mainmenu li:hover {
	background-color: #fff;
}

#mainmenu nav li:hover a {
	color: #de5151;
}

#mainmenu li:hover a:before,
#mainmenu li:hover+li a:before {
	content: '';
	display: none;
}

#mainmenu li.menu-pays a {
	background-image: url('../images/menu/white/pays.png');
}

#mainmenu li.menu-price a {
	background-image: url('../images/menu/white/price.png');
}

#mainmenu li.menu-order a {
	background-image: url('../images/menu/white/order.png');
}

#mainmenu li.menu-help a {
	background-image: url('../images/menu/white/help.png');
}

#mainmenu li.menu-warranty a {
	background-image: url('../images/menu/white/warranty.png');
}

#mainmenu li.menu-contacts a {
	background-image: url('../images/menu/white/contacts.png');
}

#mainmenu li:hover.menu-pays a {
	background-image: url('../images/menu/red/pays.png');
}

#mainmenu li:hover.menu-price a {
	background-image: url('../images/menu/red/price.png');
}

#mainmenu li:hover.menu-order a {
	background-image: url('../images/menu/red/order.png');
}

#mainmenu li:hover.menu-help a {
	background-image: url('../images/menu/red/help.png');
}

#mainmenu li:hover.menu-warranty a {
	background-image: url('../images/menu/red/warranty.png');
}

#mainmenu li:hover.menu-contacts a {
	background-image: url('../images/menu/red/contacts.png');
}

/* Menu */

/* nav {
	background-color: #de5151; padding: 0; overflow: hidden;
	width: 90%;
	margin: 100px auto; 
	overflow: hidden;	
} */

#mainmenu nav ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
}

#mainmenu nav ul li {
	margin: 0;
	list-style: none;

}

#mainmenu nav li a {
	/* border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font: 700 13px/1.4 Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 16.6%; */

	/*ТРАНСФОРМАЦИИ*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

/*АКТИВНОЕ СОСТОЯНИЕ*/
/* nav ul li:hover {
	background-color: #fff;
	color: #de5151;
} */


/*МЕЛКИЙ ТЕКСТ*/
#mainmenu #mainmenu nav small {
	font: 100 11px/1 Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
	color: #aaa;
}

/*РАМКА ПОСЛЕДНЕГО ЭЛЕМЕНТА*/
#mainmenu nav li:last-child a {
	border: none;
}

#content {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

html,
body {
	height: 100%;
}

#htmlpage {
	background: url('../images/bg-book.png') no-repeat bottom left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}

#footer {}
#footer-push {
	height: 60px;
	overflow: hidden;
	clear: both;
}

#footer {
	line-height: 30px;
	font-size: 14px;
	color: #939393;
	padding: 0 25px;
}

/* #footer>div {
	float: left;
	width: 40%;
} */

#footer>menu {
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #FFF;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 60%;
	text-align: right;
}

/*#3f4547*/
#footer>menu>li {
	display: inline-block;
}

#footer>menu>li {
	display: inline-block;
}

#footer>menu>li:before {
	content: ' | ';
}

#footer>menu>li:first-child:before {
	content: '';
}

#footer>menu>li a:hover {
	color: #7f7f7f;
}


#social {
	position: fixed;
	top: 50%;
	margin-top: -83px;
	left: 0;
	background: #12181C;
	padding: 5px;
}

#social>a {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../images/social.png') no-repeat;
	margin-top: 5px;
}

#social>a:first-child {
	margin-top: 0;
}

#social>a.social-facebook {
	background-position: 0 0;
}

#social>a.social-classmates {
	background-position: -50px 0;
}

#social>a.social-vk {
	background-position: -100px 0;
}

@media screen and (min-width: 1455px) {
	#social {
		margin-top: -28px;
	}

	#social>a {
		float: left;
		margin-left: 5px;
		margin-bottom: 0;
		margin-top: 0px;
	}

	#social>a:first-child {
		margin-left: 0;
	}
}

#ontop {
	position: fixed;
	z-index: 10;
	bottom: 50px;
	right: 10px;
	display: block;
	width: 69px;
	height: 151px;
	background: url('../images/ontop-owl.png') no-repeat;
}

@media screen and (min-width: 1455px) {
	#ontop {
		right: 50px;
	}
}

#snake {
	width: 100%;
	margin: 0 auto;
}

/* #snake-1, #snake-2, #snake-3, #snake-4, #snake-5, #snake-6, #snake-7, #snake-8, #snake-9, #snake-10, #snake-11 { position: relative; } */
#snake-1,
#snake-2,
#snake-3,
#snake-4,
#snake-5,
#snake-6,
#snake-7,
#snake-8,
#snake-9,
#snake-10,
#snake-11,
#snake-12,
#snake-13 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#snake-1 p,
#snake-2 p,
#snake-3 p,
#snake-4 p,
#snake-5 p,
#snake-6 p,
#snake-7 p,
#snake-8 p,
#snake-9 p,
#snake-10 p,
#snake-11 p,
#snake-12 p,
#snake-13 p {
	padding: 0;
	margin: 0;
	text-indent: 0;
}

#snake-1 p {
	padding: 0 0 0 3px;
}

#snake-1 img {
	display: block;
	width: 100%;
}

#snake-2 {
	background: url('../images/snake-2.png') no-repeat left top;
	height: 345px;
	padding: 68px 0 0 70px;
	background-size: 52%;
}

#snake-3 {
	background: url('../images/snake-3.png') no-repeat center top;
	height: 180px;
	padding: 98px 80px 0 0;
	background-size: 91%;
}

#snake-4 {
	background: url('../images/snake-4.png') no-repeat center top;
	height: 194px;
	padding: 70px 0 0 60px;
	background-size: 91%;
}

#snake-5 {
	margin-top: 8px;
	background: url(../images/snake-5.png) no-repeat center top;
	height: 123px;
	padding: 70px 0 0 45px;
	background-size: 92%;
}

#snake-5 p {}

#snake-5 img {
	display: block;
	width: 100%;
}

#snake-6 {
	background: url('../images/snake-6.png') no-repeat top;
	height: 255px;
	padding: 20px 53px 0 58px;
	background-size: 89%;
}

#snake-7 {
	margin-top: -39px;
	padding-top: 6px;
}

#snake-8 {
	margin-top: 6px;
}

#snake-8 ul {
	list-style: none;
}

#snake-8 li {
	display: block;
	padding: 14px 0 0 40px;
	background: url('../images/snake-8.png') no-repeat 0 10px;
}

#snake-9 {
	background: url('../images/snake-9.png') no-repeat top;
	height: 248px;
	padding: 90px 20px 0 40px;
	background-size: 100%;
}

#snake-10 {
	padding: 20px 0px 20px 40px;
}

#snake-11 img {
	display: block;
	float: right;
}

#snake-12 {
	background: url('../images/snake-12.png') no-repeat top right;
	height: 274px;
	padding: 25px 20px 0 0;
}

#snake-2 p {
	line-height: 22px;
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 14px;
	color: #80888d;
}

#snake-3 p {
	line-height: 22px;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 14px;
	color: #af7777;
}

#snake-4 p {
	line-height: 25px;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 17px;
	color: #fff;
}

#snake-6 p {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}

#snake-7 p {
	text-align: center;
	line-height: 25px;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 17px;
	color: #fff;
}

#snake-8 li {
	line-height: 22px;
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 14px;
	color: #7f878c;
}

#snake-9 p {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}

#snake-10 p {
	line-height: 25px;
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 17px;
	color: #fff;
}

#snake-12 p {
	line-height: 22px;
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 14px;
	color: #7f878c;
}

#snake-13 p {
	line-height: 22px;
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 14px;
	color: #7f878c;
	font-style: italic;
}

h1,
h2 {
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

hr {
	background-color: #293237;
	width: 100%;
	clear: both;
	height: 1px;
	border-width: 0;
}

h4 {
	font-weight: 600;
	font-size: 17px;
	color: #fff;
	text-align: left;
}

p {
	text-indent: 30px;
	margin: 20px 0;
}

a {
	color: #fff;
}

ul,
ol {
	list-style: none;
	padding: 0;
}

ul li {
	background: url('../images/ul.png') 9px 5px no-repeat;
	padding-left: 30px;
}

ol {
	counter-reset: list_item;
	text-indent: 30px;
}

ol li {
	display: block;
}

ol li:before {
	content: counter(list_item) '. ';
	counter-increment: list_item;
	font-weight: bold;
	color: #fff;
}

ul li,
ol li {
	margin: 10px 0 0;
}

ul li:first-child,
ol li:first-child {
	margin: 0;
}

img.float-left {
	float: left;
	margin: 0 20px 20px 0;
}

img.float-right {
	float: right;
	margin: 0 0 20px 20px;
}

img.float-art {
	float: left;
	margin: 0 20px 0 0;
}

table {
	margin: 30px 0;
}

th,
td {
	border: 1px solid #202b35;
	padding: 10px;
}

th {
	font-weight: 600;
	color: #fff;
}

td {
	color: #eaeaea;
}

blockquote {
	color: #bbbcbd;
	background: #202b35;
	padding: 20px;
	margin: 30px 0;
}

label {
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 15px;
	color: #a5a5a5;
}

input,
textarea,
select {
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	background-color: #eaf2f5;
	border-width: 0;
	outline: none;
	color: #808080;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 9px;
	line-height: 28px;
	height: 30px;
	border: 1px solid #fff;
}

textarea {
	height: auto;
	line-height: 20px;
}

input:focus,
textarea:focus,
select:focus {
	background-color: #fff;
}

input.error,
textarea.error,
select.error {
	color: #de5151;
	border: 1px solid #de5151;
}

input.error-empty,
textarea.error-empty,
select.error-empty {
	border: 1px solid #e9f1f4;
	background-color: #de5151;
	color: #fff;
}

input[type="submit"] {
	border-width: 0;
	outline: none;
	text-transform: uppercase;
	text-align: center;
	width: 220px;
	height: 55px;
	line-height: 55px;
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	background: url('../images/submit.png') repeat-x;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type="submit"]:hover {
	background-position: 0 -55px;
}

input[type="submit"]:active {
	background-position: 0 -110px;
	line-height: 52px;
	padding-top: 3px;
}

/* Fixed * /
.span1 { width: 60px; }
.span2 { width: 140px; }
.span3 { width: 220px; }
.span4 { width: 300px; }
.span5 { width: 380px; }
.span6 { width: 460px; }
.span7 { width: 540px; }
.span8 { width: 620px; }
.span9 { width: 700px; }
.span10 { width: 780px; }
.span11 { width: 860px; }
.span12 { width: 940px; }
.row > [class*="span"] { float: left; margin-left: 20px; }
.row > [class*="span"]:first-child { margin-left: 0; }
.row:before, .row:after { content: ' '; display: table; }
.row:after { clear: both; }
/**/

/* Fluid */
.span1 {
	width: 6.38%;
}

.span2 {
	width: 14.89%;
}

.span3 {
	width: 23.40%;
}

.span4 {
	width: 31.91%;
}

.span5 {
	width: 40.42%;
}

.span6 {
	width: 48.93%;
}

.span7 {
	width: 57.44%;
}

.span8 {
	width: 65.95%;
}

.span9 {
	width: 74.46%;
}

.span10 {
	width: 82.97%;
}

.span11 {
	width: 91.48%;
}

.span12 {
	width: 100%;
}

/* .row>[class*="span"] {
	float: left;
	margin-left: 2.12%;
	min-height: 1px;
} */

.row>[class*="span"]:first-child {
	margin-left: 0;
}

.row:before,
.row:after {
	content: ' ';
	display: table;
}

.row:after {
	clear: both;
}

/**/

.file-input,
.file-input-notempty {
	margin-bottom: 20px;
}

.file-input {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #2e3438;
	background-color: #0e1214;
	padding: 0 0 0 10px;
	line-height: 28px;
	height: 30px;
	width: 100%;
}

.file-input input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 10;
	cursor: pointer;
}

.file-input:before {
	content: 'Добавить файлы';
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #464c4f;
}

.file-input:hover:before {
	color: #aaa;
}

.file-input:after {
	content: 'Выбрать';
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
}

.file-input-notempty {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #de5151;
	background-color: #d1d2d3;
	padding: 0 0 0 10px;
	line-height: 28px;
	height: 30px;
	width: 100%;
}

.file-input-notempty input[type="file"] {
	display: none;
}

.file-input-notempty .file-input-filename {
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #808080;
}

.file-input-notempty .file-input-remove {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 9;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
	background-color: #dce3e6;
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #747474;
}

.file-input:after,
.file-input-notempty .file-input-remove {
	position: absolute;
	display: block;
	top: 4px;
	right: 4px;
	z-index: 9;
	width: 80px;
	height: 20px;
	line-height: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	color: #747474;
	cursor: pointer;
	background-color: #dce3e6;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjNmNiIgc3RvcC1vcGFjaXR5PSIwLjk0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2U3ZWVmMSIgc3RvcC1vcGFjaXR5PSIwLjk0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2RhZGQiIHN0b3Atb3BhY2l0eT0iMC45NCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(236, 243, 246, 0.94) 0%, rgba(231, 238, 241, 0.94) 26%, rgba(211, 218, 221, 0.94) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(236, 243, 246, 0.94)), color-stop(26%, rgba(231, 238, 241, 0.94)), color-stop(100%, rgba(211, 218, 221, 0.94)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(236, 243, 246, 0.94) 0%, rgba(231, 238, 241, 0.94) 26%, rgba(211, 218, 221, 0.94) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(236, 243, 246, 0.94) 0%, rgba(231, 238, 241, 0.94) 26%, rgba(211, 218, 221, 0.94) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(236, 243, 246, 0.94) 0%, rgba(231, 238, 241, 0.94) 26%, rgba(211, 218, 221, 0.94) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(236, 243, 246, 0.94) 0%, rgba(231, 238, 241, 0.94) 26%, rgba(211, 218, 221, 0.94) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0ecf3f6', endColorstr='#f0d3dadd', GradientType=0);
	/* IE6-8 */
}

.error-placeholder {
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #de5151;
}

label {
	display: block;
	width: 100%;
	height: 19px;
	line-height: 19px;
	padding-bottom: 1px;
	color: #a5a5a5;
}

.full-order-form>div.row>div.span6 {
	margin-top: -5px;
}

.full-order-form>div.row>div.span6:first-child {
	margin-top: 0;
}

.tiny-order-form {
	margin-bottom: 50px;
}

.article-preview {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 10px 10px;
	background-color: #22292e;
	border: 1px solid #252e33;
	margin-bottom: 20px;
}

.article-preview:hover {
	background-color: #38444c;
}

.article-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.description {
	font-family: 'Open Sans' !important;
	font-weight: 300 !important;
	font-size: 15px !important;
}

.overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.zalert {
	position: fixed;
	z-index: 1001;
	top: 100px;
	left: 50%;
	margin: -60px 0 0 -170px;
	width: 340px;
	background-color: #fff;
}

.zalert-head {
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #4d4d4d;
	text-align: center;
	padding: 20px 0 10px;
}

.zalert-content {
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #808080;
	text-align: center;
	padding: 0 0 10px;
}

.zalert-content p {
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #808080;
	text-align: center;
	margin: 0;
	padding: 0;
	text-indent: 0;
	line-height: 17px;
}

.zalert-footer {
	padding: 10px 0;
	background-color: #e0e2e3;
}

.zalert-footer a {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 20px;
	background-color: #de5151;
	color: #fff;
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.pagination {
	text-align: center;
}

.pagination>a,
.pagination>span {
	display: inline-block;
	padding: 4px;
	background-color: #22292E;
	border: 1px solid #252E33;
	margin: 0 4px;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	width: 20px;
	text-align: center;
	text-decoration: none;
}

.pagination>span {
	color: #ccc;
	border-color: #707C83;
}

.pagination>a:hover {
	background-color: #38444C;
	border-color: #fff;
}


.action {
	border: 1px solid #de5151;
	padding: 20px;
}

.action b {
	color: #fff;
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 200;
	text-transform: uppercase;
	display: block;
}

.action b.rright {
	text-align: right;
	display: block;
}

.logo {
	display: block;
	float: left;
	height: 220px;
	margin: 0 0 0 370px;
	width: 400px;
}

.contacts {
	float: left;
}

.contacts .phone {
	font-size: 24px;
}

.contacts .phone a {
	text-decoration: underline !important;
}

.ash2 {
	color: #fff;
	font-family: Neris, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
}

.logoblock {
	float: left;
}

.infoblock {
	float: right;
	/* width: 330px; */
}

.clear {
	clear: both;
}

.infoblock .phone {
	font-size: 36px;
}

.infoblock .address,
.infoblock .other,
.infoblock .mail {
	font-size: 14px;
	color: #cacaca;
}

.infoblock .phone a {
	/*text-decoration: underline !important;*/
}

.infoblock .other .backorder {
	background: linear-gradient(#de5151, #c04242) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 1px;
	color: #fff;
	display: block;
	margin: 10px 0;
	padding: 5px 30px;
}

.tmid {
	background: none repeat scroll 0 0 #22292e;
	border: medium solid #191f24;
	text-align: center;
}

.tleft {
	background: none repeat scroll 0 0 #22292e;
	border: medium solid #191f24;
	text-align: left;
}

.text-art {
	font-size: 15px;
	font-weight: bold;
}

ul.innermenu li {
	background: none;
	padding-left: 0px;
	margin: 5px 0 0 0;
}

ul.innermenu {
	list-style: outside none none;
	padding: 0;
	margin: 0;
	line-height: 16px;
}

ul.innermenu a {
	color: #cacaca;
	text-decoration: underline;
	font-size: 14px;
}

#vk_groups,
#vk_groups iframe {
	width: 100% !important;
}

#vksplash {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	left: 0px;
	z-index: 100;
	background: url("/assets/images/tp.png?v=1") repeat scroll 0 0;
}

#vksplash .innersplash {
	position: relative;
	top: 100px;
	left: 50%;
	margin-left: -245px;
	width: 450px;
	box-shadow: 0 0 20px #000;
	padding: 20px;
	background: #fff;
	color: #000;
	text-align: center;
}

#vksplash .innersplash header {
	font-size: 18px;
	font-weight: bold;
}

#vksplash .innersplash #cross {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

#header .authorlogin a {
	text-decoration: underline;
}

.card-body {
	padding: 0 !important;
}

.card {
    background-color: #191f24 !important;
    border: none !important;
}

.red {
	background-color: #de5151;
}
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}