/* 
Цвета

Тема 1
#FFFFFF
#FFF8EF
#5B602E

#F9B157
#FBDBB3
#8CA3A8
#D2603C
#B77E55
#7B5B34
#3F4D32
*/

/* Очищаем css */
@import url("normalize.min.css");
/* 
Montserrat 

.montserrat-<uniquifier> {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  color: #606060;
  /* min-width: 360px; */
  background-color: #fff8ef;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  font-style: normal;
  word-spacing: 0%;
  max-width: 1920px;
  margin: 0 auto;
}

a {
  color: #5b602e;
}

.no-scroll {
  overflow: hidden;
}

.nav-top {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: transparent;
  margin: 20px auto;
  padding: 0 120px;
  max-width: 1920px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1440px) {
  .nav-top {
    padding: 0 34px;
  }
}

.nav-top.scrolled {
  z-index: 10001;
  background-color: rgb(91, 96, 46, 0.9);
  margin: 0 auto;
  padding: 20px 120px;
}

.nav-top.scrolled .nav-top-logo__img {
  height: 60px;
  transition-duration: 0.3s;
}

@media (max-width: 1440px) {
  .nav-top.scrolled {
    padding: 20px;
  }
}

.nav-top a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .nav-top__right-side {
    display: none;
  }
}

.menu-top {
  display: flex;
  gap: 32px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.menu-top__link--dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.menu-top__link--dropdown::after {
  content: "";
  background-image: url("/img/icons/CaretDown-w.svg");
  background-size: contain;
  width: 14px;
  height: 14px;
}

.menu-top__link--dropdown:active::after,
.menu-top__link--dropdown:focus::after,
.menu-top__link--dropdown:hover::after {
  content: "";
  background-image: none;
}

.nav-top-logo__img {
  /* width: 100%;
    max-width: 220px; */
  height: 200px;
  transition-duration: 0.3s;
}

@media (max-width: 1441px) {
  .nav-top-logo__img {
    /* width: 100%;
        max-width: 120px; */
  }
}

.nav-top-contacts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  gap: 32px;
}

.nav-top-contacts__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1441px) {
  .nav-top-contacts__list {
    display: none;
  }
}

.nav-top-contacts__link--btn {
  padding: 20px 40px;
  border: 1px solid #ffffff;
  border-radius: 12px;
}

@media (max-width: 1441px) {
  .nav-top-contacts__link--btn {
    display: none;
  }
}

.nav-top-contacts__link--burger {
  display: none;
}

@media (max-width: 1441px) {
  .nav-top-contacts__link--burger {
    display: block;
  }
}

