@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:ital,wght@0,300;0,400;0,500;1,400&display=swap");
@keyframes blick {
  0% {
    width: 0;
    height: 0;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    width: 110%;
    height: 110%;
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #333333;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

.nav {
  height: 70px;
  background-color: #222222;
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  z-index: 10;
}
@media (min-width: 992px) {
  .nav {
    height: calc( 0.0323275862 * 100vw + 37.9310344828px);
  }
}
@media (min-width: 1920px) {
  .nav {
    height: 100px;
  }
}
.nav__content {
  width: 100%;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .nav__content {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .nav__content {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .nav__content {
    max-width: none;
  }
}
.nav__content span {
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Roboto";
  position: relative;
  font-weight: 300;
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .nav__content span {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .nav__content span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .nav__content span {
    line-height: calc( 0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .nav__content span {
    line-height: 32px;
  }
}
.nav__content span.active::after {
  border-radius: 10px 10px 0px 0px;
  height: 3px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #faac24;
}
.nav__menu {
  display: flex;
  height: 100%;
}
.nav__link, .nav__menu-cont {
  font-size: 14px;
  line-height: 24px;
  margin-right: 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 300;
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  .nav__link, .nav__menu-cont {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .nav__link, .nav__menu-cont {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .nav__link, .nav__menu-cont {
    line-height: calc( 0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .nav__link, .nav__menu-cont {
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .nav__link, .nav__menu-cont {
    margin-right: calc( 0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .nav__link, .nav__menu-cont {
    margin-right: 50px;
  }
}
.nav__link.active::after, .nav__menu-cont.active::after {
  border-radius: 10px 10px 0px 0px;
  height: 3px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #faac24;
}
.nav__numbers {
  display: flex;
}
.nav__numbers-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .nav__numbers-icon {
    width: calc( 0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .nav__numbers-icon {
    width: 24px;
  }
}
@media (min-width: 992px) {
  .nav__numbers-icon {
    height: calc( 0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .nav__numbers-icon {
    height: 24px;
  }
}
@media (min-width: 992px) {
  .nav__numbers-icon {
    margin-right: calc( 0.0043103448 * 100vw + 7.724137931px);
  }
}
@media (min-width: 1920px) {
  .nav__numbers-icon {
    margin-right: 16px;
  }
}
.nav__numbers-item {
  display: flex;
  flex-direction: column;
}
.nav__numbers a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .nav__numbers a {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .nav__numbers a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .nav__numbers a {
    line-height: calc( 0.0021551724 * 100vw + 14.8620689655px);
  }
}
@media (min-width: 1920px) {
  .nav__numbers a {
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  .nav__numbers a {
    margin-bottom: calc( 0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .nav__numbers a {
    margin-bottom: 10px;
  }
}
.nav__numbers a:hover {
  color: #ccc;
}

.stick {
  display: flex;
  justify-content: center;
}
.stick .content {
  margin: initial;
}
.stick__element {
  right: 170px;
  z-index: 100;
  top: 30px;
  bottom: 0;
  position: relative;
  width: 0;
}
@media (min-width: 992px) {
  .stick__element {
    right: calc( -0.2586206897 * 100vw + 426.5517241379px);
  }
}
@media (min-width: 1920px) {
  .stick__element {
    right: -70px;
  }
}
.stick__link {
  position: sticky;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  width: 110px;
  height: 110px;
  bottom: 30px;
  margin-bottom: 30px;
  right: 30px;
  top: 100px;
  border-radius: 50%;
  background: #23b4bd;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.005em;
  color: #333333;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .stick__link {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .stick__link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .stick__link {
    line-height: calc( 0.0032327586 * 100vw + 12.7931034483px);
  }
}
@media (min-width: 1920px) {
  .stick__link {
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  .stick__link {
    width: calc( 0.0398706897 * 100vw + 70.4482758621px);
  }
}
@media (min-width: 1920px) {
  .stick__link {
    width: 147px;
  }
}
@media (min-width: 992px) {
  .stick__link {
    height: calc( 0.0398706897 * 100vw + 70.4482758621px);
  }
}
@media (min-width: 1920px) {
  .stick__link {
    height: 147px;
  }
}
@media (min-width: 992px) {
  .stick__link {
    bottom: calc( 0.0431034483 * 100vw + -12.7586206897px);
  }
}
@media (min-width: 1920px) {
  .stick__link {
    bottom: 70px;
  }
}
@media (min-width: 992px) {
  .stick__link {
    margin-bottom: calc( 0.0646551724 * 100vw + -34.1379310345px);
  }
}
@media (min-width: 1920px) {
  .stick__link {
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .stick__link {
    right: calc( 0.150862069 * 100vw + -119.6551724138px);
  }
}
@media (min-width: 1920px) {
  .stick__link {
    right: 170px;
  }
}
@media (min-width: 992px) {
  .stick__link {
    top: calc( 0.0323275862 * 100vw + 67.9310344828px);
  }
}
@media (min-width: 1920px) {
  .stick__link {
    top: 130px;
  }
}
.stick__link:hover {
  background-color: #32435b;
  color: #fff;
}
.stick__link:hover::after {
  background: #32435b;
}
.stick__link::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #23b4bd;
  opacity: 1;
  z-index: -1;
  animation: blick 1s ease 1s infinite;
}

.header {
  background: url("../img/picture/slider1.png") no-repeat;
  background-size: cover;
  position: relative;
}
.header::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}
.header__soc {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .header__soc {
    margin-right: calc( 0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .header__soc {
    margin-right: 30px;
  }
}
.header__top {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
@media (min-width: 992px) {
  .header__top {
    padding-top: calc( 0.0323275862 * 100vw + 67.9310344828px);
  }
}
@media (min-width: 1920px) {
  .header__top {
    padding-top: 130px;
  }
}
.header__top-circle {
  width: 100%;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .header__top-circle {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .header__top-circle {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .header__top-circle {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .header__top-circle {
    margin-bottom: calc( 0.0862068966 * 100vw + -35.5172413793px);
  }
}
@media (min-width: 1920px) {
  .header__top-circle {
    margin-bottom: 130px;
  }
}
.header__top-circle div {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100px;
  height: 100px;
  font-size: 18px;
  line-height: 20px;
  margin-left: auto;
  background-color: #FAAC24;
  border-radius: 50%;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-align: center;
}
.header__top-circle div::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #dcb97b;
  opacity: 1;
  z-index: -1;
  animation: blick 1s ease 1s infinite;
}
@media (min-width: 992px) {
  .header__top-circle div {
    width: calc( 0.0700431034 * 100vw + 30.5172413793px);
  }
}
@media (min-width: 1920px) {
  .header__top-circle div {
    width: 165px;
  }
}
@media (min-width: 992px) {
  .header__top-circle div {
    height: calc( 0.0700431034 * 100vw + 30.5172413793px);
  }
}
@media (min-width: 1920px) {
  .header__top-circle div {
    height: 165px;
  }
}
@media (min-width: 992px) {
  .header__top-circle div {
    font-size: calc( 0.0064655172 * 100vw + 11.5862068966px);
  }
}
@media (min-width: 1920px) {
  .header__top-circle div {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .header__top-circle div {
    line-height: calc( 0.005387931 * 100vw + 14.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__top-circle div {
    line-height: 25px;
  }
}
.header__top a {
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 35px;
  margin-bottom: 100px;
  font-weight: 300;
  color: #333333;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .header__top a {
    font-size: calc( 0.005387931 * 100vw + 16.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__top a {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .header__top a {
    line-height: calc( 0.0118534483 * 100vw + 22.2413793103px);
  }
}
@media (min-width: 1920px) {
  .header__top a {
    line-height: 45px;
  }
}
@media (min-width: 992px) {
  .header__top a {
    padding-bottom: calc( 0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__top a {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .header__top a {
    padding-top: calc( 0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__top a {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .header__top a {
    padding-right: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__top a {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .header__top a {
    padding-left: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__top a {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .header__top a {
    margin-top: calc( 0.0161637931 * 100vw + 18.9655172414px);
  }
}
@media (min-width: 1920px) {
  .header__top a {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .header__top a {
    margin-bottom: calc( 0.0754310345 * 100vw + 25.1724137931px);
  }
}
@media (min-width: 1920px) {
  .header__top a {
    margin-bottom: 170px;
  }
}
.header__top a:hover {
  color: #ffffff;
  background: #333;
}
.header__content {
  width: 100%;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header__content {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .header__content {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .header__content {
    max-width: none;
  }
}
.header__content img {
  width: 600px;
  margin-bottom: 180px;
}
@media (min-width: 992px) {
  .header__content img {
    width: calc( 0.2209051724 * 100vw + 380.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__content img {
    width: 805px;
  }
}
@media (min-width: 992px) {
  .header__content img {
    margin-bottom: calc( 0.1939655172 * 100vw + -12.4137931034px);
  }
}
@media (min-width: 1920px) {
  .header__content img {
    margin-bottom: 360px;
  }
}
.header__logos {
  padding: 10px;
  background: rgba(90, 227, 236, 0.65);
  backdrop-filter: blur(10px);
  width: 100%;
}
.header__logos-container {
  width: 100%;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .header__logos-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .header__logos-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .header__logos-container {
    max-width: none;
  }
}
.header__logos-container img {
  object-fit: contain;
}

.content {
  width: 100%;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .content {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .content {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .content {
    padding-bottom: calc( 0.0323275862 * 100vw + 7.9310344828px);
  }
}
@media (min-width: 1920px) {
  .content {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .content {
    padding-top: calc( 0.0323275862 * 100vw + 7.9310344828px);
  }
}
@media (min-width: 1920px) {
  .content {
    padding-top: 70px;
  }
}
.content_padding {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .content_padding {
    padding-bottom: calc( 0.0431034483 * 100vw + 17.2413793103px);
  }
}
@media (min-width: 1920px) {
  .content_padding {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .content_padding {
    padding-top: calc( 0.0431034483 * 100vw + 17.2413793103px);
  }
}
@media (min-width: 1920px) {
  .content_padding {
    padding-top: 100px;
  }
}

.title {
  font-size: 22px;
  line-height: 34px;
  padding-bottom: 12px;
  font-family: "Roboto Condensed";
  font-weight: 300;
  text-transform: uppercase;
  color: #1a1a1a;
}
@media (min-width: 992px) {
  .title {
    font-size: calc( 0.005387931 * 100vw + 16.6551724138px);
  }
}
@media (min-width: 1920px) {
  .title {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .title {
    line-height: calc( 0.0118534483 * 100vw + 22.2413793103px);
  }
}
@media (min-width: 1920px) {
  .title {
    line-height: 45px;
  }
}
@media (min-width: 992px) {
  .title {
    padding-bottom: calc( 0.0032327586 * 100vw + 8.7931034483px);
  }
}
@media (min-width: 1920px) {
  .title {
    padding-bottom: 15px;
  }
}
.title__line {
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .title__line {
    margin-bottom: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .title__line {
    margin-bottom: 20px;
  }
}
.title__line::after {
  content: "";
  position: absolute;
  border: 2px solid #23b4bd;
  width: 35px;
  left: 0;
  bottom: 0;
}

.apartments {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .apartments {
    margin-bottom: calc( 0.0323275862 * 100vw + 7.9310344828px);
  }
}
@media (min-width: 1920px) {
  .apartments {
    margin-bottom: 70px;
  }
}
.apartments__img {
  width: 31%;
}
.apartments__img img {
  border-radius: 5px;
  width: 100%;
  object-fit: contain;
}
.apartments__block {
  width: 66%;
}
.apartments__title {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 16px;
  font-family: "Roboto Condensed";
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #32435b;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .apartments__title {
    font-size: calc( 0.0107758621 * 100vw + 11.3103448276px);
  }
}
@media (min-width: 1920px) {
  .apartments__title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .apartments__title {
    line-height: calc( 0.0107758621 * 100vw + 11.3103448276px);
  }
}
@media (min-width: 1920px) {
  .apartments__title {
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .apartments__title {
    margin-bottom: calc( 0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .apartments__title {
    margin-bottom: 20px;
  }
}
.apartments__title:hover {
  color: #23b4bd;
}
.apartments__benefits {
  margin-bottom: 16px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .apartments__benefits {
    margin-bottom: calc( 0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .apartments__benefits {
    margin-bottom: 20px;
  }
}
.apartments__benefits-icon {
  font-size: 12px;
  line-height: 18px;
  margin-right: 16px;
  margin-bottom: 7px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  color: #757575;
  width: 16%;
}
@media (min-width: 992px) {
  .apartments__benefits-icon {
    font-size: calc( 0 * 100vw + 12px);
  }
}
@media (min-width: 1920px) {
  .apartments__benefits-icon {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .apartments__benefits-icon {
    line-height: calc( 0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .apartments__benefits-icon {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .apartments__benefits-icon {
    margin-right: calc( 0.0150862069 * 100vw + 1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .apartments__benefits-icon {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .apartments__benefits-icon {
    margin-bottom: calc( 0.0032327586 * 100vw + 3.7931034483px);
  }
}
@media (min-width: 1920px) {
  .apartments__benefits-icon {
    margin-bottom: 10px;
  }
}
.apartments__text {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 16px;
  color: #757575;
}
@media (min-width: 992px) {
  .apartments__text {
    font-size: calc( 0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .apartments__text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .apartments__text {
    line-height: calc( 0.0043103448 * 100vw + 17.724137931px);
  }
}
@media (min-width: 1920px) {
  .apartments__text {
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .apartments__text {
    margin-bottom: calc( 0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .apartments__text {
    margin-bottom: 20px;
  }
}
.apartments__middle {
  margin-bottom: 15px;
  display: flex;
}
@media (min-width: 992px) {
  .apartments__middle {
    margin-bottom: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .apartments__middle {
    margin-bottom: 20px;
  }
}
.apartments__middle div, .apartments__middle a {
  margin-right: 15px;
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 26px;
  color: #757575;
}
@media (min-width: 992px) {
  .apartments__middle div, .apartments__middle a {
    margin-right: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .apartments__middle div, .apartments__middle a {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .apartments__middle div, .apartments__middle a {
    font-size: calc( 0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .apartments__middle div, .apartments__middle a {
    font-size: 14px;
  }
}
.apartments__middle div img, .apartments__middle a img {
  margin-right: 10px;
}
.apartments__middle a:active {
  color: #757575;
}
.apartments__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.apartments__link {
  padding-left: 40px;
  padding-right: 40px;
  height: 32px;
  font-size: 14px;
  line-height: 22px;
  background: #555555;
  border-radius: 5px;
  border: 1px solid #555;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .apartments__link {
    padding-left: calc( 0.0452586207 * 100vw + -4.8965517241px);
  }
}
@media (min-width: 1920px) {
  .apartments__link {
    padding-left: 82px;
  }
}
@media (min-width: 992px) {
  .apartments__link {
    padding-right: calc( 0.0452586207 * 100vw + -4.8965517241px);
  }
}
@media (min-width: 1920px) {
  .apartments__link {
    padding-right: 82px;
  }
}
@media (min-width: 992px) {
  .apartments__link {
    height: calc( 0.0107758621 * 100vw + 21.3103448276px);
  }
}
@media (min-width: 1920px) {
  .apartments__link {
    height: 42px;
  }
}
@media (min-width: 992px) {
  .apartments__link {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .apartments__link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .apartments__link {
    line-height: calc( 0.0043103448 * 100vw + 17.724137931px);
  }
}
@media (min-width: 1920px) {
  .apartments__link {
    line-height: 26px;
  }
}
.apartments__link_color {
  background-color: #FAAC24;
  border: 1px solid #FAAC24;
}
.apartments__link:hover {
  color: #555;
  background-color: #fff;
}
.apartments__price {
  display: flex;
  align-items: center;
}
.apartments__price span:first-child {
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #757575;
  margin-right: 15px;
}
.apartments__price span:last-child {
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
  color: #faac24;
}
.apartments:last-child {
  margin-bottom: 0;
}

.wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.wrap::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0.8));
}

.benifits {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.benifits__item {
  text-align: center;
  width: 32%;
}
.benifits__item div {
  padding: 20px;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #3cc5ce;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .benifits__item div {
    padding: calc( 0.005387931 * 100vw + 14.6551724138px);
  }
}
@media (min-width: 1920px) {
  .benifits__item div {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .benifits__item div {
    margin-bottom: calc( 0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .benifits__item div {
    margin-bottom: 30px;
  }
}
.benifits__item p:first-of-type {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #faac24;
}
@media (min-width: 992px) {
  .benifits__item p:first-of-type {
    font-size: calc( 0.0021551724 * 100vw + 12.8620689655px);
  }
}
@media (min-width: 1920px) {
  .benifits__item p:first-of-type {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .benifits__item p:first-of-type {
    line-height: calc( 0.0032327586 * 100vw + 18.7931034483px);
  }
}
@media (min-width: 1920px) {
  .benifits__item p:first-of-type {
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .benifits__item p:first-of-type {
    margin-bottom: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .benifits__item p:first-of-type {
    margin-bottom: 20px;
  }
}
.benifits__item p:last-of-type {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}
@media (min-width: 992px) {
  .benifits__item p:last-of-type {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .benifits__item p:last-of-type {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .benifits__item p:last-of-type {
    line-height: calc( 0.0021551724 * 100vw + 21.8620689655px);
  }
}
@media (min-width: 1920px) {
  .benifits__item p:last-of-type {
    line-height: 26px;
  }
}

.galary {
  display: flex;
  justify-content: space-between;
}
.galary__block {
  width: 49%;
}
.galary__link {
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  display: block;
  transition: all 0.3s ease-in-out;
  color: #32435b;
}
@media (min-width: 992px) {
  .galary__link {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .galary__link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .galary__link {
    line-height: calc( 0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .galary__link {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .galary__link {
    margin-top: calc( 0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .galary__link {
    margin-top: 15px;
  }
}
.galary__link:hover, .galary__link:active {
  color: #3cc5ce;
}
.galary__link:hover svg, .galary__link:active svg {
  transform: translate(30px);
}
.galary__link:hover svg path, .galary__link:active svg path {
  fill: #3cc5ce;
}
.galary__link svg {
  transform: translate(15px);
  transition: all 0.3s ease-in-out;
}
.galary__link svg path {
  transition: all 0.3s ease-in-out;
}
.galary__news-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
  display: flex;
}
@media (min-width: 992px) {
  .galary__news-item {
    padding-top: calc( 0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .galary__news-item {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .galary__news-item {
    padding-bottom: calc( 0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .galary__news-item {
    padding-bottom: 30px;
  }
}
.galary__news-date {
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 12px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  text-align: center;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #ffffff;
  background-color: #32435b;
}
@media (min-width: 992px) {
  .galary__news-date {
    padding-bottom: calc( 0.0021551724 * 100vw + 4.8620689655px);
  }
}
@media (min-width: 1920px) {
  .galary__news-date {
    padding-bottom: 9px;
  }
}
@media (min-width: 992px) {
  .galary__news-date {
    padding-left: calc( 0.0032327586 * 100vw + 6.7931034483px);
  }
}
@media (min-width: 1920px) {
  .galary__news-date {
    padding-left: 13px;
  }
}
@media (min-width: 992px) {
  .galary__news-date {
    padding-right: calc( 0.0032327586 * 100vw + 6.7931034483px);
  }
}
@media (min-width: 1920px) {
  .galary__news-date {
    padding-right: 13px;
  }
}
@media (min-width: 992px) {
  .galary__news-date {
    margin-right: calc( 0.0032327586 * 100vw + 8.7931034483px);
  }
}
@media (min-width: 1920px) {
  .galary__news-date {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .galary__news-date {
    width: calc( 0.0161637931 * 100vw + 18.9655172414px);
  }
}
@media (min-width: 1920px) {
  .galary__news-date {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .galary__news-date {
    height: calc( 0.0161637931 * 100vw + 18.9655172414px);
  }
}
@media (min-width: 1920px) {
  .galary__news-date {
    height: 50px;
  }
}
.galary__news-date_opacity {
  opacity: 0.5;
}
.galary__news-title {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  color: #454545;
}
@media (min-width: 992px) {
  .galary__news-title {
    font-size: calc( 0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .galary__news-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .galary__news-title {
    line-height: calc( 0.0043103448 * 100vw + 14.724137931px);
  }
}
@media (min-width: 1920px) {
  .galary__news-title {
    line-height: 23px;
  }
}
@media (min-width: 992px) {
  .galary__news-title {
    margin-bottom: calc( 0.0021551724 * 100vw + 7.8620689655px);
  }
}
@media (min-width: 1920px) {
  .galary__news-title {
    margin-bottom: 12px;
  }
}
.galary__news-data {
  display: flex;
}
.galary__news-data p {
  margin-right: 12px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 15px;
  color: #a3a3a3;
}
@media (min-width: 992px) {
  .galary__news-data p {
    margin-right: calc( 0.0032327586 * 100vw + 8.7931034483px);
  }
}
@media (min-width: 1920px) {
  .galary__news-data p {
    margin-right: 15px;
  }
}
.galary__news-data p img {
  margin-right: 5px;
}

.about {
  position: relative;
  z-index: 1;
  text-align: center;
}
.about__title {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .about__title {
    font-size: calc( 0.0075431034 * 100vw + 22.5172413793px);
  }
}
@media (min-width: 1920px) {
  .about__title {
    font-size: 37px;
  }
}
@media (min-width: 992px) {
  .about__title {
    line-height: calc( 0.0021551724 * 100vw + 27.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__title {
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .about__title {
    padding-bottom: calc( 0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .about__title {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .about__title {
    margin-bottom: calc( 0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .about__title {
    margin-bottom: 30px;
  }
}
.about__title::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
}
.about__subtitle {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
  font-family: "Roboto Condensed";
  font-style: italic;
  color: #ffffff;
}
@media (min-width: 992px) {
  .about__subtitle {
    font-size: calc( 0.0032327586 * 100vw + 9.7931034483px);
  }
}
@media (min-width: 1920px) {
  .about__subtitle {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .about__subtitle {
    line-height: calc( 0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .about__subtitle {
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .about__subtitle {
    margin-bottom: calc( 0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .about__subtitle {
    margin-bottom: 50px;
  }
}
.about__text {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 992px) {
  .about__text {
    font-size: calc( 0.0032327586 * 100vw + 9.7931034483px);
  }
}
@media (min-width: 1920px) {
  .about__text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .about__text {
    line-height: calc( 0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .about__text {
    line-height: 26px;
  }
}
.about__text img {
  object-fit: cover;
  width: 20%;
  height: 100%;
}

.reviews {
  background-color: #5AE3EC;
}
.reviews__wrap {
  position: relative;
}
.reviews__title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: "Roboto Condensed";
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
@media (min-width: 992px) {
  .reviews__title {
    font-size: calc( 0.0183189655 * 100vw + 1.8275862069px);
  }
}
@media (min-width: 1920px) {
  .reviews__title {
    font-size: 37px;
  }
}
@media (min-width: 992px) {
  .reviews__title {
    line-height: calc( 0.0140086207 * 100vw + 16.1034482759px);
  }
}
@media (min-width: 1920px) {
  .reviews__title {
    line-height: 43px;
  }
}
@media (min-width: 992px) {
  .reviews__title {
    margin-bottom: calc( 0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .reviews__title {
    margin-bottom: 50px;
  }
}
.reviews__text {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .reviews__text {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .reviews__text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .reviews__text {
    line-height: calc( 0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .reviews__text {
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .reviews__text {
    margin-bottom: calc( 0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .reviews__text {
    margin-bottom: 30px;
  }
}
.reviews__author {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  font-style: italic;
  color: #ffffff;
}
@media (min-width: 992px) {
  .reviews__author {
    font-size: calc( 0.0032327586 * 100vw + 10.7931034483px);
  }
}
@media (min-width: 1920px) {
  .reviews__author {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .reviews__author {
    line-height: calc( 0.0075431034 * 100vw + 12.5172413793px);
  }
}
@media (min-width: 1920px) {
  .reviews__author {
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  .reviews__author {
    margin-top: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .reviews__author {
    margin-top: 20px;
  }
}
.reviews__cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reviews__cards-item {
  width: 20%;
}
.reviews__cards-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  background-color: #0f0f0f;
}
.footer__wrap {
  width: 100%;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  padding: 14px 15px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer__wrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .footer__wrap {
    max-width: none;
  }
}
.footer__item {
  display: flex;
  align-items: center;
}
.footer__delimiter {
  border-left: 1px solid #a3a3a3;
  margin: 0 15px;
  height: 15px;
}
.footer__link {
  color: #a3a3a3;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.footer__link img {
  margin-left: 15px;
}
.footer__link:hover {
  color: #fff;
}
.footer__link:active {
  color: #a3a3a3;
}
.footer__soc {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .footer__soc {
    margin-right: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__soc {
    margin-right: 20px;
  }
}
.footer__soc:last-child {
  margin-right: 0;
}
.footer__soc:hover svg path {
  fill: #fff;
}
.footer__soc svg path {
  transition: all 0.3s ease-in-out;
}

.styleLink {
  display: block;
  color: #fff;
  margin-top: 10px;
  padding-bottom: 30px;
}

.styleMenu {
  width: max-content;
  padding: 10px 20px;
  background: #222;
  position: absolute;
  right: 0;
  top: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: uppercase;
  text-align: end;
}

@media screen and (max-width: 992px) {
  .stick__element {
    right: 100px;
  }

  .header__content img {
    width: 100%;
  }

  .reviews__cards-item {
    width: 45%;
    margin-bottom: 20px;
  }

  .apartments__bottom {
    flex-direction: column;
    align-items: normal;
  }
  .apartments__link {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .stick__element {
    right: 120px;
  }

  .content {
    padding: 25px 0;
  }

  .header__logos-container img {
    width: 30%;
  }

  .apartments {
    flex-direction: column;
  }
  .apartments__img {
    width: 60%;
  }
  .apartments__block {
    width: 100%;
  }

  .benifits__item div {
    padding: 15px;
  }
  .benifits__item p:last-child {
    font-size: 12px;
    line-height: 18px;
  }

  .galary {
    flex-wrap: wrap;
  }
  .galary__block {
    width: 100%;
  }
  .galary__block:first-child {
    margin-bottom: 20px;
  }

  .footer__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .styleLink {
    font-size: 12px;
    padding-bottom: 20px;
  }

  .styleMenu {
    text-align: center;
    width: auto;
  }

  .stick__link {
    top: 120px;
  }

  .nav {
    height: auto;
    padding: 10px 0;
  }
  .nav__link, .nav__content span {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .nav__menu {
    flex-direction: column;
  }
  .nav__menu-cont {
    font-size: 12px;
  }
  .nav__numbers {
    flex-direction: column;
  }
  .nav__numbers-icon {
    display: none;
  }
  .nav__numbers a {
    font-size: 12px;
  }

  .header__top {
    padding-top: 120px;
  }
  .header__soc {
    margin-right: 0;
  }

  .content {
    padding: 20px 10px;
  }

  .apartments__benefits {
    flex-wrap: wrap;
  }
  .apartments__benefits-icon {
    width: 29%;
  }
  .apartments__img {
    width: 100%;
  }
  .apartments__bottom {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .apartments__link {
    width: 100%;
    margin-bottom: 15px;
  }
  .apartments__middle {
    flex-direction: column;
  }
  .apartments__middle div:first-child {
    margin-bottom: 10px;
  }

  .benifits {
    flex-wrap: wrap;
  }
  .benifits__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .benifits__item:last-child {
    margin-bottom: 0;
  }

  .galary__news-data p {
    font-size: 12px;
  }

  .footer__wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer__item {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
