@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
html{
  scroll-behavior: smooth;
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #000;
  line-height: 1;
  font-family: Inter;
  font-size: .875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Inter;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 109.625rem;
  margin: 0 auto;
  padding: 0 .875rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .875rem 1fr minmax(auto,107.875rem) 1fr .875rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.header {
  padding-top: 24px;
  position: relative;
  z-index: 1
}
.header__body {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.header__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 20px
}
.header__logo {
  font-weight: 700;
  font-size: 40px;
  color: #2f2f2f
}
.btn {
  font-weight: 500;
  font-size: 22px;
  padding: 16px 24px;
  color: #363636;
  outline: 2px solid #c4ff96;
  background-color: #c4ff96;
  border-radius: 44px;
  transition: all .3s ease
}
.header__social {
  display: flex;
  gap: 12px;
  align-items: center
}
.header__social__link img {
  width: 48px;
  height: 48px
}
.header__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #2f2f2f
}
.header__tel img {
  width: 20px;
  height: 20px
}
.menu__body {
  width: 100%
}
.menu__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 80px;
  background-color: #363636;
  border-radius: 20px
}
.menu__link {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  transition: all .3s ease
}
.footer {
  padding: 44px 0;
  background-color: #363636
}
.footer__body {
  display: flex;
  width: 100%;
  justify-content: space-between
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 30px
}
.footer__logo {
  font-weight: 700;
  font-size: 40px;
  color: #f0ffe4
}
.footer__list {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 20px
}
.footer__link {
  font-weight: 700;
  font-size: 18px;
  color: #fff
}
.footer__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}
.footer__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #fff
}
.section__hero {
  background-image: url(../img/hero.webp);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  padding-top: 240px;
  padding-bottom: 190px;
  margin-top: -160px
}
.section__hero__body {
  display: flex;
  flex-direction: column;
  gap: 60px
}
.section__hero__title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 100px;
  color: #afff70;
  text-shadow: 5px 8px 4px rgba(0,0,0,.4)
}
.section__hero__subtitle {
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  max-width: 700px;
  text-shadow: 5px 8px 4px rgba(0,0,0,.4)
}
.section__hero__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 76px
}
.section__hero__list__item {
  font-weight: 700;
  font-size: 25px;
  color: #f0ffe4;
  padding-left: 32px;
  position: relative
}
.section__hero__list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #c4ff96
}
.section__apartments {
  padding: 40px 0;
  padding-bottom: 120px
}
.section__apartments__container {
  width: 100%
}
.section__apartments__body {
  display: flex;
  flex-direction: column;
  gap: 40px
}
.title {
  font-weight: 700;
  font-size: 50px;
  color: #363636
}
.section__apartments__content {
  background-color: #f0ffe4;
  padding: 18px 0;
  position: relative
}
.section__apartments__content .section__apartments__container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 1
}
.section__apartments__content .section__apartments__container .section__apartments__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 70px
}
.section__apartments__content .section__apartments__container .section__apartments__item:first-child {
  padding-right: 30px;
  padding-bottom: 200px
}
.section__apartments__content .section__apartments__container .section__apartments__item:last-child {
  padding-top: 178px;
  padding-left: 60px;
  margin-bottom: -80px
}
.section__apartments__content::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 100px
}
.section__apartments__content::after {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}
.section__apartments__img img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 14px 22px rgba(0,0,0,.4)
}
.section__apartments__item__title {
  grid-column: 1/3;
  font-weight: 600;
  font-size: 34px;
  color: #363636
}
.section__apartments__item__title span {
  font-weight: 800
}
.section__apartments__item__title .big {
  font-size: 55px
}
.section__complex {
  background-image: url(../img/complex.webp);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 300px;
  padding-bottom: 320px;
  margin-top: -80px;
  height: 1228px
}
.section__complex__container {
  height: 100%;
  width: 100%
}
.section__complex__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 30px;
  height: 100%;
  max-width: 560px;
  margin-left: auto
}
.section__complex__name {
  font-weight: 900;
  font-size: 50px;
  color: #afff70;
  text-shadow: 5px 8px 4px rgba(0,0,0,.4)
}
.section__complex__text {
  font-weight: 700;
  font-size: 24px;
  color: #fff
}
.section__complex__img {
  width: 100%
}
.section__complex__img iframe {
  width: 100%;
  max-height: 180px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover
}
.section__in {
  padding-bottom: 90px;
  margin-top: -220px
}
.section__in__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px
}
.section__in__title {
  font-weight: 900;
  font-size: 30px;
  color: #363636;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #6dea00
}
.section__in__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 60px;
  max-width: 1572px;
  align-items: center
}
.section__in__item {
  grid-column: 1/3;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer
}
.section__in__item.in_item_big {
  grid-column: 1/2
}
.section__in__item.in_item_big:last-child {
  grid-column: 2/3
}
.section__in__item.in_item_big .section__in__img {
  max-height: 700px
}
.section__in__item.in_item_big .section__in__text {
  padding: 56px 15px;
  width: 100%;
  bottom: 0;
  top: auto;
  height: auto;
  background-color: rgba(54,54,54,.6);
  display: block;
  max-height: 200px
}
.section__in__item.in_item_big .section__in__text::after {
  content: none
}
.section__in__item:nth-child(even) .section__in__text {
  left: auto;
  right: 0;
  text-align: center
}
.section__in__item:nth-child(even) .section__in__text::after {
  left: auto;
  right: 0;
  clip-path: polygon(17.2% 0,100% 0,100% 100%,0 100%)
}
.section__in__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 280px;
  transition: -webkit-filter .6s ease;
  transition: filter .6s ease;
  transition: filter .6s ease,-webkit-filter .6s ease
}
.section__in__text {
  position: absolute;
  z-index: 1;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 15px 25px
}
.section__in__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0,82.8% 0,100% 100%,0 100%);
  background-color: rgba(54,54,54,.6);
  z-index: -1
}
.section__in__text span {
  font-weight: 800;
  font-size: 40px;
  display: contents
}
.section__conditions {
  padding-bottom: 160px
}
.section__conditions__body {
  display: flex;
  flex-direction: column;
  gap: 30px
}
.section__conditions__list {
  display: grid;
  grid-template-columns: minmax(428px,620px) minmax(428px,930px);
  justify-content: space-between;
  gap: 80px
}
.section__conditions__item {
  width: 100%;
  background-color: #363636;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 240px
}
.section__conditions__item__title {
  font-weight: 600;
  font-size: 25px;
  color: #f0ffe4
}
.section__conditions__text {
  color: #fff;
  font-weight: 800;
  font-size: 40px
}
.section__conditions__text span {
  font-size: 50px
}
.section__furnishing_____body {
  display: flex;
  flex-direction: column
}
.section__furnishing__content {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url(../img/furnishing.webp);
  background-position: center;
  background-repeat: no-repeat
}
.section__furnishing__content .section__furnishing__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}
.section__furnishing__item {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.section__furnishing__item:last-child .section__furnishing__item__inner {
  align-items: flex-end
}
.section__furnishing__item:last-child .section__furnishing__item__inner .section__furnishing__item__inner__list {
  justify-content: flex-end;
  max-width: 540px
}
.section__furnishing__item__inner {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.section__furnishing__item__inner__title {
  font-size: 25px;
  font-weight: 600;
  color: #fff
}
.section__furnishing__item__inner__list {
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 650px
}
.section__furnishing__item__inner__list__item {
  padding: 0 10px;
  min-width: 117px;
  border-radius: 44px;
  background-color: #fff;
  font-weight: 500;
  font-size: 22px;
  color: #363636;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center
}
.section__furnishing__item__inner__list__item.item_green {
  background-color: #f0ffe4
}
.section__furnishing__img {
  width: 100%
}
.section__furnishing__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 340px
}
.section__gallery {
  padding: 50px 0
}
.section__gallery__body {
  display: grid;
  grid-template-columns: 400px 660px 570px;
  grid-template-columns: 23.17% 38.24% 33.03%
}
.section__gallery__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0,0,0,.25)
}
.section__gallery__inner {
  display: flex;
  gap: 30px
}
.section__quality {
  margin-top: 50px;
  background-image: url(../img/quality.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 100px
}
.section__quality__body {
  display: flex;
  flex-direction: column;
  gap: 230px
}
.section__quality__content {
  display: flex;
  flex-direction: column;
  gap: 136px
}
.section__quality__list {
  display: flex;
  flex-direction: column;
  gap: 40px
}
.section__quality__item {
  font-weight: 700;
  font-size: 25px;
  color: #f0ffe4;
  padding-left: 32px;
  position: relative
}
.section__quality__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #c4ff96
}
.section__quality__imgs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px
}
.section__quality__img img {
  width: 100%;
  border-radius: 20px;
  max-width: 520px;
  box-shadow: 0 4px 4px rgba(0,0,0,.25)
}
@media (min-width:993px) {
  .section__conditions__content {
    background-color: #f0ffe4;
    position: relative;
    padding: 70px 0
  }
  .section__conditions__content::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
  }
  .section__conditions__item:nth-child(odd) {
    position: relative
  }
  .section__conditions__item:nth-child(odd)::before {
    content: "";
    width: 2px;
    height: calc(100% + 140px);
    background-color: #ccc;
    position: absolute;
    top: -70px;
    right: -30px
  }
  .section__conditions__item:nth-child(even) {
    position: relative
  }
  .section__conditions__item:nth-child(even)::before {
    content: "";
    width: 2px;
    height: calc(100% + 140px);
    background-color: #ccc;
    position: absolute;
    top: -70px;
    left: -30px
  }
  .section__furnishing__img {
    display: none
  }
  .section__gallery__img:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/3
  }
}
@media (min-width:120em) {
  .section__conditions__body>.section__conditions__container:first-child {
    margin-left: 4.71875rem
  }
  .section__furnishing_____body>.section__furnishing__container {
    margin-left: 4.71875rem
  }
  .section__gallery__body {
    -webkit-column-gap: 3.125rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem
  }
  .section__gallery__body {
    row-gap: 2.5rem
  }
}
@media (max-width:992px) {
	.section__in__item .section__in__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem .9375rem .9375rem 1.875rem;
    transition: left .3s
  }
  .menu-open .menu__body {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 3.125rem;
    height: 2.5rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #2f2f2f;
    border-radius: 30px
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - 5px)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 5px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header {
    padding: 12px 0
  }
  .header__body {
    gap: 0
  }
  .header__logo {
    font-size: 38px
  }
  .btn {
    font-size: 20px;
    padding: 14px 22px;
    border-radius: 40px
  }
  .header__social {
    display: grid;
    grid-template-columns: repeat(3,auto)
  }
  .header__tel {
    grid-column: 1/4
  }
  .menu__body {
    margin-top: 72px;
    padding: 34px 15px 60px;
    background-color: rgba(255,255,255,.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 80px;
    backdrop-filter: blur(5px);
    height: calc(100vh - 72px)
  }
  .menu__list {
    background-color: rgba(0,0,0,0);
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    padding: 20px 0;
  }
  .menu__link {
    color: #2f2f2f
  }
  .section__hero {
    background-image: url(../img/hero_mob.webp);
    padding: 0;
    margin-top: 0;
    height: calc(100vh - 72px);
    background-position: center
  }
  .section__hero__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
  }
  .section__hero__body {
    align-items: center;
    gap: 20px;
    padding: 16px 0;
    background-color: rgba(54,54,54,.6);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    text-align: center;
    margin-left: -14px;
    margin-right: -14px;
    width: calc(100% + 28px)
  }
  .section__hero__title {
    margin-bottom: 0;
    font-size: 32px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.4)
  }
  .section__hero__subtitle {
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.4)
  }
  .section__hero__list {
    padding-left: 0;
    gap: 24px
  }
  .section__hero__list__item {
    font-size: 16px;
    padding-left: 22px;
    text-align: left
  }
  .section__hero__list__item::before {
    width: 12px;
    height: 12px
  }
  .section__apartments {
    padding: 25px 0
  }
  .section__apartments__content .section__apartments__container .section__apartments__item {
    grid-template-columns: 1fr;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px
  }
  .section__apartments__content .section__apartments__container .section__apartments__item:last-child {
    padding-top: 0;
    padding-left: 30px;
    margin-bottom: 0
  }
  .section__apartments__item__title {
    grid-column: 1/2;
    font-size: 26px
  }
  .section__apartments__item__title .big {
    font-size: 32px
  }
  .section__complex {
    background-image: url(../img/complex_mob.webp);
    background-position: center;
    padding: 0;
    margin: 0;
    height: 100vh
  }
  .section__complex__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
  }
  .section__complex__body {
    align-items: center;
    gap: 20px;
    padding: 16px 14px;
    background-color: rgba(54,54,54,.6);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    margin-left: -14px;
    margin-right: -14px;
    width: calc(100% + 28px);
    height: auto;
    max-width: none
  }
  .section__complex__text {
    font-size: 16px;
    max-width: 50%
  }
  .section__complex__img img {
    max-height: none;
    min-height: 180px
  }
  .section__in {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 0
  }
  .section__in__body {
    gap: 30px
  }
  .section__in__title {
    font-size: 25px
  }
  .section__in__items {
    grid-template-columns: 1fr;
    gap: 30px
  }
  .section__in__item.in_item_big .section__in__text {
    padding: 0 24px;
    width: 100%;
    bottom: 0;
    top: auto;
    height: auto;
    background-color: rgba(54,54,54,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    max-height: 110px;
    height: 100%
  }
  .section__in__item.in_item_big .section__in__text::after {
    content: none
  }
  .section__in__item {
    grid-column: 1
  }
  .section__in__item.in_item_big {
    grid-column: 1
  }
  .section__in__item.in_item_big:last-child {
    grid-column: 1
  }
  .section__in__text {
    padding: 0 24px;
    width: 100%;
    bottom: 0;
    top: auto;
    height: auto;
    background-color: rgba(54,54,54,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    max-height: 110px;
    height: 100%
  }
  .section__in__text::after {
    content: none
  }
  .section__conditions {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #f0ffe4
  }
  .section__conditions__list {
    grid-template-columns: 1fr;
    gap: 30px
  }
  .section__furnishing {
    padding-top: 40px
  }
  .section__furnishing_____body>.section__furnishing__container {
    margin: 0 auto
  }
  .section__furnishing_____body {
    gap: 40px
  }
  .section__furnishing__content {
    background-image: none;
    padding: 0
  }
  .section__furnishing__content>.section__furnishing__container {
    padding: 0;
    flex-direction: column;
    justify-content: center
  }
  .section__furnishing__item {
    background-color: rgba(54,54,54,.6);
    padding: 40px 14px;
    width: 100%;
    gap: 16px
  }
  .section__furnishing__item__inner {
    gap: 16px
  }
  .section__furnishing__item__inner__title {
    font-size: 16px
  }
  .section__furnishing__item__inner__list {
    max-width: none;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    row-gap: 12px
  }
  .section__furnishing__item__inner__list__item {
    height: 32px;
    font-size: 14px
  }
  .section__gallery__body {
    grid-template-columns: 1fr 1fr
  }
  .section__gallery__inner {
    display: contents
  }
  .section__quality {
    background-image: url(../img/quality_mob.webp);
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 0;
    background-size: 100% 550px;
    background-position: top
  }
  .section__quality__body {
    gap: 300px
  }
  .section__quality__content {
    background-color: rgba(54,54,54,.6);
    /* width: calc(100% + 38px); */
    margin-left: -14px;
    margin-right: -14px;
    padding: 30px 14px;
    gap: 20px
  }
  .section__quality__list {
    gap: 24px
  }
  .section__quality__item {
    font-size: 16px;
    padding-left: 22px;
    text-align: left
  }
  .section__quality__item::before {
    width: 12px;
    height: 12px
  }
}
@media (max-width:992px)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:62em) {
  .section__conditions__body>.section__conditions__container:first-child {
    margin-left: .0000000625rem
  }
  .section__furnishing_____body>.section__furnishing__container {
    margin-left: .0000000625rem
  }
  .section__gallery__body {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
  }
  .section__gallery__body {
    row-gap: 1.875rem
  }
}
@media (max-width:768px) {
  .footer__body {
    flex-direction: column;
    justify-content: center;
    gap: 50px
  }
  .footer__logo {
    margin: 0 auto;
    font-size: 38px;
    text-align: center;
  }
  .footer__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center
  }
  .section__apartments {
    background-color: #f0ffe4
  }
  .section__apartments__body {
    gap: 20px
  }
  .title {
    font-size: 25px;
    text-align: center
  }
  .section__apartments__content .section__apartments__container .section__apartments__item {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
  }
  .section__apartments__content .section__apartments__container .section__apartments__item:first-child,
  .section__apartments__content .section__apartments__container .section__apartments__item:last-child {
    padding: 0
  }
  .section__apartments__content .section__apartments__container {
    grid-template-columns: 1fr;
    gap: 100px
  }
  .section__apartments__content {
    background-color: rgba(0,0,0,0)
  }
  .section__apartments__content::before {
    content: none
  }
  .section__apartments__content::after {
    left: 14px;
    -webkit-transform: none;
    transform: none
  }
  .section__apartments__img img {
    box-shadow: 0 12px 20px rgba(0,0,0,.4);
    border-radius: 18px
  }
  .section__apartments__item__title {
    text-align: center;
    position: relative
  }
  .section__apartments__item__title::before {
    content: "";
    width: calc(100% + 28px);
    height: 2px;
    background-color: #ccc;
    position: absolute;
    left: -15px;
    top: -15px
  }
  .section__apartments__item__title::after {
    content: "";
    width: calc(100% + 28px);
    height: 2px;
    background-color: #ccc;
    position: absolute;
    left: -15px;
    bottom: -15px
  }
  .section__complex__name {
    font-size: 34px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.4)
  }
  .section__complex__text {
    max-width: none
  }
  .section__quality {
    background-size: 100% 450px
  }
  .section__quality__imgs {
    flex-direction: column;
    align-items: center
  }
}
@media (max-width:540px) {
  .section__gallery__body {
    grid-template-columns: 1fr
  }
  .section__gallery__img {
    height: 260px
  }
}
@media (min-width:62em)and (max-width:120em) {
  .section__conditions__body>.section__conditions__container:first-child {
    margin-left: clamp(.0000000625rem ,-5.0441809052rem + 8.1357757543vw ,4.71875rem)
  }
  .section__furnishing_____body>.section__furnishing__container {
    margin-left: clamp(.0000000625rem ,-5.0441809052rem + 8.1357757543vw ,4.71875rem)
  }
  .section__gallery__body {
    -webkit-column-gap: clamp(1.875rem ,.5387931034rem + 2.1551724138vw ,3.125rem);
    -moz-column-gap: clamp(1.875rem ,.5387931034rem + 2.1551724138vw ,3.125rem);
    column-gap: clamp(1.875rem ,.5387931034rem + 2.1551724138vw ,3.125rem)
  }
  .section__gallery__body {
    row-gap: clamp(1.875rem ,1.2068965517rem + 1.0775862069vw ,2.5rem)
  }
}
@media (any-hover:hover)and (pointer:fine) {
  .btn:hover {
    background-color: #363636;
    color: #c4ff96
  }
  .header__tel {
    position: relative
  }
  .header__tel::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #2f2f2f;
    border-radius: 10px;
    transition: all .3s ease
  }
  .header__tel:hover::after {
    width: 100%
  }
  .menu__link:hover {
    color: #c4ff96
  }
  .section__in__item:hover .section__in__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
  }
}
@media (pointer:coarse) {
  .section__in__item:active .section__in__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
  }
}