
img {
    max-width: initial!important;
    height:  initial!important;
}
div{
	display: block;
}
#cars-sell-form.cars_filter_form div.box-wrapper{
	width: 25% !important;
	padding: 0px !important;
}
.CompanyButton {
	font-family: inherit;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 3px;
	outline-width: 1px;
	background-color: #fff
}

.CompanyButton.Button:before,
.CompanyButton.Button_checked:before,
.CompanyButton.Button_hovered,
.CompanyButton:before {
	background-color: transparent
}

.CompanyButton.Button_size_m {
	font-size: 15px;
	padding: 9px 14px
}

.CompanyButton.Button_size_l {
	font-size: 17px;
	padding: 14px 19px
}

.CompanyButton.Button_size_l,
.CompanyButton.Button_size_m,
.CompanyButton.Button_size_s,
.CompanyButton.Button_size_xl,
.CompanyButton.Button_size_xxl {
	line-height: normal
}

.CompanyButton.Button_size_l .Button__text,
.CompanyButton.Button_size_m .Button__text,
.CompanyButton.Button_size_s .Button__text,
.CompanyButton.Button_size_xl .Button__text,
.CompanyButton.Button_size_xxl .Button__text {
	line-height: normal;
	margin: 0
}

.CompanyButton_mode_alert {
	color: #db3727;
	border: 1px solid #db3727
}

.CompanyButton_mode_alert:hover {
	color: #fff;
	background-color: #db3727
}

.CompanyButton_mode_normal {
	color: #157ee1;
	border: 1px solid #157ee1
}

.CompanyButton_mode_filled,
.CompanyButton_mode_normal:hover {
	color: #fff;
	background-color: #157ee1
}

.CompanyButton_mode_filled {
	border: 1px solid #157ee1
}

.CompanyButton_mode_filled.Button_hovered {
	border-color: #3a98ff;
	background-color: #3a98ff
}

.CompanyButton_mode_accent {
	color: #fff;
	border: 1px solid #5b0;
	background-color: #5b0
}

.CompanyButton_mode_accent.Button:before,
.CompanyButton_mode_accent:before {
	background-color: #5b0
}

.CompanyButton_mode_accent:hover {
	border: 1px solid #4ca800;
	background-color: #4ca800
}

.CompanyButton_mode_link {
	font-size: 15px;
	color: #157ee1;
	border: none;
	background: none
}

.CompanyButton_mode_link.Button_size_l,
.CompanyButton_mode_link.Button_size_m {
	margin: 0;
	padding: 0
}

.CompanyButton_mode_link.Button_size_l .Button__text,
.CompanyButton_mode_link.Button_size_m .Button__text {
	margin: 0
}

.CompanyButton.Button_disabled,
.CompanyButton_mode_grey {
	border: 1px solid #ededed;
	background-color: #ededed
}

.CompanyButton.Button_disabled,
.CompanyButton.Button_disabled:hover {
	color: rgba(0, 0, 0, .5)
}

.CompanyButton_mode_icon {
	border: none;
	background: none
}

.CompanyButton_mode_icon.Button_size_l,
.CompanyButton_mode_icon.Button_size_m {
	margin: 0;
	padding: 0
}

@keyframes spin {
	0% {
		border-top-color: #94d1ee;
		border-left-color: #94d1ee;
		transform: rotate(0)
	}
	to {
		border-top-color: #94d1ee;
		border-left-color: #94d1ee;
		transform: rotate(1turn)
	}
}

.Loader_type_circle {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: 50%;
	background: linear-gradient(1deg, transparent, transparent);
	animation: spin 1s infinite linear;
	animation-delay: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.Loader_type_dots {
	font-size: 10px;
	line-height: 1;
	margin: 15px 0;
	text-align: center
}

.Loader_type_dots.Loader_color_white .Loader__dot {
	animation: preloader_type_dots_white .8s linear infinite
}

.Loader_type_dots .Loader__dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 3px;
	border-radius: 50%;
	background: transparent;
	animation: preloader_type_dots .8s linear infinite
}

.Loader_type_dots .Loader__dot:nth-child(2) {
	animation-delay: .2s
}

.Loader_type_dots .Loader__dot:nth-child(3) {
	animation-delay: .4s
}

.Loader_size_xs {
	line-height: 16px;
	width: 16px;
	height: 16px;
	background-position: -2px -2px
}

.Loader_size_s {
	line-height: 24px;
	width: 24px;
	height: 24px;
	background-position: -2px -19px
}

.Loader_size_m {
	line-height: 28px;
	width: 28px;
	height: 28px;
	background-position: -2px -44px
}

.Loader_size_l {
	line-height: 32px;
	width: 32px;
	height: 32px;
	background-position: -2px -73px
}

.Loader_size_xl {
	line-height: 38px;
	width: 38px;
	height: 38px;
	background-position: -2px -106px
}

@keyframes preloader_type_dots {
	0% {
		background: #157ee1
	}
	to {
		opacity: .2
	}
}

@keyframes preloader_type_dots_white {
	0% {
		background: #fff
	}
	to {
		opacity: .2
	}
}

.CompanySelectItems__column {
	display: inline-block;
	vertical-align: top
}

.CompanySelectItems__column_2 {
	width: 50%
}

.CompanySelectItems__column_3 {
	width: 33%
}

.CompanySelectItems__column_4 {
	width: 25%
}

.CompanySelectItemsTextItem {
	margin-bottom: 5px
}

.CompanySelectItemsTextItem__link {
	position: relative;
	left: -10px;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: #000
}

.CompanySelectItemsTextItem_selected .CompanySelectItemsTextItem__link {
	color: #fff;
	border-radius: 3px;
	background: #157ee1
}

.CompanySelectItemsIconTextItem {
	font-size: 15px;
	line-height: 50px;
	display: block;
	margin-right: 20px
}

.CompanySelectItemsIconTextItem__icon {
	position: relative;
	top: 6px;
	margin-right: 15px
}

.CompanySelectItemsIconTextItem__link {
	display: block;
	text-decoration: none;
	color: #000
}

.CompanySelectItemsIconTextItem:not(.CompanySelectItemsIconTextItem_disabled):hover {
	background-color: #f5faff
}

.CompanySelectItemsIconTextItem:not(.CompanySelectItemsIconTextItem_disabled):hover .CompanySelectItemsIconTextItem__icon,
.CompanySelectItemsIconTextItem_selected .CompanySelectItemsIconTextItem__icon {
	fill: #157ee1
}

.CompanySelectItemsIconTextItem:not(.CompanySelectItemsIconTextItem_disabled):hover .CompanySelectItemsIconTextItem__link,
.CompanySelectItemsIconTextItem_selected .CompanySelectItemsIconTextItem__link {
	color: #157ee1
}

.CompanySelectItemsIconTextItem_disabled,
.CompanySelectItemsIconTextItem_disabled .CompanySelectItemsIconTextItem__link {
	cursor: default;
	color: rgba(0, 0, 0, .1)
}

.CompanySelectItemsIconTextItem_disabled .CompanySelectItemsIconTextItem__icon {
	fill: rgba(0, 0, 0, .1)
}

.GroupList-module__container {
	display: inline-flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%
}

.GroupColumn-module__container {
	flex: 1 1
}

.Notifier {
	line-height: 44px;
	position: fixed;
	z-index: 99999;
	top: -44px;
	left: 0;
	display: block;
	width: 100%;
	height: 44px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .8);
	transition: top .3s ease
}

.Notifier_visible {
	top: 0
}

.RichInput__input-control {
	font-family: inherit
}

.RichInput__input-control_disabled {
	border-color: #d5d5d5;
	background-color: #f9f9f9
}

.Rating__item {
	display: inline-block
}

.Rating_editable .Rating__icon {
	cursor: pointer
}

.Rating_small .Rating__icon {
	width: 18px;
	height: 18px;
	padding-right: 7px
}

.Rating_medium .Rating__icon {
	width: 20px;
	height: 20px;
	padding-right: 7px
}

.Rating_large .Rating__icon {
	width: 24px;
	height: 24px;
	padding-right: 4px
}

.Rating_x-large .Rating__icon {
	width: 32px;
	height: 32px;
	padding-right: 10px
}

.CompanyReviews__loading {
	position: relative;
	left: 50%;
	display: inline-block;
	margin-bottom: 40px;
	transform: translateX(-50%)
}

.CompanyReviews__header {
	margin: 20px 20px 30px
}

.CompanyReviews__empty {
	margin-bottom: 40px;
	padding: 20px;
	background: #fff
}

.CompanyReviews__empty-text {
	margin: 15px 0
}

.CompanyReviews__rating {
	position: relative;
	top: 1px;
	margin-left: 15px
}

.CompanyReviews__number-of-reviews {
	font-size: 23px;
	font-weight: 700;
	color: #1a1a1a
}

.CompanyReviews__add-review {
	font-size: 15px;
	float: right;
	padding: 9px 15px;
	cursor: pointer;
	text-decoration: none;
	color: #157ee1;
	border: 1px solid #157ee1;
	border-radius: 3px;
	background: #fff
}

.CompanyReviews__add-review:hover {
	color: #fff;
	background: #157ee1
}

.CompanyReviews__items {
	padding: 0 20px
}

.PageCompanyDashboard .CompanyReviews__items {
	padding: 0
}

