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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@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;
	box-sizing: border-box;
	font-family: "Noto Serif", 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: #1D3D52;
	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: "Noto Serif", sans-serif;
	padding: 12px 10px;
	font-size: 14px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 500px;
	color: #1D3D52;
	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: #1D3D52;
	padding: 13px 30px;
	display: inline-block;
	margin: 0 auto;
	color: #fff !important;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-family: "Noto Serif", sans-serif;
	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 #1D3D52;
	color: #1D3D52 !important;
}
input[type=submit]:hover,
button:hover,
.button:hover,
input[type=submit]:active,
button:active,
.button:active {
	background: #2d536c;
}
.button_transparent:hover,
.button_transparent:active {
	background: transparent;
	color: #2d536c !important;
	border-color: #2d536c;
}
.button.button--brown {
	background: #D9AA5E;
}
.button.button--brown:hover {
	background: #d39125;
}
.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: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
.middle._search {
	position: relative;
}
.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: #1D3D52 url('../images/loader.svg') no-repeat center center;
	position: fixed;
	z-index: 5000;
	display: block;
}
.block_forms .row {
	clear: both;
}
.block_forms .row .column,
.block_forms .row .column2 {
	width: 33.333333%;
}
.block_forms .row .column2 {
	width: 66.666667%;
}
.block_forms .row .column input {
	width: 100%;
	text-align: left;
}
.block_forms .row textarea {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.left_img {
	float: left;
	margin: 15px 30px 20px 0;
}

.flex{display:-webkit-box;display:-ms-flexbox;display:flex}
.flex-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
.flex-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
._aic{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
._aife{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
._aifs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
._ais{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
._jcc{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
._jcfe{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
._jcfs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
._jcsb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}

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

#header {
	background: #1D3D52;
	overflow: hidden;
	height: 70px;
	margin-bottom: -1px;
}
#header .logo {
	float: left;
	overflow: hidden;
	height: 70px;
	margin-right: 50px;
}
#header .logo a {
	display: block;
	margin-top: 14px;
	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,
#header .mmenu {
	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;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	font-family: "Noto Serif", sans-serif;
	letter-spacing: 1px;
	display: block;
	padding: 25px 10px 22px 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: #D9AA5E;
}
#header .menu li.active a {
	color: #D9AA5E;
	border-bottom-color: #D9AA5E;
}
#header .menu li .submenu {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-top: 1px solid #345164;
	visibility: hidden;
	position: absolute;
	width: 100%;
	background: #1D3D52;
	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: 14px;
	font-family: "Noto Serif", 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: -1px;
}
#header .menu li .submenu li a:hover {
	color: #D9AA5E;
}
.mmenu-list {
	margin-top: 30px;
}
.mmenu-list li {
	text-align: center;
}
.mmenu-list li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #202020;
	letter-spacing: 1px;
	font-weight: 600;
	display: inline-block;
	padding: 7px 0;
}
.mmenu-list li.active a {
	color: #D9AA5E;
}
.mmenu-phones {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #c3c3c3;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #202020;
	letter-spacing: 1px;
}
#header .phone,
#header .mphone {
	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 .mphone {
	display: none;
	line-height: 70px;
	margin-right: 15px;
}
#header .mphone a {
	display: block;
	margin-top: 6px;
}
#header .phone .phone-inner {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}
#header .search {
	float: right;
	overflow: hidden;
	height: 70px;
	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 15px;
	background: #fff;
	right: 15px;
	margin: 1px 0 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	transform: translateX(-40px);
	overflow: hidden;
	z-index: 1000;
}
.search_box.show {
	-webkit-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.search_box form {
	width: 350px;
}
.search_box input[type=text] {
	background: #f5f5f5;
	border: 0;
	font-family: "Noto Serif", 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: 100%;
}
.search_box input[type=text].error_input {
	background: #f5f5f5 !important;
	border: 0 !important;
	color: #FF0000 !important;
}
.search_box input[type=submit] {
	position: absolute;
	right: 15px;
	margin-top: -50px;
	width: 40px;
	height: 40px;
	padding: 4px 0 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: 100%;
	height: 100%;
	max-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: "Noto Serif", 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-block;
}
.bx-wrapper {
	margin-bottom: 0 !important;
}
.bx-wrapper .bx-pager {
	width: 100% !important;
	max-width: 1000px;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: left !important;
	bottom: 20px !important;
}
.bx-wrapper .bx-controls-direction a {
	width: 70px !important;
	height: 70px !important;
	background-color: transparent;
	background-image: url("../images/arrow_black.png");
	background-repeat: no-repeat !important;
	margin-top: -35px !important;
}
.bx-wrapper .bx-prev {
	background-position: left top !important;
	left: 15px !important;
}
.bx-wrapper .bx-next {
	background-position: right top !important;
	right: 15px !important;
}
.bx-wrapper .bx-prev:hover {
	background-position: left bottom !important;
}
.bx-wrapper .bx-next:hover {
	background-position: right bottom !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: #D9AA5E !important;
}
.slide-caption {
	height: auto;
	font-size: 50px;
	line-height: 60px;
	padding-bottom: 72px;
	text-transform: uppercase;
	color: #1D3D52;
}
.slide-caption .button {
	display: inline-block;
	margin-top: 15px;
	height: 50px;
	line-height: 50px;
	border: 0;
	padding: 0 30px;
	font-size: 14px;
}
.slide-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	z-index: 10;
}

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

