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

    body {
        background-size: cover;
    }

    .top {
        margin: 0 0 82px;
    }

    .top-content {
        flex-direction: column;
    }

    .top-price-wrap {
        order: 2;
        background: #1D1A1E;
        border-radius: 15px;
        padding: 10px;
        width: 850px;
        margin-top: 90px;
    }

    .top-price {
        width: auto;
        height: auto;
        background: none;
        display: flex;
        justify-content: center;
        padding: 50px 0px;
        border-radius: 15px;
        border: 1px solid rgba(255,255,255,0.2);
    }

    .top-price > div {
        width: 33.33%;
        border-right: 1px solid rgba(255,255,255,0.2);
    }

    .top-price > div:last-child {
        border-right: none;
    }

    .top-price-e {
        height: auto !important;
        padding-top: 90px !important;
        background-position: center 0 !important;
    }

    .top-info {
        padding-left: 0;
    }

    .top-info-title {
        max-width: 100%;
    }

    .top-info-title .income-line {
        white-space: normal;
    }
}

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

    .wrapper-in {
        width: 1024px;
        padding: 0 10px;
    }

    .terminal-info-bot .terminal-info-e {
        width: 220px;
    }

    .terminal-video-e {
        width: 32%;
    }

    .terminal-video-e-over img {
        width: 90px;
    }

    .franshiza-bot-e {
        width: calc(50% - 5px);
    }

    .franshiza-bot-e-in {
        width: auto;
    }

    .proba-form-wrap {
        padding-left: 578px;
    }

    .fr-side-pic-book {
        left: 8px;
        width: 220px;
    }

    .fr-side-pic-men {
        left: 230px;
        width: 120px;
    }

    .reason-men {
        top: 195px;
        left: 320px;
    }

    .reason-info-e-text {
        padding-left: 30px;
    }

    .tarif-info {
        flex-wrap: wrap;
        margin: 53px 30px 0;
    }

    .tarif-info-e {
        width: calc(50% - 20px);
    }

    .tarif-info-e.e1, .tarif-info-e.e2 {
        margin-bottom: 50px;
    }

    .tarif-info-e-in {
        width: auto;
    }

    .popup-terminal-info {
        width: 1024px;
    }

    .popup-terminal-info-e {
        width: 300px;
    }

}
