/*
Theme Name: Apriora
Theme URI: http://apriora.com.ua
Description: Проектирование и монтаж светопрозрачных конструкций
Version: 1.0
*/

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

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}

:focus {
	outline: none;
}

a, a:focus, a:hover, a:active, a:visited {
	text-decoration: none;
	outline: none;
}

p {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

button:focus, input:focus, textarea:focus, a:focus {
	outline: none !important;
}

input.form-control, textarea.form-control {
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	width: 100%;
	margin: 10px 0;
}

table td,
table th {
	padding: 5px;
	border: 1px solid;
}

.popup_menu_btn {
	display: none;
}

.list-inline {
	margin: 0;
}

.list-inline > li {
	padding: 0;
}

.icon-search:before { content: '\e800'; }

/* '' */
.icon-plus:before { content: '\e801'; }

/* '' */
.icon-ok:before { content: '\e802'; }

/* '' */
.icon-share:before { content: '\e803'; }

/* '' */
.icon-down-open:before { content: '\e804'; }

/* '' */
.icon-_закрытие:before { content: '\e806'; }

/* '' */
.icon-left-open:before { content: '\e807'; }

/* '' */
.icon-right-open:before { content: '\e808'; }

/* '' */
.icon-up-open:before { content: '\e809'; }

/* '' */
.icon-left-dir:before { content: '\e80b'; }

/* '' */
.icon-right-dir:before { content: '\e80c'; }

/* '' */
.icon-minus:before { content: '\e80d'; }

/* '' */
.icon-plus-1:before { content: '\e80e'; }

/* '' */
.icon-flat-world-map:before { content: '\e8b9'; }

/* '' */
.icon-world-map:before { content: '\e8ba'; }

/* '' */
.icon-mail:before { content: '\e8bb'; }

/* '' */
.icon-twitter:before { content: '\f099'; }

/* '' */
.icon-facebook:before { content: '\f09a'; }

/* '' */
.icon-angle-left:before { content: '\f104'; }

/* '' */
.icon-angle-right:before { content: '\f105'; }

/* '' */
.icon-angle-up:before { content: '\f106'; }

/* '' */
.icon-angle-down:before { content: '\f107'; }

/* '' */
.icon-youtube-play:before { content: '\f16a'; }

/* '' */
.icon-instagram:before { content: '\f16d'; }

/* '' */
.icon-vkontakte:before { content: '\f189'; }

/* '' */
.icon-odnoklassniki:before { content: '\f263'; }

/* '' */
.icon-television:before { content: '\f26c'; }

/* '' */
.icon-vkontakte-rect:before { content: '\f30a'; }

/* '' */
.icon-gplus:before { content: '\f30f'; }

/* '' */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

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

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

img.aligncenter {
	margin: 0px auto;
	display: block;
}

.map-container {
	width: 100%;
}

.map-container iframe {
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative;
}

.map-container iframe.clicked {
	pointer-events: auto;
}

.radio_btn, .checkbox_btn {
	display: none !important;
}

.radio_btn + label, .checkbox_btn + label {
	color: #282828;
	font-size: 14px;
	font-weight: 300;
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	cursor: pointer;
}

.radio_btn + label:before, .checkbox_btn + label:before {
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	border: 1px solid #c7cbcf;
	color: #fff;
	font-size: 8px;
	line-height: 14px;
	text-align: center;
	content: '';
}

.radio_btn:checked + label:before, .checkbox_btn:checked + label:before {
	content: '\e82d';
	font-family: 'fontello';
	color: #279fe3;
	font-size: 12px;
	padding-left: 1px;
}

a {
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
}

iframe {
	max-width: 100%;
}

/* burger menu */
.open_main_menu {
	border: 0;
	text-align: center;
	width: 30px;
	height: 30px;
	background: none;
	position: relative;
	z-index: 105;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	margin-top: 8px;
	float: right;
}

.header_collapsed .open_main_menu {
	margin-top: 11px;
}

.open_main_menu .lines {
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #888;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;
	top: -4px;
}

.on_white_bg .open_main_menu .lines, .on_white_bg .open_main_menu .lines:before, .on_white_bg .open_main_menu .lines:after {
	background: #42484d;
}

.opened_menu .open_main_menu .lines {
	background: transparent;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.open_main_menu .lines:before, .open_main_menu .lines:after {
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #888;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	position: absolute;
	left: 0;
	content: '';
	-moz-transform-origin: 0.28571em center;
	-ms-transform-origin: 0.28571em center;
	-o-transform-origin: 0.28571em center;
	-webkit-transform-origin: 0.28571em center;
	transform-origin: 0.28571em center;
}

.opened_menu .open_main_menu .lines:before, .opened_menu .open_main_menu .lines:after {
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 30px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: #fff;
}

.open_main_menu .lines:after {
	top: 9px;
}

.open_main_menu .lines:before {
	top: -9px;
}

.opened_menu .open_main_menu .lines:before {
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.opened_menu .open_main_menu .lines:after {
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

img {
	max-width: 100%;
	height: auto;
}

/* main_carousel */
#main_carousel {
	left: 50%;
	top: 0px;
	overflow: hidden;
	margin: 0 0 0 -1280px;
	padding: 0px;
	height: 100%;
	width: 2560px;
	z-index: -1;
	position: fixed;
}

.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*header*/
.header {
	background: #fff;
	padding: 10px 0;
}

.lang_list {
	list-style: none;
	margin: 9px 0;
}

.lang_list li {
	display: inline-block;
	vertical-align: baseline;
	font-weight: 600;
	color: #3463b3;
}

.lang_list li + li {
	margin-left: 5px;
}

.lang_list li a {
	color: #3463b3;
	font-size: 24px;
	line-height: 24px;
}

.lang_list li.active  {
	color: #a6beda;
	font-size: 18px;
	cursor: default;
	font-weight: normal;
}

.lang_list li a:hover {
	color: #a6beda;
}

.main_menu {
	list-style: none;
	margin: 16px 0 0;
}

.main_menu li {
	display: inline-block;
}

.main_menu li + li {
	margin-left: 25px;
}

.main_menu li a {
	color: #000;
	border-bottom: 4px solid transparent;
	padding-bottom: 20px;
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 300ms all;
	text-transform: uppercase;
}

.main_menu li a:hover, .main_menu li.current-menu-item a {
	border-color: #122036;
}

/*content*/
h1 {
	font-size: 26px;
}

h2 {
	font-size: 21px;
	margin: 0 0 20px;
}

h3 {
	font-size: 18px;
	margin-bottom: 9px;
	margin-top: 12px;
}

.page_content {
	padding: 150px 5% 50px;
}

.page_content a {
	color: #fff;
	text-decoration: underline;
}

.page_content a:hover {
	text-decoration: none;
}

.page_content ul:not([class]) {
	margin-left: 60px;
	margin-bottom: 30px;
}

.page_content ul:not([class]) ul {
	margin-left: 12px;
	margin-bottom: 0;
	list-style: none;
}

.page_content ul:not([class]) ul li {
	position: relative;
}

.page_content ul:not([class]) ul li:before {
	content: "- ";
	position: absolute;
	margin-left: -10px;
}

.page_title {
	font-size: 26px;
	margin: 0 0 30px;
	font-weight: 400;
}

.sub_title {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px;
	font-size: 13px;
}

.page_content p:not([class]) {
	text-align: justify;
}

.brand_block {
	border-right: 1px solid #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 60px;
}

.brand_list {
	margin-bottom: 40px;
}

.brand_list a {
	display: block;
	width: 215px;
	height: 61px;
	border: 1px solid #5E6C80;
	margin: 0 auto 20px;
	line-height: 58px;
	text-align: center;
}

.brand_list a:hover {
	border: 1px solid #fff;
}

.about {
	padding: 10px 4%;
}

/*footer*/
#footer_wrap {
	color: #555;
	background: #fff;
	position: relative;
	margin-top: 50px;
}

#footer_wrap:before {
	position: absolute;
	background: #ddd;
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	content: "";
	z-index: 5;
	height: 1px;
}

.footer {
	margin-top: 20px;
	border-top: solid 1px #999;
	padding: 20px 0 10px 20px;
}

.footer_contacts > img {
	float: left;
}

.main_adress {
	margin-left: 160px;
	line-height: 1.5;
}

.footer a {
	color: #555;
}

.footer a:hover {
	color: #4f7ec6;
	text-decoration: underline;
}

.footer_contacts {
	margin-bottom: 30px;
}

.development a {
	color: #999 !important;
}

.development img {
	display: inline-block;
	vertical-align: inherit;
	margin-left: 5px;
}

.footer_list {
	list-style: none;
	text-transform: uppercase;
	margin-left: 55px;
}

.footer_list li.current-menu-item a {
	color: #4f7ec6  !important;
}

.downl_catal {
	text-align: center;
	margin-bottom: 20px;
}

.social_block {
	text-align: center;
}

.social_link {
	position: relative;
	width: 35px;
	height: 35px;
	border-radius: 4px;
	display: inline-block;
	background-color: #3b579d;
	text-align: center;
	font-size: 26px;
	line-height: 35px;
	color: #fff !important;
	text-decoration: none !important;
	margin: 0 3px 10px;
}

.social_link.icon-instagram {
	background: radial-gradient(circle at 20% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}

.social_link:hover {
	opacity: 0.8;
}

/*PROJECT*/
.project_block_wrap {
	max-width: 620px;
	margin: 0 auto 20px;
}

.project_block {
	border-top: 1px solid #fff;
	display: table;
	width: 100%;
	vertical-align: middle;
	height: 75px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-position: 100% 0;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: 0;
}

.project_block_wrap > .project_block:last-child {
	border-bottom: 1px solid #fff;
}

.project_block_wrap > .project_block:nth-child(even) {
	background-position: 0 0;
}

.project_block:hover {
	background-size: contain;
	text-decoration: none;
	background-color: #fff;
}

.project_block:hover a {
	color: #333;
	background-color: #fff;
}

.project_block .project_block_title {
	display: block;
	height: 100%;
	width: 44% !important;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	text-decoration: none;
}

.project_block_title > span {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
	width: 100%;
}

.project_block_wrap .project_block:nth-child(odd) .project_block_title {
	padding-left: 40px;
}

.project_block_wrap .project_block:nth-child(even) .project_block_title {
	padding-right: 10px;
}

.project_block_wrap .project_block:nth-child(odd) .project_block_title:before {
	position: absolute;
	border-bottom: 75px solid white;
	border-right: 75px solid transparent;
	left: 100%;
	top: 0;
	z-index: 5;
	content: "";
	opacity: 0;
}

.project_block_wrap .project_block:nth-child(even) .project_block_title:before {
	position: absolute;
	border-bottom: 75px solid white;
	border-left: 75px solid transparent;
	right: 100%;
	top: 0;
	z-index: 5;
	content: "";
	opacity: 0;
}

.project_block .project_block_title:after {
	position: absolute;
	width: 1px;
	height: 200px;
	content: "";
	background-color: rgba(255, 255, 255, .5);
	top: 0;
}

.project_block:hover .project_block_title:after {
	opacity: 0 !important;
}

.project_block:hover .project_block_title:before {
	opacity: 1 !important;
}

.project_block > .project_block_title:nth-child(odd):after {
	left: 100%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

.project_block_wrap > .project_block:nth-child(even) .project_block_title {
	float: right;
}

.project_block_wrap > .project_block:nth-child(even) .project_block_title:after {
	left: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

/*PRODUCT*/
.gallery_block a {
	border: 1px dotted #fff;
	width: 160px;
	height: 160px;
	margin: 0 5px 15px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}

.gallery_block a:hover {
	border: 1px dotted transparent;
}

.gallery_block a img {
	width: 158px;
	height: 158px;
}

.gallery_block > a:before {
	content: "\e105";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 24px;
	margin-left: -12px;
	margin-top: -12px;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 300ms all;
	-moz-transition: 300ms all;
	-ms-transition: 300ms all;
	-o-transition: 300ms all;
	transition: 600ms all;
	z-index: 5;
	line-height: 1;
}

.gallery_block > a:hover:before {
	opacity: 1;
}

body.fancybox-active {
	padding-right: 17px;
}

body.fancybox-active #main_carousel {
	margin: 0 0 0 -1288px;
}

.page_content p img + img {
	margin-left: 10px;
}

.two_section > div {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.two_section > div:last-child {
	padding-left: 20px;
}

.go_prev {
	border-top: 1px solid #fff;
	font-size: 16px;
	font-style: italic;
	padding-top: 5px;
}

/*DOWNLOAD*/
.download_list {
	list-style: none;
	padding-top: 15px;
	border-top: 1px solid #fff;
	margin-bottom: 20px;
}

.download_list > li {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	padding: 0 5px;
}

.download_list > li > a {
	display: block;
	text-align: center;
	position: relative;
	padding-top: 65px;
	margin-bottom: 20px;
	text-decoration: underline;
}

.download_list > li > a:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	margin-left: -29px;
	width: 58px;
	height: 60px;
	content: "";
	background: url(images/pdf-download-icon-glassy.png) top center no-repeat;
	background-size: cover;
}

.download_list > li > a:hover {
	text-decoration: none;
}

/*NEWS*/
.news_wrap {
	border-top: 1px solid #fff;
	padding-top: 15px;
}

.news_block {
	border-bottom: 1px dotted #fff;
	margin-bottom: 15px;
}

.news_title {
	text-transform: uppercase;
	font-style: italic;
	margin: 0 0 12px;
	font-size: 13px;
}

.read_more {
	font-style: italic;
	display: inline-block;
}

.news_block p {
	margin-bottom: 15px;
}

/*CONTACTS*/
.contacts_block {
	font-size: 16px;
	width: 308px;
	margin: 0 auto 60px;
}

.contacts_block p {
	line-height: 1.5;
}

.contacts_block p.mail_info {
	font-size: 13px;
	position: relative;
}

.mail_info:before {
	content: '\e8bb';
	font-family: 'fontello';
	font-size: 24px;
	padding-right: 15px;
}

.mail_info a + a {
	margin-left: 10px;
}

/*CATEGORY*/
.img_map {
	position: relative;
}

#pm {
	width: 1152px;
	height: 813px;
}

.category_title {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.4;
}

.img_map .category_title {
	position: absolute;
	z-index: 5;
	pointer-events: none;
	text-align: center;
	letter-spacing: 0.8px;
}

.img_map .category1 {
	top: 10px;
	left: 446px;
}

.img_map .category2 {
	top: 64px;
	left: 852px;
}

.img_map .category3 {
	top: 420px;
	left: 1051px;
}

.img_map .category4 {
	top: 681px;
	left: 807px;
}

.img_map .category5 {
	top: 777px;
	left: 554px;
}

.img_map .category6 {
	top: 725px;
	left: 323px;
}

.img_map .category7 {
	top: 632px;
	left: 78px;
}

.img_map .category8 {
	top: 217px;
	left: 27px;
}

.img_map .category9 {
	top: 49px;
	left: 239px;
}

.brand_block.inline_block {
	text-align: left;
	border: none;
}

.inline_block .brand_list a {
	display: inline-block;
	margin: 0 2px 10px;
}
.lang_row {
	padding-right: 5px !important;
    padding-left: 5px !important;
}

.category_block {
	padding-top: 100px;
}

@media (max-width: 1199px) {
	.lang_row {
		padding-left: 0;
	}
	
	.main_menu li + li {
		margin-left: 15px;
	}
	
	.page_content {
		padding: 100px 5% 50px;
	}
	
	.about {
		padding: 10px 0;
	}
	
	.footer_list {
		margin-left: 15px;
	}
	
	.project_block_wrap .project_block:nth-child(odd) .project_block_title {
		padding-left: 30px;
		width: 42.5% !important;
	}
	
	.category_block .project_block_wrap .project_block:nth-child(odd) .project_block_title {
		width: 44% !important;
	}
	
	.project_block a {
		color: #333 !important;
		background-color: #fff !important;
	}
	
	.project_block {
		background-size: cover !important;
		background-color: #fff;
	}
	
	.project_block .project_block_title:before {
		opacity: 1 !important;
	}
	
	.project_block .project_block_title:after {
		display: none;
	}
	
	.page_content p img + img {
		margin-left: 0;
		margin-top: 10px;
	}
	
	.brand_block.inline_block {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.page_content {
		padding: 50px 0 50px;
	}
	
	.category_block {
		padding-top: 50px;
	}
	
	.opened_menu {
		overflow: hidden;
		position: fixed;
	}
	
	.main_navigate {
		display: none;
		position: fixed;
		top: 0;
		height: 100vh;
		width: 100%;
		left: 0;
		background: rgba(0, 0, 0, .9);
		z-index: 100;
		padding-top: 70px;
	}
	
	.main_menu {
		height: calc(100vh - 120px);
		padding-bottom: 20px;
		margin: 5px 0 0;
		text-align: center;
		overflow: auto;
	}
	
	.main_menu li {
		display: block;
	}
	
	.main_menu li + li {
		margin-left: 0;
	}
	
	.main_menu li a {
		color: #fff;
		border-bottom: none !important;
		display: block;
		padding: 10px;
	}
	
	.main_menu li a:hover, .main_menu li.current-menu-item a {
		color: #4f7ec6;
	}
	
	.brand_list a {
		width: 180px;
		height: 60px;
		line-height: 36px;
		padding: 10px;
	}
	
	.footer_list {
		margin-left: 0;
	}
	
	.footer {
		padding: 20px 0 10px;
	}
	
	.lang_row {
		padding-left: 15px;
	}
	
	.project_block_wrap .project_block:nth-child(odd) .project_block_title {
		width: 40% !important;
	}
	
	.download_list > li {
		width: 114px;
	}
}

@media (max-width: 767px) {
	.page_content {
		padding: 40px 0;
	}
	
	.category_block {
		padding-top: 40px;
	}
	
	.brand_list a {
		display: inline-block;
		margin: 0 5px 15px;
	}
	
	.brand_block {
		border-right: none;
		padding-bottom: 0;
	}
	
	.footer_list {
		text-align: center;
	}
	
	.footer_list > li {
		display: inline-block;
		margin: 0 5px 10px;
	}
	
	.development {
		text-align: center;
	}
	
	.logo_row {
		padding-left: 0;
	}
	
	.downl_catal img {
		width: 40px;
	}
	
	h1 {
		margin-top: 0;
	}
	
	.page_content ul:not([class]) {
		margin-left: 40px;
	}
	
	.project_block_wrap .project_block:nth-child(odd) .project_block_title, .category_block .project_block_wrap .project_block:nth-child(odd) .project_block_title {
		width: 44% !important;
	}
	
	.gallery_block {
		text-align: center;
	}
	
	.gallery_block a {
		width: 130px;
		height: 130px;
	}
	
	.gallery_block a img {
		width: 130px;
		height: 130px;
	}
	
	.two_section > div {
		display: block;
		width: 100%;
	}
	
	.two_section > div:last-child {
		padding-left: 0;
	}
	
	.contacts_block {
		width: auto;
		margin: 0 auto 30px;
		text-align: center;
	}
	
	.contacts_block p {
		text-align: center !important;
	}
	
	.contacts_img img {
		width: 200px;
		height: 200px;
	}
	
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	.header .logo_block {
		text-align: center;
		padding-right: 14%;
	}
	
	.content {
		padding-top: 67px;
	}
	#main_carousel {
		height: 150%;
	}
}

@media (max-width: 767px) and (min-width: 467px) {
	.col-sx-6 {
		width: 50%;
		float: left;
	}
	
	.col-sx-7 {
		width: 58.33333333%;
		float: left;
	}
	
	.col-sx-5 {
		width: 41.66666667%;
		float: left;
	}
	
	.col-sx-4 {
		width: 33.33333333%;
		float: left;
	}
	
	.col-sx-3 {
		width: 25%;
		float: left;
	}
}

@media (max-width: 467px) {
	.page_content {
		padding: 20px 0;
	}
	
	.category_block {
		padding-top: 20px;
	}
	
	.footer_contacts > img {
		width: 80px;
	}
	
	.main_adress {
		margin-left: 100px;
	}
	
	.project_block .project_block_title {
		font-size: 10px;
		width: 41% !important;
	}
	
	.project_block_wrap .project_block:nth-child(odd) .project_block_title, .category_block .project_block_wrap .project_block:nth-child(odd) .project_block_title {
		width: 38% !important;
	}
	
	.project_block {
		background-size: cover !important;
	}
	
	.project_block_wrap .project_block:nth-child(odd) .project_block_title {
		padding-left: 15px;
	}
	
	.project_block_wrap {
		max-width: 340px;
	}
	
}

@media (max-width: 380px) {
	.project_block_wrap {
		max-width: 290px;
	}
	
	.project_block .project_block_title {
		width: 38% !important;
	}
	
	.project_block_wrap .project_block:nth-child(odd) .project_block_title, .category_block .project_block_wrap .project_block:nth-child(odd) .project_block_title {
		width: 36% !important;
	}
	
	.contacts_block p.mail_info {
		font-size: 12px;
	}
	
	.category_block .project_block .project_block_title {
		font-size: 9px;
	}
}