.fancybox-booking-success .fancybox-slide {
    padding: 20px;
}

.fancybox-booking-success .fancybox-content {
    width: 624px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: visible;
}

.booking-success-holder {
    width: 100%;
}

.booking-success {
    position: relative;
    width: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    font-family: fontRegular, Arial, sans-serif;
    color: #130F26;
    box-sizing: border-box;
}

.booking-success * {
    box-sizing: border-box;
}

.booking-success__hero,
.booking-success__details,
.booking-success__note {
    margin-top: 24px;
}

.booking-success__btn {
    margin-top: 49px;
}

.booking-success__decor {
    position: absolute;
    z-index: 0;
    background: #52BB7F;
    opacity: 0.1;
    border-radius: 50%;
    margin: 0;
}

.booking-success__decor_1 {
    left: 488px;
    top: 42px;
    width: 32px;
    height: 32px;
}

.booking-success__decor_2 {
    left: 56px;
    top: 67px;
    width: 28px;
    height: 28px;
}

.booking-success__decor_3 {
    left: 155px;
    top: 87px;
    width: 10px;
    height: 10px;
}

.booking-success__decor_4 {
    left: 378px;
    top: 185px;
    width: 14px;
    height: 14px;
}

.booking-success__decor_5 {
    left: 399px;
    top: 199px;
    width: 32px;
    height: 32px;
}

.booking-success__decor_6 {
    left: 93px;
    top: 220px;
    width: 14px;
    height: 14px;
}

.booking-success__decor_7 {
    left: 66px;
    top: 233px;
    width: 28px;
    height: 28px;
}

.booking-success__header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-success__header-space {
    width: 24px;
    height: 24px;
}

.booking-success__close {
    width: 27.905px;
    height: 28px;
    padding: 0;
    display: block;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
}

.booking-success__close img {
    display: block;
    width: 27.905px;
    height: 28px;
}

.booking-success__hero {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.booking-success__check {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(82, 187, 127, 0.1);
    border-radius: 48px;
}

.booking-success__check img {
    display: block;
    width: 48px;
    height: 48px;
}

.booking-success__heading {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.booking-success__title {
    font-family: fontBold, Arial, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.362;
    letter-spacing: -0.56px;
    text-align: center;
    color: #130F26;
}

.booking-success__subtitle {
    margin-top: 8px;
    font-family: fontRegular, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.482;
    text-align: center;
    color: #130F26;
    opacity: 0.5;
}

.booking-success__details {
    position: relative;
    z-index: 1;
    padding: 16px;
    background: #F5F5F5;
    border-radius: 16px;
}

.booking-success__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.booking-success__row + .booking-success__row {
    margin-top: 12px;
}

.booking-success__label,
.booking-success__value {
    font-family: fontBold, Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.482;
    color: #130F26;
}

.booking-success__label {
    flex: 0 0 auto;
    padding-right: 16px;
    opacity: 0.6;
}

.booking-success__value {
    flex: 1 1 auto;
    text-align: right;
}

.booking-success__note {
    position: relative;
    z-index: 1;
    font-family: fontRegular, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.482;
    text-align: center;
    color: #130F26;
    opacity: 0.5;
}

.booking-success__btn {
    position: relative;
    z-index: 1;
    align-self: center;
    width: 132px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: fontBold, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.482;
    letter-spacing: -0.4px;
    color: #FFFFFF;
    background: #E40005;
    border: 0;
    border-radius: 25.5px;
    cursor: pointer;
    outline: none;
    transition: background 0.2s;
}

.booking-success__btn:hover {
    background: #cc1400;
}

@media (max-width: 767px) {
    .fancybox-booking-success .fancybox-slide {
        padding: 0;
    }

    .fancybox-booking-success .fancybox-slide::before {
        display: none;
    }

    .fancybox-booking-success .fancybox-content {
        width: 100%;
        max-width: none;
        height: 100%;
    }

    .booking-success-holder {
        height: 100%;
    }

    .booking-success {
        min-height: 100%;
        padding: 20px 20px 24px;
        border-radius: 0;
    }

    .booking-success__note {
        margin-bottom: 24px;
    }

    .booking-success__btn {
        margin-top: auto;
    }
}
