/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}


a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}





p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    font-family: Arial, 'Helvetica', sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    padding: 10px 0;
}

.header_warpper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    gap: 40px;
    display: flex;
}

.menu a {
    font-size: 14px;
    color: #422710;
    font-weight: 700;
    transition: all 0.3s;
}

.menu a:hover {
    color: #5589cf;
}

.header_logo {
    display: flex;
    width: 315px;
}

.header_logo img {
    width: 100%;
    height: auto;
}

.main {
    position: relative;
    margin-bottom: 80px;
    padding: 220px 0 120px;
}

.main_img {
    width: 1180px;
    margin: 0 auto;
    height: 100%;
    max-width: calc(100vw - 30px);
    z-index: -1;
    position: absolute;
    top: 0;
    box-shadow: 0px 9px 10px -3px rgba(34, 60, 80, 0.2);
    right: 50%;
    transform: translateX(50%);
    border-radius: 42px;
    overflow: hidden;
}

.main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_subtitle {
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
    padding: 8px 16px;
    backdrop-filter: blur(10px);
    width: fit-content;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.main_title {
    font-size: 59px;
    color: #ffffff;
    margin-bottom: 24px;
    font-weight: 700;
}

.main_text {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.6;
    width: 440px;
    margin-bottom: 40px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background-color: #5589cf;
    border: 2px solid #5589cf;
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    transition: all 0.3s;
}

.btn:hover {
    background-color: #558acf00;
    color: #5589cf;
}

.main_btn {
    font-size: 21px;
    color: #ffffff;
    font-weight: 300;
    width: 270px;
    height: 46px;
    transition: all 0.3s;
    border-radius: 20px;
}

.title {
    font-size: 46px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 30px;
}

.rooms {
    margin: 100px 0;
}

.rooms_items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.rooms_item {
    width: calc(25% - 12px);
    border-radius: 21px;
    filter: drop-shadow(0px 7px 6.5px rgba(0, 0, 0, 0.07));
    background-color: #f9f9f9;
    padding-bottom: 15px;
}

.rooms_item-img {
    height: 252px;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
}

.rooms_item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rooms_item-info {
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rooms_item-title {
    font-size: 11px;
    color: #9a9a9a;
    font-weight: 300;
}

.rooms_item-title span {
    display: block;
    font-size: 25px;
    color: #000000;
    font-weight: 700;
}

.rooms_item-value {
    font-size: 12px;
    text-align: center;
    color: #6c6c6c;
}

.rooms_item-value span {
    font-size: 21px;
    color: #5589cf;
    font-weight: 700;
    display: block;
}


.services {
    margin: 100px 0;
}

.rooms_item-btn {
    width: 143px;
    height: 40px;
    margin: 15px auto 0;
}

.services_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}

.services_left {
    width: 420px;
}

.services_text {
    width: 430px;
    font-size: 13px;
    color: #858585;
    font-weight: 300;
}

.services_left .title {
    margin-bottom: 10px;
}

.services_left .services_text {
    width: 100%;
}

.services_wrapper {
    display: flex;
    justify-content: space-between;
}

.services_tabs {
    width: 364px;
}

.services_tab {
    display: flex;
    border-radius: 16px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.11));
    background-color: #ffffff;
    padding: 14px;
    gap: 18px;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    transition: all 0.3s;
    font-weight: 700;
}

.services_tab:last-child {
    margin-bottom: 0;
}

.services_tab:hover,
.services_tab.active {
    background-color: #5589cf;
    color: #fff;
}

.services_tab:hover span,
.services_tab.active span {
    background-color: #fff;
}

.services_tab span {
    transition: all 0.3s;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #558acf33;
    font-size: 13px;
    line-height: 1;
    color: #5589cf;
    font-weight: 700;
    height: 42px;
    border-radius: 50%;
}

.services_content {
    width: 514px;
    border-radius: 22px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.11));
    background-color: #ffffff;
    padding: 24px;
    display: none;
}

.services_content.active {
    display: block;
}

.services_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-left: 24px;
    position: relative;
}

.services_item::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 9px;
    background-image: url(../img/services_item.png);
    background-size: cover;
    left: 0;
    top: 3px;
}

.services_item-title {
    font-size: 13px;
    color: #474747;
    font-weight: 700;
    width: 70%;
}

.services_item-title span {
    display: block;
    font-size: 9px;
    color: #818181;
}

.services_item-price {
    font-size: 17px;
    color: #5589cf;
    font-weight: 700;
}

.gallery {
    margin: 100px 0;
}

.gallery_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.gallery_top .title {
    margin-bottom: 0;
}

.gallery_tabs {
    display: flex;
    position: relative;
}

.gallery_tabs::before {
    position: absolute;
    content: "";
    height: 5px;
    border-radius: 2px;
    background-color: #cdcdcd;
    width: 100%;
    bottom: 0;
    right: 0;
}

