body, html, p, footer, header, img, ul, li,a {
	position: relative;
	padding: 0px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

html {
	width: 100%;
	background: #1f1f1f;
}

body {
	background: url("images/body_background_carbon.png") top left repeat repeat;
	margin: 0;
	text-align: center;
	min-width: 1110px;
}

body, header, .menu-top, .main, footer {
	width: 100%;
	height: auto;
}

span.text-blue {
	color: #188BA0;
}

.main-wrapper, .main-wrapper div, .main-wrapper span {
	position: relative;
	padding: 0px;
}

div.space {
	position: relative;
	float: none;
	clear: both;
	width: 100%;
}

/**********************Controls********************/

.yellow-button {
	height: 31px;
	font-family: "Georgia";
	font-size: 16px;
	border: none;
	border-radius: 10px;
	color: #424242;
	background: #fffc02;
	padding-left: 23px;
	padding-right: 23px;
	cursor: pointer;
	-webkit-transition: box-shadow 0.2s ease-out 0.0s;
	-moz-transition: box-shadow 0.2s ease-out 0.0s;
	-o-transition: box-shadow 0.2s ease-out 0.0s;
	transition: box-shadow 0.2s ease-out 0.0s;
}

.yellow-button.quad {
	border-radius: 4px;
}

a.yellow-button {
	height: 25px;
	padding-top: 6px;
}

.yellow-button:hover, .yellow-filebutton:hover {
	box-shadow: 0px 0px 16px #fff;
}

.yellow-button:active, .yellow-filebutton:active {
	background-color: #fff;
}

.gray-button {
	width: auto;
	height: 26px;
	box-sizing: content-box;
	margin-top: 5px;
	background: #393838;
	border-radius: 16px;
	text-align: center;
	color: #e4f95a;
	font-family: "Georgia";
	font-size: 12px;
	border: none;
	display: block;
	padding-left: 25px;
	padding-right: 22px;
	cursor: pointer;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.54);
	-webkit-transition: box-shadow 0.1s ease-out 0.0s;
	-moz-transition: box-shadow 0.1s ease-out 0.0s;
	-o-transition: box-shadow 0.1s ease-out 0.0s;
	transition: box-shadow 0.1s ease-out 0.0s;
}

.gray-button.small {
	height: 16px;
	width: 13px;
	box-sizing: content-box;
	padding-left: 12px;
	padding-right: 12px;
}

.gray-button.small-icon {
	height: 20px;
	width: 10px;
	box-sizing: content-box;
	padding-left: 12px;
	padding-right: 12px;
}

a.gray-button {
	height: 20px;
	padding-top: 6px;
}

.gray-button:hover {
	box-shadow: 0px 0px 10px rgba(255, 255, 190, 0.6);
}

.gray-button:active {
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
	color: #fff;
	background-color: #494949;
}

/********** Для корзины **********/
.gray-button.loading_background_anim, .yellow-button.loading_background_anim {
	background: url("images/preloader.gif") no-repeat center;
	background-size: auto 80%; 
}

.gray-button.in-cart {

}

.gray-button.in-cart:hover {
	
}

.gray-button.in-cart:active {
	
}

.yellow-button.in-cart {
	background-color: #FFFFE1;
	padding-bottom: 6px;
}
/*********************************/

.gray-textbox {
	color: #e4f95a;
	background: #393838;
	border: none;
	text-align: center;
}

.gray-textbox.small {
	width: 49px;
	height: 20px;
}

.white-textbox {
	width: 717px;
	height: 33px;
	margin-top: 9px;
	border: none;
	padding: 5px 29px;
	border-radius: 10px;
	font-family: "Georgia";
	font-size: 16px;
	color: #747474;
	background: #fff;
	box-sizing: border-box;
}

/* Цвет текста-замены в полях ввода input */
input[type=text], textarea::-webkit-input-placeholder {color:#a5a3a3;outline: none;border: none; }
input[type=text], textarea::-moz-placeholder          {color:#a5a3a3;outline: none;border: none; }/* Firefox 19+ */
input[type=text], textarea:-moz-placeholder           {color:#a5a3a3;outline: none;border: none; }/* Firefox 18- */
input[type=text], textarea:-ms-input-placeholder      {color:#a5a3a3;outline: none;border: none; }

/* Плавное изменение прозрачности  placeholder-а при фокусе */
input[type=text], textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.2s ease;}
input[type=text], textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.2s ease;}
input[type=text], textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.2s ease;}
input[type=text], textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.2s ease;}
input[type=text]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.2s ease;}
input[type=text]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.2s ease;}
input[type=text]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.2s ease;}
input[type=text]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.2s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.2s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.2s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.2s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.2s ease;}

input.white-textbox[type=text]:focus, textarea.white-textbox:focus {
	background: #FFFBC7;
}

span.required {display: block;}

span.required:after { 
	content: "*";
	font-family: "Georgia";
	font-size: 21px;
	color: #D20000;
    text-align: center;
    position: absolute;
    left: 100%;
    top: 0px;
	display: block;
}

.starrequired {
	color: #D20000;
	font-size: 21px;
}

p.required-note .starrequired {
	font-size: 21px;
}

.main-content-box p.required-note {
	float: left;
	text-align: left;
	font-size: 14px;
	font-family: "Georgia";
	margin: 0px 0px 0px 19px;
	color: #DBDBDB;
}

.textbox-area {
	float: left;
	box-sizing: border-box; /* Ширина блока с полями */
	width: 100%;
	height: 100px;
	color: #3d3d3d;
	font-size: 17px;
	font-family: "Georgia";
	vertical-align: text-top;
	padding: 10px 21px;
	border-style: none;
	margin-right: 20%;
	margin-bottom: 4px;
	margin-top: 0px;
	resize: vertical;
	max-height: 300px;
	min-height: 50px;
}

.button-margined-right {
	float: right;
	margin: 40px 10px;
}

.button-small-margined-right {
	float: right;
	margin: 20px 10px;
}

