

/* Start:/contacts/style.css?177195196131501*/
.tabs-panel {
	margin-top: 15px;
	margin-bottom: 10px;
}

.tabs-panel__list {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: 0;
	scrollbar-height: 0;
}

.tabs-panel__list::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.tabs-panel__list::-webkit-scrollbar-track {
	width: 0;
	height: 0;
}

.tabs-panel__list-item {
	height: 48px;
	line-height: 46px;
	color: #444;
	font-size: 15px;
	background-color: #f0f4f7;
	border: 1px solid #d6dce1;
	border-radius: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
	position: relative;
	display: flex;
	flex-flow: row;
	white-space: nowrap;
}

.tabs-panel__list-item span {
	display: inline-block;
	float: left;
}

.tabs-panel__list-item [class*=' i-'],
.tabs-panel__list-item [class^='i-'] {
	font-size: 28px;
	line-height: 46px;
	height: 46px;
	width: 28px;
	margin-right: 10px;
	color: #3169b6;
}

.tabs-panel__list-item._active, .tabs-panel__list-item:hover, .tabs-panel__list-item:active {
	color: #fff;
	background-color: #3169b6;
	border-color: #3169b6;
}

.tabs-panel__list-item._active [class*=' i-'],
.tabs-panel__list-item._active [class^='i-'], .tabs-panel__list-item:hover [class*=' i-'],
.tabs-panel__list-item:hover [class^='i-'], .tabs-panel__list-item:active [class*=' i-'],
.tabs-panel__list-item:active [class^='i-'] {
	color: #fff;
}

.form {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
	.form {
		max-width: 600px;
	}
}

.form form {
	display: flex;
	flex-flow: row wrap;
}

