/* ==========================================================================
   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.
 */
@charset "UTF-8";
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: "Ubuntu", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #4a4a4a;
	background: url(/assets/images/bg.jpg) repeat center;
	background-size: 2560px;
	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: 10px;
}

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

.italic {
	font-style: italic;
}

a {
	font-family: "Ubuntu", 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;
	padding-left: 49px;
	margin-bottom: 15px;
}

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

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

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

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

h5 {
	font-family: "Ubuntu", 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: "Ubuntu", 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: #ba68c8;
	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: "Ubuntu", 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-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: 1.8rem;
	width: .94444em;
}

.icon-phone-white {
	font-size: 1.8rem;
	width: .94444em;
}

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

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

.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: -219px -35px;
	width: 16px;
	height: 16px;
}

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

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

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

.icon-service {
	width: 16px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: -185px -69px;
	width: 16px;
	height: 21px;
}

.icon-boobs {
	width: 16px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: -185px -105px;
	width: 16px;
	height: 21px;
}

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

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

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

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

.icon-phone {
	width: 19px;
	height: 19px;
	background-image: url(/assets/images/sprite.png);
	background-position: -185px 0;
	width: 19px;
	height: 19px;
}

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

.icon-twohour {
	width: 20px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: -71px -102px;
	width: 20px;
	height: 20px;
}

.icon-night {
	width: 20px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: -115px -40px;
	width: 20px;
	height: 20px;
}

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

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

.icon-growth {
	width: 23px;
	height: 20px;
	background-image: url(/assets/images/sprite.png);
	background-position: -185px -34px;
	width: 17px;
	height: 20px;
}

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

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

.icon-else {
	width: 24px;
	height: 16px;
	background-image: url(/assets/images/sprite.png);
	background-position: -219px 0;
	width: 16px;
	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;
}

.selectbox .dropdown ul li:hover {
	background-color: rgba(236, 64, 122, .07);
}

/*end select*/

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

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

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

.checkbox_label:hover {
	cursor: pointer;
	color: #ba68c8;
}

.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: #ba68c8;
}

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

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

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

.header__logo {
	display: block;
	float: left;
	width: 22%;
	padding-left: 32px;
	padding-top: 12px;
	padding-bottom: 5px;
	background: #ba68c8;
	height: 61px;
}

.header__local {
	display: block;
	float: left;
	width: 25%;
	padding-top: 15px;
	font-size: 12px;
	font-weight: 300;
	line-height: 15px;
	padding-left: 26px;
	background: rgba(186, 104, 200, .6);
	height: 61px;
	color: #000;
}

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

.header__local_link:hover {
	color: #304ffe;
}

.header__search {
	display: block;
	float: right;
	text-align: right;
	width: 25%;
	padding-top: 15px;
	padding-left: 16px;
	height: 61px;
	text-align: center;
	padding-top: 18px;
	background: rgba(186, 104, 200, .5);
}

.header__search__form {
	position: relative;
	display: inline-block;
	width: 270px;
	height: 30px;
}

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

.header__search__form_input {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 30px;
	background-color: transparent;
	padding: 0 0 0 25px;
	border: 0;
	border-bottom: 1px solid #4a4a4a;
	color: #4a4a4a;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
}

.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: #4a4a4a;
	transition: all .5s ease;
}

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

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

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

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

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

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

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

.header__login {
	display: block;
	float: right;
	width: 28%;
	padding-top: 18px;
	padding-left: 70px;
	height: 61px;
	background: rgba(186, 104, 200, .4);
	text-align: left;
}

.header__login >a,
.header__login >a:hover {
	color: #4a4a4a;
	text-decoration: underline;
}

.header__login i {
	position: relative;
	top: 4px;
	margin-right: 11px;
}

/* end header*/

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

.header__menu {
	position: relative;
	z-index: 888;
}

.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: 13px 0;
	text-align: center;
}

.menu__item >a {
	color: #4a4a4a;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
}

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

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

.item_local {
	background-color: #e3f2fd;
}

