/*@font-face {*/
/*  font-family: "TT Firs Neue";*/
/*  src: local("TT Firs Neue Light"), local("TT-Firs-Neue-Light"), url("../fonts/TTFirsNeue/TTFirsNeue-Light/TTFirsNeue-Light.woff2") format("woff2"), url("../fonts/TTFirsNeue/TTFirsNeue-Light/TTFirsNeue-Light.woff") format("woff"), url("../fonts/TTFirsNeue/TTFirsNeue-Light/TTFirsNeue-Light.ttf") format("truetype");*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: "TT Firs Neue";*/
/*  src: local("TT Firs Neue Regular"), local("TT-Firs-Neue-Regular"), url("../fonts/TTFirsNeue/TTFirsNeue-Regular/TTFirsNeue-Regular.woff2") format("woff2"), url("../fonts/TTFirsNeue/TTFirsNeue-Regular/TTFirsNeue-Regular.woff") format("woff"), url("../fonts/TTFirsNeue/TTFirsNeue-Regular/TTFirsNeue-Regular.ttf") format("truetype");*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: "TT Firs Neue";*/
/*  src: local("TT Firs Neue Medium"), local("TT-Firs-Neue-Medium"), url("../fonts/TTFirsNeue/TTFirsNeue-Medium/TTFirsNeue-Medium.woff2") format("woff2"), url("../fonts/TTFirsNeue/TTFirsNeue-Medium/TTFirsNeue-Medium.woff") format("woff"), url("../fonts/TTFirsNeue/TTFirsNeue-Medium/TTFirsNeue-Medium.ttf") format("truetype");*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: "TT Firs Neue";*/
/*  src: local("TT Firs Neue Demi Bold"), local("TT-Firs-Neue-Demi-Bold"), url("../fonts/TTFirsNeue/TTFirsNeue-DemiBold/TTFirsNeue-DemiBold.woff2") format("woff2"), url("../fonts/TTFirsNeue/TTFirsNeue-DemiBold/TTFirsNeue-DemiBold.woff") format("woff"), url("../fonts/TTFirsNeue/TTFirsNeue-DemiBold/TTFirsNeue-DemiBold.ttf") format("truetype");*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*}*/
@font-face {
  font-family: "Steelfish";
  src: url("../fonts/steelfish/steelfish.woff2") format("woff2"), url("../fonts/steelfish/steelfish.woff") format("woff"), url("../fonts/steelfish/steelfish.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 0.5208333333vw;
}
@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.7361111111vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background-color: #F3F5F9;
}
body.noscroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
body::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 74rem;
  background: #F3F5F9 url(../images/body-bg.jpg) no-repeat top center/100%;
  z-index: -1;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  body::before {
    background-size: 300%;
    background-position: 56% top;
  }
}
body:not(.main-page)::before {
  content: "";
}
body * {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.6rem;
  margin: 0;
}
body h1, body h2 {
  font-family: "Steelfish", Arial, sans-serif;
  font-weight: 400;
  color: #000;
}
body h1 {
  font-size: 8rem;
}
@media (max-width: 992px) {
  body h1 {
    font-size: 4.5rem;
  }
}
body h2 {
  font-size: 6rem;
}
@media (max-width: 992px) {
  body h2 {
    font-size: 3rem;
  }
}
body p {
  font-weight: 400;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  body p {
    font-size: 1.4rem;
  }
}
body a {
  font-weight: 400;
  font-size: 1.6rem;
  color: #5EA7C9;
}
body main {
  min-height: calc(100dvh - 100rem);
  margin-top: 13.2rem;
}
@media (max-width: 992px) {
  body main {
    margin-top: 6.2rem;
  }
}

