.nhb-widget {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 2px;
}

.nhb-form {
    display: flex;
    flex-wrap: wrap;
}

.nhb-form > *:not(.nhb-back-step):not(.nhb-submit) {
    flex: 1 1 100%;
}

.nhb-day {
    border-radius: 2px;
    border-color: #ffffff;
}

.nhb-month {
    border-radius: 2px;
}

.is-range {
    background-color: #b7bb9a;
}

.is-range.is-checkin {
    background: linear-gradient(
        270deg,
        rgb(183, 187, 154) 50%,
        rgb(238, 238, 238) 49%
    );
}

.is-range.is-checkout {
    background: linear-gradient(
        90deg,
        rgb(183, 187, 154) 50%,
        rgb(238, 238, 238) 49%
    );
}

.nhb-day.is-range,
.nhb-day.is-checkin,
.nhb-day.is-checkout {
    outline: 1px solid #a5aa7f;
    border-width: 0;
}

.nhb-back-step,
.nhb-submit {
    flex: 1 1 calc(50% - 5px);
}

.nhb-consent a {
    text-decoration: underline;
    color: var(--nhb-accent);
}

/* недельный */
.nhb-modal__dialog {
    max-width: 540px;
}

.nhb-overview {
    border-radius: 2px;
}

.nhb-overview__head {
    flex-direction: column;
    align-items: flex-start;
}

.nhb-overview__title,
.nhb-modal .nhb-widget__title {
    font-size: 20px;
}

.nhb-overview__month,
.nhb-modal .nhb-month__title {
    font-size: 20px;
}

.nhb-modal .nhb-modal-panel__back::before {
    display: none;
}

.nhb-overview__nav {
    justify-content: space-between;
    width: 100%;
}

