@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {display: none;}
html {
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
button, input, select, textarea {
}
body {
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	background: transparent;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	color: #000;
	background: #ff0;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -.5em;
}
sub {
	bottom: -.25em;
}
nav ul, nav ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	white-space: normal;
	border: 0;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type='button'] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type='reset'], input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}
button[disabled], input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
input[type='search'] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type='checkbox'], input[type='radio'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
.clearfix:before {
	line-height: 0;
	display: table;
	content: '';
}
.clearfix:after {
	line-height: 0;
	display: table;
	content: '';
	clear: both;
}
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: #737882;
}
:focus::-webkit-input-placeholder, :focus::-moz-placeholder, :focus:-moz-placeholder, :focus:-ms-input-placeholder {
	color: transparent;
}
label {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
img {
	width: auto\9;
	max-width: 100%;
	height: auto;
}
.dt {
	display: table;
}
.dt-r {
	display: table-row;
}
.dt-c {
	display: table-cell;
}
.header {

	width: 100%;
	z-index: 990;
}

@media (min-width: 1200px){
	.container {
		width: 1180px;
	}
}


@media (max-width: 1199px){


}

.header-top {
	font-weight: 400;
	line-height: 36px;
	padding-bottom: 2px;
	text-transform: uppercase;
	color: #333;
	overflow: hidden;
	background: #FFF;
	padding-top: 1px;
}
.header-top .phone {
	font-size: 14px;
	position: relative;
	margin-right: 31px;
	padding-left: 20px;
	text-decoration: none;
	color: #333;
}
.header-top .phone:before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 11px;
	height: 11px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: -87px -69px;
}
.header-top .phone:hover {
	text-decoration: none;
	color: #333;
}
.header-top .mail {
	font-size: 11px;
	position: relative;
	margin-right: 49px;
	padding-left: 16px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #333;
}
.header-top .mail:before {
	position: absolute;
	top: 1px;
	left: -7px;
	width: 13px;
	height: 11px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: -74px -69px;
}
.header-top span {
	font-size: 11px;
	position: relative;
	letter-spacing: 1.6px;
}
.header-top span:before {
	position: absolute;
	top: -1px;
	left: -23px;
	width: 15px;
	height: 14px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: -140px -37px;
}
.header-top .social {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
}
.header-top .social li {
	display: inline-block;
	margin-left: 26px;
	vertical-align: middle;
}
.header-top .social li:first-child {
	margin-left: 0;
}
.header-top .social li a {
	display: inline-block;
	vertical-align: middle;
}
.main-h1 {width: 70%;
		margin: 0 auto;
		text-align: center; margin-top: 20px;}
.header-top .social li a.vk {
	width: 15px;
	height: 8px;
	background-image: url(images/icons/sprite.png);
	background-position: -50px -98px;
}
.header-top .social li a.fb {
	width: 8px;
	height: 13px;
	background-image: url(images/icons/sprite.png);
	background-position: 0 -123px;
}
.header-top .social li a.tw {
	width: 12px;
	height: 10px;
	background-image: url(images/icons/sprite.png);
	background-position: -38px -98px;
}
.header-top .social li a.ok {
	width: 9px;
	height: 14px;
	background-image: url(images/icons/sprite.png);
	background-position: -83px -38px;
}
.header-menu {
	position: relative;
	z-index: 1;
	padding-top: 23px;
	padding-bottom: 23px;
}
.header-menu .search {
	float: right;
	padding-top: 20px;
}
.header-menu .search a {
	display: block;
	width: 16px;
	height: 14px;
	background-image: url(images/icons/sprite.png);
	background-position: -85px -82px;
}
.header-nav {
	padding: 13px 117px 0 217px;
}
.header-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
	text-align: justify;
}
.header-nav ul li {
	display: inline-block;
}
.header-nav ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: underline;
	color: #fff;
}
.header-nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}


.header_top{
	background: #272829;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 35px 0;
}
@media only screen and (min-width: 1041px){
	.header_top_wrapper{
		justify-content: space-between;
	}
}
@media only screen and (max-width: 1199px){
	.header_bottom{
		display: none !important;
	}
}
.header_bottom{
	background: #222222;
}

.header_top_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}
.header_bottom_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.header_bottom .logo,
.header_bottom .tel-mobile {
	display: none;
}

.header_bottom.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header_bottom.sticky .logo {
	display: block;
}
.header_bottom.sticky .tel-mobile {
	display: block;
}

@media only screen and (max-width: 1199px){
	.header_top_wrapper{
		-ms-align-items: center;
		align-items: center;
	}
	.header_top{
		padding: 8px 0;
	}

}
@media only screen and (max-width: 767px){
	.header_top .container{
		max-width: 100%;
		width: 100%;
	}
}
.header_top_wrapper .search a {
	display: none;
}
.contactItem{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 260px;
}
.contactItem.contact{
	max-width: 170px;
}
.contactItem a{
	color: #fff;
}
.contactItem span{
	color: #6d7073;
}
.contactItem__text{
	padding-left: 5px;
}

.contactItem__icon{
	flex-shrink: 0;
}
.tel-mobile{
	display: none;
}

.menuTop{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.menuTop > li{
	padding: 21px 12px;
	position: relative;
}
.menuTop li>ul{
	display: none;
	position: absolute;
	top: 62px;
	width: 215px;
	background: #fff;
	padding: 15px 0;
	z-index: 2;
}
.menuTop li:hover ul{
	display: block;
}
.menuTop>li>a{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	display: block;
	transition: .3s;
}
.menuTop>li>a:hover{
	color: #00a2ff;
}
.menuTop a:hover{
	text-decoration: none;
}
.menuTop ul li{
	padding: 4px 20px;
}
.menuTop ul li:hover{
	background: #fada1a;
}
.menuTop ul a{
	color: #222;
	font-size: 16px;
}

@media only screen and (max-width: 1199px){
	.header .contactItem:not(.working_hours){
		display: none;
	}
	.header_top_mobile{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	.search{
		margin: 0 25px;
	}
}
@media only screen and (max-width: 650px){
	.tel-mobile{
		display: block;
	}
	.contactItem.working_hours{
		display: none;
	}
	.search{
		margin: 0 25px;
	}
}

.slider {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slider .owl-pagination{
	opacity: 1;
}
.slider.owl-theme .owl-controls {
	position: absolute;
	right: 0;
	bottom: 38px;
	left: 0;
}
.slider.owl-theme .owl-controls .owl-page.active span {
	border-color: #00cdff;
}
.slider.owl-theme .owl-controls .owl-page span {
	width: 15px;
	height: 15px;
	margin: 5px 4px;
	opacity: 1;
	border: 2px solid #fff;
	background: transparent;
}
.slider-wrapper {
	position: relative;
}
.slider li {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 180px);
	min-height: 504px;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-o-background-size: cover;
	background-size: cover;
}
.slider-text {
	padding: 0 12px;
	margin: 0 0 40px 0;
	background: rgba(0,0,0,0.5);
}
.slider-title {
	margin: 8px 0;
	font-weight: 700;
	font-size: 48px;
	line-height: 59px;
}
.slider-subtitle {
	margin: 8px 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
}
.slider-btn a {
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	display: inline-block;
	min-width: 267px;
	padding: 12px 39px;
	color: #222;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #fada1a;
}
.slider-btn a:hover {
	text-decoration: none;
	background-color: #f7dd44;
}
@media (max-width: 991px) {
	.slider li {
		height: calc(100vh - 64px);
	}
}

.why {
	padding: 74px 0 79px;
	text-align: center;
}
.why-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 19px;
	color: #444;
}
.why-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	width: 750px;
	margin: 0 auto;
	color: #5c5c5c;
}
.why-list {
	margin: 75px 51px 0;
	padding: 0;
	list-style: none;
}
.why-list li {
	float: left;
	width: 25%;
	padding: 0 35px;
}
.why-list-img {
	height: 61px;
	margin-bottom: 26px;
}
.why-list-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 10px;
	color: #444;
}
.why-list-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #555;
}
.production {
	padding: 82px 0 80px;
	text-align: center;
	color: #fff;
	background-color: #222;
}
.production-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 28px;
}
.production-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.production-img {
	height: 91px;
	margin-bottom: 25px;
}
.production-list {
	margin: 69px 100px 1px;
	padding: 0;
	list-style: none;
}
.production-list li {
	float: left;
	width: 25%;
	margin-bottom: 77px;
}
.production-list li a {
	display: block;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
.production-list li a:hover,
.production-list li a:focus {
	color: #00a2ff;
}
.production-list-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
.adv {
	padding: 77px 0 76px;
	text-align: center;
}
.adv-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 22px;
	color: #444;
}
.adv-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #5c5c5c;
}
.adv-list {
	margin: 55px 97px 0;
	padding: 0;
	list-style: none;
}
.adv-list li {
	float: left;
	width: 25%;
	margin-bottom: 57px;
	padding: 0 30px;
}
.adv-list-img {
	margin-bottom: 24px;
}
.adv-list-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
}

.projects{
	background: #f4f4f4;
	padding: 70px 0;
}
.projects__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}
.projects-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 19px;
	color: #444;
	text-align: center;
}

.projectsItem {
	position: relative;
	max-width: calc(33.3% - 30px);
	width: 100%;
	height: 240px;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 15px;
}
.projectsItem.no-image {
	background-color: rgba(0,0,0,0.35);
}