.item_area {
	background-color: #ede7f6;
}

.item_price {
	background-color: #fffde7;
}

.item_service {
	background-color: #fff3e0;
}

.item_boobs {
	background-color: #f9fbe7;
}

.item_age {
	background-color: #e8f5e9;
}

.item_weight {
	background-color: #ffebee;
}

.item_advanced {
	background-color: #e0f2f1;
}

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

.parent.clicked >a {
	position: relative;
}

.parent.clicked >a:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 56;
	bottom: -25px;
	left: 33px;
	border: 13px solid transparent;
	border-bottom-color: #fff;
}

.submenu.open {
	display: block;
	left: 0;
}
.metro_have .submenu__small_location {
	left: 11.7%;
}
.submenu {
	display: none;
	position: absolute;
	z-index: 55;
	top: 100%;
	right: 0;
	bottom: auto;
	width: 101%;
	padding: 14px 11px;
	min-height: 120px;
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(28, 28, 28, .1), 0 1px 1px rgba(24, 24, 24, .1);
	text-align: left;
}

.relative {
	position: relative;
}

.submenu__small {
	width: 170px;
	min-height: 120px;
}

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

.submenu__item_service .submenu__item__list {
	width: 16.66667%;
}

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

.submenu__item_title {
	font-weight: 900;
}

.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: #ba68c8;
	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__panel {
	height: 50px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #e7e7e7;
	box-shadow: 0 0 3px rgba(28, 28, 28, .1), 0 1px 1px rgba(24, 24, 24, .1);
}

.filter__panel__sorting {
	float: left;
	width: 40%;
	text-align: left;
	padding-left: 48px;
	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;
	padding-right: 50px;
}

.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.active svg {
	color: #ba68c8;
}

.views__item:hover svg {
	color: #ba68c8;
}

.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: 300;
	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 {
	padding: 30px;
	width: 100%;
	border: 1px solid #e7e7e7;
	border-top: 0;
}

.catalog__item {
	width: 33.33333%;
	height: 670px;
	/*overflow: hidden;*/
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.catalog__item.list {
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
}

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

.catalog__item.list .properties {
	font-size: 0;
}

.catalog__item.list .properties_check,
.catalog__item.list .properties_video {
	padding-left: 20px;
	padding-right: 20px;
}

.catalog__item.list .properties_check:after,
.catalog__item.list .properties_video:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.catalog__body {
	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);
}

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

.catalog__item_image.list {
	width: 14%;
	height: 100%;
}

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

.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;
    bottom: 0;
    right: 5px;
    top: 0;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}

.properties >span {
	position: relative;
	display: inline-block;
	height: 30px;
	border-radius: 2px;
}

.properties_check {
	padding-left: 41px;
	padding-right: 14px;
	margin-right: -5px;
	background-color: #b9f6ca;
}

.properties_check:after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 20px;
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 11px;
	background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%3E%3Ctitle%3EShape%2039%3C%2Ftitle%3E%3Cpath%20d%3D%22M20.805%2019.442l-5.448-5.435A8.026%208.026%200%200%200%2017.09%209.01a8.041%208.041%200%200%200-2.381-5.733A8.081%208.081%200%200%200%208.964.902c-2.17%200-4.211.844-5.746%202.375A8.043%208.043%200%200%200%20.837%209.01c0%202.166.846%204.202%202.38%205.733a8.08%208.08%200%200%200%205.747%202.375%208.071%208.071%200%200%200%204.949-1.686l5.456%205.443zM4.655%2013.31A6.027%206.027%200%200%201%202.868%209.01a6.03%206.03%200%200%201%201.785-4.3%206.058%206.058%200%200%201%204.31-1.78c1.628%200%203.158.631%204.31%201.782a6.025%206.025%200%200%201%201.785%204.298%206.033%206.033%200%200%201-1.785%204.3%206.063%206.063%200%200%201-4.31%201.781%206.058%206.058%200%200%201-4.31-1.782zm7.305-.245c0-1.865-1.178-3.04-3.048-3.04s-3.047%201.175-3.047%203.04zM8.912%204.956a2.03%202.03%200%200%200-2.031%202.027c0%201.12.91%202.027%202.031%202.027a2.03%202.03%200%200%200%202.032-2.027%202.03%202.03%200%200%200-2.032-2.027z%22%20fill%3D%22%234a4a4a%22%2F%3E%3C%2Fsvg%3E") no-repeat;
	background-size: 100%;
}