.main-screen {
  text-shadow: 0 0 0 8px (rgb(255, 255, 255));
  overflow: hidden;
  padding-top: 140px;
  text-align: center;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  height: 100vh;
  background-color: #fbdbb3;
  background-image: url(/img/main-screen/gallery/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: background-image 1s ease-in-out;
}

@media (max-width: 768px) {
  .main-screen {
    justify-content: flex-end;
    padding-bottom: 120px;
  }
}

.main-screen__sub-title {
  display: none;
  font-size: calc(50 * ((1vw + 1vh) / 32));
  color: #5b602e;
  text-transform: lowercase;
  line-height: 100%;
}

.theme-4 .main-screen__sub-title,
.theme-4s .main-screen__sub-title {
  color: #d2603c;
}

.theme-1 .main-screen__sub-title,
.theme-1s .main-screen__sub-title,
.theme-4 .main-screen__sub-title,
.theme-4s .main-screen__sub-title {
  display: block;
}

.theme-1s .main-screen__sub-title,
.theme-4s .main-screen__sub-title {
  font-size: calc(25 * ((1vw + 1vh) / 32));
}

@media (max-width: 1681px) {
  .main-screen__sub-title {
  }
}

@media (max-width: 1441px) {
  .main-screen__sub-title {
  }
}

@media (max-width: 768px) {
  .main-screen__sub-title {
    font-size: 16px;
  }
}

.main-screen__title {
  display: none;
  font-size: 90px;
  color: #fff;
  /* text-transform: lowercase; */
  line-height: 100%;
  margin: 0 0 40px;
}

.theme-4 .main-screen__title,
.theme-4s .main-screen__title {
  color: #d2603c;
}

.theme-1 .main-screen__title,
.theme-1s .main-screen__title,
.theme-4 .main-screen__title,
.theme-4s .main-screen__title {
  display: block;
}

@media (max-width: 1681px) {
  .main-screen__title {
  }
}

@media (max-width: 1441px) {
  .main-screen__title {
  }
}

@media (max-width: 768px) {
  .main-screen__title {
    font-size: calc((320 * ((1vw + 1vh) / 32)) / 2);
    margin: 0 0 20px;
  }

  .theme-1s .main-screen__title,
  .theme-4s .main-screen__title {
    font-size: calc((160 * ((1vw + 1vh) / 32)) / 2);
  }
}

@media (max-width: 360px) {
  .main-screen__title {
    margin: 0 0 20px;
  }
}

.main-screen__img {
  display: none;
  width: calc((1920 * ((1vw + 1vh) / 32)) / 2);
}

.theme-2s .main-screen__img,
.theme-3s .main-screen__img,
.theme-5s .main-screen__img,
.theme-6s .main-screen__img {
  width: calc((1280 * ((1vw + 1vh) / 32)) / 2);
}

@media (max-width: 768px) {
  .main-screen__img {
    max-width: 60%;
  }
}

.theme-2 .main-screen__img--theme-2,
.theme-2s .main-screen__img--theme-2 {
  display: block;
}

.theme-3 .main-screen__img--theme-3,
.theme-3s .main-screen__img--theme-3 {
  display: block;
}

.theme-5 .main-screen__img--theme-5,
.theme-5s .main-screen__img--theme-5 {
  display: block;
}

.theme-6 .main-screen__img--theme-6,
.theme-6s .main-screen__img--theme-6 {
  display: block;
}

.main-screen__text {
  /* text-transform: lowercase; */
  font-size: 16px;
  color: #ffffff;
  line-height: 100%;
  margin: 0 0 3vh;
}

.theme-1s .main-screen__text,
.theme-2s .main-screen__text,
.theme-3s .main-screen__text,
.theme-4s .main-screen__text,
.theme-5s .main-screen__text,
.theme-6s .main-screen__text {
  font-size: 16px;
}

@media (max-width: 1681px) {
  .main-screen__text {
  }
}

@media (max-width: 1441px) {
  .main-screen__text {
    /* margin: 0 0 30px; */
  }
}

@media (max-width: 768px) {
  .main-screen__text {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .main-screen__text {
    text-align: center;
    font-size: 16px;
    margin: 0 0 8px;
  }
}

.main-screen__btn {
  font-size: 20px;
  font-weight: 400;
  background-color: #5b602e;
  text-decoration: none;
  color: #ffffff;
  padding: 20px 40px;
  border: 1px solid #5b602e;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .main-screen__btn {
    font-size: 14px;
    padding: 1vh 1vw;
  }
}

.change-style {
  display: none;
  z-index: 1001;
  position: fixed;
  width: 100%;
  bottom: 20px;
  padding: 0 20px;
}

.change-style:hover,
.change-style:focus,
.change-style:active {
  display: block;
}

.change-style__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.change-style__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5b602e;
  color: #fbdbb3;
  font-size: 24px;
  width: 42px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  text-decoration: none;
}

@media (max-width: 768px) {
  .change-style__link {
    font-size: 12px;
    width: 24px;
    height: 24px;
  }
}

/* ------- */

.btn-default {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 12px;
}

.btn-default--orange {
  color: #ffffff;
  background-color: #5b602e;
  border: 1px solid #5b602e;
}