.nhb-overview__nav-btn {
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nhb-overview__row-title {
    font-size: 20px;
}

.nhb-modal .nhb-nav {
    font-size: 20px;
}

.nhb-overview__day-num {
    font-size: 18px;
}

.nhb-week-cell {
    border-radius: 2px;
}

.nhb-overview__day {
    min-height: 54px;
    border-radius: 2px;
}

.nhb-modal__loading {
    border-radius: 2px;
}

.nhb-overview__legend {
    display: none;
}

.nhb-modal .nhb-month__weekdays span {
    font-size: 14px;
}

.nhb-modal .nhb-modal__close {
    top: 8px;
}

.nhb-modal .nhb-widget__title {
    font-size: 20px;
}

.nhb-modal .nhb-calendar__toolbar {
    top: 22px;
}

.nhb-modal .nhb-day.is-checkin,
.nhb-modal .nhb-day.is-checkout {
    border-radius: 2px;
    outline: 1px solid #a5aa7f;
    padding: 6px 4px;
}

.nhb-modal .nhb-day__num {
    margin-top: 4px;
    font-size: 18px;
}

.nhb-modal .nhb-day {
    min-height: 54px;
}

.nhb-modal .nhb-legend__item {
    font-size: 12px;
}

.nhb-modal .nhb-form label {
    font-size: 14px;
}

.nhb-modal-panel {
    display: block;
}

.nhb-form label.nhb-bathhouse__toggle {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}

.nhb-modal .nhb-form input,
.nhb-modal .nhb-form textarea {
    font-size: 16px;
    padding: 12px 12px 12px 12px;
    line-height: 100%;
}

.nhb-modal .nhb-next-step {
    font-size: 14px;
    text-transform: uppercase;
    min-height: 44px;
}

.nhb-form .nhb-consent {
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}

.nhb-modal .nhb-back-step,
.nhb-modal .nhb-submit {
    font-size: 14px;
    text-transform: uppercase;
    min-height: 44px;
}

.nhb-overview__day--today {
    background-color: transparent;
    border: 1px solid rgb(229 229 229);
}

.nhb-modal .nhb-day--today {
    background-color: transparent;
    border: 1px solid rgb(229 229 229);
}

.nhb-day--today .nhb-day__num::after {
    background-color: transparent;
}

.nhb-modal .nhb-day {
    border-radius: 2px;
}

.nhb-day--today {
    outline: 1px solid rgb(229 229 229);
}

.nhb-bathhouse {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border-width: 0;
}

.nhb-modal .nhb-pricing-meta__label,
.nhb-modal .nhb-pricing-meta__value {
    font-size: 16px;
}

.nhb-message {
    border-radius: 2px;
    font-size: 16px;
    line-height: 150%;
}

/* */
.nhb-day {
    border-radius: 2px;
    padding: 6px 4px;
    background-color: transparent;
    position: relative;
    min-height: 54px;
}

.nhb-day:not(.nhb-day--empty)::after {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 7px;
    height: 10px;
    border-radius: 2px;
    background: #d0d0cc;
    border: 1px solid rgb(217 217 217);
}

.nhb-modal .nhb-day:not(.nhb-day--empty)::after {
    border: 1px solid rgb(217 217 217);
}

.nhb-day__num {
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
    font-size: 18px;
    color: #111;
}

.nhb-day.is-range {
    background-color: rgb(183, 187, 154);
}

.nhb-day.is-checkin,
.nhb-modal .nhb-day.is-checkin {
    background: linear-gradient(
        270deg,
        rgb(183, 187, 154) 50%,
        rgb(238, 238, 238) 49%
    );
}

.nhb-day.is-checkout,
.nhb-modal .nhb-day.is-checkout {
    background: linear-gradient(
        90deg,
        rgb(183, 187, 154) 50%,
        rgb(238, 238, 238) 49%
    );
}

.nhb-calendar__toolbar {
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
    top: 8px;
}

.nhb-month__title {
    text-align: center;
    text-transform: lowercase;
    color: #474747;
}

.nhb-calendar {
    position: relative;
}

.nhb-widget,
.nhb-month {
    background: #ffffff;
}

.nhb-month {
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
}

.nhb-nav,
.nhb-overview__nav-btn {
    border-radius: 2px;
    background: transparent;
    border-width: 0;
}

.nhb-nav svg,
.nhb-overview__nav-btn svg {
    fill: #b8ab8d;
}

.nhb-step-bar {
    display: none !important;
}

.nhb-step-heading {
    display: none !important;
}

.nhb-summary,
.nhb-pay-now,
.nhb-widget__time {
    display: none !important;
}

.nhb-form input,
.nhb-form textarea,
.nhb-next-step {
    border-radius: 2px;
}

.nhb-next-step {
    background: #9da074;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    min-height: 44px;
}

.nhb-back-step {
    font-size: 14px;
    text-transform: uppercase;
    min-height: 44px;
    border-radius: 2px;
}

.nhb-submit {
    font-size: 14px;
    text-transform: uppercase;
    min-height: 44px;
    border-radius: 2px;
    background: #9da074;
    color: #fff;
}

.nhb-widget__title {
    margin: 0 0 4px;
    font-family: inherit;
    font-size: 20px;
    color: #626262;
    text-transform: uppercase;
    font-weight: 500;
}

.nhb-week-cell--checkout-only {
    background: linear-gradient(
        -90deg,
        #a9ac8f 0 50%,
        #c93a12 50% 100%
    ) !important;
}

.nhb-day--start::after {
    background: linear-gradient(
        90deg,
        #a9ac8f 0 50%,
        #c93a12 50% 100%
    ) !important;
}

.nhb-day--end::after {
    background: linear-gradient(
        -90deg,
        #a9ac8f 0 50%,
        #c93a12 50% 100%
    ) !important;
}
.nhb-day--inner::after {
    background-color: #c93a12 !important;
}

.nhb-day--checkin_only,
.nhb-day--checkout_only {
    background: transparent;
}

/* */
.nhb-day--past::after,
.nhb-week-cell--past {
    background: #bbbbbb !important;
}

.nhb-day--free::after {
    background: rgb(183, 187, 154) !important;
}

.nhb-month__weekdays span {
    font-size: 18px;
    text-align: center;
    text-transform: lowercase;
}

.nhb-cell {
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    border-radius: 50%;
}

.nhb-cell--free {
    background: #a9ac8f;
}

.nhb-cell--checkout {
    background: linear-gradient(
        90deg,
        var(--nhb-busy) 0 50%,
        rgb(183, 187, 154) 50% 100%
    );
}
.nhb-day.is-range {
    box-shadow: none;
}
