﻿    .social-wide.without-apple-button {
        flex-wrap: nowrap;
        max-width: 700px;
    }

    .social-wide__item {
        float: left;
        text-align: center;
        width: 180px;
        min-height: 128px;
        margin: 0 5px;
    }

    .social-wide__icon {
        margin: 0 auto;
        width: 72px;
        height: 72px;
    }

    .social-wide {
    margin: 40px auto;
    justify-content: space-between;
    font-size: 1.4rem;
}


    .viber-color-button {
        background-color: #f9f0ff;
        color: #8861b2;
    }

    .viber-color-button:hover {
        background-color: #754da0;
        color: #f7f0fe;
    }

    
    .messenger-color-button {
        background-color: #edf6ff;
        color: #4c98f7;
    }
    .messenger-color-button:hover {
        background-color: #357eda;
        color: #eff6fe;
    }

    .telegram-color-button {
        background-color: #e7f7ff;
        color: #4ba4e8;
    }
    .telegram-color-button:hover {
        background-color: #3487c6;
        color: #eaf7fe;
    }

    .social-wide__button {
        font-size: 13px;
        margin-top: 8px;
        text-align: center;
        height: 40px;
        border-radius: 100px;
        line-height: 40px;
        font-weight: 700;
        transition: background-color .3s linear,color .3s linear;
        text-transform: uppercase;
        cursor: pointer;
    }

 .whatsapp-color-button {
    background-color: #d6ffde;
    color: #55CD6C;
}




 /**/
._container-flex {
    max-width: 1200px;
    padding: 0px 30px;
    margin: 25px auto 0 auto;
}

.wrap-chat-top {
    display: flex;
    margin-top: 100px;
}