.service-h1 {
	text-align: center;
}
.btn-title-info {
	border:0px;
	padding: 0;
	background: transparent;
	height: 17px;
	width: 17px;
	margin-top: 2px;
	margin-left: 8px;
	color:#697485;
}
.name-product {
	display: flex;
	align-items: flex-start;
}
.popover.custom-popover {
  background-color: #000;
  color: #fff;
  font-size:12px;
}

.popover.custom-popover .arrow {
  border-bottom-color: #000;
}
.popover.custom-popover .arrow:after {
	border-bottom-color: #000;
}
.container-service-banner {
	margin-bottom: 10px;
	position: relative;
}
.container-service-banner .breadcrumb-box {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.inner-service-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 338px;
	background-size: contain;
	flex-direction: column;

}
.box-sub-cat-repair {
	padding-top: 1px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*.inner-service-banner {
	background: url(/image/catalog/service_center/eplio-top-service-banner-mob.jpg) top no-repeat;
	background-size: cover;
	background-position: center;
}*/
.inner-service-banner::before {
    content: "";
    background: url(/images/top-service-banner-mob.jpg) top no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.3; /* Это значение можете настроить в зависимости от нужной степени прозрачности */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Чтобы псевдоэлемент оставался под содержимым блока */
}

@media (max-width: 768px) {
	.repair-blocks.b-tel,
	.checkout-contact-me{
		order:-1;
	}
}
@media (min-width: 768px) {
	.inner-service-banner {
		background: url(/images/top-service-banner.jpg) top no-repeat;
		background-size: cover;
		background-position: center;
	}
}

.title-repair {
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	align-items: center;
	text-align: center;
	color: #000;
}
.repair-block {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 25px;
	align-items: center;
	flex-wrap: wrap;
	max-width: 520px;
}
.repair-block .checkout-contact-me {
	width: 250px;
	margin-top: 15px;
}
.repair-blocks {
	position: relative;
}
.repair-block svg {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 15px;
	fill: #000;
}
.chm-repair input.repair-phone::placeholder {
	color: #222;
	font-weight: 500;
	font-size: 16px;
}
.chm-repair input.repair-phone {
	width: 250px;
	height: 44px;
	background: #FFF;
	font-weight: 500;
	border-radius: 8px;
	border: 0;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #000;
	padding-left: 43px;
	padding-right: 10px;
	outline: 0;
	border:1px solid #000;
}
.repair-block button.btn.btn-primary {
	font-size: 16px;
	line-height: 16px;
	display: flex;
	align-items: center;
	height: 42px;
	width: 250px;
	justify-content: center;
	margin-top: 10px;
}
.repair-category-wrap {
	margin-left: -10px;
	margin-right: -10px;
}
.repair-category-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



.repair-category-name,
.repair-attr-group-name {
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
	display: flex;
	padding: 5px 0;
	align-items: center;
	color: #000;
	text-align: center;
	height: 37px;
	justify-content: center;
	flex: 0 0 calc(50% - 10px);
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
	transition: 0.2s;
}

@media (min-width: 768px) {
	.repair-category-name,
	.repair-attr-group-name {
		flex: 0 0 calc(33.3% - 10px);
	}
}
@media (min-width: 992px) {
	.repair-category-name,
	.repair-attr-group-name {
		flex: 0 0 calc(25% - 10px);
	}
}
@media (min-width: 1200px) {
	.repair-category-name,
	.repair-attr-group-name {
		flex: 0 0 calc(14.2% - 10px);
	}
}

.repair-category-name:hover,
.repair-category-name.active {
	background: #000;
	color:#fff;
}

.service-products-box .service-head {
	font-weight: 600;
	font-size: 12px;
	line-height: 28px;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 15px;
	background: #f8f9fa;
	border-radius: 2px;
}
.service-head div.col-service {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	width: 60%;
}
.service-head div.col-price {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	width: 40%;
	text-align: right;
}
.service-head div.col-time {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	width: 15%;
}

.service-products-box {
	margin-top: 25px;
	margin-bottom: 35px;
}

.service-products-list {
	display: none;
}
.service-products-list.active {
	display: block;
}
.product-service-content {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	min-height: 70px;
	padding-left: 10px;
}
.service-products-list .product-service-item-one {
	border-bottom: 2px dashed #EAEDF7;
	display: flex;
	align-items: center;
	padding: 10px 0px;
}
.product-service-img {
	flex: 0 0 80px;
}
.product-service-name {
	/*flex: 0 0 49%;*/
	flex: 0 0 calc(100% - 100px);
	padding-right: 15px;
	line-height: 20px;
}
.product-service-price {
	color: #000;
	/*flex: 0 0 15%;*/
	flex: 0 0 100px;
	text-align: right;
}
.product-service-price .price{
	white-space: nowrap;
}
.service-head ~ .service-head {
	margin-top: 25px;
}

@media (min-width: 992px) {
	.product-service-img {
		flex: 0 0 6%;
	}
	.service-head div.col-service {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		width: 55%;
	}
}
@media (max-width: 992px) {
	.product-service-price .price{
		font-size: 14px;
	}
}
.product-service-name a {
	color:#2a77ed;
}
.service-waranty {
	font-size: 14px;
	line-height: 22px;
	color: #697485;
	display: flex;
	flex-wrap: nowrap;
	display: flex;
	align-items: center;
}
.name-waranty {
	margin-right: 8px;
}
.service-waranty .icon-waranty {
	max-width: 14px;
	line-height: 10px;
	margin-right: 5px;
	margin-left: 1px;
}
.icon-time {
	margin-right: 4.5px;
}
.product-service-execution {
	/*font-weight: bold;*/
	font-size: 14px;
	line-height: 22px;
	color: #697485;
	/*flex: 0 0 15%;*/
	flex: 0 0 calc(100% - 54px);
	display: flex;
	align-items: center;
}

.product-service-button{
	flex: 0 0 44px;
	margin-left: 10px;
	/*text-align: right;*/
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.head-last-service-cat {
	color: #000;
	font-weight: 600;
	text-align: center;
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.empty-products {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size:16px;
	font-weight: 500;
}
.btn-primary .icon-cart-add {
	display: block;
	background: #fff;
	-webkit-mask-image: url("../image/sprite.svg#icon-add-to-cart");
	mask-image: url("../image/sprite.svg#icon-add-to-cart");
	width: 25px;
	height: 22px;
}
@media (max-width: 767px) {
	.name-waranty {
		display: none;
	}
	.product-service-button .btn-primary {
		max-width: 44px;
		padding-left: 9px;
		padding-right: 11px;
	}
	.product-service-button .btn-primary .text-button-order {
		display: none;
	}
}
@media (max-width: 767px) {
	.col-time {
		display: none;
	}
}
@media (min-width: 1200px) {

	.service-products-box .service-head {
		padding: 10px 34px;
	}
	.service-products-list .product-service-item-one {
		padding: 5px 34px;
	}
	.product-service-button .btn {
		/*width: 70%;*/
	}
	.product-service-content {
		padding-left: 20px;
	}
}

@media (min-width: 768px) {
	.product-service-content {
		align-items: center;
		min-height: auto;
	}
	.service-head div.col-price {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		width: 15%;
		text-align: left;
	}
	.product-service-name {
		flex: 0 0 49%;
		padding-right: 15px;
		line-height: 20px;
	}
	.product-service-price {
		color: #000;
		flex: 0 0 15%;
		text-align: left;
	}
	.product-service-content .icon-time,
	.product-service-content .icon-waranty {
		display: none;
	}
	.product-service-button {
		flex: 0 0 15%;
		position: relative;
	}
	.product-service-execution {
		font-weight: bold;
		flex: 0 0 15%;
	}
	.btn-primary .icon-cart-add {
		display: none;
	}
	.chm-repair input.repair-phone {
		width: 239px;
	}
	.inner-service-banner {
		min-height: 228px;
		margin-top: -10px;
	}
	.repair-block {
		flex-direction: row;
	}
	.repair-block button.btn.btn-primary {
		margin-left: 14px;
		margin-top: 0;
	}
}

#service_data .field_required select {
	padding-left: 20px;
}
#service_data .field_required select.error_input {
	color:red;
}