@charset "UTF-8";
/*Обнулення стилів*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

select{
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 20px 5px 5px;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/
@font-face {
  font-family: "Jakarta";
  src: url("../fonts/PlusJakartaSans-Regular.eot");
  src: local("☺"), url("../fonts/PlusJakartaSans-Regular.woff") format("woff"), url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype"), url("../fonts/PlusJakartaSans-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Jakarta";
  src: url("../fonts/PlusJakartaSans-Medium.eot");
  src: local("☺"), url("../fonts/PlusJakartaSans-Medium.woff") format("woff"), url("../fonts/PlusJakartaSans-Medium.ttf") format("truetype"), url("../fonts/PlusJakartaSans-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Jakarta";
  src: url("../fonts/PlusJakartaSans-Bold.eot");
  src: local("☺"), url("../fonts/PlusJakartaSans-Bold.woff") format("woff"), url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype"), url("../fonts/PlusJakartaSans-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

* {
  font-family: "Jakarta";
  font-weight: 500;
}

.wrapper {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1800px) {
  .wrapper {
    max-width: 1400px;
  }
}

@media (max-width: 1440px) {
  .wrapper {
    max-width: 1180px;
  }
}

@media (max-width: 1200px) {
  .wrapper {
    max-width: 980px;
  }
}

@media (max-width: 992px) {
  .wrapper {
    max-width: 740px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    max-width: 550px;
  }
}

@media (max-width: 576px) {
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
}

.header {
  position: fixed;
  z-index: 10;
  height: 96px;
  width: 100%;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 0 64px;
  font-size: 16px;
  text-transform: unset;
  line-height: 1.25;
  color: #181b30;
}

@media (max-width: 992px) {
  .header {
    padding: 38px 30px;
    position: relative;
    height: auto;
  }
}

@media (max-width: 576px) {
  .header {
    padding: 20px 0;
  }
}

.header .wrapper {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .header__left {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .header__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__left ul > li > ul{
  flex-direction: column;
  position: absolute;
  align-items: baseline;
  min-width: 130px;
  width: auto;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 20px;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
  border-radius: 4px;
  left: 0;
  background: #fff;
  display: none;
}
.header__left ul li a {
  white-space: nowrap;
}
.header__left ul > li:hover > ul{
  display: block;
}
.header__left ul > li > ul li{
  margin-right: 0;
  margin-bottom: 10px;
  padding-right: 10px;
}
.header__left ul > li:hover > ul  ul{

  top: -10px;
  left: 100%;

}
.header__left ul > li > ul li:last-of-type{
  margin-bottom: 0;
}

.header__left ul > li{
  position: relative;
}

.header__left img {
  width: 100%;
  max-width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.header__nav {
  margin: 0 0 0 48px;
}

.header__nav li {
  margin: 0 32px 0 0;
}

.header__nav a {
  color: #000;
}

@media (max-width: 768px) {
  .header__nav ul {
    margin-top: 15px;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  .header__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__right a {
  color: #000;
  font-weight: 700;
  margin: 0 32px 0 0;
  display: block;
  white-space: nowrap;
}

.header__right a span {
  margin: 0 5px 0 0;
}

.header__right a:last-child {
  margin: 0;
}

@media (max-width: 576px) {
  .header__right a {
    margin: 0 0 5px 0;
  }
}

.header__right a span {
  color: var(--ru-styles-highlights-font-color);
}


@-webkit-keyframes opac {
  0% {
    top: -300px;
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}

@keyframes opac {
  0% {
    top: -300px;
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .hero {
    padding-top: 40px;
  }
}

@media (max-width: 576px) {
  .hero {
    padding-top: 25px;
  }
}

.hero .wrapper {
  position: relative;
  padding: 326px 30px 64px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
  .hero .wrapper {
    padding-top: 200px;
  }
}

@media (max-width: 768px) {
  .hero .wrapper {
    padding-top: 120px;
  }
}

@media (max-width: 576px) {
  .hero .wrapper {
    padding-top: 60px;
  }
}

.hero .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: rgba(70, 73, 89, 0.5);
}

.hero .wrapper h1 {
  font-size: 120px;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  max-width: 1210px;
  margin: 0 auto 230px auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .hero .wrapper h1 {
    font-size: 100px;
  }
}

@media (max-width: 992px) {
  .hero .wrapper h1 {
    font-size: 70px;
  }
}

@media (max-width: 768px) {
  .hero .wrapper h1 {
    font-size: 55px;
    margin-bottom: 100px;
  }
}

@media (max-width: 576px) {
  .hero .wrapper h1 {
    font-size: 35px;
    margin-bottom: 60px;
  }
}

.hero .wrapper form {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  max-width: 1210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
  .hero .wrapper form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 576px) {
  .hero .wrapper form {
    padding: 10px;
  }
}

.hero .wrapper form label {
  position: relative;
}

.hero .wrapper form label p {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.hero .wrapper form .date1 {
  position: relative;
  width: 258px;
  margin: 0 16px 0 0;
  height: 64px;
  border-radius: 8px;
  border: solid 2px #b8b8b8;
  overflow: hidden;
}

@media (max-width: 992px) {
  .hero .wrapper form .date1 {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .hero .wrapper form .date1 {
    margin-right: 0;
  }
}

.hero .wrapper form .date1 label {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}

.hero .wrapper form .date1 label p {
  top: 10px;
  left: 16px;
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
}

.hero .wrapper form .date1 .datemask {
  top: 0;
  pointer-events: none;
  background: #fff;
  width: 90%;
  height: 100%;
}

.hero .wrapper form .date1 .datemask p {
  color: #000;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  padding: 20px 0 10px 0px;
}

.hero .wrapper form .date1 input {
  position: absolute;
  bottom: 0;
  width: 100% !important;
  height: 75% !important;
  border: none;
}

.hero .wrapper form .hero__location {
  margin: 0 130px 0 0;
}

@media (max-width: 1200px) {
  .hero .wrapper form .hero__location {
    margin: 0 60px 0 0;
  }
}

@media (max-width: 992px) {
  .hero .wrapper form .hero__location {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 20px;
  }
}

.hero .wrapper form button {
  width: 237px;
  height: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  border: solid 2px #181b30;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  color: #030e5e;
}

@media (max-width: 576px) {
  .hero .wrapper form button {
    width: 100%;
  }
}

.hero__location p {
  font-size: 14px;
  line-height: 1.29;
  color: #000;
}

.hero__location p:last-child {
  font-size: 18px;
  line-height: 1.33;
}

.flatpickr-calendar {
  position: absolute;
  min-width: 250px;
}

.hero form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.form-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  width: 240px;
}

@media (max-width: 992px) {
  .form-group {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
}

.date-range {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media (max-width: 992px) {
  .date-range {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    width: 100%;
  }
}

.hero form .form-group {
  padding: 11px 16px;
  border-radius: 8px;
  border: solid 2px #b8b8b8;
  margin-right: 16px;
}

.hero form label {
  font-family: "Jakarta", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #000;
}

.hero form .form-group select {
  margin-left: -4px;
  font-family: "Jakarta", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000;
}

.hero form .form-group input {
  font-family: "Jakarta", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000;
}

.properties {
  padding: 128px 0;
}

@media (max-width: 1200px) {
  .properties {
    padding: 60px 0 100px;
  }
}

@media (max-width: 992px) {
  .properties {
    padding: 60px 0 40px;
  }
}

.properties .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 992px) {
  .properties .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.properties label {
  position: relative;
}

.properties label p {
  position: absolute;
  top: 15px;
  left: 12px;
  z-index: 1;
}

.properties__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
  margin-right: 32px;
}

@media (max-width: 992px) {
  .properties__left {
    margin-right: 0;
  }
}

.properties__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 576px) {
  .properties__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.properties .form-group {
  border-radius: 8px;
  border: solid 2px #b8b8b8;
  width: 300px;
  height: 64px;
  padding: 9px 16px 11px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
}

.properties .form-group #location {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}

.properties__heading h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .properties__heading h2 {
    font-size: 35px;
  }
}

.properties__heading p {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .properties__heading p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .properties__heading p {
    margin-bottom: 20px;
  }
}

.properties__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 32px;
}

@media (max-width: 768px) {
  .properties__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .properties__grid {
    margin-top: 30px;
  }
}

.properties__nav {
  position: absolute;
  left: 17%;
  bottom: -72px;
}

@media (max-width: 992px) {
  .properties__nav {
    bottom: 450px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.properties__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.properties__nav li {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
}

.properties__nav li:first-child {
  width: auto;
  height: auto;
  margin-right: 12px;
}

@media (max-width: 576px) {
  .properties__nav li:first-child {
    display: none;
  }
}

.properties__nav li:last-child {
  width: auto;
  height: auto;
}

@media (max-width: 576px) {
  .properties__nav li:last-child {
    display: none;
  }
}

.properties__nav li a {
  color: #181b30;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .properties__nav li {
    min-width: 20px;
    min-height: 20px;
    margin-right: 5px;
  }
}

.properties__nav li.active {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #181b30;
}

.properties__nav li.active a {
  font-size: 18px;
  color: #fff;
}

.properties__nav li.unact {
  color: #b8b8b8;
}

.properties__nav li.unact a {
  color: #b8b8b8;
}

.properties__item {
  display: block;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.properties__item.raised{
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.3);
}
.properties__photo {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}

.properties__photo img {
  position: absolute;
  /* width: 100%; */
  top: 0;
  /* left: 0; */
  bottom: 0;
  right: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.properties__itembottom {
  padding: 20px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
}

