.all_item_news {
    margin-bottom: 20px;
}

/*nneeww*/
.dropdown-city:before {
    top: -20px;
    border-color: transparent transparent #ddd;
}
.dropdown-city:before {
    content: "\A";
    border-style: solid;
    border-width: 10px 15px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
}
.dropdown-city {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.4);
    box-shadow: 0 0 0 0 rgba(0,0,0,.4);
    position: absolute;
    top: 100%;
    margin-top: 15px;
    left: -70px;
    background-color: #FFF;
    z-index: 1001;
    padding: 30px;
    border: 1px solid #ddd;
    width: 300px;
    color: #000;
    height: auto;
    line-height: normal;
}
.dropdown-city p {
    font-size: 15px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 20px;
}
.dropdown-city .button-red {
    border: 0;
    background-color: #f7941d;
    -webkit-box-shadow: 0 7px 15px 0 rgba(244,32,87,.2);
    -moz-box-shadow: 0 7px 15px 0 rgba(244,32,87,.2);
    box-shadow: 0 7px 15px 0 rgba(244,32,87,.2);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
.dropdown-city .button-red {
    outline: 0;
    display: inline-block;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.dropdown-city .button-blue, .rsp.button-blue {
    border: 0;
    background-color: #da262f;
    -webkit-box-shadow: 0 7px 15px 0 rgba(32,172,244,.2);
    -moz-box-shadow: 0 7px 15px 0 rgba(32,172,244,.2);
    box-shadow: 0 7px 15px 0 rgba(32,172,244,.2);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.dropdown-city .button-blue, .rsp.button-blue {
    outline: 0;
    display: inline-block;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    margin-left: 15px;
    -moz-appearance: none;
}
.dropdown-city a:not([href]):not([tabindex]){
    color: #fff;
}
.button-blue.rsp {
    display: block;
    max-width: 260px;
}
.dorpdown-city-bg{
    position: fixed;
    background: #0009;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
@media screen and (max-width: 767px) {
    .about.border_block.text_block p em a img {
        width: 100% !important;
        height: auto !important;
    }
    section.b_margin.about_block .reg_filds table {
        width: 100%;
        margin: 0 !important;
    }
    section.b_margin.about_block .reg_filds table tbody tr td {
        display: block;
        text-align: center;
        padding-right: 0 !important;
    }
    .tabs_box .tabs_body .tabs_content.active table {
        width: 100% !important;
    }
    .tabs_box .tabs_body .tabs_content.active table tr td {
        display: block;
        width: auto !important;
    }
    .one_news .text_news input[type="image"] {
        width: 100% !important;
        height: auto !important;
        float: none !important;
    }
    .one_news .text_news img {
        width: 100% !important;
        height: auto !important;
    }
    .one_news .text_news table {
        width: 100% !important;
    }
}

/*New-footer*/
.main-footer {
    display: flex;
}
.main-footer > div {
    flex: 1 1 25%;
}

