html {
  font-family: "Open sans", "Arial", sans-serif;
  scroll-behavior: smooth;
  background-color: #f5f6fb;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html, body {
  overflow-x: clip;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.main {
  padding-top: 70px;
}

.section-title {
  color: #000;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 32px 0;
}

:root {
  color-scheme: only light;
}

@media screen and (max-width: 900px) {
  .section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .section-title {
    font-size: 24px;
    margin: 0 0 24px 0;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #0064cb;
  z-index: 9999;
}
.header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1260px;
  gap: 40px;
}
.header__wrapper nav .header__tel {
  display: none;
}
.header__logo {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  height: 60%;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
}
.header__logo img {
  -o-object-position: left;
     object-position: left;
  height: 100%;
  width: auto;
  max-width: 100%;
}
.header__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.header__navi a {
  display: block;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}
.header__tel {
  margin: 0 0 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .header__wrapper {
    gap: 30px;
  }
  .header__wrapper nav {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 30px 15px 30px;
    background-color: #0064cb;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .header__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .header__navi li {
    padding: 15px 0;
    width: 100%;
  }
  .header__navi li:not(:last-of-type) {
    border-bottom: 1px solid #0151a0;
  }
}
@media screen and (max-width: 500px) {
  .header__wrapper {
    padding: 0 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__wrapper nav {
    padding: 10px 15px 15px 15px;
  }
  .header__wrapper nav .header__tel {
    display: block;
    margin: 25px 0 10px 0;
  }
  .header__tel {
    display: none;
  }
}
.footer {
  background-color: #000;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto 0 0 0;
}

.intro {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.intro__swiper {
  position: relative;
}
.intro__swiper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 560px;
}
.intro__swiper ul li {
  position: relative;
  height: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__swiper ul li img {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0.55)));
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.55) 80%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0.55)));
          mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.55) 80%);
  position: absolute;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.intro__swiper ul li div {
  position: relative;
  width: 100%;
  max-width: 1260px;
  padding: 30px 30px 100px 30px;
}
.intro__swiper ul li div h2,
.intro__swiper ul li div p {
  padding: 0;
  color: white;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.44);
}
.intro__swiper ul li div h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.intro__swiper ul li div p {
  font-size: 38px;
  margin: 0 0 30px 0;
  font-weight: normal;
}
.intro__swiper-navi {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  width: 100%;
  max-width: 1320px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 0 30px;
  height: 100px;
  z-index: 1;
}
.intro__swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: black;
  height: 30px;
}
.intro__swiper-pagination div {
  -webkit-transform: translateX(-10px) !important;
          transform: translateX(-10px) !important;
}
.intro__swiper-pagination span {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.intro__swiper-navi-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.intro__swiper-prev-btn, .intro__swiper-next-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  padding: 10px;
}
.intro__swiper-next-btn svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.commercial {
  position: absolute;
  color: lightgrey;
  font-weight: normal;
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 1000;
  padding-right: 30px;
  width: 100%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}
.intro__show-tel-btn {
  font-family: inherit;
  font-size: 16px;
  margin: 0;
  padding: 12px 32px;
}