.btn-default--white {
  color: #5b602e;
  background-color: #ffffff;
  border: 1px solid #5b602e;
}

.btn-default--white-transparent {
  color: #5b602e;
  background-color: transparent;
  border: 1px solid #5b602e;
}

.container {
  max-width: 1680px;
  margin: 0 auto;
}

@media (max-width: 1680px) {
  .container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 1%;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

h1,
.header-1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
  word-spacing: -3%;
}

@media (min-width: 1920px) {
  h1,
  .header-1 {
    font-size: 40px;
  }
}

h2,
.header-2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
  word-spacing: -3%;
}

@media (min-width: 1920px) {
  h2,
  .header-2 {
    font-size: 36px;
  }
}

h3,
.header-3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  font-style: normal;
  word-spacing: 0;
}

@media (min-width: 1920px) {
  h3,
  .header-3 {
    font-size: 30px;
  }
}

h4,
.header-4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  font-style: normal;
  word-spacing: 0;
}

@media (max-width: 992px) {
  h4,
  .header-4 {
    font-size: 24px;
  }
}

@media (min-width: 1920px) {
  h4,
  .header-4 {
    font-size: 20px;
  }
}

h5,
.header-5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  font-style: normal;
  word-spacing: 0;
}

@media (max-width: 992px) {
  h5,
  .header-5 {
    font-size: 20px;
  }
}

@media (min-width: 1920px) {
  h5,
  .header-5 {
    font-size: 16px;
  }
}

.text-1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
  word-spacing: 0%;
}

@media (min-width: 1920px) {
  .text-1 {
    font-size: 22px;
  }
}

.text-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
  word-spacing: 0%;
}

@media (max-width: 1440px) {
  .text-2 {
    font-size: 24px;
  }
}

@media (min-width: 1920px) {
  .text-2 {
    font-size: 16px;
  }
}

.main-page-booking {
  margin-top: 120px;
}

@media (max-width: 1440px) {
  .main-page-booking {
    margin-top: 80px;
  }
}

.main-page-booking__top {
  margin: 0 0 40px;
}

.main-page-booking__header {
  color: #5b602e;
  text-align: center;
  margin-bottom: 40px;
}

.main-page-booking__text {
  text-align: center;
  max-width: 1360px;
  margin: 0 auto;
}

.filters-booking__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 1;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin: 40px 0;
}

@media (max-width: 1440px) {
  .filters-booking__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .filters-booking__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.input-styler {
  position: relative;
}

.input-styler > label {
  color: #8ca3a8;
  position: absolute;
  font-size: 12px;
  line-height: 120%;
  word-spacing: 0%;
  top: 10px;
  left: 20px;
}

.input-styler > label > span {
  color: #5b602e;
}

.input-styler > input,
.input-styler > select,
.input-styler > textarea {
  color: #606060;
  width: 100%;
  padding: 26px 20px 10px;
  border: 1px solid #d1dfe2;
  border-radius: 12px;
}

.input-styler > select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/img/icons/CaretDown.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.filters-booking__item .btn-default {
  width: 100%;
}

.appartment-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 1440px) {
  .appartment-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 40px;
  }
}

.appartment-item {
  display: flex;
  flex-direction: column;
  justify-items: stretch;
  align-items: flex-start;
}

.appartment-item__img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
}

.appartment-item__info {
  display: flex;
  flex-direction: column;
}

.appartment-item__info-header {
  margin-bottom: 20px;
}

.adveristment-block {
  margin-top: 120px;
}

@media (max-width: 1440px) {
  .adveristment-block {
    margin-top: 80px;
  }
}

.adveristment-block__img {
  width: 100%;
  border-radius: 20px;
}

.adveristment-block__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

@media (max-width: 1440px) {
  .adveristment-block__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.adveristment-block__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 74px;
}

.adveristment-block__info-header {
  color: #5b602e;
  margin-bottom: 40px;
}