.form__title {
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media (max-width: 419.98px) {
	.form__title {
		font-size: 30px;
	}
}

@media (min-width: 420px) and (max-width: 767.98px) {
	.form__title {
		font-size: 32px;
	}
}

.form__title._margin {
	margin-top: 15px;
}

.form__title-desc {
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
}

@media (max-width: 419.98px) {
	.form__title-desc {
		font-size: 17px;
	}
}

.form__body {
	padding: 20px 30px 30px;
	border-left: 1px solid #d6dce1;
	border-right: 1px solid #d6dce1;
	border-bottom: 1px solid #d6dce1;
	border-radius: 0 0 6px 6px;
}

.form__body-row {
	width: 100%;
	color: #666;
	font-size: 16px;
}

.form__body-row-item {
	width: 100%;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 16px;
	cursor: pointer;
}

.form__body-row-item .nice-select {
	width: 100%;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #d6dce1;
	border-radius: 6px;
	color: #444;
	height: auto;
}

.form__body-row-item .nice-select:after {
	display: none;
}

.form__body-row-item .nice-select:before {
	content: '\ea03';
	font-family: 'otdelkino_icons';
	position: absolute;
	right: 11px;
	top: 11px;
	font-size: 24px;
	width: 24px;
	height: 24px;
}

.form__body-row-item .nice-select .list {
	width: calc(100% + 2px);
	margin-left: -1px;
	border-radius: 6px;
	margin-top: 5px;
	border: 1px solid #d6dce1;
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
	transition: all 0.1s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.05s ease-out;
}

.form__body-row-item .nice-select .list .option {
	color: #444;
	padding: 11px 20px;
	transition: none;
	border-bottom: 1px solid #d6dce1;
}

.form__body-row-item .nice-select .list .option:last-child {
	border-bottom: 0;
}

.form__body-row-item .nice-select .list .option.selected {
	font-weight: 700;
	background-color: transparent;
}

.form__body-row-item .nice-select .list .option:hover, .form__body-row-item .nice-select .list .option:active, .form__body-row-item .nice-select .list .option:focus {
	background-color: #f0f4f7;
}

.form__body-row-item .nice-select.open:before {
	content: '\ea0a';
}

.form__body-row-item .required {
	color: #f62d3d;
}

.form__body-row-item input,
.form__body-row-item textarea,
.form__body-row-item select {
	width: 100%;
	font-size: 16px;
	color: #444444;
	padding: 15px 20px;
	border: 1px solid #d6dce1;
	border-radius: 6px;
}

.form__body-row-item input:active, .form__body-row-item input:focus,
.form__body-row-item textarea:active,
.form__body-row-item textarea:focus,
.form__body-row-item select:active,
.form__body-row-item select:focus {
	border: 2px solid #3169b6;
}

.form__body-row-item input.error:active, .form__body-row-item input.error:focus,
.form__body-row-item textarea.error:active,
.form__body-row-item textarea.error:focus,
.form__body-row-item select.error:active,
.form__body-row-item select.error:focus {
	border-color: #f00;
}

.form__body-row-item input {
	height: 45px;
}

.form__body-row-item input:active, .form__body-row-item input:focus {
	padding-left: 19px;
}

.form__body-row-item textarea:active, .form__body-row-item textarea:focus {
	padding-top: 14px;
	padding-left: 19px;
}

.form__body-row-item select {
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 46px;
	color: #8e8e8e;
	padding-top: 12px;
	padding-bottom: 12px;
}

.form__body-row-item._letter-spacing input {
	letter-spacing: 2px;
}

.form__body-row-item.form__agreement-label {
	position: relative;
	font-size: 15px;
	margin-bottom: 25px;
	padding-left: 35px;
}

.form__body-row-item.form__agreement-label input {
	cursor: pointer;
	width: 0;
	height: 0;
	margin: 0;
}

.form__body-row-item.form__agreement-label input:before {
	content: '';
	cursor: pointer;
	background-color: #fff;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	border: 1px solid #d6dce1;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 2px;
}

.form__body-row-item.form__agreement-label input:checked:before {
	background-color: #3169b6;
	border-color: #3169b6;
	color: #fff;
}

.form__body-row-item.form__agreement-label input:checked:after {
	font-family: 'otdelkino_icons';
	content: '\ea1a';
	cursor: pointer;
	font-size: 24px;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 9px;
	top: 2px;
	color: #fff;
}

.form__body-row-item.form__agreement-label input.error + span,
.form__body-row-item.form__agreement-label input.error + span a {
	color: #f00;
}

.form__body-row-item .error {
	border-color: #f00;
}

.form__body-row-item .error::-webkit-input-placeholder {
	color: #f00;
}

.form__body-row-item .error::-moz-placeholder {
	color: #f00;
}

.form__body-row-item input[type="checkbox"].error:before {
	border-color: #f00;
}

.form__body-row .internal-field {
	width: 60px;
	font-size: 16px;
	color: #444444;
	padding: 15px 10px;
	border: 1px solid #d6dce1;
	border-radius: 6px;
	position: absolute;
	top: -6px;
	right: -70px;
}

@media (max-width: 575.98px) {
	.form__body-row .internal-field {
		position: relative;
		width: 100%;
		right: auto;
		top: auto;
		padding: 15px 20px;
		height: 45px;
	}
}

.form__body-row .internal-field.error {
	border-color: #f00;
}

@media (min-width: 576px) {
	.form__body-row.multi-column {
		display: flex;
	}
}

@media (min-width: 576px) {
	.form__body-row.multi-column .form__body-row-item {
		margin-left: 10px;
		margin-right: 10px;
	}
	.form__body-row.multi-column .form__body-row-item:first-child {
		margin-left: 0;
	}
	.form__body-row.multi-column .form__body-row-item:last-child {
		margin-right: 0;
	}
}

.form__body-row._center {
	text-align: center;
	margin-bottom: 11px;
}

.form__body-row._center .form__body-row-item {
	width: auto;
	display: inline;
}

.form__body-row._center .form__body-row-item.form__agreement-label input:before {
	top: 0;
}

.form__body-row._center .form__body-row-item.form__agreement-label input:checked:after {
	left: 8px;
	top: 0;
}

.form-required {
	padding-left: 5px;
	color: #f00;
}

.form textarea {
	height: 200px;
	resize: vertical;
}

.form__radio, .form__checkbox {
	margin-top: 8px;
	margin-bottom: 5px;
}

.form__radio br, .form__checkbox br {
	display: none;
}

.form__radio label, .form__checkbox label {
	width: 100%;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 24px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
}

.form__radio label span, .form__checkbox label span {
	position: relative;
	display: inline-block;
	color: #999;
}

.form__radio label:hover span, .form__checkbox label:hover span {
	color: #666;
}

.form__radio label input, .form__checkbox label input {
	width: 0;
	height: 0;
	margin: 0;
}

.form__radio label input:checked + span, .form__checkbox label input:checked + span {
	color: #666;
}

.form__radio label input:before, .form__checkbox label input:before {
	content: '';
	cursor: pointer;
	background-color: #fff;
	width: 15px;
	height: 15px;
	border: 1px solid #d6dce1;
	text-align: center;
	position: absolute;
	left: 14px;
	top: 4px;
}

.form__radio label input.error:before, .form__checkbox label input.error:before {
	border-color: #f00;
}

.form__radio label input:before {
	border-radius: 50%;
}

.form__radio label input:checked:after {
	content: '';
	margin: 0 auto;
	width: 9px;
	height: 9px;
	background-color: #3169b6;
	border-radius: 50%;
	position: absolute;
	left: 17px;
	top: 7px;
	color: #fff;
}

.form__checkbox label input:before {
	border-radius: 3px;
}

.form__checkbox label input:checked:before {
	background-color: #3169b6;
	border-color: #3169b6;
}

.form__checkbox label input:checked:after {
	font-family: 'otdelkino_icons';
	content: '\ea1a';
	font-size: 19px;
	margin: 0 auto;
	width: 15px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	left: 13px;
	top: 4px;
	color: #fff;
}

.form input[type="file"] {
	display: none;
}

.form .file-area {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #d6dce1;
	background: transparent;
	font-size: 14px;
	height: 55px;
	width: 100%;
	line-height: 16px;
	color: #666;
	margin-top: -10px;
	margin-bottom: 10px;
}

.form .file-area__img {
	position: absolute;
	z-index: 1;
	left: 20px;
	height: 35px;
	width: 44px;
}

.form .file-area:hover .file-area__img {
	left: 19px;
}

.form .file-area.highlight, .form .file-area:hover {
	border: 2px solid #3169b6;
}

@media (min-width: 576px) {
	.form .file-area {
		font-size: 16px;
	}
}

.form .file-label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.2;
	padding-left: 90px;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.form .file-list {
	display: flex;
	flex-flow: column;
	margin-bottom: 10px;
	width: 100%;
}

.form .file-list__item {
	position: relative;
	font-size: 13px;
	margin-bottom: 5px;
	color: #666;
	padding-left: 20px;
}

.form .file-list__item-remove {
	position: relative;
	top: 2px;
	display: inline-block;
	color: #666;
	margin-left: 5px;
	font-size: 17px;
	line-height: 9px;
	padding: 3px;
	cursor: pointer;
}

.form .file-list__item-remove:hover, .form .file-list__item-remove:active, .form .file-list__item-remove:focus {
	color: #3169b6;
}

.form .file-list__item:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #3169b6;
	border-radius: 50%;
	top: 4px;
	left: 5px;
}

