<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media (max-width: 767px) {
    table.tarifs_form td{
        display: block;
    }
    .fm_width h3{
        font-size: 19px;
        text-align: center;
    }
    .fm_width .btn-primary{
        white-space: normal;
        max-width: 100%;
    }
    .blue_step_2 {
        border-left: none;
        border-right: none;
        border-top: 1px dashed white;
        border-bottom: 1px dashed white;
    }
    .dashed_line, .dashed_line{
        display: none;
    }
    .desktop_steps_table {
        display: none;
    }
    .light_blue_regsteps {

        display: inline-block;
    }
    .mobile_table {
        display: block;
    }
    .mob_days_block {
        margin-top: 80px;
        margin-bottom: 10px;
    }
    .time_schedule img {
        margin-top: -68px;
        position: relative;
        z-index: 1;
    }
    .mob_days_block {
        position: relative;
        z-index: 3;
    }
    .days_num {
        width: 100%;
        display: inline-block;
        font-size: 32px;
        font-weight: 400;
        padding-top: 20px;
    }
}
.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .shell{
    display: none;
}

</pre></body></html>