/* ----------------------------------------- GLOBAL ----------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic-ext');

@charset "UTF-8";
@font-face {
	font-family: 'Rouble';
	src: 	url('rouble/rouble.eot');
	src: 	url('rouble/rouble.eot?#iefix') format('embedded-opentype'),
			url('rouble/rouble.woff') format('woff'),
			url('rouble/rouble.ttf') format('truetype'),
			url('rouble/rouble.svg#rouble') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	outline: none;
	resize: none;
	font-family: "Roboto", sans-serif;
}
.rouble {
	font-family: 'Rouble';
	font-weight: 100;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 14px;
	color: #3f3f3f;
	min-width: 1250px;
	background: url('../images/bg_1.jpg');
}
.clear {
	clear: both;
}
input[type=text],
input[type=password],
input[type=file],
textarea {
	border: 2px solid #eeeeee;
	background: #fff;
	background-position: 900px 17px;
	font-family: "Roboto", sans-serif;
	padding: 12px 10px;
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 500px;
	color: #000000;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
textarea {
	width: 500px;
	height: 100px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
textarea:focus {
	border-color: #38373a;
}
input[type=submit],
button,
.button {
	background: #f63c3c;
	padding: 13px 30px;
	display: block;
	margin: 0 auto;
	color: #fff !important;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 3px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	border: 0;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.button_transparent {
	background: transparent;
	border: 2px solid #000;
	color: #000 !important;
}
input[type=submit]:hover,
button:hover,
.button:hover,
input[type=submit]:active,
button:active,
.button:active {
	background: #de2a2a;
}
.button_transparent:hover,
.button_transparent:active {
	background: transparent;
	color: #de2a2a !important;
	border-color: #de2a2a;
}
.white_transparent {
	background: transparent;
	border: 2px solid #fff;
	color: #fff !important;
}
.white_transparent:hover,
.white_transparent:active {
	background: transparent;
	color: #ffba00 !important;
	border-color: #ffba00;
}
.small_button {
	font-size: 15px;
	font-weight: 50;
	padding: 10px 24px;
}
.ico_download {
	background: url('../images/template/ico_download.png') no-repeat left center;
	padding-left: 30px;
}
.middle {
	width: 1200px;
	margin: 0 auto;
}
.error_input {
	border-color: #ee2f30 !important;
	background-image: url('../images/error_input.png') !important;
	background-repeat: no-repeat !important;
	background-position: right 14px !important;
}
.scrollTo {
	cursor: pointer;
}
.preload {
	width: 100%;
	height: 100vh;
	background: #38373a url('../images/loader.gif') no-repeat center center;
	position: fixed;
	z-index: 5000;
	display: block;
}
.block_forms .row {
	clear: both;
}
.block_forms .row .column,
.block_forms .row .column2 {
	float: left;
	width: 238px;
	margin-right: 40px;
	margin-bottom: 5px;
}
.block_forms .row .column2 {
	width: 516px;
}
#frm_feedback .row .column:first-child {
	margin-left: 20px;
}
.block_forms .row .column:last-child {
	margin-right: 0;
}
.block_forms .row .column input {
	width: 100%;
	text-align: left;
}
.block_forms .row textarea {
	width: 793px;
	text-align: left;
	margin-bottom: 15px;
}
.left_img {
	float: left;
	margin: 15px 30px 20px 0;
}


/* ----------------------------------------- HEADER ----------------------------------------- */

#header {
	background: #38373a;
	overflow: hidden;
	height: 70px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: -1px;
}
#header .logo {
	float: left;
	overflow: hidden;
	height: 70px;
	margin-right: 50px;
}
#header .logo a {
	display: block;
	margin-top: 10px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
