@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none; }

*,
*::before,
*::after {
  box-sizing: border-box; }

/* Links */
a, a:link, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/* Common */
aside, nav, footer, header, section, main {
  display: block; }

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit; }

ul, ul li {
  list-style: none; }

img {
  vertical-align: top; }

img, svg {
  max-width: 100%;
  height: auto; }

address {
  font-style: normal; }

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent; }

input::-ms-clear {
  display: none; }

button, input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer; }

input:focus, input:active,
button:focus, button:active {
  outline: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

label {
  cursor: pointer; }

legend {
  display: block; }

input[type='file'] {
  max-width: 100%; }

:root {
  --blue-color: #32C1E9;
  --orange-color: #FC7F54;
  --black-color: #000000;
  --white-color: #FEFEFE; }

body {
  font-family: Montserrat, sans-serif;
  background-color: var(--white-color); }

.container {
  width: 100%;
  max-width: 1360px;
  margin: auto;
  padding: 0 50px; }

h2 {
  font-weight: 700;
  font-size: 36px;
  color: var(--orange-color);
  margin-bottom: 40px !important; }

h3 {
  font-weight: 600;
  font-size: 26px;
  color: var(--white-color); }

h4 {
  font-weight: 600;
  font-size: 24px;
  color: var(--blue-color); }

img {
  width: 100%; }

a {
  display: block; }

body p {
  margin-bottom: 0; }
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  margin-bottom: 0; }
body .row > * {
  padding-left: 0;
  padding-right: 0; }
body .row {
  margin-left: 0;
  margin-right: 0; }
body dl, body ol, body ul {
  margin: 0;
  padding: 0; }
body .mt-1 {
  margin-top: 10px !important; }
body .mb-1 {
  margin-bottom: 10px !important; }
body .mt-2 {
  margin-top: 20px !important; }
body .mb-2 {
  margin-bottom: 20px !important; }
body .mr-2 {
  margin-right: 20px !important; }
body .mr-4 {
  margin-right: 40px !important; }
body .mt-3 {
  margin-top: 30px !important; }
body .mb-3 {
  margin-bottom: 30px !important; }
body .mt-4 {
  margin-top: 40px !important; }
body .mb-4 {
  margin-bottom: 40px !important; }
body .mt-5 {
  margin-top: 50px !important; }
body .mb-5 {
  margin-bottom: 50px !important; }
body .pt-5 {
  padding-top: 50px !important; }
body .pb-10 {
  padding-bottom: 100px !important; }
body .pt-10 {
  padding-top: 100px !important; }

.blue_button_round {
  display: flex; }
  .blue_button_round a {
    background: var(--blue-color);
    padding: 7px 24px;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 300;
    border-radius: 100px;
    transition: all .3s; }
    .blue_button_round a:hover {
      background: var(--orange-color);
      transition: all .3s; }

.orange_border_button_round {
  display: flex; }
  .orange_border_button_round a {
    background: transparent;
    padding: 5px 18px;
    border: 2px solid var(--orange-color);
    color: var(--orange-color);
    font-size: 20px;
    font-weight: 300;
    border-radius: 100px;
    transition: all .3s; }
    .orange_border_button_round a:hover {
      background: var(--orange-color);
      transition: all .3s;
      color: var(--white-color); }

.orange_button {
  display: flex; }
  .orange_button input, .orange_button a {
    font-size: 18px;
    background: var(--orange-color);
    height: 50px;
    border-radius: 10px;
    color: var(--white-color);
    text-align: center;
    width: 100%;
    padding: 12px 30px;
    transition: all .3s; }
    .orange_button input:hover, .orange_button a:hover {
      background: var(--blue-color);
      transition: all .3s; }

.blue_button {
  display: flex;
  justify-content: center;
  margin-top: 35px; }
  .blue_button a {
    font-size: 18px;
    background: var(--blue-color);
    border-radius: 10px;
    color: var(--white-color);
    text-align: center;
    padding: 12px 25px;
    transition: all .3s; }
    .blue_button a:hover {
      background: var(--orange-color);
      transition: all .3s; }

header {
  padding: 20px 0;
  border-bottom: 1px solid rgba(203, 203, 203, 0.9); }
  header .row {
    align-items: center; }
  header .logo {
    width: 100%;
    max-width: max-content;
    flex: 1 0 auto; }
  header .header_contacts {
    width: 100%;
    max-width: max-content;
    flex: 1 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  header .contacts__items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px; }
    header .contacts__items a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 5px;
      transition: all .3s; }
      header .contacts__items a:hover span {
        color: var(--blue-color);
        transition: all .3s; }
    header .contacts__items span, header .contacts__items p {
      color: var(--black-color);
      font-size: 20px;
      font-weight: 300; }
  header .contact_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    justify-content: end; }
  header .buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }

.banner img {
  height: 800px;
  object-fit: cover; }
.banner .row {
  position: relative; }
.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
  top: unset;
  height: auto; }
.banner .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background: var(--white-color);
  border-radius: 0;
  opacity: 1; }
.banner .swiper-pagination-bullet-active {
  background: var(--blue-color); }
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px; }

.order__block.pad {
  padding: 32px 20px; }

