

/* Start:/local/markup/dist/css/style.min.css?1783949897270524*/
@charset "UTF-8";

@font-face {
  font-family: "Montserrat";
  src: url("/local/markup/dist/css/../fonts/Montserrat-Bold.woff2") format("woff2"), url("/local/markup/dist/css/../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/markup/dist/css/../fonts/Montserrat-Regular.woff2") format("woff2"), url("/local/markup/dist/css/../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/markup/dist/css/../fonts/Montserrat-Light.woff2") format("woff2"), url("/local/markup/dist/css/../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Inter", sans-serif;
}

body.hidden {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:-internal-autofill-selected {
  appearance: none !important;
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  color: inherit !important;
}

input:auto-fill {
  -webkit-text-fill-color: #231f20;
  -webkit-box-shadow: 0 0 0px 40rem #f5f5f7 inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #231f20;
  -webkit-box-shadow: 0 0 0px 40rem #f5f5f7 inset;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

html.hidden,
body.hidden {
  overflow-y: hidden;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1 1 auto;
}

.page__breadcrumbs {
  margin-top: 32px;
}

.page__mark {
  color: #231f20;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  display: flex;
}

.page__mark:before {
  content: "";
  height: 40px;
  min-width: 4px;
  background-color: #e31f26;
  display: block;
  position: relative;
  margin-right: 28px;
}

.page__mark--white {
  color: white;
}

.page__main-title {
  color: #231f20;
  font-size: 80px;
  line-height: 56px;
  margin-top: 123px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dedee4;
  margin-bottom: 60px;
  font-weight: 700;
}

.container {
  position: relative;
  max-width: 1516px;
  width: 100%;
  margin: 0 auto;
  padding: 0 56px;
}

.container--static {
  position: static;
}

.primary-button {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #fff;
  background-color: #72bf44;
}

.primary-button:hover {
  background-color: transparent;
  border-color: #72bf44;
  color: #72bf44;
}

.secondary-button {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 24px;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  outline: none;
  border: 1px solid rgba(167, 169, 172, 0.3215686275);
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #efeff4;
  background-color: transparent;
}

.secondary-button:hover {
  background-color: #a7a9ac;
  color: #fff !important;
}

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

h1,
h2,
h3 {
  font-family: "Montserrat";
  font-weight: 700;
}

a[download][href$=".zip"] {
  background-image: url("/local/markup/dist/css/../images/uploads/zip.svg");
}

a[download][href$=".xls"] {
  background-image: url("/local/markup/dist/css/../images/uploads/xls.svg");
}

a[download][href$=".jpeg"] {
  background-image: url("/local/markup/dist/css/../images/uploads/jpeg.svg");
}

a[download][href$=".pdf"] {
  background-image: url("/local/markup/dist/css/../images/uploads/pdf.svg");
}

a[download][href$=".doc"] {
  background-image: url("/local/markup/dist/css/../images/uploads/doc.svg");
}

a[download][href$=".docx"] {
  background-image: url("/local/markup/dist/css/../images/uploads/docx.svg");
}

a[download][href$=".xlsx"] {
  background-image: url("/local/markup/dist/css/../images/uploads/xlsx.svg");
}

a[download][href$=".jpg"] {
  background-image: url("/local/markup/dist/css/../images/uploads/jpg.svg");
}

.app-header {
  padding-bottom: 87px;
}

.app-header--b-underline {
  border-bottom: 1px solid #dedee4;
}

.app-header--no-pb {
  padding-bottom: 0;
}

.app-header * {
  font-family: "Inter", sans-serif;
}

.app-header .app-header-main-panel {
  padding: 35px 0px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.app-header .app-header-main-panel .header-left-side {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 293px;
  width: 100%;
  justify-content: space-between;
}

.app-header .app-header-main-panel .header-left-side .brand {
  max-width: 224px;
  position: relative;
  width: 100%;
}

.app-header .app-header-main-panel .header-left-side .brand svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.app-header .app-header-main-panel .header-left-side .brand::after {
  content: " ";
  width: 1px;
  height: 52px;
  background-color: #dedee4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.app-header .app-header-main-panel .header-left-side .header-icon {
  width: 40px;
  height: 40px;
}

.app-header .app-header-main-panel .header-actions {
  position: relative;
  z-index: 1;
  flex: 1;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.app-header .app-header-main-panel .header-actions .header-search {
  display: none;
}

.app-header .app-header-main-panel .header-actions .header-navigation {
  margin: 15px 35px 0 auto;
  padding-left: 15px;
  align-self: stretch;
  max-width: 850px;
  flex-grow: 1;
}

.app-header .app-header-main-panel .header-actions .header-navigation nav {
  height: 100%;
}

.app-header .app-header-main-panel .header-actions .header-navigation nav ul {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  justify-content: center;
  align-items: stretch;
}

.app-header .app-header-main-panel .header-actions .header-navigation nav ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 41px;
}

.app-header .app-header-main-panel .header-actions .header-navigation nav ul li:first-child {
  white-space: nowrap;
}

.app-header .app-header-main-panel .header-actions .header-navigation nav ul li:not(:last-child) {
  margin-right: 40px;
}

.app-header .app-header-main-panel .header-actions .header-navigation nav ul li a {
  position: relative;
  color: #231f20;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.app-header .app-header-main-panel .header-actions .header-navigation nav ul li a:hover {
  color: #656061;
}

.app-header .app-header-main-panel .header-actions .header-right-side {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  gap: 95px;
}

.app-header .app-header-main-panel .header-actions .header-right-side .app-header__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-header .app-header-main-panel .header-actions .header-right-side .header-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}

.app-header .app-header-main-panel .header-actions .header-right-side .header-actions .search-icon {
  width: 24px;
  height: 24px;
  margin-right: 44px;
  cursor: pointer;
}

.app-header .app-header-main-panel .header-actions .header-right-side .header-actions .language-switcher {
  position: relative;
  cursor: pointer;
}

.app-header .app-header-main-panel .header-actions .header-right-side .header-actions .language-switcher .selected-lang {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding-right: 24px;
  color: #231f20;
}

.app-header .app-header-main-panel .header-actions .header-right-side .header-actions .language-switcher .selected-lang:after {
  content: " ";
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='IconSmall'%3E%3Cpath id='Vector' d='M15 11L12 14L9 11' stroke='%23231F20' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  top: 0;
  transform: none;
}

.app-header .app-header-main-panel .header-actions .header-right-side .header-actions .language-switcher__items {
  position: absolute;
  width: 54px;
  right: 0;
  top: calc(100% + 8px);
  border: 1px solid rgba(35, 31, 32, 0.2);
  background-color: #fff;
  z-index: 9;
  text-align: center;
  display: none;
}

.app-header .app-header-main-panel .header-actions .header-right-side .header-actions .language-switcher__item {
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  color: #231f20;
}

.app-header .app-header-main-panel .header-actions .header-right-side .header-actions .language-switcher__item:hover {
  background-color: #f5f5f7;
}

.app-header .app-header-main-panel .header-actions .header-right-side .header-actions .language-switcher_open .selected-lang::after {
  transform: rotate(180deg) translateY(0);
}

.app-header .app-header-main-panel .header-actions .header-right-side .header-actions .language-switcher_open .language-switcher__items {
  display: block;
}

.app-header .app-header-main-panel .header-actions.open {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 74px;
  background-color: #fff;
  z-index: 99;
  min-height: calc(100vh - 74px);
}

.app-header .app-header-main-panel .header-actions.open .header-search {
  position: relative;
  width: calc(100% - 32px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 0 16px;
  background-color: rgb(245, 245, 247);
  margin: 8px auto 0;
}

.app-header .app-header-main-panel .header-actions.open .header-search[data-result=false] .header-search__history,
.app-header .app-header-main-panel .header-actions.open .header-search[data-result=false] .header-search__interested {
  display: block;
}

.app-header .app-header-main-panel .header-actions.open .header-search[data-result=false] .header-search__data {
  display: none;
}

.app-header .app-header-main-panel .header-actions.open .header-search[data-result=false] .header-search__reset {
  display: none;
}

.app-header .app-header-main-panel .header-actions.open .header-search[data-result=true] .header-search__history,
.app-header .app-header-main-panel .header-actions.open .header-search[data-result=true] .header-search__interested {
  display: none;
}

.app-header .app-header-main-panel .header-actions.open .header-search[data-result=true] .header-search__data {
  display: block;
}

.app-header .app-header-main-panel .header-actions.open .header-search[data-result=true] .header-search__reset {
  display: block;
}

.app-header .app-header-main-panel .header-actions.open .header-search .header-search__loupe {
  width: 24px;
  height: 24px;
}

.app-header .app-header-main-panel .header-actions.open .header-search input {
  width: 100%;
  max-width: 90%;
  padding: 14px 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.app-header .app-header-main-panel .header-actions.open .header-search .search__reset {
  position: absolute;
  right: 12px;
  width: 18px;
  height: 18px;
  margin-right: 0;
  margin-left: auto;
  min-width: 18px;
}

.app-header .app-header-main-panel .header-actions.open .header-search__result {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
  background: #fff;
  box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.08), -8px 0px 12px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
}

.app-header .app-header-main-panel .header-actions.open .header-search__result.open {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.app-header .app-header-main-panel .header-actions.open .header-search__history {
  margin-top: 18px;
}

.app-header .app-header-main-panel .header-actions.open .header-search__history-title {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  color: #231f20;
  margin-left: 20px;
  margin-bottom: 8px;
}

.app-header .app-header-main-panel .header-actions.open .header-search__history-item {
  display: block;
  padding: 8px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231f20;
  text-decoration: none;
}

.app-header .app-header-main-panel .header-actions.open .header-search__history-item:hover {
  color: #231f20;
}

.app-header .app-header-main-panel .header-actions.open .header-search__interested {
  margin-top: 24px;
  margin-bottom: 9px;
}

.app-header .app-header-main-panel .header-actions.open .header-search__interested-title {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  color: #231f20;
  margin-left: 20px;
  margin-bottom: 8px;
}

.app-header .app-header-main-panel .header-actions.open .header-search__interested-item {
  display: block;
  padding: 8px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231f20;
  text-decoration: none;
}

.app-header .app-header-main-panel .header-actions.open .header-search__interested-item:hover {
  color: #231f20;
}

.app-header .app-header-main-panel .header-actions.open .header-search__data {
  display: none;
}

.app-header .app-header-main-panel .header-actions.open .header-search__data-item {
  display: block;
  padding: 14px 20px;
  border-bottom: 1px solid #dedee4;
  text-decoration: none;
}

.app-header .app-header-main-panel .header-actions.open .header-search__data-item:hover {
  color: #231f20;
}

.app-header .app-header-main-panel .header-actions.open .header-search__data-capture {
  color: #656061;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
}

.app-header .app-header-main-panel .header-actions.open .header-search__data-title {
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 6px;
}

.app-header .app-header-main-panel .header-actions.open .header-search__data-subtitle {
  width: 100%;
  color: #656061;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  margin-top: 4px;
}

.app-header .app-header-main-panel .header-actions.open .header-search__data-breadcrumbs {
  position: relative;
}

.app-header .app-header-main-panel .header-actions.open .header-search__data-breadcrumbs:last-child::after {
  display: none;
}

.app-header .app-header-main-panel .header-actions.open .header-search__data-breadcrumbs::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #dedee4;
}

.app-header .app-header-main-panel .header-actions.open .header-search__data-more {
  display: block;
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  text-decoration-line: underline;
  margin-top: 12px;
  margin-bottom: 18px;
  margin-left: 20px;
}

.app-header .app-header-main-panel .header-actions.open .header-navigation nav ul {
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
}

.app-header .app-header-main-panel .header-actions.open .header-navigation nav ul li {
  padding: 16px 24px 16px 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  justify-content: flex-start;
}

.app-header .app-header-main-panel .header-actions.open .header-navigation nav ul li::after {
  content: " ";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='%23231F20' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.app-header .app-header-main-panel .header-actions.open .header-navigation nav ul li:not(:last-child) {
  border-bottom: 1px solid rgba(35, 31, 32, 0.2);
}

.app-header .app-header-main-panel .header-actions.open .header-right-side {
  flex-direction: column;
  max-width: 328px;
  width: 100%;
  margin: 0 auto;
  padding-top: 32px;
}

.app-header .app-header-main-panel .header-actions.open .header-right-side button {
  height: 48px;
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.app-header .app-header-main-panel .header-actions.open .header-right-side .header-actions .search-icon {
  display: none;
}

.app-header .app-header-main-panel .header-actions.open .header-right-side .header-actions .language-switcher {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(167, 169, 172, 0.31);
  padding: 11px;
  text-align: center;
  border-radius: 30px;
}

.app-header .app-header-main-panel .header-actions.open .header-right-side .header-actions .language-switcher .selected-lang {
  color: #656061;
}

.app-header .app-header-main-panel .hamburger {
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.25s linear;
  width: 28px;
  height: 28px;
  display: none;
  position: relative;
}

.app-header .app-header-main-panel .hamburger .hamburger_inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.app-header .app-header-main-panel .hamburger .hamburger_inner,
.app-header .app-header-main-panel .hamburger .hamburger_inner:after,
.app-header .app-header-main-panel .hamburger .hamburger_inner::before {
  background-color: rgb(35, 31, 32);
  width: 100%;
  height: 3px;
  transition: all 0.15s linear;
}

.app-header .app-header-main-panel .hamburger .hamburger_inner:after,
.app-header .app-header-main-panel .hamburger .hamburger_inner::before {
  content: "";
  position: absolute;
}

.app-header .app-header-main-panel .hamburger .hamburger_inner:before {
  transform: translateY(-230%);
}

.app-header .app-header-main-panel .hamburger .hamburger_inner:after {
  transform: translateY(230%);
}

.app-header .app-header-main-panel .hamburger.open > .hamburger_inner {
  background: transparent;
}

.app-header .app-header-main-panel .hamburger.open > .hamburger_inner:before {
  transform: rotate(45deg);
}

.app-header .app-header-main-panel .hamburger.open .hamburger_inner:after {
  transform: rotate(-45deg);
}

.app-footer {
  padding: 80px 0 60px 0;
}

.app-footer--t-underline {
  border-top: 1px solid #dedee4;
}

.app-footer * {
  font-family: "Inter", sans-serif;
}

.app-footer .app-footer-main-panel {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: minmax(0, 311px) minmax(0, 1fr) minmax(0, 270px);
}

.app-footer .app-footer-main-panel .brand {
  max-width: 200px;
  width: 100%;
}

.app-footer .app-footer-main-panel .brand svg {
  max-width: initial;
}

.app-footer .app-footer-main-panel .footer-listing ul {
  column-count: 2;
  gap: 0;
}

.app-footer .app-footer-main-panel .footer-listing ul li {
  margin-bottom: 16px;
  padding-right: 30px;
}

.app-footer .app-footer-main-panel .footer-listing ul li a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1111111111;
  color: #231f20;
  text-decoration: none;
}

.app-footer .app-footer-main-panel .footer-listing ul li a:hover {
  color: #656061;
}

.app-footer .app-footer-main-panel .footer-contacts {
  text-align: right;
}

.app-footer .app-footer-main-panel .footer-contacts.mobile-visible {
  display: none;
}

.app-footer .app-footer-main-panel .footer-contacts .phone a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.0625;
  color: #231f20;
  text-decoration: none;
}

.app-footer .app-footer-main-panel .footer-contacts .phone p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1111111111;
  color: #656061;
  text-align: right;
  margin-top: 4px;
}

.app-footer .app-footer-main-panel .footer-contacts .mail {
  text-align: right;
  margin-top: 24px;
}

.app-footer .app-footer-main-panel .footer-contacts .mail * {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #656061;
}

.app-footer .app-footer-main-panel .footer-contacts .mail a {
  color: #231f20;
  text-decoration: underline;
}

.app-footer .info-listing {
  width: 100%;
  max-width: 100%;
  margin-top: 87px;
}

.app-footer .info-listing ul {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -7px 0;
  max-width: 780px;
}

.app-footer .info-listing ul li {
  margin-top: 8px;
  padding: 0 7px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #656061;
}

.app-footer .info-listing ul li:first-child {
  width: 100%;
}

.app-footer .terms {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

.app-footer .terms a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #231f20;
  text-decoration: none;
}

.app-footer .terms a:hover {
  color: #656061;
}

.app-footer .cookie-policy {
  margin-top: 15px;
}

.map {
  position: relative;
}

.map__image {
  max-width: unset;
}

.map__item {
  position: absolute;
}

.map__item::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
}

.map__item.opened .show-postion {
  opacity: 1;
  transform: scale(1) translate3d(-50%, 0, 0);
}

.map__item_1 {
  top: 37.67313%;
  left: 44.69589%;
}

.map__item_2 {
  top: 41.41274%;
  left: 60.53748%;
}

.map__item_3 {
  top: 26.17728%;
  left: 76.5205%;
}

.map__item_4 {
  top: 0;
  left: 71.78217%;
}

.map__item_5 {
  top: 18.28254%;
  left: 95.54455%;
}

.mark__ellipse {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e31f26;
}

.mark__ellipse::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.mark__footer {
  height: 0;
  margin-top: -7px;
}

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

.mark_big .mark__ellipse {
  width: 38px;
  height: 38px;
}

.mark_big .mark__footer {
  margin-top: -8px;
}

.mark_big .mark__footer img {
  width: 38px;
  height: auto;
}

.mark_small .mark__ellipse {
  width: 24px;
  height: 24px;
}

.mark_small .mark__footer {
  margin-top: -4px;
  width: 24px;
}

.show-postion {
  position: absolute;
  bottom: calc(100% + 28px);
  left: 50%;
  padding: 16px;
  background-color: #fff;
  border-radius: 30px;
  transform: scale(0) translateX(-50%);
  opacity: 0;
  transition: 0.5s transform, 0.5s opacity;
  pointer-events: none;
  min-width: 200px;
  transform-origin: 0 100%;
  z-index: 5;
}

.show-postion .location-name * {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2222222222;
  color: #231f20;
}

.show-postion .city-name {
  margin-top: 4px;
}

.show-postion .city-name * {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Inter", sans-serif;
  color: #231f20;
}

.show-postion .location-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 11px;
  justify-content: space-between;
}

.show-postion .location-footer .icon {
  max-width: 54px;
}

.show-postion .location-footer .icon svg {
  width: auto;
  max-width: 100%;
}

.show-postion .location-footer .distance {
  font-family: "Montserrat";
}

.show-postion .location-footer .distance * {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: -0.44px;
  color: #231f20;
}

.show-postion .location-footer .distance * .number {
  letter-spacing: -1.6px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.show-postion .angle {
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translate(-50%, 0);
}

.show-postion .angle svg {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: unset !important;
  max-height: unset !important;
}

.services-slider {
  margin: 48px calc((100vw - 1414px) / 2 * -1) 0;
  height: 780px;
}

.services-slider__slide {
  max-width: 564px;
  width: 100%;
  margin-right: 36px;
  height: 600px;
  transition: height 0.3s, max-width;
}

.services-slider__slide_active {
  height: 780px;
}

.services-slider__image {
  height: 100%;
}

.services-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.services-slider-wrap {
  position: relative;
}

.services-slider-wrap__info {
  position: absolute;
  top: -2px;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  max-width: 636px;
  background-color: #26262f;
  left: 620px;
  padding: 0 36px;
  display: flex;
  flex-direction: column;
}

.services-slider-wrap__footer {
  display: flex;
  margin-top: auto;
}

.services-slider-wrap__footer .swiper-buttons {
  margin: 0;
  margin-right: 48px;
}

.services-slider-wrap__progress {
  margin-left: -14px;
}

.services-slider-wrap__currentSlide {
  font-family: "Montserrat";
  font-size: 12.5rem;
  font-weight: 300;
  line-height: 0.72;
  color: #72bf44;
}

.services-slider-wrap__slidesCount {
  position: relative;
  left: -10px;
  font-family: "Montserrat";
  font-size: 2.9375rem;
  font-weight: 400;
  line-height: 0.7234042553;
  letter-spacing: -1.88px;
  color: #515159;
}

.services-slider-wrap__description {
  max-width: 437px;
  margin-top: 75px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}

.services-slider-wrap__description_mob {
  display: none;
}

.services-slider-wrap .secondary-button_mob {
  display: none;
}

.resident-swiper {
  position: relative;
  height: 789px;
}

.resident-swiper__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  border: 1.5px solid #a7a9ac;
  cursor: pointer;
  color: #a7a9ac;
}

.resident-swiper__nav:hover {
  border-color: #72bf44;
  background-color: #72bf44;
  color: #fff;
}

.resident-swiper__nav_prev {
  left: 32px;
}

.resident-swiper__nav_next {
  right: 32px;
}

.resident-swiper__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.resident-swiper .resident-swiper__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 57px 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resident-swiper__bullet {
  margin-left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  transition: 0.3s opacity, 0.3s width, 0.3s height;
  cursor: pointer;
}

.resident-swiper__bullet:first-child {
  margin-left: 0;
}

.resident-swiper__bullet_active {
  width: 18px;
  height: 18px;
  opacity: 1;
}

.breadcrumbs {
  display: flex;
  list-style: none;
  overflow: hidden;
}

.breadcrumbs__slide {
  display: flex;
  align-items: center;
  width: max-content;
  flex-shrink: 0;
}

.breadcrumbs__slide:not(:last-of-type)::after {
  content: "/";
  position: relative;
  margin-left: 13px;
  margin-right: 16px;
}

.breadcrumbs__slide:not(:last-of-type) .breadcrumbs__link {
  color: #231f20;
}

.breadcrumbs__link {
  text-decoration: none;
  color: #a7a9ac;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}

.breadcrumbs__link:hover {
  text-decoration: none;
  color: #a7a9ac;
}

.search {
  background-color: #f5f5f7;
  display: flex;
  align-items: center;
  position: relative;
}

.search__loupe {
  position: absolute;
  left: 23px;
}

.search__input {
  background-color: inherit;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 18px 23px 18px 63px;
  min-height: 66px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #231f20;
  font-family: "Inter", sans-serif;
}

.search__input::placeholder {
  color: #a7a9ac;
}

.search__input:focus {
  outline: none;
}

.search__input--active ~ .search__reset {
  display: block;
}

.search__reset {
  display: none;
  min-width: 20px;
  background-color: transparent;
  border: 0;
  margin-right: 25px;
  cursor: pointer;
}

.form-docs__filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 36px;
}

.form-docs__search {
  grid-column: 1/4;
}

.form-docs__table {
  margin-top: 40px;
}

.form-docs__show-more {
  width: fit-content;
  margin: 32px auto;
}

.form-docs__pagination {
  width: fit-content;
  margin-bottom: 100px;
}

.form-docs__reset {
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-color: #fff;
  border: 0;
  line-height: 28px;
  margin-top: 26px;
  cursor: pointer;
  display: none;
}

.form-docs__reset--active {
  display: flex;
}

.form-docs__reset-img {
  margin-right: 8px;
}

.form-docs__empty {
  margin-top: 62px;
  margin-bottom: 100px;
}

.select {
  position: relative;
  min-height: 66px;
  height: fit-content;
  min-width: 0;
}

.select__button {
  display: block;
  border: 0;
  width: 100%;
  padding: 10px 23px;
  background-color: white;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  font-family: inherit;
  color: #231f20;
}

.select__button:hover {
  background-color: #f5f5f7;
}

.select__origin {
  display: none;
}

.select__display {
  color: #231f20;
  font-weight: 300;
  background-color: #f5f5f7;
  border: 1px solid white;
  display: flex;
  align-items: center;
  min-height: inherit;
  line-height: 20px;
  padding: 27px 50px 10px 23px;
  cursor: pointer;
}

.select__display::after {
  content: "";
  background-image: url("/local/markup/dist/css/../images/uploads/chevron-sprite.svg");
  background-position: 22px 1px;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 22px;
  top: 21px;
}

.select__display--active {
  border: 1px solid #dedee4;
  background-color: white;
}

.select__display--active::after {
  background-image: url("/local/markup/dist/css/../images/uploads/chevron-sprite.svg");
  background-position: -1px;
}

.select__display-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.select__items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 8px;
  max-height: 306px;
  overflow: auto;
  padding: 8px 0;
  background-color: white;
  border: 1px solid #dedee4;
}

.select__items-hidden {
  display: none;
}

.select__caption {
  letter-spacing: 0.5px;
  padding-left: 23px;
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #a7a9ac;
}

.table__row {
  padding: 24px 16px;
  display: grid;
  grid-gap: 36px;
  grid-template-columns: minmax(0, 268px) minmax(0, 209px) minmax(0, 144px) minmax(0, 157px) minmax(0, 150px) minmax(0, 186px) minmax(0, 40px);
  padding-bottom: 22px;
}

.table__head {
  border-bottom: 2px solid black;
  color: #231f20;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  align-items: center;
}

.table__body {
  position: relative;
  border-bottom: 1px solid #dedee4;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.table__download {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  margin-left: 7px;
  display: block;
}

.table__mobile-caption {
  display: none;
}