.CompanyReviewsItem {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.CompanyReviewsItem:last-child {
	border-bottom: none
}

.CompanyReviewsItem__header {
	line-height: 20px;
	margin-bottom: 15px;
	vertical-align: baseline
}

.CompanyReviewsItem__rating {
	margin-right: 15px
}

.CompanyReviewsItem__author {
	font-size: 15px;
	font-weight: 700
}

.CompanyReviewsItem__date {
	font-size: 13px;
	line-height: 21px;
	float: right;
	color: gray
}

.CompanyReviewsItem__body {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 20px
}

.CompanyReviewsItem__toggle {
	font-size: 13px;
	cursor: pointer;
	color: #157ee1
}

.CompanyReviewsItem__toggle:hover {
	color: #db3727
}

.CompanyReviewsItem__commentText {
	font-size: 15px;
	line-height: 1.4em;
	padding: 10px;
	background-color: #eff6ff
}

.CompanyReviewsItem__commentDate {
	font-size: 13px;
	margin-top: 15px
}

.CompanyReviewsItem__commentDateValue {
	margin-left: 5px;
	color: rgba(0, 0, 0, .5)
}

.CompanyReviews__load-more {
	font-size: 15px;
	line-height: 44px;
	height: 44px;
	cursor: pointer;
	text-align: center;
	color: #157ee1;
	border-top: 1px solid rgba(0, 0, 0, .12)
}

.CompanyReviews__load-more:hover {
	color: #db3727
}

.CompanyReviews__no-content {
	box-sizing: border-box;
	height: 270px;
	margin: 0 20px 20px;
	padding: 52px 0 0 20px;
	border-radius: 3px;
	background: #157ee1;
	background-image: url(//yastatic.net/s3/vertis-frontend/autoru-frontend-desktop-Company/_/no-content_99e1cb164a82514cb2884f4f16039b45.svg);
	background-repeat: no-repeat;
	background-position: 300px bottom
}

.CompanyReviews__no-content-title {
	font-size: 25px;
	margin-bottom: 20px;
	color: #fff
}

.CompanyReviews__no-content-text {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 30px;
	color: #fff
}

.CompanyReviews__no-content-button {
	line-height: 40px;
	display: inline-block;
	height: 40px;
	padding: 0 15px;
	text-decoration: none;
	color: #000;
	border-radius: 3px;
	background: #fff
}

.ButtonWithLoader__content_invisible {
	display: none
}

.ButtonWithLoader__loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.Loader_type_circle {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: 50%;
	background: linear-gradient(1deg, transparent, transparent);
	animation: spin 1s infinite linear;
	animation-delay: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.Loader_type_circle.Loader_color_white {
	animation: spin_white 1s infinite linear
}

.Loader_type_dots {
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 15px 0;
	text-align: center
}

.Loader_type_dots.Loader_color_blue .Loader__dot {
	animation: preloader_type_dots_blue .8s linear infinite
}

.Loader_type_dots.Loader_color_white .Loader__dot {
	animation: preloader_type_dots_white .8s linear infinite
}

.Loader_type_dots .Loader__dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 4px;
	border-radius: 50%;
	background: transparent
}

.Loader_type_dots .Loader__dot:nth-child(2) {
	animation-delay: .2s
}

.Loader_type_dots .Loader__dot:nth-child(3) {
	animation-delay: .4s
}

.Loader_wrapper {
	display: flex;
	justify-content: center;
	border-radius: 3px
}

.Loader_wrapper_white {
	background: #157ee1
}

.Loader_size_xs.Loader_type_dots .Loader__dot {
	width: 7px;
	height: 7px
}

.Loader_size_xs.Loader_type_circle {
	line-height: 16px;
	width: 16px;
	height: 16px;
	background-position: -2px -2px
}

.Loader_size_s.Loader_type_dots .Loader__dot {
	width: 8px;
	height: 8px
}

.Loader_size_s.Loader_type_circle {
	line-height: 24px;
	width: 24px;
	height: 24px;
	background-position: -2px -19px
}

.Loader_size_m.Loader_type_dots .Loader__dot {
	width: 11px;
	height: 11px
}

.Loader_size_m.Loader_type_circle {
	line-height: 28px;
	width: 28px;
	height: 28px;
	background-position: -2px -44px
}

.Loader_size_l.Loader_type_dots .Loader__dot {
	width: 13px;
	height: 13px
}

.Loader_size_l.Loader_type_circle {
	line-height: 32px;
	width: 32px;
	height: 32px;
	background-position: -2px -73px
}

.Loader_size_xl.Loader_type_dots .Loader__dot {
	width: 15px;
	height: 15px
}

.Loader_size_xl.Loader_type_circle {
	line-height: 38px;
	width: 38px;
	height: 38px;
	background-position: -2px -106px
}

@keyframes preloader_type_dots_blue {
	0% {
		background: #157ee1
	}
	to {
		opacity: .2
	}
}

@keyframes preloader_type_dots_white {
	0% {
		background: #fff
	}
	to {
		opacity: .2
	}
}

@keyframes spin {
	0% {
		border-top-color: #94d1ee;
		border-left-color: #94d1ee;
		transform: rotate(0)
	}
	to {
		border-top-color: #94d1ee;
		border-left-color: #94d1ee;
		transform: rotate(1turn)
	}
}

@keyframes spin_white {
	0% {
		border-top-color: #fff;
		border-left-color: #fff;
		transform: rotate(0)
	}
	to {
		border-top-color: #fff;
		border-left-color: #fff;
		transform: rotate(1turn)
	}
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
	margin-left: -8px;
	position: absolute
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow:before {
	box-sizing: content-box;
	position: absolute;
	border: 8px solid transparent;
	height: 0;
	width: 1px
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow:before {
	content: "";
	z-index: -1;
	border-width: 8px;
	left: -8px;
	border-bottom-color: #aeaeae
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
	top: 0;
	margin-top: -8px
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
	border-top: none;
	border-bottom-color: #f0f0f0
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before {
	top: -1px;
	border-bottom-color: #aeaeae
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
	bottom: 0;
	margin-bottom: -8px
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow:before {
	border-bottom: none;
	border-top-color: #fff
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,
.react-datepicker__month-read-view--down-arrow:before,
.react-datepicker__year-read-view--down-arrow:before {
	bottom: -1px;
	border-top-color: #aeaeae
}

.react-datepicker,
.react-datepicker-wrapper {
	display: inline-block
}

.react-datepicker {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: .8rem;
	background-color: #fff;
	color: #000;
	border: 1px solid #aeaeae;
	border-radius: .3rem;
	position: relative
}

.react-datepicker__triangle {
	position: absolute;
	left: 50px
}

.react-datepicker-popper {
	z-index: 1
}

.react-datepicker-popper[data-placement^=bottom] {
	margin-top: 10px
}

.react-datepicker-popper[data-placement^=top] {
	margin-bottom: 10px
}

.react-datepicker-popper[data-placement^=right] {
	margin-left: 8px
}

.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
	left: auto;
	right: 42px
}

.react-datepicker-popper[data-placement^=left] {
	margin-right: 8px
}

.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
	left: 42px;
	right: auto
}

.react-datepicker__header {
	text-align: center;
	background-color: #f0f0f0;
	border-bottom: 1px solid #aeaeae;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	padding-top: 8px;
	position: relative
}

.react-datepicker__header--time {
	padding-bottom: 8px
}

.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__year-dropdown-container--select {
	display: inline-block;
	margin: 0 2px
}

.react-datepicker-time__header,
.react-datepicker__current-month {
	margin-top: 0;
	color: #000;
	font-weight: 700;
	font-size: .944rem
}

.react-datepicker__navigation {
	line-height: 1.7rem;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 10px;
	width: 0;
	border: .45rem solid transparent;
	z-index: 1
}

.react-datepicker__navigation--previous {
	left: 10px;
	border-right-color: #ccc
}

.react-datepicker__navigation--previous:hover {
	border-right-color: #b3b3b3
}

.react-datepicker__navigation--next {
	right: 10px;
	border-left-color: #ccc
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
	right: 80px
}

.react-datepicker__navigation--next:hover {
	border-left-color: #b3b3b3
}

.react-datepicker__navigation--years {
	position: relative;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.react-datepicker__navigation--years-previous {
	top: 4px;
	border-top-color: #ccc
}

.react-datepicker__navigation--years-previous:hover {
	border-top-color: #b3b3b3
}

.react-datepicker__navigation--years-upcoming {
	top: -4px;
	border-bottom-color: #ccc
}

.react-datepicker__navigation--years-upcoming:hover {
	border-bottom-color: #b3b3b3
}

.react-datepicker__month-container {
	float: left
}

.react-datepicker__month {
	margin: .4rem;
	text-align: center
}

.react-datepicker__time-container {
	float: right;
	border-left: 1px solid #aeaeae
}

.react-datepicker__time-container--with-today-button {
	display: inline;
	border: 1px solid #aeaeae;
	border-radius: .3rem;
	position: absolute;
	right: -72px;
	top: 0
}

.react-datepicker__time-container .react-datepicker__time {
	position: relative;
	background: #fff
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
	width: 70px;
	overflow-x: hidden
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
	list-style: none;
	margin: 0;
	height: calc(195px + .85rem);
	overflow-y: scroll;
	padding-right: 30px;
	width: 100%
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
	padding: 5px 10px
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
	cursor: pointer;
	background-color: #f0f0f0
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
	background-color: #216ba5;
	color: #fff;
	font-weight: 700
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
	background-color: #216ba5
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
	color: #ccc
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
	cursor: default;
	background-color: transparent
}

.react-datepicker__week-number {
	color: #ccc;
	display: inline-block;
	width: 1.7rem;
	line-height: 1.7rem;
	text-align: center;
	margin: .166rem
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
	cursor: pointer
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
	border-radius: .3rem;
	background-color: #f0f0f0
}

.react-datepicker__day-names,
.react-datepicker__week {
	white-space: nowrap
}

.react-datepicker__day,
.react-datepicker__day-name,
.react-datepicker__time-name {
	color: #000;
	display: inline-block;
	width: 1.7rem;
	line-height: 1.7rem;
	text-align: center;
	margin: .166rem
}

.react-datepicker__day {
	cursor: pointer
}

.react-datepicker__day:hover {
	border-radius: .3rem;
	background-color: #f0f0f0
}

.react-datepicker__day--today {
	font-weight: 700
}

.react-datepicker__day--highlighted {
	border-radius: .3rem;
	background-color: #3dcc4a;
	color: #fff
}

.react-datepicker__day--highlighted:hover {
	background-color: #32be3f
}

.react-datepicker__day--highlighted-cuCompanym-1 {
	color: #f0f
}

.react-datepicker__day--highlighted-cuCompanym-2 {
	color: green
}

.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--selected {
	border-radius: .3rem;
	background-color: #216ba5;
	color: #fff
}

.react-datepicker__day--in-range:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--selected:hover {
	background-color: #1d5d90
}

.react-datepicker__day--keyboard-selected {
	border-radius: .3rem;
	background-color: #2a87d0;
	color: #fff
}

.react-datepicker__day--keyboard-selected:hover {
	background-color: #1d5d90
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
	background-color: rgba(33, 107, 165, .5)
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
	background-color: #f0f0f0;
	color: #000
}

.react-datepicker__day--disabled {
	cursor: default;
	color: #ccc
}

.react-datepicker__day--disabled:hover {
	background-color: transparent
}

.react-datepicker__input-container {
	position: relative;
	display: inline-block
}

.react-datepicker__month-read-view,
.react-datepicker__year-read-view {
	border: 1px solid transparent;
	border-radius: .3rem
}

.react-datepicker__month-read-view:hover,
.react-datepicker__year-read-view:hover {
	cursor: pointer
}

.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
	border-top-color: #b3b3b3
}

.react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
	border-top-color: #ccc;
	float: right;
	margin-left: 20px;
	top: 8px;
	position: relative;
	border-width: .45rem
}

.react-datepicker__month-dropdown,
.react-datepicker__year-dropdown {
	background-color: #f0f0f0;
	position: absolute;
	width: 50%;
	left: 25%;
	top: 30px;
	z-index: 1;
	text-align: center;
	border-radius: .3rem;
	border: 1px solid #aeaeae
}

.react-datepicker__month-dropdown:hover,
.react-datepicker__year-dropdown:hover {
	cursor: pointer
}

.react-datepicker__month-dropdown--scrollable,
.react-datepicker__year-dropdown--scrollable {
	height: 150px;
	overflow-y: scroll
}

.react-datepicker__month-option,
.react-datepicker__year-option {
	line-height: 20px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.react-datepicker__month-option:first-of-type,
.react-datepicker__year-option:first-of-type {
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.react-datepicker__month-option:last-of-type,
.react-datepicker__year-option:last-of-type {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.react-datepicker__month-option:hover,
.react-datepicker__year-option:hover {
	background-color: #ccc
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
	border-bottom-color: #b3b3b3
}

.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
	border-top-color: #b3b3b3
}

.react-datepicker__month-option--selected,
.react-datepicker__year-option--selected {
	position: absolute;
	left: 15px
}

.react-datepicker__close-icon {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: inline-block;
	height: 0;
	outline: 0;
	padding: 0;
	vertical-align: middle
}

.react-datepicker__close-icon:after {
	background-color: #216ba5;
	border-radius: 50%;
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	content: "\D7";
	cursor: pointer;
	font-size: 12px;
	height: 16px;
	width: 16px;
	line-height: 1;
	margin: -8px auto 0;
	padding: 2px;
	position: absolute;
	right: 7px;
	text-align: center;
	top: 50%
}

.react-datepicker__today-button {
	background: #f0f0f0;
	border-top: 1px solid #aeaeae;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	padding: 5px 0;
	clear: left
}

.react-datepicker__portal {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: 2147483647
}

.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__time-name {
	width: 3rem;
	line-height: 3rem
}

@media (max-height:550px),
(max-width:400px) {
	.react-datepicker__portal .react-datepicker__day,
	.react-datepicker__portal .react-datepicker__day-name,
	.react-datepicker__portal .react-datepicker__time-name {
		width: 2rem;
		line-height: 2rem
	}
}

.react-datepicker__portal .react-datepicker-time__header,
.react-datepicker__portal .react-datepicker__current-month {
	font-size: 1.44rem
}

.react-datepicker__portal .react-datepicker__navigation {
	border: .81rem solid transparent
}

.react-datepicker__portal .react-datepicker__navigation--previous {
	border-right-color: #ccc
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
	border-right-color: #b3b3b3
}

.react-datepicker__portal .react-datepicker__navigation--next {
	border-left-color: #ccc
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
	border-left-color: #b3b3b3
}

.react-datepicker__calendar {
	font-family: inherit;
	font-size: 15px;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 10px 20px -5px rgba(0, 0, 0, .4)
}

.react-datepicker__current-month {
	font-weight: 400
}

.react-datepicker__current-month:first-letter {
	text-transform: uppercase
}

.react-datepicker__day,
.react-datepicker__day-name {
	line-height: 1.5rem;
	width: 1.5rem
}

.react-datepicker__day--selected {
	background-color: #157ee1
}

.react-datepicker__day--outside-month,
.react-datepicker__day.react-datepicker__day--disabled,
.react-datepicker__day.react-datepicker__day--disabled.react-datepicker__day--weekend {
	color: rgba(0, 0, 0, .5)
}

.react-datepicker__day--weekend:not(.react-datepicker__day--outside-month) {
	color: #db3727
}

.react-datepicker__day--weekend.react-datepicker__day--keyboard-selected,
.react-datepicker__day--weekend.react-datepicker__day--selected {
	color: #fff
}

.react-datepicker__header {
	border-bottom: none;
	border-radius: 0;
	background-color: transparent
}

.react-datepicker__input {
	font-family: inherit;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 4px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJyZ2JhKDAsIDAsIDAsIDAuMikiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcgNWg0djRIN1Y1em01IDBoNHY0aC00VjV6bTUgMGg0djRoLTRWNXpNNyAxMGg0djRIN3YtNHptLTUgMGg0djRIMnYtNHptMTAgMGg0djRoLTR2LTR6bS01IDVoNHY0SDd2LTR6bS01IDBoNHY0SDJ2LTR6bTEwIDBoNHY0aC00di00em01LTVoNHY0aC00di00eiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: calc(100% - 16px) 50%
}

.react-datepicker__input:focus {
	outline: none
}

.react-datepicker__input::-ms-input-placeholder {
	color: #999
}

.react-datepicker__input::placeholder {
	color: #999
}

.react-datepicker__input_size_m {
	height: 28px;
	padding-right: 28px;
	padding-left: 2px
}

.react-datepicker__input_size_l {
	font-size: 15px;
	height: 44px;
	padding-right: 40px;
	padding-left: 16px
}

.react-datepicker__input_size_xl {
	font-size: 17px;
	height: 50px;
	padding-right: 48px;
	padding-left: 10px
}

.react-datepicker__input-container {
	display: flex;
	flex-grow: 1
}

.react-datepicker__month {
	margin-top: 0
}

.react-datepicker__triangle {
	display: none
}

.react-datepicker__tether-element-attached-bottom..react-datepicker__tether-element {
	margin-top: -15px
}

.Toggle {
	position: relative;
	display: inline-block;
	width: 41px;
	height: 25px
}

.Toggle__input {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0
}

.Toggle__control {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, .1);
	transition: .4s
}

.Toggle__control:before {
	position: absolute;
	bottom: 2px;
	left: 2px;
	width: 21px;
	height: 21px;
	content: "";
	border-radius: 50%;
	background-color: #fff;
	transition: .4s
}

.Toggle_checked .Toggle__control {
	background-color: #157ee1
}

.Toggle_checked .Toggle__control:before {
	transform: translateX(16px)
}

.CompanyHeader .Header__inner {
	padding: 0 24px
}

.link_theme_auto {
	text-decoration: none;
	color: #157ee1
}

.CompanyChownForm__contactList {
	padding: 0;
	list-style: none
}

.CompanyChownForm__contactListRow {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 0
}

.CompanyChownForm__confirmErrorText,
.CompanyChownForm__requestErrorText {
	color: #db3727
}

.CompanyChownForm__cooldownText {
	line-height: 1.4;
	margin: 5px 0 20px
}

.CompanyChownForm__contactListTextInput {
	margin-right: 20px
}

.CompanyRightPromo {
	position: relative;
	width: calc(100vw - 620px);
	height: calc(100vh - 88px);
	text-align: center
}

.CompanyRightPromo__content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	width: 70%;
	height: 70%;
	margin: auto
}

.CompanyRightPromo__image {
	flex: 1;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain
}

.CompanyRightPromo__no-image {
	min-height: 30%
}

.CompanyRightPromo__title {
	font-size: 25px;
	margin-bottom: 18px;
	text-align: center;
	color: #fff
}

.CompanyRightPromo__text {
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	white-space: normal;
	color: #fff
}

.CompanyRightPromo_search {
	background-color: #3795fb
}

.CompanyRightPromo_search .CompanyRightPromo__image {
	background-image: url(//yastatic.net/s3/vertis-frontend/autoru-frontend-desktop-Company/_/search_cf73344b0613626f182dd9380208c6d1.svg)
}

.CompanyRightPromo_application {
	background-color: #fac732
}

.CompanyRightPromo_application .CompanyRightPromo__image {
	background-image: url(//yastatic.net/s3/vertis-frontend/autoru-frontend-desktop-Company/_/application_9adbf3c826b58807607bbc2723fa2cbc.svg)
}

.CompanyRightPromo_choice {
	background-color: #8cc642
}

.CompanyRightPromo_choice .CompanyRightPromo__image {
	background-image: url(//yastatic.net/s3/vertis-frontend/autoru-frontend-desktop-Company/_/choice_200a01e34fb6395f6d1131301dc22314.svg)
}

.CompanyRightPromo_myservice {
	background-color: #df5d48
}

.CompanyRightPromo_myservice .CompanyRightPromo__image {
	background-image: url(//yastatic.net/s3/vertis-frontend/autoru-frontend-desktop-Company/_/myservice_b355bee16c990ca42da2a8ebf37ad91a.svg)
}

.CompanyRightPromo_reviews {
	background-color: #3795fb
}

.CompanyRightPromo_reviews .CompanyRightPromo__image {
	background-image: url(//yastatic.net/s3/vertis-frontend/autoru-frontend-desktop-Company/_/reviews_9140f04add4602f22f5e514e48ceebb2.svg)
}

.PageCompany__layout {
	overflow: hidden;
	height: calc(100vh - 88px)
}

.PageCompany__left {
	position: relative;
	float: left;
	flex-flow: column nowrap;
	justify-content: space-between;
	width: 620px;
	min-width: 620px;
	height: 100%;
	background: #fff
}

.PageCompany__left-content {
	min-height: calc(100vh - 219px);
}

.PageCompany__right {
	position: relative;
	float: right;
	width: calc(100% - 620px);
	height: 100%
}

.PageCompany__footer {
	flex-shrink: 0;
	min-width: 600px;
	margin-top: 30px
}

.PageCompany__footer .FooterCopyright {
	display: block
}

.PageCompany__footer .Footer__inner {
	width: auto
}

.PageCompanyChown__topNavigation {
	position: relative;
	height: 44px;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12)
}

.PageCompanyChown__mainContent {
	font-size: 15px;
	flex-grow: 1;
	min-height: calc(100vh - 259px);
	padding: 20px
}

.PageCompanyChown__pageTitle {
	font-size: 25px;
	font-weight: 400;
	margin: 20px 0 0
}

.PageCompanyChown__pageDescription,
.PageCompanyChown__support {
	line-height: 1.4;
	padding-right: 40px
}

.PageCompanyChown__goBack,
.PageCompanyChown__support {
	display: flex;
	align-items: center
}

.PageCompanyChown__goBack {
	font-size: 15px;
	height: 100%;
	margin-left: 14px;
	text-decoration: none;
	color: #157ee1
}

.PageCompanyChown__icon-back {
	width: 22px;
	height: 22px;
	margin-right: 3px;
	fill: #157ee1
}

.PageCompanyChown__icon-info {
	width: 36px;
	height: 36px;
	margin-right: 20px;
	transform: rotate(180deg);
	fill: #5b0
}

.PageCompanyChown .CompanyChownForm {
	margin-top: 20px
}

.PageCompanyChown__supportText a {
	text-decoration: none
}

.GeoSelectPopup {
	overflow: hidden;
	width: 380px;
	white-space: normal;
	background: #fff
}

.GeoSelectPopup .Slider {
	font-size: 13px;
	padding: 0 10px
}

.GeoSelectPopup__icon-search {
	position: absolute;
	top: 29px;
	left: 25px;
	fill: rgba(0, 0, 0, .5)
}

.GeoSelectPopup .RichInput__input {
	padding: 20px 15px
}

.GeoSelectPopup .RichInput__input-control {
	font-size: 15px;
	line-height: 40px;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 20px 0 45px;
	border: 1px solid rgba(0, 0, 0, .07);
	border-radius: 4px;
	outline: none;
	background: rgba(0, 0, 0, .07)
}

.GeoSelectPopup .RichInput__input-control:focus {
	border: 1px solid #157ee1;
	background: #fff
}

.GeoSelectPopup .RichInput__suggest {
	overflow-y: auto;
	width: 380px;
	max-height: 280px;
	background: #fff
}

.GeoSelectPopup .RichInput__suggest-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 42px;
	padding: 5px 15px;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.GeoSelectPopup .RichInput__suggest-item:last-child {
	border-bottom: none
}

.GeoSelectPopup .RichInput__suggest-item_selected {
	background: #eaf4ff
}

.GeoSelectPopup__suggest-item-content {
	line-height: normal
}

.GeoSelectPopup__suggest-item-region {
	font-size: 15px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	color: #000
}

.GeoSelectPopup__suggest-item-parent-region {
	font-size: 12px;
	overflow-x: hidden;
	text-overflow: ellipsis;
	color: rgba(0, 0, 0, .6)
}

.GeoSelectPopup__regions {
	padding: 0 15px 10px
}

.GeoSelectPopup__radius {
	margin-bottom: 20px;
	padding: 20px 15px;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.GeoSelectPopup__radius-title {
	font-size: 15px;
	margin-bottom: 20px
}

.Slider {
	position: relative
}

.Slider_size_m .Slider__toggler {
	top: -8px;
	right: -10px;
	width: 20px;
	height: 20px;
	border: none
}

.Slider__items {
	position: relative
}

.Slider__item {
	position: absolute
}

.Slider__item-content {
	margin-left: -50%;
	cursor: pointer
}

.Slider__bar {
	height: 4px;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 2px;
	background: #e4e4e4
}

.Slider__progress {
	position: relative;
	width: 0;
	height: 4px;
	border-radius: 2px;
	background: #157ee1;
	transition: width .3s ease-out
}

.Slider__toggler {
	position: absolute;
	top: -5px;
	right: -7px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 100px;
	background: #157ee1
}

.GeoSelectPopupRegion {
	max-width: 250px;
	margin-right: 10px;
	margin-bottom: 10px;
	white-space: nowrap
}

.GeoSelectPopupRegion__clear.Icon {
	margin-right: 8px;
	fill: #fff
}

.GeoSelect {
	display: inline-block
}

.GeoSelect__title {
	font-size: 15px;
	line-height: 44px;
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	max-width: 250px;
	padding-left: 15px;
	cursor: pointer;
	white-space: nowrap;
	color: #157ee1
}

.GeoSelect__title:hover {
	color: #db3727
}

.GeoSelect__title-shrinker {
	overflow: hidden;
	min-width: 0;
	text-overflow: ellipsis
}

.GeoSelect__icon {
	flex-shrink: 0;
	margin-right: 12px;
	fill: #157ee1
}

.GeoSelect__title:hover .GeoSelect__icon {
	fill: #db3727
}

.GeoSelect__confirm {
	font-size: 13px;
	line-height: 44px;
	position: absolute;
	z-index: 1;
	display: inline-block;
	padding: 0 20px;
	padding-right: 20px;
	vertical-align: top;
	background-color: #323232;
	transform: translate(-100%)
}

.GeoSelect__confirm-text {
	color: #fff
}

.GeoSelect__confirm-button {
	padding-left: 20px;
	cursor: pointer;
	color: #acd4ff;
	outline: 0;
	transition: color .3s ease
}

.GeoSelect__confirm-button:hover {
	color: #db3727
}

.GeoSelect__confirm-spinner {
	position: relative;
	top: 8px;
	display: inline-block;
	margin-left: 15px
}

.GeoSelect__confirm:after {
	position: absolute;
	top: 12px;
	right: -8px;
	width: 0;
	height: 0;
	content: "";
	border-width: 10px 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #323232
}

.GeoSelect__popup.Popup.Popup_direction_bottom-left .Popup__tail:after,
.GeoSelect__popup.Popup.Popup_direction_bottom-left .Popup__tail:before {
	left: 33px
}

.CompanyBreadcrumbs {
	line-height: 44px;
	padding: 0 20px
}

.CompanyBreadcrumbs,
.CompanyBreadcrumbs__title {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis
}

.CompanyBreadcrumbs__title {
	font-weight: 400;
	margin: 0
}

.CompanyBreadcrumbs__link {
	text-decoration: none;
	color: #157ee1
}

.CompanyBreadcrumbs__link:hover {
	color: #db3727
}

.CompanyBreadcrumbs__link:hover .CompanyBreadcrumbs__icon {
	fill: #db3727
}

.CompanyBreadcrumbs__icon {
	position: relative;
	top: 7px;
	margin-right: 10px;
	fill: #157ee1
}

.CompanySearchSuggestInput__label {
	line-height: 44px;
	display: flex;
	height: 44px
}

.CompanySearchSuggestInput__control {
	font-size: 15px;
	flex: 1;
	padding-right: 20px;
	border: none;
	outline: none
}

.CompanySearchSuggestInput__icon-clear,
.CompanySearchSuggestInput__icon-search {
	position: relative;
	top: 12px;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	cursor: pointer;
	fill: rgba(0, 0, 0, .5)
}

.CompanyNavigation {
	position: relative;
	z-index: 200;
	display: flex;
	height: 44px;
	white-space: nowrap;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12)
}

.CompanyNavigation__breadcrumbs {
	width: 620px
}

.CompanyNavigation__search-filters-buttons {
	font-size: 15px;
	line-height: 44px;
	display: flex;
	justify-content: space-between;
	width: 620px;
	height: 44px
}

.CompanyNavigation__search-filters-cancel {
	margin-left: 20px;
	cursor: pointer;
	color: #157ee1
}

.CompanyNavigation__search-filters-cancel-icon {
	position: relative;
	top: 6px;
	margin-right: 10px;
	fill: #157ee1
}

.CompanyNavigation__search-filters-reset {
	margin-right: 40px;
	cursor: pointer;
	color: #db3727
}

.CompanyNavigation__search-suggest-buttons {
	font-size: 15px;
	line-height: 44px
}

.CompanyNavigation__search-suggest-cancel {
	margin-right: 20px;
	cursor: pointer;
	color: #157ee1
}

.CompanyNavigation__search-suggest-input {
	flex: 1;
	padding-left: 15px;
	border-left: 1px solid rgba(0, 0, 0, .1)
}

.CompanyNavigation__geoselect {
	margin-right: 20px
}

.CompanyMapController__loader {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.CompanyMap {
	position: relative;
	display: flex;
	flex-grow: 1;
	width: 100%;
	height: 100%
}

.CompanyMap__wrapper {
	position: relative;
	width: calc(100vw - 620px);
	height: calc(100vh - 88px)
}

.CompanyMap__paranja {
	position: absolute;
	z-index: 50;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3)
}

.CompanyMap__more-popup {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	width: 300px;
	padding: 20px 20px 30px;
	background-color: #fff;
	transform: translate(-50%, -50%)
}

.CompanyMap__more-popup-title {
	font-size: 25px;
	margin: 0 0 10px
}

.CompanyMap__more-popup-text {
	font-size: 13px;
	margin-bottom: 15px
}

.CompanyMap__more-popup-button {
	font-size: 15px;
	cursor: pointer;
	color: #157ee1
}

.CompanyMap__more-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: .3
}

.YandexMapBalloon__content {
	position: relative;
	display: inline-block;
	margin-bottom: 11px;
	border: 1px solid rgba(0, 0, 0, .12);
	background-color: #fff;
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .3)
}

.YandexMapBalloon__wrapper {
	position: relative;
	z-index: 2;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 60vh
}

.YandexMapBalloon__icon-close {
	position: absolute;
	z-index: 3;
	top: 0;
	right: -46px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .2)
}

.YandexMapBalloon__icon-close:hover:after {
	opacity: 1
}

.YandexMapBalloon__icon-close:after {
	display: inline-block;
	width: inherit;
	height: inherit;
	content: "";
	opacity: .6;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZD0iTTE0IC43bC0uNy0uN0w3IDYuMy43IDAgMCAuNyA2LjMgNyAwIDEzLjNsLjcuN0w3IDcuN2w2LjMgNi4zLjctLjdMNy43IDd6Ii8+PC9zdmc+) no-repeat 50% 50%
}

.YandexMapBalloon__arrow {
	position: absolute;
	z-index: 1;
	right: calc(50% - 7px);
	bottom: -8px;
	width: 14px;
	height: 14px;
	pointer-events: none;
	border-right: 1px solid rgba(0, 0, 0, .12);
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	background-color: inherit;
	transform: rotate(45deg)
}

.YandexMapBalloon__arrow:after {
	position: absolute;
	width: 13px;
	height: 13px;
	content: "";
	background: #fff
}

.YandexMapBalloon__content:hover .YandexMapBalloon__arrow:after {
	background-color: #f7f7f7
}

.MetroList_nowrap {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.MetroList__iconList {
	margin-right: 6px;
	white-space: nowrap
}

.MetroList__icon {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	margin-left: -3px;
	vertical-align: middle;
	border: 1px solid #fff;
	border-radius: 50%
}

.MetroList__icon:first-child {
	margin-left: 0
}

.MetroList__station {
	display: inline-block
}

.MetroList__station:last-child:after {
	content: normal
}

.MetroList__station:after {
	content: ",\A0"
}

.MetroList_nowrap .MetroList__station {
	display: inline
}

.MetroList__stationFirstName {
	white-space: nowrap
}

.Stars {
	display: inline-flex
}

.Stars__star {
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-size: 16px 16px
}

.Stars__star:last-child {
	margin-right: 0
}

.Stars__star_full {
	background: none
}

.Stars__star_full .Stars__inner-image {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMGwxLjkyMSA2LjA2TDE2IDYuMTExbC00Ljg5IDMuNzk2TDEyLjk0NSAxNiA4IDEyLjI4NSAzLjA1NiAxNmwxLjgzMy02LjA5M0wwIDYuMTExbDYuMDc3LS4wNUw4IDB6IiBmaWxsPSIjZmZjZDA1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}

.Stars__star_empty {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMGwxLjkyMSA2LjA2TDE2IDYuMTExbC00Ljg5IDMuNzk2TDEyLjk0NSAxNiA4IDEyLjI4NSAzLjA1NiAxNmwxLjgzMy02LjA5M0wwIDYuMTExbDYuMDc3LS4wNUw4IDB6IiBmaWxsPSIjZGFkOWQ5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}

.Stars__star_empty.Stars__star .Stars__inner-image {
	width: 0
}

.Stars__star_empty.Stars__star_yellow {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMGwxLjkyMSA2LjA2TDE2IDYuMTExbC00Ljg5IDMuNzk2TDEyLjk0NSAxNiA4IDEyLjI4NSAzLjA1NiAxNmwxLjgzMy02LjA5M0wwIDYuMTExbDYuMDc3LS4wNUw4IDB6IiBmaWxsPSIjZGFkOWQ5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}

.Stars__star_half {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMGwxLjkyMSA2LjA2TDE2IDYuMTExbC00Ljg5IDMuNzk2TDEyLjk0NSAxNiA4IDEyLjI4NSAzLjA1NiAxNmwxLjgzMy02LjA5M0wwIDYuMTExbDYuMDc3LS4wNUw4IDB6IiBmaWxsPSIjZGFkOWQ5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}

.Stars__star_half .Stars__inner-image {
	width: 50%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMGwxLjkyMSA2LjA2TDE2IDYuMTExbC00Ljg5IDMuNzk2TDEyLjk0NSAxNiA4IDEyLjI4NSAzLjA1NiAxNmwxLjgzMy02LjA5M0wwIDYuMTExbDYuMDc3LS4wNUw4IDB6IiBmaWxsPSIjZmZjZDA1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)
}

.Stars__inner-image {
	display: block;
	width: 100%;
	height: 100%;
	background-size: 16px 16px
}

.Stars_size_l .Stars__star {
	width: 20px;
	height: 20px
}

.Stars_size_l .Stars__inner-image {
	background-size: 20px
}

.CompanyLogo,
.CompanyLogo__image {
	width: 100%;
	height: 100%
}

.CompanyLogo__image {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

.CompanyLogoList {
	margin-right: 16px
}

.CompanyLogoList__label {
	margin-top: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    max-height: 77px;
    overflow: hidden;
    font-size: 13px;
    margin: 10px 0;
}

.CompanyLogoList__label:first-child {
	margin-top: 0
}

.Button-module__container {
	font-size: 15px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: 0
}

.Button-module__container.Button-module__focused,
.Button-module__container:active,
.Button-module__container:focus,
.Button-module__container:hover {
	z-index: 1
}

.Button-module__fullWidth {
	display: block;
	width: 100%
}

.Button-module__disabled {
	cursor: not-allowed;
	color: #000;
	border-color: transparent;
	background-color: #f0f0f0
}

.Button-module__link {
	text-decoration: none;
	color: #157ee1;
	border: none;
	touch-action: manipulation;
	transition: color .3s ease
}

.Button-module__link.Button-module__focused,
.Button-module__link:focus,
.Button-module__link:hover {
	color: #d9392f
}

.Button-module__white {
	color: #212121;
	border-color: #e0e0e0;
	background-color: #fff
}

.Button-module__white.Button-module__focused,
.Button-module__white:active,
.Button-module__white:focus,
.Button-module__white:hover {
	border-color: transparent;
	background-color: #f0f0f0
}

.Button-module__white.Button-module__disabled {
	border-color: #e0e0e0;
	background-color: #fff
}

.Button-module__red {
	color: #fff;
	background-color: #d9392f
}

.Button-module__red.Button-module__focused,
.Button-module__red:active,
.Button-module__red:focus,
.Button-module__red:hover {
	border-color: transparent;
	background-color: #ed4a3f
}

.Button-module__red.Button-module__disabled {
	color: #000;
	background-color: #f0f0f0
}

.Button-module__green {
	color: #fff;
	background-color: #59b921
}

.Button-module__green:focus,
.Button-module__green:hover {
	background-color: #6bc92d
}

.Button-module__green.Button-module__focused,
.Button-module__green:active {
	background-color: #73d630
}

.Button-module__green.Button-module__disabled {
	color: #000;
	background-color: #f0f0f0
}

.Button-module__blue {
	color: #fff;
	background-color: #2080de
}

.Button-module__blue:focus,
.Button-module__blue:hover {
	background-color: #2e90ed
}

.Button-module__blue.Button-module__focused,
.Button-module__blue:active {
	background-color: #3199fc
}

.Button-module__blue.Button-module__disabled {
	color: #000;
	background-color: #f0f0f0
}

.Button-module__white-blue {
	color: #157ee1;
	border-color: #157ee1;
	background-color: #fff
}

.Button-module__white-blue.Button-module__focused,
.Button-module__white-blue:active,
.Button-module__white-blue:focus,
.Button-module__white-blue:hover {
	color: #fff;
	background-color: #157ee1
}

.Button-module__white-blue.Button-module__disabled,
.Button-module__white-hover-blue {
	color: #000;
	border-color: #e0e0e0;
	background-color: #fff
}

.Button-module__white-hover-blue:focus,
.Button-module__white-hover-blue:hover {
	color: #fff;
	border-color: transparent;
	background-color: #157ee1
}

.Button-module__white-hover-blue.Button-module__focused,
.Button-module__white-hover-blue:active {
	color: #212121;
	border-color: transparent;
	background-color: #f0f0f0
}

.Button-module__white-hover-blue.Button-module__disabled {
	color: #000;
	border-color: #e0e0e0;
	background-color: #fff
}

.Button-module__white-hover-blue.Button-module__disabled.Button-module__focused,
.Button-module__white-hover-blue.Button-module__disabled:active {
	border-color: #e0e0e0;
	background-color: #fff
}

.Button-module__white-hover-blue.Button-module__disabled.Button-module__focused:focus,
.Button-module__white-hover-blue.Button-module__disabled.Button-module__focused:hover,
.Button-module__white-hover-blue.Button-module__disabled:active:focus,
.Button-module__white-hover-blue.Button-module__disabled:active:hover {
	color: #000
}

.Button-module__white-hover-blue-border {
	color: #000;
	border-color: #e0e0e0;
	background-color: #fff
}

.Button-module__white-hover-blue-border.Button-module__focused,
.Button-module__white-hover-blue-border:active,
.Button-module__white-hover-blue-border:focus,
.Button-module__white-hover-blue-border:hover {
	border-color: #157ee1;
	background-color: #f5faff
}

.Button-module__white-hover-blue-border.Button-module__disabled {
	color: #000;
	border-color: #e0e0e0;
	background-color: #fff
}

.Button-module__white-hover-blue-border.Button-module__disabled.Button-module__focused,
.Button-module__white-hover-blue-border.Button-module__disabled:active {
	border-color: #e0e0e0;
	background-color: #fff
}

.Button-module__white-hover-blue-border.Button-module__disabled.Button-module__focused:focus,
.Button-module__white-hover-blue-border.Button-module__disabled.Button-module__focused:hover,
.Button-module__white-hover-blue-border.Button-module__disabled:active:focus,
.Button-module__white-hover-blue-border.Button-module__disabled:active:hover {
	color: #000
}

.Button-module__white-hover-green {
	color: rgba(0, 0, 0, .50196);
	border-color: #e0e0e0;
	background-color: #fff
}

.Button-module__white-hover-green.Button-module__focused,
.Button-module__white-hover-green:active,
.Button-module__white-hover-green:focus,
.Button-module__white-hover-green:hover {
	color: #fff;
	border-color: #5b0;
	background-color: #5b0
}

.Button-module__white-hover-green.Button-module__disabled {
	color: #000;
	border-color: #e0e0e0;
	background-color: #fff
}

.Button-module__white-hover-green.Button-module__disabled.Button-module__focused,
.Button-module__white-hover-green.Button-module__disabled:active {
	border-color: #e0e0e0;
	background-color: #fff
}

.Button-module__white-hover-green.Button-module__disabled.Button-module__focused:focus,
.Button-module__white-hover-green.Button-module__disabled.Button-module__focused:hover,
.Button-module__white-hover-green.Button-module__disabled:active:focus,
.Button-module__white-hover-green.Button-module__disabled:active:hover {
	color: #000
}

.Button-module__s {
	font-size: 13px;
	line-height: 26px;
	height: 28px
}

.Button-module__m {
	line-height: 34px;
	height: 36px
}

.Button-module__m,
.Button-module__s {
	padding: 0 24px
}

.Button-module__l {
	line-height: 42px;
	height: 44px
}

.Button-module__xl {
	line-height: 50px;
	height: 52px
}

.Button-module__l,
.Button-module__xl {
	padding: 0 32px
}

.Button-module__container>.Icon {
	position: relative;
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle
}

.Button-module__onlyIcon {
	line-height: 24px;
	padding: 0
}

.Button-module__onlyIcon>.Icon {
	margin-bottom: 0
}

.Button-module__s.Button-module__onlyIcon>.Icon:only-child {
	padding: 0
}

.Button-module__m.Button-module__onlyIcon>.Icon:only-child {
	padding: 0 4px
}

.Button-module__l.Button-module__onlyIcon>.Icon:only-child {
	padding: 0 9px
}

.Button-module__xl.Button-module__onlyIcon>.Icon:only-child {
	padding: 0 13px
}

@media (max-width:767px) {
	.Button-module__container {
		font-size: 16px;
		display: block;
		width: 100%
	}
}

.CompanyListingItem-module__phone {
	position: relative;
	z-index: 10;
	padding: 0 13px
}

.CompanyListingItem {
	position: relative;
	display: flex;
	padding-left: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.YandexMapBalloon__content .CompanyListingItem {
	min-width: 400px
}

.YandexMapBalloon__content .CompanyListingItem__cell-rating {
	display: none
}

.CompanyListingItem__cell-thumb {
	min-width: 140px;
	height: initial;
	margin: 15px 20px 15px 0;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.products-filter-form, .products-buy-filter{
	padding-bottom: 0px !important;
}
.CompanyListingItem__cell-summary {
	flex-grow: 1;
	padding: 15px 20px 15px 0;
	border-right: 1px solid rgba(0, 0, 0, .1)
}
.cars_filter_form{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.CompanyListingItem__cell-phone {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.CompanyListingItem__show-phone {
	font-size: 13px;
	line-height: 32px;
	position: relative;
	z-index: 10;
	padding: 0 13px;
	cursor: pointer;
	color: rgba(0, 0, 0, .5);
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 3px
}

.CompanyListingItem__show-phone:hover {
	color: #fff;
	border: 1px solid #5b0;
	background-color: #5b0
}

.CompanyListingItem__phone-popup-loading {
	margin-left: calc(50% - 19px)
}

.CompanyListingItem__phone-popup-content {
	position: relative;
	padding: 30px 20px 20px
}

.CompanyListingItem__phone-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer
}

.CompanyListingItem__phone-popup-close-icon {
	fill: rgba(0, 0, 0, .3)
}

.CompanyListingItem__phone-popup-phones {
	font-size: 19px;
	margin-bottom: 10px
}

.CompanyListingItem__phone-popup-phone {
	margin-bottom: 7px
}

.CompanyListingItem__phone-popup-open-hours {
	margin-bottom: 20px
}

.CompanyListingItem__phone-popup-open-hours-text {
	font-size: 15px;
	color: rgba(0, 0, 0, .5)
}

.CompanyListingItem__phone-popup-open-hours-icon {
	position: relative;
	top: 7px;
	margin-right: 5px;
	fill: #5b0
}

.CompanyListingItem__phone-popup-open-hours_closed .CompanyListingItem__phone-popup-open-hours-text {
	color: #db3727
}

.CompanyListingItem__phone-popup-open-hours_closed .CompanyListingItem__phone-popup-open-hours-icon {
	fill: #db3727
}

.CompanyListingItem__phone-popup-application {
	font-size: 15px;
	line-height: 40px;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	background-color: #0d68d2
}

.CompanyListingItem__phone-popup-application:hover {
	opacity: .8
}

.CompanyListingItem__metro:after {
	content: ". "
}

.CompanyListingItem__image {
	width: 140px;
	height: 110px;
	vertical-align: top
}

.CompanyListingItem__no-image {
	background: no-repeat url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA3MCA1NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNjIuNzIgMjMuMDM3di01LjY5MWMwLS43NDctLjY2My0xLjQ4OC0xLjM5Mi0xLjU1NmwtNi45MzItLjY0M2MtMi42NS0uMjQ1LTYuMTU4LTEuNzc2LTguMTYxLTMuNTYybC00LjgyNC00LjNjLTEuMDktLjk3Mi0zLjQ5Mi0xLjg5Mi00Ljk0MS0xLjg5M2wtMTcuNDYyLS4wMDdjLTEuMzk3IDAtMy42NDkuOTUtNC42MzUgMS45NTdMOS4yIDEyLjYxN2MtLjk4NyAxLjAwNy0xLjkyIDMuMzA1LTEuOTIgNC43Mjl2NS42OTFjMCAuNjQ3LjUzNSAxLjE5MyAxLjE3IDEuMTkzaDEuOTI0YzEuMDktMy4xMzQgNC4wMjQtNS4zODQgNy40NjYtNS4zODQgMy40NDEgMCA2LjM3NSAyLjI1IDcuNDY2IDUuMzg0aDE5LjM5YzEuMDg5LTMuMTM0IDQuMDIzLTUuMzg0IDcuNDY0LTUuMzg0IDMuNDQyIDAgNi4zNzYgMi4yNSA3LjQ2NiA1LjM4NGgxLjkyNWMuNjM0IDAgMS4xNy0uNTQ2IDEuMTctMS4xOTN6bS0xMC41NiA2LjU3OGMxLjQ1NiAwIDIuNjQtMS4yMDggMi42NC0yLjY5MiAwLTEuNDg1LTEuMTg0LTIuNjkzLTIuNjQtMi42OTMtMS40NTYgMC0yLjY0IDEuMjA4LTIuNjQgMi42OTMgMCAxLjQ4NCAxLjE4NCAyLjY5MiAyLjY0IDIuNjkyem0tMzQuMzIgMGMxLjQ1NiAwIDIuNjQtMS4yMDggMi42NC0yLjY5MiAwLTEuNDg1LTEuMTg0LTIuNjkzLTIuNjQtMi42OTMtMS40NTYgMC0yLjY0IDEuMjA4LTIuNjQgMi42OTMgMCAxLjQ4NCAxLjE4NCAyLjY5MiAyLjY0IDIuNjkyek0xOCA1MWwxMi4zOTEtOS41LTkuMzY3LTcuMTgyQTcuNzQgNy43NCAwIDAgMSAxNy44NCAzNWMtMy40NDIgMC02LjM3Ni0yLjI1LTcuNDY2LTUuMzg1SDguNDVjLTMuNTU3IDAtNi40NS0yLjk1LTYuNDUtNi41Nzh2LTUuNjkxYzAtMi44NSAxLjQ5LTYuNTIxIDMuNDY3LTguNTM3bDUuMTcyLTUuMjc1QzEyLjYxNiAxLjUxOSAxNi4yMTIgMCAxOS4wMDcgMGguMDAzbDE3LjQ2MS4wMDhjMi43MzcuMDAxIDYuMzU0IDEuMzg2IDguNDE1IDMuMjIzbDQuODIzIDQuMjk5YzEuMTY0IDEuMDM3IDMuNjI1IDIuMTEyIDUuMTY0IDIuMjU0bDYuOTMzLjY0M2MxLjY2Ny4xNTUgMy4yMjUuOTU2IDQuMzkgMi4yNTZBNi45OTIgNi45OTIgMCAwIDEgNjggMTcuMzQ2djUuNjkxYzAgMy42MjgtMi44OTMgNi41NzgtNi40NDkgNi41NzhoLTEuOTI1QzU4LjUzNiAzMi43NSA1NS42MDIgMzUgNTIuMTYgMzVhNy43NDcgNy43NDcgMCAwIDEtMy43ODctLjk4NkwzOC42MDkgNDEuNSA1MSA1MWgxNi41MDlBMi41MDQgMi41MDQgMCAwIDEgNzAgNTMuNVY1Nkgwdi0yLjVBMi40OSAyLjQ5IDAgMCAxIDIuNDkxIDUxSDE4em04LjIxNyAwaDE2LjU2NkwzNC41IDQ0LjY1IDI2LjIxNyA1MXptMTguNzYtMjAuNjgyYTguMTIzIDguMTIzIDAgMCAxLS4yODItLjcwM2gtMTkuMzljLS4xNTEuNDM4LS4zNC44NTgtLjU2IDEuMjU3TDM0LjUgMzguMzVsMTAuNDc3LTguMDMyeiIgZmlsbD0iI0Q4RTVGMiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
	background-color: #f3f9ff;
	background-position: 50% 50%;
	background-size: 70px 55px
}

.CompanyListingItem__link,
.CompanyListingItem__link:visited {
	text-decoration: none;
	color: #000
}

.CompanyListingItem_active .CompanyListingItem__link {
	color: #db3727
}

.CompanyListingItem__title {
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
}

.CompanyListingItem__address {
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
	opacity: 1;
	font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: #000;
}

.CompanyListingItem_active .CompanyListingItem__address {
	opacity: 1
}

.CompanyListingItem__closed {
	color: #db3727
}

.CompanyListingItem__icon-rating {
	position: relative;
	top: 1px;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	fill: #ffcd1f
}

.CompanyListingItem__info-line {
	margin-top: 10px
}

.CompanyListingItem__rating {
	margin-right: 10px

}
.b-descr_item_dsc{
	max-height: 85px !important;
}
.CompanyListingItem__reviews {
	font-size: 13px;
	line-height: 18px;
	vertical-align: top;
	white-space: nowrap;
	opacity: .5
}
.CompanyListingItem__about{
	font-size: 13px;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	font-family: Montserrat;
}
.CompanyListingItem__is-something {
	font-size: 13px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	color: #4ea802
}

.CompanyListingItem__click {
	position: absolute;
	z-index: 1;
	right: 0;
	left: 0;
	display: inline;
	height: 100%;
	margin-top: -15px;
	cursor: pointer
}

.CompanyListingItem__logo {
	display: inline-block;
	overflow: hidden;
	width: 160px;
	height: 30px;
	margin-top: 16px;
	vertical-align: middle;
	border-radius: 4px
}

.CompanyListingItem__logo:first-child {
	margin-top: 0
}

.CompanyListingItem__labels {
	display: inline-block;
	margin-top: 16px;
	vertical-align: middle
}

.CompanyListingItem__labels:first-child {
	margin-top: 0
}

.CallCenterFloatButton {
	font-size: 15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 0 20px;
	white-space: nowrap;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #fff;
	box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, .1);
	transform: translateX(-50%)
}

.CallCenterFloatButton__text {
	padding-left: 10px
}

.CallCenterFloatButton__link {
	color: #157ee1
}

.CompanyIndex {
	padding: 20px 0
}

.CompanyIndex__search-filters {
	box-sizing: border-box;
	width: 600px;
	padding: 10px 40px 20px 20px
}

.CompanyIndex__title {
	font-size: 25px;
	font-weight: 400;
	margin: 10px 0 30px;
	padding: 0 20px
}

.CompanyIndex__work-types-hr {
	height: 1px;
	margin: 0 20px;
	background: rgba(0, 0, 0, .1)
}

.CompanyIndex__promoted-work-types {
	margin: 20px
}

.CompanyIndex__promoted-work-type {
	display: inline-block
}

.CompanyIndex__promoted-work-type:first-child {
	margin-right: 20px
}

.CompanyIndex__promoted-work-type-link {
	text-decoration: none
}

.CompanyIndex__promoted-work-type-image {
	width: 270px;
	height: auto;
	border-radius: 3px
}

.CompanyIndex__promoted-work-type-name {
	font-size: 15px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 2px;
	color: #000
}

.CompanyIndex__promoted-work-type-link:hover .CompanyIndex__promoted-work-type-name {
	color: #db3727
}

.CompanyIndex__promoted-work-type-count {
	font-size: 13px;
	color: gray
}

.CompanyIndex__other-work-types {
	box-sizing: border-box;
	width: 580px;
	padding: 20px
}

.CompanyIndex__marks {
	margin: 0 20px 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.CompanyIndex__listing {
	padding-top: 10px
}

.CompanyIndex__listing-title {
	font-size: 25px;
	font-weight: 400;
	margin: 0 20px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.CompanyIndex__nearby-regions {
	padding: 20px 20px 20px 30px
}

.CompanyListingItems {
	width: 100%;
	background-color: #fff
}

.CompanySelectWorkTypes__header {
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .4)
}

.Link-module__container {
	cursor: pointer;
	text-decoration: none;
	transition: color .3s ease;
	touch-action: manipulation
}

.Link-module__white {
	color: #fff
}

.Link-module__blue {
	color: #157ee1
}

.Link-module__black {
	color: #000
}

.Link-module__grey {
	color: #878787
}

.Link-module__black:hover,
.Link-module__blue:hover,
.Link-module__grey:hover {
	color: #d9392f
}

.CompanySelectMarks-module__mark {
	margin-bottom: 5px;
	padding: 5px 10px
}

.CompanySelectMarks {
	font-size: 15px
}

.CompanySelectMarks__non-poular-marks,
.CompanySelectMarks__popular-marks {
	margin-bottom: 20px
}

.CompanySelectMarks__header {
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .4)
}

.CompanySelectMarks__show-all {
	text-decoration: none;
	color: #157ee1
}

.CompanySearchFiltersBase_active_work-types .CompanySearchFiltersBase__work-types:after {
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #f5faff 30px)
}

.CompanySearchFiltersBase__placeholder {
	color: rgba(0, 0, 0, .5)
}

.CompanySearchFiltersBase__counter-wrapper {
	display: flex;
	align-items: center;
	justify-content: center
}

.CompanySearchFiltersBase__work-types .CompanySearchFiltersBase__counter-wrapper {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 12px;
	bottom: 0
}

.CompanySearchFiltersBase__button {
	line-height: 50px;
	box-sizing: border-box;
	width: 90px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #157ee1
}

.CompanySearchFiltersBase__button:hover {
	opacity: .8
}

.CompanySearchFiltersBase__button_disabled {
	cursor: not-allowed;
	color: rgba(0, 0, 0, .3);
	background: #ededed
}

.CompanySearchFiltersBase__button_disabled:hover {
	opacity: 1
}

.CompanySearchFiltersBase__button-icon {
	fill: #fff
}

.OptionsCounter {
	font-size: 14px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 24px;
	height: 24px;
	padding: 4px;
	color: #fff;
	border-radius: 50%;
	background: #db3727
}

.Segment-module__container {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	vertical-align: middle
}

.Segment-module__fullWidth {
	width: 100%
}

.Segment-module__container>* {
	position: relative;
	flex: 1 1 auto;
	box-sizing: border-box;
	max-width: 100%;
	margin-right: -1px;
	border-radius: 0
}

.Segment-module__container>:first-child {
	border-radius: 4px 0 0 4px
}

.Segment-module__container>:last-child {
	margin-right: 0;
	border-radius: 0 4px 4px 0
}

.Segment-module__container.Segment-module__flat>* {
	border-radius: 0
}

@media (max-width:767px) {
	.Segment-module__container {
		width: 100%
	}
}

.CompanySearchFiltersBase-module__button {
	padding-left: 15px;
	text-align: left
}

.CompanySearchFiltersBase-module__mark {
	width: 160px
}

.CompanySearchFiltersBase-module__workTypes {
	width: 250px
}

.CompanySearchFiltersBase-module__more {
	width: 60px;
	padding: 0
}

.CompanySearchFiltersBase-module__find {
	width: 90px;
	padding: 0
}

.CompanySearchFiltersBase-module__workTypes:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 50px;
	content: "";
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 30px)
}

.CompanySearchFiltersBase-module__segment {
	padding: 10px 40px 20px 20px
}

.CompanyNearbyRegions {
	font-size: 15px
}

.CompanyNearbyRegions__title {
	font-size: 25px;
	margin-bottom: 15px
}

.CompanyNearbyRegions__text {
	line-height: 21px;
	margin-bottom: 30px;
	color: rgba(0, 0, 0, .5)
}

.CompanyNearbyRegions__loader {
	display: flex;
	justify-content: center
}

.CompanyNearbyRegions__item {
	display: inline-block;
	width: 50%;
	margin-bottom: 20px
}

.CompanyNearbyRegions__item-name {
	cursor: pointer;
	color: #157ee1
}

.CompanyNearbyRegions__item-name:hover {
	color: #db3727
}

.CompanyNearbyRegions__item-count {
	margin-left: .5em;
	color: rgba(0, 0, 0, .5)
}

.CompanyIndexRight {
	position: relative;
	display: inline-block;
	width: calc(100vw - 620px);
	height: calc(100vh - 88px)
}

.CompanyIndexRight .CompanyCarousel,
.CompanyIndexRight .CompanyCarousel__items,
.CompanyIndexRight .CompanyCarouselItem {
	display: inline-block;
	width: 100%;
	height: 100%
}
.products-list, .products-filter-options, .b-list_options {
    margin-top: 0px !important;
}
.CompanyListing {
}

.CompanyListing__search-filters {
	box-sizing: border-box;
	width: 600px;
	padding: 30px 20px 20px
}

.CompanyListing__title {
	font-size: 23px;
	font-weight: 400;
	margin: 10px 20px 25px
}

.CompanyListing__subtitle {
	font-size: 13px;
	margin-top: 4px;
	color: rgba(0, 0, 0, .5)
}

.CompanyListing__text {
	font-size: 15px;
	line-height: 21px;
	margin: 0 20px;
	padding: 10px 0;
	color: rgba(0, 0, 0, .5);
	border-top: 1px solid rgba(0, 0, 0, .12)
}

.CompanyListing__nearby-regions {
	padding: 20px
}

.CompanyListing__search-services,
.CompanyListing__search-sorting {
	display: inline-block;
	margin-right: 20px
}

.CompanyListing__search-checkboxes {
	position: relative;
	top: 4px;
	display: inline-block;
	vertical-align: top
}

.CompanyListing__search-checkbox {
	margin-right: 20px
}

.CompanyListing__search-options {
	margin: 0 20px;
	padding-bottom: 20px
}

.Select .Select__badge {
	line-height: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 14px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #db3727
}

.Select__menu .MenuItem.MenuItem_type_reset {
	background: 13px 50% no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iLTUgLTUgMjQgMjQiPjxwYXRoIGQ9Ik0xNCAuN2wtLjctLjdMNyA2LjMuNyAwIDAgLjcgNi4zIDcgMCAxMy4zbC43LjdMNyA3LjdsNi4zIDYuMy43LS43TDcuNyA3eiIvPjwvc3ZnPg==)
}

.CompanyCampaignPromoBase {
	padding: 8px;
	border-top: 7px solid #f6f7f7;
	background-color: #fff
}

.CompanyCampaignPromoBase:last-of-type {
	border-bottom: 7px solid #f6f7f7
}

.CompanyCampaignPromoBase__inner {
	border-radius: 4px
}

.CompanyCampaignPromoBase__inner_polar {
	border-color: #dff4f8;
	background-color: #dff4f8
}

.CompanyCampaignPromoBase__buttonGroup {
	float: right;
	margin-top: 16px;
	margin-right: 8px
}

.CompanyCampaignPromoBase__button {
	display: inline-block;
	cursor: pointer
}

.CompanyCampaignPromoBase__button:before {
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	opacity: .3;
	background-size: contain
}

.CompanyCampaignPromoBase__button_collapse:before,
.CompanyCampaignPromoBase__button_expand:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0wIDI0aDI0VjBIMHoiLz48cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xNy4zMDUgOC4yOGExIDEgMCAxIDEgMS40MTQgMS40MTZsLTYuMDExIDYuMDAyYTEgMSAwIDAgMS0xLjQxNCAwbC02LjAxLTYuMDAyQTEgMSAwIDAgMSA2LjY5NiA4LjI4TDEyIDEzLjU3N2w1LjMwNC01LjI5N3oiLz48L2c+PC9zdmc+);
	transition: transform .6s cubic-bezier(.68, -.55, .265, 1.55)
}

.CompanyCampaignPromoBase__button_collapse:before {
	transform: rotate(180deg)
}

.CompanyCampaignPromoBase__button_close:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0xMy40ODUgMTIuMDcxbDQuOTU1LTQuOTU0YS45OTcuOTk3IDAgMCAwLS4wMDUtMS40MS45OTQuOTk0IDAgMCAwLTEuNDEtLjAwNWwtNC45NTQgNC45NTUtNC45NTQtNC45NTVhLjk5Ny45OTcgMCAwIDAtMS40MS4wMDUuOTk0Ljk5NCAwIDAgMC0uMDA1IDEuNDFsNC45NTUgNC45NTQtNC45NTUgNC45NTRhLjk5Ny45OTcgMCAwIDAgLjAwNSAxLjQxLjk5NC45OTQgMCAwIDAgMS40MS4wMDVsNC45NTQtNC45NTUgNC45NTQgNC45NTVhLjk5Ny45OTcgMCAwIDAgMS40MS0uMDA1Ljk5NC45OTQgMCAwIDAgLjAwNS0xLjQxbC00Ljk1NS00Ljk1NHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48dXNlIGZpbGw9IiMwMDAiIHhsaW5rOmhyZWY9IiNhIi8+PGcgbWFzaz0idXJsKCNiKSI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iNCIvPjwvZz48L2c+PC9zdmc+)
}