.gallery_tab {
    padding: 0 6px 12px;
    cursor: pointer;
    font-size: 13px;
    color: #717171;
    position: relative;
    font-weight: 300;
}

.gallery_tab.active {
    color: #272727;
}

.gallery_tab::before {
    position: absolute;
    content: "";
    height: 5px;
    transition: all 0.3s;
    border-radius: 2px;
    background-color: #5589cf;
    width: 0%;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}


.gallery_tab.active::before {
    width: 100%;
}

.gallery_items {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 14px;
}

.gallery_item {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.31));
    min-height: 214px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.video_item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-image: url(../img/play.svg);
    background-size: cover;
    z-index: 1;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
}

.gallery_item img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;

}

.gallery_item:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
}

.gallery_item:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
}

.gallery_item:nth-child(3) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 3;
}

.gallery_item:nth-child(4) {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 5;
}

.gallery_item:nth-child(5) {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 4;
    grid-column-end: 4;
}

.gallery_item:nth-child(6) {
    grid-row-start: 3;
    grid-column-start: 4;
    grid-row-end: 4;
    grid-column-end: 5;
}

.gallery_content {
    display: none;
}

.gallery_content.active {
    display: block;
}

.about {
    margin: 100px 0;
}

.about .container {
    max-width: 1190px;
}

.about_wrapper {
    padding: 40px;
    border-radius: 38px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.44);
    background-image: url(../img/about_wrapper.jpg);
    background-size: cover;
    color: #f9f9f9;
    background-position: center;
}

.about_title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}

.about_title span {
    font-weight: 700;
    display: block;
}

.about_wrapper p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: 300;
}

.about_subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.contacts {
    margin: 100px 0;
}

.contacts_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.contacts_top .title {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 36px;
    max-width: 480px;
}

.contacts_btn {
    width: 212px;
    height: 49px;
    font-size: 17px;
}

.contacts_wrapper {
    position: relative;
    padding-bottom: 60px;
}

.contacts_inner {
    width: 332px;
    border-radius: 15px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: 1px solid #f9f9f9;
    padding: 32px 50px;
    z-index: 1;
}

.contacts_map {
    position: absolute;
    height: 100%;
    top: 20px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 18px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    z-index: -1;
    display: flex;
    overflow: hidden;
    width: 1150px;
}

.contacts_map iframe {
    width: 100%;
    height: 100%;
    display: flex;
}

.contacts_title {
    font-size: 33px;
    line-height: 44px;
    color: #191919;
    font-weight: 300;
    margin-bottom: 30px;
}

.contacts_item {
    margin-bottom: 30px;
}

.contacts_item:last-child {
    margin-bottom: 0;
}

.contacts_item-title {
    font-size: 10px;
    line-height: 14px;
    color: #858585;
    font-weight: 300;
    margin-bottom: 10px;
}

.contacts_item-text {
    font-size: 15px;
    line-height: 20px;
    color: #191919;
    font-weight: 300;
}

.contacts_inner-btn {
    width: 228px;
    height: 49px;
    margin: 0 auto;
    font-size: 17px;
}

.footer {
    padding: 20px 0;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_logo {
    width: 315px;
    display: flex;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.footer_number {
    font-size: 18px;
    color: #3f3f3f;
    font-weight: 300;
}

.footer_messages {
    display: flex;
    gap: 5px;
}

.footer_message {
    width: 32px;
    display: flex;
}

.footer_message img {
    width: 100%;
    height: auto;
}

.menu_burger,
.header_logo-mobile {
    display: none;
}

.rooms_popup {
    width: 930px;
    border-radius: 21px;
    filter: drop-shadow(0px 7px 6.5px rgba(0, 0, 0, 0.07));
    background-color: #f9f9f9;
}

.rooms_popup-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.rooms_popup-left {
    position: absolute;
    left: 0;
    width: calc(50% - 10px);
    top: 0;
}

.rooms_popup-info {
    margin-left: auto;
    width: calc(50% - 10px);
}

.rooms_popup-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.rooms_popup-title span {
    font-size: 26px;
    display: block;
}

.rooms_popup-text p {
    line-height: 1.4;
    margin-bottom: 20px;
}

.rooms_popup-inp {
    width: 100%;
    height: 50px;
    margin-bottom: 12px;
    padding-left: 20px;
    border-radius: 20px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.11));
    border: none;
}

.rooms_popup-btn {
    font-size: 18px;
    width: 100%;
    height: 50px;
    cursor: pointer;
}

.rooms_popup-imgs {
    width: 100%;
    margin-bottom: 10px;
}

.rooms_popup-img {
    border-radius: 20px;
    overflow: hidden;
    height: 320px;
}

.rooms_popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rooms_popup-dots {
    width: calc(100% + 10px);
}

.rooms_popup-dot {
    height: 86px;
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
    margin-right: 10px;
}