.properties_video {
	padding-left: 41px;
	padding-right: 14px;
	background-color: #bbdefb;
}

.properties_video:after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 20px;
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 11px;
	background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2220%22%20viewBox%3D%220%200%2022%2020%22%3E%3Ctitle%3EShape%203%3C%2Ftitle%3E%3Cpath%20d%3D%22M20%200H2C.897%200%200%20.897%200%202v16c0%201.103.897%202%202%202h18c1.103%200%202-.897%202-2V2c0-1.103-.897-2-2-2zM2%2018V2h18l.001%2016zm7-5l6-3-6-3zM6%205V3H4v2zm4%200V3H8v2zm4%200V3h-2v2zm4%200V3h-2v2zM6%2017v-2H4v2zm4%200v-2H8v2zm4%200v-2h-2v2zm4%200v-2h-2v2z%22%20fill%3D%22%234a4a4a%22%2F%3E%3C%2Fsvg%3E") no-repeat;
	background-size: 100%;
}

.catalog__item__info {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding-top: 14px;
	padding-left: 8px;
}

.catalog__item__info.list {
	width: 38%;
	height: 100%;
	padding-left: 14px;
	padding-right: 40px;
	padding-top: 25px;
}

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

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

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

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

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

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

.catalog__item__info_adress .catalog__item__info_text  {
	font-size: 18px;
	margin-top: 3px;
}

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

.catalog__item__info.list .catalog__item__info_icon {
	margin-right: 4px;
	width: 50px;
}

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

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

.catalog__item__info_text .part {
	display: none;
}

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

.catalog__item__descript_col {
	float: left;
	width: 33.33333%;
}

.catalog__item__descript_item {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 36px;
}

.catalog__item__descript_item_icon {
	position: relative;
	display: block;
	float: left;
	line-height: 16px;
	text-align: center;
	padding-top: 4px;
	margin-right: 4px;
	width: 50px;
}

.catalog__item__descript_item_icon .icon_text {
	display: block;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

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

.btn-phone {
	display: inline-block;
	width: 180px;
	height: 30px;
	background-color: #b96bc6;
	background-image: linear-gradient(to top, rgba(24, 24, 24, .2) 0, rgba(255, 255, 255, .2) 100%);
	border: 1px solid #be73cb;
	border-radius: 14px;
	box-shadow: 0 1px 3px rgba(93, 22, 126, .65);
	text-shadow: 0 1px 0 #7a27a0;
	color: #fefefe;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
	padding: 0 0 0 0;
	cursor: pointer;
	text-align: center;
}

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

.btn-phone_xl {
	width: 230px;
}

.cost-block {
	display: inline-block;
	padding-left: 27px;
}

.cost-block-icon {
	position: relative;
	top: 11px;
	display: inline-block;
	width: 20px;
	text-align: center;
	line-height: 8px;
}

.cost-block-icon .icon_text {
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
}

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

/* end catalog*/

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

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

.information__main_item {
	font-weight: 300;
	line-height: 40px;
	font-size: 24px;
	display: block;
	width: 100%;
	overflow: auto;
}

.information__main_name {
	font-size: 26px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #eee;
    padding-left: 29px;
}
.information__main_item {
	padding-left: 29px;
}
.information__main_item_local {
	font-size: 18px;
}

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

.information__tarif {
	width: 28%;
	margin-left: 1.5%;
	padding-top: 7px;
}

.information__tarif_col {
	float: left;
}

.information__tarif_col.apartments {
	width: 60%;
	padding-left: 29px;
}

.information__tarif_col.departure {
	width: 40%;
	padding-left: 15px;
}

.information__tarif_col.departure.no_apart{
	width: 60%;
	padding-left: 15px;
}

.information__tarif_col.departure .information__tarif_item {
	margin-bottom: 17px;
}

.information__tarif_col.departure.no_apart .information__tarif_item {
	margin-bottom: 10px;
}

.information__tarif_col.value_col1 {
	width: 53%;
	padding-left: 30px;
}

.information__tarif_col.value_col2 {
	width: 47%;
}

.information__tarif_col_title {
	font-size: 12px;
	font-weight: 500;
	line-height: 38px;
	text-transform: uppercase;
}

.information__tarif_item {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

.information__tarif_item_icon {
	width: 30px;
	margin-right: 17px;
	display: block;
	float: left;
	line-height: 10px;
	text-align: center;
}

.information__tarif_item_icon .icon_text {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.information__tarif_item_text {
	position: relative;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
}

.information__tarif_item_text:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: auto;
	display: inline-block;
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, .07);
}

.information__value {
	width: 28%;
	margin-left: 1.5%;
	padding-top: 7px;
}

.value_title {
	margin-bottom: 17px;
}

/* end information */

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

.slider .slider__container {
	width: 1270px;
	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: #ba68c8;
	border-radius: 2px;
	cursor: pointer;
}

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

.gallery__frame {
	position: relative;
	margin: 0 0 30px;
}

.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: 483px;
	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: #ba68c8;
}