.adveristment-block__info-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: stretch;
  justify-content: space-around;
  align-items: stretch;
  gap: 40px;
  justify-items: start;
}

.adveristment-block-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  border-left: 1px solid #5b602e;
  padding-left: 20px;
}

.adveristment-block-item__number {
  color: #5b602e;
  margin-bottom: 30px;
}

/* advantages */
.advantages {
  margin-top: 160px;
}

@media (max-width: 1440px) {
  .advantages {
    margin-top: 80px;
  }
}

.advantages-info {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 1440px) {
  .advantages-info {
    margin-bottom: 20px;
  }
}

.advantages-info__header {
  color: #5b602e;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .advantages-info__header {
    margin-bottom: 20px;
  }
}

.advantages-info__text {
  max-width: 1360px;
  margin: 0 auto;
}

.advantages__items {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}

@media (max-width: 1440px) {
  .advantages__items {
    gap: 20px 0;
  }
}

.advantages-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 20px;
}

@media (max-width: 1440px) {
  .advantages-item {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .advantages-item {
    grid-template-columns: auto;
  }
}

.advantages-item__info {
  text-align: center;
  padding: 0 80px;
}

@media (max-width: 992px) {
  .advantages-item__info {
    padding: 0 20px;
  }
}

@media (max-width: 1440px) {
  .advantages-item__info {
    order: 2;
  }
}

.advantages-item__header {
  margin-bottom: 20px;
}

.advantages-item__img {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
}

.advantages-item--right .advantages-item__img {
  order: -1;
}

@media (max-width: 1440px) {
  .advantages-item--right .advantages-item__img {
    order: 1;
  }
}

.advantages-item__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ad-gallery {
  margin-top: 160px;
}

@media (max-width: 1440px) {
  .ad-gallery {
    margin-top: 80px;
  }
}

.ad-gallery__info {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 1440px) {
  .ad-gallery__info {
    text-align: center;
    margin-bottom: 40px;
  }
}

.ad-gallery__header {
  color: #5b602e;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .ad-gallery__header {
    margin-bottom: 20px;
  }
}

.ad-gellery__text {
  max-width: 1360px;
  margin: 0 auto;
}

.ad-gallery__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px 20px;
}

@media (max-width: 1440px) {
  .ad-gallery__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ad-gallery-item {
  position: relative;
}

.ad-gallery-item--item1 {
  grid-column: 1/ 2;
  grid-row: 1 / span 2;
}

.ad-gallery-item--item2 {
  grid-column: 2/ 3;
  grid-row: 1/ 2;
}

.ad-gallery-item--item3 {
  grid-column: 2/ 3;
  grid-row: 2/ 3;
}

.ad-gallery-item--item4 {
  grid-column: 3/ 4;
  grid-row: 1 / span 2;
}

.ad-gallery-item--item5 {
  grid-column: 1/ 2;
  grid-row: 3 / 4;
}

.ad-gallery-item--item6 {
  grid-column: 2 / span 2;
  grid-row: 3 / 4;
}

@media (max-width: 1440px) {
  .ad-gallery-item {
    grid-column: auto;
    grid-row: auto;
  }
}

.ad-gallery-item__img {
  width: 100%;
}

.ad-gallery-item__text {
  color: #4d4d4d;
  font-weight: 600;
  padding: 16px 12px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.69);
  top: 20px;
  left: 20px;
  border-radius: 20px;
}

.videos {
  margin-top: 160px;
}

@media (max-width: 1440px) {
  .videos {
    margin-top: 80px;
  }
}

.videos-info {
  margin-bottom: 80px;
}

@media (max-width: 1440px) {
  .videos-info {
    margin-bottom: 40px;
  }
}

.videos-info__header {
  text-align: center;
  color: #5b602e;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .videos-info__header {
    margin-bottom: 20px;
  }
}

