@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;
  overflow-x: hidden;
}

.wrapper{
  min-height: calc(100vh - 215px);
  padding-top: 5px;
  padding-bottom: 50px;
}

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: 300;
  text-decoration: none;
}

a:focus{
  outline: none;
}

.page_title h1{
  margin: 5px 0;
}

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

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

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

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

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

nav ul,
ul{
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}

nav ul li,
ul li{
  list-style: none;
}

.clearfix{
  clear: both;
}

.clearfix:after{
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

img.responsive-img,
video.responsive-video{
  max-width: 100%;
  height: auto;
}

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

/*----------------------------------------
  BUTTONS _ BTN
----------------------------------------*/

/* стили кнопки */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus{
  outline: none;
}

.btn{
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  width: 171px;
  height: 26px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  text-transform: lowercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #f50057;
  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%);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 #f50057;
          box-shadow: 0 2px 0 #f50057;
  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.5rem;
  width: 1.33333em;
}

.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: 1.8rem;
  width: 1.27778em;
}

.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-lock{
  font-size: 2rem;
  width: .7em;
}

.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-home{
  width: 16px;
  height: 15px;
}

.icon-car{
  width: 15px;
  height: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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{
  height: 60px;
  background: #f5f5f5;
  color: #dedfe0;
}

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

.header__logo{
  display: block;
  float: left;
  width: 420px;
  padding-top: 14px;
}

.header__logo .logo-text{
  padding-left: 7px;
  display: inline-block;
  vertical-align: middle;
  color: #f50057;
  font-size: 22px;
  font-weight: 700;
  line-height: 16px;
}

.header__logo .logo-text span{
  display: inline-block;
}

.header__logo .logo-text span:last-child{
  color: #263238;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

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

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

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

.header__local{
  display: block;
  float: right;
  font-size: 14px;
  color: #263238;
  font-weight: 400;
  line-height: 15px;
  padding-top: 14px;
}

.header__local .icon-globus{
  margin-right: 3px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  color: #f50057;
}

.header__local_link{
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #1565c0;
  border-bottom: 1px dashed #1565c0;
}

.header__local_link:hover{
  color: #1565c0;
  border-bottom: 0;
}

.header__search{
  display: block;
  float: right;
  text-align: right;
  padding: 14px 65px 0 45px;
}

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

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

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

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

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

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

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

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

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

.header__login{
  display: block;
  padding-top: 11px;
  padding-right: 2px;
  float: right;
  text-align: right;
}

.header__login >a{
  color: #263238;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}

.header__login .icon{
  position: relative;
  top: 2px;
  width: 14px;
  height: 20px;
  margin-right: 8px;
  color: #f50057;
}

/* end header*/

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

.footer{
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px 0;
}

.footer p{
  margin: 0;
  color: #263238;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.footer a{
  color: #f50057;
  text-decoration: underline;
}

.footer a:hover{
  text-decoration: none;
}

/* end footer */

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

.header__menu{
  position: relative;
  z-index: 888;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
}

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

.menu{
  padding: 4px 0 13px 16px;
}

.menu >ul{
  width: 100%;
  position: relative;
}

.menu__item{
  display: inline-block;
}

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

.menu__item >a .icon{
  position: relative;
  top: 5px;
  margin-left: 10px;
  margin-right: 11px;
  color: #263238;
}

.menu__item >a .icon.icon-angel-down{
  top: auto;
  width: 10px;
  height: 10px;
  color: #bdbdbd;
  margin-left: 8px;
  margin-right: 38px;
}

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

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

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

.menu .icon-cash{
  width: 24px;
  height: 22px;
}

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

.menu .icon-body{
  width: 24px;
  height: 22px;
}

.menu .icon-gene{
  width: 24px;
  height: 24px;
}

.menu .icon-libra{
  width: 24px;
  height: 22px;
}

.menu .icon-advanced{
  width: 24px;
  height: 24px;
}

.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: 145%;
  left: 0;
  right: 0;
  bottom: auto;
  width: 101%;
  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{
  padding-top: 10px;
  padding-bottom: 14px;
}

.filter .icon-local{
  width: 13px;
  height: 17px;
}

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

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

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

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

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

/* 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 5px rgba(38, 50, 56, .4);
          box-shadow: 0 1px 5px rgba(38, 50, 56, .4);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

.catalog-body:hover{
  -webkit-box-shadow: 0 1px 5px rgba(245, 0, 86, .4);
          box-shadow: 0 1px 5px rgba(245, 0, 86, .4);
}

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

.catalog-panel{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 80px;
  padding: 0 0 0 22px;
  background-color: #fff;
}

.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;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

.label-price{
  position: relative;
  display: inline-block;
  float: right;
  padding-right: 25px;
}

.label-price .icon{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.label-price span{
  display: inline-block;
  vertical-align: middle;
}

.hide-phone{
  display: none;
}

/* LIST ITEMS */

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

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

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

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

.local-info__text{
  position: relative;
  display: inline-block;
  width: 100%;
  color: #263238;
  font-size: 15px;
  font-weight: 400;
  padding-left: 29px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 16px;
}

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

.local-info__text .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: 28%;
  margin-left: -.36em;
  text-align: center;
}

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

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

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

.hours-list-item .icon-clock{
  width: 20px;
  height: 20px;
}

.hours-list-item .icon-home{
  width: 23px;
  height: 18px;
}

.hours-list-item .icon-car{
  width: 20px;
  height: 15px;
}

.info-options{
  display: block;
  float: left;
  width: 100%;
  padding-top: 5px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

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

.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%;
  padding: 5px 21px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-header .label-name {
  margin-bottom: 0;
}

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

.info-body{
  width: 100%;
}

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

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

.single .info-main-contacts .check-photo{
  bottom: -10px;
}

.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: #f50057;
  line-height: 30px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: underline;
  margin: 0;
}

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

.label-local .icon-subway{
  width: 18px;
  height: 24px;
}

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

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

.info-col-right{
  width: 62%;
  float: right;
}

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

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

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

.icon_item.icon-gene{
  width: 20px;
  height: 20px;
}

.icon_item.icon-liner{
  width: 20px;
  height: 20px;
}

.icon_item.icon-libra{
  width: 20px;
  height: 18px;
}

.icon_item.icon-body{
  width: 20px;
  height: 18px;
}

.icon_item.icon-face{
  width: 20px;
  height: 20px;
}

.icon_item.icon-flag{
  width: 16px;
  height: 20px;
}

.list-options__title{
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #263238;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  background-color: rgba(38, 50, 56, .04);
}

.icon_option{
  position: absolute;
  top: 39px;
  left: 5px;
}

.icon_option.icon-home{
  top: 25px;
  left: 5px;
  width: 24px;
  height: 24px;
}

.icon_option.icon-car{
  width: 29px;
  height: 16px;
}

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

.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: -2px;
  width: 100px;
  height: 6px;
  background-color: #f50057;
  -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%;
  padding-top: 10px;
}

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

.home .about{
  padding-top: 20px;
}

.about{
  padding-top: 30px;
}

.about p{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.about .about-text__title{
  font-size: 20px;
  margin: 10px 0 5px;
}

.about-text{
  padding: 10px 20px 15px 22px;
}

.about-text ul {
  color: #263238 !important;
  padding: 10px;
}

.about-text ol {
  color: #263238 !important;
  padding: 10px;
}
/* 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;
  border-bottom: none;
}

.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: 40px;
  color: #263238;
  text-decoration: underline;
}

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

.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: 18px;
  font-weight: 400;
  line-height: 25px;
}

.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: 400px;
  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: #757575;
  font-weight: 400;
  text-decoration: underline;
  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{
  color: #f50057;
}

.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__section .search__body:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
.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;
}

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

.search__body__col_list{
  margin-bottom: 27px;
}

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

.map{
  overflow: hidden;
}

.search__section{
  width: 100%;
}

/* end search full filter */

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

.map__section{
  margin-top: 20px;
  width: 100%;
  min-height: 400px;
  height: calc(100vh - 355px);
  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: #f50057;
    text-decoration: none;
    outline: none;
  }

  .menu-button{
    display: none;
  }

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

  .menu >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{
    bottom: 10px;
  }

  .catalog-body.list .catalog-panel{
    width: -webkit-calc(100% - 140px);
    width:         calc(100% - 140px);
    display: block;
    float: left;
    position: relative;
    height: 41px;
    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;
  }
}

@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;
    background-color: #f50057;
    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%);
    -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;
    background-color: #f50057;
    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%);
  }

  .btn:active{
    color: #fff;
    background-color: #f50057;
    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%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .icon-clock{
    width: 20px;
    height: 20px;
  }

  .checkbox_label{
    font-size: 13px;
  }

  .header__search{
    padding-right: 45px;
  }

  .header__login >a span >span{
    display: none;
  }

  .menu{
    padding-bottom: 8px;
    padding-left: 0;
  }

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

  .menu__item >a .icon{
    margin-left: 8px;
    margin-right: 8px;
  }

  .menu__item >a .icon.icon-angel-down{
    margin: 0 9px;
  }

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

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

  /*.label-name .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__text{
    padding-left: 5px;
  }

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

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

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

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

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

  .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{
    padding-left: 30px;
    font-size: 13px;
  }

  .icon_option{
    top: 25px;
    left: 6px;
  }

  .list-loop{
    padding-left: 45px;
  }

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

  .pages{
    display: none !important;
  }
}

@media screen and (max-width: 991px){
  .btn{
    width: 130px;
    font-size: 12px;
  }

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

  .header__logo{
    width: 260px;
  }

  .header__logo .logo-text{
    font-size: 17px;
  }

  .header__logo .logo-text span:last-child{
    font-size: 9px;
  }

  .header__local{
    padding-top: 22px;
    font-size: 14px;
  }

  .header__local .icon-globus{
    margin-right: 2px;
    width: 20px;
    height: 20px;
  }

  .header__local_link{
    font-size: 14px;
  }

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

  .header__search__form{
    width: 200px;
  }

  .header__login >a span{
    display: none;
  }

  .header__login .icon{
    top: 7px;
    margin-right: 0;
  }

  .menu__item >a .icon{
    margin-left: 0;
    margin-right: 5px;
  }

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

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

  .photo-check{
    bottom: 1px;
  }

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

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

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

  .label-price{
    padding-right: 5px;
  }

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

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

  .info-main{
    height: auto;
    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-top: 7px;
  }

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

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

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

  .frame{
    height: 380px;
  }

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

  .about .about-text__title{
    font-size: 18px;
  }

  .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: 768px) and (max-width: 991px){
  .catalog-body.list .catalog-panel{
    /*padding-top: 11px;*/
  }
}

