@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ============================== *Remark* ============================== */
/* Remark normalize */
input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
}

*:hover, *:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

/*
@font-face {
    font-family: 'Nunito';
    src: url("../fonts/Nunito/Nunito-SemiBold.ttf");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/Nunito/Nunito-Regular.ttf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/Nunito/Nunito-Light.ttf");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url("../fonts/IBM/IBMPlexSans-SemiBold.ttf");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url("../fonts/IBM/IBMPlexSans-Regular.ttf");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url("../fonts/IBM/IBMPlexSans-Light.ttf");
    font-weight: 300;
    font-display: swap;
}
*/
@font-face {
  font-family: 'Golos Text';
  src: url("../fonts/Golos/Golos-DemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  src: url("../fonts/Golos/Golos-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Golos Text';
  src: url("../fonts/Golos/Golos-Text_VF.WOFF");
  font-weight: 500;
  font-display: swap;
}

html,
body {
  height: 100%;
  font-family: "Golos Text", sans-serif;
  color: #3D3D3D;
  font-weight: 400;
  cursor: default;
}

@media (min-width: 0) {
  html,
  body {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  html,
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  html,
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

body.overflow--hidden {
  overflow: hidden;
}

h1 {
  font-weight: 600;
}

@media (min-width: 0) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }
}

h2 {
  font-weight: 600;
}

@media (min-width: 0) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3 {
  font-weight: 600;
}

@media (min-width: 0) {
  h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 0) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.height--100 {
  height: 100%;
}

@media (max-width: 1279px) {
  .container--disable-lg {
    padding: 0px !important;
    max-width: 100% !important;
  }
  .container--disable-lg .promo__content {
    padding: 0px 12px;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) {
  .container--disable-lg .promo__content {
    padding: 0;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .container--disable-lg .promo__content {
    padding: 0;
  }
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1152px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1344px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

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

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.modal-dialog-centered {
  min-height: calc(100% - (1.75rem * 2));
}

.modal-dialog-centered::before {
  height: calc(100vh - (1.75rem * 2));
}

.modal-sm {
  max-width: 300px;
}

@media (min-width: 1280px) {
  .modal-lg {
    max-width: 800px;
  }
}

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

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFFFFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFFFFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFFFFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFFFFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
  /* .select2-selection--single вырезаны в компонент f-select */
}

.select2-container .selection {
  width: 100%;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--estate {
  width: 100%;
}

.select2-container--estate .select2-selection--single {
  outline: 0;
  height: initial;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.select2-container--estate .select2-selection--single:hover, .select2-container--estate .select2-selection--single:focus {
  border: 1px solid #EDEDED;
  outline: none !important;
}

.select2-container--estate .select2-selection--single .select2-selection__rendered {
  color: #3D3D3D;
  padding: 9px 9px 7px;
  font-size: 12px;
  line-height: 16px;
  min-height: 34px;
}

.filter .select2-container--estate .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 1279px) {
  .filter .select2-container--estate .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    line-height: 16px;
  }
}

.select2-container--estate .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--estate .select2-selection--single .select2-selection__placeholder {
  color: #3D3D3D;
}

.select2-container--estate .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 8px;
  top: 8px;
}

.select2-container--estate .select2-selection--single .select2-selection__arrow-svg {
  fill: #3D3D3D;
}

.select2-container--estate[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--estate[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0.25rem 0 0 0.25rem;
  left: 1px;
  right: auto;
}

.select2-container--estate.select2-container--open .select2-selection--single {
  border: 1px solid #3D3D3D;
}

.select2-container--estate.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #3D3D3D transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--estate.select2-container--open.select2-container--above .select2-selection--single {
  border-top-color: #FFFFFF;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--estate.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-color: #FFFFFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--estate .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}

.select2-container--estate .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--estate .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--estate .select2-selection--multiple .select2-selection__arrow {
  position: absolute;
  right: 8px;
  top: 8px;
}

.select2-container--estate .select2-selection--multiple .select2-selection__arrow-svg {
  fill: #3D3D3D;
}

.select2-container--estate .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--estate .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--estate .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--estate .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--estate[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--estate[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--estate.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--estate.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--estate.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--estate .select2-search--dropdown .select2-search__field {
  border: 1px solid #EDEDED;
  padding: 10px 9px 8px;
  font-size: 12px;
  line-height: 16px;
  color: #EDEDED;
  border-radius: 0.25rem;
  outline: 0;
}

.filter .select2-container--estate .select2-search--dropdown .select2-search__field {
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 1279px) {
  .filter .select2-container--estate .select2-search--dropdown .select2-search__field {
    font-size: 12px;
    line-height: 16px;
  }
}

.select2-container--estate .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--estate .select2-dropdown {
  background-color: #FFFFFF;
  border: 1px solid transparent;
}

.select2-container--estate .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--estate .select2-dropdown--below {
  border-top: none;
}

.select2-container--estate .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--estate .select2-results__option {
  font-size: 12px;
  line-height: 16px;
  padding: 11px 9px 9px;
}

.filter .select2-container--estate .select2-results__option {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 1279px) {
  .filter .select2-container--estate .select2-results__option {
    font-size: 12px;
    line-height: 16px;
  }
}

.select2-container--estate .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--estate .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--estate .select2-results__options[aria-multiselectable="true"] .select2-results__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.select2-container--estate .select2-results__options[aria-multiselectable="true"] .select2-results__option-icon {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #EDEDED;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: -2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.select2-container--estate .select2-results__options[aria-multiselectable="true"] .select2-results__option-icon-svg {
  width: 18px;
  height: 18px;
  opacity: 0;
  fill: #3D3D3D;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.select2-container--estate .select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected="true"] .select2-results__option-icon-svg {
  opacity: 1;
}

.select2-container--estate .select2-results__option--highlighted[aria-selected] {
  background-color: #EDEDED;
  color: #3D3D3D;
}

.select2-container--estate .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--estate.select2-container--open .select2-dropdown {
  border-color: #3D3D3D;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.achievements + .achievements {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .achievements + .achievements {
    margin-left: 0;
    margin-top: 32px;
  }
}

.achievements__icon + .achievements__title {
  margin-top: 16px;
}

.achievements__title + .achievements__subtitle {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .achievements__title + .achievements__subtitle {
    margin-top: 4px;
  }
}

.achievements__title {
  font-weight: 500;
}

@media (min-width: 0) {
  .achievements__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .achievements__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .achievements__title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .achievements__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.achievements__subtitle {
  color: #999999;
}

@media (min-width: 0) {
  .achievements__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .achievements__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .achievements__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .achievements__subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

.action-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1279px) {
  .action-card__img {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .action-card__img {
    height: 160px;
  }
}

.action-card__title + .action-card__text,
.action-card__text + .action-card__btn {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .action-card__title + .action-card__text,
  .action-card__text + .action-card__btn {
    margin-top: 16px;
  }
}

.action-card__title {
  font-weight: 600;
  padding-top: 30px;
}

@media (min-width: 0) {
  .action-card__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .action-card__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .action-card__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .action-card__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 1279px) {
  .action-card__title {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .action-card__btn {
    display: inline-block;
  }
}

.action-card--type-vacancy .action-card__title {
  font-weight: 500;
  padding-top: 0;
}

@media (min-width: 0) {
  .action-card--type-vacancy .action-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .action-card--type-vacancy .action-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .action-card--type-vacancy .action-card__title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .action-card--type-vacancy .action-card__title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .action-card--type-vacancy .action-card__title {
    font-weight: 600;
  }
}

.action-card--type-vacancy .action-card__title + .action-card__text {
  margin-top: 16px;
}

.action-list > * + * {
  margin-top: 56px;
}

@media (max-width: 767px) {
  .action-list > * + * {
    margin-top: 32px;
  }
}

.action-list__title:not(:first-child) {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .action-list__title:not(:first-child) {
    margin-top: 0;
  }
}

.action-list__title {
  font-weight: 600;
}

@media (min-width: 0) {
  .action-list__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .action-list__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .action-list__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .action-list__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .action-list__title {
    color: #33AA52;
  }
}

.advantage-slider {
  border-radius: 4px;
  overflow: hidden;
}

.advantage-slider .owl-nav {
  padding: 0px 8px;
}

.advantage-slider .owl-nav > * {
  -webkit-transform: none !important;
          transform: none !important;
}

@media (max-width: 1279px) {
  .advantage-slider .owl-nav > * {
    -webkit-transform: translateY(50%) !important;
            transform: translateY(50%) !important;
  }
}

.advantage-slider .owl-stage-outer {
  height: 100%;
}

.advantage-slider .owl-stage {
  width: 100%;
  height: 100%;
}

.advantage-slider .owl-stage::after {
  display: none;
}

.advantage-slider .owl-item {
  max-width: 50%;
}

.advantage-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 330px;
}

@media (max-width: 1279px) {
  .advantage-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.advantage-slider__item-text {
  color: #FFFFFF;
}

.advantage-slider__item-text .typography p {
  color: #FFFFFF;
}

.advantage-slider__item-image {
  width: 50%;
}

@media (max-width: 1279px) {
  .advantage-slider__item-image {
    width: 100%;
  }
}

.advantage-slider__item-image img {
  pointer-events: none;
  margin-right: -10px;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 330px;
  height: 100%;
}

@media (max-width: 1279px) {
  .advantage-slider__item-image img {
    min-height: 160px;
  }
}

.advantage-slider__item-info {
  width: 50%;
  padding: 40px 24px;
  background-color: #33AA52;
  color: #FFFFFF;
}

@media (max-width: 1279px) {
  .advantage-slider__item-info {
    width: 100%;
    padding: 24px;
  }
}

.advantage-slider__item-title {
  font-weight: 600;
}

@media (min-width: 0) {
  .advantage-slider__item-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .advantage-slider__item-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .advantage-slider__item-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .advantage-slider__item-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.advantage-slider__item-title + .advantage-slider__item-text {
  margin-top: 12px;
}

.advantage-slider--type-smart-standards .advantage-slider__item {
  min-height: 390px;
}

.advantage-slider--type-smart-standards .advantage-slider__item-info {
  width: 35%;
}

@media (max-width: 1279px) {
  .advantage-slider--type-smart-standards .advantage-slider__item-info {
    width: 100%;
  }
}

.advantage-slider--type-smart-standards .advantage-slider__item-image {
  width: 65%;
}

@media (max-width: 1279px) {
  .advantage-slider--type-smart-standards .advantage-slider__item-image {
    width: 100%;
  }
}

.advantage-slider--type-smart-standards .advantage-slider__item-image img {
  height: 100%;
}

.advantage-slider--type-smart-standards .advantage-slider__item-title {
  font-weight: 600;
}

@media (min-width: 0) {
  .advantage-slider--type-smart-standards .advantage-slider__item-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .advantage-slider--type-smart-standards .advantage-slider__item-title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .advantage-slider--type-smart-standards .advantage-slider__item-title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1440px) {
  .advantage-slider--type-smart-standards .advantage-slider__item-title {
    font-size: 56px;
    line-height: 64px;
  }
}

.advantage-slider--type-smart-standards .advantage-slider__item-title + .advantage-slider__item-text {
  margin-top: 32px;
}

@media (max-width: 1279px) {
  .advantage-slider--type-smart-standards .advantage-slider__item-title + .advantage-slider__item-text {
    margin-top: 28px;
  }
}

.advantages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .advantages__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.advantages__item-title {
  font-weight: 600;
  color: #33AA52;
}

@media (min-width: 0) {
  .advantages__item-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .advantages__item-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .advantages__item-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .advantages__item-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.advantages__item-title + .advantages__item-text {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .advantages__item-title + .advantages__item-text {
    margin-top: 8px;
  }
}

.advantages__item + .advantages__item {
  border-left: 1px solid #D6E2EC;
}

@media (max-width: 767px) {
  .advantages__item + .advantages__item {
    border-left: none;
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid #D6E2EC;
  }
}

.advantages--type-vacancy .advantages__item + .advantages__item {
  border: none;
}

@media (max-width: 767px) {
  .advantages--type-vacancy .advantages__item + .advantages__item {
    padding: 0px;
  }
}

.advantages--type-vacancy .advantages__title + .advantages__inner {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .advantages--type-vacancy .advantages__title + .advantages__inner {
    margin-top: 24px;
  }
}

.advantages--type-vacancy .advantages__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}

.advantages--type-vacancy .advantages__item-title {
  color: #33AA52;
  display: inherit;
}

.advantages--type-vacancy .advantages__item-text {
  text-align: left;
  max-width: 243px;
}

.apartment-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 424px;
  width: 100%;
  border-top: 2px solid #F5F5F5;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 767px) {
  .apartment-card {
    max-width: 100%;
  }
}

.apartment-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.apartment-card::after, .apartment-card::before {
  content: '';
  position: absolute;
  height: 3px;
  top: -1px;
  background: #56CC75;
  width: 0%;
  -webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}

.apartment-card::before {
  right: 50%;
}

.apartment-card::after {
  left: 50%;
}

.apartment-card:hover {
  border-top: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.apartment-card:hover::after, .apartment-card:hover::before {
  width: 50%;
}

.apartment-card:hover .apartment-card__content-action {
  opacity: 1;
  visibility: visible;
}

.apartment-card__content {
  padding: 12px 16px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.apartment-card__content-action {
  position: absolute;
  left: 0;
  bottom: 84px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.apartment-card__content-zoom {
  width: 44px;
  height: 44px;
  padding: 14px;
  margin-right: 8px;
  background: #33AA52;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.apartment-card__content-zoom:hover {
  background: #56CC75;
}

.apartment-card__content-btn {
  width: 146px;
}

.apartment-card__content-btn .button {
  height: 44px;
}

.apartment-card__content .tag {
  position: absolute;
  bottom: 22px;
  left: 16px;
}

.apartment-card__img {
  z-index: 0;
}

.apartment-card__img img {
  height: 180px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding-top: 16px;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.apartment-card__header {
  position: relative;
  min-height: 48px;
  width: 100%;
}

.apartment-card__header-item {
  padding-right: 65px;
}

.apartment-card__header-action {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 24px;
}

.apartment-card__header-action--green {
  right: 36px;
  fill: #D6E2EC;
  stroke: #D6E2EC;
  stroke-width: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.apartment-card__header-action--green::after {
  content: 'Добавить к сравнению';
  position: absolute;
  white-space: nowrap;
  bottom: 110%;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 4px;
  background: #3D3D3D;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.apartment-card__header-action--green:hover, .apartment-card__header-action--green.active {
  fill: #33AA52;
  stroke: #33AA52;
}

.apartment-card__header-action--red {
  fill: #D6E2EC;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.apartment-card__header-action--red::after {
  content: 'Добавить в избранное';
  position: absolute;
  white-space: nowrap;
  bottom: 110%;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 4px;
  background: #3D3D3D;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  -webkit-transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.apartment-card__header-action--red.active, .apartment-card__header-action--red:hover {
  fill: #D2425C;
}

.apartment-card__header-action--red, .apartment-card__header-action--green {
  z-index: 10;
  cursor: pointer;
}

.apartment-card__header-action--red::after, .apartment-card__header-action--green::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .apartment-card__header-action--red::after {
    left: 0%;
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

.apartment-card__header-action--red:hover::after, .apartment-card__header-action--green:hover::after {
  opacity: 1;
  visibility: visible;
}

.apartment-card__header-title + .apartment-card__header-subtitle {
  margin-top: 4px;
}

.apartment-card__header-title {
  font-weight: 500;
}

@media (min-width: 0) {
  .apartment-card__header-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .apartment-card__header-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .apartment-card__header-title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .apartment-card__header-title {
    font-size: 16px;
    line-height: 22px;
  }
}

.apartment-card__header-subtitle {
  color: #999999;
}

@media (min-width: 0) {
  .apartment-card__header-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .apartment-card__header-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .apartment-card__header-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .apartment-card__header-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

.apartment-card__footer {
  width: 100%;
  padding: 20px 16px;
  height: 100%;
  background: #F5F5F5;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 767px) {
  .apartment-card__footer {
    padding: 16px;
  }
}

.apartment-card__params {
  width: 100%;
  z-index: 2;
}

.apartment-card__params-shell {
  z-index: 2;
}

.apartment-card__params-shell + .apartment-card__params-shell {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .apartment-card__params-shell + .apartment-card__params-shell {
    margin-left: 16px;
  }
}

.apartment-card__params-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apartment-card__params-value--green {
  color: #33AA52;
  border-bottom: 1px solid #33AA52;
  cursor: pointer;
}

.apartment-card__params-name + .apartment-card__params-value {
  margin-top: 4px;
}

.apartment-card__params-name {
  color: #999999;
}

@media (min-width: 0) {
  .apartment-card__params-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .apartment-card__params-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .apartment-card__params-name {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .apartment-card__params-name {
    font-size: 12px;
    line-height: 16px;
  }
}

.apartment-card__params-value {
  display: inline;
}

@media (min-width: 0) {
  .apartment-card__params-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .apartment-card__params-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .apartment-card__params-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .apartment-card__params-value {
    font-size: 12px;
    line-height: 16px;
  }
}

.apartment-card__params + .apartment-card__prices {
  margin-top: 16px;
}

.apartment-card__price {
  font-weight: 600;
}

@media (min-width: 0) {
  .apartment-card__price {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .apartment-card__price {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .apartment-card__price {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .apartment-card__price {
    font-size: 32px;
    line-height: 40px;
  }
}

.apartment-card__price-old {
  text-decoration: line-through;
  color: #999999;
  margin-left: 16px;
}

@media (min-width: 0) {
  .apartment-card__price-old {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .apartment-card__price-old {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .apartment-card__price-old {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .apartment-card__price-old {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .apartment-card__price-old {
    margin-left: 8px;
  }
}

.apartment-card__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.apartment-card--type-offer {
  max-width: 768px;
  width: 100%;
}

@media (max-width: 767px) {
  .apartment-card--type-offer .apartment-card__params {
    overflow-x: scroll;
  }
}

.apartment-card--type-offer .apartment-card__params > * {
  min-width: 500px;
}

@media (max-width: 767px) {
  .apartment-card--type-offer .apartment-card__params > * {
    padding-bottom: 3px;
  }
}

.apartment-card--type-offer img {
  opacity: 1;
  height: 250px;
}

@media (max-width: 767px) {
  .apartment-card--type-offer img {
    height: 180px;
  }
}

.apartment-card .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 100%;
}

.apartment-card .owl-dots .owl-dot span {
  background-color: #D6E2EC;
}

.apartment-card .owl-dots .owl-dot.active span {
  background-color: #33AA52;
}

.apartment-detail__description {
  padding-top: 24px;
}

@media (max-width: 767px) {
  .apartment-detail__description {
    padding-top: 16px;
  }
}

.apartment-detail__value + .apartment-detail__tags {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .apartment-detail__value + .apartment-detail__tags {
    margin-top: 24px;
  }
}

.apartment-detail__tags + .apartment-detail__btns {
  margin-top: 30px;
}

.apartment-detail__tags > * {
  pointer-events: none !important;
}

.apartment-detail__img {
  display: block;
}

@media (max-width: 767px) {
  .apartment-detail__img {
    display: none;
  }
}

.apartment-detail__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .apartment-detail__btns {
    display: block;
  }
}

.apartment-detail__btns-item + .apartment-detail__btns-item {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .apartment-detail__btns-item + .apartment-detail__btns-item {
    margin: 0;
    margin-top: 8px;
  }
}

.apartment-detail__btns-item button {
  border: none;
}

@media (max-width: 767px) {
  .apartment-detail__btns-item {
    width: 100%;
  }
}

.apartment-detail__btns + .apartment-detail__params {
  margin-top: 24px;
}

.apartment-detail__params-shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apartment-detail__params-shell + .apartment-detail__params-shell {
  margin-top: 16px;
}

.apartment-detail__params-name {
  color: #737373;
  min-width: 130px;
}

@media (min-width: 0) {
  .apartment-detail__params-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .apartment-detail__params-name {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .apartment-detail__params-name {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .apartment-detail__params-name {
    font-size: 16px;
    line-height: 22px;
  }
}

.apartment-detail__params-name + .apartment-detail__params-value {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .apartment-detail__params-name + .apartment-detail__params-value {
    margin-left: 50px;
  }
}

@media (min-width: 0) {
  .apartment-detail__params-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .apartment-detail__params-value {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .apartment-detail__params-value {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .apartment-detail__params-value {
    font-size: 16px;
    line-height: 22px;
  }
}

.row > * + * .apartment-detail__params-name {
  min-width: 90px;
}

@media (max-width: 767px) {
  .row > * + * .apartment-detail__params-name {
    min-width: 130px;
  }
}

@media (max-width: 767px) {
  .apartment-detail__params .row > * + * {
    margin-top: 16px;
  }
}

.apartment-detail__params + .apartment-detail__actions {
  margin-top: 26px;
}

.apartment-detail__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apartment-detail__actions-item + .apartment-detail__actions-item {
  margin-left: 18px;
}

@media (max-width: 767px) {
  .apartment-detail__actions {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.apartment-detail__actions-item {
  height: 24px;
  position: relative;
  pointer-events: visible;
  display: inline;
  cursor: pointer;
  fill: #D6E2EC;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  cursor: pointer;
}

.apartment-detail__actions-item::after {
  content: attr(data-label);
  position: absolute;
  white-space: nowrap;
  bottom: 110%;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 4px;
  background: #3D3D3D;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.apartment-detail__actions-item:hover {
  fill: #33AA52;
}

.apartment-detail__actions-item--green {
  fill: #D6E2EC;
  stroke: #D6E2EC;
  stroke-width: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.apartment-detail__actions-item--green:hover, .apartment-detail__actions-item--green.active {
  fill: #33AA52;
  stroke: #33AA52;
}

.apartment-detail__actions-item--red {
  fill: #D6E2EC;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.apartment-detail__actions-item--red.active, .apartment-detail__actions-item--red:hover {
  fill: #D2425C;
}

.apartment-detail__actions-item:hover::after {
  z-index: 11;
  opacity: 1;
  visibility: visible;
}

.apartment-detail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px -4px;
}

.apartment-detail__tags > .tag {
  margin: 7px 4px;
}

.apartment-detail__value-price + .apartment-detail__value-old {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .apartment-detail__value-price + .apartment-detail__value-old {
    margin-left: 8px;
  }
}

.apartment-detail__value-text + .apartment-detail__value-mortgage {
  margin-left: 8px;
}

.apartment-detail__value-price {
  font-weight: 600;
}

@media (min-width: 0) {
  .apartment-detail__value-price {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .apartment-detail__value-price {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .apartment-detail__value-price {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .apartment-detail__value-price {
    font-size: 32px;
    line-height: 40px;
  }
}

.apartment-detail__value-old {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #999999;
}

@media (min-width: 0) {
  .apartment-detail__value-old {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .apartment-detail__value-old {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .apartment-detail__value-old {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .apartment-detail__value-old {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 0) {
  .apartment-detail__value-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .apartment-detail__value-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .apartment-detail__value-text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .apartment-detail__value-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.apartment-detail__value-mortgage {
  color: #33AA52;
  cursor: pointer;
  border-bottom: 1px solid #33AA52;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.apartment-detail__value-mortgage:hover {
  border-bottom: 1px solid #F08732;
  color: #F08732;
}

@media (max-width: 767px) {
  .apartment-detail__value .row > * + * {
    margin-top: 0px;
  }
}

.apartment-detail__slider {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.apartment-detail__slider .owl-nav {
  display: none;
}

.apartment-detail__slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apartment-detail__slider .owl-stage-outer {
  border-top: 2px solid #EDF2F6;
  border-bottom: 2px solid #EDF2F6;
  padding: 24px 0px;
}

.apartment-detail__slider .owl-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
}

.apartment-detail__slider .owl-dot + .owl-dot {
  margin-left: 8px;
}

.apartment-detail__slider .owl-dot {
  width: 8px;
  height: 8px;
  background: #EDF2F6;
  outline: none;
  border: none;
}

.apartment-detail__slider .owl-dot.active {
  background: #33AA52;
}

.apartment-detail__slider-item {
  position: relative;
}

.apartment-detail__slider-img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 200px;
}

.apartment-detail__slider-tag {
  position: absolute;
  bottom: 7px;
  left: 0;
}

@media (max-width: 767px) {
  .apartment-list > * {
    margin-top: 26px;
  }
}

.apartment-list--type-filter {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, calc(33% - 13px));
  gap: 26px;
}

@media (max-width: 1279px) {
  .apartment-list--type-filter {
    grid-template: repeat(1, 1fr)/repeat(2, calc(50% - 13px));
  }
}

@media (max-width: 767px) {
  .apartment-list--type-filter {
    display: block;
  }
}

.apartment-list--type-offer {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, calc(50% - 12px));
  gap: 24px;
}

@media (max-width: 1279px) {
  .apartment-list--type-offer {
    display: block;
  }
  .apartment-list--type-offer > * + * {
    margin-top: 26px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .apartment-list--type-detail .owl-carousel--theme-life-area .owl-nav {
    top: 150px;
  }
  .apartment-list--type-detail .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
  .apartment-list--type-detail .row .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .apartment-list--type-detail .row .owl-stage-outer {
    overflow: visible;
  }
  .apartment-list--type-detail .row [class^='col-'] {
    padding: 0px;
    width: 296px;
  }
}

.apartment-list__footer {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .apartment-list__footer {
    margin-top: 24px;
  }
}

.banner-home {
  height: 100%;
  padding-bottom: 120px;
  will-change: transform;
}

@media (max-width: 1279px) {
  .banner-home {
    padding-bottom: 0;
  }
}

.banner-home__container {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1279px) {
  .banner-home__container {
    padding-bottom: 32px;
    min-height: 1px;
  }
}

.banner-home__img {
  width: inherit;
  height: inherit;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  height: 100%;
}

.banner-home__img-shell {
  height: 100%;
  width: 100%;
  position: relative;
}

@media (max-width: 1279px) {
  .banner-home__img-shell {
    height: 452px;
  }
}

@media (max-width: 767px) {
  .banner-home__img-shell {
    height: 208px;
  }
}

@media (max-width: 1279px) {
  .banner-home__img-shell .owl-dots {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .banner-home__img {
    border-radius: 0px;
  }
}

.banner-home__decorate {
  position: absolute;
  width: 112%;
  height: 105%;
  min-height: 831px;
  bottom: 0;
  right: -140px;
  z-index: 10;
}

@media (max-width: 1279px) {
  .banner-home__decorate {
    right: -10px;
    min-height: 1px;
    bottom: -10px;
  }
}

.banner-home__info {
  position: absolute;
  bottom: -36px;
  left: 50%;
  padding: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
  width: 100%;
  background: #33AA52;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
}

@media (max-width: 1279px) {
  .banner-home__info {
    border-radius: 0px;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner-home__info-left {
  padding: 40px 64px 58px 48px;
  border-right: 1px solid #0F9641;
  max-width: 920px;
  width: 100%;
}

@media (max-width: 1439px) {
  .banner-home__info-left {
    max-width: 720px;
    padding-top: 32px;
  }
}

@media (max-width: 1279px) {
  .banner-home__info-left {
    padding: 32px;
    border-right: none;
    max-width: 100%;
    border-bottom: 1px solid #0F9641;
  }
  .banner-home__info-left .owl-item {
    padding-left: 4px;
  }
}

@media (max-width: 767px) {
  .banner-home__info-left {
    padding: 24px 10px;
  }
}

.banner-home__info-right {
  padding: 40px 56px 48px 64px;
  max-width: 400px;
  width: 100%;
}

@media (max-width: 1439px) {
  .banner-home__info-right {
    padding-top: 32px;
  }
}

@media (max-width: 1279px) {
  .banner-home__info-right {
    padding: 32px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .banner-home__info-right {
    padding: 24px 0px 24px 10px;
  }
}

.banner-home__info .owl-item {
  padding: 0px 7px;
}

.banner-home__text {
  font-weight: 600;
  color: #FFFFFF;
}

@media (min-width: 0) {
  .banner-home__text {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .banner-home__text {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .banner-home__text {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1440px) {
  .banner-home__text {
    font-size: 56px;
    line-height: 64px;
  }
}

.banner-home__text-aside {
  color: #FFFFFF;
}

@media (min-width: 0) {
  .banner-home__text-aside {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .banner-home__text-aside {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .banner-home__text-aside {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .banner-home__text-aside {
    font-size: 16px;
    line-height: 22px;
  }
}

.banner-home__text-aside span {
  font-weight: 600;
  color: #004632;
  margin-bottom: 16px;
  display: inline-block;
}

@media (min-width: 0) {
  .banner-home__text-aside span {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .banner-home__text-aside span {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .banner-home__text-aside span {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1440px) {
  .banner-home__text-aside span {
    font-size: 56px;
    line-height: 64px;
  }
}

@media (max-width: 767px) {
  .banner-home__text-aside span {
    margin-top: 8px;
  }
}

.banner-home__text-aside u {
  padding-bottom: 3px;
}

.banner-home .owl-dots {
  position: absolute;
  bottom: -52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 100%;
}

.banner-home .owl-dots .owl-dot span {
  background-color: #D6E2EC;
}

.banner-home .owl-dots .owl-dot.active span {
  background-color: #33AA52;
}

@media (max-width: 1279px) {
  .banner-home .owl-dots {
    bottom: -16px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .banner-home .owl-dots {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-left: 12px;
  }
}

.banner-home__info .owl-dots {
  display: none !important;
}

@media (max-width: 1279px) {
  .banner-home__info .owl-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.banner-home .owl-stage-outer,
.banner-home .owl-stage,
.banner-home .owl-item {
  height: 100%;
}

.banner-home .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.benefit-program__img {
  width: 100%;
  height: 587px;
}

@media (max-width: 1279px) {
  .benefit-program__img {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .benefit-program__img {
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.benefit-program__icon + .benefit-program__desc {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .benefit-program__icon + .benefit-program__desc {
    margin-top: 16px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .benefit-program__icon {
    width: 53px;
    height: 15px;
  }
}

.benefit-program__desc-title {
  font-weight: 600;
}

@media (min-width: 0) {
  .benefit-program__desc-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .benefit-program__desc-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .benefit-program__desc-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .benefit-program__desc-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.benefit-program__desc-title + .benefit-program__desc-text {
  margin-top: 16px;
  font-weight: 500;
}

@media (min-width: 0) {
  .benefit-program__desc-title + .benefit-program__desc-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .benefit-program__desc-title + .benefit-program__desc-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .benefit-program__desc-title + .benefit-program__desc-text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .benefit-program__desc-title + .benefit-program__desc-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.benefit-program__desc-text + .benefit-program__desc-btn {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .benefit-program__desc-text + .benefit-program__desc-btn {
    margin-top: 16px;
  }
}

.benefit-program__desc-btn {
  display: inline-block;
}

.bombapomadok--type-main .bombapomadok__inner {
  padding: 64px 0 24px 0;
}

@media (max-width: 767px) {
  .bombapomadok--type-main .bombapomadok__inner {
    padding: 32px 0 12px 0;
  }
}

.bombapomadok--type-default .bombapomadok__inner {
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .bombapomadok--type-default .bombapomadok__inner {
    padding-bottom: 16px;
  }
}

.bombapomadok--type-detail {
  padding: 0px;
}

.bombapomadok--type-detail .bombapomadok__inner {
  padding: 32px 0 8px 0;
}

.bombapomadok__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bombapomadok__backlink + .bombapomadok__title {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .bombapomadok__backlink + .bombapomadok__title {
    margin-top: 20px;
  }
}

.bombapomadok__backlink--type-black a {
  color: #3D3D3D;
  text-decoration: none;
}

.bombapomadok__backlink--type-black a span {
  border: none;
}

.bombapomadok__subtitle {
  font-weight: 500;
}

.bombapomadok__subtitle + .bombapomadok__title {
  margin-top: 20px;
}

.bombapomadok__title {
  color: #3D3D3D;
}

@media (min-width: 0) {
  .bombapomadok__title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .bombapomadok__title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .bombapomadok__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1440px) {
  .bombapomadok__title {
    font-size: 56px;
    line-height: 64px;
  }
}

.bombapomadok__title + .bombapomadok__description {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bombapomadok__title + .bombapomadok__description {
    margin-top: 30px;
  }
}

.bombapomadok__description {
  color: #3D3D3D;
}

@media (min-width: 0) {
  .bombapomadok__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .bombapomadok__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .bombapomadok__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .bombapomadok__description {
    font-size: 12px;
    line-height: 16px;
  }
}

.bombapomadok__date {
  color: #D6E2EC;
}

@media (min-width: 0) {
  .bombapomadok__date {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .bombapomadok__date {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .bombapomadok__date {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .bombapomadok__date {
    font-size: 16px;
    line-height: 22px;
  }
}

.row--around {
  margin: -12px -12px;
}

.row--around > [class^='col-'] {
  padding: 12px 12px;
}

.row--around-8 {
  margin: -4px -12px;
}

.row--around-8 > [class^='col-'] {
  padding: 4px 12px;
}

.row--around-10 {
  margin: -5px -12px;
}

.row--around-10 > [class^='col-'] {
  padding: 5px 12px;
}

.row--around-16 {
  margin: -8px -12px;
}

.row--around-16 > [class^='col-'] {
  padding: 8px 12px;
}

.row--around-16-16 {
  margin: -8px;
}

.row--around-16-16 > [class^='col-'] {
  padding: 8px;
}

.row--around-20 {
  margin: -10px -12px;
}

.row--around-20 > [class^='col-'] {
  padding: 10px 12px;
}

.row--around-24 {
  margin: -12px -12px;
}

@media (max-width: 767px) {
  .row--around-24 {
    margin: -8px -12px;
  }
}

.row--around-24 > [class^='col-'] {
  padding: 12px 12px;
}

@media (max-width: 767px) {
  .row--around-24 > [class^='col-'] {
    padding: 8px 12px;
  }
}

.row--around-32 {
  margin: -16px -12px;
}

.row--around-32 > [class^='col-'] {
  padding: 16px 12px;
}

.row--around-40 {
  margin: -20px -12px;
}

@media (max-width: 767px) {
  .row--around-40 {
    padding: -16px -12px;
  }
}

.row--around-40 > [class^='col-'] {
  padding: 20px 12px;
}

@media (max-width: 767px) {
  .row--around-40 > [class^='col-'] {
    padding: 16px 12px;
  }
}

.col--mt {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .col--md-padding {
    padding: 0;
  }
}

.burger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.burger:hover {
  color: #33AA52;
}

.burger--animation {
  pointer-events: none;
}

.burger__text {
  -webkit-transition: none;
  transition: none;
  border-bottom: 1px solid transparent;
}

.burger:hover .burger__text {
  border-color: #33AA52;
}

.burger__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 24px;
  height: 24px;
  padding: 6px;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

@media (max-width: 767px) {
  .burger__icon {
    -webkit-transform: none;
            transform: none;
  }
}

.burger__icon--home {
  width: 32px;
  height: 32px;
  padding: 0 6px;
  border-radius: 2px;
  background-color: #FFFFFF;
  display: none;
}

.burger__icon-dot {
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: #33AA52;
  -webkit-transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.burger__icon-dot + .burger__icon-dot {
  margin-left: 3px;
}

.burger.open .burger__icon-dot:first-child {
  -webkit-transform: skew(32deg, 32deg) scale(1.5) translate(1px, 0px);
          transform: skew(32deg, 32deg) scale(1.5) translate(1px, 0px);
}

.burger.open .burger__icon-dot:nth-child(2) {
  -webkit-transform: skew(-32deg, -32deg) scale(1.5) translate(-1px, 0px);
          transform: skew(-32deg, -32deg) scale(1.5) translate(-1px, 0px);
}

.burger__icon-dot:nth-child(3) {
  margin-left: 0 !important;
}

.burger.open .burger__icon-dot:nth-child(3) {
  -webkit-transform: skew(-32deg, -32deg) scale(1.5) translate(1px, 0px);
          transform: skew(-32deg, -32deg) scale(1.5) translate(1px, 0px);
}

.burger.open .burger__icon-dot:last-child {
  -webkit-transform: skew(32deg, 32deg) scale(1.5) translate(-1px, 0px);
          transform: skew(32deg, 32deg) scale(1.5) translate(-1px, 0px);
}

.burger__icon-line {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  height: 2px;
  background-color: #33AA52;
  margin-top: -1px;
  -webkit-transition: width ease-in-out 150ms;
  transition: width ease-in-out 150ms;
}

.burger__icon + .burger__text {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .burger__icon + .burger__text {
    margin-left: 4px;
  }
}

.button {
  border: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  padding: 12px 20px;
  border-radius: 2px;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
}

.button--fluid {
  width: 100%;
}

@media (min-width: 0) {
  .button {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .button {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .button {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .button {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .button {
    width: 100%;
  }
}

.button--type-main {
  color: #FFFFFF;
  pointer-events: visible;
  background-color: #33AA52;
}

.button--type-main:hover {
  background-color: #0F9641;
  color: #FFFFFF;
}

.button--type-secondary {
  color: #3D3D3D;
  border: 1px solid;
  border-color: #33AA52;
  background-color: transparent;
}

.button--type-secondary:hover {
  background-color: #0F9641;
  border-color: #0F9641;
  color: #FFFFFF;
}

.button--type-orange {
  color: #FFFFFF;
  background-color: #F08732;
}

.button--type-orange:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.button__icon {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  will-change: transform;
}

.button--state-loading.button--type-main, .button--state-loading.button--type-secondary {
  color: transparent;
  pointer-events: none;
}

.button--state-loading .button__icon--loading {
  opacity: 1;
}

.button--static {
  width: auto !important;
}

.buy__typography {
  max-width: 70%;
}

@media (max-width: 1279px) {
  .buy__typography {
    max-width: 100%;
  }
}

.buy__typography + .row {
  margin-top: 64px;
}

@media (max-width: 767px) {
  .buy__typography + .row {
    margin-top: 32px;
  }
}

.buy__title + .buy__link {
  margin-top: 16px;
}

.buy__title {
  color: #3D3D3D;
  font-weight: 600;
}

@media (min-width: 0) {
  .buy__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .buy__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .buy__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .buy__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.buy__link {
  color: #33AA52;
}

.buy__link:hover a {
  color: #56CC75;
}

.chess__filter {
  max-width: 80%;
}

@media (max-width: 1279px) {
  .chess__filter {
    max-width: 100%;
  }
}

.chess__filter-field + .chess__filter-field {
  margin-top: 16px;
}

.chess__filter + .chess__content {
  margin-top: 16px;
}

.chess__content {
  overflow-y: auto;
  height: 100%;
  max-height: 690px;
}

@media (max-width: 1279px) {
  .chess__content {
    padding-bottom: 46px;
    overflow-y: scroll;
    max-height: initial;
    height: initial;
  }
}

.chess__btn-show {
  display: none;
}

@media (max-width: 767px) {
  .chess__btn-show {
    display: block;
    margin-top: 26px;
  }
}

.chess__header-lg {
  display: none;
}

@media (max-width: 1279px) {
  .chess__header-lg {
    width: 100%;
    height: 72px;
    background: #33AA52;
    display: block;
    padding: 24px 12px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .chess__header-lg span {
    pointer-events: visible;
    z-index: 9999999999999;
    position: relative;
    display: block;
    font-weight: 600;
    color: #FFFFFF;
    width: 100%;
  }
}

@media (max-width: 1279px) and (min-width: 0) {
  .chess__header-lg span {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  .chess__header-lg span {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 1279px) and (min-width: 1280px) {
  .chess__header-lg span {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 1279px) and (min-width: 1440px) {
  .chess__header-lg span {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 1279px) {
  .chess__header-lg span::after {
    content: '×';
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 1279px) and (min-width: 0) {
  .chess__header-lg span::after {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  .chess__header-lg span::after {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 1279px) and (min-width: 1280px) {
  .chess__header-lg span::after {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 1279px) and (min-width: 1440px) {
  .chess__header-lg span::after {
    font-size: 32px;
    line-height: 40px;
  }
}

.chess__legend-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px -10px;
}

.chess__legend-inner .chess__item {
  pointer-events: none;
  padding: 5px 10px;
  margin-left: 0;
}

.chess__layout + .chess__legend {
  margin-top: 30px;
}

.chess__item:nth-child(-n + 4) .chess__card {
  left: calc(100% - 3px);
}

.chess__item:nth-child(-n + 4) .chess__card:after {
  left: 0;
}

.chess__item:not(:nth-child(-n + 4)) .chess__card {
  right: calc(100% - 3px);
}

.chess__item:not(:nth-child(-n + 4)) .chess__card:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.chess__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative;
}

.chess__item-presentation {
  width: 40px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #3D3D3D;
  border-radius: 2px;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  border: 1px solid #CFE0EA;
}

@media (min-width: 0) {
  .chess__item-presentation {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .chess__item-presentation {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .chess__item-presentation {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .chess__item-presentation {
    font-size: 16px;
    line-height: 22px;
  }
}

.chess__item--1k:hover .chess__card, .chess__item--2k:hover .chess__card, .chess__item--3k:hover .chess__card, .chess__item--4k:hover .chess__card {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chess__item--1k .chess__item-presentation {
  background-color: #FFFFFF;
  color: #999999;
}

.chess__item--2k .chess__item-presentation {
  background-color: #DFF8E1;
  border: 1px solid transparent;
}

.chess__item--3k .chess__item-presentation {
  background-color: #FFEBEF;
  border: 1px solid transparent;
}

.chess__item--4k .chess__item-presentation {
  background-color: #FFECDD;
  border: 1px solid transparent;
}

.chess__item--5k .chess__item-presentation {
  background-color: #E4EFF5;
  border: 1px solid transparent;
}

.chess__item:hover {
  cursor: pointer;
}

.chess__item:hover .chess__item-presentation {
  color: #FFFFFF;
  background-color: #33AA52;
  border: 1px solid #33AA52;
}

.chess__item.active {
  cursor: auto;
  pointer-events: none;
}

.chess__item.active .chess__item-presentation {
  background-color: #3D3D3D;
  color: #FFFFFF;
  border: 1px solid transparent;
}

.chess__item-presentation + .chess__item-text {
  margin-left: 8px;
}

.chess__item--booked {
  pointer-events: none;
}

.chess__item--booked .chess__item-presentation {
  background-color: #EDF2F6;
  color: #999999;
}

.chess__item--sold {
  pointer-events: none;
}

.chess__item--sold .chess__item-presentation {
  color: transparent;
  background-color: transparent;
}

.chess__item--empty .chess__item-presentation {
  visibility: hidden;
  pointer-events: none;
}

.chess__floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.chess__floor-number {
  padding: 4px 0px;
}

.chess__floor-number-presentation {
  font-weight: 500;
  height: 36px;
  width: 40px;
  color: #3D3D3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 0) {
  .chess__floor-number-presentation {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .chess__floor-number-presentation {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .chess__floor-number-presentation {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .chess__floor-number-presentation {
    font-size: 16px;
    line-height: 22px;
  }
}

.chess__layout-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.chess__layout-faq-item {
  width: 100%;
  text-align: center;
}

.chess__layout-faq-item--small {
  width: 55px;
}

.chess__layout-faq + .chess__container {
  margin-top: 13px;
}

.chess__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1279px) {
  .chess__apartments {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 1px;
    position: relative;
  }
  .chess__apartments-inner {
    position: relative;
  }
}

.chess__apartments-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
}

.chess__apartments-gradient-right + .chess__legend {
  margin-top: 17px;
  max-width: 80%;
}

.chess__flor-list {
  margin: 0 -3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.chess__card {
  visibility: hidden;
  opacity: 0;
  display: none;
  bottom: calc(100% + 10px);
  position: absolute;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(0px 4px 24px rgba(61, 61, 61, 0.2));
          filter: drop-shadow(0px 4px 24px rgba(61, 61, 61, 0.2));
}

.chess__card:after {
  content: '';
  position: absolute;
  top: calc(100% - 3px);
  width: 10px;
  height: 7px;
  background: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 0% 100%, 107% 4%);
          clip-path: polygon(0 0, 0% 100%, 107% 4%);
}

.chess__card-img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 0) {
  .chess__card-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .chess__card-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .chess__card-title {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .chess__card-title {
    font-size: 12px;
    line-height: 16px;
  }
}

.chess__card-price, .chess__card-price-old, .chess__card-title {
  white-space: nowrap;
}

.chess__card-price {
  font-weight: 500;
}

@media (min-width: 0) {
  .chess__card-price {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .chess__card-price {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .chess__card-price {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .chess__card-price {
    font-size: 16px;
    line-height: 22px;
  }
}

.chess__card-price-old {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #999999;
}

@media (min-width: 0) {
  .chess__card-price-old {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .chess__card-price-old {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .chess__card-price-old {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .chess__card-price-old {
    font-size: 12px;
    line-height: 16px;
  }
}

.chess__card-img + .chess__card-info {
  padding-top: 5px;
  margin-left: 15px;
}

.chess__card-value {
  display: block;
}

.chess__apartments-row:first-child .chess__card {
  bottom: 0;
}

@media (max-width: 1279px) {
  .chess-js {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .chess-js {
    overflow-x: initial;
    overflow-y: initial;
  }
}

@media (max-width: 1279px) {
  .chess-js:before {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background-color: #3D3D3D;
    opacity: 0.6;
  }
  .chess-js .chess {
    position: absolute;
    right: 50%;
    margin-top: 34px;
    width: 95%;
    top: 0;
    min-height: 100%;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    z-index: 100;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #FFFFFF;
    padding: 96px 12px 0px 12px;
    border-bottom: 2px solid #33AA52;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .chess-js .chess {
    right: 0;
    width: 100%;
    margin-top: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 1279px) {
  .chess-js .chess__legend {
    min-width: 340px;
  }
}

@media (max-width: 1279px) {
  .chess-js.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
  }
  .chess-js.show .chess {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .chess-js.show .chess {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.choise-card {
  width: 100%;
  max-width: 312px;
  text-align: center;
  cursor: pointer;
}

.choise-card__img + .choise-card__title {
  margin-top: 10px;
}

.choise-card__img {
  width: 100%;
  height: 147px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 4px;
  position: relative;
}

@media (max-width: 767px) {
  .choise-card__img {
    height: 70px;
  }
}

.choise-card__title {
  font-weight: 500;
}

@media (min-width: 0) {
  .choise-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .choise-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .choise-card__title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .choise-card__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.choise-card:not(.active) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100%;
}

.choise-card:not(.active):hover .choise-card__img {
  opacity: 1;
}

.choise-card:not(.active):hover .choise-card__img::after {
  opacity: 0;
}

.choise-card:not(.active) .choise-card__img {
  position: relative;
  height: 130px;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .choise-card:not(.active) .choise-card__img {
    height: 60px;
  }
}

.choise-card:not(.active) .choise-card__img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.choise-card:not(.active) .choise-card__img + .choise-card__title {
  margin-top: 18px;
}

.comparision-apart__item {
  min-height: 404px;
  width: 337px;
  border-right: 1px solid #D6E2EC;
}

@media (max-width: 767px) {
  .comparision-apart__item {
    width: 100%;
  }
}

.comparision-apart__item-img {
  max-width: 69px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}

.comparision-apart__item-title {
  display: block;
  pointer-events: visible;
  color: #3D3D3D;
  text-decoration: none;
  height: 38px;
  font-weight: 600;
  padding: 8px 25px;
}

@media (min-width: 0) {
  .comparision-apart__item-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .comparision-apart__item-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .comparision-apart__item-title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .comparision-apart__item-title {
    font-size: 16px;
    line-height: 22px;
  }
}

.comparision-apart__item-flag {
  fill: #D2425C;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 70px;
  fill: #D6E2EC;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}

.comparision-apart__item-flag--desc {
  position: absolute;
  white-space: nowrap;
  bottom: 130%;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 4px;
  background: #3D3D3D;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  -webkit-transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 200;
}

@media (max-width: 767px) {
  .comparision-apart__item-flag--desc {
    left: 0%;
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

.comparision-apart__item-flag.active, .comparision-apart__item-flag:hover {
  fill: #D2425C;
}

.comparision-apart__item-flag:hover .comparision-apart__item-flag--desc {
  opacity: 1;
  visibility: visible;
}

.comparision-apart__item-stroke {
  padding: 8px 25px;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0) {
  .comparision-apart__item-stroke {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .comparision-apart__item-stroke {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .comparision-apart__item-stroke {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .comparision-apart__item-stroke {
    font-size: 16px;
    line-height: 22px;
  }
}

.comparision-apart__item-stroke span {
  display: inline;
  padding-bottom: 1px;
}

.comparision-apart__item-stroke--green {
  cursor: pointer;
}

.comparision-apart__item-stroke--green span {
  color: #33AA52;
  border-bottom: 1px solid #33AA52;
}

.comparision-apart__item-stroke--link {
  display: block;
  color: #3D3D3D;
  text-decoration: none;
}

.comparision-apart__item-stroke--link span {
  border-bottom: 1px solid #33AA52;
}

.comparision-apart__item-stroke:nth-child(2) {
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comparision-apart__item-stroke:nth-child(odd) {
  background: #F5F5F5;
}

.comparision-apart__item--legend {
  min-width: 200px;
}

.comparision-apart__item--legend .comparision-apart__item-stroke {
  padding: 8px 12px;
}

.comparision-apart__item--legend .comparision-apart__item-title {
  padding: 8px 12px;
}

@media (max-width: 767px) {
  .comparision-apart__item--legend {
    min-width: 120px;
  }
}

.comparision-apart__shell + .comparision-apart__discharge {
  margin-top: 16px;
}

.comparision-apart__discharge {
  cursor: pointer;
  color: #D2425C;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 0) {
  .comparision-apart__discharge {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .comparision-apart__discharge {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .comparision-apart__discharge {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .comparision-apart__discharge {
    font-size: 16px;
    line-height: 22px;
  }
}

.comparision-apart__discharge:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.comparision-apart--gradient {
  width: 80%;
}

@media (max-width: 767px) {
  .comparision-apart--gradient {
    width: 60%;
  }
}

.comparision-apart--gradient::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 62px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 767px) {
  .comparision-apart--gradient::after {
    display: none;
  }
}

.comparision-apart .owl-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  z-index: 10;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1279px) {
  .comparision-apart .owl-nav {
    padding-right: 55px;
  }
}

@media (max-width: 767px) {
  .comparision-apart .owl-nav {
    padding-right: 0;
  }
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1279px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__info + .contacts__map {
    margin-top: 40px;
  }
}

.contacts__info {
  width: 50%;
  padding-right: 124px;
}

@media (max-width: 1279px) {
  .contacts__info {
    padding-right: 0;
    width: 100%;
  }
}

.contacts__info > * + * {
  margin-top: 32px;
}

@media (max-width: 1279px) {
  .contacts__info > * + * {
    margin-top: 24px;
  }
}

.contacts__map {
  width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.contacts__map .map {
  border-radius: 0px;
}

@media (max-width: 1279px) {
  .contacts__map {
    position: static;
    width: 100vw;
  }
  .contacts__map .map {
    height: 603px;
  }
}

@media (max-width: 767px) {
  .contacts__map .map {
    height: 500px;
  }
}

.contacts__phone-text {
  font-weight: 600;
}

@media (min-width: 0) {
  .contacts__phone-text {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .contacts__phone-text {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .contacts__phone-text {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .contacts__phone-text {
    font-size: 32px;
    line-height: 40px;
  }
}

.contacts__phone-text + .contacts__phone-link {
  margin-top: 16px;
}

@media (max-width: 1279px) {
  .contacts__phone-text + .contacts__phone-link {
    margin-top: 14px;
  }
}

.contacts__address + .contacts__action {
  margin-top: 56px;
}

@media (max-width: 1279px) {
  .contacts__address + .contacts__action {
    margin-top: 40px;
  }
}

.contacts__address + .contacts__address {
  margin-top: 32px;
}

@media (max-width: 1279px) {
  .contacts__address + .contacts__address {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .contacts__address + .contacts__address {
    margin-top: 24px;
  }
}

.contacts__address-title {
  font-weight: 600;
}

@media (min-width: 0) {
  .contacts__address-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .contacts__address-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .contacts__address-title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .contacts__address-title {
    font-size: 16px;
    line-height: 22px;
  }
}

.contacts__address-title + .contacts__address-text,
.contacts__address-text > * + * {
  margin-top: 16px;
}

@media (min-width: 0) {
  .contacts__address-text > * {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .contacts__address-text > * {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .contacts__address-text > * {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .contacts__address-text > * {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1279px) {
  .contacts__address--child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .contacts__address--child {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.contacts__action-subtitle + .contacts__action-title {
  margin-top: 16px;
}

@media (max-width: 1279px) {
  .contacts__action-subtitle + .contacts__action-title {
    margin-top: 8px;
  }
}

.contacts__action-title + .contacts__action-btn {
  margin-top: 24px;
}

@media (max-width: 1279px) {
  .contacts__action-title + .contacts__action-btn {
    margin-top: 16px;
  }
}

.contacts__action-subtitle {
  font-weight: 500;
  color: #33AA52;
}

@media (min-width: 0) {
  .contacts__action-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .contacts__action-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .contacts__action-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .contacts__action-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

.contacts__action-title {
  font-weight: 600;
}

@media (min-width: 0) {
  .contacts__action-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .contacts__action-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .contacts__action-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .contacts__action-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.contacts__action-btn {
  padding: 11px 20px 11px 54px;
  background-color: #33AA52;
  color: #FFFFFF;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
}

@media (min-width: 0) {
  .contacts__action-btn {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .contacts__action-btn {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .contacts__action-btn {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .contacts__action-btn {
    font-size: 16px;
    line-height: 22px;
  }
}

.contacts__action-btn:hover {
  background-color: #56CC75;
}

.contacts__action-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M17.272 10.4249C16.4138 10.4249 15.7156 11.1231 15.7156 11.9813C15.7156 12.8394 16.4138 13.5375 17.272 13.5375C18.13 13.5375 18.8282 12.8394 18.8282 11.9813C18.8282 11.1231 18.13 10.4249 17.272 10.4249Z' fill='white'/%3E%3Cpath d='M6.72803 10.4249C5.87 10.4249 5.17181 11.1231 5.17181 11.9813C5.17181 12.8394 5.87 13.5375 6.72803 13.5375C7.58624 13.5375 8.28442 12.8394 8.28442 11.9813C8.28442 11.1231 7.58624 10.4249 6.72803 10.4249Z' fill='white'/%3E%3Cpath d='M21.0375 4.5H2.96246C1.34619 4.5 0 5.80811 0 7.46246V16.5C0 18.1609 1.35223 19.4625 2.96246 19.4625H7.29675C8.0874 19.4625 8.83191 19.1548 9.39459 18.5947L10.9019 17.0874C11.1894 16.7983 11.5897 16.6326 12 16.6326C12.4103 16.6326 12.8106 16.7983 13.1005 17.0898L14.6069 18.596C15.1681 19.1548 15.9126 19.4625 16.7032 19.4625H21.0375C22.6538 19.4625 24 18.1544 24 16.5V7.46246C24 5.80151 22.6478 4.5 21.0375 4.5ZM6.72803 14.9438C5.09454 14.9438 3.76556 13.6148 3.76556 11.9813C3.76556 10.3478 5.09454 9.01868 6.72803 9.01868C8.36169 9.01868 9.69067 10.3478 9.69067 11.9813C9.69067 13.6148 8.36169 14.9438 6.72803 14.9438ZM17.272 14.9438C15.6383 14.9438 14.3093 13.6148 14.3093 11.9813C14.3093 10.3478 15.6383 9.01868 17.272 9.01868C18.9055 9.01868 20.2344 10.3478 20.2344 11.9813C20.2344 13.6148 18.9055 14.9438 17.272 14.9438Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.development-plans .owl-nav {
  top: -3px !important;
}

.development-plans .owl-prev {
  opacity: 0 !important;
  pointer-events: none !important;
}

.development-plans .owl-nav .owl-next {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.development-plans__item {
  width: 300px;
}

@media (max-width: 1439px) {
  .development-plans__item {
    width: 264px;
  }
}

@media (max-width: 767px) {
  .development-plans__item {
    width: 296px;
  }
}

.development-plans__item-title {
  font-weight: 600;
  color: #33AA52;
}

@media (min-width: 0) {
  .development-plans__item-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .development-plans__item-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .development-plans__item-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .development-plans__item-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.development-plans__item-image-img {
  height: 120px;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}

.development-plans__item-image--small .development-plans__item-image-img {
  width: 50%;
}

.development-plans__item-title + .development-plans__item-image, .development-plans__item-title + .development-plans__item-text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #3D3D3D15;
}

@media (max-width: 767px) {
  .development-plans__item-title + .development-plans__item-image, .development-plans__item-title + .development-plans__item-text {
    margin-top: 16px;
    padding-top: 16px;
  }
}

.development-plans__item-image + .development-plans__item-text {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .development-plans__item-image + .development-plans__item-text {
    margin-top: 16px;
  }
}

.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #3D3D3D;
}

.document__format {
  margin-left: 8px;
  color: #B3B3B3;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 767px) {
  .document__format {
    margin-left: 0;
    margin-right: 8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.document__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: color ease-in-out 150ms;
  transition: color ease-in-out 150ms;
}

@media (max-width: 767px) {
  .document__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.document:hover .document__text {
  color: #33AA52;
}

.documents__list-item + .documents__list-item {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .documents__list-item + .documents__list-item {
    margin-top: 16px;
  }
}

.dynamics .owl-nav {
  top: 50% !important;
}

.dynamics__item {
  min-height: 330px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  min-width: 330px;
}

@media (max-width: 1439px) {
  .dynamics__item {
    min-width: 282px;
  }
}

@media (max-width: 767px) {
  .dynamics__item {
    min-height: 296px;
    min-width: 296px;
  }
}

.dynamics__item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dynamics__item-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dynamics__item-top {
  padding: 40px 24px 0;
}

@media (max-width: 767px) {
  .dynamics__item-top {
    padding: 40px 12px 0;
  }
}

.dynamics__item-bottom {
  padding: 0 24px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
}

.dynamics__item:hover .dynamics__item-bottom {
  opacity: 0;
}

@media (max-width: 767px) {
  .dynamics__item-bottom {
    padding: 0 12px 40px;
  }
}

.dynamics__item-top, .dynamics__item-bottom {
  background-color: #ffffffe0;
}

.dynamics__item-title {
  font-weight: 600;
  color: #3D3D3D;
  padding-bottom: 20px;
}

@media (min-width: 0) {
  .dynamics__item-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .dynamics__item-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .dynamics__item-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .dynamics__item-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .dynamics__item-title {
    padding-bottom: 12px;
  }
}

.dynamics__item-count {
  padding-top: 20px;
  border-top: 1px solid #3d3d3d15;
}

@media (max-width: 767px) {
  .dynamics__item-count {
    padding-top: 12px;
  }
}

.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 72px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .error-404 {
    padding-top: 56px;
  }
}

@media (max-width: 767px) {
  .error-404__icon {
    width: 100%;
  }
}

.error-404__icon + .error-404__text {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .error-404__icon + .error-404__text {
    margin-top: 32px;
  }
}

.error-404__text + .error-404__btn {
  margin-top: 24px;
}

@media (min-width: 0) {
  .error-404__text {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .error-404__text {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .error-404__text {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .error-404__text {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .error-404__text {
    text-align: center;
  }
}

.f-checkbox {
  background: rgba(255, 255, 255, 0.5);
}

.f-checkbox--type-apartment-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-checkbox--type-apartment-type .f-checkbox__input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  pointer-events: none;
}

.f-checkbox--type-apartment-type .f-checkbox__presentation {
  text-transform: uppercase;
  width: 75px;
  padding: 11px 0;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  border: 1px solid;
  border-color: #D6E2EC;
  color: #3D3D3D;
}

@media (min-width: 0) {
  .f-checkbox--type-apartment-type .f-checkbox__presentation {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .f-checkbox--type-apartment-type .f-checkbox__presentation {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .f-checkbox--type-apartment-type .f-checkbox__presentation {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .f-checkbox--type-apartment-type .f-checkbox__presentation {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1439px) {
  .f-checkbox--type-apartment-type .f-checkbox__presentation {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .f-checkbox--type-apartment-type .f-checkbox__presentation {
    width: 68px;
  }
}

.f-checkbox--type-apartment-type .f-checkbox__presentation:hover {
  background-color: #56CC75;
  border-color: #56CC75;
  color: #FFFFFF;
}

.f-checkbox--type-apartment-type .f-checkbox__input:checked ~ .f-checkbox__presentation {
  background-color: #33AA52;
  border-color: #33AA52;
  color: #FFFFFF;
}

.f-checkbox--type-apartment-type .f-checkbox__input:checked ~ .f-checkbox__presentation:hover {
  background-color: #56CC75;
  border-color: #56CC75;
  color: #FFFFFF;
}

.f-checkbox--type-apartment-type.f-checkbox--disable {
  pointer-events: none;
}

.f-checkbox--type-apartment-type.f-checkbox--disable .f-checkbox__presentation {
  background-color: transparent;
  color: #D6E2EC;
}

.f-checkbox--type-chess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-checkbox--type-chess .f-checkbox__input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  pointer-events: none;
}

.f-checkbox--type-chess .f-checkbox__presentation {
  text-transform: uppercase;
  width: 75px;
  padding: 11px 0;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  border: 1px solid;
  border-color: #D6E2EC;
  color: #3D3D3D;
}

@media (min-width: 0) {
  .f-checkbox--type-chess .f-checkbox__presentation {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .f-checkbox--type-chess .f-checkbox__presentation {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .f-checkbox--type-chess .f-checkbox__presentation {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .f-checkbox--type-chess .f-checkbox__presentation {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1439px) {
  .f-checkbox--type-chess .f-checkbox__presentation {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .f-checkbox--type-chess .f-checkbox__presentation {
    width: 68px;
  }
}

.f-checkbox--type-chess .f-checkbox__presentation--1k:hover {
  background-color: #DFF8E1;
  border-color: #DFF8E1;
}

.f-checkbox--type-chess .f-checkbox__presentation--2k:hover {
  background-color: #FFEBEF;
  border-color: #FFEBEF;
}

.f-checkbox--type-chess .f-checkbox__presentation--3k:hover {
  background-color: #FFECDD;
  border-color: #FFECDD;
}

.f-checkbox--type-chess .f-checkbox__presentation--4k:hover {
  background-color: #E4EFF5;
  border-color: #E4EFF5;
}

.f-checkbox--type-chess .f-checkbox__input:checked ~ .f-checkbox__presentation--1k {
  background-color: #DFF8E1;
  border-color: #DFF8E1;
}

.f-checkbox--type-chess .f-checkbox__input:checked ~ .f-checkbox__presentation--2k {
  background-color: #FFEBEF;
  border-color: #FFEBEF;
}

.f-checkbox--type-chess .f-checkbox__input:checked ~ .f-checkbox__presentation--3k {
  background-color: #FFECDD;
  border-color: #FFECDD;
}

.f-checkbox--type-chess .f-checkbox__input:checked ~ .f-checkbox__presentation--4k {
  background-color: #E4EFF5;
  border-color: #E4EFF5;
}

.f-checkbox--type-chess .f-checkbox__input:checked ~ .f-checkbox__presentation--1k:hover, .f-checkbox--type-chess .f-checkbox__input:checked ~ .f-checkbox__presentation--2k:hover, .f-checkbox--type-chess .f-checkbox__input:checked ~ .f-checkbox__presentation--3k:hover, .f-checkbox--type-chess .f-checkbox__input:checked ~ .f-checkbox__presentation--4k:hover {
  -webkit-filter: saturate(1.5);
          filter: saturate(1.5);
}

.f-checkbox--type-chess.f-checkbox--disable {
  pointer-events: none;
}

.f-checkbox--type-chess.f-checkbox--disable .f-checkbox__presentation {
  background-color: transparent;
  color: #D6E2EC;
}

.f-checkbox--type-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-checkbox--type-main.f-checkbox--disable {
  pointer-events: none;
}

.f-checkbox--type-main.f-checkbox--disable .f-checkbox__presentation {
  background-color: transparent;
  color: #D6E2EC;
}

.f-checkbox--type-main .f-checkbox__presentation {
  cursor: pointer;
  margin-left: 8px;
}

@media (min-width: 0) {
  .f-checkbox--type-main .f-checkbox__presentation {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .f-checkbox--type-main .f-checkbox__presentation {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .f-checkbox--type-main .f-checkbox__presentation {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .f-checkbox--type-main .f-checkbox__presentation {
    font-size: 16px;
    line-height: 22px;
  }
}

.f-checkbox--type-main .f-checkbox__input {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #D6E2EC;
  cursor: pointer;
  border-radius: 2px;
}

.f-checkbox--type-main .f-checkbox__input::after {
  content: '';
  position: absolute;
  background: #33AA52;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
}

.f-checkbox--type-main .f-checkbox__input:checked::after {
  opacity: 1;
}

.f-checkbox-group__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2px;
}

.f-checkbox-group__item {
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 11px 15px;
  border-radius: 2px;
  width: 100%;
  position: relative;
  -webkit-transition: border-color ease-in-out 150ms;
  transition: border-color ease-in-out 150ms;
  border: 1px solid;
  border-color: #D6E2EC;
}

.f-file::-webkit-input-placeholder {
  color: #3D3D3D;
}

.f-file::-moz-placeholder {
  color: #3D3D3D;
}

.f-file:-ms-input-placeholder {
  color: #3D3D3D;
}

.f-file::-ms-input-placeholder {
  color: #3D3D3D;
}

.f-file::placeholder {
  color: #3D3D3D;
}

.f-file:hover, .f-file:focus {
  border-color: #33AA52;
}

.f-file.error, .rm-form__field--error .f-file {
  border-color: #D2425C !important;
}

.f-file.disabled, .rm-form__field--disabled .f-file {
  pointer-events: none;
  background-color: #EDEDED;
  color: #D6E2EC;
}

.f-file.disabled .f-file__placeholder, .rm-form__field--disabled .f-file .f-file__placeholder {
  color: #D6E2EC;
}

.f-file.disabled .f-file__icon-svg, .rm-form__field--disabled .f-file .f-file__icon-svg {
  stroke: #D6E2EC;
}

.f-file__input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-file__placeholder {
  color: #3D3D3D;
}

@media (min-width: 0) {
  .f-file__placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .f-file__placeholder {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .f-file__placeholder {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .f-file__placeholder {
    font-size: 16px;
    line-height: 22px;
  }
}

.f-file__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
}

.f-file__icon-svg {
  fill: transparent;
  stroke: #3D3D3D;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}

.f-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  background-color: transparent;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 11px 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #D6E2EC;
  color: #3D3D3D;
  -webkit-transition: border-color ease-in-out 150ms;
  transition: border-color ease-in-out 150ms;
}

@media (min-width: 0) {
  .f-input {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .f-input {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .f-input {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .f-input {
    font-size: 16px;
    line-height: 22px;
  }
}

.f-input::-webkit-input-placeholder {
  color: #3D3D3D;
}

.f-input::-moz-placeholder {
  color: #3D3D3D;
}

.f-input:-ms-input-placeholder {
  color: #3D3D3D;
}

.f-input::-ms-input-placeholder {
  color: #3D3D3D;
}

.f-input::placeholder {
  color: #3D3D3D;
}

.f-input:after {
  position: absolute;
  top: 0;
  left: 11px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-input:hover, .f-input:focus, .f-input__range:hover .f-input, .f-input__range:focus .f-input {
  border-color: #33AA52;
}

.f-input.error, .rm-form__field--error .f-input, .f-input__range.error .f-input, .f-input .f-input__range--error, .f-input-counter.error .f-input {
  border-color: #D2425C;
}

.f-input:disabled, .f-input--disabled, .f-input__wrapper.disabled .f-input {
  pointer-events: none;
  background-color: #EDEDED;
  color: #D6E2EC;
}

.f-input:disabled::-webkit-input-placeholder, .f-input--disabled::-webkit-input-placeholder, .f-input__wrapper.disabled .f-input::-webkit-input-placeholder {
  color: #D6E2EC;
}

.f-input:disabled::-moz-placeholder, .f-input--disabled::-moz-placeholder, .f-input__wrapper.disabled .f-input::-moz-placeholder {
  color: #D6E2EC;
}

.f-input:disabled:-ms-input-placeholder, .f-input--disabled:-ms-input-placeholder, .f-input__wrapper.disabled .f-input:-ms-input-placeholder {
  color: #D6E2EC;
}

.f-input:disabled::-ms-input-placeholder, .f-input--disabled::-ms-input-placeholder, .f-input__wrapper.disabled .f-input::-ms-input-placeholder {
  color: #D6E2EC;
}

.f-input:disabled::placeholder, .f-input--disabled::placeholder, .f-input__wrapper.disabled .f-input::placeholder {
  color: #D6E2EC;
}

.f-input__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.f-input__wrapper[data-label] {
  position: relative;
}

.f-input__wrapper[data-label]:after {
  content: attr(data-label);
  position: absolute;
  top: 0;
  left: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3D3D3D;
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 0) {
  .f-input__wrapper[data-label]:after {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .f-input__wrapper[data-label]:after {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .f-input__wrapper[data-label]:after {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .f-input__wrapper[data-label]:after {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1279px) {
  .f-input__wrapper[data-label]:after {
    left: 11px;
  }
}

.f-input__wrapper[data-label].disabled:after {
  color: #D6E2EC;
  opacity: 1;
}

.f-input__wrapper[data-label] .f-input {
  padding: 11px 15px 11px 41px;
}

@media (max-width: 1279px) {
  .f-input__wrapper[data-label] .f-input {
    padding: 11px 11px 11px 35px;
  }
}

.f-input__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.f-input__range-item {
  width: 50%;
}

.f-input__range-item--from .f-input {
  border-radius: 2px 0 0 2px;
}

.f-input__range-item--to {
  margin-left: -1px;
}

.f-input__range-item--to .f-input {
  border-radius: 0 2px 2px 0;
}

.f-input-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.f-input-counter.disabled {
  pointer-events: none;
}

.f-input-counter .f-input {
  text-align: center;
}

.f-input-counter__minus, .f-input-counter__plus {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color ease-in-out 150ms;
  transition: background-color ease-in-out 150ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.f-input-counter__minus-svg, .f-input-counter__plus-svg {
  fill: transparent;
  stroke: #3D3D3D;
  -webkit-transition: stroke ease-in-out 150ms;
  transition: stroke ease-in-out 150ms;
}

.f-input-counter__minus:hover .f-input-counter__minus-svg, .f-input-counter__plus:hover .f-input-counter__minus-svg, .f-input-counter__minus:hover .f-input-counter__plus-svg, .f-input-counter__plus:hover .f-input-counter__plus-svg {
  stroke: #33AA52;
}

.f-input-counter__minus .f-input-counter.disabled, .f-input-counter__plus .f-input-counter.disabled {
  pointer-events: none;
}

.f-input-counter.disabled .f-input-counter__minus-svg, .f-input-counter.disabled .f-input-counter__plus-svg {
  stroke: #D6E2EC !important;
}

.f-input-counter__minus {
  left: 8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 1;
}

.f-input-counter__plus {
  right: 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}

.f-select__wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.f-select__wrapper .select2-selection--single {
  width: 100%;
}

.f-select__wrapper .select2-container {
  width: 100%;
}

.select2-container {
  width: auto;
}

.select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2px;
  color: #3D3D3D;
  outline: none;
  border: 1px solid;
  border-color: #D6E2EC;
  -webkit-transition: border-color ease-in-out 150ms;
  transition: border-color ease-in-out 150ms;
  padding: 11px 50px 11px 15px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

@media (min-width: 0) {
  .select2-selection--single {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .select2-selection--single {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .select2-selection--single {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .select2-selection--single {
    font-size: 16px;
    line-height: 22px;
  }
}

.select2-selection--single:hover {
  border-color: #33AA52;
}

.select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 20px;
  height: 20px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.select2-selection--single .select2-selection__arrow-svg {
  fill: #3D3D3D;
  -webkit-transition: fill ease-in-out 300ms;
  transition: fill ease-in-out 300ms;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.select2-selection__arrow-svg {
  fill: transparent !important;
  stroke: #3D3D3D;
  -webkit-transition: stroke ease-in-out 150ms;
  transition: stroke ease-in-out 150ms;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select2-container--open .select2-dropdown--below {
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: none;
  margin-top: 8px;
  -webkit-box-shadow: 0 5px 15px rgba(61, 61, 61, 0.15);
          box-shadow: 0 5px 15px rgba(61, 61, 61, 0.15);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-results__option {
  padding: 8px 16px;
  color: #3D3D3D;
  -webkit-transition: background-color ease-in-out 150ms;
  transition: background-color ease-in-out 150ms;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

@media (min-width: 0) {
  .select2-results__option {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .select2-results__option {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .select2-results__option {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .select2-results__option {
    font-size: 16px;
    line-height: 22px;
  }
}

.select2-results__option:after {
  content: '×';
  position: absolute;
  right: 16px;
  top: 8px;
  color: #3D3D3D;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 150ms;
  transition: opacity ease-in-out 150ms;
}

@media (min-width: 0) {
  .select2-results__option:after {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .select2-results__option:after {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .select2-results__option:after {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .select2-results__option:after {
    font-size: 16px;
    line-height: 22px;
  }
}

.select2-results__option[aria-selected='true'] {
  background-color: #33AA52;
  color: #FFFFFF;
}

.select2-results__option[aria-selected='true']:hover {
  background-color: #33AA52;
  color: #FFFFFF;
}

.select2-results__option[aria-selected='true']:after {
  opacity: 1;
}

.select2-results__option:hover {
  background-color: #EBF7EE;
}

.select2-results__options {
  max-height: 190px;
  overflow-y: scroll;
}

@media (max-width: 1279px) {
  .select2-results__options {
    max-height: 170px;
  }
}

.select2-results__options {
  scrollbar-width: 4px;
  scrollbar-background: #EDEDED;
  scrollbar-base-color: #33AA52;
  scrollbar-track-color: #33AA52;
  scrollbar-border-radius: 2px;
}

.select2-results__options::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.select2-results__options::-webkit-scrollbar-track {
  background: #EDEDED;
}

/* Handle */
.select2-results__options::-webkit-scrollbar-thumb {
  background: #33AA52;
  border-radius: 2px;
}

/* Handle on hover */
.select2-results__options::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}

.f-textarea {
  resize: none;
  color: #3D3D3D;
  width: 100%;
  border-radius: 2px;
  padding: 12px 16px;
  border: 1px solid #D6E2EC;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 0) {
  .f-textarea {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .f-textarea {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .f-textarea {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .f-textarea {
    font-size: 16px;
    line-height: 22px;
  }
}

.f-textarea::-webkit-input-placeholder {
  color: #3D3D3D;
}

.f-textarea::-moz-placeholder {
  color: #3D3D3D;
}

.f-textarea:-ms-input-placeholder {
  color: #3D3D3D;
}

.f-textarea::-ms-input-placeholder {
  color: #3D3D3D;
}

.f-textarea::placeholder {
  color: #3D3D3D;
}

.f-textarea:hover, .f-textarea:focus {
  border-color: #33AA52;
}

.f-textarea.error, .f-textarea .rm-form__field.error, .f-textarea .rm-form__field--error {
  border-color: #D2425C;
}

.facts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -12px;
}

@media (max-width: 1279px) {
  .facts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.facts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33.333% - 24px);
          flex: 1 0 calc(33.333% - 24px);
  color: #3D3D3D;
  padding: 40px 24px;
  background: rgba(61, 61, 61, 0.05);
  -webkit-transition: background-color ease-in-out 150ms;
  transition: background-color ease-in-out 150ms;
  min-height: 330px;
  border-radius: 4px;
  margin: 8px 12px;
}

@media (max-width: 1279px) {
  .facts__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .facts__item {
    min-height: 360px;
  }
}

.facts__item--green {
  background: #004632;
  color: #FFFFFF;
}

.facts__item--orange {
  background: #F08732;
  color: #FFFFFF;
}

.facts__item--orange .facts__item-more {
  border-bottom: 1px solid #FFFFFF;
}

.facts__item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.facts__item-title {
  width: 85%;
  font-weight: 600;
}

@media (min-width: 0) {
  .facts__item-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .facts__item-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .facts__item-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .facts__item-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.facts__item-title + .facts__item-text {
  margin-top: 20px;
}

.facts__item-more {
  border-bottom: 1px solid #33AA52;
}

.filter {
  position: relative;
}

.filter__subtitle {
  padding-top: 8px;
}

@media (min-width: 0) {
  .filter__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .filter__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .filter__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .filter__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

.filter__subtitle + .filter__tags,
.filter__subtitle + .filter__settings,
.filter__subtitle + .filter__btn-show,
.filter__btn-show + .filter__settings {
  margin-top: 16px;
}

@media (max-width: 1279px) {
  .filter__btn-show + .filter__settings {
    margin: 0px;
  }
}

.filter__subtitle + .filter__tags {
  margin-top: 9px;
}

.filter__choise + .filter__subtitle {
  margin-top: 24px;
}

@media (max-width: 1279px) {
  .filter__choise + .filter__subtitle {
    margin-top: 16px;
  }
}

.filter__btn-show {
  position: relative;
}

.filter__btn-show .button {
  padding-left: 70px;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .filter__btn-show .button {
    padding: 12px 20px;
  }
}

.filter__btn-show::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 38px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 3H21.5V8.4L15.5 12H9.5L3.5 8.4V3Z' fill='white'/%3E%3Cpath d='M15.5 21V14H9.5L9.5 21H15.5Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .filter__btn-show::after {
    left: 55px;
  }
}

.filter__tags + .filter__settings {
  margin-top: 26px;
}

@media (max-width: 1279px) {
  .filter__tags + .filter__settings {
    margin-top: 8px;
  }
}

.filter__tags + .filter__subtitle {
  margin-top: 30px;
}

@media (max-width: 1279px) {
  .filter__tags + .filter__subtitle {
    margin-top: 22px;
  }
}

.filter__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px -4px;
}

.filter__tags > .tag {
  margin: 7px 4px;
}

.filter__stairs {
  position: relative;
  visibility: hidden;
  opacity: 0;
  width: 16px;
  height: 8px;
  overflow: hidden;
  bottom: 6px;
  left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: -4px;
}

.filter__stairs-bar {
  position: absolute;
  bottom: 0px;
  left: 7px;
  width: 2px;
  height: 6px;
  background: #56CC75;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.filter__stairs-bar:first-child {
  left: 3px;
}

.filter__stairs-bar:last-child {
  left: 11px;
}

.filter__settings + .filter__sorting {
  margin-top: 32px;
}

@media (max-width: 1279px) {
  .filter__settings + .filter__sorting {
    margin-top: 24px;
  }
}

.filter__sorting + .filter__content {
  margin-top: 18px;
}

@media (max-width: 1279px) {
  .filter__sorting + .filter__content {
    margin-top: 26px;
  }
}

.filter__sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 1279px) {
  .filter__sorting {
    margin: -4px -7.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.filter__sorting-item + .filter__sorting-item,
.filter__sorting-item + .filter__sorting-item--shell {
  margin-left: 10px;
}

@media (max-width: 1279px) {
  .filter__sorting-item + .filter__sorting-item,
  .filter__sorting-item + .filter__sorting-item--shell {
    margin-left: 0;
  }
}

.filter__sorting-item {
  color: #9e9e9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

@media (min-width: 0) {
  .filter__sorting-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .filter__sorting-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .filter__sorting-item {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .filter__sorting-item {
    font-size: 16px;
    line-height: 22px;
  }
}

.filter__sorting-item--shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1279px) {
  .filter__sorting-item--shell {
    overflow-x: auto;
  }
}

.filter__sorting-item--disable {
  pointer-events: none;
}

@media (max-width: 1279px) {
  .filter__sorting-item {
    margin: 4px 7.5px !important;
  }
}

.filter__sorting-item--discharge {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: #D2425C;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 0) {
  .filter__sorting-item--discharge {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .filter__sorting-item--discharge {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .filter__sorting-item--discharge {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .filter__sorting-item--discharge {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1279px) {
  .filter__sorting-item--discharge {
    display: none;
  }
}

.filter__sorting-item--discharge:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.filter__sorting-item:hover {
  color: #3D3D3D;
}

.filter__sorting-item.active {
  color: #3D3D3D;
}

.filter__sorting-item.active .filter__stairs {
  visibility: visible;
  opacity: 1;
}

.filter__sorting-item.active.up .filter__stairs-bar:first-child {
  -webkit-transform: scale(1, 0.7);
          transform: scale(1, 0.7);
}

.filter__sorting-item.active.up .filter__stairs-bar:last-child {
  -webkit-transform: scale(1, 1.5);
          transform: scale(1, 1.5);
}

.filter__sorting-item.active.down .filter__stairs-bar:first-child {
  -webkit-transform: scale(1, 1.5);
          transform: scale(1, 1.5);
}

.filter__sorting-item.active.down .filter__stairs-bar:last-child {
  -webkit-transform: scale(1, 0.7);
          transform: scale(1, 0.7);
}

.footer {
  background-color: #EDEDED;
  color: #3D3D3D;
}

.footer__inner {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .footer__inner {
    padding: 24px 0;
  }
}

.footer__top-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #33AA52;
}

@media (min-width: 0) {
  .footer__top-item {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .footer__top-item {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1280px) {
  .footer__top-item {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1440px) {
  .footer__top-item {
    font-size: 24px;
    line-height: 32px;
  }
}

.footer__top-item--social {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .footer__top-item--social {
    margin-top: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1279px) {
  .footer__content > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__top + .footer__content {
  margin-top: 32px;
  padding-top: 40px;
  border-top: 1px solid #D6E2EC;
}

@media (max-width: 1279px) {
  .footer__top + .footer__content {
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .footer__top + .footer__content {
    margin-top: 24px;
    padding-top: 24px;
  }
}

.footer__top + .footer__bottom {
  margin-top: 40px;
}

.footer__content + .footer__bottom {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .footer__content + .footer__bottom {
    margin-top: 10px;
  }
}

.footer__info {
  padding: 10px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1279px) {
  .footer__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .footer__info {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.footer__info-top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1279px) {
  .footer__info-top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.footer__info-top + .footer__info-bottom {
  margin-top: 108px;
}

@media (max-width: 1439px) {
  .footer__info-top + .footer__info-bottom {
    margin-top: 64px;
  }
}

@media (max-width: 1279px) {
  .footer__info-top + .footer__info-bottom {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .footer__info-top + .footer__info-bottom {
    margin-top: 24px;
  }
}

.footer__info-item {
  font-weight: 400;
}

@media (min-width: 0) {
  .footer__info-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .footer__info-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .footer__info-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .footer__info-item {
    font-size: 12px;
    line-height: 16px;
  }
}

.footer__info-item + .footer__info-item {
  margin-top: 8px;
}

.footer__info-item--callback {
  font-weight: 600;
}

@media (min-width: 0) {
  .footer__info-item--callback {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .footer__info-item--callback {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .footer__info-item--callback {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .footer__info-item--callback {
    font-size: 16px;
    line-height: 22px;
  }
}

.footer__info-item--callback + .footer__info-item {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .footer__info-item--callback + .footer__info-item {
    margin-top: 0;
  }
}

.footer__info-item--logo + .footer__info-item {
  margin-top: 16px;
}

.footer__menu {
  padding: 10px 0;
}

.footer__copyright {
  width: 100%;
}

@media (min-width: 0) {
  .footer__copyright {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .footer__copyright {
    font-size: 12px;
    line-height: 16px;
  }
}

.footer__remark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .footer__remark {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer__remark-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__remark-link-svg {
  fill: #3D3D3D;
}

.footer__copyright + .footer__remark {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .footer__copyright + .footer__remark {
    margin-left: 0;
    margin-top: 20px;
  }
}

.header {
  position: relative;
  z-index: 100;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__banner {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0px 60px 82px 60px;
  height: 100vh;
  min-height: 600px;
}

@media (max-width: 1439px) {
  .header__banner {
    padding: 0px 45px 82px 45px;
  }
}

@media (max-width: 1279px) {
  .header__banner {
    min-height: 1px;
    height: 100%;
    padding: 0;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .header__banner {
    margin: initial;
    max-width: initial;
  }
}

.header__banner-top {
  padding: 32px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1279px) {
  .header__banner-top {
    padding-top: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .header__banner-top {
    padding: 16px 0px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.header__banner-logo {
  border-right: 1px solid rgba(61, 61, 61, 0.1);
  padding-right: 60px;
  z-index: 12;
}

.header__banner-logo a {
  max-height: 48px;
}

@media (max-width: 1279px) {
  .header__banner-logo {
    width: 130px;
    padding-right: 24px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__banner-logo a {
    width: 100%;
    max-height: 32px;
  }
  .header__banner-logo svg {
    width: 100%;
    height: 32px;
  }
}

@media (max-width: 767px) {
  .header__banner-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100px;
    padding-right: 0px;
    border-right: none;
    padding-bottom: 12px;
    padding-left: 12px;
    min-height: 24px;
    height: initial;
  }
  .header__banner-logo a {
    max-height: 24px;
  }
  .header__banner-logo svg {
    height: 24px;
  }
}

.header__banner-item {
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .header__banner-item {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    border-top: 1px solid rgba(61, 61, 61, 0.1);
    padding: 0px 18px;
    padding-top: 15px;
  }
}

.header__banner-item-link {
  font-weight: 500;
  color: #004632;
  cursor: pointer;
  position: relative;
  padding-bottom: 4px;
}

@media (min-width: 0) {
  .header__banner-item-link {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 768px) {
  .header__banner-item-link {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1280px) {
  .header__banner-item-link {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1440px) {
  .header__banner-item-link {
    font-size: 24px;
    line-height: 32px;
  }
}

.header__banner-item-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #004632;
  left: 0;
  bottom: 0px;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.header__banner-item-link:hover::after, .header__banner-item-link.active::after {
  opacity: 1;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.header__banner-item-link + .header__banner-item-link {
  margin-left: 80px;
}

@media (max-width: 1279px) {
  .header__banner-item-link + .header__banner-item-link {
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .header__banner-item-link + .header__banner-item-link {
    margin-left: 32px;
  }
}

.header__banner-item-arrow {
  position: absolute;
  top: 0;
  line-height: 0px !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 0) {
  .header__banner-item-arrow {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .header__banner-item-arrow {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .header__banner-item-arrow {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .header__banner-item-arrow {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1279px) {
  .header__banner-item-arrow {
    top: -6px;
  }
  .header__banner-item-arrow svg {
    max-width: 24px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  .header__banner-item-arrow {
    top: 0;
  }
  .header__banner-item-arrow svg {
    max-width: 18px;
    height: 10px;
  }
}

.header__banner-phone {
  border-left: 1px solid rgba(61, 61, 61, 0.1);
  padding-left: 60px;
  z-index: 12;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 500;
}

@media (min-width: 0) {
  .header__banner-phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .header__banner-phone {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1280px) {
  .header__banner-phone {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1440px) {
  .header__banner-phone {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 1279px) {
  .header__banner-phone {
    padding-left: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .header__banner-phone {
    font-weight: 600;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-left: none;
    padding-left: none;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-top: 0;
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.header__banner-phone a {
  color: #33AA52;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(86, 204, 117, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .header__banner-phone a {
    border-bottom: none;
  }
}

.header--home-page {
  overflow: hidden;
}

.header--home-page .header__top {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease-in-out;
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease-in-out;
}

.header--home-page.show .header__top {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__top, .header__bottom {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  /*box-shadow: 0 5px 15px rgba(61, 61, 61, 0.05);*/
}

@media (max-width: 767px) {
  .header__top, .header__bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.header__top {
  z-index: 300;
  -webkit-transition: -webkit-box-shadow ease-in-out 150ms;
  transition: -webkit-box-shadow ease-in-out 150ms;
  transition: box-shadow ease-in-out 150ms;
  transition: box-shadow ease-in-out 150ms, -webkit-box-shadow ease-in-out 150ms;
  border-bottom: 1px solid #EDEDED;
  background-color: #FFFFFF;
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
}

.header--home-page .header__top {
  border-bottom: 2 px solid #F5F5F5;
}

.header__top.fixed-header {
  position: fixed;
  top: 0;
}

@media (max-width: 767px) {
  .header__top {
    height: 40px;
  }
}

.header__bottom {
  z-index: 199;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 150ms, -webkit-transform ease-in-out 150ms;
  transition: opacity ease-in-out 150ms, -webkit-transform ease-in-out 150ms;
  transition: opacity ease-in-out 150ms, transform ease-in-out 150ms;
  transition: opacity ease-in-out 150ms, transform ease-in-out 150ms, -webkit-transform ease-in-out 150ms;
  position: fixed;
  visibility: hidden;
  top: 60px;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media (max-width: 1279px) {
  .header__bottom {
    height: 100vh;
    overflow-y: scroll;
    top: 60px;
  }
}

@media (max-width: 767px) {
  .header__bottom {
    top: 40px;
  }
}

.header::after {
  content: '';
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header.toggled .header__top {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header.toggled .header__bottom {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.header.toggled::after {
  opacity: 1;
  visibility: visible;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 60px;
}

@media (max-width: 1279px) {
  .header__inner {
    padding: 8px 12px;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1280px) {
  .header__logo {
    margin-right: 172px;
    /* костыль для выравнивания меню по центру экрана */
  }
}

.header__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1439px) {
  .header__logo-wrapper {
    width: 147px;
  }
}

@media (max-width: 1279px) {
  .header__logo-wrapper {
    width: initial;
  }
}

.header__logo-svg {
  fill: #33AA52;
}

@media (max-width: 767px) {
  .header__logo--desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .header__logo--mobile {
    display: none;
  }
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1279px) {
  .header__menu-item {
    display: none;
  }
  .header__menu-item--burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__menu-item + .header__menu-item {
  margin-left: 48px;
}

.header__menu-item-icon {
  fill: transparent;
  max-width: 32px;
  max-height: 32px;
}

.header__menu-item-icon + .header__menu-item-text {
  margin-left: 4px;
}

.header__phone {
  color: #33AA52;
}

@media (min-width: 0) {
  .header__phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .header__phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .header__phone {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .header__phone {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .header__phone {
    display: none;
  }
}

.header__phone--mobile {
  display: none;
  font-weight: 600;
  color: #33AA52;
  text-decoration: none;
}

@media (min-width: 0) {
  .header__phone--mobile {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .header__phone--mobile {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .header__phone--mobile {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .header__phone--mobile {
    font-size: 16px;
    line-height: 22px;
  }
}

.header__logo + .header__phone--mobile {
  margin-left: 12px;
}

@media (max-width: 767px) {
  .header__phone--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1279px) {
  .home-contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 767px) {
  .home-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1279px) {
  .home-contacts__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-contacts__item + .home-contacts__item {
  margin-top: 48px;
}

@media (max-width: 1279px) {
  .home-contacts__item + .home-contacts__item {
    margin-top: 0px;
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .home-contacts__item + .home-contacts__item {
    margin-top: 24px;
    margin-left: 0;
  }
}

.home-contacts__item-number {
  font-weight: 600;
  color: #33AA52;
}

@media (min-width: 0) {
  .home-contacts__item-number {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .home-contacts__item-number {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .home-contacts__item-number {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .home-contacts__item-number {
    font-size: 32px;
    line-height: 40px;
  }
}

.home-contacts__item-content {
  margin-top: 15px;
}

.home-contacts__item-number + .home-contacts__item-content {
  margin-left: 18px;
}

@media (max-width: 1279px) {
  .home-contacts__item-number + .home-contacts__item-content {
    margin-left: 0;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .home-contacts__item-number + .home-contacts__item-content {
    margin-top: 12px;
  }
}

.home-contacts__item-title {
  font-weight: 600;
}

@media (min-width: 0) {
  .home-contacts__item-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .home-contacts__item-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .home-contacts__item-title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .home-contacts__item-title {
    font-size: 16px;
    line-height: 22px;
  }
}

.home-contacts__item-phone {
  color: #33AA52;
  font-weight: 600;
}

@media (min-width: 0) {
  .home-contacts__item-phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .home-contacts__item-phone {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .home-contacts__item-phone {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .home-contacts__item-phone {
    font-size: 16px;
    line-height: 22px;
  }
}

.home-contacts__item-title + .home-contacts__item-text,
.home-contacts__item-text + .home-contacts__item-schedule,
.home-contacts__item-schedule + .home-contacts__item-phone {
  margin-top: 12px;
}

.home-contacts--type-about-company .home-contacts__item + .home-contacts__item {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .home-contacts--type-about-company .home-contacts__item + .home-contacts__item {
    margin-top: 0px;
  }
}

.home-contacts--type-about-company .home-contacts__item-content {
  margin-top: 0;
}

@media (max-width: 1279px) {
  .home-contacts--type-about-company .home-contacts__item-content {
    margin-top: 12px;
  }
}

.home-contacts--type-about-company .home-contacts__item-phone {
  color: #3D3D3D;
}

.home-contacts--type-about-company .home-contacts__item-phone span {
  border: none;
}

.home-contacts--type-about-company .home-contacts__item-phone :hover {
  color: #3D3D3D;
}

.home-contacts--type-about-company .home-contacts__item-phone + .home-contacts__item-link {
  margin-top: 12px;
}

.js-filter {
  display: block;
}

@media (max-width: 1279px) {
  .js-filter {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .js-filter:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3D3D3D;
    opacity: .2;
  }
  .js-filter .tabs {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    z-index: 100;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #FFFFFF;
    padding: 25px 20px;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) {
  .js-filter .tabs {
    max-width: 100%;
    padding: 25px 15px;
  }
}

@media (max-width: 1279px) {
  .js-filter.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
  }
  .js-filter.show .tabs {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 1440px) {
  .line-breaker--xl:after {
    content: "\A";
    white-space: pre;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .line-breaker--lg:after {
    content: "\A";
    white-space: pre;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .line-breaker--md:after {
    content: "\A";
    white-space: pre;
  }
}

@media (max-width: 767px) {
  .line-breaker--sm:after {
    content: "\A";
    white-space: pre;
  }
}

.link {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  display: inline-block;
  -webkit-transition: color ease-in-out 150ms;
  transition: color ease-in-out 150ms;
}

.link__text {
  border-bottom: 1px solid;
  border-color: #33AA52;
  -webkit-transition: border ease-in-out 150ms;
  transition: border ease-in-out 150ms;
}

.link:hover {
  color: #33AA52;
}

.link--size-p1 {
  font-weight: normal;
}

@media (min-width: 0) {
  .link--size-p1 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .link--size-p1 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .link--size-p1 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .link--size-p1 {
    font-size: 16px;
    line-height: 22px;
  }
}

.link--type-back {
  color: #33AA52;
}

.link--type-back:hover {
  color: #56CC75;
}

.link--type-back:hover .link__text {
  border-color: #56CC75;
}

.link--type-white {
  color: #FFFFFF;
  border-bottom: #33AA52;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.link--type-white:hover {
  color: #33AA52;
}

.link--border-none .link__text {
  border-color: transparent;
}

.link--border-color-white .link__text {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.link--border-color-white:hover .link__text {
  color: #FFFFFF;
  border-color: transparent;
}

.link--hover-border:hover .link__text {
  border-color: #33AA52;
}

.link--menu {
  -webkit-transition: none;
  transition: none;
}

.link--menu .link__text {
  border-bottom: 1px solid;
  border-color: transparent;
  -webkit-transition: none;
  transition: none;
}

.link--menu:hover .link__text {
  border-color: #33AA52;
}

.loading-circle {
  width: 22px;
  height: 22px;
}

.loading-circle__svg {
  fill: transparent;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: loading-circle-animation;
          animation-name: loading-circle-animation;
  will-change: transform, transform-origin;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes loading-circle-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading-circle-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loading-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loading-dots__item {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #3D3D3D;
  -webkit-animation-duration: 900ms;
          animation-duration: 900ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.button--type-main .loading-dots__item, .loading-dots--white .loading-dots__item {
  background-color: #FFFFFF;
  /* hotfix new design */
}

.loading-dots__item + .loading-dots__item {
  margin-left: 6px;
}

.loading-dots__item-1 {
  -webkit-animation-name: loading-fade-1;
          animation-name: loading-fade-1;
}

.loading-dots__item-2 {
  -webkit-animation-name: loading-fade-2;
          animation-name: loading-fade-2;
}

.loading-dots__item-3 {
  -webkit-animation-name: loading-fade-3;
          animation-name: loading-fade-3;
}

@-webkit-keyframes loading-fade-1 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.1;
  }
  66% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading-fade-1 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.1;
  }
  66% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loading-fade-2 {
  0% {
    opacity: 0.1;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes loading-fade-2 {
  0% {
    opacity: 0.1;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}

@-webkit-keyframes loading-fade-3 {
  0% {
    opacity: 0.1;
  }
  33% {
    opacity: 0.1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes loading-fade-3 {
  0% {
    opacity: 0.1;
  }
  33% {
    opacity: 0.1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

.map--home {
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  will-change: overflow, border-radius;
  min-height: 360px;
}

@media (max-width: 767px) {
  .map--home {
    min-height: initial;
    height: 360px;
  }
}

.map--structure {
  width: 100%;
  height: 330px;
  overflow: hidden;
  border-radius: 4px;
  will-change: overflow, border-radius;
}

@media (max-width: 767px) {
  .map--structure {
    min-height: initial;
    height: 360px;
  }
}

.map__marker {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='56' viewBox='0 0 40 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 56L16 52H24L20 56Z' fill='%23004435'/%3E%3Cpath d='M0 44H40V52H0V44Z' fill='%23004435'/%3E%3Crect width='40' height='40' fill='%23004435'/%3E%3Cpath d='M25.8244 28.3228L0 2.46973V28.3228H25.8244Z' fill='%2333AA52'/%3E%3Cpath d='M2.44043 0L18.214 15.8023V0H2.44043Z' fill='%2333AA52'/%3E%3Cpath d='M21.6992 19.2881L30.7334 28.3221L40 28.3512V0H21.6992V19.2881Z' fill='%2333AA52'/%3E%3Cpath d='M20.7111 31.8066L12.4902 39.9983H39.9995V31.8066H20.7111Z' fill='%2333AA52'/%3E%3Cpath d='M15.7735 31.8076H0V39.9993H7.5527L15.7735 31.8076Z' fill='%2333AA52'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 68px;
  position: relative;
  z-index: 100;
}

.map__marker-label {
  opacity: 0;
  position: absolute;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  top: 10px;
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #3D3D3D;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 6px 12px;
}

@media (min-width: 0) {
  .map__marker-label {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .map__marker-label {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .map__marker-label {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .map__marker-label {
    font-size: 16px;
    line-height: 22px;
  }
}

.map__marker.active .map__marker-label {
  opacity: 1;
}

.menu-toggle {
  background-color: #FFFFFF;
}

@media (max-width: 1279px) {
  .menu-toggle {
    padding-bottom: 32px;
  }
}

.menu-toggle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 0;
}

@media (max-width: 1279px) {
  .menu-toggle__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .menu-toggle__inner {
    padding: 16px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.menu-toggle__info {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 1279px) {
  .menu-toggle__info {
    width: 100%;
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.menu-toggle__info-item + .menu-toggle__info-item {
  margin-top: 24px;
}

@media (max-width: 1279px) {
  .menu-toggle__info-item + .menu-toggle__info-item {
    margin-top: 16px;
  }
}

@media (min-width: 0) {
  .menu-toggle__info-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .menu-toggle__info-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .menu-toggle__info-item {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .menu-toggle__info-item {
    font-size: 12px;
    line-height: 16px;
  }
}

.menu-toggle__info-item--btn {
  margin-top: 8px;
}

.menu-toggle__info-item--phone a:first-child {
  font-weight: 600;
  color: #33AA52;
}

@media (min-width: 0) {
  .menu-toggle__info-item--phone a:first-child {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .menu-toggle__info-item--phone a:first-child {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .menu-toggle__info-item--phone a:first-child {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .menu-toggle__info-item--phone a:first-child {
    font-size: 32px;
    line-height: 40px;
  }
}

.menu-toggle__info-item--phone a + a {
  margin-top: 8px;
}

.menu-toggle__info-item--phone > * {
  width: 100%;
}

@media (max-width: 1279px) {
  .menu-toggle__info-item--phone {
    padding-top: 16px;
    padding-bottom: 28px;
  }
}

.menu-toggle__info-item--phone + .menu-toggle__info-item,
.menu-toggle__info-item + .menu-toggle__info-item--social {
  margin-top: 24px;
}

.menu-toggle__info-item--callback + .menu-toggle__info-item {
  margin-top: 12px;
}

.menu-toggle__info-item--link {
  color: #33AA52;
}

@media (min-width: 0) {
  .menu-toggle__info-item--link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .menu-toggle__info-item--link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .menu-toggle__info-item--link {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .menu-toggle__info-item--link {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1279px) {
  .menu-toggle__info {
    padding-bottom: 26px;
  }
}

@media (max-width: 1279px) {
  .menu-toggle__modal + .menu-toggle__menu-elements {
    margin-top: 16px;
  }
}

.menu-toggle__modal {
  width: 20%;
  border-right: 1px solid #EDF2F6;
  margin-right: 52px;
}

@media (max-width: 1279px) {
  .menu-toggle__modal {
    width: 50%;
    margin-right: 0;
    border-right: none;
  }
}

@media (max-width: 767px) {
  .menu-toggle__modal {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #EDF2F6;
    padding-bottom: 16px;
  }
}

.menu-toggle__modal-item {
  color: #004632;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: visible;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}

@media (min-width: 0) {
  .menu-toggle__modal-item {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .menu-toggle__modal-item {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .menu-toggle__modal-item {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .menu-toggle__modal-item {
    font-size: 32px;
    line-height: 40px;
  }
}

.menu-toggle__modal-item:hover {
  color: #33AA52;
}

.menu-toggle__modal-item + .menu-toggle__modal-item {
  margin-top: 48px;
}

@media (max-width: 1279px) {
  .menu-toggle__modal-item + .menu-toggle__modal-item {
    margin-top: 16px;
  }
}

.menu-toggle__modal-icon {
  margin-left: 14px;
  width: 14px;
  height: 14px;
  fill: none;
  margin-top: 4px;
}

.menu-toggle__menu-elements {
  width: 50%;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin: -10px 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 1279px) {
  .menu-toggle__menu-elements {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .menu-toggle__menu-elements {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .menu-toggle__menu-elements {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media (max-width: 1279px) {
  .menu-toggle__info {
    margin-top: 24px;
  }
  .menu-toggle__info-item {
    width: 50%;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .menu-toggle__info-item {
    width: initial;
    padding-top: 16px;
  }
}

@media (max-width: 1279px) {
  .menu-toggle__info {
    margin-top: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.menu-toggle__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 0) {
  .menu-toggle__child {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .menu-toggle__child {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .menu-toggle__child {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .menu-toggle__child {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 1279px) {
  .menu-toggle__child {
    width: 50%;
  }
}

.menu-toggle__child-link {
  margin-right: 8px;
  /* отступ справа, потому что при длинном пунтке меню тег может уйти на строку ниже */
}

@media (max-width: 1279px) {
  .menu-toggle__child-tag {
    display: none;
  }
}

.menu-toggle__child + .menu-toggle__child {
  margin-top: 12px;
}

@media (max-width: 1279px) {
  .menu-toggle__child + .menu-toggle__child {
    margin: 0;
  }
}

.menu-toggle__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
}

@media (max-width: 1279px) {
  .menu-toggle__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .menu-toggle__block {
    padding: 16px 0;
  }
}

.menu-toggle__block-title {
  font-weight: 600;
}

@media (min-width: 0) {
  .menu-toggle__block-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .menu-toggle__block-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .menu-toggle__block-title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .menu-toggle__block-title {
    font-size: 16px;
    line-height: 22px;
  }
}

.menu-toggle__block-title + .menu-toggle__block-child {
  margin-top: 24px;
}

@media (max-width: 1279px) {
  .menu-toggle__block-title + .menu-toggle__block-child {
    margin-top: 0;
    padding-top: 16px;
    width: 100%;
  }
  .menu-toggle__block-title + .menu-toggle__block-child > * + * {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .menu-toggle__block-title + .menu-toggle__block-child {
    margin-top: 24px;
  }
  .menu-toggle__block-title + .menu-toggle__block-child > * + * {
    margin-top: 0px;
  }
}

.menu-toggle__block-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1279px) {
  .menu-toggle__block-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .menu-toggle__block-child {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: -8px -6px !important;
  }
  .menu-toggle__block-child > * {
    margin: 8px 6px !important;
    width: calc(50% - 24px) !important;
  }
}

@media (max-width: 767px) {
  .menu-toggle__block {
    width: 100%;
  }
  .menu-toggle__block:nth-child(odd) {
    background: #EDF2F6;
    position: relative;
  }
  .menu-toggle__block:nth-child(odd)::before, .menu-toggle__block:nth-child(odd)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #EDF2F6;
    top: 0;
  }
  .menu-toggle__block:nth-child(odd)::before {
    right: 100%;
  }
  .menu-toggle__block:nth-child(odd)::after {
    left: 100%;
  }
}

.menu-bottom {
  width: 100%;
}

.menu-bottom__inner {
  width: 100%;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin: -10px 0;
}

@media (max-width: 767px) {
  .menu-bottom__inner {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    text-align: center;
  }
}

.menu-bottom__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
}

.menu-bottom__block-title {
  font-weight: 600;
}

@media (min-width: 0) {
  .menu-bottom__block-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .menu-bottom__block-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .menu-bottom__block-title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .menu-bottom__block-title {
    font-size: 16px;
    line-height: 22px;
  }
}

.menu-bottom__block-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
}

@media (min-width: 0) {
  .menu-bottom__block-child {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .menu-bottom__block-child {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .menu-bottom__block-child {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .menu-bottom__block-child {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .menu-bottom__block-child {
    display: none;
  }
}

.menu-bottom__block-title + .menu-bottom__block-child {
  margin-top: 32px;
}

.menu-bottom__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-bottom__child-link {
  margin-right: 8px;
  /* отступ справа, потому что при длинном пунтке меню тег может уйти на строку ниже */
}

.menu-bottom__child + .menu-bottom__child {
  margin-top: 20px;
}

.modal-content {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #33AA52;
  overflow: hidden;
}

@media (max-width: 767px) {
  .modal-content {
    border-radius: 0;
  }
}

.modal--type-main .modal-dialog {
  max-width: 424px;
}

@media (max-width: 767px) {
  .modal--type-main .modal-dialog {
    max-width: 100%;
    margin: 0px;
  }
}

@media (max-width: 767px) {
  .modal--type-main .modal-content {
    min-height: 100vh;
  }
}

.modal--type-main .modal__header {
  padding: 24px;
  background-color: #33AA52;
  color: #FFFFFF;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0) {
  .modal--type-main .modal__header {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .modal--type-main .modal__header {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .modal--type-main .modal__header {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .modal--type-main .modal__header {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .modal--type-main .modal__header {
    padding: 24px 12px;
  }
}

.modal--type-main .modal__header-title + .modal__header-close {
  margin-left: 24px;
}

.modal--type-main .modal__body {
  padding: 24px;
}

@media (max-width: 767px) {
  .modal--type-main .modal__body {
    padding: 12px;
  }
}

.modal--type-booking .modal-dialog {
  min-width: 688px;
}

@media (max-width: 767px) {
  .modal--type-booking .modal-dialog {
    min-width: 100%;
    margin: 0;
  }
}

.modal--type-booking .modal__header {
  padding: 24px;
  background-color: #33AA52;
  color: #FFFFFF;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 0) {
  .modal--type-booking .modal__header {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .modal--type-booking .modal__header {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .modal--type-booking .modal__header {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .modal--type-booking .modal__header {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .modal--type-booking .modal__header {
    padding: 24px 12px;
  }
}

.modal--type-booking .modal__header-title + .modal__header-close {
  margin-left: 24px;
}

.modal--type-booking .modal__body {
  padding: 24px;
  padding-bottom: 32px;
}

@media (max-width: 767px) {
  .modal--type-booking .modal__body {
    padding: 12px;
    padding-bottom: 17px;
  }
}

.modal--type-booking .modal__body-img {
  width: 100%;
  height: 156px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .modal--type-booking .modal__body-img {
    margin-top: 16px;
  }
}

.modal--type-booking .modal__body-title {
  font-weight: 500;
}

@media (min-width: 0) {
  .modal--type-booking .modal__body-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .modal--type-booking .modal__body-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .modal--type-booking .modal__body-title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .modal--type-booking .modal__body-title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .modal--type-booking .modal__body-title {
    width: 100%;
  }
}

.modal--type-booking .modal__body-title + .modal__body-subtitle {
  margin-top: 8px;
}

@media (min-width: 0) {
  .modal--type-booking .modal__body-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .modal--type-booking .modal__body-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .modal--type-booking .modal__body-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .modal--type-booking .modal__body-subtitle {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .modal--type-booking .modal__body-subtitle {
    width: 100%;
  }
}

.modal--type-booking .modal__body-subtitle + .modal__body-price {
  margin-top: 16px;
}

.modal--type-booking .modal__body-price + .modal__body-values {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .modal--type-booking .modal__body-price + .modal__body-values {
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .modal--type-booking .modal__body-price > * + * {
    margin-left: 0;
    margin-top: 2px;
  }
}

.modal--type-booking .modal__body-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal--type-booking .modal__body-value + .modal__body-value {
  margin-left: 46px;
}

@media (max-width: 767px) {
  .modal--type-booking .modal__body-value + .modal__body-value {
    margin-left: 16px;
  }
}

@media (min-width: 0) {
  .modal--type-booking .modal__body-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .modal--type-booking .modal__body-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .modal--type-booking .modal__body-value {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .modal--type-booking .modal__body-value {
    font-size: 12px;
    line-height: 16px;
  }
}

.modal--type-booking .modal__body-value span {
  color: #999999;
  padding-bottom: 4px;
}

@media (min-width: 0) {
  .modal--type-booking .modal__body-value span {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .modal--type-booking .modal__body-value span {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .modal--type-booking .modal__body-value span {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .modal--type-booking .modal__body-value span {
    font-size: 12px;
    line-height: 16px;
  }
}

.modal--type-booking .modal__body .row + * {
  margin-top: 34px;
}

.modal--type-home .row {
  width: 100%;
}

.modal--type-home .modal-dialog {
  max-width: 100%;
}

.modal--type-home .modal-dialog .row {
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .modal--type-home .modal-dialog .row {
    margin: 0;
  }
}

.modal--type-home .modal-dialog--col {
  padding: 0px 24px;
}

@media (max-width: 1279px) {
  .modal--type-home .modal-dialog--col {
    padding: 0px 16px;
  }
}

.modal--type-home .modal__header-close {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 36px;
  color: #D6E2EC;
  pointer-events: visible;
  cursor: pointer;
}

.modal--type-home .modal-home__img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1279px) {
  .modal--type-home .modal-home__img {
    height: 140px;
    -o-object-position: center;
       object-position: center;
  }
}

.modal--type-home .modal-home__title {
  color: #004632;
  font-weight: 600;
}

@media (min-width: 0) {
  .modal--type-home .modal-home__title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .modal--type-home .modal-home__title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .modal--type-home .modal-home__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1440px) {
  .modal--type-home .modal-home__title {
    font-size: 56px;
    line-height: 64px;
  }
}

.modal--type-home .modal-home__title + .modal-home__text,
.modal--type-home .modal-home__text + .modal-home__btn {
  margin-top: 24px;
}

@media (max-width: 1279px) {
  .modal--type-home .modal-home__title + .modal-home__text,
  .modal--type-home .modal-home__text + .modal-home__btn {
    margin-top: 16px;
  }
}

@media (max-width: 1279px) {
  .modal--type-home .modal-home__title + .modal-home__text {
    margin-top: 8px;
  }
}

.modal--type-home .modal-home__text {
  max-width: 648px;
  line-height: 22px;
}

@media (min-width: 0) {
  .modal--type-home .modal-home__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .modal--type-home .modal-home__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .modal--type-home .modal-home__text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .modal--type-home .modal-home__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.modal--type-home .modal-home__container {
  padding: 48px 0px;
  position: relative;
}

@media (max-width: 1279px) {
  .modal--type-home .modal-home__container {
    padding: 16px 0px 32px 0px;
  }
}

.modal--type-home .modal-home__content {
  border-bottom: 1px solid #D6E2EC;
  padding-bottom: 32px;
}

@media (max-width: 1279px) {
  .modal--type-home .modal-home__content {
    padding-bottom: 16px;
  }
}

.modal--type-home .modal-home__aside {
  padding-top: 8px;
}

.modal--type-home .modal-home__aside-subtitle {
  color: #999999;
}

@media (min-width: 0) {
  .modal--type-home .modal-home__aside-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .modal--type-home .modal-home__aside-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .modal--type-home .modal-home__aside-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .modal--type-home .modal-home__aside-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

.modal--type-home .modal-home__aside-subtitle + .modal-home__aside-links {
  margin-top: 16px;
}

@media (max-width: 1279px) {
  .modal--type-home .modal-home__aside-subtitle + .modal-home__aside-links {
    margin-top: 8px;
  }
}

.modal--type-home .modal-home__aside-link + .modal-home__aside-link {
  margin-left: 40px;
}

@media (max-width: 1279px) {
  .modal--type-home .modal-home__aside-link + .modal-home__aside-link {
    margin-left: 0;
    margin-top: 8px;
  }
}

.modal--type-home .modal-home__aside-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1279px) {
  .modal--type-home .modal-home__aside-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.modal--type-home .modal-home__aside-link {
  color: #004632;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: visible;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 0) {
  .modal--type-home .modal-home__aside-link {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .modal--type-home .modal-home__aside-link {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .modal--type-home .modal-home__aside-link {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .modal--type-home .modal-home__aside-link {
    font-size: 32px;
    line-height: 40px;
  }
}

.modal--type-home .modal-home__aside-link:hover {
  color: #33AA52;
}

.modal--type-home .modal-home__aside-icon {
  margin-left: 14px;
  width: 14px;
  height: 14px;
  fill: none;
  margin-top: 4px;
}

.mortgage {
  overflow: hidden;
}

.mortgage__img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}

.mortgage__header + .mortgage__body {
  margin-top: 44px;
}

@media (max-width: 1279px) {
  .mortgage__header + .mortgage__body {
    margin-top: 36px;
  }
}

@media (max-width: 1279px) {
  .mortgage__body {
    overflow: scroll;
  }
}

@media (max-width: 1279px) {
  .mortgage__body .row > *:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.66667%;
            flex: 0 0 9.66667%;
  }
}

.mortgage__body .row > *:nth-child(2) {
  max-width: 200px;
}

.mortgage__body .row > *:nth-child(6) {
  min-width: 130px;
}

.mortgage__body .row > *:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1439px) {
  .mortgage__body .row > .col-2:not(:last-child) {
    max-width: 180px;
  }
}

@media (max-width: 1279px) {
  .mortgage__body .row {
    min-width: 970px;
  }
  .mortgage__body .row > *:first-child {
    max-width: 130px;
  }
  .mortgage__body .row > *:last-child {
    max-width: 100%;
  }
}

.mortgage__body .row > *:not(:last-child) {
  border-right: 1px solid #D6E2EC;
}

.mortgage__body .row:not(:first-child) > * {
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0) {
  .mortgage__body .row:not(:first-child) > * {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .mortgage__body .row:not(:first-child) > * {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .mortgage__body .row:not(:first-child) > * {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .mortgage__body .row:not(:first-child) > * {
    font-size: 16px;
    line-height: 22px;
  }
}

.mortgage__body .row:not(:first-child) > *:first-child {
  padding: 0px 30px;
}

@media (max-width: 1279px) {
  .mortgage__body .row:not(:first-child) > *:first-child {
    padding: 0px 15px;
  }
}

.mortgage__body .row:not(:first-child):nth-child(even) > *:not(:first-child) {
  background: #F5F5F5;
}

.mortgage__body .row:first-child {
  border-bottom: 1px solid #33AA52;
}

.mortgage__body .row:first-child > * {
  padding-bottom: 8px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0) {
  .mortgage__body .row:first-child > * {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .mortgage__body .row:first-child > * {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .mortgage__body .row:first-child > * {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .mortgage__body .row:first-child > * {
    font-size: 16px;
    line-height: 22px;
  }
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3D3D3D;
  text-decoration: none;
  will-change: overflow;
  width: 312px;
}

@media (max-width: 767px) {
  .news-card {
    width: 296px;
  }
}

.news-card__image {
  width: 100%;
  height: 324px;
  border-radius: 4px;
  overflow: hidden;
  will-change: opacity, overflow, hidden;
  position: relative;
}

@media (max-width: 767px) {
  .news-card__image {
    height: 300px;
  }
}

.news-card__image-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  border-radius: 4px;
}

.news-card__image-mask {
  height: 1px;
  position: absolute;
  right: -2%;
  top: -1%;
  width: auto;
  min-width: 102%;
  min-height: 102%;
  /* +2% для корректного отображения наложения на картинку (иногда торчат края при зуме) */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.news-card__image-mask > svg {
  height: 100%;
  width: auto;
}

.news-card__image-mask--static {
  z-index: 1;
}

.news-card__image-mask--hover {
  z-index: 0;
  right: 0px;
}

.news-card__image-mask--hover > svg {
  height: auto;
  width: 102%;
}

.news-card__image-mask-hover-svg {
  fill: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: fill;
}

.news-card:hover .news-card__image-mask-hover-svg {
  fill: #33AA52;
}

.news-card__image-more {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 16px;
  z-index: 1;
  width: 100%;
  font-weight: 500;
  color: #FFFFFF;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
  opacity: 0;
  will-change: opacity;
}

@media (min-width: 0) {
  .news-card__image-more {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .news-card__image-more {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .news-card__image-more {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .news-card__image-more {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1439px) {
  .news-card__image-more {
    font-weight: 600;
  }
}

.news-card:hover .news-card__image-more {
  opacity: 1;
}

.news-card__date {
  color: #B3B3B3;
}

@media (min-width: 0) {
  .news-card__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .news-card__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .news-card__date {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .news-card__date {
    font-size: 12px;
    line-height: 16px;
  }
}

.news-card__title {
  font-weight: 600;
}

@media (min-width: 0) {
  .news-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .news-card__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .news-card__title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .news-card__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.news-card__image + .news-card__date,
.news-card__image + .news-card__title {
  margin-top: 12px;
}

.news-card__date + .news-card__title {
  margin-top: 8px;
}

.news-detail__img-shell + .news-detail__text {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .news-detail__img-shell + .news-detail__text {
    margin-top: 16px;
  }
}

.news-detail__title + .news-detail__img-shell {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .news-detail__title + .news-detail__img-shell {
    margin-top: 24px;
  }
}

.news-detail__title {
  font-weight: 600;
}

@media (min-width: 0) {
  .news-detail__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .news-detail__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .news-detail__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .news-detail__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.news-detail__text + .news-detail__visual,
.news-detail__visual > * + *,
.news-detail__visual + .news-detail__text {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .news-detail__text + .news-detail__visual,
  .news-detail__visual > * + *,
  .news-detail__visual + .news-detail__text {
    margin-top: 24px;
  }
}

.news-detail__visual-slider img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .news-detail__visual-slider img {
    height: 200px;
  }
}

.news-detail__visual-video {
  width: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 46.25%;
}

@media (max-width: 767px) {
  .news-detail__visual-video {
    height: 200px;
  }
}

.news-detail__visual-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.news-detail__visual-video + .news-detail__visual-share {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .news-detail__visual-video + .news-detail__visual-share {
    margin-top: 16px;
  }
}

.news-detail__visual-share {
  width: 24px;
  height: 24px;
  pointer-events: visible;
  cursor: pointer;
  fill: #D6E2EC;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  cursor: pointer;
  position: relative;
}

.news-detail__visual-share::after {
  content: attr(data-label);
  position: absolute;
  white-space: nowrap;
  bottom: 110%;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 4px;
  background: #3D3D3D;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news-detail__visual-share:hover {
  fill: #33AA52;
}

.news-detail__visual-share:hover::after {
  z-index: 11;
  opacity: 1;
  visibility: visible;
}

.news-detail__link:hover a {
  color: #33AA52;
}

.news-detail__text > p + .news-detail__link,
.news-detail__link + * {
  margin-top: 24px;
}

.news-detail__img {
  width: 100%;
  height: 400px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .news-detail__img {
    height: 220px;
  }
}

.news-detail__img-shell {
  position: relative;
}

@media (max-width: 767px) {
  .news-detail__img + .news-detail__img-link {
    margin-top: 16px;
  }
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-list > * + * {
  margin-left: 24px;
}

@media (max-width: 1279px) {
  .news-list > * + * {
    margin-left: 0;
  }
}

.object-about__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}

.object-about__image--big {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .object-about__image--big {
    min-height: 300px;
  }
}

.object-about__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.object-about__image--small {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .object-about__image--small {
    min-height: 150px;
  }
}

.object-about__image--small + .object-about__image--small {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .object-about__image--small + .object-about__image--small {
    margin-top: 8px;
  }
}

.object-about__advantage-image {
  height: 160px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.object-about__advantage-title {
  font-weight: 500;
}

@media (min-width: 0) {
  .object-about__advantage-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .object-about__advantage-title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .object-about__advantage-title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .object-about__advantage-title {
    font-size: 16px;
    line-height: 22px;
  }
}

.object-about__advantage-image + .object-about__advantage-title {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .object-about__advantage-image + .object-about__advantage-title {
    margin-top: 8px;
  }
}

.object-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.object-card:hover .object-card__image-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.object-card__image {
  height: 324px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  will-change: transform;
  background-color: #FFFFFF;
}

@media (max-width: 1279px) {
  .object-card__image {
    height: 200px;
  }
}

.object-card__image-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 1.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.object-card__mask {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  will-change: transform, opacity;
  -webkit-transition: opacity ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
  transition: opacity ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, opacity ease-in-out 300ms;
  transition: transform ease-in-out 300ms, opacity ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
}

.object-card__link:hover .object-card__mask {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

@media (max-width: 1279px) {
  .object-card__mask {
    display: none;
  }
}

.object-card__mask-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.object-card__mask-item {
  z-index: 2;
  height: 1px;
  position: absolute;
  right: -1%;
  top: -1%;
  width: auto;
  min-width: 102%;
  min-height: 102%;
  /* +2% для корректного отображения наложения на картинку (иногда торчат края при зуме) */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.object-card__mask-item > svg {
  height: 100%;
  width: auto;
}

.object-card__mask-item--static {
  z-index: 2;
}

.object-card__mask-item--hover {
  z-index: 1;
}

.object-card__mask-item-hover-svg {
  fill: #33AA52;
}

.object-card__mask-more {
  position: absolute;
  bottom: 24px;
  left: 16px;
  font-weight: 600;
  color: #FFFFFF;
  z-index: 3;
}

@media (min-width: 0) {
  .object-card__mask-more {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .object-card__mask-more {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .object-card__mask-more {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .object-card__mask-more {
    font-size: 16px;
    line-height: 22px;
  }
}

.object-card__tag {
  margin-top: -15px;
}

.object-card__title {
  margin-top: 12px;
  font-weight: 600;
}

@media (min-width: 0) {
  .object-card__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .object-card__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .object-card__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .object-card__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 1279px) {
  .object-card__title {
    margin-top: 18px;
  }
}

.object-card__title + .object-card__text {
  margin-top: 16px;
}

@media (max-width: 1279px) {
  .object-card__title + .object-card__text {
    margin-top: 12px;
  }
}

.object-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #3D3D3D;
}

.object-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1279px) {
  .object-card__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.object-card__facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 50%;
  padding-top: 24px;
}

@media (max-width: 1279px) {
  .object-card__facts {
    max-width: 100%;
    padding-top: 12px;
  }
}

.object-card__facts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.object-card__facts-item-text--green {
  color: #33AA52;
}

.object-card__facts-item + .object-card__facts-item {
  margin-top: 6px;
}

.object-card__facts-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  fill: transparent;
  max-width: 32px;
  max-height: 32px;
}

.object-card__facts-item-icon + .object-card__facts-item-text {
  margin-left: 8px;
}

@media (max-width: 1279px) {
  .object-card__facts + .object-card__more {
    margin-top: 8px;
  }
}

.object-card__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0 0 24px;
  width: 50%;
}

.object-card__more .button {
  width: 100%;
}

.object-card__more .button + .button {
  margin-top: 8px;
}

@media (max-width: 1279px) {
  .object-card__more {
    padding: 12px 0 0 0;
    width: 100%;
  }
}

.object-card__facts + .object-card__more {
  border-left: 1px solid #D6E2EC;
}

@media (max-width: 1279px) {
  .object-card__facts + .object-card__more {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .object-card__facts + .object-card__more {
    border-top: 1px solid #D6E2EC;
  }
}

.object-card__link + .object-card__info {
  margin-top: 24px;
  border-top: 1px solid #D6E2EC;
}

@media (max-width: 1279px) {
  .object-card__link + .object-card__info {
    margin-top: 12px;
  }
}

.object-plan {
  position: relative;
  font-size: 0;
  margin: 0 auto;
}

.object-plan-wrapper {
  padding: 0 12px;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .object-plan-wrapper {
    padding-right: 0;
  }
}

@media (max-width: 1279px) {
  .object-plan {
    min-width: 1190px;
  }
}

@media (max-width: 767px) {
  .object-plan {
    min-width: initial;
    height: 390px;
    display: inline-block;
  }
}

.object-plan-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}

@media (max-width: 1279px) {
  .object-plan-container {
    overflow-x: scroll;
    border-radius: 4px 0px 0px 4px;
  }
}

.object-plan-picture {
  width: 100%;
}

@media (max-width: 1279px) {
  .object-plan-picture {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .object-plan-picture {
    width: initial;
  }
}

.object-plan__labels {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.object-plan__labels-item {
  padding: 4px 8px;
  border-radius: 2px 2px 2px 0;
  -webkit-box-shadow: 0 2px 10px rgba(115, 115, 115, 0.08);
          box-shadow: 0 2px 10px rgba(115, 115, 115, 0.08);
  background-color: #33AA52;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity ease-in-out 150ms;
  transition: opacity ease-in-out 150ms;
  will-change: opacity;
}

@media (min-width: 0) {
  .object-plan__labels-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .object-plan__labels-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .object-plan__labels-item {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .object-plan__labels-item {
    font-size: 16px;
    line-height: 22px;
  }
}

.object-plan__labels-item.active {
  opacity: 1;
}

.object-plan__labels-item:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border-right: 5px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #33AA52;
  border-left: 5px solid #33AA52;
}

.object-plan__place {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.object-plan__place-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
}

.object-plan__place-tooltip {
  background-color: #FFFFFF;
  border-radius: 2px;
  padding: 4px 8px 4px 8px;
  color: #3D3D3D;
  /*width: 200px;*/
  text-align: start;
  margin-left: -4px;
  margin-top: -6px;
  z-index: 1;
}

@media (min-width: 0) {
  .object-plan__place-tooltip {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .object-plan__place-tooltip {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .object-plan__place-tooltip {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .object-plan__place-tooltip {
    font-size: 16px;
    line-height: 22px;
  }
}

.object-plan__buildings {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.object-plan__buildings-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /*fill: #33AA52;*/
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: fill ease-in-out 300ms, opacity ease-in-out 300ms;
  transition: fill ease-in-out 300ms, opacity ease-in-out 300ms;
  will-change: fill, opacity;
  border: 1px solid #eaf5ea;
}

.object-plan__buildings-item:hover {
  fill: #73B978;
  opacity: 0.7;
}

.object-plan__buildings-item:after {
  content: '11';
  position: absolute;
  left: 0;
  top: 0;
}

.object-plan-tooltip {
  width: 312px;
  background: #FFFFFF;
  padding: 24px 20px;
  -webkit-box-shadow: 0 2px 10px rgba(115, 115, 115, 0.2);
          box-shadow: 0 2px 10px rgba(115, 115, 115, 0.2);
  color: #3D3D3D;
  text-align: left;
}

@media (max-width: 767px) {
  .object-plan-tooltip {
    width: 256px;
  }
}

.object-plan-tooltip__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.object-plan-tooltip__header-image {
  max-height: 74px;
  max-width: 74px;
}

.object-plan-tooltip__header-image > img {
  max-height: 100%;
  border-radius: 2px;
}

.object-plan-tooltip__header-text + .object-plan-tooltip__header-image {
  margin-left: 12px;
}

.object-plan-tooltip__header + .object-plan-tooltip__body {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #33AA52;
}

.object-plan-tooltip__title {
  font-weight: 600;
}

@media (min-width: 0) {
  .object-plan-tooltip__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .object-plan-tooltip__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .object-plan-tooltip__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .object-plan-tooltip__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.object-plan-tooltip__date {
  color: #3D3D3D;
  opacity: 0.5;
}

@media (min-width: 0) {
  .object-plan-tooltip__date {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .object-plan-tooltip__date {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .object-plan-tooltip__date {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .object-plan-tooltip__date {
    font-size: 16px;
    line-height: 22px;
  }
}

.object-plan-tooltip__title + .object-plan-tooltip__date {
  margin-top: 12px;
}

.object-plan-tooltip__apartments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.object-plan-tooltip__apartments-item {
  display: block;
  text-decoration: none;
  color: #3D3D3D;
  border-bottom: 1px solid;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: border ease-in-out 150ms;
  transition: border ease-in-out 150ms;
  border-bottom: 1px solid #33AA52;
}

@media (min-width: 0) {
  .object-plan-tooltip__apartments-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .object-plan-tooltip__apartments-item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .object-plan-tooltip__apartments-item {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .object-plan-tooltip__apartments-item {
    font-size: 16px;
    line-height: 22px;
  }
}

.object-plan-tooltip__apartments-item--title {
  font-weight: 600;
  border: none;
}

@media (min-width: 0) {
  .object-plan-tooltip__apartments-item--title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .object-plan-tooltip__apartments-item--title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .object-plan-tooltip__apartments-item--title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .object-plan-tooltip__apartments-item--title {
    font-size: 16px;
    line-height: 22px;
  }
}

.object-plan-tooltip__apartments-item-count {
  color: #33AA52;
}

.object-plan-tooltip__apartments-item-name + .object-plan-tooltip__apartments-item-count {
  margin-left: 7px;
}

.object-plan-tooltip__apartments-item:hover {
  border-color: transparent;
}

.object-plan-tooltip__apartments-item + .object-plan-tooltip__apartments-item {
  margin-top: 8px;
}

.object-plan .tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.object-plan .tooltip .arrow {
  display: none !important;
}

.object-plan .tooltip-inner {
  max-width: 100%;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  display: block;
}

.object-plan .tooltip-inner:after, .object-plan .tooltip-inner:before {
  content: none;
}

.owl-prev, .owl-next {
  border: none;
  background-color: #FFFFFF;
  outline: none;
  padding: 0;
  margin: 0;
}

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel {
  -ms-touch-action: pan-y !important;
      touch-action: pan-y !important;
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.owl-carousel.owl-loaded {
  opacity: 1;
}

.owl-carousel--equal-height .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel--equal-height .owl-item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.owl-carousel--shadow-cut-off {
  padding: 5px 0;
  margin: -5px 0;
}

.owl-carousel--shadow-cut-off .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.owl-carousel--theme-life-area .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}

.owl-carousel--theme-life-area .owl-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border: none;
  margin: -15px 0;
}

.owl-carousel--theme-life-area .owl-dot span {
  width: 88px;
  height: 2px;
  background-color: #ffffff50;
  -webkit-transition: background-color ease-in-out 150ms;
  transition: background-color ease-in-out 150ms;
  margin: 15px 0;
}

@media (max-width: 767px) {
  .owl-carousel--theme-life-area .owl-dot span {
    width: 36px;
  }
}

.owl-carousel--theme-life-area .owl-dot.active span {
  background-color: #FFFFFF;
}

.owl-carousel--theme-life-area .owl-dot + .owl-dot {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .owl-carousel--theme-life-area .owl-dot + .owl-dot {
    margin-left: 16px;
  }
}

.owl-carousel--theme-life-area .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .owl-carousel--theme-life-area .owl-nav {
    top: 62px;
  }
}

.owl-carousel--theme-life-area .owl-nav .owl-prev,
.owl-carousel--theme-life-area .owl-nav .owl-next {
  position: relative;
  top: 0;
  bottom: 0;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .owl-carousel--theme-life-area .owl-nav .owl-prev,
  .owl-carousel--theme-life-area .owl-nav .owl-next {
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }
}

.owl-carousel--theme-life-area .owl-nav .owl-prev > svg,
.owl-carousel--theme-life-area .owl-nav .owl-next > svg {
  stroke: #33AA52;
}

.owl-carousel--theme-life-area .owl-nav .owl-prev.disabled,
.owl-carousel--theme-life-area .owl-nav .owl-next.disabled {
  pointer-events: none !important;
}

.owl-carousel--theme-life-area .owl-nav .owl-prev.disabled .owl-prev-btn,
.owl-carousel--theme-life-area .owl-nav .owl-prev.disabled .owl-next-btn,
.owl-carousel--theme-life-area .owl-nav .owl-next.disabled .owl-prev-btn,
.owl-carousel--theme-life-area .owl-nav .owl-next.disabled .owl-next-btn {
  background-color: #FFFFFF !important;
}

.owl-carousel--theme-life-area .owl-nav .owl-prev.disabled svg,
.owl-carousel--theme-life-area .owl-nav .owl-next.disabled svg {
  stroke: #D6E2EC;
}

.owl-carousel--theme-life-area .owl-nav .owl-prev.disabled .owl-carousel--theme-life-area .owl-nav .owl-prev, .owl-carousel--theme-life-area .owl-nav .owl-prev.disabled .owl-carousel--theme-life-area .owl-nav .owl-next-btn,
.owl-carousel--theme-life-area .owl-nav .owl-next.disabled .owl-carousel--theme-life-area .owl-nav .owl-prev,
.owl-carousel--theme-life-area .owl-nav .owl-next.disabled .owl-carousel--theme-life-area .owl-nav .owl-next-btn {
  pointer-events: none !important;
}

.owl-carousel--theme-life-area .owl-nav .owl-prev-btn,
.owl-carousel--theme-life-area .owl-nav .owl-next-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #33AA52;
  -webkit-box-shadow: 0px 5px 15px -5px rgba(0, 68, 53, 0.25);
          box-shadow: 0px 5px 15px -5px rgba(0, 68, 53, 0.25);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  pointer-events: all;
}

@media (max-width: 767px) {
  .owl-carousel--theme-life-area .owl-nav .owl-prev-btn,
  .owl-carousel--theme-life-area .owl-nav .owl-next-btn {
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }
}

.disabled > .owl-carousel--theme-life-area .owl-nav .owl-prev-btn, .disabled >
.owl-carousel--theme-life-area .owl-nav .owl-next-btn {
  pointer-events: none !important;
}

.owl-carousel--theme-life-area .owl-nav .owl-prev-btn svg,
.owl-carousel--theme-life-area .owl-nav .owl-next-btn svg {
  fill: transparent;
  stroke: #FFFFFF;
  -webkit-transition: stroke ease-in-out 150ms;
  transition: stroke ease-in-out 150ms;
}

.owl-carousel--theme-life-area .owl-nav .owl-prev-btn:hover,
.owl-carousel--theme-life-area .owl-nav .owl-next-btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.owl-carousel--theme-life-area .owl-nav .owl-prev {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .owl-carousel--theme-life-area .owl-nav .owl-prev {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}

.owl-carousel--theme-life-area .owl-nav .owl-prev.disabled .owl-prev-btn {
  pointer-events: none;
}

.owl-carousel--theme-life-area .owl-nav .owl-next {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (max-width: 767px) {
  .owl-carousel--theme-life-area .owl-nav .owl-next {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}

.owl-carousel--theme-life-area .owl-nav .owl-next.disabled .owl-next-btn {
  pointer-events: none;
}

.owl-carousel--theme-life-area.owl-carousel--dots-inner .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0;
}

.owl-carousel--nav-inner .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel--nav-inner .owl-nav .owl-next {
  right: 0;
}

.owl-carousel-init-params-news .owl-nav,
.owl-carousel-init-params-news-md .owl-nav {
  top: 156px !important;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
  will-change: opacity;
}

.page__top {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  z-index: 1000;
  overflow: hidden;
  padding-top: 60px;
}

@media (max-width: 767px) {
  .page__top {
    padding-top: 40px;
  }
}

.page__top--main {
  padding-top: 0 !important;
}

.page__top, .page__bottom {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
}

.page.active .page__top, .page.active .page__bottom {
  opacity: 1 !important;
}

.page__inner {
  padding: 32px 0px;
  padding-bottom: 64px;
}

@media (max-width: 767px) {
  .page__inner {
    padding-bottom: 40px;
  }
}

.page__inner--general-page {
  padding: 24px 0 64px;
}

@media (max-width: 767px) {
  .page__inner--general-page {
    padding: 16px 0 32px;
  }
}

.page__inner--pt-none {
  padding: 0 0 64px;
}

@media (max-width: 767px) {
  .page__inner--pt-none {
    padding-bottom: 40px;
  }
}

.page__inner--news-detail {
  padding-bottom: 0 !important;
}

.page__inner--contacts {
  position: relative;
  padding-bottom: 167px;
}

@media (max-width: 1279px) {
  .page__inner--contacts {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .page__inner--404page, .page__inner--politics {
    padding-bottom: 0;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pagination--center {
  width: 100%;
}

.pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .pagination__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 0) {
  .pagination__item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .pagination__item {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .pagination__item {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .pagination__item {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .pagination__item--current {
    width: 100%;
    text-align: center;
    padding-bottom: 16px;
  }
}

.pagination__item + .pagination__item {
  margin-left: 16px;
}

.politics__title {
  font-weight: 600;
}

@media (min-width: 0) {
  .politics__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .politics__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .politics__title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .politics__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.politics__title + .politics__body {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .politics__title + .politics__body {
    margin-top: 16px;
  }
}

.politics__body + .politics__title {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .politics__body + .politics__title {
    margin-top: 24px;
  }
}

.politics .typography > * + * {
  margin-top: 16px;
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preloader img {
  width: 88px;
  height: 88px;
}

.project-card__img + .project-card__img {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .project-card__img + .project-card__img {
    margin-top: 0;
  }
}

.project-card__img {
  border-radius: 4px;
  height: 324px;
}

@media (max-width: 767px) {
  .project-card__img {
    height: 150px;
  }
}

.project-card__img--small {
  height: 150px;
}

.project-card__img + .project-card__description,
.project-card__img-tag + .project-card__description {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .project-card__img + .project-card__description,
  .project-card__img-tag + .project-card__description {
    margin-top: 18px;
  }
}

.project-card__img-tag {
  position: relative;
}

.project-card__tag {
  position: absolute;
  left: 0;
  bottom: -10px;
}

@media (max-width: 767px) {
  .project-card__description + .project-card__description {
    margin-left: 20px;
  }
}

.project-card__description-title + .project-card__description-text {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .project-card__description-title + .project-card__description-text {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .project-card__description-title--green + .project-card__description-text {
    margin-top: 8px;
  }
}

.project-card__description-title {
  font-weight: 600;
}

@media (min-width: 0) {
  .project-card__description-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .project-card__description-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .project-card__description-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .project-card__description-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.project-card__description-title--green {
  font-weight: 600;
  color: #33AA52;
}

@media (min-width: 0) {
  .project-card__description-title--green {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .project-card__description-title--green {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .project-card__description-title--green {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .project-card__description-title--green {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 0) {
  .project-card__description-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .project-card__description-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .project-card__description-text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .project-card__description-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.project-card__btn {
  padding: 24px 0 0 24px;
  width: 100%;
}

@media (max-width: 1279px) {
  .project-card__btn {
    padding-top: 16px;
  }
}

@media (max-width: 767px) {
  .project-card__btn {
    padding-left: 0;
  }
}

.project-card__btn .button {
  width: 100%;
}

.project-card__btn .button + .button {
  margin-top: 8px;
}

.project-card__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-card__advantages-icon + .project-card__advantages-text {
  margin-left: 12px;
}

.project-card__advantages-icon {
  fill: #FFFFFF;
}

@media (min-width: 0) {
  .project-card__advantages-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .project-card__advantages-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .project-card__advantages-text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .project-card__advantages-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.project-card__advantages-text--green {
  color: #33AA52;
}

.project-card__advantages:first-child {
  margin-top: 24px;
}

@media (max-width: 1279px) {
  .project-card__advantages:first-child {
    margin-top: 16px;
  }
}

.project-card__advantages + .project-card__advantages {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .project-card__advantages + .project-card__advantages {
    margin-top: 6px;
  }
}

.project-card > .row:first-child {
  border-bottom: 1px solid #D6E2EC;
  padding-bottom: 24px;
}

@media (max-width: 1279px) {
  .project-card > .row:first-child > * {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .project-card > .row:first-child {
    padding-bottom: 12px;
    margin: 0;
  }
  .project-card > .row:first-child > .col-md-6 {
    padding: 0;
  }
}

.project-card .row:last-child {
  margin: -8px;
  margin-top: 24px;
}

.project-card .row:last-child > * {
  padding: 8px;
}

@media (max-width: 767px) {
  .project-card .row:last-child {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .project-card .row:nth-child(2) {
    margin: 0;
    display: block;
  }
}

@media (max-width: 1279px) {
  .project-card > .row {
    margin: 0px;
  }
}

.project-card--border {
  border-right: 1px solid #D6E2EC;
  padding-bottom: 24px;
}

@media (max-width: 1279px) {
  .project-card--border {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .project-card--border {
    margin: 0;
    display: block;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #D6E2EC;
    border-right: none;
  }
}

.project-list .project-card + .project-card {
  margin-top: 32px;
}

@media (max-width: 1279px) {
  .project-list .project-card + .project-card {
    margin-top: 56px;
  }
}

@media (max-width: 767px) {
  .project-list .project-card + .project-card {
    margin-top: 32px;
  }
}


.promo {
  position: relative;
  padding: 66px 48px;
  min-height: 324px;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .promo {
    min-height: 300px;
    border-radius: 0px;
    padding: 110px 0px 32px 36px;
  }
}

@media (max-width: 767px) {
  .promo {
    padding: 176px 0px 36px 16px;
  }
}

.promo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3d3d3d), color-stop(50%, rgba(68, 83, 68, 0))), url(image);
  background: -webkit-linear-gradient(left, #3d3d3d 0%, rgba(68, 83, 68, 0) 50%), url(image);
  background: linear-gradient(90deg, #3d3d3d 0%, rgba(68, 83, 68, 0) 50%), url(image);
  z-index: 1;
}

@media (max-width: 767px) {
  .promo::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 61, 61, 0)), to(#3d3d3d));
    background: -webkit-linear-gradient(top, rgba(61, 61, 61, 0) 0%, #3d3d3d 100%);
    background: linear-gradient(180deg, rgba(61, 61, 61, 0) 0%, #3d3d3d 100%);
  }
}

.promo__decorate {
  position: absolute;
  top: -70px;
  right: 64px;
  background-repeat: repeat-y;
  background-size: contain;
  width: 102px;
  height: 150%;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg width='102' height='333' viewBox='0 0 102 333' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='pattern' clip-path='url(%23clip0)'%3E%3Cg id='graphic'%3E%3Cpath d='M36.1478 251.585L102 317.683V251.585H36.1478Z' fill='%2332AA50'/%3E%3Cpath d='M95.7777 324L55.5554 283.598L55.5554 324H95.7777Z' fill='%2332AA50'/%3E%3Cpath d='M46.6671 274.686L23.63 251.589L0.000260505 251.514L0.000249707 324H46.6671L46.6671 274.686Z' fill='%2332AA50'/%3E%3Cpath d='M49.186 242.68L70.1491 221.737L0.000681423 221.737L0.000680508 242.68H49.186Z' fill='%2332AA50'/%3E%3Cpath d='M61.7775 242.677L102 242.678V221.734H82.7406L61.7775 242.677Z' fill='%2332AA50'/%3E%3Cpath d='M102 206.815L36.1478 140.717H102V206.815Z' fill='%2332AA50'/%3E%3Cpath d='M55.5554 172.73L95.7777 213.132H55.5554V172.73Z' fill='%2332AA50'/%3E%3Cpath d='M23.63 140.72L46.6671 163.818L46.6671 213.132H0.000246924L0.000257722 140.646L23.63 140.72Z' fill='%2332AA50'/%3E%3Cpath d='M70.1491 110.869L49.186 131.812H0.000677725L0.00067864 110.869H70.1491Z' fill='%2332AA50'/%3E%3Cpath d='M102 131.809L61.7775 131.809L82.7406 110.866H102V131.809Z' fill='%2332AA50'/%3E%3Cpath d='M102 95.9495L36.1476 29.8509L102 29.8509V95.9495Z' fill='%2332AA50'/%3E%3Cpath d='M55.5551 61.8642L95.7775 102.266H55.5551V61.8642Z' fill='%2332AA50'/%3E%3Cpath d='M23.6297 29.8546L46.6668 52.952L46.6668 102.266H0L1.07978e-05 29.7803L23.6297 29.8546Z' fill='%2332AA50'/%3E%3Cpath d='M70.1488 0.00280035L49.1858 20.9464L0.00043843 20.9464L0.000439346 0.00279421L70.1488 0.00280035Z' fill='%2332AA50'/%3E%3Cpath d='M102 20.9436L61.7773 20.9436L82.7403 0L102 8.41852e-07V20.9436Z' fill='%2332AA50'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='333' height='102' fill='white' transform='translate(102) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media (max-width: 1279px) {
  .promo__decorate {
    right: 0;
    width: 51px;
  }
}

.promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media (max-width: 1279px) {
  .promo__content {
    max-width: 720px;
    margin: 0 auto;
  }
}

.promo__content * {
  z-index: 2;
}

@media (max-width: 767px) {
  .promo__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.promo__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.promo__title {
  font-weight: 600;
  color: #FFFFFF;
  max-width: 50%;
}

@media (min-width: 0) {
  .promo__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .promo__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .promo__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .promo__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .promo__title {
    max-width: 80%;
  }
}

.promo__text {
  color: #FFFFFF;
  max-width: 50%;
}

@media (min-width: 0) {
  .promo__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .promo__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .promo__text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .promo__text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .promo__text {
    max-width: 80%;
  }
}

.promo__title + .promo__more {
  margin-top: 24px;
}

.promo__title + .promo__text,
.promo__text + .promo__more {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .promo__title + .promo__text,
  .promo__text + .promo__more {
    margin-top: 8px;
  }
}

.promo--type-filter .promo__image {
  background-position: center -100px;
}

@media (max-width: 767px) {
  .promo--type-filter .promo__image {
    background-position: center;
  }
}

@media (max-width: 767px) {
  .promo--type-filter .promo__title {
    max-width: 100%;
  }
}

.promo--type-desc {
  padding: 0px;
  padding-left: 48px;
  height: 324px;
  background-color: #004632;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .promo--type-desc {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .promo--type-desc {
    height: 100%;
    padding-left: 0;
  }
}

.promo--type-desc::after {
  display: none;
}

.promo--type-desc .promo__title {
  max-width: 100%;
}

.promo--type-desc .promo__content {
  position: relative;
}

@media (max-width: 767px) {
  .promo--type-desc .promo__content {
    padding: 64px 59px 64px 32px;
  }
}

.promo--type-desc .promo__decorate {
  position: absolute;
  top: 0;
  right: 0;
}

.promo--type-desc .promo__image {
  position: relative;
  min-height: 100%;
  height: 100%;
  z-index: 2;
  min-width: 1px;
}

@media (max-width: 767px) {
  .promo--type-desc .promo__image {
    height: 148px;
  }
}

.promo--type-about-company {
  background-color: #004632;
  padding: 56px 76px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='648' height='324' viewBox='0 0 648 324' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M351 -1L351 326' stroke='%2332AA50' stroke-width='13.8478'/%3E%3Cpath d='M351.435 214.761L97.6732 -39' stroke='%2332AA50' stroke-width='13.8478'/%3E%3Cpath d='M-0.5 131.674L268.348 131.674' stroke='%2332AA50' stroke-width='13.8478'/%3E%3Cpath d='M351.435 131.674L491.109 -8' stroke='%2332AA50' stroke-width='13.8478'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='648' height='324' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.promo--type-about-company::after {
  display: none;
}

.promo--type-about-company .promo__content {
  padding-right: 0;
  padding-left: 30px;
}

.promo--type-about-company .promo__text {
  max-width: 100%;
}

@media (max-width: 1279px) {
  .promo--type-about-company {
    background-position: left -265px center;
    padding: 30px 76px;
    min-height: 274px;
  }
}

@media (max-width: 767px) {
  .promo--type-about-company {
    padding: 64px 5px 64px 40px;
    background-size: 105%;
    background-position: left;
    background-image: url("data:image/svg+xml,%3Csvg width='320' height='324' viewBox='0 0 320 324' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M37 -12L37 324.5' stroke='%2332AA50' stroke-width='13.8478'/%3E%3Cpath d='M38 143L-144 -39' stroke='%2332AA50' stroke-width='13.8478'/%3E%3Cpath d='M38 84L138 -17' stroke='%2332AA50' stroke-width='13.8478'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='320' height='324' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ");
  }
}

.promo--type-vacancy::after {
  display: none;
}

@media (max-width: 767px) {
  .promo--type-vacancy {
    padding: 0px;
    height: 100%;
  }
}

@media (max-width: 1279px) {
  .promo--type-vacancy .promo__image {
    background-position: top right -140px;
  }
}

@media (max-width: 767px) {
  .promo--type-vacancy .promo__image {
    position: relative;
    height: 160px;
    background-position: right;
  }
  .promo--type-vacancy .promo__title {
    color: #3D3D3D;
  }
  .promo--type-vacancy .promo__image + .promo__content {
    margin-top: 16px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

.promo-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.promo-small__image {
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  will-change: overflow;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .promo-small__image {
    height: 100px;
  }
}

.promo-small__image-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
}

.promo-small__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
}

.promo-small:hover .promo-small__more {
  opacity: 1;
  pointer-events: all;
}

.promo-small__tag {
  margin-top: -15px;
}

.promo-small__title {
  margin-top: 12px;
  font-weight: 600;
}

@media (min-width: 0) {
  .promo-small__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .promo-small__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .promo-small__title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .promo-small__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.section {
  /* исключение из общего поведения .section для уникального поведения адаптива на главной странице (поэтому !important) */
}

.section + .section,
.section-group + .section,
.section + .section-group {
  margin-top: 64px;
}

@media (max-width: 1279px) {
  .section + .section,
  .section-group + .section,
  .section + .section-group {
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .section + .section,
  .section-group + .section,
  .section + .section-group {
    margin-top: 40px;
  }
}

.section-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section--no-margin {
  margin: 0 !important;
}

.section--apartment-filter {
  margin-bottom: 64px !important;
}

@media (max-width: 1279px) {
  .section--apartment-filter {
    margin-bottom: 0 !important;
    margin-top: 40px !important;
  }
}

.section--apartment-filter .section__title + .section__body {
  margin-top: 16px;
}

.section--object-plan-advantages {
  padding-top: 129px !important;
  margin-top: -65px !important;
}

.section--green {
  background-color: #EBF7EE;
  padding: 64px 0;
}

@media (max-width: 767px) {
  .section--green {
    padding: 32px 0;
  }
}

.section--blue {
  background-color: #EDF2F6;
  padding: 64px 0;
}

@media (max-width: 767px) {
  .section--blue {
    padding: 32px 0;
  }
}

.section--mt40 {
  margin-top: 40px !important;
}

.section__title {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 0) {
  .section__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .section__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .section__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .section__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 0) {
  .section__title--page-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .section__title--page-title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .section__title--page-title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1440px) {
  .section__title--page-title {
    font-size: 56px;
    line-height: 64px;
  }
}

.section__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .section__title-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.section__title-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-left: 24px;
}

@media (max-width: 767px) {
  .section__title-tag {
    margin-top: 8px;
    margin-left: 0;
  }
}

.section__title-more {
  text-decoration: none;
  color: #B3B3B3;
  font-weight: 400;
  -webkit-transition: color ease-in-out 300ms;
  transition: color ease-in-out 300ms;
}

@media (min-width: 0) {
  .section__title-more {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .section__title-more {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .section__title-more {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .section__title-more {
    font-size: 16px;
    line-height: 22px;
  }
}

.section__title-more:hover {
  color: #33AA52;
}

.section__desc + .section__body {
  margin-top: 40px;
}

@media (max-width: 1279px) {
  .section__desc + .section__body {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .section__desc + .section__body {
    margin-top: 24px;
  }
}

.section__title + .section__desc {
  margin-top: 40px;
}

@media (max-width: 1279px) {
  .section__title + .section__desc {
    margin-top: 24px;
  }
}

.section__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .section__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.section__subtitle-item {
  font-weight: 600;
}

@media (min-width: 0) {
  .section__subtitle-item {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .section__subtitle-item {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .section__subtitle-item {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .section__subtitle-item {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .section__subtitle-item + .section__subtitle-item {
    margin-top: 8px;
  }
}

.section__subtitle-item--green {
  color: #33AA52;
}

.section__subtitle-item--orange {
  color: #F08732;
}

.section__body-block + .section__body-block {
  margin-top: 40px;
}

.section__title + .section__subtitle {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .section__title + .section__subtitle {
    margin-top: 8px;
  }
}

.section__title + .section__body,
.section__subtitle + .section__body,
.section__block + .section__block {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .section__title + .section__body,
  .section__subtitle + .section__body,
  .section__block + .section__block {
    margin-top: 16px;
  }
}

.section__header-title {
  color: #3D3D3D;
  font-weight: 600;
}

@media (min-width: 0) {
  .section__header-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .section__header-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .section__header-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .section__header-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.section__header-title--size {
  font-weight: 600;
}

@media (min-width: 0) {
  .section__header-title--size {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .section__header-title--size {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .section__header-title--size {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1440px) {
  .section__header-title--size {
    font-size: 56px;
    line-height: 64px;
  }
}

.section__header-title + .section__header-subtitle {
  margin-top: 8px;
}

@media (min-width: 0) {
  .section__header-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .section__header-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .section__header-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .section__header-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

.section__header + .section__body {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .section__header + .section__body {
    margin-top: 16px;
  }
}

.section__body + .section__footer {
  margin-top: 40px;
}

.section__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--overflow-hidden {
  overflow: hidden;
}

.section--pt-32 {
  padding-top: 32px;
}

.section--concat-bottom {
  padding-bottom: 128px;
  margin-bottom: -128px;
}

@media (max-width: 1279px) {
  .section--concat-bottom {
    padding-bottom: 96px;
    margin-bottom: -96px;
  }
}

@media (max-width: 767px) {
  .section--concat-bottom {
    padding-bottom: 80px;
    margin-bottom: -80px;
  }
}

.section--concat-top {
  padding-top: 128px;
  margin-top: -64px !important;
}

@media (max-width: 1279px) {
  .section--concat-top {
    padding-top: 96px;
    margin-top: -48px !important;
  }
}

@media (max-width: 767px) {
  .section--concat-top {
    padding-top: 80px;
    margin-top: -40px !important;
  }
}

.section + .section--mt-32 {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .section + .section--mt-32 {
    margin-top: 24px;
  }
}

.section__title + .section__body--mt-56 {
  margin-top: 56px;
}

@media (max-width: 767px) {
  .section__title + .section__body--mt-56 {
    margin-top: 24px;
  }
}

.section__title + .section__body--mt-32 {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .section__title + .section__body--mt-32 {
    margin-top: 24px;
  }
}

.rm-form {
  width: 100%;
  position: relative;
}

.rm-form__title {
  font-weight: 500;
}

@media (min-width: 0) {
  .rm-form__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .rm-form__title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .rm-form__title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .rm-form__title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .rm-form__title {
    font-weight: 600;
  }
}

.rm-form__found {
  position: absolute;
  right: 0;
  bottom: 16px;
  font-weight: 500;
}

@media (min-width: 0) {
  .rm-form__found {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .rm-form__found {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .rm-form__found {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .rm-form__found {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1279px) {
  .rm-form__found {
    display: none;
  }
}

@media (min-width: 0) {
  .rm-form__field-label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .rm-form__field-label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .rm-form__field-label {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .rm-form__field-label {
    font-size: 12px;
    line-height: 16px;
  }
}

.rm-form__field-options--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .rm-form__field-options--submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.rm-form__field-options--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.rm-form__field-label + .rm-form__field-options {
  margin-top: 8px;
}

.rm-form__option--submit-text {
  color: #B3B3B3;
}

@media (min-width: 0) {
  .rm-form__option--submit-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .rm-form__option--submit-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .rm-form__option--submit-text {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .rm-form__option--submit-text {
    font-size: 12px;
    line-height: 16px;
  }
}

.rm-form__option--submit-button + .rm-form__option--submit-text {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .rm-form__option--submit-button + .rm-form__option--submit-text {
    margin-top: 8px;
    margin-left: 0;
  }
}

.rm-form__option--submit-policy {
  opacity: 0.5;
  margin-left: 12px;
}

@media (min-width: 0) {
  .rm-form__option--submit-policy {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .rm-form__option--submit-policy {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .rm-form__option--submit-policy {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .rm-form__option--submit-policy {
    font-size: 12px;
    line-height: 16px;
  }
}

.rm-form__option--submit + .rm-form__option--submit--vertical {
  margin-top: 8px;
  margin-left: 0;
}

.rm-form__option-policy {
  margin-left: 12px;
}

@media (min-width: 0) {
  .rm-form__option-policy {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .rm-form__option-policy {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .rm-form__option-policy {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .rm-form__option-policy {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .rm-form__option-policy {
    margin-left: 0;
    margin-top: 8px;
  }
}

.rm-form__option-policy a {
  text-decoration: none;
  border-bottom: 1px solid #33AA52;
  color: #3D3D3D;
}

.rm-form__option--fluid .rm-form__content {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.rm-form__description {
  color: #B3B3B3;
}

@media (min-width: 0) {
  .rm-form__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .rm-form__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .rm-form__description {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .rm-form__description {
    font-size: 12px;
    line-height: 16px;
  }
}

.rm-form__status {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding: 40px 0px;
  z-index: 99999999;
}

.rm-form__status-success {
  display: none;
}

.rm-form__status-success svg {
  text-align: center;
  margin: auto;
  width: 60px;
  height: 60px;
}

.rm-form__status-success svg + p {
  margin-top: 26px;
}

.rm-form__status-success p {
  font-weight: 500;
}

@media (min-width: 0) {
  .rm-form__status-success p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .rm-form__status-success p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .rm-form__status-success p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .rm-form__status-success p {
    font-size: 16px;
    line-height: 22px;
  }
}

.rm-form__status-success #successIcon .circle {
  -webkit-animation-name: check;
  animation-name: check;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.rm-form__status-success #successIcon .check {
  -webkit-animation-name: check;
  animation-name: check;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  -webkit-animation-delay: 1s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes check {
  from {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

@keyframes check {
  from {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.rm-form__status-failed {
  display: none;
}

.rm-form__status-failed svg {
  text-align: center;
  margin: auto;
  width: 60px;
  height: 60px;
}

.rm-form__status-failed svg + p {
  margin-top: 26px;
}

.rm-form__status-failed p {
  font-weight: 500;
}

@media (min-width: 0) {
  .rm-form__status-failed p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .rm-form__status-failed p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .rm-form__status-failed p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .rm-form__status-failed p {
    font-size: 16px;
    line-height: 22px;
  }
}

.rm-form__status-failed #failedIcon .circle {
  -webkit-animation-name: check;
  animation-name: check;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@keyframes check {
  from {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}

.rm-form.success .rm-form__status {
  visibility: visible;
  opacity: 1;
}

.rm-form.success .rm-form__status-success {
  display: block;
}

.rm-form.failed .rm-form__status {
  visibility: visible;
  opacity: 1;
}

.rm-form.failed .rm-form__status-failed {
  display: block;
}

.rm-form--type-call-back .rm-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  .rm-form--type-call-back .rm-form__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rm-form--type-call-back .rm-form__img + .rm-form__form {
  margin-top: 16px;
}

.rm-form--type-call-back .rm-form__option-policy {
  margin-left: 0;
  margin-top: 8px;
}

@media (min-width: 0) {
  .rm-form--type-call-back .rm-form__option-policy {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .rm-form--type-call-back .rm-form__option-policy {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .rm-form--type-call-back .rm-form__option-policy {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .rm-form--type-call-back .rm-form__option-policy {
    font-size: 12px;
    line-height: 16px;
  }
}

.rm-form--type-call-back .rm-form__option-btn .button {
  width: 100%;
}

.rm-form--type-call-back .rm-form__img {
  height: 324px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 24px 48px;
  background: url("../img/content/rm-form/call-back.png") no-repeat center;
  background-size: cover;
}

@media (max-width: 1279px) {
  .rm-form--type-call-back .rm-form__img {
    padding: 0 12px 32px 24px;
  }
}

@media (max-width: 767px) {
  .rm-form--type-call-back .rm-form__img {
    padding: 0 12px 24px 12px;
    margin: 0 -12px;
    background-size: 100% 55%;
    background-position: top;
    height: 268px;
    padding-bottom: 0;
  }
}

.rm-form--type-call-back .rm-form__img-text {
  font-weight: 600;
  max-width: 60%;
}

@media (min-width: 0) {
  .rm-form--type-call-back .rm-form__img-text {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .rm-form--type-call-back .rm-form__img-text {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .rm-form--type-call-back .rm-form__img-text {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1440px) {
  .rm-form--type-call-back .rm-form__img-text {
    font-size: 56px;
    line-height: 64px;
  }
}

@media (max-width: 767px) {
  .rm-form--type-call-back .rm-form__img-text {
    width: 100%;
    max-width: 300px;
  }
}

.rm-form--type-booking .rm-form__option + .rm-form__description {
  margin-left: 24px;
  max-width: 260px;
}

@media (max-width: 767px) {
  .rm-form--type-booking .rm-form__option + .rm-form__description {
    margin-left: 0;
    margin-top: 8px;
  }
}

.rm-form--type-booking .rm-form__description {
  color: #3D3D3D;
}

.rm-form--type-booking .rm-form__description a {
  text-decoration: none;
  border-bottom: 1px solid #33AA52;
  color: #3D3D3D;
}

.rm-form--type-booking .rm-form__field-label + .rm-form__field-options {
  margin-top: 4px;
}

.rm-form--type-modal-feedback .rm-form__option-policy {
  margin-left: 0;
  color: #3D3D3D;
}

.rm-form--type-mortgage .row > *:last-child .rm-form__field {
  width: 100%;
}

.rm-form--type-mortgage .row > *:last-child .rm-form__field .button {
  width: 100%;
}

@media (max-width: 767px) {
  .rm-form--type-mortgage .rm-form__option .button {
    width: 100%;
  }
}

.rm-form--type-filter .rm-form__field-label + .rm-form__field-options {
  margin-top: 4px;
}

@media (max-width: 1279px) {
  .rm-form--type-choose-apartment .row > *:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .rm-form--type-choose-apartment .row > *:last-child {
    display: block;
  }
}

@media (max-width: 1279px) {
  .rm-form--type-choose-apartment .row > *:last-child .button {
    width: 200px;
  }
}

@media (max-width: 1279px) and (max-width: 767px) {
  .rm-form--type-choose-apartment .row > *:last-child .button {
    width: 100%;
  }
}

.smart-pro .row:first-child > * > * + * {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .smart-pro .row:first-child > * > * + * {
    margin-top: 24px;
  }
}

.smart-pro .owl-carousel--theme-life-area .owl-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.smart-pro__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  margin: 24px 10px;
}

.smart-pro__btn .tabs__btn {
  border-bottom: 1px solid #D6E2EC;
}

.smart-pro__btn .tabs__btn:hover {
  background: #33AA52;
  color: #FFFFFF !important;
}

@media (max-width: 767px) {
  .smart-pro__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
            flex: 0 0 calc(100% - 20px);
  }
  .smart-pro__btn svg {
    display: none;
  }
}

.smart-pro__btn span {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

@media (min-width: 0) {
  .smart-pro__btn span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .smart-pro__btn span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .smart-pro__btn span {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .smart-pro__btn span {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1279px) {
  .smart-pro__btn span {
    font-weight: 600;
  }
}

.smart-pro__btn-shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -24px -10px;
}

@media (max-width: 767px) {
  .smart-pro__btn-shell {
    margin: -12px -10px;
  }
}

.smart-pro__frame {
  height: 826px;
  width: 100%;
}

@media (max-width: 1439px) {
  .smart-pro__frame {
    height: 706px;
  }
}

@media (max-width: 1279px) {
  .smart-pro__frame {
    height: 436px;
  }
}

@media (max-width: 767px) {
  .smart-pro__frame {
    height: 185px;
  }
}

.smart-pro .row > * + * {
  margin-top: 32px;
}

.smart-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  text-decoration: none;
  color: #3D3D3D;
  width: 50%;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .smart-card {
    width: 70%;
    height: 165px;
  }
}

@media (max-width: 767px) {
  .smart-card {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 238px;
  }
}

.smart-card:hover .smart-card__info {
  background: #33AA52;
}

.smart-card:hover .smart-card__info-next, .smart-card:hover .smart-card__info-text {
  color: #FFFFFF;
}

.smart-card:hover .smart-card__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.smart-card__info {
  padding: 32px 24px;
  background: #EDF2F6;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}

@media (max-width: 767px) {
  .smart-card__info {
    width: 100%;
    padding: 24px;
  }
}

.smart-card__info-next {
  text-transform: uppercase;
  color: #33AA52;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

.smart-card__info-next + .smart-card__info-text {
  margin-top: 16px;
}

.smart-card__info-text {
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}

@media (min-width: 0) {
  .smart-card__info-text {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .smart-card__info-text {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .smart-card__info-text {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .smart-card__info-text {
    font-size: 32px;
    line-height: 40px;
  }
}

.smart-card__img {
  height: 100%;
  width: 35%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 1.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 1.3s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}

@media (max-width: 767px) {
  .smart-card__img {
    width: 100%;
    height: 55%;
  }
}

.social__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .social__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.social__item + .social__item {
  margin-left: 20px;
}

.social__item-svg {
  pointer-events: none;
  -webkit-transition: fill ease-in-out 150ms;
  transition: fill ease-in-out 150ms;
  fill: #33AA52;
}

.social__item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social__item:hover .social__item-svg {
  fill: #56CC75;
}

.tabs {
  position: relative;
}

.tabs__list {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabs__item:first-child .tabs__btn {
  border-radius: 2px 0px 0px 0px;
  border-right: 1px solid #D6E2EC;
  border-left: 1px solid #D6E2EC;
}

.tabs__item:first-child .tabs__btn--active {
  border-right: 1px solid #33AA52;
  border-left: 1px solid #33AA52;
}

.tabs__item:last-child .tabs__btn {
  border-radius: 0px 2px 0px 0px;
  border-left: 1px solid #D6E2EC;
  border-right: 1px solid #D6E2EC;
}

.tabs__item:last-child .tabs__btn--active {
  border-right: 1px solid #33AA52;
  border-left: 1px solid #33AA52;
}

.tabs__btn {
  background: #EDF2F6;
  border: none;
  border-top: 1px solid #D6E2EC;
  padding: 12px 20px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out, color ease-in-out 0.2s;
  transition: all 0.2s ease-in-out, color ease-in-out 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 0) {
  .tabs__btn {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .tabs__btn {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .tabs__btn {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .tabs__btn {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .tabs__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tabs__btn-icon--window {
  stroke: #CFE0EA;
  stroke-width: 4px;
  fill: transparent;
}

.tabs__btn-icon--second {
  fill: #CFE0EA;
}

.tabs__btn svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.tabs__hide-btn {
  position: relative;
  border-bottom: 1px dashed #33AA52;
  cursor: pointer;
}

.tabs__hide-btn::after {
  content: '';
  position: absolute;
  top: 0;
  margin-right: 9px;
  right: 100%;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM7.73233 13.0494L10.9999 9.78186V18.0493H12.9999V9.78162L16.2677 13.0494L17.6819 11.6352L13.4142 7.36753L13.4169 7.36487L12.0027 5.95065L6.31812 11.6352L7.73233 13.0494Z' fill='%2373B978'/%3E%3C/svg%3E%0A");
}

.tabs__hide-btn.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tabs__btn:hover:not(.tabs__btn--active) {
  color: #33AA52;
}

.tabs__btn--active {
  background: #33AA52;
  color: #FFFFFF;
  border-top: 1px solid #33AA52;
  -webkit-transition: all 0.3s ease-in-out, color ease-in-out 0.2s;
  transition: all 0.3s ease-in-out, color ease-in-out 0.2s;
  pointer-events: none;
}

.tabs__btn--active .tabs__btn-icon--window {
  stroke: #FFFFFF;
  stroke-width: 4px;
}

.tabs__btn--active .tabs__btn-icon--second {
  fill: #FFFFFF;
}

.tabs__content {
  position: absolute;
  display: none;
  padding: 24px 0 0px 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.tabs__content--border {
  border-bottom: 1px solid #56CC75;
}

.tabs__content-shell {
  position: relative;
  visibility: visible;
  opacity: 1;
  padding-bottom: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tabs__content.fade {
  visibility: hidden;
  opacity: 0;
}

.tabs__content--active {
  position: relative;
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out 0.1s, visibility 0.3s ease-in-out 0.1s;
  transition: opacity 0.3s ease-in-out 0.1s, visibility 0.3s ease-in-out 0.1s;
}

.tabs__filter-count {
  position: absolute;
  right: 0;
  bottom: 28px;
  font-weight: 600;
}

@media (min-width: 0) {
  .tabs__filter-count {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .tabs__filter-count {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .tabs__filter-count {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .tabs__filter-count {
    font-size: 16px;
    line-height: 22px;
  }
}

.tabs--type-filter .tabs__content-shell {
  background: #EDF2F6;
}

.tabs--type-filter .tabs__content-shell::after, .tabs--type-filter .tabs__content-shell::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #EDF2F6;
}

.tabs--type-filter .tabs__content-shell::after {
  right: 100%;
}

.tabs--type-filter .tabs__content-shell::before {
  left: 100%;
}

@media (max-width: 1279px) {
  .tabs--type-filter .tabs__item:first-child .tabs__btn {
    border-radius: 0;
    border: none;
  }
}

@media (max-width: 1279px) {
  .tabs--type-filter .tabs__item:last-child .tabs__btn {
    border-radius: 0;
    border: none;
    border-top: 1px solid #D6E2EC;
    border-bottom: 1px solid #D6E2EC;
  }
}

@media (max-width: 1279px) {
  .tabs--type-filter {
    background: #FFFFFF;
    padding: 98px 12px 0px 12px !important;
  }
  .tabs--type-filter .tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #D6E2EC;
    border-bottom: none;
  }
  .tabs--type-filter .tabs__item {
    border: none;
  }
  .tabs--type-filter .tabs__item, .tabs--type-filter .tabs__btn {
    width: 100%;
  }
  .tabs--type-filter .tabs__content-shell {
    background: #FFFFFF;
  }
  .tabs--type-filter .tabs__content-shell::after, .tabs--type-filter .tabs__content-shell::before {
    display: none;
  }
  .tabs--type-filter .tabs__header-md {
    display: none;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) {
  .tabs--type-filter .tabs__header-md {
    width: 100%;
    height: 72px;
    background: #33AA52;
    display: block;
    padding: 24px 12px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .tabs--type-filter .tabs__header-md span {
    pointer-events: visible;
    z-index: 9999999999999;
    position: relative;
    display: block;
    font-weight: 600;
    color: #FFFFFF;
    width: 100%;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) and (min-width: 0) {
  .tabs--type-filter .tabs__header-md span {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) and (min-width: 768px) {
  .tabs--type-filter .tabs__header-md span {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) and (min-width: 1280px) {
  .tabs--type-filter .tabs__header-md span {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) and (min-width: 1440px) {
  .tabs--type-filter .tabs__header-md span {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) {
  .tabs--type-filter .tabs__header-md span::after {
    content: '×';
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) and (min-width: 0) {
  .tabs--type-filter .tabs__header-md span::after {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) and (min-width: 768px) {
  .tabs--type-filter .tabs__header-md span::after {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) and (min-width: 1280px) {
  .tabs--type-filter .tabs__header-md span::after {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) and (min-width: 1440px) {
  .tabs--type-filter .tabs__header-md span::after {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 1279px) {
  .tabs--type-filter .tabs__footer-discharge {
    color: #D2425C;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-top: 16px;
  }
}

@media (max-width: 1279px) and (min-width: 0) {
  .tabs--type-filter .tabs__footer-discharge {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  .tabs--type-filter .tabs__footer-discharge {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1279px) and (min-width: 1280px) {
  .tabs--type-filter .tabs__footer-discharge {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1279px) and (min-width: 1440px) {
  .tabs--type-filter .tabs__footer-discharge {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) {
  .tabs--type-filter .tabs__footer-discharge {
    margin-top: 16px !important;
  }
}

@media (max-width: 1279px) {
  .tabs--type-filter .tabs__footer-discharge:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .tabs--type-filter .tabs__footer-md {
    display: none;
    padding: 16px 0px;
    background: #EDF2F6;
    width: 100%;
    border-bottom: 2px solid #33AA52;
  }
  .tabs--type-filter .tabs__footer-md > * {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1279px) and (max-width: 1279px) {
  .tabs--type-filter .tabs__footer-md {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
  }
  .tabs--type-filter .tabs__footer-md::after, .tabs--type-filter .tabs__footer-md::before {
    content: '';
    width: 100%;
    height: 102%;
    position: absolute;
    bottom: -2px;
    background: #EDF2F6;
    border-bottom: 2px solid #33AA52;
  }
  .tabs--type-filter .tabs__footer-md::after {
    right: 100%;
  }
  .tabs--type-filter .tabs__footer-md::before {
    left: 100%;
  }
}

.tabs--type-apartment {
  border-bottom: 2px solid #EDF2F6;
}

.tabs--type-apartment .tabs__item:first-child .tabs__btn {
  border-radius: 0px 0px 0px 2px;
}

.tabs--type-apartment .tabs__item:last-child .tabs__btn {
  border-radius: 0px 0px 2px 0px;
}

.tabs--type-apartment .tabs__btn {
  border-bottom: none;
  border-top: 1px solid #D6E2EC;
}

.tabs--type-apartment .tabs__btn--active {
  border-top: 1px solid #33AA52;
}

.tabs--type-apartment .tabs__content {
  position: relative;
  padding: 0px;
}

.tabs--type-apartment .tabs__content-shell {
  border-top: 2px solid #EDF2F6;
  padding: 24px 0px;
  min-height: 486px;
}

.tabs--type-apartment .tabs__content-img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 438px;
}

.tabs--type-apartment .tabs__content-tag {
  position: absolute;
  bottom: 7px;
  left: 0;
}

.tabs--type-smart-standards {
  border-bottom: 2px solid #EDF2F6;
}

@media (max-width: 1279px) {
  .tabs--type-smart-standards {
    border-bottom: 0px;
  }
}

.tabs--type-smart-standards .tabs__btn {
  text-decoration: none;
  color: #3D3D3D;
}

.tabs--type-smart-standards .tabs__btn:hover {
  color: #33AA52;
}

.tabs--type-smart-standards .tabs__btn--active {
  color: #FFFFFF;
}

@media (max-width: 1279px) {
  .tabs--type-smart-standards .tabs__list {
    display: none;
  }
}

.tabs--type-smart-standards .tabs__select {
  display: none;
}

@media (max-width: 1279px) {
  .tabs--type-smart-standards .tabs__select {
    display: block;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .tabs--type-smart-standards .tabs__select {
    width: 100%;
  }
}

.tag {
  position: relative;
  padding: 4px 8px;
  border-radius: 2px 2px 2px 0;
  pointer-events: none;
}

@media (min-width: 0) {
  .tag {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .tag {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .tag {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .tag {
    font-size: 16px;
    line-height: 22px;
  }
}

.tag:after {
  content: '';
  position: absolute;
  top: 95%;
  left: 0;
  width: 10px;
  height: 7px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 107% 4%);
          clip-path: polygon(0 0, 0% 100%, 107% 4%);
}

.tag--color-red {
  background-color: #D2425C;
  color: #FFFFFF;
}

.tag--color-red:after {
  background: #D2425C;
}

.tag--color-orange {
  background-color: #F08732;
  color: #FFFFFF;
}

.tag--color-orange:after {
  background: #F08732;
}

.tag--color-green {
  background-color: #33AA52;
  color: #FFFFFF;
}

.tag--color-green:after {
  background: #33AA52;
}

.tag--type-link {
  background-color: #EDF2F6;
  color: #3D3D3D;
  display: inline-block;
  pointer-events: visible;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1), color linear 0.2s;
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1), color linear 0.2s;
  cursor: pointer;
}

.tag--type-link:after {
  -webkit-transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.tag--type-link:after {
  background: #EDF2F6;
}

.tag--type-link:hover {
  background-color: #33AA52;
  color: #FFFFFF;
  -webkit-transform: translate(0px, -7px);
          transform: translate(0px, -7px);
}

.tag--type-link:hover:after {
  background: #33AA52;
}

.typography h1 + *,
.typography * + h1,
.typography ul + *,
.typography * + ul,
.typography h2 + *,
.typography * + h2,
.typography ol + *,
.typography * + ol,
.typography h3 + *,
.typography * + h3,
.typography h4 + *,
.typography * + h4,
.typography h5 + *,
.typography * + h5,
.typography p + *,
.typography * + p {
  margin-top: 16px;
}

.typography p {
  color: #3D3D3D;
}

@media (min-width: 0) {
  .typography p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .typography p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .typography p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .typography p {
    font-size: 16px;
    line-height: 22px;
  }
}

.typography ol {
  padding-left: 22px;
}

@media (max-width: 1279px) {
  .typography ol {
    padding-left: 20px;
  }
}

.typography ol li + li {
  margin-top: 4px;
}

.typography ul {
  list-style: none;
  padding: 0;
}

.typography ul li + li {
  margin-top: 4px;
}

.typography ul li {
  position: relative;
  padding-left: 24px;
}

@media (max-width: 1279px) {
  .typography ul li {
    padding-left: 22px;
  }
}

.typography ul li:before {
  content: '—';
  position: absolute;
  top: 0;
  left: 0;
}

ul + .typography__title {
  margin-top: 40px;
}

@media (max-width: 767px) {
  ul + .typography__title {
    margin-top: 32px;
  }
}

.typography p + ol,
.typography p + ul,
.typography ol + p,
.typography ul + p {
  margin-top: 24px;
}

p + .typography-quotes,
.typography-quotes + p {
  margin-top: 24px;
}

.typography-quotes__text {
  padding-left: 56px;
  position: relative;
}

@media (max-width: 767px) {
  .typography-quotes__text {
    padding-left: 48px;
    margin-left: -12px;
  }
}

.typography-quotes__text::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 64px;
  left: 0;
  top: 0;
  background-repeat: repeat-y;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M11.3407 9.92042L32.0002 30.6394L32.0002 9.92042L11.3407 9.92042Z' fill='%2332AA50'/%3E%3Cpath d='M30.0481 32.6193L17.4293 19.9551L17.4293 32.6193L30.0481 32.6193Z' fill='%2332AA50'/%3E%3Cpath d='M7.41353 9.92157L14.6409 17.1616L14.6409 32.6193L0.000280885 32.6193L0.000283787 9.89829L7.41353 9.92157Z' fill='%2332AA50'/%3E%3Cpath d='M15.4311 7.12925L22.0078 0.564354L0.000415802 0.564352L0.000415515 7.12925L15.4311 7.12925Z' fill='%2332AA50'/%3E%3Cpath d='M32.0002 7.12837L19.3814 7.12837L25.958 0.563476L32.0002 0.563477L32.0002 7.12837Z' fill='%2332AA50'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32.0559' height='31.9999' fill='white' transform='translate(32.0002 0.563477) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.typography-quotes__text + .typography-quotes__autor {
  margin: 12px 0 0 56px;
}

@media (max-width: 767px) {
  .typography-quotes__text + .typography-quotes__autor {
    margin: 12px 0 0 36px;
  }
}

.typography-quotes__autor {
  font-weight: 600;
}

@media (min-width: 0) {
  .typography-quotes__autor {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .typography-quotes__autor {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .typography-quotes__autor {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .typography-quotes__autor {
    font-size: 16px;
    line-height: 22px;
  }
}

li + .typography__promo {
  margin-top: 32px !important;
}

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

.typography__promo::before {
  display: none;
}

.typography__promo .promo {
  height: 410px;
}

@media (max-width: 1279px) {
  .typography__promo .promo {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .typography__promo .promo {
    min-height: 212px;
    height: 100%;
  }
}

.typography__promo .promo::after {
  display: none;
}

.typography__ul--type-smart li:not(.typography__promo) {
  max-width: 80%;
}

@media (max-width: 1279px) {
  .typography__ul--type-smart li:not(.typography__promo) {
    max-width: 100%;
  }
}

.tooltip {
  z-index: 70;
}

.tooltip.show {
  opacity: 1;
}

.uikit {
  padding: 0px 0 50px;
}

.uikit__page-list {
  padding: 0px 0;
}

@media (min-width: 0) {
  .uikit__page-list {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .uikit__page-list {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .uikit__page-list {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .uikit__page-list {
    font-size: 32px;
    line-height: 40px;
  }
}

.uikit__page-list-section + .uikit__page-list-section {
  margin-top: 80px;
}

@media (max-width: 1279px) {
  .uikit__page-list-section + .uikit__page-list-section {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .uikit__page-list-section + .uikit__page-list-section {
    margin-top: 40px;
  }
}

.uikit__section + .uikit__section {
  margin-top: 50px;
}

.uikit__title {
  color: #D2425C;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (min-width: 0) {
  .uikit__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .uikit__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .uikit__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .uikit__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.uikit__row {
  margin: -5px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.uikit__title + .uikit__row {
  margin-top: 40px;
}

.uikit__row--no-margin {
  margin: 0;
}

.uikit__row > .row {
  min-width: 100%;
}

.uikit__row + .uikit__row {
  margin-top: 20px;
}

.uikit__row-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 20%;
}

@media (max-width: 767px) {
  .uikit__row-item {
    width: 100%;
  }
}

.uikit__row > .uikit__row-item {
  margin: 5px 10px;
}

.uikit__block {
  margin: 20px 0;
}

@media (min-width: 0) {
  .uikit__typography-p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .uikit__typography-p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1280px) {
  .uikit__typography-p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1440px) {
  .uikit__typography-p2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 0) {
  .uikit__typography-tag {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .uikit__typography-tag {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .uikit__typography-tag {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .uikit__typography-tag {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 0) {
  .ways-buy__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .ways-buy__text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .ways-buy__text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1440px) {
  .ways-buy__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.ways-buy__text p + p {
  margin-top: 20px;
}

.ways-buy__text + .ways-buy__title {
  margin-top: 56px;
}

@media (max-width: 767px) {
  .ways-buy__text + .ways-buy__title {
    margin-top: 32px;
  }
}

.ways-buy__title {
  font-weight: 600;
}

@media (min-width: 0) {
  .ways-buy__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .ways-buy__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .ways-buy__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1440px) {
  .ways-buy__title {
    font-size: 32px;
    line-height: 40px;
  }
}

.ways-buy__title + .ways-buy__stages,
.ways-buy__stages + .ways-buy__stages {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .ways-buy__title + .ways-buy__stages,
  .ways-buy__stages + .ways-buy__stages {
    margin-top: 16px;
  }
}

.ways-buy__stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .ways-buy__stages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ways-buy__stages-count {
  font-weight: 600;
  color: #33AA52;
}

@media (min-width: 0) {
  .ways-buy__stages-count {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .ways-buy__stages-count {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .ways-buy__stages-count {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1440px) {
  .ways-buy__stages-count {
    font-size: 56px;
    line-height: 64px;
  }
}

.ways-buy__stages-count + .ways-buy__stages-text {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .ways-buy__stages-count + .ways-buy__stages-text {
    margin-left: 0;
    margin-top: 8px;
  }
}

.ways-buy__stages + .ways-buy__stages-btn {
  margin-top: 32px;
  margin-left: 58px;
}

@media (max-width: 1279px) {
  .ways-buy__stages + .ways-buy__stages-btn {
    margin-left: 46px;
  }
}

@media (max-width: 767px) {
  .ways-buy__stages + .ways-buy__stages-btn {
    margin-top: 24px;
    margin-left: 0px;
  }
}
