@charset "UTF-8";
:root {
  --space: 1rem;
}

:root {
  --bg-dark: #3C4760;
  --bg-light-dark: #4B5774;
  --text-dark: #323232;
  --text-light: #F8FAFF;
  --accent: #66E4A3;
  --accent-hover: #4FA378;
  --second-accent-hover: #61C5C5;
  --second-accent: #C9EDED;
  --color-main30: rgba(60,71,96,.3);
  --color-main50: rgba(60,71,96,.5);
  --color-main60: rgba(60,71,96,.6);
  --color-main80: rgba(60,71,96,.8);
  --color-main10: rgba(60,71,96,.1);
  --color-white: rgba(255,255,255,1);
  --color-white0: rgba(255,255,255, .0);
  --color-white10: rgba(255,255,255,.1);
  --color-white30: rgba(255,255,255,.3);
  --color-white50: rgba(255,255,255,.5);
  --color-white80: rgba(255,255,255,.8);
  --text-dark50: rgba(50, 50, 50, 0.5);
}

:root {
  --mainbg: url(../img/mainbg.png);
  --broker: url(../img/man-at-work.png);
  --partner: url(../img/partner.png);
  --main-1: url(../img/main-1.png);
  --main-2: url(../img/main-2.png);
  --main-3: url(../img/main-3.png);
  --main-4: url(../img/main-4.png);
}

:root {
  --fontSize9: 9px;
  --fontSize10: 10px;
  --fontSize12: 12px;
  --fontSize14: 14px;
  --fontSize16: 16px;
  --fontSize18: 18px;
  --fontSize20: 20px;
  --fontSize22: 22px;
  --fontSize24: 24px;
  --fontSize28: 28px;
  --lineHeight: 1.4em;
}

body.is-white {
  --text-dark: #323232;
  --bg-dark: #3C4760;
  --bg-light-dark: #4B5774;
  --text-light: #F8FAFF;
  --accent: #66E4A3;
  --accent-hover: #4FA378;
  --second-accent: #C9EDED;
  --second-accent-hover: #61C5C5;
  --mainbg: url(../img/mainbg.png);
  --main-1: url(../img/main-1.png);
  --main-2: url(../img/main-2.png);
  --main-3: url(../img/main-3.png);
  --main-4: url(../img/main-4.png);
}

body.is-blue {
  --text-dark: #323232;
  --bg-dark: #3C4760;
  --bg-light-dark: #4B5774;
  --text-light: #F8FAFF;
  --accent: #66E4A3;
  --accent-hover: #4FA378;
  --second-accent: #C9EDED;
  --second-accent-hover: #61C5C5;
  --mainbg: url(../img/mainbg.png);
  --main-1: url(../img/main-1.png);
  --main-2: url(../img/main-2.png);
  --main-3: url(../img/main-3.png);
  --main-4: url(../img/main-4.png);
}

body.is-violet {
  --bg-dark: #3C3441;
  --bg-light-dark: #4D4254;
  --text-light: #F2F2F2;
  --accent: #FF3E61;
  --accent-hover: #FE002E;
  --second-accent: #F9BFA9;
  --second-accent-hover: #FFAD8E;
  --color-main50: rgba(60,52,65,.5);
  --color-main80: rgba(60,52,65,.8);
  --mainbg: url(../img/violet-bg.png);
  --main-1: url(../img/main-violet-1.png);
  --main-2: url(../img/main-violet-2.png);
  --main-3: url(../img/main-violet-3.png);
  --main-4: url(../img/main-violet-4.png);
}

body.is-grey {
  --text-dark: #323232;
  --bg-dark: #3C3441;
  --bg-light-dark: #4D4254;
  --text-light: #F2F2F2;
  --accent: #FF3E61;
  --accent-hover: #FE002E;
  --second-accent: #F9BFA9;
  --second-accent-hover: #FFAD8E;
  --color-main50: rgba(60,52,65,.5);
  --color-main80: rgba(60,52,65,.8);
  --mainbg: url(../img/violet-bg.png);
  --main-1: url(../img/main-violet-1.png);
  --main-2: url(../img/main-violet-2.png);
  --main-3: url(../img/main-violet-3.png);
  --main-4: url(../img/main-violet-4.png);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.slick-slide img {
  display: 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;
}

/*! nouislider - 14.7.0 - 4/6/2021 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -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;
}

/* Wrapper for all connect elements.
 */
.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%;
}

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

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.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;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

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

/* Slider size and handle placement;
 */
.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;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.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;
}

/* Handles and cursors;
 */
.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;
}

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

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

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

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

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

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

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

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

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

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

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

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

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

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

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

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-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;
}

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

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

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-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);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

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

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

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