.order__block {
  width: 100%;
  max-width: 55%;
  margin: auto;
  position: absolute;
  bottom: 70px;
  z-index: 10;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(48px);
  box-shadow: 0px 0px 68px 0px #FFFFFF0D inset;
  box-shadow: 0px 4px 4px 0px #FFFFFF26 inset; }
  .order__block form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end; }
  .order__block .input_item {
    display: flex;
    flex-direction: column; }
    .order__block .input_item input {
      height: 50px;
      background: var(--white-color);
      border-radius: 5px;
      padding: 13px 15px;
      width: 100%;
      color: #757575; }
      .order__block .input_item input::placeholder {
        font-size: 20px;
        color: #757575; }
  .order__block .input_item, .order__block .orange_button {
    width: 22%; }
  .order__block .select__items {
    width: 30%; }
  .order__block .select_arrow {
    position: relative; }
    .order__block .select_arrow:before {
      display: none;
      position: absolute;
      content: '';
      width: 21px;
      height: 6px;
      background: url("/local/templates/.default/markup/images/arrow_select.svg") no-repeat right;
      background-size: contain;
      right: 15px;
      top: 46%; }
  .order__block select {
    height: 50px;
    background: var(--white-color);
    border-radius: 5px;
    padding: 13px 15px;
    width: 100%;
    color: #757575; }
    .order__block select:focus-visible {
      outline: unset; }
  .order__block .btn-secondary {
    height: 50px;
    background: var(--white-color);
    border-radius: 5px;
    padding: 13px 15px;
    width: 100%;
    color: #757575;
    border: 0;
    text-align: left;
    position: relative; }
  .order__block .dropdown button {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .order__block .calendar {
    position: relative; }
    .order__block .calendar:before {
      display: none;
      position: absolute;
      content: '';
      width: 20px;
      height: 20px;
      background: url("/local/templates/.default/markup/images/calendar.png") no-repeat;
      background-size: contain;
      right: 17px;
      top: 56%;
      z-index: 8;
      cursor: pointer; }
  .order__block .dropdown-toggle::after {
    display: none; }
  .order__block .min_title {
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: 3px; }
  .order__block .dropdown-menu.show {
    width: 100%;
    border: 0;
    transform: translate3d(0px, -55px, 0px) !important; }
  .order__block .dropdown-item:hover {
    background-color: var(--blue-color);
    color: var(--white-color); }

.marquee__block {
  padding: 50px 0; }
  .marquee__block .marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box; }
  .marquee__block .marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 30s linear infinite; }
  .marquee__block .marquee .item_marquee {
    display: inline-flex;
    padding-right: 2rem;
    gap: 5px;
    align-items: center; }
@keyframes marquee {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-50%); } }
  .marquee__block span {
    font-size: 20px;
    color: var(--black-color);
    font-weight: 300; }
  .marquee__block svg {
    display: flex; }

.welcome {
  padding: 50px 0; }
  .welcome h2 {
    text-align: center; }
  .welcome .welcome__text p {
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
    text-align: center;
    line-height: 1.2; }
  .welcome .welcome__items {
    padding-top: 70px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    justify-content: space-between; }
    .welcome .welcome__items .welcome_item {
      width: 100%;
      max-width: 32%;
      flex: 1 0 auto;
      height: 168px;
      border-radius: 12px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 10px;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
      padding: 20px; }

.numbers {
  padding: 50px 0; }
  .numbers .text_block {
    width: 60%;
    margin-bottom: 40px; }
    .numbers .text_block p {
      font-size: 20px;
      font-weight: 500;
      color: var(--black-color);
      line-height: 1.2; }
  .numbers .swiper-button-next:after, .numbers .swiper-button-prev:after {
    color: var(--blue-color);
    font-size: 20px;
    background: var(--white-color);
    padding: 9px;
    border-radius: 7px; }
  .numbers .swiper-wrapper .swiper-slide {
    height: 600px; }
    @media (max-width: 500px) {
      .numbers .swiper-wrapper .swiper-slide {
        height: 340px; } }
    .numbers .swiper-wrapper .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.location {
  padding: 50px 0; }
  .location .col-4 {
    width: 30%; }
  .location .location_text p {
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
    line-height: 1.2; }
  .location .blue_button {
    justify-content: left; }

.rating-mini {
  display: inline-flex;
  font-size: 0;
  gap: 2px; }

.rating-mini span {
  padding: 0;
  font-size: 20px;
  line-height: 1;
  color: lightgrey;
  display: flex; }

.rating-mini span path {
  fill: transparent;
  stroke: var(--orange-color); }

/*.rating-mini > span:before {
    content: '★';
}*/
.rating-mini > span.active path {
  fill: var(--orange-color); }

.reviews {
  padding: 50px 0; }
  .reviews .reviews__block {
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 24px;
    border-radius: 8px; }
  .reviews .reviews_block_name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .reviews .swiper-backface-hidden .swiper-slide {
    padding: 10px; }
  .reviews .avatar {
    width: 100%;
    max-width: 14%;
    flex: 1 0 auto; }
  .reviews .block_name {
    width: 100%;
    max-width: 82%;
    flex: 1 0 auto; }
  .reviews .reviews_name {
    margin-bottom: 5px; }
    .reviews .reviews_name p {
      font-size: 16px;
      font-weight: 700;
      color: var(--black-color);
      line-height: 1; }
  .reviews .reviews_text {
    margin-top: 16px; }
    .reviews .reviews_text p {
      font-size: 16px;
      color: var(--black-color); }

.forma_big {
  padding-bottom: 50px; }
  .forma_big .order__block {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    max-width: 100%; }
  .forma_big h3 {
    color: var(--orange-color); }
  .forma_big .min_title {
    color: var(--black-color); }
  .forma_big .input_item input, .forma_big .btn-secondary, .forma_big select {
    border: 1px solid rgba(117, 117, 117, 0.5); }
    .forma_big .input_item input::placeholder, .forma_big .btn-secondary::placeholder, .forma_big select::placeholder {
      font-size: 16px; }
  .forma_big .dropdown-menu.show {
    border: 1px solid rgba(117, 117, 117, 0.5); }
  .forma_big .select__items.input_item {
    width: 22%; }
  .forma_big .order__block.pad {
    padding: 0; }
  .forma_big .order__block {
    width: 100%;
    max-width: 80%; }
  .forma_big .fio_input.input_item {
    width: 46%; }
  .forma_big .mail_input.input_item {
    width: 30%; }
  .forma_big .orange_button {
    justify-content: center;
    margin: 60px auto; }
  .forma_big form {
    row-gap: 24px; }