#header .logo a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#header .menu {
	float: left;
	overflow: hidden;
	height: 70px;
}
#header .menu ul {
	padding-top: 3px;
}
#header .menu li {
	display: inline-table;
}
#header .menu li:last-child {
	margin-right: 0;
}
#header .menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
	display: block;
	padding: 25px 10px 21px 10px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	border-bottom: 4px solid rgba(0, 0, 0 ,0);
}
#header .menu li a:hover {
	color: #f63c3c;
}
#header .menu li.active a {
	color: #f63c3c;
	border-bottom-color: #f63c3c;
}
#header .menu li .submenu {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	visibility: hidden;
	position: absolute;
	width: 100%;
	background: #343336;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	margin-top: 10px;
	padding: 30px 0;
	z-index: 1000;
}
#header .menu li .submenu li {
	width: 200px;
	margin-right: 30px;
	padding: 20px 0;
}
#header .menu li .submenu li a {
	color: #fff;
	padding: 0 0 12px 0;
	display: list-item;
	text-transform: normal;
	font-weight: 300;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	border-bottom: 0;
	background: url('../images/submenu_underline.png') no-repeat left bottom;
}
#header .menu li:hover .submenu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	margin-top: 0;
}
#header .menu li .submenu li a:hover {
	color: #f63c3c;
}
#header .phone {
	float: right;
	overflow: hidden;
	height: 70px;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	display: block;
	padding: 0;
	margin-right: 30px;
}
#header .phone .phone-inner {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}
#header .search {
	float: right;
	overflow: hidden;
	height: 30px;
	padding: 20px 0 20px 20px;
	background: url('../images/search_divider.png') no-repeat left center;
}
#header .search .serach_btn {
	display: block;
	width: 30px;
	height: 30px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background: url('../images/search_btn.png') no-repeat center center;
}
#header .search .serach_btn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.search_box {
	position: absolute;
	height: 58px;
	padding: 0 12px;
	background: #fff;
	width: 350px;
	margin: 1px 0 0 810px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	overflow: hidden;
	z-index: 1000;
}
.search_box.show {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	margin-left: 826px;
}
.search_box input[type=text] {
	background: #f5f5f5;
	border: 0;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: 600;
	color: #706e6e;
	padding: 9px 15px 10px 15px;
	text-align: left;
	margin-top: 11px;
	width: 320px;
}
.search_box input[type=text].error_input {
	background: #f5f5f5 !important;
	border: 0 !important;
	color: #FF0000 !important;
}
.search_box input[type=submit] {
	position: absolute;
	margin: -47px 0 0 304px;
	padding: 4px 20px 4px;
	background: url('../images/ico_search.png') no-repeat center center;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.search_box input[type=submit]:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ----------------------------------------- CONTENT -> BXSLIDER ----------------------------------------- */

.slider,
.bxslider,
.bxslider li {
	height: 545px;
	width: 100%;
}
.bxslider li {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bxslider li .middle {
	width: 1000px;
}
.bxslider li .text_block {
	width: 700px;
	height: 500px;
	vertical-align: middle;
	display: table-cell;
}
.bxslider li .text_block h2 {
	font-size: 50px;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}
.bxslider li .text_block p {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
}
.bxslider li .text_block .button {
	display: inline;
}
.bx-wrapper {
	margin-bottom: 0 !important;
}
.bx-wrapper .bx-pager {
	width: 1200px !important;
	left: 50% !important;
	margin-left: -600px !important;
	text-align: left !important;
	bottom: 20px !important;
}
.bx-wrapper .bx-controls-direction a {
	width: 100px !important;
	height: 100px !important;
	background-color: rgba(255, 255, 255, 0.3);
	background-image: url('../images/bxslider_arrow.png');
	background-repeat: no-repeat !important;
	margin-top: -50px !important;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	filter: alpha(opacity=60);
}
.bx-wrapper .bx-controls-direction a:hover {
	background-color: rgba(173, 166, 156, 0.9);
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}
.bx-wrapper .bx-prev {
	background-position: left center !important;
	left: 0px !important;
}
.bx-wrapper .bx-next {
	background-position: right center !important;
	right: 0px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	width: 40px !important;
	height: 4px !important;
	background: rgba(255, 255, 255, 0.3) !important;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: rgba(255, 255, 255, 0.6) !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff !important;
}
#small_slider {
	height: 300px;
}
#small_slider li {
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
}
.about .bx-pager {
	width: auto !important;
	bottom: 30px !important;
	left: 40px !important;
	margin-left: 0px !important;
}
.about .bx-pager.bx-default-pager a,
.about .bx-pager.bx-default-pager a:hover {
	background: #615c5d !important;
}
.about .bx-pager.bx-default-pager a.active {
	background: #e23a3b !important;
}


/* ----------------------------------------- CONTENT -> TEXT BLOCK ----------------------------------------- */

h1,
.h1 {
	font-family: "Roboto", sans-serif;
	color: #000;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 10px 0 30px 0;
	line-height: 40px;
}
.text_block a {
	color: #f63c3c;
	text-decoration: underline;
}
.text_block a:hover {
	text-decoration: none;
}
.text_block h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
}
.text_block p,
.text_block li {
	font-family: "Roboto", sans-serif;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 300;
	color: #202020;
}
.text_block .button {
	display: inline;
}
.text_block ul {
	padding: 5px 0;
}
.text_block li:before {
	content: "–";
	margin-left: -19px;
	margin-right: 5px;
}
.text_block li {
	padding: 0 0 0 20px;
	margin: 5px 0;
}
.text_block .tableLogos img {
	border: 3px solid #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin: 0 23px 15px 0;
}
.text_block .tableLogos img:hover {
	border-color: #f63c3c;
}


/* ----------------------------------------- CONTENT ----------------------------------------- */

