body, html {
    padding: 0;
    margin: 0;
    width: 100%;
}

.popular-flights-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.popular-flights {

    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-left: -8px;
    margin-right: -8px;
}

.popular-flights__flight-container {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px;
    display: block;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.popular-flights__flight-container:hover .flight-card__background-shadow {
    opacity: .35;
}

.popular-flights__flight-card {
    box-sizing: border-box;
    width: 100%;
    height: 194px;
    margin: 0 0 16px;
}

.flight-card__background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.flight-card__link {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
}

.flight-card__info {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
}

.aj4CJ {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flight-card__background-shadow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .25;
    background-color: #000;
    transition: opacity .2s;
}

#add-flights {
    position: relative;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .2s;
    box-sizing: border-box;
    border: 1px solid #01abfb;
    height: 48px;
    padding: 0 16px;
    font-size: 16px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    border-color: rgba(33, 33, 33, .2);
    color: #212121;
    width: 100%;
    display: block;

}

.flight-card__background-shadow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .25;
    background-color: #000;
    transition: opacity .2s;
}

.aj4CJ {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flight-card__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font: normal 13px/16px Roboto, arial, sans-serif;
}

.flight-card__info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 96px;
    background-image: linear-gradient(180deg, rgba(33, 33, 33, 0), #212121);
}

.flight-card__destination {
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}

.flight-card__dates {
    height: 16px;
    opacity: .65;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    margin-top: 4px;
}

.flight-card__details {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.CfZOQ {
    font-size: 21px;
    line-height: 20px;
    text-align: right;
    color: #fff;
    margin-top: 4px;
}

.flight-card__direction {
    margin-top: 4px;
    height: 16px;
    opacity: .65;
    color: #fff;
    white-space: nowrap;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
}

.popular-flights-title {

}

@media only screen and (max-width: 1127px) {

    .popular-flights__flight-container {
        display: block;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}


@media only screen and (max-width: 767px) {
    .popular-flights__flight-container {
        display: block;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.loading-container {
    box-sizing: border-box;
    width: 100%;
    height: 194px;
    margin: 0 0 16px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #c6dee3;
}

.loading-image {
    display: block;
    margin: 0 auto;
    padding-top: 65px;
}