@media only screen and (max-width: 1199px){
	.projectsItem{
		max-width: calc(50% - 30px);
		height: 300px;
	}
}
@media only screen and (max-width: 991px){
	.projectsItem{
		height: 240px;
	}
}
@media only screen and (max-width: 575px){
	.projects{
	 padding: 25px 0;
	}
	.projects-title{
		margin-bottom: 0;
	}
	.projectsItem{
		height: 200px;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.projectsItem--shell{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity .2s linear;
}

.projectsItem__title{
	text-align: center;
	margin-bottom: 20px;
}
.projectsItem__title--before{
	text-align: left;
	padding: 0 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: opacity .2s linear;
}
.projectsItem__title a{
	color: #fff;
	font-size: 20px;
}
.projectsItem__title a:hover{
	text-decoration: none;
}
.projectsItem__link{
	flex-basis: 100%;
	text-align: center;
}
.projectsItem:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
	opacity: 0;
	transition: opacity .2s linear;
}
.projectsItem:hover:before{
	opacity: 1;
}
.projectsItem:hover .projectsItem--shell{
	opacity: 1;
}
.projectsItem:hover .projectsItem__title--before{
	opacity: 0;
}
.projects__description{
	color: #737373;
	font-size: 16px;
}
.btn__def{
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	display: inline-block;
	min-width: 130px;
	padding: 0 39px;
	color: #222;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #fada1a;
	text-decoration: none;
}
.btn__def:hover{
	text-decoration: none;
	color: #222;
}

.news-detail {
	overflow: hidden;
}
.news-detail-image {
	float: left;
	width: 50%;
	padding: 0 30px 0 0;
	margin: 0 0 30px 0;
}
.news-detail-image img {
	display: block;
	max-width: 100%;
}
.news-detail-date {
	font-size: 18px;
	color: #333;
	margin: 0 0 15px 0;
}
.news-detail-text {
	font-size: 16px;
	color: #737373;
}
.news-detail-text h2 {
	margin: 0 0 18px 0;
	font-size: 22px;
	color: #1b1b1b;
	text-align: left;
}
.news-detail-text p {
	margin: 0 0 10px 0;
}
.news-detail-button {
	margin: 15px 0 30px 0;
}
.news-detail-button a {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-radius: 5px;
	color: #222;
}
@media (max-width: 767px) {
	.news-detail-image {
		float: none;
		width: 100%;
		padding: 0;
	}
	.news-detail-button {
		text-align: center;
	}
}

.news-title{
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 19px;
	color: #444;
}

.news{
	background: #f4f4f4;
	padding: 75px 0;
}
.newsItem {
	max-width: 360px;
	margin-left: 15px;
	margin-right: 15px;
}
.news-list .newsItem {
	margin: 0 0 30px 0;
}
.news-list > .row {
	display: flex;
	flex-flow: row wrap;
}
@media only screen and (max-width: 1199px){
	.newsItem{
		max-width: 100%;
	}
}
.newsItem--part{
	padding: 16px;
	background: #fff;
}
.newsItem__img {
	height: 218px;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.newsItem__img:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
	opacity: 0;
	transition: opacity .3s;
}
.newsItem__img .btn__def{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity .3s;
	z-index: 1;
}

.newsItem:hover .btn__def{
	opacity: 1;
}
.newsItem:hover .newsItem__img:before{
	opacity: 1;
}
.newsItem__title a{
	font-size: 18px;
	font-weight: bold;
	color: #444444;
}
.news__wrapper{
	padding: 0 30px;
}
.news__wrapper .owl-prev,
.news__wrapper .owl-next{
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news__wrapper .owl-prev {
	background-position: -140px 221px !important;
	width: 9px !important;
	height: 19px !important;
	border-radius: 0 !important;
	font-size: 0 !important;
}
.news__wrapper .owl-next {
	background-position: -141px 202px !important;
	width: 9px !important;
	height: 19px !important;
	border-radius: 0 !important;
	font-size: 0 !important;
}
.news__wrapper .owl-pagination{
	display: none;
}
@media only screen and (max-width: 991px){
	.news__wrapper .owl-pagination{
		display: block;
	}
	.owl-theme .owl-controls .owl-buttons div{
		display: none;
	}
}

.newsItem__date{
	font-size: 14px;
	color: #bebebe;
	margin-bottom: 15px;
}
.newsItem__txt{
	font-size: 14px;
	color: #555555;
}
.newsItem__link{
	text-align: right;
	margin-top: 25px;
}
.newsItem__link a{
	font-size: 14px;
	color: #00a2ff;
}
.newsItem a:hover{
	text-decoration: none;
}

.obr-zv {
font-size: 24px;
margin-top: 20px;
margin-bottom: 10px;
font-weight: 500;
}
.tb-cena {
width: 100%;
text-align: center;
}
.tb-cena td{padding: 10px;}
.tb-cena td:first-child{text-align: left;}
.tb-cena tr:nth-child(2n){background-color: #fefae3;}
.projects .ps-container.ps-active-x > .ps-scrollbar-x-rail {
	right: 0 !important;
	left: 0 !important;
	max-width: 100%;
}
.projects .ps-container > .ps-scrollbar-x-rail {
	bottom: 2px !important;
	height: 2px;
	opacity: 1;
	background-color: #d9d9d9;
}
.projects .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	bottom: -1px;
	height: 4px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #222;
}
.reviews {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	padding-top: 72px;
}
.reviews-wrapper {
	position: relative;
	text-align: center;
	color: #fff;
}
.reviews-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 20px;
}
.reviews-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #999;
}
.reviews-slider.owl-theme .owl-controls {
	position: absolute;
	right: 0;
	bottom: 38px;
	left: 0;
}
.reviews-slider.owl-theme .owl-controls .owl-page.active span {
	border-color: #00cdff;
}
.reviews-slider.owl-theme .owl-controls .owl-page span {
	width: 15px;
	height: 15px;
	margin: 5px 4px;
	opacity: 1;
	border: 2px solid #fff;
	background: transparent;
}
.reviews-item {
	padding: 311px 0 117px;
	background-repeat: no-repeat;
	background-position: center;
	-o-background-size: cover;
	background-size: cover;
}
.reviews-item-text {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	position: relative;
}
.reviews-item-text:before {
	position: absolute;
	top: -69px;
	left: 50%;
	width: 49px;
	height: 38px;
	margin-left: -24px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: 0 0;
}
.reviews-item-person {
	margin: 55px 0 9px;
}
.reviews-item-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}
.reviews-item-pos {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.clients {
	padding: 70px 0 94px;
	text-align: center;
}
.clients-more {
	display: none;
}
.clients-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 16px;
	color: #444;
}
.clients-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 73px;
	color: #5c5c5c;
}
.clients-wrapper {
	overflow: hidden;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail {
	right: 0 !important;
	left: 0 !important;
	max-width: 100%;
}
 .ps-container > .ps-scrollbar-x-rail {
	bottom: 2px !important;
	height: 2px;
	opacity: 1;
	background-color: #d9d9d9;
}
 .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	bottom: -1px;
	height: 4px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #222;
}
.clients-list {
	font-size: 0;
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}
.clients-list-item {
	display: inline-block;
	width: 236px;
	margin-bottom: 79px;
	vertical-align: middle;
}
.clients-list-item a {
	display: block;
}
.clients-list-item a img {
	display: block;
	margin: 0 auto;
}
.contacts {
	display: none;
}
.overlay {
	position: fixed;
	z-index: 500;
	top: 64px;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	background-color: #fff;
}
.overlay.show{
	display: block;
}
.overlay a.close-menu {
	display: block;
	width: 17px;
	height: 18px;
	margin: 20px 21px;
	background-image: url(images/icons/sprite.png);
	background-position: -13px -98px;
}
.mobile-menu {
	margin-top: 25px;
}
.mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-menu ul a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 59px;
	position: relative;
	display: block;
	padding-left: 50px;
	text-decoration: none;
	color: #222;
}

.mobile-menu ul a:hover {
	text-decoration: none;
	color: #222;
	background: #fada1a;
}

.mobile-menu .sub-icon img{
	width: 12px;
	margin-right: 10px;
}
.mobile-menu ul .sub-icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
	text-align: center;
	z-index: 2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.mobile-menu .sub-icon-child img{
	width: 12px;
}
.mobile-menu .sub-icon-child{
	width: 50px;
	height: 100%;
	text-align: center;
	z-index: 2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.mobile-menu ul a:after {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 8px;
	height: 15px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: -30px -98px;
}

.mobile-menu li{
	position: relative;
}

.mobile-menu .sub_menu{
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 6;
	width: 100%;
	background: #fff;
}

.mobile-menu .sub_menu.active{
	display: block;
	overflow-y: scroll;
	height: 99vh;
}
.mobile-menu .sub_menu a{
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	padding: 14px 50px;
	line-height: normal;
}
.sub__title{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 59px;
	position: relative;
	display: block;
	padding-left: 50px;
	text-decoration: none;
	color: #222;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.sub_nav{
	padding-bottom: 25px;
}
.btn_prev{
	font-size: 16px;
	color: #999;
	font-weight: normal;
	cursor: pointer;
	padding-left: 50px;
}


.mobile-contacts {
	padding: 26px 56px;
}
.mobile-contacts a {
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	color: #666;
}
.mobile-contacts a:before {
	position: absolute;
	top: 13px;
	left: -35px;
	content: '';
}
.mobile-contacts a.mobile-phone:before {
	width: 16px;
	height: 14px;
	background-image: url(images/icons/sprite.png);
	background-position: -69px -82px;
}
.mobile-contacts a.mobile-mail:before {
	width: 16px;
	height: 12px;
	background-image: url(images/icons/sprite.png);
	background-position: -49px -26px;
}
.mobile-clock {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
	margin-top: 5px;
	color: #666;
}
.mobile-clock:before {
	position: absolute;
	top: 8px;
	left: -35px;
	width: 16px;
	height: 16px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: -37px -82px;
}

@media only screen and (max-width: 767px){
	.sub__title,
	.btn_prev,
	.mobile-menu .sub_menu a{
		padding-left: 16px;
	}
}


/*________.hamburger________*/
.hamburger {
	display: none;
	position: relative;
	z-index: 9;
	width: 30px;
	height: 35px;
	cursor: pointer; }

.hamburger span {
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	height: 2.5px;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s; }

.hamburger span:before,
.hamburger span:after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2.5px;
	background-color: #fff;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s; }

.hamburger span::before {
	top: -8px; }

.hamburger span::after {
	bottom: -8px; }

/***.hamburger.active***/
.hamburger.active span {
	background: transparent; }

.hamburger.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg); }

