@charset "UTF-8";

/* ==========================================================================
   NORMALIZE
   ===========================================================================*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html{
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body{
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video{
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]){
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template{
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a{
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover{
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title]{
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong{
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn{
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1{
  font-size: 2em;
  margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark{
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small{
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup{
  top: -.5em;
}

sub{
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img{
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root){
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure{
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr{
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre{
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp{
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea{
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button{
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select{
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled]{
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner{
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input{
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"]{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"]{
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset{
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .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{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body{
  position: relative;
  display: block;
  min-height: 100%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #263238;
  background: #fff url(../images/body-bg.png) repeat;
  overflow-x: hidden;
}

.wrapper{
  min-height: 100%;
  padding-top: 5px;
  /*padding-bottom: 50px;*/
  padding-bottom: 10px;
  min-height: calc(100vh - 155px);
}

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

.italic{
  font-style: italic;
}

a{
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #263238;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

a:focus{
  outline: none;
}

.page_title h1{
  margin: 5px 0;
}

h1{
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #d32f2f;
  font-weight: 400;
}

h2{
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 25px;
  color: #d32f2f;
  font-weight: 400;
}

h3{
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #d32f2f;
  line-height: 20px;
  font-weight: 400;
}

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

h5{
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

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: 150px;
  height: 26px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  text-transform: lowercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-box-shadow: 0 2px 0 #941619;
  box-shadow: 0 2px 0 #941619;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #d32f2f;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .1)), to(rgba(254, 254, 254, .1)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .1) 0%, rgba(254, 254, 254, .1) 100%);
  background-image:         linear-gradient(to top, rgba(0, 0, 0, .1) 0%, rgba(254, 254, 254, .1) 100%);
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  outline: none;
}

.btn:active{
  top: 1px;
  outline: none;
}

.btn-form{
  width: 160px;
  height: 40px;
  line-height: 40px;
}

.btn-registration{
  width: 190px;
  height: 40px;
  line-height: 40px;
}

/* Отключение кнопки */

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn{
  cursor: not-allowed;
  color: #fff;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus{
  outline: none;
}

/*----------------------------------------
	FORM
----------------------------------------*/

.form{
  position: relative;
  width: 100%;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form__group{
  position: relative;
  margin-bottom: 18px;
}

.form__group a{
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: underline;
}

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

.form__group_input{
  min-width: 302px;
  height: 52px;
  padding: 0 10px;
  color: #263238;
  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);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, .7);
  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-advanced{
  font-size: 2.4rem;
  width: 1.04167em;
}

.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.5rem;
  width: .84em;
}

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

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

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

.icon-car{
  font-size: 1.6rem;
  width: 1.9375em;
}

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

.icon-check{
  font-size: 1.5rem;
  width: 1.06667em;
}

.icon-clock{
  font-size: 2.4rem;
  width: 1em;
}

.icon-close{
  font-size: 5rem;
  width: 1em;
}

.icon-close-sm{
  font-size: 1.6rem;
  width: 1em;
}

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

.icon-eye{
  font-size: 1.8rem;
  width: 1.33333em;
}

.icon-face{
  font-size: 2.4rem;
  width: 1em;
}

.icon-flag{
  font-size: 2.4rem;
  width: .83333em;
}

.icon-gene{
  font-size: 2.5rem;
  width: .96em;
}

.icon-globus{
  font-size: 2.5rem;
  width: .96em;
}

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

.icon-hair{
  font-size: 2.6rem;
  width: .88462em;
}

.icon-home{
  font-size: 2.4rem;
  width: 1em;
}

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

.icon-liner{
  font-size: 2.4rem;
  width: 1.04167em;
}

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

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

.icon-map{
  font-size: 2.4rem;
  width: 1em;
}

.icon-photo{
  font-size: 1.8rem;
  width: 1.33333em;
}

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

.icon-sex{
  font-size: 2.4rem;
  width: 1.04167em;
}

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

.icon-video{
  font-size: 1.9rem;
  width: 1.26316em;
}

/* ==========================================================================
	 STYLE ICONS
	 ========================================================================== */

.icon-watch{
  width: 15px;
  height: 25px;
}

.icon-heart{
  width: 22px;
  height: 20px;
}

.icon-carrot{
  width: 25px;
  height: 25px;
}

.icon-weigher{
  width: 21px;
  height: 24px;
}

.icon-boobs{
  width: 28px;
  height: 19px;
}

.icon-hair{
  width: 23px;
  height: 26px;
}

.icon-matreshka{
  width: 19px;
  height: 26px;
}

.icon-list{
  width: 15px;
  height: 15px;
}

.icon-grid{
  width: 15px;
  height: 15px;
}

.icon-sex{
  width: 24px;
  height: 24px;
}

.icon-eye{
  width: 24px;
  height: 18px;
}

.icon-anketa{
  width: 20px;
  height: 24px;
}

.icon-map{
  width: 24px;
  height: 24px;
}

.icon-doc{
  width: 18px;
  height: 24px;
}

/* end icons */

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

/* ==========================================================================
   ICONS
   ========================================================================== */

.icon{
  display: inline-block;
}

.icon-globus{
  background-image: url(../images/sprite/sprite.png);
  background-position: -94px -141px;
  width: 23px;
  height: 23px;
}

.icon-search{
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2216%22%20viewBox%3D%220%200%2015%2016%22%3E%3Ctitle%3EShape%205%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.01%209.95a5.918%205.918%200%200%200%201.47-3.894C12.48%202.716%209.68%200%206.24%200%202.8%200%200%202.717%200%206.056c0%203.34%202.8%206.056%206.24%206.056a6.28%206.28%200%200%200%203.57-1.096l3.71%203.741c.15.157.36.243.58.243.21%200%20.41-.078.57-.22a.78.78%200%200%200%20.02-1.119zm-.16-3.894c0%202.468-2.07%204.476-4.61%204.476-2.54%200-4.61-2.008-4.61-4.476S3.7%201.58%206.24%201.58c2.54%200%204.61%202.008%204.61%204.476z%22%20fill%3D%22%23c62828%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
}

.icon-subway{
  background-image: url(../images/sprite/sprite.png);
  background-position: -45px -94px;
  width: 28px;
  height: 32px;
}

.icon-map{
  background-image: url(../images/sprite/sprite.png);
  background-position: -94px -47px;
  width: 32px;
  height: 32px;
}

.icon-subway-sm{
  background-image: url(../images/sprite/sprite.png);
  background-position: -221px -60px;
  width: 14px;
  height: 16px;
}

.icon-map-sm{
  background-image: url(../images/sprite/sprite.png);
  background-position: -31px -184px;
  width: 16px;
  height: 16px;
}

.icon-price{
  background-image: url(../images/sprite/sprite.png);
  background-position: -47px -47px;
  width: 32px;
  height: 32px;
}

.icon-candy{
  background-image: url(../images/sprite/sprite.png);
  background-position: 0 -47px;
  width: 32px;
  height: 32px;
}

.icon-boobs{
  background-image: url(../images/sprite/sprite.png);
  background-position: -47px 0;
  width: 32px;
  height: 32px;
}

.icon-glove{
  background-image: url(../images/sprite/sprite.png);
  background-position: -184px 0;
  width: 22px;
  height: 32px;
}

.icon-pizza{
  background-image: url(../images/sprite/sprite.png);
  background-position: -94px 0;
  width: 32px;
  height: 32px;
}

.icon-advanced{
  background-image: url(../images/sprite/sprite.png);
  background-position: -141px 0;
  width: 28px;
  height: 32px;
}

.icon-angel-down{
  background-image: url(../images/sprite/sprite.png);
  background-position: -221px -155px;
  width: 15px;
  height: 7px;
}

.icon-grid{
  background-image: url(../images/sprite/sprite.png);
  background-position: -124px -184px;
  width: 15px;
  height: 15px;
}

.icon-list{
  background-image: url(../images/sprite/sprite.png);
  background-position: -221px 0;
  width: 15px;
  height: 15px;
}

.icon-local{
  background-image: url(../images/sprite/sprite.png);
  background-position: -221px -123px;
  width: 13px;
  height: 17px;
}