.CompanyCampaignPromoBase__content {
	overflow: hidden;
	max-height: 0;
	transition: max-height 1.2s cubic-bezier(.77, 0, .175, 1)
}

.CompanyCampaignPromoBase__content_expanded {
	max-height: 2000px;
	transition: max-height 1.2s cubic-bezier(.77, 0, .175, 1)
}

@media only screen and (min-width:780px) {
	.CompanyCampaignPromoBase {
		border-top: 8px solid #f6f7f7
	}
	.CompanyCampaignPromoBase:last-of-type {
		border-bottom: 8px solid #f6f7f7
	}
	.CompanyCampaignPromoBase__buttonGroup {
		margin-top: 8px;
		margin-right: 8px
	}
}

.PromoFW {
	min-height: 40px;
	padding: 16px 16px 0
}

.PromoFW__header {
	font-size: 11px;
	font-weight: 700;
	display: inline-block;
	padding: 6px 12px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 12px;
	background-image: linear-gradient(117deg, #20c79e, #00ba13)
}

.PromoFW__content:first-child {
	margin-top: 16px
}

.PromoFW__content h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	margin: 16px 0;
	letter-spacing: -.5px
}

.PromoFW__content p {
	font-size: 14px;
	line-height: 1.43;
	margin-top: -4px;
	opacity: .5
}