.rooms_popup-dot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }

    .header {
        position: fixed;
        z-index: 10;
        width: 100%;
        box-shadow: 0px 9px 10px -3px rgba(34, 60, 80, 0.2);
        top: 0;
        padding: 14px 0;
        background-color: #fff;
    }

    .header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .header_warpper {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s;
        background-color: #fff;
        width: 100%;
        height: 100%;
        padding-top: 40px;
        top: 63px;
        right: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .menu {
        flex-direction: column;
        max-width: 700px;
        margin: 0 auto 20px;
        width: 100%;
        gap: 20px;
    }

    .menu a {
        font-size: 18px;
    }

    .header_warpper.active {
        opacity: 1;
        visibility: visible;
    }

    .header_warpper .header_logo {
        display: none;
    }

    .header_logo-mobile {
        display: flex;
        width: 240px;
    }

    .header_logo-mobile img {
        width: 100%;
        height: auto;
    }

    .main {
        margin-top: 84px;
        margin-bottom: 60px;
        padding: 100px 0 100px;
    }

    .main_title {
        font-size: 52px;
    }

    .rooms_items {
        gap: 20px;
    }

    .rooms_item {
        width: calc(50% - 10px);
    }

    .services_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .services_left {
        width: 100%;
    }

    .services_text {
        width: 100%;
    }

    .services_tabs {
        width: 270px;
    }

    .services_content {
        width: 420px;
    }

    .gallery_item {
        min-height: 160px;
    }

    .contacts_inner {
        padding: 30px;
    }

    .rooms,
    .services,
    .gallery,
    .about,
    .contacts {
        margin: 60px 0;
    }

    .about_wrapper {
        padding-right: 120px;
    }

    .menu_burger {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #000000;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        transform: rotate(45deg);
        top: 9px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #000000;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #000000;
        top: 9px;
        right: 0;
        transition: all 0.3s;
    }

    .menu_burger.active span {
        transform: scale(0);
    }

    .rooms_popup-left {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    .rooms_popup-info {
        width: 100%;
    }

    .rooms_popup {
        width: 600px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }

    .header_logo-mobile {
        width: 180px;
    }

    .main {
        margin-top: 54px;
        padding: 60px 0;
    }

    .header_warpper {
        top: 54px;
        padding: 40px 15px;
    }

    .main_img {
        max-width: 100vw;
        border-radius: 0px;
    }

    .main_img::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        top: 0;
        right: 0;
    }

    .main_title {
        font-size: 36px;
    }

    .main_text {
        width: 100%;
    }

    .main_btn {
        width: 100%;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .title {
        font-size: 26px;
    }

    .rooms_items {
        gap: 10px;
    }

    .rooms_item {
        width: calc(50% - 5px);
    }

    .services_wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .services_tabs {
        flex-wrap: nowrap;
        gap: 10px;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
        display: flex;
        padding-bottom: 10px;
    }

    .services_tab {
        min-width: 220px;
        margin-bottom: 0;
    }

    .services_tabs::-webkit-scrollbar {
        display: none;
    }

    .services_content {
        width: 100%;
        padding: 30px 20px;
    }

    .services_item:last-child {
        margin-bottom: 0;
    }

    .rooms_item-img {
        height: 55vw;
    }

    .rooms_item-btn {
        width: calc(100% - 10px);
        margin-top: 4px;
    }

    .rooms_item-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .rooms_item-title span {
        font-size: 20px;
    }

    .gallery_top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
        gap: 20px;
    }

    .gallery_tabs {
        width: 100%;
    }

    .gallery_tab {
        flex: auto;
        text-align: center;
    }

    .gallery_items {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .gallery_item {
        width: calc(50% - 10px);
        min-height: 42vw;
    }

    .about_wrapper {
        padding: 30px 20px;
    }

    .about_title {
        font-size: 20px;
        line-height: 1.2;
    }

    .about .container {
        padding: 0;
    }

    .about_wrapper {
        background-position: left;
        border-radius: 20px;
    }

    .contacts_top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
        gap: 20px;
    }

    .contacts_top .title {
        font-size: 26px;
    }

    .contacts_wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .contacts_inner {
        width: 100%;
        padding: 30px 20px;
    }

    .contacts_map {
        width: 100%;
        position: relative;
        inset: auto;
        height: 320px;
        transform: none;
    }

    .contacts_wrapper {
        padding: 0;
    }

    .contacts_title {
        margin-bottom: 14px;
        font-size: 26px;
    }

    .contacts_item {
        margin-bottom: 20px;
    }

    .footer_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .contacts {
        margin-bottom: 40px;
    }

    .footer_messages {
        order: 1;
    }

    .rooms_popup {
        padding: 40px 20px;
    }

    .rooms_popup-img {
        height: 71vw;
    }

    .rooms_popup-dot {
        height: 20vw;
        border-radius: 10px;
    }
}