#content .square {
	width: 300px;
	height: 300px;
}
#content .square,
#content .square .lnk_block {
	display: block;
	overflow: hidden;
	text-align: left;
}
#content .square {
	background: #e23a3b;
	float: left;
	position: relative;
}
#content .square .inner {
	width: 300px;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#content .square .lnk_block .text:after {
	display: block;
	width: 44px;
	height: 4px;
	content: "";
	background-color: #f63c3c;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-top: 20px;
}
#content .square .lnk_block:hover .text:after {
	background-color: #fff;
}
#content .square .lnk_block .text {
	position: absolute;
	top: 50px;
	left: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding-right: 10px;
	font-family: "Roboto", sans-serif;
	z-index: 400;
}
#content .square_black .lnk_block .text {
	color: #000;
}
#content .square .lnk_block .image {
	display: block;
	max-width: 100%;
	height: auto;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#content .square .lnk_block:hover .image {
	opacity: 0.1;
	-moz-opacity: 0.1;
	-webkit-opacity: 0.1;
}
#content .square .lnk_block .icon {
	position: absolute;
	bottom: -4px;
	left: 30px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
#content .square .lnk_block:hover .icon {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}
#content .sidebar {
	float: left;
	width: 300px;
	padding-top: 36px;
}
#content .content {
	padding-top: 0;
	margin-left: 300px;
}

/* ----------------------------------------- CONTENT -> INDEX ----------------------------------------- */

#content .about {
	background: url('../images/bg_1.jpg');
}
#content .about .left {
	float: left;
	width: 600px;
	padding: 0;
	position: relative;
}
#content .about #small_slider .text {
	padding: 40px 0 0 40px;
	width: 260px;
}
#content .about #small_slider .text p {
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
}
#content .about #small_slider .text .button {
	display: inline-block;
	margin-top: 15px;
}
#content .about .right {
	margin-left: 600px;
	text-align: right;
}
#content .about .line_2 .text_block {
	text-align: left;
	padding: 30px 40px;
}
#content .about .line_2 .text_block p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
#content .about .line_3 .left {
	position: relative;
	height: 300px;
	background: url('../images/bg_2.jpg');
}
#content .about .line_3 .left h2 {
	font-size: 48px;
	font-weight: 300;
	position: absolute;
	bottom: 20px;
	left: 20px;
	line-height: 50px;
	color: #000;
	text-transform: uppercase;
}
#content .about .line_3 .left h2 strong {
	font-weight: 500;
	display: block;
}
#content .portfolio {
	padding-bottom: 40px;
	background: url("../images/bg_2.jpg");
}
#content .portfolio .swiper_portfolio_block {
	position: relative;
	padding-left: 120px;
}
#content .portfolio .swiper_portfolio_block .swiper-prev,
#content .portfolio .swiper_portfolio_block .swiper-next {
	position: absolute;
	background-image: url("../images/arrow_black.png");
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	z-index: 1000;
	cursor: pointer;
	top: 40px;
	left: 0;
}
#content .portfolio .swiper_portfolio_block .swiper-prev {
	background-position: left top;
}
#content .portfolio .swiper_portfolio_block .swiper-next {
	background-position: right top;
	top: 130px;
}
#content .portfolio .swiper_portfolio_block .swiper-prev:hover {
	background-position: left bottom;
}
#content .portfolio .swiper_portfolio_block .swiper-next:hover {
	background-position: right bottom;
}
#content .portfolio .swiper-container {
	position: relative;	
}
#content .portfolio ul li,
#content .portfolio .swiper-container .swiper-slide {
	display: block;
	width: 270px;
	float: left;
	background: #fff;
	text-align: center;
	margin: 40px 40px 0 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	list-style: none;
	padding: 0;
	box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
}
#content .portfolio ul li:nth-child(4n+4) {
	margin-right: 0;
}
#content .portfolio ul li a,
#content .portfolio .swiper-container .swiper-slide a {
	display: block;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: 5px solid transparent;
}
#content .portfolio ul li a:hover,
#content .portfolio .swiper-container .swiper-slide a:hover {
	border-color: #000;
}
#content .portfolio ul li a img,
#content .portfolio .swiper-container .swiper-slide a img {
	display: block;
	max-width: 100%;
	height: auto;
}
#content .portfolio ul li a .name,
#content .portfolio .swiper-container .swiper-slide a .name {
	color: #000;
	height: 90px;
	overflow: hidden;
	display: block;
	text-align: left;
	font-weight: 300;
	padding: 15px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 10px;
}


/* -------------------- CONTENT -> PAGER -------------------- */

.pager {
	margin: 30px 0 50px 0;
}
.pager li:before {
	display: none;
}
.pager li {
	display: inline-table;
	margin-right: 5px;
	padding-left: 0 !important;
	background: none !important;
}
.pager li a,
.pager li span {
	display: block;
	padding: 5px 12px 7px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #a6a299;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.pager li a:hover {
	background: #8E8A7B;
}
.pager li span {
	color: #fff;
	background: #f63c3c;
}


/* ----------------------------------------- CONTENT -> BREADCRUMB ----------------------------------------- */