.hamburger.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
					transform: rotate(-45deg); }

@media only screen and (max-width:1199px){
	.hamburger{
		display: block;
	}
}
/*________End .hamburger________*/

footer {
	padding: 56px 0;
	background-color: #222;
}

.footer__inform{
	max-width: 288px; 
	color: #6d7073;
}
.footer_logo{
	margin-bottom: 28px;
}

.footer__menu a{
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	display: block;
	transition: .3s;
}
.footer__wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.footer_wrapper_menu li{
	padding-bottom: 18px;
}

.footer .contactItem{
	padding-bottom: 25px;
	color: #fff;
}

@media only screen and (min-width: 1200px){
	.footer_wrapper_menu{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		max-width: 415px;
		width: 100%;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 991px){
	.footer_wrapper_contact{
		display: none;
	}
	.footer_wrapper_menu{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		max-width: 360px;
		width: 100%;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 991px){
	.content-page .header-menu {
		padding-bottom: 20px;
		background-color: #222;
	}
}
@media only screen and (max-width: 767px){
	.footer{
		padding: 30px 0 20px 0;
	}
	.footer_wrapper_menu{
		display: none;
	}
	.footer__inform{
		max-width: 100%;
	}
	.footer .desctop_txt{
		display: none;
	}
	.footer .mobile_txt{
		display: block;
		text-align: center;
	}
	.footer__inform{
		width: 100%;
		text-align: center;
	}
	.footer_logo{
		display: inline-block;
	}

}
@media only screen and (min-width: 768px){
	.footer .desctop_txt{
		display: block;
	}
	 .footer .mobile_txt{
		display: none;
	 }
}
.content {
	padding-bottom: 64px;
	background-color: #f0f0f0;
}
.searchpage {/*
	padding-bottom: 64px;*/
	background-color: white;
}
.breadcrumbs {
    margin: 0 0 0;
    padding: 60px 0 0;
    list-style: none;
    cursor: default;
}
@media only screen and (max-width: 767px){
	.breadcrumbs{
		padding: 30px 0 0 0;
	}
}
.breadcrumbs li {
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	display: inline-block;
	margin-right: 28px;
	color: #999;
}
.breadcrumbs li a {
    position: relative;
    text-decoration: underline;
    color: #999;
    text-decoration: none;
}
.breadcrumbs li a:after {
    position: absolute;
    top: -9px;
    right: -12px;
    width: 4px;
    height: 7px;
    content: '/';
    color: #999;
    /*background-image: url(images/icons/sprite.png);*/
    /*background-position: -150px -51px;*/
}
.breadcrumbs li a:hover {
    text-decoration: none;
}
.catalog {
	overflow: hidden;
	max-width: 1180px;
	margin: 20px auto 0 auto;
	padding: 25px 30px 50px 30px;
	color: #222;
	background-color: #fff;
}
.searchpage-content {
	overflow: hidden;
	max-width: 1180px;
	margin: 0 auto 0;
	padding: 10px 0 45px 0;
	color: #222;
	background-color: #fff;
}
.catalog-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
}
.catalog-dropdown .jq-selectbox__select {
	width: 288px;
	height: 40px;
	margin-top: 9px;
	padding: 0 39px 0 14px;
	border: none !important;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fada1a;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.catalog-dropdown .jq-selectbox__select-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	color: #222;
}
.catalog-dropdown .jq-selectbox__trigger {
	border: none;
}
.catalog-dropdown .jq-selectbox__trigger-arrow {
	top: 18px;
	right: 16px;
	width: 11px;
	height: 6px;
	border: none;
	background-image: url(images/icons/sprite.png);
	background-position: -65px -98px;
}
.catalog-filter {
	margin: 69px 3px 0;
}
.catalog-filter-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 36px;
}
.catalog-filter-item {
	float: left;
	margin-right: 3%;
}
.catalog-reset a,
.catalog-reset button[type="submit"] {
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
	display: inline-block;
	margin: 0;
	padding: 0 13px;
	text-decoration: none;
	color: #222;
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	transition: background-color .3s ease;
}
.catalog-reset a:before,
.catalog-reset button[type="submit"]:before {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 15px;
	height: 19px;
	margin-right: 8px;
	margin-left: 2px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: -140px 0;
}

.catalog-reset-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-top: 30px;
}
.btn_def{
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	display: inline-block;
	padding: 0 17px;
	text-decoration: none;
	color: #222;
	border: 1px solid #fada1a;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.btn_def.yellow{
	background: #fada1a;
}
.catalog-reset{
	margin-right: 10px;
}
.catalog-reset a:hover,
.catalog-reset button[type="submit"]:hover {
	text-decoration: none;
	background-color: #d9d9d9;
}
.catalog-reset-item {
	float: right;
	margin-right: 0;
}
.catalog-range .irs {
	margin-top: -6px;
	margin-left: 6px;
}
.catalog-range .irs-line {
	width: 313px;
	height: 5px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #cecece;
}
.catalog-range .irs-bar {
	height: 5px;
	border: none;
	background: #fada1a;
}
.catalog-range .irs-slider {
	top: 15px;
	width: 12px;
	height: 18px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-image: url(images/icons/sprite.png);
	background-position: -140px -19px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.catalog-range .irs-min, .catalog-range .irs-max {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	top: 26px;
	color: #999;
	background: transparent;
}
.catalog-range .irs-min span, .catalog-range .irs-max span {
	padding-left: 4px;
}
.catalog-range .irs-min {
	right: 102%;
	left: auto;
	white-space: nowrap;
}
.catalog-range .irs-max {
	left: 100%;
	right: auto;
	white-space: nowrap;
}
.catalog-list {
	font-size: 0;
	margin: 40px -15px 0 -15px;
	padding: 0;
	list-style: none;
}
.catalog-item {
	display: inline-block;
	float: left;
	width: 240px;
	margin: 0 15px 40px;
	padding-top: 20px;
	text-align: center;
	border: 1px solid #ededed;
}
.catalog-item:hover {
	border-color: #fada1a;
	outline: 2px solid #fada1a;
}
.catalog-item-title a {
	max-width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: #222;
	-o-text-overflow: ellipsis;
}
.catalog-item-title a:hover {
	text-decoration: underline;
}
.catalog-item-img {
	overflow: hidden;
	height: 178px;
}
.catalog-item-img:before {
	display: inline-block;
	width: 1px;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.catalog-item-img img {
	display: inline-block;
	vertical-align: middle;
}
.catalog-item-commerce {
	border-top: 1px solid #ededed;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.catalog-item-commerce-title {
	font-size: 11px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #999;
}
.catalog-item-commerce-count {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #222;
}
.catalog-item-commerce > div {
	position: relative;
	width: 50%;
	padding-top: 45px;
	padding-bottom: 14px;
}
.catalog-item-commerce.catalog-item-single > div {
	width: 100%;
	border: none;
}
.catalog-item-commerce > div:before {
	position: absolute;
	top: 18px;
	left: 50%;
	content: '';
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.catalog-item-price {
	border-right: 1px solid #ededed;
}
.catalog-item-price:before {
	width: 16px;
	height: 16px;
	background-image: url(images/icons/sprite.png);
	background-position: -53px -82px;
}

.catalog-item-rent:before {
	width: 17px;
	height: 16px;
	background-image: url(images/icons/sprite.png);
	background-position: -20px -82px;
}
.catalog-more {
	margin-top: 24px;
	text-align: center;
}
.catalog-more a {
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
	display: inline-block;
	color: #a7a7a7;
	border-bottom: 1px dashed;
}
.catalog-more a span {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 18px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #ddd;
}
.catalog-more a span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 13px;
	margin-top: -4px;
	margin-left: -10px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: -118px -84px;
}
.catalog-more a:hover {
	text-decoration: none;
	border: none;
}
.catalog-more a:hover span {
	background-color: #2a84e7;
}
.pagination {
	margin: 34px 0 0;
	padding: 26px 0;
	list-style: none;
	cursor: default;
	text-align: center;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.pagination li {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
	margin: 0 1px;
	vertical-align: middle;
	color: #333;
}
.pagination li:first-child {
	margin-right: 30px;
}
.pagination li:first-child a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 10px;
	height: 19px;
	margin-top: -10px;
	margin-left: -5px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: -140px -51px;
}
.pagination li:last-child {
	margin-left: 30px;
}
.pagination li:last-child a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 10px;
	height: 19px;
	margin-top: -10px;
	margin-left: -5px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: -140px -70px;
}
.pagination li a {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #333;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.pagination li a:hover {
	text-decoration: none;
	background-color: #fada1a;
}

.pagination li#current a:hover { background: none; cursor: default; }
.other {
	font-size: 0;
	overflow: auto;
	margin: 0 -2px;
	padding: 0;
	padding: 2px;
	list-style: none;
	white-space: nowrap;
}
.other-goods {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 44px;
	text-align: center;
}
.other-wrapper {
	position: relative;
	margin: 56px 2px 7px;
}
.other-wrapper .ps-container > .ps-scrollbar-x-rail {
	right: 0;
	left: 0 !important;
	height: 2px;
	opacity: 1;
	background-color: #ddd;
}
.other-wrapper .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	top: -1px;
	height: 4px;
	opacity: 1;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #222;
}
.other li {
	display: inline-block;
	width: 240px;
	margin: 0 40px 47px 0;
	padding: 20px 0 0 0;
	text-align: center;
	white-space: normal;
	border: 1px solid #ededed;
}
.other li:nth-last-child(3) {
	margin-right: 0;
}
.other li:hover {
	border-color: #fada1a;
	outline: 2px solid #fada1a;
}
.other-img {
	overflow: hidden;
	height: 174px;
	margin: 0 0 5px 0;
}
.other-img:before {
	display: inline-block;
	width: 1px;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.other-img img {
	display: inline-block;
	vertical-align: middle;
}
.other-title {
	height: 44px;
	overflow: hidden;
}
.other-title a {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-decoration: none;
	color: #222;
}
.other-title a:hover {
	text-decoration: underline;
}
.other-price {
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 5px;
	color: #222;
}
.content-page .clients {
	padding-bottom: 23px;
}
.content-page .clients-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 46px;
	color: #222;
}
.content-page .clients-list {
	margin: 0 2px;
}
.content-page .clients-list-item {
	overflow: hidden;
	width: 240px;
	height: 241px;
	margin-left: 40px;
	border: 1px solid #ededed;
}
.content-page .clients-list-item:first-child {
	margin-left: 0;
}
.content-page .clients-list-item:before {
	display: inline-block;
	width: 1px;
	height: 100%;
	margin-left: -1px;
	content: '';
	vertical-align: middle;
}
.content-page .clients-list-item a {
	display: inline-block;
	vertical-align: middle;
}