.form .file-list__item:last-of-type {
	margin-bottom: 0;
}

.form__close {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 30px;
	line-height: 16px;
	color: #b1b2b3;
}

.form__close:hover, .form__close:active, .form__close:focus {
	color: #545556;
}

.form__submit {
	width: 100%;
	text-align: center;
}

.form__submit input {
	background-color: #3169b6;
	color: #fff;
	padding: 8px 25px;
	border-radius: 4px;
	font-size: 17px;
	cursor: pointer;
	border: 0;
	width: auto;
}

.form__submit input:hover {
	background-color: #467ad1;
	color: #fff;
}

.form__submit input:focus, .form__submit input:active {
	background-color: #3169b6;
	color: #fff;
}

.form__success {
	color: #222;
	text-align: center;
}

.form__success-title {
	font-size: 30px;
	padding: 10px;
	font-weight: 700;
}

.form__success-title-desc {
	font-size: 17px;
	font-weight: 400;
}

@media (min-width: 576px) {
	.form__success-title-desc {
		font-size: 18px;
	}
}

@media (min-width: 576px) {
	.form__success-title {
		font-size: 36px;
	}
}

.form__success-body {
	text-align: left;
	padding: 10px;
	font-size: 17px;
}

@media (min-width: 576px) {
	.form__success-body {
		font-size: 18px;
	}
}