footer {
  background: var(--blue-color);
  padding: 50px 0; }
  footer .logo {
    width: 25%; }
  footer .slogan p {
    color: var(--white-color);
    font-size: 16px; }
  footer h6 {
    color: var(--white-color);
    font-weight: 700;
    font-size: 18px; }
  footer .contact_item {
    display: flex;
    align-items: center;
    gap: 8px; }
    footer .contact_item:not(:last-child) {
      margin-bottom: 10px; }
    footer .contact_item a {
      display: flex;
      align-items: center;
      gap: 8px;
      transition: .3s; }
      footer .contact_item a:hover span {
        color: var(--orange-color);
        transition: .3s; }
    footer .contact_item span, footer .contact_item p {
      font-size: 16px;
      font-weight: 300;
      color: var(--white-color); }
    footer .contact_item svg {
      display: flex; }
  footer .networks__items {
    display: flex;
    gap: 16px; }
    footer .networks__items a {
      transition: .3s; }
    footer .networks__items a:hover path {
      fill: var(--orange-color);
      transition: .3s; }

#nav-icon6 {
  width: 33px;
  height: 22px;
  position: relative;
  transition-duration: 1s;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center; }

#nav-icon6 span {
  height: 3px;
  width: 33px;
  background-color: var(--blue-color);
  border-radius: 20px;
  position: absolute;
  transition-duration: .25s;
  transition-delay: .25s; }

#nav-icon6 span:before {
  left: 0;
  position: absolute;
  top: -10px;
  height: 3px;
  width: 33px;
  background-color: var(--blue-color);
  content: "";
  border-radius: 20px;
  transition-duration: .25s;
  transition: transform .25s, top .25s .25s; }

#nav-icon6 span:after {
  left: 0;
  position: absolute;
  top: 10px;
  height: 3px;
  width: 33px;
  background-color: var(--blue-color);
  content: "";
  border-radius: 20px;
  transition-duration: .25s;
  transition: transform .25s, top .25s .25s; }

#nav-icon6.open span {
  transition-duration: 0.1s;
  transition-delay: .25s;
  background: transparent; }

#nav-icon6.open span:before {
  transition: top .25s, transform .25s .25s;
  top: 0px;
  transform: rotateZ(-45deg); }

#nav-icon6.open span:after {
  transition: top 0.4s, transform .25s .25s;
  top: 0px;
  transform: rotateZ(45deg); }

.button_menu_mobile {
  display: flex;
  align-items: center;
  width: max-content;
  transition: .3s; }
  .button_menu_mobile p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500; }

.click_menu {
  position: fixed;
  width: 300px;
  right: -300px;
  height: auto;
  background-color: var(--blue-color);
  padding: 20px 30px !important;
  transition: all .5s ease;
  top: 96px;
  z-index: 15;
  overflow: auto; }

.click_menu.active {
  right: 0;
  top: 96px;
  transition: all .5s ease; }

/*.button_menu_mobile.active {
    display: none;
}*/
.row {
  display: flex;
  justify-content: space-between; }

.overlay.active {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 11; }

body.active {
  overflow: hidden; }

.mobile {
  display: none; }

.range_time .slider-container {
  width: 100%; }
.range_time .labels {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 10px; }
.range_time .range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 1.1em; }
.range_time .slider {
  position: relative;
  height: 36px; }
.range_time .slider-track-base {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 100%;
  background: #ddd;
  border-radius: 4px;
  z-index: 1; }
.range_time .slider-range {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  background: linear-gradient(90deg, #32C1E9 0%, #FC7F54 100%);
  border-radius: 4px;
  z-index: 2; }
.range_time .slider input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  width: 100%;
  height: 36px;
  margin: 0;
  background: transparent;
  z-index: 3; }
.range_time input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: currentColor;
  cursor: pointer;
  pointer-events: all;
  border: 2px solid white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
.range_time #rangeMin {
  color: var(--blue-color);
  /* синий */ }
.range_time #rangeMax {
  color: var(--orange-color);
  /* красный */ }
.range_time .time_block {
  display: flex;
  flex-direction: column; }
  .range_time .time_block span {
    font-size: 20px;
    font-weight: 700;
    color: var(--black-color); }
.range_time .time-block {
  display: flex;
  gap: 25px;
  align-items: center; }
.range_time .min-time-color .time-value {
  font-size: 30px;
  font-weight: 700;
  color: var(--blue-color); }
.range_time .max-time-color .time-value {
  font-size: 30px;
  font-weight: 700;
  color: var(--orange-color); }
.range_time .max-time-color .time_block {
  text-align: right; }

.numbers__page h2 {
  text-align: left; }
.numbers__page .welcome__items {
  padding-top: 0; }
  .numbers__page .welcome__items .welcome_item {
    max-width: 23%; }
.numbers__page h4 {
  font-weight: 500;
  font-size: 18px;
  color: var(--black-color);
  height: 43px; }

.apartments__items {
  display: flex;
  flex-wrap: wrap;
  margin: 90px 0;
  row-gap: 60px;
  justify-content: space-between; }
  .apartments__items .app_item {
    width: 100%;
    max-width: 49%;
    flex: 1 0 auto;
    position: relative; }
    .apartments__items .app_item .image {
      height: 460px; }
      @media (max-width: 1200px) {
        .apartments__items .app_item .image {
          height: 350px; } }
      @media (max-width: 800px) {
        .apartments__items .app_item .image {
          height: 280px; } }
      @media (max-width: 500px) {
        .apartments__items .app_item .image {
          height: 250px; } }
    .apartments__items .app_item:hover h3 {
      color: var(--blue-color);
      transition: .3s; }
  .apartments__items img {
    border-radius: 10px 10px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .apartments__items .app_item.sea .icon_sea {
    display: inline-flex; }
  .apartments__items .icon_sea {
    display: none;
    align-items: center;
    gap: 5px;
    background: var(--blue-color);
    border-radius: 5px;
    padding: 6px;
    position: absolute;
    top: 30px;
    left: 30px; }
    .apartments__items .icon_sea p {
      color: var(--white-color);
      font-weight: 600;
      text-transform: uppercase;
      font-size: 12px; }
  .apartments__items .name {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 18px;
    border: 2px solid #E5E7EB;
    border-top: 0;
    border-radius: 0 0 10px 10px; }
  .apartments__items h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
    transition: .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    height: 24px; }