.show-more {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.show-more__text {
  font-weight: 400;
  line-height: 24px;
  color: #a7a9ac;
  margin-bottom: 6px;
}

.show-more__button {
  width: 76px;
  height: 76px;
  border-radius: 50px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #72bf44;
  cursor: pointer;
}

.show-more__button:after {
  content: "";
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/local/markup/dist/css/../images/uploads/chevron-sprite.svg");
  background-position: 129px 1px;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 32px;
  width: 100%;
  border-top: 1px solid #dedee4;
}

.pagination__item--active {
  background-color: #efeff4;
  border-radius: 50px;
}

.pagination__item--active .pagination__link {
  color: #231f20;
}

.pagination__item--active .pagination__link:hover {
  color: #231f20;
}

.pagination__item:not(:last-child) {
  margin-right: 6px;
}

.pagination__link {
  min-width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dedee4;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.pagination__link:hover {
  color: #dedee4;
}

.empty__top {
  color: #231f20;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
}

.empty__bottom {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #656061;
}

.load-error {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #231f20;
}

.load-error--503 .load-error__code {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.72px;
  margin-bottom: 32px;
}

.load-error--503 .load-error__description {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.load-error--503 .load-error__link {
  display: none;
}

.load-error__code {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 16px;
  text-align: center;
  font-size: 160px;
  font-weight: 700;
  line-height: 170px;
}

.load-error__description {
  margin-bottom: 48px;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  color: #656061;
}

.load-error__link {
  border-radius: 30px;
  border: 2px solid #dedee4;
  padding: 16px 24px 18px 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  color: #656061;
  border-radius: 50px;
  background-color: white;
}

.form-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.form-modal_active {
  display: flex;
}

.form-modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(38, 38, 47, 0.6);
}

.form-modal__box {
  max-width: 503px;
  width: calc(100% - 32px);
  position: relative;
  padding: 50px 50px 32px;
  background-color: #fff;
  z-index: 100;
  text-align: center;
}

.form-modal__close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #231f20;
}

.form-modal__close svg {
  display: block;
}

.form-modal__heading {
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: -0.48px;
}

.form-modal__descriptor {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.form-modal__button {
  display: inline-block;
  padding: 16px 24px;
  margin-top: 32px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
}

.cookies {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  background-color: #fff;
  box-shadow: -4px 0px 50px 0px rgba(38, 38, 47, 0.08);
  transition: 0.3s opacity, 0s visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}

.cookies_show {
  opacity: 1;
  visibility: visible;
  transition: 0.3s opacity, 0s visibility;
}

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

.cookies__buttons {
  width: 100%;
  max-width: 140px;
  flex-shrink: 0;
  margin-left: 57px;
}

.cookies__descriptor {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #231f20;
}

.cookies__button {
  margin-top: 12px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25px;
  padding: 0;
}

.cookies__button:first-child {
  margin-top: 0;
}

.cookies .secondary-button {
  color: #656061;
}

.residents__tabs {
  display: flex;
  margin-bottom: 46px;
}

.residents__tab {
  padding-bottom: 13px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: #656061;
  text-align: center;
}

.residents__tab:first-child {
  margin-right: 44px;
}

.residents__tab.active {
  border-bottom: 6px solid #72bf44;
  color: #26262f;
}

.residents__contents {
  margin-bottom: 100px;
}

.residents__content {
  display: none;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 36px;
}

.residents__content.active {
  display: grid;
}

.residents__resident-card:nth-child(5n+3) .residents__description,
.residents__resident-card:nth-child(5n+4) .residents__description,
.residents__resident-card:nth-child(5n+5) .residents__description {
  min-height: 84px;
}

.residents__resident-card:nth-child(5n+3) .residents__img-wrapper,
.residents__resident-card:nth-child(5n+4) .residents__img-wrapper,
.residents__resident-card:nth-child(5n+5) .residents__img-wrapper {
  max-width: 234px;
}

.residents__resident-card:nth-child(5n+1) {
  grid-column: 6 span;
}

.residents__resident-card:nth-child(5n+2) {
  grid-column: 6 span;
}

.residents__resident-card:nth-child(5n+3) {
  grid-column: 4 span;
}

.residents__resident-card:nth-child(5n+4) {
  grid-column: 4 span;
}

.residents__resident-card:nth-child(5n+5) {
  grid-column: 4 span;
}

.resident-card {
  position: relative;
  background-color: #efeff4;
  padding: 32px 40px 36px 40px;
  color: #231f20;
  display: flex;
  flex-direction: column;
  min-height: 508px;
}

.resident-card:hover .resident-card__img-wrapper {
  transform: scale(1.1);
}

.resident-card__status {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 56px;
  height: 56px;
}

.resident-card--done:after {
  background-image: url("/local/markup/dist/css/../images/uploads/resident-done.svg");
}

.resident-card--wip:after {
  background-image: url("/local/markup/dist/css/../images/uploads/resident-wip.svg");
}

.resident-card__name {
  padding-right: 60px;
  margin-bottom: auto;
  min-height: 99px;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
}

.resident-card__name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.resident-card__img-wrapper {
  border-radius: 100%;
  width: 100%;
  max-width: 264px;
  margin: 0 auto;
  overflow: hidden;
  transition-duration: 0.3s;
  position: relative;
  margin: 16px auto 31px auto;
}

.resident-card__img-wrapper:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 100%;
}

.resident-card__img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.resident-card__description {
  min-height: 56px;
  margin-top: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: flex-end;
}

.resident-card__description span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cover {
  background-color: #efeff4;
  background-image: url("/local/markup/dist/css/../images/uploads/lines.svg");
  background-position: -468px -722px;
  padding: 80px 0;
  background-size: 1222px;
  background-repeat: no-repeat;
}

.cover__inner {
  display: grid;
  grid-template-columns: 1fr minmax(0, 684px);
  grid-gap: 50px;
}

.cover__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #231f20;
  letter-spacing: -0.72px;
}

.cover__right {
  display: grid;
  grid-row-gap: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding-top: 15px;
  color: #231f20;
}

.cover__contact-link {
  text-decoration: underline;
}

.cover__contact {
  display: grid;
  grid-template-columns: minmax(0, 200px) 1fr;
  grid-gap: 8px;
}

.cover__contact-key {
  color: #656061;
}

.spoiler-list {
  border-top: 1px solid #dedee4;
}

.spoiler-list__item {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
}

.spoiler-list__item.uk-open + .spoiler-list__item {
  border-top: 1px solid #dedee4;
}

.spoiler-list__item.uk-open .spoiler-list__head {
  border: 0;
  padding-bottom: 17px;
}

.spoiler-list__item.uk-open .spoiler-list__cross {
  transform: rotate(45deg);
}

.spoiler-list__item.uk-open .spoiler-list__cross:after,
.spoiler-list__item.uk-open .spoiler-list__cross:before {
  background-color: #231f20;
}

.spoiler-list__head-content,
.spoiler-list__body {
  max-width: 924px;
}

.spoiler-list__head {
  padding: 32px 0;
  border-bottom: 1px solid #dedee4;
  display: block;
  color: #231f20;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
}

.spoiler-list__head-content {
  padding-right: 50px;
  box-sizing: content-box;
}

.spoiler-list__body {
  color: #656061;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: block !important;
  margin-top: 0 !important;
  overflow: hidden;
}

.spoiler-list__body.template__body {
  margin: 0;
}

.spoiler-list__body.template__body .template__table-wrapper {
  margin-left: 0;
}

.spoiler-list__body.template__body *:not(.spoiler-list__media-content,
.spoiler-list__media-content *,
.resident-swiper *,
.resident-swiper,
.template__media-content *,
.template__media-content,
table *) {
  padding: 0 !important;
}

.spoiler-list.template .spoiler-list__body ol {
  counter-reset: item;
}

.spoiler-list.template .spoiler-list__body ol li {
  display: flex;
}

.spoiler-list.template .spoiler-list__body ol li::before {
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
  margin-right: 7px;
}

.spoiler-list.template .spoiler-list__body ul li {
  display: flex;
}

.spoiler-list.template .spoiler-list__body ul li:before {
  content: "";
  min-width: 9px;
  height: 9px;
  background-color: #dedee4;
  border-radius: 50px;
  position: relative;
  display: block;
  margin-right: 16px;
  top: 11px;
}

.spoiler-list.template .spoiler-list__body blockquote {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
}

.spoiler-list.template .spoiler-list__body blockquote:before {
  content: "";
  min-width: 4px;
  margin-right: 22px;
  height: 32px;
  position: relative;
  background-color: #e31f26;
  display: block;
}

.spoiler-list.template .spoiler-list__body ol,
.spoiler-list.template .spoiler-list__body ul,
.spoiler-list.template .spoiler-list__body blockquote {
  margin: 32px 0;
}

.spoiler-list.template .spoiler-list__body ol:first-child,
.spoiler-list.template .spoiler-list__body ul:first-child,
.spoiler-list.template .spoiler-list__body blockquote:first-child {
  margin-top: 0;
}

.spoiler-list .spoiler-list__body .spoiler-list__media-content,
.spoiler-list .spoiler-list__body p {
  margin: 32px 0;
}

.spoiler-list .spoiler-list__body p:first-child {
  margin-top: 0;
}

.spoiler-list__cross {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 40px;
  transition-duration: 0.3s;
  pointer-events: none;
}

.spoiler-list__cross:after,
.spoiler-list__cross:before {
  content: "";
  display: block;
  position: relative;
  background-color: #a7a9ac;
}

.spoiler-list__cross:after {
  width: 2px;
  right: -14px;
  height: inherit;
}

.spoiler-list__cross:before {
  height: 2px;
  width: inherit;
  top: 16px;
}

.template__body div:not(.template__media-content,
.table *,
.swiper *,
.resident-detail__contacts *,
.swiper,
.template__table-wrapper,
.template__table-container,
.template__table-bg),
.template__body p:not(.table *, .swiper *, .swiper),
.template__body ul,
.template__body ol,
.template__body h1,
.template__body h2,
.template__body h3,
.template__body h4,
.template__body h5,
.template__body h6,
.template__body blockquote,
.template__head {
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding: 0 80px;
}

.template {
  color: #231f20;
}

.template .template__wrapper {
  max-width: 1164px;
  padding: 0;
}

.template__head {
  margin-bottom: 48px;
}

.template__main-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
}

.template__date {
  margin-top: 20px;
  color: #656061;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.template__date-day {
  color: #a7a9ac;
  font-weight: 400;
}

.template__body {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 auto;
}

.template__body h1,
.template__body h2,
.template__body h3,
.template__body h4,
.template__body h5,
.template__body h6 {
  margin-top: 72px;
  margin-bottom: 32px;
}

.template__body .swiper {
  margin: 48px auto;
  height: auto;
}

.template__body p:not(.table *),
.template__body ol,
.template__body ul,
.template__body div:not(.table *,
.swiper *,
.resident-detail__contacts *,
.resident-detail__contacts,
.swiper,
.template__media-content,
.template__table-bg,
.template__table-wrapper),
.template__body blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
}

.template__body b,
.template__body strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.template__body a {
  text-decoration: underline;
}

.template__body h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.72px;
}

.template__body h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.56px;
}

.template__body h4,
.template__body h5,
.template__body h6 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
}

.template__body p + ul,
.template__body p + ol {
  margin-top: -12px;
}

.template__body li:not(:last-child) {
  margin-bottom: 20px;
}

.template__body ol {
  counter-reset: item;
}

.template__body ol li {
  display: flex;
}

.template__body ol li::before {
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
  margin-right: 7px;
}

.template__body ul li {
  display: flex;
}

.template__body ul li:before {
  content: "";
  min-width: 9px;
  height: 9px;
  background-color: #dedee4;
  border-radius: 50px;
  position: relative;
  display: block;
  margin-right: 16px;
  top: 11px;
}

.template__body blockquote {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
}

.template__body blockquote:before {
  content: "";
  min-width: 4px;
  margin-right: 22px;
  height: 32px;
  position: relative;
  background-color: #e31f26;
  display: block;
}

.template .template__media-content {
  margin: 48px auto;
}

.template .template__media-content--video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.7%;
  overflow: hidden;
}

.template .template__media-content--video iframe,
.template .template__media-content--video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.template .template__media-content img,
.template .template__media-content iframe,
.template .template__media-content video {
  display: block;
  margin: 0 auto;
}

.template .template__body .template__media-caption {
  font-size: 18px;
  margin-top: -32px;
  margin-bottom: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  color: #656061;
}

.template tr {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.template tr:last-child {
  border: 0;
}

.template td {
  font-weight: 400;
  grid-column: initial;
  padding-right: 0;
  position: relative;
}

.template td:after {
  background-color: #dedee4;
}

.template td:last-child {
  position: relative;
  top: 0;
}

.template td,
.template th {
  padding-right: 36px;
  padding-bottom: 24px;
  padding-top: 24px;
  min-width: 200px;
}

.template td:first-child,
.template th:first-child {
  padding-left: 16px;
}

.template td:last-child,
.template th:last-child {
  padding-right: 0;
}

.template td:after,
.template th:after {
  content: "";
  position: absolute;
  left: -16px;
  bottom: 0;
  height: 1px;
  width: calc(100% + 16px);
}

.template table {
  max-width: 924px;
  user-select: all;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  table-layout: auto;
}

.template th {
  position: relative;
  text-align: left;
  font-weight: 600;
}

.template th:after {
  height: 2px;
  background-color: #231f20;
}

.template tr {
  border: 0;
  padding-bottom: 0;
}

.template tr:last-child td:after {
  content: none;
}

.template .template__table-wrapper {
  max-width: 924px;
  margin: 0 auto;
  overflow: auto;
}

.template .template__table-container {
  position: relative;
  max-width: 924px;
  margin: 0 auto;
  overflow: auto;
}

.template .template__table-bg {
  pointer-events: none;
  height: 100%;
  position: absolute;
  width: 73px;
  top: 0;
  right: 0;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.news-card--small {
  display: grid;
  grid-template-columns: minmax(0, 256px) minmax(0, 352px);
  grid-gap: 24px;
}

.news-card--small .news-card__img-wrapper {
  margin-bottom: 0;
}

.news-card--small .news-card__img-wrapper:before {
  padding-top: 56.25%;
}

.news-card--small .news-card__description {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.news-card--small .news-card__date {
  font-size: 16px;
}

.news-card--medium {
  display: grid;
  grid-template-columns: minmax(0, 443px) minmax(0, auto);
  grid-gap: 40px;
}

.news-card--medium .news-card__img-wrapper {
  margin-bottom: 0;
}

.news-card--medium .news-card__img-wrapper:before {
  padding-top: 65.01%;
}

.news-card--medium .news-card__description {
  padding-bottom: 32px;
  margin-bottom: 34px;
}

.news-card--small .news-card__description-content,
.news-card--medium .news-card__description-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-card--small .news-card__img,
.news-card--medium .news-card__img {
  margin-bottom: 0;
}

.news-card__content {
  display: flex;
  flex-direction: column;
}

.news-card__img-wrapper {
  height: fit-content;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
}

.news-card__img-wrapper:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 56.14%;
}

.news-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.news-card__description {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dedee4;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  height: fit-content;
  color: #231f20;
}

.news-card__date {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: #656061;
}

.news-card__date-day {
  font-weight: 400;
  color: #a7a9ac;
}

.advantages__wrapper {
  display: grid;
  grid-gap: 100px;
}

.advantages__advantage:nth-child(4n+1) {
  grid-template-columns: minmax(0, 600px) minmax(0, 613px);
  grid-gap: 124px;
}

.advantages__advantage:nth-child(4n+1) .advantage__content {
  padding-top: 45px;
}

.advantages__advantage:nth-child(4n+1) .advantage__img-wrapper {
  height: 509px;
}

.advantages__advantage:nth-child(4n+2) {
  grid-template-columns: minmax(0, 558px) minmax(0, 720px);
  grid-gap: 84px;
  margin-left: 41px;
}

.advantages__advantage:nth-child(4n+2) .advantage__content {
  padding-top: 60px;
}

.advantages__advantage:nth-child(4n+2) .advantage__img-wrapper {
  height: 646px;
}

.advantages__advantage:nth-child(4n+3) {
  grid-template-columns: minmax(0, 600px) minmax(0, 613px);
  grid-gap: 120px;
}

.advantages__advantage:nth-child(4n+3) .advantage__content {
  padding-top: 111px;
}

.advantages__advantage:nth-child(4n+3) .advantage__img-wrapper {
  height: 716px;
}

.advantages__advantage:nth-child(4n+4) {
  grid-template-columns: minmax(0, 613px) minmax(0, 720px);
  grid-gap: 29px;
  margin-left: 41px;
}

.advantages__advantage:nth-child(4n+4) .advantage__content {
  padding-top: 61px;
}

.advantages__advantage:nth-child(4n+4) .advantage__img-wrapper {
  height: 600px;
}

.advantages__slider-bottom {
  display: none;
}

.advantages .swiper-navigation {
  max-width: 106px;
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  bottom: 84px;
  right: 56px;
}

.advantages .swiper-navigation .swiper-button-next,
.advantages .swiper-navigation .swiper-button-prev {
  margin-top: 0px;
  width: 48px;
  height: 48px;
  border: 1.5px solid #a7a9ac;
  background-color: transparent;
  border-radius: 50%;
  position: static;
}

.advantages .swiper-navigation .swiper-button-next:hover,
.advantages .swiper-navigation .swiper-button-prev:hover {
  background-color: #72bf44;
}

.advantages .swiper-navigation .swiper-button-next:hover::after,
.advantages .swiper-navigation .swiper-button-prev:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.advantages .swiper-navigation .swiper-button-next::after,
.advantages .swiper-navigation .swiper-button-prev::after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='%23A7A9AC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.advantages .swiper-navigation .swiper-button-next.swiper-button-disabled,
.advantages .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  background-color: transparent;
}

.advantages .swiper-navigation .swiper-button-prev {
  transform: rotate(180deg);
}

.advantages .swiper-pagination {
  display: block !important;
  position: static;
  text-align: left;
  font-family: "Montserrat";
}

.advantages__current-slide {
  font-size: 50px;
  font-weight: 300;
  line-height: 48px;
  color: #72bf44;
  min-width: 37px;
}

.advantages__other-slides {
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.88px;
  color: #a7a9ac;
}

.advantage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #231f20;
}

.advantage__img-container {
  align-self: flex-start;
}

.advantage__img-wrapper {
  position: relative;
}

.advantage__img-wrapper:before {
  content: "";
  position: relative;
  display: block;
}

.advantage__img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-position: center;
}

.advantage__img-caption {
  margin-top: 12px;
  color: #656061;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
}

.advantage__number {
  color: #72bf44;
  font-size: 200px;
  font-weight: 300;
  line-height: 141px;
  font-family: "Montserrat", sans-serif;
}

.advantage__title {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
}

.advantage__description {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.advantage__link {
  border-bottom: 1px solid #231f20;
}

.stat-card {
  color: #231f20;
  padding: 20px 24px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 524px;
  min-width: 0;
}

.stat-card__caption {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.stat-card__value {
  text-align: center;
  font-family: "Montserrat";
  font-size: 92px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -2.76px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-left: 20px;
}

.stat-card__sign {
  font-size: 46px;
  font-weight: 400;
  line-height: 80px;
}

.stat-card__bottom {
  display: flex;
  justify-content: flex-end;
}

.infrastructure-card__img-wrapper {
  position: relative;
  margin-bottom: 32px;
}

.infrastructure-card__img-wrapper:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 51.17%;
}

.infrastructure-card__img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}

.infrastructure-card__name {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 20px;
}

.infrastructure-card__value-wrapper {
  margin-bottom: 24px;
  padding-bottom: 32px;
  display: flex;
  font-family: "Montserrat";
  align-items: flex-end;
  border-bottom: 1px solid rgba(211, 211, 218, 0.2);
}

.infrastructure-card__value {
  font-size: 56px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1.12px;
  text-transform: uppercase;
  margin-right: 10px;
}

.infrastructure-card__sign {
  font-size: 34px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -1.36px;
}

.infrastructure-card__description {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: white;
  opacity: 0.7;
}

.management {
  padding: 140px 0;
  color: #231f20;
  background-image: url("/local/markup/dist/css/../images/uploads/management/bg.svg");
  background-repeat: no-repeat;
  background-position: center -471px;
  position: relative;
}

.management:before {
  content: "";
  background-color: rgba(239, 239, 244, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.management__inner {
  display: grid;
  grid-template-columns: minmax(0, 672px) minmax(0, 684px);
  grid-column-gap: 48px;
  grid-row-gap: 50px;
}

.management__description {
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

.management__img-wrapper {
  position: relative;
  height: fit-content;
}

.management__img-wrapper:before {
  content: "";
  display: block;
  position: relative;
  padding-top: 71.64%;
}

.management__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 490px;
  object-fit: cover;
  object-position: center center;
}

.infrastructure {
  overflow: visible;
}

.infrastructure__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 36px;
  grid-row-gap: 80px;
}

.infrastructure__slider-bottom {
  display: none;
}

.infrastructure .swiper-navigation {
  max-width: 106px;
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  bottom: 84px;
  right: 56px;
}

.infrastructure .swiper-navigation .swiper-button-next,
.infrastructure .swiper-navigation .swiper-button-prev {
  margin-top: 0px;
  width: 48px;
  height: 48px;
  border: 1.5px solid #a7a9ac;
  background-color: transparent;
  border-radius: 50%;
  position: static;
}

.infrastructure .swiper-navigation .swiper-button-next:hover,
.infrastructure .swiper-navigation .swiper-button-prev:hover {
  background-color: #72bf44;
}

.infrastructure .swiper-navigation .swiper-button-next:hover::after,
.infrastructure .swiper-navigation .swiper-button-prev:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.infrastructure .swiper-navigation .swiper-button-next::after,
.infrastructure .swiper-navigation .swiper-button-prev::after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='%23A7A9AC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.infrastructure .swiper-navigation .swiper-button-next.swiper-button-disabled,
.infrastructure .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  background-color: transparent;
}

.infrastructure .swiper-navigation .swiper-button-prev {
  transform: rotate(180deg);
}

.infrastructure .swiper-pagination {
  display: block !important;
  position: static;
  text-align: left;
  font-family: "Montserrat";
}

.infrastructure__current-slide {
  font-size: 50px;
  font-weight: 300;
  line-height: 48px;
  color: #72bf44;
  min-width: 37px;
}

.infrastructure__other-slides {
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.88px;
  color: white;
  opacity: 0.2;
}

.search-modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  background: rgba(18, 18, 18, 0.7);
  overflow: auto;
  transition: all 0.15s linear;
}

.search-modal.open {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.search-modal__inner {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 36px 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.35s linear;
}

.search-modal__inner.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.search-modal__inner[data-result=false] .search-modal__history,
.search-modal__inner[data-result=false] .search-modal__interested {
  display: block;
}

.search-modal__inner[data-result=false] .search-modal__data {
  display: none;
}

.search-modal__inner[data-result=false] .modal-search__reset {
  display: none;
}

.search-modal__inner[data-result=true] .search-modal__history,
.search-modal__inner[data-result=true] .search-modal__interested {
  display: none;
}

.search-modal__inner[data-result=true] .search-modal__data {
  display: block;
}

.search-modal__inner[data-result=true] .modal-search__reset {
  display: block;
}

.search-modal__top {
  display: flex;
  align-items: center;
  gap: 40px;
}

.search-modal__input {
  display: flex;
  align-items: center;
  flex: 1 1 90%;
  border-bottom: 1px solid #dedee4;
}

.search-modal__input .search__loupe {
  position: relative;
  left: auto;
  width: 40px;
  height: 40px;
}

.search-modal__input .search__input {
  padding: 12px 0 12px 24px;
  color: #231f20;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

.search-modal__input .search__reset {
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin-right: 0;
}

.search-modal__input .search__reset img {
  width: 100%;
  height: auto;
}

.search-modal__button {
  flex: 1 1 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  font-family: "Inter", sans-serif;
  padding: 16px 24px 18px;
}

.search-modal__result {
  margin-left: 44px;
}

.search-modal__history {
  margin-top: 36px;
}

.search-modal__history-title {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #231f20;
  margin-bottom: 16px;
  margin-left: 20px;
}

.search-modal__history-item {
  display: block;
  width: 91%;
  padding: 19px 20px;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  color: #231f20;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: all 0.35s ease;
}

.search-modal__history-item:hover {
  background: #f5f5f7;
  text-decoration: none;
  color: #231f20;
}

.search-modal__interested {
  margin-top: 36px;
  margin-bottom: 32px;
}

.search-modal__interested-title {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #231f20;
  margin-bottom: 16px;
  margin-left: 20px;
}

.search-modal__interested-item {
  display: block;
  width: 91%;
  padding: 19px 20px;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  color: #231f20;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: all 0.35s ease;
}

.search-modal__interested-item:hover {
  background: #f5f5f7;
  text-decoration: none;
  color: #231f20;
}

.search-modal__data {
  display: none;
  width: 91%;
  margin-top: 36px;
}

.search-modal__data-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  background: rgba(255, 255, 255, 0);
  padding: 20px;
  cursor: pointer;
  transition: all 0.35s ease;
}

.search-modal__data-item:hover {
  background: #f5f5f7;
  text-decoration: none;
}

.search-modal__data-flex {
  overflow: hidden;
}

.search-modal__data-title {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  color: #231f20;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.search-modal__data-capture {
  color: #a7a9ac;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  justify-self: end;
}

.search-modal__data-subtitle {
  max-width: 1020px;
  color: #656061;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 8px;
}

.search-modal__data-breadcrumbs {
  position: relative;
  white-space: nowrap;
}

.search-modal__data-breadcrumbs:last-child::after {
  display: none;
}

.search-modal__data-breadcrumbs::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #dedee4;
  margin: 0 12px 3px;
}

.search-modal__data-more {
  width: fit-content;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  color: #231f20;
  text-decoration-line: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 32px;
  cursor: pointer;
}

.search-modal__data-more:hover {
  color: #231f20;
  text-decoration-line: underline;
}

.step-card {
  background-color: white;
  display: flex;
  flex-direction: column;
  min-height: 513px;
  padding: 24px 24px 24px 36px;
}

.step-card__top {
  margin-bottom: 32px;
  display: flex;
}

.step-card__number {
  font-family: "Montserrat";
  font-size: 92px;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: -3.68px;
  margin-left: -2px;
  color: #72bf44;
}

.step-card__dot {
  background-image: url("/local/markup/dist/css/../images/uploads/investors/step-line.svg");
  background-position: center right;
  width: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-top: 10px;
}

.step-card__description {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 15px;
  margin-right: 32px;
  color: #231f20;
}

.step-card__icon {
  width: 88px;
  margin-top: auto;
  margin-left: auto;
}

.steps {
  overflow: visible;
}

.steps__bottom {
  margin-top: 60px;
  display: flex;
}

.steps .swiper-navigation {
  max-width: 139px;
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  bottom: 84px;
  right: 56px;
}

.steps .swiper-navigation .swiper-button-next,
.steps .swiper-navigation .swiper-button-prev {
  margin-top: 0px;
  width: 60px;
  height: 60px;
  border: 1.5px solid #a7a9ac;
  background-color: transparent;
  border-radius: 50%;
  position: static;
}

.steps .swiper-navigation .swiper-button-next:hover,
.steps .swiper-navigation .swiper-button-prev:hover {
  background-color: #72bf44;
}

.steps .swiper-navigation .swiper-button-next:hover::after,
.steps .swiper-navigation .swiper-button-prev:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.steps .swiper-navigation .swiper-button-next::after,
.steps .swiper-navigation .swiper-button-prev::after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='%23A7A9AC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.steps .swiper-navigation .swiper-button-next.swiper-button-disabled,
.steps .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  background-color: transparent;
}

.steps .swiper-navigation .swiper-button-prev {
  transform: rotate(180deg);
}

.steps__modal.uk-open {
  background-color: rgba(38, 38, 47, 0.6);
}

.steps__modal-list {
  list-style: auto;
  list-style-position: inside;
}

.steps__slide {
  max-width: 444px;
}

.steps__modal-body {
  max-width: 800px !important;
  width: 100%;
  padding: 50px 50px 24px 50px;
  position: relative;
}

.steps__modal-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.72px;
  color: #231f20;
  margin-bottom: 20px;
}

.steps__modal-item {
  padding: 24px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: #231f20;
  border-bottom: 1px solid rgba(167, 169, 172, 0.64);
}

.steps__modal-item:last-child {
  border-bottom: 0;
}