.button-icon {
	padding-left: 35px;
	background-size: auto 52%;
	background-position: 12px center;
	background-repeat: no-repeat;
}

.button-icon-small {
	background-size: auto 52%;
	background-position: center center;
	background-repeat: no-repeat;
}

.button-icon-cart {
	background-image: url("images/button-icon-cart-black.png");
}

.button-icon-delete {
	background-image: url("images/button-icon-delete.png");
}

#preloader {
	width: 32px;
	height: 32px;
	background: url("images/preloader.gif") top left no-repeat;
	background-size: 100%;
}

#preloader.absolut_center {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.main-content-box.block input.loading_background_anim {
	background: url("images/preloader.gif") no-repeat center;
	background-size: auto 30px; 
	min-width: 100px;
}

div.yellow-filebutton {
	height: 31px;
	font-family: "Georgia";
	font-size: 16px;
	border: none;
	border-radius: 10px;
	color: #424242;
	background: #fffc02;
	padding-left: 23px;
	padding-right: 23px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: box-shadow 0.2s ease-out 0.0s;
	-moz-transition: box-shadow 0.2s ease-out 0.0s;
	-o-transition: box-shadow 0.2s ease-out 0.0s;
	transition: box-shadow 0.2s ease-out 0.0s;
}

div.yellow-filebutton .yellow-filebutton-label {
	line-height: 31px;
	float: left;
}

div.yellow-filebutton .yellow-filebutton-cancel {
	line-height: 31px;
	height: 31px;
	width: 31px;
	border-left: 1px solid #DACF00;
	z-index: 5;
	cursor: pointer;
	background: #EADF14 url("images/cross-mini-black.png") 8px center no-repeat;
	margin: 0px -25px 0px 9px;
	opacity: 0.6;
	float: left;
	display: none;
}

div.yellow-filebutton .yellow-filebutton-cancel:hover {
	opacity: 1.0;
}

div.yellow-filebutton input[type=file] {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

div.yellow-filebutton input[type=file] * {
	cursor: pointer;
}


/*********************************************HEADER***********************************************************/

header {
	background: url("images/road.jpg") bottom center no-repeat;
	background-size: 100% 100%;
}

header:before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	opacity: 0.4;
}


/*********************Header-top***********************/
.header-top {
	height: 208px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #FFFC02;
	z-index: 2;
}

.header-top div {
	float: left;
}

.header-top-block {
	height: 100%;
}

.header-top-block.left-block {
	width: 50%;
	margin-left: -280px;
}

.header-top-block.center-block {
	width: 560px;
}

.header-top-block.right-block {
	width: 50%;
	margin-right: -280px;
}

.header-top-block .info-panel {
	width: 100%;
	height: 98px;
	margin-top: 11px;
	overflow: hidden;
}

.left-block .info-panel .htb-info-content {
	width: 100%;
	height: 95px;
	margin-left: -55px;
	background: #FFFC02;
}

.right-block .info-panel .htb-info-content {
	width: 100%;
	height: 95px;
	margin-right: -55px;
	float: right;
	background: #FFFC02;
}

.left-block .htb-info-content div {
	float: right;
	width: 220px;
	height: 100%;
}

.right-block .htb-info-content div {
	float: left;
	width: 220px;
	height: 100%;
}

.left-block .info-panel .htb-info-triangle {
	background: url("images/htb-info-triangle-left.png") top left no-repeat;
	height: 95px;
	width: 54px;
}

.right-block .info-panel .htb-info-triangle {
	background: url("images/htb-info-triangle-right.png") top right no-repeat;
	height: 95px;
	width: 54px;
	float: right;
}

.info-panel .htb-info-bottomline {
	width: 100%;
	height: 1px;
	margin-top: 2px;
	background: #FFFC02;
}

.htb-info-content p {
	font-family: "Georgia";
	font-size: 14px;
	color: #2b2b2b;
	font-weight: bold;
	width: 220px;
	text-align: left;
	clear: both;
	margin: 11px 5px 0px 5px;
}

.left-block .htb-info-content p {
	float: right;
	text-align: right;
	margin-top: 17px;
	margin-right: 0px;
	z-index: 3;
}

.left-block .htb-info-content p:nth-child(2) {
	margin-right: -24px;
	margin-top: 14px;
}

.right-block .htb-info-content p {
	float: left;
	z-index: 3;
}

.right-block .htb-info-content p:nth-child(2) {
	margin-left: -11px;
}

.right-block .htb-info-content p:nth-child(3) {
	margin-left: -24px;
}

.htb-info-content p a {
	color: #188BA0;
}

.htb-info-content p a:hover {
	color: #13ACC8;
}


/******************** Top Icons ********************/

div.top-icons-panel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; 
	z-index: 30;
	margin-top: 109px;
	background: rgba(0, 0, 0, 0.0);
	-webkit-transition: background-color 0.3s ease-out 0.0s;
	-moz-transition: background-color 0.3s ease-out 0.0s;
	-o-transition: background-color 0.3s ease-out 0.0s;
	transition: background-color 0.3s ease-out 0.0s;
	height: 0px;
}

div.top-icons-panel.top-fixed {
	position: fixed;
	margin-top: 0px;
	background: rgba(0, 0, 0, 0.43);
	max-height: 23px;
	height: 23px;
}

.header-icons {
	height: auto;
	width: auto;
	margin: 0px;
	list-style: none;
	float: left;
}

ul.header-icons.left-block {
	float: left;
	margin-left: 15px;
}

ul.header-icons.right-block {
	float: right;
	margin-right: 20px;
}

