.loading-overlay {
    opacity:0.3;
}

/*.formDirections {*/
/*    width:500px;*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*    .formDirections {*/
/*        width: 100%;*/
/*    }*/
/*}*/

.suggest-dd {
    position: absolute;
    top: 100%;
    background: #ffffff;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 100;
    max-height: 450px;
    overflow-y: auto;
}

.tabs-block .tabs-bar .line {
    bottom: -1px;
    height: 2px;
    background: #e03a3a;
}

.tabs-bar .tab {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    padding: 0 0 8px 0;
    margin-right: 20px;
    color: #215f86;
}


.suggest-dd-res-i a {
    display: inline-block;
    padding: 5px 8px;
    width: 100%;
    box-sizing: border-box;
}

.suggest-dd-res-i a:hover {
    background-color: #f1f9ff;
}

.who-travels__no-ava {
    width: 60px;
    height: 60px;
}

.widget-multiselect-title {
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
}

.who-travels__no-ava:after {
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 20px;
    left: 0;
    padding-top: 0;
    font-size: 40px;
    background-size: 25px;
    content: '\f007'
}

.who-travels__d-ib.middle {
    width: 350px;
}

@media screen and (max-width: 1023px) {
    .left-menu-1023__top.fixed-active {
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 1023px) {
    .tabs-bar:not(.tabs-bar--no-adaptive) .tab, .tabs-bar:not(.tabs-bar--no-adaptive) .lsfw-tab {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: normal;
        display: block;
        position: relative;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 44px;
    }
}

@media screen and (max-width: 625px) {
    #connections .www-empty__tbl .bth__row {
        display: block;
    }

    #connections .www-empty__tbl .bth__cell {
        display: block;
        width:100%;
    }
}