html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{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;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:-.25em}sup{top:-.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:.35em .75em .625em}legend{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"]{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: "Yauza TYGRA";
    src: url(/local/templates/more/font/yauzatygra.woff) format("woff");
    src: url(/local/templates/more/font/yauzatygra.woff2) format("woff2");
}

* {
    box-sizing: border-box;
}
html {
    font-size: 16px;
}
body {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Arsenal', Arial,  sans-serif;
    font-weight: 400;
    font-size: 16px;
	scroll-behavior: smooth;
}
p {
    margin: 0;
}
.container {
    width: 100%;
    max-width: 1640px;
    padding: 0 20px;
    margin: 0 auto;
}
.min-container {
    /* width: 80%;
    width: calc((100% - 352px) / 12 * 10 + 288px);
    margin: 0 auto; */
    margin-left: 136px;
    margin-right: 136px;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    background: #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
    transition: background .3s ease-out;
    outline: none;
    border: none;
    cursor: pointer;
}
.button:hover {
    background: rgba(255, 255, 255, 0.64);
}
.button-blue {
    background: #0D5474;
    color: #fff;
}
.button-blue:hover {
    background: #146D95;
}
.button-outline {
    padding: 10px 30px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    transition: background .3s ease-out, color .3s ease-out;
}
.button-outline:hover {
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
}
.button-outline-blue {
    padding: 10px 30px;
     border: 2px solid #fff;
     color: #fff;
     background: transparent;
     transition: background .3s ease-out, color .3s ease-out;
}
.button-outline-blue:hover {
    color: rgba(0, 0, 0, 0.87);
     background: #fff;
}
.button-outline-blue.active {
    background: #fff;
     color: rgba(0, 0, 0, 0.87);
     pointer-events: none;
}
.button[disabled] {
    background: #F7F7F7;
    color: rgba(0, 0, 0, 0.4);
    cursor: not-allowed;
}
.header {
    height: 80px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.header__container {
    /* height: 100%; */
    display: flex;
    /* align-items: flex-end; */
    align-items: center;
    justify-content: space-between;
    /* padding-top: 4px; */
    padding-top: 40px;
    padding-bottom: 4px;
}
.header__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 80px;
}
.header__address-adaptive {
    display: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    margin-top: 12px;
}
.header__logo img {
    display: block;
    width: 300px;
}

.header__logo2 img {
    width: fit-content;
}