.steps__modal-close {
  background-image: url("/local/markup/dist/css/../images/uploads/cross.svg");
  width: 30px;
  height: 30px;
  border: 0;
  background-color: white;
  background-size: 30px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.list {
  display: flex;
  color: #231f20;
  max-width: 1125px;
}

.list__number {
  margin-right: 48px;
  color: #d3d3da;
  font-family: "Montserrat";
  font-size: 96px;
  font-weight: 400;
  line-height: 112px;
  margin-left: 6px;
}

.list__content {
  display: grid;
  grid-row-gap: 32px;
}

.list__name {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  padding-top: 16px;
}

.list__index {
  margin-right: 21px;
  font-weight: 500;
}

.list li {
  display: flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.list ol li:not(:last-child) {
  margin-bottom: 32px;
}

.list ol ol {
  margin-left: 43px;
}

.list ul li {
  align-items: center;
  margin-left: 40px;
}

.list ul li:not(:last-child) {
  margin-bottom: 25px;
}

.list ul li:before {
  content: "";
  margin-right: 16px;
  min-width: 9px;
  height: 9px;
  background-color: #dedee4;
  border-radius: 50px;
  position: relative;
  align-self: flex-start;
  top: 11px;
  left: -1px;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  border-color: #fff;
  background-color: #72bf44;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  background-color: transparent;
}

.swiper-button-prev.swiper-button-disabled:after,
.swiper-button-next.swiper-button-disabled:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='%23A7A9AC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.hero-section {
  background-color: #26262f;
  padding: 70px 0 150px 0;
  background-repeat: no-repeat;
  position: relative;
}

.hero-section__link {
  text-align: center;
}

.hero-section__link:hover {
  color: #efeff4;
}

.hero-section__backgroundWrap {
  overflow: hidden;
  position: absolute;
  top: -70px;
  bottom: -150px;
  left: 0;
  right: 0;
}

.hero-section__background-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.hero-section__background {
  position: absolute;
  left: -976px;
  top: 1px;
}

.hero-section__background img {
  max-width: unset;
  max-height: unset;
  width: auto;
  height: auto;
}

.hero-section__background img {
  display: block;
}

.hero-section .hero-section-main-panel {
  position: relative;
}

.hero-section .hero-section-main-panel .hero-section-descriptions {
  max-width: 905px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 6px;
}

.hero-section .hero-section-main-panel .hero-section-descriptions .hero-info * {
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.2727272727;
  color: #fff;
}

.hero-section .hero-section-main-panel .hero-section-descriptions .hero-headline {
  margin-top: 2px;
  margin-left: -6px;
}

.hero-section .hero-section-main-panel .hero-section-descriptions .hero-headline * {
  font-size: 7.0625rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions {
  max-width: 586px;
  width: 100%;
  margin-top: 84px;
}

.hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions .hero-sub-headline {
  margin-left: -1px;
  padding: 8px 16px 7px 11px;
  position: relative;
  border-left: 4px solid #e31f26;
}

.hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions .hero-sub-headline * {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  color: #fff;
}

.hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions .hero-description {
  margin-top: 23px;
}

.hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions .hero-description * {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #fff;
}

.hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions .hero-action {
  margin-top: 30px;
  min-height: 56px;
}

.hero-section .hero-section-main-panel .hero-section-image {
  max-width: 770px;
  width: 100%;
  position: absolute;
  right: 0;
  top: -131px;
}

.hero-section .hero-section-main-panel .hero-section-image_mob {
  display: none;
}

.introduction-video {
  background-color: #efeff4;
  padding-top: 86px;
}

.introduction-video__container {
  height: fit-content;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1680/890;
  position: relative;
}

.introduction-video__cover {
  position: absolute;
  width: calc(100% - 112px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
}

.introduction-video__cover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.introduction-video__image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.introduction-video__play-button {
  display: flex;
  z-index: 1;
  border: 0;
  background: transparent;
  cursor: pointer;
  margin-bottom: 20px;
}

.introduction-video__play-text {
  z-index: 1;
  color: white;
  text-align: center;
  font-family: "Montserrat";
  padding: 0 25px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2777777778;
}

.introduction-video__play {
  width: 86px;
  height: 86px;
}

.introduction-video__source {
  height: 100%;
  width: 100%;
  background-color: black;
  object-fit: cover;
}

.benefits-for-residents {
  padding: 86px 0 120px 0;
  background-color: #efeff4;
}

.benefits-for-residents .section-headline * {
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.90625;
  color: #231f20;
}

.benefits-for-residents .section-descriptions {
  display: flex;
  gap: 104px;
  padding-top: 56px;
}

.benefits-for-residents .section-descriptions .section-sub-headline {
  max-width: 616px;
  width: 100%;
}

.benefits-for-residents .section-descriptions .section-sub-headline * {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2777777778;
  color: #231f20;
  letter-spacing: -0.72px;
}

.benefits-for-residents .section-descriptions .section-description {
  max-width: 600px;
  width: 100%;
}

.benefits-for-residents .section-descriptions .section-description * {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #231f20;
}

.benefits-for-residents .maps-image {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-top: 46px;
}

.benefits-for-residents .maps-image svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.benefits-for-residents .benefit-widgets {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -115px -15px 0 -15px;
}

.benefits-for-residents .benefit-widgets .benefit-widget-overlay {
  position: relative;
  max-width: 33.333%;
  width: 100%;
  padding: 0 15px;
}

.benefits-for-residents .benefit-widgets .benefit-widget-overlay .benefit-widget {
  background-color: #f6f6f9;
  padding: 21px 23px 13px;
  padding-right: 32px;
}

.benefits-for-residents .benefit-widgets .benefit-widget-overlay .benefit-widget .widget-description {
  margin-bottom: 30px;
}

.benefits-for-residents .benefit-widgets .benefit-widget-overlay .benefit-widget .widget-description * {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231f20;
}

.benefits-for-residents .benefit-widgets .benefit-widget-overlay .benefit-widget .widget-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
}

.benefits-for-residents .benefit-widgets .benefit-widget-overlay .benefit-widget .widget-footer .widget-info * {
  font-family: "Montserrat";
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  color: #231f20;
}

.benefits-for-residents .benefit-widgets .benefit-widget-overlay .benefit-widget .widget-footer .widget-info * span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.benefits-for-residents .benefit-widgets .benefit-widget-overlay .benefit-widget .widget-footer .widget-icon {
  width: 48px;
  height: 48px;
}

.benefit-numbers {
  background-color: #efeff4;
}

.benefit-numbers .statistics-image img {
  width: 100%;
}

.benefit-numbers .container .section-headline * {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2777777778;
  letter-spacing: -0.72px;
  color: #231f20;
}

.benefit-numbers .container .tabsWrap {
  margin: 0 -56px;
  overflow-x: auto;
  overflow-y: hidden;
}

.benefit-numbers .container .tabsWrap::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.benefit-numbers .container .tabs {
  min-width: calc(100% - 112px);
  margin: 0 56px;
  margin-top: 52px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  display: inline-flex;
  justify-content: space-between;
  border-bottom: 1px solid #c6c5c9;
  flex-wrap: nowrap;
}

.benefit-numbers .container .tabs li {
  list-style: none;
  display: block;
  padding-bottom: 16px;
  cursor: pointer;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  color: #656061;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin-right: 20px;
  white-space: nowrap;
}

.benefit-numbers .container .tabs li:last-child {
  margin-right: 0;
}

.benefit-numbers .container .tabs li.active {
  color: #26262f;
}

.benefit-numbers .container .tabs li.active::after {
  content: " ";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #72bf44;
}

.benefit-numbers .container .tabs li br {
  display: none;
}

.benefit-numbers .container .content-section {
  margin-top: 50px;
  padding-bottom: 19px;
  border-bottom: 1px solid #d3d3da;
}

.benefit-numbers .container .content-section .content {
  display: none;
  opacity: 0;
}

.benefit-numbers .container .content-section .content.active {
  display: block;
  opacity: 1;
}

.benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide {
  height: auto;
}

.benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget {
  background-color: #fff;
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-name {
  flex-grow: 1;
}

.benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-name * {
  font-family: "Inter", sans-serif;
  color: #231f20;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-info {
  margin-top: 104px;
  text-align: center;
}

.benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-info * {
  font-family: "Montserrat";
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1.3043478261;
  color: #231f20;
}

.benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-info * span {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

.benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-info * span span {
  font-family: "Inter";
}

.benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-icon {
  width: 68px;
  height: 68px;
  margin-left: auto;
  margin-top: 90px;
}

.benefit-numbers .container .content-section .content .swiper-buttons {
  position: relative;
  max-width: 136px;
  min-height: 60px;
  margin-left: auto;
  width: 100%;
  margin-top: 48px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.benefit-numbers .container .content-section .content .swiper-buttons .swiper-button-next,
.benefit-numbers .container .content-section .content .swiper-buttons .swiper-button-prev {
  width: 60px;
  height: 60px;
  border: 1.5px solid #a7a9ac;
  border-radius: 50%;
  position: static;
}

.benefit-numbers .container .content-section .content .swiper-buttons .swiper-button-next::after,
.benefit-numbers .container .content-section .content .swiper-buttons .swiper-button-prev::after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='%23A7A9AC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.benefit-numbers .container .content-section .content .swiper-buttons .swiper-button-prev {
  transform: rotate(180deg);
}

.own-park-structure {
  background-color: #efeff4;
  padding-top: 50px;
  padding-bottom: 116px;
  position: relative;
}

.own-park-structure__button {
  text-align: center;
  color: #656061;
}

.own-park-structure .section-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 150px;
}

.own-park-structure .section-heading .section-headline {
  max-width: 570px;
  width: 100%;
}

.own-park-structure .section-heading .section-headline * {
  letter-spacing: -0.72px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2777777778;
  color: #231f20;
}

.own-park-structure .section-heading .section-description {
  max-width: 586px;
  width: 100%;
}

.own-park-structure .section-heading .section-description * {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #231f20;
  padding-top: 5px;
}

.own-park-structure .tour-widgets {
  padding-top: 52px;
}

.own-park-structure .tour-widgets .swiper-slide {
  width: 100%;
  max-width: 684px;
  margin-right: 36px;
  height: auto;
}

.own-park-structure .tour-widgets .swiper-slide:last-child {
  margin-right: 0;
}

.own-park-structure .tour-widgets .swiper-slide .swiper-widget {
  height: 100%;
}

.own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-image {
  width: 100%;
  max-width: 100%;
  min-height: 350px;
  position: relative;
}

.own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-infos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-infos .widget-name * {
  font-family: "Inter";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #231f20;
}

.own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-infos .widget-desc {
  font-family: "Montserrat";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.09375;
  letter-spacing: -4.8px;
  color: #231f20;
}

.own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-infos .widget-desc span {
  letter-spacing: -1.36px;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.0882352941;
}

.own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-infos .widget-desc sup {
  vertical-align: super;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.7619047619;
}

.own-park-structure .swiper-buttons {
  position: relative;
  max-width: 136px;
  min-height: 60px;
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.own-park-structure .swiper-buttons .swiper-button-next,
.own-park-structure .swiper-buttons .swiper-button-prev {
  margin-top: 0px;
  width: 60px;
  height: 60px;
  border: 1.5px solid #a7a9ac;
  border-radius: 50%;
  position: static;
}

.own-park-structure .swiper-buttons .swiper-button-next::after,
.own-park-structure .swiper-buttons .swiper-button-prev::after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='%23A7A9AC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.own-park-structure .swiper-buttons .swiper-button-prev {
  transform: rotate(180deg);
}

.own-park-structure .section-actions {
  padding-top: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.own-park-structure .section-actions .actions-buttons {
  display: flex;
}

.own-park-structure .section-actions .primary-button {
  margin-right: 12px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  padding: 16px 23px 15px;
}

.own-park-structure .section-actions .secondary-button {
  color: #656061;
}

.own-park-structure .section-actions .secondary-button.mobile-visible {
  display: none;
}

.participation {
  position: relative;
  padding: 130px 0 120px 0;
  background-color: #26262f;
}

.participation:after {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-image: url("/local/markup/dist/css/../images/home/participation/bg.svg");
  background-repeat: no-repeat;
  position: absolute;
  background-size: 1240px;
  background-position: -537px -8px;
  display: block;
  left: 0;
  top: 0;
}

.participation__background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.participation__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  padding-right: 100px;
}

.participation__button {
  cursor: pointer;
  color: #efeff4;
  text-align: center;
}

.participation__button:hover {
  color: #efeff4;
}

.participation__background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.participation__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  padding-right: 100px;
}

.participation .participation-section .slider-heading {
  position: relative;
  margin-top: 171px;
}

.participation .participation-section .slider-heading * {
  letter-spacing: -0.72px;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2777777778;
}

.participation .participation-section .slider-overlay {
  position: relative;
  margin-top: 50px;
}

.participation .participation-section .slider-overlay .slider-infos {
  display: flex;
  flex-direction: column;
  max-width: 390px;
  padding-left: 24px;
  width: 100%;
  position: absolute;
  right: 22%;
  z-index: 999;
  top: 0;
  min-height: 780px;
  background-color: #26262f;
}

.participation .participation-section .slider-overlay .slider-infos .slider-message {
  margin-top: 72px;
}

.participation .participation-section .slider-overlay .slider-infos .slider-message * {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}

.participation .participation-section .slider-overlay .slider-infos .slider-counter .swiper-pagination {
  position: static;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.1);
}

.participation .participation-section .slider-overlay .slider-infos .slider-counter .swiper-pagination-current {
  color: #72bf44;
  font-size: 9.375rem;
  font-weight: 400;
  line-height: 1;
}

.participation .participation-section .slider-overlay .participation-slider {
  position: relative;
}

.participation .participation-section .slider-overlay .participation-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}

.participation .participation-section .slider-overlay .participation-slider .swiper-slide .slider-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  min-height: 600px;
  transition: 0.1s;
}

.participation .participation-section .slider-overlay .participation-slider .swiper-slide .slider-image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.participation .participation-section .slider-overlay .participation-slider .swiper-slide.swiper-slide-active {
  min-height: 780px;
}

.participation .participation-section .slider-overlay .participation-slider .swiper-slide.swiper-slide-active .slider-image {
  min-height: 780px;
}

.participation .participation-section .swiper-buttons {
  position: relative;
  max-width: 136px;
  min-height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.participation .participation-section .swiper-buttons .swiper-button-next,
.participation .participation-section .swiper-buttons .swiper-button-prev {
  margin-top: 0px;
  width: 60px;
  height: 60px;
  border: 1.5px solid #a7a9ac;
  border-radius: 50%;
  position: static;
}

.participation .participation-section .swiper-buttons .swiper-button-next::after,
.participation .participation-section .swiper-buttons .swiper-button-prev::after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='%23A7A9AC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.participation .participation-section .swiper-buttons .swiper-button-prev {
  transform: rotate(180deg);
}

.participation .section-headline {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 190px;
}

.participation .section-headline .section-heading {
  max-width: 410px;
  width: 100%;
}

.participation .section-headline .section-heading * {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.participation .section-headline .section-description {
  max-width: 623px;
  width: 100%;
  margin-top: 10px;
}

.participation .section-headline .section-description * {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #fff;
}

.participation .free-lands {
  position: relative;
  z-index: 1;
  padding-top: 185px;
}

.participation .free-lands .section-headline {
  gap: 86px;
}

.participation .free-lands .section-headline .section-description {
  margin-top: 7px;
  max-width: 731px;
}

.participation .free-lands .section-heading {
  letter-spacing: -0.72px;
  max-width: 514px;
}

.participation .free-lands .section-heading * {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2777777778;
}

.participation .free-lands .free-lands-swipe {
  padding-top: 64px;
}

.participation .free-lands .free-lands-swipe .swiper-slide {
  display: grid;
  height: auto;
}

.participation .free-lands .free-lands-swipe .swiper-widget {
  background-color: #fff;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
}

.participation .free-lands .free-lands-swipe .swiper-widget .widget-name * {
  font-family: "Inter";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #231f20;
}

.participation .free-lands .free-lands-swipe .swiper-widget .widget-image {
  max-width: 311px;
  width: 100%;
  margin: 15px auto 0 auto;
}

.participation .free-lands .free-lands-swipe .swiper-widget .widget-image img {
  width: auto;
}

.participation .free-lands .free-lands-swipe .swiper-widget .widget-infos {
  margin-top: auto;
  padding-top: 15px;
}

.participation .free-lands .free-lands-swipe .swiper-widget .widget-infos .widget-info-headline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 1px solid #d3d3da;
  color: #656061;
}

.participation .free-lands .free-lands-swipe .swiper-widget .widget-infos .widget-info-headline .info {
  margin-bottom: 10px;
  margin-right: 10px;
}

.participation .free-lands .free-lands-swipe .swiper-widget .widget-infos .widget-info-headline .info * {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
}

.participation .free-lands .free-lands-swipe .swiper-widget .widget-infos .widget-info-headline .widget-desc * {
  font-family: "Montserrat";
  font-size: 2.9375rem;
  font-weight: 400;
  line-height: 1.2765957447;
  color: #231f20;
}

.participation .free-lands .free-lands-swipe .swiper-widget .widget-infos .widget-info-headline .widget-desc span {
  display: inline-block;
  margin-left: 12px;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.1764705882;
}

.participation .free-lands .free-lands-swipe .swiper-widget ul {
  padding-top: 22px;
}

.participation .free-lands .free-lands-swipe .swiper-widget ul li {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5714285714;
  color: #656061;
  position: relative;
  padding-right: 16px;
  margin-right: 5px;
}

.participation .free-lands .free-lands-swipe .swiper-widget ul li.disable-item::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99992 14.6666C11.6818 14.6666 14.6666 11.6819 14.6666 7.99998C14.6666 4.31808 11.6818 1.33331 7.99992 1.33331C4.31802 1.33331 1.33325 4.31808 1.33325 7.99998C1.33325 11.6819 4.31802 14.6666 7.99992 14.6666Z' fill='%23A7A9AC'/%3E%3Cpath d='M5 8H11' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
}

.participation .free-lands .free-lands-swipe .swiper-widget ul li::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99992 14.6666C11.6818 14.6666 14.6666 11.6819 14.6666 7.99998C14.6666 4.31808 11.6818 1.33331 7.99992 1.33331C4.31802 1.33331 1.33325 4.31808 1.33325 7.99998C1.33325 11.6819 4.31802 14.6666 7.99992 14.6666ZM11.0597 6.36034C11.2587 6.14321 11.2441 5.80584 11.0269 5.6068C10.8098 5.40777 10.4724 5.42243 10.2734 5.63956L6.98313 9.22895L5.71034 7.95616C5.50206 7.74788 5.16438 7.74788 4.9561 7.95616C4.74782 8.16444 4.74782 8.50213 4.9561 8.71041L6.62276 10.3771C6.72562 10.4799 6.86604 10.5363 7.01147 10.5332C7.15691 10.53 7.29474 10.4676 7.39303 10.3603L11.0597 6.36034Z' fill='%2372BF44'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.participation .free-lands .free-lands-swipe .swiper-widget ul li:not(:first-child) {
  margin-top: 0;
}

.participation .free-lands .swiper-buttons {
  position: relative;
  max-width: 136px;
  min-height: 60px;
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.participation .free-lands .swiper-buttons .swiper-button-next,
.participation .free-lands .swiper-buttons .swiper-button-prev {
  margin-top: 0px;
  width: 60px;
  height: 60px;
  border: 1.5px solid #a7a9ac;
  border-radius: 50%;
  position: static;
}

.participation .free-lands .swiper-buttons .swiper-button-next::after,
.participation .free-lands .swiper-buttons .swiper-button-prev::after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='%23A7A9AC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.participation .free-lands .swiper-buttons .swiper-button-prev {
  transform: rotate(180deg);
}

.participation .free-lands .section-actions {
  padding-top: 37px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.participation .free-lands .section-actions .primary-button {
  margin-right: 12px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  padding: 16px 23px 15px;
}

.participation .free-lands .section-actions .secondary-button {
  color: #dedee4;
  border-color: #dedee4;
}

.participation .free-lands .section-actions .secondary-button.mobile-visible {
  display: none;
}

.park-residents {
  background-color: #efeff4;
  padding: 110px 0 86px 0;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
}

.park-residents:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1167' height='922' viewBox='0 0 1167 922' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1401_28835' fill='white'%3E%3Cpath d='M1167 1443H928.689C928.402 1127.6 803.059 825.194 580.148 602.087C357.237 378.979 54.9529 253.384 -260.417 252.844V14.9222C117.992 15.4617 480.748 166.035 748.324 433.633C1015.9 701.23 1166.46 1064.02 1167 1442.46'/%3E%3C/mask%3E%3Cpath d='M928.689 1443L926.689 1443L926.691 1445H928.689V1443ZM-260.417 252.844H-262.417V254.841L-260.42 254.844L-260.417 252.844ZM-260.417 14.9222L-260.414 12.9222L-262.417 12.9194V14.9222H-260.417ZM1167 1441H928.689V1445H1167V1441ZM930.689 1443C930.401 1127.07 804.849 824.155 581.563 600.673L578.734 603.5C801.27 826.233 926.402 1128.14 926.689 1443L930.689 1443ZM581.563 600.673C358.278 377.191 55.4858 251.385 -260.413 250.844L-260.42 254.844C54.4198 255.383 356.197 380.767 578.734 603.5L581.563 600.673ZM-258.417 252.844V14.9222H-262.417V252.844H-258.417ZM-260.42 16.9222C117.46 17.461 479.708 167.824 746.909 435.047L749.738 432.219C481.788 164.247 118.524 13.4625 -260.414 12.9222L-260.42 16.9222ZM746.909 435.047C1014.11 702.27 1164.46 1064.55 1165 1442.46L1169 1442.45C1168.46 1063.48 1017.69 700.191 749.738 432.219L746.909 435.047Z' fill='white' mask='url(%23path-1-inside-1_1401_28835)'/%3E%3Cmask id='path-3-inside-2_1401_28835' fill='white'%3E%3Cpath d='M-260.417 491.175V728.689C-71.1597 728.905 110.284 804.189 244.109 938.025C377.934 1071.86 453.212 1253.32 453.428 1442.59H691.194C690.835 1190.3 590.461 948.442 412.077 770.043C233.693 591.645 -8.1442 491.262 -260.417 490.903'/%3E%3C/mask%3E%3Cpath d='M-260.417 728.689H-262.417V730.687L-260.419 730.689L-260.417 728.689ZM453.428 1442.59L451.428 1442.59L451.43 1444.59H453.428V1442.59ZM691.194 1442.59V1444.59H693.197L693.194 1442.59L691.194 1442.59ZM-262.417 491.175V728.689H-258.417V491.175H-262.417ZM-260.419 730.689C-71.6917 730.904 109.244 805.978 242.695 939.439L245.523 936.611C111.324 802.4 -70.6278 726.905 -260.414 726.689L-260.419 730.689ZM242.695 939.439C376.145 1072.9 451.212 1253.85 451.428 1442.59L455.428 1442.59C455.211 1252.79 379.723 1070.82 245.523 936.611L242.695 939.439ZM453.428 1444.59H691.194V1440.59H453.428V1444.59ZM693.194 1442.59C692.834 1189.77 592.249 947.402 413.491 768.629L410.663 771.457C588.672 949.481 688.836 1190.83 689.194 1442.59L693.194 1442.59ZM413.491 768.629C234.733 589.856 -7.61185 489.263 -260.414 488.903L-260.42 492.903C-8.67654 493.262 232.653 593.433 410.663 771.457L413.491 768.629Z' fill='white' mask='url(%23path-3-inside-2_1401_28835)'/%3E%3Cmask id='path-5-inside-3_1401_28835' fill='white'%3E%3Cpath d='M691.194 -223H452.748C452.604 -33.798 377.452 147.628 243.766 281.503C110.08 415.378 -71.2305 490.779 -260.417 491.175V728.689C-8.1442 728.329 233.693 627.947 412.077 449.549C590.461 271.15 690.835 29.2932 691.194 -223Z'/%3E%3C/mask%3E%3Cpath d='M452.748 -223V-225H450.749L450.748 -223.002L452.748 -223ZM-260.417 491.175L-260.421 489.175L-262.417 489.179V491.175H-260.417ZM-260.417 728.689H-262.417V730.692L-260.414 730.689L-260.417 728.689ZM691.194 -225H452.748V-221H691.194V-225ZM450.748 -223.002C450.605 -34.3289 375.663 146.589 242.351 280.09L245.181 282.916C379.241 148.666 454.604 -33.267 454.748 -222.998L450.748 -223.002ZM242.351 280.09C109.039 413.591 -71.7642 488.78 -260.421 489.175L-260.413 493.175C-70.6969 492.778 111.121 417.166 245.181 282.916L242.351 280.09ZM-262.417 491.175V728.689H-258.417V491.175H-262.417ZM-260.414 730.689C-7.61185 730.329 234.733 629.735 413.491 450.963L410.663 448.134C232.653 626.158 -8.67654 726.33 -260.42 726.689L-260.414 730.689ZM413.491 450.963C592.249 272.19 692.834 29.8254 693.194 -222.997L689.194 -223.003C688.836 28.7609 588.672 270.11 410.663 448.134L413.491 450.963Z' fill='white' mask='url(%23path-5-inside-3_1401_28835)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 1219px;
  background-position: -25px -6px;
}

.park-residents .section-headline * {
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.90625;
  color: #231f20;
}

.park-residents .park-residents-swipe {
  padding-top: 62px;
}

.park-residents .park-residents-swipe .swiper-slide {
  height: auto;
}

.park-residents .park-residents-swipe .swiper-slide .swiper-widget {
  background-color: #fff;
  padding: 32px 40px 38px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.park-residents .park-residents-swipe .swiper-slide .swiper-widget:hover .widget-image {
  transform: scale(1.102);
}

.park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-icon {
  position: absolute;
  top: 8px;
  right: 8px;
}

.park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-name {
  padding-right: 60px;
  margin-bottom: auto;
  min-height: 99px;
}

.park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-name h3 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-image {
  border-radius: 100%;
  width: 100%;
  max-width: 264px;
  margin: 0 auto;
  overflow: hidden;
  transition-duration: 0.3s;
  position: relative;
  margin: 16px auto 31px auto;
}

.park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-image:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 100%;
}