.breadcrumb {
	margin: 26px 0 15px 0;
}
.breadcrumb a,
.breadcrumb span {
	color: #706e6e;
	font-size: 13px;
	font-weight:400;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color: #000;
}
.breadcrumb span {
	text-decoration: none;
}

/* ----------------------------------------- CONTENT -> FORMS ----------------------------------------- */

#content .block_forms {
	margin: 0 auto;
	width: 1120px;
	background: #a6a299 url('../images/block_form_mail.png') no-repeat right bottom;
	padding: 40px 40px 60px 40px;
	margin-top: 100px;
	text-align: left;
}
#content .block_forms h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 36px;
	font-weight: 400;
	font-family: "Roboto Condensed", sans-serif;
}
#content .block_forms .description {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 40px;
}
#content .block_forms .buttons {
	margin: 0px;
}
#content .block_forms .buttons .button {
	display: inline;
	margin: 0;
	background: #fff;
	color: #1f1e1d !important;
}
#content .block_forms .buttons .button:hover {
	background: #1f1e1d;
	color: #fff !important;
}


/* ----------------------------------------- CONTENT -> CATALOG ----------------------------------------- */

#content .catalog_1 ul li,
#content .subcategories li {
	display: inline-table;
	text-align: center;
	vertical-align: top;
}
#content .subcategories {
	margin-top: 10px;
}
#content .subcategories li {
	width: 270px;
	margin: 40px 41px 0 0;
}
#content .subcategories li:nth-child(3n+3) {
	margin-right: 0;
}
#content .subcategories li .square {
	width: 270px;
	height: auto;
}
#content .catalog_1 ul li a,
#content .subcategories li a {
	display: block;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-decoration: none;
	color: #000;
}
#content .catalog_1 ul li a .name,
#content .subcategories li a .name {
	letter-spacing: 2px;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 400;
	font-family: "Roboto Condensed", sans-serif;
}
#content .subcategories li a .name {
	font-size: 20px;
}
#content .catalog_1 ul li a .image,
#content .subcategories li a .image {
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
}
#content .catalog_1 ul li a .image .overlay,
#content .subcategories li a .overlay {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	display: table-cell;
	width: 370px;
	height: 310px;
	vertical-align: middle;
	background: #ffba00;
	color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 150px;
	line-height: 220px;
    font-weight: 300;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	z-index: 500;
	margin-top: -314px;
}
#content .subcategories li a .overlay {
	width: 200px;
	height: 200px;
	margin-top: -204px;
	font-size: 70px;
	line-height: 140px;
}
#content .catalog_1 ul li a:hover .image .overlay,
#content .subcategories li a:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
#content .catalog_1 ul li a .image .overlay small,
#content .subcategories li a .overlay small {
	color: #fff;
    display: block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 24px;
	line-height: normal;
    letter-spacing: 3px;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    z-index: 500;
	margin-top: -20px;
}
#content .subcategories li a .overlay small {
	font-size: 16px;
}
#content .catalog_sidebar {
	margin-bottom: 50px;
}
#content .catalog_sidebar ul li {
	margin-left: -15px;
	padding-left: 15px;
}
#content .catalog_sidebar ul li.active {
	background: #f63c3c;
	margin-top: -1px;
}
#content .catalog_sidebar ul li a {
	display: block;
	font-family: "Roboto",sans-serif;
    font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 15px 10px 15px 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	width: 270px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-bottom: 1px solid #8f8f8f;
}
#content .catalog_sidebar ul li a:hover {
	color: #f63c3c;
}
#content .catalog_sidebar ul li.active a {
	color: #fff;
	border: 0;
}
#content .catalog_sidebar ul li:last-child a {
	border-bottom: 0;
}
#content .catalog_sidebar ul li ul li,
#content .catalog_sidebar ul li.active ul li {
	background: url('../images/bg_1.jpg');
	padding: 5px 0 5px 15px;
}
#content .catalog_sidebar ul li ul li a,
#content .catalog_sidebar ul li.active ul li a {
	border-left: 4px solid #a6a299;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #202020;
	text-decoration: underline;
	text-transform: none;
	letter-spacing: normal;
	padding: 2px 0 2px 15px;
}
#content .catalog_sidebar ul li ul li a:hover {
	color: #f63c3c;
	border-left-color: #f63c3c;
}
#content .catalog_sidebar ul li ul li.active a {
	border-left-color: #f63c3c;
	text-decoration: none;
	font-weight: 400;
}
#content .catalog_sidebar ul li ul li ul li,
#content .catalog_sidebar ul li.active ul li.active ul li {
	padding: 7px 0 0 15px;
	margin-left: 0;
}
#content .catalog_sidebar ul li ul li ul li a,
#content .catalog_sidebar ul li.active ul li.active ul li a {
	border: 0 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding-left: 6px !important;
}
#content .catalog_sidebar ul li.active ul li.active ul li.active a {
	font-weight: 600 !important;
}
#content .info_block .download {
	padding: 0;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
	width: 195px;
}
#content .info_block .download a {
	padding-left: 55px;
	display: block;
	background: url('../images/ico_download.png') no-repeat left 8px;
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "Roboto Condensed", sans-serif;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#content .info_block .download a:hover {
	color: #E9B354;
}
#content .info_block .download a span {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	letter-spacing: normal;
}
#content .info_block .download a:hover span {
	color: #000;
}
#content .info_block .social .caption {
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "Roboto Condensed", sans-serif;
}
#content .info_block .social ul {
	margin-top: 10px;
}
#content .info_block .social ul li {
	display: inline-table;
	margin: 0 10px;
}
#content .info_block .social ul li a {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#content .info_block .social ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#content .category {
	background: url('../images/bg_2_black.jpg');
	padding: 30px 350px 35px 30px;
	position: relative;
	min-height: 260px;
}
#content .category h1:after {
	content: "";
	width: 44px;
	height: 4px;
	display: block;
	margin-top: 15px;
	background: #f63c3c;
}
#content .category h1 {
	color: #fff;
	font-weight: 500;
	margin-top: 0;
	padding-bottom: 5px;
}
#content .category .description {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}
#content .category .description p {
	line-height: 25px;
}
#content .category .category_image {
	position: absolute;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content .category .category_image .inner {
	position: relative;
	width: 270px;
	height: 300px;
	z-index: 500;
}
#content .category .category_image .inner img {
	position: absolute;
	left: 30px;
	bottom: 0;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
}
#content .products_title {
	margin: 100px 0 0 0;
	color: #000;
	font-size: 30px;
	padding-bottom: 5px;
	border-bottom: 3px solid #E9B354;
}
#content .product_listing {
	margin-top: 30px;	
}
#content .product_listing ul li {
	display: inline-table;
	width: 270px;
	height: 350px;
	text-align: center;
	margin: 30px 36px 0 0;
}
#content .product_listing ul li:nth-child(3n+3) {
	margin-right: 0;
}
#content .product_listing ul li a {
	background: #fff;
	display: block;
	width: 270px;
	height: 348px;
	overflow: hidden;
	text-decoration: none;
	color: #000;
	box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
}
#content .product_listing ul li a .image {
	padding: 15px 0;
	height: 180px;
}
#content .product_listing ul li a .overlay {
	position: relative;
	background: transparent;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	display: block;
	z-index: 500;
	width: 270px;
	height: 350px;
}
#content .product_listing ul li a .overlay .name {
	color: #000;
	padding: 0 25px;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:700;
	font-family: "Roboto Condensed", sans-serif;
	height: 65px;
	margin-bottom: 1px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s
}
#content .product_listing ul li a .overlay .brand {
	text-transform: uppercase;
	color: #ffba00;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 30px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#content .product_listing ul li a:hover .overlay {
	background: #ffba00;
	margin-top: -210px;
}
#content .product_listing ul li a:hover .overlay .name {
	padding-top: 120px;
}
#content .product_listing ul li a:hover .overlay .brand {
	color: #fff;
}