.PromoFW__content ul {
	padding: 0
}

.PromoFW__content ul li {
	font-size: 14px;
	line-height: 1.43;
	margin-bottom: 26px;
	margin-left: 36px;
	list-style: none;
	break-inside: avoid
}

.PromoFW__content ul li:before {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-left: -36px;
	content: "";
	border-radius: 12px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSItNC4wNzMlIiB4Mj0iMTA1LjAwNSUiIHkxPSItMjEzLjk4MSUiIHkyPSIzMTguOTQ1JSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwQzc5RSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwQkExMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ1cmwoI2EpIiByeD0iMTIiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMjQpIi8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTExIDE0bC00LTMtMSAxIDUgNS41IDcuNS05LTEtLjV6Ii8+PC9nPjwvc3ZnPg==)
}

.PromoFW__logo {
	overflow: hidden;
	width: 130px;
	height: 30px;
	margin-top: 36px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

@media only screen and (min-width:780px) {
	.PromoFW {
		padding: 36px 36px 0
	}
	.PromoFW__content:first-child {
		margin-top: 14px
	}
	.PromoFW__content h2 {
		font-size: 23px;
		margin: 14px 0 16px;
		letter-spacing: .1px
	}
	.PromoFW__content p {
		font-size: 15px;
		line-height: 1.33
	}
	.PromoFW__content ul {
		columns: 2
	}
	.PromoFW__content_plain ul {
		columns: auto;
		columns: initial
	}
	.PromoFW__logo {
		float: right;
		width: 190px;
		height: 52px;
		margin-top: 24px;
		margin-right: 28px;
		border-top-left-radius: 2.2px;
		border-top-right-radius: 2.2px;
		background-repeat: no-repeat
	}
}

.PhoneHidden {
	font-size: 15px;
	line-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.PhoneHidden__mask {
	font-size: 24px;
	height: 30px;
	margin-left: 6px
}

.CompanyCardComplaints {
	padding: 10px 0
}

.CompanyCardMarks {
	padding: 0 5px 20px
}

.CompanyCardMarks__content {
	font-size: 15px;
	line-height: 1.4
}

.CompanyCardExternalResources__list-item {
	font-size: 15px;
	display: block
}

.CompanyCardExternalResources__list-item+.CompanyCardExternalResources__list-item {
	margin-top: 5px
}

.CompanyCardExternalResources__link {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis
}

.CompanyCardExternalResources__icon {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	fill: rgba(0, 0, 0, .3)
}

.CompanyCardExternalResources__icon:hover {
	fill: #000
}

.CompanyCardExternalResources__icon:hover.Icon_web-odnoklassniki {
	fill: #ec8225
}

.CompanyCardExternalResources__icon:hover.Icon_web-facebook {
	fill: #3c5a96
}

.CompanyCardExternalResources__icon:hover.Icon_web-twitter {
	fill: #46ade0
}

.CompanyCardExternalResources__icon:hover.Icon_web-vkontakte {
	fill: #517398
}

.CompanyCardExternalResources__icon:hover.Icon_web-youtube {
	fill: #e62117
}

.InfoPopup {
	display: inline-block
}

.InfoPopup:not(.InfoPopup_theme_plain):not(.InfoPopup_theme_vasWithChildren) {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .2)
}

.InfoPopup_theme_white:not(.InfoPopup_WithChildren) {
	width: 14px;
	height: 14px
}

.InfoPopup_withChildren {
	position: inherit;
	width: auto;
	height: auto;
	border-radius: inherit;
	background-color: transparent
}

.InfoPopup:not(.InfoPopup_withChildren):hover {
	background-color: rgba(0, 0, 0, .4)
}

.InfoPopup:not(.InfoPopup_withChildren):after {
	font-size: 10px;
	content: "?";
	color: #fff
}

.InfoPopup__content {
	line-height: 22px;
	max-width: 400px;
	padding: 10px
}

.InfoPopup__content_theme_white {
	font-size: 13px;
	line-height: 18px;
	max-width: 245px;
	padding: 15px 20px
}

.InfoPopup__content_theme_vas,
.InfoPopup__content_theme_vasWithChildren {
	font-size: 13px;
	line-height: 18px;
	max-width: none;
	padding: 20px
}

.Popup-info {
	border-radius: 8px
}

.Popup-info .Popup__tail {
	margin-left: -24px
}

.Popup-short {
	border-radius: 0
}

.CompanyCardWorktypes {
	padding: 0 20px
}

.CompanyCardWorktypes__list {
	font-size: 15px;
	line-height: 21px;
	margin: 0 0 20px
}

.CompanyCardWorktypes__table {
	margin-bottom: 20px
}

.CompanyCardWorktypes__listItem {
	text-decoration: none;
	color: #000
}

.CompanyCardWorktypes__listItem:hover {
	color: #db3727
}

.CompanyCardWorktypes__listItem:first-child {
	display: inline-block;
	margin-right: 3px
}

.CompanyCardWorktypes__listItem:first-child:first-letter {
	text-transform: capitalize
}

.CompanyCardWorktypes__listItem:after {
	content: ", "
}

.CompanyCardWorktypes__listItem:last-child:after {
	content: "."
}

.CompanyCardWorktypes__parent {
	min-height: 55px
}

.CompanyCardWorktypes__parent_expanded .CompanyCardWorktypes__parentRow {
	font-weight: 700
}

.CompanyCardWorktypes__parent_collapsed .CompanyCardWorktypes__toggleListIcon {
	transition: transform .3s;
	transform: rotate(0);
	fill: rgba(0, 0, 0, .3)
}

.CompanyCardWorktypes__parent_collapsed .CompanyCardWorktypes__childrenList {
	display: none
}

.CompanyCardWorktypes:not(.CompanyCardWorktypes__parent_hasChildren) .CompanyCardWorktypes__toggleListButton {
	cursor: default
}

.CompanyCardWorktypes__parentRow {
	display: flex;
	align-items: center;
	width: 100%
}

.CompanyCardWorktypes__parentName {
	flex: 1
}

.CompanyCardWorktypes__toggleListIcon {
	transition: transform .3s;
	transform: rotate(180deg)
}

.CompanyCardWorktypes__toggleListButton {
	position: relative;
	width: 100%;
	min-height: 52px;
	text-align: left;
	outline: none
}

.CompanyCardWorktypes__toggleListButton .Icon_arrow-tick {
	flex: 0 0 15px;
	width: 15px;
	margin-right: 20px;
	margin-left: 5px
}

.CompanyCardWorktypes__toggleListButton.CompanyButton_mode_link .Button__content {
	color: #000
}

.CompanyCardWorktypes__toggleListButton:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	margin-left: 30px;
	content: "";
	border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.CompanyCardWorktypes__childrenList {
	overflow: hidden;
	margin: 0;
	padding-left: 40px;
	list-style: none
}

.CompanyCardWorktypes__child {
	font-size: 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 21px;
	padding: 15px 0
}

.CompanyCardWorktypes__child:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	margin-left: 30px;
	content: "";
	border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.CompanyCardWorktypes__childName {
	flex: 1 0
}

.CompanyCardWorktypes__disclaimer {
	font-size: 15px;
	line-height: 1.4;
	color: rgba(0, 0, 0, .5)
}

.CompanyCard {
	background-color: #fff
}

.CompanyCard__sectionHeader {
	font-size: 23px;
	font-weight: 400;
	margin: 0;
	padding: 20px
}

.CompanyCard__image {
	display: inline-block;
	width: 620px;
	height: 290px
}

.CompanyCard__main {
	padding: 20px;
	border-bottom: 8px solid #f2f2f2
}

.CompanyCard__main-section {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.CompanyCard__main-section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.CompanyCard__complaints {
	display: inline-flex;
	align-items: center;
	cursor: pointer
}

.CompanyCard__complaints:hover {
	opacity: 1
}

.CompanyCard__complaints_status_normal {
	opacity: .5
}

.CompanyCard__complaints_status_fail {
	color: #db3727
}

.CompanyCard__complaints .Icon {
	margin: 0 5px 1px
}

.CompanyCard__info {
	display: flex;
	align-items: center;
	height: 24px
}

.CompanyCard__info-left {
	display: flex;
	align-items: center;
	flex-grow: 1;
	padding-right: 20px
}
.CompanyCard__info-right {
	display: flex;
	align-items: center;
	flex-grow: 1;
	padding-right: 20px;
	    position: absolute;
    right: 0;
    top: 25px;
}
.CompanyCard__info-title {
	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 15px
}

.CompanyCard__info-metro {
	margin-bottom: 10px
}

.CompanyCard__info-metro-content:after {
	content: "."
}

.CompanyCard__info-address {
	font-size: 15px
}

.CompanyCard__info-address-description {
	font-size: 15px;
	line-height: 21px;
	position: relative;
	overflow: hidden;
	max-height: 63px;
	margin-top: 8px;
	cursor: pointer;
	white-space: pre-wrap;
	color: rgba(0, 0, 0, .5)
}

.CompanyCard__info-address-description:after {
	position: absolute;
	top: 42px;
	left: 0;
	width: 100%;
	height: 21px;
	content: "";
	cursor: pointer;
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 21px)
}

.CompanyCard__info-address-description_full {
	max-height: none;
	cursor: auto
}

.CompanyCard__info-address-description_full:after {
	display: none
}

.CompanyCard__info-rating {
	font-size: 24px;
	font-weight: 700;
	line-height: 22px;
	display: inline-block;
	margin-right: 15px;
	white-space: nowrap
}

.CompanyCard__info-reviews {
	font-size: 15px;
	display: inline-block;
	white-space: nowrap;
	color: rgba(0, 0, 0, .5)
}

.CompanyCard__logo {
	max-height: 36px
}

.CompanyCard__status {
	font-size: 15px;
	font-weight: 700;
	margin-left: 8px
}

.CompanyCard__status_official {
	color: #5b0
}

.CompanyCard__metro-link {
	text-decoration: none;
	color: #000
}

.CompanyCard__metro-link:hover {
	color: #db3727
}

.CompanyCard__show-phone {
	box-sizing: border-box;
	width: 180px;
	margin-right: 20px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #5b0
}

.CompanyCard__show-phone:hover {
	background: #4ca800
}

.CompanyCard__contacts {
	font-size: 15px;
	display: flex;
	align-items: center
}

.CompanyCard__promo {
	margin-top: -21px;
	margin-right: -20px;
	margin-left: -20px;
	padding-bottom: 1px;
	border-bottom: none
}

.CompanyCard__open-hours {
	line-height: 40px;
	position: relative;
	flex: 1
}

.CompanyCard__open-hours-timer-icon {
	position: relative;
	top: 6px;
	margin-right: 5px;
	cursor: pointer;
	fill: #5b0
}
.CompanyCard__open-hours-timer-icon.closed{
	fill: #d61b3f
}

.CompanyCard__open-hours-tick-icon {
	width: 10px;
	height: 10px;
	padding-left: 10px;
	cursor: pointer;
	fill: rgba(0, 0, 0, .5)
}

.CompanyCard__open-hours-text {
	cursor: pointer
}

.CompanyCard__open-hours_closed .CompanyCard__open-hours-text {
	color: #db3727
}

.CompanyCard__open-hours_closed .CompanyCard__open-hours-timer-icon {
	fill: #db3727
}

.CompanyCard__open-hours-popup {
	font-size: 15px;
	line-height: normal;
	position: absolute;
	z-index: 2;
	right: 0;
	box-sizing: border-box;
	width: 255px;
	margin-top: 10px;
	margin-left: -15px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2)
}