@media screen and (max-width: 600px) {
  .intro__swiper ul li div h2 {
    font-size: 40px;
    margin: 0 0 8px 0;
  }
  .intro__swiper ul li div p {
    font-size: 30px;
    margin: 0 0 30px 0;
    font-weight: normal;
  }
  .intro__swiper-prev-btn, .intro__swiper-next-btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 5px;
  }
}
@media screen and (max-width: 500px) {
  .intro__swiper ul {
    height: 500px;
  }
  .intro__swiper ul li div h2 {
    font-size: 10vw;
    margin: 0 0 8px 0;
  }
  .intro__swiper ul li div p {
    font-size: 7vw;
    margin: 0 0 30px 0;
    font-weight: normal;
  }
  .intro__show-tel-btn {
    width: 100%;
  }
  .intro__swiper-prev-btn, .intro__swiper-next-btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 5px;
  }
}
@media screen and (max-width: 360px) {
  .intro__swiper ul {
    height: 360px;
  }
  .intro__swiper ul li div {
    padding: 30px 20px 100px 20px;
  }
  .intro__swiper ul li div h2 {
    font-size: 10vw;
    margin: 0 0 8px 0;
  }
  .intro__swiper ul li div p {
    font-size: 7vw;
    margin: 0 0 30px 0;
    font-weight: normal;
  }
  .intro__show-tel-btn {
    width: 100%;
  }
  .intro__swiper-prev-btn, .intro__swiper-next-btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 5px;
  }
}
.complex {
  position: relative;
  padding: 100px 30px 0 30px;
  max-width: 1260px;
  margin: -50px auto 0 auto;
}
.complex__tabs {
  background-color: white;
  border-radius: 40px;
  padding: 12px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 36px 0;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.complex__tabs li {
  color: #0064cb;
  cursor: pointer;
  font-size: 18px;
  line-height: 133%;
  padding: 12px 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  white-space: nowrap;
  border-radius: 100px;
}
.complex__tabs li.active {
  color: #fff;
  background-color: #0064cb;
}
.complex__tab-content {
  overflow: hidden;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  border-radius: 30px;
  background-color: #fff;
  min-height: 627px;
  height: auto;
}
.complex__tab-content_shown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.complex__text-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  padding: 0;
  height: auto;
}
.complex__tab-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 40px;
  border-bottom: 1px solid #9da1aa;
  width: 100%;
}
.complex__tab-title h2 {
  margin: 0;
  font-size: 32px;
  line-height: 120%;
  color: #000;
}
.complex__tab-description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 40px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  width: 100%;
}
.complex__tab-subtitle {
  margin: 0 0 24px 0;
  padding: 0;
  width: 100%;
  font-size: 20px;
  line-height: 120%;
  font-weight: normal;
  color: #000;
}
.complex__tab-benefits {
  margin: 0 0 40px 0;
  padding: 0 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.complex__tab-benefits li {
  font-size: 18px;
  line-height: 120%;
  font-weight: normal;
  color: #000;
}
.complex__tab-benefits li::marker {
  font-size: 12px;
}
.complex__consult-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 20px 40px;
  margin: auto 0 0 0;
  font-family: inherit;
  font-size: 18px;
  line-height: 120%;
  font-weight: normal;
}
.complex__images-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.complex__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
}
.complex__images li {
  height: auto;
}
.complex__images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.complex__swiper-navi {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 10;
}
.complex__pagination {
  height: 40px;
  background-color: #0064cb;
  border-radius: 10px;
  height: 40px;
  width: 80px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
}
.complex__swiper-navi-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.complex__swiper-prev-btn, .complex__swiper-next-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 8px;
}
.complex__swiper-next-btn svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 900px) {
  .complex {
    padding: 90px 30px 0 30px;
  }
  .complex__tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .complex__text-area {
    width: 100%;
  }
  .complex__images-area {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .complex {
    padding: 80px 15px 0 15px;
  }
  .complex__tabs {
    border-radius: 20px;
    margin: 0 0 24px 0;
  }
  .complex__tabs li {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 100px;
  }
  .complex__tab-content {
    border-radius: 20px;
  }
  .complex__tab-title {
    padding: 20px 15px;
  }
  .complex__tab-title h2 {
    font-size: 20px;
  }
  .complex__tab-description {
    padding: 24px 15px 20px 15px;
  }
  .complex__tab-subtitle {
    font-size: 16px;
  }
  .complex__tab-benefits {
    margin: 0 0 32px 0;
    padding: 0 0 0 16px;
    gap: 10px;
  }
  .complex__tab-benefits li {
    font-size: 14px;
  }
  .complex__tab-benefits li::marker {
    font-size: 10px;
  }
  .complex__consult-btn {
    width: 100%;
    font-size: 16px;
  }
  .complex__swiper-navi {
    bottom: 20px;
    left: 15px;
    right: 15px;
  }
}
.filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.filters__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e7ebf5;
  border-radius: 8px;
  padding: 4px;
  height: 48px;
}
.filters__couple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.filters__plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  width: 231px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filters__plans label {
  display: block;
  position: relative;
  cursor: pointer;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.filters__plans label:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  right: -1px;
  top: 50%;
  height: 60%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #9da1aa;
  z-index: 1;
}
.filters__plans label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 0 12px;
  height: 100%;
  font-size: 16px;
  font-family: inherit;
  border-radius: 6px;
  color: black;
}
.filters__plans label input {
  display: none;
}
.filters__plans label input:checked + span {
  background-color: #0064cb;
  color: #fff;
}
.filters__from-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 0;
  padding: 0 12px;
  min-width: 380px;
  outline: 1px solid transparent;
  -webkit-transition: outline 0.3s ease;
  transition: outline 0.3s ease;
}
.filters__from-to_wide {
  width: 100%;
}
.filters__from-to_focus {
  outline: 1px solid gold;
}
.filters__from-to span {
  color: #9da1aa;
  font-size: 16px;
}
.filters__from-to span:last-of-type {
  color: black;
  font-size: 16px;
}
.filters__from-to input {
  color: #000;
  font-family: inherit;
  background: none;
  border: none;
  font-size: 16px;
  padding: 12px 0;
  outline: none;
  width: 100%;
}
.filters__from-to input::-webkit-outer-spin-button, .filters__from-to input::-webkit-inner-spin-button, .filters__from-to input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.filters__from-to input::-webkit-input-placeholder {
  color: #9da1aa;
}
.filters__from-to input::-moz-placeholder {
  color: #9da1aa;
}
.filters__from-to input:-ms-input-placeholder {
  color: #9da1aa;
}
.filters__from-to input::-ms-input-placeholder {
  color: #9da1aa;
}
.filters__from-to input::placeholder {
  color: #9da1aa;
}
.filters__droplist {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 0 12px;
  width: 100%;
  outline: 1px solid transparent;
  -webkit-transition: outline 0.3s ease;
  transition: outline 0.3s ease;
}
.filters__droplist_focus {
  outline: 1px solid gold;
}
.filters__droplist div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.filters__droplist div input {
  cursor: pointer;
  color: #000;
  font-family: inherit;
  background: none;
  border: none;
  font-size: 16px;
  padding: 0;
  outline: none;
  width: 100%;
  height: 100%;
}
.filters__droplist div input::-webkit-input-placeholder {
  color: #9da1aa;
}
.filters__droplist div input::-moz-placeholder {
  color: #9da1aa;
}
.filters__droplist div input:-ms-input-placeholder {
  color: #9da1aa;
}
.filters__droplist div input::-ms-input-placeholder {
  color: #9da1aa;
}
.filters__droplist div input::placeholder {
  color: #9da1aa;
}
.filters__droplist div span {
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #9da1aa;
  border-bottom: 2px solid #9da1aa;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.filters__droplist div span.opened {
  -webkit-transform: rotateY(3.142rad) rotate(-135deg);
          transform: rotateY(3.142rad) rotate(-135deg);
}
.filters__droplist ul {
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  top: calc(100% + 5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 250px;
  overflow-y: auto;
  z-index: 5;
  background-color: #fff;
}
.filters__droplist ul.shown {
  opacity: 1;
  visibility: visible;
}
.filters__droplist ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  font-size: 16px;
  font-family: inherit;
  width: 100%;
}

