/* [project]/src/app/components/booking-block/styles.css [app-client] (css) */
.bookingBlock {
    background-color: #fffcea;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    overflow: hidden;
}

.bookingBlock__headerRight {
    color: #193b25;
    align-items: center;
    gap: 64px;
    margin-left: auto;
    display: flex;
}

.bookingBlock__phoneNumber {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-inter-tight), sans-serif;
}

.bookingBlock__socials {
    gap: 14px;
    display: flex;
}

.bookingBlock__video {
    object-fit: cover;
    z-index: 4;
    width: 100%;
    height: 100%;
    position: absolute;
}

.bookingBlock__content {
    z-index: 1;
    color: #fff;
    flex-direction: column;
    padding-bottom: 30px;
    display: flex;
    position: relative;
}

.bookingBlock__right {
    border-radius: 40px;
    max-width: 50%;
    position: relative;
    overflow: hidden;
}

.bookingBlock__header {
    align-items: center;
    min-height: 90px;
    padding: 0 60px;
    display: flex;
}

.bookingBlock__title {
    z-index: 2;
    color: #fffcea;
    max-width: 600px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 48px;
    font-size: clamp(48px, 10vw, 164px);
    font-weight: 400;
    line-height: 90%;
    display: inline-block;
    position: relative;
}

.bookingBlock__body {
    flex: 1;
    padding: 0 60px;
    display: flex;
}

.bookingBlock__descriptions {
    color: #193b25;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-inter-tight), sans-serif;
    gap: 64px;
    display: flex;
}

.bookingBlock__descriptions > p {
    max-width: 370px;
}

.bookingBlock__headerButton {
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    cursor: pointer;
    background-color: #fffcea;
    border: none;
    border-radius: 999px;
    outline: none;
    margin-left: auto;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: 500;
}

.bookingblock__decor {
    z-index: 1;
    width: 100%;
    height: 100vh;
    position: absolute;
}

.bookingBlock__right {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
}

.bookingBlock__left {
    background-color: #193b25;
    border-radius: 40px;
    width: 50%;
    padding: 32px;
    position: relative;
}

.bookingBlock__subtitle {
    font-family: var(--font-inter-tight), sans-serif;
    color: #fffcea;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 114%;
}

.bookingBlock__form {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    display: flex;
}

.bookingBlock__formWrapper {
    margin-bottom: 113px;
}

.bookingBlock__input {
    color: #fffcea;
    background-color: #193b25;
    border: 2px solid #81927e;
    border-radius: 100px;
    outline: none;
    width: 360px;
    height: 52px;
    padding: 12px 16px;
    font-size: 20px;
}

.bookingBlock__input::placeholder {
    font-family: var(--font-inter-tight), sans-serif;
    color: #81927e;
    font-size: 24px;
    font-weight: 500;
    line-height: 114%;
}

.bookingBlock__input:focus {
    border-color: #fffcea;
}

.bookingBlock__submitButton {
    color: #f5fef8;
    cursor: pointer;
    background-color: #eb471f;
    border: 0;
    border-radius: 100px;
    width: 360px;
    padding: 12px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
    transition:
        background-color 0.3s,
        all;
}

.bookingBlock__submitButton:hover {
    background-color: #a52809;
}

.bookingBlock__smallText {
    max-width: 450px;
    font-family: var(--font-inter-tight), sans-serif;
    color: #81927e;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
}

.bookingBlock__link {
    z-index: 2;
    font-size: clamp(32px, 4vw, 60px);
    font-weight: 600;
    font-family: var(--font-inter-tight), sans-serif;
    font-style: semibold;
    letter-spacing: -1%;
    color: #fffcea;
    line-height: 100%;
    position: relative;
}

.bookingBlock__link a {
    color: inherit;
    align-items: flex-end;
    gap: 8px;
    text-decoration: none;
    display: inline-flex;
}

.bookingBlock__link svg {
    position: absolute;
    bottom: 4px;
    left: 42%;
}

.bookingBlock__line {
    position: absolute;
    top: 0;
    right: 0;
}

