/* ==========================================================================
   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;
}

/* 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;
}

/**
 * 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: .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: -.5em;
}

sub {
	bottom: -.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 {
	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"] {
	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 */
	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: .35em .625em .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 {
	box-sizing: border-box;
}

html {
	font-size: 100%;
	height: 100%;
}

body {
	position: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	font-family: "Exo 2", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #4a4a4a;
	background-color: #fff;
	overflow-x: hidden;
}

.wrapper {
	min-height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1;
	flex: 1;
	padding-top: 5px;
	/* padding-bottom: 90px; */
}

p {
	font-family: "Exo 2", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 25px;
	font-weight: 400;
}

.italic {
	font-style: italic;
}

a {
	font-family: "Exo 2", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 18px;
	font-weight: 300;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.page_title h1 {
	padding-top: 12px;
	margin-bottom: 15px;
}

h1 {
	font-family: "Exo 2", Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: #4a4a4a;
	font-weight: 300;
}

h2 {
	font-family: "Exo 2", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 25px;
	color: #4a4a4a;
	font-weight: 300;
}

h3 {
	font-family: "Exo 2", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #4a4a4a;
	line-height: 20px;
	font-weight: 300;
}

h4 {
	font-family: "Exo 2", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

h5 {
	font-family: "Exo 2", 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: 140px;
	height: 40px;
	font-family: "Exo 2", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background: #880f4f;
	border-radius: 2px;
	border: 0;
	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:active {
	top: 1px;
	outline: none;
}

.btn-light {
	background: rgba(74, 74, 74, .4);
}

.btn-default {
	width: 140px;
	height: 30px;
	background-color: #f8f8f8;
	background-image: linear-gradient(to top, rgba(24, 24, 24, .2) 0%, rgba(255, 255, 255, .2) 100%);
	border: 1px solid #979797;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 white, 0 1px 1px rgba(24, 24, 24, .23);
	text-shadow: 0 1px 0 white;
	color: #4a4a4a;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 30px;
}

.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: .65;
	filter: alpha(opacity=65);
	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;
	text-decoration: underline;
}

.form__group a:hover {
	text-decoration: underline;
}

.form__group_input {
	min-width: 302px;
	height: 52px;
	padding: 0 10px;
	color: #4a4a4a;
	font-family: "Exo 2", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 14px;
	background-color: #fff;
	border: 1px solid rgba(217, 217, 217, .5);
	border-radius: 2px;
	box-shadow: 0 -1px 1px rgba(0, 0, 0, .7);
}

.form__group_input:focus {
	outline: none;
	border: 1px solid rgba(217, 217, 217, .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-angel-down {
	font-size: 1.15rem;
	width: 1.77391em;
}

.icon-angel-left-white {
	font-size: 5rem;
	width: .58em;
}

.icon-angel-right {
	font-size: 5rem;
	width: .58em;
}

.icon-angel-right-white {
	font-size: 5rem;
	width: .58em;
}

.icon-anketa {
	font-size: 2.4rem;
	width: .75em;
}

.icon-area {
	font-size: 2rem;
	width: .95em;
}

.icon-arrow-left {
	font-size: 1.6rem;
	width: .625em;
}

.icon-arrow-right {
	font-size: 1.6rem;
	width: .625em;
}

.icon-check {
	font-size: 1.9rem;
	width: 1.10526em;
}

.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-custom {
	font-size: 2.4rem;
	width: 1.04167em;
}

.icon-description {
	font-size: 2.1rem;
	width: .95238em;
}

.icon-faq {
	font-size: 2.2rem;
	width: 1.09091em;
}

.icon-grid {
	font-size: 1.5rem;
	width: 1em;
}

.icon-haracteristic {
	font-size: 1.8rem;
	width: 1.11111em;
}

.icon-heart {
	font-size: 1.8rem;
	width: 1.16667em;
}

.icon-list {
	font-size: 1.5rem;
	width: 1em;
}

.icon-list-anketa {
	font-size: 2.4rem;
	width: .75em;
}

.icon-local-black {
	font-size: 2.1rem;
	width: .7619em;
}

.icon-map {
	font-size: 1.7rem;
	width: .76471em;
}

.icon-message {
	font-size: 2rem;
	width: 1em;
}

.icon-name-black {
	font-size: 2.2rem;
	width: .81818em;
}

.icon-new-anketa {
	font-size: 2.4rem;
	width: .75em;
}

.icon-off {
	font-size: 1.4rem;
	width: 1.35714em;
}

.icon-on {
	font-size: 1.2rem;
	width: 1.58333em;
}

.icon-options {
	font-size: 1.8rem;
	width: 1em;
}

.icon-password {
	font-size: 2rem;
	width: 1em;
}

.icon-pay {
	font-size: 2.4rem;
	width: .75em;
}

.icon-phone {
	font-size: 2.3875rem;
	width: .90706em;
}

.icon-phone-white {
	font-size: 2.4rem;
	width: .91667em;
}

.icon-phone-white-1 {
	font-size: 2.3875rem;
	width: .90706em;
}

.icon-photo {
	font-size: 2.1rem;
	width: 1em;
}

.icon-photos {
	font-size: 1.9rem;
	width: 1.05263em;
}

.icon-price {
	font-size: 1.8rem;
	width: 1.05556em;
}

.icon-profile-black {
	font-size: 1.6rem;
	width: 1em;
}

.icon-search {
	font-size: 1.6rem;
	width: .9375em;
}

.icon-statistic {
	font-size: 2rem;
	width: 1em;
}

.icon-video {
	font-size: 2rem;
	width: 1.1em;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

/* ==========================================================================
	 STYLE PNG SPRITE ICONS
	 ========================================================================== */

.icon {
	position: relative;
	display: inline-block;
}

.icon-profile {
	width: 16px;
	height: 16px;
	background-image: url(/assets/images/sprite.png);
	background-position: -113px -104px;
	width: 16px;
	height: 16px;
}

.icon-area {
	width: 19px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: -145px 0;
	width: 20px;
	height: 28px;
}

.icon-area-black {
	width: 19px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: 0 -178px;
	width: 13px;
	height: 19px;
}

.icon-local {
	width: 12px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: -65px 0;
	width: 25px;
	height: 27px;
}

.icon-local-black {
	width: 12px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: -180px -132px;
	width: 16px;
	height: 18px;
}

.lk-page .icon-local-black {
	background-image: none;
}

.icon-price {
	width: 20px;
	height: 18px;
	background-image: url(/assets/images/sprite.png);
	background-position: -105px -40px;
	width: 24px;
	height: 24px;
}

.icon-service {
	width: 16px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: -145px -83px;
	width: 18px;
	height: 24px;
}

.icon-boobs {
	width: 16px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: -42px -65px;
	width: 26px;
	height: 24px;
}

.icon-age {
	width: 20px;
	height: 18px;
	background-image: url(/assets/images/sprite.png);
	background-position: 0 -65px;
	width: 27px;
	height: 24px;
}

.icon-weight {
	width: 20px;
	height: 24px;
	background-image: url(/assets/images/sprite.png);
	background-position: -145px -43px;
	width: 20px;
	height: 25px;
}

.icon-advanced {
	width: 20px;
	height: 18px;
	background-image: url(/assets/images/sprite.png);
	background-position: 0 -104px;
	width: 24px;
	height: 24px;
}

.icon-name {
	width: 18px;
	height: 22px;
	background-image: url(/assets/images/sprite.png);
	background-position: -105px 0;
	width: 25px;
	height: 25px;
}

.icon-name-black {
	width: 18px;
	height: 22px;
	background-image: url(/assets/images/sprite.png);
	background-position: -180px -99px;
	width: 18px;
	height: 18px;
}

.icon-phone {
	width: 19px;
	height: 19px;
	background-image: url(/assets/images/sprite.png);
	background-position: -39px -104px;
	width: 22px;
	height: 24px;
}

.icon-onehour {
	width: 20px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: 0 -143px;
	width: 20px;
	height: 20px;
}

.icon-logout {
	width: 24px;
	height: 16px;
	background-image: url(/assets/images/sprite.png);
	background-position: -35px -143px;
	width: 24px;
	height: 16px;
}

.icon-exit {
	width: 22px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: -76px -104px;
	width: 22px;
	height: 20px;
}

/* end icons */

/* ==========================================================================
   STYLE SELECT
   ========================================================================== */

.selectbox {
	display: block;
	position: relative;
	float: left;
	margin-top: 6px;
	z-index: 33;
}

.selectbox:hover {
	cursor: pointer;
}

.selectbox .select {
	background-color: white;
	border: 1px solid #d3d9de;
	min-width: 230px;
	height: 30px;
	padding-left: 19px;
}

.selectbox .select .text {
	display: inline-block;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
}

.selectbox .select .trigger {
	position: absolute;
	right: 9px;
	top: 2px;
}

.selectbox .select .trigger svg {
	font-size: 6px;
	margin-left: 15px;
}

.selectbox .dropdown {
	position: absolute;
	top: 40px !important;
	left: 0;
	right: 0;
	height: auto;
	bottom: auto;
	display: block;
	width: 100%;
	text-align: left;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	padding-top: 10px;
	padding-bottom: 10px;
}

.selectbox .dropdown ul li {
	padding-left: 19px;
	padding-right: 15px;
}

/*end select*/

/*----------------------------------------
	CHECKBOX
----------------------------------------*/

.checkbox_input {
	opacity: 0;
	width: 0;
}

.checkbox_label {
	position: relative;
	padding-left: 24px;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
}

.checkbox_label:hover {
	cursor: pointer;
	color: #880f4f;
}

.checkbox_label:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 11px;
	height: 11px;
	background-color: white;
	border: 1px solid #bdbdbd;
}

.checkbox_label_black {
	color: #000;
}

.checkbox_input:checked +label {
	color: #880f4f;
}

.checkbox_input:checked +label:before {
	box-shadow: 0 0 0 2px #fff inset;
	background: #880f4f;
	border: 1px solid #880f4f;
}

.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;
	border-radius: 2px;
	border: 1px solid #979797;
	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%;
	border-radius: 2px;
	border: 1px solid #979797;
	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;
	box-shadow: 0 0 2px 0 #979797 inset;
}

/* ==========================================================================
	 HEADER
	 ========================================================================== */

.header {
	color: #dedfe0;
	background-color: #14051a;
	height: 80px;
}

.header.no-menu {
	margin-bottom: 80px;
}

.header__logo {
	display: block;
	float: left;
	padding: 0;
	/* width: 55%; !upd*/
	width: 25%;
	height: 100%;
/* 	background-size: cover;
	background: url(/assets/images/logo-bg.png) no-repeat;
	background-size: 100%;
	background-position: -55px 0; */
}

.header__logo_mini {
	display: none;
}

.header__local {
	display: block;
	float: left;
	width: 25%;
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	padding-left: 20px;
	height: 60px;
	color: #eee;
}

.header__local_link {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	border-bottom: 1px dashed #fff;
}

.header__local_link:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.header__search {
	display: block;
	float: left;
	text-align: left;
	height: 100%;
	text-align: center;
	padding-top: 23px;
}

.header__search__form {
	position: relative;
	display: inline-block;
	width: 270px;
	height: 30px;
	margin-right: 44px;
	margin-top: 2px;
}

.header__search__form_icon {
	position: absolute;
	z-index: 2;
	left: 12px;
	top: 8px;
	right: auto;
	bottom: auto;
	font-size: 16px;
	color: #fff;
}

.header__search__form_input {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 30px;
	padding: 0 0 0 35px;
	border: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	background-color: #411041;
	border-radius: 14px;
	box-shadow: 0 0 15px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(24, 24, 24, .75);
}

.header__search__form_input[type=search] {
	box-sizing: border-box;
}

.header__search__form_input:hover,
.header__search__form_input:focus {
	outline: none;
}

.header__search__form_input::-webkit-input-placeholder {
	color: #fff;
	transition: all .5s ease;
}

.header__search__form_input::-moz-placeholder {
	color: #fff;
	transition: all .5s ease;
}

.header__search__form_input:-ms-input-placeholder {
	color: #fff;
	transition: all .5s ease;
}

.header__search__form_input:-moz-placeholder {
	color: #fff;
	transition: all .5s ease;
}

.header__search__form_input:focus::-webkit-input-placeholder {
	opacity: 0;
	color: #fff;
	transition: all .5s ease;
}

.header__search__form_input:focus::-moz-placeholder {
	opacity: 0;
	color: #fff;
	transition: all .5s ease;
}

.header__search__form_input:focus:-ms-input-placeholder {
	opacity: 0;
	color: #fff;
	transition: all .5s ease;
}

.header__search__form_input:focus:-moz-placeholder {
	opacity: 0;
	color: #fff;
	transition: all .5s ease;
}

.header__login {
	padding-top: 25px;
	display: block;
    float: right;
    width: 22%;
    text-align: right;
}

.header__login a {
	color: #fff;
}

.header__login a:hover {
	color: #fff;
	text-decoration: underline;
}

/* end header*/

/* ==========================================================================
	 MENU
	 ========================================================================== */

.header__menu {
	position: relative;
	height: 80px;
	z-index: 888;
	background-color: #880f4f;
}

.header__menu >.container,
.header__menu .row {
	height: 100%;
}

.header__single.no-menu {
	margin-bottom: 0;
}

.menu >ul {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
}

.menu__item {
	display: block;
	width: 12.5%;
	padding: 20px 0;
	text-align: center;
}

.menu__item >a {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
}

.menu__item >a:hover {
	color: #fff;
}

.menu__item a:hover {
    opacity: 0.8;
}

.menu__item >a:not(:last-child):after {
	content: "";
	position: absolute;
	top: 6px;
	right: 0;
	display: inline-block;
	height: 100%;
	width: 1px;
	background: #000;
	opacity: .2;
	-ms-transform: rotate(90deg);
	transform: rotate(15deg);
}

.menu__item >a svg {
	font-size: 8px;
	color: #fff;
	margin-left: 15px;
}

.menu__item .header__local_link {
	color: #42a5f5;
}

.menu__item_search.item_advanced >a {
	width: auto;
}

.menu__item_search.item_advanced >a:after {
	display: none;
}

.menu__item_icon {
	position: relative;
	top: 5px;
	margin-right: 8px;
}

.menu__item_search {
	float: right;
	width: 22%;
}

.menu__item_search >a:last-child {
	border-bottom: 1px dashed #4a4a4a;
}

.menu__item_search >a:last-child:hover {
	border-bottom: 1px dashed #880f4f;
}

.submenu.open {
	display: block;
}

.submenu {
	display: none;
	position: absolute;
	z-index: 55;
	left: -6px;
	right: 0;
	bottom: auto;
	width: 101%;
	padding: 14px 11px;
	min-height: 120px;
	top: 106%;
	background-color: #f5f5f5;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(28, 28, 28, .1), 0 1px 1px rgba(24, 24, 24, .1);
}

.relative {
	position: relative;
}

.submenu__small {
	width: 190px;
	min-height: 120px;
	left: -15%;
}

.submenu__item a {
	color: #4a4a4a;
	line-height: 25px;
	font-size: 15px;
	font-weight: 400;
}

.submenu__item a:hover {
	color: #4a4a4a;
}

.submenu__item_service .submenu__item__list {
	width: 16.66667%;
}

.submenu__item__list {
	width: 20%;
	float: left;
}

.submenu__item_title {
	font-weight: 900;
	color: #000;
}

.submenu__item_title:not(:first-child) {
	margin-top: 10px;
}

.menu-button {
	display: inline-block;
	padding: .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: #fff;
	outline: 1px solid transparent;
	transition-property: background-color, transform;
	transition-duration: .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 {
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

.menu-button.is-active .burger-icon::after {
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

/* end MENU */

/* ==========================================================================
   FILTER PANEL
   ========================================================================== */

.filter {
	margin-bottom: 17px;
}

.filter__panel {
	height: 50px;
	background-color: white;
	background-image: linear-gradient(to top, rgba(24, 24, 24, .05) 0%, rgba(255, 255, 255, .05) 100%);
	border: 1px solid #cecece;
	border-radius: 4px;
}

.filter__panel__sorting {
	float: left;
	width: 40%;
	text-align: left;
	padding-left: 20px;
	padding-top: 3px;
}

.filter__panel__sorting_label {
	display: block;
	float: left;
	margin-right: 17px;
	padding-top: 12px;
	font-size: 14px;
	line-height: 20px;
}

.filter__panel__view {
	float: right;
	width: 60%;
	text-align: right;
}

.filter__panel__view_label {
	margin-right: 11px;
	position: relative;
	top: -6px;
	display: inline-block;
	font-weight: 400;
	line-height: 20px;
}

.filter__panel__view__list {
	display: inline-block;
}

.views__item {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 56px;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.views__item:not(:first-child) {
	margin-left: -4px;
}

.views__item:last-child {
	border-right: 0;
}

.views__item.active svg {
	color: #880f4f;
}

.views__item:hover svg {
	color: #880f4f;
}

.views__item_icon {
	font-size: 15px;
	color: #cecece;
}

/* end filter panel*/

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */

.breadcrumbs {
	padding-top: 14px;
	padding-left: 3px;
	padding-bottom: 14px;
}

.breadcrumbs__list_item {
	display: inline-block;
}

.breadcrumbs__list_item a {
	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 {
	text-decoration: underline;
}

/* end breadcrumbs */

/* ==========================================================================
	 PAGINNATION
	 ========================================================================== */

.paggination {
	width: 100%;
	padding: 16px 0;
	text-align: right;
}

.paggination__list_item {
	display: inline-block;
}

.paggination__list_item:not(:last-child) {
	margin-right: 16px;
}

.paggination__list_item >a {
	font-size: 19px;
	font-weight: 500;
	line-height: 18px;
}

.paggination__list_item >a:hover svg {
	color: #4a4a4a;
}

.paggination__list_item >a svg {
	font-size: 14px;
	color: silver;
}

.paggination__list_item.next {
	margin-left: 18px;
}

.paggination__list_item.prev {
	margin-right: 29px;
}

/* end paggination*/

/* ==========================================================================
	 CATALOG
	 ========================================================================== */

.catalog-list {
	width: 100%;
}

.catalog__item {
	position: relative;
	width: 33.33333%;
	height: 538px;
	overflow: hidden;
	float: left;
	/* margin-bottom: 30px; */
	border: 1px solid transparent;
}

.catalog__item.list {
	width: 50%;
	height: 210px;
	margin-bottom: 0;
	border: 1px solid #eaeaea;
}

.catalog__item.list .cost-block {
	display: none;
}

.catalog__item.list .properties {
	background: transparent;
	top: auto;
	right: auto;
	left: 19px;
	bottom: -17px;
	font-size: 12px;
	text-transform: lowercase;
}

.catalog__item.list .properties >span {
	height: 15px;
	line-height: 15px;
}

.catalog__item.list .properties_check {
	position: relative;
	background: transparent;
}

.catalog__item.list .properties_check:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 7px;
	height: 7px;
	background-color: #cddc39;
	border-radius: 50%;
}

.catalog__item.list .properties_video {
	position: relative;
	background: transparent;
}

.catalog__item.list .properties_video:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 7px;
	height: 7px;
	background-color: #80d8ff;
	border-radius: 50%;
}

.catalog__body {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 2px;
}

.catalog__item_image {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.catalog__item_image.list {
	width: 22%;
	height: 100%;
	max-height: 150px;
	max-height: 186px;
	padding: 17px 0;
}

.catalog__item_image.list .block_image img {
	width: auto;
	max-width: none;
	height: 100%;
}

.block_image {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.block_image img {
	width: auto;
	max-width: fit-content;
	height: auto;
}

.properties {
	position: absolute;
	top: 1px;
	right: 1px;
	left: auto;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	height: 30px;
}

.properties >span {
	position: relative;
	padding-left: 10px;
	display: block;
	width: 130px;
	height: 30px;
	text-align: left;
}

.properties_check {
	background-color: #cddc39;
}

.properties_video {
	background-color: #80d8ff;
}

.catalog__item__info {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, .5);
	padding-top: 13px;
	padding-left: 17px;
	padding-bottom: 17px;
}

.catalog__item__info.list {
	position: relative;
	background: transparent;
	width: 43%;
	padding: 21px 0 0 0;
	height: auto;
}

.catalog__item__info.list .catalog__item__info_item {
	line-height: 27px;
}

.catalog__item__info.list .catalog__item__info_icon {
	margin-right: 14px;
	padding-top: 12px;
	width: 18px;
}

.catalog__item__info.list .catalog__item__info_name .catalog__item__info_text >a {
	font-size: 18px;
	line-height: 18px;
}

.catalog__item__info.list .catalog__item__info_icon_name {
	padding-top: 4px;
}

.catalog__item__info.list .catalog__item__info_text {
	width: 86%;
	border: 0;
}

.catalog__item__info.list .catalog__item__info_text >a {
	color: #4a4a4a;
	font-size: 15px;
	line-height: 18px;
}

.catalog__item__info.list .catalog__item__info_text >a:hover {
	color: #4a4a4a;
}

.catalog__item__info.list .catalog__item__info_text .part {
	display: inline;
}

.catalog__item__info.list .btn-phone {
	width: 170px;
	height: 30px;
	line-height: 30px;
}

/* .catalog__item__info.list .btn-phone >span {
	font-size: 0;
} */

.catalog__item__info.list .icon-name {
	width: 18px;
	height: 22px;
	background-image: url(/assets/images/sprite.png);
	background-position: -180px -99px;
	width: 18px;
	height: 18px;
}

.catalog__item__info.list .icon-local {
	width: 12px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: -180px -132px;
	width: 16px;
	height: 18px;
}

.info-options {
	position: relative;
	width: 35%;
	float: left;
	padding: 26px 0 0 6px;
}

.info-options .icon {
	position: absolute;
	font-size: 19px;
	left: -26px;
	top: 29px;
}

.list-options {
	text-align: left;
}

.list-options li {
	font-size: 15px;
	line-height: 21px;
}

.list-options .value {
	display: inline-block;
	text-align: right;
}

.hours {
	position: relative;
	display: block;
	float: left;
	width: 63%;
	padding: 18px 0 0 46px;
}

.hours .icon {
	position: absolute;
	left: 7px;
	top: 20px;
}

.hours-item {
	display: inline-block;
}

.hours-item:not(:last-child) {
	margin-right: 32px;
}

.hours-item__num {
	padding-bottom: 3px;
	font-size: 15px;
	border-bottom: 1px solid rgba(74, 74, 74, .5);
}

.hours-item__price {
	padding-top: 3px;
	font-size: 15px;
	font-weight: 700;
}

.catalog__item__info_item {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 26px;
	line-height: 35px;
}

.catalog__item__info_item .catalog__item__info_text >a {
	font-size: inherit;
	font-weight: inherit;
	color: #fff;
}

.catalog__item__info_item .catalog__item__info_text >a:hover {
	color: #fff;
}

.catalog__item__info_item:last-child .catalog__item__info_text {
	border-bottom: 0;
}

.catalog__item__info_adress .catalog__item__info_text {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	/* text-decoration: underline; !upd */
}

.catalog__item__info_phone {
	/* padding: 10px 0 0 8px; */
}

.catalog__item__info.list .catalog__item__info_icon {
	margin-right: 10px;
	width: 15px;
}

.catalog__item__info_icon {
	position: relative;
	display: block;
	float: left;
	line-height: 16px;
	text-align: center;
	padding-top: 10px;
	margin-right: 0;
	width: 44px;
}

.catalog__item__info_icon_name {
	padding-top: 4px;
}

.catalog__item__info_text {
	display: block;
	float: left;
	width: 80%;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.catalog__item__info_name a {
	font-size: 26px;
}

.catalog__item__descript {
	display: none;
	float: left;
	width: 48%;
	height: 100%;
	padding-top: 27px;
}

.catalog__item__descript.list {
	display: block;
}

.btn-phone {
	display: inline-block;
	width: 230px;
	height: 40px;
	background-color: #880f4f;
	border-radius: 2px;
	box-shadow: inset 0 -2px 0 rgba(1, 1, 1, .25);
	color: #fefefe;
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	/* text-decoration: underline; !upd */
	padding: 0 0 0 0;
	cursor: pointer;
	text-align: center;
}

.btn-phone:hover {
	background-color: #690c3d;
}

.btn-phone .icon {
	position: relative;
	top: 4px;
	right: 2px;
	width: 17px;
	height: 17px;
	color: #fff;
}

.btn-phone_xl {
	width: 230px;
}

.cost-block {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 10px;
	padding: 3px 0 0 11px;
	background-color: #2f4aa4;
	border-radius: 2px 0 0 2px;
}

.cost-block-val {
	display: block;
	color: #fefefe;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
}

.cost-block-price {
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
}

/* end catalog*/

/* ==========================================================================
   SINGLE INFORMATION
   ========================================================================== */

.information-wrapper {
	width: 100%;
}

.info__block {
	display: block;
	float: left;
	min-height: 220px;
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(28, 28, 28, .1), 0 1px 1px rgba(24, 24, 24, .1);
}

.info__block_title {
	font-size: 18px;
	font-weight: 300;
	line-height: 38px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	padding-left: 29px;
}

.information__main {
	width: 33%;
	padding: 5px 0 0 25px;
	float: left;
}

.information__main_item {
	font-size: 15px;
	line-height: 30px;
	color: #880f4f;
	text-decoration: underline;
}

.information__main_item .btn-phone {
	width: 170px;
	height: 30px;
	line-height: 28px;
	margin-top: 26px;
	margin-left: 4px;
}

.information__main_item .btn-phone .icon {
	right: 13px;
}

/* .information__main_item .btn-phone >span {
	font-size: 0;
} */

.information__main_name {
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 10px;
	color: #4a4a4a;
	text-decoration: none;
}

.information__main_item_icon {
	display: block;
	float: left;
	width: 22px;
	text-align: center;
	margin-right: 11px;
}

.information__main_item_icon .icon-name-black {
	position: relative;
	top: 14px;
}

.information__main_item_icon .icon-area-black {
	position: relative;
	top: 3px;
}

.info-price {
	position: relative;
	float: left;
	width: 33%;
	margin-top: 11px;
}

.info-price .icon {
	position: absolute;
	top: 0;
	left: -30px;
	left: -33px;
	width: 22px;
}

.info-price .hours-item {
	padding-left: 4px;
	line-height: 19px;
	margin-bottom: 6px;
}

.info-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.info-subtitle {
	font-size: 12px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.info-material {
	float: left;
	width: 34%;
	position: relative;
	margin-top: 11px;
}

.info-material .icon {
	position: absolute;
	top: 0;
	left: -33px;
	width: 22px;
}

.material-list {
	display: inline-block;
	margin-right: 64px;
	text-align: justify;
}

.material-list li {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	text-align: justify;
}

.material-list li .value {
	font-weight: 700;
	text-align: right;
	float: right;
	margin-left: 2px;
}

/* end information */

/* ==========================================================================
	 GALLERY PHOTO
	 ===========================================================================*/

.slider .slider__container {
	width: 1210px;
	margin: 0 auto;
}

.gallery {
	position: relative;
}

/* Frame */

.frame {
	height: 524px;
	line-height: 524px;
	overflow: hidden;
}

.frame__list {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	display: flex;
	overflow: hidden;
	overflow-x: scroll;
}

.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 */

.gallery__scrollbar {
	margin: 28px 0;
	height: 2px;
	background: #bdbdbd;
	border-radius: 0;
}

.gallery__scrollbar_handle {
	position: relative;
	top: -2px;
	width: 100px;
	height: 6px;
	background-color: #880f4f;
	border-radius: 2px;
	cursor: pointer;
}

.gallery__scrollbar_handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

.gallery__frame {
	position: relative;
}

.section_title {
	margin: 38px 0 27px;
}

.mobile-gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 400px;
	margin: 0 auto;
}

.mobile-gallery__main-item {
	width: 70%;
	padding-left: 5px;
	padding-right: 5px;
	max-height: 476px;
	margin-bottom: 10px;
	overflow: hidden;
}

.mobile-gallery__main-item img {
	width: 100%;
	height: auto;
}

.gallery-thumbnails {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 30%;
}

.gallery-thumbnails__item {
	display: block;
	float: left;
	width: 100%;
	max-height: 90px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-thumbnails__item >a {
	display: inline-block;
	width: 100%;
}

.gallery-thumbnails__item img {
	width: 100%;
	height: auto;
}

.mobile__gallery_slider {
	width: 400px;
	margin: 0 auto;
	height: 517px;
	overflow: hidden;
}

.mobile__gallery_slider_item {
	padding: 0 5px;
}

.mobile__gallery_slider_item:focus {
	outline: none;
}

.mobile__gallery_slider_item img {
	width: 100%;
	height: auto;
}

.mobile__gallery_thumbnails {
	width: 400px;
	margin: 0 auto;
	height: 90px;
	overflow: hidden;
	margin-top: 11px;
}

.mobile__gallery_thumbnails_item {
	padding: 0 5px;
}

.mobile__gallery_thumbnails_item:focus {
	outline: none;
}

.mobile__gallery_thumbnails_item img {
	width: 100%;
	height: auto;
}

/* end gallery */

/*----------------------------------------
	FULL FITER SINGLE PAGE
----------------------------------------*/

.service {
	padding-top: 21px;
}

.service__block {
	width: 74%;
	min-height: 480px;
	padding-top: 5px;
}

.service__block .info__block_title {
	padding-left: 33px;
}

.service__adress {
	width: 24.5%;
	margin-left: 1.5%;
	min-height: 480px;
	padding-top: 5px;
	overflow: hidden;
}

.service__adress .info__block_title {
	padding-left: 33px;
}

.service__adress_map {
	width: 272px;
	height: 363px;
	margin: 24px auto 0;
	overflow: hidden;
}

.catalog__list {
	padding-bottom: 200px;
}

.catalog__list .section_title {
	margin: 45px 0 27px;
	padding-left: 23px;
}

.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: #bdbdbd;
	font-weight: 400;
	text-align: left;
	text-decoration: underline;
}

.list_item_link:hover {
	color: inherit;
	text-decoration: underline;
}

.list_item_link.active {
	color: #880f4f;
}

/* end filter*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-lock body {
	overflow: hidden;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	padding: 0 !important;
	text-shadow: none;
	border-radius: 4px;
	background: transparent;
}

.fancybox-opened {
	z-index: 8030;
	opacity: 1 !important;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
	margin-top: 12%;
	padding-bottom: 20%;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close {
	display: inline-block;
	width: 25px;
	height: 25px;
	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;
	background-size: 100%;
}

.fancybox-close {
	position: absolute;
	top: -35px;
	right: -35px;
	cursor: pointer;
	z-index: 10133 !important;
}

#fancybox-loading {
	background-image: url("../images/fancybox_sprite.png");
}

.fancybox-prev span {
	display: inline-block;
	width: 29px;
	height: 50px;
	background-size: 100%;
	background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2250%22%3E%3Cpath%20d%3D%22M0%2025l4.052%204.06L24.948%2050%2029%2045.94%208.104%2025%2029%204.06%2024.948%200%204.052%2020.94%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat left;
	background-size: contain;
}

.fancybox-next span {
	display: inline-block;
	width: 29px;
	height: 50px;
	background-size: 100%;
	background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2250%22%3E%3Cpath%20d%3D%22M29%2025l-4.05-4.06L4.05%200%200%204.06%2020.9%2025%200%2045.94%204.05%2050l20.9-20.94%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat right;
	background-size: contain;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	width: 35%;
	left: 0;
}

.fancybox-next {
	width: 65%;
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span {
	left: -35px;
}

.fancybox-next span {
	right: -35px;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .5);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	margin: 0 auto;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*----------------------------------------
	SEARCH FULL FITER
----------------------------------------*/

.search h1 {
	margin-top: 8px;
}

.search__wrapper {
	padding-top: 2px;
	padding-bottom: 40px;
}

.search__body {
	padding: 10px 0 0 27px;
}

.search__section .search__body {
	padding: 10px 0 0 18px;
}

.search__body__col {
	display: block;
	float: left;
}

.search__body__col.col4 {
	width: 25%;
}

.search__body__col.col5 {
	width: 20%;
}

.search__body__col.col6 {
	width: 16.66667%;
}

.search__body__col.col7 {
	width: 14.28571%;
}

.search_title {
	padding-left: 20px;
}

.search_title i {
	margin-right: 10px;
	margin-top: 8px;
}

.search__body__col__buttons {
	display: block;
	float: right;
	text-align: right;
	padding-right: 18px;
	padding-top: 1px;
}

.btn_search:first-child {
	margin-right: 16px;
}

/* .search__body__col_list {
	margin-bottom: 27px;
} */

.list_item_title {
	line-height: 24px;
	font-weight: 900;
	/*padding-left: 26px;*/
}

.map {
	overflow: hidden;
}

.search__section {
	width: 100%;
}

.search__wrapper {
	width: 100%;
}

/* end search full filter */

/*----------------------------------------
	MAP
----------------------------------------*/

.map__section {
	width: 100%;
	height: 827px;
	overflow: hidden;
}

.map__section .container {
	padding-left: 0;
	padding-right: 0;
}

/*popup*/

.ymaps-2-1-42-balloon__content {
	padding: 0;
}

.map__popup {
	width: 340px;
	height: 119px;
	background-color: white;
	box-shadow: 0 0 3px rgba(28, 28, 28, .1), 0 1px 1px rgba(24, 24, 24, .1);
}

.map__popup__image {
	float: left;
	width: 31%;
	display: block;
	height: 100%;
	overflow: hidden;
}

.map__popup__image img {
	width: auto;
	max-width: none;
	height: 100%;
}

.map__popup__info {
	float: right;
	width: 69%;
	display: block;
	text-align: left;
	padding: 13px 0 0 12px;
}

.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, .07);
}

.popup__info__item_icon {
	display: block;
	float: left;
	width: 30px;
}

.popup__info__item_text {
	position: relative;
	float: left;
}

/* end map */

.pages.open {
	bottom: 0;
}

.pages.open .icon-pages {
	position: absolute;
	right: 16px;
	visibility: visible;
	display: block;
	width: 16px;
	height: 16px;
	background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038%2038%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M38.1%2036.9L20.6%2019.3%2038.1%201.8c.3-.3.3-.8%200-1.2-.3-.3-.8-.3-1.2%200L19.4%2018.2%201.9.6C1.6.3%201%20.3.7.6c-.3.3-.3.8%200%201.2l17.5%2017.5L.7%2036.9c-.3.3-.3.8%200%201.2s.8.3%201.2%200l17.6-17.6L37%2038c.3.3.8.3%201.2%200s.3-.8-.1-1.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
	background-size: 100%;
}

.pages.open span {
	visibility: hidden;
}

.pages {
	position: fixed;
	right: 150px;
	width: 400px;
	z-index: 7766;
	background: #eee;
	bottom: -400px;
	transition: all .7s ease;
}

.pages .icon-pages {
	visibility: hidden;
}

.pages .pages-header {
	display: block;
	padding: 7px 16px 5px 16px;
	background-color: #383d45;
	cursor: pointer;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.pages .pages-header:before {
	content: " ";
	display: table;
}

.pages .pages-header:after {
	display: table;
	content: " ";
	clear: both;
}

.pages .pages-header p {
	margin: 0;
	font-size: 15px;
	color: #fff;
	float: left;
}

.pages .pages-header span {
	float: right;
	color: #fff;
}

.pages ul {
	padding: 15px;
	margin: 0;
	width: 100%;
	height: 400px;
	overflow-y: auto;
}

.pages ul li {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	color: #444;
	list-style: none;
	cursor: pointer;
	opacity: 1;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .07);
	background-color: #fff;
	margin-bottom: 5px;
}

.pages ul li a {
	display: inline-block;
	padding-left: 10px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #444;
}

.pages ul li a:hover {
	background: #f4f3f3;
}

.pages ul li a:hover,
.pages ul li a:focus,
.pages ul li a:active {
	text-decoration: none;
}

@media (min-width: 768px) {

.container {
	width: 715px;
}

.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 screen and (min-width: 768px) {

a:hover {
	color: #880f4f;
	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;
}

/* .single .header__menu {
	display: none;
} */

.mobile-gallery {
	display: none;
}

}

@media screen and (min-width: 800px) {

.container {
	width: 750px;
}

}

@media screen and (max-width: 991px) and (min-width: 768px) {

.menu__item-weight {
	display: none;
}

.menu__item_search >a:last-child {
	display: none;
}

.filter__panel__sorting {
	width: 60%;
}

.filter__panel__view {
	width: 40%;
}

}

@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 (min-width: 1200px) {

.container {
	width: 1210px;
	padding: 0 15px;
}

.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;
	background: #880f4f;
}

.btn-light:hover {
	background: rgba(74, 74, 74, .4);
}

.btn-default:hover {
	background-color: #f8f8f8;
	background-image: linear-gradient(to top, rgba(24, 24, 24, .2) 0%, rgba(255, 255, 255, .2) 100%);
	border: 1px solid #979797;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 white, 0 1px 1px rgba(24, 24, 24, .23);
	text-shadow: 0 1px 0 white;
	color: #4a4a4a;
}

}

@media screen and (max-width: 1600px) {

body {
	background-size: 2235px;
}

}

@media screen and (max-width: 1500px) {

.slider .slider__container {
	width: 100%;
}

}

@media screen and (max-width: 1199px) {

.btn:hover {
	color: #fff;
	background: #880f4f;
}

.btn:active {
	color: #fff;
	background: #880f4f;
}

.btn-light:hover {
	background: rgba(74, 74, 74, .4);
}

.btn-light:active {
	background: rgba(74, 74, 74, .4);
}

.btn-default:hover {
	background-color: #f8f8f8;
	background-image: linear-gradient(to top, rgba(24, 24, 24, .2) 0%, rgba(255, 255, 255, .2) 100%);
	border: 1px solid #979797;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 white, 0 1px 1px rgba(24, 24, 24, .23);
	text-shadow: 0 1px 0 white;
	color: #4a4a4a;
}

.btn-default:active {
	background-color: #f8f8f8;
	background-image: linear-gradient(to top, rgba(24, 24, 24, .2) 0%, rgba(255, 255, 255, .2) 100%);
	border: 1px solid #979797;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 white, 0 1px 1px rgba(24, 24, 24, .23);
	text-shadow: 0 1px 0 white;
	color: #4a4a4a;
}

.checkbox_label {
	font-size: 13px;
}

.header__local {
	padding-top: 10px;
	padding-left: 20px;
}

.header__search__form {
	width: 100%;
}

.menu__item >a svg {
	font-size: 6px;
	margin-left: 6px;
}

.menu__item_icon {
	margin-right: 5px;
}

.submenu__item a {
	font-size: 14px;
}

.filter__panel__sorting {
	padding-left: 15px;
}

.catalog__item {
	height: 430px;
}

.catalog__item.list {
	/*height: 320px;*/
}

.catalog__item_image.list {
	width: 30%;
}

.catalog__item__info.list {
	width: 47%;
}

.catalog__item__info.list .catalog__item__info_text {
	width: 77%;
}


.info-options {
	width: 20%;
}
.hours {
	width: 70%;
	padding: 5px 0 0 46px;
}

.catalog__item__info_item {
	font-size: 22px;
}

.catalog__item__info_phone {
	padding: 10px 0 0 0;
}

.catalog__item__info_name a {
	font-size: 18px;
}

.btn-phone {
	width: 170px;
	height: 35px;
	line-height: 32px;
}

/* .btn-phone span {
	font-size: 0;
} */

.cost-block {
	width: 95px;
}

.cost-block-val {
	font-size: 12px;
}

.cost-block-price {
	font-size: 15px;
}

.info__block_title {
	padding-left: 20px;
}

.information__main_name {
	font-size: 22px;
}

.info-price .hours-item:not(:last-child) {
	margin-right: 20px;
}

.list_item_link {
	font-size: 13px;
}

.map__section {
	height: 600px;
}

}

@media screen and (max-width: 1023px) {



.map__section {
	width: 85%;
}

.pages {
	display: none !important;
}

}

@media screen and (max-width: 991px) {

.header__local {
	font-size: 11px;
	width: 32%;
	padding-left: 15px;
}

.header__local_link {
	font-size: 11px;
}

.header__login .hide_text {
	display: none;
}

.header__menu {
	height: 60px;
}

.menu__item {
	width: 15.5%;
	padding: 10px 0;
}

.menu__item_search {
	width: 7%;
}

.submenu__item a {
	font-size: 12px;
}

.catalog__item {
	width: 50%;
	margin-bottom: 0;
	height: 430px;
}

.catalog__item_image.list {
	width: 35%;
}

.catalog__item__info.list {
	width: 65%;
	padding-left: 10px;
}

.catalog__item__info.list .catalog__item__info_icon {
	padding-top: 7px;
}

.catalog__item__info.list .catalog__item__info_icon_name {
	padding-top: 0;
}

.catalog__item__info.list .catalog__item__info_text .part {
	display: none;
}

.info-options {
	width: 65%;
}

.catalog__item__info_item {
	font-size: 16px;
	line-height: 28px;
}

.catalog__item__info_adress .catalog__item__info_text >a span {
	font-size: 0;
}

.catalog__item__info_icon {
	width: 35px;
	margin-right: 8px;
	padding-top: 3px;
	line-height: 25px;
}

.catalog__item__descript.list {
	padding-top: 20px;
}

.information-wrapper {
	min-height: 425px;
}

.information__main {
	width: 100%;
	margin-bottom: 20px;
}

.info-price {
	width: 50%;
	padding-left: 65px;
	padding-bottom: 30px;
}

.info-price .icon {
	left: 28px;
}

.info-material {
	width: 50%;
	padding-left: 60px;
	padding-bottom: 30px;
}

.info-material .icon {
	left: 25px;
}

.frame {
	height: 380px;
}

.service__block {
	width: 100%;
	margin-bottom: 20px;
}

.service__adress {
	width: 100%;
	min-height: 400px;
	margin-left: 0;
}

.service__adress_map {
	width: 100%;
	margin-top: 0;
}

.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: 799px) {

.header__local {
	padding-top: 26px;
}

.header__local span {
	display: none;
}


.menu__item >a:hover {
	color: #4a4a4a;
}

}

@media screen and (max-width: 767px) {

.menu__item >a {
	font-size: 18px;
	border-bottom: 0;
	color: #4a4a4a;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.wrapper {
	padding-top: 0;
}

a:active {
	color: #880f4f;
	text-decoration: none;
	outline: none;
}

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%;
	padding: 0;
}

.header .container {
	padding-left: 0;
	padding-right: 0;
}

.header__local {
	display: none;
}

.header__search {
	padding-right: 90px;
}

.header__login {
	position: fixed;
	display: block;
	top: 18px;
	z-index: 907;
	right: 10px;
	padding: 0;
	width: 60px;
	height: 46px;
	text-align: center;
	background: transparent;
}

.menu-button {
	border: 0;
	padding: 10px;
	background: rgba(74, 74, 74, .8);
	border-radius: 10px;
}

.header__menu {
	position: fixed;
	z-index: 890;
	top: 0;
	background: #fff;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	padding-bottom: 20px;
	overflow-y: auto;
	border-bottom: 1px solid #ccc;
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	transition: all .5s ease;
}

.header__menu.open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all .5s ease;
}

.header__menu .container {
	padding-left: 0;
	padding-right: 0;
}

.menu >ul {
	-ms-flex-direction: column;
	flex-direction: column;
}

.menu__item {
	width: 100%;
	border-bottom: 1px solid rgba(204, 204, 204, .45);
	text-align: left;
	line-height: 38px;
}

li.menu__item a i.icon {
	display: none;
}

li.menu__item {
	/* padding-left: 20px; */
}
li.menu__item > a {
	 padding-left: 20px;
     line-height: 39px;
}

.header-lk {
	display: none;
}

.menu__item >a:not(:last-child):after {
	display: none;
}

.submenu {
	top: auto;
	left: auto;
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none;
}

.submenu__item__list {
	line-height: 25px;
}

.submenu__item_service .submenu__item__list {
	width: 100%;
}

.submenu__item__list {
	width: 100%;
}

.filter__panel__sorting_label {
	display: none;
}

.paggination__list {
	text-align: center;
}

.catalog__item {
	height: 400px;
}

.catalog__item.list {
	width: 500px;
	height: 320px;
	margin: 0 auto;
	float: none;
	margin-bottom: 20px;
}

.catalog__item__info_item {
	line-height: 38px;
}

.catalog__item__descript.list {
	width: 95%;
	float: right;
}

.gallery {
	display: none;
}

.service__adress {
	width: 85%;
}

.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;
}

/* .header__logo {
	padding: 22px 0 20px 15px;
	width: auto;
	background: transparent;
} */

.header__logo_link {
	display: none;
}

/* .header__logo_mini {
	display: inline-block;
} */

.filter__panel__sorting {
	padding-left: 10px;
	width: 60%;
}

.filter__panel__view {
	width: 40%;
}

.views__item_list {
	display: none;
}

.catalog__item {
	width: 300px;
	height: 350px;
	margin: 0 auto 20px;
	float: none;
}

.info-price {
	width: 100%;
}

.info-material {
	width: 100%;
}

.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%;
}

.map__section {
	height: 500px;
	width: 95%;
}

.map__section #map {
	width: 90% !important;
	overflow: hidden;
	margin: 0 auto;
}

}

@media screen and (max-width: 480px) {

.form__group_textarea {
	min-width: 0;
	width: 100%;
}

.selectbox .select .text {
	font-size: 12px;
}

.header__search {
	display: none;
}

.filter__panel__view_label {
	display: none;
}

.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;
}

.search__body__col.col4 {
	width: 50%;
}

.search__body__col.col5 {
	width: 100%;
}

.search__body__col.col6 {
	width: 100%;
}

.search__body__col.col7 {
	width: 100%;
}

.map__section {
	height: 400px;
}

}

