.form_avalible_btns{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.form_avalible_btn{
    border-radius: 14px;
    cursor: pointer;
    padding: 15px;
    background: rgba(255, 255, 255, 0.07);
    border: none;
    outline: none;
}
.form_avalible_btn_text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--white);
}
.form_avalible_btn.active{
    background: var(--red);
}


.form_select_wrapper{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.girl-main {
    flex-direction: row;
    align-items: stretch;
}
.girl-card{
    flex: 0 1 630px;
}

.form-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 630px;
    width: 100%;
    flex: 1 1 49%;
}
.form-info__details{
    border-radius: 30px;
    width: 100%;
    padding: 30px 20px 20px 20px;
    background: var(--black);
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.form-info__details:last-child {
    height: 100%;
}
.form-info__title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: var(--white);
}
.form_data_wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.input-block{
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
}
.select_item{
    flex: 1 1 290px;
    position: relative;

}
.icon{
    position: absolute;
    right: 15px;
    cursor: pointer;
}
#selectedModel{
    width: 100%;
    height: 100%;
    padding: 15px;
    border: none;
    outline: none;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    color: var(--white);

}
.model-dropdown_wrapper{
    padding: 20px;
    display: none;
    position: absolute;
    background: #161616;
    border-radius: 0 0 14px 14px;
    top:45px;
    z-index: 1;
    width: 100%;
}
.model-dropdown {
    max-height: 490px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.model-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    margin-right: 22px;
    border-radius: 10px;
}
.model-dropdown-item img{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
}
.model-dropdown::-webkit-scrollbar,
.dropdown_list::-webkit-scrollbar,
.ui-timepicker-viewport::-webkit-scrollbar{
    width: 2px;
}

.model-dropdown::-webkit-scrollbar-thumb,
.dropdown_list::-webkit-scrollbar-thumb,
.ui-timepicker-viewport::-webkit-scrollbar-thumb{
    background-color: var(--red);
    border-radius: 10px;
}

.dropdown_list::-webkit-scrollbar-track,
.model-dropdown::-webkit-scrollbar-track,
.ui-timepicker-viewport::-webkit-scrollbar-track{
    background-color: transparent;
}
.model-dropdown-item span{
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    color: var(--white);
    transition: color, 0.4s ease-in-out;
}
.model-dropdown-item:hover{
    background: #444;
}



.custom_dropdown {
    position: relative;
    display: none;
}

.custom_dropdown.visible {
    display: flex;
    width: 100%;
    align-items: center;
}

.dropdown_trigger {
    background: rgba(255, 255, 255, 0.07);
    color: var(--white);
    padding: 15px;
    cursor: pointer;
    border-radius: 14px;
    height: 100%;
    width: 100%;
    user-select: none;
    font-size: 15px;
}

.dropdown_list {
    display: none;
    position: absolute;
    background: #393939;
    width: 100%;
    z-index: 10;
    top: 40px;
    border-radius: 0 0 14px 14px;
    max-height: 250px;
    overflow-y: auto;
}

.dropdown_item {
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
}

.dropdown_item:hover {
    background: #444;
}
.icon_arrow{
    position: absolute;
    right: 15px;
}

#booking-timepicker,
#booking-daterange{
    border: none;
    outline: none;
    border-radius: 14px;
    padding: 15px;
    background: var(--black);
    background: rgba(255, 255, 255, 0.07);
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    color: var(--white);
    width: 100%;
    height: 100%;

}
.form_select_wrapper input{
    cursor: pointer;
}
.form_select_wrapper input:not(:first-child){
    cursor: pointer;
}
input::placeholder{
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    color: var(--white);
}
.ui-timepicker-container,
.ui-timepicker{
    background-color: #393939 !important;
    border: none !important;
    outline: none !important;

}
.ui-corner-all{
    color: var(--white) !important;
}
.ui-state-hover{
    background-color: #444 !important;
    border: none !important;
    outline: none !important;
}