.properties__itembottom p {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
}

@media (max-width: 1200px) {
  .properties__itembottom {
    padding: 15px 20px;
  }
  .properties__itembottom p {
    font-size: 25px;
  }
}

.properties__name {
  position: relative;
  max-width: 150px;
}

.properties__name::after {
  content: "";
  position: absolute;
  right: -2%;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
  width: 120px;
  height: 100%;
  z-index: 2;
}

@media (max-width: 1200px) {
  .properties__name::after {
    width: 80px;
  }
}

@media (max-width: 992px) {
  .properties__name::after {
    width: 140px;
  }
}

@media (max-width: 768px) {
  .properties__name::after {
    width: 30px;
    right: -10%;
  }
}

@media (max-width: 576px) {
  .properties__name::after {
    right: 0%;
  }
}

.properties__name h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.properties__name p {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1200px) {
  .properties__name h3 {
    font-size: 14px;
  }
  .properties__name p {
    font-size: 12px;
  }
}

.properties__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
  margin: 112px 0 0 0;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
  .properties__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 400px;
            flex: 1 0 400px;
  }
}

.properties__right iframe {
  width: 100%;
  height: 100%;
}

.footer {
  background: #181b30;
  color: #fff;
  padding: 64px 0 78px;
}

@media (max-width: 576px) {
  .footer {
    padding: 30px 10px;
  }
}

.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 576px) {
  .footer .wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .footer__left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__comp {
  margin-right: 128px;
}

@media (max-width: 1200px) {
  .footer__comp {
    margin-right: 60px;
  }
}

@media (max-width: 576px) {
  .footer__comp {
    margin: 0;
  }
  .footer__comp ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.footer__comp img {
  margin: 0 0 32px 0;
  width: 100%;
  max-width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 576px) {
  .footer__comp img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.footer__comp li {
  margin: 0 0 16px 0;
}

.footer__comp li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
}

.footer__contact h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 32px;
}

.footer__contact a {
  font-size: 16px;
  margin-bottom: 16px;
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .footer__contact a {
    max-width: none;
  }
}

.footer__contact span {
  color: var(--ru-styles-highlights-font-color);
}
.contact-us__contact a span{
  color: var(--ru-styles-highlights-font-color);
}

@media (max-width: 576px) {
  .footer__contact {
    text-align: center;
  }
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .footer__right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 576px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__findus {
  margin-right: 128px;
}

@media (max-width: 1200px) {
  .footer__findus {
    margin-right: 60px;
  }
}

@media (max-width: 576px) {
  .footer__findus {
    margin: 0;
  }
}

.footer__findus p {
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .footer__findus p {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .footer__socmedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

.footer__socmedia a {
  color: #fff;
  font-size: 30px;
  margin-right: 16px;
}

.footer__copyright {
  text-align: right;
}

@media (max-width: 576px) {
  .footer__copyright {
    text-align: center;
  }
}

.footer__copyright h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 32px;
}

.footer__copyright p {
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 16px;
  font-weight: 400;
  max-width: 220px;
  overflow: hidden;
}

.footer__paymants {
  font-size: 30px;
  color: #fff;
}

.footer__paymants i {
  margin-left: 16px;
}

.image {
  padding-top: 128px;
}

@media (max-width: 992px) {
  .image {
    padding-top: 32px;
  }
}

.image .wrapper h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media (max-width: 576px) {
  .image .wrapper h1 {
    text-align: center;
    margin-bottom: 16px;
  }
}

.image__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .image__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.image__top p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 576px) {
  .image__top p {
    margin-bottom: 16px;
  }
}

.image__top a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #ff8700;
}

.image__top a{
  color: var(--ru-styles-highlights-font-color);
}

.image__slider {
  height: 640px;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .image__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.image__slider img {
  width: 100%;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
}

.center .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .center .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.center__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

.center__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.left {
  padding-right: 64px;
  padding-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .left {
    padding-right: 0;
  }
}

.left > p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.left__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .left__checkboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 32px;
  }
}

