* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    overflow-x: hidden;
}

.page-wrapper {
    position: relative;
    min-height: 100vh;
    background: #060400;
    overflow-x: hidden;
}

/* Шапка */
.header {
    position: relative;
    z-index: 10;
    padding: 24px 0;
    width: 100%;
    transition: all 0.3s ease;
}

.header-mobile-menu {
    display: none;
}

.header.page {
    background: #E1E1E1;
}


.header:not(.fixed) .nav-link.page:not(.active) {
    color: #121212;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #E1E1E1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 3px;
}

/* .logo {
    width: auto;
    height: 40px;
    flex-shrink: 0;
    margin-left: 140px;
} */

/* .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.nav {
    display: flex;
    gap: 195px;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-link {
    font-size: 17px;
    font-weight: 700;
    color: #121212;
    text-decoration: none;
    transition: opacity 0.3s;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.header.fixed .nav-link {
    color: #121212;
}

.nav-link.active {
    text-decoration: underline;
    text-underline-position: from-font;
}

.header:not(.fixed) .nav-link:not(.active) {
    color: #c9c9c9;
}

.header:not(.fixed) .nav-link:first-child {
    color: #121212;
}

.header.fixed .nav-link:not(.active) {
    color: #121212;
}

.nav-link:hover {
    text-decoration: underline;
    text-underline-position: from-font;
    opacity: 1;
}

.social-links {
    display: flex;
    gap: 3px;
    align-items: center;
    /* margin-right: 140px; */
}

.social-link {
    width: 42px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    text-decoration: none;
    flex-shrink: 0;
}

.social-link:hover {
    transform: scale(1.1);
}

.social-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .social-link.icon-vk {
    width: 41px;
    height: 41px;
}

.social-link.icon-tg {
    width: 41px;
    height: 41px;
} */

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    width: 45px;
    height: 40px;
    flex-shrink: 0;
    z-index: 11;
}

.mobile-menu-toggle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Hero блок */
.hero {
    position: relative;
    z-index: 5;
    padding-top: 100px;
    /* padding: 100px 0 0 143px; */
    max-width: 1200px;
}

.hero-title {
    font-family: 'Yeseva One', 'Times New Roman', serif;
    font-size: 64px;
    font-weight: 400;
    color: #121212;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-address {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    font-size: 17px;
    color: rgba(18, 18, 18, 0.7);
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.hero-address img {
    width: 29px;
    height: 30x;
    flex-shrink: 0;
    object-fit: contain;
}

.hero-description {
    font-size: 30px;
    line-height: 1.2;
    color: #121212;
    margin-bottom: 40px;
    max-width: 726px;
    font-family: 'Yeseva One', 'Times New Roman', serif;
}

.hero-description .accent {
    color: #92302e;
}

.hero-buttons {
    display: flex;
    gap: 18px;
}

.btn {
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 5px;
    height: 50px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 354px;
}

.btn-outline {
    background: transparent;
    border: 1px solid #92302e;
    color: #92302e;
    text-decoration:none;
}

.btn-outline:hover {
    background: rgba(146, 48, 46, 0.1);
}

.btn-primary {
    background: #92302e;
    color: #F8F8F8;
    text-decoration:none;
}

.btn-primary:hover {
    background: #a03a38;
}

.hero-section {
    position: relative;
}

.hero-layer {
    position: relative;
}

/* Общий контейнер для маяка и света */
.lighthouse-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Фон с маяком */
.lighthouse-background {
    position: relative;
    top: -75px;
    right: -50%;
    width: 50%;
    /*height: 100vh;*/
    background: transparent;
    z-index: 1;
    overflow: visible;
}

.lighthouse-image {
    position: absolute;
    /*top: 40px;*/
    right: -130px;
    width: 1760px;
    object-fit: contain;
    object-position: right bottom;
    z-index: 2;
}

/* Луч света от маяка */
.lighthouse-light {
    position: absolute;
    top: -95px;
    right: 330px;
    width: 1594px;
    height: 2596px;
    z-index: 4;
    pointer-events: none;
    /* Позиционируется относительно .lighthouse-container вместе с маяком */
}

.lighthouse-polygon {
    position: absolute;
    top: -95px;
    right: 380px;
    left: 0px;
    bottom: 1500px;
    height: 2458px;
    z-index: 3;
    background: #EBEBEB;
    clip-path: polygon(
        0% 0%,
        44% 0%,
        100% 13%,
        0% 100%
    );
    pointer-events: none;
    /* Настройте координаты полигона здесь */
}

.lighthouse-light img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Блок бронирования */
.booking-section {
    position: relative;
    z-index: 5;
    background: #F8F8F8;
    border-radius: 10px;
    padding: 24px;
    margin-top: 80px;
    padding-bottom:50px;
    /* margin: 80px 143px 0; */
    width: 726px;
    max-width: 726px;
}

.booking-header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(201, 201, 201, 0.3);
}

.booking-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.booking-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.booking-header-text h2 {
    font-size: 20px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 4px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.booking-header-text p {
    font-size: 17px;
    color: #797979;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.booking-content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.booking-footer {
    position: absolute;
    bottom:0;
    /* margin-top: 20px; */
    padding-top: 20px;
    padding-bottom:20px;
    border-top: 1px solid rgba(201, 201, 201, 0.3);
}



.calendar-container {
    flex: 0 0 auto;
    /*max-width: 330px;*/
    /*width: 330px;*/
    width: 100%;
    display: flex;
    flex-direction: column;
}

.inner-calendar-container {
    display: flex;
    justify-content: space-between;
}

.calendar-wrapper {
    padding-right: 20px;
    /* border-right: 1px solid rgba(201, 201, 201, 0.3); */
    width: 50%;
}

.calendar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.calendar-nav button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 25px;
}

.calendar-nav button img {
    width: 27px;
    object-fit: contain;
}

.calendar-month {
    font-size: 17px;
    font-weight: 700;
    color: #92302e;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
    margin-bottom: 10px;
}

.calendar-weekday {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #797979;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.calendar-grid {
    position: relative;
    display: grid;
    margin-bottom:120px;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
}

.calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #121212;
    cursor: pointer;
    border-radius: 24px;
    transition: all 0.2s;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.calendar-day:hover:not(.disabled):not(.selected) {
    background-color: #ececec;
}

.calendar-day.disabled {
    color: #c9c9c9;
    cursor: not-allowed;
}

