/*@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*
@font-face {
  font-family: "Circe";
  src: local("Circe Light"), local("Circe-Light"), url("../fonts/Circe-Light.woff2") format("woff2"), url("../fonts/Circe-Light.woff") format("woff"), url("../fonts/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe";
  src: local("Circe Regular"), local("Circe-Regular"), url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe";
  src: local("Circe Bold"), local("Circe-Bold"), url("../fonts/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*/
/* normalize */
html {
  line-height: 1.15; /* 1 */
}

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

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

body {
  margin: 0;
}

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

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

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

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

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

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


/* Text-level semantics
   ========================================================================== */

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

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

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

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

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

/**
 * 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;
}

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

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

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

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

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

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

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

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
  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 */
}

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

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

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

textarea {
  overflow: auto;
}

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

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  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 */
  appearance: button;
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

canvas {
  display: inline-block;
}

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

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

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

[hidden] {
  display: none;
}
/* /normalize */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: "Gilroy", sans-serif;
  font-size: 0.520835vw;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

body {
  font-style: normal;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #2C2C2C;
  background-color: #F2F2F2;
}

input, textarea {
  line-height: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: unset;
}

a, a:hover {
  text-decoration: none;
}

button, input, a, textarea {
  outline: none;
  cursor: pointer;
  font: inherit;
}
button:focus, input:focus, a:focus, textarea:focus {
  outline: none;
}
button:active, input:active, a:active, textarea:active {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

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

button {
  border: none;
  color: inherit;
  font: inherit;
  text-align: inherit;
  padding: 0;
  background-color: inherit;
}

ul, ol {
  padding: 0;
  margin: 0;
}

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

.content {
  margin: 60px 0;
}

.content ul li {
  position: relative;
  padding-left: 20px;
  display: list-item;
  margin-bottom: 0.5em;  
}

.content p {
  margin-bottom: 0.5em;
}

.content ul li:before {
  content: ""; 
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  left: 0; 
  border-radius: 50%;
  background-color: currentColor;
  top: 0.4em;
}

.container {
  width: 156.5rem;
  margin: 0 auto;
}

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

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

@media (max-width: 48em) {
  html {
    font-size: 5px;
    font-size: 1.5625vw;
    font-size: 1.2077294686vw;
    -webkit-text-size-adjust: none;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  .container {
    padding: 0 4rem;
    width: 100%;
  }
}
.mobile {
  display: none !important;
}

.o-hidden {
  overflow: hidden;
}

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

.border {
  border: 0.2rem solid #2C2C2C;
}

.btn {
  min-width: 26.4rem;
  height: 5.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  font-size: 2rem;
  text-transform: uppercase;
  background: #F2F2F2;
  color: #2C2C2C;
  border: 0.2rem solid #2C2C2C;
  margin-left: 1.4rem;
  position: relative;
  z-index: 1;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  right: calc(100% + 0.2rem);
  width: 1.4rem;
  height: calc(100% + 0.6rem);
  background: #46AE13;
  transform: skewY(-35deg);
}
.btn::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.2rem);
  right: 0.5rem;
  width: calc(100% + 0.4rem);
  height: 1.2rem;
  background: #52C41A;
  transform: skewX(-50deg);
}
.btn.btn-black {
  border-color: #fff;
  color: #fff;
  background: #2C2C2C;
}
.btn.btn-black::before, .btn.btn-black::after {
  background: #2C2C2C;
}
.btn.btn-white {
  border-color: #52C41A;
  background: #fff;
}
.btn.btn-white::before {
  background: #fff;
}
.btn.btn-white::after {
  background: #D5D5D5;
}

.title {
  font-size: 6rem;
  font-weight: 700;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-heading__title {
  width: 55%;
}
.section-heading__description {
  width: 31.2%;
  font-size: 2rem;
  line-height: 1.5;
}

.slider-kit {
  display: flex;
  align-items: center;
  position: absolute;
}
.slider-button-prev, .slider-button-next {
  position: static;
  width: 6rem;
  height: 6rem;
  outline: none;
  margin: 0;
  z-index: 10;
  border: 0.2rem solid #52C41A;
  transition: all 0.25s;
}
.slider-button-prev::after, .slider-button-next::after {
  content: none;
}
.slider-button-prev svg, .slider-button-next svg {
  width: 1.9rem;
  height: auto;
}
.slider-button-prev svg path, .slider-button-next svg path {
  transition: all 0.25s;
}
.slider-button-prev.swiper-button-disabled, .slider-button-next.swiper-button-disabled {
  opacity: 1;
  border-color: #CCC7C7;
}
.slider-button-prev.swiper-button-disabled svg path, .slider-button-next.swiper-button-disabled svg path {
  fill: #CCC7C7;
}
.slider-scrollbar.swiper-scrollbar {
  width: 13.3rem;
  height: 0.2rem;
  background: #CCC7C7;
  border-radius: 0;
}
.slider-scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background: #52C41A;
  border-radius: inherit;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border: 0.2rem solid #2C2C2C;
  background: rgba(44, 44, 44, 0.04);
  transition: all 0.25s;
}
.link svg {
  width: 1.4rem;
  height: auto;
}
.link svg path {
  transition: all 0.25s;
}

.card {
  margin-right: -0.2rem;
  margin-bottom: -0.2rem;
  padding: 4.3rem 5rem 5.3rem;
  position: relative;
  transition: background 0.25s;
}
.card:hover {
  background: #52C41A;
}
.card:hover:nth-child(even) {
  background: #52C41A;
}
.card:hover .card-link {
  border-color: #2C2C2C;
}
.card:hover .card-link svg path {
  fill: #2C2C2C;
}
.card-title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 4.2rem;
}
.card-img {
  width: 100%;
  height: 35.2rem;
  margin-bottom: 4.6rem;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-text {
  width: 85%;
}
.card-subtitle {
  font-size: 2rem;
  opacity: 0.8;
  margin-bottom: 2.7rem;
}
.card-price {
  font-size: 2rem;
}
.card-price span {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.card-link {
  position: absolute;
  bottom: 4.6rem;
  right: 4.8rem;
  width: 4.9rem;
  height: 4.9rem;
  border-color: #52C41A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.25s;
}
.card-link svg {
  width: 1.4rem;
  height: auto;
}
.card-link svg path {
  transition: all 0.25s;
}

.form-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form .label {
  display: inline-flex;
  width: 48%;
  position: relative;
  z-index: 1;
}
.form .label.wide {
  width: 100%;
}
.form .label input, .form .label textarea {
  width: 100%;
  height: 9rem;
  background: transparent;
  border: none;
  border-bottom: 0.2rem solid #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 2rem;
  color: #fff;
}
.form .label input::-moz-placeholder, .form .label textarea::-moz-placeholder {
  color: inherit;
}
.form .label input:-ms-input-placeholder, .form .label textarea:-ms-input-placeholder {
  color: inherit;
}
.form .label input::placeholder, .form .label textarea::placeholder {
  color: inherit;
}
.form .label input.visually-hidden, .form .label textarea.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.form .label.label-checkbox {
  max-width: 57%;
  width: auto;
  cursor: pointer;
}
.form .label.label-checkbox input:checked ~ b::after {
  content: "";
}
.form .label.label-checkbox > b {
  position: relative;
  top: 0;
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
  border: 0.2rem solid #fff;
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
  margin-right: 3.8rem;
}
.popup-place .form .label.label-checkbox > b { 
  margin-top: 0;
}
.form .label.label-checkbox > b::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.3rem;
  height: 1.2rem;
  background: url(../img/check-w.svg) 50%/contain no-repeat;
}
.form .label.label-checkbox .checkbox-title {
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
}
.form .label.label-checkbox.label-radio {
  max-width: none;
}
.form .label.label-checkbox.label-radio:not(:last-child) {
  margin-right: 5.2rem;
}
.form .label.label-checkbox.label-radio > span {
  top: 0;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 3rem;
}
.form .label.label-checkbox.label-radio > span::after {
  width: 1rem;
  height: 1rem;
  border-radius: inherit;
  background: #52C41A;
}
.form .label select {
  width: 100%;
  height: 7.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  font-size: 2rem;
  color: #2C2C2C;
  border: 0.2rem solid #2C2C2C;
  background: #F2F2F2;
  padding: 0 2.7rem;
  cursor: pointer;
}
.form .label select option {
  background: #fff;
  font-size: 2rem;
}
.form-radio {
  width: 100%;
  margin: 3rem 0;
}
.form-privacy {
  width: 100%;
  margin: 3rem 0 6.6rem;
}
.form-btn {
  margin-bottom: 1rem;
}
.form.form-black .label input, .form.form-black .label textarea {
  border-color: #2C2C2C;
  color: #2C2C2C;
}
.form.form-black .label.label-checkbox > b {
  border-color: #2C2C2C;
}
.form.form-black .label.label-checkbox > b::after {
  background: url(../img/check.svg) 50%/contain no-repeat;
}
.form.form-black .label.label-checkbox .checkbox-title {
  color: #2C2C2C;
}
.form.form-black .label.label-checkbox.label-radio > b::after {
  background: #52C41A;
}

@media (max-width: 48em) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .border {
    border-width: 1px;
  }
  .btn {
    min-width: auto;
    height: 7.6rem;
    padding: 0 6rem;
    font-size: 2.8rem;
    white-space: nowrap;
    border-width: 1px;
    margin-left: 2rem;
  }
  .btn.w-100 {
    width: calc(100% - 3.5rem);
    margin-left: 3.5rem;
  }
  .btn.w-100::before {
    top: 0.8rem;
    right: calc(100% + 1px);
    width: 3.8rem;
    height: calc(100% + 0.3rem);
    transform: skewY(-25deg);
  }
  .btn.w-100::after {
    top: calc(100% + 1px);
    right: 1.8rem;
    width: calc(100% + 0.2rem);
    height: 1.8rem;
    transform: skewX(-65deg);
  }
  .btn::before {
    top: 0.8rem;
    right: calc(100% + 1px);
    width: 2rem;
    height: calc(100% + 0.3rem);
    transform: skewY(-40deg);
  }
  .btn::after {
    top: calc(100% + 1px);
    right: 1rem;
    width: calc(100% + 0.2rem);
    height: 1.8rem;
    transform: skewX(-50deg);
  }
  .title {
    font-size: 8rem;
  }
  .section-heading {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .section-heading__title {
    width: 75%;
    margin-bottom: 4.5rem;
  }
  .section-heading__description {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .slider-button-prev, .slider-button-next {
    width: 8rem;
    height: 8rem;
    border-width: 1px;
  }
  .slider-button-prev svg, .slider-button-next svg {
    width: 3.4rem;
  }
  .slider-scrollbar.swiper-scrollbar {
    width: 26.6rem;
    height: 1px;
  }
  .link {
    width: 8.2rem;
    height: 8.2rem;
    border-width: 1px;
  }
  .link svg {
    width: 2.4rem;
  }
  .card {
    margin-right: 0;
    margin-bottom: -1px;
    padding: 4.8rem 5.3rem 5.8rem;
  }
  .card:nth-child(even) {
    background: #fff;
  }
  .card-title {
    font-size: 4rem;
    letter-spacing: normal;
    margin-bottom: 5rem;
  }
  .card-img {
    height: 53.2rem;
    margin-bottom: 5.5rem;
  }
  .card-text {
    width: 85%;
  }
  .card-subtitle {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
  .card-price {
    font-size: 3.2rem;
  }
  .card-price span {
    font-size: 4rem;
    letter-spacing: normal;
  }
  .card-link {
    bottom: 7.5rem;
    right: 5.3rem;
    width: 8.2rem;
    height: 8.2rem;
    border-color: #2C2C2C;
  }
  .card-link svg {
    width: 2.4rem;
  }
  .card-link svg path {
    fill: #2C2C2C;
  }
  .form .label {
    width: 100%;
  }
  .form .label input, .form .label textarea {
    height: 15.6rem;
    border-width: 1px;
    font-size: 3.2rem;
  }
  .form .label.label-checkbox {
    max-width: 80%;
  }
  .form .label.label-checkbox > b {
    width: 3.6rem;
    height: 3.6rem;
    border-width: 1px;
    margin-right: 2.6rem;
  }
  .form .label.label-checkbox > b:after {
    width: 2rem;
    height: 2.4rem;
  }
  .form .label.label-checkbox .checkbox-title {
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .form .label.label-checkbox.label-radio {
    max-width: auto;
  }
  .form .label.label-checkbox.label-radio:not(:last-child) {
    margin-right: 0;
  }
  .form .label.label-checkbox.label-radio > span {
    margin-top: 0.5rem;
    margin-right: 2.6rem;
  }
  .form .label.label-checkbox.label-radio > span::after {
    width: 1.4rem;
    height: 1.4rem;
  }
  .form .label select {
    height: 11.8rem;
    font-size: 3.2rem;
    border-width: 1px;
    padding: 0 3.6rem;
  }
  .form .label select option {
    font-size: 3.2rem;
  }
  .form-radio {
    display: flex;
    justify-content: space-between;
    margin: 6.5rem 0 0;
  }
  .form-privacy {
    margin: 6.5rem 0 13rem;
  }
  .form-btn {
    margin-bottom: 2rem;
  }
  .form.form-w .label input, .form.form-w .label textarea {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    color: #fff;
  }
  .form.form-w .label input::-moz-placeholder, .form.form-w .label textarea::-moz-placeholder {
    color: #fff;
  }
  .form.form-w .label input:-ms-input-placeholder, .form.form-w .label textarea:-ms-input-placeholder {
    color: #fff;
  }
  .form.form-w .label input::placeholder, .form.form-w .label textarea::placeholder {
    color: #fff;
  }
  .form.form-w .label span {
    color: #fff;
  }
  .form.form-w .label.label-checkbox > span {
    background: rgba(255, 255, 255, 0.1);
  }
  .form.form-w .label.label-checkbox > span::after {
    background: url(../img/check-w.svg) 50%/contain no-repeat;
  }
  .form.form-w .label.label-checkbox .checkbox-title {
    color: #fff;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #F2F2F2;
}
.header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #2C2C2C;
}
.header-top {
  background: #52C41A;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.05rem 0;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-link {
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: #F2F2F2;
}
.header-link.header-place {
  position: relative;
}
.header-link.header-place img {
  margin-right: 0.6rem;
}
.header-link.header-place .select-text {
  display: inline-block;
  position: relative;
  padding-right: 2.4rem;
  cursor: pointer;
}
.header-link.header-place .select-text.active::after {
  transform: translateY(-50%) rotate(-180deg);
}
.header-link.header-place .select-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 0.8rem;
  background: url(../img/arrow-down.svg) 50%/contain no-repeat;
}
.header-link.header-place .select-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 1.05rem);
  left: 0;
  background: #fff;
  padding: 5.6rem 3rem;
  z-index: 1;
}
.header-link.header-place .select-dropdown li {
  white-space: nowrap;
  cursor: pointer;
  color: #2C2C2C;
  transition: color 0.25s;
}
.header-link.header-place .select-dropdown li.active {
  color: #52C41A;
}
.header-link.header-place .select-dropdown li:not(:last-child) {
  margin-bottom: 6.5rem;
}
.header-link img {
  width: 2.4rem;
  flex-shrink: 0;
  margin-right: 1.2rem;
}
.header-link:not(:last-child) {
  margin-right: 2.7rem;
}
.header-bottom__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  display: inline-block;
  width: 15.7rem;
}
.header-list {
  display: flex;
  align-items: center;
}
.header-list li {
  font-size: 2rem;
  padding: 2.65rem 0;
  position: relative;
  z-index: 1;
}
.header-list li:not(:last-child) {
  margin-right: 1.7rem;
}
.header-list li.sublist.active::after {
  width: 100%;
}
.header-list li.sublist::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -0.2rem;
  width: 0;
  height: 0.2rem;
  background: #52C41A;
  transition: width 0.25s;
}
.header-list li > ul {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: -0.2rem;
  padding: 6.3rem 19rem 6.5rem 4.6rem;
  background: #fff;
  z-index: 1;
}
.header-list li > ul li {
  padding: 0;
  white-space: nowrap;
}
.header-list li > ul li:not(:last-child) {
  margin-bottom: 6.6rem;
}

