.fly-block {
    position: fixed;
    z-index: 20;
    top: 20px;
    right: 0;
    color: #fff;
    border-radius: 6px;
    padding: 24px;
    font-weight: 900;
    background: #00A6FA;
    background: -moz-radial-gradient(center, #00A6FA 0%, #009be8 65%, #009be8 100%);
    background: -webkit-radial-gradient(center, #00A6FA 0%, #009be8 65%, #009be8 100%);
    background: radial-gradient(ellipse at center, #00A6FA 0%, #009be8 65%, #009be8 100%);
    min-height: 140px;
    width: inherit;
}
.not-fly {
    display: none;
    position: relative !important;
}
.fly-block .cost {
    font-size: 22px;
}
.fly-block .cost span {
    font-size: 14px;
}
.fly-block .desc {
    margin-top: 20px;
    font-size: 18px;
}
.fly-block .desc span {
    font-size: 14px;
    font-weight: 600;
}
@media only screen and (max-width: 960px) {
    .not-fly {
        display: grid;
        margin-bottom: 40px;
    }
}