@media screen and (max-width: 479px) {

.mobile-gallery {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mobile-gallery__main-item {
	width: 100%;
	max-height: 400px;
}

.gallery-thumbnails {
	-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;
}

.selectbox .select {
	padding-left: 10px;
	padding-right: 10px;
	min-width: 145px;
	width: 100%;
	overflow: hidden;
}

.selectbox .select .trigger {
	display: none;
}

.selectbox .dropdown ul li {
	font-size: 12px;
	padding-left: 10px;
}

.catalog__item {
	width: 100%;
}

}

@media screen and (max-width: 319px) {

html {
	width: 320px;
}

}





/*
* Наши доп. стили!
*/




/* d.r. */
.fancybox-opened {
	position: fixed;
}
.nothing-found-title {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #4a4a4a;
    font-weight: 300;
    padding-left: 15px;
}

.nothing-found {
	padding-left: 15px;
}
footer {
	margin-top: 40px;
    text-align: center;
    padding-bottom: 15px;
}
.footer-text p {
	margin-bottom: 0;
	font-size: 12px;
}
.text-block {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(28, 28, 28, .1), 0 1px 1px rgba(24, 24, 24, .1);
    padding: 25px;
}
.text-block h2 {
    border-bottom: 1px solid rgba(0,0,0,.07);
    margin-top: 0;
    padding-bottom: 15px;
}
/* .header {
	padding: 12px 0 12px;
	background: #4a4a4a;
	color: #dedfe0;
} */
.filter__panel__sorting_label {
	font-weight: 400;
}
.about__block {
	width: 100%;
	min-height: auto;
}
.about__block_text {
    padding: 10px 25px;
}
.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;
}
.panel__bottom {
	background-color: rgb(246, 246, 246)!important;
}
.catalog__item_image {
	margin-bottom: 10px;
}
.paggination__list_item >span {
	font-size: 19px;
    font-weight: 300;
    line-height: 18px;
    color: #f50057;
}
.catalog__list {
	padding-bottom: 0;
}
.submenu__small_metro {
	width: 220px;
	min-height: 120px;
}