.banner {
  margin-top: 12.2rem;
  margin-bottom: 8rem;
  overflow: hidden;
  position: relative;
}
.banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #2C2C2C;
  z-index: 1;
}
.banner-content {
  display: flex;
  justify-content: space-between;
}
.banner-text {
  width: 40%;
  flex-shrink: 0;
  padding: 14rem 0 7rem;
  position: relative;
}
.banner-title {
  font-size: 8.1rem;
  line-height: 1.05;
  margin-bottom: 5.4rem;
}
.banner-title.with-action {
  padding-right: 140px;
}
.a4ref {
 position: absolute;
 right: 0;
 top: 16rem;
 width: 120px;
 height: 120px;
 display: block;
}
.a4ref2 {
 display: inline-block;
 height: 14.4rem;
 width: 14.4rem;
 margin-left: 2rem;
 vertical-align: middle;
}
@media(max-width: 572px) {
 .section-heading__title.with-action {
 position: relative;
 padding-right: 16rem;
 }
 .a4ref2 {
 display: block;
 position: absolute;
 right: 0;
 top: 2rem;
 }
}
.a4ref img, .a4ref2 img {
 width: 100%;
height: auto;
}
.banner-description {
  width: 81%;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 6.7rem;
}
.banner-list {
  margin: -1.9rem 0 11.7rem;
  padding-left: 1.4rem;
  width: 85%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner-list li {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}
.banner-list li:not(:last-child) {
  margin-right: 2.6rem;
}
.banner-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #2C2C2C;
}
.banner-slider {
  width: 52.5%;
  height: 80.3rem;
  flex-shrink: 0;
  margin: 0;
  overflow: visible;
}
.banner-slider.banner-slider-franchise {
  width: 51.5%;
}
.banner-slider.banner-slider-franchise .banner-slider__item {
  width: 100%;
  margin: 0;
}
.banner-slider.banner-slider-franchise .banner-slider__item:not(:last-child) {
  margin-bottom: 5rem;
}
.banner-slider.banner-slider-filming {
  overflow: hidden;
  width: 63.7%;
  height: auto;
  padding-bottom: 16.1rem;
  margin-right: -17.6rem;
}
.banner-slider.banner-slider-filming .banner-slider__slide {
  width: 20.1rem;
  height: 64.5rem;
  margin: 0;
  position: relative;
  transition: transform 0.5s;
}
.banner-slider.banner-slider-filming .banner-slider__slide.swiper-slide-active .banner-slider__item {
  width: 49.7rem;
}
.banner-slider.banner-slider-filming .banner-slider__slide.swiper-slide-active ~ .swiper-slide {
  transform: translateX(29.5rem);
}
.banner-slider.banner-slider-filming .banner-slider__slide:not(:last-child) {
  margin-right: 5rem;
}
.banner-slider.banner-slider-filming .banner-slider__slide:last-child {
  margin-right: 29.5rem;
}
.banner-slider.banner-slider-filming .banner-slider__item {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: width 0.5s;
  transform-origin: top right;
  position: relative;
}
.banner-slider.banner-slider-filming .banner-slider__item-text {
  inset: auto auto -0.2rem -0.2rem;
  -ms-writing-mode: initial;
  writing-mode: initial;
  padding: 1.7rem 1.3rem 1.7rem 1.2rem;
}
.banner-slider.banner-slider-affiliate {
  overflow: hidden;
  width: 63.7%;
  height: auto;
  margin-top: 5rem;
  padding-bottom: 16.1rem;
  margin-right: -17.7rem;
}
.banner-slider.banner-slider-affiliate .banner-slider__slide {
  width: 38.5rem;
  height: 56.8rem;
  margin: 0;
  position: relative;
}
.banner-slider.banner-slider-affiliate .banner-slider__slide:not(:last-child) {
  margin-right: 5rem;
}
.banner-slider.banner-slider-affiliate .banner-slider__item {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.banner-slider.banner-slider-events .banner-slider__item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 41.1rem;
  height: 74.2rem;
  margin: 0;
}
.banner-slider.banner-slider-events .banner-slider__item.shift {
  transform: translateX(-0.2rem);
}
.banner-slider.banner-slider-events .banner-slider__item.shift .banner-slider__item-description {
  order: -1;
/*  padding-left: 3rem;*/
padding-left: 1.5rem;
}
.banner-slider.banner-slider-events .banner-slider__item-img {
  position: relative;
  width: 100%;
  height: 37.3rem;
  flex-shrink: 0;
}
.banner-slider.banner-slider-events .banner-slider__item-description {
  height: 37.1rem;
  flex-shrink: 0;
/*  padding: 2.7rem 0;*/
  padding: 1rem 0;
/*  padding-right: 3rem;*/
  padding-right: 1rem;
}
.banner-slider.banner-slider-events .banner-slider__item-date {
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
.banner-slider.banner-slider-events .banner-slider__item-title {
/*  font-size: 3rem;*/
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.banner-slider.banner-slider-gallery .banner-slider__item {
  width: 100%;
/* was: height: 100%;*/
}
.banner-slider.banner-slider-gallery .banner-slider__item-text {
  inset: auto auto -0.2rem -0.2rem;
  -ms-writing-mode: initial;
  writing-mode: initial;
  padding: 1.6rem 1.2rem;
}
.banner-slider.banner-slider-consulting {
  overflow: hidden;
  width: 63.7%;
  height: auto;
  margin-top: 5rem;
  padding-bottom: 16.1rem;
  margin-right: -17.6rem;
}
.banner-slider.banner-slider-consulting .banner-slider-wrapper {
  align-items: center;
}
.banner-slider.banner-slider-consulting .banner-slider__slide {
  width: 28.8rem;
  height: 28.8rem;
  margin: 0;
  position: relative;
  transition: transform 0.5s;
}
.banner-slider.banner-slider-consulting .banner-slider__slide.swiper-slide-active {
  height: 59.1rem;
}
.banner-slider.banner-slider-consulting .banner-slider__slide.swiper-slide-active .banner-slider__item {
  width: 81.9rem;
}
.banner-slider.banner-slider-consulting .banner-slider__slide.swiper-slide-active .banner-slider__item::before {
  opacity: 0;
}
.banner-slider.banner-slider-consulting .banner-slider__slide.swiper-slide-active ~ .swiper-slide {
  transform: translateX(35rem);
}
.banner-slider.banner-slider-consulting .banner-slider__slide:not(:last-child) {
  margin-right: 3rem;
}
.banner-slider.banner-slider-consulting .banner-slider__slide:last-child {
  margin-right: 70rem;
}
.banner-slider.banner-slider-consulting .banner-slider__item {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: width 0.5s;
  position: relative;
}
.banner-slider.banner-slider-consulting .banner-slider__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(44, 44, 44, 0.3);
  transition: opacity 0.5s;
}
.banner-slider.banner-slider-consulting .banner-slider__item-text {
  inset: auto auto -0.2rem -0.2rem;
  -ms-writing-mode: initial;
  writing-mode: initial;
  padding: 1.7rem 1.3rem 1.7rem 1.2rem;
}
.banner-slider__item {
  width: 38rem;
  height: 47.5rem;
  margin-bottom: 5rem;
  position: relative;
  margin-right: 6rem;
}
.banner-slider__item.shift {
  transform: translateY(5rem);
  margin-right: 0;
}
.banner-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slider__item-text {
  position: absolute;
  inset: -0.2rem auto auto -0.2rem;
  padding: 0.4rem 1.6rem 0.4rem 1.6rem;
  background: #F2F2F2;
  border: 0.2rem solid #2C2C2C;
  font-size: 2rem;
  text-transform: uppercase;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.banner-slider__item-number {
  position: absolute;
  bottom: 0;
  right: calc(100% + 1rem);
  font-size: 2rem;
  color: #CCC7C7;
}
.banner-slider__kit {
  flex-direction: column;
  justify-content: space-between;
  top: 8rem;
  bottom: 8rem;
  right: -11.8rem;
}
.banner-slider__kit .banner-button-prev, .banner-slider__kit .banner-button-next {
  transform: rotate(90deg);
}
.banner-slider__kit .banner-button-prev {
  margin-bottom: 1rem;
}
.banner-slider__kit .banner-button-next {
  margin-bottom: auto;
}
.banner-slider__kit .banner-scrollbar {
  width: 0.2rem;
  height: 13.3rem;
}
.banner.banner-filming .banner-description, .banner.banner-affiliate .banner-description, .banner.banner-consulting .banner-description {
  width: 85%;
}
.banner.banner-filming .banner-slider__kit, .banner.banner-affiliate .banner-slider__kit, .banner.banner-consulting .banner-slider__kit {
  flex-direction: row;
  top: auto;
  bottom: 5.2rem;
  right: 17.6rem;
  left: 0;
}
.banner.banner-filming .banner-slider__kit .banner-button-prev, .banner.banner-filming .banner-slider__kit .banner-button-next, .banner.banner-affiliate .banner-slider__kit .banner-button-prev, .banner.banner-affiliate .banner-slider__kit .banner-button-next, .banner.banner-consulting .banner-slider__kit .banner-button-prev, .banner.banner-consulting .banner-slider__kit .banner-button-next {
  transform: none;
}
.banner.banner-filming .banner-slider__kit .banner-button-prev, .banner.banner-affiliate .banner-slider__kit .banner-button-prev, .banner.banner-consulting .banner-slider__kit .banner-button-prev {
  margin: 0;
  margin-left: auto;
  margin-right: 1rem;
}
.banner.banner-filming .banner-slider__kit .banner-button-next, .banner.banner-affiliate .banner-slider__kit .banner-button-next, .banner.banner-consulting .banner-slider__kit .banner-button-next {
  margin: 0;
}
.banner.banner-filming .banner-slider__kit .banner-scrollbar, .banner.banner-affiliate .banner-slider__kit .banner-scrollbar, .banner.banner-consulting .banner-slider__kit .banner-scrollbar {
  order: -1;
  width: 13.3rem;
  height: 0.2rem;
}
.banner.banner-affiliate {
  margin-bottom: 10rem;
}
.banner.banner-gallery .banner-content, .banner.banner-consulting .banner-content {
  align-items: center;
}
.banner.banner-gallery .banner-text, .banner.banner-consulting .banner-text {
  padding: 0;
}
.banner.banner-owner .banner-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 52.4%;
  height: 80.3rem;
  flex-shrink: 0;
  position: relative;
}
.banner.banner-conference .banner-text {
  width: 45%;
/*  padding: 45.5rem 0 5rem;*/
padding: 26rem 0 5rem;
}
.banner.banner-conference .banner-description {
/*  width: 70%;*/
  width: 85%;
}
.banner.banner-conference .banner-slider {
  overflow: visible;
  width: 39%;
  padding-top: 12.1rem;
}
.banner.banner-conference .banner-slider__slide {
  width: 42.5rem;
  height: 21.4rem;
  transition: all 0.5s;
}
.banner.banner-conference .banner-slider__slide.swiper-slide-prev {
  z-index: 1;
}
.banner.banner-conference .banner-slider__slide:not(:last-child) {
  margin-right: 5.2rem;
}
.banner.banner-conference .banner-slider__slide:last-child {
  margin-right: 18.4rem;
}
.banner.banner-conference .banner-slider__slide.swiper-slide-active {
  height: 80.2rem;
  transform: translate(-13rem, -12.1rem);
}
.banner.banner-conference .banner-slider__slide.swiper-slide-active .banner-slider__item {
  width: 73.8rem;
}
.banner.banner-conference .banner-slider__slide.swiper-slide-active ~ .swiper-slide {
  transform: translateX(4.5rem);
}
.banner.banner-conference .banner-slider__item {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-bottom: 0;
  transition: all 0.5s;
}

.work-areas {
  margin-bottom: 13.2rem;
}
.work-areas__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.work-areas__heading .work-areas__title {
  margin-bottom: 0;
}
.work-areas__heading .work-areas__btn {
  margin-bottom: 1rem;
}
.work-areas__title {
  margin-bottom: 8.3rem;
}
.work-areas__slider-item {
  width: 48.8rem;
  height: 51.5rem;
  position: relative;
  z-index: 1;
}
.work-areas__slider-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.work-areas__slider-item:not(:last-child) {
  margin-right: 4.9rem;
}
.work-areas__slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  min-height: 11.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: #F2F2F2;
  padding: 1rem 1rem 0.6rem 0;
}
.work-areas__slider-title {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.3rem;
}
.work-areas__slider-capacity {
  font-size: 2rem;
}
.work-areas__slider-link {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border: 0.2rem solid #fff;
}
.work-areas__slider-link img {
  width: 1.4rem;
}
.work-areas.other-work-areas .work-areas__slider-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem;
}
.work-areas.other-work-areas .work-areas__slider-item {
  width: 100%;
  height: 39.2rem;
}
.work-areas.other-work-areas .work-areas__slider-item:not(:last-child) {
  margin-right: 0;
}
.work-areas.other-work-areas .work-areas__slider-text {
  width: 44%;
}
.work-areas.other-work-areas .work-areas__slider-link {
  bottom: 2rem;
  right: 2rem;
}

.ticker {
  border-left: none;
  border-right: none;
  margin-bottom: 13.2rem;
  overflow: hidden;
}
.ticker-line {
  display: flex;
  align-items: center;
  height: 9.7rem;
  background: #52C41A;
}
.ticker-line:not(:last-child) {
  border-bottom: 0.2rem solid #2C2C2C;
}
.ticker-slider-wrapper {
  transition-timing-function: linear;
  height: auto;
}
.ticker-slider__item {
  width: auto;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}
.ticker-slider__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13.3rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
}
.ticker-slider__item:not(:last-child) {
  margin-right: 26.6rem;
}

.info {
  margin-bottom: 12.2rem;
}
.info .section-heading {
  margin-bottom: 8rem;
}
.info-item {
  min-height: 10.2rem;
  padding: 3.3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 0.2rem solid #2C2C2C;
  position: relative;
  overflow: hidden;
}
.info-item:first-child {
  border-top: 0.2rem solid #2C2C2C;
}
.info-item.active .info-item__heading {
  width: 23%;
}
.info-item.active .info-item__title {
  color: #52C41A;
}
.info-item.active .info-item__text {
  margin-top: 3.4rem;
}
.info-item.active .info-item__link:not(:first-child) {
  display: inline-flex;
}
.info-item.active .info-item__link img {
  display: block;
}
.info-item.active .info-item__arrow {
  transform: rotate(-180deg);
}
.info-item.active .info-item__arrow svg path {
  fill: #52C41A;
}
.info-item__heading {
  padding-left: 9.5rem;
  padding-right: 2rem;
  flex-shrink: 0;
}
.info-item__number {
  font-size: 2rem;
  color: #CCC7C7;
  position: absolute;
  top: 4rem;
  left: 0;
}
.info-item__title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.25s;
  word-break: break-word;
}
.info-item__text {
  margin-top: 1.1rem;
}
.info-item__link {
  width: auto;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-flex;
}
.info-item__link:not(:first-child) {
  display: none;
  margin-top: 1.5rem;
}
.info-item__link.info-item__website {
  text-decoration: underline;
}
.info-item__link img {
  display: none;
  width: 1.6rem;
  height: 100%;
  flex-shrink: 0;
  margin-top: 0.6rem;
  margin-right: 1rem;
}
.info-item__dropdown {
  width: 75.3%;
  flex-shrink: 0;
  display: none;
}
.info-item__dropdown-inner {
  display: flex;
}
.info-item__img {
  width: 31rem;
  height: 29rem;
  flex-shrink: 0;
  margin-right: 4.7rem;
}
.info-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-item__description {
  width: 43%;
  font-size: 2rem;
  line-height: 1.5;
}
.info-item__description p:not(:last-child) {
  margin-bottom: 3rem;
}
.info-item__arrow {
  position: absolute;
  top: 3.5rem;
  right: 0;
  /*width: 3rem;*/
  width: 100%;
  padding-left: calc(100% - 3rem);
  height: 3rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s;
  cursor: pointer;
  transform-origin: calc(100% - 1.5rem) 50%;
}
.info-item__arrow svg {
  width: 1.6rem;
  height: auto;
  pointer-events: none;
}
/*.info-item__arrow svg path {
  transition: all 0.25s;
}*/
.info.other-info {
  margin-bottom: 13.2rem;
}
.info.other-info .info-item.active .info-item__heading {
  width: 29%;
}
.info.other-info .info-item__number {
  top: 6rem;
}
.info.other-info .info-item__dropdown {
  width: 69.3%;
}
.info.other-info .info-item__img {
  height: auto;
}
.info.other-info .info-item__description {
  width: 49%;
}
.info.other-info .info-item__arrow {
  top: 5.5rem;
}
.info.info-completed {
  margin-bottom: 13.2rem;
}
.info.info-completed .info-item__number {
  top: 6rem;
}
.info.info-completed .info-item__dropdown {
  width: 69.3%;
  position: relative;
}
.info.info-completed .info-item__dropdown-btn {
  position: absolute;
  bottom: 1rem;
  right: 0;
}
.info.info-completed .info-item__img {
  height: 29rem;
}
.info.info-completed .info-item__description {
  padding-bottom: 9rem;
}
.info.info-completed .info-item__arrow {
  top: 5.5rem;
}