/* 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("/assets/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("/assets/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("/assets/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__body .search__body__col__buttons {
	display: none;
}

.search__body.active .search__body__col__buttons {
	display: block;
}

.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: 81px;
	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
----------------------------------------*/
.load-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #252525;
    z-index: 99999;
    background-image: url('../images/sprite/pufff.svg');
    /* background-size: 16%; */
    background-repeat: no-repeat;
    background-position: 50%;
    background-blend-mode: normal;
}

.map__section {
	width: 100%;
	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;
}

/* 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: #ba68c8;
	text-decoration: none;
	outline: none;
}

.menu-button {
	display: none;
}

.header__menu.fixed {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	width: 100%;
	background: transparent;
}

.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: 1280px;
	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: #ba68c8;
}

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

.slider .slider__container {
	width: 100%;
}

}

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

.btn:hover {
	color: #fff;
	background: #ba68c8;
}

.btn:active {
	color: #fff;
	background: #ba68c8;
}

.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__logo {
	padding-left: 10px;
	padding-top: 12px;
	padding-right: 20px;
}

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

.header__search {
	width: 28%;
	padding-left: 16px;
	padding-right: 16px;
}

.header__search__form {
	width: 100%;
}

.header__login {
	width: 25%;
	padding-top: 22px;
	padding-left: 20px;
}

.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-list {
	padding: 22px 5px 0;
}

.catalog__item {
	padding-left: 10px;
	padding-right: 10px;
    height: 650px;
}

.catalog__item_image {
	/* height: 500px; */
	height: auto;
}

.catalog__item_image.list {
	width: 17%;
}

.properties {
	font-size: 0;
}

.properties_check {
	padding-left: 20px;
	padding-right: 20px;
}

.properties_check:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.properties_video {
	padding-left: 20px;
	padding-right: 20px;
}

.properties_video:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.catalog__item__info.list {
	padding-right: 0;
	width: 33%;
}

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

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

.cost-block {
	padding-left: 0;
}

.info__block_title {
	padding-left: 20px;
}

.information__main {
	width: 35%;
	padding: 7px 0px 0 0px;
}

.information__main_name {
	font-size: 22px;
}

.information__tarif {
	width: 32%;
	margin-left: 1%;
}

.information__tarif_col.apartments {
	padding-left: 20px;
}

.information__tarif_col.value_col1 {
	padding-left: 20px;
}

.information__tarif_item_text {
	font-size: 16px;
	line-height: 23px;
}