.section-box {
  max-width: 136rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .section-box {
    width: calc(100% - 2.8rem);
    margin: 0 1.4rem;
  }
}
.section-items {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .section-items {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.section-items > div {
  width: 23.235%;
}
@media (max-width: 992px) {
  .section-items > div {
    width: 47.75%;
  }
}
@media (max-width: 768px) {
  .section-items > div {
    width: 100%;
  }
}
.section-items-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-items-list > div {
  width: 100%;
}
.section-items-photos > div, .section-items-photos > a {
  width: 31.764%;
}
@media (max-width: 992px) {
  .section-items-photos > div, .section-items-photos > a {
    width: 47.75%;
  }
}
@media (max-width: 768px) {
  .section-items-photos > div, .section-items-photos > a {
    width: 100%;
  }
}
.section-card {
  position: relative;
  max-width: 31.6rem;
  background-color: #fff;
  border-radius: 2rem;
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .section-card {
    max-width: 34rem;
  }
}
@media (max-width: 768px) {
  .section-card {
    max-width: none;
  }
}
.section-card:hover {
  box-shadow: 0 0 3rem 0 rgba(5, 20, 38, 0.1);
}
.section-card > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.section-card__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30rem;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.section-card__image img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.section-card__content {
  padding: 0 2.5rem 2.5rem;
}
.section-card__content span {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #91A2AB;
  display: flex;
  margin-bottom: 0.7rem;
}
.section-card__content p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #546071;
  display: flex;
  min-height: 9rem;
}

.btn {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 5.7rem;
  background: linear-gradient(90deg, #3C9CD7, #163966, #3C9CD7) padding-box, linear-gradient(90deg, rgba(255, 255, 255, 0.8), transparent) border-box;
  background-size: 200%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  border: 0.6rem solid transparent;
  border-radius: 2.9rem;
  padding: 0 3.7rem;
  margin: 0;
  cursor: pointer;
}
.btn:hover {
  background-position: right;
}
.btn:active {
  background: linear-gradient(0deg, #3C9CD7, #3C9CD7) padding-box, linear-gradient(90deg, rgba(255, 255, 255, 0.8), transparent) border-box;
}
.btn::before {
  content: "";
  position: absolute;
  width: calc(100% - 3rem);
  height: calc(100% - 0.8rem);
  background-color: rgba(0, 157, 255, 0.5);
  border-radius: 2.4rem;
  filter: blur(1.5rem);
  transition: all 0.3s ease-in-out;
  z-index: -1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.btn-disabled, .btn:disabled {
  color: #B6C9D4;
  background: linear-gradient(0deg, #E0EFF8, #E0EFF8) padding-box, linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) border-box;
  pointer-events: none;
}
.btn-disabled::before, .btn:disabled::before {
  content: none;
}
.btn-icon::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(../images/svg/filter.svg) no-repeat center/contain;
  transform: translateY(-50%);
  top: 50%;
  left: 1.6rem;
}
.btn-back::after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 1.4rem;
  background: url(../images/svg/back-icon.svg) no-repeat center/contain;
  transform: translateY(-50%);
  top: 50%;
  left: 2rem;
}
.btn-invert {
  background: linear-gradient(90deg, #B5C7D2 0%, #B5C7D2 50%, #3C9CD7 51%, #163966 100%) padding-box, linear-gradient(90deg, rgba(255, 255, 255, 0.8), transparent) border-box;
  background-size: 200%;
}
.btn-invert:hover::before {
  opacity: 1;
}
.btn-invert::before {
  opacity: 0;
}

.menu {
  height: 100%;
}
.menu ul {
  list-style: none;
  display: flex;
  gap: 8rem;
  height: 100%;
  padding-left: 0;
}
.menu ul li {
  height: 100%;
}
.menu ul li a {
  font-weight: 400;
  font-size: 1.6rem;
  text-decoration: none;
  color: #455A64;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.1s linear;
}
.menu ul li a.active, .menu ul li a:hover {
  color: #3C9CD7;
}

.socials {
  display: flex;
  gap: 1.6rem;
}
.socials__item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 4rem;
  height: 4rem;
  border: 1px #fff solid;
  border-radius: 50%;
}
.socials__item svg {
  width: 2rem;
  height: 2rem;
  filter: invert(50%);
  transition: all 0.1s linear;
}
.socials__item:hover svg {
  filter: none;
}

.phone {
  display: flex;
  align-items: center;
}
.phone a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}
.phone a:hover svg path {
  fill: #3C9CD7;
}
.phone a:hover span {
  color: #3C9CD7;
}
.phone a svg {
  width: 1.8rem;
  height: 1.8rem;
}
.phone a svg path {
  transition: all 0.1s linear;
}
.phone a span {
  font-size: 1.8rem;
  color: #1E90E1;
  transition: all 0.1s linear;
}

.up {
  position: fixed;
  width: 5.4rem;
  height: 5.4rem;
  transition: all 0.1s linear;
  right: 4rem;
  bottom: 4rem;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 992px) {
  .up {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.up:hover .up__arrow {
  fill: #7ED3F7;
}
.up-invisible {
  opacity: 0;
  pointer-events: none;
}
.up__arrow {
  transition: all 0.1s linear;
}

.title {
  font-family: "Steelfish", Arial, sans-serif;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #2D75AB, #163966);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}
@media (max-width: 992px) {
  .title {
    line-height: 4.5rem;
    width: auto;
  }
}

h2.title {
  font-size: 8rem;
}
@media (max-width: 992px) {
  h2.title {
    font-size: 4.5rem;
    line-height: 4.3rem;
  }
}

h3.title {
  font-size: 6rem;
}
@media (max-width: 992px) {
  h3.title {
    font-size: 3rem;
  }
}

.slider-controls {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  height: max-content;
}
@media (max-width: 992px) {
  .slider-controls {
    align-items: end;
    gap: 0.8rem;
  }
}
.slider-prev, .slider-next {
  width: 4.6rem;
  height: 4.6rem;
  background: url(../images/svg/slider-arrow.svg) no-repeat center/contain;
  transition: all 0.1s linear;
  cursor: pointer;
}
@media (max-width: 992px) {
  .slider-prev, .slider-next {
    width: 3.1rem;
    height: 3.1rem;
    margin-bottom: 0.2rem;
  }
}
.slider-prev.swiper-button-disabled, .slider-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.slider-prev {
  rotate: 180deg;
}
.slider-numbers {
  display: flex;
  align-items: end;
}
.slider-numbers-current, .slider-numbers-all {
  font-family: "Steelfish", Arial, sans-serif;
  background-image: linear-gradient(90deg, #183C69, #296A9F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
}
.slider-numbers-current {
  font-size: 5rem;
}
@media (max-width: 992px) {
  .slider-numbers-current {
    font-size: 4rem;
  }
}
.slider-numbers-all {
  font-size: 3rem;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .slider-numbers-all {
    font-size: 2rem;
  }
}
.slider-progressbar {
  position: relative;
  width: 66.5rem !important;
  height: 0.4rem !important;
  background-color: #fff;
  border-radius: 10rem;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .slider-progressbar {
    width: 100% !important;
    height: 0.3rem !important;
    margin: 0;
  }
}
.slider-progressbar span {
  background: linear-gradient(90deg, #2D75AB, #183C69) !important;
  border-radius: 10rem;
}
.slider-thumbs-prev, .slider-thumbs-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.6rem;
  height: 4.6rem;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 992px) {
  .slider-thumbs-prev, .slider-thumbs-next {
    display: none;
  }
}
.slider-thumbs-prev.swiper-button-disabled, .slider-thumbs-next.swiper-button-disabled {
  cursor: default;
}
.slider-thumbs-prev.swiper-button-disabled::before, .slider-thumbs-next.swiper-button-disabled::before {
  filter: invert(50%);
}
.slider-thumbs-prev::before, .slider-thumbs-next::before {
  content: "";
  display: flex;
  width: 0.9rem;
  height: 1.5rem;
  background: url(../images/svg/slider-thumbs-arrow.svg) no-repeat center/contain;
  transition: all 0.1s linear;
}
.slider-thumbs-prev {
  transform: translate(-50%, -50%);
  left: 0;
}
.slider-thumbs-prev::before {
  rotate: 180deg;
}
.slider-thumbs-next {
  transform: translate(50%, -50%);
  right: 0;
}

.form input, .form textarea {
  font-size: 1.8rem;
  color: #44565D;
  width: 100%;
  height: 5.7rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0.5rem);
  box-sizing: border-box;
  padding: 0 2.5rem;
  border: none;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .form input, .form textarea {
    font-size: 1.6rem;
  }
}
.form input::placeholder, .form textarea::placeholder {
  color: #44565D;
}
.form textarea {
  height: 15rem;
  padding: 2rem 2.5rem;
  resize: none;
}
.form__connect {
  position: relative;
  display: flex;
  width: 100%;
}
.form__connect .btn {
  position: absolute;
  height: 100%;
  padding: 0 7.2rem;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .form__connect .btn {
    padding: 0 3rem;
  }
}
.form__notification, .form__notification a {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #fff;
}
@media (max-width: 992px) {
  .form__notification, .form__notification a {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
.form__notification a {
  transition: all 0.1s linear;
}
.form__notification a:hover {
  color: #3C9CD7;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .info {
    gap: 0.7rem;
  }
}
.info__item {
  display: flex;
  flex-direction: column;
}
.info__item span {
  font-weight: 500;
  font-size: 1.4rem;
  color: #ACB5C2;
}
.info__item p, .info__item a {
  font-weight: 500;
  font-size: 1.4rem;
  color: #546071;
}
.info__item a {
  text-decoration: none;
  transition: all 0.1s linear;
}
.info__item a:hover {
  color: #3C9CD7;
}

.page-nav {
  position: fixed;
  display: flex;
  justify-content: space-between;
  height: 4.6rem;
  background-color: rgba(215, 221, 235, 0.3);
  backdrop-filter: blur(1rem);
  border-radius: 3rem;
  transform: translateX(-50%);
  left: 50%;
  bottom: 4rem;
  z-index: 100;
}
@media (max-width: 992px) {
  .page-nav {
    display: none;
  }
}
.page-nav ul {
  list-style: none;
  display: flex;
  height: 100%;
  padding-left: 0;
}
.page-nav ul li {
  position: relative;
  height: 100%;
}
.page-nav ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 1rem);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.48));
  border-radius: 3rem;
  transition: all 0.1s linear;
  opacity: 0;
  transform: translateY(-50%);
  z-index: -1;
  top: 50%;
  left: 0;
}
.page-nav ul li.current::before {
  opacity: 1;
}
.page-nav ul li.current a {
  color: #1C78B9;
  padding: 0 10rem;
}
.page-nav ul li a {
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #455A64;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 3rem;
  transition: all 0.1s linear;
}
.page-nav ul li a:hover {
  color: #1C78B9;
}
.page-nav .btn {
  padding: 0 4.5rem;
  margin-top: -0.6rem;
}
.page-nav .btn::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(../images/svg/arrow.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  right: 1.5rem;
}

@media (max-width: 992px) {
  .inner-page .section-box {
    width: calc(100% - 1.4rem);
    margin: 0 0.7rem;
  }
}
.inner-page__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 12rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 992px) {
  .inner-page__logo {
    display: none;
  }
}
.inner-page__logo img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.inner-page__wrapper {
  width: calc(100% + 14rem);
  min-height: 45rem;
  background-color: rgba(243, 245, 249, 0.9);
  box-sizing: border-box;
  padding: 3.4rem 7rem 0;
  border-radius: 5rem 5rem 0 0;
  margin-left: -7rem;
}
@media (max-width: 992px) {
  .inner-page__wrapper {
    width: 100%;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
  }
}
.inner-page__content {
  position: relative;
}
@media (max-width: 992px) {
  .inner-page__content {
    background-color: rgba(243, 245, 249, 0.9);
    box-sizing: border-box;
    padding: 1.2rem 0.7rem;
    border-radius: 0 4rem 0 0;
  }
}
.inner-page__content .title {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .inner-page__content .title {
    margin-left: 1.3rem;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .breadcrumb {
    flex-wrap: nowrap;
    align-content: flex-start;
    min-height: 10rem;
    margin: 0 2rem;
    overflow-x: scroll;
  }
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb__item {
  display: flex;
  height: max-content;
}
.breadcrumb__item a, .breadcrumb__item span, .breadcrumb__item p {
  font-size: 1.4rem;
  color: #9FAFB7;
}
@media (max-width: 992px) {
  .breadcrumb__item a, .breadcrumb__item span, .breadcrumb__item p {
    color: #E0EDF3;
    text-wrap: nowrap;
  }
}
.breadcrumb__item a {
  text-decoration: none;
  transition: all 0.1s linear;
}
.breadcrumb__item a:hover span {
  color: #3C9CD7;
}
.breadcrumb__item > span {
  color: #455A64;
}
.breadcrumb__item p {
  margin: 0 0.8rem;
}

.filter {
  margin-bottom: 3.1rem;
}
@media (max-width: 992px) {
  .filter {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(0.75rem);
    box-sizing: border-box;
    padding: 0.6rem 1.4rem;
    border-radius: 2rem;
    margin: 0;
    transition: all 0.1s linear;
    z-index: 101;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.filter-opened {
  opacity: 1;
  pointer-events: all;
}
.filter .title {
  display: none;
}
@media (max-width: 992px) {
  .filter .title {
    display: block;
    margin: 0 0 2rem 0.5rem;
  }
}
.filter-close {
  display: none;
}
@media (max-width: 992px) {
  .filter-close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    padding: 0;
    border: none;
    top: 1rem;
    right: 1rem;
  }
}
.filter-close:hover .filter-close-cross {
  fill: #3C9CD7;
}
.filter-close-cross {
  transition: all 0.1s linear;
}
.filter-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
@media (max-width: 992px) {
  .filter-form {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
}
.filter-content {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 2.5rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
  box-sizing: border-box;
  padding: 2rem 2rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .filter-content {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
    gap: 2rem;
    background: transparent;
    height: calc(100% - 17rem);
    overflow: hidden scroll;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .filter-item {
    width: 100%;
  }
}
.filter-item:has(.btn) {
  margin-left: auto;
}
.filter-item .btn {
  text-transform: none;
  padding: 0 2.5rem;
  margin-bottom: -0.6rem;
}
@media (max-width: 992px) {
  .filter-item .btn {
    position: absolute;
    width: calc(100% - 2.8rem);
    margin-bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    bottom: 4rem;
  }
}
.filter-item .btn, .filter-item .btn span {
  font-weight: 600;
  font-size: 1.4rem;
}
.filter-title {
  font-weight: 500;
  font-size: 1.6rem;
  color: #546071;
  padding-left: 0.6rem;
  margin-bottom: 0.4rem;
}
.filter-title sup {
  font-size: 1.2rem;
}
.filter-checkbox {
  display: flex;
  gap: 0.3rem;
}
.filter-label {
  cursor: pointer;
}
.filter-label input[type=checkbox] {
  display: none;
}
.filter-label input[type=checkbox]:checked + .filter-text {
  color: #fff;
  padding: 0 1.3rem;
  border: 3px #fff solid;
}
.filter-label input[type=checkbox]:checked + .filter-text::before {
  opacity: 1;
}
.filter-text {
  font-weight: 600;
  font-size: 1.4rem;
  color: #1C1C1C;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4.5rem;
  height: 4.5rem;
  box-sizing: border-box;
  padding: 0 1.5rem;
  border: 1px #C4CED8 solid;
  border-radius: 10rem;
  transition: color 0.1s linear;
  z-index: 1;
}
.filter-text:hover {
  color: #fff;
  box-shadow: 0 0 2rem 0 rgba(22, 57, 102, 0.1);
  padding: 0 1.3rem;
  border: 3px #fff solid;
}
.filter-text:hover::before {
  opacity: 1;
}
.filter-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #205271, #3C9CD7);
  border-radius: 10rem;
  z-index: -1;
  opacity: 0;
  transition: all 0.1s linear;
  top: 0;
  left: 0;
}
.filter-number-box {
  display: flex;
  align-items: center;
  height: 4.5rem;
  border: 1px #C4CED8 solid;
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .filter-number-box {
    position: relative;
    justify-content: space-around;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
  }
}
.filter-number-box::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1.8rem;
  background-color: #C4CED8;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.filter-number-col {
  padding: 0 1.5rem 0 2rem;
}
.filter-number-col + .filter-number-col {
  padding: 0 2rem 0 1.5rem;
  border-left: 1px #C4CED8 solid;
}
@media (max-width: 992px) {
  .filter-number-col + .filter-number-col {
    border: none;
  }
}
.filter-number-text, .filter-number-input {
  font-weight: 600;
  font-size: 1.4rem;
  color: #1C1C1C;
  transition: all 0.1s linear;
}
.filter-number-text:has(+ .filter-number-input:focus), .filter-number-input:has(+ .filter-number-input:focus) {
  color: #3C9CD7;
}
.filter-number-input {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: 0;
}
.filter-number-input:focus {
  color: #3C9CD7;
}
.filter-values {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  box-sizing: border-box;
  padding: 0 2rem;
}
@media (max-width: 992px) {
  .filter-values {
    display: none;
  }
}
.filter-values-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 4.5rem;
  padding: 0 5rem 0 3.5rem;
  border: 1px #C4CED8 solid;
  border-radius: 10rem;
}
.filter-values-close {
  position: absolute;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  top: 50%;
  right: 2rem;
}
.filter-values-close:hover svg path {
  fill: #3C9CD7;
}
.filter-values-close svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.filter-values-close svg path {
  transition: all 0.1s linear;
}
.filter-values-text {
  font-weight: 500;
  font-size: 1.4rem;
  color: #1C1C1C;
}
.filter-values-reset {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  height: 4.5rem;
  padding-right: 2.3rem;
  border: 1px #fff solid;
  border-radius: 10rem;
  transition: all 0.1s linear;
}
.filter-values-reset:hover {
  background-color: #fff;
}
.filter-values-reset img {
  object-fit: contain;
  object-position: center;
  width: 4.5rem;
  height: 4.5rem;
}
.filter-values-reset span {
  font-weight: 700;
  font-size: 1.4rem;
  color: #3C9CD7;
}
.filter-open {
  display: none;
}
@media (max-width: 992px) {
  .filter-open {
    position: fixed;
    display: flex;
    width: calc(100% - 4.2rem);
    z-index: 100;
    transform: translateX(-50%);
    left: 50%;
    bottom: 2.1rem;
  }
}
.filter-open .btn {
  width: 100%;
}
.filter-btn {
  position: relative;
  z-index: 1;
}

.number-slider.noUi-horizontal {
  background: transparent;
  width: calc(100% - 5rem);
  height: 1px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0 auto;
}
.number-slider.noUi-horizontal .noUi-handle {
  width: 1.7rem;
  height: 0.7rem;
  background: #3C9CD7;
  box-shadow: none;
  border: none;
  border-radius: 1rem;
  transform: translateY(-50%);
  cursor: grab;
  top: 50%;
  right: -0.85rem;
}
.number-slider.noUi-horizontal .noUi-handle::before, .number-slider.noUi-horizontal .noUi-handle::after {
  content: none;
}
.number-slider .noUi-connect {
  background-color: #3C9CD7;
}

.wishlist {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
.wishlist svg {
  width: 2.1rem;
  height: 2rem;
  z-index: 1;
}
.wishlist svg path {
  transition: all 0.1s linear;
}
.wishlist svg path:last-of-type {
  opacity: 0;
}
.wishlist:hover svg path:first-of-type {
  fill: #75C1EF;
}
.wishlist[data-role=del] svg path, .wishlist:active svg path {
  opacity: 0;
}
.wishlist[data-role=del] svg path:last-of-type, .wishlist:active svg path:last-of-type {
  opacity: 1;
}
.wishlist_fill {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  background-color: rgba(202, 213, 226, 0.2);
  backdrop-filter: blur(1.5rem);
  border-radius: 50%;
}
.wishlist_fill::before {
  content: "";
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.35));
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: 0 0.4rem 6rem 0 rgba(0, 0, 0, 0.02);
  border-radius: 10rem;
}
.pagination__show-more {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  height: 100%;
  cursor: pointer;
}
.pagination__show-more:hover p {
  color: #3C9CD7;
}
.pagination__show-more:hover svg path {
  fill: #3C9CD7;
}
.pagination__show-more p {
  font-size: 1.4rem;
  color: #91A2AB;
  transition: all 0.1s linear;
}
.pagination__show-more p span {
  font-size: 1.4rem;
  color: #3C9CD7;
}
.pagination__show-more svg {
  width: 2rem;
  height: 2rem;
}
.pagination__show-more svg path {
  transition: all 0.1s linear;
}
.pagination__pages {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  right: 1rem;
  top: 0;
}
@media (max-width: 992px) {
  .pagination__pages {
    display: none;
  }
}
.pagination__pages a, .pagination__pages span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #A8B2BE;
  width: 2.8rem;
  height: 2.8rem;
}
.pagination__pages a {
  text-decoration: none;
  transition: all 0.1s linear;
}
.pagination__pages a:hover {
  color: #3C9CD7;
}
.pagination__pages span.active {
  color: #3C9CD7;
  background-color: rgba(124, 178, 207, 0.2);
  border-radius: 50%;
}
.pagination__prev, .pagination__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
}
.pagination__prev svg, .pagination__next svg {
  width: 0.6rem;
  height: 1.2rem;
}
.pagination__disabled {
  cursor: default;
}
.pagination__disabled svg path {
  fill: #A8B2BE;
}