.area {
  margin-bottom: 16.5rem;
}
.area .section-heading {
  margin-bottom: 7.1rem;
}
.area .section-heading__title {
  width: 40%;
}
.area .section-heading__right {
  width: 31.3%;
}
.area .section-heading__description {
  width: 90%;
  margin-bottom: 6.3rem;
}
.area-sticker {
  width: 28rem;
  transform: translate(-3.2rem, 1.4rem);
}
.area-content {
  display: flex;
  justify-content: space-between;
}
.area-item {
  text-align: center;
  width: 17.5%;
}
.area-item__img {
  width: 27.3rem;
  height: 27.3rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 auto 3.6rem;
}
.area-item__img img {
  width: 7.4rem;
}
.area-item__title {
  width: 118%;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.area-item__description {
  font-size: 2rem;
  line-height: 1.5;
  opacity: 0.8;
  margin-top: 2rem;
}
.area-body {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.area-body__left {
  width: 45.3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.area-body__list {
  padding-left: 5rem;
  flex-shrink: 0;
}
.area-body__list:not(:last-child) {
  margin-right: 5rem;
}
.area-body__list li {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}
.area-body__list li:not(:last-child) {
  margin-bottom: 2rem;
}
.area-body__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #52C41A url(../img/check.svg) 50%/1.3rem no-repeat;
}
.area-body__img {
  width: 46.6%;
  height: 27rem;
  flex-shrink: 0;
}
.area-body__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.area.other-area {
  margin-bottom: 13.2rem;
}
.area.other-area .section-heading {
  margin-bottom: 8rem;
}
.area.other-area .section-heading__description {
  width: 87%;
  text-align: right;
  margin-bottom: 0;
  margin-left: auto;
}
.area.other-area .area-item {
  width: 29%;
}
.area.other-area .area-item:nth-child(2) {
  width: 26%;
}
.area.other-area .area-item:last-child {
  width: 24%;
}
.area.other-area .area-item__img {
  margin-bottom: 4.6rem;
}
.area.another-area {
  margin-bottom: 13.2rem;
}
.area.another-area .section-heading {
  margin-bottom: 8.2rem;
}
.area.another-area .section-heading__right {
  width: 27.4%;
}
.area.another-area .section-heading__description {
  width: 100%;
  margin-bottom: 7rem;
}
.area.another-area .area-sticker {
  transform: translate(0.7rem, 0.2rem);
}
.area.area-reasons {
  margin-bottom: 13.2rem;
}
.area.area-reasons .section-heading__description {
  width: 87%;
  text-align: right;
  margin-left: auto;
  margin-bottom: 0;
}
.area.area-reasons .area-item {
  width: 22%;
}
.area.area-brokers .section-heading__description {
  width: 100%;
}
.area.area-brokers .area-item {
  width: 19%;
}
.area.area-owners .section-heading__title {
  width: 45%;
}
.area.area-owners .section-heading__description {
  width: 85%;
}
.area.area-owners .area-item {
  width: 19%;
}

.residents {
  background: #2C2C2C;
  padding: 16.1rem 0 16.6rem;
  margin-bottom: 13.2rem;
}
.residents-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11.3rem;
}
.residents-title {
  color: #fff;
}
.residents-slider-wrapper {
  align-items: center;
}
.residents-slider__item {
  width: auto;
  height: 7.3rem;
}
.residents-slider__item:not(:last-child) {
  margin-right: 9.9rem;
}
.residents-slider__item img {
  height: 100%;
  object-fit: contain;
}
.residents-slider__kit {
  position: static;
}
.residents-slider__kit .residents-button-prev {
  margin-right: 1rem;
}
.residents-slider__kit .residents-scrollbar.swiper-scrollbar {
  margin-right: 10rem;
  width: 14.7rem;
}
.residents.other-residents {
  margin-bottom: 0;
}
.residents.residents-white {
  background: #fff;
  padding: 18rem 0 18.2rem;
  margin-bottom: 0;
}
.residents.residents-white .residents-heading {
  margin-bottom: 8rem;
}
.residents.residents-white .residents-title {
  color: #2C2C2C;
}

.included {
  margin-bottom: 13.2rem;
}
.included-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8.3rem;
}
.included-heading .included-title {
  width: 38%;
  margin-bottom: 0;
}
.included-title {
  margin-bottom: 8rem;
}
.included-title span {
  display: block;
}
.included-description {
  width: 21%;
  font-size: 2rem;
  line-height: 1.5;
  text-align: right;
}
.included-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5rem;
}
.included-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.2rem 1.2rem 3.9rem;
  background: #fff;
  border-radius: 100rem;
}
.included-item__title {
  width: 56%;
  font-size: 2rem;
  line-height: 1.5;
}
.included-item__img {
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  background: #52C41A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}
.included-item__img img {
  width: 4rem;
}
.included.included-conference .included-item__title {
  width: 65%;
}

.about {
  margin-bottom: 13.2rem;
}
.about-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.about-left {
  width: 48.5%;
  flex-shrink: 0;
}
.about-left .about-info {
  width: 84.5%;
}
.about-left .about-info__item {
  max-width: 30%;
}
.about-img {
  width: 100%;
  height: 73.7rem;
}
.about-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-sticker {
  position: absolute;
  top: 2rem;
  right: 6rem;
  width: 22.9rem;
}
.about-info {
  display: flex;
  margin-top: 8.4rem;
  position: relative;
  z-index: 1;
}
.about-info__item {
  padding-right: 2.5rem;
}
.about-info__item:not(:last-child) {
  margin-right: 3.4rem;
  border-right: 0.2rem solid #2C2C2C;
}
.about-info__title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.about-info__description {
  font-size: 2rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.about-text {
  width: 62%;
  flex-shrink: 0;
  margin-left: -16.3rem;
  margin-top: 15.5rem;
  padding: 8rem 8.2rem 0 7.8rem;
  background: #F2F2F2;
}
.about-title {
  width: 85%;
  font-size: 8.1rem;
  line-height: 1.05;
  margin-bottom: 6.2rem;
}
.about-description {
  font-size: 2rem;
  line-height: 1.5;
}
.about-description p:first-child {
  width: 98%;
}
.about-description p:not(:last-child) {
  margin-bottom: 3.5rem;
}
.about-bottom .about-info {
  margin-top: 8rem;
}
.about-bottom .about-info__item {
  flex-shrink: 0;
  width: 16.3%;
}
.about-bottom .about-info__item:not(:last-child) {
  margin-right: 10rem;
}
.about.other-about .about-img {
  height: 65.7rem;
}
.about.other-about .about-title {
  font-size: 6rem;
  margin-bottom: 9.2rem;
}
.about.about-filming .about-img {
  height: 73.7rem;
}
.about.about-filming .about-text {
  width: 61%;
}
.about.about-filming .about-title {
  width: 75%;
  font-size: 6rem;
  line-height: 1.22;
  margin-bottom: 8.2rem;
}

.contacts {
  position: relative;
}
.contacts-content {
  width: 100%;
  display: inline-block;
  background: #52C41A;
  margin-top: 15.5rem;
}
.contacts-text {
  width: 20%;
  padding: 10.8rem 0 12.7rem;
}
.contacts-title {
  position: absolute;
  top: 0;
}
.contacts-group {
  font-size: 2rem;
  line-height: 1.5;
}
.contacts-group:not(:last-child) {
  margin-bottom: 3.6rem;
}
.contacts-group__title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.3rem;
}
.contacts-btn {
  margin-top: 0.9rem;
}
.contacts-map {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 114.7rem;
  height: 100%;
}
.contacts-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feedback-bottom + .contacts .contacts-title,
.contacts.other-contacts .contacts-title {
  top: 10.2rem;
}
.feedback-bottom + .contacts .contacts-content,
.contacts.other-contacts .contacts-content {
  margin-top: 28rem;
}
.contacts.contacts-top {
  margin-top: 12.2rem;
}

.footer {
  background: #2C2C2C;
  padding: 10.4rem 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 8rem;
  border-bottom: 0.2rem solid #fff;
  margin-bottom: 7.5rem;
}
.footer-logo {
  display: inline-block;
  width: 21.5rem;
  margin-bottom: 0.6rem;
}
.footer-logo__group {
  margin-bottom: 7.7rem;
}
.footer-copy {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
.footer-copy img {
  width: 2.3rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.footer-btn {
  margin-top: 1rem;
}
.footer-nav {
  display: flex;
  width: 80%;
}
.footer-nav__group:not(:last-child) {
  margin-right: 9.9rem;
}
.footer-nav__group:nth-child(2) {
  margin-right: 15.3rem;
}
.footer-nav__title {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 3.7rem;
}
.footer-list li {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer-list li:not(:last-child) {
  margin-bottom: 3.6rem;
}
.footer-contacts {
  width: 18.2%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-contacts__title {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-left: 0.3rem;
  margin-bottom: 3.8rem;
}
.footer-contacts__link {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  color: #F2F2F2;
}
.footer-contacts__link:not(:last-child) {
  margin-bottom: 3.2rem;
}
.footer-contacts__link img {
  width: 2.4rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-social {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.footer-social__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34.4rem;
  height: 5.8rem;
  border: 0.2rem solid #fff;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.25s;
}
.footer-social__btn:hover {
  border-color: #52C41A;
  background: #52C41A;
}
.footer-privacy:nth-of-type(2) {
  width: 29.7%;
}
.footer-privacy li {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}
.footer-privacy li:not(:last-child) {
  margin-bottom: 2.7rem;
}
.footer-creator {
  /*display: flex;
  align-items: center;*/
  margin-top: 3.7rem;
  /*font-family: "Circe", sans-serif;*/
}/*
.footer-creator__text {
  text-align: right;
}
.footer-creator__suptitle {
  font-size: 1.6rem;
  / *font-weight: 400;* /
  color: #929292;
  margin-bottom: 0.2rem;
}
.footer-creator__title {
  font-size: 1.7rem;
  / *font-weight: 300;* /
  color: #fff;
}
.footer-creator__title span {
  font-size: 1.8rem;
  / *font-weight: 700;* /
}
.footer-creator__img {
  width: 4.4rem;
  margin-left: 1.2rem;
}*/

.tariffs {
  margin-top: 12.2rem;
  padding: 9rem 0 13.2rem;
}
.tariffs .section-heading {
  margin-bottom: 7.5rem;
}
.tariffs .section-heading__description {
  width: 22%;
  text-align: right;
}
.tariffs-content {
  display: flex;
  flex-wrap: wrap;
}
.tariffs-item {
  width: 25%;
  padding: 3rem 2rem 6.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.tariffs-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2.5rem;
  bottom: 2.5rem;
  width: 0.2rem;
  background: #2C2C2C;
}
.tariffs-item:nth-child(4n)::after {
  content: none;
}
.tariffs-item:last-child::after {
  content: none;
}
.tariffs-item__icon {
  width: 8.9rem;
  margin: 0 auto 3.4rem;
}
.tariffs-item__title {
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
}
.tariffs-item__description {
  font-size: 2rem;
  opacity: 0.5;
  margin-bottom: 3.8rem;
}
.tariffs-item__list {
  padding-left: 2.5rem;
  margin-bottom: 5rem;
  flex-grow: 1;
}
.tariffs-item__list li {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}
.tariffs-item__list li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.tariffs-item__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.5rem;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #2C2C2C;
}
.tariffs-item__time {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  border-top: 1px solid #2C2C2C;
  border-bottom: 1px solid #2C2C2C;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 4.3rem;
}
.tariffs-item__info {
  width: 100%;
  margin-bottom: 4.5rem;
}
.tariffs-item__info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tariffs-item__info-row:not(:last-child) {
  margin-bottom: 3rem;
}
.tariffs-item__info-price {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  flex-shrink: 0;
  margin-right: 1rem;
}
.tariffs-item__info-text {
  width: 65%;
  font-size: 2rem;
  opacity: 0.5;
}
.tariffs-item__btn {
  background: #FFFFFF;
}

.advantages {
  margin-top: 13.2rem;
  padding-bottom: 13.2rem;
}
.advantages .section-heading {
  margin-bottom: 8.3rem;
}
.advantages .section-heading__description {
  text-align: right;
}
.advantages-slider {
  margin-bottom: 6rem;
}
.advantages-slider__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 55.9rem;
  height: auto;
  padding: 6.5rem 5.6rem 7rem;
  background: #fff;
  transition: background 0.25s;
}
.advantages-slider__item:hover {
  background: #52C41A;
}
.advantages-slider__item:hover .advantages-slider__item-link {
  background: transparent;
}
.advantages-slider__item-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10.2rem;
}
.advantages-slider__item-title {
  max-width: 65%;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.advantages-slider__item-link {
  width: 6rem;
  height: 6rem;
  background: rgba(44, 44, 44, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: background 0.25s;
}
.advantages-slider__item-link img {
  width: 1.4rem;
}
.advantages-slider__item-description {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5rem;
  flex-grow: 1;
}
.advantages-slider__item-logo {
  width: 25.6rem;
}
.advantages-slider__kit {
  position: static;
  justify-content: space-between;
}
.advantages-slider__kit .advantages-button-prev {
  margin-left: auto;
  margin-right: 1rem;
}
.advantages-slider__kit .advantages-scrollbar.swiper-scrollbar {
  width: 14.7rem;
}
.advantages.other-advantages {
  margin-top: 0;
  padding-bottom: 4rem;
}
.advantages.other-advantages .section-heading__title {
  width: 38%;
}
.advantages.other-advantages .advantages-slider__kit .advantages-scrollbar.swiper-scrollbar {
  margin-right: 10rem;
}

.free {
  position: relative;
}
.free-content {
  min-height: 36.9rem;
  /*background: #52C41A;*/
  padding: 8.5rem 0 10rem;
}
.free-text {
  width: 32%;
  margin-left: 39.1rem;
}
.free-title {
  font-size: 3rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 5.6rem;
}
.free-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 69.9rem;
  height: 100%;
  border-color: #000;
}
.free-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.free-sticker {
  position: absolute;
  top: 52%;
  left: 18rem;
  transform: translateY(-50%);
  width: 22.6rem;
}

.offices {
  margin-top: 12.2rem;
  padding: 7.9rem 0 8rem;
  overflow: hidden;
}
.offices-title {
  padding: 0 10rem;
  text-align: center;
  font-size: 8.1rem;
  line-height: 1.05;
  margin-bottom: 8.3rem;
}
.offices-slider {
  overflow: visible;
  height: 46.2rem;
  margin-left: 8rem;
  margin-bottom: 8rem;
}
.offices-slider-wrapper {
  align-items: center;
}
.offices-slider__item {
  width: 103.7rem;
  height: 35.7rem;
  position: relative;
  transition: height 0.5s;
}
.offices-slider__item.swiper-slide-active {
  height: 46.2rem;
}
.offices-slider__item.swiper-slide-active::before {
  opacity: 0;
}
.offices-slider__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  opacity: 1;
  transition: opacity 0.5s;
}
.offices-slider__item:not(:last-child) {
  margin-right: 8.4rem;
}
.offices-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offices-slider__kit {
  position: static;
  justify-content: space-between;
  margin: 0 26.5rem;
}
.offices-slider__kit .offices-button-prev {
  margin-right: 1rem;
  margin-left: auto;
}

.office {
  margin-top: 12.2rem;
  padding: 8.1rem 0 10rem;
  overflow: hidden;
}
.office-content {
  display: flex;
  justify-content: space-between;
}
.office-left {
  width: 49.8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-content: baseline;
}
.office-slider {
  width: 78.5%;
  flex-shrink: 0;
  height: 71.5rem;
  margin: 0;
}
.office-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-slider__kit {
  position: static;
  width: 100%;
  justify-content: space-between;
  margin-top: 5.7rem;
}
.office-thumbs {
  width: 18.8%;
  height: 71.5rem;
  flex-shrink: 0;
  margin: 0;
}
.office-thumbs__item {
  width: 100%;
  height: 12.7rem;
}
.office-thumbs__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-thumbs__item:not(:last-child) {
  margin-bottom: 2rem;
}
.office-text {
  width: 45.7%;
  flex-shrink: 0;
  padding-top: 6.8rem;
}
.office-title {
  margin-bottom: 5rem;
}
.office-info {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 2.7rem 2.2rem 2.2rem 0;
  margin-bottom: 5rem;
}
.office-info::before, .office-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0rem; /* was: -10rem */
  width: calc(100% + 28rem);
  height: 0.2rem;
  background: #2C2C2C;
}
.office-info::before {
  top: auto;
  bottom: 0;
}
.office-info__title {
  font-size: 2rem;
  margin-bottom: 2.8rem;
}
.office-info__price {
  font-size: 2rem;
}
.office-info__price span {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.office-description {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5rem;
}
.office-description__group:not(:last-child) {
  margin-bottom: 2.7rem;
}
.office-description__title {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.office-description__title img {
  width: 1.6rem;
  flex-shrink: 0;
  margin-right: 1.2rem;
}

.placement {
  margin-bottom: 12.5rem;
}
.placement-title {
  width: 50%;
}
.placement-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8.1rem;
}
.placement-description {
  width: 42%;
  font-size: 2rem;
  line-height: 1.5;
  text-align: right;
}
.placement-all__btn {
  margin-bottom: 1rem;
}
.placement-filter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  margin: 8rem 0 0.6rem;
}
.placement-filter label {
  display: flex;
  width: 32%;
  position: relative;
}
.placement-filter label.select-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: url(../img/select-arrow.svg) 50%/contain no-repeat;
  pointer-events: none;
}
.placement-filter label input {
  height: 7.4rem;
  border: 0.2rem solid #2C2C2C;
  padding: 0 2.7rem;
}
.placement-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.benefit {
  margin-bottom: 13.2rem;
}
.benefit .section-heading {
  margin-bottom: 7.5rem;
}
.benefit .section-heading__title {
  font-size: 8.1rem;
}
.benefit .section-heading__description {
  width: 31%;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: right;
  margin-right: 7.7rem;
}
.benefit-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -0.2rem;
}
.benefit-item:nth-child(even) .benefit-item__text {
  order: -1;
  padding: 2rem 12.5rem 2rem 7.7rem;
}
.benefit-item:nth-child(even) .benefit-item__img {
  margin-right: 0.1rem;
}
.benefit-item__img {
  width: 78.3rem;
  height: 73.6rem;
  flex-shrink: 0;
}
.benefit-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefit-item__text {
  padding: 2rem 3.5rem 2rem 17rem;
}
.benefit-item__suptitle {
  font-size: 2rem;
  opacity: 0.4;
  margin-bottom: 2.6rem;
}
.benefit-item__title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 3.6rem;
}
.benefit-item__list {
  margin-bottom: 3.9rem;
}
.benefit-item__list li {
  font-size: 2rem;
  line-height: 1.5;
  opacity: 0.8;
  position: relative;
}
.benefit-item__list li::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: -7.8rem;
  width: 4rem;
  height: 1px;
  background: #2C2C2C;
}
.benefit-item__list li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.benefit-item__time {
  font-size: 2rem;
  text-transform: uppercase;
  color: #52C41A;
}
.benefit.other-benefit .section-heading__title {
  width: 60%;
  font-size: 6rem;
}

.reasons {
  margin-bottom: 13.2rem;
}
.reasons-content {
  display: flex;
  justify-content: space-between;
}
.reasons-text {
  width: 65%;
  flex-shrink: 0;
}
.reasons-title {
  width: 65%;
  padding-left: 17.8rem;
  margin-bottom: 8rem;
}
.reasons-list {
  counter-reset: num;
}
.reasons-list li {
  padding: 3.9rem 5rem 3.9rem 27.4rem;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  border-bottom: 0.2rem solid #2C2C2C;
}
.reasons-list li:first-child {
  border-top: 0.2rem solid #2C2C2C;
}
.reasons-list li::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: 17.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 500;
  color: #CCC7C7;
}
.reasons-list li:nth-child(-n+9)::before {
  content: "0" counter(num);
}
.reasons-img {
  width: 35%;
  flex-shrink: 0;
  height: 80.6rem;
}
.reasons-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reasons.other-reasons .reasons-title {
  width: 75%;
}
.reasons.other-reasons .reasons-img {
  margin-top: 2rem;
  height: 66.2rem;
}
.reasons.reasons-brokers .reasons-title {
  width: 75%;
}
.reasons.reasons-brokers .reasons-img {
  margin-top: 1.5rem;
  height: 78.3rem;
}