ul.header-icons li {
	width: 57px;
	height: 57px;
	background: #FFFC02;
	border-radius: 30px;
	box-shadow: 0px 0px 16px #000;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: box-shadow 0.2s ease-out 0.0s, width 0.2s ease-out 0.0s, height 0.2s ease-out 0.0s;
	-moz-transition: box-shadow 0.2s ease-out 0.0s, width 0.2s ease-out 0.0s, height 0.2s ease-out 0.0s;
	-o-transition: box-shadow 0.2s ease-out 0.0s, width 0.2s ease-out 0.0s, height 0.2s ease-out 0.0s;
	transition: box-shadow 0.2s ease-out 0.0s, width 0.2s ease-out 0.0s, height 0.2s ease-out 0.0s;
}

ul.header-icons li:hover {
	box-shadow: 0px 0px 16px #fff;
}

ul.header-icons li:hover::after {
	content: attr(data-title);
	width: auto;
	padding: 3px 10px 3px 10px;
	background: rgba(40, 40, 40, 0.82);
	color: #C7C7C7;
	font-size: 11px;
	font-family: "Georgia";
	position: absolute;
	top: 100%;
	left: 11px;
	margin-top: 7px;
}

ul.header-icons.right-block li:hover::after {
	left: auto;
	right: 2px;
}

ul.header-icons li:active {
	background-color: #fff;
}

ul.header-icons li a {
	width: 100%;
	height: 100%;
	display: block;
	background: none;
}

ul.header-icons.left-block li {
	float: right;
	margin: 21px 35px 20px 16px;
}

ul.header-icons.right-block li {
	float: left;
	margin: 21px 2px 20px 30px;
}

.header-icons li.icon-question {
	background-image: url("images/icon-question.png");
}

.header-icons li.icon-feedback {
	background-image: url("images/icon-feedback.png");
}

.header-icons li.icon-search {
	background-image: url("images/icon-search.png");
}

.header-icons li.icon-headphone {
	background-image: url("images/icon-headphone.png");
}

.header-icons li.icon-cart {
	background-image: url("images/icon-cart.png");
}

.header-icons li.icon-gismap {
	background-image: url("images/icon-2gis.png");
}

.header-icons li.icon-korob {
	background-image: url("images/icon-korob.png");
}

.header-icons li.icon-ymap {
	background-image: url("images/icon-ymap.png");
}

.top-fixed ul.header-icons li {
	width: 35px;
	height: 35px;
	background-size: 19px;
	margin-top: 2px;
	margin-bottom: 4px;
}

.top-fixed ul.header-icons li.icon-gismap {
	background-size: 27px;
}

/******************** Logo ********************/

#header-logo {
	background: url("images/header-logo.png") center center no-repeat;
	background-size: 505px;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#slogan-small {
	font-family: "Georgia";
	font-size: 16px;
	color: #FFFC02;
	width: 100%;
	margin: 0px;
	position: absolute;
	top: 142px;
	left: 55px;
	font-style: italic;
	font-weight: bold;
}

#slogan {
	font-family: "Georgia";
	font-size: 16px;
	color: #FFFC02;
	width: 100%;
	margin: 0px;
	position: absolute;
	top: 154px;
	left: 36px;
	font-style: italic;
	font-weight: bold;
}

#small-cart #small-cart-counter {
	border-radius: 20px;
	width: 24px;
	height: 14px;
	background: #f82020;
	color: #fff;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
	position: absolute;
	right: -3px;
	bottom: -4px;
	text-align: center;
}

/*********************Header-bottom***********************/

.header-bottom {
	height: 0px;
	z-index: 2;
	max-width: 2000px;
	margin: 0 auto;
}

div.global-search-panel {
	background: url("images/search-panel.png") top left no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 51px;
	left: 0px;
	right: 0px;
	width: 64%;
	margin: -17px auto 0px auto;
	height: 52px;
	z-index: 10;
	opacity: 0.0;
	overflow: hidden;
	-webkit-transition: opacity 0.2s ease-out 0.0s;
	-moz-transition: opacity 0.2s ease-out 0.0s;
	-o-transition: opacity 0.2s ease-out 0.0s;
	transition: opacity 0.2s ease-out 0.0s;
}

div.global-search-panel form {
	width: 100%;
	height: 100%;
}

div.global-search-panel form input[type="text"] {
	width: 80%;
	height: 33px;
	margin-top: 9px;
	border: none;
	padding: 5px 29px;
	border-radius: 10px;
	font-family: "Georgia";
	font-size: 16px;
	color: #747474;
	background: #fff;
	box-sizing: border-box;
}

div.global-search-panel form input[type="submit"] {
	margin-left: 9px;
}

div.global-search-panel.gsp_show {
	opacity: 1.0;
}

/**********************Header-img-container***********************/

div.header-img-container  {
	width: 100%;
	max-width: 2000px;
	height: 100%;
	position: relative;
	border: none;
	padding: 0px;
	z-index: 2;
	overflow: hidden;
	margin: 0px;
}

.header-img-container-header {
	overflow: hidden;
	width: 100%;
	height: 86px;
}

.header-img-container-header h3 {
	width: auto;
	font-family: "Georgia";
	font-weight: normal;
	font-size: 28px;
	color: #fff;
	float: none;
	margin: 36px auto 0px auto;
	display: table;
	position: relative;
}

.header-img-container-header h3:after, .header-img-container-header h3:before {
	content: " ";
	position: absolute;
	border-bottom: 2px solid #fff;
	width: 1000px;
	top: 50%;
}

.header-img-container-header h3:after {
	left: 100%;
	margin-left: 20px;
}

.header-img-container-header h3:before {
	right: 100%;
	margin-right: 20px;
}

img.header-img-container-image {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	padding-top: 56px;
}



/*********************************************Menu*************************************************************/

div.menu-top {
	width: 100%;
	height: 44px;
	background: #f7f68d; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f68d 0%, #c3bc05 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f68d), color-stop(100%,#c3bc05)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f68d 0%,#c3bc05 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f68d 0%,#c3bc05 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f68d 0%,#c3bc05 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f68d 0%,#c3bc05 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f68d', endColorstr='#c3bc05',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 4px 15px 2px #000;
}

/*********************************************MAIN*************************************************************/

