@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-ThinIt.woff2') format('woff2'),
    url('fonts/Cygre-ThinIt.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-SemiBold.woff2') format('woff2'),
    url('fonts/Cygre-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-RegularIt.woff2') format('woff2'),
    url('fonts/Cygre-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-SemiBoldIt.woff2') format('woff2'),
    url('fonts/Cygre-SemiBoldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-Thin.woff2') format('woff2'),
    url('fonts/Cygre-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-Regular.woff2') format('woff2'),
    url('fonts/Cygre-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre Book';
    src: url('fonts/Cygre-Book.woff2') format('woff2'),
    url('fonts/Cygre-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-Bold.woff2') format('woff2'),
    url('fonts/Cygre-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-Black.woff2') format('woff2'),
    url('fonts/Cygre-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-Light.woff2') format('woff2'),
    url('fonts/Cygre-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-ExtraBoldIt.woff2') format('woff2'),
    url('fonts/Cygre-ExtraBoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {font-family: 'Cygre';
    font-family: 'Cygre';
    src: url('fonts/Cygre-ExtraBold.woff2') format('woff2'),
    url('fonts/Cygre-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-BoldIt.woff2') format('woff2'),
    url('fonts/Cygre-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-MediumIt.woff2') format('woff2'),
    url('fonts/Cygre-MediumIt.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-LightIt.woff2') format('woff2'),
    url('fonts/Cygre-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre Book';
    src: url('fonts/Cygre-BookIt.woff2') format('woff2'),
    url('fonts/Cygre-BookIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cygre';
    src: url('fonts/Cygre-BlackIt.woff2') format('woff2'),
    url('fonts/Cygre-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
.dbf-btn-open {
    background: #0061FE;
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 60px;
    border: none;
    border-radius: 6px;
    padding: 12px 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    cursor: pointer;
}

.dbf-popup h3 {
    margin-top:  0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: #111E2E;
    font-family: 'Cygre';
    font-style: normal;
}

.dbf-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #EFF5FF;
    z-index: 9999;
    display: flex;
    justify-content: center;
    height: 100vh;
}

.dbf-popup {
    padding-top: 24px;
    border-radius: 10px;
    width: 100%;
    max-width: 950px;
    position: relative;
}

.dbf-popup-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}
#detailing-booking-form {
	padding: 20px;
}
#detailing-booking-form .step {
    display: none;
}

#detailing-booking-form .step.active {
    display: block;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
}

.dbf-popup-header {
    background: #0061FE;
    height: 50px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    margin-bottom: 22px;
    margin-left: 20px;
  	margin-right: 20px;
}

.dbf-popup-header .dbf-logo {
    display: flex;
    align-items: center;
}

.dbf-popup-header .dbf-popup-close {
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    box-shadow: none !important;
    outline: none;
}

.dbf-popup-header .dbf-popup-close svg {
    display: block;
}

.vehicle-type, .services, .pick-date-time, .summary {
    padding: 18px;
    margin-bottom: 22px;
    background: #FFFFFF;
    border-radius: 6px;
}

.buttons-step {
    display: flex;
    justify-content: flex-end;
}

.buttons-step:has(.prev-step):has(.next-step) {
    justify-content: space-between;
}

.vehicle-type-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    margin-bottom: 14px;
}

.vehicle-type-option {
    flex: 1 0 calc(13.3% - 12px);
    padding: 10px 12px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.vehicle-type-option:hover {
    border-color: #0061FE;
}

.vehicle-type-option.selected {
    border-color: #0061FE;
}

.vehicle-icon {
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 23.8px;
}

.vehicle-label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #111E2E;
    font-family: 'Cygre';
    font-style: normal;
}

.next-step {
    cursor: pointer;
    border: none;
    width: 327px;
    height: 50px;
    background: #0061FE;
    border-radius: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-family: 'Cygre';
    font-style: normal;
}

.prev-step {
    cursor: pointer;
    font-family: 'Cygre';
    font-style: normal;
    border-radius: 6px;
    width: 327px;
    border: 1px solid #E4E4E4;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    background: transparent;
    letter-spacing: 0.02em;
    color: #000000;
}

