@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&subset=cyrillic,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i&subset=cyrillic,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic,cyrillic-ext,latin-ext");
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
body.slim-header {
  padding-top: 153px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  body.slim-header {
    padding-top: 109px;
  }
}

.full--container {
  width: 100%;
  position: relative;
}

.container {
  width: 1240px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
}
.container--row {
  flex-direction: row;
}
.container--column {
  flex-direction: column;
}
@media only screen and (max-width: 1240px) {
  .container {
    width: 100%;
  }
}

.no_underline {
  text-decoration: none;
}

html.mobile_menu_open, body.mobile_menu_open {
  overflow: hidden;
}

.base_button {
  display: block;
  padding: 20px 50px;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #D72333;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  outline: none;
  text-decoration: none;
}
.base_button.invert {
  color: #000;
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
}
@media only screen and (max-width: 480px) {
  .base_button.mobile_hide {
    display: none;
  }
}

#map {
  width: 100%;
  height: 100%;
  display: block;
}

.wpcf7-form p {
  margin: 0;
}
.wpcf7-form label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email] {
  width: 100%;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 50px;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  border: 1px solid #E4E1DF;
}
.wpcf7-form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 86px;
  min-height: 86px;
  max-height: 86px;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  border: 1px solid #E4E1DF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding-top: 10px;
}
.wpcf7-form .wpcf7-submit {
  display: block;
  padding: 20px 50px;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #D72333;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  outline: none;
  text-decoration: none;
}

.mapper {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: white;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}

#gdpr {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid #000;
  z-index: 300;
}

#gdpr .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 1rem;
}

.two-rows {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1040px) {
  .two-rows {
    flex-direction: column;
  }
}

#gdpr .content .first {
  width: 65%;
}
@media only screen and (max-width: 1040px) {
  #gdpr .content .first {
    width: 100%;
  }
}

.btn {
  max-width: 186px;
  min-width: 186px;
  max-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  border-radius: 0.3rem;
  color: white;
  cursor: pointer;
}
@media only screen and (max-width: 1040px) {
  .btn {
    margin-top: 10px;
  }
}
.btn.inverse {
  margin-left: 20px;
  background-color: #fff;
  border: 1px solid #000;
  color: black;
}
@media only screen and (max-width: 1040px) {
  .btn.inverse {
    margin-left: 0;
  }
}

.open_search_button {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -140px;
}
@media only screen and (max-width: 768px) {
  .open_search_button {
    margin: 0;
    left: auto;
    right: 0;
    width: auto;
    padding: 10px 25px;
  }
}

.table--container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .table--container {
    flex-direction: column;
  }
}
.table--large {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #AEB9D0;
  margin-bottom: 20px;
}
.table--large th {
  background-color: #F6F9FF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #161D2B;
  font-weight: 500;
}
.table--large td, .table--large th {
  border: 1px solid #AEB9D0;
}
.table--large td {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #7B7B7B;
}
.table--single {
  width: 45%;
  border-collapse: collapse;
  border: 1px solid #AEB9D0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .table--single {
    width: 100%;
  }
}
.table--single th {
  background-color: #F6F9FF;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #161D2B;
  font-weight: 500;
}
.table--single td, .table--single th {
  border: 1px solid #AEB9D0;
}
.table--single td {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #7B7B7B;
}

.filter_disc {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.filter_disc--item {
  display: block;
  padding: 10px 20px;
  border: 1px solid #AEB9D0;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s all ease-in;
}
.filter_disc--item:hover, .filter_disc--item.active {
  background-color: #AEB9D0;
  color: white;
}

.table--minimized {
  margin-bottom: 20px;
  padding: 25px 20px;
  border: 1px solid #554C43;
}
.table--minimized table, .table--minimized section, .table--minimized .content {
  max-height: 0 !important;
  overflow: hidden;
  height: auto !important;
  border: 0;
  display: block;
  margin-bottom: 0;
}
.table--minimized .table--title {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.table--minimized .table--title::after {
  transition: 0.3s all ease-in;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  height: 6px;
  width: 10px;
  background: url(../../img/language_arrow_down.svg) no-repeat center center;
}
.table--minimized__open {
  cursor: default;
}
.table--minimized__open .table--title {
  margin-bottom: 50px;
  color: #D72333;
}
.table--minimized__open .table--title::after {
  transform: rotateX(180deg);
}
.table--minimized__open table {
  border: 1px solid #554C43;
  max-height: 9999px !important;
  display: table;
  margin-bottom: 20px;
}
.table--minimized__open table a {
  color: #D72333;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.table--minimized__open section {
  max-height: 9999px !important;
}
.table--minimized__open .content {
  max-height: 9999px !important;
}

header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  background: #FFFFFF;
  z-index: 10;
}
header .container {
  justify-content: space-between;
  position: relative;
  background: white;
}
header .container:first-child {
  border-bottom: 1px solid rgba(85, 76, 67, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
}
header .container:last-child {
  padding-bottom: 0;
  padding-top: 0;
  transition: 0.3s all ease-in;
}
@media only screen and (max-width: 1040px) {
  header .container:last-child {
    max-height: 0px;
    padding: 0;
  }
}
header #logo {
  width: 123px;
  height: 59px;
  background: url(../../img/logo.png) no-repeat center center;
  background-size: contain;
  text-decoration: none;
}
@media only screen and (max-width: 1040px) {
  header #logo {
    width: 123px;
    height: 59px;
  }
}
header .logo_undertext {
  font-size: 10px;
  color: #C6C8D1;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 12px;
  margin-left: 61px;
  margin-top: 8px;
  transition: 0.3s all ease-in;
  max-height: 999px;
}
@media only screen and (max-width: 1040px) {
  header .logo_undertext {
    max-height: 0;
    overflow: hidden;
    margin: 0;
  }
}
header .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .contacts {
  font-size: 10px;
  color: #000000;
  text-align: right;
  letter-spacing: 0.44px;
  margin-right: 25px;
}
@media only screen and (max-width: 1040px) {
  header .contacts {
    margin-right: 15px;
  }
}
header .contacts a {
  text-decoration: none;
  color: #D72333;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 1040px) {
  header .contacts a {
    display: block;
    text-indent: 9999px;
    overflow: hidden;
    white-space: nowrap;
    width: 30px;
    height: 30px;
    background: url(../../img/phone.svg) no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 1040px) {
  header .contacts span {
    display: none;
  }
}
@media only screen and (max-width: 1040px) {
  header .mobile_spliter {
    height: 68px;
    width: 1px;
    border-right: 1px solid rgba(85, 76, 67, 0.1);
  }
}
@media only screen and (max-width: 1040px) {
  header .mobile_meniu {
    height: 68px;
    width: 60px;
    background: url(../../img/menu_button.svg) no-repeat center center;
  }
}
header .language {
  position: relative;
  border: 1px solid #E4E1DF;
  border-radius: 5px;
  cursor: pointer;
  width: 57px;
  max-height: 48px;
  overflow: hidden;
  transition: 0.3s all ease-in;
}
@media only screen and (max-width: 1040px) {
  header .language {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    width: 0;
    border: 0px;
  }
}
header .language .current_language {
  padding: 12px 12px;
  width: 100%;
  position: relative;
  font-size: 14px;
}
header .language .current_language::after {
  transition: 0.3s all ease-in;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 19px;
  height: 6px;
  width: 10px;
  background: url(../../img/language_arrow_down.svg) no-repeat center center;
}
header .language .languages_dropdown {
  overflow: hidden;
  max-height: 0;
  position: absolute;
  top: 44px;
  left: -1px;
  right: -1px;
  margin: 0;
  list-style: none;
  padding: 3px 0 0;
  background: #FFFFFF;
  border: 1px solid #E4E1DF;
  border-top: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: 0.3s all ease-in;
}
header .language .languages_dropdown li {
  text-align: center;
  padding: 15px 18px;
  position: relative;
  height: 52px;
  transition: 0.3s all ease-in;
}
header .language .languages_dropdown li a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.47px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 55px;
}
header .language .languages_dropdown li:hover {
  background-color: #D72333;
}
header .language .languages_dropdown li:hover a {
  color: #FFFFFF;
  font-size: 14px;
}
header .language .languages_dropdown li:hover:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .language.open {
  max-height: 300px;
  overflow: visible;
}
header .language.open .current_language::after {
  transform: rotateX(180deg);
}
header .language.open .languages_dropdown {
  overflow: visible;
  max-height: 999px;
  z-index: 100;
}

.slim-header header {
  position: fixed;
  top: 0;
}
.slim-header header .logo_undertext {
  max-height: 0;
  overflow: hidden;
  margin: 0;
}

@media only screen and (max-width: 1040px) {
  .mobile_menu_open header .container:last-child {
    max-height: 1500px;
    position: fixed;
    overflow: visible;
    top: 89px;
    bottom: 0;
    overflow-y: scroll;
  }
}