@media screen and (max-width: 767px){
  .row{
    margin-left: 0;
    margin-right: 0;
  }

  .wrapper{
    padding-top: 0;
  }

  a:active{
    color: #f50057;
    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__logo{
    width: 70px;
  }

  .header__logo .logo-text{
    display: none;
  }

  .header__local{
    display: none;
  }

  .header__local_link{
    border-bottom: 0;
  }

  .header__search{
    text-align: left;
    padding-left: 0;
    padding-right: 50px;
  }

  .header__search__form{
    width: 240px;
  }

  .header__login{
    position: fixed;
    top: 10px;
    z-index: 907;
    right: 10px;
    padding-top: 0;
  }

  .header__login >a{
    display: none;
  }

  .menu-button{
    border: 0;
    padding: 10px;
    background: #f50057;
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }

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

  .footer a{
    font-size: 13px;
  }

  .header__menu{
    position: fixed;
    z-index: 890;
    top: 0;
    width: 100%;
    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-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .label-price{
    padding-right: 10px;
  }

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

  .icon_option{
    top: 37px;
    left: 11px;
  }

  .icon_option.icon-home{
    top: 37px;
    left: 11px;
  }

  .gallery{
    display: none;
  }

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

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

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

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

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

  /*.label-price .icon{
    display: none;
  }*/

  .label-price span small{
    display: none;
  }

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

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

  .list-loop{
    padding-left: 70px;
  }

  .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__form{
    width: 160px;
  }

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

  .list-loop{
    padding-left: 50px;
  }

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

  .label-price .icon{
    display: none;
  }

  .label-price span small{
    display: none;
  }
}

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

/* 12.12.16 BadMan */
.item-option-check {
  bottom: 85px;
  height: 15px;
  width: 76px;
  background-color: #c25687;
}

img.logo_img {
    float: left;
    margin-right: 10px;
}

span.city_name_logo {
	color: #f50057;
}

.city-domain-mini {
	margin-top: 5px;
	color: #fff;
    line-height: 16px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}

.text-block h2 {
	color: #4a4a4a;
}

.footer-text p {
	color: #fff;
}

.footer-text a {
	color: #f50057;
}

.error404 .page-content p {
	color: #fff;
}

.error404 .page-content a {
	color: #f50057;
}

.error404 .page-content a:hover {
	text-decoration: underline;
}

/* END 12.12.16 BadMan */

















/*BadMan 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-size: 16%; */
    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 BadMan loading*/
/* d.r. */
.second-hours-list .hours-item {
	min-width: 38px;
}
.hours-item.none {
	color: rgba(255, 255, 255, .4);
}
.have_metro .submenu__small_location {
	left: 9%;
}
.catalog__item__info.single {
	width: 100%;
	padding: 12px 0 0 12px;
}
.catalog__item__info.single .catalog__item__info_icon {
    padding-top: 10px;
}
.fancybox-opened {
	position: fixed;
}
.hours-item.empty {
	opacity: 0.4;
}
.hours-list-title.empty {
	opacity: 0.25;
}
.hours-item.empty .hours-item__price {
	/* letter-spacing: -3px; */
    font-weight: 100;
}
.nothing-found-title {
    /* font-family: "Roboto", Helvetica, Arial, sans-serif; */
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
}

.nothing-found {
	color: #000;
}

footer {
	margin-top: 10px;
    text-align: center;
    padding-bottom: 15px;
}
.footer-text p {
	margin-bottom: 0;
	font-size: 12px;
}
.text-block {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 25px;
    border: 1px solid;
    margin-top: 30px;
    border-radius: 12px;
}
.text-block h2 {
    border-bottom: 1px solid rgba(0,0,0,.07);
    margin-top: 0;
    padding-bottom: 15px;
}

.filter__panel__sorting_label {
	font-weight: 400;
}

.about__block {
	width: 100%;
	min-height: auto;
    padding: 10px 0;
}

.about__block_text {
    /* padding: 10px 25px; */
    padding: 10px 27px;
}
.last_item {
	margin: 0;
}
/* full search */
.checkbox_label:before {
	top: 6px;
}
.ul_5_col {
	max-width: 99%;
	column-count: 5;
	-moz-column-count: 5;
	-webkit-column-count: 5;
}
.ul_4_col {
	max-width: 99%;
	column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
}
.search__body .search__body__col__buttons {
	display: block;
}
.search__body .search__body__col__buttons button {
    border-radius: 12px;
    line-height: 14px;
}
.panel__bottom {
	background-color: rgb(246, 246, 246)!important;
}
.panel {
  border: none;
  box-shadow: none;
}
.catalog__item_image {
	/*margin-bottom: 10px;*/
}
.paggination__list_item >span {
	font-size: 19px;
    font-weight: 700;
    line-height: 18px;
    color: #f50057;
}
.catalog__list {
	padding-bottom: 0;
}
.submenu__small_metro {
	width: 220px;
	min-height: 120px;
}

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

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

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

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

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

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

#window img:hover {
    cursor: pointer;
}

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

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


.show-phone {
	line-height: 10px;

}
.phone.show > a {
	line-height: 18px;
	position: relative;
	top: -6px;
  color: #fff;
  line-height: 36px;
}

.catalog-item .phone.show > a {
  top: -4px;
}

.phone.show:hover a {
}

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

.hide {
	display: none;
}
.form__group_label_red {
    margin-top: -10px;
	color: #f50057;
}
.properties__single {
    position: absolute;
    bottom: auto;
    left: auto;
    right: -10px;
    top: 15px;
    color: #fff;
    font-size: 14px;
}
.properties__single .properties_check, .properties__single .properties_video {
	padding: 1px 5px;
}
.information__main {
	position: relative;
}
.home-about h2 {
	display: inline-block;
	width: 100%;
	border-bottom: 0.5px solid #696060;
	padding-bottom: 10px;
	color: #000;
}
.home-about ul, .home-about ol {
	color: #fff;
}
/* Дополнительные стили для расширенного поиска */
@media screen and (max-width: 990px) {
	.search__body__col__buttons{
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	.search__body__col__buttons{
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.btn_search:first-child {
	    margin: 10px auto!important;
	}

	.btn_search{
		display: inherit;
	    margin: 10px auto;
	}

}
/* END Дополнительные стили для расширенного поиска*/

/* gallery */
.fancybox-inner {
	margin-top: 20%;
    padding-bottom: 20%;
}
.fancybox-skin {
	background: transparent;
}
.fancybox-opened .fancybox-skin {
	box-shadow: none;
}
.fancybox-opened .fancybox-skin img {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}
.extra__metro {
	max-width: 282px;
}
/*.extra__metro label {
	margin-top: 10px;
}*/
.extra__metro > select {
	margin-bottom: 10px;
}
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.8);
}
#all_photos {
	display: none;
}
#hide_all_photos {
	display: none;
    width: 200px;
    border-radius: 12px;
    background: #f50057;
    text-align: center;
    padding: 10px;
    margin: 20px auto 0px auto;
    color: #fff;
}
#show_all_photos {
    display: block;
    width: 200px;
    border-radius: 12px;
    background: #f50057;
    text-align: center;
    padding: 10px;
    margin: 20px auto 0px auto;
    color: #fff;
    cursor: pointer;
}
/* END другие города*/