/********************content******************/

div.main {
	width: 100%;
	height: auto;
	overflow-x: hidden;
	padding-top: 31px;
}

.main .sidebar {
	width: 50%;
	height: 1px;
	border-top: 1px solid #fff343;
	z-index: 3;
}

.main .sidebar.left-block {
	float: left;
	margin: 0px 0px 0px -501px;
	/*border-right: 1px solid #fff343;*/
}

.main .sidebar.right-block {
	float: left;
	margin: 0px -501px 0px 0px;
	/*border-left: 1px solid #fff343;*/
}

.main .main-content {
	width: 940px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px 29px;
	border-left: 1px solid #FFF343;
	border-right: 1px solid #FFF343;
	z-index: 3;
}

.main-content-box {
	float: left;
	border: 1px solid #adab00;
	box-sizing: border-box;
	border-radius: 2px;
	background: #1f1f1f;
	/*
	-webkit-transition: box-shadow 0.15s ease-out 0.0s;
	-moz-transition: box-shadow 0.15s ease-out 0.0s;
	-o-transition: box-shadow 0.15s ease-out 0.0s;
	transition: box-shadow 0.15s ease-out 0.0s;
	cursor: pointer;*/
}

/*
.main-content-box:hover {
	box-shadow: 0px 0px 8px rgba(165, 163, 0, 0.94);
}
*/

.main-content-box.full-width {
	width: 100%;
	height: auto;
	margin-bottom: 14px;
	padding: 0px;
}

.main-content-box h1 {
	font-family: "Georgia";
	font-variant: small-caps;
	font-size: 25px;
	font-weight: bold;
	color: #e9e667;
	margin: 0px auto;
	text-align: center;
	padding: 8px 0px;
}

.main-content-box h1.arial {
	font-family: "Arial";
	font-variant: normal;
	margin: 12px 0px;
}

.main-content-box .center-block {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
}

.main-content-box .block-border-top {
	border-top: 1px solid #393838;
}

.main-content-box .block-border-bottom {
	border-bottom: 1px solid #393838;
}

.main-content-box .block-border-top-bottom {
	border-top: 1px solid #393838;
	border-bottom: 1px solid #393838;
}

.main-content-box h1 {
	color: #e9e667;
	font-family: "Georgia";
	font-size: 25px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 8px 0px;
	margin: 0 auto;
}

.main-content-box p {
	color: #fffbb7;
	font-family: "Georgia";
	font-size: 17px;
	margin: 20px 30px;
	text-align: left;
}

.main-content-box p a {
	color: #fef343;
}

.main-content-box p a:hover {
	border-bottom: 1px dashed;
}

a.link-right {
	display: block;
	float: right;
	clear: both;
	font-size: 14px;
	color: #f8ee7c;
	margin: 14px 31px;
	margin-top: 5px;
	padding: 0px 1px;
	border-bottom: 1px dotted #f8ee7c;
}

a.link-right:hover {
	border-bottom: 1px solid #f8ee7c;
}

a.link-right:active {

}

/*********************News*******************/

.main-content-box-news h2 {
	color: #faec09;
	font-family: "Georgia";
	font-size: 29px;
	margin: 0px auto;
	width: 93%;
	height: 44px;
	padding-top: 10px;
	border-bottom: 1px solid #3b3b3b;
}

.main-content-box-news ul {
	list-style: none;
	width: 97%;
	height: auto;
	margin: 22px auto;
	display: table;
}

.main-content-box-news ul li {
	padding: 0px 28px;
	text-align: left;
	border-left: 1px solid #3b3b3b;
	display: table-cell;
}

.main-content-box-news ul li:nth-child(3n+1) {
	border-left: none;
}

.main-content-box-news ul li h3 {
	font-family: "Georgia";
	font-size: 21px;
	color: #f8ee7c;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px 0px 16px 0px;
}

.main-content-box-news ul li .news-date {
	font-family: "Georgia";
	font-size: 14px;
	color: #fff;
}

.main-content-box-news ul li p {
	font-family: "Georgia";
	font-size: 12px;
	color: #E7E7E7;
	margin: 7px 0px 0px 0px;
}

.main-content-box-news ul li:hover h3 {
	text-decoration: none;
}

.main-content-box-news ul li:hover p {
	color: #FFF9C2;
}

/*********************News-list************************/

.news-detail h1 {
	border-bottom: 1px solid #3b3b3b;
	margin-bottom: 46px;
}

.news-container,
.news-list-item,
.news-list-item h2,
.news-list-item img,
.news-list-item p {
	float: left;
}

.news-container {
 	margin: 16px 28px;
 	width: auto;
 	border-left: 1px solid #3b3b3b;
 	border-right: 1px solid #3b3b3b;
}

.news-container h1 {
	width: 93%;
	height: 44px;
	padding-top: 10px;
}

.news-list-item {
	margin: 0px 31px 9px 31px;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
}

.news-list-item h2 {
	float: left;
	color: #e9e667;
	font-family: "Georgia";
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px dashed rgba(233, 230, 103, 0);
	margin: 19px 0px 13px 13px;
	letter-spacing: 0.03em;
	box-sizing: border-box;
}

.news-list-item a:hover h2 {
	border-bottom: 1px dashed #e9e667;
}

.news-list-item img {
	height: 138px;
	margin: 0px 25px 5px 0px;
}

.news-list-item p, .news-detail .news-detail-block {
	font-size: 15px;
	font-family: "Georgia";
	font-weight: normal;
	color: rgba(255, 255, 255, 0.93);
	text-align: left;
	letter-spacing: 0.05em;
	margin: 0px;
	box-sizing: border-box;
	padding: 10px 12px;
	background: #2c2b2b;
}

.news-detail-block a {
	color: #fef343;
}

.news-detail-block a:hover {
	border-bottom: 1px dashed;
}

.news-detail-block ul {
	padding-left: 40px;
}

.news-detail .news-detail-block {
	margin: 0px 51px;
}