.form .jqselect.inputselect {
	width: 100%;
}

@media (min-width: 576px) {
	.form {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 768px) {
	.form {
		max-width: 540px;
	}
}

@media (min-width: 992px) {
	.form {
		max-width: 940px;
	}
}

.form form {
	justify-content: center;
}

.page-title {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.page-title {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.page-section._contacts-center {
		padding: 30px 0;
	}
}

@media (min-width: 992px) {
	.page-section._gray {
		padding: 30px 0;
	}
}

.page-section._map .page-section__address {
	margin: 0;
	width: max-content;
	align-self: center;
}

.page-section._map .page-section__address:before {
	left: 12%;
}

.page-section._map .page-section__phone {
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.page-section._map .popup {
	font-family: "Roboto", sans-serif;
	color: #222;
}

.page-section._map .popup__title {
	font-weight: 500;
	font-size: 19px;
	color: #fefefe;
}

.page-section__buttons-item {
	margin: 0 7px;
	font-size: 14px;
}

@media (max-width: 575.98px) {
	.page-section__buttons {
		float: left;
		margin: 0 -5px 0;
	}
	.page-section__buttons-item {
		float: left;
		padding: 0 9px;
		margin: 0 5px 5px 0;
		line-height: 28px;
	}
}

@media (min-width: 576px) {
	.page-section__buttons {
		margin-bottom: 30px;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	.page-section__buttons-item {
		margin-bottom: 14px;
	}
}

.page-section__card {
	margin-top: 10px;
}

.page-section__table {
	background-color: #fff;
}

.page-section__table tr td {
	padding: 17px 30px;
	text-align: center;
}

.page-section__table tr .showroom-name {
	text-align: initial;
}

@media (max-width: 767.98px) {
	.page-section__table tr .showroom-name {
		padding: 17px 17px;
	}
}

@media (min-width: 1200px) {
	.page-section__table tr .showroom-name {
		text-align: center;
	}
}

.page-section__table tr .showroom-name__title {
	font-size: 16px;
	display: inline;
}

.page-section__table tr .showroom-name__title._new-item {
	padding-left: 40px;
}

.page-section__table tr .showroom-name__title._new-item:before {
	padding: 0 4px;
	font-size: 14px;
	left: 0;
	top: 0;
	margin: initial;
}

.page-section__table tr .showroom-name__address {
	color: #666666;
	font-size: 14px;
	margin: 5px 0;
}

@media (min-width: 768px) {
	.page-section__table tr .showroom-name__address {
		display: none;
	}
}

.page-section__table tr .showroom-name__schedule {
	margin-bottom: 5px;
}

@media (min-width: 576px) {
	.page-section__table tr .showroom-name__schedule {
		display: none;
	}
}

@media (min-width: 576px) {
	.page-section__table tr .showroom-name__button {
		display: none;
	}
}

.page-section__table tr .showroom-address__city {
	color: #666666;
	font-size: 14px;
}

@media (max-width: 767.98px) {
	.page-section__table tr .showroom-address {
		display: none;
	}
}

.page-section__table tr .showroom-schedule {
	display: none;
}

.page-section__table tr .showroom-schedule__day {
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.3;
	text-transform: lowercase;
	color: #fff;
	border-radius: 3px;
	background-color: #3169b6;
}

@media (max-width: 575px) {
	.page-section__table tr .showroom-schedule__day {
		background-color: inherit;
		color: inherit;
		padding: 0 5px 0 0;
	}
}

.page-section__table tr .showroom-schedule__day--daily {
	margin-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 23px;
}

@media (max-width: 575px) {
	.page-section__table tr .showroom-schedule__day--daily {
		background-color: inherit;
		color: inherit;
		padding: 0 5px 0 0;
		float: left;
		font-size: 16px;
		line-height: initial;
	}
}

.page-section__table tr .showroom-schedule__split {
	display: block;
	height: 2px;
	width: 6px;
	margin: 0 2px;
	background-color: #3169b6;
}

@media (max-width: 575px) {
	.page-section__table tr .showroom-schedule__split {
		display: block;
		height: 1px;
		width: 6px;
		margin: 0 0px 0 -4px;
		color: #222;
	}
}

.page-section__table tr .showroom-schedule__hours {
	font-size: 14px;
	white-space: nowrap;
	line-height: 1.3;
}

.page-section__table tr .showroom-schedule__hours--daily {
	font-size: 16px;
	line-height: initial;
}

@media (min-width: 576px) {
	.page-section__table tr .showroom-schedule {
		display: table-cell;
	}
}

.page-section__table tr .showroom-scheme {
	display: none;
}

.page-section__table tr .showroom-scheme__button {
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	border-radius: 4px;
	color: #fff;
	background-color: #3169b6;
	border: 0;
}

.page-section__table tr .showroom-scheme__button:hover {
	color: #fff;
	background-color: #467ad1;
}

.page-section__table tr .showroom-scheme__button:active, .page-section__table tr .showroom-scheme__button:focus {
	color: #fff;
}

@media (min-width: 576px) {
	.page-section__table tr .showroom-scheme {
		display: table-cell;
		padding: 17px 10px;
		width: 150px;
	}
}

@media (min-width: 768px) {
	.page-section__table tr .showroom-scheme {
		width: initial;
	}
}

.page-section__table tr:hover {
	background-color: #f0f4f7;
}

.page-section__table tr th {
	min-height: 48px;
	font-size: 17px;
	font-weight: 500;
}

.page-section__title {
	margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.page-section__text {
		padding: 0 160px !important;
	}
}

@media (max-width: 991.98px) {
	.page-section__text {
		margin-bottom: 15px;
	}
}

.page-section__img {
	cursor: pointer;
}

.page-section__img, .page-section__video, .page-section__showroom-carousel {
	position: relative;
}

@media (min-width: 576px) {
	.page-section__img, .page-section__video, .page-section__showroom-carousel {
		max-width: 480px;
	}
}

@media (min-width: 992px) {
	.page-section__img, .page-section__video, .page-section__showroom-carousel {
		max-width: 450px;
	}
}

@media (min-width: 1500px) {
	.page-section__img, .page-section__video, .page-section__showroom-carousel {
		max-width: 575px;
	}
}

.page-section__phone {
	margin-bottom: 5px;
}

.page-section__showroom-carousel {
	margin-left: auto;
	margin-right: auto;
}

.page-section__showroom-carousel.owl-carousel .owl-dots {
	margin-top: 5px;
}

.page-section__showroom-carousel.owl-carousel .owl-nav .owl-prev, .page-section__showroom-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 0;
	font-size: 14px;
	background-color: #3169b6;
	border-radius: 50%;
	color: #fff;
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin: 0;
	justify-content: center;
	align-items: center;
}

.page-section__showroom-carousel.owl-carousel .owl-nav .owl-prev:hover, .page-section__showroom-carousel.owl-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background-color: #467ad1;
}

.page-section__showroom-carousel.owl-carousel .owl-nav .owl-prev {
	left: -48px;
}

@media (max-width: 767.98px) {
	.page-section__showroom-carousel.owl-carousel .owl-nav .owl-prev {
		left: -8px;
	}
}

.page-section__showroom-carousel.owl-carousel .owl-nav .owl-prev:before {
	margin-right: 2px;
}

.page-section__showroom-carousel.owl-carousel .owl-nav .owl-next {
	right: -48px;
}

@media (max-width: 767.98px) {
	.page-section__showroom-carousel.owl-carousel .owl-nav .owl-next {
		right: -8px;
	}
}

.page-section__showroom-carousel.owl-carousel .owl-nav .owl-next:before {
	margin-left: 2px;
}

.page-section .slider-advantage {
	margin-top: 30px;
	margin-bottom: 30px;
	/*button {
        &.owl-next,
        &.owl-prev {
          color: $blue-brand;
          &:before {
            font-size: 18px;
          }
        }
      }*/
}

@media (min-width: 768px) {
	.page-section .slider-advantage {
		margin-top: 40px;
		margin-bottom: 50px;
	}
}

.page-section .slider-advantage__item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-section .slider-advantage__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 265px;
	height: 265px;
	background-color: #f0f4f7;
	margin: 0 auto;
}

.page-section .slider-advantage__wrapper:hover a .slider-advantage__title {
	background-color: #467ad1;
}

@media (min-width: 576px) {
	.page-section .slider-advantage__wrapper {
		width: 370px;
		height: 370px;
	}
}

@media (min-width: 992px) {
	.page-section .slider-advantage__wrapper {
		width: 310px;
		height: 310px;
	}
}

@media (min-width: 1200px) {
	.page-section .slider-advantage__wrapper {
		width: 370px;
		height: 370px;
	}
}

@media (min-width: 1500px) {
	.page-section .slider-advantage__wrapper {
		width: 430px;
		height: 430px;
	}
}

.page-section .slider-advantage__title {
	margin-top: -70px;
	margin-bottom: 3px;
	padding: 3px 14px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	border-radius: 18px;
	background-color: #3169b6;
	z-index: 1;
}

@media (min-width: 768px) {
	.page-section .slider-advantage__title {
		margin-top: -100px;
		margin-bottom: 10px;
		padding: 7px 20px;
		font-size: 20px;
	}
}

.page-section .slider-advantage__subtitle {
	text-align: center;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
}

@media (min-width: 768px) {
	.page-section .slider-advantage__subtitle {
		font-size: 15px;
	}
}

.page-section .slider-advantage .owl-dots {
	margin-top: 10px;
}

.page-section .slider-advantage .owl-dots .owl-dot.active span {
	background-color: #3169b6;
}

.page-section .slider-advantage .owl-nav button.owl-next, .page-section .slider-advantage .owl-nav button.owl-prev {
	margin: 0;
	color: #3169b6;
}

.page-section .slider-advantage .owl-nav button.owl-next:before, .page-section .slider-advantage .owl-nav button.owl-prev:before {
	font-size: 17px;
}

.page-section .slider-advantage .owl-nav button.owl-next:hover, .page-section .slider-advantage .owl-nav button.owl-prev:hover {
	color: #467ad1;
}

@media (min-width: 576px) {
	.page-section .slider-advantage .owl-nav button.owl-prev {
		margin-left: 50px;
	}
}

@media (min-width: 768px) {
	.page-section .slider-advantage .owl-nav button.owl-prev {
		margin-left: 140px;
	}
}

@media (min-width: 576px) {
	.page-section .slider-advantage .owl-nav button.owl-next {
		margin-right: 55px;
	}
}

@media (min-width: 768px) {
	.page-section .slider-advantage .owl-nav button.owl-next {
		margin-right: 145px;
	}
}

.page-section .btn-more {
	display: inline-block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: normal;
	font-weight: 400;
	border-radius: 4px;
	color: #fff;
	background-color: #3169b6;
	border: 0;
}

.page-section .btn-more:hover {
	cursor: pointer;
	background-color: #467ad1;
	color: #fff;
}

.page-section .btn-more:visited, .page-section .btn-more:focus, .page-section .btn-more:active {
	color: #fff;
}

.page-section .popup__btn {
	display: none;
}

.page-section #map .popup__schedule .schedule-item {
	margin-bottom: 0px;
}