.CompanyCard__open-hours-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px
}

.CompanyCard__open-hours-item_closed {
	color: #db3727
}

.CompanyCard__application {
	line-height: 38px;
	width: 160px;
	margin-right: 20px;
	text-align: center;
	text-decoration: none;
	color: #157ee1;
	border: 1px solid #157ee1;
	border-radius: 3px
}

.CompanyCard__application:hover {
	color: #fff;
	background: #157ee1
}

.CompanyCard__complaint-sent-icon {
	fill: #5b0
}

.CompanyCard__reviews {
	margin-top: 20px;
	padding-top: 20px
}

.CompanyCard__separator {
	border-top: 8px solid rgba(0, 0, 0, .1)
}

.CompanyCard__phones {
	width: 180px;
	margin-right: 20px
}

.CompanyCard__phones-loading {
	margin-left: calc(50% - 19px)
}

.CompanyCard__phone {
	font-size: 21px;
	padding-top: 7px;
	padding-bottom: 7px;
	white-space: nowrap
}

.CompanyCard__link {
	text-decoration: none;
	color: #157ee1
}

.CompanyCard__link:hover {
	color: #db3727
}

.CompanyCard__description {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 24px;
	white-space: pre-wrap
}

.CompanyCard__linksSection {
	font-size: 15px;
	display: flex;
	justify-content: space-between
}