.header__socials {
    margin-bottom: -4px;
}
.header__contacts, .header__socials {
    display: flex;
    align-items: center;
}
.header__address-default, .header__tel {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-right: 80px;
}
.header__tel {
    text-decoration: none;
    transition: opacity .3s ease-out;
}
.header__tel:hover {
    opacity: 0.64;
}
.header__social-tel {
    display: none;
}
.header__social-link {
    margin-right: 12px;
}
.footer__social-link {
    margin-right: 16px;
}
.header__social-link:last-child, .footer__social-link:last-child {
    margin-right: 0;
}
.header__social-link img, .footer__social-link svg {
    width: 40px;
    display: block;
    transition: opacity .3s ease-out;
}
.header__social-link:hover img, .footer__social-link:hover svg {
    opacity: 0.64;
}
.intro {
    min-height: 100vh;
    padding: 150px 0;
    display: flex;
    align-items: center;
    position: relative;
}
.intro-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
}
.intro-video__shade {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 10, 51, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.intro-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.intro-block__content {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
.intro-block__title {
    font-weight: 400;
    font-size: 90px;
    line-height: 94px;
    color: #fff;
    margin: 0 0 16px;
}
.intro-block__subtitle {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}
.intro-block__button {
    margin-top: 56px;
}
.about-section {
    padding: 64px 0 80px;
}
.about-block, .conditions-block {
    display: flex;
    align-items: center;
}
.about-block__content {
    width: 50%;
    width: calc(50% - 16px);
    min-height: 660px;
    padding: 148px 164px 148px 136px;
    background: #fff url('../img/img-big/about-decor.svg') bottom left / 302px auto no-repeat;
}
.conditions-block {
    margin-bottom: 100px;
}
.conditions-block__content {
    width: 50%;
    width: calc(50% - 16px);
    min-height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 136px 100px 164px;
    background: #fff url('../img/img-big/conditions-decor.svg') bottom right / 302px auto no-repeat;
}
.about-block__title {
    font-weight: 400;
    font-size: 64px;
    line-height: 68px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0 0 24px;
}
.about-block__text, .conditions-block__text {
    font-size: 16px;
    line-height: 24px; 
    color: rgba(0, 0, 0, 0.60);
    letter-spacing: 0.5px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.conditions-block__title {
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0 0 24px;
}
.conditions-block__subtitle {
    font-size: 24px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 24px;
}
.conditions-block__text {
    margin-bottom: 32px;
}
.conditions-block__text p {
    margin-bottom: 16px;
}
.conditions-block__text:last-child, .conditions-block__text p:last-child {
    margin-bottom: 0;
}
.about-block__img-wrap, .conditions-block__img-wrap {
    position: relative;
    width: 50%;
    width: calc(50% + 80px);
    position: relative;
}
.about-block__img-wrap {
    margin-left: -64px;
}
.conditions-block__img-wrap {
    margin-right: -64px;
}
.about-block__img, .conditions-block__img {
    display: block;
    width: 100%;
    height: 532px;
    background: center / cover no-repeat;
    position: relative;
}
.about-block__img-wrap::before, .conditions-block__img-wrap::before, .soaring-block__video-wrap::before, .promo-block__img-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    width: 100%;
    height: 100%;
    border: 2px solid #3C9DC9;
    box-sizing: border-box;
}
.about-block__img-wrap::before, .soaring-block__video-wrap::before, .promo-block__img-wrap::before {
    left: 32px;
}
.conditions-block__img-wrap::before {
    right: 32px;
}
.soaring-block {
    display: flex;
    margin-bottom: 100px;
}
.soaring-block__video-wrap {
    position: relative;
    align-self: center;
    width: 400px;
    max-width: 50%;
    margin: 64px 0 64px -64px;
}
.soaring-block__video {
    display: block;
    position: relative;
    width: 100%;
}
.soaring-block__content {
    flex: 1;
    background-color: #fff;
    padding: 136px 192px 200px 136px;
    background: #fff url('../img/img-big/soaring-decor.svg') bottom left / 340px auto no-repeat;
}
.soaring-block__title {
    font-size: 64px;
    font-weight: 400;
    line-height: 68px; 
    margin: 0 0 24px;
}
.soaring-block__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.60);
}
.soaring-block__text a {
    color: inherit;
    text-decoration: underline;
}
.soaring-block__button {
    margin-top: 40px;
}
.quote-section {
    width: 100%;
    min-height: 932px;
    background: center / cover no-repeat;
    padding: 148px 0;
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}
.quote-block {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.80);
    padding: 100px 136px;
}
.quote-block__text {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(0, 0, 0, 0.87);
    max-width: 900px;
    margin: 0 auto;
}
.advantages-section {
    margin-bottom: 100px;
}
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
}
.advantages-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 720px;
    color: #fff;
    background: center / cover no-repeat;
}
.advantages-card_sm {
    min-height: 512px;
}
.advantages-card_wide {
    grid-column: span 2;
}
.advantages-card__content {
    padding: 48px 48px 48px 32px;
    max-width: 580px;
}
.advantages-card__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px; 
    color: #fff;
    margin: 0 0 12px;
}
.advantages-card p {
    font-size: 16px;
    line-height: 24px; 
    letter-spacing: 0.5px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.advantages-card__content ul {
   padding-left: 14px;
}

.advantages-card__content li {
   margin-bottom: 8px;
}
.booking-section {
    padding: 64px 0 90px;
    background: #0D5474 url('../img/img-big/booking-decor.svg') bottom left / 282px auto no-repeat;
}
.booking-block {
    display: flex;
    align-items: center;
    color: #fff;
}
.booking-block__content {
    width: 40%;
    width: calc((100% - 352px) / 12 * 5 + 128px);
    padding: 0 136px;
}
.booking-block__img-wrap {
    flex: 1;
    margin-left: -32px;
    position: relative;
}
.booking-block__img-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    left: 32px;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-sizing: border-box;
}
.booking-block__img {
    width: 100%;
    height: 532px;
    background: center / cover no-repeat;
    position: relative;
}
.booking-block__title {
    font-size: 44px;
    font-weight: 400;
    line-height: 52px;
    color: #fff;
    margin: 0 0 32px;
}
.booking-block__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.booking-block__contacts-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #fff;
    text-decoration: none;
    margin-bottom: 16px;
}
.booking-block__contacts-item:last-child {
    margin-bottom: 0;
}
.booking-block__contacts-item img {
    width: 24px;
    margin-right: 12px;
}
a.booking-block__contacts-item {
    transition: opacity .3s ease-out;
}
a.booking-block__contacts-item:hover {
    opacity: 0.64;
}
.booking-block__button {
    margin-top: 64px;
}
.gallery-section {
    padding: 120px 0
}
.gallery-section__title {
    font-size: 64px;
    font-weight: 400;
    line-height: 68px; 
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    margin: 0 0 56px;
}
.gallery-slider .slick-track {
    display: flex;
    align-items: center;
}
.gallery-slider .slick-list {
    margin: 0 -16px;
}
.gallery-slider__item {
    margin: 0 16px;
}
.gallery-slider__item img {
    display: block;
    width: 100%;
}
.gallery-slider-arrow {
    position: absolute;
    bottom: -18px;
    z-index: 1;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    background-color: #0D5474;
    transition: background-color .3s ease-out;
}
.gallery-slider-arrow:hover {
    background-color: #146D95;
}
.gallery-slider-arrow img {
    width: 24px;
}
.gallery-slider-prev {
    left: 50%;
}
.gallery-slider-next {
    right: 50%;
}
.gallery-slider .slick-dots {
    margin: 58px auto 0;
    padding: 0 88px;
    list-style: none;
    font-size: 0;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
}
.gallery-slider .slick-dots li {
    margin: 0 8px;
}
.gallery-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.16);
    border: none;
    outline: none;
    cursor: pointer;
    transition: background .3s ease-out;
}
.gallery-slider .slick-dots button:hover {
    background: rgba(0, 0, 0, 0.4);
}
.gallery-slider .slick-dots .slick-active button {
    background: #0D5474;
}
.timing-block {
    padding: 80px 100px 100px;
    background-color: #fff;
    margin-bottom: 100px;
}
.timing-block__title {
    font-size: 64px;
    font-weight: 400;
    line-height: 68px;
    color: rgba(0, 0, 0, 0.87);
    margin: 0 0 64px;
}
.timing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
    margin-bottom: 32px;
}
.timing-card {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #146D95;
    color: #fff;
    min-height: 560px;
}
.timing-card:nth-child(odd) {
    flex-direction: column-reverse;
}
.timing-card::after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background: #fff url('../img/img-big/blue-arrow-icon.svg') center / 24px no-repeat;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -48px;
    z-index: 1;
}
.timing-card:last-child:after {
    display: none;
}
.timing-card__content {
    padding: 24px 24px 40px;
}
.timing-card__title {
    font-size: 32px;
    line-height: 40px; 
}
.timing-card__sm-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}
.timing-card__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
.timing-card__text {
    font-size: 14px;
    line-height: 20px; 
    letter-spacing: 0.5px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.timing-card__img {
    width: 100%;
    flex: 1;
    min-height: 150px;
    background: center / cover no-repeat;
}
.timing-block__note {
    width: 100%;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08), 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    padding: 28px 80px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(0, 0, 0, 0.87);
}
.timing-block__note a {
    color: inherit;
    text-decoration: underline;
}
.promo-block {
    display: flex;
    margin-bottom: 100px;
}
.promo-block__content {
    width: 50%;
    width: calc(50% - 16px);
    background: url("../img/img-big/promo-bg-2.svg") #20749A center / cover no-repeat;
    /* padding: 64px 120px 104px; */
    padding: 178px 120px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0 64px;
    /* margin: 64px 0 64px -64px; */
}
.promo-block__title {
    font-size: 64px;
    line-height: 68px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 32px;
}