.page-section #map .popup__schedule .schedule-item__day {
	line-height: normal;
}

.page-section #map .popup__btn {
	display: block;
	padding: 5px 10px;
	margin-top: 16px;
	margin-left: 4px;
}

@media (min-width: 992px) {
	.page-section {
		margin: 30px 0;
	}
}

.page-section__schedule-item {
	margin-bottom: 6px;
	line-height: 1;
}

.page-section__email a {
	color: #222;
}

.page-section__email a:hover, .page-section__email a:active {
	color: #467ad1;
}

._new-item {
	position: relative;
	display: inline-block;
}

._new-item:before {
	content: 'new';
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 0 4px 1px;
	background: red;
	border-radius: 3px;
	position: absolute;
	left: -50px;
	top: 10px;
	font-weight: 500;
}

@media (max-width: 767.98px) {
	._new-item:before {
		left: 50%;
		top: -22px;
		margin-left: -18px;
	}
}

@media (max-width: 575.98px) {
	._new-item {
		margin-top: 10px;
	}
}

.form .privacy input.privacy__checkbox:checked + label.form__checkbox-label {
	border: none;
}

.form._showroom-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 40px 15px;
	background-color: #fff;
	overflow: auto;
	right: 0;
}

@media (min-width: 768px) {
	.form._showroom-modal {
		width: 520px;
		margin: 0;
	}
}