.left__checkboxes label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 32px;
}

@media (max-width: 576px) {
  .left__checkboxes label {
    margin-bottom: 16px;
  }
}

.left__checkboxes input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.left__checkboxes input:checked + .checkmark::before {
  content: "✓";
  font-size: 30px;
  color: #000;
  padding-left: 2px;
}

.left__checkboxes .checkmark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.left__checkboxes .checkmark::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: solid 1px #979797;
  background-color: #d8d8d8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.left__checkboxes p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-left: 16px;
}

.left__descr {
  margin-bottom: 64px;
}

.left__descr h2 {
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 18px;
}

.left__descr p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  margin-bottom: 3px;
}

.left__descr a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
  color: #ff8700;
}

.left__amenities h2 {
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 32px;
}

.left__columns {
  width: 100%;
  margin-bottom: 64px;
}

.left__columns form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .left__columns form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.left__columns form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 32px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .left__columns form label {
    margin-right: 16px;
  }
  .left__columns form label:last-child {
    margin-right: 0;
  }
}

.left__columns form input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.left__columns form input:checked + .checkmark::before {
  content: "✓";
  font-size: 24px;
  color: #000;
  padding-left: 1px;
}

.left__columns form .checkmark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.left__columns form .checkmark::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: solid 1px #979797;
  background-color: #d8d8d8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.left__columns form p {
  font-size: 14px;
  line-height: 1.29;
  margin-left: 16px;
}

.left__columns form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
  color: #030e5e;
  width: 190px;
  height: 50px;
  background: transparent;
  border-radius: 8px;
  border: solid 2px #181b30;
}

@media (max-width: 768px) {
  .left__columns form button {
    margin-top: 16px;
  }
}

.left__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media (max-width: 768px) {
  .left__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .left__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 32px;
  }
  .left__col:nth-child(3) {
    margin-bottom: 16px;
  }
}

.left__about h2 {
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 32px;
}

.left__about p {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.left__cheks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .left__cheks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.left__cheks label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 32px;
  margin-bottom: 16px;
}

.left__cheks input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.left__cheks input:checked + .checkmark::before {
  content: "✓";
  font-size: 24px;
  color: #000;
  padding-left: 1px;
}

.left__cheks .checkmark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.left__cheks .checkmark::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: solid 1px #979797;
  background-color: #d8d8d8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.left__cheks p {
  font-size: 14px;
  line-height: 1.29;
  margin-left: 16px;
  margin-bottom: 0;
}

.left__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .left__benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.left__benitem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

@media (max-width: 1440px) {
  .left__benitem {
    padding-right: 20px;
  }
}

@media (max-width: 576px) {
  .left__benitem {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
  .left__benitem:last-child {
    margin: 0;
  }
}

.left__benitem:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.left__benitem h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.left__benitem p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  margin-bottom: 8px;
}

.left__benitem a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
  color: #ff8700;
}

.right form {
  padding: 32px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

.right__name {
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 8px;
}

.right .date-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.right .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  border: solid 2px #b8b8b8;
  width: 100%;
  height: 48px;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  margin-bottom: 16px;
}

.right .form-group p {
  padding: 11px 16px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  pointer-events: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
}

.right .form-group p:after {
  top: 50%;
}

.right .form-group #location {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}

.right__total {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right__total p {
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}

.right__total h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
}

@media (max-width: 1440px) {
  .right__total h2 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .right__total h2 {
    font-size: 22px;
  }
}

.right__total.active {
  margin-bottom: 24px;
}

.right__total.active p::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.right__extended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.right__extended.active {
  opacity: 1;
  height: auto;
}

.right__extleft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.right__extleft p {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 16px;
}

@media (max-width: 1440px) {
  .right__extleft p {
    font-size: 14px;
  }
}

.right__extright {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: right;
}

.right__extright p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 21px;
}

@media (max-width: 1440px) {
  .right__extright p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

@media (max-width: 576px) {
  .right__extright p {
    margin-bottom: 17px;
  }
}

.right__pernight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.right__pernight p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.right__pernight h3 {
  font-size: 30px;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  .right__pernight h3 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .right__pernight h3 {
    font-size: 20px;
  }
}

.right__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right__payment button {
  width: 222px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  border: solid 2px #181b30;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
  color: #181b30;
}

.right__paymet p {
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 8px;
}

.right__paymet i {
  font-size: 24px;
  display: inline-block;
  margin-right: 8px;
}

.right__avatar {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0 32px 32px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

@media (max-width: 992px) {
  .right__avatar {
    margin-bottom: 32px;
  }
}

.right__avatar img {
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  margin-right: 29px;
}

@media (max-width: 576px) {
  .right__avatar img {
    margin-right: 16px;
  }
}

.right__nick h3 {
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 8px;
}

@media (max-width: 1440px) {
  .right__nick h3 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .right__nick h3 {
    font-size: 16px;
  }
}

.right__nick a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
  color: #ff8700;
}

@media (max-width: 576px) {
  .right__nick a {
    font-size: 12px;
  }
}

.map {
  margin-bottom: 64px;
}

@media (max-width: 576px) {
  .map {
    margin-bottom: 32px;
  }
}

.map .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .map .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.map__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

@media (max-width: 992px) {
  .map__left {
    margin-bottom: 32px;
  }
}

.map__left h2 {
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 32px;
}

.map__iframe {
  height: 420px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.map__iframe iframe {
  width: 100%;
  height: 100%;
}

.map__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding: 0 0 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .map__right {
    text-align: center;
    padding: 0;
  }
}

.map__right h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .map__right h3 {
    font-size: 26px;
  }
}

.map__right h4 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.map__right h4:nth-child(2) {
  margin-bottom: 24px;
}

.map__right p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
  margin-bottom: 24px;
}

.items {
  margin-bottom: 128px;
}

@media (max-width: 1200px) {
  .items {
    margin-bottom: 64px;
  }
}

@media (max-width: 576px) {
  .items {
    margin-bottom: 32px;
  }
}

.items .properties__photo {
  height: auto;
}

.items .properties__itembottom p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
}