/* ----------------------------------------- CONTENT -> PRODUCT VIEW ----------------------------------------- */

#content .product_view {
	background: #fff;
	padding: 25px 0 30px 0;
}
#content .product_view h1 {
	margin-top: 0;
	padding: 0 25px;
	padding-bottom: 25px;
	margin-bottom: 0;
	background: url('../images/caption_underline.png') no-repeat 25px bottom;
}
#content .product_view .slider {
	margin-bottom: 25px;
}
#content .product_view .slider,
#content .product_view .bxslider,
#content .product_view .bxslider li {
	height: 500px;
	width: 900px;
	overflow: hidden;
}
#content .product_view .bx-wrapper .bx-pager {
	width: 890px !important;
	margin-left: 0 !important;
	left: 0 !important;
	text-align: center !important;
	bottom: 0px !important;
	background: transparent !important;
	padding-bottom: 10px;
}
#content .product_view .bx-wrapper .bx-controls-direction a {
	background-image: url("../images/product_bxslider_arrow.png");
	background-color: transparent;
    height: 51px !important;
    margin-top: -26px !important;
    width: 26px !important;
}
#content .product_view .bx-wrapper .bx-controls-direction .bx-prev {
	left: 30px !important;
}
#content .product_view .bx-wrapper .bx-controls-direction .bx-next {
	right: 30px !important;
}
#content .product_view .description {
	padding: 0 30px 0 30px;
	min-height: 300px;
}
#content .product_view .action_block {
	float: right;
	background: url('../images/bg_2_black.jpg');
	padding: 40px;
	width: 260px;
	margin: -25px -30px 30px 30px;
}
#content .product_view .action_block .phone {
	margin: 30px 0 0 0;
	padding-bottom: 30px;
	display: block;
	color: #fff;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	background: url("../images/caption_underline.png") no-repeat left bottom;
}
#content .product_view .action_block .address {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-top: 30px;
}
#content .product_view .action_block .button {
	padding: 13px 20px;
	letter-spacing: 2px;
}