@media (hover: hover) {
  .filters__droplist ul li:hover {
    background-color: gold;
  }
}
@media (hover: none) {
  .filters__droplist ul li:active {
    background-color: gold;
  }
}
.no-search-results {
  padding: 20px 30px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
.no-search-results_map {
  padding: 100px 120px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 22;
  background: radial-gradient(circle, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 80%);
}
.no-search-results__icon {
  width: 50%;
}
.no-search-results__title {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: bolder;
}
.no-search-results__subtitle {
  margin: 10px 0 20px 0;
  padding: 0;
  text-align: center;
  color: #9da1aa;
  font-size: 16px;
  font-weight: normal;
}
.no-search-results__clear-btn {
  font-family: inherit;
  font-size: 16px;
  padding: 12px 24px;
}

@media screen and (max-width: 900px) {
  .no-search-results_map {
    padding: 100px 120px;
    position: absolute;
    width: 90%;
    bottom: 200px;
    left: 50%;
  }
}
.popup {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20vh 50px 30px 50px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
  overflow-y: auto;
}
.popup_shown {
  opacity: 1;
  visibility: visible;
}
.popup__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  max-width: 400px;
}
.popup__close {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -40px;
  width: 30px;
  height: 30px;
}
.popup__close span {
  position: absolute;
  top: 50%;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 4px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.popup__close span:first-of-type {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.popup__close span:last-of-type {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.popup__title {
  text-align: center;
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.popup__subtitle {
  text-align: center;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.popup__callback-from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.popup__callback-from input {
  border: none;
  border-radius: 4px;
  background-color: #f5f6fb;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin: 0 0 15px 0;
  outline: 1px solid transparent;
  -webkit-transition: outline 0.3s ease;
  transition: outline 0.3s ease;
}
.popup__callback-from input::-webkit-input-placeholder {
  color: #9da1aa;
}
.popup__callback-from input::-moz-placeholder {
  color: #9da1aa;
}
.popup__callback-from input:-ms-input-placeholder {
  color: #9da1aa;
}
.popup__callback-from input::-ms-input-placeholder {
  color: #9da1aa;
}
.popup__callback-from input::placeholder {
  color: #9da1aa;
}
.popup__callback-from input:focus {
  outline: 1px solid gold;
}
.popup__callback-from button {
  padding: 12px 24px;
  width: 100%;
  font-family: inherit;
  font-size: 20px;
}
.popup__personal-data {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #9da1aa;
  text-align: center;
}
.popup__benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  gap: 10px;
}
.popup__benefits-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  background-color: #f5f6fb;
  border-radius: 20px;
  height: auto;
}
.popup__benefits-list li h3 {
  margin: 0 0 15px 0;
}
.popup__benefits-list li p {
  margin: 0 0 20px 0;
}
.popup__benefits-list li svg {
  margin: auto 0 0 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 30%;
}
.popup_info .popup__wrapper {
  max-width: 700px;
}
.popup_info .popup__subtitle {
  max-width: 500px;
}
.popup__video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.popup__video iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.popup__video video {
  border: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.popup_video {
  padding-top: 5vh;
}
.popup_video .popup__wrapper {
  width: 70vw;
  max-width: none;
  padding: 0;
  aspect-ratio: 1/0.6;
}
.popup_video .popup__subtitle {
  max-width: 500px;
}

@media screen and (max-width: 730px) {
  .popup__benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 20px 0 0 0;
    padding: 0;
    gap: 10px;
  }
  .popup__benefits-list li {
    padding: 15px;
  }
  .popup__benefits-list li svg {
    margin: auto 0 0 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 50px;
  }
}
@media screen and (max-width: 500px) {
  .popup {
    padding: 20vh 15px 30px 15px;
  }
  .popup__close {
    top: -40px;
    right: 0px;
  }
  .popup__wrapper {
    padding: 15px;
  }
  .popup__title {
    margin: 0 0 6px 0;
    font-size: 20px;
  }
  .popup__subtitle {
    text-align: center;
    font-size: 14px;
  }
  .popup__callback-from input {
    padding: 10px 20px;
    font-size: 18px;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .popup__callback-from button {
    font-size: 18px;
  }
  .popup__personal-data {
    font-size: 12px;
  }
  .popup__benefits-list {
    margin: 10px 0 0 0;
  }
  .popup__benefits-list li {
    padding: 15px;
  }
  .popup__benefits-list li h3 {
    margin: 0 0 15px 0;
    font-size: 17px;
  }
  .popup__benefits-list li p {
    margin: 0 0 20px 0;
    font-size: 14px;
  }
  .popup__benefits-list li svg {
    margin: auto 0 0 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 50px;
  }
  .popup_video .popup__wrapper {
    width: 100%;
    max-width: none;
    padding: 0;
    aspect-ratio: 1/0.6;
  }
  .popup_video .popup__subtitle {
    max-width: 500px;
  }
}
@media (hover: hover) {
  .popup__close:hover span {
    opacity: 0.8;
  }
  .popup__close:active span {
    opacity: 1;
  }
}
@media (hover: none) {
  .popup__close:active span {
    opacity: 0.7;
  }
}
.info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 30px 0 30px;
  margin: -20px 0 0 0;
}
.info__wrapper {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: 20px;
}
.info__blocks-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  width: 50%;
  height: auto;
}
.info__blocks-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  width: 100%;
  height: 100%;
}
.info__block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 20px;
  padding: 32px;
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.info__block_size_s {
  background-color: #fff;
  color: #000;
  width: 50%;
}
.info__block_size_s svg {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 40%;
}
.info__block_size_m {
  background-color: #fff;
  color: #000;
}
.info__block_size_m p {
  margin: 0 0 24px 0;
  font-size: 20px;
  line-height: 130%;
}
.info__block_size_m button {
  display: block;
  text-decoration: none;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: inherit;
  font-size: 18px;
}
.info__block_size_l {
  background-color: #0064cb;
  color: #fff;
  width: 50%;
}
.info__block_size_l svg {
  margin: 40px;
  width: 50%;
}
.info__cover-link {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.info__title {
  font-weight: 700;
}
.info__title_main {
  font-size: 44px;
  line-height: 110%;
  margin: 0 0 20px 0;
}
.info__title_normal {
  font-size: 28px;
  line-height: 121%;
  margin: 0 0 24px 0;
}

@media screen and (max-width: 1200px) {
  .info__title {
    font-weight: 700;
    margin: 0 0 20px 0;
  }
  .info__title_main {
    font-size: 3.3vw;
  }
  .info__title_normal {
    font-size: 2vw;
  }
  .info__block {
    padding: 24px;
  }
  .info__block_size_m {
    background-color: #fff;
  }
  .info__block_size_m p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 900px) {
  .info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  .info__title_main {
    max-width: 600px;
    font-size: 32px;
  }
  .info__title_normal {
    font-size: 20px;
  }
  .info__blocks-column {
    width: 100%;
  }
  .info__block {
    padding: 24px;
  }
  .info__block_size_s svg {
    margin-top: auto;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 60px;
  }
  .info__block_size_m {
    background-color: #fff;
  }
  .info__block_size_m p {
    font-size: 20px;
  }
  .info__block_size_l {
    width: 100%;
  }
  .info__block_size_l svg {
    margin: 20px;
    width: 100px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .info {
    padding: 90px 15px 0 15px;
  }
  .info__blocks-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__block_size_s {
    width: 100%;
  }
  .info__block_size_m {
    background-color: #fff;
  }
  .info__block_size_m p {
    font-size: 16px;
  }
  .info__block_size_m button {
    font-size: 16px;
  }
  .info__title_main {
    font-size: 7vw;
  }
  .info__title_normal {
    font-size: 5vw;
  }
}
.apartments {
  padding: 100px 30px 0 30px;
  max-width: 1260px;
  margin: -30px auto 0 auto;
}
.apartments__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  gap: 20px;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.apartments__show-more-btn {
  position: relative;
  padding: 12px 48px;
  font-family: inherit;
  font-size: 16px;
  margin: 30px auto 0 auto;
  z-index: 2;
}

@media screen and (max-width: 900px) {
  .apartments {
    padding: 90px 30px 0 30px;
  }
  .apartments .filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .apartments .filters__droplist {
    width: auto;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 500px) {
  .apartments {
    padding: 80px 15px 0 15px;
  }
  .apartments__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }
  .apartments .filters__droplist {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .apartments .filters__plans {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: auto;
  }
  .apartments .filters__plans span {
    padding: 0 6px;
  }
  .apartments .filters input {
    font-size: 14px;
  }
  .apartments .filters li {
    font-size: 14px;
  }
  .apartments .filters span {
    font-size: 14px;
  }
  .apartments .filters__from-to {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: auto;
  }
  .apartments .filters__from-to input {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .apartments__show-more-btn {
    font-size: 14px;
  }
}
.apartment-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}
.apartment-card__image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.apartment-card__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.apartment-card__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 15px 15px;
  width: 100%;
}
.apartment-card__price {
  margin: 0 0 7px 5px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.apartment-card__description {
  margin: 0 0 5px 5px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.apartment-card__complex {
  margin: 0 0 15px 5px;
  color: #9da1aa;
  font-size: 16px;
  line-height: 20px;
}
.apartment-card__show-btn {
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 24px;
  width: 100%;
  font-size: 18px;
}

@media screen and (max-width: 430px) {
  .apartment-card__show-btn {
    font-size: 14px;
  }
}
.credit {
  padding: 90px 30px 0 30px;
  margin: -20px 0 0 0;
}
.credit__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1260px;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  padding: 40px;
}
.credit__titles-list {
  margin: -10px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.credit__titles-list li {
  color: #0064cb;
  cursor: pointer;
  font-size: 18px;
  line-height: 133%;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  white-space: nowrap;
  border-radius: 100px;
}
.credit__titles-list li.active {
  color: #fff;
  background-color: #0064cb;
}
.credit__content {
  display: none;
}
.credit__content_shown {
  display: block;
}
.credit__main-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  gap: 40px;
}
.credit__main-content div {
  width: 50%;
}
.credit__text-content h2 {
  margin: 0 0 16px 0;
  padding: 0;
  color: #000;
  font-size: 44px;
  line-height: 120%;
}
.credit__text-content p {
  margin: 0 0 32px 0;
  padding: 0;
  font-size: 18px;
  line-height: 144%;
  margin-top: 16px;
}
.credit__text-content button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 48px;
  font-family: inherit;
  font-size: 18px;
}
.credit__image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.credit__image svg {
  width: 50%;
}
.credit__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.credit__benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: 20px;
}
.credit__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  background-color: #f7fafe;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  width: 100%;
}
.credit__benefit h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 8px 0;
  padding: 0;
}
.credit__benefit p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px 0;
  padding: 0;
}
.credit__benefit span {
  color: #9da1aa;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 16px;
}
.credit__benefit svg {
  margin-top: auto;
  width: 50px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.credit__single-benefit {
  max-width: 590px;
}
.credit__single-benefit h3 {
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 32px;
  line-height: 38px;
  color: #000;
}
.credit__single-benefit p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px 0;
  color: #000;
}
.credit__single-benefit span {
  display: block;
  color: #9da1aa;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 16px;
  margin: 0 0 12px 0;
}