.detail.banner img {
  height: 750px; }

.detail {
  margin: 60px 0; }
  .detail .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 35px;
    top: unset;
    height: auto; }
  .detail .info_block {
    padding: 25px 32px;
    border: 3px solid #E5E7EB;
    border-top: 0; }
    .detail .info_block h6 {
      color: var(--black-color);
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 25px; }
  .detail .info_items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px; }
  .detail .info_item {
    width: 100%;
    max-width: 20%;
    flex: 1 0 auto;
    text-align: center; }
    .detail .info_item svg {
      height: 36px; }
  .detail .name {
    margin-top: 12px; }
    .detail .name p {
      font-size: 16px; }

.contacts_page {
  margin: 90px 0; }
  .contacts_page .contacts__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .contacts_page .contact_item {
    width: 100%;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .contacts_page .contact_item:nth-child(1) {
      max-width: 60%; }
    .contacts_page .contact_item:nth-child(2) {
      max-width: 38%; }
    .contacts_page .contact_item .icon {
      width: 100%;
      max-width: max-content;
      flex: 1 0 auto; }
    .contacts_page .contact_item .name_block {
      width: 100%;
      max-width: 96%;
      flex: 1 0 auto;
      padding-left: 15px; }
  .contacts_page .name {
    margin-bottom: 5px; }
    .contacts_page .name p {
      font-size: 24px;
      font-weight: 600;
      color: var(--black-color); }
  .contacts_page .info p, .contacts_page .info a {
    font-size: 20px;
    font-weight: 300;
    color: var(--black-color); }
  .contacts_page .map_contacts {
    margin-top: 40px; }
    .contacts_page .map_contacts iframe {
      width: 100%; }
  .contacts_page .blue_button {
    justify-content: left;
    margin-top: 30px; }

.fourzerofour {
  margin: 90px 0; }
  .fourzerofour .number404_block {
    width: 100%;
    max-width: 50%;
    position: relative; }
  .fourzerofour .row {
    width: 80%;
    margin: auto;
    align-items: center; }
  .fourzerofour .text404_block {
    width: 100%;
    max-width: 50%; }
  .fourzerofour .number404 {
    color: var(--orange-color);
    font-size: 212px;
    font-weight: 700; }
  .fourzerofour .icon {
    position: absolute;
    top: 5px;
    left: 143px;
    width: 37%; }
    .fourzerofour .icon svg {
      width: 100%; }
  .fourzerofour p {
    color: var(--orange-color);
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 30px; }
  .fourzerofour .orange_button {
    display: inline-flex; }
    .fourzerofour .orange_button a {
      text-transform: uppercase; }

.reviews .swiper-button-next:after, .reviews .swiper-button-prev:after {
  color: var(--orange-color);
  font-size: 20px;
  background: var(--white-color);
  padding: 9px;
  border-radius: 7px; }

.reviews_slider {
  width: 94%;
  margin: auto; }

.reviews .row {
  position: relative; }
.reviews .buttons {
  display: flex; }
.reviews .swiper-button-next {
  position: relative; }
.reviews .swiper-button-prev {
  position: relative; }

.reviews .buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: absolute;
  top: 50%; }

.modal-title {
  color: var(--orange-color);
  font-size: 20px; }

.modal-body p {
  font-size: 17px;
  font-weight: 300; }

.modal-body {
  padding: 0; }

.modal-content {
  padding: 40px 48px; }

.modal .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: none;
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: 1; }
  .modal .btn-close svg {
    display: flex; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: none;
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  padding: 0;
  padding-bottom: 40px; }

#marquee__block {
  display: none; }

footer.fixed {
  position: fixed;
  bottom: 0;
  width: 100%; }

.yandex_button a {
  background: #fff;
  padding: 3px 5px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  border-radius: 7px;
  color: var(--blue-color);
  transition: .3s; }
  .yandex_button a:hover {
    opacity: .9;
    transition: .3s; }

footer .col-3.hide {
  display: none; }

footer .contact_item.last .icon {
  width: 6%; }

footer .contact_item.last span {
  width: 94%; }

@media (max-width: 1660px) {
  .order__block {
    max-width: 70%; } }
@media (max-width: 1440px) {
  .order__block {
    max-width: 80%; } }
@media (max-width: 1280px) {
  .location .col-8 {
    width: 60%; }
  .location .col-4 {
    width: 36%; }
  .location .location_text p {
    font-size: 18px; }

  .forma_big .order__block {
    width: 100%;
    max-width: 100%; }

  .contacts_page .contact_item:nth-child(2) {
    max-width: 40%; }

  .fourzerofour .icon {
    position: absolute;
    top: 7px;
    left: 147px;
    width: 37%; } }
@media (max-width: 1024px) {
  .fourzerofour .icon {
    position: absolute;
    top: 1px;
    left: 117px;
    width: 37%; } }