.photoGoods__title{
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 46px;
	color: #222;
	text-align: center;
}
.photoGoods .item{
	margin-top: 0;
}
.photoGoodsItem{
	position: relative;
	width: 240px;
	height: 145px;
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 40px 20px;
}
.photoGoodsItem:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
	transition: opacity .3s;
	opacity: 0;
}
.photoGoodsItem:hover:before{
	opacity: 1;
}
.zoom_icon{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity .3s;
}
.photoGoodsItem:hover .zoom_icon{
	opacity: 1;
}
.photoGoodsSlider{
	display: none !important;
}
.photoGoodsSlider .photoGoodsItem{
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.photoGoods_slider {
	padding: 0 0 60px 0;
}
.photoGoods_slider .swiper-slide {
	width: 208px;
}
.photoGoods_slider .swiper-slide-image {
	position: relative;
	display: block;
	height: 145px;
	background: center / cover no-repeat;
}
.photoGoods_slider .swiper-slide-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: center url(images/zoom-icon.png) rgba(0, 0, 0, .75) no-repeat;
	transition: opacity .3s;
	opacity: 0;
}
.photoGoods_slider .swiper-slide-image:hover::before,
.photoGoods_slider .swiper-slide-image:focus::before {
	opacity: 1.0;
}
.photoGoods_slider .swiper-pagination {
	display: none;
	bottom: 20px;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #bebebe;
	background: transparent;
	opacity: 1.0;
}
.swiper-pagination-bullet-active {
	background-color: #fff;
	border: 1px solid #00cdff;
}
.photoGoods_slider .swiper-scrollbar {
	bottom: 20px;
	left: 0;
	width: 100%;
}
@media (max-width: 480px) {
	.photoGoods_slider .swiper-slide {
		text-align: center;
	}
	.photoGoods_slider .swiper-slide-image {
		display: inline-block;
		width: 270px;
		height: 180px;
	}
	.photoGoods_slider .swiper-pagination {
		display: block;
	}
	.photoGoods_slider .swiper-scrollbar {
		display: none;
	}
}

.owl-theme .owl-controls .owl-page span{
	position: relative;
	opacity: 1;
	background: #fff;
	border: solid 1px #cccccc;
	width: 10px;
	height: 10px;
	margin: 5px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #00cdff;
}