.filter-list-item.active .icon-grid{
  background-image: url(../images/sprite/sprite.png);
  background-position: -184px -184px;
  width: 15px;
  height: 15px;
}

.filter-list-item.active .icon-list{
  background-image: url(../images/sprite/sprite.png);
  background-position: -154px -184px;
  width: 15px;
  height: 15px;
}

.filter-list-item.active .icon-local{
  background-image: url(../images/sprite/sprite.png);
  background-position: -221px -91px;
  width: 13px;
  height: 17px;
}

.icon-clock{
  background-image: url(../images/sprite/sprite.png);
  background-position: 0 -184px;
  width: 16px;
  height: 16px;
}

.icon-home{
  background-image: url(../images/sprite/sprite.png);
  background-position: 0 -215px;
  width: 16px;
  height: 14px;
}

.icon-home-md{
  background-image: url(../images/sprite/sprite.png);
  background-position: 0 -141px;
  width: 32px;
  height: 28px;
}

.icon-car{
  background-image: url(../images/sprite/sprite.png);
  background-position: -184px -156px;
  width: 16px;
  height: 13px;
}

.icon-car-md{
  background-image: url(../images/sprite/sprite.png);
  background-position: -47px -141px;
  width: 32px;
  height: 26px;
}

.icon-pin{
  background-image: url(../images/sprite/sprite.png);
  background-position: -184px -47px;
  width: 20px;
  height: 32px;
}

.icon-www{
  background-image: url(../images/sprite/sprite.png);
  background-position: 0 0;
  width: 32px;
  height: 32px;
}

.icon-packman{
  background-image: url(../images/sprite/sprite.png);
  background-position: 0 -94px;
  width: 30px;
  height: 32px;
}

.icon-drop{
  background-image: url(../images/sprite/sprite.png);
  background-position: -141px -94px;
  width: 24px;
  height: 32px;
}

.icon-flag{
  background-image: url(../images/sprite/sprite.png);
  background-position: -141px -47px;
  width: 27px;
  height: 32px;
}

/* end icons */

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

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

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

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

.checkbox_label:before{
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #000;
}

.checkbox_label_black{
  color: #000;
}

.checkbox_input:checked +label{
  color: #d32f2f;
}