.park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-image img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-description {
  min-height: 56px;
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-description span {
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.park-residents .swiper-buttons {
  position: relative;
  max-width: 136px;
  min-height: 60px;
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.park-residents .swiper-buttons .swiper-button-next,
.park-residents .swiper-buttons .swiper-button-prev {
  margin-top: 0px;
  width: 60px;
  height: 60px;
  border: 1.5px solid #a7a9ac;
  border-radius: 50%;
  position: static;
}

.park-residents .swiper-buttons .swiper-button-next::after,
.park-residents .swiper-buttons .swiper-button-prev::after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='%23A7A9AC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.park-residents .swiper-buttons .swiper-button-prev {
  transform: rotate(180deg);
}

.park-residents .section-actions {
  padding-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.park-residents .section-actions .secondary-button {
  color: #656061;
  border-color: #dedee4;
  padding: 16px 24px 16px;
}

.section-news {
  padding: 80px 0 100px 0;
}

.section-news .section-headline * {
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.90625;
}

.section-news .news-swipe {
  padding-top: 62px;
}

.section-news .news-swipe .swiper-slide {
  height: auto;
}

.section-news .news-swipe .swiper-slide .swiper-widget {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.section-news .news-swipe .swiper-slide .swiper-widget .widget-image {
  width: 100%;
  max-width: 100%;
}

.section-news .news-swipe .swiper-slide .swiper-widget .widget-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-news .news-swipe .swiper-slide .swiper-widget .widget-description {
  margin-top: 32px;
  flex-grow: 1;
}

.section-news .news-swipe .swiper-slide .swiper-widget .widget-description * {
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #231f20;
}

.section-news .news-swipe .swiper-slide .swiper-widget .widget-date {
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 32px;
  border-top: 1px solid #dedee4;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: #656061;
}

.section-news .news-swipe .swiper-slide .swiper-widget .widget-date span {
  font-weight: 400;
  color: #a7a9ac;
}

.section-news .swiper-buttons {
  position: relative;
  max-width: 136px;
  min-height: 60px;
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-news .swiper-buttons .swiper-button-next,
.section-news .swiper-buttons .swiper-button-prev {
  margin-top: 0px;
  width: 60px;
  height: 60px;
  border: 1.5px solid #a7a9ac;
  border-radius: 50%;
  position: static;
}

.section-news .swiper-buttons .swiper-button-next::after,
.section-news .swiper-buttons .swiper-button-prev::after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='%23A7A9AC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.section-news .swiper-buttons .swiper-button-prev {
  transform: rotate(180deg);
}

.section-news .section-actions {
  padding-top: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section-news .section-actions .secondary-button {
  color: #656061;
  border-color: #dedee4;
}

.section-testimonials {
  background-color: #efeff4;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='1680' height='876' viewBox='0 0 1680 876' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3000_58551)'%3E%3Cmask id='path-1-inside-1_3000_58551' fill='white'%3E%3Cpath d='M1007 1326H797.584C797.332 1048.85 687.187 783.102 491.303 587.046C295.42 390.99 29.7868 280.623 -247.345 280.149V71.0745C85.1826 71.5485 403.955 203.865 639.087 439.017C874.22 674.169 1006.53 992.967 1007 1325.52'/%3E%3C/mask%3E%3Cpath d='M797.584 1326L795.584 1326L795.586 1328H797.584V1326ZM-247.345 280.149H-249.345V282.146L-247.348 282.149L-247.345 280.149ZM-247.345 71.0745L-247.342 69.0745L-249.345 69.0716V71.0745H-247.345ZM1007 1324H797.584V1328H1007V1324ZM799.584 1326C799.331 1048.31 688.976 782.063 492.718 585.632L489.888 588.46C685.398 784.141 795.332 1049.38 795.584 1326L799.584 1326ZM492.718 585.632C296.46 389.202 30.3198 278.624 -247.341 278.149L-247.348 282.149C29.2538 282.622 294.379 392.778 489.888 588.46L492.718 585.632ZM-245.345 280.149V71.0745H-249.345V280.149H-245.345ZM-247.348 73.0745C84.6503 73.5478 402.915 205.654 637.673 440.431L640.502 437.603C404.995 202.077 85.715 69.5493 -247.342 69.0745L-247.348 73.0745ZM637.673 440.431C872.431 675.209 1004.53 993.499 1005 1325.52L1009 1325.52C1008.53 992.435 876.009 673.129 640.502 437.603L637.673 440.431Z' fill='white' mask='url(%23path-1-inside-1_3000_58551)'/%3E%3Cmask id='path-3-inside-2_3000_58551' fill='white'%3E%3Cpath d='M-247.345 489.582V698.298C-81.0348 698.488 78.4091 764.644 196.008 882.252C313.607 999.861 379.758 1159.32 379.947 1325.64H588.885C588.569 1103.94 500.365 891.406 343.61 734.638C186.855 577.87 -25.6598 489.659 -247.345 489.343'/%3E%3C/mask%3E%3Cpath d='M-247.345 698.298H-249.345V700.296L-247.347 700.298L-247.345 698.298ZM379.947 1325.64L377.947 1325.64L377.949 1327.64H379.947V1325.64ZM588.885 1325.64V1327.64H590.888L590.885 1325.64L588.885 1325.64ZM-249.345 489.582V698.298H-245.345V489.582H-249.345ZM-247.347 700.298C-81.5668 700.487 77.3694 766.432 194.594 883.667L197.422 880.838C79.4489 762.855 -80.5028 696.489 -247.342 696.298L-247.347 700.298ZM194.594 883.667C311.818 1000.9 377.758 1159.85 377.947 1325.64L381.947 1325.64C381.757 1158.79 315.396 998.821 197.422 880.838L194.594 883.667ZM379.947 1327.64H588.885V1323.64H379.947V1327.64ZM590.885 1325.64C590.568 1103.41 502.154 890.366 345.024 733.224L342.196 736.052C498.577 892.446 586.57 1104.47 586.885 1325.64L590.885 1325.64ZM345.024 733.224C187.895 576.082 -25.1275 487.66 -247.342 487.343L-247.348 491.343C-26.1922 491.659 185.815 579.659 342.196 736.052L345.024 733.224Z' fill='white' mask='url(%23path-3-inside-2_3000_58551)'/%3E%3Cmask id='path-5-inside-3_3000_58551' fill='white'%3E%3Cpath d='M588.885 -138H379.35C379.224 28.2616 313.183 187.69 195.707 305.333C78.2299 422.976 -81.097 489.234 -247.345 489.582V698.298C-25.6598 697.982 186.855 609.771 343.61 453.003C500.365 296.235 588.569 83.703 588.885 -138'/%3E%3C/mask%3E%3Cpath d='M379.35 -138V-140H377.351L377.35 -138.002L379.35 -138ZM-247.345 489.582L-247.349 487.582L-249.345 487.586V489.582H-247.345ZM-247.345 698.298H-249.345V700.301L-247.342 700.298L-247.345 698.298ZM588.885 -140H379.35V-136H588.885V-140ZM377.35 -138.002C377.224 27.7307 311.394 186.651 194.291 303.92L197.122 306.746C314.973 188.728 381.223 28.7925 381.35 -137.998L377.35 -138.002ZM194.291 303.92C77.1888 421.188 -81.6307 487.235 -247.349 487.582L-247.341 491.582C-80.5634 491.233 79.271 424.764 197.122 306.746L194.291 303.92ZM-249.345 489.582V698.298H-245.345V489.582H-249.345ZM-247.342 700.298C-25.1275 699.981 187.895 611.559 345.024 454.417L342.196 451.589C185.815 607.982 -26.1922 695.983 -247.348 696.298L-247.342 700.298ZM345.024 454.417C502.154 297.275 590.568 84.2352 590.885 -137.997L586.885 -138.003C586.57 83.1708 498.577 295.195 342.196 451.589L345.024 454.417Z' fill='white' mask='url(%23path-5-inside-3_3000_58551)'/%3E%3Cg opacity='0.6'%3E%3Cmask id='path-7-inside-4_3000_58551' fill='white'%3E%3Cpath d='M471 1862H833.759C834.196 1381.9 1024.99 921.57 1364.31 581.954C1703.63 242.337 2163.77 51.1563 2643.83 50.3346V-311.833C2067.81 -311.012 1515.62 -81.8072 1108.31 325.532C701.007 732.872 471.821 1285.11 471 1861.17'/%3E%3C/mask%3E%3Cpath d='M833.759 1862L835.759 1862L835.757 1864H833.759V1862ZM2643.83 50.3346H2645.83V52.3312L2643.83 52.3346L2643.83 50.3346ZM2643.83 -311.833L2643.82 -313.833L2645.83 -313.836V-311.833H2643.83ZM471 1860H833.759V1864H471V1860ZM831.759 1862C832.197 1381.37 1023.2 920.532 1362.9 580.54L1365.73 583.368C1026.78 922.609 836.196 1382.43 835.759 1862L831.759 1862ZM1362.9 580.54C1702.59 240.549 2163.24 49.1572 2643.82 48.3346L2643.83 52.3346C2164.3 53.1554 1704.67 244.126 1365.73 583.368L1362.9 580.54ZM2641.83 50.3346V-311.833H2645.83V50.3346H2641.83ZM2643.83 -309.833C2068.34 -309.012 1516.66 -80.0186 1109.73 326.946L1106.9 324.118C1514.58 -83.5957 2067.28 -313.011 2643.82 -313.833L2643.83 -309.833ZM1109.73 326.946C702.795 733.911 473.82 1285.64 473 1861.17L469 1861.17C469.822 1284.57 699.218 731.832 1106.9 324.118L1109.73 326.946Z' fill='white' mask='url(%23path-7-inside-4_3000_58551)'/%3E%3Cmask id='path-9-inside-5_3000_58551' fill='white'%3E%3Cpath d='M2643.83 413.123V774.669C2355.74 774.998 2079.54 889.596 1875.83 1093.32C1672.12 1297.05 1557.53 1573.27 1557.21 1861.38H1195.28C1195.82 1477.34 1348.61 1109.18 1620.15 837.619C1891.69 566.06 2259.82 413.257 2643.83 412.709'/%3E%3C/mask%3E%3Cpath d='M2643.83 774.669H2645.83V776.667L2643.83 776.669L2643.83 774.669ZM1557.21 1861.38L1559.21 1861.38L1559.2 1863.38H1557.21V1861.38ZM1195.28 1861.38V1863.38H1193.27L1193.28 1861.38L1195.28 1861.38ZM2645.83 413.123V774.669H2641.83V413.123H2645.83ZM2643.83 776.669C2356.27 776.997 2080.58 891.385 1877.25 1094.74L1874.42 1091.91C2078.5 887.807 2355.21 772.999 2643.82 772.669L2643.83 776.669ZM1877.25 1094.74C1673.91 1298.09 1559.53 1573.8 1559.21 1861.38L1555.21 1861.38C1555.54 1572.73 1670.33 1296.01 1874.42 1091.91L1877.25 1094.74ZM1557.21 1863.38H1195.28V1859.38H1557.21V1863.38ZM1193.28 1861.38C1193.82 1476.8 1346.82 1108.14 1618.74 836.205L1621.57 839.033C1350.4 1110.22 1197.82 1477.87 1197.28 1861.38L1193.28 1861.38ZM1618.74 836.205C1890.65 564.271 2259.28 411.257 2643.82 410.709L2643.83 414.709C2260.35 415.256 1892.73 567.848 1621.57 839.033L1618.74 836.205Z' fill='white' mask='url(%23path-9-inside-5_3000_58551)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3000_58551'%3E%3Crect width='1680' height='876' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-testimonials .container {
  position: relative;
}

.section-testimonials .container .testimonials-swipe {
  padding-top: 156px;
}

.section-testimonials .container .testimonials-swipe .swiper-widget {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding-left: 654px;
}

.section-testimonials .container .testimonials-swipe .swiper-widget .widget-image {
  max-width: 654px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.section-testimonials .container .testimonials-swipe .swiper-widget .widget-image.mobile-visible {
  display: none;
}

.section-testimonials .container .testimonials-swipe .swiper-widget .widget-image img {
  display: block;
  width: auto;
}

.section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions {
  width: 100%;
  flex: 1;
  padding: 0px 0 177px 67px;
}

.section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .author-position * {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5555555556;
  color: #231f20;
}

.section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .author-name {
  margin-top: 8px;
}

.section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .author-name * {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.09375;
  color: #231f20;
}

.section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .testimonial {
  margin-top: 80px;
  position: relative;
  padding-left: 50px;
}

.section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .testimonial::after {
  content: " ";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M28.756 27.88L14.952 15.98V12.24L28.756 0.475998V4.284L19.372 14.144L28.756 24.004V27.88ZM14.34 27.744L0.74 15.98V12.24L14.34 0.611998V4.556L5.092 14.144L14.34 23.8V27.744Z' fill='%23231F20'/%3E%3C/svg%3E");
  width: 36px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .testimonial * {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7777777778;
  color: #231f20;
}

.section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .testimonial span {
  font-weight: 700;
  display: block;
  margin-top: 30px;
}

.section-testimonials .container .swiper-buttons {
  position: relative;
  max-width: 136px;
  min-height: 60px;
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: 84px;
  right: 56px;
}

.section-testimonials .container .swiper-buttons .swiper-button-next,
.section-testimonials .container .swiper-buttons .swiper-button-prev {
  margin-top: 0px;
  width: 60px;
  height: 60px;
  border: 1.5px solid #a7a9ac;
  border-radius: 50%;
  position: static;
}

.section-testimonials .container .swiper-buttons .swiper-button-next::after,
.section-testimonials .container .swiper-buttons .swiper-button-prev::after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='%23A7A9AC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.section-testimonials .container .swiper-buttons .swiper-button-prev {
  transform: rotate(180deg);
}

.contact-us {
  background-color: #26262f;
  background-image: url("data:image/svg+xml,%3Csvg width='1680' height='1064' viewBox='0 0 1680 1064' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3000_58605)'%3E%3Cg opacity='0.1'%3E%3Cmask id='path-1-inside-1_3000_58605' fill='white'%3E%3Cpath d='M-476.954 193.085V502.737C-230.216 503.019 6.33658 601.168 180.807 775.653C355.278 950.138 453.419 1186.71 453.7 1433.47H763.682C763.213 1104.55 632.353 789.234 399.79 556.652C167.228 324.07 -148.061 193.199 -476.954 192.73'/%3E%3C/mask%3E%3Cpath d='M-476.954 502.737H-477.954V503.736L-476.955 503.737L-476.954 502.737ZM453.7 1433.47L452.7 1433.47L452.702 1434.47H453.7V1433.47ZM763.682 1433.47V1434.47H764.683L764.682 1433.47L763.682 1433.47ZM-477.954 193.085V502.737H-475.954V193.085H-477.954ZM-476.955 503.737C-230.482 504.019 5.81669 602.063 180.1 776.36L181.514 774.946C6.85646 600.274 -229.95 502.019 -476.953 501.737L-476.955 503.737ZM180.1 776.36C354.383 950.658 452.419 1186.98 452.7 1433.47L454.7 1433.47C454.419 1186.44 356.172 949.618 181.514 774.946L180.1 776.36ZM453.7 1434.47H763.682V1432.47H453.7V1434.47ZM764.682 1433.47C764.213 1104.28 633.248 788.714 400.498 555.945L399.083 557.359C631.459 789.754 762.214 1104.81 762.682 1433.47L764.682 1433.47ZM400.498 555.945C167.748 323.176 -147.795 192.2 -476.953 191.73L-476.955 193.73C-148.327 194.199 166.708 324.964 399.083 557.359L400.498 555.945Z' fill='%23A7A9AC' mask='url(%23path-1-inside-1_3000_58605)'/%3E%3Cmask id='path-3-inside-2_3000_58605' fill='white'%3E%3Cpath d='M763.682 -738H452.814C452.627 -491.333 354.649 -254.805 180.36 -80.2685C6.0706 94.2676 -230.308 192.569 -476.954 193.085V502.737C-148.061 502.268 167.228 371.398 399.79 138.816C632.353 -93.7658 763.213 -409.08 763.682 -738'/%3E%3C/mask%3E%3Cpath d='M452.814 -738V-739H451.815L451.814 -738.001L452.814 -738ZM-476.954 193.085L-476.956 192.085L-477.954 192.087V193.085H-476.954ZM-476.954 502.737H-477.954V503.739L-476.953 503.737L-476.954 502.737ZM763.682 -739H452.814V-737H763.682V-739ZM451.814 -738.001C451.627 -491.599 353.754 -255.324 179.652 -80.9751L181.067 -79.5619C355.544 -254.285 453.627 -491.068 453.814 -737.999L451.814 -738.001ZM179.652 -80.9751C5.55005 93.3737 -230.575 191.569 -476.956 192.085L-476.952 194.085C-230.041 193.568 6.59115 95.1615 181.067 -79.5619L179.652 -80.9751ZM-477.954 193.085V502.737H-475.954V193.085H-477.954ZM-476.953 503.737C-147.795 503.268 167.748 372.292 400.498 139.523L399.083 138.109C166.708 370.504 -148.327 501.269 -476.955 501.737L-476.953 503.737ZM400.498 139.523C633.248 -93.2459 764.213 -408.814 764.682 -737.999L762.682 -738.001C762.214 -409.346 631.459 -94.2857 399.083 138.109L400.498 139.523Z' fill='%23A7A9AC' mask='url(%23path-3-inside-2_3000_58605)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3000_58605'%3E%3Crect width='1680' height='1064' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 2001px;
  background-position: -9px -66px;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}

.contact-us .tabs-oberlay {
  max-width: 770px;
  width: 100%;
  padding-top: 130px;
  margin: 0 auto;
}

.contact-us .tabs-oberlay .form-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px;
  flex-wrap: nowrap;
}

.contact-us .tabs-oberlay .form-tabs li {
  font-family: "Montserrat";
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2777777778;
  color: rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  max-width: 50%;
  margin: 0 20px;
  white-space: nowrap;
  letter-spacing: -0.72px;
  cursor: pointer;
}

.contact-us .tabs-oberlay .form-tabs li.active {
  border-color: #009f47;
  color: #fff;
}

.contact-us .tabs-oberlay .content-section {
  padding-top: 40px;
}

.contact-us .tabs-oberlay .content-section .form-content {
  display: none;
}

.contact-us .tabs-oberlay .content-section .form-content.active {
  display: block;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group {
  position: relative;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group:not(:first-child) {
  margin-top: 24px;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group textarea {
  min-height: 180px;
  max-height: 180px;
  resize: none;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group input,
.contact-us .tabs-oberlay .content-section .form-content .form-group textarea {
  width: 100%;
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #26262f;
  outline: none;
  padding: 25px 23px;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group input:-webkit-autofill,
.contact-us .tabs-oberlay .content-section .form-content .form-group input:-webkit-autofill:hover,
.contact-us .tabs-oberlay .content-section .form-content .form-group input:-webkit-autofill:focus,
.contact-us .tabs-oberlay .content-section .form-content .form-group input:-webkit-autofill:active,
.contact-us .tabs-oberlay .content-section .form-content .form-group textarea:-webkit-autofill,
.contact-us .tabs-oberlay .content-section .form-content .form-group textarea:-webkit-autofill:hover,
.contact-us .tabs-oberlay .content-section .form-content .form-group textarea:-webkit-autofill:focus,
.contact-us .tabs-oberlay .content-section .form-content .form-group textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100px #26262f inset !important;
  background-color: #26262f !important;
  -webkit-text-fill-color: #fff;
  border-color: #3b3b43 !important;
  appearance: none;
  transition: background-color 0s 600000s, color 0s 600000s;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group input::placeholder,
.contact-us .tabs-oberlay .content-section .form-content .form-group textarea::placeholder {
  color: #fff;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group input:focus + label,
.contact-us .tabs-oberlay .content-section .form-content .form-group input.filled + label {
  display: none;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group input:focus + label span,
.contact-us .tabs-oberlay .content-section .form-content .form-group input.filled + label span {
  color: transparent;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group input.error {
  border-color: #e31f26;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group label {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 100%;
  display: block;
  left: 23px;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group label span {
  color: #e31f26;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group .custom-select {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #26262f;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group .custom-select .select-selected {
  display: block;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  padding: 26px 23px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  position: relative;
  padding-right: 48px;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group .custom-select .select-selected::after {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9.5L12 16.5L5 9.5' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 23px;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group .custom-select .select-options {
  display: none;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #77777d;
  background-color: #fff;
  z-index: 9999;
  top: 92px;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group .custom-select .select-options li {
  padding: 18px 23px;
  cursor: pointer;
  background-color: #26262f;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

.contact-us .tabs-oberlay .content-section .form-content .form-group .custom-select .select-options li:hover {
  background-color: #3c3c44;
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms {
  padding-top: 21px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
  max-width: 100%;
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms label {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 400px;
  width: 100%;
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms label input {
  width: 20px;
  height: 20px;
  background-color: #72bf44;
  position: relative;
  outline: 1px solid transparent;
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms label input[type=checkbox] {
  display: none;
  outline: 1px solid #656061;
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms label input[type=checkbox]:checked {
  outline: 1px solid transparent;
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms label input[type=checkbox]::before {
  background-color: #26262f;
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms label input.error {
  outline-color: #e31f26;
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms label input::before {
  content: " ";
  transform-origin: bottom left;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9;
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms label input:checked::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' fill='%2372BF44'/%3E%3Cpath d='M5 10.4444L8.66667 14L16 6' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms label span {
  margin-top: -3px;
  flex: 1;
  margin-left: 16px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5714285714;
  background-color: #26262f;
  max-width: 320px;
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms label span span {
  margin-left: 0px;
  color: rgba(255, 255, 255, 0.5);
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms label .agreement {
  text-decoration: underline;
  font-style: italic;
}

.contact-us .tabs-oberlay .content-section .form-content .form-submit .terms button {
  padding: 24px 50px;
  border-radius: 60px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4444444444;
}

@keyframes display-none-transition {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes display-none-transition {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
  }

  100% {
    opacity: 1;
  }
}

.checkbox__box {
  width: 20px;
  height: 20px;
  border: 1px solid #656061;
  background-color: #26262f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox__box svg {
  display: none;
}

input:checked + .checkbox__box {
  background-color: #72bf44;
  border-color: #72bf44;
}

input:checked + .checkbox__box svg {
  display: block;
}

input.error:not(:checked) + .checkbox__box {
  border-color: #e31f26;
}

.home-page__dark-section {
  background-color: #26262f;
  position: relative;
}

.home-page__dark-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("/local/markup/dist/css/../images/home/bg.svg");
  background-size: 1240px;
  background-position: -415px -3px;
  opacity: 0.2;
}

.home-page__dark-section .participation {
  padding-top: 117px;
  background-image: none;
  background-color: transparent;
}

.home-page__dark-section .contact-us {
  background-image: none;
  background-color: transparent;
}

.home-page__dark-section .contact-us .tabs-oberlay {
  padding-top: 140px;
}

.contacts {
  padding-top: 123px;
  padding-bottom: 100px;
}

.contacts__block {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #dedee4;
}

.contacts__block:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.page-heading {
  margin-bottom: 60px;
  border-bottom: 1px solid #dedee4;
  padding-bottom: 40px;
  font-family: "Montserrat";
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.7;
}

.contacts-block {
  display: grid;
  grid-template-columns: minmax(0, 324px) 1fr;
  grid-gap: 30px;
}

.contacts-block__heading {
  max-width: 324px;
  font-family: "Montserrat";
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2777777778;
}

.contacts-block__items {
  margin-left: auto;
  padding-top: 15px;
  width: 100%;
  max-width: 924px;
}

.contacts-block__item {
  margin-bottom: 40px;
}

.contacts-block__item:last-child {
  margin-bottom: 0;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 331px) minmax(0, 564px);
  grid-gap: 30px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.contact__value {
  color: #231f20;
}

.contact__label {
  width: 100%;
  max-width: 324px;
  color: #656061;
  font-family: "Inter";
  font-weight: 400;
  flex-shrink: 0;
}

.contact a {
  text-decoration: underline;
  color: inherit;
}

.ymap {
  margin: 60px 0 80px;
  width: 100%;
  height: 570px;
  overflow: hidden;
}

.page-error {
  background-position: center 293px;
  background-repeat: no-repeat;
  min-height: 730px;
  max-height: 730px;
}

.page-error--503 {
  max-height: initial;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  background-color: white;
  background-position: -79px -1025px;
  background-image: url("/local/markup/dist/css/../images/uploads/503.svg");
}

.page-error__load-error {
  width: fit-content;
  margin: 78px auto 0 auto;
}

.page-error__load-error--503 {
  margin: 190px auto;
}

.resident-detail {
  padding-top: 110px;
  padding-bottom: 100px;
}

.resident-detail__head {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 48px;
  max-width: 924px;
}

.resident-detail__heading {
  margin-bottom: 20px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2777777778;
  letter-spacing: -0.72px;
}

.resident-detail__descriptor {
  color: #656061;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.resident-detail__statusWrap {
  text-align: right;
  margin-left: 25px;
}

.resident-detail__statusIcon {
  margin-bottom: 8px;
}

.resident-detail__statusIcon svg {
  display: inline-block;
}

.resident-detail__statusTitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #656061;
}

.resident-detail__content {
  max-width: 924px;
  margin: 48px auto 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

.resident-detail__content p {
  margin: 32px 0;
}

.resident-detail__content p:first-child {
  margin-top: 0;
}

.resident-detail__content p:last-child {
  margin-bottom: 0;
}

.resident-detail__content p b,
.resident-detail__content p strong {
  letter-spacing: 0.13px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.resident-detail__content p + ul,
.resident-detail__content p + ol {
  margin-top: -12px;
}

.resident-detail__content iframe {
  width: calc(100% + 240px);
  display: block;
  margin-left: -120px;
  height: 654px;
  margin-top: 70px;
}

.resident-detail__content iframe:first-child {
  margin-top: 0;
}

.resident-detail__content iframe + cite {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7777777778;
  color: #656061;
  margin-top: 16px;
}

.resident-detail__content > h2,
.resident-detail__content > h3,
.resident-detail__content > h4,
.resident-detail__content > h5,
.resident-detail__content > h6 {
  margin: 48px 0 32px;
  letter-spacing: -0.48px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
}

.resident-detail__content > h2:first-child,
.resident-detail__content > h3:first-child,
.resident-detail__content > h4:first-child,
.resident-detail__content > h5:first-child,
.resident-detail__content > h6:first-child {
  margin-top: 0;
}

.resident-detail__content > h2:last-child,
.resident-detail__content > h3:last-child,
.resident-detail__content > h4:last-child,
.resident-detail__content > h5:last-child,
.resident-detail__content > h6:last-child {
  margin-bottom: 0;
}

.resident-detail__content li {
  margin-bottom: 20px;
}

.resident-detail__content li:last-child {
  margin-bottom: 0;
}

.resident-detail__content ol {
  list-style: decimal;
  padding-left: 24px;
}

.resident-detail__contacts {
  margin-top: 70px;
}

.resident-detail__contacts .contacts-block__heading {
  max-width: unset;
  margin: 0 0 32px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.48px;
}

.resident-detail__contacts .contacts-block__items {
  margin: 0;
  padding: 0;
  max-width: unset;
}

.resident-detail__contacts .contacts-block__item {
  margin-bottom: 24px;
}

.resident-detail__contacts .contacts-block__item:last-child {
  margin-bottom: 0;
}

.resident-detail__contacts .contacts-block .contact {
  grid-template-columns: minmax(0, 204px) minmax(0, 712px);
  gap: 8px;
}

.resident-detail__contacts .contacts-block .contact__label {
  max-width: 204px;
}

.resident-detail__contact {
  display: block;
  margin-top: 60px;
}

.resident-detail__contact:first-child {
  margin-top: 0;
}

.partners-page__main-title {
  border: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.partners-page__section-title {
  margin-bottom: 43px;
  margin-top: 130px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #231f20;
}

.partners-page__section-title--first {
  margin-top: 84px;
}

.partners-page__cover--second {
  margin-top: 130px;
}

.news-detail-page__template {
  margin-top: 111px;
}

.news-detail-page .news-detail-page__slider h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #231f20;
}

.news-detail-page .news-detail-page__slider .section-news .news-swipe {
  padding-top: 50px;
}

.news-detail-page .news-detail-page__slider .section-news {
  padding-top: 0;
  margin-top: 100px;
}

.news-detail-page .news-detail-page__slider .section-news .section-actions {
  padding-top: 60px;
}

.news-page__top {
  display: flex;
}

.news-page__left {
  flex-basis: 684px;
  margin-right: 88px;
}

.news-page__right {
  flex-basis: 632px;
  display: grid;
  grid-row-gap: 36px;
  height: fit-content;
}

.news-page__bottom {
  margin-top: 98px;
  display: grid;
  grid-gap: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid #dedee4;
}

.template-page__template {
  margin-top: 111px;
  margin-bottom: 100px;
}

.about-page {
  position: relative;
}

.about-page:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/local/markup/dist/css/../images/uploads/about/bg/bg.svg");
  opacity: 0.4;
  background-size: 2823px;
  background-position: center -54px;
  background-repeat: no-repeat;
  z-index: -1;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
}

.about-page__main-title {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.about-page__main-img-wrapper {
  margin: 0 auto 80px auto;
  position: relative;
}

.about-page__main-img-wrapper:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 40.6%;
}

.about-page__main-img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.about-page__section-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #231f20;
  margin-bottom: 60px;
}

.about-page__section-title--white {
  color: white;
}

.about-page__section--dark {
  background-color: #26262f;
  color: white !important;
}

.about-page__section--second {
  margin-top: 130px;
  padding-top: 112px;
  position: relative;
  padding-bottom: 138px;
}

.about-page__section--second:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/local/markup/dist/css/../images/uploads/about/bg-2/bg.svg");
  background-size: 1494px;
  background-position: -815px -162px;
  background-repeat: no-repeat;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.about-page__section--third {
  margin-top: 160px;
}

.about-page__advantages {
  margin-top: 80px;
}

.about-page__stats {
  margin-top: 60px;
  display: grid;
  grid-column-gap: 36px;
  grid-template-columns: repeat(3, 1fr);
}

.about-page__mark--facilities {
  max-width: 1211px;
}

.about-page__infrastructure-description {
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(211, 211, 218, 0.2);
}

.about-page__infrastructure-mark--first {
  margin-top: 84px;
  max-width: 563px;
}

.about-page__infrastructure-mark--second {
  margin-top: 120px;
}

.about-page__infrastructure-mark--mobile {
  display: none;
}

.about-page__vacancies {
  margin: 100px 0;
  color: #231f20;
}

.about-page__vacancies-bold {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}

.about-page__vacancies-description {
  margin-bottom: 48px;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

.about-page__vacancies-button {
  margin: 0 auto;
  display: block;
  width: fit-content;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.investors-page {
  position: relative;
}

.investors-page:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/local/markup/dist/css/../images/uploads/investors/bg/bg.svg");
  opacity: 0.4;
  background-size: 2895px;
  background-position: center -54px;
  background-repeat: no-repeat;
  z-index: -1;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
}

.investors-page__main-title {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 60px;
}

.investors-page__main-img-wrapper {
  margin: 0 auto 72px auto;
  position: relative;
}

.investors-page__main-img-wrapper:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 40.6%;
}

.investors-page__main-img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.investors-page__section-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #231f20;
  margin-bottom: 60px;
}

.investors-page__section-title--white {
  color: white;
}

.investors-page__section-title--become-resident {
  max-width: 1000px;
}

.investors-page__section--dark {
  background-color: #26262f;
  color: white !important;
}

.investors-page__section--first {
  margin-top: 103px;
}

.investors-page__section--second {
  margin-top: 130px;
  padding-top: 112px;
  position: relative;
  padding-bottom: 138px;
}

.investors-page__section--third {
  margin-top: 160px;
}

.investors-page__advantages {
  margin-top: 80px;
  grid-gap: 120px;
}

.investors-page__advantages-title {
  margin-bottom: 40px;
  max-width: 1350px;
}

.investors-page__advantages-description {
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

.investors-page__advantage:nth-child(4n+1) {
  grid-template-columns: minmax(0, 600px) minmax(0, 684px);
  grid-gap: 120px;
}

.investors-page__advantage:nth-child(4n+1) .advantage__img-wrapper {
  height: 528px;
}

.investors-page__advantage:nth-child(4n+1) .advantage__content {
  padding-top: 156px;
}

.investors-page__advantage:nth-child(4n+1) .advantage__title {
  margin-top: 42px;
}

.investors-page__advantage:nth-child(4n+1) .advantage__title br:nth-child(1) {
  display: none;
}

.investors-page__advantage:nth-child(4n+2) {
  grid-template-columns: minmax(0, 558px) minmax(0, 720px);
  grid-gap: 84px;
}

.investors-page__advantage:nth-child(4n+2) .advantage__img-wrapper {
  height: 372px;
}

.investors-page__advantage:nth-child(4n+2) .advantage__title {
  margin-top: 40px;
}

.investors-page__advantage:nth-child(4n+3) {
  grid-template-columns: minmax(0, 600px) minmax(0, 684px);
  grid-gap: 120px;
}

.investors-page__advantage:nth-child(4n+3) .advantage__img-wrapper {
  height: 421px;
}

.investors-page__advantage:nth-child(4n+3) .advantage__content {
  padding-top: 102px;
}

.investors-page__advantage:nth-child(4n+3) .advantage__title {
  margin-top: 42px;
}

.investors-page__advantage:nth-child(4n+4) {
  grid-template-columns: minmax(0, 613px) minmax(0, 720px);
  grid-gap: 29px;
}

.investors-page__advantage:nth-child(4n+4) .advantage__img-wrapper {
  height: 369px;
}

.investors-page__advantage:nth-child(4n+4) .advantage__content {
  padding-top: 94px;
}

.investors-page__advantage:nth-child(4n+4) .advantage__title {
  margin-top: 43px;
}

.investors-page__advantage:nth-child(4n+5) {
  grid-template-columns: minmax(0, 600px) minmax(0, 684px);
  grid-gap: 120px;
}

.investors-page__advantage:nth-child(4n+5) .advantage__img-wrapper {
  height: 435px;
}

.investors-page__advantage:nth-child(4n+5) .advantage__content {
  padding-top: 91px;
}

.investors-page__advantage:nth-child(4n+5) .advantage__title {
  margin-top: 41px;
}

.investors-page__advantage:nth-child(n) .advantage__title {
  line-height: 36px;
}

.investors-page__about-link {
  color: #656061;
  border-color: rgba(167, 169, 172, 0.32);
}

.investors-page__about-link:hover {
  color: inherit;
  text-decoration: none;
}

.investors-page__about-link--about {
  margin-top: 40px;
}

.investors-page__about-link--docs {
  border-color: #656061;
  color: #dedee4;
}

.investors-page__resident {
  margin-top: 109px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efeff4;
}

.investors-page__resident-wrapper {
  display: grid;
  grid-column-gap: 98px;
  grid-template-columns: minmax(0, 600px) minmax(0, 720px);
}

.investors-page__resident-list {
  list-style: none;
  margin-top: 18px;
}

.investors-page__resident-list-item {
  display: flex;
  font-size: 28px;
  color: #231f20;
  font-weight: 400;
  line-height: 42px;
}

.investors-page__resident-list-item:not(:last-child) {
  margin-bottom: 42px;
}

.investors-page__resident-list-item::before {
  content: "•";
  margin-right: 11px;
}

.investors-page__resident-mark {
  margin-bottom: 80px;
}

.investors-page__resident-img-wrapper {
  position: relative;
  height: fit-content;
}

.investors-page__resident-img-wrapper:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 69%;
}

.investors-page__resident-img {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}

.investors-page__resident-spoiler {
  margin-bottom: 80px;
}

.investors-page__become-resident {
  position: relative;
  background-color: #26262f;
  padding-top: 120px;
  padding-bottom: 140px;
}

.investors-page__become-resident:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/local/markup/dist/css/../images/uploads/investors/bg-2/bg.svg");
  background-size: 1494px;
  background-position: -459px -264px;
  background-repeat: no-repeat;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.investors-page__services-title {
  max-width: 1089px;
}

.investors-page__card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 36px;
  grid-row-gap: 44px;
  padding-bottom: 48px;
  border-bottom: 1px solid #dedee4;
}

.investors-page__card {
  display: none;
  min-width: 0;
}

.investors-page__card:nth-child(-n+6) {
  display: block;
}

.investors-page__card-img-wrapper {
  position: relative;
}

.investors-page__card-img-wrapper:before {
  content: "";
  padding-top: 101.35%;
  position: relative;
  display: block;
}

.investors-page__card-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  left: 0;
  top: 0;
}

.investors-page__card-description {
  margin-top: 24px;
  color: #231f20;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}

.investors-page__services {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.investors-page__services:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/local/markup/dist/css/../images/uploads/investors/bg-3/bg.svg");
  background-size: 1156px;
  background-position: 1140px -445px;
  background-repeat: no-repeat;
  opacity: 0.35;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.investors-page__spoiler-docs-list {
  padding: 9px 120px 45px 53px;
  border-bottom: 1px solid #dedee4;
}

.investors-page__spoiler-cross {
  top: calc(50% - 3px);
  transform: translateY(-50%);
  transform-origin: initial;
}

.investors-page__spoiler-list .spoiler-list__item.uk-open .spoiler-list__head {
  padding-bottom: 38px;
}

.investors-page__spoiler-list .spoiler-list__item.uk-open .spoiler-list__cross {
  transform: rotate(45deg) translate(-9px, -10px);
}

.investors-page__spoiler-docs-link {
  display: flex;
  background-repeat: no-repeat;
  padding-left: 59px;
  min-height: 37px;
  display: flex;
  align-items: center;
  color: #231f20;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.investors-page__spoiler-docs-link:hover {
  color: #231f20;
  text-decoration: underline;
}

.investors-page__spoiler-docs-item:not(:last-child) {
  margin-bottom: 34px;
}

.investors-page__docs-spoiler {
  margin-bottom: 60px;
}

.investors-page__docs-spoiler .spoiler-list__head-content,
.investors-page__docs-spoiler .spoiler-list__body {
  max-width: initial;
}

.investors-page__docs-spoiler .spoiler-list__body {
  margin-top: 6px;
}

.investors-page__spoiler-docs-head {
  display: flex;
  padding-top: 2px;
}

.investors-page__spoiler-docs-head:before {
  content: "";
  display: block;
  min-width: 40px;
  height: 40px;
  background-image: url("/local/markup/dist/css/../images/uploads/document.svg");
  margin-right: 21px;
  background-position-y: -1px;
}

.investors-page__resident-spoiler-body {
  max-width: initial;
}

.investors-page__resident-spoiler-content {
  display: grid;
  grid-row-gap: 72px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dedee4;
}

.investors-page__spoiler-head {
  padding: 38px 0;
  position: relative;
}

.investors-page__spoiler-head:hover {
  color: #231f20;
}

.investors-page__docs {
  margin-top: 121px;
}

.search-page {
  margin-bottom: 100px;
}

.search-page__input {
  max-width: 1044px;
  gap: 10px;
  padding: 0 23px 0;
}

.search-page__input .search__loupe {
  position: relative;
  left: auto;
}

.search-page__input .search__reset {
  margin: 0;
  width: 20px;
  height: 20px;
}

.search-page__input .search__reset img {
  width: 100%;
}

.search-page__input .search__input {
  font-size: 20px;
  color: #26262f;
  font-weight: 400;
  padding: 18px 0;
}

.search-page .page__main-title {
  margin-bottom: 60px;
}

.search-page__no-data {
  display: block;
  margin-top: 60px;
}

.search-page__no-data .no-data__title {
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.875;
}

.search-page__no-data .no-data__capture {
  max-width: 1044px;
  color: #656061;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 20px;
}

.search-page__no-data .no-data__subtitle {
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 60px;
}

.search-page__no-data .no-data__list {
  list-style: none;
  margin-top: 24px;
}

.search-page__no-data .no-data__list a {
  display: block;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  margin-top: 16px;
  transition: all 0.25s ease;
}

.search-page__no-data .no-data__list a:hover {
  color: #72bf44;
}

.search-page__no-data .no-data__list a:hover li {
  color: #72bf44;
}

.search-page__no-data .no-data__list a:first-child {
  margin-top: 0;
}

.search-page__no-data .no-data__list a li {
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
  transition: all 0.25s ease;
}

.search-page__data {
  display: block;
}

.search-page__sort {
  position: relative;
  width: 100%;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.search-page__sort-title {
  color: #656061;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
}

.search-page__sort-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  cursor: pointer;
}

.search-page__sort-name span {
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.search-page__sort-name svg {
  width: 18px;
  height: 18px;
  transition: all 0.35s ease;
}

.search-page__sort-name.open svg {
  transform: rotate(180deg);
}

.search-page__sort-items {
  position: absolute;
  bottom: calc(100% - 150px);
  left: 130px;
  width: 240px;
  background: #fff;
  box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.08), -8px 0px 12px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.search-page__sort-items.open {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.search-page__sort-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 8px 20px 8px 16px;
  background: #fff;
  cursor: pointer;
  transition: all 0.35s ease;
}

.search-page__sort-item:hover {
  background: #f5f5f7;
}

.search-page__sort-item.active svg {
  opacity: 1;
  visibility: visible;
}

.search-page__sort-item span {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #231f20;
  white-space: nowrap;
  flex: 1 1 80%;
}

.search-page__sort-item svg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  flex: 1 1 10%;
}

.search-page .tabsWrap {
  margin: 0 -56px;
  overflow-x: auto;
  overflow-y: hidden;
}

.search-page .tabsWrap::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.search-page .tabs {
  min-width: calc(100% - 112px);
  margin: 0 56px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  display: inline-flex;
  justify-content: flex-start;
  border-bottom: 1px solid #dedee4;
  flex-wrap: nowrap;
}

.search-page .tabs li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 5px;
  padding-bottom: 16px;
  cursor: pointer;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  color: #656061;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin-right: 44px;
  white-space: nowrap;
}

.search-page .tabs li::before {
  content: attr(data-tab-count);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.search-page .tabs li:last-child {
  margin-right: 0;
}

.search-page .tabs li.active {
  color: #26262f;
}

.search-page .tabs li.active::after {
  content: " ";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #72bf44;
}

.search-page .tabs li br {
  display: none;
}

.search-page .content-section {
  margin-top: 60px;
  padding-bottom: 0;
}

.search-page .content-section .content {
  display: none;
  opacity: 0;
}

.search-page .content-section .content.active {
  display: block;
  opacity: 1;
}

.search-page .content-section .content a {
  display: block;
  max-width: 1044px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dedee4;
}

.search-page .content-section .content a:hover {
  text-decoration: none;
}

.search-page .content-section .content a:first-child {
  padding-top: 0;
}

.search-page .content-section .content a:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.search-page .content-section .content-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
}

.search-page .content-section .content-item:hover .content-item__title {
  text-decoration-line: underline;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  color: #231f20;
}

.search-page .content-section .content-item__flex {
  overflow: hidden;
}

.search-page .content-section .content-item__title {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #231f20;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration-line: none;
}

.search-page .content-section .content-item__capture {
  width: fit-content;
  color: #a7a9ac;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8333333333;
  white-space: nowrap;
  margin-left: auto;
}

.search-page .content-section .content-item__subtitle {
  max-width: 928px;
  color: #656061;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 12px;
}

.search-page .content-section .content-item__subtitle .bold {
  color: #231f20;
}

.search-page .content-section .content-item__breadcrumbs {
  position: relative;
  white-space: nowrap;
}

.search-page .content-section .content-item__breadcrumbs:last-child::after {
  display: none;
}

.search-page .content-section .content-item__breadcrumbs::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #dedee4;
  margin: 0 12px 3px;
}

@media only screen and (min-width: 0px) {
  .section-testimonials .container .swiper-buttons .swiper-button-next:hover,
  .section-testimonials .container .swiper-buttons .swiper-button-prev:hover {
    border-color: #fff;
    background-color: #72bf44;
  }

  .section-testimonials .container .swiper-buttons .swiper-button-next:hover::after,
  .section-testimonials .container .swiper-buttons .swiper-button-prev:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 5L16.5 12L9.5 19' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

@media screen and (min-width: 993px) {
  .app-header .app-header-main-panel .header-actions .header-navigation nav ul li.active::after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #72bf44;
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 1024px) {
  .search__reset {
    margin-right: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .map__item:hover .show-postion {
    opacity: 1;
    transform: scale(1) translate3d(-50%, 0, 0);
  }
}

@media (min-width: 1025px) {
  .table__download {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    margin-left: 3px;
  }
}

@media (min-width: 1680px) {
  .search__reset {
    margin-right: 23px;
  }
}

@media (max-width: 1680px) {
  .management {
    background-position: -599px -471px;
  }

  .contact-us {
    background-size: 1691px;
    background-position: 1px -3px;
  }

  .about-page:before {
    background-position: -599px -330px;
  }

  .investors-page:before {
    background-position: -592px -41px;
  }
}

@media screen and (max-width: 1530px) {
  .map__image {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1516px) {
  .services-slider {
    margin: 48px -56px 0;
  }

  .own-park-structure .tour-widgets {
    margin-right: -56px;
    padding-right: 56px;
  }
}

@media (max-width: 1460px) {
  .stat-card__caption {
    min-height: 72px;
  }
}

@media (max-width: 1440px) {
  .introduction-video {
    padding: 0;
  }

  .introduction-video__container {
    padding: 0;
  }

  .introduction-video__cover {
    width: 100%;
  }
}

@media screen and (max-width: 1413px) {
  .map__item_5 .show-postion {
    bottom: auto;
    left: auto;
    right: calc(100% + 15px);
    top: 50%;
    transform: scale(0) translate3d(0, -50%, 0);
    transform-origin: 100% 0%;
  }

  .map__item_5 .show-postion .angle {
    left: 97%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate3d(0, -50%, 0) rotate(-90deg);
  }

  .map__item_5.opened .show-postion {
    transform: scale(1) translate3d(0, -50%, 0);
  }
}

@media only screen and (max-width: 1400px) {
  .app-header .app-header-main-panel .header-actions .header-navigation {
    text-align: center;
    margin-right: 15px;
  }

  .app-header .app-header-main-panel .header-actions .header-navigation nav ul li:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1400px) {
  .app-footer .app-footer-main-panel .brand {
    max-width: unset;
  }
}

@media screen and (max-width: 1399px) {
  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-info {
    margin-top: 79px;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-info * {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.875;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-info * span {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.1428571429;
  }
}

@media only screen and (max-width: 1350px) {
  .app-header .app-header-main-panel .header-actions {
    flex-wrap: nowrap;
  }

  .app-header .app-header-main-panel .header-actions .header-navigation nav ul {
    text-align: center;
    flex-wrap: nowrap;
  }

  .app-header .app-header-main-panel .header-actions .header-right-side {
    flex-shrink: 0;
  }

  .app-header .app-header-main-panel .header-actions .header-right-side {
    gap: 16px;
  }
}

@media only screen and (max-width: 1300px) {
  .app-header .app-header-main-panel .header-actions .header-navigation nav ul li:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 1300px) {
  .stat-card {
    min-height: 340px;
  }

  .stat-card__value {
    font-size: 70px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.1px;
  }

  .stat-card__sign {
    font-size: 30px;
    font-weight: 400;
    line-height: 135%;
  }

  .about-page__stats {
    grid-column-gap: 24px;
  }
}

@media only screen and (max-width: 1250px) {
  .primary-button {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.8571428571;
    padding: 8px 16px;
  }

  .secondary-button {
    padding: 12px 24px;
  }

  .app-header .app-header-main-panel .header-left-side {
    max-width: 226px;
  }

  .app-header .app-header-main-panel .header-left-side .brand {
    max-width: 150px;
  }

  .app-header .app-header-main-panel .header-left-side .brand::after {
    right: -18px;
  }

  .app-header .app-header-main-panel .header-actions .header-navigation nav ul li a {
    min-height: initial;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .app-footer .app-footer-main-panel {
    grid-template-columns: minmax(0, auto) minmax(0, 576px) minmax(0, auto);
  }

  .advantages .swiper-navigation {
    bottom: 30px;
  }

  .infrastructure .swiper-navigation {
    bottom: 30px;
  }

  .search-modal__button {
    flex: 1 1 0;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4444444444;
    font-family: "Inter", sans-serif;
    padding: 16px 24px 18px;
  }

  .hero-section {
    padding: 50px 0 114px 0;
  }

  .hero-section__backgroundWrap {
    top: -50px;
    padding-bottom: 100px;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-info * {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.2692307692;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-headline {
    margin-top: 4px;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-headline * {
    font-size: 4.75rem;
    font-weight: 700;
    line-height: 1.2763157895;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions {
    margin-top: 44px;
    max-width: 430px;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions br {
    display: none;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions .hero-sub-headline {
    padding-left: 10px;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions .hero-action {
    min-height: 52px;
  }

  .hero-section .hero-section-main-panel .hero-section-image {
    top: -80px;
    max-width: 486px;
    min-height: 512px;
  }

  .hero-section .hero-section-main-panel .hero-section-image img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .benefits-for-residents {
    padding: 60px 0 80px 0;
  }

  .benefits-for-residents .section-headline * {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.1363636364;
  }

  .benefits-for-residents .section-descriptions {
    justify-content: space-between;
    padding-top: 30px;
    gap: 24px;
  }

  .benefits-for-residents .section-descriptions .section-sub-headline * {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.3076923077;
  }

  .benefits-for-residents .benefit-widgets {
    margin-left: -12px;
    margin-right: -12px;
    align-items: stretch;
  }

  .benefits-for-residents .benefit-widgets .benefit-widget-overlay {
    padding: 0 12px;
  }

  .benefits-for-residents .benefit-widgets .benefit-widget-overlay .benefit-widget {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .benefit-numbers .container .tabs li {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    max-width: none;
    padding-bottom: 22px;
  }

  .benefit-numbers .container .tabs li:last-child {
    margin-right: 0;
  }

  .own-park-structure .section-heading .section-headline * {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4285714286;
  }

  .participation .participation-section .slider-heading {
    margin-top: 60px;
  }

  .participation .participation-section .slider-overlay .slider-infos {
    min-height: 590px;
    right: 14%;
  }

  .participation .participation-section .slider-overlay .participation-slider .swiper-slide .slider-image {
    min-height: 460px;
  }

  .participation .participation-section .slider-overlay .participation-slider .swiper-slide.swiper-slide-active {
    min-height: 590px;
  }

  .participation .participation-section .slider-overlay .participation-slider .swiper-slide.swiper-slide-active .slider-image {
    min-height: 590px;
  }

  .participation .section-headline {
    gap: 32px;
  }

  .participation .section-headline .section-heading {
    max-width: 442px;
  }

  .participation .section-headline .section-heading * {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 0.7;
  }

  .participation .section-headline .section-description {
    margin-top: 0;
  }

  .participation .free-lands .section-headline {
    gap: 24px;
  }

  .participation .free-lands .free-lands-swipe {
    margin: 0 -56px;
  }

  .park-residents .park-residents-swipe {
    margin: 0 -56px;
  }

  .section-news .news-swipe {
    margin: 0 -56px;
  }

  .section-news .news-swipe .swiper-slide .swiper-widget .widget-description * {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget {
    padding-left: 366px;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .widget-image {
    max-width: 366px;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions {
    padding: 0px 0 100px 27px;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .author-name * {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.15;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .testimonial {
    margin-top: 20px;
  }

  .section-testimonials .container .swiper-buttons {
    bottom: 30px;
  }
}

@media screen and (max-width: 1250px) {
  .app-footer .app-footer-main-panel .brand-overlay {
    width: 100%;
    flex-shrink: 0;
    max-width: 270px;
  }

  .app-footer .app-footer-main-panel .brand-overlay svg {
    width: 194px;
    height: auto;
  }

  .services-slider {
    height: 590px;
  }

  .services-slider__slide {
    height: 460px;
    max-width: 366px;
    margin-right: 24px;
  }

  .services-slider__slide_active {
    height: 590px;
    max-width: 444px;
  }

  .services-slider-wrap__info {
    max-width: 414px;
    left: 501px;
  }

  .services-slider-wrap__footer .swiper-buttons {
    margin-right: 32px;
  }

  .services-slider-wrap__currentSlide {
    font-size: 9.375rem;
    font-weight: 300;
    line-height: 0.7066666667;
  }

  .services-slider-wrap__slidesCount {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 0.75;
  }

  .services-slider-wrap__description {
    margin-top: 72px;
  }

  .resident-swiper {
    height: 576px;
    margin: 0 -56px;
  }

  .resident-swiper .resident-swiper__pagination {
    padding: 36px 0 24px;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions .hero-description * {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .benefit-numbers .container .section-headline * {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4285714286;
  }

  .own-park-structure .section-heading {
    gap: 24px;
  }

  .own-park-structure .section-heading .section-headline {
    max-width: 100%;
  }

  .own-park-structure .section-heading .section-description {
    max-width: 100%;
  }

  .own-park-structure .tour-widgets .swiper-slide {
    max-width: 600px;
    margin-right: 24px;
  }

  .participation .free-lands {
    padding-top: 160px;
  }

  .participation .free-lands .section-headline .section-description {
    margin-top: 0px;
  }

  .participation .free-lands .section-heading * {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2777777778;
  }

  .park-residents {
    background-size: cover;
  }

  .contacts {
    padding-top: 86px;
  }

  .contacts__block {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .page-heading {
    font-size: 4rem;
    font-weight: 700;
    line-height: 0.703125;
  }

  .contacts-block__heading {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4285714286;
    max-width: 288px;
  }

  .contacts-block__items {
    max-width: 600px;
  }

  .contact__label {
    max-width: 281px;
  }

  .ymap {
    height: 490px;
  }

  .resident-detail {
    padding-top: 86px;
  }

  .resident-detail__head {
    max-width: 755px;
  }

  .resident-detail__heading {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4285714286;
  }

  .resident-detail__content {
    max-width: 755px;
  }

  .resident-detail__content iframe {
    height: 576px;
    margin-left: calc((100vw - 755px) / 2 * -1);
    width: 100vw;
  }
}

@media (max-width: 1250px) {
  .residents__content {
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }

  .residents__resident-card:nth-child(1n) {
    grid-column: initial;
    min-width: 0;
  }

  .news-card--small .news-card__description {
    font-size: 18px;
    line-height: 150%;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .news-card--small .news-card__date {
    font-size: 14px;
  }

  .news-card__description {
    font-size: 22px;
    line-height: 33px;
  }

  .news-card__date {
    font-size: 18px;
  }

  .participation:after {
    background-position: -755px -362px;
    background-size: 1300px;
  }

  .news-page__left {
    margin-right: 32px;
  }

  .news-page__right {
    grid-row-gap: 32px;
  }

  .about-page__vacancies-button {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 16px 24px;
  }

  .investors-page__about-link {
    padding: 14px 24px;
  }
}

@media only screen and (max-width: 1249px) {
  .app-header .app-header-main-panel .header-actions .header-navigation {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1090px) {
  .search-page .page__main-title {
    font-size: 4.375rem;
    font-weight: 700;
    line-height: 0.9142857143;
  }
}

@media (max-width: 1040px) {
  .app-header .app-header-main-panel .header-actions .header-navigation {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .page__mark {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
  }

  .page__mark:before {
    height: 32px;
    margin-right: 22px;
  }

  .page__main-title {
    font-size: 64px;
    line-height: 64px;
    margin-top: 86px;
  }

  .container {
    padding: 0 56px;
  }

  .app-footer .app-footer-main-panel .footer-listing {
    grid-column: 2/4;
  }

  .app-footer .app-footer-main-panel .footer-listing ul {
    column-gap: 20px;
  }

  .app-footer .app-footer-main-panel .footer-listing ul li {
    padding-right: 0;
  }

  .app-footer .app-footer-main-panel .footer-listing ul li {
    margin-bottom: 18px;
  }

  .app-footer .info-listing {
    margin-top: 82px;
  }

  .form-docs__filters {
    grid-gap: 24px;
  }

  .form-docs__reset {
    margin-top: 16px;
  }

  .table__row {
    grid-gap: 24px;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: minmax(0, 159px) minmax(0, 136px) minmax(0, 117px) minmax(0, 97px) minmax(0, 89px) minmax(0, 130px) minmax(0, 37px);
  }

  .table__head {
    font-size: 14px;
    line-height: 20px;
  }

  .table__body {
    font-size: 14px;
    line-height: 22px;
  }

  .load-error__code {
    font-size: 130px;
    line-height: 140px;
  }

  .residents__tab:first-child {
    margin-right: 32px;
  }

  .residents__tab {
    font-size: 20px;
    line-height: 24px;
  }

  .residents__resident-card:nth-child(5n+3) .residents__description,
  .residents__resident-card:nth-child(5n+4) .residents__description,
  .residents__resident-card:nth-child(5n+5) .residents__description {
    min-height: 84px;
  }

  .residents__resident-card:nth-child(5n+3) .residents__img-wrapper,
  .residents__resident-card:nth-child(5n+4) .residents__img-wrapper,
  .residents__resident-card:nth-child(5n+5) .residents__img-wrapper {
    max-width: 240px;
  }

  .resident-card {
    min-height: 536px;
  }

  .resident-card__status {
    width: 50px;
    height: 50px;
    background-size: 51px;
  }

  .resident-card__name {
    padding-right: 35px;
  }

  .resident-card__img-wrapper {
    margin-top: 36px;
    margin-bottom: 44px;
    max-width: 240px;
  }

  .resident-card__description span {
    -webkit-line-clamp: 3;
  }

  .resident-card__description {
    min-height: 84px;
  }

  .cover {
    padding: 60px 0;
  }

  .cover__inner {
    grid-template-columns: 1fr minmax(0, 522px);
    grid-gap: 35px;
  }

  .cover__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.56px;
  }

  .cover__right {
    padding-top: 6px;
  }

  .cover__contact {
    grid-template-columns: minmax(0, 132px) 1fr;
    grid-gap: 24px;
  }

  .spoiler-list__head-content,
  .spoiler-list__body {
    max-width: 678px;
  }

  .template__body div:not(.template__media-content,
  .table *,
  .swiper *,
  .resident-detail__contacts *,
  .swiper,
  .template__table-wrapper,
  .template__table-container,
  .template__table-bg),
  .template__body p:not(.table *, .swiper *, .swiper),
  .template__body ul,
  .template__body ol,
  .template__body h1,
  .template__body h2,
  .template__body h3,
  .template__body h4,
  .template__body h5,
  .template__body h6,
  .template__body blockquote,
  .template__head {
    padding: 0 16px;
    max-width: 755px;
  }

  .template__main-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
  }

  .template__body h2 {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.64px;
  }

  .template td,
  .template th {
    padding-right: 24px;
    padding-bottom: 24px;
    min-width: 185px;
  }

  .template td:first-child,
  .template th:first-child {
    padding-left: 0;
  }

  .template td:after,
  .template th:after {
    left: 0;
    width: 100%;
  }

  .template table {
    max-width: 755px;
  }

  .template .template__table-wrapper {
    max-width: 755px;
  }

  .template .template__table-container {
    max-width: 755px;
  }

  .news-card--small {
    grid-template-columns: minmax(0, 216px) minmax(0, 196px);
  }

  .news-card--medium {
    grid-gap: 32px;
    grid-template-columns: minmax(0, 366px) minmax(0, auto);
  }

  .news-card--medium .news-card__description {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .advantages__wrapper {
    grid-gap: 70px;
  }

  .advantages__advantage:nth-child(4n+1) {
    grid-template-columns: minmax(0, 444px) minmax(0, 428px);
  }

  .advantages__advantage:nth-child(4n+1) .advantage__content {
    padding-top: 47px;
  }

  .advantages__advantage:nth-child(4n+1) .advantage__img-wrapper {
    height: 466px;
  }

  .advantages__advantage:nth-child(4n+2) {
    grid-template-columns: minmax(0, 428px) minmax(0, 444px);
    margin-left: 0;
  }

  .advantages__advantage:nth-child(4n+2) .advantage__content {
    padding-top: 46px;
  }

  .advantages__advantage:nth-child(4n+2) .advantage__img-wrapper {
    height: 526px;
  }

  .advantages__advantage:nth-child(4n+3) {
    grid-template-columns: minmax(0, 444px) minmax(0, 428px);
  }

  .advantages__advantage:nth-child(4n+3) .advantage__content {
    padding-top: 46px;
  }

  .advantages__advantage:nth-child(4n+3) .advantage__img-wrapper {
    height: 506px;
  }

  .advantages__advantage:nth-child(4n+4) {
    grid-template-columns: minmax(0, 428px) minmax(0, 444px);
    margin-left: 0;
  }

  .advantages__advantage:nth-child(4n+4) .advantage__content {
    padding-top: 48px;
  }

  .advantages__advantage:nth-child(4n+4) .advantage__img-wrapper {
    height: 476px;
  }

  .advantages__advantage:nth-child(n) {
    grid-column-gap: 40px;
  }

  .advantage__img-caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .advantage__number {
    font-size: 150px;
    font-weight: 300;
    line-height: 106px;
  }

  .advantage__title {
    margin-top: 40px;
  }

  .advantage__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .stat-card__caption {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
  }

  .stat-card__value {
    margin: 15px 0;
    padding-left: 0;
  }

  .infrastructure-card__img-wrapper {
    margin-bottom: 17px;
  }

  .infrastructure-card__img-wrapper:before {
    padding-top: 67.57%;
  }

  .infrastructure-card__name {
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 4px;
  }

  .infrastructure-card__value-wrapper {
    margin-bottom: 12px;
    padding-bottom: 18px;
  }

  .infrastructure-card__value {
    font-size: 44px;
    line-height: 110%;
    letter-spacing: -0.88px;
    margin-right: 5px;
  }

  .infrastructure-card__sign {
    font-size: 26px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: -1.04px;
  }

  .infrastructure-card__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .management {
    background-image: url("/local/markup/dist/css/../images/uploads/management/bg-lg.svg");
    padding: 90px 0;
    background-position: 2px -1px;
    background-size: 647px;
  }

  .management__inner {
    grid-template-columns: 1fr;
  }

  .management__description {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
  }

  .management__img-wrapper:before {
    padding-top: 50.55%;
  }

  .infrastructure__grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
  }

  .step-card {
    min-height: 449px;
  }

  .step-card__top {
    margin-bottom: 23px;
  }

  .step-card__dot {
    margin-left: 21px;
  }

  .step-card__description {
    font-size: 20px;
    line-height: 28px;
  }

  .steps__slide {
    max-width: 366px;
  }

  .list__number {
    font-size: 80px;
    line-height: 92px;
    margin-right: 37px;
    margin-left: 9px;
  }

  .list__content {
    grid-row-gap: 27px;
  }

  .list__name {
    font-size: 20px;
    line-height: 28px;
  }

  .list ol li:not(:last-child) {
    margin-bottom: 24px;
  }

  .list ul li:not(:last-child) {
    margin-bottom: 25px;
  }

  .introduction-video__container {
    padding: 0;
  }

  .introduction-video__play-button {
    margin-bottom: 16px;
  }

  .introduction-video__play-text {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .introduction-video__play {
    width: 52px;
    height: 52px;
  }

  .own-park-structure {
    padding-bottom: 100px;
  }

  .own-park-structure .section-heading .section-description * {
    padding-top: 0;
  }

  .participation:after {
    background-image: url("/local/markup/dist/css/../images/home/participation/bg-md.svg");
    background-position: -600px -199px;
    background-size: 1135px;
  }

  .participation .section-headline .section-description * {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.875;
  }

  .park-residents:before {
    background-size: 1255px;
    background-position: -41px -1px;
  }

  .park-residents {
    padding-top: 100px;
    padding-bottom: 85px;
  }

  .park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-name {
    padding-right: 40px;
  }

  .park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-image {
    margin-top: 36px;
    margin-bottom: 44px;
    max-width: 240px;
  }

  .park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-description span {
    -webkit-line-clamp: 3;
  }

  .park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-description {
    min-height: 84px;
  }

  .section-news .news-swipe .swiper-slide .swiper-widget .widget-date {
    font-size: 18px;
  }

  .contact-us {
    background-position: 1px -2px;
    padding-bottom: 111px;
  }

  .home-page__dark-section:before {
    background-image: url("/local/markup/dist/css/../images/home/bg-lg.svg");
    background-size: 1156px;
    background-position: -432px -126px;
  }

  .home-page__dark-section .participation {
    padding-top: 100px;
    padding-bottom: 41px;
  }

  .home-page__dark-section .contact-us .tabs-oberlay {
    padding-top: 169px;
  }

  .contacts-block {
    grid-template-columns: minmax(0, 288px) 1fr;
  }

  .contact {
    grid-template-columns: minmax(0, 270px) minmax(0, 295px);
  }

  .page-error {
    max-height: 601px;
    min-height: 601px;
    background-position: center 337px;
    background-size: 1024px;
  }

  .page-error--503 {
    background-position: -241px -601px;
    background-size: 1150px;
  }

  .page-error__load-error {
    margin-top: 58px;
  }

  .page-error__load-error--503 {
    margin: 190px auto;
  }

  .partners-page__section-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.56px;
    margin-top: 70px;
  }

  .partners-page__section-title--first {
    margin-top: 60px;
  }

  .partners-page__cover--second {
    margin-top: 70px;
  }

  .news-detail-page__template {
    margin-top: 86px;
    margin-bottom: 20px;
  }

  .news-detail-page .news-detail-page__slider h2 {
    font-size: 38px;
    line-height: 44px;
  }

  .news-detail-page .news-detail-page__slider .section-news .news-swipe {
    padding-top: 40px;
  }

  .news-detail-page .news-detail-page__slider .section-news {
    padding-bottom: 100px;
  }

  .news-detail-page .news-detail-page__slider .section-news .section-actions {
    padding-top: 50px;
  }

  .news-page__left {
    flex-basis: 444px;
  }

  .news-page__right {
    flex-basis: 436px;
  }

  .news-page__bottom {
    margin-top: 67px;
    padding-bottom: 70px;
    grid-gap: 40px;
  }

  .template-page__template {
    margin-top: 86px;
  }

  .about-page:before {
    background-image: url("/local/markup/dist/css/../images/uploads/about/bg/bg-lg.svg");
    background-size: 2232px;
    background-position: -618px -286px;
  }

  .about-page__main-img-wrapper {
    margin-bottom: 69px;
  }

  .about-page__section-title {
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
  }

  .about-page__section--second {
    margin-top: 81px;
    padding-top: 79px;
    padding-bottom: 90px;
  }

  .about-page__section--second:before {
    background-image: url("/local/markup/dist/css/../images/uploads/about/bg-2/bg-lg.svg");
    background-size: 1023px;
    background-position: -588px -174px;
  }

  .about-page__section--third {
    margin-top: 120px;
  }

  .about-page__advantages {
    margin-top: 70px;
  }

  .about-page__infrastructure-description {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .about-page__infrastructure-mark--first {
    margin-top: 55px;
    max-width: 410px;
  }

  .about-page__infrastructure-mark--second {
    margin-top: 50px;
  }

  .about-page__vacancies {
    margin-top: 90px;
  }

  .about-page__vacancies-bold {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
  }

  .about-page__vacancies-description {
    font-size: 22px;
    line-height: 33px;
  }

  .investors-page:before {
    background-image: url("/local/markup/dist/css/../images/uploads/investors/bg/bg-lg.svg");
    background-size: 2093px;
    background-position: -579px -70px;
  }

  .investors-page__main-title {
    max-width: 553px;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    margin-top: 90px;
    margin-bottom: 43px;
  }

  .investors-page__main-img-wrapper {
    margin-bottom: 59px;
  }

  .investors-page__section-title {
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
  }

  .investors-page__section-title--become-resident {
    max-width: 815px;
    margin-bottom: 60px;
  }

  .investors-page__section--first {
    margin-top: 75px;
  }

  .investors-page__section--second {
    margin-top: 81px;
    padding-top: 79px;
    padding-bottom: 90px;
  }

  .investors-page__section--third {
    margin-top: 120px;
  }

  .investors-page__advantages {
    margin-top: 70px;
  }

  .investors-page__advantages-description {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
  }

  .investors-page__advantage:nth-child(4n+1) .advantage__title br:nth-child(1) {
    display: inline;
  }

  .investors-page__advantage:nth-child(4n+1) .advantage__title br:nth-child(2) {
    display: none;
  }

  .investors-page__advantage:nth-child(4n+1) .advantage__img-wrapper {
    height: 416px;
  }

  .investors-page__advantage:nth-child(4n+1) .advantage__content {
    padding-top: 102px;
  }

  .investors-page__advantage:nth-child(4n+2) .advantage__img-wrapper {
    height: 386px;
  }

  .investors-page__advantage:nth-child(4n+2) .advantage__content {
    padding-top: 87px;
  }

  .investors-page__advantage:nth-child(4n+3) .advantage__img-wrapper {
    height: 386px;
  }

  .investors-page__advantage:nth-child(4n+3) .advantage__content {
    padding-top: 87px;
  }

  .investors-page__advantage:nth-child(4n+4) .advantage__img-wrapper {
    height: 346px;
  }

  .investors-page__advantage:nth-child(4n+4) .advantage__content {
    padding-top: 98px;
  }

  .investors-page__advantage:nth-child(4n+5) .advantage__img-wrapper {
    height: 420px;
  }

  .investors-page__advantage:nth-child(4n+5) .advantage__content {
    padding-top: 71px;
  }

  .investors-page__advantage:nth-child(n) .advantage__title {
    line-height: 32px;
  }

  .investors-page__resident {
    margin-top: 87px;
    padding-top: 91px;
    padding-bottom: 92px;
  }

  .investors-page__resident-wrapper {
    grid-column-gap: 42px;
    grid-template-columns: minmax(0, 450px) minmax(0, 426px);
  }

  .investors-page__resident-list {
    margin-top: 26px;
  }

  .investors-page__resident-list-item:not(:last-child) {
    margin-bottom: 28px;
  }

  .investors-page__resident-list-item {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .investors-page__resident-mark {
    margin-bottom: 58px;
  }

  .investors-page__resident-img-wrapper:before {
    padding-top: 81.08%;
  }

  .investors-page__resident-spoiler {
    margin-bottom: 60px;
  }

  .investors-page__become-resident:before {
    background-size: 1080px;
    background-position: -443px -60px;
  }

  .investors-page__become-resident {
    padding-top: 91px;
    padding-bottom: 109px;
  }

  .investors-page__services-title {
    margin-bottom: 60px;
  }

  .investors-page__card-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }

  .investors-page__card:nth-child(-n+6) {
    display: none;
  }

  .investors-page__card:nth-child(-n+4) {
    display: block;
  }

  .investors-page__card-img-wrapper:before {
    padding-top: 69.82%;
  }

  .investors-page__card-description {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
  }

  .investors-page__services:before {
    background-size: 1048px;
    background-position: 588px -521px;
  }

  .investors-page__services {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .investors-page__spoiler-docs-list {
    padding: 11px 44px 32px 44px;
  }

  .investors-page__spoiler-list .spoiler-list__item.uk-open .spoiler-list__head {
    padding-bottom: 33px;
  }

  .investors-page__spoiler-docs-item:not(:last-child) {
    margin-bottom: 26px;
  }

  .investors-page__docs-spoiler {
    margin-bottom: 40px;
  }

  .investors-page__spoiler-docs-head:before {
    margin-right: 16px;
  }

  .investors-page__resident-spoiler-body {
    max-width: initial;
  }

  .investors-page__resident-spoiler-content {
    grid-row-gap: 58px;
    padding-bottom: 31px;
  }

  .investors-page__spoiler-head {
    padding: 33px 0;
  }

  .investors-page__spoiler-head .spoiler-list__head-content {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }

  .investors-page__spoiler-head .spoiler-list__head-content {
    max-width: 826px;
  }

  .investors-page__spoiler-head--docs {
    padding: 31px 0;
  }

  .investors-page__docs {
    margin-top: 88px;
  }
}

@media only screen and (max-width: 1024px) {
  .app-header {
    padding-bottom: 50px;
  }

  .app-header--no-pb {
    padding-bottom: 0;
  }

  .app-header .app-header-main-panel {
    padding: 26px 0px 0;
  }

  .app-header .app-header-main-panel .header-left-side {
    max-width: 227px;
  }

  .app-header .app-header-main-panel .header-left-side .brand::after {
    height: 39px;
  }

  .app-header .app-header-main-panel .header-actions .header-navigation {
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    padding-right: 15px;
  }

  .app-header .app-header-main-panel .header-actions .header-navigation nav ul li {
    padding-bottom: 18px;
  }

  .app-header .app-header-main-panel .header-actions .header-navigation nav ul li:not(:last-child) {
    margin-right: 30px;
  }

  .app-header .app-header-main-panel .header-actions .header-right-side .header-actions .search-icon {
    margin-right: 20px;
  }

  .app-footer .app-footer-main-panel {
    grid-template-columns: minmax(0, 370px) minmax(0, auto);
    grid-row-gap: 0;
    grid-column-gap: 20px;
  }

  .app-footer .app-footer-main-panel .footer-contacts {
    text-align: left;
    margin-top: -36px;
    grid-row: 2/3;
  }

  .app-footer .app-footer-main-panel .footer-contacts .phone p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }

  .app-footer .app-footer-main-panel .footer-contacts .mail {
    text-align: left;
    margin-top: 20px;
  }

  .app-footer .info-listing ul li {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.4285714286;
  }

  .search-modal__inner {
    padding: 16px 0 0;
  }

  .search-modal__top {
    margin-bottom: 16px;
  }

  .search-modal__input .search__loupe {
    width: 32px;
    height: 32px;
  }

  .search-modal__button {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4444444444;
    padding: 11px 24px 13px;
  }

  .search-modal__result {
    margin-left: 36px;
  }

  .search-modal__history {
    margin-top: 27px;
  }

  .search-modal__history-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .search-modal__history-item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 15px 20px;
  }

  .search-modal__interested {
    margin-top: 27px;
    margin-bottom: 16px;
  }

  .search-modal__interested-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .search-modal__interested-item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 15px 20px;
  }

  .search-modal__data {
    margin-top: 27px;
  }

  .search-modal__data-title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
  }

  .search-modal__data-capture {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    max-width: min-content;
    text-align: end;
  }

  .search-modal__data-more {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
  }

  .hero-section__background {
    left: -669px;
    top: -6px;
    bottom: -100px;
  }

  .hero-section__background img {
    position: relative;
    top: -150px;
    left: 20px;
  }

  .benefits-for-residents .section-descriptions .section-sub-headline {
    max-width: 100%;
  }

  .benefits-for-residents .section-descriptions .section-description {
    max-width: 100%;
    margin-top: 0;
  }

  .benefits-for-residents .section-descriptions .section-description * br {
    display: none;
  }

  .benefit-numbers .container .tabs {
    margin-top: 40px;
  }

  .benefit-numbers .container .content-section {
    margin-top: 40px;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper {
    flex-wrap: wrap;
    margin: -12px -12px 0;
    width: auto;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide {
    max-width: 50%;
    width: 100%;
    padding: 12px;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget {
    padding: 24px;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-info {
    margin-top: 80px;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-info * {
    font-size: 2.875rem;
    font-weight: 400;
    line-height: 1;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-icon {
    margin-top: 44px;
  }

  .benefit-numbers .container .content-section .content .swiper-buttons {
    display: none;
  }

  .participation .participation-section .slider-heading * {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4285714286;
  }

  .participation .free-lands .free-lands-swipe {
    padding-top: 60px;
  }

  .park-residents .section-headline * {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.1363636364;
  }

  .section-news {
    padding-bottom: 80px;
  }

  .section-news .section-headline * {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.1363636364;
  }

  .section-news .section-actions {
    padding-top: 40px;
  }

  .section-testimonials .container .testimonials-swipe {
    padding-top: 71px;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .testimonial * {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875;
  }

  .contact-us .tabs-oberlay {
    padding-top: 110px;
    max-width: 750px;
  }

  .contact-us .tabs-oberlay .form-tabs li {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2666666667;
    white-space: unset;
  }

  .search-page .page__main-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
  }

  .search-page__no-data {
    margin-top: 50px;
  }

  .search-page__no-data .no-data__subtitle {
    margin-top: 50px;
  }

  .search-page .tabs li {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    max-width: none;
    padding-bottom: 22px;
  }

  .search-page .tabs li::before {
    content: attr(data-tab-count);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 0.75;
  }

  .search-page .tabs li:last-child {
    margin-right: 0;
  }

  .search-page .content-section .content a {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .app-footer .app-footer-main-panel .footer-listing ul li a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .app-footer .app-footer-main-panel .footer-contacts .mail * {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5714285714;
  }

  .app-footer .info-listing ul {
    margin: -12px -10px 0;
  }

  .app-footer .info-listing ul li {
    margin-top: 12px;
    padding: 0 10px;
  }

  .app-footer .terms a {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286;
  }

  .cookies__buttons {
    margin-left: 25px;
    max-width: 128px;
  }

  .cookies__descriptor {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .cookies__button {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
  }

  .own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-infos .widget-desc {
    position: relative;
  }

  .participation {
    padding-top: 100px;
    padding-bottom: 85px;
  }

  .participation .free-lands .section-heading * {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4285714286;
  }
}

@media (max-width: 1024px) and (max-width: 576px) {
  .investors-page__card:nth-child(-n+4) {
    display: none;
  }
}

@media (max-width: 992px) {
  .container {
    padding: 0 16px;
  }

  .app-header .app-header-main-panel .header-actions.open .header-navigation nav ul {
    padding-left: 1px;
  }

  .breadcrumbs {
    margin-right: -16px;
    padding-right: 16px;
  }

  .form-docs__filters {
    grid-template-columns: 1fr;
  }

  .form-docs__search {
    grid-column: 1/2;
  }

  .table__row {
    padding-left: 0;
    padding-right: 0;
  }

  .table__head {
    display: none;
  }

  .table__body {
    font-size: 14px;
    line-height: 22px;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .table__mobile-caption {
    display: block;
    color: #a7a9ac;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 4px;
  }

  .table__cell:first-child {
    grid-column: 1/2;
  }

  .table__cell:nth-child(2) {
    grid-column: 1/3;
  }

  .table__cell:last-child {
    position: absolute;
    right: 0;
    top: 22px;
  }

  .template td {
    grid-column: initial;
  }

  .stat-card__value {
    font-size: 50px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.5px;
    margin: 10px 0;
  }

  .stat-card__sign {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 3px;
  }

  .introduction-video__container {
    padding: 0;
  }

  .participation:after {
    background-image: none;
  }

  .participation .participation-section .section-headline .participation-section__title {
    font-size: 60px;
  }

  .contacts-block {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .contacts-block__items {
    margin-left: initial;
  }
}

@media only screen and (max-width: 992px) {
  .app-header .app-header-main-panel {
    padding: 26px 0px;
    align-items: center;
  }

  .app-header .app-header-main-panel .header-actions {
    display: none;
  }

  .app-header .app-header-main-panel .header-actions .header-navigation {
    max-width: initial;
    margin: 0;
    text-align: left;
  }

  .app-header .app-header-main-panel .header-actions .header-navigation nav ul {
    text-align: left;
  }

  .app-header .app-header-main-panel .header-actions .header-right-side .app-header__button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app-header .app-header-main-panel .header-actions .header-right-side .app-header__button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app-header .app-header-main-panel .header-actions.open .header-search__data-breadcrumbs {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .app-header .app-header-main-panel .hamburger {
    display: block;
  }

  .app-footer .app-footer-main-panel .footer-listing {
    width: 100%;
    max-width: 100%;
  }

  .app-footer .app-footer-main-panel .footer-contacts.desktop-visible {
    display: none;
  }

  .app-footer .app-footer-main-panel .footer-contacts.mobile-visible {
    display: block;
    margin-top: 50px;
    text-align: left;
  }

  .search-modal {
    display: none;
  }

  .benefits-for-residents .benefit-widgets {
    margin-top: -4px;
    margin-bottom: -4px;
    margin-left: 0;
    margin-right: 0;
  }

  .benefits-for-residents .benefit-widgets .benefit-widget-overlay {
    max-width: 100%;
    padding: 4px 0;
  }

  .participation__background {
    display: none;
  }

  .participation__background {
    display: none;
  }

  .participation .participation-section .slider-overlay {
    margin-top: 40px;
  }

  .participation .participation-section .slider-overlay .slider-infos {
    position: static;
    min-height: auto;
    padding-left: 0;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
  }

  .participation .participation-section .slider-overlay .slider-infos .slider-message {
    width: 100%;
    max-width: 100%;
    order: -1;
    margin-top: 24px;
  }

  .participation .participation-section .slider-overlay .slider-infos .slider-counter .swiper-pagination {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2.2727272727;
    margin-top: 24px;
  }

  .participation .participation-section .slider-overlay .slider-infos .slider-counter .swiper-pagination-current {
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 1;
  }

  .participation .participation-section .slider-overlay .participation-slider .swiper-slide .slider-image {
    min-height: 230px;
  }

  .participation .participation-section .slider-overlay .participation-slider .swiper-slide.swiper-slide-active {
    min-height: 230px;
  }

  .participation .participation-section .slider-overlay .participation-slider .swiper-slide.swiper-slide-active .slider-image {
    min-height: 230px;
  }

  .participation .section-headline {
    flex-direction: column;
    gap: unset;
  }

  .participation .section-headline .section-heading {
    max-width: 100%;
    padding-right: 0px;
  }

  .participation .section-headline .section-heading * {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4285714286;
  }

  .participation .section-headline .section-description {
    max-width: 100%;
    padding-left: 0px;
    margin-top: 12px;
  }

  .participation .free-lands {
    padding-top: 100px;
  }

  .participation .free-lands .section-headline {
    gap: unset;
  }

  .participation .free-lands .free-lands-swipe {
    margin: 0 -16px;
  }

  .park-residents .park-residents-swipe {
    margin: 0 -16px;
  }

  .park-residents .park-residents-swipe .swiper-slide .swiper-widget {
    padding: 24px 24px 21px;
  }

  .section-news .news-swipe {
    margin: 0 -16px;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget {
    padding-left: 0px;
    justify-content: center;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .widget-image.desktop-visible {
    display: none;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .widget-image.mobile-visible {
    display: block;
    position: static;
    margin: 20px auto 0 auto;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions {
    padding-left: 0px;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .author-position * {
    text-align: center;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .author-name * {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .app-header .app-header-main-panel .header-actions .header-right-side .header-actions .language-switcher .selected-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .app-header .app-header-main-panel .header-actions .header-right-side .header-actions .language-switcher .selected-lang:after {
    display: block;
    position: absolute;
    left: calc(50% + 10px);
  }

  .app-header .app-header-main-panel .header-actions .header-right-side .header-actions .language-switcher__items {
    left: 0;
    width: auto;
    border-radius: 30px;
    border-color: #dedee4;
  }

  .app-header .app-header-main-panel .header-actions .header-right-side .header-actions .language-switcher__item {
    color: #656061;
    padding: 10px 0 7px;
  }

  .services-slider {
    margin-top: 32px;
    margin-bottom: 24px;
    margin-left: -16px;
    margin-right: -16px;
    height: auto;
  }

  .services-slider__slide {
    height: 230px;
    max-width: 316px;
    margin-right: 8px;
  }

  .services-slider__slide_active {
    height: 230px;
    max-width: 316px;
  }

  .services-slider-wrap__info {
    margin-left: 0;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    max-width: unset;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .services-slider-wrap__footer {
    margin-top: unset;
  }

  .services-slider-wrap__footer .swiper-buttons {
    margin-right: 0;
    width: 136px !important;
    max-width: unset;
  }

  .services-slider-wrap__progress {
    margin-left: 0;
  }

  .services-slider-wrap__currentSlide {
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 0.96;
  }

  .services-slider-wrap__slidesCount {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.2272727273;
  }

  .services-slider-wrap__description {
    display: none;
  }

  .services-slider-wrap__description_mob {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    margin-bottom: 24px;
    max-width: unset;
    margin-top: 0;
  }

  .services-slider-wrap .secondary-button {
    display: none;
  }

  .services-slider-wrap .secondary-button_mob {
    display: block;
    width: 100%;
    margin-top: 24px;
  }

  .resident-swiper {
    margin: 0 -16px;
  }

  .advantages .swiper-navigation {
    right: 16px;
  }

  .infrastructure .swiper-navigation {
    right: 16px;
  }

  .benefit-numbers .container .tabsWrap {
    margin: 0 -16px;
  }

  .benefit-numbers .container .tabs {
    margin: 40px 16px 0;
    min-width: unset;
  }

  .own-park-structure .tour-widgets {
    margin-right: -16px;
    padding-right: 16px;
  }

  .participation .free-lands .section-headline .section-description {
    margin-top: 12px;
    max-width: unset;
  }

  .section-testimonials .container .swiper-buttons {
    right: 16px;
  }

  .search-page .tabsWrap {
    margin: 0 -16px;
  }

  .search-page .tabs {
    margin: 40px 16px 0;
    min-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 880px) {
  .app-footer .app-footer-main-panel {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }

  .search-page .page__main-title {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.4545454545;
  }
}

@media (max-width: 880px) {
  .app-footer .app-footer-main-panel .footer-listing {
    grid-column: initial;
  }

  .app-footer .app-footer-main-panel .footer-listing ul {
    column-count: 1;
  }

  .app-footer .app-footer-main-panel .footer-listing ul li {
    margin-bottom: 16px;
  }

  .news-card--small .news-card__description {
    font-size: 14px;
    line-height: 21px;
  }

  .stat-card {
    min-height: 220px;
    padding: 16px 16px 16px 20px;
  }

  .stat-card__caption {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    min-height: 48px;
  }

  .stat-card__icon {
    width: 58px;
    height: 58px;
  }

  .about-page__stats {
    grid-template-columns: 1fr;
    grid-row-gap: 12px;
  }
}

@media (max-width: 870px) {
  .residents__resident-card:nth-child(5n+3) .residents__description,
  .residents__resident-card:nth-child(5n+4) .residents__description,
  .residents__resident-card:nth-child(5n+5) .residents__description {
    min-height: 112px;
  }
}

@media screen and (max-width: 787px) {
  .resident-detail__content iframe {
    margin-left: -16px;
  }
}

@media (max-width: 785px) {
  .template td:last-child,
  .template th:last-child {
    padding-right: 16px;
  }
}

@media (max-width: 782px) {
  .template .template__table-wrapper {
    margin-left: 16px;
  }
}

@media (max-width: 767px) {
  .page__mark {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  .page__mark:before {
    height: 24px;
    margin-right: 16px;
  }

  .table__cell:first-child {
    grid-column: 1/3;
    padding-right: 45px;
  }

  .residents__content {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }

  .resident-card {
    min-height: initial;
  }

  .resident-card__name {
    min-height: initial;
  }

  .resident-card__description {
    min-height: initial;
  }

  .cover__inner {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .cover__right {
    padding-top: 0;
  }

  .template td:first-child {
    padding-right: 24px;
  }

  .news-card--small {
    grid-template-columns: minmax(0, 366px) minmax(0, auto);
    grid-gap: 32px;
  }

  .news-card--small .news-card__img-wrapper:before {
    padding-top: 65.01%;
  }

  .news-card--small .news-card__img {
    height: 100%;
  }

  .news-card--medium .news-card__description {
    font-size: 14px;
    line-height: 21px;
  }

  .news-card--medium .news-card__date {
    font-size: 14px;
    line-height: 21px;
  }

  .advantages__wrapper {
    display: flex;
  }

  .advantages__wrapper {
    grid-gap: 0;
  }

  .advantages__advantage:nth-child(n) {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }

  .advantages__advantage:nth-child(n) .advantage__img-container {
    order: -1;
  }

  .advantages__advantage:nth-child(n) .advantage__img-wrapper {
    height: fit-content;
  }

  .advantages__advantage:nth-child(n) .advantage__img-wrapper:before {
    padding-top: 73.89%;
  }

  .advantages__advantage:nth-child(n) .advantage__content {
    padding-top: 0;
  }

  .advantages__slider-bottom {
    margin-top: 16px;
    display: flex;
  }

  .advantage__number {
    display: none;
  }

  .advantage__title {
    margin-top: 0;
  }

  .infrastructure-card__name {
    font-size: 16px;
    line-height: 24px;
  }

  .infrastructure-card__value-wrapper {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .infrastructure-card__value {
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.72px;
  }

  .infrastructure-card__sign {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.72px;
  }

  .steps .swiper-navigation .swiper-button-next,
  .steps .swiper-navigation .swiper-button-prev {
    width: 48px;
    height: 48px;
  }

  .park-residents {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contacts-block {
    grid-gap: 0;
  }

  .news-page__top {
    flex-direction: column;
  }

  .news-page__left {
    margin-right: 0;
    flex-basis: auto;
  }

  .news-page__right {
    flex-basis: auto;
    margin-top: 40px;
    grid-gap: 0;
  }

  .news-page__right .news-card {
    margin-bottom: 28px;
  }

  .news-page__bottom {
    padding-bottom: 40px;
    margin-top: 0;
    grid-gap: 28px;
  }

  .about-page__infrastructure-mark--first {
    margin-bottom: 32px;
    margin-top: 0;
    max-width: initial;
  }

  .about-page__infrastructure-mark--second {
    display: none;
  }

  .about-page__infrastructure-mark--mobile {
    display: block;
  }

  .about-page__infrastructure-mark--desktop {
    display: none;
  }

  .investors-page__advantages .advantage__img-caption {
    min-height: 44px;
  }

  .investors-page__advantages-slider-bottom {
    margin-top: 24px;
  }

  .investors-page__advantage:nth-child(n) {
    grid-row-gap: 20px;
  }

  .investors-page__advantage:nth-child(n) .advantage__title {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}

@media only screen and (max-width: 767px) {
  .secondary-button {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .app-header {
    padding-bottom: 38px;
  }

  .app-header--no-pb {
    padding-bottom: 0;
  }

  .app-header .app-header-main-panel {
    padding: 20px 0px;
  }

  .app-header .app-header-main-panel .header-actions .header-navigation nav ul li {
    padding-bottom: 20px;
  }

  .app-footer {
    padding-top: 40px;
    padding-bottom: 38px;
  }

  .app-footer .app-footer-main-panel .footer-contacts .phone a {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.0714285714;
  }

  .app-footer .app-footer-main-panel .footer-contacts .phone p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .app-footer .info-listing {
    margin-top: 40px;
  }

  .app-footer .info-listing ul li {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.6666666667;
  }

  .steps .swiper-navigation {
    min-height: 48px;
    max-width: 106px;
  }

  .hero-section {
    padding: 7px 0 50px 0;
  }

  .hero-section__backgroundWrap {
    display: none;
  }

  .hero-section__background {
    display: none;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-info * {
    text-align: center;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-info * {
    font-size: 16px;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-headline {
    position: absolute;
    top: 8.6%;
    left: -16px;
    right: -16px;
    margin: 0;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-headline * {
    text-align: center;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-headline * {
    font-size: 40px;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions {
    max-width: unset;
    margin: 31px auto 0 auto;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions .hero-sub-headline * {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.625;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions .hero-description {
    margin-top: 16px;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions .hero-action {
    margin-top: 0;
    min-height: initial;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-actions .hero-action .secondary-button {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
  }

  .hero-section .hero-section-main-panel .hero-section-image {
    display: none;
    max-width: 100%;
    min-height: 340px;
    top: 0;
    position: relative;
  }

  .hero-section .hero-section-main-panel .hero-section-image_mob {
    display: block;
  }

  .hero-section .hero-section-main-panel .hero-section-image img {
    min-height: 340px;
    position: relative;
    max-height: unset;
    height: auto;
  }

  .benefits-for-residents {
    padding-top: 50px;
  }

  .benefits-for-residents .section-descriptions {
    flex-wrap: wrap;
    padding-top: 20px;
    gap: unset;
  }

  .benefits-for-residents .section-descriptions .section-description {
    margin-top: 12px;
  }

  .own-park-structure {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .own-park-structure .section-heading {
    flex-direction: column;
    gap: unset;
  }

  .own-park-structure .section-heading .section-headline {
    max-width: 100%;
  }

  .own-park-structure .section-heading .section-description {
    max-width: 100%;
    margin-top: 12px;
  }

  .own-park-structure .swiper-buttons {
    max-width: 106px;
  }

  .own-park-structure .swiper-buttons .swiper-button-next,
  .own-park-structure .swiper-buttons .swiper-button-prev {
    width: 48px;
    height: 48px;
  }

  .participation .free-lands {
    padding-top: 60px;
  }

  .park-residents .section-headline * {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.2307692308;
  }

  .park-residents .park-residents-swipe {
    padding-top: 32px;
  }

  .park-residents .section-actions {
    padding-top: 32px;
  }

  .contact-us .tabs-oberlay .content-section .form-content .form-submit .terms button {
    padding: 12px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .app-footer .app-footer-main-panel .footer-listing ul li a {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.1111111111;
  }

  .app-footer .app-footer-main-panel .footer-contacts .mail * {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .map {
    width: 560px;
    display: flex;
    justify-content: center;
    transform: translateX(-25px);
  }

  .map__image {
    max-width: unset;
  }

  .map__item_1 {
    top: 60.83032%;
    left: 27.5%;
  }

  .map__item_2 {
    top: 64.44043%;
    left: 47.85714%;
  }

  .map__item_3 {
    top: 54.51263%;
    left: 69.10714%;
  }

  .map__item_3 .show-postion {
    bottom: auto;
    left: auto;
    right: calc(100% + 15px);
    top: 50%;
    transform: scale(0) translate3d(0, -50%, 0);
    transform-origin: 100% 0%;
  }

  .map__item_3 .show-postion .angle {
    left: 97%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate3d(0, -50%, 0) rotate(-90deg);
  }

  .map__item_3.opened .show-postion {
    transform: scale(1) translate3d(0, -50%, 0);
  }

  .map__item_4 {
    top: 38.62815%;
    left: 66.60714%;
  }

  .map__item_4 .show-postion {
    bottom: auto;
    left: 100%;
    right: auto;
    top: calc(100% + 35px);
    transform: scale(0) translate3d(-80%, 0, 0);
    transform-origin: 100% 0%;
  }

  .map__item_4 .show-postion .angle {
    top: 0;
    left: auto;
    right: 53px;
    bottom: auto;
    transform: translate3d(0, -96%, 0) rotate(-180deg);
  }

  .map__item_4.opened .show-postion {
    transform: scale(1) translate3d(-80%, 0, 0);
  }

  .map__item_5 {
    top: 49.90252%;
    left: 79.321428%;
  }

  .mark__ellipse {
    width: 30px;
    height: 30px;
  }

  .mark__footer {
    margin-top: -6px;
  }

  .mark_big .mark__ellipse {
    width: 30px;
    height: 30px;
  }

  .mark_big .mark__footer {
    margin-top: -6px;
  }

  .mark_big .mark__footer img {
    width: 30px;
  }

  .mark_small .mark__ellipse {
    width: 30px;
    height: 30px;
  }

  .mark_small .mark__footer {
    margin-top: -6px;
  }

  .mark_small .mark__footer {
    width: 30px;
  }

  .show-postion {
    bottom: calc(100% + 15px);
  }

  .form-modal__box {
    padding: 32px 24px 24px;
  }

  .form-modal__close {
    right: 10px;
    top: 10px;
  }

  .form-modal__close svg {
    width: 20px;
    height: auto;
  }

  .form-modal__heading {
    margin-bottom: 12px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }

  .form-modal__descriptor {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .form-modal__button {
    margin-top: 24px;
    padding: 11px 24px 13px;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .cookies {
    padding: 20px 0;
  }

  .cookies .container {
    display: block;
  }

  .cookies__buttons {
    display: flex;
    justify-content: space-between;
    max-width: unset;
    margin: 24px 0 0;
    gap: 12px;
  }

  .cookies__button {
    width: 100%;
    margin: 0;
  }

  .hero-section .hero-section-main-panel {
    margin-top: -38px;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions {
    padding: 0;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-info {
    position: absolute;
    top: 32px;
    left: -16px;
    right: -16px;
  }

  .benefits-for-residents .maps-image {
    display: flex;
    justify-content: center;
  }

  .benefit-numbers .statistics-image img {
    width: 100%;
    height: auto;
    max-height: unset;
  }

  .participation {
    padding: 50px 0;
  }

  .participation {
    padding: 50px 0;
  }

  .park-residents .section-actions .secondary-button {
    padding: 11px 26px 13px;
  }

  .contacts {
    padding-top: 56px;
    padding-bottom: 30px;
  }

  .page-heading {
    margin-bottom: 40px;
    padding-bottom: 24px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
  }

  .contacts-block__heading {
    margin-bottom: 24px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.4px;
    max-width: unset;
  }

  .contacts-block__items {
    padding-top: 0;
    max-width: unset;
  }

  .contacts-block__item {
    margin-bottom: 20px;
  }

  .contact__label {
    max-width: unset;
  }

  .ymap {
    width: auto;
    margin: 40px -16px 60px;
    height: 280px;
  }

  .resident-detail {
    padding: 40px 0 70px;
  }

  .resident-detail__head {
    margin: 0 0 32px;
    max-width: unset;
  }

  .resident-detail__info {
    max-width: 250px;
  }

  .resident-detail__heading {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .resident-detail__descriptor {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .resident-detail__statusIcon {
    margin-bottom: 7px;
  }

  .resident-detail__statusIcon svg {
    width: 32px;
    height: auto;
  }

  .resident-detail__statusTitle {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5714285714;
  }

  .resident-detail__content {
    max-width: unset;
    margin: 32px 0 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .resident-detail__content p {
    margin: 20px 0;
  }

  .resident-detail__content p b,
  .resident-detail__content p strong {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4444444444;
  }

  .resident-detail__content p + ul,
  .resident-detail__content p + ol {
    margin-top: -8px;
  }

  .resident-detail__content iframe {
    margin-top: 56px;
    margin-left: -16px;
    height: 454px;
  }

  .resident-detail__content iframe + cite {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5714285714;
  }

  .resident-detail__content > h2,
  .resident-detail__content > h3,
  .resident-detail__content > h4,
  .resident-detail__content > h5,
  .resident-detail__content > h6 {
    margin: 32px 0 20px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: -0.36px;
  }

  .resident-detail__content li {
    margin-bottom: 12px;
  }

  .resident-detail__content ol {
    padding-left: 19px;
  }

  .resident-detail__contacts {
    margin-top: 56px;
  }

  .resident-detail__contacts .contacts-block__item {
    margin-bottom: 20px;
  }

  .resident-detail__contacts .contacts-block .contact {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .resident-detail__contacts .contacts-block .contact a {
    hyphens: auto;
  }

  .resident-detail__contact {
    margin-top: 40px;
  }
}

@media screen and (max-width: 700px) {
  .contact-us .tabs-oberlay .form-tabs {
    margin: 0 auto;
    width: 100%;
    max-width: 446px;
  }

  .contact-us .tabs-oberlay .form-tabs li {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .page__breadcrumbs {
    margin-top: 24px;
  }

  .page__main-title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 56px;
    padding-bottom: 24px;
  }

  .app-footer .info-listing {
    margin-top: 21px;
  }

  .breadcrumbs__slide:not(:last-of-type)::after {
    margin-left: 12px;
    margin-right: 15px;
  }

  .breadcrumbs__link {
    font-size: 14px;
    line-height: 20px;
  }

  .form-docs__filters {
    grid-gap: 12px;
  }

  .form-docs__pagination {
    margin-bottom: 70px;
  }

  .form-docs__reset {
    margin-top: 12px;
  }

  .form-docs__empty {
    margin-top: 52px;
    margin-bottom: 70px;
  }

  .form-docs__title {
    margin-bottom: 40px;
  }

  .table__body {
    font-weight: 600;
    line-height: 20px;
  }

  .table__body:last-child .table__cell:nth-child(6) {
    padding-bottom: 40px;
  }

  .show-more__button {
    width: 60px;
    height: 60px;
  }

  .pagination {
    flex-wrap: nowrap;
  }

  .pagination__item:not(:last-child) {
    margin-right: 0;
  }

  .pagination__link {
    min-width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 20px;
  }

  .pagination .ellipsis {
    min-width: 20px;
  }

  .empty__top {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .empty__bottom {
    font-size: 16px;
    line-height: 24px;
  }

  .load-error--503 .load-error__code {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.1px;
    margin-bottom: 25px;
  }

  .load-error--503 .load-error__description {
    font-size: 16px;
    line-height: 24px;
  }

  .load-error__code {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 12px;
  }

  .load-error__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .load-error__link {
    font-size: 16px;
    line-height: 20px;
    padding: 13px 20px 15px 20px;
    display: block;
  }

  .residents__tabs {
    max-width: 228px;
    margin: 0 auto 32px auto;
  }

  .residents__tab:first-child {
    margin-right: 24px;
  }

  .residents__tab.active {
    border-width: 4px;
  }

  .residents__tab {
    font-size: 16px;
    line-height: 22px;
  }

  .residents__contents {
    margin-bottom: 70px;
  }

  .residents__resident-card:nth-child(5n+3) .residents__description,
  .residents__resident-card:nth-child(5n+4) .residents__description,
  .residents__resident-card:nth-child(5n+5) .residents__description {
    min-height: initial;
  }

  .residents__resident-card:nth-child(5n+3) .residents__img-wrapper,
  .residents__resident-card:nth-child(5n+4) .residents__img-wrapper,
  .residents__resident-card:nth-child(5n+5) .residents__img-wrapper {
    max-width: 216px;
  }

  .residents__main-title {
    margin-bottom: 32px;
  }

  .resident-card {
    padding: 24px 24px 21px 24px;
  }

  .resident-card__status {
    width: 42px;
    height: 42px;
    background-size: 43px;
  }

  .resident-card__name {
    font-size: 18px;
    line-height: 27px;
  }

  .resident-card__img-wrapper {
    max-width: 216px;
    margin-top: 30px;
    margin-bottom: 38px;
  }

  .resident-card__description {
    font-size: 16px;
    line-height: 24px;
  }

  .cover {
    padding: 40px 0;
  }

  .cover__inner {
    grid-gap: 8px;
  }

  .cover__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.4px;
  }

  .cover__right {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    grid-gap: 12px;
  }

  .cover__offer {
    margin-bottom: 8px;
  }

  .cover__contact {
    grid-template-columns: 1fr minmax(0, 244px);
    grid-gap: 10px;
  }

  .spoiler-list__head {
    padding: 20px 0;
  }

  .spoiler-list__head-content {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  .spoiler-list__body {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .spoiler-list.template .spoiler-list__body ol li::before {
    margin-right: 6px;
  }

  .spoiler-list.template .spoiler-list__body ul li:before {
    margin-right: 12px;
    top: 8px;
    height: 8px;
    min-width: 8px;
  }

  .spoiler-list.template .spoiler-list__body blockquote {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  .spoiler-list.template .spoiler-list__body blockquote:before {
    margin-right: 16px;
    height: 24px;
  }

  .spoiler-list.template .spoiler-list__body ol,
  .spoiler-list.template .spoiler-list__body ul,
  .spoiler-list.template .spoiler-list__body blockquote {
    margin: 20px 0;
  }

  .spoiler-list .spoiler-list__body .spoiler-list__media-content,
  .spoiler-list .spoiler-list__body p {
    margin: 20px 0;
  }

  .spoiler-list__cross {
    top: 21px;
    right: -7px;
    width: 16px;
    height: 16px;
    transform-origin: 2px 11px;
  }

  .spoiler-list__cross:after {
    right: 0;
    top: 0;
  }

  .spoiler-list__cross:before {
    top: 9px;
    right: 7px;
  }

  .template__body div:not(.template__media-content,
  .table *,
  .swiper *,
  .resident-detail__contacts *,
  .swiper,
  .template__table-wrapper,
  .template__table-container,
  .template__table-bg),
  .template__body p:not(.table *, .swiper *, .swiper),
  .template__body ul,
  .template__body ol,
  .template__body h1,
  .template__body h2,
  .template__body h3,
  .template__body h4,
  .template__body h5,
  .template__body h6,
  .template__body blockquote,
  .template__head {
    max-width: initial;
  }

  .template__head {
    margin-bottom: 32px;
  }

  .template__main-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.52px;
  }

  .template__date {
    font-size: 16px;
  }

  .template__body {
    font-size: 16px;
    line-height: 24px;
  }

  .template__body h1,
  .template__body h2,
  .template__body h3,
  .template__body h4,
  .template__body h5,
  .template__body h6 {
    margin-top: 56px;
    margin-bottom: 20px;
  }

  .template__body .swiper {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .template__body p:not(.table *),
  .template__body ol,
  .template__body ul,
  .template__body div:not(.table *,
  .swiper *,
  .resident-detail__contacts *,
  .resident-detail__contacts,
  .swiper,
  .template__media-content,
  .template__table-bg,
  .template__table-wrapper),
  .template__body blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .template__body b,
  .template__body strong {
    font-size: 18px;
    line-height: 26px;
  }

  .template__body h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
  }

  .template__body h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }

  .template__body h4,
  .template__body h5,
  .template__body h6 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }

  .template__body p + ul,
  .template__body p + ol {
    margin-top: -8px;
  }

  .template__body li:not(:last-child) {
    margin-bottom: 12px;
  }

  .template__body ol li::before {
    margin-right: 6px;
  }

  .template__body ul li:before {
    margin-right: 12px;
    top: 8px;
    height: 8px;
    min-width: 8px;
  }

  .template__body blockquote {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  .template__body blockquote:before {
    margin-right: 16px;
    height: 24px;
  }

  .template .template__media-content {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .template .template__body .template__media-caption {
    max-width: initial;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 32px;
    margin-top: -16px;
  }

  .template tr {
    font-size: 16px;
    line-height: 22px;
  }

  .template td {
    line-height: 24px;
  }

  .template td,
  .template th {
    padding-right: 24px;
    padding-bottom: 16px;
    padding-top: 16px;
    min-width: 130px;
  }

  .template .template__table-bg {
    width: 50px;
  }

  .news-card--small .news-card__description,
  .news-card--medium .news-card__description {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .news-card--small .news-card__date,
  .news-card--medium .news-card__date {
    font-size: 12px;
    line-height: 130%;
  }

  .news-card__description {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .news-card__date {
    font-size: 16px;
  }

  .advantages {
    overflow: visible;
  }

  .advantages__current-slide {
    margin-left: 6px;
  }

  .advantage__img-wrapper {
    margin: 0 -16px;
  }

  .advantage__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.4px;
  }

  .infrastructure-card__img-wrapper {
    margin-bottom: 15px;
  }

  .infrastructure-card__name {
    margin-bottom: 6px;
    padding: 0 12px;
  }

  .infrastructure-card__value-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .infrastructure-card__description {
    padding: 0 12px;
  }

  .management {
    padding: 40px 0;
    background-image: url("/local/markup/dist/css/../images/uploads/management/bg-sm.svg");
    background-position: 0px -1px;
    background-size: 264px;
  }

  .management__inner {
    grid-row-gap: 32px;
  }

  .management__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .management__img-wrapper {
    margin: 0 -16px;
  }

  .management__img-wrapper:before {
    padding-top: 63.89%;
  }

  .infrastructure__grid {
    display: flex;
    gap: 0;
  }

  .infrastructure__slider-bottom {
    margin-top: 32px;
    display: flex;
  }

  .infrastructure__current-slide {
    margin-left: 6px;
  }

  .step-card {
    min-height: 350px;
    padding: 12px 30px 24px 23px;
  }

  .step-card__top {
    margin-bottom: 17px;
  }

  .step-card__number {
    font-size: 70px;
    line-height: 90px;
    letter-spacing: -2.8px;
  }

  .step-card__dot {
    margin-left: 15px;
    margin-right: 0;
  }

  .step-card__description {
    font-size: 16px;
    line-height: 24px;
  }

  .step-card__icon {
    width: 68px;
  }

  .steps__bottom {
    flex-direction: column;
    margin-top: 40px;
  }

  .steps__modal {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    bottom: 0;
  }

  .steps__slide {
    max-width: 300px;
  }

  .steps__modal-body {
    padding: 32px 16px 20px 16px;
    margin-bottom: 0 !important;
  }

  .steps__modal-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.4px;
    margin-bottom: 12px;
  }

  .steps__modal-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 0;
  }

  .steps__modal-close {
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: 16px;
    right: 16px;
  }

  .list {
    flex-direction: column;
  }

  .list__number {
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    margin-top: 2px;
  }

  .list__content {
    grid-row-gap: 12px;
  }

  .list__name {
    font-size: 16px;
    line-height: 24px;
    padding-top: 8px;
  }

  .list__index {
    margin-right: 11px;
  }

  .list li {
    font-size: 16px;
    line-height: 24px;
  }

  .list ol li:not(:last-child) {
    margin-bottom: 8px;
  }

  .list ol ol {
    margin-left: 33px;
  }

  .list ul li {
    margin-left: 23px;
  }

  .list ul li:before {
    top: 7px;
    left: 3px;
  }

  .introduction-video__play {
    width: 44px;
    height: 44px;
  }

  .own-park-structure .section-heading .section-description * {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .participation .participation-section .section-headline .participation-section__title {
    margin-bottom: 2px;
    font-size: 36px;
  }

  .participation .section-headline .section-description * {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .participation .free-lands .free-lands-swipe .swiper-widget .widget-infos .widget-info-headline .info * {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .participation .free-lands .free-lands-swipe .swiper-widget ul li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .park-residents:before {
    background-size: 1238px;
    background-position: -72px -11px;
  }

  .park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-name h3 {
    font-size: 18px;
    line-height: 27px;
  }

  .park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-image {
    max-width: 216px;
    margin-top: 30px;
    margin-bottom: 38px;
  }

  .park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-description {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-us {
    padding-bottom: 46px;
  }

  .home-page__dark-section .participation {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .home-page__dark-section .participation .free-lands {
    padding-top: 54px;
  }

  .home-page__dark-section .participation .section-description p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .home-page__dark-section .contact-us .tabs-oberlay {
    padding-top: 99px;
  }

  .contact {
    grid-template-columns: 1fr;
    grid-gap: 2px;
  }

  .page-error {
    min-height: 434px;
    max-height: 434px;
    background-position: center 196px;
  }

  .page-error__load-error--503 {
    margin: 150px auto;
  }

  .resident-detail__statusWrap {
    margin-left: 20px;
  }

  .partners-page__main-title {
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .partners-page__section-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.4px;
  }

  .partners-page__section-title {
    margin-top: 50px;
    margin-bottom: 24px;
  }

  .partners-page__cover--second {
    margin-top: 50px;
  }

  .news-detail-page__template {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .news-detail-page .news-detail-page__slider h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .news-detail-page .news-detail-page__slider .section-news .news-swipe {
    padding-top: 24px;
  }

  .news-detail-page .news-detail-page__slider .section-news {
    margin-top: 70px;
    padding-bottom: 70px;
  }

  .news-detail-page .news-detail-page__slider .section-news .section-actions {
    padding-top: 40px;
  }

  .news-page__main-title {
    margin-bottom: 40px;
  }

  .template-page__template {
    margin-top: 40px;
    margin-bottom: 70px;
  }

  .about-page__main-title {
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .about-page__img-container {
    padding: 0;
  }

  .about-page__main-img-wrapper {
    margin-bottom: 38px;
  }

  .about-page__main-img-wrapper:before {
    padding-top: 77.78%;
  }

  .about-page__main-img {
    object-position: left;
  }

  .about-page__section-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .about-page__section--second {
    margin-top: 41px;
    padding-top: 41px;
    padding-bottom: 40px;
  }

  .about-page__section--third {
    margin-top: 60px;
  }

  .about-page__advantages {
    margin-top: 50px;
  }

  .about-page__stats {
    margin-top: 40px;
  }

  .about-page__infrastructure-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 16px 32px 16px;
    margin: 0 -16px 32px -16px;
  }

  .about-page__vacancies {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .about-page__vacancies-bold {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .about-page__vacancies-description {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 22px;
  }

  .investors-page__main-title {
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .investors-page__img-container {
    padding: 0;
  }

  .investors-page__main-img-wrapper {
    margin-bottom: 32px;
  }

  .investors-page__main-img-wrapper:before {
    padding-top: 77.78%;
  }

  .investors-page__main-img {
    object-position: left;
  }

  .investors-page__section-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .investors-page__section-title--become-resident {
    margin-bottom: 40px;
  }

  .investors-page__section--first {
    margin-top: 51px;
  }

  .investors-page__section--second {
    margin-top: 41px;
    padding-top: 41px;
    padding-bottom: 40px;
  }

  .investors-page__section--third {
    margin-top: 60px;
  }

  .investors-page__advantages {
    margin-top: 41px;
  }

  .investors-page__advantages-description {
    font-size: 16px;
    line-height: 24px;
  }

  .investors-page__about-link {
    width: 100%;
    text-align: center;
    padding: 11px;
  }

  .investors-page__resident {
    margin-top: 50px;
    padding-top: 41px;
    padding-bottom: 39px;
  }

  .investors-page__resident-wrapper {
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .investors-page__resident-list-item:not(:last-child) {
    margin-bottom: 24px;
  }

  .investors-page__resident-list-item::before {
    margin-right: 8px;
  }

  .investors-page__resident-list-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 8px;
  }

  .investors-page__resident-mark {
    margin-bottom: 40px;
  }

  .investors-page__resident-img-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }

  .investors-page__resident-img-wrapper:before {
    padding-top: 72.22%;
  }

  .investors-page__resident-spoiler {
    margin-bottom: 38px;
  }

  .investors-page__become-resident {
    padding-top: 41px;
    padding-bottom: 50px;
  }

  .investors-page__services-title {
    margin-bottom: 41px;
  }

  .investors-page__card-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    padding-bottom: 40px;
  }

  .investors-page__card:nth-child(-n+2) {
    display: block;
  }

  .investors-page__card-img-wrapper:before {
    padding-top: 70.12%;
  }

  .investors-page__card-description {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 12px;
  }

  .investors-page__services:before {
    background-size: 547px;
    background-position: 162px -266px;
  }

  .investors-page__services {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .investors-page__spoiler-docs-list {
    padding: 0;
    padding-bottom: 20px;
    padding-top: 12px;
  }

  .investors-page__spoiler-cross {
    top: calc(50% - 3px);
  }

  .investors-page__spoiler-list .spoiler-list__item.uk-open .spoiler-list__head {
    padding-bottom: 20px;
  }

  .investors-page__spoiler-list .spoiler-list__item.uk-open .spoiler-list__cross {
    transform: rotate(45deg) translate(-6px, -3px);
  }

  .investors-page__spoiler-docs-link {
    font-size: 16px;
    line-height: 24px;
    background-size: 26px;
    padding-left: 38px;
  }

  .investors-page__spoiler-docs-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .investors-page__docs-spoiler {
    margin-bottom: 28px;
  }

  .investors-page__spoiler-docs-head {
    line-height: 24px;
    font-size: 16px;
  }

  .investors-page__spoiler-docs-head:before {
    min-width: 26px;
    height: 26px;
    background-size: 26px;
    margin-right: 11px;
  }

  .investors-page__resident-spoiler-content {
    grid-row-gap: 24px;
    padding-bottom: 20px;
  }

  .investors-page__spoiler-head .spoiler-list__head-content {
    font-size: 16px;
    line-height: 24px;
  }

  .investors-page__spoiler-head .spoiler-list__head-content {
    padding-right: 35px;
  }

  .investors-page__docs {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 576px) {
  .app-header .app-header-main-panel .header-left-side {
    max-width: 174px;
  }

  .app-header .app-header-main-panel .header-left-side .brand {
    max-width: 122px;
  }

  .app-header .app-header-main-panel .header-actions.open .header-search {
    padding: 0 12px;
  }

  .app-header .app-header-main-panel .header-actions.open .header-search__data-breadcrumbs::after {
    margin: 0 8px 2.5px;
  }

  .app-header .app-header-main-panel .header-actions.open .header-right-side {
    padding-top: 15px;
  }

  .app-footer .app-footer-main-panel .brand {
    margin: 0 0 32px;
  }

  .app-footer .app-footer-main-panel .brand-overlay {
    margin: 0;
    margin-bottom: 16px;
  }

  .app-footer .app-footer-main-panel .footer-contacts.mobile-visible {
    margin: 0;
  }

  .app-footer .app-footer-main-panel .footer-contacts .mail {
    margin-top: 28px;
  }

  .advantages .swiper-navigation {
    min-height: 48px;
    max-width: 106px;
  }

  .infrastructure .swiper-navigation {
    min-height: 48px;
    max-width: 106px;
  }

  .search-modal__data-breadcrumbs::after {
    margin: 0 8px 2.5px;
  }

  .steps .swiper-navigation {
    margin-top: 12px;
  }

  .benefits-for-residents .section-headline * {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.2307692308;
  }

  .benefits-for-residents .section-descriptions .section-sub-headline * {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }

  .benefits-for-residents .section-descriptions .section-description * {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .benefits-for-residents .benefit-widgets .benefit-widget-overlay .benefit-widget {
    padding: 20px 24px;
    padding-bottom: 10px;
    min-height: 184px;
  }

  .benefits-for-residents .benefit-widgets .benefit-widget-overlay .benefit-widget .widget-description {
    margin-bottom: auto;
    padding-bottom: 15px;
  }

  .benefit-numbers .container .section-headline * {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .benefit-numbers .container .tabs {
    margin-top: 24px;
  }

  .benefit-numbers .container .tabs li {
    padding-bottom: 12px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375;
    text-align: center;
    margin-right: 24px;
  }

  .benefit-numbers .container .tabs li br {
    display: block;
  }

  .benefit-numbers .container .content-section {
    margin-top: 32px;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide {
    max-width: 100%;
    padding: 8px;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-name * {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-info {
    margin-top: 50px;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-info * {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 0.6666666667;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-info * span {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.125;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-icon {
    width: 48px;
    height: 48px;
    margin-top: 34px;
  }

  .benefit-numbers .container .content-section .content .economic-environment .swiper-wrapper .swiper-slide .swiper-widget .widget-icon svg {
    width: 100%;
    height: auto;
  }

  .own-park-structure .section-heading .section-headline * {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
  }

  .own-park-structure .tour-widgets {
    padding-top: 32px;
  }

  .own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-image {
    min-height: 230px;
  }

  .own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-infos {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
  }

  .own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-infos .widget-name * {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-infos .widget-desc {
    margin-top: 18px;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.1111111111;
    bottom: 0;
  }

  .own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-infos .widget-desc span {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.0555555556;
  }

  .own-park-structure .tour-widgets .swiper-slide .swiper-widget .widget-infos .widget-desc sup {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 3.0833333333;
  }

  .own-park-structure .section-actions {
    padding-top: 21px;
  }

  .own-park-structure .section-actions .secondary-button.desktop-visible {
    display: none;
  }

  .own-park-structure .section-actions .secondary-button.mobile-visible {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }

  .participation .participation-section .slider-heading {
    margin-top: 40px;
  }

  .participation .participation-section .slider-heading * {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .participation .participation-section .slider-overlay {
    margin-top: 32px;
  }

  .participation .participation-section .swiper-buttons {
    max-width: 106px;
    min-height: 48px;
  }

  .participation .participation-section .swiper-buttons .swiper-button-next,
  .participation .participation-section .swiper-buttons .swiper-button-prev {
    width: 48px;
    height: 48px;
  }

  .participation .section-headline .section-heading * {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.1111111111;
    letter-spacing: -0.4px;
  }

  .participation .free-lands .free-lands-swipe {
    padding-top: 32px;
  }

  .participation .free-lands .free-lands-swipe .swiper-widget {
    padding: 24px;
  }

  .participation .free-lands .free-lands-swipe .swiper-widget .widget-image {
    position: relative;
    min-height: 190px;
  }

  .participation .free-lands .free-lands-swipe .swiper-widget .widget-image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .participation .free-lands .free-lands-swipe .swiper-widget .widget-infos .widget-info-headline .widget-desc * {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.3888888889;
  }

  .participation .free-lands .free-lands-swipe .swiper-widget .widget-infos .widget-info-headline .widget-desc span {
    font-size: 1.4375rem;
    font-weight: 400;
    line-height: 1.7391304348;
  }

  .participation .free-lands .swiper-buttons {
    min-height: 48px;
    max-width: 106px;
  }

  .participation .free-lands .swiper-buttons .swiper-button-next,
  .participation .free-lands .swiper-buttons .swiper-button-prev {
    width: 48px;
    height: 48px;
  }

  .participation .free-lands .section-actions {
    padding-top: 32px;
  }

  .participation .free-lands .section-actions .secondary-button.desktop-visible {
    display: none;
  }

  .participation .free-lands .section-actions .secondary-button.mobile-visible {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }

  .park-residents .swiper-buttons {
    max-width: 106px;
    min-height: 48px;
  }

  .park-residents .swiper-buttons .swiper-button-next,
  .park-residents .swiper-buttons .swiper-button-prev {
    width: 48px;
    height: 48px;
  }

  .park-residents .section-actions .secondary-button span {
    display: none;
  }

  .section-news {
    padding: 40px 0 50px 0;
  }

  .section-news .section-headline * {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.2307692308;
  }

  .section-news .news-swipe {
    padding-top: 32px;
  }

  .section-news .news-swipe .swiper-slide .swiper-widget .widget-description {
    margin-top: 24px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .section-news .news-swipe .swiper-slide .swiper-widget .widget-description * {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .section-news .news-swipe .swiper-slide .swiper-widget .widget-date {
    padding-top: 16px;
    margin-top: 16px;
  }

  .section-news .swiper-buttons {
    min-height: 48px;
    max-width: 106px;
  }

  .section-news .swiper-buttons .swiper-button-next,
  .section-news .swiper-buttons .swiper-button-prev {
    width: 48px;
    height: 48px;
  }

  .section-news .section-actions {
    padding-top: 24px;
  }

  .section-testimonials .container .testimonials-swipe {
    padding-top: 50px;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .author-position * {
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4375;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .author-name * {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.3076923077;
    text-align: left;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .testimonial {
    padding-left: 0px;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .testimonial::after {
    content: none;
  }

  .section-testimonials .container .testimonials-swipe .swiper-widget .testimonial-descriptions .testimonial * {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .section-testimonials .container .swiper-buttons {
    min-height: 48px;
    max-width: 106px;
  }

  .section-testimonials .container .swiper-buttons .swiper-button-next,
  .section-testimonials .container .swiper-buttons .swiper-button-prev {
    width: 48px;
    height: 48px;
  }

  .contact-us .tabs-oberlay {
    padding-top: 50px;
  }

  .contact-us .tabs-oberlay .form-tabs {
    max-width: 300px;
  }

  .contact-us .tabs-oberlay .form-tabs li {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2222222222;
    white-space: unset;
  }

  .contact-us .tabs-oberlay .content-section {
    padding-top: 32px;
  }

  .contact-us .tabs-oberlay .content-section .form-content .form-group:not(:first-child) {
    margin-top: 20px;
  }

  .contact-us .tabs-oberlay .content-section .form-content .form-group textarea {
    max-height: 140px;
    min-height: 140px;
  }

  .contact-us .tabs-oberlay .content-section .form-content .form-group input,
  .contact-us .tabs-oberlay .content-section .form-content .form-group textarea {
    padding: 16px 23px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .contact-us .tabs-oberlay .content-section .form-content .form-group label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .contact-us .tabs-oberlay .content-section .form-content .form-group .custom-select .select-selected {
    padding: 10px 23px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .contact-us .tabs-oberlay .content-section .form-content .form-group .custom-select .select-options {
    top: 55px;
  }

  .contact-us .tabs-oberlay .content-section .form-content .form-group .custom-select .select-options li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 13px 23px;
  }

  .contact-us .tabs-oberlay .content-section .form-content .form-submit .terms {
    flex-direction: column;
  }

  .search-page {
    margin-bottom: 70px;
  }

  .search-page__input {
    padding: 0 12px;
  }

  .search-page__input .search__input {
    font-size: 16px;
    min-height: 46px;
    padding: 13px 0;
  }

  .search-page__input .search__loupe {
    width: 24px;
    height: 24px;
  }

  .search-page__input .search__reset {
    min-width: 18px;
    width: 18px;
    height: 18px;
    margin: 0;
  }

  .search-page .page__main-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 40px;
  }

  .search-page__no-data .no-data__capture {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 12px;
  }

  .search-page__sort {
    width: 100%;
  }

  .search-page__sort-title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
  }

  .search-page__sort-name span {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75;
  }

  .search-page__sort-items {
    bottom: calc(100% - 170px);
    left: 102px;
    width: 223px;
    padding: 3px 0;
  }

  .search-page__sort-item {
    gap: 0;
    padding: 10px 15px 10px 16px;
  }

  .search-page__sort-item svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    flex: 1 1 0.825%;
  }

  .search-page .tabs {
    padding-right: 16px;
  }

  .search-page .tabs li {
    padding-bottom: 12px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.375;
    text-align: center;
    margin-right: 24px;
    gap: 2px;
  }

  .search-page .tabs li::before {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.0769230769;
  }

  .search-page .tabs li br {
    display: block;
  }

  .search-page .content-section {
    margin-top: 40px;
  }

  .search-page .content-section .content a {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .search-page .content-section .content-item {
    display: flex;
    flex-direction: column-reverse;
    gap: 6px;
  }

  .search-page .content-section .content-item__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.8333333333;
  }

  .search-page .content-section .content-item__capture {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2857142857;
    margin-left: 0;
  }

  .search-page .content-section .content-item__subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 4px;
  }

  .search-page .content-section .content-item__breadcrumbs {
    white-space: unset;
  }

  .search-page .content-section .content-item__breadcrumbs::after {
    margin: 0 8px 2.5px;
  }
}

@media screen and (max-width: 576px) {
  .app-header .app-header-main-panel .header-left-side .brand::after {
    height: calc(100% + 6px);
    right: -13px;
  }

  .app-header .app-header-main-panel .header-left-side .header-icon {
    width: 28px;
    height: 28px;
  }

  .app-header .app-header-main-panel .header-left-side .header-icon svg {
    display: block;
    width: 100%;
    height: auto;
  }

  .app-footer .info-listing ul {
    margin: -8px -10px 0;
  }

  .app-footer .info-listing ul li {
    margin-top: 8px;
  }

  .services-slider-wrap__footer .swiper-buttons {
    width: 106px !important;
  }

  .resident-swiper {
    height: 202px;
  }

  .resident-swiper__nav {
    width: 48px;
    height: 48px;
  }

  .resident-swiper__nav_prev {
    left: 16px;
  }

  .resident-swiper__nav_next {
    right: 16px;
  }

  .resident-swiper .resident-swiper__pagination {
    padding: 14px 0 10px;
  }

  .resident-swiper__bullet {
    width: 8px;
    height: 8px;
  }

  .resident-swiper__bullet_active {
    width: 12px;
    height: 12px;
  }

  .own-park-structure .tour-widgets .swiper-slide {
    max-width: 300px;
    margin-right: 8px;
  }

  .own-park-structure .section-actions .primary-button {
    margin-right: 0;
    padding: 11px 42px 13px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .participation {
    background-image: none;
  }

  .participation {
    background-image: none;
  }

  .participation .free-lands .section-heading * {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .participation .free-lands .section-actions .primary-button {
    margin-right: 0;
    padding: 11px 42px 13px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-icon {
    width: 42px;
  }

  .park-residents .park-residents-swipe .swiper-slide .swiper-widget .widget-icon svg {
    width: 100%;
    height: auto;
  }

  .section-news .news-swipe .swiper-slide .swiper-widget .widget-image {
    height: 245px;
  }

  .section-news .news-swipe .swiper-slide .swiper-widget .widget-image img {
    height: 100%;
  }

  .section-news .news-swipe .swiper-slide .swiper-widget .widget-date {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .contact {
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .resident-detail__content iframe {
    height: 202px;
  }

  .resident-detail__contacts .contacts-block__heading {
    margin: 0 0 20px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }
}

@media screen and (max-width: 500px) {
  .map__item_1 .show-postion {
    bottom: auto;
    left: auto;
    left: calc(100% + 15px);
    top: 50%;
    transform: scale(0) translate3d(0, -50%, 0);
    transform-origin: 0 0%;
  }

  .map__item_1 .show-postion .angle {
    left: auto;
    right: 97%;
    top: 50%;
    bottom: auto;
    transform: translate3d(0, -50%, 0) rotate(90deg);
  }

  .map__item_1.opened .show-postion {
    transform: scale(1) translate3d(0, -50%, 0);
  }
}

@media (max-width: 400px) {
  .template__body .swiper {
    padding-bottom: 28px;
    overflow: visible;
  }

  .template__body .swiper .swiper-slide {
    height: 202px;
  }

  .template__body .swiper .resident-swiper__nav {
    display: none;
  }

  .template__body .swiper .swiper-pagination-bullets {
    bottom: -10px;
    background: none;
  }

  .template__body .swiper .resident-swiper__bullet {
    background-color: #a7a9ac;
  }

  .news-card--small,
  .news-card--medium {
    grid-template-columns: minmax(0, 132px) minmax(0, 1fr);
    grid-gap: 16px;
  }

  .news-card--small .news-card__img-wrapper,
  .news-card--medium .news-card__img-wrapper {
    margin-bottom: 0;
  }

  .news-card--small .news-card__img-wrapper:before,
  .news-card--medium .news-card__img-wrapper:before {
    padding-top: 78.03%;
  }

  .news-card--small .news-card__img,
  .news-card--medium .news-card__img {
    height: 100%;
  }

  .news-card__img-wrapper {
    margin-bottom: 20px;
  }

  .introduction-video__container {
    aspect-ratio: 36/32;
  }

  .about-page__vacancies-button {
    font-size: 16px;
    padding: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .resident-detail__heading {
    hyphens: auto;
  }
}

@media (max-width: 360px) {
  .app-header__button {
    width: 100%;
    text-align: center;
  }

  .cover__contact {
    grid-template-columns: minmax(76px, auto) 1fr;
  }

  .spoiler-list.template .spoiler-list__body .spoiler-list__media-content--video {
    height: 184px;
  }

  .spoiler-list .spoiler-list__body .spoiler-list__media-content--video {
    height: 184px;
  }

  .template .template__media-content--video {
    height: 202px;
  }

  .news-card__img-wrapper:before {
    padding-top: 64.02%;
  }

  .news-card__img {
    height: 100%;
  }

  .infrastructure-card__img-wrapper:before {
    padding-top: 76.67%;
  }

  .home-page__dark-section:before {
    background-image: url("/local/markup/dist/css/../images/home/bg-xs.svg");
    background-size: 1219px;
    background-position: -466px -201px;
  }

  .page-error {
    background-position: center 342px;
    background-size: 360px;
  }

  .page-error--503 {
    background-position: -270px -251px;
    background-size: 715px;
  }

  .page-error__load-error {
    width: 100%;
  }

  .about-page:before {
    background-image: url("/local/markup/dist/css/../images/uploads/about/bg/bg-sm.svg");
    background-size: 248px;
    background-position: 204px -131px;
  }

  .about-page__section--second:before {
    background-image: url("/local/markup/dist/css/../images/uploads/about/bg-2/bg-sm.svg");
    background-size: 801px;
    background-position: -534px 0px;
  }

  .investors-page:before {
    background-image: url("/local/markup/dist/css/../images/uploads/investors/bg/bg-sm.svg");
    background-size: 943px;
    background-position: -257px -13px;
  }

  .investors-page__become-resident:before {
    background-size: 782px;
    background-position: -522px -60px;
  }
}

@media only screen and (max-width: 360px) {
  .search-page__no-data {
    margin-top: 40px;
  }

  .search-page__no-data .no-data__title {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.2727272727;
  }

  .search-page__no-data .no-data__subtitle {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5555555556;
    margin-top: 40px;
  }

  .search-page__no-data .no-data__list {
    margin-top: 16px;
  }

  .search-page .tabs {
    margin: 32px 16px 0;
  }

  .search-page .content-section .content-item__title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.0625;
  }

  .search-page .content-section .content-item__capture {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 0;
  }

  .search-page .content-section .content-item__subtitle {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1413px) {
  .map__item_5:hover .show-postion {
    transform: scale(1) translate3d(0, -50%, 0);
  }
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-info * {
    font-size: calc(16px + 16 * ((100vw - 320px) / 447));
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-headline * {
    font-size: calc(40px + 55 * ((100vw - 320px) / 447));
  }
}

@media only screen and (max-width: 767px) and (min-width: 767px) {
  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-info * {
    font-size: 32px;
  }

  .hero-section .hero-section-main-panel .hero-section-descriptions .hero-headline * {
    font-size: 95px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 577px) {
  .search-page .content-section .content-item__capture {
    white-space: wrap;
    width: min-content;
    text-align: end;
  }
}



.stat-card__value .dh_line2 {
	text-transform: initial;
	margin-top: 100px;
	position: absolute;
}










.dh_card2 {
	position: absolute;
	text-transform: initial;
	font-size: 45px;
	line-height: 0px;
}

.dh_card2_line_1 {
	margin-top: -90px;
}

.dh_card2_line_2 {
    margin-top: -40px;
}

.dh_card2_line_3 {
    margin-top: 10px;
}

.dh_slightly_smaller {
	zoom: 0.5;
}

















@media (max-width: 1300px) {
	.stat-card__value .dh_line2 {
		text-transform: initial;
		margin-top: 70px;
		position: absolute;
	}
}

@media (max-width: 992px) {
	.stat-card__value .dh_line2 {
		text-transform: initial;
		margin-top: 50px;
		position: absolute;
	}
}

/* End */
/* /local/markup/dist/css/style.min.css?1783949897270524 */
