.request-flight-form {
    transition: transform 0.3s ease-in-out;
}

.request-flight-form.fixed-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    border-radius: 20px;
}

.request-flight-form.fixed-form .flight-fields {
    border-radius: 20px;
}

@media (max-width: 1023px) {
    .request-flight-form.fixed-form .flight-fields {
        display: none;
    }
    .request-flight-form.fixed-form .quote-button-mobile {
        border-radius: 0;
        width: 100%;
        border: 0;
    }
}

.request-flight-wrapper {
    width: 100%;
    padding: 0 5%;
    font-family: 'Gotham', sans-serif;
    margin-top: 20px;
}

.flight {
    padding: calc(4px + 0.3vw);
    box-sizing: border-box;
    position: relative;
    width: 100%;
    display: grid;
    gap: 0.521vw;
    border-radius: 100px;

}

@media (max-width: 1919px) and (min-width: 1023px) {
    .flight-fields {
        min-height: 100px;
        background: #fff;
    }
}

.flight-fields {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding-right: 20px;
    background: #ffffff;
    border-radius: 100px;
    padding-left: 5vw;
    padding-block: 10px;
    height: 114px;
    border: 9px solid #d9d9d9;
}

@media (max-width: 1023px) {
    .flight {
        padding: 0;
    }
    .flight-fields {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        gap: 0;
        background: #d9d9d9;
        width: 100%;
        margin-bottom: 10px;
        padding: calc(4px + 0.3vw);
        border: 0;
    }
    .flight-fields .label-search:first-of-type:after {
        display: block;
        content: ' ';
        width: calc(100% - 50px);
        height: 2px;
        position: absolute;
        background: #d6d0c0;
        transform: translateY(100%);
        bottom: 1px;
        left: 28px;
        z-index: 1;
        border: none;
    }
}