.items .properties__name h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.items .properties__name p {
  font-size: 14px;
  line-height: 1.29;
}

.items .properties__name::after {
  display: none;
}

.items h2 {
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 32px;
}

.items__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .items__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.items__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  margin-right: 64px;
}

@media (max-width: 992px) {
  .items__item {
    margin-right: 16px;
  }
}

@media (max-width: 768px) {
  .items__item {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.items__item:last-child {
  margin-right: 0;
}

#thumbnails img, #main {
  border-radius: 16px;
}

#thumbnails {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  #thumbnails {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (max-width: 576px) {
  #thumbnails {
    max-height: 150px;
  }
}

#thumbnails img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media (max-width: 992px) {
  #thumbnails img {
    height: auto;
  }
}

#thumbnails img:last-child {
  margin-bottom: 0;
}

#thumbnails img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-right: 32px;
}

@media (max-width: 1200px) {
  #main {
    margin-right: 16px;
  }
}

@media (max-width: 992px) {
  #main {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.hidden {
  opacity: 0;
}

.form-group {
  position: relative;
  height: 64px;
}

.form-group input {
  width: 100%;
  height: 100%;
}

.form-group p {
  padding: 11px 16px 0;
  width: 100%;
  height: 55%;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  pointer-events: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
}

.form-group p::after {
  content: "";
  top: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 13px;
  position: absolute;
  width: 13px;
  height: 14px;
  pointer-events: none;
  background: url(../img/Home/icons/chevron_down.svg) center/contain no-repeat;
}

.wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 32px;
}

@media (max-width: 992px) {
  .wrap {
    min-width: 40%;
    margin-bottom: 0;
    margin-right: 16px;
    padding-top: 160px;
  }
}

@media (max-width: 768px) {
  .wrap {
    padding-top: 0px;
  }
}

@media (max-width: 576px) {
  .wrap {
    height: auto;
  }
}

.filter .wrapper {
  border-radius: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 160px;
}

.filter .wrapper::after {
  display: none;
}

@media (max-width: 992px) {
  .filter .wrapper {
    padding-top: 32px;
  }
}

.filter .wrapper form {
  padding-top: 16px;
}

.filter .wrapper form .form-group:nth-child(3) {
  width: 134px;
}

@media (max-width: 992px) {
  .filter .wrapper form .form-group:nth-child(3) {
    width: 100%;
  }
}

.filter .wrapper form .form-group:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.filter .wrapper form .form-group:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.filter .wrapper form .form-group.disabled {
  width: 320px;
}

@media (max-width: 992px) {
  .filter .wrapper form .form-group.disabled {
    width: 100%;
  }
}

.filter .wrapper form button {
  width: 140px;
}

.properties2 {
  padding-top: 0;
}

.company {
  padding-top: 160px;
}

@media (max-width: 992px) {
  .company {
    padding-top: 64px;
  }
}

@media (max-width: 576px) {
  .company {
    padding-top: 32px;
  }
}

.company .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .company .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  width: 55%;
  padding-top: 55%;
  position: relative;
  border-radius: 16px 16px 0 0;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

@media (max-width: 992px) {
  .company__img {
    width: 100%;
    padding-top: 100%;
  }
}

.company img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.company__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  color: #181b30;
  padding: 128px 80px 0 64px;
}

@media (max-width: 1440px) {
  .company__text {
    padding-top: 64px;
  }
}

@media (max-width: 1200px) {
  .company__text {
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .company__text {
    padding: 32px 32px 32px 0;
  }
}

.company__text h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 64px;
}

@media (max-width: 1440px) {
  .company__text h2 {
    font-size: 50px;
    margin-bottom: 32px;
  }
}

@media (max-width: 1200px) {
  .company__text h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}

@media (max-width: 576px) {
  .company__text h2 {
    font-size: 32px;
  }
}

.company__text h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .company__text h3 {
    font-size: 26px;
  }
}

.company__text p {
  font-size: 20px;
  margin-bottom: 32px;
  line-height: 1.3;
}

@media (max-width: 576px) {
  .company__text p {
    font-size: 16px;
  }
}

.company__text a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
  color: #000;
  width: 170px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  border: solid 2px #030e5e;
}

.numbers {
  background: #181b30;
  padding-top: 64px;
  padding-bottom: 64px;
}

.numbers h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  color: #fff;
  margin-bottom: 64px;
}

@media (max-width: 576px) {
  .numbers h3 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.numbers__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .numbers__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .numbers__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.numbers__item {
  background: #fff;
  width: 392px;
  height: 240px;
  margin-right: 32px;
  padding: 64px 78px 72px 64px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1800px) {
  .numbers__item {
    padding: 32px;
  }
}

@media (max-width: 992px) {
  .numbers__item {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .numbers__item {
    padding: 64px 78px 72px 64px;
  }
}

@media (max-width: 576px) {
  .numbers__item {
    padding: 32px;
    width: 100%;
    height: 150px;
  }
}

.numbers__item:last-child {
  margin: 0;
}

.numbers__item h4 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.13;
  color: #ff8700;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .numbers__item h4 {
    font-size: 50px;
  }
}

@media (max-width: 576px) {
  .numbers__item h4 {
    font-size: 32px;
  }
}

.numbers__item p {
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 576px) {
  .numbers__item p {
    font-size: 16px;
  }
}

.history {
  padding: 64px 0;
}

@media (max-width: 992px) {
  .history {
    padding: 32px 0;
  }
}

.history h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  color: #181b30;
  margin-bottom: 64px;
}

@media (max-width: 992px) {
  .history h3 {
    margin-bottom: 32px;
  }
}

@media (max-width: 576px) {
  .history h3 {
    font-size: 24px;
  }
}

.history__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 64px;
}

@media (max-width: 992px) {
  .history__items {
    margin-bottom: 32px;
  }
}

@media (max-width: 576px) {
  .history__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.history__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 64px;
  opacity: 0;
}

@media (max-width: 1200px) {
  .history__item {
    margin-right: 32px;
  }
}

@media (max-width: 576px) {
  .history__item {
    margin-right: 8px;
  }
  .history__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .history__item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
    left: 60px;
    top: 50px;
  }
  .history__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .history__item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    position: relative;
    left: 60px;
    top: 50px;
  }
  .history__item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.history__item:first-child {
  opacity: 1;
}

.history__item:last-child {
  margin-right: 0;
}

.history__item h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #ff8700;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .history__item h3 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .history__item h3 {
    font-size: 16px;
  }
}

.history__item p {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .history__item p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .history__item p {
    font-size: 12px;
  }
}

.history__item p:last-child {
  margin: 0;
}