.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) {

.page_title h1 {
	padding-top: 5px;
	padding-left: 0;
}

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

.header__local_link {
	font-size: 11px;
}

.header__search {
	width: 34%;
}

.header__login {
	width: 12%;
}

.header__login .hide_text {
	display: none;
}

.header__login i {
	top: 3px;
	margin-right: 4px;
}

.menu__item {
	width: 15.5%;
}

.menu__item_search {
	width: 30%;
}

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

.filter__panel__view {
	padding-right: 0;
}

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

.catalog__item {
	height: 430px;
	padding-left: 5px;
	padding-right: 5px;
}

.catalog__item_image {
	height: 235px;
}

.catalog__item_image.list {
	width: 22%;
}

.catalog__item__info.list {
	padding-left: 5px;
	width: 30%;
}

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

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

.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.list .catalog__item__info_icon {
	width: 30px;
}

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

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

.catalog__item__descript_item {
	font-size: 12px;
	line-height: 38px;
}

.catalog__item__descript_item_icon {
	margin-right: 2px;
	width: 35px;
}

.catalog__item__descript_item_icon .icon_text {
	font-size: 8px;
}

.cost-block {
	display: block;
}

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

.information__tarif {
	margin: 0;
	width: 50%;
}

.information__value {
	width: 49%;
	margin-left: 1%;
}

.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;
	padding: 20px 10px;
    padding-right: 15%;
}

.catalog__list {
	padding-bottom: 100px;
}

.search__body__col.col5 {
	width: 33.33333%;
}

.search__body__col.col6 {
	width: 33.33333%;
	min-height: 350px;
}

.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 {
	font-size: 14px;
}

.catalog__item_image {
	height: 225px;
}

}

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

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

.wrapper {
	padding-top: 0;
	padding-bottom: 0;
}


a:active {
	color: #ba68c8;
	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__logo {
	height: 50px;
}

.header__local {
	display: none;
}

.header__search {
	width: 78%;
	height: 50px;
	padding-top: 9px;
}

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

.header__login >a,
.header__login >a:hover {
	display: none;
}

.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: 200px;
	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: center;
	line-height: 38px;
}

.parent.clicked >a: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 {
	width: 50%;
	height: 470px;
}

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

.catalog__item_image {
	height: 265px;
}

.catalog__item_image.list {
	width: 40%;
	height: 160px;
	text-align: left;
}

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

.catalog__item__info.list {
	width: 60%;
	height: 160px;
}

.catalog__item__info_item {
	/* line-height: 38px; */
}

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

.gallery {
	display: none;
}

.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-top: 16px;
}

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

.filter__panel__view {
	width: 40%;
}

.views__item_list {
	display: none;
}

.catalog__item {
	padding-left: 10px;
	padding-right: 10px;
	width: 300px;
	height: 450px;
	margin: 0 auto 20px;
	float: none;
}

.catalog__item_image {
	height: 240px;
}

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

.information__value {
	width: 100%;
	margin-left: 0;
}

.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__logo {
	width: 32%;
}

.header__search {
	width: 68%;
}

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

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

}

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

@media screen and (max-width: 767px){
	footer {
		margin-top: 0;
	}
}

.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;
}
.filter__panel__sorting_label {
	font-weight: 400;
}
.about__block {
	width: 100%;
	min-height: auto;
}
.about__block_text {
    padding: 10px 25px;
}
.last_item {
	margin: 0;
}
@media screen and (min-width: 990px) {
	.menu__item {
	width: 14%;
	}
	.metro_have {
		/* width: 12.5%; */
	}
	.menu__item_search{
		width: 22%;
	}
}