.submenu__small_location {
	width: 220px;
	min-height: 120px;
	left: 0;
}
.tab-content>.single-tab {
	display: none;
}
.tab-content>.active {
	display: block;
}
.tablist a {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 25px;
    color: #4a4a4a;
    font-weight: 300;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
}
.tablist a:hover {
	color: #880f4f;
}
.tablist a.active {
	color: #880f4f;
    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: #f50057!important;
}
.aside__block_red .aside__block__header_title {
	color: #fff;
}
.aside__block_red {
	border: 1px solid #f50057!important;
}
.aside__block_red p {
	padding: 10px 25px 0 25px;
}
/* support */
#plato-form {
	width: 100%;
    margin-top: 25px;
    padding-left: 18px;
    padding-right: 15px;
    padding-top: 26px;
    padding-bottom: 48px;
    min-height: 130px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(28, 28, 28, .1), 0 1px 1px rgba(24, 24, 24, .1);
}
#plato-form .input input{
    min-width: 282px;
    height: 42px;
    margin-bottom: 15px;
    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, .5);
    border-radius: 2px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .7);
}
#plato-form textarea {
	min-height: 200px;
	min-width: 282px;
	max-width: 100%;
    margin-bottom: 15px;
    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, .5);
    border-radius: 2px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .7);
}
#plato-form input[type="submit"] {
    width: 140px;
    height: 30px;
    background-color: #f8f8f8;
    background-image: linear-gradient(to top, rgba(24, 24, 24, .2) 0%, rgba(255, 255, 255, .2) 100%);
    border: 1px solid #979797;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 white, 0 1px 1px rgba(24, 24, 24, .23);
    text-shadow: 0 1px 0 white;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
}
/* support end */
/* tickets */
#frmCreateNewTicket {
	width: 100%;
    margin-top: 25px;
    padding-left: 18px;
    padding-right: 15px;
    padding-top: 26px;
    padding-bottom: 48px;
    min-height: 130px;
    background-color: white;
    border-radius: 2px;
	box-shadow: 0 0 3px rgba(28, 28, 28, .1), 0 1px 1px rgba(24, 24, 24, .1);
}
#frmCreateNewTicket .btn {
	width: auto!important;
}
/* Другие города*/
#window {
    display: none;
    max-width: 770px;
    max-height: 580px;
    margin: 50px auto;
    background: #fff;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 14%;
    bottom: 0;
    padding: 15px 30px;
    box-shadow: 0 10px 18px 0px rgba(0, 0, 0, 0.41);
    border-radius: 10px;
}

