

/* Start:/bitrix/templates/vdolevke/styles.css?1732006107348548*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic-ext");*/
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic-ext");*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.line {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 699px) {
  .container {
    max-width: 420px;
  }
}
@media (min-width: 700px) {
  .container {
    width: 640px;
  }
}
@media (min-width: 1020px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1340px) {
  .container {
    width: 1280px;
  }
}
.s-1, .s-2,
.m-1, .m-2, .m-3, .m-4,
.l-1, .l-2, .l-3, .l-4, .l-5, .l-6,
.x-1, .x-2, .x-3, .x-4, .x-5, .x-6, .x-7, .x-8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.s-1, .s-2 {
  float: left;
}

.s-2 {
  width: 100%;
}

.s-1 {
  width: 50%;
}

.s-pull-2 {
  right: 100%;
}

.s-pull-1 {
  right: 50%;
}

.s-pull-0 {
  right: auto;
}

.s-push-2 {
  left: 100%;
}

.s-push-1 {
  left: 50%;
}

.s-push-0 {
  left: auto;
}

.s-skip-2 {
  margin-left: 100%;
}

.s-skip-1 {
  margin-left: 50%;
}

.s-skip-0 {
  margin-left: 0%;
}

@media (min-width: 700px) {
  .m-1, .m-2, .m-3, .m-4 {
    float: left;
  }

  .m-4 {
    width: 100%;
  }

  .m-3 {
    width: 75%;
  }

  .m-2 {
    width: 50%;
  }

  .m-1 {
    width: 25%;
  }

  .m-pull-4 {
    right: 100%;
  }

  .m-pull-3 {
    right: 75%;
  }

  .m-pull-2 {
    right: 50%;
  }

  .m-pull-1 {
    right: 25%;
  }

  .m-pull-0 {
    right: auto;
  }

  .m-push-4 {
    left: 100%;
  }

  .m-push-3 {
    left: 75%;
  }

  .m-push-2 {
    left: 50%;
  }

  .m-push-1 {
    left: 25%;
  }

  .m-push-0 {
    left: auto;
  }

  .m-skip-4 {
    margin-left: 100%;
  }

  .m-skip-3 {
    margin-left: 75%;
  }

  .m-skip-2 {
    margin-left: 50%;
  }

  .m-skip-1 {
    margin-left: 25%;
  }

  .m-skip-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1020px) {
  .l-1, .l-2, .l-3, .l-4, .l-5, .l-6 {
    float: left;
  }

  .l-6 {
    width: 100%;
  }

  .l-5 {
    width: 83.33333333%;
  }

  .l-4 {
    width: 66.66666667%;
  }

  .l-3 {
    width: 50%;
  }

  .l-2 {
    width: 33.33333333%;
  }

  .l-1 {
    width: 16.66666667%;
  }

  .l-pull-6 {
    right: 100%;
  }

  .l-pull-5 {
    right: 83.33333333%;
  }

  .l-pull-4 {
    right: 66.66666667%;
  }

  .l-pull-3 {
    right: 50%;
  }

  .l-pull-2 {
    right: 33.33333333%;
  }

  .l-pull-1 {
    right: 16.66666667%;
  }

  .l-pull-0 {
    right: auto;
  }

  .l-push-6 {
    left: 100%;
  }

  .l-push-5 {
    left: 83.33333333%;
  }

  .l-push-4 {
    left: 66.66666667%;
  }

  .l-push-3 {
    left: 50%;
  }

  .l-push-2 {
    left: 33.33333333%;
  }

  .l-push-1 {
    left: 16.66666667%;
  }

  .l-push-0 {
    left: auto;
  }

  .l-skip-6 {
    margin-left: 100%;
  }

  .l-skip-5 {
    margin-left: 83.33333333%;
  }

  .l-skip-4 {
    margin-left: 66.66666667%;
  }

  .l-skip-3 {
    margin-left: 50%;
  }

  .l-skip-2 {
    margin-left: 33.33333333%;
  }

  .l-skip-1 {
    margin-left: 16.66666667%;
  }

  .l-skip-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1340px) {
  .x-1, .x-2, .x-3, .x-4, .x-5, .x-6, .x-7, .x-8 {
    float: left;
  }

  .x-8 {
    width: 100%;
  }

  .x-7 {
    width: 87.5%;
  }

  .x-6 {
    width: 75%;
  }

  .x-5 {
    width: 62.5%;
  }

  .x-4 {
    width: 50%;
  }

  .x-3 {
    width: 37.5%;
  }

  .x-2 {
    width: 25%;
  }

  .x-1 {
    width: 12.5%;
  }

  .x-pull-8 {
    right: 100%;
  }

  .x-pull-7 {
    right: 87.5%;
  }

  .x-pull-6 {
    right: 75%;
  }

  .x-pull-5 {
    right: 62.5%;
  }

  .x-pull-4 {
    right: 50%;
  }

  .x-pull-3 {
    right: 37.5%;
  }

  .x-pull-2 {
    right: 25%;
  }

  .x-pull-1 {
    right: 12.5%;
  }

  .x-pull-0 {
    right: auto;
  }

  .x-push-8 {
    left: 100%;
  }

  .x-push-7 {
    left: 87.5%;
  }

  .x-push-6 {
    left: 75%;
  }

  .x-push-5 {
    left: 62.5%;
  }

  .x-push-4 {
    left: 50%;
  }

  .x-push-3 {
    left: 37.5%;
  }

  .x-push-2 {
    left: 25%;
  }

  .x-push-1 {
    left: 12.5%;
  }

  .x-push-0 {
    left: auto;
  }

  .x-skip-8 {
    margin-left: 100%;
  }

  .x-skip-7 {
    margin-left: 87.5%;
  }

  .x-skip-6 {
    margin-left: 75%;
  }

  .x-skip-5 {
    margin-left: 62.5%;
  }

  .x-skip-4 {
    margin-left: 50%;
  }

  .x-skip-3 {
    margin-left: 37.5%;
  }

  .x-skip-2 {
    margin-left: 25%;
  }

  .x-skip-1 {
    margin-left: 12.5%;
  }

  .x-skip-0 {
    margin-left: 0%;
  }
}
/* Hide/Show columns */
.s-show,
.m-show,
.l-show,
.x-show {
  display: none !important;
}

@media (max-width: 699px) {
  .s-show {
    display: block !important;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .m-show {
    display: block !important;
  }
}
@media (min-width: 1020px) and (max-width: 1339px) {
  .l-show {
    display: block !important;
  }
}
@media (min-width: 1340px) {
  .x-show {
    display: block !important;
  }
}
@media (max-width: 699px) {
  .s-hide {
    display: none !important;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .m-hide {
    display: none !important;
  }
}
@media (min-width: 1020px) and (max-width: 1339px) {
  .l-hide {
    display: none !important;
  }
}
@media (min-width: 1340px) {
  .x-hide {
    display: none !important;
  }
}
/* Grid System Clearfix */
.container:before,
.container:after,
.line:before,
.line:after {
  content: " ";
  display: table;
}

.container:after,
.line:after {
  clear: both;
}

/* Grid System Border-Box */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[data-stack] [data-hide],
[data-wrapper] [data-hide] {
  display: none;
}

[data-clear]:before,
[data-clear]:after {
  content: " ";
  display: table;
}

[data-clear]:after {
  clear: both;
}

@media (min-width: 1340px) {
  [data-clear-x]:before,
[data-clear-x]:after {
    content: " ";
    display: table;
  }

  [data-clear-x]:after {
    clear: both;
  }
}
@media (min-width: 1020px) and (max-width: 1339px) {
  [data-clear-l]:before,
[data-clear-l]:after {
    content: " ";
    display: table;
  }

  [data-clear-l]:after {
    clear: both;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  [data-clear-m]:before,
[data-clear-m]:after {
    content: " ";
    display: table;
  }

  [data-clear-m]:after {
    clear: both;
  }
}
[data-stack]:before,
[data-stack]:after {
  content: " ";
  display: table;
}

[data-stack]:after {
  clear: both;
}

[data-stack] [data-pull=right] {
  float: right !important;
}
[data-stack] [data-pull=left] {
  float: left !important;
}
[data-stack] [data-pull=right-more-s] {
  float: right !important;
}
[data-stack] [data-pull=left-more-s] {
  float: left !important;
}
@media (min-width: 0) and (max-width: 699px) {
  [data-stack] [data-pull=right-more-s],
[data-stack] [data-pull=left-more-s] {
    float: none !important;
  }
}
[data-stack] [data-pull=right-more-m] {
  float: right !important;
}
[data-stack] [data-pull=left-more-m] {
  float: left !important;
}
@media (min-width: 0) and (max-width: 1019px) {
  [data-stack] [data-pull=right-more-m],
[data-stack] [data-pull=left-more-m] {
    float: none !important;
  }
}
[data-stack] [data-pull=right-more-l] {
  float: right !important;
}
[data-stack] [data-pull=left-more-l] {
  float: left !important;
}
@media (min-width: 0) and (max-width: 1339px) {
  [data-stack] [data-pull=right-more-l],
[data-stack] [data-pull=left-more-l] {
    float: none !important;
  }
}

[data-stack] [data-rtm="2xs"],
[data-wrapper] [data-rtm="2xs"] {
  margin-bottom: 5px;
}
[data-stack] [data-rtm=xs],
[data-wrapper] [data-rtm=xs] {
  margin-bottom: 10px;
}
[data-stack] [data-rtm=sm],
[data-wrapper] [data-rtm=sm] {
  margin-bottom: 15px;
}
[data-stack] [data-rtm=md],
[data-wrapper] [data-rtm=md] {
  margin-bottom: 20px;
}
[data-stack] [data-rtm=lg],
[data-wrapper] [data-rtm=lg] {
  margin-bottom: 25px;
}
[data-stack] [data-rtm=xl],
[data-wrapper] [data-rtm=xl] {
  margin-bottom: 30px;
}
[data-stack] [data-rtm="2xl"],
[data-wrapper] [data-rtm="2xl"] {
  margin-bottom: 35px;
}
[data-stack] [data-rtm="3xl"],
[data-wrapper] [data-rtm="3xl"] {
  margin-bottom: 40px;
}
[data-stack] [data-rtm="4xl"],
[data-wrapper] [data-rtm="4xl"] {
  margin-bottom: 45px;
}
[data-stack] [data-rtm="5xl"],
[data-wrapper] [data-rtm="5xl"] {
  margin-bottom: 50px;
}
[data-stack] [data-rtm="6xl"],
[data-wrapper] [data-rtm="6xl"] {
  margin-bottom: 55px;
}
[data-stack] [data-rtm="7xl"],
[data-wrapper] [data-rtm="7xl"] {
  margin-bottom: 60px;
}
[data-stack] [data-rtm="8xl"],
[data-wrapper] [data-rtm="8xl"] {
  margin-bottom: 65px;
}
[data-stack] [data-rtm="9xl"],
[data-wrapper] [data-rtm="9xl"] {
  margin-bottom: 70px;
}
[data-stack] [data-rtm="10xl"],
[data-wrapper] [data-rtm="10xl"] {
  margin-bottom: 75px;
}
[data-stack] [data-rtm="11xl"],
[data-wrapper] [data-rtm="11xl"] {
  margin-bottom: 80px;
}
[data-stack] [data-rtm="12xl"],
[data-wrapper] [data-rtm="12xl"] {
  margin-bottom: 85px;
}
[data-stack] [data-rtm="13xl"],
[data-wrapper] [data-rtm="13xl"] {
  margin-bottom: 90px;
}
[data-stack] [data-rtm="14xl"],
[data-wrapper] [data-rtm="14xl"] {
  margin-bottom: 95px;
}
[data-stack] [data-rtm="15xl"],
[data-wrapper] [data-rtm="15xl"] {
  margin-bottom: 100px;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.t-2xs {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.t-2xs .str {
  color: #ea3b3b;
}

.t-xs {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.t-xs .str {
  color: #ea3b3b;
}

.t-sm {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.t-sm .str {
  color: #ea3b3b;
}

.t-md {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.t-md .str {
  color: #ea3b3b;
}

.t-lg {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.t-lg .str {
  color: #ea3b3b;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #101010;
}

button {
  border-style: none;
  cursor: pointer;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

hr {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus {
  outline-style: none;
  outline-width: 0px !important;
  outline-color: none !important;
}

::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
}

::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
}

:-moz-placeholder {
  font-family: "Open Sans", sans-serif;
}

:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
}

input {
  font-family: "Open Sans", sans-serif;
}

[data-stack] [data-item=hyphen] {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_form/_input-default/_img/_hyphen.png);
  background-repeat: no-repeat;
  background-position: right;
  margin-right: -14px;
}
[data-stack] [data-item=hyphen] .input-default {
  width: calc(100% - 14px);
}

@media (min-width: 0) and (max-width: 699px) {
  [data-wrapper] [data-item=header-bar] {
    border-right: 1px solid #cfcfcf;
  }
}

[data-stack] [data-item=checkbox-first] {
  margin-top: -3px;
}

[data-stack] [data-item=undrline-up] .header-main-nav .active {
  padding: 0 0 24px 0;
}

[data-wrapper] [data-item=header-first] {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  margin-top: 10px;
}
[data-wrapper] [data-item=header-second] {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  margin-top: -1px;
}
@media (min-width: 0) and (max-width: 1339px) {
  [data-wrapper] [data-item=header-second] {
    display: none;
  }
}

@media (min-width: 1020px) {
  [data-stack] [data-item=calculation-news] .calculation {
    padding-top: 13px;
    padding-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 1019px) {
  [data-stack] [data-item=calculation-news] {
    margin-bottom: 15px;
  }
}

@media (min-width: 1020px) {
  [data-stack] [data-item=dropdown-news] {
    margin-left: 20px;
  }
}

[data-stack] [data-item=data-news] .panel-date {
  margin-left: 0;
}

@media (min-width: 1020px) {
  [data-stack] [data-item=calculation-news-tags] .calculation {
    padding-top: 13px;
    padding-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 1019px) {
  [data-stack] [data-item=calculation-news-tags] {
    margin-bottom: 15px;
  }
}

@media (min-width: 1020px) {
  [data-stack] [data-item=dropdown-news-tags] {
    margin-left: 20px;
  }
}

[data-stack] [data-item=data-news-tags] .panel-date {
  margin-left: 0;
}

@media (max-width: 699px) {
  [data-stack] [data-item=wall-01-nav-news-page] {
    display: none;
  }
}
@media (min-width: 1340px) {
  [data-stack] [data-item=wall-02-nav-news-page] {
    display: none;
  }
}
[data-stack] [data-item=object-nav-news-page] {
  float: right;
}
@media (max-width: 1019px) {
  [data-stack] [data-item=object-nav-news-page] {
    float: left;
  }
}
[data-stack] [data-item=spacer-right-hide-nav-news-page] {
  float: right;
}
@media (max-width: 1019px) {
  [data-stack] [data-item=spacer-right-hide-nav-news-page] {
    float: left;
  }
}
@media (max-width: 699px) {
  [data-stack] [data-item=spacer-right-hide-nav-news-page] {
    display: none;
  }
}

[data-stack] [data-item=data-news-page] .panel-date {
  margin-left: 0;
}

[data-stack] [data-item=price-neighbors-market-page] {
  text-align: right;
}
@media (max-width: 1019px) {
  [data-stack] [data-item=price-neighbors-market-page] {
    text-align: left;
  }
}

@media (max-width: 699px) {
  [data-stack] [data-item=wall-01-nav-neighbors-market-page] {
    display: none;
  }
}
@media (min-width: 1340px) {
  [data-stack] [data-item=wall-02-nav-neighbors-market-page] {
    display: none;
  }
}
[data-stack] [data-item=object-nav-neighbors-market-page] {
  float: right;
}
@media (max-width: 1019px) {
  [data-stack] [data-item=object-nav-neighbors-market-page] {
    float: left;
  }
}
[data-stack] [data-item=spacer-right-hide-nav-neighbors-market-page] {
  float: right;
}
[data-stack] [data-item=spacer-left-hide-nav-neighbors-market-page] {
  float: left;
}
@media (max-width: 1019px) {
  [data-stack] [data-item=spacer-right-hide-nav-neighbors-market-page] {
    float: left;
  }
}
@media (max-width: 699px) {
  [data-stack] [data-item=spacer-left-hide-nav-neighbors-market-page],
[data-stack] [data-item=spacer-right-hide-nav-neighbors-market-page] {
    display: none;
  }
}

@media (max-width: 699px) {
  [data-stack] [data-item=wall-01-nav-neighbors-communion-page] {
    display: none;
  }
}
@media (min-width: 1340px) {
  [data-stack] [data-item=wall-02-nav-neighbors-communion-page] {
    display: none;
  }
}
[data-stack] [data-item=object-nav-neighbors-communion-page] {
  float: right;
}
@media (max-width: 1019px) {
  [data-stack] [data-item=object-nav-neighbors-communion-page] {
    float: left;
  }
}
[data-stack] [data-item=spacer-right-hide-nav-neighbors-communion-page] {
  float: right;
}
[data-stack] [data-item=spacer-left-hide-nav-neighbors-communion-page] {
  float: left;
}
@media (max-width: 1019px) {
  [data-stack] [data-item=spacer-right-hide-nav-neighbors-communion-page] {
    float: left;
  }
}
@media (max-width: 699px) {
  [data-stack] [data-item=spacer-left-hide-nav-neighbors-communion-page],
[data-stack] [data-item=spacer-right-hide-nav-neighbors-communion-page] {
    display: none;
  }
}

[data-stack] [data-item=single-tab-menu-full] .search-menu-full {
  margin-top: -20px;
}
[data-stack] [data-item=single-tab-menu-full] .search-menu-full .wall {
  margin-top: -1px;
}
@media (min-width: 0) and (max-width: 1019px) {
  [data-stack] [data-item=single-tab-menu-full] {
    display: none;
  }
  [data-stack] [data-item=input-search] {
    margin-bottom: 20px;
  }
}
@media (min-width: 0) and (max-width: 1339px) {
  [data-stack] [data-item=single-tab-menu-full] .search-menu-full .sub .item-l-hide {
    display: none;
  }
}
@media (min-width: 1340px) {
  [data-stack] [data-item=single-tab-menu-full] .search-menu-full .sub .item-x-hide {
    display: none;
  }
}
@media (min-width: 1019px) {
  [data-stack] [data-item=search-tab-short] {
    display: none;
  }
}

@media (max-width: 699px) {
  [data-stack] [data-item=wall-01-nav-expert-articles-page] {
    display: none;
  }
}
@media (min-width: 1340px) {
  [data-stack] [data-item=wall-02-nav-expert-articles-page] {
    display: none;
  }
}
[data-stack] [data-item=object-nav-expert-articles-page] {
  float: right;
}
@media (max-width: 1019px) {
  [data-stack] [data-item=object-nav-expert-articles-page] {
    float: left;
  }
}
[data-stack] [data-item=spacer-right-hide-nav-expert-articles-page] {
  float: right;
}
[data-stack] [data-item=spacer-left-hide-nav-expert-articles-page] {
  float: left;
}
@media (max-width: 1019px) {
  [data-stack] [data-item=spacer-right-hide-nav-expert-articles-page] {
    float: left;
  }
}
@media (max-width: 699px) {
  [data-stack] [data-item=spacer-left-hide-nav-expert-articles-page],
[data-stack] [data-item=spacer-right-hide-nav-expert-articles-page] {
    display: none;
  }
}

[data-wrapper] [data-item=header-first-map-market] {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  margin-top: 10px;
}
@media (max-width: 1019px) {
  [data-wrapper] [data-item=header-first-map-market] {
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.12);
  }
}

[data-wrapper] [data-item=wrapper-nav-map-neighbors-market] {
  background-color: #f4f4f4;
  padding-top: 20px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1019px) {
  [data-wrapper] [data-item=wrapper-nav-map-neighbors-market] {
    display: none;
  }
}

@media (min-width: 1020px) {
  [data-stack] [data-item=more-map-new-market],
[data-stack] [data-item=more-module-map-market] {
    display: none;
  }
  [data-stack] [data-item=dropdown-01-map-market] {
    margin-left: 20px;
  }
}
@media (max-width: 1020px) {
  [data-stack] [data-item=tab-01-map-market],
[data-stack] [data-item=dropdown-01-map-market],
[data-stack] [data-item=view-01-map-market] {
    display: none;
  }
}
@media (min-width: 1020px) and (max-width: 1339px) {
  [data-stack] [data-item=tab-01-map-market] .tab-market .item {
    width: auto;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  [data-stack] [data-item=view-02-map-market] .tab-view-map .item {
    width: calc(50% + 0.5px);
    margin: 0 -1px 0 0;
  }
  [data-stack] [data-item=view-02-map-market] .tab-view-map .item .tile {
    width: auto;
  }
  [data-stack] [data-item=view-02-map-market] .tab-view-map .item .list {
    width: auto;
  }
}

[data-wrapper] [data-item=header-first-map-neighbors-communion] {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  margin-top: 10px;
}
@media (max-width: 1019px) {
  [data-wrapper] [data-item=header-first-map-neighbors-communion] {
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.12);
  }
}

[data-wrapper] [data-item=wrapper-nav-map-neighbors-communion] {
  background-color: #f4f4f4;
  padding-top: 20px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1019px) {
  [data-wrapper] [data-item=wrapper-nav-map-neighbors-communion] {
    display: none;
  }
}

@media (min-width: 1020px) {
  [data-stack] [data-item=more-map-new-communion],
[data-stack] [data-item=more-module-map-communion] {
    display: none;
  }
  [data-stack] [data-item=dropdown-02-map-communion] {
    margin-left: 20px;
  }
}
@media (max-width: 1020px) {
  [data-stack] [data-item=dropdown-01-map-communion],
[data-stack] [data-item=dropdown-02-map-communion],
[data-stack] [data-item=view-01-map-communion] {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  [data-stack] [data-item=view-02-map-communion] .tab-view-map .item {
    width: calc(50% + 0.5px);
    margin: 0 -1px 0 0;
  }
  [data-stack] [data-item=view-02-map-communion] .tab-view-map .item .tile {
    width: auto;
  }
  [data-stack] [data-item=view-02-map-communion] .tab-view-map .item .list {
    width: auto;
  }
}

[data-wrapper] [data-item=header-first-map-old-buildings] {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  margin-top: 10px;
}
@media (max-width: 1019px) {
  [data-wrapper] [data-item=header-first-map-old-buildings] {
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.12);
  }
}

[data-wrapper] [data-item=wrapper-nav-map-old-buildings] {
  background-color: #f4f4f4;
  padding-top: 20px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1019px) {
  [data-wrapper] [data-item=wrapper-nav-map-old-buildings] {
    display: none;
  }
}

[data-stack] [data-item=more-map-old-buildings] {
  margin-left: 20px;
}
@media (min-width: 0) and (max-width: 1339px) {
  [data-stack] [data-item=tab-01-map-old-buildings] .tab-old-building .item {
    width: auto;
  }
}
@media (min-width: 0) and (max-width: 1019px) {
  [data-stack] [data-item=more-map-old-buildings] {
    margin-left: 0;
  }
  [data-stack] [data-item=tab-01-map-old-buildings] {
    display: none;
  }
  [data-stack] [data-item=view-01-map-old-buildings] {
    display: none;
  }
}
@media (min-width: 1020px) {
  [data-stack] [data-item=view-02-map-old-buildings] {
    display: none;
  }
  [data-stack] [data-item=tab-02-map-old-buildings] {
    display: none;
  }
  [data-stack] [data-item=more-module-map-old-buildings] .wall {
    height: 0px;
    margin-top: -22px;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  [data-stack] [data-item=view-02-map-old-buildings] .tab-view-map .item {
    width: calc(50% + 0.5px);
    margin: 0 -1px 0 0;
  }
  [data-stack] [data-item=view-02-map-old-buildings] .tab-view-map .item .tile {
    width: auto;
  }
  [data-stack] [data-item=view-02-map-old-buildings] .tab-view-map .item .list {
    width: auto;
  }
}

[data-wrapper] [data-item=header-first-map-new-buildings] {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  margin-top: 10px;
}
@media (max-width: 1019px) {
  [data-wrapper] [data-item=header-first-map-new-buildings] {
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.12);
  }
}

[data-wrapper] [data-item=wrapper-nav-map-new-buildings] {
  background-color: #f4f4f4;
  padding-top: 20px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1019px) {
  [data-wrapper] [data-item=wrapper-nav-map-new-buildings] {
    display: none;
  }
}

[data-stack] [data-item=more-map-new-buildings] {
  margin-left: 20px;
}
@media (min-width: 0) and (max-width: 1339px) {
  [data-stack] [data-item=tab-map-new-buildings] .tab-new-building .item {
    width: auto;
  }
}
@media (min-width: 0) and (max-width: 1019px) {
  [data-stack] [data-item=more-map-new-buildings] {
    margin-left: 0;
  }
  [data-stack] [data-item=tab-01-map-new-buildings] {
    display: none;
  }
  [data-stack] [data-item=view-01-map-new-buildings] {
    display: none;
  }
}
@media (min-width: 1020px) {
  [data-stack] [data-item=view-02-map-new-buildings] {
    display: none;
  }
  [data-stack] [data-item=tab-02-map-new-buildings] {
    display: none;
  }
  [data-stack] [data-item=more-module-map-new-buildings] .wall {
    height: 0px;
    margin-top: -22px;
  }
}
@media (min-width: 1020px) and (max-width: 1339px) {
  [data-stack] [data-item=tab-01-map-new-buildings] .tab-new-building .item {
    width: auto;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  [data-stack] [data-item=view-02-map-new-buildings] .tab-view-map .item {
    width: calc(50% + 0.5px);
    margin: 0 -1px 0 0;
  }
  [data-stack] [data-item=view-02-map-new-buildings] .tab-view-map .item .tile {
    width: auto;
  }
  [data-stack] [data-item=view-02-map-new-buildings] .tab-view-map .item .list {
    width: auto;
  }
}

@media (min-width: 1340px) {
  [data-stack] [data-item=dropdown-market] {
    margin-left: 20px;
  }
}
@media (min-width: 699px) {
  [data-stack] [data-item=view-01-market] {
    display: none;
  }
}
@media (max-width: 699px) {
  [data-stack] [data-item=view-02-market] {
    display: none;
  }
}

@media (min-width: 1019px) {
  [data-stack] [data-item=view-01-neighbors-communion] {
    display: none;
  }
}
@media (max-width: 1019px) {
  [data-stack] [data-item=view-01-neighbors-communion] .tab-view-map .item {
    width: calc(50% + 0.5px);
    margin: 0 -1px 0 0;
  }
  [data-stack] [data-item=view-02-neighbors-communion] {
    display: none;
  }
}
@media (min-width: 1340px) {
  [data-stack] [data-item=dropdown-02-neighbors-communion],
[data-stack] [data-item=dropdown-03-neighbors-communion],
[data-stack] [data-item=dropdown-04-neighbors-communion],
[data-stack] [data-item=dropdown-05-neighbors-communion] {
    margin-left: 20px;
    float: left;
  }
  [data-stack] [data-item=dropdown-01-neighbors-communion] {
    float: left;
  }
}
@media (max-width: 1339px) {
  [data-stack] [data-item=dropdown-01-neighbors-communion],
[data-stack] [data-item=dropdown-02-neighbors-communion],
[data-stack] [data-item=dropdown-03-neighbors-communion],
[data-stack] [data-item=dropdown-04-neighbors-communion] {
    margin-left: 20px;
    float: left;
    width: calc(24.999% - 15px);
  }
  [data-stack] [data-item=dropdown-04-neighbors-communion] {
    float: left;
  }
  [data-stack] [data-item=dropdown-05-neighbors-communion] {
    float: left;
    width: calc(24.999% - 15px);
  }
  [data-stack] [data-item=dropdown-01-neighbors-communion] {
    margin-left: 0;
  }
}
@media (max-width: 1019px) {
  [data-stack] [data-item=dropdown-01-neighbors-communion],
[data-stack] [data-item=dropdown-02-neighbors-communion],
[data-stack] [data-item=dropdown-03-neighbors-communion],
[data-stack] [data-item=dropdown-04-neighbors-communion],
[data-stack] [data-item=dropdown-05-neighbors-communion] {
    margin-left: 0;
    float: left;
    width: calc(50% - 10px);
  }
  [data-stack] [data-item=dropdown-02-neighbors-communion],
[data-stack] [data-item=dropdown-04-neighbors-communion] {
    margin-left: 20px;
  }
}
@media (max-width: 699px) {
  [data-stack] [data-item=dropdown-01-neighbors-communion],
[data-stack] [data-item=dropdown-02-neighbors-communion],
[data-stack] [data-item=dropdown-03-neighbors-communion],
[data-stack] [data-item=dropdown-04-neighbors-communion],
[data-stack] [data-item=dropdown-05-neighbors-communion] {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  [data-stack] [data-item=dropdown-01-neighbors-communion] .list-default,
[data-stack] [data-item=dropdown-02-neighbors-communion] .list-default,
[data-stack] [data-item=dropdown-03-neighbors-communion] .list-default,
[data-stack] [data-item=dropdown-04-neighbors-communion] .list-default,
[data-stack] [data-item=dropdown-05-neighbors-communion] .list-default {
    width: auto;
    max-width: none;
  }
}

@media (min-width: 1340px) {
  [data-stack] [data-item=dropdown-expert-articles] {
    margin-left: 20px;
  }
}

@media (max-width: 699px) {
  [data-stack] [data-item=wall-01-nav-experts-question-page] {
    display: none;
  }
}
@media (min-width: 1340px) {
  [data-stack] [data-item=wall-02-nav-experts-question-page] {
    display: none;
  }
}
[data-stack] [data-item=object-nav-experts-question-page] {
  float: right;
}
@media (max-width: 1019px) {
  [data-stack] [data-item=object-nav-experts-question-page] {
    float: left;
  }
}
[data-stack] [data-item=spacer-right-hide-nav-experts-question-page] {
  float: right;
}
[data-stack] [data-item=spacer-left-hide-nav-experts-question-page] {
  float: left;
}
@media (max-width: 1019px) {
  [data-stack] [data-item=spacer-right-hide-nav-experts-question-page] {
    float: left;
  }
}
@media (max-width: 699px) {
  [data-stack] [data-item=spacer-left-hide-nav-experts-question-page],
[data-stack] [data-item=spacer-right-hide-nav-experts-question-page] {
    display: none;
  }
}

@media (min-width: 1020px) {
  [data-stack] [data-item=dropdown-experts-questions] {
    margin-left: 20px;
    margin-right: 20px;
  }
}

[data-stack] [data-item=search-experts] {
  margin-left: 20px;
}
@media (min-width: 0) and (max-width: 1339px) {
  [data-stack] [data-item=search-experts] {
    margin-left: 0;
  }
}
[data-stack] [data-item=dropdown-experts] {
  margin-left: 20px;
}
@media (min-width: 1020px) {
  [data-stack] [data-item=dropdown-experts] {
    margin-left: 20px;
    float: left;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  [data-stack] [data-item=dropdown-experts] {
    margin-left: 0;
    float: right;
  }
}
@media (max-width: 699px) {
  [data-stack] [data-item=dropdown-experts] {
    margin-left: 0;
  }
}

@media (min-width: 699px) and (max-width: 1019px) {
  [data-stack] [data-item=add-group-old-buildings] {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 1020px) {
  [data-stack] [data-item=add-group-old-buildings] {
    float: right;
    margin-left: 20px;
  }
}

[data-stack] [data-item=dropdown-old-buildings],
[data-stack] [data-item=more-old-buildings] {
  margin-left: 20px;
}
[data-stack] [data-item=view-01-old-buildings] {
  display: none;
}
@media (min-width: 0) and (max-width: 1339px) {
  [data-stack] [data-item=dropdown-old-buildings] {
    margin-left: 0;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  [data-stack] [data-item=more-old-buildings] {
    margin-left: 0;
  }
  [data-stack] [data-item=view-01-old-buildings] {
    display: block;
  }
  [data-stack] [data-item=view-02-old-buildings] {
    display: none;
  }
}

[data-stack] [data-item=dropdown-new-buildings],
[data-stack] [data-item=more-new-buildings] {
  margin-left: 20px;
}
[data-stack] [data-item=view-01-new-buildings] {
  display: none;
}
@media (min-width: 0) and (max-width: 1339px) {
  [data-stack] [data-item=dropdown-new-buildings] {
    margin-left: 0;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  [data-stack] [data-item=more-new-buildings] {
    margin-left: 0;
  }
  [data-stack] [data-item=view-01-new-buildings] {
    display: block;
  }
  [data-stack] [data-item=view-02-new-buildings] {
    display: none;
  }
}

[data-stack] [data-item=hide-btn-ratings] .header-sub-menu .btn {
  display: none;
}
@media (min-width: 0) and (max-width: 1339px) {
  [data-stack] [data-item=hide-btn-ratings] .header-sub-menu {
    display: none;
  }
}

[data-stack] [data-item=top-text-ratings] p {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1020px) {
  [data-stack] [data-item=calculation-ratings] .calculation {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 1019px) {
  [data-stack] [data-item=calculation-ratings] {
    margin-bottom: 15px;
  }
}

[data-item=exit-users] h1 {
  text-align: right;
}
[data-item=exit-users] h1 a {
  color: #2ea0e9;
  transition: color 200ms;
}
[data-item=exit-users] h1 a:hover {
  color: #14a790;
}

@media (min-width: 0) and (max-width: 1019px) {
  [data-item=exit-users] h1 {
    text-align: left;
    font-size: 16px;
  }
}
[data-item=single-user-menu-full] .user-menu-full .wall {
  margin-top: -1px;
}
[data-item=single-user-menu-full] .user-menu-full .sub {
  display: none;
}

[data-item=double-user-menu-full] .user-menu-full .wall {
  display: none;
}

@media (min-width: 0) and (max-width: 1019px) {
  [data-item=double-user-menu-full],
[data-item=single-user-menu-full] {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 1339px) {
  [data-item=double-user-menu-full] .user-menu-full .sub .item-l-hide {
    display: none;
  }
}
@media (min-width: 1340px) {
  [data-item=double-user-menu-full] .user-menu-full .sub .item-x-hide {
    display: none;
  }
}
@media (min-width: 1019px) {
  [data-item=user-menu-short] {
    display: none;
  }
}
@media (min-width: 1019px) {
  [data-item=user-add-button] {
    margin-right: 20px;
  }

  [data-item=user-wall] {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 1019px) {
  [data-item=user-view-tab] .tab-view {
    display: block;
  }
}

[data-item=user-edit-birth] .button-dropdown .button .name {
  max-width: 100px;
}

[data-item=price-margin] {
  margin-top: 10px;
}

[data-item=user-panel-ambassador-item] {
  width: calc(100% - 83px);
}
[data-item=user-panel-ambassador-item] .user-ambassador {
  border-right: 0;
  background-position: 12px center;
}
[data-item=user-panel-ambassador-item] .user-ambassador .dummy {
  visibility: visible;
  width: auto;
  padding-left: 45px;
  padding-top: 14px;
  font-size: 13px;
  color: #575757;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[data-item=user-panel-expert-item] {
  height: 145px;
}

[data-stack] [data-item=single-search-menu-full] .search-menu-full .wall {
  margin-top: -1px;
}
@media (min-width: 0) and (max-width: 1019px) {
  [data-stack] [data-item=single-search-menu-full] {
    display: none;
  }
  [data-stack] [data-item=input-search] {
    margin-bottom: 20px;
  }
}
@media (min-width: 0) and (max-width: 1339px) {
  [data-stack] [data-item=single-search-menu-full] .search-menu-full .sub .item-l-hide {
    display: none;
  }
}
@media (min-width: 1340px) {
  [data-stack] [data-item=single-search-menu-full] .search-menu-full .sub .item-x-hide {
    display: none;
  }
}
@media (min-width: 1019px) {
  [data-stack] [data-item=search-menu-short] {
    display: none;
  }
}

[data-wrapper] [data-item=user-profile-wrapper] {
  margin-bottom: 20px;
}
@media (min-width: 0) and (max-width: 1019px) {
  [data-wrapper] [data-item=user-profile-wrapper] {
    margin-bottom: 60px;
  }
}

[data-stack] [data-item=user-panel-item-margin] {
  margin-left: -1px;
}
@media (min-width: 1340px) {
  [data-stack] [data-item=user-profile-settings] p, [data-stack] [data-item=user-profile-settings] ul {
    max-width: 90%;
  }
}
@media (min-width: 699px) {
  [data-stack] [data-item=user-profile-settings] .button-add-two .item {
    width: 80%;
  }
  [data-stack] [data-item=user-profile-settings] .wall {
    width: 80%;
  }
}
[data-stack] [data-item=user-profile-settings] ul li {
  font-size: 16px;
  line-height: 26px;
}
[data-stack] [data-item=user-profile-settings] p {
  font-size: 16px;
  line-height: 26px;
}
[data-stack] [data-item=user-profile-settings] a {
  color: #2ea0e9;
  transition: color 200ms;
}
[data-stack] [data-item=user-profile-settings] a:hover {
  color: #0e80c9;
}

[data-stack] [data-item=index-menu-full] .index-menu-full .wall {
  margin-top: -1px;
}
[data-stack] [data-item=index-map] .map-mini {
  height: 400px;
}
[data-stack] [data-item=index-wall] .wall {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_wall/_img/_dot.png);
  opacity: 0.9;
}
@media (min-width: 0) and (max-width: 699px) {
  [data-stack] [data-item=index-menu-full] {
    display: none;
  }
}
@media (min-width: 700px) {
  [data-stack] [data-item=index-menu-short] {
    display: none;
  }
}

[data-stack] [data-item=rating-index] {
  border-bottom: 1px solid #cfcfcf;
}

[data-wrapper] [data-item=base-info-inner-buildings] {
  background-color: #f4f4f4;
  border-bottom: 1px solid #cfcfcf;
  padding-top: 30px;
}

[data-stack] [data-item=left-info-inner-buildings] {
  font-size: 16px;
}
[data-stack] [data-item=left-info-inner-buildings] .rating {
  background-color: #f9cb00;
  padding: 0 4px 0 4px;
}
[data-stack] [data-item=right-info-inner-buildings] {
  font-size: 16px;
  text-align: right;
}
[data-stack] [data-item=price-inner-buildings] {
  text-align: right;
}
@media (max-width: 1019px) {
  [data-stack] [data-item=left-info-inner-buildings] {
    font-size: 14px;
  }
  [data-stack] [data-item=right-info-inner-buildings] {
    text-align: left;
    font-size: 14px;
  }
  [data-stack] [data-item=price-inner-buildings] {
    text-align: left;
  }
  [data-stack] [data-item=price-inner-buildings] h1 {
    font-size: 24px;
  }
}

@media (max-width: 699px) {
  [data-stack] [data-item=wall-01-inner-buildings] {
    display: none;
  }
}
@media (min-width: 1340px) {
  [data-stack] [data-item=wall-02-inner-buildings] {
    display: none;
  }
}
[data-stack] [data-item=spacer-left-hide-inner-buildings] {
  float: left;
}
[data-stack] [data-item=spacer-right-hide-inner-buildings] {
  float: right;
}
@media (max-width: 699px) {
  [data-stack] [data-item=spacer-left-hide-inner-buildings],
[data-stack] [data-item=spacer-right-hide-inner-buildings] {
    display: none;
  }
}
@media (max-width: 1019px) {
  [data-stack] [data-item=spacer-right-hide-inner-buildings] {
    float: left;
  }
}
[data-stack] [data-item=object-nav-inner-buildings] {
  float: right;
}
@media (max-width: 699px) {
  [data-stack] [data-item=object-nav-inner-buildings] .discussion-object .title .info,
[data-stack] [data-item=object-nav-inner-buildings] .people-object .title .info {
    display: none;
  }
}
@media (max-width: 1019px) {
  [data-stack] [data-item=object-nav-inner-buildings] {
    float: left;
  }
}

[data-stack] [data-item=city-inner-buildings] h3 {
  padding-left: 30px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_address.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 16px 70%;
}
[data-stack] [data-item=metro-inner-buildings] h3 {
  padding-left: 30px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_station-red.svg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 11px 50%;
}
[data-stack] [data-item=phone-inner-buildings] h3 {
  padding-left: 30px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_phone.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 20px 80%;
}
[data-stack] [data-item=bottom-info-inner-buildings] p {
  font-size: 14px;
  padding-left: 30px;
  line-height: 20px;
}
[data-stack] [data-item=bottom-info-inner-buildings] a {
  color: #2ea0e9;
}
[data-stack] [data-item=bottom-info-inner-buildings] a:hover {
  color: #0e80c9;
}
[data-stack] [data-item=map-inner-buildings] .more {
  margin-left: 30px;
}
[data-stack] [data-item=text-inner-buildings] p {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1020px) {
  [data-stack] [data-item=more-inner-buildings] {
    margin-left: 20px;
  }
}

@media (min-width: 1340px) {
  [data-stack] [data-item=spec-left-inner-buildings] {
    margin-right: 40px;
  }
  [data-stack] [data-item=spec-right-inner-buildings] {
    margin-left: 40px;
  }
}

.adv-branding {
  position: relative;
  padding: 120px 0 0 0;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-branding/_img/_bg.png);
  background-attachment: fixed;
}
.adv-branding .top-banner {
  position: absolute;
  width: 100%;
  height: 120px;
  background-color: #ea3b3b;
  top: 0;
  opacity: 0.5;
  display: block;
}
.adv-branding .left-banner {
  position: fixed;
  width: calc(100% - 1630px);
  height: 100%;
  background-color: #ea3b3b;
  top: 120px;
  opacity: 0.5;
  display: block;
}
.adv-branding .right-banner {
  position: fixed;
  width: calc(100% - 1630px);
  height: 100%;
  background-color: #ea3b3b;
  top: 120px;
  right: 0;
  opacity: 0.5;
  display: block;
}
.adv-branding .content-branding {
  margin: auto;
  max-width: 1340px;
  background-color: #ffffff;
}

@media (min-width: 1020px) and (max-width: 1339px) {
  .adv-branding .content-branding {
    max-width: 1020px;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .adv-branding .content-branding {
    max-width: 700px;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .adv-branding .content-branding {
    max-width: 420px;
  }
}
.adv-header-top {
  width: 100%;
  height: 100px;
  padding: 10px 10px 0 10px;
}
.adv-header-top .content {
  background: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-top/_img/_info.png), url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-top/_img/_toner.png), url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-top/_img/_bg.jpg);
  background-position: center;
  background-size: contain, cover, cover;
  background-repeat: no-repeat;
  height: 100%;
}

.adv-header-top-rashlop {
  width: 100%;
  padding: 10px 10px 0 10px;
}
.adv-header-top-rashlop .content {
  width: 100%;
  height: 90px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-top-rashlop/_img/sprite.jpg);
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-color: #2fac24;
  margin: auto;
  cursor: pointer;
  -webkit-transition-property: height, background-position;
  -moz-transition-property: height, background-position;
  -o-transition-property: height, background-position;
  transition-property: height, background-position;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.adv-header-top-100x250 {
  width: 100%;
  height: 250px;
  padding: 10px 10px 0 10px;
}
.adv-header-top-100x250 .content {
  background: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-top/_img/_info.png), url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-top/_img/_toner.png), url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-top/_img/_bg.jpg);
  background-position: center;
  background-size: contain, cover, cover;
  background-repeat: no-repeat;
  height: 100%;
}

.adv-footer-bottom {
  width: 100%;
  height: 80px;
  position: fixed;
  bottom: 0;
  z-index: 99999999;
}
.adv-footer-bottom .close-adv {
  background: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-footer-bottom/_img/cross.svg);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-color: red;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 999999999;
}
.adv-footer-bottom .content {

  background-position: center;
  background-size: contain, cover, cover;
  background-repeat: no-repeat;
  height: 100%;
}

.adv-header-branding {
  width: 100%;
  padding: 225px 0 0 0;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-branding/_img/pattern.png), linear-gradient(to top, rgba(16, 16, 16, 0.7) 5%, rgba(16, 16, 16, 0) 90%), url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-branding/_img/bg.png);
  background-color: #101010;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  background-position: top, bottom, center;
  margin: -1px 0 0 0;
}
.adv-header-branding .caption {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(16, 16, 16, 0.3);
}
.adv-header-branding .panel {
  font-size: 0;
}
.adv-header-branding .panel .dropdown-button {
  display: inline-block;
}
.adv-header-branding .panel .dropdown-button .main {
  height: 48px;
  width: 200px;
  background-color: #ffffff;
  font-size: 14px;
  transition: background 200ms;
  text-align: left;
  border-right: 1px solid #bababa;
  padding: 0 20px 0 20px;
  border-radius: 3px 0 0 3px;
}
.adv-header-branding .panel .dropdown-button .main .inner {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-city/_img/_caret.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px 100%;
}
.adv-header-branding .panel .dropdown-button:hover .main {
  background-color: #f4f4f4;
}
.adv-header-branding .panel .input {
  width: calc(100% - 330px);
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 20px;
  color: #101010;
  border: 0;
  font-size: 14px;
  background-color: #ffffff;
  display: inline-block;
  transition: background 200ms;
}
.adv-header-branding .panel .input:hover {
  background-color: #f4f4f4;
}
.adv-header-branding .panel .button {
  height: 48px;
  width: 130px;
  color: #ffffff;
  background-color: #14a790;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
  transition: background 200ms;
}
.adv-header-branding .panel .button:hover {
  background-color: #2ea0e9;
}
.adv-header-branding .adv-message {
  color: #ffffff;
  font-size: 0;
  padding: 225px 0 0;
}
.adv-header-branding .adv-message .lable-special {
  font-size: 10px;
  background-color: #ea3b3b;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.adv-header-branding .adv-message .border {
  opacity: 0.4;
  border: none;
  height: 1px;
  color: #ffffff;
  background-color: #ffffff;
  margin: 0;
}
.adv-header-branding .adv-message .adv-banner {
  cursor: pointer;
}
.adv-header-branding .adv-message .adv-banner .adv-client .project {
  font-size: 18px;
  padding: 30px 0 1px 0;
  text-align: left;
  line-height: 28px;
}
.adv-header-branding .adv-message .adv-banner .adv-client .builder {
  font-size: 10px;
  line-height: 16px;
  text-align: left;
}
.adv-header-branding .adv-message .adv-banner .adv-text {
  font-size: 18px;
  padding: 30px 0 30px 0;
  text-align: left;
  line-height: 28px;
}
.adv-header-branding .adv-message .adv-banner .adv-link .see-more {
  font-size: 18px;
  color: #f9cb00;
  text-align: center;
  margin: 30px 0 30px 0;
  border-radius: 100px;
  cursor: pointer;
  text-align: right;
  transition: color 200ms;
  padding: 0 40px 0 0;
  line-height: 28px;
  max-width: 140px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-branding/_img/_arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 19px 99%;
}
.adv-header-branding .adv-message .adv-banner:hover .adv-link .see-more {
  color: #ffffff;
}

.adv-header-branding-ab-test {
  width: 100%;
  padding: 235px 0 0 0;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-branding/_img/pattern.png), linear-gradient(to top, rgba(16, 16, 16, 0.2) 5%, rgba(16, 16, 16, 0.2) 90%), url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-branding/_img/spb.jpg);
  background-color: #101010;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  background-position: 1px 1px, bottom, center;
  margin: -1px 0 0 0;
  background-attachment: fixed;
}
.adv-header-branding-ab-test .caption {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(16, 16, 16, 0.5);
}
.adv-header-branding-ab-test .caption a {
  text-decoration: underline;
}
.adv-header-branding-ab-test .caption a:hover {
  text-decoration: none;
}
.adv-header-branding-ab-test .lead-text {
  color: white;
  margin-bottom: 30px;
  text-shadow: 0 2px 4px rgba(16, 16, 16, 0.5);
}
.adv-header-branding-ab-test .panel {
  font-size: 0;
}
.adv-header-branding-ab-test .panel .dropdown-button {
  display: inline-block;
}
.adv-header-branding-ab-test .panel .dropdown-button .main {
  height: 48px;
  width: 200px;
  background-color: #ffffff;
  font-size: 14px;
  transition: background 200ms;
  text-align: left;
  border-right: 1px solid #bababa;
  padding: 0 20px 0 20px;
  border-radius: 3px 0 0 3px;
}
.adv-header-branding-ab-test .panel .dropdown-button .main .inner {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-city/_img/_caret.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px 100%;
}
.adv-header-branding-ab-test .panel .dropdown-button:hover .main {
  background-color: #f4f4f4;
}
.adv-header-branding-ab-test .panel .input {
  width: calc(100% - 330px);
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 20px;
  color: #101010;
  border: 0;
  font-size: 14px;
  background-color: #ffffff;
  display: inline-block;
  transition: background 200ms;
}
.adv-header-branding-ab-test .panel .input:hover {
  background-color: #f4f4f4;
}
.adv-header-branding-ab-test .panel .button {
  height: 48px;
  width: 130px;
  color: #ffffff;
  background-color: #14a790;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
  transition: background 200ms;
}
.adv-header-branding-ab-test .panel .button:hover {
  background-color: #2ea0e9;
}
.adv-header-branding-ab-test .adv-message {
  color: #ffffff;
  font-size: 0;
  padding: 232px 0 0;
}
.adv-header-branding-ab-test .adv-message .lable-special {
  font-size: 10px;
  background-color: #ea3b3b;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.adv-header-branding-ab-test .adv-message .border {
  opacity: 0.4;
  border: none;
  height: 1px;
  color: #ffffff;
  background-color: #ffffff;
  margin: 0;
}
.adv-header-branding-ab-test .adv-message .adv-banner {
  cursor: pointer;
}
.adv-header-branding-ab-test .adv-message .adv-banner .adv-client .project {
  font-size: 18px;
  padding: 30px 0 1px 0;
  text-align: left;
  line-height: 28px;
}
.adv-header-branding-ab-test .adv-message .adv-banner .adv-client .builder {
  font-size: 10px;
  line-height: 16px;
  text-align: left;
}
.adv-header-branding-ab-test .adv-message .adv-banner .adv-text {
  font-size: 18px;
  padding: 30px 0 30px 0;
  text-align: left;
  line-height: 28px;
}
.adv-header-branding-ab-test .adv-message .adv-banner .adv-link .see-more {
  font-size: 18px;
  color: #f9cb00;
  text-align: center;
  margin: 30px 0 30px 0;
  border-radius: 100px;
  cursor: pointer;
  text-align: right;
  transition: color 200ms;
  padding: 0 40px 0 0;
  line-height: 28px;
  max-width: 140px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-branding/_img/_arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 19px 99%;
}
.adv-header-branding-ab-test .adv-message .adv-banner:hover .adv-link .see-more {
  color: #ffffff;
}

.active-header-adv-button .list-default {
  display: block;
}

@media (min-width: 0) and (max-width: 1019px) {
  .adv-header-branding {
    padding: 125px 0 0 0;
    background-image: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-branding/_img/pattern.png), linear-gradient(to top, rgba(16, 16, 16, 0.6) 45%, rgba(16, 16, 16, 0) 95%), url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-header-branding/_img/bg.png);
  }
  .adv-header-branding .panel .dropdown-button {
    display: block;
  }
  .adv-header-branding .panel .dropdown-button .main {
    width: 100%;
    border-right: 0px solid #bababa;
    border-bottom: 1px solid #bababa;
    border-radius: 3px 3px 0 0;
    height: 55px;
  }
  .adv-header-branding .panel .input {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
  }
  .adv-header-branding .panel .button {
    display: block;
    width: 100%;
    border-radius: 0 0 3px 3px;
    height: 55px;
  }
  .adv-header-branding .adv-message {
    padding: 125px 0 0 0;
  }
  .adv-header-branding .adv-message .adv-banner .adv-text {
    text-align: left;
    padding: 0;
  }
  .adv-header-branding .adv-message .adv-banner .adv-link .see-more {
    text-align: left;
    margin: 30px 0 30px 0;
  }
  .adv-header-branding .adv-message .adv-banner .adv-client .builder {
    padding: 0 0 30px 0;
  }

  .adv-header-branding-ab-test {
    padding: 125px 0 0 0;
    background-position: top, bottom, center;
  }
  .adv-header-branding-ab-test .panel .dropdown-button {
    display: block;
  }
  .adv-header-branding-ab-test .panel .dropdown-button .main {
    width: 100%;
    border-right: 0px solid #bababa;
    border-bottom: 1px solid #bababa;
    border-radius: 3px 3px 0 0;
    height: 55px;
  }
  .adv-header-branding-ab-test .panel .input {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
  }
  .adv-header-branding-ab-test .panel .button {
    display: block;
    width: 100%;
    border-radius: 0 0 3px 3px;
    height: 55px;
  }
  .adv-header-branding-ab-test .adv-message {
    padding: 125px 0 0 0;
  }
  .adv-header-branding-ab-test .adv-message .adv-banner .adv-text {
    text-align: left;
    padding: 0;
  }
  .adv-header-branding-ab-test .adv-message .adv-banner .adv-link .see-more {
    text-align: left;
    margin: 30px 0 30px 0;
  }
  .adv-header-branding-ab-test .adv-message .adv-banner .adv-client .builder {
    padding: 0 0 30px 0;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .adv-header-branding,
.adv-header-branding-ab-test {
    padding: 85px 0 0 0;
  }
  .adv-header-branding .caption,
.adv-header-branding-ab-test .caption {
    font-size: 30px;
    line-height: 36px;
  }
  .adv-header-branding .adv-message,
.adv-header-branding-ab-test .adv-message {
    padding: 85px 0 0 0;
  }
}
.adv-240x400 {
  width: 100%;
  height: 460px;
  padding: 29px 29px 29px 29px;
  display: block;
  position: relative;
  background-color: #ffffff;
}
.adv-240x400 .border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #cfcfcf;
  transition: border 200ms;
  top: 0;
  left: 0;
}
.adv-240x400 .content {
  max-width: 240px;
  height: 100%;
  margin: auto;
  background: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-240x400/_img/_240x400.png);
  background-position: center;
  background-repeat: no-repeat;
}
.adv-240x400 .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: background 200ms;
  text-transform: uppercase;
}

.adv-240x400:hover .border {
  border: 4px solid #f9cb00;
}
.adv-240x400:hover .lable-adv {
  background-color: #f9cb00;
}

.adv-tgb-vertical {
  width: 100%;
  height: 460px;
  display: block;
  position: relative;
  background-color: #ffffff;
}
.adv-tgb-vertical .border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px solid #f9cb00;
  transition: border 200ms;
  top: 0;
  left: 0;
}
.adv-tgb-vertical .content {
  width: 100%;
  height: 100%;
  margin: auto;

  background-position: center;
  background-size: contain, cover, cover;
  background-repeat: no-repeat;
}
.adv-tgb-vertical .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: background 200ms;
  text-transform: uppercase;
}

.adv-tgb-vertical:hover .border {
  border: 4px solid #f9cb00;
}
.adv-tgb-vertical:hover .lable-adv {
  background-color: #f9cb00;
}

.adv-tgb-horizontal {
  width: 100%;
  height: 274px;
  display: block;
  position: relative;
  background-color: #ffffff;
}
.adv-tgb-horizontal .border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px solid #f9cb00;
  transition: border 200ms;
  top: 0;
  left: 0;
}
.adv-tgb-horizontal .content {
  width: 100%;
  height: 100%;
  margin: auto;

  background-position: center;
  background-size: contain, cover, cover;
  background-repeat: no-repeat;
}
.adv-tgb-horizontal .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: background 200ms;
  text-transform: uppercase;
}

.adv-tgb-horizontal:hover .border {
  border: 4px solid #f9cb00;
}
.adv-tgb-horizontal:hover .lable-adv {
  background-color: #f9cb00;
}

.adv-300x600 {
  width: 300px;
  height: 600px;
  background: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-300x600/_img/_300x600.png);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}

.adv-rich-media-n1 {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99999999;
  background-color: rgba(7, 7, 7, 0.7);
  overflow: hidden;
}
.adv-rich-media-n1 .content {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.adv-rich-media-n1 .content .close-adv {
  background: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-footer-bottom/_img/cross.svg);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-color: red;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 999999999;
}
.adv-rich-media-n1 .content .banner {

  background-position: center;
  background-size: contain, cover, cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media (min-width: 700px) {
  .adv-rich-media-n1 .content {
    width: 640px;
    height: 320px;
  }
}
@media (min-width: 1020px) {
  .adv-rich-media-n1 .content {
    width: 960px;
    height: 480px;
  }
}
@media (min-width: 1340px) {
  .adv-rich-media-n1 .content {
    width: 1280px;
    height: 640px;
  }
}
.adv-rich-media-n2 {
  width: 100%;
  height: 280px;
  position: fixed;
  bottom: 0;
  z-index: 99999999;
}
.adv-rich-media-n2 .close-adv {
  background: url(/bitrix/templates/vdolevke/ui/modules/_adv/_adv-footer-bottom/_img/cross.svg);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-color: red;
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 999999999;
}
.adv-rich-media-n2 .content {

  background-position: center;
  background-size: contain, cover, cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media (min-width: 700px) {
  .adv-rich-media-n2 {
    width: 340px;
    top: 25px;
    right: 25px;
  }
}
.header-burger-btn {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  background-color: #ffffff;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-burger-btn/_img/_burger.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  display: none;
  margin: 0 17px 0 0;
  transition: background-color 200ms;
}
.header-burger-btn .dummy {
  padding: 30px 0 30px 0;
  width: 74px;
  visibility: hidden;
  font-size: 14px;
}

.active-burger {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-burger-btn/_img/_cross.svg);
}

.header-burger-btn:hover {
  background-color: #f4f4f4;
}

@media (min-width: 0) and (max-width: 1339px) {
  .header-burger-btn {
    display: block;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .header-burger-btn {
    margin: 0 10px 0 0;
  }
  .header-burger-btn .dummy {
    padding: 18px 0 18px 0;
    width: 50px;
  }
}
.header-logo {
  margin: 0 17px 0 0;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-logo/_img/_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
}
.header-logo .dummy {
  padding: 30px 0 30px 0;
  width: 200px;
  visibility: hidden;
  font-size: 14px;
}

@media (min-width: 0) and (max-width: 1339px) {
  .header-logo {
    background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-logo-short/_img/_logo.svg);
    background-size: 35px;
  }
  .header-logo .dummy {
    width: 35px;
  }
}
.header-logo-short {
  margin: 0 17px 0 0;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-logo-short/_img/_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
}
.header-logo-short .dummy {
  padding: 30px 0 30px 0;
  width: 35px;
  visibility: hidden;
  font-size: 14px;
}

@media (min-width: 0) and (max-width: 699px) {
  .header-logo-short {
    background-size: 25px;
    margin: 0 10px 0 0;
  }
  .header-logo-short .dummy {
    padding: 18px 0 18px 0;
    width: 35px;
  }
}
.header-city {
  padding: 25px 0 25px 0;
  margin: 0 25px 0 0;
  border-right: 1px solid #cfcfcf;
}
.header-city .dropdown-button .name {
  font-size: 14px;
  padding: 5px 20px 5px 0;
  margin: 0 25px 0 0;
  max-width: 147px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-city/_img/_caret.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px 100%;
  cursor: pointer;
  transition: color 200ms;
}
.header-city .dropdown-button .name:hover {
  color: #575757;
}
.header-city .active-header-city .list-default {
  display: block;
}

@media (min-width: 700px) and (max-width: 1339px) {
  .header-city {
    border: 0;
  }
  .header-city .dropdown-button .name {
    max-width: 270px;
  }
  .header-city .active-header-city .list-default {
    left: 85px;
    width: calc(100% - 245px);
    margin: 35px 0 0 0;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .header-city {
    border: 0;
    margin: 0;
    padding: 13px 0 13px 0;
  }
  .header-city .dropdown-button .name {
    margin: 0;
    max-width: 135px;
  }
  .header-city .active-header-city .list-default {
    left: 85px;
    width: calc(100% - 95px);
    margin: 35px 0 0 0;
  }
}
@media (min-width: 0) and (max-width: 339px) {
  .header-city .dropdown-button .name {
    margin: 0;
    max-width: 125px;
  }
}
.header-main-nav {
  padding: 30px 0 30px 0;
  font-weight: 700;
  font-size: 0;
}
.header-main-nav .item {
  margin: 0 20px 0 0;
  font-size: 14px;
  transition: color 200ms;
}
.header-main-nav .item:hover {
  color: #2ea0e9;
}
.header-main-nav .active {
  padding: 0 0 25px 0;
  border-bottom: 4px solid #2ea0e9;
  color: #2ea0e9;
}

@media (min-width: 0) and (max-width: 1339px) {
  .header-main-nav {
    display: none;
  }
}
.header-map-nav {
  padding: 30px 0 30px 0;
  font-weight: 700;
  font-size: 0;
}
.header-map-nav .item {
  margin: 0 20px 0 0;
  font-size: 14px;
  transition: color 200ms;
}
.header-map-nav .item:hover {
  color: #2ea0e9;
}
.header-map-nav .active {
  padding: 0 0 25px 0;
  border-bottom: 4px solid #2ea0e9;
  color: #2ea0e9;
}

@media (min-width: 0) and (max-width: 1339px) {
  .header-map-nav {
    display: none;
  }
}
.header-ideas-nav {
  padding: 30px 0 30px 0;
  font-size: 0;
}
.header-ideas-nav .item-default {
  font-size: 14px;
  font-weight: 700;
  padding: 8px 14px 8px 14px;
  background-color: #f9cb00;
  transition: color 200ms, background 200ms;
}
.header-ideas-nav .item-default:hover {
  color: #f9cb00;
  background-color: #101010;
}

.header-currency {
  padding: 30px 0 30px 0;
  font-size: 0;
}
.header-currency .title {
  margin: 0 20px 0 0;
  font-weight: 600;
  font-size: 14px;
}
.header-currency .currency {
  margin: 0 20px 0 0;
  font-size: 14px;
}

@media (min-width: 0) and (max-width: 1339px) {
  .header-currency {
    display: none;
  }
}
.header-search {
  border-left: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-search/_img/_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  cursor: pointer;
  transition: background 200ms;
}
.header-search .dummy {
  padding: 30px 0 30px 0;
  width: 74px;
  visibility: hidden;
  font-size: 14px;
}

.header-search:hover {
  background-color: #f4f4f4;
}

@media (min-width: 0) and (max-width: 699px) {
  .header-search {
    display: none;
  }
}
.header-messages {
  border-left: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-messages/_img/_messages.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  position: relative;
  transition: background 200ms;
}
.header-messages .counter {
  position: absolute;
  border-radius: 100px;
  color: #ffffff;
  background-color: #ea3b3b;
  font-size: 10px;
  text-align: center;
  padding: 4px 0 4px 0;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}
.header-messages .dummy {
  padding: 30px 0 30px 0;
  width: 74px;
  visibility: hidden;
  font-size: 14px;
}

.header-messages:hover {
  background-color: #f4f4f4;
}

@media (min-width: 0) and (max-width: 1019px) {
  .header-messages {
    display: none;
  }
}
.header-actions {
  border-left: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-actions/_img/_actions.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  position: relative;
  transition: background 200ms;
}
.header-actions .counter {
  position: absolute;
  border-radius: 100px;
  color: #ffffff;
  background-color: #ea3b3b;
  font-size: 10px;
  text-align: center;
  padding: 4px 0 4px 0;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}
.header-actions .dummy {
  padding: 30px 0 30px 0;
  width: 74px;
  visibility: hidden;
  font-size: 14px;
}

.header-actions:hover {
  background-color: #f4f4f4;
}

@media (min-width: 0) and (max-width: 1019px) {
  .header-actions {
    display: none;
  }
}
.header-profile {
  font-size: 0;
}
.header-profile .pic {
  display: inline-block;
  border-left: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-profile/_img/_profile.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  transition: background 200ms;
}
.header-profile .pic .dummy {
  padding: 30px 0 30px 0;
  width: 74px;
  visibility: hidden;
  font-size: 14px;
}
.header-profile .name {
  display: inline-block;
  padding: 30px 0 30px 0;
  font-size: 14px;
  font-weight: 700;
  transition: color 200ms;
}

.header-profile:hover {
  color: #2ea0e9;
}

@media (min-width: 0) and (max-width: 699px) {
  .header-profile {
    display: block;
  }
  .header-profile .name {
    display: none;
  }
  .header-profile .pic .dummy {
    padding: 18px 0 18px 0;
    width: 50px;
  }
}
@media (min-width: 700px) and (max-width: 699px) {
  .header-profile {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 1339px) {
  .header-profile {
    border-right: 1px solid #cfcfcf;
  }
  .header-profile .name {
    display: none;
  }
  .header-profile .pic:hover {
    background-color: #f4f4f4;
  }
}
.header-burger {
  background-color: #f4f4f4;
  font-size: 14px;
  display: none;
  padding: 40px 0 40px 0;
  border-top: 1px solid #cfcfcf;
}
.header-burger .burger-item {
  padding: 30px 0px 30px 0px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  margin-top: -1px;
  cursor: pointer;
  transition: color 200ms;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.header-burger .default {
  color: #575757;
}
.header-burger .default .caret {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-burger/_img/_arrow.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px;
  padding: 0 10px 0 10px;
  margin: 0 15px 0 0;
}
.header-burger .burger-item:hover {
  color: #2ea0e9;
}

@media (min-width: 1340px) {
  .header-burger {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 0) and (max-width: 1339px) {
  .header-burger {
    margin: -1px 0 0 0;
  }
}
.header-sub-menu {
  background-color: #3f3f3f;
  color: #ffffff;
  margin: -1px 0 0 0;
  min-height: 1px;
  font-size: 0;
}
.header-sub-menu .item {
  margin: 0 20px 0 0;
  font-size: 14px;
  transition: color 200ms;
  float: left;
  padding: 25px 0 23px 0;
}
.header-sub-menu .item:hover {
  color: #0edf67;
}
.header-sub-menu .active {
  border-bottom: 4px solid #0edf67;
  margin: 0 20px 0 0;
}
.header-sub-menu .btn {
  margin: 16px 0 16px 0;
  font-size: 14px;
  transition: color 200ms, background 200ms;
  padding: 10px 18px 10px 18px;
  background-color: #f9cb00;
  color: #101010;
  border-radius: 3px;
  text-align: center;
  float: right;
}
.header-sub-menu .btn:hover {
  background-color: #0edf67;
}

@media (min-width: 0) and (max-width: 1339px) {
  .header-sub-menu .btn {
    width: 100%;
  }
}
.footer-metro {
  width: 100%;
  background-color: #f4f4f4;
  padding: 60px 0 60px 0;
}
.footer-metro .station {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 25px 0;
}
.footer-metro .station .name {
  color: #101010;
  font-size: 14px;
  line-height: 22px;
  transition: color 200ms;
}
.footer-metro .station .name:hover {
  color: #2ea0e9;
}

@media (min-width: 0) and (max-width: 699px) {
  .footer-metro {
    display: none;
  }
}
.seo {
  font-size: 12px;
  line-height: 18px;
  color: #575757;
}

footer {
  width: 100%;
  background-color: #3f3f3f;
  padding: 60px 0 60px 0;
}
footer .first-layer {
  padding: 0 0 25px 0;
}
footer .first-layer .wrapper {
  padding: 15px 0 15px 0;
  color: #cfcfcf;
}
footer .first-layer .wrapper .link {
  font-size: 14px;
  transition: color 200ms, background 200ms;
}
footer .first-layer .wrapper .link:hover {
  color: #f9cb00;
}
footer .first-layer .main-wrapper {
  border-bottom: 1px solid #575757;
  padding: 0 0 15px 0;
  color: #ffffff;
}
footer .first-layer .add-wrapper {
  padding: 15px 0 15px 0;
}
@media (max-width: 1339px) {
  footer .first-layer {
    padding: 0;
  }
  footer .first-layer .wrapper {
    border-bottom: 1px solid #575757;
    text-align: center;
    padding: 0;
    color: #ffffff;
  }
  footer .first-layer .wrapper .link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0 20px 0;
  }
  footer .first-layer .wrapper .link:hover {
    background-color: #575757;
    color: #ffffff;
  }
  footer .first-layer .wrapper:last-child {
    border: 0;
  }
  footer .first-layer .main-wrapper {
    border-top: 1px solid #575757;
    padding: 0;
  }
  footer .first-layer .add-wrapper {
    border-top: 1px solid #575757;
    padding: 0;
  }
}
footer .second-layer .wrapper {
  border-top: 1px solid #575757;
  padding: 20px 0 20px 0;
  font-size: 0;
}
footer .second-layer .wrapper .input {
  width: calc(100% - 48px);
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 20px;
  color: #ffffff;
  border-radius: 0;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  border-left: 1px solid #bababa;
  border-right: 0;
  font-size: 14px;
  background-color: #3f3f3f;
  display: inline-block;
}
footer .second-layer .wrapper .input::-webkit-input-placeholder {
  color: #bababa;
  opacity: 0.45;
}
footer .second-layer .wrapper .input::-moz-placeholder {
  color: #bababa;
  opacity: 0.45;
}
footer .second-layer .wrapper .input:-moz-placeholder {
  color: #bababa;
  opacity: 0.45;
}
footer .second-layer .wrapper .input:-ms-input-placeholder {
  color: #bababa;
  opacity: 0.45;
}
footer .second-layer .wrapper .button {
  height: 48px;
  width: 48px;
  color: #f9cb00;
  background-color: #3f3f3f;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #bababa;
  transition: background 200ms, border 200ms, color 200ms;
}
footer .second-layer .wrapper .button:hover {
  background-color: #f9cb00;
  border: 1px solid #f9cb00;
  color: #101010;
}
footer .second-layer .wrapper .link {
  color: #ffffff;
  font-size: 14px;
  transition: color 200ms, background 200ms;
  display: inline-block;
  width: 40%;
  text-align: right;
  padding: 17px 0 17px 0;
}
footer .second-layer .wrapper .link a {
  transition: color 200ms, background 200ms;
}
footer .second-layer .wrapper .link a:hover {
  color: #f9cb00;
}
footer .second-layer .wrapper .link:last-child {
  text-align: left;
}
footer .second-layer .wrapper .slash {
  color: #f9cb00;
  font-size: 14px;
  transition: color 200ms, background 200ms;
  cursor: default;
  display: inline-block;
  width: 20%;
  text-align: center;
}
footer .second-layer .wrapper .social-ico {
  padding: 17px 0 17px 0;
  display: inline-block;
  font-size: 14px;
  transition: color 200ms, background 200ms;
}
footer .second-layer .wrapper .social-ico .dummy {
  visibility: hidden;
}
footer .second-layer .wrapper .f-ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_f.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 100%;
  width: 16.66%;
}
footer .second-layer .wrapper .v-ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_v.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 100%;
  width: 16.66%;
}
footer .second-layer .wrapper .t-ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_t.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 100%;
  width: 16.66%;
}
footer .second-layer .wrapper .m-ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_m.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 100%;
  width: 16.66%;
}
footer .second-layer .wrapper .g-ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_g.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 100%;
  width: 16.66%;
}
footer .second-layer .wrapper .o-ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_o.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 100%;
  width: 16.66%;
}
footer .second-layer .wrapper .f-ico:hover,
footer .second-layer .wrapper .v-ico:hover,
footer .second-layer .wrapper .t-ico:hover,
footer .second-layer .wrapper .m-ico:hover,
footer .second-layer .wrapper .g-ico:hover,
footer .second-layer .wrapper .o-ico:hover {
  background-color: #575757;
}
footer .second-layer .wrapper .link-ideas {
  font-size: 14px;
  padding: 17px 0 17px 0;
  text-align: center;
}
footer .second-layer .wrapper .link-ideas a {
  color: #ffffff;
  transition: color 200ms, background 200ms;
}
footer .second-layer .wrapper .link-ideas a:hover {
  color: #f9cb00;
}
footer .second-layer .wrapper .link-ideas .label:first-child {
  color: #101010;
  padding: 2px 2px 2px 4px;
  margin: 0 4px 0 0;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  background-color: #f9cb00;
}
footer .third-layer {
  border-top: 1px solid #575757;
  font-size: 0;
}
footer .third-layer .made {
  padding: 40px 0 0 0;
}
footer .third-layer .made .link {
  color: #ffffff;
  font-size: 14px;
  margin: 5px 0 0 0;
}
footer .third-layer .made .link a {
  transition: color 200ms, background 200ms;
}
footer .third-layer .made .link a:hover {
  color: #f9cb00;
}
footer .third-layer .made .text {
  color: #bababa;
  font-size: 12px;
  line-height: 18px;
}
footer .third-layer .copyright {
  padding: 35px 0 0 0;
}
footer .third-layer .copyright .text {
  color: #bababa;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 0 0 0;
}
footer .third-layer .states {
  padding: 40px 0 0 0;
}
footer .third-layer .states .rambler {
  width: 88px;
  height: 31px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_state.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  float: right;
  margin: 0 0 0 10px;
}
@media (max-width: 1019px) {
  footer .third-layer .states .rambler {
    float: left;
    margin: 0 10px 0 0;
  }
}

.card-building-vertical {
  width: 100%;
  display: block;
  font-size: 0;
  position: relative;
}
.card-building-vertical .card-photo {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_building01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 218px;
  padding-left: 1px;
  position: relative;
}
.card-building-vertical .card-photo .tab-group {
  opacity: 0;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-building-vertical .card-photo .tab-group .tab-01 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-building-vertical .card-photo .tab-group .tab-02 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-building-vertical .card-photo .tab-group .tab-03 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-building-vertical .card-photo .tab-group .tab-04 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-building-vertical .card-photo .lable-action {
  font-size: 10px;
  background-color: #ea3b3b;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 20px;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.card-building-vertical .card-price {
  height: 56px;
  background-color: #f9cb00;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 18px 20px 18px 20px;
}
.card-building-vertical .card-price .prefix {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 20px;
  padding: 0 5px 0 0;
}
.card-building-vertical .card-price .price {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 20px;
}
.card-building-vertical .card-price .currency {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 20px;
  padding: 0 0 0 5px;
}
.card-building-vertical .card-info {
  height: 186px;
  background-color: #ffffff;
  position: relative;
}
.card-building-vertical .card-info .border {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  transition: border 200ms;
  position: absolute;
}
.card-building-vertical .card-info .lable-done {
  font-size: 10px;
  background-color: #0cc88c;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 20px;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-building-vertical .card-info .lable-build {
  font-size: 10px;
  background-color: #43b1f8;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 20px;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-building-vertical .card-info .lable-old {
  font-size: 10px;
  background-color: #e29125;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 20px;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-building-vertical .card-info .name {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 15px 20px 0 20px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.card-building-vertical .card-info .name sup {
  font-size: 12px;
  top: -9px;
  left: 2px;
}
.card-building-vertical .card-info .details {
  font-size: 13px;
  color: #101010;
  padding: 5px 20px 5px 20px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #575757;
}
.card-building-vertical .card-info .location {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.card-building-vertical .card-info .location .metro {
  font-size: 12px;
  padding: 5px 20px 5px 20px;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_station-red.svg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 11px 50%;
}
.card-building-vertical .card-info .location .address {
  font-size: 12px;
  padding: 5px 20px 5px 20px;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_address.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 13px 56%;
}
.card-building-vertical .card-info .location .distance {
  font-size: 12px;
  padding: 2px 2px 2px 20px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #575757;
}
.card-building-vertical .card-info .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 200ms, border 600ms, background 600ms;
  text-transform: uppercase;
}

.card-building-vertical:hover .card-info .border {
  border-bottom: 4px solid #f9cb00;
  border-left: 4px solid #f9cb00;
  border-right: 4px solid #f9cb00;
}
.card-building-vertical:hover .card-info .lable-adv {
  background-color: #f9cb00;
}

.card-house-vertical {
  width: 100%;
  display: block;
  font-size: 0;
  position: relative;
}
.card-house-vertical .card-photo {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_building01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 218px;
  padding-left: 1px;
  position: relative;
}
.card-house-vertical .card-photo .tab-group {
  opacity: 0;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-house-vertical .card-photo .tab-group .tab-01 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-house-vertical .card-photo .tab-group .tab-02 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-house-vertical .card-photo .tab-group .tab-03 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-house-vertical .card-photo .tab-group .tab-04 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-house-vertical .card-photo .lable-action {
  font-size: 10px;
  background-color: #ea3b3b;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 20px;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.card-house-vertical .card-price {
  height: 56px;
  background-color: #ffffff;
  padding: 0 20px 0 20px;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.card-house-vertical .card-price .people-object {
  font-size: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
}
.card-house-vertical .card-price .people-object .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_people-object/_img/_people.svg);
  background-repeat: no-repeat;
  background-position: 50% 21px;
  background-size: 18px;
}
.card-house-vertical .card-price .people-object .ico .dummy {
  font-size: 13px;
  padding: 25px 9px 25px 9px;
  visibility: hidden;
}
.card-house-vertical .card-price .people-object .title {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin: 25px 0 25px 8px;
  display: inline-block;
}
.card-house-vertical .card-price .people-object .title .info {
  color: #575757;
}
.card-house-vertical .card-price .people-object .title .number {
  color: #575757;
}
.card-house-vertical .card-price .people-object:hover .title .number {
  color: #575757;
  transition: color 200ms;
}
.card-house-vertical .card-price .comment-object {
  font-size: 0;
  cursor: pointer;
  display: inline-block;
}
.card-house-vertical .card-price .comment-object .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_comment-object/_img/_comment.svg);
  background-repeat: no-repeat;
  background-position: 50% 21px;
  background-size: 18px;
}
.card-house-vertical .card-price .comment-object .ico .dummy {
  font-size: 13px;
  padding: 25px 9px 25px 9px;
  visibility: hidden;
}
.card-house-vertical .card-price .comment-object .title {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  margin: 25px 0 25px 8px;
  transition: color 200ms;
  display: inline-block;
}
.card-house-vertical .card-price .comment-object:hover .title {
  color: #575757;
}
.card-house-vertical .card-info {
  height: 186px;
  background-color: #ffffff;
  position: relative;
}
.card-house-vertical .card-info .border {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  transition: border 200ms;
  position: absolute;
}
.card-house-vertical .card-info .name {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 20px 0 20px;
  padding: 15px 0 0 0;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.card-house-vertical .card-info .name sup {
  font-size: 12px;
  top: -9px;
  left: 2px;
}
.card-house-vertical .card-info .details {
  font-size: 13px;
  color: #101010;
  padding: 5px 20px 5px 20px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #575757;
}
.card-house-vertical .card-info .location {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.card-house-vertical .card-info .location .metro {
  font-size: 12px;
  padding: 5px 20px 5px 20px;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_station-red.svg);
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 11px 50%;
}
.card-house-vertical .card-info .location .address {
  font-size: 12px;
  padding: 5px 20px 5px 20px;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_address.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 13px 56%;
}
.card-house-vertical .card-info .location .distance {
  font-size: 12px;
  padding: 2px 2px 2px 20px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #575757;
}
.card-house-vertical .card-info .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 200ms, border 600ms, background 600ms;
  text-transform: uppercase;
}

.card-house-vertical:hover .card-info .border {
  border-bottom: 4px solid #f9cb00;
  border-left: 4px solid #f9cb00;
  border-right: 4px solid #f9cb00;
}
.card-house-vertical:hover .card-info .lable-adv {
  background-color: #f9cb00;
}

.card-house-horizontal {
  font-size: 0;
  height: 274px;
  position: relative;
  cursor: pointer;
}
.card-house-horizontal .left-c-m-h {
  position: absolute;
  width: 300px;
  height: 274px;
}
.card-house-horizontal .left-c-m-h .card-photo {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_building01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 218px;
  padding-left: 1px;
  position: relative;
}
.card-house-horizontal .left-c-m-h .card-photo .tab-group {
  opacity: 0;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-house-horizontal .left-c-m-h .card-photo .tab-group .tab-01 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-house-horizontal .left-c-m-h .card-photo .tab-group .tab-02 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-house-horizontal .left-c-m-h .card-photo .tab-group .tab-03 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-house-horizontal .left-c-m-h .card-photo .tab-group .tab-04 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-house-horizontal .left-c-m-h .card-photo .lable-action {
  font-size: 10px;
  background-color: #ea3b3b;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 20px;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.card-house-horizontal .left-c-m-h .card-price {
  height: 56px;
  background-color: #ffffff;
  padding: 0 20px 0 20px;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.card-house-horizontal .left-c-m-h .card-price .people-object {
  font-size: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
}
.card-house-horizontal .left-c-m-h .card-price .people-object .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_people-object/_img/_people.svg);
  background-repeat: no-repeat;
  background-position: 50% 21px;
  background-size: 18px;
}
.card-house-horizontal .left-c-m-h .card-price .people-object .ico .dummy {
  font-size: 13px;
  padding: 25px 9px 25px 9px;
  visibility: hidden;
}
.card-house-horizontal .left-c-m-h .card-price .people-object .title {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin: 25px 0 25px 8px;
  display: inline-block;
}
.card-house-horizontal .left-c-m-h .card-price .people-object .title .info {
  color: #575757;
}
.card-house-horizontal .left-c-m-h .card-price .people-object .title .number {
  color: #575757;
}
.card-house-horizontal .left-c-m-h .card-price .people-object:hover .title .number {
  color: #575757;
  transition: color 200ms;
}
.card-house-horizontal .left-c-m-h .card-price .comment-object {
  font-size: 0;
  cursor: pointer;
  display: inline-block;
}
.card-house-horizontal .left-c-m-h .card-price .comment-object .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_comment-object/_img/_comment.svg);
  background-repeat: no-repeat;
  background-position: 50% 21px;
  background-size: 18px;
}
.card-house-horizontal .left-c-m-h .card-price .comment-object .ico .dummy {
  font-size: 13px;
  padding: 25px 9px 25px 9px;
  visibility: hidden;
}
.card-house-horizontal .left-c-m-h .card-price .comment-object .title {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  margin: 25px 0 25px 8px;
  transition: color 200ms;
  display: inline-block;
}
.card-house-horizontal .left-c-m-h .card-price .comment-object:hover .title {
  color: #575757;
}
.card-house-horizontal .right-c-m-h {
  position: relative;
  font-size: 10px;
  margin-left: 300px;
  padding: 20px;
  height: 100%;
}
.card-house-horizontal .right-c-m-h .layer-01 {
  padding: 0 0 10px 0;
}
.card-house-horizontal .right-c-m-h .layer-01 .lable-old {
  font-size: 10px;
  background-color: #e29125;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-house-horizontal .right-c-m-h .layer-02 {
  padding: 0 0 10px 0;
}
.card-house-horizontal .right-c-m-h .layer-02 .name {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
}
.card-house-horizontal .right-c-m-h .layer-02 .name sup {
  font-size: 12px;
  top: -9px;
  left: 2px;
}
.card-house-horizontal .right-c-m-h .layer-02 .details {
  font-size: 12px;
  line-height: 18px;
  color: #101010;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #575757;
}
.card-house-horizontal .right-c-m-h .layer-02 .metro {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_station-red.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 11px 50%;
  padding-left: 16px;
}
.card-house-horizontal .right-c-m-h .layer-02 .adress {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_address.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 15px 70%;
  padding-left: 18px;
}
.card-house-horizontal .right-c-m-h .layer-03 {
  padding: 10px 0 10px 0;
}
.card-house-horizontal .right-c-m-h .layer-03 .specifications {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.card-house-horizontal .right-c-m-h .layer-03 .specifications .item {
  position: relative;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 20px;
}
.card-house-horizontal .right-c-m-h .layer-03 .specifications .item .name:after {
  content: ".........................................................................................................................................................................................................................................................................................................................................................................................";
  font-size: 10px;
  color: #bababa;
  letter-spacing: 1px;
  padding-left: 5px;
}
.card-house-horizontal .right-c-m-h .layer-03 .specifications .item .atribute {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 165px;
  padding-left: 5px;
  transition: background 200ms;
}
.card-house-horizontal .right-c-m-h .layer-03 .specifications .item:last-child {
  margin-bottom: 0;
}
.card-house-horizontal .right-c-m-h .layer-04 {
  padding-left: 20px;
}
.card-house-horizontal .right-c-m-h .layer-04 .ttl {
  font-size: 13px;
  line-height: 18px;
  color: #101010;
  padding-bottom: 10px;
}
.card-house-horizontal .right-c-m-h .layer-04 .lnk {
  color: #2ea0e9;
  transition: color 200ms;
}
.card-house-horizontal .right-c-m-h .layer-04 .lnk:hover {
  color: #0e80c9;
}
.card-house-horizontal .right-c-m-h .layer-04 .btn {
  color: #2ea0e9;
  background: #ffffff;
  padding: 8px 13px 8px 13px;
  border-radius: 100px;
  font-size: 13px;
  border: 1px solid #2ea0e9;
  margin-bottom: 15px;
  margin-right: 10px;
  width: 100%;
}
.card-house-horizontal .right-c-m-h .layer-04 .info {
  font-size: 12px;
  line-height: 16px;
}
.card-house-horizontal .right-c-m-h .layer-04 .btn:hover {
  color: #0e80c9;
  border: 1px solid #0e80c9;
}
.card-house-horizontal .right-c-m-h .layer-05 {
  position: absolute;
  bottom: 20px;
  font-size: 0;
}
.card-house-horizontal .right-c-m-h .layer-05 .lnk {
  font-size: 13px;
  color: #2ea0e9;
  margin-left: 15px;
  transition: color 200ms;
}
.card-house-horizontal .right-c-m-h .layer-05 .lnk:hover {
  color: #0e80c9;
}
.card-house-horizontal .right-c-m-h .layer-05 .ttl {
  font-size: 13px;
  color: #101010;
}
.card-house-horizontal .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 200ms, border 600ms, background 600ms;
  text-transform: uppercase;
}
.card-house-horizontal .border {
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: border 200ms;
}

.card-house-horizontal:hover .right-c-m-h .lable-adv {
  background-color: #f9cb00;
}
.card-house-horizontal:hover .right-c-m-h .border {
  border-bottom: 4px solid #f9cb00;
  border-top: 4px solid #f9cb00;
  border-right: 4px solid #f9cb00;
}

.card-old-building-horizontal {
  font-size: 0;
  height: 274px;
  position: relative;
  cursor: pointer;
}
.card-old-building-horizontal .left-c-m-h {
  position: absolute;
  width: 300px;
  height: 274px;
}
.card-old-building-horizontal .left-c-m-h .card-photo {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_building01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 218px;
  padding-left: 1px;
  position: relative;
}
.card-old-building-horizontal .left-c-m-h .card-photo .tab-group {
  opacity: 0;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-old-building-horizontal .left-c-m-h .card-photo .tab-group .tab-01 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-old-building-horizontal .left-c-m-h .card-photo .tab-group .tab-02 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-old-building-horizontal .left-c-m-h .card-photo .tab-group .tab-03 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-old-building-horizontal .left-c-m-h .card-photo .tab-group .tab-04 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-old-building-horizontal .left-c-m-h .card-photo .lable-action {
  font-size: 10px;
  background-color: #ea3b3b;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 20px;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.card-old-building-horizontal .left-c-m-h .card-price {
  height: 56px;
  background-color: #f9cb00;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 18px 20px 18px 20px;
}
.card-old-building-horizontal .left-c-m-h .card-price .prefix {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 20px;
  padding: 0 5px 0 0;
}
.card-old-building-horizontal .left-c-m-h .card-price .price {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 20px;
}
.card-old-building-horizontal .left-c-m-h .card-price .currency {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 20px;
  padding: 0 0 0 5px;
}
.card-old-building-horizontal .right-c-m-h {
  position: relative;
  font-size: 10px;
  margin-left: 300px;
  padding: 20px;
  height: 100%;
}
.card-old-building-horizontal .right-c-m-h .layer-01 {
  padding: 0 0 10px 0;
}
.card-old-building-horizontal .right-c-m-h .layer-01 .lable-old {
  font-size: 10px;
  background-color: #e29125;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-old-building-horizontal .right-c-m-h .layer-02 {
  padding: 10px 0 10px 0;
}
.card-old-building-horizontal .right-c-m-h .layer-02 .name {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
}
.card-old-building-horizontal .right-c-m-h .layer-02 .name sup {
  font-size: 12px;
  top: -9px;
  left: 2px;
}
.card-old-building-horizontal .right-c-m-h .layer-02 .details {
  font-size: 12px;
  line-height: 18px;
  color: #101010;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #575757;
}
.card-old-building-horizontal .right-c-m-h .layer-02 .metro {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_station-red.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 11px 50%;
  padding-left: 16px;
}
.card-old-building-horizontal .right-c-m-h .layer-02 .adress {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_address.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 15px 70%;
  padding-left: 18px;
}
.card-old-building-horizontal .right-c-m-h .layer-03 {
  padding: 10px 0 10px 0;
}
.card-old-building-horizontal .right-c-m-h .layer-03 .specifications {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.card-old-building-horizontal .right-c-m-h .layer-03 .specifications .item {
  position: relative;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 20px;
}
.card-old-building-horizontal .right-c-m-h .layer-03 .specifications .item .name:after {
  content: ".........................................................................................................................................................................................................................................................................................................................................................................................";
  font-size: 10px;
  color: #bababa;
  letter-spacing: 1px;
  padding-left: 5px;
}
.card-old-building-horizontal .right-c-m-h .layer-03 .specifications .item .atribute {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 165px;
  padding-left: 5px;
  transition: background 200ms;
}
.card-old-building-horizontal .right-c-m-h .layer-03 .specifications .item:last-child {
  margin-bottom: 0;
}
.card-old-building-horizontal .right-c-m-h .layer-04 {
  padding-left: 20px;
}
.card-old-building-horizontal .right-c-m-h .layer-04 .ttl {
  font-size: 13px;
  line-height: 18px;
  color: #101010;
  padding-bottom: 10px;
}
.card-old-building-horizontal .right-c-m-h .layer-04 .lnk {
  color: #2ea0e9;
  transition: color 200ms;
}
.card-old-building-horizontal .right-c-m-h .layer-04 .lnk:hover {
  color: #0e80c9;
}
.card-old-building-horizontal .right-c-m-h .layer-04 .btn {
  color: #2ea0e9;
  background: #ffffff;
  padding: 8px 13px 8px 13px;
  border-radius: 100px;
  font-size: 13px;
  border: 1px solid #2ea0e9;
  margin-bottom: 15px;
  margin-right: 10px;
  width: 100%;
}
.card-old-building-horizontal .right-c-m-h .layer-04 .info {
  font-size: 12px;
  line-height: 16px;
}
.card-old-building-horizontal .right-c-m-h .layer-04 .btn:hover {
  color: #0e80c9;
  border: 1px solid #0e80c9;
}
.card-old-building-horizontal .right-c-m-h .layer-05 {
  position: absolute;
  bottom: 20px;
  font-size: 0;
}
.card-old-building-horizontal .right-c-m-h .layer-05 .lnk {
  font-size: 13px;
  color: #2ea0e9;
  margin-left: 15px;
  transition: color 200ms;
}
.card-old-building-horizontal .right-c-m-h .layer-05 .lnk:hover {
  color: #0e80c9;
}
.card-old-building-horizontal .right-c-m-h .layer-05 .ttl {
  font-size: 13px;
  color: #101010;
}
.card-old-building-horizontal .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 200ms, border 600ms, background 600ms;
  text-transform: uppercase;
}
.card-old-building-horizontal .border {
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: border 200ms;
}

.card-old-building-horizontal:hover .right-c-m-h .lable-adv {
  background-color: #f9cb00;
}
.card-old-building-horizontal:hover .right-c-m-h .border {
  border-bottom: 4px solid #f9cb00;
  border-top: 4px solid #f9cb00;
  border-right: 4px solid #f9cb00;
}

.card-new-building-horizontal {
  font-size: 0;
  height: 274px;
  position: relative;
  cursor: pointer;
}
.card-new-building-horizontal .left-c-m-h {
  position: absolute;
  width: 300px;
  height: 274px;
}
.card-new-building-horizontal .left-c-m-h .card-photo {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_building01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 218px;
  padding-left: 1px;
  position: relative;
}
.card-new-building-horizontal .left-c-m-h .card-photo .tab-group {
  opacity: 0;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-new-building-horizontal .left-c-m-h .card-photo .tab-group .tab-01 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-new-building-horizontal .left-c-m-h .card-photo .tab-group .tab-02 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-new-building-horizontal .left-c-m-h .card-photo .tab-group .tab-03 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-new-building-horizontal .left-c-m-h .card-photo .tab-group .tab-04 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-new-building-horizontal .left-c-m-h .card-photo .lable-action {
  font-size: 10px;
  background-color: #ea3b3b;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 20px;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.card-new-building-horizontal .left-c-m-h .card-price {
  height: 56px;
  background-color: #f9cb00;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 18px 20px 18px 20px;
}
.card-new-building-horizontal .left-c-m-h .card-price .prefix {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 20px;
  padding: 0 5px 0 0;
}
.card-new-building-horizontal .left-c-m-h .card-price .price {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 20px;
}
.card-new-building-horizontal .left-c-m-h .card-price .currency {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 20px;
  padding: 0 0 0 5px;
}
.card-new-building-horizontal .right-c-m-h {
  position: relative;
  font-size: 10px;
  margin-left: 300px;
  padding: 20px;
  height: 100%;
}
.card-new-building-horizontal .right-c-m-h .layer-01 {
  padding: 0 0 10px 0;
}
.card-new-building-horizontal .right-c-m-h .layer-01 .lable-done {
  font-size: 10px;
  background-color: #0cc88c;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-new-building-horizontal .right-c-m-h .layer-01 .lable-build {
  font-size: 0;
}
.card-new-building-horizontal .right-c-m-h .layer-01 .lable-build .lable {
  font-size: 10px;
  background-color: #43b1f8;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-new-building-horizontal .right-c-m-h .layer-01 .lable-build .additional {
  font-size: 10px;
  color: #101010;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  text-transform: uppercase;
}
.card-new-building-horizontal .right-c-m-h .layer-02 {
  padding: 10px 0 10px 0;
}
.card-new-building-horizontal .right-c-m-h .layer-02 .name {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
}
.card-new-building-horizontal .right-c-m-h .layer-02 .name sup {
  font-size: 12px;
  top: -9px;
  left: 2px;
}
.card-new-building-horizontal .right-c-m-h .layer-02 .details {
  font-size: 12px;
  line-height: 18px;
  color: #101010;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #575757;
}
.card-new-building-horizontal .right-c-m-h .layer-02 .metro {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_station-red.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 11px 50%;
  padding-left: 16px;
}
.card-new-building-horizontal .right-c-m-h .layer-02 .adress {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_address.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 15px 70%;
  padding-left: 18px;
}
.card-new-building-horizontal .right-c-m-h .layer-03 {
  padding: 10px 0 10px 0;
}
.card-new-building-horizontal .right-c-m-h .layer-03 .specifications {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.card-new-building-horizontal .right-c-m-h .layer-03 .specifications .item {
  position: relative;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 20px;
}
.card-new-building-horizontal .right-c-m-h .layer-03 .specifications .item .name:after {
  content: ".........................................................................................................................................................................................................................................................................................................................................................................................";
  font-size: 10px;
  color: #bababa;
  letter-spacing: 1px;
  padding-left: 5px;
}
.card-new-building-horizontal .right-c-m-h .layer-03 .specifications .item .atribute {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 165px;
  padding-left: 5px;
  transition: background 200ms;
}
.card-new-building-horizontal .right-c-m-h .layer-03 .specifications .item:last-child {
  margin-bottom: 0;
}
.card-new-building-horizontal .right-c-m-h .layer-04 {
  padding-left: 20px;
}
.card-new-building-horizontal .right-c-m-h .layer-04 .ttl {
  font-size: 13px;
  line-height: 18px;
  color: #101010;
  padding-bottom: 10px;
}
.card-new-building-horizontal .right-c-m-h .layer-04 .lnk {
  color: #2ea0e9;
  transition: color 200ms;
}
.card-new-building-horizontal .right-c-m-h .layer-04 .lnk:hover {
  color: #0e80c9;
}
.card-new-building-horizontal .right-c-m-h .layer-04 .btn {
  color: #2ea0e9;
  background: #ffffff;
  padding: 8px 13px 8px 13px;
  border-radius: 100px;
  font-size: 13px;
  border: 1px solid #2ea0e9;
  margin-bottom: 15px;
  margin-right: 10px;
  width: 100%;
}
.card-new-building-horizontal .right-c-m-h .layer-04 .info {
  font-size: 12px;
  line-height: 16px;
}
.card-new-building-horizontal .right-c-m-h .layer-04 .btn:hover {
  color: #0e80c9;
  border: 1px solid #0e80c9;
}
.card-new-building-horizontal .right-c-m-h .layer-05 {
  position: absolute;
  bottom: 20px;
  font-size: 0;
}
.card-new-building-horizontal .right-c-m-h .layer-05 .lnk {
  font-size: 13px;
  color: #2ea0e9;
  margin-left: 15px;
  transition: color 200ms;
}
.card-new-building-horizontal .right-c-m-h .layer-05 .lnk:hover {
  color: #0e80c9;
}
.card-new-building-horizontal .right-c-m-h .layer-05 .ttl {
  font-size: 13px;
  color: #101010;
}
.card-new-building-horizontal .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 200ms, border 600ms, background 600ms;
  text-transform: uppercase;
}
.card-new-building-horizontal .border {
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: border 200ms;
}

.card-new-building-horizontal:hover .right-c-m-h .lable-adv {
  background-color: #f9cb00;
}
.card-new-building-horizontal:hover .right-c-m-h .border {
  border-bottom: 4px solid #f9cb00;
  border-top: 4px solid #f9cb00;
  border-right: 4px solid #f9cb00;
}

.card-building-map {
  width: 550px;
  background-color: #ffffff;
  margin: 20px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.28);
}
.card-building-map .card-map-head {
  border-bottom: 1px solid #cfcfcf;
  padding: 15px;
  position: relative;
}
.card-building-map .card-map-head .img {
  width: 70px;
  height: 70px;
  background-color: #ea3b3b;
  position: absolute;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-map/_img/_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.card-building-map .card-map-head .close {
  width: 20px;
  height: 20px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_clear/_img/_cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px;
  cursor: pointer;
  transition: opacity 200ms;
}
.card-building-map .card-map-head .close:hover {
  opacity: 0.5;
}
.card-building-map .card-map-head .content {
  margin-left: 85px;
  min-height: 70px;
}
.card-building-map .card-map-head .content .lable-done {
  font-size: 10px;
  background-color: #0cc88c;
  color: #ffffff;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-building-map .card-map-head .content .lable-build {
  font-size: 10px;
  background-color: #43b1f8;
  color: #ffffff;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-building-map .card-map-head .content .lable-old {
  font-size: 10px;
  background-color: #e29125;
  color: #ffffff;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-building-map .card-map-head .content .info {
  font-size: 13px;
  color: #101010;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #575757;
}
.card-building-map .card-map-head .content .name {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 20px 0 0;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
}
.card-building-map .card-map-head .content .name sup {
  font-size: 12px;
  top: -9px;
  left: 2px;
}
.card-building-map .card-map-content {
  overflow: auto;
  max-height: 305px;
  font-size: 0;
}
.card-building-map .card-map-content .item {
  border-bottom: 1px solid #cfcfcf;
  padding: 15px;
  cursor: pointer;
  transition: background 200ms;
}
.card-building-map .card-map-content .item:hover {
  background-color: #f4f4f4;
}
.card-building-map .card-map-content .item:last-child {
  border-bottom: 0;
}
.card-building-map .card-map-content .section {
  width: 24%;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.card-building-map .card-map-content .arrow {
  width: 4%;
  display: inline-block;
  font-size: 14px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_user-activiti/_img/_arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.card-building-map .card-map-content .arrow .dummy {
  visibility: hidden;
}
.card-building-map .card-map-more {
  text-align: center;
  padding: 20px 0 20px 0;
  background-color: #f9cb00;
  color: #101010;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
}
.card-building-map .card-map-more:hover {
  background-color: #0edf67;
}

@media (max-width: 1019px) {
  .card-building-map {
    overflow: auto;
    max-width: none;
    position: absolute;
    width: 100%;
    margin: 0;
  }
  .card-building-map .card-map-content {
    max-height: 203px;
  }
}
@media (max-width: 699px) {
  .card-building-map .card-map-content .floor,
.card-building-map .card-map-content .area {
    display: none;
  }
  .card-building-map .card-map-content .section {
    width: 48%;
  }
  .card-building-map .card-map-content .arrow {
    width: 4%;
  }
}
.card-expert-vertical {
  width: 100%;
  font-size: 0;
}
.card-expert-vertical .card-img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-expert-vertical/_img/_user.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  width: 100px;
  height: 145px;
  position: relative;
}
.card-expert-vertical .card-info {
  display: inline-block;
  width: calc(100% - 100px);
  height: 145px;
  position: relative;
}
.card-expert-vertical .card-info .border {
  position: absolute;
  width: 100%;
  height: 145px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  transition: border 200ms;
}
.card-expert-vertical .card-info .info-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.card-expert-vertical .card-info .info-container .lable-builder {
  font-size: 10px;
  background-color: #28bee4;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-expert-vertical .card-info .info-container .lable-lawyer {
  font-size: 10px;
  background-color: #e53160;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-expert-vertical .card-info .info-container .lable-agent {
  font-size: 10px;
  background-color: #c8a34b;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-expert-vertical .card-info .info-container .first-name {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 10px 20px 0 0;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
.card-expert-vertical .card-info .info-container .last-name {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 20px 0 0;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
.card-expert-vertical .card-info .info-container .panel {
  position: absolute;
  bottom: 20px;
}
.card-expert-vertical .card-info .info-container .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 200ms, border 600ms, background 600ms;
  text-transform: uppercase;
}

.card-expert-vertical:hover .card-info .border {
  border-bottom: 4px solid #f9cb00;
  border-top: 4px solid #f9cb00;
  border-right: 4px solid #f9cb00;
}
.card-expert-vertical:hover .card-info .info-container .lable-adv {
  background-color: #f9cb00;
}

.card-expert-horizontal {
  width: 100%;
  font-size: 0;
}
.card-expert-horizontal .card-img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-expert-vertical/_img/_user.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  width: 100px;
  height: 145px;
  position: relative;
}
.card-expert-horizontal .card-info {
  display: inline-block;
  width: calc(100% - 100px);
  height: 145px;
  position: relative;
}
.card-expert-horizontal .card-info .border {
  position: absolute;
  width: 100%;
  height: 145px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  transition: border 200ms;
}
.card-expert-horizontal .card-info .info-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.card-expert-horizontal .card-info .info-container .lable-builder {
  font-size: 10px;
  background-color: #28bee4;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-expert-horizontal .card-info .info-container .lable-lawyer {
  font-size: 10px;
  background-color: #e53160;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-expert-horizontal .card-info .info-container .lable-agent {
  font-size: 10px;
  background-color: #c8a34b;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-expert-horizontal .card-info .info-container .first-name {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 10px 20px 0 0;
  line-height: 22px;
}
.card-expert-horizontal .card-info .info-container .last-name {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 20px 0 0;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
.card-expert-horizontal .card-info .info-container .panel {
  position: absolute;
  bottom: 20px;
}
.card-expert-horizontal .card-info .info-container .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 200ms, border 600ms, background 600ms;
  text-transform: uppercase;
}

.card-expert-horizontal:hover .card-info .border {
  border-bottom: 4px solid #f9cb00;
  border-top: 4px solid #f9cb00;
  border-right: 4px solid #f9cb00;
}
.card-expert-horizontal:hover .card-info .info-container .lable-adv {
  background-color: #f9cb00;
}

.card-company-vertical {
  width: 100%;
  font-size: 0;
}
.card-company-vertical .card-img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-company-vertical/_img/_user.png);
  border: 1px solid #cfcfcf;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  width: 100px;
  height: 145px;
  position: relative;
}
.card-company-vertical .card-info {
  display: inline-block;
  width: calc(100% - 100px);
  height: 145px;
  position: relative;
}
.card-company-vertical .card-info .border {
  position: absolute;
  width: 100%;
  height: 145px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  transition: border 200ms;
}
.card-company-vertical .card-info .info-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.card-company-vertical .card-info .info-container .lable-builder {
  font-size: 10px;
  background-color: #28bee4;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-company-vertical .card-info .info-container .lable-lawyer {
  font-size: 10px;
  background-color: #e53160;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-company-vertical .card-info .info-container .lable-agent {
  font-size: 10px;
  background-color: #c8a34b;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-company-vertical .card-info .info-container .company-title {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 10px 20px 0 0;
  max-height: 68px;
  overflow: hidden;
  line-height: 22px;
}
.card-company-vertical .card-info .info-container .panel {
  position: absolute;
  bottom: 20px;
}
.card-company-vertical .card-info .info-container .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 200ms, border 600ms, background 600ms;
  text-transform: uppercase;
}

.card-company-vertical:hover .card-info .border {
  border-bottom: 4px solid #f9cb00;
  border-top: 4px solid #f9cb00;
  border-right: 4px solid #f9cb00;
}
.card-company-vertical:hover .card-info .info-container .lable-adv {
  background-color: #f9cb00;
}

.card-company-horizontal {
  width: 100%;
  font-size: 0;
}
.card-company-horizontal .card-img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-company-vertical/_img/_user.png);
  border: 1px solid #cfcfcf;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  width: 100px;
  height: 145px;
  position: relative;
}
.card-company-horizontal .card-info {
  display: inline-block;
  width: calc(100% - 100px);
  height: 145px;
  position: relative;
}
.card-company-horizontal .card-info .border {
  position: absolute;
  width: 100%;
  height: 145px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  transition: border 200ms;
}
.card-company-horizontal .card-info .info-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}
.card-company-horizontal .card-info .info-container .lable-builder {
  font-size: 10px;
  background-color: #28bee4;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-company-horizontal .card-info .info-container .lable-lawyer {
  font-size: 10px;
  background-color: #e53160;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-company-horizontal .card-info .info-container .lable-agent {
  font-size: 10px;
  background-color: #c8a34b;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-company-horizontal .card-info .info-container .company-title {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 10px 20px 0 0;
  max-height: 68px;
  overflow: hidden;
  line-height: 22px;
}
.card-company-horizontal .card-info .info-container .panel {
  position: absolute;
  bottom: 20px;
}
.card-company-horizontal .card-info .info-container .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 200ms, border 600ms, background 600ms;
  text-transform: uppercase;
}

.card-company-horizontal:hover .card-info .border {
  border-bottom: 4px solid #f9cb00;
  border-top: 4px solid #f9cb00;
  border-right: 4px solid #f9cb00;
}
.card-company-horizontal:hover .card-info .info-container .lable-adv {
  background-color: #f9cb00;
}

.card-article-vertical {
  height: 370px;
  position: relative;
  cursor: pointer;
}
.card-article-vertical .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-article-vertical/_img/_article.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 160px;
}
.card-article-vertical .info .caption {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 15px 20px 15px 0;
  line-height: 26px;
}
.card-article-vertical .info .caption a {
  display: block;
  transition: color 200ms;
}
.card-article-vertical .info .caption a:hover {
  color: #2ea0e9;
}
.card-article-vertical .info .lead {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  margin: 0 20px 0 0;
}
.card-article-vertical .info .panel {
  position: absolute;
  bottom: 0;
}

.card-article-vertical:hover .info .caption a {
  color: #2ea0e9;
}

@media (max-width: 699px) {
  .card-article-vertical {
    height: auto;
  }
  .card-article-vertical .info .panel {
    position: relative;
    margin-top: 20px;
  }
}
.card-article-horizontal {
  min-height: 150px;
  position: relative;
  cursor: pointer;
}
.card-article-horizontal .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-article-horizontal/_img/_article.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 240px;
  position: absolute;
}
.card-article-horizontal .info {
  margin-left: 260px;
}
.card-article-horizontal .info .caption {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 200px 15px 0;
  line-height: 26px;
}
.card-article-horizontal .info .caption a {
  display: block;
  transition: color 200ms;
}
.card-article-horizontal .info .caption a:hover {
  color: #2ea0e9;
}
.card-article-horizontal .info .lead {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  margin: 0 50px 0 0;
}
.card-article-horizontal .info .panel {
  position: absolute;
  bottom: 0;
}

.card-article-horizontal:hover .info .caption a {
  color: #2ea0e9;
}

.card-judicial-vertical {
  height: 200px;
  position: relative;
  cursor: pointer;
}
.card-judicial-vertical .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-article-vertical/_img/_article.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 160px;
}
.card-judicial-vertical .info .caption {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 20px 15px 0;
  line-height: 26px;
}
.card-judicial-vertical .info .caption a {
  display: block;
  transition: color 200ms;
}
.card-judicial-vertical .info .caption a:hover {
  color: #2ea0e9;
}
.card-judicial-vertical .info .lead {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  margin: 0 20px 0 0;
}
.card-judicial-vertical .info .panel {
  position: absolute;
  bottom: 0;
}

.card-judicial-vertical:hover .info .caption a {
  color: #2ea0e9;
}

@media (max-width: 699px) {
  .card-judicial-vertical {
    height: auto;
  }
  .card-judicial-vertical .info .panel {
    position: relative;
    margin-top: 20px;
  }
}
.card-judicial-horizontal {
  position: relative;
  cursor: pointer;
}
.card-judicial-horizontal .info .caption {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 200px 15px 0;
  line-height: 26px;
}
.card-judicial-horizontal .info .caption a {
  display: block;
  transition: color 200ms;
}
.card-judicial-horizontal .info .caption a:hover {
  color: #2ea0e9;
}
.card-judicial-horizontal .info .lead {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  margin: 0 50px 0 0;
}
.card-judicial-horizontal .info .panel {
  position: relative;
  margin-top: 20px;
}

.card-judicial-horizontal:hover .info .caption a {
  color: #2ea0e9;
}

.card-question-vertical {
  height: 240px;
  position: relative;
  cursor: pointer;
}
.card-question-vertical .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-article-vertical/_img/_article.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 160px;
}
.card-question-vertical .info .caption {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 20px 15px 0;
  line-height: 26px;
}
.card-question-vertical .info .caption a {
  display: block;
  transition: color 200ms;
}
.card-question-vertical .info .caption a:hover {
  color: #2ea0e9;
}
.card-question-vertical .info .lead {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  margin: 0 20px 0 0;
}
.card-question-vertical .info .panel {
  position: absolute;
  bottom: 0;
}

.card-question-vertical:hover .info .caption a {
  color: #2ea0e9;
}

@media (max-width: 699px) {
  .card-question-vertical {
    height: auto;
  }
  .card-question-vertical .info .panel {
    position: relative;
    margin-top: 20px;
  }
}
.card-question-horizontal {
  position: relative;
  cursor: pointer;
}
.card-question-horizontal .info .caption {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 200px 15px 0;
  line-height: 26px;
}
.card-question-horizontal .info .caption a {
  display: block;
  transition: color 200ms;
}
.card-question-horizontal .info .caption a:hover {
  color: #2ea0e9;
}
.card-question-horizontal .info .lead {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  margin: 0 50px 0 0;
}
.card-question-horizontal .info .exps {
  font-size: 0;
}
.card-question-horizontal .info .exps .counter {
  display: inline-block;
  font-size: 12px;
  background-color: #f4f4f4;
  margin: 15px 10px 0 0;
  padding: 4px 10px 4px 10px;
  border-radius: 100px;
  color: #575757;
  transition: color 200ms, background 200ms;
}
.card-question-horizontal .info .exps .counter:hover {
  background-color: #2ea0e9;
  color: #ffffff;
}
.card-question-horizontal .info .panel {
  position: relative;
  margin-top: 20px;
}

.card-question-horizontal:hover .info .caption a {
  color: #2ea0e9;
}

.card-news-vertical {
  height: 200px;
  position: relative;
  cursor: pointer;
}
.card-news-vertical .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-article-vertical/_img/_article.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 160px;
}
.card-news-vertical .info .caption {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 20px 15px 0;
  line-height: 26px;
}
.card-news-vertical .info .caption a {
  display: block;
  transition: color 200ms;
}
.card-news-vertical .info .caption a:hover {
  color: #2ea0e9;
}
.card-news-vertical .info .lead {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  margin: 0 20px 0 0;
}
.card-news-vertical .info .panel {
  position: absolute;
  bottom: 0;
}

.card-news-vertical:hover .info .caption a {
  color: #2ea0e9;
}

@media (max-width: 699px) {
  .card-news-vertical {
    height: auto;
  }
  .card-news-vertical .info .panel {
    position: relative;
    margin-top: 20px;
  }
}
.card-news-horizontal {
  position: relative;
  cursor: pointer;
}
.card-news-horizontal .info .caption {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 200px 15px 0;
  line-height: 26px;
}
.card-news-horizontal .info .caption a {
  display: block;
  transition: color 200ms;
}
.card-news-horizontal .info .caption a:hover {
  color: #2ea0e9;
}
.card-news-horizontal .info .lead {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  margin: 0 50px 0 0;
}
.card-news-horizontal .info .panel {
  position: relative;
  margin-top: 20px;
}

.card-news-horizontal:hover .info .caption a {
  color: #2ea0e9;
}

.card-news-big-vertical {
  height: 456px;
  position: relative;
  cursor: pointer;
}
.card-news-big-vertical .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-news-big-vertical/_img/_news.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 160px;
}
.card-news-big-vertical .info .caption {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 15px 20px 15px 0;
  line-height: 26px;
}
.card-news-big-vertical .info .caption a {
  display: block;
  transition: color 200ms;
}
.card-news-big-vertical .info .caption a:hover {
  color: #2ea0e9;
}
.card-news-big-vertical .info .lead {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  margin: 0 20px 0 0;
}
.card-news-big-vertical .info .panel {
  position: absolute;
  bottom: 0;
}

.card-news-big-vertical:hover .info .caption a {
  color: #2ea0e9;
}

@media (max-width: 699px) {
  .card-news-big-vertical {
    height: auto;
  }
  .card-news-big-vertical .info .panel {
    position: relative;
    margin-top: 20px;
  }
}
.card-news-big-horizontal {
  min-height: 150px;
  position: relative;
  cursor: pointer;
}
.card-news-big-horizontal .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-news-big-horizontal/_img/_news.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 240px;
  position: absolute;
}
.card-news-big-horizontal .info {
  margin-left: 260px;
}
.card-news-big-horizontal .info .caption {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 200px 15px 0;
  line-height: 26px;
}
.card-news-big-horizontal .info .caption a {
  display: block;
  transition: color 200ms;
}
.card-news-big-horizontal .info .caption a:hover {
  color: #2ea0e9;
}
.card-news-big-horizontal .info .lead {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  margin: 0 50px 0 0;
}
.card-news-big-horizontal .info .panel {
  position: absolute;
  bottom: 0;
}

.card-news-big-horizontal:hover .info .caption a {
  color: #2ea0e9;
}

.card-communion-horizontal {
  position: relative;
  cursor: pointer;
}
.card-communion-horizontal .info .caption {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 200px 15px 0;
  line-height: 26px;
}
.card-communion-horizontal .info .caption a {
  display: block;
  transition: color 200ms;
}
.card-communion-horizontal .info .caption a:hover {
  color: #2ea0e9;
}
.card-communion-horizontal .info .lead {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  margin: 0 50px 0 0;
}
.card-communion-horizontal .info .exps {
  font-size: 0;
}
.card-communion-horizontal .info .exps .counter {
  display: inline-block;
  font-size: 12px;
  background-color: #f4f4f4;
  margin: 15px 10px 0 0;
  padding: 4px 10px 4px 10px;
  border-radius: 100px;
  color: #575757;
  transition: color 200ms, background 200ms;
}
.card-communion-horizontal .info .exps .counter:hover {
  background-color: #2ea0e9;
  color: #ffffff;
}
.card-communion-horizontal .info .panel {
  position: relative;
  margin-top: 20px;
}

.card-communion-horizontal:hover .info .caption a {
  color: #2ea0e9;
}

.card-communion-vertical {
  height: 240px;
  position: relative;
  cursor: pointer;
}
.card-communion-vertical .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-article-vertical/_img/_article.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 160px;
}
.card-communion-vertical .info .caption {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 20px 15px 0;
  line-height: 26px;
}
.card-communion-vertical .info .caption a {
  display: block;
  transition: color 200ms;
}
.card-communion-vertical .info .caption a:hover {
  color: #2ea0e9;
}
.card-communion-vertical .info .lead {
  font-size: 14px;
  line-height: 20px;
  color: #101010;
  margin: 0 20px 0 0;
}
.card-communion-vertical .info .panel {
  position: absolute;
  bottom: 0;
}

.card-communion-vertical:hover .info .caption a {
  color: #2ea0e9;
}

@media (max-width: 699px) {
  .card-communion-vertical {
    height: auto;
  }
  .card-communion-vertical .info .panel {
    position: relative;
    margin-top: 20px;
  }
}
.card-communion-map {
  width: 550px;
  background-color: #ffffff;
  margin: 20px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.28);
}
.card-communion-map .card-map-head {
  border-bottom: 1px solid #cfcfcf;
  padding: 15px;
  position: relative;
}
.card-communion-map .card-map-head .close {
  width: 20px;
  height: 20px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_clear/_img/_cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px;
  cursor: pointer;
  transition: opacity 200ms;
}
.card-communion-map .card-map-head .close:hover {
  opacity: 0.5;
}
.card-communion-map .card-map-head .content .name {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 20px 0 0;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  padding-left: 30px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_address.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 16px 70%;
}
.card-communion-map .card-map-head .content .name sup {
  font-size: 12px;
  top: -9px;
  left: 2px;
}
.card-communion-map .card-map-content {
  overflow: auto;
  max-height: 305px;
  font-size: 0;
}
.card-communion-map .card-map-content .item {
  border-bottom: 1px solid #cfcfcf;
  padding: 15px;
  cursor: pointer;
  transition: background 200ms;
}
.card-communion-map .card-map-content .item:hover {
  background-color: #f4f4f4;
}
.card-communion-map .card-map-content .item:last-child {
  border-bottom: 0;
}
.card-communion-map .card-map-content .section {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.card-communion-map .card-map-content .theme {
  width: 76%;
}
.card-communion-map .card-map-content .date {
  width: 20%;
  color: #575757;
}
.card-communion-map .card-map-content .arrow {
  width: 4%;
  display: inline-block;
  font-size: 14px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_user-activiti/_img/_arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.card-communion-map .card-map-content .arrow .dummy {
  visibility: hidden;
}
.card-communion-map .card-map-more {
  text-align: center;
  padding: 20px 0 20px 0;
  background-color: #f9cb00;
  color: #101010;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
}
.card-communion-map .card-map-more:hover {
  background-color: #0edf67;
}

@media (max-width: 1019px) {
  .card-communion-map {
    overflow: auto;
    max-width: none;
    position: absolute;
    width: 100%;
    margin: 0;
  }
  .card-communion-map .card-map-content {
    max-height: 203px;
  }
}
@media (max-width: 699px) {
  .card-communion-map .card-map-content {
    max-height: 227px;
  }
  .card-communion-map .card-map-content .theme {
    width: 100%;
    padding-bottom: 5px;
  }
  .card-communion-map .card-map-content .date {
    width: 96%;
  }
  .card-communion-map .card-map-content .arrow {
    width: 4%;
  }
}
.card-market-vertical {
  width: 100%;
  display: block;
  font-size: 0;
  position: relative;
  cursor: pointer;
}
.card-market-vertical .card-market-photo {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-market-vertical/_img/_img01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 218px;
  padding-left: 1px;
  position: relative;
}
.card-market-vertical .card-market-photo .tab-market-group {
  opacity: 0;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-market-vertical .card-market-photo .tab-market-group .tab-market-01 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-market-vertical .card-market-photo .tab-market-group .tab-market-02 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-market-vertical .card-market-photo .tab-market-group .tab-market-03 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-market-vertical .card-market-photo .tab-market-group .tab-market-04 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-market-vertical .card-info {
  height: 242px;
  background-color: #ffffff;
  position: relative;
}
.card-market-vertical .card-info .border {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  transition: border 200ms;
  position: absolute;
  z-index: 999;
}
.card-market-vertical .card-info .category {
  font-size: 12px;
  color: #101010;
  padding: 20px 20px 10px 20px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #101010;
}
.card-market-vertical .card-info .name {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 20px 0 20px;
  line-height: 22px;
}
.card-market-vertical .card-info .date {
  font-size: 12px;
  color: #101010;
  padding: 10px 20px 5px 20px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #bababa;
}
.card-market-vertical .card-info .location-and-price-info {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.card-market-vertical .card-info .location-and-price-info .city {
  font-size: 12px;
  padding: 5px 20px 5px 20px;
  margin: 0 0 0 20px;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-market-vertical/_img/_address.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 13px 56%;
}
.card-market-vertical .card-info .location-and-price-info .adress {
  font-size: 12px;
  padding: 2px 2px 2px 20px;
  margin: 0 0 10px 20px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #575757;
}
.card-market-vertical .card-info .location-and-price-info .card-price {
  height: 56px;
  background-color: #ffffff;
  border-top: 1px solid #cfcfcf;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 18px 20px 18px 20px;
}
.card-market-vertical .card-info .location-and-price-info .card-price .price {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 18px;
}

.card-market-vertical:hover .card-info .border {
  border-bottom: 4px solid #f9cb00;
  border-left: 4px solid #f9cb00;
  border-right: 4px solid #f9cb00;
}

.card-market-horizontal {
  font-size: 0;
  height: 274px;
  position: relative;
  cursor: pointer;
}
.card-market-horizontal .left-c-m-h {
  position: absolute;
  width: 300px;
  height: 274px;
}
.card-market-horizontal .left-c-m-h .card-market-photo {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-market-vertical/_img/_img01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 218px;
  padding-left: 1px;
  position: relative;
}
.card-market-horizontal .left-c-m-h .card-market-photo .tab-market-group {
  opacity: 0;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-market-horizontal .left-c-m-h .card-market-photo .tab-market-group .tab-market-01 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-market-horizontal .left-c-m-h .card-market-photo .tab-market-group .tab-market-02 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-market-horizontal .left-c-m-h .card-market-photo .tab-market-group .tab-market-03 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-market-horizontal .left-c-m-h .card-market-photo .tab-market-group .tab-market-04 {
  padding: 213px 0 0 0;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
  opacity: 0.5;
  transition: opacity 600ms, border 600ms, background 600ms;
}
.card-market-horizontal .left-c-m-h .card-price {
  height: 56px;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 18px 20px 18px 20px;
}
.card-market-horizontal .left-c-m-h .card-price .price {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 20px;
}
.card-market-horizontal .right-c-m-h {
  position: relative;
  font-size: 10px;
  margin-left: 300px;
  padding: 20px;
  height: 100%;
}
.card-market-horizontal .right-c-m-h .layer-01 {
  padding: 0 0 10px 0;
}
.card-market-horizontal .right-c-m-h .layer-01 .category {
  font-size: 12px;
  line-height: 18px;
  color: #101010;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #101010;
}
.card-market-horizontal .right-c-m-h .layer-02 {
  padding: 10px 0 10px 0;
}
.card-market-horizontal .right-c-m-h .layer-02 .name {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
}
.card-market-horizontal .right-c-m-h .layer-02 .name sup {
  font-size: 12px;
  top: -9px;
  left: 2px;
}
.card-market-horizontal .right-c-m-h .layer-02 .details {
  font-size: 12px;
  line-height: 18px;
  color: #101010;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #575757;
}
.card-market-horizontal .right-c-m-h .layer-03 {
  padding: 10px 0 10px 0;
}
.card-market-horizontal .right-c-m-h .layer-03 .info {
  font-size: 13px;
  line-height: 18px;
}
.card-market-horizontal .right-c-m-h .layer-03 .specifications {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.card-market-horizontal .right-c-m-h .layer-03 .specifications .item {
  position: relative;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 20px;
}
.card-market-horizontal .right-c-m-h .layer-03 .specifications .item .name:after {
  content: ".........................................................................................................................................................................................................................................................................................................................................................................................";
  font-size: 10px;
  color: #bababa;
  letter-spacing: 1px;
  padding-left: 5px;
}
.card-market-horizontal .right-c-m-h .layer-03 .specifications .item .atribute {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 165px;
  padding-left: 5px;
  transition: background 200ms;
}
.card-market-horizontal .right-c-m-h .layer-03 .specifications .item:last-child {
  margin-bottom: 0;
}
.card-market-horizontal .right-c-m-h .layer-04 {
  padding-left: 10px;
}
.card-market-horizontal .right-c-m-h .layer-04 .ttl {
  font-size: 13px;
  line-height: 18px;
  color: #101010;
  padding-bottom: 10px;
}
.card-market-horizontal .right-c-m-h .layer-04 .lnk {
  color: #2ea0e9;
  transition: color 200ms;
}
.card-market-horizontal .right-c-m-h .layer-04 .lnk:hover {
  color: #0e80c9;
}
.card-market-horizontal .right-c-m-h .layer-04 .btn {
  color: #2ea0e9;
  background: #ffffff;
  padding: 8px 13px 8px 13px;
  border-radius: 100px;
  font-size: 13px;
  border: 1px solid #2ea0e9;
  margin-bottom: 15px;
  margin-right: 10px;
  width: 100%;
}
.card-market-horizontal .right-c-m-h .layer-04 .btn:hover {
  color: #0e80c9;
  border: 1px solid #0e80c9;
}
.card-market-horizontal .right-c-m-h .layer-05 {
  position: absolute;
  bottom: 20px;
  font-size: 0;
}
.card-market-horizontal .right-c-m-h .layer-05 .lnk {
  font-size: 13px;
  color: #2ea0e9;
  margin-left: 15px;
  transition: color 200ms;
}
.card-market-horizontal .right-c-m-h .layer-05 .lnk:hover {
  color: #0e80c9;
}
.card-market-horizontal .right-c-m-h .layer-05 .ttl {
  font-size: 13px;
  color: #101010;
}
.card-market-horizontal .right-c-m-h .layer-05 .metro {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_station-red.svg);
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-size: 11px 50%;
  padding-left: 16px;
}
.card-market-horizontal .right-c-m-h .layer-05 .adress {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_address.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 15px 70%;
  padding-left: 18px;
}
.card-market-horizontal .lable-adv {
  font-size: 10px;
  background-color: #cfcfcf;
  color: #ffffff;
  display: inline-block;
  padding: 6px 5px 6px 6px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: opacity 200ms, border 600ms, background 600ms;
  text-transform: uppercase;
}
.card-market-horizontal .border {
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: border 200ms;
}

.card-market-horizontal:hover .right-c-m-h .lable-adv {
  background-color: #f9cb00;
}
.card-market-horizontal:hover .right-c-m-h .border {
  border-bottom: 4px solid #f9cb00;
  border-bottom: 4px solid #f9cb00;
  border-top: 4px solid #f9cb00;
  border-right: 4px solid #f9cb00;
}

.card-market-map {
  width: 550px;
  background-color: #ffffff;
  margin: 20px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.28);
}
.card-market-map .card-map-head {
  border-bottom: 1px solid #cfcfcf;
  padding: 15px;
  position: relative;
}
.card-market-map .card-map-head .close {
  width: 20px;
  height: 20px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_clear/_img/_cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px;
  cursor: pointer;
  transition: opacity 200ms;
}
.card-market-map .card-map-head .close:hover {
  opacity: 0.5;
}
.card-market-map .card-map-head .content .name {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  margin: 0 20px 0 0;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  padding-left: 30px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_address.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 16px 70%;
}
.card-market-map .card-map-head .content .name sup {
  font-size: 12px;
  top: -9px;
  left: 2px;
}
.card-market-map .card-map-content {
  overflow: auto;
  max-height: 305px;
  font-size: 0;
}
.card-market-map .card-map-content .item {
  border-bottom: 1px solid #cfcfcf;
  padding: 15px;
  cursor: pointer;
  transition: background 200ms;
}
.card-market-map .card-map-content .item:hover {
  background-color: #f4f4f4;
}
.card-market-map .card-map-content .item:last-child {
  border-bottom: 0;
}
.card-market-map .card-map-content .section {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.card-market-map .card-map-content .product {
  width: 56%;
}
.card-market-map .card-map-content .date {
  width: 20%;
  color: #575757;
}
.card-market-map .card-map-content .price {
  width: 20%;
}
.card-market-map .card-map-content .arrow {
  width: 4%;
  display: inline-block;
  font-size: 14px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_user-activiti/_img/_arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.card-market-map .card-map-content .arrow .dummy {
  visibility: hidden;
}
.card-market-map .card-map-more {
  text-align: center;
  padding: 20px 0 20px 0;
  background-color: #f9cb00;
  color: #101010;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
}
.card-market-map .card-map-more:hover {
  background-color: #0edf67;
}

@media (max-width: 1019px) {
  .card-market-map {
    overflow: auto;
    max-width: none;
    position: absolute;
    width: 100%;
    margin: 0;
  }
  .card-market-map .card-map-content {
    max-height: 203px;
  }
}
@media (max-width: 699px) {
  .card-market-map .card-map-content {
    max-height: 227px;
  }
  .card-market-map .card-map-content .product {
    width: 100%;
    padding-bottom: 5px;
  }
  .card-market-map .card-map-content .date {
    width: 48%;
    text-align: right;
    padding-right: 20px;
  }
  .card-market-map .card-map-content .price {
    width: 48%;
  }
  .card-market-map .card-map-content .arrow {
    width: 4%;
  }
}
.card-ideas {
  width: 100%;
  height: 460px;
  padding: 180px 30px 0 30px;
  display: block;
  position: relative;
  background: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_shadow.png), url(/bitrix/templates/vdolevke/ui/modules/_card/_card-ideas/_img/_img.png);
  background-position: bottom, center;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
}
.card-ideas .title-idea {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #101010;
  font-weight: 500;
  line-height: 32px;
  background-color: #f9cb00;
  padding: 10px 15px 10px 15px;
  transition: background 200ms;
}
.card-ideas .panel {
  position: absolute;
  bottom: 30px;
}
.card-ideas br {
  font-size: 0;
}
.card-ideas .panel .title {
  color: #ffffff;
}

.card-ideas:hover .title-idea {
  background-color: #0edf67;
}

.button-default {
  margin: auto;
}
.button-default .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #14a790;
  border: 1px solid #0a8f7a;
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  transition: background 200ms, color 200ms, border 200ms;
  height: 48px;
  color: #ffffff;
}
.button-default .item:hover {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
}
.button-default .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
}

@media (min-width: 0) and (max-width: 699px) {
  .button-default {
    margin: 0;
    max-width: 100%;
  }
}
.button-more-two .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  transition: background 200ms, color 200ms, border 200ms;
  height: 48px;
}
.button-more-two .item:hover {
  border: 1px solid #bababa;
  background-color: #f4f4f4;
}

.button-more .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  transition: background 200ms, color 200ms, border 200ms;
  height: 48px;
}
.button-more .item:hover {
  border: 1px solid #bababa;
  background-color: #f4f4f4;
}
.button-more .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  transition: background 200ms, color 200ms, border 200ms;
}
.button-more .active .indicator {
  background-color: #0e80c9;
  transition: background 200ms, color 200ms, border 200ms;
}
.button-more .active:hover {
  border: 1px solid #0e80c9;
  background-color: #2ea0e9;
}
.button-more .indicator {
  background-color: #ea3b3b;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 8px 2px 8px;
  border-radius: 100px;
  margin-left: 8px;
  transition: background 200ms, color 200ms, border 200ms;
}

.button-add {
  color: #0e80c9;
  background-color: #ffffff;
  padding: 15px 20px 15px 20px;
  border-radius: 100px;
  border: 1px solid #0e80c9;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background 200ms;
}
.button-add .caret {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_button-add/_img/_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  padding: 0 7px 0 7px;
  margin-right: 10px;
}

.button-add:hover {
  background-color: #2ea0e9;
}

@media (max-width: 700px) {
  .button-add {
    width: 100%;
  }
}
.button-add-two .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #f9cb00;
  border: 1px solid #e29125;
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  transition: background 200ms, color 200ms, border 200ms;
  height: 48px;
}
.button-add-two .item:hover {
  border: 1px solid #14a790;
  background-color: #0edf67;
}

.button-valuation {
  color: #ffffff;
  background-color: #2ea0e9;
  padding: 15px 20px 15px 20px;
  border-radius: 100px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: background 200ms;
}
.button-valuation .caret {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_button-add/_img/_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  padding: 0 7px 0 7px;
  margin-right: 10px;
}

.button-valuation:hover {
  background-color: #14a790;
}

@media (max-width: 700px) {
  .button-valuation {
    width: 100%;
    border-radius: 3px;
  }
}
.button-dropdown .button {
  font-size: 0;
  border: 1px solid #cfcfcf;
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  transition: border 200ms, background 200ms;
  cursor: pointer;
  height: 48px;
}
.button-dropdown .button .caret {
  display: inline-block;
  background-color: #ffffff;
  border-left: 1px solid #cfcfcf;
  border-radius: 0 3px 3px 0;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-city/_img/_caret.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 100%;
  transition: border 200ms;
  float: right;
}
.button-dropdown .button .caret .dummy {
  padding: 15px 0 15px 0;
  width: 30px;
  visibility: hidden;
  font-size: 14px;
}
.button-dropdown .button .name {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px 0 0 3px;
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  float: left;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 200ms;
}
.button-dropdown .button:hover {
  border: 1px solid #bababa;
  background-color: #f4f4f4;
}
.button-dropdown .button:hover .name {
  background-color: #f4f4f4;
}
.button-dropdown .button:hover .caret {
  border-left: 1px solid #bababa;
}

.active-button-dropdown .list-default {
  display: block;
}

@media (min-width: 0) and (max-width: 699px) {
  .button-dropdown .button .name {
    max-width: 260px;
  }
}
.button-dropdown-two .button {
  font-size: 0;
  border: 1px solid #cfcfcf;
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  transition: border 200ms, background 200ms;
  cursor: pointer;
  height: 48px;
}
.button-dropdown-two .button .caret {
  display: inline-block;
  background-color: #ffffff;
  border-left: 1px solid #cfcfcf;
  border-radius: 0 3px 3px 0;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-city/_img/_caret.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 100%;
  transition: border 200ms;
  float: right;
}
.button-dropdown-two .button .caret .dummy {
  padding: 15px 0 15px 0;
  width: 30px;
  visibility: hidden;
  font-size: 14px;
}
.button-dropdown-two .button .name {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px 0 0 3px;
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  float: left;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 200ms;
}
.button-dropdown-two .button .name sup {
  padding-left: 5px;
  color: #575757;
}
.button-dropdown-two .button:hover {
  border: 1px solid #bababa;
  background-color: #f4f4f4;
}
.button-dropdown-two .button:hover .name {
  background-color: #f4f4f4;
}
.button-dropdown-two .button:hover .caret {
  border-left: 1px solid #bababa;
}

.active-button-dropdown-two .list-default-two {
  display: block;
}

@media (min-width: 0) and (max-width: 699px) {
  .button-dropdown-two .button .name {
    max-width: 260px;
  }
}
.checkbox {
  font-size: 0;
  position: relative;
  cursor: pointer;
}
.checkbox .ico {
  width: 16px;
  height: 16px;
  position: absolute;
  margin: 3px 0 0 0;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 3px;
  transition: border 200ms;
}
.checkbox .ico .inner-on {
  background-color: #2ea0e9;
  width: 100%;
  height: 100%;
}
.checkbox .ico .inner-off {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
.checkbox .fake-input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.checkbox .text {
  font-size: 14px;
  line-height: 22px;
  margin-left: 25px;
  cursor: pointer;
}

.checkbox:hover .ico {
  border-color: #bababa;
}

.radio {
  font-size: 0;
  position: relative;
  cursor: pointer;
}
.radio .ico {
  width: 16px;
  height: 16px;
  position: absolute;
  margin: 3px 0 0 0;
  border: 1px solid #cfcfcf;
  border-radius: 100px;
  background-color: #ffffff;
  padding: 3px;
  transition: border 200ms;
}
.radio .ico .inner-on {
  background-color: #2ea0e9;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}
.radio .ico .inner-off {
  background-color: #ffffff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}
.radio .fake-input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.radio .text {
  font-size: 14px;
  line-height: 22px;
  margin-left: 25px;
  cursor: pointer;
}

.radio:hover .ico {
  border-color: #bababa;
}

.text-list {
  font-size: 0;
  position: relative;
}
.text-list .text {
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.text-list .text .fake-input {
  visibility: hidden;
  width: 0;
  height: 0;
}

.add-file .item {
  padding: 30px 20px 30px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px dashed #0e80c9;
  color: #0e80c9;
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  transition: background 200ms, color 200ms, border 200ms;
}
.add-file .item:hover {
  border: 1px dashed #14a790;
  color: #14a790;
}

.social-set {
  font-size: 0;
}
.social-set .btn {
  padding: 15px;
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: opacity 200ms;
}
.social-set .btn .img {
  font-size: 14px;
}
.social-set .btn .img .dummy {
  visibility: hidden;
}
.social-set .btn .text {
  font-size: 14px;
}
.social-set .btn:hover {
  opacity: 0.9;
}
.social-set .fb {
  background: #4f69a2;
}
.social-set .fb .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_f.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 16px 100%;
  padding-right: 15px;
}
.social-set .vk {
  background: #6b8caf;
}
.social-set .vk .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_v.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 18px 100%;
  padding-right: 15px;
}
.social-set .tv {
  background: #50abf1;
}
.social-set .tv .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_t.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 16px 100%;
  padding-right: 15px;
}
.social-set .mr {
  background: #226eb7;
}
.social-set .mr .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_m.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 16px 100%;
  padding-right: 15px;
}
.social-set .gg {
  background: #c25234;
}
.social-set .gg .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_g.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 19px 100%;
  padding-right: 15px;
}
.social-set .ok {
  background: #eb722e;
}
.social-set .ok .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_o.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 16px 100%;
  padding-right: 15px;
}

@media (max-width: 699px) {
  .social-set .btn {
    display: block;
  }
}
.social-set-two {
  margin: auto;
}
.social-set-two .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  transition: opacity 200ms;
  height: 48px;
  color: #ffffff;
  text-align: right;
}
.social-set-two .item:hover {
  opacity: 0.8;
}
.social-set-two .fb {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_f.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 15px;
  background-color: #4f69a2;
}
.social-set-two .vk {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_v.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 15px;
  background-color: #6b8caf;
}
.social-set-two .tv {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_t.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 15px;
  background-color: #50abf1;
}
.social-set-two .mr {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_m.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 15px;
  background-color: #226eb7;
}
.social-set-two .gg {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_g.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 17px;
  background-color: #c25234;
}
.social-set-two .ok {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_o.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 15px;
  background-color: #eb722e;
}

@media (min-width: 0) and (max-width: 699px) {
  .social-set-two {
    margin: 0;
    max-width: 100%;
  }
}
.tab-new-building {
  font-size: 0;
  margin: 0 1px 0 0;
}
.tab-new-building .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin: 0 -1px 0 0;
  position: relative;
  z-index: 1 !important;
  height: 48px;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-new-building .item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-new-building .item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-new-building .item:hover {
  z-index: 1 !important;
  background-color: #f4f4f4;
}
.tab-new-building .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  z-index: 2 !important;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-new-building .active:hover {
  background-color: #2ea0e9;
  z-index: 3 !important;
}

@media (min-width: 1020px) and (max-width: 1339px) {
  .tab-new-building .item {
    width: 33.44%;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .tab-new-building .item {
    width: 33.48%;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .tab-new-building {
    margin: 0 0 0 0;
  }
  .tab-new-building .item {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .tab-new-building .item:first-child {
    border-radius: 3px 3px 0 0;
  }
  .tab-new-building .item:last-child {
    border-radius: 0 0 3px 3px;
  }
}
.tab-old-building {
  font-size: 0;
  margin: 0 1px 0 0;
}
.tab-old-building .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin: 0 -1px 0 0;
  position: relative;
  z-index: 1 !important;
  height: 48px;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-old-building .item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-old-building .item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-old-building .item:hover {
  z-index: 1 !important;
  background-color: #f4f4f4;
}
.tab-old-building .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  z-index: 2 !important;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-old-building .active:hover {
  background-color: #2ea0e9;
  z-index: 3 !important;
}

@media (min-width: 1020px) and (max-width: 1339px) {
  .tab-old-building .item {
    width: 50%;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .tab-old-building .item {
    width: 50%;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .tab-old-building {
    margin: 0 0 0 0;
  }
  .tab-old-building .item {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .tab-old-building .item:first-child {
    border-radius: 3px 3px 0 0;
  }
  .tab-old-building .item:last-child {
    border-radius: 0 0 3px 3px;
  }
}
.tab-experts {
  font-size: 0;
  margin: 0 1px 0 0;
}
.tab-experts .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin: 0 -1px 0 0;
  position: relative;
  z-index: 1 !important;
  height: 48px;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-experts .item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-experts .item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-experts .item:hover {
  z-index: 1 !important;
  background-color: #f4f4f4;
}
.tab-experts .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  z-index: 2 !important;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-experts .active:hover {
  background-color: #2ea0e9;
  z-index: 3 !important;
}

@media (min-width: 1020px) and (max-width: 1339px) {
  .tab-experts .item {
    width: 33.44%;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .tab-experts .item {
    width: 33.48%;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .tab-experts {
    margin: 0 0 0 0;
  }
  .tab-experts .item {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .tab-experts .item:first-child {
    border-radius: 3px 3px 0 0;
  }
  .tab-experts .item:last-child {
    border-radius: 0 0 3px 3px;
  }
}
.tab-experts-articles {
  font-size: 0;
  margin: 0 1px 0 0;
}
.tab-experts-articles .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin: 0 -1px 0 0;
  position: relative;
  z-index: 1 !important;
  height: 48px;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-experts-articles .item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-experts-articles .item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-experts-articles .item:hover {
  z-index: 1 !important;
  background-color: #f4f4f4;
}
.tab-experts-articles .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  z-index: 2 !important;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-experts-articles .active:hover {
  background-color: #2ea0e9;
  z-index: 3 !important;
}

@media (min-width: 1020px) and (max-width: 1339px) {
  .tab-experts-articles .item {
    width: 50%;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .tab-experts-articles .item {
    width: 50%;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .tab-experts-articles {
    margin: 0 0 0 0;
  }
  .tab-experts-articles .item {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .tab-experts-articles .item:first-child {
    border-radius: 3px 3px 0 0;
  }
  .tab-experts-articles .item:last-child {
    border-radius: 0 0 3px 3px;
  }
}
.tab-market {
  font-size: 0;
  margin: 0 1px 0 0;
}
.tab-market .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin: 0 -1px 0 0;
  position: relative;
  z-index: 1 !important;
  height: 48px;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-market .item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-market .item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-market .item:hover {
  z-index: 1 !important;
  background-color: #f4f4f4;
}
.tab-market .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  z-index: 2 !important;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-market .active:hover {
  background-color: #2ea0e9;
  z-index: 3 !important;
}

@media (min-width: 1020px) and (max-width: 1339px) {
  .tab-market .item {
    width: calc(20% + 1px);
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .tab-market .item {
    width: calc(20% + 1px);
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .tab-market {
    margin: 0 0 0 0;
  }
  .tab-market .item {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .tab-market .item:first-child {
    border-radius: 3px 3px 0 0;
  }
  .tab-market .item:last-child {
    border-radius: 0 0 3px 3px;
  }
}
.tab-view-map {
  font-size: 0;
}
.tab-view-map .item {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin: 0 0 0 -1px;
  position: relative;
  z-index: 1 !important;
  height: 48px;
  font-size: 0;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-view-map .item .tile {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_tab/_tab-view-map/_img/_tile-b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 100%;
  font-size: 14px;
  width: 48px;
  margin: auto;
}
.tab-view-map .item .list {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_tab/_tab-view-map/_img/_list-b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 100%;
  font-size: 14px;
  width: 48px;
}
.tab-view-map .item .map .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_tab/_tab-view-map/_img/_map-b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 100%;
  font-size: 14px;
  width: 48px;
}
.tab-view-map .item .map .text {
  display: inline-block;
  font-size: 14px;
  padding: 0 15px 0 0;
}
.tab-view-map .item .dummy {
  visibility: hidden;
  padding: 15px 20px 15px 20px;
}
.tab-view-map .item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-view-map .item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-view-map .item:hover {
  z-index: 1 !important;
  background-color: #f4f4f4;
}
.tab-view-map .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  z-index: 2 !important;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-view-map .active .tile {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_tab/_tab-view-map/_img/_tile-w.svg);
}
.tab-view-map .active .list {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_tab/_tab-view-map/_img/_list-w.svg);
}
.tab-view-map .active .map .ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_tab/_tab-view-map/_img/_map-w.svg);
}
.tab-view-map .active:hover {
  background-color: #2ea0e9;
  z-index: 3 !important;
}

@media (min-width: 0) and (max-width: 699px) {
  .tab-view-map .item {
    width: calc(50% + 0.5px);
    margin: 0 -1px 0 0;
  }
  .tab-view-map .item .tile {
    width: auto;
  }
  .tab-view-map .item .list {
    width: auto;
  }
}
@media (min-width: 0) and (max-width: 1019px) {
  .tab-view-map .item .map .text {
    display: none;
  }
  .tab-view-map .disconnected {
    display: none;
  }
}
.tab-view {
  font-size: 0;
}
.tab-view .item {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin: 0 0 0 -1px;
  position: relative;
  z-index: 1 !important;
  height: 48px;
  font-size: 0;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-view .item .tile {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_tab/_tab-view/_img/_tile-b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 100%;
  font-size: 14px;
  width: 48px;
}
.tab-view .item .list {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_tab/_tab-view/_img/_list-b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 100%;
  font-size: 14px;
  width: 48px;
}
.tab-view .item .dummy {
  visibility: hidden;
  padding: 15px 20px 15px 20px;
}
.tab-view .item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-view .item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-view .item:hover {
  z-index: 1 !important;
  background-color: #f4f4f4;
}
.tab-view .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  z-index: 2 !important;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-view .active .tile {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_tab/_tab-view/_img/_tile-w.svg);
}
.tab-view .active .list {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_tab/_tab-view/_img/_list-w.svg);
}
.tab-view .active:hover {
  background-color: #2ea0e9;
  z-index: 3 !important;
}

@media (min-width: 0) and (max-width: 1019px) {
  .tab-view {
    display: none;
  }
}
.tab-layout {
  font-size: 0;
  margin: 0 1px 0 0;
}
.tab-layout .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin: 0 -1px 0 0;
  position: relative;
  z-index: 1 !important;
  height: 48px;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-layout .item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-layout .item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-layout .item:hover {
  z-index: 1 !important;
  background-color: #f4f4f4;
}
.tab-layout .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  z-index: 2 !important;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-layout .active:hover {
  background-color: #2ea0e9;
  z-index: 3 !important;
}

@media (min-width: 1020px) and (max-width: 1339px) {
  .tab-layout .item {
    width: calc(14.222222222222222% + 1.4px);
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .tab-layout .item {
    width: calc(14.222222222222222% + 1.4px);
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .tab-layout {
    margin: 0 0 0 0;
  }
  .tab-layout .item {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .tab-layout .item:first-child {
    border-radius: 3px 3px 0 0;
  }
  .tab-layout .item:last-child {
    border-radius: 0 0 3px 3px;
  }
}
.tab-apartments {
  font-size: 0;
  margin: 0 1px 0 0;
}
.tab-apartments .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin: 0 -1px 0 0;
  position: relative;
  z-index: 1 !important;
  height: 48px;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-apartments .item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-apartments .item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-apartments .item:hover {
  z-index: 1 !important;
  background-color: #f4f4f4;
}
.tab-apartments .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  z-index: 2 !important;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-apartments .active:hover {
  background-color: #2ea0e9;
  z-index: 3 !important;
}

@media (min-width: 700px) and (max-width: 1019px) {
  .tab-apartments .item {
    width: 33.48%;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .tab-apartments {
    margin: 0 0 0 0;
  }
  .tab-apartments .item {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .tab-apartments .item:first-child {
    border-radius: 3px 3px 0 0;
  }
  .tab-apartments .item:last-child {
    border-radius: 0 0 3px 3px;
  }
}
.tab-privacy {
  font-size: 0;
  margin: 0 1px 0 0;
}
.tab-privacy .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin: 0 -1px 0 0;
  position: relative;
  z-index: 1 !important;
  height: 48px;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-privacy .item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-privacy .item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-privacy .item:hover {
  z-index: 1 !important;
  background-color: #f4f4f4;
}
.tab-privacy .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  z-index: 2 !important;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-privacy .active:hover {
  background-color: #2ea0e9;
  z-index: 3 !important;
}

@media (min-width: 700px) and (max-width: 1019px) {
  .tab-privacy .item {
    width: 33.48%;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .tab-privacy {
    margin: 0 0 0 0;
  }
  .tab-privacy .item {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .tab-privacy .item:first-child {
    border-radius: 3px 3px 0 0;
  }
  .tab-privacy .item:last-child {
    border-radius: 0 0 3px 3px;
  }
}
.list-default {
  position: absolute;
  z-index: 10000;
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
  max-width: 300px;
  min-width: 150px;
  display: none;
}
.list-default .item {
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 200ms, border 200ms;
}
.list-default .item:hover {
  background-color: #f4f4f4;
}
.list-default .item:hover .checkbox .ico,
.list-default .item:hover .radio .ico {
  border-color: #bababa;
}

@media (min-width: 0) and (max-width: 1019px) {
  .list-default {
    width: calc(100% - 20px);
    max-width: none;
  }
}
.list-default-two {
  position: absolute;
  z-index: 10000;
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
  max-width: 300px;
  min-width: 150px;
  display: none;
}
.list-default-two .item {
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 200ms, border 200ms;
}
.list-default-two .item sup {
  padding-left: 5px;
  color: #575757;
}
.list-default-two .item:hover {
  background-color: #f4f4f4;
}
.list-default-two .item:hover .checkbox .ico,
.list-default-two .item:hover .radio .ico {
  border-color: #bababa;
}

@media (min-width: 0) and (max-width: 1019px) {
  .list-default-two {
    width: calc(100% - 20px);
    max-width: none;
  }
}
.list-user {
  position: absolute;
  z-index: 10000;
  padding: 0;
  margin: 10px 0 0 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
  max-width: 300px;
  min-width: 150px;
  display: none;
}
.list-user .item {
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 200ms, border 200ms;
  border-bottom: 1px solid #cfcfcf;
}
.list-user .item .indicator {
  background-color: #ea3b3b;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 8px 2px 8px;
  border-radius: 100px;
  margin-left: 8px;
  transition: background 200ms, color 200ms, border 200ms;
}
.list-user .item:hover {
  background-color: #f4f4f4;
}
.list-user .item:hover .checkbox .ico,
.list-user .item:hover .radio .ico {
  border-color: #bababa;
}
.list-user .item-inner {
  padding: 20px 20px 20px 40px;
  cursor: pointer;
  font-size: 14px;
  transition: background 200ms, border 200ms;
  border-bottom: 1px solid #cfcfcf;
  background-color: #f4f4f4;
}
.list-user .item-inner sup {
  padding-left: 5px;
}
.list-user .item-inner:hover {
  background-color: #ffffff;
}

@media (min-width: 0) and (max-width: 1019px) {
  .list-user {
    width: calc(100% - 20px);
    max-width: none;
  }
}
.input-default {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 20px;
  color: #101010;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  transition: border 200ms, background 200ms;
}

.input-default:hover {
  border-color: #bababa;
  background-color: #f4f4f4;
}

.textarea {
  width: 100%;
  line-height: 22px;
  padding: 20px 20px 0 20px;
  min-height: 120px;
  color: #101010;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  transition: border 200ms, background 200ms;
}

.textarea:hover {
  border-color: #bababa;
  background-color: #f4f4f4;
}

.textarea-editor .panel-editor {
  border-radius: 3px 3px 0 0;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  padding: 15px;
  font-size: 10px;
  background-color: #f4f4f4;
}
.textarea-editor .input-editor {
  width: 100%;
  line-height: 22px;
  padding: 20px 20px 0 20px;
  min-height: 180px;
  color: #101010;
  border-radius: 0 0 3px 3px;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  transition: border 200ms, background 200ms;
}
.textarea-editor .input-editor:hover {
  border-color: #bababa;
  background-color: #f4f4f4;
}

.input-search {
  font-size: 0;
}
.input-search .input {
  width: calc(100% - 50px);
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 20px;
  color: #101010;
  border-radius: 3px 0 0 3px;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-right: 0;
  font-size: 14px;
  transition: border 200ms, background 200ms;
  display: inline-block;
}
.input-search .input:hover {
  border-color: #bababa;
  background-color: #f4f4f4;
}
.input-search .item {
  background-color: #14a790;
  border: 1px solid #0a8f7a;
  border-radius: 0 3px 3px 0;
  height: 48px;
  font-size: 0;
  transition: background 200ms, color 200ms, border 200ms;
  display: inline-block;
}
.input-search .item .tile {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_form/_input-search/_img/_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 100%;
  font-size: 14px;
  width: 48px;
}
.input-search .item .dummy {
  visibility: hidden;
  padding: 15px 20px 15px 20px;
}
.input-search .item:hover {
  background-color: #2ea0e9;
  border: 1px solid #0e80c9;
}

.date-object {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  margin: 25px 0 25px 0;
}

@media (max-width: 699px) {
  .date-object {
    margin: 0 0 25px 0;
  }
}
.spacer-object {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_spacer-object/_img/_circle.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 28px;
}
.spacer-object .dummy {
  color: #575757;
  font-size: 13px;
  padding: 25px 15px 25px 15px;
  visibility: hidden;
}

.author-object {
  font-size: 0;
}
.author-object .userpic {
  display: inline-block;
  position: relative;
}
.author-object .userpic .image {
  border-radius: 50px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_author-object/_img/_user.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 15px;
}
.author-object .userpic .dummy {
  font-size: 13px;
  padding: 25px 13px 25px 13px;
  visibility: hidden;
}
.author-object .username {
  font-family: "Roboto", sans-serif;
  color: #2ea0e9;
  font-size: 13px;
  margin: 25px 0 25px 15px;
  transition: color 200ms;
  display: inline-block;
}
.author-object .username:hover {
  color: #0e80c9;
}

.place-object {
  font-size: 0;
}
.place-object .placepic {
  display: inline-block;
  position: relative;
}
.place-object .placepic .image {
  border-radius: 50px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_place-object/_img/_place.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 15px;
}
.place-object .placepic .dummy {
  font-size: 13px;
  padding: 25px 13px 25px 13px;
  visibility: hidden;
}
.place-object .placename {
  font-family: "Roboto", sans-serif;
  color: #2ea0e9;
  font-size: 13px;
  margin: 25px 0 25px 15px;
  transition: color 200ms;
  display: inline-block;
}
.place-object .placename:hover {
  color: #0e80c9;
}

.favorite-object {
  font-size: 0;
  cursor: pointer;
}
.favorite-object .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_favorite-object/_img/_favorite.svg);
  background-repeat: no-repeat;
  background-position: 50% 21px;
  background-size: 18px;
}
.favorite-object .ico .dummy {
  font-size: 13px;
  padding: 25px 9px 25px 9px;
  visibility: hidden;
}
.favorite-object .title {
  font-family: "Roboto", sans-serif;
  color: #2ea0e9;
  font-size: 13px;
  margin: 25px 0 25px 8px;
  transition: color 200ms;
  display: inline-block;
}

.favorite-object:hover .title {
  color: #0e80c9;
}

.complaint-object {
  font-size: 0;
  cursor: pointer;
}
.complaint-object .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_complaint-object/_img/_complaint.svg);
  background-repeat: no-repeat;
  background-position: 50% 21px;
  background-size: 18px;
}
.complaint-object .ico .dummy {
  font-size: 13px;
  padding: 25px 9px 25px 9px;
  visibility: hidden;
}
.complaint-object .title {
  font-family: "Roboto", sans-serif;
  color: #2ea0e9;
  font-size: 13px;
  margin: 25px 0 25px 8px;
  transition: color 200ms;
  display: inline-block;
}

.complaint-object:hover .title {
  color: #0e80c9;
}

.share-object {
  font-size: 0;
  cursor: pointer;
}
.share-object .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_share-object/_img/_share.svg);
  background-repeat: no-repeat;
  background-position: 50% 22px;
  background-size: 18px;
}
.share-object .ico .dummy {
  font-size: 13px;
  padding: 25px 9px 25px 9px;
  visibility: hidden;
}
.share-object .title {
  font-family: "Roboto", sans-serif;
  color: #2ea0e9;
  font-size: 13px;
  margin: 25px 0 25px 8px;
  transition: color 200ms;
  display: inline-block;
}

.share-object:hover .title {
  color: #0e80c9;
}

@media (max-width: 699px) {
  .share-object {
    display: none;
  }
}
.comment-object {
  font-size: 0;
  cursor: pointer;
}
.comment-object .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_comment-object/_img/_comment.svg);
  background-repeat: no-repeat;
  background-position: 50% 21px;
  background-size: 18px;
}
.comment-object .ico .dummy {
  font-size: 13px;
  padding: 25px 9px 25px 9px;
  visibility: hidden;
}
.comment-object .title {
  font-family: "Roboto", sans-serif;
  color: #2ea0e9;
  font-size: 13px;
  margin: 25px 0 25px 8px;
  transition: color 200ms;
  display: inline-block;
}

.comment-object:hover .title {
  color: #0e80c9;
}

.view-object {
  font-size: 0;
}
.view-object .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_view-object/_img/_view.svg);
  background-repeat: no-repeat;
  background-position: 50% 22px;
  background-size: 18px;
}
.view-object .ico .dummy {
  font-size: 13px;
  padding: 25px 9px 25px 9px;
  visibility: hidden;
}
.view-object .title {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  margin: 25px 0 25px 8px;
  transition: color 200ms;
  display: inline-block;
}

@media (max-width: 699px) {
  .view-object {
    display: none;
  }
}
.discussion-object {
  font-size: 0;
  cursor: pointer;
}
.discussion-object .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_comment-object/_img/_comment.svg);
  background-repeat: no-repeat;
  background-position: 50% 21px;
  background-size: 18px;
}
.discussion-object .ico .dummy {
  font-size: 13px;
  padding: 25px 9px 25px 9px;
  visibility: hidden;
}
.discussion-object .title {
  font-family: "Roboto", sans-serif;
  color: #2ea0e9;
  font-size: 13px;
  margin: 25px 0 25px 8px;
  display: inline-block;
}
.discussion-object .title .info {
  color: #575757;
}
.discussion-object .title .number {
  color: #2ea0e9;
  transition: color 200ms;
}

.discussion-object:hover .title .number {
  color: #0e80c9;
}

.people-object {
  font-size: 0;
  cursor: pointer;
}
.people-object .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_people-object/_img/_people.svg);
  background-repeat: no-repeat;
  background-position: 50% 21px;
  background-size: 18px;
}
.people-object .ico .dummy {
  font-size: 13px;
  padding: 25px 9px 25px 9px;
  visibility: hidden;
}
.people-object .title {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin: 25px 0 25px 8px;
  display: inline-block;
}
.people-object .title .info {
  color: #575757;
}
.people-object .title .number {
  color: #2ea0e9;
}

.people-object:hover .title .number {
  color: #0e80c9;
  transition: color 200ms;
}

.panel-comment {
  font-size: 0;
  padding-right: 15px;
}
.panel-comment .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-card/_panel-comment/_img/_comment.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 18px;
}
.panel-comment .ico .dummy {
  font-size: 13px;
  padding: 4px 6px 4px 6px;
  visibility: hidden;
}
.panel-comment .title {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  margin: 0 0 0 6px;
  transition: color 200ms;
  display: inline-block;
}

.panel-rating {
  font-size: 0;
  padding-right: 15px;
}
.panel-rating .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-card/_panel-rating/_img/_rating.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 18px;
}
.panel-rating .ico .dummy {
  font-size: 13px;
  padding: 4px 6px 4px 6px;
  visibility: hidden;
}
.panel-rating .title {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  margin: 0 0 0 4px;
  transition: color 200ms;
  display: inline-block;
}

.panel-offers {
  font-size: 0;
  padding-right: 15px;
}
.panel-offers .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-card/_panel-offers/_img/_offers.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 17px;
}
.panel-offers .ico .dummy {
  font-size: 13px;
  padding: 4px 6px 4px 6px;
  visibility: hidden;
}
.panel-offers .title {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  margin: 0 0 0 6px;
  transition: color 200ms;
  display: inline-block;
}

.panel-people {
  font-size: 0;
  padding-right: 15px;
}
.panel-people .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-card/_panel-people/_img/_people.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 17px;
}
.panel-people .ico .dummy {
  font-size: 13px;
  padding: 4px 6px 4px 6px;
  visibility: hidden;
}
.panel-people .title {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  margin: 0 0 0 6px;
  transition: color 200ms;
  display: inline-block;
}

.panel-like {
  font-size: 0;
  padding-right: 15px;
}
.panel-like .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-card/_panel-like/_img/_like.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px;
}
.panel-like .ico .dummy {
  font-size: 13px;
  padding: 4px 6px 4px 6px;
  visibility: hidden;
}
.panel-like .title {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  margin: 0 0 0 6px;
  transition: color 200ms;
  display: inline-block;
}

.panel-view {
  font-size: 0;
  padding-right: 15px;
}
.panel-view .ico {
  display: inline-block;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-card/_panel-view/_img/_view.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 17px;
}
.panel-view .ico .dummy {
  font-size: 13px;
  padding: 4px 6px 4px 6px;
  visibility: hidden;
}
.panel-view .title {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  margin: 0 0 0 7px;
  transition: color 200ms;
  display: inline-block;
}

.panel-username {
  font-size: 0;
  margin-left: 15px;
}
.panel-username .title {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  padding: 4px 0 4px 0;
  transition: color 200ms;
  display: inline-block;
}
.panel-username .title:hover {
  color: #2ea0e9;
}

.panel-date {
  font-size: 0;
  margin-left: 15px;
}
.panel-date .title {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  padding: 4px 0 4px 0;
  transition: color 200ms;
  display: inline-block;
}

.panel-city {
  font-size: 0;
  margin-left: 15px;
}
.panel-city .title {
  font-family: "Roboto", sans-serif;
  color: #575757;
  font-size: 13px;
  padding: 4px 0 4px 0;
  transition: color 200ms;
  display: inline-block;
}

.user-delete {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_user-delete/_img/_delete.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  transition: background 200ms;
}
.user-delete .dummy {
  width: 40px;
  height: 40px;
  visibility: hidden;
}

.user-delete:hover {
  background-color: #f4f4f4;
}

.user-edit {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_user-edit/_img/_edit.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  transition: background 200ms;
}
.user-edit .dummy {
  width: 40px;
  height: 40px;
  visibility: hidden;
}

.user-edit:hover {
  background-color: #f4f4f4;
}

.user-disable {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_user-disable/_img/_on.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  transition: background 200ms;
}
.user-disable .dummy {
  width: 40px;
  height: 40px;
  visibility: hidden;
}

.user-active {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_user-disable/_img/_off.svg);
}

.user-disable:hover {
  background-color: #f4f4f4;
}

.user-ambassador {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  transition: background 200ms;
}
.user-ambassador .dummy {
  width: 40px;
  height: 40px;
  visibility: hidden;
}

.user-ambassador:hover {
  background-color: #f4f4f4;
}

.st01 {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_user-edit/_img/_edit.svg);
}

.st03 {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_user-edit/_img/_edit.svg);
}

.st02 {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_user-edit/_img/_edit.svg);
}

.editor-delete {
  border: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-editor/_editor-delete/_img/_delete.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  transition: background 200ms;
}
.editor-delete .dummy {
  width: 40px;
  height: 40px;
  visibility: hidden;
}

.editor-delete:hover {
  background-color: #f4f4f4;
}

.editor-up {
  border: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-editor/_editor-up/_img/_up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  transition: background 200ms;
  margin-left: -1px;
}
.editor-up .dummy {
  width: 40px;
  height: 40px;
  visibility: hidden;
}

.editor-up:hover {
  background-color: #f4f4f4;
}

.editor-down {
  border: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-editor/_editor-down/_img/_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  transition: background 200ms;
  margin-left: -1px;
}
.editor-down .dummy {
  width: 40px;
  height: 40px;
  visibility: hidden;
}

.editor-down:hover {
  background-color: #f4f4f4;
}

.preview-main {
  width: 100%;
  padding-bottom: calc(50% - 2px);
  position: relative;
  border: 1px solid #cfcfcf;
}
.preview-main .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-market-vertical/_img/_img01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 15px solid #ffffff;
}

@media (max-width: 699px) {
  .preview-main {
    padding-bottom: calc(100% - 2px);
  }
  .preview-main .img {
    background-size: cover;
  }
}
.preview {
  width: 100%;
  padding-bottom: calc(100% - 2px);
  position: relative;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  transition: border 200ms;
}
.preview .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-market-vertical/_img/_img01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 7px solid #ffffff;
}

.preview:hover {
  border: 1px solid #f9cb00;
}

.preview-layout {
  width: 100%;
  padding-bottom: calc(100% - 2px);
  position: relative;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  transition: border 200ms;
}
.preview-layout .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_gallery/_preview-layout/_img/_preview.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 7px solid #ffffff;
}

.preview-layout:hover {
  border: 1px solid #f9cb00;
}

.preview-build {
  width: 100%;
  padding-bottom: calc(100% - 2px);
  position: relative;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  transition: border 200ms;
}
.preview-build .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_gallery/_preview-build/_img/_preview.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 7px solid #ffffff;
}

.preview-build:hover {
  border: 1px solid #f9cb00;
}

.preview-build-main {
  width: 100%;
  height: 300px;
  position: relative;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  transition: border 200ms;
}
.preview-build-main .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_gallery/_preview-build-main/_img/_preview.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 7px solid #ffffff;
}

.preview-build-main:hover {
  border: 1px solid #f9cb00;
}

.rating {
  width: 100%;
}
.rating .rating-head {
  font-size: 0;
  padding: 15px 20px 15px 20px;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_pattern.png);
}
.rating .rating-head .head-number,
.rating .rating-head .head-name,
.rating .rating-head .head-rating-info,
.rating .rating-head .head-section,
.rating .rating-head .head-see-more {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  white-space: nowrap;
  transition: color 200ms;
  padding-right: 10px;
}
.rating .rating-head .head-number:hover,
.rating .rating-head .head-name:hover,
.rating .rating-head .head-rating-info:hover,
.rating .rating-head .head-section:hover,
.rating .rating-head .head-see-more:hover {
  color: #2ea0e9;
}
.rating .rating-head .head-number {
  width: 10%;
}
.rating .rating-head .head-number .dummy {
  visibility: hidden;
}
.rating .rating-head .head-name {
  width: 27%;
}
.rating .rating-head .head-rating-info {
  width: 12%;
}
.rating .rating-head .head-section {
  width: 12%;
}
.rating .rating-head .head-see-more {
  width: 3%;
  padding-right: 0;
  text-align: right;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-down.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  transition: opacity 200ms;
}
.rating .rating-head .head-see-more .dummy {
  visibility: hidden;
}
.rating .rating-head .arrow-up {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-up.svg);
}
.rating .rating-head .head-see-more:hover {
  opacity: 0.7;
}
@media (max-width: 1339px) {
  .rating .rating-head .head-number {
    width: 17%;
  }
  .rating .rating-head .head-name {
    width: 55%;
  }
  .rating .rating-head .head-rating-info {
    width: 25%;
  }
  .rating .rating-head .head-section {
    display: none;
  }
}
@media (max-width: 699px) {
  .rating .rating-head .head-number {
    width: 27%;
  }
  .rating .rating-head .head-name {
    width: 38%;
  }
  .rating .rating-head .head-rating-info {
    width: 30%;
  }
  .rating .rating-head .head-section {
    display: none;
  }
  .rating .rating-head .head-see-more {
    width: 5%;
  }
}
.rating .rating-head .active {
  font-weight: 700;
}
.rating .rating-content .rating-item {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  transition: background 200ms;
  cursor: pointer;
}
.rating .rating-content .rating-item .main {
  font-size: 0;
  padding: 20px;
  display: block;
}
.rating .rating-content .rating-item .main .item-number,
.rating .rating-content .rating-item .main .item-name,
.rating .rating-content .rating-item .main .item-rating-info,
.rating .rating-content .rating-item .main .item-section,
.rating .rating-content .rating-item .main .item-see-more,
.rating .rating-content .rating-item .main .item-stub {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.rating .rating-content .rating-item .main .item-number {
  width: 10%;
}
.rating .rating-content .rating-item .main .item-number .arrow {
  padding: 0 4px 0 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.rating .rating-content .rating-item .main .item-number .arrow .dummy {
  visibility: hidden;
}
.rating .rating-content .rating-item .main .item-number .up {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_arrow-up.svg);
}
.rating .rating-content .rating-item .main .item-number .down {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_arrow-down.svg);
}
.rating .rating-content .rating-item .main .item-number .past {
  color: #bababa;
}
.rating .rating-content .rating-item .main .item-name {
  width: 27%;
}
.rating .rating-content .rating-item .main .item-name .pic {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_builder.jpg);
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 32px;
  height: 32px;
  display: block;
  margin-top: -8px;
}
.rating .rating-content .rating-item .main .item-name .txt {
  padding-left: 45px;
}
.rating .rating-content .rating-item .main .item-rating-info {
  width: 12%;
}
.rating .rating-content .rating-item .main .item-rating-info span {
  background-color: #f9cb00;
  padding: 0 4px 0 4px;
}
.rating .rating-content .rating-item .main .item-section {
  width: 12%;
}
.rating .rating-content .rating-item .main .item-see-more {
  width: 3%;
  padding-right: 0;
  text-align: right;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-down.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  transition: opacity 200ms;
}
.rating .rating-content .rating-item .main .item-see-more .dummy {
  visibility: hidden;
}
@media (max-width: 1339px) {
  .rating .rating-content .rating-item .main .item-number {
    width: 17%;
  }
  .rating .rating-content .rating-item .main .item-name {
    width: 55%;
  }
  .rating .rating-content .rating-item .main .item-rating-info {
    width: 25%;
  }
  .rating .rating-content .rating-item .main .item-section {
    display: none;
  }
}
@media (max-width: 699px) {
  .rating .rating-content .rating-item .main .item-number {
    width: 27%;
  }
  .rating .rating-content .rating-item .main .item-name {
    width: 38%;
  }
  .rating .rating-content .rating-item .main .item-name .pic {
    display: none;
  }
  .rating .rating-content .rating-item .main .item-name .txt {
    padding-left: 0;
  }
  .rating .rating-content .rating-item .main .item-rating-info {
    width: 30%;
  }
  .rating .rating-content .rating-item .main .item-section {
    display: none;
  }
  .rating .rating-content .rating-item .main .item-see-more {
    width: 5%;
  }
}
.rating .rating-content .rating-item .additional {
  padding: 0 20px 0 20px;
  display: none;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.rating .rating-content .rating-item .additional h4 {
  padding-bottom: 7px;
}
.rating .rating-content .rating-item .additional p {
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 20px;
}
.rating .rating-content .rating-item .additional .link {
  color: #2ea0e9;
  padding-top: 10px;
  padding-right: 20px;
  display: inline-block;
  transition: color 200ms;
}
.rating .rating-content .rating-item .additional .link:hover {
  color: #0a8f7a;
}
.rating .rating-content .rating-item .additional .specifications {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  padding-bottom: 20px;
}
.rating .rating-content .rating-item .additional .specifications .item {
  position: relative;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 20px;
}
.rating .rating-content .rating-item .additional .specifications .item .name:after {
  content: ".........................................................................................................................................................................................................................................................................................................................................................................................";
  font-size: 10px;
  color: #bababa;
  letter-spacing: 1px;
  padding-left: 5px;
}
.rating .rating-content .rating-item .additional .specifications .item .atribute {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 165px;
  padding-left: 5px;
  transition: background 200ms;
}
.rating .rating-content .rating-item .additional .specifications .item:last-child {
  margin-bottom: 0;
}
.rating .rating-content .rating-item .additional .social-rating {
  font-size: 0;
  margin-bottom: 10px;
}
.rating .rating-content .rating-item .additional .social-rating .btn {
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: opacity 200ms;
  width: 30px;
  height: 30px;
}
.rating .rating-content .rating-item .additional .social-rating .btn:hover {
  opacity: 0.9;
}
.rating .rating-content .rating-item .additional .social-rating .fb {
  background: #4f69a2;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_f.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .vk {
  background: #6b8caf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_v.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .tv {
  background: #50abf1;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_t.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .mr {
  background: #226eb7;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_m.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .gg {
  background: #c25234;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_g.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .ok {
  background: #eb722e;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_o.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .win-rating {
  font-size: 0;
  margin-bottom: 10px;
}
.rating .rating-content .rating-item .additional .win-rating .btn {
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: opacity 200ms;
  width: 30px;
  height: 30px;
}
.rating .rating-content .rating-item .additional .win-rating .btn:hover {
  opacity: 0.9;
}
.rating .rating-content .rating-item .additional .win-rating .ur {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_win.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rating .rating-content .show-additional .additional {
  display: block;
}
.rating .rating-content .show-additional .main .item-see-more {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-up.svg);
}
.rating .rating-content .rating-item:hover {
  background-color: #f4f4f4;
}
.rating .rating-content .rating-item:hover .main .item-see-more {
  opacity: 0.7;
}
.rating .rating-content .rating-item:hover .additional .specifications .atribute {
  background-color: #f4f4f4;
}
.rating .rating-more {
  text-align: center;
  padding: 25px 0 25px 0;
  background-color: #f9cb00;
  color: #101010;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
}
.rating .rating-more:hover {
  background-color: #0edf67;
}

.rating {
  width: 100%;
}
.rating .rating-head {
  font-size: 0;
  padding: 15px 20px 15px 20px;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_pattern.png);
}
.rating .rating-head .head-number,
.rating .rating-head .head-name,
.rating .rating-head .head-rating-info,
.rating .rating-head .head-section,
.rating .rating-head .head-see-more {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  white-space: nowrap;
  transition: color 200ms;
  padding-right: 10px;
}
.rating .rating-head .head-number:hover,
.rating .rating-head .head-name:hover,
.rating .rating-head .head-rating-info:hover,
.rating .rating-head .head-section:hover,
.rating .rating-head .head-see-more:hover {
  color: #2ea0e9;
}
.rating .rating-head .head-number {
  width: 10%;
}
.rating .rating-head .head-number .dummy {
  visibility: hidden;
}
.rating .rating-head .head-name {
  width: 27%;
}
.rating .rating-head .head-rating-info {
  width: 12%;
}
.rating .rating-head .head-section {
  width: 12%;
}
.rating .rating-head .head-see-more {
  width: 3%;
  padding-right: 0;
  text-align: right;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-down.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  transition: opacity 200ms;
}
.rating .rating-head .head-see-more .dummy {
  visibility: hidden;
}
.rating .rating-head .arrow-up {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-up.svg);
}
.rating .rating-head .head-see-more:hover {
  opacity: 0.7;
}
@media (max-width: 1339px) {
  .rating .rating-head .head-number {
    width: 17%;
  }
  .rating .rating-head .head-name {
    width: 55%;
  }
  .rating .rating-head .head-rating-info {
    width: 25%;
  }
  .rating .rating-head .head-section {
    display: none;
  }
}
@media (max-width: 699px) {
  .rating .rating-head .head-number {
    width: 27%;
  }
  .rating .rating-head .head-name {
    width: 38%;
  }
  .rating .rating-head .head-rating-info {
    width: 30%;
  }
  .rating .rating-head .head-section {
    display: none;
  }
  .rating .rating-head .head-see-more {
    width: 5%;
  }
}
.rating .rating-head .active {
  font-weight: 700;
}
.rating .rating-content .rating-item {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  transition: background 200ms;
  cursor: pointer;
}
.rating .rating-content .rating-item .main {
  font-size: 0;
  padding: 20px;
  display: block;
}
.rating .rating-content .rating-item .main .item-number,
.rating .rating-content .rating-item .main .item-name,
.rating .rating-content .rating-item .main .item-rating-info,
.rating .rating-content .rating-item .main .item-section,
.rating .rating-content .rating-item .main .item-see-more,
.rating .rating-content .rating-item .main .item-stub {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.rating .rating-content .rating-item .main .item-number {
  width: 10%;
}
.rating .rating-content .rating-item .main .item-number .arrow {
  padding: 0 4px 0 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.rating .rating-content .rating-item .main .item-number .arrow .dummy {
  visibility: hidden;
}
.rating .rating-content .rating-item .main .item-number .up {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_arrow-up.svg);
}
.rating .rating-content .rating-item .main .item-number .down {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_arrow-down.svg);
}
.rating .rating-content .rating-item .main .item-number .past {
  color: #bababa;
}
.rating .rating-content .rating-item .main .item-name {
  width: 27%;
}
.rating .rating-content .rating-item .main .item-name .pic {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_investors/_img/_object.png);
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 32px;
  height: 32px;
  display: block;
  margin-top: -8px;
}
.rating .rating-content .rating-item .main .item-name .txt {
  padding-left: 45px;
}
.rating .rating-content .rating-item .main .item-rating-info {
  width: 12%;
}
.rating .rating-content .rating-item .main .item-rating-info span {
  background-color: #f9cb00;
  padding: 0 4px 0 4px;
}
.rating .rating-content .rating-item .main .item-section {
  width: 12%;
}
.rating .rating-content .rating-item .main .item-see-more {
  width: 3%;
  padding-right: 0;
  text-align: right;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-down.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  transition: opacity 200ms;
}
.rating .rating-content .rating-item .main .item-see-more .dummy {
  visibility: hidden;
}
@media (max-width: 1339px) {
  .rating .rating-content .rating-item .main .item-number {
    width: 17%;
  }
  .rating .rating-content .rating-item .main .item-name {
    width: 55%;
  }
  .rating .rating-content .rating-item .main .item-rating-info {
    width: 25%;
  }
  .rating .rating-content .rating-item .main .item-section {
    display: none;
  }
}
@media (max-width: 699px) {
  .rating .rating-content .rating-item .main .item-number {
    width: 27%;
  }
  .rating .rating-content .rating-item .main .item-name {
    width: 38%;
  }
  .rating .rating-content .rating-item .main .item-name .pic {
    display: none;
  }
  .rating .rating-content .rating-item .main .item-name .txt {
    padding-left: 0;
  }
  .rating .rating-content .rating-item .main .item-rating-info {
    width: 30%;
  }
  .rating .rating-content .rating-item .main .item-section {
    display: none;
  }
  .rating .rating-content .rating-item .main .item-see-more {
    width: 5%;
  }
}
.rating .rating-content .rating-item .additional {
  padding: 0 20px 0 20px;
  display: none;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.rating .rating-content .rating-item .additional h4 {
  padding-bottom: 7px;
}
.rating .rating-content .rating-item .additional p {
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 20px;
}
.rating .rating-content .rating-item .additional .link {
  color: #2ea0e9;
  padding-top: 10px;
  padding-right: 20px;
  display: inline-block;
  transition: color 200ms;
}
.rating .rating-content .rating-item .additional .link:hover {
  color: #0a8f7a;
}
.rating .rating-content .rating-item .additional .specifications {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  padding-bottom: 20px;
}
.rating .rating-content .rating-item .additional .specifications .item {
  position: relative;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 20px;
}
.rating .rating-content .rating-item .additional .specifications .item .name:after {
  content: ".........................................................................................................................................................................................................................................................................................................................................................................................";
  font-size: 10px;
  color: #bababa;
  letter-spacing: 1px;
  padding-left: 5px;
}
.rating .rating-content .rating-item .additional .specifications .item .atribute {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 165px;
  padding-left: 5px;
  transition: background 200ms;
}
.rating .rating-content .rating-item .additional .specifications .item:last-child {
  margin-bottom: 0;
}
.rating .rating-content .rating-item .additional .social-rating {
  font-size: 0;
  margin-bottom: 10px;
}
.rating .rating-content .rating-item .additional .social-rating .btn {
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: opacity 200ms;
  width: 30px;
  height: 30px;
}
.rating .rating-content .rating-item .additional .social-rating .btn:hover {
  opacity: 0.9;
}
.rating .rating-content .rating-item .additional .social-rating .fb {
  background: #4f69a2;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_f.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .vk {
  background: #6b8caf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_v.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .tv {
  background: #50abf1;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_t.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .mr {
  background: #226eb7;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_m.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .gg {
  background: #c25234;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_g.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .ok {
  background: #eb722e;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_o.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .win-rating {
  font-size: 0;
  margin-bottom: 10px;
}
.rating .rating-content .rating-item .additional .win-rating .btn {
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: opacity 200ms;
  width: 30px;
  height: 30px;
}
.rating .rating-content .rating-item .additional .win-rating .btn:hover {
  opacity: 0.9;
}
.rating .rating-content .rating-item .additional .win-rating .ur {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_win.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rating .rating-content .show-additional .additional {
  display: block;
}
.rating .rating-content .show-additional .main .item-see-more {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-up.svg);
}
.rating .rating-content .rating-item:hover {
  background-color: #f4f4f4;
}
.rating .rating-content .rating-item:hover .main .item-see-more {
  opacity: 0.7;
}
.rating .rating-content .rating-item:hover .additional .specifications .atribute {
  background-color: #f4f4f4;
}
.rating .rating-more {
  text-align: center;
  padding: 25px 0 25px 0;
  background-color: #f9cb00;
  color: #101010;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
}
.rating .rating-more:hover {
  background-color: #0edf67;
}

.rating {
  width: 100%;
}
.rating .rating-head {
  font-size: 0;
  padding: 15px 20px 15px 20px;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_pattern.png);
}
.rating .rating-head .head-number,
.rating .rating-head .head-name,
.rating .rating-head .head-rating-info,
.rating .rating-head .head-section,
.rating .rating-head .head-see-more {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  white-space: nowrap;
  transition: color 200ms;
  padding-right: 10px;
}
.rating .rating-head .head-number:hover,
.rating .rating-head .head-name:hover,
.rating .rating-head .head-rating-info:hover,
.rating .rating-head .head-section:hover,
.rating .rating-head .head-see-more:hover {
  color: #2ea0e9;
}
.rating .rating-head .head-number {
  width: 10%;
}
.rating .rating-head .head-number .dummy {
  visibility: hidden;
}
.rating .rating-head .head-name {
  width: 27%;
}
.rating .rating-head .head-rating-info {
  width: 15%;
}
.rating .rating-head .head-section {
  width: 15%;
}
.rating .rating-head .head-see-more {
  width: 3%;
  padding-right: 0;
  text-align: right;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-down.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  transition: opacity 200ms;
}
.rating .rating-head .head-see-more .dummy {
  visibility: hidden;
}
.rating .rating-head .arrow-up {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-up.svg);
}
.rating .rating-head .head-see-more:hover {
  opacity: 0.7;
}
@media (max-width: 1339px) {
  .rating .rating-head .head-number {
    width: 17%;
  }
  .rating .rating-head .head-name {
    width: 55%;
  }
  .rating .rating-head .head-rating-info {
    width: 25%;
  }
  .rating .rating-head .head-section {
    display: none;
  }
}
@media (max-width: 699px) {
  .rating .rating-head .head-number {
    width: 27%;
  }
  .rating .rating-head .head-name {
    width: 38%;
  }
  .rating .rating-head .head-rating-info {
    width: 30%;
  }
  .rating .rating-head .head-section {
    display: none;
  }
  .rating .rating-head .head-see-more {
    width: 5%;
  }
}
.rating .rating-head .active {
  font-weight: 700;
}
.rating .rating-content .rating-item {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  transition: background 200ms;
  cursor: pointer;
}
.rating .rating-content .rating-item .main {
  font-size: 0;
  padding: 20px;
  display: block;
}
.rating .rating-content .rating-item .main .item-number,
.rating .rating-content .rating-item .main .item-name,
.rating .rating-content .rating-item .main .item-rating-info,
.rating .rating-content .rating-item .main .item-section,
.rating .rating-content .rating-item .main .item-see-more,
.rating .rating-content .rating-item .main .item-stub {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.rating .rating-content .rating-item .main .item-number {
  width: 10%;
}
.rating .rating-content .rating-item .main .item-number .arrow {
  padding: 0 4px 0 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.rating .rating-content .rating-item .main .item-number .arrow .dummy {
  visibility: hidden;
}
.rating .rating-content .rating-item .main .item-number .up {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_arrow-up.svg);
}
.rating .rating-content .rating-item .main .item-number .down {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_arrow-down.svg);
}
.rating .rating-content .rating-item .main .item-number .past {
  color: #bababa;
}
.rating .rating-content .rating-item .main .item-name {
  width: 27%;
}
.rating .rating-content .rating-item .main .item-name .pic {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_investors/_img/_object.png);
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 32px;
  height: 32px;
  display: block;
  margin-top: -8px;
}
.rating .rating-content .rating-item .main .item-name .txt {
  padding-left: 45px;
}
.rating .rating-content .rating-item .main .item-rating-info {
  width: 15%;
}
.rating .rating-content .rating-item .main .item-rating-info span {
  background-color: #f9cb00;
  padding: 0 4px 0 4px;
}
.rating .rating-content .rating-item .main .item-section {
  width: 15%;
}
.rating .rating-content .rating-item .main .item-see-more {
  width: 3%;
  padding-right: 0;
  text-align: right;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-down.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  transition: opacity 200ms;
}
.rating .rating-content .rating-item .main .item-see-more .dummy {
  visibility: hidden;
}
@media (max-width: 1339px) {
  .rating .rating-content .rating-item .main .item-number {
    width: 17%;
  }
  .rating .rating-content .rating-item .main .item-name {
    width: 55%;
  }
  .rating .rating-content .rating-item .main .item-rating-info {
    width: 25%;
  }
  .rating .rating-content .rating-item .main .item-section {
    display: none;
  }
}
@media (max-width: 699px) {
  .rating .rating-content .rating-item .main .item-number {
    width: 27%;
  }
  .rating .rating-content .rating-item .main .item-name {
    width: 38%;
  }
  .rating .rating-content .rating-item .main .item-name .pic {
    display: none;
  }
  .rating .rating-content .rating-item .main .item-name .txt {
    padding-left: 0;
  }
  .rating .rating-content .rating-item .main .item-rating-info {
    width: 30%;
  }
  .rating .rating-content .rating-item .main .item-section {
    display: none;
  }
  .rating .rating-content .rating-item .main .item-see-more {
    width: 5%;
  }
}
.rating .rating-content .rating-item .additional {
  padding: 0 20px 0 20px;
  display: none;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.rating .rating-content .rating-item .additional h4 {
  padding-bottom: 7px;
}
.rating .rating-content .rating-item .additional p {
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 20px;
}
.rating .rating-content .rating-item .additional .link {
  color: #2ea0e9;
  padding-top: 10px;
  padding-right: 20px;
  display: inline-block;
  transition: color 200ms;
}
.rating .rating-content .rating-item .additional .link:hover {
  color: #0a8f7a;
}
.rating .rating-content .rating-item .additional .specifications {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  padding-bottom: 20px;
}
.rating .rating-content .rating-item .additional .specifications .item {
  position: relative;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 20px;
}
.rating .rating-content .rating-item .additional .specifications .item .name:after {
  content: ".........................................................................................................................................................................................................................................................................................................................................................................................";
  font-size: 10px;
  color: #bababa;
  letter-spacing: 1px;
  padding-left: 5px;
}
.rating .rating-content .rating-item .additional .specifications .item .atribute {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 165px;
  padding-left: 5px;
  transition: background 200ms;
}
.rating .rating-content .rating-item .additional .specifications .item:last-child {
  margin-bottom: 0;
}
.rating .rating-content .rating-item .additional .social-rating {
  font-size: 0;
  margin-bottom: 10px;
}
.rating .rating-content .rating-item .additional .social-rating .btn {
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: opacity 200ms;
  width: 30px;
  height: 30px;
}
.rating .rating-content .rating-item .additional .social-rating .btn:hover {
  opacity: 0.9;
}
.rating .rating-content .rating-item .additional .social-rating .fb {
  background: #4f69a2;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_f.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .vk {
  background: #6b8caf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_v.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .tv {
  background: #50abf1;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_t.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .mr {
  background: #226eb7;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_m.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .gg {
  background: #c25234;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_g.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .ok {
  background: #eb722e;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_o.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .win-rating {
  font-size: 0;
  margin-bottom: 10px;
}
.rating .rating-content .rating-item .additional .win-rating .btn {
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: opacity 200ms;
  width: 30px;
  height: 30px;
}
.rating .rating-content .rating-item .additional .win-rating .btn:hover {
  opacity: 0.9;
}
.rating .rating-content .rating-item .additional .win-rating .ur {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_win.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rating .rating-content .show-additional .additional {
  display: block;
}
.rating .rating-content .show-additional .main .item-see-more {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-up.svg);
}
.rating .rating-content .rating-item:hover {
  background-color: #f4f4f4;
}
.rating .rating-content .rating-item:hover .main .item-see-more {
  opacity: 0.7;
}
.rating .rating-content .rating-item:hover .additional .specifications .atribute {
  background-color: #f4f4f4;
}
.rating .rating-more {
  text-align: center;
  padding: 25px 0 25px 0;
  background-color: #f9cb00;
  color: #101010;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
}
.rating .rating-more:hover {
  background-color: #0edf67;
}

.rating {
  width: 100%;
}
.rating .rating-head {
  font-size: 0;
  padding: 15px 20px 15px 20px;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_pattern.png);
}
.rating .rating-head .head-number,
.rating .rating-head .head-name,
.rating .rating-head .head-rating-info,
.rating .rating-head .head-section,
.rating .rating-head .head-see-more {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  white-space: nowrap;
  transition: color 200ms;
  padding-right: 10px;
}
.rating .rating-head .head-number:hover,
.rating .rating-head .head-name:hover,
.rating .rating-head .head-rating-info:hover,
.rating .rating-head .head-section:hover,
.rating .rating-head .head-see-more:hover {
  color: #2ea0e9;
}
.rating .rating-head .head-number {
  width: 10%;
}
.rating .rating-head .head-number .dummy {
  visibility: hidden;
}
.rating .rating-head .head-name {
  width: 27%;
}
.rating .rating-head .head-rating-info {
  width: 15%;
}
.rating .rating-head .head-section {
  width: 15%;
}
.rating .rating-head .head-see-more {
  width: 3%;
  padding-right: 0;
  text-align: right;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-down.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  transition: opacity 200ms;
}
.rating .rating-head .head-see-more .dummy {
  visibility: hidden;
}
.rating .rating-head .arrow-up {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-up.svg);
}
.rating .rating-head .head-see-more:hover {
  opacity: 0.7;
}
@media (max-width: 1339px) {
  .rating .rating-head .head-number {
    width: 17%;
  }
  .rating .rating-head .head-name {
    width: 55%;
  }
  .rating .rating-head .head-rating-info {
    width: 25%;
  }
  .rating .rating-head .head-section {
    display: none;
  }
}
@media (max-width: 699px) {
  .rating .rating-head .head-number {
    width: 27%;
  }
  .rating .rating-head .head-name {
    width: 38%;
  }
  .rating .rating-head .head-rating-info {
    width: 30%;
  }
  .rating .rating-head .head-section {
    display: none;
  }
  .rating .rating-head .head-see-more {
    width: 5%;
  }
}
.rating .rating-head .active {
  font-weight: 700;
}
.rating .rating-content .rating-item {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  transition: background 200ms;
  cursor: pointer;
}
.rating .rating-content .rating-item .main {
  font-size: 0;
  padding: 20px;
  display: block;
}
.rating .rating-content .rating-item .main .item-number,
.rating .rating-content .rating-item .main .item-name,
.rating .rating-content .rating-item .main .item-rating-info,
.rating .rating-content .rating-item .main .item-section,
.rating .rating-content .rating-item .main .item-see-more,
.rating .rating-content .rating-item .main .item-stub {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.rating .rating-content .rating-item .main .item-number {
  width: 10%;
}
.rating .rating-content .rating-item .main .item-number .arrow {
  padding: 0 4px 0 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.rating .rating-content .rating-item .main .item-number .arrow .dummy {
  visibility: hidden;
}
.rating .rating-content .rating-item .main .item-number .up {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_arrow-up.svg);
}
.rating .rating-content .rating-item .main .item-number .down {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_arrow-down.svg);
}
.rating .rating-content .rating-item .main .item-number .past {
  color: #bababa;
}
.rating .rating-content .rating-item .main .item-name {
  width: 27%;
}
.rating .rating-content .rating-item .main .item-name .pic {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_investors/_img/_builder.jpg);
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 32px;
  height: 32px;
  display: block;
  margin-top: -8px;
}
.rating .rating-content .rating-item .main .item-name .txt {
  padding-left: 45px;
}
.rating .rating-content .rating-item .main .item-rating-info {
  width: 15%;
}
.rating .rating-content .rating-item .main .item-rating-info span {
  background-color: #f9cb00;
  padding: 0 4px 0 4px;
}
.rating .rating-content .rating-item .main .item-section {
  width: 15%;
}
.rating .rating-content .rating-item .main .item-see-more {
  width: 3%;
  padding-right: 0;
  text-align: right;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-down.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  transition: opacity 200ms;
}
.rating .rating-content .rating-item .main .item-see-more .dummy {
  visibility: hidden;
}
@media (max-width: 1339px) {
  .rating .rating-content .rating-item .main .item-number {
    width: 17%;
  }
  .rating .rating-content .rating-item .main .item-name {
    width: 55%;
  }
  .rating .rating-content .rating-item .main .item-rating-info {
    width: 25%;
  }
  .rating .rating-content .rating-item .main .item-section {
    display: none;
  }
}
@media (max-width: 699px) {
  .rating .rating-content .rating-item .main .item-number {
    width: 27%;
  }
  .rating .rating-content .rating-item .main .item-name {
    width: 38%;
  }
  .rating .rating-content .rating-item .main .item-name .pic {
    display: none;
  }
  .rating .rating-content .rating-item .main .item-name .txt {
    padding-left: 0;
  }
  .rating .rating-content .rating-item .main .item-rating-info {
    width: 30%;
  }
  .rating .rating-content .rating-item .main .item-section {
    display: none;
  }
  .rating .rating-content .rating-item .main .item-see-more {
    width: 5%;
  }
}
.rating .rating-content .rating-item .additional {
  padding: 0 20px 0 20px;
  display: none;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.rating .rating-content .rating-item .additional h4 {
  padding-bottom: 7px;
}
.rating .rating-content .rating-item .additional p {
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 20px;
}
.rating .rating-content .rating-item .additional .link {
  color: #2ea0e9;
  padding-top: 10px;
  padding-right: 20px;
  display: inline-block;
  transition: color 200ms;
}
.rating .rating-content .rating-item .additional .link:hover {
  color: #0a8f7a;
}
.rating .rating-content .rating-item .additional .specifications {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  padding-bottom: 20px;
}
.rating .rating-content .rating-item .additional .specifications .item {
  position: relative;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 20px;
}
.rating .rating-content .rating-item .additional .specifications .item .name:after {
  content: ".........................................................................................................................................................................................................................................................................................................................................................................................";
  font-size: 10px;
  color: #bababa;
  letter-spacing: 1px;
  padding-left: 5px;
}
.rating .rating-content .rating-item .additional .specifications .item .atribute {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 165px;
  padding-left: 5px;
  transition: background 200ms;
}
.rating .rating-content .rating-item .additional .specifications .item:last-child {
  margin-bottom: 0;
}
.rating .rating-content .rating-item .additional .social-rating {
  font-size: 0;
  margin-bottom: 10px;
}
.rating .rating-content .rating-item .additional .social-rating .btn {
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: opacity 200ms;
  width: 30px;
  height: 30px;
}
.rating .rating-content .rating-item .additional .social-rating .btn:hover {
  opacity: 0.9;
}
.rating .rating-content .rating-item .additional .social-rating .fb {
  background: #4f69a2;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_f.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .vk {
  background: #6b8caf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_v.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .tv {
  background: #50abf1;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_t.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .mr {
  background: #226eb7;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_m.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .gg {
  background: #c25234;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_g.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .social-rating .ok {
  background: #eb722e;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_o.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.rating .rating-content .rating-item .additional .win-rating {
  font-size: 0;
  margin-bottom: 10px;
}
.rating .rating-content .rating-item .additional .win-rating .btn {
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  transition: opacity 200ms;
  width: 30px;
  height: 30px;
}
.rating .rating-content .rating-item .additional .win-rating .btn:hover {
  opacity: 0.9;
}
.rating .rating-content .rating-item .additional .win-rating .ur {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_win.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rating .rating-content .show-additional .additional {
  display: block;
}
.rating .rating-content .show-additional .main .item-see-more {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-up.svg);
}
.rating .rating-content .rating-item:hover {
  background-color: #f4f4f4;
}
.rating .rating-content .rating-item:hover .main .item-see-more {
  opacity: 0.7;
}
.rating .rating-content .rating-item:hover .additional .specifications .atribute {
  background-color: #f4f4f4;
}
.rating .rating-more {
  text-align: center;
  padding: 25px 0 25px 0;
  background-color: #f9cb00;
  color: #101010;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
}
.rating .rating-more:hover {
  background-color: #0edf67;
}

.path {
  font-size: 0;
  vertical-align: middle;
  line-height: 12px;
}
.path .caret {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_path/_img/_bracket.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  padding: 0 4px 0 4px;
  margin: 0 10px 0 10px;
  font-size: 12px;
}
.path .path-unit {
  color: #575757;
  font-size: 12px;
  transition: color 200ms;
}
.path .path-unit:hover {
  color: #bababa;
}
.path .path-spot {
  color: #bababa;
  font-size: 12px;
}

.title {
  margin: 0;
}
.title .title-underline {
  border-bottom: 5px solid #101010;
  padding-bottom: 5px;
}

@media (min-width: 0) and (max-width: 1019px) {
  .title .title-underline {
    border: 0;
    padding: 0;
  }
}
.calculation {
  padding: 15px 0 15px 0;
  color: #575757;
  font-size: 14px;
  line-height: 18px;
}

.wall {
  border: none;
  height: 1px;
  color: #cfcfcf;
  background-color: #cfcfcf;
  margin: 0;
}

.pager {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  position: relative;
  font-size: 0;
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.pager .left-item {
  width: 100%;
  text-align: center;
  transition: background 200ms;
  cursor: pointer;
}
.pager .left-item .text {
  margin: 20px 0 20px 0;
  display: inline-block;
  font-size: 14px;
}
.pager .left-item:hover {
  background-color: #f4f4f4;
}
@media (min-width: 0) and (max-width: 699px) {
  .pager .left-item {
    width: 50%;
  }
}
.pager .center-wrapper {
  text-align: center;
  cursor: pointer;
  display: flex;
}
.pager .center-wrapper .dummy {
  padding: 20px 0 20px 0;
  display: inline-block;
  font-size: 14px;
  visibility: hidden;
  display: none;
}
.pager .center-wrapper .center-item {
  padding: 20px 0 20px 0;
  display: inline-block;
  width: 54px;
  border-left: 1px solid #cfcfcf;
  font-size: 14px;
  transition: background 200ms;
}
.pager .center-wrapper .center-item:hover {
  background-color: #f4f4f4;
}
.pager .center-wrapper .active {
  color: #bababa;
  cursor: default;
}
.pager .center-wrapper .active:hover {
  background-color: #ffffff;
}
@media (min-width: 0) and (max-width: 699px) {
  .pager .center-wrapper .dummy {
    display: block;
  }
  .pager .center-wrapper .center-item {
    display: none;
  }
}
.pager .right-item {
  width: 100%;
  text-align: center;
  transition: background 200ms;
  cursor: pointer;
  border-left: 1px solid #cfcfcf;
}
.pager .right-item .text {
  margin: 20px 0 20px 0;
  display: inline-block;
  font-size: 14px;
}
.pager .right-item:hover {
  background-color: #f4f4f4;
}
.pager .active {
  color: #bababa;
  cursor: default;
}
.pager .active:hover {
  background-color: #ffffff;
}
@media (min-width: 0) and (max-width: 699px) {
  .pager .right-item {
    width: 50%;
  }
}

.more-parameters {
  position: relative;
  display: none;
}
.more-parameters .content {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 300;
}
.more-parameters .bg {
  background-color: black;
  position: absolute;
  width: 100%;
  height: 2800px;
  z-index: 200;
  opacity: 0.9;
}

.more-parameters-map-new {
  display: none;
}
.more-parameters-map-new .content {
  width: 100%;
  background-color: white;
  z-index: 300;
}

.more-parameters-map-old {
  display: none;
}
.more-parameters-map-old .content {
  width: 100%;
  background-color: white;
  z-index: 300;
}

.more-parameters-map-market {
  display: none;
}
.more-parameters-map-market .content {
  width: 100%;
  background-color: white;
  z-index: 300;
}
.more-parameters-map-market .bg {
  background-color: black;
  position: absolute;
  width: 100%;
  height: 2800px;
  z-index: 200;
  opacity: 0.9;
}

.more-parameters-map-communion {
  display: none;
}
.more-parameters-map-communion .content {
  width: 100%;
  background-color: white;
  z-index: 300;
}
.more-parameters-map-communion .bg {
  background-color: black;
  position: absolute;
  width: 100%;
  height: 2800px;
  z-index: 200;
  opacity: 0.9;
}

.more {
  font-size: 14px;
  cursor: pointer;
  color: #2ea0e9;
  padding: 0 15px 0 0;
  background-repeat: no-repeat;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_more/_img/_bracket-down.svg);
  background-position: right;
  background-size: 7px 99%;
  transition: color 200ms;
}

.caret-up {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_more/_img/_bracket-up.svg);
}

.more:hover {
  color: #575757;
}

.more-two {
  font-size: 14px;
  cursor: pointer;
  color: #2ea0e9;
  transition: color 200ms;
  padding: 0 32px 0 0;
  background-repeat: no-repeat;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_more-two/_img/_arrow.svg);
  background-position: 100% 1px;
  background-size: 23px 100%;
}

.more-two:hover {
  color: #575757;
}

.clear {
  font-size: 14px;
  cursor: pointer;
  color: #2ea0e9;
  padding: 0 0 0 18px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_clear/_img/_cross.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 9px 99%;
  transition: color 200ms;
}

.clear:hover {
  color: #575757;
}

.map-bg {
  width: 100%;
  height: 100%;
  background-color: red;
  position: fixed;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_map/_img/_map.png);
  background-repeat: no-repeat;
  background-position: 0 -58px;
  z-index: -1;
}

.map-mini {
  width: 100%;
  height: 250px;
  background-color: red;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_map/_img/_map.png);
  background-repeat: no-repeat;
  background-position: 0 -58px;
  border-radius: 3px;
  z-index: -1;
}

.stub {
  width: 100%;
  text-align: left;
}
.stub p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

.border-text {
  border-left: 3px solid #f9cb00;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 22px;
}

.market-panel {
  font-size: 0;
}
.market-panel .category-list {
  display: inline-block;
}
.market-panel .category-list .category {
  height: 48px;
  width: 200px;
  background-color: #ffffff;
  font-size: 14px;
  transition: background 200ms;
  text-align: left;
  padding: 0 20px 0 20px;
  border-radius: 3px 0 0 3px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
.market-panel .category-list .category .inner {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-city/_img/_caret.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px 100%;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.market-panel .category-list .category:hover {
  background-color: #f4f4f4;
}
.market-panel .input {
  width: calc(100% - 620px);
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 20px;
  color: #101010;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  transition: background 200ms;
  display: inline-block;
}
.market-panel .input:hover {
  background-color: #f4f4f4;
}
.market-panel .city-list {
  display: inline-block;
}
.market-panel .city-list .city {
  height: 48px;
  width: 160px;
  background-color: #ffffff;
  font-size: 14px;
  transition: background 200ms;
  text-align: left;
  padding: 0 20px 0 20px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.market-panel .city-list .city .inner {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-city/_img/_caret.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px 100%;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.market-panel .city-list .city:hover {
  background-color: #f4f4f4;
}
.market-panel .object-list {
  display: inline-block;
}
.market-panel .object-list .object {
  height: 48px;
  width: 160px;
  background-color: #ffffff;
  font-size: 14px;
  transition: background 200ms;
  text-align: left;
  padding: 0 20px 0 20px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.market-panel .object-list .object .inner {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-city/_img/_caret.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px 100%;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.market-panel .object-list .object:hover {
  background-color: #f4f4f4;
}
.market-panel .button {
  padding: 15px 20px 15px 20px;
  width: 100px;
  font-size: 14px;
  background-color: #14a790;
  border-radius: 0 3px 3px 0;
  transition: background 200ms;
  height: 48px;
  color: #ffffff;
  display: inline-block;
}
.market-panel .button:hover {
  background-color: #2ea0e9;
}

.active-market-panel-category-list .list-default,
.active-market-panel-city-list .list-default,
.active-market-panel-object-list .list-default {
  display: block;
}

@media (min-width: 0) and (max-width: 1019px) {
  .market-panel .category-list {
    display: block;
  }
  .market-panel .category-list .category {
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
    border-right: 1px solid #cfcfcf;
    width: 100%;
  }
  .market-panel .category-list .category .inner {
    max-width: 100%;
  }
  .market-panel .input {
    border-bottom: 0;
    width: 100%;
    display: block;
  }
  .market-panel .city-list {
    display: block;
  }
  .market-panel .city-list .city {
    border-bottom: 0;
    border-left: 1px solid #cfcfcf;
    width: 100%;
  }
  .market-panel .city-list .city .inner {
    max-width: 100%;
  }
  .market-panel .object-list {
    display: block;
  }
  .market-panel .object-list .object {
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 0;
    width: 100%;
  }
  .market-panel .object-list .object .inner {
    max-width: 100%;
  }
  .market-panel .button {
    border-radius: 0 0 3px 3px;
    width: 100%;
    display: block;
  }
}
.lead-text {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 1019px) {
  .lead-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.user-menu-full .main {
  background-color: #ffffff;
  color: #101010;
  margin: 0;
  min-height: 1px;
  padding: 25px 0 25px 0;
  font-size: 0;
}
.user-menu-full .main .item {
  margin: 0 20px 0 0;
  font-size: 14px;
  transition: color 200ms;
}
.user-menu-full .main .item:hover {
  color: #2ea0e9;
}
.user-menu-full .main .active {
  padding: 0 0 19px 0;
  border-bottom: 4px solid #2ea0e9;
  margin: 0 20px 0 0;
}
.user-menu-full .main .indicator {
  background-color: #ea3b3b;
  font-size: 12px;
  color: #ffffff;
  padding: 2px 8px 2px 8px;
  border-radius: 100px;
  margin-left: 8px;
  transition: background 200ms, color 200ms, border 200ms;
}
.user-menu-full .sub {
  background-color: #3f3f3f;
  color: #ffffff;
  margin: 0;
  min-height: 1px;
  padding: 25px 25px 0 25px;
  font-size: 0;
}
.user-menu-full .sub .item {
  margin: 0 20px 0 0;
  font-size: 14px;
  transition: color 200ms;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.user-menu-full .sub .item sup {
  padding-left: 5px;
  color: #cfcfcf;
}
.user-menu-full .sub .item .list-menu-full {
  position: absolute;
  z-index: 10000;
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
  max-width: 300px;
  min-width: 150px;
  display: none;
}
.user-menu-full .sub .item .list-menu-full .list-item {
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 200ms, border 200ms;
  color: #101010;
}
.user-menu-full .sub .item .list-menu-full .list-item sup {
  padding-left: 5px;
  color: #575757;
}
.user-menu-full .sub .item .list-menu-full .list-item:hover {
  background-color: #f4f4f4;
}
.user-menu-full .sub .item:hover {
  color: #0edf67;
}
.user-menu-full .sub .active {
  padding: 0 0 19px 0;
  border-bottom: 4px solid #0edf67;
  margin: 0 20px 0 0;
}
.user-menu-full .sub .active-more-dropdown .list-menu-full {
  display: block;
}

.user-menu-short .button {
  font-size: 0;
  border: 1px solid #cfcfcf;
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  transition: border 200ms, background 200ms;
  cursor: pointer;
  height: 48px;
}
.user-menu-short .button .caret {
  display: inline-block;
  background-color: #ffffff;
  border-left: 1px solid #cfcfcf;
  border-radius: 0 3px 3px 0;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_user-menu-short/_img/_burger.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 100%;
  transition: border 200ms;
  float: right;
}
.user-menu-short .button .caret .dummy {
  padding: 15px 0 15px 0;
  width: 45px;
  visibility: hidden;
  font-size: 14px;
}
.user-menu-short .button .name {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px 0 0 3px;
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  float: left;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 200ms;
}
.user-menu-short .button:hover {
  border: 1px solid #bababa;
  background-color: #f4f4f4;
}
.user-menu-short .button:hover .name {
  background-color: #f4f4f4;
}
.user-menu-short .button:hover .caret {
  border-left: 1px solid #bababa;
}

.active-user-menu-dropdown .list-user {
  display: block;
}

@media (min-width: 0) and (max-width: 699px) {
  .user-menu-short .button .name {
    max-width: 260px;
  }
}
.search-menu-full .sub {
  background-color: #ffffff;
  color: #101010;
  margin: 0;
  min-height: 1px;
  padding: 25px 0 0 0;
  font-size: 0;
}
.search-menu-full .sub sup {
  padding-left: 5px;
  color: #575757;
}
.search-menu-full .sub .item {
  margin: 0 20px 0 0;
  font-size: 14px;
  transition: color 200ms;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.search-menu-full .sub .item .list-menu-full {
  position: absolute;
  z-index: 10000;
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
  max-width: 300px;
  min-width: 150px;
  display: none;
}
.search-menu-full .sub .item .list-menu-full .list-item {
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 200ms, border 200ms;
  color: #101010;
}
.search-menu-full .sub .item .list-menu-full .list-item:hover {
  background-color: #f4f4f4;
}
.search-menu-full .sub .item:hover {
  color: #0edf67;
}
.search-menu-full .sub .active {
  padding: 0 0 19px 0;
  border-bottom: 4px solid #0edf67;
  margin: 0 20px 0 0;
}
.search-menu-full .sub .active-search-dropdown .list-menu-full {
  display: block;
}

.index-menu-full .sub {
  background-color: #ffffff;
  color: #101010;
  margin: 0;
  min-height: 1px;
  padding: 0;
  font-size: 0;
}
.index-menu-full .sub .item {
  margin: 0 20px 0 0;
  font-size: 14px;
  transition: color 200ms;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.index-menu-full .sub .item:hover {
  color: #0edf67;
}
.index-menu-full .sub .active {
  padding: 0 0 19px 0;
  border-bottom: 4px solid #0edf67;
  margin: 0 20px 0 0;
}

.profile-userpic {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-expert-vertical/_img/_user.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80%;
  padding-bottom: 80%;
}

@media (max-width: 699px) {
  .profile-userpic {
    width: 100%;
    padding-bottom: 100%;
  }
}
.messages {
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.messages .dialog {
  border-bottom: 1px solid #cfcfcf;
  min-height: 65px;
  cursor: pointer;
  transition: background 200ms;
}
.messages .dialog .userpic {
  position: absolute;
  padding: 10px;
}
.messages .dialog .userpic .image {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-expert-vertical/_img/_user.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 45px;
  height: 45px;
}
.messages .dialog .msginfo {
  margin-left: 60px;
  padding: 10px 20px 10px 10px;
}
.messages .dialog .msginfo .name {
  font-size: 14px;
  padding: 3px 5px 0 0;
  margin: 0 0 7px 0;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.messages .dialog .msginfo .msgtext {
  padding: 1px 0 0 0;
  float: left;
  font-size: 13px;
  color: #575757;
  line-height: 18px;
  max-width: 900px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.messages .dialog .msginfo .date {
  float: right;
  font-size: 13px;
  padding: 4px;
}
.messages .dialog .msginfo .indicator {
  float: right;
  background-color: #ea3b3b;
  font-size: 13px;
  color: #ffffff;
  padding: 4px 7px 4px 7px;
  border-radius: 100px;
  margin-left: 8px;
  transition: background 200ms;
}
.messages .dialog .msginfo .options {
  float: right;
  font-size: 13px;
  padding: 4px 10px 4px 0;
  margin-left: 25px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_messages/_img/_dots.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
  position: relative;
}
.messages .dialog .msginfo .options .dummy {
  visibility: hidden;
}
.messages .dialog .msginfo .options .list-menu-full {
  right: 0;
  z-index: 999999999;
  position: absolute;
  z-index: 10000;
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
  max-width: 300px;
  min-width: 300px;
  display: none;
}
.messages .dialog .msginfo .options .list-menu-full .list-item {
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 200ms, border 200ms;
  color: #101010;
}
.messages .dialog .msginfo .options .list-menu-full .list-item:hover {
  background-color: #f4f4f4;
}
.messages .dialog .msginfo .options:hover {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_messages/_img/_dots-act.svg);
}
.messages .dialog .msginfo .active-messages-dropdown .list-menu-full {
  display: block;
}
.messages .dialog:hover {
  background-color: #f4f4f4;
}
.messages .dialog:hover .msginfo .msgoptions .indicator {
  background-color: #e29125;
}
.messages .active {
  background-color: #f4f4f4;
}

@media (min-width: 0) and (max-width: 699px) {
  .messages .dialog .msginfo .msgtext {
    max-width: 120px;
  }
  .messages .dialog .msginfo .msgoptions .indicator {
    display: none;
  }
  .messages .dialog .msginfo .msgoptions .options {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .messages .dialog .msginfo .msgtext {
    max-width: 400px;
  }
}
@media (min-width: 1020px) and (max-width: 1339px) {
  .messages .dialog .msginfo .msgtext {
    max-width: 600px;
  }
}
.updates {
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.updates .update-info {
  border-bottom: 1px solid #cfcfcf;
  min-height: 65px;
  cursor: pointer;
  transition: background 200ms;
}
.updates .update-info .userpic {
  position: absolute;
  padding: 10px;
}
.updates .update-info .userpic .image {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-expert-vertical/_img/_user.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 45px;
  height: 45px;
}
.updates .update-info .msginfo {
  margin-left: 60px;
  padding: 10px 20px 10px 10px;
}
.updates .update-info .msginfo .name {
  font-size: 14px;
  padding: 3px 5px 0 0;
  margin: 0 0 7px 0;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.updates .update-info .msginfo .msgtext {
  padding: 1px 0 0 0;
  float: left;
  font-size: 13px;
  color: #575757;
  line-height: 18px;
  max-width: 900px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.updates .update-info .msginfo .date {
  float: right;
  font-size: 13px;
  padding: 4px;
}
.updates .update-info .msginfo .indicator {
  float: right;
  background-color: #ea3b3b;
  font-size: 13px;
  color: #ffffff;
  padding: 4px 7px 4px 7px;
  border-radius: 100px;
  margin-left: 8px;
  transition: background 200ms;
}
.updates .update-info .msginfo .options {
  float: right;
  font-size: 13px;
  padding: 4px 10px 4px 0;
  margin-left: 25px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_messages/_img/_dots.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
  position: relative;
}
.updates .update-info .msginfo .options .dummy {
  visibility: hidden;
}
.updates .update-info .msginfo .options .list-menu-full {
  right: 0;
  z-index: 999999999;
  position: absolute;
  z-index: 10000;
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
  max-width: 300px;
  min-width: 400px;
  display: none;
}
.updates .update-info .msginfo .options .list-menu-full .list-item {
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 200ms, border 200ms;
  color: #101010;
}
.updates .update-info .msginfo .options .list-menu-full .list-item:hover {
  background-color: #f4f4f4;
}
.updates .update-info .msginfo .options:hover {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_messages/_img/_dots-act.svg);
}
.updates .update-info .msginfo .active-updates-dropdown .list-menu-full {
  display: block;
}
.updates .update-info:hover {
  background-color: #f4f4f4;
}
.updates .update-info:hover .msginfo .msgoptions .indicator {
  background-color: #e29125;
}
.updates .active {
  background-color: #f4f4f4;
}

@media (min-width: 0) and (max-width: 1339px) {
  .updates .update-info .msginfo .msgtext {
    max-width: none;
    white-space: normal;
    overflow: auto;
    float: none;
  }
  .updates .update-info .msginfo .date {
    float: left;
    display: block;
    font-size: 13px;
    padding: 4px 4px 4px 0;
    margin-top: 6px;
  }
  .updates .update-info .msginfo .options {
    padding: 4px 10px 4px 0;
    margin-top: 6px;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .updates .update-info .msginfo .options .list-menu-full {
    min-width: 250px;
  }
}
.filter {
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.filter .blocked-member {
  border-bottom: 1px solid #cfcfcf;
  min-height: 65px;
  transition: background 200ms;
}
.filter .blocked-member .userpic {
  position: absolute;
  padding: 10px;
}
.filter .blocked-member .userpic .image {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-expert-vertical/_img/_user.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 45px;
  height: 45px;
}
.filter .blocked-member .msginfo {
  margin-left: 60px;
  padding: 10px 20px 10px 10px;
}
.filter .blocked-member .msginfo .name {
  font-size: 14px;
  padding: 3px 5px 0 0;
  margin: 0 0 7px 0;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter .blocked-member .msginfo .msgtext {
  padding: 1px 0 0 0;
  float: left;
  font-size: 13px;
  color: #575757;
  line-height: 18px;
  max-width: 470px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter .blocked-member .msginfo .date {
  float: right;
  font-size: 13px;
  padding: 4px;
}
.filter .blocked-member .msginfo .indicator {
  float: right;
  background-color: #ea3b3b;
  font-size: 13px;
  color: #ffffff;
  padding: 4px 7px 4px 7px;
  border-radius: 100px;
  margin-left: 8px;
  transition: background 200ms;
}
.filter .blocked-member .msginfo .options {
  float: right;
  font-size: 13px;
  padding: 4px 10px 4px 0;
  margin-left: 25px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_messages/_img/_dots.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
  position: relative;
  cursor: pointer;
}
.filter .blocked-member .msginfo .options .dummy {
  visibility: hidden;
}
.filter .blocked-member .msginfo .options .list-menu-full {
  right: 0;
  z-index: 999999999;
  position: absolute;
  z-index: 10000;
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
  max-width: 300px;
  min-width: 400px;
  display: none;
}
.filter .blocked-member .msginfo .options .list-menu-full .list-item {
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 200ms, border 200ms;
  color: #101010;
}
.filter .blocked-member .msginfo .options .list-menu-full .list-item:hover {
  background-color: #f4f4f4;
}
.filter .blocked-member .msginfo .options:hover {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_messages/_img/_dots-act.svg);
}
.filter .blocked-member .msginfo .active-filter-dropdown .list-menu-full {
  display: block;
}

@media (min-width: 0) and (max-width: 699px) {
  .filter .blocked-member .msginfo .msgtext {
    max-width: 140px;
  }
  .filter .blocked-member .msginfo .options .list-menu-full {
    min-width: 260px;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .filter .blocked-member .msginfo .msgtext {
    max-width: 470px;
  }
}
@media (min-width: 1020px) and (max-width: 1339px) {
  .filter .blocked-member .msginfo .msgtext {
    max-width: 320px;
  }
}
.post-image {
  width: 100%;
}

.comments {
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 20px 40px 20px 20px;
}
.comments .comment-editor-main {
  margin: 20px 0 0 20px;
}
.comments .comment-title {
  margin: 20px 0 0 20px;
}
.comments .commetn-item {
  margin: 20px 0 0 20px;
}
.comments .commetn-item .comment-head {
  font-size: 0;
  margin-bottom: 10px;
}
.comments .commetn-item .comment-head .primaty-user {
  display: inline-block;
  font-size: 0;
  position: relative;
}
.comments .commetn-item .comment-head .primaty-user .img {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_author-object/_img/_user.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 34px;
  height: 34px;
  position: absolute;
  border-radius: 100px;
}
.comments .commetn-item .comment-head .primaty-user .name {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #101010;
  padding: 8px 0 8px 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 200ms;
}
.comments .commetn-item .comment-head .primaty-user .name-lnk {
  transition: opacity 200ms;
}
.comments .commetn-item .comment-head .primaty-user .name-lnk:hover {
  opacity: 0.7;
}
.comments .commetn-item .comment-head .primaty-user .super-user-a {
  background-color: #f9cb00;
  border-radius: 100px;
  padding-right: 15px;
  color: #101010;
}
.comments .commetn-item .comment-head .primaty-user .super-user-b {
  background-color: #cfcfcf;
  border-radius: 100px;
  padding-right: 15px;
  color: #101010;
}
.comments .commetn-item .comment-head .comment-arrow {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding: 8px 0 8px 0;
  width: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_comments/_img/_arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.comments .commetn-item .comment-head .comment-arrow .dummy {
  visibility: hidden;
}
.comments .commetn-item .comment-head .comment-text {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding: 8px 8px 8px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comments .commetn-item .comment-head .secondry-user {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #bababa;
  padding: 8px 15px 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
}
.comments .commetn-item .comment-body {
  margin-bottom: 5px;
  font-size: 0;
}
.comments .commetn-item .comment-body .usr-title {
  font-size: 14px;
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 5px;
}
.comments .commetn-item .comment-body p {
  font-size: 14px;
  line-height: 22px;
}
.comments .commetn-item .comment-body .img-preview-wrapper .img-preview {
  width: 120px;
  height: 100px;
  background: #bababa;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 300ms;
}
.comments .commetn-item .comment-body .img-preview-wrapper .img-preview:hover {
  opacity: 0.8;
}
.comments .commetn-item .comment-body .usr-rating {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 20px;
}
.comments .commetn-item .comment-body .usr-rating .count {
  padding: 3px 7px 3px 7px;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 8px;
}
.comments .commetn-item .comment-body .usr-rating .bad {
  background-color: #ea3b3b;
}
.comments .commetn-item .comment-body .usr-rating .good {
  background-color: #14a790;
}
.comments .commetn-item .comment-body .usr-rating .comm {
  padding: 3px 7px 3px 0;
  color: #bababa;
}
.comments .commetn-item .comment-body .usr-more {
  padding-top: 5px;
}
.comments .commetn-item .comment-body .usr-more .lnk-more {
  color: #2ea0e9;
  font-size: 14px;
  line-height: 20px;
  background-color: #ffffff;
  transition: color 200ms;
}
.comments .commetn-item .comment-body .usr-more .lnk-more:hover {
  color: #0e80c9;
}
.comments .commetn-item .comment-footer {
  font-size: 0;
  margin-bottom: 20px;
}
.comments .commetn-item .comment-footer .comment-date {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding-right: 15px;
  padding-top: 5px;
  color: #575757;
}
.comments .commetn-item .comment-footer .comment-rating {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding-right: 15px;
  padding-top: 5px;
}
.comments .commetn-item .comment-footer .comment-rating .minus,
.comments .commetn-item .comment-footer .comment-rating .plus {
  padding: 0 5px 0 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  transition: opacity 200ms;
}
.comments .commetn-item .comment-footer .comment-rating .minus .dummy,
.comments .commetn-item .comment-footer .comment-rating .plus .dummy {
  visibility: hidden;
}
.comments .commetn-item .comment-footer .comment-rating .plus {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_comments/_img/_plus.svg);
}
.comments .commetn-item .comment-footer .comment-rating .minus {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_comments/_img/_minus.svg);
}
.comments .commetn-item .comment-footer .comment-rating .minus:hover,
.comments .commetn-item .comment-footer .comment-rating .plus:hover {
  opacity: 0.7;
}
.comments .commetn-item .comment-footer .comment-rating .counter {
  padding: 0 5px 0 5px;
}
.comments .commetn-item .comment-footer .comment-rating .bad {
  color: #ea3b3b;
}
.comments .commetn-item .comment-footer .comment-rating .good {
  color: #101010;
}
.comments .commetn-item .comment-footer .comment-answer {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding-right: 15px;
  padding-top: 5px;
  color: #2ea0e9;
}
.comments .commetn-item .comment-footer .comment-answer .comment-lnk {
  transition: color 200ms;
}
.comments .commetn-item .comment-footer .comment-answer .comment-lnk:hover {
  color: #0e80c9;
}
.comments .commetn-item .comment-editor-local {
  padding: 0 0 0 20px;
}
.comments .comment-pager {
  margin: 0 0 20px 20px;
}

@media (max-width: 1339px) {
  .comments {
    padding: 0 20px 0 0;
  }
  .comments .commetn-item .comment-body .usr-title {
    font-size: 13px;
    line-height: 18px;
  }
  .comments .commetn-item .comment-body p {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 699px) {
  .comments .commetn-item .comment-head .primaty-user {
    display: block;
  }
  .comments .commetn-item .comment-head .comment-arrow {
    background-position: center;
    background-image: url(/bitrix/templates/vdolevke/ui/modules/_comments/_img/_arrow-down.svg);
  }
  .comments .commetn-item .comment-head .comment-text {
    padding: 8px 8px 8px 0;
  }
}
.comments-experts {
  width: 100%;
  height: 500px;
  border: 1px solid #cfcfcf;
}

.share {
  width: 100%;
  border: 1px solid #cfcfcf;
  font-size: 0;
}
.share .share-info {
  float: left;
}
.share .share-info .ico {
  font-size: 14px;
  display: inline-block;
  padding: 20px 25px 20px 25px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_share/_img/_share.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.share .share-info .ico .dummy {
  visibility: hidden;
}
.share .share-info .counter {
  font-size: 14px;
  display: inline-block;
  padding: 20px 0 20px 0;
}
.share .item {
  float: right;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #cfcfcf;
  cursor: pointer;
  transition: background 200ms;
}
.share .item .ico {
  font-size: 14px;
  display: inline-block;
  padding: 20px 23px 20px 23px;
}
.share .item .ico .dummy {
  visibility: hidden;
}
.share .item .o {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_share/_img/_o.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.share .item .g {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_share/_img/_g.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
.share .item .m {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_share/_img/_m.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.share .item .t {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_share/_img/_t.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.share .item .v {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_share/_img/_v.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.share .item .f {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_share/_img/_f.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.share .item .counter {
  font-size: 14px;
  display: inline-block;
  padding: 20px 20px 20px 5px;
}
.share .item:hover {
  background: #f4f4f4;
}

@media (max-width: 1340px) {
  .share {
    border-left: 0px;
  }
  .share .share-info {
    display: none;
  }
  .share .item {
    float: none;
    width: 16.66666666%;
  }
  .share .item .ico {
    display: block;
    padding: 25px 0 25px 0;
  }
  .share .item .counter {
    display: block;
    padding: 20px 0 20px 0;
  }
  .share .item .od {
    background-position: bottom;
  }
}
.add-document .icon {
  position: absolute;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_add-document/_img/_doc.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
}
.add-document .text {
  margin-left: 48px;
}
.add-document .text .caption {
  font-size: 13px;
  line-height: 20px;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.add-document .text .caption a {
  color: #2ea0e9;
  transition: color 200ms;
}
.add-document .text .caption a:hover {
  color: #101010;
}
.add-document .text .info {
  font-size: 12px;
  line-height: 18px;
}

.interesting {
  border: 1px solid #cfcfcf;
  padding: 20px 20px 0 20px;
}
.interesting h3 {
  padding-bottom: 20px;
}
.interesting .post-block {
  border-top: 1px solid #cfcfcf;
  padding-top: 20px;
  padding-bottom: 20px;
}
.interesting .post-block a {
  font-size: 14px;
  line-height: 22px;
  display: block;
  transition: color 200ms;
}
.interesting .post-block a:hover {
  color: #2ea0e9;
}

.tags {
  font-size: 0;
}
.tags .tag {
  display: inline-block;
  font-size: 12px;
  background-color: #f4f4f4;
  margin: 5px 10px 5px 0;
  padding: 4px 10px 4px 10px;
  border-radius: 100px;
  color: #575757;
  transition: color 200ms, background 200ms;
}
.tags .tag:hover {
  background-color: #2ea0e9;
  color: #ffffff;
}

.post-content {
  font-size: 0;
}
.post-content img {
  width: 100%;
  margin-bottom: 30px;
}
.post-content .description {
  margin-top: -20px;
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 20px;
  color: #575757;
}
.post-content p, .post-content ul {
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}
.post-content .img-preview-wrapper {
  margin-top: 10px;
}
.post-content .img-preview-wrapper .img-preview {
  width: 120px;
  height: 100px;
  background: #bababa;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 300ms;
}
.post-content .img-preview-wrapper .img-preview:hover {
  opacity: 0.8;
}
.post-content ul {
  list-style: circle outside;
  margin-left: 22px;
}
.post-content p, .post-content li:last-child {
  padding-bottom: 0;
}
.post-content h2, .post-content h3 {
  padding-bottom: 30px;
}
.post-content a {
  color: #2ea0e9;
}

.rating-panel {
  font-size: 0;
}
.rating-panel .info {
  font-size: 13px;
  margin-right: 10px;
}
.rating-panel .plus,
.rating-panel .minus {
  font-size: 13px;
  padding: 4px 11px 4px 11px;
  color: #ffffff;
  transition: opacity 200ms;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.rating-panel .plus {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_comments/_img/_plus.svg);
}
.rating-panel .plus .dummy {
  visibility: hidden;
}
.rating-panel .minus {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_comments/_img/_minus.svg);
}
.rating-panel .minus .dummy {
  visibility: hidden;
}
.rating-panel .reply {
  font-size: 13px;
  padding: 4px 0 4px 0;
  color: #2ea0e9;
  margin-left: 10px;
  transition: color 200ms, background 200ms;
}
.rating-panel .counter {
  font-size: 13px;
  padding: 0 5px 0 5px;
}
.rating-panel .bad {
  color: #ea3b3b;
}
.rating-panel .good {
  color: #101010;
}
.rating-panel .plus:hover,
.rating-panel .minus:hover {
  opacity: 0.7;
}
.rating-panel .reply:hover {
  color: #0e80c9;
}

.user-activiti {
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.user-activiti .user-item {
  border-bottom: 1px solid #cfcfcf;
  display: block;
  font-size: 14px;
  transition: background 200ms;
}
.user-activiti .user-item .img {
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 18px;
  padding: 20px 10px 20px 20px;
}
.user-activiti .user-item .img .dummy {
  visibility: hidden;
}
.user-activiti .user-item .obj {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_user-activiti/_img/_offers.svg);
}
.user-activiti .user-item .art {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_user-activiti/_img/_article.svg);
}
.user-activiti .user-item .qst {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_user-activiti/_img/_comment.svg);
}
.user-activiti .user-item .com {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_user-activiti/_img/_comment.svg);
}
.user-activiti .user-item .exp {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_user-activiti/_img/_people.svg);
}
.user-activiti .user-item .text {
  display: block;
  float: left;
  padding: 0 0 0 10px;
  padding: 20px 0 20px 20px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-activiti .user-item .counter {
  display: block;
  float: right;
  padding: 0 10px 0 0;
  color: #2ea0e9;
  padding: 20px 20px 20px 0;
  max-width: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-activiti .user-item .arrow {
  display: block;
  float: right;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_user-activiti/_img/_arrow.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 13px;
  padding: 20px 10px 20px 20px;
}
.user-activiti .user-item .arrow .dummy {
  visibility: hidden;
}
.user-activiti .user-item:hover {
  background-color: #f4f4f4;
}

.sponsor {
  border: 1px solid #cfcfcf;
  padding: 20px;
}
.sponsor h3 {
  margin-bottom: 20px;
}
.sponsor .img-sponsor {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_sponsor/_img/_sponsor.png);
  background-color: #e90055;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 115px;
  margin-bottom: 20px;
  display: block;
  transition: opacity 200ms;
}
.sponsor .img-sponsor:hover {
  opacity: 0.9;
}
.sponsor .txt {
  font-size: 14px;
  line-height: 20px;
  color: #2ea0e9;
  display: block;
  transition: color 200ms;
}
.sponsor .txt:hover {
  color: #0e80c9;
}

.rating-block {
  border: 1px solid #cfcfcf;
  padding: 20px;
}
.rating-block h3 {
  margin-bottom: 30px;
  text-align: center;
}

.rating-block-two {
  border: 1px solid #cfcfcf;
  padding: 20px;
}
.rating-block-two h3 {
  margin-bottom: 20px;
}
.rating-block-two .txt {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.rating-block-two a {
  font-size: 14px;
  line-height: 20px;
  color: #2ea0e9;
  display: block;
  transition: color 200ms;
}
.rating-block-two a:hover {
  color: #0e80c9;
}

.apartments {
  width: 100%;
}
.apartments .apartments-head {
  font-size: 0;
  padding: 15px 20px 15px 20px;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_pattern.png);
}
.apartments .apartments-head .head-room,
.apartments .apartments-head .head-area,
.apartments .apartments-head .head-floor,
.apartments .apartments-head .head-passed,
.apartments .apartments-head .head-price,
.apartments .apartments-head .head-credit,
.apartments .apartments-head .head-see-more {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  white-space: nowrap;
  transition: color 200ms;
  padding-right: 10px;
}
.apartments .apartments-head .head-room:hover,
.apartments .apartments-head .head-area:hover,
.apartments .apartments-head .head-floor:hover,
.apartments .apartments-head .head-passed:hover,
.apartments .apartments-head .head-price:hover,
.apartments .apartments-head .head-credit:hover,
.apartments .apartments-head .head-see-more:hover {
  color: #2ea0e9;
}
.apartments .apartments-head .head-room {
  width: 16.16%;
}
.apartments .apartments-head .head-area {
  width: 16.16%;
}
.apartments .apartments-head .head-floor {
  width: 16.16%;
}
.apartments .apartments-head .head-passed {
  width: 16.16%;
}
.apartments .apartments-head .head-price {
  width: 16.16%;
}
.apartments .apartments-head .head-credit {
  width: 16.16%;
}
.apartments .apartments-head .head-see-more {
  width: 3%;
  padding-right: 0;
  text-align: right;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-down.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  transition: opacity 200ms;
}
.apartments .apartments-head .head-see-more .dummy {
  visibility: hidden;
}
.apartments .apartments-head .head-see-more:hover {
  opacity: 0.7;
}
.apartments .apartments-head .arrow-up {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-up.svg);
}
@media (max-width: 699px) {
  .apartments .apartments-head .head-room {
    width: 30%;
  }
  .apartments .apartments-head .head-area {
    display: none;
  }
  .apartments .apartments-head .head-floor {
    display: none;
  }
  .apartments .apartments-head .head-passed {
    display: none;
  }
  .apartments .apartments-head .head-price {
    width: 65%;
  }
  .apartments .apartments-head .head-credit {
    display: none;
  }
  .apartments .apartments-head .head-see-more {
    width: 5%;
  }
}
.apartments .apartments-head .active {
  font-weight: 700;
}
.apartments .apartments-content .apartments-item {
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  transition: background 200ms;
  cursor: pointer;
}
.apartments .apartments-content .apartments-item .main-items {
  font-size: 0;
  padding: 20px;
  display: block;
}
.apartments .apartments-content .apartments-item .main-items .item-room,
.apartments .apartments-content .apartments-item .main-items .item-area,
.apartments .apartments-content .apartments-item .main-items .item-floor,
.apartments .apartments-content .apartments-item .main-items .item-passed,
.apartments .apartments-content .apartments-item .main-items .item-price,
.apartments .apartments-content .apartments-item .main-items .item-credit,
.apartments .apartments-content .apartments-item .main-items .item-stub,
.apartments .apartments-content .apartments-item .main-items .item-see-more {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.apartments .apartments-content .apartments-item .main-items .item-room {
  width: 16.16%;
}
.apartments .apartments-content .apartments-item .main-items .item-area {
  width: 16.16%;
}
.apartments .apartments-content .apartments-item .main-items .item-floor {
  width: 16.16%;
}
.apartments .apartments-content .apartments-item .main-items .item-passed {
  width: 16.16%;
}
.apartments .apartments-content .apartments-item .main-items .item-price {
  width: 16.16%;
}
.apartments .apartments-content .apartments-item .main-items .item-credit {
  width: 16.16%;
}
.apartments .apartments-content .apartments-item .main-items .item-see-more {
  width: 3%;
  padding-right: 0;
  text-align: right;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-down.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 10px;
  transition: opacity 200ms;
}
.apartments .apartments-content .apartments-item .main-items .item-see-more .dummy {
  visibility: hidden;
}
@media (max-width: 699px) {
  .apartments .apartments-content .apartments-item .main-items .item-room {
    width: 30%;
  }
  .apartments .apartments-content .apartments-item .main-items .item-area {
    display: none;
  }
  .apartments .apartments-content .apartments-item .main-items .item-floor {
    display: none;
  }
  .apartments .apartments-content .apartments-item .main-items .item-passed {
    display: none;
  }
  .apartments .apartments-content .apartments-item .main-items .item-price {
    width: 65%;
  }
  .apartments .apartments-content .apartments-item .main-items .item-credit {
    display: none;
  }
  .apartments .apartments-content .apartments-item .main-items .item-see-more {
    width: 5%;
  }
}
.apartments .apartments-content .apartments-item .additional-items {
  padding: 0 20px 0 20px;
  display: none;
}
.apartments .apartments-content .apartments-item .additional-items h4 {
  padding-bottom: 7px;
}
.apartments .apartments-content .apartments-item .additional-items p {
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 20px;
}
.apartments .apartments-content .apartments-item .additional-items .specifications {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  padding-bottom: 20px;
}
.apartments .apartments-content .apartments-item .additional-items .specifications .item {
  position: relative;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 20px;
}
.apartments .apartments-content .apartments-item .additional-items .specifications .item .name:after {
  content: ".........................................................................................................................................................................................................................................................................................................................................................................................";
  font-size: 10px;
  color: #bababa;
  letter-spacing: 1px;
  padding-left: 5px;
}
.apartments .apartments-content .apartments-item .additional-items .specifications .item .atribute {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 165px;
  padding-left: 5px;
  transition: background 200ms;
}
.apartments .apartments-content .apartments-item .additional-items .specifications .item:last-child {
  margin-bottom: 0;
}
.apartments .apartments-content .apartments-item .additional-items .btn {
  color: #2ea0e9;
  background: #ffffff;
  padding: 12px 17px 12px 17px;
  border-radius: 100px;
  font-size: 13px;
  border: 1px solid #2ea0e9;
  margin-bottom: 20px;
  margin-right: 20px;
}
.apartments .apartments-content .apartments-item .additional-items .btn:hover {
  color: #0e80c9;
  border: 1px solid #0e80c9;
}
@media (max-width: 699px) {
  .apartments .apartments-content .apartments-item .additional-items .btn {
    width: 100%;
  }
}
.apartments .apartments-content .show-additional .additional-items {
  display: block;
}
.apartments .apartments-content .show-additional .main-items .item-see-more {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_bracket-up.svg);
}
.apartments .apartments-content .apartments-item:hover {
  background-color: #f4f4f4;
}
.apartments .apartments-content .apartments-item:hover .main-items .item-see-more {
  opacity: 0.7;
}
.apartments .apartments-content .apartments-item:hover .additional-items .specifications .atribute {
  background-color: #f4f4f4;
}
.apartments .apartments-more {
  text-align: center;
  padding: 25px 0 25px 0;
  color: #2ea0e9;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  border: 1px solid #cfcfcf;
}
.apartments .apartments-more:hover {
  background-color: #f4f4f4;
}

.specifications {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.specifications .item {
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 22px;
}
.specifications .item .name:after {
  content: ".........................................................................................................................................................................................................................................................................................................................................................................................";
  font-size: 10px;
  color: #bababa;
  letter-spacing: 1px;
  padding-left: 5px;
}
.specifications .item .atribute {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 200px;
  padding-left: 5px;
}
.specifications .item:last-child {
  margin-bottom: 0;
}

.map-tools {
  font-size: 0;
}
.map-tools .left-stack {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.map-tools .left-stack .add {
  display: inline-block;
  margin-right: 20px;
  border-radius: 3px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.map-tools .left-stack .add .img {
  display: inline-block;
  font-size: 13px;
  background-color: #ffffff;
  padding: 12px 14px 12px 14px;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #cfcfcf;
  transition: background 200ms;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_map-tools/_img/_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.map-tools .left-stack .add .img .dummy {
  visibility: hidden;
}
.map-tools .left-stack .add .name {
  display: inline-block;
  font-size: 13px;
  background-color: #ffffff;
  padding: 12px 14px 12px 14px;
  border-radius: 0 3px 3px 0;
  transition: background 200ms;
}
.map-tools .left-stack .add:hover .img {
  background-color: #f4f4f4;
}
.map-tools .left-stack .add:hover .name {
  background-color: #f4f4f4;
}
.map-tools .left-stack .settings {
  margin-right: 20px;
  border-radius: 3px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
  display: none;
}
.map-tools .left-stack .settings .img {
  display: inline-block;
  font-size: 13px;
  background-color: #ffffff;
  padding: 12px 14px 12px 14px;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #cfcfcf;
  transition: background 200ms;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_map-tools/_img/_settings.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.map-tools .left-stack .settings .img .dummy {
  visibility: hidden;
}
.map-tools .left-stack .settings .name {
  display: inline-block;
  font-size: 13px;
  background-color: #ffffff;
  padding: 12px 14px 12px 14px;
  border-radius: 0 3px 3px 0;
  transition: background 200ms;
}
.map-tools .left-stack .settings:hover .img {
  background-color: #f4f4f4;
}
.map-tools .left-stack .settings:hover .name {
  background-color: #f4f4f4;
}
.map-tools .left-stack .search {
  display: inline-block;
  margin-right: 20px;
  border-radius: 3px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.map-tools .left-stack .search .img {
  display: inline-block;
  font-size: 13px;
  background-color: #ffffff;
  padding: 12px 14px 12px 14px;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #cfcfcf;
  transition: background 200ms;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_map-tools/_img/_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.map-tools .left-stack .search .img .dummy {
  visibility: hidden;
}
.map-tools .left-stack .search .input {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  font-size: 13px;
  background-color: #ffffff;
  padding: 12px 14px 12px 14px;
  border-radius: 3px 0 0 3px;
  transition: background 200ms;
  border: 0;
  min-width: 320px;
}
.map-tools .left-stack .search .input::-webkit-input-placeholder {
  color: #bababa;
}
.map-tools .left-stack .search .input::-moz-placeholder {
  color: #bababa;
}
.map-tools .left-stack .search .input:-moz-placeholder {
  color: #bababa;
}
.map-tools .left-stack .search .input:-ms-input-placeholder {
  color: #bababa;
}
.map-tools .left-stack .search:hover .img {
  background-color: #f4f4f4;
}
.map-tools .left-stack .search:hover .input {
  background-color: #f4f4f4;
}
.map-tools .right-stack {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.map-tools .right-stack .zoom {
  display: block;
  border-radius: 3px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.map-tools .right-stack .zoom .img {
  display: inline-block;
  font-size: 13px;
  background-color: #ffffff;
  padding: 12px 14px 12px 14px;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #cfcfcf;
  transition: background 200ms;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.map-tools .right-stack .zoom .img .dummy {
  visibility: hidden;
}
.map-tools .right-stack .zoom .in {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_map-tools/_img/_zoom-in.svg);
}
.map-tools .right-stack .zoom .out {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_map-tools/_img/_zoom-out.svg);
}
.map-tools .right-stack .zoom .name {
  display: inline-block;
  font-size: 13px;
  background-color: #ffffff;
  padding: 12px 14px 12px 14px;
  border-radius: 0 3px 3px 0;
  transition: background 200ms;
}
.map-tools .right-stack .zoom:hover .img {
  background-color: #f4f4f4;
}
.map-tools .right-stack .zoom:hover .name {
  background-color: #f4f4f4;
}
@media (max-width: 1019px) {
  .map-tools .left-stack {
    left: 10px;
    bottom: 10px;
  }
  .map-tools .left-stack .add {
    margin-right: 10px;
  }
  .map-tools .left-stack .add .img {
    border-radius: 3px;
    border: 0;
  }
  .map-tools .left-stack .add .name {
    display: none;
  }
  .map-tools .left-stack .settings {
    display: inline-block;
    margin-right: 10px;
  }
  .map-tools .left-stack .settings .img {
    border-radius: 3px;
    border: 0;
  }
  .map-tools .left-stack .settings .name {
    display: none;
  }
  .map-tools .left-stack .search {
    margin-right: 10px;
  }
  .map-tools .left-stack .search .img {
    border-radius: 3px;
    border: 0;
  }
  .map-tools .left-stack .search .input {
    display: none;
  }
  .map-tools .right-stack {
    right: 10px;
    bottom: 10px;
  }
  .map-tools .right-stack .zoom .img {
    border-radius: 3px;
    border: 0;
  }
  .map-tools .right-stack .zoom .name {
    display: none;
  }
}

.map-pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 100px;
  border: 3px solid #ffffff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: border 200ms;
}
.map-pointer .num {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  text-align: center;
  font-size: 10px;
  padding: 5px 0 0 0;
  color: #ffffff;
}
.map-pointer .done {
  background-color: #0cc88c;
}
.map-pointer .build {
  background-color: #43b1f8;
}
.map-pointer .old {
  background-color: #e29125;
}
.map-pointer .viewed {
  background-color: #575757;
}

.map-pointer:hover {
  border: 3px solid #f4f4f4;
}

.vote .vote-line {
  background: #f4f4f4;
  border-radius: 3px;
  width: 100%;
  font-size: 14px;
}
.vote .vote-line .vote-zero {
  text-align: center;
  padding: 3px;
  color: #3f3f3f;
}
.vote .vote-line .vote-other {
  background: #ea3b3b;
  border-radius: 3px;
  text-align: center;
  padding: 3px;
  color: #ffffff;
}
.vote .vote-proc {
  padding: 3px;
  color: #3f3f3f;
  font-size: 14px;
}
.vote .vote-results {
  padding: 17px 0 17px 0;
  color: #3f3f3f;
  font-size: 14px;
}

.add-review {
  background-color: #ffffff;
  max-width: 460px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (min-width: 0) and (max-width: 1019px) {
  .add-review .list-default {
    width: auto;
    max-width: 250px;
  }
}
@media (max-width: 699px) {
  .add-review {
    padding: 20px;
  }
}
.rating-answers {
  background-color: #ffffff;
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.rating-answers .comments {
  border: 0;
}

@media (max-width: 699px) {
  .rating-answers {
    padding: 0;
  }
}
.add-object {
  background-color: #ffffff;
  max-width: 460px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (min-width: 0) and (max-width: 1019px) {
  .add-object .list-default {
    width: auto;
    max-width: 250px;
  }
}
@media (max-width: 699px) {
  .add-object {
    padding: 20px;
  }
}
.search {
  background-color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (min-width: 0) and (max-width: 1019px) {
  .search .list-default {
    width: auto;
    max-width: 250px;
  }
}
@media (max-width: 699px) {
  .search {
    padding: 20px;
  }
}
.select-category {
  background-color: #ffffff;
  max-width: 1340px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.select-category .group {
  overflow: auto;
  max-height: 400px;
  margin-right: 10px;
}
.select-category .group ul li {
  padding-bottom: 7px;
}
.select-category .group ul li a {
  color: #2ea0e9;
  font-size: 14px;
  line-height: 14px;
  transition: color 200ms;
}
.select-category .group ul li a:hover {
  color: #0e80c9;
}
.select-category .group ul li:last-child {
  padding-bottom: 0;
}

@media (max-width: 1339px) {
  .select-category {
    max-width: 1020px;
  }
}
@media (max-width: 1019px) {
  .select-category {
    max-width: 700px;
  }
}
@media (max-width: 699px) {
  .select-category {
    max-width: 450px;
    padding: 20px;
  }
}
.select-city {
  background-color: #ffffff;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.select-city .group {
  overflow: auto;
  max-height: 300px;
  margin-right: 10px;
}
.select-city .group .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-city .group .item a {
  color: #2ea0e9;
  font-size: 14px;
  line-height: 22px;
  transition: color 200ms;
}
.select-city .group .item a:hover {
  color: #0e80c9;
}
.select-city .button-default {
  width: 30%;
}

@media (max-width: 1339px) {
  .select-city {
    max-width: 960px;
  }
  .select-city .button-default {
    width: 100%;
  }
}
@media (max-width: 1019px) {
  .select-city {
    max-width: 640px;
  }
}
@media (max-width: 699px) {
  .select-city {
    max-width: 450px;
    padding: 20px;
  }
}
.select-anything {
  background-color: #ffffff;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.select-anything .group {
  overflow: auto;
  max-height: 300px;
  margin-right: 10px;
}
.select-anything .group .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
  margin-top: 2px;
}
.select-anything .button-default {
  width: 30%;
}

@media (max-width: 1339px) {
  .select-anything {
    max-width: 960px;
  }
  .select-anything .button-default {
    width: 100%;
  }
}
@media (max-width: 1019px) {
  .select-anything {
    max-width: 640px;
  }
}
@media (max-width: 699px) {
  .select-anything {
    max-width: 450px;
    padding: 20px;
  }
}
.recover-password {
  background-color: #ffffff;
  max-width: 460px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (min-width: 0) and (max-width: 1019px) {
  .recover-password .list-default {
    width: auto;
    max-width: 250px;
  }
}
@media (max-width: 699px) {
  .recover-password {
    padding: 20px;
  }
}
.login {
  background-color: #ffffff;
  max-width: 920px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.login a {
  color: #2ea0e9;
  transition: color 200ms;
}
.login a:hover {
  color: #0e80c9;
}
.login .left-section-popup {
  padding-right: 30px;
}
.login .left-section-popup .add-info {
  font-size: 14px;
  color: #2ea0e9;
  padding: 0 15px 0 0;
  transition: color 200ms;
}
.login .left-section-popup .wall {
  display: none;
  margin: 30px 0 30px 0;
}
.login .right-section-popup {
  padding-left: 30px;
}

@media (min-width: 0) and (max-width: 1019px) {
  .login {
    max-width: 460px;
  }
  .login .list-default {
    width: auto;
    max-width: 250px;
  }
  .login .left-section-popup {
    padding-right: 0;
  }
  .login .left-section-popup .wall {
    display: block;
  }
  .login .right-section-popup {
    padding-left: 0;
  }
}
@media (max-width: 699px) {
  .login {
    padding: 20px;
  }
}
.registration {
  background-color: #ffffff;
  max-width: 920px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.registration a {
  color: #2ea0e9;
  transition: color 200ms;
}
.registration a:hover {
  color: #0e80c9;
}
.registration .left-section-popup {
  padding-right: 30px;
}
.registration .left-section-popup .add-info {
  font-size: 14px;
  color: #2ea0e9;
  padding: 0 15px 0 0;
  transition: color 200ms;
}
.registration .left-section-popup .wall {
  display: none;
  margin: 30px 0 30px 0;
}
.registration .right-section-popup {
  padding-left: 30px;
}

@media (min-width: 0) and (max-width: 1019px) {
  .registration {
    max-width: 460px;
  }
  .registration .list-default {
    width: auto;
    max-width: 250px;
  }
  .registration .left-section-popup {
    padding-right: 0;
  }
  .registration .left-section-popup .wall {
    display: block;
  }
  .registration .right-section-popup {
    padding-left: 0;
  }
}
@media (max-width: 699px) {
  .registration {
    padding: 20px;
  }
}
.dwellers {
  background-color: #ffffff;
  max-width: 460px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (min-width: 0) and (max-width: 1019px) {
  .dwellers .list-default {
    width: auto;
    max-width: 250px;
  }
}
@media (max-width: 699px) {
  .dwellers {
    padding: 20px;
  }
}
.issue-mortgage {
  background-color: #ffffff;
  max-width: 460px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.issue-mortgage .specifications {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.issue-mortgage .specifications .item {
  position: relative;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 20px;
}
.issue-mortgage .specifications .item .name:after {
  content: ".........................................................................................................................................................................................................................................................................................................................................................................................";
  font-size: 10px;
  color: #bababa;
  letter-spacing: 1px;
  padding-left: 5px;
}
.issue-mortgage .specifications .item .atribute {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1px;
  background-color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 165px;
  padding-left: 5px;
}
.issue-mortgage .specifications .item .atribute a {
  color: #2ea0e9;
  transition: color 200ms;
}
.issue-mortgage .specifications .item .atribute a:hover {
  color: #0e80c9;
}
.issue-mortgage .specifications .item:last-child {
  margin-bottom: 0;
}

@media (min-width: 0) and (max-width: 1019px) {
  .issue-mortgage .list-default {
    width: auto;
    max-width: 250px;
  }
}
@media (max-width: 699px) {
  .issue-mortgage {
    padding: 20px;
  }
}
.chat {
  background-color: #ffffff;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.chat h3 {
  margin-bottom: 10px;
}
.chat .options {
  float: right;
  font-size: 13px;
  padding: 4px 10px 4px 0;
  margin-bottom: 30px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_messages/_img/_dots.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
  position: relative;
  cursor: pointer;
}
.chat .options .dummy {
  visibility: hidden;
}
.chat .options .list-menu-full {
  right: 0;
  z-index: 999999999;
  position: absolute;
  z-index: 10000;
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
  max-width: 300px;
  min-width: 300px;
  display: none;
}
.chat .options .list-menu-full .list-item {
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 200ms, border 200ms;
  color: #101010;
}
.chat .options .list-menu-full .list-item:hover {
  background-color: #f4f4f4;
}
.chat .options:hover {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_messages/_img/_dots-act.svg);
}
.chat .active-messages-dropdown .list-menu-full {
  display: block;
}
.chat .chat-display {
  overflow: auto;
  max-height: 500px;
  min-height: 500px;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  padding: 20px;
  border-radius: 3px 3px 0 0;
}
.chat .chat-display .author {
  font-size: 0;
  padding-bottom: 10px;
}
.chat .chat-display .author .userpic {
  display: inline-block;
  position: relative;
}
.chat .chat-display .author .userpic .image {
  border-radius: 50px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_author-object/_img/_user.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 5px;
}
.chat .chat-display .author .userpic .dummy {
  font-size: 13px;
  padding: 15px 13px 15px 13px;
  visibility: hidden;
}
.chat .chat-display .author .username {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  margin: 15px 0 15px 15px;
  transition: color 200ms;
  display: inline-block;
}
.chat .chat-display .author .username:hover {
  color: #2ea0e9;
}
.chat .chat-display .msg {
  border-radius: 17px;
  padding: 10px 18px 10px 18px;
  display: inline-block;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}
.chat .chat-display .msg .txt {
  font-size: 13px;
  line-height: 18px;
}
.chat .chat-display .msg .date {
  padding-top: 10px;
  font-size: 12px;
  color: #575757;
}
.chat .textarea {
  min-height: auto;
  border-radius: 0 0 3px 3px;
}

@media (max-width: 1339px) {
  .chat {
    max-width: 960px;
  }
  .chat .chat-display {
    max-height: 250px;
    min-height: 250px;
  }
}
@media (max-width: 1019px) {
  .chat {
    max-width: 640px;
  }
}
@media (max-width: 699px) {
  .chat {
    max-width: 450px;
    padding: 20px;
  }
  .chat .options {
    float: left;
  }
  .chat .options .list-menu-full {
    left: 0;
  }
}
#profile-menu {
  right: 0;
  position: fixed;
  top: 0;
  height: 100%;
  width: 450px;
  background: white;
  padding: 30px;
  overflow-y: auto;
}
#profile-menu .icard-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
#profile-menu .mfp-close {
  display: none;
}
#profile-menu .item {
  position: relative;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0pt;
  line-height: 13px;
  transition: color 300ms;
}
#profile-menu .item .menu-item {
  padding-top: 30px;
  padding-bottom: 30px;
}
#profile-menu .item .info {
  background: url(/bitrix/templates/vdolevke/ui/patch/img/info.svg);
  background-position: left 29px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 35px;
  padding-top: 31px;
  padding-bottom: 30px;
}
#profile-menu .item .update {
  background: url(/bitrix/templates/vdolevke/ui/patch/img/updates.svg);
  background-position: left 29px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 35px;
  padding-top: 31px;
  padding-bottom: 30px;
}
#profile-menu .item .message {
  background: url(/bitrix/templates/vdolevke/ui/patch/img/messages.svg);
  background-position: left 29px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 35px;
  padding-top: 31px;
  padding-bottom: 30px;
}
#profile-menu .item .ideas {
  background: url(/bitrix/templates/vdolevke/ui/patch/img/ideas.svg);
  background-position: left 29px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 35px;
  padding-top: 31px;
  padding-bottom: 30px;
}
#profile-menu .item .myhouse {
  background: url(/bitrix/templates/vdolevke/ui/patch/img/myhouse.svg);
  background-position: left 29px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 35px;
  padding-top: 31px;
  padding-bottom: 30px;
}
#profile-menu .item .mycompany {
  background: url(/bitrix/templates/vdolevke/ui/patch/img/mycompany.svg);
  background-position: left 29px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 35px;
  padding-top: 31px;
  padding-bottom: 30px;
}
#profile-menu .item .favorite {
  background: url(/bitrix/templates/vdolevke/ui/patch/img/favorite.svg);
  background-position: left 29px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 35px;
  padding-top: 31px;
  padding-bottom: 30px;
}
#profile-menu .item .settings {
  background: url(/bitrix/templates/vdolevke/ui/patch/img/settings.svg);
  background-position: left 29px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 35px;
  padding-top: 31px;
  padding-bottom: 30px;
}
#profile-menu .item .exit {
  background: url(/bitrix/templates/vdolevke/ui/patch/img/exit.svg);
  background-position: left 29px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 35px;
  padding-top: 31px;
  padding-bottom: 30px;
}
#profile-menu .item:hover {
  color: #2ea0e9;
}
#profile-menu .notification {
  background-color: red;
  color: white;
  padding: 0;
  min-width: 16px;
  height: 16px;
  padding: 2px 4px 2px 4px;
  line-height: 11px;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}
#profile-menu .usr-name {
  position: relative;
}
#profile-menu .usr-name .img {
  position: absolute;
  background: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-expert-vertical/_img/_user.png);
  background-size: cover;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}
#profile-menu .usr-name .info {
  padding-left: 50px;
}
#profile-menu .usr-name .info .name {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 5px;
  padding-top: 3px;
  transition: color 300ms;
}
#profile-menu .usr-name .info .status {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
#profile-menu .usr-name:hover .info .name {
  color: #2ea0e9;
}
#profile-menu .drop-item .dropdown--add-menu {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 699px) {
  #profile-menu {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/bitrix/templates/vdolevke/plugins/magnific-popup/magnific-popup.css?15828110346883*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  bottom:0;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;

  font-size: 28px;
   }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/bitrix/templates/vdolevke/plugins/gallery/css/blueimp-gallery.css?15828110335644*/
@charset "UTF-8";
/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
       -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.2s linear;
     -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
       -o-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(/bitrix/templates/vdolevke/plugins/gallery/css/../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(/bitrix/templates/vdolevke/plugins/gallery/css/../img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;

  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(/bitrix/templates/vdolevke/plugins/gallery/css/../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(/bitrix/templates/vdolevke/plugins/gallery/css/../img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(/bitrix/templates/vdolevke/plugins/gallery/css/../img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
*+html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
*+html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

/* End */


/* Start:/bitrix/templates/vdolevke/plugins/gallery/css/blueimp-gallery-indicator.css?15372588712212*/
@charset "UTF-8";
/*
 * blueimp Gallery Indicator CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}


.blueimp-gallery > .indicator > li:after {
  opacity: 0;
  display: block;
  position: absolute;
  content: '';
  top: -5em;
  width: 75px;
  height: 75px;
  transition: transform 600ms ease-out, opacity 400ms ease-out;
  transform: translateX(-50%) translateY(0) translateZ(0px);
  pointer-events:none;
}

.blueimp-gallery > .indicator > li:hover:after {
  opacity: 1;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(-5px) translateZ(0px);
}

.blueimp-gallery > .indicator > .active:after {
  display: none;
}

.blueimp-gallery-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* IE7 fixes */
*+html .blueimp-gallery > .indicator > li {
  display: inline;
}

/* End */


/* Start:/bitrix/templates/vdolevke/plugins/gallery/css/blueimp-gallery-video.css?15372588712126*/
@charset "UTF-8";
/*
 * blueimp Gallery Video Factory CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0;
}
.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(/bitrix/templates/vdolevke/plugins/gallery/css/../img/video-play.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
}
.blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1;
}
.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block;
}
.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url(/bitrix/templates/vdolevke/plugins/gallery/css/../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(/bitrix/templates/vdolevke/plugins/gallery/css/../img/video-play.svg);
}

/* IE7 fixes */
*+html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%;
}
*+html .blueimp-gallery > .slides > .slide > .video-content > a {
  left: 50%;
  margin-left: -64px;
}

/* End */


/* Start:/bitrix/templates/vdolevke/plugins/emojipicker/jquery.emojipicker.css?15704268096460*/
.emojiPickerIconWrap {display:inline-block; position:relative;}
.emojiPickerIcon {position:absolute; top:0; right:0; cursor:pointer; }

.emojiPickerIconWrap .white {background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjc2Ljg5MXB4IiBoZWlnaHQ9IjI3Ni44OTFweCIgdmlld0JveD0iMCAwIDI3Ni44OTEgMjc2Ljg5MSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjc2Ljg5MSAyNzYuODkxIg0KCSB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjExIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIxMzguNDQ1IiBjeT0iMTM4LjQ0NSIgcj0iMTMyLjk0NSIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iNjguMTIiIGN5PSIxMjUuMzk1IiByPSIxNi41MDciLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjIwOC42MTciIGN5PSIxMjUuMzk1IiByPSIxNi41MDgiLz4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik02OC4xMiwxODIuMDM0DQoJYzAsMCw2OS43OTMsNzAuNzA0LDE0MC40OTgsMCIvPg0KPC9zdmc+DQo=') center center no-repeat; background-size:60%;}
.emojiPickerIconWrap .black {background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjc2Ljg5MXB4IiBoZWlnaHQ9IjI3Ni44OTFweCIgdmlld0JveD0iMCAwIDI3Ni44OTEgMjc2Ljg5MSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjc2Ljg5MSAyNzYuODkxIg0KCSB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjExIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIxMzguNDQ1IiBjeT0iMTM4LjQ0NSIgcj0iMTMyLjk0NSIvPg0KPGNpcmNsZSBjeD0iNjguMTIiIGN5PSIxMjUuMzk1IiByPSIxNi41MDciLz4NCjxjaXJjbGUgY3g9IjIwOC42MTciIGN5PSIxMjUuMzk1IiByPSIxNi41MDgiLz4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIxMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik02OC4xMiwxODIuMDM0DQoJYzAsMCw2OS43OTMsNzAuNzA0LDE0MC40OTgsMCIvPg0KPC9zdmc+DQo=') center center no-repeat; background-size:60%;}
.emojiPickerIconWrap .yellow {background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjc2Ljg5MXB4IiBoZWlnaHQ9IjI3Ni44OTFweCIgdmlld0JveD0iMCAwIDI3Ni44OTEgMjc2Ljg5MSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjc2Ljg5MSAyNzYuODkxIg0KCSB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRUJDMjAwIiBzdHJva2Utd2lkdGg9IjExIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIxMzguNDQ1IiBjeT0iMTM4LjQ0NSIgcj0iMTMyLjk0NSIvPg0KPGNpcmNsZSBmaWxsPSIjRUJDMjAwIiBjeD0iNjguMTIiIGN5PSIxMjUuMzk1IiByPSIxNi41MDciLz4NCjxjaXJjbGUgZmlsbD0iI0VCQzIwMCIgY3g9IjIwOC42MTciIGN5PSIxMjUuMzk1IiByPSIxNi41MDgiLz4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0VCQzIwMCIgc3Ryb2tlLXdpZHRoPSIxMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik02OC4xMiwxODIuMDM0DQoJYzAsMCw2OS43OTMsNzAuNzA0LDE0MC40OTgsMCIvPg0KPC9zdmc+DQo=') center center no-repeat; background-size:60%;}
.emojiPickerIconWrap .grey, .emojiPickerIconWrap .gray {background:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjc2Ljg5MXB4IiBoZWlnaHQ9IjI3Ni44OTFweCIgdmlld0JveD0iMCAwIDI3Ni44OTEgMjc2Ljg5MSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjc2Ljg5MSAyNzYuODkxIg0KCSB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRUJDMjAwIiBzdHJva2Utd2lkdGg9IjExIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIxMzguNDQ1IiBjeT0iMTM4LjQ0NSIgcj0iMTMyLjk0NSIvPg0KPGNpcmNsZSBmaWxsPSIjRUJDMjAwIiBjeD0iNjguMTIiIGN5PSIxMjUuMzk1IiByPSIxNi41MDciLz4NCjxjaXJjbGUgZmlsbD0iI0VCQzIwMCIgY3g9IjIwOC42MTciIGN5PSIxMjUuMzk1IiByPSIxNi41MDgiLz4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0VCQzIwMCIgc3Ryb2tlLXdpZHRoPSIxMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik02OC4xMiwxODIuMDM0DQoJYzAsMCw2OS43OTMsNzAuNzA0LDE0MC40OTgsMCIvPg0KPC9zdmc+DQo=') center center no-repeat; background-size:60%;}

.emojiPicker {display:none; position:absolute; outline:none; border:none; box-shadow:0 0 7px #555; border-top-left-radius:4px; border-top-right-radius:4px;}
.emojiPicker div.emoji {width:1.3em; height:1.3em; position:relative; display:inline-block;}
.emojiPicker span.emoji {width:1.3em; height:1.3em; display:inline-block; position:relative; overflow:hidden; text-indent:-9999px; vertical-align:middle;}
.emojiPicker .hidden {display:none;}

.emojiPicker nav {position:relative; z-index:0; background-color:#f2f2f2; border-top-left-radius:4px; border-top-right-radius:4px;}
.emojiPicker nav div.tab {display:inline-block; margin:2% 1% 0 1%; padding:2% 2% 1% 2%; border-top-left-radius:4px; border-top-right-radius:4px; cursor:pointer;}
.emojiPicker nav div.tab.active {background-color:#fff; box-shadow:0 0 3px #ccc;}

.emojiPicker section {overflow:scroll; position:relative; z-index:10; background:#fff;}
.emojiPicker section div {width:40px; float:left; margin:3%;}
.emojiPicker section div:hover {cursor:pointer;}

/* End */


/* Start:/bitrix/templates/vdolevke/plugins/FormStyler/jquery.formstyler.css?15372588712175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index:999;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/bitrix/templates/vdolevke/plugins//file-upload/css/jquery.dm-uploader.css?1537258871684*/
/* 
	Uploader: 
	- These styles are the ones used on the examples. No needed to use it by any means.
	- It disables user selection to avoid some weird visuals in some browsers
	- It masks/hides the the file input behind a button
 */

.dm-uploader {
	cursor: default;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dm-uploader .btn {
	position: relative;
	overflow: hidden;
}

.dm-uploader .btn input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	width: 100%;
	opacity: .0;
	filter: alpha(opacity= 0);
	cursor: pointer;
}

/* End */


/* Start:/bitrix/templates/vdolevke/add.css?176578379422276*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19.12.2018, 17:11:30
    Author     : moldv
*/


.list-default .item .a {
    padding: 15px 20px 15px 20px;
}

.hide{
    display: none;
}

.emojiPickerIconWrap {
    width: 100%;
}

.pager {
    height: auto!important;
}


.input-search{
    white-space: nowrap;
}

[data-stack] [data-item=user-profile-settings] p.dotted {
    height: 262px;
    overflow: hidden;
    margin-bottom: 20px;
}


img.loader-relative{
    width: 32px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.uploading{
    opacity: 0.5;
}

#adv{
    display:block;
    margin-top:20px;
}



.card-forum-horizontal .img {
    background: #f1f1f1;
    width: 200px;
    height: 150px;
    position: absolute;
    background-image: url(/bitrix/templates/vdolevke/ui/patch/chat_def.svg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.tox-tinymce{
    border-radius: 3px!important;
}

.comments .comment-wrapper .comment-content .post .footer .answer a{
    margin-right: 10px;
}

div.search-popup {
    max-height: 400px;
    overflow-y: auto;
}

.adv-header-top{
    min-height: 0px!important;
}

.alert {

    line-height: 18px;

}
.adv-footer-bottom {
    height: auto!important;
    overflow: hidden;
}



.alert {
    background-color: #f8f8f8;
    border: 1px dashed #c5c5c5;
    border-radius: 3px;
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    text-align: center;

}


.alert a {

    color: #0f6ae4;
    text-decoration: none;
    transition: color 300ms;

}


@media (max-width: 1019px) and (min-width: 0){
    [data-stack] [data-item=tab-01-map-new-buildings] {
        display:block!important;
    }
}

.card-building-vertical .card-info .location .distance{
    min-height: 16px;
}

.open{
    display: block!important;
}
.map-bg.full{
    display: block!important;
    position: absolute!important;
    z-index: 99!important;
    top: 0;

}

.messages .dialog .msginfo{
    position: relative;
}


.adv-footer-bottom{
    max-height: 250px!important;
}



@media (max-width: 1019px) {
    .card-building-map {
        overflow: auto;
        max-width: none;
        position: relative;
        width: 100%;
        margin: 0;
    }
    .card-building-map .card-map-content {
        max-height: 203px;
    }


    .card-building-map .card-map-head .content .name{
        max-width: 290px;
    }

    .card-building-map .card-map-head .content .info{
        max-width: 290px;
    }
}



.various .edit-photos .uploaded-file {
    display: inline-block;
    width: 186px;
    height: 72px;
    margin-top: 20px;
    margin-right: 20px;
    border: 2px dashed #c5c5c5;
    border-radius: 3px;
    background: #f8f8f8;
    text-align: left;
    transition: border 300ms;
    position: relative;
    padding: 15px;
    position: relative;
}

.various .edit-photos .uploaded-file .delete {
    width: 21px;
    height: 21px;
    background: url(/bitrix/templates/vdolevke/components/component--editor/img/delete-w.svg), #ff5722;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
    position: absolute;
    top: -11px;
    right: -11px;
    border-radius: 100px;
}


.comments .commetn-item .comment-footer .comment-rating .counter{
    font-weight: bold;
}


.messages .dialog .msginfo .options{
    z-index: 10;
}

.updates .update-info .msginfo .options{
    z-index: 10;
}


.updates .update-info{
    position: relative;
}


.rating-panel .good{
    font-weight: bold;
}

.button-default{
    position: relative;
}

#send_register .loader {
    top: 10px;
    left: 10px;
}

#login_buttion .loader {
    top: 10px;
    left: 10px;
}


.card-communion-vertical .info .lead{
    overflow: hidden;
}

.rating-vote-result-minus{
    color:red!important;
}

div.forum-post-text{
    overflow: hidden;
}


.social-set-two .Facebook {
    background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_f.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 15px;
    background-color: #4f69a2; }

.social-set-two .VKontakte {
    background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_v.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 15px;
    background-color: #6b8caf; }

.social-set-two .Twitter {
    background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_t.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 15px;
    background-color: #50abf1; }

.social-set-two .MyMailRu {
    background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_m.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 15px;
    background-color: #226eb7; }

.social-set-two .GooglePlusOAuth {
    background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_g.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 17px;
    background-color: #c25234; }

.social-set-two .YandexOAuth {
    background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_o.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 15px;
    background-color: #eb722e;
}

.social-set-two .Odnoklassniki {
    background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_o.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 15px;
    background-color: #eb722e;
}


#comments_answer{
    margin: 0px 0 0 20px!important;
}

#system-load {
    position:fixed;
    top:0px;
    left:0px;
    background-color: white;
    width:100%;
    height:100%;
    z-index:99999999;
    color:#fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/vdolevke/loader.gif);
    background-size: 48px;
}

.header-logo-short {
    margin: 0 8px 0 0;
    background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-logo-short/_img/_logo.svg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    background-size: 20px;
}

.rating .rating-more{
    position: relative;
}

.rating-more {
    max-width: 100%!important;
}

.rating-more img.loader{
    top: 21px!important;
}

.comment-answer a{
    margin-right: 10px;
}

.ajax-pager{
    display: block;
    position: relative;
    margin: 10px;
    text-align: center;
}


.feed-add-post div.bx-html-editor{
   border-radius: 3px;
}

.tox-tinymce{
      border-radius: 3px!important;
}

.feed-add-post-text{
   border-radius: 3px;
}

.mce-tinymce{
    border-radius: 3px!important;
    box-shadow:none!important;

}

div.forum-reply-form{
   border-radius: 3px;
    border-style:none;
    background-color: white!important;

}

.button-default .item{
   cursor: pointer;
}


   .forum-post-text a{
   /* display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    position: relative;
    max-width: 760px;*/

    color: #2ea0e9;
       max-width: 900px;
       overflow: hidden;
       display: block;

   }

    #load-items, #profi-load-items {
        max-width: 260px;
        margin: 0 auto;
    }


  .forum-post-text a::after {
      /*content: '...';
     position: absolute;
     right: 0; top: 0;
     width: 40px;
     height: 100%;
     /* Градиент
     background: -moz-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
     background: -webkit-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
     background: -o-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
     background: -ms-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
     background: linear-gradient(to right, rgba(255,255,255, 0.2), #fff 100%);*/
   }

.away{
    display:block;
    width: 100%;
}

.away iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}



.mce-top-part::before{
    box-shadow:none!important;
}


.mce-panel{
        border: 0px solid #cfcfcf;
}

div.forum-reply-fields{
    padding: 0px!important;
}

div.forum-reply-field{
        margin-top: 0px!important;
}

.feed-add-post-text{
        padding: 0px!important;
}

.feed-add-post-form{
        margin-bottom: 0px!important;
}


div.forum-reply-form{
        margin-bottom: 0px!important;
}

.checkbox .ico{
    margin: -19px 0 0 0;
}

.forum-post-text img{
    max-width: 60%;
}

.top9{
    top:9px!important;
}

[data-stack] [data-item=data-news] .panel-date{
    margin-left: 10px!important;
}


.header-logo{
    margin: -7px 17px 0 0;
}


.card-company-vertical .card-img{
    background-size: 90%!important;
}

.card-new-building-horizontal .right-c-m-h .layer-01 .lable-build .lable-old {
    font-size: 10px;
    background-color: #e29125;
    color: #ffffff;
    display: inline-block;
    padding: 6px 5px 6px 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

img.loader {
       width: 24px;
    position: absolute;
    top: 0px;
    margin-left: 10px;
    left: 10px;
}

.map-bg{
    background-image:none!important;
    background-color: gray!important;

}

.map-tools .left-stack .search{
    padding: 0px!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.placemark {
    background-image: url('https://sandbox.api.maps.yandex.net/examples/ru/2.1/scalable_placemarks/img/pin_circle.svg');
    background-size: 100%;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: border 200ms;
    border-radius: 100px;
    background-color: #0e80c9;
    border: solid 1px #fff;
}


#map-ajax-loader{
    position: absolute;
    z-index: 999;
    top: 44px;
    left: 6px;
    width: 36px;
    height: 36px;
}



img.map-loader{
    position: absolute;
    z-index: 999;
    top: 44px;
    left: 6px;
    width: 36px;
    height: 36px;
}

#filter-ajax-loader{
width: 24px;
    height: 24px;
    float: left;
    vertical-align: middle;
    position: absolute;
    left: 25px;
    top: 13px;
}

.map_offer_popup{
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
    z-index: 6;
}

.button-dropdown-jq{
    background-color: white;
}


.card-building-map .card-map-head .content .lable-done {
    padding: 1px 5px 1px 6px!important;
}

.rating .rating-content .rating-item:last-child{
    border-bottom:  1px solid #cfcfcf;
}

.placemark .num {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    text-align: center;
    font-size: 10px;
    padding: 0;
    color: #ffffff;
    	display:table;
}

.placemark .num b{
    display:table-cell!important;
	vertical-align:middle;
}

.card-building-map {
    width: auto!important;
    background-color: #ffffff;
    margin: 0px!important;
    box-shadow: none!important;
}


.map-pointer {
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
}


.card-building-map .card-map-head {
    border-bottom: none!important;
    padding: 4px!important;
    position: relative;
}


.card-building-map .card-map-head .content .lable-build {

    padding: 1px 5px 1px 6px!important;

}

.card-building-map .card-map-content .item{
    padding: 0px!important;
}

#composit-loader{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    display: block;
}

.map-bg-main {
  width: 100%;
  height: 500px;
  position: relative;
    background-color: gray!important;
}



label.error{
    color: red;
     font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
}

input.fake-input:checked + .ico > .inner-off {
    background-color: #2ea0e9;
    width: 100%;
    height: 100%;
}

.checkbox label.error{
    float: right;
}

img.calendar-icon {
    border: 0;
    width: 32px;
    height: 32px;
    vertical-align: top;
    margin: 1px;
    margin-left: 2px;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 39px;
}

.button-default{
    cursor: pointer;
}

.card-communion-horizontal .lead .cutter{
    display: none;
}

.card-communion-horizontal .lead hr{
    display: none;
}



.bxhtmled-textarea {
  width: 100%;
  line-height: 22px;
  padding: 20px 20px 0 20px;
  min-height: 120px;
  color: #101010;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  transition: border 200ms, background 200ms; }

.bxhtmled-textarea:hover {
  border-color: #bababa;
  background-color: #f4f4f4; }


.list-default .item {
    padding: 15px 0px 15px 0px;

}

.header-main-nav .active {
  padding: 0 0 24px 0!important;
}

.list-default .item a {
    padding: 15px 20px 15px 20px;
}

.header-logo-short {
    margin: 0 8px 0 0;
    background-image: url(/bitrix/templates/vdolevke/ui/modules/_header/_header-logo-short/_img/_logo.svg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    background-size: 20px;
}

/*.button-dropdown-jq .jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    display: block;
}

.button-dropdown-jq .jq-selectbox__select {
    transition: border 200ms, background 200ms;
    height: 48px;
    line-height: 16px;
    padding: 16px 45px 0 20px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #101010;
}

.button-dropdown-jq .jq-selectbox__select:hover {
    border: 1px solid #bababa;
    background-color: #f4f4f4;
}

.button-dropdown-jq .jq-selectbox__select:hover .jq-selectbox__trigger {
    border-left: 1px solid #bababa;
}

.button-dropdown-jq .jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #0e80c9;
}

.button-dropdown-jq .jq-selectbox__select-text {
    display: block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-dropdown-jq .jq-selectbox__trigger {
    transition: border 200ms;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    border-left: 1px solid #cfcfcf;
}

.button-dropdown-jq .jq-selectbox__trigger-arrow {
    transition: border 200ms;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid #bababa;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.button-dropdown-jq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #101010;
}

.button-dropdown-jq .jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    min-width: 300px;
    margin: 10px 0 10px 0;
    padding: 0;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #101010;
}

.button-dropdown-jq .jq-selectbox ul {
    margin: 0;
    padding: 10px 0 10px 0;
}

.button-dropdown-jq .jq-selectbox li {
    transition: background 200ms;
    min-height: 18px;
    padding: 15px 20px 15px 20px;
    color: #101010;
}

.button-dropdown-jq .jq-selectbox li.selected {
    background-color: #f4f4f4;
    color: #101010;
}

.button-dropdown-jq .jq-selectbox li:hover {
    background-color: #f4f4f4;
    color: #101010;
}

.button-dropdown-jq .jq-selectbox li.disabled {
    color: #bababa;
}

.button-dropdown-jq .jq-selectbox li.disabled:hover {
    background: none;
}

@media (min-width: 0) and (max-width: 699px) {
    .button-dropdown-jq .jq-selectbox__select-text {
        max-width: 260px;
    }
}



.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 200px;
}

.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-label-wrap .fs-label {
    padding: 6px 22px 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 200px;
    margin-top: 5px;
    z-index: 1000;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 6px 0;
    width: 100%;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.fs-option:last-child {
    border-bottom: none;
}

.fs-search {
    padding: 0 8px;
}

.fs-no-results {
    padding: 6px 8px;
}

.fs-option {
    cursor: pointer;
    word-break: break-all;
}

.fs-option.disabled {
    opacity: 0.4;
    cursor: default;
}

.fs-option.hl {
    background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(17, 169, 17);
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-optgroup-label {
    font-weight: bold;
    text-align: center;
}*/

.hidden {
    display: none;
}

.jq-file__name, .jq-file__browse {
    display: none;
}

.jq-file__name, .jq-file__browse {
    display: none;
}

.various .edit-photos .uploaded-photo.active{
     border: 2px dashed #0f6ae4;
}

.various .edit-photos .uploaded-photo{
    cursor:pointer;
}

.various .add-photo {
  border: 2px dashed #c5c5c5;
  border-radius: 5px;
  background: #f8f8f8;
  text-align: center;
  transition: border 300ms;
  position: relative; }
  .various .add-photo .text {
    padding: 40px 40px 40px 40px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 0px;
    color: #5f5f5f; }
  .various .add-photo .icard-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
.various .add-photo:hover {
  border: 2px dashed #0e80c9; }
.various .edit-photos {
  font-size: 0; }
  .various .edit-photos .uploaded-photo {
    display: inline-block;
    width: 120px;
    height: 100px;
    margin-top: 20px;
    margin-right: 20px;
    border: 2px dashed #c5c5c5;
    border-radius: 3px;
    background: #f8f8f8;
    text-align: center;
    transition: border 300ms;
    position: relative;
    padding: 15px;
    position: relative; }
    .various .edit-photos .uploaded-photo .img {
      background: url(/bitrix/templates/vdolevke/components/component--card--publication/img/publication.png);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%; }
    .various .edit-photos .uploaded-photo .delete {
      width: 21px;
      height: 21px;
      background: url(/bitrix/templates/vdolevke/components/component--editor/img/delete-w.svg), #ff5722;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 11px;
      position: absolute;
      top: -11px;
      right: -11px;
      border-radius: 100px; }
    .various .edit-photos .uploaded-photo .edit {
      width: 21px;
      height: 21px;
      background: url(/bitrix/templates/vdolevke/components/component--editor/img/edit-w.svg), #13bc9e;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 11px;
      position: absolute;
      top: -11px;
      right: 21px;
      border-radius: 100px; }
    .various .edit-photos .uploaded-photo .delete,
    .various .edit-photos .uploaded-photo .edit {
      transition: background 300ms; }
      .various .edit-photos .uploaded-photo .delete .icard-link,
      .various .edit-photos .uploaded-photo .edit .icard-link {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5; }
    .various .edit-photos .uploaded-photo .delete:hover {
      background: url(/bitrix/templates/vdolevke/components/component--editor/img/delete-w.svg), #0f6ae4;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 11px; }
    .various .edit-photos .uploaded-photo .edit:hover {
      background: url(/bitrix/templates/vdolevke/components/component--editor/img/edit-w.svg), #0f6ae4;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 11px; }

  .various .edit-photos .uploaded-photo:hover {
    border: 2px dashed #0e80c9;
  }


  .jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
}


.jq-file {
    width: 100%;
    position: absolute!important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}



.add-photo, .jq-file, .jq-file input{
    cursor: pointer;
}

.card-building-map{
  min-width: 290px;
}



@media (max-width: 1019px){
    .map_offer_popup {
        max-width: none;
        position: absolute;
        width: 100%;
        margin: 0;
        left:0px;
        top:0px;
    }
}


@media (max-width: 699px) {
    #moevideo728{
        display: none;
    }

}


.add-review{
    display: block;
    position: relative;
}



/* End */


/* Start:/bitrix/templates/vdolevke/fonts.css?173105318915459*/
@font-face {
    font-family: 'PT Sans';
    src: url('/bitrix/templates/idea/fonts/ptsans/PTSans-Regular.eot');
    src: local('PT Sans'), local('PTSans-Regular'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-Regular.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-Regular.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/bitrix/templates/idea/fonts/ptsans/PTSans-BoldItalic.eot');
    src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-BoldItalic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-BoldItalic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/bitrix/templates/idea/fonts/ptsans/PTSans-Italic.eot');
    src: local('PT Sans Italic'), local('PTSans-Italic'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-Italic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-Italic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/bitrix/templates/idea/fonts/ptsans/PTSans-Bold.eot');
    src: local('PT Sans Bold'), local('PTSans-Bold'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-Bold.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-Bold.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/ptsans/PTSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/idea/fonts/roboto/Roboto-BlackItalic.eot');
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-BlackItalic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-BlackItalic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/idea/fonts/roboto/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Bold.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Bold.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/idea/fonts/roboto/Roboto-BoldItalic.eot');
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-BoldItalic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-BoldItalic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/idea/fonts/roboto/Roboto-LightItalic.eot');
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-LightItalic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-LightItalic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/idea/fonts/roboto/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Regular.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Regular.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/idea/fonts/roboto/Roboto-ThinItalic.eot');
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-ThinItalic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-ThinItalic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/idea/fonts/roboto/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Black.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Black.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/idea/fonts/roboto/Roboto-MediumItalic.eot');
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-MediumItalic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-MediumItalic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/idea/fonts/roboto/Roboto-Thin.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Thin.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Thin.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/idea/fonts/roboto/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Light.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Light.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/idea/fonts/roboto/Roboto-Italic.eot');
    src: local('Roboto Italic'), local('Roboto-Italic'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Italic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Italic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/bitrix/templates/idea/fonts/roboto/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Medium.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Medium.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/idea/fonts/opensans/OpenSans-Italic.eot');
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Italic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Italic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/idea/fonts/opensans/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Regular.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Regular.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/idea/fonts/opensans/OpenSans-BoldItalic.eot');
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-BoldItalic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-BoldItalic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/idea/fonts/opensans/OpenSans-SemiBold.eot');
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-SemiBold.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-SemiBold.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/idea/fonts/opensans/OpenSans-ExtraBoldItalic.eot');
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-ExtraBoldItalic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/idea/fonts/opensans/OpenSans-LightItalic.eot');
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-LightItalic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-LightItalic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/idea/fonts/opensans/OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Bold.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Bold.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/idea/fonts/opensans/OpenSans-SemiBoldItalic.eot');
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-SemiBoldItalic.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-SemiBoldItalic.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/idea/fonts/opensans/OpenSans-ExtraBold.eot');
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-ExtraBold.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-ExtraBold.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/bitrix/templates/idea/fonts/opensans/OpenSans-Light.eot');
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Light.woff2') format('woff2'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Light.woff') format('woff'),
    url('/bitrix/templates/idea/fonts/opensans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* End */


/* Start:/bitrix/templates/vdolevke/max.css?1590576551133112*/
@charset "UTF-8";
/* Grid */
/* Spacer */
/* Color */
/* Font */
.data-stack:before,
.data-stack:after {
  content: " ";
  display: table;
}

.data-stack:after {
  clear: both;
}

.u-clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/* Clearfix (only on x grid) */
@media (min-width: 1340px) {
  .u-clearfix-xl:before,
.u-clearfix-xl:after {
    content: " ";
    display: table;
  }

  .u-clearfix-xl:after {
    clear: both;
  }
}
/* Clearfix (only on l grid) */
@media (min-width: 1020px) and (max-width: 1339px) {
  .u-clearfix-lg:before,
.u-clearfix-lg:after {
    content: " ";
    display: table;
  }

  .u-clearfix-lg:after {
    clear: both;
  }
}
/* Clearfix (only on m grid) */
@media (min-width: 700px) and (max-width: 1019px) {
  .u-clearfix-md:before,
.u-clearfix-md:after {
    content: " ";
    display: table;
  }

  .u-clearfix-md:after {
    clear: both;
  }
}
.u-text-justify {
  text-align: justify !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

@media (min-width: 700px) {
  .u-text-md-justify {
    text-align: justify !important;
  }

  .u-text-md-left {
    text-align: left !important;
  }

  .u-text-md-center {
    text-align: center !important;
  }

  .u-text-md-right {
    text-align: right !important;
  }
}
@media (min-width: 1020px) {
  .u-text-lg-justify {
    text-align: justify !important;
  }

  .u-text-lg-left {
    text-align: left !important;
  }

  .u-text-lg-center {
    text-align: center !important;
  }

  .u-text-lg-right {
    text-align: right !important;
  }
}
@media (min-width: 1340px) {
  .u-text-xl-justify {
    text-align: justify !important;
  }

  .u-text-xl-left {
    text-align: left !important;
  }

  .u-text-xl-center {
    text-align: center !important;
  }

  .u-text-xl-right {
    text-align: right !important;
  }
}
.u-display-block {
  display: block !important;
}

.u-display-none {
  display: none !important;
}

@media (min-width: 700px) {
  .u-display-md-block {
    display: block !important;
  }

  .u-display-md-none {
    display: none !important;
  }
}
@media (min-width: 1020px) {
  .u-display-lg-block {
    display: block !important;
  }

  .u-display-lg-none {
    display: none !important;
  }
}
@media (min-width: 1340px) {
  .u-display-xl-block {
    display: block !important;
  }

  .u-display-xl-none {
    display: none !important;
  }
}
.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

.u-float-none {
  float: none !important;
}

@media (min-width: 700px) {
  .u-float-md-left {
    float: left !important;
  }

  .u-float-md-right {
    float: right !important;
  }

  .u-float-md-none {
    float: none !important;
  }
}
@media (min-width: 1020px) {
  .u-float-lg-left {
    float: left !important;
  }

  .u-float-lg-right {
    float: right !important;
  }

  .u-float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1340px) {
  .u-float-xl-left {
    float: left !important;
  }

  .u-float-xl-right {
    float: right !important;
  }

  .u-float-xl-none {
    float: none !important;
  }
}
.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-m-1 {
  margin: 10px !important;
}

.u-mt-1 {
  margin-top: 10px !important;
}

.u-ml-1 {
  margin-left: 10px !important;
}

.u-mb-1 {
  margin-bottom: 10px !important;
}

.u-mr-1 {
  margin-right: 10px !important;
}

.u-mx-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u-my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-m-2 {
  margin: 20px !important;
}

.u-mt-2 {
  margin-top: 20px !important;
}

.u-ml-2 {
  margin-left: 20px !important;
}

.u-mb-2 {
  margin-bottom: 20px !important;
}

.u-mr-2 {
  margin-right: 20px !important;
}

.u-mx-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u-my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-m-3 {
  margin: 30px !important;
}

.u-mt-3 {
  margin-top: 30px !important;
}

.u-ml-3 {
  margin-left: 30px !important;
}

.u-mb-3 {
  margin-bottom: 30px !important;
}

.u-mr-3 {
  margin-right: 30px !important;
}

.u-mx-3 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-m-4 {
  margin: 40px !important;
}

.u-mt-4 {
  margin-top: 40px !important;
}

.u-ml-4 {
  margin-left: 40px !important;
}

.u-mb-4 {
  margin-bottom: 40px !important;
}

.u-mr-4 {
  margin-right: 40px !important;
}

.u-mx-4 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-m-5 {
  margin: 50px !important;
}

.u-mt-5 {
  margin-top: 50px !important;
}

.u-ml-5 {
  margin-left: 50px !important;
}

.u-mb-5 {
  margin-bottom: 50px !important;
}

.u-mr-5 {
  margin-right: 50px !important;
}

.u-mx-5 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u-my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-m-6 {
  margin: 60px !important;
}

.u-mt-6 {
  margin-top: 60px !important;
}

.u-ml-6 {
  margin-left: 60px !important;
}

.u-mb-6 {
  margin-bottom: 60px !important;
}

.u-mr-6 {
  margin-right: 60px !important;
}

.u-mx-6 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-my-6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-m-7 {
  margin: 70px !important;
}

.u-mt-7 {
  margin-top: 70px !important;
}

.u-ml-7 {
  margin-left: 70px !important;
}

.u-mb-7 {
  margin-bottom: 70px !important;
}

.u-mr-7 {
  margin-right: 70px !important;
}

.u-mx-7 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.u-my-7 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-m-8 {
  margin: 80px !important;
}

.u-mt-8 {
  margin-top: 80px !important;
}

.u-ml-8 {
  margin-left: 80px !important;
}

.u-mb-8 {
  margin-bottom: 80px !important;
}

.u-mr-8 {
  margin-right: 80px !important;
}

.u-mx-8 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u-my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-m-9 {
  margin: 90px !important;
}

.u-mt-9 {
  margin-top: 90px !important;
}

.u-ml-9 {
  margin-left: 90px !important;
}

.u-mb-9 {
  margin-bottom: 90px !important;
}

.u-mr-9 {
  margin-right: 90px !important;
}

.u-mx-9 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.u-my-9 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-m-10 {
  margin: 100px !important;
}

.u-mt-10 {
  margin-top: 100px !important;
}

.u-ml-10 {
  margin-left: 100px !important;
}

.u-mb-10 {
  margin-bottom: 100px !important;
}

.u-mr-10 {
  margin-right: 100px !important;
}

.u-mx-10 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.u-my-10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-m-11 {
  margin: 110px !important;
}

.u-mt-11 {
  margin-top: 110px !important;
}

.u-ml-11 {
  margin-left: 110px !important;
}

.u-mb-11 {
  margin-bottom: 110px !important;
}

.u-mr-11 {
  margin-right: 110px !important;
}

.u-mx-11 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.u-my-11 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.u-m-12 {
  margin: 120px !important;
}

.u-mt-12 {
  margin-top: 120px !important;
}

.u-ml-12 {
  margin-left: 120px !important;
}

.u-mb-12 {
  margin-bottom: 120px !important;
}

.u-mr-12 {
  margin-right: 120px !important;
}

.u-mx-12 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.u-my-12 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.u-m-13 {
  margin: 130px !important;
}

.u-mt-13 {
  margin-top: 130px !important;
}

.u-ml-13 {
  margin-left: 130px !important;
}

.u-mb-13 {
  margin-bottom: 130px !important;
}

.u-mr-13 {
  margin-right: 130px !important;
}

.u-mx-13 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.u-my-13 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.u-m-14 {
  margin: 140px !important;
}

.u-mt-14 {
  margin-top: 140px !important;
}

.u-ml-14 {
  margin-left: 140px !important;
}

.u-mb-14 {
  margin-bottom: 140px !important;
}

.u-mr-14 {
  margin-right: 140px !important;
}

.u-mx-14 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.u-my-14 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.u-m-15 {
  margin: 150px !important;
}

.u-mt-15 {
  margin-top: 150px !important;
}

.u-ml-15 {
  margin-left: 150px !important;
}

.u-mb-15 {
  margin-bottom: 150px !important;
}

.u-mr-15 {
  margin-right: 150px !important;
}

.u-mx-15 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.u-my-15 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.u-m-16 {
  margin: 160px !important;
}

.u-mt-16 {
  margin-top: 160px !important;
}

.u-ml-16 {
  margin-left: 160px !important;
}

.u-mb-16 {
  margin-bottom: 160px !important;
}

.u-mr-16 {
  margin-right: 160px !important;
}

.u-mx-16 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

.u-my-16 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.u-m-17 {
  margin: 170px !important;
}

.u-mt-17 {
  margin-top: 170px !important;
}

.u-ml-17 {
  margin-left: 170px !important;
}

.u-mb-17 {
  margin-bottom: 170px !important;
}

.u-mr-17 {
  margin-right: 170px !important;
}

.u-mx-17 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

.u-my-17 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.u-m-18 {
  margin: 180px !important;
}

.u-mt-18 {
  margin-top: 180px !important;
}

.u-ml-18 {
  margin-left: 180px !important;
}

.u-mb-18 {
  margin-bottom: 180px !important;
}

.u-mr-18 {
  margin-right: 180px !important;
}

.u-mx-18 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.u-my-18 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.u-m-19 {
  margin: 190px !important;
}

.u-mt-19 {
  margin-top: 190px !important;
}

.u-ml-19 {
  margin-left: 190px !important;
}

.u-mb-19 {
  margin-bottom: 190px !important;
}

.u-mr-19 {
  margin-right: 190px !important;
}

.u-mx-19 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

.u-my-19 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.u-m-20 {
  margin: 200px !important;
}

.u-mt-20 {
  margin-top: 200px !important;
}

.u-ml-20 {
  margin-left: 200px !important;
}

.u-mb-20 {
  margin-bottom: 200px !important;
}

.u-mr-20 {
  margin-right: 200px !important;
}

.u-mx-20 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.u-my-20 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-p-1 {
  padding: 10px !important;
}

.u-pt-1 {
  padding-top: 10px !important;
}

.u-pl-1 {
  padding-left: 10px !important;
}

.u-pb-1 {
  padding-bottom: 10px !important;
}

.u-pr-1 {
  padding-right: 10px !important;
}

.u-px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u-p-2 {
  padding: 20px !important;
}

.u-pt-2 {
  padding-top: 20px !important;
}

.u-pl-2 {
  padding-left: 20px !important;
}

.u-pb-2 {
  padding-bottom: 20px !important;
}

.u-pr-2 {
  padding-right: 20px !important;
}

.u-px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-p-3 {
  padding: 30px !important;
}

.u-pt-3 {
  padding-top: 30px !important;
}

.u-pl-3 {
  padding-left: 30px !important;
}

.u-pb-3 {
  padding-bottom: 30px !important;
}

.u-pr-3 {
  padding-right: 30px !important;
}

.u-px-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-p-4 {
  padding: 40px !important;
}

.u-pt-4 {
  padding-top: 40px !important;
}

.u-pl-4 {
  padding-left: 40px !important;
}

.u-pb-4 {
  padding-bottom: 40px !important;
}

.u-pr-4 {
  padding-right: 40px !important;
}

.u-px-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-p-5 {
  padding: 50px !important;
}

.u-pt-5 {
  padding-top: 50px !important;
}

.u-pl-5 {
  padding-left: 50px !important;
}

.u-pb-5 {
  padding-bottom: 50px !important;
}

.u-pr-5 {
  padding-right: 50px !important;
}

.u-px-5 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-p-6 {
  padding: 60px !important;
}

.u-pt-6 {
  padding-top: 60px !important;
}

.u-pl-6 {
  padding-left: 60px !important;
}

.u-pb-6 {
  padding-bottom: 60px !important;
}

.u-pr-6 {
  padding-right: 60px !important;
}

.u-px-6 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-p-7 {
  padding: 70px !important;
}

.u-pt-7 {
  padding-top: 70px !important;
}

.u-pl-7 {
  padding-left: 70px !important;
}

.u-pb-7 {
  padding-bottom: 70px !important;
}

.u-pr-7 {
  padding-right: 70px !important;
}

.u-px-7 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u-p-8 {
  padding: 80px !important;
}

.u-pt-8 {
  padding-top: 80px !important;
}

.u-pl-8 {
  padding-left: 80px !important;
}

.u-pb-8 {
  padding-bottom: 80px !important;
}

.u-pr-8 {
  padding-right: 80px !important;
}

.u-px-8 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-p-9 {
  padding: 90px !important;
}

.u-pt-9 {
  padding-top: 90px !important;
}

.u-pl-9 {
  padding-left: 90px !important;
}

.u-pb-9 {
  padding-bottom: 90px !important;
}

.u-pr-9 {
  padding-right: 90px !important;
}

.u-px-9 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u-p-10 {
  padding: 100px !important;
}

.u-pt-10 {
  padding-top: 100px !important;
}

.u-pl-10 {
  padding-left: 100px !important;
}

.u-pb-10 {
  padding-bottom: 100px !important;
}

.u-pr-10 {
  padding-right: 100px !important;
}

.u-px-10 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-p-11 {
  padding: 110px !important;
}

.u-pt-11 {
  padding-top: 110px !important;
}

.u-pl-11 {
  padding-left: 110px !important;
}

.u-pb-11 {
  padding-bottom: 110px !important;
}

.u-pr-11 {
  padding-right: 110px !important;
}

.u-px-11 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.u-py-11 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.u-p-12 {
  padding: 120px !important;
}

.u-pt-12 {
  padding-top: 120px !important;
}

.u-pl-12 {
  padding-left: 120px !important;
}

.u-pb-12 {
  padding-bottom: 120px !important;
}

.u-pr-12 {
  padding-right: 120px !important;
}

.u-px-12 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.u-py-12 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.u-p-13 {
  padding: 130px !important;
}

.u-pt-13 {
  padding-top: 130px !important;
}

.u-pl-13 {
  padding-left: 130px !important;
}

.u-pb-13 {
  padding-bottom: 130px !important;
}

.u-pr-13 {
  padding-right: 130px !important;
}

.u-px-13 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.u-py-13 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.u-p-14 {
  padding: 140px !important;
}

.u-pt-14 {
  padding-top: 140px !important;
}

.u-pl-14 {
  padding-left: 140px !important;
}

.u-pb-14 {
  padding-bottom: 140px !important;
}

.u-pr-14 {
  padding-right: 140px !important;
}

.u-px-14 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.u-py-14 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.u-p-15 {
  padding: 150px !important;
}

.u-pt-15 {
  padding-top: 150px !important;
}

.u-pl-15 {
  padding-left: 150px !important;
}

.u-pb-15 {
  padding-bottom: 150px !important;
}

.u-pr-15 {
  padding-right: 150px !important;
}

.u-px-15 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.u-py-15 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.u-p-16 {
  padding: 160px !important;
}

.u-pt-16 {
  padding-top: 160px !important;
}

.u-pl-16 {
  padding-left: 160px !important;
}

.u-pb-16 {
  padding-bottom: 160px !important;
}

.u-pr-16 {
  padding-right: 160px !important;
}

.u-px-16 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.u-py-16 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.u-p-17 {
  padding: 170px !important;
}

.u-pt-17 {
  padding-top: 170px !important;
}

.u-pl-17 {
  padding-left: 170px !important;
}

.u-pb-17 {
  padding-bottom: 170px !important;
}

.u-pr-17 {
  padding-right: 170px !important;
}

.u-px-17 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.u-py-17 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.u-p-18 {
  padding: 180px !important;
}

.u-pt-18 {
  padding-top: 180px !important;
}

.u-pl-18 {
  padding-left: 180px !important;
}

.u-pb-18 {
  padding-bottom: 180px !important;
}

.u-pr-18 {
  padding-right: 180px !important;
}

.u-px-18 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.u-py-18 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.u-p-19 {
  padding: 190px !important;
}

.u-pt-19 {
  padding-top: 190px !important;
}

.u-pl-19 {
  padding-left: 190px !important;
}

.u-pb-19 {
  padding-bottom: 190px !important;
}

.u-pr-19 {
  padding-right: 190px !important;
}

.u-px-19 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.u-py-19 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.u-p-20 {
  padding: 200px !important;
}

.u-pt-20 {
  padding-top: 200px !important;
}

.u-pl-20 {
  padding-left: 200px !important;
}

.u-pb-20 {
  padding-bottom: 200px !important;
}

.u-pr-20 {
  padding-right: 200px !important;
}

.u-px-20 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.u-py-20 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

@media (min-width: 700px) {
  .u-ml-md-auto {
    margin-left: auto !important;
  }

  .u-mr-md-auto {
    margin-right: auto !important;
  }

  .u-mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-m-md-0 {
    margin: 0 !important;
  }

  .u-mt-md-0 {
    margin-top: 0 !important;
  }

  .u-ml-md-0 {
    margin-left: 0 !important;
  }

  .u-mb-md-0 {
    margin-bottom: 0 !important;
  }

  .u-mr-md-0 {
    margin-right: 0 !important;
  }

  .u-mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-m-md-1 {
    margin: 10px !important;
  }

  .u-mt-md-1 {
    margin-top: 10px !important;
  }

  .u-ml-md-1 {
    margin-left: 10px !important;
  }

  .u-mb-md-1 {
    margin-bottom: 10px !important;
  }

  .u-mr-md-1 {
    margin-right: 10px !important;
  }

  .u-mx-md-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u-my-md-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u-m-md-2 {
    margin: 20px !important;
  }

  .u-mt-md-2 {
    margin-top: 20px !important;
  }

  .u-ml-md-2 {
    margin-left: 20px !important;
  }

  .u-mb-md-2 {
    margin-bottom: 20px !important;
  }

  .u-mr-md-2 {
    margin-right: 20px !important;
  }

  .u-mx-md-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u-my-md-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u-m-md-3 {
    margin: 30px !important;
  }

  .u-mt-md-3 {
    margin-top: 30px !important;
  }

  .u-ml-md-3 {
    margin-left: 30px !important;
  }

  .u-mb-md-3 {
    margin-bottom: 30px !important;
  }

  .u-mr-md-3 {
    margin-right: 30px !important;
  }

  .u-mx-md-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u-my-md-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u-m-md-4 {
    margin: 40px !important;
  }

  .u-mt-md-4 {
    margin-top: 40px !important;
  }

  .u-ml-md-4 {
    margin-left: 40px !important;
  }

  .u-mb-md-4 {
    margin-bottom: 40px !important;
  }

  .u-mr-md-4 {
    margin-right: 40px !important;
  }

  .u-mx-md-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-my-md-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-m-md-5 {
    margin: 50px !important;
  }

  .u-mt-md-5 {
    margin-top: 50px !important;
  }

  .u-ml-md-5 {
    margin-left: 50px !important;
  }

  .u-mb-md-5 {
    margin-bottom: 50px !important;
  }

  .u-mr-md-5 {
    margin-right: 50px !important;
  }

  .u-mx-md-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u-my-md-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u-m-md-6 {
    margin: 60px !important;
  }

  .u-mt-md-6 {
    margin-top: 60px !important;
  }

  .u-ml-md-6 {
    margin-left: 60px !important;
  }

  .u-mb-md-6 {
    margin-bottom: 60px !important;
  }

  .u-mr-md-6 {
    margin-right: 60px !important;
  }

  .u-mx-md-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .u-my-md-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .u-m-md-7 {
    margin: 70px !important;
  }

  .u-mt-md-7 {
    margin-top: 70px !important;
  }

  .u-ml-md-7 {
    margin-left: 70px !important;
  }

  .u-mb-md-7 {
    margin-bottom: 70px !important;
  }

  .u-mr-md-7 {
    margin-right: 70px !important;
  }

  .u-mx-md-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .u-my-md-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .u-m-md-8 {
    margin: 80px !important;
  }

  .u-mt-md-8 {
    margin-top: 80px !important;
  }

  .u-ml-md-8 {
    margin-left: 80px !important;
  }

  .u-mb-md-8 {
    margin-bottom: 80px !important;
  }

  .u-mr-md-8 {
    margin-right: 80px !important;
  }

  .u-mx-md-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-my-md-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-m-md-9 {
    margin: 90px !important;
  }

  .u-mt-md-9 {
    margin-top: 90px !important;
  }

  .u-ml-md-9 {
    margin-left: 90px !important;
  }

  .u-mb-md-9 {
    margin-bottom: 90px !important;
  }

  .u-mr-md-9 {
    margin-right: 90px !important;
  }

  .u-mx-md-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .u-my-md-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .u-m-md-10 {
    margin: 100px !important;
  }

  .u-mt-md-10 {
    margin-top: 100px !important;
  }

  .u-ml-md-10 {
    margin-left: 100px !important;
  }

  .u-mb-md-10 {
    margin-bottom: 100px !important;
  }

  .u-mr-md-10 {
    margin-right: 100px !important;
  }

  .u-mx-md-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .u-my-md-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .u-m-md-11 {
    margin: 110px !important;
  }

  .u-mt-md-11 {
    margin-top: 110px !important;
  }

  .u-ml-md-11 {
    margin-left: 110px !important;
  }

  .u-mb-md-11 {
    margin-bottom: 110px !important;
  }

  .u-mr-md-11 {
    margin-right: 110px !important;
  }

  .u-mx-md-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .u-my-md-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .u-m-md-12 {
    margin: 120px !important;
  }

  .u-mt-md-12 {
    margin-top: 120px !important;
  }

  .u-ml-md-12 {
    margin-left: 120px !important;
  }

  .u-mb-md-12 {
    margin-bottom: 120px !important;
  }

  .u-mr-md-12 {
    margin-right: 120px !important;
  }

  .u-mx-md-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .u-my-md-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .u-m-md-13 {
    margin: 130px !important;
  }

  .u-mt-md-13 {
    margin-top: 130px !important;
  }

  .u-ml-md-13 {
    margin-left: 130px !important;
  }

  .u-mb-md-13 {
    margin-bottom: 130px !important;
  }

  .u-mr-md-13 {
    margin-right: 130px !important;
  }

  .u-mx-md-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .u-my-md-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .u-m-md-14 {
    margin: 140px !important;
  }

  .u-mt-md-14 {
    margin-top: 140px !important;
  }

  .u-ml-md-14 {
    margin-left: 140px !important;
  }

  .u-mb-md-14 {
    margin-bottom: 140px !important;
  }

  .u-mr-md-14 {
    margin-right: 140px !important;
  }

  .u-mx-md-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .u-my-md-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .u-m-md-15 {
    margin: 150px !important;
  }

  .u-mt-md-15 {
    margin-top: 150px !important;
  }

  .u-ml-md-15 {
    margin-left: 150px !important;
  }

  .u-mb-md-15 {
    margin-bottom: 150px !important;
  }

  .u-mr-md-15 {
    margin-right: 150px !important;
  }

  .u-mx-md-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .u-my-md-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .u-m-md-16 {
    margin: 160px !important;
  }

  .u-mt-md-16 {
    margin-top: 160px !important;
  }

  .u-ml-md-16 {
    margin-left: 160px !important;
  }

  .u-mb-md-16 {
    margin-bottom: 160px !important;
  }

  .u-mr-md-16 {
    margin-right: 160px !important;
  }

  .u-mx-md-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .u-my-md-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .u-m-md-17 {
    margin: 170px !important;
  }

  .u-mt-md-17 {
    margin-top: 170px !important;
  }

  .u-ml-md-17 {
    margin-left: 170px !important;
  }

  .u-mb-md-17 {
    margin-bottom: 170px !important;
  }

  .u-mr-md-17 {
    margin-right: 170px !important;
  }

  .u-mx-md-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .u-my-md-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .u-m-md-18 {
    margin: 180px !important;
  }

  .u-mt-md-18 {
    margin-top: 180px !important;
  }

  .u-ml-md-18 {
    margin-left: 180px !important;
  }

  .u-mb-md-18 {
    margin-bottom: 180px !important;
  }

  .u-mr-md-18 {
    margin-right: 180px !important;
  }

  .u-mx-md-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .u-my-md-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .u-m-md-19 {
    margin: 190px !important;
  }

  .u-mt-md-19 {
    margin-top: 190px !important;
  }

  .u-ml-md-19 {
    margin-left: 190px !important;
  }

  .u-mb-md-19 {
    margin-bottom: 190px !important;
  }

  .u-mr-md-19 {
    margin-right: 190px !important;
  }

  .u-mx-md-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .u-my-md-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .u-m-md-20 {
    margin: 200px !important;
  }

  .u-mt-md-20 {
    margin-top: 200px !important;
  }

  .u-ml-md-20 {
    margin-left: 200px !important;
  }

  .u-mb-md-20 {
    margin-bottom: 200px !important;
  }

  .u-mr-md-20 {
    margin-right: 200px !important;
  }

  .u-mx-md-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .u-my-md-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .u-p-md-0 {
    padding: 0 !important;
  }

  .u-pt-md-0 {
    padding-top: 0 !important;
  }

  .u-pl-md-0 {
    padding-left: 0 !important;
  }

  .u-pb-md-0 {
    padding-bottom: 0 !important;
  }

  .u-pr-md-0 {
    padding-right: 0 !important;
  }

  .u-px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-p-md-1 {
    padding: 10px !important;
  }

  .u-pt-md-1 {
    padding-top: 10px !important;
  }

  .u-pl-md-1 {
    padding-left: 10px !important;
  }

  .u-pb-md-1 {
    padding-bottom: 10px !important;
  }

  .u-pr-md-1 {
    padding-right: 10px !important;
  }

  .u-px-md-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u-py-md-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u-p-md-2 {
    padding: 20px !important;
  }

  .u-pt-md-2 {
    padding-top: 20px !important;
  }

  .u-pl-md-2 {
    padding-left: 20px !important;
  }

  .u-pb-md-2 {
    padding-bottom: 20px !important;
  }

  .u-pr-md-2 {
    padding-right: 20px !important;
  }

  .u-px-md-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u-py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u-p-md-3 {
    padding: 30px !important;
  }

  .u-pt-md-3 {
    padding-top: 30px !important;
  }

  .u-pl-md-3 {
    padding-left: 30px !important;
  }

  .u-pb-md-3 {
    padding-bottom: 30px !important;
  }

  .u-pr-md-3 {
    padding-right: 30px !important;
  }

  .u-px-md-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u-py-md-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u-p-md-4 {
    padding: 40px !important;
  }

  .u-pt-md-4 {
    padding-top: 40px !important;
  }

  .u-pl-md-4 {
    padding-left: 40px !important;
  }

  .u-pb-md-4 {
    padding-bottom: 40px !important;
  }

  .u-pr-md-4 {
    padding-right: 40px !important;
  }

  .u-px-md-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-py-md-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-p-md-5 {
    padding: 50px !important;
  }

  .u-pt-md-5 {
    padding-top: 50px !important;
  }

  .u-pl-md-5 {
    padding-left: 50px !important;
  }

  .u-pb-md-5 {
    padding-bottom: 50px !important;
  }

  .u-pr-md-5 {
    padding-right: 50px !important;
  }

  .u-px-md-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .u-py-md-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .u-p-md-6 {
    padding: 60px !important;
  }

  .u-pt-md-6 {
    padding-top: 60px !important;
  }

  .u-pl-md-6 {
    padding-left: 60px !important;
  }

  .u-pb-md-6 {
    padding-bottom: 60px !important;
  }

  .u-pr-md-6 {
    padding-right: 60px !important;
  }

  .u-px-md-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .u-py-md-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .u-p-md-7 {
    padding: 70px !important;
  }

  .u-pt-md-7 {
    padding-top: 70px !important;
  }

  .u-pl-md-7 {
    padding-left: 70px !important;
  }

  .u-pb-md-7 {
    padding-bottom: 70px !important;
  }

  .u-pr-md-7 {
    padding-right: 70px !important;
  }

  .u-px-md-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .u-py-md-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .u-p-md-8 {
    padding: 80px !important;
  }

  .u-pt-md-8 {
    padding-top: 80px !important;
  }

  .u-pl-md-8 {
    padding-left: 80px !important;
  }

  .u-pb-md-8 {
    padding-bottom: 80px !important;
  }

  .u-pr-md-8 {
    padding-right: 80px !important;
  }

  .u-px-md-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-py-md-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-p-md-9 {
    padding: 90px !important;
  }

  .u-pt-md-9 {
    padding-top: 90px !important;
  }

  .u-pl-md-9 {
    padding-left: 90px !important;
  }

  .u-pb-md-9 {
    padding-bottom: 90px !important;
  }

  .u-pr-md-9 {
    padding-right: 90px !important;
  }

  .u-px-md-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .u-py-md-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .u-p-md-10 {
    padding: 100px !important;
  }

  .u-pt-md-10 {
    padding-top: 100px !important;
  }

  .u-pl-md-10 {
    padding-left: 100px !important;
  }

  .u-pb-md-10 {
    padding-bottom: 100px !important;
  }

  .u-pr-md-10 {
    padding-right: 100px !important;
  }

  .u-px-md-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .u-py-md-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .u-p-md-11 {
    padding: 110px !important;
  }

  .u-pt-md-11 {
    padding-top: 110px !important;
  }

  .u-pl-md-11 {
    padding-left: 110px !important;
  }

  .u-pb-md-11 {
    padding-bottom: 110px !important;
  }

  .u-pr-md-11 {
    padding-right: 110px !important;
  }

  .u-px-md-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .u-py-md-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .u-p-md-12 {
    padding: 120px !important;
  }

  .u-pt-md-12 {
    padding-top: 120px !important;
  }

  .u-pl-md-12 {
    padding-left: 120px !important;
  }

  .u-pb-md-12 {
    padding-bottom: 120px !important;
  }

  .u-pr-md-12 {
    padding-right: 120px !important;
  }

  .u-px-md-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .u-py-md-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .u-p-md-13 {
    padding: 130px !important;
  }

  .u-pt-md-13 {
    padding-top: 130px !important;
  }

  .u-pl-md-13 {
    padding-left: 130px !important;
  }

  .u-pb-md-13 {
    padding-bottom: 130px !important;
  }

  .u-pr-md-13 {
    padding-right: 130px !important;
  }

  .u-px-md-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .u-py-md-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .u-p-md-14 {
    padding: 140px !important;
  }

  .u-pt-md-14 {
    padding-top: 140px !important;
  }

  .u-pl-md-14 {
    padding-left: 140px !important;
  }

  .u-pb-md-14 {
    padding-bottom: 140px !important;
  }

  .u-pr-md-14 {
    padding-right: 140px !important;
  }

  .u-px-md-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .u-py-md-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .u-p-md-15 {
    padding: 150px !important;
  }

  .u-pt-md-15 {
    padding-top: 150px !important;
  }

  .u-pl-md-15 {
    padding-left: 150px !important;
  }

  .u-pb-md-15 {
    padding-bottom: 150px !important;
  }

  .u-pr-md-15 {
    padding-right: 150px !important;
  }

  .u-px-md-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .u-py-md-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .u-p-md-16 {
    padding: 160px !important;
  }

  .u-pt-md-16 {
    padding-top: 160px !important;
  }

  .u-pl-md-16 {
    padding-left: 160px !important;
  }

  .u-pb-md-16 {
    padding-bottom: 160px !important;
  }

  .u-pr-md-16 {
    padding-right: 160px !important;
  }

  .u-px-md-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .u-py-md-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .u-p-md-17 {
    padding: 170px !important;
  }

  .u-pt-md-17 {
    padding-top: 170px !important;
  }

  .u-pl-md-17 {
    padding-left: 170px !important;
  }

  .u-pb-md-17 {
    padding-bottom: 170px !important;
  }

  .u-pr-md-17 {
    padding-right: 170px !important;
  }

  .u-px-md-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .u-py-md-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .u-p-md-18 {
    padding: 180px !important;
  }

  .u-pt-md-18 {
    padding-top: 180px !important;
  }

  .u-pl-md-18 {
    padding-left: 180px !important;
  }

  .u-pb-md-18 {
    padding-bottom: 180px !important;
  }

  .u-pr-md-18 {
    padding-right: 180px !important;
  }

  .u-px-md-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .u-py-md-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .u-p-md-19 {
    padding: 190px !important;
  }

  .u-pt-md-19 {
    padding-top: 190px !important;
  }

  .u-pl-md-19 {
    padding-left: 190px !important;
  }

  .u-pb-md-19 {
    padding-bottom: 190px !important;
  }

  .u-pr-md-19 {
    padding-right: 190px !important;
  }

  .u-px-md-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .u-py-md-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .u-p-md-20 {
    padding: 200px !important;
  }

  .u-pt-md-20 {
    padding-top: 200px !important;
  }

  .u-pl-md-20 {
    padding-left: 200px !important;
  }

  .u-pb-md-20 {
    padding-bottom: 200px !important;
  }

  .u-pr-md-20 {
    padding-right: 200px !important;
  }

  .u-px-md-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .u-py-md-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1020px) {
  .u-ml-lg-auto {
    margin-left: auto !important;
  }

  .u-mr-lg-auto {
    margin-right: auto !important;
  }

  .u-mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-m-lg-0 {
    margin: 0 !important;
  }

  .u-mt-lg-0 {
    margin-top: 0 !important;
  }

  .u-ml-lg-0 {
    margin-left: 0 !important;
  }

  .u-mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .u-mr-lg-0 {
    margin-right: 0 !important;
  }

  .u-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-m-lg-1 {
    margin: 10px !important;
  }

  .u-mt-lg-1 {
    margin-top: 10px !important;
  }

  .u-ml-lg-1 {
    margin-left: 10px !important;
  }

  .u-mb-lg-1 {
    margin-bottom: 10px !important;
  }

  .u-mr-lg-1 {
    margin-right: 10px !important;
  }

  .u-mx-lg-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u-my-lg-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u-m-lg-2 {
    margin: 20px !important;
  }

  .u-mt-lg-2 {
    margin-top: 20px !important;
  }

  .u-ml-lg-2 {
    margin-left: 20px !important;
  }

  .u-mb-lg-2 {
    margin-bottom: 20px !important;
  }

  .u-mr-lg-2 {
    margin-right: 20px !important;
  }

  .u-mx-lg-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u-my-lg-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u-m-lg-3 {
    margin: 30px !important;
  }

  .u-mt-lg-3 {
    margin-top: 30px !important;
  }

  .u-ml-lg-3 {
    margin-left: 30px !important;
  }

  .u-mb-lg-3 {
    margin-bottom: 30px !important;
  }

  .u-mr-lg-3 {
    margin-right: 30px !important;
  }

  .u-mx-lg-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u-my-lg-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u-m-lg-4 {
    margin: 40px !important;
  }

  .u-mt-lg-4 {
    margin-top: 40px !important;
  }

  .u-ml-lg-4 {
    margin-left: 40px !important;
  }

  .u-mb-lg-4 {
    margin-bottom: 40px !important;
  }

  .u-mr-lg-4 {
    margin-right: 40px !important;
  }

  .u-mx-lg-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-my-lg-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-m-lg-5 {
    margin: 50px !important;
  }

  .u-mt-lg-5 {
    margin-top: 50px !important;
  }

  .u-ml-lg-5 {
    margin-left: 50px !important;
  }

  .u-mb-lg-5 {
    margin-bottom: 50px !important;
  }

  .u-mr-lg-5 {
    margin-right: 50px !important;
  }

  .u-mx-lg-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u-my-lg-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u-m-lg-6 {
    margin: 60px !important;
  }

  .u-mt-lg-6 {
    margin-top: 60px !important;
  }

  .u-ml-lg-6 {
    margin-left: 60px !important;
  }

  .u-mb-lg-6 {
    margin-bottom: 60px !important;
  }

  .u-mr-lg-6 {
    margin-right: 60px !important;
  }

  .u-mx-lg-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .u-my-lg-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .u-m-lg-7 {
    margin: 70px !important;
  }

  .u-mt-lg-7 {
    margin-top: 70px !important;
  }

  .u-ml-lg-7 {
    margin-left: 70px !important;
  }

  .u-mb-lg-7 {
    margin-bottom: 70px !important;
  }

  .u-mr-lg-7 {
    margin-right: 70px !important;
  }

  .u-mx-lg-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .u-my-lg-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .u-m-lg-8 {
    margin: 80px !important;
  }

  .u-mt-lg-8 {
    margin-top: 80px !important;
  }

  .u-ml-lg-8 {
    margin-left: 80px !important;
  }

  .u-mb-lg-8 {
    margin-bottom: 80px !important;
  }

  .u-mr-lg-8 {
    margin-right: 80px !important;
  }

  .u-mx-lg-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-my-lg-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-m-lg-9 {
    margin: 90px !important;
  }

  .u-mt-lg-9 {
    margin-top: 90px !important;
  }

  .u-ml-lg-9 {
    margin-left: 90px !important;
  }

  .u-mb-lg-9 {
    margin-bottom: 90px !important;
  }

  .u-mr-lg-9 {
    margin-right: 90px !important;
  }

  .u-mx-lg-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .u-my-lg-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .u-m-lg-10 {
    margin: 100px !important;
  }

  .u-mt-lg-10 {
    margin-top: 100px !important;
  }

  .u-ml-lg-10 {
    margin-left: 100px !important;
  }

  .u-mb-lg-10 {
    margin-bottom: 100px !important;
  }

  .u-mr-lg-10 {
    margin-right: 100px !important;
  }

  .u-mx-lg-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .u-my-lg-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .u-m-lg-11 {
    margin: 110px !important;
  }

  .u-mt-lg-11 {
    margin-top: 110px !important;
  }

  .u-ml-lg-11 {
    margin-left: 110px !important;
  }

  .u-mb-lg-11 {
    margin-bottom: 110px !important;
  }

  .u-mr-lg-11 {
    margin-right: 110px !important;
  }

  .u-mx-lg-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .u-my-lg-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .u-m-lg-12 {
    margin: 120px !important;
  }

  .u-mt-lg-12 {
    margin-top: 120px !important;
  }

  .u-ml-lg-12 {
    margin-left: 120px !important;
  }

  .u-mb-lg-12 {
    margin-bottom: 120px !important;
  }

  .u-mr-lg-12 {
    margin-right: 120px !important;
  }

  .u-mx-lg-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .u-my-lg-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .u-m-lg-13 {
    margin: 130px !important;
  }

  .u-mt-lg-13 {
    margin-top: 130px !important;
  }

  .u-ml-lg-13 {
    margin-left: 130px !important;
  }

  .u-mb-lg-13 {
    margin-bottom: 130px !important;
  }

  .u-mr-lg-13 {
    margin-right: 130px !important;
  }

  .u-mx-lg-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .u-my-lg-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .u-m-lg-14 {
    margin: 140px !important;
  }

  .u-mt-lg-14 {
    margin-top: 140px !important;
  }

  .u-ml-lg-14 {
    margin-left: 140px !important;
  }

  .u-mb-lg-14 {
    margin-bottom: 140px !important;
  }

  .u-mr-lg-14 {
    margin-right: 140px !important;
  }

  .u-mx-lg-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .u-my-lg-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .u-m-lg-15 {
    margin: 150px !important;
  }

  .u-mt-lg-15 {
    margin-top: 150px !important;
  }

  .u-ml-lg-15 {
    margin-left: 150px !important;
  }

  .u-mb-lg-15 {
    margin-bottom: 150px !important;
  }

  .u-mr-lg-15 {
    margin-right: 150px !important;
  }

  .u-mx-lg-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .u-my-lg-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .u-m-lg-16 {
    margin: 160px !important;
  }

  .u-mt-lg-16 {
    margin-top: 160px !important;
  }

  .u-ml-lg-16 {
    margin-left: 160px !important;
  }

  .u-mb-lg-16 {
    margin-bottom: 160px !important;
  }

  .u-mr-lg-16 {
    margin-right: 160px !important;
  }

  .u-mx-lg-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .u-my-lg-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .u-m-lg-17 {
    margin: 170px !important;
  }

  .u-mt-lg-17 {
    margin-top: 170px !important;
  }

  .u-ml-lg-17 {
    margin-left: 170px !important;
  }

  .u-mb-lg-17 {
    margin-bottom: 170px !important;
  }

  .u-mr-lg-17 {
    margin-right: 170px !important;
  }

  .u-mx-lg-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .u-my-lg-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .u-m-lg-18 {
    margin: 180px !important;
  }

  .u-mt-lg-18 {
    margin-top: 180px !important;
  }

  .u-ml-lg-18 {
    margin-left: 180px !important;
  }

  .u-mb-lg-18 {
    margin-bottom: 180px !important;
  }

  .u-mr-lg-18 {
    margin-right: 180px !important;
  }

  .u-mx-lg-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .u-my-lg-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .u-m-lg-19 {
    margin: 190px !important;
  }

  .u-mt-lg-19 {
    margin-top: 190px !important;
  }

  .u-ml-lg-19 {
    margin-left: 190px !important;
  }

  .u-mb-lg-19 {
    margin-bottom: 190px !important;
  }

  .u-mr-lg-19 {
    margin-right: 190px !important;
  }

  .u-mx-lg-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .u-my-lg-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .u-m-lg-20 {
    margin: 200px !important;
  }

  .u-mt-lg-20 {
    margin-top: 200px !important;
  }

  .u-ml-lg-20 {
    margin-left: 200px !important;
  }

  .u-mb-lg-20 {
    margin-bottom: 200px !important;
  }

  .u-mr-lg-20 {
    margin-right: 200px !important;
  }

  .u-mx-lg-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .u-my-lg-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .u-p-lg-0 {
    padding: 0 !important;
  }

  .u-pt-lg-0 {
    padding-top: 0 !important;
  }

  .u-pl-lg-0 {
    padding-left: 0 !important;
  }

  .u-pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .u-pr-lg-0 {
    padding-right: 0 !important;
  }

  .u-px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-p-lg-1 {
    padding: 10px !important;
  }

  .u-pt-lg-1 {
    padding-top: 10px !important;
  }

  .u-pl-lg-1 {
    padding-left: 10px !important;
  }

  .u-pb-lg-1 {
    padding-bottom: 10px !important;
  }

  .u-pr-lg-1 {
    padding-right: 10px !important;
  }

  .u-px-lg-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u-py-lg-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u-p-lg-2 {
    padding: 20px !important;
  }

  .u-pt-lg-2 {
    padding-top: 20px !important;
  }

  .u-pl-lg-2 {
    padding-left: 20px !important;
  }

  .u-pb-lg-2 {
    padding-bottom: 20px !important;
  }

  .u-pr-lg-2 {
    padding-right: 20px !important;
  }

  .u-px-lg-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u-py-lg-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u-p-lg-3 {
    padding: 30px !important;
  }

  .u-pt-lg-3 {
    padding-top: 30px !important;
  }

  .u-pl-lg-3 {
    padding-left: 30px !important;
  }

  .u-pb-lg-3 {
    padding-bottom: 30px !important;
  }

  .u-pr-lg-3 {
    padding-right: 30px !important;
  }

  .u-px-lg-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u-py-lg-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u-p-lg-4 {
    padding: 40px !important;
  }

  .u-pt-lg-4 {
    padding-top: 40px !important;
  }

  .u-pl-lg-4 {
    padding-left: 40px !important;
  }

  .u-pb-lg-4 {
    padding-bottom: 40px !important;
  }

  .u-pr-lg-4 {
    padding-right: 40px !important;
  }

  .u-px-lg-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-py-lg-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-p-lg-5 {
    padding: 50px !important;
  }

  .u-pt-lg-5 {
    padding-top: 50px !important;
  }

  .u-pl-lg-5 {
    padding-left: 50px !important;
  }

  .u-pb-lg-5 {
    padding-bottom: 50px !important;
  }

  .u-pr-lg-5 {
    padding-right: 50px !important;
  }

  .u-px-lg-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .u-py-lg-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .u-p-lg-6 {
    padding: 60px !important;
  }

  .u-pt-lg-6 {
    padding-top: 60px !important;
  }

  .u-pl-lg-6 {
    padding-left: 60px !important;
  }

  .u-pb-lg-6 {
    padding-bottom: 60px !important;
  }

  .u-pr-lg-6 {
    padding-right: 60px !important;
  }

  .u-px-lg-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .u-py-lg-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .u-p-lg-7 {
    padding: 70px !important;
  }

  .u-pt-lg-7 {
    padding-top: 70px !important;
  }

  .u-pl-lg-7 {
    padding-left: 70px !important;
  }

  .u-pb-lg-7 {
    padding-bottom: 70px !important;
  }

  .u-pr-lg-7 {
    padding-right: 70px !important;
  }

  .u-px-lg-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .u-py-lg-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .u-p-lg-8 {
    padding: 80px !important;
  }

  .u-pt-lg-8 {
    padding-top: 80px !important;
  }

  .u-pl-lg-8 {
    padding-left: 80px !important;
  }

  .u-pb-lg-8 {
    padding-bottom: 80px !important;
  }

  .u-pr-lg-8 {
    padding-right: 80px !important;
  }

  .u-px-lg-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-py-lg-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-p-lg-9 {
    padding: 90px !important;
  }

  .u-pt-lg-9 {
    padding-top: 90px !important;
  }

  .u-pl-lg-9 {
    padding-left: 90px !important;
  }

  .u-pb-lg-9 {
    padding-bottom: 90px !important;
  }

  .u-pr-lg-9 {
    padding-right: 90px !important;
  }

  .u-px-lg-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .u-py-lg-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .u-p-lg-10 {
    padding: 100px !important;
  }

  .u-pt-lg-10 {
    padding-top: 100px !important;
  }

  .u-pl-lg-10 {
    padding-left: 100px !important;
  }

  .u-pb-lg-10 {
    padding-bottom: 100px !important;
  }

  .u-pr-lg-10 {
    padding-right: 100px !important;
  }

  .u-px-lg-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .u-py-lg-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .u-p-lg-11 {
    padding: 110px !important;
  }

  .u-pt-lg-11 {
    padding-top: 110px !important;
  }

  .u-pl-lg-11 {
    padding-left: 110px !important;
  }

  .u-pb-lg-11 {
    padding-bottom: 110px !important;
  }

  .u-pr-lg-11 {
    padding-right: 110px !important;
  }

  .u-px-lg-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .u-py-lg-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .u-p-lg-12 {
    padding: 120px !important;
  }

  .u-pt-lg-12 {
    padding-top: 120px !important;
  }

  .u-pl-lg-12 {
    padding-left: 120px !important;
  }

  .u-pb-lg-12 {
    padding-bottom: 120px !important;
  }

  .u-pr-lg-12 {
    padding-right: 120px !important;
  }

  .u-px-lg-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .u-py-lg-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .u-p-lg-13 {
    padding: 130px !important;
  }

  .u-pt-lg-13 {
    padding-top: 130px !important;
  }

  .u-pl-lg-13 {
    padding-left: 130px !important;
  }

  .u-pb-lg-13 {
    padding-bottom: 130px !important;
  }

  .u-pr-lg-13 {
    padding-right: 130px !important;
  }

  .u-px-lg-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .u-py-lg-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .u-p-lg-14 {
    padding: 140px !important;
  }

  .u-pt-lg-14 {
    padding-top: 140px !important;
  }

  .u-pl-lg-14 {
    padding-left: 140px !important;
  }

  .u-pb-lg-14 {
    padding-bottom: 140px !important;
  }

  .u-pr-lg-14 {
    padding-right: 140px !important;
  }

  .u-px-lg-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .u-py-lg-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .u-p-lg-15 {
    padding: 150px !important;
  }

  .u-pt-lg-15 {
    padding-top: 150px !important;
  }

  .u-pl-lg-15 {
    padding-left: 150px !important;
  }

  .u-pb-lg-15 {
    padding-bottom: 150px !important;
  }

  .u-pr-lg-15 {
    padding-right: 150px !important;
  }

  .u-px-lg-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .u-py-lg-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .u-p-lg-16 {
    padding: 160px !important;
  }

  .u-pt-lg-16 {
    padding-top: 160px !important;
  }

  .u-pl-lg-16 {
    padding-left: 160px !important;
  }

  .u-pb-lg-16 {
    padding-bottom: 160px !important;
  }

  .u-pr-lg-16 {
    padding-right: 160px !important;
  }

  .u-px-lg-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .u-py-lg-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .u-p-lg-17 {
    padding: 170px !important;
  }

  .u-pt-lg-17 {
    padding-top: 170px !important;
  }

  .u-pl-lg-17 {
    padding-left: 170px !important;
  }

  .u-pb-lg-17 {
    padding-bottom: 170px !important;
  }

  .u-pr-lg-17 {
    padding-right: 170px !important;
  }

  .u-px-lg-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .u-py-lg-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .u-p-lg-18 {
    padding: 180px !important;
  }

  .u-pt-lg-18 {
    padding-top: 180px !important;
  }

  .u-pl-lg-18 {
    padding-left: 180px !important;
  }

  .u-pb-lg-18 {
    padding-bottom: 180px !important;
  }

  .u-pr-lg-18 {
    padding-right: 180px !important;
  }

  .u-px-lg-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .u-py-lg-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .u-p-lg-19 {
    padding: 190px !important;
  }

  .u-pt-lg-19 {
    padding-top: 190px !important;
  }

  .u-pl-lg-19 {
    padding-left: 190px !important;
  }

  .u-pb-lg-19 {
    padding-bottom: 190px !important;
  }

  .u-pr-lg-19 {
    padding-right: 190px !important;
  }

  .u-px-lg-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .u-py-lg-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .u-p-lg-20 {
    padding: 200px !important;
  }

  .u-pt-lg-20 {
    padding-top: 200px !important;
  }

  .u-pl-lg-20 {
    padding-left: 200px !important;
  }

  .u-pb-lg-20 {
    padding-bottom: 200px !important;
  }

  .u-pr-lg-20 {
    padding-right: 200px !important;
  }

  .u-px-lg-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .u-py-lg-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1340px) {
  .u-ml-xl-auto {
    margin-left: auto !important;
  }

  .u-mr-xl-auto {
    margin-right: auto !important;
  }

  .u-mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-m-xl-0 {
    margin: 0 !important;
  }

  .u-mt-xl-0 {
    margin-top: 0 !important;
  }

  .u-ml-xl-0 {
    margin-left: 0 !important;
  }

  .u-mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .u-mr-xl-0 {
    margin-right: 0 !important;
  }

  .u-mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .u-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .u-m-xl-1 {
    margin: 10px !important;
  }

  .u-mt-xl-1 {
    margin-top: 10px !important;
  }

  .u-ml-xl-1 {
    margin-left: 10px !important;
  }

  .u-mb-xl-1 {
    margin-bottom: 10px !important;
  }

  .u-mr-xl-1 {
    margin-right: 10px !important;
  }

  .u-mx-xl-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u-my-xl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u-m-xl-2 {
    margin: 20px !important;
  }

  .u-mt-xl-2 {
    margin-top: 20px !important;
  }

  .u-ml-xl-2 {
    margin-left: 20px !important;
  }

  .u-mb-xl-2 {
    margin-bottom: 20px !important;
  }

  .u-mr-xl-2 {
    margin-right: 20px !important;
  }

  .u-mx-xl-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u-my-xl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u-m-xl-3 {
    margin: 30px !important;
  }

  .u-mt-xl-3 {
    margin-top: 30px !important;
  }

  .u-ml-xl-3 {
    margin-left: 30px !important;
  }

  .u-mb-xl-3 {
    margin-bottom: 30px !important;
  }

  .u-mr-xl-3 {
    margin-right: 30px !important;
  }

  .u-mx-xl-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u-my-xl-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u-m-xl-4 {
    margin: 40px !important;
  }

  .u-mt-xl-4 {
    margin-top: 40px !important;
  }

  .u-ml-xl-4 {
    margin-left: 40px !important;
  }

  .u-mb-xl-4 {
    margin-bottom: 40px !important;
  }

  .u-mr-xl-4 {
    margin-right: 40px !important;
  }

  .u-mx-xl-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u-my-xl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u-m-xl-5 {
    margin: 50px !important;
  }

  .u-mt-xl-5 {
    margin-top: 50px !important;
  }

  .u-ml-xl-5 {
    margin-left: 50px !important;
  }

  .u-mb-xl-5 {
    margin-bottom: 50px !important;
  }

  .u-mr-xl-5 {
    margin-right: 50px !important;
  }

  .u-mx-xl-5 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u-my-xl-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u-m-xl-6 {
    margin: 60px !important;
  }

  .u-mt-xl-6 {
    margin-top: 60px !important;
  }

  .u-ml-xl-6 {
    margin-left: 60px !important;
  }

  .u-mb-xl-6 {
    margin-bottom: 60px !important;
  }

  .u-mr-xl-6 {
    margin-right: 60px !important;
  }

  .u-mx-xl-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .u-my-xl-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .u-m-xl-7 {
    margin: 70px !important;
  }

  .u-mt-xl-7 {
    margin-top: 70px !important;
  }

  .u-ml-xl-7 {
    margin-left: 70px !important;
  }

  .u-mb-xl-7 {
    margin-bottom: 70px !important;
  }

  .u-mr-xl-7 {
    margin-right: 70px !important;
  }

  .u-mx-xl-7 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .u-my-xl-7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .u-m-xl-8 {
    margin: 80px !important;
  }

  .u-mt-xl-8 {
    margin-top: 80px !important;
  }

  .u-ml-xl-8 {
    margin-left: 80px !important;
  }

  .u-mb-xl-8 {
    margin-bottom: 80px !important;
  }

  .u-mr-xl-8 {
    margin-right: 80px !important;
  }

  .u-mx-xl-8 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .u-my-xl-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .u-m-xl-9 {
    margin: 90px !important;
  }

  .u-mt-xl-9 {
    margin-top: 90px !important;
  }

  .u-ml-xl-9 {
    margin-left: 90px !important;
  }

  .u-mb-xl-9 {
    margin-bottom: 90px !important;
  }

  .u-mr-xl-9 {
    margin-right: 90px !important;
  }

  .u-mx-xl-9 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .u-my-xl-9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .u-m-xl-10 {
    margin: 100px !important;
  }

  .u-mt-xl-10 {
    margin-top: 100px !important;
  }

  .u-ml-xl-10 {
    margin-left: 100px !important;
  }

  .u-mb-xl-10 {
    margin-bottom: 100px !important;
  }

  .u-mr-xl-10 {
    margin-right: 100px !important;
  }

  .u-mx-xl-10 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .u-my-xl-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .u-m-xl-11 {
    margin: 110px !important;
  }

  .u-mt-xl-11 {
    margin-top: 110px !important;
  }

  .u-ml-xl-11 {
    margin-left: 110px !important;
  }

  .u-mb-xl-11 {
    margin-bottom: 110px !important;
  }

  .u-mr-xl-11 {
    margin-right: 110px !important;
  }

  .u-mx-xl-11 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .u-my-xl-11 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .u-m-xl-12 {
    margin: 120px !important;
  }

  .u-mt-xl-12 {
    margin-top: 120px !important;
  }

  .u-ml-xl-12 {
    margin-left: 120px !important;
  }

  .u-mb-xl-12 {
    margin-bottom: 120px !important;
  }

  .u-mr-xl-12 {
    margin-right: 120px !important;
  }

  .u-mx-xl-12 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .u-my-xl-12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .u-m-xl-13 {
    margin: 130px !important;
  }

  .u-mt-xl-13 {
    margin-top: 130px !important;
  }

  .u-ml-xl-13 {
    margin-left: 130px !important;
  }

  .u-mb-xl-13 {
    margin-bottom: 130px !important;
  }

  .u-mr-xl-13 {
    margin-right: 130px !important;
  }

  .u-mx-xl-13 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .u-my-xl-13 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .u-m-xl-14 {
    margin: 140px !important;
  }

  .u-mt-xl-14 {
    margin-top: 140px !important;
  }

  .u-ml-xl-14 {
    margin-left: 140px !important;
  }

  .u-mb-xl-14 {
    margin-bottom: 140px !important;
  }

  .u-mr-xl-14 {
    margin-right: 140px !important;
  }

  .u-mx-xl-14 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .u-my-xl-14 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .u-m-xl-15 {
    margin: 150px !important;
  }

  .u-mt-xl-15 {
    margin-top: 150px !important;
  }

  .u-ml-xl-15 {
    margin-left: 150px !important;
  }

  .u-mb-xl-15 {
    margin-bottom: 150px !important;
  }

  .u-mr-xl-15 {
    margin-right: 150px !important;
  }

  .u-mx-xl-15 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .u-my-xl-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .u-m-xl-16 {
    margin: 160px !important;
  }

  .u-mt-xl-16 {
    margin-top: 160px !important;
  }

  .u-ml-xl-16 {
    margin-left: 160px !important;
  }

  .u-mb-xl-16 {
    margin-bottom: 160px !important;
  }

  .u-mr-xl-16 {
    margin-right: 160px !important;
  }

  .u-mx-xl-16 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .u-my-xl-16 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .u-m-xl-17 {
    margin: 170px !important;
  }

  .u-mt-xl-17 {
    margin-top: 170px !important;
  }

  .u-ml-xl-17 {
    margin-left: 170px !important;
  }

  .u-mb-xl-17 {
    margin-bottom: 170px !important;
  }

  .u-mr-xl-17 {
    margin-right: 170px !important;
  }

  .u-mx-xl-17 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .u-my-xl-17 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .u-m-xl-18 {
    margin: 180px !important;
  }

  .u-mt-xl-18 {
    margin-top: 180px !important;
  }

  .u-ml-xl-18 {
    margin-left: 180px !important;
  }

  .u-mb-xl-18 {
    margin-bottom: 180px !important;
  }

  .u-mr-xl-18 {
    margin-right: 180px !important;
  }

  .u-mx-xl-18 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .u-my-xl-18 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .u-m-xl-19 {
    margin: 190px !important;
  }

  .u-mt-xl-19 {
    margin-top: 190px !important;
  }

  .u-ml-xl-19 {
    margin-left: 190px !important;
  }

  .u-mb-xl-19 {
    margin-bottom: 190px !important;
  }

  .u-mr-xl-19 {
    margin-right: 190px !important;
  }

  .u-mx-xl-19 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .u-my-xl-19 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .u-m-xl-20 {
    margin: 200px !important;
  }

  .u-mt-xl-20 {
    margin-top: 200px !important;
  }

  .u-ml-xl-20 {
    margin-left: 200px !important;
  }

  .u-mb-xl-20 {
    margin-bottom: 200px !important;
  }

  .u-mr-xl-20 {
    margin-right: 200px !important;
  }

  .u-mx-xl-20 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .u-my-xl-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .u-p-xl-0 {
    padding: 0 !important;
  }

  .u-pt-xl-0 {
    padding-top: 0 !important;
  }

  .u-pl-xl-0 {
    padding-left: 0 !important;
  }

  .u-pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .u-pr-xl-0 {
    padding-right: 0 !important;
  }

  .u-px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .u-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .u-p-xl-1 {
    padding: 10px !important;
  }

  .u-pt-xl-1 {
    padding-top: 10px !important;
  }

  .u-pl-xl-1 {
    padding-left: 10px !important;
  }

  .u-pb-xl-1 {
    padding-bottom: 10px !important;
  }

  .u-pr-xl-1 {
    padding-right: 10px !important;
  }

  .u-px-xl-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u-py-xl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u-p-xl-2 {
    padding: 20px !important;
  }

  .u-pt-xl-2 {
    padding-top: 20px !important;
  }

  .u-pl-xl-2 {
    padding-left: 20px !important;
  }

  .u-pb-xl-2 {
    padding-bottom: 20px !important;
  }

  .u-pr-xl-2 {
    padding-right: 20px !important;
  }

  .u-px-xl-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u-py-xl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u-p-xl-3 {
    padding: 30px !important;
  }

  .u-pt-xl-3 {
    padding-top: 30px !important;
  }

  .u-pl-xl-3 {
    padding-left: 30px !important;
  }

  .u-pb-xl-3 {
    padding-bottom: 30px !important;
  }

  .u-pr-xl-3 {
    padding-right: 30px !important;
  }

  .u-px-xl-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u-py-xl-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u-p-xl-4 {
    padding: 40px !important;
  }

  .u-pt-xl-4 {
    padding-top: 40px !important;
  }

  .u-pl-xl-4 {
    padding-left: 40px !important;
  }

  .u-pb-xl-4 {
    padding-bottom: 40px !important;
  }

  .u-pr-xl-4 {
    padding-right: 40px !important;
  }

  .u-px-xl-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u-py-xl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u-p-xl-5 {
    padding: 50px !important;
  }

  .u-pt-xl-5 {
    padding-top: 50px !important;
  }

  .u-pl-xl-5 {
    padding-left: 50px !important;
  }

  .u-pb-xl-5 {
    padding-bottom: 50px !important;
  }

  .u-pr-xl-5 {
    padding-right: 50px !important;
  }

  .u-px-xl-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .u-py-xl-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .u-p-xl-6 {
    padding: 60px !important;
  }

  .u-pt-xl-6 {
    padding-top: 60px !important;
  }

  .u-pl-xl-6 {
    padding-left: 60px !important;
  }

  .u-pb-xl-6 {
    padding-bottom: 60px !important;
  }

  .u-pr-xl-6 {
    padding-right: 60px !important;
  }

  .u-px-xl-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .u-py-xl-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .u-p-xl-7 {
    padding: 70px !important;
  }

  .u-pt-xl-7 {
    padding-top: 70px !important;
  }

  .u-pl-xl-7 {
    padding-left: 70px !important;
  }

  .u-pb-xl-7 {
    padding-bottom: 70px !important;
  }

  .u-pr-xl-7 {
    padding-right: 70px !important;
  }

  .u-px-xl-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .u-py-xl-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .u-p-xl-8 {
    padding: 80px !important;
  }

  .u-pt-xl-8 {
    padding-top: 80px !important;
  }

  .u-pl-xl-8 {
    padding-left: 80px !important;
  }

  .u-pb-xl-8 {
    padding-bottom: 80px !important;
  }

  .u-pr-xl-8 {
    padding-right: 80px !important;
  }

  .u-px-xl-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .u-py-xl-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .u-p-xl-9 {
    padding: 90px !important;
  }

  .u-pt-xl-9 {
    padding-top: 90px !important;
  }

  .u-pl-xl-9 {
    padding-left: 90px !important;
  }

  .u-pb-xl-9 {
    padding-bottom: 90px !important;
  }

  .u-pr-xl-9 {
    padding-right: 90px !important;
  }

  .u-px-xl-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .u-py-xl-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .u-p-xl-10 {
    padding: 100px !important;
  }

  .u-pt-xl-10 {
    padding-top: 100px !important;
  }

  .u-pl-xl-10 {
    padding-left: 100px !important;
  }

  .u-pb-xl-10 {
    padding-bottom: 100px !important;
  }

  .u-pr-xl-10 {
    padding-right: 100px !important;
  }

  .u-px-xl-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .u-py-xl-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .u-p-xl-11 {
    padding: 110px !important;
  }

  .u-pt-xl-11 {
    padding-top: 110px !important;
  }

  .u-pl-xl-11 {
    padding-left: 110px !important;
  }

  .u-pb-xl-11 {
    padding-bottom: 110px !important;
  }

  .u-pr-xl-11 {
    padding-right: 110px !important;
  }

  .u-px-xl-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .u-py-xl-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .u-p-xl-12 {
    padding: 120px !important;
  }

  .u-pt-xl-12 {
    padding-top: 120px !important;
  }

  .u-pl-xl-12 {
    padding-left: 120px !important;
  }

  .u-pb-xl-12 {
    padding-bottom: 120px !important;
  }

  .u-pr-xl-12 {
    padding-right: 120px !important;
  }

  .u-px-xl-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .u-py-xl-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .u-p-xl-13 {
    padding: 130px !important;
  }

  .u-pt-xl-13 {
    padding-top: 130px !important;
  }

  .u-pl-xl-13 {
    padding-left: 130px !important;
  }

  .u-pb-xl-13 {
    padding-bottom: 130px !important;
  }

  .u-pr-xl-13 {
    padding-right: 130px !important;
  }

  .u-px-xl-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .u-py-xl-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .u-p-xl-14 {
    padding: 140px !important;
  }

  .u-pt-xl-14 {
    padding-top: 140px !important;
  }

  .u-pl-xl-14 {
    padding-left: 140px !important;
  }

  .u-pb-xl-14 {
    padding-bottom: 140px !important;
  }

  .u-pr-xl-14 {
    padding-right: 140px !important;
  }

  .u-px-xl-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .u-py-xl-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .u-p-xl-15 {
    padding: 150px !important;
  }

  .u-pt-xl-15 {
    padding-top: 150px !important;
  }

  .u-pl-xl-15 {
    padding-left: 150px !important;
  }

  .u-pb-xl-15 {
    padding-bottom: 150px !important;
  }

  .u-pr-xl-15 {
    padding-right: 150px !important;
  }

  .u-px-xl-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .u-py-xl-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .u-p-xl-16 {
    padding: 160px !important;
  }

  .u-pt-xl-16 {
    padding-top: 160px !important;
  }

  .u-pl-xl-16 {
    padding-left: 160px !important;
  }

  .u-pb-xl-16 {
    padding-bottom: 160px !important;
  }

  .u-pr-xl-16 {
    padding-right: 160px !important;
  }

  .u-px-xl-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .u-py-xl-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .u-p-xl-17 {
    padding: 170px !important;
  }

  .u-pt-xl-17 {
    padding-top: 170px !important;
  }

  .u-pl-xl-17 {
    padding-left: 170px !important;
  }

  .u-pb-xl-17 {
    padding-bottom: 170px !important;
  }

  .u-pr-xl-17 {
    padding-right: 170px !important;
  }

  .u-px-xl-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .u-py-xl-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .u-p-xl-18 {
    padding: 180px !important;
  }

  .u-pt-xl-18 {
    padding-top: 180px !important;
  }

  .u-pl-xl-18 {
    padding-left: 180px !important;
  }

  .u-pb-xl-18 {
    padding-bottom: 180px !important;
  }

  .u-pr-xl-18 {
    padding-right: 180px !important;
  }

  .u-px-xl-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .u-py-xl-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .u-p-xl-19 {
    padding: 190px !important;
  }

  .u-pt-xl-19 {
    padding-top: 190px !important;
  }

  .u-pl-xl-19 {
    padding-left: 190px !important;
  }

  .u-pb-xl-19 {
    padding-bottom: 190px !important;
  }

  .u-pr-xl-19 {
    padding-right: 190px !important;
  }

  .u-px-xl-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .u-py-xl-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .u-p-xl-20 {
    padding: 200px !important;
  }

  .u-pt-xl-20 {
    padding-top: 200px !important;
  }

  .u-pl-xl-20 {
    padding-left: 200px !important;
  }

  .u-pb-xl-20 {
    padding-bottom: 200px !important;
  }

  .u-pr-xl-20 {
    padding-right: 200px !important;
  }

  .u-px-xl-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .u-py-xl-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
footer {
  background-color: #363636;
}

@media (max-width: 699px) and (min-width: 0) {
  .header-city .active-header-city .list-default {
    left: 60px;
    width: calc(100% - 120px);
    margin: 25px 0 0 0;
  }
}
.clear {
  background-size: 10px;
  background-position: left 5px;
}

.more {
  padding: 0 20px 0 0;
  background-position: right 5px;
  background-size: 10px;
}

.date-object {
  font-size: 14px;
  margin: 27px 0 25px 0;
}

.author-object .username:hover {
  color: #2ea0e9;
}

.author-object .username {
  color: #141414;
  font-weight: 600;
  font-size: 14px;
  margin: 27px 0 25px 15px;
}

.place-object .placename:hover {
  color: #2ea0e9;
}
.place-object .placename {
  color: #141414;
  font-weight: 600;
  font-size: 14px;
  margin: 27px 0 25px 15px;
}

.people-object .ico {
  background-position: 50% 22px;
  background-size: 17px;
}
.people-object .title {
  font-size: 14px;
  margin: 27px 0 25px 5px;
}

.discussion-object .ico {
  background-position: 50% 22px;
}
.discussion-object .title {
  font-size: 14px;
  margin: 27px 0 25px 5px;
}

.favorite-object .ico {
  background-position: 50% 22px;
}
.favorite-object .title {
  font-size: 14px;
  margin: 27px 0 25px 5px;
}

.complaint-object .ico {
  background-position: 50% 22px;
}
.complaint-object .title {
  font-size: 14px;
  margin: 27px 0 25px 5px;
}

.share-object .title {
  font-size: 14px;
  margin: 27px 0 25px 5px;
}

.comment-object .ico {
  background-position: 50% 22px;
}
.comment-object .title {
  font-size: 14px;
  margin: 27px 0 25px 5px;
}

.view-object .title {
  font-size: 14px;
  margin: 27px 0 25px 5px;
}

.spacer-object .dummy {
  font-size: 14px;
  padding: 27px 15px 25px 15px;
}

.favorite-object:hover .title {
  color: #2ea0e9;
}

.favorite-object .title {
  color: #575757;
}

.complaint-object:hover .title {
  color: #2ea0e9;
}

.complaint-object .title {
  color: #575757;
}

.share-object:hover .title {
  color: #2ea0e9;
}

.share-object .title {
  color: #575757;
}

.comment-object:hover .title {
  color: #2ea0e9;
}

.comment-object .title {
  color: #575757;
}

.discussion-object:hover .title .number {
  color: #2ea0e9;
}

.discussion-object .title .number {
  color: #575757;
}

.people-object:hover .title .number {
  color: #2ea0e9;
}

.people-object .title .number {
  color: #575757;
}

.comments {
  padding: 20px 40px 20px 0px;
}
.comments .commetn-item {
  margin: 20px 0 0 40px;
}
.comments .comment-editor-main {
  margin: 20px 0 0 40px;
}

@media (max-width: 1339px) {
  .comments {
    padding: 0px 20px 0px 0px;
  }
  .comments .commetn-item {
    margin: 20px 0 0 20px;
  }
  .comments .comment-editor-main {
    margin: 20px 0 0 20px;
  }
}
.comments .commetn-item .comment-head .primaty-user .super-user-b {
  background-color: #efefef;
}

.rating-panel .reply {
  padding: 10px 15px 10px 15px;
  margin-left: 20px;
  border: 1px solid #2ea0e9;
  border-radius: 4px;
}

.rating-panel .plus,
.rating-panel .minus {
  padding: 10px 15px 10px 15px;
  background-size: 14px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.rating-panel .info {
  font-size: 13px;
  margin-right: 10px;
  display: none;
}

.rating-panel {
  margin-top: 20px;
}

.rating-panel .counter {
  padding: 0 10px 0 10px;
}

.tags .tag {
  padding: 8px 12px 8px 12px;
  border-radius: 4px;
}

.search-menu-full .sub .active {
  border-bottom: 5px solid #ff6600;
}
.search-menu-full .sub .item:hover {
  color: #ff6600;
}

.list-user .item {
  position: relative;
}
.list-user .item .indicator {
  background-color: #ff6600;
  padding: 2px 6px 2px 6px;
  border-radius: 4px;
}

@media (min-width: 1020px) {
  .left-border {
    border-right: 1px solid #cfcfcf;
  }
}
.social-set-two .item {
  padding: 20px 20px 20px 20px;
  height: auto;
}
.social-set-two .YandexOAuth {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_yd.svg);
  background-color: #e4000b;
}

.user-menu-short .button .name {
  padding: 16px 20px 16px 20px;
}
.user-menu-short .button .caret {
  height: 46px;
  background-size: 16px;
}

img.calendar-icon {
  right: 16px;
  border: 0;
}

img.calendar-icon-hover {
  border: 0;
  background-color: #f4f4f4;
}

.social-set .ya .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_yd.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 16px 100%;
  padding-right: 15px;
}

.social-set .btn.ya {
  background: #e4000b;
}

@media (max-width: 699px) {
  .social-set .btn {
    margin-right: 0;
  }
}
.comments .commetn-item .comment-footer .comment-rating .minus,
.comments .commetn-item .comment-footer .comment-rating .plus {
  background-size: 14px;
}

.comments .commetn-item .comment-footer .comment-rating .rating-vote-plus-active {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_comments/_img/_plus_on.svg);
}
.comments .commetn-item .comment-footer .comment-rating .rating-vote-minus-active {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_comments/_img/_minus_on.svg);
}

.rating-panel .rating-vote-plus-active {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_comments/_img/_plus_on.svg);
}
.rating-panel .rating-vote-minus-active {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_comments/_img/_minus_on.svg);
}

.forum-post-text a {
  display: inline;
}

.away {
  display: inline;
}

input:disabled {
  background-color: #f4f4f4;
  border: 1px solid #bababa;
  transition: background 200ms, color 200ms, border 200ms;
  cursor: no-drop;
  color: #bababa;
}

.input-search .item {
  background-color: white;
  border: 1px solid #cfcfcf;
}
.input-search .item .tile {
  background-size: 20px 100%;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_form/_input-search/_img/_search_m.svg);
}
.input-search .item:hover {
  background-color: #f4f4f4;
  border: 1px solid #bababa;
}

.header-main-nav .active {
  border-bottom: 5px solid #2ea0e9;
  color: #101010;
  padding: 0 0 23px 0 !important;
}

.header-main-nav {
  text-transform: uppercase;
}

.header-sub-menu {
  background-color: #363636;
}
.header-sub-menu .active {
  border-bottom: 5px solid #ff6600;
}
.header-sub-menu .item {
  padding: 25px 0 22px 0;
}
.header-sub-menu .item:hover {
  color: #ff6600;
}

.header-profile .pic {
  cursor: pointer;
}
.header-profile .name {
  cursor: pointer;
}

@media (min-width: 0) and (max-width: 699px) {
  .tab-view-map .item .map .text {
    display: inline-block;
  }
}
.button-more .indicator {
  border-radius: 4px;
}

.button-more .item {
  padding: 15px 20px 15px 50px;
  background-image: url(/bitrix/templates/vdolevke/ui/patch/img/settings.svg);
  background-position: 17px center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.button-more .active {
  background-image: url(/bitrix/templates/vdolevke/ui/patch/img/settings-w.svg);
  background-position: 17px center;
  background-repeat: no-repeat;
  background-size: 18px;
}

@media (min-width: 0) and (max-width: 699px) {
  .button-more .item {
    padding: 15px 20px 15px 20px;
  }
}
.header-burger {
  border-bottom: 1px solid #cfcfcf;
  background-color: white;
  padding: 0;
}
.header-burger .burger-item {
  position: relative;
  border-top: 0;
}
.header-burger .burger-item:last-child {
  border-bottom: 0;
}

.header-burger .input-search {
  position: relative;
  margin-top: 30px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 30px;
}

.header-sub-menu .unactive {
  color: #797878;
  cursor: default;
}
.header-sub-menu .unactive:hover {
  color: #797878;
  cursor: default;
}

.tab-layout .unactive {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  z-index: 1 !important;
  transition: background 200ms, color 200ms, border 200ms;
  cursor: no-drop;
  color: #bababa;
}
.tab-layout .unactive:hover {
  background-color: #ffffff;
  z-index: 1 !important;
}

.tab-4-items {
  font-size: 0;
  margin: 0 1px 0 0;
}
.tab-4-items .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin: 0 -1px 0 0;
  position: relative;
  z-index: 1 !important;
  height: 48px;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-4-items .item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-4-items .item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-4-items .item:hover {
  z-index: 1 !important;
  background-color: #f4f4f4;
}
.tab-4-items .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  z-index: 2 !important;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-4-items .active:hover {
  background-color: #2ea0e9;
  z-index: 3 !important;
}
.tab-4-items .unactive {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  z-index: 1 !important;
  transition: background 200ms, color 200ms, border 200ms;
  cursor: no-drop;
  color: #bababa;
}
.tab-4-items .unactive:hover {
  background-color: #ffffff;
  z-index: 1 !important;
}

@media (min-width: 1020px) and (max-width: 1339px) {
  .tab-4-items .item {
    width: 25%;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .tab-4-items {
    margin: 0 0 0 0;
  }
  .tab-4-items .item {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .tab-4-items .item:first-child {
    border-radius: 3px 3px 0 0;
  }
  .tab-4-items .item:last-child {
    border-radius: 0 0 3px 3px;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .tab-4-items {
    margin: 0 0 0 0;
  }
  .tab-4-items .item {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .tab-4-items .item:first-child {
    border-radius: 3px 3px 0 0;
  }
  .tab-4-items .item:last-child {
    border-radius: 0 0 3px 3px;
  }
}
.tab-2-items {
  font-size: 0;
  margin: 0 1px 0 0;
}
.tab-2-items .item {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  margin: 0 -1px 0 0;
  position: relative;
  z-index: 1 !important;
  height: 48px;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-2-items .item:first-child {
  border-radius: 3px 0 0 3px;
}
.tab-2-items .item:last-child {
  border-radius: 0 3px 3px 0;
}
.tab-2-items .item:hover {
  z-index: 1 !important;
  background-color: #f4f4f4;
}
.tab-2-items .active {
  background-color: #2ea0e9;
  color: #ffffff;
  border: 1px solid #0e80c9;
  z-index: 2 !important;
  transition: background 200ms, color 200ms, border 200ms;
}
.tab-2-items .active:hover {
  background-color: #2ea0e9;
  z-index: 3 !important;
}
.tab-2-items .unactive {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  z-index: 1 !important;
  transition: background 200ms, color 200ms, border 200ms;
  cursor: no-drop;
  color: #bababa;
}
.tab-2-items .unactive:hover {
  background-color: #ffffff;
  z-index: 1 !important;
}

@media (min-width: 1020px) and (max-width: 1339px) {
  .tab-2-items .item {
    width: 50%;
  }
}
@media (min-width: 700px) and (max-width: 1019px) {
  .tab-2-items .item {
    width: 50%;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .tab-2-items {
    margin: 0 0 0 0;
  }
  .tab-2-items .item {
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .tab-2-items .item:first-child {
    border-radius: 3px 3px 0 0;
  }
  .tab-2-items .item:last-child {
    border-radius: 0 0 3px 3px;
  }
}
.pager .left-item a,
.pager .right-item a {
  display: block;
}

footer .first-layer .wrapper .unactive {
  color: #797878;
  cursor: default;
}
footer .first-layer .wrapper .unactive:hover {
  color: #797878;
  cursor: default;
}

.mfp-close-btn-in .mfp-close {
  position: fixed;
}

.input-search {
  position: relative;
}
.input-search .input {
  width: calc(100% - 75px);
  margin-right: 25px;
}
.input-search .clear_state {
  transition: border 200ms, background 200ms;
  width: 25px;
  background-color: white;
  position: absolute;
  right: 50px;
  top: 0;
  cursor: pointer;
  height: 48px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_clear/_img/_cross.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 10px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.input-search:hover .input {
  border-color: #bababa;
  background-color: #f4f4f4;
}
.input-search:hover .clear_state {
  border-color: #bababa;
  background-color: #f4f4f4;
}

@media (min-width: 700px) {
  .input-search {
    min-width: 370px;
  }
}
.select-city .group .item {
  margin-bottom: 8px;
}

div.search-popup-el-name, div.search-popup-el-cnt {
  position: relative;
  margin: 0px;
  text-align: left;
  padding: 15px 20px 15px 20px;
  cursor: pointer;
  font-size: 14px;
}

div.search-popup {
  border: 0;
  background: #FFFFFF;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
  background-color: #ffffff;
  border-radius: 3px;
}

div.search-popup-row-active {
  background: #f4f4f4;
}

.checkbox-jq {
  cursor: pointer;
  font-size: 0;
}
.checkbox-jq span {
  cursor: pointer;
  font-size: 14px;
  padding: 0 0 0 10px;
}
.checkbox-jq .jq-checkbox,
.checkbox-jq .jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.checkbox-jq .jq-checkbox input,
.checkbox-jq .jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.checkbox-jq .jq-checkbox,
.checkbox-jq .jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  border: 1px solid #cfcfcf;
  cursor: pointer;
}
.checkbox-jq .jq-checkbox.disabled,
.checkbox-jq .jq-radio.disabled {
  opacity: 0.55;
}
.checkbox-jq .jq-checkbox {
  border-radius: 2px;
}
.checkbox-jq .jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 8px;
  margin: 3px 0 0 3px;
  background-color: #2ea0e9;
}
.checkbox-jq .jq-checkbox.checked {
  border: 1px solid #2ea0e9;
}
.checkbox-jq .jq-radio {
  border-radius: 50%;
}
.checkbox-jq .jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.button-dropdown-jq.unactive .jq-selectbox__select {
  background-color: #f4f4f4;
  border: 1px solid #bababa;
  cursor: no-drop;
}
.button-dropdown-jq.unactive .jq-selectbox__select .jq-selectbox__trigger {
  border-left: 1px solid #bababa;
}
.button-dropdown-jq.unactive .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #bababa;
}

.button-dropdown-jq .jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  display: block;
}

.button-dropdown-jq .jq-selectbox__select {
  transition: border 200ms, background 200ms;
  height: 48px;
  line-height: 16px;
  padding: 16px 45px 0 20px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #101010;
}

.button-dropdown-jq .jq-selectbox__select:hover {
  border: 1px solid #bababa;
  background-color: #f4f4f4;
}

.button-dropdown-jq .jq-selectbox__select:hover .jq-selectbox__trigger {
  border-left: 1px solid #bababa;
}

.button-dropdown-jq .jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #bababa;
}

.button-dropdown-jq .jq-selectbox__select-text {
  display: block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.button-dropdown-jq .jq-selectbox__trigger {
  transition: border 200ms;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border-left: 1px solid #cfcfcf;
}

.button-dropdown-jq .jq-selectbox__trigger-arrow {
  transition: border 200ms;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid #bababa;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.button-dropdown-jq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #101010;
}

.button-dropdown-jq .jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  min-width: 300px;
  margin: 10px 0 10px 0;
  padding: 0;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #101010;
}

.button-dropdown-jq .jq-selectbox ul {
  margin: 0;
  padding: 10px 0 10px 0;
}

.button-dropdown-jq .jq-selectbox li {
  transition: background 200ms;
  min-height: 18px;
  padding: 15px 20px 15px 20px;
  color: #101010;
}

.button-dropdown-jq .jq-selectbox li.selected {
  background-color: #f4f4f4;
  color: #101010;
}

.button-dropdown-jq .jq-selectbox li:hover {
  background-color: #f4f4f4;
  color: #101010;
}

.button-dropdown-jq .jq-selectbox li.disabled {
  color: #bababa;
}

.button-dropdown-jq .jq-selectbox li.disabled:hover {
  background: none;
}

.button-dropdown-jq .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search {
  padding: 20px 20px 10px 20px;
  cursor: auto;
}

.button-dropdown-jq .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 20px;
  color: #101010;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  transition: border 200ms, background 200ms;
}

.button-dropdown-jq .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__search input:hover {
  border-color: #bababa;
  background-color: #f4f4f4;
}

.button-dropdown-jq .jq-selectbox .jq-selectbox__dropdown .jq-selectbox__not-found {
  padding: 20px 20px 10px 20px;
  cursor: auto;
}

@media (min-width: 0) and (max-width: 699px) {
  .button-dropdown-jq .jq-selectbox__select-text {
    max-width: 260px;
  }
}
.fs-wrap {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  width: 100%;
}

.fs-label-wrap {
  position: relative;
  background-color: #fff;
  cursor: pointer;
  transition: border 200ms, background 200ms;
  height: 48px;
  line-height: 16px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #101010;
}

.fs-label-wrap:hover {
  border: 1px solid #bababa;
  background-color: #f4f4f4;
}

.fs-label-wrap,
.fs-dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fs-label-wrap .fs-label {
  padding: 0;
  padding: 16px 45px 13px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fs-arrow {
  width: 0;
  height: 0;
  border-top: 6px solid #bababa;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  transition: border 200ms;
}

.fs-wrap:hover .fs-arrow {
  border-top-color: #101010;
}

.fs-dropdown {
  position: absolute;
  border: 0;
  margin-top: 5px;
  z-index: 1000;
  box-sizing: border-box;
  width: calc(100% - 20px);
  min-width: 300px;
  margin: 10px 0 10px 0;
  padding: 0;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.18);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #101010;
}

.fs-dropdown .fs-options {
  max-height: 200px;
  overflow: auto;
}

.fs-search {
  padding: 20px 20px 10px 20px;
  cursor: auto;
  border-bottom: 0;
}

.fs-search input {
  box-shadow: none !important;
  outline: none;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 20px;
  color: #101010;
  border-radius: 3px;
  border: 1px solid #cfcfcf !important;
  font-size: 14px;
  transition: border 200ms, background 200ms;
}

.fs-search input:hover {
  border-color: #bababa;
  background-color: #f4f4f4;
}

.fs-options {
  margin: 0;
  padding: 10px 0 10px 0;
}

.fs-optgroup-label {
  border-bottom: 0;
  padding: 15px 20px 15px 20px;
}

.fs-option:hover {
  background-color: #f4f4f4;
}

.fs-option:last-child {
  border-bottom: none;
}

.fs-no-results {
  padding: 20px 20px 0px 20px;
  cursor: auto;
}

.fs-option {
  cursor: pointer;
  word-break: break-all;
  transition: background 200ms;
  min-height: 18px;
  padding: 15px 20px 15px 20px;
  color: #101010;
  border: 0;
}

.fs-option.disabled {
  opacity: 0.4;
  cursor: default;
}

.fs-option.hl {
  background-color: #f5f5f5;
}

.fs-wrap.multiple .fs-option {
  position: relative;
  padding-left: 45px;
}

.fs-wrap.multiple .fs-checkbox {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  left: 11px;
  bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  border: 1px solid #2ea0e9;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_checkbox/checked.svg);
  background-size: 8px;
}

.fs-optgroup-label {
  font-weight: bold;
  text-align: center;
}

.fs-trigger {
  transition: border 200ms;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border-left: 1px solid #cfcfcf;
}

.fs-wrap:hover .fs-trigger {
  border-left: 1px solid #bababa;
}

.favorite-object .active {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-objects/_favorite-object/_img/_favorite_active.svg);
}

.header-profile .pic {
  position: relative;
}
.header-profile .pic .userpic {
  width: 60%;
  height: 60%;
  background: white;
  position: absolute;
  border-radius: 100%;
  left: 20%;
  top: 20%;
  background-position: center;
  background-size: cover;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-expert-vertical/_img/_user.png);
}

@media (min-width: 0) and (max-width: 699px) {
  .header-profile .pic .userpic {
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
  }
}
.default-link {
  color: #2ea0e9;
}

.bold-error {
  font-size: 80px;
  font-weight: bold;
}

@media (min-width: 700px) {
  .bold-error {
    font-size: 120px;
    font-weight: bold;
  }
}
.default-ol {
  font-size: 16px;
  line-height: 26px;
  margin-left: 22px;
  list-style-type: decimal;
}
.default-ol li {
  margin-bottom: 10px;
}

.default-ul {
  font-size: 16px;
  line-height: 26px;
  margin-left: 22px;
  list-style-type: circle;
}
.default-ul li {
  margin-bottom: 10px;
}

.default-p {
  font-size: 16px;
  line-height: 26px;
}

.not-found {
  border: 1px dashed #cfcfcf;
}

.header-logo {
  background-size: 183px;
  background-position: 0px 12px;
  background-size: 183px;
  margin: 0;
}

@media (min-width: 0) and (max-width: 1340px) {
  .header-logo {
    margin: 0 0 0 0;
    background-position: 0px 12px;
    background-size: 17px;
  }
}
@media (max-width: 699px) and (min-width: 0) {
  .header-logo {
    margin: 0 10px 0 0;
    background-position: 9px 6px;
    background-size: 14px;
    height: 50px;
  }
}
.header-logo-short {
  margin: 0 0 0 0;
  background-position: 0px 12px;
  background-size: 17px;
}

@media (min-width: 0) and (max-width: 699px) {
  .header-logo-short {
    margin: 0 10px 0 0;
    background-position: 9px 6px;
    background-size: 14px;
  }
  .header-logo-short .dummy {
    padding: 18px 0 18px 0;
    width: 35px;
  }
}
.various .add-photo .text {
  line-height: normal;
}
.various .add-photo-mini .text {
  padding: 30px;
}
.various .edit-photos-mini .uploaded-photo {
  width: 60px;
  height: 50px;
  padding: 5px;
}

.header-actions .counter,
.header-messages .counter {
  border-radius: 4px;
  right: 16px;
  top: 16px;
  background: #ff6600;
}

.panel-username .title {
  z-index: 1 !important;
  position: relative;
}

.rating .rating-content .rating-item .additional .social-rating .ig {
  background: #8b3f95;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_i.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62%;
}

.rating .rating-content .rating-item .additional .social-rating .btn:hover {
  opacity: 0.8;
}
.rating .rating-content .rating-item .additional .social-rating .yt {
  background: #ff0000;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_footer/_footer/_img/_y.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
}

.rating .rating-content .rating-item .main .item-name .pic {
  background-size: 80%;
}

.rating .rating-content .rating-item-none {
  border: 1px solid #cfcfcf;
}

.rating .rating-head .head-number,
.rating .rating-head .head-name,
.rating .rating-head .head-rating-info,
.rating .rating-head .head-section {
  padding-left: 20px;
}
.rating .rating-head .down-arrow {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0px -7px;
  background-size: 14px 100%;
}
.rating .rating-head .up-arrow {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/up-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0px -7px;
  background-size: 14px 100%;
}
.rating .rating-head .default-arrow {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/default-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0px -7px;
  background-size: 14px 100%;
}

.rating .rating-more {
  margin-top: -1px;
}
.rating #load-items {
  margin: 0;
  margin-top: -1px;
}

.rating .rating-more {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  font-weight: 600;
}
.rating .rating-more:hover {
  background-color: #f4f4f4;
}

@media (min-width: 1340px) {
  .rating .rating-head .head-number {
    width: 11%;
  }
  .rating .rating-head .head-name {
    width: 34%;
  }
  .rating .rating-head .head-rating-info {
    width: 13%;
  }
  .rating .rating-head .head-section {
    width: 13%;
  }
  .rating .rating-head .head-section-add {
    width: 26%;
  }
  .rating .rating-content .rating-item .main .item-number {
    width: 11%;
    padding-left: 20px;
  }
  .rating .rating-content .rating-item .main .item-name {
    width: 34%;
    padding-left: 20px;
  }
  .rating .rating-content .rating-item .main .item-rating-info {
    width: 13%;
    padding-left: 20px;
  }
  .rating .rating-content .rating-item .main .item-section {
    width: 13%;
    padding-left: 20px;
  }
  .rating .rating-content .rating-item .main .item-section-add {
    width: 26%;
  }
}
@media (max-width: 1339px) {
  .rating-content .rating-item .main .item-number {
    padding-left: 20px;
  }
  .rating-content .rating-item .main .item-name {
    padding-left: 20px;
  }
  .rating-content .rating-item .main .item-rating-info {
    padding-left: 20px;
  }
  .rating-content .rating-item .main .item-section {
    padding-left: 20px;
  }
}
@media (max-width: 699px) {
  .rating .rating-head .head-number {
    width: 21%;
  }
  .rating .rating-head .head-name {
    width: 48%;
  }
  .rating .rating-head .head-rating-info {
    width: 31%;
  }
  .rating .rating-head .head-see-more {
    display: none;
  }
  .rating .rating-content .rating-item .main .item-number {
    padding-left: 0;
    width: 22%;
  }
  .rating .rating-content .rating-item .main .item-name {
    padding-left: 0;
    width: 48%;
  }
  .rating .rating-content .rating-item .main .item-rating-info {
    padding-left: 0;
    width: 25%;
  }
  .rating .rating-content .rating-item .main .item-section {
    padding-left: 0;
  }
}
@media (min-width: 700px) {
  .rating .rating-content .rating-item .additional .specifications .item .atribute {
    max-width: 300px;
  }
}
[data-stack] [data-item=button-inner-buildings] .button-default button {
  padding: 15px 5px 15px 5px;
}

[data-stack] [data-item=city-inner-buildings] h3,
[data-stack] [data-item=metro-inner-buildings] h3,
[data-stack] [data-item=phone-inner-buildings] h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 25px;
}

[data-stack] [data-item=bottom-info-inner-buildings] p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 25px;
}

[data-stack] [data-item=map-inner-buildings] .more {
  margin-left: 25px;
}

[data-stack] [data-item=specifications-inner-buildings] .specifications .item .atribute {
  max-width: 200px;
}

@media (min-width: 700px) {
  [data-stack] [data-item=specifications-inner-buildings] .specifications .item .atribute {
    max-width: 275px;
  }
}
.card-building-vertical .card-info .location .address {
  background-size: 13px;
}

.card-building-vertical .card-info .location .metro {
  background-position: 0 4px;
  background-size: 13px;
}

.card-building-vertical .card-info .location .distance {
  max-width: 260px;
}

.card-building-vertical .card-info .name {
  font-size: 18px;
  line-height: 24px;
}

.card-building-vertical .card-price {
  padding: 20px 20px 20px 20px;
}
.card-building-vertical .card-price .prefix,
.card-building-vertical .card-price .price,
.card-building-vertical .card-price .currency {
  font-size: 18px;
}

.card-new-building-horizontal .border {
  z-index: -1;
}

.card-new-building-horizontal .left-c-m-h .card-price {
  padding: 20px 20px 20px 20px;
}
.card-new-building-horizontal .left-c-m-h .card-price .prefix,
.card-new-building-horizontal .left-c-m-h .card-price .price,
.card-new-building-horizontal .left-c-m-h .card-price .currency {
  font-size: 18px;
}

.card-new-building-horizontal .right-c-m-h .layer-03 .specifications .item .atribute {
  max-width: 201px;
}

@media (min-width: 1340px) {
  .card-new-building-horizontal .right-c-m-h .layer-03 .specifications .item .atribute {
    max-width: 248px;
  }
}
.card-new-building-horizontal .right-c-m-h .layer-02 .address {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_card/_card-building-vertical/_img/_address.svg);
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 13px;
  padding-left: 20px;
}
.card-new-building-horizontal .right-c-m-h .layer-02 .metro {
  background-position: 0 2px;
  background-size: 13px;
  padding-left: 20px;
}

.card-new-building-horizontal .right-c-m-h .layer-04 .btn {
  border-radius: 3px;
}

.card-new-building-horizontal .right-c-m-h .layer-05 .lnk {
  position: relative;
  z-index: 1;
}
.card-new-building-horizontal .right-c-m-h .layer-04 .lnk {
  position: relative;
  z-index: 1;
}
.card-new-building-horizontal .right-c-m-h .layer-04 .btn {
  position: relative;
  z-index: 1;
}

.preview-layout .unactive {
  background-image: url(/bitrix/templates/vdolevke/ui/patch/img/line.png);
  background-position: top;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: not-allowed;
}

.card-company-vertical .card-img {
  background-size: 90% !important;
  height: 165px;
  width: 90px;
}
.card-company-vertical .card-info {
  height: 165px;
  width: calc(100% - 90px);
}
.card-company-vertical .card-info .border {
  height: 165px;
}
.card-company-vertical .card-info .info-container .company-title {
  font-size: 16px;
  line-height: 20px;
}

.card-question-vertical .info .caption {
  font-size: 18px;
  line-height: 24px;
}
.card-question-vertical .info .lead {
  line-height: 23px;
}

.card-question-horizontal .info .caption {
  font-size: 18px;
  line-height: 24px;
}
.card-question-horizontal .info .lead {
  line-height: 23px;
}

.card-question-horizontal .info .exps .counter {
  border-radius: 3px;
  padding: 7px 10px 7px 10px;
  z-index: 1 !important;
  position: relative;
}

.card-question-horizontal .info .caption {
  transition: color 200ms;
}

.card-question-horizontal:hover .info .caption {
  color: #2ea0e9;
}

@media (min-width: 0) and (max-width: 1339px) {
  .card-question-horizontal .info .caption {
    margin: 0 15px 15px 0;
  }
  .card-question-horizontal .info .lead {
    margin: 0 15px 0 0;
  }
  .card-question-horizontal .info .panel .panel-username {
    display: none;
  }
}
.card-news-vertical .info .caption {
  transition: color 200ms;
}

.card-news-vertical:hover .info .caption {
  color: #2ea0e9;
}

.card-news-horizontal .info .caption {
  transition: color 200ms;
}

.card-news-horizontal:hover .info .caption {
  color: #2ea0e9;
}

.card-article-vertical .info .caption {
  font-size: 18px;
  line-height: 24px;
  transition: color 200ms;
}
.card-article-vertical .info .lead {
  line-height: 23px;
}

.card-article-vertical:hover .info .caption {
  color: #2ea0e9;
}

.card-communion-vertical {
  height: 170px;
}
.card-communion-vertical .info .caption {
  font-size: 18px;
  line-height: 24px;
}
.card-communion-vertical .info .lead {
  line-height: 23px;
}

@media (max-width: 699px) {
  .card-communion-vertical {
    height: auto;
  }
}
.card-communion-horizontal .info .caption {
  font-size: 18px;
  line-height: 24px;
}
.card-communion-horizontal .info .lead {
  line-height: 23px;
}

.card-communion-horizontal .info .exps .counter {
  border-radius: 3px;
  padding: 7px 10px 7px 10px;
  z-index: 1 !important;
  position: relative;
}

.card-communion-horizontal .info .caption {
  transition: color 200ms;
}

.card-communion-horizontal:hover .info .caption {
  color: #2ea0e9;
}

@media (min-width: 0) and (max-width: 1339px) {
  .card-communion-horizontal .info .caption {
    margin: 0 15px 15px 0;
  }
  .card-communion-horizontal .info .lead {
    margin: 0 15px 0 0;
  }
  .card-communion-horizontal .info .panel .panel-username {
    display: none;
  }
}
.card-communion-vertical .info .caption {
  transition: color 200ms;
}

.card-communion-vertical:hover .info .caption {
  color: #2ea0e9;
}

.card-news-vertical {
  height: 145px;
}
.card-news-vertical .info .caption {
  font-size: 18px;
  line-height: 24px;
}
.card-news-vertical .info .lead {
  line-height: 23px;
}

@media (max-width: 699px) {
  .card-news-vertical {
    height: auto;
  }
}
.card-judicial-horizontal .info .caption {
  font-size: 18px;
  line-height: 24px;
}
.card-judicial-horizontal .info .lead {
  line-height: 23px;
}

@media (min-width: 0) and (max-width: 699px) {
  .card-judicial-horizontal .img {
    display: none;
  }
  .card-judicial-horizontal .info {
    padding-left: 0;
    min-height: auto;
  }
}
@media (min-width: 0) and (max-width: 1339px) {
  .card-judicial-horizontal .info .caption {
    margin: 0 15px 15px 0;
  }
  .card-judicial-horizontal .info .lead {
    margin: 0 15px 0 0;
  }
  .card-judicial-horizontal .info .panel .panel-username {
    display: none;
  }
}
.card-article-horizontal .info .caption {
  font-size: 18px;
  line-height: 24px;
}
.card-article-horizontal .info .lead {
  line-height: 23px;
}

.card-article-horizontal .img {
  background: #f1f1f1;
  width: 200px;
  height: 150px;
  position: absolute;
  background-image: url(/bitrix/templates/vdolevke/ui/patch/art_def.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-article-horizontal .info {
  padding-left: 220px;
  min-height: 150px;
  margin-left: 0;
}
.card-article-horizontal .info .panel {
  position: relative;
  margin-top: 20px;
}

@media (min-width: 0) and (max-width: 699px) {
  .card-article-horizontal .img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .card-article-horizontal .info {
    padding-left: 0;
    min-height: auto;
  }
}
@media (min-width: 0) and (max-width: 1339px) {
  .card-article-horizontal .info .caption {
    margin: 0 15px 15px 0;
  }
  .card-article-horizontal .info .lead {
    margin: 0 15px 0 0;
  }
  .card-article-horizontal .info .panel .panel-username {
    display: none;
  }
}
.card-news-horizontal .info .caption {
  font-size: 18px;
  line-height: 24px;
}
.card-news-horizontal .info .lead {
  line-height: 23px;
}

.card-news-horizontal .img {
  background: #f1f1f1;
  width: 200px;
  height: 150px;
  position: absolute;
  background-image: url(/bitrix/templates/vdolevke/ui/patch/news_def.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-news-horizontal .info {
  padding-left: 220px;
  min-height: 150px;
}

@media (min-width: 0) and (max-width: 699px) {
  .card-news-horizontal .img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .card-news-horizontal .info {
    padding-left: 0;
    min-height: auto;
  }
}
@media (min-width: 0) and (max-width: 1339px) {
  .card-news-horizontal .info .caption {
    margin: 0 15px 15px 0;
  }
  .card-news-horizontal .info .lead {
    margin: 0 15px 0 0;
  }
  .card-news-horizontal .info .panel .panel-username {
    display: none;
  }
}
#profile-menu .notification {
  background-color: #ff6600;
  height: 20px;
  padding: 4px 4px 4px 4px;
}

.messages .dialog {
  position: relative;
}
.messages .dialog .msginfo .options .list-menu-full .list-item {
  position: relative;
}

.messages .dialog:hover .msginfo .msgoptions .indicator {
  background-color: #ff6600;
}

.messages .dialog .msginfo .indicator {
  background-color: #ff6600;
  border-radius: 4px;
}

@media (max-width: 1019px) and (min-width: 700px) {
  .messages .dialog .msginfo .msgtext {
    max-width: 360px;
  }
}
.messages .dialog .msginfo .options {
  background-position: center;
}

.messages .dialog .msginfo .options .list-menu-full {
  right: 10px;
}

.chat .options .list-menu-full {
  right: 10px;
}
.chat .options .list-menu-full .list-item {
  position: relative;
}

.updates .update-info .msginfo .options .list-menu-full .list-item {
  position: relative;
}

.updates .update-info .msginfo .options {
  background-position: center;
}

.updates .update-info .msginfo .options .list-menu-full {
  right: 10px;
}

.user-disable.unactive {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_user-disable/_img/_off.svg);
}

.icard-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.user-active-panel {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.uap-group {
  display: flex;
}

.uap-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  transition: background 200ms;
}

.uap-info {
  border-right: 1px solid #dddddd;
}

.uap-info .txt {
  padding-right: 20px;
}

.uap-hide {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-left: -1px;
}

.uap-hide:hover {
  background-color: #f4f4f4;
}

.uap-hide .ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_user-disable/_img/_on.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 50px;
  height: 50px;
}

.uap-hide .txt {
  padding-right: 20px;
}

.uap-edit {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-left: -1px;
}

.uap-edit:hover {
  background-color: #f4f4f4;
}

.uap-edit .ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_user-edit/_img/_edit.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 50px;
  height: 50px;
}

.uap-edit .txt {
  padding-right: 20px;
}

.uap-delete {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-left: -1px;
}

.uap-delete:hover {
  background-color: #f4f4f4;
}

.uap-delete .ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_user-delete/_img/_delete.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 50px;
  height: 50px;
}

.uap-delete .txt {
  padding-right: 20px;
}

.uap-hide-panel {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-left: auto;
  cursor: pointer;
}

.uap-hide-panel:hover {
  background-color: #f4f4f4;
}

.uap-hide-panel .ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 50px;
  height: 50px;
}

.uap-hide-panel .txt {
  padding-right: 20px;
}

@media (min-width: 0) and (max-width: 1019px) {
  .uap-hide .txt {
    display: none;
  }

  .uap-edit .txt {
    display: none;
  }

  .uap-delete .txt {
    display: none;
  }

  .uap-hide-panel .txt {
    display: none;
  }
}
.button-default .item:hover {
  background-color: #2ea0e9;
  border: 1px solid #0e80c9;
}

.button-default .item {
  background-color: #ff6600;
  border: 1px solid #de5900;
}

.adv-header-branding-ab-test .panel form .dropdown-button .button-dropdown-jq {
  border-radius: 3px 3px 0 0;
}
.adv-header-branding-ab-test .panel form .dropdown-button .button-dropdown-jq .jq-selectbox {
  border-radius: 3px 3px 0 0;
}
.adv-header-branding-ab-test .panel form .dropdown-button .button-dropdown-jq .jq-selectbox .jq-selectbox__select {
  border: 0;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
}
.adv-header-branding-ab-test .panel form .dropdown-button .button-dropdown-jq .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  border-left: 0;
}
.adv-header-branding-ab-test .panel form .button {
  color: white;
  background-color: #ff6600;
  font-weight: 500;
  letter-spacing: 0.5pt;
}

@media (min-width: 1020px) {
  .adv-header-branding-ab-test .caption {
    text-shadow: none;
  }
  .adv-header-branding-ab-test .lead-text {
    text-shadow: none;
  }
  .adv-header-branding-ab-test .panel form {
    display: flex;
  }
  .adv-header-branding-ab-test .panel form .dropdown-button {
    display: inline-flex;
  }
  .adv-header-branding-ab-test .panel form .dropdown-button .button-dropdown-jq {
    border-radius: 3px 0 0 3px;
  }
  .adv-header-branding-ab-test .panel form .dropdown-button .button-dropdown-jq .jq-selectbox {
    width: 200px;
    border-radius: 3px 0 0 3px;
  }
  .adv-header-branding-ab-test .panel form .dropdown-button .button-dropdown-jq .jq-selectbox .jq-selectbox__select {
    border: 0;
    border-right: 1px solid #cfcfcf;
    border-radius: 3px 0 0 3px;
  }
  .adv-header-branding-ab-test .panel form .dropdown-button .button-dropdown-jq .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    border-left: 0;
  }
  .adv-header-branding-ab-test .panel form .input {
    display: inline-flex;
  }
}
.adv-header-branding-ab-test {
  background-position: 1px 1px, bottom, center;
  padding: 170px 0 0 0;
}
.adv-header-branding-ab-test .adv-message {
  padding: 150px 0 0;
}

@media (min-width: 0) and (max-width: 1019px) {
  .adv-header-branding-ab-test {
    padding: 125px 0 0 0;
  }
  .adv-header-branding-ab-test .adv-message {
    padding: 145px 0 0 0;
  }
}
@media (min-width: 0) and (max-width: 699px) {
  .adv-header-branding-ab-test {
    padding: 85px 0 0 0;
  }
  .adv-header-branding-ab-test .adv-message {
    padding: 105px 0 0 0;
  }
}
.header-ideas-nav {
  text-transform: uppercase;
}
.header-ideas-nav .item-default {
  padding: 8px 14px 8px 38px;
  border-radius: 3px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_tab/_tab-view-map/_img/_map-b.svg);
  background-repeat: no-repeat;
  background-position: 10px 6px;
  background-size: 22px;
}
.header-ideas-nav .item-default:hover {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_button/_tab/_tab-view-map/_img/_map-w.svg);
  color: white;
}

.more-two {
  background-image: none;
  padding: 0;
  cursor: default;
  display: block;
  padding-top: 15px;
}
.more-two a {
  background-position: 20px;
  background-size: 23px 100%;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  font-weight: 600;
  text-align: center;
  padding: 15px 20px 15px 40px;
  border-radius: 3px;
  color: #101010;
  font-size: 14px;
  cursor: pointer;
  transition: background 200ms;
  width: 220px;
  display: block;
  background-image: url(/bitrix/templates/vdolevke/ui/patch/img/_arm.svg);
  background-repeat: no-repeat;
  background-position: 13px center;
  background-size: 22px;
}
.more-two a:hover {
  background-color: #f4f4f4;
}

@media (min-width: 0) and (max-width: 1019px) {
  .more-two {
    background-image: none;
    padding: 0;
    cursor: default;
    display: block;
  }
  .more-two a {
    width: 100%;
  }
}
.index-menu-full .sub .active {
  border-bottom: 5px solid #ff6600;
}

.index-menu-full .sub .item:hover {
  color: #ff6600;
}

.card-ideas {
  height: 460px;
  padding: 100px 30px 0 30px;
}
.card-ideas .title-idea {
  color: white;
  background: none;
  padding: 0;
  transition: color 200ms;
  font-size: 18px;
  line-height: 24px;
}

.card-ideas:hover .title-idea {
  background: none;
  color: #f9cb00;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 0, inset 0 0 0 50px white;
}

input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 0, inset 0 0 0 50px #f4f4f4;
}

.card-ideas .panel .panel-comment .ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-card/_panel-comment/_img/_comment_w.svg);
}
.card-ideas .panel .panel-view .ico {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-card/_panel-view/_img/_view_w.svg);
}

footer .second-layer .wrapper .input {
  background-color: #363636;
}
footer .second-layer .wrapper .button {
  background-color: #363636;
}

[data-stack] [data-item=city-inner-buildings] h3 {
  background-size: 13px;
}
[data-stack] [data-item=metro-inner-buildings] h3 {
  background-position: 0 4px;
  background-size: 13px;
}
[data-stack] [data-item=phone-inner-buildings] h3 {
  background-position: 0 4px;
  background-size: 13px;
}

.post-content img {
  margin-top: 30px;
}

.map-tools .left-stack {
  left: 10px;
}

.map-tools .right-stack {
  right: 10px;
}

@media (max-width: 1019px) {
  .map-tools .left-stack,
.map-tools .right-stack {
    bottom: 20px;
  }
}
.map-tools .left-stack .add {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15);
}

.map-tools .right-stack .zoom {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15);
}

.map-tools .left-stack .settings {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15);
}
.map-tools .left-stack .settings .img {
  background-image: url(/bitrix/templates/vdolevke/ui/patch/img/settings.svg);
  background-size: 18px;
}
.map-tools .left-stack .search {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15);
}
.map-tools .left-stack .search .img {
  background-size: 20px;
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_form/_input-search/_img/_search_m.svg);
  background-position: center 8px;
}

[data-wrapper] [data-item=wrapper-nav-map-new-buildings] {
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.15);
}

.card-communion-map {
  margin: 0;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15), 0 2px 5px -3px rgba(0, 0, 0, 0.15);
}

.card-communion-map .card-map-head .content .name {
  padding-left: 25px;
  background-position: 0 5px;
  background-size: 13px;
}

.card-communion-map .card-map-content .arrow {
  background-image: url(/bitrix/templates/vdolevke/ui/patch/img/_arm.svg);
  background-size: 22px;
}

.card-communion-map .card-map-head .close {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-user/_user-delete/_img/_delete.svg);
  background-size: 20px;
}

.map-tools .left-stack .add .img {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_panel-editor/_editor-down/_img/_down.svg);
  background-size: 20px;
}

.map-tools .right-stack .zoom .out {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_map-tools/_img/_zoom-out.svg);
  background-size: 20px;
}

.chat {
  max-width: none;
  padding: 15px;
  margin-top: 0;
  border-radius: 0;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.chat .mfp-close {
  color: #141414 !important;
  right: 30px !important;
  top: 4px !important;
}
.chat .button-default {
  position: absolute;
  bottom: 15px;
}
.chat .textarea {
  position: absolute;
  bottom: 80px;
  width: calc(100% - 30px);
}
.chat .chat-display {
  max-height: none;
  min-height: auto;
  position: absolute;
  height: calc(100% - 197px);
  width: calc(100% - 30px);
}
.chat .options {
  margin-bottom: 15px;
}

@media (max-width: 1339px) {
  .chat .chat-display {
    max-height: none;
    min-height: auto;
  }
}
@media (max-width: 699px) {
  .chat .options {
    float: right;
  }
}
@media (max-width: 1339px) {
  [data-stack] [data-item=object-nav-inner-buildings],
[data-stack] [data-item=spacer-right-hide-inner-buildings],
[data-stack] [data-item=object-nav-news-page],
[data-stack] [data-item=spacer-right-hide-nav-news-page],
[data-stack] [data-item=object-nav-neighbors-communion-page],
[data-stack] [data-item=spacer-right-hide-nav-neighbors-communion-page] {
    float: left;
  }
}
[data-item=base-info-inner-buildings] .author-object .userpic .image {
  background-size: 100%;
  background-color: white;
}

footer .second-layer .wrapper .f-ico,
footer .second-layer .wrapper .v-ico,
footer .second-layer .wrapper .t-ico,
footer .second-layer .wrapper .m-ico,
footer .second-layer .wrapper .g-ico,
footer .second-layer .wrapper .o-ico {
  visibility: hidden;
}

.video-service {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.video-service svg {
  fill: #FFFFFF;
  top: -3px;
  left: 0;
  position: absolute;
  transition: opacity 200ms;
}
.video-service span {
  color: white;
  padding: 0 0px 1px 0;
  border-bottom: 1px solid white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1pt;
  margin-left: 35px;
  transition: border 200ms;
}
.video-service span:hover {
  border-bottom: 0;
}

.video-service:hover svg {
  opacity: 0.8;
}
.video-service:hover span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.video-popup {
  background-color: #ffffff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 3px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.embed-responsive-16x9 {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.embed-responsive-16x9 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.header-logo {
  position: relative;
}

.header-logo:before {
  content: "BETA";
  position: absolute;
  right: -22px;
  font-size: 10px;
  background: #ff6600;
  padding: 2px 2px 3px 3px;
  top: -1px;
  color: white;
}

@media (min-width: 1340px) {
  .header-logo:after {
    content: "Ex. Вдолевке.ру с 2008 года";
    position: absolute;
    top: 50px;
    font-size: 11px;
  }

  .header-logo:before {
    right: 17px;
    top: -1px;
  }
}
.post-news-img img {
  margin: 0 0 30px 0;
  padding: 0;
}

.adv-tgb-horizontal {
  min-height: 274px;
  height: auto;
}

.adv-header-top {
  width: 100%;
  height: auto;
  padding: 0;
  min-height: 120px;
  background-color: #f4f4f4;
  margin-top: 10px;
}

.adv-footer-bottom {
  background-color: #f3f3f3;
  max-height: 130px;
  height: auto;
  overflow: hidden;
}
.adv-footer-bottom .close-adv {
  background-image: url(/bitrix/templates/vdolevke/ui/patch/img/cross.svg);
}

.adv-mobile-list-horizontal {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.adv-mobile-list-horizontal .content {
  height: auto;
}

.adv-mobile-list-vertical {
  margin-bottom: 20px;
}
.adv-mobile-list-vertical .content {
  height: auto;
}

.adv--fixed {
  position: fixed;
  top: 20px;
}

.info--banner {
  height: auto;
  padding: 10px 10px 0 10px;
}
.info--banner .covid-19 {
  width: 100%;
  background-color: white;
}
.info--banner .covid-19 .text {
  text-align: center;
  padding: 10px 10px 10px 10px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  background-color: #dd1717;
  color: white;
}
.info--banner .covid-19 .text a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
  font-weight: 500;
}
.info--banner .covid-19 .text a:hover {
  border-bottom: 1px solid transparent;
}

select {
  height: 48px;
  border: 1px solid #cfcfcf;
  line-height: 16px;
  padding: 1px 20px 0 20px;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #101010;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  appearance: none;
  width: 100%;
  position: relative;
  background-image: url(/bitrix/templates/idea/loader.gif);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}

.profile-userpic-company {
  background-image: url(/bitrix/templates/vdolevke/ui/modules/_rating/_builders/_img/_none.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  width: 80%;
  padding-bottom: 80%;
  border: 1px solid #cfcfcf;
}

@media (max-width: 699px) {
  .profile-userpic-company {
    width: 100%;
    padding-bottom: 100%;
  }
}
.news-info {
  border: 1px solid #cfcfcf;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}
.news-info .news-info__text {
  padding-left: 60px;
}
.news-info .news-info__text a {
  color: #2372de;
}
.news-info .news-info__ico {
  background-color: #f2f2f2;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.news-info .news-info__ico .news-info__img {
  background: url(/bitrix/templates/vdolevke/ui/patch/img/messages.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 100%;
  height: 100%;
}

.zen-info,
.telegram-info {
  border: 0;
  border-radius: 3px;
  padding: 15px 25px 15px 25px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  display: block;
  color: white;
}
.zen-info .zen-info__ico,
.zen-info .telegram-info__ico,
.telegram-info .zen-info__ico,
.telegram-info .telegram-info__ico {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.zen-info .zen-info__ico .zen-info__img,
.zen-info .zen-info__ico .telegram-info__img,
.zen-info .telegram-info__ico .zen-info__img,
.zen-info .telegram-info__ico .telegram-info__img,
.telegram-info .zen-info__ico .zen-info__img,
.telegram-info .zen-info__ico .telegram-info__img,
.telegram-info .telegram-info__ico .zen-info__img,
.telegram-info .telegram-info__ico .telegram-info__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px;
  width: 100%;
  height: 100%;
}
.zen-info .zen-info__ico .telegram-info__img,
.zen-info .telegram-info__ico .telegram-info__img,
.telegram-info .zen-info__ico .telegram-info__img,
.telegram-info .telegram-info__ico .telegram-info__img {
  background: url(/bitrix/templates/vdolevke/ui/patch/telegram.svg);
}
.zen-info .zen-info__ico .zen-info__img,
.zen-info .telegram-info__ico .zen-info__img,
.telegram-info .zen-info__ico .zen-info__img,
.telegram-info .telegram-info__ico .zen-info__img {
  background: url(/bitrix/templates/vdolevke/ui/patch/zen.svg);
}
.zen-info .zen-info__text,
.zen-info .telegram-info__text,
.telegram-info .zen-info__text,
.telegram-info .telegram-info__text {
  padding: 13px 0 13px 70px;
}

.zen-info {
  background-color: #222222;
}

.telegram-info {
  background-color: #37aee2;
}

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

/* End */


/* Start:/bitrix/templates/vdolevke/template_styles.css?15833912582*/



/* End */
/* /bitrix/templates/vdolevke/styles.css?1732006107348548 */
/* /bitrix/templates/vdolevke/plugins/magnific-popup/magnific-popup.css?15828110346883 */
/* /bitrix/templates/vdolevke/plugins/gallery/css/blueimp-gallery.css?15828110335644 */
/* /bitrix/templates/vdolevke/plugins/gallery/css/blueimp-gallery-indicator.css?15372588712212 */
/* /bitrix/templates/vdolevke/plugins/gallery/css/blueimp-gallery-video.css?15372588712126 */
/* /bitrix/templates/vdolevke/plugins/emojipicker/jquery.emojipicker.css?15704268096460 */
/* /bitrix/templates/vdolevke/plugins/FormStyler/jquery.formstyler.css?15372588712175 */
/* /bitrix/templates/vdolevke/plugins//file-upload/css/jquery.dm-uploader.css?1537258871684 */
/* /bitrix/templates/vdolevke/add.css?176578379422276 */
/* /bitrix/templates/vdolevke/fonts.css?173105318915459 */
/* /bitrix/templates/vdolevke/max.css?1590576551133112 */
/* /bitrix/templates/vdolevke/template_styles.css?15833912582 */
