/* starter */
* {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Viaoda Libre", serif;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: auto;
  font-family: "Viaoda Libre", serif;
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 37px;
  }
}

.btn {
  border-radius: 0;
  color: #3B3E43;
  font-size: 16px;
  font-weight: 600;
}
.btn-light {
  font-size: 14px;
  padding: 20px 22px;
}
@media screen and (min-width: 1200px) {
  .btn-light {
    font-size: 16px;
    padding: 25px 35px;
  }
}
.btn-outline-light {
  font-size: 14px;
  padding: 20px 22px;
  color: #fff;
  border-width: 2px;
}
@media screen and (min-width: 1200px) {
  .btn-outline-light {
    font-size: 16px;
    padding: 25px 35px;
  }
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

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

.align-items-center {
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1290px;
  }
}

.container-fluid {
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* main_layout */
/* main_layout_home */
.home-main-layout {
  max-width: 100%;
  padding-top: 75px;
  overflow: hidden;
  min-height: 1048px;
}
@media screen and (min-width: 1200px) {
  .home-main-layout {
    padding-top: 85px;
    min-height: 700px;
  }
}
.home-main-layout h1, .home-main-layout p {
  color: #fff;
}
.home-main-layout h1 {
  line-height: 1.2 !important;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .home-main-layout h1 {
    margin-bottom: 20px;
  }
}
.home-main-layout p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .home-main-layout p {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .home-main-layout__content {
    padding-left: 0;
    padding-right: 65px;
  }
}
@media screen and (max-width: 768px) {
  .home-main-layout__content {
    height: 465px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.home-main-layout__content .row {
  width: 100%;
}
.home-main-layout__btn {
  /* &_phone {

  }
  &_email {

  } */
}
.home-main-layout__btn_booking {
  margin-bottom: 20px;
}
.home-main-layout__btn_aparts {
  margin-bottom: 47px;
}
@media screen and (max-width: 768px) {
  .home-main-layout__btn_aparts {
    margin-bottom: 0;
  }
}
.home-main-layout__btn_email, .home-main-layout__btn_phone {
  font-size: 14px;
  font-weight: 600;
  padding: 0 !important;
  color: #8F6A36 !important;
}
@media screen and (min-width: 1200px) {
  .home-main-layout__btn_email, .home-main-layout__btn_phone {
    font-size: 18px;
  }
}
.home-main-layout__btn_email:hover, .home-main-layout__btn_phone:hover {
  color: #fff !important;
}
.home-main-layout__slider {
  padding: 50px 22px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .home-main-layout__slider {
    padding: 50px 30px;
    height: 530px;
  }
}
.home-main-layout__slider_tabs {
  margin-bottom: 17px;
  transition: 0.3s;
  cursor: pointer;
}
.home-main-layout__slider_tabs__row {
  padding: 0;
}
.home-main-layout__slider_tabs__item {
  width: 100%;
  text-align: center;
}
.home-main-layout__slider_tabs__item * {
  color: #fff;
}
.home-main-layout__slider_tabs__item:first-child {
  -moz-text-align-last: left;
       text-align-last: left;
}
.home-main-layout__slider_tabs__item:last-child {
  -moz-text-align-last: right;
       text-align-last: right;
}
.home-main-layout__slider_tabs__item.active .home-main-layout__slider_tabs__count {
  color: #EDC90B !important;
}
.home-main-layout__slider_tabs__item.active .home-main-layout__slider_tabs__point {
  background-color: #EDC90B !important;
}
.home-main-layout__slider_tabs__item:hover .home-main-layout__slider_tabs__point {
  box-shadow: 0px -8px 20px 3px rgb(255, 255, 255);
}
.home-main-layout__slider_tabs__point {
  height: 3px;
  width: 100%;
  transition: 0.3s;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4274509804);
}
.home-main-layout__slider_tabs__count {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 17px;
}
.home-main-layout__slider_info {
  width: calc(100% + 24px);
}
@media screen and (min-width: 1200px) {
  .home-main-layout__slider_info {
    width: 100%;
    font-size: 16px;
  }
}
.home-main-layout .slider__items {
  background-color: rgba(255, 255, 255, 0.95);
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .home-main-layout .slider__items {
    -webkit-backdrop-filter: blur(32px);
            backdrop-filter: blur(32px);
    background-color: rgba(255, 255, 255, 0.17);
  }
}
.home-main-layout .slider__item {
  display: none;
  padding: 20px 3px;
}
@media screen and (min-width: 1200px) {
  .home-main-layout .slider__item {
    padding: 20px 27px;
    padding-right: 85px;
    min-height: 147px;
  }
}
.home-main-layout .slider__item_title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (min-width: 1200px) {
  .home-main-layout .slider__item_title {
    font-size: 16px;
  }
}
.home-main-layout .slider__item_text {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .home-main-layout .slider__item_text {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.home-main-layout .slider__item.active {
  display: flex !important;
}
.home-main-layout .slider__item .btn {
  padding: 12px 15px;
}
@media screen and (min-width: 1200px) {
  .home-main-layout .slider__item .btn {
    padding: 17px 25px;
  }
}
.home-main-layout::before {
  content: "";
  transition: 0.5s ease-in-out;
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(51% + 205px);
  /*background-image: var(--element-before-bg-image);*/
  background-color: #212432;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home-main-layout::before {
    width: 100%;
    height: 540px;
    right: 0;
  }
}
.home-main-layout::after {
  content: "";
  transition: 0.5s ease-in-out;
  display: block;
  width: calc(51% + 205px);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(49% - 205px);
  background-image: var(--element-after-bg-image);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home-main-layout::after {
    width: 100%;
    height: 520px;
    top: 540px;
    left: 0;
  }
}

/* main_layout_select_floor */
.home-main-layout__floor_select {
  position: relative;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media screen and (min-width: 1200px) {
  .home-main-layout__floor_select {
    min-height: 660px;
  }
}
.home-main-layout__floor_select::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .home-main-layout__floor_select .home-main-layout__slider {
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.home-main-layout__floor_select .home-main-layout__btn_aparts {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .home-main-layout__floor_select .floor_container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(51% + 205px);
    top: 0;
  }
}
.home-main-layout__floor_select .floor_container path {
  transition: 0.3s;
  fill: rgba(248, 248, 248, 0.8549019608);
  cursor: pointer;
  opacity: 0;
}
.home-main-layout__floor_select .floor_container path:hover {
  opacity: 1;
}
.home-main-layout__floor_select .floor_container .helper {
  display: none;
  padding: 12px 18px;
  padding-top: 16px;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
.home-main-layout__floor_select .floor_container .helper__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 84.02%;
  text-transform: uppercase;
  color: #3B3E43;
  padding-bottom: 5px;
}
.home-main-layout__floor_select .floor_container .helper__info {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #3B3E43;
  line-height: 100%;
}
.home-main-layout__floor_select__floor path:hover {
  fill: rgba(168, 137, 98, 0.7647058824);
  cursor: pointer;
}

/* main_layout_select_floor_apart */
.floor_container__main .floor_container__floor {
  position: relative;
}
.floor_container__main .floor_container__floor svg {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
}
.floor_container__main .floor_container__floor img,
.floor_container__main .floor_container__floor svg {
  width: 100%;
}
.floor_container__main .floor_container__floor path {
  transition: all 0.3s ease;
}
.floor_container__main .floor_container__floor path:hover {
  fill: rgba(237, 199, 11, 0.6);
  cursor: pointer;
}
.floor_container__main .helper {
  z-index: 9;
  display: none;
  padding: 12px 18px;
  padding-top: 16px;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
.floor_container__main .helper__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 84.02%;
  text-transform: uppercase;
  color: #3B3E43;
  padding-bottom: 5px;
}
.floor_container__main .helper__info {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #3B3E43;
  line-height: 100%;
}

.floor_tabs {
  padding-right: 20px;
  padding-bottom: 15px;
}
.floor_tabs .floor_tab {
  font-size: 18px;
  padding: 10px 20px;
  color: #AAAAAA;
  transition: 0.3s;
  border-radius: 12px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}
.floor_tabs .floor_tab.active {
  color: #D38D3B;
}
.floor_tabs .floor_tab:hover {
  color: rgba(211, 140, 59, 0.7254901961);
}
/*# sourceMappingURL=style.min.css.map */