h1,
.h1 {
	font-family: "Noto Serif", sans-serif;
	color: #1D3D52;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: .75px;
	text-transform: uppercase;
	margin: 10px 0 30px 0;
	line-height: 40px;
}
.text_block a {
	color: #D9AA5E;
	text-decoration: underline;
}
.text_block a:hover {
	text-decoration: none;
}
.text_block h2 {
	font-family: "Noto Serif", sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
}
.text_block p,
.text_block li {
	font-family: "Noto Serif", sans-serif;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 300;
	color: #202020;
}
.text_block .button {
	display: inline-block;
}
.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: #D9AA5E;
}


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

#content .square,
#content .square .lnk_block {
	display: block;
	overflow: hidden;
	text-align: left;
}
#content .square {
	background: #D9AA5E;
	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: #D9AA5E;
	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;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
	z-index: 400;
}
#content .catalogs-list._inner .square .lnk_block .text {
	top: 30px;
}
#content .catalogs-list._inner .square .lnk_block .icon {
	bottom: 30px;
}
#content .square_black .lnk_block .text {
	color: #1D3D52;
}
#content .square .lnk_block .image::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(12, 31, 44, 0.65);
}
#content .square .lnk_block .image {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	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: 25px;
	left: 30px;
}
#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: #1D3D52;
	text-transform: uppercase;
}
#content .about .line_3 .left h2 strong {
	font-weight: 500;
	display: block;
}
#content .portfolio {
	padding: 40px 0;
	background: #E1E2E3;
}
#content .portfolio h2 {
	font-size: 35px;
	font-weight: 300;
}
#content .portfolio._partners {
	background: url("../images/partners_bg.jpg") no-repeat center center;
	background-size: cover;
}
#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: 120px;
}
#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;
}
.portfolio .partners-item {
	height: 151px;
	padding: 20px;
}
.portfolio .partners-item img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#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: #d9aa5e;
}
#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: #1D3D52;
	height: 90px;
	overflow: hidden;
	display: block;
	text-align: left;
	font-weight: 300;
	padding: 15px;
	font-size: 18px;
	line-height: 24px;
	font-family: "Noto Serif", 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: #D9AA5E;
}