.modal-form {
  position: relative;
  background-color: rgba(184, 194, 208, 0.6);
  backdrop-filter: blur(1rem);
  padding: 4rem 4rem 5.5rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .modal-form {
    padding: 3rem 1rem 4rem;
  }
}
.modal-form__pattern {
  position: absolute;
  width: 9rem;
  height: 16.7rem;
  background: url(../images/svg/pattern-mob-2.svg) no-repeat center/contain;
  pointer-events: none;
  top: -2rem;
  right: 9.7rem;
}
@media (max-width: 992px) {
  .modal-form__pattern {
    display: none;
  }
}
.modal-form__pattern img {
  position: absolute;
  object-fit: contain;
  object-position: center;
  width: 29.5rem;
  height: 14.7rem;
  left: -9.5rem;
  bottom: -8rem;
}
.modal-form .form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 55rem;
}
@media (max-width: 992px) {
  .modal-form .form {
    width: 34.5rem;
  }
}
.modal-form .form > div {
  position: relative;
  margin-bottom: 3.5rem;
}
.modal-form .form > div .btn {
  padding: 0 6.5rem;
  margin: 1rem auto 0;
}
@media (max-width: 992px) {
  .modal-form .form > div .btn {
    width: 100%;
  }
}
.modal-form .form > div textarea + .btn {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: -2rem;
}
@media (max-width: 992px) {
  .modal-form .form > div textarea + .btn {
    transform: translateX(-50%);
    right: auto;
    left: 50%;
  }
}
.modal-form .form__notification {
  text-align: center;
  max-width: 44.5rem;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .modal-form .form__notification {
    max-width: 28.5rem;
  }
}
.modal-form h2 {
  font-size: 8rem;
  text-transform: uppercase;
  color: #fff;
  padding-left: 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .modal-form h2 {
    font-size: 6rem;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
  }
}

.fancybox__content > .f-button.is-close-btn {
  width: 4rem;
  height: 4rem;
  background-color: rgba(202, 213, 226, 0.2);
  backdrop-filter: blur(1.5rem);
  border-radius: 50%;
  opacity: 1;
  top: 2.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .fancybox__content > .f-button.is-close-btn {
    top: 2rem;
    right: 2rem;
  }
}
.fancybox__content > .f-button.is-close-btn::before {
  content: "";
  position: absolute;
  width: 3.3rem;
  height: 3.3rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.fancybox__content > .f-button.is-close-btn:hover svg {
  color: #3C9CD7;
}
.fancybox__content > .f-button.is-close-btn svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #455A64;
  transition: all 0.1s linear;
}

