.headerTop--new {
	align-items: center;
	line-height: 1rem;
	padding: 15px 0;
}
.headerTop__address {
	font-weight: 400;
	font-size: 0.65rem;
}
.headerTop--new .headerTop_city {
	margin-left: 1rem;
}
.headerTop__soc {
	margin-left: 1rem;
	display: flex;
	align-items: center;
}
.headerTop__soc a {
	margin-left: 8px;
}
.headerTop__soc a:first-child {
	margin-left: 0;
}
.headerTop__soc img {
	display: block;
}
.headerTop__btn {
	margin-left: 1rem;
}
.headerTop__contacts {
	line-height: 1rem;
	margin-left: 1rem;
}
.headerTop__email {
	font-size: 0.65rem;
	color: #F58233;
}
.headerTop--new .headerTop_phone {
	margin-left: 0;
}
.headerTop--new .menuTop > ul > li {
	margin-right: 0.75rem;
}
.mbl_view {
	display:none;
}
.flex {
	display: flex;
}
.stars .stars-item {
    display: flex;
    cursor: pointer;
	margin-bottom: 0.5rem;
    background-color: #FFC701;
}
.stars .stars-item {
	filter: grayscale(100%);
}
.stars-item-color {
    filter: grayscale(0%)!important;
}
.detail-stars {
	margin: -2rem 1rem;
}

@media (max-width: 1240px) {
	.headerTop--new {
		justify-content: flex-end;
	}
	.headerTop--new .menuTop {
		width: 100%;
		margin-bottom: 10px;
	}
}


@media (max-width: 568px) {
	.mbl_view { display:block;}
	.slidesWrapper ._flex { flex-direction: column;}
	.slidesWrapper ._flex ._col25 { width:100%;}
	.slidesWrapper .slidesWrapper_thumbDigit { margin-bottom: 1rem;padding-top: 2rem;}
	.slidesWrapper ._xl_col50 { width:100%;}
	.mbl_view .slidesWrapper._companyFeatures .slidesWrapper_arrow._previous {right: calc(10% + 1.5rem);}
	.mbl_view .slidesWrapper._companyFeatures .slidesWrapper_arrow._next {right: calc(10% - 1.5rem);}
	.mbl_view .slidesWrapper._companyFeatures .slidesWrapper_arrow {top: 1rem; }
	.mbl_view .companyFeature_textWrapper { padding: 5rem 2rem 5rem; }
	.mbl_view .companyFeature_pictureWrapper {height: 20%;position: absolute;overflow: inherit;}
	.mbl_view .companyFeature_digit_new {background: #f58233;margin-bottom: -1px;font-size: 1rem;font-weight: 600;padding: 1.5rem 2rem;}
	.mbl_view .button_new {font-size: 1rem;margin-top: 35px;padding: 10px 2rem;width: 100%;}



}


.popupWrapper {
	left: 0;
}

.send_review {
	position: relative;
    padding: 0 !important;
	margin: auto 0 0 0;
}

.popup_review-form {
	padding: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	display: none;
	opacity: 0;
	position: fixed;
    transition: all .3s ease-in-out;
}

.popup_review-form.view_popup-review-form {
	display: flex;
	opacity: 1;
    transition: all .3s ease-in-out;
}

.fa.fa-star {
color: #f58233;
}

.review-stars {
margin: 0 0 0 auto;
}