.news-detail > img {
	margin: 15px;
	max-width: 80%;
}

.news-list-item .news-date, .news-detail .news-date {
	float: left;
	position: relative;
	margin: 17px 0px;
	width: 100%;
	padding: 2px 9px;
	box-sizing: border-box;
	background: #575717;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.news-detail .news-date {
 	width: 96%;
 	margin: 17px 0px 17px 2%;
}

a.news-back {
	float: right;
	color: rgba(255, 255, 255, 0.92);
	margin-right: 49px;
	padding: 2px 7px;
	border-bottom: 1px solid #3B3B3B;
}

a.news-back:hover {
	color: #FFF343;
}


/*******************************************About*************************************************/

#ymap {
	width: 98%;
	margin: 6px 1%;
	height: 556px;
}

/*******************************************Reviews*************************************************/

.main .comment-box {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}

.main .subcomments-box {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}

.main .comment {
	width: 100%;
	float: left;
}

.main .comment, .main .subcomment {
	color: #fff;
	font-family: "Georgia";
	margin: 10px 0px 30px 0px;
}

.main .subcomment {
	width: 90%;
	float: right;
}

.main .comment-top,
.main .comment-content,
.main .comment-footer {
	z-index: 2;
}

.main .comment-top {
	float: left;
	display: inline-block;
	margin: 0px 30px;
	color: #1f1f1f;
	background-color: #635959;
	font-size: 19px;
	text-align: left;
	padding: 5px 35px;
	min-width: 133px;
	text-align: center;
}

.main .comment-content {
	clear: both;
	margin: 0px 50px;
	background-color: #2c2b2b;
	padding: 20px 15px;
}

.main .comment-content, .main .comment-content p {
	font-size: 15px;
	text-align: left;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.86);
}

.main .comment-content p {
	margin: 0px;
	font-family: "Georgia";
}

.main .comment-footer {
	clear: both;
	margin: 0px 50px;
	color: #e0e0dc;
	background-color: #555555;
	font-size: 15px;
	text-align: left;
	height: 17px;
	padding: 2px 30px 8px 30px;
}

.main .likes {
	float: right;
	vertical-align: top;
	font-size: 19px;
	font-family: "Georgia";
	color: #32f40b;
	margin-right: 40px;
}

.main .likes:after {
	float: right;
	display: block;
	content: " ";
	width: 19px;
	height: 19px;
	margin-left: 5px;
	margin-top: 2px;
	background: url("images/like.png");
	-webkit-transition: background-image 0.2s ease-out 0.0s;
	-moz-transition: background-image 0.2s ease-out 0.0s;
	-o-transition: background-image 0.2s ease-out 0.0s;
	transition: background-image 0.2s ease-out 0.0s;
}

.main .likes:hover:after {
	background: url("images/like_yellow.png");
}

.main .likes.selected:after {
	background: url("images/like_yellow.png");
}

.main div.like-fly-anim-box {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 19px;
	height: 19px;
	background: url("images/like_yellow.png") top left no-repeat;
}

.main div.dislike-fly-anim-box {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 19px;
	height: 19px;
	background: url("images/dislike_yellow.png") top left no-repeat;
}

.main .dislikes {
	float: right;
	vertical-align: top;
	font-size: 19px;
	font-family: "Georgia";
	color: #fa1b21;
	margin-right: 20px;
}

.main .dislikes:before {
	float: left;
	display: block;
	content: " ";
	width: 19px;
	height: 19px;
	margin-right: 5px;
	margin-top: 2px;
	background: url("images/dislike.png");
	-webkit-transition: background-image 0.2s ease-out 0.0s;
	-moz-transition: background-image 0.2s ease-out 0.0s;
	-o-transition: background-image 0.2s ease-out 0.0s;
	transition: background-image 0.2s ease-out 0.0s;
}

.main .likes, .main .dislikes {
	cursor: pointer;
}

.main .dislikes:hover:before {
	background: url("images/dislike_yellow.png");
	
}

.main .dislikes.selected:before {
	background: url("images/dislike_yellow.png");
}


.main .comment-footer .new-comment {
	height: 19px;
	float: left;
	text-decoration: underline;
	cursor: pointer;
}

.main .comment-footer .new-comment:hover {
	color: #FDFD7D;
}

/**************** Линии *******************/

.comment.has-subcomments:before, 
.comment.has-subcomments:after, 
div.subcomment:before, 
div.subcomment:after {
	z-index: 1;
}

.comment.has-subcomments:before {
	content: " ";
	position: absolute;
	height: 100%;
	width: 21%;
	left: -21px;
	top: 17px;
	border: 1px solid #393838;
	border-right: none;
	display: block;
}

.comment.has-subcomments:after {
	content: " ";
	position: absolute;
	height: 100%;
	width: 100%;
	left: -21px;
	top: 17px;
	border: none;
	border-top: 1px solid rgba(57, 56, 56, 0);
	border-bottom: 1px solid #393838;
	display: block;
}

.subcomments-box div.subcomment:before {
	content: " ";
	position: absolute;
	height: 40px;
	width: 30%;
	left: -21px;
	margin-bottom: -15px;
	bottom: 100%;
	border: 1px solid #393838;
	border-right: none;
	border-top: none;
	display: block;
}

.subcomments-box div.subcomment:after {
	content: " ";
	position: absolute;
	height: 100%;
	width: 30%;
	left: -21px;
	top: 14px;
	border: 1px solid #393838;
	border-right: none;
	border-bottom: none;
	display: block;
}

.subcomments-box div.subcomment:first-child:before {
	content: " ";
	position: absolute;
	height: 35px;
	width: 30%;
	left: -21px;
	margin-bottom: -15px;
	bottom: 100%;
	border: 1px solid #393838;
	border-right: none;
	display: block;
}

.subcomments-box div.subcomment:last-child:after {
	display: none;
}