.videos-info__text {
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
}

.videos__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

@media (max-width: 1440px) {
  .videos__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .videos__items {
    grid-template-columns: auto;
  }
}

.videos-item__img {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}

.videos__buttons {
  margin-top: 80px;
  text-align: center;
}

.faq {
  margin-top: 160px;
}

@media (max-width: 1440px) {
  .faq {
    margin-top: 80px;
  }
}

.faq__sides {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1440px) {
  .faq__sides {
    grid-template-columns: auto;
  }
}

.faq__header {
  color: #5b602e;
  margin-bottom: 60px;
}

@media (max-width: 1440px) {
  .faq__header {
    text-align: center;
  }
}

.faq__img {
  max-width: 98%;
  border: 20px;
}

@media (max-width: 1440px) {
  .faq__img {
    display: none;
  }
}

.faq__items {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}

.faq-item {
  border-bottom: 1px solid #c4d5d9;
  margin-bottom: 40px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:after {
  content: url(/img/icons/faq-close.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq-item details[open] summary:after {
  content: url(/img/icons/faq-open.svg);
  animation-duration: 1s;
}

.faq-item details[open] {
  animation: slide 0.5s ease-in-out;
  animation-duration: 1s;
}

.faq-item__question {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 0 20px 20px 0;
  cursor: pointer;
}

.faq-item__answer {
  padding-bottom: 20px;
}

.order-block {
  margin-top: 160px;
}

@media (max-width: 1440px) {
  .order-block {
    margin-top: 80px;
    padding: 0;
  }
}

.order-block__info {
  margin-bottom: 80px;
}

@media (max-width: 1440px) {
  .order-block__info {
    margin-bottom: 40px;
  }
}

.order-block__header {
  text-align: center;
  color: #5b602e;
}

.order-block__main {
  padding: 60px 40px;
  background-color: #fff3e4;
  border: 1px solid #fbdbb3;
}

@media (max-width: 768px) {
  .order-block__main {
    padding: 20px;
  }
}

.order-block-main__sides {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 1440px) {
  .order-block-main__sides {
    grid-template-columns: auto;
  }
}

.order-form__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
}

.order-form__input {
  background-color: transparent;
}

.order-form__suggestion {
  text-align: center;
  margin-top: 20px;
}

.order-form__buttons {
  margin-top: 40px;
}

.order-form__buttons .btn-default {
  width: 100%;
}

.contact-info__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
}

.contact-info-item {
  position: relative;
  padding: 26px 20px 10px;
  border-bottom: 1px solid #d1dfe2;
}

.contact-info-item__subtitle {
  color: #8ca3a8;
  position: absolute;
  font-size: 12px;
  line-height: 120%;
  word-spacing: 0%;
  top: 10px;
  left: 20px;
}

.contact-info-item--img {
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: center;
  justify-content: flex-start;
}

.appartment-booking {
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;

  overflow: hidden;
  overflow-y: auto;

  width: 98%;
  height: 98%;

  transform: translateX(-50%) translateY(-50%);

  border: 1px solid #e1e1e1;
  border-radius: 20px;
  background-color: #fff;
}

.close-btn {
  content: "";
  background-image: url("/img/icons/modal-close-btn.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  border: 1px solid #8ca3a8;
  border-radius: 50%;
}

.appartment-booking__top,
.appartment-booking__middle,
.appartment-booking__bottom {
  padding: 20px;
}

.appartment-booking__header {
  display: flex;
  flex-direction: row;

  padding-bottom: 20px;

  border-bottom: 1px solid #e1e1e1;

  justify-items: space-between;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.appartment-booking-images {
  display: grid;

  margin-bottom: 20px;

  gap: 20px;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto;
}

.appartment-booking-images__item:nth-child(1) {
  grid-row: 1 / span 2;
}

.appartment-booking-images__link {
  width: 100%;
}

.appartment-booking-images__img {
  width: 100%;
}

.appartment-booking-text__description {
  margin: 20px 0;
}

.appartment-booking-text__description p {
  margin: 0;
}

.appartment-booking__properties {
  display: grid;

  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .appartment-booking__properties {
    grid-template-columns: auto;
  }
}

.appartment-prop__header {
  margin-bottom: 20px;
}

.appartment-prop ul li {
  margin-bottom: 8px;
  margin-left: 20px;

  list-style: disc;
}

.appartment-booking-order__items {
  display: grid;

  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .appartment-booking-order__items {
    grid-template-columns: auto;
  }
}

.appartment-booking-order__item .btn-default {
  width: 100%;
}

.useful-information {
  margin-top: 160px;
}

@media (max-width: 1440px) {
  .useful-information {
    margin-top: 80px;
  }
}

.useful-information__header {
  text-align: center;
  color: #5b602e;
}

.useful-information-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: stretch;
  align-items: stretch;
}

@media (max-width: 1440px) {
  .useful-information-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .useful-information-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.useful-information__info {
  margin-bottom: 40px;
}

.useful-information-item {
  padding: 20px;
  border: 1px solid #5b602e;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 992px) {
  .useful-information-item {
    padding: 0;
    border: none;
    grid-column: 1 / -1 !important;
  }
}

.useful-information-item__subtitle {
  color: #5b602e;
}

.useful-information-item__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.useful-information-item__img {
  border-radius: 20px;
  width: 100%;
}

.footer {
  margin-top: 160px;
  color: #fbdbb3;
  background-color: #384031;
  /* padding: 100px 0 0; */
}

@media (max-width: 1440px) {
  .footer {
    margin-top: 80px;
    padding: 40px 0 0;
  }
}

.footer a {
  color: #d2b187;
  text-decoration: none;
}

.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1440px) {
  .footer__logo {
    margin-bottom: 40px;
  }
}

.footer__logo-img {
  max-width: 100%;
}

.footer__add-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

@media (max-width: 1440px) {
  .footer__add-info {
    flex-direction: column;
    padding-bottom: 20px;
  }
}

.footer__sides {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8px;
  border-bottom: 1px solid #4e5e3f;
}

.footer-map {
  margin: 30px;
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 1440px) {
  .footer__sides {
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer__side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  align-content: stretch;
  flex-wrap: nowrap;
}

.footer__side--left {
  border-right: 1px solid #4e5e3f;
}

@media (max-width: 1440px) {
  .footer__side--left {
    border-right: none;
  }
}

.footer-menu {
  padding: 80px 1%;
}

@media (max-width: 1440px) {
  .footer-menu {
    padding: 40px 1%;
  }
}

.footer-menu__header {
  color: #fbdbb3;
  margin-bottom: 40px;
}

.footer-menu__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.footer-contacts {
  padding: 80px 1%;
}

@media (max-width: 1440px) {
  .footer-contacts {
    padding: 0 1% 40px;
  }
}

.footer-contacts__header {
  color: #fbdbb3;
  margin-bottom: 40px;
}

.footer-contacts__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.footer-contacts__address {
  color: #d2b187;
}

.tri-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 20px 0;
}

.mobl {
  display: none;
}

@media (max-width: 1440px) {
  .mobl {
    display: flex;
  }

  .nav-top-contacts__link i {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .tri-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 450px) {
  .main-screen__title {
    font-size: 36px;
  }

  .nav-top-logo__img {
    height: 50px;
  }

  h1, .header-1 {
    font-size: 30px;
  }

  .text-1 {
    font-size: 18px;
  }

  .text-2 {
    font-size: 16px;
  }

  .adveristment-block__info-items {
    grid-template-columns: repeat(1,1fr);
  }

  h3, .header-3 {
    font-size: 18px;
  }

  h4, .header-4 {
    font-size: 16px;
  }

  h2, .header-2 {
    font-size: 24px;
  }
}
