.radio-block_wrapper input {
    -webkit-appearance: radio;
}

.searchFlights_wrapper .custom-input {
    background: #FFF;
    border-radius: 6px;
    margin-bottom: 10px;
}
.searchFlights_wrapper .custom-input p {
    margin-bottom: 0;
}
.searchFlights_wrapper .custom-input label {
    font-size: 1.125rem;
    font-weight: 500;
    padding-top: 10px;
}
.searchFlights_wrapper .custom-input.right-gaps {
    width: calc(50% - 5px);
    margin-right: 5px;
    z-index: 10;
}
.searchFlights_wrapper .custom-input.left-gaps {
    width: calc(50% - 5px);
    margin-left: 5px;
}
.searchFlights_wrapper .custom-input .input-item {
    margin-bottom: 0;
}
.searchFlights_wrapper .custom-input .label_img {
    display: inline-block;
    max-width: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.searchFlights_wrapper .custom-input .input-item input {
    border: none;
    height: 44px;
    padding: 0;
}

.vc_custom_1694268641981 {
    padding-top: 40px !important;
}

@media only screen and (max-width: 480px) {
    .searchFlights_wrapper .custom-input.left-gaps,
    .searchFlights_wrapper .custom-input.right-gaps {
        width: 100%;
        display: block;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .detail-content h2.default-title, .comment-text h2.default-title {
        font-size: 30px !important;
        line-height: 1.25 !important;
    }
    .main-wraper .vc_custom_1458891557741 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}