#wrap {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.70);
}
.opacity {
    background: rgba(0, 0, 0, 0)!important;
    display: block!important;
    z-in    background: rgba(0, 0, 0, 0)!important;
    display: block!important;
    z-index: 99!important;
}
#window label {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#window label a {
 line-height: 21px;
 color: #000;
}

#window label a:hover {
	color: #c62828;
}

#big-city {
    font-weight: 700!important;
}

#window img {
 	float: right;
    width: 10px;
    margin-right: -15px;
}

#window img:hover {
    cursor: pointer;
}

#window .title {
 	color: #c62828;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.wrap_label{
	padding: 0 0 20px 20px;
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    height: auto;
    max-height: 520px;
}
p.subtitle {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 25px;
    color: #4a4a4a;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}
.social p {
	padding-left: 10px;
}

/* .list .catalog__item__info_phone {
	width: 100%;
}
.catalog__item__info_phone {
	width: 62%;
}
.catalog__item__info_phone .catalog__item__info_text {
	width: auto;
}
.list .catalog__item__app_1h {
	display: none;
}
.catalog__item__app_1h {
	width: 38%;
}
.catalog__item__app_1h .catalog__item__info_text {
	width: auto;
}
.link-metro, .link-location {
	font-size: 22px;
}
.catalog__item__info_phone .phone{
	display: none;
}
.information__main_item .phone {
	display: none;
} */
.show-phone {
	cursor: pointer;
}

.show {
	display: inline-block!important;
}

.hide {
	display: none;
}
.form__group_label_red {
    margin-top: -10px;
	color: #f50057;
}
.properties__single {
    position: absolute;
    bottom: auto;
    left: auto;
    right: -10px;
    top: 15px;
    color: #fff;
    font-size: 14px;
}
.properties__single .properties_check, .properties__single .properties_video {
	padding: 1px 5px;
}
.information__main {
	position: relative;
}

/* Дополнительные стили для расширенного поиска */
@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, .5);
}
.extra__metro {
	max-width: 282px;
}
/*.extra__metro label {
	margin-top: 10px;
}*/
.extra__metro > select {
	margin-bottom: 10px;
}
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.8);
}
#all_photos {
	display: none;
}
#hide_all_photos {
	display: none;
    width: 150px;
    background: #880f4f;
    text-align: center;
    padding: 10px;
    margin: 20px auto 0px auto;
    color: #fff;
}
#show_all_photos {
    display: block;
    width: 150px;
    background: #880f4f;
    text-align: center;
    padding: 10px;
    margin: 20px auto 0px auto;
    color: #fff;
}
/* END другие города*/