@media screen and (max-width: 900px) {
  .credit__titles-list li {
    font-size: 16px;
  }
  .credit__main-content {
    padding: 50px 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    gap: 40px;
  }
  .credit__main-content div {
    width: 100%;
  }
  .credit__text-content h2 {
    margin: 0 0 16px 0;
    padding: 0;
    color: #000;
    font-size: 38px;
    line-height: 50px;
  }
  .credit__text-content p {
    margin: 0 0 28px 0;
    font-size: 17px;
  }
  .credit__text-content button {
    padding: 12px 24px;
    font-size: 16px;
  }
  .credit__benefits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    gap: 15px;
  }
  .credit__benefit {
    padding: 15px;
    width: auto;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .credit__benefit h3 {
    font-size: 20px;
  }
  .credit__benefit p {
    font-size: 14px;
  }
  .credit__benefit svg {
    width: 30px;
  }
  .credit__single-benefit {
    max-width: 590px;
  }
  .credit__single-benefit h3 {
    font-size: 24px;
  }
  .credit__single-benefit p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .credit {
    padding: 80px 15px 0 15px;
  }
  .credit__wrapper {
    border-radius: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
  }
  .credit__titles-list li {
    font-size: 14px;
  }
  .credit__text-content h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
  .credit__text-content p {
    font-size: 15px;
  }
}
.about {
  padding: 72px 30px 96px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 96px 0 0 0;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
  gap: 40px;
}
.about__wrapper div {
  width: 100%;
}
.about__text-content p {
  color: #000;
  font-size: 24px;
  line-height: 125%;
  margin: 0 0 16px 0;
}
.about__text-content span {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
.about__video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.about__video {
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.about__video img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__video_size_l {
  aspect-ratio: 1/0.6;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.about__video_size_s {
  aspect-ratio: 1/0.6;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 50%;
}
.about__big-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100px;
}
.about__small-play-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 50px;
}

@media screen and (max-width: 900px) {
  .about {
    padding: 45px 30px 90px 30px;
    margin: 90px 0 0 0;
    border-radius: 40px 40px 0 0;
  }
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .about__text-content h2 {
    margin: 0 0 20px 0;
  }
  .about__text-content p {
    font-size: 20px;
    margin: 0 0 16px 0;
  }
  .about__text-content span {
    font-size: 15px;
  }
  .about__big-play-icon {
    max-width: 25%;
  }
  .about__small-play-icon {
    max-width: 20%;
  }
}
@media screen and (max-width: 500px) {
  .about {
    padding: 30px 15px 80px 15px;
    margin: 80px 0 0 0;
    border-radius: 30px 30px 0 0;
  }
  .about__text-content h2 {
    margin: 0 0 15px 0;
  }
  .about__text-content p {
    font-size: 16px;
    margin: 0 0 16px 0;
  }
  .about__text-content span {
    font-size: 14px;
  }
  .about__video {
    border-radius: 10px;
  }
}
.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  cursor: pointer;
}
.burger .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 5px;
  margin: 3px 0;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.burger_opened .bar {
  width: 30px;
}
.burger_opened .bar:nth-child(1) {
  -webkit-transform: rotateZ(45deg) translate(7.5px, 7.5px);
          transform: rotateZ(45deg) translate(7.5px, 7.5px);
}
.burger_opened .bar:nth-child(2) {
  -webkit-transform: translateX(0) rotateZ(45deg);
          transform: translateX(0) rotateZ(45deg);
}
.burger_opened .bar:nth-child(3) {
  -webkit-transform: rotateZ(-45deg) translate(7.5px, -7.5px);
          transform: rotateZ(-45deg) translate(7.5px, -7.5px);
}