@media (min-width: 960px) and (max-width: 1200px) {
  .order__block {
    max-width: 95%; }

  .banner img {
    height: 600px;
    object-fit: cover; }

  .orange_button input {
    font-size: 16px; }

  h4 {
    font-size: 18px; }

  .numbers__page .welcome__items .welcome_item {
    max-width: 48%; }

  .apartments__items h3 {
    font-size: 16px; }

  .apartments__items {
    row-gap: 20px; }

  .apartments__items h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
    transition: .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    height: 44px; }

  .apartments__items .icon_sea {
    top: 20px;
    left: 20px; }

  /* detail */
  .detail.banner img {
    height: 500px; }

  .detail .info_item {
    max-width: 25%; }

  /* contacts */
  .contacts_page .contact_item:nth-child(1) {
    max-width: 100%; }

  .contacts_page .contact_item:nth-child(2) {
    max-width: 100%; }

  .contacts_page .contacts__items {
    gap: 20px; }

  /* 404 */
  .fourzerofour .row {
    width: 100%;
    margin: auto;
    align-items: center; }

  .fourzerofour .number404 {
    color: var(--orange-color);
    font-size: 180px;
    font-weight: 700; }

  .fourzerofour p {
    color: var(--orange-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px; } }
@media (min-width: 640px) and (max-width: 959px) {
  .order__block {
    max-width: 95%; }

  .banner img {
    height: 600px;
    object-fit: cover; }

  .orange_button input {
    font-size: 16px; }

  h4 {
    font-size: 18px; }

  .mobile {
    display: block; }

  .desktop {
    display: none; }

  .container {
    padding: 0 15px; }

  header {
    padding: 16px 0; }

  .click_menu .menu li {
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .click_menu .menu li:not(:first-child) {
      padding-top: 9px; }
  .click_menu .menu a {
    font-size: 14px;
    color: var(--white-color);
    text-align: right;
    font-weight: 700; }
  .click_menu .contacts_items {
    padding-top: 9px; }
  .click_menu .contact_item {
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .click_menu .contact_item a, .click_menu .contact_item p {
      font-size: 14px;
      color: var(--white-color);
      text-align: right; }
    .click_menu .contact_item:not(:first-child) {
      padding-top: 9px; }

  .order__block form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: unset;
    flex-direction: column;
    gap: 10px; }

  .order__block .input_item, .order__block .orange_button {
    width: 100%; }

  .order__block .select__items {
    width: 100%; }

  .order__block {
    max-width: 75%; }

  .banner img {
    height: 800px;
    object-fit: cover; }

  .marquee__block span {
    font-size: 15px; }

  h3 {
    font-size: 16px; }

  .order__block .min_title {
    display: none; }

  .welcome .welcome__text p {
    font-size: 16px; }

  .welcome .welcome__items .welcome_item {
    max-width: 48%; }

  .welcome .welcome__items {
    row-gap: 20px; }

  .numbers .text_block {
    width: 100%;
    margin-bottom: 40px; }

  .numbers .text_block p {
    font-size: 16px; }

  .location .row {
    flex-direction: column;
    gap: 20px; }

  .location .col-8 {
    width: 100%; }

  .location .col-4 {
    width: 100%; }

  .location .location_text p {
    font-size: 16px; }

  .location .blue_button {
    justify-content: center; }

  .forma_big .order__block .input_item.calendar, .forma_big .select__items.input_item, .forma_big .select__items {
    width: 49%; }

  .forma_big .order__block form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: unset;
    flex-direction: unset;
    gap: 10px; }

  .forma_big .fio_input.input_item, .forma_big .mail_input.input_item {
    width: 100%; }

  .forma_big .orange_button {
    justify-content: center;
    margin: 30px auto; }

  footer .row {
    flex-direction: column;
    gap: 20px; }

  footer .col-3 {
    width: 100%; }

  footer .logo {
    width: 10%; }

  h4 {
    font-size: 18px; }

  /* numbers */
  .numbers__page .welcome__items .welcome_item {
    max-width: 48%; }

  .apartments__items h3 {
    font-size: 16px; }

  .apartments__items {
    row-gap: 20px; }

  .apartments__items h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
    transition: .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    height: 44px; }

  .apartments__items .icon_sea {
    top: 20px;
    left: 20px; }

  .apartments__items h3 {
    font-size: 14px;
    height: 37px; }

  .apartments__items .name {
    padding: 20px; }

  /* detail */
  .detail.banner img {
    height: 500px; }

  .detail .info_item {
    max-width: 50%; }

  /* contacts */
  .contacts_page .contact_item:nth-child(1) {
    max-width: 100%; }

  .contacts_page .contact_item:nth-child(2) {
    max-width: 100%; }

  .contacts_page .contacts__items {
    gap: 20px; }

  /* 404 */
  .fourzerofour .row {
    width: 100%;
    margin: auto;
    align-items: center; }

  .fourzerofour .number404 {
    color: var(--orange-color);
    font-size: 180px;
    font-weight: 700; }

  .fourzerofour p {
    color: var(--orange-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px; }

  .fourzerofour .row {
    width: 100%;
    margin: auto;
    align-items: center;
    flex-direction: column; }

  .fourzerofour .number404_block {
    width: 100%;
    max-width: 100%;
    position: relative;
    text-align: center; }

  .fourzerofour .icon {
    position: absolute;
    top: 0;
    left: 39%; }

  .fourzerofour .text404_block {
    width: 100%;
    max-width: 100%; }

  .order__block .calendar:before {
    top: 31%; }

  .reviews_slider {
    width: 88%;
    margin: auto; }

  footer.fixed {
    position: relative;
    bottom: unset;
    width: 100%; } }