.CompanyCard__webLinks {
	display: flex;
	overflow: hidden;
	align-items: center;
	flex: 0 1 auto;
	flex-wrap: wrap
}

.CompanyCard__options {
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
	margin-top: -12px
}

.CompanyCard__option {
	display: flex;
	width: 25%;
	margin-top: 12px
}

.CompanyCard__option-title {
	display: flex;
	align-items: center;
	padding-right: 10px
}

.CompanyCard__icon {
	display: inline-block;
	margin-right: 10px
}

.CompanyCard__owner-links {
	margin-top: 20px
}

.CompanyCard__owner-link {
	text-decoration: none;
	color: #157ee1
}

.CompanyCard__owner-link:hover {
	color: #db3727
}

.CompanyCard__owner-link:hover .CompanyCard__owner-icon {
	fill: #db3727
}

.CompanyCard__owner-icon {
	position: relative;
	top: 5px;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	fill: #157ee1
}

.CompanyCarousel {
	position: relative
}

.CompanyCarousel__items {
	position: relative;
	overflow: hidden;
	max-height: 294px;
	white-space: nowrap
}

.CompanyCarousel__next,
.CompanyCarousel__prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: none;
	width: 60px;
	height: 60px;
	margin: auto;
	cursor: pointer;
	text-align: center;
	border-radius: 200px;
	background-color: rgba(0, 0, 0, .1)
}

