@charset "UTF-8";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
}

a {
  color: #00e;
}

a:hover {
  color: #06e;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none;
}

.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix::before, header::before, footer::before, main::before, div::before, section::before, ul::before, ol::before,
.clearfix::after,
header::after,
footer::after,
main::after,
div::after,
section::after,
ul::after,
ol::after {
  content: "";
  display: table;
}

.clearfix::after, header::after, footer::after, main::after, div::after, section::after, ul::after, ol::after {
  clear: both;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
main,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

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

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

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/*------------------------------------*  $ADDITIONAL FIXES
\*------------------------------------*/
/*  Модель рассчета размера элементов
    content-box > border-box
  ------------------------------------ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*  Сглаживание шрифтов *Safari
  ------------------------------------ */
html,
body,
button {
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, .fake-h4, .fake-h3, .flatlist__item__container__landlord__nam, .flatlist__item__header {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*------------------------------------*  $MIXINS
\*------------------------------------*/
.wrapper, .header, .footer {
  width: 100%;
  min-width: 100%;
}

.wrapper.stash {
  overflow: hidden;
}

.container, .header__wrapper, .footer__wrapper, .footer__copyright, .footer__extended {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container:after, .header__wrapper:after, .footer__wrapper:after, .footer__copyright:after, .footer__extended:after {
  content: " ";
  display: block;
  clear: both;
}

.container-main {
  width: -webkit-calc(100% - 270px);
  width: calc(100% - 270px);
  margin-right: 0;
  float: right;
}

.container-filter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  float: left;
  margin-right: 1.69492%;
  margin-right: 20px;
}

.grid-3 > .grid__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}

.grid-3 > .grid__cell:nth-of-type(4n) {
  margin-right: 0;
  float: right;
}

.grid-4 > .grid__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}

.grid-4 > .grid__cell:nth-of-type(3n) {
  margin-right: 0;
  float: right;
}

.grid-6 > .grid__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.grid-6 > .grid__cell:nth-of-type(2n) {
  margin-right: 0;
  float: right;
}

.grid-8 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
}

.grid-8:last-child {
  float: right;
  margin-right: 0;
}

.grid-1of3 > .grid__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}

.grid-1of3 > .grid__cell:first-child {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 42.37288%;
  float: left;
  margin-right: 1.66667%;
}

.grid-1of3 > .grid__cell:nth-of-type(3n) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25.42373%;
  float: left;
  margin-right: 1.66667%;
  margin-right: 0;
  float: right;
}

.grid-last {
  float: right;
  margin-right: 0;
}

.margin--base {
  text-align: center;
  margin: 25px 0 50px;
}

