.flex__wrapper__delivery{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.sity__delivery{
    border-bottom:1px solid silver;
    width: 49%;
    padding-bottom: 10px;
}
.russia__delivery{
    border-bottom:1px solid silver;
    width: 100%;
    padding-bottom: 20px;
}
.othe_city{
    border-bottom:1px solid silver;
    width: 100%;
    padding:20px 0;
}
.othe_city p{
    color: #b40006;
}
header .telephone a
{
    color:white;
}