.label-search-borders-radius {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.label-search {
    box-sizing: border-box;
    padding: 8px 10px;
    margin: 0;
    position: relative;
    color: #0e2137;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 1.5vw;
    background: #fff;
    max-width: 36.9%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 120px;
}

@media (max-width: 1023px) {
    .label-search:nth-child(1) {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
}

@media (max-width: 1023px) {
    .label-search-borders-radius {
        border-radius: 0;
    }
}

@media (max-width: 1023px) {
    .label-search {
        width: 100%;
        max-width: 100%;
        padding: 0;
        border: none;
        height: 100%;
        font-weight: 500;
    }
}

@media (max-width: 1023px) {
    .mobile-input-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-inline: 20px;
    }
}

.input-container {
    display: flex;
    align-items: center;
    margin-top: -15px;
}

.suggestions-container {
    position: absolute;
    top: 100%;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    color: #181818;
    border-radius: 11px;
    border: 4px solid #dcd8cd;
    background: #fff;
    left: 0;
    max-height: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (max-width: 1023px) {
    .suggestions-container {
        width: 80%;
        left: 50%;
        transform: translate(-50%);
    }
}

.placeholder-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.placeholder-has-values__wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 1.181vw;
    color: #0e2137;
    letter-spacing: 3.23px;
    text-transform: uppercase;
}

.values-codes {
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 1.181vw;
    color: #8f8f8f;
    display: flex;
    align-items: center;
}

.input-container {
    display: flex;
    align-items: center;
    margin-top: -15px;
}

@media (max-width: 1023px) {
    .placeholder-mobile {
        padding: 3px;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
}

@media (max-width: 1023px) {
    .placeholder-values {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: calc(14px + 0.313vw);
        font-family: 'Gotham', sans-serif;
        margin-left: 10px;
        text-transform: uppercase;
    }
}

@media (max-width: 1023px) {
    .placeholder-mobile .values-codes {
        padding-bottom: 5px;
    }
}

@media (max-width: 1023px) {
    .values-codes {
        font-size: calc(10px + 0.3vw);
        font-family: 'Gotham', sans-serif;
        margin-left: 10px;
        color: #757575;
    }
}

.label-search::after {
    content: '';
    width: 80%;
    height: 0px;
    position: absolute;
    border: 1px solid #dcd8cd;
    bottom: 13px;
    transform: translateY(100%);
    z-index: 1;
}

.placeholder {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #0e2137;
    font-size: 1.667vw;
}

.input-search {
    width: 100%;
    border: none;
    padding: 0;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 1.667vw;
    line-height: 43px;
    color: #0e2137;
    background: #fff;
    border: none;
}

.input-search::placeholder {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.667vw;
}

.input-search:focus {
    outline: none;
}

.suggestions-container ul {
    margin-block-end: 0 !important;
}

.suggestions-container ul li {
    margin-bottom: 0 !important;
}

.suggestions-container > div {
    display: flex;
    flex-direction: column-reverse;
}

.suggestions-container-open .suggestions-container {
    display: block;
    z-index: 10;
    padding: 0 2.604vw;
    box-shadow: 0px 3px 57px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.suggestions-list {
    color: #181818;
    padding: 0;
    background: #fff;
    list-style: none;
    margin: 0;
}

.suggesstion-title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    color: #0e2137;
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4.35px;
    text-transform: uppercase;
    margin-top: 1.823vw;
    padding-bottom: 1.042vw;
}

.suggestion {
    display: flex;
    flex-direction: column;
    color: #0e2137;
    text-transform: uppercase;
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 4.35px;
    padding-top: 1.25vw;
    background: #fff;
}

.suggestion::after {
    content: '';
    margin-left: -4.4vw;
    width: calc(110% + 2 * 3.8vw);
    height: 2px;
    margin-top: 10px;
    background: #dcd8cd;
}

.suggesstion-title::after {
    content: '';
    margin-left: -2.604vw;
    width: calc(100% + 2 * 2.604vw);
    height: 2px;
    margin-top: 10px;
    background: #dcd8cd;
}

.suggestion > img {
    margin-bottom: 8px;
}

.suggestion-county {
    color: #757575;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
}

.suggestion-codes {
    text-transform: uppercase;
    color: #757575;
    font-weight: 500;
    letter-spacing: normal;
}

.suggestion-label {
    text-transform: uppercase;
}

.placeholder-has-values__wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 1.181vw;
    color: #0e2137;
    letter-spacing: 3.23px;
    text-transform: uppercase;
}

.values-codes {
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: 1.181vw;
    color: #8f8f8f;
    display: flex;
    align-items: center;
}

.values-codes-icon {
    margin-right: 8px;
}

.placeholder-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.label-search-borders-radius {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

@media (max-width: 1023px) {
    .input-container {
        gap: 16px;
    }

    .input-search::placeholder {
        font-size: 16px;
    }

    .label-search {
        width: 100%;
        max-width: 100%;
        padding: 0;
        border: none;
        height: 100%;
        font-weight: 500;
    }

    .placeholder {
        font-size: unset;
    }

    .fields-wrapper .label-search:first-of-type:after {
        display: block;
        content: ' ';
        width: calc(100% - 50px);
        height: 2px;
        position: absolute;
        background: #d6d0c0;
        transform: translateY(100%);
        bottom: 1px;
        left: 28px;
        z-index: 1;
        border: none;
    }

    .label-search:nth-child(1) {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .times-wrapper {
        border-radius: 10px;
    }

    .date-picker-btn {
        border-radius: 0;
    }

    .mobile-input-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-inline: 20px;
    }

    .input-search {
        margin-top: 0;
        padding-left: 10px;
        font-size: 16px;
        letter-spacing: 3.48px;
    }

    .input-search::placeholder {
        color: #0e2137;
        text-transform: uppercase;
        font-weight: 500;
    }

    .placeholder-mobile {
        padding: 3px;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .placeholder-mobile .values-codes {
        padding-bottom: 5px;
    }

    .label-search-borders-radius {
        border-radius: 0;
    }

    .placeholder-values {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: calc(14px + 0.313vw);
        font-family: 'Gotham', sans-serif;
        margin-left: 10px;
        text-transform: uppercase;
    }

    .values-codes {
        font-size: calc(10px + 0.3vw);
        font-family: 'Gotham', sans-serif;
        margin-left: 10px;
        color: #757575;
    }

    .suggestions-container {
        width: 80%;
        left: 50%;
        transform: translate(-50%);
    }

    .suggestion {
        padding-top: 12px;
        font-weight: 500;
    }

    .suggesstion-title {
        margin: 0;
        padding-block: 12px;
    }

    .suggesstion-title img {
        width: 28px;
        height: 19px;
    }

    .suggesstion-title,
    .suggestion {
        border-bottom-width: 1px;
    }

    .placeholder-has-values {
        padding-inline: 10px;
        font-weight: 500;
    }

    .placeholder-icon {
        margin-left: auto;
    }
}

@media (max-width: 1023px) {
    .label-search::after {
        display: none;
    }
}



.times-wrapper {
    max-width: 26.4%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

@media (max-width: 1023px) {
    .times-wrapper {
        max-width: 100%;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 0.3fr;
        grid-template-rows: 1fr;
        letter-spacing: 3.77px;
        padding-inline-start: 7px;
    }
}

@media (max-width: 576px) {
    .times-wrapper {
        column-gap: 20px;
    }
}

.rmdp-container {
    width: 100%;
}

.rmdp-container {
    height: 50% !important;
}

.rmdp-container > div {
    display: flex;
    height: 100%;
    padding-right: 20%;
    align-items: center;
}

.rmdp-container .date-picker-btn {
    height: 100%;
}

@media (max-width: 1919px) and (min-width: 1023px) {
    .time-label, .date-picker-btn, .time-label, .time-btn, .people-label, .people-count, .trip-row-info-count-wrapper {
        font-size: 1vw;
    }
}

@media (max-width: 1919px) and (min-width: 1023px) {
    .date-picker-btn, .time-btn {
        height: 50px;
    }
}

.date-picker-btn {
    background: none;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: calc(13px + 0.7vw);
    text-transform: uppercase;
    color: #181818;
    width: 100%;
    background: #fff;
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    cursor: pointer;
    border: 2px solid transparent;
}

@media (max-width: 1919px) and (min-width: 1023px) {
    .date-picker-btn__text {
        font-size: 1vw;
    }
}

.date-picker-btn__text {
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: calc(11px + 0.33vw);
    text-transform: uppercase;
    color: #0e2137;
    margin-right: 1.75rem;
    letter-spacing: 4.35px;
    white-space: nowrap;
}

.times-wrapper::after {
    content: '';
    position: absolute;
    width: 77.6%;
    height: 2px;
    background: #dcd8cd;
    bottom: -4px;
    left: calc(2vw + 39%);
    transform: translateX(-50%);
}

.time-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    height: 50%;
    border: 2px solid transparent;
}

.time-btn {
    background: none;
    padding: 0;
    border: none;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: calc(13px + 0.7vw);
    text-transform: uppercase;
    color: #181818;
    width: 100%;
    height: 100%;
    text-align: inherit;
    display: flex;
    align-items: center;
    padding-left: 2vw;
    cursor: pointer;
}

.time-label {
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: calc(10px + 0.33vw);
    text-transform: uppercase;
    color: #0e2137;
    margin-bottom: 0;
    letter-spacing: 4.35px;
}

@media (max-width: 1023px) {
    .time-label, .date-picker-btn__text {
        font-size: 15px;
        font-weight: 500;
    }
    .times-wrapper::after {
        display: none;
    }
}

.PeopleSelect-wrapper {
    display: flex;
}

.PeopleSelect-open {
    position: relative;
    margin-right: 50px;
}

@media (max-width: 1023px) {
    .PeopleSelect-wrapper {
        display: block;
        height: 100%;
        grid-row: 1 / 3;
        align-self: stretch;
        grid-column: 2;
        width: 100%;
    }
    .PeopleSelect-open {
        height: 100%;
        margin-right: 0;
    }
}

.people-btn {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #fff;
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-inline: 16px;
    max-height: 120px;
    overflow: hidden;
    cursor: pointer;
}

.navy-btn {
    align-self: center;
    max-height: 100px;
    height: 60%;
}

.people-label {
    font-size: calc(11px + 0.33vw);
    text-transform: uppercase;
    color: #0e2137;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.23px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
}

.people-label::after {
    content: '';
    width: 100%;
    height: 0px;
    position: absolute;
    border: 1px solid #dcd8cd;
    bottom: 13px;
    transform: translateY(100%);
    left: 16px;
    z-index: 1;
}

@media (max-width: 1023px) {
    .people-count {
        font-size: calc(12px + 0.33vw);
        min-width: 51px;
        font-weight: 500;
    }
    .people-label {
        font-size: 14px;
    }
    .people-label {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .people-label {
        letter-spacing: normal;
        margin-bottom: 0;
        font-weight: 400;
    }
    .people-label::after {
        display: none;
    }
}

.date-picker {
    width: 305px;
    border-radius: 11px;
    border: 4px solid #dcd8cd;
}

@media (max-width: 1023px) {
    .flight-fields.time .label-search:after {
        display: none;
    }
    .date-mobile-col {
        display: flex;
        flex-direction: column;
    }
    .date-mobile-col > div:first-child::after {
        content: ' ';
        width: 95%;
        height: 2px;
        position: absolute;
        background: #d6d0c0;
        transform: translateY(100%);
        bottom: 3px;
        left: 0;
        z-index: 1;
    }
}

.request-form-wrapper.full-size {
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    background: #fff;
    height: 100vh;
    padding: 100px;
    overflow-y: auto;
}

.request-form-wrapper.full-size .flight {
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    .request-form-wrapper.full-size {
        padding: 62px 7%;
    }
}

:root {
    --dp-font-family: 'Gotham', sans-serif;
}

.options-wrapper {
    position: absolute;
    border-radius: 11px;
    border: 4px solid #dcd8cd;
    background: #fff;
    list-style: none;
    margin: 0;
    margin-top: 20px;
    width: 100%;
    padding: 0;
    color: #0e2137;
    overflow-y: auto;
    max-height: 15.5rem;
    z-index: 11;
    box-shadow: 0 0 5px #8798ad;
    width: 333px;
    height: 250px;
    left: -125%;
}

@media (max-width: 1023px) {
    .options-wrapper {
        width: 100%;
        left: 0;
    }
}

.times-block {
    position: relative;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.times-block .date-picker-btn__text {
    width: 70px;
    text-align: center;
    margin: 0;
}

.options-wrapper li, .people-wrapper li {
    padding: 0;
}

.time-option .disabled {
    color: #9d9d9d;
    cursor: not-allowed;
}

.time-option {
    padding: 5px;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: calc(10px + 0.729vw);
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 85%;
    padding-block: 5px;
    height: 43px;
    margin: 4px auto;
}

.time-option.active-time,
.time-option:hover {
    border-radius: 61px;
    background: #f0f0f0;
    color: #0e2137;
}

@media (max-width: 1023px) {
    .time {
        min-height: 74px;
        height: 74px;
    }
    .times-block {
        height: 26px;
        padding-left: 2px;
        padding-top: 4px;
    }
    .times-block .date-picker-btn__text {
        width: 100%;
        text-align: start;
    }
    .times-wrapper .date-picker-btn {
        height: 32px;
    }
    .times-wrapper .label-search {
        justify-content: flex-start;
    }
}

.people-wrapper {
    position: absolute;
    border-radius: 11px;
    border: 4px solid #dcd8cd;
    background: #fff;
    list-style: none;
    margin: 0;
    margin-top: 20px;
    width: 100%;
    padding: 0;
    color: #0e2137;
    overflow-y: auto;
    max-height: 15.5rem;
    z-index: 11;
    box-shadow: 0 0 5px #8798ad;
}

.people-wrapper li:hover .people-option,
.people-wrapper li.active-item .people-option {
    border-radius: 61px;
    background: #f0f0f0;
    color: #0e2137;
}

.options-wrapper li, .people-wrapper li {
    padding: 0;
}

.people-option {
    padding: 5px;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: calc(10px + 0.729vw);
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    width: 85%;
    margin: 4px auto;
    border-radius: 61px;
    letter-spacing: normal;
}

.btn-primary-form {
    background: #0e2137;
    cursor: pointer;
    padding: 10px calc(5px + 1.042vw);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 0;
    text-transform: uppercase;
    border-radius: 38px;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    line-height: 23px;
    color: #ffffff;
    border: 2px solid rgb(245, 245, 245);
    letter-spacing: 3.8px;
    font-size: 1.25vw;
    transition: .1s all ease-in-out;
}

.flight-buttons-actions {
    display: flex;
    gap: 20px;
    margin: 20px auto 0;
    justify-content: center;
}

.navy-btn:hover {
    background: #040f1b00;
    color: #0e2137;
    outline: 2px solid #0e2137;
}

.btn-primary-form:hover {
    background-color: #040f1b00;
    color: #0e2137;
    outline: 2px solid #0e2137;
}

.next-btn-wrapper {
    position: relative;
    min-width: 429px;
    width: 29.0vw;
    margin: 0 auto;
    margin-top: 1.667vw;
}

.next-btn-wrapper .next-button {
    width: 100%;
}

.btn-wrapper {
    padding: 8px;
}

.quote-button-mobile {
    width: 100%;
    font-size: 13px;
    /*background: transparent;*/
    letter-spacing: 2.86px;
    border: 3px solid #fff;
    font-family: 'Gotham', sans-serif;
    height: 50px;
}

.text-btn {
    font-weight: 500;
    line-height: 29px !important;
    font-size: calc(13px + 0.33vw);
    /*color: #ffffff;*/
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .flight-buttons-actions .btn-primary-form {
        font-size: calc(10px + 0.5vw);
        border: 2px solid rgb(255, 255, 255);
        letter-spacing: 1.76px;
        line-height: unset;
        width: 100%;
    }
    .next-btn-wrapper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        min-width: unset;
    }

    .next-btn-wrapper .btn-primary-form {
        font-size: calc(10px + 1vw)!important;
        border: 2px solid rgb(255, 255, 255)!important;
        letter-spacing: 1.76px!important;
        line-height: unset;
        width: 100%;
        height: 50px;
    }
}

.delete-wrapper:hover, .delete-mobile-wrapper:hover {
    background: #0e2137;
}

.delete-wrapper {
    border-radius: 0px 6px 6px 0px;
}

@media (max-width: 1023px) {
    .delete-wrapper {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(30px + 1.4vw);
        height: calc(30px + 1.4vw);
        z-index: 1;
        top: 0;
        right: 0;
        transform: translate(50%, -50%);
        border-radius: 50%;
        background-color: #d9d9d9;
        padding-top: 3px;
        padding-left: 1px;
    }
    .delete-wrapper button {
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 0;
        border: 0;
        margin: 0;
    }
}

.delete-btn {
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    background: none;
    border-radius: 0px 6px 6px 0px;
    border-left: 2px solid #d9d9d9;
    width: 5vw;
    max-height: 120px;
    height: 100%;
    color: black;
}

.delete-wrapper:hover, .delete-mobile-wrapper:hover {
    background: #0e2137;
}

.delete-wrapper:hover .delete-btn svg path, .delete-mobile-wrapper:hover .delete-btn svg path {
    fill: #fff;
}

.has-error.label-search::after,
.has-error .people-label::after {
    border-color: #ff2020;
}

.has-error .input-search::placeholder,
.has-error .placeholder,
.has-error .people-label,
.has-error.has-error-date .date-picker-btn .date-picker-btn__text,
.has-error.has-error-time .times-block .date-picker-btn__text {
    color: #ff2020;
}

/* Form step 2 */
.second-step-container {
    width: 100%;
    max-width: 55vw;
    margin: 0 auto;
    background: #fff;
    height: fit-content;
    padding-bottom: calc(10px + 4.861vw);
    border: 3px solid #dcd8cd;
    border-radius: 30px;
}

.flight-step2-form-container {
    display: flex;
    flex-direction: column;
    gap: 2.222vw;
}


.second-step-form-container .price-badge-container {
    margin-top: 0;
    padding: 0;
}

.submit-btn {
    margin: 0 auto 0 auto;
    width: fit-content;
    padding-left: 10.938vw;
    padding-right: 10.938vw;
}

.submit-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.names-input-wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 5vw;
    flex-wrap: wrap;
}

.names-input-wrapper .client-input-container {
    flex: 1;
}

.form-label {
    margin-bottom: 1.111vw;
}

.second-step-subtitle {
    color: #181818;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

@media (min-width: 1023px) {
    .input-wrapper {
        height: 114px;
        padding-bottom: 3px;
    }
}

@media (max-width: 1023px) {
    .second-step-container {
        max-width: 95vw;
    }

    .second-step-form-container {
        min-width: unset;
    }

    .flight-step2-form-container {
        width: 100%;
        gap: 5vw;
    }

    .combobox-container {
        max-width: 100px;
    }
}

@media (max-width: 768px) {
    .names-input-wrapper {
        flex-wrap: wrap;
    }

    .names-input-wrapper .client-input-container {
        flex-basis: 100%;
    }

    .second-step-subtitle {
        font-size: 15px;
        line-height: 18px;
    }

    .form-label-text {
        font-size: 17px;
    }
}

@media (max-width: 500px) {
    .second-step-container {
        max-width: 100vw;
    }

    .second-step-form-container {
        border: none;
    }

    .submit-btn-wrapper {
        justify-content: center;
    }
}

.client-input-wrapper {
    position: relative;
    box-sizing: border-box;
}

.client-input-icon {
    padding-left: 1.51vw;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-input {
    width: 100%;
    box-sizing: border-box;
    max-height: 73px;
    padding: 8px 0px;
    color: #181818;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    border-bottom: 2px solid #dcd8cd;
    height: 64px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.client-input:focus {
    outline: none;
    border-bottom: 2px solid #dcd8cd;
}

.client-input::placeholder {
    color: #8f8f8f;
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.haserror,
.haserror::placeholder {
    color: #ff5a5a;
}

.client-input.haserror {
    outline: none;
    border-bottom: 2px solid #ff5a5a;
}

.client-input input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.client-input input[type='number'] {
    -moz-appearance: textfield;
}

.client-input-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 578px) {
    .client-input,
    .code-input {
        height: 56px;
    }
}

.communication-select-container {
    position: relative;
    flex: 1;
}

.form-badge-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
    background: #ebebeb;
    transition: all 0.1s;
    background-color: transparent;
    flex: 1;
}

.form-badge-title {
    text-transform: uppercase;
    margin-bottom: 1.111vw;
    margin: 0;
}

.form-badge-input {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    border: none;
    padding: 8px 12px;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    font-size: calc(10px + 0.729vw);
    color: #181818;
    background-color: transparent;
}

.form-badge-input::placeholder {
    color: #454545;
    font-family: 'Gotham', sans-serif;
}

.form-badge-bnt-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2.031vw;
    gap: 8px;
}

.form-badge-bnt-wrapper button {
    flex-basis: 50%;
}

.fade-in-input {
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .form-bande-btn {
        padding: 5px;
    }
}

@media (max-width: 351px) {
    .form-badge-title {
        text-align: center;
    }
}

.form-badge-main-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.communication-select-btn svg path {
    fill: #dcd8cd;
}

.communication-select-btn {
    width: 100%;
    border: none;
    height: 64px;
    color: #454545;
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 0px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: transparent;
    border-bottom: 2px solid #dcd8cd;
}

.communication-select-btn > span {
    font-weight: 500;
}

.communication-select-btn.haserror .communication-not-active {
    color: #ff5a5a;
}

.communication-select-btn.haserror {
    border-bottom-color: #ff5a5a;
}

.communication-not-active {
    color: #8f8f8f;
    font-weight: 500;
    line-height: 24px;
}

.communication-active,
.communication-select-option:hover {
    color: #0e2137;
    font-weight: 500;
    letter-spacing: 2.66px;
    background: rgba(235, 235, 235, 0.3);
}

.rotate-chevrone {
    transform: rotate(180deg);
}

.communication-select-options {
    position: absolute;
    z-index: 1111;
    margin: 0;
    width: 100%;
    overflow-y: auto;
    border-radius: 16px;
    border: 4px solid #d9d9d9;
    background: #fff;
    padding: 0;
}

.communication-select-option-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #d9d9d9;
    cursor: pointer;
    position: relative;
}

.communication-select-option {
    padding: 10px;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #0e2137;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: 2.66px;
}

.communication-active {
    background: rgba(235, 235, 235, 0.3);
    color: #0e2137;
}

.communication-selected {
    color: #0e2137;
}

.second-step-container {
    width: 100%;
    max-width: 55vw;
    margin: 0 auto;
    background: #fff;
    height: fit-content;
    padding-bottom: calc(10px + 4.861vw);
}

.flight-step2-form-container {
    display: flex;
    flex-direction: column;
    gap: 2.222vw;
}

.second-step-form-container {
    background: #fff;
    padding: 2.222vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.222vw;
    border-radius: 30px;
    min-width: 668px;
}

.second-step-form-container .price-badge-container {
    margin-top: 0;
    padding: 0;
}

.submit-btn {
    margin: 0 auto 0 auto;
    width: fit-content;
    padding-left: 10.938vw;
    padding-right: 10.938vw;
}

.submit-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.names-input-wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 5vw;
    flex-wrap: wrap;
}

.names-input-wrapper .client-input-container {
    flex: 1;
}

.form-label {
    margin-bottom: 1.111vw;
}

.second-step-subtitle {
    color: #181818;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

@media (min-width: 1023px) {
    .input-wrapper {
        height: 114px;
        padding-bottom: 3px;
    }
}

@media (max-width: 1023px) {
    .second-step-container {
        max-width: 95vw;
    }

    .second-step-form-container {
        min-width: unset;
    }

    .flight-step2-form-container {
        width: 100%;
        gap: 5vw;
    }

    .combobox-container {
        max-width: 100px;
    }
}

@media (max-width: 768px) {
    .names-input-wrapper {
        flex-wrap: wrap;
    }

    .names-input-wrapper .client-input-container {
        flex-basis: 100%;
    }

    .second-step-subtitle {
        font-size: 15px;
        line-height: 18px;
    }

    .form-label-text {
        font-size: 17px;
    }
}

@media (max-width: 500px) {
    .second-step-container {
        max-width: 100vw;
    }

    .second-step-form-container {
        border: none;
    }

    .submit-btn-wrapper {
        justify-content: center;
    }
}

.btn-submit {
    outline: none;
    height: 50px;
    border-radius: 38px;
    text-align: center;
    background: #0e2137;
    border: 2px solid transparent;
    padding: 0 5px;
    font-family: 'Gotham', sans-serif;
    letter-spacing: 3.8px;
    width: 260px;
    font-weight: 500;
    font-size: calc(12px + 0.525vw);
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    white-space: nowrap;
    flex: 1;
}

.btn-submit:hover {
    background-color: #040f1b00;
    color: #0e2137;
    outline: 2px solid #000;
}

.onclick span {
    display: none;
}

.onclick {
    width: 50px;
    padding: 0;
    border-color: #bbbbbb;
    background: transparent;
    border-width: 3px;
    border-radius: 50%;
    font-size: 0;
    border-left-color: #0e2137;
    animation: rotating 1.2s 0s linear infinite;
    transition: width;
    transition-duration: 0;
    flex: initial;
}

.onclick:hover {
    outline: none;
}

.onclick:after {
    content: '';
}

.onclick:hover {
    background: white;
}

.validate {
    color: white;
    background: transparent;
    outline: 2px solid #000;
}

.error {
    color: #f44336;
    background: #fff;
    border-color: #f44336;
}

.check {
    display: inline-block;
    transform: rotate(45deg);
    height: 24px;
    width: 12px;
    border-bottom: 2px solid #0e2137;
    border-right: 2px solid #0e2137;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.layout-title {
    font-family: 'Gotham', sans-serif;
    font-size: calc(17px + 0.781vw);
    color: #0e2137;
    margin: 0 auto 0 auto;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 5.7px;
    text-transform: uppercase;
}

@media (max-width: 1023px) {
    .layout-title {
        margin-top: 35px;
        letter-spacing: 2.47px;
    }
}

.step3 .btn-primary-form {
    max-width: fit-content;
    margin: 40px auto 0;
}

.hidden {
    display: none;
}