/* ----------------------------------------- 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: #1D3D52;
}
.breadcrumb span {
	text-decoration: none;
}

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

#content .block_forms {
	margin: 0 auto;
	width: 1170px;
	position: relative;
	background: url('../images/footer_form_bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 40px 40px 60px 40px;
	text-align: left;
}
#content .block_forms-icon {
	position: absolute;
	right: 0px;
	top: 50%;
	width: 160px;
	height: 123px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url('../images/block_form_mail.svg') no-repeat left center;
	background-size: contain;
}
#content .block_forms h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 400;
	font-family: "Noto Serif", sans-serif;
}
#content .block_forms .description {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 40px;
}


/* ----------------------------------------- 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: #1D3D52;
}
#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: "Noto Serif", 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: "Noto Serif",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: "Noto Serif",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: #D9AA5E;
	margin-top: -1px;
}
#content .catalog_sidebar ul li a {
	display: block;
	font-family: "Noto Serif",sans-serif;
    font-size: 15px;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 15px 10px 15px 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #1D3D52;
	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: #D9AA5E;
}
#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: "Noto Serif", 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: #D9AA5E;
	border-left-color: #D9AA5E;
}
#content .catalog_sidebar ul li ul li.active a {
	border-left-color: #D9AA5E;
	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 #1D3D52;
	width: 195px;
}
#content .info_block .download a {
	padding-left: 55px;
	display: block;
	background: url('../images/ico_download.png') no-repeat left 8px;
	color: #1D3D52;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "Noto Serif", 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: #1D3D52;
	letter-spacing: normal;
}
#content .info_block .download a:hover span {
	color: #1D3D52;
}
#content .info_block .social .caption {
	color: #1D3D52;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "Noto Serif", 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: #D9AA5E;
}
#content .category h1 {
	color: #fff;
	font-weight: 500;
	margin-top: 0;
	padding-bottom: 5px;
}
#content .category .description {
	color: #fff;
	font-size: 14px;
	letter-spacing: .5px;
	font-weight: 400;
	font-family: "Noto Serif", 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: #1D3D52;
	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: #1D3D52;
	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: #1D3D52;
	padding: 0 25px;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:700;
	font-family: "Noto Serif", 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;
	margin-bottom: 20px;
}
#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: 100%;
	overflow: hidden;
}
#content .product_view .bx-wrapper .bx-pager {
	width: 100% !important;
	margin-left: 0 !important;
	left: 0 !important;
	text-align: center !important;
	bottom: 10px !important;
	background: transparent !important;
	padding-bottom: 10px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
#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: 30px;
	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: "Noto Serif", sans-serif;
	font-size: 18px;
	background: url("../images/caption_underline.png") no-repeat left bottom;
}
#content .product_view .action_block .address {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 30px;
}
#content .product_view .action_block .button {
	padding: 13px 20px;
	letter-spacing: 1px;
	font-size: 15px;
	width: 100%;
}


/* ----------------------------------------- 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: #D9AA5E;
	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: #D9AA5E;
	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: "Noto Serif", sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin: 10px 0;
}
#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 #D9AA5E;
	-moz-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2), inset 0 0 0 5px #D9AA5E;
	-webkit-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2), inset 0 0 0 5px #D9AA5E;
}
#content .vacancy .left .vacancy_list .item:hover .item_top .overlay {
	background: #D9AA5E;
}
#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: 100%;
	height: 585px;
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
}
#content .vacancy .right .vacancy_banner .counter {
	width: 100%;
	height: 585px;
	display: table-cell;
	vertical-align: bottom;
}
#content .vacancy .right .vacancy_banner .counter .count {
	color: #fff;
    display: block;
    font-family: "Noto Serif", 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: "Noto Serif", 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 {
	padding-bottom: 40px;
}
#content .service .left {
	float: left;
	width: 520px;
}
#content .service .right {
	margin-left: 600px;
	padding-top: 8px;
}
#content .service .right img {
	max-width: 100%;
}
#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: "Noto Serif", 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: #D9AA5E;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: "Noto Serif", 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: #1D3D52;
	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: #D9AA5E;
}
.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: 100%;
	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: #1D3D52;
   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: #D9AA5E;
}
.search_result li p {
	font-size: 16px;
	font-weight: 300;
	color: #333;
	padding: 0;
}

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

#footer {
	background: #1D3D52;
	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: "Noto Serif", 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 #D9AA5E;
}
#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: #D9AA5E;
}
#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: #D9AA5E;
	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: #D9AA5E;
}


/* ******************************* NEW FOOTER ******************************* */

.footer {
	background: #1D3D52;
	color: #fff;
	padding: 20px 0 50px;
}
.footer-map {
	width: 100%;
	height: 260px;
}
.footer-wrapper {
	margin-top: 35px;
}
.footer-left {
	width: 300px;
	padding-right: 53px;
	border-right: 1px solid #D9AA5E;
	box-sizing: border-box;
}
.footer-right {
	width: calc(100% - 300px);
	padding-left: 53px;
	box-sizing: border-box;
}
.footer-left__address {
	margin-top: 45px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}
