/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
  content: none;
}

q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline-offset: 1px;
}

input[type=button], input[type=submit], input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1 {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: "normal";
  font-size: 40px;
  color: #00118d;
  line-height: 48px;
  letter-spacing: -2px;
}
h1 > span {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: "normal";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a6a5cf;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 64px;
    line-height: 69px;
  }
}

h2 {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: "normal";
  font-size: 36px;
  line-height: 48px;
  color: #00118d;
  letter-spacing: -1px;
  margin: 40px 0;
}

h3 {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: "normal";
  font-size: 24px;
  line-height: 26px;
  color: #00118d;
  margin: 40px 0 30px 0;
}

h4 {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: "normal";
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #00118d;
  text-transform: uppercase;
  margin: 40px 0 30px 0;
}

p {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: "normal";
  font-size: 16px;
  line-height: 26px;
  color: #00118d;
  text-align:justify;
}
p + p {
  margin-top: 20px;

}

.text-large {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: "normal";
  font-size: 24px;
  line-height: 44px;
}

.no-top-margin {
  margin-top: 0 !important;
}

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

html {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: "normal";
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

ul {
  list-style-position: inside;
  list-style-type: disc;
  margin: 20px 0 20px 30px;
  color: #00118d;
}

ol {
  color: #00118d;
  list-style-position: outside;
  margin-left: 30px;
}
ol ul {
  margin-left: 0;
}
ol li + li {
  margin-top: 30px;
}

hr {
  margin: 40px 0;
  border-bottom: 1px solid #f0f0f2;
}

/* General structure of the page - always taking 100 % of height */
.page-wrapper {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.page-content {
  display: table-row;
  height: 100%;
}

.page-header {
  display: table-row;
  height: 1px;
}

.page-footer {
  display: table-row;
  height: 1px;
}

.content-wrapper {
  padding-bottom: 125px;
}

.header {
  background: url(../../assets/images/header-background-mobile.jpg) bottom center no-repeat #f7f7ff;
  background-size: 450px auto;
  margin-top: 60px;
}
.header--subpage {
  background-image: none !important;
}
@media (min-width: 768px) {
  .header {
    background: url(../../assets/images/header-background.jpg) bottom -35px right -550px no-repeat #f7f7ff;
    background-size: 1000px auto;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .header {
    background-position: bottom right -320px;
  }
}
@media (min-width: 1200px) {
  .header {
    background-position: bottom right -280px;
  }
}

.header__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 25px 15px;
}
@media (min-width: 576px) {
  .header__content {
    margin: 0 auto;
    width: 540px;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .header__content {
    margin: 0 auto;
    width: 720px;
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .header__content {
    margin: 0 auto;
    width: 960px;
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .header__content {
    margin: 0 auto;
    width: 1140px;
    gap: 80px;
  }
}

.header__cta {
  padding: 0 15px 220px;
}
@media (min-width: 576px) {
  .header__cta {
    margin: 0 auto;
    width: 540px;
  }
}
@media (min-width: 768px) {
  .header__cta {
    margin: 0 auto;
    width: 720px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .header__cta {
    margin: 0 auto;
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .header__cta {
    margin: 0 auto;
    width: 1140px;
  }
}

.header__logo-link {
  line-height: 0;
}

.header__logo {
  width: 100px;
  height: auto;
}
@media (min-width: 576px) {
  .header__logo {
    width: 128px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 202px;
  }
}

@media (max-width: 767px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #0600ab;
    z-index: 10000000;
  }
}
.menu {
  /*
  display: flex;
  flex-direction: row;
  gap: 20px;

  @include media-breakpoint-up('sm') {
      gap: 30px;
  }

  @include media-breakpoint-up('md') {
      gap: 70px;
  }*/
}

@media (max-width: 767px) {
  .menu__items {
    position: fixed;
    top: 60px;
    left: 100%;
    bottom: 0;
    z-index: 10000000;
    width: 100%;
    background-color: #fff;
    transition: left 0.2s ease-in-out;
  }
  .menu__items--active {
    left: 0;
  }
}

@media (max-width: 767px) {
  .menu__item {
    font-family: "Fustat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: "normal";
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 13px 15px 10px;
    color: #0600ab;
    border-bottom: 1px solid #0600ab;
  }
  .menu__item:hover {
    text-decoration: none;
  }
  .menu__item--active {
    color: #a6a5cf;
  }
}
@media (min-width: 768px) {
  .menu__item {
    font-family: "Fustat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: "normal";
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    color: #5856d8;
    border-bottom: 1px solid #5856d8;
  }
  .menu__item:hover {
    border-bottom: none;
    text-decoration: none;
    cursor: pointer;
  }
  .menu__item + .menu__item {
    margin-left: 20px;
  }
  .menu__item--active {
    color: #a6a5cf;
    border-bottom: none;
  }
  .menu__item--active:hover {
    cursor: auto;
  }
}

.menu-toggler {
  float: right;
  text-align: center;
  position: relative;
  height: 60px;
  margin-right: 15px;
  cursor: pointer;
}
.menu-toggler:hover {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .menu-toggler {
    display: none;
  }
}

.menu-toggler__icon {
  width: 24px;
  height: 20px;
  position: relative;
  margin: 14px auto 0;
}

.menu-toggler__icon-line {
  background-color: #fff;
  width: 100%;
  height: 4px;
  position: absolute;
  display: inline-block;
  transform: rotate(0);
  transition: transform 0.1s ease-in-out, opacity 0s 0.1s, border 0.1s ease-in-out 0.1s, top 0.1s ease-in-out 0.1s;
}
.menu-toggler__icon-line:nth-child(1) {
  top: 0;
  left: 0;
  opacity: 1;
}
.menu-toggler__icon-line:nth-child(2), .menu-toggler__icon-line:nth-child(3) {
  top: 7px;
  left: 0;
  opacity: 1;
}
.menu-toggler__icon-line:nth-child(4) {
  top: 14px;
  left: 0;
  opacity: 1;
}

.menu-toggler__label {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 12px;
  font-size: 12px;
  margin-top: 4px;
}

.menu-toggler--open .menu-toggler__icon-line {
  background-color: #fff;
  transition: top 0.1s ease-in-out, opacity 0s 0.1s, transform 0.1s ease-in-out 0.1s, border 0.1s ease-in-out 0.1s;
}
.menu-toggler--open .menu-toggler__icon-line:nth-child(1), .menu-toggler--open .menu-toggler__icon-line:nth-child(4) {
  opacity: 0;
  top: 7px;
}
.menu-toggler--open .menu-toggler__icon-line:nth-child(2) {
  transform: rotate(45deg);
  top: 7px;
}
.menu-toggler--open .menu-toggler__icon-line:nth-child(3) {
  transform: rotate(-45deg);
  top: 7px;
}

.footer {
  color: #fff;
  background-image: -webkit-linear-gradient(315deg, #00118d, #0600ab);
  padding: 50px 0;
}

.footer__content {
  overflow: auto;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .footer__content {
    margin: 0 auto;
    width: 540px;
  }
}
@media (min-width: 768px) {
  .footer__content {
    margin: 0 auto;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .footer__content {
    margin: 0 auto;
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .footer__content {
    margin: 0 auto;
    width: 1140px;
  }
}

.footer__logo {
  margin-bottom: 35px;
}

.footer__label {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}

@media (max-width: 767px) {
  .footer__sections {
    display: flex;
    gap: 35px;
    flex-direction: column;
  }
}

.footer__section {
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer__section {
    float: left;
    overflow: auto;
  }
  .footer__section + .footer__section {
    margin-left: 90px;
  }
}
@media (min-width: 992px) {
  .footer__section + .footer__section {
    margin-left: 110px;
  }
}
.footer__section--delimitered {
  border-left: 1px solid #3840b0;
  padding-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__section--delimitered {
    margin: 35px 0 0 0 !important;
    clear: both;
  }
}

.footer__list {
  margin: 0;
  list-style: none;
}

.footer__list-item + .footer__list-item {
  margin-top: 10px;
}

.footer__link {
  color: #9b9aff;
  text-decoration: underline;
}
.footer__link:hover {
  text-decoration: none;
}

.footer__contact-link {
  font-size: 20px;
  color: #fff;
}
.footer__contact-link:hover {
  text-decoration: none;
}

.footer__copyright {
  font-size: 12px;
  margin-top: 35px;
  clear: both;
  float: left;
}
@media (min-width: 992px) {
  .footer__copyright {
    float: right;
  }
}

.section {
  padding: 0 15px;
  margin-top: 100px !important;
}
.section--half-margin {
  margin-top: 50px !important;
}
@media (min-width: 576px) {
  .section {
    margin: 0 auto;
    width: 540px;
  }
}
@media (min-width: 768px) {
  .section {
    margin: 0 auto;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .section {
    margin-top: 200px !important;
    margin: 0 auto;
    width: 960px;
  }
  .section--half-margin {
    margin-top: 100px !important;
  }
}
@media (min-width: 1200px) {
  .section {
    margin: 0 auto;
    width: 1140px;
  }
}

.button {
  font-size: 12px;
  line-height: 20px;
  padding: 13px 30px;
  min-width: 150px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 10px 10px 0;
  text-align: center;
}
.button:hover {
  cursor: pointer;
}
.button--primary {
  color: #5856d8;
  background-color: transparent;
  border: 1px solid #5856d8;
}
.button--primary:hover {
  background-color: rgba(88, 86, 216, 0.1);
  text-decoration: none;
}
.button--secondary {
  color: #fff;
  background-color: transparent;
  border: 1px solid #524fc7;
  background-color: #524fc7;
}
.button--secondary:hover {
  background-color: #5856d8;
  text-decoration: none;
}
.button--no-margin {
  margin: 0;
}

.link {
  color: #00118d;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.link--no-decoration {
  text-decoration: none;
}
.link--no-decoration:hover {
  text-decoration: none;
}

.notification {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: "normal";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 6px 15px;
}
.notification--warning {
  color: #946327;
  background-color: #ffdd7d;
}

.breadcrumbs {
  padding: 55px 15px 0;
  margin: 0;
}
@media (min-width: 576px) {
  .breadcrumbs {
    margin: 0 auto;
    width: 540px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0 auto;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    margin: 0 auto;
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs {
    margin: 0 auto;
    width: 1140px;
  }
}

.breadcrumbs__item,
.breadcrumbs__link {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: "normal";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a6a5cf;
  display: block;
}

.breadcrumbs__item {
  display: inline-block;
  padding-right: 65px;
  position: relative;
}
.breadcrumbs__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 25px;
  height: 8px;
  width: 12px;
  background: url(../../assets/images/breadcrumbs-arrow-icon.svg) center center no-repeat;
  background-size: 12px 8px;
}
.breadcrumbs__item:last-child::after {
  display: none;
  padding-right: 0;
}

.breadcrumbs__link:hover {
  text-decoration: none;
}

.header-cta__content {
  max-width: 200px;
}
@media (min-width: 768px) {
  .header-cta__content {
    max-width: 400px;
  }
}

.offer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .offer {
    flex-direction: row;
  }
}

.offer__column {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.offer__content {
  background-color: #f7f7ff;
  padding: 35px;
}
.offer__content > .button {
  margin-top: 25px;
}

.offer__row {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.offer__row--show-lg {
  display: none;
}
@media (min-width: 992px) {
  .offer__row {
    flex: 1 1 auto;
  }
  .offer__row--show-lg {
    display: flex;
  }
}

.offer__image {
  flex: 1 1 50%;
  align-self: flex-start;
}
.offer__image--bottom {
  align-self: flex-end;
}
.offer__image > img {
  width: 100%;
  height: auto;
}

.benefits__card-container {
  display: flex;
  flex-direction: column;
  gap: 50px 30px;
}
@media (min-width: 768px) {
  .benefits__card-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.benefits__card {
  border-left: 2px solid #dee7ff;
  padding: 0 30px 5px;
}
@media (min-width: 768px) {
  .benefits__card {
    flex: 0 calc(50% - 15px);
  }
}

.benefits__card-icon {
  margin-bottom: 30px;
}

.benefits__card-heading {
  margin-bottom: 25px;
}

.about {
  text-align: center;
  padding: 75px 15px;
  background-color: #f7f7ff;
}
.about > .button {
  margin-top: 50px;
}
@media (min-width: 576px) {
  .about {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .about {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 992px) {
  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.map__container {
  height: 400px;
}
@media (min-width: 992px) {
  .map__container {
    height: 250px;
  }
}

.apartments__content {
  display: flex;
  flex-direction: column;
  gap: 60px 30px;
}
@media (min-width: 768px) {
  .apartments__content {
    flex-direction: row;
  }
}

.apartments__content-item img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .apartments__content-item {
    flex: 0 calc(50% - 30px);
  }
}

.floors__selection {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.floors__selection-item {
  display: inline-block;
}
.floors__selection-item + .floors__selection-item {
  margin-left: 25px;
}

.floors__selection-link {
  padding: 0 5px;
  color: #5856d8;
  border-bottom: 1px solid #5856d8;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  text-decoration: none;
}
.floors__selection-link:hover {
  text-decoration: none;
  cursor: pointer;
}
.floors__selection-link--active {
  border-color: transparent;
  color: #a6a5cf;
}
.floors__selection-link--active:hover {
  cursor: auto;
}

.floors__plan {
  margin-top: 40px;
  width: 100%;
  height: auto;
  display: none;
}
.floors__plan--active {
  display: block;
}

.floors__table-container {
  overflow-x: auto;
}

.floors__table {
  margin-top: 40px;
  min-width: 100%;
}
.floors__table thead tr {
  border-bottom: 1px solid #e0e0f7;
}
.floors__table thead th {
  text-align: left;
  color: #a6a5cf;
  font-size: 11px;
  line-height: 12px;
  padding: 0 65px 10px 0;
  white-space: nowrap;
}
.floors__table tbody {
  display: none;
}
.floors__table tbody.floors__table-tbody--active {
  display: table-row-group;
}
.floors__table tbody tr {
  border-bottom: 1px solid #e0e0f7;
}
.floors__table tbody tr:nth-child(odd) {
  background-color: #f7f7fd;
}
.floors__table tbody td {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 10px 65px 10px 0;
  color: #00118d;
}
.floors__table tbody td > a {
  color: #00118d;
  text-decoration: underline;
}
.floors__table tbody td > a:hover {
  text-decoration: underline;
}

.article + .article {
  margin-top: 50px;
}

.schedule {
  text-align: center;
  padding: 75px 15px;
  background-color: #f7f7ff;
}
@media (min-width: 576px) {
  .schedule {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .schedule {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 992px) {
  .schedule {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.timeline {
  position: relative;
}
.timeline::before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  background-color: #dfdaea;
}

.timeline__item {
  position: relative;
  width: 50%;
}
.timeline__item + .timeline__item {
  margin-top: 30px;
}
.timeline__item::before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  background-color: #5856d8;
  border-radius: 24px;
  border: 4px solid white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.timeline__item--left {
  text-align: right;
  padding-right: 30px;
}
.timeline__item--left::before {
  left: calc(100% - 12px);
}
.timeline__item--right {
  margin-left: 50%;
  text-align: left;
  padding-left: 30px;
}
.timeline__item--right::before {
  left: -12px;
}
@media (min-width: 576px) {
  .timeline__item + .timeline__item {
    margin-top: 50px;
  }
  .timeline__item--left {
    padding-right: 60px;
  }
  .timeline__item--right {
    padding-left: 60px;
  }
}

.timeline__item-heading {
  margin: 0 0 10px;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.gallery__item {
  width: 100%;
}
.gallery__item > img {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .gallery__item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .gallery__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1200px) {
  .gallery__item {
    width: calc(25% - 22.5px);
  }
}

.page-index .header__cta h1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-index .header__cta h1 {
    margin-top: 55px;
  }
}