/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/src/index.js!./src/css/style.css ***!
  \********************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Road Radio";
  src: url(assets/RoadRadio.woff) format("woff"),
    url(assets/RoadRadio.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Road Radio";
  src: url(assets/RoadRadio-Light.woff) format("woff"),
    url(assets/RoadRadio-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(assets/OpenSans-Bold.woff) format("woff"),
    url(assets/OpenSans-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url(assets/OpenSans-ExtraBold.woff) format("woff"),
    url(assets/OpenSans-ExtraBold.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url(assets/OpenSans-Regular.woff) format("woff"),
    url(assets/OpenSans-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url(assets/OpenSans-SemiBold.woff) format("woff"),
    url(assets/OpenSans-SemiBold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url(assets/OpenSans-Light.woff) format("woff"),
    url(assets/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Road Radio";
  src: url(assets/RoadRadio-Bold.woff) format("woff"),
    url(assets/RoadRadio-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Road Radio";
  src: url(assets/RoadRadio-Black.woff) format("woff"),
    url(assets/RoadRadio-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -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 and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


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

body {
  min-width: 320px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #2a2a30;
  background: #fff;
  scroll-behavior: smooth;
}

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

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #2a2a30;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

a:hover {
  color: #59b039;
}

a.link-accent {
  color: #59b039;
}

a.link-accent:hover {
  color: #96e07a;
}

a.underline {
  text-decoration: underline;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.section {
  padding: 25px 0;
  scroll-margin-top: 180px;
  background-clip: padding-box;
}
.section-slider {
  overflow: hidden;
}
.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
}
.section-title {
  width: 100%;
  font-size: 32px;
}
.section-title-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  white-space: nowrap;
}
.section-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.section-header-left .section-right-mobile {
  display: none;
}

.section-header .section-header-radiobutton {
  width: inherit;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(auto, 140px));
}
.section-header .section-header-radiobutton-rigth {
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-header-links,
.section-header .section-switcher-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  margin-left: 40px;
}
.section-header .section-switcher-office-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
  margin-left: 40px;
}
.section-filters-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  margin-left: 40px;
}

.icon {
  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;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.icon_lg {
  width: 24px;
  height: 24px;
}

.icon_left {
  margin-right: 10px;
}

.icon_right {
  margin-left: 10px;
}

.icon-close:hover {
  background-origin: border-box;
}

strong {
  font-weight: bold;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.modal-title,
.modal-default__heading,
.header-menu-small__city,
.req-modal__name-title,
.req-modal__success-title,
.promo-bottom__title,
.calc-req__title,
.calc-req__percent,
.calc-req__price-value,
.how-to-buy-card__title,
.faq-card__question,
.scheme-card__info-title,
.scheme-card__info-price,
.flat-map__info-title,
.type-detail__title,
.main-slider__title,
.main-form__title,
.buy-info__title,
.news-detail__title,
.online-form-textbox__title,
.online-form-textbox__subtitle,
.project-slide__title,
.project-slide-prop__value,
.project-slide__payment,
.project-nav__title {
  line-height: 1.25;
}

.calc-req-installment__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 85px;
  line-height: 1.25;
}

h1 {
  line-height: 1.2;
  font-family: "Road Radio";
  font-size: 58px;
  margin: 0;
}

h2 {
  margin: 0;
  line-height: 1.2;
  font-family: "Road Radio";
  font-size: 32px;
  letter-spacing: 0.03em;
}

h3 {
  margin: 0;
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 22px;
}

h4 {
  margin: 0;
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 20px;
}

h5 {
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 19px;
  margin: 0;
}

h6 {
  line-height: 1.2;
  font-size: 16px;
  margin: 0;
}

/* Utilities */

.overflow-hidden {
  overflow: hidden;
}

.max-h-full {
  max-height: 100%;
}

.relative {
  position: relative;
}

.text-bold {
  font-weight: bold;
}

/* Components */

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 700px;
  border-radius: 4px;
}

.video-container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video_preview {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-container__play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-right: 10px;
}

.video-link:last-child {
  margin: 0;
}

.video-link .video-details span {
  display: block;
}

.video-link .video-details__title {
  margin-bottom: 27px;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.video-thumb {
  position: relative;
  width: 100%;
  max-width: 160px;
  height: 94px;
  border-radius: 5px;
  margin-right: 10px;
  overflow: hidden;
}

.video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-thumb .video-container__play {
  opacity: 0;
  width: 44px;
  height: 44px;
}

.video-thumb .video-container__play .play-btn {
  width: 44px;
  height: 44px;
}

.video-thumb:hover .video-container__play {
  opacity: 1;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-details__title {
  margin-bottom: 20px;
}

.video-details__date {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #838a9d;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
}

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

.modal.show {
  opacity: 1;
  visibility: visible;
  z-index: 1050;
}

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

.modal.fade .modal-dialog {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.modal.show .modal-dialog {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.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% - (10px * 2));
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - (10px * 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-radius: 0;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.2);
  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;
}
.dark_background {
  position: fixed;
  background: black;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 98;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: background 0.5s, visibility 0.5s, opacity 0.5s linear;
  transition: background 0.5s, visibility 0.5s, opacity 0.5s linear;
}

.dark_background.dark_background_show {
  opacity: 0.4;
  pointer-events: all;
  visibility: visible;
}

.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: 80px 120px 40px;
  color: #000;
  position: relative;
  text-align: center;
  width: 100%;
}

.header-how-buy {
  position: absolute;
  top: 99px;
  width: 100%;
  border-top: 1px solid #d7d9db;
  max-height: 0;
  opacity: 0;
  background: #ffffff;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: max-height 0.4s, visibility 0s 0.4s, opacity 0.4s linear;
  transition: max-height 0.4s, visibility 0s 0.4s, opacity 0.4s linear;
}

.show-header-how-buy,
.show-header {
  max-height: 80px;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  -webkit-transition: max-height 0.4s, opacity 0.4s linear;
  transition: max-height 0.4s, opacity 0.4s linear;
  border-bottom: 1px solid #d7d9db;
}


.modal-title {
  margin-bottom: 0;
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  width: 100%;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 120px 80px;
}

.modal-body-case,
.modal-body--nopad {
  padding: 0 !important;
}

.modal-body-serv {
  padding: 30px 60px !important;
}

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

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

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

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

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

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

.modal-default {
  text-align: center;
}

.modal-default__heading {
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 15px;
}

.modal-default__text {
  margin-bottom: 30px;
}

.modal-default__btn {
  margin: 10px;
  min-width: 100px !important;
}

.modal-lg .modal-body {
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 5px;
  height: 9999px;
  left: 50%;
  margin-left: -4.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
  outline: none !important;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  width: 48px;
  height: 48px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  bottom: 2px;
  text-indent: -9999px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 3;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.9;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.4;
  cursor: default;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 1px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: 58px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.slick-next {
  right: 0;
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 100%;
  background-color: transparent !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-dots li button:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: "Gotham Pro", sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #b4b9be), to(white));
  background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919ba5), to(white));
  background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 2px;
  background-color: #cccccc;
}

.irs--round .irs-bar {
  top: 36px;
  height: 2px;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
}

.irs--round .irs-handle {
  top: 20px;
  width: 32px;
  height: 32px;
  border: 8px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: none;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  color: white;
  border-radius: 4px;
  display: none;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #cccccc;
}

.irs--round .irs-grid-text {
  color: #cccccc;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square .irs-grid {
  bottom: 40px;
}

.irs--square .irs-grid-pol {
  top: 28px;
}

.irs--square .irs-grid-pol.small {
  top: 32px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 0px;
  height: 50px;
  z-index: 2;
  position: relative;
  cursor: pointer;
}

.irs--square .irs-line:after {
  top: 31px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  content: "";
  position: absolute;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  z-index: 4;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 4;
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-shadow: none;
  padding: 5px 9px;
  background-color: #000;
  color: white;
  border-radius: 2px;
  top: 44px;
  cursor: pointer;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: #aaa;
  font-size: 9px;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 0.65s;
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: 0.85s;
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: 0.95s;
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
  -webkit-transform: translate3d(-100px, 100px, 0);
  transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
  -webkit-transform: translate3d(100px, 100px, 0);
  transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
  -webkit-transform: translate3d(-100px, -100px, 0);
  transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
  -webkit-transform: translate3d(100px, -100px, 0);
  transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

[data-aos="zoom-in"] {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-aos="slide-up"] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos="flip-left"] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

@supports (--css: variables) {
  input[type="range"].multirange {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }

  input[type="range"].multirange::-moz-range-thumb {
    transform: scale(1);
    /* FF doesn't apply position it seems */
  }

  input[type="range"].multirange.original {
    position: absolute;
  }

  input[type="range"].multirange.original::-webkit-slider-thumb {
    position: relative;
    z-index: 2;
  }

  input[type="range"].multirange.original::-moz-range-thumb {
    z-index: 2;
  }

  input[type="range"].multirange::-moz-range-track {
    border-color: transparent;
    /* needed to switch FF to "styleable" control */
  }

  input[type="range"].multirange.middle {
    position: absolute;
    -webkit-appearance: none;
  }

  input[type="range"].multirange.middle:focus {
    outline: none;
  }

  input[type="range"].multirange.middle::-moz-range-thumb {
    position: relative;
    z-index: 1;
    height: 9px;
    width: var(--size);
    margin-top: 6px;
    margin-bottom: 6px;
    background: transparent;
    cursor: pointer;
    border: 0;
  }

  input[type="range"].multirange.middle::-webkit-slider-thumb {
    position: relative;
    z-index: 1;
    height: 9px;
    width: var(--size);
    margin-top: 6px;
    margin-bottom: 6px;
    background: transparent;
    -webkit-appearance: none;
    cursor: pointer;
  }

  input[type="range"].multirange.ghost {
    position: relative;
    background: var(--track-background);
    --track-background: linear-gradient(
        to right,
        transparent var(--low),
        var(--range-color) 0,
        var(--range-color) var(--high),
        transparent 0
      )
      no-repeat 0 45% / 100% 40%;
    --range-color: hsl(190, 80%, 40%);
  }

  input[type="range"].multirange.ghost::-webkit-slider-runnable-track {
    background: var(--track-background);
  }

  input[type="range"].multirange.ghost::-moz-range-track {
    background: var(--track-background);
  }

  input[type="range"].multirange.ghost::-webkit-slider-thumb {
    position: relative;
    z-index: 2;
  }

  input[type="range"].multirange.ghost::-moz-range-thumb {
    z-index: 2;
  }
}

/* IE */

/*! nouislider - 14.6.4 - 3/18/2021 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.custom-select-container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.custom-select-container.is-disabled {
  opacity: 0.333;
}

.custom-select-opener {
  background-color: #ccc;
  padding: 0.5em;
  display: block;
  cursor: pointer;
  width: 100%;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-out, overflow-y 0.1s 0.5s;
  transition: max-height 0.5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 10.7em;
  overflow-y: auto;
}

.custom-select-option {
  padding: 0.5em;
}

.custom-select-option.has-focus {
  background-color: LightBlue;
}

.custom-select-option.is-selected::before {
  content: "✔";
  padding-right: 0.5em;
}

.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

/**
* Swiper 6.5.5
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2021 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: April 8, 2021
*/

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-pagination-lock {
  display: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-pagination.slider-dots {
  position: relative;
  margin: 0;
  left: auto;
  right: auto;
}

.swiper-pagination.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 12px;
  list-style: none;
  width: 100vmax !important;
}

.swiper-pagination .swiper-pagination-bullet {
  -webkit-transform: none;
  transform: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e1e1e1;
  margin: 0 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  opacity: 1;
  outline: none;
  border: none;
}

.slider-dots.swiper-pagination .swiper-pagination-bullet-active {
  background: #59b039;
  width: 12px;
  height: 12px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-container .swiper-slide,
.swiper-container .swiper-wrapper {
  height: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.schemaslider-wrap-width {
  width: 80%;
  max-width: 1200px;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}
.main-slider-container-full,
.main-slider-container {
  position: relative;
  height: 100%;
}
.main-slider-wrap-controls-full,
.main-slider-wrap-controls {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.main-slider-wrap-controls-full {
  width: auto;
  right: 0;
}
.slide-main-content-wrap,
.slide-main-image-wrap {
  width: 50%;
  max-height: 660px;
  background: #F0F9F0;
}
.slide-project-image-wrap-full,
.slide-main-image-wrap-full {
  width: 100%;
  z-index: 0;
  overflow: hidden;
  max-height: 660px;
}
.slide-project-image-wrap-full-2 {
  min-height: 30vh;
}
.slide-main-content-wrap-full {
  position: absolute;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-height: 660px;
}
.slide-project-content-wrap-full {
  position: absolute;
  width: 100%;
  z-index: 10;
  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-pack: distribute;
      justify-content: space-around;
  height: 100%;
}
.main-slider-full__link {
  color: #77bc5d;
  background-color: #fff;
  border-radius: 5px;
  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: 10px 17px;
  white-space: break-spaces;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}
.main-slider-full__text,
.main-slider-full__title {
  color: #fff;
}

.slide-main-content-wrap {
  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: 50px 0;
}
.slide-main-content {
  max-width: 700px;
  width: 100%;
  text-align: left;
  padding: 10px 20px 10px 0;
  height: auto;
}
.slide-main-content-full {
  width: 100%;
}
.main-slider-partner-container {
  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: 15px;
  z-index: 10;
  position: absolute;
  top: 10%;
  min-height: 85px;
  background: #ffffff;
  border-radius: 0px 5px 5px 0px;
}
.main-slider-partner-wrap {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-slider-partner-logo {
  height: 50px;
  max-width: 80px;
  border-right: 1px solid #20b426;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
}
.main-slider-partner-info {
  height: inherit;
  padding: 0 15px;
}
.main-slider-partner-info-title {
  font-weight: 600;
  font-size: 10px;
  padding: 0;
}
.main-slider-partner-info-name {
  font-size: 12px;
  padding: 0;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination-wrap {
  width: 100px;
  overflow: hidden;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* a11y */

.swiper-vertical {
  height: 350px;
  margin: 15px 0;
  overflow: hidden;
}
.swiper-vertical .swiper-slide-active {
  font-weight: bold;
  font-size: 58px;
  line-height: 58px;
  margin: -25px 0;
}

.floor-vertical-slider {
  height: inherit;
  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-transform: rotate(180deg);
          transform: rotate(180deg);
}

.floor-vertical-slider .swiper-slide {
  width: 70px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.js-swiper-slide.swiper-slide-active button {
  font-weight: bold;
}

.swiper-container {
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* slider controll */

.slider-control {
  position: relative;
  padding: 24px;
  border: none;
  outline: none;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  z-index: 2;
  margin: 0 15px;
  top: initial;
}

.slider-control:not(:disabled):hover path {
  stroke: #fff;
}

.slider-control_primary {
  background-color: #fff;
}

.slider-control_primary.swiper-button-disabled {
  opacity: 1;
}

.slider-control_primary:hover {
  background-color: #59b039;
}

.slider-control_primary:hover.swiper-button-disabled {
  background-color: #fff;
  cursor: default;
}

.slider-control_secondary {
  background-color: #59b039;
}

.slider-control_secondary:hover {
  background-color: #77bc5d;
}

.slider-control_secondary.swiper-button-disabled {
  background-color: #f2f9ef;
  cursor: default;
  opacity: 1;
}

.slider-control_secondary.swiper-button-disabled path {
  stroke: #2a2a30;
}

.slider-control_light {
  background: none;
  border: 1px solid #fff;
}

.slider-control_light:hover {
  background: rgba(255, 255, 255, 0.3);
}

.slider-control_light .slider-control__icon path {
  stroke: white;
}

.slider-control_light-secondary {
  background: none;
  border: 1px solid #d7d9db;
}

.slider-control_light-secondary:hover {
  border-color: #c6efc6;
}

.slider-control_light-secondary:hover path {
  stroke: #59b039;
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-control__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.slider-control__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.slider-control__icon path {
  stroke: #2a2a30;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}


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-bg,
.fancybox-outer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-inner {
  height: 100%;
  width: 100%;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgba(30, 30, 30, 0.8);
  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: 1;
  -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-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

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

.fancybox-infobar {
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 32px;
  line-height: 32px;
  text-align: center;
  left: calc(50% - 40px);
  -webkit-transform: translateY(-7%);
          transform: translateY(-7%);
  bottom: 7%;
  width: 80px;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 100px;
}

.fancybox-toolbar {
  right: 20px;
  top: 20px;
}

.fancybox-stage {
  height: inherit;
  width: inherit;
  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;
  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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  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;
  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;
}

.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%;
  max-width: none;
  overflow: visible;
  padding: 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;
  height: 100%;
}

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

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  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;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .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%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

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

.fancybox-button {
  background: none;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

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

.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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause,
.fancybox-button--play {
  margin-right: 20px;
}
.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;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.5;
  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;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 48px;
  width: 48px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 20px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 20px;
}
.fancybox-thumbs {
  background: none;
  height: 100px;
  width: 100%;
  z-index: 99995;
}

.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(0, 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(transparent)
  );
  background: linear-gradient(
    0deg,
    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%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(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;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 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: 0.5;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

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

.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: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  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;
}

.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: scaleX(1);
  transform: scaleX(1);
}

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

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

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

.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: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.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: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

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

.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;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  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;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.content-error {
  padding: 16px 0;
}

.content-buy {
  padding-top: 0px;
}
.content-news-detail {
  padding-bottom: 190px;
}

.scroll-lock {
  overflow: hidden;
}

.header {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.header,
.header-top {
  border-bottom: 1px solid #d7d9db;
}
.header.hidden-wrap {
  display: block;
  border: none;
}
.header-top {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  padding: 6px 0;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 270px;
  max-height: 56px;
}
.header-logo {
  height: auto;
  width: 100%;
}

.header-menu {
  width: 100%;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.project-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu_secondary .header-menu__item a,
.header-menu_secondary .header-options__item {
  padding: 23px 0;
}

.header-menu_secondary .header-menu__item a:hover::after,
.header-menu_secondary .header-options__item:hover::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #59b039;
}
.header-menu-center-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-menu__item {
  margin: 0 15px;
  white-space: nowrap;
}
.header-menu__item:first-child {
  margin: 0;
  margin-right: 15px;
}
.header-menu__item:last-child {
  margin: 0;
  margin-left: 15px;
}

.header-menu__item a {
  position: relative;
  display: block;
}

.header-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.header-options__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-options__item span:hover {
  color: #59b039;
}

.header-call {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  position: relative;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-size: 17px;
}

.header-call:not(:hover) {
  color: #2a2a30;
}

.header-small {
  display: none;
}

.header-small ul {
  margin-bottom: 0;
  height: 30px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu__location_switch {
  position: relative;
}

.header-menu__location_switch-wrap {
  display: block;
  position: absolute;
  top: 10%;
  left: 65%;
  -webkit-transform: translateX(-65%) translateY(-10%);
          transform: translateX(-65%) translateY(-10%);
  width: 220px;
  min-height: 140px;
  background: #ffffff;
  -webkit-box-shadow: 0px 9px 40px -6px rgba(24, 39, 75, 0.15);
  box-shadow: 0px 9px 40px -6px rgba(24, 39, 75, 0.15);
  border-radius: 5px;
  z-index: 9999;
}

.header-menu__location_switch-wrap_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 7px 7px 0px 7px;
}

.header-menu__location_switch__close-btn {
  padding: 0;
}

.header-menu__location_switch__wrap-title_gray {
  font-size: 12px;
  color: #838a9d;
  font-family: "Open Sans";
  font-weight: normal;
  padding-bottom: 3px;
}

.header-menu__location_switch__wrap-city {
  font-weight: 600;
  font-size: 16px;
  font-family: "Open Sans";
}

.header-menu__location_switch__wrap-container {
  display: none;
  padding: 0 30px 20px 30px;
}

.header-menu__location_switch__wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 14px;
}

.header-menu__location_switch__wrap-btn-true,
.header-menu__location_switch__wrap-btn-false {
  padding: 10px 25px;
  border-radius: 5px;
}

.header-menu__location_switch__wrap-btn-true {
  color: white;
  background-color: #96e07a;
}

.header-menu__location_switch__wrap-btn-false {
  color: #96e07a;
  border: 1px solid #96e07a;
}

.header-menu__location_switch__wrap-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-menu__location_switch__wrap-city_item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  padding-top: 15px;
}

.header-small__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.header-menu-small {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-menu-small__location {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #d7d9db;
  border-top: 1px solid #d7d9db;
}

.header-menu-small__city {
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  color: #59b039;
}

.header-menu_column-small {
  overflow-y: scroll;
  display: block;
  padding: 20px 20px;
  margin-top: 20px;
}

.header-menu_column-small li {
  height: 50px;
}

.header-menu-small__logo {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu_project {
  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;
  padding: 15px 30px;
  border: 1px solid #a3adc1;
  background-color: #fff;
  border-radius: 5px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s, visibility 0s 1s, opacity 0.2s linear;
  transition: max-height 0.4s, visibility 0s 1s, opacity 0.2s linear;
}
.header-menu_project.show {
  visibility: visible;
  opacity: 1;
  max-height: 250px;
  -webkit-transition: max-height 0.4s, opacity 0.2s linear;
  transition: max-height 0.4s, opacity 0.2s linear;
}

.header-menu_project li {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 20px;
}

.header-menu_project li:last-child {
  margin-bottom: 0;
}

.menu_promotions>a {
  color: #59b039;
  font-weight: bold;
}

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

.radio-button {
  display: inherit;
  margin-right: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio input {
  display: none;
}

.radio .radio-tick {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border-radius: 0%;
}

.radio input:checked + .radio-tick {
  background: #59b039;
}

.radio input:checked + .radio-tick::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(assets/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.radio-label {
  padding-left: 10px;
  font-size: 14px;
  color: #2a2a30;
}
.active-page * {
  color: #59b039;
}
.active_filter .checkbox_label,
.active_radio .choice-option__label,
.active_radio .filter-map-radio__label,
.active_radio .category_project__label {
  background-color: #59b039;
  border-color: #59b039;
  color: #fff;
}

.footer {
  background: #f9f9f9;
}

.footer-top {
  padding: 30px 0;
  border-top: 1px solid #d7d9db;
  border-bottom: 1px solid #d7d9db;
}

.footer-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top-left,
.footer-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top__text {
  margin-right: 30px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

.btn.footer-top-left__btn {
  padding: 18px 55px;
}

.btn.footer-top-right__btn {
  padding: 18px 45px;
}

.footer-top__phone {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  margin-left: 30px;
}

.footer-top-right .btn.btn_primary {
  margin-left: 30px;
}

.footer-menus {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px 100px;
  padding: 50px 0 20px 0;
}

.footer-menu-wrap {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 25px;
}

.footer-menu-wrap:last-child {
  margin: 0;
}

.footer-menu__title {
  margin-bottom: 25px;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #838a9d;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.footer-menu-list__item {
  margin-bottom: 17px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.footer-menu-list__item:last-child {
  margin: 0;
}

.footer-menu-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-menu-list__item .icon path {
  fill: #838a9d;
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
}

.footer-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 245px;
  margin-right: 50px;
}

.footer__copyright {
  margin: 0;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #838a9d;
}

.footer__copyright a {
  color: #2a2a30;
  margin-bottom: 17px;
}

.footer-years {
  padding: 10px 0;
  border-top: 1px solid #d7d9db;
}

.footer-years__text {
  color: #838a9d;
  font-size: 12px;
  font-weight: 500;
}

.footer-bottom-mini {
  display: none;
}
.footer-bottom-mini-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer-btn-show-menu,
.footer-logo-mini,
.footer-menu-wrap-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.footer-menu-wrap-social {
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.footer-menu-mini__title {
  color: #838a9d;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-menu-list-mini__item {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  list-style: none;
}
.footer-menu-list-mini__item path {
  fill: #838a9d;
}
.footer-bottom-menu-mini {
  display: none;
}
.footer-btn-show path {
  font-size: 12px;
  line-height: 16px;
}
.footer-btn-show path {
  stroke: #838a9d;
}
.footer-menu-mini {
  display: none;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 40;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  max-height: initial;
  height: 100%;
  background-color: #fff;
}
.footer-menu-mini-wrap {
  padding: 20px;
}
.footer-menu-mini-wrap-item {
  padding: 10px 0;
}
.footer-menu-mini__close {
  font-size: 50px;
  margin-right: 8px;
  cursor: pointer;
}
.footer-menu-mini__logo {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #d7d9db;
  border-top: 1px solid #d7d9db;
}
.req-modal {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  z-index: -100;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
}
.req-modal_city {
  background: none;
}

.req-modal__content {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.req-modal__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.req-modal__show {
  opacity: 1;
  z-index: 1000;
}

.req-modal__wrapper {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow: auto;
  height: 100%;
  width: 40%;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.req-modal__body {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-right: 10px;
}

.req-modal__body-hidden {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
}

.req-modal__name-title {
  line-height: 1.2;
  font-family: "Road Radio";
  font-size: 49px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}

.req-modal__name-subtitle {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 40px;
  margin-top: 0;
}

.req-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.req-modal__input {
  margin-bottom: 35px;
  resize: none;
}

.req-modal__btn {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.req-modal__agreement {
  width: 100%;
  margin: 0;
  text-align: left;
  color: #838a9d;
}

.req-modal__success {
  overflow: hidden;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.req-modal__success-show {
  height: initial;
  overflow: auto;
  margin-top: 150px;
}

.req-modal__success-img {
  width: 103px;
  height: 106px;
}

.req-modal__success-title {
  line-height: 1.2;
  font-family: "Road Radio";
  font-size: 49px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
}

.req-modal__success-subtitle {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0;
}

.req-modal__success-btn {
  width: 100%;
}

.promo-top {
  display: block;
  padding: 2px 0;
  font-size: 14px;
  background: #59b039;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 52;
}

.promo-top-container {
  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;
}

.promo-top:hover {
  color: #fff;
}

.promo-top-content {
  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;
}

.promo-bottom {
  background: #f0f9f0;
  padding: 76px 0;
  margin-top: 125px;
}

.promo-bottom-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promo-bottom__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.2;
  font-family: "Road Radio";
  font-size: 49px;
  letter-spacing: 0.03em;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.promo-bottom__text {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  font-size: 19px;
  line-height: 27px;
  margin: 0;
}

.promo-bottom__character {
  position: absolute;
  height: 190px;
  width: 140px;
  top: 0;
  -webkit-transform: translate(-50%, -213px);
          transform: translate(-50%, -213px);
  left: 0;
  background-image: url(assets/promo-character.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.promo-bottom__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.promo-bottom__social-link {
  border: 1px solid #59b039;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.promo-bottom__social-link path {
  fill: #59b039;
}

.promo-bottom__social-link:hover {
  background-color: #59b039;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.promo-bottom__social-link:hover path {
  fill: #fff;
}

.promo-bottom__social-link a {
  display: block;
  padding: 18px;
}

.promo-bottom__social-link:last-child {
  margin: 0;
}

.search-form-show {
  opacity: 1;
  z-index: 1000;
}
.req-modal__content .req-modal__wrapper-horizontal {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  min-height: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-form__none {
  padding: 13px;
  margin-left: 40px;
}
.req-modal__wrapper-forms {
  width: 100%;
  max-width: 1200px;
}

.req-modal__wrapper-forms .req-modal__wrapper-forms-horisontal,
.req-modal__wrapper-forms .req-modal__wrapper-forms-horisontal_item {
  width: inherit;
}

.req-modal-wrapper-show,
.req-modal__content .req-modal-wrapper-show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 30%;
  max-height: initial;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 80px 60px;
}
.req-modal__error .req-modal__wrapper,
.req-modal__booking .req-modal__wrapper,
.req-modal__flats .req-modal__wrapper {
  height: 100%;
}
.req-modal__error .req-modal-wrapper-show,
.req-modal__booking .req-modal-wrapper-show,
.req-modal__flats .req-modal-wrapper-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: fixed;
  height: 100%;
}

.req-modal__flats .req-modal-wrapper-show {
  width: 73%;
}

.req-modal__flats .req-modal-wrapper-show .objects-table-content {
  height: 60vh;
  overflow-y: auto;
}

.search-form__submit-svg {
  display: none;
}

.search-form__close {
  margin-left: 40px;
  padding: 0;
  z-index: 5;
}
.search-form .search-form__close_two {
  display: none;
}

.search-form .search-form__input {
  display: grid;
  grid-template-columns: 5% 85% 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form__submit-text,
.search-form__input_svg {
  text-align: center;
}
.search-form__submit {
  color: #59b039;
  height: 100%;
}

.search-form__list {
  margin-top: 10px;
  -webkit-box-shadow: 0px 9px 35px -6px rgba(24, 39, 75, 0.08);
  box-shadow: 0px 9px 35px -6px rgba(24, 39, 75, 0.08);
  border-radius: 5px;
  overflow: hidden;
}

.search-form__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-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 25px;
  border-bottom: 1px solid #d7d9db;
  cursor: pointer;
}

.search-form__item:last-child {
  border-bottom: none;
}

.search-form__item:hover {
  background-color: #f2f9ef;
}

.search-form__item-name,
.search-form__item-adress {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.search-form__item-adress {
  color: #838a9d;
}



p {
  margin: 0;
}

.btn {
  height: 56px;
  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;
  min-width: auto;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  z-index: 5;
}

.btn_primary {
  padding: 18px;
  background-color: #59b039;
  border: 1px solid #59b039;
  color: #fff;
}

.btn_primary:hover {
  background-color: #77bc5d;
  color: #fff;
}

.btn_secondary {
  padding: 10px 14px;
  background-color: transparent;
  color: #59b039;
  border: 1px solid #59b039;
}

.btn_secondary:hover {
  background-color: #59b039;
  color: #fff;
}

.icon_list {
  margin-right: 5px;
}

.icon_list svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn_secondary:hover .icon_list svg path {
  stroke: #fff;
}

.btn_light {
  padding: 18px 34px;
  background-color: #fff;
  color: #59b039;
}

.btn_light:hover {
  background-color: #f2f9ef;
  color: #59b039;
}

.btn_close{
  padding: 0;
}
.wrap_btn_like{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_like {
  padding: 5px;
  z-index: 13;
}

.btn_like path {
  fill: transparent;
  stroke: #8b98a7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_like:hover path {
  stroke: #ff3300;
}
.btn_like-active {
  -webkit-animation-name: "like";
  animation-name: "like";
  -webkit-animation-duration: ".2s";
  animation-duration: ".2s";
  -webkit-animation-timing-function: "ease-out";
  animation-timing-function: "ease-out";
  -webkit-animation-iteration-count: "1";
  animation-iteration-count: "1";
  z-index: 20;
}
@keyframes like {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes like {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn_like-active path {
  fill: #ff3300;
  stroke: #ff3300;
}

.btn_like-disable path {
  fill: none;
  stroke: #c5ccd3;
}

/* Btn-comparison*/
.btn_comparison {
  padding: 5px;
  z-index: 13;
}

.btn_comparison path {
  fill: transparent;
  stroke: #8B98A7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn_comparison:hover path {
  stroke: #59B039;
}
.btn_comparison-active {
  -webkit-animation-name: "like";
  animation-name: "like";
  -webkit-animation-duration: ".2s";
  animation-duration: ".2s";
  -webkit-animation-timing-function: "ease-out";
  animation-timing-function: "ease-out";
  -webkit-animation-iteration-count: "1";
  animation-iteration-count: "1";
  z-index: 20;
}
@keyframes like {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes like {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn_comparison-active path {
  fill: #59B039;
  stroke: #59B039;
}

.btn_comparison-disable path {
  fill: none;
  stroke: #c5ccd3;
}

.btn_close .btn-icon {
  padding: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn_close .btn-icon:hover {
  padding: 0;
}
.search-form__close_two.btn {
  display: none;
}
.btn-icon {
  display: inline-block;
}

.link {
  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;
  min-width: auto;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  padding: 10px 14px;
  background-color: transparent;
  color: #59b039;
  border: 1px solid #59b039;
}

.link:hover {
  background-color: #59b039;
  color: #fff;
}

.link_primary {
  background-color: #59b039;
  color: #fff;
}

.link_primary:hover {
  background-color: #77bc5d;
}

.link_secondary {
  padding: 10px 14px;
  background-color: transparent;
  color: #59b039;
  border: 1px solid #59b039;
}

.link_secondary:hover {
  background-color: #59b039;
  color: #fff;
}

.link_light {
  padding: 18px 34px;
  background-color: #fff;
  color: #59b039;
}

.link_light:hover {
  background-color: #f2f9ef;
  color: #59b039;
}

.input {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #d7d9db;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.input.hover {
  border-color: #2a2a30;
}

.input.focus {
  border-color: #59b039;
}

.input.focus .input__label {
  display: inline-block;
  color: #59b039;
}

.input.focus.hover {
  border-color: #59b039;
}

.input.disable .input__label {
  color: #8b98a7;
}

.input.error {
  border: 1px solid #ff3300;
}

.input.error .input__error {
  display: block;
}

.input.error .input__label {
  color: #ff3300;
}

.input__label {
  position: absolute;
  top: -10px;
  left: 15px;
  max-width: 100%;
  padding: 1px 2px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #838a9d;
  background-color: white;
}

.input__label > span {
  position: relative;
  z-index: 2;
}

.input__label:after {
  height: 9px;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.input__label.visible {
  display: inline-block;
}

.input__label.requiredError {
  display: none;
}

.input__field {
  width: 100%;
  padding: 17px 21px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  background: none;
  border: none;
  outline: none;
}

.input__field::-webkit-input-placeholder {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #8b98a7;
}

.input__field::-moz-placeholder {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #8b98a7;
}

.input__field::-ms-input-placeholder {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #8b98a7;
}

.input__field:-ms-input-placeholder {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #8b98a7;
}

.input__field::placeholder {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #8b98a7;
}

.input__field:hover,
.input__field:focus {
  border: none;
  outline: none;
}

.input__field:disabled::-webkit-input-placeholder {
  color: #8b98a7;
}

.input__field:disabled::-moz-placeholder {
  color: #8b98a7;
}

.input__field:disabled::-ms-input-placeholder {
  color: #8b98a7;
}

.input__field:disabled:-ms-input-placeholder {
  color: #8b98a7;
}

.input__field:disabled::placeholder {
  color: #8b98a7;
}

.input__error {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 5px 15px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ff3300;
}

.input.choice {
  display: inline-block;
  padding: 9px 16px;
}

.input.choice:hover:not(.focus) {
  border-color: #2a2a30;
}

.choice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*grid-template-columns: 40% 20% 20% 20%;*/
}

.choice-option {
  display: inline-block;
  position: relative;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choice-option::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d7d9db;
}

.choice-option:first-child {
  padding-left: 0;
}

.choice-option:last-child {
  padding-right: 0;
}

.choice-option:last-child::after {
  display: none;
}

.choice-option__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.choice-option__input:checked ~ .choice-option__label {
  background-color: #59b039;
  color: #fff;
}

.choice-option__input:hover:not(:checked):not(:disabled) ~ .choice-option__label {
  background-color: #f2f9ef;
}

.choice-option__input:disabled {
  cursor: default;
}

.choice-option__input:disabled ~ .choice-option__label {
  color: #000;
  font-size: 14px;
}

.choice-option__label {
  display: inline-block;
  padding: 9px 15px;
  border-radius: 5px;
}

.input.range {
  border-bottom-color: #59b039;
}

.input.range.disable {
  border-bottom-color: #838a9d;
}

.input.range.disable .input__number:disabled {
  background: none;
}

.input.range.disable .noUi-handle {
  background: #838a9d;
}

.range-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 0;
}

.range .input__wrap {
  position: relative;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 31px;
}

.range .input__wrap:nth-child(2) {
  border-left: 1px solid #d7d9db;
}

.input__number {
  width: 100%;
  text-align: center;
  cursor: default;
  border: none;
  outline: none;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  background: none;
}
.input__number-max-right {
  text-align: right;
}
.input__number:focus {
  border: none;
  outline: none;
}
.input__number:disabled {
  color: #000;
}
.range-bottom .noUi-base,
.range-bottom .noUi-connects {
  width: calc(100% - 11px);
}

.range-bottom .noUi-target {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.range-bottom .noUi-horizontal {
  height: 0;
}

.range-bottom .noUi-connects {
  border: none;
}

.range-bottom .noUi-connect {
  background: none;
}

.range-bottom .noUi-handle {
  width: 11px;
  height: 11px;
  top: 0;
  right: -11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  outline: none;
  border-radius: 50%;
  background: #59b039;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.range-bottom .noUi-handle::after,
.range-bottom .noUi-handle::before {
  display: none;
}

.input.filter-radio,
.input.filter-checkbox,
.input.choose-radio {
  border: none;
}

.filter-checkbox_entrance {
  width: 200px;
}

.input.filter-checkbox {
  width: auto;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.filter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-radio__option,
.radio__option {
  position: relative;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  z-index: 10;
}


.projects-filter-list .filter-radio__input:checked ~ .filter-radio__label,
.filter-radio__input:checked ~ .filter-radio__label {
  background: #59b039;
  border-color: #59b039;
  outline-color: #59b039;
  color: white;
  border-left: 1px solid #59b039;
}
.filter-radio__input:checked:hover ~ .filter-radio__label{
  color: white;
}
.filter-radio__input:hover ~ .filter-radio__label{
  color: #59b039;
}
.filter-radio__input .filter-plans-first {
  border-left: 1px solid #d7d9db;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.checkbox_label,
.filter-radio__option:first-child .category_project__label,
.filter-radio__option:first-child .filter-map-radio__label,
.filter-radio__option:first-child .filter-radio__label,
.radio__option:first-child .filter-radio__label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.checkbox_label,
.filter-radio__option:last-child .category_project__label,
.filter-radio__option:last-child .filter-map-radio__label,
.filter-radio__option:last-child .filter-radio__label,
.radio__option:last-child .filter-radio__label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.filter-radio__label-parking {
  padding: 17px 42px;
  border: 1px solid #d7d9db;
}

.radio__option {
  margin-right: 15px;
}

.radio__option:last-child {
  margin: 0;
}

.filter-checkbox__input,
.filter-radio__input,
.radio__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.filter-checkbox__input:hover:not(:checked):not(:disabled) ~ .radio__label,
.filter-radio__input:hover:not(:checked):not(:disabled) ~ .radio__label,
.radio__input:hover:not(:checked):not(:disabled) ~ .radio__label {
  border-color: #77bc5d;
  background-color: #77bc5d;
  color: #fff;
}

.filter-checkbox__input:disabled,
.filter-radio__input:disabled,
.radio__input:disabled {
  cursor: default;
}

.filter-checkbox__input:disabled ~ .filter-checkbox__label,
.filter-checkbox__input:disabled ~ .filter-radio__label,
.filter-checkbox__input:disabled ~ .radio__label,
.filter-radio__input:disabled ~ .filter-checkbox__label,
.filter-radio__input:disabled ~ .filter-radio__label,
.filter-radio__input:disabled ~ .radio__label,
.radio__input:disabled ~ .filter-checkbox__label,
.radio__input:disabled ~ .filter-radio__label,
.radio__input:disabled ~ .radio__label {
  color: #8b98a7;
}

.checkbox_label,
.category_project__label,
.filter-radio__label,
.radio__label,
.filter-map-radio__label,
.filter-checkbox__label {
  padding: 10px;
  word-break: break-word;
  height: 56px;
  outline: 1px solid #d7d9db;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  min-width: 115px;
  text-align: center;
}

.filter-radio-detail-room {
  min-width: auto;
}

.radio__label {
  padding: 17px 0;
  min-width: 80px;
  border-color: #59b039;
  color: #59b039;
}

.filter-checkbox__label,
.radio__label {
  border-radius: 4px;
}

.dropdown__select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  border: none;
  outline: none;
}

.dropdown__select:focus {
  border: none;
  outline: none;
}

.menu__favorites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0;
  color: black;
}

.menu__favorites:hover {
  color: #59b039;
}
.menu__favorites .svg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__favorites .svg::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff3300;
}

.menu__favorites strong {
  margin-left: 4px;
}

/* Menu comparison*/

.menu__comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0;
  color: black;
}

.menu__comparison:hover {
  color: #59b039;
}
.menu__comparison .svg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__comparison .svg::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff3300;
}

.menu__comparison strong {
  margin-left: 4px;
}

/* Checkbox */
.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox .checkbox__label {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}

.checkbox-wrap {
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.input__radiobutton {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 50px;
  width: 50px;
}

.input__radiobutton ~ .input__radiobutton-wrap {
  border: 1px solid #d7d9db;
}

.input__radiobutton[checked="checked"] ~ .input__radiobutton-wrap {
  background-color: #59b039;
  border-color: #59b039;
}

.input__radiobutton[checked="checked"] ~ .input__radiobutton-wrap::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(assets/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.input__radiobutton:disabled {
  cursor: default;
}

.input__radiobutton:disabled[checked="checked"] ~ .checkbox-wrap {
  background: #d7d9db;
}

.input__radiobutton:disabled ~ .checkbox-wrap {
  border-color: #d7d9db;
  cursor: default;
}

.input__radiobutton:disabled ~ .checkbox__label {
  color: #8b98a7;
}

.plan-view {
  position: absolute;
  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;
  height: 100%;
}

.plan-view:hover .plan-view_separator {
  background: #77bc5d;
}

.plan-view-wrap {
  position: relative;
  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: 15px 7px;
  background: #59b039;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  z-index: 2;
}

.plan-view-wrap:hover {
  background: #77bc5d;
}

.plan-view-wrap .slider-control__icon {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

.plan-view_separator {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #59b039;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.share {
  position: relative;
  cursor: pointer;
}

.share:hover .share__btn circle,
.share:hover .share__btn path {
  stroke: #666666;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.share:hover .share__btn_accent {
  background: #77bc5d;
}

.share:hover .share__btn_accent circle,
.share:hover .share__btn_accent path {
  stroke: #fff;
}

.share__btn {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.share__btn_accent {
  width: 42px;
  height: 42px;
  background: #59b039;
  border-radius: 50%;
}

.share__btn_accent circle,
.share__btn_accent path {
  stroke: #fff;
}

.share__btn_accent.share__btn_active {
  background: #77bc5d;
}

.share__btn_accent.share__btn_active circle,
.share__btn_accent.share__btn_active path {
  stroke: #fff;
}

.share__btn_active circle,
.share__btn_active path {
  stroke: #666666;
}

.share-dropdown {
  display: none;
  min-width: 288px;
  margin-top: 24px;
  -webkit-transition: all 0.5s ease-out, overflow-y 0.1s 0.5s;
  transition: all 0.5s ease-out, overflow-y 0.1s 0.5s;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  border: 1px solid #d7d9db;
  border-radius: 5px;
  -webkit-box-shadow: 0px 9px 35px -6px rgba(24, 39, 75, 0.08);
  box-shadow: 0px 9px 35px -6px rgba(24, 39, 75, 0.08);
}
.share-dropdown-left {
  left: 0;
}

.share__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.share__option:hover {
  background-color: #f2f9ef;
}

.share__text {
  display: inline-block;
}

.switch {
  display: inline-block;
}

.switch-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 40px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.input__switch {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
}

.input__switch[checked="checked"] ~ .switch-btn::after {
  left: 100%;
  -webkit-transform: translateY(-50%) translateX(calc(-100% - 2px));
  transform: translateY(-50%) translateX(calc(-100% - 2px));
}

.input__switch:disabled {
  cursor: default;
}

.input__switch:disabled ~ .switch-btn {
  cursor: default;
}

.input__switch:disabled ~ .switch-btn::after {
  background: #d7d9db;
}

.input__switch:disabled ~ .switch__label {
  color: #8b98a7;
}

.switch-btn {
  position: relative;
  width: 44px;
  height: 22px;
  margin-right: 10px;
  background: #f2f2f2;
  border-radius: 100px;
  cursor: pointer;
}

.switch-btn::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #59b039;
  -webkit-transform: translateY(-50%) translateX(2px);
  transform: translateY(-50%) translateX(2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.play-btn {
  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;
  width: 72px;
  height: 72px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 5;
}

.play-btn:hover {
  -webkit-transform: scale(1.135);
  transform: scale(1.135);
}

.play-btn:hover .play-btn__icon path {
  fill: #59b039;
}

.play-btn__icon {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.play-btn__icon path {
  fill: #2a2a30;
}

.slideshow__btn {
  position: relative;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  outline: none;
  border: 1px solid #747474;
  border-radius: 50%;
  background: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.slideshow__btn:hover {
  border-color: #fff;
}

.slideshow__btn-close:hover {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.slideshow__btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.slideshow__btn-icon path,
.slideshow__btn-icon rect {
  stroke: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.drop-more {
  cursor: pointer;
}

.drop-more-btn-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drop-more-content {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.drop-more-content_sub {
  display: none;
}

.drop-more__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 0;
  cursor: pointer;
}
.drop-more-vacansies {
  margin-right: 30px;
  border: 1px solid #59b039;
  border-radius: 4px;
  padding: 0px 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.drop-more__trigger:hover .drop-more__trigger-text {
  color: #20b426;
}
.drop-more__trigger:hover path {
  stroke: #20b426;
}

.drop-more__trigger-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  position: relative;
  transition: all 0.2s ease;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: black;
}

.drop-more__trigger-icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.drop-more__trigger-icon_toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drop-more__content {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  display: none;
}

.news-tag {
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #fff;
  color: #59b039;
  border: 1px solid #e2f1de;
  border-radius: 4px;
}

.news-tag:last-child {
  margin: 0;
}

.hidden-body {
  overflow: hidden;
}

.textarea-none-resize {
  resize: none;
}

.back-link {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #838a9d;
}

.back-link:hover {
  color: #838a9d;
}

.back-link .icon {
  margin-right: 5px;
}

.back-link path {
  color: #838a9d;
}

.location-filter {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.location-checkbox {
  display: inline-block;
  position: relative;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #d7d9db;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.location-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.location-checkbox__label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 9px 15px;
  border-radius: 5px;
  padding-left: 40px;
}

.location-checkbox-filter {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.location-checkbox__input:checked ~ .location-checkbox__label {
  background-color: #59b039;
  color: #fff;
}

.location-checkbox__img {
  position: absolute;
  top: 17%;
  left: 6%;
}

.location-checkbox__toggle-filter {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.calc-req {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 50px;
  border-radius: 5px;
  border: 1px solid #d7d9db;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

.calc-request {
  padding-bottom: 0;
}

.calc-request__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calc-req__title {
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 24px;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 54.5px;
}

.calc-req__rate {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 30px;
}

.calc-req__percent {
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 24px;
  font-size: 25px;
  font-weight: 700;
}

.calc-req__ranges {
  width: 70%;
}

.calc-req__range {
  margin-bottom: 30px;
}

.calc-req__price {
  margin-bottom: 30px;
}

.calc-req__price-value {
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 24px;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  color: #59b039;
}

.calc-req__price-text {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.calc-req__btn {
  width: 70%;
}

.calc-req__btn.mortgage__btn {
  width: 70%;
}

.calc-req__range-value .range-bottom {
  display: none;
}

.calc-req__btn.payment-form__btn {
  width: 70%;
  max-width: initial;
}

.award-card {
  border: 1px solid #d7d9db;
  border-radius: 5px;
}

.vacancy-card {
  max-width: 100%;
  padding: 40px;
  border: 1px solid #d7d9db;
  border-radius: 5px;
  margin-bottom: 20px;
}

.awards-slider-wrap .award-card__img {
  padding-top: 25px;
  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;
  position: relative;
  max-height: 275px;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.awards-slider-wrap .award-card__img:hover .award-card__icon {
  opacity: 1;
}
.awards-slider-wrap .award-card__img-wrap {
  width: 100%;
  height: 100%;
}
.awards-slider-wrap .award-card__img img {
  width: 100%;
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.award-card__icon {
  height: 62px;
  width: 62px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  z-index: 2;
  top: 50%;
  left: 50%;
}
.award-card__icon path {
  stroke: #20b426;
}
.award-card-content {
  padding: 40px;
  padding-top: 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.award-card__date {
  font-size: 14px;
  color: white;
  opacity: 0.75;
  display: block;
  padding: 10px 0px;
  margin: 0;
}
.award-card__text {
  font-size: 16px;
}

.vacancy-card__title {
  margin-bottom: 10px;
}

.vacancy-card__city {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #838a9d;
  margin-bottom: 20px;
}

.vacancy-card__description {
  margin-bottom: 40px;
  display: none;
}
.vacancy-card-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vacancy-card__more,
.vacancy-card__apply {
  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: 10px 0;
  width: 130px;
  border: 1px solid #59b039;
  border-radius: 4px;
}

.vacancy-card__more {
  margin-right: 15px;
}
.booking-title-hidden {
  display: none;
}
.card {
  display: block;
  width: 100%;
  max-width: 439px;
  min-height: 340px;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  justify-self: center;
}

.project-card {
  position: relative;
  min-height: 368px;
}

.project-card:hover .project-card__img-hover {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.project-card__img_wrap {
  position: relative;
  width: 100%;
  height: 270px;
}
.project-card__img {
  width: 100%;
  height: inherit;
  border-radius: 4px;
  overflow: hidden;
}

.project-card__img img {
  width: 100%;
  height: 100%;
  max-height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-card__img-hover-wrap {
  /* position: relative; */
  height: inherit;
}

.project-card__img-hover-wrap .project-link {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.project-card__img-hover-wrap img {
  background: #fff;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.project-card__img-hover {
  position: absolute;
  opacity: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.4s, opacity 0.4s linear;
  transition: visibility 0s 0.4s, opacity 0.4s linear;
  overflow: hidden;
  height: inherit;
  width: inherit;
  background: #fff;
  max-height: 270px;
}

.project-card-labels {
  position: absolute;
  top: 15px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-card-labels__item {
  margin-right: 15px;
  padding: 5px 10px;
  background-color: #59b039;
  color: #fff;
  border-radius: 3px;
}

.project-card-labels__item:last-child {
  margin: 0;
}

.project-card-labels__item_light {
  background-color: #fff;
  color: #59b039;
}
.project-card_info {
  padding-top: 15px;
}
.project-card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-card-details_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
}
.project-card-details_left {
  font-size: 16px;
}
.project-card__title {
  margin-bottom: 14px;
}

.project-card-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-card__address {
  margin-right: 15px;
  max-width: 200px;
}

.project-card__directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-card__directions .icon {
  margin-right: 5px;
}

.project-card__price {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.project-card__deadline {
  color: #838a9d;
}

.project-hidden {
  display: none;
}

.how-to-buy-card {
  max-width: 323px;
  height: 525px;
  background-color: #f0f9f0;
  border-radius: 5px;
  text-align: left;
}
.how-to-buy-card-left {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.how-to-buy-card-top {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100px;
}
.how-to-buy-card-right {
  height: inherit;
}
.how-to-buy-card_horizontal {
  max-width: 675px;
  height: 250px;
}

.how-to-buy-card__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.how-to-buy-card:hover .how-to-buy-card__link {
  color: #fff;
  background-color: #59b039;
}

.how-to-buy-card-wrap {
  width: 100%;
  height: 100%;
  padding: 45px 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-inf-all {
  overflow: hidden;
  max-height: 0;
}
.content-inf-more,
.content-inf {
  max-height: 0;
}
.content-inf {
  display: none;
}
.content-inf.show {
  display: block;
}
.content-inf.show,
.content-inf-all.show,
.content-inf-more.show {
  max-height: 100%;
}
.content-inf-more,
.content-inf-all {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content-inf-more iframe,
.content-inf-all iframe {
  height: clamp(315px, 50vw, 600px);
}

.how-to-buy-card-wrap_horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.how-to-buy-card-wrap_horizontal .how-to-buy-card__img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.how-to-buy-card-wrap_horizontal .how-to-buy-card__link {
  margin: 0;
}

.how-to-buy-card__title {
  line-height: 1;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 24px;
}

.how-to-buy-card__text {
  margin: 0;
  max-width: 230px;
}

p.how-to-buy-card__text {
  padding: 0;
}

.how-to-buy-card__img {
  height: 100%;
  width: 100%;
  max-height: 220px;
  position: relative;
}

.how-to-buy-wrap .how-to-buy-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a.main-news-card {
  height: 295px;
  width: 100%;
  padding: 35px 50px 40px;
  background-color: #f0f9f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  word-break: break-word;
}
a.main-news-card:hover {
  color: #000;
}
a.main-news-card_discount {
  background-color: #59b039;
  color: white;
}

a.main-news-card_discount:hover {
  color: white;
}

.main-news-card-details {
  width: 100%;
}

.main-news-card__title {
  margin: 0;
  text-align: initial;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
}

.main-news-card__text {
  margin: 0;
  text-align: left;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}
.main-news-card__type,
.main-news-card__date {
  font-size: 14px;
}
.main-news-card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-card {
  border: 1px solid #d7d9db;
  overflow: hidden;
  min-height: 500px;
  max-height: 550px;
  height: 100%;
}

.news-card:hover {
  border-color: #666666;
}

.news-card:hover .news-card__title,
.news-card:hover .news-card__text {
  color: #2a2a30;
}

.news-card__img {
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-card-content {
  width: 100%;
  height: 50%;
  background: #fff;
  padding: 30px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-card__title {
  overflow: hidden;
  color: #2a2a30;
}

.news-card__text {
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 3.9em;
  color: #2a2a30;
  padding: 0;
}

.news-card__date {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #838a9d;
}

.main-photos-card {
  max-width: 320px;
}

.main-photos-card__img {
  width: 100%;
  height: 320px;
  border-radius: 5px;
  overflow: hidden;
}

.main-photos-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-photos-card-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
}

.main-photos-card-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-photos-card__account-photo {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}

.main-photos-card__account-name {
  display: inline-block;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.main-photos-card__likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c7cbd0;
}

.application-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #d7d9db;
  border-radius: 5px;
  overflow: hidden;
}

.application-card__title {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 19px;
}

.application-card__text {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #838a9d;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}

.application-card-content {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}

.application-card__img {
  width: 100%;
  height: 270px;
}

.application-card__img img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.application-card .btn {
  width: 100%;
  padding: 17px 60px;
  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;
  max-width: 218px;
  cursor: pointer;
}

.application-card .application-btn-white {
  background-color: #fff;
  color: #59b039;
  border: 1px solid #59b039;
  border-radius: 5px;
}
.advantages-slider-wrap .swiper-slide {
  width: 100%;
  max-width: 320px;
}
.buy-advantages-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  border: 1px solid #d7d9db;

  word-break: break-word;
}

.buy-advantages-card__icon {
  width: 52px;
  height: 52px;
  margin-bottom: 30px;
}

.buy-advantages-card__title {
  margin-bottom: 10px;
}

.buy-advantages-card__title,
.buy-advantages-card__text {
  text-align: center;
  word-break: break-word;
}

.bank-card {
  width: 100%;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  max-width: 100%;
  min-height: 90px;
  border: 1px solid #d7d9db;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.bank-card_default {
  grid-template-columns: 28% 16% 16% 16% 18% 5%;
}

.bank-card_inner {
  -webkit-transform: all 0.2s linear;
  transform: all 0.2s linear;
  margin-bottom: 20px;
  grid-template-columns: 25.84% 18.54% 17.98% 20.22% 18.54% 5%;
}

.bank-card_inner:last-child {
  margin: 0;
}

.bank-card-content {
  width: 100%;
  display: none;
}

.bank-card-wrap {
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: auto;
}

.bank-card-wrap:last-child {
  margin-bottom: 30px;
}

.bank-card-wrap .icon {
  position: absolute;
  right: 35px;
  top: 39px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bank-card-wrap.open {
  background: #f9f9f9;
}

.bank-card-wrap.open .bank-card_default {
  height: auto;
  background: #f9f9f9;
  border-color: transparent;
  width: 100%;
  grid-template-columns: 95% 5%;
}

.bank-card-wrap.open .bank-card_default .bank-card__rate,
.bank-card-wrap.open .bank-card_default .bank-card__fee,
.bank-card-wrap.open .bank-card_default .bank-card__term,
.bank-card-wrap.open .bank-card_default .bank-card__payment {
  display: none;
}

.select-news-category {
  display: none;
}

.bank-card-wrap.open .bank-card_default .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bank-card-wrap.open .bank-card-content {
  padding: 0 30px 25px;
  display: block;
}

.bank-card_sub-name {
  display: none;
}

.bank-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bank-card__img {
  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;
  width: 58px;
  height: 58px;
  margin-right: 15px;
  border-radius: 50%;
}

.bank-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.bank-card__title,
.bank-card__payment {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-break: break-word;
}

.bank-card__payment {
  color: #59b039;
}

.faq-card {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-radius: 0%;
  border-bottom: 1px solid #d7d9db;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  word-break: break-word;
}

.faq-card:hover .faq-card__question {
  color: #59b039;
}

.faq-card.open {
  border-color: #59b039;
}

.faq-card.open .faq-card__question {
  color: #59b039;
}

.faq-card.open .icon {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.faq-card.open .icon path {
  stroke: #59b039;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.faq-card.open .faq-card__answer {
  display: block;
}

.faq-card-header {
  position: relative;
}

.faq-card-header .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-card__question {
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 22px;
  font-weight: 700;
}

.faq-card__answer {
  display: none;
  margin-top: 23px;
}

.faq-card__answer p {
  margin-bottom: 20px;
}

.faq-card__answer p:last-child {
  margin: 0;
}
.faq-card.active {
  border-color: #59b039;
}
.faq-card.active .faq-card__question {
  color: #59b039;
}

.faq-card.active svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-card.active svg path {
  stroke: #59b039;
}

.how-to-buy,
.awards-slider,
.company-slider,
.main-photos,
.main-news {
  overflow: hidden;
}

.gallery {
  overflow: hidden;
}

.gallery-card {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  cursor: pointer;
}
.gallery-card--full {
  max-height: none;
  max-width: none;
  width: auto;
}

.gallery-card::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* position: absolute; */
}

.gallery-card .icon {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  z-index: 2;
}

.gallery-card:hover::before {
  background: rgba(0, 0, 0, 0.4);
}

.gallery-card:hover .icon {
  opacity: 1;
}

.flat-stack {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.flat-stack:hover::after,
.flat-stack:hover::before {
  border-color: #666666;
}

.flat-stack:hover::before {
  -webkit-transform: translateX(-51%) translateY(30px);
  transform: translateX(-51%) translateY(30px);
}

.flat-stack:hover::after {
  -webkit-transform: translateX(-51%) translateY(15px);
  transform: translateX(-51%) translateY(15px);
}

.flat-stack::after,
.flat-stack::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  background: #fff;
  border: 1px solid #d7d9db;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.flat-stack::before {
  width: calc(100% - 6% * 2);
  z-index: -2;
  -webkit-transform: translateX(-51%) translateY(20px);
  transform: translateX(-51%) translateY(20px);
}

.flat-stack::after {
  width: calc(100% - 3% * 2);
  z-index: -1;
  -webkit-transform: translateX(-51%) translateY(10px);
  transform: translateX(-51%) translateY(10px);
}

.flat-card__type {
  padding: 17px 0;
  font-size: 14px;
}

.flat-card__decor {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #59b039;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #e2f1de;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.flat-card-count {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #d7d9db;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.cursor {
  cursor: pointer;
}
.flat-card {
  position: relative;
  border: 1px solid #d7d9db;
  padding: 15px 30px 15px 30px;
  color: #2a2a30;
  background: #fff;
  height: 100%;
}

.flat-card:hover {
  border-color: #666666;
  color: #2a2a30;
}

.flat-card.disable {
  border-color: #ebeced;
  color: #959598;
}

.flat-card.disable .flat-card__img img {
  opacity: 0.5;
}

.flat-card.disable .flat-card__img .flat-card__reserved {
  opacity: 1;
}

.flat-card.disable .flat-card__title,
.flat-card.disable .flat-card__value,
.flat-card.disable .flat-card__area {
  color: #959598;
}

.flat-card.disable .flat-card__prop,
.flat-card.disable .flat-card__price_old {
  color: #c1c5ce;
}

.flat-card.disable .flat-card__tag {
  color: #acd89c;
  border-color: #f1f8ef;
}

.flat-card.disable .flat-card__price_new {
  color: #acd89c;
}

.flat-card_sale {
  color: #838a9d;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.flat-card_sale--template {
  position: relative;
  padding-right: 35px;
}

.flat-card_link{
  color: #59b039;
}

.flat-card_link--template {
  color: #59b039;
  position: absolute;
  z-index: 999;
  margin: 0 3px;
}

.flat-card_sale-link {
  position: absolute;
  z-index: 999;
  margin: 0 3px;
  color: #59b039;
}

.hide {
  display: none;
}

.flat-card_sale--stacks {
  margin-top: -55px;
  margin-bottom: 35px;
}

.flat-details-price_sale {
  color: black;
  font-size: 15px;
  line-height: 100%;
  font-weight: 400;
}

.flat-card__props-area {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
}

.flat-card__props-area__value {
  color: black;
}

.flat-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flat-card__favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flat-card__comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flat-card__img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  max-height: 210px;
  margin-bottom: 14px;
  z-index: 1;
}

.flat-card__img img {
  height: 210px;
  position: relative;
  width: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.flat-card__blocked {
  display: none;
}

.flat-card__blocked__icon,
.objects-card__blocked__icon {
  position: absolute;
  z-index: 0;
  background-color: #59b039;
  border-radius: 50%;
  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;
}

.flat-card__blocked__icon {
  width: 54px;
  height: 54px;
  left: 50%;
  top: 150px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.objects-card__blocked__icon {
  position: absolute;
  -webkit-transform: translateX(150%) translateY(90%);
  transform: translateX(150%) translateY(90%);
  width: 34px;
  height: 34px;
}
.objects-card,
.flat-card {
  position: relative;
}

.objects-card:hover .objects-table-link,
.flat-card:hover .objects-table-link {
  z-index: 10;
}

.objects-card:hover .objects-table-link a,
.flat-card:hover .objects-table-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.flat-card-header {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.objects-card .objects-table-item {
  color: black;
}
.objects-card:hover .objects-table-item,
.objects-card:hover .commercial-table-top,
.objects-card:hover .townhouse-table-top,
.flat-card:hover .objects-table-item,
.flat-card:hover .commercial-table-top,
.flat-card:hover .townhouse-table-top {
  color: green;
}
.objects-card:hover {
  background: #f2f9ef;
}

.flat-card__blocked,
.objects-card__blocked {
  position: absolute;
  top: 0;
  left: 0;
}

.card-blocked .flat-card__blocked,
.card-blocked .objects-card__blocked {
  display: block;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.card-blocked .flat-card__blocked--z-0 {
  z-index: inherit;
}
.card-blocked .flat-card__favorite--z-0 {
  position: relative;
  z-index: 0;
}

.card-blocked .flat-card__comparison--z-0 {
  position: relative;
  z-index: 0;
}

.flat-card__img--z-0 {
  z-index: 0;
}
.flat-card__img--z-0 img {
  z-index: 0;
}
.card-blocked .flat-card__blocked--z-0 .flat-card__blocked__icon,
.card-blocked .flat-card__blocked--z-0 .objects-card__blocked__icon {
  z-index: 12;
}

.flat-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.flat-card__title {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-size: 19px;
}

.flat-card__tag {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #59b039;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #e2f1de;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.flat-card__area {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.flat-card-props {
  margin-bottom: 8px;
}

.flat-card-props:last-child {
  margin-bottom: 15px;
}

.flat-card__prop {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #838a9d;
}

.flat-card__value {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.flat-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 32px;
}

.flat-card__price {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.flat-card__price_new {
  color: #59b039;
}

.flat-card__price_old {
  text-decoration: line-through;
  color: #838a9d;
}

.flat-card-mortgage {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #838a9d;
}

.discount-slider-card {
  width: 100%;
  display: grid;
  grid-template-columns: auto 430px;
  grid-template-rows: minmax(300px, 540px);
  border: 1px solid #d7d9db;
  overflow: hidden;
}

.discount-slider-card__img {
  height: inherit;
  width: 100%;
  max-width: 950px;
}

.discount-slider-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.discount-slider-card__content {
  height: auto;
  padding: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: initial;
}

.discount-slider-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.discount-slider-container,
.discount-slider-card__text {
  font-size: 16px;
}
.discount-slider-card__text,
.discount-slider-card__title {
  padding-bottom: 35px;
}

.scheme-card {
  width: 280px;
  height: auto;
  position: absolute;
  right: 50%;
  z-index: 70;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #a3adc1;
}

.scheme-card__info {
  width: 60%;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scheme-card__info-title {
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 19px;
  font-size: 16px;
  margin-bottom: 20px;
}

.scheme-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5px;
}
.scheme-card__row-sub {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scheme-card__info-size {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.scheme-card__info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
  margin-bottom: 8px;
}

.scheme-card__info-area:last-child {
  margin-right: 0;
}

.scheme-card__info-subtitle {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #838a9d;
  margin-bottom: 2px;
}

.scheme-card__info-value {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  font-weight: 400;
}

.scheme-card__info-status-SALE {
  color: #ff0000;
}

.scheme-card__info-status-BOOKED {
  color: #ffb800;
}

.scheme-card__info-status-AVAILABLE {
  color: #59b039;
}

.scheme-card__row-price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.scheme-card__info-price {
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 19px;
  color: #59b039;
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
}

.scheme-card__info-price:last-child {
  margin-right: 0;
}

.scheme-card__info-price-discount {
  position: relative;
  color: #838a9d;
}

.scheme-card__info-price-discount::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #838a9d;
  top: 49%;
}

.scheme-card__image {
  margin-top: 8px;
  margin-left: 5px;
}
.map-wrap {
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 2;
}
.map-wrap .section-title {
  padding: 0 40px;
}
.flat-map,
.townh-map {
  max-width: 280px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-radius: 5px;
}

.flat-map__img {
  display: block;
}

.flat-map__info {
  padding: 15px;
  width: 100%;
  background-color: #fff;
}

.flat-map__info-title {
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 7px;
}

.flat-map__info-address {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  font-size: 12px;
  margin-bottom: 10px;
}

.flat-map__info-flat-sale {
  margin-bottom: 10px;
}

.flat-map__info-flats {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-right: 4px;
}

.flat-map__info-flat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d7d9db;
  padding: 6px 0;
}

.flat-map__info-flat-name,
.flat-map__info-flat-price,
.townh-map__info-flat-name,
.townh-map__info-flat-price {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  font-weight: 600;
}

.flat-map__info-deadline {
  margin-top: 10px;
}

.flat-map__info-deadline-quarter {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-size: 12px;
}

.flat-map__info-deadline-text {
  color: #838a9d;
  font-size: 12px;
}

.townh-map__info-row-subtitle,
.townh-map__info-row-address {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  font-size: 12px;
}

.townh-map__info-row-subtitle {
  color: #838a9d;
}

.townh-map__info-flat-item {
  margin-top: 20px;
}

.object-card {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: grid;
  grid-template-columns: 110px 180px 130px 170px 255px 110px 120px 184px 16px;
  padding: 20px 30px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  background: none;
  color: #2a2a30;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.object-card__img:hover .icon {
  opacity: 1;
}

.object-card_commerce {
  grid-template-columns: 110px 180px 130px 170px 255px 110px 235px 68px;
}

.object-card_townhouse {
  grid-template-columns: 110px 145px 110px 105px 130px 95px 230px 90px 110px 134px 16px;
}

.object-card__img {
  position: relative;
  width: 80px;
  height: 60px;
  z-index: 12;
  cursor: pointer;
}

.object-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.flat-card__img--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-card__img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}

.object-card__mortgage {
  margin-top: 16px;
}

.object-card__title {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
}

.object-card__decor {
  display: inline-block;
  width: auto;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #59b039;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #e2f1de;
}

.object-card__price {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.object-card__price_new {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #59b039;
}

.object-card__price_old {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration: line-through;
  color: #838a9d;
}

.object-card__mortgage {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #838a9d;
}

.object-card__remove {
  position: relative;
  padding: 0;
  z-index: 12;
}

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

.flat-card__img--z-0 img {
  z-index: 0;
}

.flat-card:not(.card-blocked) .flat-card__blocked--z-0,
.objects-card:not(.card-blocked) .flat-card__blocked--z-0 {
  display: none;
}

.header-options__item-prompt {
  display: none;
  position: absolute;
  -webkit-transform: translateX(-43%) translateY(100%);
  transform: translateX(-43%) translateY(100%);
  padding: 15px;
  background: rgba(8, 12, 15, 0.9);
  border-radius: 5px;
  color: white;
  width: 200px;
  z-index: 20;
  color: white;
  white-space: normal;
}

.object-card__rooms {
  margin-bottom: 14px;
  font-weight: 600;
}

.catalog-type-detail {
  overflow: hidden;
}
.wrap-nottype,
.wrap-type {
  display: none;
}
.flat-card-type:hover > .link-info-block {
  color: #20b426;
}
.block-filter.show {
  z-index: 15;
}
.type-detail {
  margin-top: 40px;
  display: none;
}

.type-detail__info {
  margin-top: 40px;
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 20px;
  overflow: hidden;
}

.type-detail__title {
  line-height: 1.2;
  font-family: "Road Radio";
  font-size: 49px;
  letter-spacing: 0.03em;
  margin-top: 10px;
  font-size: 40px;
}

.back-link-type-card {
  position: inherit;
}

.type-card {
  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 #d7d9db;
  border-radius: 5px;
  max-width: 320px;
  padding: 32px 30px;
}

.type-card__title {
  font-size: 19px;
  font-weight: 700;
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.type-card__row {
  margin-top: 10px;
}

.type-card__text {
  font-size: 12px;
  color: #838a9d;
}

.type-card__area,
.type-card__project,
.type-card__house,
.type-card__floor {
  font-size: 14px;
  font-weight: normal;
}

.type-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.type-card-similar {
  width: 100%;
  text-align: center;
  margin-top: 23px;
  padding-top: 10px;
  border-top: 1px solid #d7d9db;
  font-weight: 600;
}

.type-list-table-top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 130px 200px 135px 145px 145px 182px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 50px 17px 50px;
  border-bottom: 1px solid #d7d9db;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #838a9d;
}

.vacancy-card_small {
  max-width: 440px;
  text-align: left;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vacancy-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vacancy-card__salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #59b039;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-size: 17px;
}

.vacancy-card__title {
  margin-bottom: 10px;
}

.vacancy-card__city {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #838a9d;
}

.vacancy-card-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vacancy-card__more {
  margin-right: 15px;
}

.vacancy-card__more,
.vacancy-card__apply {
  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: 10px 0;
  width: 130px;
  border: 1px solid #59b039;
  border-radius: 4px;
}

.vacancy-card__more .drop-more__trigger-text {
  margin-right: 5px;
}

.error .btn {
  width: 100%;
  max-width: 290px;
}

.error-not-found-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}

.error-not-found__text {
  margin-top: 60px;
}

.error-not-found__descr {
  margin-bottom: 50px;
}

.error-not-found__title {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.03em;
}

h1.site-map_title {
  padding-top: 70px;
  padding-bottom: 40px;
  font-size: 32px;
}

.site-map-menu__item {
  list-style-type: none;
  margin-bottom: 15px;
}

.site-map-menu__item a {
  position: relative;
  padding-left: 20px;
  color: green;
}

.site-map-menu__item a:hover {
  color: #96e07a;
}

.site-map-menu__item a::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #59b039;
}

.site-map-menu__item .site-map-menu {
  margin-top: 15px;
}

.site-map-container.container {
  margin-bottom: 100px;
}

.main-slider {
  position: relative;
  background: #f0f9f0;
  border-bottom: 1px solid #d7d9db;
  overflow: hidden;
}
.main-slider__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  margin-bottom: 0;
}
.main-slider__back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border-radius: 40px;
  padding: 6px 15px 6px 10px;
}
.main-slider__back-btn:hover {
  color: white;
}
.main-slider__back-icon {
  margin-right: 5px;
}
.main-slider__back-icon path {
  stroke: white;
}

.main-slider-content {
  padding: 110px 0;
}

.main-slider__title {
  max-width: 575px;
  margin-bottom: 15px;
  font-family: "Road Radio";
  font-size: 38px;
  line-height: 38px;
}

.main-slider__text {
  max-width: 430px;
  margin-bottom: 50px;
  word-break: break-word;
}

.main-slider-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.main-slider__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;
  padding: 10px 17px;
  height: 56px;
  color: #59b039;
  background: white;
  white-space: break-spaces;
  text-align: center;
  border: none;
}

.main-slider__link:hover {
  color: #fff;
  background: #77bc5d;
  border-color: #77bc5d;
}
.main-slider__link_secondary {
  background: none;
  color: #59b039;
}
.main-slide {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  background: #d7d9db;
  z-index: 5;
}

.main-slider-image .swiper-wrapper {
  height: 100%;
}

.main-slider-image__img {
  width: 100%;
  height: 100%;
}

.main-slider-image__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-slider-controls {
  position: relative;
  padding: 0 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.main-slider-full-controls {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-slider-full__swiper.slider-dots {
  width: 70px !important;
}

.main-filters {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-filters .section-header {
  margin-bottom: 25px;
}

.main-filters-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-filters .input {
  width: 100%;
  max-width: 269px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-filters__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 18px 38px;
  text-align: center;
}
.main-count-rooms {
  padding: 0 5px;
}

.main-filters__choice,
.main-filters__range {
  margin-right: 18px;
}

.catalog_header {
  border-bottom: 1px solid #d7d9db;
}

.main-filters__choice-option {
  padding: 0 6px;
}

.main-filters__range {
  max-width: 270px;
}

.catalog-header-filters {
  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;
  margin: 0 -9px;
}

.catalog-header-filters__reset-btn,
.catalog-header-filters-options,
.catalog-header-filters__reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-content-filters,
.catalog-content-filters-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
}

.catalog-btn-show-projects {
  height: 60px;
}

.catalog-header-filters-options {
  margin-bottom: 40px;
}

.catalog-content-filters {
  padding: 40px 0;
}

.catalog-content-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 325px));
  grid-gap: 40px 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter__wrap-schemas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
  margin-bottom: 20px;
}

.dropdown_price {
  width: 280px;
}

.catalog-content-checkbox {
  margin-right: 20px;
  min-width: 280px;
}

.filter-radio.catalog-types {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
}

.catalog-types {
  width: 245px;
  height: 56px;
}
.catalog-types.hidden-wrap {
  opacity: 0;
}
.catalog-content__btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  word-break: break-word;
  padding-bottom: 10px;
}
.subfilters {
  display: none;
}
.choice-rooms {
  width: 265px;
  display: inline-block;
  padding: 10px;
}

.range-price,
.range-area,
.range-floor {
  width: 100%;
  max-width: 265px;
}

.filter-checkbox-floor,
.filter-checkbox-wardrobe {
  max-width: 150px;
}

.catalog-decor {
  width: 266px;
}
.catalog-pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rotate {
  -webkit-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg);
}

.payment-wrap {
  padding: 55px 50px 48px;
  border-radius: 5px;
  border: 1px solid #d7d9db;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.payment-form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.payment-filter-group {
  margin-bottom: 18px;
}
.payment-form__input {
  width: 100%;
  max-width: 282px;
  margin-bottom: 18px;
  margin-right: 18px;
}

.payment-form__input .input__wrap {
  padding: 0 20px;
}

.payment-form__input .input__number {
  text-align: left;
}

.payment-form__btn {
  width: 100%;
  max-width: 310px;
}

.payment-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

.payment-form-info {
  margin-left: 45px;
}

.payment-form__price {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-size: 25px;
  line-height: 35px;
  color: #59b039;
}

.payment__details {
  color: #838a9d;
  width: 100%;
}
.payment__details-note {
  margin-top: 10px;
}

#company_photo_slider {
  margin-bottom: 25px;
}
.company-slider__link {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #59b039;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.application__title {
  text-align: center;
}

.application-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 440px));
  gap: max(20px, 30px);
}

.application-wrap-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.application-wrap-form {
  display: grid;
  grid-template-columns: [application-chosen-event] minmax(320px, 440px)[application-form] auto;
  gap: max(20px, 30px);
}

@media screen and (max-width: 768.98px) {
  .application-wrap-form {
    grid-template-columns:1fr;
  }
}
.booking-empty {
  display: none;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.booking-empty.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.booking-horizontal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hidden-wrap {
  display: none;
}

.application-form {
  width: 100%;
}

.application-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.application-months .radio__option {
  width: 120px;
  line-height: 11px;
  font-size: 14px;
}

.month__active ~ .radio__label {
  color: #fff;
  background-color: #59b039;
}

.application-months .filter__wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.application-days .filter__wrap {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.application-days .filter__wrap,
.application-time .filter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
}

.application-days .radio__option,
.application-time .radio__option {
  width: 80px;
  margin-right: 7px;
  margin-bottom: 7px;
}

.application-days .radio__label,
.application-time .radio__label {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 0;
  background-color: #59b039;
  border-color: #59b039;
  color: #fff;
}

.application-days .radio__label .day,
.application-time .radio__label .day {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.application-days .radio__label .weekday,
.application-time .radio__label .weekday {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.application-days .radio__input:disabled ~ .radio__label,
.application-time .radio__input:disabled ~ .radio__label {
  color: #838a9d;
  background: #f5f5f5;
  border-color: #f5f5f5;
}

.application-days .radio__input:hover:not(:disabled) ~ .radio__label,
.application-time .radio__input:hover:not(:disabled) ~ .radio__label {
  background-color: #77bc5d;
}

.application-days .radio__input:hover:not(:disabled) ~ .radio__label::after,
.application-time .radio__input:hover:not(:disabled) ~ .radio__label::after {
  position: absolute;
  display: block;
  content: "";
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  padding: 15px;
  background: rgba(8, 12, 15, 0.9);
  white-space: nowrap;
  border-radius: 5px;
  z-index: 10;
}

.radio__option_pad {
  margin-right: 20px;
}

.application-days {
  margin-top: 20px;
}

.application-days .radio__input:hover:not(:disabled) ~ .radio__label::after {
  content: "Есть свободное время";
}

.application-time {
  margin-top: 30px;
}

.application-time .radio__option {
  width: auto;
}

.application-time .radio__label {
  padding: 14px 20px;
  font-weight: 500;
}

.application-time .filter__wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.application-time .radio__input:hover:not(:disabled) ~ .radio__label::after {
  content: "Можно забронировать";
}
.application-chosen__date-btn {
  z-index: 0;
}
.application-chosen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.application-chosen__date,
.application-chosen__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.application-chosen__date span,
.application-chosen__time span {
  margin-right: 30px;
}

.application-chosen__date {
  margin-right: 80px;
}

.application-chosen .btn {
  padding: 0;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.application-chosen .btn:hover {
  background: transparent;
  color: #77bc5d;
}

.application-form {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.application-form-wrap {
  width: 100%;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.application-form-grid {
  display: grid;
  gap: 50px 20px;
  width: 100%;
}

.application-form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  gap: 20px;
  margin-bottom: 15px;
}

.application-form-buttons:has(> :only-child) {
  margin-top: 40px; 
}

@media screen and (max-width: 1250px) {
  .application-form-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}


.application-form-grid .file_download_link {
  grid-column: 1  /3;
  text-align: right;
  margin: 0 0 20px;
}

.application-form-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.application-form-row:first-child {
  margin-bottom: 30px;
}

.application-form-row.application-form-checkboxes {
  margin-bottom: 40px;
}

.application-form-row.application-form-checkboxes .checkbox:first-child {
  margin-right: 40px;
}

.application-form-row.application-form-checkboxes .input__radio_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.application-form-row_left {
  -ms-flex-item-align: start;
  align-self: start;
}

.application-form-row .application-form__input:first-child {
  margin-right: 23px;
}

.application-form-row:last-child {
  margin-bottom: 25px;
}

.application-form__link {
  margin: 25px 0;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.application-form__btn {
  width: 100%;
  max-width: 414px;
  margin-bottom: 15px;
  margin-top: 40px;
}

.application-form__booking-btn {
  width: 100%;
  max-width: 444px;
}

.application-form__agreement {
  max-width: 490px;
  margin: 0;
  text-align: right;
  color: #838a9d;
}
.application-finish {
  font-size: 16px;
}
.application-finish p {
  max-width: 685px;
  margin: 20px 0;
}
.company-group {
  overflow: hidden;
}

.how-to-buy-card-wrap {
  width: 100%;
  height: 100%;
  padding: 45px 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.how-to-buy-card-wrap-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.how-to-buy-card__cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #838a9d;
}

.how-to-buy-card__cities-item {
  margin: 0 10px;
}

.application-form,
.application {
  display: none;
}

.flat-details-container {
  position: relative;
}

.flat-details-scheme,
.flat-details-info {
  width: 100%;
}

.flat-details-scheme .back-link {
  top: 40px;
}

.flat-details-info-wrap {
  width: 100%;
  padding-left: 80px;
  max-width: 100%;
}

.flat-details-scheme-wrap {
  position: relative;
  z-index: 10;
  max-width: 52%;
  padding-left: 0;
  padding-right: 65px;
  width: 100%;
}
.flat-details-price,
.flat-details-pricing-filter {
  width: 100%;
}
.flat-procent-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}
.flat-details-info-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flat-details-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.flat-details-info-wrap {
  position: relative;
  border-left: 1px solid #d7d9db;
  border-bottom: 1px solid #d7d9db;
  border-radius: 5px;
  max-width: 100%;
  padding-top: 72px;
}

.flat-details-scheme-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flat-details-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.flat-details-filter .input {
  width: auto;
}

.flat-details-filter .filter-radio__label {
  white-space: nowrap;
}
.filter-radio__label--mobile {
  display: none;
}

.flat-details-filter .filter__wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.flat-details-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flat-details_wrap {
  width: 100%;
  height: 500px;
}
.twentytwenty-wrapper {
  width: 100%;
}
.flat-details-slider .plan-view {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flat-details-slider__thumb {
  width: 150px;
  height: 150px;
}

.flat-details-slider__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.flat-details-slider-left{
  margin-right: 10px;
}
.flat-details-slider-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flat-details-slider-right > .slider-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
}
.flat-details-slider-right img,
.flat-details-slider-right > * {
  max-height: 480px;
}
.flat-details-slider-right .gallery-card {
  position: relative;
}
.flat-details__img,
.flat-details__img-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.flat-details-img-center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.flat-3d-slider-container{
  overflow: hidden;
  max-width: 460px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flat-details__img img,
.flat-details__img-plan img {
  height: 100%;
  width: auto;
  max-width: inherit;
}

.flat-details__img-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flat-details-controls {
  margin-bottom: 30px;
}

.flat-details__control {
  width: 48px;
  height: 48px;
  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;
  margin-bottom: 10px;
}

.flat-details__control:last-child {
  margin: 0;
}

.flat-details__control-favorite .icon {
  width: 24px;
  height: 24px;
}

.flat-details__title {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 10px;
}

.flat-details-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.flat-details__flat-number {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #838a9d;
}

.flat-details-properties {
  padding-bottom: 25px;
  border-bottom: 1px solid #d7d9db;
}

.flat-details-prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 15px;
}

.flat-details-prop__name {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
}

.flat-details-prop__value {
  white-space: nowrap;
}

.flat-details-prop__value_accent {
  color: #59b039;
  font-weight: 600;
}

.flat-details-prop__separator {
  margin: 0 5px 3px;
  width: 100%;
  border-bottom: 1px dashed #8b98a7;
}

.flat-details-form {
  margin-top: 25px;
  margin-bottom: 50px;
}

.flat-details-form__text {
  text-align: right;
  margin-bottom: 8px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.flat-details-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.flat-details-pricing-filter .filter__wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.flat-details-price_new {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #59b039;
}

.flat-details-price_old {
  color: #838a9d;
  text-decoration: line-through;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.flat-details-form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flat-details-form__btn {
  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;
  width: 100%;
  max-width: 280px;
  padding: 17px 0;
}

.flat-details-form-mortgage,
.flat-details-form-mortgage__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.flat-details-form-mortgage__price {
  margin-left: 5px;
  color: #59b039;
  font-weight: 500;
}

.flat-details-form-mortgage__price:hover {
  color: #c6efc6;
}

.flat-details-form-mortgage__price path {
  stroke: #59b039;
}

.flat-details-form-mortgage__price .icon {
  margin-left: 5px;
}
.flat-details-radio-lable {
  min-width: initial;
  padding: 20px;
}

.twentytwenty-overlay:hover {
  background-color: transparent;
}

.twentytwenty-handle::after,
.twentytwenty-handle::before {
  background-color: #59b039;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  display: none;
}

.twentytwenty-handle {
  width: 46px;
  height: 46px;
  background-color: #59b039;
  border: 3px solid #59b039;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  background-color: #59b039;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.twentytwenty-left-arrow {
  background-image: url(assets/arrow-right.svg);
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  margin-left: 0;
  width: 20px;
  border: none;
  height: 20px;
  position: absolute;
  top: 22.2px;
}

.twentytwenty-right-arrow {
  background-image: url(assets/arrow-right.svg);
  background-repeat: no-repeat;
  -webkit-transform: scale(1.1) rotate(-180deg);
  transform: scale(1.1) rotate(-180deg);
  margin-right: 0;
  border: none;
  width: 20px;
  height: 20px;
  border: none;
  position: absolute;
  top: 18px;
}

.twentytwenty-left-arrow {
  border-right: none;
}

.twentytwenty-right-arrow {
  border-left: none;
}

.main-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 50px;
  border: 1px solid #d7d9db;
  border-radius: 5px;
}

.main-form__title {
  line-height: 1.2;
  font-family: "Road Radio";
  font-size: 49px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  margin-right: 15px;
  font-size: 35px;
  line-height: 35px;
}

.main-form__descr {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

.main-form-info {
  width: 100%;
  margin-right: 10px;
}

.main-form-form {
  width: 100%;
}

.main-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.main-form__btn {
  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;
  width: 100%;
  max-width: 226px;
  padding: 17px 0;
}

.main-form__text {
  margin: 0;
  color: #838a9d;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.main-form__text a {
  color: #59b039;
}
.projects-block {
  display: none;
  height: 100%;
}
.projects-container {
  display: none;
}
.projects-wrap {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(300px, 440px));
  gap: 50px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.projects-wrap.show {
  display: grid;
}
.office-wrap {
  display: none;
}
.office-wrap.show {
  display: block;
}
.office-content {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 440px));
  gap: 50px 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.projects-tab-switch {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
}

.projects .projects-wrap {
  margin-bottom: 0;
}

.projects__btn {
  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;
  width: 100%;
  max-width: 200px;
  padding: 17px 0;
  margin: 50px auto;
  margin-bottom: 0;
}
.button_pagination {
  display: none;
}
.button_pagination.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projects-filter {
  width: auto;
}
.projects-filter-list {
  width: inherit;
  margin-bottom: 5px;
  z-index: 1;
}

.how-to-buy .swiper-slide {
  width: auto;
}

.how-to-buy-wrap {
  overflow: visible;
}

.how-to-buy-row {
  width: 100%;
  max-width: 675px;
}

.how-to-buy-row .how-to-buy-card {
  width: 100%;
}

.how-to-buy-row .how-to-buy-card:first-child {
  margin-bottom: 30px;
}

.main-news__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #59b039;
  margin-right: 30px;
  min-width: 110px;
}

.main-news__link:hover {
  color: #77bc5d;
}
.main-news__link_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;
  margin-right: 10px;
}
.main-news-wrap {
  overflow: visible;
}

.main-photos-wrap {
  overflow: visible;
}
.section-right-mobile {
  display: none;
}

.decor-wrap {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.decor__btn {
  width: initial;
  max-width: 280px;
  padding: 15px 25px;
}

.decor-controls {
  position: absolute;
  width: calc(100% - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 60px;
  bottom: 40px;
}

.decor__img {
  height: 100%;
}

.decor-slide__img img {
  width: initial;
  max-height: 760px;
  height: 100%;
}
.decor-slide__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.decor-wrap .decor-slide {
  max-height: 760px;
  height: 100%;
  width: 100%;
  position: relative;
}
.decor-slide__svg {
  position: absolute;
  top: 0;
  left: 0%;
  height: inherit;
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.decor-slide__svg svg {
  height: inherit;
  width: inherit;
}
.decor-slide__svg path,
.decor-slide__svg circle {
  cursor: pointer;
}
.buy-info-container {
  word-break: break-word;
}
.buy-info {
  padding-top: 100px;
}

.buy-info__title {
  line-height: 1.2;
  font-family: "Road Radio";
  font-size: 49px;
  letter-spacing: 0.03em;
  line-height: 49px;
}

.buy-info-wrap {
  max-width: 920px;
  margin-bottom: 30px;
  overflow: hidden;
}

.buy-info-wrap p {
  margin: 0;
  margin-bottom: 30px;
}

.buy-stage {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
}

.buy-stage::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: calc(52px / 2);
  height: 100%;
  width: 1px;
  background-color: #d7d9db;
  z-index: 1;
}

.buy-stage p {
  margin: 0;
  margin-bottom: 20px;
}

.buy-stage p:last-child {
  margin-bottom: 0;
}

.buy-stage:last-child {
  padding: 0;
}

.buy-stage:last-child::after {
  display: none;
}

.buy-stage__number {
  position: relative;
  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;
  min-width: 52px;
  height: 52px;
  margin-right: 15px;
  border-radius: 50%;
  background: #59b039;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-size: 18px;
  z-index: 2;
}

.favorites-wrap {
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.favorites-wrap.show{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.favorites__img {
  width: 310px;
  height: 220px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.favorites__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.favorites__text {
  text-align: center;
  margin-bottom: 40px;
}

.favorites-empty {
  display: none;
  margin-bottom: 100px;
}

.mortgage .section-header {
  margin-bottom: 25px;
}

.mortgage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mortgage-form {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 310px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 60px;
}

.mortgage__input {
  margin-bottom: 36px;
}

.mortgage__input .input__wrap {
  padding: 0 20px;
}

.mortgage__input .input__number-min {
  text-align: left;
}

.mortgage__btn {
  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;
}
.mortgage__btn--mobile {
  display: none;
  max-width: 310px;
}

.mortgage__more {
  margin-bottom: 30px;
}

.mortgage-banks {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mortgage-banks-content {
  display: none;
  width: 100%;
}

.mortgage-banks-top {
  width: 100%;
  display: grid;
  grid-template-columns: 28% 16% 16% 16% 18%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 30px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #838a9d;
}

.btn-hypothec {
  color: #59b039;
}
.project-mortgage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #d7d9db;
  border-radius: 5px;
  overflow: hidden;
}

.project-mortgage-form {
  padding: 55px 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.project-mortgage-form .mortgage-form {
  margin: 0;
}

.project-mortgage-form .form__fee .input__wrap:last-child .input__number {
  text-align: right;
}

.project-mortgage-text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-mortgage-info {
  width: 100%;
  padding: 50px 50px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #59b039;
  color: #fff;
}

.mortage_month_price {
  padding-right: 10px;
}
.project-mortgage-form-inf {
  display: none;
  width: 100%;
  margin-bottom: 15px;
}
.mortage_procent {
  font-size: 18px;
}

.project-mortgage-info__title,
.project-mortgage-info__price {
  font-family: "Open Sans";
  font-weight: 500;
  line-height: 42px;
  font-weight: 700;
}

.project-mortgage-info__price span:last-child,
.project-mortgage-info__percent span:last-child {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.project-mortgage-info__title {
  margin-bottom: 15px;
}

.project-mortgage-info__price {
  margin-bottom: 20px;
}

.project-mortgage-info__percent {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
}

.project-mortgage-info__percent span:first-child {
  margin-bottom: 8px;
}

.project-mortgage-banks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.project-mortgage-banks .bank-logo {
  position: relative;
  margin-right: -10px;
  z-index: 1;
}

.project-mortgage-banks .bank-logo .bank-card__img {
  width: 52px;
  height: 52px;
  margin: 0;
}

.project-mortgage-banks .bank-logo:first-child {
  margin: 0;
}

.mortage_month_price span {
  font-size: 20px;
}

.mortage_procent span {
  font-size: 30px;
}

.gallery-wrap {
  overflow: visible;
}

.news-filters-top,
.news-filters-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-filters {
  margin-bottom: 20px;
}

.news-filters-bottom {
  margin: 20px 0;
}
.news-filters-bottom > * {
  margin-bottom: 10px;
}
.news-wrap {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(438px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.news-wrap.show {
  display: grid;
}

.news__btn,
.discounts__btn {
  width: 100%;
  max-width: 230px;
  padding: 17px 0;
  margin: 0 auto;
}
.news-detail-misc {
  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;
  margin-bottom: 35px;
}

.news-detail__title {
  max-width: 710px;
  margin-bottom: 35px;
  line-height: 1.2;
  font-family: "Road Radio";
  font-size: 58px;
  font-size: 30px;
  line-height: 30px;
}

.news-detail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px;
}
.news-detail__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.news-detail__links .news-detail__btn {
  margin: 0;
}
.news-detail__date {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #838a9d;
}
.news-detail__table {
  overflow-x: auto;
}

.news-detail-content img {
  width: 100%;
  border-radius: 5px;
}
.news-detail-content iframe {
  height: clamp(315px, 50vw, 600px);
}
.news-detail-container p a,
.news-detail-container ul a {
  text-decoration: underline;
}
.news-detail__btn {
  max-width: 310px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 17px 46px;
}

.news-detail__btn:hover path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  stroke: #fff;
}

.objects-table {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.objects-table:last-child {
  margin: 0;
}

.objects-table .object-card:last-child {
  border: none;
}

.objects-table-wrap {
  border: 1px solid #d7d9db;
  border-radius: 5px;
  overflow-x: auto;
  width: 100%;
}

.objects-card-wrap,
.objects-table-wrap {
  display: none;
}

.objects-table-favorit,
.objects-table-wrap_info {
  display: grid;
}

.objects-table__title {
  margin-bottom: 25px;
}

.objects-table-top {
  display: grid;
  grid-template-columns: 100px 165px 100px 70px 70px 140px 175px 140px 135px 40px 40px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 30px 17px 30px;
  border-bottom: 1px solid #d7d9db;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #838a9d;
}

.objects-table-top--catalog {
  grid-template-columns: 110px 175px 110px 80px 110px 150px 50px 50px;
}

.objects-table-top-type {
  grid-template-columns: 100px 120px 120px 103px 50px 140px 160px 120px 125px 90px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  border-bottom: 1px solid #d7d9db;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.objects-table-top-type:hover > .link-info-block {
  color: #59b039;
}
.commercial-table-top {
  grid-template-columns: 110px 150px 200px 210px 210px 190px 145px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.townhouse-table-top {
  grid-template-columns: 100px 150px 120px 100px 150px 100px 100px 80px 125px 90px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.table-border {
  border: 1px solid #d7d9db;
}
.objects-table-top__item,
.mortgage-banks-top__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #838a9d;
}

.objects-table-top__item .icon,
.mortgage-banks-top__item .icon {
  margin-left: 5px;
  cursor: pointer;
}

.objects-table-top__item .icon:hover svg *,
.mortgage-banks-top__item .icon:hover svg * {
  fill: #59b039;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.objects-table-content {
  width: 100%;
}

.objects-table-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vacancies-wrap {
  display: none;
}

.vacancy-card:last-child {
  margin: 0;
}

.vacancies-wrap .drop-more__trigger-text {
  color: #59b039;
  padding: 10px;
}

.vacancies__item-contacts {
  padding-bottom: 10px;
}
.vacancies__btn {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  max-width: 230px;
  padding: 18px 34px;
}
.vacancies-btn-wrap {
  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;
}

.vacancies-drop-content {
  display: none;
  margin-top: 10px;
  margin-bottom: 35px;
}

.vacancies-card__about-description {
  width: 80%;
}

.vacancies-card__about-requirement,
.vacancies-card__about-condition,
.vacancies-card__about-address,
.vacancies-card__about-contact {
  display: block;
  margin-top: 25px;
}

.vacancies-card__about-requirements,
.vacancies-card__about-conditions,
.vacancies-card__about-address,
.vacancies-card__about-contacts {
  list-style-type: none;
  padding: 0;
  margin-bottom: 15px;
}

.vacancies-card__about-name {
  color: #838a9d;
}

.vacancies-card__about-bottom {
  border-top: 1px solid #d7d9db;
  padding-top: 15px;
}

.landing-input-label {
  z-index: 6;
}
.landing_gallery-slide {
  height: 100%;
  max-height: 800px;
  width: 100%;
}
.project-main-wrap {
  display: none;
}
.project-map,
.location-map {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100vw;
  margin-left: calc(-50.5vw + 50%);
  display: none;
}
.project-map {
  height: 750px;
}
.location-map {
  display: block;
  position: relative;
  height: 800px;
}

.coords-map-card {
  position: absolute;
  opacity: 0;
  top: -25px;
  left: 25px;
  z-index: 11;
  width: 100%;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  min-width: 280px;
  background-color: #fff;
  cursor: pointer;
  width: 280px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.map-point {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #59b039;
  border-radius: 50%;
  border: 2px solid #fff;
}

.map-point:hover {
  background-color: blue;
}

.map-point__text {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  background-color: #fff;
  padding: 2px 6px;
  border-radius: 2px;
  top: -28px;
  white-space: nowrap;
  text-align: center;
  -webkit-box-shadow: 0px 2px 6px #8e8e94;
  box-shadow: 0px 2px 6px #8e8e94;
  -webkit-transform: translateX(-38%);
  transform: translateX(-38%);
}
.map-point-img {
  display: block;
  height: 50px;
  width: 50px;
  top: -25px;
  left: -25px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid #fff;
}
.map-point-img img {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pin-active-text {
  opacity: 0;
}
.active-card {
  border-radius: 10px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
  z-index: 1500;
}

.project-slide {
  position: relative;
  color: #fff;
  text-align: left;
  width: 100%;
}

.project-slide-header {
  margin-bottom: 45px;
}

.project-slide__title {
  line-height: 1.2;
  font-family: "Road Radio";
  font-size: 58px;
  max-width: 615px;
  font-size: 36px;
  font-weight: 700;
}

.project-slide__subtitle {
  margin-top: 5px;
}

.project-slide-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-slide-block {
  position: relative;
  margin-right: 120px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px 60px;
}

.project-slide-block:first-child::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: -60px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.project-slide-block:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.project-slide-prop {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.project-slide-prop__value {
  white-space: nowrap;
  line-height: 1.2;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 7px;
  font-weight: 700;
}

.project-slide-prop__name {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap;
}

a.project-slide-prop__name {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-slide-link:hover > * {
  color: #59b039;
}

.project-slide-link:hover  path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  stroke: #59b039;
}

a.project-slide-prop__name i.icon {
  margin-left: 5px;
}

.project-slide__payment {
  margin-left: 10px;
  margin-right: 10px;
  line-height: inherit;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 58px;
}

.project-slide__discount {
  white-space: nowrap;
  padding: 5px;
  background-color: #ff594f;
  border-radius: 5px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.project-slide__mortgage {
  margin-left: 8px;
}
.project-slide-block_right-price-type {
  font-size: 15px;
}
.project-slide-block-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.project-advantages-container {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 70px;
}
.project-advantages-content__wrap {
  overflow: hidden;
}
.project-advantages-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.project-advantages-list .advantage-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
}
.advantage-item.active .advantage-item__text {
  color: #59b039;
}
.project-advantages-list .advantage-item::after {
  position: absolute;
  display: block;
  content: "";
  top: 9px;
  left: calc(8px / 2);
  height: 100%;
  width: 1px;
  background-color: #59b039;
  z-index: 1;
}

.project-advantages-list .advantage-item:last-child {
  padding: 0;
}

.project-advantages-list .advantage-item:last-child::after {
  display: none;
}

.project-advantages-list .advantage-item.active .advantage-item__bullet {
  background-color: #59b039;
}

.project-advantages-list .advantage-item_btn {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.project-advantages-list .advantage-item__bullet {
  position: relative;
  height: 8px;
  width: 8px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #59b039;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 7px;
}

.advantage-item__subtext,
.project-advantages-list-min {
  display: none;
}

.project-advantages-content {
  display: none;
}
.project-advantages-content iframe {
  height: clamp(315px, 50vw, 600px);
}
.project-advantages-content h3 {
  margin-bottom: 15px;
}

.project-advantages-content p {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.project-advantages-content p:last-child {
  margin: 0;
}

.project-advantages-content .video-container {
  margin-top: 20px;
}

.project-advantages-content-active {
  display: block;
}

.project-advantages-list-min {
  padding: 0 15px;
}

.advantage-item-min {
  border-bottom: 1px solid #c7cbd0;
}
.advantage-item-min-container {
  display: none;
}
.advantage-item-min.show {
  border-color: #59b039;
  padding: 5px 0;
}
.advantage-item-min.show .advantage-item-min-container {
  display: block;
}

.advantage-item-min.show .advantage-item-min-wrap {
  color: #59b039;
}

.advantage-item-min.show .advantage-item-min-wrap svg {
  fill: #59b039;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.advantage-item__title-min {
  height: 50px;
  font-size: 16px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
.project-plan__img {
  position: relative;
  height: 100%;
}
.project-nav {
  padding: 10px 0;
  border-bottom: 1px solid #d7d9db;
  position: sticky;
  top: 96px;
  z-index: 96;
  background: white;
  display: none;
}

.project-nav-container {
  display: grid;
  grid-template-columns: -webkit-max-content auto 200px;
  grid-template-columns: max-content auto 200px;
  /* width: max-content;
  margin: 0 auto; */
}
.project_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
}
.drop-project-nav-item,
.project-nav-item {
  display: none;
  font-size: 14px;
}
.project-nav-item {
  margin-right: 20px;
  white-space: nowrap;
}
.drop-project-nav-item .show,
.project-nav-item .show {
  display: block;
}
.project-nav-title {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flat-plans__btn {
  margin-left: auto;
}

.flat-plans-wrap {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(307px, 310px));
  gap: max(28px, 46px);
  min-height: 400px;
}
.flat-plans-wrap.show {
  display: grid;
}
.loader-flat-plans,
.empty-flat-plans {
  min-height: 400px;
}
.empty-flat-plans {
  display: none;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
}
.empty-flat-plans.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-more {
  display: none;
}
.project-more__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.project-more__trigger span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #2a2a30;
  font-weight: 400;
}

.project-more__trigger span:hover {
  color: #59b039;
}

.project-more__content {
  z-index: 10;
  margin: 0;
  padding: 0;
}


.project-plan-detal.hidden-wrap {
  display: none;
}
.project-plan-detal-header {
  position: absolute;
  width: 100%;
  top: 0;
}
.project-plan-detal-top {
  text-align: center;
}

.project-plan__title {
  color: #fff;
}

.project-plan-detal-container {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  padding: 0;
  width: 1440px;
  max-width: inherit;
}

.project-plan-detal-container a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.townhouse-plan-filter,
.object-plan-filter,
.object-plan-filter-second {
  width: inherit;
  background: none;
}
.project-plan-detal-filter {
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 10px;
}
.project-plan-detal-filter .filter-radio__label {
  margin-top: 1px;
}

.link-accent,
.link-false {
  width: 100%;
}
.link-accent {
  padding: 18px 34px;
  background-color: #59b039;
  border: 1px solid #59b039;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

a.link_accent {
  color: #59b039;
}

.project-plan-detal__title {
  color: #fff;
}

.project-plan-detal__office {
  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;
}
.veiw_plan_content {
  position: relative;
  height: 100%;
  overflow: auto;
}
.veiw_plan_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 50px;
}
.veiw_plan_content_img,
.veiw_plan_content_svg {
  min-height: 400px;
  width: 100%;
}
.veiw_plan_content_img {
  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;
}
.veiw_plan_content_svg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.veiw_plan_content_img img,
.veiw_plan_content_svg svg {
  width: 100%;
}
.veiw_plan_content_img img {
  height: auto;
}
.veiw_plan_content_svg svg {
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.veiw_plan_content_svg path {
  cursor: pointer;
}
.veiw_plan_content_svg path:hover {
  fill: #59b039;
  fill-opacity: 0.8;
}
.entrances-detail-wrap .loader-wrap{
  min-height: 400px;
}
.section-header-back {
  width: 100%;
}
.section-header-back__button {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 6px 15px 6px 10px;
}
.section-header-back__btn-icon {
  margin-right: 5px;
}
.section-header-back button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.section-header-back button a,
.section-header-back button svg {
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header-back-gray a,
.section-header-back-gray svg {
  color: #838a9d;
}
.genplan-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: initial;
}

.section-header-address {
  font-weight: bold;
  color: #2a2a30;
  background: none;
  margin-bottom: 20px;
  line-height: normal;
}

.project-plan-detal__house-name {
  margin-bottom: 15px;
}

.object-plan__house-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d9db;
}

.object-plan__house-name span:nth-child(2) {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.project-plan-detal__label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 10px;
  background-color: #59b039;
  color: #fff;
  border-radius: 5px;
}

.project-plan-detal__progress {
  margin-bottom: 18px;
}

.project-plan-detal__progress-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.project-plan-detal__progress-bar {
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 3px;
  background-color: #d7d9db;
}

.project-plan-detal__progress-bar::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  border-radius: 10px;
  background-color: #59b039;
}

.project-plan-detal__progress span:first-child {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.project-plan-detal__progress span:last-child {
  color: #59b039;
}

.project-plan-detal__forsale {
  margin-bottom: 20px;
  font-size: 16px;
}

.project-plan-detal__forsale-top {
  margin-bottom: 5px;
}

.project-plan-detal__forsale-top span:first-child {
  margin-right: 10px;
}

.project-plan-detal__forsale-bottom,
.project-plan-detal__deadline span:first-child {
  color: #838a9d;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
}

.project-plan-detal__free {
  padding-bottom: 15px;
  margin-bottom: 10px;
  color: #59b039;
  border-bottom: 1px solid #d7d9db;
}

.project-plan-detal__flats,
.project-plan-detal__props {
  margin-bottom: 20px;
}

.project-plan-detal__flat,
.object-plan__flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d7d9db;
}

.project-plan-detal__flat:last-child,
.object-plan__flat:last-child {
  border: none;
  margin: 0;
}

.object-plan__flat {
  border: none;
}
.object-plan__flat p {
  padding: 5px 0;
}
.object-plan__flat-name {
  font-size: 14px;
  font-weight: 600;
}
.project-plan-detal__prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

.project-plan-detal__prop:last-child {
  margin: 0;
}

.project-plan-detal__price {
  margin-bottom: 15px;
}

.project-plan-detal__price_new {
  color: #59b039;
}

.project-plan-detal__price_old {
  color: #838a9d;
  text-decoration: line-through;
}

.project-plan-detal__details {
  margin-bottom: 18px;
}

.project-plan-detal__details-item span {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.project-plan-detal-switch {
  position: absolute;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  border-radius: 5px;
}

.project-plan-info,
.project-plan-detal-info,
.object-plan-info {
  width: 100%;
  max-width: 280px;
  height: auto;
  padding: 25px;
  z-index: 15;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  border-radius: 5px;
  left: 0px;
  top: 0px;
}
.object-plan-info {
  padding: 0;
}
.object-plan-info-content {
  padding: 25px;
  width: 280px;
}
.object-plan-info-img {
  position: relative;
}
.object-plan-info-img img {
  height: 180px;
  border-radius: initial;
  position: initial;
  border-radius: none;
}
.object-plan-info-img-label {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #59b039;
  padding: 5px 10px;
  background: #fff;
}
.decor_description {
  word-break: break-word;
}
.project-plan__label {
  background-color: #59b039;
  color: white;
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  width: 51px;
  margin-bottom: 10px;
}

.project-plan__house-name {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.project-plan__progress-top {
  font-weight: normal;
  font-size: 14px;
}

.project-plan__progress-top-progress {
  color: #59b039;
}

.project-plan__progress-bar {
  height: 5px;
  border-radius: 50%;
  width: 100%;
}
progress::-webkit-progress-value {
  background: #59b039;
}
progress::-webkit-progress-bar {
  background: #d7d9db;
}
.project-plan__forsale-bottom {
  color: #838a9d;
  font-size: 12px;
  padding: 0;
  padding-right: 10px;
}
.project-plan__forsale-finish,
.project-plan__deadline-value {
  font-size: 12px;
  padding: 0;
}
.project-plan__forsale-finish {
  color: #59b039;
}
.project-plan__flat,
.project-plan__progress-top,
.project-plan__progress_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project-plan__flat-name {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
.project-plan__flat-price {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.project-plan__forsale-top,
.project-plan__details {
  padding-right: 10px;
}
.project-plan__details-item strong {
  font-size: 12px;
}
.project-plan__forsale-top {
  font-weight: 600;
}
.project-plan__progress_info,
.project-plan__flat {
  padding: 6px 0;
}

.project-plan__flat:not(:last-child) {
  border-bottom: 1px solid #838a9d;
}

.project-plan__deadline {
  padding-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-plan__forsale {
  padding: 20px 0;
}

.scheme-card__vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.scheme-card__vertical .scheme-card__info-price {
  margin-right: 0;
}

.filter__wrap_link {
  white-space: nowrap;
  padding: 17px 25px;
  border: 1px solid #d7d9db;
  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;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.filter__wrap_link-active {
  background-color: #59b039;
  border-color: #59b039;
  color: #fff;
}

.discount-slider__btn {
  margin-right: auto;
}
.discount-slider-wrap {
  overflow: hidden;
}
.discount-slider-wrap .swiper-wrapper,
.discount-slider-wrap .swiper-slide {
  height: inherit;
}
.discount-slider-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.video-playlist-wrap {
  display: grid;
  grid-template-columns: auto 350px;
  grid-template-rows: auto 600px;
  gap: 25px;
}

.video-main .video-container {
  max-height: 600px;
  height: 600px;
}

.video-playlist-wrap_revers {
  display: grid;
  grid-template-columns: 460px auto;
  grid-template-rows: 600px auto;
  gap: 30px;
}

.video-list {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-list::-webkit-scrollbar {
  width: 0px;
}

.video-list::-webkit-scrollbar-thumb {
  background: transparent;
}

.video-list-width {
  grid-template-rows: 500px;
}
.get-card-right {
  height: inherit;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.get-card-right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.construction-slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.construction-slider__img {
  width: 100%;
  height: 100%;
  max-height: 550px;
  max-width: 900px;
}

.construction-slider__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.construction-slider-wrap .construction-slider-image {
  width: 100%;
  max-width: 950px;
  margin-right: 50px;
  border-radius: 5px;
  position: relative;
  height: inherit;
  min-height: 110px;
  overflow: hidden;
}
.construction-slider-wrap .swiper-wrapper {
  height: 100%;
}
.construction-slider-image .swiper-slide {
  width: 100%;
}
.construction-slider-image .swiper-pagination {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.construction-controls {
  position: absolute;
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 25px;
  bottom: 40px;
}

.construction-slider-content {
  width: 100%;
  max-width: 420px;
  word-break: break-word;
}

.construction-content h3 {
  margin-bottom: 30px;
}

.construction-content ul {
  margin: 0;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

.construction-content ul li {
  margin-bottom: 5px;
}

.documents-container,
.questions-container {
  padding-top: 100px;
}
.documents-container,
.questions-wrap{
  position: relative;
}
.documents-wrap,
.questions-wrap {
  padding: 60px;
  border: 1px solid #d7d9db;
  border-radius: 5px;
}
.documents-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.documents__title,
.questions__title {
  margin-bottom: 15px;
}

.documents__img,
.questions__img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 75px;
}

.documents__img img,
.questions__img img {
  display: block;
}
.documents_link{
  height: 56px;
}
.scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 56px;
}

.scheme-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 160px;
}

.scheme-filters .input {
  margin-bottom: 30px;
  max-width: 330px;
}

.scheme-filters__reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.scheme-filters__reset-btn {
  padding: 0;
  margin-right: 10px;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.scheme-filters__reset-btn:hover {
  background: none;
  color: #96e07a;
}

.scheme-filters__reset-count {
  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;
  width: 22px;
  height: 22px;
  background-color: #f2f9ef;
  color: #59b039;
  border-radius: 50%;
}

.scheme-slider {
  position: relative;
}

.scheme-slider-wrapper {
  padding: 50px 153px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(6, auto);
  gap: 40px;
}

.scheme-slider__arrow.slider-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.scheme-slider__arrow.slider-control.swiper-button-prev {
  left: 0;
}

.scheme-slider__arrow.slider-control.swiper-button-next {
  right: 0;
}

.footer-menu-items {
  display: none;
}

.scheme-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.scheme-legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.scheme-legend-item span {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.townhouse-item__title {
  text-align: center;
  white-space: nowrap;
  margin-bottom: 10px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.townhouse-item__houses {
  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;
}

.townhouse-slide {
  width: 100px;
  height: 75px;
}

/* Слайдер фотографий */

.photo-slider-container {
  width: 100%;
  height: 100%;
  max-height: 660px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.project-slider-container{
  width: 100%;
  height: 100%;
  max-height: 660px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.photo-slider-controls {
  position: absolute;
  height: inherit;
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 40px;
  bottom: 0;
}

.photo-slider-controls_wrap {
  margin-left: auto;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 10;
}

.photo-slider-controls_wrap_position {
  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;
  height: 50px;
  padding: 40px;
}

.photo-slider-image {
  width: 100%;
  height: 100%;
}

.photo-slider-image__img {
  height: inherit;
}
.form-group {
  margin-right: 18px;
}

/* .form-group {
	margin-top: 10px;
} */

label {
  cursor: pointer;
}

/* *******************
Select
******************* */

.select {
  /* Растягиваем блок на 100% родительского блока, для правильного размещения кастомной стрелочки */
  width: 100%;

  /* Убираем браузерную стрелку */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  /* Задаем свой фон и рамку */
  border: 1px solid #7e9bbd;
  border-radius: 6px;
  background-color: #fff;

  /* Отступы от рамки к тексту */
  padding: 10px 35px 10px 15px;

  /* Убираем баузерную обводку*/
  outline: none;

  cursor: pointer;
}

/* Убираем стрелочку в IE 10 и 11 */
.select::-ms-expand {
  display: none;
}

/* По клику - убираем обводку и добавляем свою*/
.select:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 1px #38577a, 0px 0px 10px #7e9bbd;
          box-shadow: 0px 0px 0px 1px #38577a, 0px 0px 10px #7e9bbd;
}

/* Делаем .select-wrapper родительским элементом для позиционирования "стрелочки" */
.select-wrapper {
  position: relative;
}

/* Рисуем стрелочку */
.select-wrapper::before {
  content: "";

  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

  display: block;

  /* Рисуем треугольник */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10.4px 6px 0 6px;
  border-color: #7e9bbd transparent transparent transparent;

  /* Снимаем клик с треугольника */
  pointer-events: none;
}

/* *******************
Select c dropdown на JS
******************* */

.dropdown {
  position: relative;
  background: #ffffff;
  border: 1px solid #d7d9db;
  -webkit-transition: all 0.5s ease-out, overflow-y 0.1s 0.5s;
  transition: all 0.5s ease-out, overflow-y 0.1s 0.5s;
  border-radius: 5px;
  width: 100%;
}

.dropdown__button {
  position: relative;
  display: block;
  min-width: 278px;
  width: 100%;
  text-align: left;
  height: 58px;
  padding-left: 18px;
  padding-right: 39px;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
}
.dropdown__button_catalog {
  min-width: 262px;
  max-width: 262px;
}

.dropdown__button:focus,
.dropdown__button--active {
  outline: none;
  border-color: #59b039;
}

.dropdown__button::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(assets/dropdown_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.dropdown__list {
  position: absolute;
  left: 0;
  top: 64px;

  margin: 0;
  padding: 0;
  list-style-type: none;

  background: #ffffff;
  -webkit-box-shadow: 0px 9px 35px -6px rgb(24 39 75 / 8%);
          box-shadow: 0px 9px 35px -6px rgb(24 39 75 / 8%);
  overflow: hidden;

  border-radius: 6px;
  width: 100%;

  z-index: 15;
  border: 1px solid #d7d9db;
  max-height: 0;
  overflow-y: auto;

  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: max-height 0.4s, visibility 0s 1s, opacity 0.2s linear;
  transition: max-height 0.4s, visibility 0s 1s, opacity 0.2s linear;
}

.dropdown__list--visible {
  display: block;
  max-height: 200px;
  overflow: auto;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -webkit-transition: max-height 0.4s, opacity 0.2s linear;
  transition: max-height 0.4s, opacity 0.2s linear;
}

.dropdown__list-item {
  margin: 0;
  padding: 0;
  padding: 13px 20px;
  cursor: pointer;
  font-size: 14px;
}

.dropdown__list-item:first-child {
  border-radius: 6px 6px 0 0;
}

.dropdown__list-item:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: 1px solid #7e9bbd;
}

.dropdown__list-item:hover {
  background-color: #f2f9ef;
}

.dropdown__input-hidden {
  display: none;
}
.dropdown__list--active {
  color: #59b039;
  background: none;
  cursor: default;
}

.form-group-catalog {
  margin: 0px 7px 26px;
}

.stacks-card {
  margin-bottom: 60px;
}
.stacks {
  display: none;
  margin-bottom: 35px;
  overflow: hidden;
  overflow-x: auto;
}
.show {
  display: block;
}
.show-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
p {
  padding: 10px 0;
}

.payment-form-topjs-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.schema-plan-filter-form div.input {
  width: 100%;
  max-width: initial;
}
.schema-plan-filter-form {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(269px, 320px));
  gap: 20px;
  width: inherit;
}

.swiper-slide--mobile {
  display: none;
}

.link-left,
.link-right {
  padding: 18px 34px;
  border: 1px solid #d7d9db;
  color: black;
  background: #fff;
}
.link-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.link-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.link-accent {
  background-color: #59b039;
  border: 1px solid #59b039;
  color: #fff;
}
.slider-schema {
  width: 85%;
}

.flex-row {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.construction-content {
  padding: 10px;
  overflow: hidden;
}

.active_filter {
  border-color: #59b039;
}

.active_filter .input__label {
  display: inline-block;
  color: #59b039;
}
.active_filter .filter-checkbox__label {
  background: #59b039;
  color: white;
}
.drop-more-content-sub {
  display: none;
}
.form-error {
  border-color: red;
}
.form-error .input__label {
  color: red;
}
.form-error span.input__error {
  display: block;
}
.b24-window .b24-from-state-on .b24-form-state-container {
  height: 100%;
}
.b24-window .b24-form-header {
  padding: 30px;
}
.b24-window .b24-window-close {
  top: 10px;
  right: 10px;
}

.b24-window .b24-window-scrollable {
  padding-bottom: 0 !important;
}

.b24-window .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}

.b24-window .b24-form-btn {
  line-height: 18px;
}

.b24-window .b24-form-padding-side {
  padding-left: 50px;
  padding-right: 50px;
}
.b24-window .b24-form-content {
  padding: 35px 50px;
}
.b24-window .b24-window-scrollable {
  border-radius: 5px;
}
.b24-window-popup-title {
  white-space: normal !important;
}
.b24-window-mounts {
  position: relative;
  z-index: 9999999;
}
/* Стили карты  */

.content-main__map {
  width: 100%;
}
/* Контакты */
.drop-wrap {
  display: none;
}
.drop-wrap.show {
  display: block;
}
.content-main__sale__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-main__sale__contact__inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-main__sale__contact__inf-title,
.content-main__managers_item_func {
  font-weight: 400;
  font-size: 14px;
  color: #838a9d;
  margin: 5px 0;
  text-align: left;
}

.content-main__sale__contact__inf-title {
  margin: 25px 0 5px 0;
}

.content-main__sale__contact__inf-sub,
.content-main__sale__contact__inf {
  font-family: Open Sans;
  font-weight: 500;
  font-size: 16px;
  color: black;
  margin: 5px 0;
}

.content-main__managers_item_name {
  font-weight: bold;
  font-size: 22px;
  color: #2a2a30;
  text-align: left;
}
.content-main__sale__contact__inf-sub {
  padding: 0 10px;
}

/* slider drop card manedger */
.manager-wrap .swiper-slide {
  max-width: 340px;
  width: 100%;
}
.content-main__managers_item {
  position: relative;
  width: 100%;
}

.content-main__managers_photo__drop_menu__wrap_mobile {
  display: block;
}
.content-main__managers_photo__text{
  padding: 0;
  padding-bottom: 10px;
  padding-top: 20px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #838A9D;

}

.footer-contact__inf {
  margin: 0;
  font-weight: 400;
}

.footer-contacts__title {
  margin: 15px 0 5px 0;
}

@media screen and (max-width: 768px) {
  .content-main__managers_photo__drop_menu {
    display: none;
  }
}

.content-main__managers_photo__drop_menu__wrap {
  padding: 0 30px;
}

.content-main__managers_photo__wrap {
  position: relative;
}

.content-main__managers_photo__wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
}

.content-main__managers_photo__drop_menu__chats {
  text-align: initial;
}
.content-main__managers_photo__drop_menu__chats a:not(:last-child) {
  margin-right: 10px;
}
/* Landeing page */
.main-landing-top {
  position: relative;
  overflow: hidden;
}
.main-landing-top__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  z-index: -1;
}
.main-landing-top__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.main-landing-top__wrap {
  height: inherit;
  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: 100px 0;
}

.main-landing-top__left {
  width: 713px;
  word-break: break-word;
}

.main-landing-top__left_title {
  font-weight: bold;
  font-size: 58px;
  line-height: 58px;
  color: #ffffff;
}

.main-landing-top__left_subtitle {
  font-weight: 600;
  font-size: 19px;
  color: #ffffff;
}

.content-main__sale__header_subtitle {
  font-weight: 600;
  font-size: 19px;
}

.main-landing-top__right {
  max-height: 580px;
  max-width: 480px;
  background: #ffffff;
  border-radius: 5px;
}

.main-landing-top__right__form {
  padding: 50px;
}

.excursion-input_wrap {
  padding-bottom: 31px;
}

.excursion-input_wrap__input {
  height: 56px;
  padding: 18px 20px;
}
.excursion-input_wrap__input input::-webkit-input-placeholder {
  color: grey;
}
.excursion-input_wrap__input input::-moz-placeholder {
  color: grey;
}
.excursion-input_wrap__input input:-ms-input-placeholder {
  color: grey;
}
.excursion-input_wrap__input input::-ms-input-placeholder {
  color: grey;
}
.excursion-input_wrap__input input::placeholder {
  color: grey;
}

.excursion-input_wrap__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-main__sale__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 36px;
}

.showroom-playlist-wrap {
  display: grid;
  grid-template-columns: auto 460px;
  grid-template-rows: 480px auto;
  gap: 78px;
}
.showroom-playlist-wrap:nth-child(2n-1) {
  direction: rtl;
}
.showroom-playlist-wrap-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.showroom-playlist-wrap-img iframe {
  width: 100%;
  height: 100%;
}
.showroom-playlist-wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.showroom-playlist-wrap-list {
  text-align: left;
}
.showroom-playlist-wrap-list .showroom-btn-wrap {
  padding-top: 50px;
}
.showroom-playlist-wrap-list .showroom_btn {
  width: initial;
  max-width: 280px;
}
.main-informaition-projects_background_normal,
.main-informaition-projects_background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
.main-informaition-projects_background {
  background: rgba(89, 176, 57, 0.6);
}
.main-informaition-projects_background_normal {
  background-color: rgba(0, 0, 0, 0.2);
}
.main-informaition-projects_background_normal video,
.main-informaition-projects_background video {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
  background: #f0f9f0;
}
.main-informaition-projects_background_normal .main-informaition-projects__item:nth-child(2n) {
  background: rgba(89, 176, 57, 0.6);
}
.main-informaition-projects__wrap {
  min-height: 400px;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
}
.main-informaition-projects__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-informaition-projects__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.main-informaition-projects__item__title {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 80px;
  text-align: center;
  color: #ffffff;
  line-height: 80%;
  padding: 0;
  padding-right: 10px;
}
.main-informaition-projects__item_metric {
  font-size: 18px;
  font-weight: 700;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}

.main-informaition-projects__item__subtitle {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}

.main-microdistrict {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto;
}

.main-microdistrict__title {
  padding-top: 40px;
  font-weight: bold;
  font-size: 37px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #2a2a30;
}

.main-microdistrict__subtitle {
  padding: 15px 0;
  font-weight: normal;
  font-size: 16px;
  color: #2a2a30;
}

.main-partner,
.main-managers {
  overflow: hidden;
}
.landing-manager .swiper-slide {
  max-width: 320px;
}
.card-landing-manager {
  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;
  max-height: 500px;
  border-radius: 5px;
  display: flex;
  width: 100%;
}

.card-landing-manager_item {
  padding: 20px 0;
}
.card-landing-manager_photo {
  max-height: 300px;
  height: 100%;
  width: 100%;
}
.card-landing-manager_item_name {
  font-weight: 600;
  font-size: 19px;
  color: #2a2a30;
  padding: 5px;
  text-align: center;
}

.card-landing-manager_item_func {
  font-weight: normal;
  font-size: 14px;
  color: #838a9d;
  margin: 0;
  text-align: center;
  padding: 0;
}

.card-landing-manager-hr {
  height: 1px;
  background: #d7d9db;
  width: 100%;
}

.card-landing-manager-contacts {
  padding: 10px 0;
}

.card-landing-manager-contacts__tel {
  font-weight: 600;
  font-size: 16px;
  color: #59b039;
}

.card-landing-manager-contacts__mail {
  font-size: 14px;
  font-weight: 400;
  color: #59b039;
}

.content_partner {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.content_partner__card {
  position: relative;
  width: 325px;
  height: 252px;
  border: 1px solid #d7d9db;
  display: block;
  overflow: hidden;
}

.content_partner__card:hover .content_partner-dropmenu {
  max-height: 100%;
  height: 100%;
  opacity: 1;
}

.content_partner-img_wrap {
  position: absolute;
  height: inherit;
  width: inherit;
  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;
}

.content_partner-dropmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  max-height: 0;
  width: inherit;
  -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;
  background-color: #59b039;
  padding: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
}

.partnet-cart-title {
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  color: #ffffff;
}

.partnet-cart-subtitle {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

.main-photos__subtitle {
  font-size: 19px;
  color: #2a2a30;
  padding-bottom: 59px;
}

.slider-arrows-position-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.scheme-plan {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
}

.project-plan-detal,
.project-plan-detal-wrap {
  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;
  position: relative;
  height: auto;
  overflow: hidden;
}

.project-plan-detal__title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-plan-detal__room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-plan-detal__room__aside {
  padding-left: 24px;
}

.project-plan-detal__rooms__img {
  position: relative;
  max-width: 900px;
}

.project-plan-detal__rooms_title {
  font-weight: 600;
  font-size: 19px;
  color: #2a2a30;
  text-align: center;
  width: 100%;
}
.project-plan-detal__office_title {
  font-weight: 600;
  font-size: 19px;
  color: #2a2a30;
  max-width: 370px;
  width: 100%;
  text-align: center;
}

.project-plan-detal__room__aside-floor {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  color: #2a2a30;
}

.project-plan-detal__room__aside-floor .project-plan-detal__room-floor {
  font-weight: bold;
  font-size: 58px;
  line-height: 58px;
  color: #2a2a30;
}

.section-header-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* Schema */

.schema-plan-content-info-blok__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schema-plan-content-info-blok {
  width: 25px;
  height: 25px;
  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;
  margin: 0 7px;
}

.schema-plan-content-info-blok a {
  width: 100%;
  height: 100%;
  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;
  font-size: 14px;
  font-weight: 600;
}

.free,
.sale,
.sold,
.blocked {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
}

.free {
  background: #e2f1de;
  border: 1px solid #59b039;
}

.free a {
  color: #59b039;
}

.sale {
  background: #e2f1de;
  border: 1px solid #59b039;
  position: relative;
}

.sale:before {
  content: url(assets/sale.png);
  width: 10px;
  height: 10px;
  top: -9px;
  right: -6px;
  position: absolute;
}

.sale a {
  color: #59b039;
}

.sold,
.blocked {
  background: #f9f9f9;
  border: 1px solid #d7d9db;
}

.sold {
  cursor: default;
  pointer-events: none;
}

.blocked {
  border: 1px solid #ffb800;
  background: no-repeat center url(assets/lock.svg), #fff3d5;
}

.schema-plan-content {
  width: 100%;
  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;
  padding-top: 20px;
}

.schema-plan-filter {
  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;
  height: inherit;
  width: inherit;
  max-width: 280px;
}

.schema-slider-controls {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.schema-slider-controls.hidden-wrap {
  display: none;
}
.schema-slider-controls_wrap_position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}
.schema-slider-controls .swiper-button-disabled {
  visibility: hidden;
}

.schema-slider-control {
  width: initial;
}

.schema-section__body {
  position: relative;
  height: 525px;
}

.schema-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: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.schema-floor__wrap_floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.schema-plan-content-info {
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  width: 100%;
}

.schema-item__title {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #2a2a30;
  padding-left: 50px;
  padding-bottom: 10px;
}

.schema-floor-col-numder {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #838a9d;
  width: 30px;
  margin: 0;
}

.flat-slider-container {
  width: 100%;
  max-width: 480px;
}

.flat-swiper-slide {
  width: 480px;
}

.schema-container {
  width: inherit;
  position: relative;
  min-height: 185px;
}

.flat-plan-info {
  left: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  max-width: 385px;
  width: 100%;
  background: white;
}

.flat-plan-info-img {
  width: 145px;
}

.project-plan-detal-detal-container {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.room_detail_wrap {
  height: 100%;
  width: auto;
}
.room_detail_content {
  position: relative;
  max-width: 900px;
  height: inherit;
  margin: auto;
  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;
}
.room_detail_content.hidden-wrap {
  display: none;
}
.room_detail_content_img {
  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;
  height: inherit;
}
.room_detail_content_img img {
  width: 100%;
  max-height: 100%;
}
.room_detail_content_svg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.room_detail_content_svg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.room_detail_content_svg path:hover {
  fill-opacity: 0.8;
}
.fly-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  background: white;
  border: 1px solid #d7d9db;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 9px 35px -6px rgba(24, 39, 75, 0.08);
          box-shadow: 0px 9px 35px -6px rgba(24, 39, 75, 0.08);
  border-radius: 5px;
  min-width: 280px;
}
.fly-card__close {
  display: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  padding: 5px 10px;
  background-color: transparent;
  z-index: 100;
}
.show.fly-card {
  opacity: 1;
  z-index: 100;
}
.fly-card-wrap {
  display: none;
}
.schema__arrow {
  border: 1px solid #d7d9db;
  width: 50px;
  margin: 0;
}

.schema-townhouse__wrap {
  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;
  margin-bottom: 15px;
}

.schema-townhouse-floor__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.schema-townhouse-item__title {
  padding: 5px 0;
  width: auto;
  font-size: 12px;
  line-height: 14px;
  color: #2a2a30;
}
.swiper-wrapper .schema-slide {
  width: auto !important;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.floor-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.floor-slider-controls {
  height: inherit;
}

.slider-control-vertical {
  width: inherit;
  padding: 24px;
  border: 1px solid #959598;
  border-radius: 50%;
  margin: 0;
  z-index: 10;
}

.slider-arrow__icon {
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.slider-control .floor__arrow {
  border: 1px solid #d7d9db;
}

.vertical-slider-wrap {
  height: inherit;
  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;
}

.vertical-slider-wrap .slider-item {
  width: 90px;
  display: none;
  font-size: 14px;
  color: #838a9d;
}

.custom-slider-company {
  height: inherit;
}
.select-category-partner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.partner-card-wrap{
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partner-card-category-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.partners-filters-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.partner-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 495px;
  height: 100%;
}
.partner-card__contacts {
  display: grid;
  grid-template-columns: repeat(auto-fill,50%);
  padding: 10px 0;
}

.partner-card_category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partner-card__text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  word-break: break-word;
  max-height: 200px;
  height: 100%;
}

.download_partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 280px;
  width: 100%;
  background: #59b039;
  color: #fff;
  height: 56px;
  border-radius: 5px;
}

.download_partners span {
  height: 24px;
  width: 24px;
}
.download-partners-wrap {
  padding-top: 30px;
}
.sort-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}
.active_sort {
  color: #59b039;
}
.active_sort svg {
  fill: #59b039;
}
.active_sort.rotate_icon .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sort-on-category {
  font-size: 14px;
  line-height: 140%;
  color: #2a2a30;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sort-on-category:hover {
  color: #59b039;
  background-color: 1px solid #59b039;
}

.sort-on-category span {
  height: 21px;
  width: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-form__partners {
  border-radius: 5px;
  max-width: 280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d7d9db;
  border-radius: 5px;
}

.search-form__partners:hover {
  border: 1px solid #59b039;
}

.search-form__input-partners {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

.search-form__list {
  margin: 0;
  margin-top: 10px;
  display: none;
}
.search-form__list.show {
  max-height: 50vh;
  overflow-y: auto;
  display: block;
}
.search_results {
  position: absolute;
  border: 1px solid #d7d9db;
  border-radius: 5px;
}
.search-result {
  padding: 15px 25px;
  display: block;
}
.search-result:hover {
  background: #f2f9ef;
}
.search-result-address {
  color: #838a9d;
}
.input__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner-wrap {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(290px, 440px));
  grid-gap: 30px;
  margin-bottom: 40px;
}
.partner-wrap.show {
  display: grid;
}
.partner-wrap .partner-card,
.partner-wrap .category-wrap_item {
  border: 1px solid #d7d9db;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.partner-wrap .category-wrap_item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.partner-wrap .category-wrap_item:hover {
  background-color: #59b039;
  color: #fff;
}

.partner-wrap .partner-card {
  padding: 40px;
  width: 100%;
}

.partner-wrap .partner-card:hover {
  border: 1px solid #666666;
}
.partners-filters {
  width: 100%;
}
.partner-card__title {
  padding: 20px 0;
  word-break: break-word;
}

.category-wrap_item {
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 14px;
  color: #59b039;
}
.partner-card__address {
  font-size: 14px;
  color: #2a2a30;
  margin: 0;
  padding: 0;
}

.partner-card_address-wrap {
  min-height: 60px;
  padding-bottom: 20px;
}

.partner-card__discount {
  font-size: 17px;
  color: #59b039;
  padding: 0;
  padding-bottom: 20px;
}

.partner-card__discount .partner-card__discount__procent {
  font-weight: 700;
}
.partner_link-site {
  font-size: 16px;
  color: #59b039;
  padding-right: 20px;
}

.partner_tel-number {
  font-size: 16px;
  font-weight: 600;
  word-break: break-word;
  color: #2a2a30;
}

.partner-card__city-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner-card__city {
  font-size: 14px;
  color: #838a9d;
  padding-right: 20px;
}

.questions-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.questions-text {
  padding: 60px;
}

.questions-title {
  font-weight: bold;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: 0.03em;
}

.questions-sibtitle {
  font-size: 16px;
  color: #2a2a30;
}
.get-cards-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 20px;
}

.partner-wrap-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 650px;
  max-width: 1440px;
  width: 100%;
}
.partner-wrap-empty.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partners-filters-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
}
.partners-filters-wrap,
.partners-filters-wrap > *{
  margin-bottom: 10px;
}
.search-form__partners {
  margin-bottom: 20px;
}
.breadcrumb {
  border-bottom: 1px solid #d7d9db;
}
.breadcrumb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.breadcrumb_item {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #838a9d;
  padding: 10px 0;
  display: block;
  white-space: nowrap;
}

.breadcrumb_item::after {
  content: "/";
  padding: 0 10px;
}

.breadcrumb_item:last-child::after {
  content: "";
}

.btn-up-item {
  position: fixed;
  bottom: -30px;
  right: 72px;
  background: none;
  border: 1px solid #59b039;
  padding: 5px;
  border-radius: 50%;
  z-index: 200;
  height: 30px;
  width: 30px;
  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;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn-up-item path {
  stroke: #59b039;
}

.btn-up-item:hover {
  background: #59b039;
}

.btn-up-item:hover path {
  stroke: #fff;
}
.filter-count {
  width: 10px;
  margin-left: 10px;
}

.video-main-details {
  grid-column: 1/3;
}

* {
  scrollbar-color: #59b039 #f5f5f5;
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 8px;
  /* «скроллбар: высота, ширина, цвет трека» */
  height: 10px;
  background-color: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
  background-color: #59b039;
  /* «цвет ползунка» */
}

.catalog-content-filters .filter-radio__option {
  font-size: 14px !important;
}

label.filter-radio__label {
  white-space: nowrap;
}

.section.application .btn.btn_light.application-chosen__btn {
  z-index: 0;
}

.consent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 90px;
  background: #f0f9f0;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  border-top: 1px solid #d7d9db;
}

.consent-wrap {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: inherit;
}

.consent-wrap__cookie {
  max-width: 1085px;
}

.consent-wrap__confirmation__link {
  color: #59b039;
}
.groupcompany-slider .groupcompany-slider-slide {
  max-width: 380px;
  height: 487px;
  background-color: #f0f9f0;
}
.groupcompany-slider-top {
  text-align: left;
  height: 100%;
  max-height: 95px;
}
.groupcompany-slider-title {
  font-weight: bold;
  font-size: 22px;
}
.groupcompany-slider-subtitle {
  font-size: 20px;
  font-weight: 600;
}
.groupcompany-slider-cities {
  font-size: 14px;
  color: #838a9d;
}

/* loader */
.loader-wrap {
  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;
  height: 100%;
  width: 100%;
  padding: 80px 0;
}
.loader {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(45deg, transparent, transparent 40%, #59b039);
  -webkit-animation: animate 2s linear infinite;
          animation: animate 2s linear infinite;
}
@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loader:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background: white;
  border-radius: 50%;
  z-index: 1000;
}
.loader:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(45deg, transparent, transparent 40%, #59b039);
  border-radius: 50%;
  z-index: 1000;
  z-index: 1;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

/* Prompt */
.prompt-wrap {
  display: none;
  position: absolute;
  z-index: 15;
  height: auto;
  width: auto;
  max-width: 280px;
  background: black;
  color: white;
  border-radius: 5px;
  padding: 10px;
  word-break: break-word;
  font-size: 14px;
}
.prompt-wrap.show {
  display: block;
}
.hidden-title {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
/* privacy policy  */
.privacy_policy_description,
.privacy_policy_title {
  max-width: 900px;
  word-break: break-word;
}
.privacy_policy_title {
  font-weight: bold;
  letter-spacing: 0.03em;
  font-size: 32px;
}
.privacy_policy_description {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 10px auto;
  }

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

  .modal-serv {
    max-width: 1140px;
  }

  .modal-sm {
    max-width: 530px;
  }
}
/* zoom image */
.zoom-wrap {
  position: absolute;
  z-index: 100;
  display: none;
  top: 10px;
  left: 10px;
  max-height: 250px;
  max-width: 250px;
  background: white;
  border: 1px solid #d7d9db;
  text-align: right;
}

.zoom-wrap.show {
  display: block;
}
.zoom-close {
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
/* placemark_balloon */

@media screen and (min-width: 1200px) {
  .modal-lg {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1600px) {
  .modal-lg {
    max-width: 1400px;
  }
}

@media screen and (max-width: 1477px) {
  .project-plan-detal,
  .project-plan-detal-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 1470px) {
  .video-list-width,
  .video-container,
  .section-header-right {
    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;
  }
  .section-header-right {
    padding: 0px 60px 60px 60px;
  }
}

@media screen and (max-width: 1469.98px) {
  body {
    font-size: 15px;
  }

  h2 {
    font-size: 28px;
  }

  .modal-header {
    padding: 40px 60px 30px;
  }

  .modal-body {
    padding: 0 60px 40px;
  }

  .req-modal__name-title {
    font-size: 42px;
  }

  .req-modal__success-title {
    font-size: 42px;
  }

  .promo-bottom__title {
    font-size: 42px;
  }

  .promo-bottom__character {
    -webkit-transform: translate(-50%, -221px);
            transform: translate(-50%, -221px);
  }

  .calc-req__percent {
    font-size: 36px;
  }

  .calc-req__price-value {
    font-size: 36px;
  }

  .how-to-buy-card__title {
    font-size: 36px;
  }

  .type-detail__title {
    font-size: 42px;
  }

  .main-form__title {
    font-size: 42px;
  }

  .main-form__title {
    font-size: 34px;
  }

  .buy-info__title {
    font-size: 42px;
    text-align: center;
  }

  .slide-main-content {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1469px) {
  .project-plan__title {
    color: black;
    line-height: initial;
  }

  .project-plan-detal-container {
    top: 0;
    width: inherit;
    padding: 0 15px;
    position: inherit;
  }

  .project-plan-detal-container a {
    color: black;
  }
  .get-card-left-title {
    text-align: center;
  }

  .partner-wrap-empty {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .get-card-left {
    padding-right: initial;
  }

  .questions {
    padding-top: 100px;
  }

  .questions-wrap {
    -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;
  }
}

@media screen and (max-width: 1339.98px) {
  .container {
    padding: 0 30px;
  }

  h2 {
    font-size: 24px;
  }
  .modal-content {
    margin: 55px 0 0;
  }

  .modal-close {
    background-size: 30px !important;
    right: 0px;
    top: -50px;
  }

  .header-menu_secondary {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header-call {
    font-size: 15px;
  }

  .footer-menus {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  }

  .req-modal__name-title {
    font-size: 38px;
  }

  .req-modal__success-title {
    font-size: 38px;
  }

  .promo-bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo-bottom__title {
    font-size: 38px;
  }

  .promo-bottom__title {
    text-align: center;
  }

  .promo-bottom__text {
    text-align: center;
  }

  .promo-bottom__social {
    margin-top: 20px;
  }

  .promo-bottom__character {
    display: none;
  }

  .filter-radio__option .filter-radio__label,
  .radio__option .filter-radio__label {
    border-left: 1px solid #d7d9db;
  }

  .calc-req__percent {
    font-size: 32px;
  }

  .calc-req__price-value {
    font-size: 32px;
  }

  .how-to-buy-card__title {
    font-size: 32px;
  }

  .bank-card {
    width: 95%;
  }

  .bank-card_default {
    grid-template-columns: 28% 16% 16% 16% 18% 5%;
  }

  .bank-card-wrap .icon {
    right: 8%;
    top: 36px;
  }

  .type-detail__title {
    font-size: 38px;
  }

  .main-slider__title {
    width: 47%;
  }
  .main-slider-full__title {
    font-size: 28px;
    max-width: 100%;
    width: 100%;
  }
  .main-slider-full__text {
    max-width: 100%;
    width: 100%;
  }
  .slide-main-image-wrap-full {
    position: absolute;
    height: 100%;
  }
  .slide-main-content-wrap-full {
    position: initial;
  }

  .main-filters-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(269px, 1fr));
    grid-row-gap: 30px;
    grid-column-gap: 10px;
  }

  .main-filters__btn {
    justify-self: center;
  }

  .main-filters__choice,
  .main-filters__range {
    margin-right: 0;
    justify-self: center;
  }

  .flat-details-container {
    border-bottom: 1px solid #d7d9db;
    padding-bottom: 20px;
  }

  .flat-details-scheme-wrap {
    padding-right: 0px;
  }

  .flat-details-scheme-wrap {
    max-width: initial;
    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;
  }

  .flat-details-info-wrap {
    border: none;
    padding-top: 0;
    padding-left: 0;
  }

  .flat-details-scheme-wrapper {
    -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;
  }

  .flat-details-filter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flat-details-slider {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-form__title {
    font-size: 38px;
  }

  .main-form-info {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .buy-info__title {
    font-size: 38px;
    text-align: center;
  }

  .mortgage-banks-top {
    grid-template-columns: 8.37% 14.37% 23.84% 22.65% 19.7%;
    padding: 0;
    width: 88%;
  }

  .online-form-container {
    padding: 96px 90px;
  }

  *::-webkit-scrollbar {
    height: 6px;
  }
  .catalog-content-filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .construction-slider-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .construction-slider-filter {
    margin-bottom: 10px;
  }

  .flat-details-info-wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1224px) {
  .section-partners-left {
    display: block;
  }
  .search-form__partners-wrap {
    margin-left: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1134px) {
  .section-partners-left {
    display: block;
  }
  .search-form__partners-wrap {
    margin-left: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1072px) {
  .partner-wrap-empty {
    height: 300px;
  }
}

@media screen and (max-width: 1041px) {
  .filter__wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1024.98px) {
  .footer-menu-items {
    display: block;
  }

  .mortgage__btn--banks {
    display: none;
  }
  .mortgage__btn--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mortgage__input--desktop {
    display: none;
  }

  .flat-plans-container__slider {
    margin-top: 30px;
  }

  .showroom-playlist-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: initial;
    padding-bottom: 20px;
  }
  .video-playlist-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-main .video-container {
    max-height: initial;
    height: initial;
  }

  .video-playlist-wrap_revers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .video-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .get-card-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: columns;
    flex-direction: columns;
  }
  .main-slider-controls {
    padding: 20px 15px;
  }
  .discount-slider-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-header .close {
    background-size: 30px !important;
  }

  .header-top {
    display: none;
  }

  .header-bottom {
    padding: 15px 0;
  }

  .header-logo {
    margin: 0;
    margin-right: 15px;
  }

  .header-menu_secondary {
    display: none;
  }
  .show-header-how-buy {
    opacity: 0;
  }
  .header-menu__item:first-child {
    margin: 0 15px;
  }
  .header-menu_secondary .header-menu__item a,
  .header-menu_secondary .header-options__item {
    padding: 30px 0;
  }

  .header-menu__item-small {
    margin-right: 20px;
  }
  .header-menu {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: center;
    margin-bottom: 10px;
  }

  .header-options {
    width: 96%;
    margin-top: 20px;
  }
  .header-call {
    display: none;
  }

  .header-small {
    display: block;
  }

  .footer-top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-top-left,
  .footer-top-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-top__text {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-top-right {
    margin-top: 20px;
  }
  .footer-top-right .btn.btn_primary {
    margin-left: 0;
  }
  .footer-top__phone {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .req-modal__wrapper {
    width: 50%;
  }

  .req-modal__agreement {
    width: 100%;
    max-width: initial;
    text-align: center;
  }

  .req-modal__success-show {
    margin-top: 90px;
  }

  .search-form__close {
    right: 8%;
  }

  .calc-req {
    margin-bottom: 20px;
  }

  .calc-req__percent {
    font-size: 26px;
  }

  .calc-req__ranges {
    width: 100%;
  }

  .calc-req__price-value {
    font-size: 26px;
  }

  .how-to-buy-card__title {
    font-size: 26px;
  }

  .bank-card {
    width: 100%;
  }

  .bank-card-wrap .icon {
    right: 4%;
  }

  .error-not-found-container {
    -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: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .error-not-found-container .btn_primary {
    margin: 0 auto;
  }

  .main-slider__title {
    font-size: 32px;
    line-height: 32px;
    width: 47%;
    margin: 0;
  }
  .main-slider-full__title {
    font-size: 28px;
    max-width: 100%;
    width: 100%;
  }

  .main-slider__text {
    width: 47%;
  }
  .main-slider-full__text {
    max-width: 100%;
    width: 100%;
  }
  .main-slider__link {
    margin: 0;
  }

  .payment-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .payment-form-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .payment-form__btn {
    margin-bottom: 20px;
  }

  .payment__title {
    width: 100%;
    text-align: center;
  }

  .payment-form-info {
    margin: 0;
  }

  .application-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .application-days {
    margin-bottom: 40px;
  }

  .application-chosen {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .application-chosen__date span,
  .application-chosen__time span {
    margin-top: 15px;
    margin-right: 5px;
  }

  .application-chosen__date {
    margin-right: 0;
  }

  .application-form-wrap {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .application-form__agreement {
    width: 100%;
    max-width: initial;
    text-align: center;
  }

  .application-finish {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-group {
    padding-bottom: 10px;
  }

  .company-group .how-to-buy-card_vertical {
    margin-bottom: 15px !important;
  }

  .main-form-fields {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(269px, 1fr));
    gap: 20px;
  }
  .main-news__link {
    margin-right: 0;
  }

  .buy-info-wrap {
    max-height: initial;
    margin-bottom: 0;
  }

  .buy-advantages__title {
    width: 100%;
    text-align: center;
  }

  .buy-stages__title {
    width: 100%;
    text-align: center;
  }
  .faqcard {
    max-width: 100%;
    font-size: 18px;
  }

  .mortgage-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
  }

  .mortgage-form {
    margin: 0 0 50px 0;
  }

  .mortgage-banks-top {
    display: none;
  }

  .news-filters-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .online-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .online-form-textbox {
    margin-right: 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .project-map,
  .location-map {
    height: 500px;
  }

  .project-slide-prop__value {
    font-size: 20px;
  }

  .main-informaition-projects__wrap {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .section-decor-right {
    display: none;
  }
  .section-header-left .section-right-mobile,
  .section-right-mobile {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .discount-slider__btn {
    margin-right: initial;
  }
  .footer-bottom {
    display: none;
  }
  .footer-bottom-mini {
    display: block;
  }
  .footer-contacts{
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-columns: 1fr 1fr;
  }
  .main-slider-controls .main-slider-pagination {
    opacity: 0;
  }
  .project-slide-block:first-child::after {
    right: 0px;
  }
  .project-slide-block {
    gap: 14px 10px;
    margin-right: 25px;
  }
  .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .news-detail-misc .share-dropdown {
    left: auto;
    right: 0;
  }
  .section-filters-wrap {
    margin-left: 0;
  }
  .section-header .section-switcher-office-wrap,
  .section-header .section-switcher-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(auto, 140px));
    width: inherit;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
  }
  .section-header .section-switcher-wrap--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-header-links {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .section-header-left {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-header .section-header-radiobutton-rigth {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-title,
  .section-title-mini {
    margin-bottom: 20px;
  }
  .flat-plans-link {
    width: 100%;
    margin-top: 20px;
  }
  .link-left,
  .link-right {
    width: 140px;
  }

  .download_partners {
    margin: 20px 0;
  }
  .projects-filter {
    margin-bottom: 20px;
  }
  .catalog-content-filters-left {
    width: 100%;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }

  .catalog-content-filters label {
    min-width: 140px;
    min-height: 60px;
  }

  .catalog-content-checkbox {
    min-width: 280px;
  }

  .filter__wrap-schemas:last-child() {
    margin-bottom: 20px;
  }

  .catalog-content-filters .filter-radio.catalog-types {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .project-plan-detal-header {
    position: initial;
  }
  .project-nav {
    top: 86px;
  }
  .genplan-title {
    color: black;
    width: 100%;
    margin-bottom: 20px;
  }
  .header-menu-small.show {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 54;
    display: block;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    max-height: initial;
    height: 100%;
    background-color: #fff;
  }

  .header-menu-small.show .header-menu-small__close {
    font-size: 50px;
    margin-right: 8px;
    cursor: pointer;
  }
  .header.hidden-wrap .header-container {
    display: none;
    height: 0;
    border: none;
  }
  .header.hidden-wrap .header-bottom {
    padding: 0;
  }
  .project-plan-detal__room {
    -ms-flex-pack: distribute;
  }
  .project-plan-detal__room__aside {
    display: none;
  }

  .section-filters-wrap-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .section-filters-wrap-2 .dropdown__button {
    min-width: auto;
  }
  .section-filters-wrap-2 .projects-filter {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .project-mortgage-info {
    display: none;
  }
  .project-mortgage-form-inf {
    display: block;
  }
  .project-plan-detal__office {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-slider-image {
    display: none;
  }
  .main-slider-content {
    padding: 0;
  }
}

@media screen and (max-width: 973px) {
  .project-mortgage-container {
    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;
  }
}

@media screen and (max-width: 918px) {
  .main-landing-top {
    height: auto;
  }
  .main-landing-top__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-main-slide-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-height: 660px;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .slide-project-content-wrap-full-2 {
    position: relative;
  }
  .project-slide-details-2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .project-slide-header-2 {
    color: black;
  }
  .project-slide-prop-2 {
    color: black;
  }
  a.project-slide-prop-2__a,
  .project-slide-link .project-slide-prop-2__a-text {
    color: #59b039;
  }
  .project-slide-block-2 {
    color: black;
  }
  .slide-project-image-wrap-full-2 {
    height: 100%;
  }
  .photo-slider-controls-2 {
    padding: 0;
  }
  .photo-slider-control {
    border: 1px solid black;
    padding: 16px;
    height: 32px;
    margin: 0px 5px;
  }
  .slider-control_light .photo-slider-control__icon path {
    stroke: black;
  }
}

@media screen and (max-width: 889px) {
  .documents__img {
    display: none;
  }

  .documents-content {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .questions-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }

  .questions {
    padding: 0;
  }
}

@media screen and (max-width: 800px) {
  .main-landing-top__left {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding: 25px 0;
  }

  .video-thumb {
    width: 135px;
    height: 80px;
  }

  .bank-card-wrap {
    width: inherit;
  }

  .bank-card_default,
  .bank-card_inner {
    height: auto;
    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;
    padding: 20px 55px 20px 20px;
  }

  .bank-card_inner {
    padding: 10px;
  }

  .bank-card_sub-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bank-card__name,
  .bank-card__rate,
  .bank-card__fee,
  .bank-card__term,
  .bank-card__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: inherit;
  }

  .btn-up-item {
    right: 36px;
  }

  .news-filters-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-filters-bottom {
    display: none;
  }
  .select-news-category {
    display: block;
  }
  .video-list {
    /* flex-direction: column; */
    max-height: 200px;
  }

  .main-photos__subtitle {
    padding-bottom: 0;
  }
  .project-plan-detal,
  .project-plan-detal-wrap {
    min-height: 428px;
  }
  .discount-slider-container {
    font-size: 14px;
  }
  .project-slide-block-2 {
    display: block;
    margin-bottom: 0;
  }
  .project-slide-prop-2 {
    margin-bottom: 10px;
  }
  .project-slide-header-2 {
    margin-top: 45px;
  }

  .search-form__partners-wrap {
    -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;
  }
}

@media screen and (max-width: 768.98px) {
  body {
    font-size: 14px;
    background-size: auto 100vh;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 14px;
  }
  .modal-header {
    padding: 20px;
  }

  .modal-header .close {
    top: 8px;
    right: 8px;
  }

  .modal-title {
    font-size: 20px;
  }

  .modal-body {
    padding: 0 10px 10px;
  }

  .modal-body-serv {
    padding: 15px 10px !important;
  }

  .modal-dialog {
    margin: 0px;
  }

  .modal-default__heading {
    font-size: 17px;
  }

  .modal-default__text {
    margin-bottom: 15px;
  }
  .search-form .search-form__input {
    grid-template-columns: 80% 20%;
  }
  .search-form__submit-text,
  .search-form__input_svg {
    display: none;
  }
  .search-form__submit-svg {
    display: block;
  }
  .header-menu-small__city {
    font-size: 14px;
  }
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo {
    margin-bottom: 25px;
  }

  .req-modal__wrapper {
    width: 100%;
  }

  .req-modal__name-title {
    font-size: 28px;
  }

  .req-modal__name-title {
    line-height: 25px;
  }

  .req-modal__success-title {
    font-size: 28px;
  }

  .req-modal__success-title {
    line-height: 25px;
  }

  .promo-bottom__title {
    font-size: 28px;
  }

  .search-form__close {
    top: 26px;
    right: 5%;
  }

  .calc-req {
    padding: 20px 25px;
  }

  .vacancy-card {
    padding: 25px 25px;
  }

  .main-news-card__title {
    margin-bottom: 10px;
  }

  .bank-card-wrap {
    max-width: 700px;
  }

  .faq-card__question {
    font-size: 20px;
  }

  .faq-card__question {
    width: 85%;
    font-size: 18px;
  }

  .scheme-card__info-title {
    font-size: 17px;
  }

  .scheme-card__info-price {
    font-size: 17px;
  }

  .type-detail__title {
    font-size: 28px;
  }

  .vacancy-card-header {
    -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;
  }

  .error-not-found__text {
    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;
  }

  .main-slider__title {
    font-size: 28px;
    max-width: 100%;
    width: 100%;
  }

  .main-slider__text {
    max-width: 100%;
    width: 100%;
  }

  .main-slider-content {
    padding: 10px;
  }
  .catalog-header-filters__reset {
    margin-top: 20px;
  }

  .catalog-header-filters-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .payment-wrap {
    padding: 30px 25px;
  }

  .payment-form-top {
    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;
  }
  .payment-form-bottom {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payment__details {
    text-align: center;
  }

  .application-months {
    margin-bottom: 20px;
  }

  .application-months .radio__option.radio__option_pad {
    margin: 10px;
  }

  .application-time .filter__wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 95px));
  }

  .application-form-row.application-form-checkboxes .input__radio_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .application-form-row.application-form-checkboxes .radio-button {
    margin-bottom: 15px;
  }

  .flat-details-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flat-details-slider-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }

  .flat-details-controls {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 41%;
  }

  .flat-details-pricing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flat-details-pricing-filter {
    width: 100%;
    margin-top: 15px;
  }

  .flat-details-form-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flat-details-form-mortgage {
    margin-bottom: 10px;
  }
  .flat-details_wrap{
    height: auto;
  }
  .flat-details-img-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .twentytwenty-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-form__title {
    font-size: 28px;
  }

  .projects-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .projects-filter-list,
  .object-plan-filter {
    width: 100%;
  }
  .project-radio-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-main-photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-photos__title {
    margin-bottom: 20px;
    text-align: center;
  }

  .buy-info__title {
    font-size: 28px;
    text-align: center;
  }

  .buy-stage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .buy-stage::after {
    display: none;
  }

  .buy-stage-content p {
    text-align: center;
  }

  .buy-stage__number {
    margin: 0 0 20px 0;
  }

  .mortgage-banks {
    overflow-x: auto;
  }

  .news-filters-top .form-group {
    padding-bottom: 10px;
  }

  .news-detail__title {
    font-size: 36px;
  }
  .discount-slider-card {
    display: block;
  }
  .discount-slider-card__text p {
    font-size: 14px;
  }
  .vacancies-card__about-description {
    width: 100%;
  }

  ul.vacancies-list li {
    margin-bottom: 6px;
  }

  .vacancies__item-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .online-form-container {
    padding: 40px 35px;
  }

  .online-form-textbox__title {
    font-size: 36px;
  }

  .online-form-textbox__subtitle {
    font-size: 17px;
  }

  .online-form-wrap {
    width: 100%;
  }

  .project-map,
  .location-map {
    height: 400px;
  }

  .partner-wrap {
    grid-gap: 15px;
    margin-bottom: 15px;
  }
  .company-slider__link {
    margin-left: 0;
  }
  .partners-filters-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-work .company-slider__title {
    margin-top: 10px;
  }
  .catalog-header-filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project-slide {
    width: inherit;
  }

  .consent-wrap__confirmation {
    margin-top: 10px;
  }
  .consent-wrap__cookie {
    font-size: 12px;
  }
  .consent-wrap {
    display: block;
    padding: 15px;
  }
  .coords-map-card {
    top: -150px;
    left: -130px;
    width: 280px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  a.main-news-card {
    padding: 20px;
  }
  .catalog-content-checkbox {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .scheme-plan {
    display: block;
  }
  .schema-plan-filter {
    margin-bottom: 20px;
  }
  .calc-request__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-project-image-wrap-full {
    height: 100%;
  }
  .type-detail__info {
    grid-template-columns: initial;
  }
  .schema-plan-content-info-blok {
    margin: 0 5px;
  }
  .schema-floor-col-numder {
    padding: 0 5px;
  }
  .main-slider-partner-container {
    position: initial;
  }

  .flat-details-slider-right {
    width: 93vw;
  }
  .project-nav {
    display: none;
  }
  .project-plan-detal__room {
    grid-template-columns: 1fr 75px;
  }
  .vertical-slider-wrap {
    display: none;
  }
  .veiw_plan_content_img img,
  .veiw_plan_content_svg svg {
    max-height: 400px;
    width: initial;
  }
  .veiw_plan_content_img {
    display: block;
  }
  .veiw_plan_content_img img {
    max-width: initial;
  }
  .partners-filters-wrap {
    display: none;
  }

  .fly-card__close {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .how-to-buy-card-wrap-horizontal-right {
    display: none;
  }
  .fly-card {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  .flat-plan-info-img,
  .scheme-card__info {
    width: auto;
  }
  .main-photos__title {
    line-height: inherit;
  }

  .project-plan-detal-house__title,
  .townhouse-plan-house__title,
  .object-plan-house__title,
  .project-plan-house__title {
    display: none;
  }
  .project-plan-detal-switch {
    position: initial;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }

  .project-plan-detal-switch-block{
    border: 1px solid #59b039;
    border-radius: 5px;
    width: 80%;
    margin-left: 10%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project-slide-block {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .slide-project-content-wrap-full {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 730px) {
  .photo-slider-controls {
    padding: 0;
  }
}

@media screen and (max-width: 699px) {
  .content-main__managers__wrap,
  .content-main__sale__wrap,
  .content-main__sale,
  .content-main__sale__header {
    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;
  }

  .content-main__managers_item_name,
  .content-main__managers_item_func,
  .content-main__sale__header_title {
    line-height: initial;
  }
  h1 .content-main__sale__header_title {
    font-size: 49px;
  }

  .project-plan-detal-container {
    margin: 0;
  }
}

@media screen and (max-width: 650px) {
  .project-advantages-list-min {
    display: block;
  }

  .project-advantages-list,
  .project-advantages-content__wrap {
    display: none;
  }

  .project-advantages-container {
    padding: 0 10px;
    display: block;
  }
}

@media screen and (max-width: 625px) {
  .catalog-content-filters {
    -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;
  }
}

@media screen and (max-width: 608px) {
  .section-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}

.construction-filters-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
  min-width: 330px;
}

@media screen and (max-width: 575.98px) {
  .container {
    padding: 0 15px;
  }
  .header-container {
    padding-right: 40px;
  }
  .construction-controls-2 {
    bottom: 20px;
  }
  .main-informaition-projects__wrap {
    padding: 0;
  }

  .main-informaition-projects__item__title {
    font-size: 56px;
  }

  .main-informaition-projects__wrap {
    padding: 0;
  }

  .header-logo {
    width: 40%;
  }

  .header-menu_secondary .header-menu__item a,
  .header-menu_secondary .header-options__item {
    padding: 23px 0;
  }

  .header-menu_secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-small ul {
    width: 150px;
  }

  .header-small__button {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .footer-top-left,
  .footer-top-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn.footer-top-right__btn {
    margin-left: 0;
  }
  .promo-bottom-links {
    width: 100%;
  }

  .promo-bottom-container::after {
    right: 50%;
  }

  .promo-bottom__social {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 60px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px 20px;
  }

  .promo-bottom__social-link {
    margin-right: 0;
  }

  .select-news-category {
    display: block;
  }
  .project-card {
    max-width: 330px;
  }

  .main-slider__title {
    font-size: 20px;
    line-height: 25px;
  }

  .main-slider__text {
    margin-bottom: 20px;
  }

  .main-slider__btn {
    padding: 12px 9px;
  }

  .main-slider__link {
    font-size: 13px;
  }

  .application-months .filter__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .application-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .application-days .filter__wrap,
  .application-time .filter__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .application-days .radio__option,
  .application-time .radio__option {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .application-chosen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .application-chosen__date {
    margin-bottom: 25px;
  }
  .application-chosen__week_final span.application-chosen__week {
    margin: 0;
  }

  .application-form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .application-form-row.application-form-checkboxes {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .application-form-row.application-form-checkboxes .checkbox:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .application-form-row .application-form__input:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .flat-details-scheme .filter__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flat-details-prop-toBelow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-form__title {
    font-size: 20px;
  }

  .main-form-fields {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .decor-controls {
    width: 80%;
    top: 84%;
  }

  .decor__arrow {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0;
  }

  .search-form__none {
    display: none;
  }

  .news-wrap {
    grid-template-columns: 1fr;
  }

  .news-detail__title {
    font-size: 24px;
  }

  .news-detail__date {
    margin-bottom: 10px;
  }
  .online-form-container {
    padding: 40px 20px;
  }
  .partner-wrap .partner-card {
    padding: 15px;
  }

  .section-header .filter-radio.projects-filter-list {
    display: block;
    width: 100%;
    max-width: 222px;
  }

  .section-header .filter__wrap {
    margin-top: 25px;
    width: 100% !important;
    -webkit-transform: none;
    transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 222px;
  }

  .section-header .filter-radio__option:not(.filter-radio__option--row) {
    width: 100%;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .section-header .filter-radio__label {
    border-radius: 4px;
  }
  .project-slide-prop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* align-items: center; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .project-card-details {
    display: block;
  }
  .search-form__close {
    display: none;
  }
  .search-form__close_two {
    display: block;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .flat-plan-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .scheme-card__image {
    margin-bottom: 8px;
  }

  .slide-main-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-height: 660px;
  }

  .slide-main-image-wrap {
    width: 100%;
    height: 300px;
  }
  .slide-main-content-wrap {
    width: 100%;
  }
  .main-slider-wrap-controls {
    z-index: 4;
    top: 225px;
  }
  .project-slide-header {
    margin: 0;
    color: black;
  }
  .project-slide__title,
  .project-slide__payment {
    font-size: 32px;
    line-height: initial;
    margin: 20px 0;
  }
  .project-slide-block_right-price-type,
  .project-slide__payment {
    color: black;
  }
  .project-slide-prop__value {
    font-size: 16px;
    margin: 0;
    color: black;
  }
  .project-slide-prop__name {
    color: black;
  }
  .project-slide-block {
    display: block;
    margin-bottom: 0;
  }
  /* .project-slide-block:last-child{
    display: block;
  } */

  .project-slide-block_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .project-slide__discount {
    margin: 0;
    padding: 0;
  }
  .project-slide-block_right-price-type {
    font-size: 14px;
    margin-right: 20px;
  }
  .slider-control {
    padding: 16px;
    height: 32px;
    margin: 0px 5px;
  }
  .application-card-content {
    padding: 15px;
  }
  .swiper-vertical .swiper-slide-active {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
  }
  .catalog-content-filters,
  .catalog-content-filters-left {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }
  .slide-project-content-wrap-full {
    position: relative;
  }
  .project-slide-prop-2:not(.project-slide-link) {
    display: none;
  }
  .project-slide-details-2 {
    -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;
  }
  .floor-slider {
    height: 260px;
  }

  .main-filters .input {
    display: none;
  }

  .section-header .section-switcher-wrap__mobile {
    display: none;
  }

  .project-card-details_right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .project-radio-filter__mobile {
    display: none;
  }

  .construction-filters-wrap {
    width: 100%;
    min-width: auto;
  }

  .swiper-slide--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .swiper-slide--desktop {
    display: none;
  }

  .slider-how-buy {
    display: none;
  }

  .projects-filter-list__mobile {
    display: none;
  }

  .section-header .filter-radio__option--compact:not(.filter-radio__option--row) {
    width: auto;
  }
  .filter-radio__option--compact label {
    min-width: 85px;
  }
}

.swiper-wrapper--h-fixed {
  min-height: 30vh;
}

.search-form__partners-wrap {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.news-detail-misc--column {
  -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;
}

.news-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.news-detail-info .news-detail__date {
  margin-bottom: 0;
}

.construction-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.construction-slider-filter {
  width: 100%;
}

.construction-slider-filter:last-child {
  margin-right: 0;
}

.construction-slider-filter .dropdown__button {
  min-width: auto;
}

.section-header--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title--row {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .consent-wrap {
    padding: 15px;
  }
}

@media screen and (max-width: 511px) {
  .main-landing-top__right__form {
    padding: 30px;
  }
}

@media screen and (max-width: 488px) {
  .filter-radio__option:not(.filter-radio__option--row),
  .radio__option {
    width: 100%;
    line-height: 0;
  }
  .filter-radio__label--desktop {
    display: none;
  }
  .filter-radio__label--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    height: auto;
  }

  .construction-content {
    max-width: 280px;
  }
}

@media screen and (max-width: 475px) {
  .filter__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: center; */
  }
}

@media screen and (max-width: 434px) {
  .discount-slider__btn {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .section-header:not(.section-header--row) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .photo-slider-controls_wrap_position-2 {
    padding-right: 10px;
  }

  .swiper-pagination-wrap-2 {
    width: 50px;
  }
}

@media screen and (max-width: 433px) {
  .project-mortgage-form {
    padding: 20px;
  }
}

@media screen and (max-width: 425px) {
  .video-thumb {
    width: 96px;
    height: 62px;
  }

  .main-form__btn {
    padding: 10px 0;
  }

  .projects__btn {
    padding: 10px 0;
  }

  .project-plan-detal,
  .project-plan-detal-wrap {
    min-height: 270px;
  }
}

@media screen and (max-width: 424px) {
  .input__number {
    width: 75px;
  }

  .discount-slider-card__content {
    padding: 10px;
    height: auto;
  }

  .main-filters-wrap {
    grid-row-gap: 20px;
  }

  .mortgage-form {
    width: 270px;
  }
}

@media screen and (max-width: 415px) {
  .project-plan-detal-container a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 375px) {
  .main-microdistrict__title {
    font-size: 25px;
    line-height: initial;
  }

  .main-microdistrict__subtitle {
    font-size: 10px;
    margin: 0;
  }
  .partner-wrap-empty {
    height: 150px;
  }
  .manager-wrap .swiper-slide {
    max-width: 280px;
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .main-form-wrap {
    padding: 20px;
  }
}

@media screen and (max-width: 362px) {
  .buy-advantages {
    padding: 0px;
  }
}

@media screen and (max-width: 359.98px) {
  .header-menu_secondary {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .header-options {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .schemaslider-wrap-width {
    width: 65%;
  }

  .footer-menu-wrap {
    width: 100%;
  }

  .vacancy-card-btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-slider__text {
    font-size: 13px;
  }

  .main-slider__btn {
    padding: 10px 6px;
  }

  .main-slider__link {
    font-size: 11px;
  }
  .decor__arrow {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .news-detail__tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .vacancy-card-btns a:first-child {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .payment-form-top .payment-filter-group,
  .payment-form__input {
    margin-right: 0;
  }
  .payment-filter-group .dropdown__button {
    min-width: 260px;
  }
  .main-landing-top__right__form {
    padding: 10px;
  }
  .discount-slider-card__text,
  .discount-slider-card__title {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 321.98px) {
  .mortgage-container {
    padding: 0;
  }
  .catalog-content-wrap {
    grid-template-columns: none;
    grid-gap: 10px;
  }
  .btn {
    padding: 10px;
  }
  .drop-more-vacansies {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .drop-more-btn-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  input[type="range"].multirange {
    padding: 0;
    vertical-align: top;
  }

  input[type="range"].multirange::-ms-track {
    color: transparent;
    /* Hide tick marks */
    background: transparent;
    border: 0;
  }

  input[type="range"].multirange::-ms-fill-lower {
    background: transparent;
  }

  input[type="range"].multirange::-ms-fill-upper {
    background: transparent;
  }

  input[type="range"].multirange.original {
    position: absolute;
  }

  input[type="range"].multirange.original::-ms-track {
    background: #149cb8;
  }

  input[type="range"].multirange.original::-ms-fill-lower {
    background: #ddd;
  }

  input[type="range"].multirange.middle {
    position: absolute;
  }

  input[type="range"].multirange.ghost {
    position: relative;
  }

  input[type="range"].multirange.ghost::-ms-fill-upper {
    background: #ddd;
  }

  /* Switch colors when inputs are switched, see JavaScript */

  input[type="range"].multirange.switched.original::-ms-fill-lower {
    background: transparent;
  }

  input[type="range"].multirange.switched.original::-ms-fill-upper {
    background: #ddd;
  }

  input[type="range"].multirange.switched.ghost::-ms-fill-upper {
    background: transparent;
  }

  input[type="range"].multirange.switched.ghost::-ms-fill-lower {
    background: #ddd;
  }
}

@media screen 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: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
@media print {
  .flat-detail-filter,
  .drop-more__trigger,
  .flat-details-form-bottom {
    display: none;
  }
  .flat-details-slider-right {
    width: 100%;
    height: inherit;
  }

  .flat-details-slider-right img {
    height: inherit;
    width: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .flat-details-scheme-wrap {
    max-width: initial;
    overflow: hidden;
    padding: 0;
  }
  .flat-details-info-wrap {
    padding: 0;
    border: none;
  }
  .flat-details_wrap {
    width: 100%;
  }
  .flat-details-scheme-wrapper {
    display: block;
  }
  .drop-more-content-sub {
    display: block;
  }
}
.js-async-image{
  -webkit-filter: blur(2px);
          filter: blur(2px)
}

.filters-sales{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.with_sales{
  gap: 10px;
}

.with_sales .filter-radio{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

.filters-sales .input{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 0;
}

.new-filter{
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 1024.98px) {
  .with_sales{
    width: unset;
  }
}

@media screen and (max-width: 925px) {
  .with_sales{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filters-sales{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 625px) {
  .with_sales{
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
  }
  .filters-sales{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

}


/* Section Comparison */

.section-header--comparison {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 25px;
  border-bottom: 1px solid #D7D9DB;
  margin-bottom: 25px;
}

.comparison-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
}

.section-title--comparison {
  font-size: 58px;
  margin-bottom: 25px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .section-title--comparison {
    font-size: 48px;
  }
}

@media screen and (max-width: 625px) {
  .section-title--comparison {
    font-size: 38px;
  }
}

.comparison-count__text {
  color: #59B039;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comparison-count__text:disabled {
  color: #838A9D;
}

.comparison__left_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}

.comparison-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 34px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.comparison-download:hover {
  color: #59B039;
}

.comparison-download__icon path {
  stroke: #59B039;
}

.comparison-download__icon {
  width: 16px;
  height: 16px;
}

.comparison-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #59B039;
  font-weight: bold;
  border-radius: 50px;
  background-color: #F2F9EF;
  padding: 5px;
  min-width: 30px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
}

.comparison-checkbox__wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.comparison_checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.comparison_checkbox+label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
}
.comparison_checkbox+label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.comparison_checkbox:checked+label::before {
  border-color: #59B039;
  background-color: #59B039;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}

.main-count-rooms--comparison {
  padding: 0;
}

.comparison-section__wrap {
  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;
  gap: 10px;
}

.comparison-section__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.comparison-section__btn {
  width: 48px;
  height: 48px;
  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;
  gap: 15px;
  border-radius: 50%;
  color:#000;
  background-color: #F2F9EF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
}

.comparison-section__btn:not(:disabled):hover,
.comparison-section__btn:not(:disabled):focus,
.comparison-section__btn:not(:disabled):active {
  color: #fff;
  background-color: #59B039;
}

.comparison-section__btn:disabled {
  cursor: not-allowed;
  color: #838A9D;
  background-color: #F2F9EF;
}


.comparison-section__list{
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
}

.comparison-section__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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.comparison-section__divider {
  border-bottom: 1px solid #d7d9db;
}

.comparison-section__item-image {
  padding-top: 25px;
  max-width: 400px;
  aspect-ratio: 1;
  width: 100%;
}

.comparison-section__item-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
}

.comparison-section__item-price {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Open Sans";
  line-height: 22px;
  font-size: 22px;
  font-weight: 700;
}

.comparison-section__item-price.price_new {
  color: #59b039;
}
.comparison-section__item-price.price_old {
  color: #838a9d;
  text-decoration: line-through;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.comparison-section__item-price.hipoteca {
  color: #838A9D;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: right;
}
.comparison-section__item-info {
  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;
}


.comparison-section__item-info__block:last-of-type {
  border-bottom: 1px solid #d7d9db;
}

.comparison-section__item-info__block {
  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: 100%;
  text-align: center;
  border-top: 1px solid #d7d9db;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  min-height: 50px;
}

.comparison-section__labels {
  position: absolute;
  bottom: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}

.comparison-section__label {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: left;
  color: #838A9D;
  min-height: 50px;
}

.comparison-section__item-remove {
  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;
  color: #8B98A7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 50px;
}

.comparison-section__item-remove:hover {
  color: #59B039;
}

.comparison-section__swiper {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

.comparison-section__item-favorite {
  position: absolute;
  top: 0;
  right: 15px;
}

.comparison-section__item-favorite .btn_like{
  height: auto;
  padding: 0;
}

.comparison-section__item-link{
  position: absolute;
  top: 0;
  right: 45px;
}

.comparison-section__item-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #838A9D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.comparison-section__item-link a:hover {
  color: #59B039;
}


@media screen and (max-width: 768px) {
  .comparison-section__item-favorite {
    top: -5px;
    right: 0;
    padding: 5px;
  }

  .comparison-section__item-link {
    top: -5px;
    right: 30px;
    padding: 5px;
  }
}

@media screen and (max-width: 500px) {
  .comparison-section__item-info__block{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 425px) {
  .comparison-section__item-info__block {
    font-size: 13px;
  }
}

.required-point {
  color: red;
}

.checkbox-modal {
  position: relative;
  display: inline-block;
  width: 100%;
}

.checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}

.checkbox__field {
  position: absolute;
  opacity: 0;
}

.checkbox__custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: white;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.checkbox__custom:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

.checkbox__field:checked ~ .checkbox__custom {
  background: #59b039;
  border-color: #59b039;
}

.checkbox__field:checked ~ .checkbox__custom:after {
  opacity: 1;
}

.checkbox__field:focus ~ .checkbox__custom {
  -webkit-box-shadow: 0 0 0 2px rgba(89, 176, 57, 0.3);
          box-shadow: 0 0 0 2px rgba(89, 176, 57, 0.3);
}

.checkbox__label:hover .checkbox__field:not(:checked) ~ .checkbox__custom {
  border-color: #59b039;
}
.checkbox__text {
  line-height: 1.4;
}

.policy-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.policy-popup__content {
  background: white;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
}

.policy-popup__text {
  overflow-y: auto;
  max-height: calc(60vh - 100px);
  margin-bottom: 15px;
}

.policy-popup__controls {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}

.policy-popup__buttons {
  display: none;
  -webkit-animation: fadeIn 0.3s ease forwards;
          animation: fadeIn 0.3s ease forwards;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); }
  to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); }
  to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

.policy-popup__scroll-btn {
  display: block;
  width: 100%;
  background: #59b039;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 12px 0;
  margin: 0 auto 15px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
          box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.policy-popup__scroll-btn:hover {
  background: #4a9a2d;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.15);
          box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.policy-popup__scroll-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
          box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.policy-popup__accept-btn,
.policy-popup__decline-btn {
  padding: 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.policy-popup__accept-btn {
  background: #59b039;
  color: white;
  border: none;
}

.policy-popup__decline-btn {
  background: white;
  color: #333;
  border: 1px solid #ccc;
}


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