.b-container{
    display: flex;
    justify-content: space-between;
}
.header__language-list .header__language{
    font-size: 20px;
    color: black;
    text-decoration: none;
    margin: 0;
}
.header__language-list .header__language:first-child{
    border-right: 0.5px solid;
    padding-right: 5px;
}
.header__language-list .header__language:last-child{
    border-left: 0.5px solid;
    padding-left: 5px;
}
.b-footer-social__link .telegramm{
    background: url("images/tg-ico.svg");
}
.b-footer-social__link .youtube{
    background: url("images/yt-ico.svg");
}
.b-footer-social__link .dzen{
    background: url("images/dzen-ico.svg");
}
.top_atention div p{
    padding-right: 20px;
}
.top_atention div p:last-of-type{
    padding-right: 0;
}
.top_atention-item a{
    color: #e9e9e9;
}
@media screen and (max-width:440px) {
    .top_atention div p{
        padding-right: 0;
    }
}
/* добавленные стили */
.container-xxl tr td{
    padding: 5px;
    /* 	border-bottom: thin dashed #e9e9e9; */
    /* 	border-right: thin dashed #e9e9e9; */
    border: none;
    min-width: 150px;
}
.container-xxl tr td a {
    text-decoration: none;
    font-weight: bold;
}
.container-xxl tr td:first-of-type{
    padding-left: 0;
}
.container-xxl tr td:last-of-type{
    padding-right: 0;
    border-right: none;
}
.container-xxl tr:last-of-type td{
    border-bottom: none;
}