@media (min-width: 480px) and (max-width: 639px) {
  .order__block {
    max-width: 95%; }

  .banner img {
    height: 600px;
    object-fit: cover; }

  .orange_button input {
    font-size: 16px; }

  h4 {
    font-size: 18px; }

  .mobile {
    display: block; }

  .desktop {
    display: none; }

  .container {
    padding: 0 15px; }

  header {
    padding: 16px 0; }

  .click_menu .menu li {
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .click_menu .menu li:not(:first-child) {
      padding-top: 9px; }
  .click_menu .menu a {
    font-size: 14px;
    color: var(--white-color);
    text-align: right;
    font-weight: 700; }
  .click_menu .contacts_items {
    padding-top: 9px; }
  .click_menu .contact_item {
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .click_menu .contact_item a, .click_menu .contact_item p {
      font-size: 14px;
      color: var(--white-color);
      text-align: right; }
    .click_menu .contact_item:not(:first-child) {
      padding-top: 9px; }

  .order__block form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: unset;
    flex-direction: column;
    gap: 10px; }

  .order__block .input_item, .order__block .orange_button {
    width: 100%; }

  .order__block .select__items {
    width: 100%; }

  .order__block {
    max-width: 75%; }

  .banner img {
    height: 800px;
    object-fit: cover; }

  .marquee__block span {
    font-size: 15px; }

  h3 {
    font-size: 16px; }

  .order__block .min_title {
    display: none; }

  .welcome .welcome__text p {
    font-size: 16px; }

  .welcome .welcome__items .welcome_item {
    max-width: 48%; }

  .welcome .welcome__items {
    row-gap: 20px; }

  .numbers .text_block {
    width: 100%;
    margin-bottom: 40px; }

  .numbers .text_block p {
    font-size: 16px; }

  .location .row {
    flex-direction: column;
    gap: 20px; }

  .location .col-8 {
    width: 100%; }

  .location .col-4 {
    width: 100%; }

  .location .location_text p {
    font-size: 16px; }

  .location .blue_button {
    justify-content: center; }

  .forma_big .order__block .input_item.calendar, .forma_big .select__items.input_item, .forma_big .select__items {
    width: 49%; }

  .forma_big .order__block form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: unset;
    flex-direction: unset;
    gap: 10px; }

  .forma_big .fio_input.input_item, .forma_big .mail_input.input_item {
    width: 100%; }

  .forma_big .orange_button {
    justify-content: center;
    margin: 30px auto; }

  footer .row {
    flex-direction: column;
    gap: 20px; }

  footer .col-3 {
    width: 100%; }

  footer .logo {
    width: 15%; }

  .banner .swiper-pagination-bullet {
    width: 30px;
    height: 2px; }

  .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }

  h2 {
    font-size: 18px;
    margin-bottom: 30px !important; }

  .welcome .welcome__text p {
    font-size: 14px; }

  .welcome .welcome__items {
    row-gap: 20px;
    padding-top: 30px; }

  .welcome .welcome__items .welcome_item {
    max-width: 100%;
    height: 120px; }

  .welcome .welcome__items {
    row-gap: 20px;
    padding-top: 30px;
    width: 60%;
    margin: auto; }

  h4 {
    font-size: 14px; }

  .numbers .content .row {
    padding: 0 15px; }

  .forma_big .order__block .input_item.calendar, .forma_big .select__items.input_item, .forma_big .select__items {
    width: 48%; }

  .reviews_slider {
    width: 90%;
    margin: auto; }

  .marquee__block {
    padding: 30px 0; }

  .welcome {
    padding: 0;
    padding-top: 30px; }

  .order__block .input_item input, .order__block .btn-secondary {
    height: 30px;
    padding: 0 15px;
    font-size: 12px; }

  .orange_button input {
    font-size: 12px;
    height: 30px;
    padding: 0; }

  .blue_button a {
    font-size: 14px; }

  .forma_big .input_item input::placeholder {
    font-size: 12px; }

  .orange_button input {
    font-size: 14px;
    height: 45px;
    padding: 0 15px; }

  .forma_big .orange_button {
    justify-content: center;
    margin: 10px auto;
    display: inline-block;
    width: max-content; }

  /* numbers */
  .numbers__page .welcome__items .welcome_item {
    max-width: 48%; }

  .apartments__items h3 {
    font-size: 16px; }

  .apartments__items {
    row-gap: 20px; }

  .apartments__items h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
    transition: .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    height: 44px; }

  .apartments__items .icon_sea {
    top: 20px;
    left: 20px; }

  .apartments__items h3 {
    font-size: 14px;
    height: 37px; }

  .apartments__items .name {
    padding: 20px; }

  .welcome .welcome__items {
    row-gap: 10px;
    padding-top: 30px;
    width: 100%;
    margin: auto; }

  .numbers__page .welcome__items .welcome_item {
    max-width: 100%;
    box-shadow: unset;
    padding: 0;
    flex-direction: row;
    align-items: center;
    height: auto;
    justify-content: start; }

  .numbers__page h4 {
    height: auto;
    text-align: left;
    font-size: 14px; }

  .range_time {
    padding-top: 20px; }
    .range_time .icon {
      display: none; }

  .range_time .time_block span {
    font-size: 14px; }

  .range_time .min-time-color .time-value, .range_time .max-time-color .time-value {
    font-size: 16px; }

  .apartments__items {
    margin: 50px 0; }

  .apartments__items .icon_sea p {
    font-size: 8px; }

  .apartments__items .icon {
    width: 15%; }
    .apartments__items .icon svg {
      display: flex; }

  .apartments__items .app_item {
    width: 100%;
    max-width: 100%;
    flex: 1 0 auto;
    position: relative; }

  .apartments__items h3 {
    font-size: 14px;
    height: auto; }

  .numbers__page {
    padding-top: 50px; }
    .numbers__page .welcome__items {
      padding-top: 0; }

  /* detail */
  .detail.banner img {
    height: 500px; }

  .detail .info_item {
    max-width: 50%; }

  .detail .info_block {
    padding: 13px 10px;
    border: 1px solid #E5E7EB; }

  .detail .info_block h6 {
    font-size: 14px; }

  .detail .name p {
    font-size: 14px; }

  .detail.banner img {
    height: 300px; }

  .detail {
    margin: 30px 0; }

  /* contacts */
  .contacts_page .contact_item:nth-child(1) {
    max-width: 100%; }

  .contacts_page .contact_item:nth-child(2) {
    max-width: 100%; }

  .contacts_page .contacts__items {
    gap: 20px; }

  .contacts_page {
    margin: 30px 0; }

  .contacts_page .info p, .contacts_page .info a {
    font-size: 14px; }

  .contacts_page .name p {
    font-size: 16px; }

  /* 404 */
  .fourzerofour .row {
    width: 100%;
    margin: auto;
    align-items: center; }

  .fourzerofour .number404 {
    color: var(--orange-color);
    font-size: 180px;
    font-weight: 700; }

  .fourzerofour p {
    color: var(--orange-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px; }

  .fourzerofour .row {
    width: 100%;
    margin: auto;
    align-items: center;
    flex-direction: column; }

  .fourzerofour .number404_block {
    width: 100%;
    max-width: 100%;
    position: relative;
    text-align: center; }

  .fourzerofour .icon {
    position: absolute;
    top: 0;
    left: 36%; }

  .fourzerofour .text404_block {
    width: 100%;
    max-width: 100%; }

  .reviews_slider {
    width: 85%;
    margin: auto; }

  .welcome h2 {
    text-align: left; }

  .welcome .welcome__text p {
    text-align: left; }

  footer.fixed {
    position: relative;
    bottom: unset;
    width: 100%; } }
@media (min-width: 360px) and (max-width: 479px) {
  .order__block {
    max-width: 95%; }

  .banner img {
    height: 600px;
    object-fit: cover; }

  .orange_button input {
    font-size: 16px; }

  h4 {
    font-size: 18px; }

  .mobile {
    display: block; }

  .desktop {
    display: none; }

  .container {
    padding: 0 15px; }

  header {
    padding: 16px 0; }

  .click_menu .menu li {
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .click_menu .menu li:not(:first-child) {
      padding-top: 9px; }
  .click_menu .menu a {
    font-size: 14px;
    color: var(--white-color);
    text-align: right;
    font-weight: 700; }
  .click_menu .contacts_items {
    padding-top: 9px; }
  .click_menu .contact_item {
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .click_menu .contact_item a, .click_menu .contact_item p {
      font-size: 14px;
      color: var(--white-color);
      text-align: right; }
    .click_menu .contact_item:not(:first-child) {
      padding-top: 9px; }

  .order__block form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: unset;
    flex-direction: column;
    gap: 10px; }

  .order__block .input_item, .order__block .orange_button {
    width: 100%; }

  .order__block .select__items {
    width: 100%; }

  .order__block {
    max-width: 75%; }

  .banner img {
    height: 800px;
    object-fit: cover; }

  .marquee__block span {
    font-size: 15px; }

  h3 {
    font-size: 16px; }

  .order__block .min_title {
    display: none; }

  .welcome .welcome__text p {
    font-size: 16px; }

  .welcome .welcome__items .welcome_item {
    max-width: 48%; }

  .welcome .welcome__items {
    row-gap: 20px; }

  .numbers .text_block {
    width: 100%;
    margin-bottom: 40px; }

  .numbers .text_block p {
    font-size: 16px; }

  .location .row {
    flex-direction: column;
    gap: 20px; }

  .location .col-8 {
    width: 100%; }

  .location .col-4 {
    width: 100%; }

  .location .location_text p {
    font-size: 16px; }

  .location .blue_button {
    justify-content: center; }

  .forma_big .order__block .input_item.calendar, .forma_big .select__items.input_item, .forma_big .select__items {
    width: 49%; }

  .forma_big .order__block form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: unset;
    flex-direction: unset;
    gap: 10px; }

  .forma_big .fio_input.input_item, .forma_big .mail_input.input_item {
    width: 100%; }

  .forma_big .orange_button {
    justify-content: center;
    margin: 30px auto; }

  footer .row {
    flex-direction: column;
    gap: 20px; }

  footer .col-3 {
    width: 100%; }

  footer .logo {
    width: 10%; }

  .banner .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    border-radius: 0;
    opacity: 1; }

  .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }

  h2 {
    font-size: 18px;
    margin-bottom: 30px !important; }

  .welcome .welcome__text p {
    font-size: 14px; }

  .welcome .welcome__items {
    row-gap: 20px;
    padding-top: 30px; }

  .welcome .welcome__items .welcome_item {
    max-width: 100%;
    height: 120px; }

  .welcome .welcome__items {
    row-gap: 20px;
    padding-top: 30px;
    width: 60%;
    margin: auto; }

  h4 {
    font-size: 14px; }

  .numbers .content .row {
    padding: 0 15px; }

  .forma_big .order__block .input_item.calendar, .forma_big .select__items.input_item, .forma_big .select__items {
    width: 100%; }

  .welcome .welcome__items {
    row-gap: 20px;
    padding-top: 30px;
    width: 80%;
    margin: auto; }

  .numbers .text_block p {
    font-size: 14px; }

  .reviews_slider {
    width: 90%;
    margin: auto; }

  .banner img {
    height: 500px;
    object-fit: cover; }

  .order__block {
    max-width: 90%; }

  .marquee__block {
    padding: 30px 0; }

  .welcome {
    padding: 0; }

  .order__block .input_item input, .order__block .btn-secondary, .order__block select {
    height: 30px;
    padding: 0 15px;
    font-size: 12px; }

  .orange_button input {
    font-size: 14px;
    height: 45px;
    padding: 0 15px; }

  .forma_big .input_item input::placeholder {
    font-size: 12px; }

  .orange_button input {
    font-size: 12px;
    height: 30px;
    padding: 0 15px; }

  .forma_big .orange_button {
    justify-content: center;
    margin: 10px auto;
    display: inline-block;
    width: max-content; }

  /* numbers */
  .numbers__page .welcome__items .welcome_item {
    max-width: 48%; }

  .apartments__items h3 {
    font-size: 16px; }

  .apartments__items {
    row-gap: 20px; }

  .apartments__items h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
    transition: .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    height: 44px; }

  .apartments__items .icon_sea {
    top: 20px;
    left: 20px; }

  .apartments__items h3 {
    font-size: 14px;
    height: 37px; }

  .apartments__items .name {
    padding: 20px; }

  .welcome .welcome__items {
    row-gap: 20px;
    padding-top: 30px;
    width: 100%;
    margin: auto; }

  .numbers__page .welcome__items .welcome_item {
    max-width: 100%;
    box-shadow: unset;
    padding: 0;
    flex-direction: row;
    align-items: center;
    height: auto;
    justify-content: start; }

  .numbers__page h4 {
    height: auto;
    text-align: left;
    font-size: 14px; }

  .range_time {
    padding-top: 20px; }
    .range_time .icon {
      display: none; }

  .range_time .time_block span {
    font-size: 14px; }

  .range_time .min-time-color .time-value, .range_time .max-time-color .time-value {
    font-size: 16px; }

  .apartments__items {
    margin: 50px 0; }

  .apartments__items .icon_sea p {
    font-size: 8px; }

  .apartments__items .icon {
    width: 15%; }
    .apartments__items .icon svg {
      display: flex; }

  .apartments__items .app_item {
    width: 100%;
    max-width: 100%;
    flex: 1 0 auto;
    position: relative; }

  .apartments__items h3 {
    font-size: 14px;
    height: auto; }

  .numbers__page {
    padding-top: 50px; }
    .numbers__page .welcome__items {
      padding-top: 0; }

  /* detail */
  .detail.banner img {
    height: 500px; }

  .detail .info_item {
    max-width: 50%; }

  .detail .info_block {
    padding: 13px 10px;
    border: 1px solid #E5E7EB; }

  .detail .info_block h6 {
    font-size: 14px; }

  .detail .name p {
    font-size: 14px; }

  .detail.banner img {
    height: 300px; }

  .detail {
    margin: 30px 0; }

  /* contacts */
  .contacts_page .contact_item:nth-child(1) {
    max-width: 100%; }

  .contacts_page .contact_item:nth-child(2) {
    max-width: 100%; }

  .contacts_page .contacts__items {
    gap: 20px; }

  .contacts_page {
    margin: 30px 0; }

  .contacts_page .info p, .contacts_page .info a {
    font-size: 14px; }

  .contacts_page .name p {
    font-size: 16px; }

  /* 404 */
  .fourzerofour .row {
    width: 100%;
    margin: auto;
    align-items: center; }

  .fourzerofour .number404 {
    color: var(--orange-color);
    font-size: 130px;
    font-weight: 700; }

  .fourzerofour p {
    color: var(--orange-color);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px; }

  .fourzerofour .row {
    width: 100%;
    margin: auto;
    align-items: center;
    flex-direction: column; }

  .fourzerofour .number404_block {
    width: 100%;
    max-width: 100%;
    position: relative;
    text-align: center; }

  .fourzerofour .icon {
    position: absolute;
    top: 2px;
    left: 117px;
    width: 36%; }

  .fourzerofour .text404_block {
    width: 100%;
    max-width: 100%; }

  .fourzerofour p {
    color: var(--orange-color);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px; }

  .fourzerofour .orange_button a {
    font-size: 12px;
    padding: 12px 15px;
    height: auto; }

  .order__block .calendar:before {
    display: block;
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url("/local/templates/.default/markup/images/calendar.png") no-repeat;
    background-size: contain;
    right: 10px;
    top: 29%; }

  .reviews .swiper-button-next:after, .reviews .swiper-button-prev:after {
    color: var(--orange-color);
    font-size: 15px;
    background: var(--white-color);
    padding: 0;
    border-radius: 7px; }

  .reviews .buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: absolute;
    top: 50%; }

  .reviews .swiper-button-next {
    position: relative;
    right: -10px; }

  .reviews .swiper-button-prev {
    position: relative;
    left: -10px; }

  .contacts_page .contact_item .name_block {
    width: 100%;
    max-width: 94%;
    flex: 1 0 auto;
    padding-left: 15px; }

  footer.fixed {
    position: relative;
    bottom: unset;
    width: 100%; }

  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--blue-color); } }