.button-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	float: left;
	border: 1px solid transparent;
}

.button-box-box {
	padding: 10px;
}

.button-box-box a {
	text-decoration: underline;
}
p.city-domain {
	font-family: "Exo 2", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	margin: 27px 0;
	font-weight: 400;
	text-transform: uppercase;
}

#main-menu li .submenu.open {
	max-height: calc(100vh - 207px);
    overflow: auto;
}

/* .submenu__small_location {
	left: 0;
} */

@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;
	}
	.info-options .icon {
		display: none;
	}
	.catalog__item.list {
	    height: 290px;
	}
	.info-options {
		padding: 15px 0 0 6px;
	}
	.list-options li {
	    display: block;
	    float: left;
	    width: 50%;
	}
	.hours {
		width: 100%;
	    margin-top: 10px;
	}
}
@media screen and (max-width: 760px) {
	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: 600px) {
	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;
	}
	.search__body__col.col4 {
		min-height: 360px;
	}
}
@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 {
		padding-left: 60px;
	    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: 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_map {
 		padding: 20px 30px;
	    width: 100%;
	    margin-top: 0;
	}
	.service__adress {
		width: 100%;
	}
	.wrapper {
		padding-bottom: 10px;
	}

/* 	.phone a{
		font-size: 24px;
	} */
}
@media screen and (min-width: 768px) {
	#mobile__gallery {
		display: none;
	}
}

