html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
/*table, tr, tbody, tfoot, thead,  th, td, */

caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
* html body {
	height: 100%;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana, sans-serif;
}
b, strong {
	font-weight: bold;
}
h1 {
	margin-bottom: 50px;
	color: #000;
	font-size: 26px;
	font-weight: bold;
}
h2 {
	margin-bottom: 35px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
h3 {
	margin-bottom: 35px;
	margin-bottom: 35px;
	color: #000;
	font-size: 23px;
	font-weight: bold;
}
body.index {
	background: url(../img/main-bg.jpg) top center no-repeat;
}
body.internal {
	background: url(../img/main-bg-internal.jpg) top center no-repeat;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-fix {
	clear: both;
}
.display-in {
	display: inline-block;
}
.wraper-site {
	height: auto;
	min-height: 100%;
	max-width: 1500px;
	min-width: 980px;
	margin: 0px auto;
	clear: both;
}
header {
	max-width: 1500px;
	min-width: 980px;
}
.fixed {
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.logo {
	width: 90px;
	height: 80px;
	background: url(../img/sprite.png) -390px 0;
	background-repeat: no-repeat;
	margin-top: 13px;
	float: left;
}
.contacts {
	width: 84%;
	min-width: 980px;
	float: right;
	margin-top: 10px;
}
.contacts .work-only {
	float: left;
	margin-right: 15px;
	width: 381px;
}
.contacts .work-only p {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.contacts .work-only p b {
	color: #bf2f2f;
}
.time, .mail, .phone, .basket, .mail-img, .phone-img, .basket-img {
	float: left;
}
.time p {
	margin-bottom: 5px;
}
.time ul li {
	list-style: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding: 0 3px 1px 3px;
	margin-left: -4px;
	font-size: 10px;
	text-align: center;
	background: rgb(227, 63, 63);
	background: -moz-linear-gradient(top, rgba(227, 63, 63, 1) 0%, rgba(151, 2, 2, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(227, 63, 63, 1)), color-stop(100%, rgba(151, 2, 2, 1)));
	background: -webkit-linear-gradient(top, rgba(227, 63, 63, 1) 0%, rgba(151, 2, 2, 1) 100%);
	background: -o-linear-gradient(top, rgba(227, 63, 63, 1) 0%, rgba(151, 2, 2, 1) 100%);
	background: -ms-linear-gradient(top, rgba(227, 63, 63, 1) 0%, rgba(151, 2, 2, 1) 100%);
	background: linear-gradient(to bottom, rgba(227, 63, 63, 1) 0%, rgba(151, 2, 2, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e33f3f', endColorstr='#970202', GradientType=0);
	border-radius: 3px;
	color: #fff;
	font-family: 'Trebuchet MS', sans-serif;
}
.time ul li.weekend {
	background: rgb(207, 207, 207);
	background: -moz-linear-gradient(top, rgba(207, 207, 207, 1) 0%, rgba(103, 103, 103, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(207, 207, 207, 1)), color-stop(100%, rgba(103, 103, 103, 1)));
	background: -webkit-linear-gradient(top, rgba(207, 207, 207, 1) 0%, rgba(103, 103, 103, 1) 100%);
	background: -o-linear-gradient(top, rgba(207, 207, 207, 1) 0%, rgba(103, 103, 103, 1) 100%);
	background: -ms-linear-gradient(top, rgba(207, 207, 207, 1) 0%, rgba(103, 103, 103, 1) 100%);
	background: linear-gradient(to bottom, rgba(207, 207, 207, 1) 0%, rgba(103, 103, 103, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#676767', GradientType=0);
}
.time ul {
	float: right;
}
.mail-img, .phone-img, .basket-img {
	margin-left: 25px;
}
.time p {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.time span, .basket span {
	font-size: 14px;
	color: #d3d1d1;
	font-weight: bold;
}
.mail {
	background-image: url(../img/mail-top.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 20px;
	width: 140px;
}
.mail p {
	text-transform: uppercase;
}
.hr, .phone p, .basket p a {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 15px;
	text-decoration: none;
}
a.binding, .phone a {
	color: #d75f78;
	font-size: 12px;
	text-decoration: none;
	border-bottom: dashed 1px #d75f78;
}
.mail a:hover, .phone a:hover {
	border-bottom: 0px;
}
.phone {
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: 15px;
}
.basket {
	background-image: url(../img/basket-top.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 25px;
}
.basket p {
	text-transform: uppercase;
}
.button-bottom {
	float: right;
}
#back-bottom {
	width: 22px;
	height: 22px;
	background-image: url(../img/arrow-bottom.png);
	display: block;
	margin-right: 15px;
	margin-top: 5px;
}
.top-menu {
	height: 52px;
	margin-top: 10px;
	border-radius: 7px;
}
.menu-wrap {
	background-image: url(../img/bg-menu.jpg);
	height: 52px;
}
.menu {
	width: 1000px;
	height: 50px;
	float: left;
}
.menu ul li {
	list-style: none;
	float: left;
	margin-left: 45px;
	vertical-align: middle;
	line-height: 52px;
	text-transform: uppercase;
}
.menu ul li a {
	color: #fff;
	text-decoration: none;
}
.search {
	margin-left: 1000px;
	vertical-align: middle;
	line-height: 50px;
	height: 55px;
	position: relative;
}
.search input[type=text] {
	width: 90%;
	height: 25px;
	border-radius: 15px;
	outline: none;
	background-color: #7c2d01;
	color: #fff;
	padding-left: 10px;
	border: 0px;
	position: relative;
}
.search-btn3 {
	width: 20px !important;
	height: 19px !important;
	background: transparent;
	border: 0px;
	background-image: url(../img/search3.png);
	position: absolute;
	top: 18px;
	right: 10%;
	outline: none;
}
.index ul.service {
	display: table;
	width: 100%;
	vertical-align: middle;
	border: 0px;
}
.index ul.service li {
	width: 25%;
	text-align: center;
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	float: left;
}
.index ul.service li a {
	text-decoration: none;
	color: #000;
}
.index ul.service li img {
	vertical-align: middle;
}
.index ul.service li span {
	vertical-align: middle;
	font-size: 15px;
	width: 128px;
	text-align: left;
	display: inline-block;
	margin-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.index ul.service li b {
	font-weight: normal;
	margin-left: 0px;
	text-transform: lowercase;
}
.internal ul.service {
	display: table;
	width: 100%;
	vertical-align: middle;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	vertical-align: middle;
	border: 0px;
}
.internal ul.service li {
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	float: left;
	width: 25%;
	text-align: center;
}
.internal ul.service li a {
	text-decoration: none;
	color: #000;
}
.internal ul.service li img {
	vertical-align: middle;
}
.internal ul.service li span {
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	width: 128px;
	text-align: left;
	display: inline-block;
	margin-left: 5px;
	text-transform: uppercase;
}
.internal ul.service li b {
	font-weight: normal !important;
	margin-left: 0px;
	text-transform: lowercase;
}
.index .content {
	margin-top: 30px;
	padding-bottom: 30px;
	clear: both;
}
.internal .content {
	margin-top: 20px;
	padding-bottom: 30px;
	clear: both;
	margin-top: 10px;
	overflow: hidden;
}
.internal ul.top-tabs {
	margin-top: 3%;
}
.left-menu {
	width: 300px;
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	float: left;
	clear: both;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.left-menu h3 {
	font-size: 16px;
	color: #d77d1a;
	text-decoration: none;
	font-weight: bold;
}
.left-menu ul a {
	font-size: 16px;
	color: #d77d1a;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.left-menu:before, .left-menu:after {
	content: "";
	position: absolute;
	z-index: -2;
	background-color: #fff;
}
.left-menu:after {
	height: 370px;
}
.left-menu:before {
	top: 0px;
	bottom: 20px;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px / 100px;
	border-radius: 10px / 100px;
}
.clear-line {
	margin-bottom: 20px;
}
.left-menu ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #898989;
	list-style: none;
}
.left-menu ul li a span {
	margin-left: 5px;
}
.left-menu ul {
	margin: 5px 0px;
}
.left-menu ul li {
	list-style: none;
}
.left-menu ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #898989;
	font-weight: normal;
}
.right-content {
	margin-left: 300px;
	padding-bottom: 20px;
	overflow: hidden;
}
.right-content-text {
	margin-left: 20px;
}
.right-content h2 {
	font-size: 30px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 18px;
}
.right-content p {
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
	/* .right-content p{
		font-size: 13px !important;
	} */
	.contacts .work-only {
		width: 215px;
	}
}
.right-content h4 {
	color: #000;
	font-size: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.moduls {
	height: 60px;
	margin-top: 10px;
	margin-left: -20px;
}
.catalog-img {}
.catalog-info a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.news {
	width: 47%;
	margin-right: 20px;
	border: 3px solid #dbdbdb;
	float: left;
	margin-bottom: 20px;
	min-height: 155px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.news:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.news-img {
	float: left;
	margin: 5px;
	position: relative;
}
.news-text {}
.news-text h5 a {
	font-weight: bold;
	color: #3f3f3f;
	font-size: 15px;
	/*margin-left: 147px;*/
	margin-top: 5px;
}
.news-text p {
	color: #898989;
	font-size: 13px;
	margin-left: 127px;
}
.news-text a {
	font-size: 13px;
	color: #bc2424;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.news-img time {
	width: 40px;
	height: 70px;
	background-color: #fff;
	border-radius: 18px;
	position: absolute;
	top: -15px;
	left: -15px;
	font-size: 15px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	text-transform: uppercase;
}
.news-img time span {
	display: inline-block;
	background: #bc2020;
	background: linear-gradient(to top, #9f1616, #e03d3d);
	font-size: 20px;
	margin-top: 2px;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	line-height: 35px;
	margin-bottom: 3px;
	color: #fff;
}
.news-date h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-left: 9px;
	margin-top: 9px;
}
.news-date h3 {
	font-size: 15px;
	color: #000;
	margin-top: 9px;
	text-align: center;
}
.butt-all-news {
	background-color: #fff;
	outline: none;
	font-size: 13px;
	margin-left: 20px;
	text-transform: uppercase;
	border: 1px solid #000;
	padding: 5px 40px;
	text-decoration: none;
	color: #000;
}
.all-news {
	padding: 5px 49px;
	border: 1px solid #000;
	margin-left: 20px;
	color: #3f3f3f;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
}
.helper {
	height: 750px;
}
footer {
	height: 750px;
	background-image: url(../img/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -750px;
	clear: both;
}
.forms {
	width: 750px;
	height: 580px;
	margin: 0px auto;
}
.write-to-us {
	width: 430px;
	float: left;
	margin-top: 80px;
	color: #fff;
}
ul.tabs1 {
	margin-left: 28px;
}
ul.tabs1 li {
	float: left;
	list-style: none;
	margin-right: 10px;
}
ul.tabs1 li a {
	color: #fff;
	text-decoration: none;
	vertical-align: bottom;
	line-height: 25px;
}
ul.tabs1 li a.active {
	font-size: 28px;
	color: #fff;
	border: 0px;
	outline: none;
}
ul.tabs1 li a {
	font-size: 15px;
	color: #d77d1a;
	border-bottom: 1px dashed #d77d1a;
}
input.input-name::-webkit-input-placeholder, input.input-mail::-webkit-input-placeholder {
	color: #fff;
}
input.input-name:-moz-placeholder, input.input-mail:-moz-placeholder {
	color: #fff;
}
textarea.input-text::-webkit-input-placeholder {
	color: #fff;
}
textarea.input-text:-moz-placeholder {
	color: #fff;
}
.input-name, .input-mail {
	width: 395px;
	height: 32px;
	background-color: transparent;
	font-size: 15px;
	color: #fff;
	outline: none;
	padding-left: 10px;
	border: 1px solid: #fff;
}
.input-name {
	margin-top: 14px;
}
.input-mail {
	margin-top: 14px;
}
.input-text {
	width: 385px;
	max-width: 395px;
	height: 80px;
	max-height: 80px;
	background-color: transparent;
	font-size: 15px;
	color: #fff;
	outline: none;
	border: 1px solid: #fff;
	margin-top: 10px;
	padding: 10px;
	font-family: 'trebuchet_msregular', Arial, Tahoma, Verdana, sans-serif;
	margin-top: 15px;
}
input.send[type=submit] {
	background-color: #fff;
	font-size: 13px;
	float: right;
	padding: 5px 40px;
	border: 1px solid #000;
	color: #3f3f3f;
	margin-top: 15px;
	text-transform: uppercase;
	margin-right: 20px;
	outline: none;
	cursor: pointer;
}
.our-contacts {
	width: 280px;
	float: right;
	margin-top: 80px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.our-contacts span {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.our-contacts p {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.phone-footer {
	height: 50px;
	color: #fff;
	vertical-align: middle;
	line-height: 19px;
	background-repeat: no-repeat;
	padding-left: 50px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
}
.mail-footer {
	height: 50px;
	color: #fff;
	vertical-align: middle;
	line-height: 40px;
	background-image: url(../img/mail-footer.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	text-transform: uppercase;
}
#back-top {
	position: absolute;
	left: 50%;
	top: -25px;
	margin-left: -24px;
	margin: 0px auto;
	width: 49px;
	height: 50px;
	background-image: url(../img/button-top.png);
	display: block;
}
.down-footer {
	position: relative;
	width: 980px;
	margin: 0px auto;
}
.down-footer:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.footer-logo {
	background-image: url(../img/logo-footer.png);
	background-repeat: no-repeat;
	width: 300px;
	padding-top: 90px;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	position: relative;
}
.search-text2 {
	width: 200px;
	height: 30px;
	margin-left: 10px;
	padding-left: 10px;
	color: #fff;
	background-color: #262626;
	border-radius: 5px;
	border: none;
	outline: none;
	padding-right: 50px;
}
.search-btn2 {
	width: 22px;
	height: 22px;
	background-image: url(../img/search2.png);
	position: absolute;
	background-color: transparent;
	border: 0px;
	right: 35px;
	bottom: 3px;
	outline: none;
}
.down-list {
	width: 130px;
	color: #fff;
	float: left;
	margin-top: 30px;
	border-right: 1px solid #000;
}
.down-list ul li {
	list-style: none;
	margin-top: 3px;
}
.down-list ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.down-list ul li a:hover {
	color: #ff3f3f;
}
ul.footer-right-menu {
	width: 500px;
	float: right;
	overflow: hidden;
	margin-top: 30px;
}
ul.footer-right-menu li {
	width: 240px;
	float: left;
	list-style: none;
	font-size: 14px;
	margin-right: 10px;
}
@media screen and (max-width: 980px) {
	.down-list ul li a {
		font-size: 12px;
	}
}
ul.footer-right-menu li a {
	color: #898989;
	text-decoration: none;
}
ul.footer-right-menu li a:hover {
	color: #fff;
}
ul.top-tabs {
	margin: 0px auto;
	width: 600px;
	position: relative;
	z-index: 3;
	margin-top: 0.8%;
}
.p-tabs {
	margin-top: 0px !important;
}
.t20 {
	display: block;
}
ul.top-tabs li {
	float: left;
	list-style: none;
	padding: 5px 12px;
	margin-top: -24px;
	position: relative;
	/*width: 176px;*/
}
ul.top-tabs li a {
	padding: 5px 20px;
	text-decoration: none;
	color: #fff;
	background: #fefcea;
	background-color: #454545;
	border-radius: 5px;
}
ul.top-tabs li a:hover {
	background: linear-gradient(to top, #960101, #e33f3f);
}
.top-tabs-active {
	background: linear-gradient(to top, #960101, #e33f3f) !important;
}
a.a-tabs::after {
	content: '';
	position: absolute;
	right: 50%;
	margin-right: -12px;
	top: -29px;
	border: 15px solid transparent;
	border-bottom: 15px solid #da3838;
	display: none;
}
a.a-tabs.class-after::after {
	display: block;
}
a.a-tabs:hover::after {
	display: block;
}
.top-container {
	position: relative;
	z-index: 1;
	margin-top: 20px;
}
.bg-slider-cour {
	margin-top: -120px;
	width: 100%;
	background-image: url(../img/bg-slider-cour.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 100%;
	max-width: 1180px;
	min-height: 141px;
}
.page-title {
	padding-top: 20px;
	margin-bottom: 50px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-left: 20px;
}

/*/////////////////////////////////////NEWS///////////////////////////////////////*/

h6 {
	padding-top: 20px;
	margin-bottom: 50px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-left: 20px;
}
.caption {
	display: inline-block;
}
.back {
	color: #bc2424;
	font-size: 13px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
h6 a {
	color: #bc2424;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 20px;
}
.border-1px {
	border-top: 1px solid #dbdbdb;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
	width: 95.9%;
	/*display: none;*/
}
.description .border-1px {
	display: none;
}
.wr .border-1px {
	width: 200%;
}
.border-1px p {
	color: #898989;
	font-size: 13px;
}
.border-1px input {
	background-color: #fff;
	padding: 5px 30px 5px;
	text-transform: uppercase;
	outline: none;
}
.clear {
	clear: both;
}

/*/////////////////////////////////////PAGE-NEWS///////////////////////////////////////*/

.page-news {
	margin-left: 20px;
	clear: both;
}
.page-news img {
	margin-right: 10px;
	float: left;
}
.page-news h2 {
	font-weight: bold;
	font-size: 22px;
	color: #000;
}
.page-news p {
	padding: 0px;
	margin-bottom: 15px;
}
.page-news h3 {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
}
.page-news h4 {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
	margin-left: 0px;
}
.page-news h5 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}
.page-news ul {
	margin-left: 20px;
	margin-bottom: 10px;
	color: #898989;
}
.page-news ul li {
	font-size: 20px;
	line-height: 14px;
	margin-bottom: 5px;
	color: #a51d1d;
}
.page-news ul li span {
	font-size: 14px;
	color: #898989;
}
.page-news table {
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.page-news table th {
	border-radius: 7px;
	background-color: #dbdbdb;
}
.page-news table tr td {
	border: 1px solid #c0c0c0;
	padding: 10px 5px 10px;
}

/*////////////////////////////////////////////////////CATALOG//////////////////////////////////////////////////*/

.navigation-panel {
	width: 100%;
	height: 40px;
	background-color: #dbdbdb;
	border-radius: 5px;
	margin-bottom: 10px;
	vertical-align: middle;
	line-height: 40px;
	margin-top: 20px;
}
.navigation-panel span {
	font-size: 14px;
	color: #898989;
	margin-left: 20px;
}
.navigation-panel a {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed #000;
	color: #000;
}
.navigation-panel b {
	font-size: 14px;
	color: #bf2222;
	margin: 0px 5px;
}
.navigation-panel select {
	outline: none;
	background-color: transparent;
	border: 0px;
	font-weight: bold;
}
.navigation-panel select option {
	border: #000;
}
ul.menu-tabs {
	margin-left: 0px;
	list-style: none;
	padding: 10px 0px;
	display: inline-block;
	margin-left: 20px;
}
ul.menu-tabs li {
	display: inline-block;
}
ul.menu-tabs li a {
	text-decoration: none;
	font-size: 14px;
	color: #898989;
	padding: 10px 20px;
	border-radius: 5px;
}
ul.menu-tabs li a:hover {
	background: #960101;
	background: linear-gradient(to top, #960101, #e33f3f);
	color: #fff;
}
ul.menu-tabs li span {
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	background: #960101;
	background: linear-gradient(to top, #960101, #e33f3f);
}
.wr {
	display: table;
	width: 100%;
	border-spacing: 8px 10px;
	margin-left: -8px;
}
.mt_ {
	margin-top: -18px;
}
.catalog-wrap {
	display: table-row;
	width: 100%;
}
.catalog {
	width: 47%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 3px solid #dbdbdb;
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.catalog.empty {
	border: none;
}
.catalog.empty:hover {
	background: none;
}
.catalog:hover {
	background-color: #dbdbdb;
}
.catalog:hover .more {
	color: #000;
	background-color: #fff;
}
.catalog-img {
	width: 36%;
	float: left;
}
.catalog-img img {
	width: 100%;
	height: 100%;
}
.catalog-info {
	margin-left: 10px;
	padding-top: 5px;
}
.catalog-info h3 {
	font-size: 16px;
	margin-bottom: 18px;
}
.catalog-info p {
	margin-bottom: 0px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 1px;
}
.catalog-info p span {
	color: #bf2222;
}
.catalog-info b {
	color: #000;
	padding-top: 20px;
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-top: -10px;
}
.catalog-info b i {
	color: #bf2222;
	font-size: 24px;
}
.more {
	background-color: #dbdbdb;
	width: 160px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	outline: none;
	font-weight: bold;
	margin-left: 10px;
	display: block;
	text-decoration: none;
}
.more_red {
	cursor: pointer;
	background-color: #bf2222 !important;
	color: #fff !important;
}
.right-info {
	float: left;
	width: 60%;
}
.catalog-color {
	margin-left: 0px;
}
.catalog-price {
	padding-left: 16px;
	font-weight: 600;
}
.catalog-price span {
	font-size: 20px;
	color: #bf2222;
}
.catalog-color p {
	font-size: 13px;
	margin-left: 7px;
}
.catalog-color img {
	margin-left: 20px;
	display: block;
}
.catalog-color input {
	background-color: #bc2424;
	padding: 7px 10px;
	margin-top: 18px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	outline: none;
	font-weight: bold;
	margin-left: 5px;
}
.colors {
	width: 170px;
	/* background-color: red; */
	/*min-height: 72px;*/
}
.colors:after {
	content: '';
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
.colors img {
	float: left;
	margin-bottom: 5px;
	margin-left: 15px !important;
}
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}

/*///////////////////////////////////////////PORTFOLIO//////////////////////////////////////////////*/

.portfolio {
	width: 47%;
	float: left;
	border: 3px solid #dbdbdb;
	margin-left: 20px;
	margin-bottom: 20px;
}
.portfolio-img {
	width: 39%;
	float: left;
	position: relative;
}
.portfolio-img img {
	width: 100%;
}
.portfolio-inf {
	font-weight: bold;
	width: 60%;
	float: left;
	overflow: hidden;
}
.portfolio-inf h3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.portfolio-inf p {
	color: #898989;
	font-size: 13px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.portfolio-inf p span {
	color: #bf2222;
}
.portfolio-inf div {
	margin-left: 13px;
	padding-top: 10px;
	font-size: 13px;
}
.portfolio-inf a {
	color: #bf2222;
}
.crumbs {
	margin-bottom: 20px;
}
.crumbs a {
	color: #d75f78;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.crumbs b {
	margin: 0px 10px;
}
.crumbs span {
	font-size: 12px;
	font-weight: bold;
}

/*///////////////////////////////////////////COUR//////////////////////////////////////////////*/

.bg-slider img {
	width: 100%;
	margin-top: -90px;
}
.wrap-cour {
	position: relative;
	padding: 0px 50px;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.item {
	border: 3px solid #dbdbdb;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.owl-prev {
	width: 37px;
	height: 36px;
	position: absolute;
	top: 30%;
	left: -45px;
	z-index: 1;
	background-image: url(../img/arrow-left.png);
}
.owl-next {
	width: 37px;
	height: 36px;
	position: absolute;
	top: 30%;
	right: -40px;
	z-index: 1;
	background-image: url(../img/arrow-right.png);
}
.slider5 .item {
	/*height: 232px;*/
}
.item {
	position: relative;
	padding: 10px 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

/*@media screen and (max-width: 980px){
	.item{
		width: 60%;
	}
}*/

.wrap-img-cour {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
@media screen and (max-width: 980px) {
	.wrap-img-cour img {
		width: 100%;
	}
}
.hot, .new, .discounts {
	width: 47px;
	height: 47px;
	position: absolute;
	top: -5px;
	right: -5px;
}
.hot {
	background-image: url(../img/hot.png);
}
.new {
	background-image: url(../img/new.png);
}
.discounts {
	background-image: url(../img/discounts.png);
}
.price {
	font-size: 24px;
	color: #f89a1c;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 10px;
}
.item a.see-more, .item a.in-cart {
	width: 92%;
	height: 40px;
	color: #fff;
	background-color: #dbdbdb;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	text-decoration: none;
	margin: 0px auto;
}
.slide .item a.see-more:hover {
	background-color: #cc3333;
}
ul.buttons {
	width: 619px;
	height: 40px;
	margin: 0px auto;
	margin-bottom: 20px;
	margin-top: -1%;
	z-index: 1;
	position: relative;
}
ul.buttons li {
	list-style: none;
	float: left;
	;
	margin-right: 20px;
}
ul.buttons li a {
	padding: 9px 20px;
	background: #494949;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
}
ul.buttons li a:hover {
	background: #960101;
	background: linear-gradient(to top, #960101, #e23e3e);
	text-decoration: none;
	color: #fff;
}
.portfilio-gallery {
	margin-bottom: 0px;
}

/*///////////////////////////////////////////FLEXSLIDER//////////////////////////////////////////////*/


/* Media Queries
***********************/

@media screen and (max-width: 960px) {
	#container {
		padding: 35px;
	}
	header {
		width: 380px;
	}
	#main {
		margin-left: 380px;
	}
	aside h3 {
		float: none;
		font-size: 20px;
	}
	.toggle {
		margin-left: 0;
		float: none;
	}
}
@media screen and (max-width: 768px) {
	#container {
		padding: 20px 30px;
	}
	header {
		width: 100%;
		float: none;
		text-align: center;
	}
	header img {
		width: 120px;
	}
	header h1 {
		margin: 0 auto 10px;
		font-size: 32px;
	}
	header h2 {
		font-size: 16px;
	}
	header .button {
		margin-bottom: 28px;
	}
	#main {
		margin-left: 0;
	}
	h3.nav-header {
		margin: 0 auto 10px;
		font-size: 16px;
	}
	nav {
		position: relative;
		min-height: 46px;
		margin-bottom: 20px;
		width: 100%;
	}
	nav ul {
		width: 260px;
		padding: 0;
		position: absolute;
		left: 50%;
		margin-left: -130px;
		top: 0;
		z-index: 9999;
		border: 1px solid #1e5486;
		background: #255a8c;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), inset 0 0 2px 0 rgba(255, 255, 255, 0.2);
		-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), inset 0 0 2px 0 rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), inset 0 0 2px 0 rgba(255, 255, 255, 0.2);
	}
	nav li {
		display: none;
		/* hide all <li> items */
		margin: 0;
	}
	nav li a {
		border: none!important;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	}
	nav li a:hover {
		text-decoration: underline;
	}
	nav .active {
		display: block;
		/* show only current <li> item */
	}
	nav a {
		display: block;
		padding: 10px 20px;
		text-align: center;
		font-size: 12px;
	}
	nav .active a {
		background: none;
		color: #fff;
		position: relative;
	}
	nav .active a:after {
		font-family: flexslider-icon;
		content: '\f005';
		font-size: 13px;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	/* on nav hover */
	nav ul:hover {
		background: #32679a;
	}
	nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	nav ul:hover .active {
		border: 1px solid #1e5486!important;
		background: #255a8c;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}
	nav ul:hover .active a:after {
		display: none;
	}
}
.black {
	color: #000 !important;
}
.sliderkit {
	float: left;
}
.description {
	width: 40%;
	/*padding-left: 360px;*/
	list-style-position: inside;
	float: left;
	margin-left: 20px;
	/*border-bottom: 1px solid #dbdbdb;*/
}
.item-information p {
	background: url(../img/dotted.jpg) left 3px;
	background-repeat: repeat-x;
	width: 100%;
	display: block;
	position: relative;
	margin-right: 450px;
	font-weight: bold;
	font-size: 14px;
}
.item-information p b {
	background-color: #fff;
	padding-bottom: 1px;
	color: #000;
}
.item-information p span {
	background-color: #fff;
	padding-bottom: 1px;
	position: absolute;
	right: 0px;
	color: #bf2222;
}
.description div {
	font-size: 14px;
	margin-bottom: 5px;
}
.description .item-html {
	height: 290px;
	overflow: hidden;
}
.wrap-ver-slider {
	position: relative;
	margin-bottom: 20px;
}
.ver-slider {
	float: left;
	position: relative;
	margin-left: 21px;
	margin-top: 23px;
	float: left;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after, {
	clear: both;
}
.ver-slider .slide img {
	cursor: pointer;
}
.description a {
	/* background-color: #bc2424; */
	/* width: 200px; */
	/* height: 40px; */
	color: #bc2424;
	/* display: block; */
	/* font-size: 14px; */
	text-decoration: none;
	/* text-align: center; */
	/* vertical-align: middle; */
	/* line-height: 40px; */
	/* text-transform: uppercase; */
}

}
.modules {
	overflow: hidden;
}
.module {
	width: 200px;
}
.gall_colors img {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 10px;
}
.gall_colors img {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 10px;
}
.gall_colors .img-wrap {
	display: inline-block;
	position: relative;
}
.gall_colors .img-wrap .big {
	background-color: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	display: none;
	left: -14px;
	position: absolute;
	top: -14px;
	width: 70px;
	z-index: 20;
}
.gall_colors .img-wrap:hover .big {
	display: block;
	border: 2px solid #ffffff;
}
.gall_colors .img-wrap .big img {
	width: 100%;
	margin: 0;
}
.gall_colors .img-wrap .big span {
	font-size: 11px;
	display: block;
	text-align: center;
}

/*
 SyntaxHighlighter - http://alexgorbatchev.com/SyntaxHighlighter
 
 SyntaxHighlighter is donationware. If you are using it, please donate. - http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 
 @version - 3.0.83 (July 02 2010)
 @copyright - Copyright (C) 2004-2010 Alex Gorbatchev.
 @license - Dual licensed under the MIT and GPL licenses.
*/
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
	-moz-border-radius: 0 0 0 0 !important;
	-webkit-border-radius: 0 0 0 0 !important;
	background: none !important;
	border: 0 !important;
	bottom: auto !important;
	float: none !important;
	height: auto !important;
	left: auto !important;
	line-height: 1.1em !important;
	margin: 0 !important;
	outline: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	position: static !important;
	right: auto !important;
	text-align: left !important;
	top: auto !important;
	vertical-align: baseline !important;
	width: auto !important;
	box-sizing: content-box !important;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-size: 1em !important;
	min-height: inherit !important;
	min-height: auto !important;
}
.syntaxhighlighter {
	width: 100% !important;
	margin: 1em 0 1em 0 !important;
	position: relative !important;
	overflow: auto !important;
	font-size: 1em !important;
}
.syntaxhighlighter.source {
	overflow: hidden !important;
}
.syntaxhighlighter .bold {
	font-weight: bold !important;
}
.syntaxhighlighter .italic {
	font-style: italic !important;
}
.syntaxhighlighter .line {
	white-space: pre !important;
}
.syntaxhighlighter table {
	width: 100% !important;
}
.syntaxhighlighter table caption {
	text-align: left !important;
	padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {
	width: 100% !important;
}
.syntaxhighlighter table td.code .container {
	position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
	box-sizing: border-box !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	background: white !important;
	padding-left: 1em !important;
	overflow: hidden !important;
	white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {
	text-align: right !important;
	padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter table td.code .line {
	padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
	padding-left: 0em !important;
}
.syntaxhighlighter.show {
	display: block !important;
}
.syntaxhighlighter.collapsed table {
	display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
	padding: 0.1em 0.8em 0em 0.8em !important;
	font-size: 1em !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
	display: inline !important;
	margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
	padding: 0 !important;
	display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
	display: inline !important;
}
.syntaxhighlighter .toolbar {
	position: absolute !important;
	right: 1px !important;
	top: 1px !important;
	width: 11px !important;
	height: 11px !important;
	font-size: 10px !important;
	z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
	display: inline !important;
}
.syntaxhighlighter .toolbar a {
	display: block !important;
	text-align: center !important;
	text-decoration: none !important;
	padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
	display: none !important;
}
.syntaxhighlighter.ie {
	font-size: .9em !important;
	padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
	line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
	padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content, .syntaxhighlighter.printing .line.alt2 .content, .syntaxhighlighter.printing .line.highlighted .number, .syntaxhighlighter.printing .line.highlighted.alt1 .content, .syntaxhighlighter.printing .line.highlighted.alt2 .content {
	background: none !important;
}
.syntaxhighlighter.printing .line .number {
	color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
	color: black !important;
}
.syntaxhighlighter.printing .toolbar {
	display: none !important;
}
.syntaxhighlighter.printing a {
	text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
	color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
	color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
	color: blue !important;
}
.syntaxhighlighter.printing .keyword {
	color: #006699 !important;
	font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
	color: gray !important;
}
.syntaxhighlighter.printing .variable {
	color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
	color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
	color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
	color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
	font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
	color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
	color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
	color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
	color: black !important;
}

/* Theming */
.syntaxhighlighter {
	clear: both;
	width: auto!important;
	font-size: 13px !important;
	line-height: 21px !important;
	font-family: Courier, "Courier New", monospace;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff !important;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
	color: #ff5454 !important;
}
.syntaxhighlighter .line.alt1, .syntaxhighlighter .line.alt2 {
	width: 100% !important;
	padding: 0 !important;
	background-color: #fff !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
	background-color: #fff !important;
}
.syntaxhighlighter table td.code {
	width: auto !important;
	padding: 10px 12px!important;
}
.syntaxhighlighter table td.code .line {
	width: auto !important;
	padding: 0 !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
	color: #cc7ac6!important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
	color: #888!important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
	color: #999!important;
}
.syntaxhighlighter .keyword {
	color: #2a93b9!important;
}

/**/
.syntaxhighlighter {
	background-color: white !important;
}
.syntaxhighlighter .line.alt1 {
	background-color: white !important;
}
.syntaxhighlighter .line.alt2 {
	background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
	background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
	color: black !important;
}
.syntaxhighlighter table caption {
	color: black !important;
}
.syntaxhighlighter .gutter {
	color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
	border-right: 3px solid #6ce26c !important;
}
.syntaxhighlighter .gutter .line.highlighted {
	background-color: #6ce26c !important;
	color: white !important;
}
.syntaxhighlighter.printing .line .content {
	border: none !important;
}
.syntaxhighlighter.collapsed {
	overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
	color: blue !important;
	background: white !important;
	border: 1px solid #6ce26c !important;
}
.syntaxhighlighter.collapsed .toolbar a {
	color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
	color: red !important;
}
.syntaxhighlighter .toolbar {
	color: white !important;
	background: #6ce26c !important;
	border: none !important;
}
.syntaxhighlighter .toolbar a {
	color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
	color: black !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
	color: black !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
	color: #008200 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
	color: blue !important;
}
.syntaxhighlighter .keyword {
	color: #006699 !important;
}
.syntaxhighlighter .preprocessor {
	color: gray !important;
}
.syntaxhighlighter .variable {
	color: #aa7700 !important;
}
.syntaxhighlighter .value {
	color: #009900 !important;
}
.syntaxhighlighter .functions {
	color: #ff1493 !important;
}
.syntaxhighlighter .constants {
	color: #0066cc !important;
}
.syntaxhighlighter .script {
	font-weight: bold !important;
	color: #006699 !important;
	background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
	color: gray !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
	color: #ff1493 !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
	color: red !important;
}
.syntaxhighlighter .keyword {
	font-weight: bold !important;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Icon Fonts
*********************************/

/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 700;
	height: 200px;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	width: 100%;
	height: 350px;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 58px;
	height: 94px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -60px;
	background-image: url(../img/flex-arrow-prev.png);
	width: 58px;
	height: 94px;
}
.flex-direction-nav .flex-next {
	right: -60px;
	text-align: right;
	background-image: url(../img/flex-arrow-next.png);
	width: 58px;
	height: 94px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 1!important;
	filter: alpha(opacity=1);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '';
}
.flex-direction-nav a.flex-next:before {
	content: '';
}
.flex-prev {}
.block1 {
	width: 40%;
	height: 350px;
	float: left;
	margin-left: 30px;
}
.block1 h2 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-top: 0px;
}
.block1 p {
	font-size: 15px;
	color: #898989;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 20px;
}
.block1 p span {
	color: #000;
}
.block1 b {
	color: #bc2424;
	font-size: 30px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	display: block;
}
.block1 a {
	border: 1px solid #000;
	padding: 6px 55px;
	color: #000;
	margin-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.block1 input {
	margin-top: 20px;
	margin-left: 20px;
	background-color: #bf2d2d;
	padding: 6px 30px;
	color: #fff;
	text-transform: uppercase;
	outline: none;
	display: block;
}
.block2 {
	width: 45%;
	height: 350px;
	float: right;
	margin-right: 69px;
}
.block2 img {
	height: 100% !important;
	margin: 0px auto;
	padding-right: 40px;
}
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
.aabbs {
	width: 300px;
	height: 360px;
	float: right;
	margin-top: -330px;
}
.wrap-slider {
	overflow: hidden;
	margin-bottom: 30px;
}
.wrap-flex {
	width: 760px;
	height: 350px;
	margin-left: 60px;
	margin-bottom: 50px;
	float: left;
}
@media screen and (max-width: 1530px) {
	.aabbs {
		display: none;
	}
	.wrap-slider .bx-wrapper {
		max-width: 1200px!important;
	}
	.wrap-flex {
		width: 90%;
		overflow: visible;
	}
	.flexslider {
		width: 97%;
	}
}
.see_more {
	background: url(../img/show-more.jpg) 134px 13px;
	background-repeat: no-repeat;
	padding: 5px 30px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
}
.gall_colors {
	/*position: absolute;
	top: 0px;
	right: 100px;*/
	
	float: right;
	width: 230px;
}
.gall_colors span {
	color: #898989;
	display: block;
	margin-bottom: 5px;
}
.color {
	background-image: url(../img/color2.jpg);
	background-repeat: no-repeat;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	padding-left: 50px;
	color: #898989;
	font-size: 14px;
	margin-top: 5px;
}
.mb-20px {
	margin-bottom: 20px;
	display: block;
}
.item-list .item {
	width: 24%;
	display: inline-block;
	margin-right: 1%;
	margin-bottom: 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.item-list .item:hover .opacity {
	bottom: 0;
}
.item-list .item a {
	background-color: #cc3333;
}
.item-list .item .portfilio-gallery a {
	background: none;
}
.item-list .item .price {
	color: #cc3333;
}
.price {
	margin-top: -12px;
	margin-bottom: 12px;
}

/*///////////////////////////////////////////MEDIA//////////////////////////////////////////////*/
@media screen and (max-width: 1180px) {
	.gall_colors {
		position: relative;
		float: none;
		margin-left: 20px;
		width: 415px;
	}
	.colors-item img {
		display: inline-block;
		margin-right: 10px;
	}
	.color {
		float: left;
		margin-right: 20px;
	}
	/* .wrap-ver-slider{
		height: 320px;
	} */
}
@media screen and (max-width: 1205px) {
	.portfolio {
		float: none;
		margin: 0px auto 20px;
		display: block;
		overflow: hidden;
		width: 90%;
	}
}
@media screen and (max-width: 1320px) {
	.menu {
		width: 820px;
	}
	.menu ul li {
		margin-left: 20px;
	}
	.search {
		margin-left: 820px;
	}
	.contacts .work-only {
		width: 215px;
	}
	.contacts {
		width: 80%;
	}
	.gall_colors {
		position: relative;
		float: left;
		margin: 50px 0px 0px 20px;
		width: 415px;
	}
}
@media screen and (max-width: 1040px) {
	.menu {
		width: 760px;
	}
	.menu ul li {
		margin-left: 15px;
	}
	.search {
		margin-left: 760px;
	}
	.search input {
		width: 85%;
	}
}
@media screen and (max-width: 980px) {
	.service {
		height: 0px;
	}
}
@media screen and (max-width: 1250px) {
	.news {
		width: 600px;
		min-height: 137px;
		float: none;
		margin: 0px auto;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1500px) {}
@media screen and (min-width: 1500px) {
	.catalog-color {
		position: absolute;
		left: 370px;
		top: 32px;
	}
}
@media screen and (max-width: 1500px) {
	.more {
		margin-left: 15px;
		margin-bottom: 10px;
	}
	.catalog-info {
		margin-left: 15px;
	}
	.catalog-color input {
		margin-left: 15px;
		margin-top: -20px;
	}
	.catalog-color p {
		margin-left: 15px;
		margin-top: 5px;
	}
	.catalog-img {
		width: 40%;
	}
	.right-info {
		width: 60%;
	}
}

/*@media screen and (max-width: 1400px){
	.tab_container .bx-next{
		right: -20px!important;
}*/

}
@media screen and (max-width: 1200px) {
	.tab_container .bx-next {
		right: -25px!important;
	}
}
@media screen and (max-width: 1080px) {
	.tab_container .bx-next {
		right: -30px!important;
	}
}
@media screen and (max-width: 1100px) {
	.tab_container {
		margin: 0px 50px;
	}
	.tab_container .bx-next {
		right: -32px!important;
	}
}
@media screen and (max-width: 980px) {
	.tab_container {
		padding-top: 85px;
	}
}
.change {
	width: 220px;
	height: 220px;
	float: left;
	margin-left: 20px;
}
.opacity {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	/*height: 50px;*/
	bottom: 0;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	line-height: 18px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.opacity b, .opacity p {
	margin: 0;
}
.opacity b {
	color: #fff;
	text-align: left;
	display: block;
}
.opacity p {
	color: #fff;
	font-size: 12px;
}
.opacity p span {
	color: #f89a1c;
}
a.send {
	width: 180px;
	height: 40px;
	display: block;
	background-color: #dbdbdb;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 40px;
	text-transform: uppercase;
	margin-left: 13px;
	margin-top: 10px;
	font-weight: normal;
}
.change img {
	width: 100%;
}
.point {
	width: 58px;
	height: 57px;
	background-image: url(../img/point.png);
	position: absolute;
	top: -119px;
	left: 38%;
	display: none;
}
.box {
	position: relative;
}
.box:hover .point, a.reviews-item:hover .point {
	display: block;
}
.description h5 {
	padding-top: 0px;
	margin-bottom: 9px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-left: -3px;
}
a.order {
	color: #fff;
	width: 170px;
	text-align: center;
	padding: 6px 0px;
	background-color: #bc2424;
	text-transform: uppercase;
	margin-top: 15px;
	display: block;
}
h2.slider_caption {
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: -5px;
	margin-bottom: 20px;
}
.reviews-item {
	position: relative;
	width: 15.1%;
	/*height: 219px;*/
	display: inline-block;
	margin-left: 1%;
	margin-bottom: 1%;
}
.reviews-item img {
	border: 1px solid #ddd;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.reviews-item:hover img {
	border: 1px solid #bf2222;
}
.reviews-item .point {
	top: 50%;
	left: 50%;
	margin-left: -29px;
	margin-top: -29px;
}
@media screen and (max-width: 1049px) {
	.reviews-item {
		width: 18.1%;
	}
}
.cat-item-tabs {
	float: right;
	list-style: none;
	margin-top: 55px;
	margin-right: 45px;
}
.product-tabs {
	margin-top: 0;
}
.variants-wrap .item {
	box-shadow: none;
}
.cat-item-tabs li {
	display: inline-block;
	margin-left: 20px;
}
.cat-item-tabs li a {
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px 0 6px 0;
}
.cat-item-tabs li:first-child a {
	width: 146px;
	background: url(../img/arrow-tabs.png) 0 -38px no-repeat;
}
.cat-item-tabs li:first-child a:hover, .cat-item-tabs li:first-child.active a {
	background-position: 0 0;
	color: #8a8a8a;
}
.cat-item-tabs li:last-child a {
	width: 190px;
	background: url(../img/arrow-tabs.png) -160px -38px no-repeat;
}
.cat-item-tabs li:last-child a:hover, .cat-item-tabs li:last-child.active a {
	background-position: -160px 0;
	color: #8a8a8a;
}

/*Products-item TABS*/
.var-item {
	width: 100%;
	border: 3px solid #dbdbdb;
	overflow: hidden;
	padding: 5px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.var-item .img {
	float: left;
	margin-right: 10px;
}
.var-item .img a {
	display: block;
	position: relative;
	width: 192px;
	height: 152px;
}
.var-item .img a.tobasket {
	width: 172px;
	height: 30px;
	background: #bc2424;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
	margin-top: 5px;
	margin-left: 8px;
}
.var-item .img a span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 0 0 5px;
	background: rgba(0, 0, 0, .5);
	box-sizing: border-box;
	color: #fff;
	width: 192px;
	padding: 5px 0 5px 5px;
}
.var-item thead th {
	background-color: #dbdbdb;
	border-right: 2px solid #fff;
	color: #898989;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	padding-left: 5px;
}
.var-item table {
	width: 79%;
	height: 160px;
	border-collapse: collapse;
}
.var-item table tr {
	border-bottom: 1px solid #dbdbdb;
}
.var-item table tr:last-child {
	border: none;
}
.var-item table td {
	padding: 0 5px;
}
.variants-wrap {
	margin: 0 45px 0 20px;
	clear: both;
}
.variants-wrap .opacity {
	bottom: -200px;
}

/*============BASKET PAGE===============*/
.basket-wrap {
	padding-top: 30px;
	margin: 0 20px 10px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-bottom: 1px solid #dbdbdb;
}
.basket-item {
	position: relative;
	width: 100%;
	border: 3px solid #dbdbdb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 5px;
}
.basket-item .box {
	float: left;
	margin-right: 10px;
}
.basket-item table {
	width: 90%;
}
@media screen and (max-width: 1024px) {
	.basket-item table {
		width: 85%;
	}
}
.basket-item thead {
	text-align: left;
}
.basket-item table th, .basket-item table td {
	padding: 5px;
}
.basket-item thead th {
	background-color: #dbdbdb;
	color: #898989;
	font-size: 13px;
}
.basket-item thead tr {
	text-align: justify;
}
.del, .re {
	position: relative;
	z-index: 200;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 18%;
}
.del {
	background-color: #bc2424 !important;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px !important;
}
.del a {
	color: #fff;
	text-decoration: none;
}
.re {
	background-color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px !important;
	border: 1px solid #000 !important;
}
.re a {
	color: #000 !important;
	text-decoration: none;
}
.deleted .hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
	z-index: 100;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.deleted {
	border-color: #f4f4f4;
}
.fin-coast {
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 40px;
}
.fin-coast p {
	float: right;
	font-weight: bold;
	font-size: 18px;
}
.fin-coast p span {
	color: #bc2424;
}
.form-block {
	width: 408px;
	margin-left: 30px;
}
.form-block input, .form-block label, .form-block button {
	display: block;
}
.form-block button {
	float: right;
	background-color: #fff;
	border: 1px solid #000;
	text-align: center;
	text-transform: uppercase;
	width: 192px;
	height: 29px;
	vertical-align: middle;
	cursor: pointer;
}
.form-block input {
	width: 408px;
	height: 24px;
	outline-color: #bc2424;
	border: 1px solid #dbdbdb;
	margin-bottom: 10px;
}
.form-block textarea {
	width: 408px;
	height: 100px;
	border: 1px solid #dbdbdb;
	margin-bottom: 10px;
	outline-color: #bc2424;
}
.form-block label {
	margin-bottom: 5px;
	color: #898989;
	font-size: 14px;
}
.form-block h5 {
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.dnone {
	display:none;
}

/*.slider5 .slide{
	height:195px;

}*/
@media screen and (min-width: 1530px) {
	.index .left-aabbs {
		display: none;
	}
}
.left-aabbs {
	clear: both;
	width: 300px;
	float: left;
	margin-top: 20px;
}
.block1 .desc {
	margin: 10px 20px 20px 20px;
}
.block1 .desc p {
	margin: 0 0 10px 0;
}
.search-item h2 {
	margin: 0;
}
.search-item h2 a {
	color: #3f3f3f;
	font-size: 22px;
}
.search-item h2 a:hover {
	text-decoration: none;
}
.tabs-position {
	height:20px;
}
.project-desc p {
	font-weight: normal;
	background: none;
}

/*================== Without Javascript =================*/
.slider5 {
	position: relative;
	overflow: hidden;
	padding: 10px 0 20px 0;
	height: 255px;
}
.slider5 .slide {
	width: 232px;
	float: left;
	height: 238px;
	margin-bottom: 15px;
	margin-right: 20px;
}
.wrap-slider {
	position: relative;
}

/*================== SOCIALS =================*/
.socials {
	width: 280px;
	float: right;
	overflow: hidden;
}
.socials p {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
}
.socials a {
	width: 39px;
	height: 38px;
	float: left;
	margin-right: 10px;
	background: url(../img/socials.png) 0 0 no-repeat;
}
.socials a:last-child {
	margin-right: 0;
}
.socials a.twitter {
	background-position: 0 0;
}
.socials a.facebook {
	background-position: -49px 0;
}
.socials a.google {
	background-position: -98px 0;
}
.socials a.vk {
	background-position: -147px 0;
}

/*================== LAST-TABS=================*/
ul.tabs-list {
	overflow: hidden;
	list-style: none;
	padding: 10px 0px;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
}
ul.tabs-list li {
	float: left;
}
ul.tabs-list li a {
	text-decoration: none;
	font-size: 14px;
	color: #898989;
	padding: 10px 20px;
	border-radius: 5px;
}
ul.tabs-list li:hover a, ul.tabs-list li.active a {
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	background: #960101;
	background: linear-gradient(to top, #960101, #e33f3f);
}
.show-more {
	cursor:pointer;
	text-decoration:underline;
	color: #ff3f3f;
}
.button {
	cursor: pointer;
}
.button_grey {
	background: -webkit-linear-gradient(bottom, #D0CFCF, #E6E5E5) repeat scroll 0% 0% transparent !important;
	background: -o-linear-gradient(bottom, #D0CFCF, #E6E5E5) repeat scroll 0% 0% transparent !important;
	background: linear-gradient(to top, #D0CFCF, #E6E5E5) repeat scroll 0% 0% transparent !important;
	text-transform: none !important;
	color: #777 !important;
	font-weight: 600;
}
.content .wrap-ver-slider .change a.button {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	background: linear-gradient(to top, #960101, #E33F3F) repeat scroll 0% 0% transparent;
	border-radius: 5px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	margin: 5px 0px;
	white-space: nowrap;
	width: 183px;
	text-align: center;
}
.content .wrap-ver-slider .change .catalog-price {
	padding-left: 0;
	font-weight: 400;
	color: #898989;
}
.content .wrap-ver-slider .change .catalog-price span {
	float: right;
	font-size: 24px;
	top: -5px;
	position: relative;
}
div.order {
	width: 430px;
	height: 325px;
	padding: 10px;
	background: #fff;
	clear: both;
}
div.order .form-block {
	margin: 0px auto;
	background: #fff;
}
div.order .form-block button {
	display: block;
	margin-bottom: 15px;
}
div.order span {
	font-size: 25px;
	color: #000;
	margin: 5px auto;
	text-align: center;
	display: block;
}
.right-content ul {
	list-style-position: inside;
	margin-bottom: 10px;
	margin-left:0;
}
.right-content ul li {
	font-size: 15px;
	line-height:16px;
	color: #000;
}
._product-item {
	min-height:380px;
}
._product-item .price {
	color: #cc3333;
	height: 25px;
	margin-top: 10px;
}
._product-item a.in-cart {
	background-color: #cc3333;
	width: 92%;
	height: 40px;
	color: #fff;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	text-decoration: none;
	margin: 0px auto;
}

/*попапы*/
.im-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 9999;
	font-size: 0;
	overflow-y: auto;
	padding: 65px 0;
	padding: 4.0625rem 0;
	background-color: rgba(0, 0, 0, .7);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility ease-in-out .3s, opacity .3s ease-in-out;
	transition: visibility ease-in-out .3s, opacity .3s ease-in-out
}
.im-popup:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle
}
.im-popup .im-popup-inside {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1rem
}
.im-popup._visible {
	opacity: 1;
	visibility: visible
}
.b-popup {
	position: relative;
	width: 410px;
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
}
.b-popup input[type="text"], .b-popup textarea {
	width: 100%;
	height: 24px;
	border: 1px solid #dbdbdb;
	margin-bottom: 10px;
}
.b-popup textarea {
	height: 100px;
}
.b-popup input[type="text"]:focus, .b-popup textarea:focus {
	border-color: #d77d1a;
	outline: 0px;
}
.b-popup label {
	display: block;
	margin-bottom: 5px;
	color: #898989;
	font-size: 14px;
}
.b-popup__title {
	font-size: 28px;
	color: #d77d1a;
	margin-bottom: 10px;
}
.b-popup__close {
	position: absolute;
	top: 28px;
	right: 20px;
	display: block;
	width: 20px;
	height: 20px;
	background-size: cover;
	background-image: url(../img/cross.png);
}
.b-popup input[type="submit"] {
	float: right;
	margin: 0px;
	width: 192px;
	height: 29px;
}