.promo-block__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    /* max-width: 460px; */
    max-width: 480px;
    margin-bottom: 48px;
}
.promo-block__text:last-child {
    margin-bottom: 0;
}
.promo-block__text p {
    margin-bottom: 16px;
}
.promo-block__text p:last-child {
    margin-bottom: 0;
}
.promo-block__text-title {
    margin-bottom: 24px;
}
.promo-block__text-title span {
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 4px;
}
.promo-block__img-wrap {
    width: 50%;
    width: calc(50% + 80px);
    position: relative;
    align-self: center;
    /* margin: 64px 0 64px -64px; */
}
.promo-block__img {
    display: block;
    width: 100%;
    min-height: 648px;
    background: center / cover no-repeat;
    position: relative;
    /* padding: 48px 72px; */
    padding: 114px 132px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-block__img-block {
    width: 100%;
    max-width: 616px;
    background-color: rgba(255, 255, 255, 0.87);
    padding: 40px 48px 48px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.6);
}
.promo-block__img-block a {
    color: inherit;
    text-decoration: underline;
}
.promo-block__img-block-mob {
    display: none;
}
.promo-block__list-title {
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.promo-block__list-subtitle {
   display: block;
   font-size: 14px;
   font-style: normal;
   font-weight: 700;
   line-height: 20px;
   letter-spacing: 0.5px;
   color: rgba(0, 0, 0, 0.87);
   margin-top: 16px;
   margin-bottom: 4px;
}

.promo-block__list-text {
   display: block;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: 0.5px;
   color: rgba(0, 0, 0, 0.60);
}

.promo-block__list-text2 {
   margin-bottom: 16px;
}

.promo-block__list ul {
    margin:  0 0 16px;
    padding: 0;
    list-style: none;
    color: rgba(0, 0, 0, 0.60);
}
.promo-block__list ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
}
.promo-block__list ul li:last-child {
    margin-bottom: 0;
}
.promo-block__list ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #3C9DC9;
}
.promo-block__list p {
    margin-bottom: 8px;
}
.promo-block__list p:last-child {
    margin-bottom: 0;
}

.promo-block__list-week {
   display: flex;
   align-items: center;
   margin-bottom: 16px;
}

.promo-block__list-week-text {
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 20px;
   letter-spacing: 0.5px;
   color: rgba(0, 0, 0, 0.60);
   margin-right: 24px;
}

.promo-block__list-week-text b {
   color: rgba(0, 0, 0, 0.87);
}

.promo-block__list-week-text:last-child {
   margin: 0;
}

.menu-block {
    margin-bottom: 100px;
}
.menu-block__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    margin: 0 0 12px;
}
.menu-block__subtitle {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    margin-bottom: 24px;
}
.menu-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
}
.menu-card {
    display: block;
    background-color: #fff;
    text-decoration: none;
}
.menu-card__img-wrap {
    width: 100%;
    height: 440px;
    overflow: hidden;
}
.menu-card__img {
    width: 100%;
    height: 100%;
    background: center / cover no-repeat;
    transition: transform 1.2s ease-out;
}
.menu-card:hover .menu-card__img {
    transform: scale(1.1);
}
.menu-card__title {
    font-size: 24px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.87);
    padding: 24px 32px 32px;
}
.page-head {
    width: 100%;
    min-height: 720px;
    padding: 150px 0 80px;
    background: center / cover no-repeat;
    display: flex;
    align-items: flex-end;
}
.page-head__title {
    font-size: 90px;
    font-weight: 400;
    line-height: 94px;
    color: #fff; 
    margin: 0;
}
.breadcrumbs {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #fff;
}
.breadcrumbs li {
    display: flex;
    align-items: center;
}
.breadcrumbs li::after {
    content: url('../img/img-big/breadcrumbs-slash.svg');
    display: block;
    line-height: 0;
    margin-left: 8px;
}
.breadcrumbs li:last-child::after {
    display: none;
}
.breadcrumbs li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.35);
    transition: color .3s ease-out;
}
.breadcrumbs li a:hover {
    color: #fff
}
.inner-page {
    padding: 48px 0 120px;
}
.spa-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
}
.spa-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    background: center / cover no-repeat;
    border-radius: 4px;
    min-height: 376px;
    padding: 24px;
    text-decoration: none;
}
.spa-card::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.00) 55.76%);
}
.spa-card:hover::before {
    background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.spa-card__title {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px; 
    color: #fff;
}
.spa-card__hidden {
    position: relative;
    display: none;
}
.spa-card__info {
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.spa-card__info-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #fff;
    font-feature-settings: 'pnum' on, 'lnum' on;
    margin-right: 24px;
}
.spa-card__info-item img {
    margin-left: 4px;
}
.spa-card__info-item:last-child {
    margin-right: 0;
}
.spa-card__button {
    width: 100%;
    margin-top: 20px;
}
.article-numbers {
    background-color: #fff;
    padding: 20px 48px 24px 32px;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    margin-bottom: 32px;
}
.article-numbers__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.60);
    font-feature-settings: 'pnum' on, 'lnum' on;
    margin-bottom: 16px;
}
.article-numbers__item-number {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.87);
    margin-left: 4px;
}
.article-numbers__item-number img {
    margin-left: 4px;
}
.article-numbers__item:last-child {
    margin-bottom: 0;
}
.article-text {
    width: 100%;
    max-width: 920px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.87);
}
.article-text img {
    display: block;
    max-width: 100%;
    margin-bottom: 24px;
}
.article-text p {
    margin-bottom: 24px;
}
.article-text .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 64px 0 24px;
}
.article-text ul {
    margin:  0 0 24px;
    padding: 0;
    list-style: none;
    color: rgba(0, 0, 0, 0.60);
}
.article-text ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
}
.article-text ul li:last-child {
    margin-bottom: 0;
}
.article-text ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #3C9DC9;
}
.article-text > *:first-child {
    margin-top: 0;
}
.article-text > *:last-child {
    margin-bottom: 0;
}
.route-section {
    padding: 100px 0;
    background-color: #0D5474;
}
.route-section__title {
    font-size: 64px;
    font-weight: 400;
    line-height: 68px; 
    color: #fff;
    text-align: center;
    margin: 0 0 48px;
}
.route-options {
    display: flex;
    justify-content: center;
}
.route-option {
    width: 24%;
    width: calc(25% - 24px);
    padding: 64px 40px;
    margin-right: 32px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.80);
}
.route-option:last-child  {
    margin: 0;
}
.route-option__icon {
    display: block;
    margin: 0 auto 12px;
}
.route-option__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    margin: 0 0 12px;
}
.route-option__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
}
.map-container {
    width: 100%;
    height: 90vh;
    min-height: 700px;
    max-height: 1000px;
    position: relative;
    overflow: hidden;
}
.mapbox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-buttons {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 64px;
    display: flex;
    justify-content: center;
}
.map-button {
    margin-right: 24px;
}
.map-button:last-child {
    margin-right: 0;
}
.route-button-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.route-button {
    position: absolute;
    bottom: 80px;
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #fff;
}
.route-button img {
    width: 40px;
    margin-right: 16px;
}
.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-bottom {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    will-change: transform;
    pointer-events: none;
    font-size: 1rem; 
    margin-top: -53px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
}
.mapboxgl-popup-tip {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    z-index: 1;
    margin-top: 58px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, .mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    align-self: center;
    border-bottom: none;
    border-top-color: #fff;
    top: 0px;
    margin-top: 50px;
}
.mapboxgl-popup-content {
    position: relative;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
    padding: 10px 20px 10px 15px;
    pointer-events: auto;
    /* width: 182px; */
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    align-items: center;
}
.mapboxgl-popup-content p {
    font-family: 'Arsenal', Arial,  sans-serif;
}
.mapboxgl-popup-close-button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    font-size: 20px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6);
    transition:  color .3s ease-out;
}
.mapboxgl-popup-close-button:hover {
    color: #1738C0;
    background-color: transparent;
}
.footer {
    background-color: #111111;
    color: #fff;
    padding: 100px 0 132px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.footer a {
   color: #fff;
   transition: color .3s ease-out;
}
.footer a:hover {
    color: rgba(255, 255, 255, 0.64);
}
.footer__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 32px;
}
.footer__col4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-column: span 4;
}
.footer__col2 {
    grid-column: span 2;
}
.footer__logo {
    margin-bottom: 24px;
}
.footer__logo img {
    display: block;
    width: 372px;
    max-width: 100%;
}