.header {
  position: fixed;
  width: 100%;
  top: 2.2rem;
  left: 0;
  z-index: 100;
}
@media (max-width: 992px) {
  .header {
    top: 0.7rem;
  }
}
.header__content {
  position: relative;
  display: flex;
  align-items: center;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1rem);
  box-sizing: border-box;
  padding: 0 0 0 1.5rem;
  border-radius: 4rem;
}
@media (max-width: 992px) {
  .header__content {
    justify-content: space-between;
    width: calc(100% - 0.6rem);
    height: 4.7rem;
    margin: 0 0.3rem;
  }
}
.header__burger-btn {
  width: 5rem;
  height: 3rem;
  background: linear-gradient(90deg, rgba(60, 156, 215, 0.8), rgba(22, 57, 102, 0.8), #3C9CD7);
  background-size: 200%;
  padding: 0.8rem 1.4rem;
  border: none;
  border-radius: 2.4rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header__burger-btn:hover {
  background-position: right;
}
.header__burger-btn:hover svg rect {
  fill: #3C9CD7;
}
.header__burger-btn svg {
  width: 100%;
  height: 100%;
}
.header__burger-btn svg rect {
  transition: all 0.1s linear;
}
.header__logo {
  display: none;
}
@media (max-width: 992px) {
  .header__logo {
    display: flex;
    width: 13rem;
    height: 100%;
    margin-top: -0.7rem;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.header__menu {
  position: relative;
  margin: 0 6.3rem;
}
@media (max-width: 992px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  overflow: hidden;
}
.header__menu ul li a {
  text-wrap: nowrap;
}
.header__menu__more {
  position: absolute;
  display: none;
  align-items: end;
  text-wrap: nowrap;
  padding: 1rem;
  transform: translate(100%, -50%);
  top: 50%;
  right: 0;
}
.header__menu__more.active {
  display: flex;
}
.header__socials {
  gap: 0;
}
.header__socials.collapsed {
  overflow: hidden;
}
@media (max-width: 992px) {
  .header__socials {
    display: none;
  }
}
.header__socials .socials__item {
  border: none;
}
.header__bubble {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  height: 100%;
  padding: 0 2.5rem;
  margin-left: auto;
}
@media (max-width: 992px) {
  .header__bubble {
    margin-left: 0;
  }
}
.header__bubble::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 1rem);
  background: linear-gradient(90deg, #fff, transparent);
  border-radius: 4rem;
  opacity: 0.6;
  z-index: -1;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.header__wishlist {
  position: absolute;
  right: -18rem;
}
@media (max-width: 992px) {
  .header__wishlist {
    display: none;
  }
}
.header__wishlist_mob {
  display: none;
}
@media (max-width: 992px) {
  .header__wishlist_mob {
    position: relative;
    display: block;
    background-color: transparent;
    backdrop-filter: none;
    width: 2rem;
    height: 2rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.header__wishlist_mob::before {
  content: none;
}
.header__phone {
  height: 100%;
}
.header__phone.collapsed a {
  gap: 0;
}
.header__phone a {
  width: max-content;
  height: 100%;
}
.header__phone a span {
  text-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 992px) {
  .header__phone a span {
    display: none;
  }
}

.burger {
  position: fixed;
  width: 100%;
  height: 100dvh;
  transition: all 0.5s ease-in-out;
  top: 0;
  left: -100%;
  z-index: 101;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 992px) {
  .burger {
    transition: all 0.3s ease-in-out;
    width: calc(100% - 1.4rem);
    height: calc(100dvh - 1.4rem);
    top: 0.7rem;
    left: 0.7rem;
    opacity: 0;
  }
}
.burger__wrapper {
  position: relative;
  width: 89.5rem;
  height: 100%;
  background-color: rgba(250, 252, 254, 0.7);
  backdrop-filter: blur(1rem);
  box-sizing: border-box;
  border-radius: 0 10rem 10rem 0;
}
@media (max-width: 992px) {
  .burger__wrapper {
    width: 100%;
    background-color: rgba(250, 252, 254, 0.95);
    backdrop-filter: none;
    border-radius: 4rem;
  }
}
.burger__close {
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  top: 5.4rem;
  right: 5.4rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .burger__close {
    top: 2rem;
    right: 2rem;
  }
}
.burger__close:hover .burger__close__cross {
  fill: #3C9CD7;
}
.burger__close svg {
  width: 100%;
  height: 100%;
}
.burger__close__cross {
  transition: all 0.1s linear;
}
.burger__content {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 3.3rem 11.2rem 0 28rem;
}
@media (max-width: 992px) {
  .burger__content {
    padding: 3.6rem 3.2rem 1.6rem;
  }
}
.burger__content > div {
  display: flex;
  flex-direction: column;
  gap: 3.7rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .burger__content > div {
    height: calc(100% - 6.5rem);
    overflow-y: scroll;
  }
}
.burger__content .btn {
  display: none;
}
@media (max-width: 992px) {
  .burger__content .btn {
    position: absolute;
    display: flex;
    width: calc(100% - 5rem);
    border: none;
    transform: translateX(-50%);
    left: 50%;
    bottom: 1.6rem;
  }
}
.burger__content .btn::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(../images/svg/arrow.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  right: 2.2rem;
}
.burger__logo {
  width: 22rem;
  height: 12rem;
}
@media (max-width: 992px) {
  .burger__logo {
    display: none;
  }
}
.burger__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.burger__cols {
  display: flex;
  justify-content: space-between;
  gap: 13rem;
  width: 100%;
}
@media (max-width: 992px) {
  .burger__cols {
    flex-direction: column;
    justify-content: start;
    gap: 4rem;
  }
}
.burger__col {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 992px) {
  .burger__col {
    gap: 4rem;
  }
}
.burger__col__group {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 30rem;
  width: 100%;
}
@media (max-width: 992px) {
  .burger__col__group {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.burger__col__group .phone a {
  text-wrap: nowrap;
}
.burger__menu ul {
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 992px) {
  .burger__menu ul {
    gap: 1.5rem;
  }
}
.burger__menu ul li a {
  font-weight: 400;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .burger__menu ul li a {
    font-size: 1.6rem;
  }
}
.burger__info {
  gap: 2.4rem;
}
@media (max-width: 992px) {
  .burger__info {
    gap: 1.7rem;
  }
}
.burger__info .info__item span {
  font-weight: 400;
  color: #3C9CD7;
}
@media (max-width: 992px) {
  .burger__info .info__item span {
    color: #C5CFD3;
  }
}
.burger__pattern {
  position: relative;
  width: 16.5rem;
  height: 30.8rem;
  background: url(../images/svg/pattern.svg) no-repeat center;
  background-size: contain;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .burger__pattern {
    width: 9rem;
    height: 17rem;
    background: url(../images/svg/pattern-mob.svg) no-repeat center;
    background-size: contain;
    margin-top: 0;
  }
}
.burger__pattern img {
  position: absolute;
  width: 54.4rem;
  height: 27.3rem;
  object-fit: contain;
  object-position: center;
  top: 18.5rem;
  left: -17.5rem;
  pointer-events: none;
}
@media (max-width: 992px) {
  .burger__pattern img {
    display: none;
  }
}
.burger__space {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 992px) {
  .burger__space {
    display: none;
  }
}
.burger-opened {
  left: 0;
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 992px) {
  .burger-opened {
    left: 0.7rem;
  }
}

.index-screen {
  position: relative;
  min-height: 94.3rem;
  background: url(../images/body-bg-main.jpg) no-repeat top center/100%;
  padding-top: 13.2rem;
  margin-top: -13.2rem;
}
@media (max-width: 992px) {
  .index-screen {
    min-height: 39.2rem;
    padding-top: 6.2rem;
    margin-top: -6.2rem;
  }
}
@media (max-width: 768px) {
  .index-screen {
    background-size: 140%;
  }
}
@media (max-width: 576px) {
  .index-screen {
    background-size: 260%;
    background-position: 56% 0;
  }
}
.index-screen::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 10rem;
  background: linear-gradient(0deg, #F3F5F9, transparent);
  left: 0;
  bottom: 0;
}
@media (min-width: 1921px) {
  .index-screen::before {
    content: "";
  }
}
@media (max-width: 576px) {
  .index-screen::before {
    content: "";
  }
}
.index-screen__content {
  display: flex;
  gap: 45rem;
}
@media (max-width: 992px) {
  .index-screen__content {
    justify-content: center;
    gap: 0;
  }
}
.index-screen__logo {
  object-fit: contain;
  object-position: center;
  width: 22rem;
  height: max-content;
}
@media (max-width: 992px) {
  .index-screen__logo {
    display: none;
  }
}
.index-screen__animation {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  top: 0;
  left: 0;
}
.index-screen__animation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 29rem;
  background: linear-gradient(0deg, #fff, transparent);
  animation: water 20s 3s ease-in-out;
  left: 0;
  bottom: 0;
}
.index-screen__animation__blink {
  position: absolute;
  width: 86.4rem;
  height: 64.8rem;
  object-fit: contain;
  object-position: center;
  top: 0;
  right: 28rem;
  animation: blink 3s infinite cubic-bezier(0.4, -0.38, 0.67, 0.78);
}
@media (max-width: 992px) {
  .index-screen__animation__blink {
    width: 20rem;
    height: 15rem;
    top: 5rem;
    right: 15rem;
  }
}
@media (max-width: 768px) {
  .index-screen__animation__blink {
    top: 4rem;
    right: 15rem;
  }
}
@media (max-width: 576px) {
  .index-screen__animation__blink {
    right: 6rem;
  }
}
.index-screen__animation__gull {
  position: absolute;
  width: 30rem;
  height: auto;
  object-fit: contain;
  object-position: center;
  top: 10rem;
  right: -30rem;
  animation: gull 45s 3s infinite linear;
}
@media (max-width: 992px) {
  .index-screen__animation__gull {
    width: 20rem;
    transform: translateY(-5rem);
  }
}
@media (max-width: 576px) {
  .index-screen__animation__gull {
    width: 15rem;
  }
}
.index-screen__animation__video-bg {
  position: absolute;
  width: calc(100% + 3rem);
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  .index-screen__animation__video-bg {
    width: calc(100% + 3rem);
    height: 100%;
    left: 0;
  }
}
@media (max-width: 768px) {
  .index-screen__animation__video-bg {
    width: 81rem;
    left: -20rem;
  }
}
@media (max-width: 576px) {
  .index-screen__animation__video-bg {
    left: -83%;
  }
}
@keyframes water {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.7;
  }
  30% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
    scale: 1;
  }
  25% {
    opacity: 0.1;
    scale: 0.8;
  }
  50% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes gull {
  0% {
    right: -30rem;
  }
  10% {
    top: 15rem;
    @media (max-width: 992px) {
      .index-screen__animation {
        top: 5rem;
      }
    }
  }
  20% {
    top: 10rem;
  }
  30% {
    top: 15rem;
    @media (max-width: 992px) {
      .index-screen__animation {
        top: 5rem;
      }
    }
  }
  40% {
    top: 10rem;
  }
  50% {
    top: 15rem;
    @media (max-width: 992px) {
      .index-screen__animation {
        top: 5rem;
      }
    }
  }
  60% {
    top: 10rem;
  }
  70% {
    top: 15rem;
    @media (max-width: 992px) {
      .index-screen__animation {
        top: 5rem;
      }
    }
  }
  80% {
    top: 10rem;
  }
  90% {
    top: 15rem;
    @media (max-width: 992px) {
      .index-screen__animation {
        top: 5rem;
      }
    }
  }
  100% {
    top: 10rem;
    right: calc(100vw + 30rem);
  }
}

.about {
  position: relative;
  margin-bottom: 46rem;
}
@media (max-width: 992px) {
  .about {
    margin-bottom: 27.5rem;
  }
}
.about .section-box {
  max-width: 154rem;
}
.about__content {
  max-width: 98.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1.5rem);
  box-sizing: border-box;
  padding: 7.2rem 11.5rem 11rem 9rem;
  border-radius: 0 10rem 10rem 10rem;
}
@media (max-width: 992px) {
  .about__content {
    max-width: none;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: none;
    padding: 1.2rem 1.4rem 0;
    border-radius: 0 5rem 5rem 5rem;
  }
}
.about__content .title {
  margin-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .about__content .title {
    margin-bottom: 0.8rem;
  }
}
.about__content p {
  line-height: 2.5rem;
  color: #546071;
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .about__content p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .about__content .btn {
    transform: translateY(1rem);
    margin: 0 auto;
  }
}
.about__images {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1921px) {
  .about__images {
    width: 192rem;
    transform: translateX(-50%);
    left: 50%;
  }
}
.about__images__item {
  position: absolute;
}
.about__images__item::before {
  content: none;
  position: absolute;
  width: 10rem;
  height: 100%;
  top: 0;
}
@media (min-width: 1921px) {
  .about__images__item::before {
    content: "";
  }
}
.about__images__item:nth-child(1) {
  width: 82.8rem;
  height: 64.8rem;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .about__images__item:nth-child(1) {
    width: 30.2rem;
    height: 42.5rem;
    top: 0;
  }
}
@media (max-width: 768px) {
  .about__images__item:nth-child(1) {
    top: 8rem;
  }
}
@media (max-width: 576px) {
  .about__images__item:nth-child(1) {
    top: 19.5rem;
  }
}
.about__images__item:nth-child(1)::before {
  background: linear-gradient(-90deg, #F3F5F9, transparent);
  right: 0;
}
.about__images__item:nth-child(2) {
  width: 82.8rem;
  height: 40.8rem;
  top: 55.5rem;
  left: 0;
}
@media (max-width: 992px) {
  .about__images__item:nth-child(2) {
    width: 22rem;
    height: 17.5rem;
    top: 28rem;
  }
}
@media (max-width: 768px) {
  .about__images__item:nth-child(2) {
    top: 32rem;
  }
}
@media (max-width: 576px) {
  .about__images__item:nth-child(2) {
    top: 42rem;
  }
}
.about__images__item:nth-child(2)::before {
  background: linear-gradient(90deg, #F3F5F9, transparent);
  left: 0;
}
.about__images__item img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .about__images__item img.desktop {
    display: none;
  }
}
.about__images__item img.mobile {
  display: none;
}
@media (max-width: 992px) {
  .about__images__item img.mobile {
    display: initial;
  }
}

.advantages {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .advantages {
    margin-bottom: 4rem;
  }
}
.advantages__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .advantages__header {
    margin-bottom: 3rem;
  }
}
.advantages__slider {
  width: calc(100% + (100vw - 136rem) / 2);
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .advantages__slider {
    width: calc(100% + 1.4rem);
    margin-bottom: 3rem;
  }
}
.advantages__slider::before {
  content: "";
  position: absolute;
  width: 48rem;
  height: 100%;
  background: linear-gradient(90deg, transparent, #F3F5F9);
  z-index: 2;
  pointer-events: none;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .advantages__slider::before {
    content: none;
  }
}
.advantages__slider .swiper-wrapper {
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .advantages__slider .swiper-wrapper {
    padding-bottom: 2.8rem;
  }
}
.advantages__slide {
  position: relative;
  display: flex;
  height: 34.7rem;
  aspect-ratio: 490/347;
  box-sizing: border-box;
  padding: 2rem 2.5rem;
}
@media (max-width: 992px) {
  .advantages__slide {
    height: 100%;
    padding: 1rem 1.4rem;
  }
}
.advantages__slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15rem;
  background: linear-gradient(0deg, transparent, rgba(26, 37, 53, 0.8));
  border-radius: 0 10rem 0 0;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .advantages__slide::before {
    height: 8.5rem;
    border-radius: 0 5rem 0 0;
  }
}
.advantages__slide h3 {
  font-family: "Steelfish", Arial, sans-serif;
  font-weight: 400;
  font-size: 6rem;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
}
@media (max-width: 992px) {
  .advantages__slide h3 {
    font-size: 4rem;
  }
}
.advantages__slide__text {
  position: absolute;
  max-width: 41rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(1.5rem);
  box-sizing: border-box;
  padding: 4rem 1.4rem 4rem 4rem;
  border-radius: 5rem 5rem 0 5rem;
  right: -4rem;
  bottom: -4rem;
}
@media (max-width: 992px) {
  .advantages__slide__text {
    max-width: 23.5rem;
    padding: 1.3rem 2rem;
    border-radius: 2.5rem 2.5rem 0 2.5rem;
    right: -1.4rem;
    bottom: -2.8rem;
  }
}
.advantages__slide__text p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #546071;
}
@media (max-width: 992px) {
  .advantages__slide__text p {
    font-size: 1.4rem;
    line-height: 1.3rem;
  }
}
.advantages__slide__bg {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 0 10rem 10rem 10rem;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 992px) {
  .advantages__slide__bg {
    border-radius: 0 5rem 5rem 5rem;
  }
}

.order {
  position: relative;
  padding-top: 8rem;
  margin-bottom: 12rem;
  z-index: 2;
}
@media (max-width: 992px) {
  .order {
    padding-top: 0;
    margin-bottom: 7rem;
  }
}
.order__wrapper {
  position: relative;
}
.order__image {
  position: absolute;
  object-fit: contain;
  object-position: left;
  width: auto;
  height: calc(100% + 8rem);
  pointer-events: none;
  left: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .order__image {
    position: relative;
    object-fit: cover;
    object-position: 66%;
    width: 100%;
    height: 38rem;
  }
}
.order__content {
  background-color: #D5D9E3;
  padding: 4.5rem 12rem 6.5rem 0;
}
@media (max-width: 992px) {
  .order__content {
    position: relative;
    padding: 2.5rem 0 1.8rem;
    border-radius: 0 0 5rem 5rem;
    margin-top: -2.5rem;
  }
}
.order__content::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 5rem;
  background: linear-gradient(0deg, #D5D9E3, transparent);
  transform: translateY(-100%);
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .order__content::before {
    content: "";
  }
}
.order__content .section-box {
  display: flex;
  justify-content: end;
}
@media (max-width: 992px) {
  .order__content .section-box {
    justify-content: center;
  }
}
.order__content .form {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1.5rem;
  max-width: 59rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .order__content .form {
    align-items: start;
    gap: 1rem;
  }
}
.order__content .form .title {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .order__content .form .title {
    max-width: 23rem;
    margin-bottom: 0.5rem;
  }
}
.order__content .form input {
  width: calc(100% - 4rem);
}
@media (max-width: 992px) {
  .order__content .form input {
    font-weight: 500;
    width: 100%;
    height: 5rem;
    padding: 0 2rem;
  }
}
.order__content .form__connect {
  justify-content: end;
}
.order__content .form__notification {
  text-align: end;
  max-width: 40rem;
}
@media (max-width: 992px) {
  .order__content .form__notification {
    text-align: center;
    max-width: none;
  }
}
.order__content .form__notification, .order__content .form__notification a {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
@media (max-width: 992px) {
  .order__content .form__notification, .order__content .form__notification a {
    color: #B0B0B0;
  }
}
.order__pattern {
  position: absolute;
  width: 19rem;
  height: 35.5rem;
  background: url(../images/svg/pattern.svg) no-repeat center/contain;
  top: 2rem;
  right: 8.8rem;
}
@media (max-width: 992px) {
  .order__pattern {
    background: none;
    width: 100%;
    height: 26rem;
    top: auto;
    right: auto;
    bottom: 9rem;
    left: 0;
  }
}
@media (max-width: 768px) {
  .order__pattern {
    left: -16rem;
  }
}
@media (max-width: 576px) {
  .order__pattern {
    bottom: 12rem;
    left: -8rem;
  }
}
.order__pattern img {
  position: absolute;
  object-fit: cover;
  object-position: -35%;
  width: 53.7rem;
  height: 31.5rem;
  pointer-events: none;
  right: -8.8rem;
  bottom: -19rem;
}
@media (max-width: 992px) {
  .order__pattern img {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    width: auto;
    height: 100%;
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
  }
}
@media (max-width: 992px) {
  .order .tanais-yandexcaptcha.smart-captcha {
    height: 102px !important;
  }
}

.layouts {
  position: relative;
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .layouts {
    margin-bottom: 1rem;
  }
}
.layouts .title {
  text-wrap: balance;
}
.layouts__slide {
  transition: all 0.5s linear;
  opacity: 0 !important;
}
.layouts__slide.swiper-slide-active {
  opacity: 1 !important;
}
.layouts__slide .section-box {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .layouts__slide .section-box {
    flex-direction: column;
  }
}
.layouts__slide__view {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding-left: calc((100vw - 136rem) / 2);
  padding-right: 23rem;
  border-radius: 0 10rem 10rem 0;
  margin-left: calc((100vw - 136rem) / 2 * -1);
}
@media (max-width: 992px) {
  .layouts__slide__view {
    width: calc(100% + 2.8rem);
    padding: 11rem 0 3rem 0;
    border-radius: 0 0 5rem 5rem;
    margin: 0 0 0 -1.4rem;
  }
}
.layouts__slide__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66rem;
  height: max-content;
}
@media (max-width: 992px) {
  .layouts__slide__image {
    width: 32rem;
  }
}
.layouts__slide__image img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  height: auto;
}
.layouts__slide__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .layouts__slide__content {
    gap: 2rem;
    padding: 0 1.4rem;
  }
}
.layouts__slide__content .title {
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 992px) {
  .layouts__slide__content .title {
    font-size: 4.5rem;
  }
}
.layouts__slide__square {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2D74AA;
}
@media (max-width: 992px) {
  .layouts__slide__square {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.layouts__slide__floor {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D74AA;
}
@media (max-width: 992px) {
  .layouts__slide__floor {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}
.layouts__slide__floor span {
  font-weight: 700;
}
.layouts__slide__deadline {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #8A9EB7;
}
@media (max-width: 992px) {
  .layouts__slide__deadline {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}
.layouts__slide__deadline span {
  color: #2C72A8;
}
.layouts__slide__description {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #546071;
}
@media (max-width: 992px) {
  .layouts__slide__description {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (max-width: 992px) {
  .layouts__slide .btn {
    width: calc(100% + 1.2rem);
    margin-left: -0.6rem;
  }
}
.layouts .slider-controls {
  position: absolute;
  transform: translateX(-50%);
  top: 4.5rem;
  left: calc(50% + 6rem);
  z-index: 1;
}
@media (max-width: 992px) {
  .layouts .slider-controls {
    transform: none;
    top: 6rem;
    left: 2.8rem;
  }
}

.panorama {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 70rem;
  background: url(../images/panorama-bg.jpg) no-repeat bottom center;
  background-size: contain;
  box-sizing: border-box;
  padding: 0 0 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .panorama {
    min-height: 60rem;
    background-size: cover;
    margin-bottom: 2rem;
  }
}
.panorama::before, .panorama::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
}
.panorama::before {
  background: url(../images/panorama-clouds-1.png) no-repeat center/contain;
  height: 28.6rem;
  top: 0;
}
@media (max-width: 992px) {
  .panorama::before {
    background: url(../images/panorama-clouds-1-mob.png) no-repeat center/contain;
    width: 26.5rem;
    height: 21rem;
    top: 21.8rem;
    left: 0;
  }
}
.panorama::after {
  background: url(../images/panorama-clouds-2.png) no-repeat;
  background-position: 100% 5.6rem;
  background-size: contain;
  height: 52.5rem;
  bottom: -21rem;
}
@media (min-width: 1921px) {
  .panorama::after {
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .panorama::after {
    background: url(../images/panorama-clouds-2-mob.png) no-repeat center/cover;
    background-position: 100% 0;
    width: 100%;
    height: 19.3rem;
    bottom: -3rem;
    left: 0;
  }
}
.panorama h2 {
  font-size: 20rem;
  text-transform: uppercase;
  text-shadow: 0 0 4rem #E1E7EE;
  color: #fff;
  transform: translateX(17.3rem);
}
@media (max-width: 992px) {
  .panorama h2 {
    font-size: 12rem;
    transform: none;
  }
}
.panorama .btn {
  z-index: 1;
}
@media (max-width: 768px) {
  .panorama .btn {
    width: calc(100% - 1.6rem);
    margin-left: -0.8rem;
  }
}

.main-page .panorama {
  margin-bottom: 21rem;
}
@media (max-width: 992px) {
  .main-page .panorama {
    margin-bottom: 3rem;
  }
}

.photogallery {
  margin-bottom: 5.5rem;
}
.photogallery__slider {
  position: relative;
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .photogallery__slider {
    margin-bottom: 4rem;
  }
}
.photogallery__slider::before, .photogallery__slider::after {
  content: "";
  position: absolute;
  width: 28rem;
  height: 100%;
  z-index: 2;
  top: 0;
}
@media (max-width: 992px) {
  .photogallery__slider::before, .photogallery__slider::after {
    width: 7.5rem;
  }
}
.photogallery__slider::before {
  background: linear-gradient(90deg, #F3F5F9, transparent);
  left: 0;
}
.photogallery__slider::after {
  background: linear-gradient(90deg, transparent, #F3F5F9);
  right: 0;
}
.photogallery__slide {
  width: calc(109.6rem + 64px);
}
@media (max-width: 992px) {
  .photogallery__slide {
    width: 100%;
  }
}
.photogallery__item {
  position: relative;
  width: 20rem;
  height: 16.2rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .photogallery__item {
    width: 14.3rem;
    height: 11.6rem;
  }
}
.photogallery__item_w2 {
  width: 31rem;
}
@media (max-width: 992px) {
  .photogallery__item_w2 {
    width: 22.6rem;
  }
}
.photogallery__item_w3 {
  width: 54.8rem;
}
@media (max-width: 992px) {
  .photogallery__item_w3 {
    width: 39.2rem;
  }
}
.photogallery__item_h2 {
  height: 35.6rem;
}
@media (max-width: 992px) {
  .photogallery__item_h2 {
    height: 25.2rem;
  }
}
.photogallery__item__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.6rem 2.4rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .photogallery__item__content {
    padding: 1.4rem;
  }
}
.photogallery__item__content::before, .photogallery__item__content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.photogallery__item__content::before {
  background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 2rem 2rem 0 0;
}
.photogallery__item__content::after {
  background: linear-gradient(0deg, #000 0%, transparent 25%);
  border-radius: 0 0 2rem 2rem;
}
.photogallery__item__content h3 {
  font-family: "Steelfish", Arial, sans-serif;
  font-weight: 400;
  font-size: 6rem;
  text-transform: uppercase;
  color: #fff;
  pointer-events: all;
}
@media (max-width: 992px) {
  .photogallery__item__content h3 {
    font-size: 4.5rem;
  }
}
.photogallery__item__content p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #fff;
  pointer-events: all;
}
@media (max-width: 992px) {
  .photogallery__item__content p {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.photogallery__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.photogallery__item a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 34.4rem;
  background: linear-gradient(0deg, rgba(28, 120, 185, 0.1), transparent);
  filter: blur(4rem);
  pointer-events: none;
  z-index: 2;
  left: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .footer::before {
    content: none;
  }
}
.footer__map {
  position: relative;
  max-width: 170rem;
  width: 100%;
  height: 66rem;
  margin-bottom: -25rem;
}
.footer__map::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 15rem 10rem #F3F5F9;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .footer__map::before {
    box-shadow: inset 0 0 10rem 5rem #F3F5F9;
  }
}
@media (max-width: 992px) {
  .footer__map {
    height: 49rem;
    margin-bottom: -19rem;
  }
}
.footer__map img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.footer__wrapper {
  max-width: 164rem;
  width: 100%;
  background: linear-gradient(0deg, transparent, #fff);
  backdrop-filter: blur(0.75rem);
  padding: 3.8rem 0 1rem;
  border-radius: 10rem 10rem 0 0;
  margin-bottom: 3rem;
  z-index: 2;
}
@media (max-width: 992px) {
  .footer__wrapper {
    padding: 2.2rem 0;
    border-radius: 5rem 5rem 0 0;
    margin-bottom: 0;
  }
}
.footer__wrapper .section-box {
  position: relative;
}
@media (max-width: 992px) {
  .footer__wrapper .section-box {
    padding: 0 1.4rem;
    box-sizing: border-box;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 14.8rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .footer__content {
    flex-direction: column;
    justify-content: start;
    gap: 0;
    margin-bottom: 4rem;
  }
}
.footer__logo {
  width: 20rem;
  height: 11rem;
}
@media (max-width: 992px) {
  .footer__logo {
    position: absolute;
    width: 15rem;
    height: 8.2rem;
    top: 12rem;
    right: 1.4rem;
  }
}
.footer__logo img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.footer__menu {
  max-height: 15.8rem;
  margin-top: 0.7rem;
}
@media (max-width: 992px) {
  .footer__menu {
    margin: 1.8rem 0 4.4rem;
  }
}
.footer__menu ul {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  max-height: inherit;
}
@media (max-width: 992px) {
  .footer__menu ul {
    gap: 0.5rem;
    width: max-content;
  }
}
.footer__menu ul li {
  margin-right: 9.5rem;
}
@media (max-width: 992px) {
  .footer__menu ul li {
    display: none;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .footer__menu ul li:nth-of-type(-n + 6) {
    display: initial;
  }
}
.footer__menu ul li a {
  font-size: 1.4rem;
}
.footer__col {
  display: flex;
  justify-content: space-between;
  gap: 8.2rem;
}
@media (max-width: 992px) {
  .footer__col {
    gap: 0;
  }
}
.footer__socials {
  flex-direction: column;
}
@media (max-width: 992px) {
  .footer__socials {
    position: absolute;
    flex-direction: row;
    top: 0;
    right: 2rem;
  }
}
.footer__notification {
  font-size: 1.4rem;
  color: #A9B1BD;
}
@media (max-width: 992px) {
  .footer__notification {
    font-size: 1.3rem;
    line-height: 1.4rem;
    width: calc(100% - 5rem);
  }
}
.footer__luxar {
  position: absolute;
  width: 11.6rem;
  height: 8rem;
  right: 0;
  bottom: -0.5rem;
}
@media (max-width: 992px) {
  .footer__luxar {
    right: 1.4rem;
    bottom: 11.5rem;
  }
}
.footer__luxar img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.main-page .footer::before {
  height: 47.8rem;
}
.main-page .footer__wrapper {
  margin-bottom: 16rem;
}
@media (max-width: 992px) {
  .main-page .footer__wrapper {
    margin-bottom: 0;
  }
}

.ymaps-2-1-79-balloon {
  box-shadow: none !important;
}
.ymaps-2-1-79-balloon__layout {
  background: rgba(233, 241, 246, 0.6) !important;
  backdrop-filter: blur(4px);
  box-shadow: 0 0 6rem 0 rgba(23, 58, 103, 0.15);
  box-sizing: border-box;
  border: 2px #fff solid;
  border-radius: 1.5rem;
}
.ymaps-2-1-79-balloon__content {
  background: transparent !important;
  margin-right: 1.4rem !important;
  padding: 1.2rem 0 1.2rem 1.2rem !important;
}
.ymaps-2-1-79-balloon__close-button {
  width: 0.8rem !important;
  height: 1rem !important;
  margin-top: 1rem;
  margin-right: 1.2rem;
}
.ymaps-2-1-79-balloon__tail {
  background: transparent !important;
  box-shadow: none !important;
}
.ymaps-2-1-79-balloon__tail::after {
  width: 1.6rem !important;
  height: 1.6rem !important;
  background: rgba(233, 241, 246, 0.6) !important;
  backdrop-filter: blur(4px);
  border-bottom: 2px #fff solid;
  border-left: 2px #fff solid;
  bottom: -1px !important;
}

.map_address__title {
  font-size: 1.4rem !important;
  color: #266295 !important;
  margin-bottom: 0 !important;
}
.map_address__description {
  font-size: 1.4rem !important;
  color: #44565D !important;
}

.catalog {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .catalog {
    padding: 0 1.4rem;
  }
}
.catalog__nav {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .catalog__nav {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.catalog__nav a {
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  color: #455A64;
  position: relative;
  padding-left: 2.5rem;
  transition: all 0.1s linear;
}
.catalog__nav a::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/svg/checkbox.svg) no-repeat center/contain;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.catalog__nav a.active, .catalog__nav a:hover {
  color: #3C9CD7;
}
.catalog__nav a.active::before {
  background: url(../images/svg/checkbox-active.svg) no-repeat center/contain;
}
.catalog__panel {
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 0;
  border-bottom: 1px #E2EBEF solid;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .catalog__panel {
    padding: 0;
    border: none;
    margin-bottom: 1.5rem;
  }
}
.catalog__panel__item {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.catalog__panel__text {
  font-size: 1.4rem;
  color: #A8B2BE;
}
.catalog__sort__item {
  font-size: 1.4rem;
  text-decoration: none;
  color: #A8B2BE;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.1s linear;
}
.catalog__sort__item.active, .catalog__sort__item:hover {
  color: #3C9CD7;
}
.catalog__sort__item.active svg {
  display: block;
}
.catalog__sort__item.down svg {
  rotate: 180deg;
}
.catalog__sort__item svg {
  display: none;
  width: 1.6rem;
  height: 1.4rem;
}
@media (max-width: 992px) {
  .catalog__view {
    display: none;
  }
}
.catalog__view__item {
  width: 2rem;
  height: 2rem;
}
.catalog__view__item.active svg path {
  fill: #3C9CD7;
}
.catalog__view__item.active svg path:last-of-type {
  fill: none;
  stroke: #3C9CD7;
}
.catalog__view__item svg {
  width: 100%;
  height: 100%;
}
.catalog__content {
  margin-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .catalog__content {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 992px) {
  .catalog__content .section-items-list {
    gap: 3.2rem;
  }
}
@media (max-width: 768px) {
  .catalog__content .section-items-list {
    gap: 2rem;
  }
}
@media (max-width: 992px) {
  .catalog__content .section-items-list > div {
    width: 47.75%;
  }
}
@media (max-width: 768px) {
  .catalog__content .section-items-list > div {
    width: 100%;
  }
}
.catalog__card {
  position: relative;
  max-width: 31.6rem;
  background-color: #fff;
  transition: all 0.1s linear;
  border-radius: 2rem;
}
.catalog__card:hover {
  box-shadow: 0 0.4rem 6rem 0 rgba(6, 21, 40, 0.05);
}
.catalog__card_list {
  display: flex;
  max-width: none;
}
@media (max-width: 992px) {
  .catalog__card_list {
    display: block;
  }
}
.catalog__card_list .catalog__card__image {
  width: 31.6rem;
}
@media (max-width: 992px) {
  .catalog__card_list .catalog__card__image {
    width: 100%;
  }
}
.catalog__card_list .catalog__card__content {
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.5rem;
}
@media (max-width: 992px) {
  .catalog__card_list .catalog__card__content {
    flex-direction: column;
    justify-content: start;
    align-items: normal;
    padding: 1.2rem 1.4rem;
  }
}
.catalog__card_list .catalog__card__text {
  max-width: 31.5rem;
}
@media (max-width: 992px) {
  .catalog__card_list .catalog__card__text {
    max-width: none;
  }
}
.catalog__card_list .catalog__card__chars {
  min-height: 0;
}
@media (max-width: 992px) {
  .catalog__card_list .catalog__card__chars {
    min-height: 7rem;
  }
}
.catalog__card_list .catalog__card__control {
  flex-direction: row;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 992px) {
  .catalog__card_list .catalog__card__control {
    flex-direction: column;
    align-items: normal;
    gap: 1rem;
  }
}
.catalog__card_list .catalog__card__price {
  gap: 2.8rem;
  padding: 1.1rem 3.2rem 1.1rem 2.3rem;
}
@media (max-width: 992px) {
  .catalog__card_list .catalog__card__price {
    gap: 0;
    padding: 1.1rem 1.2rem 1.1rem 1.6rem;
  }
}
@media (max-width: 992px) {
  .catalog__card, .catalog__card_list {
    max-width: 34rem;
  }
}
@media (max-width: 768px) {
  .catalog__card, .catalog__card_list {
    max-width: none;
  }
}
.catalog__card > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.catalog__card .wishlist {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  top: 1rem;
  right: 1rem;
}
.catalog__card__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 22.5rem;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}
.catalog__card__image img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  height: 100%;
}
.catalog__card__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
}
.catalog__card__text, .catalog__card__control {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 2;
}
.catalog__card h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.2rem;
  color: #1C1C1C;
  padding-left: 1rem;
}
.catalog__card__chars {
  min-height: 7rem;
  padding-left: 1rem;
}
.catalog__card__chars p {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #91A2AB;
}
.catalog__card__price {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: space-between;
  height: max-content;
  background-color: #F1F6FB;
  padding: 1.1rem 1.2rem 1.1rem 1.6rem;
  border-radius: 1rem;
  margin: 0 0.4rem;
}
.catalog__card__price p {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.2rem;
  text-wrap: nowrap;
  color: #1C1C1C;
}
.catalog__card__price span {
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-wrap: nowrap;
  color: #1C1C1C;
}
.catalog__card__price span sup {
  font-size: 1rem;
}
.catalog__card .btn {
  width: 100%;
  text-transform: none;
}
.catalog-similar {
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .catalog-similar {
    margin-bottom: 8rem;
  }
}
.catalog-similar .title {
  font-size: 6rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 992px) {
  .catalog-similar .title {
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }
}

.apartment {
  display: flex;
  gap: 6.7rem;
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .apartment {
    flex-direction: column;
    gap: 4rem;
    padding: 0 0.7rem;
    margin-top: 5.4rem;
    margin-bottom: 4rem;
  }
}
.apartment__gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 66.5rem;
  width: 100%;
}
@media (max-width: 992px) {
  .apartment__gallery {
    gap: 1.5rem;
    max-width: none;
  }
}
.apartment__slider {
  width: 100%;
  background-color: #fff;
  border-radius: 2rem;
  margin-bottom: 0.7rem;
}
.apartment__slider__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45.5rem;
}
@media (max-width: 992px) {
  .apartment__slider__slide {
    height: auto;
  }
}
.apartment__slider__slide.swiper-slide-active a img {
  opacity: 1;
}
.apartment__slider__slide a, .apartment__slider__slide iframe {
  width: 100%;
  height: 100%;
}
.apartment__slider__slide a img, .apartment__slider__slide iframe img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
  opacity: 0;
}
.apartment__thumbs {
  position: relative;
  width: 100%;
}
.apartment__thumbs__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 200/137;
  height: 13.7rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  .apartment__thumbs__slide {
    height: 100%;
  }
}
.apartment__thumbs__slide.swiper-slide-thumb-active {
  cursor: default;
}
.apartment__thumbs__slide.swiper-slide-thumb-active img {
  filter: none;
}
.apartment__thumbs__slide img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  filter: grayscale(1);
  transition: all 0.5s linear;
}
.apartment__content {
  position: relative;
  flex-grow: 1;
  margin-top: 2.2rem;
}
@media (max-width: 992px) {
  .apartment__content {
    position: initial;
    margin-top: 0;
  }
}
.apartment__content .title {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 3rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 992px) {
  .apartment__content .title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    width: calc(100% - 2.8rem);
    margin: 0 1.4rem;
  }
}
.apartment__address {
  font-family: 1.8rem;
  color: #546071;
  margin-bottom: 4.8rem;
}
@media (max-width: 992px) {
  .apartment__address {
    margin: 0 1.4rem 1.4rem;
  }
}
.apartment__save {
  position: absolute;
  display: flex;
  gap: 1rem;
  top: -1.5rem;
  right: 0;
}
@media (max-width: 992px) {
  .apartment__save {
    top: 1.8rem;
    right: 0.7rem;
  }
}
.apartment__save__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  background-color: rgba(202, 213, 226, 0.2);
  backdrop-filter: blur(1.5rem);
  border-radius: 50%;
}
.apartment__save__item::before {
  content: "";
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.7));
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.apartment__save__item svg {
  width: 2.4rem;
  height: 2.4rem;
  z-index: 1;
}
.apartment__chars {
  display: flex;
  justify-content: center;
  margin: 0 auto 2rem;
}
@media (max-width: 992px) {
  .apartment__chars {
    flex-wrap: wrap;
    justify-content: start;
    gap: 3.7rem;
    max-width: 33rem;
    padding: 0 0 0 1.4rem;
    margin: 0 0 0.5rem;
  }
}
.apartment__chars__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.2rem;
  padding: 0 5.4rem;
}
@media (max-width: 992px) {
  .apartment__chars__item {
    height: max-content;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .apartment__chars__item:first-of-type {
    order: 1;
  }
}
.apartment__chars__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #D5DEEA;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .apartment__chars__item::before {
    content: none;
  }
}
.apartment__chars__item:first-of-type {
  padding-left: 0;
}
.apartment__chars__item:last-of-type {
  padding-right: 0;
}
.apartment__chars__item:last-of-type::before {
  content: none;
}
.apartment__chars__item p {
  font-size: 3rem;
  color: #546071;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .apartment__chars__item p {
    font-size: 2.5rem;
  }
}
.apartment__chars__item p small {
  font-size: 1.4rem;
}
.apartment__chars__item p span {
  font-size: 2rem;
  color: #163966;
}
.apartment__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.7rem 3.7rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .apartment__box {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1.6rem 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.apartment__box .wishlist {
  display: none;
}
@media (max-width: 992px) {
  .apartment__box .wishlist {
    display: flex;
  }
}
.apartment__price p {
  font-size: 4rem;
  background-image: linear-gradient(90deg, #2D75AB, #163966);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -1rem;
}
@media (max-width: 992px) {
  .apartment__price p {
    font-size: 3.5rem;
    line-height: 3rem;
    margin-bottom: -0.5rem;
  }
}
.apartment__price span {
  font-size: 1.4rem;
  color: #546071;
}
.apartment__control {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .apartment__control {
    margin: 0 0.8rem 1.6rem;
  }
}
@media (max-width: 992px) {
  .apartment__control .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .apartment__control .wishlist {
    display: none;
  }
}
.apartment__utp {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.apartment__utp__item {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 49.2%;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 2rem 2.5rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .apartment__utp__item {
    width: 100%;
  }
}
.apartment__utp__item img {
  object-fit: contain;
  object-position: center;
  width: 5rem;
  height: 5rem;
}
.apartment__utp__item p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4rem;
  color: #173A67;
}
@media (max-width: 992px) {
  .apartment__utp__item p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6rem;
  }
}
.apartment__info .title {
  margin-bottom: 1.7rem;
}
.apartment__info p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #546071;
  margin-bottom: 2.8rem;
}
@media (max-width: 992px) {
  .apartment__info p {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

.location {
  position: relative;
  margin-bottom: 10rem;
}
.location__description {
  line-height: 2.2rem;
  color: #546071;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .location__description {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.location__content {
  display: flex;
  gap: 3.2rem;
}
@media (max-width: 992px) {
  .location__content {
    flex-direction: column;
    gap: 1rem;
  }
}
.location__list {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2.4rem 12.7rem 2.4rem 2.8rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .location__list {
    background-color: transparent;
    padding: 0;
    border: 1px #C4CED8 solid;
    border-radius: 2.3rem;
    overflow: hidden;
  }
}
.location__list.collapsed .location__list__arrow {
  width: 100%;
}
.location__list.collapsed .location__list__arrow img {
  rotate: 0deg;
}
.location__list__arrow {
  position: absolute;
  display: none;
  width: 5.1rem;
  height: 4.6rem;
  z-index: 1;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .location__list__arrow {
    display: flex;
  }
}
.location__list__arrow img {
  position: absolute;
  object-fit: contain;
  object-position: center;
  width: 1.1rem;
  height: 0.6rem;
  top: 2rem;
  right: 2rem;
  rotate: 180deg;
}
.location__list ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 992px) {
  .location__list ul {
    padding: 0.3rem 0 0.3rem 0.3rem;
  }
}
@media (max-width: 992px) {
  .location__list ul li {
    order: 2;
  }
}
@media (max-width: 992px) {
  .location__list ul li:has(> a.active) {
    order: 1;
  }
}
.location__list ul li a {
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: none;
  text-wrap: nowrap;
  color: #1C1C1C;
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 992px) {
  .location__list ul li a {
    gap: 1.5rem;
  }
}
.location__list ul li a.active .location__item__icon, .location__list ul li a:hover .location__item__icon {
  fill: #fff;
}
.location__list ul li a.active .location__item__icon_stroke, .location__list ul li a:hover .location__item__icon_stroke {
  stroke: #fff;
}
.location__list ul li a.active .location__item__bg, .location__list ul li a:hover .location__item__bg {
  opacity: 1;
}
.location__list ul li a svg {
  width: 4rem;
  height: 4rem;
}
.location__list ul li.location__main-item {
  margin-left: -0.3rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 992px) {
  .location__list ul li.location__main-item {
    display: none;
  }
}
.location__list ul li.location__main-item a {
  gap: 1.3rem;
}
.location__list ul li.location__main-item a svg {
  width: 4.6rem;
  height: 5.5rem;
}
.location__item__icon, .location__item__icon_stroke {
  transition: all 0.1s linear;
}
.location__item__bg {
  opacity: 0;
  transition: all 0.1s linear;
}
.location__map {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 61rem;
  flex-grow: 1;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .location__map {
    height: 43rem;
  }
}
.location__map img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.promotions {
  margin-bottom: 8.8rem;
}

.promotion {
  margin-bottom: 11rem;
}
@media (max-width: 992px) {
  .promotion {
    margin-bottom: 4rem;
  }
}
.promotion__content {
  min-height: 44rem;
  background-color: #fff;
  padding: 2rem 2rem 2rem 5.6rem;
  border-radius: 2rem;
  margin-bottom: 3.7rem;
}
@media (max-width: 992px) {
  .promotion__content {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.4rem 2.5rem;
    margin-bottom: 4rem;
  }
}
.promotion__content img {
  float: right;
  object-fit: cover;
  object-position: center;
  width: auto;
  height: 44rem;
  border-radius: 2rem;
  margin-left: 10rem;
}
@media (max-width: 992px) {
  .promotion__content img {
    float: none;
    order: 1;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    margin-left: 0;
  }
}
.promotion__content p {
  color: #546071;
  margin-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .promotion__content p {
    margin-bottom: 2rem;
  }
}
.promotion__content p, .promotion__content p span {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 992px) {
  .promotion__content p, .promotion__content p span {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.promotion__content p span {
  color: #3C9AD5;
}
.promotion .title {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-transform: none;
  margin: 3.2rem 0 1.5rem;
}
@media (max-width: 992px) {
  .promotion .title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0 1.6rem;
  }
}
.promotion__btn {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .promotion__btn .btn {
    width: 100%;
  }
}
.promotion__info {
  margin-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .promotion__info {
    padding: 0 1.4rem;
  }
}
.promotion__info h3 {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.2rem;
  color: #3C9CD7;
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .promotion__info h3 {
    font-size: 1.8rem;
    line-height: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.promotion__info p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #546071;
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .promotion__info p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.promotion__info ul {
  padding-left: 2.2rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .promotion__info ul {
    margin-bottom: 1.6rem;
  }
}
.promotion__info ul li {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #546071;
}
@media (max-width: 992px) {
  .promotion__info ul li {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.promotion__info a {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #3C9CD7;
}
@media (max-width: 992px) {
  .promotion__info a {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.promotion .btn-back {
  text-transform: none;
  padding: 0 5.5rem;
}
@media (max-width: 768px) {
  .promotion .btn-back {
    width: 100%;
  }
}

.news {
  margin-bottom: 8.6rem;
}

.new {
  margin-bottom: 8rem;
}
.new__content {
  min-height: 43.2rem;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .new__content {
    display: flex;
    flex-direction: column;
  }
}
.new__content img {
  float: left;
  object-fit: cover;
  object-position: center;
  max-width: 43.2rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  margin-right: 3.2rem;
}
@media (max-width: 992px) {
  .new__content img {
    float: none;
    margin: 0 0 3.5rem;
  }
}
.new__content p {
  font-size: 1.6rem;
  height: 2.2rem;
  color: #546071;
  height: max-content;
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .new__content p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 0 1.4rem;
    margin-bottom: 1.6rem;
  }
}
.new .title {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 3rem;
  text-transform: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 3.5rem;
}
@media (max-width: 992px) {
  .new .title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    box-sizing: border-box;
    padding: 0 1.4rem;
    margin-bottom: 2rem;
  }
}
.new .btn-back {
  text-transform: none;
  padding: 0 9.2rem;
}
@media (max-width: 768px) {
  .new .btn-back {
    width: 100%;
  }
}

.building-gallery {
  margin-bottom: 10rem;
}
.building-gallery__select {
  position: relative;
  max-width: 31.6rem;
  width: 100%;
  height: 4.5rem;
  margin-bottom: 2.7rem;
}
@media (max-width: 992px) {
  .building-gallery__select {
    max-width: none;
    width: calc(100% - 2.8rem);
    margin: 0 1.4rem 3.5rem;
  }
}
.building-gallery__select::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.6rem;
  background: url(../images/svg/select-arrow.svg) no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  right: 2rem;
}
.building-gallery__select select {
  font-weight: 500;
  font-size: 1.6rem;
  color: #44565D;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.6);
  padding-left: 2.4rem;
  border: 1px #C4CED8 solid;
  border-radius: 10rem;
  cursor: pointer;
}
.building-gallery__block {
  margin-bottom: 7rem;
}
.building-gallery__block:nth-last-child(2) {
  margin-bottom: 0;
}
.building-gallery__block h3 {
  font-weight: 400;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  color: #183C69;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .building-gallery__block h3 {
    text-align: start;
    margin-left: 1.4rem;
  }
}
.building-gallery__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 316/178;
}
.building-gallery__item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

.about-page {
  margin-bottom: 7.5rem;
}
@media (max-width: 992px) {
  .about-page {
    margin-bottom: 3.5rem;
  }
}
.about-page p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #546071;
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .about-page p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.about-page > p {
  max-width: 100rem;
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .about-page > p {
    margin-bottom: 2.2rem;
  }
}
.about-page > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 40.8rem;
  border-radius: 2rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .about-page > img {
    height: 19.2rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 992px) {
  .about-page__content {
    display: flex;
    flex-direction: column;
  }
}
.about-page__content img {
  float: left;
  object-fit: cover;
  object-position: center;
  width: 43.2rem;
  height: 100%;
  aspect-ratio: 432/288;
  border-radius: 2rem;
  margin-right: 3.2rem;
}
@media (max-width: 992px) {
  .about-page__content img {
    float: none;
    aspect-ratio: 319/265;
    margin-right: 0;
    order: 1;
  }
}
@media (max-width: 768px) {
  .about-page__content img {
    width: 100%;
  }
}

.banner {
  margin-bottom: 17.8rem;
}
@media (max-width: 992px) {
  .banner {
    margin-bottom: 3.5rem;
  }
}
.banner__wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  height: 100%;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .banner__wrapper {
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1.2rem 1.4rem;
  }
}
.banner__wrapper img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 597/283;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .banner__wrapper img {
    margin-bottom: 7rem;
  }
}
.banner__content {
  padding: 1.3rem 2.6rem 2.8rem;
}
@media (max-width: 992px) {
  .banner__content {
    padding: 0;
  }
}
.banner__content .title {
  font-size: 6rem;
  line-height: 8rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 992px) {
  .banner__content .title {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
  }
}
.banner__content p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #546071;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .banner__content p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}
.banner__btn {
  position: relative;
  z-index: 1;
}
.banner__btn .btn {
  padding: 0 6.5rem;
}
@media (max-width: 992px) {
  .banner__btn .btn {
    position: absolute;
    width: calc(100% - 2.8rem);
    left: 1.4rem;
    bottom: 1.2rem;
  }
}

.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14rem;
}
@media (max-width: 992px) {
  .page-404 {
    margin-bottom: 13rem;
  }
}
.page-404 img {
  object-fit: contain;
  object-position: center;
  max-width: 52.2rem;
  width: 100%;
  height: 100%;
  margin-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .page-404 img {
    margin-bottom: 2rem;
  }
}
.page-404 h1 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  text-transform: uppercase;
  color: #546071;
  margin-bottom: 1.7rem;
}
@media (max-width: 992px) {
  .page-404 h1 {
    font-size: 2.6rem;
    margin-bottom: 1.3rem;
  }
}
.page-404 .btn {
  padding: 0 2rem;
}