@media (max-width: 428px) {
  .fourzerofour .icon {
    position: absolute;
    top: -9px;
    left: 142px;
    width: 36%; }

  .welcome .welcome__text p {
    font-size: 14px;
    text-align: left; }

  .welcome {
    padding-top: 30px; }

  footer .logo {
    width: 20%; }

  .detail .name p span {
    display: none; }

  .order__block .input_item input, .order__block .btn-secondary, .order__block select {
    height: 30px;
    padding: 0 15px;
    font-size: 12px; } }
@media (max-width: 414px) {
  .fourzerofour .icon {
    position: absolute;
    top: -9px;
    left: 135px;
    width: 36%; }

  .welcome .welcome__text p {
    font-size: 14px;
    text-align: left; } }
@media (max-width: 390px) {
  .fourzerofour .icon {
    position: absolute;
    top: -4px;
    left: 127px;
    width: 36%; }

  .welcome .welcome__text p {
    font-size: 14px;
    text-align: left; } }
@media (max-width: 375px) {
  .fourzerofour .icon {
    position: absolute;
    top: -4px;
    left: 121px;
    width: 36%; }

  .welcome .welcome__text p {
    font-size: 14px;
    text-align: left; } }
@media (max-width: 360px) {
  .fourzerofour .icon {
    position: absolute;
    top: 1px;
    left: 115px;
    width: 36%; }

  .welcome .welcome__text p {
    font-size: 14px;
    text-align: left; } }

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