/* new style 22.11.16 */
.msg-error, label.error {
	display: block;
	width: 100%;
}
.lk-page .menu-button {
	display: none;
}

#city-def:hover {
    cursor: pointer;
}

.descr-auth {
	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: #f50057;
}

.show-phone span:hover{
	border-bottom: 1px dashed;
}

.menu__item_search {
	margin-right: 0!important;
}



/* hover btn */
button.btn.btn_search#reset:hover {
	background: #929191!important;
}

button.btn.btn_search:hover {
	background: #690c3d;
}


/* .catalog__item.list .catalog__body{
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.catalog__item.list .catalog__body:hover {
    box-shadow: 2px 5px 7px rgba(28, 28, 28, .3), 0 1px 1px rgba(24, 24, 24, .1);
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
} */

.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) {
	/* .information__main_item {
		padding-left: 20px;
	} */
	.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__item.list .catalog__body{
		height: 100%
	}
	.submenu__item a {
		font-size: 13px;
	    display: block;
	    line-height: 35px;
	    border-bottom: 1px solid #dcdcdc;
	    padding-left: 20px;
        line-height: 40px;
	}
	.submenu.open {
		padding: 0;
	}
	.menu__item_search > a:first-child {
		display: block;
	}
	.menu__item_search > a:last-child {
		border-bottom: none;
	}
	.menu__item_search > a:last-child:hover {
		border-bottom: none;
	}
	.submenu__item_title {
		padding-left: 20px;
	}
	.submenu__item a:hover {
		text-decoration: none;
		background: #fff2f7;
	}
}

