.popup__content .review-item {
	background:none;
	width: 600px;
	max-width: 100%;
}
.reviews__wrap .grid__item {
	margin-top: 20px;
}
.actions-body {
    clear: both;
    width: 100%;
}
.actions-body .actions-body-image-2{
    float: right;
	padding-left: 20px;
	margin-top: 0;
}
.text-icon__icon_custom svg {
	max-width: 100%;
    max-height: 100%;
}
.popup-icon-issue-custom svg {
	max-height: 60px;
    max-width: 60px;
}
.icon_compass {
    width: 20px;
    height: 20px;
	margin-right:10px;
}
.address-nav > .address__item {
	
	position:relative;
    padding-right: 45px;
}
.address-nav > .address__item:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: #b8b8b8 transparent transparent;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
}
.address-nav > .address__item:hover:after {
	border-color: #ef6014 transparent transparent;
}
.address-nav > .address__item:hover svg {
	color: #ef6014;
	fill: #ef6014;
	stroke: #ef6014;
}
.address-nav > .address__item svg {
	color: #888888;
	fill: #888888;
	stroke: #888888;
}
.address-nav .address_header {
    position: absolute;
    background: #efefef;
    padding: 10px 20px;
    z-index: 10;
    display: block;
    min-width: 220px;
    border-top: 15px solid #FFF
}
.address-nav .address_header button {
	margin: 8px 0px;
}
@media (min-width: 992px) {
	.reviews__wrap .grid__item {
		width: 50%;
		min-width: 50%;
	}
	.contacts__branch_second {		
		margin-bottom: 0px;
		margin-top: 30px;
	}
	.address__onmap {
		top: 3px;
	}
	.phone__icon {
		display: inline-block;
	}
}

@media (max-width: 992px) {
	.actions-body{
		padding-left: 0;
	}
	.actions-body .actions-body-image-2{
		padding: 0;
		float: none;
	}
	.actions-body::before{
		display: none;
	}
	.text-icon_issue .text-icon__icon_custom svg {
		max-width: 45px;
		max-height: 45px;
	}
	.post-header__address .address-nav {
		
	}
	.post-header__address .address-nav .address_header {
		border:none;
		right: 0px;
		margin-top:15px;
	}
	.post-header__address .address-nav > .address__item {
		font-size: 10pt;
		display: flex;
		white-space: nowrap;
	}
	.address_footer .address__media{
		align-items: center;
		display: flex;
	}
}
@media (min-width: 993px) {
	.text-icon_issue .text-icon__icon_custom svg {
		max-width: 60px;
		max-height: 60px;
	}

}
	.text-icon__icon_custom svg {
		max-width: 40px;
		max-height: 40px;
	}
	.reviews__wrap .grid__item_30:nth-child(1n),
	.reviews__wrap .grid__item_35:nth-child(1n),
	.reviews__wrap .grid__item_40:nth-child(1n),
	.reviews__wrap .grid__item_50:nth-child(1n),
	.reviews__wrap .grid__item_60:nth-child(1n),
	.reviews__wrap .grid__item_65:nth-child(1n),
	.reviews__wrap .grid__item_68:nth-child(1n),
	.reviews__wrap .grid__item_70:nth-child(1n)
	{
		margin-right: 0px;
		margin-left: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
}

.without-button .section__buttons{
	display:none;
}
.without-button .table_gradient:after{
	display:none;
}
.without-button .table_price  {
	height:auto;
	overflow:visible;
	max-height:none;
}

.section_price .table_opened {
	height:auto !important;

}
#select2-cost-crash-results .select2-results__option[aria-disabled=true] {
    display: none;
}
#select2-cost-device-results .select2-results__option[aria-disabled=true] {
    font-weight:600;
	color: #aaa;
}
.error-form {
    border-bottom: 1px solid #f00;
}
.section__disclaimer p:before {
	width: 4px;
	height: 4px;
	top: -4px;
}
.section_reviews a.section__yandex, .footer__header a.footer__yandex {
    width: 240px;
    height: 80px;
	transform: none;
    transform-origin: 100% 100%;
}
.section__yandex img,
.footer__yandex img { 
	height: auto; 
}
@media (max-width: 768px) {
	.section_reviews a.section__yandex, .footer__header a.footer__yandex{
		width: 140px;
		height: 45px;
	}
	.hero__where-or {
		display: block;
	}
	.section__content .grid_catalog .grid__item {
		flex-basis: calc(99.9% - 10px);
		max-width: calc(99.9% - 10px);
		width: calc(99.9% - 10px);
	}
	/* .section__content .grid_four .grid__item {
		flex-basis: calc(99.9% - 10px);
		max-width: calc(99.9% - 10px);
		width: calc(99.9% - 10px);
	} */
}
/* @media (min-width: 580px) {
	.section__content .grid_catalog .grid__item {
		flex-basis: calc(99.9% - 10px);
		max-width: calc(99.9% - 10px);
		width: calc(99.9% - 10px);
	}
} */
@media (min-width: 992px) {
	.section_hero {
		margin-bottom: 54px;
	}
}
@media (min-width: 1200px) {
	.section_service .section__row {
		max-width: calc(100% - 380px);
	}
}

.hide {
	display: none;
}