.history__bar {
  width: 100%;
  /*progress support*/
  /*webkit*/
  /*mozilla*/
  /*ms*/
}

@media (max-width: 576px) {
  .history__bar {
    position: relative;
    bottom: 110px;
  }
}

.history__bar input.styled-slider {
  height: 8px;
  width: 100%;
  -webkit-appearance: none;
}

.history__bar input.styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 11px + var(--ratio) * (100% - 11px));
}

.history__bar input.styled-slider:focus {
  outline: none;
}

.history__bar input.styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background:  var(--ru-styles-highlights-font-color);
}

.history__bar input.styled-slider::-webkit-slider-runnable-track {
  height: 8px;
  border: none;
  border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}



.history__bar input.styled-slider:hover::-webkit-slider-thumb {
  background: var(--ru-styles-highlights-font-color);
}

.history__bar input.styled-slider:hover::-webkit-slider-runnable-track {
  background: #e5e5e5;
}

.history__bar input.styled-slider::-webkit-slider-thumb:active {
  background: var(--ru-styles-highlights-font-color);
}

.history__bar input.styled-slider:active::-webkit-slider-runnable-track {
  background: #ffffff;
}

.history__bar input.styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--ru-styles-highlights-font-color)), to(var(--ru-styles-highlights-font-color))) 0/var(--sx) 100% no-repeat, var(--ru-styles-main-background);
  background: linear-gradient(var(--ru-styles-highlights-font-color),  var(--ru-styles-highlights-font-color)) 0/var(--sx) 100% no-repeat, var(--ru-styles-main-background);
}

.history__bar input.styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--ru-styles-highlights-font-color)), to(var(--ru-styles-highlights-font-color))) 0/var(--sx) 100% no-repeat, var(--ru-styles-main-background);
  background: linear-gradient(var(--ru-styles-highlights-font-color), var(--ru-styles-highlights-font-color)) 0/var(--sx) 100% no-repeat, var(--ru-styles-main-background);
}

.history__bar input.styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--ru-styles-highlights-font-color)), to(var(--ru-styles-highlights-font-color))) 0/var(--sx) 100% no-repeat, var(--ru-styles-main-background);
  background: linear-gradient(var(--ru-styles-highlights-font-color), var(--ru-styles-highlights-font-color)) 0/var(--sx) 100% no-repeat, var(--ru-styles-main-background);
}

.history__bar input.styled-slider::-moz-range-thumb {
  width: 9px;
  height: 9px;
  border-radius: 11px;
  background: #ff8700;
}

.history__bar input.styled-slider::-moz-range-track {
  height: 8px;
  border: none;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.history__bar input.styled-slider::-moz-range-thumb:hover {
  background: #e18115;
}

.history__bar input.styled-slider:hover::-moz-range-track {
  background: #e5e5e5;
}

.history__bar input.styled-slider::-moz-range-thumb:active {
  background: #ff8700;
}

.history__bar input.styled-slider:active::-moz-range-track {
  background: #ffffff;
}

.history__bar input.styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#ff8700, #ff8700) 0/var(--sx) 100% no-repeat, #ffffff;
}

.history__bar input.styled-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(#e18115, #e18115) 0/var(--sx) 100% no-repeat, #e5e5e5;
}

.history__bar input.styled-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(#ff8700, #ff8700) 0/var(--sx) 100% no-repeat, #ffffff;
}

.history__bar input.styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

.history__bar input.styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

.history__bar input.styled-slider::-ms-thumb {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: #ff8700;
  margin-top: 0;
  box-sizing: border-box;
}

.history__bar input.styled-slider::-ms-track {
  height: 8px;
  border-radius: 0;
  background: #ffffff;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

.history__bar input.styled-slider::-ms-thumb:hover {
  background: #e18115;
}

.history__bar input.styled-slider:hover::-ms-track {
  background: #e5e5e5;
}

.history__bar input.styled-slider::-ms-thumb:active {
  background: #ff8700;
}

.history__bar input.styled-slider:active::-ms-track {
  background: #ffffff;
}

.history__bar input.styled-slider.slider-progress::-ms-fill-lower {
  height: 8px;
  border-radius: 0px 0 0 0px;
  margin: -undefined 0 -undefined -undefined;
  background: #ff8700;
  border: none;
  border-right-width: 0;
}

.history__bar input.styled-slider.slider-progress:hover::-ms-fill-lower {
  background: #e18115;
}

.history__bar input.styled-slider.slider-progress:active::-ms-fill-lower {
  background: #ff8700;
}

.opac {
  opacity: 1 !important;
}

.questions {
  padding: 64px 0;
  background: #030e5e;
}

@media (max-width: 992px) {
  .questions {
    padding: 32px 0;
  }
}

.questions .wrapper h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 992px) {
  .questions .wrapper h2 {
    margin-bottom: 16px;
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .questions .wrapper h2 {
    font-size: 20px;
  }
}

.questions .wrapper a {
  font-size: 24px;
  display: block;
  font-weight: 700;
  line-height: 1.33;
  color: #ff8700;
  text-align: center;
}

@media (max-width: 992px) {
  .questions .wrapper a {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .questions .wrapper a {
    font-size: 14px;
  }
}

.items2 {
  padding: 64px 0;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .items2 {
    padding: 32px 0;
  }
}

@media (max-width: 1440px) {
  .items2 .properties__itembottom {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 1200px) {
  .items2 .properties__itembottom h3 {
    font-size: 14px;
  }
  .items2 .properties__itembottom p {
    font-size: 12px;
  }
}

.items2 .properties__item {
  margin-right: 32px;
}

.items2 .properties__item img {
  height: 100%;
}

.items2 .wrapper > a {
  background: transparent;
  width: 236px;
  height: 64px;
  border: solid 2px #030e5e;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
  text-align: center;
  color: #030e5e;
}

.items2 .items__items {
  margin-bottom: 64px;
}

@media (max-width: 992px) {
  .items2 .items__items {
    margin-bottom: 32px;
  }
}

@media (max-width: 576px) {
  .items2 .items__items {
    margin-bottom: 16px;
  }
}

.items2 .items__items h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 64px;
  color: #181b30;
}

@media (max-width: 576px) {
  .items2 .items__items h2 {
    font-size: 24px;
  }
}

.amenities {
  max-width: 545px;
  background: #fff;
  padding: 64px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.amenities__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
}

.amenities__head h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.23;
}

.amenities__head i {
  display: block;
  color: #181b30;
  font-size: 24px;
}

.amenities__block:last-child .amenities__items {
  margin: 0;
}

.amenities__block h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #b8b8b8;
}