.franchise {
  margin-bottom: 13.2rem;
}
.franchise .section-heading {
  margin-bottom: 8.3rem;
}
.franchise-btn {
  margin-bottom: 1rem;
}
.franchise-content {
  display: flex;
  justify-content: space-between;
}
.franchise-item {
  width: 48.4%;
  height: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.franchise-item:hover .franchise-item__label {
  background: #52C41A;
  color: #fff;
}
.franchise-item:hover .franchise-item__text {
  background: #52C41A;
  color: #fff;
}
.franchise-item:hover .franchise-item__info {
  opacity: 0.8;
}
.franchise-item:hover .franchise-item__link {
  background: transparent;
  border-color: #fff;
}
.franchise-item:hover .franchise-item__link svg path {
  fill: #fff;
}
.franchise-item__img {
  width: calc(100% + 0.4rem);
  height: 33.4rem;
  margin: -0.2rem;
  position: relative;
}
.franchise-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.franchise-item__label {
  position: absolute;
  inset: auto auto -0.2rem -0.2rem;
  min-width: 32.3rem;
  height: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5rem;
  background: #fff;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: all 0.25s;
}
.franchise-item__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 5.5rem 4.8rem 4.8rem;
  background: #fff;
  transition: all 0.25s;
}
.franchise-item__info {
  margin-bottom: 5.3rem;
  flex-grow: 1;
  transition: opacity 0.25s;
}
.franchise-item__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  line-height: 1.5;
}
.franchise-item__row:not(:last-child) {
  margin-bottom: 3rem;
}
.franchise-item__title {
  width: 25%;
  flex-shrink: 0;
}
.franchise-item__description {
  width: 72%;
  flex-shrink: 0;
}
.franchise-item__description sup {
  font-size: 64%;
  top: -0.7rem;
}
.franchise-item__list {
  padding-left: 1.7rem;
}
.franchise-item__list li {
  position: relative;
  opacity: 0.8;
}
.franchise-item__list li::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: -1.7rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #2C2C2C;
}
.franchise-item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.franchise-item__price {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.social {
  background: #52C41A;
  margin-bottom: 13.2rem;
}
.social-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 0 6.5rem;
}
.social-title {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2.5rem;
}
.social-link {
  display: inline-flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.social-link__img {
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  background: #2C2C2C;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 2rem;
}
.social-link__img img {
  width: 2rem;
}
.social-btn {
  margin-bottom: 1rem;
}

.structure {
  margin-bottom: 13.2rem;
}
.structure .section-heading {
  margin-bottom: 8.3rem;
}
.structure-content {
  display: flex;
  flex-wrap: wrap;
}
.structure-item {
  width: 20%;
  height: 32.2rem;
  padding: 4rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  margin-bottom: -0.2rem;
  margin-right: -0.2rem;
}
.structure-item:hover .structure-item__img {
  opacity: 1;
}
.structure-item:hover .structure-item__text {
  opacity: 0;
  pointer-events: none;
}
.structure-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.structure-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.structure-item__text {
  transition: opacity 0.5s;
}
.structure-item__number {
  position: absolute;
  top: 2.5rem;
  left: 2.8rem;
  font-size: 2rem;
  color: #CCC7C7;
}
.structure-item__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.stories {
  background: #2C2C2C;
  padding: 11.6rem 0 15rem;
  margin-bottom: 13.2rem;
}
.stories-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.stories-title {
  color: #fff;
}
.stories-slider__item {
  display: flex;
  font-size: 2rem;
  color: #fff;
}
.stories-slider__group {
  display: flex;
  flex-direction: column;
  width: 25%;
  flex-shrink: 0;
  padding: 0 4rem;
  border-right: 0.2rem solid #fff;
}
.stories-slider__group:first-child {
  border-left: 0.2rem solid #fff;
}
.stories-slider__text {
  flex-grow: 1;
  margin-bottom: 2rem;
}
.stories-slider__photo {
  width: 19rem;
  height: 13.5rem;
}
.stories-slider__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stories-slider__title {
  letter-spacing: 0.02em;
  opacity: 0.5;
  margin-bottom: 5.8rem;
}
.stories-slider__description {
  line-height: 1.5;
}
.stories-slider__kit {
  position: static;
}
.stories-slider__kit .stories-button-prev {
  margin-right: 1rem;
}
.stories-slider__kit .stories-scrollbar.swiper-scrollbar {
  margin-right: 10rem;
  width: 14.7rem;
}

.faq {
  margin-bottom: 13.2rem;
}
.faq-title {
  margin-bottom: 8.3rem;
}
.faq-item {
  border-bottom: 0.2rem solid #2C2C2C;
}
.faq-item:first-child {
  border-top: 0.2rem solid #2C2C2C;
}
.faq-item__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.25rem 0;
  padding-right: 4.5rem;
  cursor: pointer;
}
.faq-item__heading.active .faq-item__btn {
  transform: rotate(-45deg);
}
.faq-item__heading.active .faq-item__btn svg path {
  fill: #52C41A;
}
.faq-item__title {
  max-width: 80%;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.faq-item__btn {
  width: 2.6rem;
  transition: transform 0.25s;
}
.faq-item__btn svg {
  width: 100%;
  height: auto;
}
.faq-item__btn svg path {
  transition: all 0.25s;
}
.faq-item__dropdown {
  width: 93%;
  display: none;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3.25rem;
}
.faq-item__dropdown p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.feedback {
  padding: 16.6rem 0 18.8rem;
  background: #2C2C2C;
  margin-bottom: 13.2rem;
}
.feedback-content {
  display: flex;
  justify-content: space-between;
}
.feedback-text {
  width: 28.5%;
  flex-shrink: 0;
  padding-top: 2rem;
  color: #fff;
  text-align: right;
}
.feedback-title {
  margin-bottom: 6.2rem;
}
.feedback-description {
  width: 65%;
  font-size: 2rem;
  line-height: 1.5;
  margin-left: auto;
  margin-bottom: 7.8rem;
}
.feedback-phone {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
}
.feedback-phone img {
  width: 2rem;
  flex-shrink: 0;
  margin-right: 3rem;
}
.feedback-form {
  width: 59.7%;
}
.feedback.feedback-bottom {
  margin-bottom: 0;
  padding-bottom: 10.5rem;
}
.feedback.feedback-bottom .feedback-content {
  position: relative;
}
.feedback.feedback-bottom .feedback-content::after {
  content: "";
  position: absolute;
  bottom: -11.8rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #fff;
}
.feedback.other-feedback .form-privacy {
  width: 61%;
  order: 1;
  margin-bottom: 0;
}
.feedback.other-feedback .form-privacy .label-checkbox {
  max-width: none;
}
.feedback.other-feedback .form-btn {
  margin-top: 3rem;
}

.mass-media {
  margin-bottom: 13.2rem;
}
.mass-media__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9rem;
}
.mass-media__slider-item {
  display: flex;
  flex-direction: column;
  width: 20%;
  height: auto;
  flex-shrink: 0;
  padding: 0 3rem;
  border-left: 0.2rem solid #2C2C2C;
  border-right: 0.2rem solid #2C2C2C;
  font-size: 2rem;
}
.mass-media__slider-item:not(:last-child) {
  margin-right: -0.2rem;
}
.mass-media__slider-item:hover .mass-media__slider-logo {
  filter: grayscale(0);
}
.mass-media__slider-date {
  opacity: 0.5;
  margin-bottom: 3.3rem;
}
.mass-media__slider-title {
  flex-grow: 1;
  line-height: 1.5;
  margin-bottom: 8.7rem;
}
.mass-media__slider-logo {
  width: 18.5rem;
  filter: grayscale(1);
  transition: filter 0.25s;
}
.mass-media__slider-kit {
  position: static;
  margin-right: 0.8rem;
}
.mass-media__slider-kit .mass-media-button-prev {
  margin-right: 1rem;
}
.mass-media__slider-kit .mass-media-scrollbar.swiper-scrollbar {
  margin-right: 10rem;
  width: 14.7rem;
}

.events {
  margin-top: 12.2rem;
  padding: 7.9rem 0 8rem;
  overflow: hidden;
}
.events-title {
  text-align: center;
  font-size: 8.1rem;
  line-height: 1.05;
  margin-bottom: 8.3rem;
}
.events-slider {
  overflow: visible;
  margin-left: 17rem;
  margin-bottom: 8rem;
}
.events-slider__item {
  width: 58.9rem;
  height: 35.7rem;
}
.events-slider__item:not(:last-child) {
  margin-right: 5rem;
}
.events-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events-slider__kit {
  position: static;
  justify-content: space-between;
  margin: 0 26.5rem;
}
.events-slider__kit .events-button-prev {
  margin-right: 1rem;
  margin-left: auto;
}

.directions {
  margin-bottom: 13.2rem;
}
.directions-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8.2rem;
}
.directions-btn {
  margin-bottom: 1rem;
}
.directions-slider__item {
  width: 25%;
  min-height: 60.2rem;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 6rem 3.2rem 10.7rem;
  background: #fff;
  margin-right: -0.2rem;
  position: relative;
  transition: background 0.25s;
}
@media (min-width: 48.01em) {
  .directions-slider__item:hover {
    background: #52C41A;
  }
  .directions-slider__item:hover .directions-slider__number {
    opacity: 0;
    pointer-events: none;
  }
  .directions-slider__item:hover .directions-slider__heading {
    flex-grow: 0;
  }
  .directions-slider__item:hover .directions-slider__heading::before {
    content: "";
  }
  .directions-slider__item:hover .directions-slider__img {
    display: none;
  }
  .directions-slider__item:hover .directions-slider__description {
    display: none;
  }
  .directions-slider__item:hover .directions-slider__list {
    display: block;
  }
  .menu_block_2 {
    max-height: 400px;
    overflow-y: scroll;
  }
}
.directions-slider__number {
  font-size: 2rem;
  color: #CCC7C7;
  position: absolute;
  top: 2.3rem;
  left: 3rem;
  transition: opacity 0.25s;
}
.directions-slider__heading {
  flex-grow: 1;
  position: relative;
}
.directions-slider__heading::before {
  content: none;
  position: absolute;
  top: -2.4rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #2C2C2C;
}
.directions-slider__img {
  width: 24.1rem;
  height: 24.1rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 3rem;
}
.directions-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.directions-slider__title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 2.8rem;
  flex-grow: 1;
}
.directions-slider__description {
  font-size: 2rem;
  line-height: 1.5;
}
.directions-slider__list {
  display: none;
  margin-top: 1.8rem;
  padding-left: 1.8rem;
}
.directions-slider__list li {
  font-size: 2rem;
  position: relative;
}
.directions-slider__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.2rem;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #2C2C2C;
}
.directions-slider__list li:not(:last-child) {
  margin-bottom: 1.4rem;
}
.directions-slider__link {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.directions-slider__kit {
  display: none;
}

.statistics {
  background: #52C41A;
  margin-bottom: 13.2rem;
}
.statistics-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14.3rem 10rem 15rem;
}
.statistics-item {
  text-align: center;
}
.statistics-item__number {
  font-size: 8.1rem;
  font-weight: 700;
  margin-bottom: 1.9rem;
}
.statistics-item__title {
  font-size: 2rem;
  line-height: 1.5;
}
.statistics-item__title span {
  display: block;
}

.steps {
  margin-bottom: 13.2rem;
}
.steps-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11.4rem;
}
.steps-description {
  width: 25%;
  font-size: 2rem;
  line-height: 1.5;
  text-align: right;
}
.steps-btn {
  margin-bottom: 1rem;
}
.steps-content {
  display: flex;
}
.steps-item {
  width: 25%;
  min-height: 43.8rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 3.3rem;
  border-right: 0.2rem solid #2C2C2C;
}
.steps-item:first-child {
  border-left: 0.2rem solid #2C2C2C;
}
.steps-item__heading {
  margin-bottom: 3rem;
}
.steps-item__number {
  font-size: 8.1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.steps-item__title {
  font-size: 2rem;
  text-transform: uppercase;
}
.steps-item__description {
  width: 85%;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.steps.other-steps .steps-heading {
  margin-bottom: 9rem;
}
.steps.other-steps .steps-item {
  width: 33.3%;
  min-height: 46.8rem;
}
.steps.other-steps .steps-item__description {
  width: 92%;
}
.steps.another-steps .steps-heading {
  margin-bottom: 8rem;
}
.steps.another-steps .steps-item__heading {
  margin-bottom: 19rem;
}
.steps.another-steps .steps-item__description {
  width: 92%;
}

.organizers {
  margin-bottom: 13.2rem;
}
.organizers-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7.6rem;
}
.organizers-title {
  width: 50%;
}
.organizers-slider__item {
  width: 75.5rem;
}
.organizers-slider__item:not(:last-child) {
  margin-right: 5rem;
}
.organizers-slider__photo {
  width: 100%;
  height: 55.1rem;
  position: relative;
  margin-bottom: 2rem;
}
.organizers-slider__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.organizers-slider__name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.4rem 2.4rem 2.2rem 0;
  background: #F2F2F2;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.organizers-slider__description {
  width: 72%;
  font-size: 2rem;
  line-height: 1.5;
}
.organizers-slider__kit {
  position: static;
}
.organizers-slider__kit .organizers-button-prev {
  margin-right: 1rem;
}
.organizers-slider__kit .organizers-scrollbar.swiper-scrollbar {
  margin-right: 10rem;
  width: 14.7rem;
}

.filming-site {
  overflow: hidden;
  margin-bottom: 13.2rem;
}
.filming-site__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7.9rem;
}
.filming-site__btn {
  margin-bottom: 1rem;
}
.filming-site__slider {
  overflow: visible;
  margin-bottom: 8rem;
}
.filming-site__slider-item {
  width: 75.6rem;
  height: 59.8rem;
}
.filming-site__slider-item:not(.filming-site__slider-item:last-child) {
  margin-right: 5rem;
}
.filming-site__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filming-site__slider-kit {
  position: static;
  justify-content: space-between;
}
.filming-site__slider-kit .filming-site-button-prev {
  margin-left: auto;
  margin-right: 1rem;
}

.activities {
  margin-bottom: 20rem;
}
.activities-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.activities-btn {
  padding: 0 2.3rem;
}
.activities-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.4rem 0 2.5rem;
  border-bottom: 0.2rem solid #2C2C2C;
  position: relative;
}
.activities-item:first-child {
  border-top: 0.2rem solid #2C2C2C;
}
.activities-item__info {
  width: 20.7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.activities-item__info-day {
  font-size: 8.1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.activities-item__info-month {
  font-size: 2rem;
  text-transform: uppercase;
}
.activities-item__participant {
  width: 16.6rem;
  height: 16.6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 2rem;
}
.activities-item__participant img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activities-item__text {
  width: 74.8%;
  flex-shrink: 0;
  padding-right: 27%;
}
.activities-item__date {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.activities-item__title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 3.8rem;
}
.activities-item__description {
  font-size: 2rem;
  line-height: 1.5;
}
.activities-item__arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activities-item__arrow svg {
  width: 1.6rem;
  height: auto;
  pointer-events: none;
}

.gallery {
  overflow: hidden;
  margin-bottom: 13.2rem;
}
.gallery-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7.7rem;
}
.gallery-title {
  width: 70%;
}
.gallery-slider {
  overflow: visible;
}
.gallery-slider__item {
  width: 52.9rem;
  height: 57.1rem;
}
.gallery-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-slider__item:not(:last-child) {
  margin-right: 8.3rem;
}
.gallery-slider__kit {
  position: static;
}
.gallery-slider__kit .gallery-button-prev {
  margin-right: 1rem;
}
.gallery-slider__kit .gallery-scrollbar.swiper-scrollbar {
  margin-right: 10rem;
}
.gallery.other-gallery .gallery-slider {
  margin-bottom: 6rem;
}
.gallery.other-gallery .gallery-slider__item {
  width: 75.6rem;
  height: 59.8rem;
}
.gallery.other-gallery .gallery-slider__item:not(:last-child) {
  margin-right: 5rem;
}
.gallery.other-gallery .gallery-slider__kit {
  justify-content: space-between;
}
.gallery.other-gallery .gallery-slider__kit .gallery-button-prev {
  margin-left: auto;
  margin-right: 1rem;
}

.brokers {
  margin-top: 19.5rem;
  margin-bottom: 13.2rem;
}
.brokers-title {
  font-size: 8.1rem;
  text-align: center;
  margin-bottom: 7.6rem;
}
.brokers-content {
  position: relative;
}
.brokers-slider {
  height: 44.4rem;
}
.brunch-slider {
  height: 62.3rem;
}
.brunch-container {
  display: flex; flex-direction: row; height: 40vh;
}

.brokers-slider__item {
  width: 100%;
  height: 100%;
  position: relative;
}
.brokers-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brokers-slider__text {
  position: absolute;
  inset: auto -0.2rem -0.2rem auto;
  padding: 1.8rem 1.2rem;
  background: #F2F2F2;
  border: 0.2rem solid #2C2C2C;
  font-size: 2rem;
  text-transform: uppercase;
}
.brokers-slider__link {
  position: absolute;
  inset: auto auto -0.2rem -0.2rem;
  background: #fff;
}
.brokers-slider__kit {
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  bottom: 0;
  right: -9.3rem;
}
.brokers-slider__kit .brokers-button-prev, .brokers-slider__kit .brokers-button-next {
  transform: rotate(90deg);
}
.brokers-slider__kit .brokers-button-prev {
  margin-bottom: 1rem;
}
.brokers-slider__kit .brokers-button-next {
  margin-bottom: auto;
}
.brokers-slider__kit .brokers-scrollbar {
  width: 0.2rem;
  height: 13.3rem;
}

.owner-thumbs {
  width: 22.9rem;
  height: 100%;
  margin: 0;
}
.owner-thumbs__item {
  width: 100%;
  height: 21.6rem;
}
.owner-thumbs__item:not(:last-child) {
  margin-bottom: 3rem;
}
.owner-thumbs__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owner-slider {
  width: 48.9rem;
  height: 64.1rem;
  margin: 0;
}
.owner-slider__item {
  width: 100%;
  height: 100%;
}
.owner-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owner-slider__item:not(:last-child) {
  margin-bottom: 1rem;
}
.owner-slider__kit {
  flex-direction: column;
  justify-content: space-between;
  top: 8rem;
  bottom: 8rem;
  right: -11.8rem;
}
.owner-slider__kit .owner-button-prev, .owner-slider__kit .owner-button-next {
  transform: rotate(90deg);
}
.owner-slider__kit .owner-button-prev {
  margin-bottom: 1rem;
}
.owner-slider__kit .owner-button-next {
  margin-bottom: auto;
}
.owner-slider__kit .owner-scrollbar {
  width: 0.2rem;
  height: 13.3rem;
}

.turnkey {
  margin: 20rem 0 13.2rem;
}
.turnkey-title {
  font-size: 8.1rem;
  margin-bottom: 7.7rem;
}
.turnkey-slider__item {
  width: 100%;
  height: 45.4rem;
}
.turnkey-slider__item:not(:last-child) {
  margin-right: 2rem;
}
.turnkey-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.turnkey-slider__kit {
  display: none;
}

.privacy {
  margin-top: 17.7rem;
  margin-bottom: 20rem;
}
.privacy-content {
  font-size: 2rem;
  line-height: 1.5;
}
.privacy-content p:not(:last-child) {
  margin-bottom: 3rem;
}
.privacy-heading {
  margin-bottom: 8.6rem;
}
.privacy-title {
  font-size: 8.1rem;
  margin-bottom: 3.4rem;
}
.privacy-group:not(:last-child) {
  margin-bottom: 13.2rem;
}
.privacy-group__title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 4.8rem;
}
.privacy-list {
  padding-left: 3rem;
  margin-top: -1rem;
}
.privacy-list:not(:last-child) {
  margin-bottom: 4rem;
}
.privacy-list li {
  position: relative;
}
.privacy-list li::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: -1.8rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #2C2C2C;
}

