.aside_nav__title {
	color: #ed4233;
	font-size: 1.8rem;
	background: #f6f6f7;
	padding: 9px 15px;
	border-bottom: 1px solid #ececec;
}
.main_service-bg {
	min-height: 710px;
	margin-top: -4px;
	padding-bottom: 20px;
	background: url('../img/bg-service-op5.png') top center no-repeat;
	/*background-size: 100% auto;*/
	background-size: cover;
	/*position: relative;*/
}
/*.main_service-bg .container {
	position: relative;
	z-index: 1;
}
.main_service-bg:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	background-image:    -moz-linear-gradient( 90deg, rgba(222,232,238,1) 0, rgba(222,232,238,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(222,232,238,1) 0, rgba(222,232,238,0) 100%);
	background-image:     -ms-linear-gradient( 90deg, rgba(222,232,238,1) 0, rgba(222,232,238,0) 100%);
}*/
.service-title {
	font-size: 2.8rem;
	font-weight: 700;
	clear: both;
	margin-bottom: 15px;
	padding: 10px 20px;
	color: #fff;
	background: rgba(34,160,239,.33);
}
.service-side-info {
	margin-bottom: 13px;
	background: rgba(0,0,0,.6);
}
.service-side-info__title {
	font-size: 2.1rem;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	color: #ed4333;
}
.service-side-info__item + .service-side-info__item {
	margin-top: 15px;
}
.service-side-info__address {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: -.5px;
	color: #22a0ef;
}
.service-side-info__map {
	width: 100%;
	height: 170px;
}
.service-form {
	padding: 20px 13px 25px;
	border-radius: 10px;
	background: #d1d1da;
	box-shadow: 0 5px 15px rgba(10, 0, 0, .3);
}
.service-form__title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	text-align: center;
	text-transform: uppercase;
	color: #555964;
}
.service-form__row {
	margin-top: 12px;
}
.service-form__row:first-child {
	margin-top: 0;
}
.service-form .service-form__control {
	font-size: 1.4rem;
	line-height: 1.2;
	width: 100%;
	height: auto;
	padding: 10px 15px;
	color: #6e778e;
	border-color: #fff;
	border-radius: 4px;
	background: #fff;
}
.service-form textarea.service-form__control {
	height: 70px;
	resize: none;
}
.service-form textarea.service-form__control:focus {
	border-color: #43b7ff;
}
.service-form__control::-webkit-input-placeholder {
	color: #a8a6a3;
}
.service-form__control::-moz-placeholder {
	color: #a8a6a3;
}
.service-form__control:-ms-input-placeholder {
	color: #a8a6a3;
}
.service-form__control::-webkit-input-placeholder {
	color: #a8a6a3;
}
.service-form__control::-moz-placeholder {
	color: #a8a6a3;
}
.service-form__control:-ms-input-placeholder {
	color: #a8a6a3;
}
.service-form .service-form__button {
	display: block;
	margin: 0 auto;
	width: 110px;
	background: transparent;
	color: #6e778e;
	border: 1px solid #6e778e;
	text-align: center;
	padding: 11px 0;
	border-radius: 4px;
	height: auto;
	text-transform: uppercase;
}

.service-nav {
	margin-bottom: 20px;
}
.service-nav__header {
	margin-bottom: 5px;
}
.service-nav__title {
	font-size: 2.1rem;
	font-weight: 700;
	text-align: right;
	color: #fff;
}
.service-nav__title span {
	display: inline-block;
	margin-left: 20px;
}
.service-nav__list {
	display: -webkit-flex;
	display:         flex;
	/*margin: 0 -10px;*/
	margin: 0;
	padding: 0;
	list-style: none;

	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.service-nav__item {
	width: 33.33%;
	padding: 10px;
}
.service-nav__inner {
	position: relative;
	overflow: hidden;
	background: rgba(60, 59, 59, 0.59);
}
.service-nav__link {
	display: block;
	height: 140px;
	text-align: center;
}
.service-nav__img {
	width: 100%;
	height: 140px;
	/*object-fit: fill;*/

	object-fit: cover;
}
.service-nav__name-link {
	font-size: 1.3rem;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 15px;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	transition: opacity 100ms linear;
}
.service-nav__inner:hover .service-nav__name-link {
	opacity: 0;
}
.service-nav__sub {
	display: block;
	text-decoration: none !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	padding: 5px 10px 10px;
	transition: transform 200ms linear, opacity 100ms linear;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	opacity: 0;
	color: #fff !important;
	background: rgba(34,160,239,.7);
}
.service-nav__inner:hover .service-nav__sub {
	visibility: visible;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}
.service-nav__name {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	display: block;
}
.service-nav__list-items {
	margin: 0 0 15px;
	padding: 0;
	display: block;
}
.service-nav__list-item {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service-nav__list-item:nth-child(n+4){
	display: none;
}
.service-nav__button {
	font-size: 1.3rem;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	padding: 8px 10px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	background: #ed4333;
}
@media (max-width: 991px){
	.service-nav__sub {
		display: none;
	}
}
@media (max-width: 767px) {
	.service-nav__title {
		font-size: 1.8rem;
	}
	.service-nav__item {
		width: 50%;
	}
}
.w-price {
	margin: 20px 0;
}
.w-price__header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 5px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.w-price__title {
	color: #2c2c2c;
	font-size: 1.4rem;
	font-weight: 700;
}
.w-price__title:first-child {
	width: 80%;
}
.w-price__title:last-child {
	width: 20%;
}
.w-price__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.w-price__item {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.w-price__item:nth-child(odd) .w-price__label,
.w-price__item:nth-child(odd) .w-price__value{
	background: #f6f6f7;
}
.w-price__item:nth-child(even) .w-price__label,
.w-price__item:nth-child(even) .w-price__value{
	background: #fdfdfd;
}
.w-price__label {
	display: block;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	color: #1f5ead;
	font-size: 1.2rem;
	line-height: 1.2;
	text-decoration: underline;
	width: calc(80% - 18px);
	margin-right: 18px;
	padding: 5px 10px;
}
.w-price__value {
	display: block;
	width: 20%;
	color: #4d4d50;
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 5px 10px;
}
@media (max-width: 767px) {
	.w-price__title {
		width: 100%;
	}
	.w-price__title:last-child {
		display: none;
	}
	.w-price__item {
		display: block;
		margin-bottom: 5px;
	}
	.w-price__label,
	.w-price__value {
		width: 100%;
	}
	.w-price__label {
		margin-right: 0;
	}
}
.w-works {
	margin-top: 20px;
}
.w-works__item {
	padding: 10px;
	position: relative;
}
.w-works__item img {
	max-width: 100%;
	max-height: 100%;
}
.w-works .owl-buttons {
	position: absolute;
	top: -35px;
	right: 0;
}
.w-works .owl-prev,
.w-works .owl-next {
	font-size: 1.4rem;
	line-height: 22px;
	display: inline-block;
	width: 26px;
	height: 22px;
	text-align: center;
	vertical-align: top;
	color: #c3c3c3;
	border: 1px solid #c3c3c3;
	background: #fff;
}
.w-works .owl-prev {
	border-radius: 2px 0 0 2px;
}
.w-works .owl-next {
	margin-left: -1px;
	border-radius: 0 2px 2px 0;
}