/* Hide svg sprite */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

body {
    font-family: 'tablet-gothic', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #6E7885;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.h8,
.section-title {
    font-family: 'orpheuspro', serif;
    font-weight: 500;
    color: #1F2933;
}

.h1 {
    font-size: 34px;
    line-height: 1;
}

.h2 {
    font-size: 24px;
    line-height: 1;
}

@media screen and (min-width: 992px) {
    .h1 {
        font-size: 80px;
        line-height: 1.2;
    }
    .h2 {
        font-size: 32px;
        line-height: 1.2;
    }
}

.container {
    padding-right: 16px;
    padding-left: 16px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1142px;
    }
}

.container-lg {
    padding-right: 16px;
    padding-left: 16px;
}

@media (min-width: 1200px) {
    .container-lg {
        max-width: 1302px;
    }
}

.section {
    margin-top: 64px;
    margin-bottom: 64px;
}

@media (min-width: 992px) {
    .section {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.section-title {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .section-title {
        font-size: 56px;
        line-height: 1.2;
        margin-bottom: 74px;
    }
}

.section-opening {
    line-height: 1.6;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .section-opening {
        margin-bottom: 74px;
    }
}

.carousel .slick-arrow {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

.carousel .slick-arrow:before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.carousel .slick-prev:before {
    background-image: url(../images/sprite.svg#g-arrow-left);
}

.carousel .slick-next:before {
    background-image: url(../images/sprite.svg#g-arrow-right);
}

.carousel-one {
    margin-left: -16px;
    margin-right: -16px;
}

@media (min-width: 576px) {
    .carousel-one {
        margin-left: 0;
        margin-right: 0;
    }
}

.carousel-one .slick-arrow {
    position: absolute;
    z-index: 9;
    bottom: 38px;
    transform: translateX(-50%);
}

.carousel-one .slick-prev {
    left: calc(50% - 46px);
}

.carousel-one .slick-prev:before {
    background-image: url(../images/sprite.svg#g-arrow-white-left);
}

.carousel-one .slick-next {
    left: calc(50% + 46px);
}

.carousel-one .slick-next:before {
    background-image: url(../images/sprite.svg#g-arrow-white-right);
}

.carousel-one ~ .carousel-page {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #FFFFFF;
}

.carousel .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 35px 0 0 0;
    list-style: none;
    text-align: center;
}

.carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
}

.carousel .slick-dots li:not(.slick-active) {
    opacity: 0.3;
}

.carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
}

.carousel .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #04080D;
    border-radius: 50%;
    display: block;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
    border-color: #BC9361;
}

.btn {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 4px;
    padding: 17px 20px 18px;
    border-width: 2px;
    outline: none;
    box-shadow: none !important;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-outline-primary {
    color: #BC9361;
    background-color: #fff;
    border-color: #F2E9DF;
}

.btn-outline-primary:hover {
    background-color: #F2E9DF;
    border-color: #F2E9DF;
    color: #BC9361;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #D7BEA0;
    border-color: #D7BEA0;
}

.btn-outline-primary:focus {
    background-color: #F2E9DF;
    border-color: #F2E9DF;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #BC9361;
    background-color: #F2E9DF;
    border-color: #F2E9DF;
}

.btn-outline-secondary {
    color: #3E4B5C;
    background-color: #fff;
    border-color: #E7E9EB;
}

.btn-outline-secondary:hover {
    color: #3E4B5C;
    background-color: #E7E9EB;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    background-color: #9FA5AD;
    border-color: #9FA5AD;
}

.btn-outline-secondary:focus {
    background-color: #E7E9EB;
    border-color: #E7E9EB;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    background-color: #E7E9EB;
    border-color: #E7E9EB;
}

.btn-transparency {
    background: rgba(249, 245, 240, 0.1);
}

.spin {
    -webkit-animation: spin-rotate 2s linear infinite;
    animation: spin-rotate 2s linear infinite;
    transform-origin: center;
    width: 60px;
}

.spin circle {
    fill: none;
    stroke-width: 4;
}

.spin .dash {
    stroke: #0059F1;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spin-dash 1.5s ease-in-out infinite;
    animation: spin-dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}

@keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}

.btn .spin {
    margin-right: 8px;
    position: relative;
    top: -1px;
    width: 20px;
}

.btn .spin circle {
    stroke-width: 6;
}

.btn .spin .dash {
    stroke: #fff;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    color: #616E7C;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

.form-group label ~ .form-control {
    padding: 15px 14px !important;
}

.form-group.has-error .form-control,
.has-error .select2-container .select2-selection,
.form-control.error {
    border-color: #E12D39;
}

.form-group.has-error .help-block,
.error-block {
    color: #E12D39;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
}

.form-control {
    background-color: #3E4B5C;
    border-color: #3E4B5C;
    font-size: 14px;
    height: 60px;
    line-height: 24px;
    padding: 20px 24px;
    color: #9FA5AD;
    font-weight: normal;
    letter-spacing: 1px;
    border-radius: 0;
}

textarea.form-control {
    min-height: 145px;
}

.form-control ~ label {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    padding-left: 24px;
    padding-right: 24px;
    position: absolute;
    top: 22px;
    transition: all 0.15s ease;
    font-size: 14px;
    line-height: 1;
    color: #9FA5AD;
    letter-spacing: 1px;
}

.form-control:focus {
    background: #CFD2D6;
    border-color: #E7E9EB;
    box-shadow: none;
}

.form-control[placeholder]:not(:-moz-placeholder-shown) {
    padding-top: 20px;
    padding-bottom: 4px;
}

.form-control[placeholder]:not(:-ms-input-placeholder) {
    padding-top: 20px;
    padding-bottom: 4px;
}

.form-control[placeholder]:focus,
.form-control[placeholder]:not(:placeholder-shown) {
    padding-top: 20px;
    padding-bottom: 4px;
}

.form-control[placeholder]:not(:-moz-placeholder-shown) ~ label {
    top: 12px;
    font-size: 12px;
}

.form-control[placeholder]:not(:-ms-input-placeholder) ~ label {
    top: 12px;
    font-size: 12px;
}

.form-control[placeholder]:focus ~ label,
.form-control[placeholder]:not(:placeholder-shown) ~ label {
    top: 12px;
    font-size: 12px;
}

.form-control[placeholder]:-webkit-autofill {
    padding-bottom: 6px;
    padding-top: 24px;
}

.form-control[placeholder]:-webkit-autofill ~ label {
    top: 12px;
    font-size: 12px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/sprite.svg#g-select);
    background-repeat: no-repeat;
    background-size: 22px 12px;
    background-position: right 18px center;
}

.select2-container .select2-selection {
    background-color: #3E4B5C;
    color: #9FA5AD;
    border-color: #3E4B5C;
    height: 60px;
    padding-bottom: 16px;
    padding-top: 16px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0;
}

.select2-container .select2-selection .select2-selection__rendered {
    color: #9FA5AD;
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    font-size: 14px;
}

.select2-container .select2-selection .select2-selection__placeholder {
    color: #9FA5AD;
}

.select2-container .select2-selection .select2-selection__arrow {
    background-image: url(../images/sprite.svg#g-select);
    background-repeat: no-repeat;
    background-size: 22px 12px;
    background-position: left center;
    height: 60px;
    width: 32px;
}

.select2-container .select2-selection .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #CBD2D9;
    border-radius: 4px;
    box-shadow: 0 4px 8px 2px rgba(17, 17, 17, 0.08);
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
    overflow: hidden;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    width: 25px !important;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    outline: none;
    padding: 12px 14px;
}

.select2-results__option {
    color: #616E7C;
    padding: 7px 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F5F7FA;
    color: #616E7C;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F5F7FA;
    color: #616E7C;
}

.control-select2 ~ label {
    left: 0;
    top: 12px;
    font-size: 12px;
    color: #9FA5AD;
}

.select2-container--above .select2-selection {
    padding-bottom: 7px;
    padding-top: 24px;
}

.select2:not(.select2-container--above) ~ label {
    display: none;
}

.form-group-select {
    position: relative;
}

.form-group-select .error-block {
    position: absolute;
    bottom: 0;
}

.form-group-select .error-block + .select2-container .select2-selection {
    margin-bottom: 26px;
    border-color: #E12D39;
}

.header-logo {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 26px;
    padding-bottom: 26px;
    text-align: center;
}

@media (min-width: 992px) {
    .header-logo {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.header-logo a {
    display: inline-block;
}

.header-logo-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .header-logo-img {
        height: 104px;
    }
}

.footer-copy {
    background: #0E1E33;
    padding: 36px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: #3E4B5C;
}

.footer-copy p:last-child {
    margin-bottom: 0;
}

.online {
    padding: 14px;
    background: #0B1726;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #9FA5AD;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.online:not(.show) {
    display: none;
}

.online:hover {
    color: #9FA5AD;
    text-decoration: none;
}

.online-title {
    color: #E7E9EB;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.4;
}

.online-title span {
    color: #2a8eeb;
}

.online-img {
    margin-right: 8px;
}

.online p:last-child {
    margin-bottom: 0;
}

.modal-full {
    background-color: #fff;
}

.modal-full .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    border: 0;
    border-radius: 0;
    min-height: calc(100vh - 100px);
}

.modal-dismiss {
    font-size: 16px;
    line-height: 1;
    color: #04080D;
    border: 0;
    background-color: transparent;
    outline: none;
    margin-top: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-family: 'orpheuspro', serif;
}

@media (min-width: 992px) {
    .modal-title {
        font-size: 40px;
        line-height: 1.2;
    }
}

.modal-opening {
    margin-bottom: 40px;
}

.modal-social {
    margin-top: 70px;
    padding-top: 40px;
    border-top: 1px solid #3E4B5C;
    text-align: center;
}

.modal-social a + a {
    margin-left: 12px;
}

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

.modal-structure .modal-buttons {
    margin-top: 4px;
}

.modal-consultant {
    background: #0E1E33;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.modal-consultant .modal-title {
    color: #FFFFFF;
}

.modal-consultant .modal-content {
    background: #0e1e33;
}

.modal-consultant .modal-body {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 16px 40px;
}

@media (min-width: 992px) {
    .modal-consultant .modal-body {
        padding: 126px 16px 40px;
    }
}

@media (min-width: 992px) {
    .modal-consultant .form-group {
        margin-bottom: 30px;
    }
}

.modal-consultant .close {
    position: absolute;
    right: 16px;
    top: 15px;
}

@media (min-width: 992px) {
    .modal-consultant .close {
        right: -50px;
        top: 70px;
    }
    .modal-consultant .close svg {
        width: 27px;
        height: 27px;
    }
}

.modal-success {
    background: #0E1E33;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.modal-success .modal-title {
    color: #FFFFFF;
}

.modal-success .modal-content {
    background: #0e1e33;
}

.modal-success-icon {
    margin-bottom: 40px;
}

.modal-success .modal-opening {
    color: #D7BEA0;
    font-weight: bold;
}

.modal-success .modal-body {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 16px 40px;
}

@media (min-width: 992px) {
    .modal-success .modal-body {
        padding: 126px 16px 40px;
    }
}

.modal-success .close {
    position: absolute;
    right: 16px;
    top: 15px;
}

@media (min-width: 992px) {
    .modal-success .close {
        right: -50px;
        top: 70px;
    }
    .modal-success .close svg {
        width: 27px;
        height: 27px;
    }
}

.hero {
    padding-top: 122px;
    padding-bottom: 92px;
    background: #0E1E33;
    position: relative;
    overflow: hidden;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}

@media (min-width: 992px) {
    .hero {
        text-align: inherit;
        padding-top: 262px;
        padding-bottom: 165px;
        font-size: 20px;
    }
}

.hero-title {
    color: inherit;
    margin-bottom: 40px;
}

.hero .btn {
    margin-top: 25px;
}

.hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.hero .container {
    position: relative;
    z-index: 2;
}

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

.video-featured-img {
    max-width: 100%;
}

.video-featured .section-title {
    margin-bottom: 64px;
}

@media (min-width: 992px) {
    .video-featured .section-title {
        margin-bottom: 74px;
    }
}

.video-featured-content {
    margin-left: -16px;
    margin-right: -16px;
}

.suite {
    text-align: center;
}

@media (min-width: 992px) {
    .suite {
        text-align: inherit;
    }
}

.suite-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    max-width: 375px;
}

@media (min-width: 992px) {
    .suite-nav {
        display: block;
        max-width: 100%;
    }
}

.suite-nav-link {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #9FA5AD;
    padding: 6px 14px;
    display: inline-block;
    border: 2px solid transparent;
    font-family: 'orpheuspro', serif;
    cursor: pointer;
}

@media (min-width: 992px) {
    .suite-nav-link {
        font-size: 32px;
        line-height: 1.2;
        border: 0;
        padding: 0;
    }
}

.suite-nav-link:hover {
    text-decoration: none;
    color: #9FA5AD;
}

.suite-nav-link:not(.collapsed) {
    color: #04080D;
    border-color: #E7E9EB;
}

@media (min-width: 992px) {
    .suite-nav-link:not(.collapsed) {
        margin-bottom: 14px;
    }
}

@media (min-width: 992px) {
    .suite-nav-item {
        margin-bottom: 60px;
    }
    .suite-nav-item p {
        line-height: 1.4;
        color: #0E1E33;
        margin-bottom: 14px;
    }
    .suite-nav-item p:last-child {
        font-size: 14px;
        color: #6E7885;
        margin-bottom: 0;
    }
}

.suite-content {
    position: relative;
}

@media (min-width: 992px) {
    .suite-content {
        max-width: 555px;
    }
}

.suite-content-description {
    font-size: 14px;
    line-height: 140%;
    color: #6E7885;
    margin-bottom: 24px;
}

.suite-content-name {
    font-size: 14px;
    line-height: 140%;
    color: #0E1E33;
    margin-bottom: 20px;
}

.suite-content-absolute {
    color: #FFFFFF;
    position: absolute;
    bottom: 78px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.suite-content-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.suite-content-location {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
}

.suite-img {
    display: block !important;
}

.suite-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .suite-img img {
        margin: 0;
    }
}

.structure {
    overflow-x: hidden;
}

.structure .section-title,
.structure .section-opening {
    text-align: center;
}

@media (min-width: 992px) {
    .structure .section-title,
    .structure .section-opening {
        text-align: inherit;
    }
}

.structure .section-opening {
    margin-bottom: 10px;
}

.structure-list {
    padding-left: 15px;
    padding-right: 15px;
}

.structure-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
}

.structure-list ul li + li:not(.d-none) {
    border-top: 1px solid #E7E9EB;
}

.structure-list-link {
    padding: 29px 0 30px;
    display: block;
    line-height: 1;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url(../images/sprite.svg#g-arrow-right);
    background-size: 24px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    text-align: left;
}

.structure-list-link, .structure-list-link:hover {
    color: #3E4B5C;
    text-decoration: none;
}

.structure-list-link.active {
    color: #BC9361;
    background-image: url(../images/sprite.svg#g-arrow-primary-right);
}

.structure-item {
    line-height: 1.4;
    font-size: 14px;
}

@media (min-width: 992px) {
    .structure-item {
        font-size: 16px;
        width: 445px !important;
        display: block !important;
    }
}

.structure-item img {
    margin-bottom: 40px;
}

.structure-item-title {
    color: #04080D;
    font-size: 18px;
    margin-bottom: 14px;
}

@media (min-width: 992px) {
    .structure-item-title {
        line-height: 1.2;
        margin-bottom: 20px;
    }
}

.structure-item p:last-child {
    margin-bottom: 0;
}

.structure-carousel {
    margin-bottom: 74px;
}

.structure .slick-list {
    overflow: visible;
}

.structure .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.structure .slick-arrow {
    position: absolute;
    top: -105px;
}

.structure .slick-arrow:before {
    width: 33px;
    height: 33px;
}

.structure .slick-next {
    right: 80px;
}

.structure .slick-prev {
    right: 154px;
}

.gallery {
    position: relative;
    overflow: hidden;
}

.gallery-content {
    position: relative;
}

.gallery .section-title {
    margin-bottom: 64px;
    text-align: center;
}

@media (min-width: 992px) {
    .gallery .section-title {
        margin-bottom: 74px;
    }
}

@media (min-width: 992px) {
    .gallery .slick-slide {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .gallery .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
    }
    .gallery .slick-arrow:before {
        width: 64px;
        height: 64px;
        background-color: rgba(231, 233, 235, 0.5);
        padding: 5px;
        background-size: 33px;
    }
    .gallery .slick-prev {
        left: calc(50% - 554px);
    }
    .gallery .slick-prev:before {
        background-image: url(../images/sprite.svg#g-arrow-left);
    }
    .gallery .slick-next {
        left: calc(50% + 490px);
    }
    .gallery .slick-next:before {
        background-image: url(../images/sprite.svg#g-arrow-right);
    }
    .gallery .carousel-page {
        display: none;
    }
}

.gallery .btn {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .feature {
        margin-bottom: 42px;
    }
}

.feature .section-title, .feature .section-opening {
    text-align: center;
}

@media (min-width: 992px) {
    .feature .section-title, .feature .section-opening {
        text-align: inherit;
    }
}

@media (min-width: 992px) {
    .feature .section-title {
        margin-bottom: 40px;
    }
}

.feature-item {
    line-height: 1.4;
    font-size: 14px;
}

@media (min-width: 992px) {
    .feature-item {
        margin-bottom: 74px;
    }
}

.feature-item + .feature-item {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .feature-item + .feature-item {
        margin-top: 0;
    }
}

.feature-item:nth-child(4) ~ .feature-item:not(.show) {
    display: none;
}

@media (min-width: 992px) {
    .feature-item:nth-child(4) ~ .feature-item:not(.show) {
        display: block;
    }
}

.feature-title {
    font-size: 16px;
    color: #04080D;
    margin-bottom: 14px;
}

.feature-title ~ p:last-child {
    margin-bottom: 0;
}

.feature-icon {
    margin-bottom: 14px;
}

@media (min-width: 992px) {
    .feature-icon {
        width: 37px;
        height: 37px;
        display: flex;
        align-items: center;
    }
}

.feature .btn {
    margin-top: 40px;
}

.faq {
    padding-top: 64px;
    padding-bottom: 64px;
    border-top: 1px solid #E7E9EB;
    border-bottom: 1px solid #E7E9EB;
}

@media (min-width: 992px) {
    .faq {
        margin-top: 50px;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.faq-item {
    font-size: 14px;
    line-height: 1.4;
    border: 2px solid #E7E9EB;
    padding: 13px 20px;
}

@media (min-width: 992px) {
    .faq-item {
        font-size: 16px;
        padding: 13px 35px;
    }
}

.faq-item + .faq-item {
    margin-top: 20px;
}

.faq-body {
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .faq-body {
        padding-bottom: 28px;
        max-width: 750px;
    }
}

.faq-title {
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1;
    color: #04080D;
    margin-bottom: 0;
    position: relative;
}

@media (min-width: 992px) {
    .faq-title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.faq-title:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background: #04080D;
}

.faq-title.collapsed:after {
    content: '';
    display: block;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    background: #04080D;
}

.faq .btn {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .faq .btn {
        margin-top: 74px;
    }
}

.timeshare {
    padding-bottom: 64px;
    border-bottom: 1px solid #E7E9EB;
}

@media (min-width: 1200px) {
    .timeshare {
        border-bottom: 0 none;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .timeshare .section-title {
        margin-bottom: 40px;
    }
}

.timeshare-heading {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #04080D;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .timeshare-heading {
        margin-bottom: 76px;
    }
}

.timeshare-heading p {
    margin-bottom: 14px;
}

.timeshare-heading p:last-child {
    font-size: 14px;
    color: #6E7885;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .timeshare-heading p:last-child {
        font-size: 16px;
        line-height: 1.6;
    }
}

.timeshare-content {
    position: relative;
}

.timeshare-item {
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

.timeshare-item-city {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.timeshare-item-description {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

.timeshare-item-caption {
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1200px) {
    .timeshare-item-caption {
        display: none;
    }
}

.timeshare-item img {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .timeshare-item img {
        width: 100%;
    }
}

.timeshare .slick-arrow {
    position: absolute;
    transform: translateX(-50%);
    bottom: -1px;
}

.timeshare .slick-prev {
    left: calc(50% - 86px);
}

.timeshare .slick-next {
    left: calc(50% + 86px);
}

.timeshare-navigation {
    display: none;
}

@media (min-width: 1200px) {
    .timeshare-navigation {
        text-align: center;
        position: absolute;
        bottom: 5px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        color: #fff;
    }
    .timeshare-navigation-item {
        cursor: pointer;
        opacity: 0.4;
        border-bottom: 5px solid #fff;
        margin-left: 15px;
        margin-right: 15px;
        width: 255px;
        transition: all .15s;
        height: 190px;
        padding-top: 42px;
    }
    .timeshare-navigation-item:hover {
        opacity: 0.64;
    }
    .timeshare-navigation-item.active {
        opacity: 1;
        padding-top: 0;
    }
    .timeshare-navigation-city {
        font-weight: 600;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 14px;
    }
    .timeshare-navigation p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .timeshare .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.rent {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .rent {
        text-align: inherit;
        font-size: 16px;
        line-height: 1.6;
        color: #FFFFFF;
    }
}

@media (min-width: 992px) {
    .rent-body {
        position: relative;
        padding: 118px 120px 156px;
    }
}

.rent-content {
    position: relative;
    z-index: 9;
}

.rent-icon {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .rent-icon {
        display: none;
    }
}

.rent-title {
    font-size: 16px;
    line-height: 1.4;
    color: #04080D;
}

@media (min-width: 992px) {
    .rent-title {
        font-family: 'orpheuspro', serif;
        font-weight: 500;
        font-size: 56px;
        line-height: 1.2;
        color: #FFFFFF;
        margin-bottom: 40px;
    }
}

.rent .btn {
    margin-top: 34px;
}

@media (min-width: 992px) {
    .rent .btn {
        margin-top: 24px;
    }
}

@media (min-width: 992px) {
    .rent-bg {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
    .rent-bg img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
    }
}

.location {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.location-map {
    height: 400px;
    width: 100%;
    font-family: 'tablet-gothic', sans-serif;
}

@media (min-width: 1200px) {
    .location-map {
        height: 700px;
    }
}

.location-map-title {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #04080D;
    margin-bottom: 8px;
}

.location-map-address {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #6E7885;
    margin-bottom: 0;
}

.location-map .leaflet-popup-content {
    margin: 26px 20px 20px;
}

.location-map .leaflet-popup-content-wrapper {
    border-radius: 0;
}

.location-map .leaflet-container a.leaflet-popup-close-button {
    padding: 8px 22px 0 0;
}

.consultant {
    padding-top: 65px;
    padding-bottom: 150px;
    background: #0E1E33;
}

@media (min-width: 992px) {
    .consultant {
        padding-top: 113px;
        padding-bottom: 50px;
        font-size: 16px;
        line-height: 1.6;
        color: #FFFFFF;
    }
}

.consultant-title {
    font-family: 'orpheuspro', serif;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 34px;
    line-height: 1;
}

@media (min-width: 992px) {
    .consultant-title {
        text-align: inherit;
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 40px;
    }
}

.consultant-social {
    display: none;
}

@media (min-width: 992px) {
    .consultant-social {
        display: block;
        border-top: 1px solid #3E4B5C;
        padding-top: 40px;
        margin-top: 72px;
    }
    .consultant-social a + a {
        margin-left: 10px;
    }
}