.form._showroom-modal::-webkit-scrollbar {
	width: 3px;
}

.form._showroom-modal::-webkit-scrollbar-track {
	height: 200px;
}

.form._showroom-modal::-webkit-scrollbar-thumb {
	background-color: #a8abad;
}

.form._showroom-modal .showroom-modal {
	text-align: center;
}

.form._showroom-modal .showroom-modal__title {
	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

@media (min-width: 576px) {
	.form._showroom-modal .showroom-modal__title {
		font-size: 28px;
	}
}

.form._showroom-modal .showroom-modal__slider {
	position: relative;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 295px;
}

@media (min-width: 576px) {
	.form._showroom-modal .showroom-modal__slider {
		max-width: 440px;
	}
}

.form._showroom-modal .showroom-modal__slider .owl-stage-outer {
	margin-bottom: 10px;
}

.form._showroom-modal .showroom-modal__slider .owl-nav button.owl-prev {
	margin-left: -25px;
	color: #3169b6;
}

@media (min-width: 768px) {
	.form._showroom-modal .showroom-modal__slider .owl-nav button.owl-prev {
		margin-left: -30px;
	}
}

.form._showroom-modal .showroom-modal__slider .owl-nav button.owl-next {
	margin-right: -25px;
	color: #3169b6;
}

@media (min-width: 768px) {
	.form._showroom-modal .showroom-modal__slider .owl-nav button.owl-next {
		margin-right: -30px;
	}
}

.form._showroom-modal .showroom-modal__slider .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 3px;
}