.footer-left__phones {
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
}
.footer-left__copyright,
.footer-right__copyright {
	font-size: 14px;
	margin-top: 45px;
	letter-spacing: 1px;
}
.footer-right__copyright {
	display: none;
	margin-top: 20px;
	margin-bottom: 30px;
}
.footer-right__top .footer-menu {
	width: 50%;
	padding-right: 30px;
	box-sizing: border-box;
}
.footer-right__top .footer-socials {
	width: 50%;
	box-sizing: border-box;
}
#pp_mmenu .footer-socials {
	margin-top: 20px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.footer-socials a {
	margin-right: 25px;
}
.footer-socials a:last-child {
	margin-right: 0;
}
.footer-socials a svg path {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.footer-socials a:hover svg path {
	fill: #fff;
}
#pp_mmenu .footer-socials a svg path {
	fill: #333;
}
#pp_mmenu .footer-socials a:hover svg path {
	fill: #D9AA5E;
}
.footer-right__bottom .footer-socials {
	display: none;
	margin-top: 30px;
}
.footer-menu__item {
	margin-right: 15px;
}
.footer-menu__item a {
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.footer-menu__item a:hover {
	color: #D9AA5E;
}
.footer-right__bottom {
	margin-top: 50px;
}
.footer-right__bottom .footer-menu__item {
	width: 50%;
	margin: 0;
	padding-right: 30px;
	padding-bottom: 19px;
	box-sizing: border-box;
}
.footer-right__bottom .footer-menu__item a::before {
	content: "\2022";
	display: inline-block;
	color: #fff;
	margin-right: 5px;
}
.footer-right__bottom .footer-menu__item a {
	font-weight: 700;
	position: relative;
}


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

.popup {
	display: none;
	background: #fbfbfb;
	width: 100%;
	min-width: 280px;
	max-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: "Noto Serif", 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: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}
#pp_order {
	width: 100%;
	max-width: 880px;
	text-align: left;
}
.popup .popup_content.block_forms form {
	width: 90%;
}
.block_forms .row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.popup .popup_content.block_forms .row .column {
	width: 33.333333%;
	padding: 0 10px;
}
.popup .popup_content.block_forms .row .column._full {
	width: 100%;
}
.popup .popup_content.block_forms .row .column:last-child {
	margin-right: 0;
}
.popup .popup_content.block_forms .row .column input[type=text] {
	width: 100%;
	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: "Noto Serif", 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: 100%;
	overflow: hidden;
}
.popup .popup_content form .file_input {
	position: relative;
}
.popup .popup_content form .file_input_label .delete_file {
	cursor: pointer;
	font-size: 14x;
	color: #D9AA5E;
	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;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	border-color: #8e8e8d !important;
	color: #8e8e8d !important;
	font-size: 12px;
	padding: 9px 20px 10px 20px;
	background: #eeeeee;
}
.popup .popup_content form .file_upload:hover {
	background: #8e8e8d !important;
	color: #fff !important;
}
.popup .popup_content.block_forms .row textarea {
	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: #D9AA5E;
   margin-bottom: 20px;
}


/* ************************** CATALOGS (NEW STYLE) ************************** */

.category-view {
	margin-bottom: 20px;
}
.catalogs-list {
	box-sizing: border-box;
}
.catalogs-list._inner {
	margin: 20px -10px;
}
.catalogs-item {
	width: 25%;
	height: 300px;
	overflow: hidden;
	box-sizing: border-box;
}
.catalogs-list._inner .catalogs-item {
	width: 33.33333%;
	padding: 20px 10px;
}
.catalogs-item._col2 {
	width: 50%;
}
#content .catalogs-list._inner .square .lnk_block .image {
	height: 270px;
}
.catalogs-item._text {
	background: #fff;
	padding: 50px 70px;
}
.catalogs-item._text .text_block {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.catalogs-item._text .text_block p {
	font-size: 18px;
	line-height: 26px;
}
.catalogs-item._text .button {
	margin-top: 20px;
	width: auto;
}


/* ******************************** PARTNERS ******************************** */

.partners-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px -10px;
}
.partners-list__item {
	padding: 0 10px 20px 10px;
	width: 20%;
}
.partners-list__item-wrapper {
	background: #fff;
	padding: 20px;
}
.partners-list__item-image {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.partners-list__item-image img {
	max-width: 100%;
	max-height: 100%;
}


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

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