.tour {
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .tour {
    margin-bottom: 4rem;
  }
}
.tour__title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.tour__title svg {
  width: 3.8rem;
  height: 4.8rem;
}
.tour__title .title {
  font-size: 6rem;
}
@media (max-width: 992px) {
  .tour__title .title {
    font-size: 5rem;
    line-height: 5rem;
  }
}
.tour__link {
  width: 100%;
  height: 35.4rem;
  background: url(../images/tour-img.jpg) no-repeat center 80%/cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .tour__link {
    max-width: none;
    height: 25rem;
    margin-top: 0;
  }
}
.tour__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.tour__link a:hover svg circle {
  fill: #3C9CD7;
  fill-opacity: 0.5;
  stroke: #3C9CD7;
}
.tour__link a svg {
  width: 10rem;
  height: 10rem;
}
.tour__link a svg circle {
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .tour__link a svg {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.contacts {
  position: relative;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .contacts {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 0;
  }
}
.contacts__content {
  position: relative;
  max-width: 80rem;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent);
  box-sizing: border-box;
  padding: 6.2rem 6.4rem 9rem;
  border-radius: 2rem 0 0 2rem;
  margin-left: -2.4rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .contacts__content {
    background-color: #fff;
    padding: 2.3rem 1.4rem;
    border-radius: 2rem;
    margin-left: 0;
  }
}
.contacts__name {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .contacts__name {
    margin-bottom: 1.5rem;
  }
}
.contacts__name h3 {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.5rem;
  background-image: linear-gradient(90deg, #2D75AB, #163966);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .contacts__name h3 {
    font-weight: 400;
    margin-bottom: 0;
  }
}
.contacts__name p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #546071;
}
.contacts__items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .contacts__items {
    gap: 1.5rem;
  }
}
.contacts__item h4 {
  font-weight: 500;
  font-size: 1.4rem;
  color: #ACB5C2;
}
.contacts__item a {
  font-weight: 500;
  font-size: 2rem;
  text-decoration: none;
  color: #546071;
  transition: all 0.1s linear;
}
.contacts__item a:hover {
  color: #3C9CD7;
}
.contacts__item .socials {
  margin-top: 0.3rem;
}
.contacts__map {
  position: absolute;
  max-width: calc(100% - 37rem);
  height: 53rem;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .contacts__map {
    position: relative;
    max-width: none;
    width: calc(100% + 2.8rem);
    height: 37rem;
    margin-left: -1.4rem;
  }
}
.contacts__map::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 15rem 10rem #F3F5F9;
  border-radius: 0 2rem 2rem 0;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .contacts__map::before {
    box-shadow: inset 0 0 10rem 5rem #F3F5F9;
    border-radius: 0;
  }
}
.contacts__map img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 0 2rem 2rem 0;
}
@media (max-width: 992px) {
  .contacts__map img {
    border-radius: 0;
  }
}

