@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Play&display=swap");
input,
textarea,
button,
select {
  font-family: Onest, sans-serif;
}

input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  opacity: 1;
  font-weight: 400;
  font-family: Onest, sans-serif;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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,
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;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

a {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type='submit'] {
  appearance: none;
}

input[type='search'] {
  appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: Onest;
  src: url("../fonts/OnestThin1602-hint.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url("../fonts/OnestRegular1602-hint.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url("../fonts/OnestMedium1602-hint.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url("../fonts/OnestBold1602-hint.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sansation;
  src: url("../fonts/Sansation-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sansation;
  src: url("../fonts/Sansation-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 100%;
  width: 100%;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

@media (max-width: 62rem) {
  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (max-width: 46rem) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  justify-content: center;
  background: #0092B9;
  border-radius: 12.5rem;
  transition: all ease .3s;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  border: 1px solid #0092B9;
  background-position: 100%;
}

.btn:hover {
  transition: all ease .3s;
  background: transparent;
  color: #0092B9;
}

.title-section {
  position: relative;
  display: flex;
  align-items: center;
  font-family: Sansation;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
}

.title-section::before {
  content: '';
  margin-right: 1rem;
  display: block;
  min-width: 1.875rem;
  width: 1.875rem;
  height: 2.5rem;
  background: url(../img/icon/title-icon.svg) no-repeat;
  background-size: cover;
  animation: moveRightAndBack 2s linear infinite;
}

@keyframes moveRightAndBack {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.3125rem);
  }
  100% {
    transform: translateX(0);
  }
}

.title-row {
  display: flex;
  align-items: center;
}

.js-close-menu {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 111;
  display: none;
}

.burger {
  display: none;
  margin-left: auto;
}

.js-close-menu {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 0.875rem;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-size: 1.125rem;
  font-family: 'Play', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  transition: all ease .3s;
}

.btn-more::after {
  content: '';
  display: block;
  margin-left: 1.25rem;
  min-width: 3.4375rem;
  width: 3.4375rem;
  height: 2.5rem;
  background: url(../img/icon/btn-more-icon.svg) no-repeat;
  background-size: contain;
}

.btn-more:hover {
  transition: all ease .3s;
  opacity: .5;
}

.breadcrumbs {
  padding-left: 3.125rem;
  display: flex;
  align-items: center;
}

.breadcrumbs a {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  position: relative;
  margin-right: 0.9rem;
  display: flex;
  align-items: center;
  color: #2CA488;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75rem;
  /* 100% */
  text-decoration-line: underline;
}

.breadcrumbs a::after {
  content: '/';
  position: absolute;
  right: -0.625rem;
  display: block;
  margin-left: 0.5rem;
  color: #74757E;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75rem;
  text-decoration: none;
}

.breadcrumbs a:last-child {
  overflow: hidden;
  max-width: 16.25rem;
  width: 100%;
  pointer-events: none;
  color: #74757E;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.75rem;
  text-decoration: none;
  white-space: nowrap;
  /* Текст не переносится */
  overflow: hidden;
  /* Обрезаем всё за пределами блока */
  text-overflow: ellipsis;
  /* Добавляем многоточие */
}

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

.page-title {
  font-size: 3.4375rem;
  font-family: Radiotechnika;
  font-style: normal;
  font-weight: 400;
  line-height: 4.375rem;
  letter-spacing: -0.0344rem;
}

@media (max-width: 73.75rem) {
  .burger-row {
    display: flex;
  }
}

@media (max-width: 90rem) {
  .breadcrumbs {
    padding-left: 1.5625rem;
  }
}

@media (max-width: 62rem) {
  .burger {
    display: block;
  }
  .title-section {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}

@media (max-width: 62rem) {
  .burger {
    top: 58%;
  }
  .inside-page .burger {
    top: 37%;
  }
  .title-section {
    font-size: 2rem;
  }
  .title-section::before {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.875rem;
    background-size: contain;
  }
  .page-title {
    font-size: 40px;
    line-height: 3.125rem;
    letter-spacing: -0.025rem;
  }
  .breadcrumbs {
    padding-left: 1.25rem;
  }
}

@media (max-width: 46rem) {
  .burger {
    top: 42%;
    right: 0.625rem;
  }
  .inside-page .burger {
    top: 29%;
  }
  .page-title {
    font-size: 1.875rem;
    line-height: 2.5rem;
    letter-spacing: -0.0187rem;
  }
  .breadcrumbs {
    margin-top: 0.9375rem;
    padding-left: 0.625rem;
  }
  .breadcrumbs li a {
    font-size: 0.75rem;
  }
}

.title-row {
  display: flex;
  align-items: center;
}

.paginaton {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paginaton ul {
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  align-items: center;
}

.paginaton ul li {
  margin-right: 0.625rem;
}

.paginaton ul li:last-child {
  margin-right: 0;
}

.paginaton ul li.current-page a {
  color: #fff;
  pointer-events: none;
}

.paginaton ul a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
}

@media (max-width: 62rem) {
  .paginaton ul a {
    font-size: 1.25rem;
  }
}

@media (max-width: 46rem) {
  .title-section {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
}

.no-page {
  padding-top: 12.8125rem;
}

.no-page__vector {
  position: absolute;
  top: 12.8125rem;
  left: 0;
  width: 100%;
}

.no-page__vector svg {
  width: 100%;
  height: auto;
}

.no-page__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-page__col a {
  padding: 1rem 24px;
  margin-top: 2.5rem;
  display: block;
  border-radius: 0.75rem;
  border: 1px solid #2CA488;
  color: #2CA488;
  text-align: center;
  font-family: Onest;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
  transition: all ease .3s;
}

.no-page__col a:hover {
  transition: all ease .3s;
  border: 1px solid #32927B;
  background: rgba(44, 164, 136, 0.08);
  color: #32927B;
}

.no-page__num {
  color: #E2F1EE;
  text-align: center;
  font-family: Sansation;
  font-size: 10rem;
  font-style: normal;
  font-weight: 700;
  line-height: 10rem;
  /* 100% */
}

.no-page__title {
  margin-top: 2.5rem;
  color: #070A22;
  text-align: center;
  font-family: Onest;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  /* 100% */
}

.no-page__title-sub {
  margin-top: 1.5rem;
  color: #070A22;
  text-align: center;
  font-family: Onest;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  /* 100% */
}

@media (max-width: 62rem) {
  .no-page__num {
    font-size: 7.5rem;
    line-height: normal;
  }
  .no-page__title {
    font-size: 1.625rem;
    line-height: normal;
  }
}

@media (max-width: 46rem) {
  .no-page {
    padding-top: 10rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .no-page__vector {
    top: 11.25rem;
  }
  .no-page__vector svg g:nth-child(3) {
    display: none;
  }
  .no-page__vector svg g:nth-child(6) {
    display: none;
  }
  .no-page__num {
    font-size: 6.25rem;
  }
  .no-page__title {
    margin-top: 1.5rem;
    font-size: 1.375rem;
  }
  .no-page__title-sub {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 140%;
  }
  .no-page__col a {
    padding: 1rem 1.25rem;
    font-size: 0.75rem;
  }
}

.header {
  padding-left: 2rem;
  padding-right: 2rem;
  position: fixed;
  z-index: 112;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2.5rem);
  height: 5rem;
  border-radius: 0.75rem;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  align-items: center;
}

.header-logo svg {
  width: 12.1875rem;
  height: 1.9375rem;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-menu {
  display: flex;
}

.header-menu a {
  display: block;
  margin-right: 1.5rem;
  transition: all ease .3s;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-menu a.current-page {
  color: #2CA488;
}

.header-menu a:hover {
  color: #2CA488;
  transition: all ease .3s;
}

.header-menu a:last-child {
  margin-right: 0;
}

.header-social {
  margin-left: 2rem;
  display: flex;
  align-items: center;
}

.header-social svg {
  width: 2rem;
  height: 2rem;
}

.header-social svg path {
  transition: all ease .3s;
}

.header-social li {
  margin-right: 1rem;
}

.header-social li:last-child {
  margin-right: 0;
}

.header-social li a:hover svg path {
  fill: #2CA488;
  transition: all ease .3s;
}

.header-lang {
  position: relative;
  cursor: pointer;
  padding: 0.625rem;
  margin-left: 2rem;
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  border: 1px solid #2CA488;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
}

.header-lang svg {
  display: block;
  margin-left: 0.625rem;
  transition: all ease .3s;
}

.header-lang.open svg {
  transform: scale(-1);
  transition: all ease .3s;
}

.header-lang.open .header-lang__select {
  display: block;
}

.header-lang__select {
  display: none;
  padding: 0.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: absolute;
  z-index: 11;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #2CA488;
  border-radius: 0.75rem;
  background: #fff;
}

.header-lang__select a {
  display: block;
  margin-bottom: 0.625rem;
}

.header-lang__select a.current {
  pointer-events: none;
  color: #2CA488;
}

.header-lang__select a:last-child {
  margin-bottom: 0;
}

.header-search {
  cursor: pointer;
}

@media (max-width: 62rem) {
  .header {
    height: 4.375rem;
  }
  .header-row {
    height: 4.375rem;
    justify-content: flex-start;
  }
  .header-nav {
    position: fixed;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 9.375rem;
    padding-left: 3.125rem;
    position: fixed;
    top: -1.25rem;
    right: -1.25rem;
    width: 25rem;
    height: 100vh;
    background: #2CA488;
    transform: translateX(100%);
    transition: all ease .3s;
  }
  .header-nav.open {
    transform: translateX(0);
    transition: all ease .5s;
  }
  .header-menu {
    display: block;
  }
  .header-menu a {
    margin-bottom: 1.25rem;
    display: block;
    margin-right: 0;
    color: #fff;
  }
  .header-social {
    margin-top: 3.75rem;
    margin-left: 0;
    order: 3;
  }
  .header-social svg path {
    fill: #fff;
  }
  .header-lang {
    margin-top: 1.25rem;
    margin-left: 0;
    order: 2;
    border: 1px solid #fff;
    color: #fff;
  }
  .header-lang__select a {
    color: #070A22;
  }
  .header-lang svg path {
    fill: #fff;
  }
  .header-lang__select a {
    margin-bottom: 1.25rem;
  }
  .header-lang__select a.current {
    color: #2CA488;
  }
  .header-search {
    position: absolute;
    right: 6.25rem;
  }
}

@media (max-width: 46rem) {
  .header {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 3.5rem;
  }
  .header-row {
    height: 3.5rem;
  }
  .header-nav {
    width: 100%;
  }
  .header-logo svg {
    width: 8.1875rem;
    height: auto;
  }
}

.main-wrap {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.main-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-img img {
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%) scale(1.9);
  transition: transform ease .4s;
}

.main-nav {
  position: absolute;
  top: 0;
  left: 0;
}

.main-nav__item {
  position: absolute;
}

.main-title__vector {
  position: absolute;
  top: 0;
  right: 0;
}

.main-title__vector svg {
  width: 100%;
  height: 100%;
}

.main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-nav__item {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
}

.main-nav__item p {
  margin-left: -1.875rem;
  padding: 0.5rem 16px 8px 32px;
  color: #373842;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 0rem 12px 12px 0px;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(1rem);
}

.main-nav__item-icon {
  position: relative;
  z-index: 2;
}

.main-nav__item-icon svg {
  width: 5.75rem;
  height: 5.75rem;
}

.main-nav__item:first-child {
  left: 38%;
  top: 16%;
}

.main-nav__item:nth-child(2) {
  left: 18%;
  top: 43%;
}

.main-nav__item:nth-child(3) {
  left: 38%;
  bottom: 10%;
}

.group {
  position: absolute;
}

.navigation-img {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 34.25rem;
  height: 4.1875rem;
  position: fixed;
  top: 8.25rem;
  left: 1.25rem;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  background: #FFF;
}

.navigation-img__item {
  cursor: pointer;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #373842;
}

.about {
  position: relative;
}

.about-row {
  padding-left: 3.125rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8.5rem;
}

.about-col {
  padding-top: 13.5rem;
  width: calc(50% - 1.375rem);
}

.about-text {
  margin-top: 2rem;
}

.about-text p {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-img {
  position: relative;
  width: calc(50% - 1.375rem);
}

.about-img img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.about-mission {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #2CA488;
}

.about-mission__top {
  padding: 2rem 2.5rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5rem;
  width: 62.5rem;
  height: 10rem;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.about-mission__item {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 1rem;
  width: calc(49% - 1.25rem);
  display: flex;
  align-items: center;
}

.about-mission__item-icon {
  margin-right: 1rem;
}

.about-mission__item-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}

.about-mission__item-text b {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3125rem;
}

.about-mission__item-text p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3125rem;
}

.about-mission__row {
  display: flex;
  align-items: center;
}

.about-mission__vector svg {
  width: 25.1875rem;
  height: 11.6875rem;
}

.about-mission__col {
  margin-left: 6.25rem;
  max-width: 51.875rem;
  width: 100%;
}

.about-mission__title {
  font-family: Sansation;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  color: #fff;
}

.about-mission__text {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  color: #fff;
}

.about-create {
  padding-top: 5.5rem;
}

.about-create .title-top__text {
  margin-left: 5.25rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.about-create__img {
  margin-top: 3rem;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}

.about-create__img img {
  width: 100%;
}

.detail-project {
  padding: 2.125rem 3rem;
  margin-top: 5rem;
  border-radius: 1.5rem;
  background-color: #2CA488;
}

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

.detail-project__col {
  display: flex;
  align-items: center;
}

.detail-project__icon svg {
  width: 4rem;
  height: 4rem;
}

.detail-project__text {
  margin-left: 1.5rem;
  font-family: Sansation;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #fff;
}

.detail-project__btn {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  border: 0.0625rem solid #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}

.detail-project__btn::after {
  content: '';
  margin-left: 1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/donwload-icon.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 62rem) {
  .about-row {
    margin-bottom: 2.5rem;
    padding-top: 9.375rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .about-col {
    padding-top: 0;
  }
  .about-img {
    width: 50%;
  }
  .about-img img {
    position: static;
  }
  .about-text p {
    font-size: 0.875rem;
    line-height: 140%;
  }
  .about-text p br {
    display: none;
  }
  .about-mission__vector {
    display: none;
  }
  .about-mission__top {
    width: 96%;
  }
  .about-mission {
    padding-top: 8rem;
    padding-bottom: 2.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .about-mission__col {
    margin-left: 0;
  }
  .about-mission__title {
    font-size: 1.75rem;
  }
  .about-mission__text {
    font-size: 0.875rem;
    line-height: 140%;
  }
  .about-mission__top {
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem;
  }
  .about-mission__item-icon svg {
    width: 1.875rem;
    height: 1.875rem;
  }
  .about-mission__item-text b {
    font-size: 0.75rem;
  }
  .about-mission__item-text p {
    font-size: 0.75rem;
  }
  .about-mission__item-text p br {
    display: none;
  }
  .about-create {
    padding-top: 5rem;
  }
  .about-create .title-row {
    flex-wrap: wrap;
  }
  .about-create .title-top__text {
    margin-top: 1.25rem;
    margin-left: 0;
    font-size: 0.875rem;
    line-height: 140%;
  }
  .about-create__img {
    margin-top: 2rem;
  }
  .detail-project__row {
    flex-wrap: wrap;
  }
  .detail-project__btn {
    margin-top: 2rem;
  }
  .detail-project__text {
    font-size: 1.625rem;
  }
}

@media (max-width: 46rem) {
  .about-row {
    padding-top: 7.5rem;
    flex-wrap: wrap;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .about-col {
    width: 100%;
  }
  .about-img {
    margin-top: 2rem;
    width: 100%;
  }
  .about-text p {
    margin-bottom: 1rem;
  }
  .about-mission {
    padding-top: 3.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .about-mission__top {
    width: 100%;
    position: static;
    height: auto;
    transform: unset;
  }
  .about-mission__item {
    width: 100%;
  }
  .about-mission__item:last-child {
    margin-bottom: 0;
  }
  .about-mission__col {
    margin-top: 2rem;
  }
  .about-mission__title {
    font-size: 1.625rem;
  }
  .about-create {
    padding-top: 3.75rem;
  }
  .about-create .title-top__text br {
    display: none;
  }
  .about-create__img {
    border-radius: 1rem;
  }
  .detail-project {
    margin-top: 3.75rem;
    border-radius: 1rem;
    padding: 1.25rem;
    padding-bottom: 2rem;
  }
  .detail-project__col {
    width: 100%;
  }
  .detail-project__text {
    font-size: 1.25rem;
    line-height: 140%;
  }
  .detail-project__icon svg {
    width: 2rem;
    height: 2rem;
  }
  .detail-project__btn {
    font-size: 0.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.location .title-top__text {
  margin-left: 5.25rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.location .title-top__text p {
  margin-bottom: 0.625rem;
}

.location .title-top__text ul {
  margin-left: 0;
}

.location .title-top__text ul li {
  display: flex;
  align-items: flex-start;
}

.location .title-top__text ul li::before {
  content: "";
  display: block;
  margin-top: 0.7rem;
  margin-right: 0.625rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #23AB8D;
}

.location-img {
  position: relative;
  margin-top: 3rem;
}

.location-img img {
  width: 100%;
}

.location-img svg {
  width: 100%;
  height: auto;
}

.location-logo {
  position: relative;
  width: 42px;
  height: 42px;
}

.location-sub {
  display: flex;
  padding-top: 8.75rem;
  padding-right: 4.875rem;
}

.location-sub__img {
  width: 50%;
}

.location-sub__img img {
  width: 100%;
}

.location-sub__content {
  position: relative;
  margin-left: 5rem;
  width: 50%;
}

.location-sub__text {
  margin-top: 2rem;
  color: #373842;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.location-sub__block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.location-sub__item {
  width: calc(49% - 3rem);
  display: flex;
  align-items: center;
  margin-top: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.location-sub__item-icon {
  width: 2.5rem;
}

.location-sub__item-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}

.location-sub__item-text {
  margin-left: 1rem;
  color: #070A22;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}

.location-sub__item-text span {
  color: #2CA488;
}

.location-sub__btn {
  width: 15.75rem;
  height: 3.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid #2CA488;
  color: #2CA488;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all ease .3s;
}

.location-sub__btn svg {
  width: 1rem;
  height: 1rem;
  display: block;
  margin-left: 1rem;
}

.location-sub__btn:hover {
  transition: all ease .3s;
  transition: all ease .3s;
  background: rgba(44, 164, 136, 0.08);
}

.location-sub__btn:hover svg path {
  fill: #32927B;
}

@keyframes pulseto-1 {
  0% {
    fill: rgba(35, 171, 141, 0);
    /* Измените цвет на желаемый */
  }
  25% {
    fill: rgba(35, 171, 141, 0.3);
    /* Измените цвет на желаемый */
  }
  50% {
    fill: rgba(35, 171, 141, 0.5);
    /* Измените цвет на желаемый */
  }
  50% {
    fill: rgba(35, 171, 141, 0.3);
    /* Измените цвет на желаемый */
  }
  100% {
    fill: rgba(35, 171, 141, 0);
    /* Измените цвет на желаемый */
  }
}

@keyframes pulseto-2 {
  0% {
    fill: rgba(35, 171, 141, 0);
    /* Измените цвет на желаемый */
  }
  25% {
    fill: rgba(35, 171, 141, 0.3);
    /* Измените цвет на желаемый */
  }
  50% {
    fill: rgba(35, 171, 141, 0.5);
    /* Измените цвет на желаемый */
  }
  50% {
    fill: rgba(35, 171, 141, 0.3);
    /* Измените цвет на желаемый */
  }
  100% {
    fill: rgba(35, 171, 141, 0);
    /* Измените цвет на желаемый */
  }
}

.path-pulse-1 {
  animation: pulseto-1 2s infinite;
  transition: all ease 0.3s;
}

.path-pulse-2 {
  animation: pulseto-2 2s infinite;
  animation-delay: 1.5s;
  fill: rgba(35, 171, 141, 0);
  transition: all ease 0.3s;
}

.location-logo {
  cursor: pointer;
}

.dialog-location {
  display: none;
  position: absolute;
  max-width: 23.125rem;
  padding: 1.5rem 2rem;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  color: #373842;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.js-call-dialog-location {
  cursor: pointer;
}

.dialog-location__logo {
  display: none;
  position: absolute;
  left: 46%;
  top: 34%;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.dialog-location__logo.active {
  display: block;
}

.dialog-location__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.875rem;
  height: 3.125rem;
  border-radius: 0.75rem;
  background: #2CA488;
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
  transition: all ease .3s;
}

.dialog-location__logo a:hover {
  background: #32927B;
  transition: all ease .3s;
}

@media (max-width: 62rem) {
  .location .title-row {
    flex-wrap: wrap;
  }
  .location .title-top__text {
    margin-left: 0;
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 140%;
  }
  .location .title-top__text br {
    display: none;
  }
  .location-sub {
    padding-top: 5rem;
    padding-right: 0;
    flex-wrap: wrap;
    padding-right: 1.875rem;
  }
  .location-sub__img {
    margin-top: 3rem;
    order: 2;
    width: 100%;
  }
  .location-sub__content {
    width: 100%;
    margin-left: 0;
    padding-left: 1.875rem;
  }
  .location-sub__btn {
    position: static;
    margin-top: 3rem;
  }
}

@media (max-width: 46rem) {
  .location-img {
    overflow-x: scroll;
  }
  .location-img svg {
    width: 1200px;
  }
  .dialog-location {
    padding: 0.625rem;
    font-size: 0.75rem;
  }
  .dialog-location__logo {
    left: 105%;
    top: 50%;
  }
  .dialog-location {
    width: 250px;
    max-width: 100%;
    font-size: 0.75rem;
  }
  .location-sub {
    padding-top: 3.75rem;
    padding-right: 0;
  }
  .location-sub__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .location-sub__item {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
  .location-sub__item-text {
    font-size: 0.875rem;
  }
  .location-sub__block {
    margin-left: 0;
    margin-right: 0;
  }
  .location-sub__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: normal;
  }
}

#animated-path {
  stroke-dasharray: 1000;
  /* Длина пути */
  stroke-dashoffset: 1000;
  /* Начальное смещение */
  animation: drawPath 3s ease infinite;
}

@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
    /* Значение для завершения анимации */
  }
}

.partner-form {
  overflow: hidden;
  position: relative;
  margin-top: 7.5rem;
}

.partner-form__vector {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.partner-form__vector svg {
  width: 90rem;
  height: 11.6875rem;
}

.partner-form__block {
  padding: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 64.875rem;
  width: 100%;
  border-radius: 1.5rem;
  border: 1px solid #2CA488;
  background: #fff;
}

.partner-form__title {
  font-family: Sansation;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}

.partner-form .input-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partner-form .input-col {
  margin-top: 1.5rem;
  width: calc(50% - 1.25rem);
  height: 3.25rem;
  border-radius: 0.75rem;
  border: 1px solid #DCDEDE;
}

.partner-form .input-col input {
  padding-left: 1.5rem;
  border: none;
  height: 100%;
  background-color: transparent;
}

.partner-form .input-col input::placeholder {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #74757E;
  opacity: 1;
}

.partner-form form {
  margin-top: 0.5rem;
}

.partner-form__footer {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partner-form__footer p {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
}

.partner-form__footer p a {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  text-decoration-line: underline;
  color: #2CA488;
}

.partner-form__btn {
  cursor: pointer;
  width: 11.875rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: #2CA488;
  border: 0.125rem solid #2CA488;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  transition: all ease .3s;
}

.partner-form__btn:hover {
  background-color: transparent;
  transition: all ease .3s;
  color: #2CA488;
}

.partner-vector__top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.partner-vector__top svg {
  width: 56.0625rem;
  height: 53rem;
}

.partner-top__row {
  margin-top: 7.875rem;
  display: flex;
  position: relative;
}

.partner-top__row::before {
  content: '';
  display: block;
  width: 55.1875rem;
  height: 39.75rem;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -5.562rem;
  border-radius: 1rem;
  background: #2CA488;
}

.partner-top__list {
  max-width: 36.1875rem;
  width: 100%;
}

.partner-top__list-item {
  margin-bottom: 1rem;
  padding: 0 1.5rem;
  width: 100%;
  height: 5.75rem;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0rem 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.partner-top__list-item:last-child {
  margin-bottom: 0;
}

.partner-top__list-item svg {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
}

.partner-top__list-item p {
  margin-left: 1rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}

.partner-top__col {
  margin-left: 7.625rem;
  width: 50%;
  position: relative;
}

.partner-top__col-title {
  margin-top: 2.1875rem;
  position: relative;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  color: #fff;
}

.partner-top__col-row {
  display: flex;
  flex-wrap: wrap;
}

.partner-top__col-item {
  margin-top: 3rem;
  width: 50%;
  display: flex;
  align-items: center;
}

.partner-top__col-item svg {
  width: 2.5rem;
  height: 2.5rem;
}

.partner-top__col-item p {
  margin-left: 1rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  color: #fff;
}

.partner-support {
  margin-top: 10rem;
  padding-top: 5.375rem;
  padding-bottom: 5.375rem;
  background: #EEF8F5;
}

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

.partner-support__col {
  width: 18.75rem;
  display: flex;
  align-items: center;
}

.partner-support__col-num {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  color: #2CA488;
}

.partner-support__col-text {
  margin-left: 1rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.partner-support__btn {
  width: 11.75rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid  #2CA488;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #2CA488;
  transition: all ease .3s;
}

.partner-support__btn:hover {
  transition: all ease .3s;
  background-color: rgba(44, 164, 136, 0.2);
  color: #32927B;
  border: 1px solid #32927B;
}

.partner-options {
  padding-top: 5.375rem;
}

.partner-options__wrap {
  display: flex;
  margin-top: 3.75rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.partner-options__item {
  width: calc(33.33% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  overflow: hidden;
  background-color: #F8F8F8;
}

.partner-options__item-top {
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
  height: 4.5rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  color: #fff;
  background-color: #2CA488;
}

.partner-options__item-text {
  padding: 1.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  background-color: #F8F8F8;
}

@media (max-width: 62rem) {
  .partner-form {
    margin-top: 5rem;
  }
  .partner-form__vector svg {
    width: 100%;
    height: auto;
  }
  .partner-form__block {
    padding: 2rem;
    width: 90%;
  }
  .partner-form__footer {
    flex-wrap: wrap;
  }
  .partner-form__footer p br {
    display: none;
  }
  .partner-form__btn {
    margin-top: 2rem;
  }
  .partner-form .input-col input::placeholder {
    font-size: 0.875rem;
  }
  .partner-vector__top svg {
    width: 30.063rem;
    height: auto;
  }
  .partner-top__row {
    flex-wrap: wrap;
    margin-top: 3.75rem;
  }
  .partner-top__list {
    margin-left: auto;
    margin-right: auto;
  }
  .partner-top__list-item p {
    font-size: 1rem;
    line-height: 140%;
  }
  .partner-top__col {
    padding-left: 1.5rem;
    width: 100%;
    position: relative;
    margin-left: 0;
    padding-bottom: 5rem;
  }
  .partner-top__col-title {
    position: static;
  }
  .partner-top__col-title::before {
    width: 100%;
    height: 100%;
    top: -2.8rem;
  }
  .partner-top__col-item {
    width: 50%;
    margin-right: 0;
  }
  .partner-support {
    margin-top: 3.75rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .partner-support__row {
    flex-wrap: wrap;
  }
  .partner-support .title-section {
    margin-bottom: 2rem;
    width: 100%;
  }
  .partner-support__col {
    width: 50%;
  }
  .partner-support__col-num {
    font-size: 2.375rem;
  }
  .partner-support__col-text {
    font-size: 0.875rem;
    line-height: 140%;
  }
  .partner-support__btn {
    margin-top: 2rem;
  }
  .partner-top__row::before {
    width: 100%;
    top: unset;
    bottom: 0;
  }
  .partner-options__wrap {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .partner-options__item {
    width: calc(33.33% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
  .partner-options__item-top {
    font-size: 1.125rem;
    height: 48px;
  }
  .partner-options__item-text {
    font-size: 0.875rem;
    line-height: 140%;
    padding: 1rem;
  }
}

@media (max-width: 46rem) {
  .partner-form {
    margin-top: 3.75rem;
  }
  .partner-form__block {
    padding: 1.25rem;
  }
  .partner-form__title {
    font-size: 1.375rem;
  }
  .partner-form .input-col {
    margin-top: 1rem;
    width: 100%;
    height: 2.875rem;
  }
  .partner-form .input-col input::placeholder {
    font-size: 0.75rem;
  }
  .partner-vector__top svg {
    width: 19.063rem;
  }
  .partner-top__row {
    margin-top: 2.5rem;
  }
  .partner-top__list-item {
    padding: 1rem;
    height: auto;
  }
  .partner-top__list-item svg {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
  }
  .partner-top__list-item p {
    font-size: 0.875rem;
  }
  .partner-top__list-item p br {
    display: none;
  }
  .partner-top__col {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    background: #2CA488;
    border-radius: 1rem;
  }
  .partner-top__col-title {
    font-size: 1.0625rem;
  }
  .partner-top__col-row {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
  }
  .partner-top__col-item {
    margin-top: 1.5rem;
    width: 100%;
  }
  .partner-top__col-item p {
    font-size: 0.875rem;
  }
  .partner-top__col-item p br {
    display: none;
  }
  .partner-support {
    margin-top: 2.5rem;
  }
  .partner-support .title-section {
    margin-bottom: 1rem;
  }
  .partner-support__col {
    margin-top: 1.25rem;
    width: 100%;
  }
  .partner-top__row::before {
    display: none;
  }
  .partner-options {
    padding-top: 3.75rem;
  }
  .partner-options__wrap {
    flex-wrap: wrap;
    margin-top: 0.625rem;
    margin-left: 0;
    margin-right: 0;
  }
  .partner-options__item-top {
    font-size: 1.125rem;
    height: 2.625rem;
  }
  .partner-options__item {
    margin-top: 1.875rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.object {
  padding-top: 7.5rem;
}

.object-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.object-item {
  margin-top: 3rem;
  width: calc(33.333% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.object-item:hover .object-item__title {
  transition: all ease .3s;
  color: #2CA488;
}

.object-item__img {
  height: 19.25rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.object-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object-item__title {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #070A22;
  transition: all ease .3s;
}

.object-item__data {
  margin-top: 0.5rem;
}

.object-item__data-item {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3125rem;
}

.object-item__data-item::before {
  content: '';
  display: block;
  margin-right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}

.object-item__data-item:first-child::before {
  background: url(../img/icon/object-data-icon-1.svg) no-repeat;
  background-size: contain;
}

.object-item__data-item:last-child::before {
  background: url(../img/icon/object-data-icon-2.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 62rem) {
  .object {
    padding-top: 5rem;
  }
  .object-row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .object-item {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .object-item__img {
    height: 14.25rem;
  }
  .object-item__title {
    margin-top: 1.375rem;
    font-size: 1.25rem;
  }
  .object-item__data-item {
    font-size: 0.875rem;
  }
}

@media (max-width: 46rem) {
  .object {
    padding-top: 3.75rem;
  }
  .object-row {
    margin-left: 0;
    margin-right: 0;
  }
  .object-item {
    margin-top: 2rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .object-item__img {
    height: 14.25rem;
  }
  .object-item__title {
    font-size: 1.125rem;
    line-height: 140%;
  }
  .object-item__data-item::before {
    margin-right: 0.5rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.support-top__text p {
  margin-top: 2rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.support-row {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}

.support-col {
  width: calc(50% - 1.25rem);
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  overflow: hidden;
}

.support-col__top {
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
  height: 4.5rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  color: #fff;
}

.support-col:first-child .support-col__top {
  background-color: #2CA488;
}

.support-col:last-child .support-col__top {
  background-color: #EA545D;
}

.support-col__item {
  padding: 1.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  background-color: #F8F8F8;
}

.support-col__item:nth-child(even) {
  background-color: #F1F3F3;
}

.support-col__item ul {
  margin-left: 1.5625rem;
  list-style: disc;
}

.support .diagram {
  margin-top: 5rem;
}

.support .diagram-title {
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.support .diagram-img {
  margin-top: 3rem;
  max-width: 66rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.support .diagram-img img {
  width: 100%;
}

@media (max-width: 62rem) {
  .support-top__text p {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 140%;
  }
  .support-col__top {
    font-size: 1.25rem;
    height: 3.5rem;
  }
  .support-col__item {
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 140%;
  }
  .support .diagram-title {
    font-size: 1.375rem;
    line-height: 140%;
  }
}

@media (max-width: 46rem) {
  .support-row {
    margin-top: 1.875rem;
    flex-wrap: wrap;
  }
  .support-col {
    margin-top: 1.875rem;
    width: 100%;
  }
  .support-col__top {
    font-size: 1.125rem;
    height: 2.625rem;
  }
  .support .diagram {
    margin-top: 3.75rem;
  }
  .support .diagram-title {
    font-size: 1.125rem;
  }
}

.news-row {
  margin-top: 2.125rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.news-item {
  margin-top: 1.875rem;
  width: calc(33.33% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.news-item:hover .news-item__title {
  color: #2CA488;
  transition: all ease .3s;
}

.news-item__img {
  height: 17.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.news-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item__title {
  margin-top: 1.5rem;
  height: 5.9375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-family: Onest;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  transition: all ease .3s;
}

.news-item__date {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}

.news-more__btn {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.625rem;
  height: 3.125rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid #2CA488;
  color: #2CA488;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
  transition: all ease .3s;
}

.news-more__btn:hover {
  color: #32927B;
  transition: all ease .3s;
  border: 1px solid #32927B;
  background: rgba(44, 164, 136, 0.08);
}

.news-detail {
  padding-top: 3.75rem;
}

.news-detail__row {
  display: flex;
  justify-content: space-between;
}

.news-detail__title {
  font-family: Sansation;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  color: #070A22;
}

.news-detail__col {
  max-width: 55.1875rem;
  width: 100%;
}

.news-detail__col img {
  overflow: hidden;
  border-radius: 0.75rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  display: block;
}

.news-detail__col p {
  margin-bottom: 2rem;
  color: #070A22;
  font-family: Sansation;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.news-detail__col p:last-child {
  margin-bottom: 0;
}

.news-detail__footer {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-detail__back {
  display: inline-flex;
  padding: 1rem 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid #2CA488;
  color: #2CA488;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
  transition: all ease .3s;
  text-align: center;
}

.news-detail__back:hover {
  transition: all ease .3s;
  border: 1px solid #32927B;
  background: rgba(44, 164, 136, 0.08);
  color: #32927B;
}

.news-detail__back svg {
  display: block;
  margin-right: 0.625rem;
  min-width: 0.8125rem;
  width: 0.8125rem;
  height: 0.5rem;
}

.news-detail__share {
  display: flex;
  align-items: center;
}

.news-detail__share p {
  margin-bottom: 0;
  margin-right: 1.5rem;
  color: #373842;
  font-family: Sansation;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}

.news-detail__share a {
  display: block;
}

.news-detail__share a svg {
  width: 2rem;
  height: 2rem;
}

.news-detail__share a svg path {
  transition: all ease .3s;
}

.news-detail__share a svg:hover path {
  fill: #2CA488;
  transition: all ease .3s;
}

.news-detail__share a:last-child {
  margin-left: 1rem;
}

.news-aside {
  margin-left: 1.875rem;
  max-width: 26.6875rem;
  width: 100%;
}

.news-aside .title-section {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
}

.news-aside__item {
  display: block;
  margin-top: 3rem;
}

.news-aside__item-title {
  height: 5.9375rem;
  overflow: hidden;
  color: #070A22;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-family: Onest;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
}

.news-aside__item-date {
  margin-top: 1.5rem;
  color: #373842;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}

.news-contacts {
  padding-top: 7.5rem;
}

.news-contacts__block {
  padding: 2rem;
  margin-top: 2.5rem;
  max-width: 55.1875rem;
  width: 100%;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0rem 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.news-contacts__name {
  color: #070A22;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
}

.news-contacts__spec {
  color: #74757E;
  margin-top: 1rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}

.news-contacts a {
  display: block;
  margin-top: 2rem;
  color: #2CA488;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  /* 100% */
  text-decoration-line: underline;
}

@media (max-width: 62rem) {
  .news-detail__col img {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .news-detail__col p {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
  .news-detail__share p {
    margin-bottom: 0;
  }
  .news-aside__item-title {
    font-size: 1.125rem;
    line-height: normal;
  }
  .news-item {
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .news-detail__row {
    flex-wrap: wrap;
  }
  .news-aside__block {
    padding-bottom: 1.25rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .news-aside {
    margin-top: 2rem;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .news-aside__item {
    margin-right: 2rem;
    width: 33.33%;
    min-width: 33.33%;
  }
  .news-aside__item-title {
    font-size: 1.125rem;
  }
  .news-contacts {
    padding-top: 5rem;
  }
}

@media (max-width: 46rem) {
  .news-row {
    margin-top: 1.25rem;
    margin-left: 0;
    margin-right: 0;
  }
  .news-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .news-item__img {
    height: 14.25rem;
  }
  .news-item__title {
    margin-top: 1.375rem;
    font-size: 1.125rem;
    line-height: 140%;
  }
  .news-more__btn {
    margin-top: 3rem;
  }
  .news-aside__item {
    width: 50%;
    min-width: 50%;
  }
  .news-detail__title {
    font-size: 1.375rem;
    line-height: normal;
  }
  .news-detail__col img {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .news-aside__item-title {
    height: auto;
  }
  .news-detail__share {
    margin-left: 1.25rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .news-detail__share p {
    margin-bottom: 0.625rem;
    margin-right: 0;
    text-align: right;
    width: 100%;
  }
  .news-detail__back {
    height: 3rem;
    font-size: 0.75rem;
    padding: 0;
    width: 13.75rem;
  }
  .news-contacts {
    padding-top: 3.75rem;
  }
  .news-contacts__block {
    padding: 1.25rem;
  }
  .news-contacts__name {
    font-size: 1.125rem;
  }
  .news-contacts__spec {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
  .news-contacts a {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}

.subscription {
  margin-top: 7.5rem;
}

.subscription-form {
  padding-left: 4rem;
  padding-right: 4rem;
  width: 100%;
  height: 9.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  border: 0.0625rem solid #2CA488;
  background: #fff;
}

.subscription-form__title {
  font-family: Sansation;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}

.subscription-form input {
  max-width: 35.1875rem;
  width: 100%;
  font-size: 1rem;
  padding-left: 1.5rem;
  height: 3.25rem;
  border-radius: 0.75rem;
  border: 1px solid #DCDEDE;
}

.subscription-form input::placeholder {
  color: #74757E;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.subscription-form__btn {
  cursor: pointer;
  min-width: 9.375rem;
  width: 9.375rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: #2CA488;
  transition: all ease .3s;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}

.subscription-form__btn:hover {
  transition: all ease .3s;
  background: #32927B;
}

@media (max-width: 62rem) {
  .subscription-form {
    height: auto;
    flex-wrap: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .subscription-form__title {
    margin-bottom: 2rem;
    width: 100%;
    font-size: 1.625rem;
    margin-right: 1.25rem;
  }
  .subscription-form input {
    max-width: 29.188rem;
  }
}

@media (max-width: 46rem) {
  .subscription {
    margin-top: 3.75rem;
  }
  .subscription-form {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .subscription-form__title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
  .subscription-form input {
    max-width: 100%;
  }
  .subscription-form__btn {
    margin-top: 1.25rem;
  }
}

.gallery {
  padding-top: 7.5rem;
}

.gallery-row {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
}

.gallery-item {
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  overflow: hidden;
}

.gallery-item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.gallery-item:nth-child(2) {
  grid-area: 1 / 3 / 3 / 5;
}

.gallery-item:nth-child(3) {
  grid-area: 3 / 1 / 5 / 3;
}

.gallery-item:nth-child(4) {
  grid-area: 3 / 3 / 5 / 5;
}

.gallery-item:nth-child(5) {
  grid-area: 1 / 5 / 5 / 7;
}

.gallery-item__play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-item__play svg {
  width: 4rem;
  height: 4rem;
  transition: all ease .3s;
}

.gallery-item__play:hover svg {
  transform: scale(1.1);
  transition: all ease .3s;
}

@media (max-width: 62rem) {
  .gallery {
    padding-top: 5rem;
  }
  .gallery-row {
    margin-top: 2rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media (max-width: 46rem) {
  .gallery {
    padding-top: 3.75rem;
  }
  .gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    grid-column-gap: 0;
    grid-row-gap: 0.625rem;
  }
  .gallery-item {
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    width: calc(50% - 0.625rem);
  }
}

.rezident-row {
  margin-top: 2.125rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.rezident-item {
  position: relative;
  padding: 2rem;
  margin-top: 1.875rem;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(50% - 1.9375rem);
  border-radius: 1rem;
  border: 0.0625rem solid #BFDCD5;
  background: #FFF;
}

.rezident-item__logo {
  width: 12.9375rem;
}

.rezident-item__logo img {
  max-width: 100%;
}

.rezident-item__status {
  width: 8.75rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 2rem;
  border-radius: 0rem 0px 16px 16px;
  background-color: #2CA488;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  color: #fff;
}

.rezident-item__title {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #070A22;
}

.rezident-item__text {
  height: 6.5rem;
  margin-top: 2rem;
  overflow: hidden;
  color: #070A22;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-family: Sansation;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.rezident-item__footer {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rezident-item__footer a {
  color: #2CA488;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 100% */
  text-decoration-line: underline;
}

.rezident-item__btn {
  cursor: pointer;
  width: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid #2CA488;
  color: #2CA488;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
  transition: all ease .3s;
}

.rezident-item__btn:hover {
  transition: all ease .3s;
  color: #32927B;
  border: 1px solid #32927B;
  background: rgba(44, 164, 136, 0.08);
}

.rezident-item__modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.64);
  z-index: 111;
  overflow-y: auto;
}

.rezident-item__modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -3.875rem;
}

.rezident-item__modal-close svg {
  width: 2rem;
  height: 2rem;
}

.rezident-item__body {
  position: absolute;
  left: 50%;
  top: 2.5rem;
  transform: translateX(-50%);
  width: 45.75rem;
  height: 51.25rem;
  border-radius: 1rem;
  background: #FFF;
}

.rezident-item__body-img-item {
  height: 25rem;
}

.rezident-item__body-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rezident-item__body .slick-dots {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  bottom: 1rem;
  display: flex;
}

.rezident-item__body .slick-dots li button::before {
  display: none;
}

.rezident-item__body .slick-dots li {
  height: 0.1875rem;
  padding: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
}

.rezident-item__body .slick-dots li.slick-active {
  background-color: #fff;
}

.rezident-item__body .slick-dots li button {
  padding: 0;
  height: 0.1875rem;
}

.rezident-item__body .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.rezident-item__body-content {
  padding: 1.5rem;
}

.rezident-item__body-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rezident-item__body-logo {
  width: 8.75rem;
}

.rezident-item__body-logo img {
  width: 100%;
}

.rezident-item__body-year {
  display: flex;
  align-items: center;
  color: #2CA488;
  font-family: Onest;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75rem;
}

.rezident-item__body-year::before {
  content: "";
  margin-right: 0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/mark-year.svg) no-repeat;
  background-size: contain;
}

.rezident-item__body-title {
  margin-top: 2rem;
  color: #070A22;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}

.rezident-item__body-text {
  height: 4.5rem;
  margin-top: 1rem;
  overflow: hidden;
  color: #070A22;
  text-overflow: ellipsis;
  font-family: Sansation;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.rezident-item__body-tags {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

.rezident-item__body-tags a {
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 12px;
  border-radius: 0.875rem;
  background: #2CA488;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.75rem;
  color: #fff;
}

.rezident-item__body-tags a:last-child {
  margin-right: 0;
}

.rezident-item__body-square {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  color: #070A22;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3125rem;
}

.rezident-item__body-square::before {
  content: '';
  display: block;
  margin-right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/icon/rezident-square-icon.svg) no-repeat;
  background-size: contain;
}

.rezident-item__body-footer {
  padding-top: 1.5rem;
  padding: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #BFDCD5;
}

.rezident-item__body-footer p {
  color: #373842;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}

.rezident-item__body-footer a {
  margin-right: 5rem;
  display: block;
  color: #2CA488;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  /* 100% */
  text-decoration-line: underline;
}

.rezident-item__body-footer a:last-child {
  margin-right: 0;
}

.rezident-item__body-footer-col {
  display: flex;
  align-items: center;
}

@media (max-width: 62rem) {
  .rezident-item {
    padding: 1.25rem;
  }
  .rezident-item__logo {
    width: 7.5rem;
  }
  .rezident-item__title {
    height: 2.75rem;
    font-size: 1.125rem;
    line-height: normal;
  }
  .rezident-item__status {
    right: 1.25rem;
    width: 5.625rem;
    height: 1.875rem;
    font-size: 0.75rem;
  }
  .rezident-item__text {
    font-size: 0.875rem;
    line-height: normal;
  }
  .rezident-item__footer a {
    font-size: 0.875rem;
    line-height: normal;
  }
  .rezident-item__btn {
    width: 7.5rem;
    height: 2.5rem;
    font-size: 0.75rem;
  }
  .rezident-item__body {
    width: 80%;
    height: auto;
  }
  .rezident-item__body-img {
    height: 15.625rem;
  }
  .rezident-item__body-img-item {
    height: 15.625rem;
  }
  .rezident-item__body-img-item img {
    height: 100%;
    object-fit: cover;
  }
  .rezident-item__body-title {
    font-size: 1.25rem;
    line-height: normal;
  }
  .rezident-item__body-text {
    font-size: 0.875rem;
    line-height: normal;
  }
  .rezident-item__body-square {
    font-size: 0.875rem;
  }
  .rezident-item__body-square::before {
    width: 1.875rem;
    height: 1.875rem;
  }
  .rezident-item__body-footer p {
    font-size: 1rem;
  }
  .rezident-item__body-content {
    padding: 1rem;
  }
  .rezident-item__body-footer a {
    font-size: 0.875rem;
  }
}

@media (max-width: 46rem) {
  .rezident-row {
    margin-left: 0;
    margin-right: 0;
  }
  .rezident-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .rezident-item__body {
    top: 3.75rem;
    width: 90%;
  }
  .rezident-item__body-tags {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .rezident-item__body-tags a {
    margin-top: 0.625rem;
  }
  .rezident-item__body-footer {
    flex-wrap: wrap;
  }
  .rezident-item__body-footer p {
    margin-bottom: 1rem;
  }
  .rezident-item__body-footer a {
    margin-right: 1.25rem;
  }
  .rezident-item__modal-close {
    top: -2.5rem;
    right: -1.25rem;
  }
  .rezident-item__body-text {
    height: auto;
  }
  .rezident-row {
    margin-top: 1.25rem;
  }
}

.contacts .title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contacts-order__btn {
  cursor: pointer;
  width: 13.5625rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2CA488;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
  border-radius: 0.75rem;
  border: 1px solid #2CA488;
  transition: all ease .3s;
}

.contacts-order__btn:hover {
  transition: all ease .3s;
  border: 1px solid #32927B;
  background: rgba(44, 164, 136, 0.08);
  color: #32927B;
}

.contacts-order__btn svg {
  margin-right: 0.625rem;
  display: block;
  width: 1rem;
  height: 1rem;
}

.contacts-row {
  position: relative;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}

.contacts-map {
  max-width: 54.625rem;
  width: 100%;
}

.contacts-map__img img {
  width: 100%;
}

.contacts-map__btn {
  margin-left: auto;
  margin-top: 1.5rem;
  cursor: pointer;
  width: 13.5625rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2CA488;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
  border-radius: 0.75rem;
  border: 1px solid #2CA488;
  transition: all ease .3s;
}

.contacts-map__btn:hover {
  transition: all ease .3s;
  border: 1px solid #32927B;
  background: rgba(44, 164, 136, 0.08);
  color: #32927B;
}

.contacts-map__btn svg {
  margin-right: 0.625rem;
  display: block;
  width: 1rem;
  height: 1rem;
}

.contacts-col {
  padding-left: 1rem;
  padding-right: 1rem;
  height: 100vh;
  overflow-y: scroll;
  margin-left: 2.5rem;
  max-width: 26.6875rem;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.contacts-col::-webkit-scrollbar {
  width: 0;
}

.contacts-item {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  width: 100%;
  border-radius: 1rem;
  border: 2px solid transparent;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  transition: all ease .3s;
}

.contacts-item:hover {
  border: 2px solid #2CA488;
  transition: all ease .3s;
}

.contacts-item__title {
  color: #070A22;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 150% */
}

.contacts-item__location {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  color: #74757E;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125rem;
  /* 175% */
}

.contacts-item__location::before {
  content: "";
  margin-right: 0.5rem;
  display: block;
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/location-icon.svg) no-repeat;
  background-size: contain;
}

.contacts-item a {
  display: block;
  margin-top: 2rem;
  color: #2CA488;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  /* 100% */
  text-decoration-line: underline;
}

@media (max-width: 62rem) {
  .contacts-row {
    flex-wrap: wrap;
  }
  .contacts-col {
    margin-top: 2.5rem;
    padding-bottom: 1.25rem;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    overflow-x: scroll;
  }
  .contacts-item {
    min-width: calc(60% - 2rem);
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .contacts-item a {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 46rem) {
  .contacts-order__btn {
    width: 11.25rem;
    height: 3rem;
    margin-top: 1.875rem;
    font-size: 0.75rem;
  }
  .contacts-map__btn {
    width: 11.25rem;
    height: 3rem;
    margin-top: 1.875rem;
    font-size: 0.75rem;
  }
  .contacts .title-section {
    width: 100%;
  }
  .contacts .title-row {
    flex-wrap: wrap;
  }
  .contacts-col {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-left: -1.25rem;
    padding-left: 1.25rem;
  }
  .contacts-item {
    margin-right: 2rem;
    width: 100%;
    min-width: 96%;
  }
  .contacts-item__title {
    font-size: 1rem;
    line-height: normal;
  }
  .contacts-map__img{
    height: 18.75rem !important;
  }
}

.agreement {
  padding-top: 3rem;
}

.agreement .title-section {
  margin-bottom: 3rem;
}

.agreement-title {
  padding-left: 0.625rem;
  color: #070A22;
  font-family: Sansation;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}

.agreement-block {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.agreement-block p {
  color: #373842;
  font-family: Onest;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.agreement-block p a {
  text-decoration: underline;
}

@media (max-width: 62rem) {
  .agreement-title {
    font-size: 1.25rem;
    line-height: normal;
  }
  .agreement .title-section {
    margin-bottom: 2rem;
  }
  .agreement-block p {
    font-size: 0.875rem;
    line-height: normal;
  }
  .agreement-block {
    margin-top: 1.25rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 62rem) {
  .agreement-title {
    font-size: 1.125rem;
    line-height: normal;
  }
  .agreement .title-section {
    margin-bottom: 1.25rem;
  }
  .agreement-block p {
    font-size: 0.875rem;
    line-height: 175%;
  }
  .agreement-block {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

body {
  overflow: hidden;
}

.map-main__block {
  padding-right: 6.25rem;
  text-align: right;
  position: absolute;
  z-index: 111;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.map-main__title {
  color: #070A22;
  text-align: center;
  font-family: Sansation;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
}

.map-main__title-top {
  margin-bottom: 0.25rem;
  color: #373842;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.map-main__action {
  margin-top: 2.5rem;
  display: flex;
  justify-content: flex-end;
}

.map-main__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 3.125rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0175rem;
  text-transform: uppercase;
}

.map-main__btn:first-child {
  margin-right: 1rem;
  border: 1px solid #2CA488;
  color: #2CA488;
  transition: all ease .3s;
}

.map-main__btn:first-child:hover {
  transition: all ease .3s;
  border: 1px solid #32927B;
  background: rgba(44, 164, 136, 0.08);
}

.map-main__btn:last-child {
  transition: all ease .3s;
  color: #fff;
  background: #2CA488;
}

.map-main__btn:last-child:hover {
  transition: all ease .3s;
  background: #32927B;
}

.map-item {
  pointer-events: none;
  cursor: grab;
  width: 100%;
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 0;
  opacity: 0;
  transition: opacity ease .3s, position ease .3s;
  user-select: none;
}

.map-item img {
  width: 100%;
  pointer-events: none;
}
.map-item .mob-show{
  display: none;
}

.map-item.active .marker {
  display: flex;
  opacity: 1;
}

.map-container {
  height: 100%;
}

.map-navigation {
  position: absolute;
  top: 8.25rem;
  left: 1.25rem;
  z-index: 111;
  height: 4.1875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.75rem;
  background: #FFF;
}

.map-navigation__item {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  margin-right: 2rem;
  cursor: pointer;
  color: #373842;
  font-family: Onest;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all ease .3s;
}

.map-navigation__item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.25rem;
  border-radius: 4px 4px 0px 0px;
  background: #2CA488;
  transition: all ease .3s;
}

.map-navigation__item:hover {
  transition: all ease .3s;
  color: #2CA488;
}

.map-navigation__item:last-child {
  margin-right: 0;
}

.map-navigation__item.active {
  pointer-events: none;
}

.map-navigation__item.active::after {
  content: '';
  width: 100%;
}

.map-vector {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  transform: translate(-50%, -50%) scale(2);
}

.map-vector svg {
  width: 100%;
  height: auto;
}

.map-point {
  opacity: 0;
  position: absolute;
  z-index: 222;
  top: 50%;
  left: 48%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
}

.map-zoom-out {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  position: absolute;
  z-index: 111;
  right: 2rem;
  bottom: 2rem;
  border-radius: 8px;
  background: #2CA488;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  transition: all ease .3s;
  display: none;
}

.map-zoom-out svg {
  width: 1.5rem;
  height: 1.5rem;
}

.map-zoom-out:hover {
  transition: all ease .3s;
  background: #32927B;
}

.map-navigation__for-item {
  cursor: pointer;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
}

.map-navigation__for-item:nth-child(1) {
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.map-navigation__for-item:nth-child(2) {
  left: 40%;
  top: 25%;
}

.map-navigation__for-item:nth-child(3) {
  left: 40%;
  top: 70%;
}

.map-navigation__for-icon {
  position: relative;
  z-index: 1;
}

.map-navigation__for-icon svg {
  width: 92px;
  height: 92px;
}

.map-navigation__for-text {
  padding-left: 32px;
  padding-right: 16px;
  height: 47px;
  display: flex;
  align-items: center;
  border-radius: 0px 12px 12px 0px;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(16px);
  transform: translateX(-26px);
  color: #373842;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.map-item[data-image="default"] {
  z-index: 1;
  opacity: 1 !important;
}

.map-item[data-image="left"] {
  z-index: 0;
  transition: opacity ease .3s;
}

.map-item[data-image="top"] {
  z-index: 0;
  transition: opacity ease .3s;
}

.map-item[data-image="bottom"] {
  z-index: 0;
  transition: opacity ease .3s;
}

.marker {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  display: none;
}

.marker-icon {
  position: relative;
  z-index: 1;
  transition: all ease .3s;
  width: 38px;
  height: 38px;
  background: linear-gradient(180deg, #EA545D 0%, rgba(234, 84, 93, 0.64) 100%);
  border-radius: calc(16px / 1.5);
  transform: rotate(45deg);
}

.marker-icon svg {
  transform: rotate(-45deg);
  width: 100%;
  height: auto;
}

.marker-icon::after {
  content: "";
  width: 60%;
  height: 60%;
  position: absolute;
  border-radius: 4px;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 #EA545D;
  animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
}

.marker-text {
  transform: translateX(-15px);
  padding: calc(24px / 1.5);
  padding-top: calc(8px / 1.5);
  padding-bottom: calc(8px / 1.5);
  padding-right: calc(24px /1.5);
  padding-left: calc(32px /1.5);
  border-radius: calc(12px / 1.5);
  background: #FFF;
  font-size: calc(20px /1.5);
  border-radius: 0px calc(12px / 1.5) calc(12px / 1.5) 0px;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(16px);
  color: #070A22;
  font-weight: 500;
  transition: all ease .5s;
}

.marker-text__hidden {
  display: none;
  padding-top: calc(10px /1.5);
  font-size: calc(14px /1.5);
  font-style: normal;
  font-weight: 400;
  line-height: calc(24px /1.5);
  max-width: calc(300px / 1.5);
  width: 100%;
}

.marker-text__hidden a {
  margin-top: calc(10px /1.5);
  display: block;
  color: #2CA488;
  font-weight: 700;
  font-size: calc(14px /1.5);
  font-family: Sansation;
}

.marker-text__hidden .mob-show {
  display: none;
}

.marker.active {
  align-items: flex-start;
  z-index: 2;
}

.marker.active .marker-icon {
  transform: rotate(90deg);
  transition: all ease .3s;
}

.marker.active .marker-text {
  transform: translate(-15px, 15px);
  padding: calc(24px /1.5);
  border-radius: calc(12px /1.5);
  background: #FFF;
  backdrop-filter: blur(calc(16px /1.5));
  transition: all ease .3s;
}

.marker.active .marker-icon::after {
  display: none;
}

.marker-1 {
  position: absolute;
  left: 20%;
  top: 48%;
}

.marker-2 {
  left: 30%;
  top: 20%;
}

.marker-3 {
  left: 45%;
  top: 19%;
}

.marker-4 {
  left: 58%;
  top: 16%;
}

.marker-5 {
  left: 35%;
  top: 26%;
}

.marker-6 {
  left: 57%;
  top: 28%;
}

.marker-7 {
  left: 44%;
  top: 35%;
}

.marker-8 {
  left: 30%;
  bottom: 34%;
}

.marker-9 {
  left: 49%;
  bottom: 36%;
}

.marker-10 {
  left: 30%;
  bottom: 23%;
}

.marker-11 {
  left: 46%;
  bottom: 26%;
}

.marker-12 {
  left: 38%;
  bottom: 19%;
}

.marker-13 {
  left: 55%;
  bottom: 23%;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(52, 187, 112, 0);
  }
}

@media (max-width: 90rem) {
  .map-navigation__for-icon svg {
    width: 64px;
    height: 64px;
  }
  .map-navigation__for-text {
    height: 38px;
    font-size: 20px;
  }
  .marker-icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  .marker-text {
    font-size: 11px;
  }
  .marker-text__hidden {
    font-size: calc(12px /1.5);
    line-height: calc(20px /1.5);
  }
}

.main-wrap {
  display: none;
}

.map-marker__item {
  display: none;
}

.main-block {
  display: none;
}

.map-icon {
  display: none;
}

@media (max-width: 62rem) {
  .map-navigation__for, .map-vector {
    display: none;
  }
}

@media (max-width: 1024px) {
  .map-item img {
    width: 91.75rem;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .map-item {
    width: 100%;
    height: 100vh;
    overflow-x: scroll;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%) scale(1);
  }
  .map-vector {
    display: none;
  }
  .map-navigation {
    display: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .map-navigation__item {
    margin-right: 0.9375rem;
    font-size: 0.75rem;
  }
  .map-main__block {
    display: none;
  }
  .map-navigation__for {
    display: none;
  }
  .map-navigation__for-text {
    font-size: 16px;
  }
  .main-block {
    position: fixed;
    padding-top: 12.5rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 11;
  }
  .main-block::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(226, 235, 230, 0.5);
  }
  .main-block__title {
    margin-top: 0.75rem;
    color: #070A22;
    text-align: center;
    font-weight: 700;
    font-size: 3.5rem;
  }
  .main-block__title-top {
    font-size: 1.625rem;
    color: #373842;
    text-align: center;
    font-weight: 300;
  }
  .main-block__btn {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    margin-top: 2rem;
    display: flex;
    width: 50%;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    overflow: hidden;
  }
  .main-block__btn a {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 1.25rem);
    height: 3.5rem;
    border-radius: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem;
  }
  .main-block__btn a:nth-child(1) {
    border: 1px solid #2CA488;
  }
  .main-block__btn a:nth-child(2) {
    background: #2CA488;
    color: #FFF;
  }
  .main-block__marker {
    margin-top: 3rem;
  }
  .main-block__marker-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
  .main-block__marker-item:last-child {
    margin-bottom: 0;
  }
  .main-block__marker-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3.25rem;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.75rem;
    position: relative;
    z-index: 2;
    transition: all ease .3s;
    background: linear-gradient(180deg, #EA545D 0%, rgba(234, 84, 93, 0.64) 100%);
    border-radius: calc(16px / 1.5);
    transform: rotate(45deg);
  }
  .main-block__marker-item-icon svg {
    transform: rotate(45deg);
  }
  .main-block__marker-item-icon::after {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 4px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 #EA545D;
    animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  }
  .main-block__marker-item-text {
    display: flex;
    align-items: center;
    height: 2.375rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
    border-radius: 0px 0.75rem 0.75rem 0px;
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(1rem);
    color: #373842;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    font-size: 1.25rem;
    transform: translateX(-0.625rem);
    font-weight: 500;
  }
  .map-marker__item {
    display: none;
    position: absolute;
    align-items: center;
    z-index: 4;
  }
  .map-marker__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.625rem;
    height: 2.625rem;
    border-radius: 0.75rem;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    background: linear-gradient(180deg, #EA545D 0%, rgba(234, 84, 93, 0.64) 100%);
    border-radius: calc(16px / 1.5);
    transform: rotate(45deg);
  }
  .map-marker__item-icon svg {
    transform: rotate(45deg);
  }
  .map-marker__item-icon::after {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 4px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 #EA545D;
    animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  }
  .map-marker__item-text {
    display: flex;
    align-items: center;
    height: 1.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 0px 0.75rem 0.75rem 0px;
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(1rem);
    color: #373842;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    font-size: 0.875rem;
    transform: translateX(-0.625rem);
    font-weight: 500;
  }
  .map-marker__item-top {
    left: 20%;
    top: 30%;
  }
  .map-marker__item-left {
    top: 49%;
    left: 20px;
  }
  .map-marker__item-bottom {
    left: 20%;
    bottom: 16%;
  }
  .map-item[data-image="default"] {
    opacity: 1;
  }
  .marker-text {
    background: rgba(255, 255, 255, 0.6);
  }
  .marker-1 {
    left: 2%;
  }
  .marker-2 {
    left: 1%;
    top: 21%;
  }
  .marker-3 {
    left: 41%;
    top: 20%;
  }
  .marker-4 {
    left: unset;
    top: 14%;
    right: 21%;
  }
  .marker-5 {
    left: 15%;
    top: 25%;
  }
  .marker-6 {
    left: 59%;
    top: 30%;
  }
  .marker-7 {
    left: 44%;
    top: 39%;
  }
  .marker-8 {
    left: 20%;
    bottom: 34%;
  }
  .marker-9 {
    left: 60%;
    bottom: 39%;
  }
  .marker-10 {
    left: 2%;
    bottom: 23%;
  }
  .marker-12 {
    left: 17%;
    bottom: 15%;
  }
  .marker-13 {
    left: 67%;
    bottom: 20%;
  }
  .map-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: #2CA488;
    position: fixed;
    z-index: 11;
    right: 1.25rem;
    bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .marker-text__hidden .mob-show {
    display: block;
  }
  .marker-text__hidden .mob-hide {
    display: none;
  }
  .map-item .mob-hide{
    display: none;
  }
  .map-item .mob-show{
    display: block;
  }
}

@media (max-width: 46rem) {
  .map-item img {
    width: 31.75rem;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .map-item {
    width: 100%;
    height: 100vh;
    overflow-x: scroll;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%) scale(1);
  }
  .map-vector {
    display: none;
  }
  .map-navigation {
    display: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .map-navigation__item {
    margin-right: 0.9375rem;
    font-size: 0.75rem;
  }
  .map-main__block {
    display: none;
  }
  .map-navigation__for {
    display: none;
  }
  .map-navigation__for-text {
    font-size: 16px;
  }
  .main-block {
    position: fixed;
    padding-top: 12.5rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 11;
  }
  .main-block::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(226, 235, 230, 0.5);
  }
  .main-block__title {
    margin-top: 0.75rem;
    color: #070A22;
    text-align: center;
    font-weight: 700;
    font-size: 2.625rem;
  }
  .main-block__title-top {
    font-size: 1.1875rem;
    color: #373842;
    text-align: center;
    font-weight: 400;
  }
  .main-block__btn {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    margin-top: 2rem;
    display: flex;
    width: 100%;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    overflow: hidden;
  }
  .main-block__btn a {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 1.25rem);
    height: 3rem;
    border-radius: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
  }
  .main-block__btn a:nth-child(1) {
    border: 1px solid #2CA488;
  }
  .main-block__btn a:nth-child(2) {
    background: #2CA488;
    color: #FFF;
  }
  .main-block__marker {
    margin-top: 3rem;
  }
  .main-block__marker-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
  .main-block__marker-item:last-child {
    margin-bottom: 0;
  }
  .main-block__marker-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3.25rem;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.75rem;
    position: relative;
    z-index: 2;
    transition: all ease .3s;
    background: linear-gradient(180deg, #EA545D 0%, rgba(234, 84, 93, 0.64) 100%);
    border-radius: calc(16px / 1.5);
    transform: rotate(45deg);
  }
  .main-block__marker-item-icon svg {
    transform: rotate(45deg);
  }
  .main-block__marker-item-icon::after {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 4px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 #EA545D;
    animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  }
  .main-block__marker-item-text {
    display: flex;
    align-items: center;
    height: 2.375rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
    border-radius: 0px 0.75rem 0.75rem 0px;
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(1rem);
    color: #373842;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    font-size: 1.25rem;
    transform: translateX(-0.625rem);
    font-weight: 500;
  }
  .map-marker__item {
    display: none;
    position: absolute;
    align-items: center;
    z-index: 4;
  }
  .map-marker__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.625rem;
    height: 2.625rem;
    border-radius: 0.75rem;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    background: linear-gradient(180deg, #EA545D 0%, rgba(234, 84, 93, 0.64) 100%);
    border-radius: calc(16px / 1.5);
    transform: rotate(45deg);
  }
  .map-marker__item-icon svg {
    transform: rotate(45deg);
  }
  .map-marker__item-icon::after {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 4px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 #EA545D;
    animation: pulse 2.25s infinite cubic-bezier(0.16, 0, 0, 1);
  }
  .map-marker__item-text {
    display: flex;
    align-items: center;
    height: 1.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 0px 0.75rem 0.75rem 0px;
    background: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(1rem);
    color: #373842;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    font-size: 0.875rem;
    transform: translateX(-0.625rem);
    font-weight: 500;
  }
  .map-marker__item-top {
    left: 20%;
    top: 30%;
  }
  .map-marker__item-left {
    top: 49%;
    left: 20px;
  }
  .map-marker__item-bottom {
    left: 20%;
    bottom: 16%;
  }
  .map-item[data-image="default"] {
    opacity: 1;
  }
  .marker-text {
    background: rgba(255, 255, 255, 0.6);
  }
  .marker-2 {
    left: 15px;
    top: 175px;
  }
  .marker-3 {
    left: 150px;
    top: 170px;
  }
  .marker-4 {
    left: 280px;
    top: 120px;
  }
  .marker-5 {
    left: 50px;
    top: 260px;
  }
  .marker-6 {
    left: 59%;
    top: 30%;
  }
  .marker-7 {
    left: 44%;
    top: 39%;
  }
  .marker-8 {
    left: 20px;
    bottom: 34%;
  }
  .marker-9 {
    left: 60%;
    bottom: 39%;
  }
  .marker-10 {
    left: 1%;
    bottom: 23%;
  }
  .marker-12 {
    left: 17%;
    bottom: 15%;
  }
  .marker-13 {
    left: 67%;
    bottom: 20%;
  }
  .map-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background: #2CA488;
    position: fixed;
    z-index: 11;
    right: 1.25rem;
    bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
}

.scheme {
  padding-top: 7.5rem;
}

.scheme-wrap img {
  margin-top: 3.75rem;
  width: 100%;
}

.scheme .mob-show {
  display: none;
}

@media (max-width: 62rem) {
  .scheme {
    padding-top: 5rem;
  }
  .scheme .mob-hide {
    display: none;
  }
  .scheme .mob-show {
    display: block;
  }
}

@media (max-width: 46rem) {
  .scheme {
    padding-top: 3.75rem;
  }
}

#ownd-search {
  padding-top: 15.25rem;
  display: none;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 56, 66, 0.8);
  overflow-y: auto;
}

#ownd-search.open {
  display: block;
}

.ownd-search-form {
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
  width: calc(100% - 10rem);
  position: absolute;
  top: 11.25rem;
  left: 50%;
  transform: translateX(-50%);
}

.ownd-search-form input {
  padding-left: 1rem;
  width: 100%;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.ownd-search-form input::placeholder {
  color: #fff;
}

.ownd-search-button {
  cursor: pointer;
}

.ownd-search-button svg {
  width: 2rem;
  height: 2rem;
}

#ownd-search .ownd-search-result-container {
  width: calc(100% - 10rem) !important;
}

@media (max-width: 46rem) {
  .ownd-search-form {
    width: calc(100% - 3.75rem);
    padding-bottom: 1rem;
  }
  .ownd-search-form input {
    font-size: 1.125rem;
  }
  .ownd-search-button svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  #ownd-search .ownd-search-result-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #ownd-search .ownd-search-result-block {
    width: 100% !important;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 112;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
}

.modal-body {
  max-width: 33rem;
  width: 100%;
  padding: 3rem;
  position: absolute;
  top: 11.25rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1.5rem;
  background: #fff;
}

.modal-body__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -3.875rem;
}

.modal-body__close svg {
  width: 2rem;
  height: 2rem;
}

.modal-body__title {
  color: #070A22;
  font-family: Sansation;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}

.modal-body form {
  margin-top: 2rem;
}

.modal-body .input-wrap {
  margin-bottom: 1.5rem;
  height: 3.25rem;
  border-radius: 0.75rem;
  border: 1px solid #DCDEDE;
}

.modal-body .input-wrap input {
  padding-left: 1.5rem;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
}

.modal-body .input-wrap input::placeholder {
  opacity: 1;
  color: #74757E;
}

.modal-body .checkbox-wrap {
  display: flex;
}

.modal-body .checkbox-wrap input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  border: none;
  visibility: hidden;
}

.modal-body .checkbox-wrap label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  display: block;
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 8px;
  border: 1px solid #DCDEDE;
}

.modal-body .checkbox-wrap label::before {
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../img/icon/checkbox-cheked.png) no-repeat;
  background-size: contain;
}

.modal-body .checkbox-wrap input:checked + label {
  background: #2CA488;
  border: 1px solid #2CA488;
}

.modal-body .checkbox-wrap input:checked + label::before {
  display: block;
}

.modal-body .checkbox-wrap span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: #373842;
}

.modal-body .checkbox-wrap span a {
  color: #2CA488;
}

.modal-body .form-btn {
  cursor: pointer;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.25rem;
  border-radius: 0.75rem;
  background: #2CA488;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  border: none;
  transition: all ease .3s;
}

.modal-body .form-btn:disabled {
  pointer-events: none;
  background: #74757E;
}

.modal-body .form-btn:hover {
  transition: all ease .3s;
  background: #32927B;
}

@media (max-width: 46rem) {
  .modal-body {
    padding: 2rem 1.25rem;
    width: 77%;
    max-width: 100%;
  }
  .modal-body__title {
    font-size: 1.125rem;
    line-height: normal;
  }
  .modal-body .input-wrap {
    margin-bottom: 1.375rem;
    height: 2.875rem;
    border-radius: 0.5rem;
  }
  .modal-body .input-wrap input {
    padding-left: 1rem;
  }
  .modal-body .input-wrap input::placeholder {
    font-size: 0.875rem;
  }
  .modal-body .form-btn {
    height: 2.875rem;
  }
  .modal-body__close {
    top: -1.25rem;
    right: -2rem;
  }
}

.footer {
  margin-top: 7.5rem;
  padding-top: 3rem;
  padding-bottom: 5rem;
  border-top: 1px solid rgba(44, 164, 136, 0.3);
}

.footer-logo svg {
  width: 12.1875rem;
  height: 1.9375rem;
}

.footer-row {
  display: flex;
  justify-content: space-between;
}

.footer-link {
  margin-top: 0.1rem;
  display: block;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  transition: all ease .3s;
}

.footer-link:hover {
  color: #2CA488;
  transition: all ease .3s;
}

.footer-col a {
  text-align: right;
}

.footer-col p {
  margin-top: 1rem;
}

.footer-col p a {
  color: #2CA488;
  text-decoration-line: underline;
  text-align: right;
}

@media (max-width: 46rem) {
  .footer {
    padding-top: 2rem;
    margin-top: 5rem;
    padding-bottom: 2.5rem;
  }
  .footer-row {
    flex-wrap: wrap;
  }
  .footer-logo {
    margin-bottom: 1.25rem;
    order: 1;
    width: 100%;
  }
  .footer-link {
    font-size: 0.875rem;
    margin-top: 1rem;
    order: 2;
  }
  .footer-col {
    width: 100%;
    order: 3;
  }
  .footer-col a {
    font-size: 0.875rem;
    text-align: left;
  }
}

@media (max-width: 62rem) {
  section {
    padding-top: 3.125rem !important;
  }
}

@media (max-width: 46rem) {
  .small-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  section {
    padding-top: 2.5rem !important;
  }
}

html {
  font-size: 1.1vw;
}

@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: Onest, sans-serif;
  font-weight: 400;
  min-width: 280px;
  color: #373842;
}

body.hidden {
  width: 99vw;
  height: 100vh;
  overflow: hidden;
}

body.inside-page {
  padding-top: 11.25rem;
  overflow: auto;
}

body.about-page {
  padding-top: 0;
  overflow: auto;
}

@media (max-width: 62rem) {
  body.inside-page {
    padding-top: 9.375rem;
  }
}

@media (max-width: 46rem) {
  body.inside-page {
    padding-top: 7.5rem;
  }
}

a {
  outline: none !important;
}
/*# sourceMappingURL=main.css.map */