.desktop-block {
    display: none
}

@media (min-width:481px) {
    .desktop-block {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background: #1b1919;
        z-index: 10000;
    }
}

.desktop-block__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

.desktop-block__logo {
    width: 200px;
    zoom: 1.005;
    margin-bottom: 30px
}

.desktop-block__text {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: -.5px;
    text-align: center;
    margin-bottom: 16px
}

.desktop-block__icon-wrap {
    width: 43px;
    zoom: 1.005
}

.desktop-block__icon {
    width: 100%
}