.rent {
  margin-bottom: 13.2rem;
}
.rent-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rent-text {
  width: 41%;
  padding: 5rem 0;
}
.rent-suptitle {
  font-size: 2rem;
  font-weight: 500;
  color: #52C41A;
  margin-bottom: 1.3rem;
}
.rent-title {
  margin-bottom: 10.5rem;
}
.rent-description {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(44, 44, 44, 0.5);
  margin-bottom: 10.5rem;
}
.rent-block {
  width: 47.2%;
  align-self: flex-start;
  padding: 8.4rem 7.2rem 8.6rem 6.5rem;
  background: #2C2C2C;
}
.rent-block__title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10.2rem;
}
.rent-form__group {
  width: 100%;
  margin-bottom: 3.9rem;
}
.rent-form__group-title {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2.5rem;
}
.rent-form__group-inner {
  position: relative;
  margin-bottom: 1.6rem;
}
.rent-form__group-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.rent-form .label input {
  height: 6.4rem;
  padding: 0 2.8rem;
  border: 0.2rem solid #fff;
}
.rent-form .label.label-checkbox {
  align-items: center;
}
.rent-form .label.label-checkbox > span {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #fff;
  margin-top: 0;
  margin-right: 2rem;
}
.rent-form .label.label-checkbox > span::after {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #52C41A;
}
.rent-form__range-input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  outline: none;
  height: 0.2rem;
  background: linear-gradient(to right, #52C41A 0%, #52C41A 0%, #fff 0%, #fff 100%);
}
.rent-form__range-input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: none;
  border-radius: 50%;
  background: #52C41A;
  border: 0.5rem solid #fff;
}
.rent-form__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.rent-form__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rent-form__bottom-text {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.rent-form__bottom-price {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #52C41A;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 44, 44, 0.3);
  z-index: 110;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup.active {
  display: block;
}
.popup-wrap {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 3rem;
}
.popup-close {
  position: absolute;
  top: 3.8rem;
  right: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #52C41A;
  cursor: pointer;
  z-index: 2;
}
.popup-close img {
  width: 1.4rem;
  pointer-events: none;
}
.popup-title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.popup-content {
  width: 156.5rem;
  padding: 13.6rem 11.8rem 16rem;
  background: #F2F2F2;
  position: relative;
  z-index: 1;
}
.popup-content .feedback-text {
  width: 34%;
  color: #2C2C2C;
}
.popup-content .feedback-description {
  width: 60%;
}
.popup-content .popup-form {
  width: 58.2%;
}
.popup-content .popup-form .label.label-checkbox {
  max-width: 70%;
}
.popup.popup-place .popup-close {
  width: 3.4rem;
  height: 3.4rem;
  top: 1.8rem;
  right: 1.8rem;
}
.popup.popup-place .popup-close img {
  width: 1rem;
}
.popup.popup-place .popup-place__title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 5rem;
}
.popup.popup-place .popup-content {
  padding: 13rem;
  width: 53.9rem;
}
.popup.popup-place .popup-content .form-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8rem;
}
.popup.popup-place .popup-content .form .label:not(:last-child) {
  margin-bottom: 1.5rem;
}
.popup.popup-place .popup-content .form .label.label-checkbox input:checked ~ .checkbox-title {
  color: #52C41A;
}
.popup.popup-rent .popup-content {
  padding: 8.2rem 14.8rem 11.5rem;
}
.popup.popup-rent .popup-content .feedback-text {
  width: 45%;
  padding-top: 3rem;
  text-align: left;
}
.popup.popup-rent .popup-content .feedback-title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.popup.popup-rent .popup-content .feedback-description {
  width: auto;
}
.popup.popup-rent .popup-content .form {
  width: 40.7%;
}
.popup.popup-rent .popup-content .form .label:not(.wide) {
  width: 45%;
}
.popup.popup-rent .popup-content .form .label:not(:last-child) {
  margin-bottom: 3rem;
}
.popup.popup-rent .popup-content .form-btn {
  margin-top: 5rem;
}
.popup.popup-sent .popup-close {
  width: 3.4rem;
  height: 3.4rem;
  top: 1.8rem;
  right: 1.8rem;
}
.popup.popup-sent .popup-close img {
  width: 1rem;
}
.popup.popup-sent .popup-content {
  width: 53.9rem;
  padding: 15.4rem 11.3rem;
}

.article {
  font-size: 18px;
  line-height: 26px;  
}

.article p {margin-bottom: 13px;}

p.small {font-size: 16px;}

