.kontakts__text {
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center;
}

.kontakts__text .link-social {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 12px;
    fill: rgba(0, 0, 0, 0.2);
    -webkit-transition: fill 0.3s ease; 
    -moz-transition: fill 0.3s ease; 
    -o-transition: fill 0.3s ease; 
    transition: fill 0.3s ease;
}

.kontakts__text .link-social:hover {
    fill: rgba(0, 0, 0, 1);
}

.kontakts__item {
    margin-top: 40px;
}
.kontakts__list {
    margin-top: -40px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}
.kontakts-object__title {
    color: #727272;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 12px;
    display: block;
}
.kontakts__phone {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 5px;
}
.kontakts__phone .link-phone {
    color: black;
    text-decoration: none;
    display: block;
    min-height: 20px;
    font-size: 16px;
}
.kontakts__phone .link-phone:hover {
    color: #257373;
}

.kontakts__phone .link-whatsapp svg {
    fill: #bababa;
    width: 30px;
    height: 30px;
}