.link-hover {
  cursor: pointer;
  opacity: 1;
}
.link-hover_txt_opacity {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.link-hover_txt_red {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}

.btn {
  cursor: pointer;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
}
.btn:disabled {
  cursor: default;
  background-color: #9da1aa;
}
.btn_theme_blue {
  background-color: #0064cb;
  color: #fff;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.btn_theme_light-blue {
  background-color: #badcff;
  color: #0064cb;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.btn_theme_white {
  background-color: #fff;
  color: #000;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.btn_theme_rounded-white-alpha {
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.btn_theme_rounded-white-alpha svg {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.btn_theme_rounded-white-alpha svg path {
  fill: #fff;
}
.btn_theme_rounded-blue {
  border-radius: 100%;
  border: none;
  background-color: #0064cb;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.btn_theme_rounded-blue svg {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.btn_theme_rounded-blue svg path {
  fill: #fff;
}

@media screen and (max-width: 900px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (hover: hover) {
  .link-hover_txt_opacity:hover, .link-hover_txt_opacity:active {
    opacity: 0.8;
  }
  .link-hover_txt_red:hover, .link-hover_txt_red:active {
    color: #ff3333;
  }
  .btn_theme_blue:hover, .btn_theme_light-blue:hover, .btn_theme_rounded-blue:hover {
    -webkit-filter: grayscale(30%);
            filter: grayscale(30%);
  }
  .btn_theme_rounded-white-alpha:hover, .btn_theme_white:hover {
    -webkit-filter: invert(15%);
            filter: invert(15%);
  }
  .btn_theme_blue:active, .btn_theme_light-blue:active, .btn_theme_rounded-blue:active {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  .btn_theme_rounded-white-alpha:active, .btn_theme_white:active {
    -webkit-filter: invert(0%);
            filter: invert(0%);
  }
}
@media (hover: none) {
  .link-hover_txt_opacity:active {
    opacity: 0.8;
  }
  .link-hover_txt_red:active {
    color: #ff3333;
  }
  .btn_theme_blue:active, .btn_theme_light-blue:active, .btn_theme_rounded-blue:active {
    -webkit-filter: grayscale(30%);
            filter: grayscale(30%);
  }
  .btn_theme_rounded-white-alpha:active, .btn_theme_white:active {
    -webkit-filter: invert(15%);
            filter: invert(15%);
  }
}