@media only screen and (max-width: 1199px){
	.photoGoods{
		padding: 60px 0 0;
	}
	.photoGoodsItem{
		margin: ;
	}
	.photoGoods__shell{
		position: relative;
		overflow: hidden;
	}
	.photoGoods__wrapper{
		white-space: nowrap;
	}
	.photoGoodsItem{
		width: 267px;
		height: 180px;
		margin-left: 15px;
		margin-right: 15px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.photoGoods__shell .item,
	.photoGoodsItem{
		display: inline-block;
		margin-top: 0;
	}
}

@media only screen and (max-width: 481px){
	.photoGoods__shell{
		display: none;
	}
	.photoGoodsSlider{
		display: block !important;
	}
	.photoGoods{
		padding:00;
	}
	.photoGoodsSlider .photoGoodsItem{
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1200px){
	.photoGoods__wrapper{
		margin: 0 -20px;
		margin-top: -20px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.photoGoods__wrapper .item:nth-child(n+5){
		display: none;
	}
}




.mobile-title {
	display: none;
}
html body .empty {
	display: inline-block;
	visibility: hidden;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
}
a {
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
@font-face {
	font-family: 'PT Sans';
	src: url('fonts/pts55f.woff2') format('woff2'),
	url('fonts/pts55f.woff') format('woff'),
	url('fonts/pts55f.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans';
	src: url('fonts/pts56f.woff2') format('woff2'),
	url('fonts/pts56f.woff') format('woff'),
	url('fonts/pts56f.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'PT Sans';
	src: url('fonts/pts75f.woff2') format('woff2'),
	url('fonts/pts75f.woff') format('woff'),
	url('fonts/pts75f.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
.main {
	font-family: 'Open Sans';
	min-width: 320px;
}
.wrapper {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 10px;
}
.item {
	margin-top: 56px;
}
.item-img {
	float: left;
	width: 48%;
}

.catalog-detail-slider {
	margin: 0 0 2px 0;
}
.catalog-detail-slider-image {
	display: block;
	height: 340px;
	background: center / cover no-repeat;
}
.catalog-detail-slider .swiper-pagination {
	bottom: 20px;
	display: none;
}

.catalog-detail-thumbnails-background {
	position: relative;
	padding: 10px 52px;
	background: #666;
}
.catalog-detail-thumbnails-image {
	height: 100px;
	margin: 2px;
	background: center / cover no-repeat;
	cursor: pointer;
}
.swiper-slide-thumb-active .catalog-detail-thumbnails-image {
	box-shadow: 0 0 0 2px #fada1a;
}
.thumbnails-button-prev,
.thumbnails-button-next {
	position: absolute;
	top: 10px;
	width: 52px;
	height: 100px;
}
.thumbnails-button-prev {
	left: 0;
}
.thumbnails-button-next {
	right: 0;
}
.thumbnails-button-prev::before,
.thumbnails-button-next::before {
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	width: 13px;
	height: 25px;
	background-image: url(images/icons/sprite.png);
}
.thumbnails-button-prev::before {
	left: 50%;
	margin: -12px 0 0 -6px;
	background-position: 0 -98px;
}
.thumbnails-button-next::before {
	right: 50%;
	margin: -12px -6px 0 0;
	background-position: -118px -59px;
}
.thumbnails-button-prev.swiper-button-disabled,
.thumbnails-button-next.swiper-button-disabled {
	opacity: 0.35;
}

@media (max-width: 991px) {
	.catalog-detail-slider-image {
		height: 480px;
	}
}
@media (max-width: 767px) {
	.catalog-detail-slider-image {
		height: 340px;
	}
}
@media (max-width: 480px) {
	.catalog-detail-slider {
		padding: 0 0 60px 0;
	}
	.catalog-detail-slider .swiper-pagination {
		display: block;
	}
	.catalog-detail-thumbnails-background {
		display: none;
	}
}


.item-right {
	font-size: 16px;
	padding-left: 50%;
	color: #111;
}
.item-right p {
	margin-bottom: 10px;
}
.item-title {
	font-weight: 700;
	margin-bottom: 13px;
}
.item-text {
	font-weight: 400;
	line-height: 24px;
}
.item-commerce {
	line-height: 48px;
	margin-top: 28px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.item-commerce > div {
	position: relative;
	max-width: 250px;
	width: 47%;
	padding-top: 47px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	background: #fff;
}
@media only screen and (max-width: 992px){
	.item-commerce > div {
		max-width: 100%;
		width: 47%;
	}
}
.item-commerce > div:before {
	position: absolute;
	top: 26px;
	content: '';
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.item-commerce-title {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #999;
}
.item-commerce-count {
	font-size: 30px;
	font-weight: 500;
	line-height: 32px;
	color: #222;
}
.item-commerce-btn {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	display: inline-block;
	margin: 25px 0 0;
	padding: 13px 30px;
	text-align: center;
	text-decoration: none !important;
	color: #222;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fada1a;
	max-width: 96%;
	border: none;
}
.item-commerce-btn:hover {
	text-decoration: none;
}

.item-price:before {
	width: 16px;
	height: 16px;
	background-image: url(images/icons/sprite.png);
	background-position: -53px -82px;
}

.item-rent:before {
	width: 17px;
	height: 16px;
	background-image: url(images/icons/sprite.png);
	background-position: -20px -82px;
}
.item-img {
	position: relative;
}
.img-slider .owl-item {
	margin-right: 1px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.img-slider-item {
	width: 99px;
	height: 99px;
	background-repeat: no-repeat;
	background-position: center;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 2px;
}
.img-slider-wrapper {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 120px;
	padding: 11px 53px 10px;
	background: #666;
	margin-top: 1px;
}
.img-slider-wrapper .owl-theme .owl-controls {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.img .img-slider-wrapper .owl-theme .owl-controls.owl-next {
	width: 13px;
	height: 25px;
	background-image: url(images/icons/sprite.png);
	background-position: -118px -59px;
}
.img .img-slider-wrapper .owl-theme .owl-controls.owl-prev {
	width: 13px;
	height: 25px;
	background-image: url(images/icons/sprite.png);
	background-position: 0 -98px;
}
.img-slider-item {
	cursor: pointer;
}
.item-img img {
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	margin: 0;
	padding: 0;
	opacity: 1;
	outline: 0;
	background-color: transparent;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	top: -62px;
	left: 0px;
	width: 13px;
	height: 25px;
	background-image: url(images/icons/sprite.png);
	background-position: 0 -98px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	top: -62px;
	right: 0;
	right: 0px;
	width: 13px;
	height: 25px;
	background-image: url(images/icons/sprite.png);
	background-position: -118px -59px;
}
.img-slider-wrapper > a {
	position: absolute;
	margin: 0;
	padding: 0;
	opacity: 1;
	outline: 0;
	width: 52px;
	height: 100px;
	background-color: transparent;
}
.img-slider-wrapper .item-slider-left {
	left: 0px;
}
.img-slider-wrapper .item-slider-left:before {
	position: absolute;
	top: 36px;
	left: 20px;
	width: 13px;
	height: 25px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: 0 -98px;
}
.img-slider-wrapper .item-slider-right {
	right: 0px;
	top: 12px;
}
.img-slider-wrapper .item-slider-right:before {
	position: absolute;
	top: 36px;
	right: 20px;
	width: 13px;
	height: 25px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: -118px -59px;
}
.tabs-content, .item-slider-wrapper {
	display: none;
}
.item-slider-item {
	width: 280px;
	height: 205px;
	background-repeat: no-repeat;
	background-position: center;
	-o-background-size: cover;
	background-size: cover;
}
.tabs a {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display: inline-block;
	padding: 9px 27px 15px 27px;
	text-decoration: none;
	color: #468dd2;
}
.tabs a:hover {
	text-decoration: none;
	color: #999;
}
.tabs a.active {
	color: #999;
	border: 1px solid #ddd;
	border-bottom: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}
.tabs-wrapper {
	margin-top: 25px;
}
.tabs-content {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: -2px;
	margin-bottom: 15px;
	padding: 36px 28px 0;
	padding-bottom: 54px;
	text-align: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ededed;
}
.tabs-content ul {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs-content ul li {
	position: relative;
	display: block;
	margin-bottom: 24px;
	padding-left: 34px;
}
.tabs-content ul li:before {
	position: absolute;
	top: 1px;
	left: 0;
	width: 22px;
	height: 22px;
	content: '';
	background-image: url(images/icons/sprite.png);
	background-position: -118px 0;
}
.tabs-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin: 28px 0 20px;
}
.catalog-filter.item-filter {
	padding-bottom: 0;
	border-bottom: none;
}
.item-filter, .item-all {
	display: none;
}
.item-contacts {
	background-color: #fff !important;
}
.overlay-form,.contacts-form {
	position: fixed;
	z-index: 1100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}
.overlay-form .popup-form {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 310px;
	padding: 15px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
}
.overlay-form .popup-form input {
	font-family: 'Open Sans';
	font-size: 18px;
	display: inline-block;
	width: 280px;
	padding: 5px 10px;
	color: #222;
	border: 1px solid #ddd;
}
.overlay-form .popup-form input.invalid {
	border-color: red;
}
.overlay-form .popup-form input:not([type='submit']) {
	margin-bottom: 15px;
}
.overlay-form .popup-form input[type='submit'] {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	display: inline-block;
	padding: 13px 55px;
	text-align: center;
	text-decoration: none !important;
	color: #222;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fada1a;
}
.overlay-form .popup-title {
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 700;
	left: 20px;
	margin-bottom: 30px;
	color: #222;
}
.overlay-form.search-form {
	background: rgba(0, 0, 0, 0.9);
	font-family: 'Open Sans';
}
.search-pane {
	width: 90%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.search-title {
	color: #999;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 30px;
}
.search-wrapper {
	position: relative;
}
.search-wrapper span {
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.search-wrapper input {
	background: transparent;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
	padding: 10px 0;
}
.search-results {
	color: #999;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 50px;
}
a.search-close {
	display: block;
	width: 17px;
	height: 18px;
	margin: 20px 21px;
	background-image: url(images/icons/sprite.png);
	background-position: -13px -98px;
	position: absolute;
	top: 0;
	right: 0;
}
.contacts-form{
	color: #FFF;
}
.contacts-form .contacts-pane{
	width:100%;
	height:100%;
	position: relative;
}
.contacts-pane .sidebar{
	position: absolute;
	width:380px;
	left:0;
	z-index:100;
	background-color: rgba(34,34,34,0.85);
	height: 100%;
	padding-top: 211px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.contacts-form.scrolled .contacts-pane .sidebar{
	padding-top: 15px;
}
.contacts-pane  .sidebar-contents{
	padding: 0;
	margin: 0 15px;
	list-style-type: none;
	text-align: center;
}
.contacts-phones{
	padding: 2px 0 0 0;
	margin: 0 15px;
	list-style-type: none;
	font-size: 31px;
}
.contacts-phones li{
	margin-bottom: 6px;
}
.contacts-pane a{
	color: inherit;
	display: inline;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.35);
}
.contacts-phones a{
	border: none;
}
.contacts-sidebar-item{
	margin-bottom: 23px;
	font-size: 20px;
	font-weight: bold;
	padding-top: 1px;
}
.contacts-icon{
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #fada1a;
	margin: 0 auto 23px;
	position: relative;
	left: -4px;
}
.contacts-icon:before{
	content: " ";
	background: url(images/icons/contacts.png) no-repeat 1000px 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
}
.contacts-tel-icon:before{
	background-position: -2px -2px;
}
.contacts-adress-icon:before{
	background-position: -34px -3px;
	width: 20px;
	height: 23px;
	margin: -12px 0 0 -10px;
}
.contacts-mail-icon:before{
	background-position: -59px -5px;
	width: 24px;
	height: 19px;
	margin: -10px 0 0 -12px;
}
.contacts-icq-icon:before{
	background-position: -6px -30px;
	width: 24px;
	height: 24px;
}
.contacts-skype-icon:before{
	background-position: -37px -30px;
	width: 22px;
	height: 23px;
	margin: -11px 0 0 -11px;
}
.contacts-sidebar-text{
	font-size: 22px;
	font-weight: 700;
}
.contacts-pane .map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contacts-close {
	z-index: 1200;
	position: fixed;
	top: 144px;
	right: 5px;
	display: none;
	background: rgba(34,34,34,0.9);
	border-radius: 3px;
	width: 31px;
	height: 31px;
}
.contacts-close:after{
	content: " ";
	background: url(images/icons/sprite.png) no-repeat -13px -98px;
	width: 17px;
	height: 17px;
	margin: -9px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.contacts-section .contacts-column {
	width: 50%;
	float: left;
}

.contacts-section .contacts-block .title {
	font-size: 18px;
	font-weight: bold;
}

.contacts-section .contacts-block .title:after {
	display: block;
	height: 4px;
	content: '';
	width: 60px;
	border-bottom: 1px solid #000000;
}
.contacts-section .contacts-block .contact {
	font-size: 16px;
}
.contacts-section .map2 {
	width: 100%;
	height: 600px;
}

.item-commerce {
	margin-top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 992px) {
	.wrapper {
		padding: 0 10px;
	}
	.selectItem{
		display: none;
	}
	.catalogWrapper .catalog{
		background: #f4f4f4;
		padding: 0 10px;
	}
	.catalogWrapper h1{
		margin-top: 0;
	}
	.catalog-list {
		width: 840px;
		margin-right: auto;
		margin-left: auto;
	}
	.item-img {
		float: none;
		max-width: 100%;
		width: 100%;
		margin: 0 auto 50px;
	}
	.item-right {
		float: none;
		width: auto;
		padding: 0 15px;
	}
}
@media screen and (max-width: 1074px) {
	.footer-copy {
		float: none;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.tabs-wrapper{
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.why-list, .production-list, .adv-list {
		font-size: 0;
	}
	.why-list li, .production-list li, .adv-list li {
		display: inline-block;
		float: none;
		width: 50%;
		margin-bottom: 60px;
		vertical-align: top;
	}
	.catalog-list {
		width: 560px;
	}
	.footer-menu {
		float: none;
	}
	.footer-contacts {
		float: none;
		margin-left: 31px;
	}
	.footer-pay, .footer-social, .footer-copy {
		float: none;
		margin-bottom: 15px;
		padding-left: 0;
	}
	.contacts-pane .sidebar{
		padding-top: 85px;
	}
}
@media screen and (max-width: 1199px) {
	.header-menu {
		padding-top: 1px;
		padding-bottom: 19px;
		background: #222;
	}
	a.hamburger {
		position: relative;
		z-index: 2;
		display: block;
	}

	header {
		padding-top: 0;
	}
	.header-menu .search {
		padding-top: 16px;
		padding-right: 9px;
	}
	.header_top_wrapper .search a {
		position: relative;
		z-index: 2;
		width: 19px;
		height: 20px;
		background-image: url(images/icons/sprite.png);
		background-position: -118px -22px;
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.slider-subtitle,
	.why-text,
	.production-text,
	.adv-text,
	.projects-text,
	.reviews-text,
	.clients-text {
		display: none;
	}
	.productPage .item{
		margin-top: 25px;
	}
	
	.slider-title {
		font-size: 38px;
		line-height: 45px;
	}
	.production-list, .adv-list, .why-list {
		margin-right: 10px;
		margin-left: 10px;
	}
	.pagination, .catalog-title {
		display: none;
	}
	.mobile-title {
		font-size: 16px;
		font-weight: 700;
		line-height: 18px;
		position: relative;
		display: block;
		padding: 20px 19px 23px;
		color: #222;
		background: #fff;
	}
	.mobile-title a {
		font-size: 16px;
		font-weight: 400;
		line-height: 18px;
		position: absolute;
		top: 22px;
		right: 20px;
		text-decoration: none;
		color: #888;
	}
	.mobile-title a:hover {
		text-decoration: none;
	}
	.mobile-title a:before {
		position: absolute;
		top: 3px;
		left: -19px;
		width: 7px;
		height: 13px;
		content: '';
		background-image: url(images/icons/sprite.png);
		background-position: -111px -82px;
	}
	.catalog {
		padding: 10px;
	}
	.catalog-filter {
		margin: 0;
	}
	.catalog-filter-item {
		float: none;
		margin: 0;
	}
	.catalog-filter-item:first-child .catalog-filter-title {
		display: none;
	}


	.catalog-filter .jq-selectbox {
		width: 100%;
	}
	.catalog-filter .catalog-dropdown .jq-selectbox__select {
		width: 100%;
		height: 60px;
		margin-top: 0;
		padding-left: 21px;
		letter-spacing: .7px;
		border-top: 1px solid #dfdfdf !important;
		border-bottom: 1px solid #e7e7e7 !important;
		background: #f5f5f5;
	}
	.catalog-filter .catalog-dropdown .jq-selectbox__select-text {
		line-height: 59px;
	}
	.catalog-filter .catalog-dropdown .jq-selectbox__trigger-arrow {
		top: 28px;
		right: 21px;
	}
	.catalog-filter-title {
		font-size: 14px;
		font-weight: 400;
		line-height: 36px;
		padding: 12px 20px 0;
		color: #888;
	}
	.catalog-range {
		overflow: hidden;
	}
	.catalog-range .irs {
		width: 100%;
		margin-left: 0;
	}
	.catalog-range .irs-line {
		width: auto;
		margin: 0 6px;
	}
	.catalog-range .irs-min {
		left: 0;
		top: 43px;
	}
	.catalog-range .irs-max {
		right: 0;
		top: 43px;
		left: inherit;
	}
	.catalog-reset-item{
		margin: 0 10px 20px 10px;
	}
	.catalog-filter {
		padding-bottom: 13px;
		border-bottom: 1px solid #e6e6e6;
	}
	.catalog-filter .container-fluid {
		padding: 0;
	}

	.item-filter {
		display: block;
	}
	.item-slider-item {
		width: 100%;
	}
	.item-slider-wrapper {
		display: block;
		overflow: hidden;
		max-width: 500px;
		margin: 0 auto;
		padding: 0 20px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	.owl-theme .owl-controls .owl-page span {
		width: 10px;
		height: 10px;
		opacity: 1;
		border: 1px solid #bebebe;
		background: transparent;
	}
	.owl-theme .owl-controls .owl-page.active span {
		background-color: #fff;
		border: 1px solid #00cdff;
	}
	.owl-theme .owl-controls.clickable .owl-page:hover span {
		background-color: #fff;
	}
	.contacts-phones{
		font-size: 20px;
	}
	.contacts-sidebar-item{
		font-size: 16px;
	}
	.contacts-pane .sidebar{
		width: 200px;
		padding-top: 85px;
	}
	.contacts-close{
		top: 63px;
	}
	.contacts-icon{
		margin-bottom: 10px;
		width: 36px;
		height: 36px;
	}
	.contacts-phones{
		margin: 0;
	}
	.contacts-sidebar-text{
		font-size: 16px;
	}
	.contacts-phones li{
		margin-bottom: 0
	}
}
@media screen and (max-width: 600px) {

	.catalog-list {
		width: 280px;
	}
	.item {
		margin-top: 20px;
	}
	.item-commerce{
		margin-bottom: 0;
	}

	.item-text {
		font-size: 14px;

		padding: 17px 5px 0;
	}
	.item-all {
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		position: relative;
		position: relative;
		display: block;
		margin-top: 14px;
		padding: 17px 35px 21px;
		text-decoration: none;
		color: #888;
		border-top: 1px solid #e1e1e1;
	}
	.item-all:before {
		position: absolute;
		top: 22px;
		left: 3px;
		width: 18px;
		height: 10px;
		content: '';
		background-image: url(images/icons/sprite.png);
		background-position: -65px -26px;
	}
	.item-all:hover {
		text-decoration: none;
	}
	.item-commerce > div{
		width: 100%;
		margin: 5px auto;
	}

}
@media screen and (max-width: 500px) {
	.slider-title {
		font-size: 24px;
		line-height: 24px;
	}
	.slider-btn a {
		font-size: 14px;
		line-height: 24px;
		min-width: 200px;
		padding: 8px 27px;
	}

	.slider.owl-theme .owl-controls {
		bottom: 10px;
	}
	.slider.owl-theme .owl-controls .owl-page span {
		width: 10px;
		height: 10px;
	}
	.why {
		padding: 29px 20px 5px;
	}
	.why-title {
		font-size: 20px;
		line-height: 18px;
		text-align: left;
	}
	.production-list, .adv-list, .why-list {
		margin-right: 0;
		margin-left: 0;
	}
	.production-list li, .adv-list li, .why-list li {
		display: block;
		width: 100%;
		margin-bottom: 0;
		margin-bottom: 5px;
		padding: 0 0 19px 4px;
		text-align: left;
		border-bottom: 1px solid #e5e5e5;
	}
	.production-list li:last-child, .adv-list li:last-child, .why-list li:last-child {
		border-bottom: none;
	}
	.why-list-img {
		display: inline-block;
		height: 49px;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.why-list-img img {
		width: auto;
		height: 100%;
	}
	.list-content {
		display: inline-block;
		width: 210px;
		margin-left: 13px;
		text-align: left;
		vertical-align: middle;
	}
	.why-list-title {
		font-size: 16px;
		font-weight: 400;
		line-height: 36px;
		margin-bottom: 0;
		text-align: left;
	}
	.why-list-text {
		font-size: 14px;
		line-height: 18px;
		text-align: left;
	}
	.why-list {
		margin-top: 0;
	}
	.production {
		padding: 28px 19px 28px;
	}
	.production-title {
		font-size: 20px;
		line-height: 18px;
		text-align: left;
	}
	.production-img {
		display: inline-block;
		width: 50px;
		height: 49px;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.production-img img {
		width: auto;
		height: 100%;
	}
	.production-list {
		margin-top: 31px;
	}
	.production-list li {
		margin-bottom: 19px;
		padding-bottom: 20px;
		border-bottom-color: #303030;
	}
	.production-list-title {
		font-size: 16px;
		font-weight: 400;
		line-height: 18px;
		display: inline-block;
		margin-left: 17px;
		vertical-align: middle;
	}
	.adv {
		padding: 25px 20px 35px;
	}
	.adv-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 27px;
		text-align: left;
	}
	.adv-list {
		margin-top: 0;
	}
	.adv-list li {
		margin-bottom: 14px;
		padding-bottom: 21px;
	}
	.adv-list-img {
		display: inline-block;
		width: 50px;
		height: 49px;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.adv-list-img img {
		width: auto;
		height: 100%;
	}
	.adv-list-text {
		font-size: 16px;
		line-height: 20px;
		display: inline-block;
		max-width: 210px;
		margin-left: 16px;
		vertical-align: middle;
	}
	.projects {
		padding: 25px 19px 15px;
		text-align: left;
	}
	.projects .owl-theme .owl-controls .owl-page span {
		width: 10px;
		height: 10px;
		margin: 10px 5px;
		opacity: 1;
		border: 1px solid #bebebe;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		background: transparent;
	}
	.projects .owl-theme .owl-controls .owl-page.active span {
		background-color: #bebebe;
	}
	.projects .owl-theme .owl-controls.clickable .owl-page:hover span {
		background-color: #bebebe;
	}
	.projects-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 29px;
	}
	.projects-row {
		display: none;
	}
	.projects-slider-wrapper {
		display: block;
	}
	.projects-slider-item a {
		position: relative;
		display: block;
		height: 222px;
		background-repeat: no-repeat;
		background-position: center;
		-o-background-size: cover;
		background-size: cover;
	}
	.projects-slider-item a span {
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 0 23px 20px;
		color: #fff;
	}
	.projects .wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	.reviews {
		padding-top: 19px;
		padding-left: 20px;
	}
	.reviews-title {
		font-size: 20px;
		line-height: 36px;
		text-align: left;
	}
	.reviews-item {
		padding: 70px 0 68px;
	}
	.reviews-item-text {
		font-size: 18px;
		line-height: 24px;
	}
	.reviews-item-person {
		width: 41px;
		height: 41px;
		margin: 28px auto 12px;
	}
	.reviews-item-name {
		font-size: 16px;
		line-height: 20px;
	}
	.reviews-item-pos {
		font-size: 14px;
		line-height: 20px;
	}
	.reviews-item-text:before {
		display: none;
	}
	.reviews-slider.owl-theme .owl-controls {
		bottom: 19px;
	}
	.reviews-slider.owl-theme .owl-controls .owl-page span {
		width: 10px;
		height: 10px;
	}
	.clients {
		padding: 25px 0 39px;
	}
	.clients .wrapper {
		padding-right: 0;
		padding-left: 0;
	}
	.clients-more {
		display: block;
	}
	.clients-more a {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		position: relative;
		display: block;
		padding: 23px 20px 25px;
		text-align: left;
		color: #666;
		border-bottom: 1px solid #e5e5e5;
		background-color: #f5f5f5;
	}
	.clients-more a:hover {
		text-decoration: none;
	}
	.clients-more a:after {
		position: absolute;
		top: 31px;
		right: 20px;
		width: 18px;
		height: 10px;
		content: '';
		background-image: url(images/icons/sprite.png);
		background-position: -65px -26px;
	}
	.clients-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 25px;
		padding-left: 20px;
		text-align: left;
	}
	.clients-list {
		overflow: hidden;
		max-height: 321px;
		border-top: 1px solid #e5e5e5;
	}
	.clients-list-item {
		display: block;
		float: left;
		width: 50%;
		height: 160px;
		margin-bottom: 0;
		border-bottom: 1px solid #e5e5e5;
	}
	.clients-list-item a {
		position: relative;
		overflow: hidden;
		height: 100%;
	}
	.clients-list-item a:before {
		display: inline-block;
		width: 1px;
		height: 100%;
		margin-left: -1px;
		content: '';
		vertical-align: middle;
	}
	.clients-list-item a img {
		display: inline-block;
		vertical-align: middle;
	}
	.clients-list-item:nth-child(even) {
		border-left: 1px solid #e5e5e5;
	}
	.contacts {
		display: block;
		overflow: hidden;
		padding-bottom: 31px;
		text-align: center;
	}
	.contacts-icon {
		margin-bottom: 11px;
	}
	.contacts-icon div {
		position: relative;
		display: inline-block;
		width: 31px;
		height: 31px;
		background-image: url(images/icons/sprite.png);
		background-position: 0 -38px;
	}
	.contacts-icon div:before, .contacts-icon div:after {
		position: absolute;
		top: 15px;
		width: 1000px;
		height: 1px;
		content: '';
		background-color: #eaeaea;
	}
	.contacts-icon div:before {
		left: 130%;
	}
	.contacts-icon div:after {
		right: 130%;
	}
	.contacts-phone {
		font-size: 20px;
		font-weight: 700;
		line-height: 40px;
		display: inline-block;
		text-decoration: none;
		color: #222;
	}
	.contacts-phone:hover {
		text-decoration: none;
	}
	.contacts-mail {
		font-size: 16px;
		font-weight: 400;
		line-height: 36px;
		display: inline-block;
		text-decoration: none;
		color: #666;
	}
	.contacts-mail:hover {
		text-decoration: none;
	}
	.contacts-address {
		font-size: 16px;
		font-weight: 400;
		line-height: 36px;
		color: #666;
	}
	.footer-menu, .footer-contacts, .footer-bottom .footer-social, .footer-pay-title {
		display: none;
	}
	.footer-pay-item.pay6, .footer-pay-item.pay7 {
		display: none;
	}
	.footer-mobile {
		position: relative;
		display: block;
	}
	.footer-mobile a.hamburger {
		position: relative;
		z-index: 2;
		float: left;
		margin-left: 10px;
	}
	.footer-mobile a.search {
		position: relative;
		z-index: 2;
		display: block;
		float: right;
		width: 19px;
		height: 20px;
		margin: -1px 9px 0 0;
		background-image: url(images/icons/sprite.png);
		background-position: -118px -22px;
	}
	.footer-mobile .footer-social {
		position: absolute;
		top: -3px;
		right: 0;
		left: 0;
		padding-top: 0;
		padding-left: 0;
		text-align: center;
	}
	.footer-mobile .footer-social a {
		margin: 0 8px;
	}
	footer {
		padding-top: 30px;
		padding-bottom: 29px;
	}
	footer .full-version {
		font-size: 14px;
		font-weight: 700;
		line-height: 38px;
		display: inline-block;
		width: 280px;
		height: 40px;
		margin-bottom: 33px;
		text-decoration: none;
		color: #999;
		border: 2px solid rgba(255, 255, 255, 0.2);
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	footer .full-version:hover {
		text-decoration: none;
	}
	.footer-bottom {
		text-align: center;
	}
	.footer-top {
		padding-bottom: 28px;
	}
	.footer-pay {
		display: block;
		float: none;
		padding-left: 0;
	}
	.footer-pay-item {
		margin: 0 10px;
	}
	.footer-copy {
		float: none;
		padding-top: 29px;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.catalog-list {
		width: 100%;
		margin-top: 0;
		padding-top: 19px;
		padding-top: 26px;
		text-align: center;
		background-color: #f5f5f5;
	}
	.catalog-list .catalog-item {
		display: inline-block;
		float: none;
		width: 280px;
		margin-right: 0;
		margin-bottom: 27px;
		margin-left: 0;
		border: none;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #fff;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	}
	.catalog-item-img {
		height: 165px;
	}
	.catalog-item-commerce {
		margin: 0 19px;
	}
	.catalog-item-commerce > div {
		padding-top: 51px;
		padding-bottom: 31px;
	}
	.catalog-item-commerce > div:before {
		top: 24px;
	}
	.catalog-more {
		margin-top: 0;
		padding-top: 9px;
		padding-bottom: 60px;
		background-color: #f5f5f5;
	}
	.other-wrapper {
		display: none;
	}
	.content-page .clients {
		display: none;
	}
	.content-page .contacts {
		padding-top: 30px;
		background-color: #f5f5f5;
	}
	.content {
		background-color: #f5f5f5;
		padding-bottom: 0;
	}
	.contacts-pane .sidebar{
		width: 150px;
	}
	.contacts-pane .sidebar-contents{margin: 0 5px;}
	.contacts-phones{font-size: 16px;}
	.contacts-sidebar-text{font-size: 14px;}
	.contacts-section {
		padding: 29px 20px 5px;
	}
	.contacts-section .contacts-column {
		width: 100%;
		float: none;
		
	}
	.contacts-section .map2 { height: 400px; }
}

.uses-filter{
	padding:25px 0 30px 0;
	border: solid 1px #ededed;
	margin: 40px 0;
}
@media only screen and (max-width: 767px){
	.uses-filter{
		margin: 10px 0 20px 0;
	} 
}

.uses-filter ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.uses-filter li{
	margin-left: 27px;
	padding: 6px 0;
}

.uses-filter  a{
	font-size: 16px;
	color: #333;
	padding-bottom: 2px;
	border-bottom: solid 1px #333;
	transition: .3s;
}
.uses-filter  a:hover{
	text-decoration: none;
	border-color: #fff;
}
.search{
	cursor: pointer;
}


/*** .catalogWrapper ***/
.catalogWrapper{
	/*background: #f4f4f4;*/
	padding-bottom: 50px;
}

.catalogWrapper h1{
	margin-bottom: 0;
}
.catalogWrapper .projects{
	background: #fff;
	max-width: 1180px;
	padding: 25px 30px 50px 30px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
@media only screen and (max-width: 1199px){
	.catalogWrapper .projects{
		margin: 20px 45px;
	}
}
.catalogWrapper .projects__wrapper{
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 0;
}
.catalogWrapper .projects-title{
	font-size: 22px;
	color: #1b1b1b;
	font-weight: normal;
	text-align: left;
	margin-top: 45px;
	margin-bottom: 10px;
}
.catalog-seo-text {
	margin: 45px 0 0 0;
	font-size: 16px;
	color: #737373;
}
.catalog-seo-text h2 {
	font-size: 32px;
	color: #1b1b1b;
	font-weight: normal;
	text-align: left;
	margin: 35px 0 25pxpx 0;
}
.catalog-seo-text h3 {
	font-weight: 600;
	font-size: 24px;
	color: #1b1b1b;
	margin: 30px 0 20px 0;
}
.catalog-seo-text p {
	margin: 10px 0;
	font-size: 16px;
	color: #737373;
}
.catalog-seo-text ul,
.catalog-seo-text ol {
	padding: 0;
	margin: 25px 0 15px 0;
	color: #737373;
}
.catalog-seo-text ul li,
.catalog-seo-text ol li {
	margin: 10px 0 10px 14px;
}
@media only screen and (max-width: 991px){
	.catalogWrapper .projects{
		background: #f4f4f4;
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px;
	}
	.catalogWrapper .projects-title{
		margin-top: 30px;
	}
}

@media only screen and (max-width: 650px){
	.catalogWrapper .projects__wrapper{
		margin-left: 0;
		margin-right: 0;
	}
	.catalogWrapper h1{
		font-size: 24px;
		font-weight: bold;
	}
	.catalogWrapper .projects-title{
		font-size: 22px;
	}
}

/*** End .catalogWrapper ***/

.list__params{
	padding: 0;
	margin: 0 0 23px 0;
	list-style: none;
}
.list__params li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	border-bottom: dotted 1px #ddd;
}
.list__params strong{
	color: #404040;
}

.selectItem{
	width: 260px;
	margin: 20px 0;
}

.selectItem .jqselect{
	display: block !important;
}
.selectItem .jq-selectbox__select,
.selectItem .jq-selectbox__select:hover{
	background: transparent;
	box-shadow: none;
}
.selectItem .jq-selectbox__select{
	height: 36px;
	border-bottom: solid 1px #dedede;
}

.selectItem .jq-selectbox .placeholder{
	color: #333;
}

.selectItem .jq-selectbox__trigger-arrow{
	width: 11px;
	height: 6px;
	border: none;
	background-image: url(./images/icons/sprite.png);
	background-position: -65px -98px;
}
.selectItem .jq-selectbox__trigger{
	border-left: none;
}

.outProjectPage{
	background: #f0f0f0;
}
.outProjectPage h1{
	color: #222;
}
.outProjectPage .shell--page .container{
	background: #fff;
	padding: 50px 15px 100px 30px;
}

.outProjectPage .shell--page {
	padding-top: 30px;
	padding-bottom: 100px;
}
.outProjectPage__wrapper{
	/*
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	*/
	padding-top: 20px;
}

.outProjectPage__item:first-child{
	flex-shrink: 0;
	margin-right: 30px;
}
.outProjectPage__item:last-child{
	padding-right: 15px;
}
.listView{
	list-style: none;
	max-width: 220px;
	width: 100%;
	background: #f4f4f4;
	padding: 20px 10px 20px 20px;
}

.listView li{
	padding: 10px 0;
}
.listView a{
	color: #222222;
	font-size: 16px;
	border-bottom: solid 1px transparent;
	transition: .3s ease;
}
.listView a:hover{
	text-decoration: none;
	color: #468dd2;
	border-color: #468dd2
}
.projectItem{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-bottom: solid 1px #d9d9d9;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.projectItem__picture{
	width: 263px;
	height: 170px;
	background-position: 50%;
	flex-shrink: 0;
	margin-right: 30px;
}
.projectItem__description_title{
	padding-bottom: 10px;
}
.projectItem__description_txt {
	color: #737373;
	font-size: 16px;
	margin-bottom: 10px;
}
.projectItem__description_title a{
	font-size: 22px;
	color: #1b1b1b;
	transition: .3s ease;
}
.projectItem__description_title a:hover{
	text-decoration: none;
	color: #468dd2;
}
.projectItem__description_link{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

.outProjectPage .btn__def{
	min-width: 130px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	border-radius: 5px;
	color: #222222;
}

.projectView h3{
	font-size: 22px;
	color: #1b1b1b;
	text-align: left;
	margin: 0 0 18px 0;
}
@media only screen and (min-width: 992px){
	.projectViewItem{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.outProjectPage .sliderWrapper{
		margin-top: 0;
		flex-shrink: 0;
	}
	.projectView__descrip{
		margin-left: 30px;
		width: calc(100% - 55%);
	}
	.sliderWrapper{
		width: 50%;
		flex-shrink: 0;
	}
}
.sliderWrapper{
	margin-bottom: 30px;
}



.projectView .projects{
	background: transparent;
	padding-top: 0;
	margin-top: 30px;
	padding-bottom: 10px;
}

.projectView__txt{
	font-size: 16px;
	color: #737373;
}
.projectView .projects__wrapper{
	margin: 0 -15px;
}
.projectsItem--shell{
	min-width: 175px;
}
.projectView .item-img{
	float: none;
	max-width: 884px;
	width: 100%
}


@media only screen and (min-width: 651px){
	.projectsSlider{
		display: none !important;
	}
}


@media only screen and (max-width: 1199px){
	.outProjectPage__item:first-child{
		display: none;
	}
	.projectView .projects__wrapper_shell{
		position: relative;
		overflow: hidden;
	}
	.projects__wrapper{
		display: flex;
		white-space: nowrap;
		margin: 0;
	}
	.projectView .projectsItem{
		display: inline-block;
		max-width: 270px;
		height: 180px;
	}
	.projectView .projects__wrapper_shell{
		margin-bottom: 40px;
	}
	.outProjectPage .shell--page .container{
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 991px){
	.outProjectPage .shell--page .container{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.projectView .item-img{
		max-width: 694px;
	}
	.projectView .projectsItem{
		max-width: calc(50% - 30px);
	}
	.outProjectPage .shell--page{
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 767px){
	.outProjectPage__wrapper{
		display: block;
	}
	.projectItem{
		display: block;
	}
	.projectItem__picture{
		margin: 0 auto 20px;
	}
}

@media only screen and (max-width: 650px){
	.projectsSlider{
		display: block;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.projects__wrapper_shell{
		display: none;
	}
	.projectView .projectsItem{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	
}

@media only screen and (max-width: 560px){
	.outProjectPage .btn__def{
		min-width: 100%;
	}

	.item-slider-item,
	.projectView .projectsItem{
		width: 280px;
		margin: 0 auto;
	}
}

.catalog__descrip{
	margin-top: 30px;
}
.white-popup{   
		display: block;
		position: relative;
		background: #FFF;
		padding: 20px;
		width: 300px;
		max-width: 500px;
		margin: 20px auto !important;
}
.modal_form .afbf_item_pole {
	margin: 20px 0;
}
.m-0{
	margin:0;
  }
  .padding-130{
	padding: 13px 0;
  }
  .width-100{
	width: 100%;
  }
  #scroller{
	position: fixed;
    bottom: 30px;
    right: 20px;
    background: rgb(207, 203, 192);
    border-radius: 50%;
    padding: 8px;
    display: none;
    cursor: pointer;
  }
  #scroller img{
	transform:rotate(90deg);
  }
  #scroller:hover{
  background: rgb(158, 157, 153);
  }
.warning-buy small a{
	color:#000;
	text-decoration:underline; 
}
span.zvedz{
	color:red;
	font: normal 11pt "Calibri";
}
span.zvedz2{
	color:#000;
	font: normal 11pt "Calibri";
}
/*240473*/
.block-o-nas {
    background: #222222;
    text-align: center;
    color: #fff;
    padding: 50px 0 20px;
}

.block-o-nas h2 {
    font-weight: bold;
    font-size: 25px;
}

.block-o-nas p {
    max-width: 1368px;
    display: block;
    margin: 10px auto 5px;
    line-height: 25px;
    padding: 10px 10px 0;
    font-size: 16px;
}

.uslugi_block_wrapp>div {
    display: flex;
    justify-content: center;
}

.uslugi_block_wrapp h2,
.popular_block_wrapp h2,
.etapi_block_wrapp h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin: 40px 0;
    color: #444;
    text-align: center;
}

.uslugi_block_wrapp>div>div>div>span:first-of-type {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    margin: 20px 0 10px;
    color: #444;
}

.uslugi_block_wrapp>div>div>div>span:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #555;
}

.uslugi_block_wrapp>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 265px;
    text-align: center;
}

.uslugi_block_wrapp>div>div:nth-child(2) {
    margin: 0 90px;
}
.uslugi_block_wrapp>div>div>div {
    display: flex;
    flex-direction: column;
}

.uslugi_block_wrapp img {
    max-height: 110px;
}

.slider-wrapper .slider-btn a[href="/katalog/"] {
    text-decoration: underline;
}

.etapi_block_wrapp h2 {
    color: #fff;
}

.etapi_block_wrapp {
    background-color: #222;
    color: #fff;
    padding: 5px 10px 30px;
}

.etapi_block_wrapp>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.etapi_block_wrapp>div>div {
    width: 33%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.etapi_block_wrapp>div>div:nth-child(1),
.etapi_block_wrapp>div>div:nth-child(2),
.etapi_block_wrapp>div>div:nth-child(3) {
    margin-bottom: 80px;
}

.etapi_block_wrapp>div>div>span:first-child {
    color: #337ab7;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.etapi_block_wrapp>div>div>span:last-child  {
    font-size: 16px;
}
@media (max-width:1000px) {
    .uslugi_block_wrapp>div>div:nth-child(2) {
        margin: 0 30px;
    }

    .uslugi_block_wrapp>div>div:first-child {
        margin-left: 10px;
    }

    .uslugi_block_wrapp>div>div:last-child {
        margin-right: 10px;
    }
}
@media (max-width:940px) {
    .etapi_block_wrapp>div>div {
    width: 50%;
    }
}
@media (max-width:575px) {
    .etapi_block_wrapp>div>div>span:last-child {
    font-size: 15px;
    padding-left: 20px;
}
.etapi_block_wrapp>div>div {
    width:100%;
    margin: 0 20px 0!important;
    padding: 20px 0;
    border-bottom: 1px solid #5f5f5f;
}
.etapi_block_wrapp>div>div:last-child {
    border: 0;
}
.etapi_block_wrapp>div>div {
    text-align: left;
}
.etapi_block_wrapp>div>div>span:first-child {
        margin-bottom: 5px;
}
}
@media (max-width:530px) {
    .uslugi_block_wrapp>div {
        flex-direction: column;
    }

    .uslugi_block_wrapp>div>div {
        flex-direction: row;
        max-width: none;
        margin: 0 15px 0 !important;
    }

    .uslugi_block_wrapp>div>div>div {
        text-align: left;
        margin: 0 0 0 10px;
    }

    .uslugi_block_wrapp img {
        width: 80px;
    }

    .uslugi_block_wrapp>div>div>div>span:first-of-type {
        margin: 0 0 13px;
        line-height: 20px;
    }

    .uslugi_block_wrapp>div>div:first-child {
        padding: 0 0 20px;
        border-bottom: 1px solid #e5e5e5;
    }

    .uslugi_block_wrapp>div>div:nth-child(2) {
        padding: 20px 0 20px;
        border-bottom: 1px solid #e5e5e5;
    }

    .uslugi_block_wrapp>div>div:last-child {
        padding: 20px 0 0;
    }

    .uslugi_block_wrapp>div>div>a {
        flex: 0 0 auto;
    }
}

@media (max-width:500px) {
    .uslugi_block_wrapp h2,
    .etapi_block_wrapp h2,
    .popular_block_wrapp h2 {
        font-size: 20px;
        line-height: 18px;
        text-align: left;
        margin-bottom: 30px;
        margin-left: 15px;
    }
}
@media (min-width:1200px) {
	.inercen .projects .container{
		width: 1080px;
	}
}