.CompanyCarousel__next:hover,
.CompanyCarousel__prev:hover {
	background-color: rgba(0, 0, 0, .5)
}

.CompanyCarousel:hover .CompanyCarousel__next,
.CompanyCarousel:hover .CompanyCarousel__prev {
	display: inherit
}

.CompanyCarousel__prev {
	left: 20px
}

.CompanyCarousel__next {
	right: 20px
}

.CompanyCarousel__icon-next,
.CompanyCarousel__icon-prev {
	width: 20px;
	height: 20px;
	margin-top: 20px;
	color: hsla(0, 0%, 100%, .3);
	fill: currentColor
}

.CompanyCarousel__next:hover .CompanyCarousel__icon-next,
.CompanyCarousel__prev:hover .CompanyCarousel__icon-prev {
	color: hsla(0, 0%, 100%, .9);
	fill: currentColor
}

.CompanyCarousel__icon-prev {
	margin-left: -5px;
	transform: rotate(90deg)
}

.CompanyCarousel__icon-next {
	margin-left: 5px;
	transform: rotate(-90deg)
}

.CompanyCarousel__pager {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center
}

.CompanyCarousel__pager-content {
	display: inline-block
}

.CompanyCarousel_callcenter-experiment .CompanyCarousel__pager {
	bottom: 80px
}

.CompanyCarousel__page {
	display: inline-block;
	width: 50px;
	height: 4px;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 100px;
	background: rgba(0, 0, 0, .1)
}

.CompanyCarousel__page_selected {
	background: #fff
}

.CompanyCarousel__page-progress {
	width: 0;
	height: 4px;
	border-radius: 100px;
	background: #fff
}

.CompanyCarousel__page_active .CompanyCarousel__page-progress {
	width: 100%;
	transition: width 3s ease-out
}

.CompanyCarouselItem {
	position: relative;
	display: inline-block;
	float: left;
	vertical-align: top;
	transition-duration: 0ms;
	transition-property: transform
}

.CompanyAddReviewForm {
	font-size: 15px;
	padding: 20px
}

.CompanyAddReviewForm__title {
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 20px
}

.CompanyAddReviewForm__link {
	text-decoration: none;
	color: #157ee1
}

.CompanyAddReviewForm__link:hover {
	color: #db3727
}

.CompanyAddReviewForm__ratings-main .CompanyReviewAddForm__rating-name {
	font-size: 20px;
	font-weight: 700
}

.CompanyAddReviewForm__ratings-more-link {
	display: block
}

.CompanyAddReviewForm__subtitle {
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 20px
}

.CompanyAddReviewForm__text {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 30px;
	color: rgba(0, 0, 0, .5)
}

.CompanyAddReviewForm__hr {
	height: 1px;
	margin: 40px 0;
	background: rgba(0, 0, 0, .1)
}

.CompanyAddReviewForm__work-types-column {
	display: inline-block;
	width: 50%;
	vertical-align: top
}

.CompanyAddReviewForm__work-type {
	margin-bottom: 12px
}

.CompanyAddReviewForm__ratings {
	padding: 20px 0
}

.CompanyAddReviewForm__rating {
	display: inline-block;
	width: 50%;
	margin-bottom: 15px
}

.CompanyAddReviewForm__rating:nth-child(2n) {
	box-sizing: border-box;
	padding-left: 35px
}

.CompanyAddReviewForm__rating-name {
	font-size: 15px;
	margin-bottom: 10px
}

.CompanyAddReviewForm__comment {
	margin-bottom: 15px
}

.CompanyAddReviewForm__input-counter {
	font-size: 12px;
	text-align: right;
	color: rgba(0, 0, 0, .5)
}

.CompanyAddReviewForm__phone {
	margin-bottom: 20px
}

.CompanyAddReviewForm__phone .Input__box {
	line-height: 50px;
	display: block;
	box-sizing: border-box;
	height: 50px;
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, .2)
}

.CompanyAddReviewForm__phone .Input__control {
	font-size: 17px;
	width: 100%;
	border: none;
	outline: none;
	background: none
}

.CompanyMMM__input {
	line-height: 50px;
	display: flex;
	box-sizing: border-box;
	height: 50px;
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, .2)
}

.CompanyMMM__input-control {
	font-size: 17px;
	flex: 100;
	border: none;
	outline: none;
	background: none
}

.CompanyMMM__input-text {
	font-size: 17px;
	flex: 1;
	margin-right: 5px
}

.CompanyMMM__input-text-mark,
.CompanyMMM__input-text-model {
	cursor: pointer;
	white-space: nowrap
}

.CompanyMMM__input-text-mark:hover,
.CompanyMMM__input-text-model:hover {
	color: #db3727
}

.CompanyMMM__input-button {
	font-size: 15px;
	margin-left: 10px;
	cursor: pointer;
	color: rgba(0, 0, 0, .5)
}

.CompanyMMM__input-button:hover {
	color: #db3727
}

@keyframes CompanyMMMPopup-spin {
	0% {
		border-top-color: #94d1ee;
		border-left-color: #94d1ee;
		transform: rotate(0)
	}
	to {
		border-top-color: #94d1ee;
		border-left-color: #94d1ee;
		transform: rotate(1turn)
	}
}

.CompanyMMMPopup {
	position: relative;
	top: 10px;
	overflow-y: scroll;
	border: 1px solid rgba(0, 0, 0, .1);
	background: #fff;
	box-shadow: 0 10px 20px -3px rgba(0, 0, 0, .1)
}

.CompanyMMMPopup__columns {
	height: 250px;
	min-height: 250px;
	padding: 20px
}

.CompanyMMMPopup__header {
	font-size: 11px;
	margin-bottom: 10px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .5)
}

.CompanyMMMPopup__column {
	font-size: 15px;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	color: rgba(0, 0, 0, .9)
}

.CompanyMMMPopup__item {
	overflow: hidden;
	margin-bottom: 15px;
	padding-right: 10px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis
}

.CompanyMMMPopup__item:hover {
	color: #db3727
}

.CompanyMMMPopup__hr {
	height: 1px;
	margin: 15px 0;
	background: rgba(0, 0, 0, .1)
}

.CompanyMMMPopup__loading {
	line-height: 38px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 38px;
	height: 38px;
	margin-left: calc(50% - 19px);
	border: 2px solid transparent;
	border-radius: 50%;
	background: linear-gradient(1deg, transparent, transparent);
	background-position: -2px -106px;
	animation: CompanyMMMPopup-spin 1s infinite linear;
	animation-delay: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.CompanyMMMPopup__suggest {
	padding: 15px 0
}

.CompanyMMMPopup__suggest-item {
	font-size: 15px;
	line-height: 32px;
	height: 32px;
	padding: 0 20px;
	cursor: pointer;
	color: rgba(0, 0, 0, .9)
}

.CompanyMMMPopup__suggest-item_active {
	color: #fff;
	background: #db3727
}

.LazyPhoneAuth__step {
	align-items: center
}

.LazyPhoneAuth_step1 .LazyPhoneAuth__step1,
.LazyPhoneAuth_step2 .LazyPhoneAuth__step2,
.LazyPhoneAuth_step3 .LazyPhoneAuth__step3 {
	display: flex
}

.LazyPhoneAuth_step2 .LazyPhoneAuth__step2 .TextInput {
	flex-grow: 1
}

.LazyPhoneAuth__code-resend {
	padding-left: 16px;
	white-space: nowrap
}

.LazyPhoneAuth__code-resend:focus {
	outline: none
}

.LazyPhoneAuth__step3 {
	position: relative
}

.LazyPhoneAuth__step3 .Input.Input_disabled .Input__clear {
	display: block
}

.LazyPhoneAuth__clicker {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	background: transparent
}

.LazyPhoneAuth__error {
	font-size: 14px;
	line-height: 18px;
	padding: 5px 0;
	text-align: left;
	color: #db3727
}

.LazyPhoneAuth__button-checkmark {
	display: block;
	width: 17px;
	height: 13px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNS42IDEwLjZMMS40IDYuNCAwIDcuOGw1LjYgNS42IDEyLTEyTDE2LjIgMHoiLz48L3N2Zz4=);
	background-size: 100%
}

.LazyPhoneAuth .Input.Input_disabled .Input__clear,
.LazyPhoneAuth .Input.Input_disabled:before {
	display: block
}

@media screen and (max-width:920px) {
	.LazyPhoneAuth__button.Button .Button__text {
		margin: 0 16px;
		vertical-align: middle
	}
	.LazyPhoneAuth .Button_disabled .Button__content {
		opacity: .3
	}
}

@media screen and (max-width:830px) {
h1.title{
    height: 50px!important;
    padding: 0!important;
  }
}
.CompanyApplication {
	margin: 20px 0
}

.CompanyApplication__error {
	font-size: 13px;
	padding: 10px 20px;
	color: #db3727
}

.CompanyApplication__hr {
	height: 8px;
	margin: 30px 0;
	background: rgba(0, 0, 0, .1)
}

.CompanyApplication__title {
	font-size: 25px;
	font-weight: 400;
	line-height: 31px;
	margin: 0 20px 15px
}

.CompanyApplication__text {
	font-size: 15px;
	margin: 0 20px 30px;
	color: rgba(0, 0, 0, .5)
}

.CompanyApplication__mmm {
	margin: 0 20px
}

.CompanyApplication__link {
	text-decoration: none;
	color: #157ee1
}

.CompanyApplication__link:hover {
	color: #db3727
}

.CompanyApplication__work-types {
	padding: 20px
}

.CompanyApplication__input.Input {
	display: block
}

.CompanyApplication__input .Input__box {
	line-height: 50px;
	display: flex;
	box-sizing: border-box;
	height: 50px;
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, .2)
}

.CompanyApplication__input .Input__control {
	font-size: 17px;
	width: calc(100% + 20px);
	margin: 0 -10px;
	padding: 0 10px;
	border: none;
	outline: none;
	background: none
}

.CompanyApplication__input .Input__control:-webkit-autofill {
	border: none
}

.CompanyApplication__description {
	margin: 0 20px
}

.CompanyApplication__personal-info-item {
	margin: 0 20px 20px
}

.CompanyApplication__personal-info-item .ControlGroup {
	min-width: 100%
}

.CompanyApplication__personal-info-item .ControlGroup .LazyPhoneAuth__button {
	flex-shrink: 0
}

.CompanyApplication__personal-info-item .LazyPhoneAuth__step3 .TextInput__box {
	min-width: 100%
}

.CompanyApplication__date-time {
	display: flex;
	margin: 0 20px 30px
}

.CompanyApplication__date {
	display: inline-block;
	flex: 1;
	padding-right: 20px
}

.CompanyApplication__time {
	display: inline-block;
	width: 260px
}

.CompanyApplication__button {
	display: block;
	margin-left: 20px
}

.CompanyApplication__TermsCheckbox {
	line-height: 16px;
	display: block;
	margin: 0 20px 20px
}

.CompanyApplication__TermsCheckbox.Checkbox.Checkbox_theme_islands {
	font-size: 12px
}

.CompanyApplication__button,
.CompanyApplication__input .LazyPhoneAuth__button {
	font-size: 17px;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 3px;
	outline: none;
	background: #5b0
}

.CompanyApplication__button:before,
.CompanyApplication__input .LazyPhoneAuth__button:before {
	display: none
}

.CompanyApplication__button.Button_hovered,
.CompanyApplication__input .LazyPhoneAuth__button.Button_hovered {
	opacity: .8;
	background: #5b0
}

.CompanyApplication__button.Button_disabled.Button_hovered,
.CompanyApplication__input .LazyPhoneAuth__button.Button_disabled.Button_hovered {
	opacity: 1
}

.CompanyApplication__button.Button_disabled,
.CompanyApplication__input .LazyPhoneAuth__button.Button_disabled {
	cursor: not-allowed;
	background: #ccc
}

