@font-face {
			font-family: "SegoeUIRegular";
			src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
			src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
			url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
			url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}
	@font-face {
			font-family: "SegoeUISemiBold";
			src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
			src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
			url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}
	@font-face {
			font-family: "SegoeUIBold";
			src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
			src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
			url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}
h1,h2,h3,h4,p{
  font-family:SegoeUIRegular;
}
h1,h2,h3,h4{
font-weight: 100;
}
.client p {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.client-img {
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.clients_list .client {
	width: 150px;
	padding:0 7.5px;
}
.listing-item {
	margin: 0 0 20px 0;
	border: 1px solid #f1f1f1;
	position: relative;
	overflow: hidden;
}
.listing-item-body {
	padding: 20px 15px 10px;
	-webkit-transition: ease-in-out all 0.25s;
	-o-transition: ease-in-out all 0.25s;
	transition: ease-in-out all 0.25s;
}
.listing-item-body  [class*='col-']{
	padding:0;
}
.listing-item p {
	color: #999999;
	font-size: 13px;
}
h1{
  margin:0 0 20px 0;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.space-top {
	padding-top: 20px;
}
.space-bottom {
	padding-bottom: 20px;
}
.padding-top-clear {
	padding-top: 0 !important;
}
.padding-bottom-clear {
	padding-bottom: 0 !important;
}
.circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.price-span{
	background: rgb(246,246,246);
	padding: 4px 10px;
	border-radius: 8px;
	font-family:'Open Sans', sans-serif;
	margin-bottom: 20px;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 400;
}
.listing-item:hover .price-span{
	background: #3d78d8;
	color: #FFF;
}
.listing-item:hover .price-span:hover{
	background: #ff9728;
	color: #FFF;
}
a.no-dec:hover{
  text-decoration: none;
}
.listing-item:hover .listing-item-body{
  background: #FFF;
}
#catalog-shop{
  margin-top:10px
}
#filter-res{
	display: flex;
	flex-wrap: wrap;
	@media (max-width: 767px) {
		justify-content: center;
	}
}
#catalog-shop .masonry-grid-item{
  margin:0px;
  padding-left:0;
  padding-right:0;
	@media(max-width: 767px){
		width: 100%;
		padding: 0 30px;
	}
}
#catalog-shop masonry-grid-item .listing-item{
  margin-bottom:0;
}
#catalog-shop .listing-item .overlay-container{
  /*max-height: 184px;*/
  height: 184px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#catalog-shop .listing-item .overlay-container a{
  height: 100%;
}
#catalog-shop .listing-item .overlay-container a img{
  height: 100%;
}