nav {
  width: 100%;
}
nav .menu {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
@media only screen and (max-width: 1040px) {
  nav .menu {
    flex-direction: column;
  }
}
nav .menu li {
  cursor: pointer;
  padding: 10px 40px;
  position: relative;
  transition: 0.3s all ease-in;
}
nav .menu li.multi.mobile_only {
  display: none;
}
@media only screen and (max-width: 1040px) {
  nav .menu li.multi.mobile_only {
    display: block;
  }
}
nav .menu li.multi::after {
  transition: 0.3s all ease-in;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 18px;
  height: 6px;
  width: 10px;
  background: url(../../img/language_arrow_down.svg) no-repeat center center;
}
@media only screen and (max-width: 1180px) {
  nav .menu li.multi::after {
    top: 23px;
  }
}
@media only screen and (max-width: 1040px) {
  nav .menu li.multi::after {
    top: 23px;
    right: 20px;
  }
}
nav .menu li.multi::after {
  transform: rotateX(180deg);
}
@media only screen and (max-width: 1040px) {
  nav .menu li.multi::after {
    transform: rotateX(0deg);
  }
  nav .menu li.multi .menu_lv2 li {
    cursor: pointer;
    transition: 0.3s all ease-in;
    background-color: #FFFFFF;
  }
}
nav .menu li.multi:last-of-type .menu_lv2 {
  left: auto;
  right: 0;
}
nav .menu li.multi::after {
  transform: rotateX(180deg);
}
@media only screen and (max-width: 1040px) {
  nav .menu li.multi .menu_lv2 {
    background: #F6F9FF;
    margin-top: 10px;
  }
  nav .menu li.multi .menu_lv2 li {
    background: #F6F9FF;
    cursor: pointer;
    transition: 0.3s all ease-in;
    padding-left: 0;
    background: #F6F9FF;
  }
}
@media only screen and (max-width: 1040px) {
  nav .menu li.multi > span > a {
    display: none;
  }
}
nav .menu li .menu_lv2 {
  transition: 0.3s all ease-in;
  position: absolute;
  left: 0;
  top: 42px;
  min-width: 100%;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 5px 10px 0 rgba(68, 68, 68, 0.5);
}
@media only screen and (max-width: 1040px) {
  nav .menu li .menu_lv2 {
    position: relative;
    top: auto;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1040px) {
  nav .menu li .menu_lv2 li {
    transition: 0s all ease-in;
  }
}
@media only screen and (max-width: 1040px) {
  nav .menu li .menu_lv2 li span {
    transition: 0s all ease-in;
  }
}
nav .menu li.active > span {
  color: #FFFFFF;
}
@media only screen and (max-width: 1040px) {
  nav .menu li.active > span {
    color: #000000;
  }
}
@media only screen and (max-width: 1040px) {
  nav .menu li.active {
    background-color: #FFFFFF;
  }
}
@media only screen and (max-width: 1180px) {
  nav .menu li {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 1040px) {
  nav .menu li {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
nav span {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  transition: 0.3s all ease-in;
}
nav span a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
nav .menu_lv3 {
  transition: 0s all ease-in;
  padding: 0;
  list-style: none;
}
nav .menu_lv3 li {
  background: #F6F9FF;
}
nav .menu_lv3 li span.menu_lv3_item {
  color: #000000;
  padding-left: 15px;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: rgba(18, 46, 72, 0.87);
  opacity: 0;
  transition: 0.3s all ease-in;
}
.banner.visible {
  opacity: 1;
}
.banner ul {
  height: 511px;
  position: relative;
}
.banner ul li {
  top: 0;
  bottom: 0;
  display: block !important;
}
@media only screen and (max-width: 1040px) {
  .banner ul {
    height: 499px;
  }
}
.banner_full {
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner_full::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(85, 76, 67, 0.3);
  z-index: 2;
}
.banner_container {
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 480px) {
  .banner_container {
    justify-content: flex-start;
  }
}
.banner_title {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #FFFFFF;
  width: 60%;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1040px) {
  .banner_title {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .banner_title {
    font-size: 44px;
  }
}
.banner_text {
  font-family: "Open Sans", serif;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  line-height: 26px;
  width: 55%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1040px) {
  .banner_text {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .banner_text {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
}
.banner_button {
  display: block;
  padding: 20px 50px;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #D72333;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  outline: none;
  text-decoration: none;
}
.banner_button__width {
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .banner_button {
    padding: 20px 30px;
  }
}
.banner_tripadvisor {
  display: block;
  position: absolute;
  width: 160px;
  height: 104px;
  cursor: pointer;
  background: url(../../img/header_tripadvisor.png) no-repeat;
  background-size: cover;
  background-position: center center;
  right: 0;
  top: 50%;
  margin-top: -52px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .banner_tripadvisor {
    top: 15%;
  }
}
.banner .rslides_tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  height: 40px;
  z-index: 5;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1040px) {
  .banner .rslides_tabs {
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .banner .rslides_tabs {
    bottom: 220px;
  }
}
.banner .rslides_tabs li {
  text-indent: 9999px;
  overflow: hidden;
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  opacity: 0.5;
  transition: 0.3s all ease-in;
  border-radius: 50%;
  position: relative;
}
.banner .rslides_tabs li a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner .rslides_tabs li.rslides_here {
  opacity: 1;
}

.about {
  background-color: #F6F9FF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1040px) {
  .about {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.about--title {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.93px;
  color: #B0B0B0;
  margin-bottom: 30px;
}
.about--title__big {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 42px;
  color: #000000;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1040px) {
  .about--title__big {
    margin-bottom: 35px;
    font-size: 30px;
  }
}
.about--main {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 562px;
}
.about--items {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #D5DCE9;
}
@media only screen and (max-width: 768px) {
  .about--items {
    flex-wrap: wrap;
  }
}
.about--item {
  min-height: 140px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  flex-basis: 100%;
  cursor: pointer;
  position: relative;
}
.about--item::after {
  content: "";
  display: block;
  height: 4px;
  width: 30px;
  background: #D72333;
  transition: 0.3s all ease-in;
  opacity: 0;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1040px) {
  .about--item::after {
    display: none;
  }
}
.about--item.active .about--item-image-active, .about--item:hover .about--item-image-active {
  opacity: 1;
}
.about--item.active .about--item-image-inactive, .about--item:hover .about--item-image-inactive {
  opacity: 0;
}
.about--item.active::after, .about--item:hover::after {
  opacity: 1;
}
@media only screen and (max-width: 1040px) {
  .about--item {
    min-height: 60px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .about--item {
    width: 25%;
    flex-grow: 1;
    flex-basis: unset;
  }
}
.about--item-image-inactive, .about--item-image-active {
  opacity: 0;
  transition: 0.3s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: center center;
}
.about--item-image-inactive {
  opacity: 1;
}
.about--item-image {
  width: 60px;
  height: 60px;
  border: 1px solid #D5DCE9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.about--item-title-sm {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.44px;
  color: #7B7B7B;
  line-height: 19px;
  text-align: center;
}
@media only screen and (max-width: 1040px) {
  .about--item-title-sm {
    display: none;
  }
}
.about--item-desc {
  width: 100%;
  display: flex;
  flex-direction: row;
  min-height: 0px;
  max-height: 0px;
  height: 0;
  transition: 0.3s all ease-in;
  overflow: hidden;
  align-items: stretch;
}
.about--item-desc.active {
  min-height: 420px;
  max-height: 420px;
  height: 420px;
}
@media only screen and (max-width: 1040px) {
  .about--item-desc.active {
    min-height: 540px;
    max-height: 540px;
    height: 540px;
  }
}
@media only screen and (max-width: 768px) {
  .about--item-desc.active {
    min-height: none;
    max-height: none;
    height: auto;
  }
}
@media only screen and (max-width: 1040px) {
  .about--item-desc {
    flex-direction: column;
  }
}
.about--item-left, .about--item-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 1040px) {
  .about--item-left, .about--item-right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .about--item-left, .about--item-right {
    height: auto;
  }
}
.about--item-left {
  padding: 40px 80px;
}
@media only screen and (max-width: 1040px) {
  .about--item-left {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .about--item-left {
    padding: 20px 0;
  }
}
.about--item-right {
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1040px) {
  .about--item-right {
    width: 100%;
  }
}
.about--item-title {
  font-size: 25px;
  color: #000000;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1040px) {
  .about--item-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.about--item-desciption {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #7B7B7B;
  letter-spacing: 0.5px;
  line-height: 26px;
}
.about--descimage {
  width: 600px;
  height: 300px;
  background-size: cover;
  background-position: center center;
  box-shadow: rgba(185, 194, 208, 0.5) 0 14px 22px;
}

.activities {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1040px) {
  .activities {
    padding-top: 45px;
    padding-bottom: 45px;
    overflow: hidden;
  }
}
.activities--title {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.93px;
  color: #B0B0B0;
  margin-bottom: 30px;
}
.activities--title__big {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 42px;
  color: #000000;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1040px) {
  .activities--title__big {
    margin-bottom: 35px;
    font-size: 30px;
  }
}
.activities--container {
  width: 100%;
  overflow: visible;
}
.activities--main {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  .activities--main {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .activities--main {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.activities--item {
  width: 280px;
  margin-bottom: 25px;
  height: 300px;
  position: relative;
  z-index: 1;
  display: flex;
  padding: 45px 20px;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  box-shadow: rgba(185, 194, 208, 0.5) 0 14px 22px;
}
.activities--item:hover .activities--item-overlay {
  bottom: 300px;
}
.activities--item:hover .activities--item-hover {
  bottom: 0px;
}
.activities--item:hover .activities--item-hover .activities--item-title {
  opacity: 1;
  margin-bottom: 30px;
}
.activities--item:hover .activities--item-title {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .activities--item:hover .activities--item-overlay {
    bottom: auto;
    top: 0;
  }
  .activities--item:hover .activities--item-hover {
    bottom: 0px;
  }
  .activities--item:hover .activities--item-hover .activities--item-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1180px) {
  .activities--item {
    margin: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .activities--item {
    flex-shrink: 0;
    flex-grow: 0;
    width: 230px !important;
    background-repeat: no-repeat;
    height: 510px;
  }
}
.activities--item-title {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0.5px;
  transition: 0.3s all ease-in;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .activities--item-title {
    display: none;
  }
}
.activities--item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  z-index: 2;
  background-image: url(../../img/overlay.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in;
}
@media only screen and (max-width: 768px) {
  .activities--item-overlay {
    bottom: auto;
    top: 0;
  }
}
.activities--item-hover {
  position: absolute;
  bottom: -300px;
  height: 300px;
  left: 0;
  right: 0;
  background: rgba(18, 46, 72, 0.7);
  color: #FFFFFF;
  transition: 0.3s all ease-in;
  z-index: 4;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .activities--item-hover {
    height: 320px;
    background: white;
    bottom: 0;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .activities .activities--item-hover .activities--item-title {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
    display: block;
  }
}
.activities--item-text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .activities--item-text {
    color: #000000;
  }
}

.information {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F6F9FF;
}
.information--main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .information--main {
    flex-wrap: wrap;
  }
}
.information--item {
  width: 25%;
  position: relative;
}
.information--item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  height: 60px;
  width: 1px;
  background: #EEEDEB;
  right: 0;
}
.information--item:last-child:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .information--item {
    width: 50%;
    padding-bottom: 20px;
  }
  .information--item:after {
    display: none;
  }
  .information--item:first-child:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: #EEEDEB;
    right: 0;
  }
  .information--item:first-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #EEEDEB;
    right: 0;
    margin-top: 0;
  }
  .information--item:last-child:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    height: 1px;
    width: 100%;
    background: #EEEDEB;
    left: 0;
  }
  .information--item:last-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #EEEDEB;
    left: -1px;
    margin-top: 0;
  }
}
.information--item-title {
  font-size: 55px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
}
.information--item-title span {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #000000;
}
.information--item-subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #7B7B7B;
  letter-spacing: 0.5px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.houses {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  background-image: url(../../img/home_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1040px) {
  .houses {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.houses.simple {
  background: none;
  padding-top: 0px;
}
.houses.simple::after {
  display: none;
}
.houses.simple .houses--item {
  box-shadow: rgba(0, 0, 0, 0.5) 0 2px 4px;
  width: 320px;
}
.houses::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(18, 46, 72, 0.87);
}
.houses--main {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1240px) {
  .houses--main {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.houses--title {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .houses--title {
    font-size: 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}
.houses--item {
  width: 384px;
  height: 495px;
  position: relative;
  background: #FFFFFF;
}
@media only screen and (max-width: 1240px) {
  .houses--item {
    margin: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .houses--item {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
}
.houses--item-image {
  width: 100%;
  height: 282px;
}
.houses--item-image__apartment {
  background: url(../../img/apartament.png) no-repeat center center;
}
.houses--item-image__villa {
  background: url(../../img/villa.png) no-repeat center center;
}
.houses--item-image__house {
  background: url(../../img/house.png) no-repeat 15% 50%;
}
.houses--item-content {
  padding: 20px 20px;
}
.houses--item-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.6px;
  font-weight: bold;
  margin-bottom: 20px;
}
.houses--item-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #7B7B7B;
  letter-spacing: 0.44px;
  line-height: 21px;
}
.houses--item-button {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 5px;
  background: url(../../img/arrow.svg) no-repeat center center #D72333;
  background-size: 35% 35%;
  position: absolute;
  right: 30px;
  bottom: -20px;
  overflow: hidden;
  text-indent: -9999px;
}
@media only screen and (max-width: 480px) {
  .houses--item-button {
    overflow: visible;
    text-indent: 0;
    position: relative;
    color: #D72333;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: none;
    right: auto;
    bottom: auto;
    border-radius: 0;
    width: auto;
    height: auto;
    text-decoration: none;
    margin-top: 10px;
  }
}

.houses-inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
.houses-inner--line {
  display: flex;
  flex-direction: row;
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .houses-inner--line {
    flex-direction: column;
  }
}
.houses-inner--line.reverse {
  flex-direction: row-reverse;
}
.houses-inner--line.reverse .houses-inner--right {
  justify-content: flex-start;
}
.houses-inner--line.reverse .houses-inner--left {
  padding-right: 0;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .houses-inner--line.reverse .houses-inner--left {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .houses-inner--line.reverse {
    flex-direction: column;
  }
}
.houses-inner--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .houses-inner--left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.houses-inner--right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .houses-inner--right {
    width: 100%;
    justify-content: center;
  }
}
.houses-inner--title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #000000;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .houses-inner--title {
    font-size: 20px;
    line-height: 28px;
  }
}
.houses-inner--sub {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #7B7B7B;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .houses-inner--sub {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.4px;
  }
}
.houses-inner--img {
  width: 486px;
  height: 406px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: rgba(185, 194, 208, 0.5) 0 14px 22px;
}
@media only screen and (max-width: 768px) {
  .houses-inner--img {
    width: 100%;
    height: 301px;
  }
}
@media only screen and (max-width: 480px) {
  .houses-inner--img {
    height: 201px;
  }
}

.typing {
  padding-top: 80px;
  padding-bottom: 730px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1040px) {
  .typing {
    padding-top: 50px;
    padding-bottom: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .typing {
    padding-bottom: 400px;
  }
}
.typing::after {
  content: "";
  display: block;
  background: url(../../img/about_typing.jpg) no-repeat center top;
  background-size: cover;
  height: 750px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 1040px) {
  .typing::after {
    height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .typing::after {
    height: 400px;
  }
}
.typing--title {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  color: #000000;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  font-weight: bold;
  z-index: 3;
}
@media only screen and (max-width: 1040px) {
  .typing--title {
    font-size: 30px;
  }
}
.typing--main {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
.typing--item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .typing--item {
    width: 33%;
  }
}
.typing--item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -41px;
  height: 82px;
  width: 1px;
  background: #EEEDEB;
  right: 0;
}
.typing--item:last-child:after {
  display: none;
}
.typing--item-delfi {
  width: 120px;
  height: 33px;
  background: url(../../img/delfi.svg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .typing--item-delfi {
    width: 100%;
    height: 60px;
    background-size: contain;
    margin-right: 20px;
  }
}
.typing--item_15min {
  width: 63px;
  height: 63px;
  background: url(../../img/15min.svg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .typing--item_15min {
    width: 100%;
    height: 60px;
    background-size: contain;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.typing--item-vz {
  width: 126px;
  height: 51px;
  background: url(../../img/vz.svg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .typing--item-vz {
    width: 100%;
    height: 60px;
    background-size: contain;
    margin-left: 20px;
  }
}

.contacts {
  background-color: #122E48;
  padding: 60px 0;
}
@media only screen and (max-width: 1025px) {
  .contacts {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .contacts {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.contacts--container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .contacts--container {
    flex-direction: column;
  }
}
.contacts--left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.contacts--left.invert {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contacts--left {
    width: 100%;
  }
}
.contacts--title {
  font-size: 34px;
  color: #FFFFFF;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
}
.contacts--title.invert {
  color: #000000;
}
.contacts--adress {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  padding-top: 32px;
  padding-left: 36px;
  line-height: 26px;
  position: relative;
}
.contacts--adress.invert {
  color: #000000;
}
.contacts--adress::before {
  display: block;
  content: " ";
  width: 15px;
  height: 21px;
  background-image: url("../../img/marker.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -29px;
  top: 38px;
}
.contacts--adress-p {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  width: 414px;
  height: 52px;
  padding-left: 36px;
  text-decoration: underline;
}
.contacts--adress-p.invert {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .contacts--adress-p {
    width: 100%;
  }
}
.contacts--adress-block {
  display: flex;
  flex-direction: row;
  margin-top: 21px;
}
@media only screen and (max-width: 768px) {
  .contacts--adress-block {
    flex-direction: column;
    margin: 0;
  }
}
.contacts--adress-block--left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 36px;
}
@media only screen and (max-width: 768px) {
  .contacts--adress-block--left {
    width: 100%;
  }
}
.contacts--adress-block--phone {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  line-height: 26px;
  position: relative;
}
.contacts--adress-block--phone.invert {
  color: #000000;
}
.contacts--adress-block--phone::before {
  display: block;
  content: " ";
  height: 16px;
  width: 16px;
  background-image: url("../../img/phone_red.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -29px;
  top: 9px;
}
.contacts--adress-block--number {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
}
.contacts--adress-block--number a {
  color: #FFFFFF;
}
.contacts--adress-block--number.invert a {
  color: #000000;
}
.contacts--adress-block--email {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  line-height: 26px;
  position: relative;
}
.contacts--adress-block--email.invert {
  color: #000000;
}
.contacts--adress-block--email::before {
  display: block;
  content: " ";
  height: 14px;
  width: 16px;
  background-image: url("../../img/mail.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -29px;
  top: 9px;
}
.contacts--adress-block--mail {
  font-size: 14px;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
}
.contacts--adress-block--mail a {
  color: #FFFFFF;
}
.contacts--adress-block--mail.invert a {
  color: #000000;
}
.contacts--adress-block--right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -80px;
}
@media only screen and (max-width: 768px) {
  .contacts--adress-block--right {
    width: 100%;
    margin: 0;
    padding-left: 36px;
  }
}
.contacts--button {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 16px;
  margin-top: 45px;
  border: 1px solid #ADADAD;
  border-radius: 5px;
  width: 220px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.contacts--right {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .contacts--right {
    width: 100%;
    margin-top: 20px;
  }
}
.contacts--map {
  background-image: url("../../img/apartament.png");
  background-position: center center;
  background-size: cover;
  height: 329px;
  width: 586px;
  border: 11px solid #FFFFFF;
}
@media only screen and (max-width: 1240px) {
  .contacts--map {
    width: 100%;
  }
}
.contacts--repeater {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacts--repeater-item {
  width: 49%;
  padding: 15px 30px;
  border: 1px solid #D5DCE9;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .contacts--repeater-item {
    width: 100%;
  }
}
.contacts--repeater-title, .contacts--repeater-info {
  font-size: 20px;
  color: #000;
  font-family: Roboto, sans-serif;
}
.contacts--repeater-title p, .contacts--repeater-info p {
  font-size: 15px;
  color: #000000;
}
.contacts--repeater-title a, .contacts--repeater-info a {
  font-size: 15px;
  color: #000000;
}

.contacts--main {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  z-index: 4;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .contacts--main {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
}

.contacts--item {
  width: 569px;
  background: #FFFFFF;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .contacts--item {
    width: 100%;
  }
}

.contacts--item-title {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}

.viloncity {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F6F9FF;
}
.viloncity--main {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  .viloncity--main {
    flex-direction: column;
  }
}
.viloncity--item:first-child {
  width: 50%;
}
.viloncity--item:last-child {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1025px) {
  .viloncity--item:first-child {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1025px) {
  .viloncity--item:first-child {
    width: 100%;
  }
  .viloncity--item:last-child {
    width: 100%;
    flex-direction: column;
  }
}
.viloncity--item-left {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  padding-left: 52px;
}
@media only screen and (max-width: 1025px) {
  .viloncity--item-left {
    padding: 0;
    max-width: none;
    width: 100%;
  }
}
.viloncity--item-menu {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.19px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.viloncity--item-link {
  margin-bottom: 16px;
}
.viloncity--item-link a {
  text-transform: uppercase;
  text-decoration: none;
  color: #122E48;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.17px;
  line-height: 16px;
}
.viloncity--item-link__small a {
  text-transform: lowercase;
}
.viloncity--item-link__facebook {
  position: relative;
  padding-left: 35px;
}
.viloncity--item-link__facebook::before {
  display: block;
  content: " ";
  position: absolute;
  background-image: url("../../img/facebook.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  top: 0px;
  left: 8px;
}
.viloncity--item-link__instagram {
  position: relative;
  padding-left: 35px;
}
.viloncity--item-link__instagram::before {
  display: block;
  content: " ";
  position: absolute;
  background-image: url("../../img/instagram.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  top: 2px;
  left: 4px;
}
.viloncity--item-link__pinterest {
  position: relative;
  padding-left: 35px;
}
.viloncity--item-link__pinterest::before {
  display: block;
  content: " ";
  position: absolute;
  background-image: url("../../img/pinterest.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  top: 2px;
  left: 6px;
}
.viloncity--button {
  height: 41px;
  width: 160px;
  color: #D72333;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D72333;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 17px;
}
.viloncity--item-right {
  max-width: 60%;
  display: flex;
  flex-direction: column;
  padding-left: 75px;
}
@media only screen and (max-width: 1025px) {
  .viloncity--item-right {
    padding: 0;
    max-width: none;
    width: 100%;
  }
}
.viloncity--item-top {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 380px) {
  .viloncity--item-top {
    display: none;
  }
}
.viloncity--item-img1 {
  width: 100% !important;
  overflow: hidden;
  margin-bottom: 66px;
}
.viloncity--item-bottom {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 480px) {
  .viloncity--item-bottom {
    flex-direction: column;
  }
}
.viloncity--item-bottom-left {
  display: flex;
  flex-direction: column;
}
.viloncity--item-bottom-right {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
@media only screen and (max-width: 480px) {
  .viloncity--item-bottom-right {
    margin: 0;
  }
}
.viloncity--item-img2 {
  height: 65px;
  width: 131px;
  background-image: url("../../img/footer_img.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.viloncity--main-title {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #B0B0B0;
  letter-spacing: 0.93px;
  margin-bottom: 15px;
}
.viloncity--main-image-city {
  width: 139px;
  height: 43px;
  background: url(../../img/vilon_city.svg) no-repeat center center;
  background-size: cover;
  margin-bottom: 40px;
  display: block;
}
.viloncity--main-image-vgr {
  width: 124px;
  height: 59px;
  background: url(../../img/vgr.svg) no-repeat center center;
  background-size: cover;
}
.viloncity--main-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #7B7B7B;
  line-height: 21px;
  letter-spacing: 0.44px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFFFFF;
}
.footer--main {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .footer--main {
    flex-direction: column;
  }
}
.footer--copyright {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #7B7B7B;
  letter-spacing: 0.5px;
}
.footer--madeby {
  display: block;
  background: url(../../img/Webstrum-Square-Black.svg) no-repeat center center;
  background-size: cover;
  width: 30px;
  height: 28px;
  cursor: pointer;
}
.footer--links {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .footer--links {
    margin: 20px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.footer--link {
  margin: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.footer--preffered {
  width: 131px;
  height: 65px;
  display: block;
  background: url(../../img/preffered_logo.png) no-repeat center center;
  background-size: contain;
  margin-top: 20px;
}

.pageline {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .pageline {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.pageline.apartment {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 600px;
  overflow: hidden;
}
@media only screen and (max-width: 1040px) {
  .pageline.apartment {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .pageline.apartment {
    height: 200px;
  }
}
.pageline.apartment::before {
  display: none;
}
.pageline.apartment .container {
  padding: 0;
  height: 600px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .pageline.apartment .container {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .pageline.apartment .container {
    height: 200px;
  }
}
.pageline.cottage {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 600px;
  overflow: hidden;
}
@media only screen and (max-width: 1040px) {
  .pageline.cottage {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .pageline.cottage {
    height: 200px;
  }
}
.pageline.cottage::before {
  display: none;
}
.pageline.cottage .container {
  padding: 0;
  height: 600px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .pageline.cottage .container {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .pageline.cottage .container {
    height: 200px;
  }
}
.pageline::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.pageline .container {
  position: relative;
  z-index: 3;
}
.pageline h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 35px;
  color: #FFFFFF;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pageline h1 {
    font-size: 30px;
  }
}
.pageline .title-sub {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.pageline .title-sub p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .pageline .title-sub {
    font-size: 14px;
    width: 100%;
  }
}

.default_container {
  width: 1040px;
}
@media only screen and (max-width: 1040px) {
  .default_container {
    width: 100%;
  }
}
.default_container p {
  margin: 0;
  margin-bottom: 35px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #7B7B7B;
}
@media only screen and (max-width: 1040px) {
  .default_container p {
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 21px;
    margin-bottom: 25px;
  }
}
.default_container .page_block {
  margin-bottom: 30px;
}
.default_container .centering_line {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.page_block p, .page_block li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #7B7B7B;
  font-weight: normal;
}

.page_title {
  margin-top: 60px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 42px;
  margin-bottom: 35px;


}
.page_title.upper {
  text-transform: uppercase;
}
.page_title__small {
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1040px) {
  .page_title {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 50px;
  }
}

.page_gallery {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1040px) {
  .page_gallery {
    flex-wrap: wrap;
  }
}
.page_gallery img {
  width: 486px;
  margin: 14px;
  display: block;
  box-shadow: rgba(185, 194, 208, 0.5) 0 14px 22px;
}
@media only screen and (max-width: 1040px) {
  .page_gallery img {
    width: 100%;
  }
}

.page_subtitle {
  margin: 0;
  margin-bottom: 35px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
  color: #7B7B7B;
}
@media only screen and (max-width: 1040px) {
  .page_subtitle {
    margin-top: 40px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}

.vilon_city {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1040px) {
  .vilon_city {
    flex-direction: column;
  }
}
.vilon_city--col {
  width: 20%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1040px) {
  .vilon_city--col {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.vilon_city--col2 {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.vilon_city--col2 .vilon_city--aspect-text {
  max-width: 210px;
}
@media only screen and (max-width: 1040px) {
  .vilon_city--col2 {
    margin-top: 20px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.vilon_city--title {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1040px) {
  .vilon_city--title {
    width: 100%;
  }
}
.vilon_city--aspect {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1040px) {
  .vilon_city--aspect {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .vilon_city--aspect {
    width: 45%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 480px) {
  .vilon_city--aspect {
    width: 100%;
    margin-right: 0;
  }
}
.vilon_city--aspect-logo {
  width: 60px;
  height: 60px;
  border: 1px solid #D5DCE9;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  position: relative;
}
.vilon_city--aspect-logo .number {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background: #A9B1C1;
  border-radius: 50%;
  color: white;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  right: 0;
  bottom: -12px;
  position: absolute;
}
.vilon_city--aspect-text {
  font-size: 12px;
  color: #7B7B7B;
  letter-spacing: 0.44px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  max-width: 190px;
}
.vilon_city--center {
  display: flex;
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1040px) {
  .vilon_city--center {
    width: 100%;
    padding: 0;
  }
}
.vilon_city--map {
  width: 100%;
  height: 446px;
  background: url(../../img/map_vc.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .vilon_city--map {
    height: 286px;
  }
}
@media only screen and (max-width: 340px) {
  .vilon_city--map {
    height: 196px;
  }
}
.vilon_city--map-subtitle {
  padding-left: 25px;
  position: relative;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #666E83;
}
.vilon_city--map-subtitle::before {
  content: "";
  display: block;
  width: 16px;
  height: 23px;
  background: url(../../img/marker.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}
@media only screen and (max-width: 1040px) {
  .vilon_city--map-subtitle {
    margin-top: 10px;
  }
}

.bank_offers {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .bank_offers {
    flex-direction: column;
  }
}
.bank_offers--item {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .bank_offers--item {
    width: 100%;
  }
}
.bank_offers--item-logo {
  height: 257px;
  border: 1px solid #D5DCE9;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 20px;
}

.gallery_line {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1040px) {
  .gallery_line {
    margin-bottom: 0px;
  }
}
.gallery_line--item {
  width: 23%;
  height: 173px;
  cursor: pointer;
  margin-bottom: 20px;
  margin-right: 15px;
  position: relative;
  box-shadow: rgba(185, 194, 208, 0.5) 0 3px 10px;
  overflow: hidden;
}
.gallery_line--item:hover .gallery_line--overlay {
  top: 0px;
}
@media only screen and (max-width: 1040px) {
  .gallery_line--item {
    width: 240px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
  }
}
.gallery_line--overlay {
  display: block;
  position: absolute;
  height: 173px;
  top: 173px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(18, 46, 72, 0.8);
  background-image: url(../../img/magnifier.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
  transition: 0.3s all ease-in;
}

.advantages_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1040px) {
  .advantages_list {
    justify-content: center;
  }
}
.advantages_list--item {
  width: 320px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  box-shadow: rgba(215, 221, 231, 0.47) 0px 14px 22px;
  text-decoration: none;
  transition: 0.3s all ease-in;
}
@media only screen and (max-width: 1040px) {
  .advantages_list--item {
    margin: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .advantages_list--item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.advantages_list--item:hover {
  box-shadow: rgba(215, 221, 231, 0.85) 0px 17px 25px;
  transform: scale(1.03);
}
.advantages_list--item-image {
  width: 100%;
  height: 224px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.advantages_list--item-info {
  width: 100%;
  min-height: 187px;
  background: #FFFFFF;
  padding: 20px;
}
.advantages_list--item-title {
  font-family: "Playfair Display", serif;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.advantages_list--item-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #7B7B7B;
  letter-spacing: 0.44px;
  line-height: 21px;
}

.default_page .container {
  width: 1040px;
}
@media only screen and (max-width: 1040px) {
  .default_page .container {
    width: 100%;
  }
}
.default_page_gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .default_page_gallery {
    flex-direction: column;
  }
}
.default_page_gallery_item {
  width: 486px;
  height: 406px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: rgba(185, 194, 208, 0.5) 0px 14px 22px;
}
@media only screen and (max-width: 1040px) {
  .default_page_gallery_item {
    width: 49%;
  }
}
@media only screen and (max-width: 1025px) {
  .default_page_gallery_item {
    height: 280px;
  }
}
@media only screen and (max-width: 480px) {
  .default_page_gallery_item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.default_page_gallery_item a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  outline: none;
}

.place {
  padding-bottom: 70px;
}
.place--information {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1025px) {
  .place--information {
    justify-content: center;
  }
}
.place--item {
  width: 25%;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1040px) {
  .place--item {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .place--item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .place--item {
    width: 100%;
  }
}
.place--item__vertical {
  flex-direction: column;
  width: 14.2%;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 1025px) {
  .place--item__vertical {
    width: 100px;
    margin: 10px;
  }
}
.place--logo {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #D5DCE9;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.place--logo__vertical {
  margin-right: 0;
  margin-bottom: 10px;
}
.place--info {
  width: 177px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.place--info__vertical {
  width: 100px;
  text-align: center;
  align-items: center;
}
.place--title {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #D72333;
  letter-spacing: 0.44px;
  line-height: 19px;
  font-weight: bold;
}
.place--sub {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #7B7B7B;
  letter-spacing: 0.44px;
  line-height: 19px;
  font-weight: 400;
}
.place--map {
  display: block;
  width: 100%;
  height: 444px;
  background: url(../../img/map_2.png) no-repeat center center;
  background-size: cover;
}

.apartment_single {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #F6F9FF;
}
@media only screen and (max-width: 1040px) {
  .apartment_single {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.apartment_single--main {
  display: flex;
  flex-direction: column;
}
.apartment_single--top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.apartment_single--title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #000000;
  line-height: 46px;
  font-weight: bold;
}
.apartment_single--middle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1040px) {
  .apartment_single--middle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.apartment_single--gallery {
  width: 59%;
  background-color: #FFFFFF;
  padding: 25px;
}
@media only screen and (max-width: 1040px) {
  .apartment_single--gallery {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .apartment_single--gallery {
    width: 100%;
  }
}
.apartment_single--information {
  width: 40%;
  background-color: #FFFFFF;
  padding: 25px;
}
@media only screen and (max-width: 1040px) {
  .apartment_single--information {
    margin-top: 20px;
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .apartment_single--information {
    width: 100%;
  }
}
.apartment_single--information-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(85, 76, 67, 0.1);
  margin-bottom: 15px;
}
.apartment_single--information-top-left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.apartment_single--information-top-right {
  width: 60px;
}
.apartment_single--information-title {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.59px;
  margin-bottom: 10px;
}
.apartment_single--information-subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #7B7B7B;
  letter-spacing: 0.5px;
  line-height: 21px;
}
.apartment_single--information-subtitle .available {
  font-weight: bold;
  color: #2EC973;
}
.apartment_single--information-subtitle .sold, .apartment_single--information-subtitle .reserved {
  font-weight: bold;
  color: #D72333;
}
.apartment_single--information-print {
  width: 60px;
  height: 60px;
  border: 1px solid #D5DCE9;
  background-image: url(../../img/printer_inactive.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 24px;
  transition: 0.3s all ease-in;
  cursor: pointer;
  border-radius: 5px;
}
.apartment_single--information-print:hover {
  background-image: url(../../img/printer_active.svg);
}
.apartment_single--information-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #7B7B7B;
  letter-spacing: 0.44px;
  line-height: 21px;
  margin-bottom: 15px;
}
.apartment_single--information-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .apartment_single--information-list {
    flex-direction: column;
  }
}
.apartment_single--information-list li {
  width: 50%;
  padding-left: 25px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #7B7B7B;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .apartment_single--information-list li {
    width: 100%;
  }
}
.apartment_single--information-list li .red {
  color: #D72333;
  font-weight: bold;
}
.apartment_single--information-list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
.apartment_single--information-list li.floor::before {
  width: 16px;
  height: 15px;
  margin-top: -10px;
  background: url(../../img/stairs-with-handrail.svg) no-repeat center center;
  background-size: cover;
}
.apartment_single--information-list li.area::before {
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: url(../../img/plan.svg) no-repeat center center;
  background-size: cover;
}
.apartment_single--information-list li.balcony::before {
  width: 19px;
  height: 17px;
  margin-top: -8px;
  background: url(../../img/balcony.svg) no-repeat center center;
  background-size: cover;
}
.apartment_single--information-list li.plan_area::before {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(../../img/increase-size-option.svg) no-repeat center center;
  background-size: cover;
}
.apartment_single--information-list li.parking::before {
  width: 18px;
  height: 13px;
  margin-top: -5px;
  background: url(../../img/sports-car.svg) no-repeat center center;
  background-size: cover;
}
.apartment_single--information-list li.rooms::before {
  width: 17px;
  height: 17px;
  margin-top: -10px;
  background: url(../../img/armchair-silhouette.svg) no-repeat center center;
  background-size: cover;
}
.apartment_single--information-list li.bath_rooms::before {
  width: 17px;
  height: 17px;
  margin-top: -10px;
  background: url(../../img/bathtub.svg) no-repeat center center;
  background-size: cover;
}
.apartment_single--information-list li.terrace::before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../../img/terrace.svg) no-repeat center center;
  background-size: cover;
}
.apartment_single--information-list li.wherehouse::before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../../img/stack-in-depot.svg) no-repeat center center;
  background-size: cover;
}
.apartment_single--information-list li.decor::before {
  width: 12px;
  height: 19px;
  margin-top: -10px;
  background: url(../../img/lamp.svg) no-repeat center center;
  background-size: cover;
}
.apartment_single--information-tech {
  font-family: "Playfair Display", sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.43px;
  margin-bottom: 10px;
}
.apartment_single--information-techdown {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  color: #D72333;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
.apartment_single--information-banks {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .apartment_single--information-banks {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.apartment_single--information-bankoffer {
  width: 177px;
  height: 46px;
  border: 1px solid #D5DCE9;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}
@media only screen and (max-width: 480px) {
  .apartment_single--information-bankoffer {
    margin-bottom: 10px;
  }
}
.apartment_single--bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.apartment_single--bottom a {
  max-width: 220px;
}
.apartment_single--main_image {
  width: 100%;
  height: 406px;
  box-shadow: rgba(185, 194, 208, 0.5) 0 14px 22px;
  background-image: url(../../img/home_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 45px;
  position: relative;
}
.apartment_single--main_image.plan {
  background-image: url(../../img/1a_A.jpg);
}
.apartment_single--overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.apartment_single--controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.apartment_single--controls .rslides_nav.prev {
  width: 80px;
  height: 40px;
  border: 1px solid #D72333;
  border-radius: 20px;
  background-image: url(../../img/next_arrow.svg);
  background-size: 37px 14px;
  background-position: 46% center;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
  cursor: pointer;
}
.apartment_single--controls .rslides_nav.next {
  width: 80px;
  height: 40px;
  border: 1px solid #D72333;
  border-radius: 20px;
  background-image: url(../../img/next_arrow.svg);
  background-size: 37px 14px;
  background-position: 46% center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.apartment_single--controls-info {
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.59px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
.apartment_single--print-gallery {
  display: none;
}

.gallery_overflow {
  width: 100%;
  height: 406px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  margin-bottom: 35px;
}
.gallery_overflow > div {
  flex-basis: 658px;
  width: 658px;
}

.appartment_plan {
  width: 100%;
  height: 536px;
  border: 1px solid #D5DCE9;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F6F9FF;
  margin-bottom: 120px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .appartment_plan {
    background-size: contain;
  }
}
@media only screen and (max-width: 480px) {
  .appartment_plan {
    height: 286px;
  }
}
@media only screen and (max-width: 480px) {
  .appartment_plan {
    height: 176px;
  }
}
.appartment_plan.floor1 {
  background-image: url(../../img/apartement_plan_floor1.jpg?v=1);
}
.appartment_plan.floor2 {
  background-image: url(../../img/apartement_plan_floor2.jpg?v=1);
}
.appartment_plan.floor1_cottage {
  background-image: url(../../img/vilon-planai_kotedzai_658x406-bendras1.jpg);
}
.appartment_plan.floor2_cottage {
  background-image: url(../../img/vilon-planai_kotedzai_658x406-bendras_2.png);
}

@media only screen and (max-width: 1240px) {
  .apartment .mapper {
    width: 100%;
    height: 600px;
  }
}
@media only screen and (max-width: 1040px) {
  .apartment .mapper {
    width: 100%;
    height: 400px;
  }
}
.apartment .container {
  position: relative;
}
.apartment--floor {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in;
  opacity: 0;
}
.apartment--floor:hover {
  opacity: 1;
  cursor: pointer;
}
.apartment--floor.floor_1 {
  bottom: 0;
  background-position: center bottom;
  z-index: 3;
}
.apartment--floor.floor_2 {
  top: 0;
  background-position: center top;
  z-index: 2;
  height: 55%;
}
@media only screen and (max-width: 1040px) {
  .apartment--floor {
    display: none;
  }
}
.apartment--floor_relative {
  position: relative;
  width: 100%;
  height: 100%;
}
.apartment--floor_relative a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  outline: none;
}

@media only screen and (max-width: 1240px) {
  .cottage .mapper {
    width: 100%;
    height: 600px;
  }
}
@media only screen and (max-width: 1040px) {
  .cottage .mapper {
    width: 100%;
    height: 400px;
  }
}
.cottage .container {
  position: relative;
}
.cottage--part {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.3s all ease-in;
  opacity: 0;
}
.cottage--part:hover {
  opacity: 1;
  cursor: pointer;
}
.cottage--part.apt_A {
  width: 411px;
  height: 402px;
  background-image: url(../../img/map/cottage/A.png?v=2);
  top: 94px;
  left: 0px;
}
.cottage--part.apt_B {
  width: 287px;
  height: 399px;
  background-image: url(../../img/map/cottage/B.png?v=2);
  top: 94px;
  left: 393px;
}
.cottage--part.apt_C {
  width: 229px;
  height: 353px;
  background-image: url(../../img/map/cottage/C.png?v=2);
  top: 94px;
  left: 665px;
}
.cottage--part.apt_D {
  width: 371px;
  height: 351px;
  background-image: url(../../img/map/cottage/D.png?v=2);
  top: 94px;
  left: 868px;
}
@media only screen and (max-width: 1240px) {
  .cottage--part {
    display: none;
  }
}
.cottage--relative {
  position: relative;
  width: 100%;
  height: 100%;
}
.cottage--relative a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  outline: none;
}

.mapper .cottage_part {
  opacity: 0;
  transition: 0.3s all ease-in;
  cursor: pointer;
}
.mapper .cottage_part:hover {
  opacity: 1;
}
.mapper .apt_floor {
  opacity: 0;
  transition: 0.3s all ease-in;
  cursor: pointer;
}
.mapper .apt_floor:hover {
  opacity: 1;
}

.mapper_full {
  padding: 0;
}
.mapper_full .apartment_mapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mapper_full .apartment_mapper--map {
  width: 625px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.mapper_full .apartment_mapper--map .apt_mapper {
  opacity: 0;
  transition: 0.3s all ease-in;
  cursor: pointer;
}
.mapper_full .apartment_mapper--map .apt_mapper.active, .mapper_full .apartment_mapper--map .apt_mapper:hover {
  opacity: 1;
}
.mapper_full .apartment_mapper--houses {
  position: absolute;
  transition: 0.3s all ease-in;
  opacity: 0;
  cursor: pointer;
  display: block;
  outline: none;
}
.mapper_full .apartment_mapper--houses.house1 {
  top: 128px;
  left: 212px;
  width: 91px;
  height: 65px;
  background: url(../../img/map/apartamentu-map_A.png?v=1) no-repeat center center;
  background-size: cover;
}
.mapper_full .apartment_mapper--houses.house2 {
  top: 133px;
  left: 310px;
  width: 92px;
  height: 61px;
  background: url(../../img/map/apartamentu-map_B.png?v=1) no-repeat center center;
  background-size: cover;
}
.mapper_full .apartment_mapper--houses.house3 {
  top: 74px;
  left: 392px;
  width: 91px;
  height: 81px;
  background: url(../../img/map/apartamentu-map_C.png?v=1) no-repeat center center;
  background-size: cover;
}
.mapper_full .apartment_mapper--houses:hover, .mapper_full .apartment_mapper--houses.active {
  opacity: 1;
}
@media only screen and (max-width: 1040px) {
  .mapper_full .apartment_mapper--houses {
    display: none;
  }
}
.mapper_full .cottage_mapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mapper_full .cottage_mapper--map {
  width: 625px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.mapper_full .cottage_mapper--map .cot_mapper {
  opacity: 0;
  transition: 0.3s all ease-in;
  cursor: pointer;
}
.mapper_full .cottage_mapper--map .cot_mapper.active, .mapper_full .cottage_mapper--map .cot_mapper:hover {
  opacity: 1;
}
.mapper_full .cottage_mapper--houses {
  position: absolute;
  transition: 0.3s all ease-in;
  opacity: 0;
  cursor: pointer;
  display: block;
  outline: none;
}
.mapper_full .cottage_mapper--houses.house8 {
  top: 31px;
  left: 102px;
  width: 34px;
  height: 67px;
  background: url(../../img/map/cottage/1.png?v=1) no-repeat center center;
  background-size: cover;
}
.mapper_full .cottage_mapper--houses.house7 {
  top: 103px;
  left: 110px;
  width: 53px;
  height: 61px;
  background: url(../../img/map/cottage/2.png?v=1) no-repeat center center;
  background-size: cover;
}
.mapper_full .cottage_mapper--houses.house6 {
  top: 172px;
  left: 179px;
  width: 59px;
  height: 51px;
  background: url(../../img/map/cottage/3.png?v=1) no-repeat center center;
  background-size: cover;
}
.mapper_full .cottage_mapper--houses.house5 {
  top: 189px;
  left: 250px;
  width: 58px;
  height: 37px;
  background: url(../../img/map/cottage/4.png?v=1) no-repeat center center;
  background-size: cover;
}
.mapper_full .cottage_mapper--houses.house4 {
  top: 178px;
  left: 319px;
  width: 64px;
  height: 34px;
  background: url(../../img/map/cottage/5.png?v=1) no-repeat center center;
  background-size: cover;
}
.mapper_full .cottage_mapper--houses.house3 {
  top: 156px;
  left: 388px;
  width: 62px;
  height: 46px;
  background: url(../../img/map/cottage/6.png?v=1) no-repeat center center;
  background-size: cover;
}
.mapper_full .cottage_mapper--houses.house2 {
  top: 136px;
  left: 455px;
  width: 67px;
  height: 37px;
  background: url(../../img/map/cottage/7.png?v=1) no-repeat center center;
  background-size: cover;
}
.mapper_full .cottage_mapper--houses.house1 {
  top: 98px;
  left: 525px;
  width: 59px;
  height: 54px;
  background: url(../../img/map/cottage/8.png?v=1) no-repeat center center;
  background-size: cover;
}
.mapper_full .cottage_mapper--houses:hover, .mapper_full .cottage_mapper--houses.active {
  opacity: 1;
}
@media only screen and (max-width: 1240px) {
  .mapper_full .cottage_mapper--houses {
    display: none;
  }
}

.appartment_floor_mapper {
  padding: 20px 0;
}
.appartment_floor_mapper:before {
  display: none;
}
.appartment_floor_mapper--map {
  display: flex;
  align-self: center;
  justify-content: center;
}
.appartment_floor_mapper--map-relative {
  width: 658px;
  height: 406px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.appartment_floor_mapper--map-relative.floor1 {
  background-image: url(../../img/vilon-planai_apartamentai_658x406-bendras_1A.jpg?v=1);
}
.appartment_floor_mapper--map-relative.floor2 {
  background-image: url(../../img/vilon-planai_apartamentai_658x406-bendras_2A.jpg?v=1);
}
.appartment_floor_mapper--appartment {
  cursor: pointer;
  display: block;
  outline: none;
  position: absolute;
  transition: 0.3s all ease-in;
  opacity: 0;
}
.appartment_floor_mapper--appartment.apt_A, .appartment_floor_mapper--appartment.apt_F {
  top: 151px;
  left: 22px;
  width: 185px;
  height: 228px;
  background: url(../../img/map/floor/A.png?v=1) no-repeat center center;
  background-size: cover;
  z-index: 2;
}
.appartment_floor_mapper--appartment.apt_B, .appartment_floor_mapper--appartment.apt_G {
  top: 43px;
  left: 135px;
  width: 115px;
  height: 238px;
  background: url(../../img/map/floor/B.png?v=1) no-repeat center center;
  background-size: cover;
  z-index: 3;
}
.appartment_floor_mapper--appartment.apt_C, .appartment_floor_mapper--appartment.apt_H {
  top: 43px;
  left: 244px;
  width: 114px;
  height: 240px;
  background: url(../../img/map/floor/C.png?v=1) no-repeat center center;
  background-size: cover;
  z-index: 3;
}
.appartment_floor_mapper--appartment.apt_D, .appartment_floor_mapper--appartment.apt_J {
  top: 43px;
  left: 351px;
  width: 117px;
  height: 239px;
  background: url(../../img/map/floor/D.png?v=1) no-repeat center center;
  background-size: cover;
  z-index: 3;
}
.appartment_floor_mapper--appartment.apt_E, .appartment_floor_mapper--appartment.apt_K {
  top: 150px;
  left: 392px;
  width: 188px;
  height: 229px;
  background: url(../../img/map/floor/E.png?v=1) no-repeat center center;
  background-size: cover;
  z-index: 2;
}
.appartment_floor_mapper--appartment:hover, .appartment_floor_mapper--appartment.active {
  opacity: 1;
}

.quick_search--overlay {
  background: rgba(18, 46, 72, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
}
.quick_search--modal {
  background: #FFFFFF;
  width: 760px;
  height: 500px;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -380px;
  z-index: 11000;
  padding: 30px 25px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .quick_search--modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
  }
}
.quick_search--header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.quick_search--title {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 46px;
  color: #000000;
}
.quick_search--close {
  background-image: url(../../img/cross.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
  width: 34px;
  height: 34px;
  background-color: #D72333;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  cursor: pointer;
}
.quick_search--filter {
  padding: 15px 0;
  border-top: 1px solid #AEB9D0;
  border-bottom: 1px solid #AEB9D0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.quick_search--select.dk-select {
  width: 355px;
  margin-right: 100px;
}
@media only screen and (max-width: 768px) {
  .quick_search--select.dk-select {
    margin-right: 20px;
  }
}
.quick_search--select.dk-select .dk-selected {
  border-radius: 0px;
  border: 1px solid #AEB9D0;
  background-color: #F6F9FF;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
}
.quick_search--select.dk-select .dk-selected:after {
  border-left: 0px;
}
.quick_search--select.dk-select .dk-selected:before {
  background: url(../../img/dropdown.svg) no-repeat center center;
  background-size: cover;
  width: 10px;
  height: 6px;
  border: 0;
}
.quick_search--checkbox label {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  padding-left: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.quick_search--checkbox label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -6px;
  top: -3px;
  background-color: white;
  border: 1px solid #AEB9D0;
}
.quick_search--checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none;
}
.quick_search--checkbox input:checked ~ label:before {
  background-image: url(../../img/tick.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
}
.quick_search--content {
  margin-top: 15px;
  max-height: 300px;
}
.quick_search--content .mCSB_scrollTools {
  width: 4px;
}
.quick_search--content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.quick_search--content .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .quick_search--content {
    max-height: 400px;
  }
}
.quick_search--table {
  width: 100%;
  border-collapse: collapse;
}
.quick_search--table th {
  padding: 15px 10px;
  border: 1px solid #AEB9D0;
  background: #F6F9FF;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #161D2B;
  font-weight: 400;
}
.quick_search--table th:first-child {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .quick_search--table th {
    font-size: 12px;
  }
  .quick_search--table th:last-child {
    display: none;
  }
}
.quick_search--table td {
  padding: 15px 10px;
  border: 1px solid #AEB9D0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #7B7B7B;
  letter-spacing: 0.44px;
  text-align: center;
}
.quick_search--table td:first-child {
  text-align: left;
}
.quick_search--table td.available {
  color: #149A4A;
}
.quick_search--table td.sold, .quick_search--table td.reserved {
  color: #D0021B;
}
.quick_search--table td span {
  display: none;
  color: #7B7B7B;
}
.quick_search--table td span.available {
  color: #149A4A;
}
.quick_search--table td span.sold, .quick_search--table td span.reserved {
  color: #D0021B;
}
@media only screen and (max-width: 480px) {
  .quick_search--table td span {
    display: block;
  }
}
.quick_search--table td a {
  color: #7B7B7B;
}
@media only screen and (max-width: 480px) {
  .quick_search--table td {
    font-size: 12px;
  }
  .quick_search--table td:last-child {
    display: none;
  }
}

body.quick_search_open .quick_search--overlay, body.quick_search_open .quick_search--modal {
  display: block;
}

@media print {
  header {
    display: none;
  }

  .quick_search--overlay {
    display: none;
  }

  .quick_search--modal {
    display: none;
  }

  .apartment_single {
    padding: 0;
    background: white;
  }

  .contacts {
    display: none;
  }

  .viloncity {
    display: none;
  }

  .footer {
    display: none;
  }

  .gallery_overflow {
    display: none;
  }

  .apartment_single {
    width: 100%;
  }
  .apartment_single--controls {
    display: none;
  }
  .apartment_single--information-banks {
    display: none;
  }
  .apartment_single--information-tech {
    display: none;
  }
  .apartment_single--information-techdown {
    display: none;
  }
  .apartment_single--information-tech {
    display: none;
  }
  .apartment_single--print-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .apartment_single--print-gallery img {
    width: auto;
    max-width: 30%;
    max-height: 200px;
    height: auto;
    margin-right: 5%;
    margin-bottom: 10px;
    display: block;
  }
  .apartment_single--middle {
    flex-direction: column-reverse;
  }
  .apartment_single--gallery {
    width: 100%;
  }
  .apartment_single--information {
    width: 100%;
  }
  .apartment_single--title {
    display: none;
  }

  .apartment_single--bottom a {
    display: none;
  }
}

.packages {
  padding-top: 160px;
  padding-bottom: 80px;
  background: #F9FBFF;
}

@media only screen and (max-width: 1040px) {
  .packages {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1025px) {
  .packages {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .packages {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.packages.packages_even {
  background: #FFFFFF;
}
.packages.packages_even .packages-side {
  order: 2;
  margin-right: auto;
  margin-left: 0;
}
.packages.packages_even .packages-side_gallery {
  order: 1;
  margin-left: 0px;
  margin-right: 80px;
}
@media only screen and (max-width: 1025px) {
  .packages.packages_even .packages-side_gallery {
    order: 2;
    margin: 0;
    margin-top: 30px;
  }
}
.packages.packages_even .packages-gallery-item {
  float: right;
}
.packages.packages_even .packages-gallery-buttons {
  justify-content: flex-end;
  padding-right: 20px;
}
.packages.packages_even .packages-gallery-slide.slick-current {
  opacity: 0.6;
}
.packages.packages_even .packages-gallery-slide {
  margin-right: 20px;
  margin-left: 0px;
}
@media only screen and (max-width: 1025px) {
  .packages.packages_even .packages-gallery-slide:first-of-type {
    margin-left: 0;
  }
}
.packages.packages_even .packages-gallery-slide.slick-current + .packages-gallery-slide {
  opacity: 1;
}
.packages-buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
}


.packages-buttons__mobile {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .packages-buttons__mobile {
    display: flex;
  }
}
@media only screen and (max-width: 1025px) {
  .packages-buttons__desktop {
    display: none;
  }
}

.packages-gallery-item {
  width: 340px;
  height: 406px;
  background-size: cover;
  background-position: center center;
  float: left;
  max-width: 100%;
}
@media only screen and (max-width: 1240px) {
  .packages-gallery-item {
    height: 350px;
  }
}
@media only screen and (max-width: 1025px) {
  .packages-gallery-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .packages-gallery-item {
    width: 230px;
    height: 276px;
  }
}

.packages-gallery-slide {
  transition: opacity 0.3s;
  margin-right: 0px;
  margin-left: 20px;
  width: 340px;
}
.packages-gallery-slide:focus {
  outline: none;
}
@media only screen and (max-width: 1025px) {
  .packages-gallery-slide:first-of-type {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .packages-gallery-slide {
    width: 230px;
    height: 276px;
  }
}

.packages-subtitle {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.93px;
  color: #B0B0B0;
  margin-bottom: 30px;
}

.packages-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #000000;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.packages-description {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 300;
  color: #7B7B7B;
  line-height: 26px;
}

.packages-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media only screen and (max-width: 1025px) {
  .packages-container {
    flex-wrap: wrap;
  }
}

.packages-button {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #D72333;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  outline: none;
  text-decoration: none;
  margin-right: 10px;
  letter-spacing: 1px;
  margin-top: 40px;
  cursor: pointer;
}
.packages-button.inverse {
  color: #000000;
  border: 1px solid #aaaaaa;
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .packages-button {
    padding: 16px 20px;
  }
}

.packages-side {
  max-width: 510px;
  margin-left: auto;
  padding: 20px;


}
@media only screen and (max-width: 1025px) {
  .packages-side {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
.packages-side__mobile {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .packages-side__mobile {
    display: block;
  }
}

.packages-side.packages-side_gallery {
  min-width: 50%;
  max-width: 50%;
  padding: 0px;
  margin-left: 80px;
  padding-bottom: 60px;
  height: 466px;
}
@media only screen and (max-width: 1025px) {
  .packages-side.packages-side_gallery {
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-top: 30px;
    padding-bottom: 0;
    height: auto;
  }
}

.packages-gallery-buttons {
  display: flex;
  margin-top: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 1025px) {
  .packages-gallery-buttons {
    display: none;
  }
}

.packages-gallery-next,
.packages-gallery-prev {
  background-size: cover;
}
.packages-gallery-next:hover,
.packages-gallery-prev:hover {
  cursor: pointer;
}

.packages-gallery-next {
  background-image: url(../../img/button_right_active.png);
  transition: 0.3s all ease-in;
  width: 80px;
  height: 40px;
}
.packages-gallery-next.swiper-button-disabled {
  background-image: url(../../img/button_left.png);
  transform: rotateY(180deg);
  width: 40px;
  height: 40px;
}

.packages-gallery-prev {
  transition: 0.3s all ease-in;
  background-image: url(../../img/button_right_active.png);
  transform: rotateY(180deg);
  width: 80px;
  height: 40px;
  margin-right: 10px;
}
.packages-gallery-prev.swiper-button-disabled {
  background-image: url(../../img/button_left.png);
  width: 40px;
  height: 40px;
  transform: rotateY(0deg);
}

@media only screen and (max-width: 768px) {
  .rooms {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.rooms .mCSB_inside > .mCSB_container {
  margin-right: 7px;
}
.rooms--container {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1025px) {
  .rooms--container {
    padding: 0 20px;
  }
}
.rooms--list {
  width: 50%;
  padding: 50px 80px 50px 0;
}
@media only screen and (max-width: 1025px) {
  .rooms--list {
    width: 100%;
    padding-right: 0;
  }
}
.rooms--title {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #B0B0B0;
  letter-spacing: 0.93px;
  font-weight: 700;
  margin-bottom: 20px;
}
.rooms--subtitle {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  line-height: 47px;
  margin-bottom: 40px;
}
.rooms--items {
  display: flex;
  flex-direction: column;
  height: 450px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1025px) {
  .rooms--items {
    height: auto;
  }
}
.rooms--item {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 20px;
  transition: 0.3s all ease-in;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .rooms--item {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.rooms--item:hover, .rooms--item__active {
  background: #F9FBFF;
}
.rooms--item-image {
  width: 180px;
  height: 110px;
  margin-right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1025px) {
  .rooms--item-image {
    width: 100%;
  }
}
.rooms--item-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  text-decoration: underline;
  line-height: 47px;
}
.rooms--item-price {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.44px;
  line-height: 21px;
  color: #7B7B7B;
}
.rooms--item-price span {
  color: #000000;
}
.rooms--item-size {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.44px;
  line-height: 21px;
  color: #7B7B7B;
}
.rooms--item-size span {
  color: #000000;
}
.rooms--item-book {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #D72333;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-decoration: none;
}
@media only screen and (max-width: 1025px) {
  .rooms--item-book {
    left: auto;
    right: 0;
    bottom: -14px;
  }
}
.rooms--item-info {
  position: relative;
}
.rooms--image {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: 0.3s all ease-in;
}
@media only screen and (max-width: 1025px) {
  .rooms--image {
    display: none;
  }
}
.rooms--image-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram {
  padding-top: 84px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1025px) {
  .instagram {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .instagram {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.instagram--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .instagram--container {
    padding: 0 10px;
  }
}
.instagram--title {
  font-size: 40px;
  line-height: 47px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  color: #000000;
  padding-bottom: 41px;
}
.instagram--image-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .instagram--image-block {
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 380px) {
  .instagram--image-block {
    justify-content: space-between;
    align-items: flex-start;
  }
}
.instagram--image-block--image {
  width: 191px;
  height: 191px;
  margin: 5px;
  background-image: url("../../img/house.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .instagram--image-block--image {
    width: 168px;
    height: 168px;
  }
}
@media only screen and (max-width: 380px) {
  .instagram--image-block--image {
    width: 150px;
    height: 150px;
    margin: 0;
    margin-bottom: 10px;
  }
}
.instagram--image-block--image-r {
  width: 191px;
  height: 191px;
  margin: 5px;
  background-color: #D72333;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .instagram--image-block--image-r {
    width: 168px;
    height: 168px;
  }
}
@media only screen and (max-width: 380px) {
  .instagram--image-block--image-r {
    width: 150px;
    height: 150px;
    margin: 0;
    margin-bottom: 10px;
  }
}

.special-offers {
  padding-top: 87px;
  padding-bottom: 78px;
  background-color: #F6F9FF;
}
@media only screen and (max-width: 1025px) {
  .special-offers {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .special-offers {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.special-offers--container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .special-offers--container {
    padding-right: 0;
  }
}
.special-offers--name {
  font-size: 15px;
  color: #B0B0B0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.93px;
}
.special-offers--title {
  font-size: 40px;
  color: #000000;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  line-height: 47px;
  padding-top: 25px;
  letter-spacing: 0.93px;
  position: relative;
}
.special-offers--button {
  position: absolute;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.15);
  padding: 16px 60px;
  border: 1px solid #E4E1DF;
  border-radius: 5px;
  top: 30px;
  right: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .special-offers--button {
    bottom: -40px;
    left: 20px;
    top: auto;
    right: auto;
  }
}
.special-offers--items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 50px;
  padding-bottom: 30px;
}
.special-offers--items__wrap {
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto 0;
}
@media only screen and (max-width: 1025px) {
  .special-offers--items__wrap {
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .special-offers--items__wrap {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .special-offers--items {
    justify-content: flex-start;
  }
}
.special-offers--item {
  width: 280px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 14px 18px 0 rgba(185, 194, 208, 0.5);
  flex-shrink: 0;
  margin: 10px;
}
.special-offers--item__bottom {
  flex-shrink: 0;
  flex-grow: 0;
  width: 287px;
  margin: 20px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1025px) {
  .special-offers--item__bottom {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 768px) {
  .special-offers--item {
    width: 260px;
    margin-right: 20px;
  }
  .special-offers--item:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .special-offers--item {
    width: 100%;
  }
}
.special-offers--item-image {
  height: 225px;
  width: 100%;
  background-image: url("../../img/house.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.special-offers--item-info {
  display: flex;
  flex-direction: column;
  height: 250px;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .special-offers--item-info {
    height: 270px;
  }
}
.special-offers--item-title {
  color: #000000;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 47px;
  margin-top: 8px;
  padding-left: 22px;
}
.special-offers--item-desc {
  color: #7B7B7B;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.44px;
  line-height: 21px;
  padding: 0 20px 0 22px;
}
.special-offers--item-cost {
  color: #2E2F31;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 47px;
  margin-top: 14px;
  padding-left: 22px;
  position: absolute;
  bottom: 20px;
}
.special-offers--item-next {
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 5px;
  bottom: -28px;
  right: 20px;
  background: url(../../img/arrow.svg) no-repeat center center #D72333;
  background-size: 35% 35%;
}

@media only screen and (max-width: 768px) {
  .special-offers--items__wrap .special-offers--item:last-of-type {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1025px) {
  .special-offers--items__wrap {
    width: 100%;
  }
}

.events {
  padding-top: 36px;
  padding-bottom: 78px;
}
@media only screen and (max-width: 1025px) {
  .events {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .events {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.events--container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .events--container {
    padding-right: 0;
  }
}
.events--title {
  color: #000000;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
  position: relative;
}
.events--button {
  position: absolute;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.15);
  padding: 16px 60px;
  border: 1px solid #E4E1DF;
  border-radius: 5px;
  top: 40px;
  right: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .events--button {
    bottom: -20px;
    left: 20px;
    right: auto;
    top: auto;
  }
}
.events--paragr {
  color: #7B7B7B;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-top: 17px;
  width: 51%;
}
.events--items {
  display: flex;
  flex-direction: row;
  margin-top: 53px;
  justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  .events--items {
    justify-content: flex-start;
    padding-bottom: 30px;
  }
}
.events--items__wrap {
  flex-wrap: wrap;
  justify-content: center;
}
.events--item {
  display: flex;
  flex-direction: row;
  background-color: #FFFFFF;
  box-shadow: 0 14px 18px 0 rgba(185, 194, 208, 0.5);
  width: 576px;
  margin: 10px 10px 40px;
}
@media only screen and (max-width: 1180px) {
  .events--item {
    flex-direction: column;
    margin-right: 20px;
    width: 270px;
  }
}
@media only screen and (max-width: 480px) {
  .events--item {
    width: 100%;
  }
}
.events--item-image {
  height: 300px;
  background-image: url("../../img/house.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1180px) {
  .events--item-image {
    width: 270px;
    height: 224px;
  }
}
@media only screen and (max-width: 480px) {
  .events--item-image {
    width: 100%;
  }
}
.events--item-info {
  display: flex;
  flex-direction: column;
  height: 300px;
  width: 306px;
  padding: 26px 22px;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .events--item-info {
    width: 270px;
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .events--item-info {
    width: 100%;
  }
}
.events--item-title {
  color: #000000;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 17px;
}
.events--item-desc {
  color: #7B7B7B;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.44px;
  line-height: 21px;
}
.events--item-next {
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 5px;
  bottom: -28px;
  right: 20px;
  background: url(../../img/arrow.svg) no-repeat center center #D72333;
  background-size: 35% 35%;
}

.dining {
  padding-top: 83px;
}
@media only screen and (max-width: 1025px) {
  .dining {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .dining {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.dining--container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .dining--container {
    padding-right: 0;
  }
}
.dining--name {
  font-size: 15px;
  color: #B0B0B0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.93px;
  margin-bottom: 25px;
}
.dining--title {
  color: #000000;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  position: relative;
}
.dining--button {
  position: absolute;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.15);
  padding: 16px 60px;
  border: 1px solid #E4E1DF;
  border-radius: 5px;
  top: 84px;
  right: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .dining--button {
    bottom: -30px;
    left: 20px;
    top: auto;
    right: auto;
  }
}
.dining--paragr {
  color: #7B7B7B;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-top: 22px;
  margin-bottom: 52px;
  width: 51%;
}
.dining--items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  .dining--items {
    justify-content: flex-start;
    padding-bottom: 30px;
  }
}
.dining--items__wrap {
  flex-wrap: wrap;
  justify-content: center;
}
.dining--item {
  height: 300px;
  width: 280px;
  background-image: url("../../img/house.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0 14px 18px 0 rgba(185, 194, 208, 0.5);
  flex-shrink: 0;
  margin: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  .dining--item {
    margin-right: 20px;
  }
  .dining--item:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .dining--item {
    width: 230px;
    height: 224px;
    margin-bottom: 120px;
  }
}
.dining--item-shadow {
  position: absolute;
  height: 110px;
  width: 280px;
  background-image: url("../../img/overlay.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .dining--item-shadow {
    display: none;
  }
}
.dining--label {
  position: absolute;
  color: #FFFFFF;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .dining--label {
    display: block;
    height: 120px;
    left: 0;
    right: 0;
    bottom: -120px;
    background: white;
    color: black;
    padding: 20px;
    box-shadow: 0 14px 18px 0 rgba(185, 194, 208, 0.5);
  }
}
.dining--readmore {
  display: none;
}
@media only screen and (max-width: 768px) {
  .dining--readmore {
    display: block;
    color: #D72333;
    position: absolute;
    bottom: -110px;
    left: 20px;
    z-index: 3;
    text-transform: uppercase;
  }
}

.dining--items__wrap .dining--item {
  margin: 20px;
  margin-bottom: 140px;
}

.dining--items__wrap .dining--item:last-of-type {
  margin-right: 20px;
}

.golf {
  padding-top: 88px;
  padding-bottom: 48px;
  background-image: url("../../img/golf_bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1025px) {
  .golf {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .golf {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.golf--container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .golf--container {
    padding-right: 0;
  }
}
.golf--name {
  font-size: 15px;
  color: #FFFFFF;
  font-family: Roboto, sans-serif;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.93px;
  margin-bottom: 25px;
}
.golf--title {
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
}
.golf--button {
  position: absolute;
  color: #FFFFFF;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.15);
  padding: 16px 60px;
  border: 1px solid #ADADAD;
  border-radius: 5px;
  top: 84px;
  right: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .golf--button {
    top: auto;
    bottom: -40px;
    left: 20px;
    right: auto;
  }
}
.golf--paragr {
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-top: 22px;
  margin-bottom: 52px;
  width: 51%;
}
.golf--items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 30px;
}
.golf--items__wrap {
  flex-wrap: wrap;
}
@media only screen and (max-width: 1180px) {
  .golf--items {
    justify-content: flex-start;
  }
}
.golf--item {
  display: flex;
  flex-direction: column;
  width: 280px;
  flex-shrink: 0;
  margin: 10px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1180px) {
  .golf--item {
    margin-right: 20px;
  }
  .golf--item:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .golf--item {
    width: 260px;
  }
}
@media only screen and (max-width: 480px) {
  .golf--item {
    width: 260px;
  }
}
.golf--item-image {
  height: 225px;
  width: 100%;
  background-image: url("../../img/house.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.golf--item-info {
  display: flex;
  flex-direction: column;
  height: 162px;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
}
.golf--item-title {
  color: #000000;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 47px;
  margin-top: 8px;
  padding-left: 22px;
}
.golf--item-desc {
  color: #7B7B7B;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.44px;
  line-height: 21px;
  padding: 0 20px 0 22px;
  max-height: 97px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.golf--item-next {
  position: absolute;
  height: 56px;
  width: 56px;
  border-radius: 5px;
  bottom: -28px;
  right: 20px;
  background: url(../../img/arrow.svg) no-repeat center center #D72333;
  background-size: 35% 35%;
}

.room-booking--items {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.room-booking--item {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.room-booking--item:nth-child(even) {
  flex-direction: row-reverse;
}
.room-booking--item:nth-child(even) .room-booking--item-block {
  padding-left: 50px;
}
@media only screen and (max-width: 1025px) {
  .room-booking--item {
    flex-direction: column;
    margin-bottom: 100px;
  }
  .room-booking--item:nth-child(even) {
    flex-direction: column;
  }
  .room-booking--item:nth-child(even) .room-booking--item-block {
    padding: 0;
  }
}
.room-booking--item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-height: 533px;
  padding: 50px 0;
}
@media only screen and (max-width: 1025px) {
  .room-booking--item-info {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.room-booking--item-images {
  width: 50%;
  min-height: 533px;
  box-shadow: rgba(185, 194, 208, 0.5) 0 14px 22px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1025px) {
  .room-booking--item-images {
    width: 100%;
    height: 400px;
    min-height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .room-booking--item-images {
    height: 303px;
    min-height: 303px;
  }
}
.room-booking--item-images .roomlist_image_nav {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 9;
}
.room-booking--item-images .roomlist_image_nav.prev {
  background-image: url(../../img/gallery_left.svg);
  left: 20px;
}
.room-booking--item-images .roomlist_image_nav.next {
  background-image: url(../../img/gallery_right.svg);
  right: 20px;
}
.room-booking--item-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.room-booking--item-block {
  width: 493px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1180px) {
  .room-booking--item-block {
    width: 100%;
    padding-right: 20px;
  }
}
.room-booking--item-title {
  color: #000000;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
.room-booking--item-paragr {
  color: #7B7B7B;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-top: 24px;
}
.room-booking--item-features {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 149px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.room-booking--item-featur-img {
  width: 18px;
  height: 18px;
  background-color: red;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -10px;
}
.room-booking--item-featur {
  position: relative;
  max-width: 226px;
  padding-left: 30px;
  margin-bottom: 4px;
  color: #7B7B7B;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 21px;
}

.booknow__m {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .booknow__m {
    display: block;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .booknow__mh {
    display: none;
  }
}

.booking_line {
  background-color: white;
  height: 175px;
  width: 975px;
  display: flex;
  flex-direction: row;
  padding: 30px 40px;
  box-shadow: 0 14px 18px 0 rgba(185, 194, 208, 0.5);
  border-radius: 1px;
  z-index: 1;
  margin: -87px auto -87px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .booking_line {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 0 auto;
    height: auto;
    z-index: auto;
  }
}
@media only screen and (max-width: 768px) {
  .booking_line {
    flex-wrap: wrap;
    margin: -220px auto 10px;
    height: auto;
    z-index: 1;
    padding: 0;
  }
}
.booking_line--item {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 10px;
  width: 27%;
  height: 100%;
  border-right: 1px solid rgba(85, 76, 67, 0.11);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .booking_line--item:nth-child(1) {
    width: 50%;
    height: 125px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(85, 76, 67, 0.11);
  }
}
@media only screen and (max-width: 768px) {
  .booking_line--item:nth-child(2) {
    width: 50%;
    border-right: 0;
    height: 125px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top: 20px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(85, 76, 67, 0.11);
  }
}
.booking_line--item:nth-child(3) {
  width: 22%;
}
@media only screen and (max-width: 1040px) {
  .booking_line--item:nth-child(3) {
    width: 20%;
  }
}
@media only screen and (max-width: 1025px) {
  .booking_line--item:nth-child(3) {
    width: 15%;
  }
}
@media only screen and (max-width: 768px) {
  .booking_line--item:nth-child(3) {
    width: 50%;
    height: 125px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
  }
}
.booking_line--item:nth-child(4) {
  width: 22%;
  border-right: 0;
}
@media only screen and (max-width: 1040px) {
  .booking_line--item:nth-child(4) {
    width: 20%;
  }
}
@media only screen and (max-width: 1025px) {
  .booking_line--item:nth-child(4) {
    width: 15%;
  }
}
@media only screen and (max-width: 768px) {
  .booking_line--item:nth-child(4) {
    width: 50%;
    border-right: 0;
    height: 125px;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-top: 10px;
    padding-left: 10px;
  }
}
.booking_line--item:last-of-type {
  width: 12%;
  margin-left: 20px;
  border-right: 0;
}
@media only screen and (max-width: 1040px) {
  .booking_line--item:last-of-type {
    width: 20%;
    height: 96px;
  }
}
@media only screen and (max-width: 768px) {
  .booking_line--item:last-of-type {
    width: 90%;
    justify-content: center;
    align-items: center;
    height: 40px;
  }
}
@media only screen and (max-width: 1040px) {
  .booking_line--item {
    width: 25%;
  }
}
@media only screen and (max-width: 1025px) {
  .booking_line--item {
    width: 27%;
  }
}
.booking_line--item-title {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #7C7B7B;
  font-weight: 600;
  margin: 0 auto 30px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1025px) {
  .booking_line--item-title {
    font-size: 12px;
  }
}
.booking_line--button {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #D72333;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -80px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1040px) {
  .booking_line--button {
    right: 0;
  }
}
@media only screen and (max-width: 1025px) {
  .booking_line--button {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .booking_line--button {
    position: relative;
    padding: 40px 50px;
    top: 10px;
  }
}
.booking_line--datepicker {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #000000;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1025px) {
  .booking_line--datepicker {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .booking_line--datepicker {
    font-size: 33px;
  }
}
.booking_line--datepicker input {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.booking_line--datepicker:after {
  display: block;
  content: "";
  background: url(../../img/arrow_down.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  height: 9px;
  width: 15px;
  right: 0;
}
@media only screen and (max-width: 1040px) {
  .booking_line--datepicker:after {
    top: 15px;
  }
}
.booking_line--peoplepicker {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.booking_line--peoplepicker-title {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: #000000;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 1025px) {
  .booking_line--peoplepicker-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .booking_line--peoplepicker-title {
    font-size: 33px;
  }
}
.booking_line--peoplepicker-plus, .booking_line--peoplepicker-minus {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: 700;
  color: #D72333;
  cursor: pointer;
}
@media only screen and (max-width: 1025px) {
  .booking_line--peoplepicker-plus, .booking_line--peoplepicker-minus {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .booking_line--peoplepicker-plus, .booking_line--peoplepicker-minus {
    font-size: 24px;
  }
}

/*# sourceMappingURL=index.css.map */
