@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.text-bold {
  font-weight: 700;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

a:active,
a:hover {
  outline: none !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
*:focus, *:active {
  outline: none !important;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  min-height: 100%;
  background-color: #F0F4F7;
  color: #0C375A;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.25;
  position: relative;
  padding-top: 8.7rem;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 1.2rem;
    padding-top: 5rem;
  }
}

a {
  color: #0C375A;
  text-decoration: none;
  transition: all 0.2s linear;
}

img,
svg {
  display: block;
}

ul, ul li {
  list-style: none;
}

ul, ol, p {
  margin: 0;
}

section {
  position: relative;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: normal;
  margin: 0;
  position: relative;
}

h1 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.174;
  text-shadow: -0.2rem 0 0.5rem rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
h1 span {
  color: #FFB346;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 2.6rem;
  }
}

h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
  h4 {
    font-size: 2rem;
  }
}

button {
  background: transparent;
  border: none;
}

sup {
  font-size: 50%;
  top: -0.6rem;
}

ul {
  padding-left: 0;
}

iframe {
  display: block;
}

.container {
  max-width: 139rem;
  margin: 0 auto;
}

.btn {
  background: #C6862B;
  border: none;
  border-radius: 1.6rem;
  box-shadow: 0.2rem 0 1.5rem 0 rgba(255, 255, 255, 0.5);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  height: 5.6rem;
  line-height: 1.1;
  padding: 0 2.4rem;
  position: relative;
  text-align: left;
  transition: all 0.2s linear;
}
@media screen and (max-width: 575px) {
  .btn {
    border-radius: 1.2rem;
    font-size: 1.4rem;
    height: 4.8rem;
  }
}
.btn:hover, .btn:focus, .btn:active {
  background: #A26919;
  color: #fff;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none;
}
.btn:disabled, .btn.disabled {
  color: #fff;
  opacity: 0.5;
}
.btn-primary {
  background: #064F73;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #043750;
}
.btn-arrow {
  padding-right: 5.8rem;
}
.btn-arrow:after {
  background: url(../images/icon-arrow.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 1.4rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2.9rem;
  transform: translateY(-50%);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  text-indent: -15rem;
  overflow: hidden;
  background-color: #C6862B;
  border-radius: 1.6rem;
  box-shadow: 0.2rem 0 1.5rem 0 rgba(255, 255, 255, 0.5);
  color: #C6862B;
  font-size: 1rem;
  width: 7.2rem;
  height: 5.6rem;
  transition: all 0.2s linear;
}
.slick-arrow:before {
  content: "";
  display: block;
  background: url(../images/icon-arrow.svg) 0 0 no-repeat;
  background-size: cover;
  width: 1.4rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-arrow:hover {
  background-color: #A26919;
  box-shadow: none;
}
.slick-arrow.slick-disabled {
  background: transparent;
  cursor: pointer;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 3.4rem;
}
.slick-prev:before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.slick-next {
  right: 3.4rem;
}
.slick-dots {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  margin-top: 1.5rem;
}
.slick-dots button {
  background: #C6862B;
  border-radius: 100%;
  color: #C6862B;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.5rem;
  opacity: 0.5;
  overflow: hidden;
  text-indent: -10rem;
}
.slick-dots button:hover {
  opacity: 1;
}
.slick-dots .slick-active button {
  background: #A26919;
  opacity: 1;
}

.btn-close {
  background: url(../images/modal-close.svg) 0 0 no-repeat;
  background-size: cover;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  top: -3.8rem;
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .btn-close {
    right: 0;
  }
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-dialog {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    padding: 1.5rem;
  }
}
.modal-content {
  border: none;
  border-radius: 3.2rem;
  box-shadow: -0.2rem 1.1rem 2.31rem 0 rgba(255, 255, 255, 0.5);
  padding: 3rem;
}
.modal-plan .modal-dialog {
  width: 100%;
  max-width: 143.2rem;
}
.modal-plan .modal-content {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.modal-plan .modal-content .pic {
  border-radius: 3.2rem;
  box-shadow: -0.2rem 1.1rem 2.31rem 0 rgba(255, 255, 255, 0.5);
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .modal-plan .modal-content .pic {
    border-radius: 1.6rem;
  }
}
.modal-plan .modal-content .pic img {
  margin: 0 auto;
  max-width: 100%;
}
.modal-plan-unit .modal-dialog {
  max-width: 60rem;
}
.modal-plan-unit .modal-content {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.modal-plan-unit .modal-content .pic img {
  width: 100%;
  height: auto;
}
.modal-plan-unit .modal-content .slick-slide {
  float: none;
}
.modal-plan-unit .modal-content .slick-prev {
  left: -10rem;
}
.modal-plan-unit .modal-content .slick-next {
  right: -10rem;
}
.modal-plan-unit .modal-content .slick-track {
  display: flex;
}
.modal-slider .slick-list {
  border-radius: 3.2rem;
  box-shadow: -0.2rem 1.1rem 2.31rem 0 rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .modal-slider .slick-list {
    border-radius: 1.6rem;
  }
}
.modal-info .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 50rem;
}
@media screen and (max-width: 575px) {
  .modal-info .modal-dialog {
    width: 100%;
  }
}
.modal-info_body {
  line-height: 1.625;
  text-align: center;
}
.modal-info_body .subtitle {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

textarea {
  resize: none;
}
textarea.form-control {
  height: 9.9rem;
}

.form-label {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 575px) {
  .form-label {
    font-size: 1.4rem;
  }
}
.form-label .star {
  color: #C6862B;
  font-size: 1.8rem;
}
.form-control {
  background: #fff;
  border: 0.1rem solid #c8c8c8;
  border-radius: 0.8rem;
  color: #064F73;
  font-size: 1.6rem;
  font-weight: 700;
  height: 4.8rem;
  padding: 0 1.5rem;
}
.form-control:focus, .form-control:active {
  border-color: #064F73;
  box-shadow: none;
}
@media screen and (max-width: 575px) {
  .form-control {
    font-size: 1.4rem;
    height: 3.8rem;
  }
}
.form-checkbox {
  margin-bottom: 4rem;
}
.form-checkbox label {
  display: block;
  color: #000;
  font-size: 1.4rem;
  padding-left: 2.8rem;
  position: relative;
}
@media screen and (max-width: 575px) {
  .form-checkbox label {
    font-size: 1.2rem;
  }
}
.form-checkbox label:before {
  background-color: #F0F4F7;
  border: 0.1rem solid #000;
  border-radius: 0.4rem;
  content: "";
  cursor: pointer;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
}
.form-checkbox label:after {
  background: url(../images/icon-check.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
  cursor: pointer;
  display: none;
  width: 1.2rem;
  height: 0.8rem;
  position: absolute;
  top: 0.6rem;
  left: 0.3rem;
}
.form-checkbox input[type=checkbox]:checked + label:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.form-checkbox input[type=checkbox]:checked + label:after {
  display: block;
}
.form-row {
  margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
  .form-row {
    margin-bottom: 1.5rem;
  }
}

.checkbox-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
}
.checkbox-list li {
  margin: 0 0 0.7rem 1.2rem;
}

.breadcrumb {
  color: #fff;
  font-size: 1.6rem;
}
.breadcrumb-item {
  position: relative;
}
.breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item {
  margin-left: 1.6rem;
  padding-left: 2rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  background: url(../images/icon-angle.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 0.5rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .breadcrumb-item:first-child img {
    width: 1.4rem;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb {
    font-size: 1.4rem;
  }
}

.nav-item {
  padding-left: 0.6rem;
}
.nav-item:first-child {
  padding-left: 0;
}
.nav-tabs {
  border-bottom: 0.2rem solid #F0F4F7;
}
.nav-tabs .nav-link {
  background-color: #F0F4F7;
  border: none;
  border-radius: 1.6rem 1.6rem 0 0;
  color: #0C375A;
  font-weight: 700;
  padding: 1.8rem 2.6rem 1.7rem;
}
@media screen and (max-width: 575px) {
  .nav-tabs .nav-link {
    border-radius: 1.2rem 1.2rem 0 0;
    padding: 1.4rem;
  }
}
.nav-tabs .nav-link .units {
  display: block;
  color: #C6862B;
  font-size: 1.4rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  background-color: #064F73;
  color: #fff;
}

.tab-content {
  padding-top: 3.1rem;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 3.6rem;
  table-layout: fixed;
}
table th {
  background-color: #F0F4F7;
  border: 0.1rem solid #DEE6EC;
  border-left: none;
  font-weight: 700;
  height: 7.2rem;
  padding: 0 2.3rem;
}
table th:first-child {
  border-top-left-radius: 1.6rem;
  border-left: 0.1rem solid #DEE6EC;
}
table th:last-child {
  border-top-right-radius: 1.6rem;
}
@media screen and (max-width: 991px) {
  table th {
    font-size: 1.4rem;
    padding: 0 1.5rem;
    height: 5.2rem;
  }
}
table td {
  border: 0.1rem solid #DEE6EC;
  border-top: none;
  border-left: none;
  font-size: 1.8rem;
  font-weight: 500;
  height: 7.2rem;
  padding: 0 2.3rem;
}
@media screen and (max-width: 991px) {
  table td {
    font-size: 1.4rem;
    padding: 0 1.5rem;
    height: 5.2rem;
  }
}
table td:first-child {
  border-left: 0.1rem solid #DEE6EC;
}
table td .status {
  display: block;
  padding-left: 2.5rem;
  position: relative;
}
table td .status:before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
table td .status.available:before {
  background-color: #45B34A;
}
table td .status.leased:before {
  background-color: #E5421E;
}
table td .btn {
  height: 4rem;
}
table td .open-row img {
  width: auto;
  height: 1rem;
  margin: 0 auto;
  transform: none;
  transition: all 0.2s linear;
}
table tr:first-child td {
  border-top: 0.1rem solid #DEE6EC;
}
table tr:first-child td:first-child {
  border-top-left-radius: 1.6rem;
}
table tr:first-child td:last-child {
  border-top-right-radius: 1.6rem;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 1.6rem;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 1.6rem;
}
table tr.total td {
  background-color: #F4F6F8;
}
table tr.total td:last-child {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  table tr.total td:last-child {
    font-size: 1.6rem;
  }
}
table tr.active {
  background-color: rgba(198, 134, 43, 0.1);
}
table tr.active td {
  border-top: 0.1rem solid #C6862B;
}
table tr.active td:first-child {
  border-left-color: #C6862B;
}
table tr.active td:last-child {
  border-top: 0.1rem solid #C6862B;
  border-right-color: #C6862B;
}
table tr.active td:last-child .open-row img {
  transform: rotate(180deg);
}
table tr.row-hidden {
  background-color: rgba(198, 134, 43, 0.1);
}
table tr.row-hidden td {
  border: 0.1rem solid #C6862B;
  border-top: none;
  color: #0C375A;
  padding: 0;
}

.table-scroll {
  overflow: auto;
}
.table-scroll table {
  min-width: 112rem;
  margin-bottom: 1.5rem;
}

.accordion-header {
  padding-bottom: 4rem;
}
@media screen and (max-width: 575px) {
  .accordion-header {
    padding-bottom: 2rem;
  }
}
.accordion-header a {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  padding-right: 4.5rem;
  position: relative;
}
@media screen and (max-width: 575px) {
  .accordion-header a {
    font-size: 1.7rem;
    padding-right: 3rem;
  }
}
.accordion-header a:after {
  content: "";
  display: block;
  background: url(../images/icon-angle_blue.svg) 0 0 no-repeat;
  background-size: cover;
  width: 2.66rem;
  height: 1.53rem;
  position: absolute;
  top: 1.8rem;
  right: 0;
  transform: none;
  transition: all 0.2s linear;
}
@media screen and (max-width: 575px) {
  .accordion-header a:after {
    width: 2rem;
    height: 1.2rem;
  }
}
.accordion-header a[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.accordion-header a .icon {
  flex: 0 0 5.1rem;
  width: 5.1rem;
  height: 5.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(197, 147, 41, 0.29);
  border-radius: 100%;
  margin-right: 2.5rem;
}
@media screen and (max-width: 575px) {
  .accordion-header a .icon {
    flex: 0 0 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 2rem;
  }
}
.accordion-header a .icon img {
  width: 1.4rem;
  height: auto;
}
@media screen and (max-width: 575px) {
  .accordion-header a .icon img {
    width: 1rem;
  }
}
.accordion-one {
  background-color: #fff;
  border-radius: 1.6rem;
  margin-top: 3.2rem;
  padding: 4rem 4rem 0;
}
@media screen and (max-width: 575px) {
  .accordion-one {
    padding: 2rem 2rem 0;
    margin-top: 1.5rem;
  }
}
.accordion-one:first-child {
  margin-top: 0;
}

.header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8.7rem;
  padding: 0 3.4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991px) {
  .header {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .header .btn {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .header {
    padding: 0 1rem;
    height: 5rem;
  }
}
.header-logo {
  width: 15.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header-logo {
    left: auto;
    right: 2rem;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 575px) {
  .header-logo {
    width: 9.2rem;
    right: 1rem;
  }
}
.header-menu {
  background-color: #F0F4F7;
  border-radius: 0 3.2rem 3.2rem 0;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: -45rem;
  width: 100%;
  max-width: 42.2rem;
  height: 100%;
  padding: 8rem 0 8rem 3.4rem;
  text-transform: uppercase;
  transition: all 0.3s linear;
  z-index: 1056;
}
@media screen and (max-width: 575px) {
  .header-menu {
    padding-left: 2rem;
  }
}
.header-menu:after {
  content: "";
  display: block;
  background-color: #064F73;
  border-radius: 2.4rem;
  width: 2.4rem;
  height: calc(100% - 5.6rem);
  position: absolute;
  top: 2.7rem;
  right: 1.2rem;
}
@media screen and (max-width: 575px) {
  .header-menu:after {
    width: 1.6rem;
  }
}
.header-menu ul {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .header-menu ul {
    font-size: 1.8rem;
  }
}
.header-menu li {
  padding: 2rem 0 2rem 3.4rem;
  position: relative;
}
@media screen and (max-height: 72rem) {
  .header-menu li {
    padding: 1rem 0 1rem 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .header-menu li {
    padding: 1rem 0 1rem 3.4rem;
  }
}
.header-menu li a:hover {
  color: #C6862B;
}
.header-menu li.active:before {
  content: "";
  display: block;
  background-color: #C6862B;
  border-radius: 3.2rem 0 1.6rem 1.6rem;
  width: 1rem;
  height: 2.2rem;
  position: absolute;
  top: 2.2rem;
  left: 0.6rem;
}
@media screen and (max-height: 72rem) {
  .header-menu li.active:before {
    top: 1.1rem;
    width: 0.7rem;
  }
}
@media screen and (max-width: 575px) {
  .header-menu li.active:before {
    top: 1.1rem;
    width: 0.7rem;
  }
}
.header-menu li.active a {
  color: #C6862B;
  font-weight: 800;
}
.header-menu_btn {
  display: flex;
  align-items: center;
  color: #C6862B;
  font-weight: 700;
  font-size: 1.8rem;
  transition: all 0.2s linear;
}
.header-menu_btn .icon {
  flex: 0 0 5.6rem;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/menu.svg) 50% 50% no-repeat;
  background-size: 1.9rem 1.7rem;
  border: 0.2rem solid #C6862B;
  border-radius: 1.6rem;
  transition: all 0.2s linear;
}
.header-menu_btn .icon img {
  width: auto;
  max-height: 1.8rem;
}
@media screen and (max-width: 575px) {
  .header-menu_btn .icon {
    flex: 0 0 4rem;
    height: 4rem;
    border-radius: 1.2rem;
  }
}
.header-menu_btn .text {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .header-menu_btn .text {
    display: none;
  }
}
.header-menu_btn:hover {
  color: #A26919;
}
.header-menu_btn:hover .icon {
  background: url(../images/menu_h.svg) 50% 50% no-repeat;
  background-size: 1.9rem 1.7rem;
  border-color: #A26919;
}
.header-menu_btn.close {
  position: absolute;
  top: 2.2rem;
  left: 3.4rem;
}
.header-menu_btn.close .icon {
  background: url(../images/icon-close.svg) 50% 50% no-repeat;
  background-size: 1.575rem 1.576rem;
}
.header-menu_btn.close:hover .icon {
  background: url(../images/icon-close_h.svg) 50% 50% no-repeat;
  background-size: 1.575rem 1.576rem;
}
@media screen and (max-width: 767px) {
  .header-menu_btn.close {
    left: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .header-menu_btn.close {
    top: 0.5rem;
    left: 1rem;
  }
}
.header-menu_bottom {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3.2rem;
  left: 3.4rem;
}
@media screen and (max-width: 767px) {
  .header-menu_bottom {
    left: 2rem;
  }
}
.header-menu_bottom .header-logo {
  margin-left: 2.4rem;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
@media screen and (max-width: 767px) {
  .header-menu_bottom .header-logo {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .header-menu_bottom .header-logo {
    width: 12rem;
  }
}
.header-menu_bg {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1055;
  display: none;
}

.menu-open {
  overflow: hidden;
}
.menu-open .header-menu {
  left: 0;
}
.menu-open .header-menu_bg {
  display: block;
}

.social-list {
  display: flex;
}
.social-list li {
  padding-left: 2rem;
}
.social-list li:first-child {
  padding-left: 0.6rem;
}
.social-list li:last-child {
  padding-left: 1.6rem;
}

.footer {
  background-color: #fff;
  font-size: 1.4rem;
  padding: 5.9rem 0 5.7rem;
}
@media screen and (max-width: 660px) {
  .footer {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 575px) {
  .footer {
    font-size: 1.2rem;
  }
}
.footer .container {
  max-width: 121.5rem;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-contact {
  flex: 0 0 46.4%;
  width: 46.4%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .footer-contact {
    flex: 0 0 48%;
    width: 48%;
  }
}
@media screen and (max-width: 991px) {
  .footer-contact {
    flex: 0 0 65%;
    width: 65%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact {
    flex: 0 0 70%;
    width: 70%;
  }
}
@media screen and (max-width: 660px) {
  .footer-contact {
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-contact {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}
.footer-contact:before {
  background-color: #ECF0F3;
  border-radius: 0.4rem;
  content: "";
  display: block;
  width: 0.4rem;
  height: 6.1rem;
  position: absolute;
  top: 50%;
  left: -0.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 660px) {
  .footer-contact:before {
    display: none;
  }
}
.footer-contact .contact-number {
  font-size: 1.6rem;
}
.footer-contact .contact-item {
  padding: 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer-contact .contact-item {
    padding: 0 0 0 2rem;
  }
}
@media screen and (max-width: 660px) {
  .footer-contact .contact-item {
    margin-top: 3rem;
  }
}
.footer-contact .social-list {
  margin-top: 1rem;
}
.footer-menu {
  flex: 0 0 18%;
  width: 18%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .footer-menu {
    flex: 0 0 16.4%;
    width: 16.4%;
  }
}
@media screen and (max-width: 991px) {
  .footer-menu {
    flex: 0 0 50%;
    width: 50%;
    margin-top: 5rem;
  }
}
.footer-menu:before {
  background-color: #ECF0F3;
  border-radius: 0.4rem;
  content: "";
  display: block;
  width: 0.4rem;
  height: 6.1rem;
  position: absolute;
  top: 50%;
  left: -0.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .footer-menu:before {
    display: none;
  }
}
.footer-menu li {
  padding: 0.2rem 0;
}
.footer-menu a {
  color: #064F73;
  text-decoration: underline;
}
.footer-logo {
  display: block;
  flex: 0 0 21.2%;
  width: 21.2%;
}
@media screen and (max-width: 991px) {
  .footer-logo {
    flex: 0 0 35%;
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    flex: 0 0 30%;
    width: 30%;
  }
}
@media screen and (max-width: 660px) {
  .footer-logo {
    flex: 0 0 100%;
    width: 100%;
  }
}
.footer-logo img {
  width: 19.4rem;
}
@media screen and (max-width: 1024px) {
  .footer-logo img {
    width: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo img {
    width: 15rem;
  }
}
@media screen and (max-width: 660px) {
  .footer-logo img {
    margin: 0 auto;
  }
}
.footer-copyright {
  flex: 0 0 14.4%;
  width: 14.4%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer-copyright {
    flex: 0 0 50%;
    width: 50%;
    justify-content: center;
    margin-top: 5rem;
  }
}
.footer-copyright:before {
  background-color: #ECF0F3;
  border-radius: 0.4rem;
  content: "";
  display: block;
  width: 0.4rem;
  height: 6.1rem;
  position: absolute;
  top: 50%;
  left: -0.2rem;
  transform: translateY(-50%);
}
.footer-copyright p {
  margin-bottom: 0.4rem;
}

.first-block {
  margin-bottom: 5rem;
  padding-left: 8.5rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  .first-block {
    margin-bottom: 3rem;
    padding-left: 4rem;
  }
}
.first-block h3 {
  margin-left: -8.5rem;
  padding-left: 8.5rem;
}
@media screen and (max-width: 600px) {
  .first-block h3 {
    margin-left: -4rem;
    padding-left: 4rem;
  }
}
.first-block h3:before {
  content: "";
  display: block;
  background-color: #C6862B;
  border-radius: 1.6rem 0 1.6rem 1.6rem;
  width: 2.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .first-block h3:before {
    width: 1.2rem;
  }
}
.first-block .text {
  font-weight: 500;
  line-height: 1.625;
  max-width: 90rem;
}
.first-block .text-big {
  font-size: 2rem;
}
@media screen and (max-width: 575px) {
  .first-block .text-big {
    font-size: 1.4rem;
  }
}
.first-block .text-big p {
  margin-top: 2.5rem;
}
.first-block .text-big p:first-child {
  margin-top: 0;
}

.link-more {
  color: #C6862B;
  font-weight: 700;
  padding-right: 2.7rem;
  position: relative;
}
.link-more:after {
  content: "";
  display: block;
  background: url(../images/icon-angle_down.svg) 0 0 no-repeat;
  background-size: cover;
  width: 1rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.link-more.clicked:after {
  transform: translateY(-50%) rotate(180deg);
}

.video-block {
  border-radius: 3.2rem;
  box-shadow: -0.2rem 1.1rem 2.31rem 0 rgba(255, 255, 255, 0.5);
  height: 73.1rem;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .video-block {
    height: 65rem;
  }
}
@media screen and (max-width: 991px) {
  .video-block {
    height: 55rem;
  }
}
@media screen and (max-width: 767px) {
  .video-block {
    height: 45rem;
  }
}
@media screen and (max-width: 575px) {
  .video-block {
    height: 34rem;
  }
}
@media screen and (max-width: 480px) {
  .video-block {
    height: 25rem;
  }
}

.pic-card {
  background-color: #fff;
  border-radius: 1.6rem;
  width: 100%;
  margin: 0 auto;
  max-width: 31.9rem;
  height: 100%;
  padding: 1.6rem 1.5rem 3rem;
}
.pic-card .pic {
  border-radius: 1.6rem;
  width: 100%;
  height: 44.9rem;
  margin-bottom: 3.3rem;
  overflow: hidden;
  position: relative;
}
.pic-card .pic img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 575px) {
  .pic-card .pic img {
    margin-top: -7rem;
  }
}
@media screen and (max-width: 991px) {
  .pic-card .pic {
    height: 38rem;
    margin-bottom: 2.3rem;
  }
}
@media screen and (max-width: 575px) {
  .pic-card .pic {
    height: 30rem;
    margin-bottom: 2.3rem;
  }
}
.pic-card .caption {
  line-height: 1.174;
  padding: 0 1.7rem;
}
@media screen and (max-width: 575px) {
  .pic-card .caption {
    padding: 0;
  }
}
.pic-card .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 575px) {
  .pic-card .title {
    font-size: 1.8rem;
  }
}

.button-row {
  display: flex;
  justify-content: center;
}

.list-block {
  margin-bottom: 4rem;
}
.list-block .title {
  font-size: 2.4rem;
  font-weight: 700;
}
.list-block .list li {
  margin-top: 2rem;
  padding-left: 2.4rem;
  position: relative;
}
.list-block .list li:before {
  background: url(../images/icon-check.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  position: absolute;
  top: 0.2rem;
  left: 0;
}

.location-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 991px) {
  .location-block {
    display: block;
    padding-left: 8.5rem;
  }
}
@media screen and (max-width: 600px) {
  .location-block {
    padding: 0 1rem;
  }
}
.location-block_one {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 1.6rem;
  margin-top: 3.2rem;
  padding: 2.4rem;
  width: 100%;
  max-width: 42.9rem;
}
@media screen and (max-width: 575px) {
  .location-block_one {
    width: 100%;
  }
}
.location-block_one:first-child {
  margin: 0.3rem 22rem 0 0;
}
.location-block_one:nth-child(2) {
  margin-right: 13rem;
}
.location-block_one .icon {
  flex: 0 0 5.1rem;
  width: 5.1rem;
  height: 5.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(197, 147, 41, 0.2);
  border-radius: 100%;
  margin-right: 2.4rem;
}
.location-block_one .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.location-block .pin {
  position: absolute;
  right: -3.9rem;
  top: -20rem;
}
@media screen and (max-width: 991px) {
  .location-block .pin {
    right: 2rem;
  }
}
@media screen and (max-width: 830px) {
  .location-block .pin {
    display: none;
  }
}

.contact-pic {
  border-radius: 1.6rem;
  flex: 0 0 26.6rem;
  width: 26.6rem;
  height: 35.5rem;
  overflow: hidden;
}
@media screen and (max-width: 830px) {
  .contact-pic {
    flex: 0 0 20rem;
    width: 20rem;
    height: 26.7rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .contact-pic {
    flex: 0 0 18rem;
    width: 18rem;
    height: 24rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-pic {
    flex: 0 0 10rem;
    width: 10rem;
    height: 13rem;
    margin-right: 1.5rem;
  }
}
.contact-pic img {
  width: 100%;
}
.contact-number {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1.2rem;
}
@media screen and (max-width: 575px) {
  .contact-number {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .contact-number {
    font-size: 1.4rem;
  }
}
.contact-left {
  flex: 0 0 31.4rem;
  width: 31.4rem;
  background-color: #F0F4F7;
  border-radius: 1.6rem;
  margin-right: 4.85rem;
  padding: 2.4rem;
}
@media screen and (max-width: 830px) {
  .contact-left {
    display: flex;
    width: 100%;
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 575px) {
  .contact-left {
    padding: 1.5rem;
  }
}
.contact-left .contact-item {
  margin-top: 2.3rem;
}
@media screen and (max-width: 575px) {
  .contact-left .contact-item {
    margin-top: 0;
  }
  .contact-left .contact-item:first-child {
    margin-bottom: 2rem;
  }
}
.contact-right {
  flex: 2;
}
.contact-right .title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3.8rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .contact-right .title {
    font-size: 2.4rem;
  }
}
.contact-right .form-row,
.contact-right .form-checkbox {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media screen and (max-width: 991px) {
  .contact-right .form-row,
  .contact-right .form-checkbox {
    margin-left: 0;
    margin-right: 0;
  }
}
.contact-block {
  display: flex;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: -0.2rem 1.1rem 2.31rem 0 rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  padding: 3.2rem 4.7rem 3.2rem 2.4rem;
  max-width: 120rem;
}
@media screen and (max-width: 830px) {
  .contact-block {
    display: block;
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .contact-block {
    padding: 1rem 1rem 2rem;
  }
}

.slider-number {
  font-size: 2rem;
  font-weight: 700;
}
.slider-number span {
  font-size: 3.6rem;
}
@media screen and (max-width: 575px) {
  .slider-number {
    font-size: 1.6rem;
  }
  .slider-number span {
    font-size: 2.8rem;
  }
}

.list-section {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 575px) {
  .list-section {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.list-line {
  padding: 0 0 2rem 3.3rem;
  position: relative;
}
.list-line:before {
  background: url(../images/icon-check.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

.team-logo {
  flex: 0 0 32.6rem;
  width: 32.6rem;
  height: 31rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F0F4F7;
  border-radius: 1.6rem;
  margin-right: 4.2rem;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .team-logo {
    flex: 0 0 24rem;
    width: 24rem;
    height: 22.8rem;
  }
}
@media screen and (max-width: 767px) {
  .team-logo {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 575px) {
  .team-logo {
    flex: 0 0 15rem;
    width: 15rem;
    height: 14.3rem;
  }
}
.team-logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.team-logo.no-logo {
  background-color: #EBEBEB;
}
.team-logo.logo {
  padding: 2rem;
}
.team-logo.logo img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 575px) {
  .team-logo.logo {
    padding: 1rem;
  }
}
.team-name {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 575px) {
  .team-name {
    font-size: 2rem;
  }
}
.team-info {
  font-size: 2rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 575px) {
  .team-info {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.team-text {
  line-height: 1.625;
}
.team-text_hidden {
  height: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 991px) {
  .team-text_hidden {
    height: 11.5rem;
  }
}
@media screen and (max-width: 575px) {
  .team-text_hidden {
    height: 10rem;
  }
}
.team-text p {
  margin-top: 0.8rem;
}
.team-text p:first-child {
  margin-top: 0;
}
.team-content .link-more {
  display: inline-block;
  margin-top: 1.7rem;
}
.team-one {
  display: flex;
  background-color: #fff;
  border-radius: 1.6rem;
  margin-top: 4rem;
  padding: 2.4rem 4rem 2.4rem 2.4rem;
}
@media screen and (max-width: 991px) {
  .team-one {
    align-items: flex-start;
    font-size: 1.4rem;
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .team-one {
    display: block;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .team-one {
    font-size: 1.2rem;
    padding: 1.5rem;
  }
}

.faq-answer {
  line-height: 1.625;
  padding-bottom: 4rem;
}
@media screen and (max-width: 575px) {
  .faq-answer {
    padding-bottom: 2rem;
  }
}

.zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/zoom.svg) 0 0 no-repeat;
  background-size: cover;
  cursor: pointer;
  display: block;
  width: 6rem;
  height: 6rem;
  pointer-events: none;
  z-index: 3;
}

.photo-block {
  box-shadow: -0.2rem 1.1rem 2.31rem 0 rgba(255, 255, 255, 0.5);
  border-radius: 3.2rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.photo-block img {
  width: 100%;
  height: auto;
}

.section {
  margin-bottom: 12rem;
}
@media screen and (max-width: 575px) {
  .section {
    margin-bottom: 6rem;
  }
}
.section-main {
  display: flex;
  align-items: center;
  background: url(../images/hero-bg.webp?v1) 50% 50% no-repeat;
  background-size: cover;
  height: calc(100vh - 8.7rem);
  min-height: 65rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.section-main .container {
  max-width: 122rem;
}
.section-main .container-breadcrumb {
  position: absolute;
  top: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .section-main .container-breadcrumb {
    top: 1.8rem;
  }
}
.section-main h1 {
  margin-bottom: 2.5rem;
}
.section-main p {
  line-height: 1.44;
  margin-bottom: 4rem;
}
.section-main_text {
  text-shadow: -0.2rem 0 0.5rem rgba(0, 0, 0, 0.5);
  max-width: 95.6rem;
}
@media screen and (max-width: 575px) {
  .section-main {
    font-size: 1.6rem;
    height: calc(100vh - 5rem);
  }
}
.section-main_project {
  background: url(../images/hero-project.webp?v1) 50% 50% no-repeat;
  background-size: cover;
}
.section-main_vision {
  background: url(../images/hero-vision.webp?v1) 50% 50% no-repeat;
  background-size: cover;
}
.section-main_location {
  background: url(../images/hero-location.webp?v1) 50% 50% no-repeat;
  background-size: cover;
}
.section-main_team {
  background: url(../images/hero-team.webp?v1) 50% 50% no-repeat;
  background-size: cover;
}
.section-main_faq {
  background: url(../images/hero-faq.webp?v1) 50% 50% no-repeat;
  background-size: cover;
}
.section-main_units {
  background: url(../images/hero-units.webp?v2) 50% 50% no-repeat;
  background-size: cover;
}
.section-main_gallery {
  background: url(../images/hero-gallery.webp?v3) 50% 50% no-repeat;
  background-size: cover;
}
.section-welcome .first-block .text {
  font-weight: 400;
}
.section-welcome_pic {
  flex: 0 0 100%;
  width: 100%;
}
.section-welcome_pic img {
  max-width: 100%;
}
.section-welcome_index .first-block:before {
  content: "";
  display: block;
  background-color: #C6862B;
  border-radius: 1.6rem 0 1.6rem 1.6rem;
  width: 2.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .section-welcome_index .first-block:before {
    width: 1.2rem;
  }
}
.section-welcome_index .first-block h3:before {
  display: none;
}
.section-welcome_project, .section-welcome_vision, .section-welcome_location, .section-welcome_team {
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .section-welcome_project, .section-welcome_vision, .section-welcome_location, .section-welcome_team {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .section-welcome_project, .section-welcome_vision, .section-welcome_location, .section-welcome_team {
    font-size: 1.6rem;
  }
}
.section-welcome_project .first-block, .section-welcome_vision .first-block, .section-welcome_location .first-block, .section-welcome_team .first-block {
  margin-bottom: 0;
}
.section-welcome_project .first-block h3, .section-welcome_vision .first-block h3, .section-welcome_location .first-block h3, .section-welcome_team .first-block h3 {
  max-width: 54rem;
  position: relative;
}
.section-welcome_project .first-block .text, .section-welcome_vision .first-block .text, .section-welcome_location .first-block .text, .section-welcome_team .first-block .text {
  max-width: 66rem;
}
.section-welcome_vision .first-block h3, .section-welcome_location .first-block h3 {
  max-width: 61rem;
}
.section-welcome_team .first-block h3 {
  max-width: none;
}
.section-cards div[class*=col-] {
  margin-top: 4.8rem;
}
@media screen and (max-width: 575px) {
  .section-cards div[class*=col-] {
    margin-top: 2.5rem;
  }
}
.section-cards div[class*=col-]:first-child .pic-card {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .section-cards div[class*=col-]:first-child .pic-card {
    margin: 0 auto;
  }
}
.section-cards div[class*=col-]:last-child {
  display: flex;
  justify-content: flex-end;
}
.section-cards div[class*=col-]:last-child .pic-card {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .section-cards div[class*=col-]:last-child {
    justify-content: center;
  }
  .section-cards div[class*=col-]:last-child .pic-card {
    margin: 0 auto;
  }
}
.section-cards .button-row {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .section-gallery {
    padding-bottom: 7rem;
  }
}
.section-gallery .pic-slider img {
  width: 100%;
}
.section-gallery .button-row {
  position: absolute;
  bottom: 4.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .section-gallery .button-row {
    bottom: 0;
  }
}
.section-explore {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 3.2rem;
}
@media screen and (max-width: 1199px) {
  .section-explore {
    align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .section-explore {
    display: block;
  }
}
.section-explore h3 {
  margin-bottom: 2.5rem;
}
.section-explore h3:before {
  display: none;
}
.section-explore .first-block {
  margin-bottom: 4rem;
  padding-left: 0;
}
@media screen and (max-width: 575px) {
  .section-explore .first-block {
    margin-bottom: 2.3rem;
  }
}
.section-explore .first-block:before {
  display: none;
}
.section-explore_content {
  padding: 4rem 7.5rem 4rem 8.6rem;
}
.section-explore_content .btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1299px) {
  .section-explore_content {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .section-explore_content {
    padding: 4rem 2.5rem;
  }
}
.section-explore_pic {
  flex: 0 0 72.3rem;
  width: 72.3rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .section-explore_pic {
    flex: 0 0 63rem;
    width: 63rem;
  }
}
@media screen and (max-width: 1119px) {
  .section-explore_pic {
    flex: 0 0 57rem;
    width: 57rem;
  }
}
@media screen and (max-width: 1024px) {
  .section-explore_pic {
    flex: 0 0 45rem;
    width: 45rem;
  }
}
@media screen and (max-width: 991px) {
  .section-explore_pic {
    display: none;
  }
}
.section-explore_pic .eleven {
  position: absolute;
  bottom: 0;
  left: -3.7rem;
}
@media screen and (max-width: 1024px) {
  .section-explore_pic .eleven {
    display: none;
  }
}
.section-explore_pic .four {
  position: absolute;
  top: 3.6rem;
  right: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .section-explore_pic .four {
    display: none;
  }
}
.section-explore_pic .pic {
  width: 100%;
  position: relative;
  z-index: 4;
}
.section-explore_pic .pic img {
  width: 100%;
}
.section-location {
  background: url(../images/landscape.webp) 50% 50% no-repeat;
  background-size: cover;
  padding: 10rem 0 8.8rem;
}
@media screen and (max-width: 575px) {
  .section-location {
    padding: 5rem 0;
  }
}
.section-location .first-block {
  color: #fff;
  max-width: none;
  padding-right: 46rem;
}
@media screen and (max-width: 991px) {
  .section-location .first-block {
    padding-right: 27rem;
  }
}
@media screen and (max-width: 830px) {
  .section-location .first-block {
    padding-right: 0;
  }
}
.section-location .first-block:before {
  content: "";
  display: block;
  background-color: #C6862B;
  border-radius: 1.6rem 0 1.6rem 1.6rem;
  width: 2.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .section-location .first-block:before {
    width: 1.2rem;
  }
}
.section-location .first-block h3:before {
  display: none;
}
.section-location .btn {
  margin: 0 0 3rem 8.5rem;
}
@media screen and (max-width: 600px) {
  .section-location .btn {
    margin-left: 4rem;
  }
}
.section-location .container .location-block {
  margin-right: 23rem;
}
@media screen and (max-width: 991px) {
  .section-location .container .location-block {
    margin-right: 0;
  }
}
.section-location .container .location-block_one .title {
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .section-location .container .location-block_one .title {
    font-size: 1.2rem;
  }
}
.section-contact .first-block:before {
  content: "";
  display: block;
  background-color: #064F73;
  border-radius: 1.6rem 0 1.6rem 1.6rem;
  width: 2.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .section-contact .first-block:before {
    width: 1.2rem;
  }
}
.section-contact .first-block h3:before {
  display: none;
}
.section-contact .container:last-child {
  max-width: 121.5rem;
}
.section-project {
  background: url(../images/hero-project.webp?v1) 50% 50% no-repeat;
  background-size: cover;
}
.section-slider {
  overflow: hidden;
}
.section-slider .container {
  position: relative;
}
.section-slider .container .first-block {
  margin-bottom: 2rem;
  padding-right: 27rem;
}
@media screen and (max-width: 767px) {
  .section-slider .container .first-block {
    padding-right: 8.5rem;
  }
}
.section-slider .container .slider-number {
  position: absolute;
  bottom: 0;
  right: 20rem;
}
@media screen and (max-width: 767px) {
  .section-slider .container .slider-number {
    right: 1rem;
  }
}
.section-slider .container .pic-card {
  margin-left: 3rem;
}
@media screen and (max-width: 575px) {
  .section-slider .container .pic-card {
    margin-left: 1.5rem;
  }
}
.section-slider .container .slick-arrow {
  top: -6.8rem;
  transform: none;
}
.section-slider .container .slick-disabled {
  background-color: rgba(198, 134, 43, 0.2);
}
.section-slider .container .slick-prev {
  left: auto;
  right: 8.8rem;
}
.section-slider .container .slick-next {
  right: 0;
}
.section-slider .container .slick-slide {
  float: none;
  height: auto;
}
.section-slider .container .slick-track {
  display: flex;
}
.section-slider .container .slick-track .slick-slide:first-child .pic-card {
  margin-left: 0;
}
.section-slider .container .slick-list {
  overflow: visible;
}
.section-pic {
  background-color: #fff;
  border-radius: 3.2rem;
  padding: 9.5rem 8.6rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .section-pic {
    padding: 7rem 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .section-pic {
    padding: 5rem 3rem 0;
  }
}
@media screen and (max-width: 575px) {
  .section-pic {
    border-radius: 1.6rem;
    padding: 3rem 1.5rem 0;
  }
}
.section-pic .first-block {
  max-width: 69rem;
  padding-left: 0;
}
.section-pic .first-block h3:before {
  display: none;
}
.section-pic_pic {
  margin: 0 -8.6rem;
}
@media screen and (max-width: 1199px) {
  .section-pic_pic {
    margin: 0 -5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-pic_pic {
    margin: 0 -3rem;
  }
}
@media screen and (max-width: 575px) {
  .section-pic_pic {
    margin: 0 -1.5rem;
  }
}
.section-pic_pic img {
  width: 100%;
  height: auto;
}
.section-pic_pic iframe {
  width: 100%;
  height: 78rem;
}
.section-pic_full .first-block {
  max-width: none;
}
.section-pic_full .first-block .text-big {
  max-width: none;
}
.section-advantages div[class*=col-] {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 575px) {
  .section-advantages div[class*=col-] {
    margin-bottom: 1.5rem;
  }
}
.section-advantages div[class*=col-]:first-child {
  margin-bottom: 0;
}
.section-advantages div[class*=col-] .location-block_one {
  height: 100%;
  margin: 0 auto;
}
.section-advantages div[class*=col-] .location-block_one .title {
  font-size: 2rem;
}
@media screen and (max-width: 575px) {
  .section-advantages div[class*=col-] .location-block_one .title {
    font-size: 1.6rem;
  }
}
.section-advantages .first-block:before {
  content: "";
  display: block;
  background-color: #C6862B;
  border-radius: 1.6rem 0 1.6rem 1.6rem;
  width: 2.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .section-advantages .first-block:before {
    width: 1.2rem;
  }
}
.section-advantages .first-block h3:before {
  display: none;
}
.section-advantages .first-block .text {
  max-width: none;
}
.section-advantages h4 {
  margin-left: 8.5rem;
}
@media screen and (max-width: 1199px) {
  .section-advantages h4 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .section-advantages h4 {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-map {
    padding-bottom: 7rem;
  }
}
.section-map .first-block {
  max-width: 74.5rem;
}
.section-map .btn {
  position: absolute;
  bottom: 4.8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .section-map .btn {
    bottom: 0;
  }
}
.section-question .first-block {
  max-width: 90.5rem;
}
.section-units .section-pic {
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 575px) {
  .section-units .section-pic {
    padding-bottom: 3rem;
  }
}
.section-units .section-pic .plan-full {
  cursor: auto;
}
.section-photo div[class*=col-] {
  margin-top: 3.2rem;
}
@media screen and (max-width: 575px) {
  .section-photo div[class*=col-] {
    margin-top: 2.5rem;
  }
}
.section-photo .row-photos div[class*=col-]:first-child .photo-block, .section-photo .row-photos div[class*=col-]:nth-child(3n+4) .photo-block {
  margin-right: 0.85rem;
}
.section-photo .row-photos div[class*=col-]:nth-child(3n+2) .photo-block {
  margin-left: 0.85rem;
}

.plan-full {
  color: #C4C3C3;
  cursor: pointer;
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 -8.6rem 10.5rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .plan-full {
    margin: 0 -5rem 8rem;
  }
}
@media screen and (max-width: 991px) {
  .plan-full {
    height: 100%;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .plan-full {
    margin: 0 -3rem 5rem;
  }
}
@media screen and (max-width: 575px) {
  .plan-full {
    font-size: 5rem;
    margin: 0 -1.5rem 5rem;
  }
}
.plan-full img {
  width: 100%;
  height: auto;
}
.plan-full .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plan-block {
  display: flex;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 1199px) {
  .plan-block {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 830px) {
  .plan-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .plan-block {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .plan-block {
    padding-bottom: 3rem;
  }
}
.plan-pic {
  flex: 0 0 58.6rem;
  width: 58.6rem;
  height: 105.2rem;
  border-radius: 3.2rem;
  font-size: 6.4rem;
  font-weight: 700;
  margin-right: 3.1rem;
  padding-top: 3rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .plan-pic {
    flex: 0 0 45rem;
    width: 45rem;
    height: 81.5rem;
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 991px) {
  .plan-pic {
    flex: 0 0 35rem;
    width: 35rem;
    height: 64.1rem;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 830px) {
  .plan-pic {
    width: 100%;
  }
  .plan-pic .slick-prev {
    left: 0;
  }
  .plan-pic .slick-next {
    right: 0;
  }
}
.plan-pic .slick-slider,
.plan-pic .slick-list,
.plan-pic .slick-track,
.plan-pic .slick-slide .pic {
  height: 100%;
}
.plan-pic .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.plan-pic .pic {
  cursor: pointer;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.plan-pic .pic img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.plan-pic .slick-dots {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.plan-name {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 991px) {
  .plan-name {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .plan-name {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
.plan-name span {
  color: #C6862B;
}
.plan-info {
  flex: 2;
  padding-top: 2.5rem;
}
.plan-info table td {
  font-size: 1.6rem;
  font-weight: 400;
  width: 50%;
  height: 5.6rem;
}

.unit-pic {
  flex: 0 0 45.9rem;
  width: 45.9rem;
  height: 85.3rem;
  border-radius: 3.2rem;
  color: #C4C3C3;
  font-size: 4rem;
  font-weight: 700;
  margin-right: 12.8rem;
  overflow: hidden;
  padding-bottom: 3rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .unit-pic {
    flex: 0 0 35rem;
    width: 35rem;
    height: 65rem;
    border-radius: 1.6rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 830px) {
  .unit-pic .slick-prev {
    left: 0;
  }
  .unit-pic .slick-next {
    right: 0;
  }
}
.unit-pic .slick-slider,
.unit-pic .slick-list,
.unit-pic .slick-track,
.unit-pic .slick-slide .pic {
  height: 100%;
}
.unit-pic .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 30rem;
  z-index: 1;
}
.unit-pic .pic {
  cursor: pointer;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.unit-pic .pic img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.unit-buttons {
  display: flex;
}
.unit-buttons .btn {
  height: 4rem;
  margin: 0 0 2rem 1.6rem;
}
.unit-buttons .btn:first-child {
  margin-left: 0;
}
.unit-note {
  font-size: 1.4rem;
}
.unit-note .title {
  margin-bottom: 1.5rem;
}
.unit-note_content {
  padding-left: 1.3rem;
  position: relative;
}
.unit-note_content .star {
  color: #C6862B;
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.unit-note_content li {
  margin-top: 1rem;
  padding-left: 2rem;
  position: relative;
}
.unit-info li {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid #0C375A;
  margin-bottom: 1.6rem;
  padding: 1.2rem 0 1.1rem;
}
.unit-info .value {
  font-weight: 700;
}
.unit-content {
  flex: 2;
  padding-top: 2.5rem;
}
.unit-block {
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 3rem 12.8rem 3rem 3rem;
}
@media screen and (max-width: 991px) {
  .unit-block {
    font-size: 1.6rem;
  }
}

.yt-embed-holder{
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
  /* pointer-events: none; */
}

.yt-embed-holder iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
}