
.page-internet {
    display: inline-block
}

.page-internet .title {
    font-weight: 100;
    font-size: 2em;
    text-transform: uppercase
}

span.clarification {
    font-style: italic;
    font-weight: 100;
}

.support-checklist li {
    margin: 0.5em 0;
}

.remote-help {
    border: 2px solid #ff7474;
    padding: 1em;
    border-radius: 5px;
    float: right;
    color: #af2020;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 3em;
}

.remote-help img {
    float: left;
    margin-right: 1em;
}

.remote-help:hover {
    background-color: #ffe5e5;
}

table.messengers-table {
    width: 100%;
}

table.messengers-table td {
    text-align: center;
}

.buttonIcon {
    box-shadow: inset 0 1px 0 0 #bee2f9;
    background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
    background-color: #63b8ee;
    border-radius: 6px;
    border: 1px solid #3866a3;
    cursor: pointer;
    color: white;
    font-size: 17px;
    width: fit-content;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 6px 20px 6px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #7cacde;
}

.buttonIcon:hover {
    background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
    background-color: #468ccf;
}

.buttonIcon:active {
    position: relative;
    top: 1px;
}

.buttonIcon img {
    margin-right: 5px;
}

.cocial_img {
    width: 100px;
}


@media screen and (max-width: 800px) {
    .qr_social_img {
        display: none;
    }

    .cocial_img {
        width: 50px;
    }
}

@media screen and (max-width: 770px) {
    .remote-help {
        display: none;
    }
}

.messenger-icon {
    width: 100px;
    height: 100px;
}

.messenger-link {
    text-decoration: none;
    color: black;
}


@media screen and (max-width: 380px) {
    .messenger-icon {
        width: 60px;
        height: 60px;
    }

    .messenger-link {
        font-size: 0.8em;
    }
}