.bookingBlock__logo {
    z-index: 1;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.bookingBlock__logoMob {
    display: none;
}

.bookingBlock__logo img {
    width: 100%;
    height: auto;
}

.bookingBlock__mobileSocials {
    display: none;
}

@media (max-width: 1760px) {
    .bookingBlock__logo {
        bottom: 120px;
    }

    .bookingBlock__logo img {
        width: clamp(100px, 12vw, 160px);
    }
}

@media (max-width: 1400px) {
    .bookingBlock__logo img {
        width: clamp(80px, 10vw, 100px);
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .bookingBlock__header {
        min-height: 80px;
        padding: 0 40px;
    }

    .bookingBlock__body {
        gap: 24px;
        padding: 0 40px;
    }

    .bookingBlock__left {
        background-color: #fffcea;
        border-radius: 24px;
        padding: 32px;
    }

    .bookingBlock__title {
        color: #193b25;
        margin-top: 16px;
        margin-bottom: 24px;
        font-size: 70px;
        line-height: 90%;
    }

    .bookingBlock__subtitle {
        color: #193b25;
        font-size: 18px;
    }

    .bookingBlock__input {
        color: #193b25;
        background-color: #0000;
        border-color: #193b25;
        width: 100%;
        max-width: 320px;
        height: 48px;
        font-size: 16px;
    }

    .bookingBlock__input::placeholder {
        color: #193b25;
        opacity: 0.6;
        font-size: 16px;
    }

    .bookingBlock__submitButton {
        color: #fffcea;
        background-color: #193b25;
        width: 100%;
        max-width: 320px;
        padding: 14px 0;
        font-size: 18px;
    }

    .bookingBlock__submitButton:hover {
        background-color: #0f2617;
    }

    .bookingBlock__smallText {
        color: #81927e;
        max-width: 320px;
        font-size: 10px;
    }

    .bookingBlock__formWrapper {
        margin-bottom: 80px;
    }

    .bookingBlock__link {
        color: #eb471f;
        font-size: clamp(28px, 3.5vw, 36px);
    }

    .bookingBlock__link a {
        color: #eb471f;
    }

    .bookingBlock__link svg {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 106px;
    }

    .bookingBlock__right {
        border-radius: 24px;
    }

    .bookingBlock__line {
        display: none;
    }

    .bookingBlock__logo {
        bottom: 24px;
        right: 24px;
    }

    .routesBlock__phoneNumber {
        font-size: 18px;
    }

    .bookingBlock__socials svg {
        width: 36px;
        height: 36px;
    }

    .bookingBlock__headerRight {
        gap: 32px;
    }

    .bookingBlock__logo {
        display: none;
    }

    .bookingBlock__logoMob {
        margin-top: 0;
        display: block;
        position: absolute;
        bottom: 0;
        right: -44px;
    }

    .bookingBlock__logoMob img {
        width: 136px;
        height: auto;
    }
}

@media (max-width: 768px) {
    .bookingBlock {
        padding-top: 70px;
    }

    .bookingBlock__header {
        min-height: 60px;
        padding: 20px;
    }

    .bookingBlock__header > svg:first-child,
    .routesBlock__logo,
    .routesBlock__headerRight {
        display: none;
    }

    .bookingBlock__body {
        flex-direction: column;
        padding: 0;
    }

    .bookingBlock__left {
        background-color: #193b25;
        border-top: 2px dashed #fffcea;
        border-radius: 24px 24px 0 0;
        width: 100%;
        max-width: 100%;
        padding: 32px 20px 40px;
    }

    .bookingBlock__right {
        order: -1;
        width: 100%;
        max-width: 100%;
        min-height: 532px;
        display: flex;
    }

    .bookingBlock__video {
        border-radius: 18px;
    }

    .bookingBlock__title {
        color: #fffcea;
        margin-top: 0;
        margin-bottom: 40px;
        font-size: 54px;
        line-height: 95%;
    }

    .bookingBlock__subtitle {
        color: #fffcea;
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 115%;
    }

    .bookingBlock__formWrapper {
        margin-bottom: 32px;
    }

    .bookingBlock__input {
        color: #fffcea;
        background-color: #193b25;
        border: 1px solid #5a6b58;
        width: 100%;
        max-width: 100%;
        height: 52px;
        font-size: 16px;
    }

    .bookingBlock__input::placeholder {
        color: #8a9a88;
        font-size: 16px;
    }

    .bookingBlock__input:focus {
        border-color: #fffcea;
    }

    .bookingBlock__submitButton {
        color: #fffcea;
        background-color: #eb471f;
        width: 100%;
        max-width: 100%;
        padding: 16px 0;
        font-size: 16px;
    }

    .bookingBlock__submitButton:hover {
        background-color: #a52809;
    }

    .bookingBlock__smallText {
        color: #8a9a88;
        max-width: 100%;
        margin-top: 16px;
        font-size: 7px;
        line-height: 100%;
    }

    .bookingBlock__mobileSocials {
        gap: 16px;
        margin-top: 32px;
        margin-bottom: 48px;
        display: flex;
    }

    .bookingBlock__mobileSocials svg {
        width: 48px;
        height: 48px;
    }

    .bookingBlock__link {
        color: #eb471f;
        font-size: 30px;
        line-height: 100%;
    }

    .bookingBlock__link a {
        color: #fffcea;
    }

    .bookingBlock__link svg {
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 0;
        left: 106px;
    }

    .bookingBlock__line,
    .bookingBlock__logo {
        display: none;
    }

    .bookingBlock__logoMob {
        margin-top: 0;
        display: block;
        position: absolute;
        bottom: 0;
        right: -44px;
    }

    .bookingBlock__logoMob img {
        width: 136px;
        height: auto;
    }

    .bookingBlock__left > div:first-child {
        position: relative;
    }

    .bookingBlock__content {
        padding-bottom: 0;
    }
}

/* [project]/src/app/components/contact-block/styles.css [app-client] (css) */
.contactBlock {
    background-color: #fffcea;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    overflow: hidden;
}

.contactBlock__phoneNumber {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-inter-tight), sans-serif;
}

.contactBlock__socials {
    gap: 14px;
    display: flex;
}

.contactBlock__headerButton {
    font-family: var(--font-inter-tight), sans-serif;
    color: #f5fef8;
    cursor: pointer;
    background-color: #eb471f;
    border: none;
    border-radius: 999px;
    outline: none;
    margin-left: auto;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.contactBlock__headerButton:hover {
    background-color: #a52809;
}

.excursionsBlock__logo,
.contactBlock__logo {
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.contactBlock__logoMob {
    display: none;
}

.contactBlock__video {
    object-fit: cover;
    z-index: 4;
    width: 100%;
    height: 100%;
    position: absolute;
}

.contactBlock__content {
    z-index: 1;
    color: #fff;
    flex-direction: column;
    padding-bottom: 30px;
    display: flex;
    position: relative;
}

.contactBlock__right {
    border-radius: 40px;
    max-width: 50%;
    position: relative;
    overflow: hidden;
}

.contactBlock__header {
    align-items: center;
    min-height: 90px;
    padding: 0 60px;
    display: flex;
}

.contactBlock__title {
    color: #193b25;
    max-width: 600px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 125px;
    font-size: 164px;
    font-weight: 400;
    line-height: 90%;
    display: inline-block;
}

.contactBlock__body {
    flex: 1;
    gap: 64px;
    padding: 0 60px;
    display: flex;
}

.contactBlock__right {
    background-image: url("/images/ship.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
}

.contactBlock__left {
    border-radius: 40px;
    width: 50%;
    position: relative;
}

.contactBlock__textLeft {
    flex-direction: column;
    gap: 60px;
    display: flex;
}

.contactBlock__textRight {
    flex-direction: column;
    gap: 32px;
    display: flex;
}

.contactBlock__textLeft p,
.contactBlock__sales p {
    color: #193b25;
    max-width: 340px;
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
    font-family: var(--font-inter-tight), sans-serif;
}

.contactBlock__sales p:first-child {
    color: #eb471f;
}

.contactBlock__sales {
    flex-direction: column;
    gap: 8px;
    display: flex;
}

.contactBlock__texts {
    gap: 120px;
    margin-bottom: 140px;
    display: flex;
}

.contactBlock__smallText {
    flex-direction: column;
    gap: 10px;
    max-width: 240px;
    display: flex;
}

.contactBlock__smallText p {
    font-family: var(--font-inter-tight), sans-serif;
    color: #193b25;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}

.contactBlock__smallTextBlock {
    flex-direction: column;
    gap: 4px;
    display: flex;
}

.contactBlock__formTitle {
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
    font-family: var(--font-inter-tight), sans-serif;
    letter-spacing: -1%;
    color: #193b25;
    max-width: 550px;
    position: relative;
}

.contactBlock__input {
    background-color: #fffcea;
    border: 2px solid #97a591;
    border-radius: 40px;
    outline: none;
    width: 100%;
    max-width: 546px;
    height: 52px;
    padding: 14px 180px 10px 16px;
    font-size: 20px;
}

.contactBlock__input:focus {
    border-color: #193b25;
}

.contactBlock__input::placeholder {
    font-family: var(--font-inter-tight), sans-serif;
    color: #97a591;
    align-self: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
}

.contactBlock__formButton {
    cursor: pointer;
    width: 172px;
    height: 52px;
    font-family: var(--font-inter-tight), sans-serif;
    color: #f5fef8;
    background-color: #193b25;
    border: 0;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    font-size: 24px;
    line-height: 115%;
    transition: background-color 0.3s;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.contactBlock__formButton:hover {
    background-color: #306944;
}

.contactBlock__bottom {
    font-family: var(--font-inter-tight), sans-serif;
    color: #193b25;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    display: flex;
}

.contactBlock__form {
    margin-bottom: 54px;
}

.contactBlock__formWrapper {
    max-width: 546px;
    position: relative;
}

.contactBlock__logo {
    object-fit: contain;
    width: auto;
    max-width: calc(100% - 60px);
    height: auto;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
}

.contackBlock__winner,
.contackBlock__recommend {
    color: #fffcea;
    font-family: var(--font-inter-tight), sans-serif;
    flex-direction: column;
    gap: 14px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    position: absolute;
}

.contackBlock__winner {
    bottom: 45px;
    left: 45px;
}

.contackBlock__recommend {
    bottom: 45px;
    right: 45px;
}

.contactBlock__right p {
    opacity: 0.8;
    max-width: 185px;
}

@media (max-width: 1400px) {
    .contactBlock__title {
        margin-bottom: 40px;
        font-size: 110px;
    }

    .contactBlock__textLeft p,
    .contactBlock__sales p {
        font-size: 20px;
    }

    .contactBlock__texts {
        gap: 100px;
        margin-bottom: 80px;
    }

    .contactBlock__formTitle {
        padding: 8px;
        font-size: 42px;
    }

    .contactBlock__formButton {
        bottom: 8px;
    }
}

@media (max-width: 1024px) {
    .contactBlock__header {
        min-height: 80px;
        padding: 0 40px;
    }

    .contactBlock__headerButton {
        padding: 10px 14px;
        font-size: 20px;
    }

    .contactBlock__logo {
        font-size: 20px;
    }

    .contactBlock__body {
        gap: 32px;
        padding: 0 40px;
    }

    .contactBlock__title {
        margin-top: 16px;
        margin-bottom: 60px;
        font-size: 100px;
    }

    .contactBlock__texts {
        gap: 60px;
        margin-bottom: 80px;
    }

    .contactBlock__textLeft {
        gap: 40px;
    }

    .contactBlock__textRight {
        gap: 24px;
    }

    .contactBlock__textLeft p,
    .contactBlock__sales p {
        max-width: 280px;
        font-size: 18px;
    }

    .contactBlock__socials {
        order: -1;
        gap: 12px;
    }

    .contactBlock__socials svg {
        width: 36px;
        height: 36px;
    }

    .contactBlock__smallText {
        max-width: 100%;
    }

    .contactBlock__smallText p {
        font-size: 16px;
    }

    .contactBlock__formTitle {
        max-width: 400px;
        font-size: 40px;
    }

    .contactBlock__formTitle h4 {
        line-height: 110%;
    }

    .contactBlock__input {
        max-width: 400px;
        height: 48px;
        padding: 12px 150px 10px 16px;
        font-size: 16px;
    }

    .contactBlock__input::placeholder {
        font-size: 18px;
    }

    .contactBlock__formButton {
        width: 140px;
        height: 48px;
        font-size: 18px;
    }

    .contactBlock__formWrapper {
        max-width: 400px;
    }

    .contactBlock__form {
        margin-bottom: 40px;
    }

    .contactBlock__bottom {
        font-size: 12px;
    }

    .contactBlock__right {
        border-radius: 24px;
    }

    .contactBlock__logo {
        max-width: calc(100% - 48px);
        top: 24px;
    }

    .contackBlock__winner,
    .contackBlock__recommend {
        gap: 10px;
        font-size: 10px;
    }

    .contackBlock__winner {
        bottom: 24px;
        left: 24px;
    }

    .contackBlock__recommend {
        bottom: 24px;
        right: 24px;
    }

    .contactBlock__right p {
        max-width: 140px;
    }

    .contackBlock__winner img,
    .contackBlock__recommend img {
        width: 60px;
        height: auto;
    }
}

@media (max-width: 768px) {
    .contactBlock {
        padding-top: 70px;
    }

    .contactBlock__header {
        min-height: 60px;
        padding: 20px;
    }

    .contactBlock__headerButton,
    .contactBlock__header > svg:first-child {
        display: none;
    }

    .contactBlock__body {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }

    .contactBlock__left {
        width: 100%;
    }

    .contactBlock__right {
        border-radius: 24px;
        order: -1;
        width: 100%;
        max-width: 100%;
        min-height: 400px;
    }

    .contactBlock__title {
        margin-bottom: 54px;
        font-size: 70px;
    }

    .contactBlock__texts {
        flex-direction: column;
        gap: 36px;
        margin-bottom: 36px;
    }

    .contactBlock__textLeft {
        gap: 36px;
    }

    .contactBlock__sales {
        gap: 6px;
    }

    .contactBlock__textLeft p,
    .contactBlock__sales p {
        max-width: 100%;
        font-size: 16px;
    }

    .contactBlock__textRight {
        gap: 16px;
    }

    .contactBlock__formTitle {
        max-width: 100%;
        padding-bottom: 16px;
        font-size: 30px;
    }

    .contactBlock__input {
        max-width: 100%;
        padding-right: 120px;
    }

    .contactBlock__formWrapper {
        max-width: 100%;
    }

    .contactBlock__formButton {
        width: 127px;
        font-size: 16px;
        bottom: 15px;
    }

    .contactBlock__bottom {
        align-items: flex-start;
        gap: 10px;
        font-size: 10px;
    }

    .contactBlock__form {
        margin-bottom: 40px;
    }

    .contactBlock__logo {
        max-width: calc(100% - 40px);
        top: 24px;
    }

    .contactBlock__logoMob {
        max-width: 335px;
        margin-bottom: 36px;
        display: block;
    }

    .contactBlock__logoMob img {
        width: 100%;
        height: 48px;
    }

    .contackBlock__winner,
    .contackBlock__recommend {
        position: static;
    }

    .contactBlock__right {
        flex-direction: column;
        justify-content: flex-end;
        gap: 24px;
        padding: 24px;
        display: none;
    }

    .contactBlock__content {
        padding-bottom: 20px;
    }
}

/* [project]/src/app/components/cuisine-block/styles.css [app-client] (css) */
.cuisineBlock {
    background-color: #fffcea;
    width: 100%;
    height: 100%;
}

.cuisineBlock__content {
    z-index: 1;
    color: #fff;
    padding-top: 90px;
    padding-bottom: 30px;
    position: relative;
}

.cuisineBlock__header {
    align-items: center;
    width: 100%;
    min-height: 90px;
    padding: 0 60px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.cuisineBlock__headerButton {
    font-family: var(--font-inter-tight), sans-serif;
    color: #f5fef8;
    cursor: pointer;
    z-index: 20;
    background-color: #eb471f;
    border: none;
    border-radius: 999px;
    outline: none;
    height: 100%;
    margin-left: auto;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.cuisineBlock__headerButton:hover {
    background-color: #a52809;
}

.cuisineBlock__logo {
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cuisineGrid__text {
    z-index: 10;
    color: #eb471f;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-inter-tight), sans-serif;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
}

.cuisineBlock__body {
    flex-direction: column;
    display: flex;
}

.cuisineBlock__title {
    color: #eb471f;
    max-width: 800px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-wrap: nowrap;
    z-index: 10;
    font-size: 164px;
    font-weight: 400;
    line-height: 90%;
    display: inline-block;
}

.cuisineBlock__subtitle {
    font-size: 60px;
    font-family: var(--font-inter-tight), sans-serif;
    letter-spacing: -1%;
    color: #eb471f;
    max-width: 700px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 1200px;
    font-weight: 500;
    line-height: 100%;
}

.cuisineBlock_texts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.cuisineBlock__switcher {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 0 60px;
    display: flex;
}

.cuisineBlock__bottom {
    font-size: 24px;
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    justify-content: space-between;
    margin-top: 48px;
    padding: 0 60px;
    font-weight: 500;
    display: flex;
}

.cuisineBlock__bottom p {
    width: auto;
    max-width: 440px;
    display: inline-flex;
}

.fade {
    opacity: 0;
    animation: 0.5s forwards fadeIn;
}

.cuisineGallery {
    gap: 48px;
    padding: 0 60px;
    display: flex;
    position: relative;
}

.cuisineGallery__left {
    width: 658px;
    position: relative;
}

.cuisineGallery__top {
    border-radius: 40px;
    width: 440px;
    height: 440px;
    position: relative;
    transform: translateX(220px);
}

.cuisineGallery__bottom {
    border-radius: 40px;
    flex-shrink: 1;
    width: 438px;
    height: 500px;
    position: absolute;
    top: 200px;
}

.cuisineGallery__center {
    border-radius: 40px;
    width: 600px;
    height: 383px;
    position: relative;
    transform: translateY(160px);
}

.cuisineGallery__right {
    border-radius: 40px;
    width: 438px;
    height: 587px;
    position: relative;
    transform: translateY(120px);
}

.cuisineGallery img {
    border-radius: 40px;
}

.cuisineBlock__bottom p {
    max-width: 340px;
}

.cuisineGallery__step {
    z-index: 20;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    display: flex;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.cuisineGallery__stepNumber {
    color: #eb471f;
    font-size: 46px;
    font-weight: bold;
    line-height: 100%;
}

.cuisineGallery__stepText {
    font-size: 24px;
    font-weight: 500;
    line-height: 114%;
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 1400px) {
    .cuisineGallery {
        justify-content: center;
        gap: 0;
    }

    .cuisineGallery__title {
        font-size: 110px;
    }

    .cuisineBlock__subtitle {
        font-size: 40px;
    }

    .cuisineGallery__top {
        width: 400px;
        height: 400px;
    }

    .cuisineGallery__bottom {
        z-index: 7;
        width: 384px;
        height: 415px;
    }

    .cuisineGallery__center {
        z-index: 5;
        width: 400px;
        height: 358px;
        position: absolute;
        top: 0;
        left: 30%;
    }

    .cuisineGallery__right {
        z-index: 6;
        width: 400px;
        height: 560px;
    }

    .cuisineBlock__bottom {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .cuisineBlock__header {
        padding: 0 40px;
    }

    .cuisineBlock__headerButton,
    .cuisineBlock__logo {
        font-size: 20px;
    }

    .cuisineBlock__title {
        font-size: 110px;
    }

    .cuisineBlock__subtitle {
        font-size: 40px;
    }

    .cuisineBlock__switcher {
        padding: 0 40px;
    }

    .cuisineBlock__bottom {
        padding: 0 40px;
        font-size: 20px;
    }

    .cuisineGallery {
        gap: 48px;
        padding: 0 40px;
    }

    .cuisineGallery__left {
        flex-shrink: 1;
        width: 658px;
    }

    .cuisineGallery__top {
        width: 440px;
        height: 440px;
        transform: translateX(220px);
    }

    .cuisineGallery__bottom {
        width: 438px;
        height: 500px;
        top: 200px;
    }

    .cuisineGallery__center {
        z-index: 0;
        flex: 1;
        width: 600px;
        height: 383px;
        position: relative;
        transform: translateY(160px);
    }

    .cuisineGallery__right {
        width: 438px;
        height: 587px;
        transform: translateY(120px);
    }

    .cuisineGallery__stepNumber {
        font-size: 36px;
    }

    .cuisineGallery__stepText,
    .cuisineGrid__text {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .cuisineBlock {
        background-color: #193b25;
        overflow: hidden;
    }

    .cuisineBlock__content {
        min-height: auto;
        padding: 70px 0 20px;
    }

    .cuisineBlock__header,
    .cuisineBlock__headerButton {
        display: none;
    }

    .cuisineGallery {
        gap: 0;
        height: 554px;
        margin-bottom: 0;
        padding: 0;
        display: block;
        position: relative;
    }

    .cuisineGallery__step {
        z-index: 10;
        gap: 8px;
        position: absolute;
        top: 64px;
        left: 50%;
        transform: translateX(-50%);
    }

    .cuisineGallery__stepNumber {
        color: #fffcea;
        font-size: 36px;
    }

    .cuisineGallery__stepText {
        color: #fffcea;
        font-size: 14px;
    }

    .cuisineGallery__left {
        width: 100%;
        height: 100%;
        position: static;
    }

    .cuisineGallery__top {
        z-index: 2;
        border-radius: 18px;
        width: 187px;
        height: 215px;
        position: absolute;
        top: 46px;
        left: auto;
        right: -62px;
        transform: none;
    }

    .cuisineGallery__top img {
        border-radius: 18px;
    }

    .cuisineGallery__bottom {
        z-index: 2;
        border-radius: 18px;
        width: 187px;
        height: 241px;
        position: absolute;
        top: 93px;
        left: -62px;
    }

    .cuisineGallery__bottom img {
        border-radius: 18px;
    }

    .cuisineGallery__center {
        z-index: 1;
        border-radius: 18px;
        width: 92%;
        height: 390px;
        position: absolute;
        top: 164px;
        left: 50%;
        transform: translateX(-50%);
    }

    .cuisineGallery__center img {
        border-radius: 18px;
    }

    .cuisineGallery__right {
        display: none;
    }

    .cuisineBlock__body {
        margin-top: 0;
    }

    .cuisineBlock__switcher {
        margin-top: 36px;
        padding: 0 20px;
    }

    .cuisineBlock_texts {
        gap: 16px;
        width: 335px;
    }

    .cuisineBlock__title {
        color: #fffcea;
        text-align: center;
        font-size: 70px;
    }

    .cuisineBlock__subtitle {
        color: #fffcea;
        text-align: center;
        max-width: 100%;
        font-size: 30px;
        line-height: 100%;
    }

    .cuisineBlock__subtitle br {
        display: none;
    }

    .cuisineBlock__bottom {
        text-align: center;
        color: #fffcea;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 36px;
        padding: 0 20px;
    }

    .cuisineBlock__bottom p {
        text-align: center;
        max-width: 269px;
        font-size: 16px;
    }
}

/* [project]/src/app/components/deckBlock/styles.css [app-client] (css) */
.deckBlock {
    background-color: #fffcea;
    width: 100%;
    height: 100%;
    padding-top: 75px;
    overflow: hidden;
}

.deckBlock__content {
    z-index: 1;
    color: #fff;
    padding-bottom: 30px;
    position: relative;
}

.deckBlock__header {
    align-items: center;
    min-height: 90px;
    padding: 0 60px;
    display: flex;
}

.deckBlock__body {
    gap: 60px;
    height: 100%;
    padding: 0 60px;
    display: flex;
}

.fade {
    opacity: 0;
    animation: 0.5s forwards fadeIn;
}

.deckBlock__left {
    flex-direction: column;
    display: flex;
}

.deckBlock__image {
    width: 50%;
    max-width: 780px;
    position: relative;
}

.deckBlock__imageSwitcher {
    font-family: var(--font-inter-tight), sans-serif;
    justify-content: space-between;
    width: 100%;
    padding: 0 32px;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    position: absolute;
    bottom: 32px;
}

.deckBlock__image img {
    border-radius: 40px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.deckBlock__title {
    font-family: var(--font-inter-tight), sans-serif;
    letter-spacing: -1%;
    color: #193b25;
    max-width: 930px;
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
}

.deckBlock__text {
    font-family: var(--font-inter-tight), sans-serif;
    color: #193b25;
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
}

.deckBlock__description {
    display: flex;
}

.deckBlock__bottom {
    flex-direction: column;
    display: flex;
}

.deckBlock__bottom p {
    max-width: 650px;
}

.deckBlock__texts {
    justify-content: space-between;
    gap: 152px;
    margin-top: auto;
    display: flex;
}

.deckBlock__tourButton {
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
}

.deckBlock__upperText {
    gap: 12px;
    display: flex;
}

.deckBlock__upperText p {
    color: #193b25;
    font-family: var(--font-inter-tight), sans-serif;
    max-width: 303px;
    font-size: 24px;
    font-weight: 500;
    line-height: 114%;
}

.deckBlock__description {
    flex-direction: column;
    gap: 90px;
    display: flex;
}

.deckBlock__bottomText {
    flex-direction: column;
    gap: 32px;
    display: flex;
}

.deckBlock__bottomText p {
    color: #193b25;
    font-family: var(--font-inter-tight), sans-serif;
    max-width: 600px;
    font-size: 24px;
    font-weight: 500;
    line-height: 114%;
}

.deckBlock__step {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    display: flex;
}

.deckBlock__stepNumber {
    color: #eb471f;
    font-size: 46px;
    font-weight: bold;
    line-height: 100%;
}

.deckBlock__stepText {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
}

@media (max-width: 1400px) {
    .deckBlock__header {
        padding: 0 40px;
    }

    .deckBlock__body {
        gap: 20px;
        padding: 0 40px;
    }

    .deckBlock__title {
        max-width: 700px;
        font-size: 44px;
    }

    .deckBlock__text {
        font-size: 20px;
    }

    .deckBlock__texts {
        gap: 20px;
    }

    .deckBlock__description {
        gap: 60px;
    }

    .deckBlock__upperText p {
        max-width: 260px;
        font-size: 20px;
    }

    .deckBlock__bottomText p {
        max-width: 480px;
        font-size: 20px;
    }

    .deckBlock__stepNumber {
        font-size: 36px;
    }

    .deckBlock__stepText {
        font-size: 20px;
    }

    .deckBlock__image {
        min-width: 50%;
    }

    .deckBlock__imageSwitcher,
    .deckBlock__tourButton {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .deckBlock__title {
        font-size: 36px;
    }

    .deckBlock__upperText p,
    .deckBlock__bottomText p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .deckBlock {
        padding-top: 70px;
    }

    .deckBlock__body {
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
    }

    .deckBlock__image {
        order: -1;
        width: 100%;
        max-width: 100%;
        min-height: 392px;
    }

    .deckBlock__image img {
        border-radius: 18px;
    }

    .deckBlock__imageSwitcher {
        padding: 0 16px;
        font-size: 14px;
        bottom: 16px;
    }

    .deckBlock__title {
        max-width: 100%;
        margin-bottom: 80px;
        font-size: 30px;
    }

    .deckBlock__texts {
        flex-direction: column;
        gap: 24px;
        margin-top: 24px;
        padding-bottom: 20px;
        position: relative;
    }

    .deckBlock__step {
        flex-direction: column;
        align-items: flex-end;
        position: absolute;
        top: 0;
        right: 20px;
    }

    .deckBlock__stepNumber {
        font-size: 32px;
    }

    .deckBlock__stepText {
        font-size: 14px;
    }

    .deckBlock__description {
        gap: 50px;
    }

    .deckBlock__upperText {
        flex-direction: column;
        gap: 12px;
        max-width: 212px;
    }

    .deckBlock__upperText p {
        max-width: 100%;
        font-size: 16px;
    }

    .deckBlock__bottomText {
        gap: 12px;
    }

    .deckBlock__bottomText p {
        max-width: 100%;
        font-size: 16px;
    }

    .deckBlock__content {
        padding-bottom: 40px;
        position: relative;
    }
}

/* [project]/src/app/components/excursions-block/styles.css [app-client] (css) */
.excursionsBlock {
    background-color: #fffcea;
    width: 100%;
    height: 100%;
    padding-top: 90px;
}

.excursionsBlock__content {
    color: #fff;
    padding-bottom: 30px;
    position: relative;
}

.excursionsBlock__textContent {
    z-index: 5;
    position: relative;
}

.excursionsBlock__header {
    align-items: center;
    min-height: 90px;
    padding: 0 60px;
    display: flex;
}

.excursionsBlock__headerButton {
    font-family: var(--font-inter-tight), sans-serif;
    color: #f5fef8;
    cursor: pointer;
    background-color: #eb471f;
    border: none;
    border-radius: 999px;
    outline: none;
    margin-left: auto;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.excursionsBlock__headerButton:hover {
    background-color: #a52809;
}

.excursionsBlock__logo {
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.excursionsGrid {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 16px;
    width: 100%;
    padding: 0 60px;
    display: grid;
    position: relative;
}

.excursionsGrid__item {
    border-radius: 40px;
    width: 100%;
    max-height: 500px;
    position: relative;
}

.excursionsGrid__item img {
    border-radius: 40px;
}

.excursionsGrid__item.left,
.excursionsGrid__item.right {
    transform: translateY(125px);
}

.excursionsGrid__item.center {
    min-height: 455px;
}

.excursionsGrid__text {
    z-index: 10;
    color: #eb471f;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-inter-tight), sans-serif;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%);
}

.excursionsBlock__body {
    flex-direction: column;
    display: flex;
}

.excursionsBlock__title {
    color: #eb471f;
    max-width: 800px;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-wrap: nowrap;
    font-size: 164px;
    font-weight: 400;
    line-height: 90%;
    display: inline-block;
}

.excursionsBlock__subtitle {
    font-size: 60px;
    font-family: var(--font-inter-tight), sans-serif;
    letter-spacing: -1%;
    color: #eb471f;
    max-width: 800px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 1200px;
    font-weight: 500;
    line-height: 90%;
    display: inline-block;
}

.excursionsBlock_texts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.excursionsBlock__switcher {
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    padding: 0 60px;
    display: flex;
}

.excursionsBlock__bottom {
    font-size: 24px;
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    justify-content: space-between;
    margin-top: 48px;
    padding: 0 60px;
    font-weight: 500;
    display: flex;
}

.excursionsBlock__bottom p {
    width: auto;
    max-width: 440px;
    display: inline-flex;
}

.excursionsBlock__title .word,
.excursionsBlock__subtitle .word {
    margin-right: 0.25em;
    display: inline-block;
}

.excursionsBlock__title .word:last-child,
.excursionsBlock__subtitle .word:last-child {
    margin-right: 0;
}

@media (prefers-reduced-motion: reduce) {
    .excursionsGrid__item,
    .excursionsGrid__text,
    .excursionsBlock__text,
    .excursionsBlock__title .word,
    .excursionsBlock__subtitle .word,
    .excursionsBlock__bottom > p,
    .excursionsBlock__switcher svg {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (max-width: 1024px) {
    .excursionsBlock__header {
        padding: 0 40px;
    }

    .excursionsBlock__headerButton {
        padding: 10px 14px;
        font-size: 20px;
    }

    .excursionsBlock__logo {
        font-size: 20px;
    }

    .excursionsGrid {
        gap: 12px;
        padding: 0 40px;
    }

    .excursionsGrid__item {
        border-radius: 32px;
        max-height: 400px;
    }

    .excursionsGrid__item img {
        border-radius: 32px;
    }

    .excursionsGrid__item.left,
    .excursionsGrid__item.right {
        transform: translateY(80px);
    }

    .excursionsGrid__item.center {
        min-height: 450px;
    }

    .excursionsGrid__text {
        font-size: 20px;
        bottom: -40px;
    }

    .excursionsBlock__title {
        font-size: 110px;
    }

    .excursionsBlock__subtitle {
        max-width: 900px;
        font-size: 40px;
    }

    .excursionsBlock__switcher {
        margin-top: 60px;
        padding: 0 40px;
    }

    .excursionsBlock__bottom {
        margin-top: 36px;
        padding: 0 40px;
        font-size: 20px;
    }

    .excursionsBlock__bottom p {
        max-width: 380px;
    }
}

@media (max-width: 768px) {
    .excursionsBlock {
        background-color: #193b25;
        padding-top: 70px;
    }

    .excursionsBlock__content {
        color: #fffcea;
        min-height: auto;
        padding-bottom: 40px;
    }

    .excursionsBlock__header,
    .excursionsBlock__headerButton,
    .excursionsBlock__logo {
        display: none;
    }

    .excursionsGrid {
        flex-flow: wrap;
        gap: 8px;
        padding: 20px;
        display: flex;
        position: relative;
    }

    .excursionsGrid__text {
        color: #fffcea;
        z-index: 10;
        margin-bottom: 0;
        font-size: 16px;
        display: none;
        position: absolute;
        top: 20px;
        left: 20px;
        transform: none;
    }

    .excursionsGrid__item {
        border-radius: 24px;
        max-height: none;
        overflow: hidden;
    }

    .excursionsGrid__item.left,
    .excursionsGrid__item.right {
        width: calc(50% - 4px);
        max-width: 242px;
        height: 215px;
        max-height: none;
        position: relative;
        transform: none;
    }

    .excursionsGrid__item img {
        border-radius: 18px;
    }

    .excursionsGrid__item.left {
        z-index: 3;
        position: absolute;
        bottom: -1px;
        left: -54px;
    }

    .excursionsGrid__item.right {
        z-index: 3;
        position: absolute;
        bottom: -61px;
        right: -49px;
    }

    .excursionsGrid__item.center {
        z-index: 1;
        order: 1;
        width: 100%;
        min-height: 347px;
        margin-top: 0;
    }

    .excursionsBlock__title {
        color: #fffcea;
        text-wrap: wrap;
        text-align: left;
        margin-bottom: 16px;
        font-size: 70px;
    }

    .excursionsBlock__text {
        font-family: var(--font-inter-tight);
        margin-bottom: 8px;
    }

    .excursionsBlock__subtitle {
        color: #fffcea;
        text-align: left;
        max-width: 100%;
        font-size: 30px;
    }

    .excursionsBlock__switcher {
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
        margin-top: 24px;
        padding: 0 20px;
    }

    .excursionsBlock_texts {
        flex: 1;
        order: 1;
        align-items: flex-start;
    }

    .excursionsBlock__switcher svg {
        order: 2;
        width: 24px;
        height: 24px;
        display: block;
    }

    .excursionsBlock__switcher svg path {
        fill: #fffcea;
    }

    .excursionsBlock__arrowsContainer {
        order: 2;
        gap: 24px;
        margin-left: auto;
        display: flex;
    }

    .excursionsBlock__bottom {
        color: #fffcea;
        flex-direction: column;
        gap: 16px;
        margin-top: 60px;
        padding: 0 20px;
    }

    .excursionsBlock__bottom p {
        text-align: left;
        max-width: 60%;
        margin-left: auto;
        margin-right: 35px;
        font-size: 16px;
    }

    .excursionsBlock__body {
        padding-bottom: 0;
    }
}

/* [project]/src/app/components/mobile-menu/styles.css [app-client] (css) */
.fullscreenMenu {
    z-index: 2000;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fffceafa;
    flex-direction: column;
    animation: 0.3s ease-out menuFadeIn;
    display: flex;
    position: fixed;
    inset: 0;
}

@keyframes menuFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fullscreenMenu__header {
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    display: flex;
}

.fullscreenMenu__back {
    cursor: pointer;
    background: none;
    border: none;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
}

.fullscreenMenu__logoText {
    font-family: var(--font-inter-tight), sans-serif;
    color: #193b25;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.fullscreenMenu__logoImage {
    display: none;
}

.fullscreenMenu__cta {
    font-family: var(--font-inter-tight), sans-serif;
    color: #f5fef8;
    cursor: pointer;
    background-color: #eb471f;
    border: none;
    border-radius: 999px;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: 500;
    transition: opacity 0.2s;
}

.fullscreenMenu__cta:hover {
    opacity: 0.9;
}

.fullscreenMenu__close {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    display: none;
}

.fullscreenMenu__nav {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
}

.fullscreenMenu__link {
    font-family: var(--font-heading), serif;
    text-transform: uppercase;
    color: #193b25;
    letter-spacing: -0.02em;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px 16px;
    font-size: 80px;
    font-weight: 400;
    line-height: 100%;
    transition: color 0.2s;
}

.fullscreenMenu__link:hover,
.fullscreenMenu__link--active {
    color: #eb471f;
}

.fullscreenMenu__footer {
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    display: flex;
}

.fullscreenMenu__footerLogo {
    width: auto;
    max-width: 200px;
    height: auto;
}

.fullscreenMenu__socials {
    gap: 14px;
    display: flex;
}

.fullscreenMenu__social {
    transition: opacity 0.2s;
    display: flex;
}

.fullscreenMenu__social:hover {
    opacity: 0.8;
}

.fullscreenMenu__phone {
    font-family: var(--font-inter-tight), sans-serif;
    color: #193b25;
    font-size: 24px;
    font-weight: 500;
}

.fullscreenMenu__mobileCta {
    display: none;
}

@media (max-width: 1024px) {
    .fullscreenMenu__header {
        padding: 20px 40px;
    }

    .fullscreenMenu__logoText {
        font-size: 20px;
    }

    .fullscreenMenu__cta {
        padding: 10px 14px;
        font-size: 20px;
    }

    .fullscreenMenu__link {
        font-size: 60px;
    }

    .fullscreenMenu__footer {
        padding: 30px 40px;
    }

    .fullscreenMenu__phone {
        font-size: 20px;
    }

    .fullscreenMenu__footerLogo {
        max-width: 160px;
    }
}

@media (max-width: 768px) {
    .fullscreenMenu__header {
        justify-content: space-between;
        padding: 20px;
    }

    .fullscreenMenu__back,
    .fullscreenMenu__logoText {
        display: none;
    }

    .fullscreenMenu__logoImage {
        max-width: 231px;
        height: auto;
        display: block;
        position: static;
        transform: none;
    }

    .fullscreenMenu__cta {
        display: none;
    }

    .fullscreenMenu__close {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .fullscreenMenu__nav {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 4px;
        padding: 20px;
    }

    .fullscreenMenu__link {
        padding: 4px 0;
        font-size: 70px;
    }

    .fullscreenMenu__footer {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        padding: 20px;
    }

    .fullscreenMenu__footerLogo {
        display: none;
    }

    .fullscreenMenu__socials {
        justify-content: flex-start;
    }

    .fullscreenMenu__phone {
        display: none;
    }

    .fullscreenMenu__mobileCta {
        color: #f5fef8;
        width: 100%;
        font-family: var(--font-inter-tight), sans-serif;
        cursor: pointer;
        background-color: #eb471f;
        border: none;
        border-radius: 999px;
        padding: 16px 24px;
        font-size: 20px;
        font-weight: 500;
        transition: background-color 0.2s;
        display: block;
    }

    .fullscreenMenu__mobileCta:active {
        background-color: #a52809;
    }
}

/* [project]/src/app/components/socials/styles.css [app-client] (css) */
.socials {
    gap: 12px;
    display: flex;
}

/* [project]/src/app/components/global-header/global-header.css [app-client] (css) */
.globalHeader {
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    align-items: center;
    padding: 20px 60px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-60px);
}

.globalHeader > * {
    pointer-events: auto;
}

.globalHeader__logoContainer {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.globalHeader__logoImage {
    width: auto;
    max-width: 336px;
    height: auto;
    transition: opacity 0.1s;
}

.globalHeader__logoText {
    font-family: var(--font-inter-tight), sans-serif;
    white-space: nowrap;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    transition:
        opacity 0.1s,
        color 0.1s;
    position: absolute;
}

.globalHeader__button {
    font-family: var(--font-inter-tight), sans-serif;
    cursor: pointer;
    border: none;
    border-radius: 999px;
    outline: none;
    margin-left: auto;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: 500;
}

.globalHeader__socials {
    gap: 64px;
    margin-left: auto;
    display: flex;
}

.globalHeader__phone {
    font-family: var(--font-inter-tight), sans-serif;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
    display: flex;
}

.globalHeader__button:hover {
    opacity: 0.9;
}

.globalHeader__mobileMenu {
    cursor: pointer;
    display: none;
}

.globalHeader__hamburgerDesktop {
    cursor: pointer;
    display: block;
}

@media (max-width: 1400px) {
    .globalHeader__socials {
        gap: 32px;
    }

    .globalHeader__phone {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .globalHeader {
        padding: 20px 40px;
    }

    .globalHeader__logoImage {
        max-width: 280px;
    }

    .globalHeader__logoText {
        font-size: 20px;
    }

    .globalHeader__button {
        padding: 10px 14px;
        font-size: 20px;
    }

    .globalHeader__phone {
        display: none;
    }
}

@media (max-width: 768px) {
    .globalHeader {
        justify-content: space-between;
        padding: 20px;
    }

    .globalHeader__socials {
        display: none;
    }

    .globalHeader__mobileMenu {
        display: block;
    }

    .globalHeader__hamburgerDesktop {
        display: none;
    }

    .globalHeader__logoContainer {
        position: relative;
        left: auto;
        transform: none;
    }

    .globalHeader__logoImage {
        max-width: 160px;
    }

    .globalHeader__logoText {
        font-size: 14px;
    }

    .globalHeader__button {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .globalHeader {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* [project]/src/app/components/hero-block/styles.css [app-client] (css) */
.heroBlock {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.heroBlock__video {
    object-fit: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.heroBlock__content {
    z-index: 1;
    color: #fff;
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.heroBlock__header {
    align-items: center;
    padding: 20px 60px 0;
    display: flex;
}

.heroBlock__title {
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fffcea;
    opacity: 0;
    margin-bottom: 24px;
    font-size: 210px;
    font-weight: 200;
    line-height: 80%;
    transform: scale(0.8);
}

.heroBlock__button {
    font-family: var(--font-inter-tight), sans-serif;
    color: #f5fef8;
    cursor: pointer;
    opacity: 0;
    background-color: #eb471f;
    border: none;
    border-radius: 999px;
    outline: none;
    padding: 16px 24px;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    transition: background-color 0.3s;
    transform: translateY(40px);
}

.heroBlock__button:hover {
    background-color: #a52809;
}

.heroBlock__body {
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.heroBlock__logo {
    width: auto;
    max-width: 336px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.heroBlock__headerButton {
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    cursor: pointer;
    background-color: #f5fef8;
    border: none;
    border-radius: 999px;
    outline: none;
    margin-left: auto;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.heroBlock__headerButton:hover {
    background-color: #ccc7a9;
}

.heroblock__decor {
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    position: absolute;
}

.heroblock__decorTop {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-40px);
}

.heroblock__decorBottomLeft {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(40px);
}

.heroblock__decorRight {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(40px);
}

.heroBlock__mobileMenu {
    cursor: pointer;
    display: none;
}

.heroBlock__hamburgerDesktop {
    display: block;
}

@media (max-width: 1024px) {
    .heroBlock__header {
        padding: 20px 40px 0;
    }

    .heroBlock__logo {
        max-width: 280px;
    }

    .heroBlock__title {
        margin-bottom: 20px;
        font-size: 130px;
    }

    .heroBlock__button {
        padding: 14px 22px;
        font-size: 26px;
    }

    .heroBlock__headerButton {
        padding: 10px 14px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .heroBlock__mobileMenu {
        display: block;
    }

    .heroBlock__hamburgerDesktop {
        display: none;
    }

    .heroBlock__header {
        justify-content: space-between;
        padding: 20px 20px 0;
    }

    .heroBlock__logo {
        max-width: 160px;
        position: static;
        transform: none;
    }

    .heroBlock__headerButton {
        display: none;
    }

    .heroBlock__title {
        margin-bottom: 16px;
        font-size: 86px;
        line-height: 90%;
    }

    .heroBlock__button {
        padding: 12px 20px;
        font-size: 18px;
        position: absolute;
        bottom: 30px;
    }

    .heroBlock__body {
        padding: 0 20px;
    }

    .heroblock__decor {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .heroBlock__title,
    .heroBlock__button,
    .heroblock__decorTop,
    .heroblock__decorBottomLeft,
    .heroblock__decorRight {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* [project]/src/app/components/included-Block/styles.css [app-client] (css) */
.includedBlock {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.includedBlock__video {
    object-fit: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.includedBlock__content {
    z-index: 1;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    height: 100%;
    display: flex;
    position: relative;
}

.includedBlock__title {
    color: #eb471f;
    text-transform: uppercase;
    text-align: center;
    font-size: 164px;
    font-weight: 400;
    line-height: 90%;
}

.includedBlock__bottom {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
    padding-left: 60px;
    padding-right: 120px;
    display: flex;
}

.includedBlock__advantage {
    align-items: center;
    gap: 12px;
    display: flex;
}

.includedBlock__number {
    color: #eb471f;
    letter-spacing: 20%;
    vertical-align: middle;
    font-size: 46px;
    font-weight: bold;
    line-height: 100%;
}

.includedBlock__text {
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    max-width: 200px;
    font-size: 24px;
    font-weight: 500;
    line-height: 114%;
}

@media (max-width: 1024px) {
    .includedBlock__title {
        font-size: 110px;
    }

    .includedBlock__bottom {
        padding-left: 40px;
        padding-right: 60px;
    }

    .includedBlock__number {
        font-size: 36px;
    }

    .includedBlock__text {
        max-width: 180px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .includedBlock {
        height: 100vh;
        min-height: 100vh;
    }

    .includedBlock__content {
        justify-content: flex-end;
        gap: 24px;
        height: auto;
        padding: 0 20px 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .includedBlock__title {
        font-size: 70px;
        line-height: 90%;
    }

    .includedBlock__bottom {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 0;
        padding: 0;
    }

    .includedBlock__advantage {
        text-align: center;
        flex-direction: column;
        gap: 4px;
    }

    .includedBlock__number {
        font-size: 34px;
    }

    .includedBlock__text {
        text-align: center;
        max-width: 100%;
        font-size: 16px;
    }
}

/* [project]/src/app/components/leisure-block/styles.css [app-client] (css) */
.leisureBlock {
    background-color: #193b25;
    width: 100%;
    height: 100%;
    padding-top: 75px;
    overflow: hidden;
}

.leisureBlock__content {
    z-index: 1;
    color: #fff;
    padding-bottom: 30px;
    position: relative;
}

.leisureBlock__header {
    align-items: center;
    min-height: 90px;
    padding: 0 60px;
    display: flex;
}

.leisureBlock__body {
    gap: 20px;
    height: 100%;
    padding: 0 60px;
    display: flex;
}

.fade {
    opacity: 0;
    animation: 0.5s forwards fadeIn;
}

.leisureBlock__image {
    min-width: 30%;
    max-width: 100%;
    position: relative;
}

.leisureBlock__imageSwitcher {
    font-family: var(--font-inter-tight), sans-serif;
    justify-content: space-between;
    width: 100%;
    padding: 0 32px;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    position: absolute;
    bottom: 32px;
}

.leisureBlock__image img {
    border-radius: 40px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.leisureBlock__title {
    font-family: var(--font-inter-tight), sans-serif;
    letter-spacing: -1%;
    color: #fffcea;
    max-width: 1064px;
    margin-bottom: 120px;
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
}

.leisureBlock__text {
    font-family: var(--font-inter-tight), sans-serif;
    color: #fffcea;
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
}

.leisureBlock__description {
    display: flex;
}

.leisureBlock__bottom {
    gap: 16px;
    padding-bottom: 20px;
    display: flex;
}

.leisureBlock__bottom p {
    max-width: 650px;
}

.leisureBlock__texts {
    gap: 152px;
    display: flex;
}

.leisureBlock__tourButton {
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
}

.leisureBlock__upperText {
    display: flex;
}

.leisureBlock__upperText p {
    color: #193b25;
    font-family: var(--font-inter-tight), sans-serif;
    max-width: 303px;
    font-size: 24px;
    font-weight: 500;
    line-height: 114%;
}

.leisureBlock__description {
    flex-direction: column;
    gap: 90px;
    display: flex;
}

.leisureBlock__bottomText {
    flex-direction: column;
    gap: 32px;
    display: flex;
}

.leisureBlock__bottomText p {
    color: #193b25;
    font-family: var(--font-inter-tight), sans-serif;
    max-width: 600px;
    font-size: 24px;
    font-weight: 500;
    line-height: 114%;
}

.leisureBlock__step {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    max-width: 1000px;
    margin-bottom: 80px;
    display: flex;
}

.leisureBlock__stepNumber {
    color: #eb471f;
    font-size: 46px;
    font-weight: bold;
    line-height: 100%;
}

.leisureBlock__stepText {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
}

.leisureBlock__texts {
    flex-direction: column;
    gap: 35px;
    display: flex;
}

.leisureBlock__mobileStep {
    display: none;
}

.leisureBlock__textBlock {
    max-width: 408px;
}

.leisureBlock__textBlock p {
    font-family: var(--font-inter-tight), sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 114%;
}

.leisureBlock__textBlock p:first-child {
    color: #eb471f;
}

.leisureBlock__leftImage {
    width: 23vw;
    height: auto;
}

@media (max-width: 1400px) {
    .leisureBlock__body {
        gap: 24px;
    }

    .leisureBlock__body > div:first-child {
        flex-shrink: 1;
        max-width: 50%;
    }

    .leisureBlock__image {
        min-width: 45%;
    }

    .leisureBlock__title {
        margin-bottom: 80px;
        font-size: clamp(40px, 4vw, 60px);
    }

    .leisureBlock__step {
        margin-bottom: 60px;
    }

    .leisureBlock__leftImage {
        width: 18vw;
        min-width: 180px;
    }

    .leisureBlock__textBlock {
        max-width: 300px;
    }

    .leisureBlock__textBlock p {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .leisureBlock {
        padding-top: 40px;
    }

    .leisureBlock__header {
        padding: 0 40px;
    }

    .leisureBlock__body {
        flex-wrap: wrap;
        gap: 24px;
        padding: 0 40px;
        display: flex;
    }

    .leisureBlock__body > div:first-child {
        flex-direction: column;
        flex: 45%;
        min-width: 300px;
        display: flex;
    }

    .leisureBlock__title {
        max-width: 100%;
        margin-bottom: 24px;
        font-size: clamp(28px, 3.5vw, 40px);
        line-height: 105%;
    }

    .leisureBlock__step {
        align-items: flex-start;
        max-width: none;
        margin-bottom: 32px;
    }

    .leisureBlock__stepNumber {
        font-size: 32px;
    }

    .leisureBlock__stepText {
        font-size: 16px;
    }

    .leisureBlock__image {
        flex: 50%;
        min-width: 300px;
        min-height: 450px;
    }

    .leisureBlock__image img {
        border-radius: 24px;
    }

    .leisureBlock__imageSwitcher {
        padding: 0 16px;
        font-size: 14px;
        bottom: 16px;
    }

    .leisureBlock__bottom {
        align-items: flex-start;
        gap: 24px;
        margin-top: auto;
        display: flex;
    }

    .leisureBlock__leftImage {
        display: none;
    }

    .leisureBlock__leftImage img {
        border-radius: 16px;
        width: 100%;
        height: auto;
    }

    .leisureBlock__texts {
        flex-direction: column;
        flex: 1;
        gap: 20px;
        display: flex;
    }

    .leisureBlock__textBlock {
        max-width: 408px;
    }

    .leisureBlock__textBlock p {
        font-size: 16px;
        line-height: 120%;
    }

    .leisureBlock__text {
        font-size: 16px;
    }

    .leisureBlock__description {
        gap: 32px;
    }

    .leisureBlock__upperText p {
        max-width: 260px;
        font-size: 16px;
    }

    .leisureBlock__bottomText p {
        max-width: 408px;
        font-size: 16px;
    }

    .leisureBlock__bottom p {
        max-width: 408px;
    }

    .leisureBlock__tourButton {
        font-size: 16px;
    }

    .leisureBlock__mobileStep {
        display: none;
    }
}

@media (max-width: 768px) {
    .leisureBlock {
        background-color: #fffcea;
        padding-top: 70px;
    }

    .leisureBlock__body > div:first-child {
        min-width: 100%;
    }

    .leisureBlock__body {
        gap: 20px;
        padding: 0 20px;
        display: flex;
    }

    .leisureBlock__body > div:first-child {
        order: 2;
    }

    .leisureBlock__image {
        aspect-ratio: 1 / 1.1;
        order: 1;
        max-width: 100%;
        min-height: 390px;
    }

    .leisureBlock__image img {
        border-radius: 18px;
    }

    .leisureBlock__imageSwitcher {
        padding: 0 16px;
        font-size: 16px;
        bottom: 16px;
    }

    .leisureBlock__title {
        color: #193b25;
        max-width: 100%;
        margin-bottom: 32px;
        font-size: 30px;
    }

    .leisureBlock__step {
        display: none;
    }

    .leisureBlock__bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 16px;
    }

    .leisureBlock__leftImage {
        display: none;
    }

    .leisureBlock__texts {
        flex-direction: column;
        flex: 1;
        gap: 20px;
        max-width: 65%;
    }

    .leisureBlock__textBlock {
        max-width: 100%;
    }

    .leisureBlock__textBlock p {
        color: #193b25;
        font-size: 16px;
        line-height: 120%;
    }

    .leisureBlock__textBlock p:first-child {
        color: #eb471f;
    }

    .leisureBlock__content {
        min-height: auto;
        padding-bottom: 0;
    }

    .leisureBlock__mobileStep {
        flex-direction: column;
        flex-shrink: 0;
        align-items: flex-end;
        gap: 4px;
        display: flex;
    }

    .leisureBlock__mobileStep .leisureBlock__stepNumber {
        color: #eb471f;
        font-size: 34px;
        font-weight: bold;
        line-height: 100%;
    }

    .leisureBlock__mobileStep .leisureBlock__stepText {
        font-size: 14px;
        font-weight: 500;
        font-family: var(--font-inter-tight), sans-serif;
        color: #eb471f;
    }
}

/* [project]/src/app/components/routes-block/styles.css [app-client] (css) */
.routesBlock {
    background-color: #fffcea;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    overflow: hidden;
}

.routesBlock__headerRight {
    color: #193b25;
    align-items: center;
    gap: 64px;
    margin-left: auto;
    display: flex;
}

.routesBlock__phoneNumber {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-inter-tight), sans-serif;
}

.routesBlock__socials {
    gap: 14px;
    display: flex;
}

.routesBlock__video {
    object-fit: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.routesBlock__content {
    z-index: 1;
    color: #fff;
    flex-direction: column;
    padding-bottom: 30px;
    display: flex;
    position: relative;
}

.routesBlock__left {
    flex-direction: column;
    display: flex;
}

.routesBlock__right {
    background-image: url("/images/route-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    max-width: 840px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.routesBlock__header {
    align-items: center;
    min-height: 90px;
    padding: 0 60px;
    display: flex;
}

.routesBlock__title {
    color: #193b25;
    max-width: 800px;
    letter-spacing: 0%;
    text-transform: uppercase;
    font-size: 164px;
    font-weight: 200;
    line-height: 90%;
}

.routesBlock__title .word,
.routesBlock__descriptions .word {
    margin-right: 0.25em;
    display: inline-block;
}

.routesBlock__title .word:last-child,
.routesBlock__descriptions p .word:last-child {
    margin-right: 0;
}

.routesBlock__routesMob {
    order: -2;
    gap: 8px;
    max-width: 100%;
    display: none;
}

.routesBlock__button {
    font-family: var(--font-inter-tight), sans-serif;
    color: #f5fef8;
    cursor: pointer;
    background-color: #eb471f;
    border: none;
    border-radius: 999px;
    outline: none;
    padding: 16px 24px;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
}

.routesBlock__body {
    flex: 1;
    gap: 6px;
    padding: 0 60px;
    display: flex;
}

.routesBlock__routes {
    color: #193b25;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    max-width: 910px;
    margin-bottom: 64px;
    display: flex;
}

.routesBlock__routeButton {
    cursor: pointer;
    color: #193b25;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-inter-tight), sans-serif;
    background-color: #0000;
    border: 2px solid #193b25;
    border-radius: 100px;
    padding: 10px 16px;
    transition:
        background-color 0.3s,
        color 0.3s;
}

.routesBlock__routeButton:hover,
.routesBlock__routeButton.active {
    color: #fffcea;
    background-color: #193b25;
}

.routesBlock__bottom {
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    display: flex;
}

.routesBlock__routeText {
    font-family: var(--font-inter-tight), sans-serif;
    color: #193b25;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
}

.routesBlock__logo {
    font-family: var(--font-inter-tight), sans-serif;
    color: #193b25;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.routesBlock__descriptions {
    color: #193b25;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-inter-tight), sans-serif;
    justify-content: space-between;
    gap: 16px;
    margin: 32px 0;
    display: flex;
}

.routesBlock__descriptions > p {
    max-width: 370px;
}

.routesBlock__headerButton {
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    cursor: pointer;
    background-color: #fffcea;
    border: none;
    border-radius: 999px;
    outline: none;
    margin-left: auto;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: 500;
}

.routesblock__decor {
    z-index: 1;
    width: 100%;
    height: 100vh;
    position: absolute;
}

.routesBlock__price {
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    max-width: 200px;
    font-size: 24px;
    font-weight: 500;
}

.routesBlock__route {
    width: 100%;
    height: 100%;
}

.routesBlock__right {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
}

.routesBlock__map {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.routesBlock__map img {
    transform: scale(0.8);
}

.routesBlock__step {
    color: #eb471f;
    font-size: 46px;
    font-weight: bold;
    position: absolute;
    top: 300px;
    right: 300px;
}

.routesBlock__compass {
    position: absolute;
    top: 200px;
    right: 30px;
}

.routesBlock__oneFlight {
    position: absolute;
    top: 30px;
    left: 30px;
}

.isMob {
    display: none;
}

@media (max-width: 1400px) {
    .routesBlock__header {
        padding: 0 40px;
    }

    .routesBlock__headerRight {
        gap: 32px;
    }

    .routesBlock__phoneNumber {
        font-size: 20px;
    }

    .routesBlock__body {
        padding: 0 40px;
    }

    .routesBlock__title {
        max-width: 600px;
        font-size: 110px;
    }

    .routesBlock__button {
        padding: 14px 20px;
        font-size: 24px;
    }

    .routesBlock__routes {
        max-width: 700px;
        margin-bottom: 40px;
    }

    .routesBlock__routeButton {
        padding: 8px 14px;
        font-size: 20px;
    }

    .routesBlock__bottom {
        gap: 48px;
    }

    .routesBlock__routeText {
        font-size: 20px;
    }

    .routesBlock__descriptions {
        gap: 40px;
        font-size: 20px;
    }

    .routesBlock__descriptions > p {
        max-width: 300px;
    }

    .routesBlock__price {
        font-size: 20px;
    }

    .routesBlock__right {
        max-width: 500px;
    }

    .routesBlock__step {
        font-size: 36px;
        top: 140px;
        right: 134px;
        transform: translate(50%, -50%);
    }

    .routesBlock__map img {
        transform: scale(0.6);
    }

    .routesBlock__logo {
        font-size: 20px;
    }

    .routesBlock__headerButton {
        padding: 10px 14px;
        font-size: 20px;
    }

    .routesBlock__compass {
        top: 80px;
        right: 12px;
    }

    .routesBlock__compass img {
        width: 85px;
        height: 124px;
    }
}

@media (max-width: 1024px) {
    .routesBlock {
        padding-top: 70px;
    }

    .routesBlock__header {
        flex-wrap: wrap;
        min-height: 60px;
        padding: 20px;
    }

    .routesBlock__logo,
    .routesBlock__headerRight,
    .routesBlock__header > svg:first-child {
        display: none;
    }

    .routesBlock__body {
        flex-direction: column;
        padding: 0 20px;
    }

    .routesBlock__routesMob {
        flex-direction: column;
        display: flex;
    }

    .routesBlock__buttons {
        flex-flow: row;
        gap: 8px;
        max-width: 100%;
        padding-bottom: 10px;
        display: flex;
        overflow-x: auto;
    }

    .routesBlock__routes {
        flex-wrap: nowrap;
        gap: 8px;
        max-width: 100%;
        margin-bottom: 24px;
        padding-bottom: 10px;
        display: none;
        overflow-x: auto;
    }

    .routesBlock__routeText {
        flex-shrink: 0;
        font-size: 16px;
    }

    .routesBlock__routeButton {
        white-space: nowrap;
        flex-shrink: 0;
        padding: 8px 12px;
        font-size: 14px;
    }

    .routesBlock__title {
        text-transform: uppercase;
        max-width: 100%;
        margin-bottom: 16px;
        font-size: 70px;
        font-weight: 400;
        line-height: 90%;
    }

    .routesBlock__descriptions {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 24px;
        font-size: 18px;
    }

    .routesBlock__descriptions > p {
        max-width: 100%;
    }

    .routesBlock__bottom {
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 20px;
        display: none;
        position: sticky;
        bottom: 0;
    }

    .routesBlock__button {
        flex-shrink: 0;
        order: 1;
        padding: 12px 18px;
        font-size: 18px;
    }

    .routesBlock__price {
        max-width: 150px;
        font-size: 16px;
    }

    .routesBlock__right {
        border-radius: 20px;
        order: -1;
        width: 100%;
        max-width: 100%;
        min-height: 475px;
        margin-bottom: 24px;
    }

    .routesBlock__step {
        font-size: 34px;
        top: 140px;
        right: 134px;
        transform: translate(50%, -50%);
    }

    .routesBlock__compass {
        top: 80px;
        right: 12px;
    }

    .routesBlock__compass img {
        width: 85px;
        height: 124px;
    }

    .routesBlock__oneFlight {
        top: 20px;
        left: 20px;
    }

    .routesBlock__oneFlight img {
        width: 80px;
        height: 80px;
    }

    .routesBlock__map img {
        transform: scale(0.5);
    }

    .routesBlock__content {
        padding-bottom: 0;
    }

    .routesBlock__left {
        order: 1;
    }

    .routesBlock__texts {
        margin-bottom: 24px;
    }

    .isMob {
        display: flex;
    }
}

/* [project]/src/app/components/scroll-controller/scroll-controller.css [app-client] (css) */
.scroll-controller {
    width: 100%;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}

.sections-inner {
    will-change: transform;
    width: 100%;
}

.sections-inner > section {
    width: 100%;
    height: 100svh;
    position: relative;
    overflow: hidden;
}

.sections-inner > section > section,
.sections-inner > section > div {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.sections-inner > section > .section-content,
.sections-inner > section > [class*="__content"],
.sections-inner > section > section > [class*="__content"],
.sections-inner > section > div > [class*="__content"] {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-sizing: border-box !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: hidden auto !important;
}

.sections-inner > section > .section-content::-webkit-scrollbar {
    display: none;
}

.sections-inner > section > [class*="__content"]::-webkit-scrollbar {
    display: none;
}

.sections-inner > section > section > [class*="__content"]::-webkit-scrollbar {
    display: none;
}

.sections-inner > section > div > [class*="__content"]::-webkit-scrollbar {
    display: none;
}

.sections-inner > section .animated-content {
    opacity: 0;
    transition:
        opacity 0.6s,
        transform 0.6s;
    transform: translateY(30px);
}

.sections-inner > section.active .animated-content {
    opacity: 1;
    transform: translateY(0);
}

.sections-inner > section.active .animated-content:first-child {
    transition-delay: 0.1s;
}

.sections-inner > section.active .animated-content:nth-child(2) {
    transition-delay: 0.2s;
}

.sections-inner > section.active .animated-content:nth-child(3) {
    transition-delay: 0.3s;
}

.sections-inner > section.active .animated-content:nth-child(4) {
    transition-delay: 0.4s;
}

.sections-inner > section.active .animated-content:nth-child(5) {
    transition-delay: 0.5s;
}

/* [project]/src/app/components/second-block/styles.css [app-client] (css) */
.secondBlock {
    background-color: #193b25;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.secondBlock__reasons {
    justify-content: space-between;
    display: flex;
}

.secondBlock__reason {
    max-width: 160px;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-inter-tight), sans-serif;
}

.secondBlock__reasonHighlight {
    color: #eb471f;
}

.secondBlock__step {
    color: #eb471f;
    margin-left: 100px;
    font-size: 46px;
    font-weight: bold;
}

.secondBlock__content {
    z-index: 1;
    color: #fff;
    flex-direction: column;
    display: flex;
    position: relative;
}

.secondBlock__textWrap {
    will-change: transform, opacity;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    display: flex;
}

.secondBlock__slidesViewport {
    perspective: 1200px;
    perspective-origin: 0%;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 800px;
    display: flex;
    position: relative;
    overflow: visible;
}

.secondBlock__slides {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: relative;
}

.secondBlock__slide {
    will-change: transform, opacity;
    transform-origin: 0;
    pointer-events: none;
    backface-visibility: hidden;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.secondBlock__slideImage {
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    max-height: 900px;
}

.secondBlock__description {
    font-family: var(--font-inter-tight), sans-serif;
    color: #fffcea;
    align-self: flex-start;
    font-size: 24px;
    font-weight: 500;
}

.secondBlock__texts {
    flex-direction: column;
    margin-bottom: 32px;
    display: flex;
}

.secondBlock__text {
    font-family: var(--font-inter-tight), sans-serif;
    color: #fffcea;
    align-self: flex-end;
    max-width: 520px;
    margin-bottom: 36px;
    font-size: 24px;
    font-weight: 500;
}

.secondBlock__left {
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    display: flex;
}

.secondBlock__right {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 778px;
    height: 100%;
    padding-top: 60px;
    display: flex;
}

.secondBlock__title {
    max-width: 800px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fffcea;
    margin-bottom: 32px;
    font-size: 164px;
    font-weight: 400;
    line-height: 90%;
    display: inline-block;
}

.secondBlock__title .word,
.secondBlock__description .word {
    will-change: transform, opacity;
    margin-right: 0.25em;
    display: inline-block;
}

.secondBlock__text .chunk {
    will-change: transform, opacity;
    margin-right: 0.3em;
    display: inline-block;
}

.secondBlock__title .line {
    display: block;
}

.secondBlock__button {
    font-family: var(--font-inter-tight), sans-serif;
    color: #f5fef8;
    cursor: pointer;
    background-color: #eb471f;
    border: none;
    border-radius: 999px;
    outline: none;
    padding: 16px 24px;
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
}

.secondBlock__body {
    flex: 1;
    justify-content: space-between;
    gap: 16px;
    padding: 100px 60px 40px;
    display: flex;
}

.secondBlock__decor {
    z-index: 0;
    pointer-events: none;
    --reveal: 20%;
    width: 100%;
    height: 100vh;
    -webkit-mask-image: linear-gradient(
        to bottom,
        black 0%,
        black calc(var(--reveal) - 15%),
        transparent var(--reveal)
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        black 0%,
        black calc(var(--reveal) - 15%),
        transparent var(--reveal)
    );
    mask-image: linear-gradient(
        to bottom,
        black 0%,
        black calc(var(--reveal) - 15%),
        transparent var(--reveal)
    );
    position: absolute;
}

@media (max-width: 1400px) {
    .secondBlock__body {
        padding: 0 40px 20px;
    }

    .secondBlock__title {
        font-size: 120px;
    }
}

@media (max-width: 1024px) {
    .secondBlock__body {
        padding: 80px 40px 40px;
    }

    .secondBlock__reasons {
        gap: 80px;
        margin-bottom: 80px;
    }

    .secondBlock__reason {
        max-width: 140px;
        font-size: 20px;
    }

    .secondBlock__step {
        margin-left: 60px;
        font-size: 36px;
    }

    .secondBlock__title {
        max-width: 600px;
        font-size: 110px;
    }

    .secondBlock__description {
        font-size: 20px;
    }

    .secondBlock__text {
        max-width: 420px;
        margin-left: 0;
        font-size: 20px;
    }

    .secondBlock__slideImage {
        max-height: 500px;
    }

    .secondBlock__right {
        max-width: 45%;
    }

    .secondBlock__button {
        padding: 14px 20px;
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .secondBlock__body {
        flex-direction: column;
        padding: 80px 20px 12px;
    }

    .secondBlock__reasons {
        align-items: flex-end;
        gap: 16px;
        margin-bottom: 24px;
    }

    .secondBlock__reason {
        order: -2;
        max-width: 100%;
        font-size: 16px;
    }

    .secondBlock__reasonHighlight {
        order: 0;
        max-width: 80px;
    }

    .secondBlock__reasonMob {
        flex-shrink: 0;
        max-width: 140px;
    }

    .secondBlock__step {
        order: -1;
        margin-left: 0;
        font-size: 34px;
    }

    .secondBlock__title {
        max-width: 100%;
        margin-bottom: 0;
        font-size: 70px;
        font-weight: 700;
    }

    .secondBlock__description {
        margin: 12px 0;
        font-size: 16px;
    }

    .secondBlock__text {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 0;
        font-size: 18px;
    }

    .secondBlock__slideImage {
        width: 100%;
        max-height: 300px;
    }

    .secondBlock__right {
        flex: none;
        order: -1;
        max-width: 100%;
        height: 300px;
        padding-top: 0;
    }

    .secondBlock__slides {
        height: 100%;
    }

    .secondBlock__decor svg {
        width: 100%;
        height: auto;
    }
}

/* [project]/src/app/components/ship-block/styles.css [app-client] (css) */
.shipBlock {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.shipBlock__video {
    object-fit: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.shipBlock__content {
    z-index: 1;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
}

.shipBlock__title {
    color: #eb471f;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    font-size: 164px;
    font-weight: 400;
    line-height: 90%;
    transform: scale(0.8);
}

.shipBlock__subtitle {
    color: #eb471f;
    letter-spacing: -1%;
    text-align: center;
    max-width: 850px;
    font-size: 60px;
    font-weight: 500;
    line-height: 100%;
    font-family: var(--font-inter-tight), sans-serif;
    opacity: 0;
    margin-bottom: 50px;
    transform: translateY(40px);
}

@media (max-width: 1024px) {
    .shipBlock__content {
        justify-content: flex-end;
        align-items: center;
    }

    .shipBlock__title {
        font-size: 110px;
    }

    .shipBlock__subtitle {
        max-width: 600px;
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .shipBlock {
        height: 100vh;
        min-height: 100vh;
    }

    .shipBlock__content {
        justify-content: flex-end;
        height: auto;
        padding: 0 20px 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .shipBlock__title {
        font-size: 70px;
        line-height: 90%;
    }

    .shipBlock__subtitle {
        margin-bottom: 0;
        font-size: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shipBlock__title,
    .shipBlock__subtitle {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* [project]/src/app/components/ship-tour-block/styles.css [app-client] (css) */
.shipTourBlock {
    background-color: #fffcea;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    overflow: hidden;
}

.shipTourBlock__content {
    z-index: 1;
    color: #fff;
    padding-bottom: 30px;
    position: relative;
}

.shipTourBlock__header {
    align-items: center;
    min-height: 90px;
    padding: 0 60px;
    display: flex;
}

.shipTourBlock__headerButton {
    font-family: var(--font-inter-tight), sans-serif;
    color: #f5fef8;
    cursor: pointer;
    background-color: #eb471f;
    border: none;
    border-radius: 999px;
    outline: none;
    margin-left: auto;
    padding: 12px 16px;
    font-size: 24px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.shipTourBlock__headerButton:hover {
    background-color: #a52809;
}

.shipTourBlock__logo {
    font-family: var(--font-inter-tight), sans-serif;
    color: #193b25;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.shipTourBlock__body {
    gap: 20px;
    height: 100%;
    padding: 0 60px;
    display: flex;
}

.fade {
    opacity: 0;
    animation: 0.5s forwards fadeIn;
}

.shipTourBlock__image {
    flex-grow: 1;
    max-width: 778px;
    position: relative;
}

.shipTourBlock__imageSwitcher {
    font-family: var(--font-inter-tight), sans-serif;
    justify-content: space-between;
    width: 100%;
    padding: 0 32px;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    position: absolute;
    bottom: 32px;
}

.shipTourBlock__image img {
    border-radius: 40px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.shipTourBlock__title {
    font-family: var(--font-inter-tight), sans-serif;
    letter-spacing: -1%;
    color: #193b25;
    max-width: 930px;
    margin-bottom: 24px;
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
}

.shipTourBlock__text {
    font-family: var(--font-inter-tight), sans-serif;
    color: #193b25;
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
}

.shipTourBlock__description {
    display: flex;
}

.shipTourBlock__description p {
    max-width: 360px;
}

.shipTourBlock__bottom {
    flex-direction: column;
    display: flex;
}

.shipTourBlock__bottom p {
    max-width: 650px;
}

.shipTourBlock__texts {
    flex-direction: column;
    gap: 72px;
    margin-top: auto;
    margin-left: auto;
    padding-bottom: 30px;
    padding-left: 30px;
    display: flex;
}

.shipTourBlock__tourButton {
    font-family: var(--font-inter-tight), sans-serif;
    color: #eb471f;
    cursor: pointer;
    align-items: center;
    gap: 4px;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    display: flex;
}

.shipTourBlock__tourButton button {
    display: none;
}

.shipTourBlock__right {
    flex-direction: column;
    flex: 1;
    display: flex;
}

@media (max-width: 1400px) {
    .shipTourBlock__header {
        padding: 0 40px;
    }

    .shipTourBlock__headerButton {
        padding: 10px 14px;
        font-size: 20px;
    }

    .shipTourBlock__logo {
        font-size: 20px;
    }

    .shipTourBlock__body {
        gap: 24px;
        padding: 0 40px;
    }

    .shipTourBlock__image {
        flex-shrink: 0;
        width: 45%;
        max-width: 45%;
    }

    .shipTourBlock__image img {
        border-radius: 24px;
    }

    .shipTourBlock__imageSwitcher {
        padding: 0 24px;
        font-size: 18px;
        bottom: 24px;
    }

    .shipTourBlock__title {
        max-width: 100%;
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 110%;
    }

    .shipTourBlock__text {
        font-size: 18px;
        line-height: 120%;
    }

    .shipTourBlock__texts {
        gap: 24px;
        margin-top: 0;
        margin-left: 0;
        padding-bottom: 20px;
    }

    .shipTourBlock__description {
        flex-direction: row;
        gap: 40px;
        display: flex;
    }

    .shipTourBlock__description p {
        flex: 1;
        max-width: 200px;
    }

    .shipTourBlock__tourButton {
        align-items: center;
        gap: 4px;
        font-size: 18px;
        display: flex;
    }

    .shipTourBlock__tourButton svg {
        width: 14px;
        height: 14px;
    }

    .shipTourBlock__bottom {
        flex-direction: column;
        gap: 16px;
        display: flex;
    }

    .shipTourBlock__bottom p {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .shipTourBlock__image {
        height: 70%;
    }
}

@media (max-width: 768px) {
    .shipTourBlock {
        padding-top: 70px;
    }

    .shipTourBlock__header {
        min-height: 60px;
        padding: 20px;
    }

    .shipTourBlock__headerButton,
    .shipTourBlock__logo,
    .shipTourBlock__header > svg:first-child {
        display: none;
    }

    .shipTourBlock__body {
        flex-direction: column;
        gap: 24px;
        padding: 0 20px;
    }

    .shipTourBlock__image {
        order: -1;
        width: 100%;
        max-width: 100%;
        min-height: 392px;
    }

    .shipTourBlock__image img {
        border-radius: 18px;
    }

    .shipTourBlock__imageSwitcher {
        padding: 0 16px;
        font-size: 14px;
        bottom: 16px;
    }

    .shipTourBlock__title {
        max-width: 100%;
        font-size: 30px;
    }

    .shipTourBlock__texts {
        gap: 50px;
        margin-top: 32px;
        margin-left: 0;
        padding-bottom: 20px;
        padding-left: 0;
    }

    .shipTourBlock__description {
        flex-direction: column;
        gap: 12px;
        max-width: 211px;
        margin-left: auto;
    }

    .shipTourBlock__description p {
        max-width: 100%;
    }

    .shipTourBlock__text {
        font-size: 16px;
    }

    .shipTourBlock__bottom p {
        gap: 12px;
        max-width: 100%;
    }

    .shipTourBlock__tourButton {
        text-align: center;
        margin: 0 135px 0 auto;
        font-size: 16px;
    }

    .shipTourBlock__content {
        padding-bottom: 40px;
    }
}

/*# sourceMappingURL=src_app_components_0840f236._.css.map*/
