@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,200;0,300;0,400;0,700;1,300;1,400&amp;family=Roboto&amp;display=swap");
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: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.filters-section .checkbox-container {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: table;
  position: relative;
  padding-left: 35px;
  margin: 0 0 12px;
  cursor: pointer;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
.filters-section .checkbox-container .label-option {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 23px;
  color: #fff;
}
.filters-section .checkbox-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filters-section .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #000;
  border: 1px solid #fff;
}
.filters-section .checkbox-container .checkmark:after {
  display: none;
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filters-section .checkbox-container:hover input[type="checkbox"] ~ .checkmark {
  background-color: #03272e;
}
.filters-section .checkbox-container input[type="checkbox"]:checked ~ .checkmark {
  background-color: #000;
}
.filters-section .checkbox-container input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

/*
* General styles
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.admin-bar {
  margin-top: calc(46px);
}
@media screen and (min-width: 782px) {
  .admin-bar {
    margin-top: calc(32px);
  }
}

.ease, .filters-section .checkbox-container .label-option, .filters-section .checkbox-container .checkmark, .btn a, .frm_forms form .frm_form_fields .frm_submit button, section.toggle-view-bar .toggle-view-bar-wrapper .toggle-button, .dropdown-list-wrapper .dropdown-list, .dropdown-list-wrapper .dropdown-list__trigger .arrow::before, .dropdown-list-wrapper .dropdown-list .dropdown-options, .dropdown-list-wrapper .dropdown-list .dropdown-options .option, .dropdown-list-wrapper .dropdown-list .dropdown-options .option a, #lightbox-map {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.wrapper {
  margin: 0 auto;
  max-width: 1366px;
}

.hidden {
  display: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.btn {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.btn a {
  display: block;
}
.btn.btn-primary {
  background-color: #a2c5ef;
}
.btn.btn-primary a {
  color: #fff;
}

.frm_forms .frm_message {
  border: 0;
  background-color: #fff;
  padding: 0 10px 50px 10px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
}
.frm_forms .frm_message h1, .frm_forms .frm_message h2, .frm_forms .frm_message h3 {
  font-family: "Chivo", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.frm_forms .frm_message p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #000;
  max-width: 372px;
  margin: 0 auto;
}
.frm_forms form {
  max-width: 500px;
  margin: 0 auto;
}
.frm_forms form .frm_form_fields .frm_form_field {
  margin: 0 0 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .frm_forms form .frm_form_fields .frm_form_field {
    margin: 0 0 38px;
  }
}
.frm_forms form .frm_form_fields .frm_form_field:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.frm_forms form .frm_form_fields .frm_form_field.focused:before {
  opacity: 1;
}
.frm_forms form .frm_form_fields .frm_form_field .frm_primary_label {
  margin: 0;
  padding: 0 0 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  color: #000;
  font-weight: 400;
}
@media screen and (min-width: 601px) {
  .frm_forms form .frm_form_fields .frm_form_field .frm_primary_label {
    padding: 0 0 13px;
    border-bottom: 1px solid #000;
  }
}
.frm_forms form .frm_form_fields .frm_form_field .frm_error {
  font-family: "Roboto", sans-serif;
  margin: 7px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.frm_forms form .frm_form_fields .frm_form_field input[type="text"],
.frm_forms form .frm_form_fields .frm_form_field input[type="email"],
.frm_forms form .frm_form_fields .frm_form_field input[type="tel"] {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: auto !important;
  padding: 0 0 7px !important;
  font-family: "Chivo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  box-shadow: none;
  transition: border 0.2s ease;
}
@media screen and (min-width: 601px) {
  .frm_forms form .frm_form_fields .frm_form_field input[type="text"],
  .frm_forms form .frm_form_fields .frm_form_field input[type="email"],
  .frm_forms form .frm_form_fields .frm_form_field input[type="tel"] {
    padding: 0 0 10px !important;
  }
}
.frm_forms form .frm_form_fields .frm_form_field input[type="text"]:focus,
.frm_forms form .frm_form_fields .frm_form_field input[type="email"]:focus,
.frm_forms form .frm_form_fields .frm_form_field input[type="tel"]:focus {
  box-shadow: none;
  border-color: #000;
}
.frm_forms form .frm_form_fields .frm_form_field.textarea-box {
  margin-top: 8px;
}
.frm_forms form .frm_form_fields .frm_form_field.textarea-box .frm_primary_label {
  border: none;
}
.frm_forms form .frm_form_fields .frm_form_field.textarea-box textarea {
  height: 110px;
  border: 1px solid #707070;
  border-radius: 0;
  resize: none;
  transition: border 0.2s ease;
}
.frm_forms form .frm_form_fields .frm_form_field.textarea-box textarea:focus {
  box-shadow: none;
  border-width: 2px;
}
.frm_forms form .frm_form_fields .frm_form_field .frm_opt_container {
  margin: 10px 0 20px 0;
}
.frm_forms form .frm_form_fields .frm_form_field .frm_opt_container .frm_checkbox {
  padding: 0 0 80px;
}
@media only screen and (min-width: 768px) {
  .frm_forms form .frm_form_fields .frm_form_field .frm_opt_container .frm_checkbox {
    padding: 0;
  }
}
.frm_forms form .frm_form_fields .frm_form_field .frm_opt_container .frm_checkbox label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  color: #000;
}
.frm_forms form .frm_form_fields .frm_submit {
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .frm_forms form .frm_form_fields .frm_submit {
    padding: 0;
  }
}
.frm_forms form .frm_form_fields .frm_submit button {
  display: inline-block;
  padding: 10px 27px;
  background: #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .frm_forms form .frm_form_fields .frm_submit button {
    margin: 0;
  }
}
.frm_forms form .frm_form_fields .frm_submit button:hover {
  background: #5388DB;
}

.page-template-virtual-tour .hero__lines:before {
  background: url("../images/VirtualTours_lines.svg") top left/cover no-repeat;
}

.hero {
  overflow: hidden;
  position: relative;
}
.hero__lines:before {
  content: '';
  display: block;
  background: url("../images/blue_lines.png") top left/cover no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: calc(100% - 147px);
  width: 368px;
}
@media only screen and (min-width: 1024px) {
  .hero__lines:before {
    left: calc(100% - 194px);
  }
}
.hero_reversed .hero__lines:before {
  left: auto;
  right: calc(100% - 147px);
  transform: scale(-1, 1);
}
@media only screen and (min-width: 1024px) {
  .hero_reversed .hero__lines:before {
    right: calc(100% - 194px);
  }
}
.hero__row {
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .hero__row {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 457px;
  }
  .hero__row:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(calc(100% - 194px) 100%, 100% 0, 100% 100%);
    background: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .hero__row_reversed {
    flex-direction: row-reverse;
  }
  .hero__row_reversed:after {
    clip-path: polygon(0 100%, 0 0, 194px 100%);
  }
}
.hero__text-box {
  min-height: 445px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .hero__text-box {
    flex: 1 0 50%;
    padding: 50px;
    min-height: unset;
  }
}
.hero__text-wrapper {
  flex: 0 1 570px;
}
.hero__above-title {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.6px;
  color: #5388D8;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 36px;
}
.hero__title {
  font-family: "utopia-std-display", serif;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.hero__title_medium {
  font-size: 22px;
  line-height: 30px;
}
.hero__title_first-line {
  padding-bottom: 7px;
}
@media only screen and (min-width: 1024px) {
  .hero__title_first-line {
    padding-bottom: 15px;
  }
}
.hero__title_second-line {
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 50px;
  line-height: 67px;
  letter-spacing: -0.1px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .hero__title_second-line {
    font-size: 62px;
    line-height: 83px;
    padding-bottom: 12px;
  }
}
.hero__title_second-line-medium {
  font-size: 40px;
  line-height: 56px;
}
@media only screen and (min-width: 1024px) {
  .hero__title_second-line-medium {
    font-size: 50px;
    line-height: 67px;
  }
}
.hero__img-box {
  position: relative;
  height: 368px;
}
@media only screen and (min-width: 1024px) {
  .hero__img-box {
    height: auto;
    flex: 0 0 50%;
  }
}
.hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.section-links {
  background: #A2C5EF;
  padding: 170px 0 96px;
  position: relative;
}
.section-links .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-links__row {
  display: flex;
  justify-content: flex-end;
}
.section-links__links-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-links__link {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 23px;
  position: relative;
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.section-links__link:last-child {
  margin-bottom: 0;
}
.section-links__link:hover {
  color: #5388D8;
}
.section-links__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.section-links__decor {
  position: absolute;
  top: 170px;
  left: 0;
  width: 30%;
  height: 17px;
  background: url("../images/arrows_crosslink.svg") top right no-repeat;
}
@media only screen and (min-width: 768px) {
  .section-links__decor {
    width: 65%;
  }
}

.txt-gal {
  padding: 100px 0;
}
@media only screen and (min-width: 1024px) {
  .txt-gal {
    padding: 140px 0;
  }
}
.txt-gal .container {
  max-width: 1145px;
  margin: 0 auto;
  padding: 0 30px;
}
.txt-gal__decor {
  max-width: 228px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 72px;
}
@media only screen and (min-width: 1024px) {
  .txt-gal__decor {
    margin-bottom: 133px;
  }
}
.txt-gal__decor img {
  display: block;
  width: 100%;
}
.txt-gal__text-box {
  max-width: 645px;
  margin: 0 auto;
  padding-bottom: 65px;
}
@media only screen and (min-width: 1024px) {
  .txt-gal__text-box {
    padding-bottom: 136px;
  }
}
.txt-gal__title {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #426CAE;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
}
.txt-gal__text {
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
@media only screen and (min-width: 1024px) {
  .txt-gal__text {
    font-size: 16px;
    text-align: center;
  }
}
.txt-gal__gallery {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .txt-gal__gallery {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.txt-gal__img-box {
  height: 360px;
  margin-bottom: 2px;
}
.txt-gal__img-box:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .txt-gal__img-box {
    flex: 0 0 calc(33.3% - 1px);
    margin-bottom: 0;
  }
}
.txt-gal__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.three-cols {
  padding-bottom: 100px;
}
@media only screen and (min-width: 1024px) {
  .three-cols {
    padding-bottom: 170px;
  }
}
.three-cols .container {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 25px;
}
.three-cols__title-box {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 56px;
}
@media only screen and (min-width: 1024px) {
  .three-cols__title-box {
    padding-bottom: 100px;
  }
}
.three-cols__title {
  font-family: "utopia-std-display", serif;
  font-size: 36px;
  line-height: 70px;
  letter-spacing: -0.1px;
  color: #01272E;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .three-cols__title {
    font-size: 50px;
  }
}
.three-cols__title .italic {
  font-style: italic;
}
.three-cols__title_first-line {
  font-family: "Chivo", sans-serif;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.1px;
  padding-bottom: 16px;
}
.three-cols__list-box {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .three-cols__list-box {
    flex-direction: row;
    justify-content: space-between;
  }
}
.three-cols__list {
  flex: 0 0 30%;
  list-style: none;
  padding-bottom: 28px;
}
.three-cols__list:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .three-cols__list {
    padding-bottom: 0;
  }
}
.three-cols__list-item {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 28px;
}
@media only screen and (min-width: 1024px) {
  .three-cols__list-item {
    font-size: 16px;
  }
}
.three-cols__list-item:last-child {
  padding-bottom: 0;
}

.swtel {
  padding: 135px 0 95px;
}
@media only screen and (min-width: 1024px) {
  .swtel {
    padding: 120px 0 95px;
  }
}
.swtel .container {
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 30px;
}
.swtel__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .swtel__row {
    flex-direction: row;
  }
}
.swtel__img-box {
  flex: 0 1 50%;
}
@media only screen and (min-width: 1024px) {
  .swtel__img-box {
    margin-right: 70px;
  }
}
.swtel__img {
  display: block;
  width: 100%;
}
.swtel__text-box {
  flex: 0 1 50%;
  padding-top: 80px;
}
.swtel__title {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding-bottom: 41px;
}
@media only screen and (min-width: 1024px) {
  .swtel__title {
    padding-bottom: 36px;
  }
}
.swtel__text {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .swtel__text {
    padding-bottom: 53px;
  }
}
.swtel__links-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.swtel__link {
  display: block;
  padding-bottom: 8px;
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #426CAE;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.swtel__link:last-child {
  padding-bottom: 0;
}
.swtel__link:hover {
  color: #000;
}

.sis {
  position: relative;
  overflow-x: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}
.sis::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sis::-webkit-scrollbar-thumb {
  background: transparent;
  overflow-x: hidden;
}
@media only screen and (min-width: 1024px) {
  .sis {
    height: 455px;
  }
}
.sis .container {
  height: inherit;
}
.sis_style1 {
  height: 457px;
  margin-bottom: 10px;
}
.sis_style1:before, .sis_style1:after {
  content: '';
  display: block;
  background: url("../images/blue_lines.png") no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  transform: scale(-1, 1);
}
.sis_style1:before {
  width: 195px;
  left: 0;
}
.sis_style1:after {
  display: none;
  width: 260px;
  right: 0;
  background-position: top right;
}
@media only screen and (min-width: 1024px) {
  .sis_style1:after {
    display: block;
  }
}
.sis__img-box {
  height: inherit;
}
@media only screen and (min-width: 1024px) {
  .sis__img-box {
    clip-path: polygon(0 0, calc(100% - 70px) 0, calc(100% - 260px) 100%, calc(0% + 195px) 100%);
  }
}
.sis__img {
  display: block;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .sis__img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.sis__text-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 360px;
  width: calc(100% - 30px);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
@media only screen and (min-width: 1024px) {
  .sis__text-box {
    display: none;
  }
}
.sis__text-box.hidden {
  opacity: 0;
  visibility: hidden;
}
.sis__text {
  font-family: "Chivo", sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
}
.sis__arrow {
  display: block;
  width: 26px;
  height: 14px;
}
.sis__slider {
  height: inherit;
}
.sis__slider .slick-arrow {
  display: none !important;
  visibility: hidden;
}
.sis__slider .slick-list {
  height: inherit;
}
.sis__slider .slick-track {
  display: flex !important;
  align-items: stretch;
  height: inherit;
}
.sis__slide {
  display: flex !important;
  flex-direction: column;
  height: inherit !important;
}
@media only screen and (min-width: 1024px) {
  .sis__slide {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.sis__slide-text-box {
  order: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 90px 30px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .sis__slide-text-box {
    order: 1;
    flex: 0 0 25%;
    padding: 35px;
  }
}
.sis__slide-control {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .sis__slide-control {
    order: 2;
    padding-bottom: 57px;
  }
}
.sis__slide-arrow {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.sis__slide-arrow_prev:hover {
  transform: translateX(-5px);
}
.sis__slide-arrow_next {
  transform: scale(-1, 1);
}
.sis__slide-arrow_next:hover {
  transform: translateX(5px) scale(-1, 1);
}
.sis__slide-num {
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-size: 56px;
  line-height: 74px;
  letter-spacing: -0.1px;
  padding: 0 15px;
}
.sis__slide-text {
  order: 1;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .sis__slide-text {
    order: 2;
    padding-bottom: 0;
  }
}
.sis__slide-img-box {
  order: 1;
  height: 310px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .sis__slide-img-box {
    flex: 0 0 75%;
    height: auto;
  }
  .sis__slide-img-box:before {
    content: '';
    display: block;
    width: 200px;
    background: url("../images/blue_lines.png") no-repeat;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
.sis__slide-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (min-width: 1024px) {
  .sis__slide-img {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  }
}

.header-menu {
  display: flex;
  align-items: center;
}
.header-menu .menu-item {
  margin-right: 40px;
}
.header-menu .menu-item:last-child {
  margin-right: 0;
}
.header-menu .menu-item a {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.header-menu .menu-item a:hover {
  color: #426CAE;
}

.main-menu {
  padding: 150px 0;
}
@media only screen and (min-width: 1024px) {
  .main-menu {
    padding: 0;
  }
}
.main-menu .menu-item:last-child a {
  margin-bottom: 0 !important;
}
.main-menu .menu-item a {
  display: inline-block;
  font-family: "Chivo", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.main-menu .menu-item a:not([target='_blank']) {
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.main-menu .menu-item a:not([target='_blank']):hover {
  font-style: normal;
  color: #5388D8;
}
.main-menu .menu-item a[target='_blank'] {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #5388D8;
  margin-top: 15px;
}
.main-menu .menu-item a[target='_blank'] svg {
  margin-left: 13px;
}
.main-menu .menu-item a[target='_blank'] svg path {
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.main-menu .menu-item a[target='_blank']:hover {
  color: #fff;
}
.main-menu .menu-item a[target='_blank']:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.gallery {
  padding: 100px 0;
}
.gallery .container {
  max-width: 1135px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.gallery__row {
  display: flex;
  flex-direction: column;
}
.gallery__filter-form {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px;
  position: relative;
  height: 48px;
  overflow: hidden;
}
.gallery__filter-form.active {
  overflow: visible;
}
.gallery__filter-form.active .gallery__label:after {
  transform: translateY(-50%) rotate(-180deg);
}
@media only screen and (min-width: 1024px) {
  .gallery__filter-form {
    height: auto;
  }
}
.gallery__filter-title {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  font-family: "Chivo", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .gallery__filter-title {
    display: none;
  }
}
.gallery__filters {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .gallery__filters {
    overflow-x: auto;
    padding-bottom: 20px;
  }
}
.gallery__label {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  display: block;
  background: #ECEFF3;
  border-top: 1px solid #d0d0d0;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  .gallery__label {
    font-family: "Chivo", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 2px;
    transition: color 0.2s ease;
    position: relative;
    margin-right: 20px;
    background: transparent;
    border-top: none;
  }
  .gallery__label:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #426CAE;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .gallery__label:hover {
    color: #426CAE;
    cursor: pointer;
  }
}
.gallery__label.active {
  border-top: 0;
  order: -1;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .gallery__label.active {
    order: unset;
  }
}
.gallery__label.active:after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  background: url("../images/dropdown_arrow.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
@media only screen and (min-width: 1024px) {
  .gallery__label.active:after {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery__label.active {
    color: #426CAE;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery__label.active:before {
    opacity: 1;
  }
}
.gallery__label:last-child {
  margin-right: 0;
}
.gallery__label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gallery__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.gallery__img-box {
  flex: 0 0 100%;
  height: 285px;
  margin-top: 2px;
  position: relative;
}
.gallery__img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(66, 108, 174, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.gallery__img-box:hover:before {
  opacity: 1;
}
.gallery__img-box:nth-child(1) {
  margin-top: 0;
}
.gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .gallery__img-box {
    flex: 0 0 calc(50% - 1px);
  }
  .gallery__img-box:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery__row {
    flex-direction: row;
    justify-content: space-between;
  }
  .gallery__filters {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
  }
  .gallery__label {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .gallery__label:last-child {
    margin-bottom: 0;
  }
  .gallery__list {
    flex: 0 1 865px;
  }
}
#lightboxOverlay {
  background: rgba(83, 136, 216, 0.9);
}

#lightbox {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: auto;
  padding: 50px 120px 18px;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  #lightbox {
    width: 95%;
    padding: 60px 10px 18px;
  }
}
#lightbox .lb-outerContainer {
  border-radius: 0;
  background: transparent;
}
@media only screen and (max-width: 1023px) {
  #lightbox .lb-outerContainer {
    width: 100% !important;
    height: auto !important;
  }
}
#lightbox .lb-image {
  border-radius: 0;
  border: none;
}
@media only screen and (max-width: 1023px) {
  #lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
  }
}
#lightbox .lb-nav a {
  background: none;
}
#lightbox .lb-dataContainer {
  padding-top: 18px;
}
#lightbox .lb-data .lb-details {
  float: unset;
  line-height: unset;
  width: 100%;
  text-align: center;
}
#lightbox .lb-data .lb-caption {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.8px;
  color: #000;
  text-transform: uppercase;
}
#lightbox .lb-data .lb-closeContainer .lb-close {
  width: 0;
  height: 0;
  visibility: hidden;
}
#lightbox .lb-close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  #lightbox .lb-close-btn {
    top: 15px;
    right: 10px;
  }
}
#lightbox .lb-close-btn svg {
  display: block;
  width: 19px;
  height: 19px;
}
#lightbox .lb-arrow-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 0;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  #lightbox .lb-arrow-box {
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}
#lightbox .lb-prev-arrow-box {
  left: 25px;
}
@media only screen and (max-width: 1023px) {
  #lightbox .lb-prev-arrow-box {
    left: 10px;
  }
}
#lightbox .lb-next-arrow-box {
  right: 25px;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (max-width: 1023px) {
  #lightbox .lb-next-arrow-box {
    right: 10px;
    transform: scale(-1, 1);
  }
}

.hwt {
  padding: 120px 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .hwt {
    padding: 135px 0 150px;
  }
}
.hwt .container {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (min-width: 1024px) {
  .hwt .container {
    padding: 0 50px;
  }
}
.hwt__row {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.hwt__text-box {
  flex: 0 1 750px;
}
.hwt__title {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 50px;
}
.hwt__fees-content {
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #426CAE;
  text-transform: uppercase;
  padding: 0 0 70px 80px;
}
@media only screen and (min-width: 1024px) {
  .hwt__fees-content {
    padding: 0 75px 75px 110px;
  }
}
.hwt__fees-content p {
  padding-bottom: 8px;
}
.hwt__fees-content p:last-child {
  padding-bottom: 0;
}
.hwt__guid-content {
  font-size: 18px;
  line-height: 28px;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .hwt__guid-content {
    font-size: 16px;
    line-height: 26px;
    padding: 0 75px 75px 110px;
  }
}
.hwt__guid-content p {
  padding-bottom: 26px;
}
.hwt__guid-content p:last-child {
  padding-bottom: 0;
}
.hwt__decor {
  display: none;
  position: absolute;
  top: 0;
  left: calc((1100px - 306px) * -1);
  width: 1100px;
  height: 817px;
  transform: scale(-1, 1);
}
@media only screen and (min-width: 1024px) {
  .hwt__decor {
    display: block;
  }
}

.video-section {
  padding: 50px 0 140px;
  position: relative;
}
.video-section .container {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .video-section .container {
    padding: 0 25px;
  }
}
.video-section__item {
  padding-bottom: 88px;
}
@media only screen and (min-width: 768px) {
  .video-section__item {
    padding-bottom: 100px;
  }
}
.video-section__title {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 36px;
}
@media only screen and (min-width: 768px) {
  .video-section__title {
    padding-left: 0;
    padding-right: 0;
  }
}
.video-section__video-box {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.video-section__video-box video, .video-section__video-box iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.auto-gal__box {
  padding: 20px 0;
}
.auto-gal__slider .slick-track {
  display: flex !important;
  justify-content: space-between;
  align-items: stretch;
}
.auto-gal__slider .slick-slide {
  height: inherit;
  margin: 0 10px;
}
.auto-gal__slider_first {
  margin-bottom: 20px;
  direction: rtl;
}
.auto-gal__img-box {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .auto-gal__img-box {
    height: 360px !important;
  }
}
.auto-gal__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cts {
  padding: 66px 0 90px;
}
@media only screen and (min-width: 1024px) {
  .cts {
    padding: 130px 0 190px;
  }
}
.cts .container {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.cts__text-box {
  max-width: 645px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cts__above-title {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.6px;
  color: #426CAE;
  text-transform: uppercase;
  padding-bottom: 55px;
}
@media only screen and (min-width: 1024px) {
  .cts__above-title {
    padding-bottom: 36px;
  }
}
.cts__title {
  font-family: "utopia-std-display", serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}
.cts__title__first-line {
  padding-bottom: 20px;
}
.cts__title_second-line {
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 38px;
  line-height: 56px;
  letter-spacing: -0.1px;
  color: #01272E;
  padding-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .cts__title_second-line {
    font-size: 62px;
    line-height: 83px;
  }
}
.cts__title_third-line {
  padding-bottom: 81px;
}
@media only screen and (min-width: 1024px) {
  .cts__title_third-line {
    padding-bottom: 33px;
  }
}
.cts__text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
.cts__text p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (min-width: 1024px) {
  .cts__text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
}

.tcs {
  padding: 130px 0;
}
.tcs .container {
  max-width: 1145px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.tcs__row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .tcs__row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.tcs__col {
  flex: 0 1 495px;
}
.tcs__col_right {
  padding-top: 134px;
}
@media only screen and (min-width: 1024px) {
  .tcs__col_right {
    padding-top: 320px;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .tcs__col_right .tcs__title {
    text-align: right;
  }
}
.tcs__col_right .tcs__text {
  padding-right: 0;
}
@media only screen and (min-width: 1024px) {
  .tcs__col_right .tcs__text {
    padding-left: 30px;
    padding-bottom: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  .tcs__col_right .tcs__img {
    order: -1;
    margin-bottom: 34px;
  }
}
.tcs__item {
  display: flex;
  flex-direction: column;
}
.tcs__title {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.tcs__text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .tcs__text {
    padding-right: 30px;
  }
}
.tcs__img {
  display: block;
  max-width: 495px;
  width: 100%;
  height: 296px;
  object-fit: cover;
}

.access {
  background: #01272E;
  padding: 85px 0 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .access {
    padding: 40px 0 70px;
  }
}
.access .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 9;
}
.access__row {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
.access__row:last-child {
  padding-bottom: 120px;
}
@media only screen and (min-width: 1024px) {
  .access__row:last-child {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .access__row {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 37px;
  }
}
.access__title {
  font-family: "utopia-std-display", serif;
  font-style: italic;
  font-size: 50px;
  color: #A2C5EF;
  text-transform: uppercase;
  padding-bottom: 13px;
}
@media only screen and (min-width: 1024px) {
  .access__title {
    flex: 0 1 360px;
    font-size: 98px;
    margin-right: 87px;
    padding-bottom: 0;
  }
}
.access__title_main {
  color: #fff;
}
.access__list {
  padding-left: 80px;
  color: #A2C5EF;
}
@media only screen and (min-width: 1024px) {
  .access__list {
    padding-left: 0;
  }
}
.access__list_main {
  color: #fff;
}
.access__list li span {
  font-size: 34px;
  line-height: 1;
  margin-right: 24px;
}
.access__list-item {
  display: flex;
  align-items: center;
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 7px;
}
.access__list-item:last-child {
  padding-bottom: 0;
}
.access__second-part {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.access__caption {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1.6px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 48px;
}
.access__link-list {
  padding-left: 80px;
  padding-bottom: 46px;
}
@media only screen and (min-width: 1024px) {
  .access__link-list {
    padding-bottom: 125px;
  }
}
.access__link-list-item a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  transition: color 0.2s ease;
}
.access__link-list-item a:hover {
  color: #A2C5EF;
}
@media only screen and (min-width: 1024px) {
  .access__link-list-item a {
    font-size: 16px;
    line-height: 26px;
  }
}
.access__link {
  display: inline-block;
  margin-left: 80px;
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #A2C5EF;
  text-transform: uppercase;
  transition: color 0.2s ease;
  margin-bottom: 66px;
}
@media only screen and (min-width: 1024px) {
  .access__link {
    margin-left: 125px;
  }
}
.access__link[target='_blank'] svg {
  margin-left: 13px;
}
.access__link[target='_blank'] svg path {
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.access__link[target='_blank']:hover {
  color: #fff;
}
.access__link[target='_blank']:hover svg path {
  fill: #fff;
  stroke: #fff;
}
.access__link:hover {
  color: #fff;
}
.access__text {
  padding-left: 80px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .access__text {
    font-size: 16px;
    line-height: 26px;
    padding-left: 125px;
  }
}
.access__decor {
  display: block;
  width: 875px;
  height: 650px;
  position: absolute;
  top: 0;
  right: calc(-875px + 135px);
}
@media only screen and (min-width: 1024px) {
  .access__decor {
    right: calc(-875px + 275px);
  }
}


.admin-bar .header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar .header {
    top: 32px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .header {
    top: 0;
  }
}

.special-bar {
  position: relative;
  z-index: 1;
  transition-delay: 0.3s;
}
.special-bar.active {
  z-index: 100;
  transition-delay: 0s;
}
.special-bar__row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.special-bar__header {
  background: #5388D8;
  padding: 5px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.special-bar__header svg {
  display: block;
  width: 13px;
  height: 7px;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
.special-bar__header.active svg {
  transform: rotate(0);
}
.special-bar__title {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
.special-bar__title:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.special-bar__body {
  display: block;
  background: #5388D8;
  text-align: center;
  padding-bottom: 25px;
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  transform: translateY(calc(-100% - 31px));
  transition: transform 0.3s ease;
}
.special-bar__body.active {
  transform: translateY(0);
}
.special-bar__wrapper {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.special-bar__text {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 7px;
}
.special-bar__additional-text {
  font-size: 12px;
  padding-bottom: 15px;
}
.special-bar__link {
  display: inline-block;
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  transition: color 0.2s ease;
}
.special-bar__link:after {
  content: '';
  display: block;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: background 0.2s ease;
}
.special-bar__link:hover {
  color: #fff;
}
.special-bar__link:hover:after {
  background: #fff;
}

.header {
  background: #01272E;
  padding: 13px 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header .container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: block;
  flex: 0 1 43px;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__nav {
  flex: 1;
  display: none;
  justify-content: flex-end;
}
@media only screen and (min-width: 1024px) {
  .header__nav {
    display: flex;
  }
}
.header__main-nav-box {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #000;
  padding: 0;
  transition: transform 0.6s ease;
}
.header__main-nav-box.active {
  transform: translateX(0);
}
@media only screen and (min-width: 1024px) {
  .header__main-nav-box {
    padding: 0 9.25vw;
  }
}
.header__main-nav-gallery {
  flex: 0 0 67vh;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__main-nav-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.header__main-nav-img-box {
  flex: 0 0 calc(50% - 1px);
  height: 33.33%;
  padding-top: 2px;
}
.header__main-nav-img-box:nth-child(1), .header__main-nav-img-box:nth-child(2) {
  padding-top: 0;
}
.header__main-nav-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__main-nav {
  flex: 1;
  display: flex;
  align-items: flex-start;
  overflow-y: auto;
  padding: 0 30px;
}
@media only screen and (min-width: 1024px) {
  .header__main-nav {
    align-items: center;
    margin-left: 12vw;
    padding: 0;
  }
}
.header__main-nav-close {
  position: absolute;
  top: 75px;
  right: 70px;
  display: block;
  width: 19px;
  height: 19px;
  border: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
}
.header__main-nav-close:hover svg .cls-1 {
  stroke: #5388D8;
}
@media only screen and (min-width: 1024px) {
  .header__main-nav-close {
    top: 80px;
    right: 105px;
  }
}
.header__burger {
  display: block;
  width: 38px;
  height: 18px;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .header__burger {
    margin-left: 107px;
  }
}
.header__burger:hover .header__burger-line {
  background: #426CAE;
}
.header__burger:hover .header__burger-line_first {
  right: calc(100% - 15px);
}
.header__burger:hover .header__burger-line_middle {
  right: calc(100% - 25px);
}
.header__burger-line {
  display: block;
  height: 2px;
  position: absolute;
  background: #fff;
  transition: all 0.2s ease;
}
.header__burger-line_first {
  width: 15px;
  top: 0;
  right: 0;
}
.header__burger-line_middle {
  width: 25px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header__burger-line_last {
  width: 100%;
  bottom: 0;
  left: 0;
}

.footer {
  background: #000;
  padding: 80px 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
}
.footer:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: #426CAE;
}
.footer .container {
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .footer__main {
    flex-direction: row;
  }
}
.footer__logo-box {
  max-width: 118px;
  margin-bottom: 84px;
}
@media only screen and (min-width: 768px) {
  .footer__logo-box {
    flex: 0 1 118px;
    margin-right: 73px;
    margin-bottom: 0;
  }
}
.footer__info-box {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .footer__info-box {
    text-align: initial;
  }
}
.footer__info-box .address {
  font-family: "Chivo", sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.footer__info-box .address a {
  color: #fff;
  transition: color 0.2s ease;
}
@media only screen and (min-width: 768px) {
  .footer__info-box .address a {
    display: flex;
  }
}
.footer__info-box .address a:hover {
  color: #426CAE;
}
.footer__info-box .phone {
  font-family: "Chivo", sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.4px;
  padding-bottom: 20px;
}
.footer__info-box .phone a {
  color: #fff;
  transition: color 0.2s ease;
}
.footer__info-box .phone a:hover {
  color: #426CAE;
}
.footer__info-box .social-icons {
  display: flex;
  align-items: center;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .footer__info-box .social-icons {
    justify-content: flex-start;
  }
}
.footer__info-box .social-icons .icon {
  color: #fff;
  margin-right: 25px;
  transition: color 0.2s ease;
}
.footer__info-box .social-icons .icon:last-child {
  margin-right: 0;
}
.footer__info-box .social-icons .icon:hover {
  color: #426CAE;
}
.footer__secondary {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer__secondary {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.footer__col {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .footer__col {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__col {
    margin-right: 32px;
  }
}
.footer__col:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.footer__partners {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer__partners a {
  display: block;
  flex: 0 0 125px;
  margin-right: 30px;
}
@media only screen and (min-width: 1024px) {
  .footer__partners a {
    margin-right: 32px;
  }
}
.footer__partners a:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .footer__partners {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
.footer__rights {
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.footer__link {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  transition: color 0.2s ease;
}
.footer__link:hover {
  color: #426CAE;
}
.footer__icons-box {
  display: block;
}
.footer__icons-box img {
  display: block;
  width: 34px;
  height: auto;
}

.home-hero {
  height: 160vh;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .home-hero {
    height: 200vh;
  }
}
.home-hero__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-hero__main {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .home-hero__main {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.home-hero__main .top, .home-hero__main .bottom, .home-hero__main .left, .home-hero__main .right {
  content: '';
  display: block;
  background: #000;
}
.home-hero__main .top, .home-hero__main .bottom {
  width: 100%;
}
.home-hero__main .left, .home-hero__main .right {
  height: 100%;
  position: absolute;
  top: 0;
}
.home-hero__main .left {
  left: 0;
}
.home-hero__main .right {
  right: 0;
}
.home-hero__main-img-box {
  display: block;
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
  height: 100%;
}
.home-hero__main-img-box img {
  display: block;
  width: 100%;
}
.home-hero__text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .home-hero__text-box {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .home-hero__text-box {
    top: 80%;
  }
}
.home-hero__text {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.6px;
  color: #fff;
  text-transform: uppercase;
}
.home-hero__devider {
  font-size: 14px;
  color: #5388D8;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .home-hero__devider {
    font-size: 16px;
    padding: 0 30px;
  }
}

.second-home {
  position: relative;
  padding: 80px 0 100px;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .second-home {
    padding: 150px 0 230px;
  }
}
.second-home:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 59px;
  background: url("../images/home/arrow_pattern.png") repeat-x;
}
.second-home .container {
  max-width: 1175px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .second-home .container {
    padding: 0 30px;
  }
}
.second-home__title-box {
  text-align: center;
  color: #01272E;
  padding: 0 30px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 1024px) {
  .second-home__title-box {
    padding: 0;
    padding-bottom: 63px;
  }
}
.second-home__title {
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .second-home__title {
    font-size: 115px;
  }
}
.second-home__title.italic {
  font-family: "utopia-std-display", serif;
  font-style: italic;
  font-size: 50px;
}
@media only screen and (min-width: 1024px) {
  .second-home__title.italic {
    font-size: 134px;
  }
}
.second-home__decor {
  display: block;
  max-width: 150px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .second-home__decor {
    margin-bottom: 36px;
  }
}
.second-home__main {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .second-home__main {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.second-home__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .second-home__gallery {
    flex: 0 1 480px;
    margin-bottom: 0;
  }
}
.second-home__gal-img-box {
  display: block;
  flex: 0 0 calc(50% - 1px);
  height: 206px;
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) {
  .second-home__gal-img-box {
    height: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .second-home__gal-img-box {
    height: 239px;
  }
}
.second-home__gal-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second-home__text-box {
  padding: 0 30px;
}
@media only screen and (min-width: 1024px) {
  .second-home__text-box {
    flex: 0 1 565px;
    padding: 0;
    margin-left: 70px;
  }
}
.second-home__text-title {
  font-family: "Chivo", sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding-bottom: 36px;
}
.second-home__text-text {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 42px;
}
.second-home__text-link {
  display: inline-block;
  font-family: "Chivo", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  transition: color 0.2s ease;
  padding-bottom: 4px;
  position: relative;
}
.second-home__text-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.second-home__text-link:hover {
  color: #5388D8;
}
.second-home__text-link:hover:after {
  background: #A2C5EF;
}

.gallery-home {
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 580px) {
  .gallery-home__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery-home__row {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 20%);
  }
}
.gallery-home__img-box {
  width: 100%;
  height: 300px;
  margin-bottom: 2px;
}
.gallery-home__img-box:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 580px) {
  .gallery-home__img-box {
    width: auto;
    flex: 0 0 calc(50% - 2px);
  }
}
@media only screen and (min-width: 580px) {
  .gallery-home__img-box {
    height: 440px;
    flex: 0 0 calc(25% - 2px);
    margin-bottom: 0;
  }
}
.gallery-home__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-home__decor {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateX(-80%);
}

.fourth-section {
  padding: 100px 0;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .fourth-section {
    padding: 135px 0 177px;
  }
}
.fourth-section .container {
  max-width: 1125px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.fourth-section__title-box {
  text-align: center;
  padding-bottom: 100px;
}
.fourth-section__title {
  font-size: 41px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .fourth-section__title {
    font-size: 98px;
  }
}
.fourth-section__title_first {
  font-family: "utopia-std-display", serif;
  font-size: 50px;
}
.fourth-section__title_first .italic {
  font-style: italic;
}
.fourth-section__title_second {
  font-family: "Chivo", sans-serif;
  font-weight: 300;
}
.fourth-section__row {
  display: flex;
  flex-wrap: wrap;
}
.fourth-section__item {
  padding-bottom: 67px;
}
@media only screen and (min-width: 1024px) {
  .fourth-section__item {
    flex: 0 0 50%;
    padding-left: 95px;
    padding-bottom: 0;
  }
}
.fourth-section__item:last-child {
  padding-bottom: 0;
}
.fourth-section__item-title {
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #426CAE;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.fourth-section__item-title span {
  font-weight: 300;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.1px;
  padding-right: 25px;
}
@media only screen and (min-width: 1024px) {
  .fourth-section__item-title {
    padding-bottom: 35px;
  }
}
.fourth-section__item-text {
  font-size: 16px;
  line-height: 26px;
  padding-left: 110px;
  padding-bottom: 42px;
}
@media only screen and (min-width: 1024px) {
  .fourth-section__item-text {
    padding-left: 95px;
  }
}
.fourth-section__item-link {
  display: inline-block;
  margin-left: 110px;
  font-family: "Chivo", sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  transition: color 0.2s ease;
  padding-bottom: 4px;
  position: relative;
}
.fourth-section__item-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
@media only screen and (min-width: 1024px) {
  .fourth-section__item-link {
    margin-left: 95px;
  }
}
.fourth-section__item-link:hover {
  color: #5388D8;
}
.fourth-section__item-link:hover:after {
  background: #5388D8;
}

.thank-you {
  position: relative;
  overflow: hidden;
}
.thank-you:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: -450px;
  left: -230px;
  width: 565px;
  height: 1350px;
  background: url("../images/contact-us/triangle.svg") top left no-repeat;
}
@media only screen and (min-width: 1024px) {
  .thank-you:before {
    top: 0;
    left: 0;
  }
}

.contact-us {
  padding-bottom: 145px;
  position: relative;
  overflow: hidden;
}
.contact-us:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: -450px;
  left: -230px;
  width: 565px;
  height: 1350px;
  background: url("../images/contact-us/triangle.svg") top left no-repeat;
}
@media only screen and (min-width: 1024px) {
  .contact-us:before {
    top: 0;
    left: 0;
  }
}

.hero-cu {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .hero-cu {
    padding: 90px 0 65px;
  }
}
.hero-cu .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}
.hero-cu__row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .hero-cu__row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.hero-cu__img-box {
  flex: 0 1 355px;
  height: 355px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .hero-cu__img-box {
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-cu__img-box {
    flex: 0 1 565px;
  }
}
.hero-cu__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 1024px) {
  .hero-cu__img {
    height: 565px;
  }
}
.hero-cu__text-box {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .hero-cu__text-box {
    order: 2;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-cu__text-box {
    flex: 0 1 570px;
  }
}
.hero-cu__above-title {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #426CAE;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.hero-cu__title {
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 50px;
  line-height: 67px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.hero-cu__subtitle {
  font-family: "utopia-std-display", serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.info-cu {
  padding: 20px 0 50px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .info-cu {
    padding: 70px 0 120px;
  }
}
.info-cu .container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}
.info-cu__row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .info-cu__row {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .info-cu__row {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .info-cu__col {
    margin-right: 65px;
    padding-left: 0;
  }
}
.info-cu__col:last-child {
  margin-right: 0;
}
.info-cu__address-box {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .info-cu__address-box {
    padding-bottom: 0;
  }
}
.info-cu__address-box .address {
  display: flex;
}
.info-cu__address-box .address__label {
  min-width: 100px;
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.6px;
  color: #426CAE;
  text-transform: uppercase;
  padding-top: 12px;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) {
  .info-cu__address-box .address__label {
    min-width: auto;
    padding-right: 25px;
  }
}
.info-cu__address-box .address a {
  display: block;
  font-family: "Chivo", sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  transition: color 0.2s ease;
}
.info-cu__address-box .address a:hover {
  color: #426CAE;
}
.info-cu__address-box .address a p.address-line1 {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
}
.info-cu__address-box .address a p span {
  font-weight: 300;
  font-style: normal;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: -0.1px;
  padding-right: 34px;
}
.info-cu__hours-box {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .info-cu__hours-box {
    padding-bottom: 0;
  }
}
.info-cu__hours-box .office-hours {
  display: flex;
}
.info-cu__hours-box .office-hours__label {
  min-width: 100px;
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.6px;
  color: #426CAE;
  text-transform: uppercase;
  padding-top: 12px;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) {
  .info-cu__hours-box .office-hours__label {
    padding-right: 25px;
  }
}
.info-cu__hours-box .office-hours__wrapper .row {
  display: flex;
  align-items: center;
  padding-bottom: 7px;
}
.info-cu__hours-box .office-hours__wrapper .row:last-child {
  padding-bottom: 0;
}
.info-cu__hours-box .office-hours .hour {
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: -0.1px;
  padding-right: 25px;
}
.info-cu__hours-box .office-hours .day {
  font-family: "Chivo", sans-serif;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.info-cu__contact-box {
  display: none;
  padding-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .info-cu__contact-box {
    display: block;
  }
}
.info-cu__contact-box .phone {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 30px;
}
.info-cu__contact-box .phone a {
  color: #426CAE;
  transition: color 0.2s ease;
}
.info-cu__contact-box .phone a:hover {
  color: #000;
}
.info-cu__contact-box .social-icons {
  display: flex;
  align-items: center;
}
.info-cu__contact-box .icon {
  font-size: 24px;
  color: #000;
  margin-right: 20px;
  transition: color 0.2s ease;
}
.info-cu__contact-box .icon:last-child {
  margin-right: 0;
  color: #000;
}
.info-cu__contact-box .icon:hover {
  color: #426CAE;
}

.form-cu {
  position: relative;
  z-index: 0;
  padding: 130px 0;
  background: #fff url("../images/arrow-pattern.svg") top left/750px repeat;
}
@media only screen and (min-width: 1024px) {
  .form-cu {
    padding: 90px 0;
  }
}
.form-cu__description {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .form-cu__description {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .form-cu__description {
    padding-bottom: 93px;
  }
}
.form-cu__form-box {
  background: #fff;
  max-width: 840px;
  margin: 0 auto;
  padding: 75px 20px;
}
@media only screen and (min-width: 768px) {
  .form-cu__form-box {
    padding: 125px 100px 136px;
  }
}

.error404 {
  min-height: 100vh;
}
.error404 #wrapper {
  min-height: inherit;
  display: flex;
  flex-direction: column;
}

.page-404 {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 100px 0 150px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .page-404 {
    padding: 100px 0;
  }
}
.page-404 .container {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.page-404__text-box {
  text-align: center;
}
.page-404__above-title {
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.6px;
  color: #426CAE;
  padding-bottom: 36px;
}
.page-404__title {
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 50px;
  line-height: 67px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.page-404__text {
  font-family: "utopia-std-display", serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 56px;
}
@media only screen and (min-width: 1024px) {
  .page-404__text {
    padding-bottom: 88px;
  }
}
.page-404__link {
  display: inline-block;
  font-family: "Chivo", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 4px;
  transition: color 0.3s ease;
  position: relative;
}
.page-404__link:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: background 0.3s ease;
}
.page-404__link:hover {
  color: #426CAE;
}
.page-404__link:hover:after {
  background: #426CAE;
}
.page-404__decor {
  display: none;
  position: absolute;
  top: 0;
  left: calc((1100px - 306px) * -1);
  width: 1100px;
  height: 817px;
  transform: scale(-1, 1);
}
@media only screen and (min-width: 1024px) {
  .page-404__decor {
    display: block;
  }
}

section.fp-hero .fp-hero-wrapper {
  padding: 105px 20px 90px 20px;
  text-align: center;
}
section.fp-hero .fp-hero-wrapper .headline {
  font-size: 50px;
  font-size: 5rem;
  line-height: 46px;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  section.fp-hero .fp-hero-wrapper .headline {
    font-size: 98px;
    font-size: 9.8rem;
    line-height: 86px;
  }
}
section.fp-hero .fp-hero-wrapper .headline .txt1,
section.fp-hero .fp-hero-wrapper .headline .txt3 {
  font-family: "utopia-std-display", serif;
}
section.fp-hero .fp-hero-wrapper .headline .txt2 {
  font-family: "Chivo", sans-serif;
  font-weight: 300;
}
section.fp-hero .fp-hero-wrapper .subheadline {
  margin: 30px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}

span.toggle-title-mobile {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  span.toggle-title-mobile {
    display: none;
  }
}

section.toggle-view-bar {
  padding: 14px 20px;
  background: #A2C5EF;
  height: 49px;
}
@media only screen and (min-width: 768px) {
  section.toggle-view-bar {
    height: 54px;
  }
}
section.toggle-view-bar .toggle-view-bar-wrapper {
  text-align: center;
}
section.toggle-view-bar .toggle-view-bar-wrapper span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  section.toggle-view-bar .toggle-view-bar-wrapper span {
    display: none;
  }
}
section.toggle-view-bar .toggle-view-bar-wrapper .toggle-button {
  padding: 10px;
  font-family: "Chivo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  section.toggle-view-bar .toggle-view-bar-wrapper .toggle-button {
    margin: 0 0 0 20px;
  }
}
section.toggle-view-bar .toggle-view-bar-wrapper .toggle-button.active {
  border-bottom: 6px solid;
}

section.floorplans-container {
  margin: 0;
  background-color: #ECEFF3;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  section.floorplans-container {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
section.floorplans-container .floorplans-section {
  display: none;
  width: 100%;
  min-height: 600px;
}
@media only screen and (min-width: 1024px) {
  section.floorplans-container .floorplans-section {
    padding: 10px 0 0;
  }
}
section.floorplans-container .floorplans-section.active {
  display: block;
}
section.floorplans-container .map-section {
  display: none;
  padding: 70px 20px;
  width: 100%;
  margin: 0 auto;
  min-height: 850px;
}
@media only screen and (min-width: 768px) {
  section.floorplans-container .map-section {
    width: 80%;
  }
}
section.floorplans-container .map-section .map-wrapper {
  height: 100%;
  width: 100%;
}
section.floorplans-container .map-section .map-wrapper iframe {
  height: 850px;
  width: 100%;
}
section.floorplans-container .map-section.active {
  display: block;
}

.results-section {
  min-height: 250px;
  margin: 0 auto;
  max-width: 346px;
}
@media only screen and (min-width: 768px) {
  .results-section {
    max-width: 728px;
  }
}
@media only screen and (min-width: 1024px) {
  .results-section {
    max-width: 731px;
  }
}
@media only screen and (min-width: 1260px) {
  .results-section {
    max-width: 1116px;
  }
}
.results-section__content #loader {
  padding: 80px 10px 40px 10px;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
.results-section__content #no-results {
  padding: 80px 20px;
  text-align: center;
}
.results-section__content #no-results .message-content {
  margin: 0 0 20px;
}
.results-section__content #no-results .message-content h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  margin: 0 0 25px;
}
.results-section__content #no-results .message-content h2 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 42px;
  margin: 0 0 22px;
}
.results-section__content #no-results .message-content h3, .results-section__content #no-results .message-content h4, .results-section__content #no-results .message-content h5, .results-section__content #no-results .message-content h6 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 38px;
  margin: 0 0 22px;
}
.results-section__content #no-results .message-content p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  margin: 0 0 15px;
}
.results-section__content .load-more-container {
  text-align: center;
  margin: 0 0 90px;
}
.results-section__content .load-more-container a {
  color: #426CAE;
  font-family: "Chivo", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#units-container {
  padding: 30px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #units-container {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
#units-container .unit-template {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 346px;
  background-color: #fff;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  #units-container .unit-template {
    margin-right: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  #units-container .unit-template {
    margin-right: 39px;
  }
}
@media only screen and (min-width: 768px) {
  #units-container .unit-template:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1260px) {
  #units-container .unit-template:nth-child(2n) {
    margin-right: 39px;
  }
}
@media only screen and (min-width: 1260px) {
  #units-container .unit-template:nth-child(3n) {
    margin-right: 0;
  }
}
#units-container .unit-template.hide {
  display: none;
}
#units-container .unit-template .unit-header {
  padding: 20px 30px;
  width: 100%;
  background-color: #01272E;
}
#units-container .unit-template .unit-header .unit-name {
  margin: 0 0 30px;
  font-family: "Chivo", sans-serif;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
#units-container .unit-template .unit-header .details {
  font-family: "Chivo", sans-serif;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
}
#units-container .unit-template .unit-header .details .beds-baths {
  margin: 0 0 5px;
}
#units-container .unit-template .unit-body {
  padding: 0 25px 38px 25px;
}
#units-container .unit-template .unit-body__content .image {
  cursor: pointer;
  margin: 35px 0;
  height: 270px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#units-container .unit-template .unit-body__content .image img {
  width: 100%;
  max-width: 296px;
  max-height: 270px;
}
#units-container .unit-template .unit-body__content .info {
  font-family: "Chivo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #707070;
  padding: 0 0 10px;
}
#units-container .unit-template .unit-body__content .info .rent {
  margin: 0 0 5px;
}
#units-container .unit-template .unit-body__content .button-container {
  margin: 16px 0 0;
}
#units-container .unit-template .unit-body__content .button-container a.view-details {
  padding: 0 0 2px;
  font-family: "Chivo", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  font-weight: bold;
  color: #01272E;
  border-bottom: 2px solid #01272E;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.filters-section {
  padding: 20px 20px 70px 20px;
  margin: 50px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .filters-section {
    padding: 40px 20px;
    max-width: 768px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-section {
    max-width: 955px;
  }
}
.filters-section .filter-group {
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .filters-section .filter-group {
    margin: 0;
  }
}
.filters-section .filter-group #bedroom,
.filters-section .filter-group #move-in-date {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .filters-section .filter-group #bedroom,
  .filters-section .filter-group #move-in-date {
    width: 160px;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-section .filter-group #bedroom,
  .filters-section .filter-group #move-in-date {
    width: 200px;
  }
}
.filters-section .filter-group #price-min,
.filters-section .filter-group #price-max {
  width: 130px;
}
@media only screen and (min-width: 768px) {
  .filters-section .filter-group #price-min,
  .filters-section .filter-group #price-max {
    width: 115px;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-section .filter-group #price-min,
  .filters-section .filter-group #price-max {
    width: 130px;
  }
}
.filters-section .filter-group #price-min {
  margin-right: 15px;
}
.filters-section .filter-group .filter-label {
  margin: 0 0 5px;
}
.filters-section .filter-group .filter-label label {
  display: block;
  font-family: "Chivo", sans-serif;
  margin: 0 0 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.filters-section .filter-group .dropdown-list-wrapper .dropdown-list {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .filters-section .submit-group {
    padding: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .filters-section .submit-group {
    padding: 5px 0 0;
  }
}
.filters-section .submit-group a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  background-color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#lightbox-template {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: #fff;
}
#lightbox-template .close-trigger {
  position: absolute;
  top: 15px;
  right: 30px;
  display: block;
  width: 19px;
  height: 19px;
  border: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
}
#lightbox-template .close-trigger:hover svg .cls-1 {
  stroke: #5388D8;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .close-trigger {
    right: 80px;
  }
}
#lightbox-template .lightbox-body {
  width: 100%;
  background-color: #fff;
  max-width: 1175px;
  margin: 0 auto;
  padding: 60px 20px;
}
#lightbox-template .lightbox-body .top-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  #lightbox-template .lightbox-body .top-row {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  #lightbox-template .lightbox-body .top-row .left-col {
    width: 30%;
  }
}
#lightbox-template .lightbox-body .top-row .left-col .header-wrapper {
  margin: 0 0 60px;
}
@media only screen and (min-width: 1024px) {
  #lightbox-template .lightbox-body .top-row .left-col .header-wrapper {
    max-width: 170px;
    margin: 0 auto;
  }
}
#lightbox-template .lightbox-body .top-row .left-col .header-wrapper .unit-name {
  margin: 0 0 30px;
  font-family: "Chivo", sans-serif;
  color: #000;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 55px;
  font-weight: bold;
  text-transform: uppercase;
}
#lightbox-template .lightbox-body .top-row .left-col .header-wrapper .details {
  font-family: "Chivo", sans-serif;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
}
#lightbox-template .lightbox-body .top-row .left-col .header-wrapper .details .beds-baths {
  margin: 0 0 12px;
}
#lightbox-template .lightbox-body .top-row .left-col .header-wrapper .download-pdf {
  margin: 23px 0 0;
}
#lightbox-template .lightbox-body .top-row .left-col .header-wrapper .download-pdf a {
  color: #426CAE;
  font-family: "Chivo", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#lightbox-template .lightbox-body .top-row .right-col {
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  #lightbox-template .lightbox-body .top-row .right-col {
    width: 70%;
  }
}
#lightbox-template .lightbox-body .top-row .right-col img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #lightbox-template .lightbox-body .top-row .right-col img {
    max-width: 650px;
    max-height: 800px;
  }
}
#lightbox-template .lightbox-body .info-table-wrapper {
  margin: 35px auto 0 auto;
  max-width: 420px;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body .info-table-wrapper {
    margin: 70px auto 0 auto;
    max-width: 800px;
  }
}
#lightbox-template .lightbox-body .info-table-wrapper table.info-table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #lightbox-template .lightbox-body .info-table-wrapper table.info-table thead {
    display: none;
  }
}
#lightbox-template .lightbox-body .info-table-wrapper table.info-table thead tr {
  background-color: #fff;
}
#lightbox-template .lightbox-body .info-table-wrapper table.info-table thead tr th {
  display: table-cell;
  padding: 0 0 11px;
  font-family: "Chivo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  #lightbox-template .lightbox-body .info-table-wrapper table.info-table tbody tr:first-child {
    border-top: 1px solid #D0D0D0;
  }
}
#lightbox-template .lightbox-body .info-table-wrapper table.info-table tbody tr:last-child {
  border-bottom: none;
}
#lightbox-template .lightbox-body .info-table-wrapper table.info-table tr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  margin: 10px 0;
  padding: 30px 15px;
  border-bottom: 1px solid #D0D0D0;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body .info-table-wrapper table.info-table tr {
    margin: 0;
    padding: 0;
    display: table-row;
  }
}
#lightbox-template .lightbox-body .info-table-wrapper table.info-table tr td {
  width: 260px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body .info-table-wrapper table.info-table tr td {
    width: 20%;
    margin: 0;
    padding: 20px 4px;
  }
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body .info-table-wrapper table.info-table tr td:first-child {
    padding: 0 0 0 8px;
  }
}
#lightbox-template .lightbox-body .info-table-wrapper table.info-table tr td span {
  width: 160px;
  display: inline-block;
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  color: #707070;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body .info-table-wrapper table.info-table tr td span {
    display: none;
  }
}
#lightbox-template .lightbox-body .info-table-wrapper table.info-table tr td a {
  color: #426CAE;
  font-family: "Chivo", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}
#lightbox-template .lightbox-body .info-table-wrapper table.info-table tr td .apply-wrapper,
#lightbox-template .lightbox-body .info-table-wrapper table.info-table tr td .map-link-wrapper {
  padding: 20px 0 0 160px;
}
@media only screen and (min-width: 768px) {
  #lightbox-template .lightbox-body .info-table-wrapper table.info-table tr td .apply-wrapper,
  #lightbox-template .lightbox-body .info-table-wrapper table.info-table tr td .map-link-wrapper {
    padding: 0;
    text-align: center;
  }
}

.dropdown-list-wrapper {
  outline: 0;
  min-width: 100px;
  cursor: pointer;
  display: inline-block;
}
.dropdown-list-wrapper:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-color: #03272e;
}
.dropdown-list-wrapper .dropdown-list {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 0 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  color: #fff;
  background-color: #fff;
}
.dropdown-list-wrapper .dropdown-list__trigger {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #000;
  outline: none;
  padding: 7px 10px;
}
@media only screen and (min-width: 768px) {
  .dropdown-list-wrapper .dropdown-list__trigger {
    padding: 7px 10px;
  }
}
.dropdown-list-wrapper .dropdown-list__trigger span:focus {
  outline-style: dotted;
  outline-width: 1px;
  outline-color: #000;
}
.dropdown-list-wrapper .dropdown-list__trigger .arrow {
  position: relative;
  height: 10px;
  width: 13px;
}
.dropdown-list-wrapper .dropdown-list__trigger .arrow::before {
  content: url(../images/drop-down-arrow-main.svg);
  width: 11px;
  height: 7px;
  position: absolute;
  right: 8px;
  top: -9px;
}
@media only screen and (min-width: 768px) {
  .dropdown-list-wrapper .dropdown-list__trigger .arrow::before {
    right: 2px;
  }
}
.dropdown-list-wrapper .dropdown-list .dropdown-options {
  padding: 0 0 6px;
  position: absolute;
  display: block;
  width: 100%;
  top: 36px;
  right: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.dropdown-list-wrapper .dropdown-list .dropdown-options .option {
  position: relative;
  display: block;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #D0D0D0;
}
.dropdown-list-wrapper .dropdown-list .dropdown-options .option:last-child {
  border-bottom: none;
}
.dropdown-list-wrapper .dropdown-list .dropdown-options .option:focus {
  outline-style: dotted;
  outline-width: 2px;
  outline-color: #03272e;
}
.dropdown-list-wrapper .dropdown-list .dropdown-options .option a {
  color: #000;
  display: block;
  padding: 3px 10px 6px 10px;
}
.dropdown-list-wrapper .dropdown-list.open .dropdown-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.dropdown-list-wrapper .dropdown-list.open .arrow::before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  top: 13px;
}

#lightbox-map {
  position: fixed;
  z-index: 101;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(1, 39, 46, 0.85);
}
#lightbox-map .lightbox-map-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
#lightbox-map .lightbox-map-wrapper .iframe-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #lightbox-map .lightbox-map-wrapper .iframe-wrapper {
    width: 80vw;
    height: 80vh;
  }
}
#lightbox-map .lightbox-map-wrapper .iframe-wrapper .map-close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  display: block;
  background: #000;
  color: #fff;
  padding: 7px 7px 4px 8px;
  font-weight: 600;
}
#lightbox-map .lightbox-map-wrapper .iframe-wrapper iframe {
  border: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 900px;
}