.documents {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .documents {
    margin-bottom: 10rem;
  }
}
.documents__block {
  margin-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .documents__block {
    margin-bottom: 4rem;
  }
}
.documents__block h3 {
  font-weight: 500;
  font-size: 2.5rem;
  color: #546071;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .documents__block h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.documents__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 10.2rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 2rem 1.2rem 1.8rem 11.6rem;
  border-radius: 2rem;
  transition: all 0.1s linear;
}
.documents__item:hover {
  box-shadow: 0 0 3rem 0 rgba(5, 20, 38, 0.1);
}
.documents__item:hover::after {
  filter: none;
  opacity: 1;
}
.documents__item::before {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/svg/download-icon.svg) no-repeat center/contain;
  transform: translateY(-50%);
  top: 50%;
  left: 1.2rem;
}
.documents__item::after {
  content: "";
  position: absolute;
  width: 4.2rem;
  height: 4.3rem;
  background: url(../images/svg/pdf.svg) no-repeat center/contain;
  filter: grayscale(1);
  opacity: 0.7;
  transition: all 0.1s linear;
  transform: translateY(-50%);
  top: 50%;
  left: 5.7rem;
}
.documents__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.documents__item p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #333C45;
}
.documents__item span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #ACB4BD;
}

.business {
  min-height: 37rem;
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .business {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0 1.4rem;
    margin-bottom: 5.5rem;
  }
}
.business img {
  float: right;
  object-fit: cover;
  object-position: center;
  width: 66.5rem;
  height: auto;
  border-radius: 2rem;
  margin-left: 3.2rem;
}
@media (max-width: 992px) {
  .business img {
    float: none;
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    order: 1;
  }
}
.business * {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #546071;
}
@media (max-width: 992px) {
  .business * {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.business span {
  color: #3C9CD7;
}
.business a {
  transition: all 0.1s linear;
}
.business a:hover {
  color: #3C9CD7;
}
.business ul {
  padding-left: 2.2rem;
  margin-bottom: 2.2rem;
}

.parking {
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .parking {
    padding: 0 1.4rem;
    margin-bottom: 3rem;
  }
}
.parking__text {
  margin-bottom: 6.5rem;
}
@media (max-width: 992px) {
  .parking__text {
    margin-bottom: 2rem;
  }
}
.parking__text:last-of-type {
  margin-bottom: 0;
}
.parking__text * {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #546071;
}
@media (max-width: 992px) {
  .parking__text * {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.parking__text ul {
  padding-left: 2.2rem;
}
.parking__text h3 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: auto;
}
@media (max-width: 992px) {
  .parking__text h3 {
    font-size: 1.6rem;
  }
}
.parking__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
.parking .section-items-photos {
  margin-bottom: 5.5rem;
}
@media (max-width: 992px) {
  .parking .section-items-photos {
    margin-bottom: 3rem;
  }
}

.wishlist-page {
  margin-bottom: 15rem;
}
@media (max-width: 992px) {
  .wishlist-page {
    padding: 0 1.4rem;
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 992px) {
  .wishlist-page__content {
    gap: 3.2rem;
  }
}
@media (max-width: 768px) {
  .wishlist-page__content {
    gap: 2rem;
  }
}
.wishlist-page__panel {
  position: fixed;
  display: none;
  justify-content: center;
  gap: 0.3rem;
  width: calc(100% - 1.4rem);
  transform: translateX(-50%);
  left: 50%;
  bottom: 2.1rem;
  z-index: 100;
}
@media (max-width: 992px) {
  .wishlist-page__panel {
    display: flex;
  }
}
@media (max-width: 576px) {
  .wishlist-page__panel .btn {
    font-size: 1.2rem;
    padding: 0 2.2rem;
  }
}
.wishlist-page__panel .btn-invert {
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .wishlist-page__panel .btn-invert {
    flex-grow: 1;
  }
}
.wishlist-page__panel .btn-invert svg {
  width: 2rem;
  height: 2rem;
}
.wishlist-page__clear {
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  color: #546071;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: max-content;
  margin: 0 2.5rem 2.5rem auto;
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .wishlist-page__clear {
    display: none;
  }
}
.wishlist-page__clear:hover {
  color: #3C9CD7;
}
.wishlist-page__clear:hover svg path {
  fill: #3C9CD7;
}
.wishlist-page__clear svg {
  width: 2rem;
  height: 2rem;
}
.wishlist-page__clear svg path {
  transition: all 0.1s linear;
}
.wishlist-page .catalog__card .wishlist:hover::before {
  opacity: 1;
}
.wishlist-page .catalog__card .wishlist::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/svg/wishlist-delete.svg) no-repeat center/contain;
  pointer-events: none;
  transition: all 0.1s linear;
  transform: translate(-50%, -50%);
  z-index: 2;
  top: calc(50% - 0.2rem);
  left: 50%;
  opacity: 0;
}
@media (max-width: 992px) {
  .wishlist-page .catalog__card .wishlist::before {
    opacity: 1;
  }
}
.wishlist-page .catalog__card .wishlist svg path {
  opacity: 0;
}
.wishlist-page .catalog__card .wishlist svg path:last-of-type {
  opacity: 1;
}

.about-house {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .about-house {
    margin-bottom: 4.5rem;
  }
}
.about-house__content {
  max-width: 66.5rem;
}
@media (max-width: 992px) {
  .about-house__content {
    max-width: none;
    padding: 0 1.4rem;
    margin-bottom: 2rem;
  }
}
.about-house__content *:not(.btn) {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #546071;
}
@media (max-width: 992px) {
  .about-house__content *:not(.btn) {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.about-house__content .btn {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .about-house__content .btn {
    display: none;
  }
}
.about-house__slider {
  position: absolute;
  width: 66.5rem;
  top: 0;
  right: 0;
}
@media (max-width: 992px) {
  .about-house__slider {
    width: calc(100% - 1.4rem);
    margin: 0 0.7rem;
  }
}
@media (max-width: 992px) {
  .about-house__slider {
    position: relative;
  }
}
.about-house__slider__prev, .about-house__slider__next {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  background: url(../images/svg/about-house-slider-arrow.svg) no-repeat center/contain;
  transition: all 0.1s linear;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .about-house__slider__prev, .about-house__slider__next {
    display: none;
  }
}
.about-house__slider__prev.swiper-button-disabled, .about-house__slider__next.swiper-button-disabled {
  filter: grayscale(1);
}
.about-house__slider__prev {
  bottom: 50%;
  left: 1.2rem;
  rotate: 180deg;
}
.about-house__slider__next {
  top: 50%;
  right: 1.2rem;
}
.about-house__slide a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-house__slide a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
.about-house .slider-progressbar {
  display: none;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .about-house .slider-progressbar {
    display: block;
  }
}
.about-house__plan {
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .about-house__plan {
    margin-bottom: 6.5rem;
  }
}
.about-house__plan .title {
  font-size: 6rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .about-house__plan .title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.about-house__plan__content {
  background-color: #fff;
}
.about-house__plan__content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
}
.about-house__plan__content a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.calc-ipoteka {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.calc-ipoteka .section-title {
  margin-left: 0;
}
@media (max-width: 992px) {
  .calc-ipoteka {
    margin-bottom: 20px;
  }
}
.calc-ipoteka__wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1921px) {
  .calc-ipoteka__wrap {
    flex-direction: column;
    height: auto;
    border: none;
    margin-top: 25px;
  }
}
.calc-ipoteka__calc {
  margin-right: 37px;
}
@media (max-width: 992px) {
  .calc-ipoteka__calc {
    margin: 0;
    width: 100%;
  }
}
.calc-ipoteka__banks {
  /*transform: translate(40px, -20px);*/
  margin-top: -20px;
}
@media (min-width: 1921px) {
  .calc-ipoteka__banks {
    transform: translate(0);
    margin-top: 20px;
  }
}
.calc-ipoteka__banks__title {
  font-size: 30px;
  font-weight: 700;
  color: #4A7D98;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .calc-ipoteka__banks__title {
    width: max-content;
    margin-top: 38px;
    margin-bottom: 14px;
  }
}
.calc-ipoteka__banks_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .calc-ipoteka__banks_list {
    justify-content: center;
  }
}
.calc-ipoteka__banks_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FCFCFD;
  box-sizing: border-box;
  width: 48%;
  height: 193px;
  padding: 0 25px 15px;
  border-radius: 31px;
  transition: opacity 0.3s linear;
}
@media (max-width: 992px) {
  .calc-ipoteka__banks_item {
    width: 100%;
    height: 150px;
  }
}
.calc-ipoteka__banks_item.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.calc-ipoteka__banks_item_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.calc-ipoteka__banks_item_footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.calc-ipoteka__banks_item_stavka {
  display: flex;
  align-items: flex-end;
}
.calc-ipoteka__banks_item .title-platezh,
.calc-ipoteka__banks_item .title-stavka {
  font-size: 14px;
  font-weight: 400;
  color: #A1ADB4;
  margin-right: 5px;
}
.calc-ipoteka__banks_item .value {
  font-size: 18px;
  font-weight: 400;
  color: #0F0F0F;
}
.calc-ipoteka__banks_item .value span {
  font-size: 25px;
  font-weight: 700;
  color: #45809F;
  line-height: 17px;
}
.calc-ipoteka__banks_item_platezh .title-platezh {
  margin-bottom: 10px;
}
.calc-ipoteka__banks_item_stavka .value span {
  vertical-align: bottom;
}
.calc-ipoteka__control {
  width: 725px;
  margin-left: 48px;
}
@media screen and (max-width: 1800px) {
  .calc-ipoteka__control {
    width: 600px;
  }
}
@media screen and (max-width: 1590px) {
  .calc-ipoteka__control {
    width: 500px;
  }
}
@media screen and (max-width: 1460px) {
  .calc-ipoteka__control {
    width: 400px;
  }
}
@media (min-width: 1921px) {
  .calc-ipoteka__control {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #DEE7EE;
    border-radius: 30px;
    margin: 0;
  }
}
.calc-ipoteka__content {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .calc-ipoteka__content {
    justify-content: unset;
  }
}

.ipoteka {
  display: flex;
  width: 83%;
  background-size: auto 591px;
  box-sizing: border-box;
  padding: 40px 0 0 40px;
  margin: 0 auto 45px;
}
@media screen and (min-width: 1921px) {
  .ipoteka {
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .ipoteka {
    width: 100%;
    background-size: auto 500px;
    padding: 442px 0 0;
  }
}
@media (max-width: 992px) {
  .ipoteka {
    background-size: auto 311px;
    padding: 253px 0 0;
  }
}
.ipoteka__content {
  width: 34%;
  height: 641px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12.5px);
  box-sizing: border-box;
  padding: 50px 30px 0;
}
@media screen and (max-width: 1760px) {
  .ipoteka__content {
    width: 40%;
    height: max-content;
    padding: 50px 30px;
  }
}
@media (min-width: 1921px) {
  .ipoteka__content {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .ipoteka__content {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .ipoteka__content {
    width: auto;
    margin: 0 13px;
    padding: 15px 15px 50px;
  }
}
.ipoteka__content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #44565D;
  margin-bottom: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 1730px) {
  .ipoteka__content h2 {
    white-space: normal;
  }
}
@media (max-width: 992px) {
  .ipoteka__content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.ipoteka__content p {
  font-size: 16px;
  color: #44565D;
  line-height: 25px;
}
@media (max-width: 992px) {
  .ipoteka__content p {
    font-size: 14px;
    line-height: 16px;
  }
}

.ipoteka-control {
  z-index: 5;
}
@media (min-width: 1921px) {
  .ipoteka-control {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .ipoteka-control {
    margin-top: 25px;
  }
}
.ipoteka-control__payment {
  font-family: "Officina Serif", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
}
.ipoteka-control__payment i {
  font-style: normal;
}
.ipoteka-control__payment p {
  font-size: 24px;
  line-height: 1.2em;
  margin: 0;
  color: #5D666F;
}
.ipoteka-control__payment b {
  font-size: 35px;
  line-height: 1em;
  font-weight: 500;
  color: rgb(242, 161, 0);
}
.ipoteka-control__payment b.hide {
  opacity: 0.2;
  filter: grayscale(1);
}
.ipoteka-control__payment b span {
  color: black;
}
.ipoteka-control__item {
  margin-bottom: 42px;
}
.ipoteka-control__item:last-child {
  margin-bottom: 0;
}
.ipoteka-control__item--vznos .ipoteka-control__input {
  display: flex;
  justify-content: space-between;
}
.ipoteka-control__item--vznos .ipoteka-control__input #ipoteka_percent {
  width: 50px;
  font-size: 20px;
  text-align: right;
}
@media screen and (max-width: 820px) {
  .ipoteka-control__item--vznos .ipoteka-control__input #ipoteka_percent {
    text-align: center;
  }
}
.ipoteka-control__title {
  font-size: 16px;
  font-weight: 400;
  color: #96ABB2;
  margin-bottom: 3px;
}
.ipoteka-control__input {
  margin-bottom: 10px;
}
.ipoteka-control__input input {
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  color: #1C1C1C;
  background: none;
  width: 250px;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
}
.ipoteka-control .ui-widget.ui-widget-content {
  border: 0;
}
.ipoteka-control .ui-slider-horizontal {
  width: calc(100% - 34px);
  height: 2px;
  background-color: #DDE7ED;
  margin-left: 25px;
  position: relative;
}
.ipoteka-control .ui-slider-horizontal:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #3C9CD7;
  left: -24px;
  width: 25px;
}
.ipoteka-control .ui-slider-horizontal:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: transparent;
  right: -25px;
  width: 50px;
}
.ipoteka-control .ui-widget-header {
  background: #3C9CD7;
}
.ipoteka-control .ui-slider .ui-slider-handle {
  width: 27px;
  height: 12px;
  border-radius: 5px;
  background: #3C9CD7;
  outline: none;
  border: none !important;
  cursor: grab;
  margin-left: -13.5px;
}
.ipoteka-control .ui-slider-horizontal .ui-slider-handle {
  top: -6px;
}
.ipoteka-control__order {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
@media screen and (max-width: 820px) {
  .ipoteka-control__order {
    flex-direction: column-reverse;
  }
}
.ipoteka-control__order--mobile {
  display: none;
  text-align: center;
}
.ipoteka-control__order--mobile p {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .ipoteka-control__order--mobile {
    display: block;
  }
}
@media (max-width: 992px) {
  .ipoteka-control__order--desktop {
    display: none;
  }
}
.ipoteka-control__order .ipoteka-control__btn.btn.btn-new {
  font-size: 20px;
  font-weight: 700;
  line-height: 62px;
  height: 62px;
  color: #44565D;
  background-color: #C8D9E3;
  white-space: nowrap;
  padding: 0 65px;
  border-radius: 31px;
  margin-right: 40px;
  cursor: pointer;
  transition: all 0.1s linear;
}
.ipoteka-control__order .ipoteka-control__btn.btn.btn-new:hover {
  color: #233237;
}
@media screen and (max-width: 820px) {
  .ipoteka-control__order .ipoteka-control__btn.btn.btn-new {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .ipoteka-control__order .ipoteka-control__btn.btn.btn-new {
    text-align: center;
    width: 320px;
    padding: 0;
    line-height: 40px;
    height: 40px;
  }
}
.ipoteka-control__order p {
  font-size: 14px;
  font-weight: 400;
  color: #B5BDC0;
}
@media screen and (max-width: 1350px) {
  .ipoteka-control__order p {
    font-size: 10px;
  }
}
@media (min-width: 1921px) {
  .ipoteka-control__order p {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .ipoteka-control__order p {
    text-align: center;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */