@charset "UTF-8";
:root {
	--mainColor: #f50057;
	--btn-border-radius: 6px;
	--label-br: 4px;
}
/* ==========================================================================
   NORMALIZE
   ===========================================================================*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	background: #000;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
	transition: 0.3s;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* ==========================================================================
   GP STUDIO
   ========================================================================== */

/**
 *  1. Fonts
 *  2. Colors
 *  3. Buttons
 *  4. Forms
 *  5. Global
 *  6.Z-index
 *  7.TABLE
 */

/* 1. Fonts
   ========================================================================== */

/* 2. Colors
   ========================================================================== */

/* 3. Buttons
   ========================================================================== */

/* 4. Forms
   ========================================================================== */

/* 5. Z-index
   ========================================================================== */

/* 6. Media Points
   ========================================================================== */

/* 7. Table
   ========================================================================== */

/* ==========================================================================
   GRID
   ===========================================================================*/

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

/* end grid */

/* ==========================================================================
   GLOBAL STYLES
   ===========================================================================*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	height: 100%;
}

body {
	position: relative;
	display: block;
	min-height: 100%;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	background: #fff;
	color: #000;
	overflow-x: hidden;
}

.wrapper {
	min-height: calc(100vh - 156px);
	padding-top: 5px;
	padding-bottom: 20px;
}

p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 25px;
	font-weight: 400;
}

.italic {
	font-style: italic;
}

a {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	font-weight: 300;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.page_title h1 {
	margin: 5px 0;
}

h1 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: var(--mainColor);
	font-weight: 300;
}

h2 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 25px;
	color: var(--mainColor);
	font-weight: 300;
}

h3 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: var(--mainColor);
	line-height: 20px;
	font-weight: 300;
}

h4 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

h5 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
}

nav ul,
ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
}

nav ul li,
ul li {
	list-style: none;
}

.clearfix {
	clear: both;
}

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

img.responsive-img,
video.responsive-video {
	max-width: 100%;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
}

/*----------------------------------------
  BUTTONS _ BTN
----------------------------------------*/

/* стили кнопки */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}

.btn {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	width: 151px;
	height: 26px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #fff;
	text-transform: lowercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background: transparent;
	-webkit-border-radius: var(--btn-border-radius);
	border-radius: var(--btn-border-radius);
	border: 1px solid #fff;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn > a {
	color: inherit;
}

.btn:active {
	top: 1px;
	outline: none;
}

.btn-form {
	width: 160px;
	height: 40px;
	line-height: 40px;
}

.btn-registration {
	width: 190px;
	height: 40px;
	line-height: 40px;
}

/* Отключение кнопки */

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	color: #fff;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

button:focus {
	outline: none;
}

/*----------------------------------------
  FORM
----------------------------------------*/

.form {
	position: relative;
	width: 100%;
	min-height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form__group {
	position: relative;
	margin-bottom: 18px;
}

.form__group a {
	font-size: 16px;
	font-weight: 400;
	line-height: 14px;
}

.form__group a:hover {
}

.form__group_input {
	min-width: 302px;
	height: 52px;
	padding: 0 10px;
	color: #4a4a4a;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 14px;
	background-color: #fff;
	border: 1px solid rgba(217, 217, 217, 0.5);
	-webkit-border-radius: var(--btn-border-radius);
	border-radius: var(--btn-border-radius);
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7);
}

.form__group_input:focus {
	outline: none;
	border: 1px solid rgba(217, 217, 217, 0.5);
}

.form__group_textarea {
	min-width: 362px;
	max-width: 362px;
	height: 112px;
	max-height: 112px;
}

.form__group_label {
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
}

/* end global*/

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.icon-advanced {
	font-size: 1.9rem;
	width: 0.99158em;
}

.icon-angel-down {
	font-size: 1.15rem;
	width: 1.77391em;
}

.icon-angel-left-white {
	font-size: 5rem;
	width: 0.58em;
}

.icon-angel-right {
	font-size: 5rem;
	width: 0.58em;
}

.icon-angel-right-white {
	font-size: 5rem;
	width: 0.58em;
}

.icon-arrow-left {
	font-size: 1.6rem;
	width: 0.625em;
}

.icon-arrow-right {
	font-size: 1.6rem;
	width: 0.625em;
}

.icon-boobs {
	font-size: 2rem;
	width: 1.4em;
}

.icon-candy {
	font-size: 2.3rem;
	width: 1em;
}

.icon-car {
	font-size: 2rem;
	width: 1.25em;
}

.icon-carrot {
	font-size: 2.5rem;
	width: 1em;
}

.icon-check {
	font-size: 1.5rem;
	width: 1.06667em;
}

.icon-check-blue {
	font-size: 1.2rem;
	width: 1.29167em;
}

.icon-checkbox-black {
	font-size: 1.4rem;
	width: 1em;
}

.icon-close {
	font-size: 5rem;
	width: 1em;
}

.icon-close-sm {
	font-size: 1.6rem;
	width: 1em;
}

.icon-compass {
	font-size: 2rem;
	width: 0.85em;
}

.icon-hair {
	font-size: 2.6rem;
	width: 0.88462em;
}

.icon-heart {
	font-size: 1.9rem;
	width: 1.05263em;
}

.icon-home {
	font-size: 2.1rem;
	width: 1.09524em;
}

.icon-local {
	font-size: 2rem;
	width: 0.8em;
}

.icon-lock {
	font-size: 2rem;
	width: 1em;
}

.icon-map {
	font-size: 1.7rem;
	width: 0.76471em;
}

.icon-matreshka {
	font-size: 2.6rem;
	width: 0.73077em;
}

.icon-price {
	font-size: 2.2rem;
	width: 0.90909em;
}

.icon-search {
	font-size: 1.6rem;
	width: 0.9375em;
}

.icon-watch {
	font-size: 2rem;
	width: 0.7em;
}

.icon-weigher {
	font-size: 2.4rem;
	width: 0.875em;
}

/* ==========================================================================
   STYLE ICONS
   ========================================================================== */

.icon-watch {
	width: 15px;
	height: 25px;
}

.icon-home {
	width: 16px;
	height: 15px;
}

.icon-car {
	width: 15px;
	height: 12px;
}

.icon-heart {
	width: 22px;
	height: 20px;
}

.icon-carrot {
	width: 25px;
	height: 25px;
}

.icon-weigher {
	width: 21px;
	height: 24px;
}

.icon-boobs {
	width: 28px;
	height: 19px;
}

.icon-hair {
	width: 23px;
	height: 26px;
}

.icon-matreshka {
	width: 19px;
	height: 26px;
}

/* end icons */

/*----------------------------------------
  CHECKBOX
----------------------------------------*/

.checkbox_input {
	opacity: 0;
	width: 0;
}

.checkbox_label {
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	line-height: 25px;
	color: #bdbdbd;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
}

.checkbox_label:hover {
	cursor: pointer;
	color: var(--mainColor);
}

.checkbox_label:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 14px;
	background: #909090;
}

.checkbox_label_black {
	color: #fff;
}

.checkbox_input:checked + label {
	color: var(--mainColor);
}

.checkbox_input:checked + label:before {
	width: 16px;
	height: 14px;
	background: url('data:image/svg+xml,%3Csvg%20id%3D%22SvgjsSvg1000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-315.3%20378.2%2016%2014.4%22%3E%3Cstyle%3E.st0%7Bfill%3A%23909090%7D%3C%2Fstyle%3E%3Ctitle%3EShape%2050%3C%2Ftitle%3E%3Cpath%20id%3D%22SvgjsPath1007%22%20class%3D%22st0%22%20d%3D%22M-308%20391.6l-6.3-6.3%203.7-3.7%202.4%202.4%203.9-4.3h-9.4c-.9%200-1.6.7-1.6%201.6v9.7c0%20.9.7%201.6%201.6%201.6h11.2c.9%200%201.6-.7%201.6-1.6v-7.3l-7.1%207.9zm-.1-2.4l-4-4%201.4-1.4%202.5%202.5%207.3-8.1%201.5%201.4-8.7%209.6z%22%2F%3E%3C%2Fsvg%3E')
		no-repeat;
	background-size: 100%;
}

.checkbox_input_blue + label {
	padding-left: 28px;
	color: #4a4a4a;
	font-size: 18px;
	line-height: 38px;
	font-weight: 300;
	text-decoration: none;
}

.checkbox_input_blue + label:before {
	top: 3px;
	width: 17px;
	height: 17px;
	-webkit-border-radius: var(--btn-border-radius);
	border-radius: var(--btn-border-radius);
	border: 1px solid #979797;
	-webkit-box-shadow: 0 0 4px 0 #979797 inset;
	box-shadow: 0 0 4px 0 #979797 inset;
	background-color: #fff;
}

.checkbox_input_blue:checked + label:before {
	background: url('data:image/svg+xml,%3Csvg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2015.5%2012%22%3E%3Cstyle%3E.st0%7Bclip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%234a90e2%7D%3C%2Fstyle%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M5.5%2012l-5-5%202-2%203%203%208-8%202%202z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22SVGID_2_%22%3E%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-4.5-5h25v22h-25z%22%2F%3E%3C%2Fsvg%3E')
		no-repeat;
	background-size: 100%;
	-webkit-border-radius: var(--btn-border-radius);
	border-radius: var(--btn-border-radius);
	border: 1px solid #979797;
	-webkit-box-shadow: 0 0 4px 0 #979797 inset;
	box-shadow: 0 0 4px 0 #979797 inset;
	background-color: #fff;
}

.form__group__checkbox .checkbox_input + label {
	font-size: 13px;
	font-weight: 400;
	line-height: 34px;
}

.form__group__checkbox .checkbox_input + label:before {
	top: -2px;
	left: -3px;
	width: 17px;
	height: 16px;
	-webkit-box-shadow: 0 0 2px 0 #979797 inset;
	box-shadow: 0 0 2px 0 #979797 inset;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.header {
	background: #000;
	color: #dedfe0;
	padding: 12px 0;
}

.header.no-menu {
	margin-bottom: 47px;
}

.header__logo {
	display: flex;
	align-items: center;
}

.header__logo_link {
	width: 44px;

}

.header__logo_link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.text-logo {
	display: inline-block;
	vertical-align: top;
	font-family: 'Rex Bold', Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 16px;
	padding-left: 3px;
	color: #fff;
}

.text-logo .c-pick {
	color: var(--mainColor);
}

.text-logo .c-gray {
	color: #757575;
}

.header__local {
	display: flex;
	gap: 1.5rem;
	width: 25%;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	line-height: 15px;
	float: left;
}

.header__local a img {
	width: 20px;
	height: 20px;
}

.header__local a {
	display: flex;
	width: max-content;
	gap: 0.5rem;
	line-height: 20px;
}

.header__local_link {
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	color: #2196f3;
	border-bottom: 1px dashed #2196f3;
}

.header__local_link:hover {
	color: #2196f3;
	border-bottom: 0;
}

.header-location strong:hover {
	cursor: pointer;
}

/* end header*/

/* ==========================================================================
   MENU
   ========================================================================== */

.header__menu {
	position: relative;
	z-index: 888;
	background-color: #212121;
	background: url(../images/menu-bg.png) no-repeat;
	background-size: cover;
}

.header__single.no-menu {
	margin-bottom: 0;
}

.parent.clicked > a {
	position: relative;
}

.parent.clicked > a:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 56;
	bottom: -25px;
	left: 33px;
	border: 13px solid transparent;
	border-bottom-color: #212121;
}

.submenu.open {
	display: block;
}

.submenu {
	display: none;
	position: absolute;
	z-index: 55;
	left: 0;
	right: 0;
	bottom: auto;
	width: 101%;
	padding: 0.5rem;
	min-height: 120px;
	background-color: #212121;
}

.relative {
	position: relative;
}

.submenu__small {
	width: 190px;
	min-height: 120px;
	left: -35%;
}

.submenu__item a {
	color: #fff;
	line-height: 25px;
	font-size: 12px;
	font-weight: 400;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.submenu__item_service .submenu__item__list {
	width: calc(100% * (1 / 5) - 1rem);
}

.submenu__item_price .submenu__item__list {
	width: 100%;
}

.submenu__item__list {
	width: calc(100% * (1 / 5) - 1rem);
	padding: 0.5rem 1rem;
	background: #333;
	margin: 0.5rem 0.5rem;
	align-self: stretch;
}

.submenu__item__list p {
	font-weight: 600;
	color: var(--mainColor);
}

.submenu__item_title {
	color: #878787;
	font-weight: 900;
}

.submenu__item_title:not(:first-child) {
	margin-top: 10px;
}

.menu-button {
	display: inline-block;
	padding: 0.5em;
	background: transparent;
	border: 0;
}

.burger-icon {
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.burger-icon,
.burger-icon::before,
.burger-icon::after {
	display: block;
	width: 25px;
	height: 3px;
	background-color: var(--mainColor);
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.burger-icon::before,
.burger-icon::after {
	position: absolute;
	content: '';
}

.burger-icon::before {
	top: -8px;
}

.burger-icon::after {
	top: 8px;
}

.menu-button.is-active .burger-icon {
	background-color: transparent;
}

.menu-button.is-active .burger-icon::before {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

.menu-button.is-active .burger-icon::after {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

/* end MENU */

/* ==========================================================================
   FILTER PANEL
   ========================================================================== */

.filter {
	padding-top: 10px;
	padding-bottom: 14px;
}

.filter-sorting {
	display: block;
	float: left;
}

.filter-view {
	display: block;
	float: right;
}

.filter-title {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-right: 17px;
}

.filter-list {
	display: inline-block;
}

.filter-list-item {
	display: inline-block;
	margin-right: 15px;
}

.filter-list-item > a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	border-bottom: 1px dashed #fff;
}

.filter-list-item > a:hover {
	border-bottom: 0;
}

.filter-list-item.active > a {
	color: rgba(189, 189, 189, 0.5);
	border-bottom: 0;
	cursor: default;
}

/* end filter panel*/

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */

.breadcrumbs {
	padding-top: 5px;
}

.breadcrumbs__list_item {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}

.breadcrumbs__list_item:last-child {
	opacity: 0.5;
}

.breadcrumbs__list_item a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}

.breadcrumbs__list_item:not(:last-child):after {
	content: '›';
	display: inline-block;
	margin: 0 5px;
}

.breadcrumbs__admin {
	padding-bottom: 0;
}

.breadcrumbs__admin__list_item > a,
.breadcrumbs__admin__list_item a:hover {
}

.breadcrumbs__list_light .breadcrumbs__list_item {
	color: #4a4a4a;
}

.breadcrumbs__list_light .breadcrumbs__list_item a {
	color: #4a4a4a;
}

/* end breadcrumbs */

/* ==========================================================================
   PAGINNATION
   ========================================================================== */

.page-numbers {
	font-size: 19px;
	font-weight: 300;
	line-height: 18px;
	display: block;
	padding: 0.5rem;
	background: rgba(0, 0, 0, 0.75);
	border-radius: var(--btn-border-radius);
}

.page-numbers:hover svg {
	color: var(--mainColor);
}

.page-numbers svg {
	font-size: 14px;
	color: silver;
}

/* ==========================================================================
   CATALOG
   ========================================================================== */

/* GRID ITEMS */

.card-grid {
	display: flex;
	flex-flow: wrap row;
	gap: 1rem;
	margin: 0 0 16px;
}

.catalog-item {
	position: relative;
	display: inline-block;
	height: auto;
	width: calc(25% - 0.75rem);
	vertical-align: top;
	overflow: hidden;
	border-radius: var(--btn-border-radius);
}

.catalog-body {
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 6px solid #000;
}

.catalog-body:hover {
	border-bottom-color: var(--mainColor);
}

.catalog-image {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.catalog-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 2/2.5;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.catalog-image .photo-check {
	display: none;
}

.item-option {
	position: absolute;
	bottom: 104px;
	left: 5px;
	display: inline-block;
	width: 50px;
	height: 15px;
	-webkit-border-radius: var(--label-br);
	border-radius: var(--label-br);
	background-color: #64b5f6;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	color: #fff;
	text-align: center;
}

.catalog-image__link {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.local-label {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	background-color: rgb(0 0 0 / 90%);
	color: #fff;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 0.7rem;
	font-weight: 400;
	text-align: left;
	padding: 5px;
	width: 100%;
	height: 28px;
}

.local-label span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	margin: 0 auto;
}

.local-label span:last-child {
	text-align: right;
}

.actions {
	position: absolute;
	top: 28px;
	right: 0;
	display: flex;
	align-items: end;
	justify-content: end;
	flex-direction: row;
	background: rgba(0, 0, 0, 0.75);
	border-bottom-left-radius: 8px;
}

.icon {
	min-width: 1rem;
	min-height: 1rem;
}

.icon-like {
	background: url(../images/like.svg) no-repeat;
	background-size: contain;
}

.icon-like-fill {
	background: url(../images/like-fill.svg) no-repeat;
	background-size: contain;
}

.icon-favs {
	background: url(../images/favs.svg) no-repeat;
	background-size: contain;
}

.icon-favs-fill {
	background: url(../images/favs-fill.svg) no-repeat;
	background-size: contain;
}

.like__main,
.favs__main {
	padding: 0.5rem;
	display: flex;
}

.like__main .icon,
.favs__main .icon {
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
}

.catalog-panel {
	position: relative;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 80px;
	padding: 13px 20px;
	background-color: rgb(0 0 0 / 90%);
}

.label-name {
	font-size: 19px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	margin: 0;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.label-price {
	position: absolute;
	top: 36px;
	left: 12px;
	display: inline-block;
	width: 66px;
	height: 66px;
	background-color: var(--mainColor);
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
	padding-top: 10px;
}

/* LIST ITEMS */

.list-info {
	display: none;
	float: left;
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
}

.local-info {
	width: 50%;
	height: 87px;
	display: block;
	float: left;
	background-color: #212121;
	padding: 2px 0 0 19px;
}

.local-info .btn {
	width: 140px;
	height: 24px;
	font-size: 12px;
}

.local-info__link {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 7px;
}

.hours-info {
	display: block;
	float: right;
	width: 50%;
	height: 87px;
	background-color: rgba(66, 66, 66, 0.5);
	overflow: hidden;
}

.hours-list {
	padding: 5px 0 0 18px;
}

.hours-list-item {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 26px;
}

.hours-list-item .icon {
	position: absolute;
	top: 0;
	left: 0;
	color: #878787;
}

.hours-list-item .icon-home {
	top: 6px;
}

.hours-list-item .icon-car {
	top: 6px;
}

.hours-list-item span {
	color: rgba(255, 255, 255, 0.4);
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}

.hours-list-item .hours-item {
	display: inline-block;
	color: #fff;
}

.hours-list-item .hours-item:not(:last-child) {
	margin-right: 15px;
}

.info-options {
	display: block;
	float: left;
	width: 100%;
	height: 72px;
	padding-top: 9px;
	padding-left: 26px;
	background-color: rgba(66, 66, 66, 0.2);
}

.info-options-item {
	position: relative;
	padding-top: 27px;
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
}

.info-options-item:not(:last-child) {
	border-right: 1px solid #424242;
}

.info-options-item .icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
}

.home-about {
	margin: 16px 0;
}

/* end catalog*/

/* ==========================================================================
   SINGLE INFORMATION
   ========================================================================== */

.info-block {
	width: 100%;
	-webkit-box-shadow: 0 2px 2px #000;
	box-shadow: 0 2px 2px #000;
	-webkit-border-radius: var(--btn-border-radius);
	border-radius: var(--btn-border-radius);
	overflow: hidden;
	background-color: #212121;
}

.about .info-block {
	max-width: 800px;
}

.info-main-text {
	color: #fff;
	padding: 0.5rem 1.25rem;
}

.info-main-text h2 {
	color: #fff;
	margin: 0;
	background: #000;
}

.info-main-text p {
	padding: 0;
}

.info-main-text ul,
.info-main-text ol {
	padding: 0.5rem 1.25rem;
}

.info-main-text li {
	list-style: square;
}

.info-main-text a {
	color: var(--mainColor);
	text-decoration: none;
}

.info-main {
	margin-top: 1rem;
}

.info-header {
	width: 100%;
	height: 45px;
	background-color: #000;
	padding: 0.5rem 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.info-body {
	width: 100%;
}

.info-main-uid {
	color: #aaa;
}

.info-main-contacts {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
	float: left;
	width: 40%;
	padding: 13px 19px;
	height: 100%;
	min-height: 145px;
	background-color: #212121;
}

.info-main-contacts .btn {
	min-height: 2rem;
	padding: 0.25rem 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.messenger {
	display: flex;
	background: #fff;
	width: 2rem;
	height: 2rem;
	padding: 0.25rem;
	border-radius: var(--label-br);
}

.btn-phone {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 10px;
}

.card-interaction {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.card-interaction__item {
	width: calc(100% / 3 - 2 * 8px / 3);
	flex-grow: 1;
}

@media (max-width: 1200px) {
	.card-interaction__item {
		width: calc(50% - 4px);
	}
}

@media (max-width: 768px) {
	.card-interaction__item {
		width: calc(100% / 3 - 2 * 8px / 3);
	}
}

@media (max-width: 400px) {
	.card-interaction__item {
		width: 100%;
	}
}

.card-interaction .like__main .icon,
.card-interaction .favs__main .icon {
	margin: 0 0.5rem 0 0;
}

.card-interaction span:hover {
	cursor: pointer;
}

.card-interaction {
	color: #fff;
}

.videobox {
	display: flex;
	background: #000;
}

.videobox video {
	width: 100%;
	height: 100%;
}

i.counter {
	font-style: normal;
}

#mainCarousel .carousel__viewport {
	border-radius: var(--btn-border-radius);
}
@media screen and (min-width: 460px) {
	#mainCarousel .carousel__track,
	#mainCarousel .carousel__slide,
	#mainCarousel .carousel__slide img {
		height: 520px;
	}
}

#mainCarousel .carousel__button:hover {
	color: var(--mainColor);
}

#mainCarousel .carousel__button {
	background: #2e2e2e;
	color: #fff;
	border-radius: var(--btn-border-radius);
	box-shadow: 0 2px 2px #000;
}

#mainCarousel .carousel__slide {
	width: 390px !important;
	border-radius: var(--btn-border-radius);
}

.about-text {
	max-height: 200px;
	overflow: hidden;
	overflow-y: auto;
	color: #fff;
}

.attention {
	padding: 1rem 1.25rem;
	display: flex;
	flex-flow: wrap row;
	border-radius: var(--btn-border-radius);
	margin-top: 1rem;
	justify-content: center;
	text-align: center;
}

.info-main-contacts .show-phone {
	line-height: 15px;
}

.label-local {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 19px;
	display: inline-block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.info-main-options {
	display: block;
	float: right;
	width: 60%;
}

.list-options {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-left: 48px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-options.list-options_apartments {
	width: 50%;
	float: left;
}

.list-options.list-options_drive {
	width: 50%;
	float: left;
	background-color: rgba(224, 224, 224, 0.03);
	padding-left: 58px;
}

.list-options__title {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
}

.icon_option {
	position: absolute;
	top: 27px;
	left: 14px;
	color: #fff;
}

.icon_option.icon-home {
	width: 23px;
	height: 21px;
}

.icon_option.icon-car {
	width: 24px;
	height: 19px;
}

.list-item {
	display: flex;
	flex-wrap: wrap;
	row-gap: 8px;
	width: 100%;
	line-height: 15px;
}

.list-item .hours-item-block {
	min-width: 60px;
	float: left;
	width: auto;
	display: flex;
	flex-direction: column;
}

.list-item .hours-item.top-item {
	padding: 6px 0;
}

.list-item .hours-item {
	display: inline-block;
	color: #979797;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
}

.list-item .hours-item:not(:last-child) {
	margin-right: 22px;
}

.list-item .price-item {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 15px;
}

.list-item .price-item:not(:last-child) {
	margin-right: 22px;
}

.list-options_body {
	background-color: #282828;
	padding-left: 5px;
}

.body-options {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.body-options-item {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 32px;
	padding: 25px 5px 0;
	margin-top: 12px;
	width: calc(100% / 6);
}

@media (max-width: 992px) {
	.body-options-item {
		width: calc(100% / 3);
	}
}

.body-options-item:not(:last-child) {
	border-right: 1px solid #424242;
}

.body-options-item .icon {
	display: inline-block;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
}

/* end information */

/* ==========================================================================
   GALLERY PHOTO
   ===========================================================================*/

.service {
	padding-top: 21px;
}

.slider {
}

.gallery {
	position: relative;
}

/* Frame */

.frame {
	height: 524px;
	line-height: 524px;
	overflow: hidden;
}

.frame__list {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

.frame__list_item {
	display: block;
	float: left;
	width: auto;
	height: 100%;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

.frame__list_item img {
	max-width: none;
	width: auto;
	height: 100%;
}

/* Scrollbar */

.section_title .subtitle {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.5rem;
}

/* ==========================================================================
   SECTION ABOUT
   ===========================================================================*/
.msg-error,
label.error {
	display: block;
	float: left;
	width: 100%;
}

.about p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.about-text {
	padding: 0.5rem 1.25rem;
}

/* end about section */

/* ==========================================================================
   TABS
   ===========================================================================*/
#admin-content .tab-content {
	margin-left: 0;
}

.tab-content {
	margin-left: -15px;
	padding-top: 15px;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .tab-pane.active {
	display: block;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.tabs {
	text-align: center;
}

.nav-tabs {
	position: relative;
	width: 100%;
	display: inline-block;
}

.nav-tabs:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #e0e0e0;
}

.nav-item {
	position: relative;
	top: 1px;
	z-index: 2;
	display: inline-block;
	width: 221px;
	height: 45px;
	-webkit-border-radius: var(--btn-border-radius) var(--btn-border-radius) 0 0;
	border-radius: var(--btn-border-radius) var(--btn-border-radius) 0 0;
	border: 2px solid #e0e0e0;
	border-bottom-color: transparent;
	background-color: #212121;
	text-align: center;
}

.nav-item:not(:last-child) {
	margin-right: 15px;
}

.nav-item.active {
	background: url(../images/background.jpg) repeat;
}

.nav-item > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	color: #fefefe;
}

.nav-item > a:hover {
	color: #fefefe;
}

/* end tabs*/

/*----------------------------------------
  FULL FILTER SINGLE PAGE
----------------------------------------*/

.info-block__title {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 100%;
}

.info-block.info-block_search {
	width: 60%;
	float: left;
	min-height: 480px;
	overflow: hidden;
}

.catalog__list {
	padding-bottom: 200px;
}

.catalog__list .section_title {
	padding: 1rem 0 0;
	width: 100%;
}

.catalog__list .section_title h2 {
	font-size: 25px;
}

.catalog__list .catalog__item {
	margin-bottom: 21px;
}

.list_item_link {
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	line-height: 25px;
	color: #757575;
	font-weight: 400;

	text-align: left;
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	line-height: 1;
}

.extra {
	color: #fff;
}

.list_item_link:hover {
	color: rgba(255, 255, 255, 0.5);
}

.list_item_link:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	background: url('data:image/svg+xml,%3Csvg%20id%3D%22SvgjsSvg1008%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-297%20389.8%2015.2%2015.2%22%3E%3Cstyle%3E.st0%7Bfill%3A%23909090%7D%3C%2Fstyle%3E%3Ctitle%3EShape%2051%3C%2Ftitle%3E%3Cpath%20id%3D%22SvgjsPath1010%22%20class%3D%22st0%22%20d%3D%22M-281.8%20392.1l-2.3-2.3-5.3%205.3-5.3-5.3-2.3%202.3%205.3%205.3-5.3%205.3%202.3%202.3%205.3-5.3%205.3%205.3%202.3-2.3-5.3-5.3%205.3-5.3z%22%2F%3E%3C%2Fsvg%3E')
		no-repeat;
	background-size: 100%;
}

.list_item_link.active {
	color: var(--mainColor);
}

.list_item_link:hover {
}

.list_item_link.active:before {
	width: 16px;
	height: 14px;
	background: url('data:image/svg+xml,%3Csvg%20id%3D%22SvgjsSvg1000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-315.3%20378.2%2016%2014.4%22%3E%3Cstyle%3E.st0%7Bfill%3A%23909090%7D%3C%2Fstyle%3E%3Ctitle%3EShape%2050%3C%2Ftitle%3E%3Cpath%20id%3D%22SvgjsPath1007%22%20class%3D%22st0%22%20d%3D%22M-308%20391.6l-6.3-6.3%203.7-3.7%202.4%202.4%203.9-4.3h-9.4c-.9%200-1.6.7-1.6%201.6v9.7c0%20.9.7%201.6%201.6%201.6h11.2c.9%200%201.6-.7%201.6-1.6v-7.3l-7.1%207.9zm-.1-2.4l-4-4%201.4-1.4%202.5%202.5%207.3-8.1%201.5%201.4-8.7%209.6z%22%2F%3E%3C%2Fsvg%3E')
		no-repeat;
	background-size: 100%;
}

/* end filter*/

.main-up {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	background: rgba(0, 0, 0, 0.75);
	border-radius: var(--btn-border-radius);
	border: none;
	width: 3rem;
	height: 3rem;
}

.alert-telegram {
	padding: 0.5rem 0;
	color: #000;
}

.alert-telegram a {
	color: var(--mainColor);
}

.notfound__item p {
	color: #000;
}

.notfound__item a {
	color: var(--mainColor);
}

.page-content p {
	color: #fff;
}

.page-content a {
	color: var(--mainColor);
}

.page-content a:hover {
}

/*----------------------------------------
  SEARCH FULL FILTER
----------------------------------------*/

.search__body {
	padding: 10px 0 0 27px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search__body .search__body__col__buttons {
	display: none;
}

.search__body.active .search__body__col__buttons {
	display: block;
}

.search__section .search__body:not(:last-child) {
	border-bottom: 1px solid;
	padding: 10px 0 0 0;
}

.search__body__col {
	display: block;
	float: left;
}

.search__body__col.col3 {
	width: 33.333%;
}

.search__body__col.col5 {
	width: 20%;
}

.search__body__col.col6 {
	width: 16.66667%;
}

.search__body__col.col7 {
	width: 14.28571%;
}

.search__body__col__buttons {
	display: block;
	float: right;
	text-align: right;
	padding-right: 81px;
	padding-top: 1px;
	margin-top: 20px;
}

.search__body__col_list {
	margin-bottom: 15px;
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.list_item_title {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	font-weight: 700;
}

.popup__info__item {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

.popup__info__item:not(:last-child) .popup__info__item_text:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	display: inline-block;
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.07);
}

.popup__info__item_icon {
	display: block;
	float: left;
	width: 30px;
}

.popup__info__item_text {
	position: relative;
	float: left;
}

@media screen and (min-width: 768px) {
	.container {
		width: 750px;
	}

	a:hover {
		color: var(--mainColor);
		text-decoration: none;
		outline: none;
	}

	.menu-button {
		display: none;
	}

	.header__menu.fixed {
		position: fixed;
		top: 0;
		bottom: auto;
		left: 0;
		right: 0;
		width: 100%;
	}

	.menu__item_login {
		display: none;
	}

	.catalog-item.list {
		width: 100%;
		height: auto;
	}

	.catalog-image.list {
		display: block;
		float: left;
		width: 150px;
	}

	.catalog-image.list .local-label {
		display: none;
	}

	.catalog-image.list .item-option {
		top: 8px;
		bottom: auto;
	}

	.catalog-image.list > a {
		display: block;
		max-height: 200px;
	}

	.catalog-image.list img {
		max-width: none;
		width: 100%;
		height: auto;
	}

	.catalog-image.list .photo-check {
		display: none;
	}

	.catalog-body.list {
		-webkit-box-shadow: 0 2px 2px #000;
		box-shadow: 0 2px 2px #000;
		-webkit-border-radius: var(--btn-border-radius);
		border-radius: var(--btn-border-radius);
		background-color: #212121;
		height: 201px;
	}

	.catalog-body.list .catalog-panel {
		width: -webkit-calc(100% - 150px);
		width: calc(100% - 150px);
		display: block;
		float: left;
		position: relative;
		background: #000;
		height: 41px;
		overflow: hidden;
	}

	.catalog-body.list .catalog-panel .label-name {
		font-size: 17px;
	}

	.catalog-body.list .catalog-panel .label-price {
		display: none;
	}

	.catalog-body.list .catalog-panel .btn {
		display: none;
	}

	.catalog-body.list .list-info {
		display: block;
	}

	.single .header__menu {
		display: none;
	}

	.mobile-gallery {
		display: none;
	}

	.gallery-photos {
		display: none;
	}
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media screen and (min-width: 992px) {
	.catalog-item.list {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1180px;
	}

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}
}

@media screen and (min-width: 1200px) {
	.btn:hover {
		color: #fff;
		opacity: 0.75;
	}

	.catalog-image.list .photo-check {
		display: inline-block;
		position: absolute;
		bottom: 0;
		right: -40px;
		display: inline-block;
		width: 100px;
		height: 50px;
		opacity: 0.5;
	}

	.catalog-body.list .catalog-panel .label-name {
		font-size: 22px;
	}
}

@media screen and (max-width: 1199px) {
	.btn:hover {
		color: #fff;
		background: transparent;
	}

	.btn:active {
		/* color: #000; */
		/* background: #fff; */
	}

	.checkbox_label {
		font-size: 13px;
	}

	/* .text-logo {
		font-size: 18px;
	} */

	.header__local {
		width: 35%;
		font-size: 11px;
		padding-left: 35px;
	}

	.filter-title {
		font-size: 13px;
		margin-right: 5px;
	}

	.filter-list-item {
		margin-right: 5px;
	}

	.filter-list-item > a {
		font-size: 12px;
	}

	.catalog-item {
		height: auto;
	}

	.label-name {
		font-size: 17px;
	}

	.label-price {
		font-size: 12px;
	}

	.local-info {
		padding: 7px 0 0 10px;
	}

	.local-info__link {
		line-height: 20px;
	}

	.hours-list {
		padding: 5px 0 0 8px;
	}

	.hours-list-item span {
		font-size: 12px;
	}

	.hours-list-item .hours-item:not(:last-child) {
		margin-right: 5px;
	}

	.info-options {
		padding-left: 5px;
	}

	.info-options-item {
		font-size: 12px;
		padding-top: 24px;
	}

	.info-main-contacts {
		width: 33%;
	}

	.info-main-options {
		width: 67%;
	}

	.list-options.list-options_apartments {
		width: 40%;
	}

	.list-options.list-options_drive {
		width: 60%;
	}

	.icon_option {
		top: 25px;
		left: 6px;
	}

	.info-block.info-block_search {
		width: 68%;
	}

	.list_item_link {
		font-size: 13px;
	}
}

@media screen and (max-width: 991px) {
	.btn {
		width: 130px;
		font-size: 12px;
	}

	.header-location {
		display: none;
	}

	.header.no-menu {
		margin-bottom: 38px;
	}

	.header__local {
		padding-left: 20px;
	}

	.submenu__item {
		line-height: 18px;
	}

	.submenu__item a {
		font-size: 10px;
		line-height: 16px;
	}

	.submenu__item_title {
		font-size: 11px;
	}

	.filter-view {
		float: left;
	}

	.page-numbers {
		font-size: 15px;
	}

	.page-numbers svg {
		font-size: 12px;
	}

	.catalog-item {
		height: auto;
		width: calc(33.33333% - 0.667rem);
	}

	.phone.show:hover a,
	.show-phone:hover {
		color: #000;
	}

	.show-phone:hover {
		background: #fff;
	}

	.phone.show:hover {
		background: #fff;
	}

	.btn {
		width: 140px;
	}

	.local-label {
		font-size: 12px;
	}

	.catalog-panel {
		padding: 15px 10px;
	}

	.label-name {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0;
	}

	.label-price {
		font-size: 10px;
		line-height: 11px;
		width: 50px;
		height: 50px;
	}

	.local-info {
		padding: 10px 0 0 25px;
	}

	.hours-list-item {
		padding-left: 33px;
	}

	.hours-list-item span {
		font-size: 14px;
	}

	.hours-list-item .hours-item:not(:last-child) {
		margin-right: 18px;
	}

	.list-options {
		padding-left: 35px;
	}

	.list-options.list-options_apartments {
		width: 50%;
	}

	.list-options.list-options_drive {
		width: 50%;
		padding-left: 35px;
	}

	.icon_option.icon-home {
		width: 18px;
		height: 16px;
	}

	.icon_option.icon-car {
		width: 19px;
		height: 14px;
	}

	ul.list {
		line-height: 18px;
		padding-top: 7px;
	}

	.list-item .hours-item:not(:last-child) {
		margin-right: 14px;
	}

	.list-item .price-item:not(:last-child) {
		margin-right: 14px;
	}

	.list-options_body {
		padding-left: 5px;
	}

	.frame {
		height: 380px;
	}

	.about p {
		font-size: 13px;
	}

	.info-block.info-block_search {
		width: 100%;
		margin-bottom: 15px;
	}

	.catalog__list {
		padding-bottom: 100px;
	}

	.search__body__col.col5 {
		width: 33.33333%;
	}

	.search__body__col.col6 {
		width: 33.33333%;
	}

	.search__body__col.col7 {
		width: 33.33333%;
	}
}

@media screen and (max-width: 768px) and (max-width: 991px) {
	.catalog-body.list .catalog-panel {
		padding-top: 11px;
	}
}

@media screen and (max-width: 767px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}

	.wrapper {
		padding-top: 0;
	}

	a:active {
		color: var(--mainColor);
		text-decoration: none;
		outline: none;
	}

	.page_title h1 {
		margin: 0 0 0.5rem;
		text-align: center;
	}

	h1 {
		font-size: 22px;
	}

	.header.no-menu {
		margin-bottom: 0;
	}

	.header {
		position: relative !important;
		z-index: inherit;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
	}

	.header__local {
		display: none;
	}

	.header__local_link {
		border-bottom: 0;
	}

	.menu-button {
		border: 0;
		padding: 10px;
		background: rgba(74, 74, 74, 0.8);
		-webkit-border-radius: var(--btn-border-radius);
		border-radius: var(--btn-border-radius);
	}

	.header__menu {
		position: fixed;
		z-index: 890;
		top: 0;
		width: 100%;
		min-height: 200px;
		max-height: 100%;
		overflow-y: auto;
		-webkit-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		transform: translate(0, -100%);
		background: #212121;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.header__menu.open {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.in-panel .in-panel-like img,
	.in-panel .in-panel-favs img {
		width: 16px;
		margin: 0 5px 0 0;
	}

	.in-panel .in-panel-like,
	.in-panel .in-panel-favs {
		display: flex;
		align-items: center;
	}

	.in-panel .in-panel-like {
		border-bottom: 1px solid #424242;
	}

	.parent.clicked > a:after {
		display: none;
	}

	.submenu {
		top: auto;
		left: auto;
		width: 100%;
		position: relative;
		text-align: center;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		min-height: 0;
	}

	.submenu__item {
		text-align: left;
	}

	.submenu__item a {
		font-size: 11px;
		line-height: 28px;
		text-align: left;
	}

	.submenu__item__list {
		line-height: 25px;
	}

	.submenu__item_service .submenu__item__list {
		width: 100%;
	}

	.submenu__item__list {
		width: 100%;
	}

	.filter-view {
		display: none;
	}

	.info-main {
		height: auto;
	}

	.info-main-contacts {
		width: 100%;
	}

	.info-main-options {
		width: 100%;
	}

	.list-options.list-options_apartments {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 48px;
		width: 100%;
	}

	.list-options.list-options_drive {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 48px;
		width: 100%;
	}

	.icon_option {
		left: 14px;
	}

	.gallery {
		display: none;
	}

	.about p {
		font-size: 11px;
	}

	.about-text {
		padding-left: 10px;
	}

	.catalog__list {
		padding-bottom: 0;
	}

	.catalog__list .section_title {
		padding-left: 0;
	}

	.catalog__list .section_title h2 {
		font-size: 22px;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.form__group_input {
		min-width: 0;
		width: 100%;
		height: 40px;
	}

	.form__group_textarea {
		min-width: 362px;
		width: 100%;
		height: 112px;
	}

	.text-logo {
		font-size: 0;
		display: none;
	}

	footer .text-logo {
		font-size: 16px;
		display: block;
	}

	.catalog-item {
		width: calc(50% - 0.5rem);
		height: auto;
	}

	.catalog-image img {
		width: 100%;
		height: auto;
	}

	.list-options_body {
		height: auto;
		padding-bottom: 10px;
	}

	.body-options-item:nth-child(3) {
		border-right: 0;
	}

	.nav-item {
		width: 30%;
	}

	.nav-item:not(:last-child) {
		margin-right: 3%;
	}

	.nav-item > a {
		font-size: 15px;
	}

	.wp-video {
		width: 100% !important;
	}

	.wp-video .wp-video-shortcode {
		width: 100% !important;
	}

	.fancybox-close {
		top: 9px;
		right: 9px;
		width: 50px;
		height: 50px;
		background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20d%3D%22M50%204.06L45.94%200%2025%2020.94%204.06%200%200%204.06%2020.94%2025%200%2045.94%204.06%2050%2025%2029.06%2045.94%2050%2050%2045.94%2029.06%2025z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E')
			no-repeat center center;
		background-size: 50%;
	}

	.fancybox-nav.fancybox-next {
		height: 87%;
		margin-top: 20%;
	}

	.fancybox-prev span {
		left: 0;
	}

	.fancybox-next span {
		right: 0;
	}

	.search__body__col.col4 {
		width: 50%;
	}

	.search__body__col.col5 {
		width: 50%;
	}

	.search__body__col.col6 {
		width: 50%;
	}

	.search__body__col.col7 {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.form__group_textarea {
		min-width: 0;
		width: 100%;
	}

	.catalog-item {
		width: 100%;
		float: none;
		display: block;
		padding: 0;
	}

	.mobile__gallery_slider {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		height: 300px;
	}

	.mobile__gallery_thumbnails {
		width: 100%;
		height: 63px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.gallery-photos {
		width: 260px;
	}

	.nav-item {
		width: 45%;
	}

	.search__body__col.col4 {
		width: 50%;
	}

	.search__body__col.col5 {
		width: 100%;
	}

	.search__body__col.col6 {
		width: 100%;
	}

	.search__body__col.col7 {
		width: 100%;
	}

	.search__body__col__buttons {
		padding: 0;
		float: none;
		margin: 0 auto;
	}
}

@media screen and (max-width: 479px) {
	.mobile-gallery {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.mobile-gallery__main-item {
		width: 100%;
		max-height: 400px;
	}

	.gallery-thumbnails {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
	}

	.gallery-thumbnails__item {
		max-height: 60px;
	}
}

@media screen and (max-width: 380px) {
	h1 {
		font-size: 20px;
	}
}

@media screen and (max-width: 319px) {
	html {
		width: 320px;
	}
}

/*
* Наши доп. стили!
*/

.item-option-check {
	bottom: 5px;
	height: 15px;
	width: 76px;
	background-color: #c25687;
}

.item-option-video {
	bottom: 25px;
}

.single .item-option-check {
	top: 0;
	line-height: 20px;
	height: 20px;
	left: calc(100% - 77px);
}

img.logo_img {
	float: left;
	margin-right: 10px;
}

span.city_name_logo {
	color: var(--mainColor);
}

.city-domain-mini {
	margin-top: 5px;
	color: #fff;
	line-height: 16px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}

.text-block h2 {
	color: #4a4a4a;
}

.footer-text p {
	color: #fff;
}

.footer-text a {
	color: var(--mainColor);
}

.error404 .page-content p {
	color: #fff;
}

.error404 .page-content a {
	color: var(--mainColor);
}

.error404 .page-content a:hover {
}

.ligin a:hover span {
	color: #fff;
}

.packet-actions li:first-child {
	color: #fff;
}

.second-hours-list .hours-item {
	min-width: 38px;
}

.hours-item.none {
	color: rgba(255, 255, 255, 0.4);
}

.have_metro .submenu__small_location {
	left: 9%;
}

.catalog__item__info.single {
	width: 100%;
	padding: 12px 0 0 12px;
}

.catalog__item__info.single .catalog__item__info_icon {
	padding-top: 10px;
}

.fancybox-opened {
	position: fixed;
}

.hours-item.empty {
	opacity: 0.4;
}

.hours-list-title.empty {
	opacity: 0.25;
}

.hours-item.empty .hours-item__price {
	font-weight: 100;
}

.nothing-found-title {
	font-size: 26px;
	line-height: 30px;
	color: #fafafa;
	font-weight: 300;
}

.nothing-found {
	color: #fafafa;
}

footer {
	margin-top: 10px;
	text-align: center;
	padding-bottom: 15px;
	background: #000;
}

footer .header__logo {
	margin-top: 12px;
}

.footer-text p {
	margin-bottom: 0;
	font-size: 12px;
}

.text-block {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	background-color: white;
	padding: 25px;
	border: 1px solid;
	margin-top: 30px;
	border-radius: var(--btn-border-radius);
}

.text-block h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	margin-top: 0;
	padding-bottom: 15px;
}

.filter__panel__sorting_label {
	font-weight: 400;
}

.about__block {
	width: 100%;
	min-height: auto;
	padding: 10px 0;
}

.about__block_text {
	padding: 10px 27px;
}

.last_item {
	margin: 0;
}

/* full search */
.checkbox_label:before {
	top: 6px;
}

.ul_5_col {
	max-width: 99%;
	column-count: 5;
	-moz-column-count: 5;
	-webkit-column-count: 5;
}

.ul_4_col {
	max-width: 99%;
	column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
}

.search__body .search__body__col__buttons {
	display: block;
}

.search__body .search__body__col__buttons button {
	border-radius: var(--btn-border-radius);
	line-height: 14px;
}

.panel__bottom {
	background-color: rgb(246, 246, 246) !important;
}

.page-numbers.active {
	font-size: 19px;
	font-weight: 700;
	line-height: 18px;
	color: var(--mainColor);
	display: block;
	padding: 0.5rem;
	background: rgba(0, 0, 0, 0.75);
	border-radius: var(--btn-border-radius);
}

.page-numbers.points {
	pointer-events: none;
}

.catalog__list {
	padding-bottom: 0;
}

.submenu__small_metro {
	width: 220px;
	min-height: 120px;
}

.submenu__small_location {
	width: 220px;
	min-height: 120px;
}

.tab-content > .single-tab {
	display: none;
}

.tab-content > .active {
	display: block;
}

.tablist a {
	font-size: 22px;
	line-height: 25px;
	color: #d1d3d4;
	font-weight: 300;
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
}

.tablist a:hover {
	color: var(--mainColor);
}

.tablist a.active {
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 4px solid;
}

a:focus,
a:hover {
	text-decoration: none;
}

/*video*/
.mejs-container {
	width: 100% !important;
	height: auto !important;
	min-width: 500px;
	min-height: 300px;
	margin-bottom: 35px;
}

.aside__block_red .aside__block__header {
	background-color: var(--mainColor) !important;
}

.aside__block_red .aside__block__header_title {
	color: #fff;
}

.aside__block_red {
	border: 1px solid var(--mainColor) !important;
}

.aside__block_red p {
	padding: 10px 25px 0 25px;
}

.show-phone {
	line-height: 10px;
}

.phone.show > a {
	line-height: 18px;
	position: relative;
	top: -6px;
}

.phone.show:hover a {
	color: #000;
}

.show {
	display: inline-block !important;
}

.hide {
	display: none;
}

.form__group_label_red {
	margin-top: -10px;
	color: var(--mainColor);
}

.properties__single {
	color: #fff;
	font-size: 14px;
	display: flex;
	gap: 0.5rem;
}

.properties__single .properties_check,
.properties__single .properties_video {
	padding: 1px 5px;
}

.properties_check {
	background-color: #c25687;
	border-radius: var(--label-br);
}

.properties_video {
	background-color: #64b5f6;
	border-radius: var(--label-br);
}

.information__main {
	position: relative;
}

.home-about h2 {
	margin: -0.5rem -1.25rem 0.5rem;
	padding: 0.5rem 1.25rem;
	background: #000;
	width: calc(100% + 2.5rem);
}

.home-about ul,
.home-about ol {
	color: #fff;
}

/* Дополнительные стили для расширенного поиска */
@media screen and (max-width: 990px) {
	.search__body__col__buttons {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	.search__body__col__buttons {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.btn_search:first-child {
		margin: 10px auto !important;
	}

	.btn_search {
		display: inherit;
		margin: 10px auto;
	}
}

/* END Дополнительные стили для расширенного поиска*/

/* gallery */
.fancybox-inner {
	margin-top: 20%;
	padding-bottom: 20%;
}

.fancybox-skin {
	background: transparent;
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.fancybox-opened .fancybox-skin img {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.extra__metro {
	max-width: 282px;
}

.extra__metro > select {
	margin-bottom: 10px;
}

/* END другие города*/

p.city-domain {
	font-family: 'Exo 2', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	position: absolute;
	margin-left: 7em;
	margin-top: -3.8em;
	font-weight: 400;
	text-transform: uppercase;
}

#main-menu li .submenu.open {
	max-height: calc(100vh - 207px);
	overflow: auto;
}

@media screen and (max-width: 991px) {
	.ul_5_col {
		column-count: 4;
		-moz-column-count: 4;
		-webkit-column-count: 4;
	}

	p.city-domain {
		margin-left: 2.8em;
	}

	.catalog__item.list {
		height: 290px;
	}

	.info-options {
		padding: 15px 0 0 6px;
	}

	.hours {
		width: 100%;
		margin-top: 10px;
	}
}

@media screen and (max-width: 760px) {
	#panel-menu .container {
		padding: 0;
	}

	.submenu__item_title {
		background: #ddd;
		color: #000;
		font-size: 16px;
		margin-top: 0 !important;
	}

	p.city-domain {
		margin-left: 3.1em;
	}

	#social .section_title {
		display: none;
	}

	#catalog .section_title {
		text-align: center;
	}

	.gallery-photo {
		margin-top: 20px;
	}

	.ul_5_col {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}

	.submenu__small_metro {
		width: 100%;
	}

	.submenu__small_metro,
	.submenu__small_location {
		width: 100%;
		left: 0;
	}

	.aboutme {
		margin-top: 20px;
	}
}

@media screen and (max-width: 760px) {
	.fancybox-close {
		top: 0;
		right: -50px;
	}
}

@media screen and (max-width: 567px) {
	p.city-domain {
		font-size: 1em;
		margin-left: 7.2%;
	}

	.ul_5_col {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}

	.mejs-container {
		min-width: 100%;
	}

	.wp-video {
		width: 100% !important;
	}

	.fancybox-close {
		top: 0;
		right: -50px;
	}

	.info__block_title {
		padding-left: 20px;
	}
}

@media screen and (max-width: 550px) {
	p.city-domain {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 460px) {
	.fancybox-close {
		top: -60px;
		right: 0;
	}

	.information__main_item .btn-phone {
		width: 89%;
	}

	.info-price,
	.info-material {
		padding-left: 0;
		text-align: center;
	}

	.info-title {
		text-align: left;
	}

	.info-subtitle {
		padding: 10px 0 10px 0px;
	}

	.info-material .info-title {
		margin-bottom: 10px;
	}

	.material-list {
		margin-right: 15px;
	}

	a.list_item_link {
		font-size: 14px;
	}
}

@media screen and (max-width: 375px) {
	p.city-domain {
		font-size: 0.7em;
		margin-top: -1.7em;
	}
}

@media screen and (max-width: 400px) {
	.search__body__col.col4 {
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	p.city-domain {
		font-size: 0.6em;
		margin-top: -2.3em;
	}
}

@media screen and (max-width: 430px) {
	.ul_5_col {
		column-count: auto;
		-moz-column-count: auto;
		-webkit-column-count: auto;
	}
}

@media screen and (max-width: 991px) {
	.frame {
		line-height: 380px;
	}

	.information__main {
		min-height: 140px !important;
		padding-bottom: 20px;
	}

	.service__adress {
		width: 100%;
	}

	.wrapper {
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 768px) {
	#mobile__gallery {
		display: none;
	}
}

/* new style 22.11.16 */
.single .menu-button {
	display: none;
}

.mejs-inner .me-plugin,
.mejs-inner embed {
	width: 100% !important;
	height: 100% !important;
	display: block;
}

.lk-page .menu-button {
	display: none;
}

#city-def:hover {
	cursor: pointer;
}

.descr-auth {
	color: #fff;
	float: right;
	width: 60%;
	padding-right: 30px;
}

.form__group_password + .form__group_input_link:hover {
	opacity: 1;
}

.catalog__item__info_phone .phone a:hover {
	cursor: text;
}

.information__main_item .phone a:hover {
	cursor: text;
}

.information__tarif_item_text a {
	font-size: 18px;
}

/* zoom img */
.catalog__item_image a img {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.catalog__item_image a img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.catalog__item__info_text a:hover {
	color: var(--mainColor);
}

.show-phone span:hover {
	border-bottom: 1px dashed;
}

.menu__item_search {
	margin-right: 0 !important;
	border-right: none !important;
}

.item_advanced a {
	text-transform: uppercase;
}

/* hover btn */
button.btn.btn_search#reset:hover {
	background: #929191 !important;
}

button.btn.btn_search:hover {
	background: #ff7c74;
}

.catalog__item__descript_item_text {
	width: 60%;
}

@media screen and (min-width: 1199px) {
	.information__tarif_item_text {
		width: 100%;
		max-width: 100px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
	.second-hours-list .hours-item {
		min-width: 30px;
	}
}

@media screen and (max-width: 1199px) {
	.catalog__item.list .check-info {
		position: absolute;
		left: 21%;
		bottom: 0;
		height: 40px;
		width: 22%;
	}

	.catalog__item.list .check-info__photo {
		width: 50%;
		float: left;
		margin-bottom: 0;
	}

	.catalog__item.list .check-info__video {
		width: 50%;
		float: left;
		margin-bottom: 0;
	}

	.catalog__item.list .info-options {
		width: 18%;
	}

	.descr-auth {
		float: right;
		width: 50%;
		padding-right: 30px;
	}

	.catalog__item__info_item:last-child .catalog__item__info_text {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.descr-auth {
		float: left;
		width: 100%;
		padding-right: 20px;
	}

	.login__content {
		float: left;
	}

	nav ul li,
	ul li {
		text-align: left;
	}

	.catalog-list .catalog > .container {
		padding: 0;
	}

	.catalog__item.list .catalog__body {
		height: 100%;
	}

	.submenu__item a {
		font-size: 13px;
		display: block;
		border-bottom: 1px solid #666;
		padding-left: 20px;
		line-height: 40px;
	}

	.submenu.open {
		padding: 0;
	}

	.menu__item_search > a:first-child {
		display: block;
	}

	.submenu__item_title {
		padding-left: 20px;
	}

	.submenu__item a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width: 440px) {
	button#reset,
	button.btn.btn_search {
		width: calc(100% - 20px);
		float: left;
	}
}

/* END new style 22.11.16 */

/* new style 23.11.16 */
.single .breadcrumbs {
	margin: 20px 0;
}

.single .breadcrumbs__list {
	padding: 0;
}

.single .breadcrumbs {
	margin: 0;
}

#feedback_result,
#feedback_result p {
	color: #fff;
}

#feedback_result a {
	color: var(--mainColor);
}

small {
	color: #fff;
}

.catalog__item__info_phone .phone,
.information__main_item .phone {
	display: none;
}

.catalog__item__info_phone .phone a,
.information__main_item .phone a {
	color: #ed1c24;
	font-size: 18px;
}

.show-main .btn-phone {
	cursor: default;
}

.catalog__item__info_text a:hover {
}

.catalog-list .list .catalog__item__info_text,
.catalog__item.list .catalog__item__info_text {
	color: #4a4a4a;
}

.link-location {
	font-size: 15px;
	color: #fff;
	margin: 0;
}

a.link-metro:hover,
a.link-location:hover {
}

.information__main_item {
	text-decoration: none;
}

.open .submenu__item a:hover {
	color: var(--mainColor);
}

.selectbox .dropdown ul li:hover {
}

a.link-hair,
a.link-nation {
	font-size: 15px;
	color: var(--mainColor);
	text-decoration: none;
}

a.link-hair:hover,
a.link-nation:hover {
}

a.list_item_link {
	text-decoration: none;
}

li.submenu__item {
	text-align: left;
	display: flex;
	flex-flow: wrap row;
	align-content: start;
	align-items: start;
	justify-content: start;
}

.uptolike-buttons {
	padding-left: 25px;
}

.footer-text p a:hover {
}

.single .catalog__item__info_icon_name {
	padding-top: 0 !important;
}

.single
	.catalog__item__info_item.catalog__item__info_name
	.catalog__item__info_text {
	width: 64%;
}

@media screen and (max-width: 1199px) {
	.single .info-check-photo {
		right: 0px;
		bottom: -15px;
		width: 90px;
	}

	.single .material-list {
		margin-right: 15px;
	}

	.single .info-check-photo span {
		display: none;
	}

	.single .hours .icon {
		display: none;
	}

	.single .info-second .hours {
		margin-left: 0;
		padding: 14px 0 0 20px;
	}

	.single .info-data .icon {
		display: none;
	}

	.single .info-data {
		padding: 14px 20px 0 20px;
	}

	.single .data-list-item {
		width: 100%;
	}

	.single .info-main .catalog__item__info {
		width: 100%;
	}

	.catalog__item__info_phone .phone a {
		font-size: 16px;
	}

	.catalog__item .btn-phone {
		width: 67%;
	}
}

@media screen and (max-width: 991px) {
	.search__body__col {
		min-height: 345px;
	}

	.submenu.open {
		border-top: 1px solid #ccc;
	}

	.catalog__item .btn-phone {
		width: 60%;
	}

	.catalog__item__info_item.catalog__item__info_name
		.catalog__item__info_text
		> a {
		font-size: 20px;
	}

	.single
		.catalog__item__info_item.catalog__item__info_name
		.catalog__item__info_text {
		font-size: 22px;
	}

	.single .info-check-photo span {
		display: block;
	}

	.single .information-wrapper {
		overflow: inherit;
	}

	.single .info-data {
	}

	.single .info-second .hours {
		margin-top: 0;
	}

	.single .info-second {
		margin-right: 2%;
	}

	.single .info-second,
	.single .info-third {
		width: 49%;
	}

	.catalog__item.list .check-info {
		left: 0;
		width: 38%;
	}

	.catalog__item.list .info-options {
		position: absolute;
		right: 0;
		bottom: 0;
		padding-left: 0;
	}

	.catalog__item.list .info-options {
		position: absolute;
		right: 3px;
		bottom: 0;
		padding-left: 0;
		width: 31%;
	}

	.catalog__item.list .info-options .icon {
		left: -34px;
		top: 4px;
		width: 25px;
		height: 37px;
	}

	.catalog__item.list .list-options .value {
		font-size: 14px;
	}

	.catalog__item.list .list-options li {
		width: 60%;
		margin-right: 10%;
		font-size: 14px;
		line-height: 16px;
	}

	.catalog__item.list .list-options li:last-child {
		border-bottom: none;
	}

	.catalog__item.list .hours-item {
		margin-bottom: 7px;
	}

	.catalog__item.list {
		padding-left: 0;
	}

	.catalog__item.list .hours {
		width: 37%;
		margin-top: 0;
		padding: 15px 0 0 40px;
	}

	.catalog__item.list .hours .icon {
		width: 25px;
		height: 25px;
	}

	.filter__panel__sorting {
		padding-top: 7px;
		padding-left: 10px;
	}

	.breadcrumbs__list {
		padding: 0;
	}

	.single .information__main {
		width: 45%;
	}

	.single .information-wrapper {
		min-height: 308px;
	}

	.header__local {
		display: none;
	}

	.header__logo_mini {
		display: inline-block;
	}

	.big_domain {
		font-weight: bold;
	}
}

@media screen and (max-width: 767px) {
	.submenu__item a {
		color: var(--mainColor);
	}

	.header__menu > .container {
		border: none;
	}

	.have_metro .submenu__small_location {
		left: 0;
		width: 100%;
	}

	.city-domain-mini {
		display: none;
	}

	.header__logo_mini {
		display: none;
	}

	.single .information__main {
		width: 35%;
	}

	.catalog__item__info.list {
		width: 67%;
	}

	.catalog__item__info.list .catalog__item__info_icon {
		width: 14%;
	}

	.catalog__item__info.list .catalog__item__info_phone {
		padding-left: 0;
	}

	.single .catalog__item__info.list .catalog__item__info_icon {
		width: 38px;
	}

	.single .info-main .catalog__item__info {
		width: 80%;
	}
}

@media screen and (max-width: 671px) {
	.single .info-second,
	.single .info-third {
		width: 100%;
	}

	.single .info-second .hours-list {
		width: 50%;
	}

	.single .info-second .hours-list:last-child {
		display: block;
	}
}

@media screen and (max-width: 720px) {
	.single .information__main {
		width: 100%;
	}
}

@media screen and (max-width: 568px) and (min-width: 567px) {
	.catalog__item {
		width: 50%;
		float: left;
	}
}

@media screen and (max-width: 567px) {
	.search__body__col {
		min-height: auto;
	}

	.search__body__col.col3 {
		width: 100%;
	}

	.single .data-list-item .value {
		width: 48%;
	}

	.single .data-list-item span {
		width: 52%;
	}

	.check-info {
		bottom: 160px;
	}

	.check-info span {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.single .info-check-photo {
		display: block;
		right: -13px;
		top: -21px;
		width: 79px;
	}
}

@media screen and (max-width: 400px) {
	.single .info-main .catalog__item__info {
		width: 97%;
	}
}

@media screen and (min-width: 567px) and (max-width: 670px) {
	.hours-list {
		width: 100%;
	}

	.hours-list:last-child {
		display: none;
	}

	.check-info span {
		display: none;
	}

	.check-info {
		bottom: 160px;
	}
}

@media screen and (min-width: 567px) and (max-width: 600px) {
	.catalog__item {
		height: 511px;
	}

	.catalog__item_image {
		height: 350px;
	}

	.btn-phone span {
		font-size: 15px;
	}

	.phone.show {
		font-size: 16px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	/* .text-logo {
		font-size: 14px;
	} */
}

@media screen and (max-width: 767px) {
	.small-img {
		display: none;
	}

	.big-img {
		display: block !important;
	}
	.catalog__list {
		padding: 0 1rem;
	}
}

@media screen and (min-width: 767px) {
	.small-img {
		display: block;
	}

	.big-img {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	/* .text-logo {
		padding-top: 12px;
		line-height: 16px;
	} */

	.text-logo .c-pick {
		display: block;
	}
}

/* END new style 23.11.16 */

/* update 30.06.17 style for link page */
.title_link_page {
	margin-bottom: 20px;
}

.title_link_page h1 {
	font-weight: 400;
	margin-top: 20px;
}

.content_link_page p {
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
	color: #fff;
}

.content_link_page a {
	font-size: 20px;
	color: var(--mainColor);
	font-weight: 500;
}

.content_link_page a:hover {
	color: #26c6da;
}

.btn_card_link_page {
	margin-top: 20px;
}

.card_link_page .catalog-panel {
	height: auto !important;
	padding-right: 5px;
}

.card_link_page .catalog__item__info_text a {
	font-size: 18px;
}

.card_link_page .catalog__item__info_phone a {
	margin-left: 15px;
	line-height: 16px;
}

/* card */
.card_link_page .catalog__item__info_phone a.a_card {
	line-height: 16px;
}

.card_link_page {
	line-height: 16px;
}

.card_link_page .catalog-panel {
	padding: 5px;
}

.card_link_page .catalog__item__info_text {
	margin: 5px 15px;
}

.card_link_page .a_card {
	line-height: 16px;
	padding-bottom: 5px;
}
.children {
	padding-left: 0.5rem !important;
	font-size: 12px !important;
}
.review-area {
	display: flex;
	flex-flow: wrap row;
	height: 0;
}

.ra300 {
	min-height: 232px;
	height: auto;
}

.icon-spoiler-close {
	background: url(../images/down.svg) no-repeat;
	background-size: contain;
	width: 1.5rem;
	height: 1.5rem;
}

.icon-spoiler-open {
	background: url(../images/up.svg) no-repeat;
	background-size: contain;
	width: 1.5rem;
	height: 1.5rem;
}

.carousel__slide {
	/* margin: 0 0.5rem; */
	/* padding: 0; */
}

#mainCarousel {
	margin: 1rem 0;
}

.fancybox__toolbar__items .carousel__button {
	margin: 0 0.25rem;
}

/* menu */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style: none;
}

button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	transition: 0.3s;
}

.burger-btn {
	display: none;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: var(--mainColor);
	border-radius: 50%;
	color: #000;
	position: relative;
}

.burger-btn__open,
.burger-btn__close {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

.burger-btn__close {
	opacity: 0;
	visibility: hidden;
	transform: translate(calc(-50% + 10px), -50%);
}

.burger-btn.active .burger-btn__close {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
}

.burger-btn.active .burger-btn__open {
	opacity: 0;
	visibility: hidden;
	transform: translate(calc(-50% - 10px), -50%);
}

@media (max-width: 992px) {
	.burger-btn {
		display: flex;
	}
}

.item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.profile__tags {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 1rem 0;
}

.submenu__button a,
.profile__tags a,
.profile__tags label {
	padding: 7px 10px;
	border: 1px solid var(--mainColor);
	color: var(--mainColor);
	display: inline-block;
}

.menu {
	width: 100%;
	background-size: cover;
}

@media (max-width: 992px) {
	.menu {
		padding: 20px 0;
		display: none;
	}
}

.menu__inner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.menu__item {
	width: 20%;
}

@media (max-width: 1200px) {
	.menu__item {
		width: 25%;
	}
}

@media (max-width: 992px) {
	.menu__item {
		width: 100%;
		border-bottom: 1px solid #b7b7b7;
	}

	.menu__item:last-child {
		border: 0;
	}
}

.menu__item.parent {
	position: relative;
}

.menu__item.active .menu__arrow {
	transform: rotate(-180deg);
}

.menu__item.active .dropdown {
	display: flex;
}

.menu__btn {
	width: 100%;
	padding: 12px 6px;
	color: #000;
}

.menu__btn::before {
	content: '';
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.menu__item:nth-child(1) .menu__btn::before {
	background-image: url(../images/menu-icons/menu1.svg?v=2.0);
}
.menu__item:nth-child(2) .menu__btn::before {
	background-image: url(../images/menu-icons/menu2.svg?v=2.0);
}
.menu__item:nth-child(3) .menu__btn::before {
	background-image: url(../images/menu-icons/menu3.svg?v=2.0);
}
.menu__item:nth-child(4) .menu__btn::before {
	background-image: url(../images/menu-icons/menu4.svg?v=2.0);
}
.menu__item:nth-child(5) .menu__btn::before {
	background-image: url(../images/menu-icons/menu5.svg?v=2.0);
}
.menu__item:nth-child(6) .menu__btn::before {
	background-image: url(../images/menu-icons/menu6.svg?v=2.0);
}
.menu__item:nth-child(7) .menu__btn::before {
	background-image: url(../images/menu-icons/menu7.svg?v=2.0);
}
.menu__item:nth-child(8) .menu__btn::before {
	background-image: url(../images/menu-icons/menu8.svg?v=2.0);
}
.menu__item:nth-child(9) .menu__btn::before {
	background-image: url(../images/menu-icons/menu9.svg?v=2.0);
}
.menu__item:nth-child(10) .menu__btn::before {
	background-image: url(../images/menu-icons/menu10.svg?v=2.0);
}

.menu__btn:hover {
	color: var(--mainColor);
}

.menu__arrow {
	margin-left: auto;
}

.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #212121;
	z-index: 3;
	padding: 12px;
	display: none;
	flex-direction: column;
	gap: 12px;
	max-height: 350px;
	overflow-y: auto;
}

@media (min-width: 992px) {
	.dropdown {
		max-height: calc(100vh - 240px);
	}
}

@media (min-width: 1200px) {
	.dropdown {
		max-height: calc(100vh - 200px);
	}
}

.dropdown::-webkit-scrollbar {
	width: 6px;
}

.dropdown::-webkit-scrollbar-thumb {
	background-color: var(--mainColor);
	border-radius: 3px;
}

@media (max-width: 992px) {
	.dropdown {
		position: static;
		background-color: transparent;
		border: 0;
		padding: 6px;
	}
}

.dropdown__columns {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.dropdown__column {
	width: calc(100% / 4 - (4 - 1) * 12px / 4);
	display: flex;
	flex-direction: column;
	gap: 8px;
	background-color: #333333;
	padding: 12px;
}

.dropdown__column.service {
	width: calc(100% / 3 - 2 * 12px / 3);
}

@media (max-width: 1200px) {
	.dropdown__column {
		width: calc(100% / 3 - (3 - 1) * 12px / 3);
	}
}

@media (max-width: 992px) {
	.dropdown__column,
	.dropdown__column.service {
		width: calc(100% / 2 - (2 - 1) * 12px / 2);
	}
}

@media (max-width: 576px) {
	.dropdown__column,
	.dropdown__column.service {
		width: 100%;
	}
}

.dropdown__column.big {
	width: 100%;
}

.dropdown__title {
	font-weight: 700;
	margin: 0;
	color: #fff;
}

.dropdown__list {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.dropdown__item {
	width: 100%;
}

.dropdown__link {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 4px 0;
}

@media (min-width: 1200px) {
	.dropdown__link {
		font-size: 13px;
	}
}

.dropdown__link:hover {
	color: var(--mainColor);
}

/* city */
body.lock {
	overflow: hidden;
}

.modal__city {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10010;
	background: rgba(0, 0, 0, 0.5);
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	transition: 0.2s linear;
	pointer-events: none;
	padding: 0 20px;
}

.modal__city.active {
	display: block;
	pointer-events: all;
}

.modal__city--inner {
	width: 100%;
	display: flex;
	align-items: center;
	max-width: 400px;
	min-height: calc(100% - 35px);
	margin: 17.5px auto;
	justify-content: center;
}

.modal__city--content {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: #fff;
	border-radius: 3px;
}

.modal__city--wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #696060;
	padding-bottom: 8px;
}

.modal__city--title {
	color: var(--mainColor);
	font-family: var(--specialFontFamily);
	font-size: 28px;
	font-weight: 600;
	margin: 0;
}

.modal__city--columns {
	width: 100%;
	overflow-y: auto;
	max-height: 400px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.modal__city--column {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.modal__city--letter {
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.modal__city--items {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.modal__city--item {
	display: flex;
}

.modal__city--link {
	padding: 4px 0;
}

.modal__city--link {
	text-decoration: none;
	color: #000;
	width: 100%;
}

.modal__city--link:hover {
	opacity: 1;
	color: var(--mainColor);
}

.main__text--block {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.main__text--block h2,
.main__text--block p {
	color: #fff;
}

.header__inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.footer__inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 576px) {
	.footer__inner {
		flex-direction: column;
		gap: 20px;
	}
}

.footer__item {
	color: var(--mainColor);
}

.mb-0 {
	margin-bottom: 0;
}

.card-interaction > * {
	margin: 0;
}

.icon-spoiler-close,
.icon-spoiler-open {
	margin-left: auto;
}

#mainCarousel .carousel__slide {
	/* margin: 0 0.5rem; */
	/* padding: 0; */
	overflow-y: hidden;
	overflow-x: hidden;
}
#mainCarousel .carousel__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}