@font-face {
    font-family: Gilroy-ExtraBold;
    src: url("../fonts/Gilroy-ExtraBold.otf") format("opentype");
}
@font-face {
    font-family: Gilroy-Light;
    src: url("../fonts/Gilroy-Light.otf") format("opentype");
}

.modal-blocked {
    position: fixed;
    max-width: 795px;
    width: 795px;
    height: 580px;
    background-image: url("../img/popup-back.png");
    background-color: #F5F5F5;
    /* background-size: cover; */
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 61px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 4px 64px rgba(44, 66, 255, 0.3);
    box-shadow: 0 4px 64px rgba(44, 66, 255, 0.3);
    z-index: 9999;
    /* position: absolute; */
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);


}

.popup-blocked__close {
    position: absolute;
    top: 35px;
    right: 27px;
    background-image: url("../img/close-blocked.png");
    width: 17px;
    min-width: 17px;
    height: 17px;
    min-height: 17px;
    cursor: pointer;
}

.modal-blocked__title {
    color: #545454;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px; 
    font-family: 'Gilroy-ExtraBold';
}

.modal-blocked__text {
    font-family: 'Gilroy-Light';
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    width: 670px;
    height: 277px; 
    margin: 20px auto;
}

.modal-blocked__list {
    margin-left: 30px;
}

.modal-blocked__list li {
    margin: 25px 0px;
}

.modal-blocked__icons {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.modal-blocked__icons img {
    width: 50px;
    height: 50px;
    margin: 0px 7px;
}

.modal-blocked__tel {
    display: flex;
    justify-content: center;
    font-family: 'Gilroy-Light';
    line-height: 30px;
    font-size: 22px;
}

.modal-blocked__tel a {
    color: #2061E6;
    text-decoration: none;
    font-family: 'Gilroy-ExtraBold';
    font-size: 24px;
    margin-left: 8px;
}

.text-mobile {
    display: none;
}

.hide-pseudo-element:after {
    content: none;
}

@media (max-width: 800px) {
    .popup-blocked__close {
        top: 22px;
        right: 22px;
        background-image: url("../img/close-blocked-mobile.png");
        width: 22px;
        min-width: 22px;
        height: 22px;
        min-height: 22px;
    }

    .modal-blocked {
        background-position: center center;
        position: fixed;
        max-width: 370px;
        width: 370px;
        height: 723px;
        background-color: #F5F5F5;
        padding: 57px 50px 60px 50px;
    }
    .modal-blocked__title {
        width: 284px;
        height: 105px;
        font-size: 30px;
        line-height: 34px; 
    }
    
    .modal-blocked__text {
        font-family: 'Gilroy-Light';
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        width: 263px;
        height: 303px; 
        margin: 20px auto 30px;
    }
    
    .modal-blocked__list {
        margin-left: 20px;
    }
    
    .modal-blocked__list li {
        margin: 20px 0px;
    }
    
    .modal-blocked__icons {
        margin: 0px auto 30px;
        width: 260px;
    }
    
    .modal-blocked__icons img {
        width: 62px;
        height: 62px;
        margin: 0px 11px;
    }
    



    .--mobil-check-margin {
        margin-top: 15px;
    }

    .--mobile-margin {
        margin-top: 18px;
    }

    .modal-blocked__tel {
        flex-direction: column;
        align-items: center;
        line-height: 22px;
        font-size: 16px;
    }

    .modal-blocked__tel a {
        margin-top: 5px;
        line-height: 22px;
        font-size: 22px;
    }

    .modal-blocked__tel span {
        width: 270px;
        text-align: center;
    }

    .text-desktop {
        display: none;
    }

    .text-mobile {
        display: block;
    }
}