/* ----------------------------------------- CONTENT -> VACANCY ----------------------------------------- */

#content .vacancy {
	padding-bottom: 70px;
}
#content .vacancy .left {
	float: left;
	width: 670px;
}
#content .vacancy .left .vacancy_list {
	margin-top: 20px;
}
#content .vacancy .left .vacancy_list .item {
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-top: 30px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
}
#content .vacancy .left .vacancy_list .item.open {
	background: #f63c3c;
	cursor: auto;
}
#content .vacancy .left .vacancy_list .item .item_close {
	position: absolute;
	width: 24px;
	height: 24px;
	background: url('../images/ico_close.png') no-repeat center center;
	margin: 20px 0 0 626px;
	cursor: pointer;
}
#content .vacancy .left .vacancy_list .item .item_top {
	height: 165px;
	overflow: hidden;
}
#content .vacancy .left .vacancy_list .item .item_top .overlay {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: absolute;
	-moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	width: 165px;
	text-align: center;
	padding: 20px 0;
	background: #f63c3c;
	margin: 52px 0 0 557px;
}
#content .vacancy .left .vacancy_list .item .item_top .item_close {
	display: none;
}
#content .vacancy .left .vacancy_list .item .item_top .params {
	display: table-cell;
	height: 165px;
	vertical-align: middle;
	padding: 0 40px;
	width: 590px;
}
#content .vacancy .left .vacancy_list .item .item_top .params .date {
	color: #a6a5a5;
	font-size: 16px;
	display: block;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#content .vacancy .left .vacancy_list .item .item_top .params .name {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
#content .vacancy .left .vacancy_list .item .item_top .params .salary {
	font-weight: 300;
	color: #434343;
	font-size: 16px;
	display: block;
}
#content .vacancy .left .vacancy_list .item:hover {
	box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2), inset 0 0 0 5px #f63c3c;
	-moz-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2), inset 0 0 0 5px #f63c3c;
	-webkit-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2), inset 0 0 0 5px #f63c3c;
}
#content .vacancy .left .vacancy_list .item:hover .item_top .overlay {
	background: #f63c3c;
}
#content .vacancy .left .vacancy_list .item .item_bottom {
	display: none;
	padding: 0 40px 40px 40px;
}
#content .vacancy .left .vacancy_list .item .item_bottom .text_block * {
	font-size: 15px;
}
#content .vacancy .left .vacancy_list .item.open .item_top .params .date,
#content .vacancy .left .vacancy_list .item.open .item_top .params .name,
#content .vacancy .left .vacancy_list .item.open .item_top .params .salary,
#content .vacancy .left .vacancy_list .item.open .item_bottom .text_block * {
	color: #fff;
}
#content .vacancy .right {
	margin-left: 700px;
	padding-top: 59px;
}
#content .vacancy .right .vacancy_banner {
	width: 500px;
	height: 585px;
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
}
#content .vacancy .right .vacancy_banner .counter {
	width: 500px;
	height: 585px;
	display: table-cell;
	vertical-align: bottom;
}
#content .vacancy .right .vacancy_banner .counter .count {
	color: #fff;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 150px;
	line-height: 105px;
	padding-left: 30%;
    font-weight: 300;
}
#content .vacancy .right .vacancy_banner .counter .label {
	position: absolute;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin: -115px 0 0 330px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}
#content .vacancy .right .block_forms {
	width: 420px;
	margin-top: 30px;
}
#content .vacancy .right .block_forms .description {
	margin-top: 15px;
}
#content .vacancy .right .block_forms .form_answer {
	margin-top: 15px;
	font-size: 16px;
   font-weight: 400;
   margin-bottom: 0;
   color: rgba(255, 255, 255, 0.9);
   text-align: left;
}
#content .vacancy .right .block_forms input[type="text"],
#content .vacancy .right .block_forms input[type="password"],
#content .vacancy .right .block_forms input[type="file"],
#content .vacancy .right .block_forms textarea {
	width: 363px;
}
#content .vacancy .right .block_forms input[type="submit"] {
	margin-top: 30px;
}


/* ----------------------------------------- CONTENT -> CONTACTS ----------------------------------------- */