.calendar-day.selected {
    background-color: #92302e;
    color: #F8F8F8;
}

.time-slots-section {
    /*flex: 1 0 auto;*/
    /*width: 323px;*/
    /*min-width: 323px;*/
}

.time-slots-title {
    font-size: 17px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 15px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-slots-drag-icon {
    display: none;
}

@media (max-width: 768px) {
    .time-slots-drag-icon {
        display: block;
        width: 28px;
        height: 28px;
        flex-shrink: 0;
        margin-left: auto;
    }

    .time-slots-drag-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.time-slots-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
}

.time-slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.time-slot-btn {
    background: #ececec;
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 72px;
    height: auto;
    font-size: 17px;
    color: #121212;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.time-slot-btn:hover:not(.selected):not(.booked) {
    background: #d9d9d9;
}

.time-slot-btn.selected {
    background: #92302e;
    color: #F8F8F8;
}

.time-slot-btn.booked {
    background: #ececec;
    color: #c9c9c9;
    cursor: not-allowed;
}

.time-slot-price {
    font-size: 12px;
    color: #797979;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.time-slot-btn.selected + .time-slot-price {
    color: #797979;
}

.time-slot-btn.booked + .time-slot-price {
    color: #c9c9c9;
}

.booking-summary {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.booking-summary-item {
    font-size: 17px;
    line-height: 1.2;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 4px;
}

.booking-summary-item .label {
    color: #797979;
    font-weight: 700;
    white-space: nowrap;
}

.booking-summary-item .value {
    color: #121212;
    font-weight: 400;
}

.booking-button {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(201, 201, 201, 0.3);
    background: #92302e;
    color: #F8F8F8;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    width: 324px;
    height: auto;
}

.booking-button:hover {
    background: #a03a38;
}

/* Попап с формой контактных данных */
.contact-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.contact-popup.active {
    display: flex;
}

.contact-popup-content {
    background: #F8F8F8;
    border-radius: 10px;
    width: 818px;
    height: 508px;
    max-width: 818px;
    max-height: 508px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.contact-popup-illustration {
    width: 338px;
    background: #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.contact-popup-illustration img {
    width: 273px;
    height: 273px;
    object-fit: contain;
}

.contact-popup-form {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.contact-popup-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    gap: 20px;
}

.contact-popup-back {
    width: 49px;
    height: 45px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s;
    padding: 0;
}

.contact-popup-back:hover {
    opacity: 0.7;
}

.contact-popup-back img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-popup-title {
    max-width: 202px;;
    font-size: 20px;
    font-weight: 700;
    color: #121212;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    flex: 1;
    /* margin-left: 15px; */
}

.contact-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    padding: 0;
    z-index: 10;
}

.contact-popup-close:hover {
    opacity: 0.7;
}

.contact-popup-close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form-label {
    font-size: 17px;
    font-weight: 700;
    color: #121212;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.contact-form-input {
    padding: 12px 15px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #ffffff;
    color: #121212;
}

.contact-form-input:focus {
    outline: none;
    border-color: #92302e;
}

.contact-form-input.error {
    border-color: #92302e;
}

.contact-form-error {
    font-size: 14px;
    color: #92302e;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    display: none;
}

.contact-form-error.show {
    display: block;
}

.contact-form-submit {
    margin-top: 10px;
    background: #92302e;
    color: #F8F8F8;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.2s;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.contact-form-submit:hover {
    background: #a03a38;
}

/* Попап "Проверьте информацию" */
.review-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    justify-content: center;
    align-items: center;
}

.review-popup.active {
    display: flex;
}

.review-popup-content {
    background: #F8F8F8;
    border-radius: 10px;
    width: 818px;
    height: 508px;
    max-width: 818px;
    max-height: 508px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.review-popup-illustration {
    width: 338px;
    background: #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.review-popup-illustration img {
    width: 273px;
    height: 273px;
    object-fit: contain;
}

.review-popup-form {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.review-popup-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    gap: 20px;
}

.review-popup-back {
    width: 49px;
    height: 45px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s;
    padding: 0;
}

.review-popup-back:hover {
    opacity: 0.7;
}

.review-popup-back img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review-popup-title {
    max-width:202px;
    font-size: 20px;
    font-weight: 700;
    color: #121212;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    flex: 1;
}

.review-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    padding: 0;
    z-index: 10;
}

.review-popup-close:hover {
    opacity: 0.7;
}

.review-popup-close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.review-info-item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 4px;
}

.review-info-label {
    font-size: 17px;
    font-weight: 700;
    color: #797979;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.review-info-value {
    font-size: 17px;
    font-weight: 400;
    color: #121212;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.review-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.review-checkbox {
    width: 30px;
    height: 30px;
    min-width: 30px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #797979;
    border-radius: 0;
}

.review-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
}

.review-checkbox-icon {
    width: 30px;
    height: 30px;
    display: none;
    object-fit: contain;
}

.review-checkbox input:checked ~ .review-checkbox-icon {
    display: block;
}

.review-checkbox:has(input:checked) {
    border: none;
}

.review-checkbox-label {
    font-size: 17px;
    color: #121212;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.4;
}

.review-checkbox-label a {
    color: #92302e;
    text-decoration: none;
}

.review-checkbox-label a:hover {
    text-decoration: underline;
}

.review-popup-submit {
    margin-top: auto;
    background: #92302e;
    color: #F8F8F8;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.2s;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    width: 100%;
}

.review-popup-submit:hover {
    background: #a03a38;
}

.review-popup-submit:disabled {
    background: #c9c9c9;
    cursor: not-allowed;
}


/* Попап-уведомление */
.notification-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.notification-popup.active {
    display: flex;
}

.notification-popup-content {
    background: #F8F8F8;
    border-radius: 10px;
    width: 400px;
    max-width: 90%;
    padding: 40px;
    position: relative;
    text-align: center;
}

.notification-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    padding: 0;
}

.notification-popup-close:hover {
    opacity: 0.7;
}