/* -------Specefication------- */
body {
  font-family: "Jost", "Gilroy", sans-serif;
  padding: 0;
  margin: 0;
  line-height: var(--lineHeight);
  font-weight: 400;
  color: var(--color-white);
  overflow: auto;
  background-color: var(--bg-dark);
}
body.verdivurdering-page {
  background-image: url(../img/mainbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body.verdivurdering-page.is-white {
  color: var(--text-light);
}
body.verdivurdering-page.is-white .c-header-nav__menu-list li:before {
  background-color: var(--text-light);
}
body.verdivurdering-page.is-white .c-header-nav__menu-list li:last-child:after {
  background: url(../img/menu-arrow.svg) no-repeat center;
}
body.verdivurdering-page.is-white .c-header-nav__search svg {
  fill: var(--text-light);
}
body.verdivurdering-page.is-white .footer {
  background-color: transparent;
}
body.verdivurdering-page.is-white .footer .block-footer {
  border-top: 1px solid var(--color-white50);
}
body.verdivurdering-page.is-white .footer .block-footer p {
  color: var(--color-white50);
}
body.meglerbooking-page {
  background-image: url(../img/megler_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
body.is-white {
  background-color: var(--text-light);
  color: var(--text-dark);
}
body.is-white.kontakt-page {
  color: var(--text-light);
  background-image: url(../img/mainbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body.is-white.kontakt-page .c-header-nav__search svg {
  fill: var(--text-light);
}
body.is-white.kontakt-page .c-header-nav__menu-list li:before {
  background-color: var(--text-light);
}
body.is-white.kontakt-page .c-header-nav__menu-list li:last-child:after {
  background: url(../img/menu-arrow.svg) no-repeat center;
}
body.is-white.kontakt-page .footer {
  background-color: var(--color-white0);
}
body.is-white.kontakt-page .footer .block-footer {
  border-top: 1px solid var(--color-white50);
}
body.is-white.kontakt-page .footer .block-footer p {
  color: var(--color-white50);
}
body.is-white .header__inner.sticky {
  background-color: var(--text-light);
}
body.is-white .header__inner.sticky .c-header-nav .logo svg, body.is-white .header__inner.sticky .c-header-nav__search svg {
  fill: var(--bg-dark);
}
body.is-white .header__inner.sticky .c-header-nav .logo span {
  background-color: var(--color-main0);
}
body.is-white .header__inner.sticky .c-header-nav__mobile-menu span, body.is-white .header__inner.sticky .c-header-nav__mobile-menu span:before, body.is-white .header__inner.sticky .c-header-nav__mobile-menu span:after {
  background-color: var(--bg-dark);
}
body.is-white .header__inner.sticky .c-header-nav__mobile-menu.active span {
  background-color: transparent;
}
body.is-white .header__inner.sticky .c-header-nav__mobile-menu.active span:before, body.is-white .header__inner.sticky .c-header-nav__mobile-menu.active span:after {
  background-color: var(--text-light);
}
body.is-white .mobile-filters:after {
  background: url(../img/menu-arrow-black.svg) no-repeat center;
}
body.is-white .radio-item {
  border: 1px solid var(--bg-dark);
}
body.is-white .radio-item input[type=radio]:checked + label {
  background: var(--bg-dark);
  border: 2px solid var(--color-white);
}
body.is-white .block-ledige__select {
  color: #323232;
  border: 1px solid #323232;
}
body.is-white .c-property__content {
  background-color: rgba(202, 202, 202, 0.2);
}
body.is-white .c-property__name.active {
  background-color: var(--bg-dark);
  color: var(--text-light);
  border: 1px solid var(--bg-dark);
  opacity: 1;
}
body.is-white .c-property__name.is-checked {
  background-color: var(--bg-dark);
  color: var(--text-light);
  border: 1px solid var(--bg-dark);
  opacity: 1;
}
body.is-white .c-property__name.is-checked:before {
  background: url("../img/check-noactive.svg");
}
body.is-white .c-property__list:after {
  background: url("../img/menu-arrow-black.svg") no-repeat center;
}
body.is-white .c-property__select {
  color: #323232;
  border: 1px solid #323232;
}
body.is-white .preloader-wrapper {
  background-color: var(--text-light);
}
body.is-white .preloader-wrapper span {
  background-color: var(--bg-dark);
}
body.is-white .preloader-wrapper svg {
  fill: var(--bg-dark);
}
body.is-white .preloader-wrapper p {
  color: var(--text-dark);
}
body.is-white.meglerbooking-page {
  background-image: url(../img/megler_bg-white.jpg);
}
body.is-white .c-mobile-filters__captions {
  color: var(--color-white80);
}
body.is-white .c-mobile-filters__item-back, body.is-white .c-mobile-filters__item-next {
  color: var(--color-white80);
}
body.is-white .c-mobile-filters .c-radio__label {
  color: var(--color-white80);
}
body.is-white .c-mobile-filters .c-radio__item:checked + label {
  background-color: var(--text-light);
  color: var(--text-dark);
}
body.is-white .c-mobile-filters .c-search__label {
  background-color: transparent;
  color: var(--color-white80);
}
body.is-white .c-mobile-filters .c-search__input {
  border-bottom: 1px solid var(--color-white50);
}
body.is-white .c-header-nav .logo span {
  background-color: var(--bg-dark);
}
body.is-white .c-header-nav__search svg {
  fill: var(--text-light);
}
body.is-white .c-header-nav__mobile-menu.active span {
  background-color: transparent;
}
body.is-white .c-header-nav__mobile-menu.active span:before, body.is-white .c-header-nav__mobile-menu.active span:after {
  background-color: var(--text-light);
}
body.is-white .c-header-nav__mobile-menu span {
  background-color: var(--bg-dark);
}
body.is-white .c-header-nav__mobile-menu span:before, body.is-white .c-header-nav__mobile-menu span:after {
  background-color: var(--bg-dark);
}
body.is-white .footer {
  background-color: var(--text-light);
}
body.is-white .footer .block-footer {
  border-top: 1px solid var(--color-main50);
}
body.is-white .footer .block-footer p {
  color: var(--color-main50);
}
body.is-white .catalog {
  color: var(--text-dark);
  background-color: var(--text-light);
}
body.is-white .block-catalog__sort-day li {
  color: var(--color-main80);
  border-bottom: 1px solid var(--color-main80);
  font-weight: 500;
}
body.is-white .block-catalog__sort-day li.active {
  color: var(--text-dark);
  border-bottom: 1px solid var(--bg-dark);
  font-weight: 500;
}
body.is-white .block-catalog__sort-day li:hover {
  color: var(--text-dark);
  border-bottom: 1px solid var(--bg-dark);
}
body.is-white .block-catalog__sort-view svg {
  fill: var(--bg-dark);
}
body.is-white .block-catalog__item-link:before {
  background-color: var(--text-light);
  -webkit-box-shadow: 0 7px 25px rgba(50, 50, 50, 0.2);
          box-shadow: 0 7px 25px rgba(50, 50, 50, 0.2);
}
body.is-white .block-catalog__item-link:after {
  background-color: var(--bg-dark);
}
body.is-white .block-catalog__item-link:hover:after {
  background-color: var(--text-light);
}
body.is-white .block-catalog__item {
  font-weight: 500;
}
body.is-white .block-catalog__item-box {
  color: var(--color-white);
}
body.is-white .block-catalog__item-about-title {
  font-weight: 600;
}
body.is-white .block-catalog__sort-types > p {
  font-weight: 500;
}
body.is-white .block-catalog__sort-types div ul {
  background-color: var(--bg-dark);
}
body.is-white .block-catalog__sort-types div ul li a {
  color: var(--color-white);
}
body.is-white .block-catalog__sort-types div ul li a.active, body.is-white .block-catalog__sort-types div ul li a:hover {
  background-color: var(--text-light);
  color: var(--text-dark);
}
body.is-white .block-catalog__item-adress:before {
  background: url(../img/local-black.svg) no-repeat center;
}
body.is-white .block-catalog__list.tile .block-catalog__item-about-title {
  font-weight: 500;
}
body.is-white .block-catalog__sort-types svg {
  fill: var(--bg-dark);
}
body.is-white .c-filters .c-search__label {
  background-color: var(--bg-light-dark);
  color: var(--color-white50);
}
body.is-white .c-filters .c-search__input {
  border-bottom: 1px solid var(--color-white50);
  color: var(--color-white);
}
body.is-white .c-filters .c-search__input.focus {
  border-bottom: 1px solid rgb(255, 255, 255);
}
body.is-white .c-filters .c-search__close {
  background: url(../img/close.svg) no-repeat center;
}
body.is-white .sale {
  background-color: var(--text-light);
  color: var(--text-dark);
}
body.is-white .c-search__input {
  border-bottom: 1px solid var(--color-main50);
  color: var(--text-dark);
}
body.is-white .c-search__input.focus {
  border-bottom: 1px solid rgb(50, 50, 50);
}
body.is-white .c-search__label {
  background-color: var(--text-light);
  color: var(--color-main50);
}
body.is-white .c-search__close {
  background: url(../img/close-black.svg) no-repeat center;
}
body.is-white .c-search__submit {
  fill: var(--bg-dark);
}
body.is-white .block-salgs__text p {
  font-weight: 400;
}
body.is-white .block-about__inner {
  background-color: var(--text-light);
  color: var(--text-dark);
}
body.is-white .header.about-header {
  color: var(--color-white);
}
body.is-white .header.about-header .c-header-nav .logo svg,
body.is-white .header.about-header .c-header-nav__search svg {
  fill: var(--color-white);
}
body.is-white .header.about-header .c-header-nav__menu-item:before {
  background-color: var(--text-light);
}
body.is-white .header.about-header .c-header-nav .logo span {
  background-color: var(--text-light);
}
body.is-white .header.about-header .c-header-nav__menu-list > li {
  font-weight: 400;
}
body.is-white .header.about-header .c-header-nav__menu-list > li:last-child:after {
  background: url(../img/menu-arrow.svg) no-repeat center;
}
body.is-white .about-content {
  background-color: var(--bg-dark);
  color: var(--color-white);
}
body.is-white .footer.page-about-company {
  background-color: var(--bg-dark);
}
body.is-white .footer.page-about-company .block-footer p {
  color: var(--color-white);
}
body.is-white .footer.page-about-company .block-footer {
  border-top: 1px solid var(--color-white50);
}
body.is-white .c-pagination__arrow svg {
  stroke: var(--bg-dark);
}
body.is-white .block-kontorer__office {
  background-color: rgba(202, 202, 202, 0.2);
}
body.is-white .block-kontorer__office svg {
  fill: var(--bg-dark);
}
body.is-white .block-kontorer__link span svg {
  stroke: var(--bg-dark);
}
body.is-white .block-kontorer__item {
  background-color: rgba(202, 202, 202, 0.2);
}
body.is-white .block-kontorer__item:hover {
  background-color: rgba(202, 202, 202, 0.4);
}
body.is-white .c-tabs__caption-name_border:hover:before {
  background-color: var(--color-main80);
}
body.is-white .c-tabs__caption-name_border:after {
  background-color: var(--color-main30);
}
body.is-white .c-tabs__caption-name_border:before {
  background-color: var(--color-main80);
}
body.is-white .block-housing .c-checkbox__item {
  border: 1px solid var(--color-main80);
}
body.is-white .block-housing .c-checkbox__item:checked {
  border: 1px solid var(--bg-dark);
  background-color: var(--bg-dark);
}
body.is-white .block-housing .c-checkbox__item:checked:before {
  background: url(../img/check-box-modal.svg) no-repeat center;
}
body.is-white .block-housing .c-checkbox__item:checked + label {
  color: var(--text-dark);
}
body.is-white .block-housing .c-checkbox__label {
  color: var(--color-main80);
}
body.is-white .block-housing .c-filters__value {
  border: 1px solid var(--color-main80);
  color: var(--color-main80);
}
body.is-white .block-housing .c-filters__value:focus {
  color: rgb(50, 50, 50);
}
body.is-white .block-housing .c-filters__sub-title-item,
body.is-white .block-housing .c-filters__sub-title {
  color: var(--color-main50);
}
body.is-white .block-housing .noUi-connects {
  background-color: var(--color-main50);
}
body.is-white .block-housing .c-filters__map-range .noUi-touch-area {
  background-color: var(--bg-dark);
}
body.is-white .block-housing .noUi-horizontal .noUi-origin > .noUi-tooltip {
  color: var(--text-dark);
}
body.is-white .arrow:hover {
  background-color: var(--second-accent-hover);
}
body.is-white .block-closest__contacts svg,
body.is-white .block-closest__adress a svg {
  fill: var(--bg-dark);
}
body.is-white .block-closest__logo-white {
  display: none;
}
body.is-white .block-closest__logo-black {
  display: block;
}
body.is-white .block-closest_bg {
  background-color: rgba(202, 202, 202, 0.2);
}
body.is-white .c-main-search .c-search__row svg {
  fill: var(--color-white);
}
body.is-white .c-main-search .c-search__close {
  background: url(../img/close.svg) no-repeat center;
}
body.is-white .c-main-search .c-search__label {
  background-color: transparent;
  color: var(--color-white50);
}
body.is-white .c-main-search .c-search__input {
  border-bottom: 1px solid var(--color-white50);
  color: var(--color-white);
}
body.is-white .block-housing__container .c-checkbox__label_whole {
  border: 1px solid rgb(50, 50, 50);
  color: var(--color-main80);
}
body.is-white .block-housing__container .c-checkbox__label_whole:before {
  background: url(../img/check.svg) no-repeat center;
}
body.is-white .block-housing__container .c-checkbox__item:checked + label {
  background-color: var(--bg-dark);
  color: var(--text-light);
}
body.is-white .block-housing__container .c-checkbox__item:checked + label:before {
  background: url(../img/check-noactive.svg) no-repeat center;
}
body.is-white .block-housing__container .c-radio__label {
  border: 1px solid var(--color-main80);
}
body.is-white .c-radio__item:checked + label {
  background-color: var(--bg-dark);
  color: var(--text-light);
}
body.is-white .dark-blue .c-header-nav .logo svg {
  fill: var(--color-white);
}
body.is-blue.kontakt-page {
  background-image: url(../img/mainbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body.is-violet {
  background-color: var(--bg-dark);
}
body.is-violet.kontakt-page {
  background-image: url(../img/violet-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body.is-violet.verdivurdering-page {
  background-image: url(../img/violet-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--text-light);
}
body.is-violet .main-header .dropdown-menu {
  background-color: var(--color-white0);
  color: var(--text-light);
  padding: 10px 0 0 0;
}
body.is-violet .main-header .dropdown-menu__item:before {
  background-color: var(--text-light);
}
body.is-violet .c-property__name.active {
  background-color: var(--text-light);
  color: var(--text-dark);
  border: 1px solid var(--text-light);
  opacity: 1;
}
body.is-violet .c-property__name.is-checked {
  background-color: var(--text-light);
  color: var(--text-dark);
  border: 1px solid var(--text-light);
  opacity: 1;
}
body.is-violet .c-property__name.is-checked:before {
  background: url("../img/check.svg");
}
body.is-grey {
  background-color: var(--text-light);
  color: var(--text-dark);
}
body.is-grey.kontakt-page {
  background-image: url(../img/violet-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--text-light);
}
body.is-grey.kontakt-page .footer .block-footer {
  border-top: 1px solid var(--color-white50);
}
body.is-grey.kontakt-page .footer .block-footer p {
  color: var(--text-light);
}
body.is-grey.verdivurdering-page {
  background-image: url(../img/violet-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--text-light);
}
body.is-grey.verdivurdering-page .footer .block-footer {
  border-top: 1px solid var(--color-white50);
}
body.is-grey.verdivurdering-page .footer .block-footer p {
  color: var(--text-light);
}
body.is-grey .c-filters .c-search__input {
  border-bottom: 1px solid var(--color-white50);
  color: var(--color-white);
}
body.is-grey .c-filters .c-search__input:focus {
  border-bottom: 1px solid var(--color-white50);
}
body.is-grey .c-filters .c-search__label {
  background-color: transparent;
  color: var(--color-white50);
}
body.is-grey .c-filters .c-checkbox__item_hidden:checked + label {
  color: var(--text-dark);
}
body.is-grey .c-header-nav__menu-item:before {
  background-color: var(--text-light);
}
body.is-grey .c-header-nav__menu-item:last-child:after {
  background: url(../img/menu-arrow.svg) no-repeat center;
}
body.is-grey .main-header .dropdown-menu {
  background-color: var(--color-white0);
  color: var(--text-light);
  padding: 10px 0 0 0;
}
body.is-grey .main-header .dropdown-menu__item:before {
  background-color: var(--text-light);
}
body.is-grey .block-catalog__item-link:before {
  background-color: var(--text-light);
}
body.is-grey .c-tabs__caption-name_border:before {
  background-color: var(--color-main80);
}
body.is-grey .c-tabs__caption-name_border:after {
  background-color: var(--color-main30);
}
body.is-grey .c-search__close {
  background: url(../img/close-black.svg) no-repeat center;
}
body.is-grey .c-search__submit {
  fill: var(--text-dark);
}
body.is-grey .noUi-tooltip {
  color: var(--text-dark);
}
body.is-grey .noUi-target, body.is-grey .noUi-touch-area {
  background-color: var(--text-dark);
}
body.is-grey .c-header-nav__search svg {
  fill: var(--text-light);
}
body.is-grey .c-header-nav__search p:before {
  background-color: var(--text-light);
}
body.is-grey .block-closest a svg {
  fill: var(--text-dark);
}
body.is-grey .block-closest__logo-white {
  display: none;
}
body.is-grey .block-closest__logo-black {
  display: block;
}
body.is-grey .sale {
  background-color: var(--text-light);
  color: var(--text-dark);
}
body.is-grey .block-housing__container .c-checkbox__label_whole {
  border: 1px solid var(--text-dark);
  color: var(--color-main80);
}
body.is-grey .block-housing__container .c-checkbox__label_whole:before {
  background: url(../img/check.svg) no-repeat center;
}
body.is-grey .block-housing__container .c-checkbox__item:checked + label {
  background-color: var(--bg-dark);
  color: var(--text-light);
}
body.is-grey .block-housing__container .c-checkbox__item:checked + label:before {
  background: url(../img/check-noactive.svg) no-repeat center;
}
body.is-grey .block-housing__container .c-radio__item:checked + label {
  background-color: var(--bg-dark);
  color: var(--text-light);
}
body.is-grey .block-housing__container .c-radio__label {
  border: 1px solid var(--color-main80);
}
body.is-grey .block-housing .c-filters__value {
  border: 1px solid var(--color-main80);
  color: var(--color-main80);
}
body.is-grey .block-housing .c-checkbox__item {
  border: 1px solid var(--color-main80);
}
body.is-grey .block-housing .c-checkbox__item:checked {
  border: 1px solid var(--bg-dark);
  background-color: var(--bg-dark);
}
body.is-grey .block-housing .c-checkbox__item:checked:before {
  background: url(../img/check-box-modal.svg) no-repeat center;
}
body.is-grey .c-filters__sub-title-item {
  color: var(--color-main50);
}
body.is-grey .c-property__name.active {
  background-color: var(--bg-dark);
  color: var(--text-light);
  border: 1px solid var(--bg-dark);
  opacity: 1;
}
body.is-grey .c-property__name.is-checked {
  background-color: var(--bg-dark);
  color: var(--text-light);
  border: 1px solid var(--bg-dark);
}
body.is-grey .c-property__name.is-checked:before {
  background: url("../img/check-noactive.svg");
}
body.is-grey .c-property__content {
  background-color: rgba(202, 202, 202, 0.2);
}
body.is-grey .block-kontorer__item {
  background-color: rgba(202, 202, 202, 0.2);
}
body.is-grey .block-kontorer__item:hover {
  background-color: rgba(202, 202, 202, 0.4);
}
body.is-grey .block-kontorer__link span svg {
  stroke: var(--bg-dark);
}
body.is-grey .header.about-header {
  color: var(--color-white);
}
body.is-grey .header.about-header .c-header-nav .logo svg,
body.is-grey .header.about-header .c-header-nav__search svg {
  fill: var(--color-white);
}
body.is-grey .header.about-header .c-header-nav__menu-item:before {
  background-color: var(--text-light);
}
body.is-grey .header.about-header .c-header-nav .logo span {
  background-color: var(--text-light);
}
body.is-grey .header.about-header .c-header-nav__menu-list > li {
  font-weight: 400;
}
body.is-grey .header.about-header .c-header-nav__menu-list > li:last-child:after {
  background: url(../img/menu-arrow.svg) no-repeat center;
}
body.is-grey .about-content {
  background-color: var(--bg-dark);
  color: var(--text-light);
}
body.is-grey .block-catalog__item-wrpr {
  color: var(--color-white);
}
body.is-grey .block-catalog__sort-view svg {
  fill: var(--text-dark);
}
body.is-grey .block-catalog__sort-types svg {
  fill: var(--text-dark);
}
body.is-grey .c-search__input {
  border-bottom: 1px solid var(--color-main50);
  color: var(--text-dark);
}
body.is-grey .c-search__input.focus {
  border-bottom: 1px solid rgb(50, 50, 50);
}
body.is-grey .c-search__label {
  background-color: var(--text-light);
  color: var(--color-main50);
}
body.is-grey .c-search__close {
  background: url(../img/close-black.svg) no-repeat center;
}
body.is-grey .c-search__submit {
  fill: var(--bg-dark);
}
body.is-grey .header.transparent-header .c-header-nav .logo svg {
  fill: var(--text-dark);
}
body.is-grey .header.transparent-header .c-header-nav .dropdown-js:after {
  background: url(../img/menu-arrow-black.svg) no-repeat center;
}
body.is-grey .footer .block-footer {
  border-top: 1px solid var(--color-main50);
}
body.is-grey .footer .block-footer p {
  color: var(--text-dark);
}
body.is-grey .c-pagination__arrow svg {
  stroke: var(--bg-dark);
}
body.overflow-hidden {
  overflow: hidden;
}

.block-raiting__content {
  padding-top: 60px;
}
.block-raiting__sort {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-raiting__selects {
  max-width: 940px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-raiting {
  padding-top: 40px;
  color: var(--text-dark);
}
.c-raiting__card-wrapper {
  position: relative;
  max-width: 290px;
  width: 100%;
  background-color: #F8F8F8;
  padding-bottom: 36px;
  border-radius: 5px;
}
.c-raiting__card-inner {
  text-align: center;
  padding: 20px 15px;
}
.c-raiting__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -13px;
}
.c-raiting__card-img {
  max-width: 150px;
  margin: 0 auto 15px;
}
.c-raiting__card-img img {
  border-radius: 5px;
}
.c-raiting__card-item {
  max-width: 290px;
  width: 100%;
  margin-right: 13px;
  margin-bottom: 20px;
}
.c-raiting__card-item_winner-short {
  max-width: 48.8%;
}
.c-raiting__card-item_winner {
  margin-bottom: 40px;
}
.c-raiting__card-item_winner.h-mw-full .c-raiting__card-wrapper {
  margin: 0 auto;
}
.c-raiting__card-item_winner .c-raiting__card-wrapper {
  max-width: 620px;
  padding: 20px 30px;
}
.c-raiting__card-item_winner .c-raiting__card-inner {
  text-align: left;
}
.c-raiting__card-item_winner .c-raiting__card-info {
  max-width: 225px;
  padding: 0 15px;
}
.c-raiting__card-item_winner .c-raiting__card-number {
  display: none;
}
.c-raiting__card-item_winner .c-raiting__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.c-raiting__card-item_winner .c-raiting__card-img {
  max-width: 160px;
  margin: 0;
  z-index: 10;
}
.c-raiting__card-item_winner .c-raiting__card-achievements-box {
  margin-bottom: 10px;
}
.c-raiting__card-item_winner .c-raiting__card-achievements {
  max-width: 120px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-raiting__card-item_winner .c-raiting__card-name {
  font-size: var(--fontSize20);
}
.c-raiting__card-item_winner .c-raiting__card-total-sum {
  bottom: 20px;
}
.c-raiting__card-item_winner .c-raiting__card-trophy {
  display: block;
}
.c-raiting__card-number {
  position: absolute;
  left: 15px;
  top: 20px;
  font-weight: 500;
  font-size: var(--fontSize24);
  line-height: var(--lineHeight);
}
.c-raiting__card_name {
  font-weight: 500;
  font-size: var(--fontSize18);
  line-height: 150%;
}
.c-raiting__card-position {
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
}
.c-raiting__card-total-sum {
  width: 100%;
  background-color: #F2F2F2;
  padding: 6px 0;
  font-weight: 500;
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-raiting__card-achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.c-raiting__card-achievements-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
}
.c-raiting__card-achievements-wrapper {
  position: relative;
}
.c-raiting__card-achievements-wrapper:not(:last-child) {
  margin-right: 6px;
}
.c-raiting__card-achievements-count {
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 5px);
  color: #5E5E5E;
  font-weight: 500;
  font-size: 10px;
  line-height: var(--lineHeight);
}
.c-raiting__card-trophy {
  display: none;
  position: absolute;
  right: 30px;
  bottom: 70px;
}

@media screen and (max-width: 1200px) {
  .c-raiting__card-item_winner-short {
    max-width: 100%;
  }
  .c-raiting__card-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .c-raiting__card-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 577px) {
  .c-raiting__card-item_winner .c-raiting__card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }
  .c-raiting__card-item_winner-short,
.c-raiting__card-item_winner {
    max-width: 290px;
    width: 290px;
  }
  .c-raiting__card-item_winner .c-raiting__card-info {
    max-width: 100%;
    padding: 0;
  }
  .c-raiting__card-img,
.c-raiting__card-item_winner .c-raiting__card-img {
    max-width: 120px;
    margin-bottom: 15px;
  }
  .c-raiting__card-trophy {
    bottom: auto;
    top: 90px;
    width: 80px;
  }
  .c-raiting__card-item_winner .c-raiting__card-total-sum {
    bottom: 0;
  }
  .c-raiting__card-item_winner .c-raiting__card-achievements {
    max-width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
:root {
  --space: 1rem;
}

:root {
  --bg-dark: #3C4760;
  --bg-light-dark: #4B5774;
  --text-dark: #323232;
  --text-light: #F8FAFF;
  --accent: #66E4A3;
  --accent-hover: #4FA378;
  --second-accent-hover: #61C5C5;
  --second-accent: #C9EDED;
  --color-main30: rgba(60,71,96,.3);
  --color-main50: rgba(60,71,96,.5);
  --color-main60: rgba(60,71,96,.6);
  --color-main80: rgba(60,71,96,.8);
  --color-main10: rgba(60,71,96,.1);
  --color-white: rgba(255,255,255,1);
  --color-white0: rgba(255,255,255, .0);
  --color-white10: rgba(255,255,255,.1);
  --color-white30: rgba(255,255,255,.3);
  --color-white50: rgba(255,255,255,.5);
  --color-white80: rgba(255,255,255,.8);
  --text-dark50: rgba(50, 50, 50, 0.5);
}

:root {
  --mainbg: url(../img/mainbg.png);
  --broker: url(../img/man-at-work.png);
  --partner: url(../img/partner.png);
  --main-1: url(../img/main-1.png);
  --main-2: url(../img/main-2.png);
  --main-3: url(../img/main-3.png);
  --main-4: url(../img/main-4.png);
}

:root {
  --fontSize9: 9px;
  --fontSize10: 10px;
  --fontSize12: 12px;
  --fontSize14: 14px;
  --fontSize16: 16px;
  --fontSize18: 18px;
  --fontSize20: 20px;
  --fontSize22: 22px;
  --fontSize24: 24px;
  --fontSize28: 28px;
  --lineHeight: 1.4em;
}

body.is-white {
  --text-dark: #323232;
  --bg-dark: #3C4760;
  --bg-light-dark: #4B5774;
  --text-light: #F8FAFF;
  --accent: #66E4A3;
  --accent-hover: #4FA378;
  --second-accent: #C9EDED;
  --second-accent-hover: #61C5C5;
  --mainbg: url(../img/mainbg.png);
  --main-1: url(../img/main-1.png);
  --main-2: url(../img/main-2.png);
  --main-3: url(../img/main-3.png);
  --main-4: url(../img/main-4.png);
}

body.is-blue {
  --text-dark: #323232;
  --bg-dark: #3C4760;
  --bg-light-dark: #4B5774;
  --text-light: #F8FAFF;
  --accent: #66E4A3;
  --accent-hover: #4FA378;
  --second-accent: #C9EDED;
  --second-accent-hover: #61C5C5;
  --mainbg: url(../img/mainbg.png);
  --main-1: url(../img/main-1.png);
  --main-2: url(../img/main-2.png);
  --main-3: url(../img/main-3.png);
  --main-4: url(../img/main-4.png);
}

body.is-violet {
  --bg-dark: #3C3441;
  --bg-light-dark: #4D4254;
  --text-light: #F2F2F2;
  --accent: #FF3E61;
  --accent-hover: #FE002E;
  --second-accent: #F9BFA9;
  --second-accent-hover: #FFAD8E;
  --color-main50: rgba(60,52,65,.5);
  --color-main80: rgba(60,52,65,.8);
  --mainbg: url(../img/violet-bg.png);
  --main-1: url(../img/main-violet-1.png);
  --main-2: url(../img/main-violet-2.png);
  --main-3: url(../img/main-violet-3.png);
  --main-4: url(../img/main-violet-4.png);
}

body.is-grey {
  --text-dark: #323232;
  --bg-dark: #3C3441;
  --bg-light-dark: #4D4254;
  --text-light: #F2F2F2;
  --accent: #FF3E61;
  --accent-hover: #FE002E;
  --second-accent: #F9BFA9;
  --second-accent-hover: #FFAD8E;
  --color-main50: rgba(60,52,65,.5);
  --color-main80: rgba(60,52,65,.8);
  --mainbg: url(../img/violet-bg.png);
  --main-1: url(../img/main-violet-1.png);
  --main-2: url(../img/main-violet-2.png);
  --main-3: url(../img/main-violet-3.png);
  --main-4: url(../img/main-violet-4.png);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.slick-slide img {
  display: 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;
}

/*! nouislider - 14.7.0 - 4/6/2021 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -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;
}

/* Wrapper for all connect elements.
 */
.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%;
}

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

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.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;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

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

/* Slider size and handle placement;
 */
.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;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.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;
}

/* Handles and cursors;
 */
.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;
}

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

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

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

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

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

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

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

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

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

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

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

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

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

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

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

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-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;
}

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

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

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-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);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

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

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

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

.preloader-wrapper {
  width: calc(100% + 30px);
  height: 100%;
  background-color: #000;
  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;
  position: fixed;
  z-index: 9999;
}
.preloader-wrapper p {
  font-size: 30px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  -webkit-animation: logoHidden 1s 0.7s linear forwards;
          animation: logoHidden 1s 0.7s linear forwards;
}
.preloader-wrapper .prealoder {
  position: relative;
  overflow: hidden;
}

.logo,
.prealoder {
  position: relative;
  overflow: hidden;
  height: 60px;
  min-width: 60px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.logo svg,
.prealoder svg {
  fill: var(--color-white);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.logo span,
.prealoder span {
  display: block;
  position: absolute;
  background-color: var(--text-light);
}
.logo span:nth-child(2),
.prealoder span:nth-child(2) {
  left: -60px;
  top: 0;
  height: 4px;
  width: 60px;
  animation: preloader2 0.35s 0.7s linear forwards;
  -webkit-animation: preloader2 0.35s 0.7s linear forwards;
}
.logo span:nth-child(3),
.prealoder span:nth-child(3) {
  right: -60px;
  top: auto;
  bottom: 0;
  height: 4px;
  width: 60px;
  animation: preloader3 0.35s linear forwards;
  -webkit-animation: preloader3 0.35s linear forwards;
}
.logo span:nth-child(4),
.prealoder span:nth-child(4) {
  left: 0;
  top: 60px;
  height: 60px;
  width: 4px;
  animation: preloader4 0.35s 0.3s linear forwards;
  -webkit-animation: preloader4 0.35s 0.3s linear forwards;
}
.logo span:nth-child(5),
.prealoder span:nth-child(5) {
  right: 0;
  left: auto;
  top: -60px;
  height: 60px;
  width: 4px;
  animation: preloader5 0.35s 1s linear forwards;
  -webkit-animation: preloader5 0.35s 1s linear forwards;
}

@-webkit-keyframes preloader5 {
  0% {
    top: -60px;
  }
  100% {
    top: -20px;
  }
}

@keyframes preloader5 {
  0% {
    top: -60px;
  }
  100% {
    top: -20px;
  }
}
@-webkit-keyframes preloader2 {
  100% {
    left: 0;
  }
}
@keyframes preloader2 {
  100% {
    left: 0;
  }
}
@-webkit-keyframes preloader4 {
  0% {
    top: 60px;
  }
  100% {
    top: 0;
  }
}
@keyframes preloader4 {
  0% {
    top: 60px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes preloader3 {
  0% {
    right: -60px;
  }
  100% {
    right: 0;
  }
}
@keyframes preloader3 {
  0% {
    right: -60px;
  }
  100% {
    right: 0;
  }
}
a {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 5px;
}

input, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

textarea {
  resize: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
  line-height: var(--lineHeight);
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  font-weight: 400;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

div, nav, p, span, button, input, a, form, ul, li, textarea, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a, a:hover, a:active, a:focus, button, input, button:hover, button:active, button:focus, input:focus, input:active, textarea, textarea:focus, textarea:active {
  text-decoration: none;
  outline: none;
}

input[type=text],
input[type=search],
input[type=checkbox],
input[type=number],
textarea {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
}

input[type=checkbox] {
  border-radius: 5px;
}

input.c-global-search__dropdown-value {
  border-radius: 5px;
}

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

p {
  margin: 0;
  padding: 0;
}

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

.wrapper {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.password-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99999;
}
.password-overlay.visible {
  display: none;
}

.logo {
  line-height: 0;
}
.logo svg {
  fill: var(--color-white);
}

.mobile-filters {
  display: none;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 20px;
}
.mobile-filters:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background: url(../img/menu-arrow.svg) no-repeat center;
  width: 13px;
  height: 8px;
}

.arrow {
  width: 50px;
  z-index: 999;
  height: 50px;
  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;
  background: var(--second-accent);
  position: fixed;
  right: 32px;
  bottom: 70px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.arrow.sticky {
  opacity: 1;
}
.arrow.black:hover {
  background-color: var(--second-accent-hover);
}
.arrow:hover {
  background-color: var(--second-accent-hover);
}
.arrow svg {
  stroke: var(--bg-dark);
}

.title {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.title p {
  margin-top: 20px;
  font-weight: 300;
}

.mobile-filters-icon {
  display: none;
}
.mobile-filters-icon svg {
  fill: var(--color-white);
}

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

@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-global-search {
    display: none;
  }
  .title {
    font-size: var(--fontSize12);
  }
}
.project-btn,
.button-default {
  display: block;
  max-width: 260px;
  border-radius: 5px;
  width: 100%;
  font-weight: 500;
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  text-align: center;
  cursor: pointer;
  color: var(--text-dark);
  background-color: var(--second-accent);
  padding: 18px 0;
  border: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.project-btn_form-btn,
.button-default_form-btn {
  padding: 9px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.project-btn_narrow,
.button-default_narrow {
  padding: 9px 0;
  max-width: 200px;
}
.project-btn:hover,
.button-default:hover {
  background-color: var(--second-accent-hover);
  border: none;
}
.project-btn_hover-black:hover,
.button-default_hover-black:hover {
  color: var(--color-white);
  background-color: var(--bg-dark);
}

.accent-btn {
  background-color: var(--accent);
  color: var(--text-dark);
  border: none;
}
.accent-btn:hover {
  background-color: var(--accent-hover);
  border: none;
}

.second-accent-btn {
  background-color: var(--second-accent);
  color: var(--text-dark);
  border: none;
}
.second-accent-btn:hover {
  background-color: var(--second-accent-hover);
  color: var(--text-dark);
}

.transparent-btn {
  background-color: transparent;
  border: 2px solid var(--second-accent);
  color: #fff;
}
.transparent-btn:hover {
  background-color: var(--color-white10);
  border: 2px solid var(--second-accent);
}

.main-page-btn {
  background-color: var(--bg-dark);
  border: 2px solid var(--second-accent);
  color: var(--text-light);
  position: relative;
}
.main-page-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white10);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main-page-btn:hover {
  background-color: var(--bg-dark);
  border: 2px solid var(--second-accent);
}
.main-page-btn:hover:before {
  opacity: 1;
}

.selge-btn {
  padding: 9px 30px;
  background-color: var(--bg-dark);
  position: relative;
}
.selge-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white10);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.selge-btn:hover:before {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .button-default {
    max-width: 200px;
    width: 100%;
    padding: 12px 0;
    font-size: var(--fontSize14);
  }
}
@media screen and (max-width: 577px) {
  .button-default {
    max-width: 150px;
    padding: 9px 0;
    font-size: var(--fontSize12);
  }
}
.c-mobile-filters {
  background-color: var(--bg-dark);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform: translateY(calc(-100% - 100px));
      -ms-transform: translateY(calc(-100% - 100px));
          transform: translateY(calc(-100% - 100px));
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-mobile-filters.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.c-mobile-filters__close {
  position: absolute;
  right: 15px;
  top: 15px;
  fill: var(--color-white);
  padding: 5px;
}
.c-mobile-filters__container {
  padding: 20px 20px 25px;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-mobile-filters__title {
  text-align: center;
}
.c-mobile-filters__content {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-mobile-filters__content .c-filters__values {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-mobile-filters__content .c-filters__values span {
  color: #fff;
}
.c-mobile-filters__btn {
  margin: 10px auto 0;
  max-width: 420px;
}
.c-mobile-filters__captions {
  padding-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  max-height: 65vh;
  padding-right: 15px;
  margin-right: -15px;
  margin-bottom: 10px;
}
.c-mobile-filters__captions li {
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-white30);
  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;
}
.c-mobile-filters__captions li > p {
  pointer-events: none;
}
.c-mobile-filters__reminder-elems {
  pointer-events: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 5px;
}
.c-mobile-filters__item {
  display: none;
  background-color: var(--bg-dark);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.c-mobile-filters__item.active {
  display: block;
}
.c-mobile-filters__item-wrapper {
  padding-top: 30px;
  height: 95%;
  color: var(--color-white);
}
.c-mobile-filters__item-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}
.c-mobile-filters__item-content {
  overflow-y: auto;
  max-height: 60vh;
  padding: 20px 15px 0;
  margin: 0 -15px 10px;
}
.c-mobile-filters__item-content.text-container {
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
  overflow: visible;
}
.c-mobile-filters__item-next {
  position: relative;
  z-index: 99;
}
.c-mobile-filters__item-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}
.c-mobile-filters__item-back svg {
  margin-right: 10px;
}
.c-mobile-filters__item-next, .c-mobile-filters__item-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-mobile-filters__results {
  display: none;
  padding-left: 4px;
  background-color: #fff;
  color: var(--text-dark);
  font-size: var(--fontSize9);
  line-height: var(--lineHeight);
  position: relative;
}
.c-mobile-filters__results.active, .c-mobile-filters__results[data-active] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-mobile-filters__results-content {
  padding-left: 4px;
  max-width: 180px;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.c-mobile-filters__results svg {
  padding: 4px;
  padding-left: 10px;
}
.c-mobile-filters__inputs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 5px;
  color: var(--color-white);
}
.c-mobile-filters__inputs-box span {
  margin: 5px 5px 0;
}
.c-mobile-filters__value {
  display: block;
  max-width: 105px;
  width: 100%;
  padding: 6px 0;
  color: var(--color-white80);
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--color-white);
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
}

.omrade-names-js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.omrade-names-js .omrade-results:not(:last-child) {
  margin-right: 5px;
}

.c-search {
  position: relative;
  width: 100%;
}
.c-search_mw-400 {
  max-width: 400px;
}
.c-search_mw-600 {
  max-width: 600px;
}
.c-search_mw-800 {
  max-width: 800px;
}
.c-search_margin-auto {
  margin: 0 auto;
}
.c-search_mt50 {
  margin-top: 50px;
}
.c-search__input {
  width: 100%;
  color: var(--color-white);
  border: none;
  border-bottom: 1px solid var(--color-white50);
  padding-bottom: 5px;
  padding-left: 2px;
  font-size: var(--fontSize16);
  padding-right: 70px;
  line-height: var(--lineHeight);
  background-color: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-search__input::-webkit-search-decoration, .c-search__input::-webkit-search-cancel-button, .c-search__input::-webkit-search-results-button, .c-search__input::-webkit-search-results-decoration {
  display: none;
}
.c-search__input::-webkit-input-placeholder {
  font-size: var(--fontSize16);
}
.c-search__input::-webkit-input-placeholder, .c-search__input:-ms-input-placeholder, .c-search__input::-ms-input-placeholder, .c-search__input::placeholder {
  font-size: var(--fontSize16);
}
.c-search__input.focus {
  border-bottom: 1px solid var(--color-white);
}
.c-search__icon {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-search__icon.hidden {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-search__submit {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 10;
  cursor: pointer;
  fill: var(--color-white);
}
.c-search__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  height: calc(100% - 6px);
  background-color: transparent;
  font-size: var(--fontSize12);
  cursor: text;
  color: var(--color-white50);
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
}
.c-search__label_fz16 {
  font-size: var(--fontSize16);
  left: 15px;
}
.c-search__label_left15 {
  left: 15px;
}
.c-search__label.focus {
  font-size: var(--fontSize12);
  top: -20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-search__row {
  position: relative;
}
.c-search__close {
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  color: var(--color-white);
  z-index: 50;
  width: 12px;
  height: 12px;
  opacity: 0;
  cursor: pointer;
  background: url(../img/close.svg) no-repeat center;
}
.c-search__close.focus {
  opacity: 1;
}
.c-search__close:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.c-search__close_right0 {
  right: 0;
}
.c-search__txt {
  text-align: center;
  margin-top: 20px;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
}
.c-search__results {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  width: 100%;
  background-color: var(--text-light);
  padding: 20px;
  color: var(--text-dark);
}
.c-search__results.active {
  display: block;
}
.c-search__results-items {
  max-height: 60vh;
  overflow: auto;
  padding-right: 10px;
  margin-right: -10px;
}
.c-search__results-items::-webkit-scrollbar {
  width: 3px;
}
.c-search__results-items::-webkit-scrollbar-track {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.0606617647)), color-stop(45%, var(--color-white50)), color-stop(55%, var(--color-white50)), color-stop(55%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0606617647) 45%, var(--color-white50) 45%, var(--color-white50) 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}
.c-search__results-items::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.7);
}
.c-search__results-caption {
  color: currentColor;
  opacity: 0.5;
}
.c-search__results-caption svg {
  margin-right: 10px;
  vertical-align: text-top;
}
.c-search__results-list {
  padding-top: 20px;
}
.c-search__results-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-main50);
  margin-bottom: 8px;
}
.c-search__results-item:not(:last-child) {
  margin-bottom: 25px;
}
.c-search__results-elem {
  width: 33%;
  text-align: center;
}
.c-search__results-elem:first-child {
  width: 50%;
}
.c-search__results-logo {
  max-width: 100px;
}
.c-search__results-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-search__results-header > img {
  max-width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.c-search__results-header.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;
}
.c-search__results-info {
  text-align: left;
}
.c-search__results-title {
  font-weight: 500;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
}
.c-search__results-desc {
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
}
.c-search__results-inner {
  text-align: left;
  padding-top: 10px;
}
.c-search__results-inner > li {
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
}
.c-search__results-inner > li:not(:last-child) {
  margin-bottom: 5px;
}

body.is-grey .c-main-search .c-search__label {
  background-color: var(--bg-dark);
  color: var(--color-white50);
}
body.is-grey .c-main-search .c-search__input {
  border-bottom: 1px solid var(--color-white50);
  color: var(--text-light);
}

@media screen and (max-width: 768px) {
  .c-search__results-elem:nth-child(3) {
    display: none;
  }
  .c-search__results-elem:first-child {
    width: 75%;
  }
}
@media screen and (max-width: 481px) {
  .c-search__results-elem {
    font-size: 12px;
  }
  .c-search__results-header > img {
    margin-right: 10px;
  }
  .c-search__results-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-pagination__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  margin: 30px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pagination__item {
  font-size: var(--fontSize20);
  line-height: 1.2em;
  padding: 3px 10px;
  -webkit-transform: translateZ(0);
  transform: scale(0.8) translateZ(0);
  -webkit-transition: transform 400ms;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
.c-pagination__item:hover {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.c-pagination__arrow {
  line-height: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-pagination__arrow:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.c-pagination__arrow:hover.c-pagination__arrow_next {
  -webkit-transform: scale(1.1) rotate(180deg);
      -ms-transform: scale(1.1) rotate(180deg);
          transform: scale(1.1) rotate(180deg);
}
.c-pagination__arrow_next {
  right: -70px;
  -webkit-transform: rotate(180deg) scale(0.8);
      -ms-transform: rotate(180deg) scale(0.8);
          transform: rotate(180deg) scale(0.8);
}
.c-pagination__arrow_prev {
  left: -70px;
}
.c-pagination__current {
  font-size: var(--fontSize20);
  font-weight: 500;
  background-color: var(--second-accent);
  color: var(--text-dark);
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  border-radius: 5px;
}
.c-pagination__current:hover {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

body.is-blue .c-pagination__arrow svg {
  stroke: var(--text-light);
}
body.is-violet .c-pagination__arrow svg {
  stroke: var(--text-light);
}

@media screen and (max-width: 768px) {
  .c-pagination__current {
    font-weight: 400;
  }
}
@media screen and (max-width: 481px) {
  .c-pagination__arrow_prev {
    left: -50px;
  }
  .c-pagination__arrow_next {
    right: -50px;
  }
}
.c-side-farge {
  position: fixed;
  right: 0;
  top: 200px;
  width: 132px;
  height: 34px;
  padding: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(50, 50, 50, 0.1);
  border-radius: 5px;
  -webkit-transform-origin: 50px 50px;
      -ms-transform-origin: 50px 50px;
          transform-origin: 50px 50px;
  background-color: var(--text-light);
  color: var(--text-dark);
}
.c-side-farge.active {
  height: 130px;
}
.c-side-farge__wrap {
  position: relative;
  padding: 6px 17px;
  width: 100%;
  cursor: pointer;
}
.c-side-farge__name {
  font-size: var(--fontSize16);
  line-height: 19px;
  position: relative;
  padding-right: 20px;
}
.c-side-farge__name:after {
  content: "";
  background: url(../img/menu-arrow-black.svg) no-repeat center;
  width: 13px;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-side-farge__container {
  cursor: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  background: transparent;
  z-index: -1;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.c-side-farge__container.active {
  height: 75px;
  width: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
}
.c-side-farge__inner {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  padding-right: 10px;
}
.c-side-farge__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-side-farge__row span {
  margin-left: 5px;
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
}
.c-side-farge__row:not(:first-child) {
  margin-top: 10px;
}
.c-side-farge__item {
  border: 1px solid var(--bg-dark);
  border-radius: 5px;
}
.c-side-farge__input {
  display: none;
}
.c-side-farge__input:checked + label {
  background: var(--bg-dark);
  border: 2px solid var(--color-white);
  color: var(--text-dark);
}
.c-side-farge__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 13px;
  height: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  padding-left: 0;
  border: 2px solid transparent;
  border-radius: 5px;
}

@media screen and (max-width: 993px) {
  .c-side-farge__wrap {
    padding: 6px 12px;
  }
}
.c-checkbox__item {
  width: 18px;
  min-width: 18px;
  height: 18px;
  position: relative;
  background-color: transparent;
  border: 1px solid #E5E5E5;
  cursor: pointer;
  outline: none;
  opacity: 0.8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.c-checkbox__item:before {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: url(../img/check.svg) no-repeat center;
  position: absolute;
  left: 2px;
  top: 3px;
  z-index: 100;
  opacity: 0;
}
.c-checkbox__item:checked {
  background-color: var(--text-light);
  opacity: 1;
}
.c-checkbox__item:checked + label {
  opacity: 1;
}
.c-checkbox__item:checked + label + span {
  color: var(--color-white);
}
.c-checkbox__item:checked:before {
  opacity: 1;
}
.c-checkbox__item_black {
  border: 1px solid rgba(50, 50, 50, 0.8);
}
.c-checkbox__item_black:checked + label {
  color: var(--text-dark);
}
.c-checkbox__item.black:checked {
  background-color: var(--bg-dark);
}
.c-checkbox__item.black:checked:before {
  background: url(../img/check-box-modal.svg) no-repeat center;
}
.c-checkbox__item_hidden {
  display: none;
}
.c-checkbox__item_hidden:checked ~ label {
  background-color: var(--text-light);
  color: var(--text-dark);
  opacity: 1;
}
.c-checkbox__item_hidden:checked ~ label:before {
  opacity: 1;
  background: url(../img/check.svg) no-repeat 50%;
}
.c-checkbox__item_hidden:checked ~ label.black {
  background-color: var(--bg-dark);
  color: var(--color-white);
}
.c-checkbox__item[data-name=checked] {
  background-color: rgba(50, 50, 50, 0.3);
}
.c-checkbox__label {
  padding-left: 10px;
  cursor: pointer;
  font-size: var(--fontSize16);
  color: var(--color-white);
  opacity: 0.8;
  border-radius: 5px;
}
.c-checkbox__label > a {
  display: inline;
  border-bottom: 1px solid;
}
.c-checkbox__label > a:hover {
  border-bottom: 1px solid transparent;
}
.c-checkbox__label:hover {
  opacity: 1;
}
.c-checkbox__label_black {
  color: rgba(50, 50, 50, 0.8);
}
.c-checkbox__label_w100 {
  width: 100%;
}
.c-checkbox__label_fz12 {
  font-size: var(--fontSize12);
}
.c-checkbox__label_fz14 {
  font-size: var(--fontSize14);
}
.c-checkbox__label_fw500 {
  font-weight: 500;
}
.c-checkbox__label_whole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--color-white);
  padding: 5px 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--fontSize14);
  opacity: 0.8;
}
.c-checkbox__label_whole:before {
  content: "";
  display: block;
  width: var(--fontSize14);
  height: 10px;
  margin-right: 6px;
  background: url(../img/check-noactive.svg) no-repeat 50%;
  z-index: 100;
  opacity: 0.5;
}
.c-checkbox__label_whole:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  color: var(--color-white);
}
.c-checkbox__label.black {
  border: 1px solid rgba(50, 50, 50, 0.1);
  color: var(--text-dark);
  padding: 8px 11px;
}
.c-checkbox__label_before-none:before {
  display: none;
}
.c-checkbox__inner-list {
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: none;
}
.c-checkbox__inner-list_pl0 {
  padding-left: 0;
}
.c-checkbox__inner-list_mt20 {
  margin-top: 20px;
}
.c-checkbox__inner-list.show {
  display: block;
  animation: animate 0.5s linear forwards;
  -webkit-animation: animate 0.5s linear forwards;
}
.c-checkbox__inner-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: var(--lineHeight);
}
.c-checkbox__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2em;
  margin-bottom: var(--fontSize14);
}
.c-checkbox__row_mr7 {
  margin-right: 7px;
}
.c-checkbox__row_mb7 {
  margin-bottom: 7px;
}
.c-checkbox__row_mb0 {
  margin-bottom: 0;
}
.c-checkbox__count {
  font-size: 13px;
  line-height: var(--lineHeight);
  color: var(--color-white80);
  padding-left: 5px;
  white-space: pre;
}
.c-checkbox__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  cursor: pointer;
}

.is-grey .c-filters .c-checkbox__label {
  color: var(--color-white);
}
.is-grey .c-checkbox__label {
  color: var(--text-dark);
}

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

@keyframes animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-radio__item {
  display: none;
}
.c-radio__item:checked + label {
  background-color: var(--text-light);
  color: var(--text-dark);
  opacity: 1;
}
.c-radio__item:checked + label.c-radio__label_black {
  opacity: 1;
  background-color: var(--bg-dark);
  color: var(--color-white);
  border: 1px solid var(--bg-dark);
}
.c-radio__item:checked + label.c-radio__label_shadow-check:before {
  opacity: 1;
  background: url(../img/check.svg) no-repeat 50%;
}
.c-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--color-white);
  padding: 5px 12px;
  line-height: var(--lineHeight);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--fontSize14);
  opacity: 0.8;
  cursor: pointer;
}
.c-radio__label_black {
  border: 1px solid rgba(50, 50, 50, 0.8);
  color: var(--text-dark);
}
.c-radio__label:hover {
  opacity: 1;
}
.c-radio__label_shadow-check:before {
  content: "";
  display: block;
  width: var(--fontSize14);
  height: 10px;
  margin-right: 6px;
  background: url(../img/check-noactive.svg) no-repeat 50%;
  z-index: 100;
  opacity: 0.5;
}
.c-radio_indents {
  margin-right: 7px;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .c-radio__label {
    font-size: var(--fontSize12);
  }
}
.c-tabs {
  position: relative;
}
.c-tabs__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  margin: 100px auto 100px;
}
.c-tabs__caption-name {
  position: relative;
  width: 50%;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-tabs__caption-name_border:before {
  content: "";
  width: 0;
  background-color: rgba(255, 255, 255, 0.75);
  height: 5px;
  position: absolute;
  right: 0;
  bottom: -11px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.c-tabs__caption-name_border:hover:before {
  width: 100%;
  left: 0;
  background-color: var(--text-light);
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.c-tabs__caption-name_border::after {
  content: "";
  width: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.c-tabs__caption-name.active {
  opacity: 1;
}
.c-tabs__caption-name.active:before {
  width: 100%;
  background-color: var(--text-light);
}
.c-tabs__content {
  display: none;
  margin-top: 40px;
}
.c-tabs__content.active {
  display: block;
}
.c-tabs__list {
  margin-top: 40px;
}
.c-tabs__list:not(:last-child) {
  margin-bottom: 30px;
}
.c-tabs__list > li:not(:first-child) {
  margin-top: 10px;
}
.c-tabs .c-search__close {
  right: 50px;
}

@media screen and (max-width: 481px) {
  .c-tabs__caption {
    width: 80%;
  }
  .c-tabs__content {
    padding: 0 10px;
  }
}
.c-property__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
}
.c-property__titles.hiddenOnMobile {
  display: none;
}
.c-property__list {
  position: relative;
}
.c-property__list[data-name=hiddenOnDesctop] {
  display: none;
}
.c-property__list:after {
  content: "";
  background: url("../img/menu-arrow.svg") no-repeat center;
  width: 13px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
}
.c-property__select {
  padding: 5px 10px;
  width: 100%;
  min-width: 300px;
  border-radius: 0;
  background: transparent;
  outline: none;
  border: 1px solid #fff;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-property__select .test {
  content: "✔";
  color: red;
}
.c-property__name {
  cursor: pointer;
  padding: 8px 27px;
  text-align: center;
  border: 1px solid;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  opacity: 0.8;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.c-property__name:before {
  display: none;
  background: url(../img/check-noactive.svg) no-repeat 50%;
  content: "";
  width: var(--fontSize14);
  height: 10px;
  margin-right: 6px;
  z-index: 100;
}
.c-property__name.active {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
}
.c-property__name.is-checked {
  padding: 8px 15px;
  background-color: var(--second-accent);
  opacity: 1;
  color: var(--text-dark);
}
.c-property__name.is-checked:before {
  display: inline-block;
  background: url(../img/check.svg) no-repeat 50%;
}
.c-property__content {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 30px;
  margin-top: 10px;
}
.c-property__content.active {
  display: block;
}

.c-select {
  max-width: 220px;
  width: 100%;
  position: relative;
}
.c-select__name {
  position: relative;
  color: var(--text-dark);
  background-color: var(--text-light);
  padding: 8px 10px;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  border: 1px solid var(--color-main50);
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.c-select__name:after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  width: 13px;
  height: 8px;
  background: url(../img/menu-arrow-black.svg) no-repeat center;
}
.c-select__dropdown {
  display: none;
  width: 100%;
  background-color: #EBEBEB;
  padding: 5px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 100;
}
.c-select__dropdown.active {
  display: block;
}
.c-select__dropdown-item {
  position: relative;
  font-size: var(--fontSize14);
  color: var(--text-dark);
  line-height: var(--lineHeight);
  background-color: var(--text-light);
  padding: 7px 0;
  padding-left: 45px;
  border: 1px solid var(--color-main50);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.c-select__dropdown-item.current {
  background-color: var(--bg-dark);
  color: var(--color-white);
}
.c-select__dropdown-item.current:before {
  display: block;
}
.c-select__dropdown-item:not(:last-child) {
  margin-bottom: 5px;
}
.c-select__dropdown-item:hover {
  background-color: var(--bg-dark);
  color: var(--color-white);
}
.c-select__dropdown-item:before {
  display: none;
  content: "";
  background: url(../img/check-select.svg) no-repeat center;
  width: 17px;
  height: 13px;
  position: absolute;
  left: 12px;
  top: calc(50% - 7px);
}

@media screen and (max-width: 992px) {
  .c-select {
    max-width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .c-select {
    max-width: 49%;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .c-select__dropdown-item {
    padding-left: 30px;
  }
  .c-select__dropdown-item:before {
    left: 7px;
  }
  .block-raiting__selects {
    max-width: 620px;
    margin: 0 auto;
  }
}
.c-global-search {
  max-width: 1000px;
  margin: 30px auto 0;
  padding-top: 40px;
}
.c-global-search__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-global-search__caption li {
  padding: 9px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background-color: var(--second-accent);
  font-weight: 500;
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  color: var(--text-dark);
}
.c-global-search__caption li:nth-child(2) {
  background-color: var(--bg-dark);
  color: var(--color-white);
  border: 1px solid var(--second-accent);
}
.c-global-search__caption li:first-child {
  border-top-left-radius: 5px 5px;
}
.c-global-search__caption li:last-child {
  border-top-right-radius: 5px 5px;
  padding: 0;
}
.c-global-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.c-global-search__item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background-color: var(--text-light);
  color: var(--text-dark);
  line-height: var(--lineHeight);
  border-right: 1px solid rgba(50, 50, 50, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-global-search__item > p {
  margin: 0;
  font-size: var(--fontSize14);
  padding: 9px 20px;
  cursor: pointer;
  text-align: left;
  min-width: 150px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c-global-search__item > p > span {
  pointer-events: none;
}
.c-global-search__item > p::after {
  content: "";
  display: inline-block;
  background: url(../img/menu-arrow-black.svg) no-repeat center;
  width: 13px;
  height: 8px;
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  cursor: pointer;
}
.c-global-search__item_long {
  max-width: 250px;
  width: 100%;
}
.c-global-search__item.active {
  background-color: var(--text-light);
}
.c-global-search__item.active > p::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-global-search__item:hover {
  background-color: var(--text-light);
}
.c-global-search__item:first-child {
  border-bottom-left-radius: 5px;
}
.c-global-search__input {
  padding: 9px 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background-color: var(--text-light);
  color: var(--text-dark);
  line-height: var(--lineHeight);
  border-right: 1px solid rgba(50, 50, 50, 0.1);
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-global-search__input:focus {
  background-color: var(--text-light);
}
.c-global-search__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-global-search__btns button:not(:last-child) {
  margin-right: 10px;
}
.c-global-search__btns button:last-child {
  background-color: var(--second-accent);
}
.c-global-search__btns button:last-child:hover {
  background-color: var(--second-accent-hover);
}
.c-global-search__dropdown {
  display: none;
  width: 100%;
  min-width: 280px;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  padding: 15px 15px 0;
  background-color: var(--text-light);
  z-index: 700;
  border-radius: 5px;
  -webkit-animation: animate 0.45s linear forwards;
          animation: animate 0.45s linear forwards;
}
.c-global-search__dropdown.active {
  display: block;
}
.c-global-search__dropdown-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-global-search__dropdown-caption > span {
  display: block;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  cursor: pointer;
  padding: 5px 13px;
  border: 1px solid rgba(50, 50, 50, 0.1);
}
.c-global-search__dropdown-caption > span:nth-child(odd) {
  border-right: none;
}
.c-global-search__dropdown-caption > span.active {
  background-color: #F4F4F4;
}
.c-global-search__dropdown-list {
  padding: 0 0 15px;
}
.c-global-search__dropdown-list > li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}
.c-global-search__dropdown-inner > li:not(:last-child) {
  margin-bottom: 12px;
}
.c-global-search__dropdown-inner > li.no-gutters {
  margin: 0 !important;
  padding: 0 !important;
}
.c-global-search__dropdown-inner > li:not(:first-child) .c-radio__label_black {
  border-left: transparent;
}
.c-global-search__dropdown-inner > li:first-child .c-radio__label {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.c-global-search__dropdown-inner > li:last-child .c-radio__label {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.c-global-search__dropdown-inner.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-global-search__dropdown-value {
  display: inline-block;
  width: 120px;
  border: 1px solid rgba(50, 50, 50, 0.8);
  padding: 6px 10px;
}
.c-global-search__dropdown-value::-webkit-inner-spin-button {
  display: none;
}
.c-global-search__dropdown-value:focus {
  border: 1px solid rgb(50, 50, 50);
}
.c-global-search__dropdown-value.error {
  border: 1px solid red;
}

@media screen and (max-width: 768px) {
  .c-global-search {
    display: none;
  }
}
.c-main-search {
  background-color: var(--bg-dark);
  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;
  height: 35%;
  width: 100%;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.c-main-search.is-visible {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
}
.c-main-search__close {
  position: absolute;
  right: 150px;
  bottom: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-main-search__close svg {
  fill: var(--color-white);
}
.c-main-search__close:hover {
  -webkit-transform: scale(1.1) translateZ(0);
          transform: scale(1.1) translateZ(0);
}
.c-main-search-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-main50);
  z-index: 9;
}
.c-main-search-overlay.active {
  display: block;
  -webkit-animation: fadeIn 1s linear forwards;
          animation: fadeIn 1s linear forwards;
}
.c-main-search .c-search__close {
  right: 10px;
}

@media screen and (max-width: 1440px) {
  .c-main-search__close {
    right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .c-main-search {
    position: fixed;
  }
  .c-main-search__close {
    right: 15px;
  }
}
.c-subscribes__item {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-white50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.c-subscribes__item:not(:last-child) {
  margin-bottom: 50px;
}
.c-subscribes__item.disabled .c-subscribes__date,
.c-subscribes__item.disabled .c-subscribes__checkedElem {
  opacity: 0.5;
}
.c-subscribes__elem {
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-subscribes__elem:last-child {
  padding-right: 0;
}
.c-subscribes__elem:last-child {
  border-right: 0;
  max-width: 250px;
  width: 100%;
}
.c-subscribes__checkedElem {
  cursor: pointer;
  font-size: var(--fontSize18);
  line-height: var(--lineHeight);
  width: 600px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-orient: vertical;
}
.c-subscribes__checkedElem:hover {
  text-decoration: underline;
}
.c-subscribes__date {
  text-align: center;
  font-size: var(--fontSize18);
  line-height: var(--lineHeight);
}
.c-subscribes__date > p:not(:last-child) {
  margin-bottom: 8px;
}
.c-subscribes__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.c-subscribes__btns button, .c-subscribes__btns a {
  display: block;
  padding: 2px 0;
  width: 48%;
}

.all-inner-text {
  display: none;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 100%;
  z-index: 99;
  max-width: 550px;
  color: var(--text-dark);
}
.all-inner-text span {
  display: block;
  background: url("../img/close-black.svg") no-repeat center;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.all-inner-text.show {
  display: block;
}

.custom-btn-wrapper {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

.custom-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 30px;
  outline: none;
  padding: 4px;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  border: 1px solid rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.custom-btn:before {
  content: "På";
  display: block;
  background-color: var(--text-light);
  border-radius: 5px;
  color: var(--text-dark);
  width: 50%;
  height: 21px;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.custom-btn:checked:before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  content: "Av";
}

.custom-btn-value {
  display: block;
  position: absolute;
  top: 4px;
  left: 30px;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.custom-btn-value_off {
  left: auto;
  right: 30px;
}

.is-white .c-subscribes .custom-btn:before {
  background-color: var(--bg-dark);
  color: var(--text-light);
}
.is-white .c-subscribes .custom-btn-wrapper .custom-btn-value {
  color: var(--text-dark);
}

.is-grey .c-subscribes .custom-btn {
  border: 1px solid var(--bg-dark);
}
.is-grey .c-subscribes .custom-btn:before {
  background-color: var(--bg-dark);
  color: var(--text-light);
}
.is-grey .c-subscribes .custom-btn-wrapper .custom-btn-value {
  color: var(--text-dark);
}

@media screen and (max-width: 992px) {
  .c-subscribes__item:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
  }
  .c-subscribes__elem {
    padding: 0 10px;
    font-size: 15px;
  }
  .c-subscribes__elem:last-child {
    max-width: 220px;
  }
  .c-subscribes__checkedElem {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 240px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 768px) {
  .c-subscribes__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-subscribes__date {
    width: 48%;
  }
  .c-subscribes__date:nth-child(3) {
    border-right: 1px solid transparent;
  }
  .c-subscribes__elem {
    padding: 0;
  }
  .c-subscribes__elem:last-child {
    margin: 30px auto;
  }
  .c-subscribes__checkedElem {
    width: 100%;
    margin-bottom: 30px;
    border-right: 1px solid transparent;
  }
  .c-subscribes__box {
    margin-top: 30px;
  }
  .c-subscribes__btns button, .c-subscribes__btns a {
    padding: 5px 0;
  }
  .all-inner-text {
    left: 0;
    max-width: 100%;
  }
}
.is-white .custom-btn:before {
  background-color: var(--second-accent);
}
.is-white .custom-btn.subscribe-btn {
  border-color: var(--text-dark);
}
.is-white .custom-btn-value_off {
  color: var(--text-dark);
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff"), url("../fonts/Gilroy-UltraLight.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 200;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("../fonts/PlayfairDisplay-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
  font-weight: 400;
}
.c-form {
  padding: 40px;
  background-color: var(--text-light);
  color: var(--text-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
}
.c-form .c-search__close {
  background: url(../img/close-black.svg) no-repeat center;
}
.c-form_bgc {
  background-color: transparent;
}
.c-form_p0 {
  padding: 0;
}
.c-form_max-width {
  max-width: 610px;
  width: 100%;
}
.c-form__inner {
  margin-bottom: 30px;
}
.c-form__inner .c-filters__sub-title-item {
  color: var(--text-dark);
}
.c-form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-form__box a {
  max-width: 260px;
}
.c-form__contacts a {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form__contacts a svg {
  margin-right: 10px;
}
.c-form__adress li {
  margin-bottom: 30px;
}
.c-form__adress li p:nth-child(1) {
  font-size: var(--fontSize18);
  line-height: var(--lineHeight);
  margin-bottom: 5px;
}
.c-form__adress li p:nth-child(2) {
  font-weight: 500;
  font-size: var(--fontSize20);
  line-height: var(--lineHeight);
  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;
}
.c-form__adress li p:nth-child(2) a span {
  font-weight: 500;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  border-bottom: 1px solid;
}
.c-form__content.cities {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-form__title {
  margin-bottom: 40px;
}
.c-form__title h3 {
  margin-bottom: 30px;
}
.c-form__title p:not(:last-child) {
  margin-bottom: 15px;
}
.c-form__row {
  position: relative;
  margin-bottom: 40px;
}
.c-form__item {
  max-width: 100%;
  width: 100%;
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid var(--color-main50);
  color: var(--text-dark);
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  padding-left: 10px;
  background-color: var(--text-light);
}
.c-form__item.focus {
  border-bottom: 1px solid var(--bg-dark);
}
.c-form__item:-webkit-autofill, .c-form__item:-webkit-autofill:hover, .c-form__item:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--text-dark);
  -webkit-box-shadow: 0 0 0 1000px var(--color-white) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.c-form__item_white {
  border-bottom: 1px solid var(--color-white50);
  color: var(--color-white);
  background-color: transparent;
}
.c-form__item_white.focus {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.c-form__label {
  position: absolute;
  left: 0;
  top: -10px;
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-size: var(--fontSize16);
  cursor: text;
  pointer-events: none;
  line-height: var(--lineHeight);
  color: var(--text-dark50);
  padding-left: 10px;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
}
.c-form__label.focus {
  font-size: var(--fontSize12);
  top: -20px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-form__label_white {
  color: var(--color-white50);
}
.c-form__desc {
  margin-top: 20px;
}
.c-form__map {
  margin: 20px 0 30px;
  position: relative;
}
.c-form__map > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-form__area {
  border: 1px solid var(--color-main50);
  width: 100%;
  min-height: 120px;
  padding: 15px;
  display: block;
  color: var(--text-dark50);
}
.c-form__area::-webkit-input-placeholder, .c-form__area::-moz-placeholder, .c-form__area:-moz-placeholder, .c-form__area:-ms-input-placeholder {
  color: var(--text-dark50);
}
.c-form__search {
  max-width: 380px;
  margin: 0 auto;
}
.c-form .c-search__input {
  border-bottom: 1px solid var(--color-main50);
  color: var(--text-dark);
}
.c-form .c-search__input.focus {
  border-bottom: 1px solid rgb(50, 50, 50);
}
.c-form .c-search__label {
  background-color: var(--text-light);
  color: var(--text-dark50);
}
.c-form .c-search__submit {
  fill: var(--bg-dark);
}

@media screen and (max-width: 992px) {
  .c-form__box {
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
  }
  .c-form__box a {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .c-form {
    padding: 20px;
  }
}
@media screen and (max-width: 577px) {
  .c-form {
    padding: 30px 10px;
  }
  .c-form__label {
    font-size: var(--fontSize12);
  }
  .c-form__adress li p:nth-child(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;
  }
  .c-form__box a {
    max-width: 150px;
  }
}
.h-flex-grow1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.h-flex-column-center {
  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;
}

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

.h-d-block {
  display: block;
}

.h-height-full {
  height: calc(100% - 124px);
}

.h-height-fullvh {
  height: 100vh;
}

.h-w-auto {
  width: auto;
}

.h-mw-full {
  max-width: 100%;
}

.h-w-full {
  width: 100%;
}

.h-mt-0 {
  margin-top: 0;
}

.h-m-auto {
  margin: 0 auto;
}

.h-mt-30 {
  margin-top: 30px;
}

.h-mt-170 {
  margin-top: 170px;
}

.h-mt-50 {
  margin-top: 50px;
}

.h-mb-10 {
  margin-bottom: 10px;
}

.h-mb-20 {
  margin-bottom: 20px;
}

.h-mb-100 {
  margin-bottom: 100px;
}

.h-mb-70 {
  margin-bottom: 70px;
}

.h-mr-10 {
  margin-right: 10px;
}

.h-text-underline {
  text-decoration: underline;
}

.uni-section {
  padding: 40px 0 150px;
}

.section-indent {
  padding: 75px 0;
}
.section-indent_pt200 {
  padding-top: 200px;
}

.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header.dark-blue {
  background-color: var(--bg-dark);
  color: var(--text-light);
}
.header.dark-blue .c-header-nav__menu-list .c-header-nav__menu-item::before {
  background-color: var(--text-light);
}
.header.dark-blue .c-header-nav__menu-list .c-header-nav__menu-item:after {
  background: url(../img/menu-arrow.svg) no-repeat center;
}
.header.main-header {
  background-image: var(--mainbg);
  height: 100vh;
  min-height: 750px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: var(--text-light);
}
.header_height {
  height: calc(100% - 174px);
}

.is-white .header.about-header {
  background-image: url(../img/mainbg.png);
  height: 100vh;
}

.is-blue .header.about-header {
  background-image: url(../img/mainbg.png);
  height: 100vh;
}

.is-violet .header.about-header {
  background-image: url(../img/violet-bg.png);
  height: 100vh;
}

.is-grey .header.about-header {
  background-image: url(../img/violet-bg.png);
  height: 100vh;
}

.is-white header.transparent-header .c-header-nav .logo svg {
  fill: var(--bg-dark);
}
.is-white header.transparent-header .c-header-nav__menu-item:last-child:after {
  background: url(../img/menu-arrow-black.svg) no-repeat center;
}
.is-white header.transparent-header .c-header-nav__menu-item:before {
  background-color: var(--text-dark);
}
.is-white header.transparent-header .c-header-nav__search svg {
  fill: var(--text-dark);
}
.is-white header.transparent-header .c-header-nav__search p:before {
  background-color: var(--text-dark);
}

.is-grey header.transparent-header .c-header-nav__menu-item:before {
  background-color: var(--text-dark);
}
.is-grey header.transparent-header .c-header-nav__menu-item:last-child:after {
  background: url(../img/menu-arrow-black.svg) no-repeat center;
}
.is-grey header.transparent-header .c-header-nav__search svg {
  fill: var(--text-dark);
}
.is-grey header.transparent-header .c-header-nav__search p:before {
  background-color: var(--text-dark);
}

.c-header-nav {
  padding-top: 30px;
  padding-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-header-nav__menu {
  max-width: 590px;
  width: 100%;
  margin-left: 60px;
}
.c-header-nav__menu-list {
  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;
  width: 100%;
}
.c-header-nav__menu-item {
  position: relative;
  font-weight: 400;
  font-size: var(--fontSize18);
  line-height: var(--lineHeight);
}
.c-header-nav__menu-item:before {
  display: block;
  text-decoration: none;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--text-light);
  position: absolute;
  bottom: -3px;
  -webkit-transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  border-radius: 5px;
}
.c-header-nav__menu-item:hover:before {
  width: 100%;
  -webkit-transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  -o-transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.c-header-nav__menu-item.positionLeft:before {
  left: 0;
}
.c-header-nav__menu-item.positionRight:before {
  right: 0;
}
.c-header-nav__menu-item.ltr:before {
  right: 0;
}
.c-header-nav__menu-item.ltr:hover:before {
  left: 0;
  right: auto;
}
.c-header-nav__menu-item.rtl:before {
  left: 0;
}
.c-header-nav__menu-item.rtl:hover:before {
  right: 0;
  left: auto;
  border-radius: 5px;
}
.c-header-nav__menu-item.mobile-elem {
  display: none;
}
.c-header-nav__menu-item.current-item:before {
  width: 100%;
  -webkit-transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  -o-transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  left: 0;
}
.c-header-nav__menu-item:last-child {
  padding-right: 20px;
}
.c-header-nav__menu-item:last-child:after {
  content: "";
  background: url(../img/menu-arrow.svg) no-repeat center;
  width: 13px;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-header-nav__menu-item:last-child:hover:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-header-nav__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 60px;
}
.c-header-nav__search svg {
  margin-right: 10px;
  fill: var(--color-white);
}
.c-header-nav__search:hover p:before {
  width: 100%;
  -webkit-transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  -o-transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  left: 0;
}
.c-header-nav__search p {
  position: relative;
}
.c-header-nav__search p:before {
  display: block;
  text-decoration: none;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--color-white50);
  position: absolute;
  right: 0;
  bottom: -3px;
  -webkit-transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.c-header-nav__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-header-nav__custom-link {
  max-width: 201px;
  width: 100%;
  text-align: center;
  color: var(--text-dark);
  font-weight: 500;
  font-size: var(--fontSize16);
  background-color: var(--accent);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: var(--lineHeight);
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-header-nav__custom-link.showOnMobile {
  display: none;
}
.c-header-nav__mobile-menu {
  display: none;
  width: 19px;
  height: 15px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 110;
}
.c-header-nav__mobile-menu span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--text-light);
}
.c-header-nav__mobile-menu span:before, .c-header-nav__mobile-menu span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--text-light);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-header-nav__mobile-menu span:after {
  top: auto;
  bottom: 0;
}
.c-header-nav__mobile-menu.active span {
  background-color: transparent;
}
.c-header-nav__mobile-menu.active span:before {
  -webkit-transform: translate(0, 5px) rotate(45deg);
      -ms-transform: translate(0, 5px) rotate(45deg);
          transform: translate(0, 5px) rotate(45deg);
}
.c-header-nav__mobile-menu.active span:after {
  -webkit-transform: translate(0, -9px) rotate(-45deg);
      -ms-transform: translate(0, -9px) rotate(-45deg);
          transform: translate(0, -9px) rotate(-45deg);
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: var(--text-light);
  width: 145px;
  color: var(--text-dark);
  top: 100%;
  left: 0;
  padding: 10px;
  z-index: 9;
  border-radius: 5px;
}
.dropdown-menu.active {
  display: block;
}
.dropdown-menu .dropdown-menu__item {
  position: relative;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.dropdown-menu .dropdown-menu__item:before {
  display: block;
  text-decoration: none;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--bg-dark);
  position: absolute;
  right: 0;
  bottom: -3px;
  -webkit-transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.dropdown-menu .dropdown-menu__item:hover:before {
  width: 100%;
  -webkit-transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  -o-transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  left: 0;
}
.dropdown-menu .dropdown-menu__item:not(:last-child) {
  margin-bottom: 10px;
}
.dropdown-menu .dropdown-menu__item.current-item:before {
  width: 100%;
}

.is-violet .accent-btn, .is-grey .accent-btn {
  color: var(--color-white);
}

@media screen and (max-width: 1200px) {
  .c-header-nav__menu {
    max-width: 520px;
    margin-left: 35px;
  }
  .c-header-nav__search {
    margin-right: 35px;
  }
}
@media screen and (max-width: 992px) {
  body.is-white .c-header-nav__custom-link {
    background-color: var(--accent);
    color: var(--text-dark);
  }
  body.is-white .c-header-nav__custom-link:hover {
    background-color: var(--accent-hover);
  }
  .c-header-nav {
    position: static;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
  }
  .c-header-nav .logo {
    height: 35px;
    min-width: 35px;
  }
  .c-header-nav .logo span:nth-child(2) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
    height: 2px;
    width: 35px;
  }
  .c-header-nav .logo span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    height: 2px;
    width: 35px;
  }
  .c-header-nav .logo span:nth-child(4) {
    top: 35px;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    height: 35px;
    width: 2px;
  }
  .c-header-nav .logo span:nth-child(5) {
    top: -35px;
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    -webkit-animation-delay: 1.15s;
            animation-delay: 1.15s;
    height: 35px;
    width: 2px;
  }
  .c-header-nav .logo svg {
    width: 35px;
    height: 35px;
  }
  .c-header-nav__menu {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: auto;
    margin-left: 0;
    color: var(--color-white);
  }
  .c-header-nav__menu-list.mobile-menu {
    -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: 10px 0 0;
    background-color: var(--bg-dark);
  }
  .c-header-nav__menu-list.mobile-menu .c-header-nav__menu-item {
    padding: 10px 0;
    width: 100%;
    font-size: var(--fontSize14);
    line-height: var(--lineHeight);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .c-header-nav__menu-list.mobile-menu .c-header-nav__menu-item.current-item {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .c-header-nav__menu-list.mobile-menu .c-header-nav__menu-item:before {
    display: none;
  }
  .c-header-nav__menu-item.mobile-elem {
    display: block;
  }
  .c-header-nav__mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-header-nav__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
  }
  .c-header-nav__inner {
    max-width: 280px;
    width: 100%;
    height: 100%;
    padding: 85px 20px 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--bg-dark);
    z-index: 100;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
            transform: translateX(-500px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .c-header-nav__inner.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    height: 100vh;
  }
  .c-header-nav__search {
    margin-right: 0;
  }
  .c-header-nav__search svg {
    margin-right: 0;
  }
  .c-header-nav__search p, .c-header-nav__custom-link {
    display: none;
    font-size: var(--fontSize14);
  }
  .c-header-nav__search p.showOnMobile, .c-header-nav__custom-link.showOnMobile {
    display: block;
  }
  .c-header-nav #dropdown {
    background-color: transparent;
    color: var(--color-white);
    padding-left: 0;
    padding-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-header-nav #dropdown .dropdown-menu__item {
    font-size: var(--fontSize12);
  }
  .c-header-nav #dropdown .dropdown-menu__item:before {
    background-color: var(--text-light);
  }
  @-webkit-keyframes preloader5 {
    100% {
      top: 0;
    }
  }
  @keyframes preloader5 {
    100% {
      top: 0;
    }
  }
  @keyframes preloader5 {
    100% {
      top: -12px;
    }
  }
}
@media screen and (max-width: 768px) {
  .c-header-nav {
    padding: 10px 0;
  }
  .c-header-nav__search.mobile-hidden {
    display: none;
  }
  @-webkit-keyframes preloader5 {
    100% {
      top: 0;
    }
  }
  @keyframes preloader5 {
    100% {
      top: 0;
    }
  }
  @keyframes preloader5 {
    100% {
      top: -12px;
    }
  }
}
.c-offer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.c-offer__description {
  max-width: 570px;
  margin: 30px auto 0;
  font-size: var(--fontSize18);
  text-align: center;
  font-weight: 300;
}
.c-offer__description a {
  display: inline;
  border-bottom: 1px solid var(--color-white50);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-offer__description a:hover {
  border-bottom: 1px solid transparent;
}
.c-offer_center {
  text-align: center;
}
.c-offer_pt70 {
  padding-top: 70px;
}
.c-offer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-offer__box {
  max-width: 540px;
  width: 100%;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-offer__box_home-page {
  max-width: 810px;
}
.c-offer__title_pt40 {
  padding-top: 40px;
}
.c-offer__title_mr60 {
  margin-right: 60px;
}
.c-offer__text {
  text-align: left;
  padding-top: 40px;
  font-weight: 300;
}
.c-offer__text p:not(:last-child) {
  margin-bottom: 20px;
}
.c-offer__form {
  max-width: 610px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 992px) {
  .c-offer__box {
    max-width: 640px;
    margin: 50px auto 0;
  }
  .c-offer__block {
    -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;
  }
  .c-offer__block .c-offer__title,
.c-offer__block .c-offer__text {
    text-align: center;
  }
  .c-offer__block .c-offer__title {
    margin-right: 0;
    max-width: 700px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-offer__box {
    -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;
  }
  .c-offer__description {
    max-width: 370px;
  }
}
@media screen and (max-width: 577px) {
  .c-offer__box .button-default {
    max-width: 200px;
    width: 100%;
    padding: 12px 0;
    font-size: var(--fontSize14);
  }
}
@media screen and (max-width: 480px) {
  .c-offer__box {
    max-width: 300px;
  }
}
.block-sale {
  max-width: 1060px;
  margin: 0 auto;
  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;
}
.block-sale__title {
  max-width: 520px;
  text-align: center;
}
.block-sale__title p {
  margin: 20px auto 0;
  font-size: var(--fontSize18);
}

.block-main-cards__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-main-cards__list li {
  width: 48%;
  height: 545px;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-main-cards__list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.block-main-cards__list li a {
  width: 100%;
  height: 100%;
  pointer-events: visible;
  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;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
  color: var(--text-light);
}
.block-main-cards__list li a:before {
  content: "";
  width: 93%;
  height: 93%;
  border: 1px solid var(--text-light);
  border-radius: 5px;
  position: absolute;
  left: calc(4% - 2px);
  top: calc(4% - 2px);
  z-index: 10;
  -webkit-animation-name: scale_out;
          animation-name: scale_out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.block-main-cards__list li:hover .block-main-cards__img > img {
  scale: 1.05;
}
.block-main-cards__list li:nth-child(1) img {
  content: var(--main-1);
}
.block-main-cards__list li:nth-child(2) img {
  content: var(--main-2);
}
.block-main-cards__list li:nth-child(3) img {
  content: var(--main-3);
}
.block-main-cards__list li:nth-child(4) img {
  content: var(--main-4);
}
.block-main-cards__text {
  max-width: 420px;
  position: relative;
}
.block-main-cards__text h2 {
  text-align: center;
}
.block-main-cards__text p:nth-child(2) {
  text-align: center;
  margin: 15px auto 0;
  font-size: var(--fontSize18);
  line-height: var(--lineHeight);
  font-weight: 300;
}
.block-main-cards__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block-main-cards__img > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
}

@-webkit-keyframes scale_in {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}

@keyframes scale_in {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}
@-webkit-keyframes scale_out {
  from {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale_out {
  from {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.block-main-info__title {
  text-align: center;
}
.block-main-info__title p {
  max-width: 500px;
  font-size: var(--fontSize18);
  margin: 30px auto 30px;
  text-align: center;
  font-weight: 300;
}
.block-main-info__btn {
  margin: 60px auto 0;
}

#footer.dark-blue {
  background-color: var(--bg-dark);
  color: var(--text-light);
}
#footer.dark-blue .block-footer {
  border-top: 1px solid var(--color-white50);
}
#footer.dark-blue .block-footer p {
  color: var(--color-white50);
}

.block-footer {
  border-top: 1px solid var(--color-white50);
  padding-bottom: 30px;
  padding-top: 20px;
}
.block-footer p {
  margin-top: 10px;
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
  text-align: center;
  color: var(--color-white50);
}
.block-footer a {
  text-decoration: underline;
  display: inline-block;
}
.block-footer a:hover {
  text-decoration: none;
}

.catalog {
  padding-top: 20px;
}

.sticky_bottom {
  min-height: 100%;
  position: relative;
  width: 360px;
  margin-right: 40px;
}

.c-filters {
  background-color: var(--bg-light-dark);
  height: auto;
  padding: 30px;
  color: var(--color-white);
  -ms-flex-item-align: start;
      align-self: start;
  margin: 0;
  width: inherit;
  position: inherit;
  border-radius: 5px;
}
.c-filters.pd-20 {
  padding: 20px;
}
.c-filters .search-submit {
  background-size: 19px 19px;
}
.c-filters__search-region {
  margin-top: 40px;
}
.c-filters__search-region .search-close {
  top: calc(50% - 10px);
  right: 0;
}
.c-filters__title {
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  margin-bottom: 10px;
}
.c-filters__title_dropdown {
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.c-filters__title_dropdown:before {
  content: "";
  background: url(../img/menu-arrow.svg) no-repeat center;
  width: 13px;
  height: 8px;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-filters__title_dropdown.before:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-filters__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3px;
}
.c-filters__sub-title-item {
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
  color: var(--color-white50);
}
.c-filters__sub-title-item_w140 {
  width: 140px;
}
.c-filters__sub-title-item_w180 {
  width: 180px;
}
.c-filters__map {
  margin-top: 40px;
}
.c-filters__map-search {
  margin-top: 20px;
}
.c-filters__map .search-submit {
  display: none;
}
.c-filters__map .search-close {
  top: calc(50% - 10px);
  right: 0;
}
.c-filters__map-img {
  margin-bottom: 30px;
  margin-top: 20px;
}
.c-filters__map-img > img {
  border-radius: 5px;
}
.c-filters__map-range_mt25 {
  margin-top: 25px;
}
.c-filters__map-range_mb15 {
  margin-bottom: 15px;
}
.c-filters__map-inner {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-filters__map-box {
  max-width: 92%;
}
.c-filters__list_columns {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.c-filters__list_columns > li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.c-filters__range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 1px;
  background-color: var(--color-white50);
  outline: none;
  cursor: pointer;
}
.c-filters__range::-webkit-slider-thumb, .c-filters__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 9px;
  height: 25px;
  background-color: var(--text-light);
  cursor: pointer;
  pointer-events: visible;
}
.c-filters__range-count {
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  display: block;
  color: var(--color-white);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -42px);
      -ms-transform: translate(-50%, -42px);
          transform: translate(-50%, -42px);
}
.c-filters__range-wrap, .c-filters__range-wrap2 {
  position: relative;
  padding-bottom: 7px;
}
.c-filters__range-wrap .bubble2, .c-filters__range-wrap2 .bubble2 {
  color: var(--text-dark);
}
.c-filters__range-wrap .range2::-webkit-slider-thumb, .c-filters__range-wrap2 .range2::-webkit-slider-thumb {
  background-color: var(--bg-dark);
}
.c-filters__row {
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  color: #FFFFFF;
}
.c-filters__uni-slider {
  padding: 37px 12px 15px 5px;
}
.c-filters__value-slider {
  margin-top: 10px;
}
.c-filters__value-slider_mt0 {
  margin-top: 0;
}
.c-filters__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-filters__values span {
  margin: 5px 5px 0;
}
.c-filters__values input {
  border-radius: 5px;
}
.c-filters__value {
  display: block;
  width: 140px;
  padding: 6px 0;
  color: var(--color-white80);
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--color-white);
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
}
.c-filters__value::-webkit-inner-spin-button {
  display: none;
}
.c-filters__value_w180 {
  width: 180px;
}
.c-filters__value_w140 {
  width: 140px;
}
.c-filters__value:focus {
  opacity: 1;
}
.c-filters__value:hover {
  opacity: 1;
}
.c-filters__dropdowns {
  margin-bottom: 20px;
}
.c-filters__dropdowns-list {
  display: none;
}
.c-filters__dropdowns-list > li:not(:first-child) .c-radio__label {
  border-left: 1px solid transparent;
}
.c-filters__dropdowns-list > li:first-child .c-radio__label {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.c-filters__dropdowns-list > li:last-child .c-radio__label {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.c-filters__dropdowns-list.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  animation: animate 1s linear forwards;
  -webkit-animation: animate 1s linear forwards;
}
.c-filters__dropdowns-list-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-filters__dropdowns-list-item_w100 {
  width: 100%;
}
.c-filters__dropdowns-roomcount {
  padding: 37px 0 0;
  margin-top: 20px;
}
.c-filters__dropdowns-roomcount-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
  color: var(--color-white50);
}
.c-filters__dropdowns-roomcount-line li {
  width: 8px;
}
.c-filters__btns {
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.c-filters__btns button {
  max-width: 140px;
  padding: 8px 0;
}
.c-filters__close {
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-white);
  padding: 0;
  border-bottom: 1px solid;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-filters__close:hover {
  border-bottom: 1px solid transparent;
}
.c-filters__reset {
  display: none;
  padding: 20px 10px;
  background-color: var(--text-light);
  color: var(--text-dark);
  width: 320px;
  position: absolute;
  right: -10px;
  bottom: 50px;
  -webkit-animation: fadeIn 0.5s linear forwards;
          animation: fadeIn 0.5s linear forwards;
}
.c-filters__reset p {
  margin-bottom: 20px;
}
.c-filters__reset.active {
  display: block;
}
.c-filters__reset-btns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .c-filters {
    padding: 10px;
  }
  .c-filters__value {
    max-width: 105px;
  }
  .c-filters__btns button {
    font-size: var(--fontSize14);
    max-width: 110px;
  }
}
@media screen and (max-width: 992px) {
  .c-filters {
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 100;
  }
  .c-filters.active {
    display: block;
    padding: 20px;
  }
  .c-filters__map-inner {
    grid-template-columns: 1fr;
  }
  .c-filters__map-box {
    max-width: 100%;
  }
  .sticky_bottom {
    width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .c-filters__sub-title-item_w180 {
    width: 110px;
  }
  .c-filters__sub-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 481px) {
  .c-filters__list_columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin-top: 20px;
  }
}
.block-catalog {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.block-catalog__content {
  padding-top: 27px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 999;
      -ms-flex-positive: 999;
          flex-grow: 999;
  min-width: 40%;
}
.block-catalog__content h3 {
  font-weight: 400;
}
.block-catalog__sort {
  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;
}
.block-catalog__sort-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-catalog__sort-day li {
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  color: var(--color-white80);
  border-bottom: 1px solid var(--color-white80);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__sort-day li.active {
  color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
}
.block-catalog__sort-day li:hover {
  color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
}
.block-catalog__sort-day li:not(:first-child) {
  margin-left: 20px;
}
.block-catalog__sort-view {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.block-catalog__sort-view svg {
  fill: var(--color-white);
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__sort-view p:hover svg, .block-catalog__sort-view p.active svg {
  opacity: 1;
}
.block-catalog__sort-view p:nth-child(2) svg {
  margin-left: 10px;
}
.block-catalog__sort-types {
  margin-left: 50px;
  font-size: var(--fontSize14);
  cursor: pointer;
  line-height: var(--lineHeight);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.block-catalog__sort-types svg {
  margin-left: 7px;
  fill: var(--color-white);
}
.block-catalog__sort-types ul {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 120px);
  background-color: var(--text-light);
  width: 240px;
  z-index: 100;
  padding: 5px;
  -webkit-animation: fadeIn 0.5s linear forwards;
          animation: fadeIn 0.5s linear forwards;
}
.block-catalog__sort-types ul.active {
  display: block;
}
.block-catalog__sort-types ul li:not(:last-child) {
  margin-bottom: 5px;
}
.block-catalog__sort-types ul li a {
  position: relative;
  font-size: var(--fontSize14);
  color: var(--text-dark);
  line-height: var(--lineHeight);
  background-color: var(--text-light);
  padding: 7px 0;
  padding-left: 45px;
  border: 1px solid var(--color-main50);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.block-catalog__sort-types ul li a:before {
  display: none;
  content: "";
  background: url(../img/check-select.svg) no-repeat center;
  width: 17px;
  height: 13px;
  position: absolute;
  left: 12px;
  top: calc(50% - 7px);
}
.block-catalog__sort-types ul li a:hover {
  background-color: var(--bg-dark);
  color: var(--color-white);
}
.block-catalog__sort-types ul li a.active {
  background-color: var(--bg-dark);
  color: var(--color-white);
}
.block-catalog__sort-types ul li a.active:before {
  display: block;
}
.block-catalog__sort-title {
  padding-right: 15px;
  position: relative;
}
.block-catalog__sort-title svg {
  position: absolute;
  right: 0;
  top: 2px;
  pointer-events: none;
}
.block-catalog__sort-show-items {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
}
.block-catalog__sort-show-items span {
  padding-left: 5px;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
}
.block-catalog__sort-show-items span.active {
  opacity: 1;
}
.block-catalog__sort-show-items span:not(:last-child) {
  padding-right: 5px;
}
.block-catalog__sort-show-items span:not(:last-child):before {
  content: "";
  height: 80%;
  width: 1px;
  background-color: var(--text-light);
  position: absolute;
  right: 0;
  top: 2px;
}
.block-catalog__sort-show-items p {
  padding-right: 5px;
}
.block-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.block-catalog__list.tile {
  margin-right: -35px;
  animation: animate 1s linear forwards;
  -webkit-animation: animate 1s linear forwards;
}
.block-catalog__list.tile .block-catalog__item {
  margin-bottom: 30px;
  width: 46%;
  margin-right: 30px;
}
.block-catalog__list.tile .block-catalog__item-box {
  max-width: 100%;
}
.block-catalog__list.tile .block-catalog__item-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-catalog__list.tile .block-catalog__item-link:before {
  width: 104%;
  height: 103%;
  left: -7px;
  top: -9px;
  border-radius: 5px;
}
.block-catalog__list.tile .block-catalog__item-link:after {
  display: none;
}
.block-catalog__list.tile .block-catalog__item-img-slider {
  overflow: hidden;
}
.block-catalog__list.tile .block-catalog__item-info {
  margin-left: 0;
  max-width: 100%;
  margin-top: 10px;
  padding-bottom: 5px;
}
.block-catalog__list.tile .block-catalog__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.block-catalog__list.tile .block-catalog__item-desc {
  margin-top: 7px;
}
.block-catalog__list.tile .block-catalog__item-adress,
.block-catalog__list.tile .block-catalog__item-cost-name,
.block-catalog__list.tile .block-catalog__item-cost-price span:nth-child(2),
.block-catalog__list.tile .block-catalog__item-about li:not(:nth-child(4)) .block-catalog__item-about-title,
.block-catalog__list.tile .block-catalog__item-about li:nth-child(2),
.block-catalog__list.tile .block-catalog__item-about li:nth-child(3),
.block-catalog__list.tile .block-catalog__item-about li:nth-child(5),
.block-catalog__list.tile .block-catalog__item-about li:nth-child(7),
.block-catalog__list.tile .block-catalog__item-about li:nth-child(8) {
  display: none;
}
.block-catalog__list.tile .block-catalog__item-cost,
.block-catalog__list.tile .block-catalog__item-about li {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-catalog__list.tile .block-catalog__item-cost-price {
  margin-top: 0;
}
.block-catalog__list.tile .block-catalog__item-about {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.block-catalog__list.tile .block-catalog__item-about-text {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 0;
  margin-right: 2px;
}
.block-catalog__list.tile .block-catalog__item-about-title {
  font-weight: 200;
  text-transform: lowercase;
}
.block-catalog__list.tile .block-catalog__item-about-title:after {
  display: none;
}
.block-catalog__list.tile .block-catalog__item-about li:nth-child(6) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.block-catalog__list.tile .block-catalog__item-about li {
  width: auto;
  padding: 0 1px;
  position: relative;
}
.block-catalog__list.tile .block-catalog__item-about li:not(:nth-child(4)):before {
  content: ",";
  display: inline-block;
}
.block-catalog__list.tile .block-catalog__item-button {
  bottom: 5px;
}
.block-catalog__list.tile .block-catalog__item-link:after {
  bottom: 0;
}
.block-catalog__list.tile .block-catalog__item-about li {
  margin-top: 0;
}
.block-catalog__list.tile .block-catalog__item-about li:not(:nth-child(1)):not(:nth-child(5)) {
  width: auto;
}
.block-catalog__item {
  margin-bottom: 20px;
  width: 100%;
  font-weight: 200;
}
.block-catalog__item-wrpr {
  position: relative;
  width: 100%;
}
.block-catalog__item-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__item-link:before {
  content: "";
  background-color: var(--bg-light-dark);
  width: 102%;
  height: 106%;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: -8px;
  top: -8px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__item-link:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-white50);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__item-link:hover:before {
  opacity: 1;
}
.block-catalog__item-link:hover:after {
  background-color: rgb(50, 50, 50);
}
.block-catalog__item-link:hover .block-catalog__item-button {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__item-link:hover .slick-arrow {
  opacity: 1;
}
.block-catalog__item-box {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  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;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__item-slide-count {
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  width: 70px;
  height: 45px;
  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;
  background-color: var(--color-main50);
}
.block-catalog__item-slide-count span {
  font-size: var(--fontSize12);
}
.block-catalog__item-visit {
  height: 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__item-visit.bg {
  background-color: var(--color-main50);
  border-top-right-radius: 5px;
}
.block-catalog__item-visit:hover .block-catalog__item-visit_width {
  background-color: var(--color-main80);
}
.block-catalog__item-visit p {
  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;
  font-weight: 200;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
}
.block-catalog__item-visit p span:nth-child(1) {
  padding-right: 5px;
}
.block-catalog__item-visit_width {
  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;
  max-width: 220px;
  margin-left: auto;
  height: 100%;
  width: 100%;
  padding-right: 5px;
  padding-left: 10px;
  border-top-right-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__item-visit_width.bg {
  background-color: var(--color-main50);
}
.block-catalog__item-3d {
  width: 70px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-main50);
  border-top-left-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__item-3d:hover {
  background-color: var(--color-main80);
}
.block-catalog__item-img-slider {
  max-width: 436px;
  line-height: 0;
  position: relative;
  border-radius: 5px;
}
.block-catalog__item-img-slider .slick-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 70px;
  height: 82%;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__item-img-slider .slick-arrow:hover .btn-wrp {
  background-color: var(--color-main80);
}
.block-catalog__item-img-slider .slick-arrow .btn-wrp {
  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: 35px;
  height: 35px;
  margin-bottom: 28px;
  border-radius: 5px;
  background-color: var(--color-main50);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__item-img-slider .slick-arrow .btn-wrp svg {
  stroke: var(--text-light);
}
.block-catalog__item-img-slider .slick-arrow.slick-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 5px;
}
.block-catalog__item-img-slider .slick-arrow.slick-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block-catalog__item-img-slider .slick-arrow.slick-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 5px;
  left: auto;
  right: 0;
}
.block-catalog__item-info {
  margin-top: -8px;
  margin-left: 20px;
  max-width: 394px;
  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;
}
.block-catalog__item-desc {
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.block-catalog__item-desc, .block-catalog__item-adress {
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  max-width: 380px;
}
.block-catalog__item-adress {
  margin-top: 5px;
  font-size: var(--fontSize12);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.block-catalog__item-cost {
  margin-top: 10px;
}
.block-catalog__item-cost-name {
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  font-weight: 500;
}
.block-catalog__item-cost-price {
  margin-top: 4px;
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
}
.block-catalog__item-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-catalog__item-about li {
  width: 28%;
  margin-top: 10px;
}
.block-catalog__item-about li:not(:nth-child(1)):not(:nth-child(5)) {
  width: 22%;
}
.block-catalog__item-about-title {
  font-weight: 500;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  position: relative;
}
.block-catalog__item-about-title:after {
  content: ":";
  display: inline-block;
  margin-left: -3px;
}
.block-catalog__item-about-text {
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  margin-top: 3px;
}
.block-catalog__item-about-text span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  vertical-align: text-top;
}
.block-catalog__item-button {
  max-width: 140px;
  font-weight: 300;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: var(--fontSize14);
  padding: 7px 0;
  text-align: center;
  z-index: 10;
  color: var(--color-white);
  background: var(--color-main60);
  position: absolute;
  bottom: 9px;
  left: calc(50% - 70px);
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-catalog__item-button:hover {
  background: var(--color-main80);
}
.block-catalog__item-button span {
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
}

.product.uni-section {
  padding: 40px 0 70px;
}

.block-product__title h3 {
  max-width: 860px;
}
.block-product__title-box {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.block-product__title-box p {
  font-size: var(--fontSize18);
  line-height: 1.2em;
  font-weight: 300;
}
.block-product__title-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 300;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  text-decoration: underline;
  position: relative;
  margin-left: 30px;
}
.block-product__title-box a svg {
  fill: var(--text-light);
  padding-right: 10px;
}
.block-product__photo-gallery {
  margin-top: 20px;
  position: relative;
}
.block-product__photo-gallery img {
  border-radius: 5px;
}
.block-product__photo-gallery-inner {
  position: relative;
  width: calc(100% - 120px);
  line-height: 0;
}
.block-product__photo-gallery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 30px;
  width: 100%;
  color: var(--color-white);
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(50, 50, 50, 0.7);
  border-radius: 0 0 5px 5px;
}
.block-product__photo-gallery-box p {
  max-width: 630px;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  margin-right: 80px;
  font-weight: 200;
}
.block-product__slider {
  width: 100%;
}
.block-product__slider-count {
  z-index: 50;
  max-width: 60px;
  width: 100%;
  font-weight: 200;
}
.block-product__slider-btn {
  display: block;
  width: 100%;
  max-width: 106px;
  font-weight: 300;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
  padding: 6px 0;
  text-align: center;
  z-index: 10;
  color: var(--color-white);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-product__slider-btn .slider__counter {
  padding-left: 3px;
  display: none;
}
.block-product__slider-btn:hover {
  background-color: var(--color-main50);
  font-weight: 400;
}
.block-product__slider-plan {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: none;
  border-radius: 5px;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-product__slider-plan:hover {
  background-color: var(--color-main50);
}
.block-product__slider .btn-wrp {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
}
.block-product__slider .slick-arrow {
  background-color: transparent;
  border: none;
  position: absolute;
  bottom: 5px;
  right: 25px;
  z-index: 50;
  cursor: pointer;
  max-width: 25px;
}
.block-product__slider .slick-arrow svg {
  stroke: var(--color-white50);
  fill: #fff;
}
.block-product__slider .slick-arrow.slick-prev {
  right: 67px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block-product__sub-slider {
  max-width: 110px;
  height: 100%;
  overflow: hidden;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.block-product__sub-slider .slick-slide {
  margin-bottom: 6px;
}
.block-product__sub-slider .slick-arrow {
  background-color: var(--color-main50);
  border: none;
  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%;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  cursor: pointer;
  padding: 0;
}
.block-product__sub-slider .slick-arrow .btn-wrp {
  width: 100%;
  height: 100%;
}
.block-product__sub-slider .slick-arrow.slick-next {
  top: auto;
  bottom: 0;
}
.block-product__sub-slider .slick-arrow.slick-next .btn-wrp svg {
  -webkit-transform: rotate(90deg) translateX(-5px);
      -ms-transform: rotate(90deg) translateX(-5px);
          transform: rotate(90deg) translateX(-5px);
}
.block-product__sub-slider .slick-arrow.slick-prev .btn-wrp svg {
  -webkit-transform: rotate(-90deg) translateX(5px);
      -ms-transform: rotate(-90deg) translateX(5px);
          transform: rotate(-90deg) translateX(5px);
}
.block-product__sub-slider .slick-arrow svg {
  stroke: var(--color-white50);
  width: 12px;
}
.block-product__sub-slider .slick--slide {
  margin: 1px 0 0;
}
.block-product__sub-slider .slick-list {
  margin-top: -1px;
}
.block-product__info {
  background-color: var(--text-light);
  padding: 20px 30px 20px 15px;
  width: 100%;
  margin-top: var(--fontSize14);
  border-radius: 5px;
}
.block-product__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-product__info-list li {
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  color: var(--text-dark);
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
}
.block-product__info-list li:not(:first-child):before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-main50);
  position: absolute;
  left: 0;
  top: 0;
}
.block-product__info-list li p:nth-child(1) {
  font-weight: 600;
  margin-bottom: 6px;
}
.block-product__info-list li p:nth-child(2) span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  vertical-align: text-top;
  line-height: var(--lineHeight);
  margin-top: 1px;
  border-radius: 5px;
}
.block-product__manager {
  margin: 0 auto;
  max-width: 440px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-product__manager-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-product__manager-info {
  max-width: 260px;
  width: 100%;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-product__manager-name {
  font-family: "Jost", sans-serif;
  font-size: var(--fontSize24);
  line-height: var(--lineHeight);
}
.block-product__manager-type {
  margin-top: 5px;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
}
.block-product__manager-contacts {
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block-product__photo img {
  border-radius: 5px;
  content: var(--partner);
}

.product-info {
  background-color: var(--text-light);
  padding-top: 70px;
}
.product-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.product-info__main {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 40%;
  -webkit-box-flex: 999;
      -ms-flex-positive: 999;
          flex-grow: 999;
  color: var(--text-dark);
}
.product-info__main-btn {
  margin: 60px auto 0;
  max-width: 300px;
}
.product-info__main-btn:hover {
  background-color: var(--bg-dark);
  color: var(--color-white);
}
.product-info__menu {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
  height: 100%;
  background-color: var(--bg-dark);
  color: var(--color-white);
  padding: 30px;
  margin-right: 50px;
  --offset: var(--space);
  -ms-flex-item-align: start;
      align-self: start;
  position: sticky;
  top: var(--offset);
  border-radius: 5px;
}
.product-info__menu-title {
  text-align: center;
  padding-bottom: 20px;
}
.product-info__menu-title ul {
  margin-top: 20px;
}
.product-info__menu-title ul li {
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
}
.product-info__menu-title ul li:not(:last-child) {
  margin-bottom: 15px;
}
.product-info__menu-btn:not(:last-child) {
  margin-bottom: 20px;
}
.product-info__social {
  margin-top: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 0;
  max-width: 260px;
  width: 100%;
}
.product-info__social a {
  height: 100%;
}
.product-info__social a:hover svg {
  fill: var(--color-white);
}
.product-info__social svg {
  fill: var(--text-light);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.c-accord {
  overflow: hidden;
}
.c-accord__caption > li {
  border-bottom: 1px solid var(--color-main50);
}
.c-accord__caption > li.active > p:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-accord__caption-title {
  font-family: "Jost", sans-serif;
  font-size: var(--fontSize24);
  line-height: var(--lineHeight);
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}
.c-accord__caption-title:before {
  content: "";
  background-image: url(../img/menu-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: var(--fontSize14);
  height: 7px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-accord__content {
  margin-top: 0;
  max-width: 820px;
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.c-accord__content img {
  border-radius: 5px;
}
.c-accord__content.active {
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.c-accord__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-accord__content-list li {
  text-align: center;
  width: 33%;
}
.c-accord__content-list li:nth-child(-n+3) {
  margin-bottom: 20px;
}
.c-accord__content-list li p {
  max-width: 250px;
}
.c-accord__content-list li p:nth-child(1) {
  font-size: 60px;
  line-height: var(--lineHeight);
}
.c-accord-btn {
  padding: 10px 0;
  max-width: 360px;
}

@media screen and (max-width: 1200px) {
  .c-accord__content-list li {
    width: 48%;
  }
}
@media screen and (max-width: 992px) {
  .c-accord-btn {
    max-width: 260px;
  }
}
.infrastructure__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infrastructure__item {
  width: 31%;
}
.infrastructure__title {
  text-align: center;
}
.infrastructure__name {
  font-size: 22px;
  line-height: var(--lineHeight);
  width: 80%;
}
.infrastructure__name_fz12 {
  font-size: var(--fontSize12);
}
.infrastructure__sublist {
  margin-top: 20px;
}
.infrastructure__subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.infrastructure__subitem p {
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
}
.infrastructure__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  min-width: 55px;
}
.infrastructure__box span {
  display: block;
  margin-left: 10px;
  font-weight: 500;
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
  width: 42px;
}
.infrastructure__objects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(50, 50, 50, 0.3);
}
.infrastructure__objects-inner {
  max-width: 275px;
  width: 100%;
  margin-right: 20px;
  max-height: 460px;
  overflow: hidden;
}
.infrastructure__objects-list {
  width: 100%;
  max-height: 410px;
  overflow-y: auto;
  padding-right: 10px;
  margin-right: -10px;
}
.infrastructure__objects-list::-webkit-scrollbar {
  width: 3px;
}
.infrastructure__objects-list::-webkit-scrollbar-track {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0.0606617647)), color-stop(45%, var(--color-white50)), color-stop(55%, var(--color-white50)), color-stop(55%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0606617647) 45%, var(--color-white50) 45%, var(--color-white50) 55%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}
.infrastructure__objects-list::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, 0.7);
}
.infrastructure__objects-item:not(:last-child) {
  margin-bottom: 28px;
}
.infrastructure__objects-map img {
  border-radius: 5px;
}
.infrastructure__objects_parent-item {
  margin-bottom: 45px !important;
}

.broker {
  padding: 40px 0 40px;
  background: var(--bg-dark);
  color: var(--text-light);
}

.broker-catalog {
  padding: 0 0 0;
  color: var(--text-light);
}
.broker-catalog .block-catalog__content {
  max-width: 100%;
}
.broker-catalog .block-catalog__item-link:before {
  -webkit-box-shadow: 0 7px 25px rgba(50, 50, 50, 0.2);
          box-shadow: 0 7px 25px rgba(50, 50, 50, 0.2);
}
.broker-catalog .block-catalog__item-box {
  color: var(--color-white);
}
.broker-catalog .block-catalog__sort-day li {
  color: var(--color-main80);
  border-bottom: 1px solid var(--color-main80);
  font-weight: 500;
}
.broker-catalog .block-catalog__sort-day li.active {
  color: var(--text-dark);
  border-bottom: 1px solid var(--bg-dark);
  font-weight: 500;
}
.broker-catalog .block-catalog__sort-day li:hover {
  color: var(--text-dark);
  border-bottom: 1px solid var(--bg-dark);
}
.broker-catalog .block-catalog__sort-view svg {
  fill: var(--bg-dark);
}
.broker-catalog .block-catalog__sort-types svg {
  fill: var(--bg-dark);
}
.broker-catalog .block-catalog__item-info {
  font-weight: 400;
}
.broker-catalog .block-catalog .block-catalog__list.tile .block-catalog__item-about-title {
  font-weight: 400;
}

.block-broker {
  max-width: 995px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-broker__img img {
  border-radius: 5px;
  content: var(--broker);
}
.block-broker__content {
  margin-left: 60px;
  max-width: 620px;
  padding: 20px 0;
  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;
}
.block-broker__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.block-broker__card-item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block-broker__card-item p {
  font-size: var(--fontSize18);
  line-height: var(--lineHeight);
}
.block-broker__card-item h1 {
  margin-bottom: 10px;
}
.block-broker__card-item svg {
  fill: var(--text-light);
  position: absolute;
  right: -30px;
  top: 15px;
}
.block-broker__card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-broker__card-box > div a {
  pointer-events: none;
}
.block-broker__card-link {
  display: none;
}
.block-broker__card-logo {
  margin-right: 20px;
}
.block-broker__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-broker__btns a:not(:last-child) {
  margin-right: 20px;
}

.broker-catalog .block-catalog__list {
  margin-right: -31px;
}
.broker-catalog .block-catalog__sort {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.broker-catalog .block-catalog__list .block-catalog__item {
  width: 31%;
  margin-right: 28px;
}
.broker-catalog .block-catalog__list .block-catalog__item-img-slider {
  max-width: 100%;
}

.is-white .block-broker .block-closest__logo-black {
  display: none;
}
.is-white .block-broker .block-closest__logo-white {
  display: block;
}

.is-grey .block-broker .block-closest__logo-black {
  display: none;
}
.is-grey .block-broker .block-closest__logo-white {
  display: block;
}

.colleg {
  background: var(--bg-dark);
  color: var(--text-light);
}
.colleg .block-colleg h2 {
  text-align: center;
}
.colleg .block-colleg__content {
  max-width: 930px;
  margin: 50px auto 0;
}

.housing {
  padding-top: 40px;
}

.block-housing__row {
  margin-bottom: 30px;
}
.block-housing__types {
  position: relative;
  max-width: 45%;
  width: 100%;
}
.block-housing__types-list {
  margin-left: -5px;
}
.block-housing__types-list > li {
  padding: 4px 0;
  padding-left: 5px;
}
.block-housing__types-box {
  max-width: 180px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.block-housing__types-box:not(:first-child) {
  margin-left: 20px;
}
.block-housing__types-sublist {
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 410px;
}
.block-housing__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-housing__button {
  display: block;
  cursor: pointer;
  max-width: 450px;
  border: none;
  margin: 40px auto 0;
}
.block-housing__ranges {
  max-width: 700px;
  width: 100%;
}
.block-housing__wrp {
  margin-top: 50px;
}
.block-housing__box {
  max-width: 50%;
}
.block-housing .housing-types-hidden-sublist {
  display: none;
  width: 100%;
  height: 485px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--text-light);
  padding: 10px 30px 25px 30px;
  position: absolute;
  left: 180px;
  top: 0;
  z-index: 999;
  margin-top: 0;
}
.block-housing .housing-types-hidden-sublist.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-housing .housing-types-hidden-sublist .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.block-housing .housing-types-hidden-sublist label {
  color: var(--text-dark);
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  max-width: 115px;
}
.block-housing .housing-types-hidden-sublist > p {
  color: var(--text-dark);
}
.block-housing .housing-types-hidden-sublist span {
  color: var(--text-dark);
  padding-left: 0;
  white-space: pre;
}
.block-housing .housing-types-hidden-sublist input[type=checkbox]:checked + label {
  color: var(--text-dark);
}
.block-housing .housing-types-hidden-sublist input[type=checkbox]:checked + label + span {
  color: rgba(50, 50, 50, 0.7);
}
.block-housing .housing-types-hidden-sublist > li span {
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
  color: rgba(50, 50, 50, 0.7);
  min-width: 32px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.block-housing .housing-types-hidden-sublist .checkbox-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-housing .housing-types-hidden-sublist .checkbox-inner.parent-checkbox {
  margin: 15px 0 20px;
}
.block-housing .housing-types-hidden-sublist .checkbox-inner.parent-checkbox label {
  max-width: 135px;
}
.block-housing .housing-types-hidden-sublist .block-housing__types-checkbox {
  margin-top: 2px;
  border: 1px solid var(--bg-dark);
}
.block-housing .block-housing__regions-row .parent-checkbox-trigger {
  margin-top: 15px;
}
.block-housing .block-housing__regions-row.active {
  background-color: var(--text-light);
}
.block-housing .block-housing__regions-row.active label {
  color: var(--text-dark);
}
.block-housing .block-housing__regions-row.active input[type=checkbox] {
  border: 1px solid var(--bg-dark);
}
.block-housing .block-housing__regions-row.active input[type=checkbox]:checked {
  background-color: var(--bg-dark);
}
.block-housing .block-housing__regions-row.active input[type=checkbox]:checked:before {
  background: url(../img/check-box-modal.svg) no-repeat center;
}
.block-housing .block-housing__regions-row.active .checkbox-inner span {
  color: rgba(50, 50, 50, 0.7);
}
.block-housing .c-filters__title_dropdown {
  padding-left: 0;
  margin-bottom: 20px;
}
.block-housing .c-filters__dropdowns-elem:not(:last-child) {
  margin-bottom: 20px;
}
.block-housing .c-filters__title_dropdown:before {
  display: none;
}
.block-housing .c-filters__value-slider:not(:last-child) {
  margin-bottom: 20px;
}

.block-salgs h2 {
  text-align: center;
}
.block-salgs__content {
  margin: 80px auto 0 auto;
  max-width: 1660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
}
.block-salgs__item {
  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;
  -ms-flex-item-align: end;
      align-self: end;
  max-width: 1400px;
  margin-top: 80px;
}
.block-salgs__item.right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: start;
      align-self: start;
}
.block-salgs__item.right .block-salgs__info {
  margin-left: 50px;
}
.block-salgs__info {
  max-width: 60%;
  margin-right: 50px;
}
.block-salgs__text {
  margin-top: 40px;
  font-size: var(--fontSize18);
  line-height: var(--lineHeight);
}
.block-salgs__text p {
  font-weight: 300;
}
.block-salgs__text p:not(:last-child) {
  margin-bottom: 20px;
}
.block-salgs__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.block-salgs__img > img {
  border-radius: 5px;
}

.block-tekster {
  max-width: 800px;
  margin: 0 auto 0;
}
.block-tekster h2 {
  text-align: center;
}
.block-tekster__content {
  text-align: justify;
  margin-top: 110px;
}
.block-tekster__content h4 {
  margin: 40px 0;
}
.block-tekster__content h3 {
  margin: 70px 0 40px;
}
.block-tekster__content p {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  font-weight: 300;
}
.block-tekster__content ul {
  padding-left: 30px;
  list-style-type: disc;
}
.block-tekster__content ul li {
  list-style-type: disc;
  font-weight: 300;
}
.block-tekster__content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.block-tekster__content ol {
  padding-left: 30px;
}
.block-tekster__content ol li {
  list-style-type: decimal;
  font-weight: 300;
}
.block-tekster__content ol li:not(:last-child) {
  margin-bottom: 20px;
}
.block-tekster__desc {
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
  color: var(--color-white50);
  margin-top: 70px;
}

.page-about-offer {
  max-width: 940px;
  text-align: center;
  margin: 0 auto;
}

.about {
  overflow: hidden;
  padding-top: 70px;
}

.block-about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-about__info li {
  max-width: 48%;
  margin-bottom: 80px;
}
.block-about__info li p {
  margin-top: 35px;
  font-size: var(--fontSize18);
  line-height: var(--lineHeight);
  font-weight: 300;
}

.about-content__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
}
.about-content__advantages li p:nth-child(1) {
  font-size: 100px;
  line-height: var(--lineHeight);
  text-align: center;
}
.about-content__advantages li p:nth-child(2) {
  font-size: var(--fontSize18);
  line-height: var(--lineHeight);
  margin-top: 15px;
  text-align: center;
}
.about-content__photo-gallery {
  margin-top: 150px;
  height: 910px;
}
.about-content__photo-gallery h2 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.about-content__slider {
  margin-top: 100px;
  max-height: 100%;
  line-height: 0;
}
.about-content__slider .slick-list {
  margin-right: -30px;
  padding-bottom: 20px;
}
.about-content__slider button {
  border-radius: 5px;
  border: 1px solid var(--text-light);
}
.about-content__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  max-width: 500px;
  margin: 0 auto;
}
.about-content__slider .slick-dots li {
  min-width: 5px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
}
.about-content__slider .slick-dots li.slick-active {
  background-color: rgb(255, 255, 255);
}
.about-content__slider .slick-dots li button {
  background-color: transparent;
  text-indent: -9999px;
  border: none;
}
.about-content__slider .slick-slide {
  margin-right: 30px;
}
.about-content__slider .slick-slide img {
  border-radius: 5px;
}
.about-content__slider .slick-arrow {
  position: absolute;
  left: -65px;
  top: 42%;
  width: 50px;
  height: 50px;
  line-height: 33px;
  cursor: pointer;
  background-color: var(--second-accent);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: none;
}
.about-content__slider .slick-arrow:hover {
  background-color: var(--second-accent-hover);
}
.about-content__slider .slick-arrow svg {
  stroke: var(--bg-dark);
}
.about-content__slider .slick-arrow .btn-wrp {
  height: 24px;
}
.about-content__slider .slick-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about-content__slider .slick-next {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}
.about-content__wrapper {
  position: absolute;
  right: 0;
  padding-left: 65px;
  width: 87%;
  height: calc(700px + 20vh);
  overflow: hidden;
  padding-bottom: 50px;
}
.about-content__container {
  max-width: 540px;
  margin: 150px auto 0;
  text-align: center;
}
.about-content__container h2 {
  margin-bottom: 30px;
}
.about-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.is-white .block-ledige__sort-item label {
  border: 1px solid var(--text-dark);
}
.is-white .block-ledige__sort-item input:checked + label {
  background-color: var(--bg-dark);
  color: var(--text-light);
}
.is-white .block-ledige__list li {
  border: 1px solid var(--text-dark);
}

.is-grey .block-ledige__sort-item label {
  border: 1px solid var(--text-dark);
}
.is-grey .block-ledige__sort-item input:checked + label {
  background-color: var(--bg-dark);
  color: var(--text-light);
}
.is-grey .block-ledige__list li {
  border: 1px solid var(--text-dark);
}

.block-ledige h2 {
  text-align: center;
}
.block-ledige__parent-select {
  position: relative;
}
.block-ledige__parent-select:after {
  display: none;
  content: "";
  background: url(../img/menu-arrow.svg) no-repeat center;
  width: 13px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
}
.block-ledige__select {
  display: none;
  padding: 5px 10px;
  width: 100%;
  min-width: 300px;
  border-radius: 0;
  background-color: #323232;
  outline: none;
  border: 1px solid #fff;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.block-ledige__parent-select {
  position: relative;
}
.block-ledige__parent-select[data-name=hiddenOnDesctop] {
  display: none;
}
.block-ledige__sort {
  margin-top: 40px;
}
.block-ledige__sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
}
.block-ledige__sort-item {
  margin: 0 2px;
  margin-bottom: 4px;
}
.block-ledige__sort-item .view-all {
  font-weight: 500;
}
.block-ledige__sort-item label {
  border: 1px solid var(--color-white);
  border-radius: 5px;
  padding: 7px 15px;
  display: inline-block;
  cursor: pointer;
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-ledige__sort-item label:hover {
  opacity: 1;
}
.block-ledige__sort-item input {
  position: absolute;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  visibility: hidden;
}
.block-ledige__sort-item input:checked + label {
  background-color: var(--text-light);
  color: var(--text-dark);
  opacity: 1;
}
.block-ledige__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-ledige__list li {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  max-width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
}
.block-ledige__list li h4 {
  min-height: 62px;
}
.block-ledige__subtitle {
  font-size: var(--fontSize20);
  line-height: var(--lineHeight);
  margin-top: 30px;
}
.block-ledige__desc {
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  margin-top: 20px;
  min-height: 135px;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block-ledige__btn {
  margin-top: 50px;
  border: none;
  max-width: 100%;
}

.block-meglerbooking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-meglerbooking__calendar h3 {
  text-align: center;
}

.block-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
}
.block-office__logo {
  margin-left: -10px;
}
.block-office__logo > img {
  width: 260px;
  height: 110px;
}
.block-office__info-tel, .block-office__info-mail, .block-office__info-site, .block-office__info-local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.block-office__info-tel svg, .block-office__info-mail svg, .block-office__info-site svg, .block-office__info-local svg {
  min-width: 21px;
  margin-right: 10px;
  fill: var(--text-dark);
}
.block-office__info-btns a:not(:last-child) {
  margin-bottom: 13px;
}
.block-office__content-title p {
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  margin-top: 10px;
  font-weight: 300;
}
.block-office__content-text {
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
  font-weight: 300;
}
.block-office__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.block-office__row:not(:last-child) {
  margin-bottom: 30px;
}
.block-office__row_align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-office__column_short {
  max-width: 260px;
  width: 100%;
  margin-right: 40px;
}
.block-office__column_long {
  max-width: calc(100% - 300px);
}
.block-office__column img {
  border-radius: 5px;
}

.is-blue .block-office__info-tel svg, .is-blue .block-office__info-mail svg, .is-blue .block-office__info-site svg, .is-blue .block-office__info-local svg {
  fill: var(--text-light);
}
.is-blue .c-property__name.active {
  background-color: var(--text-light);
  color: var(--text-dark);
  border: 1px solid var(--text-light);
  opacity: 1;
}
.is-blue .c-property__name.is-checked {
  background-color: var(--text-light);
  color: var(--text-dark);
  border: 1px solid var(--text-light);
  opacity: 1;
}

.ansatte {
  background-color: var(--text-light);
  padding: 70px 0 20px;
  color: var(--text-dark);
}
.ansatte h2 {
  text-align: center;
}

.block-ansatte {
  max-width: 930px;
  margin: 0 auto;
}
.block-ansatte .block-product__manager {
  margin-bottom: 50px;
}
.block-ansatte .block-product__manager-btn:hover {
  background-color: var(--bg-dark);
  color: var(--color-white);
}

.eiendomsmegler-catalog {
  padding: 70px 0 150px;
}

.is-violet .block-office__info-tel svg, .is-violet .block-office__info-mail svg, .is-violet .block-office__info-site svg, .is-violet .block-office__info-local svg {
  fill: var(--text-light);
}

.block-kontorer__title h2 {
  text-align: center;
}
.block-kontorer__title .block-sale__search {
  margin: 50px auto 0;
}
.block-kontorer__title .search-label {
  left: 15px;
  top: -5px;
}
.block-kontorer__search {
  margin: 50px auto 0;
  max-width: 380px;
}
.block-kontorer__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-kontorer__item {
  background-color: rgba(255, 255, 255, 0.03);
  width: 49%;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border-radius: 5px;
}
.block-kontorer__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.block-kontorer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-kontorer__logo img {
  max-width: 75px;
}
.block-kontorer__logo span {
  margin-left: 20px;
  display: block;
}
.block-kontorer__logo span svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.block-kontorer__link {
  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;
  width: 100%;
  padding: 20px 25px;
}
.block-kontorer__link p {
  font-family: "Jost", sans-serif;
  max-width: 300px;
  width: 100%;
  font-size: var(--fontSize20);
  line-height: var(--lineHeight);
}
.block-kontorer__office-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.block-kontorer__office-box a:not(:last-child) {
  margin-right: 20px;
}
.block-kontorer__tabs-list li:last-child ul {
  margin-bottom: 0;
}
.block-kontorer__tabs-list li:last-child ul li:last-child {
  margin-bottom: 0;
}

.verdivurdering {
  background-color: var(--text-light);
}
.verdivurdering__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.verdivurdering__content .first,
.verdivurdering__content .second {
  width: 50%;
}
.verdivurdering__content .first h3 {
  color: var(--text-dark);
}

.block-kontakt__form {
  margin: 50px auto 0;
  max-width: 610px;
}
.block-kontakt__form input {
  background-color: var(--text-light);
}
.block-kontakt__desc {
  max-width: 550px;
  text-align: center;
  margin: 50px auto 0;
}

.cities {
  margin-top: 30px;
  max-height: 58vh;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cities__list {
  height: 100%;
}
.cities__item:not(:last-child) {
  margin-bottom: 20px;
}
.cities__name {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-size: 22px;
  line-height: var(--lineHeight);
}
.cities__name:before {
  content: "";
  background-image: url(../img/menu-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: var(--fontSize14);
  height: 7px;
  position: absolute;
  right: -20px;
  top: calc(50% - 3px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cities__name.active:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cities__inner {
  padding-top: 10px;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 480px;
  margin-left: 1px;
  padding-bottom: 5px;
}
.cities__inner.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cities__inner > li {
  margin-top: -1px;
  margin-left: -1px;
}
.cities__inner > li:first-child label {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.cities__inner > li:last-child label {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.cities-box {
  padding-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cities-box button:not(:last-child),
.cities-box a:not(:last-child) {
  margin-right: 10px;
}
.cities-box a.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.block-closest {
  padding: 30px;
}
.block-closest_bg {
  background-color: rgba(255, 255, 255, 0.1);
}
.block-closest__title {
  max-width: 780px;
  text-align: center;
}
.block-closest__title button {
  color: currentColor;
  border: none;
  cursor: pointer;
  padding: 0;
  font-weight: 500;
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
  border-bottom: 1px solid;
  display: inline-block;
  background-color: transparent;
  outline: none;
}
.block-closest__title button:hover {
  border-bottom: 1px solid transparent;
}
.block-closest__logo {
  max-width: 140px;
}
.block-closest__logo-black {
  display: none;
}
.block-closest__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1090px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
  font-weight: 300;
}
.block-closest__content_jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-closest__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 680px;
  width: 100%;
}
.block-closest__adress {
  text-align: center;
}
.block-closest__adress p {
  font-size: var(--fontSize20);
  line-height: var(--lineHeight);
}
.block-closest__adress a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7px;
}
.block-closest__adress a span {
  font-weight: 500;
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
  border-bottom: 1px solid;
  display: inline-block;
}
.block-closest__adress a svg {
  fill: var(--color-white);
  margin-right: 14px;
}
.block-closest__contacts svg {
  fill: var(--color-white);
  margin-right: 10px;
}
.block-closest__contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-closest__contacts a:not(:last-child) {
  margin-bottom: 10px;
}

.block-subscribes__content {
  padding-top: 70px;
}

.noUi-target {
  border-radius: 0;
}

.noUi-horizontal .noUi-handle {
  width: auto;
  height: auto;
  top: -28px;
  right: -21px;
  padding: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.noUi-horizontal .noUi-handle:focus {
  outline: none;
}

.noUi-touch-area {
  width: 9px;
  height: 25px;
  background-color: #fff;
  border-radius: 5px;
}

.noUi-horizontal {
  height: 1px;
}

.noUi-handle:before, .noUi-handle:after {
  display: none;
}

.noUi-target {
  background-color: var(--color-white50);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 5px;
  border: none;
  border-radius: 0;
}

.noUi-connect {
  background: var(--color-white);
  height: 1px;
}

.noUi-connects {
  border-radius: 0;
}

.noUi-tooltip {
  border: none;
  color: var(--color-white);
  font-size: var(--fontSize14);
  line-height: 150%;
  border-radius: 0;
  background: transparent;
  color: var(--color-white);
  padding: 0;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 20px;
  font-size: var(--fontSize12);
}

.filters__housingTypes-box .noUi-horizontal .noUi-origin {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.filters__housingTypes-box .noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(80%, 0);
      -ms-transform: translate(80%, 0);
          transform: translate(80%, 0);
}

.box-modal,
.box-modal2,
.box-modal3,
.box-modal4,
.box-modal5,
.box-modal6,
.box-modal7,
.box-modal8,
.box-modal9,
.box-modal10,
.box-modal11,
.box-modal-qr,
.box-modal12,
.box-modal13,
.box-modal14 {
  display: none;
  background: var(--color-main80);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9900;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.box-modal__content,
.box-modal2__content,
.box-modal3__content,
.box-modal4__content,
.box-modal5__content,
.box-modal6__content,
.box-modal7__content,
.box-modal8__content,
.box-modal9__content,
.box-modal10__content,
.box-modal11__content,
.box-modal-qr__content,
.box-modal12__content,
.box-modal13__content,
.box-modal14__content {
  max-width: 630px;
  width: 100%;
}
.box-modal__content_mw980,
.box-modal2__content_mw980,
.box-modal3__content_mw980,
.box-modal4__content_mw980,
.box-modal5__content_mw980,
.box-modal6__content_mw980,
.box-modal7__content_mw980,
.box-modal8__content_mw980,
.box-modal9__content_mw980,
.box-modal10__content_mw980,
.box-modal11__content_mw980,
.box-modal-qr__content_mw980,
.box-modal12__content_mw980,
.box-modal13__content_mw980,
.box-modal14__content_mw980 {
  max-width: 80vw;
  left: calc(50% - 40vw);
  max-height: 80vh;
  height: 100%;
}
.box-modal__content_mw980 .c-form,
.box-modal2__content_mw980 .c-form,
.box-modal3__content_mw980 .c-form,
.box-modal4__content_mw980 .c-form,
.box-modal5__content_mw980 .c-form,
.box-modal6__content_mw980 .c-form,
.box-modal7__content_mw980 .c-form,
.box-modal8__content_mw980 .c-form,
.box-modal9__content_mw980 .c-form,
.box-modal10__content_mw980 .c-form,
.box-modal11__content_mw980 .c-form,
.box-modal-qr__content_mw980 .c-form,
.box-modal12__content_mw980 .c-form,
.box-modal13__content_mw980 .c-form,
.box-modal14__content_mw980 .c-form {
  height: 100%;
}
.box-modal__content_mw980 .c-form__inner,
.box-modal2__content_mw980 .c-form__inner,
.box-modal3__content_mw980 .c-form__inner,
.box-modal4__content_mw980 .c-form__inner,
.box-modal5__content_mw980 .c-form__inner,
.box-modal6__content_mw980 .c-form__inner,
.box-modal7__content_mw980 .c-form__inner,
.box-modal8__content_mw980 .c-form__inner,
.box-modal9__content_mw980 .c-form__inner,
.box-modal10__content_mw980 .c-form__inner,
.box-modal11__content_mw980 .c-form__inner,
.box-modal-qr__content_mw980 .c-form__inner,
.box-modal12__content_mw980 .c-form__inner,
.box-modal13__content_mw980 .c-form__inner,
.box-modal14__content_mw980 .c-form__inner {
  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;
  margin-bottom: 0;
}
.box-modal__content_mw980 .c-form__map,
.box-modal2__content_mw980 .c-form__map,
.box-modal3__content_mw980 .c-form__map,
.box-modal4__content_mw980 .c-form__map,
.box-modal5__content_mw980 .c-form__map,
.box-modal6__content_mw980 .c-form__map,
.box-modal7__content_mw980 .c-form__map,
.box-modal8__content_mw980 .c-form__map,
.box-modal9__content_mw980 .c-form__map,
.box-modal10__content_mw980 .c-form__map,
.box-modal11__content_mw980 .c-form__map,
.box-modal-qr__content_mw980 .c-form__map,
.box-modal12__content_mw980 .c-form__map,
.box-modal13__content_mw980 .c-form__map,
.box-modal14__content_mw980 .c-form__map {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.box-modal__content > p,
.box-modal2__content > p,
.box-modal3__content > p,
.box-modal4__content > p,
.box-modal5__content > p,
.box-modal6__content > p,
.box-modal7__content > p,
.box-modal8__content > p,
.box-modal9__content > p,
.box-modal10__content > p,
.box-modal11__content > p,
.box-modal-qr__content > p,
.box-modal12__content > p,
.box-modal13__content > p,
.box-modal14__content > p {
  font-size: var(--fontSize18);
  line-height: var(--lineHeight);
  margin-top: 40px;
  margin-bottom: 30px;
}
.box-modal__close,
.box-modal2__close,
.box-modal3__close,
.box-modal4__close,
.box-modal5__close,
.box-modal6__close,
.box-modal7__close,
.box-modal8__close,
.box-modal9__close,
.box-modal10__close,
.box-modal11__close,
.box-modal-qr__close,
.box-modal12__close,
.box-modal13__close,
.box-modal14__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.box-modal__close svg,
.box-modal2__close svg,
.box-modal3__close svg,
.box-modal4__close svg,
.box-modal5__close svg,
.box-modal6__close svg,
.box-modal7__close svg,
.box-modal8__close svg,
.box-modal9__close svg,
.box-modal10__close svg,
.box-modal11__close svg,
.box-modal-qr__close svg,
.box-modal12__close svg,
.box-modal13__close svg,
.box-modal14__close svg {
  fill: var(--color-white);
}
.box-modal__drop-area,
.box-modal2__drop-area,
.box-modal3__drop-area,
.box-modal4__drop-area,
.box-modal5__drop-area,
.box-modal6__drop-area,
.box-modal7__drop-area,
.box-modal8__drop-area,
.box-modal9__drop-area,
.box-modal10__drop-area,
.box-modal11__drop-area,
.box-modal-qr__drop-area,
.box-modal12__drop-area,
.box-modal13__drop-area,
.box-modal14__drop-area {
  width: 100%;
  padding: 50px 0;
  margin-top: 20px;
  background-color: rgba(202, 202, 202, 0.12);
}
.box-modal__drop-area p,
.box-modal2__drop-area p,
.box-modal3__drop-area p,
.box-modal4__drop-area p,
.box-modal5__drop-area p,
.box-modal6__drop-area p,
.box-modal7__drop-area p,
.box-modal8__drop-area p,
.box-modal9__drop-area p,
.box-modal10__drop-area p,
.box-modal11__drop-area p,
.box-modal-qr__drop-area p,
.box-modal12__drop-area p,
.box-modal13__drop-area p,
.box-modal14__drop-area p {
  text-align: center;
  font-weight: 500;
  font-size: var(--fontSize12);
  line-height: var(--lineHeight);
  color: var(--text-dark);
}
.box-modal__drop-area #fileElem,
.box-modal2__drop-area #fileElem,
.box-modal3__drop-area #fileElem,
.box-modal4__drop-area #fileElem,
.box-modal5__drop-area #fileElem,
.box-modal6__drop-area #fileElem,
.box-modal7__drop-area #fileElem,
.box-modal8__drop-area #fileElem,
.box-modal9__drop-area #fileElem,
.box-modal10__drop-area #fileElem,
.box-modal11__drop-area #fileElem,
.box-modal-qr__drop-area #fileElem,
.box-modal12__drop-area #fileElem,
.box-modal13__drop-area #fileElem,
.box-modal14__drop-area #fileElem {
  display: none;
}
.box-modal__drop-area label,
.box-modal2__drop-area label,
.box-modal3__drop-area label,
.box-modal4__drop-area label,
.box-modal5__drop-area label,
.box-modal6__drop-area label,
.box-modal7__drop-area label,
.box-modal8__drop-area label,
.box-modal9__drop-area label,
.box-modal10__drop-area label,
.box-modal11__drop-area label,
.box-modal-qr__drop-area label,
.box-modal12__drop-area label,
.box-modal13__drop-area label,
.box-modal14__drop-area label {
  display: block;
  color: var(--text-dark);
  margin: 20px auto 0;
}

.box-modal4,
.box-modal12,
.box-modal13 {
  display: none;
  background: var(--color-main80);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9900;
  padding: 0;
}
.box-modal4 .first,
.box-modal12 .first,
.box-modal13 .first {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.box-modal4 .second,
.box-modal12 .second,
.box-modal13 .second {
  width: 50%;
}
.box-modal4 .box-modal__content,
.box-modal12 .box-modal__content,
.box-modal13 .box-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--text-light);
  color: var(--text-dark);
}
.box-modal4__wrapper,
.box-modal12__wrapper,
.box-modal13__wrapper {
  max-width: 530px;
  width: 100%;
  margin: 100px 70px 100px auto;
}
.box-modal4__about,
.box-modal12__about,
.box-modal13__about {
  width: 100%;
  padding: 100px 0 0 70px;
  height: 100%;
}
.box-modal4__wrp,
.box-modal12__wrp,
.box-modal13__wrp {
  max-width: 530px;
  width: 100%;
}
.box-modal4 .box-modal__close,
.box-modal12 .box-modal__close,
.box-modal13 .box-modal__close {
  right: 120px;
  top: 50px;
}
.box-modal4 .box-modal__close svg,
.box-modal12 .box-modal__close svg,
.box-modal13 .box-modal__close svg {
  fill: var(--color-white);
}
.box-modal4__about,
.box-modal12__about,
.box-modal13__about {
  color: var(--color-white);
  background: url(../img/broker-bg.png) no-repeat center/cover;
}
.box-modal4__desc,
.box-modal12__desc,
.box-modal13__desc {
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  margin-top: 40px;
}
.box-modal4__desc p:nth-child(2),
.box-modal12__desc p:nth-child(2),
.box-modal13__desc p:nth-child(2) {
  margin-top: 15px;
}
.box-modal4__price,
.box-modal12__price,
.box-modal13__price {
  margin-top: 20px;
  font-weight: 600;
}
.box-modal4__price span,
.box-modal12__price span,
.box-modal13__price span {
  font-size: 22px;
  line-height: var(--lineHeight);
  font-weight: 400;
  padding-left: 15px;
}
.box-modal4__list,
.box-modal12__list,
.box-modal13__list {
  margin-top: 20px;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box-modal4__list li,
.box-modal12__list li,
.box-modal13__list li {
  width: 25%;
  margin-bottom: 30px;
}
.box-modal4__list li p:nth-child(1),
.box-modal12__list li p:nth-child(1),
.box-modal13__list li p:nth-child(1) {
  font-size: var(--fontSize14);
  line-height: var(--lineHeight);
}
.box-modal4__text,
.box-modal12__text,
.box-modal13__text {
  padding-left: 20px;
}
.box-modal4__text li,
.box-modal12__text li,
.box-modal13__text li {
  max-width: 505px;
  font-size: var(--fontSize16);
  line-height: var(--lineHeight);
  margin-bottom: 15px;
  position: relative;
}
.box-modal4__text li:before,
.box-modal12__text li:before,
.box-modal13__text li:before {
  content: "";
  width: 13px;
  height: 9px;
  background: url(../img/check-box-modal.svg) no-repeat center;
  position: absolute;
  left: -20px;
  top: 7px;
}
.box-modal4__broker-verdivurdering,
.box-modal12__broker-verdivurdering,
.box-modal13__broker-verdivurdering {
  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;
  text-align: center;
}
.box-modal4__broker-verdivurdering > img,
.box-modal12__broker-verdivurdering > img,
.box-modal13__broker-verdivurdering > img {
  width: 200px;
}
.box-modal4__broker-verdivurdering-title,
.box-modal12__broker-verdivurdering-title,
.box-modal13__broker-verdivurdering-title {
  font-weight: normal;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 10px;
}
.box-modal4__broker-verdivurdering-position,
.box-modal12__broker-verdivurdering-position,
.box-modal13__broker-verdivurdering-position {
  font-size: var(--fontSize18);
  line-height: var(--lineHeight);
}
.box-modal4__broker-verdivurdering-contacts,
.box-modal12__broker-verdivurdering-contacts,
.box-modal13__broker-verdivurdering-contacts {
  margin: 30px 0;
  font-size: var(--fontSize18);
  line-height: var(--lineHeight);
}
.box-modal4__broker-verdivurdering-logo,
.box-modal12__broker-verdivurdering-logo,
.box-modal13__broker-verdivurdering-logo {
  max-width: 100px;
}
.box-modal4__office > img,
.box-modal12__office > img,
.box-modal13__office > img {
  margin-bottom: 30px;
}

.box-modal6,
.box-modal8,
.box-modal9 {
  display: block;
}

.selected-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.selected-fields__item {
  background-color: var(--bg-dark);
  color: var(--color-white);
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  margin-bottom: 10px;
}
.selected-fields__close {
  display: inline-block;
  background: url(../img/close.svg) no-repeat center;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  cursor: pointer;
}

.box-modal-qr img {
  margin: 0 auto;
}

.box-modal11 .box-modal__close svg {
  fill: var(--bg-dark);
}

.box-modal11 .c-form {
  position: relative;
}

.preloader-pad {
  /*background-color: #000;*/
  display: -webkit-box;
  -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;
  position: absolute;
  height: 100%;
  width: 100%;
}

.preloader-pad_prealoder {
  position: relative;
  overflow: hidden;
  height: 60px;
  min-width: 60px;
}
.preloader-pad_prealoder svg {
  fill: var(--text-light);
}

.preloader-pad span {
  display: block;
  position: absolute;
  height: 4px;
  width: 60px;
  background-color: var(--text-light);
}

.preloader-pad span:nth-child(2) {
  left: -60px;
  top: 0;
  /*-webkit-animation: preloader2 0.3s 0.6s linear forwards;*/
  /*animation: preloader2 0.95s 0.6s linear forwards;*/
  left: 0;
}

.preloader-pad span:nth-child(3) {
  left: 60px;
  top: auto;
  bottom: 0;
  /*animation: preloader3 0.95s linear forwards;*/
  /*-webkit-animation: preloader3 0.3s linear forwards;*/
  left: 0;
}

.preloader-pad span:nth-child(4) {
  left: -28px;
  top: 100px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  /*animation: preloader4 0.95s 0.3s linear forwards;*/
  /*-webkit-animation: preloader4 0.3s 0.3s linear forwards;*/
  top: 32px;
}

.preloader-pad span:nth-child(5) {
  right: -28px;
  left: auto;
  top: -34px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  /*animation: preloader5 0.95s 0.9s linear forwards;*/
  /*-webkit-animation: preloader5 0.3s 0.9s linear forwards;*/
  top: var(--fontSize14);
}

.preloader-pad p {
  font-size: 30px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  -webkit-animation: logoHidden 1s 0.7s linear forwards;
  animation: logoHidden 1s 0.7s linear forwards;
}

.is-white .preloader-pad_prealoder svg {
  fill: var(--text-dark);
}

.is-grey .preloader-pad_prealoder svg {
  fill: var(--text-dark);
}

.slick-active-item {
  -webkit-box-shadow: 0px 0 0px 2px #eceaea;
          box-shadow: 0px 0 0px 2px #eceaea;
}

/* -------------- GALLERY MODAL ---------------- */
.gallery_modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: var(--bg-dark);
  top: 0;
  left: 0;
  z-index: 9999;
}

.gallery_modal_control_bar {
  margin-top: 41px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4%;
  margin-right: 4%;
}

.gallery_modal_btn_group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0;
  margin-left: auto;
  margin-top: 2px;
}

.gallery_modal_view_list_btn {
  position: inherit;
  content: url(../img/rectangle_group.svg);
  z-index: 1000;
  margin: 0px 7px 0px 7px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 18px;
  height: 18px;
}

.gallery_modal_view_list_btn.active {
  content: url(../img/rectangle_group_active.svg);
}

.gallery_modal_view_tile_btn {
  position: inherit;
  content: url(../img/rectangle.svg);
  z-index: 1000;
  margin: 0px 7px 0px 7px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 18px;
  height: 18px;
}

.gallery_modal_view_tile_btn.active {
  content: url(../img/rectangle_active.svg);
}

.gallery_modal_slides_count {
  position: absolute;
}

.gallery_modal_close_btn {
  position: inherit;
  content: url(../img/close.svg);
  z-index: 1000;
  margin-right: 2px;
  margin-left: auto;
  margin-top: 2px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 18px;
  height: 18px;
}

.body_modal_opened {
  overflow-y: hidden !important;
}

.gallery_slider {
  margin-left: 4%;
  margin-right: 4%;
  padding-top: 30px;
}

.gallery_modal.list .slick-slide img {
  margin-right: 5px;
  max-width: 32%;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .slick-slide {
    text-align: center;
  }
}
/*------------- GALLERY MODAL END ----------------*/
/* --- c-filters --- */
body.is-white .c-filters .c-radio__item:checked + label {
  color: var(--text-dark);
  background-color: var(--text-light);
}

/* --- end c-filters --- */
/*-------Media Queries-------*/
@media screen and (min-width: 1600px) {
  body.verdivurdering-page {
    height: 100vh;
  }
  .box-modal,
.box-modal2,
.box-modal3,
.box-modal4,
.box-modal5,
.box-modal6,
.box-modal7,
.box-modal8,
.box-modal9,
.box-modal10,
.box-modal11,
.box-modal-qr,
.box-modal12,
.box-modal13 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  html {
    margin-left: calc(100vw - (100% + 30px));
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .uni-section {
    padding: 40px 0;
  }
  .sticky_bottom {
    width: 270px;
    margin-right: 20px;
  }
  .sale .block-closest__title {
    margin: 0 auto;
  }
  .sale .block-closest__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }
  .sale .block-closest .button-default {
    margin-top: 70px;
  }
  .block-main-cards__list li {
    height: 400px;
  }
  .block-catalog__content {
    padding-top: 0;
  }
  .block-catalog__item-img-slider {
    max-width: 510px;
  }
  .block-catalog__item-wrpr {
    max-width: 55%;
  }
  .block-catalog__list.tile {
    margin-right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block-catalog__list.tile .block-catalog__item {
    margin-right: 0;
    width: 48%;
  }
  .block-catalog__list.tile .block-catalog__item-wrpr {
    max-width: 100%;
  }
  .block-catalog__item-about li {
    width: 26%;
  }
  .block-catalog__item-about li:nth-child(8),
.block-catalog__item-about li:nth-child(6) {
    display: none;
  }
  .block-catalog__item-about li:not(:nth-child(1)):not(:nth-child(5)) {
    width: 26%;
  }
  .block-salgs__content {
    overflow: hidden;
    padding: 0 15px;
    max-width: 100%;
  }
  .block-salgs__item {
    margin-left: 0;
    height: auto;
  }
  .block-salgs__item.right .block-salgs__info {
    margin-left: 30px;
    margin-right: 0;
    max-width: 500px;
  }
  .block-salgs__img {
    max-width: 50%;
  }
  .block-salgs__info {
    margin-right: 30px;
    max-width: 50%;
  }
  .block-ledige__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-ledige__list li {
    max-width: 42%;
  }
  .block-ledige__list li:nth-child(odd) {
    margin-right: 30px;
  }
  .page-about-offer {
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-raiting__sort .block-catalog__sort-view {
    display: none;
  }
  .block-product__photo-gallery-box {
    padding: 5px 10px;
  }
  .block-product__photo-gallery-box p {
    max-width: 475px;
    margin-right: 15px;
  }
  .block-product__info {
    padding: 15px 10px;
  }
  .block-product__info-list li {
    padding-right: 0;
  }
  .product-info__menu-title ul {
    padding: 0 30px;
  }
  .infrastructure__item {
    width: 45%;
  }
  .infrastructure__item:nth-child(3) {
    display: none;
  }
  .infrastructure__objects-map {
    max-width: 300px;
  }
  .infrastructure__objects-map img {
    max-width: none;
  }
  .box-modal4 .first,
.box-modal12 .first,
.box-modal13 .first,
.box-modal4 .second,
.box-modal12 .second,
.box-modal13 .second {
    width: 100%;
  }
  .box-modal4__wrapper,
.box-modal12__wrapper,
.box-modal13__wrapper {
    max-width: 100%;
    margin: 70px 50px;
  }
  .box-modal4__about, .box-modal12__about, .box-modal13__about {
    padding: 70px 50px;
  }
  .box-modal4__wrp,
.box-modal12__wrp,
.box-modal13__wrp {
    max-width: 100%;
  }
  .box-modal4 .box-modal__close,
.box-modal12 .box-modal__close,
.box-modal13 .box-modal__close {
    right: 20px;
    top: 20px;
  }
  .box-modal4 .box-modal__close svg,
.box-modal12 .box-modal__close svg,
.box-modal13 .box-modal__close svg {
    fill: var(--bg-dark);
  }
}
@media screen and (max-width: 992px) {
  body.is-white .c-header-nav__menu-list > li:last-child:after {
    background: url(../img/menu-arrow.svg) no-repeat center;
  }
  body.is-white .c-header-nav .logo svg,
body.is-white .c-header-nav__search svg {
    fill: var(--color-white);
  }
  body.is-white .c-header-nav .logo span,
body.is-white .c-header-nav__mobile-menu span,
body.is-white .c-header-nav__mobile-menu span:before,
body.is-white .c-header-nav__mobile-menu span:after {
    background-color: var(--text-light);
  }
  .wrapper {
    max-width: 100%;
  }
  .header {
    margin-top: 65px;
  }
  .header__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--bg-dark);
  }
  .header__inner.scrolled .c-header-nav {
    padding: 10px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .header__inner.scrolled .c-header-nav .logo {
    height: 35px;
    min-width: 35px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .header__inner.scrolled .c-header-nav .logo span:nth-child(2) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
    height: 2px;
    width: 35px;
  }
  .header__inner.scrolled .c-header-nav .logo span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    height: 2px;
    width: 35px;
  }
  .header__inner.scrolled .c-header-nav .logo span:nth-child(4) {
    top: 35px;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    height: 35px;
    width: 2px;
  }
  .header__inner.scrolled .c-header-nav .logo span:nth-child(5) {
    top: -35px;
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    -webkit-animation-delay: 0.85s;
            animation-delay: 0.85s;
    height: 35px;
    width: 2px;
  }
  .header__inner.scrolled .c-header-nav .logo svg {
    width: 35px;
    height: 35px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  @-webkit-keyframes preloader5 {
    100% {
      top: 0;
    }
  }
  @keyframes preloader5 {
    100% {
      top: 0;
    }
  }
  @keyframes preloader5 {
    100% {
      top: -12px;
    }
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .block-main-cards__text {
    max-width: 80%;
  }
  .sale .block-closest__adress svg {
    width: 21px;
  }
  .block-closest__contacts {
    margin-left: 15px;
  }
  .block-closest__contacts svg {
    width: 17px;
  }
  .header.main-header {
    height: 100vh;
  }
  .block-sale {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-sale__title {
    margin-bottom: 60px;
  }
  .block-salgs__content {
    margin-top: 50px;
  }
  .block-salgs__item {
    -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;
  }
  .block-salgs__item.right {
    margin-left: 0;
    margin-right: 0;
  }
  .block-salgs__item.right .block-salgs__info {
    max-width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .block-salgs__img {
    max-width: 100%;
  }
  .block-salgs__info {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .block-ledige__list li {
    max-width: 47%;
  }
  .about-content__advantages {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
  .about-content__advantages li {
    width: 45%;
    margin-bottom: 60px;
  }
  .about-content__photo-gallery {
    margin-top: 40px;
    height: 560px;
  }
  .about-content__photo-gallery .slick-slide {
    max-width: 355px;
  }
  .about-content__wrapper {
    width: 97%;
    height: calc(449px + 10vh);
  }
  .about-content__slider .slick-list {
    padding-bottom: 0;
  }
  .about-content__container {
    max-width: 420px;
    margin: 50px auto 0;
  }
  .mobile-filters {
    display: block;
  }
  .block-catalog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-catalog__sort-show-items {
    display: none;
  }
  .block-catalog__sort-types ul {
    left: auto;
    right: calc(-100% + 35px);
  }
  .block-broker__content {
    margin-left: 20px;
    max-width: 480px;
  }
  .block-product__manager:not(:last-child) {
    margin-bottom: 30px;
  }
  .product-info {
    padding-top: 0;
  }
  .product-info .wrapper {
    padding: 0;
    max-width: 100%;
  }
  .product-info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-info__menu-title, .product-info__menu-box {
    max-width: 450px;
    margin: 0 auto;
  }
  .product-info__menu {
    width: 100%;
    position: static;
    padding: 0 15px;
    padding-bottom: 50px;
    margin-right: 0;
  }
  .product-info__main {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 40px;
  }
  .product-info__menu-title ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 540px;
    margin: 40px auto 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .product-info__menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-info__social {
    max-width: 200px;
    margin-top: 15px;
  }
  .block-product__photo-gallery-box p {
    font-size: var(--fontSize10);
    max-width: 250px;
  }
  .block-product__slider-count {
    min-width: 50px;
  }
  .block-product__info-list li {
    width: 20%;
  }
  .block-product__info-list li:nth-child(1) {
    width: 40%;
  }
  .block-product__info-list li:nth-child(5):before {
    display: none;
  }
  .block-product__info-list li:nth-child(1), .block-product__info-list li:nth-child(2), .block-product__info-list li:nth-child(3), .block-product__info-list li:nth-child(4) {
    margin-bottom: 30px;
  }
  .box-modal__content_full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-modal4 .second {
    display: none;
  }
  .box-modal4 .first {
    background-color: #fff;
  }
  .box-modal12 .box-modal__content,
.box-modal13 .box-modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .box-modal4__wrapper,
.box-modal12__wrapper,
.box-modal13__wrapper {
    margin: 50px;
  }
  .box-modal4__about,
.box-modal12__about,
.box-modal13__about {
    padding: 50px;
  }
  .arrow {
    width: 30px;
    height: 30px;
    right: 15px;
    bottom: 15px;
  }
  .arrow svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    margin-top: 55px;
  }
  .section-indent {
    padding: 40px 0;
  }
  .uni-section {
    padding: 30px 0 40px;
  }
  .main-cards.section-indent {
    padding-bottom: 0;
  }
  .block-closest__inner {
    -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;
  }
  .block-closest__adress {
    margin: 15px 0;
  }
  .block-closest .button-default {
    margin-top: 35px;
  }
  .block-main-cards__list li {
    height: 270px;
  }
  .block-closest {
    padding: 0;
  }
  .block-main-info__title p {
    max-width: 300px;
  }
  .block-main-cards__text p:nth-child(2) {
    display: none;
  }
  .block-main-cards__list li {
    height: 220px;
  }
  .block-kontorer .block-closest {
    padding: 30px;
  }
  .block-kontorer__item {
    width: 100%;
  }
  .block-kontorer__list {
    margin-bottom: 20px;
  }
  .block-kontorer__link {
    padding: 15px;
  }
  .block-ledige__list li {
    padding: 20px;
  }
  .block-ledige__list li h4 {
    min-height: 50px;
  }
  .block-ledige__btn {
    margin-top: 30px;
  }
  .about-content__advantages li p:nth-child(1) {
    font-size: 70px;
  }
  .about-content__advantages li p:nth-child(2) {
    margin-top: 0;
  }
  .about-content__wrapper {
    padding-left: 0;
  }
  .about-content__slider {
    margin-top: 30px;
  }
  .about-content__photo-gallery h2 {
    max-width: 400px;
  }
  .block-catalog__item-info {
    margin-left: 10px;
  }
  .block-catalog__item-desc {
    font-size: var(--fontSize12);
  }
  .block-catalog__item-about li {
    margin-top: 5px;
  }
  .block-catalog__item-about-title, .block-catalog__item-about-text {
    font-size: 12px;
  }
  .block-catalog__item-about-title:after, .block-catalog__item-about-text:after {
    display: none;
  }
  .block-catalog__item-visit p {
    font-size: var(--fontSize12);
  }
  .block-catalog__list.tile .block-catalog__item-about-text,
.block-catalog__list.tile .block-catalog__item-about-title {
    font-size: var(--fontSize12);
  }
  .block-catalog__list.tile .block-catalog__item-about li:not(:nth-child(4)):before {
    display: none;
  }
  .block-catalog__list.tile .block-catalog__item-cost-price {
    font-size: 12px;
  }
  .sticky_bottom {
    display: none;
  }
  .mobile-filters-icon {
    display: block;
  }
  .block-housing__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-housing__types {
    max-width: 100%;
  }
  .block-housing__ranges {
    max-width: 420px;
    padding-top: 30px;
  }
  .block-housing__wrp {
    margin-top: 20px;
  }
  .broker-catalog {
    padding: 30px 0 40px;
  }
  .block-broker__content {
    padding: 0;
  }
  .block-broker__card-box {
    -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;
  }
  .block-broker__card-item p {
    font-size: var(--fontSize14);
  }
  .block-broker__card-logo {
    width: 100px;
  }
  .block-broker__card-item svg {
    top: auto;
    bottom: 15px;
  }
  .block-office__row {
    margin-right: 0;
  }
  .block-office__row:nth-child(2) .block-office__column_short {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .block-office__row:nth-child(2) .block-office__info-box {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-office__row:nth-child(2) .block-office__info-box a {
    width: 47%;
    margin-bottom: 10px;
  }
  .block-office__row:nth-child(2), .block-office__row:nth-child(1) {
    -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;
  }
  .block-office__row:nth-child(2) .block-office__column_short,
.block-office__row:nth-child(2) .block-office__column_long, .block-office__row:nth-child(1) .block-office__column_short,
.block-office__row:nth-child(1) .block-office__column_long {
    max-width: 100%;
    margin-right: 0;
  }
  .block-office__row:nth-child(3) .block-office__column_short {
    margin-right: 0;
    max-width: 230px;
  }
  .block-office__row:nth-child(3) .block-office__column_long {
    max-width: calc(100% - 230px);
  }
  .block-office__logo img {
    margin: 0 auto 10px;
  }
  .block-product__sub-slider, .block-product__photo-gallery-box p, .block-product__slider-plan, .block-product__slider-count {
    display: none;
  }
  .block-product__slider .btn-wrp {
    padding: 0;
    height: 27px;
  }
  .block-product__slider .slick-arrow svg {
    height: 22px;
  }
  .block-product__photo-gallery-inner {
    width: 100%;
  }
  .block-product__photo-gallery-box {
    background-color: transparent;
  }
  .block-product__slider-btn {
    background-color: var(--color-main60);
    margin: 0 auto;
    max-width: 126px;
  }
  .block-product__slider-btn .slider__counter {
    display: inline;
  }
  .block-product .slick-arrow {
    background-color: var(--color-main60);
  }
  .block-product .slick-arrow.slick-prev {
    right: auto;
    left: 20px;
  }
  .block-product__info-list li {
    min-width: 130px;
    width: 21%;
    padding-left: 5px;
    font-size: var(--fontSize14);
  }
  .block-product__info-list li:nth-child(1) {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .block-product__info-list li:nth-child(5) {
    margin-bottom: 30px;
  }
  .block-product__info-list li:nth-child(5):before {
    display: block;
  }
  .block-product__info-list li:nth-child(2):before, .block-product__info-list li:nth-child(6):before {
    display: none;
  }
  .product-info {
    padding-top: 0;
  }
  .product-info__main {
    max-width: 580px;
  }
  .gallery_modal.list .slick-slide img {
    margin-right: 0;
  }
  .box-modal__close svg {
    fill: var(--main-color);
  }
  .cities__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .cities__name {
    font-size: var(--fontSize14);
  }
}
@media screen and (max-width: 577px) {
  .header__inner {
    background-color: var(--bg-dark);
  }
  .header__inner.sticky {
    background-color: var(--bg-dark);
  }
  .block-about__info li {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .block-ledige__parent-select:after {
    display: block;
  }
  .block-ledige__select {
    display: block;
  }
  .block-ledige__sort-list {
    display: none;
  }
  .block-ledige__list li {
    max-width: 100%;
  }
  .block-ledige__list li:nth-child(odd) {
    margin-right: 0;
  }
  .block-ledige__desc {
    min-height: 105px;
  }
  .about-content__advantages {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-content__advantages li p:nth-child(1) {
    font-size: 50px;
  }
  .about-content__container {
    max-width: 320px;
  }
  .block-catalog__content {
    min-width: auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
  .block-catalog__item-box {
    display: none;
  }
  .block-catalog__item-button {
    display: none;
  }
  .block-catalog__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .block-catalog__item-wrpr {
    width: auto;
  }
  .block-catalog__item-about {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .block-catalog__item-about-text {
    margin-top: 0;
  }
  .block-catalog__item-about li:not(:nth-child(1)):not(:nth-child(5)) {
    width: auto;
  }
  .block-catalog__item-cost-price span:nth-child(2), .block-catalog__item-about li:not(:nth-child(4)) .block-catalog__item-about-title, .block-catalog__item-about li:nth-child(2), .block-catalog__item-about li:nth-child(5), .block-catalog__item-about li:nth-child(7), .block-catalog__item-about li:nth-child(8) {
    display: none;
  }
  .block-catalog__item-about li {
    width: auto;
    padding: 0 1px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block-catalog__item-about li:not(:nth-child(4)):after {
    content: ",";
    display: inline-block;
  }
  .block-catalog .block-catalog__item-desc {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .block-catalog__list.tile .block-catalog__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .block-catalog__list.tile .block-catalog__item-img-slider {
    max-width: 275px;
  }
  .block-catalog__list.tile .block-catalog__item-wrpr {
    width: 100%;
  }
  .block-catalog__list.tile .block-catalog__item-cost-price {
    font-size: 16px;
  }
  .broker-catalog .block-catalog__list.tile .block-catalog__item,
.broker-catalog .block-catalog__list.tile .block-catalog__item-img-slider {
    width: 100%;
    max-width: 100%;
  }
  .block-broker {
    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;
  }
  .block-broker__img {
    margin-bottom: 20px;
    max-width: 200px;
  }
  .block-broker__content {
    margin-left: 0;
  }
  .block-broker__card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .block-broker__card-item {
    margin-bottom: 20px;
  }
  .block-broker__card-item svg {
    right: auto;
    left: 7px;
    bottom: 5px;
    width: 17px;
    height: 17px;
  }
  .block-broker__card-logo {
    margin: 0 auto;
  }
  .block-broker__card-link {
    display: block;
    margin-top: 10px;
  }
  .block-broker__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-product__manager-contacts {
    font-size: 10px;
  }
  .block-office__row:nth-child(3) {
    -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;
  }
  .block-office__row:nth-child(3) .block-office__column_short,
.block-office__row:nth-child(3) .block-office__column_long {
    max-width: 100%;
    margin-right: 0;
  }
  .block-office__info-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .block-office__info-btns a {
    max-width: 48%;
    margin-bottom: 13px;
  }
  .block-office__info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-office__info-box a {
    width: 100% !important;
  }
  .block-product__info-list li {
    font-size: var(--fontSize10);
    min-width: 72px;
    max-width: none;
    width: 25%;
    padding-right: 5px;
  }
  .block-product__info-list li:nth-child(5), .block-product__info-list li:nth-child(4), .block-product__info-list li:nth-child(3), .block-product__info-list li:nth-child(2) {
    margin-bottom: 10px;
  }
  .block-product__title-box p {
    font-size: 12px;
  }
  .block-product__info {
    padding: 15px 10px;
  }
  .block-product__slider .btn-wrp svg {
    height: 20px;
  }
  .product-info {
    padding-top: 0;
  }
  .product-info__menu-title {
    max-width: 375px;
  }
  .product-info__menu-title ul {
    padding: 0;
    margin-top: 30px;
  }
  .product-info__menu-title ul li {
    font-size: var(--fontSize12);
  }
  .product-info__menu-box {
    max-width: 375px;
    padding: 0;
  }
  .product-info__menu-btn {
    max-width: 48%;
    padding: 12px 0;
  }
  .product-info__menu-btn:nth-child(1) {
    max-width: 100%;
  }
  .product-info__menu-btn:not(:last-child) {
    margin-bottom: 10px;
  }
  .product-info__social {
    margin: 20px auto 0;
  }
  .infrastructure__objects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .infrastructure__objects-inner {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .infrastructure__list {
    -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;
  }
  .infrastructure__item {
    width: 100%;
    max-width: 240px;
  }
  .box-modal4__wrapper,
.box-modal12__wrapper,
.box-modal13__wrapper {
    margin: 20px;
  }
  .box-modal4__about,
.box-modal12__about,
.box-modal13__about {
    padding: 20px;
  }
  .box-modal4__broker-verdivurdering-title,
.box-modal12__broker-verdivurdering-title,
.box-modal13__broker-verdivurdering-title {
    font-size: 22px;
  }
  .box-modal12__broker-verdivurdering-position {
    font-size: var(--fontSize14);
  }
}
@media screen and (max-width: 481px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  .block-main-cards__list li {
    height: 140px;
    width: 48%;
    margin-bottom: 10px;
  }
  .block-main-cards__list li h2 {
    font-size: var(--fontSize16);
  }
  .about-content__photo-gallery .slick-slide {
    max-width: 230px;
  }
  .about-content__wrapper, .about-content__photo-gallery {
    height: 402px;
    padding-bottom: 0;
  }
  .block-housing__box {
    max-width: 55%;
  }
  .block-catalog__content {
    min-width: auto;
    width: 100%;
  }
  .block-catalog__item {
    margin-bottom: 15px;
  }
  .block-catalog__item-img-slider {
    max-width: 135px;
  }
  .block-catalog__item-cost {
    margin-top: 0;
  }
  .block-catalog__list.tile .block-catalog__item-about {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .block-catalog__list.tile .block-catalog__item-info {
    margin-top: 0;
  }
  .block-catalog__list.tile .block-catalog__item-cost-price {
    font-size: var(--fontSize14);
  }
  .block-catalog__list.tile .block-catalog__item-about-text,
.block-catalog__list.tile .block-catalog__item-about-title,
.block-catalog__list.tile .block-catalog__item-desc {
    font-size: var(--fontSize10);
  }
  .block-product__title-box a {
    margin-left: 15px;
  }
  .block-product__title-box span {
    display: none;
  }
  .gallery_modal.list .slick-slide img {
    max-width: 30%;
  }
  .block-product__manager-info {
    margin-left: 10px;
  }
  .block-product__manager-info {
    max-width: 200px;
  }
  .box-modal4__list li p:nth-child(2) {
    font-size: 10px;
  }
  .box-modal4__list li p:nth-child(1) {
    font-size: 12px;
  }
}