.dbf-progress {
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 12px;
    padding: 12px 16px 27px;
    text-align: center;
}

.dbf-progress__title {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: #111E2E;
    margin-bottom: 12px;
    margin-top: 0;
}

#detailing-booking-popup {
    overflow-y: auto;
}

.dbf-progress__steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    position: relative;
}

.dbf-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.dbf-step__circle {
    width: 28px;
    height: 28px;
    background-color: #C7DBFC;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    margin-top: 3px;
}

.dbf-step.active .dbf-step__circle {
    position: relative;
    margin-top: 0px;
    width: 32px;
    height: 32px;
    border: 2px solid #0061FE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.dbf-step.done .dbf-step__circle {
    background-color: #28CE7B;
}

.dbf-step.done .dbf-step__circle::after {
    content: '';
    display: block;
    background-image: url('img/done.svg');
    width: 10px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dbf-step.active .dbf-step__circle::after {
    content: '';
    width: 26px;
    height: 26px;
    background: #0061FE;
    border-radius: 50%;
    display: block;
}
.dbf-step__bar {
    width: 84%;
    height: 4px;
    background-color: #b3d0ff;
    position: absolute;
    top: 16px;
    left: 59.8%;
    z-index: 1;
}
.dbf-step.active .dbf-step__bar div {
    height: 4px;
    width: 50%;
    background: #0061FE;
}
.dbf-step.done .dbf-step__bar div {
    height: 4px;
    width: 100%;
    background: #28CE7B;
}
.dbf-step:last-child .dbf-step__bar {
    display: none;
}

.dbf-step.active ~ .dbf-step .dbf-step__bar {
    background-color: #C7DBFC;
}

.dbf-step__label {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap:4px;
    text-align: left;
    padding-left: 37px;
}

.dbf-step__label-step {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: rgba(36, 34, 50, 0.5);
    text-transform: uppercase;
}

.dbf-step__label-title {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: uppercase;
}

#services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.dbf-service {
    width: calc(33.333% - 11px);
    background: #F9F9F9;
    border-radius: 6px;
    padding: 20px 12px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.dbf-service input[type="checkbox"] {
    display: none;
}

.dbf-service__wrapper {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.dbf-service__top {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 11px;
}

.dbf-service__checkbox {
    width: 32px;
    height: 32px;
    border: 1px solid #0061FE;
    border-radius: 5px;
    flex-shrink: 0;
    position: relative;
}

.dbf-service input[type="checkbox"]:checked + .dbf-service__wrapper .dbf-service__checkbox::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 20px;
    height: 20px;
    background-color: #0061FE;
    border-radius: 2px;
}

.dbf-service__info {
    flex: 1;
}

.dbf-service__title {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #111E2E;
    margin-bottom: 12px;
}

.dbf-service__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dbf-service__icon {
    display: flex;
}

.dbf-service__icon img {
    margin-right: 6px;
}

.dbf-service__price {
    margin-right: 8px;
}

.dbf-service__price,
.dbf-service__duration {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #0061FE;
}

.dbf-service__desc {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000000;
}
.dbf-service:has(input:checked) {
    background: #EFF5FF;
    border: 1px solid #0061FE;
}
button.next-step[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
.dbf-dates-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.dbf-date {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 14px;
}

.dbf-weekday {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #767676;
}

.dbf-date-block.selected {
    background: #EFF5FF;
    border: 1px solid #0061FE;
}

.dbf-time-slot.selected {
    background: #EFF5FF;
    border: 1px solid #0061FE;
    color: #0061FE;
}

.dbf-date-block.selected .dbf-date,
.dbf-date-block.selected .dbf-weekday {
    color: #0061FE;
}

.dbf-dates-swiper {
    width: 100%;
    padding: 10px 0;
}

.swiper-slide {
    width: auto;
}

.dbf-date-block {
    width: 100%;
    background: #F9F9F9;
    border-radius: 6px;
    padding: 18px 0px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
    border: 1px solid transparent
}

.dbf-date {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 14px;
}

.dbf-weekday {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #767676;
}
.swiper-slide {
    width: 70px !important;
    flex-shrink: 0;
}
.dbf-date-block.selected {
    background: #EFF5FF;
    border: 1px solid #0061FE;
    color: #0061FE;
}

.dbf-date-block.selected .dbf-date,
.dbf-date-block.selected .dbf-weekday {
    color: #0061FE;
}

.pick-date-time h4 {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #1D1E1F;
    margin-top: 33px;
    margin-bottom: 23px;
}

.dbf-time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.dbf-time-slot {
    flex: 1 0 calc(25.3% - 12px);
    box-sizing: border-box;
    border: 1px solid transparent;
    background: #F9F9F9;
    border-radius: 6px;
    padding: 12px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dbf-time-start {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #111E2E;
    margin-bottom: 12px;
}

.dbf-time-meta {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.dbf-time-label {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #111E2E;
    margin-right: 12px;
}

.dbf-time-icon {
    margin-right: 5px;
    display: flex;
}

.dbf-time-end {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #111E2E;
}

.dbf-thank-you {
    background: #0061FE;
    padding: 60px 0px;
    height: 88%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.thank-you-logo img {
    max-width: 180px;
}

.thank-you-content {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.thank-you-title {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.thank-you-subtitle {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.thank-you-button {
    width: 327px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #0061FE;
    border: none;
    cursor: pointer;
}

.dbf-summary-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 29px;
}

.dbf-summary-left {
    flex: 1;
    min-width: 300px;
    border: 1px solid #EFF5FF;
    border-radius: 6px;
    padding: 21px 14px;
}

.dbf-summary-location,
.dbf-summary-address {
    display: flex;
    align-items: center;
}

.dbf-summary-location {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(89, 89, 89, 0.1);
    padding-bottom: 10px;
}

.dbf-summary-right {
    flex: 1;
    min-width: 300px;
}

.dbf-summary-datetime {
    border: 1px solid #EFF5FF;
    border-radius: 6px;
    padding: 22px 14px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.dbf-summary-info-box {
    border: 1px solid #EFF5FF;
    border-radius: 6px;
    padding: 16px 14px 20px;
}

.dbf-summary-info-title {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #595959;
    margin-bottom: 16px;
}

.dbf-summary-info-content {
    display: flex;
    align-items: center;
    gap: 42px;
}

.dbf-summary-icon {
    margin-right: 8px;
}

.dbf-summary-text {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #111E2E;
}

.dbf-summary-time-value,
.dbf-summary-price-value {
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #111E2E;
}

.dbf-summary-duration-wrap,
.dbf-summary-price-wrap {
    display: flex;
    align-items: center;
}

.dbf-summary-form-fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.dbf-summary-form-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.dbf-form-group {
    position: relative;
    width: 49%;
}

.dbf-form-label {
    position: absolute;
    top: -7px;
    left: 10px;
    background: #fff;
    padding: 0 2px;
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #7D7D7D;
}

.dbf-form-input {
    width: 94%;
    padding: 12px 14px;
    border: 1.5px solid rgba(89, 89, 89, 0.1);
    border-radius: 6px;
    font-family: 'Cygre';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #7D7D7D;
}
.buttons-step {
    padding-bottom: 50px;
}
@media (max-width: 768px) {
    .vehicle-type-option {
        width: auto;
    }
    .next-step, .prev-step {
        padding: 0 50px;
        width: auto;
    }
    .dbf-service {
        width: 100%;
    }
    .dbf-step__label {
        padding-left: 0;
        text-align: center;
    }
    .dbf-form-group {
        width: 100%;
    }
    .dbf-form-input {
        width: 92%;
    }
}
@media (max-width: 457px) {
    .vehicle-type-option {
        width: 100%;
    }
    .thank-you-footer {
        width: 100%;
        text-align: center;
    }
    .thank-you-button {
        width: 60%;
    }
}