p.city-domain {
    font-family: "Exo 2", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    position: absolute;
    margin-left: 7em;
    margin-top: -3.8em;
    font-weight: 400;
    text-transform: uppercase;
}

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

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

@media screen and (max-width: 991px) {
	.ul_5_col {
		column-count: 4;
		-moz-column-count: 4;
		-webkit-column-count: 4;
	}
	p.city-domain {
	    margin-left: 2.8em;
	}
	.catalog__item.list {
	    height: 290px;
	}
	.info-options {
		padding: 5px 0 0 6px;
	}
	.hours {
		width: 100%;
	    margin-top: 10px;
	}
}
@media screen and (max-width: 760px) {
    #panel-menu .container {
        padding: 0;
    }
    .menu__item:not(:last-child) {
        padding: 0;
    }
    .submenu__item_title {
        background: #ddd;
        color: #000;
        font-size: 16px;
        margin-top: 0!important;
    }
	p.city-domain {
	    margin-left: 3.1em;
	}
	#social .section_title {
		display: none;
	}
	#catalog .section_title {
		text-align: center;
	}
	.gallery-photo {
		margin-top: 20px;
	}
	.ul_5_col {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}
	.submenu__small_metro {
		width: 100%;
	}
	.submenu__small_metro, .submenu__small_location {
		width: 100%;
		left: 0;
	}
	.aboutme {
		margin-top: 20px;
	}
}
@media screen and (max-width: 760px) {
	.fancybox-close {
	    top: 0;
	    right: -50px;
	}
}
@media screen and (max-width: 567px	) {
	p.city-domain {
	    font-size: 1em;
        margin-left: 7.2%;
	}
	.ul_5_col {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
	.mejs-container {
		min-width: 100%;
	}
	.wp-video {
		width: 100%!important;
	}
	.fancybox-close {
	    top: 0;
	    right: -50px;
	}
	.info__block_title {
		padding-left: 20px;
	}
}
@media screen and (max-width: 550px) {
	p.city-domain {
		font-size: 0.8em;
	}
}
@media screen and (max-width: 460px) {

	.fancybox-close {
	    top: -60px;
	    right: 0;
	}
	.information__main_item .btn-phone {
		width: 89%;
	}
	.info-price, .info-material {
		padding-left: 0;
		text-align: center;
	}
	.info-title {
	    text-align: left;
	}
	.info-subtitle {
	    padding: 10px 0 10px 0px;
	}
	.info-material .info-title {
		margin-bottom: 10px;
	}
	.material-list {
		margin-right: 15px;
	}
	a.list_item_link {
		font-size: 14px;
	}
}
@media screen and (max-width: 375px) {
	p.city-domain {
		font-size: 0.7em;
	    margin-top: -1.7em;
	}

}
@media screen and (max-width: 375px) and (min-width: 350px) {
  .search__body__col.col4 {
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
	p.city-domain {
		font-size: 0.6em;
	    margin-top: -2.3em;
	}
}
@media screen and (max-width: 430px) {
	.ul_5_col {
		column-count: auto;
		-moz-column-count: auto;
		-webkit-column-count: auto;
	}
}

@media screen and (max-width: 991px) {
	.frame {
		line-height: 380px;
	}
	.information__main {
		min-height: 140px!important;
	    padding-bottom: 20px;
	}
	.service__adress_map {
 		padding: 10px 20px;
	    width: 100%;
	    margin-top: 0;
	}
	.service__adress {
		width: 100%;
	}
	.wrapper {
		padding-bottom: 10px;
	}

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

/* new style 22.11.16 */
.mejs-inner .me-plugin, .mejs-inner embed {
  width: 100%!important;
  height: 100%!important;
  display: block;
}

.lk-page .menu-button {
	display: none;
}

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

.descr-auth {
	color: #263238;
	float: right;
	width: 60%;
    padding-right: 30px;
}

.form__group_password +.form__group_input_link:hover {
    opacity: 1;
}

.catalog__item__info_phone .phone a:hover{
	cursor: text;
}

.information__main_item .phone a:hover{
	cursor: text;
}

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

/* zoom img */
.catalog__item_image a img {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.catalog__item_image a img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

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

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

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



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

button.btn.btn_search:hover {
	background: #ff7c74;
}


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

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

.catalog__item__descript_item_text{
	width: 60%;
}

@media screen and (min-width: 1199px) {
	.information__tarif_item_text {
		width: 100%;
		max-width: 100px;
	}
}
@media screen and (max-width: 1199px) and (min-width:991px) {
	.second-hours-list .hours-item {
		min-width: 30px;
	}
}
@media screen and (max-width: 1199px) {
	/* .information__main_item {
		padding-left: 20px;
	} */
	.catalog__item.list .check-info {
		position: absolute;
		left: 21%;
		bottom: 0;
		height: 40px;
		width: 22%;
	}
	.catalog__item.list .check-info__photo {
		width: 50%;
	    float: left;
	    margin-bottom: 0;
	}
	.catalog__item.list .check-info__video {
		width: 50%;
		float: left;
		margin-bottom: 0;
	}
	.catalog__item.list .info-options {
	    width: 18%;
	}
	.descr-auth {
		float: right;
		width: 50%;
	    padding-right: 30px;
	}

	.catalog__item__info_item:last-child .catalog__item__info_text {
		font-size: 16px;
	}
}


@media screen and (max-width: 767px) {
	.descr-auth {
		float: left;
		width: 100%;
		padding-right: 20px;
	}

	.login__content {
    	float: left;
	}

	nav ul li, ul li{
		text-align: left;
	}
	.catalog__item.list .catalog__body{
		height: 100%
	}
	.submenu__item a {
		font-size: 13px;
	    display: block;
	    line-height: 35px;
	    border-bottom: 1px solid #dcdcdc;
	    padding-left: 20px;
        line-height: 40px;
	}
	.submenu.open {
		padding: 0;
	}
	.menu__item_search > a:first-child {
		display: block;
	}
	.menu__item_search > a:last-child {
		border-bottom: none;
	}
	.menu__item_search > a:last-child:hover {
		border-bottom: none;
	}
	.submenu__item_title {
		padding-left: 20px;
	}
	.submenu__item a:hover {
		text-decoration: none;
		background: #fff2f7;
	}
}

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


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


/* new style 23.11.16 */
.king-cname {
  font-size: 12px;
}
.king-size {
  font-size: 18px;
}
.item_weight, .item_boobs, .item_price {
  margin-top: 2px;
}
.single .info-main-contacts .phone > a {
  line-height: 44px;
}
.single .list-options-item .value-item > a {
  font-size: 15px;
  color: #f50057;
  font-weight: 700;
  text-decoration: underline;
}
.single .list-options-item .value-item > a:hover {
  text-decoration: none;
}
.single .breadcrumbs {
	margin: 20px 0;
}

.single .breadcrumbs__list {
    padding: 0;
}

.single .breadcrumbs {
	margin: 0;
}

#feedback_result, #feedback_result p {
  color: #fff;
}
#feedback_result a {
  color: #f50057;
  text-decoration: underline;
}

/*.catalog__item.list:hover {
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
	border: 1px solid #f50057;
}*/
.catalog__item__info_phone .phone, .information__main_item .phone{
	display: none;
}

.catalog__item__info_phone .phone a, .information__main_item .phone a{
	color: #ed1c24;
	font-size: 18px;
}
.btn-phone {
  padding: 0;
}
.show-main .btn-phone {
	cursor: default;
}
.btn-phone .phone {
	display: none;
}
.catalog__item__info_text a:hover {
	text-decoration: underline;
}

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

a.link-metro, a.link-location {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: underline;
    display: block;
}
a.link-metro:hover, a.link-location:hover {
	text-decoration: none;
}

.information__main_item{
	text-decoration: none;
}

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

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

a.link-hair, a.link-nation {
	font-size: 15px;
	color: #fff;
    text-decoration: underline;
}

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

a.list_item_link {
    text-decoration: none;
}

li.submenu__item {
    text-align: left;
}

.uptolike-buttons {
	padding-left: 25px;
}

.footer-text p a:hover {
	text-decoration: underline;
}


.single .catalog__item__info_icon_name {
	padding-top: 0!important;
}
.single .catalog__item__info_item.catalog__item__info_name .catalog__item__info_text {
	width: 64%;
}
@media screen and (max-width: 1199px) {
  .header__logo .logo-text {
    font-size: 18px;
  }
  .header__logo {
    width: 370px;
  }
  .catalog-image.list .photo-check {
    bottom: 0;
    right: 0;
  }
    .single .info-check-photo {
        right: 0px;
        bottom: -15px;
        width: 90px;
    }
	.single .material-list {
		margin-right: 15px;
	}
	.single .info-check-photo span {
		display: none;
	}
	.single .hours .icon {
		display: none;
	}
	.single .info-second .hours {
        margin-left: 0;
		padding: 14px 0 0 20px;
	}
	.single .info-data .icon {
		display: none;
	}
	.single .info-data {
	    padding: 14px 20px 0 20px;
	}
	.single	.data-list-item {
		width: 100%;
	}
    .single .info-main .catalog__item__info {
        width: 100%;
    }
    .catalog__item__info_phone .phone a {
        font-size: 16px;
    }
    .catalog__item .btn-phone {
        width: 67%;
    }
}

@media screen and (max-width: 991px) {
    .info-block_map {
      min-height: 445px;
    }
    .list-item .hours-item.top-item {
        padding: 0;
    }
    .search__body__col {
        min-height: 345px;
    }
    .submenu.open {
        border-top: 1px solid #ccc;
    }

    .catalog__item .btn-phone {
        width: 60%;
    }
	.catalog__item__info_item.catalog__item__info_name .catalog__item__info_text >a {
		font-size: 20px;
	}
	.single .catalog__item__info_item.catalog__item__info_name .catalog__item__info_text {
		font-size: 22px;
	}
	.single .info-check-photo span {
		display: block;
	}
	.single .information-wrapper {
		overflow: inherit;
	}
	.single .info-data {
	}
	.single .info-second .hours {
		margin-top: 0;
	}
    .single .info-second {
        margin-right: 2%;
    }
    .single .info-second, .single .info-third {
        width: 49%;
    }
	.catalog__item.list .check-info {
		left: 0;
		width: 38%;
	}
	.catalog__item.list .info-options {
		position: absolute;
		right: 0;
		bottom: 0;
		padding-left: 0;
	}
	.catalog__item.list .info-options {
		position: absolute;
		right: 3px;
		bottom: 0;
		padding-left: 0;
		width: 31%;
	}
	.catalog__item.list .info-options .icon {
		left: -34px;
		top: 4px;
		width: 25px;
		height: 37px;
	}
	.catalog__item.list .list-options .value {
		font-size: 14px;
	}
	.catalog__item.list .list-options li {
		width: 60%;
	    margin-right: 10%;
	    font-size: 14px;
        line-height: 16px;
	}
    .catalog__item.list .list-options li:last-child {
        border-bottom: none;
    }
    .catalog__item.list .hours-item {
        margin-bottom: 7px;
    }
	.catalog__item.list {
		padding-left: 0;
	}
	.catalog__item.list .hours {
		width: 37%;
		margin-top: 0;
		padding: 15px 0 0 40px;
	}
	.catalog__item.list .hours .icon {
		width: 25px;
	    height: 25px;
	}
	.filter__panel__sorting {
	    padding-top: 7px;
	    padding-left: 10px;
	}
	.breadcrumbs__list {
		padding: 0;
	}
	.single .information__main {
	    width: 45%;
	}

	.single .information-wrapper {
		min-height: 308px;
	}

	.header__local {
		display: none;
	}

	.header__logo_mini {
		display: inline-block;
	}



	.big_domain {
		font-weight: bold;
	}
	#map {
	    padding: 0;
	}
	.header__logo {
		width: 25%;
	}
	.menu__item >a svg {
		top: -1px;
	}

}

@media screen and (max-width: 767px) {
    .submenu__item a{
      color: #f50057;
    }
    .header__menu >.container {
        border:none;
    }
    .have_metro .submenu__small_location {
        left: 0;
        width: 100%;
    }
	.header__logo {
		width: 24%;
	}
    .city-domain-mini {
        display: none;
    }
	.header__logo_mini {
		display: none;
	}
	.header__search {
	}
	.single .information__main {
		width: 35%;
	}
	.catalog__item__info.list {
		width: 67%;
	}
	.catalog__item__info.list .catalog__item__info_icon {
		width: 14%;
	}
	.catalog__item__info.list .catalog__item__info_phone {
		padding-left: 0;
	}
	.menu {
		padding: 0;
    min-height: calc(100vh);
	}
  .menu__item_login {
    border-top: 1px solid #ccc;
  }
	.menu__item {
		padding: 0;
	}
	.menu__item >a {
		line-height: 56px;
		padding: 0;
		text-align-last: left;
		padding-left: 20px;
	}
	.menu__item >a svg {
		top: -1px;
	}
	.submenu__item a {
		background: #f5f5f5;
	}
	.menu__item_search.item_advanced span {
		display: initial;
	}
	.menu__item_search.item_advanced >a {
		width: 100%;
	}
    .single .catalog__item__info.list .catalog__item__info_icon {
        width: 38px;
    }
	.single .info-main .catalog__item__info {
	    width: 80%;
	}
}
@media screen and (max-width: 671px) {
    .single .info-second, .single .info-third {
        width: 100%;
    }
    .single .info-second .hours-list {
        width: 50%;
    }
    .single .info-second .hours-list:last-child {
        display: block;
    }
}
@media screen and (max-width: 720px) {
	.single .information__main {
		width: 100%;
	}
}
@media screen and (max-width: 568px ) and (min-width: 567px) {
    .catalog__item {
        width: 50%;
        float: left;
    }
}
@media screen and (max-width: 567px	) {
    .search__body__col {
        min-height: auto;
    }
	.single .data-list-item .value {
		width: 48%;
	}
	.single .data-list-item span {
		width: 52%;
	}
	.check-info {
		bottom: 160px;
	}
	.check-info span {
		display: none;
	}
}
@media screen and (max-width: 480px) {
  .search__body {
    padding: 10px 0 0 15px;
  }
  .search__body__col.col4 {
    width: 50%
  }
  .single .info-check-photo {
    display: block;
    right: -13px;
    top: -21px;
    width: 79px;
  }
  .header__logo {
    width: auto;
  }
}
@media screen and (max-width: 400px) {
    .single .info-main .catalog__item__info {
        width: 97%;
    }
}
@media screen and (min-width: 567px	) and (max-width: 670px) {
	.hours-list {
		width: 100%;
	}
	.hours-list:last-child {
		display: none;
	}
	.check-info span {
		display: none;
	}
	.check-info {
		bottom: 160px;
	}
}
@media screen and (min-width: 567px	) and (max-width: 600px) {
	.catalog__item {
		height: 511px;
	}
	.catalog__item_image {
		height: 350px;
	}
	.btn-phone span {
		font-size: 15px;
	}
	.phone.show {
	font-size: 16px;
	}
}
@media screen and (min-width: 600px ) and (max-width: 991px) {
  .header__logo {
    width: 51%;
  }
}
@media screen and (min-width: 991px ) and (max-width: 1199px) {
  .text-logo {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .header__logo {
    width: 51%;
  }
  .header__search {
    width: 47%;
  }
}
@media screen and (max-width: 374px) {
  .search__body__col.col4 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .small-img {
    display: none;
  }
  .big-img {
    display: block!important;
  }
}
@media screen and (min-width: 767px) {
  .small-img {
    display: block;
  }
  .big-img {
    display: none;
  }
}
/* END new style 23.11.16 */

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

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

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

.content_link_page a:hover {
  color: #26c6da;
}

.btn_card_link_page {
  margin-top: 20px;
}

.card_link_page .catalog-panel {
  height: auto!important;
  padding-right: 5px;
}

.card_link_page .catalog__item__info_text a {
  font-size: 18px;
}

.card_link_page .catalog__item__info_phone a {
  margin-left: 20px;
  line-height: 16px;
}


/* card */
.card_link_page .catalog__item__info_phone a.a_card {
  line-height: 16px;
}

.card_link_page {
  line-height: 16px;
}

.card_link_page .catalog__item__info_text{
  margin: 5px 0;
}
.card_link_page .a_card {
  font-size: 16px!important;
  line-height: 16px;
  padding-bottom: 5px;
}
/* 27.12.18 logo domain header */
.nrml-size {
    font-size:20px;
}