.amenities__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.amenities__items label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 16px;
}

.amenities__items input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.amenities__items input:checked + .checkmark::before {
  content: "✓";
  font-size: 30px;
  color: #000;
  padding-left: 2px;
}

.amenities__items .checkmark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.amenities__items .checkmark::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 8px;
  border: solid 1px #979797;
  background-color: #d8d8d8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.amenities__items p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  margin-left: 16px;
}

.hoousen {
  max-width: 1535px;
  position: relative;
  padding: 64px 128px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  position: fixed;
}

@media (max-width: 1440px) {
  .hoousen {
    padding: 32px 64px;
  }
}

@media (max-width: 1200px) {
  .hoousen {
    padding: 32px;
  }
}

.hoousen__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hoousen .image__slider {
  margin-bottom: 0;
  height: 730px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .hoousen .image__slider {
    height: 500px !important;
  }
}

.hoousen .image__slider button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 128px;
          flex: 1 0 128px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-15%, -35%);
          transform: translate(-15%, -35%);
  height: 88px;
  width: 128px;
  background: #fff;
  border-radius: 16px;
  border: solid 2px #181b30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  margin-left: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
}

.hoousen .image__slider .main {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  .hoousen .image__slider .main {
    max-height: 300px !important;
  }
}

.hoousen .image__slider .main .wrap {
  height: auto !important;
  padding-top: 0 !important;
  margin: 0 16px 0 0 !important;
  min-width: 92% !important;
  max-height: 600px;
}

.hoousen .image__slider .main img {
  height: 100% !important;
  width: 100%;
}

.hoousen .image__slider #thumbnails {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 32px;
  min-height: 120px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-height: 120px;
}

.hoousen .image__slider #thumbnails:first-child {
  max-height: none;
}

.hoousen .image__slider #thumbnails .wrap {
  min-width: 170px;
  height: 120px;
  padding-top: 120px;
  margin-right: 16px;
}

.hoousen .image__slider #thumbnails img {
  height: 120px;
}

.hoousen__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.hoousen__top i {
  font-size: 24px;
  color: #181b30;
}

.hoousen__left h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media (max-width: 1440px) {
  .hoousen__left h2 {
    font-size: 24px;
  }
}

.hoousen__left p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 1440px) {
  .hoousen__left p {
    font-size: 14px;
  }
}

.gallary {
  max-width: 1535px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  padding: 64px 128px 0;
}

@media (max-width: 768px) {
  .gallary {
    padding: 32px;
  }
}

.gallary__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.gallary__left h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .gallary__left h2 {
    font-size: 24px;
  }
}

.gallary__left p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .gallary__left p {
    font-size: 12px;
  }
}

.gallary__left i {
  font-size: 24px;
}

.gallary__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 32px;
  height: 790px;
  overflow: scroll;
}

@media (max-width: 1200px) {
  .gallary__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallary__bottom img {
    height: auto !important;
  }
}

.gallary__bottom img {
  width: 100%;
  border-radius: 16px;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cancellation {
  max-width: 565px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 64px;
}

@media (max-width: 992px) {
  .cancellation {
    padding: 16px;
  }
}

.cancellation h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.23;
  margin-bottom: 64px;
}

.cancellation__top {
  margin-bottom: 64px;
}

.cancellation__top table {
  margin: 0 auto;
}

.cancellation__top tbody {
  min-width: 100%;
}

.cancellation__top th {
  max-width: 180px;
  padding: 8px;
}

.cancellation__top tr {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}

.cancellation__top tr th:first-child {
  padding-left: 0;
}

.cancellation__top tr th:last-child {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  .cancellation__top tr th:nth-child(3) {
    padding-right: 0;
    padding-left: 0;
  }
}

.cancellation__top tr:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.cancellation__top tr:first-child th {
  padding-top: 0;
}

.cancellation__top tr:last-child th {
  padding-bottom: 0;
}

.cancellation__bottom h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.23;
  margin-bottom: 64px;
}

.cancellation__download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cancellation__download i {
  color: #000;
  margin-right: 16px;
}

.cancellation__download p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--ru-styles-highlights-font-color);
}

.cancellation__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cancellation__file p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.29;
  color: #181b30;
}


/* Cezar shift 5
Kncnsl fs ninty
 */


.hero form .form-group input{
  background: transparent;
}
.left__columns .left__col {
  display: flex;
  flex: unset;
  width: 80%;
  flex-wrap: wrap;
}
.left__columns .left__col label {
  width: 33.333%;
  padding: 10px 0;
  margin: 0;
}
.left__columns form button {
  margin-left: auto;
}

.amenities {
  position: fixed;
  left: -200%;
  top: 0;
  width: 100%;
  z-index: 11;
  height: 100vh;
  overflow: auto;
  transition: all 0.4s ease;
}
.amenities.open {
  left: 0;
}
.amenities .amenities__head i {
  cursor: pointer;
}

.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
  opacity: 0;
  transition: all 0.39s ease;
}
.overlay.open {
  z-index: 10;
  opacity: 1;
}

.hoousen[data-target=popup_gallery] #thumbnails::-webkit-scrollbar {
  display: none;
}
.hoousen[data-target=popup_gallery] #thumbnails{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}
.gallary[data-target="popup_photos"]{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: opacity 0.4s ease;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
}
.gallary[data-target="popup_photos"] i{
  font-size: 24px;
  cursor: pointer;
}