/*
.comment + .comment-sub::before{
	content: " ";
	position: absolute;
	color: ;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-right: none;
	width: 264px;
	height: 28px;
	left: -40px;
	top: -14px;
	z-index: -5;
	margin: 0px 0px;
}

.comment + .comment-sub::after{
	content: " ";
	position: absolute;
	color: #393838;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-right: none;
	width: 264px;
	height: 251px;
	left: -114px;
	top: -266px;
	z-index: -5;
	margin: 0px 0px;
}
*/


/*********************parts-labels**********************************/

.main-content-box div.mcb-label {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}

.main-content-box div.mcb-label.ribbon {
	width: 115px;
	height: 102px;
	left: -6px;
	bottom: -7px;
}

.main-content-box div.mcb-label.double-box {
	width: 59px;
	height: 59px;
	left: 19px;
	bottom: 4px;
}

.main-content-box div.mcl-label {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.main-content-box div.mcl-label.ribbon {
	width: 84px;
	height: 92px;
	left: 3px;
	top: -6px;
}

.main-content-box div.mcl-label.double-box {
	width: 59px;
	height: 59px;
	left: 5px;
	top: 12px;
}


.main-content-box .mcb-label-action {
	background: url("images/product_label_action.png") top left no-repeat;
}

.main-content-box .mcb-label-hit {
	background: url("images/product_label_hit.png") top left no-repeat;
}

.main-content-box .mcb-label-new {
	background: url("images/product_label_new.png") top left no-repeat;
}

.main-content-box .mcb-label-bu {
	background: url("images/product_label_bu.png") top left no-repeat;
}

.main-content-box .mcb-label-hit-horizontal {
	background: url("images/product_label_hit_horizontal.png") top left no-repeat;
}

.main-content-box .mcb-label-action-horizontal {
	background: url("images/product_label_action_horizontal.png") top left no-repeat;
}

/*******************************Parts************************************/

.main-content-parts-list {

}

.main-content-parts-list h1 {
	color: #e9e667;
	font-family: "Georgia";
	font-size: 25px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 8px 0px;
	margin: 0 auto;
}

.section-search-panel {
	width: 83%;
	height: 54px;
	margin-left: 11%;
	margin-right: 2%;
	border-top: 1px solid #393838;
}

.section-search-panel input[type="text"] {
	width: 64%;
	height: 33px;
	margin-top: 9px;
	border: none;
	padding: 0px 21px;
	border-radius: 4px;
	font-family: "Georgia";
	font-size: 16px;
	color: #747474;
	background: #fff;
}

.section-search-panel input[type="submit"] {
	margin-left: 22px;
}

ul.parts-list {
	list-style: none;
	width: 100%;
	float: left;
	margin: 0px 0px 77px 0px;
}

ul.parts-list li {
	border-top: 1px solid #393838;
	border-bottom: 1px solid #393838;
	float: left;
	margin: 0px 0px 11px 10px;
	width: 93%;
	height: 80px;
}

ul.parts-list li div {
	float: left;
}

ul.parts-list li > div {
	height: 100%;
}

ul.parts-list li .part-label {
	width: 8%;
}

ul.parts-list li .part-image {
	width: 14%;
}

ul.parts-list li .part-image a {
	width: 100%;
	height: 100%;
	display: block;
}

ul.parts-list li .part-image img {
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

ul.parts-list li .part-description {
	width: 45%;
}

ul.parts-list li .part-description h2 {
	font-size: 13px;
	font-family: "Arial";
	font-weight: normal;
	margin: 16px 0px 0px 10%;
	padding: 0px 10% 8px 0px;
	border-bottom: 1px solid #393838;
	width: auto;
	float: left;
}

ul.parts-list li .part-description h2, .part-description h2 a {
	color: #f7ffcb;
	text-align: left;
	max-width: 295px;
}

.part-description h2 a:hover {
	color: #fff;
}

ul.parts-list li .part-description h3 {
	font-size: 12px;
	font-family: "Arial";
	font-weight: normal;
	color: #f7ffcb;
	margin: 0px;
	margin: 8px 0px 0px 10%;
	padding: 0px;
	float: left;
	clear: both;
	min-width: 105px;
	text-align: left;
}

ul.parts-list li .part-description p.right_prop_info {
	position: absolute;
	bottom: -17px;
	right: -125px;
	z-index: 10;
}

p.right_prop_info span.part-article, p.right_prop_info span.part-numtype {
	position: relative;
	display: block;
	float: right;
	margin: 0px 7px;
	font-size: 12px;
	font-family: "Arial";
	font-weight: normal;
	color: #B0B0B0;
	padding: 0px 3px;
}

ul.parts-list li .part-cost {
	width: 13%;
	font-size: 21px;
	font-family: "Georgia";
	color: #e4f95a;
	display: table;
	text-align: left;
}

ul.parts-list li .part-cost > span {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 8px;
}

ul.parts-list li .part-cost > span.action {
	padding-bottom: 16px;
}

ul.parts-list li .part-cost > span.crossout {
	display: block;
	position: absolute;
	left: -2px;
	font-size: 18px;
	bottom: 12px;
	top: auto;
	text-decoration: line-through;
	color: #A98936;
}

ul.parts-list li .part-actions {
	width: 19%
}

ul.parts-list li .part-actions input[type=submit],
ul.parts-list li .part-actions input[type=button],
ul.parts-list li .part-actions a {
	margin-top: 9px;
}

ul.parts-list li .part-actions input[type=button].small {
	margin-top: 2px;
	margin-bottom: 2px;
}

.part-actions table {
	height: 100%;
	width: 100%;
}

.part-actions .input-label {
	font-family: "Georgia";
	font-size: 15px;
	color: #e4f95a;
	float: left;
	margin-left: 5px;
}

.part-actions .input-label.right {
	float: right;
}

input.parts-checkbox {
	position: absolute;
	left: -5px;
	top: 40%;
	z-index: 10;
}

ul.parts-list .icheckbox_flat, ul.parts-list .icheckbox_flat-grey {
	position: absolute;
	left: -24px;
	top: 38%;
	height: 20px;
	z-index: 10;
}

/**************************Parts-Detail***************************/


.part-detail .part-code,
.part-detail .part-image,
.part-detail .part-description,
.part-detail .part-cost {
	float: left;
}

.main-content-part-detail h1 {
	font-family: "Arial";
	font-size: 25px;
	font-weight: bold;
	color: #e9e667;
	margin: 12px 0px;
}

.part-detail {
	border-top: 1px solid #393838;
	border-bottom: 1px solid #393838;
	width: 89%;
	margin: 0px 3%;
	padding: 8px 0px 0px 5%;
	float: left;
}

.part-detail .part-code {
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #f7ffcb;
	margin: 22px 0px 22px 0px;
	text-align: left;
	width: 150px;
} 

.part-detail p.part_prop_info {
	position: relative;
	margin: 22px 0px 22px 10px;
	z-index: 10;
	float: left;
}

p.part_prop_info span.part-article, p.part_prop_info span.part-numtype {
	position: relative;
	display: block;
	float: right;
	margin: 0px 46px 0px 7px;
	font-size: 12px;
	font-family: "Arial";
	font-weight: normal;
	color: #B0B0B0;
	padding: 0px 3px;
}


.part-detail .part-image {
	width: 284px;
	text-align: left;
} 

.part-detail .part-image img {
	max-width: 284px;
}

.part-detail .part-description-box {
	width: 100%;
	float: left;
}

.part-detail .part-description {
	min-width: 284px; 
	max-width: 540px;
}

.part-detail .part-description p {
	text-align: left;
	font-family: "Georgia";
	font-size: 13px;
	color: #FAFAFA;
	letter-spacing: 0.07em;
}

.part-detail .part-description p .desc-title {
	font-size: 19px;
	color: #CACACA;
}

.part-detail .part-cost {
	font-family: "Georgia";
	font-size: 20px;
	color: #f7ffcb;
	padding: 7px 0px;
	width: 254px;
	border-top: 1px solid #393838;
	margin: 12px 0px;
	text-align: left;
}

.part-detail .part-cost > span {
	font-size: 23px;
	color: #e4f95a;
}

.part-detail .part-cost span.crossout {
	display: block;
	position: absolute;
	left: 100%;
	font-size: 18px;
	bottom: 16px;
	top: auto;
	text-decoration: line-through;
	color: #A98936;
	min-width: 130px;
	margin-left: 10px;
}

.part-detail .part-cost span.action {
	padding-bottom: 9px;
}

.part-detail .part-label {
	position: absolute;
}

div.part-detail div.part-label.double-box {
	left: auto;
	right: 0px;
	bottom: -23px;
}

.part-detail .part-actions {
	bottom: 16px;
	position: absolute;
	right: 0px;
}

.part-detail .part-actions form {
	float: left;
}

.part-detail-wrap {
	float: left;
}

a.part-detail-back {
	float: left;
	margin: 26px 0px 40px 30px;
}

/**************************************Cart*********************************************/

.cart-info {

}

.cart-info.top {

}

.cart-info .cart-info-text {
	width: 100%;
	margin: 40px 0px 20px 0px;
	float: left;
}

.cart-info .cart-info-text p {
	font-family: "Georgia";
	font-size: 17px;
	color: #e4f95a;
	width: 50%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

.cart-info .cart-info-text span.numbers {
	font-size: 21px;
}

.cart-info .cart-controls {
	width: 100%;
	margin: 15px 0px;
	float: left;
}

.cart-info .cart-controls input {
	float: right;
	margin: 0px 19px 0px 0px; 
}

ul.parts-list.full-width li {
	width: 100%; 
}

ul.parts-list.no-bottom-margin {
	margin-bottom: 0px;
}

ul.parts-list.cart-part-list li .part-actions input[type=button].gray-button.small-icon {
	margin: 0px;
}

ul.parts-list.cart-part-list li .part-actions input[type=text].gray-textbox {
	float: left;
}


ul.parts-list.cart-part-list li .part-label {
	width: 4%;
}

ul.parts-list.cart-part-list li .part-actions {
	width: 23%;
}

.cart-info a.cart-order {
	display: block;
	float: right;
	clear: both;
	margin: 40px 10px;
}

/**************************************Cart-order*****************************************/

table.order-parts-list {
	width: 90%;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
	margin: 0 auto;
	clear: both;
}

table.order-parts-list tr td {
	text-align: center;
	font-size: 12px;
	font-family: "Arial";
	font-weight: normal;
	color: #f7ffcb;
	border-bottom: 1px solid #474747;
}

table.order-parts-list tr:last-child td {
	border-bottom: 0px solid #474747;
}

table.order-parts-list .part-image {

}

table.order-parts-list .part-image img {
	height: 40px;
}

table.order-parts-list .part-description {

}

table.order-parts-list .part-cost {
	font-size: 14px;
	font-family: Arial;
	color: #FEFFF9;
}

table.order-parts-list .part-count {

}

table.order-form {
	width: 80%;
	margin: 25px auto;
	text-align: center;
}

table.order-form tr td {
	width: 100%;
	height: 64px;
}

table.order-form tr td input[type="text"] {
	width: 100%;
}

table.order-form tr td .input-example {
	color: #fdf87a;
	font-size: 12px;
	font-family: "Georgia";
	font-weight: bold;
	display: block;
	clear: both;
	text-align: left;
	width: 90%;
	float: left;
	margin: 5px 0px 0px 30px;
}

table.order-form .cart-order {
	float: right;
}

.cart-order-back {
	float: left;
	margin: 30px 0px 40px 30px;
}

/**************************************Menu-Footer****************************************/

footer {
	width: 100%;
	height: 132px;
	position: relative;
	float: left;
	margin: 0px;
	box-shadow: 0px 0px 16px #000;
	border-top: 4px solid #fff343;
	background: #141414;
	z-index: 1;
}

.menu-footer {
	margin: 0 auto;
	width: 1021px;
	height: 56px;
}






/*********************************************Search page and Sitemap*****************************************/

.main.main-fullwidth {
	width: 100%;
	height: auto;
	overflow: auto;
}

.main.main-fullwidth .main-content {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

.main.main-fullwidth .main-content-box {
	border: 0px;
	background: none;
}

.main.main-fullwidth ul.parts-list li .part-image img {
	height: 100%;
	width: auto;
}

.main.main-fullwidth ul.parts-list li {
	background: #1f1f1f;
	margin: 0px auto 11px auto;
	float: none;
}

.main-fullwidth ul.parts-list li .part-actions .gray-button {
	width: 65%;
	float: none;
	margin: 8px auto;
}

div.search-no-elements {
	height: 40px;
	width: 560px;
	padding: 60px 20px;
	font-size: 22px;
	font-family: "Arial";
	font-weight: bold;
	color: #6E6E6E;
	text-align: center;
	float: none;
	margin: 21px auto 126px auto;
	background: #1f1f1f;
	border: 1px solid #303030;
}

div.search-no-elements span {
	color: rgba(255, 239, 131, 0.83);
	font-size: 18px;
}

div.search-no-elements span:before {
	content: open-quote;
}

div.search-no-elements span:after {
	content: close-quote;
}

ul.sitemap-list {
	list-style: none;
	display: block;
	position: relative;
	float: left;
	width: 40%;
	margin: 5px 0px;
	padding: 45px 0px 45px 10%;
}

ul.sitemap-list li {
	width: 100%;
	text-align: left;
	font-size: 21px;
	margin: 4px 0px;
	font-family: "Georgia";	
}

ul.sitemap-list li.level-2 {
	width: 95%;
	margin-left: 5%;
	font-size: 18px;
}

ul.sitemap-list li.level-3 {
	margin-left: 10%;
	width: 90%;
	font-size: 19px;
}

ul.sitemap-list li a {
	color: #FDFFC2;
}

ul.sitemap-list li a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

ul.sitemap-list:nth-child(2n) {
	padding-left: 8%;
	border-left: 1px dashed #393838;
}

/*********************************************Special*******************************************/
table.full-width {
	width: 96%;
}

header.no-bottom-header {
	padding-bottom: 5px;
}

header.no-bottom-header .header-top {
	border-bottom: none;
}

/*
div[id^=bx_incl_area] {
	width: 100%;
	height: 100%;
}
*/

.main p span.yellow_text {
	color: #FFF666;
}

div.popup_close_button {
	position: absolute;
	right: 11px;
	top: 6px;
	background-image: url("images/cross-mini-black.png");
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	border-radius: 15px;
	cursor: pointer;
	z-index: 11;
	-webkit-transition: background-color 0.2s ease-out 0.0s;
	-moz-transition: background-color 0.2s ease-out 0.0s;
	-o-transition: background-color 0.2s ease-out 0.0s;
	transition: background-color 0.2s ease-out 0.0s;
}

div.popup_close_button:hover {
	background-color: #FCF901;
}

div.popup_close_button:active {
	background-color: #FFFC05;
}

/***************************** Для форм *****************************/

div.reviews-form-message {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	background: #1f1f1f;
}

div.reviews-form-message p {
	margin: auto auto;
	float: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 70%;
	height: 20%;
	text-align: center;
	font-size: 20px;
	color: #4FDB51;
}

div.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	background: #1f1f1f;
}

.captcha_block {
	border: 1px solid #5C5C5C;
	border-radius: 2px;
	padding: 16px;
	border-right: none;
	border-left: none;
	background: rgba(195, 195, 195, 0.12);
}

input[type=text].not-valid, textarea.not-valid {
	background: #FF4C4C;
}

input[type=text].not-valid::-webkit-input-placeholder, textarea.not-valid::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.77);
}  

input[type=text].not-valid::-moz-placeholder, textarea.not-valid::-moz-placeholder {
	color: rgba(255, 255, 255, 0.77);
}

input[type=text].not-valid:-moz-placeholder, textarea.not-valid:-moz-placeholder {
	color: rgba(255, 255, 255, 0.77);
}

input[type=text].not-valid:-ms-input-placeholder, textarea.not-valid:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.77);
}  

