/*! 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 {
  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 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor; /* 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 {
  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] {
  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;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on August 20, 2017 6:55 PM */
@font-face {
  font-family: "Golos-text";
  src: url(/fonts/Golos-Text_Black.woff2) format("woff2"), url(/fonts/Golos-Text_Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Golos-text";
  src: url(/fonts/Golos-Text_Bold.woff2) format("woff2"), url(/fonts/Golos-Text_Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Golos-text";
  src: url(/fonts/Golos-Text_DemiBold.woff2) format("woff2"), url(/fonts/Golos-Text_DemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Golos-text";
  src: url(/fonts/Golos-Text_Medium.woff2) format("woff2"), url(/fonts/Golos-Text_Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Golos-text";
  src: url(/fonts/Golos-Text_Regular.woff2) format("woff2"), url(/fonts/Golos-Text_Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Golos-text-VF";
  src: url(/fonts/golos-text_vf.woff2) format("woff2 supports variations"), url(/fonts/golos-text_vf.woff2) format("woff2-variations"), url(/fonts/golos-text_vf.woff) format("woff supports variations"), url(/fonts/golos-text_vf.woff) format("woff-variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.container {
  box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
html,
body,
#html_container {
  min-height: 100%;
}

body {
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
}

#html_container,
body {
  display: flex;
  flex-direction: column;
}

#html_container {
  flex-shrink: 0;
}

main {
  flex: 1 0 auto;
}

body {
  font-family: "Golos-text", Arial, Helvetica, sans-serif;
  color: #3c3c3c;
}

@supports (font-variation-settings: normal) {
  body {
    font-family: "Golos-text-VF", Arial, Helvetica, sans-serif;
  }
}
body {
  font-family: "Golos-text-VF", "Golos-text", Arial, Helvetica, sans-serif;
  height: 100%;
  margin: 0 auto;
  font-size: 16px;
}

#html_container {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.no-scroll {
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}

a.link {
  display: inline-block;
  position: relative;
  color: #3c3c3c;
  fill: #3c3c3c;
  text-decoration: none;
  transition-property: fill, color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
a.link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #3c3c3c;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
a.link:hover {
  color: #7b7b7b;
  fill: #7b7b7b;
}
a.link:hover::after {
  width: 100%;
  background-color: #7b7b7b;
}
a.link:active {
  color: #3c3c3c;
  fill: #3c3c3c;
}
a.link:active::after {
  width: 100%;
  background-color: #3c3c3c;
}

a[href=""] {
  cursor: auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

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

.title-large,
h1 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  margin: 0;
}

.title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  margin: 0;
}

.title-small {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.title-verysmall {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .title-large {
    font-size: 52px;
    line-height: 60px;
  }
  .title {
    font-size: 26px;
    line-height: 34px;
  }
  .title-small {
    font-size: 22px;
    line-height: 30px;
  }
  .title-verysmall {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .title {
    font-size: 32px;
    line-height: 40px;
  }
  .title-small {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1625px) {
  .title-large,
  h1 {
    font-size: 64px;
    line-height: 72px;
    margin: 0;
  }
}
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-slide > div {
  height: 100%;
}

.background-gray {
  background-color: #f1f1f1;
}

.background-info {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .background-info {
    background-image: url(/img/info/info-bg.jpg);
    background-repeat: no-repeat;
    background-position: top -228px right -2px;
    background-size: auto;
  }
}
@keyframes zoomReverseIn {
  0% {
    transform: scale(1.25) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes moveUp {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: 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;
}

.button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px 25px;
  border: 2px solid transparent;
  border-radius: 2px;
  outline: none;
  font: inherit;
  background: none;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  border-color: #3c3c3c;
  background-color: transparent;
  color: #3c3c3c;
  fill: #3c3c3c;
  stroke: #3c3c3c;
  transition-property: color, fill, stroke, border-color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.button:hover {
  background-color: #7b7b7b;
  border-color: #7b7b7b;
  color: #ffffff;
}
.button:active {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #ffffff;
}
.button:disabled, .button[disabled] {
  background-color: transparent;
  border-color: #d9d9d9;
  color: #d9d9d9;
  fill: #d9d9d9;
  stroke: #d9d9d9;
  text-shadow: 0px 1px 0px 0px #ffffff;
  cursor: auto;
  pointer-events: none;
}

.button--light {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.button--light:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #7b7b7b;
}
.button--light:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #3c3c3c;
}
.button--light:disabled, .button--light[disabled] {
  background-color: transparent;
  border-color: #505050;
  color: #505050;
  fill: #505050;
  stroke: #505050;
  text-shadow: none;
  cursor: auto;
  pointer-events: none;
}

.button--dark {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #ffffff;
}
.button--dark:hover {
  background-color: transparent;
  border-color: #7b7b7b;
  color: #7b7b7b;
}
.button--dark:active {
  background-color: #7b7b7b;
  border-color: #7b7b7b;
  color: #ffffff;
}
.button--dark:disabled, .button--dark[disabled] {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #d9d9d9;
  fill: #d9d9d9;
  stroke: #d9d9d9;
}

a.button {
  text-decoration: none;
}

.toggle {
  cursor: pointer;
  padding: 10px 18px;
  min-width: 120px;
  outline: none;
  font: inherit;
  color: #3c3c3c;
  background: none;
  background-color: transparent;
  border: 1px dashed #7b7b7b;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  height: auto;
  transition-property: color, fill, stroke, border-color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.toggle:hover {
  background-color: #f1f1f1;
  color: #7b7b7b;
}
.toggle:active, .toggle._active {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: #7b7b7b;
  cursor: auto;
}
.toggle:disabled, .toggle[disabled] {
  border-color: #d9d9d9;
  background-color: transparent;
  color: #d9d9d9;
  pointer-events: none;
}
.toggle:disabled._active, .toggle[disabled]._active {
  pointer-events: none;
  border-color: #e1e1e1;
  background-color: #e1e1e1;
  color: #d9d9d9;
  text-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.48);
}

.toggle--light:hover {
  background-color: #ffffff;
  color: #7b7b7b;
  border-color: #7b7b7b;
}
.toggle--light:active, .toggle--light._active {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #7b7b7b;
}

.input._error .input__field {
  border-color: #f8b6c9;
}
.input._error .input__field + span {
  padding-left: 15px;
  color: #a86176;
}

.input__label {
  font-size: 12px;
  line-height: 28px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}

.input__field {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 14px;
  line-height: 24px;
  color: #3c3c3c;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  outline: none;
  height: 56px;
  padding-left: 15px;
  padding-right: 15px;
}
.input__field::-moz-placeholder {
  color: #acacac;
}
.input__field::placeholder {
  color: #acacac;
}
.input__field:not(:-moz-placeholder-shown) {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25) inset;
}
.input__field:hover, .input__field:focus, .input__field:not(:placeholder-shown), .input__field:active {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25) inset;
}
.input__field:disabled {
  color: #424242;
  text-shadow: 1px 1px 0px rgba(119, 119, 119, 0.25);
  box-shadow: 1px 1px 0px 0px #5b5b5b inset;
  background-color: #505050;
  border-color: #505050;
}
.input__field:disabled::-moz-placeholder {
  color: #424242;
  text-shadow: 1px 1px 0px rgba(119, 119, 119, 0.25);
}
.input__field:disabled::placeholder {
  color: #424242;
  text-shadow: 1px 1px 0px rgba(119, 119, 119, 0.25);
}

.slider--disabled .slider__controls,
.slider--disabled .slider__navigation,
.slider--disabled .slider__pagination {
  display: none;
}

.slider__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider__navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slider__pagination-text {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #b3b3b3;
}

.slider__prev + .slider__next {
  margin-left: 8px;
}

.slider__prev,
.slider__next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  border-radius: 2px;
  width: 65px;
  height: 48px;
  color: #ffffff;
  fill: #ffffff;
  background-color: #7b7b7b;
  font-size: 18px;
  font-weight: 700;
  transition-property: color, fill, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.slider__prev:hover,
.slider__next:hover {
  background-color: #656565;
}
.slider__prev:active,
.slider__next:active {
  background-color: #656565;
}
.slider__prev:disabled, .slider__prev[disabled], .slider__prev[aria-disabled=true], .slider__prev.swiper-button-disabled,
.slider__next:disabled,
.slider__next[disabled],
.slider__next[aria-disabled=true],
.slider__next.swiper-button-disabled {
  background-color: #505050;
  color: #3c3c3c;
  fill: #3c3c3c;
}
.slider__prev:disabled:hover, .slider__prev:disabled:active, .slider__prev:disabled:focus, .slider__prev[disabled]:hover, .slider__prev[disabled]:active, .slider__prev[disabled]:focus, .slider__prev[aria-disabled=true]:hover, .slider__prev[aria-disabled=true]:active, .slider__prev[aria-disabled=true]:focus, .slider__prev.swiper-button-disabled:hover, .slider__prev.swiper-button-disabled:active, .slider__prev.swiper-button-disabled:focus,
.slider__next:disabled:hover,
.slider__next:disabled:active,
.slider__next:disabled:focus,
.slider__next[disabled]:hover,
.slider__next[disabled]:active,
.slider__next[disabled]:focus,
.slider__next[aria-disabled=true]:hover,
.slider__next[aria-disabled=true]:active,
.slider__next[aria-disabled=true]:focus,
.slider__next.swiper-button-disabled:hover,
.slider__next.swiper-button-disabled:active,
.slider__next.swiper-button-disabled:focus {
  background-color: #505050;
  color: #3c3c3c;
  fill: #3c3c3c;
}
.slider__prev.swiper-button-lock,
.slider__next.swiper-button-lock {
  display: none;
}

.slider__prev-icon,
.slider__next-icon {
  width: 14px;
  height: 10px;
  fill: inherit;
}

.slider__prev-icon {
  transform: rotate(180deg);
}

.slider__prev--light,
.slider__next--light {
  color: #3c3c3c;
  fill: #3c3c3c;
  background-color: #ffffff;
}
.slider__prev--light:hover,
.slider__next--light:hover {
  background-color: #ffffff;
  color: #7b7b7b;
  fill: #7b7b7b;
}
.slider__prev--light:active,
.slider__next--light:active {
  background-color: #ffffff;
  color: #3c3c3c;
  fill: #3c3c3c;
}
.slider__prev--light:disabled, .slider__prev--light[disabled], .slider__prev--light[aria-disabled=true], .slider__prev--light.swiper-button-disabled,
.slider__next--light:disabled,
.slider__next--light[disabled],
.slider__next--light[aria-disabled=true],
.slider__next--light.swiper-button-disabled {
  background-color: #d9d9d9;
  color: #ffffff;
  fill: #ffffff;
  pointer-events: none;
}

.checkbox__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.checkbox__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 1px;
  border: 2px solid #7b7b7b;
  background-color: transparent;
  margin-right: 8px;
  flex-shrink: 0;
  transition-property: border-color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.checkbox__icon {
  display: block;
  width: 11px;
  height: 19px;
  opacity: 0;
  fill: #3c3c3c;
  transition: opacity 0.3s ease-in-out;
}

.checkbox__input:checked + .checkbox__label .checkbox__box {
  border-color: #ffffff;
  background-color: #ffffff;
}
.checkbox__input:checked + .checkbox__label .checkbox__icon {
  opacity: 1;
}

.checkbox--dark .checkbox__box {
  border-color: #3c3c3c;
}
.checkbox--dark .checkbox__icon {
  fill: #ffffff;
}
.checkbox--dark .checkbox__label {
  color: #7b7b7b;
}
.checkbox--dark .checkbox__label:hover .checkbox__box {
  background-color: #d9d9d9;
}
.checkbox--dark .checkbox__input:checked + .checkbox__label .checkbox__box {
  border-color: #3c3c3c;
  background-color: #3c3c3c;
}

.pagecontent {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1625px;
  position: relative;
  z-index: 1;
}
.pagecontent h1 {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .pagecontent {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pagetext {
  color: #3c3c3c;
}
.pagetext h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 20px;
}
.pagetext h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 16px;
}
.pagetext h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 12px;
}
.pagetext p {
  margin: 0;
  color: inherit;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .pagetext h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .pagetext h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .pagetext h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 992px) {
  .pagetext h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .pagetext p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
.main-header {
  position: sticky;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  background-color: #ffffff;
  z-index: 5;
}

.main-header__logo {
  display: flex;
  align-items: center;
  order: 1;
  width: 229px;
  height: 46px;
  margin-left: 15px;
  margin-right: 15px;
}

.main-header__menu-toggle,
.main-header__menu-close {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  color: #3c3c3c;
  fill: #3c3c3c;
  width: 56px;
  height: 48px;
  transition-property: color, fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.main-header__menu-toggle:hover,
.main-header__menu-close:hover {
  color: #7b7b7b;
  fill: #7b7b7b;
}
.main-header__menu-toggle:active,
.main-header__menu-close:active {
  color: #3c3c3c;
  fill: #3c3c3c;
}
.main-header__menu-toggle:disabled, .main-header__menu-toggle[disabled],
.main-header__menu-close:disabled,
.main-header__menu-close[disabled] {
  color: #d9d9d9;
  fill: #d9d9d9;
  pointer-events: none;
}

.main-header__menu-wrap {
  order: 2;
  padding-right: 15px;
}

.main-header__menu-toggle {
  background-color: #f1f1f1;
}

.main-header__menu-toggle-icon {
  fill: inherit;
  width: 20px;
  height: 22px;
}

.main-header__menu-close {
  position: absolute;
  right: 15px;
  top: 25px;
  background-color: #ffffff;
}

.main-header__menu-close-icon {
  width: 17px;
  height: 17px;
  fill: inherit;
}

.main-header__menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #f1f1f1;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  padding-top: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.main-header__menu._active {
  opacity: 1;
  pointer-events: all;
}

.main-header__contacts {
  display: flex;
  justify-content: center;
  order: 3;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 22px;
}

.main-header__apartaments {
  box-sizing: content-box;
  order: 4;
  min-width: 100%;
}

.main-header__phone-mobile {
  display: none;
  order: 2;
  width: 48px;
  height: 48px;
  text-decoration: none;
  border: 2px solid transparent;
  align-items: center;
  justify-content: center;
  fill: #3c3c3c;
  margin-left: auto;
  margin-right: 15px;
  transition-property: border-color, background-color, fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}
.main-header__phone-mobile:hover, .main-header__phone-mobile:active {
  fill: #7b7b7b;
}

.main-header__phone-mobile-icon {
  width: 24px;
  height: 24px;
  fill: inherit;
}

@media screen and (min-width: 560px) {
  .main-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-header__logo {
    margin-left: 0;
  }
  .main-header__apartaments {
    order: 2;
    min-width: auto;
    width: 210px;
    margin-left: auto;
    margin-right: 0;
  }
  .main-header__menu-wrap {
    order: 3;
    margin-left: 17px;
    padding-right: 0;
  }
  .main-header__contacts {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .main-header__menu {
    z-index: 12;
  }
}
@media screen and (min-width: 768px) {
  .main-header {
    padding-bottom: 25px;
  }
  .main-header__menu-wrap {
    position: relative;
  }
  .main-header__menu {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: auto;
    min-width: 200px;
    padding: 25px;
    margin-top: 10px;
    box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .main-header__contacts {
    width: 100%;
    padding-bottom: 0;
    padding-top: 15px;
    padding-left: 15px;
  }
  .main-header__menu-close {
    display: none;
  }
}
@media screen and (min-width: 930px) {
  .main-header {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .main-header__contacts {
    width: auto;
    padding-top: 0;
    padding-left: 0;
    margin-left: 15px;
    margin-right: 0;
  }
}
@media screen and (min-width: 950px) {
  .main-header__apartaments {
    order: 2;
    margin-top: 0;
  }
  .main-header__contacts {
    order: 3;
    margin-top: 0;
  }
  .main-header__menu-wrap {
    margin-right: auto;
  }
  .main-header__menu {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1265px) {
  .main-header__apartaments {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1320px) {
  .main-header__menu-wrap {
    order: 2;
    width: auto;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 10px;
  }
  .main-header__menu {
    position: static;
    padding: 0;
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
    background-color: transparent;
    box-shadow: none;
  }
  .main-header__menu-toggle {
    display: none;
  }
  .main-header__apartaments {
    order: 3;
    margin-right: 0;
    margin-left: 15px;
  }
  .main-header__contacts {
    order: 4;
    margin-right: 0;
  }
}
@media screen and (min-width: 1460px) {
  .main-header {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
  }
  .main-header__logo {
    margin-right: 6.2365591398%;
  }
  .main-header__apartaments {
    margin-right: auto;
    margin-left: 3.2258064516%;
  }
}
@media screen and (max-width: 891px) {
  .main-header._sticky {
    animation: headerSlideDown 0.5s ease-in-out;
    background-color: transparent;
  }
  .main-header._sticky::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    height: 98px;
    z-index: -1;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .main-header._sticky .main-header__logo {
    width: 180px;
  }
  .main-header._sticky .main-header__contacts,
  .main-header._sticky .main-header__apartaments {
    opacity: 0;
    visibility: hidden;
    display: none;
    pointer-events: none;
  }
  .main-header._sticky .main-header__phone-mobile {
    display: flex;
  }
}
@media screen and (max-width: 891px) and (min-width: 400px) {
  .main-header._sticky .main-header__logo {
    width: 229px;
  }
}
@media screen and (max-width: 891px) and (min-width: 560px) {
  .main-header._sticky .main-header__logo {
    width: 180px;
  }
  .main-header._sticky .main-header__apartaments {
    display: none;
    width: 100%;
    order: 10;
  }
  .main-header._sticky .main-header__menu-wrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 891px) and (min-width: 585px) {
  .main-header._sticky .main-header__apartaments {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    width: 210px;
    order: 2;
  }
  .main-header._sticky .main-header__phone-mobile {
    order: 3;
  }
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header-contacts {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 340px;
}

.header-contacts__phone {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.32px;
  color: #3c3c3c;
}

.header-contacts__toggle {
  margin-top: 10px;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 8px 10px;
  border: 2px solid transparent;
  color: #7b7b7b;
  fill: #7b7b7b;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 21px;
  margin-left: 5px;
  transition-property: border-color, color, fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header-contacts__toggle:hover {
  border-color: #7b7b7b;
  color: #7b7b7b;
  fill: #7b7b7b;
}
.header-contacts__toggle:active {
  border-color: #3c3c3c;
  color: #3c3c3c;
  fill: #3c3c3c;
}

.header-contacts__toggle-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: inherit;
  flex-shrink: 0;
}

@media screen and (max-width: 370px) {
  a.header-contacts__phone {
    font-size: 14px;
  }
}
.logo__img {
  display: block;
  max-width: 100%;
}

.dropdown-list {
  background-color: #f1f1f1;
  position: relative;
}
.dropdown-list._active .dropdown-list__placeholder {
  color: #7b7b7b;
}
.dropdown-list._active .dropdown-list__icon-wrap {
  fill: #7b7b7b;
  border-color: #7b7b7b;
}
.dropdown-list._active .dropdown-list__icon {
  transform: rotate(180deg);
}

.dropdown-list__header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding-left: 18px;
  padding-right: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.dropdown-list__header:hover .dropdown-list__placeholder {
  color: #7b7b7b;
}
.dropdown-list__header:hover .dropdown-list__icon-wrap {
  fill: #7b7b7b;
  border-color: #7b7b7b;
}

.dropdown-list__placeholder {
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
}

.dropdown-list__icon-wrap {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #3c3c3c;
  fill: #3c3c3c;
  flex-shrink: 0;
  margin-left: 8px;
}

.dropdown-list__icon {
  fill: inherit;
  width: 10px;
  height: 6px;
}

.dropdown-list__body {
  position: absolute;
  left: 0;
  top: 48px;
  display: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: #f1f1f1;
  z-index: 3;
  max-height: 280px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #7b7b7b #ffffff;
  scrollbar-width: thin;
  scrollbar-gutter: auto;
}
.dropdown-list__body::-webkit-scrollbar {
  width: 10px;
}
.dropdown-list__body::-webkit-scrollbar-track {
  box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.dropdown-list__body::-webkit-scrollbar-thumb {
  background-color: #7b7b7b;
}

.dropdown-list__item {
  border: 1px dashed #7b7b7b;
  border-radius: 1px;
  outline: none;
  font: inherit;
  color: #3c3c3c;
  cursor: pointer;
  background: transparent;
  width: 100%;
  padding: 10px;
  min-height: 48px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: color, border-color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.dropdown-list__item:hover, .dropdown-list__item._active {
  color: #7b7b7b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.dropdown-list__item + .dropdown-list__item {
  margin-top: 8px;
}
.dropdown-list__item._active {
  pointer-events: none;
}

.dropdown-list--left .dropdown-list__placeholder {
  margin-right: auto;
}

.main-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav__item {
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
}

.main-nav__link {
  display: inline-block;
  position: relative;
  color: #3c3c3c;
  fill: #3c3c3c;
  text-decoration: none;
  transition-property: fill, color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.main-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #3c3c3c;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.main-nav__link:hover {
  color: #7b7b7b;
  fill: #7b7b7b;
}
.main-nav__link:hover::after {
  width: 100%;
  background-color: #7b7b7b;
}
.main-nav__link:active {
  color: #3c3c3c;
  fill: #3c3c3c;
}
.main-nav__link:active::after {
  width: 100%;
  background-color: #3c3c3c;
}

@media screen and (max-width: 767px) {
  .main-nav__item {
    height: 50px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .main-nav__list {
    margin-top: -10px;
  }
  .main-nav__item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1320px) {
  .main-nav__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-left: -15px;
    margin-top: 0;
  }
  .main-nav__item {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1530px) {
  .main-nav__item {
    margin-left: 32px;
  }
}
.intro {
  position: relative;
}

.main-slider__slide {
  height: 100%;
}
.main-slider__slide canvas {
  opacity: 0;
}

.main-slider__slide-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #3c3c3c;
}

.main-slider__slide-inner {
  background-color: #3c3c3c;
  width: 100%;
  height: 100%;
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
}

.main-slider__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-size: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 1;
}
.main-slider__slide-img--mobile {
  display: block;
}

.main-slider__slide-content {
  padding-top: 295px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 3;
}

.main-slider__slide-title {
  color: #ffffff;
}

.main-slider__slide-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  margin-top: 17px;
  margin-bottom: 0;
}
.main-slider__slide-text + .main-slider__slide-text {
  margin-top: 10px;
}

.main-slider__slide-button-wrap {
  display: flex;
  margin-top: 22px;
}

.main-slider__button {
  min-width: 192px;
}

.main-slider__navigation {
  margin-top: 30px;
}

@media screen and (min-width: 715px) {
  .main-slider__slide-inner {
    display: flex;
    padding-top: 0;
  }
  .main-slider__slide-inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .main-slider__slide-content {
    order: 2;
    width: 50%;
    padding-top: 75px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
  }
  .main-slider__slide-img {
    display: block;
  }
  .main-slider__slide-img--mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .main-slider__slide canvas {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 1;
  }
  .main-slider__slide-wrapper {
    display: flex;
    align-items: stretch;
    min-height: 650px;
  }
  .main-slider__slide-inner {
    height: auto;
  }
  .main-slider__slide-text {
    font-size: 24px;
    line-height: 32px;
    margin-top: 27px;
    margin-bottom: 0;
  }
  .main-slider__slide-content {
    padding-bottom: 65px;
    opacity: 0;
    transform: translateX(20px);
  }
  .main-slider__slide-content._visible {
    animation: fadeInRight 0.65s ease forwards;
  }
  .main-slider__slide-button-wrap {
    margin-top: 42px;
  }
  .main-slider__navigation {
    margin-top: auto;
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .main-slider__slide-content {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .main-slider__slide-wrapper {
    min-height: 928px;
  }
  .main-slider__slide-inner::after {
    content: none;
  }
  .main-slider__slide--light .main-slider__slide-inner::after {
    content: "";
  }
  .main-slider__slide-content {
    padding-top: 246px;
    width: 35.7142857143%;
    margin-left: auto;
    padding-right: 0;
  }
}
.position {
  background-color: #3c3c3c;
}

.position__logos {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.position__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.position__logo-img {
  display: block;
  max-width: 100%;
}

.position__info {
  display: none;
}

@media screen and (min-width: 715px) {
  .position {
    background-color: transparent;
    position: absolute;
    z-index: 2;
    top: 0;
  }
  .position__logos {
    flex-direction: column;
    align-items: flex-start;
    max-width: 404px;
    padding-top: 88px;
  }
  .position__logo-wrap + .position__logo-wrap {
    margin-top: 31px;
  }
  .position__logo-wrap {
    justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .position {
    top: auto;
    bottom: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 404px;
    width: 100%;
    min-height: 100%;
    transform: translateX(-20px);
    opacity: 0;
  }
  .position._visible {
    animation: fadeInLeft 0.65s ease forwards;
  }
  .position__logos {
    padding: 46px 60px 40px 60px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.239);
  }
  .position__logo-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .position__info {
    padding: 56px 60px 60px 60px;
    background-color: rgba(0, 0, 0, 0.64);
    display: block;
    color: #ffffff;
    width: 100%;
  }
  .position__info-text {
    margin: 0;
    margin-top: 19px;
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 24px;
  }
  .position__info-link-wrap {
    font-size: 13px;
    line-height: 28px;
  }
  .position__info-link {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: dotted;
  }
  .position__info-link:hover, .position__info-link:active {
    text-decoration: none;
  }
}
@media screen and (min-width: 1625px) {
  .position {
    left: calc((100% - 1625px) / 2);
  }
}
.landscaping-mobile {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.landscaping-mobile__list {
  margin: 0;
  margin-top: -24px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.landscaping-mobile__item {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
}

.landscaping-mobile__item-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.landscaping-mobile__item-icon {
  width: 24px;
  height: 24px;
  fill: #7b7b7b;
  flex-shrink: 0;
  margin-right: 8px;
}

.landscaping-mobile__item-text {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  color: #3c3c3c;
}

@media screen and (min-width: 540px) {
  .landscaping-mobile__item {
    width: 33.333334%;
  }
}
@media screen and (min-width: 768px) {
  .landscaping-mobile {
    display: none;
  }
  .landscaping-mobile__item {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .landscaping-mobile {
    display: none;
  }
}
.landscaping-desktop {
  display: none;
  padding-top: 70px;
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
.landscaping-desktop._active .landscaping-desktop__inner::after {
  opacity: 1;
  pointer-events: all;
}

.landscaping-desktop__inner {
  position: relative;
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
}
.landscaping-desktop__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background: rgba(60, 60, 60, 0.48);
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.landscaping-desktop__toggle {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  background-color: rgba(0, 0, 0, 0.64);
  fill: #ffffff;
  transition-property: background-color, fill;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
}
.landscaping-desktop__toggle._visible {
  animation-name: zoomReverseIn;
  animation-fill-mode: forwards;
  animation-duration: 1.6s;
  animation-delay: 0.3s;
}
.landscaping-desktop__toggle:hover, .landscaping-desktop__toggle:active {
  background-color: #ffffff;
  fill: #3c3c3c;
}
.landscaping-desktop__toggle--cond {
  top: 37.3893%;
  left: 24.507%;
}
.landscaping-desktop__toggle--build {
  top: 16.0398%;
  left: 31.7118%;
}
.landscaping-desktop__toggle--stroller {
  top: 56.084%;
  left: 46.6054%;
}
.landscaping-desktop__toggle--sandbox {
  top: 34.5132%;
  left: 74.3842%;
}
.landscaping-desktop__toggle--tree {
  top: 84.5132%;
  left: 82.6354%;
}
.landscaping-desktop__toggle--plan {
  top: 62.3893%;
  left: 75.3694%;
}
.landscaping-desktop__toggle--foot {
  top: 75.4424%;
  left: 39.0394%;
}
.landscaping-desktop__toggle--car {
  top: 60.5088%;
  left: 9.9137%;
}
.landscaping-desktop__toggle--cart {
  top: 61.2831%;
  left: 31.7118%;
}
.landscaping-desktop__toggle--ladder {
  top: 80.9734%;
  left: 63.5467%;
}

.landscaping-desktop__toggle-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.landscaping-desktop__img {
  display: block;
  max-width: 100%;
}

.landscaping-desktop__note {
  position: absolute;
  background-color: #ffffff;
  padding: 13px 20px;
}
.landscaping-desktop__note--horizontal {
  bottom: 0;
  left: 50%;
}
.landscaping-desktop__note--vertical {
  top: 50%;
  left: 0;
  padding: 20px 13px;
  writing-mode: vertical-lr;
  transform: translateY(-50%);
}

.landscaping-desktop__note-text {
  display: block;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3c3c3c;
}

.landscaping-desktop__advantages-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 1388px;
  max-height: calc(100% - 50px);
  pointer-events: none;
  opacity: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-color: #ffffff;
  z-index: 3;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.landscaping-desktop__advantages-item._active {
  opacity: 1;
  pointer-events: all;
}

.landscaping-desktop__advantages-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.landscaping-desktop__advantages-item-img {
  width: 48.8472%;
  background-position: center;
  background-size: cover;
  margin-left: auto;
  background-repeat: no-repeat;
}

.landscaping-desktop__advantages-item-title {
  margin-bottom: 23px;
}

.landscaping-desktop__advantages-item-text {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

.landscaping-desktop__advantages-item-button-wrap {
  display: flex;
  margin-top: 56px;
}

.landscaping-desktop__advantages-item-button {
  min-width: 120px;
  min-height: 40px;
}

@media screen and (min-width: 768px) {
  .landscaping-desktop {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .landscaping-desktop__toggle {
    width: 64px;
    height: 64px;
  }
  .landscaping-desktop__toggle-icon {
    width: 24px;
    height: 24px;
  }
  .landscaping-desktop__advantages-item-content {
    width: 51.1528%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .landscaping-desktop__advantages-item-img {
    width: 48.8472%;
  }
}
@media screen and (min-width: 1400px) {
  .landscaping-desktop {
    padding-top: 144px;
  }
  .landscaping-desktop__toggle {
    width: 88px;
    height: 88px;
  }
  .landscaping-desktop__toggle-icon {
    width: 32px;
    height: 32px;
  }
  .landscaping-desktop__advantages-item-content {
    padding: 120px;
  }
}
.main-description__inner {
  max-width: 1625px;
  color: #3c3c3c;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 38px;
  padding-bottom: 24px;
  width: 100%;
  background-color: #f1f1f1;
}

.main-description__title {
  margin-bottom: 14px;
}

.main-description__text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .main-description__inner {
    display: flex;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }
  .main-description__header {
    background-color: #f1f1f1;
  }
  .main-description__header,
  .main-description__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 40px 15px;
  }
}
@media screen and (min-width: 992px) {
  .main-description__header {
    padding: 60px 30px;
  }
  .main-description__body {
    padding: 60px 30px;
  }
  .main-description__text {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1120px) {
  .main-description__header,
  .main-description__body {
    transform: translateY(100%);
  }
  .main-description__header._visible,
  .main-description__body._visible {
    animation: moveUp 0.65s ease forwards;
  }
}
@media screen and (min-width: 1200px) {
  .main-description__header {
    padding: 116px 60px;
  }
  .main-description__body {
    padding: 120px 60px;
  }
}
@media screen and (min-width: 1625px) {
  .main-description__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.build-advantages {
  background-color: #f1f1f1;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  width: 100%;
}
.build-advantages .slick-dots {
  display: none !important;
}

.build-advantages__item {
  padding-top: 32px;
  padding-left: 25px;
  padding-right: 18px;
  padding-bottom: 20px;
  fill: #e1e1e1;
  background-color: #ffffff;
  color: #7b7b7b;
  height: 100%;
}

.build-advantages__item--playground {
  padding-top: 151px;
  background-image: url(/img/build-advantages/playground-bg.jpg);
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}

.build-advantages__item--dark {
  fill: #444444;
  background-color: #3c3c3c;
  color: #ffffff;
}
.build-advantages__item--dark .build-advantages__item-title {
  color: #ffffff;
}

.build-advantages__item-icon {
  display: block;
  width: 96px;
  height: 96px;
  fill: inherit;
  margin-bottom: 23px;
}

.build-advantages__item-title {
  color: #3c3c3c;
  margin-bottom: 23px;
}

.build-advantages__item-text {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: inherit;
}

.build-advantages__slider-controls {
  margin-top: 17px;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .build-advantages__item-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1120px) {
  .build-advantages {
    overflow: hidden;
    padding: 0 15px;
    background-color: #ffffff;
  }
  .build-advantages__inner {
    max-width: 1625px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .build-advantages__item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 33.3333334%;
    height: auto;
    height: 409px;
    padding-top: 80px;
    padding-left: 56px;
    padding-right: 35px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateY(100%);
  }
  .build-advantages__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    pointer-events: none;
  }
  .build-advantages__item._visible {
    animation: moveUp 0.65s ease forwards;
  }
  .build-advantages__item:hover {
    color: #ffffff;
  }
  .build-advantages__item:hover .build-advantages__item-icon {
    display: none;
  }
  .build-advantages__item:hover .build-advantages__item-title {
    color: #ffffff;
  }
  .build-advantages__item:hover .build-advantages__item-text {
    display: block;
  }
  .build-advantages__item:hover::after {
    opacity: 1;
  }
  .build-advantages__item:hover .build-advantages__item-title,
  .build-advantages__item:hover .build-advantages__item-text {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s ease forwards;
  }
  .build-advantages__item-icon,
  .build-advantages__item-title,
  .build-advantages__item-text {
    position: relative;
    z-index: 2;
  }
  .build-advantages__item--build::after {
    background-image: url(/img/build-advantages/build-bg.jpg);
  }
  .build-advantages__item--parking::after {
    background-image: url(/img/build-advantages/parking-bg.jpg);
  }
  .build-advantages__item--stroller::after {
    background-image: url(/img/build-advantages/stroller-bg.jpg);
  }
  .build-advantages__item--view::after {
    background-image: url(/img/build-advantages/view-bg.jpg);
  }
  .build-advantages__item--plant::after {
    background-image: url(/img/build-advantages/plant-bg.jpg);
  }
  .build-advantages__item--invalid::after {
    background-image: url(/img/build-advantages/invalid-bg.jpg);
  }
  .build-advantages__item--elevator::after {
    background-image: url(/img/build-advantages/elevator-bg.jpg);
  }
  .build-advantages__item--playground {
    padding-top: 240px;
    background-position: center top;
  }
  .build-advantages__item--playground .build-advantages__item-title {
    margin-bottom: 0;
  }
  .build-advantages__item--playground:hover {
    color: #3c3c3c;
  }
  .build-advantages__item--playground:hover .build-advantages__item-title {
    color: #3c3c3c;
  }
  .build-advantages__item--playground:hover::after {
    opacity: 0;
  }
  .build-advantages__item--playground:hover .build-advantages__item-title,
  .build-advantages__item--playground:hover .build-advantages__item-text {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .build-advantages__item--gray {
    background-color: #f1f1f1;
  }
  .build-advantages__item--logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/img/build-advantages/logo-bg.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    fill: rgba(123, 123, 123, 0.26);
    transition-property: fill;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
  .build-advantages__item--logo:hover {
    fill: #393939;
  }
  .build-advantages__item--logo:hover::after {
    opacity: 0;
  }
  .build-advantages__item--logo::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3c3c3c;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
  .build-advantages__item--decor {
    display: none;
  }
  .build-advantages__item-logo {
    position: relative;
    z-index: 2;
    display: block;
    width: 220px;
    height: 200px;
    fill: inherit;
  }
  .build-advantages__item-icon {
    margin-bottom: 48px;
  }
  .build-advantages__item-title {
    margin-bottom: 15px;
  }
  .build-advantages__item-text {
    display: none;
    opacity: 0;
    margin-top: auto;
    margin-top: auto;
  }
  .build-advantages__item-text + .build-advantages__item-text {
    margin-top: 6px;
  }
  .build-advantages__slider-controls {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .build-advantages__item {
    width: 25%;
  }
  .build-advantages__item--decor {
    position: relative;
    display: block;
  }
  .build-advantages__item--decor .build-advantages__item-decor-img {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
  .build-advantages__item--decor .build-advantages__item-decor-img::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
  }
  .build-advantages__item--decor-1 .build-advantages__item-decor-img {
    width: 632px;
    left: 0;
  }
  .build-advantages__item--decor-1 .build-advantages__item-decor-img::after {
    height: 422px;
    background-image: url(/img/build-advantages/decor-img-1_new.jpg);
  }
  .build-advantages__item--decor-2 .build-advantages__item-decor-img {
    width: 636px;
    right: 0;
  }
  .build-advantages__item--decor-2 .build-advantages__item-decor-img::after {
    height: 424px;
    background-image: url(/img/build-advantages/decor-img-2_new.jpg);
    background-position: top right;
  }
  .build-advantages__item--decor-3 .build-advantages__item-decor-img {
    width: 630px;
    left: 0;
  }
  .build-advantages__item--decor-3 .build-advantages__item-decor-img::after {
    height: 421px;
    background-image: url(/img/build-advantages/decor-img-3.jpg);
  }
}
@media screen and (min-width: 1120px) and (max-width: 1399px) {
  .build-advantages__item:hover {
    padding-top: 50px;
    justify-content: center;
  }
  .build-advantages__item--logo:hover {
    padding-top: 80px;
  }
  .build-advantages__item--playground:hover {
    padding-top: 240px;
    justify-content: flex-start;
  }
  .build-advantages__item-text {
    margin-top: 0;
  }
  .build-advantages__item--logo {
    order: 1;
    background-image: url(/img/contacts/logo-bg.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    fill: #ffffff;
  }
  .build-advantages__item--logo:hover::after {
    opacity: 0;
  }
  .build-advantages__item--logo::after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
  }
  .build-advantages__item--build {
    order: 2;
    fill: #444444;
    background-color: #3c3c3c;
    color: #ffffff;
  }
  .build-advantages__item--build .build-advantages__item-title {
    color: #ffffff;
  }
  .build-advantages__item--parking,
  .build-advantages__item--elevator {
    order: 3;
    fill: #e1e1e1;
    background-color: #f1f1f1;
    color: #7b7b7b;
  }
  .build-advantages__item--parking .build-advantages__item-title,
  .build-advantages__item--elevator .build-advantages__item-title {
    color: #3c3c3c;
  }
  .build-advantages__item--stroller {
    order: 4;
  }
  .build-advantages__item--view {
    order: 5;
  }
  .build-advantages__item--plant {
    order: 6;
  }
  .build-advantages__item--invalid {
    order: 8;
  }
  .build-advantages__item--playground {
    order: 7;
  }
  .build-advantages__item--elevator {
    order: 9;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1559px) {
  .build-advantages__item {
    padding-left: 35px;
  }
  .build-advantages__item:hover {
    padding-top: 50px;
    justify-content: center;
  }
  .build-advantages__item--logo:hover {
    padding-top: 80px;
  }
  .build-advantages__item--playground:hover {
    padding-top: 240px;
    justify-content: flex-start;
  }
}
.planning {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.planning__inner {
  max-width: 1385px;
  margin-left: auto;
  margin-right: auto;
}

.planning__title {
  margin-bottom: 16px;
}

.planning__header {
  margin-top: -26px;
}

.planning__entrance,
.planning__home,
.planning__floor {
  padding-top: 26px;
}

.planning__entrance,
.planning__label {
  width: 100%;
}

.planning__floor-toggles {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-top: -9px;
}

.planning__label {
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3c3c3c;
  margin: 0;
  margin-bottom: 2px;
}

.planning__floor-toggle {
  margin-top: 9px;
  margin-left: 9px;
}

.planning__body {
  padding-top: 25px;
}

.planning__body-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.873646%;
}

.planning__tab,
.planning__img-tab {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.planning__tab._active,
.planning__img-tab._active {
  opacity: 1;
  pointer-events: all;
}

.planning__img {
  display: block;
  width: 100%;
  height: auto;
}

.planning__img-tab-plans {
  position: absolute;
}

.planning__img-tab-plan {
  display: block;
  fill: #A90F3D;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}
.planning__img-tab-plan rect::-moz-selection {
  color: transparent;
  fill: transparent;
  background-color: transparent;
}
.planning__img-tab-plan rect::selection {
  color: transparent;
  fill: transparent;
  background-color: transparent;
}
.planning__img-tab-plan:hover, .planning__img-tab-plan:active {
  opacity: 0.6;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media screen and (max-width: 719px) {
  .planning__header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .planning__title {
    text-align: center;
  }
  .planning__entrance,
  .planning__label {
    min-width: 208px;
    width: auto;
  }
  .planning__entrance--2,
  .planning__label--2 {
    min-width: 248px;
  }
  .planning__label {
    text-align: center;
  }
}
@media screen and (min-width: 517px) {
  .planning__entrance--2,
  .planning__label--2 {
    min-width: 208px;
    width: auto;
    margin-right: 30px;
  }
}
@media screen and (min-width: 720px) {
  .planning__title {
    text-align: center;
  }
  .planning__header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .planning__entrance,
  .planning__home,
  .planning__label {
    min-width: 208px;
    width: auto;
    margin-right: 0;
  }
  .planning__floor {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .planning {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .planning__title {
    margin-bottom: 32px;
  }
  .planning__label {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1120px) {
  .planning {
    opacity: 0;
  }
  .planning._visible {
    animation: fadeIn 0.65s ease forwards;
  }
}
@media screen and (min-width: 1200px) {
  .planning {
    padding-top: 114px;
    padding-bottom: 126px;
  }
  .planning__title {
    margin-bottom: 52px;
  }
  .planning__body {
    padding-top: 49px;
  }
}
.peculiarities {
  padding-top: 45px;
  padding-bottom: 49px;
  padding-left: 15px;
  padding-right: 15px;
}

.peculiarities__title {
  margin-bottom: 20px;
}

.peculiarities__list-wrap {
  position: relative;
}

.peculiarities__item {
  display: flex !important;
}

.peculiarities__item {
  position: relative;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 44px;
  padding-left: 25px;
  padding-right: 25px;
  height: 392px;
  background-color: #e1e1e1;
}
.peculiarities__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.peculiarities__item-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.peculiarities__item-title {
  position: relative;
  margin: 0;
  margin-top: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  z-index: 3;
}

.peculiarities__item-text {
  position: relative;
  z-index: 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  margin-top: 16px;
  color: #ffffff;
}

.peculiarities__navigation {
  justify-content: flex-end;
  margin-top: 20px;
}

@media screen and (min-width: 630px) {
  .peculiarities__list {
    margin-left: -25px;
  }
  .peculiarities__list .slick-slide {
    margin-left: 25px;
  }
}
@media screen and (min-width: 992px) {
  .peculiarities {
    padding-top: 65px;
    padding-bottom: 69px;
  }
  .peculiarities__title {
    text-align: center;
    margin-bottom: 56px;
  }
  .peculiarities__list {
    position: relative;
  }
  .peculiarities__list::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    width: 20%;
    background: linear-gradient(270deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
  }
  .peculiarities__list::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    width: 20%;
    background: linear-gradient(90deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
  }
  .peculiarities__list._full::after, .peculiarities__list._full::before {
    display: none;
  }
  .peculiarities__item {
    background-position: center center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-top: 95px;
  }
  .peculiarities__item::after {
    opacity: 0;
    pointer-events: none;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
  .peculiarities__item:hover::after {
    display: block;
    opacity: 1;
  }
  .peculiarities__item:hover .peculiarities__item-title {
    margin-top: 0;
  }
  .peculiarities__item:hover .peculiarities__item-text {
    display: block;
  }
  .peculiarities__item:hover .peculiarities__item-title,
  .peculiarities__item:hover .peculiarities__item-text {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s ease forwards;
  }
  .peculiarities__item-title {
    margin-top: auto;
  }
  .peculiarities__item-text {
    display: none;
    font-size: 16px;
  }
  .peculiarities__prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 4;
  }
  .peculiarities__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 4;
  }
}
@media screen and (min-width: 1120px) {
  .peculiarities__item {
    transform: translateY(20px);
    opacity: 0;
  }
  .peculiarities__item._visible {
    animation: fadeInUp 1.5s ease forwards;
  }
}
@media screen and (min-width: 1200px) {
  .peculiarities {
    padding-top: 125px;
    padding-bottom: 129px;
  }
}
@media screen and (min-width: 1400px) {
  .peculiarities .slick-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .peculiarities__item {
    padding-left: 60px;
    padding-right: 49px;
  }
  .peculiarities__item-text {
    margin-top: 55px;
  }
}
.about-builder {
  padding-top: 56px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-builder__inner {
  padding-top: 63px;
  padding-bottom: 81px;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url(/img/about-builder/about-builder-mb-bg.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #f1f1f1;
}

.about-builder__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.about-builder__logo-text {
  display: block;
  margin: 0;
  margin-top: 15px;
  color: #3c3c3c;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.about-builder__description {
  margin-top: 17px;
}

.about-builder__description-text {
  margin: 0;
  color: #3c3c3c;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

@media screen and (min-width: 768px) {
  .about-builder__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/img/about-builder/about-builder-desktop-bg.jpg);
    background-size: cover;
    background-position: top left;
  }
  .about-builder__inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #f1f1f1 0%, rgba(241, 241, 241, 0.68) 33%);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  .about-builder__logo-wrap {
    flex-shrink: 0;
    z-index: 2;
  }
  .about-builder__description {
    margin-top: 0;
    margin-left: 40px;
    z-index: 2;
    max-width: 490px;
  }
  .about-builder__description-text {
    text-align: left;
    margin-top: 28px;
  }
}
@media screen and (min-width: 1120px) {
  .about-builder {
    padding-top: 0;
  }
  .about-builder__inner {
    padding-left: 33.3333334%;
    background-position: top left;
    background-size: auto;
    justify-content: flex-start;
    min-height: 408px;
  }
  .about-builder__inner::after {
    left: 33.3333334%;
    right: 0;
    bottom: 0;
    max-width: 406px;
    width: auto;
    height: auto;
  }
  .about-builder__inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(33.3333334% + 406px);
    right: 0;
    width: auto;
    display: block;
    background: #f1f1f1;
  }
  .about-builder__logo-wrap {
    padding-left: 6.25%;
  }
  .about-builder__description-text {
    font-size: 24px;
    line-height: 38px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .about-builder__inner {
    padding-left: 35.052%;
  }
  .about-builder__inner::after {
    left: 25%;
  }
  .about-builder__inner::before {
    left: calc(25% + 406px);
  }
  .about-builder__logo-wrap {
    padding-left: 0;
  }
  .about-builder__description {
    margin-left: 218px;
  }
}
@media screen and (min-width: 1625px) {
  .about-builder {
    padding-left: 0;
    padding-right: 0;
  }
  .about-builder__inner::after {
    background: linear-gradient(270deg, #f1f1f1 8%, rgba(241, 241, 241, 0.68) 33%);
    left: calc((100% - 1625px) / 2 + 406.25px);
  }
  .about-builder__inner::before {
    left: calc((100% - 1625px) / 2 + 406.25px + 406px);
  }
}
.apartments {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.apartments__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.apartments__toggles {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -8px;
  margin-top: -8px;
  padding-top: 24px;
  min-width: 100%;
}

.apartments__toggle {
  margin-left: 8px;
  margin-top: 8px;
  width: calc(50% - 8px);
}

.apartments__tab {
  display: none;
  position: relative;
  margin-top: 17px;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.apartments__tab._active {
  display: block;
  opacity: 1;
  pointer-events: all;
}

.apartments__list._center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.apartments__item {
  width: 100%;
  height: 100%;
  max-width: 1152px;
  padding-top: 33px;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #ffffff;
}

.apartments__preview {
  width: 100%;
}

.apartments__img {
  display: block;
  max-width: 330px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.apartments__content {
  margin-top: 25px;
}

.apartments__item-title {
  font-size: 24px;
  line-height: 32px;
  color: #7b7b7b;
  margin: 0;
  margin-bottom: 23px;
}

.apartments__characteristics-row {
  border-top: 1px dotted #c4c4c4;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apartments__characteristics-row:last-child {
  border-bottom: 1px dotted #c4c4c4;
}

.apartments__characteristics-row-title {
  color: #7b7b7b;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.11px;
  text-transform: uppercase;
}

.apartments__characteristics-row-value {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 700;
}

.apartments__item-description {
  margin-top: 20px;
}

.apartments__item-description-text {
  font-size: 14px;
  line-height: 22px;
  color: #3c3c3c;
  margin: 0;
}
.apartments__item-description-text + .apartments__item-description-text {
  margin-top: 10px;
}

.apartments__item-advantages {
  margin-top: 13px;
}

.apartments__item-advantage {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.apartments__item-advantage + .apartments__item-advantage {
  margin-top: 14px;
}

.apartments__item-advantage-icon {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: -3px;
  fill: #d9d9d9;
}

.apartments__item-advantage-text {
  color: #7b7b7b;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.apartments__item-advantage-text + .apartments__item-advantage-text {
  margin-top: 8px;
}

.apartments__button {
  width: 100%;
  margin-top: 34px;
}

.apartments__navigation {
  margin-top: 30px;
  justify-content: flex-end;
}

.apartments__advantages {
  min-width: 100%;
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
  background-color: #3c3c3c;
  padding-top: 175px;
  padding-bottom: 46px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -157px;
}

.apartments__advantages-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -24px;
}

.apartments__advantage-wrap {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
}

.apartments__advantage-icon {
  width: 24px;
  height: 24px;
  fill: #7b7b7b;
  margin-bottom: 4px;
  flex-shrink: 0;
}

.apartments__advantage-text {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 20px;
}

.apartments__prev {
  position: absolute;
  top: 150px;
  left: -15px;
  z-index: 4;
}

.apartments__next {
  position: absolute;
  top: 150px;
  right: -15px;
  z-index: 4;
}

@media screen and (min-width: 576px) {
  .apartments__advantage-wrap:nth-child(2n+1) .apartments__advantage {
    margin-left: 25%;
  }
  .apartments__advantage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .apartments__advantage-icon {
    margin-right: 10px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 630px) {
  .apartments__tab .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .apartments__tab .slick-slide {
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media screen and (min-width: 768px) {
  .apartments {
    padding-bottom: 75px;
  }
  .apartments__header {
    justify-content: center;
  }
  .apartments__toggles {
    padding-top: 0;
    min-width: auto;
    padding-left: 40px;
    margin-top: -16px;
    margin-left: -16px;
  }
  .apartments__toggle {
    width: auto;
    margin-top: 16px;
    margin-left: 16px;
  }
  .apartments__tab {
    margin-top: 37px;
  }
  .apartments__list .slick-slide {
    position: relative;
  }
  .apartments__list .slick-slide::after, .apartments__list .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .apartments__list .slick-slide::after {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .apartments__list .slick-slide::before {
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .apartments__list .slick-active .apartments__item {
    opacity: 1;
  }
  .apartments__list .slick-active::after, .apartments__list .slick-active::before {
    opacity: 0;
    pointer-events: none;
  }
  .apartments__item {
    display: flex !important;
  }
  .apartments__item {
    padding-left: 25px;
    padding-right: 25px;
    align-items: flex-start;
  }
  .apartments__preview {
    width: 50%;
  }
  .apartments__content {
    margin-top: 0;
    padding-left: 50px;
    width: 50%;
  }
  .apartments__button {
    max-width: 248px;
  }
  .apartments__prev,
  .apartments__next {
    box-shadow: 0px 4px 8px 0px #f1f1f1;
    top: 50%;
    transform: translateY(-50%);
  }
  .apartments__advantages {
    min-width: auto;
  }
  .apartments__advantage-wrap {
    width: 33.33334%;
  }
  .apartments__advantage-wrap:nth-child(2n+1) .apartments__advantage {
    margin-left: 0;
  }
}
@media screen and (min-width: 930px) {
  .apartments__prev {
    left: 0;
  }
  .apartments__next {
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .apartments {
    padding-bottom: 85px;
  }
  .apartments__toggles {
    padding-left: 67px;
  }
  .apartments__tab {
    margin-top: 47px;
  }
  .apartments__item {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .apartments__item-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 48px;
  }
  .apartments__item-description {
    margin-top: 44px;
  }
  .apartments__item-description-text {
    font-size: 16px;
    line-height: 24px;
  }
  .apartments__item-advantages {
    margin-top: 34px;
  }
  .apartments__item-advantage + .apartments__item-advantage {
    margin-top: 28px;
  }
  .apartments__item-advantage-icon {
    width: 24px;
    height: 24px;
  }
  .apartments__button {
    margin-top: 56px;
  }
  .apartments__prev {
    left: 10px;
  }
  .apartments__next {
    right: 10px;
  }
}
@media screen and (min-width: 1120px) {
  .apartments__header {
    opacity: 0;
  }
  .apartments__header._visible {
    animation: fadeIn 0.65s ease forwards;
  }
  .apartments__tab {
    opacity: 0;
    position: relative;
    z-index: 1;
  }
  .apartments__tab._visible {
    animation: fadeIn 0.65s ease forwards;
  }
  .apartments__advantages {
    opacity: 0;
    transform: translateY(20px);
  }
  .apartments__advantages._visible {
    animation: fadeInUp 1.5s ease forwards;
  }
}
@media screen and (min-width: 1200px) {
  .apartments {
    padding-bottom: 150px;
  }
  .apartments__tab {
    margin-top: 57px;
  }
  .apartments__item {
    padding-top: 62px;
    padding-bottom: 62px;
    padding-left: 120px;
    padding-right: 120px;
  }
  .apartments__preview {
    width: auto;
    flex-shrink: 1;
  }
  .apartments__content {
    width: 64.144%;
    margin-left: auto;
    flex-shrink: 0;
  }
  .apartments__prev {
    left: 30px;
  }
  .apartments__next {
    right: 30px;
  }
  .apartments__advantages {
    padding-top: 245px;
    padding-bottom: 124px;
  }
  .apartments__advantages-inner {
    padding-left: 7.14%;
    padding-right: 7.14%;
  }
}
@media screen and (min-width: 1282px) {
  .apartments__tab .slick-slide {
    width: 1152px !important;
  }
  .apartments__list::after, .apartments__list::before {
    width: 19.375%;
  }
}
@media screen and (min-width: 1350px) {
  .apartments__advantage-wrap {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1625px) {
  .apartments__advantages {
    margin-left: auto;
    margin-right: auto;
  }
}
.location {
  background-color: #ffffff;
  overflow: hidden;
}

.location__description {
  position: relative;
}

.location__description-inner {
  padding-top: 41px;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 15px;
}

.location__title {
  margin-bottom: 25px;
}

.location__address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.location__address-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #3c3c3c;
  margin-right: 8px;
}

.location__address-text {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  margin: 0;
}

.location__description-text {
  font-size: 14px;
  line-height: 24px;
  color: #3c3c3c;
  margin: 0;
}

.location__description-list {
  margin-top: 15px;
}

.location__description-item {
  font-size: 14px;
  line-height: 24px;
  color: #3c3c3c;
}
.location__description-item + .location__description-item {
  margin-top: 17px;
}

.location__description-item-title,
.location__description-item-text {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  color: inherit;
}

.location__description-item-title {
  font-weight: 800;
}

.location__description-map {
  height: 0;
  padding-bottom: 67.5925%;
  width: 100%;
  background-image: url(/img/location/map.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.location__layout {
  background-color: #f1f1f1;
}
.location__layout .slick-dots {
  display: none !important;
}

.location__preview {
  position: relative;
}
.location__preview canvas {
  opacity: 0;
}

.location__preview-img {
  display: block;
  max-width: 100%;
}

.location__list {
  padding: 15px;
}

.location__item-wrap {
  height: 100%;
}

.location__item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px;
  color: #3c3c3c;
  height: 100%;
}

.location__item--dark {
  background-color: #3c3c3c;
  color: #ffffff;
}
.location__item--dark .location__item-text {
  color: #ffffff;
}

.location__item-time {
  line-height: 22px;
  margin: 0;
  margin-bottom: 12px;
}

.location__item-time-text {
  display: block;
  color: inherit;
  font-size: 24px;
  font-weight: 800;
}

.location__item-time-note {
  display: block;
  color: inherit;
  line-height: inherit;
  font-size: 13px;
  text-transform: uppercase;
}

.location__item-title {
  color: inherit;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  margin-top: auto;
  margin-bottom: 17px;
}

.location__item-text {
  font-size: 14px;
  line-height: 24px;
  color: #7b7b7b;
  margin: 0;
}

.location__slider-controls {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .location__description-wrapper {
    display: flex;
  }
  .location__description-inner {
    order: 2;
    width: 50%;
  }
  .location__description-map {
    order: 1;
    width: 50%;
    padding-bottom: 0;
    height: auto;
    max-width: 864px;
  }
  .location__preview {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .location__description-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .location__address {
    margin-bottom: 27px;
  }
  .location__address-text {
    font-size: 18px;
    line-height: 21px;
  }
  .location__description-text {
    font-size: 18px;
    line-height: 28px;
  }
  .location__description-item {
    font-size: 16px;
  }
  .location__description-item-text {
    line-height: 22px;
  }
  .location__preview canvas {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    z-index: 1;
    opacity: 1;
  }
}
@media screen and (min-width: 1120px) {
  .location__description-map {
    transform: translateX(-20px);
    opacity: 0;
  }
  .location__description-map._visible {
    animation: fadeInLeft 1.5s ease forwards;
  }
  .location__description-inner {
    transform: translateX(20px);
    opacity: 0;
  }
  .location__description-inner._visible {
    animation: fadeInRight 1.5s ease forwards;
  }
  .location__layout {
    background-color: transparent;
    max-width: 1625px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .location__preview {
    position: absolute;
    top: 0;
    right: 15px;
    width: 65.18%;
    height: 409px;
    overflow: hidden;
    padding: 0;
  }
  .location__preview canvas {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 15px;
    right: 0;
  }
  .location__preview-img {
    position: absolute;
    bottom: 15px;
    right: 0px;
    left: 15px;
  }
  .location__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding-top: 0;
  }
  .location__item-wrap {
    width: 33.3333334%;
    height: 409px;
  }
  .location__item-wrap:first-child {
    padding-right: 66.6666666%;
    width: 100%;
  }
  .location__item-wrap--decor {
    display: none;
  }
  .location__item {
    position: relative;
    padding-left: 59px;
    padding-bottom: 45px;
    padding-top: 64px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    transform: translateY(100%);
    transition-property: background-color;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
  .location__item._visible {
    animation: moveUp 0.65s ease forwards;
  }
  .location__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    pointer-events: none;
  }
  .location__item:hover {
    background-color: #7b7b7b;
    color: #ffffff;
  }
  .location__item:hover .location__item-text {
    display: block;
    color: #ffffff;
  }
  .location__item:hover::after {
    opacity: 1;
  }
  .location__item:hover .location__item-title,
  .location__item:hover .location__item-text {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s ease forwards;
  }
  .location__item-time,
  .location__item-title,
  .location__item-text {
    position: relative;
    z-index: 2;
  }
  .location__item--gray {
    background-color: #f1f1f1;
  }
  .location__item--fun {
    background-image: url(/img/location/img-1.jpg);
  }
  .location__item--fun:after {
    background-image: url(/img/location/img-hover-1.jpg);
  }
  .location__item--study {
    background-image: url(/img/location/img-2.jpg);
  }
  .location__item--study:after {
    background-image: url(/img/location/img-hover-2.jpg);
  }
  .location__item--medicine {
    background-image: url(/img/location/img-3.jpg);
  }
  .location__item--medicine:after {
    background-image: url(/img/location/img-hover-3.jpg);
  }
  .location__item--art {
    background-image: url(/img/location/img-4.jpg);
  }
  .location__item--art:after {
    background-image: url(/img/location/img-hover-4.jpg);
  }
  .location__item--sport {
    background-image: url(/img/location/img-5.jpg);
  }
  .location__item--sport:after {
    background-image: url(/img/location/img-hover-5.jpg);
  }
  .location__item--school {
    background-image: url(/img/location/img-6.jpg);
  }
  .location__item--school:after {
    background-image: url(/img/location/img-hover-6.jpg);
  }
  .location__item-text {
    display: none;
  }
  .location__slider-controls {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .location__description-wrapper {
    padding-bottom: 122px;
  }
  .location__description-inner {
    padding-top: 134px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 8px;
  }
  .location__title {
    margin-bottom: 50px;
  }
  .location__address {
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 1400px) {
  .location {
    margin-bottom: -409px;
  }
  .location__description-list {
    display: flex;
    margin-left: -28px;
    margin-top: 42px;
  }
  .location__preview {
    position: absolute;
    right: 0;
    width: 75%;
    height: 818px;
    padding-right: 15px;
    padding-bottom: 33px;
    padding-left: 31px;
  }
  .location__preview canvas {
    position: absolute;
    top: auto;
    bottom: 33px;
    left: 31px;
    right: 15px;
  }
  .location__preview-img {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .location__description-item {
    margin-left: 28px;
  }
  .location__description-item + .location__description-item {
    margin-top: 0;
  }
  .location__item-wrap {
    width: 25%;
  }
  .location__item-wrap:first-child, .location__item-wrap:nth-child(2) {
    width: 100%;
    padding-right: 75%;
  }
  .location__item-wrap--prelast {
    width: 100%;
    padding-left: 50%;
    padding-right: 25%;
  }
  .location__item-wrap:last-child {
    margin-left: -25%;
  }
  .location__item-wrap--decor {
    display: block;
    position: relative;
  }
  .location__item-wrap--decor .location__item {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    width: 607px;
  }
  .location__item-wrap--decor .location__item::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-repeat: no-repeat;
    height: 424px;
    background-image: url(/img/location/img-decor.jpg);
    background-position: top right;
  }
}
@media screen and (min-width: 1625px) {
  .location__description-inner {
    padding-left: 11.875%;
    padding-right: calc((100% - 1625px) / 2 + 20px);
  }
  .location__preview-img {
    -o-object-fit: none;
       object-fit: none;
  }
}
@media screen and (min-width: 1728px) {
  .location__description-inner {
    width: auto;
  }
  .location__description-map {
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1120px) {
  .location__item--fun,
  .location__item--store,
  .location__item--art,
  .location__item--school {
    background-color: #3c3c3c;
    color: #ffffff;
  }
  .location__item--fun .location__item-text,
  .location__item--store .location__item-text,
  .location__item--art .location__item-text,
  .location__item--school .location__item-text {
    color: #ffffff;
  }
  .location__item--study,
  .location__item--medicine,
  .location__item--sport {
    background-color: #ffffff;
    color: #3c3c3c;
  }
  .location__item--study .location__item-text,
  .location__item--medicine .location__item-text,
  .location__item--sport .location__item-text {
    color: #3c3c3c;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1399px) {
  .location__item-wrap:nth-child(1) {
    order: 2;
    padding-right: 0;
    width: 33.3333334%;
  }
  .location__item-wrap:nth-child(2) {
    order: 1;
    width: 100%;
    padding-right: 66.6666666%;
  }
  .location__item-wrap:nth-child(3) {
    order: 3;
  }
  .location__item-wrap:nth-child(4) {
    order: 4;
  }
  .location__item-wrap:nth-child(5) {
    order: 5;
  }
  .location__item-wrap:nth-child(6) {
    order: 6;
  }
  .location__item-wrap:nth-child(7) {
    order: 8;
  }
  .location__item-wrap:nth-child(8) {
    order: 7;
  }
  .location__item--store {
    position: relative;
  }
  .location__item--store .location__item-time,
  .location__item--store .location__item-title,
  .location__item--store .location__item-text {
    position: relative;
    z-index: 2;
  }
  .location__item--store::after, .location__item--store::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .location__item--store::before {
    background-image: url(/img/location/img-decor.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.07;
  }
  .location__item--store::after {
    display: none;
    z-index: 2;
    background-color: #7b7b7b;
    opacity: 0.7;
  }
  .location__item--store::hover::before {
    display: block;
  }
}
.infrastructure {
  display: none;
}

@media screen and (min-width: 992px) {
  .infrastructure {
    display: block;
    padding-top: 70px;
  }
  .infrastructure__title {
    max-width: 1625px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 35px;
    padding-left: 15px;
  }
  .infrastructure__map {
    background-image: url(/img/infrastructure/map.jpg);
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
  }
  .infrastructure__inner {
    max-width: 1625px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
  }
  .infrastructure__list {
    border-radius: 1px;
    background-color: #3c3c3c;
    padding: 30px;
  }
  .infrastructure__item {
    display: flex;
    align-items: center;
  }
  .infrastructure__item + .infrastructure__item {
    margin-top: 24px;
  }
  .infrastructure__item-icon-wrap {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    margin-right: 15px;
  }
  .infrastructure__item-icon {
    display: block;
    width: 16px;
    height: 16px;
    fill: #3c3c3c;
  }
  .infrastructure__item-text {
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 992px) {
  .infrastructure__title {
    margin-bottom: 45px;
  }
  .infrastructure__map {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1120px) {
  .infrastructure__item {
    opacity: 0;
  }
  .infrastructure__item._visible {
    animation: fadeIn 1s ease forwards;
  }
}
@media screen and (min-width: 1200px) {
  .infrastructure__title {
    margin-bottom: 55px;
  }
  .infrastructure__map {
    padding-top: 130px;
    padding-bottom: 135px;
  }
  .infrastructure__list {
    padding-top: 66px;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 78px;
  }
}
@media screen and (min-width: 1400px) {
  .infrastructure {
    padding-top: 188px;
  }
}
.cause {
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}
.cause .slick-dots {
  display: none !important;
}

.cause__inner {
  background-color: #3c3c3c;
  padding-top: 40px;
}

.cause__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.cause__title-number {
  display: block;
  font-size: 112px;
  line-height: 112px;
  margin-right: 8px;
  font-weight: 900;
}

.cause__title-text {
  font-size: 32px;
  line-height: 31px;
  font-weight: 800;
  max-width: 385px;
}

.cause__list {
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
}

.cause__item {
  display: flex !important;
}

.cause__item {
  position: relative;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 44px;
  padding-left: 32px;
  padding-right: 32px;
  height: 399px;
  background-color: #e1e1e1;
}

.cause__item-img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cause__item-title {
  position: relative;
  margin: 0;
  margin-top: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  z-index: 3;
}

.cause__item-title-number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  font-size: 120px;
  font-weight: 900;
  line-height: 120px;
  opacity: 0.32;
}

.cause__item-title-text {
  margin: 0;
}

.cause__item-text {
  position: relative;
  z-index: 3;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  margin-top: 16px;
  color: #ffffff;
}

.cause__slider-controls {
  padding-top: 16px;
  padding-bottom: 32px;
  padding-left: 15px;
  padding-right: 15px;
}

.cause__form {
  display: none;
}

.cause__mobile-form {
  position: relative;
  margin-top: 16px;
}
.cause__mobile-form::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  display: block;
  width: 100%;
  height: 16px;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .cause__mobile-form {
    display: none;
  }
  .cause__form {
    display: block;
    max-width: 1625px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .cause__form-inner,
  .cause__form-controls-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .cause__form-title {
    width: 100%;
    color: #ffffff;
  }
  .cause__form-description {
    margin: 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
  .cause__form-controls-wrap {
    justify-content: flex-start;
    margin-top: 15px;
  }
  .cause__form-name,
  .cause__form-phone {
    min-width: 210px;
    margin-right: 15px;
    width: calc(33.3334% - 15px);
  }
  .cause__form-submit {
    width: 210px;
  }
  .cause__form-checkbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .cause {
    padding-top: 80px;
  }
  .cause__inner {
    padding-top: 78px;
    background-image: url(/img/cause/cause-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
  }
  .cause__title-number {
    font-size: 155px;
    line-height: 155px;
  }
  .cause__title {
    margin-bottom: 40px;
  }
  .cause__title-number {
    margin-right: 19px;
  }
  .cause__title-text {
    font-size: 64px;
    line-height: 77px;
    max-width: 685px;
  }
  .cause__form-controls-wrap {
    flex-wrap: nowrap;
  }
  .cause__form-submit {
    margin-right: 15px;
    min-width: 210px;
  }
  .cause__form-checkbox {
    margin-top: 0;
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 1120px) {
  .cause__title,
  .cause__item {
    opacity: 0;
    transform: translateY(20px);
  }
  .cause__title._visible,
  .cause__item._visible {
    animation: fadeInUp 1.5s ease forwards;
  }
  .cause__form-title,
  .cause__form-description {
    opacity: 0;
    transform: translateX(-20px);
  }
  .cause__form-title._visible,
  .cause__form-description._visible {
    animation: fadeInLeft 1.5s ease forwards;
  }
  .cause__form-controls-wrap {
    opacity: 0;
    transform: translateX(20px);
  }
  .cause__form-controls-wrap._visible {
    animation: fadeInRight 1.5s ease forwards;
  }
}
@media screen and (min-width: 1200px) {
  .cause {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .cause__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .cause__item {
    width: 20%;
  }
  .cause__item::after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    pointer-events: none;
  }
  .cause__item:hover::after {
    display: block;
    opacity: 1;
  }
  .cause__item:hover .cause__item-text {
    display: block;
  }
  .cause__item:hover .cause__item-title,
  .cause__item:hover .cause__item-text {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s ease forwards;
  }
  .cause__item-text {
    display: none;
    margin-top: 40px;
  }
  .cause__slider-controls {
    display: none;
  }
  .cause__form-name,
  .cause__form-phone,
  .cause__form-submit {
    margin-right: 30px;
  }
  .cause__form-submit {
    min-width: 210px;
  }
}
@media screen and (min-width: 1400px) {
  .cause__form {
    padding-top: 78px;
    padding-bottom: 112px;
  }
  .cause__form-inner {
    flex-wrap: nowrap;
    margin-top: -9px;
  }
  .cause__form-controls-wrap {
    margin-top: 0;
  }
  .cause__form-name,
  .cause__form-phone,
  .cause__form-submit {
    margin-right: 15px;
  }
  .cause__form-description {
    max-width: 444px;
    margin-bottom: 4px;
  }
  .cause__form-phone {
    max-width: 316px;
  }
  .cause__form-name {
    width: 210px;
  }
  .cause__form-submit {
    min-width: 210px;
  }
}
@media screen and (min-width: 1625px) {
  .cause__form-name,
  .cause__form-phone,
  .cause__form-submit {
    margin-right: 30px;
  }
  .cause__item {
    padding-left: 87px;
    padding-right: 33px;
    padding-bottom: 57px;
  }
  .cause__item-title-number {
    left: -41px;
  }
}
.commercial {
  overflow: hidden;
}

.commercial__inner {
  display: flex;
  flex-wrap: wrap-reverse;
}

.commercial__inner,
.commercial__list-wrap {
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
}

.commercial__description {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 41px;
  padding-bottom: 32px;
}

.commercial__title {
  margin-bottom: 13px;
}

.commercial__text {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.commercial__description-buttons {
  margin-top: 26px;
}
.commercial__description-buttons .commercial__button--request {
  display: none;
}

.commercial__preview {
  position: relative;
  width: 100%;
  height: 392px;
  overflow: hidden;
}

.commercial__preview-img {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.commercial__preview-img--mobile {
  display: block;
}

.commercial__list-wrap {
  background-color: #f1f1f1;
  padding-top: 33px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 16px;
}
.commercial__list-wrap .slick-dots {
  display: none !important;
}

.commercial__item {
  background-color: #3c3c3c;
  fill: #444444;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px;
  height: 100%;
}

.commercial__item--gray {
  background-color: #ffffff;
  fill: #e1e1e1;
}
.commercial__item--gray .commercial__item-title,
.commercial__item--gray .commercial__item-text {
  color: #3c3c3c;
}

.commercial__item--office .commercial__item-icon {
  width: 105px;
}

.commercial__item--enter .commercial__item-icon {
  width: 82px;
}

.commercial__item-icon {
  width: 96px;
  height: 96px;
  fill: inherit;
}

.commercial__item-title {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  margin-top: 20px;
}

.commercial__item-text {
  margin: 0;
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.commercial__slider-controls {
  padding-bottom: 31px;
  padding-top: 16px;
}

.commercial__button--plan,
.commercial__button--request {
  width: 100%;
}

@media screen and (min-width: 710px) {
  .commercial__preview-img {
    display: block;
  }
  .commercial__preview-img--mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .commercial__inner {
    display: flex;
    background-color: #f1f1f1;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
  }
  .commercial__preview {
    width: 50%;
    height: auto;
  }
  .commercial__preview-img {
    width: 100%;
    height: 100%;
  }
  .commercial__preview-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .commercial__description {
    width: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
  }
  .commercial__description-inner {
    max-width: 680px;
  }
  .commercial__description-buttons {
    margin-top: -15px;
    padding-top: 26px;
  }
  .commercial__description-buttons .commercial__button--request {
    display: flex;
  }
  .commercial__button {
    margin-top: 15px;
    max-width: 234px;
  }
  .commercial__list-wrap .commercial__button--request {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .commercial__description-buttons {
    display: flex;
    margin-left: -15px;
  }
  .commercial__button {
    margin-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .commercial__title {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1120px) {
  .commercial__inner {
    padding-top: 100px;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .commercial__inner,
  .commercial__list-wrap {
    background-color: #ffffff;
  }
  .commercial__preview {
    max-width: 812px;
  }
  .commercial__preview canvas {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .commercial__preview-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .commercial__description {
    padding-top: 36px;
    opacity: 0;
    transform: translateY(20px);
  }
  .commercial__description._visible {
    animation: fadeInUp 1.5s ease forwards;
  }
  .commercial__title {
    margin-bottom: 43px;
  }
  .commercial__text {
    font-size: 18px;
  }
  .commercial__description-buttons {
    padding-top: 43px;
    margin-left: -32px;
  }
  .commercial__button {
    margin-left: 32px;
  }
  .commercial__list-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .commercial__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .commercial__item--gray {
    background-color: #f1f1f1;
  }
  .commercial__item--gray:hover .commercial__item-text {
    color: #ffffff;
  }
  .commercial__item {
    padding-top: 96px;
    padding-left: 56px;
    padding-right: 35px;
    padding-bottom: 50px;
    width: 33.3333%;
    height: 408px;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    transform: translateY(100%);
  }
  .commercial__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    pointer-events: none;
  }
  .commercial__item._visible {
    animation: moveUp 0.65s ease forwards;
  }
  .commercial__item:hover {
    color: #ffffff;
  }
  .commercial__item:hover .commercial__item-icon {
    display: none;
  }
  .commercial__item:hover .commercial__item-title {
    color: #ffffff;
    margin-top: auto;
    margin-bottom: 0;
  }
  .commercial__item:hover .commercial__item-text {
    display: block;
  }
  .commercial__item:hover .commercial__item-title,
  .commercial__item:hover .commercial__item-text {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.5s ease forwards;
  }
  .commercial__item:hover::after {
    opacity: 1;
  }
  .commercial__item-icon,
  .commercial__item-title,
  .commercial__item-text {
    position: relative;
    z-index: 2;
  }
  .commercial__item-icon {
    margin-bottom: 48px;
  }
  .commercial__item-title {
    margin-bottom: 0;
  }
  .commercial__item-text {
    display: none;
    margin-top: auto;
    font-size: 16px;
    line-height: 24px;
    margin-top: 29px;
  }
  .commercial__slider-controls {
    display: none;
  }
  .commercial__item--decor-1,
  .commercial__item--decor-2 {
    position: relative;
    display: flex;
    padding-bottom: 89px;
  }
  .commercial__item--decor-1 .commercial__item-decor-img,
  .commercial__item--decor-2 .commercial__item-decor-img {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .commercial__item--decor-1 .commercial__item-decor-img::before,
  .commercial__item--decor-2 .commercial__item-decor-img::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
  }
  .commercial__item--decor-1 .commercial__item-text,
  .commercial__item--decor-2 .commercial__item-text {
    position: relative;
    display: block;
    margin-top: auto;
    z-index: 2;
  }
  .commercial__item--decor-1:hover .commercial__item-text,
  .commercial__item--decor-2:hover .commercial__item-text {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .commercial__item--location::after {
    background-image: url(/img/commercial/location-bg.jpg);
  }
  .commercial__item--enter::after {
    background-image: url(/img/commercial/enter-bg.jpg);
  }
  .commercial__item--cart::after {
    background-image: url(/img/commercial/cart-bg.jpg);
  }
  .commercial__item--decor-1 .commercial__item-decor-img {
    width: 100%;
    left: 0;
  }
  .commercial__item--decor-1 .commercial__item-decor-img::before {
    height: 422px;
    background-image: url(/img/commercial/decor-img-1.jpg);
  }
  .commercial__item--decor-2 .commercial__item-decor-img {
    width: 100%;
    right: 0;
  }
  .commercial__item--decor-2 .commercial__item-decor-img::before {
    height: 421px;
    background-image: url(/img/commercial/decor-img-2.jpg);
    background-position: top left;
  }
}
@media screen and (min-width: 1400px) {
  .commercial__preview {
    max-width: 812px;
    flex-shrink: 0;
    border-bottom: 32px solid #ffffff;
    border-right: 32px solid #ffffff;
  }
  .commercial__preview canvas {
    position: absolute;
    bottom: -15%;
    left: -39%;
  }
  .commercial__preview-img {
    width: auto;
    height: auto;
    bottom: -15%;
    left: 80%;
    -o-object-fit: none;
       object-fit: none;
  }
  .commercial__preview-img img {
    width: auto;
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
  .commercial__description {
    width: 75%;
    padding-bottom: 518px;
  }
  .commercial__list-wrap {
    margin-top: -408px;
  }
  .commercial__item {
    width: 25%;
  }
  .commercial__item--location {
    margin-left: 50%;
  }
  .commercial__item--decor-2 .commercial__item-decor-img {
    width: 632px;
    right: auto;
    left: 0;
  }
}
.architecture__inner {
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
}

.architecture__description {
  padding-top: 49px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}

.architecture__preview {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #f1f1f1;
}
.architecture__preview img {
  max-width: 100%;
}

.architecture__title {
  margin: 0;
  margin-bottom: 15px;
}

.architecture__text {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.architecture__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: -31px;
  padding-top: 33px;
  margin-left: -15px;
  margin-right: -15px;
}

.architecture__item-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 31px;
  padding-left: 15px;
  padding-right: 15px;
}

.architecture__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.architecture__item-icon {
  width: 24px;
  height: 24px;
  fill: #7b7b7b;
  flex-shrink: 0;
  margin-right: 8px;
}

.architecture__item-text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  margin: 0;
}

@media screen and (min-width: 670px) {
  .architecture__inner {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .architecture__preview,
  .architecture__description {
    width: 50%;
  }
  .architecture__description-inner {
    max-width: 682px;
  }
}
@media screen and (min-width: 992px) {
  .architecture {
    position: relative;
  }
  .architecture::after, .architecture::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 50%;
  }
  .architecture::after {
    right: 0;
    background-color: #f1f1f1;
  }
  .architecture::before {
    left: 0;
  }
  .architecture__preview {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .architecture__description {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .architecture__title {
    margin-bottom: 48px;
  }
  .architecture__text {
    font-size: 18px;
    line-height: 28px;
  }
  .architecture__text + .architecture__text {
    margin-top: 12px;
  }
  .architecture__list {
    padding-top: 129px;
  }
  .architecture__item-icon {
    margin-right: 10px;
  }
  .architecture__item-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1120px) {
  .architecture__description-inner {
    opacity: 0;
    transform: translateX(-20px);
  }
  .architecture__description-inner._visible {
    animation: fadeInLeft 1.5s ease forwards;
  }
  .architecture__preview {
    opacity: 0;
    transform: translateX(20px);
  }
  .architecture__preview._visible {
    animation: fadeInRight 1.5s ease forwards;
  }
}
@media screen and (min-width: 1400px) {
  .architecture__preview {
    padding-top: 160px;
    padding-bottom: 169px;
  }
}
.concept__inner {
  display: flex;
  flex-wrap: wrap-reverse;
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
  padding-bottom: 65px;
  padding-left: 15px;
  padding-right: 15px;
}

.concept__preview {
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.concept__preview-img {
  display: block;
  max-width: 100%;
}

.concept__description {
  padding-bottom: 25px;
}

.concept__title {
  margin-bottom: 8px;
}

.concept__text {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.concept__text + .concept__text {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .concept__title {
    font-weight: 400;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .concept__inner {
    padding-top: 80px;
  }
  .concept__preview {
    width: 51%;
  }
  .concept__description {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 49%;
    padding-left: 15px;
    padding-bottom: 0;
  }
  .concept__description-inner {
    max-width: 680px;
  }
  .concept__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .concept__inner {
    padding-top: 140px;
  }
  .concept__description {
    padding-left: 25px;
  }
  .concept__title {
    margin-bottom: 40px;
  }
  .concept__text {
    font-size: 18px;
    line-height: 28px;
  }
  .concept__text + .concept__text {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1120px) {
  .concept__preview {
    opacity: 0;
    transform: translateX(-20px);
  }
  .concept__preview._visible {
    animation: fadeInLeft 1.5s ease forwards;
  }
  .concept__description {
    opacity: 0;
    transform: translateX(20px);
  }
  .concept__description._visible {
    animation: fadeInRight 1.5s ease forwards;
  }
}
@media screen and (min-width: 1400px) {
  .concept__inner {
    padding-top: 200px;
  }
}
.stages {
  overflow: hidden;
  background-color: #3c3c3c;
  background-image: url(/img/stages/img-list-1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.stages__header {
  position: relative;
  padding-top: 39px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 45px;
}

.stages__img-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  justify-content: flex-start;
  align-items: stretch;
  z-index: 1;
}

.stages__img-item {
  width: 25%;
  background-color: #3c3c3c;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.stages__img-item--1 {
  background-image: url(/img/stages/img-list-1.jpg);
}
.stages__img-item--2 {
  background-image: url(/img/stages/img-list-2.jpg);
}
.stages__img-item--3 {
  background-image: url(/img/stages/img-list-3.jpg);
}
.stages__img-item--4 {
  background-image: url(/img/stages/img-list-4.jpg);
}

.stages__title {
  color: #ffffff;
  margin-bottom: 28px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 2;
}

.stages__list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -21px;
  max-width: 1625px;
}

.stages__item-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.stages__item {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 21px;
  width: 50%;
}

.stages__item-number {
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 4px;
  color: #7b7b7b;
}

.stages__item-text {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #ffffff;
}

.stages__banner {
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
}

.stages__banks {
  display: none;
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
}

.stages__advantages-item-wrap:nth-child(1) .stages__advantages-item {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQwIiBoZWlnaHQ9IjEzOCIgdmlld0JveD0iMCAwIDE0MCAxMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RpXzNfMTk0KSI+CjxwYXRoIGQ9Ik0xMzUuNzMxIDMyLjE2NThMMTAwLjQzNyAyLjA1NTQxQzk5LjI2NjQgMS4wNTY5IDk3Ljc3NjcgMC41MDU1NjYgOTYuMjM0OCAwLjUwMDA0MkM5NC42OTI4IDAuNDk0NTE4IDkzLjE5OTIgMS4wMzUxNyA5Mi4wMjEyIDIuMDI1MjZMNTYuMjIzIDMyLjEzNTZDNTUuMjA4OSAzMi45OTEyIDU0LjQ4MjggMzQuMTM1OCA1NC4xNDMgMzUuNDE0OUM1My44MDMyIDM2LjY5NDEgNTMuODY1OSAzOC4wNDYyIDU0LjMyMjYgMzkuMjg4OEM1NC43Nzk0IDQwLjUzMTQgNTUuNjA4MyA0MS42MDQ1IDU2LjY5NzMgNDIuMzYzNUM1Ny43ODY0IDQzLjEyMjQgNTkuMDgzMiA0My41MzA2IDYwLjQxMjcgNDMuNTMyOEg2My41MDNWNjguNTM0N0M2My41MDMgNzAuMjQ4MiA2NC4xODcgNzEuODkxNiA2NS40MDQ1IDczLjEwMzNDNjYuNjIyIDc0LjMxNSA2OC4yNzM0IDc0Ljk5NTcgNjkuOTk1MiA3NC45OTU3SDEyMS45MjRDMTIzLjY0NiA3NC45OTU3IDEyNS4yOTggNzQuMzE1IDEyNi41MTUgNzMuMTAzM0MxMjcuNzMzIDcxLjg5MTYgMTI4LjQxNyA3MC4yNDgyIDEyOC40MTcgNjguNTM0N1Y0My41MzA3SDEzMS41MDdDMTMyLjgzMyA0My41MzEzIDEzNC4xMjggNDMuMTI3MyAxMzUuMjE3IDQyLjM3MzFDMTM2LjMwNiA0MS42MTkgMTM3LjEzNyA0MC41NTA4IDEzNy41OTcgMzkuMzEyNkMxMzguMDU3IDM4LjA3NDQgMTM4LjEyNSAzNi43MjU1IDEzNy43OTEgMzUuNDQ3N0MxMzcuNDU4IDM0LjE2OTkgMTM2LjczOSAzMy4wMjQ1IDEzNS43MzEgMzIuMTY1OFpNMTE1LjQzMiA2Mi4wNzE1SDc2LjQ4NzRWMzcuMDY5N0M3Ni40ODc0IDM1LjY3NjIgNzUuOTQ4NiAzNC4yOTM2IDc1LjE1IDMzLjEyNjNDNzkuNTU2MSAyOS40ODIzIDgzLjkwOCAyNS43Njk0IDg4LjI4MzggMjIuMDg4OEw5Ni4xODQ4IDE1LjQ0NDdMMTE2LjgzNCAzMy4wNjE3QzExNS45MzYgMzQuMjA3NSAxMTUuNDQ0IDM1LjYxNjYgMTE1LjQzNCAzNy4wNjk3TDExNS40MzIgNjIuMDcxNVoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTM5LjgwNDIgNDkuNTM1MUMzOC45NzI1IDQ4LjUzNzMgMzcuOTY5NCA0Ny42OTQzIDM2Ljg0MTYgNDcuMDQ1NEMzNi42MTQ0IDQ0LjQyNjYgMzYuNzM1NiA0MC42NDkxIDM4LjYzMTMgMzcuNTM0OUM0MC41NTk1IDM0LjM2NjggNDQuMDI2MyAzMi4zMjczIDQ5LjIzMDkgMzEuMjk3OEM1MC45MTYzIDMwLjk2MDQgNTIuMzk4MyAyOS45NzE2IDUzLjM1MiAyOC41NDgyQzU0LjMwNTcgMjcuMTI0NyA1NC42NTMyIDI1LjM4MyA1NC4zMTgzIDIzLjcwNDlDNTMuOTgzNCAyMi4wMjY5IDUyLjk5MzMgMjAuNTQ5NiA1MS41NjU0IDE5LjU5N0M1MC4xMzc0IDE4LjY0NDQgNDguMzg4MSAxOC4yOTQzIDQ2LjcwMTEgMTguNjIzNUMzNy44NDU3IDIwLjM3NDUgMzEuMzkyNSAyNC40ODM3IDI3LjUyNTMgMzAuODM5MUMyMy43Mjk1IDM3LjA3NjEgMjMuNDY1NSA0My44NTE2IDIzLjkwOTEgNDguNDQ3NUMyMy41Njc0IDQ4Ljc1NzggMjMuMjQ1IDQ5LjA4ODcgMjIuOTQzOSA0OS40MzgyTDUuMzM3IDcwLjIxMDJDMy4xODQzNyA3Mi43NTI3IDIuMDAyNjEgNzUuOTY5NyAyIDc5LjI5NDRWMTI0Ljk0OEMyLjAwMzQ0IDEyOC4wMTEgMy4yMjc4MyAxMzAuOTQ4IDUuNDA0NDkgMTMzLjExM0M3LjU4MTE2IDEzNS4yNzkgMTAuNTMyMyAxMzYuNDk3IDEzLjYxMDMgMTM2LjVINDguNjIwN0M1MS42OTg2IDEzNi40OTcgNTQuNjQ5OCAxMzUuMjc5IDU2LjgyNjQgMTMzLjExM0M1OS4wMDMxIDEzMC45NDggNjAuMjI3NSAxMjguMDExIDYwLjIzMDkgMTI0Ljk0OFY3OS4yNDQ5QzYwLjIyODIgNzUuOTcyNiA1OS4wODM5IDcyLjgwMjggNTYuOTkzNSA3MC4yNzdMMzkuODA0MiA0OS41MzUxWk00Ny4yNDY1IDEyMy41NzhIMTQuOTg0NFY3OS4yOTQ0QzE0Ljk4NTMgNzkuMDE4IDE1LjA4MzMgNzguNzUwNSAxNS4yNjE0IDc4LjUzODVMMzEuMzE0NSA1OS42MDM0TDQ2Ljk3NiA3OC40OTk3QzQ3LjE0OTkgNzguNzEwNCA0Ny4yNDU0IDc4Ljk3NDMgNDcuMjQ2NSA3OS4yNDdWMTIzLjU3OFoiIGZpbGw9IiNFMUUxRTEiLz4KPHBhdGggZD0iTTM1LjYwMzcgODYuMzMwNEgyNi44MDQ2QzI1LjA4MjggODYuMzMwNCAyMy40MzE1IDg3LjAxMTEgMjIuMjEzOSA4OC4yMjI4QzIwLjk5NjQgODkuNDM0NSAyMC4zMTI0IDkxLjA3NzggMjAuMzEyNCA5Mi43OTE0QzIwLjMxMjQgOTQuNTA1IDIwLjk5NjQgOTYuMTQ4MyAyMi4yMTM5IDk3LjM2QzIzLjQzMTUgOTguNTcxNyAyNS4wODI4IDk5LjI1MjQgMjYuODA0NiA5OS4yNTI0SDM1LjYwMzdDMzcuMzI1NiA5OS4yNTI0IDM4Ljk3NjkgOTguNTcxNyA0MC4xOTQ0IDk3LjM2QzQxLjQxMiA5Ni4xNDgzIDQyLjA5NiA5NC41MDUgNDIuMDk2IDkyLjc5MTRDNDIuMDk2IDkxLjA3NzggNDEuNDEyIDg5LjQzNDUgNDAuMTk0NCA4OC4yMjI4QzM4Ljk3NjkgODcuMDExMSAzNy4zMjU2IDg2LjMzMDQgMzUuNjAzNyA4Ni4zMzA0Wk0zNS40Mjg1IDEwNS4wNDhIMjYuNjI5M0MyNC45MDc1IDEwNS4wNDggMjMuMjU2MiAxMDUuNzI5IDIyLjAzODYgMTA2Ljk0QzIwLjgyMTEgMTA4LjE1MiAyMC4xMzcxIDEwOS43OTUgMjAuMTM3MSAxMTEuNTA5QzIwLjEzNzEgMTEzLjIyMiAyMC44MjExIDExNC44NjYgMjIuMDM4NiAxMTYuMDc3QzIzLjI1NjIgMTE3LjI4OSAyNC45MDc1IDExNy45NyAyNi42MjkzIDExNy45N0gzNS40Mjg1QzM3LjE1MDMgMTE3Ljk3IDM4LjgwMTYgMTE3LjI4OSA0MC4wMTkyIDExNi4wNzdDNDEuMjM2NyAxMTQuODY2IDQxLjkyMDcgMTEzLjIyMiA0MS45MjA3IDExMS41MDlDNDEuOTIwNyAxMDkuNzk1IDQxLjIzNjcgMTA4LjE1MiA0MC4wMTkyIDEwNi45NEMzOC44MDE2IDEwNS43MjkgMzcuMTUwMyAxMDUuMDQ4IDM1LjQyODUgMTA1LjA0OFoiIGZpbGw9IiNFMUUxRTEiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kaV8zXzE5NCIgeD0iMiIgeT0iMC41IiB3aWR0aD0iMTQwIiBoZWlnaHQ9IjE0MCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR4PSIxIiBkeT0iMSIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJvdXQiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMSAwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDEgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvd18zXzE5NCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18zXzE5NCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR4PSI0IiBkeT0iNCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI0Ii8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9ImFyaXRobWV0aWMiIGsyPSItMSIgazM9IjEiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMC40ODIzNTMgMCAwIDAgMCAwLjQ4MjM1MyAwIDAgMCAwIDAuNDgyMzUzIDAgMCAwIDAuMTYgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0ic2hhcGUiIHJlc3VsdD0iZWZmZWN0Ml9pbm5lclNoYWRvd18zXzE5NCIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K);
}
.stages__advantages-item-wrap:nth-child(2) .stages__advantages-item {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQwIiBoZWlnaHQ9IjEzOCIgdmlld0JveD0iMCAwIDE0MCAxMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RpXzNfMTk2KSI+CjxwYXRoIGQ9Ik00NC43NjEzIDgyLjI1MjZIMjcuNTgyNVY0Ny4wMjExQzI3LjU4MjUgNDUuMDEyNiAyNi42MTIxIDQzLjI0NDEgMjUuMTU2NiA0MS45MjY5QzMwLjE2MjMgMzcuODg4MiAzNS4xNTUgMzMuODM0MyA0MC4xNTIgMjkuNzg2OUw1Ny44MzU1IDE1LjQ2NEw4OS45ODYgNDEuODYzN0M4OS4yMTYxIDQyLjQ4NDUgODguNTkyIDQzLjI2ODkgODguMTU4NCA0NC4xNjA5Qzg3LjcyNDggNDUuMDUyOCA4Ny40OTIzIDQ2LjAzMDMgODcuNDc3NyA0Ny4wMjMyVjYyLjkxNDFDODcuNDc3NyA2NC42NDkyIDg4LjE2MjMgNjYuMzEzMiA4OS4zODEgNjcuNTQwMUM5MC41OTk2IDY4Ljc2NjkgOTIuMjUyNCA2OS40NTYyIDkzLjk3NTggNjkuNDU2MkM5NS42OTkyIDY5LjQ1NjIgOTcuMzUyIDY4Ljc2NjkgOTguNTcwNyA2Ny41NDAxQzk5Ljc4OTMgNjYuMzEzMiAxMDAuNDc0IDY0LjY0OTIgMTAwLjQ3NCA2Mi45MTQxVjUzLjU2OTdIMTA2LjU1NkMxMDcuODk3IDUzLjU2OTggMTA5LjIwNiA1My4xNTE5IDExMC4zMDIgNTIuMzczNUMxMTEuMzk4IDUxLjU5NTEgMTEyLjIyOCA1MC40OTQyIDExMi42NzggNDkuMjIyQzExMy4xMjggNDcuOTQ5OCAxMTMuMTc2IDQ2LjU2ODYgMTEyLjgxNSA0NS4yNjc5QzExMi40NTQgNDMuOTY3MyAxMTEuNzAyIDQyLjgxMDkgMTEwLjY2MyA0MS45NTc0TDYxLjk2ODMgMS45NzQxMUM2MC44MTUxIDEuMDI1NjUgNTkuMzczIDAuNTA1MiA1Ny44ODM4IDAuNTAwMDM5QzU2LjM5NDcgMC40OTQ4NzcgNTQuOTQ5MSAxLjAwNTMxIDUzLjc4OTQgMS45NDU3Nkw0LjQyNzYyIDQxLjkyNjlDMy4zNzg3MyA0Mi43NzUzIDIuNjE3MzUgNDMuOTMwNiAyLjI0ODY2IDQ1LjIzMzNDMS44Nzk5NyA0Ni41MzYgMS45MjIxNSA0Ny45MjE4IDIuMzY5MzggNDkuMTk5M0MyLjgxNjYxIDUwLjQ3NjkgMy42NDY4MiA1MS41ODMxIDQuNzQ1MzQgNTIuMzY1MUM1Ljg0Mzg2IDUzLjE0NzIgNy4xNTY1IDUzLjU2NjYgOC41MDE5NCA1My41NjU0SDE0LjU4NjNWODguNzkyNkMxNC41ODYzIDkwLjUyNzcgMTUuMjcwOSA5Mi4xOTE3IDE2LjQ4OTYgOTMuNDE4NkMxNy43MDgyIDk0LjY0NTQgMTkuMzYxIDk1LjMzNDcgMjEuMDg0NCA5NS4zMzQ3SDQ0Ljc2MTNDNDUuNjI0NSA5NS4zNTA2IDQ2LjQ4MjIgOTUuMTkzMSA0Ny4yODQzIDk0Ljg3MTVDNDguMDg2MyA5NC41NDk5IDQ4LjgxNjcgOTQuMDcwNyA0OS40MzI3IDkzLjQ2MTdDNTAuMDQ4NyA5Mi44NTI3IDUwLjUzOCA5Mi4xMjYzIDUwLjg3MiA5MS4zMjQ4QzUxLjIwNjEgOTAuNTIzMyA1MS4zNzgxIDg5LjY2MjggNTEuMzc4MSA4OC43OTM3QzUxLjM3ODEgODcuOTI0NSA1MS4yMDYxIDg3LjA2NCA1MC44NzIgODYuMjYyNUM1MC41MzggODUuNDYxIDUwLjA0ODcgODQuNzM0NiA0OS40MzI3IDg0LjEyNTZDNDguODE2NyA4My41MTY3IDQ4LjA4NjMgODMuMDM3NCA0Ny4yODQzIDgyLjcxNThDNDYuNDgyMiA4Mi4zOTQyIDQ1LjYyNDUgODIuMjM2OCA0NC43NjEzIDgyLjI1MjZaIiBmaWxsPSIjRTFFMUUxIi8+CjxwYXRoIGQ9Ik04OC4wOTcyIDk0LjIyOTFDOTQuMDU2IDg2LjI0NzcgOTIuNDU3NCA3NC44NzMxIDg0LjUzMTkgNjguODc0QzgyLjY0NzUgNjcuNDM4OSA4MC40OTkxIDY2LjM5NDUgNzguMjExIDY1LjgwMTJDNzUuOTIyOSA2NS4yMDc5IDczLjU0MDYgNjUuMDc3NSA3MS4yMDIxIDY1LjQxNzVDNjguODYxNiA2NS43NDQ1IDY2LjYwODcgNjYuNTM1NiA2NC41NzM4IDY3Ljc0NTFDNjIuNTM5IDY4Ljk1NDUgNjAuNzYyNiA3MC41NTgyIDU5LjM0NzQgNzIuNDYzNEM1My4zODg3IDgwLjQ0MjYgNTQuOTg3MiA5MS44MTUgNjIuOTEyNyA5Ny44MTY0QzY0Ljc5NjggOTkuMjUyOSA2Ni45NDU1IDEwMC4yOTggNjkuMjM0MSAxMDAuODkyQzcxLjUyMjcgMTAxLjQ4NiA3My45MDU3IDEwMS42MTYgNzYuMjQ0NyAxMDEuMjc1Qzc4LjU4NDggMTAwLjk0OCA4MC44MzczIDEwMC4xNTYgODIuODcxOCA5OC45NDcxQzg0LjkwNjMgOTcuNzM3NiA4Ni42ODIzIDk2LjEzNDEgODguMDk3MiA5NC4yMjkxWk03MC40NjM1IDg3LjcwODhDNjkuMzE1NiA4Ni44MzcyIDY4LjU1NzggODUuNTQyOCA2OC4zNTY0IDg0LjEwOTZDNjguMTU1IDgyLjY3NjMgNjguNTI2NCA4MS4yMjExIDY5LjM4OTIgODAuMDYzMkM2OS44OTg4IDc5LjM4ODcgNzAuNTU1OCA3OC44NDE0IDcxLjMwOTMgNzguNDYzNkM3Mi4wNjI3IDc4LjA4NTggNzIuODkyNSA3Ny44ODc3IDczLjczNDIgNzcuODg0N0M3NC45MDE3IDc3Ljg4NDcgNzYuMDMyNCA3OC4yNjQxIDc2Ljk4MTEgNzguOTgxNkM3OC4xMjg3IDc5Ljg1MzkgNzguODg2MiA4MS4xNDg1IDc5LjA4NzUgODIuNTgyQzc5LjI4ODkgODQuMDE1NCA3OC45MTc4IDg1LjQ3MDggNzguMDU1NSA4Ni42MjkzQzc3LjE4ODQgODcuNzgyNiA3NS45MDMyIDg4LjU0MzUgNzQuNDgwNyA4OC43NDU4QzczLjA1ODEgODguOTQ4MSA3MS42MTM5IDg4LjU3NTIgNzAuNDYzNSA4Ny43MDg4Wk0xMzAuODMzIDEwMy45MjdDMTIyLjkwMyA5Ny45Mjk3IDExMS42MDcgOTkuNTM0OCAxMDUuNjUxIDEwNy41MTZDMTAyLjc2MyAxMTEuMzggMTAxLjU0NCAxMTYuMTQ3IDEwMi4yMTUgMTIwLjkzNkMxMDIuODg3IDEyNS43MjUgMTA1LjM3MyAxMjkuOTY0IDEwOS4yMTIgMTMyLjg2OUMxMTIuMzIgMTM1LjIzIDExNi4xMDggMTM2LjUwNCAxMjAuMDAxIDEzNi41QzEyMi43OTIgMTM2LjUwNSAxMjUuNTQ2IDEzNS44NTUgMTI4LjA0NSAxMzQuNjAyQzEzMC41NDQgMTMzLjM0OSAxMzIuNzE4IDEzMS41MjggMTM0LjM5NiAxMjkuMjgyQzE0MC4zNTUgMTIxLjMwNSAxMzguNzU5IDEwOS45MyAxMzAuODMzIDEwMy45MjdaTTEyNC4zNTkgMTIxLjY4MkMxMjMuNzE0IDEyMi41NDQgMTIyLjgyOSAxMjMuMTk0IDEyMS44MTcgMTIzLjU1QzEyMC44MDYgMTIzLjkwNiAxMTkuNzEyIDEyMy45NTMgMTE4LjY3NCAxMjMuNjg0QzExNy42MzYgMTIzLjQxNSAxMTYuNyAxMjIuODQyIDExNS45ODUgMTIyLjAzOUMxMTUuMjcgMTIxLjIzNSAxMTQuODA3IDEyMC4yMzYgMTE0LjY1NSAxMTkuMTY4QzExNC41NTMgMTE4LjQ1OCAxMTQuNTkyIDExNy43MzUgMTE0Ljc3IDExNy4wNEMxMTQuOTQ4IDExNi4zNDYgMTE1LjI2MiAxMTUuNjk0IDExNS42OTIgMTE1LjEyMkMxMTYuMTk4IDExNC40NDUgMTE2Ljg1MyAxMTMuODk2IDExNy42MDYgMTEzLjUxOEMxMTguMzU5IDExMy4xNDEgMTE5LjE5IDExMi45NDUgMTIwLjAzMSAxMTIuOTQ2QzEyMS4yMDQgMTEyLjk0NSAxMjIuMzQ1IDExMy4zMjggMTIzLjI4MiAxMTQuMDM5QzEyNC40MyAxMTQuOTEgMTI1LjE4OCAxMTYuMjA0IDEyNS4zODkgMTE3LjYzNkMxMjUuNTkxIDExOS4wNjkgMTI1LjIyMSAxMjAuNTI0IDEyNC4zNTkgMTIxLjY4MlpNMTE2LjU3OCA3NC40OTE1QzExNS44OTYgNzMuOTc1MSAxMTUuMTIgNzMuNTk5MSAxMTQuMjk0IDczLjM4NDlDMTEzLjQ2OCA3My4xNzA3IDExMi42MDggNzMuMTIyNCAxMTEuNzYzIDczLjI0MjlDMTEwLjkxOCA3My4zNjM0IDExMC4xMDUgNzMuNjUwMyAxMDkuMzcgNzQuMDg3MUMxMDguNjM2IDc0LjUyNCAxMDcuOTk0IDc1LjEwMjMgMTA3LjQ4MSA3NS43ODlMNzUuODc4NiAxMTguMDkzQzc0Ljg2NjMgMTE5LjQ4MSA3NC40Mzg0IDEyMS4yMTUgNzQuNjg3OCAxMjIuOTE4Qzc0LjkzNzIgMTI0LjYyMiA3NS44NDM4IDEyNi4xNTggNzcuMjEwOSAxMjcuMTkzQzc4LjU3NzkgMTI4LjIyOCA4MC4yOTUyIDEyOC42NzkgODEuOTkwMSAxMjguNDQ3QzgzLjY4NTEgMTI4LjIxNiA4NS4yMjEgMTI3LjMyMSA4Ni4yNjQ3IDEyNS45NTZMMTE3Ljg2NyA4My42NTI2QzExOC4zOCA4Mi45NjU5IDExOC43NTQgODIuMTg0MiAxMTguOTY2IDgxLjM1MjJDMTE5LjE3OSA4MC41MjAxIDExOS4yMjcgNzkuNjU0IDExOS4xMDggNzguODAzM0MxMTguOTg4IDc3Ljk1MjYgMTE4LjcwMyA3Ny4xMzQgMTE4LjI2OSA3Ni4zOTQxQzExNy44MzUgNzUuNjU0MyAxMTcuMjYxIDc1LjAwNzggMTE2LjU3OCA3NC40OTE1WiIgZmlsbD0iI0UxRTFFMSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RpXzNfMTk2IiB4PSIyIiB5PSIwLjUiIHdpZHRoPSIxNDAiIGhlaWdodD0iMTQwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHg9IjEiIGR5PSIxIi8+CjxmZUNvbXBvc2l0ZSBpbjI9ImhhcmRBbHBoYSIgb3BlcmF0b3I9Im91dCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAwIDEgMCAwIDAgMSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzNfMTk2Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93XzNfMTk2IiByZXN1bHQ9InNoYXBlIi8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIiByZXN1bHQ9ImhhcmRBbHBoYSIvPgo8ZmVPZmZzZXQgZHg9IjQiIGR5PSI0Ii8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjQiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0iYXJpdGhtZXRpYyIgazI9Ii0xIiBrMz0iMSIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwLjQ4MjM1MyAwIDAgMCAwIDAuNDgyMzUzIDAgMCAwIDAgMC40ODIzNTMgMCAwIDAgMC4xNiAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJzaGFwZSIgcmVzdWx0PSJlZmZlY3QyX2lubmVyU2hhZG93XzNfMTk2Ii8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
}
.stages__advantages-item-wrap:nth-child(3) .stages__advantages-item {
  background-size: 27.203% 69.5431%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQxIiBoZWlnaHQ9IjEzNyIgdmlld0JveD0iMCAwIDE0MSAxMzciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RpXzNfMTk4KSI+CjxwYXRoIGQ9Ik0xMzcuNjc2IDkyLjc5MUwxMDIuNDY2IDYyLjYzMjZDMTAxLjI2NiA2MS42MDQ5IDk5LjczOTYgNjEuMDM3NCA5OC4xNTkzIDYxLjAzMTdDOTYuNTc5MSA2MS4wMjYxIDk1LjA0ODQgNjEuNTgyNiA5My44NDEzIDYyLjYwMTZMNTguMTI1NSA5Mi43NjIyQzU3LjA4NDYgOTMuNjQxNCA1Ni4zMzkxIDk0LjgxODkgNTUuOTg5OCA5Ni4xMzUzQzU1LjY0MDYgOTcuNDUxOCA1NS43MDQ1IDk4Ljg0MzYgNTYuMTcyOSAxMDAuMTIzQzU2LjY0MTMgMTAxLjQwMiA1Ny40OTE1IDEwMi41MDYgNTguNjA4NyAxMDMuMjg2QzU5LjcyNTggMTA0LjA2NyA2MS4wNTU5IDEwNC40ODUgNjIuNDE5IDEwNC40ODZINjUuMzI2M1YxMjkuMzUzQzY1LjMyNjMgMTMxLjExNiA2Ni4wMjczIDEzMi44MDYgNjcuMjc1IDEzNC4wNTNDNjguNTIyNyAxMzUuMyA3MC4yMTQ5IDEzNiA3MS45Nzk0IDEzNkgxMjMuNzg5QzEyNS41NTMgMTM2IDEyNy4yNDYgMTM1LjMgMTI4LjQ5MyAxMzQuMDUzQzEyOS43NDEgMTMyLjgwNiAxMzAuNDQyIDEzMS4xMTYgMTMwLjQ0MiAxMjkuMzUzVjEwNC40ODZIMTMzLjM0OUMxMzQuNzA5IDEwNC40ODUgMTM2LjAzNSAxMDQuMDY5IDEzNy4xNSAxMDMuMjkyQzEzOC4yNjYgMTAyLjUxNiAxMzkuMTE2IDEwMS40MTcgMTM5LjU4NyAxMDAuMTQzQzE0MC4wNTkgOTguODY5MyAxNDAuMTI4IDk3LjQ4MTkgMTM5Ljc4NiA5Ni4xNjc0QzEzOS40NDUgOTQuODUzIDEzOC43MDggOTMuNjc0NyAxMzcuNjc2IDkyLjc5MVpNMTE3LjEzNiAxMjIuNzAzSDc4LjYzMDJWOTcuODM2MkM3OC42MzAyIDk2LjM5MTUgNzguMDkxMyA5NS4xMzA4IDc3LjM1OTUgOTMuOTE0NEM4Mi4yMzYyIDg5Ljg0NjMgODcuMDY4NSA4NS43MjUgOTEuOTIzIDgxLjYyODFMOTguMTA1OSA3Ni40MDc4TDExOC40NjcgOTMuODQ1N0MxMTcuNjA4IDk1LjAwMDEgMTE3LjE0MSA5Ni4zOTgxIDExNy4xMzQgOTcuODM2MkwxMTcuMTM2IDEyMi43MDNaTTM2LjUxNjQgNDMuNDUzMkgzOS40MTcxVjY4LjMxODJDMzkuNDE3MSA3MC4wODExIDQwLjExODEgNzEuNzcxOSA0MS4zNjU4IDczLjAxODVDNDIuNjEzNSA3NC4yNjUxIDQ0LjMwNTcgNzQuOTY1NCA0Ni4wNzAyIDc0Ljk2NTRINjkuNDgyM0M3MS4yNDY4IDc0Ljk2NTQgNzIuOTM5IDc0LjI2NTEgNzQuMTg2NyA3My4wMTg1Qzc1LjQzNDQgNzEuNzcxOSA3Ni4xMzUzIDcwLjA4MTEgNzYuMTM1MyA2OC4zMTgyQzc2LjEzNTMgNjYuNTU1MyA3NS40MzQ0IDY0Ljg2NDUgNzQuMTg2NyA2My42MTc5QzcyLjkzOSA2Mi4zNzEzIDcxLjI0NjggNjEuNjcxIDY5LjQ4MjMgNjEuNjcxSDUyLjcyMzJDNTIuNzIzMiA2MS42NzEgNTIuNzIzMiAzNi44NjE0IDUyLjcyNzcgMzYuODA2QzUyLjcyNzcgMzUuMzE5MyA1Mi4xNDIyIDM0LjE1MzggNTEuNDU0NyAzMi44ODQyQzU2LjYzNTIgMjguNTUyNCA2MS43NzgxIDI0LjE3NjQgNjYuOTM4NiAxOS44MjAyTDcyLjIwMTIgMTUuMzc1NUw4Mi45NjE0IDI0LjU5MjlDODYuMTU5MyAyNy4zMzE2IDg5LjM1MDUgMzAuMDgxMyA5Mi41NTk1IDMyLjgwODhDOTEuNzg3OCAzNC4wNTE5IDkxLjIyNDUgMzUuMzM0OCA5MS4yMzMzIDM2LjgyODJWNTAuODIwNUM5MS4yMzMzIDUyLjU4MzUgOTEuOTM0MyA1NC4yNzQyIDkzLjE4MiA1NS41MjA4Qzk0LjQyOTcgNTYuNzY3NCA5Ni4xMjE5IDU3LjQ2NzggOTcuODg2NCA1Ny40Njc4Qzk5LjY1MDkgNTcuNDY3OCAxMDEuMzQzIDU2Ljc2NzQgMTAyLjU5MSA1NS41MjA4QzEwMy44MzkgNTQuMjc0MiAxMDQuNTM5IDUyLjU4MzUgMTA0LjUzOSA1MC44MjA1VjQzLjQ1MzJIMTA3LjQ0NUMxMDguODA1IDQzLjQ1NDQgMTEwLjEzMiA0My4wMzkgMTExLjI0OSA0Mi4yNjNDMTEyLjM2NSA0MS40ODcgMTEzLjIxNyA0MC4zODc3IDExMy42ODggMzkuMTEzMkMxMTQuMTYgMzcuODM4OCAxMTQuMjI5IDM2LjQ1MDUgMTEzLjg4NyAzNS4xMzU0QzExMy41NDUgMzMuODIwNCAxMTIuODA3IDMyLjY0MTggMTExLjc3NCAzMS43NTg2TDc2LjU2MTEgMS42MDAyNEM3NS4zNjEzIDAuNTcyOTUzIDczLjgzNDcgMC4wMDU3MjY0NiA3Mi4yNTQ2IDQuMzEyNDhlLTA1QzcwLjY3NDQgLTAuMDA1NjQwMjEgNjkuMTQzOCAwLjU1MDU5MSA2Ny45MzY2IDEuNTY5MjJMMzIuMjIwNyAzMS43Mjc2QzMxLjE4MTMgMzIuNjA3OSAzMC40MzcyIDMzLjc4NTcgMzAuMDg5IDM1LjEwMTlDMjkuNzQwOCAzNi40MTgxIDI5LjgwNTMgMzcuODA5NCAzMC4yNzM2IDM5LjA4NzlDMzAuNzQyIDQwLjM2NjQgMzEuNTkxOCA0MS40NzA1IDMyLjcwODEgNDIuMjUxMkMzMy44MjQ1IDQzLjAzMTggMzUuMTUzOCA0My40NTE0IDM2LjUxNjQgNDMuNDUzMlpNNTAuOTE4IDExOS4wMDVDNTEuMzQ2MSAxMTYuODU4IDUwLjcyNTEgMTE0LjQ5IDQ5LjEzNzIgMTEyLjg5N0wzOC42Mzg3IDEwMi4zNjFDMzcuNDU3IDEwMS4xNyAzNS44Njg2IDEwMC40NyAzNC4xOTE3IDEwMC40QzMyLjUxNDggMTAwLjMzIDMwLjg3MzUgMTAwLjg5NiAyOS41OTY2IDEwMS45ODRDMjguMzE5OCAxMDMuMDcyIDI3LjUwMTggMTA0LjYwMiAyNy4zMDY1IDEwNi4yNjhDMjcuMTExMyAxMDcuOTMzIDI3LjU1MzIgMTA5LjYxMSAyOC41NDM4IDExMC45NjRIMjMuNTIwOEMxNy44ODc4IDExMC45NjQgMTMuMzA2MSAxMDYuMzg3IDEzLjMwNjEgMTAwLjc1OUMxMy4zMDYxIDk1LjEzMDggMTcuODg3OCA5MC41NTMxIDIzLjUyMDggOTAuNTUzMUgyOC45MjNDMzAuNjg3NSA5MC41NTMxIDMyLjM3OTggODkuODUyOCAzMy42Mjc1IDg4LjYwNjJDMzQuODc1MiA4Ny4zNTk2IDM1LjU3NjEgODUuNjY4OCAzNS41NzYxIDgzLjkwNTlDMzUuNTc2MSA4Mi4xNDI5IDM0Ljg3NTIgODAuNDUyMiAzMy42Mjc1IDc5LjIwNTZDMzIuMzc5OCA3Ny45NTkgMzAuNjg3NSA3Ny4yNTg3IDI4LjkyMyA3Ny4yNTg3SDIzLjUyMDhDMTAuNTQ5NSA3Ny4yNTg3IDAgODcuODAxMSAwIDEwMC43NTlDMCAxMTMuNzE2IDEwLjU1MTcgMTI0LjI1OSAyMy41MjA4IDEyNC4yNTlIMjguNTc0OUMyNy44NDc4IDEyNS4yNDcgMjcuNDA5MSAxMjYuNDE3IDI3LjMwNzYgMTI3LjYzOUMyNy4yMDYyIDEyOC44NjEgMjcuNDQ1OSAxMzAuMDg4IDI4LjAwMDEgMTMxLjE4MkMyOC41NTQ0IDEzMi4yNzYgMjkuNDAxNSAxMzMuMTk1IDMwLjQ0NzIgMTMzLjgzN0MzMS40OTMgMTM0LjQ4IDMyLjY5NjUgMTM0LjgxOSAzMy45MjM5IDEzNC44MTlDMzUuNjMxNSAxMzQuODE5IDM3LjMzOTIgMTM0LjE2NSAzOC42Mzg3IDEzMi44NjNMNDkuMTYzOSAxMjIuMzAyQzUwLjA0NDMgMTIxLjQyIDUwLjY3NjMgMTIwLjIyNCA1MC45MTggMTE5LjAwNVoiIGZpbGw9IiNFMUUxRTEiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9kaV8zXzE5OCIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0NCIgaGVpZ2h0PSIxNDAiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeD0iMSIgZHk9IjEiLz4KPGZlQ29tcG9zaXRlIGluMj0iaGFyZEFscGhhIiBvcGVyYXRvcj0ib3V0Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAxIDAgMCAwIDAgMSAwIDAgMCAxIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfM18xOTgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfM18xOTgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeD0iNCIgZHk9IjQiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNCIvPgo8ZmVDb21wb3NpdGUgaW4yPSJoYXJkQWxwaGEiIG9wZXJhdG9yPSJhcml0aG1ldGljIiBrMj0iLTEiIGszPSIxIi8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAuNDgyMzUzIDAgMCAwIDAgMC40ODIzNTMgMCAwIDAgMCAwLjQ4MjM1MyAwIDAgMCAwLjE2IDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9InNoYXBlIiByZXN1bHQ9ImVmZmVjdDJfaW5uZXJTaGFkb3dfM18xOTgiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==);
}

.stages__advantages-item {
  margin-top: 15px;
  padding-top: 26px;
  padding-bottom: 29px;
  padding-left: 25px;
  padding-right: 30%;
  background-size: 27.203% 69.5431%;
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  background-color: #f1f1f1;
}

.stages__advantages-item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  margin-bottom: 17px;
}

.stages__advantages-item-text {
  font-size: 14px;
  line-height: 18px;
  color: #7b7b7b;
  margin: 0;
}

.stages__form-wrap {
  display: none;
}

@media screen and (min-width: 630px) {
  .stages {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
  .stages__header {
    padding-left: 0;
    padding-right: 0;
  }
  .stages__img-list {
    display: flex;
  }
  .stages__img-item {
    width: 25%;
  }
  .stages__title {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .stages__list {
    margin-left: auto;
    margin-right: auto;
  }
  .stages__item {
    width: 25%;
  }
  .stages__advantages-wrap {
    max-width: 1625px;
    margin-left: auto;
    margin-right: auto;
  }
  .stages__advantages {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
    padding-top: 15px;
  }
  .stages__advantages-item-wrap {
    width: 50%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .stages__advantages-item {
    height: 100%;
    margin-top: 0;
  }
  .stages__decor-row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .stages__header {
    padding-top: 56px;
  }
  .stages__title {
    margin-bottom: 31px;
  }
  .stages__item {
    padding-left: 25px;
    padding-bottom: 49px;
  }
  .stages__form-wrap {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .stages__form-description {
    color: #ffffff;
  }
  .stages__form-title {
    margin: 0;
    color: inherit;
  }
  .stages__form-text {
    margin: 0;
    color: inherit;
    font-size: 16px;
    line-height: 24px;
  }
  .stages__form-controls-wrap {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
  .stages__form-name,
  .stages__form-phone {
    min-width: 210px;
    margin-right: 15px;
    width: calc(33.3334% - 15px);
  }
  .stages__form-submit {
    width: 210px;
  }
  .stages__form-checkbox {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .stages {
    background-color: #ffffff;
  }
  .stages__header {
    padding-top: 86px;
  }
  .stages__title {
    margin-bottom: 41px;
  }
  .stages__item {
    padding-left: 45px;
    padding-bottom: 69px;
  }
  .stages__item-number {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
  }
  .stages__item-text {
    font-size: 18px;
    line-height: 24px;
  }
  .stages__banks {
    display: block;
  }
  .stages__decor-row {
    position: relative;
    padding-top: 0;
  }
  .stages__decor-row::after {
    content: "";
    display: block;
    width: calc(75% - 7.5px);
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 0;
    background-color: #3c3c3c;
    background-image: url(/img/cause/cause-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
  }
  .stages__advantages-wrap {
    position: relative;
    z-index: 2;
  }
  .stages__advantages {
    padding-top: 0;
  }
  .stages__advantages-item-wrap {
    width: 33.333334%;
  }
  .stages__form-wrap {
    position: relative;
    z-index: 2;
    max-width: 1625px;
    margin-left: auto;
    margin-right: auto;
  }
  .stages__form {
    display: flex;
  }
  .stages__form-description {
    width: 25%;
    color: #3c3c3c;
    padding-right: 15px;
  }
  .stages__form-title {
    margin-bottom: 22px;
  }
  .stages__form-controls-wrap {
    width: 75%;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .stages__form-submit {
    min-width: 210px;
  }
}
@media screen and (min-width: 1120px) {
  .stages__title,
  .stages__item,
  .stages__banner,
  .stages__banks,
  .stages__advantages-item {
    opacity: 0;
    transform: translateY(20px);
  }
  .stages__title._visible,
  .stages__item._visible,
  .stages__banner._visible,
  .stages__banks._visible,
  .stages__advantages-item._visible {
    animation: fadeInUp 1.5s ease forwards;
  }
  .stages__form-description {
    opacity: 0;
    transform: translateX(-20px);
  }
  .stages__form-description._visible {
    animation: fadeInLeft 1.5s ease forwards;
  }
  .stages__form-controls-wrap {
    opacity: 0;
    transform: translateX(20px);
  }
  .stages__form-controls-wrap._visible {
    animation: fadeInRight 1.5s ease forwards;
  }
}
@media screen and (min-width: 1200px) {
  .stages__header {
    padding-top: 126px;
    padding-bottom: 176px;
  }
  .stages__item {
    padding-left: 75px;
    padding-bottom: 89px;
  }
  .stages__banner {
    position: relative;
    z-index: 2;
    margin-top: -176px;
  }
  .stages__advantages-item {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: top 50% right 15px;
  }
  .stages__advantages-item-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
  }
  .stages__form-wrap {
    padding-top: 71px;
  }
  .stages__form-controls-wrap {
    padding-left: calc(9.090909% - 30px);
    justify-content: flex-start;
  }
  .stages__form-name {
    max-width: 210px;
  }
  .stages__form-submit {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .stages__header {
    padding-top: 156px;
  }
  .stages__title {
    margin-bottom: 71px;
  }
  .stages__item {
    padding-left: 115px;
    padding-bottom: 169px;
  }
  .stages__form-controls-wrap {
    flex-wrap: nowrap;
    padding-right: 0;
    padding-top: 15px;
    align-items: flex-start;
  }
  .stages__form-submit {
    margin-top: 28px;
  }
  .stages__form-checkbox {
    margin-top: 40px;
  }
  .stages__form-name,
  .stages__form-phone,
  .stages__form-submit {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1625px) {
  .stages__img-item {
    width: 24.53125%;
  }
  .stages__img-item:first-child {
    width: 26.25%;
  }
  .stages__img-item:last-child {
    width: 24.6875%;
  }
  .stages__item:first-child {
    padding-left: 15px;
  }
  .stages__item:nth-child(2) {
    padding-left: 84px;
  }
  .stages__item:nth-child(3) {
    padding-left: 143px;
  }
  .stages__item:last-child {
    padding-left: 205px;
  }
  .stages__advantages-item {
    padding-right: 240px;
    background-position: top 50% right 50px;
  }
  .stages__decor-row::after {
    width: calc(1276.785713125px + (100% - 1625px) / 2);
  }
  .stages__form-description {
    width: 21.4285714%;
  }
  .stages__form-controls-wrap {
    width: 78.5714285%;
  }
}
.mortgage {
  background: radial-gradient(100% 100% at 0% 0%, #f1f1f1 29.83%, rgba(241, 241, 241, 0) 100%), url(/img/mortgage/bg-mobile.jpg), lightgray 50%/cover no-repeat;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
  padding-top: 31px;
  padding-bottom: 165px;
  padding-left: 25px;
  padding-right: 25px;
}

.mortgage__title {
  margin-bottom: 14px;
}

.mortgage__text {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}

.mortgage__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 22px;
  margin-top: -7px;
  margin-left: -10px;
  margin-right: -10px;
}

.mortgage__item {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  width: 50%;
}

.mortgage__item-label {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  color: #7b7b7b;
}

.mortgage__item-text {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  white-space: nowrap;
  margin: 0;
}

@media screen and (min-width: 680px) {
  .mortgage {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
  }
  .mortgage__description,
  .mortgage__list {
    width: 50%;
  }
  .mortgage__description {
    padding-right: 30px;
    max-width: 475px;
  }
  .mortgage__list {
    padding-top: 0;
    max-width: 584px;
  }
}
@media screen and (min-width: 850px) {
  .mortgage {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(/img/mortgage/bg-desktop.jpg);
    background-position: top 0 right -300px;
  }
}
@media screen and (min-width: 992px) {
  .mortgage {
    background-size: contain;
    padding-top: 66px;
    padding-bottom: 66px;
    background-position: top 0 right -200px;
  }
  .mortgage__text {
    font-size: 16px;
    line-height: 26px;
  }
  .mrotgage__list {
    margin-top: -20px;
  }
  .mortgage__item {
    padding-top: 20px;
  }
  .mortgage__item-label {
    font-size: 14px;
    line-height: 20px;
  }
  .mortgage__item-text {
    font-size: 32px;
    line-height: 28px;
  }
  .mortgage__item-text-small {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .mortgage {
    padding-left: 75px;
  }
  .mortgage__title {
    margin-bottom: 23px;
  }
  .mortgage__list {
    margin-left: -47px;
    margin-right: -47px;
    margin-top: -30px;
    width: 680px;
    max-width: none;
  }
  .mortgage__item {
    padding-left: 47px;
    padding-right: 47px;
    padding-top: 30px;
  }
  .mortgage__item-label {
    margin-bottom: -9px;
  }
  .mortgage__item-text {
    font-size: 64px;
    line-height: 72px;
  }
  .mortgage__item-text-small {
    font-size: 40px;
  }
}
@media screen and (min-width: 1625px) {
  .mortgage {
    padding-left: 115px;
    background-position: top right;
  }
}
.banks {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 32px;
  padding-bottom: 57px;
}

.banks__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}

.banks__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #7b7b7b;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  text-decoration: none;
}
.banks__item:hover, .banks__item:active {
  text-decoration: none;
  color: #7b7b7b;
}

a.banks__item {
  cursor: pointer;
}

a[href=""].banks__item {
  cursor: auto;
}

.banks__item-img {
  max-width: 100%;
  display: block;
}

.banks__item-text {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  margin-top: auto;
}

@media screen and (min-width: 992px) {
  .banks__item {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .banks__item {
    width: 14.285714%;
  }
}
.consultation {
  position: relative;
  padding-top: 39px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
  background-color: #3c3c3c;
}

.consultation__title {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 22px;
}
.consultation__title--bold {
  font-weight: 800;
}
.consultation__title--large {
  font-size: 32px;
  line-height: 40px;
}

.consultation__text {
  color: #A7A7A7;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 29px;
}

.consultation__button {
  width: 100%;
}

.consultation--light {
  background-color: #ffffff;
}
.consultation--light .consultation__title,
.consultation--light .consultation__text {
  color: #3c3c3c;
}

@media screen and (min-width: 768px) {
  .consultation {
    display: none;
  }
}
.progress {
  padding-bottom: 57px;
}
.progress .slick-dots {
  display: none !important;
}

.progress__header {
  padding: 40px 15px 15px 17px;
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
}

.progress__title {
  font-size: 32px;
  line-height: 40px;
}

.progress__header-row {
  margin-top: -26px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  padding-top: 16px;
}

.progress__field {
  padding-top: 26px;
  margin-left: 15px;
  width: 100%;
}

.progress__toggles {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-top: -9px;
}

.progress__label {
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #3c3c3c;
  margin: 0;
  margin-bottom: 2px;
}

.progress__toggle {
  margin-top: 9px;
  margin-left: 9px;
  min-width: 95px;
}

.progress__select {
  min-width: 210px;
}

.progress__body {
  position: relative;
  overflow: hidden;
}
.progress__body .slick-slide {
  margin: 0 15px;
}

.progress__list {
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
}
.progress__list .slick-list {
  overflow: visible !important;
}
.progress__list .slick-track {
  margin-left: 0 !important;
}

.progress__item {
  position: relative;
}

.progress__item-mock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.3);
  color: #f1f1f1;
}

.progress__item-img {
  display: block;
  max-width: 100%;
}

.progress__slider-controls {
  padding-top: 15px;
  padding-bottom: 32px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f1f1f1;
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 560px) {
  .progress__field {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .progress {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .progress__header {
    padding-top: 0;
    padding-bottom: 48px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .progress__title {
    margin-right: 60px;
  }
  .progress__header-row {
    margin-left: -30px;
  }
  .progress__field {
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .progress {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .progress__list-wrap {
    position: relative;
  }
  .progress__list-wrap::after {
    content: "";
    display: block;
    width: 10%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  }
  .progress__slider-controls {
    padding: 0;
    background-color: transparent;
  }
  .progress__slider-pagination {
    display: none;
  }
  .progress__slider-next {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 2;
  }
  .progress__slider-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1120px) {
  .progress__inner {
    opacity: 0;
  }
  .progress__inner._visible {
    animation: fadeIn 1s ease forwards;
  }
}
@media screen and (min-width: 1300px) {
  .progress__header {
    align-items: center;
    justify-content: center;
  }
  .progress__header-row {
    padding-top: 0;
  }
  .progress__field {
    display: flex;
    align-items: center;
  }
  .progress__label {
    margin-right: 9px;
  }
}
@media screen and (min-width: 1400px) {
  .progress {
    padding-top: 199px;
    padding-bottom: 199px;
  }
}
@media screen and (min-width: 1625px) {
  .progress__slider-next {
    right: 30px;
  }
  .progress__slider-prev {
    left: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .progress__list-wrap::before {
    content: "";
    display: block;
    width: 10%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(89deg, #FFF 0%, rgba(255, 255, 255, 0) 50%);
  }
}
.gallery {
  position: relative;
}
.gallery .slick-dots {
  display: none !important;
}

.gallery__toggles-wrap {
  background-color: #f1f1f1;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery__toggles {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -8px;
}

.gallery__toggle {
  margin-left: 8px;
  margin-top: 8px;
}

.gallery__item {
  background-color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gallery__item-img {
  display: block;
  max-width: 100%;
}

.gallery__slider-controls {
  background-color: #f1f1f1;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 32px;
}

.gallery__slider-pagination {
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .gallery__slider-prev,
  .gallery__slider-next {
    color: #3c3c3c;
    fill: #3c3c3c;
    background-color: #ffffff;
  }
  .gallery__slider-prev:hover,
  .gallery__slider-next:hover {
    background-color: #ffffff;
    color: #7b7b7b;
    fill: #7b7b7b;
  }
  .gallery__slider-prev:active,
  .gallery__slider-next:active {
    background-color: #ffffff;
    color: #3c3c3c;
    fill: #3c3c3c;
  }
  .gallery__slider-prev:disabled, .gallery__slider-prev[disabled], .gallery__slider-prev[aria-disabled=true], .gallery__slider-prev.swiper-button-disabled,
  .gallery__slider-next:disabled,
  .gallery__slider-next[disabled],
  .gallery__slider-next[aria-disabled=true],
  .gallery__slider-next.swiper-button-disabled {
    background-color: #d9d9d9;
    color: #ffffff;
    fill: #ffffff;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) {
  .gallery__slider-controls {
    position: absolute;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2;
    justify-content: center;
    width: 100%;
    background-color: rgba(60, 60, 60, 0.48);
  }
  .gallery__slider-next,
  .gallery__slider-prev {
    border-radius: 0;
  }
  .gallery__slider-prev {
    order: 1;
  }
  .gallery__slider-pagination {
    order: 2;
    margin-left: 15px;
    margin-right: 15px;
  }
  .gallery__slider-next {
    order: 3;
  }
  .gallery__slider-prev + .gallery__slider-next {
    margin: 0;
  }
}
@media screen and (min-width: 1400px) {
  .gallery__toggles-wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1625px) {
  .gallery__toggles-wrap {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about--desktop {
  display: none;
}

.about {
  padding-top: 55px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff;
}

.about__inner {
  position: relative;
  background-color: #f1f1f1;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 116px;
  background: linear-gradient(0deg, #F1F1F1 32.61%, rgba(241, 241, 241, 0) 100%);
}

.about__title {
  display: none;
}

.about__advantages {
  display: none;
}

.about__description-row {
  display: flex;
  flex-wrap: wrap-reverse;
}

.about__text {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.about__text b,
.about__text strong {
  font-weight: 700;
}
.about__text + .about__text {
  margin-top: 12px;
}

.about__more-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -40px;
}

.about__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}

.about__logo {
  width: 114px;
  max-width: 200px;
  display: block;
  margin-left: 30px;
}

.about__logo-text {
  display: block;
  width: 119px;
  margin: 0;
  margin-left: 30px;
  color: #3c3c3c;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.about__more-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
  margin-left: 30px;
  text-decoration: none;
}
.about__more-link:hover {
  text-decoration: none;
}

.about__more-icon {
  width: 24px;
  height: 24px;
  fill: #c4c4c4;
  flex-shrink: 0;
  margin-right: 10px;
}

.about__more-text {
  margin: 0;
  text-decoration: none;
}

.about__more-note {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #3c3c3c;
}

.about__more-adress {
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  color: #7b7b7b;
}

.about__text-wrap {
  height: 355px;
  overflow: auto;
  margin-top: 25px;
  margin-right: -25px;
  padding-right: 25px;
  padding-bottom: 50px;
}

@media screen and (min-width: 680px) {
  .about__inner::after {
    content: none;
  }
  .about__text-wrap {
    height: auto;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .about {
    background: transparent;
    padding-top: 105px;
  }
  .about__inner {
    padding-top: 0;
    background: transparent;
    display: flex;
    flex-wrap: wrap-reverse;
    padding-left: 0;
    padding-right: 0;
    max-width: 1625px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__advantages {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    overflow: hidden;
  }
  .about__advantage {
    position: relative;
    width: 33.333334%;
    background-color: #3c3c3c;
    padding: 50px 30px;
    padding-top: 40px;
  }
  .about__advantage-number {
    position: relative;
    font-size: 88px;
    line-height: 92px;
    font-weight: 900;
    display: block;
    color: #ffffff;
    z-index: 2;
  }
  .about__advantage-number-clone {
    position: absolute;
    top: 50%;
    right: -20%;
    transform: translateY(-50%);
    font-size: 188px;
    line-height: 96px;
    font-weight: 900;
    display: block;
    color: #3E3E3E;
    z-index: 1;
  }
  .about__advantage-text {
    position: relative;
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    z-index: 2;
  }
  .about__title {
    display: block;
    margin-bottom: 12px;
  }
  .about__description {
    padding-bottom: 80px;
  }
  .about__description-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .about__text-wrap {
    padding-right: 0;
    margin-right: 50px;
    margin-top: 27px;
  }
  .about__more-wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .about__logo-wrap {
    display: block;
    margin: 0;
  }
  .about__logo {
    margin-left: 0;
    width: 200px;
  }
  .about__logo-text {
    margin-left: 0;
    margin-top: 15px;
    width: 205px;
  }
  .about__text {
    font-size: 16px;
    line-height: 26px;
  }
  .about__more-link {
    display: inline;
    margin-left: 0;
    margin-top: auto;
  }
  .about__more-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1120px) {
  .about {
    overflow: hidden;
  }
  .about__advantages {
    opacity: 0;
    transform: translateX(-20px);
  }
  .about__advantages._visible {
    animation: fadeInLeft 1.5s ease forwards;
  }
  .about__description {
    opacity: 0;
    transform: translateX(20px);
  }
  .about__description._visible {
    animation: fadeInRight 1.5s ease forwards;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
  .about__advantages {
    display: block;
    width: auto;
    flex-shrink: 0;
    min-width: 25%;
  }
  .about__advantage {
    width: 100%;
  }
  .about__text {
    font-size: 18px;
    line-height: 28px;
  }
  .about__description {
    padding-left: 11.2615%;
  }
}
@media screen and (min-width: 1625px) {
  .about__advantage {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.contacts {
  padding-left: 15px;
  padding-right: 15px;
}

.contacts__list {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.contacts__item {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #f1f1f1;
  padding-top: 46px;
  padding-bottom: 52px;
  padding-left: 25px;
  padding-right: 25px;
  color: #3c3c3c;
  width: 100%;
}

.contacts__item--dark {
  background-color: #3c3c3c;
  color: #ffffff;
}
.contacts__item--dark .contacts__item-link {
  color: #ffffff;
}
.contacts__item--dark .contacts__item-link:hover, .contacts__item--dark .contacts__item-link:active {
  color: #ffffff;
  fill: #ffffff;
}
.contacts__item--dark .contacts__item-link:hover::after, .contacts__item--dark .contacts__item-link:active::after {
  width: 100%;
  background-color: #ffffff;
}

.contacts__item--logo {
  display: none;
  padding: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  background-image: url(/img/contacts/logo-bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  fill: #ffffff;
  transition-property: fill;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.contacts__item--logo:hover::after {
  opacity: 0;
}
.contacts__item--logo::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f1f1f1;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.contacts__item-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: 198px;
  height: 180px;
  fill: inherit;
}

.contacts__item--build {
  position: relative;
  display: none;
  order: 1;
}

.contacts__item-header {
  line-height: 32px;
  margin-bottom: 32px;
}

.contacts__item-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #3c3c3c;
  font-size: 24px;
  letter-spacing: 0.72px;
  font-weight: 700;
}
.contacts__item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #3c3c3c;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.contacts__item-link:hover {
  color: #7b7b7b;
  fill: #7b7b7b;
}
.contacts__item-link:hover::after {
  width: 100%;
  background-color: #7b7b7b;
}
.contacts__item-link:active {
  color: #3c3c3c;
  fill: #3c3c3c;
}
.contacts__item-link:active::after {
  width: 100%;
  background-color: #3c3c3c;
}

.contacts__item-name {
  color: #7b7b7b;
  font-size: 13px;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
}

.contacts__item-text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.contacts__item-text + .contacts__item-text {
  margin-top: 8px;
}

.contacts__inner {
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
}

.contacts__form {
  display: none;
}

.contacts__map-wrap {
  display: none;
}

@media screen and (min-width: 630px) {
  .contacts__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .contacts__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .contacts__item {
    order: 1;
    width: 33.3333334%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
  }
  .contacts__item--dark {
    background-color: #3c3c3c;
  }
  .contacts__item--logo {
    padding: 0;
  }
  .contacts__item--build {
    display: block;
    position: relative;
  }
  .contacts__item--build::after {
    content: "";
    position: absolute;
    top: -75px;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background-image: url(/img/contacts/build.png);
    background-repeat: no-repeat;
    background-size: auto;
  }
  .contacts__form {
    display: flex;
    justify-content: center;
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .contacts__form-title {
    margin-bottom: 29px;
  }
  .contacts__form-radiogroup {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -10px;
    margin-top: -10px;
    margin-bottom: 22px;
  }
  .contacts__form-radio-wrap {
    margin-left: 10px;
    margin-top: 10px;
  }
  .contacts__form-radio-input:checked + .contacts__form-radio-label {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #7b7b7b;
  }
  .contacts__form-row {
    display: flex;
    align-items: center;
  }
  .contacts__form-row + .contacts__form-row {
    margin-top: 48px;
  }
  .contacts__form-label {
    font-size: 12px;
    line-height: 28px;
    margin: 0;
    color: #3c3c3c;
    text-transform: uppercase;
  }
  .contacts__form-name,
  .contacts__form-submit {
    width: 210px;
  }
  .contacts__form-phone,
  .contacts__form-checkbox {
    width: 325px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .contacts__item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .contacts__item--logo {
    padding: 0;
  }
}
@media screen and (min-width: 1120px) {
  .contacts__item,
  .contacts__form {
    opacity: 0;
    transform: translateY(20px);
  }
  .contacts__item._visible,
  .contacts__form._visible {
    animation: fadeInUp 1.5s ease forwards;
  }
}
@media screen and (min-width: 1200px) {
  .contacts__item--logo {
    display: flex;
  }
  .contacts__item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
  }
  .contacts__item--logo {
    padding: 0;
  }
  .contacts__inner {
    display: flex;
    align-items: stretch;
  }
  .contacts__form,
  .contacts__map-wrap {
    width: 50%;
  }
  .contacts__map-wrap {
    display: block;
  }
  .contacts__map {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/img/contacts/map.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom center;
  }
}
@media screen and (min-width: 1400px) {
  .contacts__item {
    padding-top: 72px;
    padding-left: 54px;
    padding-right: 54px;
  }
  .contacts__item--logo {
    padding: 0;
  }
  .contacts__form {
    padding-top: 72px;
    padding-bottom: 79px;
  }
}
@media screen and (min-width: 1625px) {
  .contacts {
    position: relative;
  }
  .contacts__item {
    padding-top: 119px;
    padding-bottom: 74px;
  }
  .contacts__item--logo {
    padding: 0;
  }
  .contacts__item-header {
    margin-bottom: 57px;
  }
  .contacts__map {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
  }
}
.main-footer {
  background-color: #3c3c3c;
}

.main-footer__inner {
  max-width: 1625px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.main-footer__first-row {
  padding-top: 44px;
  padding-bottom: 37px;
}

.main-footer__second-row {
  background-color: #333333;
  padding-top: 25px;
  padding-bottom: 17px;
}
.main-footer__second-row .main-footer__inner {
  margin-left: -30px;
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.main-footer__third-row {
  background-color: #333333;
  padding-bottom: 15px;
}

.main-footer__nav {
  display: none;
}

.main-footer__nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.main-footer__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.main-footer__nav-link:hover, .main-footer__nav-link:active {
  color: #ffffff;
  fill: #ffffff;
}
.main-footer__nav-link:hover::after, .main-footer__nav-link:active::after {
  width: 100%;
  background-color: #ffffff;
}
.main-footer__nav-link:active {
  color: #505050;
  fill: #505050;
}
.main-footer__nav-link:active::after {
  width: 0;
}

.main-footer__text {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #7b7b7b;
  margin: 0;
}

.main-footer__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  line-height: inherit;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}
.main-footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.main-footer__link:hover, .main-footer__link:active {
  color: #ffffff;
  fill: #ffffff;
}
.main-footer__link:hover::after, .main-footer__link:active::after {
  width: 100%;
  background-color: #ffffff;
}
.main-footer__link:active {
  color: #505050;
  fill: #505050;
}
.main-footer__link:active::after {
  width: 0;
}

.main-footer__policy {
  margin-top: 24px;
}

.main-footer__socials {
  margin-top: 41px;
}

.main-footer__socials-title {
  display: none;
  margin: 0;
}

.main-footer__socials-list {
  margin-left: -8px;
  margin-top: -8px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.main-footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border: 2px solid #7b7b7b;
  fill: #c4c4c4;
  background-color: transparent;
  transition-property: fill, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin-left: 8px;
  margin-top: 8px;
}
.main-footer__social:hover {
  background-color: #7b7b7b;
  fill: #ffffff;
}
.main-footer__social:active {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  fill: #ffffff;
}
.main-footer__social:disabled, .main-footer__social[disabled] {
  fill: #5f5f5f;
  background-color: #505050;
  border-color: #505050;
}

.main-footer__social-icon {
  display: block;
  fill: inherit;
  width: 24px;
  height: 24px;
}

.main-footer__copyright,
.main-footer__development {
  margin-top: 10px;
  margin-left: 30px;
}

@media screen and (min-width: 768px) {
  .main-footer__first-row {
    padding-top: 331px;
    margin-top: -287px;
  }
  .main-footer__first-row .main-footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main-footer__nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -8px;
    margin-bottom: 30px;
  }
  .main-footer__nav-item {
    width: 25%;
    margin-top: 8px;
  }
  .main-footer__description {
    padding-top: 1px;
    width: 75%;
    padding-right: 25px;
  }
  .main-footer__socials {
    width: 25%;
    margin-top: 0;
  }
  .main-footer__socials-title {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #7b7b7b;
    margin-bottom: 4px;
  }
  .main-footer__second-row {
    padding-top: 15px;
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1120px) {
  .main-footer {
    opacity: 0;
    transform: translateY(20px);
  }
  .main-footer._visible {
    animation: fadeInUp 1.5s ease forwards;
  }
}
@media screen and (min-width: 1200px) {
  .main-footer__first-row {
    padding-top: 357px;
  }
  .main-footer__first-row .main-footer__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .main-footer__nav {
    width: 35.71428%;
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-footer__nav-item {
    width: 50%;
  }
  .main-footer__description {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-footer__socials {
    width: 19.2857%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1625px) {
  .main-footer__description {
    width: 42.8571%;
  }
  .main-footer__socials {
    margin-left: 7.14285%;
    width: 14.2857%;
  }
  .main-footer__second-row .main-footer__inner {
    margin-left: auto;
  }
  .main-footer__copyright,
  .main-footer__development {
    margin-left: 0;
  }
}
* {
  box-sizing: border-box;
}











.policy__message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 32px;
    display: flex;
    border-radius: 4px;
    background-color: #f1f1f1;
    gap: 52px;
    z-index: 99999999999;
}


.policy__message p {
    max-width: 597px;
    margin-bottom: 0;
        margin-top: 0;
}

.policy__message p a {
    -webkit-hyphens: none;
    hyphens: none;
    border-bottom: 1px solid #3c3c3c;
    color: #3c3c3c;
    text-decoration: none;
    transition: all 0.3s ease;
}

.policy__message__button {
    display: flex;
    gap: 1rem;
}



.policy__message__button a {
    text-align: center;
    padding: 11px 30px;
}
.btn-primary, a.btn-primary {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    padding: 11px 20px;
    border-radius: 4px;
    background: #3c3c3c;
    border: none;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}


.checkbox__label-text a {
    color: #fff;
}

.checkbox--dark .checkbox__label-text a {
    color: #7b7b7b;
}


.checkbox__field  {
    margin-bottom: 10px;
}