.form._showroom-modal .showroom-modal__schedule {
	margin-bottom: 30px;
}

.form._showroom-modal .showroom-modal__day {
	display: inline-block;
	padding: 0 10px 2px 10px;
	font-size: 16px;
	line-height: normal;
	text-transform: lowercase;
	color: #fff;
	border-radius: 3px;
	background-color: #3169b6;
}

.form._showroom-modal .showroom-modal__split {
	height: 2px;
	width: 6px;
	margin: 0 2px;
	background-color: #3169b6;
}

.form._showroom-modal .showroom-modal__hour {
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
}

.form._showroom-modal .showroom-modal__days {
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.3;
	text-transform: lowercase;
	color: #fff;
	border-radius: 3px;
	background-color: #3169b6;
}

.form._showroom-modal .showroom-modal__hours {
	margin-bottom: 7px;
	white-space: nowrap;
	line-height: normal;
	font-size: 20px;
	font-weight: 700;
}

.form._showroom-modal .showroom-modal__assortment {
	margin-left: auto;
	margin-right: auto;
	max-width: 295px;
	margin-bottom: 30px;
}

@media (min-width: 576px) {
	.form._showroom-modal .showroom-modal__assortment {
		max-width: 440px;
	}
}

.form._showroom-modal .showroom-modal__scheme {
	margin-left: auto;
	margin-right: auto;
	max-width: 295px;
}

@media (min-width: 576px) {
	.form._showroom-modal .showroom-modal__scheme {
		max-width: 440px;
	}
}

.form._showroom-modal .showroom-modal .scheme__address {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
}

.form._showroom-modal .showroom-modal .scheme__address .icon-map-marker {
	position: relative;
	font-size: 20px;
	color: #3169b6;
}