.notification-popup-close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.notification-popup-title {
    font-size: 20px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 20px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.notification-popup-message {
    font-size: 17px;
    color: #121212;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.5;
}



/* Блок "О площадке" */
.about-section {
    position: relative;
    z-index: 5;
    margin-top: 200px;
    /* margin: 288px 143px 0; */
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.about-wrapper {
    display: flex;
    gap: 100px;
}

.about-left {
    /* flex: 1; */
    flex-basis: 45%;
    border-radius: 10px;
}

.about-title {
    font-size: 48px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 30px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    text-transform: uppercase;
}

.about-description-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;

}

.about-description {
    font-size: 20px;
    line-height: 1.2;
    color: #121212;
    max-width: 480px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    flex: 1;
}

.about-description-nav {
    display: none;
    gap: 10px;
    flex-shrink: 0;
}

.about-carousel {
    position: relative;
    /* width: 726px; */
    /* border-radius: 10px; */
    overflow: hidden;
}

.carousel-slides {
    position: relative;
    /* width: 100%; */
    height: 386px   ;
    border-radius: 10px;
    overflow: hidden;
}

.carousel-slide {
    width: 100%;
    height: auto;
    display: none;
    object-fit: contain;
}

.carousel-slide.active {
    display: block;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgba(255, 255, 255, 0.8); */
    background:none;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.carousel-nav img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.carousel-nav.prev {
    left: 15px;
}

.carousel-nav.next {
    right: 15px;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.carousel-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c9c9c9;
    border: none;
    cursor: pointer;
    padding: 0;
}

.carousel-indicator.active {
    background: #92302e;
}

.about-right {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about-box {
    background: #060400;
    border: 1px solid rgba(201, 201, 201, 0.2);
    border-radius: 10px;
    padding: 30px;
    color: #C9C9C9;
}

.about-box-flex {
    display:flex;
    flex-direction: column;
    gap:50px;
    justify-content: space-between;
}

.about-box-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.about-box-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-box-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-box-title {
    font-size: 24px;
    font-weight: 700;
    color: #C9C9C9;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.about-box-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-box-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #C9C9C9;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.about-box-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url('/static/pages/images/icon-list.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.about-box-text {
    font-size: 16px;
    line-height: 1.6;
    color: #C9C9C9;
    margin-bottom: 20px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.about-box-button {
    /* width: 100%; */
    width:354px;
    text-decoration: none;
    background: #92302e;
    color: #F8F8F8;
    border: none;
    text-align: center;
    border-radius: 5px;
    padding: 14px 20px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.about-box-button:hover {
    background: #a03a38;
}

/* Секция Контакты */
.contacts-section {
    margin-top: 180px;
    background: #EBEBEB;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 5;
    scroll-margin-top: 30px;
}

.container {
    /* max-width: 1720px; */
    max-width: 1640px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;

    /* padding-left: 143px;
    padding-right: 143px; */
}

.section-title {
    font-size: 48px;
    font-weight: 500;
    color: #121212;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Yeseva One', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.contacts-subtitle {
    font-size: 20px;
    line-height: 1.2;
    color: #121212;

    max-width: 600px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.contacts-subtitle, .about-description {
    margin-bottom: 50px;

}

.contacts-content {
    display: flex;
    /* gap: 60px; */
    margin-bottom: 90px;
    background: #F8F8F8;
    /* padding: 40px; */
    border-radius: 10px;
}

.contacts-bottom, .contacts-map {
    height: 470px;
}

.contacts-left {
    /* flex: 1; */
    flex-basis:45%;
    border-radius: 10px;
    background: #E1E1E1;
    padding: 40px;
}

.contacts-left-title {
    font-size: 24px;
    font-weight: 600;
    color: #121212;
    margin-bottom: 30px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.contacts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contacts-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.item-time {
    margin-top: 85px;
}

.contact-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

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

.contact-label {
    font-size: 16px;
    color: #121212;
    font-weight: 500;
}

.contact-link {
    font-size: 16px;
    color: #92302e;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-link:hover {
    color: #a03a38;
}

.contact-text {
    font-size: 16px;
    color: #121212;
}

.contacts-right {
    flex: 1;

}

.contacts-right, .contacts-address {

    padding: 40px;
}

.contacts-right-title {
    font-size: 24px;
    font-weight: 600;
    color: #121212;
    margin-bottom: 30px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.contacts-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #fff;
    color: #121212;
    box-sizing: border-box;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #C9C9C9;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #121212;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    cursor: pointer;
}

.form-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.privacy-link {
    color: #92302e;
    text-decoration: none;
    transition: color 0.3s;
}

.privacy-link:hover {
    color: #a03a38;
}

.form-submit {
    background: #92302e;
    color: #F8F8F8;
    width: 324px;
    border: none;
    border-radius: 5px;
    padding: 14px 20px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    align-self: flex-start;
}

.form-submit:hover {
    background: #a03a38;
}

.contacts-bottom {
    display: flex;
    background-color: #E1E1E1;
    border-radius: 10px;
    /* padding: 40px; */
    /* gap: 60px; */
    align-items: flex-start;
}

.contacts-map {
    /* flex: 1; */
    flex-basis: 45%;
    border-radius: 10px;
    overflow: hidden;
    /* height: 600px; */
}

.contacts-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

.map-image {
    width: 100%;
    height: 410px;
    object-fit: cover;
    display: block;
}

.contacts-address {
    flex: 1;
}

.address-block {
    margin-bottom: 40px;
}

.address-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.address-icon {
    width: 30px;
    height: 30px;
}

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

.address-label {
    font-size: 17px;
    font-weight: 600;
    color: #121212;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.address-text {
    font-size: 16px;
    line-height: 1.6;
    color: #121212;
    margin: 0;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.directions-block {
    margin-top: 30px;
}

.directions-title {
    font-size: 24px;
    font-weight: 600;
    color: #121212;
    margin-bottom: 20px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.directions-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.directions-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #121212;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.directions-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url('/static/pages/images/icon-list.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.directions-video-btn {
    width: 324px;
    background: #92302e;
    color: #F8F8F8;
    border: none;
    border-radius: 5px;
    padding: 14px 30px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.directions-video-btn:hover {
    background: #a03a38;
}

/* Футер */
.footer {
    background: #060400;
    color: #C9C9C9;
    padding: 100px 0 40px;
    position: relative;
    z-index: 5;
}

.footer-container {
    max-width: 1200px;
    margin: 0 143px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 40px;
}

/* .footer-column {
    flex: 1;
} */

.footer-column-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    height: 40px;
    width: auto;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-nav-link {
    font-size: 16px;
    color: #C9C9C9;
    text-decoration: none;
    transition: color 0.3s;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.footer-nav-link:hover {
    color: #92302e;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    color: #C9C9C9;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.footer-docs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-doc-link {
    font-size: 16px;
    color: #C9C9C9;
    text-decoration: none;
    transition: color 0.3s;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.footer-doc-link:hover {
    color: #92302e;
}

.footer-social {
    display: flex;
    gap: 3px;
    align-items: center;
}

.footer-social-link {
    width: 42px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.footer-social-link:hover {
    border-color: #92302e;
}

.footer-social-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-social-link.icon-vk {
    width: 41px;
    height: 41px;
}

.footer-social-link.icon-tg {
    width: 41px;
    height: 41px;
}

.footer-divider {
    height: 1px;
    background: rgba(201, 201, 201, 0.3);
    margin: 40px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-copyright {
    font-size: 16px;
    color: #C9C9C9;
    margin: 0;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.footer-company {
    font-size: 14px;
    color: rgba(248, 248, 248, 0.7);
    margin: 0;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.footer-payments {
    display: flex;
    flex-wrap:wrap;
    gap: 20px;
    align-items: center;
}

.payment-item {
    height: 24px;
    width: auto;
    object-fit: contain;
}


/* Страница политики конфиденциальности */
.policy-section, .success-section, .error-section, .notfound-section {
    background: #EBEBEB;
    padding: 70px 0;
    /* min-height: calc(100vh - 200px); */
}

.policy-title {
    font-size: 64px;
    font-weight: 500;
    color: #121212;
    /* margin-top: 70px; */
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Yeseva One', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.policy-content {
    /* max-width: 800px; */
    margin: 0 auto;
}

.policy-section-item {
    margin-bottom: 30px;
}

.policy-section-title {
    font-size: 24px;
    font-weight: 600;
    color: #121212;
    margin-bottom: 20px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.policy-text {
    font-size: 17px;
    line-height: 1.6;
    color: #121212;
    margin-bottom: 15px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.policy-list li {
    font-size: 17px;
    line-height: 1.6;
    color: #121212;
    /* margin-bottom: 10px; */
    padding-left: 20px;
    position: relative;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* .policy-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #92302e;
    font-weight: bold;
} */


.policy-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url('/static/pages/images/icon-list.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* Страница ошибки */
.error-section {
    background: #EBEBEB;
    padding: 80px 0;
    /* min-height: calc(100vh - 200px); */
}

.error-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.error-header {
    /* margin-top: 70px; */
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.error-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.error-title {
    font-size: 40px;
    font-weight: 700;
    color: #121212;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
}

.error-message {
    margin-bottom: 40px;
}

.error-text {
    font-size: 17px;
    line-height: 1.6;
    color: #121212;
    margin-bottom: 10px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.error-button-wrapper {
    margin-bottom: 40px;
}

.error-button {
    display: inline-block;
    padding: 15px 40px;
    background: #92302e;
    color: #F8F8F8;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: background 0.3s;
}

.error-button:hover {
    background: #a03a38;
}

.error-help {
    margin-top: 30px;
}

.error-help-text {
    font-size: 17px;
    line-height: 1.6;
    color: #121212;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.error-link {
    color: #92302e;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.error-link:hover {
    opacity: 0.8;
}



/* Страница успешного бронирования */


.success-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.success-header {
    /* margin-top: 70px; */
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.success-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.success-title {
    font-size: 40px;
    font-weight: 700;
    color: #121212;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
}

.success-message {
    margin-bottom: 40px;
}

.success-text {
    font-size: 17px;
    line-height: 1.6;
    color: #121212;
    margin-bottom: 10px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.success-location {
    margin-bottom: 30px;
}

.location-text {
    font-size: 17px;
    line-height: 1.6;
    color: #92302e;
    font-weight: 500;
    text-decoration: underline;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    text-decoration: underline;
    transition: opacity 0.3s;
}

.location-text:hover {
    opacity: 0.8;
}

.success-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: left;
    max-width: 200px;
    margin: 0 auto;
}

.info-item {
    display: flex;
    gap: 10px;
    font-size: 17px;
    line-height: 1.6;
    color: #121212;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.info-label {
    font-weight: 400;
}

.info-value {
    font-weight: 600;
}



/* Страница 404 */
.notfound-section {
    background: #EBEBEB;
    padding: 80px 0;
    /* min-height: calc(100vh - 200px); */
}

.notfound-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.notfound-title {
    font-size: 200px;
    font-weight: 400;
    color: #121212;
    /* margin-top: 70px; */
    margin-bottom: 30px;
    font-family: 'Yeseva One', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.notfound-text {
    font-size: 17px;
    line-height: 1.6;
    color: #121212;
    margin-bottom: 40px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* .notfound-button-wrapper {
    margin-bottom: 40px;
} */

.notfound-button {
    display: inline-block;
    padding: 15px 40px;
    background: #92302e;
    color: #F8F8F8;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: background 0.3s;
}

.notfound-button:hover {
    background: #a03a38;
}




/* Адаптивность */
/* Планшеты и средние экраны */



@media (min-width: 769px) {
    .booking-footer {
        width: 330px;
        max-width: 330px;
    }
}


@media (max-width: 1800px) {

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

    .lighthouse-image {

        right: -280px;


    }

    .lighthouse-polygon {

        top: -95px;
        right: 220px;
        left: 0px;
        bottom: 1500px;
        height: 2688px;

        clip-path: polygon(0% 0%, 38% 0%, 100% 11%, 0% 100%);

    }

}

@media (max-width: 1600px) {

    .contacts-bottom, .contacts-map {
        height: 550px;
    }

    /* .container {
        padding-left: 100px;
        padding-right: 100px;
    } */

    /* .logo {
        margin-left: 100px;
    } */
    .nav {
        gap: 120px;
    }

    /* .hero {
        padding: 100px 0 80px 100px;
    } */
    .about-section {
        margin-top: 120px;
    }

    .lighthouse-image {
        right: -260px;
        width: 1680px;
    }

    .lighthouse-polygon {
        position: absolute;
        top: -95px;
        right: 330px;
        left: 0px;
        bottom: 1500px;
        height: 2763px;
        z-index: 3;
        background: #ebebeb;
        clip-path: polygon(
            0% 0%,
            45% 0%,
            100% 10%,
            0% 100%
        );
        pointer-events: none;
        /* Настройте координаты полигона здесь */
    }


}

/* @media (max-width: 1550px) {
    .about-right {

        grid-template-columns: 1fr;

    }
} */

@media (max-width: 1450px) {

    .about-wrapper {
        flex-direction: column;
    }

    .about-carousel {
        width:100%;
    }

    .about-right {

        grid-template-columns: 1fr;

    }

    .carousel-slides {
        height: 600px;
    }

}

@media (max-width: 1400px) {


    .contacts-bottom, .contacts-map {
        width: 100%;
        height: 570px;
    }

    .contacts-section, .about-section {
        margin-top: 120px;
    }

    .about-description {
        max-width: 420px;
    }

    .lighthouse-polygon {
        position: absolute;
        top: -95px;
        right: 210px;
        left: 0px;
        bottom: 1500px;
        height: 3523px;
        z-index: 3;
        background: #ebebeb;
        clip-path: polygon(
            0% 0%,
            40% 0%,
            100% 8%,
            0% 100%
        );
        pointer-events: none;
        /* Настройте координаты полигона здесь */
    }




}

@media (max-width: 1300px) {

    .lighthouse-image {

        right: -274px;

    }
    .lighthouse-polygon {

        top: -95px;
        right: 206px;
        left: 0px;
        bottom: 1500px;
        height: 2888px;

        clip-path: polygon(
            0% 0%,
            41% 0%,
            100% 10%,
            0% 100%
        );

}

}

@media (max-width: 1200px) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
    }

    /* .logo {
        margin-left: 60px;
    } */
    .nav {
        gap: 80px;
    }

    /* .hero {
        padding: 100px 0 100px 60px;
    } */
    .hero-title {
        font-size: 48px;
    }

    .hero-description {
        font-size: 24px;
    }

    .lighthouse-polygon {

        top: -95px;
        right: 260px;
        left: 0px;
        bottom: 1500px;
        height: 2688px;

        clip-path: polygon(
            0% 0%,
            46% 0%,
            100% 11%,
            0% 100%
        );

    }


    .about-carousel {
        width: 100%;
    }

    .section-title {
        font-size: 40px;
    }

    .lighthouse-background {
        width: 100%;
        right:-10%;
        /* clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%); */
    }

    .lighthouse-image {
        right: -130px;
        width: 150%;
    }


    .footer-top {
        gap: 60px;
    }
}

@media (max-width: 1100px) {

    .hero-description{
        max-width: 650px;
    }

    .about-description{
        max-width: 390px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }


    .lighthouse-polygon {

        top: -95px;
        right: 206px;
        left: 0px;
        bottom: 1500px;
        height: 2688px;

        clip-path: polygon(
            0% 0%,
            41% 0%,
            100% 10%,
            0% 100%
        );

    }

}

@media (max-width: 1000px) {
    .header {
        /* padding: 0; */
        /* background: #E1E1E1; */
        position: relative;
    }

    .header.fixed {
        background: #E1E1E1;
    }

    .header-content {
        flex-direction: row;
        gap: 0;
        padding: 0;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .logo {
        /* margin-left: 0; */
        width: 150px;
        order: 1;
    }

    .social-links {
        /* margin-right: 0; */
        order: 2;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        gap: 3px;
    }

    /* .header:not(.fixed) .social-link {
        background: transparent;
        width: 31px;
        height: 31px;
    } */

    .social-link, .footer-social-link {
        background: transparent;
        width: 31px;
        height: 31px;
    }

    .header:not(.fixed) .social-link img {
        filter: none;
    }

    /* .header.fixed .social-link {
        background: transparent;
        width: 31px;
        height: 31px;
    } */

    .header.fixed .social-link img {
        filter: none;
    }

    .mobile-menu-toggle {
        display: block;
        order: 3;
        margin-left: auto;
    }

    .header:not(.fixed) .mobile-menu-toggle img {
        filter: none;
    }

    .header.fixed .mobile-menu-toggle img {
        filter: none;
    }

    .header:not(.fixed) .nav {
        display: none;
    }

    .header.fixed .nav {
        display: none;
    }

    .header.fixed .mobile-menu-toggle {
        display: block;
    }

    .mobile-menu-open {
        display: flex !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #060400;
        border-radius: 0;
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        overflow-y: auto;
    }

    .header-mobile-menu-content-logo {
        width:100%;

    }

    .header-mobile-menu {
        /* position: absolute;  */
        /* display: flex; */
        flex-direction: column;
        align-items: center;
        gap:30px;
        width:100%;
        height:400px;
        background-color: #060400;
        border-radius:10px;
        /* overflow: hidden; */
        padding:30px;
    }

    .header-mobile-menu-content-social {
        display: flex;


    }

    .header-mobile-menu-nav-link {
        color:#C9C9C9;
        text-decoration: none;

    }

    .header-mobile-menu-content-nav {
        display: flex;
        flex-direction: column;
        gap:12px;
        align-items: center;

    }

    .header-mobile-menu-close {
        position: absolute;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 5px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1001;
        transition: opacity 0.3s;
    }

    .header-mobile-menu-close:hover {
        opacity: 0.7;
    }

    .header-mobile-menu-close img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .hero {
        padding-top: 60px;
    }

    .hero-description {
        font-size: 18px;
    }

    .lighthouse-polygon {

        top: -95px;
        right: 188px;
        left: 0px;
        bottom: 1500px;
        height: 3328px;
        clip-path: polygon(
            0% 0%,
            67% 0%,
            100% 8%,
            0% 100%
        );
    }

    .btn {
        width: 324px;
    }

    /* .lighthouse-background {
        width: 100%;
        clip-path: none;
        position: absolute;
        top: auto;
        bottom: 0;
        height: 50vh;
    } */

    .lighthouse-image {
        right: -144px;
        width: 153%;
        top: 0;
    }

    .booking-section {
        width: 100%;
        /* margin: 40px 20px 0; */
        margin-top: 40px;
        padding: 20px;
    }

    .booking-content {
        flex-direction: column;
    }

    .calendar-container {
        width: 100%;
        max-width: 100%;
        order: 1;
    }

    .calendar-wrapper {
        padding-right: 0;
        border-right: none;
        width: 100%;
    }

    .calendar-day {
        margin: 25px;
    }

    .inner-calendar-container {
        display: flex;
        flex-direction: column;
        /*justify-content: space-between;*/
    }

    .calendar-container {
        width: 100%;
        margin: auto;
    }

    .time-slots-section {
        width: 100%;
        min-width: 0;
        margin-top: 20px;
        padding-left: 0;
        order: 2;
    }

    .booking-footer {
        /* order: 3; */
        margin-top: 20px;
        padding-bottom:0;
        position: static;

    }

    .time-slots-grid {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .time-slots-grid::-webkit-scrollbar {
        display: none;
    }

    .time-slots-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 9px;
        padding-bottom: 10px;
    }

    .booking-footer {
        position: static;
    }


    .footer-logo img, .logo img {
        height:28px;
    }




}



@media (max-width: 992px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .nav {
        gap: 50px;
    }


    .hero-title {
        font-size: 42px;
    }

    .hero-description {
        font-size: 22px;
    }

    .calendar-day {
        margin: 25px;
    }

    .about-left {
        margin-bottom: 0;
        width: 100%;
        position: relative;
    }

    .about-title {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .about-description-wrapper {

        position: relative;
    }

    .about-description {
        font-size: 16px;
        max-width: 288px;
    }

    .about-left {
        position: relative;
    }

    .about-carousel {
        width: 100%;
        max-width: 100%;
        position: relative;
    }

    .about-description-nav {
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        gap: 10px;
        z-index: 10;
    }

    .carousel-slides {
        height: 440px;
        touch-action: pan-x;

    }


    .about-left {
        position: relative;
    }

    .about-description-nav .carousel-nav {
        position: static;
        transform: none;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 40px;
        height: 40px;
        /* background: #E1E1E1; */
        /* border: 1px solid #C9C9C9; */
        /* border-radius: 8px; */
        z-index: 10;
    }

    .about-description-nav .carousel-nav.prev {
        left: auto;
        right: auto;
    }

    .about-description-nav .carousel-nav.next {
        right: auto;
    }

    /* .about-description-nav .carousel-nav img {
        width: 20px;
        height: 20px;
        filter: brightness(0);
    } */

    .about-carousel .carousel-nav {
        display: none;
    }

    .about-right {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 20px;
    }


    .about-box-title {
        font-size: 20px;
    }

    .about-box-list li {
        font-size: 16px;
    }

    .section-title {
        font-size: 36px;
    }

    .contacts-content {
        flex-direction: column;
    }

    .contacts-bottom, .contacts-map {
        width: 100%;
        height: 900px;
    }

    .contacts-bottom {
        flex-direction: column;
    }

    .footer-top {
        /* flex-direction: column; */
        gap: 40px;
    }
}

/* Планшеты и мобильные устройства */

@media (min-width: 769px) and (max-width: 992px) {


    .time-slots-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .time-slot {
        flex-shrink: 0;
    }

    .calendar-grid {
        display: grid;
        margin-bottom: 0;
        grid-template-columns: repeat(7, 1fr);
    }

    .calendar-weekdays {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }

    .booking-button {
        width: 100%;
    }

    .calendar-day {
        margin: 25px;
    }

    .about-carousel {
        width: 100%;
    }

    .about-section {
        /* margin: 60px 15px 0; */
        flex-direction: column;
        gap: 25px;
    }

    .about-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about-description-wrapper {

        position: relative;
    }

    .about-description, .contacts-subtitle {
        font-size: 16px;
        max-width: 280px;
    }

    .about-description-nav {
        display: flex;
        position: absolute;
        right: -15px;
        top: 0;
        gap: 10px;
    }

    .about-carousel {
        width: 100%;
    }

    .carousel-slides {
        /* height: 250px; */
        touch-action: pan-x;
        touch-action: pan-x;
    }

    .about-description-nav .carousel-nav {
        position: static;
        transform: none;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 40px;
        height: 40px;
        /* background: #E1E1E1; */
        /* border: 1px solid #C9C9C9;
        border-radius: 8px; */
        z-index: 10;
    }

    .about-description-nav .carousel-nav.prev {
        left: auto;
        right: auto;
    }

    .about-description-nav .carousel-nav.next {
        right: auto;
    }



    .about-carousel .carousel-nav {
        display: none;
    }

    .about-carousel {
        width: 100%;
    }

    /* .carousel-slides {
        height: 250px;
    }

    .carousel-slide {
        height: 250px;
    } */
    .about-left {
        position: relative;
    }

    .carousel-nav {
        position: absolute;
        bottom: 15px;
        right: 15px;
        transform: none;
        top: auto;
        width: 40px;
        height: 40px;
        /* background: #E1E1E1;
        border: 1px solid #C9C9C9;
        border-radius: 8px; */
        z-index: 10;
    }

    .carousel-nav.prev {
        left: auto;
        right: 65px;
    }

    .carousel-nav.next {
        right: 15px;
    }



    .about-right {
        grid-template-columns: 1fr;
        display: grid;
        gap: 12px;
    }

    .about-box {
        padding: 15px;
    }

    .about-box-title {
        font-size: 20px;
    }


    .section-title {
        font-size: 35px;
    }

    .section-title, .contacts-subtitle {
        color: #C9C9C9;
    }

    .about-title {
        color: #121212;
    }

    .contacts-section {
        background: none;
        padding-top: 80px;
        padding-bottom: 0px;
        margin-top: 0;
    }

    .about-section {
        margin-top:80px;
    }


    .contacts-content {
        flex-direction: column;

    }

    .contacts-subtitle, .about-description {
        max-width: 345px;
        margin-bottom: 30px;

    }

    .about-description {
        max-width: 245px;
    }


    .contacts-left, .contacts-right, .contacts-address {
        padding: 40px 20px;
    }

    .contacts-left-title,
    .contacts-right-title, .directions-title{
        font-size: 20px;
    }

    .contacts-bottom {
        flex-direction: column;
        /* gap: 30px; */
    }

    .contacts-map {
        width: 100%;
    }

    .contacts-map {
        height: 412px;
    }

    .map-image {
        height: 300px;
    }

    .footer {
        padding: 80px 0 30px;
    }

    .footer-top {
        /* flex-direction: column; */
        gap: 30px;
    }

    /* .footer-bottom {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    } */

    .footer-payments {
        flex-wrap: wrap;
        gap: 15px;
    }

    .payment-item {
        height: 20px;
    }
}

@media (max-width: 900px) {

    .hero-description ,.hero-address{
        max-width: 325px;
    }

    .lighthouse-polygon {

        top: -95px;
        right: 166px;
        left: 0px;
        bottom: 1500px;
        height: 3688px;

        clip-path: polygon(
            0% 0%,
            67% 0%,
            100% 6%,
            0% 100%
        );

    }

    .calendar-grid {
        margin-bottom:0;
    }

    .footer {
        padding: 80px 0 30px;
    }

    .policy-title {
        font-size: 40px;
        /* margin-top: 60px; */
        margin-bottom: 40px;
    }

}


@media (max-width: 800px) {

.lighthouse-polygon {

    top: -95px;
    right: 150px;
    left: 0px;
    bottom: 1500px;
    height: 3538px;
    clip-path: polygon(
        0% 0%,
        67% 0%,
        100% 6%,
        0% 100%
    );

}

.lighthouse-image {
    right: -119px;
    width: 153%;
    top: 0;
}

}


/* Адаптивные размеры шрифта */
@media (max-width: 768px) {


    .nav-link,
    .hero-address,
    .btn,
    .booking-header-text p,
    .time-slot-price,
    .booking-summary-item .label,
    .booking-summary-item .value,
    .booking-button,
    .about-description,
    .about-box-list li,
    .about-box-text,
    .about-box-button,
    .contacts-item,
    .contact-label,
    .contact-link,
    .contact-text,
    .form-input,
    .form-textarea,
    .form-submit,
    .directions-list li,
    .footer-nav-link,
    .footer-doc-link,
    .contact-popup-form input,
    .contact-popup-form textarea,
    .contact-popup-form button,
    .contact-form-submit,
    .review-popup-info-item,
    .review-checkbox-label,
    .review-popup-submit,
    .calendar-month,
    .time-slots-title,
    .contact-form-label,
    .contact-form-input,
    .review-info-label,
    .review-info-value,
    .notification-popup-message,
    .address-text,
    .footer-copyright,
    .contacts-subtitle {
        font-size: 16px !important;
    }

    .about-box-title, .contacts-left-title,
    .contacts-right-title,.directions-title
    {
        font-size:20px;
    }




    .review-popup-form {
        width: 100%;
        padding: 20px;
    }





    .contact-popup-form {
        width: 100%;
        padding: 20px;
    }



    .contact-popup-illustration, .review-popup-illustration{
        width: 298px;
    }

    .calendar-day {
        margin: 25px;
    }

    .address-label {
        font-size: 16px;
    }

    .about-wrapper {
        gap: 40px;
    }

    .contacts-section {
        margin-top: 0;
        padding-top: 80px;
        padding-bottom: 0px;
    }

    .about-section {
        margin-top:80px;
    }

    .section-title, .contacts-subtitle {
        color: #C9C9C9;
    }

    .about-title {
        color: #121212;
    }

    .contacts-section {
        background: none;
        padding-top: 80px;
        /* padding-bottom: 80px; */
        margin-top: 0;
    }


    .contacts-left, .contacts-right, .contacts-address {
        padding: 40px 20px;
    }

    .contacts-content {
        margin-bottom: 40px;

    }


    .container {

        padding-left: 32px;
        padding-right: 32px;
    }

    .notification-popup-content {
        padding: 30px 20px;
    }


    /* .success-section {
        padding: 60px 0;
    } */

    .success-header {
        /* margin-top: 60px; */
        margin-bottom: 30px;
    }

    .success-icon {
        width: 60px;
        height: 60px;
    }

    .success-title {
        font-size: 30px;
    }

    .success-text,
    .location-text,
    .info-item {
        font-size: 16px;
    }

    .policy-section, .success-section, .error-section, .notfound-section {
        padding: 60px 0;
    }

    .success-header, .error-header {
        gap:0;
    }



    .policy-section-title {
        font-size: 20px;
    }

    .policy-text,
    .policy-list li {
        font-size: 16px;
    }



    .error-section {
        padding: 60px 0;
    }

    .error-header {
        /* margin-top: 60px; */
        margin-bottom: 30px;
    }

    .error-icon {
        width: 60px;
        height: 60px;
    }

    .error-title {
        font-size: 30px;
    }

    .error-text,
    .error-help-text {
        font-size: 16px;
    }

    .error-button {
        font-size: 16px;
        padding: 12px 35px;
    }


    .notfound-section {
        padding: 60px 0;
    }

    .notfound-title {
        font-size: 180px;
        /* margin-top: 60px; */
        margin-bottom: 20px;
    }

    .notfound-text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .notfound-button {
        font-size: 16px;
        padding: 12px 35px;
    }


    .footer-bottom {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }


}

@media (max-width: 670px) {

    .hero {
        padding-top: 40px;
    }


    .hero-description {
        font-size: 17px;
    }

    .hero-description{
        max-width: 244px;
    }

    .lighthouse-polygon {

        right: 120px;
        left: 0px;
        bottom: 1500px;
        height: 3417px;
        clip-path: polygon(
            0% 0%,
            67% 0%,
            100% 5%,
            0% 100%
        );

    }


    .lighthouse-image {
        right: -100px;
        width: 153%;
        top: 0;
    }

    .calendar-day {
        margin: 20px;
    }

}


@media (max-width: 600px) {


    .hero-title {
        font-size: 34px;
    }


    .contact-popup-content, .review-popup-content {
        width: 95%;
        height: auto;
        max-width: 95%;
        max-height: 85vh;
        flex-direction: column;
    }

    .contact-popup-illustration, .review-popup-illustration {
        display: none;
    }



    .btn {
        width: 180px;
    }

    .booking-button, .form-submit, .directions-video-btn {
        width: 100%;
    }

    .calendar-day {
        margin: 15px;
    }

    .policy-title {
        font-size: 24px;
    }

    .policy-section, .success-section, .error-section, .notfound-section {
        padding: 40px 0;
    }

    .carousel-slides {
        height: 260px;
    }
}

@media (max-width: 550px) {


    .hero-title {
        font-size: 24px;
    }

    .section-title {
        font-size: 20px;
    }

    .lighthouse-image {
        right: -120px;
        width: 183%;
        top: 0;
    }

    .lighthouse-polygon {

        right: 100px;
        left: 0px;
        bottom: 1500px;
        height: 1148px;
        clip-path: polygon(
            0% 0%,
            67% 0%,
            100% 14%,
            0% 100%
        );


    }

    .about-title, .about-description {
        color: #C9C9C9;
    }

    .calendar-day {
        margin: 10px;
    }



}

/* Очень маленькие экраны */
@media (max-width: 480px) {
    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .header, .header.fixed{
        padding: 8px 0;
    }



    .mobile-menu-toggle img {
        width: 80%;
    }

    /* .logo img {
        width: 70%;
    } */


    .lighthouse-image {
        right: -90px;
        width: 183%;
        top: 0;
    }


    .lighthouse-polygon {

        right: 100px;
        left: 0px;
        bottom: 1500px;
        height: 1148px;
        clip-path: polygon(
            0% 0%,
            67% 0%,
            100% 14%,
            0% 100%
        );

    }




    .social-links {
        gap: 0;
    }

    .social-link, .footer-social-link {
        width:21px;
        height: 21px;
    }


    .header .social-link img {
        width: 21px;

    }


    .about-wrapper {
        gap: 30px;
    }

    /* .btn {
        width: 180px
    } */


    .nav-link,
    .hero-address,
    .btn,
    .booking-header-text p,
    .time-slot-price,
    .booking-summary-item .label,
    .booking-summary-item .value,
    .booking-button,
    .about-description,
    .about-box-list li,
    .about-box-text,
    .about-box-button,
    .contacts-item,
    .contact-label,
    .contact-link,
    .contact-text,
    .form-input,
    .form-textarea,
    .form-submit,
    .directions-list li,
    .footer-nav-link,
    .footer-doc-link,
    .contact-popup-form input,
    .contact-popup-form textarea,
    .contact-popup-form button,
    .contact-form-submit,
    .review-popup-info-item,
    .review-checkbox-label,
    .review-popup-submit,
    .calendar-month,
    .time-slots-title,
    .contact-form-label,
    .contact-form-input,
    .review-info-label,
    .review-info-value,
    .notification-popup-message,
    .address-text,
    .footer-copyright,
    .contacts-subtitle {
        font-size: 15px !important;
    }

    .about-box-button {
        width:100%;
    }

    .contacts-left-title,
    .contacts-right-title,.directions-title
    {
        font-size:17px;
    }

    .contacts-content {
        margin-bottom: 20px;
    }

    .calendar-day {
        margin: 10px;
    }

    .payment-item {
        height: 18px;
    }

    .footer-logo img, .logo img {
        height:18px;
    }

    .footer-top {
        gap:20px;
    }


}

@media (max-width: 400px) {

    .lighthouse-image {
    right: -110px;
    width: 200%;
    top: 20px;
    }

    .lighthouse-polygon {

        right: 70px;
        left: 0px;
        bottom: 1500px;
        height: 1148px;
        clip-path: polygon(
            0% 0%,
            64% 0%,
            100% 14%,
            0% 100%
        );

    }



    .calendar-day {
        margin: 5px;
    }

    .hero-description {
        max-width: 224px;
    }

    .footer-doc-link, .footer-nav-link {
        font-size: 14px !important;
    }
}


@media (max-width: 375px) {

    .header.fixed .social-link {
        width: 21px;
        height: 21px;
    }

    .nav-link,
    .hero-address,
    .btn,
    .booking-header-text p,
    .time-slot-price,
    .booking-summary-item .label,
    .booking-summary-item .value,
    .booking-button,
    .about-description,
    .about-box-list li,
    .about-box-text,
    .about-box-button,
    .contacts-left-title,
    .contacts-right-title,
    .contacts-item,
    .contact-label,
    .contact-link,
    .contact-text,
    .form-input,
    .form-textarea,
    .form-submit,
    .directions-list li,
    .contact-popup-form input,
    .contact-popup-form textarea,
    .contact-popup-form button,
    .contact-form-submit,
    .review-popup-info-item,
    .review-checkbox-label,
    .review-popup-submit,
    .calendar-month,
    .time-slots-title,
    .contact-form-label,
    .contact-form-input,
    .review-info-label,
    .review-info-value,
    .notification-popup-message,
    .address-text,
    .footer-copyright,
    .contacts-subtitle {
        font-size: 15px !important;
    }

    .address-label {
        font-size: 15px;
    }

    .header.fixed .social-link {
        width: 21px;
        height: 21px;
    }



    .lighthouse-polygon {

        right: 60px;
        left: 0px;
        bottom: 1500px;
        height: 1148px;
        clip-path: polygon(
            0% 0%,
            64% 0%,
            100% 14%,
            0% 100%
        );

    }
    .carousel-slides {
        height: 200px;
    }





    .contacts-section {
        /* margin-top: 60px; */
        padding-top: 80px;
        /* padding-bottom: 40px; */
    }

    /* .contacts-content {
        padding: 20px 15px;
    } */
    .contacts-map {
        height: 250px;
    }

    .map-image {
        height: 250px;
    }

    .footer {
        padding: 30px 0 20px;
    }


    .policy-section {
        padding: 40px 0;
    }

    .policy-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .policy-section-title {
        font-size: 20px;
    }

    .policy-text,
    .policy-list li {
        font-size: 15px;
    }


    /* .success-section {
        padding: 40px 0;
    } */

    .success-header {
        /* margin-top: 40px; */
        margin-bottom: 20px;
    }

    .success-icon {
        width: 40px;
        height: 40px;
    }

    .success-title {
        font-size: 20px;
    }

    .success-text,
    .location-text,
    .info-item {
        font-size: 15px;
    }

    .error-section {
        padding: 40px 0;
    }

    .error-header {
        /* margin-top: 40px; */
        margin-bottom: 20px;
    }

    .error-icon {
        width: 40px;
        height: 40px;
    }

    .error-title {
        font-size: 20px;
    }

    .error-text,
    .error-help-text {
        font-size: 15px;
    }

    .error-button {
        font-size: 15px;
        padding: 10px 30px;
    }

    .notfound-section {
        padding: 40px 0;
    }

    .notfound-title {
        font-size: 50px;
        /* margin-top: 40px; */
        margin-bottom: 15px;
    }

    .notfound-text {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .notfound-button {
        font-size: 15px;
        padding: 10px 30px;
    }

    .calendar-day {
        margin: 3px;
    }
}

@media (max-width: 360px) {

    .lighthouse-image {
        right: -100px;
        width: 200%;
        top: 20px;
        }

}

@media (max-width: 340px) {
/* .lighthouse-image {
    display: none;
    } */

    .lighthouse-image {
        right: -73px;
        width: 160%;
        top: 40px;
    }

    .lighthouse-polygon {

        right: 0px;
        left: 0px;
        bottom: 1500px;
        /* height: 1148px; */
        height: 1252px;
        /* clip-path: polygon(
            0% 0%,
            64% 0%,
            100% 14%,
            0% 100%
        ); */
        clip-path: polygon(
            0% 0%,
            64% 0%,
            88% 12%,
            0% 100%
        );

    }

    .about-description {
        max-width: 200px;

    }

    .hero-description {
        font-size: 15px;
    }

}