/*------------------------------------*  $MIXINS
\*------------------------------------*/
@font-face {
  font-family: rouble;
  src: url("../fonts/rouble/rouble.eot") format("eot"), url("../fonts/rouble/rouble.ttf") format("ttf"), url("../fonts/rouble/rouble.woff2") format("woff2"), url("../fonts/rouble/rouble.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: opsans-800;
  src: url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.eot") format("eot"), url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.ttf") format("ttf"), url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-ExtraBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: opsans-800i;
  src: url("../fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.eot") format("eot"), url("../fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.ttf") format("ttf"), url("../fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-ExtraBoldItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: opsans-700;
  src: url("../fonts/OpenSans/OpenSans-Semibold-webfont.eot") format("eot"), url("../fonts/OpenSans/OpenSans-Semibold-webfont.ttf") format("ttf"), url("../fonts/OpenSans/OpenSans-Semibold-webfont.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: opsans-700i;
  src: url("../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.eot") format("eot"), url("../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.ttf") format("ttf"), url("../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-SemiboldItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: opsans-600;
  src: url("../fonts/OpenSans/OpenSans-Bold-webfont.eot") format("eot"), url("../fonts/OpenSans/OpenSans-Bold-webfont.ttf") format("ttf"), url("../fonts/OpenSans/OpenSans-Bold-webfont.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: opsans-600i;
  src: url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.eot") format("eot"), url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf") format("ttf"), url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-BoldItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: opsans-400;
  src: url("../fonts/OpenSans/OpenSans-Regular-webfont.eot") format("eot"), url("../fonts/OpenSans/OpenSans-Regular-webfont.ttf") format("ttf"), url("../fonts/OpenSans/OpenSans-Regular-webfont.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: opsans-400i;
  src: url("../fonts/OpenSans/OpenSans-Italic-webfont.eot") format("eot"), url("../fonts/OpenSans/OpenSans-Italic-webfont.ttf") format("ttf"), url("../fonts/OpenSans/OpenSans-Italic-webfont.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: opsans-300;
  src: url("../fonts/OpenSans/OpenSans-Light-webfont.eot") format("eot"), url("../fonts/OpenSans/OpenSans-Light-webfont.ttf") format("ttf"), url("../fonts/OpenSans/OpenSans-Light-webfont.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: opsans-300i;
  src: url("../fonts/OpenSans/OpenSans-LightItalic-webfont.eot") format("eot"), url("../fonts/OpenSans/OpenSans-LightItalic-webfont.ttf") format("ttf"), url("../fonts/OpenSans/OpenSans-LightItalic-webfont.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-LightItalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: hn-900;
  src: url("../fonts/HelveticaNeue/helveticaneueblack.eot") format("eot"), url("../fonts/HelveticaNeue/helveticaneueblack.ttf") format("ttf"), url("../fonts/HelveticaNeue/helveticaneueblack.woff2") format("woff2"), url("../fonts/HelveticaNeue/helveticaneueblack.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: hn-900i;
  src: url("../fonts/HelveticaNeue/helveticaneueblackitalic.eot") format("eot"), url("../fonts/HelveticaNeue/helveticaneueblackitalic.ttf") format("ttf"), url("../fonts/HelveticaNeue/helveticaneueblackitalic.woff2") format("woff2"), url("../fonts/HelveticaNeue/helveticaneueblackitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: hn-600;
  src: url("../fonts/HelveticaNeue/helveticaneuebold.eot") format("eot"), url("../fonts/HelveticaNeue/helveticaneuebold.ttf") format("ttf"), url("../fonts/HelveticaNeue/helveticaneuebold.woff2") format("woff2"), url("../fonts/HelveticaNeue/helveticaneuebold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: hn-600i;
  src: url("../fonts/HelveticaNeue/helveticaneuebolditalic.eot") format("eot"), url("../fonts/HelveticaNeue/helveticaneuebolditalic.ttf") format("ttf"), url("../fonts/HelveticaNeue/helveticaneuebolditalic.woff2") format("woff2"), url("../fonts/HelveticaNeue/helveticaneuebolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: hn-500;
  src: url("../fonts/HelveticaNeue/helveticaneuemedium.eot") format("eot"), url("../fonts/HelveticaNeue/helveticaneuemedium.ttf") format("ttf"), url("../fonts/HelveticaNeue/helveticaneuemedium.woff2") format("woff2"), url("../fonts/HelveticaNeue/helveticaneuemedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: hn-400;
  src: url("../fonts/HelveticaNeue/helveticaneueroman.eot") format("eot"), url("../fonts/HelveticaNeue/helveticaneueroman.ttf") format("ttf"), url("../fonts/HelveticaNeue/helveticaneueroman.woff2") format("woff2"), url("../fonts/HelveticaNeue/helveticaneueroman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: hn-400i;
  src: url("../fonts/HelveticaNeue/helveticaneueitalic.eot") format("eot"), url("../fonts/HelveticaNeue/helveticaneueitalic.ttf") format("ttf"), url("../fonts/HelveticaNeue/helveticaneueitalic.woff2") format("woff2"), url("../fonts/HelveticaNeue/helveticaneueitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: hn-300;
  src: url("../fonts/HelveticaNeue/helveticaneuelight.eot") format("eot"), url("../fonts/HelveticaNeue/helveticaneuelight.ttf") format("ttf"), url("../fonts/HelveticaNeue/helveticaneuelight.woff2") format("woff2"), url("../fonts/HelveticaNeue/helveticaneuelight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: hn-300i;
  src: url("../fonts/HelveticaNeue/helveticaneuelightitalic.eot") format("eot"), url("../fonts/HelveticaNeue/helveticaneuelightitalic.ttf") format("ttf"), url("../fonts/HelveticaNeue/helveticaneuelightitalic.woff2") format("woff2"), url("../fonts/HelveticaNeue/helveticaneuelightitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: hn-100;
  src: url("../fonts/HelveticaNeue/helveticaneuethin.eot") format("eot"), url("../fonts/HelveticaNeue/helveticaneuethin.ttf") format("ttf"), url("../fonts/HelveticaNeue/helveticaneuethin.woff2") format("woff2"), url("../fonts/HelveticaNeue/helveticaneuethin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: hn-100i;
  src: url("../fonts/HelveticaNeue/helveticaneuethinitalic.eot") format("eot"), url("../fonts/HelveticaNeue/helveticaneuethinitalic.ttf") format("ttf"), url("../fonts/HelveticaNeue/helveticaneuethinitalic.woff2") format("woff2"), url("../fonts/HelveticaNeue/helveticaneuethinitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: lato-900;
  src: url("../fonts/Lato/lato-heavy.eot") format("eot"), url("../fonts/Lato/lato-heavy.ttf") format("ttf"), url("../fonts/Lato/lato-heavy.woff2") format("woff2"), url("../fonts/Lato/lato-heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: lato-700;
  src: url("../fonts/Lato/lato-semibold.eot") format("eot"), url("../fonts/Lato/lato-semibold.ttf") format("ttf"), url("../fonts/Lato/lato-semibold.woff2") format("woff2"), url("../fonts/Lato/lato-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: lato-600;
  src: url("../fonts/Lato/lato-bold.eot") format("eot"), url("../fonts/Lato/lato-bold.ttf") format("ttf"), url("../fonts/Lato/lato-bold.woff2") format("woff2"), url("../fonts/Lato/lato-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: lato-500;
  src: url("../fonts/Lato/lato-medium.eot") format("eot"), url("../fonts/Lato/lato-medium.ttf") format("ttf"), url("../fonts/Lato/lato-medium.woff2") format("woff2"), url("../fonts/Lato/lato-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: lato-400i;
  src: url("../fonts/Lato/lato-italic.eot") format("eot"), url("../fonts/Lato/lato-italic.ttf") format("ttf"), url("../fonts/Lato/lato-italic.woff2") format("woff2"), url("../fonts/Lato/lato-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: lato-400;
  src: url("../fonts/Lato/lato-regular.eot") format("eot"), url("../fonts/Lato/lato-regular.ttf") format("ttf"), url("../fonts/Lato/lato-regular.woff2") format("woff2"), url("../fonts/Lato/lato-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: lato-700;
  src: url("../fonts/ProximaNova/proxima_nova_semibold-webfont.eot") format("eot"), url("../fonts/ProximaNova/proxima_nova_semibold-webfont.ttf") format("ttf"), url("../fonts/ProximaNova/proxima_nova_semibold-webfont.woff2") format("woff2"), url("../fonts/ProximaNova/proxima_nova_semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: lato-600;
  src: url("../fonts/ProximaNova/proxima_nova_bold-webfont.eot") format("eot"), url("../fonts/ProximaNova/proxima_nova_bold-webfont.ttf") format("ttf"), url("../fonts/ProximaNova/proxima_nova_bold-webfont.woff2") format("woff2"), url("../fonts/ProximaNova/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: lato-400;
  src: url("../fonts/ProximaNova/proximanova-reg.eot") format("eot"), url("../fonts/ProximaNova/proximanova-reg.ttf") format("ttf"), url("../fonts/ProximaNova/proximanova-reg.woff2") format("woff2"), url("../fonts/ProximaNova/proximanova-reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html, body, .wrapper {
  min-height: 100%;
  font-size: 1rem;
}

body {
  background: #f7f7f7;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #4A4A4A;
}

body.fixed {
  overflow: hidden;
}

.clearfix::before, header::before, footer::before, main::before, div::before, section::before, ul::before, ol::before, .clearfix::after, header::after, footer::after, main::after, div::after, section::after, ul::after, ol::after {
  content: "";
  display: table;
}

.clearfix::after, header::after, footer::after, main::after, div::after, section::after, ul::after, ol::after {
  clear: both;
}

.rub {
  font-family: rouble;
  font-weight: normal;
  font-style: normal;
}

.bg--white {
  background: #fff;
}

.bg--yellow {
  background: #F7F4E7;
}

.describe {
  padding-left: 6.77966%;
  padding-right: 6.77966%;
  color: #808080;
  line-height: 150%;
}

.pre-wrap {
  white-space: pre-wrap;
}

.not_margin {
  margin-top: 0 !important;
}

.border_none {
  border: none !important;
}

.mt_40 {
  margin-top: 40px;
}

.lg-only, .md-only, .sm-only, .md-up {
  display: none;
}

.placeholder {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.placeholder:focus {
  color: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #979797;
  text-overflow: ellipsis;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #979797;
  text-overflow: ellipsis;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #979797;
  text-overflow: ellipsis;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #979797;
  text-overflow: ellipsis;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

a {
  color: #009FC8;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

a:hover {
  color: #00b3e2;
}

a:active {
  color: #008baf;
}

a.icon-link {
  font-size: 0;
  line-height: 0;
}

a:not(.button) {
  outline: none;
}

span.icon-link {
  font-size: 0;
  line-height: 0;
}

.disabled {
  opacity: .5;
  position: relative;
  cursor: default;
  pointer-events: none;
}

h1, h2, h3, h4, h5, .fake-h4, .fake-h3, .flatlist__item__container__landlord__nam,
.flatlist__item__header {
  line-height: 1.25;
  font-weight: normal;
}

h1, h2, h3, h4, .fake-h4, .fake-h3, .flatlist__item__header {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 40px;
  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, .fake-h4 a, .fake-h3 a, .flatlist__item__header a {
  color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, .fake-h4 a:hover, .fake-h3 a:hover, .flatlist__item__header a:hover {
  color: #00b3e2;
}

h1 a:active, h2 a:active, h3 a:active, h4 a:active, .fake-h4 a:active, .fake-h3 a:active, .flatlist__item__header a:active {
  color: #008baf;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.125rem;
}

h3, .fake-h3, .place__header, .object-header h1 {
  font-size: 1.75rem;
}

h4, .fake-h4, .flatlist__item__header {
  font-size: 1.375rem;
}

h5, .flatlist__item__container__landlord__name {
  font-size: 1.125rem;
  line-height: 20px;
  margin-top: 20px;
  color: #5a5a5a;
}

b, strong {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

form label {
  color: #6a6a6a;
}

ol, ul {
  list-style-position: inside;
}

ul.marked {
  list-style: inside disc;
}

ul.styled {
  font-size: 0.875rem;
  color: #808080;
}

ul.styled li {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
  line-height: 1.43;
}

ul.styled li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../img/svg/li-styled.svg") center no-repeat;
  width: 16px;
  height: 12px;
}

p {
  margin-top: 10px;
}

.border-start {
  border-top: 1px solid rgba(216, 216, 216, 0.5);
}

.border-end {
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}

.link-reset {
  display: block;
  margin: 10px auto 0;
  font-size: 13px;
  text-align: center;
}

.color_red {
  color: #F01616;
}

.color_blue {
  color: #009AC4;
}

.color_green {
  color: #09BBAA;
}

.color_gray {
  color: #9A9A9A;
}

.color_dark-grey {
  color: #4A4A4A;
}

.red {
  color: #F01616;
}

.color-text {
  color: #ffffff;
}

.color-text_attention {
  color: #09BBAA !important;
}

.ruble {
  display: inline-block;
  line-height: 20px;
  fill: #009fc8;
}

.ruble.medium {
  font-size: 20px;
  line-height: 30px;
}

.ruble.medium svg {
  width: 19px;
  height: 19px;
}

.ruble.big {
  font-size: 24px;
  line-height: 30px;
  fill: #4A4A4A;
}

.ruble.big svg {
  width: 22px;
  height: 22px;
}

.ruble svg {
  vertical-align: -2px;
  width: 15px;
  height: 15px;
}

.lt-label-event {
  z-index: 99;
}

/*  $BUTTONS
  ------------------------------------ */
.btn {
  display: inline-block;
  padding: 8px 15px;
  text-align: center;
  color: gray;
  border: 1px solid gray;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  color: #000000;
  border-color: #000000;
}

.btn_small {
  font-size: 0.875rem;
  padding-left: 10px;
  padding-right: 10px;
}

.btn_show {
  display: none;
}

.btn_filter-reset {
  display: block;
  margin: 10px auto 0;
  font-size: 13px;
  text-align: center;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

a.button {
  color: #22363B;
}

.more-button {
  text-align: center;
  margin: 40px auto 0;
}

.button,
input[type="button"],
.page-item {
  width: 100%;
  height: 39px;
  line-height: 39px;
  max-width: 300px;
  text-align: center;
  display: inline-block;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -3px 0 0 #ECECEC;
  box-shadow: inset 0 -3px 0 0 #ECECEC;
  background-color: #fff;
  background-image: -webkit-linear-gradient(269deg, #FFFFFF 0%, #F6F6F6 100%);
  background-image: -o-linear-gradient(269deg, #FFFFFF 0%, #F6F6F6 100%);
  background-image: linear-gradient(-179deg, #FFFFFF 0%, #F6F6F6 100%);
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  text-decoration: none;
}

.button.transparent,
input[type="button"].transparent,
.page-item.transparent {
  color: #009fc8;
  border-color: #009fc8;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.button.transparent::after, .button.transparent::before,
input[type="button"].transparent::after,
input[type="button"].transparent::before,
.page-item.transparent::after,
.page-item.transparent::before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #009fc8;
  opacity: .5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button.transparent::before,
input[type="button"].transparent::before,
.page-item.transparent::before {
  opacity: 1;
}

.button.transparent:hover,
input[type="button"].transparent:hover,
.page-item.transparent:hover {
  color: #009fc8;
  border-color: #009fc8;
}

.button.transparent:hover::after, .button.transparent:hover::before,
input[type="button"].transparent:hover::after,
input[type="button"].transparent:hover::before,
.page-item.transparent:hover::after,
.page-item.transparent:hover::before {
  left: 0;
}

.button.big,
input[type="button"].big,
.page-item.big {
  max-width: 300px;
  height: 60px;
  line-height: 58px;
  font-size: 1.125rem;
}

.button.medium,
input[type="button"].medium,
.page-item.medium {
  width: 200px;
}

.button.small,
input[type="button"].small,
.page-item.small {
  max-width: 100px;
  height: 30px;
  line-height: 28px;
  font-size: 0.875rem;
  padding-left: 10px;
  padding-right: 10px;
}

.button:hover,
input[type="button"]:hover,
.page-item:hover {
  background: #fff;
}

.button:active,
input[type="button"]:active,
.page-item:active {
  -webkit-box-shadow: inset 0 3px 0 0 #ECECEC;
  box-shadow: inset 0 3px 0 0 #ECECEC;
  background-image: -webkit-linear-gradient(269deg, #FFFFFF 0%, #F6F6F6 100%);
  background-image: -o-linear-gradient(269deg, #FFFFFF 0%, #F6F6F6 100%);
  background-image: linear-gradient(-179deg, #FFFFFF 0%, #F6F6F6 100%);
}

.button.rounded,
input[type="button"].rounded,
.page-item.rounded {
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.button.blue, .button.green, .button.vk, .button.fb, .button.tw, .button.ok, .button.ya, .button.gl,
input[type="button"].blue,
input[type="button"].green,
input[type="button"].vk,
input[type="button"].fb,
input[type="button"].tw,
input[type="button"].ok,
input[type="button"].ya,
input[type="button"].gl,
.page-item.blue,
.page-item.green,
.page-item.vk,
.page-item.fb,
.page-item.tw,
.page-item.ok,
.page-item.ya,
.page-item.gl {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
}

.button.blue svg, .button.green svg, .button.vk svg, .button.fb svg, .button.tw svg, .button.ok svg, .button.ya svg, .button.gl svg,
input[type="button"].blue svg,
input[type="button"].green svg,
input[type="button"].vk svg,
input[type="button"].fb svg,
input[type="button"].tw svg,
input[type="button"].ok svg,
input[type="button"].ya svg,
input[type="button"].gl svg,
.page-item.blue svg,
.page-item.green svg,
.page-item.vk svg,
.page-item.fb svg,
.page-item.tw svg,
.page-item.ok svg,
.page-item.ya svg,
.page-item.gl svg {
  fill: #fff;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 8px;
}

.button.blue:active, .button.green:active, .button.vk:active, .button.fb:active, .button.tw:active, .button.ok:active, .button.ya:active, .button.gl:active,
input[type="button"].blue:active,
input[type="button"].green:active,
input[type="button"].vk:active,
input[type="button"].fb:active,
input[type="button"].tw:active,
input[type="button"].ok:active,
input[type="button"].ya:active,
input[type="button"].gl:active,
.page-item.blue:active,
.page-item.green:active,
.page-item.vk:active,
.page-item.fb:active,
.page-item.tw:active,
.page-item.ok:active,
.page-item.ya:active,
.page-item.gl:active {
  -webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
}

.button.blue,
input[type="button"].blue,
.page-item.blue {
  background: #009FC8;
  border-color: transparent;
}

.button.blue:hover,
input[type="button"].blue:hover,
.page-item.blue:hover {
  background: #00b3e2;
}

.button.blue:active,
input[type="button"].blue:active,
.page-item.blue:active {
  background: #008baf;
}

.button.green,
input[type="button"].green,
.page-item.green {
  background: #09BBAA;
  border-color: transparent;
}

.button.green:hover,
input[type="button"].green:hover,
.page-item.green:hover {
  background: #08a394;
}

.button.green:active,
input[type="button"].green:active,
.page-item.green:active {
  background: #08a394;
}

.button.vk,
input[type="button"].vk,
.page-item.vk {
  background: #45668e;
}

.button.vk:hover,
input[type="button"].vk:hover,
.page-item.vk:hover {
  background: #4d729f;
}

.button.vk:active,
input[type="button"].vk:active,
.page-item.vk:active {
  background: #3d5a7d;
}

.button.fb,
input[type="button"].fb,
.page-item.fb {
  background: #3b5998;
  border: none;
}

.button.fb:hover,
input[type="button"].fb:hover,
.page-item.fb:hover {
  background: #4264aa;
}

.button.fb:active,
input[type="button"].fb:active,
.page-item.fb:active {
  background: #344e86;
}

.button.tw,
input[type="button"].tw,
.page-item.tw {
  background: #03B5F1;
  border: none;
}

.button.tw:hover,
input[type="button"].tw:hover,
.page-item.tw:hover {
  background: #11c1fc;
}

.button.tw:active,
input[type="button"].tw:active,
.page-item.tw:active {
  background: #03a2d8;
}

.button.gl,
input[type="button"].gl,
.page-item.gl {
  background: #d34836;
  border: none;
}

.button.gl:hover,
input[type="button"].gl:hover,
.page-item.gl:hover {
  background: #d85b4b;
}

.button.gl:active,
input[type="button"].gl:active,
.page-item.gl:active {
  background: #c43d2b;
}

.button.ok,
input[type="button"].ok,
.page-item.ok {
  background: #fa9314;
  border: none;
}

.button.ok:hover,
input[type="button"].ok:hover,
.page-item.ok:hover {
  background: #fb9e2d;
}

.button.ok:active,
input[type="button"].ok:active,
.page-item.ok:active {
  background: #ef8605;
}

.button.ya,
input[type="button"].ya,
.page-item.ya {
  background: #E5E5E5;
  color: #4A4A4A;
  border: none;
}

.button.ya:hover,
input[type="button"].ya:hover,
.page-item.ya:hover {
  background: #f2f2f2;
}

.button.ya:active,
input[type="button"].ya:active,
.page-item.ya:active {
  background: #d8d8d8;
}

.button_transparent, a.button_transparent {
  color: #009fc8;
  border-color: #009fc8;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input.button, button.button {
  line-height: normal;
  padding-bottom: 3px;
}

.pages {
  margin: 35px auto 0;
}

.pages .page-item {
  width: auto;
  padding: 0 10px;
  margin: 5px 2px;
  color: #4A4A4A;
}

.pages .page-item.green {
  color: #fff;
}

.pages .page-item.green:hover {
  color: #fff;
  background: #009fc8;
}

.pages .page-item:hover {
  color: #4A4A4A;
}

.pages .page-item.inactive {
  background: #fff;
  font-style: normal;
}

.button--favorite {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #5a5a5a;
}

.button--favorite__icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  fill: #CCC;
}

.button--favorite:hover .button--favorite__icon {
  fill: #C73643;
}

.more-realty span {
  margin: 0 6px;
}

/*  $BUTTONS
  ------------------------------------ */
.btn {
  display: inline-block;
  padding: 8px 15px;
  text-align: center;
  color: gray;
  border: 1px solid gray;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  color: #000000;
  border-color: #000000;
}

.btn_small {
  font-size: 0.875rem;
  padding-left: 10px;
  padding-right: 10px;
}

.btn_show {
  display: none;
}

.btn_filter-reset {
  display: block;
  margin: 10px auto 0;
  font-size: 13px;
  text-align: center;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

a.button {
  color: #22363B;
}

.more-button {
  text-align: center;
  margin: 40px auto 0;
}

.button,
input[type="button"],
.page-item {
  width: 100%;
  height: 39px;
  line-height: 39px;
  max-width: 300px;
  text-align: center;
  display: inline-block;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -3px 0 0 #ECECEC;
  box-shadow: inset 0 -3px 0 0 #ECECEC;
  background-color: #fff;
  background-image: -webkit-linear-gradient(269deg, #FFFFFF 0%, #F6F6F6 100%);
  background-image: -o-linear-gradient(269deg, #FFFFFF 0%, #F6F6F6 100%);
  background-image: linear-gradient(-179deg, #FFFFFF 0%, #F6F6F6 100%);
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  text-decoration: none;
}

.button.transparent,
input[type="button"].transparent,
.page-item.transparent {
  color: #009fc8;
  border-color: #009fc8;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.button.transparent::after, .button.transparent::before,
input[type="button"].transparent::after,
input[type="button"].transparent::before,
.page-item.transparent::after,
.page-item.transparent::before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #009fc8;
  opacity: .5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button.transparent::before,
input[type="button"].transparent::before,
.page-item.transparent::before {
  opacity: 1;
}

.button.transparent:hover,
input[type="button"].transparent:hover,
.page-item.transparent:hover {
  color: #009fc8;
  border-color: #009fc8;
}

.button.transparent:hover::after, .button.transparent:hover::before,
input[type="button"].transparent:hover::after,
input[type="button"].transparent:hover::before,
.page-item.transparent:hover::after,
.page-item.transparent:hover::before {
  left: 0;
}

.button.big,
input[type="button"].big,
.page-item.big {
  max-width: 300px;
  height: 60px;
  line-height: 58px;
  font-size: 1.125rem;
}

.button.medium,
input[type="button"].medium,
.page-item.medium {
  width: 200px;
}

.button.small,
input[type="button"].small,
.page-item.small {
  max-width: 100px;
  height: 30px;
  line-height: 28px;
  font-size: 0.875rem;
  padding-left: 10px;
  padding-right: 10px;
}

.button:hover,
input[type="button"]:hover,
.page-item:hover {
  background: #fff;
}

.button:active,
input[type="button"]:active,
.page-item:active {
  -webkit-box-shadow: inset 0 3px 0 0 #ECECEC;
  box-shadow: inset 0 3px 0 0 #ECECEC;
  background-image: -webkit-linear-gradient(269deg, #FFFFFF 0%, #F6F6F6 100%);
  background-image: -o-linear-gradient(269deg, #FFFFFF 0%, #F6F6F6 100%);
  background-image: linear-gradient(-179deg, #FFFFFF 0%, #F6F6F6 100%);
}

.button.rounded,
input[type="button"].rounded,
.page-item.rounded {
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.button.blue, .button.green, .button.vk, .button.fb, .button.tw, .button.ok, .button.ya, .button.gl,
input[type="button"].blue,
input[type="button"].green,
input[type="button"].vk,
input[type="button"].fb,
input[type="button"].tw,
input[type="button"].ok,
input[type="button"].ya,
input[type="button"].gl,
.page-item.blue,
.page-item.green,
.page-item.vk,
.page-item.fb,
.page-item.tw,
.page-item.ok,
.page-item.ya,
.page-item.gl {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
}

.button.blue svg, .button.green svg, .button.vk svg, .button.fb svg, .button.tw svg, .button.ok svg, .button.ya svg, .button.gl svg,
input[type="button"].blue svg,
input[type="button"].green svg,
input[type="button"].vk svg,
input[type="button"].fb svg,
input[type="button"].tw svg,
input[type="button"].ok svg,
input[type="button"].ya svg,
input[type="button"].gl svg,
.page-item.blue svg,
.page-item.green svg,
.page-item.vk svg,
.page-item.fb svg,
.page-item.tw svg,
.page-item.ok svg,
.page-item.ya svg,
.page-item.gl svg {
  fill: #fff;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 8px;
}

.button.blue:active, .button.green:active, .button.vk:active, .button.fb:active, .button.tw:active, .button.ok:active, .button.ya:active, .button.gl:active,
input[type="button"].blue:active,
input[type="button"].green:active,
input[type="button"].vk:active,
input[type="button"].fb:active,
input[type="button"].tw:active,
input[type="button"].ok:active,
input[type="button"].ya:active,
input[type="button"].gl:active,
.page-item.blue:active,
.page-item.green:active,
.page-item.vk:active,
.page-item.fb:active,
.page-item.tw:active,
.page-item.ok:active,
.page-item.ya:active,
.page-item.gl:active {
  -webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
}

.button.blue,
input[type="button"].blue,
.page-item.blue {
  background: #009FC8;
  border-color: transparent;
}

.button.blue:hover,
input[type="button"].blue:hover,
.page-item.blue:hover {
  background: #00b3e2;
}

.button.blue:active,
input[type="button"].blue:active,
.page-item.blue:active {
  background: #008baf;
}

.button.green,
input[type="button"].green,
.page-item.green {
  background: #09BBAA;
  border-color: transparent;
}

.button.green:hover,
input[type="button"].green:hover,
.page-item.green:hover {
  background: #08a394;
}

.button.green:active,
input[type="button"].green:active,
.page-item.green:active {
  background: #08a394;
}

.button.vk,
input[type="button"].vk,
.page-item.vk {
  background: #45668e;
}

.button.vk:hover,
input[type="button"].vk:hover,
.page-item.vk:hover {
  background: #4d729f;
}

.button.vk:active,
input[type="button"].vk:active,
.page-item.vk:active {
  background: #3d5a7d;
}

.button.fb,
input[type="button"].fb,
.page-item.fb {
  background: #3b5998;
  border: none;
}

.button.fb:hover,
input[type="button"].fb:hover,
.page-item.fb:hover {
  background: #4264aa;
}

.button.fb:active,
input[type="button"].fb:active,
.page-item.fb:active {
  background: #344e86;
}

.button.tw,
input[type="button"].tw,
.page-item.tw {
  background: #03B5F1;
  border: none;
}

.button.tw:hover,
input[type="button"].tw:hover,
.page-item.tw:hover {
  background: #11c1fc;
}

.button.tw:active,
input[type="button"].tw:active,
.page-item.tw:active {
  background: #03a2d8;
}

.button.gl,
input[type="button"].gl,
.page-item.gl {
  background: #d34836;
  border: none;
}

.button.gl:hover,
input[type="button"].gl:hover,
.page-item.gl:hover {
  background: #d85b4b;
}

.button.gl:active,
input[type="button"].gl:active,
.page-item.gl:active {
  background: #c43d2b;
}

.button.ok,
input[type="button"].ok,
.page-item.ok {
  background: #fa9314;
  border: none;
}

.button.ok:hover,
input[type="button"].ok:hover,
.page-item.ok:hover {
  background: #fb9e2d;
}

.button.ok:active,
input[type="button"].ok:active,
.page-item.ok:active {
  background: #ef8605;
}

.button.ya,
input[type="button"].ya,
.page-item.ya {
  background: #E5E5E5;
  color: #4A4A4A;
  border: none;
}

.button.ya:hover,
input[type="button"].ya:hover,
.page-item.ya:hover {
  background: #f2f2f2;
}

.button.ya:active,
input[type="button"].ya:active,
.page-item.ya:active {
  background: #d8d8d8;
}

.button_transparent, a.button_transparent {
  color: #009fc8;
  border-color: #009fc8;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input.button, button.button {
  line-height: normal;
  padding-bottom: 3px;
}

.pages {
  margin: 35px auto 0;
}

.pages .page-item {
  width: auto;
  padding: 0 10px;
  margin: 5px 2px;
  color: #4A4A4A;
}

.pages .page-item.green {
  color: #fff;
}

.pages .page-item.green:hover {
  color: #fff;
  background: #009fc8;
}

.pages .page-item:hover {
  color: #4A4A4A;
}

.pages .page-item.inactive {
  background: #fff;
  font-style: normal;
}

.button--favorite {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #5a5a5a;
}

.button--favorite__icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  fill: #CCC;
}

.button--favorite:hover .button--favorite__icon {
  fill: #C73643;
}

.more-realty span {
  margin: 0 6px;
}

.icon, .time-input-buttons .ws-popover-opener > span:before, .ws-popover-opener > span:before {
  background-image: url("../img/sprite.png");
}

/*------------------------------------*  $ICONS
\*------------------------------------*/
svg {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  -webkit-transition: fill 0.15s linear;
  -o-transition: fill 0.15s linear;
  transition: fill 0.15s linear;
}

svg.icon {
  background-image: inherit;
}

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

.icon-metro_1 svg {
  fill: #E42313;
}

.icon-metro_2 svg {
  fill: #4AAF4F;
}

.icon-metro_3 svg {
  fill: #0072BA;
}

.icon-metro_4 svg {
  fill: #1EBCEF;
}

.icon-metro_5 svg {
  fill: #925233;
}

.icon-metro_6 svg {
  fill: #F07E23;
}

.icon-metro_7 svg {
  fill: #943F90;
}

.icon-metro_8 svg {
  fill: #FFCD1C;
}

.icon-metro_9 svg {
  fill: #ADACAC;
}

.icon-metro_10 svg {
  fill: #BED12E;
}

.icon-metro_11 svg {
  fill: #94D1D3;
}

.icon-metro_12 svg {
  fill: #BAC8E8;
}

.icon-minus {
  width: 40px;
  height: 40px;
  fill: #f01616;
}

.icon-plus {
  width: 40px;
  height: 40px;
  fill: #009fc8;
}

.icon-footer-favorite svg {
  margin-left: -26px;
  margin-right: 10px;
  fill: rgba(255, 255, 255, 0.5);
  width: 16px;
  height: 16px;
}

.icon-footer-favorite:hover svg {
  fill: white;
}

.select__icon {
  font-size: 0;
  display: inline-block;
}

.select__icon svg {
  border: 1px solid #D8D8D8;
  width: 24px;
  height: 18px;
  vertical-align: -3px;
}

.icon-heart.active svg,
.icon-heart:hover svg {
  fill: #C73643;
}

/*  $CATALOG ICONS
  ------------------------------------ */
.flatlist__item__container__icons li > div:hover svg {
  fill: #00b3e2;
}

.flatlist__item__container__icons li > div:active svg {
  fill: #008baf;
}

.flatlist__item__container__icons li svg {
  fill: #fff;
}

/*  $PNG ICONS
  ------------------------------------ */
.icon, .time-input-buttons .ws-popover-opener > span:before, .ws-popover-opener > span:before {
  display: inline-block !important;
  vertical-align: middle;
}

.icon-check {
  background-position: -2px -81px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 19px;
  height: 16px;
}

.icon-check--white {
  background-position: -2px -40px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 15px;
}

.icon-flag-rus--round {
  margin-right: 20px;
}

.icon-flag-rus--round svg {
  width: 30px;
  height: 30px;
  vertical-align: baseline;
}

.icon-dropdown {
  background-position: -2px -26px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 14px;
  height: 9px;
}

.icon-arrow_right {
  background-position: -2px -11px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 5px;
  height: 8px;
}

.icon-arrow_right--light {
  background-position: -2px -11px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 5px;
  height: 8px;
}

.icon-counter-arrow {
  background-position: -2px -2px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 5px;
  height: 6px;
}

/*------------------------------------*  $INPUT DATE POLY
\*------------------------------------*/
.time-input-buttons .ws-popover-opener > span:before {
  content: "";
  background-position: -2px -26px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 14px;
  height: 9px;
}

.ws-popover-opener > span:before {
  content: "";
  background-position: -2px -60px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 16px;
  height: 16px;
}

.ws-popover-opener {
  background: #fff;
}

/*  PROGRESS BAR STYLING
  ------------------------------------ */
progress,
progress[role] {
  /* Turns off styling - not usually needed, but good to know. */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: none;
  /* gets rid of default border in Firefox and Opera. */
  border: none;
  /* Needs to be in here for Safari polyfill so background images work as expected. */
  -webkit-background-size: auto auto;
  background-size: auto;
  /* Dimensions */
  width: 100%;
  height: 4px;
}

/* Ensure fallback text doesn't appear in polyfill */
progress[role] strong {
  display: none;
}

progress,
progress[role][aria-valuenow] {
  /* Polyfill */
  background: #CDCDCD;
  /* !important is needed by the polyfill */
}

/* Chrome */
progress::-webkit-progress-bar {
  background: #CDCDCD;
}

/* IE10 */
progress {
  color: #009fc8;
}

/* Firefox */
progress::-moz-progress-bar {
  background: #009fc8;
}

/* Chrome */
progress::-webkit-progress-value {
  background: #009fc8;
}

/* Polyfill */
progress[aria-valuenow]:before {
  background: #009fc8;
}

/*  $POLYFILL
  ------------------------------------ */
progress[role],
progress[aria-valuenow]:before {
  background: #009fc8;
}

progress[role],
progress[role]:after {
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

/* Determinate only overrides */
progress[aria-valuenow] {
  background: #CDCDCD;
}

progress[aria-valuenow]:before {
  content: "";
  display: block;
  height: 100%;
}

/* Overlay */
progress[role]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: none;
}

/*------------------------------------*  $HEADER
\*------------------------------------*/
.header {
  background-color: #009FC8;
  color: #ffffff;
  will-change: transform, opacity;
  z-index: 99;
  position: relative;
}

.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header.is-fixed .pseudo_table {
  height: 60px;
}

.header.is-fixed--up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header.is-fixed--down {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header__wrapper {
  position: static;
}

.header a {
  color: #ffffff;
}

.header a:hover {
  color: #00b3e2;
}

.header a:active {
  color: #008baf;
}

.header .logo-spiti {
  display: inline-block;
  float: left;
  vertical-align: middle;
  font-size: 0;
}

.header .logo-spiti svg.svg-logo-spiti_small {
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.header .logo-spiti:hover svg.svg-logo-spiti_small {
  fill: rgba(255, 255, 255, 0.5);
}

.header__menu {
  text-align: right;
  float: right;
  padding: 10px 0;
  height: 50px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header__menu .icon-header-favorites {
  vertical-align: 5px;
}

.header__menu .icon-header-favorite:hover svg {
  fill: #ffffff;
}

.header__menu li {
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 15px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
}

.header__menu li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  -webkit-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.header__menu li a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.header__menu li a:active {
  color: rgba(255, 255, 255, 0.5);
}

.header__menu li.active {
  border: 1px solid #41B7D5;
  background: #8BD5E7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -1px;
  margin-left: -1px;
  -webkit-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  text-align: center;
}

.header__menu li.active:last-child {
  background: none;
}

.header__menu li.active:hover {
  background: #41B7D5;
}

.header__menu li.active:active {
  opacity: 1;
  background: #2eaecf;
}

.header__menu li.active a:hover {
  opacity: 1;
  color: #ffffff;
}

.header__menu li.active a:active {
  opacity: 1;
  color: #ffffff;
}

.header__menu li:last-child {
  margin-right: 0;
}

.header .topNav {
  height: 50px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  line-height: 0;
}

.header .topNav .topNav_item {
  float: left;
  margin-left: 25px;
  font-size: 0.85rem;
  height: 30px;
  line-height: 30px;
}

.header .topNav .topNav_item:first-child {
  margin-left: 0;
}

.header .topNav .topNav_item > a, .header .topNav .topNav_item a.name {
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.header .topNav .topNav_item > a:hover, .header .topNav .topNav_item a.name:hover {
  color: #fff;
  opacity: .5;
}

.header .topNav .topNav_item a.icon-header-favorite, .header .topNav .topNav_item a.icon-header-email {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  position: relative;
}

.header .topNav .topNav_item a.icon-header-favorite svg, .header .topNav .topNav_item a.icon-header-email svg {
  /*margin-left: -26px;*/
  fill: rgba(255, 255, 255, 0.5);
  width: 24px;
  height: 24px;
}

.header .topNav .topNav_item a.icon-header-favorite:hover, .header .topNav .topNav_item a.icon-header-favorite.active, .header .topNav .topNav_item a.icon-header-email:hover, .header .topNav .topNav_item a.icon-header-email.active {
  opacity: 1;
}

.header .topNav .topNav_item a.icon-header-favorite:hover svg, .header .topNav .topNav_item a.icon-header-favorite.active svg, .header .topNav .topNav_item a.icon-header-email:hover svg, .header .topNav .topNav_item a.icon-header-email.active svg {
  fill: #fff;
}

.header .topNav .topNav_item a.icon-header-favorite .counter, .header .topNav .topNav_item a.icon-header-email .counter {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  color: #ffffff;
  background: #00B9A7;
  text-align: center;
  line-height: 14px;
  font-size: 11px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: -2px;
  right: -2px;
}

.header .topNav .topNav_item a.icon-header-favorite .counter__red, .header .topNav .topNav_item a.icon-header-email .counter__red {
  background: #F53E34;
}

.header .topNav .topNav_item .button {
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 28px;
  white-space: nowrap;
  border: 1px solid #41B7D5;
  background: none;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.header .topNav .topNav_item .button:hover {
  background: #41B7D5;
  color: #ffffff;
  opacity: 1;
}

.icon-header-location {
  margin-left: -30px;
  vertical-align: baseline;
}

.icon-header-location svg {
  width: 16px;
  height: 24px;
}

.icon-header-search {
  width: 24px;
  height: 24px;
  vertical-align: baseline;
}

.icon-header-geo {
  width: 16px;
  height: 24px;
  vertical-align: baseline;
}

svg.svg-logo-spiti_small {
  width: 60px;
  height: 50px;
  fill: #ffffff;
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.svg-logo-spiti_big {
  fill: #ffffff;
  width: 210px;
  height: 96px;
}

.icon-heart {
  z-index: 2;
}

.icon-heart svg {
  fill: rgba(0, 0, 0, 0.25);
}

.icon-heart svg:hover, .icon-heart svg.active {
  fill: #C73643;
  fill-opacity: 100%;
}

#topNavHamburger {
  display: none;
}

.hamburger {
  display: block;
  height: 16px;
  width: 24px;
  position: relative;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
}

.hamburger input {
  display: none;
}

.hamburger label {
  cursor: pointer;
  display: block;
  height: 24px;
  width: 24px;
}

.hamburger .icon-hamburger {
  background-color: #fff;
  height: 3px;
  position: absolute;
  top: 13px;
  left: 0;
  width: 24px;
}

.hamburger .icon-hamburger:before {
  background-color: #fff;
  content: "";
  height: 3px;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 24px;
}

.hamburger .icon-hamburger:after {
  background-color: #fff;
  content: "";
  height: 3px;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 24px;
}

input:checked + .hamburger .icon-hamburger {
  background: transparent none repeat scroll 0 0;
  top: 13px;
}

input:checked + .hamburger .icon-hamburger:before {
  top: 0px;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

input:checked + .hamburger .icon-hamburger:after {
  top: 0px;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}

.header__nav {
  position: absolute;
  left: 100%;
  top: 50px;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
  z-index: 10;
}

.header__nav.active {
  left: 0px;
}

.header__nav li {
  list-style: none;
}

.header__nav li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  border-bottom: 1px solid #cbe4ea;
  background: #E6F6FA;
  font-size: 1.3rem;
  color: #4A4A4A;
}

.header__nav li a.active {
  color: #009FC8;
  background-color: #ffffff;
}

.header__nav li a.rent {
  text-align: center;
  color: #009FC8;
}

.header__nav li a .balance-number {
  color: #09BBAA;
  font-size: 1rem;
  padding-left: 5px;
}

.header__nav li a .bonuses-number {
  border-left: 1px solid #CCE4E9;
  padding-left: 10px;
  margin-left: 5px;
  color: #6a6a6a;
  font-size: 1rem;
}

.header__nav li svg {
  display: block;
  float: left;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  fill: #009ac4;
}

.header__nav li.active {
  background: #ffffff;
}

.header__nav li.active a {
  color: #4A4A4A;
}

.header__nav li.active a svg {
  fill: #000;
}

input:checked ~ .header__nav {
  left: 0;
}

.searchfield {
  margin-right: 7rem;
}

.searchfield label {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 3px;
  text-align: center;
  line-height: 30px;
}

.searchfield label svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: rgba(255, 255, 255, 0.5);
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
  vertical-align: middle;
}

.searchfield input[type="checkbox"] {
  display: none;
}

.searchfield:hover svg {
  fill: #fff;
}

.searchfield form {
  display: inline-block;
}

.searchfield input {
  background: none;
  border: none;
  outline: none;
  line-height: 28px;
  height: 30px;
  border-bottom: 1px solid #7FCFE3;
  color: #ffffff;
  -webkit-transition: border-bottom-color 0.3s linear;
  -o-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear;
  width: 100%;
}

.searchfield input.placeholder {
  color: #ffffff;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.searchfield input::-webkit-input-placeholder {
  color: #ffffff;
  text-overflow: ellipsis;
}

.searchfield input::-moz-placeholder {
  color: #ffffff;
  text-overflow: ellipsis;
}

.searchfield input:-moz-placeholder {
  color: #ffffff;
  text-overflow: ellipsis;
}

.searchfield input:-ms-input-placeholder {
  color: #ffffff;
  text-overflow: ellipsis;
}

.searchfield input:focus::-webkit-input-placeholder {
  color: transparent;
}

.searchfield input:focus::-moz-placeholder {
  color: transparent;
}

.searchfield input:focus:-moz-placeholder {
  color: transparent;
}

.searchfield input:focus:-ms-input-placeholder {
  color: transparent;
}

.searchfield input:focus::-webkit-input-placeholder {
  border-bottom: none;
}

/*  Стили хедера для главной страницы
  ------------------------------------ */
.mainpage {
  background: #fff url(../img/examples/bg-home.jpg) top center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}

.mainpage .header__intro .pseudo_table {
  height: 520px;
}

.mainpage .header__intro .pseudo_table .icon-link.bodymovin {
  width: 260px;
  height: 136px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mainpage .header {
  -webkit-background-size: cover;
  background-size: cover;
}

.mainpage .header__wrapper {
  height: 50px;
}

.mainpage .header__menu li.active {
  border: 1px solid transparent;
  background: #8BD5E7;
}

.mainpage .header__menu li.active:hover {
  background: #00b3e2;
}

.mainpage .header__menu li:not(.active):hover:hover {
  color: #00b3e2;
}

.mainpage .header__menu li:not(.active):hover:active {
  color: #008baf;
}

.mainpage .header__menu li.active:active {
  background: #008baf;
}

/*  $HEADER > INTRO
  ------------------------------------ */
.header__intro {
  text-align: center;
  display: table;
  width: 100%;
}

.header__intro .pseudo-table {
  padding-top: 100px;
  text-align: center;
  display: block;
  vertical-align: middle;
  height: auto;
}

.header__intro h1 {
  margin-top: 0;
}

.header__intro__slogan {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  margin-top: 15px;
}

/*  $HEADER > SEARCH FORM
  ------------------------------------ */
.header__intro__form {
  margin-top: 60px;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 10px solid rgba(0, 0, 0, 0.36);
}

.header__intro__form__field, .header__intro__form__button {
  height: 100%;
  border: none;
  outline: none;
  text-align: center;
  font-size: 1.125rem;
}

.header__intro__form__field {
  color: #22363B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 64.10256%;
  float: left;
  text-align: left;
  padding-left: 20px;
}

.header__intro__form__button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 35.89744%;
  float: right;
  margin-right: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #009fc8;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

.header__intro__form__button:active {
  background: #008baf;
  -webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
}

.header__intro__form__button:hover {
  background: #00b3e2;
}

.header__menu__user {
  position: relative;
  vertical-align: top;
}

.header__menu__user input {
  display: none;
}

.header__menu__user:hover .header__menu__user__image.noavatar .icon-noavatar {
  fill: #ffffff;
}

.header__menu__user__image {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.header__menu__user__image img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.header__menu__user__image .icon-gold-account {
  height: 18px;
  width: 18px;
  position: absolute;
  bottom: 1px;
  left: -3px;
  fill: #FAB33F;
}

.header__menu__user__image.noavatar {
  text-align: center;
}

.header__menu__user__image.noavatar .icon-noavatar {
  width: 18px;
  height: 18px;
  fill: rgba(255, 255, 255, 0.5);
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.header__menu__user__dropdown {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 6px;
  padding-bottom: 10px;
}

.header__menu__user__dropdown .name {
  width: auto;
}

.header__menu__user__dropdown .name > span {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}

.header__menu__user__dropdown .name:hover {
  color: #ffffff;
  opacity: 1;
}

.header__menu__user__dropdown .icon-arrow-dropdown {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 13px;
  width: 13px;
  margin: 0 0 0 3px;
  fill: #ffffff;
}

.header__menu__user__dropdown ul {
  background: #008FB4;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  text-align: left;
  width: 100%;
}

.header__menu__user__dropdown ul li {
  height: 40px;
  line-height: 40px;
}

.header__menu__user__dropdown ul li a {
  color: #ffffff;
  font-size: 0.875rem;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  display: block;
  padding: 0 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.header__menu__user__dropdown ul li a:hover {
  opacity: 1;
  background-color: #41B7D5;
  color: #ffffff;
  text-decoration: none;
}

.header__menu__user__dropdown ul li.active {
  background-color: #41B7D5;
  padding: 0 10px;
  display: block;
}

.header__menu__user:hover ul {
  display: block;
}

/**Модуль метро START*/
#metroMapModal {
  width: 100%;
  height: 100%;
}

.p-autocomplete_metro-station {
  height: 100%;
  width: 100%;
  padding: 10px;
}

#metro_selected_count_container input[type="checkbox"] {
  position: absolute;
  display: none;
}

#metro_selected_reset {
  display: inline;
  position: relative;
  top: 0;
  cursor: pointer;
  color: #4A4A4A !important;
}

.memtro_count {
  display: inline !important;
  position: relative !important;
  top: 0 !important;
  cursor: pointer;
  color: #4A4A4A !important;
}

.metro_count_block {
  cursor: default;
  position: relative;
  font-size: 13px !important;
}

.ymaps-2-1-27-map-ru {
  background-color: white !important;
  background-image: none !important;
}

.ui-autocomplete.ui-menu {
  z-index: 99999999999999999 !important;
  background-color: white;
  width: 150px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.autocomplete_metro-station {
  height: 20px;
  width: 150px;
}

.autocomplete_metro-station:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.selected-metro_stations {
  margin-top: 20px;
}

.selected-metro_stations > span {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #F4B800;
  background-color: #FFF09C;
}

.selected-metro_stations > span > img {
  display: inline-block;
  padding-right: 5px;
  max-width: 10px;
  max-height: 10px;
}

.distances-filter-metro {
  margin-top: 20px;
  width: 100%;
}

#metroMapModal * {
  cursor: default !important;
}

#jsMetroModal .save-metro:hover {
  background-color: #FFD537;
}

#jsMetroModal .save-metro {
  border: 1px solid rgba(191, 153, 0, 0.8);
  background-color: #ffdb4d;
  margin-top: 25px;
  padding: 6px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.metro-map-container {
  display: inline-block;
  height: 950px;
  width: 79%;
}

.hedear-container-metro {
  text-align: center;
  color: black;
}

.hedear-container-metro h2 {
  border-bottom: 1px solid #929293;
  width: 70%;
  display: inline-block;
}

.hedear-container-metro .icon_metro {
  background-image: url("/img/metro/logo_min_metro_blue.png");
  width: 42px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}

.metro-map-filter-container {
  display: inline-block;
  height: 100%;
  width: 20%;
  vertical-align: top;
}

.container-footer-container-metro {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.footer-container-metro {
  width: 80%;
  display: inline-block;
  text-align: left;
  color: black;
}

.footer-container-metro .list_highway_items-col4 i {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.ymaps-2-1-27-islets_gotoymaps {
  display: none !important;
}

.ymaps-2-1-27-copyright__agreement {
  display: none !important;
}

/**Модуль метро END**/
/*------------------------------------*  $FOOTER
\*------------------------------------*/

.footer__wrapper {
  padding: 29px 10px 14px;
}

.footer {
  line-height: 30px;
  background: #22363B;
  color: #ffffff;
  font-size: 14px;
  /*  $FOOTER > $SOCIAL
    ------------------------------------ */
  /*  $SELECT ELEMENT (STYLED)
  ------------------------------------ */
  /*  $FOOTER > SELECT
    ------------------------------------ */
  /*  $FOOTER > COPYRIGHT
    ------------------------------------ */
  /*  $FOOTER > EXTENDED
    ------------------------------------ */
}

.footer .footer-grid {
  width: -webkit-calc(100% - 280px);
  width: calc(100% - 280px);
  margin-right: 30px;
  float: left;
}

.footer .footer-grid__cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}

.footer .footer-grid__cell:last-child {
  margin-right: 0;
}

.footer .footer-grid__cell ul {
  font-weight: bold;
  font-size: 16px;
  color: #E0E0E0;
}

.footer .footer-grid__cell ul li {
  font-weight: normal;
  font-size: 14px;
}

.footer .footer-grid__cell ul li.footer__extended__place__phones {
  margin-top: 15px;
}

.footer .footer-grid__cell ul li.footer__extended__place__phones a {
  font-size: 17px;
}

.footer .footer-grid__cell ul li.footer__extended__place__phones span {
  display: block;
  margin-top: -10px;
  color: #909090;
}

.footer .footer-grid__cell ul.footer__info {
  margin-top: 15px;
}

.footer .footer-grid__cell ul.footer__info li {
  font-size: 13px;
  line-height: 1.5;
}

.footer .footer-grid__cell_medium {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}

.footer .footer-grid__cell_small {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
}

.footer a {
  color: #C4C4C4;
  -webkit-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.footer a:hover {
  color: #909A9C;
}

.footer a:hover .icon-footer-favorite svg {
  background: white;
}

.footer li {
  position: relative;
}

.footer li.active {
  color: #909A9C;
}

.footer__sub {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  float: right;
  margin-right: 0;
}

.footer__apps {
  margin-top: 7px;
}

.footer__apps > li {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  margin-right: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  height: 44px;
}

.footer__apps > li:last-child {
  margin-right: 0;
}

.footer__apps > li > a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__apps > li > a svg {
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.45s linear;
  -o-transition: fill 0.45s linear;
  transition: fill 0.45s linear;
}

.footer__apps > li > a:hover svg {
  opacity: 0.8;
}

.footer__social {
  padding-left: 0;
  margin-top: 15px;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: right;
}

.footer__social svg {
  fill: #C8CDCE;
  width: 40px;
  height: 40px;
  -webkit-transition: fill 0.15s linear;
  -o-transition: fill 0.15s linear;
  transition: fill 0.15s linear;
}

.footer__social__tw:hover svg {
  fill: #03B5F1;
}

.footer__social__in:hover svg {
  fill: #125688;
}

.footer__social__fb:hover svg {
  fill: #4465A0;
}

.footer__social__vk:hover svg {
  fill: #4C75A3;
}

.footer__social:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.footer__social li {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  margin-right: 6px;
}

.footer__social li:last-child {
  margin-right: 0;
}

.footer .select__active {
  position: relative;
}

.footer .select__active:after {
  content: '';
  background-image: url("../img/icons.png");
  width: 12px;
  height: 7px;
  background-position: -430px -368px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.footer .select__active:after svg {
  height: 20px;
}

.footer .select__active:hover .select__active__dropdown {
  opacity: 1;
  visibility: visible;
}

.footer .select__active:hover:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer .select__active__dropdown {
  overflow: hidden;
  position: absolute;
  z-index: 2;
  left: -1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  top: 100%;
  border-top-color: transparent;
  margin-top: -1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.footer .select__active__dropdown li:hover {
  background: #00b3e2;
}

.footer .select__active__dropdown li:active {
  background: #008baf;
}

.footer__filter {
  margin-top: 40px;
}

.footer__filter ul {
  border: 1px solid #5E686B;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #22363B;
}

.footer__filter li {
  height: 30px;
  -webkit-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
}

.footer__filter a {
  color: #fff;
}

.footer__filter a:hover, .footer__filter a:active {
  color: #fff;
}

.footer__filter .select__icon {
  padding-left: 10px;
  width: 100%;
  vertical-align: bottom;
}

.footer__filter .select__icon svg {
  border: 1px solid #ccc;
  vertical-align: -9px;
}

.footer__filter .select__active__dropdown {
  top: inherit;
  bottom: 100%;
  border-bottom-color: #22363B;
  margin-top: auto;
  margin-bottom: -1px;
  border-top-color: #5E686B;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer__filter__country {
  width: 30.71429%;
  float: left;
}

.footer__filter__country a {
  padding-left: 10px;
}

.footer__filter__currency {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 64.28571%;
  float: right;
  margin-right: 0;
}

.footer__filter__currency a {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.footer__copyright {
  padding-top: 14px;
  color: #5a5a5a;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 13px;
  padding-left: 0;
  padding-right: 0;
}

.footer__copyright p {
  margin-top: 0;
}

.footer__copyright__about {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
  color: #909090;
  font-size: 15px;
}

.footer__copyright__about span {
  color: #C4C4C4;
  display: inline-block;
}

.footer__copyright__about span.bold {
  font-weight: bold;
}

.footer__copyright__created-by {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.72881%;
  float: right;
  margin-right: 0;
  text-align: right;
  font-size: 15px;
  color: #C4C4C4;
}

.footer__extended {
  border-bottom: 1px solid #22363B;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.footer__extended__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 57.62712%;
  float: left;
  float: right;
  width: auto;
  max-width: 54.62712%;
}

.footer__extended__content li {
  float: left;
  margin-right: 16px;
}

.footer__extended__content li:last-child {
  margin-right: 0;
}

.footer__extended__place {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50.84746%;
  float: left;
  margin-right: 1.66667%;
}

.footer__extended__place li {
  float: left;
  margin-right: 20px;
  white-space: nowrap;
}

.footer__extended__place li:last-child {
  margin-right: 0;
  clear: both;
  margin-top: 6px;
}

.footer__extended__place__searchfield {
  position: relative;
  border-bottom: 1px solid #58676B;
  -webkit-transition: border-bottom-color 0.3s linear;
  -o-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear;
}

.footer__extended__place__searchfield input {
  background: #22363B;
  outline: none;
  border: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.footer__extended__place__searchfield input.placeholder {
  color: #fff;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.footer__extended__place__searchfield input::-webkit-input-placeholder {
  color: #fff;
  text-overflow: ellipsis;
}

.footer__extended__place__searchfield input::-moz-placeholder {
  color: #fff;
  text-overflow: ellipsis;
}

.footer__extended__place__searchfield input:-moz-placeholder {
  color: #fff;
  text-overflow: ellipsis;
}

.footer__extended__place__searchfield input:-ms-input-placeholder {
  color: #fff;
  text-overflow: ellipsis;
}

.footer__extended__place__searchfield input:focus::-webkit-input-placeholder {
  color: transparent;
}

.footer__extended__place__searchfield input:focus::-moz-placeholder {
  color: transparent;
}

.footer__extended__place__searchfield input:focus:-moz-placeholder {
  color: transparent;
}

.footer__extended__place__searchfield input:focus:-ms-input-placeholder {
  color: transparent;
}

.footer__extended__place__searchfield:hover {
  border-bottom-color: #ffffff;
}

.footer__extended__place__searchfield:hover svg {
  fill: #ffffff;
}

.footer__extended__place__searchfield svg {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -12px;
  margin-right: 10px;
  fill: rgba(255, 255, 255, 0.5);
}

.footer__extended__place__phones {
  color: #5a5a5a;
}

.footer__extended__place .icon-footer-geo {
  width: 16px;
  height: 24px;
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

/*------------------------------------*    $POPUP
\*------------------------------------*/
.simplemodal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
}

.simplemodal-container {
  width: 660px;
  height: auto !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.simplemodal-container #popup__common {
  padding: 30px;
}

.simplemodal-container #popup__common p:first-child {
  margin-top: 0;
}

.simplemodal-container #popup__common h2 + p {
  margin-top: 10px;
}

.simplemodal-container #jsModalPhoto {
  padding: 30px;
}

.simplemodal-container #jsModalPhoto h2 {
  margin-top: 0;
}

.simplemodal-container #jsModalPhoto .content {
  text-align: center;
}

.simplemodal-container .content a.button {
  margin-right: 10px;
  margin-bottom: 10px;
}

.simplemodal-container h2 {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 6.06061%;
  padding-right: 6.06061%;
}

a.modalCloseImg {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 16px;
  z-index: 103;
}

a.modalCloseImg .icon, a.modalCloseImg .time-input-buttons .ws-popover-opener > span:before, a.modalCloseImg .ws-popover-opener > span:before {
  background-image: none;
  fill: #BFBFBF;
  height: 24px;
  width: 24px;
}

a.modalCloseImg .icon:hover, a.modalCloseImg .time-input-buttons .ws-popover-opener > span:hover:before, a.modalCloseImg .ws-popover-opener > span:hover:before {
  fill: #6a6a6a;
}

#simplemodal-container {
  height: auto !important;
  position: absolute !important;
}

/*------------------------------------*  $POP-UP
\*------------------------------------*/
.popup .enter-block .fake-h4 {
  max-width: 85%;
  margin: 30px auto 0;
}

.popup .booking-block .fake-h4 {
  max-width: 85%;
  margin: 30px auto 0;
}

.popup .booking-block .popup__success {
  padding-bottom: 30px;
  text-align: left;
}

.popup .booking-block .popup__success img {
  margin-top: 25px;
}

.popup .booking-block .popup__success .button {
  margin-top: 25px;
  width: 100%;
}

.popup .booking-block .popup__success .author {
  margin-top: 25px;
}

.popup .booking-block .popup__success .author img {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 0;
}

.popup .booking-block .popup__success .author__info {
  display: inline-block;
  vertical-align: top;
}

.popup .booking-block .popup__success .author__info > p:first-child {
  margin-top: 5px;
  font-size: 1rem;
}

.popup .booking-block .popup__success .author__info > a[href^="tel:"] {
  font-size: 0.875rem;
  margin-top: 4px;
}

.popup .booking-block .popup__success .inline-buttons {
  text-align: center;
}

.popup .booking-block .popup__success .inline-buttons > .button {
  display: inline-block;
  margin-right: 5px;
  max-width: 115px;
}

.popup .booking-block .popup__success .inline-buttons > .button:last-child {
  margin-right: 0;
}

.popup .booking-block .no-login {
  background: #f5f5f6;
  border-top: solid 1px #e8e9e9;
}

.popup .booking-block .no-login h5 {
  font-size: 1.125rem;
  color: #4A4A4A;
}

.popup .booking-block .no-login form {
  margin-top: 25px;
}

.popup .booking-block .no-login form .button {
  margin-top: 10px;
}

.popup .booking-block .popup__form {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.popup .booking-block .popup__form .inputfield {
  margin-top: 18px;
}

.popup .booking-block .popup__form .inputfield:first-child {
  margin-top: 0;
}

.popup .booking-block .popup__form .inputfield__date {
  margin-right: 10px;
  width: 145px;
}

.popup .booking-block .popup__form .inputfield__time {
  width: 90px;
}

.popup .booking-block .popup__form .inputfield__number {
  display: inline-block;
  width: 160px;
}

.popup .booking-block .popup__form .inputfield__phonecode {
  width: 75px;
  margin-right: 10px;
}

.popup .booking-block .popup__form .inputfield label {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  line-height: normal;
  padding-bottom: 0;
  margin-top: 10px;
}

.popup .booking-block .popup__form__buttonset {
  padding-top: 18px;
  width: 100%;
}

.popup .booking-block .popup__form__buttonset input[type="submit"] {
  float: none;
  width: 100%;
}

.popup__intro {
  background: #fff;
  margin-top: 30px;
  padding-left: 6.06061%;
  padding-right: 6.06061%;
  padding-bottom: 25px;
}

.popup__intro__photo {
  min-height: 100px;
  float: left;
  margin-right: 20px;
  width: 24.13793%;
}

.popup__intro__describe {
  float: left;
  width: 72.41379%;
}

.popup__intro__describe__title {
  font-size: 1.125rem;
  margin-top: 0;
}

.popup__intro__describe__address {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #5a5a5a;
}

.popup__form {
  min-height: 402px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #F3F4F5;
  border-top: 1px solid #E5E6E6;
  padding: 20px 6.06061% 40px;
}

.popup__form__describe {
  font-size: 1.125rem;
  text-align: center;
}

.popup__form__left {
  width: 300px;
  float: left;
}

.popup__form__right {
  width: 240px;
  float: right;
}

.popup__form__center {
  float: left;
  width: 100%;
}

.popup__form__buttonset {
  float: left;
  width: 100%;
  padding-top: 30px;
}

.popup__form__buttonset input[type="submit"] {
  float: right;
}

.popup__success {
  padding-bottom: 40px;
  padding-left: 7.14286%;
  padding-right: 7.14286%;
  text-align: center;
}

.popup__success p {
  margin-top: 13px;
  line-height: 1.43;
  font-size: 0.875rem;
  color: #808080;
}

.popup__success img {
  margin-top: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.popup__success h4 {
  margin-top: 20px;
}

.popup__success a[href^="tel"] {
  display: block;
  color: #808080;
}

.popup__success a[href^="tel"]:hover {
  color: #00b3e2;
}

.popup__success a[href^="tel"]:active {
  color: #008baf;
}

.popup__success a[href^="tel"]:first-of-type {
  margin-top: 10px;
}

.popup__success .button {
  margin-top: 40px;
}

.popup__addressee {
  width: 285px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-bottom: 20px;
}

.popup__addressee__photo {
  width: 75px;
  float: left;
  min-height: 80px;
}

.popup__addressee__photo img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.popup__addressee__name {
  width: 210px;
  float: right;
  font-size: 1.125rem;
  line-height: 25px;
  padding-left: 20px;
  height: 80px;
}

.popup__addressee__name p {
  margin-top: 0;
  height: 80px;
  vertical-align: middle;
  display: table-cell;
}

/*  $POPUP > SOCIAL LOGIN
  ------------------------------------ */
.login form {
  padding-top: 10px;
  background: #F3F4F5;
  border-top: 1px solid #E5E6E6;
  border-bottom: 1px solid #e5e6e6;
  padding-bottom: 30px;
  margin-top: 30px;
}

.login fieldset {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.login__describe {
  text-align: center;
  font-size: 1.125rem;
}

.login__social {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.login__social .button {
  width: 115px;
  margin-right: 5px;
  margin-top: 25px;
  border: none;
  font-size: 0.875rem;
}

.login__social .button svg {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.login__social .button:last-child {
  margin-right: 0;
}

.login__inputlist {
  margin-top: 15px;
}

.login__inputlist li + li {
  margin-top: 15px;
}

.login__inputlist label {
  line-height: 20px;
  display: inline-block;
}

.login__inputlist .forgotpass {
  margin-top: 5px;
  font-size: 0.75rem;
}

.login__inputlist .form-checkbox {
  margin-top: 0;
}

.login__inputlist .form-checkbox label {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-top: 5px;
  width: 20px;
}

.login__inputlist .form-checkbox label em {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 9px;
  width: 9px;
}

.login__inputlist .form-checkbox span {
  font-size: 0.75rem;
}

.login__inputlist .element-label {
  position: relative;
}

.login__inputlist .element-label span.red {
  position: absolute;
  top: 0;
  color: #F01616;
}

.login__submit {
  margin-top: 15px;
  text-align: center;
}

.login__submit dl {
  margin: 0;
}

.login__submit dl dd {
  margin: 0;
}

.login__option {
  margin-top: 15px;
  font-size: 0.875rem;
}

.login__outro {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.5;
}

label.rememberme {
  float: left;
  padding-bottom: 0;
}

.forgotpass {
  float: right;
  display: inline-block;
  position: relative;
}

/*------------------------------------*  $PUSH POPUP
\*------------------------------------*/
.popup-push {
  position: fixed;
  top: 0;
  right: 5px;
  z-index: 1000;
  width: 295px;
}

.popup-push__message {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  background: #09BBAA;
  color: #4A4A4A;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-top: 5px;
}

.popup-push__message:hover {
  background: #09B1A1;
  text-decoration: none;
}

.popup-push__message p:first-child {
  margin-top: 0;
}

.popup-push__message__content {
  display: block;
  max-width: 255px;
}

.popup-push__message__content p {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 1rem;
}

.popup-push__message .icon-cross {
  fill: #FFFFFF;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -6px;
  z-index: 200;
}

.blog__header {
  margin: 25px 0 20px;
  padding: 10px 20px 19px;
  background: #ffffff;
}

.blog__title h1 {
  font-size: 22px;
  line-height: 1;
  margin: 0 0 7px;
}

.blog__block {
  width: 100%;
  clear: both;
  margin-bottom: 40px;
}

.blog__image {
  width: 240px;
  margin-right: 30px;
  float: left;
}

.blog__image img {
  width: 100%;
}

.blog__text {
  float: left;
  width: -webkit-calc(100% - 270px);
  width: calc(100% - 270px);
}

.blog__text h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.blog__text span {
  font-size: 14px;
  color: #888686;
}

.blog__description {
  margin-top: 15px;
  line-height: 22px;
  margin-bottom: 6px;
}

.blog__thumbnail {
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__thumbnail h2 {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  word-wrap: break-word;
}

.blog__content {
  padding: 20px 0;
  background: #fff;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .button_transparent:after, .button_transparent:before, a.button_transparent:after, a.button_transparent:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #009fc8;
    opacity: .5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .button_transparent:before, a.button_transparent:before {
    opacity: 1;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
  }
  .button_transparent:hover, a.button_transparent:hover {
    color: #ffffff;
    border-color: #009fc8;
  }
  .button_transparent:hover:after, .button_transparent:hover:before, a.button_transparent:hover:after, a.button_transparent:hover:before {
    left: 0;
  }
  .button_transparent:after, .button_transparent:before, a.button_transparent:after, a.button_transparent:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #009fc8;
    opacity: .5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .button_transparent:before, a.button_transparent:before {
    opacity: 1;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
  }
  .button_transparent:hover, a.button_transparent:hover {
    color: #ffffff;
    border-color: #009fc8;
  }
  .button_transparent:hover:after, .button_transparent:hover:before, a.button_transparent:hover:after, a.button_transparent:hover:before {
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .lg-only {
    display: block;
  }
  .lg-hide {
    display: none !important;
  }
}

@media screen and (min-width: 801px) and (max-width: 1023px) {
  .md-hide {
    display: none !important;
  }
  .md-up {
    display: block;
  }
  .md-hide {
    display: none !important;
  }
  .md-up {
    display: block;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  .sm-hide, .md-up {
    display: none !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 799px) {
  .sm-hide, .md-up {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .header__menu__user {
    position: initial;
  }
  .header__menu__user__dropdown ul {
    display: block;
    margin: 0;
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
    position: absolute;
    left: auto;
    top: 50px;
    right: 0;
    width: 0;
    overflow: hidden;
  }
  .header__menu__user__dropdown ul li {
    font-size: 1.3rem;
    height: 50px;
    line-height: 50px;
    color: #4A4A4A;
  }
  .header__menu__user__dropdown ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    border-bottom: 1px solid #cbe4ea;
    background: #E6F6FA;
    font-size: 1.3rem;
    color: #4A4A4A;
  }
  .header__menu__user__dropdown ul li a:hover {
    background-color: #ffffff;
    color: #009FC8;
  }
  .header__menu__user__dropdown ul li a.rent {
    text-align: center;
    color: #009FC8;
  }
  .header__menu__user__dropdown ul li.active {
    color: #4A4A4A;
    background-color: #ffffff;
  }
  .header__menu__user input:checked ~ .header__menu__user__image svg {
    opacity: .5;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header__menu__user input:checked ~ ul {
    width: 100%;
  }
  .header.fixed .header__menu__user__dropdown ul {
    top: 50px;
  }
  .header__menu__user {
    position: initial;
  }
  .header__menu__user__dropdown ul {
    display: block;
    margin: 0;
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
    position: absolute;
    left: auto;
    top: 50px;
    right: 0;
    width: 0;
    overflow: hidden;
  }
  .header__menu__user__dropdown ul li {
    font-size: 1.3rem;
    height: 50px;
    line-height: 50px;
    color: #4A4A4A;
  }
  .header__menu__user__dropdown ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    border-bottom: 1px solid #cbe4ea;
    background: #E6F6FA;
    font-size: 1.3rem;
    color: #4A4A4A;
  }
  .header__menu__user__dropdown ul li a:hover {
    background-color: #ffffff;
    color: #009FC8;
  }
  .header__menu__user__dropdown ul li a.rent {
    text-align: center;
    color: #009FC8;
  }
  .header__menu__user__dropdown ul li.active {
    color: #4A4A4A;
    background-color: #ffffff;
  }
  .header__menu__user input:checked ~ .header__menu__user__image svg {
    opacity: .5;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header__menu__user input:checked ~ ul {
    width: 100%;
  }
  .header.fixed .header__menu__user__dropdown ul {
    top: 50px;
  }
}

@media screen and (max-width: 800px) {
  .footer .footer-grid {
    width: 100%;
  }
  .footer .footer-grid__cell {
    margin-top: 10px;
  }
  .footer .footer-grid__cell ul li {
    display: block;
    margin-right: 8px;
  }
  .footer .footer-grid__cell ul li:last-child {
    margin-right: 0;
    margin-top: 6px;
  }
  .footer .footer__extended {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .footer .footer__extended ul {
    width: 100%;
    max-width: none;
    float: none;
    margin-top: 20px;
  }
  .footer .footer__extended ul:first-child {
    margin-top: 0;
  }
  .footer .footer__extended ul li {
    float: none;
    display: inline-block;
    margin-right: 8px;
  }
  .footer .footer__extended ul li:last-child {
    margin-right: 0;
    margin-top: 6px;
  }
  .footer .footer__extended__place li:first-child {
    display: block;
  }
}

@media screen and (max-width: 799px) {
  .grid-3 > .grid__cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .grid-3 > .grid__cell:nth-of-type(4n) {
    margin-right: 1.69492%;
    float: left;
  }
  .grid-3 > .grid__cell:nth-of-type(2n) {
    margin-right: 0;
    float: right;
  }
  .grid-4 > .grid__cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .grid-4 > .grid__cell:nth-of-type(3n) {
    margin-right: 1.69492%;
    float: left;
  }
  .grid-4 > .grid__cell:nth-of-type(2n) {
    margin-right: 0;
    float: right;
  }
  .grid-1of3 {
    width: 100%;
    float: none;
  }
  .grid-1of3 > .grid__cell {
    width: 100%;
    float: none;
    text-align: center;
  }
  .grid-1of3 > .grid__cell:first-child {
    width: 100%;
    float: none;
  }
  .grid-1of3:nth-of-type(3n) {
    float: left;
    text-align: left;
  }
  .header__intro__form__field {
    width: 100%;
  }
  .header__intro__form__button {
    display: none;
  }
  .icon-header-favorite svg {
    margin: 0;
  }
  .icon-header-favorite svg {
    margin: 0;
  }
  #simplemodal-container {
    max-width: 280px;
  }
}

@media screen and (max-width: 769px) {
  .header__wrapper .searchfield {
    margin-left: 0px;
    margin-right: 0;
  }
  .header__wrapper .searchfield input:checked ~ label svg {
    fill: #fff;
  }
  .header__wrapper .searchfield form {
    position: absolute;
    width: 100%;
    background: #fff;
    left: -100%;
    top: 100%;
    height: 51px;
    z-index: -1;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .header__wrapper .searchfield form input {
    display: none;
  }
  .header__wrapper .searchfield input:checked ~ form {
    left: 0;
    z-index: 1;
  }
  .header__wrapper .searchfield input:checked ~ form input {
    display: block;
    color: #5a5a5a;
    border-color: #cccccc;
    font-size: 1rem;
  }
  .header__wrapper .searchfield input:checked ~ form input.placeholder {
    color: #5a5a5a;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .header__wrapper .searchfield input:checked ~ form input::-webkit-input-placeholder {
    color: #5a5a5a;
    text-overflow: ellipsis;
  }
  .header__wrapper .searchfield input:checked ~ form input::-moz-placeholder {
    color: #5a5a5a;
    text-overflow: ellipsis;
  }
  .header__wrapper .searchfield input:checked ~ form input:-moz-placeholder {
    color: #5a5a5a;
    text-overflow: ellipsis;
  }
  .header__wrapper .searchfield input:checked ~ form input:-ms-input-placeholder {
    color: #5a5a5a;
    text-overflow: ellipsis;
  }
  .header__wrapper .header__menu li {
    margin-right: 8px;
  }
  .header__wrapper .header__menu li:last-child {
    margin-right: 0;
  }
  .header__wrapper .header__menu__user__dropdown {
    margin: 0;
  }
  .wrapper.mainpage .header__wrapper .header__intro__slogan {
    line-height: normal;
  }
  .header__menu__user span {
    display: none;
  }
  .header__menu__user img {
    margin-right: 0;
  }
  .header__menu__user span {
    display: none;
  }
  .header__menu__user img {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .container-main {
    width: 100%;
  }
  .main {
    margin-top: 50px;
  }
  .md-hide {
    display: none !important;
  }
  .btn_apply {
    display: none;
  }
  .btn_show {
    display: inline-block;
  }
  .btn_filter-reset {
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
  }
  .btn_apply {
    display: none;
  }
  .btn_show {
    display: inline-block;
  }
  .btn_filter-reset {
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
  }
  .header {
    position: fixed;
  }
  .footer {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .blog__block {
    background: #ffffff;
  }
  .blog__image {
    width: 100%;
    margin-bottom: 25px;
  }
  .blog__text {
    width: 100%;
    padding: 0 15px 20px;
  }
}

@media screen and (max-width: 736px) and (orientation: landscape) {
  .wrapper.mainpage .header__wrapper .header__menu {
    margin-top: 0;
  }
  .wrapper.mainpage .header__intro .pseudo_table {
    height: auto;
    margin-top: 10px;
  }
  .wrapper.mainpage .svg-logo-spiti_big {
    width: 120px;
    height: 56px;
  }
  .wrapper.mainpage .header__wrapper .header__intro__form {
    margin-top: 30px;
  }
}

@media screen and (max-width: 730px) {
  .footer .footer-grid, .footer .footer__sub {
    float: none;
  }
  .footer .footer__sub {
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .footer .footer__copyright > p {
    line-height: 1.5;
  }
}

@media screen and (max-width: 720px) {
  .wrapper.mainpage .header__wrapper .header__menu {
    width: 100%;
  }
  .wrapper.mainpage .header__wrapper .header__menu li .icon-header-favorite svg {
    vertical-align: top;
    margin-top: 3px;
  }
  .wrapper.mainpage .header__wrapper .header__menu li.header__menu__user {
    margin-right: 8px;
  }
  .wrapper.mainpage .header__wrapper .header__menu li.active {
    display: inline-block;
  }
  .header__wrapper .searchfield {
    text-align: center;
  }
  .header__wrapper .header__menu li.header__menu__user {
    margin-right: 0;
  }
  .header__wrapper .header__menu li .icon-header-favorite svg {
    margin: 0;
    width: 24px;
    height: 24px;
  }
  .wrapper.mainpage .header__wrapper .header__intro__form {
    width: 100%;
  }
}

@media screen and (max-width: 678px) {
  .footer .footer-grid {
    width: 100%;
  }
  .footer .footer__copyright > p {
    float: none;
    width: 100%;
    margin: 20px 0 0;
    line-height: 1.5;
    text-align: left;
  }
  .footer .footer__copyright > p:first-child {
    margin-top: 0;
  }
}

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .icon, .time-input-buttons .ws-popover-opener > span:before, .ws-popover-opener > span:before {
    background-image: url("../img/sprite@2x.png");
    -webkit-background-size: 24px 100px;
    background-size: 24px 100px;
  }
}

@media screen and (max-width: 568px) and (orientation: landscape) {
  .wrapper.mainpage .header__wrapper .header__intro__form {
    margin-top: 15px;
  }
}

@media screen and (max-width: 497px) {
  .xs-hide, .md-up {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .grid-3 > .grid__cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .grid-3 > .grid__cell:nth-of-type(3n) {
    margin-right: 1.69492%;
    float: left;
  }
  .grid-3 > .grid__cell:nth-of-type(2n) {
    margin-right: 1.69492%;
    float: left;
  }
  .grid-4 > .grid__cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .grid-4 > .grid__cell:nth-of-type(3n) {
    margin-right: 1.69492%;
    float: left;
  }
  .grid-4 > .grid__cell:nth-of-type(2n) {
    margin-right: 1.69492%;
    float: left;
  }
  .xs-hide, .md-up, .md-hide {
    display: none !important;
  }
  html {
    font-size: 0.875rem;
  }
  h1, .fake-h1 {
    font-size: 1.85rem;
  }
  h2, .fake-h2 {
    font-size: 1.65rem;
  }
  h3, .fake-h3, h1.place__header, .object-header__more h1, .about-project__facts li h4, .binner-text .binner-header, .form-elements h2 {
    font-size: 1.45rem;
  }
  h4, .fake-h4, .flatlist__item__header, .object-content__describe__landlord__contact__name {
    font-size: 1.21rem;
  }
  h5, .fake-h5, .flatlist__item__container__landlord__name {
    font-size: 1rem;
    font-weight: bold;
  }
  .intro h1 + p {
    font-size: 1rem;
  }
  .icon-header-favorite svg {
    margin: 0;
  }
  .header__menu {
    width: 80%;
    margin: 0;
    padding: 9px;
    height: 50px;
  }
  .footer__social {
    text-align: center;
  }
  .footer__copyright__created-by {
    width: 100%;
    float: none;
    text-align: left;
  }
  .footer .footer-grid__cell {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  #simplemodal-container {
    max-width: 280px;
  }
}

@media screen and (max-width: 460px) {
  .header__menu__user__dropdown ul {
    left: 0;
  }
}

@media screen and (max-width: 414px) {
  .wrapper.mainpage .header__wrapper .header__intro__form input {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 407px) {
  .wrapper.mainpage .header__wrapper .header__intro__form {
    margin-top: 20px;
  }
}

@media screen and (max-width: 374px) {
  .wrapper.mainpage .header__wrapper .header__menu li {
    margin-right: 15px;
  }
  .wrapper.mainpage .header__wrapper .header__menu li .icon-header-favorite svg {
    margin: 3px 0 0;
  }
  .wrapper.mainpage .header__wrapper .header__menu li.active {
    margin-right: 0;
    width: 118px;
  }
  .wrapper.mainpage .header__wrapper .header__menu li.header__menu__user {
    margin-right: 15px;
  }
  .wrapper.mainpage .header__wrapper .header__menu__user__image {
    display: none;
  }
  .wrapper.mainpage .header__wrapper .header__menu__user__dropdown {
    margin: 0;
  }
}

@media screen and (max-width: 360px) {
  .wrapper.mainpage .header__intro .pseudo_table {
    height: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 319px) {
  .header .topNav .topNav_item {
    margin-left: 10px;
  }
  .header .topNav .topNav_item {
    margin-left: 10px;
  }
}

/*# sourceMappingURL=blog.css.map */


.breadcrumbs.simply {
    width: initial;
    text-align: left;
}