/**************** Копирайт ******************/
footer div.copuright {
	color: rgb(111, 111, 111);
	font-family: Georgia;
	font-size: 14px;
	position: absolute;
	bottom: 18px;
	left: 24px;
}

/***************** 404 ***********************/
.main.main-fullwidth .main-content.error_404_content {
	margin-bottom: 70px;
	border-top: 1px solid #FFF343;
	border-bottom: 1px solid #FFF343;
	padding: 20px 0px 50px;
	min-height: 400px;
}

.error_404_content {
	color: #fffbb7;
	background: #222;
}

.error_404_content div.center-block {
	width: 600px;
	text-align: left;
	margin: 0 auto;
	font-size: 14pt;
}

.error_404_content ul {
	list-style: circle;
}

.error_404_content a {
	color: #fef343;
}

.error_404_content a:hover {
	border-bottom: 1px dashed;
}

noscript.noscripttext {
	width: 100%;
	text-align: center;
	position: relative;
	height: auto;
	display: block;
	float: left;
	color: #F00;
	background: #474747;
	font-weight: bold;
	padding: 10px 0px;
	z-index: 100;
}

.main-wrapper div.special-left-bottom-link {
	position: absolute;
	left: 4px;
	bottom: 5px;
	background: #101010;
	width: 140px;
	padding: 12px 9px;
	color: #fff;
	border: 1px solid #373737;
}

.main-wrapper div.special-left-bottom-link a {
	color: #B0B0B0;
	font-family: "Arial";
	font-size: 13px;
}

.main-wrapper div.special-left-bottom-link a:hover {
	color: #FCFCFC;
}