#order-form .full-search__container {
    padding: 0 0 50px 0;
}

#order-form label {
    color: #fff;
    font-weight: 400;
}

#order-form .error {
    font-weight: 400;
}

#order-form .items-dropdown__item label {
    color: #000;
}

#order-form span.items-dropdown__content.tour_type_item {
    display: block;
    line-height: 1.2;
    position: relative;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    padding: 10px 0 10px 30px;
}

#order-form .row-tourists__item {
    padding: 0;
}

#order-form .items-dropdown__wrapper {
    padding: 0;
}

#order-form .items-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 30;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.07);
    -webkit-transition: opacity 0.3s visibility 0.3s;
    transition: opacity 0.3s visibility 0.3s;
    min-width: 0;
}

.items-dropdown__item {
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#order-form .simplebar-content {
    padding: 0 !important;
}

#order-form input {
    margin: 0;
}

#order-form .row-placement__selected {
    padding: 0 !important;
}

#order-form [data-quantity-wrapper] {
    padding: 0 !important;
}

#order-form .form-transfer__row [data-quantity-wrapper]._icon-shuttle {
    padding: .3125rem 1.0625rem !important;
}

#order-form .form-visa__column .form-visa__input {
    width: 25%;
}

/* #order-form .daterangepicker {
    width: 200% !important;
} */

/* @media (max-width: 590px) {
    #order-form .daterangepicker {
        width: 100% !important;
    }
} */

@media (max-width: 640px) {
	#order-form .full-search__container {
		padding: 0 0 20px 0;
	}
}