.cancellation{
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.cancellation.open{
  z-index: 11;
  opacity: 1;
}

.gallary.open{
  z-index: 11;
  opacity: 1;
}

.hero.search-section .wrapper{
  background: none;
  box-shadow: none;
  padding-bottom: 0;
  margin-bottom: -30px;
}
.hero.search-section .wrapper h1{
  display: none;
}
.hero.search-section .wrapper:after{
  content: none;
}

.hoousen[data-target=popup_gallery] {
  position: fixed;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: opacity 0.4s ease;
  opacity: 0;
  padding-right: 0;
}
.hoousen .hoousen__top{
  padding-right: 128px;
}

.hoousen[data-target=popup_gallery] .image__slider{
  height: 100%;
  padding-bottom: 20px;
}

.hoousen[data-target=popup_gallery].open {
  z-index: 11;
  opacity: 1;
}
main .hero .wrapper{
  padding: 23vh 30px 64px;
}
@media(max-height: 900px){
  main .hero .wrapper{
    padding: 19vh 30px 6vh;
  }
}

main .hero form .form-group select, .right .form-group select{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-left: 0;
}
.right .form-group{
  justify-content: center;
}
main .hero form > .form-group, .properties .form-group, .right form > .form-group{
  position: relative;
}
/*main .hero form > .form-group:after, .properties .form-group:after, .right form > .form-group:after{*/
/*  content: '';*/
/*  display: block;*/
/*  width: 7px;*/
/*  height: 7px;*/
/*  border-bottom: 2px solid #000;*/
/*  border-left: 2px solid #000;*/
/*  position: absolute;*/
/*  right: 12px;*/
/*  bottom: 18px;*/
/*  transform: rotate(-45deg);*/
/*}*/



.properties__top select{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}


.main-header-burger span{
  width: 45px;
  height: 2px;
  background: #151515;
  display: block;
  margin-bottom: 4px;
}
.burger{
  align-self: flex-end;
  display: none;
}
.main-header-burger span:last-of-type {
  margin-bottom: 0;
}

.hoousen[data-target="popup_gallery"] .image__slider button{
  align-self: center;
  margin-top: -10px;
  top: unset;
  transform: unset;
}
.contact-loc__map #google-map-contactus{
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
}

[data-target="popup_photos"] .gallary__bottom{
  gap: unset;
}
[data-target="popup_photos"]    .gallary__bottom img{
  margin: 16px;
  width: 96%;
}

.wrapper .map__left{
  flex: 0 0 65.5%;
}
.wrapper .map__right{
  flex: 0 0 34.5%;
}

.wp-block-image:not(.is-style-rounded)>a, .wp-block-image:not(.is-style-rounded) img{
  border-radius: 8px;
}

[data-target="custom-select"] select{
  display: none;
}
[data-target="custom-select"] .custom-select{
  position: relative;
}
[data-target="custom-select"] .custom-select span{
  position: relative;
  font-size: 18px;
  display: block;
  width: 100%;
  margin-top: 2px;
  cursor: pointer;
  user-select: none;
  padding-right: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-target="custom-select"] .custom-select ul{
  position: absolute;
  z-index: 2;
  display: none;
  background: #fff;
  top: 24px;
  left: 0;
  width: 100%;
  border: 1px solid;
  padding: 7px 0;
  max-height: 348px;
  overflow: auto;
}
[data-target="custom-select"] .custom-select ul{
  scrollbar-width: thin;
  scrollbar-color: transparent #181b30;
}

/* Works on Chrome, Edge, and Safari */
[data-target="custom-select"] .custom-select ul::-webkit-scrollbar {
  width: 4px;
}

[data-target="custom-select"] .custom-select ul::-webkit-scrollbar-track {
  background: #181b30;
}

[data-target="custom-select"] .custom-select ul::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: 3px solid #181b30;
}
[data-target="custom-select"] .custom-select ul li{
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  user-select: none;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
}
[data-target="custom-select"] .custom-select ul li:hover{
  background: rgba(173, 216, 230, 0.4);
}

[data-target="custom-select"] .custom-select.active ul{
  display: block;
}

[data-target="custom-select"] .custom-select span:after{
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  right: 2px;
  top: 4px;
  transform: rotate(-45deg);
}
.flatpickr-wrapper input{
   font-size: 18px;
}


.properties-images{
  display: flex;
  width: 100%;
  height: 73vh;
  margin-bottom: 32px;
}
.properties-images .images-left{
  max-width: 78%;
  padding-right: 16px;
  width: 100%;
  height: calc(100% - 32px);
}
.properties-images .images-right{
  max-width: 22%;
  padding-left: 16px;
  width: 100%;
}
.properties-images .images-right .swiper{
  height: 73vh;
}
.properties-images .swiper-slide img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  border-radius: 16px;
}
.properties-images .properties-gallery{
  height: 100%;
}
.properties-images .images-right .swiper-slide{
  padding-bottom: 32px;
  cursor: pointer;
}

.swiper-slide{
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);

}
.swiper-wrapper{
  -webkit-transform-style: preserve-3d;
}

.popup-gallery .swiper-slide img, .popup-navigation .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.popup-gallery{
  height: 65vh;
  margin-bottom: 32px;
}
.popup-navigation{
  height: 13vh;
  display: flex;
  max-width: 91%;
}

.popup-navigation .popup-navigation-gallery{
  max-width: 88%;
  margin-left: 0;
  margin-right: 16px;
  height: 100%;
}

.popup-navigation button{
  font-size: 14px;
  color: #000;
  border-radius: 16px;
  border:2px solid #181b30;
  background: transparent;
  width: 11%;
}
.book .book-form{
  display: none;
}
.book .book-form.active{
  display: block;
}
.book .book-success{
  display: none;
}
.book .book-success.active{
  display: block;
}
.book .book-success h2{
  font-weight: 500;
  font-size: 60px;
  line-height: 67%;
  color: #000000;
  margin-bottom: 45px;
}
.book .book-success p{
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}
.book .book-success p:last-of-type{
  margin-top: 40px;
}
.book .book-success p span{
  font-weight: 700;
}

.book .book-success .content{
  max-width: 67%;
  margin-top: 20%;
}

.book .book-info__price-list .icon{
  display: flex;
  align-items: center;
}
.book .book-info__price-list .icon img{
  margin-right: 10px;
  display: none;
}
.book .book-info__price-list.success .icon img{
  display: block;
}
.cancellation__top ul li{
  font-size: 18px;
  line-height: 24px;
}
.left__benitem ul li{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  margin-bottom: 8px;
}

.about-us__descr.blank{
  padding-top: 50px;
}

.icon svg circle{
  fill: var(--ru-styles-highlights-font-color);
}

.book .book-info__policy{
  color: var(--ru-styles-highlights-font-color);
}
.book .book-form__block button[type=submit]{
  color: var(--ru-styles-highlights-font-color);
  border: 2px solid  var(--ru-styles-highlights-font-color);
}
.book .book-form__block .book-form__field input{
  background: transparent;
}
.faq__qwest{
  cursor: pointer;
}
.about-us__descr img{
  margin-bottom: 0;
}
.faq__list li:last-child{
  margin-bottom: 16px;
}

.selects__field{
  margin-top: 5px;
  width: 137px;
  border: 2px solid #181b30;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
  padding: 13px 17px;
  border-radius: 8px;
}
.selects__field.invalid{
  border-color: red;
}

.header.alternative .burger{
  display: block;
  margin: auto 15px auto 0;
}

.logged-in .alternative .header__nav {
  top: 129px;
}

header.alternative .header__nav{
  align-items: baseline;
  flex-direction: column;
}