.article h2 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 3.6rem;
}
.card-img.border{border:1px solid #2C2C2C!important}
@media (max-width: 48em) {
  .brunch-container.container {
    flex-direction: column;
    height: auto;
    padding: 0;
  }
  .brunch-container .contacts-text {
    margin-left: auto;
    margin-right: auto;
  }
  
  .header::after {
    bottom: -1px;
    height: 1px;
  }
  .header-top {
    display: none;
  }
  .header-right {
    display: flex !important;
    align-items: center;
  }
  .header-link.header-place {
    padding-right: 0;
  }
  .header-link.header-place img {
    margin-right: 0;
  }
  .header-link.header-place::after {
    content: none;
  }
  .header-link span {
    display: none;
  }
  .header-link img {
    width: 4.8rem;
    margin-right: 0;
  }
  .header-link:not(:last-child) {
    margin-right: 2.4rem;
  }
  .header-place__mobile {
    position: unset !important;
  }
  .header-place__mobile-img {
    width: 4.8rem;
    height: 4.8rem;
    position: relative;
  }
  .header-place__mobile-img.active img {
    opacity: 0;
  }
  .header-place__mobile-img.active img.active {
    opacity: 1;
  }
  .header-place__mobile-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: opacity 0.25s;
  }
  .header-place__mobile-img img.active {
    opacity: 0;
  }
  .header-place__mobile-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
    padding: 20.3rem 4rem 10rem;
    background: #F2F2F2;
    transition: all 0.4s ease 0s;
    transform: translateY(-150%);
    overflow-y: auto;
  }
  .header-place__mobile-dropdown.active {
    transform: translateY(0%);
  }
  .header-place__mobile-dropdown li {
    font-size: 3.2rem;
    font-weight: 500;
    color: #2C2C2C;
  }
  .header-place__mobile-dropdown li:not(:last-child) {
    margin-bottom: 8rem;
  }
  .header-place__mobile-dropdown li.active {
    color: #52C41A;
  }
  .header-bottom {
    position: relative;
    background: #F2F2F2;
  }
  .header-bottom__content {
    padding: 1rem 0 1.8rem;
    margin-right: -0.8rem;
  }
  .header-burger {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: 6.8rem;
    height: 6.8rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }
  .header-burger.active span {
    display: inline-block;
  }
  .header-burger.active span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: -0.2rem;
  }
  .header-burger.active span:nth-child(2) {
    display: none;
  }
  .header-burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -0.2rem;
  }
  .header-burger span {
    height: 0.4rem;
    background: #2C2C2C;
    transition: transform 0.2s;
  }
  .header-burger span:nth-child(1), .header-burger span:nth-child(2) {
    margin-bottom: 1.4rem;
  }
  .header-burger span:nth-child(2) {
    width: 5.2rem;
  }
  .header-logo {
    width: 21rem;
    transform: translateX(2.2rem);
  }
  .header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 11.5vw);
    z-index: -1;
    padding: 8.5rem 15rem 6.5rem 4rem;
    background: #F2F2F2;
    transition: all 0.4s ease 0s;
    transform: translateY(-150%);
    overflow-y: auto;
  }
  .header-nav.active {
    transform: translateY(0%);
  }
  .header-list {
    display: block;
  }
  .header-list li {
    font-size: 3.2rem;
    padding: 0;
  }
  .header-list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8rem;
  }
  .header-list li.sublist.active::after {
    width: 33rem;
  }
  .header-list li.sublist::after {
    bottom: auto;
    top: 4.7rem;
    left: 0;
    height: 1px;
  }
  .header-list li > ul {
    position: static;
    background: none;
    padding: 10.5rem 0 0 2rem;
    margin-bottom: -2rem;
  }
  .header-list li > ul li {
    font-size: 2.8rem;
    font-weight: 500;
  }
  .header-list li > ul li:not(:last-child) {
    margin-bottom: 6.6rem;
  }
  .banner {
    margin-top: 9.6rem;
    margin-bottom: 17rem;
  }
  .banner.banner-franchise {
    margin-top: 17.6rem;
  }
  .banner::after {
    content: none;
  }
  .banner-content {
    flex-wrap: wrap;
  }
  .banner-text {
    order: 1;
    width: 100%;
    padding: 21.2rem 0 2rem;
  }
  .banner-title {
    font-size: 8rem;
    line-height: 1.2;
    margin-bottom: 4.6rem;
  }
  .banner-description {
    width: 90%;
    font-size: 3.2rem;
    line-height: 1.47;
    margin-bottom: 6.4rem;
  }
  .banner-list {
    width: 105%;
    margin: 0 0 4rem;
    padding-left: 3rem;
  }
  .banner-list li {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 2.4rem;
  }
  .banner-list li:not(:last-child) {
    margin-right: 5rem;
  }
  .banner-list li::before {
    left: -3rem;
    width: 1rem;
    height: 1rem;
  }
  .banner-btn {
    height: 8.3rem;
  }
  .banner-slider {
    width: 100%;
    height: auto;
  }
  .banner-slider.banner-slider-franchise {
    width: 100%;
  }
  .banner-slider.banner-slider-franchise .banner-slider__item {
    width: 59rem;
  }
  .banner-slider.banner-slider-franchise .banner-slider__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5.4rem;
  }
  .banner-slider.banner-slider-filming {
    overflow: visible;
    width: 100%;
    padding-bottom: 15.5rem;
    margin-right: 0;
  }
  .banner-slider.banner-slider-filming .banner-slider__slide {
    width: 23.6rem;
    height: 80.4rem;
  }
  .banner-slider.banner-slider-filming .banner-slider__slide.swiper-slide-active .banner-slider__item {
    width: 42rem;
  }
  .banner-slider.banner-slider-filming .banner-slider__slide.swiper-slide-active ~ .swiper-slide {
    transform: translateX(18.5rem);
  }
  .banner-slider.banner-slider-filming .banner-slider__slide:not(:last-child) {
    margin-right: 4rem;
  }
  .banner-slider.banner-slider-filming .banner-slider__slide:last-child {
    margin-right: 18.5rem;
  }
  .banner-slider.banner-slider-filming .banner-slider__item-text {
    inset: auto auto -1px -1px;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    padding: 2rem 2.6rem;
  }
  .banner-slider.banner-slider-affiliate {
    overflow: visible;
    width: 100%;
    margin: 0;
    padding-bottom: 15.5rem;
  }
  .banner-slider.banner-slider-affiliate .banner-slider__slide {
    width: 59rem;
    height: 80.4rem;
  }
  .banner-slider.banner-slider-affiliate .banner-slider__slide:not(:last-child) {
    margin-right: 4rem;
  }
  .banner-slider.banner-slider-events .banner-slider__item {
    width: 48.8rem;
    height: 88rem;
  }
  .banner-slider.banner-slider-events .banner-slider__item:nth-child(even) .banner-slider__item-description {
    order: -1 !important;
  }
  .banner-slider.banner-slider-events .banner-slider__item:not(:last-child) {
    margin-left: -1px;
  }
  .banner-slider.banner-slider-events .banner-slider__item.shift {
    transform: none;
  }
  .banner-slider.banner-slider-events .banner-slider__item.shift .banner-slider__item-description {
    order: unset;
    padding-left: unset;
  }
  .banner-slider.banner-slider-events .banner-slider__item-img {
    height: 44rem;
  }
  .banner-slider.banner-slider-events .banner-slider__item-description {
    height: 44rem;
    padding: 3.5rem 4rem !important;
  }
  .banner-slider.banner-slider-events .banner-slider__item-date {
    font-size: 3.2rem;
  }
  .banner-slider.banner-slider-events .banner-slider__item-title {
    font-size: 4rem;
    letter-spacing: normal;
  }
  .banner-slider.banner-slider-gallery .banner-slider__item {
    width: 74.8rem;
    height: 73.6rem;
  }
  .banner-slider.banner-slider-gallery .banner-slider__item-text {
    min-height: auto;
    inset: auto auto -0.1px -0.1px;
    padding: 2.6rem 3.6rem;
  }
  .banner-slider.banner-slider-consulting {
    width: 100%;
    margin: 0;
  }
  .banner-slider.banner-slider-consulting .banner-slider__slide {
    width: 32.4rem;
    height: 32.4rem;
  }
  .banner-slider.banner-slider-consulting .banner-slider__slide.swiper-slide-active {
    height: 73.6rem;
  }
  .banner-slider.banner-slider-consulting .banner-slider__slide.swiper-slide-active .banner-slider__item {
    width: 64.2rem;
  }
  .banner-slider.banner-slider-consulting .banner-slider__slide.swiper-slide-active ~ .swiper-slide {
    transform: none;
  }
  .banner-slider.banner-slider-consulting .banner-slider__slide:not(:last-child) {
    margin-right: 10rem;
  }
  .banner-slider.banner-slider-consulting .banner-slider__slide:last-child {
    margin-right: 40rem;
  }
  .banner-slider.banner-slider-consulting .banner-slider__item-text {
    min-height: auto;
    inset: auto auto -1px -0.1px;
    padding: 3rem 3.5rem;
  }
  .banner-slider__item {
    width: 59rem;
    height: 80.4rem;
    margin: 0;
  }
  .banner-slider__item.shift {
    transform: none;
  }
  .banner-slider__item:not(:last-child) {
    margin-right: 5.4rem;
  }
  .banner-slider__item-text {
    min-height: 28.6rem;
    display: flex;
    justify-content: center;
    inset: -1px auto auto -1px;
    padding: 2.4rem 2.8rem 2.8rem 2.2rem;
    border-width: 1px;
    font-size: 2.8rem;
  }
  .banner-slider__item-number {
    display: none;
  }
  .banner-slider__kit {
    flex-direction: row;
    top: auto;
    bottom: -15.5rem;
    right: 0;
    left: 0;
  }
  .banner-slider__kit .banner-button-prev, .banner-slider__kit .banner-button-next {
    transform: none;
  }
  .banner-slider__kit .banner-button-prev {
    margin-bottom: 0;
  }
  .banner-slider__kit .banner-button-next {
    margin-bottom: 0;
    order: 1;
  }
  .banner-slider__kit .banner-scrollbar {
    width: 26.6rem;
    height: 1px;
  }
  .banner.banner-filming, .banner.banner-affiliate, .banner.banner-consulting {
    margin-top: 13.8rem;
  }
  .banner.banner-filming .banner-text, .banner.banner-affiliate .banner-text, .banner.banner-consulting .banner-text {
    padding-top: 4rem;
  }
  .banner.banner-filming .banner-description, .banner.banner-affiliate .banner-description, .banner.banner-consulting .banner-description {
    width: 90%;
  }
  .banner.banner-filming .banner-slider__kit, .banner.banner-affiliate .banner-slider__kit, .banner.banner-consulting .banner-slider__kit {
    bottom: 0;
    right: 0;
  }
  .banner.banner-filming .banner-slider__kit .banner-button-prev, .banner.banner-affiliate .banner-slider__kit .banner-button-prev, .banner.banner-consulting .banner-slider__kit .banner-button-prev {
    order: -1;
    margin: 0;
  }
  .banner.banner-filming .banner-slider__kit .banner-scrollbar, .banner.banner-affiliate .banner-slider__kit .banner-scrollbar, .banner.banner-consulting .banner-slider__kit .banner-scrollbar {
    order: unset;
    width: 26.6rem;
    height: 1px;
  }
  .banner.banner-affiliate {
    margin-bottom: 17rem;
  }
  .banner.banner-gallery, .banner.banner-consulting {
    margin-top: 18rem;
  }
  .banner.banner-gallery .banner-content, .banner.banner-consulting .banner-content {
    align-items: flex-start;
  }
  .banner.banner-gallery .banner-text, .banner.banner-consulting .banner-text {
    padding: 20rem 0 2.5rem;
  }
  .banner.banner-consulting .banner-text {
    padding-top: 3rem;
  }
  .banner.banner-owner .banner-right {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 4rem;
  }
  .banner.banner-conference .banner-text {
    text-align: center;
    order: -1;
    width: 100%;
    padding: 5.7rem 0 5.5rem;
  }
  .banner.banner-conference .banner-title {
    margin-bottom: 3.6rem;
  }
  .banner.banner-conference .banner-description {
    width: 90%;
    margin: 0 auto;
    line-height: 1.88;
  }
  .banner.banner-conference .banner-slider {
    width: 100%;
    height: 109rem;
    padding-top: 0;
    margin-left: 15rem;
  }
  .banner.banner-conference .banner-slider-wrapper {
    align-items: center;
  }
  .banner.banner-conference .banner-slider__slide {
    width: 47.6rem;
    height: 41.5rem;
  }
  .banner.banner-conference .banner-slider__slide:not(:last-child) {
    margin-right: 5rem;
  }
  .banner.banner-conference .banner-slider__slide:last-child {
    margin-right: 27rem;
  }
  .banner.banner-conference .banner-slider__slide.swiper-slide-active {
    height: 109rem;
    transform: translateX(-15rem);
  }
  .banner.banner-conference .banner-slider__slide.swiper-slide-active .banner-slider__item {
    width: 74.6rem;
  }
  .banner.banner-conference .banner-slider__slide.swiper-slide-active ~ .swiper-slide {
    transform: translateX(-3rem);
  }
  .work-areas {
    margin-bottom: 20rem;
    overflow: hidden;
  }
  .work-areas__heading .work-areas__btn {
    margin-bottom: 0;
    position: absolute;
    bottom: 5rem;
    left: 4rem;
    right: 4rem;
    width: auto;
  }
  .work-areas__title {
    margin-bottom: 5.7rem;
  }
  .work-areas__slider {
    overflow: visible;
  }
  .work-areas__slider-item {
    width: 49rem;
    height: 51.8rem;
  }
  .work-areas__slider-item:not(:last-child) {
    margin-right: 5rem;
  }
  .work-areas__slider-text {
    width: auto;
    min-width: 54%;
    max-width: 78%;
    min-height: 11rem;
    padding: 1rem 1.5rem 0.2rem 0.4rem;
  }
  .work-areas__slider-title {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: normal;
  }
  .work-areas__slider-capacity {
    font-size: 3.2rem;
  }
  .work-areas__slider-link {
    bottom: 2rem;
    right: 2rem;
    width: 8.2rem;
    height: 8.2rem;
    border-width: 1px;
  }
  .work-areas__slider-link img {
    width: 2.4rem;
  }
  .work-areas.other-work-areas {
    position: relative;
    padding-bottom: 20.5rem;
    margin-bottom: 15.5rem;
  }
  .work-areas.other-work-areas .work-areas__heading {
    margin-bottom: 5.5rem;
  }
  .work-areas.other-work-areas .work-areas__slider-wrapper {
    display: flex;
    grid-gap: unset;
  }
  .work-areas.other-work-areas .work-areas__slider-item {
    width: 49rem;
    height: 51.8rem;
  }
  .work-areas.other-work-areas .work-areas__slider-item:not(:last-child) {
    margin-right: 5rem;
  }
  .work-areas.other-work-areas .work-areas__slider-text {
    width: auto;
    min-width: 54%;
    max-width: 78%;
  }
  .ticker {
    margin-bottom: 18.5rem;
  }
  .ticker-line {
    height: 14.8rem;
  }
  .ticker-line:not(:last-child) {
    border-width: 1px;
  }
  .ticker-slider__item {
    font-size: 4rem;
    letter-spacing: normal;
  }
  .ticker-slider__item::after {
    right: -5.6rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .ticker-slider__item:not(:last-child) {
    margin-right: 11.2rem;
  }
  .info {
    margin-bottom: 18.5rem;
  }
  .info .section-heading {
    margin-bottom: 4.5rem;
  }
  .info-item {
    padding: 5.3rem 0;
    display: block;
    border-width: 1px;
    position: relative;
    overflow: visible;
  }
  .info-item:first-child {
    border-width: 1px;
  }
  .info-item.active .info-item__heading {
    width: 90%;
  }
  .info-item.active .info-item__text {
    margin-top: 5.2rem;
  }
  .info-item__heading {
    width: 90%;
    padding-left: 8.6rem;
    padding-right: 0;
  }
  .info-item__number {
    font-size: 3.2rem;
    top: 5.5rem;
  }
  .info-item__title {
    font-size: 4rem;
    line-height: 1.05;
    letter-spacing: normal;
    word-break: normal;
  }
  .info-item__text {
    margin-top: 2.2rem;
  }
  .info-item__link {
    font-size: 2.8rem;
    line-height: 1.64;
  }
  .info-item__link:not(:first-child) {
    margin-top: 2.4rem;
  }
  .info-item__link img {
    width: 2.6rem;
    margin-top: 0.7rem;
    margin-right: 2.5rem;
  }
  .info-item__dropdown {
    width: 100%;
    margin-top: 5.2rem;
    margin-bottom: -0.5rem;
  }
  .info-item__dropdown-inner {
    display: block;
    padding: 0 4rem 0 9rem;
  }
  .info-item__img {
    width: 35.6rem;
    height: 33.4rem;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .info-item__description {
    width: auto;
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .info-item__description p:not(:last-child) {
    margin-bottom: 5rem;
  }
  .info-item__arrow {
    top: 5.5rem;
    right: 0;
  }
  .info.other-info {
    margin-bottom: 20rem;
  }
  .info.other-info .section-heading {
    margin-bottom: 5.5rem;
  }
  .info.other-info .section-heading__title {
    width: 100%;
    margin-bottom: 0;
  }
  .info.other-info .info-item {
    padding: 6.8rem 0 6.2rem;
  }
  .info.other-info .info-item__heading {
    width: 76%;
  }
  .info.other-info .info-item.active .info-item__heading {
    width: 90%;
  }
  .info.other-info .info-item__number {
    top: 10rem;
  }
  .info.other-info .info-item__dropdown {
    width: 100%;
  }
  .info.other-info .info-item__img {
    height: 33.4rem;
  }
  .info.other-info .info-item__description {
    width: 102%;
  }
  .info.other-info .info-item__arrow {
    top: 10rem;
  }
  .info.info-completed {
    margin-bottom: 20rem;
  }
  .info.info-completed .section-heading__title {
    width: 100%;
    margin-bottom: 1rem;
  }
  .info.info-completed .info-item {
    padding: 6.5rem 0;
  }
  .info.info-completed .info-item__number {
    top: 10rem;
  }
  .info.info-completed .info-item__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .info.info-completed .info-item__dropdown {
    width: 100%;
  }
  .info.info-completed .info-item__dropdown-btn {
    position: relative;
    bottom: 0;
    left: 9rem;
    padding: 0 8.5rem;
    margin-bottom: 2rem;
  }
  .info.info-completed .info-item__img {
    height: 33.4rem;
  }
  .info.info-completed .info-item__description {
    padding-bottom: 6rem;
  }
  .info.info-completed .info-item__arrow {
    top: 10rem;
  }
  .area {
    margin-bottom: 20rem;
  }
  .area .section-heading {
    margin-bottom: 20rem;
  }
  .area .section-heading__title {
    width: 100%;
  }
  .area .section-heading__right {
    width: 100%;
  }
  .area .section-heading__description {
    width: 95%;
  }
  .area-sticker {
    display: none;
  }
  .area-content {
    display: block;
  }
  .area-item {
    text-align: left;
    width: 100%;
  }
  .area-item:not(:last-child) {
    margin-bottom: 5rem;
  }
  .area-item__heading {
    display: flex;
    align-items: center;
  }
  .area-item__img {
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    margin: 0;
    margin-right: 5rem;
  }
  .area-item__img img {
    width: 6rem;
  }
  .area-item__title {
    width: auto;
    font-size: 4rem;
    line-height: 1.05;
    letter-spacing: normal;
    position: static;
    transform: none;
  }
  .area-item__description {
    font-size: 3.2rem;
    line-height: 1.47;
    opacity: 1;
    margin-top: 3.2rem;
  }
  .area-body {
    flex-wrap: wrap;
  }
  .area-body__left {
    width: 100%;
    display: block;
  }
  .area-body__list {
    padding-left: 7.5rem;
  }
  .area-body__list:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.2rem;
  }
  .area-body__list li {
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .area-body__list li:not(:last-child) {
    margin-bottom: 3.2rem;
  }
  .area-body__list li::before {
    left: -7.5rem;
    width: 4.4rem;
    height: 4.4rem;
    background-size: 2rem;
  }
  .area-body__img {
    order: -1;
    width: 100%;
    height: 31.8rem;
    position: relative;
    margin-bottom: 7.5rem;
  }
  .area.other-area {
    margin-bottom: 17.5rem;
  }
  .area.other-area .section-heading {
    margin-bottom: 6rem;
  }
  .area.other-area .section-heading__description {
    width: 95%;
    text-align: left;
    margin: 0;
  }
  .area.other-area .area-item {
    width: 100%;
  }
  .area.other-area .area-item:not(:last-child) {
    margin-bottom: 6.5rem;
  }
  .area.other-area .area-item:nth-child(2) {
    width: 100%;
  }
  .area.other-area .area-item:last-child {
    width: 100%;
  }
  .area.other-area .area-item__title {
    width: 45%;
  }
  .area.other-area .area-item__img {
    margin-bottom: 0;
  }
  .area.another-area {
    margin-bottom: 12.2rem;
    position: relative;
    padding-bottom: 20rem;
  }
  .area.another-area .section-heading {
    margin-bottom: 6.3rem;
  }
  .area.another-area .section-heading__right {
    width: 95%;
  }
  .area.another-area .section-heading__description {
    margin-bottom: 0;
  }
  .area.another-area .area-sticker {
    transform: none;
    position: absolute;
    bottom: -9rem;
    right: -2rem;
    width: 25rem;
  }
  .area.another-area .area-btn.btn {
    position: absolute;
    width: auto;
    bottom: 5rem;
    left: 4rem;
    right: 4rem;
  }
  .area.area-reasons {
    margin-bottom: 19rem;
  }
  .area.area-reasons .section-heading {
    margin-bottom: 6rem;
  }
  .area.area-reasons .section-heading__title {
    margin-bottom: 5.5rem;
  }
  .area.area-reasons .section-heading__description {
    width: 95%;
    text-align: left;
    margin: 0;
  }
  .area.area-reasons .area-item {
    width: 100%;
  }
  .area.area-reasons .area-item__title {
    width: 55%;
  }
  .area.area-brokers {
    margin-bottom: 11.5rem;
  }
  .area.area-brokers .section-heading__description {
    width: 96%;
  }
  .area.area-brokers .area-item {
    width: 100%;
  }
  .area.area-owners {
    margin-top: -2.5rem;
    margin-bottom: 20rem;
  }
  .area.area-owners .section-heading__title {
    width: 95%;
  }
  .area.area-owners .section-heading__description {
    width: 90%;
  }
  .area.area-owners .area-item {
    width: 100%;
  }
  .area.area-owners .area-item__title {
    width: 64%;
  }
  .residents {
    padding: 28rem 0 50.5rem;
    margin-bottom: 17rem;
    position: relative;
    overflow: hidden;
  }
  .residents-heading {
    margin-bottom: 12rem;
  }
  .residents-slider {
    overflow: visible;
  }
  .residents-slider__item {
    height: 10rem;
  }
  .residents-slider__item:not(:last-child) {
    margin-right: 5rem;
  }
  .residents-slider__kit {
    position: absolute;
    bottom: 30rem;
    left: 4rem;
    right: 4rem;
    justify-content: space-between;
  }
  .residents-slider__kit .residents-button-prev {
    margin-right: 0;
    order: -1;
  }
  .residents-slider__kit .residents-scrollbar.swiper-scrollbar {
    margin-right: 0;
    width: 26.6rem;
  }
  .residents.residents-white {
    padding: 28rem 0 50.5rem;
  }
  .residents.residents-white .residents-heading {
    margin-bottom: 12rem;
  }
  .residents.residents-white .residents-slider__kit {
    position: absolute;
    bottom: 30rem;
    left: 4rem;
    right: 4rem;
  }
  .included {
    margin-bottom: 20rem;
  }
  .included-heading {
    flex-wrap: wrap;
    margin-bottom: 6.5rem;
  }
  .included-heading .included-title {
    width: 70%;
    margin-bottom: 4.3rem;
  }
  .included-title {
    margin-bottom: 6.5rem;
  }
  .included-description {
    width: 65%;
    font-size: 3.2rem;
    line-height: 1.47;
    text-align: left;
  }
  .included-content {
    display: block;
  }
  .included-item {
    width: 100%;
    padding: 2rem 2rem 2rem 7.8rem;
    border-radius: 200rem;
  }
  .included-item:not(:last-child) {
    margin-bottom: 5rem;
  }
  .included-item__title {
    width: 75%;
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .included-item__img {
    width: 10.2rem;
    height: 10.2rem;
  }
  .included-item__img img {
    width: 4.4rem;
  }
  .included.included-conference .included-item__title {
    width: 72%;
  }
  .about {
    margin-bottom: 20rem;
    overflow: hidden;
  }
  .about-content {
    flex-wrap: wrap;
  }
  .about-left {
    width: 100%;
    margin-bottom: 5.6rem;
  }
  .about-img {
    width: 100%;
    height: 50.4rem;
    position: relative;
  }
  .about-sticker {
    top: auto;
    right: 0;
    bottom: 0;
    width: 23.8rem;
    height: 23.8rem;
    background: #F2F2F2;
    padding: 3rem;
  }
  .about-info {
    margin: 5.5rem 0 5rem;
  }
  .about-info.mobile {
    width: 105%;
    display: flex !important;
  }
  .about-info__item {
    padding-right: 2.2rem;
  }
  .about-info__item:not(:last-child) {
    margin-right: 0;
    border-width: 1px;
  }
  .about-info__item:not(:first-child) {
    padding-left: 2.2rem;
  }
  .about-info__item:last-child {
    padding-right: 0;
  }
  .about-info__title {
    font-size: 4rem;
    letter-spacing: normal;
    margin-bottom: 0;
  }
  .about-info__description {
    font-size: 2.8rem;
    line-height: 1.64;
  }
  .about-text {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .about-title {
    width: 90%;
    font-size: 8rem;
    line-height: 1.2;
    margin-bottom: 4.5rem;
  }
  .about-description {
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .about-description p:first-child {
    width: 100%;
  }
  .about-description p:not(:last-child) {
    margin-bottom: 5rem;
  }
  .about-bottom {
    margin-bottom: -9rem;
  }
  .about-bottom .about-info {
    margin-top: 9rem;
    flex-wrap: wrap;
  }
  .about-bottom .about-info__item {
    width: 33%;
    margin-bottom: 5rem;
    padding: 0 1.2rem;
  }
  .about-bottom .about-info__item:first-child {
    padding-left: 0;
  }
  .about-bottom .about-info__item:not(:last-child) {
    margin-right: 0;
  }
  .about-bottom .about-info__item:nth-child(4n) {
    padding-left: 0;
  }
  .about.other-about {
    margin-bottom: 16.5rem;
  }
  .about.other-about .about-content {
    padding-top: 15rem;
  }
  .about.other-about .about-img {
    height: 50.4rem;
  }
  .about.other-about .about-title {
    font-size: 8rem;
    margin-bottom: 9.2rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .about.about-filming {
    margin-top: -4rem;
    margin-bottom: 15rem;
  }
  .about.about-filming .about-img {
    height: 50.4rem;
  }
  .about.about-filming .about-text {
    width: 100%;
  }
  .about.about-filming .about-title {
    font-size: 8rem;
    line-height: 1.2;
    margin-bottom: 6rem;
  }
  .contacts-content {
    margin-top: 0;
  }
  .contacts-text {
    width: 85%;
    padding: 28rem 0 31.7rem;
  }
  .contacts-title {
    position: static;
    margin-bottom: 5.5rem;
  }
  .contacts-group {
    font-size: 4rem;
    line-height: 1.05;
  }
  .contacts-group:not(:last-child) {
    margin-bottom: 5.8rem;
  }
  .contacts-group__title {
    margin-bottom: 3rem;
  }
  .contacts-group__link {
    font-size: 2.8rem;
    line-height: 1.64;
    text-transform: uppercase;
  }
  .contacts-btn {
    margin-top: 0.3rem;
  }
  .contacts-map {
    position: static;
    width: 100%;
    height: 56rem;
  }
  .feedback-bottom + .contacts .contacts-content, 
  .contacts.other-contacts .contacts-content {
    margin-top: 0;
  }
  .contacts.contacts-top {
    margin-top: 9.6rem;
  }
  .contacts.contacts-top .contacts-text {
    padding: 11rem 0 10rem;
  }
  .footer {
    padding: 12.7rem 0 10.7rem;
  }
  .footer-top {
    flex-direction: column;
    align-items: center;
    padding-bottom: 12.8rem;
    border-width: 1px;
    margin-bottom: 10.8rem;
  }
  .footer-logo {
    width: 30rem;
    margin-bottom: 2.4rem;
  }
  .footer-logo__group {
    text-align: center;
    margin-bottom: 5.2rem;
  }
  .footer-copy {
    font-size: 3.2rem;
  }
  .footer-copy img {
    width: 3.2rem;
    margin-right: 1.6rem;
  }
  .footer-btn {
    order: 1;
    margin-top: 8.5rem;
    padding: 0 4.5rem;
  }
  .footer-nav {
    display: block;
    width: 100%;
    margin-bottom: 11.5rem;
  }
  .footer-nav__group {
    border-bottom: 1px solid #FFFFFF;
  }
  .footer-nav__group:not(:last-child) {
    margin-right: 0;
  }
  .footer-nav__group:nth-child(2) {
    margin-right: 0;
  }
  .footer-nav__title {
    font-size: 3.2rem;
    padding: 6.9rem 0;
    margin-bottom: 0;
    position: relative;
  }
  .footer-nav__title.active::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .footer-nav__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 3.2rem;
    background: url(../img/footer-arrow.svg) 50%/contain no-repeat;
    transition: transform 0.25s;
  }
  .footer-list {
    display: none;
    margin-bottom: 8rem;
  }
  .footer-list li {
    font-size: 2.8rem;
  }
  .footer-list li:not(:last-child) {
    margin-bottom: 6.7rem;
  }
  .footer-contacts {
    width: 100%;
    align-items: center;
  }
  .footer-contacts__link {
    font-size: 3.2rem;
  }
  .footer-contacts__link:not(:last-child) {
    margin-bottom: 8rem;
  }
  .footer-contacts__link img {
    width: 4rem;
    margin-right: 2.2rem;
  }
  .footer-social {
    display: block;
    margin-bottom: 11rem;
  }
  .footer-social__btn {
    width: 100%;
    height: 7rem;
    border-width: 1px;
    font-size: 2.8rem;
  }
  .footer-social__btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 7rem;
  }
  .footer-creator {
    margin: 0 auto;
  }
  .footer-creator__suptitle {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
  }
  .footer-creator__title {
    font-size: 2.8rem;
  }
  .footer-creator__title span {
    font-size: 3rem;
  }
  .footer-creator__img {
    width: 6.2rem;
    margin-left: 5rem;
  }
  .tariffs {
    margin-top: 9.6rem;
    padding: 5.7rem 0 18.5rem;
  }
  .tariffs .section-heading {
    margin-bottom: 6.5rem;
  }
  .tariffs .section-heading__description {
    width: 80%;
    text-align: left;
  }
  .tariffs-content {
    display: block;
  }
  .tariffs-item {
    width: 100%;
    padding: 8rem 8.8rem 12.6rem 9.4rem;
    display: block;
  }
  .tariffs-item::after {
    right: 3.4rem;
    left: 3.4rem;
    top: auto;
    bottom: 0;
    width: auto;
    height: 1px;
  }
  .tariffs-item:nth-child(4n)::after {
    content: "";
  }
  .tariffs-item:last-child {
    content: none;
  }
  .tariffs-item__icon {
    width: 13rem;
    margin: 0 auto 4.5rem;
  }
  .tariffs-item__title {
    font-size: 4rem;
    letter-spacing: normal;
    margin-bottom: 5rem;
  }
  .tariffs-item__description {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
  .tariffs-item__list {
    padding-left: 3.8rem;
    margin-bottom: 6rem;
    flex-grow: unset;
  }
  .tariffs-item__list li {
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .tariffs-item__list li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .tariffs-item__list li::before {
    left: -3.8rem;
    width: 1rem;
    height: 1rem;
  }
  .tariffs-item__time {
    height: 6.2rem;
    font-size: 2.8rem;
    margin-bottom: 6rem;
  }
  .tariffs-item__info {
    margin-bottom: 6.4rem;
  }
  .tariffs-item__info-row {
    justify-content: flex-start;
  }
  .tariffs-item__info-row:not(:last-child) {
    margin-bottom: 2.2rem;
  }
  .tariffs-item__info-price {
    font-size: 4rem;
    letter-spacing: normal;
  }
  .tariffs-item__info-text {
    width: auto;
    font-size: 3.2rem;
  }
  .tariffs-item__btn {
    left: 50%;
    transform: translateX(-50%);
    padding: 0 5rem;
  }
  .advantages {
    margin-top: 0;
    padding-bottom: 15rem;
    overflow: hidden;
  }
  .advantages .section-heading {
    margin-bottom: 5.5rem;
  }
  .advantages .section-heading__title {
    width: 100%;
    margin-bottom: 0;
  }
  .advantages .section-heading__description {
    display: none;
  }
  .advantages-slider {
    margin-bottom: 7.7rem;
    overflow: visible;
  }
  .advantages-slider__item {
    width: 70.6rem;
    min-height: 59rem;
    padding: 5.9rem 5.6rem 6rem 6.4rem;
  }
  .advantages-slider__item:not(:last-child) {
    margin-right: 5rem;
  }
  .advantages-slider__item-heading {
    align-items: flex-start;
    margin-bottom: 9rem;
  }
  .advantages-slider__item-title {
    max-width: 65%;
    font-size: 2.8rem;
    line-height: 1.64;
  }
  .advantages-slider__item-link {
    width: 8.2rem;
    height: 8.2rem;
  }
  .advantages-slider__item-link img {
    width: 2.4rem;
  }
  .advantages-slider__item-description {
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .advantages-slider__item-logo {
    width: 22.4rem;
  }
  .advantages-slider__kit .advantages-button-prev {
    margin: 0;
    order: -1;
  }
  .advantages-slider__kit .advantages-scrollbar.swiper-scrollbar {
    width: 26.6rem;
  }
  .advantages.other-advantages {
    padding-bottom: 8rem;
    position: relative;
    margin-bottom: 20rem;
  }
  .advantages.other-advantages .section-heading__title {
    width: 95%;
  }
  .advantages.other-advantages .advantages-slider__kit {
    position: absolute;
    bottom: 0;
    left: 4rem;
    right: 4rem;
  }
  .advantages.other-advantages .advantages-slider__kit .advantages-scrollbar.swiper-scrollbar {
    margin-right: 0;
  }
  .free-content {
    min-height: auto;
    padding: 11.5rem 0 0;
  }
  .free-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-bottom: 11.2rem;
  }
  .free-title {
    width: 48%;
    font-size: 4rem;
    line-height: 1.05;
    letter-spacing: normal;
    margin-bottom: 0;
  }
  .free-btn {
    padding: 0 8rem;
  }
  .free-right {
    position: relative;
  }
  .free-bg {
    position: static;
    width: 100%;
    height: 39rem;
  }
  .free-sticker {
    top: 0;
    left: auto;
    right: 0;
    transform: none;
    width: 26rem;
    height: 26rem;
    background: #52C41A;
    padding: 4rem;
  }
  .offices {
    margin-top: 9.6rem;
    padding: 5.7rem 0 17.5rem;
  }
  .offices-title {
    padding: 0;
    font-size: 8rem;
    line-height: 1.2;
    margin-bottom: 5.7rem;
  }
  .offices-slider {
    height: 74rem;
    margin-left: 5rem;
    margin-bottom: 7.5rem;
  }
  .offices-slider__item {
    width: 53.4rem;
    height: 59rem;
  }
  .offices-slider__item.swiper-slide-active {
    height: 74rem;
  }
  .offices-slider__item:not(:last-child) {
    margin-right: 5rem;
  }
  .offices-slider__kit {
    margin: 0;
  }
  .offices-slider__kit .offices-button-prev {
    margin: 0;
    order: -1;
  }
  .office {
    margin-top: 9.6rem;
    padding: 7.8rem 0 20rem;
  }
  .office-content {
    display: block;
  }
  .office-left {
    width: 100%;
  }
  .office-slider {
    width: 100%;
    flex-shrink: 0;
    height: 80.4rem;
    margin: 0;
    order: -1;
    margin-bottom: 4rem;
  }
  .office-slider__kit {
    margin-top: 7.6rem;
  }
  .office-thumbs {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    margin: 0;
  }
  .office-thumbs__item {
    width: 15.4rem;
    height: 15.4rem;
  }
  .office-thumbs__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 4.4rem;
  }
  .office-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6.6rem;
  }
  .office-title {
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
  }
  .office-info {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 7.5rem;
    order: 1;
  }
  .office-info::before, .office-info::after {
    content: none;
  }
  .office-info__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.2rem 0;
    border-bottom: 1px solid #2C2C2C;
  }
  .office-info__item:first-child {
    border-top: 1px solid #2C2C2C;
  }
  .office-info__title {
    font-size: 3.2rem;
    margin-bottom: 0;
    margin-right: 3rem;
  }
  .office-info__price {
    font-size: 3.2rem;
  }
  .office-info__price span {
    font-size: 4rem;
    letter-spacing: normal;
  }
  .office-description {
    font-size: 3.2rem;
    line-height: 1.47;
    margin-bottom: 6.4rem;
  }
  .office-description__group:not(:last-child) {
    margin-bottom: 5.2rem;
  }
  .office-description__title {
    margin-bottom: 2.2rem;
  }
  .office-description__title img {
    width: 2.5rem;
    margin-right: 2rem;
  }
  .office-btn {
    order: 2;
  }
  .placement {
    display: inline-block;
    width: 100%;
    margin-bottom: 17.5rem;
  }
  .placement-heading {
    display: block;
    margin-bottom: 6.2rem;
  }
  .placement-title {
    width: auto;
    margin-bottom: 3.8rem;
  }
  .placement-description {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.47;
    text-align: left;
  }
  .placement-all__btn {
    padding: 0 4.7rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .placement-filter {
    display: block;
    margin: 6.4rem 0 0.6rem;
  }
  .placement-filter label {
    width: 100%;
  }
  .placement-filter label:not(:last-child) {
    margin-bottom: 3rem;
  }
  .placement-filter label.select-label::after {
    right: 4rem;
    width: 2.4rem;
    height: 2rem;
  }
  .placement-filter label input {
    height: 11.8rem;
    border-width: 1px;
    padding: 0 3.6rem;
  }
  .placement-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .placement-btn {
    display: flex !important;
    margin: 8rem 0 5rem;
  }
  .placement.other-placement {
    position: relative;
    padding-bottom: 21.5rem;
    margin-bottom: 17rem;
  }
  .placement.other-placement .placement-all__btn.btn {
    position: absolute;
    bottom: 3rem;
    left: 4rem;
    right: 4rem;
    width: auto;
  }
  .benefit {
    margin-bottom: 20rem;
  }
  .benefit .section-heading {
    margin-bottom: 6rem;
  }
  .benefit .section-heading__title {
    font-size: 8rem;
  }
  .benefit .section-heading__description {
    width: 75%;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    margin-right: 0;
  }
  .benefit-item {
    display: block;
    margin-bottom: 0;
  }
  .benefit-item:nth-child(even) .benefit-item__text {
    padding: 0;
  }
  .benefit-item:nth-child(even) .benefit-item__img {
    margin-right: 0;
  }
  .benefit-item:not(:last-child) {
    margin-bottom: 13.2rem;
  }
  .benefit-item__img {
    width: 100%;
    height: 48.6rem;
    margin-bottom: 6.5rem;
  }
  .benefit-item__text {
    padding: 0;
  }
  .benefit-item__suptitle {
    font-size: 3.2rem;
    margin-bottom: 5.3rem;
  }
  .benefit-item__title {
    font-size: 4rem;
    letter-spacing: normal;
    margin-bottom: 5rem;
  }
  .benefit-item__list {
    padding-left: 9.4rem;
    margin-bottom: 6rem;
  }
  .benefit-item__list li {
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .benefit-item__list li::before {
    top: 2.2rem;
    left: -9.4rem;
  }
  .benefit-item__list li:not(:last-child) {
    margin-bottom: 5rem;
  }
  .benefit-item__time {
    font-size: 2.8rem;
    padding-left: 9.4rem;
  }
  .benefit.other-benefit .section-heading__title {
    width: auto;
    font-size: 8rem;
  }
  .reasons {
    margin-bottom: 18.5rem;
  }
  .reasons-content {
    flex-wrap: wrap;
    padding-top: 34.5rem;
    position: relative;
  }
  .reasons-text {
    width: 100%;
  }
  .reasons-title {
    width: auto;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 4rem;
    right: 4rem;
  }
  .reasons-list li {
    padding: 6.8rem 12.8rem;
    font-size: 4rem;
    line-height: 1.05;
    letter-spacing: normal;
    border-width: 1px;
  }
  .reasons-list li:first-child {
    border-width: 1px;
  }
  .reasons-list li::before {
    left: 3.8rem;
    font-size: 3.2rem;
  }
  .reasons-img {
    order: -1;
    width: 100%;
    height: 48rem;
    margin-bottom: 7.6rem;
  }
  .reasons.other-reasons {
    margin-top: -2rem;
    margin-bottom: 17rem;
  }
  .reasons.other-reasons .reasons-img {
    margin-top: 10rem;
    height: 48rem;
  }
  .reasons.other-reasons .reasons-list li {
    padding-right: 3rem;
  }
  .reasons.reasons-brokers {
    margin-bottom: 20rem;
  }
  .reasons.reasons-brokers .reasons-title {
    width: 90%;
  }
  .reasons.reasons-brokers .reasons-content {
    padding-top: 24.5rem;
  }
  .reasons.reasons-brokers .reasons-img {
    margin-top: 0;
    height: 48rem;
  }
  .reasons.reasons-brokers .reasons-item {
    padding-right: 10rem;
  }
  .franchise {
    margin-bottom: 17.5rem;
  }
  .franchise .section-heading {
    margin-bottom: 5.5rem;
  }
  .franchise-btn {
    margin-bottom: 2rem;
  }
  .franchise-content {
    display: block;
  }
  .franchise-item {
    width: 100%;
    display: block;
  }
  .franchise-item:not(:last-child) {
    margin-bottom: 7.6rem;
  }
  .franchise-item__img {
    width: calc(100% + 2px);
    height: 69rem;
    margin: -1px;
  }
  .franchise-item__label {
    inset: auto auto -1px -1px;
    min-width: 40rem;
    height: 12.2rem;
    padding: 0 3.5rem;
    font-size: 4rem;
    letter-spacing: normal;
  }
  .franchise-item__text {
    width: 100%;
    display: block;
    padding: 7.5rem 4rem 3.5rem;
  }
  .franchise-item__info {
    margin-bottom: 8rem;
  }
  .franchise-item__row {
    align-items: center;
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .franchise-item__row:not(:last-child) {
    margin-bottom: 5rem;
  }
  .franchise-item__title {
    width: 35%;
  }
  .franchise-item__description {
    width: 60.5%;
  }
  .franchise-item__description sup {
    top: -1.4rem;
  }
  .franchise-item__list {
    padding-left: 4.8rem;
  }
  .franchise-item__list li::before {
    top: 2rem;
    left: -4.8rem;
    width: 1rem;
    height: 1rem;
  }
  .franchise-item__price {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: normal;
  }
  .franchise.other-franchise {
    position: relative;
    padding-bottom: 21rem;
  }
  .franchise.other-franchise .section-heading {
    margin-bottom: 1rem;
  }
  .franchise.other-franchise .franchise-btn.btn {
    position: absolute;
    bottom: 3.5rem;
    left: 4rem;
    right: 4rem;
    width: auto;
  }
  .franchise.another-franchise {
    margin-bottom: 20rem;
  }
  .franchise.another-franchise .franchise-item__row {
    flex-wrap: wrap;
  }
  .franchise.another-franchise .franchise-item__description.include-list {
    width: 100%;
    margin-top: 3rem;
  }
  .social {
    margin-bottom: 18.5rem;
  }
  .social-content {
    display: block;
    padding: 13rem 4.2rem 14.5rem;
  }
  .social-title {
    font-size: 3.2rem;
    line-height: 1.47;
    margin-bottom: 6.5rem;
  }
  .social-link {
    font-size: 4rem;
    letter-spacing: normal;
  }
  .social-link__img {
    width: 6rem;
    height: 6rem;
    margin-right: 5rem;
  }
  .social-link__img img {
    width: 3rem;
  }
  .social-btn {
    margin-top: 7.5rem;
    margin-bottom: 2rem;
    padding: 0 9.5rem;
  }
  .structure {
    margin-bottom: 17.5rem;
    padding-bottom: 20.5rem;
    position: relative;
  }
  .structure .section-heading {
    margin-bottom: 3rem;
  }
  .structure .section-heading__title {
    width: 100%;
  }
  .structure-btn {
    position: absolute;
    bottom: 5rem;
    left: 4rem;
  }
  .structure-item {
    width: 50%;
    height: 34.4rem;
    margin-bottom: -1px;
    margin-right: -1px;
  }
  .structure-item__number {
    top: 3.4rem;
    left: 3.8rem;
    font-size: 3.2rem;
  }
  .structure-item__title {
    font-size: 4rem;
    line-height: 1.05;
    letter-spacing: normal;
  }
  .stories {
    padding: 26.5rem 0 38.5rem;
    margin-bottom: 20rem;
    position: relative;
  }
  .stories-heading {
    margin-bottom: 1rem;
  }
  .stories-slider__item {
    display: block;
    font-size: 3.2rem;
  }
  .stories-slider__group {
    display: block;
    width: 100%;
    padding: 6rem 0;
    border-top: 1px solid #fff;
    border-right: none;
  }
  .stories-slider__group:first-child {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border: none;
  }
  .stories-slider__group:first-child .stories-slider__title {
    margin-bottom: 2.5rem;
  }
  .stories-slider__text {
    margin-bottom: 2rem;
  }
  .stories-slider__photo {
    width: 14.8rem;
    height: 17rem;
    flex-shrink: 0;
    margin-right: 4.8rem;
  }
  .stories-slider__title {
    letter-spacing: normal;
    margin-bottom: 3.2rem;
  }
  .stories-slider__description {
    line-height: 1.47;
  }
  .stories-slider__kit {
    position: absolute;
    bottom: 30rem;
    left: 4rem;
    right: 4rem;
    justify-content: space-between;
  }
  .stories-slider__kit .stories-button-prev {
    margin-right: 0;
    order: -1;
  }
  .stories-slider__kit .stories-scrollbar.swiper-scrollbar {
    margin-right: 0;
    width: 26.6rem;
  }
  .faq {
    margin-bottom: 20rem;
  }
  .faq-title {
    margin-bottom: 5.2rem;
  }
  .faq-item {
    border-width: 1px;
  }
  .faq-item:first-child {
    border-width: 1px;
  }
  .faq-item__heading {
    padding: 6.2rem 0;
  }
  .faq-item__title {
    max-width: 85%;
    font-size: 2.8rem;
    line-height: 1.64;
  }
  .faq-item__btn {
    width: 4rem;
  }
  .faq-item__dropdown {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.88;
    margin-bottom: 6.2rem;
  }
  .faq-item__dropdown p:not(:last-child) {
    margin-bottom: 4rem;
  }
  .feedback {
    padding: 27.2rem 0 30rem;
    margin-bottom: 17.5rem;
  }
  .feedback-content {
    display: block;
  }
  .feedback-text {
    width: 100%;
    padding-top: 0;
    text-align: left;
    margin-bottom: 3.2rem;
  }
  .feedback-description {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.47;
    margin-left: 0;
  }
  .feedback-phone {
    font-size: 3.2rem;
  }
  .feedback-phone img {
    width: 3.4rem;
    margin-right: 2.8rem;
  }
  .feedback-form {
    width: 100%;
  }
  .feedback.feedback-bottom {
    padding-bottom: 13.8rem;
  }
  .feedback.feedback-bottom .feedback-content::after {
    bottom: -13.8rem;
    height: 1px;
  }
  .feedback.other-feedback .form-privacy {
    width: 100%;
    order: unset;
    margin-bottom: 6rem;
  }
  .feedback.other-feedback .form-privacy .label-checkbox {
    max-width: none;
  }
  .feedback.other-feedback .form-btn {
    margin-top: 0;
  }
  .mass-media {
    margin-bottom: 20rem;
    padding-bottom: 15.5rem;
    position: relative;
    overflow: hidden;
  }
  .mass-media__heading {
    margin-bottom: 5rem;
  }
  .mass-media__slider {
    overflow: visible;
  }
  .mass-media__slider-item {
    width: 43.4rem;
    padding: 0 5rem;
    border-width: 1px;
    font-size: 3.2rem;
  }
  .mass-media__slider-item:not(:last-child) {
    margin-right: -1px;
  }
  .mass-media__slider-date {
    margin-top: 0.4rem;
    margin-bottom: 3.2rem;
  }
  .mass-media__slider-title {
    line-height: 1.47;
    margin-bottom: 6.5rem;
  }
  .mass-media__slider-logo {
    width: 30rem;
  }
  .mass-media__slider-kit {
    position: absolute;
    bottom: 0;
    left: 4rem;
    right: 4rem;
    justify-content: space-between;
  }
  .mass-media__slider-kit .mass-media-button-prev {
    margin-right: 0;
    order: -1;
  }
  .mass-media__slider-kit .mass-media-scrollbar.swiper-scrollbar {
    margin-right: 0;
    width: 26.6rem;
  }
  .events {
    margin-top: 9.6rem;
    padding: 7.5rem 0 18rem;
  }
  .events-title {
    width: 75%;
    text-align: left;
    font-size: 8rem;
    line-height: 1.2;
    margin-bottom: 5.9rem;
  }
  .events-slider {
    margin-left: 0;
    margin-bottom: 7.5rem;
  }
  .events-slider__item {
    width: 74.8rem;
    height: 48.4rem;
  }
  .events-slider__kit {
    margin: 0;
  }
  .events-slider__kit .events-button-prev {
    order: -1;
    margin: 0;
  }
  .directions {
    margin-top: -1.5rem;
    margin-bottom: 17rem;
    padding-bottom: 35rem;
    position: relative;
    overflow: hidden;
  }
  .directions-heading {
    width: 90%;
    display: block;
    margin-bottom: 5.5rem;
  }
  .directions-btn.btn {
    position: absolute;
    bottom: 2rem;
    left: 4rem;
    right: 4rem;
    width: auto;
    margin-bottom: 2rem;
  }
  .directions-slider {
    overflow: visible;
  }
  .directions-slider__item {
    width: 70.6rem;
    min-height: 102.6rem;
    display: block;
    padding: 14rem 5rem 13.1rem 5.8rem;
    margin-right: 0;
  }
  .directions-slider__item:not(:last-child) {
    margin-right: 5rem;
  }
  .directions-slider__number {
    font-size: 4rem;
    top: 5.2rem;
    left: 5.8rem;
  }
  .directions-slider__heading {
    display: flex;
    align-items: center;
    margin-bottom: 6rem;
  }
  .directions-slider__heading::before {
    content: none;
    position: absolute;
    top: -2.4rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #2C2C2C;
  }
  .directions-slider__img {
    width: 22.6rem;
    height: 22.6rem;
    margin: 0;
    flex-shrink: 0;
    margin-right: 3rem;
  }
  .directions-slider__title {
    font-size: 4rem;
    line-height: 1.05;
    letter-spacing: normal;
    margin-bottom: 0;
  }
  .directions-slider__description {
    width: 95%;
    font-size: 3.2rem;
    line-height: 1.47;
    margin-bottom: 4rem;
  }
  .directions-slider__list {
    width: 80%;
    display: block;
    margin-top: 0;
    padding-left: 3.9rem;
  }
  .directions-slider__list li {
    font-size: 3.2rem;
  }
  .directions-slider__list li::before {
    left: -3.9rem;
    width: 1rem;
    height: 1rem;
  }
  .directions-slider__list li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .directions-slider__link {
    bottom: 6rem;
    right: 6rem;
  }
  .directions-slider__kit {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 19.5rem;
    left: 4rem;
    right: 4rem;
  }
  .directions-slider__kit .directions-button-prev {
    order: -1;
  }
  .statistics {
    margin-bottom: 17rem;
  }
  .statistics-content {
    display: block;
    padding: 28.2rem 0;
  }
  .statistics-item:not(:last-child) {
    margin-bottom: 4.4rem;
  }
  .statistics-item__number {
    font-size: 8rem;
    margin-bottom: 1.3rem;
  }
  .statistics-item__title {
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .statistics-item__title span {
    display: inline-block;
  }
  .steps {
    margin-bottom: 18rem;
    padding-bottom: 18rem;
    position: relative;
  }
  .steps-heading {
    display: block;
    margin-bottom: 6.4rem;
  }
  .steps-description {
    width: 80%;
    font-size: 3.2rem;
    line-height: 1.46;
    text-align: left;
    margin-top: 5.5rem;
  }
  .steps-btn {
    position: absolute;
    bottom: 0.8rem;
    padding: 0 4.2rem;
    margin-bottom: 2rem;
  }
  .steps-content {
    display: block;
  }
  .steps-item {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    align-items: center;
    padding: 5.9rem 0;
    border-right: none;
    border-bottom: 1px solid #2C2C2C;
  }
  .steps-item:first-child {
    border-left: none;
    border-top: 1px solid #2C2C2C;
  }
  .steps-item__heading {
    width: 30%;
    margin-bottom: 0;
  }
  .steps-item__number {
    font-size: 8rem;
    margin-bottom: 1.6rem;
  }
  .steps-item__title {
    font-size: 2.8rem;
  }
  .steps-item__description {
    width: 66.5%;
    font-size: 2.8rem;
    line-height: 1.64;
  }
  .steps.other-steps {
    margin-bottom: 19rem;
  }
  .steps.other-steps .steps-heading {
    margin-bottom: 6rem;
  }
  .steps.other-steps .steps-item {
    align-items: flex-start;
    width: 100%;
    min-height: auto;
  }
  .steps.other-steps .steps-item__description {
    width: 66.5%;
  }
  .steps.another-steps {
    margin-bottom: 8.5rem;
  }
  .steps.another-steps .steps-heading {
    margin-bottom: 6.5rem;
  }
  .steps.another-steps .steps-item {
    align-items: flex-start;
  }
  .steps.another-steps .steps-item__heading {
    margin-bottom: 0;
  }
  .steps.another-steps .steps-item__description {
    width: 66.5%;
  }
  .organizers {
    margin-top: -1.5rem;
    padding-bottom: 14.5rem;
    margin-bottom: 20rem;
    position: relative;
    overflow: hidden;
  }
  .organizers-heading {
    margin-bottom: 5.7rem;
  }
  .organizers-title {
    width: 100%;
  }
  .organizers-slider {
    overflow: visible;
  }
  .organizers-slider__item {
    width: 71rem;
  }
  .organizers-slider__photo {
    height: 71.6rem;
    margin-bottom: 6.4rem;
  }
  .organizers-slider__name {
    padding: 2.7rem 6.5rem 3.5rem 0;
    font-size: 4rem;
    letter-spacing: normal;
  }
  .organizers-slider__description {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .organizers-slider__kit {
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 4rem;
    right: 4rem;
  }
  .organizers-slider__kit .organizers-button-prev {
    order: -1;
    margin: 0;
  }
  .organizers-slider__kit .organizers-scrollbar.swiper-scrollbar {
    margin: 0;
    width: 26.6rem;
  }
  .filming-site {
    padding-bottom: 19.5rem;
    margin-bottom: 16rem;
    position: relative;
  }
  .filming-site__heading {
    margin-bottom: 5.7rem;
  }
  .filming-site__btn.btn {
    position: absolute;
    bottom: 2rem;
    left: 4rem;
    right: 4rem;
    width: auto;
    margin-bottom: 2rem;
  }
  .filming-site__slider {
    margin-bottom: 7.5rem;
  }
  .filming-site__slider-item {
    width: 58rem;
    height: 45.8rem;
  }
  .filming-site__slider-item:not(.filming-site__slider-item:last-child) {
    margin-right: 5.2rem;
  }
  .filming-site__slider-kit .filming-site-button-prev {
    order: -1;
    margin: 0;
  }
  .activities {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 47.2rem;
  }
  .activities .container {
    padding: 0;
  }
  .activities-heading {
    padding: 0 4rem;
    margin-bottom: 5rem;
  }
  .activities-btn.btn {
    position: absolute;
    bottom: 32rem;
    left: 4rem;
    right: 4rem;
    width: auto;
  }
  .activities-item {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 8rem 4rem 6rem;
    border-width: 1px;
  }
  .activities-item:first-child {
    border-width: 1px;
  }
  .activities-item__info {
    width: 39.5%;
  }
  .activities-item__info-day {
    font-size: 8rem;
  }
  .activities-item__info-month {
    font-size: 2.8rem;
  }
  .activities-item__participant {
    width: 15rem;
    height: 15rem;
  }
  .activities-item__text {
    width: 52.8%;
    padding-right: 0;
  }
  .activities-item__date {
    font-size: 3.2rem;
  }
  .activities-item__title {
    font-size: 4rem;
    line-height: 1.05;
    letter-spacing: normal;
    margin-bottom: 0;
  }
  .activities-item__description {
    width: 90%;
    flex-shrink: 0;
    font-size: 3.2rem;
    line-height: 1.47;
    margin-top: 5.5rem;
  }
  .activities-item__arrow {
    top: auto;
    right: 2.7rem;
    bottom: 9rem;
    transform: none;
  }
  .gallery {
    padding-bottom: 15.5rem;
    margin-bottom: 20rem;
    position: relative;
  }
  .gallery-heading {
    margin-bottom: 5.5rem;
  }
  .gallery-title {
    width: 100%;
  }
  .gallery-slider__item {
    width: 58rem;
    height: 45.8rem;
  }
  .gallery-slider__item:not(:last-child) {
    margin-right: 5rem;
  }
  .gallery-slider__kit {
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    left: 4rem;
    right: 4rem;
  }
  .gallery-slider__kit .gallery-button-prev {
    order: -1;
    margin: 0;
  }
  .gallery-slider__kit .gallery-scrollbar.swiper-scrollbar {
    margin-right: 0;
  }
  .gallery.other-gallery {
    margin-top: -3.5rem;
    padding-bottom: 18rem;
    margin-bottom: 16.5rem;
  }
  .gallery.other-gallery .gallery-btn.btn {
    position: absolute;
    bottom: 3rem;
    left: 4rem;
    right: 4rem;
    width: auto;
  }
  .gallery.other-gallery .gallery-slider {
    margin-bottom: 8rem;
  }
  .gallery.other-gallery .gallery-slider__item {
    width: 58rem;
    height: 45.8rem;
  }
  .gallery.other-gallery .gallery-slider__kit {
    position: static;
  }
  .gallery.other-gallery .gallery-slider__kit .gallery-button-prev {
    margin: 0;
  }
  .brokers {
    margin-top: 15.5rem;
    margin-bottom: 20rem;
    overflow: hidden;
  }
  .brokers-title {
    width: 85%;
    font-size: 8rem;
    margin: 0 auto 5.5rem;
  }
  .brokers-slider {
    height: 33.2rem;
    overflow: visible;
    margin-bottom: 7.6rem;
  }
  .brokers-slider__item:not(:last-child) {
    margin-right: 5rem;
  }
  .brokers-slider__text {
    inset: auto -0.1px -0.1px auto;
    padding: 2.5rem 3.5rem;
    border-width: 1px;
    font-size: 2.8rem;
  }
  .brokers-slider__link {
    display: none;
  }
  .brokers-slider__kit {
    flex-direction: row;
    position: static;
  }
  .brokers-slider__kit .brokers-button-prev, .brokers-slider__kit .brokers-button-next {
    transform: none;
  }
  .brokers-slider__kit .brokers-button-prev {
    margin: 0;
  }
  .brokers-slider__kit .brokers-button-next {
    order: 1;
    margin: 0;
  }
  .brokers-slider__kit .brokers-scrollbar {
    width: 26.6rem;
    height: 1px;
  }
  .owner-thumbs {
    overflow: visible;
    order: 1;
    width: 100%;
    height: 26.2rem;
  }
  .owner-thumbs__item {
    width: 27.8rem;
    height: 100%;
  }
  .owner-thumbs__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 4rem;
  }
  .owner-slider {
    overflow: visible;
    width: 100%;
    height: 58.2rem;
    margin-bottom: 4rem;
  }
  .owner-slider__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 4rem;
  }
  .owner-slider__kit {
    flex-direction: row;
    top: auto;
    bottom: -15.5rem;
    right: 0;
    left: 0;
  }
  .owner-slider__kit .owner-button-prev, .owner-slider__kit .owner-button-next {
    transform: none;
  }
  .owner-slider__kit .owner-button-prev {
    margin-bottom: 0;
  }
  .owner-slider__kit .owner-button-next {
    margin-bottom: 0;
    order: 1;
  }
  .owner-slider__kit .owner-scrollbar {
    width: 26.6rem;
    height: 1px;
  }
  .turnkey {
    margin: 15.5rem 0 17rem;
  }
  .turnkey-title {
    text-align: center;
    font-size: 8rem;
    margin-bottom: 5.5rem;
  }
  .turnkey-slider__item {
    height: 34.4rem;
  }
  .turnkey-slider__kit {
    margin: 7.5rem 4rem 0;
    position: static;
    display: flex;
    justify-content: space-between;
  }
  .privacy {
    margin-top: 15.8rem;
    margin-bottom: 20rem;
  }
  .privacy-content {
    font-size: 3.2rem;
    line-height: 1.47;
  }
  .privacy-content p:not(:last-child) {
    margin-bottom: 6rem;
  }
  .privacy-heading {
    margin-bottom: 6rem;
  }
  .privacy-title {
    font-size: 7rem;
    line-height: 1.37;
    margin-bottom: 6.5rem;
  }
  .privacy-group:not(:last-child) {
    margin-bottom: 20rem;
  }
  .privacy-group__title {
    width: 103%;
    font-size: 5rem;
    line-height: 1.92;
    margin-bottom: 4rem;
  }
  .privacy-list {
    padding-left: 4.8rem;
    margin-top: -2rem;
  }
  .privacy-list:not(:last-child) {
    margin-bottom: 6rem;
  }
  .privacy-list li::before {
    top: 2rem;
    left: -2.8rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .popup-wrap {
    padding: 10rem 4rem;
  }
  .popup-close {
    right: 5rem;
    width: 6.4rem;
    height: 6.4rem;
  }
  .popup-close img {
    width: 2rem;
  }
  .popup-title {
    font-size: 4rem;
  }
  .popup-content {
    width: 100%;
    padding: 15.5rem 4rem 18rem;
  }
  .popup-content .feedback-text {
    width: 100%;
  }
  .popup-content .feedback-description {
    width: 75%;
  }
  .popup-content .popup-form {
    width: 100%;
  }
  .popup-content .popup-form .label.label-checkbox {
    max-width: none;
  }
  .popup.popup-place .popup-close {
    top: 3.8rem;
    right: 3.8rem;
    width: 6.4rem;
    height: 6.4rem;
  }
  .popup.popup-place .popup-close img {
    width: 2rem;
  }
  .popup.popup-place .popup-place__title {
    font-size: 4rem;
    letter-spacing: normal;
  }
  .popup.popup-place .popup-content {
    width: 100%;
    padding: 18.5rem 8rem 18rem;
  }
  .popup.popup-place .popup-content .form-radio {
    margin-top: 0;
    margin-bottom: 10rem;
  }
  .popup.popup-place .popup-content .form .label:not(:last-child) {
    margin-bottom: 5rem;
  }
  .popup.popup-place .popup-content .form .label.label-checkbox.label-radio > span {
    margin-right: 5rem;
  }
  .popup.popup-rent .popup-content {
    padding: 10.5rem 7rem 15.5rem;
  }
  .popup.popup-rent .popup-content .feedback-text {
    width: 100%;
  }
  .popup.popup-rent .popup-content .feedback-title {
    width: 80%;
    font-size: 4rem;
    line-height: 1.05;
    letter-spacing: normal;
    margin-bottom: 5rem;
  }
  .popup.popup-rent .popup-content .feedback-description {
    width: 90%;
  }
  .popup.popup-rent .popup-content .form {
    width: 100%;
  }
  .popup.popup-rent .popup-content .form .label input {
    height: 10.6rem;
  }
  .popup.popup-rent .popup-content .form .label:not(.wide) {
    width: 100%;
  }
  .popup.popup-rent .popup-content .form .label:not(:last-child) {
    margin-bottom: 2.3rem;
  }
  .popup.popup-rent .popup-content .form-btn {
    margin-top: 8.5rem;
  }
  .popup.popup-sent .popup-close {
    top: 3.8rem;
    right: 3.8rem;
    width: 6.4rem;
    height: 6.4rem;
  }
  .popup.popup-sent .popup-close img {
    width: 2rem;
  }
  .popup.popup-sent .popup-content {
    width: 100%;
    padding: 22.2rem 15rem 18.4rem;
  }
  .rent {
    margin-bottom: 20rem;
  }
  .rent-content {
    display: block;
  }
  .rent-text {
    width: 100%;
    padding: 0;
    margin-bottom: 10rem;
  }
  .rent-suptitle {
    font-size: 3.2rem;
    margin-bottom: 3.5rem;
  }
  .rent-title {
    margin-bottom: 3.3rem;
  }
  .rent-description {
    font-size: 3.2rem;
    line-height: 1.88;
    margin-bottom: 5.5rem;
  }
  .rent-block {
    width: 100%;
    padding: 14.8rem 6.5rem 15rem;
  }
  .rent-block__title {
    font-size: 4rem;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .rent-form__group {
    margin-bottom: 7.5rem;
  }
  .rent-form__group-title {
    font-size: 2.8rem;
    margin-bottom: 5.7rem;
  }
  .rent-form__group-inner {
    margin-bottom: 2.8rem;
  }
  .rent-form__group-description {
    font-size: 3.2rem;
  }
  .rent-form .label input {
    height: 10.6rem;
    padding: 0 4rem;
  }
  .rent-form .label.label-checkbox:not(:last-child) {
    margin-bottom: 5.3rem;
  }
  .rent-form .label.label-checkbox > span {
    width: 4rem;
    height: 4rem;
    margin-right: 4rem;
  }
  .rent-form .label.label-checkbox > span::after {
    width: 2.4rem;
    height: 2.4rem;
  }
  .rent-form__range-input::-webkit-slider-thumb {
    width: 4rem;
    height: 4rem;
    border-width: 0.8rem;
  }
  .rent-form__block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: -0.5rem;
    margin-bottom: 2.2rem;
  }
  .rent-form__bottom-text {
    width: 50%;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .rent-form__bottom-price {
    font-size: 6rem;
    letter-spacing: normal;
  }
}