.form._showroom-modal .showroom-modal .scheme__address .icon-map-marker:before {
	position: absolute;
	left: -25px;
}

.form._showroom-modal .showroom-modal .scheme__address .address {
	display: inline;
}

.form._showroom-modal .showroom-modal .scheme__route {
	margin-bottom: 25px;
	text-align: left;
}

.form._showroom-modal .showroom-modal .scheme__item:not(:last-child) {
	margin-bottom: 20px;
}

.form._showroom-modal .showroom-modal .scheme__metro {
	font-size: 15px;
}

@media (min-width: 576px) {
	.form._showroom-modal .showroom-modal .scheme__metro {
		font-size: 16px;
	}
}

.form._showroom-modal .showroom-modal .scheme__distance {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

.form._showroom-modal .showroom-modal .page-section__schedule {
	margin-bottom: 10px;
}

.form._showroom-modal .showroom-modal .page-section__schedule-item__days-list {
	margin-right: 10px;
}

.form._showroom-modal .showroom-modal .page-section__img {
	margin-bottom: 10px;
}

.form._showroom-modal .showroom-modal .page-section__img, .form._showroom-modal .showroom-modal .page-section__video, .form._showroom-modal .showroom-modal .page-section__showroom-carousel {
	width: 100%;
	max-width: 295px;
	position: relative;
}

@media (min-width: 576px) {
	.form._showroom-modal .showroom-modal .page-section__img, .form._showroom-modal .showroom-modal .page-section__video, .form._showroom-modal .showroom-modal .page-section__showroom-carousel {
		max-width: 440px;
	}
}

@media (min-width: 992px) {
	.form._showroom-modal .showroom-modal .page-section__img, .form._showroom-modal .showroom-modal .page-section__video, .form._showroom-modal .showroom-modal .page-section__showroom-carousel {
		max-width: 440px;
	}
}

@media (min-width: 1500px) {
	.form._showroom-modal .showroom-modal .page-section__img, .form._showroom-modal .showroom-modal .page-section__video, .form._showroom-modal .showroom-modal .page-section__showroom-carousel {
		max-width: 440px;
	}
}

.form._showroom-modal .showroom-modal .popup__content-item-link {
	line-height: normal;
}

.assortment {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}

@media (min-width: 576px) {
	.assortment {
		grid-template-columns: repeat(3, 1fr);
	}
}

.assortment__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 70px;
	border-radius: 4px;
	border: 1px solid #d6dce1;
	background-color: #f0f4f7;
	padding: 12px;
}

.assortment__item:last-child:nth-child(odd) {
	display: none;
}

@media (min-width: 576px) {
	.assortment__item:last-child:nth-child(odd) {
		display: initial;
	}
}

.assortment__name {
	font-size: 15px;
	margin-bottom: 2px;
}

.assortment__desc {
	font-size: 14px;
	color: #666666;
}

.mfp-wrap {
	top: 0 !important;
	left: 0 !important;
	position: fixed !important;
	height: 100% !important;
}

.mfp-container {
	padding: 0;
}

.mfp-container .mfp-content {
	height: 100%;
}

.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	transition: .33s;
	transform: translateX(100%);
}

@media (min-width: 768px) {
	.mfp-move-horizontal .mfp-with-anim {
		transform: translateX(520px);
	}
}

.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: .33s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	transition: .33s;
	opacity: 0;
	transform: translateX(100%);
}

@media (min-width: 768px) {
	.mfp-move-horizontal.mfp-removing .mfp-with-anim {
		transform: translateX(520px);
	}
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}

@media (max-width: 575.98px) {
	.form-feedback {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.form-feedback .form__title {
		font-size: 26px;
	}
	.form-feedback .form__title-desc {
		text-align: left;
	}
	.form-feedback .col-lg-6 {
		padding-left: 0;
		padding-right: 0;
	}
	.form-feedback .form__agreement-label {
		text-align: left;
		padding-left: 16px;
	}
	.form-feedback .form__agreement-label input:before {
		left: -10px;
	}
	.form-feedback .form__agreement-label input:checked:after {
		left: -12px !important;
	}
}

/* End */
/* /contacts/style.css?177195196131501 */