@media screen and (max-width: 440px) {
	button#reset, button.btn.btn_search {
	    width: calc(100% - 20px);
	    float: left;
	}
}
/* END new style 22.11.16 */


/*
*Доп стили к дизайну №3
*/


/* new style 23.11.16 */
.load-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #252525;
    z-index: 99999;
    background-image: url('/assets/images/sprite/pufff.svg');
    /* background-size: 16%; */
    background-repeat: no-repeat;
    background-position: 50%;
    background-blend-mode: normal;
}
.catalog__item.list:hover {
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
	border: 1px solid #880f4f;
}
.catalog__item__info_phone .phone, .information__main_item .phone{
	display: none;
}

.catalog__item__info_phone .phone a, .information__main_item .phone a{
	color: #fff;
}

.show-main .btn-phone {
	cursor: default;
}

.catalog__item__info_text a:hover {
	text-decoration: underline;
}

.catalog-list .list .catalog__item__info_text, .catalog__item.list .catalog__item__info_text{
	color: #4a4a4a;
}

a.link-metro, a.link-location {
	font-size: 15px;
    line-height: 30px;
    color: #880f4f;
    font-weight: 400;
}


.information__main_item{
	text-decoration: none;
}

a.link-metro:hover, a.link-location:hover {
	text-decoration: underline;
}