.footer__logo2 img {
   width: fit-content;
}
.footer__subtitle {
    margin-bottom: 16px;
}
.footer__contacts-link {
    text-decoration: none;
}
.footer__social {
    display: flex;
}
.footer__policy {
    text-decoration: none;
    max-width: 160px;
    display: block;
}
.footer__copyrights {
    text-align: right;
}
.footer__copyrights a {
    color: inherit;
    text-decoration: underline;
}
.modal {
    display: none;
    background: rgba(0, 8, 20, 0.4);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 11;
}
.modal-wrap {
    padding: 40px 20px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-body {
    width: 100%;
    max-width: 1076px;
    margin: 0 auto;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    padding: 80px;
    position: relative;
    border-radius: 12px;
}
.modal-cross {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    padding: 0;
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}
.modal-cross svg {
    display: block;
    width: 48px;
    height: 48px;
}
.modal-cross svg path {
    transition: .3s ease-out;
}
.modal-cross:hover svg path {
    fill: #1738C0;
    fill-opacity: 1;
}
.modal-success {
    max-width: 664px;
    min-height: 456px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-success__title {
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}
.modal-phone {
    max-width: 400px;
    min-height: 400px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
}
.modal-phone__close {
    position: absolute;
    top: -10px;
    right: -40px;
    cursor: pointer;
    padding: 0;
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}
.modal-phone__close img {
    display: block;
    width: 40px;
    height: 40px;
}
.modal-phone__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 32px;
}
.modal-phone__link {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.5px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #0D5474;
    text-decoration: none;
    padding: 12px;
    margin-bottom: 20px;
}
.modal-phone__wa-btn {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #0D5474;
    text-decoration: none;
    margin-bottom: 32px;
}
.modal-phone__wa-btn img {
    width: 40px;
    margin-right: 4px;
}
.modal-phone__note {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.16);
}
.fixed-buttons {
    background-color: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 4px 44px rgba(0, 0, 0, 0.08);
    border-radius: 300px 0px 0px 300px;
    padding: 20px 20px 20px 24px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-out, visibility .3s ease-out;
}
.fixed-buttons.active {
    opacity: 1;
    visibility: visible;
}
.fixed-buttons__item_up {
    cursor: pointer;
}
.fixed-buttons__item svg {
    display: block;
    width: 40px;
}
.fixed-buttons__item svg path, .fixed-buttons__item svg rect {
    transition: .3s ease-out;
}
.fixed-buttons__item_calendar:hover svg path, .fixed-buttons__item_calendar:hover svg rect {
    fill: #146D95;
}
.fixed-buttons__item_up:hover svg path {
    stroke: #146D95;
}

.big-corporate {
   background-position: center center !important;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   width: 100%;
   padding: 100px 120px;
   margin-top: 120px;
}

.big-corporate__title {
   display: block;
    font-family: "Yauza TYGRA";
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 92px;
    color: #4579C5;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.big-corporate__subtitle {
   display: block;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    color: #4579C5;
    margin-bottom: 64px;
}

.big-corporate__text {
   font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #4579C5;
    margin-bottom: 48px;
}

.big-corporate__container {
   display: flex;
   align-items: stretch;
   justify-content: flex-start;
   margin-bottom: 64px;
}

.big-corporate-block {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   border-radius: 2px;
   background: #F4F7FC;
   width: calc(50% - 16px);
   margin-right: 32px;
   font-family: 'Arsenal';
   color: #4579C5;
}

.big-corporate-block:last-child {
   margin-right: 0;
}

.big-corporate-block ul {
   list-style: none;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
   padding: 0;
   margin: 0 0 0 6px;
   font-size: 14px;
   line-height: 20px;
   letter-spacing: 0.5px;
}

.big-corporate-block li {
   margin-bottom: 8px;
   margin-left: 12px;
   position: relative;
}

.big-corporate-block li:before {
   content: "";
   width: 6px;
   height: 6px;
   background: #4579C5;
   border-radius: 100%;
   display: block;
   flex: none;
   position: absolute;
   top: 7px;
   left: -17px;
}