.form_contact_wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}
.form_group_items{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.form_group_item{
    flex: 1 1 49%;
}

.form_contact_item.text_container{
    height: 100%;
}
.form_contact_item input,
.form_group_item input{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    border: none;
    outline: none;
    padding: 15px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    color: var(--white);

}
.form_contact_item textarea::placeholder,
.form_contact_item input::placeholder,
.form_group_item input::placeholder{
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    color: var(--white);
    opacity: 0.24;
}
.form_contact_item textarea{
    width: 100%;
    border-radius: 14px;
    border: none;
    background: rgba(255, 255, 255, 0.07);
    outline: none;
    padding: 15px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 15px;
    color: var(--white);
    height: 100%;
    resize: vertical; 

}
.submit_btn{
    border-radius: 14px;
    padding: 19px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--red); 
    width: max-content;
    margin: 10px auto 0 auto;
}
.submit_btn_text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: var(--white);
}

.booking__list li{
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 200%;
    color: var(--black);
}

.has-error{
    border: 1px solid var(--red) !important;
}
.has-error::placeholder{
    color: var(--red) !important;
    opacity: 1 !important;
}

.dropdown_trigger.has-error {
    border-radius: 14px;
    border: 1px solid var(--red) !important;
    color:var(--red);
}

.booking__list {
    display: flex;
    flex-direction: column;
    padding: 0px 20px 70px 20px;
    gap: 20px;
}
.booking__list li {
    display: list-item;
}

.booking__item ul{
    margin-left: 50px !important;
}

.booking__title, .booking__main-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 44px;
    line-height: 166%;
    text-align: center;
    color: var(--black);
    margin-bottom: 10px;
}

.booking__subtitle, .booking__main-subtitle {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 200%;
    color: var(--black);
}

.booking__link-modefied {
    color: var(--red);
    text-decoration: none;
}


@media (max-width: 1310px) {
    .girl-main {
        padding: 20px;
    }
    .booking__title {
        font-size: 38px;
    }
    .form-info{
        gap: 10px;
    }
    .form-info__details {
        border-radius: 20px;
        padding: 30px 10px 10px 10px;
    }
    .select_item {
        flex: 1 1 225px;
    }
    .girl-card {
        margin-bottom: 0px !important;
    }
    .girl-card__image-wrapper,
    .girl-card__main-image{
        height: 100%;
    }
}
@media (max-width: 944px) {
    .girl-main{
        flex-direction: column;
        align-items: center;
    }
    .booking__title {
        font-size: 28px;
        line-height: 154%;
    }
    .booking__list {
        row-gap: 30px;
        padding: 40px 20px 50px 20px;
    }
    .girl-card {
        flex: none;
        height: 830px;
    }
    .select_item {
        flex: 0 0 290px;
    }
    .form-info {
        max-width: 730px;
        width: 100%;
        flex: 1 1 100%;
    }
    .form_select_wrapper {
        justify-content: center;
    }
    .form-info__details {
        padding: 30px 10px;
    }
    .form_contact_wrapper{
        max-width: 590px;
        width: 100%;
        margin: 0 auto;
    }
    .form_contact_item textarea {
        height: 225px;
    }
}
@media (max-width: 664px) {
    .girl-card {
        max-width: 290px;
         width: 100%;
         margin: 0 auto;
        height: 500px;
    }
    .select_item {
        flex: 1 1 290px;
    }
}
@media (max-width: 565px) {
    .girl-card__image-wrapper, .girl-card__main-image {
        height: 380px;
    }
    .form-info__details{
        gap: 15px;
        padding: 30px 10px 10px 10px;
    }
    .girl-main {
        gap: 10px;
    }
    .submit_btn{
        margin: 0;
        width: 100%;
    }
    .booking__list {
        row-gap: 30px;
        padding: 20px 0 40px 0;
    }
    .booking__main-title {
        font-size: 24px;
        line-height: 158%;
    }
    .booking__title {
        font-size: 28px;
        line-height: 154%;
    }
    .booking__subtitle, .booking__main-subtitle {
        font-size: 15px;
        line-height: 160%;    
    }
}