.open .submenu__item a:hover {
	text-decoration: underline;
}

.selectbox .dropdown ul li:hover {
	text-decoration: underline;
}

a.link-hair, a.link-nation {
	font-size: 16px;
	color: #880f4f;
}

a.link-hair:hover, a.link-nation:hover {
	text-decoration: underline;
}

a.list_item_link {
    text-decoration: none;
}

li.submenu__item {
    text-align: left;
}

@media screen and (max-width: 991px) {
	.header__logo_link {
		display: none;
	}

	.header__local {
		display: none;
	}

	.header__logo_mini {
		display: inline-block;
	}

	.city-domain-mini {
		color: #fff;
		text-transform: uppercase;
		padding: 10px 0 0 10px;
	    line-height: 30px;
	    font-size: 20px;
	}

	.big_domain {
		font-weight: bold;
	}
	#map {
	    padding: 0 10%;
	}

}

@media screen and (max-width: 767px) {
	.header__search {
		float: right;
	}
}
/* END new style 23.11.16 */
@media screen and (max-width: 991px) {
	.city-domain-mini {
		line-height: 16px;
	    font-size: 12px;
	    margin-top: 12px;
	}
	.big_domain {
		font-size: 21px;
	}
}
.me-plugin, .me-plugin embed {
	width: 100%!important;
	height: 100%!important;
}

/* update 23.06.17 style for link page */
.title_link_page {
	margin-bottom: 20px;
}
.title_link_page {
	font-weight: 400;
}

.content_link_page p {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.content_link_page a {
	font-size: 20px;
    color: #880f4f;
    font-weight: 500;
}

.content_link_page a:hover {
    color: #337ab7;
}

.btn_card_link_page {
    margin-top: 20px;
}