.big-corporate-text {
   display: flex;
   flex-direction: column;
   width: 100%;
   padding: 48px 80px 48px 48px;
}

.big-corporate-block__title {
   font-size: 32px;
   font-style: normal;
   font-weight: 400;
   line-height: 40px;
   margin-bottom: 4px;
}

.big-corporate-block__subtitle {
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: 0.5px;
   margin-bottom: 24px;
}

.big-corporate-block__price {
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: 0.5px;
   margin-bottom: 32px;
}

.big-corporate-block__ul-title {
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: 0.5px;
   margin-bottom: 16px;
}

.big-corporate-block__img {
   width: 100%;
   height: 440px;
   background-position: center center !important;
   background-repeat: no-repeat !important;
   background-size: cover !important;
}

.big-corporate__reservation {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 32px 40px;
   border-radius: 2px;
   background: #4579C5;
   font-size: 24px;
   font-style: normal;
   font-weight: 700;
   line-height: 32px;
   color: #fff;
}

.big-corporate__reservation-link {
   display: flex;
   align-items: center;
   justify-content: center;
   width: fit-content;
   font-size: 18px;
   font-style: normal;
   font-weight: 700;
   line-height: 28px;
   text-align: center;
   color: rgba(0, 0, 0, 0.87);
   padding: 12px 32px;
   border-radius: 4px;
   background: #FFF;
   margin-left: 20px;
   cursor: pointer;
}

.big-corporate__reservation-link:hover {
   background: rgba(255, 255, 255, 0.64);
}

.get-there {
   background: #146D95;
   padding: 120px 0 64px;
}

.get-there__title {
   display: block;
   font-size: 64px;
   font-style: normal;
   font-weight: 400;
   line-height: 68px;
   color: #FFF;
   margin: 0 auto 48px;
   text-align: center;
}

.get-there__container {
   display: flex;
   align-items: stretch;
   justify-content: space-between;
   max-width: 1306px;
   margin: 0 auto;
}

.get-there__block {
   width: calc(33.3% - 21px);
   padding: 32px 40px;
   background: rgba(255, 255, 255, 0.06);
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: 0.5px;
   color: #FFF;
   display: flex;
   align-items: flex-start;
}

.get-there__img {
   margin-right: 24px;
}

.about-block__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border-radius: 4px;
    background: #146D95;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin-top: 40px;
    width: fit-content;
    text-decoration: none;
}

.about-block__link:hover {
    opacity: 0.72;
}

.about-block__link-img {
    margin-right: 12px;
}

.about-block__link-arrow {
    margin-left: 12px;
}

.book__container {
   margin-top: 120px;
   margin-bottom: 120px;
}

.book__block {
   display: flex;
   align-items: stretch;
   margin-bottom: 32px;
}

.book__block:last-child {
   margin-bottom: 0;
}

.book__img {
   width: calc(50% - 16px);
   background: center / cover no-repeat;
   min-height: 296px;
   flex: none;
}

.book__text {
   width: 100%;
   font-family: 'Arsenal', Arial, sans-serif;
   background: #F7F7F7;
   padding: 48px 77px 60px 64px;
   display: flex;
   flex-direction: column;
}

.book__title {
   font-family: 'Arsenal', Arial, sans-serif;
   font-size: 40px;
   font-style: normal;
   font-weight: 400;
   line-height: 48px;
   color: rgba(0, 0, 0, 0.87);
   margin-bottom: 20px;
}

.book__price {
   font-family: 'Arsenal', Arial, sans-serif;
   font-size: 20px;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: 0.5px;
   color: rgba(0, 0, 0, 0.60);
   margin-bottom: 24px;
}

.book__button {
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: 'Arsenal', Arial, sans-serif;
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   line-height: 32px;
   letter-spacing: 0.44px;
   text-align: center;
   color: #146D95;
   padding: 20px 32px;
   border-radius: 4px;
   border: 2px solid #146D95;
   text-decoration: none;
   width: fit-content;
}

.book__button:hover {
   background: #3E7FFF;
   border-color: #3E7FFF;
   color: #FFF;
}

.kitchen-block {
   display: flex;
   align-items: stretch;
   margin-bottom: 100px;
}

.kitchen-block__text {
   width: 100%;
   font-family: 'Arsenal', Arial, sans-serif;
   background: #F7F7F7;
   padding: 140px 40px 160px 136px;
   display: flex;
   flex-direction: column;
}

.kitchen-block__title {
   font-family: 'Arsenal', Arial, sans-serif;
   font-size: 40px;
   font-style: normal;
   font-weight: 400;
   line-height: 48px;
   color: rgba(0, 0, 0, 0.87);
   margin-bottom: 20px;
   max-width: 377px;
}

.kitchen-block__subtitle {
   font-family: 'Arsenal', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.60);
    margin-bottom: 32px;
    max-width: 377px;
}

.kitchen-block__button {
   display: flex;
   align-items: center;
   justify-content: center;
   font-family: 'Arsenal', Arial, sans-serif;
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   line-height: 32px;
   letter-spacing: 0.44px;
   text-align: center;
   color: #FFF;
   padding: 20px 32px;
   border-radius: 4px;
   background:  #146D95;
   text-decoration: none;
   width: fit-content;
   max-width: 377px;
}

.kitchen-block__button:hover {
   opacity: 0.72;
}

.kitchen-block__img {
   width: calc(50% + 130px);
   background: center / cover no-repeat;
   flex: none;
}