#content .contacts {
	text-align: center;
}
#content .contacts h1 {
	margin-top: 50px;
}
#content .contacts #map {
	height: 600px;
	width: 100%;
}
#content .contacts .map_overlay {
	position: absolute;
	top: 50%;
	right: 50px;
	width: 320px;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	padding: 50px;
	background: rgba(50, 50, 50, 0.9);
}
#content .contacts .map_overlay .phone,
#content .contacts .map_overlay .fax {
	display: block;
	color: #fff;
	font-size: 23px;
	font-weight: 400;
}
#content .contacts .map_overlay .phone {
	background: url("../images/map_mark.png") no-repeat center top;
	padding-top: 60px;
}
#content .contacts .map_overlay .address,
#content .contacts .map_overlay .email {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: block;
}
#content .contacts .map_overlay .address {
	margin-bottom: 10px;
	margin-top: 20px;
}


/* ----------------------------------------- CONTENT -> SERVICE ----------------------------------------- */

#content .service .left {
	float: left;
	width: 520px;
}
#content .service .right {
	margin-left: 600px;
	padding-top: 59px;
}
#content .service .right .service_static {
	background: #ffba00 !important;
	margin-top: -327px !important;
	margin-left: 0 !important;
}
#content .service .right .service_static .count {
	text-indent: -40px;
}
#content .service .right .service_static .count i {
	text-indent: 0;
	font-size: 50px;
	margin-left: -20px;
	position: absolute;
	font-weight: 100;
	font-style: normal;
	text-transform: uppercase;
	-moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#content .service .services_listing {
	height: 600px;
	margin-top: -4px;
	background: url('../images/service_listing_bg.jpg') no-repeat center center;
}
#content .service .services_listing ul li {
	display: inline-table;
	width: 370px;
	margin: 55px 30px 0 0;
	vertical-align: top;
}
#content .service .services_listing ul li:nth-child(3n+3) {
	margin-right: 0;
}
#content .service .services_listing ul li h2,
.products_title {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-right: 100px;
}
#content .service .services_listing ul li .caption {
	color: #f63c3c;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	display: block;
	margin-bottom: 20px;
}
#content .service .services_listing ul li .caption img {
	display: block;
	margin-bottom: 20px;
}
#content .service .services_listing ul li .description {
	font-size: 15px;
	color: #fff;
	display: block;
	font-weight: 300;
	padding-right: 40px;
}


/* ----------------------------------------- CONTENT -> MATERIALS ----------------------------------------- */

.materials_listing {
	margin-bottom: 30px;
}
.materials_listing .item {
	padding-bottom: 30px;
	margin-bottom: 37px;
	border-bottom: 1px solid #c3c3c3;
}
.materials_listing .item:after {
	display: block;
	content: "";
	clear: both;
}
.materials_listing .item .left {
	float: left;
	width: 300px;
}
.materials_listing .item .right {
	margin-left: 330px;
}
.materials_listing .item .caption {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.materials_listing .item .caption:hover {
	color: #f63c3c;
}
.materials_listing .item .anons {
	margin-top: 15px;
}
.materials_listing .item .anons * {
	font-size: 15px;
}
.materials_listing .item .anons .button {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 15px;
	text-transform: none;
	border-width: 1px;
	letter-spacing: normal;
}


/* ----------------------------------------- CONTENT -> SEARCH ----------------------------------------- */

.form_search {
	padding: 20px 25px;
	border: 6px solid rgba(255, 255, 255, 0.7);
	text-align: left;
	margin-bottom: 20px;
	position: relative;
}
.form_search input[type=text] {
	width: 1112px;
	display: block;
	text-align: left;
	background: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.7);
}
.form_search input[type=submit] {
	position: absolute;
	right: 25px;
	top: 29px;
	padding: 13px 20px;
	background: url('../images/ico_search.png') no-repeat center center;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.form_search input[type=submit]:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.form_search label {
	display: inline;
	padding: 0;
	cursor: pointer;
	font-size: 14px;
	margin-left: 20px;
}
.search_result {
	margin-top: 50px;
}
.search_result li {
	color: #742707;
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	border-bottom: 1px solid #c3c3c3;
   margin-bottom: 37px;
   padding-bottom: 30px;
}
.search_result li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.search_result li a {
	color: #000;
   font-size: 18px;
   font-weight: 500;
   text-transform: uppercase;
   transition: all 0.3s;
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
}
.search_result li a:hover {
	color: #f63c3c;
}
.search_result li p {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	padding: 0;
}

/* ----------------------------------------- FOOTER ----------------------------------------- */

#footer {
	background: url('../images/footer_bg.jpg');
	padding: 30px 0;
	box-shadow: 0 0 5px 0 rgba(30, 30, 30, 0.05);
	-moz-box-shadow: 0 0 5px 0 rgba(30, 30, 30, 0.05);
	-webkit-box-shadow: 0 0 5px 0 rgba(30, 30, 30, 0.05);
}
#footer .top .caption {
	padding-bottom: 3px;
	border-bottom: 3px solid #444444;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	display: block;
	margin-bottom: 20px;
}
#footer .top {
	font-size: 16px;
}
#footer .top .menu {
	float: left;
	width: 270px;
	margin-right: 30px;
}
#footer .top .catalog {
	float: left;
	width: 570px;
	margin-right: 30px;
}
#footer .top .catalog ul {
	margin-left: 15px;
}
#footer .top .menu ul li:before,
#footer .top .catalog ul li:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #767676;
	content: "";
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	display: block;
	position: absolute;
	margin: 4px 0 0 -14px;
}
#footer .top .menu ul li:hover:before,
#footer .top .catalog ul li:hover:before {
	border-color: transparent transparent transparent #f63c3c;
}
#footer .top .menu ul li {
	margin: 5px 0 5px 15px;
}
#footer .top .catalog ul li {
	display: inline-table;
	width: 265px;
	margin: 5px 18px 5px 0;
}
#footer .top .catalog ul li:nth-child(2n+2) {
	margin-right: 0;
}
#footer .top .menu ul li a,
#footer .top .catalog ul li a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#footer .top .menu a:hover,
#footer .top .catalog a:hover {
	color: #f63c3c;
}
#footer .top .footer_partner {
	height: 58px;
	width: 265px;
	margin-top: 20px;
	margin-left: 280px;
	background-repeat: no-repeat;
	background-position: center center;
}
#footer .top .contacts {
	float: left;
	width: 300px;
	color: #fff;
}
#footer .top .contacts .phone,
#footer .top .contacts .fax {
	font-weight: 400;
	font-size: 18px;
}
#footer .top .contacts .phone strong,
#footer .top .contacts .fax strong {
	font-weight: 500;
}
#footer .top .contacts .address {
	margin-top: 10px;
	margin-bottom: 30px;
}
#footer .top .contacts .website {
	margin-top: 30px;
}
#footer .top .contacts .email a,
#footer .top .contacts .website a {
	color: #f63c3c;
	text-decoration: none;
	text-decoration: underline;
}
#footer .bottom {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}
#footer .bottom .copyright {
	float: left;
	width: 900px;
}
#footer .bottom .created {
	margin-left: 900px;
}
#footer .bottom .created a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#footer .bottom .created a:hover {
	color: #f63c3c;
}


