.compare-top {
    margin-top: 22px;
}
.switcher a {
    cursor: pointer;
}
.search-btns {
    border-radius: 10px;
    overflow: hidden;
}
.direction-switch {
    display: flex;
    cursor: pointer;
}
.timing-item {
    cursor: pointer;
}
.timing-item.active,
.timing-item.empty {
    pointer-events: none;
}

.request-col {
    flex: 1;
}
.fm-way__title-text span {
    height: 16px;
}
.search-row {
    overflow: hidden;
}

.fm-aviacompany__toggle {
    display: block;
}

.isFetching {
    position: relative;
}
.isFetching:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.5);
    z-index: 5;
}

.bag-tabs a {
    margin-left: 0;
}
.bag-tabs a.active,
.bag-swither a.active {
    cursor: default;
}

.profile-input.error input {
    border: 1px solid red;
}

.profile-form__btn.flex-row {
    display: flex;
    flex-direction: row;
}
.profile-form__btn.flex-row .button {
    padding: 0;
}

.passenger-form__file {
    cursor: pointer;
}
.profile-logo__img img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

/*.flight-planes {*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

.fm-title {
    overflow: hidden;
    text-overflow: ellipsis;
}

.drop:hover .drop-link:after {
    -webkit-transform: none;
    transform: none;
}

.drop-link.active:after,
.drop:hover .drop-link.active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.fm-sheme img {
    width: 140px;
    height: 100px;
    object-fit: contain;
    object-position: top;
}

.push-item .noty-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.loaderContainer {
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10 !important;
    background: rgba(255,255,255,.5);
    align-items: center;
    display: flex;
    justify-content: center;
}

.m-s8-slider .swiper-slide img {
    object-fit: cover;
}

.noti-count {
    width: auto;
    min-width: 18px;
    padding: 0 5px;
    border-radius: 9px;
}
