@charset "UTF-8";
@import "./fonts/stylesheet.css";
@import "./easypick.css";
@import "./glightbox.css";

html, body {
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

/***
====================================================================
Global Settings
====================================================================
   ***/
body {
    font-family: "Futura PT", serif;
    font-size: 21px;
    color: #414141;
    line-height: 32px;
    font-weight: 400;
    background: #fff;
}

body.active {
    overflow: hidden;
}

body.hidden {
    overflow: hidden;
}

body.new {
    overflow: hidden;
}

a {
    text-decoration: none;
    opacity: 1;
    color: #140d45;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}

a:hover {
    opacity: 0.88;
}

.auto__container {
    position: relative;
    max-width: 1490px;
    margin: 0 auto;
    padding: 0 40px;
}

h1 {
    font-size: 100px;
    line-height: 110%;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
}

h1.sm {
    font-size: 70px;
    line-height: 122%;
    color: #140d45;
}

h1 i {
    font-weight: 400;
    font-style: italic;
}

h2 {
    font-family: "Playfair Display", sans-serif;
    font-size: 55px;
    line-height: 120%;
    font-weight: 700;
}

h2.big {
    font-size: 70px;
    line-height: 122%;
    font-weight: 400;
    color: #140d45;
}

h2.big b {
    font-weight: 700;
}

h2.sm {
    font-size: 50px;
    line-height: 112%;
    font-weight: 400;
}

h2.sm b {
    font-weight: 700;
}

h2.sm span {
    font-size: 70%;
    line-height: 112%;
}

h3 {
    font-size: 45px;
    line-height: 112%;
}

h3.sm {
    font-size: 40px;
    line-height: 112%;
}

h3.ex {
    font-size: 30px;
}

h4 {
    font-size: 35px;
    line-height: 112%;
}

h6 {
    font-weight: 400;
    font-size: 19px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #a26246;
    text-transform: uppercase;
    font-family: "Futura PT Book", sans-serif;
}

p.big {
    font-size: 27px;
    line-height: 38px;
}

.main {
    overflow: hidden;
    position: relative;
    padding-top: 166px;
}

.main.sm {
    padding: 0;
}

.anchor {
    position: relative;
    top: -166px;
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: "Futura PT Demi", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 30px;
}

.button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button span img {
    width: 100%;
}

.button span svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.button.solid {
    color: #111823;
    background-color: #fff;
    letter-spacing: 0.05em;
    font-family: "Futura PT Demi", sans-serif;
    border: 1px solid #e1e1e1;
}

.button.solid:hover {
    opacity: 1;
    background-color: #e1e1e1;
}

.button.primary {
    color: #fff;
    background-color: #140d45;
    letter-spacing: 0.05em;
    font-family: "Futura PT Demi", sans-serif;
}

.button.primary:hover {
    opacity: 1;
    background-color: #a26246;
}

.button.primary span {
    width: 28px;
    height: 22px;
    margin-left: 10px;
    position: relative;
}

.button.primary span svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #a26246;
}

.button.secondary {
    padding: 25px 45px;
    font-size: 16px;
    line-height: 120%;
    background-color: #f8f2f0;
    color: #140d45;
    font-family: "Futura PT Demi", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.button.secondary:hover {
    opacity: 1;
    background-color: #140d45;
    color: #fff;
}

.button.secondary:hover svg {
    color: #fff;
}

.button.secondary span {
    width: 28px;
    height: 22px;
    margin-left: 10px;
    position: relative;
}

.button.secondary span svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #a26246;
}

.button.light {
    padding: 25px 45px;
    font-size: 18px;
    line-height: 120%;
    background-color: #fff;
    color: #140d45;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.button.light:hover {
    opacity: 1;
    background-color: #140d45;
    color: #fff;
}

.button.light:hover svg {
    color: #fff;
}

.button.light span {
    width: 28px;
    height: 22px;
    margin-left: 10px;
    position: relative;
}

.button.light span svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #a26246;
}

.input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.input.sel {
    position: relative;
}

.input.sel::before {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 2px solid #140d45;
    border-right: 2px solid #140d45;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

.input.sm {
    width: calc(50% - 10px);
}

.input input,
.input textarea,
.input select {
    width: 100%;
    font-size: 19px;
    line-height: 100%;
    color: #140d45;
    letter-spacing: 0.02em;
    padding: 24px 30px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    font-family: "Futura PT Book", sans-serif;
    resize: unset;
}

.input input::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder, .input select::-webkit-input-placeholder {
    color: #363636;
}

.input input::-moz-placeholder, .input textarea::-moz-placeholder, .input select::-moz-placeholder {
    color: #363636;
}

.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder, .input select:-ms-input-placeholder {
    color: #363636;
}

.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder, .input select::-ms-input-placeholder {
    color: #363636;
}

.input input::placeholder,
.input textarea::placeholder,
.input select::placeholder {
    color: #363636;
}

.input select {
    padding: 27px 30px;
    -webkit-appearance: none;
}

.check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.check__box {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    position: relative;
}

.check__box:hover span {
    background-color: #dcdbe3;
    border-color: #dcdbe3;
}

.check__box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.check__box input:checked ~ span {
    background-color: #140d45;
    border-color: #140d45;
}

.check__box input:checked ~ span::before {
    opacity: 1;
}

.check__box span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.check__box span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62%;
    height: 30%;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(-50%, -80%) rotate(135deg);
    transform: translate(-50%, -80%) rotate(135deg);
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.check p {
    width: calc(100% - 40px);
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    line-height: 25px;
}

.check p a {
    color: #140d45;
    text-decoration: underline;
}

.overlay {
    position: fixed;
    top: 166px;
    left: 0;
    width: 100%;
    height: calc(100% - 166px);
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.breadcrumb {
    background-color: #f8f2f0;
    padding: 36px 0;
    font-size: 19px;
    letter-spacing: 0.02em;
    line-height: 24px;
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    color: #333333;
}

.breadcrumb__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb__inner a {
    text-decoration: underline;
    color: #140d45;
}

.breadcrumb__inner a,
.breadcrumb__inner p {
    margin: 8px;
    white-space: nowrap;
}

.breadcrumb__inner span {
    width: 8px;
    height: 8px;
    margin: 0 8px;
    position: relative;
    display: block;
}

.breadcrumb__inner span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-top: 2px solid #140d45;
    border-right: 2px solid #140d45;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.modall {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px;
    display: none;
    z-index: 9999;
    overflow-y: auto;
}

.modall.uniq {
    background-color: rgba(20, 13, 69, 0.9);
}

.modall.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
}

.modall__inner {
    width: 100%;
    max-width: 1190px;
    margin: auto;
}

.modall__inner-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #fff;
    border-radius: 50%;
}

.modall__inner-close:hover {
    opacity: 1;
    background-color: #a26246;
    border-color: #a26246;
}

.modall__inner-close::before {
    width: 40%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
}

.modall__inner-close::after {
    width: 40%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #fff;
}

.modallSlider__wrapper {
    position: relative;
    width: 100%;
}

.modallItem {
    position: relative;
    padding: 0 80px 50px 80px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.modallItem__inner {
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
}

.modallItem__inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.modallItem a {
    position: absolute;
    bottom: 0;
    font-family: "Futura PT", serif;
    font-weight: 300;
    color: #fff;
    line-height: 100%;
    z-index: 4;
}

.modall .swiper-wrapper {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.modall .swiper-slide {
    height: unset !important;
}

.modall .swiper-slide-visible {
    opacity: 1;
}

.modall .swiper-slide-visible .roomsItem {
    opacity: 1 !important;
}

.modall .swiper-slide .roomsItem {
    height: 100%;
    opacity: 0.5;
}

.modall .swiper-buttons button {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #fff;
    border-radius: 50%;
}

.modall .swiper-buttons button.swiper-button-prev {
    left: 0;
    right: unset;
}

.modall .swiper-buttons button.swiper-button-prev::before {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}

.modall .swiper-buttons button.swiper-button-next {
    right: 0;
    left: unset;
}

.modall .swiper-buttons button:hover {
    opacity: 1;
    background-color: #a26246;
    border-color: #a26246;
}

.modall .swiper-buttons button:hover::before {
    background: url("../images/icons/slider-arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.modall .swiper-buttons button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../images/icons/slider-arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.modall .swiper-buttons button::after {
    display: none;
}

.modall .swiper-pagination {
    bottom: 0 !important;
    padding: 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modall .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: transparent;
    margin: 0 5px !important;
    display: block;
    opacity: 1;
}

.modall .swiper-pagination-bullet-active {
    border-color: #fff;
    background-color: #fff;
}

.modall .slick-slide {
    height: unset !important;
}

.modall .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.modall .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 3;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #fff;
    border-radius: 50%;
}

.modall .slick-arrow.slick-disabled {
    opacity: 0.3 !important;
    pointer-events: none;
}

.modall .slick-arrow:hover {
    opacity: 1;
    background-color: #a26246;
    border-color: #a26246;
}

.modall .slick-arrow:hover::before {
    background: url("../images/icons/slider-arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.modall .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../images/icons/slider-arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.modall .slick-prev {
    left: 0;
}

.modall .slick-prev::before {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}

.modall .slick-next {
    right: 0;
}

.modall .slick-dots {
    bottom: 0;
    padding: 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modall .slick-dots li {
    width: 12px;
    height: 12px;
}

.modall .slick-dots li.slick-active button {
    border-color: #fff;
    background-color: #fff;
}

.modall .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: transparent;
    padding: 0;
}

.modall .slick-dots li button::before {
    display: none;
}

.filter {
    width: 100%;
    background-color: #fff;
    padding: 40px;
}

.filter__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 35px;
}

.filter__head p {
    font-size: 19px;
    font-family: "Futura PT Demi", sans-serif;
    line-height: 100%;
    color: #111823;
    text-transform: uppercase;
}

.filter__close {
    font-size: 16px;
    font-family: "Futura PT Demi", sans-serif;
    line-height: 100%;
    color: #111823;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.filter__close b {
    font-family: "Futura PT", serif;
    font-weight: 700;
    margin-right: 4px;
}

.filter__close:hover {
    color: #a26246;
}

.filter__body {
    padding: 35px 0;
}

.filterContent {
    margin-bottom: 40px;
}

.filterContent:last-child {
    margin: 0;
}

.filterContent__title {
    font-family: "Futura PT Demi", sans-serif;
    color: #140d45;
    margin-bottom: 15px;
}

.filterContent__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.filterContent__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filterContent__info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filterContent__info p,
.filterContent__info input {
    font-size: 21px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    color: #373737;
}

.filterContent__info input {
    max-width: 55px;
}

.filterContent__info input::-webkit-outer-spin-button, .filterContent__info input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filterContent__info input::-webkit-outer-spin-button,
.filterContent__info input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

.filterContent__info input[type=number] {
    -moz-appearance: textfield;
}

.filter__foot {
    padding-top: 40px;
    border-top: 1px solid #e5e7eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.filter__foot .button {
    margin-right: 25px;
}

.filter__foot .button:last-child {
    margin: 0;
}

.filter .check {
    width: calc(20% - 10px);
    margin: 12px 5px;
}

.filter .check p {
    color: #373737;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sliders_control {
    position: relative;
    min-height: 24px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.sliders_control input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px #c6c6c6;
    box-shadow: 0 0 0 1px #c6c6c6;
    cursor: pointer;
    margin-top: 5px;
}

.sliders_control #toSlider::-webkit-slider-thumb {
    margin-top: 0;
}

.sliders_control #toSlider::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    width: 20px;
    height: 20px;
    content: "";
}

.sliders_control input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c6c6c6;
    cursor: pointer;
}

.sliders_control input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

.sliders_control input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

.sliders_control input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 7px;
    width: 100%;
    position: absolute;
    background-color: #c6c6c6;
    pointer-events: none;
}

.sliders_control #fromSlider {
    height: 0;
    z-index: 1;
}

.sliders_control #slider-track {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 8px;
    background-color: #f2f2f2;
    border-radius: 2px;
}

.sliders_control .thumb {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    /* A nice blue */
    border-radius: 50%;
    cursor: pointer !important;
    -webkit-box-shadow: inset 0 0 3px #00000040, 0 0 9px #00000040;
    box-shadow: inset 0 0 3px #00000040, 0 0 9px #00000040;
}

.sliders_control .thumb:focus::before {
    background-color: #140d45;
}

.sliders_control .thumb:hover::before {
    background-color: #140d45;
}

.sliders_control .thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    content: "";
    background-color: #bec3d5;
    border-radius: 50%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.sliders_control #from-thumb {
    left: 9.13%;
    /* Initial position based on data-value */
}

.sliders_control #to-thumb {
    left: 56.03%;
    /* Initial position based on data-value */
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    border-bottom: 1px solid rgba(234, 236, 238, 0.2);
    background-color: rgba(0, 0, 0, 0.15);
}

.headerTop {
    background-color: rgba(0, 0, 0, 0.35);
}

.headerTop__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0;
}

.headerTop__inner a {
    font-size: 14px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
}

.headerTop__inner a:hover {
    opacity: 1;
}

.headerTop__inner a:hover b {
    text-decoration: underline;
}

.headerTop__inner a span {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.headerTop__inner a span img {
    width: 100%;
}

.headerTop__inner a b {
    font-weight: 500;
}

.headerTop__inner hr {
    height: 24px;
    width: 1px;
    background-color: #fff;
    opacity: 0.2;
    margin: 0 12px;
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation-name: sticky;
    animation-name: sticky;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    background-color: rgba(20, 13, 69, 0.8);
    border: unset;
}

.header.active {
    background-color: rgba(20, 13, 69, 0.8);
    border: unset;
}

.header.new {
    background-color: rgba(20, 13, 69, 0.8);
    border: unset;
}

.header.dark {
    background-color: #140d45 !important;
    border-color: transparent;
}

.header.dark::before {
    opacity: 0;
}

.header.dark::after {
    opacity: 1;
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__inner-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    opacity: 1;
}

.header__inner-logo:hover {
    opacity: 1;
}

.header__inner-logo img {
    width: 100%;
}

.header__inner-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.header__inner-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px;
    height: 100%;
    background-color: transparent;
    margin-left: 20px;
    color: #fff;
    cursor: pointer;
}

.header__inner-search:hover {
    opacity: 1;
}

.header__inner-search:hover span svg {
    color: #c38b75;
}