.checkbox_input:checked +label:before{
  width: 17px;
  height: 17px;
  border-color: transparent;
  background: url("data:image/svg+xml,%3Csvg%20id%3D%22SvgjsSvg1000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-297%20389%2016%2015%22%3E%3Cstyle%3E.st0%7Bfill%3A%2343a047%7D%3C%2Fstyle%3E%3Ctitle%3EShape%2050%3C%2Ftitle%3E%3Cpath%20id%3D%22SvgjsPath1007%22%20class%3D%22st0%22%20d%3D%22M-289.7%20402.3l-6.3-6.3%203.7-3.7%202.4%202.4%203.9-4.3h-9.4c-.9%200-1.6.7-1.6%201.6v9.7c0%20.9.7%201.6%201.6%201.6h11.2c.9%200%201.6-.7%201.6-1.6v-7.3l-7.1%207.9zm0-2.3l-4-4%201.4-1.4%202.5%202.5%207.3-8.1%201.5%201.4-8.7%209.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
}

.checkbox_input_blue +label{
  padding-left: 28px;
  color: #263238;
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
  text-decoration: none;
}

.checkbox_input_blue +label:before{
  top: 3px;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #979797;
  -webkit-box-shadow: 0 0 4px 0 #979797 inset;
  box-shadow: 0 0 4px 0 #979797 inset;
  background-color: #fff;
}

.checkbox_input_blue:checked +label:before{
  background: url("data:image/svg+xml,%3Csvg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2015.5%2012%22%3E%3Cstyle%3E.st0%7Bclip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%234a90e2%7D%3C%2Fstyle%3E%3Cdefs%3E%3Cpath%20id%3D%22SVGID_1_%22%20d%3D%22M5.5%2012l-5-5%202-2%203%203%208-8%202%202z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22SVGID_2_%22%3E%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-4.5-5h25v22h-25z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #979797;
  -webkit-box-shadow: 0 0 4px 0 #979797 inset;
  box-shadow: 0 0 4px 0 #979797 inset;
  background-color: #fff;
}

.form__group__checkbox .checkbox_input +label{
  font-size: 13px;
  font-weight: 400;
  line-height: 34px;
}

.form__group__checkbox .checkbox_input +label:before{
  top: -2px;
  left: -3px;
  width: 17px;
  height: 16px;
  -webkit-box-shadow: 0 0 2px 0 #979797 inset;
  box-shadow: 0 0 2px 0 #979797 inset;
}

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

.header{
  position: relative;
  /*height: 60px;*/
  min-height: 60px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .6);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .6);
  background-color: #eceff1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, .1)), to(rgba(255, 255, 255, .1)));
  background-image: -webkit-linear-gradient(bottom, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
  background-image:         linear-gradient(to top, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
  color: #039be5;
}

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

.header_single.no-menu{
  margin-bottom: 0 !important;
}

.header__local{
  position: relative;
  z-index: 1;
  display: block;
  float: left;
  padding-right: 23px;
  padding-top: 14px;
}

.header__local .icon-globus{
  margin-right: 14px;
  vertical-align: middle;
}

.header__local_link{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #039be5;
  border-bottom: 1px dashed #039be5;
}

.header__local_link:hover{
  color: #039be5;
  border-bottom: 0;
}

.header__local_link:after{
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  position: absolute;
  right: -15px;
  bottom: 5px;
  background-image: url(../images/sprite/sprite.png);
  background-position: -221px -177px;
  width: 9px;
  height: 4px;
}

/* BadMan header */
  .header__logo{
    width: 40%;
    display: inline-block;
    float: left;
  }

  .header__local{
    width: 20%;
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    padding-right: 23px;
    padding-top: 20px;
  }

  .header__search{
    width: 20%;
    display: block;
    float: left;
    text-align: right;
    padding-top: 17px;
  }

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

  .header__login{
    width: 20%;
    float: right;
  }

.header-lk img {
  float: left;
  margin-top: 16px;
}

.wrap_login {
  float: left;
  margin-left: 10px;
  margin-top: 17px;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
}

.header__login .header-lk {
  float: right;
}

.header__local i {
  float: left;

}

.header__local .wrap_descr {
  float: left;
  font-size: 12px;
  line-height: 12px;
}

.header__local .wrap_descr span {
  color: #000;
}

/* END BadMan header */

.header__logo_link{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.header__logo_link img{
  display: inline-block;
  vertical-align: middle;
}

.header__logo_link:hover{
  text-decoration: none;
}

.logo-text{
  display: inline-block;
  vertical-align: middle;
}

.logo-text >span{
  color: #000;
}

.logo-text >span:first-child{
  font-family: Lobster;
  font-size: 30px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.logo-text >span:last-child{
  /*font-size: 14px;*/
  /*font-weight: 400;*/
  line-height: 16px;
  text-align: center;
}

.logo-text .color-red{
  color: #c62828;
}

/* SEARCH */

.button-search{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 6px 0 0;
  right: auto;
  bottom: auto;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 0;
  background: transparent;
}

.button-search .icon{
  width: 15px;
  height: 15px;
  color: #d32f2f;
}

.header__search__form_input{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 30px;
  padding: 0 0 0 32px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #263238;
  border: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(24, 24, 24, .7);
  box-shadow: inset 0 1px 2px rgba(24, 24, 24, .7);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(163, 163, 163, .3);
}

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

.header__search__form_input::-webkit-input-placeholder{
  color: #263238;
}

.header__search__form_input::-moz-placeholder{
  color: #263238;
}

.header__search__form_input:-ms-input-placeholder{
  color: #263238;
}

.header__search__form_input:-moz-placeholder{
  color: #263238;
}

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

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

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

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

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

/* LOGIN */

/* end header*/

/* ==========================================================================
	 FOOTER
	 ========================================================================== */

.footer{
  width: 100%;
  height: 64px;
  padding-top: 20px;
  margin-top: 20px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .6);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .6);
  background-color: #eceff1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, .1)), to(rgba(255, 255, 255, .1)));
  background-image: -webkit-linear-gradient(bottom, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
  background-image:         linear-gradient(to top, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
}

.footer-block{
  position: relative;
  display: block;
  float: left;
  width: 35%;
  padding-right: 40px;
  padding-left: 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #263238;
}

.footer-block .icon{
  position: absolute;
  top: 0;
  left: 0;
}

/* end footer */

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

.header__menu{
  position: relative;
  z-index: 888;
  height: 48px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1), inset 0 1px 0 rgba(255, 255, 255, .6);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1), inset 0 1px 0 rgba(255, 255, 255, .6);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, .1)), to(rgba(255, 255, 255, .1)));
  background-image: -webkit-linear-gradient(bottom, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
  background-image:         linear-gradient(to top, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
}

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

.menu{
  height: 100%;
}

.menu >ul{
  padding-top: 8px;
  width: 100%;
  height: 100%;
  position: relative;
}

.menu__item{
  display: inline-block;
}

.menu__item:not(:last-child){
  border-right: 1px solid #424242;
}

.menu__item >a{
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.menu__item .icon{
  display: inline-block;
  vertical-align: middle;
}

.menu__item .icon:first-child{
  margin-left: 5px;
  margin-right: 5px;
}

.menu__item .icon:last-child{
  margin-left: 5px;
  margin-right: 5px;
}

.menu__item .header__local_link{
  color: #039be5;
}

.parent.clicked .icon-angel-down{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu.open{
  display: block;
}

.submenu{
  display: none;
  position: absolute;
  z-index: 55;
  top: 135%;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  padding: 14px 11px;
  min-height: 120px;
  background-color: #fff;
  border: 1px solid #bdbdbd;
}

.relative{
  position: relative;
}

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

.submenu__item a{
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
}

.submenu__item_service .submenu__item__list{
  width: 16.66667%;
}

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

.submenu__item_title{
  color: #878787;
  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: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  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{
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

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

/* end MENU */

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

.filter{
  margin-bottom: 13px;
}

.filter .container{
  padding-top: 5px;
  min-height: 35px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, .03)), to(rgba(255, 255, 255, .03)));
  background-image: -webkit-linear-gradient(bottom, rgba(24, 24, 24, .03) 0%, rgba(255, 255, 255, .03) 100%);
  background-image:         linear-gradient(to top, rgba(24, 24, 24, .03) 0%, rgba(255, 255, 255, .03) 100%);
}

.filter-sorting{
  display: block;
  float: left;
  padding-left: 10px;
}

.filter-view{
  display: block;
  float: right;
  padding-right: 10px;
}

.filter-view .filter-list-item{
  padding-left: 24px;
}

.filter-view .filter-list-item:last-child{
  padding-left: 18px;
}

.filter-view .icon{
  position: absolute;
  top: 5px;
  left: 0;
  color: #cecece;
}

.filter-title{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 9px;
}

.filter-list{
  display: inline-block;
}

.filter-list-item{
  position: relative;
  padding-left: 4px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.filter-list-item >a{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px dashed #263238;
}

.filter-list-item >a:hover{
  color: #263238;
  border-bottom: 0;
}

.filter-list-item >a:hover .icon{
  color: #d32f2f;
}

.filter-list-item.active >a{
  color: rgba(38, 50, 56, .5);
  border-bottom: 0;
  cursor: default;
}

.filter-list-item.active >a .icon{
  color: #d32f2f;
}

/* end filter panel*/

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

.breadcrumbs{
  padding-top: 5px;
}

.breadcrumbs__list_item{
  display: inline-block;
  color: #263238;
  font-size: 13px;
  font-weight: 400;
}

.breadcrumbs__list_item a{
  font-size: 13px;
  font-weight: 400;
}

.breadcrumbs__list_item:not(:last-child):after{
  content: "›";
  display: inline-block;
  margin: 0 5px;
}

.breadcrumbs__admin{
  padding-bottom: 0;
}

.breadcrumbs__admin__list_item >a,
.breadcrumbs__admin__list_item a:hover{
  text-decoration: underline;
}

.breadcrumbs__list_light .breadcrumbs__list_item{
  color: #263238;
}

.breadcrumbs__list_light .breadcrumbs__list_item a{
  color: #263238;
}

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

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

/* GRID ITEMS */

.catalog-item{
  position: relative;
  z-index: 22;
  display: inline-block;
  height: 575px;
  width: 33.33333%;
  margin-right: -.36em;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 0 7px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.catalog-body{
  position: relative;
  width: 100%;
  height: 99%;
  -webkit-box-shadow: 0 1px 2px rgba(38, 50, 56, .45);
  box-shadow: 0 1px 2px rgba(38, 50, 56, .45);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all .5 ease;
  transition: all .5 ease;
}

.catalog-body:hover{
  -webkit-box-shadow: 0 3px 8px rgba(38, 50, 56, .45);
  box-shadow: 0 3px 8px rgba(38, 50, 56, .45);
  -webkit-transition: all .5 ease;
  transition: all .5 ease;
}

.catalog-body:hover .label-price{
  background: url(../images/time-bg-hover.png) no-repeat;
  background-size: 100%;
}

.catalog-body:hover .label-price span{
  color: #fff;
}

.catalog-image{
  position: relative;
  display: block;
  width: 100%;
  height: 490px;
}

.catalog-image img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.photo-check{
  display: inline-block;
  position: absolute;
  bottom: -5px;
  right: 0;
  display: inline-block;
  width: 126px;
  height: 55px;
}

.item-option{
  position: absolute;
  bottom: 16px;
  left: 5px;
  display: inline-block;
  width: 50px;
  height: 15px;
  background-color: #039be5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #fff;
  text-align: center;
}

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

.local-label{
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 153px;
  height: 30px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 7px;
}

.hide-phone{
  display: none;
}

.catalog-panel{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 80px;
  padding: 10px 0 0 22px;
  background: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, .1)), to(rgba(255, 255, 255, .1)));
  background-image: -webkit-linear-gradient(bottom, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
  background-image:         linear-gradient(to top, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
}

.catalog-panel .btn{
  position: relative;
  margin-left: -2px;
}

.catalog-panel .btn .icon{
  position: relative;
  top: 3px;
  left: -11px;
}

.label-name{
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
  color: #000;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.label-price{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  background: url(../images/time-bg.png) no-repeat;
  background-size: 100%;
}

.label-price span{
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #263238;
  line-height: 13px;
  font-size: 15px;
  font-weight: 700;
}

.label-price small{
  font-size: 13px;
  font-weight: 400;
}

/* LIST ITEMS */

.catalog-image.list .photo-check{
  bottom: -12px;
  right: -20px;
}

.catalog-body.list .catalog-panel .label-name .icon{
  top: 5px;
}

.list-info{
  display: none;
  float: left;
  width: -webkit-calc(100% - 140px);
  width:         calc(100% - 140px);
  height: 100%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, .1)), to(rgba(255, 255, 255, .1)));
  background-image: -webkit-linear-gradient(bottom, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
  background-image:         linear-gradient(to top, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
}

.local-info{
  width: 50%;
  height: 87px;
  display: block;
  float: left;
  padding: 2px 0 0 19px;
}

.local-info .btn{
  width: 158px;
  height: 24px;
  font-size: 12px;
}

.local-info .btn .icon{
  position: relative;
  top: 3px;
  left: -11px;
}

.local-info__link{
  position: relative;
  display: inline-block;
  width: 100%;
  color: #d32f2f;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
  /*text-decoration: underline;*/
}

.local-info__link .icon{
  position: absolute;
  top: 0;
  left: 0;
}

/*.local-info__link:hover{*/
  /*color: #263238;*/
  /*text-decoration: none;*/
/*}*/

.local-info__link .icon{
  width: 18px;
  height: 24px;
  color: #263238;
}

.hours-info{
  display: block;
  float: right;
  width: 50%;
  height: 87px;
  overflow: hidden;
}

.hours-list{
  padding: 7px 0 0 5px;
}

.hours-list-item{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 26%;
  margin-left: -.36em;
  text-align: center;
}

.hours-list-item:first-child{
  width: 20%;
}

.hours-list-item span{
  display: inline-block;
  width: 100%;
  color: #000;
}

.hours-list-item .gray{
  opacity: .5;
}

.info-options{
  display: block;
  float: left;
  width: 100%;
  padding-top: 3px;
  padding-left: 10px;
}

.info-options-item{
  position: relative;
  padding-top: 33px;
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #263238;
}

.info-options-item:not(:last-child){
  border-right: 1px solid rgba(66, 66, 66, .2);
}

.info-options-item .icon{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.info-options-item .icon-gene{
  width: 24px;
  height: 24px;
}

.info-options-item .icon-liner{
  width: 24px;
  height: 24px;
}

.info-options-item .icon-libra{
  width: 24px;
  height: 22px;
}

.info-options-item .icon-body{
  width: 24px;
  height: 22px;
}

/* end catalog*/

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

.info-block{
  width: 100%;
  -webkit-box-shadow: 0 1px 5px rgba(38, 50, 56, .4);
  box-shadow: 0 1px 5px rgba(38, 50, 56, .4);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
}

.info-main{
  height: 190px;
  margin-top: 14px;
  overflow: hidden;
}

.info-header{
  width: 100%;
  min-height: 40px;
  padding: 5px 18px 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .6);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .6);
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, .1)), to(rgba(255, 255, 255, .1)));
  background-image: -webkit-linear-gradient(bottom, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
  background-image:         linear-gradient(to top, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-header .icon{
  position: relative;
  top: 7px;
  margin-right: 10px;
}

.info-body{
  width: 100%;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .6);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .6);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, .1)), to(rgba(255, 255, 255, .1)));
  background-image: -webkit-linear-gradient(bottom, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
  background-image:         linear-gradient(to top, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
}

.info-main-contacts{
  position: relative;
  display: block;
  float: left;
  width: 27%;
  padding-top: 11px;
  padding-left: 27px;
  height: 100%;
  min-height: 150px;
}

.info-main-contacts .check-photo{
  position: absolute;
  bottom: -10px;
  right: 10px;
  opacity: .3;
}

.info-main-contacts .btn{
  width: 178px;
  height: 30px;
  line-height: 30px;
}

.info-main-contacts .btn .icon{
  position: relative;
  top: 5px;
  left: -9px;
}

.label-local{
  font-size: 16px;
  color: #d32f2f;
  line-height: 30px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: underline;
}

.label-local .icon{
  position: relative;
  top: 7px;
  margin-right: 12px;
  color: #263238;
}

.info-main-options{
  display: block;
  float: right;
  width: 73%;
}

.list-options{
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.info-col-left{
  width: 38%;
  float: left;
  padding-right: 22px;
  padding-top: 6px;
}

.info-col-right{
  width: 62%;
  float: right;
  padding-top: 6px;
}

.info-col-right .list-options__title{
  margin-bottom: 3px;
}

.info-col-right .list-options__title:after,
.info-col-right .list-options__title:before{
  width: 40%;
}

.info-col-right .list-options{
  width: 85%;
}

.list-options-item{
  position: relative;
  display: block;
  float: left;
  width: 33.33333%;
  padding-left: 35px;
  color: #263238;
  font-size: 15px;
  line-height: 20px;
}

.list-options-item:nth-child(2),
.list-options-item:nth-child(3),
.list-options-item:nth-child(4){
  margin-bottom: 15px;
}

.list-options-item .data-item{
  font-weight: 400;
}

.list-options-item .value-item{
  font-weight: 700;
}

.icon_item{
  position: absolute;
  top: 0;
  left: 0;
}

.list-options__title{
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #263238;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  background: transparent;
  text-transform: uppercase;
}

.list-options__title:after{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  width: 98px;
  height: 1px;
  background-color: #a6a9aa;
}

.list-options__title:before{
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  display: inline-block;
  width: 98px;
  height: 1px;
  background-color: #a6a9aa;
}

.icon_option{
  position: absolute;
  top: 30px;
  left: 0;
}

.list-loop{
  position: relative;
  padding-left: 60px;
  line-height: 20px;
  padding-top: 3px;
}

.list-loop:after{
  content: "";
  position: absolute;
  top: 4px;
  left: 40px;
  display: inline-block;
  background-image: url(../images/sprite/sprite.png);
  background-position: -184px -125px;
  width: 16px;
  height: 16px;
}

.list-loop:before{
  content: "";
  position: absolute;
  bottom: 4px;
  left: 40px;
  display: inline-block;
  background-image: url(../images/sprite/sprite.png);
  background-position: -62px -184px;
  width: 16px;
  height: 16px;
}

.list-item{
  display: inline-block;
  width: 100%;
  line-height: 15px;
}

.list-item .hours-item{
  display: inline-block;
  color: #979797;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

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

.list-item .price-item{
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
}

.list-item .price-item:not(:last-child){
  margin-right: 36px;
}

.body-options{
  width: 100%;
}

.body-options-item{
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 25px;
  margin-top: 12px;
  min-width: 98px;
}

.body-options-item:not(:last-child){
  border-right: 1px solid  #424242;
}

.body-options-item .icon{
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* end information */

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

.service{
  padding-top: 21px;
}

.slider{
  padding-top: 40px;
}

.gallery{
  position: relative;
}

/* Frame */

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

.frame__list{
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.frame__list_item{
  display: block;
  float: left;
  width: auto;
  height: 100%;
  margin: 0 20px 0 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}

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

/* Scrollbar */

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

.gallery__scrollbar_handle{
  position: relative;
  top: -4px;
  width: 100px;
  height: 10px;
  background-color: #d32f2f;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

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

.gallery__frame{
  position: relative;
}

.gallery__frame:after{
  content: "";
  position: absolute;
  z-index: 33;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  display: block;
  height: 100%;
  -webkit-box-shadow: -1px -1px 16px 13px #fff;
  box-shadow: -1px -1px 16px 13px #fff;
}

.gallery__frame:before{
  content: "";
  position: absolute;
  z-index: 33;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  display: block;
  height: 100%;
  -webkit-box-shadow: -1px -1px 16px 13px #fff;
  box-shadow: -1px -1px 16px 13px #fff;
}

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

/* ON MOBILE GALLERY */

.gallery-photos{
  display: block;
  width: 360px;
  margin: 0 auto;
  text-align: center;
}

.gallery-photos-list{
  width: 100%;
}

.gallery-photos-list li{
  display: block;
  width: 100%;
}

.gallery-photos-list li img{
  max-width: 100%;
  height: auto;
}

.gallery-photos-sublist{
  display: none;
}

.container.container_scrollbar{
  width: 100%;
  overflow-x: hidden;
}

/* end gallery */

/* ==========================================================================
	 SECTION ABOUT
	 ===========================================================================*/

.about{
  padding-top: 30px;
}

.about p{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin: 0 0 10px;
}

.about .info-block:not(:last-child){
  margin-bottom: 30px;
}

.about-text{
  padding: 20px 20px 20px 18px;
}

/* end about section */

/* ==========================================================================
	 TABS
	 ===========================================================================*/

.tab-content{
  padding: 15px 15px 0;
  -webkit-box-shadow: 0 1px 5px rgba(38, 50, 56, .4);
  box-shadow: 0 1px 5px rgba(38, 50, 56, .4);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
}

.tab-content >.tab-pane{
  display: none;
}

.tab-content >.tab-pane.active{
  display: block;
}

.fade{
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in{
  opacity: 1;
}

.tabs{
  text-align: center;
}

.nav-tabs{
  position: relative;
  width: 100%;
  display: inline-block;
  z-index: 3;
  top: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 24, 24, .1)), to(rgba(255, 255, 255, .1)));
  background-image: -webkit-linear-gradient(bottom, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
  background-image:         linear-gradient(to top, rgba(24, 24, 24, .1) 0%, rgba(255, 255, 255, .1) 100%);
}

.nav-tabs:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
}

.nav-item{
  position: relative;
  top: 1px;
  z-index: 2;
  display: inline-block;
  width: 221px;
  height: 55px;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
}

.nav-item:not(:last-child){
  margin-right: 15px;
}

.nav-item >a{
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 53px;
  color: #263238;
  text-decoration: none;
}

.nav-item >a:hover{
  color: #263238;
  text-decoration: none;
}

.nav-item.active{
  -webkit-box-shadow: 0 1px 5px rgba(38, 50, 56, .4);
  box-shadow: 0 1px 5px rgba(38, 50, 56, .4);
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 5px 0 rgba(38, 50, 56, .11);
  box-shadow: 0 -2px 5px 0 rgba(38, 50, 56, .11);
}

.nav-item.active >a{
  text-decoration: none;
}

.nav-item.active >a:hover{
  text-decoration: none;
}

.nav-item .icon-photo{
  width: 24px;
  height: 18px;
  margin-right: 5px;
}

.nav-item .icon-video{
  width: 24px;
  height: 19px;
  margin-right: 5px;
}

/* end tabs*/

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

.info-block__title{
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}

.info-block.info-block_search{
  width: 74%;
  float: left;
  min-height: 483px;
  overflow: hidden;
}

.info-block_map{
  width: 24.5%;
  float: right;
  margin-left: 1.5%;
  min-height: 483px;
  overflow: hidden;
}

.service__adress_map{
  width: 272px;
  height: 432px;
  margin: 11px 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: #263238;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
}

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

.list_item_link:before{
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg%20id%3D%22SvgjsSvg1008%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-297%20389.8%2015.2%2015.2%22%3E%3Cstyle%3E.st0%7Bfill%3A%23c62828%7D%3C%2Fstyle%3E%3Ctitle%3EShape%2051%3C%2Ftitle%3E%3Cpath%20id%3D%22SvgjsPath1010%22%20class%3D%22st0%22%20d%3D%22M-281.8%20392.1l-2.3-2.3-5.3%205.3-5.3-5.3-2.3%202.3%205.3%205.3-5.3%205.3%202.3%202.3%205.3-5.3%205.3%205.3%202.3-2.3-5.3-5.3%205.3-5.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
}

.list_item_link.active{
  text-decoration: underline;
}

.list_item_link.active:before{
  width: 16px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg%20id%3D%22SvgjsSvg1000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-297%20389%2016%2015%22%3E%3Cstyle%3E.st0%7Bfill%3A%2343a047%7D%3C%2Fstyle%3E%3Ctitle%3EShape%2050%3C%2Ftitle%3E%3Cpath%20id%3D%22SvgjsPath1007%22%20class%3D%22st0%22%20d%3D%22M-289.7%20402.3l-6.3-6.3%203.7-3.7%202.4%202.4%203.9-4.3h-9.4c-.9%200-1.6.7-1.6%201.6v9.7c0%20.9.7%201.6%201.6%201.6h11.2c.9%200%201.6-.7%201.6-1.6v-7.3l-7.1%207.9zm0-2.3l-4-4%201.4-1.4%202.5%202.5%207.3-8.1%201.5%201.4-8.7%209.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
}

/* end filter*/

/*! 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;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

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

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

.fancybox-outer,
.fancybox-inner{
  position: relative;
}

.fancybox-inner{
  overflow: hidden;
}

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

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

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

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

.fancybox-close{
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20d%3D%22M50%204.06L45.94%200%2025%2020.94%204.06%200%200%204.06%2020.94%2025%200%2045.94%204.06%2050%2025%2029.06%2045.94%2050%2050%2045.94%2029.06%2025z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

.fancybox-title-float-wrap .child{
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, .8);
  -webkit-border-radius: 15px;
  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);
}

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

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

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

.search__body{
  padding: 10px 0 0 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search__body .search__body__col__buttons{
  display: none;
}

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

.search__section .search__body{
  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;
  font-size: 16px;
  font-weight: 400;
}

.search_title .icon{
  position: relative;
  top: 4px;
  margin-right: 10px;
  margin-top: 8px;
  font-size: 20px;
}

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

.btn_search{
  height: 30px;
  /*line-height: 30px;*/
  line-height: 14px;
}

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

.search__body__col_list{
  margin-bottom: 27px;
}

.list_item_title{
  font-size: 14px;
  line-height: 25px;
  color: #263238;
  font-weight: 700;
  padding-left: 26px;
}

.map{
  overflow: hidden;
}

.search__section{
  width: 100%;
}

/* end search full filter */

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

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

/*popup*/

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

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

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

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

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

.popup__info__item{
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

/* end map */

.pages.open{
  bottom: 0;
}

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

.pages.open span{
  visibility: hidden;
}

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

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

.pages .pages-header{
  display: block;
  padding: 7px 16px 5px 16px;
  background-color: #383d45;
  cursor: pointer;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-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: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .07);
  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 screen and (min-width: 768px){
  .container{
    width: 750px;
  }

  a:hover{
    color: #d32f2f;
    text-decoration: none;
    outline: none;
  }

  /*.header__login{*/
    /*display: none;*/
  /*}*/

  .menu-button{
    display: none;
  }

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

  .menu >ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu__item_login{
    display: none;
  }

  .catalog-item.list{
    width: 100%;
    height: 188px;
  }

  .catalog-image.list{
    display: block;
    float: left;
    width: 140px;
    height: 100%;
  }

  .catalog-image.list .local-label{
    display: none;
  }

  .catalog-image.list .item-option{
    top: 8px;
  }

  .catalog-body.list .catalog-panel{
    width: -webkit-calc(100% - 140px);
    width:         calc(100% - 140px);
    display: block;
    float: left;
    position: relative;
    height: 35px;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 15px;
  }

  .catalog-body.list .catalog-panel .label-name{
    font-size: 17px;
  }

  .catalog-body.list .catalog-panel .label-price{
    display: none;
  }

  .catalog-body.list .catalog-panel .btn{
    display: none;
  }

  .catalog-body.list .list-info{
    display: block;
  }

  .single .header__menu{
    display: none;
  }

  .gallery-photos{
    display: none;
  }

  body.home .about {
    padding-top: 0;
  }
}

@media (min-width: 768px){
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12{
    float: left;
  }

  .col-sm-12{
    width: 100%;
  }

  .col-sm-11{
    width: 91.66666667%;
  }

  .col-sm-10{
    width: 83.33333333%;
  }

  .col-sm-9{
    width: 75%;
  }

  .col-sm-8{
    width: 66.66666667%;
  }

  .col-sm-7{
    width: 58.33333333%;
  }

  .col-sm-6{
    width: 50%;
  }

  .col-sm-5{
    width: 41.66666667%;
  }

  .col-sm-4{
    width: 33.33333333%;
  }

  .col-sm-3{
    width: 25%;
  }

  .col-sm-2{
    width: 16.66666667%;
  }

  .col-sm-1{
    width: 8.33333333%;
  }

  .col-sm-pull-12{
    right: 100%;
  }

  .col-sm-pull-11{
    right: 91.66666667%;
  }

  .col-sm-pull-10{
    right: 83.33333333%;
  }

  .col-sm-pull-9{
    right: 75%;
  }

  .col-sm-pull-8{
    right: 66.66666667%;
  }

  .col-sm-pull-7{
    right: 58.33333333%;
  }

  .col-sm-pull-6{
    right: 50%;
  }

  .col-sm-pull-5{
    right: 41.66666667%;
  }

  .col-sm-pull-4{
    right: 33.33333333%;
  }

  .col-sm-pull-3{
    right: 25%;
  }

  .col-sm-pull-2{
    right: 16.66666667%;
  }

  .col-sm-pull-1{
    right: 8.33333333%;
  }

  .col-sm-pull-0{
    right: auto;
  }

  .col-sm-push-12{
    left: 100%;
  }

  .col-sm-push-11{
    left: 91.66666667%;
  }

  .col-sm-push-10{
    left: 83.33333333%;
  }

  .col-sm-push-9{
    left: 75%;
  }

  .col-sm-push-8{
    left: 66.66666667%;
  }

  .col-sm-push-7{
    left: 58.33333333%;
  }

  .col-sm-push-6{
    left: 50%;
  }

  .col-sm-push-5{
    left: 41.66666667%;
  }

  .col-sm-push-4{
    left: 33.33333333%;
  }

  .col-sm-push-3{
    left: 25%;
  }

  .col-sm-push-2{
    left: 16.66666667%;
  }

  .col-sm-push-1{
    left: 8.33333333%;
  }

  .col-sm-push-0{
    left: auto;
  }

  .col-sm-offset-12{
    margin-left: 100%;
  }

  .col-sm-offset-11{
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10{
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9{
    margin-left: 75%;
  }

  .col-sm-offset-8{
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7{
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6{
    margin-left: 50%;
  }

  .col-sm-offset-5{
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4{
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3{
    margin-left: 25%;
  }

  .col-sm-offset-2{
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1{
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0{
    margin-left: 0;
  }
}

@media (min-width: 992px){
  .container{
    width: 970px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12{
    float: left;
  }

  .col-md-12{
    width: 100%;
  }

  .col-md-11{
    width: 91.66666667%;
  }

  .col-md-10{
    width: 83.33333333%;
  }

  .col-md-9{
    width: 75%;
  }

  .col-md-8{
    width: 66.66666667%;
  }

  .col-md-7{
    width: 58.33333333%;
  }

  .col-md-6{
    width: 50%;
  }

  .col-md-5{
    width: 41.66666667%;
  }

  .col-md-4{
    width: 33.33333333%;
  }

  .col-md-3{
    width: 25%;
  }

  .col-md-2{
    width: 16.66666667%;
  }

  .col-md-1{
    width: 8.33333333%;
  }

  .col-md-pull-12{
    right: 100%;
  }

  .col-md-pull-11{
    right: 91.66666667%;
  }

  .col-md-pull-10{
    right: 83.33333333%;
  }

  .col-md-pull-9{
    right: 75%;
  }

  .col-md-pull-8{
    right: 66.66666667%;
  }

  .col-md-pull-7{
    right: 58.33333333%;
  }

  .col-md-pull-6{
    right: 50%;
  }

  .col-md-pull-5{
    right: 41.66666667%;
  }

  .col-md-pull-4{
    right: 33.33333333%;
  }

  .col-md-pull-3{
    right: 25%;
  }

  .col-md-pull-2{
    right: 16.66666667%;
  }

  .col-md-pull-1{
    right: 8.33333333%;
  }

  .col-md-pull-0{
    right: auto;
  }

  .col-md-push-12{
    left: 100%;
  }

  .col-md-push-11{
    left: 91.66666667%;
  }

  .col-md-push-10{
    left: 83.33333333%;
  }

  .col-md-push-9{
    left: 75%;
  }

  .col-md-push-8{
    left: 66.66666667%;
  }

  .col-md-push-7{
    left: 58.33333333%;
  }

  .col-md-push-6{
    left: 50%;
  }

  .col-md-push-5{
    left: 41.66666667%;
  }

  .col-md-push-4{
    left: 33.33333333%;
  }

  .col-md-push-3{
    left: 25%;
  }

  .col-md-push-2{
    left: 16.66666667%;
  }

  .col-md-push-1{
    left: 8.33333333%;
  }

  .col-md-push-0{
    left: auto;
  }

  .col-md-offset-12{
    margin-left: 100%;
  }

  .col-md-offset-11{
    margin-left: 91.66666667%;
  }

  .col-md-offset-10{
    margin-left: 83.33333333%;
  }

  .col-md-offset-9{
    margin-left: 75%;
  }

  .col-md-offset-8{
    margin-left: 66.66666667%;
  }

  .col-md-offset-7{
    margin-left: 58.33333333%;
  }

  .col-md-offset-6{
    margin-left: 50%;
  }

  .col-md-offset-5{
    margin-left: 41.66666667%;
  }

  .col-md-offset-4{
    margin-left: 33.33333333%;
  }

  .col-md-offset-3{
    margin-left: 25%;
  }

  .col-md-offset-2{
    margin-left: 16.66666667%;
  }

  .col-md-offset-1{
    margin-left: 8.33333333%;
  }

  .col-md-offset-0{
    margin-left: 0;
  }
}

@media screen and (min-width: 992px){
  .catalog-item.list{
    width: 50%;
  }
}

@media (min-width: 1200px){
  .container{
    width: 1180px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12{
    float: left;
  }

  .col-lg-12{
    width: 100%;
  }

  .col-lg-11{
    width: 91.66666667%;
  }

  .col-lg-10{
    width: 83.33333333%;
  }

  .col-lg-9{
    width: 75%;
  }

  .col-lg-8{
    width: 66.66666667%;
  }

  .col-lg-7{
    width: 58.33333333%;
  }

  .col-lg-6{
    width: 50%;
  }

  .col-lg-5{
    width: 41.66666667%;
  }

  .col-lg-4{
    width: 33.33333333%;
  }

  .col-lg-3{
    width: 25%;
  }

  .col-lg-2{
    width: 16.66666667%;
  }

  .col-lg-1{
    width: 8.33333333%;
  }

  .col-lg-pull-12{
    right: 100%;
  }

  .col-lg-pull-11{
    right: 91.66666667%;
  }

  .col-lg-pull-10{
    right: 83.33333333%;
  }

  .col-lg-pull-9{
    right: 75%;
  }

  .col-lg-pull-8{
    right: 66.66666667%;
  }

  .col-lg-pull-7{
    right: 58.33333333%;
  }

  .col-lg-pull-6{
    right: 50%;
  }

  .col-lg-pull-5{
    right: 41.66666667%;
  }

  .col-lg-pull-4{
    right: 33.33333333%;
  }

  .col-lg-pull-3{
    right: 25%;
  }

  .col-lg-pull-2{
    right: 16.66666667%;
  }

  .col-lg-pull-1{
    right: 8.33333333%;
  }

  .col-lg-pull-0{
    right: auto;
  }

  .col-lg-push-12{
    left: 100%;
  }

  .col-lg-push-11{
    left: 91.66666667%;
  }

  .col-lg-push-10{
    left: 83.33333333%;
  }

  .col-lg-push-9{
    left: 75%;
  }

  .col-lg-push-8{
    left: 66.66666667%;
  }

  .col-lg-push-7{
    left: 58.33333333%;
  }

  .col-lg-push-6{
    left: 50%;
  }

  .col-lg-push-5{
    left: 41.66666667%;
  }

  .col-lg-push-4{
    left: 33.33333333%;
  }

  .col-lg-push-3{
    left: 25%;
  }

  .col-lg-push-2{
    left: 16.66666667%;
  }

  .col-lg-push-1{
    left: 8.33333333%;
  }

  .col-lg-push-0{
    left: auto;
  }

  .col-lg-offset-12{
    margin-left: 100%;
  }

  .col-lg-offset-11{
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10{
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9{
    margin-left: 75%;
  }

  .col-lg-offset-8{
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7{
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6{
    margin-left: 50%;
  }

  .col-lg-offset-5{
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4{
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3{
    margin-left: 25%;
  }

  .col-lg-offset-2{
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1{
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0{
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px){
  .btn:hover{
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .catalog-body.list .catalog-panel .label-name{
    font-size: 22px;
  }
}

@media screen and (max-width: 1199px){
  .btn{
    width: 140px;
  }

  .btn:hover{
    color: #fff;
    -webkit-box-shadow: 0 2px 0 #941619;
    box-shadow: 0 2px 0 #941619;
  }

  .btn:active{
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .checkbox_label{
    font-size: 13px;
  }

  .footer-block{
    width: 45%;
  }

  .menu__item >a{
    font-size: 10px;
  }

  .menu__item .icon:first-child{
    margin-left: 7px;
    margin-right: 6px;
  }

  .menu__item .icon:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .menu__item_relink {
    border-left: 1px solid #424242;
    margin: 0 5px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .filter-title{
    font-size: 13px;
    margin-right: 5px;
  }

  .filter-list-item{
    margin-right: 5px;
  }

  .filter-list-item >a{
    font-size: 12px;
  }

  .catalog-item{
    height: 460px;
  }

  .catalog-image{
    height: 360px;
  }

  .photo-check{
    width: 93px;
    height: 30px;
  }

  .catalog-panel{
    height: 96px;
  }

  .catalog-panel .btn .icon{
    display: none;
  }

  .label-name{
    font-size: 17px;
  }

  .catalog-image.list .photo-check{
    display: none;
  }

  .local-info{
    padding: 7px 0 0 10px;
  }

  .local-info .btn{
    width: 135px;
  }

  .local-info .btn .icon{
    display: none;
  }

  .local-info__link{
    padding-left: 5px;
  }

  .local-info__link .icon{
    display: none;
  }

  .local-info__link{
    line-height: 20px;
  }

  .hours-list{
    padding: 5px 0 0 0;
  }

  .info-options{
    padding-left: 0;
  }

  .info-options-item{
    font-size: 12px;
  }

  .info-main-contacts{
    width: 33%;
  }

  .info-main-options{
    width: 67%;
  }

  .info-col-left{
    width: 45%;
  }

  .info-col-right{
    width: 55%;
  }

  .info-col-right .list-options{
    width: 95%;
  }

  .list-options-item{
    font-size: 13px;
  }

  .icon_option{
    top: 25px;
  }

  .list-item .hours-item{
    font-size: 12px;
  }

  .list-item .price-item{
    font-size: 13px;
  }

  .info-block.info-block_search{
    width: 68%;
  }

  .info-block_map{
    width: 30.5%;
  }

  .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){
  .btn{
    width: 130px;
    font-size: 12px;
  }

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

  .header__local{
    padding-right: 18px;
    padding-top: 22px;
  }

  .header__logo{
    width: auto;
    padding-top: 14px;
  }

  .header__logo_link img{
    display: none;
  }

  .logo-text >span:first-child{
    font-size: 25px;
  }

  .header__search__form{
    width: 200px;
  }

  .footer-block{
    width: 50%;
    padding-right: 15px;
    font-size: 13px;
  }

  .menu >ul{
    padding-top: 15px;
  }

  .menu__item >a{
    font-size: 12px;
    padding-left: 20px;
  }

  .menu__item .icon:first-child{
    display: none;
  }

  .submenu__item{
    line-height: 18px;
  }

  .submenu__item a{
    font-size: 10px;
    line-height: 16px;
  }

  .submenu__item_title{
    font-size: 11px;
  }

  .menu__item_search >a{
    text-transform: capitalize;
  }

  .filter-view{
    float: left;
    padding-left: 10px;
    padding-right: 0;
  }

  .paggination{
    padding: 2px 0;
  }

  .paggination__list_item >a{
    font-size: 15px;
  }

  .paggination__list_item >a svg{
    font-size: 12px;
  }

  .paggination__list_item.next{
    margin-left: 0;
  }

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

  .catalog-item{
    height: 338px;
  }

  .catalog-image{
    height: 237px;
  }

  .photo-check{
    bottom: 1px;
  }

  .local-label{
    width: 120px;
    font-size: 12px;
  }

  .catalog-panel{
    padding: 15px 0 0 8px;
    height: 100px;
  }

  .label-name{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .local-info{
    padding: 10px 0 0 25px;
  }

  .hours-list-item{
    width: 25%;
  }

  .info-main{
    height: auto;
  }

  .info-body{
    padding-bottom: 20px;
  }

  .info-main-contacts .check-photo{
    display: none;
  }

  .info-main-options{
    width: 100%;
    padding: 0 15px;
  }

  .info-col-right .list-options{
    width: 100%;
  }

  .list-loop{
    line-height: 18px;
    padding-left: 65px;
    padding-top: 7px;
  }

  .body-options-item{
    min-width: 80px;
    font-size: 12px;
  }

  .frame{
    height: 380px;
  }

  .about p{
    font-size: 13px;
  }

  .info-block.info-block_search{
    width: 100%;
    margin-bottom: 15px;
  }

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

  .service__adress_map{
    width: 90%;
    margin-top: 0;
    float: left;
  }

  .catalog__list{
    padding-bottom: 100px;
  }

  .search__body__col.col5{
    width: 33.33333%;
  }

  .search__body__col.col6{
    width: 33.33333%;
  }

  .search__body__col.col7{
    width: 33.33333%;
  }
}

@media screen and (max-width: 767px){
  .header__login .header-lk{
    display: none;
  }

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

  .wrapper{
    padding-top: 0;
  }

  a:active{
    color: #d32f2f;
    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%;
  }

  .header__local{
    display: none;
  }

  .header__login{
    width: 15%;
    position: relative;
    z-index: 100500;
  }

  .header__local_link{
    border-bottom: 0;
  }

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

  .logo-text >span:first-child{
    font-size: 20px;
  }

  /*.logo-text >span:last-child{*/
    /*font-size: 12px;*/
  /*}*/

  .header__search{
    width: 40%;
    text-align: left;
    padding-right: 10px;
  }

  .header__search__form{
    width: auto;
  }

  .menu-button{
    border: 0;
    padding: 10px;
    background: #d32f2f;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: right;
    margin-top: 12px;
  }

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

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

  .header__menu .container{
    padding: 0;
  }

  .menu__item{
    display: block;
    width: 100%;
    text-align: left;
  }

  .menu__item:not(:last-child) >a{
    border-bottom: 1px solid #ccc;
  }

  .menu__item >a{
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 10px;
  }

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

  .submenu__item{
    text-align: left;
  }

  .submenu__item a{
    font-size: 11px;
    line-height: 28px;
    text-align: left;
  }

  .submenu__item__list{
    line-height: 25px;
  }

  .submenu__item_service .submenu__item__list{
    width: 100%;
  }

  .submenu__item__list{
    width: 100%;
  }

  .filter-view{
    display: none;
  }

  .breadcrumbs{
    display: none;
  }

  .paggination__list{
    text-align: center;
  }

  .catalog-item{
    width: 50%;
    height: 340px;
  }

  .catalog-panel{
    padding-left: 9px;
  }

  .info-header{
    padding-left: 10px;
    padding-right: 10px;
  }

  .info-main-contacts{
    width: 100%;
  }

  .info-col-left{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .info-col-right{
    width: 100%;
    padding: 0;
  }

  .icon_option{
    display: none;
  }

  .list-loop{
    padding-left: 0;
    text-align: center;
  }

  .list-loop:after{
    display: none;
  }

  .list-loop:before{
    display: none;
  }

  .gallery{
    display: none;
  }

  .about p{
    font-size: 11px;
  }

  .about-text{
    padding-left: 10px;
  }

  .tab-content{
    padding-bottom: 15px;
  }

  .info-block__title{
    font-size: 18px;
  }

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

  .footer{
    height: auto;
    padding-bottom: 20px;
  }

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

  .filter .container{
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
  }

  .filter-sorting{
    padding-left: 0;
  }

  .filter-list-item >a{
    font-size: 11px;
  }

  .catalog-item{
    width: 260px;
    margin: 0 auto 15px;
    float: none;
    display: block;
    padding: 0;
  }

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

  .list-item .price-item:not(:last-child){
    margin-right: 40px;
  }

  .body-options-item{
    min-width: 30%;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .body-options-item:nth-child(3){
    border-right: 0;
  }

  .nav-item{
    width: 30%;
  }

  .nav-item:not(:last-child){
    margin-right: 3%;
  }

  .nav-item >a{
    font-size: 15px;
  }

  .wp-video{
    width: 100% !important;
  }

  .wp-video .wp-video-shortcode{
    width: 100% !important;
  }

  .fancybox-close{
    top: 9px;
    right: 9px;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%3E%3Cpath%20d%3D%22M50%204.06L45.94%200%2025%2020.94%204.06%200%200%204.06%2020.94%2025%200%2045.94%204.06%2050%2025%2029.06%2045.94%2050%2050%2045.94%2029.06%2025z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: 50%;
  }

  .fancybox-nav.fancybox-next{
    height: 87%;
    margin-top: 20%;
  }

  .fancybox-prev span{
    left: 0;
  }

  .fancybox-next span{
    right: 0;
  }

  .search__body__col.col4{
    width: 50%;
  }

  .search__body__col.col5{
    width: 50%;
  }

  .search__body__col.col6{
    width: 50%;
  }

  .search__body__col.col7{
    width: 50%;
  }

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

  .header__search{
    /*width: 100%;*/
    /*padding: 20px 0 0;*/
    display: none;
  }

  .header__search__form{
    width: 100%;
  }

  .information{
    margin-top: 60px;
  }

  .list-options-item{
    padding-left: 35px;
  }

  .gallery-photos{
    width: 260px;
  }

  .nav-item{
    width: 45%;
  }

  .search__body__col.col4{
    width: 100%;
  }

  .search__body__col.col5{
    width: 100%;
  }

  .search__body__col.col6{
    width: 100%;
  }

  .search__body__col.col7{
    width: 100%;
  }

  .search__body__col__buttons{
    padding: 0;
    float: none;
    margin: 0 auto;
  }

  .btn_search{
    display: block;
    margin: 0 auto 10px;
  }

  .btn_search:first-child{
    margin-right: auto;
  }

  .map__section{
    height: 400px;
  }
}

@media screen and (max-width: 380px){
  h1{
    font-size: 20px;
  }

  .catalog-item{
    width: 280px;
  }

  .list-options-item{
    padding-left: 0;
  }

  .icon_item{
    display: none;
  }

  .list-options__title{
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 319px){
  html{
    width: 320px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px){
  .text-search{
    display: none;
  }

  .filter .container{
    min-height: 69px;
  }
}



/*
  new style - 24.01.17 - BadMan
*/

.extra__metro {
  max-width: 280px;
}

.extra__metro > select {
  margin-bottom: 10px;
}


/* Другие города*/
#window {
  display: none;
  max-width: 770px;
  /*max-height: 580px;*/
  max-height: 630px;
  margin: 50px auto;
  background: #fff;
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  top: calc( (100% - 730px) / 2);
  bottom: 0;
  padding: 15px 30px;
  box-shadow: 0 10px 18px 0 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;
  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;
}
/* END Другие города*/

/* loading*/
.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-repeat: no-repeat;
  background-position: 50%;
  background-blend-mode: normal;
}

.no-cssanimations .load-container .loader {
  text-indent: 0;
  text-align: center;
  color: #000;
  font-size: 17px;
  background: none;
  border: 0 none;
  width: auto;
  height: auto;
  margin: 1em auto;
  overflow: visible;
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
}

.no-cssanimations .load-container .loader:before,
.no-cssanimations .load-container .loader:after {
  display: none;
}


@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* end loading */

/* pagination */
span.page-numbers.current {
  font-size: 18px;
}
/* end pagination */

/* 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;
}
#plato-form .btn {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* end support */

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

.panel-button .phone, .hide-text {
  display: none;
}

.show-main .phone {
  display: inline-block;
}

.show-phone a {
  line-height: 9px;
  color: #fff;
  font-size: 13px;
}

.show-phone:hover a {
  color: #c62828;
}

.single p.subtitle {
  font-size: 20px;
}

/*.about-text {
  margin-top: 20px;
}*/

.item_advanced {
  border-right: none!important;
}

.lk-page footer {
  margin-top: 30px;
}

#map-section {
  margin: 20px 0;
}

@media screen and (max-width: 767px){
  .single-post .header__login, .lk-page .header__login {
    display: none;
  }

  .menu__item:not(:last-child) {
    border-right: none;
  }
}

@media screen and (min-width: 767px){
  .lk-page .login__content {
    float: left;
    display: inline-block;
    width: 37%;
    max-width: 350px;
    min-height: 260px;
  }

  .lk-page .descr-auth {
    float: right;
    width: 60%;
  }

  .lk-page .login__content .form__group_input {
    min-width: 94%;
  }

}

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

#show-photos {
	margin-top: 30px;
}

.header__logo_link, a.header__logo_link:hover, a.header__logo_link:active {
	text-decoration: none!important;
}

@media screen and (max-width: 991px){
	.header__logo {
		width: 40%;
	}

	.header__local {
		display: none;
	}

	.info-block_map .info-body  {
    	padding-bottom: 0;
	}
}

@media screen and (max-width: 767px){
	.lk-page .header {
		border-bottom: none;
	}

}
/* расширенный поиск */
h1.page_search {
	margin-top: 15px;
}

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


@media screen and (max-width: 991px) {
	.ul_5_col {
		column-count: 4;
		-moz-column-count: 4;
		-webkit-column-count: 4;
	}
}

@media screen and (max-width: 760px) {
    .ul_5_col {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}
}

@media screen and (max-width: 567px	) {
	.ul_5_col {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}


@media screen and (max-width: 430px) {
	.ul_5_col {
		column-count: auto;
		-moz-column-count: auto;
		-webkit-column-count: auto;
	}
}

/* end расширенный поиск */


/*
* new style for 10 template
*/

.header__local_link:hover {
  cursor: pointer;
}


/* кнопка с телефоном */
.btn-phone {
  line-height: 12px;
}

.btn-phone a, .btn-phone a:hover, .btn-phone a:active {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
}


.info-main-contacts .btn-phone {
  line-height: 16px;
  font-size: 14px;
}

.info-main-contacts .btn-phone a {
  font-size: 14px;
  line-height: 16px;
}
/* end кнопка с телефоном */

.about-text h2 {
  margin-top: 10px;
}

.footer-block a {
  font-weight: bold;
}

body.single .about {
  padding-top: 30px;
}

/* single */
body.single .catalog__list .section_title {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}

body.single .section_title {
  margin: 30px 0 0 0;
  padding: 0;
}

#mobile-gallery #show-photos {
  line-height: 15px;
}

#mobile-gallery #show-photos:active, #mobile-gallery #show-photos:hover, #mobile-gallery #show-photos:focus {
  color: #fff!important;
}

.single .catalog__list {
  padding-bottom: 0;
}

.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent;
  border: none;
  outline-offset: 0!important;
}


/* single */
.link-location, .link-metro {
  font-size: 16px;
  color: #d32f2f;
  line-height: 30px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: underline;
}

.single .label-local{
  text-decoration: none;
}

.tab-content {
  margin-top: -6px;
}

.menu__item a:active, .menu__item a:focus, .menu__item a:visited {
  text-decoration: none;
}

/*.page .wrapper {
  min-height: calc(100vh - 195px);
}*/

.logo-text-bottom {
  font-size: 12px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/* adaptive */
@media screen and (min-width: 350px) and (max-width: 600px){
  .search__body__col.col4 {
    width: 50%;
  }
  .search__body {
    padding: 12px;
  }
}

/* new by dr*/
.btn_search:active, .btn_search:focus {
  color: #fff;
}

#reset {
  background: #b5b5b5;
  -webkit-box-shadow: 0 2px 0 #616161;
  box-shadow: 0 2px 0 #616161;
}

#reset:hover {
  box-shadow: none;
}

.search_title:not(:first-child) {
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #edeef0;
}
/* мало метро и районов */
.submenu__small_location {
  width: 220px;
  min-height: 120px;
}

.submenu__small_metro {
  width: 220px;
  min-height: 120px;
}

.have_metro .submenu__small_location {
  left: 9%;
}
/* END мало метро и районов */

@media screen and (max-width: 768px) { 
  .menu >ul {
    padding-top: 0px;
  } 
  #main-menu li .submenu.open {
    padding: 0;
  }
  .submenu__item a {
    padding: 5px 10px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #d8d8d8;
  }
  .submenu__item a:hover {   
    background: #fffafa;
  }
  .submenu__item_title {
    font-size: 11px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    background: #a4a4a4;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
  }
  /*.header__menu.open {
    min-height: calc(100vh);
  }*/

  .menu-button {
    position: fixed;
    z-index: 100500;
    right: 12px;
  }

  .submenu__small_metro {
    width: 100%;
  }

  .submenu__small_metro, .submenu__small_location {
    width: 100%;
    left: 0;
  }

  .have_metro .submenu__small_location {
      left: 0;
      width: 100%;
  }

  #main-menu li .submenu.open {
    border-radius: 0;
  }

}



/* update 22.06.17 */
#perelink {
  text-align: center;
}

#perelink a {
  font-size: 18px;
  font-weight: 400;
  color: #039be5;
}

#perelink a:hover {
    color: #d32f2f;
}

#perelink p {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px dashed #039be5;
}