.modal-fly_data .modal-header {
    background-color: #05729b;
}

.modal-fly_data h3 {
    color: #05729b;
}

.modal-fly_data .fly-data-item {
    display: grid;
    grid-template-columns: 3fr 1.5fr 2fr;
    grid-gap: 25px;
    margin-bottom: 10px;
}

.modal-fly_data .fly-data-item > div {
    min-width: 100px;
}

.modal-fly_data .has-icon.date:before {
    background: url(../../img/search/ico-date.png) center no-repeat;
}

.modal-fly_data .has-icon.route:before {
    background: url(../../img/search/ico-plane.png) center no-repeat;
}

.modal-fly_data .has-icon.time:before {
    background: url(../../img/search/ico-time.png) center no-repeat;
}

.modal-fly_data .has-icon {
    display: flex;
}

.modal-fly_data .has-icon:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: block;
    min-width: 20px;
}

.modal-fly_data .scroll-list {
    margin-bottom: 20px;
}

.modal-fly_data .scroll-list:not(:last-child) {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
}