/* -------------------- POPUP -------------------- */

.popup {
	display: none;
	background: #fbfbfb;
	width: 500px;
}
.popup .poput_title {
	text-align: center;
	padding: 23px 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 30px;
	font-weight: 100;
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 20px;
	background: url('../images/caption_underline.png') no-repeat center bottom;
}
.popup .popup_content {
	padding: 0 40px 30px;
}
.popup .popup_content .description {
	color: #666;
	font-size: 15px;
	text-align: center;	
	margin-bottom: 20px;
}
#pp_order .popup_content .description {
	padding: 0 50px;
}
.popup .popup_content form {
	width: 80%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.popup .popup_content form input[type=text] {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}
#pp_order {
	width: 880px;
	text-align: left;
}
.popup .popup_content.block_forms form {
	width: 90%;
}
.popup .popup_content.block_forms .row .column {
	width: 225px;
	margin-right: 20px;
}
.popup .popup_content.block_forms .row .column:last-child {
	margin-right: 0;
}
.popup .popup_content.block_forms .row .column input[type=text] {
	width: 207px;
	text-align: left;
}
.popup .popup_content form input[type=file] {
	display: none;
}
.popup .popup_content form .file_input_label {
	text-align: left;
	border: 2px solid #eeeeee;
	background: #fff;
	font-family: "Roboto", sans-serif;
	padding: 15px 10px;
	font-weight: 400;
	font-size: 14px;
	display: block;
	color: #858787;
	margin-bottom: 15px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	white-space: nowrap;
	width: 697px;
	overflow: hidden;
}
.popup .popup_content form .file_input_label .delete_file {
	cursor: pointer;
	font-size: 14x;
	color: #f63c3c;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	margin-left: 10px;
}
.popup .popup_content form .file_input_label .delete_file:hover {
	color: #de2a2a;
}
.popup .popup_content form .file_upload {
	display: inline;
	position: absolute;
	border-color: #8e8e8d !important;
	color: #8e8e8d !important;
	font-size: 12px;
	padding: 9px 20px 10px 20px;
	margin: -58px 0 0 258px;
	background: #eeeeee;
}
.popup .popup_content form .file_upload:hover {
	background: #8e8e8d !important;
	color: #fff !important;
}
.popup .popup_content.block_forms .row textarea {
	width: 697px;
	text-align: left;
}
.popup .popup_content form button {
	margin-top: 20px;
}
.hidden_link {
	display: none;
}
.form_answer {
   font-size: 16px;
   text-align: center;
}
.form_answer.error {
	color: #F63C3C;
   margin-bottom: 20px;
}


/* ----------------------------------------- CSS HACK ----------------------------------------- */

/* mozila firefox */
@-moz-document url-prefix() {
	#header .menu ul {
		padding-top: 0;
	}
}