﻿
.mobile.interstitiel.modal {
    padding: 0px;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    z-index: 2000;
}

    .mobile.interstitiel.modal img {
        width: 100%;
    }

    .mobile.interstitiel.modal .modal-body {
        padding: 0px;
    }

    .mobile.interstitiel.modal .btn-close{
        z-index: 1;
        font-size: 2rem;
    }

.maxget .mobile {
    display: block;
    max-width: 100%;
    justify-content: center;
    text-align: center;
}

    .maxget .mobile img,
    .maxget .mobile .pub_label {
        max-width: 480px;
        width: 100%
    }


.maxget .desktop img,
.maxget .desktop .pub_label {
    display: block;
    margin: auto;
    /*width: 100%*/
}

@media screen and (max-width: 650px) {
    .maxget .desktop {
        display: none;
    }

    /*.pub {
        margin-bottom: 1.5rem;
    }*/


}


@media screen and (min-width: 650px) {
    .maxget .desktop {
        display: block;
    }

    .maxget .mobile {
        display: none;
    }

    .block_review ul,
    .block__top-internet-users ol {
        padding-left: 5px;
    }
}
