.contacts-social h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contacts-social-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 50%;
}

.contacts-social-item {
}

.contacts-social-item h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contacts-social-item ul {
    display: flex;
}

.contacts-social-item li {
    margin-right: 15px;
}

.contacts-social-list .border:not(:last-of-type) {
    width: 2px;
    background-color: #9e9e9e;
}

.contacts-social-item a {
}

.contacts-social-item a:hover {
    opacity: 0.8;
}

.contacts-social-item img {
    max-height: 30px;
}

@media all and (max-width: 998px) {
    .contacts-social-item img {
        max-height: 30px;
    }

    .contacts-social-item h3 {
        font-size: 16px;
    }

    .contacts-social-list{
        max-width: 100%;
    }
}

@media all and (max-width: 768px) {
    .contacts-social {
        padding: 0 15px;
    }

    .contacts-social-item {
        margin-bottom: 30px;
    }

    .contacts-social-item img {
        max-height: 16px;
    }

    .contacts-social-item h3 {
        font-size: 12px;
    }

    .contacts-social-item li{
        margin-right: 5px;
    }
}

@media all and (max-width: 540px) {
    .contacts-social-item {
        width: 100%;
        margin-bottom: 0;
    }

    .contacts-social-item li {
        margin-right: 15px;
    }


    .contacts-social-item img {
        max-height: 25px;
    }
    .contacts-social-list .border:not(:last-of-type) {
        width: 100%;
        background-color: #9e9e9e;
        height: 1px;
        margin: 15px 0;
    }

    .contact-tab {
        font-size: 14px;
    }
}

/*
@media all and (max-width: 540px) {
    .contacts-social-item {
        width: 100%;
    }
}*/