header.alternative  .header__nav{
  position: fixed;
  padding-left: 40px;
  top: 96px;
  left: -200%;
  width: 100%;
  height: 100vh;
  z-index: 20;
  background: #fff;
  padding-top: 30px;
  transition: all .4s ease;
}
.alternative .header__left ul > li > ul{
  display: block;
  position: relative;
  background: none;
  box-shadow: none;
  top: unset;
  left: unset;
  margin: 0;
  padding: 20px 0 0;
  width: auto;
}
.alternative .header__left ul > li > ul ul{
  top: unset;
  left: 0px;
}
.alternative .header__left ul > li > ul li{
  margin-bottom: 20px;
}
header.open.alternative .header__nav{
  left: -48px;
}
header.open.alternative{
  z-index: 11;
}
.burger.open.alternative span:nth-of-type(2){
  opacity: 0;
}
.burger.open.alternative span:first-of-type{
  transform: rotate(45deg) translate(5px, 7px);
}
.burger.open.alternative span:last-of-type{
  transform: rotate(-45deg) translate(2px, -3px);
}
.alternative .header__left .header__nav ul{
  flex-direction: column;
  align-items: baseline;

}
.alternative .header__left ul li{
  margin-bottom: 20px;
}
.alternative .header__left ul > li > ul{
  padding-left: 10px;
}
.alternative .header__left ul > li:last-of-type{
  margin-bottom: 0;
}


@media(max-width: 575px){
  .footer__copyright p{
    margin: 0 auto 10px;
  }
}
@media (max-width: 1800px) {
  .book .book-success h2{
    font-size: 54px;
  }
}
@media(max-width: 1440px){
  .book .book-success .content{
    max-width: 87%;
  }
}

@media(max-width: 1400px) {
  .burger{
    display: block;
    margin: auto 15px auto 0;
  }
  .logged-in .header__nav {
    top: 129px;
  }
  .header__nav{
    position: fixed;
    padding-left: 40px;
    top: 96px;
    left: -200%;
    width: 100%;
    height: 100vh;
    z-index: 20;
    background: #fff;
    padding-top: 30px;
    transition: all .4s ease;
  }
  header .header__nav{
    align-items: baseline;
    flex-direction: column;
  }
  .header__left ul > li > ul{
    display: block;
    position: relative;
    background: none;
    box-shadow: none;
    top: unset;
    left: unset;
    margin: 0;
    padding: 20px 0 0;
    width: auto;
  }
  .header__left ul > li > ul ul{
    top: unset;
    left: 0px;
  }
  .header__left ul > li > ul li{
    margin-bottom: 20px;
  }
  header.open .header__nav{
    left: -48px;
  }
  header.open{
    z-index: 11;
  }
  .burger.open span:nth-of-type(2){
    opacity: 0;
  }
  .burger.open span:first-of-type{
    transform: rotate(45deg) translate(5px, 7px);
  }
  .burger.open span:last-of-type{
    transform: rotate(-45deg) translate(2px, -3px);
  }
  .header__left .header__nav ul{
    flex-direction: column;
    align-items: baseline;

  }
  .header__left ul li{
    margin-bottom: 20px;
  }
  .wrapper .numbers__items{
    gap: unset;
  }
  .numbers__items .numbers__item{
    margin: 15px 0;
  }
  .numbers__items .numbers__item:last-child{
    margin-top: 15px;
    margin-bottom: 0;
  }
  .properties-images {
    height: 500px;
  }
  .properties-images .images-right .swiper{
    height: 485px;
  }
  .properties-images .images-right{
    padding-left: 8px;
  }
  .properties-images .images-left{
    padding-right: 8px;
  }
  .properties-images .images-right .swiper-slide{
    padding-bottom: 16px;
  }
  .left__columns form{
    flex-direction: column;
  }
  .left__columns .left__col{
    width: 100%;
  }
  .left__columns .left__col label{
    padding: 10px;
  }
  .left__columns form button{
    margin-right: auto;
    margin-top: 20px;
  }
  .popup-navigation .popup-navigation-gallery{
    max-width: 78%;
    margin-right: 8px;
  }
  .popup-navigation button{
    width: 22%;
  }
  .hoousen .hoousen__top{
    padding-right: 0;
    max-width: 90%;
  }
  .popup-navigation{
    height: 10vh;
  }
  .popup-gallery {
    height: 45vh;
    margin-bottom: 16px;
  }
  .popup-navigation button {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media(max-width: 1200px){
  .book .book-success h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .book .book-success h2 {
    font-size: 36px;
  }
}
@media(max-width: 769px){
  .burger{
    position: relative;
    top: -62px;
  }
  .header__nav {
    top: 150px;
  }
  .logged-in .header__nav {
    top: 197px;
  }
  .hoousen[data-target="popup_gallery"] .image__slider button{
    margin-top: 35px;
  }
  .properties-images{
    flex-direction: column;
    height: auto;
  }
  .properties-images .images-left{
    max-width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }
  .properties-images .images-right{
    padding-left: 0;
  }
  .properties-images .images-right{
    max-width: 100%;
  }
  .properties-images .images-right .swiper{
    height: 110px;
  }
  .hoousen[data-target=popup_gallery]{
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .book .book-success .content{
    max-width: 100%;
    margin-top: 40px;
  }
  .alternative .header__nav {
    top: 150px;
  }
  .logged-in .alternative .header__nav {
    top: 197px;
  }
  .properties__name{
    max-width: 310px;
  }
}
@media (max-width: 576px) {
  .burger{
    top: -84px;
    margin-right: 0;
  }
  .header__nav{
    top: 137px;
  }
  .logged-in .header__nav {
    top: 186px;
  }
  .main-header-burger span{
    width: 35px;
  }
  .numbers__item{
    margin: 15px 0;
  }
  .cancellation[data-target="popup_cancel"]{
    max-width: 320px;
  }
  .cancellation[data-target="popup_cancel"] .cancellation h2, .cancellation__bottom h3{
    font-size: 22px;
  }
  .cancellation[data-target="popup_cancel"] .cancellation__top tr{
    font-size: 13px;
  }
  .left__columns .left__col label{
    width: 100%;
  }
  .book .book-success h2 {
    font-size: 30px;
  }
  .book .book-success p{

    font-size: 16px;
  }
  .alternative .header__nav{
    top: 137px;
  }
  .logged-in .alternative .header__nav {
    top: 186px;
  }
  .properties__name{
    max-width: 150px;
  }
  /*.about-us__descr .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{*/
  /*  font-size: 14px*/
  /*}*/
}
.right__payment button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
