nav.cat div.pop {
	display: none;
}
nav.cat:hover div.pop {
	display: block;
}

.slider {
	width: 100%;
	height: auto;
	position: relative;
	top: 44px;
}
.slider-item {
	position: relative;
}
.abs-wrap {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
}
.slider-container {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.slider-text-plashka {
	background-color: rgba(238, 238, 238, 0.8);
	padding: 20px;
}
#main {
	padding: 38px 0 250px;
}
.owl-nav{
	position: absolute;
	top: 40%;
	width: 100%;
}
.owl-prev {
	position: absolute;
	left: 0;
	outline: 0;
}
.owl-next {
	position: absolute;
	right: 0;
	outline: 0;
}
.owl-prev:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 30px;
	width: 30px;
	height: 30px;
	border-left: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	-webkit-transform: rotate(45deg) skew(10deg,10deg);
	transform: rotate(45deg) skew(10deg,10deg);
}
.owl-next:before {
	content: '';
	position: absolute;
	left: 7px;
	top: 30px;
	width: 30px;
	height: 30px;
	border-left: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	-webkit-transform: rotate(220deg) skew(10deg,10deg);
	transform: rotate(220deg) skew(10deg,10deg);
}

.principles {
	padding: 0;
	margin: 6px -30px 0 -30px;
	color: white;
	display: flex;
	justify-content: space-around;
	margin-top: 45px;
	background: none;
	margin-bottom: 65px;
}
.principles:after {
	content: none;
}
.principles .service-item:nth-child(2){
	border-right: 2px solid #bfbfbf;
	border-left: 2px solid #bfbfbf;
}
.service-item {
	width: 33%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.service-item svg {
	width: 65px;
}
.service-item svg path, .service-item svg rect{
	fill: #444444;
}
div.circle {
	border: 4px solid #a42f2f;
	padding: 30px;
	border-radius: 50%;
}
.principles h2 {
	color: #393939;
}
.principles ul {
	width: 66%;
}
.principles ul li {
	list-style: none;
	color: #393939;
}
.principles ul li:before {
	content:  "—";
	left: none;
	background: none;
	margin-top: 0;
	color: #393939;
}