/* 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: 170px;
	min-height: 120px;
}
.submenu__small_location {
	width: 170px;
	min-height: 120px;
	left: 0;
}
.metro_have .submenu__small_location {
	width: 170px;
	min-height: 120px;
	left: 11.7%;
}
.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:#ba68c8;
}
.tablist a.active {
	color: #ba68c8;
    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;*/
    max-height: 620px;
    margin: 50px auto;
    background: #fff;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: calc( (100% - 720px) / 2);
    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: 19px;
	text-decoration: underline;
}
.link-metro:hover {
	text-decoration: underline;
}
.link-location:hover {
	text-decoration: underline;
}
.catalog__item__info_phone .phone{
	display: none;
}
.information__main_item .phone {
	display: none;
}
.show-phone {
	cursor: pointer;
}
.show {
	display: block;
}
.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 (min-width: 1199px) {
	.information__tarif_item_text {
		width: 100%;
		max-width: 100px;
	}
}
@media screen and (min-width: 990px) {
	.panel__top__menu {
		margin-right: 30px;
	}
}
/* Дополнительные стили для расширенного поиска */
@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 Дополнительные стили для расширенного поиска*/
.descr-auth {
	float: right;
	width: 62%;
    padding-right: 30px;
}

/* gallery */
#city-def:hover {
	cursor: pointer;
}
.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: #ba68d2;
    text-align: center;
    padding: 10px;
    margin: 20px auto 0px auto;
    color: #fff;
}
#show_all_photos {
    display: block;
    width: 150px;
	background: #ba68d2;
    text-align: center;
    padding: 10px;
    margin: 20px auto 0px auto;
    color: #fff;
    cursor: pointer;
}
#show_all_photos:hover {
    background: #a34ebb;
}
.button-box {
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.button-box-box {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 0 3px rgb(28 28 28 / 10%), 0 1px 1px rgb(24 24 24 / 10%);
}

.button-box-box a {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: underline;
}
/* END другие города*/
p.city-domain {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	margin: 0;
	font-weight: 200;
	text-transform: uppercase;
}
.show-main .btn-phone {
	cursor: auto;
}
.show-main .btn-phone a {
	cursor: default;
}
.information__tarif_item_text a {
	font-size: 18px;
}
/* .slider__container {
	overflow-x: scroll;
}
.slider__container::-webkit-scrollbar {
	display: none;
} */
.aside_drop_list {
	display: block;
}
.aside__list_item p {
    font-size: 16px;
    font-weight: 300;
}
.form__group_password +.form__group_input_link:hover {
	opacity: 1;
}
.panel__bottom_stock {
	padding-right: 10px;
}
.catalog__item__info_adres .catalog__item__info_text {
	margin-top: 5px;
}
.msg-error, label.error {
	display: block;
	width: 100%;
}
@media screen and (max-width: 1199px) {
	.information__main_item {
		padding-left: 20px;
	}
	.descr-auth {
		float: right;
		width: 50%;
	    padding-right: 30px;
	}
}
@media screen and (min-width: 991px) {
	.panel__bottom_info {
		width: 49%!important;
	}
}
@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: 4.5em;
        margin-top: -1.5em;
	}
	.info__block {
		min-height: 140px;
	}
	.information__value, .information__tarif {
		min-height: 212px;
	}
}
@media screen and (max-width: 767px) {
	.descr-auth {
		float: left;
		width: 100%;
		padding-right: 20px;
	}
	.catalog__item {
	    min-height: 560px;
	}
	.catalog__item_image {
		min-height: 350px;
	}
	.login__content {
		float: left;
	}
	.header__menu {
		padding-bottom: 0;
	}
	.menu__item {
		padding: 0;
	}
	.menu__item >a {
	    display: block;
		width: 100%;
		padding-left: 10%;
		text-align: left;
		line-height: 45px;
	}
	.fullsearch-icon {
		width: auto;
	}
	.submenu {
		padding: 0;
	}
	.submenu__item a {
		font-size: 13px;
		display: block;
		width: 100%;
		text-align: left;
		padding-left: 15%;
		line-height: 38px;
		border-top: 1px solid #f0f0f0;
	}
	.submenu__item a:hover {
		background: #f6f6f6;
	}
	.submenu__item_title {
		font-size: 14px;
	    text-align: left;
	    padding-left: 15%;
	    background: #ebebeb;
	    line-height: 40px;
	}
	.header__logo {
		padding-top: 7px;
		padding-left: 24px;
	}
	.header__logo img {
		max-width: initial;
	}
	.header__logo a {
	    display: block;
	    overflow: hidden;
	    max-width: 63px;
	}
	.city-domain {
		display: none;
	}
	.catalog__item__info_item .catalog__item__info_text >a {
		font-size: 24px;
		font-weight: 200;
	}
	.metro_have .submenu__small_location {
	    width: 100%;
		min-height: 120px;
		left: 0;
	}

}
@media screen and (max-width: 1025px) {
	#header .container, #panel-menu .container {
		width: 	100%;
	}

}
@media screen and (max-width: 767px) {
	.panel {
		margin-top: 5px!important;
	}
}
@media screen and (max-width: 760px) {
	p.city-domain {
	    margin-left: 6.5%;
	    margin-top: -3%;
	}
	#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 {
        margin-left: 6.2%;
	    font-size: 8px;
	    margin-top: -3%;
	}
	.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;
	}
}
@media screen and (max-width: 550px) {
	p.city-domain {
		font-size: 7px;
		margin-top: -4%;
	}
}
@media screen and (max-width: 480px) {
	p.city-domain {
	    margin-left: 9.2%;
	}

}
@media screen and (max-width: 460px) {
	.fancybox-close {
	    top: -60px;
	    right: 0;
	}
}
@media screen and (max-width: 420px) {
	.panel__top__menu__item {
		line-height: 16px!important;
	    line-height: 16px!important;
	    margin-top: 10px!important;
	    height: auto!important;
	    margin-left: 0!important;
	    margin-right: 15px;
	}
	.panel__top__menu__item a:last-child {
	    font-size: 15px!important;
	}
	.search__body__col__buttons button {
        margin: 0px auto 10px auto;
	    width: 80%;
	}
	.one-more .search__body__col_list {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 375px) {
	p.city-domain {
		font-size: 6px;
		margin-top: -5%;
	}
}
@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;
	}
}
@media screen and (min-width: 768px) {
	#mobile__gallery {
		display: none;
	}
}

