@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=cyrillic,latin-ext");
html {
  margin: 0;
  padding: 0; }

body {
  margin: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

html {
  font-size: 14px; }

body {
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3 {
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-size: 2.9rem;
  line-height: 3.3rem;
  font-weight: 900;
  text-transform: uppercase; }

h2 {
  font-size: 2.07rem;
  font-weight: 200; }

h3 {
  font-size: 2.1rem; }

.bold {
  font-weight: 600; }

.grey-txt {
  color: #7d8182; }

.brand-txt {
  color: #2e8093; }

.caballito {
  background-color: #790000; }

.medusa {
  background-color: #8971b8; }

.posidonia {
  background-color: #229f83; }

.sanjaime {
  background-color: #8abd01; }

.estrella {
  background-color: #fabc02; }

.cta-btn {
  text-align: center;
  padding: 14px 40px;
  min-width: 220px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(247, 137, 58, 0.99) 0%, rgba(253, 176, 0, 0) 0.01%, rgba(255, 175, 0, 0.04) 0.02%, rgba(252, 160, 23, 0.414745) 0.03%, rgba(250, 151, 36, 0.98) 0.04%, rgba(247, 137, 58, 0.99) 96.35%); }
  .cta-btn:hover {
    color: #fff;
    transition: 1s;
    transform: translateY(3px); }

.mobile-nav {
  display: none; }

.navbar-brand {
  width: 140px;
  align-items: center; }
  .navbar-brand img {
    width: 150px; }

.navbar-nav-mobile {
  display: none; }

.navbar-nav-mob {
  align-items: center;
  justify-content: space-around; }

header {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px; }
  header .header-wrapper {
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between; 
    align-items: center;}
  header .messenger-list {
    justify-content: space-between; }
  header .messenger-item {
    margin: 0 5px;
    padding-top: 0; }
    header .messenger-item i {
      font-size: 20px; }
  header .call-back-phone-lang {
    flex-flow: row nowrap;
    align-items: center; }
  header .phone-number {
    /* width: 240px; */
    margin-right: 20px; }
    header .phone-number span {
      margin-bottom: 5px;
      font-size: 18px;
      color: #1e8195;
      text-align: center;
      font-weight: bold;
      letter-spacing: .5px; }
      header .phone-number span i {
        color: #3ba5be;
        margin: 0 3px; }
    header .phone-number .messengers {
      flex-flow: row nowrap;
      margin-bottom: 5px; }
      header .phone-number .messengers .phone-link {
        color: #444; }
        header .phone-number .messengers .phone-link i {
          font-size: 16px; }
      header .phone-number .messengers .fa-telegram {
        color: #25a2c4; }
      header .phone-number .messengers .fa-whatsapp {
        color: #03fca1; }
      header .phone-number .messengers .fa-mobile-alt {
        color: #4f4f4f;
        font-size: 17px; }
    header .phone-number .cta-btn {
      display: block;
      background: linear-gradient(180deg, rgba(247, 137, 58, 0.99) 0%, rgba(253, 176, 0, 0) 0.01%, rgba(255, 175, 0, 0.04) 0.02%, rgba(252, 160, 23, 0.414745) 0.03%, rgba(250, 151, 36, 0.98) 0.04%, rgba(247, 137, 58, 0.99) 96.35%);
      padding: 7px 40px;
      text-align: center;
      width: 100%; }
      header .phone-number .cta-btn i {
        margin-right: 15px; }
  header .langbar {
    flex-flow: column nowrap;
    font-size: .84rem; }
  header nav {
    width: 100%;
    justify-content: space-between; }
    header nav .navbar-nav {
      margin-right: 100px; }

.dropdown-toggle:focus {
  outline: none; }

.entry-content h3 {
  margin-top: 30px !important;
  font-size: 24px!important;
  color: #2e8093
}

.dropdown-menu {
  min-width: 8rem;
  border: 0;
  background-color: #3493a9; }
  .dropdown-menu a {
    color: #fff; }

.langbar a {
  color: #3ba5be;
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 2px 0; }
  .langbar a.active, .langbar a:hover {
    color: #fff;
    background-color: #3ba5be; }
.auth {
  display: flex;
  align-items: center;
}

.auth a {
  height: 100%;
}
.navbar-expand-lg .navbar-nav {
  height: 100%; }
  .navbar-expand-lg .navbar-nav .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -10 0;
    text-align: center; }
    .navbar-expand-lg .navbar-nav .menu-item a {
      justify-self: space-around;
      font-weight: 400;
      text-transform: uppercase;
      margin: 0 15px;
      color: #4f4f4f;
      position: relative;
      height: 100%;
      padding: 25px 0;
      min-width: 60px;
      text-align: center; }
      .navbar-expand-lg .navbar-nav .menu-item a:hover, .navbar-expand-lg .navbar-nav .menu-item a.active {
        color: #3ba5be; }
        .navbar-expand-lg .navbar-nav .menu-item a:hover:after, .navbar-expand-lg .navbar-nav .menu-item a.active:after {
          content: '';
          bottom: -12px;
          position: absolute;
          width: 104%;
          height: 4px;
          top: 50px;
          display: block;
          background-color: #3ba5be;
          margin: auto; }
    .navbar-expand-lg .navbar-nav .menu-item > ul {
      display: none; }
  .navbar-expand-lg .navbar-nav .menu-item-has-children {
    position: relative; }
    .navbar-expand-lg .navbar-nav .menu-item-has-children:hover > ul {
      display: flex;
      flex-flow: column nowrap;
      position: absolute;
      top: 40px;
      left: 0;
      z-index: 1;
      background-color: #fff;
      width: 190px;
      padding: 10px 5px;
      font-size: 0.9rem;
      box-shadow: 0 7px 15px rgba(59, 165, 190, 0.2);
      background-color: #fafafa; }
      .navbar-expand-lg .navbar-nav .menu-item-has-children:hover > ul li {
        margin: 0; }
        .navbar-expand-lg .navbar-nav .menu-item-has-children:hover > ul li a:before {
          content: '\f0da';
          font-family: 'Fontawesome';
          color: #4f4f4f;
          font-size: 14px;
          margin-right: 10px; }
        .navbar-expand-lg .navbar-nav .menu-item-has-children:hover > ul li a:hover {
          color: #2e8093; }
          .navbar-expand-lg .navbar-nav .menu-item-has-children:hover > ul li a:hover:before {
            color: #3ba5be;
            font-size: 15px; }

.jumbotron h1 {
  position: relative;
  color: white;
  letter-spacing: 1.3px;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.23); }
  .jumbotron h1:after {
    position: absolute;
    content: '';
    height: 7px;
    width: 220px;
    bottom: -30px;
    left: 0;
    background-color: #ffa318; }

.top-slider {
  position: relative;
  min-height: 500px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden; }
  .top-slider .container {
    margin-top: 60px;
    display: flex;
    align-items: center; }
  .top-slider .video {
    position: absolute;
    width: 100%;
    z-index: -1; }
  .top-slider a.cta-btn {
    display: block;
    background-color: #ffa318;
    max-width: 300px;
    margin-top: 60px;
    font-weight: bold;
    padding: 14px 0; }
    .top-slider a.cta-btn:hover {
      background-color: #ffa318; }
  .top-slider .slider-content {
    flex-flow: column nowrap;
    justify-content: space-between;
    height: 100%;
    padding: 180px 0; }
  .top-slider .lead {
    font-size: 2.6rem;
    color: #fff;
    font-weight: 700; }

.shadow {
  -webkit-box-shadow: 0px 0px 47px -18px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 47px -18px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 47px -18px rgba(0, 0, 0, 0.4); }

.brand {
  background-color: #3ba5be; }

.line:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px; }

.rel {
  position: relative; }

.brand-medium {
  background-color: #3493a9; }

.brand-dark {
  background-color: #2e8093; }

.flex {
  display: flex; }

.dn {
  display: none; }

.gbh-structure {
  padding: 60px 0;
  background-color: #fff; }
  .gbh-structure .about-gbh-container {
    flex-flow: column nowrap;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: 200;
    color: #4f4f4f; }
    .gbh-structure .about-gbh-container__logo {
      margin: 20px 40px;
      max-width: 320px;
      height: auto;
      flex-basis: 50%;
      -webkit-box-shadow: 25px 26px 0px 1px #ffa318;
      -moz-box-shadow: 25px 26px 0px 1px #ffa318;
      box-shadow: 25px 26px 0px 1px #ffa318; }
      .gbh-structure .about-gbh-container__logo img {
        width: 100%;
        height: 100%; }
  .gbh-structure .company-story {
    height: auto;
    position: relative; }
    .gbh-structure .company-story .booking-rate {
      margin: 20px 0;
      flex-flow: row; }
    .gbh-structure .company-story .rate {
      font-size: 2.5rem;
      font-weight: 900;
      background: #003580;
      color: #fff;
      padding: 20px 20px;
      max-height: 90px;
      border-radius: 10px;
      -webkit-box-shadow: 0px 5px 37px 4px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0px 5px 37px 4px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 5px 37px 4px rgba(0, 0, 0, 0.16); }
    .gbh-structure .company-story h3 {
      font-size: 1.5rem;
      color: #3ba5be;
      padding: 20px;
      font-weight: 600; }
      .gbh-structure .company-story h3 small {
        margin-top: 10px;
        display: block;
        color: #666;
        font-weight: 100; }
    .gbh-structure .company-story__text {
      padding: 0 20px;
      text-align: justify;
      flex-basis: 70%; }
      .gbh-structure .company-story__text p {
        margin: 10px 0; }
    .gbh-structure .company-story__facts {
      flex-flow: column;
      padding: 0 10px;
      border-right: 2px solid #3ba5be; }
      .gbh-structure .company-story__facts .chronology {
        flex-flow: row nowrap;
        padding: 10px 15px;
        align-items: center;
        background: #f0f0f0;
        border-radius: 4px;
        margin: 10px 15px;
        -webkit-box-shadow: 0px 0px 15px -15px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 15px -15px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 15px -15px rgba(0, 0, 0, 0.2); }
        .gbh-structure .company-story__facts .chronology .year {
          font-size: 3.4rem;
          color: #3ba5be;
          font-weight: bold;
          margin-right: 20px; }
        .gbh-structure .company-story__facts .chronology .hotel-list {
          flex-flow: column nowrap; }
        .gbh-structure .company-story__facts .chronology span {
          font-size: 1rem;
          color: #3ba5be; }
        .gbh-structure .company-story__facts .chronology i {
          color: #666;
          margin-right: 10px; }
        .gbh-structure .company-story__facts .chronology i.done {
          color: #8abd01; }
  .gbh-structure .company-numbers {
    width: 100%;
    justify-content: space-between; }
  .gbh-structure .numbers-item {
    cursor: pointer;
    height: 320px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    background-color: #fefefe;
    width: 252px;
    height: 240px;
    margin: 10px;
    -webkit-box-shadow: 0px 11px 30px -12px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 11px 30px -12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 11px 30px -12px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 1s; }
    .gbh-structure .numbers-item:hover {
      margin-bottom: 1px; }
      .gbh-structure .numbers-item:hover .property-title:before {
        width: 150px;
        height: 150px; }
      .gbh-structure .numbers-item:hover .property-title.line:after {
        left: 0;
        background-color: #ffa318;
        width: 100%; }
  .gbh-structure .property-title {
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 200;
    width: 10rem;
    text-align: center;
    position: relative;
    z-index: 1; }
    .gbh-structure .property-title span {
      text-transform: none; }
    .gbh-structure .property-title:before {
      border: 20px solid #3ba5be;
      position: absolute;
      content: '';
      width: 160px;
      height: 160px;
      left: -200px;
      top: 20px;
      z-index: -1;
      transform: rotate(35deg);
      opacity: .6;
      transition: 1s; }
    .gbh-structure .property-title.line:after {
      transition: 1s;
      background-color: #ffa318;
      bottom: -15px;
      width: 80%;
      left: 10%; }
  .gbh-structure .property-summ {
    position: relative;
    z-index: 2;
    font-size: 2.1rem;
    font-weight: 700;
    margin-top: 20px;
    background: linear-gradient(180deg, #FFB545 2.08%, #FF8C39 65.62%, #FF8C39 86.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 3px solid transparent;
    position: relative;
    border-image-slice: 1; }

.gbh-logo {
  justify-content: space-around;
  align-items: center; }
  .gbh-logo__link {
    width: 200px;
    padding: 15px; }
    .gbh-logo__link img {
      max-width: 100%; }

.how-it-works {
  background: #fff;
  padding-bottom: 0 !important; }
  .how-it-works .investment-scheme {
    width: 100%;
    margin: auto;
    margin-top: 20px;
    justify-content: center;
    flex-flow: row nowrap; }
    .how-it-works .investment-scheme .scheme-item {
      flex: 0 0 25%;
      justify-content: center;
      align-items: center;
      flex-flow: column;
      text-align: center;
      flex-basis: 16%; }
      .how-it-works .investment-scheme .scheme-item p {
        margin: 0 auto;
        text-align: center;
        padding: 0 10px;
        font-size: 1rem;
        font-weight: 200; }
    .how-it-works .investment-scheme .arrow-divider {
      flex-flow: column nowrap;
      height: auto;
      justify-content: space-between; }
    .how-it-works .investment-scheme .step-arrow-left {
      height: 40px;
      min-width: 40px;
      background: url("../img/icons/arrow-left.svg") no-repeat;
      background-position: 20%;
      background-size: contain;
      margin-top: 40px; }
    .how-it-works .investment-scheme .step-arrow {
      min-width: 40px;
      height: 40px;
      background: url("../img/icons/arrow.svg") no-repeat;
      background-position: 20%;
      background-size: contain; }
      .how-it-works .investment-scheme .step-arrow.last {
        background-position: 40%;
        transform: rotate(90deg); }
    .how-it-works .investment-scheme .icon-wrapper {
      margin: 15px auto;
      max-width: 50px; }
      .how-it-works .investment-scheme .icon-wrapper img {
        width: 100%; }
  .how-it-works .investor-profit {
    padding: 40px 0 0;
    margin-top: 40px;
    border-radius: 15px;
    position: relative; }
    .how-it-works .investor-profit h3 {
      color: #ffa318;
      font-weight: 900;
      margin-bottom: 30px;
      text-transform: uppercase; }
    .how-it-works .investor-profit__list {
      padding: 40px;
      background: #fafafa;
      flex-flow: row wrap;
      position: relative;
      z-index: 2; }
    .how-it-works .investor-profit__item {
      margin: 10px 0;
      flex-basis: 48%;
      padding: 15px 60px;
      position: relative;
      border-bottom: 1px dotted #ffa318;
      margin: 0 1%;
      font-size: 1.2rem;
      font-weight: 100; }
      .how-it-works .investor-profit__item:nth-child(9), .how-it-works .investor-profit__item:last-child {
        border: none; }
      .how-it-works .investor-profit__item::before {
        content: '\f058';
        font-family: Fontawesome;
        font-size: 2.4rem;
        color: #3ba5be;
        top: 5px;
        left: -5px;
        position: absolute; }

.video-presentation {
  padding: 40px 0; }
  .video-presentation .text {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 100%; }
    .video-presentation .text p {
      margin: 10px;
      color: #333;
      font-size: 1.2rem;
      font-weight: 100; }
  .video-presentation .clip {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    min-height: 280px;
    background: url(../img/video-cover.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 0; }
    .video-presentation .clip:before {
      position: absolute;
      content: '';
      z-index: -1;
      width: 100%;
      height: 100%;
      background-color: rgba(52, 147, 169, 0.6); }
    .video-presentation .clip a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 6rem;
      background-color: #ffffff;
      padding: 10px;
      border-radius: 50%;
      width: 110px;
      height: 110px;
      color: #ffa318;
      transition: 1s; }
      .video-presentation .clip a:hover {
        color: #e48900; }

.investment-mode {
  background-color: #f0f0f0; }
  .investment-mode hr {
    width: 90%;
    margin: auto;
    background-color: #cccccc; }
  .investment-mode .card {
    margin: 10px;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 11px 30px -12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 11px 30px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 11px 30px -12px rgba(0, 0, 0, 0.05);
    min-height: 320px;
    overflow: hidden;
    position: relative;
    border-top: 3px solid #3ba5be; }
    .investment-mode .card .cta-btn {
      display: none; }
    .investment-mode .card .card-offer-price {
      display: inline-block;
      position: relative;
      top: 10px;
      left: 10px;
      transform: rotate(-45deg);
      text-align: center;
      max-width: 80px; }
    .investment-mode .card .card-body {
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between;
      padding: 20px; }
  .investment-mode .recommended {
    margin: 0px;
    height: 102%; }
  .investment-mode h5 {
    font-size: 1.3rem;
    font-weight: 100;
    color: #3ba5be;
    text-align: center;
    position: relative; }
    .investment-mode h5 small {
      font-size: 1.3rem;
      text-transform: uppercase;
      display: block;
      color: #ffa318;
      font-weight: 900; }
    .investment-mode h5:before {
      content: '';
      height: 3px;
      width: 100px;
      background-color: #3ba5be;
      position: absolute;
      bottom: -20px;
      left: calc(50% - 50px); }
  .investment-mode .card-text {
    font-size: .9rem;
    font-weight: 100;
    padding: 15px 0; }
  .investment-mode__table-cost {
    font-size: 1.4rem;
    font-weight: 200;
    color: #3ba5be;
    text-align: center;
    width: 80%;
    border-radius: 40px;
    margin: 15px auto;
    padding: 5px; }
    .investment-mode__table-cost span {
      font-size: 2rem;
      font-weight: 900;
      margin: 0 10px; }
  .investment-mode__details {
    flex-flow: column nowrap;
    font-size: .9rem;
    font-weight: 100;
    padding: 0 10px;
    justify-content: space-between; }
  .investment-mode__details__item {
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 5px 0; }
  .investment-mode__table-value {
    font-size: 1.2em;
    color: #ffa318;
    font-weight: 600; }

.object-carousel {
  background-color: #fefefe;
  overflow: hidden; }
  .object-carousel .slick-slider {
    height: 500px; }
  .object-carousel .slick-track {
    padding: 0;
    height: 505px;
    position: relative; }
  .object-carousel .container-fluid {
    padding-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .object-carousel .object-list-heading {
    justify-content: space-between; }
  .object-carousel .slick-dots {
    list-style: none; }
    .object-carousel .slick-dots button:before {
      content: '';
      background-color: #ffa318;
      width: 8px;
      height: 8px; }
  .object-carousel .slick-prev, .object-carousel .slick-next {
    background-color: #72c1d3;
    height: 48px;
    width: 48px;
    z-index: 99;
    top: -60px;
    overflow: hidden;
    position: absolute; }
    .object-carousel .slick-prev:before, .object-carousel .slick-next:before {
      content: '';
      border-left: 3px solid #fff;
      border-top: 3px solid #fff;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 15px;
      z-index: 999;
      transition: .6s; }
  .object-carousel .slick-prev {
    left: 80%; }
    .object-carousel .slick-prev:before {
      transform: rotate(-45deg);
      left: 20px; }
    .object-carousel .slick-prev:hover:before {
      left: 18px; }
  .object-carousel .slick-next {
    left: 84%; }
    .object-carousel .slick-next:before {
      transform: rotate(135deg);
      left: 10px; }
    .object-carousel .slick-next:hover:before {
      left: 12px; }

.object-page {
  position: relative;
  background-color: #fafafa;
  z-index: 0; }
  .object-page:before {
    opacity: .15;
    width: 400px;
    height: 400px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/drawing-bg.png") no-repeat;
    z-index: -1; }

.object__list {
  min-width: 0;
  /* height: 550px;  */
}

.object__item {
  max-width: 320px;
  margin: 0 15px; }

.objects__list {
  height: auto; }

.object-list__item {
  margin: 15px 0; }

.object-list__item,
.object__item {
  height: 480px;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  transition: .6s; }
  .object-list__item .has-discount,
  .object__item .has-discount {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -100%;
    margin: auto;
    padding: 5px;
    background: #ffa318;
    color: rgba(255, 255, 255, 0.9);
    width: 120px;
    text-align: center;
    font-size: .9rem; }
    .object-list__item .has-discount span,
    .object__item .has-discount span {
      font-weight: 700;
      font-size: 1.4rem;
      letter-spacing: 3px;
      line-height: 1rem; }
      .object-list__item .has-discount span small,
      .object__item .has-discount span small {
        font-weight: 100;
        letter-spacing: 0;
        font-size: 0.9rem; }
  .object-list__item.card,
  .object__item.card {
    border: 0px; }
  .object-list__item .object-investment-modes,
  .object__item .object-investment-modes {
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: .75rem;
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px; }
    .object-list__item .object-investment-modes p,
    .object__item .object-investment-modes p {
      text-align: left;
      margin-bottom: 5px; }
    .object-list__item .object-investment-modes .types-list,
    .object__item .object-investment-modes .types-list {
      display: flex;
      justify-content: flex-start; }
    .object-list__item .object-investment-modes .object-investment-type,
    .object__item .object-investment-modes .object-investment-type {
      text-align: left;
      margin: 0 2px;
      background: #8abd01;
      padding: 5px 10px;
      margin-bottom: 10px;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      line-height: .9rem; }
      .object-list__item .object-investment-modes .object-investment-type i,
      .object__item .object-investment-modes .object-investment-type i {
        font-size: 1rem;
        margin-right: 10px;
        display: none; }
  .object-list__item .object__details,
  .object__item .object__details {
    position: relative;
    top: -148px;
    right: 0;
    width: 100%;
    padding: 10px;
    transition: 1s;
    color: #fff;
    background: linear-gradient(0deg, #000000 3%, rgba(51, 51, 51, 0.47) 51.68919%, rgba(0, 0, 0, 0) 100%); }
    .object-list__item .object__details h5,
    .object__item .object__details h5 {
      font-size: 1rem;
      display: none;
      font-weight: 100; }
    .object-list__item .object__details .status,
    .object__item .object__details .status {
      padding: 10px 0;
      font-weight: 200;
      color: rgba(255, 255, 255, 0.8); }
    .object-list__item .object__details .short-info,
    .object__item .object__details .short-info {
      padding: 0px;
      align-items: center; }
      .object-list__item .object__details .short-info span,
      .object__item .object__details .short-info span {
        height: 60px;
        font-size: 0.9rem;
        line-height: 1.1rem;
        text-overflow: clip; }
    .object-list__item .object__details .profit-rate,
    .object__item .object__details .profit-rate {
      justify-content: space-between;
      font-size: 1rem;
      border-top: 1px solid #efefef;
      font-weight: lighter; }
      .object-list__item .object__details .profit-rate span:nth-child(2),
      .object__item .object__details .profit-rate span:nth-child(2) {
        color: #fff;
        font-size: 1.1rem;
        font-weight: bold; }
    .object-list__item .object__details .cta-btn,
    .object__item .object__details .cta-btn {
      font-weight: bold; }
  .object-list__item:hover,
  .object__item:hover {
    -webkit-box-shadow: 0px 4px 30px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 4px 30px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 30px -1px rgba(0, 0, 0, 0.35); }
    .object-list__item:hover .object__details,
    .object__item:hover .object__details {
      height: 100%;
      top: -87%;
      background-color: rgba(0, 0, 0, 0.55); }
      .object-list__item:hover .object__details a:hover,
      .object__item:hover .object__details a:hover {
        background-color: #BFA059; }
    .object-list__item:hover .object-title small,
    .object__item:hover .object-title small {
      color: #fff;
      text-align: center; }
  .object-list__item .object__details a,
  .object__item .object__details a {
    font-weight: 200;
    background-color: #e4b446;
    font-size: 1rem; }
  .object-list__item .object__pic,
  .object__item .object__pic {
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    position: relative; }
    .object-list__item .object__pic img,
    .object__item .object__pic img {
      border-radius: 4px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .object-list__item .object__pic .object-price,
    .object__item .object__pic .object-price {
      display: none;
      position: absolute;
      top: 20px;
      right: -4px;
      padding: 10px 15px;
      background-color: #3ba5be;
      border-radius: 4px;
      color: #fff;
      -webkit-box-shadow: -2px 0px 49px -10px #4f4f4f;
      -moz-box-shadow: -2px 0px 49px -10px #4f4f4f;
      box-shadow: -2px 0px 49px -10px #4f4f4f; }
  .object-list__item .object-title,
  .object__item .object-title {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 1.8rem;
    padding-bottom: 5px;
    position: relative;
    color: #fff; }
    .object-list__item .object-title__prefix,
    .object__item .object-title__prefix {
      letter-spacing: 0;
      display: block;
      font-weight: 200;
      font-size: 1.4rem; }
    .object-list__item .object-title small,
    .object__item .object-title small {
      color: #ffffff;
      background-color: #3ba5be;
      padding: 5px 5px;
      letter-spacing: 0px;
      position: realtive;
      top: -5px;
      font-size: .8rem;
      display: block;
      margin: 5px 0;
      max-width: 135px;
      text-align: center; }

.reasons-adv {
  height: auto;
  overflow: hidden;
  background-color: #f0f0f0; }
  .reasons-adv__item {
    color: #2f2f2f;
    font-size: 1.1rem;
    font-weight: 100;
    position: relative;
    width: 100%; }
    .reasons-adv__item strong {
      font-size: 1.2rem;
      font-weight: 700;
      color: #3ba5be; }
    .reasons-adv__item:before {
      border: 15px solid;
      border-image: linear-gradient(180deg, #FFB545 2.08%, #FF8C39 65.62%, #FF8C39 86.98%);
      border-image-slice: 1;
      position: absolute;
      content: '';
      width: 90px;
      height: 90px;
      left: -110px;
      top: -10px;
      z-index: 0;
      transform: rotate(35deg);
      opacity: .7; }
  .reasons-adv .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 540px;
    position: relative;
    bottom: -75px; }
    .reasons-adv .image-wrapper img {
      height: 100%; }
  .reasons-adv__list {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end; }
  .reasons-adv__wrapper {
    display: flex;
    align-items: center;
    flex-basis: 45%;
    margin: 15px;
    border-radius: 5px;
    background-color: #fafafa;
    height: 120px;
    padding: 20px 30px;
    text-align: center;
    overflow: hidden; }

.opt-in-home {
  background-color: #fff;
  padding: 40px; }
  .opt-in-home .optin-form {
    background-color: #3ba5be;
    width: 100%;
    flex-flow: column nowrap;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 41px 7px rgba(163, 136, 77, 0.18);
    -moz-box-shadow: 0px 0px 41px 7px rgba(163, 136, 77, 0.18);
    box-shadow: 0px 0px 41px 7px rgba(163, 136, 77, 0.18); }
    .opt-in-home .optin-form h4 {
      color: #fff;
      margin: 0 50px;
      font-weight: 200; }
  .opt-in-home form {
    padding-top: 15px;
    width: 100%;
    flex-flow: row nowrap;
    justify-content: center; }
    .opt-in-home form input {
      font-size: 1.4rem;
      font-weight: 200;
      color: #3ba5be; }
    .opt-in-home form input, .opt-in-home form button {
      height: 56px;
      border: none;
      margin: 0 15px;
      background-color: #fff; }
    .opt-in-home form button {
      width: 220px;
      background-color: #ffa318;
      font-size: 1.4rem;
      padding: 0;
      text-align: center;
      font-weight: 200; }
      .opt-in-home form button:hover {
        background-color: #ffa318; }
  .opt-in-home span {
    text-align: center;
    font-size: 0.8rem;
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.5);
    color: #fff; }

.object-offer {
  width: inherit;
  background-color: #fff;
  transition: 1s;
  margin: 15px 0; }
  .object-offer img {
    width: 100%; }
  .object-offer__meta {
    position: relative;
    height: 240px;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 30px;
    font-size: 1.14rem;
    flex-flow: column;
    justify-content: space-between; }
    .object-offer__meta .city,
    .object-offer__meta .object-title {
      text-transform: uppercase; }
    .object-offer__meta .city {
      font-weight: lighter; }
    .object-offer__meta .object-title {
      color: #3ba5be;
      font-weight: 600; }
    .object-offer__meta .object-price {
      font-size: 1rem;
      font-weight: 200; }
      .object-offer__meta .object-price span {
        font-weight: 600;
        color: #3ba5be; }
  .object-offer .percents {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    top: -40px;
    left: 30%;
    width: 6rem; }
  .object-offer:hover {
    -webkit-box-shadow: 0px -8px 37px -18px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -8px 37px -18px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -8px 37px -18px rgba(0, 0, 0, 0.15); }

section h2 {
  font-weight: 700;
  color: #3ba5be;
  text-transform: uppercase;
  position: relative; }
  section h2 small {
    font-size: 1.4rem;
    color: #ffa318;
    font-weight: 400;
    display: block; }
  section h2:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 5px;
    left: -60px;
    top: 40%;
    background-color: #ffa318; }

.reasons {
  background-color: #f8f8f8; }

.reason-item {
  height: auto;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 11px 30px -12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 11px 30px -12px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 11px 30px -12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  padding: 30px 0; }
  .reason-item .line:after {
    background-color: #ffa318;
    display: block;
    margin: auto;
    left: -20%;
    bottom: 0px;
    width: 140%; }
  .reason-item span {
    background: linear-gradient(180deg, #FFB545 2.08%, #FF8C39 65.62%, #FF8C39 86.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 3px solid transparent;
    position: relative;
    border-image-slice: 1;
    font-size: 6rem;
    font-weight: 900;
    top: -10px;
    left: 0; }
  .reason-item h3 {
    font-weight: 900;
    font-size: 1.5rem;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFB545 2.08%, #FF8C39 65.62%, #FF8C39 86.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    border-image-slice: 1; }
  .reason-item p {
    color: #666;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100; }
    .reason-item p:before {
      border: 25px solid #3ba5be;
      position: absolute;
      content: '';
      width: 180px;
      height: 180px;
      left: -160px;
      top: 20px;
      z-index: -1;
      transform: rotate(35deg);
      opacity: .7; }

.equipment {
  flex-flow: row wrap;
  flex: 0 0 100%; }
  .equipment .equipment-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    flex-basis: 25%;
    padding: 10px 0; }
  .equipment .equipment-icon {
    width: 32px; }
    .equipment .equipment-icon img {
      width: 100%; }
  .equipment .equipment-title {
    margin-top: 5px;
    text-align: center;
    font-size: .8rem; }

#promo-video {
  background: url("../img/video-preview.jpg");
  background-repeat: none;
  background-size: cover;
  margin-bottom: 0; }
  #promo-video .video-controls {
    flex-flow: column;
    justify-content: space-around;
    text-align: center;
    color: #fff;
    font-size: 2.5rem; }
    #promo-video .video-controls h3 {
      width: 50%;
      margin: auto; }
    #promo-video .video-controls a {
      font-size: 5.5rem;
      color: #fafafa; }
      #promo-video .video-controls a i:hover {
        color: #fff; }

.page-title {
  background-color: #fafafa;
  padding: 40px 0; }

.about-gbhsi .row {
  position: relative; }

.about-gbhsi-pic {
  position: relative;
  height: 420px; }
  .about-gbhsi-pic img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 3px; }

.about-gbhsi-txt {
  position: relative;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  line-height: 1.64rem;
  font-size: 1.07rem;
  font-weight: 200;
  border-radius: 3px; }
  .about-gbhsi-txt p {
    margin: 7px 0; }
  .about-gbhsi-txt span {
    display: block;
    margin: 15px;
    padding: 20px 30px;
    font-size: 1.5rem;
    line-height: 2rem;
    background-color: #3ba5be;
    border-radius: 4px;
    color: #fff;
    text-align: center; }
  .about-gbhsi-txt h4 {
    text-align: left; }

.about-us__thesis {
  align-items: center;
  justify-content: center;
  height: 100%; }
  .about-us__thesis p {
    text-align: center;
    margin: 15px;
    text-transform: uppercase; }

.about-mk {
  background-color: #f0f0f0; }
  .about-mk .about-gbhsi-txt {
    margin: 7px 0;
    padding: 0 10px; }
  .about-mk .award-pic-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 30px 0; }
    .about-mk .award-pic-wrapper img {
      border-radius: 10px;
      width: 60%;
      margin: auto;
      -webkit-box-shadow: 0px 5px 22px -6px rgba(0, 0, 0, 0.33);
      -moz-box-shadow: 0px 5px 22px -6px rgba(0, 0, 0, 0.33);
      box-shadow: 0px 5px 22px -6px rgba(0, 0, 0, 0.33); }
  .about-mk .competence-wrapper {
    margin: 20px -7px;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 15px;
    height: auto;
    position: relative;
    overflow: hidden; }
    .about-mk .competence-wrapper:before {
      border: 20px solid #ffa318;
      position: absolute;
      content: '';
      width: 150px;
      height: 150px;
      right: -130px;
      top: 20px;
      z-index: 1;
      transform: rotate(35deg);
      opacity: .7;
      -webkit-box-shadow: -4px 7px 14px -8px rgba(0, 0, 0, 0.32);
      -moz-box-shadow: -4px 7px 14px -8px rgba(0, 0, 0, 0.32);
      box-shadow: -4px 7px 14px -8px rgba(0, 0, 0, 0.32); }
    .about-mk .competence-wrapper ul {
      margin-top: 20px; }
      .about-mk .competence-wrapper ul li {
        margin: 10px 0;
        padding: 5px 0;
        position: relative;
        font-size: .9rem; }
        .about-mk .competence-wrapper ul li:before {
          content: '\f0b1';
          font-family: Fontawesome;
          font-size: 1rem;
          color: #3ba5be;
          height: 24px;
          margin-right: 5px; }
  .about-mk h3 {
    color: #3ba5be;
    margin-top: 20px 0 10px;
    font-weight: 700;
    font-size: 1.5rem; }
    .about-mk h3 small {
      font-size: 1rem;
      color: #ffa318;
      display: block; }

.chronology {
  background: #fafafa;
  padding: 40px 0;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .chronology:before {
    opacity: .15;
    width: 400px;
    height: 400px;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/drawing-bg.png") no-repeat;
    z-index: -1; }
  .chronology:after {
    opacity: .2;
    width: 400px;
    height: 400px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background: url("../img/drawing-bg.png") no-repeat 115% 95%;
    z-index: -1; }
  .chronology .row {
    margin: 20px 0; }
  .chronology .stage-wrapper {
    margin: 10px 0; }
  .chronology .middle {
    padding: 15px 0;
    border-top: 1px dashed #ffa318;
    border-bottom: 1px dashed #ffa318; }
  .chronology p.year {
    font-size: 4rem;
    color: #cccccc;
    font-weight: 900; }
  .chronology .right, .chronology .left {
    position: relative; }
    .chronology .right:before, .chronology .left:before {
      opacity: 0.8;
      position: absolute;
      font-family: Fontawesome;
      font-size: 7rem;
      color: #ffa318;
      top: -30px; }
  .chronology .right:before {
    content: '\f0d9';
    left: -70px; }
  .chronology .left:before {
    content: '\f0da';
    left: 150px; }
  .chronology .year-content-wrapper {
    margin: 15px 0;
    font-weight: 200;
    font-size: 0.9em;
    min-width: 30%;
    padding: 10px; }
    .chronology .year-content-wrapper h3 {
      font-size: 1.4rem;
      font-weight: 600;
      color: #3ba5be;
      margin-bottom: 10px; }
      .chronology .year-content-wrapper h3 small {
        font-size: 14px;
        margin-right: 10px;
        font-weight: 100;
        color: #ffa318;
        display: block; }
  .chronology .object-short-description span {
    display: inline-block;
    line-height: 1.2rem;
    padding: 3px 10px;
    background-color: #f0f0f0;
    margin-top: 5px;
    color: #333;
    border-radius: 3px;
    margin-right: 5px; }

.evolution-box {
  padding: 60px 0; }
  .evolution-box__wrapper {
    width: 100%;
    flex-flow: row nowrap;
    flex: 0 0 100%; }
    .evolution-box__wrapper .evolution-item {
      height: 120px;
      margin: 0 20px;
      align-items: center; }
    .evolution-box__wrapper .posidonia, .evolution-box__wrapper .caballito, .evolution-box__wrapper .sanjaime {
      color: #fff; }
    .evolution-box__wrapper .year {
      position: relative; }
      .evolution-box__wrapper .year p {
        font-weight: 400;
        font-size: 1rem;
        color: #fff;
        border: 3px solid #f0f0f0;
        background: #ffa318;
        border-radius: 50%;
        line-height: 3.5rem;
        width: 4rem;
        height: 4rem;
        text-align: center; }
    .evolution-box__wrapper .build-objects {
      flex-flow: column;
      align-items: flex-start;
      justify-content: center; }
      .evolution-box__wrapper .build-objects .hotel {
        padding: 5px 15px;
        margin: 5px;
        font-size: 0.9rem; }
    .evolution-box__wrapper .right .year:after {
      content: '\f0da';
      font-family: Fontawesome;
      font-size: 2rem;
      color: #ccc;
      left: -22px;
      position: absolute; }
    .evolution-box__wrapper .left {
      text-align: right;
      border-right: 5px solid #ccc; }
      .evolution-box__wrapper .left .build-objects {
        align-items: flex-end; }
      .evolution-box__wrapper .left .year {
        justify-content: flex-end; }
        .evolution-box__wrapper .left .year:after {
          content: '\f0d9';
          font-family: Fontawesome;
          font-size: 2rem;
          color: #ccc;
          right: -22px;
          position: absolute; }
  .evolution-box .right,
  .evolution-box .left {
    width: 100%; }

.evolution {
  padding: 60px;
  background-color: #fafafa; }
  .evolution .nav {
    margin-top: 40px;
    flex-flow: column;
    border: none; }
  .evolution .nav-item {
    align-items: center;
    flex: 0 0 100%;
    justify-content: flex-end;
    min-height: 60px; }
  .evolution .nav-tabs .nav-link {
    text-align: right;
    transition: .7s;
    paddin: 20px 0;
    color: #3493a9;
    min-width: 100px; }
  .evolution .tab-content {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
    padding: 20px 80px;
    height: 360px;
    background-color: #f0f0f0; }
  .evolution .nav-tabs .nav-link.active,
  .evolution .nav-tabs .nav-link:focus,
  .evolution .nav-tabs .nav-link:hover {
    font-size: 2rem;
    font-weight: 900;
    background: none;
    border: none;
    color: #3ba5be; }

.timeline-wrapper {
  flex-flow: row;
  flex: 0 0 100%;
  justify-content: space-between;
  margin-top: 20px;
  align-items: baseline; }

.year-wrapper {
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  min-width: 32%; }
  .year-wrapper .year {
    font-size: 3rem;
    align-items: center;
    height: 120px;
    font-weight: bold;
    color: #ffa318; }
  .year-wrapper .year-details {
    min-height: 80px;
    padding: 20px; }
  .year-wrapper.reverse {
    flex-flow: column-reverse nowrap; }
  .year-wrapper .divider {
    height: 1px;
    min-width: 100%;
    background-color: #000; }

.details-wrapper {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #3ba5be;
  padding: 30px 20px;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
  height: 240px;
  justify-content: space-around;
  color: #2f2f2f; }
  .details-wrapper .details-icon {
    font-size: 4rem; }
    .details-wrapper .details-icon svg {
      fill: #3ba5be;
      width: 64px;
      height: 64px; }
  .details-wrapper .line:after {
    background-color: #2e8093;
    left: 45%;
    top: 52%; }
  .details-wrapper .details-data {
    height: 40px;
    color: rgba(0, 0, 0, 0.5); }
    .details-wrapper .details-data .phone,
    .details-wrapper .details-data .email {
      font-size: 1.4rem; }
    .details-wrapper .details-data .email {
      color: #3ba5be; }

.feedback-section {
  background-color: #f3f9fa; }

.feedback-text {
  flex-flow: column;
  justify-content: flex-start; }
  .feedback-text h4 {
    margin: 2rem 0; }

.feedback .form-group {
  margin: 15px 0; }

.feedback label {
  display: none; }

.feedback input {
  height: 50px; }

.feedback input, .feedback textarea {
  border-radius: 0; }

.object-header {
  background-color: #fafafa; }
  .object-header h1 {
    color: #ffa318;
    font-weight: bold;
    padding: 20px;
    position: relative; }
    .object-header h1 small {
      color: #3ba5be;
      font-weight: 100;
      font-size: 60%; }
    .object-header h1:after {
      content: '';
      height: 4px;
      background-color: #ffa318;
      width: 120px;
      bottom: 0;
      left: 0;
      position: absolute; }
  .object-header .object-header-pic {
    position: relative;
    padding: 0;
    min-width: 0;
    min-height: 400px;
    overflow: hidden; }
    .object-header .object-header-pic .slick-list {
      height: inherit;
      background-color: #f0f0f0; }
    .object-header .object-header-pic .slick-track {
      object-fit: cover;
      height: 400px; }
    .object-header .object-header-pic img {
      width: auto;
      border-radius: 4px;
      position: relative;
      object-fit: cover;
      object-position: center;
      width: auto;
      height: 100%; }
    .object-header .object-header-pic:before {
      position: absolute;
      content: '';
      width: 115%;
      height: 295px;
      top: 20px;
      left: -25px;
      background-color: #fff; }
    .object-header .object-header-pic .slick-arrow {
      background-color: rgba(59, 165, 190, 0.6);
      height: 36px;
      width: 36px;
      z-index: 2; }
    .object-header .object-header-pic .slick-next {
      right: 2%; }
    .object-header .object-header-pic .slick-prev {
      left: 2%; }
  .object-header .object-specs {
    max-height: 360px;
    background-color: #f9f9f9;
    padding-right: 20px; }
    .object-header .object-specs .object-investment-mode {
      float: right;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      position: absolute;
      background: #8abd01;
      color: rgba(255, 255, 255, 0.9);
      width: 120px;
      text-align: center;
      font-size: .9rem;
      top: -30px;
      right: 30px;
      -webkit-box-shadow: 0px 0px 1.5rem -4px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 1.5rem -4px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 1.5rem -4px rgba(0, 0, 0, 0.15); }
  .object-header .object-specs__item {
    padding: 10px 0;
    border-bottom: 1px dotted #e6e6e6; }
    .object-header .object-specs__item svg {
      width: auto;
      height: 18px;
      fill: #2e8093; }
    .object-header .object-specs__item:last-child {
      border-top: 2px solid #ffa318;
      border-bottom: 0; }
    .object-header .object-specs__item p {
      width: 100%; }
  .object-header .object-specs__text {
    margin-left: 10px;
    font-weight: 200;
    font-size: 1rem; }
    .object-header .object-specs__text:last-child {
      font-size: 1rem;
      font-weight: 400;
      text-align: right; }
    .object-header .object-specs__text.price {
      font-weight: 600; }
  .object-header .header-buttons .cta-btn {
    border-radius: 3px;
    background-color: #ffa318;
    font-size: 1.2rem;
    transition: 1s;
    font-weight: 200;
    padding: 10px 25px; }
    .object-header .header-buttons .cta-btn:hover {
      background-color: #a3884d;
      transform: translateY(4px);
      -webkit-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.25); }
  .object-header .header-buttons a.link {
    background-color: transparent;
    color: #3ba5be;
    text-align: center;
    padding: 10px 25px; }
    .object-header .header-buttons a.link:hover {
      background-color: transparent;
      color: #2e8093; }

.short-numbers {
  background-color: #3ba5be; }
  .short-numbers .object-details-adv-item {
    color: #fff;
    margin: auto;
    justify-content: space-around;
    padding: 0 40px;
    align-items: center; }
    .short-numbers .object-details-adv-item .adv-item-description p {
      font-size: 1.1rem;
      text-align: left;
      padding-left: 10px; }
    .short-numbers .object-details-adv-item .adv-item-reason {
      text-align: center;
      text-transform: uppercase; }
      .short-numbers .object-details-adv-item .adv-item-reason p {
        color: #fff;
        font-size: 3rem;
        font-weight: 900; }

.object-details-block {
  overflow: hidden;
  min-height: 450px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9); }
  .object-details-block::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/people-sketching.jpg) no-repeat;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-position: bottom center; }
  .object-details-block__content {
    justify-content: center; }
  .object-details-block__text {
    align-items: center;
    color: #2f2f2f;
    font-size: 1.1rem; }
    .object-details-block__text p {
      margin: 5px 0; }
  .object-details-block .nav-pills .nav-link {
    color: #3ba5be;
    font-weight: bold; }
  .object-details-block .nav-pills .nav-link.active,
  .object-details-block .nav-pills .show > .nav-link {
    font-weight: 100;
    background-color: #ffa318;
    color: #fff; }
  .object-details-block .tab-content {
    transition: 2s;
    font-size: 1.1rem;
    font-weight: 100; }
    .object-details-block .tab-content .tab-pane {
      margin-top: 60px;
      min-height: 280px; }
    .object-details-block .tab-content ul {
      padding: 10px 0;
      margin-top: 1rem; }
      .object-details-block .tab-content ul li:before {
        content: '\f3c5';
        font-family: Fontawesome;
        font-size: 1.4rem;
        color: #8abd01;
        margin-right: 1.5rem; }
    .object-details-block .tab-content p {
      margin: 5px 0; }

.object-details-adv-list {
  align-self: center;
  justify-content: start;
  align-items: center;
  max-height: 260px; }

.object-details-adv-item {
  color: #2f2f2f;
  margin: 5px 0; }
  .object-details-adv-item .adv-profit-reason p {
    color: #ffa318;
    display: block;
    font-size: 6rem;
    font-weight: bold;
    line-height: 7rem;
    text-align: center; }
    .object-details-adv-item .adv-profit-reason p span {
      display: block;
      font-size: 3rem;
      line-height: .6rem;
      font-weight: 100;
      margin-bottom: 50px; }
  .object-details-adv-item .adv-profit-description {
    padding-left: 5px;
    flex-basis: 100%;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 100;
    position: relative;
    text-align: center; }
    .object-details-adv-item .adv-profit-description:before {
      content: '';
      position: absolute;
      left: 5px;
      bottom: 25px;
      height: 4px;
      background-color: #3ba5be;
      width: 40px; }

.warning {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px; }
  .warning p {
    background-color: #f4f4f4;
    color: #3ba5be;
    border-radius: 4px;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.25); }

.object-details {
  flex-flow: row;
  align-items: center; }
  .object-details__content {
    color: #fff;
    flex-flow: column nowrap;
    justify-content: center; }
  .object-details__icons {
    flex-flow: row wrap;
    justify-content: center;
    font-size: 1rem; }
  .object-details__text p {
    color: #fff;
    font-weight: 200;
    text-align: center;
    line-height: 2;
    font-size: 1.2rem;
    margin-bottom: 20px; }
  .object-details .icons-item {
    flex-flow: column;
    flex-basis: 30%;
    align-items: center;
    justify-content: space-around;
    margin: 20px 0; }
    .object-details .icons-item__icon {
      padding: 10px;
      border-radius: 15px;
      width: 84px;
      height: 84px; }
      .object-details .icons-item__icon img {
        width: 100%; }
    .object-details .icons-item__title {
      position: relative; }
      .object-details .icons-item__title h5 {
        font-size: 0.9rem;
        text-align: center; }
      .object-details .icons-item__title:before {
        content: '';
        background-color: #fff;
        top: -10px;
        left: 0;
        display: block;
        margin: auto;
        margin-bottom: 5px;
        height: 3px;
        width: 40px;
        z-index: 2; }

.object-plan h2 {
  font-size: 2.5rem;
  color: #2e8093;
  font-weight: 600; }
  .object-plan h2 small {
    display: block;
    font-weight: 300;
    color: #3ba5be; }

.object-plan .object-plans {
  width: 100%;
  flex-flow: column; }
  .object-plan .object-plans ul {
    justify-content: flex-end; }
  .object-plan .object-plans .tab-content {
    margin-top: 5rem; }
  .object-plan .object-plans .nav-pills .nav-link {
    font-size: 1.4rem;
    font-weight: 200;
    color: #4f4f4f;
    transition: .7s; }
  .object-plan .object-plans .nav-pills .nav-link.active, .object-plan .object-plans .nav-pills .show > .nav-link, .object-plan .object-plans .nav-pills .nav-link:hover {
    background-color: transparent;
    color: #3ba5be; }
    .object-plan .object-plans .nav-pills .nav-link.active:after, .object-plan .object-plans .nav-pills .show > .nav-link:after, .object-plan .object-plans .nav-pills .nav-link:hover:after {
      content: '';
      height: 3px;
      width: 40px;
      background-color: #3ba5be;
      top: 15px;
      margin: auto;
      display: block;
      margin-top: 5px; }

.object-plan .floor-plan img {
  width: 100%; }

.data-table {
  background-color: #fafafa; }
  .data-table .profitability {
    text-align: justify;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-weight: 100;
    flex-flow: column;
    justify-content: space-between; }
    .data-table .profitability p {
      margin: 5px 0;
      padding: 0 10px; }
      .data-table .profitability p.center-text {
        text-align: center;
        margin: 10px 0;
        color: #3ba5be;
        font-weight: 600; }
  .data-table table {
    display: block;
    margin: auto;
    font-size: 0.8rem;
    min-width: 100%; }
    .data-table table td {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; }
  .data-table thead {
    color: #2e8093; }
  .data-table tbody tr th {
    color: #3493a9;
    font-weight: 200;
    padding: 0.2rem .75rem;
    vertical-align: middle;
    text-align: left;
    font-size: .9rem; }
  .data-table tbody tr th.row {
    text-align: left;
    padding-left: 0; }
  .data-table tbody td {
    text-align: center;
    vertical-align: middle; }
  .data-table tfoot {
    text-align: center;
    color: #3ba5be; }
    .data-table tfoot tr {
      background-color: #f0f0f0;
      color: #fff;
      border-top: 4px solid #ccc;
      font-weight: 600; }
      .data-table tfoot tr th {
        color: #3ba5be; }
      .data-table tfoot tr td {
        vertical-align: middle;
        color: #3ba5be; }

.useful-method {
  background-color: #f8f8f8;
  padding-bottom: 40px;
  min-height: 400px; }
  .useful-method h2 {
    margin-bottom: 20px; }
  .useful-method .card {
    border: none; }

.how-it-works.object-page .investor-profit {
  margin: 0;
  padding-top: 20px; }

.faq-section {
  padding: 40px 0; }

.security {
  background-color: #3ba5be; }
  .security h2 {
    color: #fff; }
  .security .security-slider {
    padding: 0px; }
    .security .security-slider .card {
      text-align: center;
      flex-flow: column nowrap;
      justify-content: center;
      margin: 25px;
      position: relative;
      background-color: #fff;
      padding: 15px 30px;
      border-radius: 8px;
      overflow: hidden;
      border: 0;
      min-height: 270px;
      height: 100%;
      z-index: -1;
      -webkit-box-shadow: 0px 0px 15px 5px rgba(16, 107, 128, 0.1);
      -moz-box-shadow: 0px 0px 15px 5px rgba(16, 107, 128, 0.1);
      box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1); }
      .security .security-slider .card img {
        margin: auto;
        width: 64px; }
      .security .security-slider .card .card-title {
        font-weight: 600;
        margin: 15px 0; }
      .security .security-slider .card:before {
        border: 25px solid #ffa318;
        position: absolute;
        content: '';
        width: 180px;
        height: 180px;
        right: -160px;
        top: -30px;
        z-index: 1;
        transform: rotate(35deg);
        opacity: .7; }
    .security .security-slider .slick-prev {
      left: 40px;
      z-index: 1; }
      .security .security-slider .slick-prev:before {
        transform: rotate(-45deg); }
    .security .security-slider .slick-next {
      right: 60px; }
      .security .security-slider .slick-next:before {
        transform: rotate(135deg); }
    .security .security-slider .slick-prev:before, .security .security-slider .slick-next:before {
      content: '';
      border-left: 2px solid #3ba5be;
      border-top: 2px solid #3ba5be;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 100px;
      z-index: 999;
      transition: .6s; }
  .security__content {
    padding: 30px;
    margin: 0;
    flex-flow: column;
    align-items: flex-end;
    justify-content: space-around; }
  .security__cta {
    font-size: 1.35rem;
    color: #fff;
    font-weight: 200;
    text-align: right;
    margin-bottom: 30px; }
  .security .cta-btn {
    min-width: 280px;
    background-color: #ffa318;
    font-weight: 200;
    font-size: 1.4rem;
    padding: 10px 20px; }

footer {
  border-top: 5px solid #3ba5be;
  background-color: rgba(0, 0, 0, 0.8); }
  footer .modal-dialog {
    margin-top: 100px; }
  footer .footer-logo {
    display: block;
    width: 190px; }
    footer .footer-logo img {
      width: 100%; }
  footer p {
    font-size: .9rem;
    margin-top: 20px; }
  footer .w-text {
    color: #ffffff; }
  footer a {
    color: #f8f8f8; }
  footer .footer-brand {
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px; }
    footer .footer-brand p {
      padding: 0 20px;
      font-size: .95rem;
      text-align: left;
      max-width: 270px; }
  footer .cta-btn {
    max-width: 230px;
    padding: 10px 15px;
    text-align: center;
    margin: auto;
    display: block;
    font-size: .8rem; }
    footer .cta-btn a {
      font-size: .8rem; }
      footer .cta-btn a:hover {
        color: #fff; }
  footer .footer-nav {
    box-sizing: border-box;
    font-weight: 100;
    height: auto; }
    footer .footer-nav .nav-col {
      padding: 0 20px; }
    footer .footer-nav .footer-nav-list,
    footer .footer-nav .contact-details-list {
      flex-flow: column nowrap;
      margin: auto;
      min-height: 140px;
      padding-bottom: 20px; }
    footer .footer-nav .contact-details-item,
    footer .footer-nav .menu-item {
      margin: 5px 0;
      line-height: 1.3rem; }
      footer .footer-nav .contact-details-item i,
      footer .footer-nav .menu-item i {
        font-size: 1.1rem;
        color: #fff;
        margin-right: 10px; }
    footer .footer-nav .border-top {
      padding-top: 20px; }
    footer .footer-nav .footer-nav-list, footer .footer-nav .contact-details-list {
      flex-flow: column nowrap;
      margin-bottom: 20px; }
      footer .footer-nav .footer-nav-list a, footer .footer-nav .contact-details-list a {
        font-size: 16px; }
        footer .footer-nav .footer-nav-list a:hover, footer .footer-nav .contact-details-list a:hover {
          color: #ffa318; }
          footer .footer-nav .footer-nav-list a:hover:before, footer .footer-nav .contact-details-list a:hover:before {
            color: #ffffff;
            font-size: 15px; }

.footer-nav h5 {
  text-transform: uppercase;
  color: #3ba5be;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px; }

.footer-nav__item {
  margin: 15px 0; }
  .footer-nav__item a {
    color: #fafafa; }
    .footer-nav__item a:before {
      content: '\f0da';
      font-family: 'Fontawesome';
      color: #4f4f4f;
      font-size: 14px;
      margin-right: 10px; }
    .footer-nav__item a:hover:before {
      color: #3ba5be;
      font-size: 15px; }

.footer-nav-col {
  padding-left: 40px; }

.copyrights {
  align-items: center;
  background-color: #222;
  height: 65px; }
  .copyrights .copyright-text {
    color: #fff;
    align-self: center; }

.modal-content {
  background-color: #fafafa;
  border-radius: 5px;
  margin-top: 20%;
  z-index: 99; }
  .modal-content .modal-footer {
    border: none; }
    .modal-content .modal-footer .modal-disclaimer {
      font-size: 0.7rem;
      color: rgba(0, 0, 0, 0.8);
      text-align: center; }
  .modal-content .modal-header {
    position: relative;
    border-bottom: 0; }
    .modal-content .modal-header button {
      position: absolute;
      right: 10px;
      color: #666;
      font-size: 2rem; }
  .modal-content h5 {
    text-transform: uppercase;
    font-size: 1.7rem;
    text-align: center;
    font-weight: bold;
    color: #3ba5be;
    margin: auto;
    position: relative; }
    .modal-content h5 small {
      display: block;
      font-size: 1rem;
      line-height: 1.1rem;
      color: #2f2f2f;
      text-transform: none;
      margin-top: 10px; }
      .modal-content h5 small::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #ffa318;
        z-index: 9;
        bottom: 35px;
        left: 0;
        paddin: 0 20px; }
  .modal-content form {
    margin-top: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    margin: auto; }
    .modal-content form .form-group {
      width: 100%; }
    .modal-content form input {
      text-align: center;
      border: 0;
      background: transparent;
      border-radius: 0;
      border-bottom: 1px solid #333; }
      .modal-content form input:focus {
        outline: 0;
        border-bottom: 1px solid #3ba5be; }

.blog-listing {
  padding: 40px 0; }
  .blog-listing .blog-item {
    background-color: #fafafa;
    border: 0;
    margin: 10px 0; }
    .blog-listing .blog-item img {
      height: 100%;
      filter: brightness(0.8);
      transition: filter 1s ease; }
    .blog-listing .blog-item a {
      height: 230px; }
      .blog-listing .blog-item a:hover img {
        filter: brightness(0.6); }
    .blog-listing .blog-item h5 {
      font-size: 1.1rem;
      margin: 15px 10px 0 10px;
      font-weight: 600;
      position: absolute;
      bottom: 20px;
      color: #fff; }
    .blog-listing .blog-item p {
      padding: 10px; }

.blogpost-header {
  padding: 40px 0; }
  .blogpost-header h1 {
    font-size: 2rem;
    color: #3ba5be; }

.blogpost-content ul {
  padding: 10px;
  margin-top: 5px; }

.blogpost-content .card {
  border: none; }

.blogpost-content h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 20px;
  color: #333; }
  .blogpost-content h2:before {
    display: none; }

.blogpost-content .img-wrapper {
  height: 320px; }
  .blogpost-content .img-wrapper img {
    height: 100%;
    object-fit: cover; }

.blogpost-content aside li {
  padding: 5px 20px;
  transition: .8s; }
  .blogpost-content aside li a {
    color: #4f4f4f;
    font-size: 0.9rem; }
  .blogpost-content aside li:hover {
    background-color: #ffa318; }
    .blogpost-content aside li:hover a {
      color: #4f4f4f;
      font-weight: 600; }

.blogpost-content .card-header {
  font-weight: 600;
  background-color: transparent;
  border-bottom: 2px #3ba5be solid; }

.intl-tel-input .country-list .country-name {
  display: none; }

@media (max-width: 991px) {
  html {
    font-size: 12px; }
  h1 {
    font-size: 2.5rem; }
  .object-offer__meta {
    font-size: 1.6rem; }
    .object-offer__meta .object-price {
      font-size: 1.4rem; }
  .object-offer__status {
    top: 30%; } }

@media (max-width: 768px) {
  .numbers-item {
    padding: 15px 0;
    height: 220px;
    border-bottom: 1px solid #fafafa;
    -webkit-box-shadow: inset 0px 0px 27px -18px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: inset 0px 0px 27px -18px rgba(0, 0, 0, 0.11);
    box-shadow: inset 0px 0px 27px -18px rgba(0, 0, 0, 0.11); }
    .numbers-item .property-title {
      font-size: 2rem;
      width: 14rem; }
      .numbers-item .property-title.line:after {
        top: 57%; }
    .numbers-item .property-summ {
      font-size: 2.7rem; }
  .object-offer__status svg {
    height: 7rem;
    width: 7rem; } }

@media (max-width: 540px) {
  section h2 {
    font-size: 1.4rem;
    margin-left: 20px; }
    section h2 small {
      font-size: 1.2rem; }
  .top-slider {
    min-height: 65vh; }
    .top-slider .video {
      width: auto;
      height: 100%; }
    .top-slider .container {
      margin: 0; }
    .top-slider .slider-content {
      padding: 0; }
    .top-slider .lead {
      font-size: 1.5rem;
      background: rgba(59, 165, 190, 0.6);
      padding: 5px 20px;
      text-align: center; }
  .slider-content h1 {
    font-size: 2.3rem;
    line-height: 3rem;
    margin-top: 60px;
    /* letter-spacing: .8px; */ }
  .reason-item {
    height: 100px; }
    .reason-item p:before {
      border: 15px solid #3ba5be;
      width: 100px;
      height: 100px;
      left: -90px;
      top: 10px; }
    .reason-item h3 {
      width: 80%; }
  .how-it-works {
    padding-top: 0 !important; }
    .how-it-works .investment-scheme {
      flex-flow: column nowrap; }
      .how-it-works .investment-scheme .scheme-item {
        flex-flow: row-reverse;
        justify-content: space-between; }
        .how-it-works .investment-scheme .scheme-item p {
          font-size: 1.1rem;
          min-width: 125px; }
      .how-it-works .investment-scheme .arrow-divider {
        flex-flow: row-reverse;
        justify-content: space-metween;
        align-items: center; }
      .how-it-works .investment-scheme .step-arrow-left,
      .how-it-works .investment-scheme .step-arrow {
        height: 20px;
        width: 20px;
        transform: rotate(90deg);
        margin: 0 50px; }
        .how-it-works .investment-scheme .step-arrow-left.last,
        .how-it-works .investment-scheme .step-arrow.last {
          transform: rotate(180deg); }
      .how-it-works .investment-scheme .step-arrow-left {
        margin: 0 50px; }
    .how-it-works .investor-profit {
      padding-bottom: 0; }
      .how-it-works .investor-profit__list {
        padding: 20px;
        flex-flow: column;
        flex: 0 0 100%; }
      .how-it-works .investor-profit__item {
        margin: 0;
        flex-basis: 100%;
        padding: 15px 40px;
        font-size: 1rem;
        border-bottom: none; }
        .how-it-works .investor-profit__item::before {
          top: 5px; }
  .object-carousel .slick-slider {
    height: 450px; }
  .object-carousel .slick-track {
    height: 450px; }
  .object-carousel .slick-next {
    left: 90%; }
  .object-carousel .slick-next, .object-carousel .slick-prev {
    width: 24px;
    height: 24px;
    display: none !important; }
  .gbh-structure .company-story {
    flex-flow: column nowrap; }
    .gbh-structure .company-story__logo {
      max-width: 240px;
      justify-content: center;
      margin: auto; }
    .gbh-structure .company-story__text {
      padding: 15px; }
  .gbh-structure .company-numbers {
    flex-flow: row wrap; }
  .gbh-structure .numbers-item {
    max-width: 44%;
    height: 160px; }
    .gbh-structure .numbers-item .property-title {
      font-size: 1.4rem;
      padding: 0 15px; }
      .gbh-structure .numbers-item .property-title.line:after {
        top: 60px; }
    .gbh-structure .numbers-item .property-summ {
      font-size: 2rem;
      margin-top: 10px; }
  .opt-in-home {
    padding: 40px 0; }
    .opt-in-home .optin-form {
      padding: 20px 0; }
      .opt-in-home .optin-form h4 {
        font-size: 16px;
        margin: 0; }
    .opt-in-home form {
      flex-flow: column;
      padding: 20px;
      margin: auto;
      justify-content: center;
      align-items: center; }
      .opt-in-home form input,
      .opt-in-home form button {
        width: 320px;
        margin: 0; }
  .reasons-adv {
    padding: 3rem 0 !important; }
    .reasons-adv__wrapper {
      flex-basis: 100%;
      margin: 5px 0;
      max-height: 70px; }
  .short-numbers {
    background-color: #3ba5be; }
    .short-numbers .object-details-adv-item {
      color: #fff;
      margin: auto;
      justify-content: space-around;
      padding: 0 40px;
      align-items: center; }
      .short-numbers .object-details-adv-item .adv-item-description p {
        font-size: 1.1rem;
        text-align: left;
        padding-left: 10px; }
      .short-numbers .object-details-adv-item .adv-item-reason {
        justify-content: flex-end;
        text-transform: uppercase;
        min-width: 120px; }
        .short-numbers .object-details-adv-item .adv-item-reason p {
          text-align: right; }
  .gbh-logo {
    justify-content: space-around;
    align-items: center; }
    .gbh-logo__link {
      max-width: 160px;
      margin-bottom: 40px; }
      .gbh-logo__link.line:after {
        bottom: 10px;
        left: 45%; }
  .object__item {
    height: 420px; }
  .object-offer__status {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    top: 47%;
    left: 40%; }
    .object-offer__status svg {
      width: 120px;
      height: auto; }
  .equipment h2 {
    max-width: 80%; }
    .equipment h2.line:after {
      left: 40%; }
  #gmaps {
    background: url("../img/gmap.jpg");
    background-size: cover; }
    #gmaps .why-gbh {
      display: none; }
  .opt-in {
    background-color: #2e8093;
    padding: 40px; }
    .opt-in__content {
      flex-flow: column;
      align-items: center;
      justify-content: space-around; }
    .opt-in__cta {
      margin-right: 0;
      text-align: center; }
    .opt-in .cta-btn {
      margin-left: 0;
      max-width: 280px;
      margin-bottom: 0;
      margin: auto; }
  footer .footer-brand {
    text-align: center; }
  footer .cta-btn {
    margin-bottom: 20px; }
  footer .footer-logo {
    margin: auto;
    width: 120px; }
    footer .footer-logo img {
      width: 100%; }
  footer .w-text {
    margin: 10px 10px;
    font-size: 1.2rem; }
  .footer-nav h5 {
    font-size: 1.7rem;
    text-align: center; }
  .footer-nav .menu-item,
  .footer-nav .contact-details-item {
    line-height: 2rem;
    min-width: 200px;
    font-size: 1.2rem; }
  .footer-nav-col {
    padding-left: 40px; }
  .object-header h1 small {
    display: block; }
  .object-header .header-buttons {
    flex-flow: column; }
    .object-header .header-buttons a.link {
      margin-top: 15px; }
  .object-header .header-buttons .cta-btn {
    max-width: 320px;
    padding: 14px 0;
    margin: auto; }
  .about-mk .award-pic-wrapper {
    margin: 0; }
  .about-mk .competence-wrapper {
    margin: 20px 17px; }
  .chronology .row {
    margin: 0; }
  .chronology .reverse {
    flex-flow: column-reverse; }
  .chronology .about-us__thesis {
    justify-content: flex-start; }
  .chronology .stage-wrapper {
    margin: 10px 0;
    flex-flow: column; }
    .chronology .stage-wrapper.middle {
      padding: 15px 0;
      border-top: none;
      border-bottom: none; }
  .chronology p.year {
    font-size: 3rem;
    margin: 0;
    color: #888; }
  .chronology .right, .chronology .left {
    position: relative; }
    .chronology .right:before, .chronology .left:before {
      content: '\f0d7';
      opacity: 0.8;
      position: absolute;
      font-family: Fontawesome;
      font-size: 7rem;
      color: #ffa318;
      top: -30px; }
  .chronology .right:before {
    content: '';
    left: 0px; }
  .chronology .left:before {
    content: '';
    left: 0px; }
  .chronology .year-content-wrapper {
    margin: 15px 0;
    font-weight: 200;
    font-size: 0.9em;
    min-width: 30%;
    background-color: #fff; }
    .chronology .year-content-wrapper h3 {
      font-size: 1.7rem;
      font-weight: 600;
      color: #3ba5be;
      margin-bottom: 10px; }
      .chronology .year-content-wrapper h3 small {
        font-size: 16px;
        margin-right: 10px;
        font-weight: 100;
        color: #ffa318;
        display: block; }
  .chronology .object-short-description span {
    display: inline-block;
    line-height: 1.2rem;
    font-size: 1rem; } }
