.grafic__wrap {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 50px;
    padding-left: 0px;
}

.grafic__title {
    font-weight: 400;
    margin-bottom: 8px;
}

.social__icon {
    border-top-left-radius: 3px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 10px;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    position: relative;
}

.social__icon-vk {
    background-color: #527fbb;
}

.social__icon-ws {
    background-color: #01b35b;
}

.social__icon-tg {
    background-color: #28a3e2;
}

.social__icon-max {
    background-color: #042ae9;
}

.contact-list__phone a {
    font-weight: 400;
    font-size: 16px;
}

.contact-list__email a {
    color: #000000;
    font-size: 16px;
}

.contact-list__addr {
    font-size: 16px;
}

.vk-icon {
    background-image: url(../images/vk.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.whatsapp-icon {
    background-image: url(../images/ws.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tg-icon {
    background-image: url(../images/tg.png);
    background-size: 35px;
    background-repeat: no-repeat;
    position: absolute;
    left: 2%;
    top: 8%;
    width: 100%;
    height: 100%;
}

.max-icon {
    background-image: url(../images/max.png);
    background-size: 28px;
    background-repeat: no-repeat;
    position: absolute;
    left: 16%;
    top: 14%;
    width: 100%;
    height: 100%;
}

.contact-area__sotial {
    justify-content: center;
    gap: 10px;
}

.question__btn-wrap {
    margin-top: 35px;
    text-align: center;
}

.question__btn-wrap a {
    margin-bottom: 20px;
}

@media (min-width: 687px) {
    .grafic__wrap { {
        font-size: 21px;
    }
    
    .contact-list__phone a {
        font-size: 21px;
    }
    
    .contact-list__email a {
        font-size: 21px;
    }
    
    .contact-list__addr {
        font-size: 21px;
    }
}

