#callback_modal .error, #recovery_modal .error, #change_pass_modal .error, #form .error
{
    border:1px solid red;
}

#callback_success, #pswd_change_success
{
    display:none;
}
.login_link.authorized_link
{
    text-decoration: none;
}

#login_modal .error-overall
{
    color:red;
    margin-top:5px;
    margin-bottom:5px;
}

.change_pass_text
{
    margin-top:10px;
}

#msg_popup, #error_popup
{
    width:400px;
    display:none;
}
#msg_popup .title
{
    color:green;
    text-align: center;
    font-size:18px;
}
#error_popup .title
{
    color:red;
    text-align: center;
    font-size:18px;
}
#msg_popup button, #error_popup button
{
    margin-left: auto;
    margin-right: auto;
}

.drivers_form input[type=file] {
    display: none;
}
.drivers_form input[type=file] + label {
    color: #fff;
    font-family: var(--font_family);
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    padding: 0 15px;
    cursor: pointer;
    vertical-align: top;
    white-space: nowrap;
    border: none;
    border-radius: 15px;
    background: -moz-linear-gradient( 0deg, rgb(234,65,6) 0%, rgb(176,45,62) 56%, rgb(118,25,118) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(234,65,6) 0%, rgb(176,45,62) 56%, rgb(118,25,118) 100%);
    background: -ms-linear-gradient( 0deg, rgb(234,65,6) 0%, rgb(176,45,62) 56%, rgb(118,25,118) 100%);
}

.field_address_type div
{
    float:left;
    margin-right:10px;
}

.form .field_address_type input[type=radio] + label
{
    top:-3px;
}
.transfer_rent .clear_link, .transfer_rent .del_link
{
    top:20px;
}
.field_airport, .field_train_station
{
    clear:both;
}
.form .field.address_fields
{
    margin-top:30px;
}
.form .field.address_fields .nice-select .current
{
    font-size: 18px;
    height: 45px;
    padding: 0 15px;
    padding-right: 45px;
    line-height: 45px;
}
.form .field.address_fields .nice-select.open .list
{
    margin-top:0;
}

.form input[type="radio"]:disabled + label
{
    cursor: default;
}
.form input[type="radio"]:disabled + label::before
{
    background-color: #ededed;
    cursor: default;
}
.form input:disabled
{
    background-color: #ededed;
    cursor: default;
}
.form .nice-select.disabled
{
    pointer-events: none;
}
.form .nice-select.disabled .current
{
    background-color: #ededed;
    cursor: default;
}
.form input.error
{
    border:1px solid red;
}
.form .required_field.error
{
    border:1px solid red;
}
.order_error
{
    color:red;
    font-size:18px;
}
.about
{
    z-index:2;
}
.error_msg
{
    color:red;
    display:none;
}
.big_error_msg
{
    color:red;
    display:none;
    margin-top:10px;
    font-size:18px;
}
.transfer_rent .price_list .exp {
    color: #bf2e00;
    line-height: 18px;
    margin-top: 3px;
}
.form .field.error .nice-select .current
{
    border: 1px solid red;
}

.pay_error_msg
{
    color:red;
    font-size:18px;
}

#rekv_table
{
    border-collapse: collapse;
}
#rekv_table td
{
    padding:10px;
}
#rekv_table th
{
    padding:10px;
    font-weight: 500;
}

.bolder-weight
{
    font-weight: 500;
}


.docs,
.docs .item + .item
{
    margin-top: 30px;
}


.docs .item .title
{
    color: #771975;
    font-size: 24px;
    font-weight: 700;

    cursor: pointer;
    transition: .2s linear;
}

.docs .item .title span
{
    transition: border-color .2s linear;

    border-bottom: 1px solid #c2a7c1;
}

.docs .item .title:hover,
.docs .item.active .title
{
    color: #4c4c4c;
    font-size: 40px;
}

.docs .item .title:hover span,
.docs .item.active .title span
{
    border-color: transparent;
}

.luggage_block
{
    width: 100% !important;
}
.luggage_block .tooltip {
    position: relative;
    display: inline-block;
    margin: -3px 0 -3px 3px;
    vertical-align: top;
}
.luggage_block .tooltip .icon {
    color: black;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    display: block;
    width: 15px;
    height: 15px;
    cursor: help;
    transition: .2s linear;
    text-align: center;
    border-radius: 50%;
    border: 1px solid gray;
    background: #f2f2f2;
}
.luggage_block .tooltip .text {
    color: #494949;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    z-index: 99;
    bottom: calc(100% + 45px);
    left: -12px;
    visibility: hidden;
    width: 330px;
    padding: 8px 10px;
    transition: .2s linear;
    opacity: 0;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.luggage_block .tooltip .text:before
{
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 20px;

    display: block;

    width: 24px;
    height: 16px;

    content: '';

    border-top: 8px solid white;
    border-right: 12px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid white;
}
.luggage_block .tooltip:hover .text
{
    bottom: calc(100% + 21px);

    visibility: visible;

    opacity: 1;
}
.luggage_block .label
{
    display: block;
}
.luggage_block .luggage_title
{
    margin-bottom: 10px;
}
.luggage_block .field
{
    width:50px;
}
.luggage_block input[type=number]
{
    padding-right:2px;
}
.luggage_block input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}
.address_note
{
    font-size: 12px;
    display: none;
    color: green;
}