.phone a{
	font-size: 14px;
	color: #fff;
}

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

.catalog__item__info_text a:hover {
	color: #ba68c8;
}

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

.btn-phone:hover{
	background-color: #da8ce7;
}
.catalog__item__descript_item_text {
    width: 60%;
}
@media screen and (max-width: 767px) {
    .list .catalog__item_image {
        min-height: 261px;
    }
    .list .catalog__item {
        min-height: 450px;
    }
}
@media screen and (min-width: 990px) and (max-width: 1199px) {
    .header__search {
        width: 24%;
    }
    .header__logo {
        width: 26%;
    }
}
@media screen and (max-width: 990px) {
    p.city-domain {
        display: none;
    }
    .header__logo a {
        display: block;
        overflow: hidden;
        max-width: 63px;
    }
    .header__logo img {
        max-width: initial;
    }
}
.map__section {
	margin-top: 20px;
}
.catalog-list > .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;
}
.information__main_item:first-child .information__main_item_text {
	margin-top: 8px;
}
.information__main_item:last-child .information__main_item_text {
	margin-bottom: 15px;
}
.btn_search {
    background-color: #b96bc6;
    background-image: linear-gradient(to top, rgba(24, 24, 24, .2) 0, rgba(255, 255, 255, .2) 100%);
    border: 1px solid #be73cb;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(93, 22, 126, .65);
    text-shadow: 0 1px 0 #7a27a0;
    color: #fefefe;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
}
button.btn.btn_search:hover {
	background: #c17fcc;
}
.btn-light {
	background-color: #7b7b7b;
	border: 1px solid #8b8b8b;
}
.me-plugin, .me-plugin embed {
	width: 100%!important;
	height: 100%!important;
}


/* update 21.06.17 */
#perelink {
	text-align: center;
	margin-top: 10px;
}

#perelink a {
	font-size: 18px;
    font-weight: 400;
    color: #ba68c8;
    padding: 5px;
    border: 1px dashed;
}

#perelink a:hover {
    color: #304ffe;
}

.popup__info__item_text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support_bs .btn{
	padding: 6px 6px !important;
}