#catalog-shop .listing-item-body h4{
  margin-bottom:0px;font-weight:400;text-decoration:underline
}
#catalog-shop .listing-item-body h4 a{
  color: #3d78d8;
}
#catalog-shop .listing-item-body h6{
  margin-bottom:10px; color: #666666;font-weight:400; font-size:14px
}
#catalog-shop .listing-item-body p{
  margin-bottom:0px; min-height:77px
}
#catalog-shop .listing-item-body .item_price{
  margin-top: 14px;min-height: 30px;
}
#catalog-shop .price-span i{
  font-size:16px
}
#catalog-shop .item_link{
  margin-top:14px;
}
#catalog-shop .item_link a{
  text-decoration:underline
}
.vertical-divider-left,
.vertical-divider-left-lg {
	border-left: 1px solid #eeeeee;
	padding-left: 50px;
	margin-left: 20px;
}
.price {
	font-size: 22px;
	color: #000;
	font-weight: 300;
}
.nav-tabs {
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid #f0f0f0;
	margin-top: 15px;
}
.nav-tabs > li > a {
	font-size: 13px;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 12px 25px;
	position: relative;
	color: #666666;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #666;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
	border-bottom-color: transparent;
}
.nav-tabs > li.active > a:after {
	width: 3px;
	content: "";
	background-color: #e84c3d;
	height: 103%;
	position: absolute;
	left: 0;
	top: 0;
}
.tab-content {
	border: 1px solid #f0f0f0;
	padding: 20px;
	border-top: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	background-color: #fafafa;
	margin-bottom: 15px;
}
.tab-content h1 {
	font-size: 34px;
}
.tab-content:after {
	width: 3px;
	content: "";
	background-color: #e84c3d;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.tab-content.clear-style {
	border: none;
	padding: 10px 0 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.tab-content.clear-style:after {
	width: 0;
	background-color: transparent;
	height: 100%;
}
.tabs-style-2 .nav-tabs {
	border-bottom: 1px solid #e84c3d;
}
.tabs-style-2 .nav-tabs > li.active > a,
.tabs-style-2 .nav-tabs > li.active > a:hover,
.tabs-style-2 .nav-tabs > li.active > a:focus,
.tabs-style-2 .nav-tabs > li > a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e84c3d;
	background-color: #e84c3d;
	color: #fff;
}
.tabs-style-2 .nav-tabs > li.active > a:after {
	width: 0;
	height: 0;
	background-color: transparent;
}
.tabs-style-2 .tab-content {
	border: none;
	padding: 20px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.tabs-style-2 .tab-content:after {
	width: 0px;
	background-color: transparent;
	height: 0;
}
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(241, 241, 241, 0.85);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay i {
	line-height: 50px;
}
a.overlay {
	background-color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}
a.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 40px;
	line-height: 42px;
	color: #e84c3d;
	margin-top: -22px;
	margin-left: -18px;
	text-align: center;
}
span.text-muted{
	font-size:14px;
}
.dl-horizontal dd {
	margin-bottom: 10px;
}
@media (min-width:768px) {
	.dl-horizontal dd {
		margin-left: 260px !important;
	}
	.dl-horizontal dt {
		max-width: 800px !important;
		text-align: left;
	}
}
/* 9 Owl carousel
----------------------------------------------------------------------------- */
.owl-carousel {
	z-index: 4;
}
.owl-carousel .owl-item>div {
	margin: 10px 0 20px;
}
.tab-content .owl-carousel .owl-item>div {
	margin: 0 0 20px;
}
/* owl controls */
.owl-controls {
	width: 100%;
	margin-bottom: 50px;
}
.owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
	padding: 3px 10px;
	font-size: 12px;
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-prev {
	left: 0;
	background-color: #e84c3d;
	color: #f1f1f1;
}
.owl-next {
	left: 30px;
	background-color: #f1f1f1;
	color: #e84c3d;
}
.owl-controls .owl-buttons div:after {
	font-family: "fontello";
	font-size: 18px;
	line-height: 26px;
}
.content-slider-with-controls-bottom .owl-controls .owl-page span {
	border-radius:10px;
}
.owl-prev:after {
	content: "\e87c";
}
.owl-next:after {
	content: "\e87d";
}
.owl-prev:hover,
.owl-next:hover,
.gray-bg .owl-next:hover {
	background-color: #333333;
	color: #f1f1f1;
}
.gray-bg .owl-next {
	background-color: #ffffff;
}
.content-slider-with-controls-bottom .owl-controls .owl-pagination {
	bottom: -30px;
}
.content-slider-with-controls-bottom .owl-controls .owl-page span {
	background: #acacac;
}
.owl-controls .owl-pagination {
	position: absolute;
	bottom: 25px;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}
.owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: #ffffff;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	background: #e84c3d;
}
.tab-content {
	border: none;
	padding: 20px;
	border-top: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	background-color: #fff;
	margin-bottom: 15px;
}

.tab-content:after, .nav-tabs > li.active > a, .nav-tabs > li.active > a:after {
	background-color: transparent;
}
#picture h1{
	font-size:28px;
}
.articul{
	display: block;margin-top: -10px;margin-bottom: -5px;color: #737373;
}
#text-item aside{
	min-height:572px
}
.dl-horizontal{
	margin-top:20px
}
form {
  margin: 0;
}
.has-feedback .form-control::placeholder{
  opacity: .7
}
.row .has-feedback label ~ .form-control-feedback{
  margin-right:10px
}
label ~ .form-control-feedback {
	top: 25px;
}
.form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 42px !important;
	top: 0;
}
.nav-tabs > li.active > a:after {
	background-color: #3d78d8;
}
.tab-content:after {
	background-color: #3d78d8;
}
.tabs-style-2 .nav-tabs {
	border-bottom: 1px solid #3d78d8;
}
.tabs-style-2 .nav-tabs > li.active > a,
.tabs-style-2 .nav-tabs > li.active > a:hover,
.tabs-style-2 .nav-tabs > li.active > a:focus,
.tabs-style-2 .nav-tabs > li > a:hover {
	border: 1px solid #3d78d8;
	background-color: #3d78d8;
	color: #fff;
}
a.overlay i {
	color: #3d78d8;
}
.owl-prev {
	background-color: #3d78d8;
	color: #f1f1f1;
}
.owl-next {
	background-color: #f1f1f1;
	color: #3d78d8;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	background: #3d78d8;
}
tbody {
	background-color: #ffffff;
}
.client p {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.client-img {
	opacity: 1;
	transition: all 0.3s ease 0s;
}

.client-img:hover {
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
}
.partners-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	@media(max-width: 992px){
		height: 40px;
	}
	@media(max-width: 767px){
		height: 30px;
	}
}
.client-img.partners-logo img{
	max-width: 160px;
	width: auto;
	min-height: 45px;
	@media(max-width: 992px){
		height: 40px;
	}
	@media(max-width: 767px){
		height: 30px;
	}
}
.partners_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
	gap:30px;
	column-gap: 15px;
	justify-content: space-evenly;
	align-items: center;
	@media(max-width: 767px){
		gap: 20px;
	}
}