.CompanySelectMetro__header {
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .4)
}

.DisclaimerPopup {
	position: relative;
	width: 14px;
	height: 14px;
	cursor: pointer;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .2)
}

.DisclaimerPopup:hover {
	background-color: rgba(0, 0, 0, .4)
}

.DisclaimerPopup:after {
	font-size: 10px;
	font-weight: 700;
	line-height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	content: "?";
	color: #fff
}

.DisclaimerPopup__link {
	cursor: pointer;
	text-decoration: none;
	color: #157ee1;
	transition: color .3s ease
}

.DisclaimerPopup__link:hover {
	color: #db3727
}

.DisclaimerPopup__tail.Popup__tail {
	margin-left: -23px
}

.DisclaimerPopup__content_theme_white {
	font-size: 13px;
	line-height: 18px;
	max-width: 245px;
	padding: 15px 20px
}

.DisclaimerPopup_theme_white {
	width: 16px;
	height: 16px;
	background: none
}

.DisclaimerPopup_theme_white:hover {
	background: none
}

.DisclaimerPopup_theme_white:after {
	font-size: 11px;
	line-height: 14px;
	box-sizing: border-box;
	min-width: 14px;
	color: rgba(0, 0, 0, .3);
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 50%
}

.CompanySearchFiltersPopup {
	position: absolute;
	z-index: 100;
	top: 88px;
	width: 620px;
	height: calc(100vh - 88px);
	padding-top: 20px;
	background-color: #fff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .1)
}

.CompanySearchFiltersPopup__content {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%
}

.CompanySearchFiltersPopup__filters {
	box-sizing: border-box;
	width: 600px;
	padding: 30px 20px 20px
}

.CompanySearchFiltersPopup__worktypes {
	width: 580px;
	margin-bottom: 20px
}

.CompanySearchFiltersPopup__marks {
	width: 580px;
	margin: 15px 20px 30px
}

.CompanySearchFiltersPopup__metro {
	margin: 20px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.CompanySearchFiltersPopup__cuCompanymer-services {
	width: 580px;
	margin-top: 10px
}

.CompanySearchFiltersPopup__not-found {
	font-size: 15px;
	margin: 0 20px 30px;
	padding: 20px 40px 20px 110px;
	border-radius: 3px;
	background: #f5faff
}

.CompanySearchFiltersPopup__not-found-text {
	margin-bottom: 15px
}

.CompanySearchFiltersPopup__not-found-reset-filters {
	cursor: pointer;
	color: #157ee1
}

.CompanySearchFiltersPopup__more-header {
	font-size: 11px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 20px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .4)
}

.CompanySearchFiltersPopup__more-checkboxes {
	width: 580px;
	margin-top: 10px;
	margin-bottom: 10px
}

.CompanySearchFiltersPopup__more-checkbox {
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	padding: 0 0 20px 20px
}

.CompanySearchFiltersPopup__with-popup {
	flex: 1
}

.CompanySearchFiltersPopup__disclaimer-popup {
	position: relative;
	top: 3px;
	left: 15px;
	display: inline-block
}

.Treeview__button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent
}

.Treeview__content,
.Treeview__item {
	position: relative
}

.Checkbox-module__container {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	cursor: pointer
}

.Checkbox-module__input {
	opacity: 0
}

.Checkbox-module__icon {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .2s ease-out 0s
}

.Checkbox-module__iconChecked,
.Checkbox-module__iconHovered {
	opacity: 0
}

.Checkbox-module__container:not(.Checkbox-module__checked):focus .Checkbox-module__iconHovered,
.Checkbox-module__container:not(.Checkbox-module__checked):hover .Checkbox-module__iconHovered {
	opacity: 1
}

.Checkbox-module__container.Checkbox-module__checked .Checkbox-module__iconDefault,
.Checkbox-module__container.Checkbox-module__checked .Checkbox-module__iconHovered,
.Checkbox-module__container:focus .Checkbox-module__iconDefault,
.Checkbox-module__container:hover .Checkbox-module__iconDefault {
	opacity: 0
}

.Checkbox-module__container.Checkbox-module__checked .Checkbox-module__iconChecked {
	opacity: 1
}

.CompanySelectWorkTypesTree-module__iconChecked {
	display: block
}

.CompanySelectWorkTypesTree__item:hover .CompanySelectWorkTypesTree-module__iconDefault {
	opacity: 0
}

.CompanySelectWorkTypesTree__item:hover .CompanySelectWorkTypesTree-module__iconHovered {
	opacity: 1
}

.CompanySelectWorkTypesTree {
	padding: 0 20px
}

.CompanySelectWorkTypesTree__item {
	font-size: 19px;
	position: relative;
	display: block;
	box-sizing: border-box;
	padding-left: 39px;
	cursor: pointer;
	letter-spacing: -.6px;
	opacity: .9;
	color: #000;
	transition: color .2s ease-out 0s
}

.CompanySelectWorkTypesTree__item:hover {
	color: #157ee1
}

.CompanySelectWorkTypesTree .Treeview__children .CompanySelectWorkTypesTree__item {
	font-size: 17px;
	letter-spacing: -.5px
}

.CompanySelectWorkTypesTree__item:hover .CompanySelectWorkTypesTree__checkbox {
	display: block
}

.CompanySelectWorkTypesTree .Treeview__container_expanded .CompanySelectWorkTypesTree__icon,
.CompanySelectWorkTypesTree__item:hover .CompanySelectWorkTypesTree__icon {
	display: none
}

.CompanySelectWorkTypesTree .Treeview__container_expanded .CompanySelectWorkTypesTree__checkbox {
	display: block
}

.CompanySelectWorkTypesTree__wrapper {
	padding: 24px 0 23px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.CompanySelectWorkTypesTree__checkbox,
.CompanySelectWorkTypesTree__icon {
	position: absolute;
	top: 23px;
	left: 0
}

.CompanySelectWorkTypesTree__checkbox {
	display: none
}

.CompanySelectWorkTypesTree__checkbox_visible {
	display: block
}

.CompanySelectWorkTypesTree .Treeview__children {
	padding-left: 36px
}

.CompanySelectWorkTypesTree .Treeview__button {
	top: 22px;
	cursor: pointer;
	transition: .2s ease-out 0s
}

.CompanySelectWorkTypesTree .Treeview__button_collapsed {
	transform: rotate(-90deg);
	fill: rgba(0, 0, 0, .3)
}

.CompanySelectWorkTypesTree .Treeview__button_expanded {
	transform: rotate(90deg)
}

.CompanySelectWorkTypesTree .Treeview__container_expanded .CompanySelectWorkTypesTree__wrapper_parent {
	font-weight: 700
}

.CompanySearchSuggestPopup {
	position: absolute;
	z-index: 110;
	top: 88px;
	right: 0;
	bottom: 0;
	left: 620px;
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 1px solid rgba(0, 0, 0, .1);
	background: #fff
}

.CompanySearchSuggestPopup__loader {
	margin-top: 20px;
	margin-left: calc(50% - 19px)
}

.CompanySearchSuggestPopup__results {
	margin-bottom: 20px
}

.CompanySearchSuggestPopup__work-types {
	font-size: 15px;
	margin: 20px 20px 0 180px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.CompanySearchSuggestPopup__work-types-item {
	position: relative;
	margin-bottom: 15px
}

.CompanySearchSuggestPopup__work-types-item-link {
	text-decoration: none;
	color: #000
}

.CompanySearchSuggestPopup__work-types-item-link:hover {
	color: #db3727
}

.CompanySearchSuggestPopup__work-types-item-icon {
	position: absolute;
	top: 50%;
	left: -38px;
	transform: translateY(-50%)
}

.CompanySearchSuggestPopup__metro {
	font-size: 15px;
	margin: 20px 20px 0 180px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.CompanySearchSuggestPopup__metro-item {
	position: relative;
	margin-bottom: 15px
}

.CompanySearchSuggestPopup__metro-item-color {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: -5px;
	border-radius: 100px
}

.CompanySearchSuggestPopup__metro-item-colors {
	position: absolute
}

.CompanySearchSuggestPopup__metro-item-colors_1 {
	left: -26px
}

.CompanySearchSuggestPopup__metro-item-colors_2 {
	left: -33px
}

.CompanySearchSuggestPopup__metro-item-colors_3 {
	left: -40px
}

.CompanySearchSuggestPopup__metro-item-colors_4 {
	left: -47px
}

.CompanySearchSuggestPopup__metro-item-link {
	text-decoration: none;
	color: #000
}

.CompanyCard__open-hours {
    line-height: 40px;
    position: relative;
    flex: 1;
}
.CompanyCard__open-hours-timer-icon {
    position: relative;
    top: 6px;
    margin-right: 5px;
    cursor: pointer;
    fill: #5b0;
}
.Icon {
    width: 24px;
    height: 24px;
}
.Icon {
    display: inline-block;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50%;
}
.CompanyCard__open-hours-text {
    cursor: pointer;
}
.CompanyCard .CompanyCard__info-address, .CompanyCard .CompanyLogoList.CompanyListingItem__about{
	margin-right: 30px;
}
.CompanyCard .CompanyListingItem{
	position: initial;
    display: flex;
    padding-left: initial;
    border-bottom: initial;
}
.CompanyCard .CompanyListingItem__cell-thumb{
	min-height: 75px;
}
.CompanyCard .CompanyListingItem__cell-summary{
	border-right: initial;
}
.CompanyCard__open-hours-tick-icon {
    width: 10px;
    height: 10px;
    padding-left: 10px;
    cursor: pointer;
    fill: rgba(0,0,0,.5);
}

.CompanySearchSuggestPopup__metro-item-link:hover {
	color: #db3727
}

.CompanySearchSuggestPopup__autoservices {
	white-space: normal
}

.CompanySearchSuggestPopup__not-found {
	margin: 50px 40px
}

.CompanySearchSuggestPopup__not-found-title {
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 20px
}

.CompanySearchSuggestPopup__not-found-text {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	color: rgba(0, 0, 0, .5);
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.CompanySearchSuggestPopup__not-found-cancel {
	font-size: 15px;
	cursor: pointer;
	color: #157ee1
}

.catalog__section {
    background: #fff;
    padding: 20px;
    margin-bottom: 18px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    position: relative;
}
.carousel {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    min-height: 100px;
}
.catalog__header {
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 20px;
}
.catalog__menu-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.catalog__menu {
    position: absolute;
    top: -45px;
    right: 0px;
}
.button_theme_islands.button_size_m {
    font-size: 13px;
    line-height: 28px;
}

.button_theme_islands.button_type_link {
    text-decoration: none;
}
.button_theme_islands {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    user-select: none;
    color: #000;
    border: 0;
    border-radius: 3px;
    outline: 0;
    background: rgba(0,0,0,.2);
    text-align: center;
    white-space: nowrap;
    font-family: Arial,'Helvetica Neue',Helvetica,yandex-sans-rub-sign,sans-serif;
}
.carousel_view_opinions .carousel__wrapper {
    width: auto;
    margin: 0;
    padding: 0;
}

.carousel_dir_horizontal .carousel__wrapper {
    min-height: auto;
    padding: 0 0 15px;
}
.carousel__wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.carousel_view_opinions .carousel__list {
    margin-left: -20px;
}

.carousel_dir_horizontal .carousel__list {
    display: inline-block;
    white-space: nowrap;
    list-style: none;
    margin: 0 0 0 -20px;
    padding: 0;
}
.carousel__list_animate {
    transition: margin .7s ease;
}
.carousel_view_opinions .carousel__item {
    width: 205px;
    margin-left: 20px;
    margin-right: 0;
    position: relative;
}

.carousel_dir_horizontal .carousel__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 205px;
    margin: 0 0 0 20px;
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
}
.link {
    touch-action: manipulation;
}
.carousel_view_opinions .carousel__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    color: #000;
    padding: 10px 0 0;
    display: inline-block;
    transition: color .3 ease;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link_theme_auto {
    text-decoration: none;
    color: #157ee1;
    cursor: pointer;
    transition: color .3s ease;
}
.tile_size_s, .tile_size_s .tile__gallery, .tile_size_s .tile__image, .tile_size_s .tile__image-wrapper {
    width: 205px;
    min-height: 154px;
}
.catalog__menu-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.button_theme_islands.button_size_m {
    font-size: 13px;
    line-height: 28px;
}
.button_theme_islands.button_type_link {
    text-decoration: none;
}

.button_theme_islands {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    user-select: none;
    color: #000;
    border: 0;
    border-radius: 3px;
    outline: 0;
    background: rgba(0,0,0,.2);
    text-align: center;
    white-space: nowrap;
    font-family: Arial,'Helvetica Neue',Helvetica,yandex-sans-rub-sign,sans-serif;
}
.button_theme_islands:before {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    content: '';
    border-radius: 2px;
    background: #fff;
}
.button_theme_islands.button_size_m .button__text {
    margin: 0 13px;
}

.button_theme_islands .button__text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.b-at_tabs li a, .b-at_tabs_links li a, .b-at_tabs li b{
	font-size: 14px !important;
}
.b-at_tabs li, .b-at_tabs_links li{
	margin:0px 10px !important;
}
#content{
	max-height: inherit !important;
}
h1.title{
    border-bottom: 1px solid #e8e7e7;
    padding: 0px 0 20px 30px;
    margin: 0px;
}
.right-sidebar{
	margin-top: -20px;
}
.b-rs-populars_title{
	position: relative;
}
.b-rs_populars ul li .b-rs-pop_wrap:before{
	content: none !important;
}
h4{
	margin: 30px 0px 0 20px !important;
}
#sto img {
    max-width: 400px!important;
}
#sto .CompanyCard__info-address p {
    padding-bottom: 5px;
}
#sto .CompanyCard__info-title{
  margin:0;
  font-weight: 700;
}
.legal-info-sto{
  color:#888;
}
#sto .CompanyCard__info-address{
  padding-top: 30px;
}
#sto.CompanyCard__main-section{
  margin:30px;
  border-bottom: 0;
}
#sto span {
    font-weight: 700;
    padding-right: 10px;
}

p.sto-about {
    margin-top: 30px;
    line-height: normal;
}
#sto .CompanyListingItem__cell-thumb{
  min-width:33%!important;
}