.header__inner-search span {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__inner-search span svg {
    width: 130%;
    height: 130%;
    color: #fff;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.header__inner-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 4px;
}

.header__inner-call span {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__inner-call span svg {
    width: 140%;
    height: 140%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    color: #fff;
}

.header__inner-text {
    display: none;
}

.header__inner .button {
    margin-left: 25px;
}

.headerSearch {
    position: fixed;
    top: 166px;
    left: 0;
    width: 100%;
    height: calc(100% - 166px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    z-index: 92;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.headerSearch.low {
    top: 117px;
    height: calc(100% - 117px);
}

.headerSearch.active {
    opacity: 1;
    pointer-events: all;
}

.headerSearch.active .headerSearch__inner {
    padding: 50px 0 80px;
    opacity: 1;
    max-height: 500px;
    overflow: visible;
    pointer-events: all;
}

.headerSearch__inner {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    background-color: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
}

.headerSearch__inner-form {
    padding: 65px 0;
    position: relative;
    width: 80%;
    max-width: 830px;
    margin: 0 auto;
}

.headerSearch__inner-form > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Futura PT", serif;
    color: #140d45;
    position: absolute;
    top: 0;
    right: 0;
    text-align: end;
    padding-left: 26px;
    cursor: pointer;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headerSearch__inner-form > span:hover {
    color: #a26246;
}

.headerSearch__inner-form > span:hover::before {
    background-color: #a26246;
}

.headerSearch__inner-form > span:hover::after {
    background-color: #a26246;
}

.headerSearch__inner-form > span::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 2px;
    background-color: #140d45;
    content: "";
    -webkit-transform: translateY(-40%) rotate(-45deg);
    transform: translateY(-40%) rotate(-45deg);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.headerSearch__inner-form > span::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 2px;
    background-color: #140d45;
    content: "";
    -webkit-transform: translateY(-40%) rotate(45deg);
    transform: translateY(-40%) rotate(45deg);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.headerSearch__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.headerSearch__inner label {
    display: block;
    margin-bottom: 25px;
    font-size: 23px;
    line-height: 28px;
    color: #140d45;
    font-family: "Futura PT Demi", sans-serif;
}

.headerSearch__inner .input {
    width: calc(60% - 15px);
}

.headerSearch__inner .input input {
    font-family: "Futura PT", serif;
    font-weight: 400;
    color: #414141;
    background-color: #fff;
    border-color: #e9ebf1;
}

.headerSearch__inner .button {
    width: calc(40% - 15px);
    padding: 24px 10px;
    font-size: 14px;
    line-height: 18px;
    background-color: #140d45;
    color: #fff;
}

.headerSearch__inner .button:hover {
    opacity: 1;
    background-color: #a26246;
}

.headerSearch__inner .button span {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0 !important;
}

.headerSearch__inner .button span svg {
    color: #fff;
}

@-webkit-keyframes sticky {
    0% {
        top: -60px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes sticky {
    0% {
        top: -60px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.nav__inner-link {
    font-size: 22px;
    line-height: 24px;
    font-weight: 900;
    font-family: "Futura PT", serif;
    color: #fff;
    padding: 48px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    letter-spacing: 0.02em;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.nav__inner-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #c38b75;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
}

.nav__inner-link:hover {
    opacity: 1;
    color: #c38b75;
}

.nav__inner-link:hover::before {
    opacity: 1;
}

.nav__inner-link.active::before {
    opacity: 1;
}

.nav__inner > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.nav__inner > li:last-child {
    margin: 0;
}

.drop {
    position: fixed;
    top: 166px;
    left: 0;
    width: 100%;
    padding: 70px 0;
    background: #f6f6f6;
    display: none;
    z-index: 5;
}

.drop.active {
    display: block;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}

.drop__inner-back {
    display: none;
}

.drop__inner-row {
    max-width: 780px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.drop__inner-row.big {
    max-width: 1090px;
}

.drop__inner-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.drop__inner-col:last-child {
    max-width: 150px;
}

.drop__inner-col li {
    list-style: none;
    margin-bottom: 30px;
}

.drop__inner-col li:last-child {
    margin: 0;
}

.drop__inner-col a {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #140d45;
    font-weight: 900;
    font-family: "Futura PT", serif;
}

.drop__inner-col a:hover {
    opacity: 1;
    text-decoration: underline;
}

.drop__inner-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.drop__inner-links a {
    font-weight: 500;
}

.dropItem {
    margin-bottom: 32px;
}

.dropItem:last-child {
    margin: 0;
}

.dropItem__title {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 8px;
}

.dropItem__title h5 {
    font-weight: 700;
}

.dropItem__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dropItem__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dropItem__list.sm {
    width: calc(50% - 10px);
}

.dropItem__list a {
    padding: 12px 32px 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #000;
    position: relative;
    margin-bottom: 8px;
}

.dropItem__list a:last-child {
    margin: 0;
}

.dropItem__list a:hover {
    opacity: 1;
    background-color: #fff;
}

.dropItem__list a:hover svg {
    opacity: 1;
}

.dropItem__list a span {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.dropItem__list a span img {
    width: 100%;
}

.dropItem__list a p {
    width: calc(100% - 28px);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.dropItem__list a svg {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #000;
}

.burger {
    display: none;
}

.footer {
    background-color: #140d45;
    padding: 120px 0 80px;
    color: #fff;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__inner-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 288px;
}

.footer__inner-logo img {
    width: 100%;
}

.footer__inner-row {
    width: calc(100% - 350px);
    max-width: 930px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__inner-col {
    width: calc(33.3% - 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__inner-col a {
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    font-family: "Futura PT", serif;
    font-weight: 900;
    margin-bottom: 30px;
}

.footer__inner-col a:last-child {
    margin: 0;
}

.footer__inner-col a:hover {
    opacity: 1;
    color: #f1b9a3;
}

.footer__inner-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__inner-links a {
    font-size: 21px;
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.copy {
    padding: 30px 0;
    background-color: #fff;
    font-size: 19px;
    line-height: 100%;
}

.copy__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copy__inner-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copy__inner-side p {
    font-weight: 300;
    color: #363636;
    margin-right: 30px;
    letter-spacing: 0.02em;
}

.copy__inner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copy__inner-text p {
    font-weight: 300;
    color: #140d45;
}

.copy__inner-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copy__inner-links a {
    font-family: "Futura PT Book", sans-serif;
    color: #140d45;
    font-weight: 400;
    text-decoration: underline;
    letter-spacing: 0.02em;
}

.copy__inner-links a:last-child {
    text-decoration: unset;
}

.copy__inner-links hr {
    width: 2px;
    height: 20px;
    margin: 0 8px;
    background-color: #140d45;
}

.offer {
    padding: 100px 0;
}

.offer__inner-title {
    margin-bottom: 60px;
    color: #140d45;
    font-family: "Playfair Display", sans-serif;
}

.offer__inner-title h1,
.offer__inner-title h2 {
    font-weight: 400;
    margin-bottom: 30px;
}

.offer__inner-title h1:last-child,
.offer__inner-title h2:last-child {
    margin: 0;
}

.offer__inner-title h1 b,
.offer__inner-title h2 b {
    font-weight: 700;
}

.offer__inner-title h6 {
    margin-bottom: 24px;
}

.offer__inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    color: #140d45;
}

.offer__inner-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a26246;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 900;
}

.offer__inner-top a:hover {
    opacity: 1;
    color: #140d45;
}

.offer__inner-top a:hover svg {
    color: #140d45;
}

.offer__inner-top a span {
    width: 28px;
    height: 22px;
    margin-left: 10px;
    position: relative;
}

.offer__inner-top a span svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #a26246;
}

.offer__inner-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.offer__inner-col {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.offer__inner-row {
    width: 66.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.offer__inner-row .offerItem {
    width: calc(50% - 30px);
}

.offer__inner-row .offerItem.big {
    width: calc(100% - 30px);
}

.offerItem {
    margin: 15px;
    background-color: #c38b75;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    position: relative;
    width: calc(33.3% - 30px);
}

.offerItem:hover {
    opacity: 1;
}

.offerItem:hover h3 {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.offerItem:hover .offerItem__image::before {
    opacity: 0;
}

.offerItem:hover .offerItem__image::after {
    opacity: 1;
}

.offerItem:hover .offerItem__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.offerItem.big {
    width: calc(66.6% - 30px);
}

.offerItem.big .offerItem__image {
    padding-bottom: 48%;
}

.offerItem.port {
    width: calc(100% - 30px);
    height: 100%;
}

.offerItem.port .offerItem__image {
    padding-bottom: 206%;
}

.offerItem__image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.offerItem__image::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#0f0e1c00), to(#0f0e1c));
    background: linear-gradient(180deg, #0f0e1c00 0%, #0f0e1c 100%);
    z-index: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.offerItem__image::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #140d45c0;
    z-index: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
}

.offerItem__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.offerItem__content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 44px;
    z-index: 2;
}

.offerItem h3 {
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.offerItem p {
    font-style: italic;
    font-weight: 300;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 6px;
}

.offerItem p.big {
    font-style: normal;
}

.rooms {
    padding: 130px 0;
}

.rooms__inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 45px;
}

.rooms__inner-title {
    width: calc(50% - 15px);
}

.rooms__inner-title h6 {
    margin-bottom: 30px;
}

.rooms__inner-text {
    width: calc(50% - 15px);
    max-width: 540px;
    text-align: end;
}

.rooms__inner-text p {
    font-family: "Futura PT Book", sans-serif;
    color: #373737;
}

.rooms__inner-text p a {
    text-decoration: underline;
    font-family: "Futura PT Demi", sans-serif;
    color: #140d45;
}

.rooms__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.rooms__inner-row .roomsItem {
    width: calc(33.33% - 30px);
    margin: 15px;
}

.rooms__inner-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 40px;
}

.rooms__inner-foot .button {
    width: 100%;
    border: 1px solid #f4ebea;
}

.rooms__inner-slider {
    margin: 0 -15px;
    padding-bottom: 100px;
}

.rooms__inner .swiper-wrapper {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.rooms__inner .swiper-slide {
    height: unset !important;
}

.rooms__inner .swiper-slide-visible {
    opacity: 1;
}

.rooms__inner .swiper-slide-visible .roomsItem {
    opacity: 1 !important;
}

.rooms__inner .swiper-slide .roomsItem {
    height: 100%;
    opacity: 0.5;
}

.rooms__inner .swiper-buttons button {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 11;
    background-color: #fff;
    cursor: pointer;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #140d45;
    border-radius: 50%;
}

.rooms__inner .swiper-buttons button.swiper-button-prev {
    left: unset;
    right: calc(50% + 70px);
}

.rooms__inner .swiper-buttons button.swiper-button-prev::before {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}

.rooms__inner .swiper-buttons button.swiper-button-next {
    right: unset;
    left: calc(50% + 70px);
}

.rooms__inner .swiper-buttons button:hover {
    opacity: 1;
    background-color: #140d45;
}

.rooms__inner .swiper-buttons button:hover::before {
    background: url("../images/icons/slider-arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.rooms__inner .swiper-buttons button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../images/icons/slider-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1 !important;
}

.rooms__inner .swiper-buttons button::after {
    display: none;
}

.rooms__inner .swiper-pagination {
    bottom: 0 !important;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rooms__inner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #e4cbc1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #fff;
    margin: 0 5px !important;
    display: block;
    opacity: 1;
}

.rooms__inner .swiper-pagination-bullet-active {
    border-color: #140d45;
    background-color: #140d45;
}

.rooms__inner .slick-list {
    overflow: visible;
    padding: 0 !important;
}

.rooms__inner .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.rooms__inner .slick-slide {
    height: unset !important;
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    pointer-events: none;
}

.rooms__inner .slick-active {
    opacity: 1;
    pointer-events: all;
}

.rooms__inner .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 3;
    background-color: #fff;
    cursor: pointer;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #140d45;
    border-radius: 50%;
}

.rooms__inner .slick-arrow.slick-disabled {
    opacity: 0.3 !important;
    pointer-events: none;
}

.rooms__inner .slick-arrow:hover {
    opacity: 1;
    background-color: #140d45;
}

.rooms__inner .slick-arrow:hover::before {
    background: url("../images/icons/slider-arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.rooms__inner .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../images/icons/slider-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1 !important;
}

.rooms__inner .slick-prev {
    left: unset;
    right: calc(50% + 70px);
}

.rooms__inner .slick-prev::before {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}

.rooms__inner .slick-next {
    right: unset;
    left: calc(50% + 70px);
}

.rooms__inner .slick-dots {
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rooms__inner .slick-dots li {
    width: 12px;
    height: 12px;
}

.rooms__inner .slick-dots li.slick-active button {
    border-color: #140d45;
    background-color: #140d45;
}

.rooms__inner .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #e4cbc1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #fff;
    padding: 0;
}

.rooms__inner .slick-dots li button::before {
    display: none;
}

.rooms__inner h2 {
    font-weight: 400;
    color: #140d45;
    font-family: "Playfair Display", sans-serif;
}

.rooms__inner h2 b {
    font-weight: 700;
}

.roomsItem {
    margin: 0 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #f4ebea;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.roomsItem:hover {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

.roomsItem__tag {
    font-size: 15px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    padding: 14px 16px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #140d45;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
}

.roomsItem__image {
    width: 100%;
    overflow: hidden;
    padding-bottom: 66.6%;
    cursor: pointer;
    position: relative;
}

.roomsItem__image:hover {
    opacity: 1;
}

.roomsItem__image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.roomsItem__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.roomsItem__content {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 30px 30px 30px;
    text-align: center;
}

.roomsItem h3 {
    margin-bottom: 20px;
    color: #140d45;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
}

.roomsItem h3 a {
    color: inherit;
}

.roomsItem h3 a:hover {
    text-decoration: underline;
    opacity: 1;
}

.roomsItem p {
    color: #a26246;
    font-weight: 300;
    margin-bottom: 40px;
}

.roomsItem p:last-child {
    margin: 0;
}

.roomsItem .button {
    width: 100%;
    margin: auto 0 0 0;
}

.rooms .HeroCalendar {
    width: 100%;
    max-width: unset;
}

.news {
    padding: 120px 0;
}

.news.sm {
    padding: 120px 0 60px;
}

.news.ex {
    padding: 60px 0 120px;
}

.news__inner-title {
    margin-bottom: 50px;
}

.news__inner-title h1,
.news__inner-title h2 {
    font-weight: 400;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 24px;
}

.news__inner-title h1:last-child,
.news__inner-title h2:last-child {
    margin: 0;
}

.news__inner-title h1 b,
.news__inner-title h2 b {
    font-weight: 700;
}

.news__inner-title h6 {
    margin-bottom: 30px;
}

.news__inner-title p {
    font-family: "Futura PT Book", sans-serif;
}

.news__inner-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.news__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news__inner-content {
    width: calc(100% - 470px);
    max-width: 930px;
}

.news__inner-content.big {
    width: 100%;
    max-width: unset;
    margin: 0;
}

.news__inner-col {
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news__inner-foot {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.news__inner-foot a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a26246;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 900;
}

.news__inner-foot a:hover {
    opacity: 1;
    color: #140d45;
}

.news__inner-foot a:hover span svg {
    color: #140d45;
}

.news__inner-foot a span {
    width: 28px;
    height: 22px;
    margin-left: 10px;
    position: relative;
}

.news__inner-foot a span svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #a26246;
}

.newsItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.newsItem.col {
    width: calc(33.3% - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px !important;
    text-align: center;
}

.newsItem.col .newsItem__image {
    width: 100%;
}

.newsItem.col .newsItem__content {
    width: 100%;
    padding: 30px 0 0 0;
}

.newsItem:last-child {
    margin: 0;
}

.newsItem__tag {
    font-size: 15px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    padding: 14px 16px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #140d45;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
}

.newsItem__image {
    width: 450px;
    position: relative;
}

.newsItem__image:hover {
    opacity: 1;
}

.newsItem__image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.newsItem__image-inner {
    padding-bottom: 66.6%;
    position: relative;
    display: block;
    overflow: hidden;
}

.newsItem__image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.newsItem__content {
    width: calc(100% - 450px);
    padding: 10px 0 10px 30px;
}

.newsItem h3 {
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 20px;
    color: #140d45;
    font-weight: 700;
}

.newsItem h3 a:hover {
    opacity: 1;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.newsItem p {
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
}

.newsItem p:first-of-type {
    color: #a26246;
    margin-bottom: 14px;
    font-weight: 300;
}

.newsItem p span {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsItem p a {
    color: #140d45;
    text-decoration: underline;
}

.newsInfo {
    width: 100%;
    margin-bottom: 20px;
    color: #140d45;
}

.newsInfo__top {
    color: #fff;
    background-color: #140d45;
    padding: 35px 30px;
}

.newsInfo__top p {
    color: #fff !important;
}

.newsInfo__top a {
    color: #fff;
}

.newsInfo__body {
    padding: 35px 30px;
    background-color: #f8f2f0;
}

.newsInfo__item {
    border-bottom: 1px solid rgba(20, 13, 69, 0.05);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.newsInfo__item:last-child {
    border: unset;
    margin: 0;
    padding: 0;
}

.newsInfo h4 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
}

.newsInfo h4 a:hover {
    opacity: 1;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.newsInfo p {
    font-size: 19px;
    line-height: 120%;
    color: #a26246;
    font-weight: 300;
    margin-bottom: 16px;
}

.newsInfo p:last-child {
    margin: 0;
}

.newsInfo__title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(20, 13, 69, 0.05);
}

.newsInfo__title h4 {
    font-weight: 400;
    font-family: "Futura PT Book", sans-serif;
    text-transform: uppercase;
}

.newsInfo__title h4 b {
    font-family: "Futura PT Demi", sans-serif;
}

.newsBanner {
    width: 100%;
    padding-bottom: 56.6%;
    position: relative;
}

.newsBanner img,
.newsBanner iframe,
.newsBanner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.activity {
    position: relative;
}

.activity.big {
    padding: 120px 0;
}

.activity.ex {
    padding-bottom: 120px;
}

.activity__inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 60px;
}

.activity__inner-title {
    width: calc(50% - 10px);
}

.activity__inner-title h6 {
    margin-bottom: 30px;
}

.activity__inner-text {
    width: calc(50% - 10px);
    max-width: 640px;
    text-align: end;
}

.activity__inner-text p {
    font-family: "Futura PT Book", sans-serif;
    color: #373737;
}

.activity__inner-text p a {
    font-family: "Futura PT Demi", sans-serif;
    color: #140d45;
}

.activity__inner-text p span {
    font-family: "Futura PT", serif;
    font-weight: 500;
}

.activity__inner-slider {
    padding-bottom: 110px;
}

.activity__inner .swiper-wrapper {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.activity__inner .swiper-slide {
    height: unset !important;
}

.activity__inner .swiper-slide-visible {
    opacity: 1;
}

.activity__inner .swiper-slide-visible .roomsItem {
    opacity: 1 !important;
}

.activity__inner .swiper-slide .roomsItem {
    height: 100%;
    opacity: 0.5;
}

.activity__inner .swiper-buttons button {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 11;
    background-color: #fff;
    cursor: pointer;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #140d45;
    border-radius: 50%;
}

.activity__inner .swiper-buttons button.swiper-button-prev {
    left: unset;
    right: calc(50% + 70px);
}

.activity__inner .swiper-buttons button.swiper-button-prev::before {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}

.activity__inner .swiper-buttons button.swiper-button-next {
    right: unset;
    left: calc(50% + 70px);
}

.activity__inner .swiper-buttons button:hover {
    opacity: 1;
    background-color: #140d45;
}

.activity__inner .swiper-buttons button:hover::before {
    background: url("../images/icons/slider-arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.activity__inner .swiper-buttons button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../images/icons/slider-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1 !important;
}

.activity__inner .swiper-buttons button::after {
    display: none;
}

.activity__inner .swiper-pagination {
    bottom: 0 !important;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.activity__inner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #e4cbc1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #fff;
    margin: 0 5px !important;
    display: block;
    opacity: 1;
}

.activity__inner .swiper-pagination-bullet-active {
    border-color: #140d45;
    background-color: #140d45;
}

.activity__inner .slick-list {
    overflow: visible;
    padding: 0 !important;
}

.activity__inner .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.activity__inner .slick-slide {
    height: unset !important;
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    pointer-events: none;
}

.activity__inner .slick-active {
    opacity: 1;
    pointer-events: all;
}

.activity__inner .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 3;
    background-color: #fff;
    cursor: pointer;
    top: unset;
    bottom: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #140d45;
    border-radius: 50%;
}

.activity__inner .slick-arrow.slick-disabled {
    opacity: 0.3 !important;
    pointer-events: none;
}

.activity__inner .slick-arrow:hover {
    opacity: 1;
    background-color: #140d45;
}

.activity__inner .slick-arrow:hover::before {
    background: url("../images/icons/slider-arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.activity__inner .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../images/icons/slider-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.activity__inner .slick-prev {
    left: unset;
    right: calc(50% + 70px);
}

.activity__inner .slick-prev::before {
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}

.activity__inner .slick-next {
    right: unset;
    left: calc(50% + 70px);
}

.activity__inner .slick-dots {
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.activity__inner .slick-dots li {
    width: 12px;
    height: 12px;
}

.activity__inner .slick-dots li.slick-active button {
    border-color: #140d45;
    background-color: #140d45;
}

.activity__inner .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #e4cbc1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #fff;
    padding: 0;
}

.activity__inner .slick-dots li button::before {
    display: none;
}

.activityItem {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.activityItem__image {
    width: calc(60% - 15px);
    max-width: 810px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
}

.activityItem__image-inner {
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
    background-color: #c38b75;
}

.activityItem__image-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#0000005d));
    background: linear-gradient(180deg, #00000000 0%, #0000005d 100%);
    z-index: 1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.activityItem__image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.activityItem__image .button {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
    font-weight: 900;
}

.activityItem__tag {
    font-size: 15px;
    line-height: 120%;
    background-color: #fff;
    padding: 12px 18px;
    border: 1px solid #f4ebea;
    color: #140d45;
    text-transform: uppercase;
    font-family: "Futura PT Book", sans-serif;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
}

.activityItem__content {
    width: calc(40% - 15px);
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    min-height: 440px;
    padding: 60px 0;
}

.activityItem__content::before {
    position: absolute;
    top: 0;
    left: -110px;
    width: 1620px;
    height: 100%;
    background-color: #f8f2f0;
    content: "";
    pointer-events: none;
    z-index: -1;
}

.activityItem__content a {
    text-transform: uppercase;
    color: #a26246;
    letter-spacing: 0.08em;
    font-size: 18px;
    line-height: 100%;
    position: relative;
    font-weight: 500;
    font-family: "Futura PT", serif;
    padding-bottom: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.activityItem__content a:hover {
    opacity: 1;
    color: #140d45;
}

.activityItem__content a:hover::before {
    background-color: #140d45;
}

.activityItem__content a::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #a26246;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    pointer-events: none;
}

.activityItem__title {
    margin-bottom: 30px;
    color: #140d45;
    font-family: "Playfair Display", sans-serif;
    position: relative;
    z-index: 1;
}

.activityItem__loc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.activityItem__loc:last-child {
    margin: 0;
}

.activityItem__loc span {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}

.activityItem__loc span img {
    width: 100%;
}

.activityItem__loc p {
    width: calc(100% - 48px);
    font-family: "Futura PT Book", sans-serif;
    color: #373737;
}

.activityItem h2 {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    color: #140d45;
    margin-bottom: 40px;
    line-height: 120%;
}

.activityItem h2:last-child {
    margin: 0;
}

.activityItem h2 b {
    font-weight: 700;
}

.activityItem h4 {
    margin-bottom: 15px;
}

.activityItem h6 {
    margin-bottom: 18px;
    font-family: "Futura PT", serif;
    font-weight: 500;
}

.activityItem ul {
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.activityItem ul:last-child {
    margin: 0;
}

.activityItem ul li {
    font-family: "Futura PT Book", sans-serif;
}

.activityItem ul li::marker {
    color: #a26246;
}

.activityItem p {
    margin-bottom: 20px;
}

.activityItem p:last-child {
    margin: 0;
}

.follow__inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 50px;
}

.follow__inner-title {
    width: calc(60% - 10px);
}

.follow__inner-social {
    width: calc(60% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.follow__inner-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a26246;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 900;
    margin-right: 40px;
}

.follow__inner-social a:hover {
    text-decoration: underline;
    opacity: 1;
}

.follow__inner-social a:last-child {
    margin: 0;
}

.follow__inner-social a span {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.follow__inner-social a span img {
    width: 100%;
}

.follow__inner-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.follow__inner-row {
    width: 66.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.follow__inner-col {
    width: calc(33.3%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.follow__inner-col .followItem {
    width: calc(100% - 30px);
}

.follow__inner-col .followItem__image {
    padding-bottom: 135%;
}

.followItem {
    margin: 15px;
    width: calc(33.3% - 30px);
    position: relative;
    display: block;
    cursor: pointer;
}

.followItem:hover {
    opacity: 1;
}

.followItem:hover .followItem__content {
    opacity: 1;
}

.followItem__image {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.followItem__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.followItem__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(20, 13, 69, 0.5);
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.followItem__content-icon {
    width: 18%;
    height: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.followItem__content-icon img {
    width: 100%;
    max-width: 50px;
}

.contact {
    padding: 60px 0 130px;
}

.contact__inner-back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    padding: 10px 18px;
    background-color: #140d45;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
    margin-bottom: 40px;
}

.contact__inner-back span {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.contact__inner-back span img {
    width: 100%;
}

.contact__inner-title {
    margin-bottom: 25px;
}

.contact__inner-title h2 {
    color: #140d45;
}

.contact__inner-title h6 {
    margin-bottom: 30px;
}

.contact__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact__inner-content {
    width: calc(66.6% - 12px);
}

.contact__inner-side {
    width: calc(33.3% - 12px);
    max-width: 450px;
    padding-top: 15px;
}

.contactForm {
    width: 100%;
}

.contactForm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contactForm__item {
    width: calc(50% - 30px);
    margin: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contactForm__item.big {
    width: 100%;
}

.contactForm__checks {
    padding: 35px 0 50px;
}

.contactForm .check {
    margin-bottom: 30px;
}

.contactForm .check:last-child {
    margin: 0;
}

.contactForm .button {
    width: 100%;
}

.contactInfo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px 40px;
    background-color: #f8f2f0;
}

.contactInfo p {
    color: #333333;
    font-family: "Futura PT Book", sans-serif;
    margin-bottom: 14px;
}

.contactInfo p:last-child {
    margin: 0;
}

.contactInfo p b {
    color: #140d45;
    font-family: "Futura PT Demi", sans-serif;
}

.contactInfo a {
    font-size: 19px;
    font-family: "Futura PT Book", sans-serif;
    color: #140d45;
    text-transform: uppercase;
    text-decoration: underline;
}

.article {
    padding: 90px 0 120px;
}

.article.sm {
    padding: 0 0 50px;
}

.article.ex {
    padding: 60px 0 120px;
}

.article.uniq {
    padding: 110px 0 60px;
}

.article__inner-title {
    margin-bottom: 50px;
    text-align: center;
}

.article__inner-title.left {
    text-align: left;
}

.article__inner-title h1,
.article__inner-title h2 {
    color: #140d45;
    margin-bottom: 24px;
}

.article__inner-title h1:last-child,
.article__inner-title h2:last-child {
    margin: 0;
}

.article__inner-title h1 span,
.article__inner-title h2 span {
    font-weight: 400;
}

.article__inner-title h1 b,
.article__inner-title h2 b {
    font-weight: 700;
}

.article__inner-title h6 {
    margin-bottom: 25px;
}

.article__inner-title p {
    margin-bottom: 24px;
    font-weight: 300;
}

.article__inner-title p.big {
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
}

.article__inner-title p:last-child {
    margin: 0;
}

.article__inner-title p b {
    font-family: "Futura PT Demi", sans-serif;
}

.article__inner-text {
    max-width: 1090px;
    margin: 0 auto 40px;
}

.article__inner-text:last-child {
    margin: 0 auto;
}

.article__inner-text h2,
.article__inner-text h3,
.article__inner-text h4 {
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    color: #140d45;
}

.article__inner-text h2 span,
.article__inner-text h3 span,
.article__inner-text h4 span {
    font-weight: 400;
}

.article__inner-text h2:last-child,
.article__inner-text h3:last-child,
.article__inner-text h4:last-child {
    margin: 0;
}

.article__inner-text p {
    color: #333333;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: "Futura PT Book", sans-serif;
}

.article__inner-text p:last-child {
    margin: 0;
}

.article__inner-text p b {
    font-weight: 500;
    font-family: "Futura PT Demi", sans-serif;
}

.article__inner-text p a {
    text-decoration: underline;
    color: #140d45;
}

.article__inner-text p span {
    font-weight: 300;
    font-family: "Futura PT", serif;
}

.article__inner-text > ul {
    padding-left: 70px;
    margin-bottom: 30px;
}

.article__inner-text > ul li {
    font-family: "Futura PT", serif;
    font-weight: 500;
    margin-bottom: 18px;
}

.article__inner-text > ul li:last-child {
    margin: 0;
}

.article__inner-text > ul li::marker {
    color: #a26246;
}

.article__inner-text > ul li a {
    color: #140d45;
    font-weight: 500;
    position: relative;
}

.article__inner-text > ul li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #140d45;
    opacity: 0.5;
}

.article__inner-text > ul li b {
    font-weight: 500;
    font-family: "Futura PT", serif;
    color: #140d45;
}

.article__inner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 90px;
}

.article__inner-image img {
    width: 100%;
}

.article__inner-image a {
    color: #333333;
    font-weight: 300;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
}

.article__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 35px;
}

.articleItem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px;
    width: calc(33.3% - 30px);
}

.articleItem:hover {
    opacity: 1;
}

.articleItem:hover::before {
    opacity: 0.5;
}

.articleItem:hover span {
    opacity: 1;
    pointer-events: all;
}

.articleItem::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #140d45;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.articleItem__image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 66.6%;
    position: relative;
    z-index: 1;
}

.articleItem__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.articleItem span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(20, 13, 69, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.articleItem span img {
    width: 36.6%;
    height: 36.6%;
}

.banner {
    background: #f8f2f0;
    max-width: 1800px;
    margin: 0 auto;
}

.banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

.bannerItem {
    position: relative;
    width: 100%;
    max-width: 970px;
}

.bannerItem.port {
    height: 100%;
    padding: 14px 78px;
    background-color: #f8f2f0;
    margin: 10px;
    width: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bannerItem.port .bannerItem__image {
    padding-bottom: 200%;
}

.bannerItem.port .bannerItem__text {
    right: calc(100% - 50px);
}

.bannerItem.ex {
    width: 95%;
    max-width: 690px;
    margin: 0 auto 40px;
}

.bannerItem.ex .bannerItem__image {
    padding-bottom: 13%;
}

.bannerItem__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    padding-bottom: 28%;
}

.bannerItem__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bannerItem__text {
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
    -webkit-transform: translateY(-50%) scale(-1);
    transform: translateY(-50%) scale(-1);
    font-family: "Futura PT", serif;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    color: #a0a0a0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    white-space: nowrap;
}

.upcoming {
    padding: 120px 0;
    background-color: #f8f2f0;
}

.upcoming.last {
    padding-top: 0;
}

.upcoming.sm {
    background-color: transparent;
}

.upcoming.med {
    padding-top: 60px;
}

.upcoming__inner h6 {
    margin-bottom: 30px;
}

.upcoming__inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 50px;
}

.upcoming__inner-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a26246;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 4px;
}

.upcoming__inner-top a:hover {
    opacity: 1;
    color: #140d45;
}

.upcoming__inner-top a:hover svg {
    color: #140d45;
}

.upcoming__inner-top a span {
    width: 28px;
    height: 22px;
    margin-left: 10px;
    position: relative;
}

.upcoming__inner-top a span svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #a26246;
}

.upcoming__inner-title {
    width: calc(100% - 280px);
}

.upcoming__inner-title.big {
    width: 100%;
    margin-bottom: 35px;
}

.upcoming__inner-title h1, .upcoming__inner-title h2 {
    font-weight: 400;
    margin-bottom: 30px;
    color: #140d45;
}

.upcoming__inner-title h1:last-child, .upcoming__inner-title h2:last-child {
    margin: 0;
}

.upcoming__inner-title h1 b, .upcoming__inner-title h2 b {
    font-weight: 700;
}

.upcoming__inner-title p {
    font-family: "Futura PT Book", sans-serif;
}

.upcoming__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.upcomingItem {
    width: calc(33.3% - 30px);
    margin: 15px;
    background: #fff;
    border: 1px solid #f4ebea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.upcomingItem__tag {
    font-size: 15px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    padding: 14px 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #140d45;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
}

.upcomingItem__tag.active {
    background-color: #a26246;
}

.upcomingItem__tag-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
}

.upcomingItem__tag-wrapper .upcomingItem__tag {
    position: static;
    margin: 5px;
}

.upcomingItem__image {
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    display: block;
    overflow: hidden;
}

.upcomingItem__image:hover {
    opacity: 1;
}

.upcomingItem__image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.upcomingItem__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.upcomingItem__content {
    width: 100%;
    padding: 35px;
}

.upcomingItem__content h3 {
    font-family: "Playfair Display", sans-serif;
    color: #140d45;
    margin-bottom: 20px;
}

.upcomingItem__content h3 a:hover {
    opacity: 1;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.upcomingItem__content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}

.upcomingItem__content ul li:last-child {
    margin: 0;
}

.upcomingItem__content ul li span {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}

.upcomingItem__content ul li span img {
    width: 100%;
}

.upcomingItem__content ul li p {
    width: calc(100% - 48px);
    font-family: "Futura PT Book", sans-serif;
    color: #373737;
    line-height: 32px;
}

.webcam {
    padding: 120px 0;
}

.webcam__inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 50px;
}

.webcam__inner-top h6 {
    margin-bottom: 30px;
}

.webcam__inner-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a26246;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 900;
}

.webcam__inner-top a:hover {
    opacity: 1;
    color: #140d45;
}

.webcam__inner-top a:hover svg {
    color: #140d45;
}

.webcam__inner-top a span {
    width: 28px;
    height: 22px;
    margin-left: 10px;
    position: relative;
}

.webcam__inner-top a span svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #a26246;
}

.webcam__inner-title {
    width: calc(100% - 230px);
}

.webcam__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.webcamItem {
    width: calc(33.3% - 30px);
    margin: 15px;
    background: #fff;
    border: 1px solid #f4ebea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.webcamItem__tag {
    font-size: 15px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    padding: 14px 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #140d45;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
}

.webcamItem__image {
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    display: block;
    overflow: hidden;
}

.webcamItem__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.webcamItem__content {
    width: 100%;
    padding: 35px;
}

.webcamItem__content h3 {
    font-family: "Playfair Display", sans-serif;
    color: #140d45;
    margin-bottom: 20px;
}

.webcamItem__content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}

.webcamItem__content ul li:last-child {
    margin: 0;
}

.webcamItem__content ul li span {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}

.webcamItem__content ul li span img {
    width: 100%;
}

.webcamItem__content ul li p {
    width: calc(100% - 48px);
    font-family: "Futura PT Book", sans-serif;
    color: #373737;
}

.partners {
    padding: 120px 0;
}

.partners__inner-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 70px;
}

.partners__inner-top h6 {
    margin-bottom: 30px;
}

.partners__inner-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a26246;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
}

.partners__inner-top a:hover {
    opacity: 1;
    color: #140d45;
}

.partners__inner-top a:hover svg {
    color: #140d45;
}

.partners__inner-top a span {
    width: 28px;
    height: 22px;
    margin-left: 10px;
    position: relative;
}

.partners__inner-top a span svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #a26246;
}

.partners__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1350px;
    margin: 0 auto;
}

.partnersItem {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0.8;
}

.partnersItem:hover {
    opacity: 1;
}

.partnersItem:hover img {
    -webkit-filter: grayscale(0.1);
    filter: grayscale(0.1);
}

.partnersItem img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.accom {
    padding: 120px 0 70px;
}

.accom.sm {
    padding: 60px 0;
}

.accom.ex {
    padding: 60px 0 130px;
}

.accom.det {
    padding: 0;
}

.accom.det .accom__inner {
    padding-bottom: 120px;
    border-bottom: 1px solid #e3e3e3;
}

.accom__inner-back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    padding: 10px 18px;
    background-color: #140d45;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
    margin-bottom: 50px;
}

.accom__inner-back span {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.accom__inner-back span img {
    width: 100%;
}

.accom__inner-title {
    margin-bottom: 40px;
}

.accom__inner-title h1,
.accom__inner-title h2 {
    color: #140d45;
    margin-bottom: 24px;
}

.accom__inner-title h1:last-child,
.accom__inner-title h2:last-child {
    margin: 0;
}

.accom__inner-title h1 span,
.accom__inner-title h2 span {
    font-weight: 400;
}

.accom__inner-title h1 b,
.accom__inner-title h2 b {
    font-weight: 700;
}

.accom__inner-title h3 {
    color: #140d45;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
}

.accom__inner-title h1 {
    font-weight: 400;
}

.accom__inner-title h1 b {
    font-weight: 700;
}

.accom__inner-title h6 {
    margin-bottom: 25px;
}

.accom__inner-title p {
    font-family: "Futura PT Book", sans-serif;
}

.accom__inner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    text-transform: uppercase;
    margin-bottom: 44px;
    color: #140d45;
}

.accom__inner-info b {
    font-weight: "Futura PT Demi", sans-serif;
}

.accom__inner-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
}

.accom__inner-foot.sm {
    padding-top: 35px;
}

.accom__inner-foot .button {
    width: 100%;
    border: 1px solid #f4ebea;
}

.accom__inner-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 60px;
}

.accom__inner-filters .button {
    border: 1px solid #f4ebea;
    font-family: "Futura PT Demi", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #140d45;
    padding: 25px 40px;
    margin: 5px;
    background-color: #fff;
}

.accomFilters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.accomFilters__title {
    width: 145px;
    font-size: 19px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    text-transform: uppercase;
    color: #140d45;
}

.accomFilters__row {
    width: calc(100% - 145px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
}

.accomFilters__item {
    font-size: 15px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f4ebea;
    padding-left: 20px;
    margin: 7px;
}

.accomFilters__item span {
    margin-left: 20px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f8f2f0;
    position: relative;
    cursor: pointer;
}

.accomFilters__item span:hover {
    opacity: 0.8;
}

.accomFilters__item span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 2px;
    content: "";
    background-color: #140d45;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.accomFilters__item span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 2px;
    content: "";
    background-color: #140d45;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.accomSelect {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accomSelect::before {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 2px solid #140d45;
    border-right: 2px solid #140d45;
    -webkit-transform: translateY(-60%) rotate(135deg);
    transform: translateY(-60%) rotate(135deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.accomSelect select {
    font-size: 19px;
    line-height: 100%;
    color: #140d45;
    font-family: "Futura PT Demi", sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    -webkit-appearance: none;
    margin-left: 10px;
    padding: 4px 28px 4px 4px;
}

.accomItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f4ebea;
    margin-bottom: 50px;
}

.accomItem:last-child {
    margin: 0;
}

.accomItem__banner {
    width: 450px;
    position: relative;
}

.accomItem__banner.light {
    border-right: 1px solid #f4ebea;
}

.accomItem__banner:hover .swiper-buttons button {
    opacity: 1;
}

.accomItem__content {
    width: calc(100% - 450px);
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.accomItem__content.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accomItem__content.center .accomItem__side {
    height: 100%;
}

.accomItem__tag {
    font-size: 15px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    padding: 14px 16px;
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #140d45;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
}

.accomItem__info {
    width: calc(100% - 270px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.accomItem__title {
    margin-bottom: 25px;
}

.accomItem__title:last-child {
    margin: 0;
}

.accomItem__title h3 {
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 10px;
}

.accomItem__title h3:last-child {
    margin: 0;
}

.accomItem__title h3 a {
    color: #140d45;
}

.accomItem__title h3 a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.accomItem__title p {
    font-weight: 300;
    font-family: "Futura PT Book", sans-serif;
    color: #a26246;
}

.accomItem__title p a {
    font-family: "Futura PT", serif;
    color: #140d45;
    text-decoration: underline;
}

.accomItem__title p b {
    font-family: "Futura PT Demi", sans-serif;
    text-transform: uppercase;
    color: #140d45;
    font-size: 78%;
}

.accomItem__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.accomItem__list ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
    color: #333333;
    line-height: 120%;
    font-family: "Futura PT Book", sans-serif;
}

.accomItem__list ul li:last-child {
    margin: 0;
}

.accomItem__list ul li span {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.accomItem__list ul li span img {
    width: 100%;
}

.accomItem__list > a {
    margin-top: 20px;
    color: #140d45;
    text-decoration: underline;
    font-family: "Futura PT Book", sans-serif;
    display: block;
}

.accomItem__bullets ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 25px;
}

.accomItem__bullets ul li {
    list-style: disc;
    margin-bottom: 12px;
    color: #333333;
    line-height: 120%;
    font-family: "Futura PT Book", sans-serif;
}

.accomItem__bullets ul li::marker {
    color: #a26246;
}

.accomItem__bullets ul li:last-child {
    margin: 0;
}

.accomItem__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.accomItem__row span {
    font-size: 15px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #140d45;
    border: 1px solid #f4ebea;
    padding: 12px 18px;
    margin: 5px;
}

.accomItem__row span.del {
    opacity: 0.5;
}

.accomItem__row span.del b {
    position: relative;
}

.accomItem__row span.del b::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
    background-color: #140d45;
}

.accomItem__row span b {
    font-weight: 400;
}

.accomItem__side {
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #140d45;
}

.accomItem__side h3 {
    font-family: "Futura PT Demi", sans-serif;
    text-align: end;
    margin-bottom: 15px;
}

.accomItem__side p {
    text-align: end;
    font-weight: 300;
    margin-bottom: 24px;
}

.accomItem__side p b {
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
}

.accomItem__side p span {
    color: #a26246;
}

.accomItem__side .button {
    margin: auto 0 0 0;
}

.accomItem__side .button.secondary {
    padding: 25px 35px;
}

.accomItem__text {
    margin-bottom: 30px;
}

.accomItem__text.big p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accomItem__text:last-child {
    margin: 0;
}

.accomItem__text p {
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accomItem__text p a {
    color: #140d45;
    text-decoration: underline;
}

.accomItem__slider {
    height: 100%;
}

.accomItem .slick-list {
    height: 100%;
}

.accomItem .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.accomItem .slick-slide {
    height: unset !important;
}

.accomItem .swiper-wrapper {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.accomItem .swiper-slide {
    height: unset !important;
}

.accomItem .swiper-buttons button {
    width: 40px;
    height: 40px;
    z-index: 3;
    position: absolute;
    background-color: #f8f2f0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
}

.accomItem .swiper-buttons button:hover {
    background-color: #f8f2f0;
}

.accomItem .swiper-buttons button:hover::before {
    opacity: 1;
}

.accomItem .swiper-buttons button:focus {
    background-color: #f8f2f0;
}

.accomItem .swiper-buttons button:focus::before {
    opacity: 1;
}

.accomItem .swiper-buttons button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 2px solid #140d45;
    border-right: 2px solid #140d45;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.accomItem .swiper-buttons button.swiper-button-prev {
    left: 0;
}

.accomItem .swiper-buttons button.swiper-button-prev::before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}

.accomItem .swiper-buttons button.swiper-button-next {
    right: 0;
}

.accomItem .swiper-buttons button::after {
    display: none;
}

.accomItem .button {
    border: 1px solid #f4ebea;
}

.accomImage__inner {
    width: 100%;
    height: 100%;
    padding-bottom: 66.6%;
    position: relative;
}

.accomImage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.hero {
    position: relative;
}

.hero.center .hero__bg img,
.hero.center .hero__bg video {
    opacity: 0.4;
}

.hero.center .hero__inner {
    padding: 200px 0 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.hero.center .hero__inner-title {
    margin-bottom: 40px;
}

.hero.center .hero__inner h6 {
    margin-bottom: 30px;
}

.hero.uniq .hero__bg img,
.hero.uniq .hero__bg video {
    opacity: 0.4;
}

.hero.uniq .hero__inner {
    padding: 230px 0;
}

.hero__bg {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #140d45;
}

.hero__bg video,
.hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    opacity: 0.55;
}

.hero__inner {
    padding: 240px 0 70px;
    min-height: 100vh;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

.hero__inner-title {
    margin-bottom: 200px;
}

.hero__inner-title:last-child {
    margin: 0;
}

.hero__inner-title.sm {
    margin-bottom: 70px;
}

.hero__inner-title h6 {
    margin-bottom: 20px;
    color: #f1b9a3;
}

.hero__inner-title h1 {
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.hero__inner-title h1:last-child {
    margin: 0;
}

.hero__inner-arrow {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid #f1b9a3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__inner-arrow:hover {
    background-color: #f1b9a3;
    opacity: 1;
}

.hero__inner-arrow svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 50%;
    height: 50%;
    color: #fff;
}

.HeroCalendar {
    width: 100%;
    max-width: 1330px;
    z-index: 8;
    position: relative;
}

.HeroCalendar.add {
    border: 1px solid #e3e3e3;
    margin-bottom: 50px;
}

.HeroCalendar.base {
    border: 1px solid #e3e3e3;
    margin-bottom: 50px;
}

.HeroCalendar.base .HeroCalendar__item input {
    cursor: unset;
    pointer-events: none;
}

.HeroCalendar.base .HeroCalendar__item input:hover {
    font-family: "Futura PT Book", sans-serif;
    color: #363636;
}

.HeroCalendar.base .HeroCalendar__item input:focus {
    font-family: "Futura PT Book", sans-serif;
    color: #363636;
    font-weight: 400;
    text-decoration: unset;
}

.HeroCalendar.base .HeroCalendar__dropdown-title {
    cursor: unset;
}

.HeroCalendar.base .HeroCalendar__dropdown-title:hover input {
    font-family: "Futura PT Book", sans-serif;
    color: #363636;
}

.HeroCalendar.base .HeroCalendar__filter:hover {
    font-family: "Futura PT Book", sans-serif;
    color: #363636;
}

.HeroCalendar.sm {
    max-width: 1130px;
    border: 1px solid #e3e3e3;
    margin-bottom: 50px;
}

.HeroCalendar.sm .HeroCalendar__item {
    width: 18%;
}

.HeroCalendar.sm .HeroCalendar__item input {
    cursor: unset;
    pointer-events: none;
}

.HeroCalendar.sm .HeroCalendar__item input:hover {
    font-family: "Futura PT Book", sans-serif;
    color: #363636;
}

.HeroCalendar.sm .HeroCalendar__item input:focus {
    font-family: "Futura PT Book", sans-serif;
    color: #363636;
    font-weight: 400;
    text-decoration: unset;
}

.HeroCalendar.sm .HeroCalendar__dropdown {
    width: 26%;
}

.HeroCalendar.sm .HeroCalendar__dropdown::before {
    display: none;
}

.HeroCalendar.sm .HeroCalendar__dropdown-title {
    cursor: unset;
}

.HeroCalendar.sm .HeroCalendar__dropdown-title:hover input {
    font-family: "Futura PT Book", sans-serif;
    color: #363636;
}

.HeroCalendar.sm .HeroCalendar__button {
    width: 38%;
}

.HeroCalendar.sm .HeroCalendar__filter:hover {
    font-family: "Futura PT Book", sans-serif;
    color: #363636;
}

.HeroCalendar__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.HeroCalendar__title {
    width: 230px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #140d45;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 8px;
}

.HeroCalendar__title span {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.HeroCalendar__title span img {
    width: 100%;
}

.HeroCalendar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    background-color: rgba(195, 139, 117, 0.55);
    font-size: 16px;
    font-family: "Futura PT Demi", sans-serif;
    letter-spacing: 0.02em;
    margin-right: 8px;
    padding: 15px 30px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #fff;
}

.HeroCalendar__nav:last-child {
    margin: 0;
}

.HeroCalendar__nav:hover {
    background-color: #c38b75;
}

.HeroCalendar__nav span {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.HeroCalendar__nav span img {
    width: 100%;
}

.HeroCalendar__inner {
    background-color: #fff;
}

.HeroCalendar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.HeroCalendar__item {
    padding: 42px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16%;
}

.HeroCalendar__item::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 60%;
    content: "";
    background-color: #e1e1e1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.HeroCalendar__item-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0ece8;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.HeroCalendar__item-icon svg {
    width: 20px;
    height: 20px;
    color: #140d45;
}

.HeroCalendar__item span {
    position: absolute;
    top: 100%;
    left: 0;
}

.HeroCalendar__item label {
    display: block;
    font-size: 12px;
    font-family: "Futura PT", serif;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.06em;
    color: #414141;
    font-weight: 400;
    text-align: start;
    margin-bottom: 10px;
}

.HeroCalendar__item input {
    cursor: pointer;
    font-family: "Futura PT Book", sans-serif;
    font-size: 21px;
    line-height: 100%;
    font-weight: 400;
    color: #363636;
    width: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.HeroCalendar__item input::-webkit-input-placeholder {
    color: inherit;
}

.HeroCalendar__item input::-moz-placeholder {
    color: inherit;
}

.HeroCalendar__item input:-ms-input-placeholder {
    color: inherit;
}

.HeroCalendar__item input::-ms-input-placeholder {
    color: inherit;
}

.HeroCalendar__item input::placeholder {
    color: inherit;
}

.HeroCalendar__item input:hover {
    color: #140d45;
}

.HeroCalendar__item input:focus {
    font-family: "Futura PT", serif;
    font-weight: 500;
    color: #140d45;
    text-decoration: underline;
}

.HeroCalendar__filter {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #373737;
    cursor: pointer;
    font-family: "Futura PT Book", sans-serif;
    font-size: 21px;
    line-height: 100%;
    font-weight: 400;
    color: #363636;
    letter-spacing: 0.02em;
    text-align: center;
}

.HeroCalendar__filter:hover {
    color: #140d45;
}

.HeroCalendar__filter:focus {
    font-family: "Futura PT", serif;
    font-weight: 500;
    color: #140d45;
    text-decoration: underline;
}

.HeroCalendar__filter span {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.HeroCalendar__filter span img {
    width: 100%;
}

.HeroCalendar__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26%;
    font-size: 19px;
    line-height: 100%;
    font-family: "Futura PT Demi", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #140d45;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.HeroCalendar__button span {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.HeroCalendar__button span svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.HeroCalendar__button:hover {
    background-color: #a26246;
}

.HeroCalendar__dropdown {
    padding: 42px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 22%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.HeroCalendar__dropdown::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 60%;
    content: "";
    background-color: #e1e1e1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.HeroCalendar__dropdown label {
    display: block;
    font-size: 12px;
    font-family: "Futura PT", serif;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.06em;
    color: #414141;
    font-weight: 400;
    text-align: start;
    margin-bottom: 10px;
}

.HeroCalendar__dropdown-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.HeroCalendar__dropdown-title:hover input {
    color: #140d45;
}

.HeroCalendar__dropdown-title.active input {
    font-family: "Futura PT", serif;
    font-weight: 500;
    color: #140d45;
    text-decoration: underline;
}

.HeroCalendar__dropdown-title input {
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-family: "Futura PT Book", sans-serif;
    font-size: 21px;
    line-height: 100%;
    color: #363636;
    width: 100%;
    letter-spacing: 0.02em;
    text-align: center;
}

.HeroCalendar__dropdown-title-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    width: 24px;
    height: 24px;
}

.HeroCalendar__dropdown-title-image svg {
    width: 100%;
    height: 100%;
    color: #140d45;
}

.HeroCalendar__dropdown-content {
    padding: 40px;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 410px;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.HeroCalendar__dropdown-content.active {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}

.HeroCalendar__dropdown-content p {
    font-size: 16px;
    font-family: "Futura PT Book", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #111823;
    margin-bottom: 30px;
}

.HeroCalendar__dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

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

.HeroCalendar__dropdown-item-text {
    font-family: "Futura PT", serif;
    font-weight: 500;
    font-size: 21px;
    color: #140d45;
    line-height: 100%;
    text-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.HeroCalendar__dropdown-item-text span {
    margin-top: 10px;
    font-weight: 300;
    display: block;
    font-size: 14px;
    color: #585962;
    line-height: 1.2;
}

.HeroCalendar__dropdown-item-text input {
    width: 20px;
    font-family: "Futura PT", serif;
    font-weight: 500;
    font-size: 21px;
    color: #140d45;
    line-height: 100%;
}

.HeroCalendar__dropdown-item-text input::-webkit-outer-spin-button, .HeroCalendar__dropdown-item-text input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.HeroCalendar__dropdown-item-text input input[type=number] {
    -moz-appearance: textfield;
}

.HeroCalendar__dropdown-item-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* Firefox */
}

.HeroCalendar__dropdown-item-input input {
    pointer-events: none;
    width: 35px;
    height: 35px;
    margin: 0 10px;
    font-size: 15px;
    font-family: "Futura PT", serif;
    color: #140d45;
    line-height: 1.2;
    text-align: center;
}

.HeroCalendar__dropdown-item-input input::-webkit-outer-spin-button, .HeroCalendar__dropdown-item-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.HeroCalendar__dropdown-item-input input input[type=number] {
    -moz-appearance: textfield;
}

.HeroCalendar__dropdown-item-input input::-webkit-outer-spin-button,
.HeroCalendar__dropdown-item-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

.HeroCalendar__dropdown-item-input input[type=number] {
    -moz-appearance: textfield;
}

.HeroCalendar__dropdown-item-input .btn {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    font-size: 22px;
    font-family: "Futura PT", serif;
    color: #140d45;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    border: 1px solid #e7e6ec;
    background-color: #e7e6ec;
    margin-right: 10px;
}

.HeroCalendar__dropdown-item-input .btn:last-child {
    margin: 0;
}

.HeroCalendar__dropdown-item-input .btn:disabled {
    opacity: 1;
    background-color: transparent;
}

.HeroCalendar__dropdown-item-input .btn:disabled:hover {
    background: none;
}

.HeroCalendar__dropdown-item-input .btn:disabled:hover svg {
    color: #e7e6ec;
}

.HeroCalendar__dropdown-item-input .btn:disabled svg {
    color: #e7e6ec;
}

.HeroCalendar__dropdown-item-input .btn:hover {
    background: #140d45;
}

.HeroCalendar__dropdown-item-input .btn:hover svg {
    color: #fff;
}

.HeroCalendar__dropdown-item-input .btn svg {
    width: 20px;
    height: 20px;
    color: #140d45;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}

.HeroCalendar__dropdown .button {
    width: 100%;
}

.detail {
    padding: 50px 0;
}

.detail.ex {
    padding: 0;
}

.detail.ex .detail__inner {
    padding: 50px 0 80px;
    border-bottom: 1px solid #e3e3e3;
}

.detail.last {
    padding: 50px 0 100px;
}

.detail__inner-tag {
    font-size: 15px;
    line-height: 100%;
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    padding: 14px 16px;
    background-color: #140d45;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
    margin-bottom: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.detail__inner-title {
    margin-bottom: 40px;
}

.detail__inner-title.sm {
    max-width: 860px;
}

.detail__inner-title.sm p {
    color: #333333;
}

.detail__inner-title.base p a {
    font-family: "Futura PT Book", sans-serif;
    text-decoration: unset;
}

.detail__inner-title h6 {
    margin-bottom: 24px;
}

.detail__inner-title h1,
.detail__inner-title h2 {
    margin-bottom: 18px;
}

.detail__inner-title p {
    color: #a26246;
    font-family: "Futura PT Book", sans-serif;
}

.detail__inner-title p a {
    font-family: "Futura PT", serif;
    font-weight: 300;
    color: #140d45;
    text-decoration: underline;
}

.detail__inner-title p b {
    color: #140d45;
    font-family: "Futura PT Demi", sans-serif;
}

.detail__inner-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 25px;
}

.detail__inner-buttons .button {
    margin: 5px;
    border: 1px solid #f4ebea;
}

.detail__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px 30px;
}

.detail__inner-row:last-child {
    margin-bottom: 0;
}

.detail__inner-row.sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.detail__inner-row.sm .detail__inner-col {
    width: calc(33.3% - 5px);
    padding-top: 10px;
    max-width: 460px;
}

.detail__inner-col {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.detail__inner-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.detail__inner-content {
    width: calc(66.6% - 10px);
}

.detail__inner-side {
    width: calc(33.3% - 10px);
}

.detail__inner-text {
    margin-bottom: 40px;
    max-width: 860px;
}

.detail__inner-text:last-child {
    margin: 0;
}

.detail__inner-text h2,
.detail__inner-text h3,
.detail__inner-text h4 {
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    color: #140d45;
}

.detail__inner-text h2 span,
.detail__inner-text h3 span,
.detail__inner-text h4 span {
    font-weight: 400;
}

.detail__inner-text h2:last-child,
.detail__inner-text h3:last-child,
.detail__inner-text h4:last-child {
    margin: 0;
}

.detail__inner-text p {
    color: #333333;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: "Futura PT Book", sans-serif;
}

.detail__inner-text p:last-child {
    margin: 0;
}

.detail__inner-text p b {
    font-weight: 500;
    font-family: "Futura PT Demi", sans-serif;
}

.detail__inner-text p a {
    text-decoration: underline;
    color: #140d45;
}

.detail__inner-text > ul {
    padding-left: 70px;
    margin-bottom: 30px;
}

.detail__inner-text > ul li {
    font-family: "Futura PT", serif;
    font-weight: 500;
    margin-bottom: 18px;
}

.detail__inner-text > ul li:last-child {
    margin: 0;
}

.detail__inner-text > ul li::marker {
    color: #a26246;
}

.detail__inner-text > ul li a {
    color: #140d45;
    font-weight: 500;
    position: relative;
}

.detail__inner-text > ul li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #140d45;
    opacity: 0.5;
}

.detail__inner-map {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    margin-bottom: 50px;
}

.detail__inner-map:last-child {
    margin: 0;
}

.detail__inner-map img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.detailBullets {
    margin-bottom: 50px;
}

.detailBullets:last-child {
    margin: 0;
}

.detailBullets ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 25px;
}

.detailBullets ul li {
    list-style: disc;
    font-family: "Futura PT Book", sans-serif;
    margin-bottom: 8px;
}

.detailBullets ul li:last-child {
    margin: 0;
}

.detailBullets ul li::marker {
    color: #a26246;
}

.detailBullets ul li b {
    font-family: "Futura PT Demi", sans-serif;
}

.detailList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    padding-top: 10px;
}

.detailList:last-child {
    margin: 0;
}

.detailList.big ul {
    width: 100%;
}

.detailList ul {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
}

.detailList ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.detailList ul li:last-child {
    margin: 0;
}

.detailList ul li.del span {
    opacity: 0.5;
}

.detailList ul li.del p {
    opacity: 0.7;
}

.detailList ul li span {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.detailList ul li span img {
    width: 100%;
}

.detailSchedule {
    margin-bottom: 35px;
    width: 100%;
}

.detailSchedule__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.detailSchedule__row p {
    width: 100px;
    font-family: "Futura PT", serif;
    font-weight: 500;
    margin: 0 !important;
}

.detailSchedule__row p:last-child {
    font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    width: calc(100% - 110px);
}

.detailSchedule__foot {
    padding-top: 30px;
}

.detailImage {
    width: calc(100% - 20px);
    margin: 10px;
    height: calc(50% - 20px);
    position: relative;
}

.detailImage.light {
    border: 1px solid #f4ebea;
}

.detailImage.big {
    width: calc(66.6% - 20px);
    height: unset;
}

.detailImage.big .detailImage__inner {
    padding-bottom: 67%;
}

.detailImage__inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 65%;
}

.detailImage__inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.detailImage .button {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    right: 20px;
    font-family: "Futura PT Book", sans-serif;
}

.detailImage .button b {
    font-family: "Futura PT Demi", sans-serif;
    margin-right: 5px;
}

.detailForm {
    width: 100%;
}

.detailForm__body {
    background-color: #f8f2f0;
    padding: 40px;
}

.detailForm__title {
    color: #140d45;
    margin-bottom: 30px;
}

.detailForm__title h3 {
    margin-bottom: 10px;
}

.detailForm__title p {
    font-family: "Futura PT Book", sans-serif;
}

.detailForm__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f4ebea;
    margin-bottom: 10px;
    position: relative;
}

.detailForm__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    border-right: 1px solid #f4ebea;
}

.detailForm__item:last-child {
    border: unset;
}

.detailForm__item > span {
    left: unset;
    right: 0;
    width: 100%;
}

.detailForm__item input {
    width: 100%;
    padding: 24px;
    font-size: 19px;
    font-family: "Futura PT Book", sans-serif;
    color: #363636;
}

.detailForm__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f4ebea;
}

.detailForm__foot .button {
    width: 100%;
    border-bottom: 1px solid #f4ebea;
    font-family: "Futura PT Demi", sans-serif;
    font-size: 16px;
}

.detailForm__foot .button:last-child {
    border: unset;
}

.detailForm__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    line-height: 100%;
    font-family: "Futura PT Demi", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #140d45;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    padding: 27px 16px;
    margin-top: 35px;
}

.detailForm__button span {
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

.detailForm__button span svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #c38b75;
}

.detailForm__button:hover {
    background-color: #a26246;
}

.detailForm .HeroCalendar__dropdown {
    display: block;
    width: 100%;
    border: 1px solid #f4ebea;
    padding: 0;
}

.detailForm .HeroCalendar__dropdown::before {
    display: none;
}

.detailForm .HeroCalendar__dropdown-title {
    width: 100%;
    background-color: #fff;
    padding: 24px;
    position: relative;
}

.detailForm .HeroCalendar__dropdown-title::before {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 2px solid #140d45;
    border-right: 2px solid #140d45;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

.detailForm .HeroCalendar__dropdown-title input {
    width: 100%;
    font-size: 19px;
    font-family: "Futura PT Book", sans-serif;
    color: #363636;
    text-align: start;
}

.detailForm .HeroCalendar__dropdown-content {
    left: 50%;
    width: 100%;
    min-width: unset;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px;
}

.detailInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}

.detailInfo__content {
    width: calc(45% - 10px);
    max-width: 610px;
    padding: 40px;
    background-color: #f8f2f0;
}

.detailInfo__content p {
    font-family: "Futura PT Book", sans-serif;
    color: #333333;
}

.detailInfo__content p b {
    font-family: "Futura PT Demi", sans-serif;
    color: #140d45;
}

.detailInfo__content p a {
    color: #140d45;
    text-decoration: underline;
}

.detailInfo__image {
    width: calc(55% - 10px);
    max-width: 770px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detailInfo__image-inner {
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
}

.detailInfo__image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.detailCard {
    margin: 10px;
}

.detailCard__image {
    border: 1px solid #ededed;
    border-bottom: unset;
    width: 100%;
    padding-bottom: 72%;
    position: relative;
}

.detailCard__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.detailCard__tag {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.05em;
    font-family: "Futura PT Book", sans-serif;
    text-transform: uppercase;
    color: #140d45;
    background-color: #f8f2f0;
    border: 1px solid #f4ebea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 20px;
    z-index: 1;
}

.detailCard__button {
    width: 100%;
    font-family: "Futura PT Demi", sans-serif;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #140d45;
    background-color: #f8f2f0;
    border: 1px solid #f4ebea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 10px;
}

.detailCard__button span {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
}

.detailCard__button span img {
    width: 100%;
}

.rests {
    padding: 60px 0 110px;
}

.rests.last {
    padding: 100px 0 115px;
}

.rests__inner-title {
    margin-bottom: 40px;
}

.rests__inner-title h2,
.rests__inner-title h3 {
    color: #140d45;
    font-family: "Playfair Display", sans-serif;
}

.rests__inner-title h6 {
    margin-bottom: 20px;
}

.rests__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.restsItem {
    width: calc(33.3% - 30px);
    margin: 15px;
    padding: 40px;
    border: 1px solid #f4ebea;
}

.restsItem__title {
    margin-bottom: 24px;
}

.restsItem__title h3 {
    margin-bottom: 15px;
    color: #140d45;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
}

.restsItem__title p {
    color: #a26246;
    font-weight: 300;
}

.restsItem__content p {
    font-family: "Futura PT Book", sans-serif;
    color: #333333;
}

.address {
    padding: 120px 0 60px;
}

.address__inner-title {
    margin-bottom: 60px;
    text-align: center;
}

.address__inner-title h1,
.address__inner-title h2 {
    color: #140d45;
    margin-bottom: 24px;
}

.address__inner-title h1:last-child,
.address__inner-title h2:last-child {
    margin: 0;
}

.address__inner-title h1 span,
.address__inner-title h2 span {
    font-weight: 400;
}

.address__inner-title h1 b,
.address__inner-title h2 b {
    font-weight: 700;
}

.address__inner-title h6 {
    margin-bottom: 25px;
}

.address__inner-title p {
    font-family: "Futura PT Book", sans-serif;
}

.address__inner-title p b {
    font-family: "Futura PT Demi", sans-serif;
}

.address__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.address__inner-foot {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.address__inner-foot .button {
    width: 100%;
    font-size: 16px;
    border: 1px solid #f4ebea;
}

.address__inner-foot .button span {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.addressItem {
    width: calc(33.3% - 30px);
    background-color: #f8f2f0;
    padding: 40px;
    margin: 15px;
    min-height: 420px;
}

.addressItem__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.addressItem__title span {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}

.addressItem__title span img {
    width: 100%;
}

.addressItem__title h3 {
    width: calc(100% - 60px);
    font-weight: 700;
    text-decoration: underline;
    color: #140d45;
    font-family: "Playfair Display", sans-serif;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.addressItem__text p {
    font-size: 23px;
    line-height: 195%;
    font-family: "Futura PT Book", sans-serif;
}

.addressItem__text p span {
    color: #140d45;
}

.addressForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e3e3e3;
    margin-bottom: 60px;
}

.addressForm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
}

.addressForm__select {
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.addressForm__select::before {
    position: absolute;
    top: 50%;
    left: 35px;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 2px solid #140d45;
    border-right: 2px solid #140d45;
    -webkit-transform: translate(-50%, -70%) rotate(135deg);
    transform: translate(-50%, -70%) rotate(135deg);
}

.addressForm__select::after {
    width: 1px;
    height: 55%;
    content: "";
    background-color: #e3e3e3;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.addressForm__select select {
    font-size: 21px;
    width: 100%;
    padding: 40px 40px 40px 60px;
    font-family: "Futura PT Book", sans-serif;
    color: #363636;
    -webkit-appearance: none;
}

.addressForm__input {
    width: calc(100% - 280px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.addressForm__input input {
    width: 100%;
    font-size: 21px;
    padding: 40px;
    font-family: "Futura PT Book", sans-serif;
    color: #363636;
}

.addressForm__button {
    width: 30%;
    background-color: #140d45;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 40px;
    font-family: "Futura PT Demi", sans-serif;
    color: #363636;
    font-size: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.addressForm__button:hover {
    background-color: #a26246;
}

.addressForm__button span {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.addressForm__button span svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 1600px) {
    .auto__container {
        max-width: 1400px;
    }

    .main {
        padding-top: 150px;
    }

    .anchor {
        top: -150px;
    }

    .header__inner-logo {
        width: 280px;
    }

    .headerSearch {
        top: 150px;
        height: calc(100% - 150px);
    }

    .nav__inner-link {
        font-size: 20px;
        padding: 40px 5px;
    }

    .nav__inner li {
        margin-right: 20px;
    }

    .drop {
        top: 150px;
    }
}

@media (max-width: 1500px) {
    .auto__container {
        max-width: 1350px;
    }

    h1 {
        font-size: 90px;
    }

    h1.sm {
        font-size: 60px;
    }

    h2 {
        font-size: 50px;
    }

    h2.big {
        font-size: 60px;
    }

    h2.sm {
        font-size: 45px;
    }

    .news {
        padding: 90px 0;
    }

    .news.sm {
        padding: 90px 0 50px;
    }

    .news.ex {
        padding: 50px 0 90px;
    }

    .news__inner-col {
        width: 400px;
    }

    .news__inner-content {
        width: calc(100% - 415px);
    }

    .newsItem__image {
        width: 350px;
    }

    .newsItem__content {
        padding: 0 0 0 24px;
        width: calc(100% - 350px);
    }

    .newsInfo__top {
        padding: 24px;
    }

    .newsInfo__body {
        padding: 24px;
    }

    .newsInfo__title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .newsInfo__item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1380px) {
    h1 {
        font-size: 80px;
    }

    h1.sm {
        font-size: 50px;
    }

    h2 {
        font-size: 45px;
    }

    h2.big {
        font-size: 50px;
    }

    h2.sm {
        font-size: 40px;
    }

    h3 {
        font-size: 40px;
    }

    h3.sm {
        font-size: 35px;
    }

    p.big {
        font-size: 24px;
        line-height: 140%;
    }

    .button.secondary {
        padding: 20px 40px;
    }

    .button.light {
        padding: 20px 40px;
    }

    .overlay {
        top: 140px;
        height: calc(100% - 140px);
    }

    .main {
        padding-top: 140px;
    }

    .anchor {
        top: -140px;
    }

    .header__inner-logo {
        width: 220px;
    }

    .headerSearch {
        top: 140px;
        height: calc(100% - 140px);
    }

    .headerSearch.active .headerSearch__inner {
        padding: 40px 0 30px;
    }

    .nav__inner li {
        margin-right: 15px;
    }

    .nav__inner-link {
        font-size: 18px;
        line-height: 22px;
        padding: 36px 5px;
    }

    .drop {
        top: 140px;
    }

    .hero.uniq .hero__inner {
        padding: 200px 0;
    }

    .hero__inner-title {
        margin-bottom: 100px;
    }

    .HeroCalendar__item input {
        font-size: 18px;
    }

    .HeroCalendar__dropdown-title input {
        font-size: 18px;
    }

    .HeroCalendar__filter {
        font-size: 18px;
    }

    .HeroCalendar__filter span {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .HeroCalendar__title {
        width: 200px;
        font-size: 16px;
        padding: 15px;
    }

    .HeroCalendar__title span {
        width: 34px;
        height: 34px;
    }

    .HeroCalendar__nav {
        font-size: 14px;
        padding: 12px 16px;
    }

    .activity.big {
        padding: 90px 0;
    }

    .activity.ex {
        padding-bottom: 90px;
    }

    .activity__inner-top {
        margin-bottom: 50px;
    }

    .activity__inner-slider {
        padding-bottom: 80px;
    }

    .activityItem__tag {
        margin-bottom: 30px;
    }

    .activityItem__content {
        min-height: 400px;
        padding: 40px 0;
    }

    .activityItem__image .button {
        bottom: 30px;
        right: 30px;
    }

    .contact {
        padding: 50px 0 90px;
    }

    .address {
        padding: 90px 0 50px;
    }

    .address__inner-title {
        margin-bottom: 50px;
    }

    .address__inner-row {
        margin: 0 -10px;
    }

    .addressForm {
        margin-bottom: 50px;
    }

    .addressItem {
        margin: 10px;
        width: calc(33.3% - 20px);
        padding: 30px;
    }

    .detailForm__body {
        padding: 24px;
    }

    .detailCard__tag {
        top: 15px;
        left: 15px;
    }

    .detailCard__button {
        letter-spacing: 0.04em;
        font-size: 14px;
    }

    .detailCard__button span {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }

    .offer {
        padding: 70px 0;
    }

    .offer__inner-title {
        margin-bottom: 40px;
    }

    .offer__inner-row .offerItem {
        width: calc(50% - 20px);
    }

    .offer__inner-row .offerItem.big {
        width: calc(100% - 20px);
    }

    .offer__inner-grid {
        margin: 0 -10px;
    }

    .offerItem {
        width: calc(33.3% - 20px);
        margin: 10px;
    }

    .offerItem.big {
        width: calc(66.6% - 20px);
    }

    .offerItem.port {
        width: calc(100% - 20px);
    }

    .offerItem__content {
        padding: 30px;
    }

    .rooms {
        padding: 90px 0;
    }

    .rooms__inner-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .rooms__inner-row .roomsItem {
        margin: 10px;
        width: calc(33.3% - 20px);
    }

    .rooms__inner-slider {
        margin: 0 -10px;
        padding-bottom: 80px;
    }

    .roomsItem {
        margin: 0 10px;
    }

    .upcoming {
        padding: 90px 0 80px;
    }

    .upcoming__inner-top {
        margin-bottom: 35px;
    }

    .upcoming__inner-row {
        margin: 0 -10px;
    }

    .upcomingItem {
        margin: 10px;
        width: calc(33.3% - 20px);
    }

    .follow__inner-grid {
        margin: 0 -10px;
    }

    .follow__inner-col .followItem {
        width: calc(100% - 20px);
    }

    .followItem {
        margin: 10px;
        width: calc(33.3% - 20px);
    }

    .partners {
        padding: 90px 0;
    }

    .partners__inner-top {
        margin-bottom: 50px;
    }

    .accom {
        padding: 90px 0 60px;
    }

    .accom.ex {
        padding: 50px 0 90px;
    }

    .accom.det .accom__inner {
        padding-bottom: 90px;
    }

    .accom__inner-filters {
        margin-bottom: 40px;
    }

    .accom__inner-filters .button {
        padding: 20px 30px;
    }

    .accomItem {
        margin-bottom: 40px;
    }

    .accomItem__content {
        padding: 24px;
    }

    .accomItem__info {
        width: calc(100% - 200px);
    }

    .accomItem__side {
        width: 200px;
    }

    .accomItem__side .button.secondary {
        padding: 18px;
        font-size: 14px;
    }

    .accomItem__side .button.secondary span {
        width: 20px;
        height: 18px;
        margin-left: 6px;
    }

    .accomItem__title {
        margin-bottom: 20px;
    }

    .accomItem__text {
        margin-bottom: 20px;
    }

    .rests {
        padding: 50px 0 90px;
    }

    .rests.last {
        padding: 70px 0 90px;
    }

    .rests__inner-row {
        margin: 0 -10px;
    }

    .restsItem {
        margin: 10px;
        width: calc(33.3% - 20px);
        padding: 30px;
    }

    .copy {
        font-size: 17px;
    }

    .news__inner-grid {
        margin: 0 -10px;
    }

    .newsItem.col {
        width: calc(33.3% - 20px);
        margin: 10px !important;
    }

    .newsItem.col .newsItem__content {
        padding: 20px 0 0 0;
    }

    .bannerItem.port {
        padding: 14px 50px;
    }

    .bannerItem.port .bannerItem__text {
        right: calc(100% - 30px);
    }
}

@media (max-width: 1250px) {
    .newsItem {
        margin-bottom: 30px;
    }

    .newsItem h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .newsItem p {
        font-size: 18px;
    }
}

@media (max-width: 1180px) {
    .auto__container {
        padding: 0 30px;
    }

    h1 {
        font-size: 60px;
    }

    h1.sm {
        font-size: 40px;
    }

    h2 {
        font-size: 40px;
    }

    h2.big {
        font-size: 40px;
    }

    h2.sm {
        font-size: 35px;
    }

    h3 {
        font-size: 35px;
    }

    h3.sm {
        font-size: 30px;
    }

    h3.ex {
        font-size: 25px;
    }

    h4 {
        font-size: 30px;
    }

    p.big {
        font-size: 20px;
        line-height: 140%;
    }

    body {
        font-size: 18px;
        line-height: 140%;
    }

    .button.secondary {
        padding: 15px 30px;
        font-size: 14px;
    }

    .button.light {
        padding: 15px 30px;
        font-size: 14px;
    }

    .input.sel::before {
        right: 24px;
    }

    .input.sm {
        width: calc(50% - 6px);
    }

    .input input,
    .input textarea {
        padding: 20px 24px;
    }

    .input select {
        padding: 23px 24px;
    }

    .breadcrumb {
        padding: 25px 0;
        font-size: 16px;
    }

    .breadcrumb__inner a,
    .breadcrumb__inner p {
        margin: 5px;
    }

    .breadcrumb__inner span {
        margin: 0 5px;
        width: 6px;
        height: 6px;
    }

    .modall {
        padding: 30px;
    }

    .filter {
        padding: 30px;
    }

    .filterContent {
        margin-bottom: 30px;
    }

    .filterContent__info p,
    .filterContent__info input {
        font-size: 18px;
    }

    .filterContent__info input {
        max-width: 45px;
    }

    .filter__head {
        padding-bottom: 24px;
    }

    .filter__body {
        padding: 24px 0;
    }

    .filter__foot {
        padding-top: 24px;
    }

    .filter .check__box {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .filter .check p {
        width: calc(100% - 30px);
        font-size: 15px;
        line-height: 20px;
    }

    .nav__inner-link {
        font-size: 16px;
    }

    .header__inner-logo {
        width: 200px;
    }

    .headerSearch__inner-form {
        padding: 40px 0;
    }

    .headerSearch__inner .input {
        width: calc(65% - 8px);
    }

    .headerSearch__inner .input input {
        padding: 18px 24px;
    }

    .headerSearch__inner .button {
        width: calc(35% - 8px);
        padding: 20px 10px;
    }

    .headerSearch__inner label {
        margin-bottom: 18px;
    }

    .hero.uniq .hero__inner {
        padding: 180px 0;
    }

    .hero.center .hero__inner {
        padding: 180px 0 50px;
    }

    .hero.center .hero__inner-title {
        margin-bottom: 30px;
    }

    .hero.center .hero__inner h6 {
        margin-bottom: 20px;
    }

    .hero__inner {
        padding: 200px 0 50px;
    }

    .hero__inner-title {
        margin-bottom: 70px;
    }

    .hero__inner-title.sm {
        margin-bottom: 50px;
    }

    .hero__inner-arrow {
        width: 60px;
        height: 60px;
    }

    .HeroCalendar__item {
        padding: 28px 15px;
    }

    .HeroCalendar__dropdown {
        padding: 28px 15px;
    }

    .HeroCalendar__dropdown-content {
        min-width: 324px;
        padding: 20px;
    }

    .HeroCalendar__button {
        font-size: 16px;
    }

    .HeroCalendar__button span {
        width: 22px;
        height: 22px;
    }

    .HeroCalendar__title {
        width: 180px;
        font-size: 14px;
        padding: 12px;
    }

    .HeroCalendar__title span {
        width: 30px;
        height: 30px;
    }

    .HeroCalendar__nav {
        font-size: 14px;
        padding: 10px 12px;
    }

    .HeroCalendar__nav span {
        width: 24px;
        height: 24px;
    }

    .rooms {
        padding: 70px 0;
    }

    .rooms__inner-title h6 {
        margin-bottom: 20px;
    }

    .roomsItem__content {
        padding: 20px;
    }

    .roomsItem p {
        margin-bottom: 30px;
    }

    .activity.big {
        padding: 70px 0;
    }

    .activity.ex {
        padding-bottom: 70px;
    }

    .activity__inner-top {
        margin-bottom: 40px;
    }

    .activity__inner-title {
        width: calc(53% - 10px);
    }

    .activity__inner-title h6 {
        margin-bottom: 20px;
    }

    .activity__inner-text {
        width: calc(47% - 10px);
    }

    .activityItem__content {
        min-height: 320px;
    }

    .activityItem__content a {
        font-size: 15px;
        letter-spacing: 0.02em;
    }

    .activityItem__title {
        margin-bottom: 20px;
    }

    .activityItem__tag {
        margin-bottom: 20px;
    }

    .activityItem__loc {
        margin-bottom: 30px;
    }

    .activityItem__loc span {
        width: 24px;
        height: 24px;
        margin-right: 12px;
    }

    .activityItem__loc p {
        width: calc(100% - 36px);
    }

    .contact {
        padding: 50px 0 60px;
    }

    .contact__inner-content {
        width: calc(66.6% - 10px);
    }

    .contact__inner-side {
        padding-top: 10px;
        width: calc(33.3% - 10px);
    }

    .contactForm__row {
        margin: 0 -10px;
    }

    .contactForm__item {
        margin: 10px;
        width: calc(50% - 20px);
    }

    .contactForm__checks {
        padding: 24px 0 34px;
    }

    .contactForm .check {
        margin-bottom: 24px;
    }

    .contactForm .button.secondary {
        padding: 22px;
    }

    .contactInfo {
        padding: 24px;
    }

    .contactInfo a {
        font-size: 16px;
    }

    .article {
        padding: 80px 0;
    }

    .articleItem span {
        width: 50px;
        height: 50px;
    }

    .news {
        padding: 70px 0;
    }

    .news.sm {
        padding: 70px 0 40px;
    }

    .news.ex {
        padding: 40px 0 70px;
    }

    .news__inner-title h6 {
        margin-bottom: 20px;
    }

    .news__inner-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news__inner-col {
        width: 100%;
    }

    .news__inner-content {
        width: 100%;
        max-width: unset;
        margin-bottom: 40px;
    }

    .upcoming {
        padding: 70px 0 60px;
    }

    .upcoming__inner h6 {
        margin-bottom: 20px;
    }

    .upcomingItem__content {
        padding: 20px;
    }

    .upcomingItem__content ul li span {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .upcomingItem__content ul li p {
        width: calc(100% - 34px);
        line-height: 24px;
    }

    .follow__inner-top {
        margin-bottom: 40px;
    }

    .follow__inner-social a {
        margin-right: 24px;
    }

    .partners {
        padding: 70px 0;
    }

    .partners__inner-row {
        margin: 0 -15px;
    }

    .partnersItem {
        height: 45px;
    }

    .accom {
        padding: 60px 0;
    }

    .accom.ex {
        padding: 50px 0 60px;
    }

    .accom.det .accom__inner {
        padding-bottom: 60px;
    }

    .accom__inner-title h6 {
        margin-bottom: 20px;
    }

    .accom__inner-foot .button.secondary {
        padding: 18px;
        font-size: 14px;
    }

    .accom__inner-filters {
        margin-bottom: 40px;
    }

    .accom__inner-filters .button {
        padding: 15px 22px;
        font-size: 14px;
    }

    .accomItem {
        font-size: 18px;
        line-height: 150%;
    }

    .accomItem__banner {
        width: 350px;
    }

    .accomItem__content {
        width: calc(100% - 350px);
    }

    .accomItem__bullets ul li {
        margin-bottom: 8px;
    }

    .accomItem__list ul li {
        margin-bottom: 8px;
    }

    .detail.ex .detail__inner {
        padding: 50px 0;
    }

    .detail__inner-title {
        margin-bottom: 24px;
    }

    .detail__inner-tag {
        margin-bottom: 20px;
    }

    .detailForm__body {
        padding: 20px;
    }

    .detailForm__item input {
        font-size: 16px;
        padding: 20px;
    }

    .detailForm__button {
        font-size: 13px;
        padding: 21px 16px;
        margin-top: 20px;
    }

    .detailForm__button span {
        width: 18px;
        height: 18px;
    }

    .detailForm__foot .button {
        padding: 20px !important;
    }

    .detailForm__foot .button span {
        width: 22px;
        height: 22px;
    }

    .detailForm .HeroCalendar__dropdown::before {
        display: none;
    }

    .detailForm .HeroCalendar__dropdown-title {
        padding: 20px;
    }

    .detailForm .HeroCalendar__dropdown-title input {
        font-size: 16px;
    }

    .detailInfo {
        margin-bottom: 50px;
    }

    .detailInfo__content {
        padding: 30px;
    }

    .detailCard__tag {
        font-size: 13px;
    }

    .detailCard__button {
        letter-spacing: 0;
        font-size: 12px;
        padding: 18px 10px;
    }

    .rests {
        padding: 35px 0 70px;
    }

    .rests.last {
        padding: 60px 0 70px;
    }

    .rests__inner-row {
        margin: 0 -6px;
    }

    .rests__inner-title {
        margin-bottom: 30px;
    }

    .restsItem {
        margin: 6px;
        width: calc(33.3% - 12px);
        padding: 20px;
    }

    .restsItem__title {
        margin-bottom: 16px;
    }

    .restsItem h3 {
        margin-bottom: 10px;
    }

    .address {
        padding: 60px 0 40px;
    }

    .address__inner-title {
        margin-bottom: 40px;
    }

    .address__inner-foot .button {
        padding: 20px;
    }

    .address__inner-foot .button.light {
        padding: 18px;
        font-size: 14px;
    }

    .addressForm {
        margin-bottom: 40px;
    }

    .addressForm__select {
        width: 210px;
    }

    .addressForm__select::before {
        left: 25px;
        width: 8px;
        height: 8px;
    }

    .addressForm__select select {
        padding: 20px 20px 20px 40px;
        font-size: 18px;
    }

    .addressForm__input {
        width: calc(100% - 210px);
    }

    .addressForm__input input {
        padding: 20px;
        font-size: 18px;
    }

    .addressForm__button {
        padding: 25px 10px;
        font-size: 16px;
    }

    .addressItem {
        margin: 10px;
        padding: 24px;
        min-height: 380px;
    }

    .addressItem h3 {
        font-size: 22px;
    }

    .addressItem p {
        font-size: 18px;
        line-height: 170%;
    }

    .footer {
        padding: 80px 0;
    }

    .footer__inner-logo {
        width: 230px;
    }

    .footer__inner-row {
        width: calc(100% - 320px);
    }

    .footer__inner-col a {
        font-size: 20px;
        margin-bottom: 22px;
    }

    .copy {
        font-size: 16px;
        padding: 20px 0;
    }

    .copy__inner-side p {
        margin-right: 18px;
    }

    .copy__inner-links hr {
        width: 1px;
        height: 16px;
    }
}

@media (max-width: 1024px) {
    ::-webkit-scrollbar {
        display: none;
    }

    .button {
        font-size: 14px;
        line-height: 16px;
        padding: 12px 16px;
    }

    .button.secondary {
        padding: 14px 18px;
        font-size: 13px;
        letter-spacing: 0.04em;
    }

    .button.secondary span {
        width: 22px;
        height: 18px;
        margin-left: 8px;
    }

    .overlay {
        display: none;
    }

    .main {
        padding-top: 83.48px;
    }

    .anchor {
        top: -83.48px;
    }

    body.hidden {
        overflow: unset;
    }

    .header.active {
        background-color: #140d45;
    }

    .header.sticky {
        background-color: #140d45;
    }

    .headerTop {
        display: none;
    }

    .headerSearch {
        top: 82.48px;
        height: calc(100% - 82.48px);
    }

    .headerSearch__inner-form {
        width: calc(100% - 60px);
    }

    .header__inner {
        padding: 20px 0;
    }

    .header__inner-logo {
        width: 180px;
    }

    .header__inner-text {
        display: block;
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0.8px;
        font-family: "Futura PT", serif;
        margin-right: 20px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .header__inner-search {
        padding: 10px;
        margin: 0 15px 0 0;
    }

    body.active {
        overflow: hidden;
    }

    .nav {
        position: fixed;
        top: 82.48px;
        left: 0;
        width: 100%;
        height: calc(100% - 82.48px);
        z-index: 9;
        background: rgba(0, 0, 0, 0.4);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
    }

    .nav.active {
        transform: translate(0, 0);
        -moz-ransform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    .nav__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 400px;
        z-index: 1;
        padding: 50px 20px 30px;
        height: 100%;
        overflow-y: auto;
        background-color: #140d45;
    }

    .nav__inner-link {
        width: 100%;
        font-size: 22px;
        line-height: 24px;
        padding: 10px;
        color: #fff;
        font-weight: 500;
        text-align: center;
    }

    .nav__inner-link::before {
        display: none;
    }

    .nav__inner-link:hover {
        color: #f1b9a3;
    }

    .nav__inner li {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .nav__inner li:last-child {
        margin: 0;
    }

    .burger {
        display: block;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        position: relative;
        width: 36px;
        height: 36px;
    }

    .burger:hover {
        opacity: 0.8;
    }

    .burger::before {
        top: 20%;
        width: 100%;
        height: 3px;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -moz-ransform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .burger span {
        top: 50%;
        width: 100%;
        height: 3px;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-ransform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
    }

    .burger::after {
        bottom: 20%;
        width: 100%;
        height: 3px;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -moz-ransform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .burger.active::before {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .burger.active span {
        opacity: 0;
    }

    .burger.active::after {
        bottom: 50%;
        -webkit-transform: translate(-50%, 50%) rotate(-45deg);
        transform: translate(-50%, 50%) rotate(-45deg);
    }

    .drop {
        position: fixed;
        top: 0;
        right: 0;
        left: unset;
        width: 100%;
        max-width: 400px;
        height: 100%;
        z-index: 10;
        padding: 24px 0;
        overflow-y: auto;
    }

    .drop__inner-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        line-height: 120%;
        font-weight: 500;
        margin-bottom: 30px;
        cursor: pointer;
        color: #140d45;
    }

    .drop__inner-back span {
        width: 18px;
        height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 12px;
    }

    .drop__inner-back span svg {
        width: 100%;
        height: 100%;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        color: #140d45;
    }

    .drop__inner-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .drop__inner-col {
        width: 100%;
        max-width: unset;
        margin-bottom: 20px;
    }

    .drop__inner-col:last-child {
        margin: 0;
    }

    .drop__inner-col li {
        margin-bottom: 20px;
    }

    .drop__inner-col a {
        font-size: 18px;
    }

    .dropItem__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dropItem__list.sm {
        width: 100%;
    }

    .hero.uniq .hero__inner {
        padding: 150px 0;
    }

    .hero.center .hero__inner {
        padding: 150px 0 50px;
    }

    .hero__inner {
        padding: 150px 0 50px;
    }

    .hero__inner-title {
        margin-bottom: 55px;
    }

    .HeroCalendar__item input {
        font-size: 16px;
    }

    .HeroCalendar__dropdown-title input {
        font-size: 16px;
    }

    .HeroCalendar__button {
        font-size: 14px;
    }

    .HeroCalendar__button span {
        width: 20px;
        height: 20px;
    }

    .HeroCalendar__filter {
        font-size: 16px;
    }

    .footer {
        padding: 60px 0;
    }

    .copy {
        font-size: 14px;
    }

    .accomItem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 18px;
    }

    .accomItem__banner {
        width: 100%;
    }

    .accomItem__banner.light {
        border-right: unset;
        border-bottom: 1px solid #f4ebea;
    }

    .accomItem__content {
        width: 100%;
    }
}

@media (max-width: 930px) {
    h1 {
        font-size: 50px;
    }

    h1.sm {
        font-size: 35px;
    }

    h2 {
        font-size: 35px;
    }

    h2.big {
        font-size: 35px;
    }

    h2.sm {
        font-size: 30px;
    }

    h3 {
        font-size: 30px;
    }

    h3.sm {
        font-size: 25px;
    }

    h3.ex {
        font-size: 22px;
    }

    h4 {
        font-size: 25px;
    }

    h6 {
        font-size: 16px;
    }

    p.big {
        font-size: 18px;
    }

    body {
        font-size: 16px;
        line-height: 140%;
    }

    .modall__inner-close {
        width: 35px;
        height: 35px;
    }

    .modallItem {
        padding: 0 50px 40px 50px;
    }

    .modall .swiper-buttons button {
        width: 35px;
        height: 35px;
    }

    .modall .swiper-pagination {
        padding: 0 50px;
    }

    .modall .slick-arrow {
        width: 35px;
        height: 35px;
    }

    .modall .slick-dots {
        padding: 0 50px;
    }

    .filterContent {
        margin-bottom: 22px;
    }

    .filter__head p {
        font-size: 16px;
    }

    .filter__close {
        font-size: 14px;
    }

    .filter__foot .button {
        margin-right: 14px;
    }

    .filter .check {
        margin: 5px;
        width: calc(25% - 10px);
    }

    .hero.uniq .hero__inner {
        padding: 110px 0 70px;
    }

    .hero.center .hero__inner {
        padding: 110px 0 40px;
    }

    .hero__inner {
        padding: 110px 0 40px;
    }

    .hero__inner-title {
        margin-bottom: 40px;
    }

    .hero__inner-title.sm {
        margin-bottom: 30px;
    }

    .hero__inner-arrow {
        width: 50px;
        height: 50px;
    }

    .HeroCalendar {
        padding: 0;
        position: relative;
    }

    .HeroCalendar.add {
        margin-bottom: 40px;
    }

    .HeroCalendar.base {
        margin-bottom: 40px;
    }

    .HeroCalendar.sm {
        margin-bottom: 40px;
    }

    .HeroCalendar.sm .HeroCalendar__item {
        width: 50%;
    }

    .HeroCalendar.sm .HeroCalendar__dropdown {
        width: 100%;
    }

    .HeroCalendar.sm .HeroCalendar__button {
        width: 100%;
    }

    .HeroCalendar__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .HeroCalendar__item {
        padding: 30px;
        width: 50%;
    }

    .HeroCalendar__item::before {
        height: 100%;
    }

    .HeroCalendar__item:nth-child(2)::before {
        display: none;
    }

    .HeroCalendar__item-icon {
        width: 50px;
        height: 50px;
    }

    .HeroCalendar__item label {
        font-size: 15px;
        line-height: 18px;
    }

    .HeroCalendar__item input {
        font-size: 24px;
    }

    .HeroCalendar__dropdown {
        width: 50%;
        padding: 0;
        border-top: 1px solid #e1e1e1;
    }

    .HeroCalendar__dropdown::before {
        height: 100%;
    }

    .HeroCalendar__dropdown-title {
        width: 100%;
    }

    .HeroCalendar__dropdown-title input {
        padding: 30px;
        font-size: 24px;
        line-height: 100%;
    }

    .HeroCalendar__button {
        width: 100%;
        padding: 40px 30px;
        font-size: 24px;
        line-height: 100%;
    }

    .HeroCalendar__button span {
        width: 30px;
        height: 30px;
    }

    .HeroCalendar__filter {
        width: 50%;
        padding: 30px;
        font-size: 24px;
        border-top: 1px solid #e1e1e1;
    }

    .HeroCalendar__filter span {
        width: 30px;
        height: 30px;
    }

    .HeroCalendar__top {
        display: none;
    }

    .offer {
        padding: 50px 0;
    }

    .offer__inner-title h1,
    .offer__inner-title h2 {
        margin-bottom: 18px;
    }

    .offer__inner-title h6 {
        margin-bottom: 14px;
    }

    .offer__inner-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .offer__inner-top h2 {
        margin-bottom: 20px;
    }

    .offer__inner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .offer__inner-title {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .offerItem__content {
        padding: 20px;
    }

    .news__inner-title {
        margin-bottom: 30px;
    }

    .news__inner-title h6 {
        margin-bottom: 14px;
    }

    .newsItem.col {
        width: calc(50% - 20px);
    }

    .activity.big {
        padding: 50px 0;
    }

    .activity.ex {
        padding-bottom: 50px;
    }

    .activity__inner-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .activity__inner-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .activity__inner-title h6 {
        margin-bottom: 14px;
    }

    .activity__inner-text {
        width: 100%;
        max-width: unset;
        text-align: start;
    }

    .activityItem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 0;
        position: relative;
    }

    .activityItem__image {
        width: 100%;
        margin: 0 0 40px 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-width: unset;
    }

    .activityItem__content {
        width: 100%;
        max-width: unset;
        min-height: unset;
        padding: 0;
        position: static;
    }

    .activityItem__content::before {
        width: calc(100% + 60px);
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .follow__inner-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .follow__inner-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .follow__inner-social {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .follow__inner-social a {
        font-size: 14px;
        margin-right: 16px;
    }

    .follow__inner-social a span {
        width: 22px;
        height: 22px;
        margin-right: 6px;
    }

    .follow__inner-row {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .follow__inner-col {
        display: none;
    }

    .contact__inner-back {
        margin-bottom: 24px;
    }

    .contact__inner-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact__inner-content {
        width: 100%;
        max-width: unset;
        margin-bottom: 30px;
    }

    .contact__inner-side {
        width: 100%;
        max-width: unset;
        padding: 0;
    }

    .footer {
        padding: 50px 0;
    }

    .footer__inner-logo {
        width: 190px;
    }

    .footer__inner-row {
        width: calc(100% - 240px);
        max-width: 540px;
    }

    .footer__inner-col:last-child {
        max-width: 130px;
    }

    .footer__inner-col a {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .copy__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .copy__inner-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .copy__inner-links {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 0 15px 0;
    }

    .article {
        padding: 60px 0;
    }

    .article.ex {
        padding: 50px 0 90px;
    }

    .article.uniq {
        padding: 50px 0 80px;
    }

    .article__inner-title {
        margin-bottom: 20px;
    }

    .article__inner-text {
        margin-bottom: 24px;
    }

    .article__inner-text ul {
        padding-left: 40px;
    }

    .article__inner-image {
        margin-bottom: 60px;
    }

    .article__inner-image a {
        top: calc(100% + 5px);
        font-size: 16px;
        line-height: 20px;
    }

    .article__inner-row {
        margin: 0 -5px 30px;
    }

    .articleItem {
        margin: 5px;
        width: calc(33.3% - 10px);
    }

    .rooms {
        padding: 50px 0;
    }

    .rooms__inner-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .rooms__inner-row .roomsItem {
        width: calc(50% - 20px);
        margin: 10px;
    }

    .rooms__inner-top {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rooms__inner-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .rooms__inner-text {
        width: 100%;
        max-width: unset;
        text-align: start;
    }

    .banner__inner {
        padding: 24px 6px;
    }

    .bannerItem.port {
        padding: 10px 35px;
        margin: 5px;
        width: calc(100% - 10px);
    }

    .bannerItem.port .bannerItem__text {
        right: calc(100% - 24px);
    }

    .bannerItem__text {
        right: calc(100% + 8px);
        font-size: 14px;
        line-height: 100%;
    }

    .upcoming {
        padding: 50px 0;
    }

    .upcoming.ex .upcoming__inner {
        padding: 0;
    }

    .upcoming.last .upcoming__inner {
        padding: 0;
    }

    .upcoming.med {
        padding-top: 50px;
    }

    .upcoming.med .upcoming__inner {
        padding: 0;
    }

    .upcoming__inner {
        padding-bottom: 50px;
        position: relative;
    }

    .upcoming__inner-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .upcoming__inner-top a {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .upcoming__inner-title {
        width: 100%;
    }

    .upcoming__inner-title h6 {
        margin-bottom: 14px;
    }

    .upcoming__inner-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .upcomingItem {
        width: calc(50% - 20px);
    }

    .partners {
        padding: 50px 0;
    }

    .partners__inner-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .partners__inner-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .partnersItem {
        height: 35px;
    }

    .accom__inner-back {
        margin-bottom: 24px;
    }

    .accom__inner-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .accom__inner-info > p {
        margin-bottom: 20px;
        line-height: 120%;
    }

    .accom__inner-info > p:last-child {
        margin: 0;
    }

    .accomFilters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .accomFilters__title {
        margin-bottom: 20px;
        width: 100%;
        font-size: 16px;
    }

    .accomFilters__row {
        width: 100%;
        margin: 0 -4px;
    }

    .accomFilters__item {
        font-size: 14px;
        padding-left: 12px;
        margin: 4px;
    }

    .accomFilters__item span {
        width: 32px;
        height: 32px;
        margin-left: 12px;
    }

    .accomSelect select {
        font-size: 16px;
    }

    .accomItem {
        font-size: 16px;
    }

    .detail__inner-row {
        margin: 0 -5px 30px;
    }

    .detail__inner-row.sm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 30px 0;
    }

    .detail__inner-row.sm .detail__inner-col {
        width: 100%;
        padding-top: 0;
        max-width: unset;
    }

    .detail__inner-row.sm .detailImage.big {
        width: 100%;
        margin-bottom: 30px;
    }

    .detail__inner-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .detail__inner-content {
        width: 100%;
    }

    .detail__inner-side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
    }

    .detail__inner-text {
        margin-bottom: 24px;
    }

    .detail__inner-text h2,
    .detail__inner-text h3,
    .detail__inner-text h4 {
        margin-bottom: 20px;
    }

    .detail__inner-text p {
        margin-bottom: 20px;
    }

    .detail__inner-text > ul {
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .detail__inner-text > ul li {
        margin-bottom: 10px;
    }

    .detail__inner-map {
        margin-bottom: 30px;
    }

    .detailList {
        margin-bottom: 24px;
        padding: 0;
    }

    .detailList ul li span {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }

    .detailImage {
        margin: 5px;
        width: calc(100% - 10px);
        height: calc(50% - 10px);
    }

    .detailImage.big {
        width: calc(66.6% - 10px);
    }

    .detailImage .button {
        padding: 12px 20px;
        bottom: 15px;
        right: 15px;
        font-size: 12px;
    }

    .detailInfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .detailInfo__content {
        width: 100%;
        max-width: unset;
    }

    .detailInfo__image {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-width: unset;
        margin-bottom: 30px;
    }

    .detailCard {
        margin: 5px;
    }

    .detailCard__tag {
        font-size: 11px;
        padding: 8px 10px;
    }

    .detailCard__button {
        letter-spacing: 0;
        font-size: 10px;
        padding: 14px 6px;
    }

    .detailCard__button span {
        width: 15px;
        height: 15px;
        margin-left: 5px;
    }

    .rests {
        padding: 25px 0 50px;
    }

    .rests.last {
        padding: 40px 0 50px;
    }

    .rests__inner-row {
        margin: 0 -10px;
    }

    .restsItem {
        margin: 10px;
        width: calc(50% - 20px);
        padding: 20px;
    }

    .address {
        padding: 50px 0 30px;
    }

    .address__inner-title {
        margin-bottom: 30px;
    }

    .addressForm {
        margin-bottom: 30px;
    }

    .addressForm__button {
        font-size: 14px;
    }

    .addressForm__button span {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .addressItem {
        width: calc(50% - 20px);
        min-height: 300px;
    }
}

@media (max-width: 750px) {
    .auto__container {
        padding: 0 20px;
    }

    h1 {
        font-size: 40px;
    }

    h1.sm {
        font-size: 30px;
    }

    h2 {
        font-size: 30px;
    }

    h2.big {
        font-size: 30px;
    }

    h2.sm {
        font-size: 25px;
    }

    h3 {
        font-size: 25px;
    }

    h3.sm {
        font-size: 22px;
    }

    .breadcrumb {
        padding: 16px 0;
        font-size: 14px;
    }

    .breadcrumb__inner a,
    .breadcrumb__inner p {
        margin: 2px 4px;
    }

    .breadcrumb__inner span {
        margin: 0 4px;
        width: 5px;
        height: 5px;
    }

    .breadcrumb__inner span::before {
        border-width: 1px;
    }

    .modall {
        padding: 20px;
    }

    .filter {
        padding: 20px;
    }

    .filterContent__info p,
    .filterContent__info input {
        font-size: 15px;
    }

    .filterContent__info input {
        max-width: 38px;
    }

    .filter .check {
        width: calc(33.3% - 10px);
    }

    .sliders_control {
        margin-bottom: 5px;
    }

    .sliders_control #slider-track {
        height: 5px;
    }

    .sliders_control .thumb {
        width: 18px;
        height: 18px;
    }

    .offer__inner-top a {
        font-size: 16px;
        letter-spacing: 0.02em;
    }

    .offer__inner-top a span {
        width: 22px;
        height: 18px;
        margin-left: 8px;
    }

    .offer__inner-row {
        width: 100%;
    }

    .offer__inner-col {
        display: none;
    }

    .offerItem {
        width: calc(50% - 20px);
        margin: 10px;
    }

    .offerItem.mobRem {
        display: none;
    }

    .offerItem.mobFirst {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .offerItem.big {
        width: calc(100% - 20px);
    }

    .news {
        padding: 50px 0;
    }

    .news.sm {
        padding: 50px 0 30px;
    }

    .news.ex {
        padding: 30px 0 50px;
    }

    .newsItem__image {
        width: 280px;
    }

    .newsItem__content {
        padding: 0 0 0 20px;
        width: calc(100% - 280px);
    }

    .article__inner-row {
        margin: 0 -10px 30px;
    }

    .article__inner-text h2,
    .article__inner-text h3,
    .article__inner-text h4 {
        margin-bottom: 20px;
    }

    .article__inner-text p {
        margin-bottom: 20px;
    }

    .article__inner-text ul {
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .article__inner-text ul li {
        margin-bottom: 10px;
    }

    .articleItem {
        margin: 10px;
        width: calc(50% - 20px);
    }

    .addressForm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .addressForm__row {
        width: 100%;
    }

    .addressForm__button {
        font-size: 16px;
        width: 100%;
    }

    .detail__inner-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .detail__inner-col {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .detailImage {
        margin: 5px;
        width: calc(50% - 10px);
        height: unset;
    }

    .detailImage.big {
        width: calc(100% - 10px);
    }

    .detailCard {
        margin: 5px;
        width: calc(100% - 10px);
    }

    .detailCard__tag {
        top: 20px;
        left: 20px;
        font-size: 14px;
        padding: 10px 16px;
    }

    .detailCard__button {
        letter-spacing: 0;
        font-size: 14px;
        padding: 18px 10px;
    }

    .detailCard__button span {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }

    .partnersItem {
        height: 28px;
    }

    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__inner-logo {
        width: 240px;
        margin-bottom: 40px;
    }

    .footer__inner-row {
        width: 100%;
    }

    .bannerItem.port {
        padding: 15px 70px;
        height: unset;
        margin: 15px auto 0;
        width: 100%;
        max-width: 500px;
    }

    .bannerItem.port .bannerItem__text {
        right: calc(100% - 40px);
    }
}

@media (max-width: 650px) {
    .HeroCalendar__item {
        padding: 24px;
    }

    .HeroCalendar__item-icon {
        width: 40px;
        height: 40px;
    }

    .HeroCalendar__item label {
        font-size: 12px;
        line-height: 14px;
    }

    .HeroCalendar__item input {
        font-size: 20px;
        line-height: 24px;
    }

    .HeroCalendar__button {
        width: 100%;
        padding: 35px 10px;
        font-size: 17px;
        line-height: 22px;
    }

    .HeroCalendar__button span {
        width: 20px;
        height: 20px;
    }

    .HeroCalendar__dropdown-title input {
        padding: 24px;
        font-size: 17px;
        line-height: 22px;
    }

    .HeroCalendar__filter {
        font-size: 20px;
        line-height: 24px;
        padding: 24px;
    }

    .HeroCalendar__filter span {
        width: 24px;
        height: 24px;
    }

    .news__inner-grid {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .newsItem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .newsItem.col {
        width: 100%;
        margin: 0 0 35px 0 !important;
    }

    .newsItem.col:last-child {
        margin: 0 !important;
    }

    .newsItem.col .newsItem__content {
        padding: 0;
    }

    .newsItem__image {
        width: 100%;
        margin-bottom: 24px;
    }

    .newsItem__content {
        width: 100%;
        padding: 0;
    }

    .follow {
        padding-top: 10px;
    }

    .follow__inner-title {
        margin-bottom: 26px;
    }

    .follow__inner-gird {
        margin: 0 -5px;
    }

    .followItem {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .footer {
        padding: 40px 0;
    }

    .copy {
        font-size: 16px;
    }

    .copy__inner-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .copy__inner-links a {
        margin-bottom: 10px;
    }

    .copy__inner-links a:last-child {
        margin: 0;
    }

    .copy__inner-links a:nth-of-type(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .copy__inner-links a:nth-of-type(3) {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    .copy__inner-links hr {
        display: none;
    }

    .article {
        padding: 50px 0;
    }

    .article.uniq {
        padding: 50px 0 60px;
    }

    .article__inner-image {
        margin-bottom: 40px;
    }

    .article__inner-image a {
        font-size: 13px;
        line-height: 17px;
    }

    .address__inner-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .address__inner-foot {
        padding-top: 24px;
    }

    .addressItem {
        width: 100%;
        margin: 0 0 15px 0;
        min-height: 260px;
    }

    .addressItem:last-child {
        margin: 0;
    }

    .addressItem__title {
        margin-bottom: 14px;
    }

    .accom {
        padding: 40px 0;
    }

    .accom.ex {
        padding: 40px 0 50px;
    }

    .accom.sm {
        padding: 40px 0;
    }

    .accom.det .accom__inner {
        padding-bottom: 40px;
    }

    .accom__inner-foot {
        padding-top: 40px;
    }

    .accom__inner-filters {
        margin: 0 -3px 30px;
    }

    .accom__inner-filters .button {
        padding: 12px 18px;
        font-size: 13px;
        letter-spacing: 0.04em;
        margin: 3px;
    }

    .accomItem__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .accomItem__info {
        width: 100%;
        margin-bottom: 30px;
    }

    .accomItem__side {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .accomItem__side h3 {
        text-align: start;
    }

    .accomItem__side p {
        text-align: start;
        margin: 0;
    }

    .accomItem__row {
        margin: 0 -3px;
    }

    .accomItem__row span {
        font-size: 13px;
        padding: 8px 12px;
        margin: 3px;
    }

    .rests {
        padding: 20px 0 40px;
    }

    .rests.last {
        padding: 35px 0 40px;
    }

    .rests__inner-title h6 {
        margin-bottom: 10px;
    }

    .rests__inner-row {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .restsItem {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .restsItem:last-child {
        margin: 0;
    }

    .upcoming {
        padding: 40px 0;
    }

    .upcoming.med {
        padding-top: 40px;
    }

    .upcoming__inner-top {
        margin-bottom: 24px;
    }

    .upcoming__inner-top a {
        font-size: 16px;
        letter-spacing: 0.02em;
    }

    .upcoming__inner-title.big {
        margin-bottom: 24px;
    }

    .upcoming__inner-title h1, .upcoming__inner-title h2 {
        margin-bottom: 12px;
    }

    .upcoming__inner-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .upcomingItem {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .upcomingItem:last-child {
        margin: 0;
    }
}

@media (max-width: 540px) {
    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 22px;
    }

    h3.sm {
        font-size: 16px;
    }

    p.big {
        font-size: 16px;
    }

    body {
        font-size: 14px;
    }

    body.hide {
        overflow: hidden;
    }

    .button.light {
        padding: 12px 18px;
        font-size: 13px;
        letter-spacing: 0.04em;
    }

    .button.light span {
        width: 22px;
        height: 18px;
        margin-left: 8px;
    }

    .input.sel::before {
        right: 20px;
    }

    .input.sm {
        width: 100%;
        margin-bottom: 12px;
    }

    .input.sm:last-child {
        margin: 0;
    }

    .input input,
    .input textarea {
        padding: 15px 20px;
    }

    .input select {
        padding: 18px 20px;
    }

    .check__box {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .check p {
        width: calc(100% - 30px);
        line-height: 20px;
        font-size: 16px;
    }

    .main {
        padding-top: 75px;
    }

    .anchor {
        top: -75px;
    }

    .modall {
        padding: 0;
    }

    .modall.uniq {
        padding: 20px;
    }

    .modall.uniq .modall__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .modallSlider {
        width: 100%;
        position: relative;
    }

    .modallSlider__wrapper {
        width: 100%;
        position: static;
    }

    .modall__inner {
        width: 100%;
        height: 100%;
    }

    .modall__inner-close {
        top: 20px;
        right: 20px;
    }

    .modallItem {
        padding: 0 0 22px 0;
    }

    .modall .swiper-wrapper {
        position: relative;
    }

    .modall .swiper-buttons button {
        display: none !important;
    }

    .modall .swiper-pagination {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: -30px !important;
    }

    .modall .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-width: 1px;
    }

    .modall .slick-arrow {
        display: none !important;
    }

    .modall .slick-dots {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: -30px;
    }

    .modall .slick-dots li {
        width: 8px;
        height: 8px;
    }

    .modall .slick-dots li button {
        border-width: 1px;
    }

    .filter {
        padding: 30px 20px;
        height: 100%;
    }

    .filter__head {
        padding-bottom: 16px;
    }

    .filter__head p {
        font-size: 14px;
    }

    .filter__foot {
        padding-top: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .filter__foot .button {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 15px;
    }

    .filter .check {
        width: calc(50% - 10px);
    }

    .header.hide {
        opacity: 0;
        visibility: hidden;
    }

    .header__inner {
        padding: 16px 0;
    }

    .header__inner-logo {
        width: 150px;
    }

    .header__inner-text {
        display: none;
    }

    .header__inner .burger {
        width: 30px;
        height: 30px;
    }

    .header__inner .burger::before {
        height: 2px;
    }

    .header__inner .burger span {
        height: 2px;
    }

    .header__inner .burger::after {
        height: 2px;
    }

    .headerSearch {
        top: 74px;
        height: calc(100% - 74px);
    }

    .headerSearch__inner-form {
        width: calc(100% - 40px);
        padding: 40px 0 20px;
    }

    .headerSearch__inner-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .headerSearch__inner label {
        font-size: 18px;
    }

    .headerSearch__inner .input {
        width: 100%;
        margin-bottom: 20px;
    }

    .headerSearch__inner .input input {
        padding: 16px 20px;
        font-size: 16px;
    }

    .headerSearch__inner .button {
        width: 100%;
        padding: 20px;
    }

    .nav {
        top: 74px;
        height: calc(100% - 74px);
    }

    .hero.uniq .hero__inner {
        padding: 110px 0 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .hero.center .hero__inner {
        padding: 110px 0 30px;
    }

    .hero.center .hero__inner-title {
        margin-bottom: 20px;
    }

    .hero.center .hero__inner h6 {
        margin-bottom: 10px;
    }

    .hero__inner {
        padding: 110px 0 30px;
    }

    .hero__inner-title {
        margin-bottom: 30px;
    }

    .hero__inner-title h6 {
        margin-bottom: 10px;
    }

    .hero__inner-arrow {
        width: 44px;
        height: 44px;
    }

    .HeroCalendar.base {
        margin-bottom: 30px;
    }

    .HeroCalendar.add {
        margin-bottom: 30px;
    }

    .HeroCalendar__item {
        width: 100% !important;
        border-bottom: 1px solid #e1e1e1;
        padding: 20px;
        border-right: unset;
    }

    .HeroCalendar__item span {
        top: calc(200% + 2px);
        z-index: 1;
    }

    .HeroCalendar__item-icon {
        width: 35px;
        height: 35px;
        top: unset;
        right: unset;
        left: 50%;
        bottom: -18px;
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg);
    }

    .HeroCalendar__item:nth-child(2) {
        border: unset;
    }

    .HeroCalendar__item input {
        font-size: 17px;
        line-height: 20px;
    }

    .HeroCalendar__button {
        width: 100%;
        padding: 20px 0;
        font-size: 14px;
        line-height: 18px;
    }

    .HeroCalendar__dropdown {
        width: 100%;
    }

    .HeroCalendar__dropdown-title input {
        padding: 20px;
        font-size: 17px;
        line-height: 20px;
    }

    .HeroCalendar__dropdown-content {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: unset !important;
        z-index: 999;
        padding: 50px 20px 20px;
    }

    .HeroCalendar__dropdown-content .button {
        padding: 15px;
    }

    .HeroCalendar__filter {
        width: 100%;
        padding: 20px;
        font-size: 17px;
        line-height: 20px;
    }

    .HeroCalendar__dropdown-item {
        margin-bottom: 20px;
    }

    .HeroCalendar__dropdown-item-text {
        font-size: 16px;
    }

    .HeroCalendar__dropdown-item-text input {
        font-size: 20px;
        line-height: 24px;
    }

    .HeroCalendar__dropdown-item-input .btn {
        width: 40px;
        height: 40px;
    }

    .offer {
        padding: 40px 0;
    }

    .offer__inner-top {
        margin-bottom: 20px;
    }

    .offer__inner-top a {
        font-size: 12px;
        letter-spacing: 0.01em;
    }

    .offer__inner-top a span {
        width: 20px;
    }

    .offer__inner-top h2 {
        margin-bottom: 14px;
    }

    .offer__inner-title {
        margin-bottom: 24px;
    }

    .offer__inner-grid {
        margin: 0 -6px;
    }

    .offer__inner-row .offerItem {
        width: calc(50% - 12px);
    }

    .offer__inner-row .offerItem.big {
        width: calc(100% - 12px);
    }

    .offerItem {
        margin: 6px;
        width: calc(50% - 12px);
    }

    .offerItem.big {
        width: calc(100% - 12px);
    }

    .offerItem__content {
        padding: 14px;
    }

    .rooms {
        padding: 40px 0;
    }

    .rooms__inner-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .rooms__inner-row .roomsItem {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .rooms__inner-row .roomsItem:last-child {
        margin: 0;
    }

    .rooms__inner-foot {
        padding-top: 30px;
    }

    .rooms__inner-foot .button {
        font-size: 12px;
        padding: 16px 10px;
        text-align: center;
    }

    .rooms__inner-slider {
        padding-bottom: 40px;
    }

    .rooms__inner .swiper-buttons {
        display: none !important;
    }

    .rooms__inner .swiper-pagination {
        height: unset;
        bottom: 0;
    }

    .rooms__inner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .rooms__inner .slick-arrow {
        display: none !important;
    }

    .rooms__inner .slick-dots {
        bottom: 0;
    }

    .rooms__inner .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .roomsItem__tag {
        font-size: 14px;
        padding: 12px 14px;
    }

    .news {
        padding: 40px 0;
    }

    .news.sm {
        padding: 40px 0 30px;
    }

    .news.ex {
        padding: 30px 0 40px;
    }

    .news__inner-content {
        margin-bottom: 30px;
    }

    .news__inner-foot {
        padding-top: 35px;
    }

    .news__inner-foot a {
        font-size: 16px;
    }

    .newsItem__tag {
        font-size: 14px;
        padding: 12px 14px;
    }

    .newsInfo__top {
        padding: 20px;
    }

    .newsInfo__body {
        padding: 20px;
    }

    .newsInfo__title {
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    .newsInfo__item {
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    .newsInfo h4 {
        font-size: 18px;
    }

    .newsInfo p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .activity.big {
        padding: 40px 0;
    }

    .activity.ex {
        padding-bottom: 40px;
    }

    .activity__inner-slider {
        padding-bottom: 40px;
    }

    .activity__inner .swiper-buttons {
        display: none !important;
    }

    .activity__inner .swiper-pagination {
        height: unset;
        bottom: 0;
    }

    .activity__inner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .activity__inner .slick-arrow {
        display: none !important;
    }

    .activity__inner .slick-dots {
        bottom: 0;
    }

    .activity__inner .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .activityItem__image {
        margin-bottom: 30px;
    }

    .activityItem__image .button {
        bottom: 15px;
        right: 15px;
    }

    .activityItem__tag {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .activityItem__content a {
        font-size: 14px;
    }

    .activityItem__title {
        margin-bottom: 16px;
    }

    .activityItem h6 {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .activityItem h2 {
        margin-bottom: 24px;
    }

    .activityItem ul {
        margin-bottom: 16px;
    }

    .contact {
        padding: 40px 0 50px;
    }

    .contact__inner-back {
        font-size: 14px;
        padding: 10px 16px;
    }

    .contact__inner-back span {
        width: 20px;
        height: 20px;
    }

    .contact__inner-title {
        margin-bottom: 30px;
    }

    .contactForm__row {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contactForm__item {
        margin: 0 0 12px 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contactForm__item:last-child {
        margin: 0;
    }

    .contactForm__checks {
        padding: 20px 0;
    }

    .contactForm .check {
        margin-bottom: 16px;
    }

    .contactForm .button.secondary {
        padding: 20px;
    }

    .contactInfo {
        padding: 24px 20px;
    }

    .contactInfo p {
        margin-bottom: 10px;
    }

    .contactInfo a {
        font-size: 14px;
    }

    .article {
        padding: 40px 0;
    }

    .article.sm {
        padding-bottom: 40px;
    }

    .article.ex {
        padding: 40px 0 50px;
    }

    .article.uniq {
        padding: 40px 0;
    }

    .article__inner-title h1,
    .article__inner-title h2 {
        margin-bottom: 16px;
    }

    .article__inner-title h6 {
        margin-bottom: 12px;
    }

    .article__inner-row {
        margin: 0 0 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .articleItem {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .articleItem:last-child {
        margin: 0;
    }

    .articleItem span {
        width: 40px;
        height: 40px;
    }

    .accom.ex {
        padding: 40px 0;
    }

    .accom__inner-back {
        font-size: 14px;
        padding: 10px 16px;
    }

    .accom__inner-back span {
        width: 20px;
        height: 20px;
    }

    .accom__inner-title {
        margin-bottom: 30px;
    }

    .accom__inner-title h1,
    .accom__inner-title h2 {
        margin-bottom: 16px;
    }

    .accom__inner-title h6 {
        margin-bottom: 12px;
    }

    .accom__inner-foot {
        padding-top: 30px;
    }

    .accomItem {
        margin-bottom: 24px;
        font-size: 14px;
    }

    .accomItem__tag {
        font-size: 14px;
        padding: 12px 14px;
    }

    .accomItem__content {
        padding: 20px;
    }

    .accomItem__title {
        margin-bottom: 14px;
    }

    .accomItem__text {
        margin-bottom: 14px;
    }

    .accomItem__info {
        margin-bottom: 20px;
    }

    .accomItem__side h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .accomItem__side .button.secondary {
        font-size: 13px;
        padding: 12px;
    }

    .accomItem__bullets ul {
        padding-left: 20px;
    }

    .accomItem__list ul li span {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }

    .detail {
        padding: 40px 0;
    }

    .detail.ex .detail__inner {
        padding: 40px 0;
    }

    .detail__inner-title {
        margin-bottom: 18px;
    }

    .detail__inner-title p b {
        display: block;
    }

    .detail__inner-title h6 {
        margin-bottom: 14px;
    }

    .detail__inner-buttons {
        margin-bottom: 18px;
    }

    .detail__inner-buttons .button {
        font-size: 12px;
        padding: 12px 14px;
    }

    .detail__inner-tag {
        font-size: 14px;
        padding: 12px 14px;
    }

    .detail__inner-row {
        margin-bottom: 20px;
    }

    .detail__inner-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .detailImage {
        width: calc(100% - 10px);
    }

    .detailImage.big {
        width: calc(100% - 10px);
    }

    .detailSchedule {
        margin-bottom: 20px;
    }

    .detailSchedule__row p {
        width: 65px;
        line-height: 160%;
    }

    .detailSchedule__row p:last-child {
        width: calc(100% - 70px);
    }

    .detailSchedule__foot {
        padding-top: 20px;
    }

    .detailBullets ul {
        padding-left: 20px;
    }

    .detailList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .detailList ul {
        width: 100%;
        margin-bottom: 16px !important;
    }

    .detailList ul:last-child {
        margin: 0 !important;
    }

    .detailList ul li {
        margin-bottom: 5px;
    }

    .detailList ul li span {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }

    .detailInfo {
        margin-bottom: 24px;
    }

    .detailInfo__content {
        padding: 20px;
    }

    .detailInfo__content p {
        line-height: 120%;
    }

    .detailInfo__image {
        margin-bottom: 20px;
    }

    .upcomingItem__tag {
        font-size: 14px;
        padding: 12px 14px;
    }

    .banner__inner {
        padding: 20px 0;
    }

    .bannerItem.ex {
        margin-bottom: 20px;
    }

    .bannerItem.port {
        padding: 15px 30px;
        margin: 10px auto 0;
    }

    .bannerItem.port .bannerItem__text {
        right: calc(100% - 18px);
    }

    .bannerItem__text {
        right: calc(100% + 3px);
        font-size: 11px;
    }

    .partners {
        padding: 40px 0;
    }

    .partners__inner-top {
        margin-bottom: 30px;
    }

    .partners__inner-top a {
        font-size: 16px;
        letter-spacing: 0.02em;
    }

    .partners__inner-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -15px;
    }

    .partnersItem {
        margin: 15px;
        height: 35px;
        width: calc(50% - 30px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .partnersItem:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .address {
        padding: 50px 0 20px;
    }

    .address__inner-title {
        margin-bottom: 24px;
    }

    .address__inner-title h6 {
        margin-bottom: 12px;
    }

    .address__inner-title h1 {
        margin-bottom: 16px;
    }

    .address__inner-foot .button {
        padding: 16px;
        font-size: 13px;
    }

    .address__inner-foot .button span {
        width: 15px;
        height: 15px;
        margin-right: 8px;
    }

    .addressItem {
        padding: 20px;
    }

    .addressForm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .addressForm__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .addressForm__select {
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
    }

    .addressForm__select::after {
        display: none;
    }

    .addressForm__select::before {
        left: unset;
        right: 18px;
    }

    .addressForm__select select {
        padding: 20px 30px 20px 20px;
        font-size: 16px;
    }

    .addressForm__input {
        width: 100%;
    }

    .addressForm__input input {
        font-size: 16px;
    }

    .addressForm__button {
        font-size: 16px;
        width: 100%;
        padding: 20px;
    }

    .footer__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__inner-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .footer__inner-col {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer__inner-col:last-child {
        margin: 0;
    }

    .footer__inner-col a {
        font-size: 20px;
        margin-bottom: 14px;
    }
}

@media (max-width: 440px) {
    .breadcrumb {
        padding: 20px 0;
        font-size: 16px;
    }

    .breadcrumb__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .breadcrumb__inner a,
    .breadcrumb__inner p {
        margin: 0;
    }

    .breadcrumb__inner a:last-child,
    .breadcrumb__inner p:last-child {
        margin: 0;
    }

    .breadcrumb__inner span {
        margin: 8px 0;
        width: 7px;
        height: 7px;
    }

    .breadcrumb__inner span::before {
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
    }
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir=rtl] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

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

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

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.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.slick-hidden {
    display: none;
}

/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

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

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

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.container {
    top: 0 !important;
    left: 0 !important;
}