table:before {
display: none !important;
}

.logo {
    margin: 0px;
}
.logo--contacts {
    font-size: 14px;
    margin: 0 0 45px 0;
}
.logo {
    font-size: 14px;
}

.logo--contacts .logo__title a {
    font-size: 26px;
    color: #000;
    font-weight: 900;
}

.middle, .btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex, .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.container {
    width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}

.contacts-container_new {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contacts__info_new {
    width: 100%;
    padding: 40px 20px;
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 31px 0 rgba(47,58,81,.17);
    box-shadow: 0 0 31px 0 rgba(47,58,81,.17);
    position: relative;
    z-index: 1;
}

.contacts-item_right_new {
    width: 70%;
    position: relative;
}

.contacts__title {
    color: #2264af;
    font-size: 14px;
}

.phone {
    font-size: 22px;
    font-weight: 700;
}

.contacts__list p {
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
}

.contacts__list p a {
    text-decoration: none;
    color: #000;
}

.contacts__list p span {
    font-weight: 700;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table a {
    color: #000;
}

.content table {
    box-shadow: 0px 17px 34px rgba(32, 94, 139, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.content table tr:first-child td {
    color: #fff;
}

.content table tr:first-child {
    background-color: #BC2424;
}

.content table tr:not(:first-child):nth-child(odd) {
    background-color: #F9F9F9;
}

.content table tr td {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 20px;
    vertical-align: middle;
}




@media (max-width: 1200px) {
.container {
    width: 100%;
}
.contacts-container_new {
    flex-wrap: wrap;
}

.logo {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.flex, .btn {
    flex-wrap: wrap;
    align-items: center;
}

.contacts-item_right_new {
    width: 100%;
}


.contacts-table {
    display: block;
}
.contacts-table tbody {
    display: flex;
    flex-wrap: wrap;
}
.contacts-table tbody tr {
    display: flex;
    flex-wrap: wrap;
}
.contacts-table tbody tr td {
    width: 45%;
}



}