@media (max-width:1700px) {
    .about-block__img-wrap, .conditions-block__img-wrap, .promo-block__img-wrap {
        width: calc(50% + 48px);
    }
    .conditions-block__img-wrap {
        margin-left: 32px;
    }
    .booking-block__img-wrap {
        margin-right: 32px;
    }
    .soaring-block__video-wrap {
        margin-right: 32px;
    }
    
    .header__address-default, .header__tel {
      margin-right: 40px;
    }
}
@media (max-width:1200px) {
    .min-container {
        /* width: 100%; */
        margin-left: 0;
        margin-right: 0;
    }
    .footer__container {
        grid-template-columns: repeat(8, 1fr);
    }
    .footer__col4 {
        grid-column: span 8;
    }
    .header {
        height: 100px;
    }
    .header__container {
        padding-top: 32px;
        padding-bottom: 0;
        align-items: center;
    }
    .header__left {
        align-self: flex-end;
    }
    .header__address-adaptive {
        display: block;
    }
    .header__address-default {
        display: none;
    }
    .header__socials {
        margin: 0;
    }
    .map-buttons {
        bottom: 112px;
    }
    .route-button {
        bottom: 40px;
    }
    .route-option {
        width: 32%;
        width: calc(100% / 3 - 64px / 3);
    }
    .conditions-block__content {
        padding: 100px 64px 100px 128px;
    }
    .booking-block__content {
        padding: 0 64px 0 0;
    }
    .about-block__content {
        padding-left: 64px;
        padding-right: 128px;
    }
    .quote-block {
        padding: 100px 64px;
    }
    .soaring-block__content {
        padding: 100px 128px 200px 64px;
    }
    .timing-block {
        padding: 80px 64px 100px;
    }
    .timing-grid  {
        grid-template-columns: 1fr;
    }
    .timing-card {
        flex-direction: row;
        min-height: 268px;
    }
    .timing-card:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .timing-card__img {
        flex: unset;
        width: 50%;
    }
    .timing-card__content {
        width: 50%;
    }
    .timing-card::after {
        top: auto;
        bottom: -48px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .timing-block__note {
        padding: 28px 64px;
    }
    .promo-block__content {
        padding-left: 64px;
        padding-right: 128px;
    }
    
    .big-corporate {
      padding: 100px 40px;
    }
    
    .kitchen-block__text {
       padding: 40px 40px 60px 40px;
    }
    
    .kitchen-block__img {
       width: calc(50% + 30px);
    }
}
@media (max-width:1024px) {
    .advantages-grid {
        grid-template-columns: 1fr;
    }
    .advantages-card_wide {
        grid-column: unset;
    }
    .advantages-card {
        min-height: 512px;
    }
    .quote-section {
        min-height: unset;
    }
    .booking-block__content {
        width: calc(50% - 16px);
    }
    .booking-block__content {
        padding-right: 96px;
    }
    .booking-block__img-wrap {
        margin-left: -64px;
    }
    .conditions-block__content {
        padding: 64px 32px 64px 96px;
    }
    .about-block__content, .promo-block__content {
        padding-left: 32px;
        padding-right: 96px;
    }
    .spa-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .article-text {
        max-width: unset;
    }
    
    .get-there__container {
       flex-direction: column;
    }
    
    .get-there__block {
       width: 100%;
       margin-bottom: 16px;
    }
    
    .get-there__block:last-child {
       margin-bottom: 0;
    }
}

@media (max-width:768px) {
    .footer {
        padding: 64px 0 80px;
    }
    .footer__container {
        grid-template-columns: 1fr;
        grid-gap: 48px;
    }
    .footer__col4, .footer__col2 {
        grid-column: unset;
    }
    .footer__copyrights {
        text-align: left;
        margin-top: 16px;
    }
    .header__logo img {
        width: 264px;
    }
    .header__left {
        margin-right: 0;
    }
    .header__tel {
        display: none;
    }
    .header__social-tel {
        display: block;
    }
    .intro {
        min-height: 90vh;
    }
    .intro-block__title {
        font-size: 44px;
        line-height: 52px; 
        margin-bottom: 8px;
    }
    .intro-block__subtitle {
        font-size: 20px;
        line-height: 24px;
    }
    .intro-block__button {
        margin-top: 48px;
    }
    .map-container {
        height: 712px;
        max-height: unset;
        min-height: unset;
    }
    .modal-body {
        padding: 80px 20px;
    }
    .modal-phone {
        max-width: 232px;
        min-height: 224px;
        padding: 24px;
    }
    .modal-phone__title {
        font-size: 14px;
        line-height: 20px;
    }
    .modal-phone__link {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .modal-phone__wa-btn {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .modal-phone__note {
        font-size: 14px;
        line-height: 20px;
    }
    .fixed-buttons {
        padding: 14px 14px 14px 16px;
        border-radius: 262.5px 0px 0px 262.5px;
        gap: 12px;
    }
    .fixed-buttons__item svg {
        width: 28px;
    }
    .route-section, .gallery-section {
        padding: 64px 0;
    }
    .route-section__title {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 24px;
    }
    .route-options {
        flex-wrap: wrap;
    }
    .route-option {
        width: 100%;
        max-width: 494px;
        padding: 32px 20px 40px;
        margin: 0 0 16px 0;
    }
    .route-option__icon {
        margin-bottom: 8px;
    }
    .route-option__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .route-option__text {
        font-size: 14px;
        line-height: 20px;
    }
    .gallery-slider .slick-list {
        margin: 0 -8px;
    }
    .gallery-slider__item {
        margin: 0 8px;
    }
    .gallery-slider .slick-dots {
        width: auto;
        margin: 32px -6px 0;
        padding: 0;
    }
    .gallery-slider .slick-dots li {
        margin: 0 6px;
    }
    .gallery-section__title {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 32px;
    } 
    .booking-section {
        padding: 48px 0 64px;
        background-image: none;
    }
    .booking-block {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .booking-block__img-wrap {
        flex: unset;
        width: 100%;
        width: calc(100% - 20px);
        margin: 0 20px 60px 0;
    }
    .booking-block__img-wrap::before {
        top: 20px;
        left: 20px;
    }
    .booking-block__img, .conditions-block__img, .about-block__img {
        height: 352px;
    }
    .booking-block__content {
        width: 100%;
        padding: 0;
    }
    .booking-block__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px;
    }
    .booking-block__button {
        margin-top: 32px;
    }
    .conditions-block {
        flex-direction: column;
        margin-bottom: 64px;
    }
    .conditions-block__img-wrap {
        width: 100%;
        width: calc(100% - 84px);
        margin: 0 32px 0 52px;
    }
    .conditions-block__img-wrap::before {
        top: 20px;
        right: 20px;
    }
    .conditions-block__content {
        width: 100%;
        min-height: unset;
        padding: 212px 32px 118px;
        margin-top: -152px;
        background-size: 186px auto;
    }
    .conditions-block__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    .conditions-block__subtitle {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .conditions-block__text {
        margin-bottom: 24px;
    }
    .conditions-block__text p {
        margin-bottom: 8px;
    }
    .advantages-section {
        margin-bottom: 64px;
    }
    .advantages-card, .advantages-card_sm {
        min-height: 664px;
    }
    .advantages-grid {
        grid-gap: 16px;
    }
    .quote-section {
        margin-bottom: 48px;
    }
    .quote-section {
        padding: 80px 0;
    }
    .quote-block {
        padding: 48px 20px;
    }
    .quote-block__text {
        font-size: 24px;
        line-height: 28px;
    }
    .about-section {
        padding: 48px 0;
    }
    .about-block {
        flex-direction: column-reverse;
    }
    .about-block__content {
        width: 100%;
        min-height: unset;
        padding: 212px 32px 136px;
        margin-top: -152px;
        background-size: 186px auto;
    }
    .about-block__img-wrap, .promo-block__img-wrap {
        width: 100%;
        width: calc(100% - 84px);
        margin: 0 52px 0 32px;
    }
    .about-block__img-wrap::before, .promo-block__img-wrap::before {
        top: 20px;
        left: 20px;
    }
    .about-block__title {
        font-size: 44px;
        line-height: 52px;
    }
    .promo-block {
        flex-direction: column-reverse;
        margin-bottom: 64px;
    }
    .promo-block__img-block {
        max-width: none;
        padding: 32px 32px 40px;
        display: none;
    }
    .promo-block__img-block-mob {
        display: block;
        background: #F7F7F7;
    }
    .promo-block__img {
        min-height: unset;
        height: 352px;
        padding: 0;
    }
    .promo-block__content {
        width: 100%;
        background: url("../img/img-big/promo-bg-mob.svg") #20749A right bottom no-repeat;
        padding: 204px 32px 32px;
        margin-top: -152px;
        margin-bottom: 0;
    }
    .promo-block__title {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 20px;
    }
    .promo-block__text {
        max-width: 100%;
        margin-bottom: 32px;
    }
    .promo-block__text p {
        margin-bottom: 8px;
    }
    .promo-block__text-title {
        margin-bottom: 20px;
    }
    .promo-block__text-title span {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.5px;
        margin-bottom: 8px;
    }
    .promo-block__list-title, .promo-block__list ul {
        margin-bottom: 12px;
    }
    .promo-block__list-week {
       flex-direction: column;
       align-items: flex-start;
    }
    .promo-block__list-week-text {
       margin-right: 0;
    }
    .soaring-block {
        flex-direction: column-reverse;
        margin-bottom: 64px;
    }
    .soaring-block__video-wrap {
        max-width: 100%;
        max-width: calc(100% - 60px);
        margin: 0 20px 0 0;
    }
    .soaring-block__content {
        padding: 212px 32px 140px;
        background-size: 186px auto;
        background-position: left -16px  bottom -52px;
        margin-top: -152px;
    }
    .soaring-block__title {
        font-size: 32px;
        line-height: 40px; 
        margin-bottom: 16px;
    }
    .soaring-block__button {
        margin-top: 32px;
    }
    .soaring-block__video-wrap::before {
        top: 20px;
        left: 20px;
    }
    .timing-block {
        padding: 40px 32px 64px;
        margin-bottom: 64px;
    }
    .timing-block__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 32px;
    }
    .timing-block__note {
        padding: 24px 16px;
        font-size: 16px;
        line-height: 24px;
    }
    .timing-grid  {
        grid-gap: 24px;
        margin-bottom: 24px;
    }
    .timing-card::after {
        bottom: -44px;
    }
    .timing-card__content {
        padding: 24px 16px 32px;
    }
    .timing-card__title {
        font-size: 24px;
        line-height: 32px;
    }
    .timing-card__sm-title {
        margin-bottom: 16px;
    }
    .menu-block {
        margin-bottom: 64px;
    }
    .menu-cards {
        grid-gap: 16px;
    }
    .menu-card__img-wrap {
        height: 220px;
    }
    .menu-card:hover .menu-card__img {
        transform: none;
    }
    .menu-card__title {
        font-size: 20px;
        line-height: 24px;
        padding: 16px 20px 24px;
    }
    .page-head {
        min-height: 432px;
        padding-bottom: 48px;
    }
    .page-head__title {
        font-size: 32px;
        line-height: 40px;
    }
    .inner-page {
        padding: 40px 0 80px
    }
    .spa-cards {
        grid-gap: 16px;
    }
    .spa-card {
        padding: 20px;
        min-height: 320px;
    }
    .spa-card__hidden {
        display: block !important;
    }
    .spa-card::before {
        background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    }
    .article-numbers {
        padding: 16px 32px 20px 16px;
        margin-bottom: 24px;
    }
    .article-numbers__item {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .article-numbers__item-number {
        font-size: 16px;
    }
    .article-text .title {
        margin-top: 48px;
    }
    .article-text > *:first-child {
        margin-top: 0;
    }
    .article-text > *:last-child {
        margin-bottom: 0;
    }
    
    .big-corporate {
       padding: 100px 40px 64px;
       margin-top: 64px;
       margin-left: -20px;
       width: calc(100% + 40px);
    }
    
    .big-corporate__title {
      font-size: 58px;
      line-height: 64px;
    }
    
    .big-corporate__container {
       flex-direction: column;
    }
    
    .big-corporate-block {
       width: 100%;
       margin-right: 0;
       margin-bottom: 16px;
    }
    
    .big-corporate-block:last-child {
       margin-bottom: 0;
    }
    
    .big-corporate__reservation {
       flex-direction: column;
       padding: 40px;
       text-align: center;
    }
    
    .big-corporate__reservation-link {
       width: 100%;
       margin-left: 0;
       margin-top: 24px;
    }
    
    .get-there {
       padding: 64px 20px 48px;
    }
    
    .get-there__title {
       font-size: 44px;
       line-height: 52px;
       margin-bottom: 40px;
    }
    
    .book__block {
       flex-direction: column; 
       margin-bottom: 24px;
    }
    
    .book__container {
       margin-top: 64px;
       margin-bottom: 64px;
    }
    
    .book__img {
       width: 100%;
    }
    
    .book__text {
       padding: 48px 40px;
    }
    
    .kitchen-block {
      flex-direction: column;
      margin-bottom: 64px;
    }
    
    .kitchen-block__text {
      padding: 48px 40px;
    }
    
    .kitchen-block__title {
       font-size: 44px;
       line-height: 52px;
       max-width: 100%;
    }
    
    .kitchen-block__subtitle {
       font-size: 20px;
       line-height: 24px;
       letter-spacing: 0.5px;
       color: rgba(0, 0, 0, 0.87);
       max-width: 471px;
    }
    
    .kitchen-block__img {
       width: 100%;
       height: 392px;
    }
}
@media (max-width:480px) { 
    .footer__logo img {
        width: 300px;
    }
    .header {
        height: 124px;
    }
    .header__container {
        flex-direction: column;
        justify-content: flex-end;
    }
    .header__left {
        align-self: center;
        align-items: center;
        margin-bottom: 12px;
    }
    .header__logo img {
        width: 193px;
    }
    .header__address-adaptive {
        font-size: 14px;
        line-height: 20px;
    }
    .map-buttons {
        flex-direction: column;
        align-items: center;
    }
    .map-button {
        width: 100%;
        max-width: 244px;
        margin: 0 0 16px;
    }
    .map-button:last-child {
        margin-bottom: 0;
    }
    .mapboxgl-popup-content {
        padding: 10px 15px 10px 10px;
    }
    .modal-wrap {
        padding: 0;
    }
    .modal-body {
        border-radius: 0;
        min-height: 100vh;
    }
    .modal-phone {
        min-height: 224px;
        border-radius: 4px;
    }
    .modal-success {
        justify-content: flex-start;
        padding: 150px 20px;
    }
    .conditions-block__img, .about-block__img, .promo-block__img {
        height: 162px;
    }
    .about-block__content, .conditions-block__content {
        padding: 112px 20px 136px;
        margin-top: -62px;
    }
    .booking-block__img {
        height: 186px;
    }
    .about-block__img-wrap, .promo-block__img-wrap {
        width: calc(100% - 50px);
        margin: 0 30px 0 20px;
    }
    .about-block__img-wrap::before, .promo-block__img-wrap::before {
        top: 10px;
        left: 10px;
    }
    .advantages-section__container {
        padding: 0;
    }
    .advantages-card, .advantages-card_sm {
        min-height: 360px;
    }
    .advantages-card__content {
        padding: 24px 20px;
    }
    .advantages-card__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 4px;
    }
    .advantages-card p {
        font-size: 14px;
        line-height: 20px;
    }
    .conditions-block__img-wrap {
        width: calc(100% - 50px);
        margin: 0 20px 0 30px;
    }
    .conditions-block__img-wrap::before {
        top: 10px;
        right: 10px;
    }
    .booking-block__img-wrap {
        width: calc(100% - 10px);
        margin: 0 0 50px 0;
    }
    .booking-block__img-wrap::before {
        top: 10px;
        left: 10px;
    }
    .soaring-block__video-wrap {
        max-width: calc(100% - 50px);
        margin-right: 10px;
    }
    .soaring-block__video-wrap::before {
        top: 10px;
        left: 10px;
    }
    .soaring-block__content {
        padding: 112px 20px 140px;
        margin-top: -62px;
    }
    .timing-block {
        padding: 40px 20px 64px;
    }
    .timing-card {
        flex-direction: column;
        min-height: unset;
    }
    .timing-card:nth-child(odd) {
        flex-direction: column;
    }
    .timing-card__img {
        width: 100%;
        height: 250px;
    }
    .timing-card__content {
        width: 100%;
        padding: 16px 16px 40px;
    }
    .menu-cards, .spa-cards {
        grid-template-columns: 1fr;
    }
    .promo-block__content {
        padding: 104px 20px 32px;
        margin-top: -62px;
    }
    .promo-block__img-block {
        padding: 32px 20px 40px;
    }
    
    .big-corporate {
       padding: 64px 20px 32px 20px;
    }
    
    .big-corporate__title {
       font-size: 44px;
      font-weight: 400;
      line-height: 52px;
      margin-bottom: 8px;
    }
    
    .big-corporate__subtitle {
       font-size: 24px;
       font-style: normal;
       font-weight: 400;
       line-height: 32px;
       margin-bottom: 24px;
    }
    
    .big-corporate__text {
       font-size: 16px;
       font-style: normal;
       font-weight: 400;
       line-height: 24px;
       margin-bottom: 40px;
    }
    
    .big-corporate-block {
       margin-left: -20px;
       width: calc(100% + 40px);
    }
    
    .big-corporate-text {
       padding: 48px 20px 40px;
    }
    
    .big-corporate-block__img {
       height: 240px;
    }
    
    .big-corporate__container {
       margin-bottom: 20px;
    }
    
    .big-corporate__reservation {
       margin-left: -20px;
       width: calc(100% + 40px);
       padding: 32px 20px;
       font-size: 16px;
       font-style: normal;
       font-weight: 700;
       line-height: 24px;
       letter-spacing: 0.5px;
    }
    
    .big-corporate__reservation-link {
       margin-top: 16px;
    }
    
    .about-block__link {
         font-size: 22px;
         line-height: 30px;
     }
     
   .book__container {
      margin-left: -20px;
      width: calc(100% + 40px);
   }
   
   .book__text {
      padding: 40px 20px;
   }
   
   .book__title {
      font-size: 32px;
      line-height: 40px;
   }
   
   .book__button {
      width: 100%;
   }
   
   .kitchen-block {
      width: calc(100% + 40px);
      margin-left: -20px;
   }
   
   .kitchen-block__text {
      padding: 48px 20px;
   }
   
   .kitchen-block__title {
      font-size: 40px;
      line-height: 48px
   }
   
   .kitchen-block__subtitle {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.5px;
      color: rgba(0, 0, 0, 0.60);
   }
   
   .kitchen-block__button {
      width: 100%;
      max-width: 100%;
   }
   
   .kitchen-block__img {
      height: 212px;
   }
}