.container_contents .section_list--container {
    min-height: auto;
    padding-bottom: 0;
}

.contacts__section .contacts__item-city {
    font-style: normal;
    font-weight: 600;
    font-size: 16px!important;
    line-height: 145%;
    color: #FFFFFF;
}

.container_contents .catalog-container {
    padding-bottom: 0;
    margin-bottom: 0;
}

.contacts-list {
    display: flex;
    flex-wrap: wrap;
}

.contacts-list .contact {
    width: 33%;
    margin-bottom: 25px;
    padding-right: 105px;
}

.contacts-list .contact > div {
    margin-bottom: 3px;
}

.contacts-list .contact .name {
    text-transform: uppercase;
    font-weight: 600;
}

.contacts-list .contact .phone a {
    color: black;
    font-weight: 500;
}

.contacts-list .contact .email a {
    color: black;
}

@media (max-width: 1310px) {
    .contacts-list .contact {
        padding-right: 50px;
    }
}

@media (max-width: 867px) {
    .contacts-list .contact {
        width: 100%;
    }
}
