.map_text{
    padding-bottom: 49px;
}
.new_dealer {
    display: flex;
    background-color: #F4F9FF;
    border: 1px solid #334374;
    padding: 48px 98px;
    justify-content: space-between;
    margin: 48px 0 104px 0;
}
.new_dealer .ico{
    display: block;
    width: 64px;
    height: 64px;
    background-image: url("../images/new_dilers.svg");
}
.new_dealer .name{
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #334374;
    flex: 1 1 auto;
    padding-left: 58px;
}
.new_dealer .btns{
    display: flex;
    align-items: center;
}

.s_country .common_select .common_select-link{
    padding: 14px 20px;
    border: 1px solid #334374;
    background: #fff;

    height: unset;

}
.s_country .common_select .common_select-link .ik_select_link_text {
    color: #333;
    height: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
.s_country .common_select .common_select-link .trigger{
    border-left: none;
    width: 32px;
    height: 100%;
    display: flex;
    align-items: center;
}
.s_country .common_select .common_select-link:hover .trigger, .s_country .common_select .common_select-link.opened .trigger {
    background: transparent;
}
.s_country .common_select .common_select-link .trigger:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid #334374;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: none;
    padding: 0;
    margin-top: -6px;
}

.under_map_block{
    display: flex;
    padding-bottom: 29px;
}
.under_map_block .s_country{
    width: 312px;
}
.cont_block{
    display: flex;
    padding-left: 62px;
}
.cont_block > div{
    padding-right: 80px;
    display: flex;
    flex-direction: column;
}
.cont_block .dark_table{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
    padding-bottom: 6px;
}
.cont_block .data{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #919191;
}
.cont_block .data a, .cont_block .data a b{
    color: #334374;
}
.city_search_label{
    position: relative;
    display: block;
    margin-bottom: 0;
}
.city_search_label .clear{
    position: absolute;
    display: none;
    width: 20px;
    height: 20px;
    background-image: url("../images/map_search_clear.svg");
    background-repeat: no-repeat;
    right: 24px;
    top: 15px;
    cursor: pointer;
}
.city_search_label .clear.active{
    display: block;
}
input[type="text"].city_search{
    background-color: #F6F6F6;
    border-bottom: 1px solid #D2DBE5;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #919191;
    padding-left: 56px;
    background-image: url("../images/search.svg");
    background-repeat: no-repeat;
    background-position: 25px 15px;
    padding-top: 14px;
    padding-bottom: 13px;
}

.item_hide{
    border-bottom: 1px solid #D2DBE5;
}
.item_hide .item_city{
    padding: 15px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    cursor: pointer;
    position: relative;
}
.item_hide .item_city:hover{
    color: #334374;
    transition: 300ms;
}
.item_hide .item_city:hover::before{
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #334374;
    left: 0;
    top: 0;
    transition: 300ms;
}
.item_hide .item_city::after{
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    background-image: url("../images/city_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 14px;
    top: 24px;
    transition: 300ms;
}
.item_hide.active .item_city{
    background-color: #334374;
    color: #FFFFFF;
}
.item_hide.active .item_city::after{
    transform: rotate(180deg);
    transition: 300ms;
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(958%) hue-rotate(174deg) brightness(119%) contrast(100%);
}
.item_hide .item{
    display: none;
}
.item_hide.active .item{
    display: block;
}
.with_title .block_container .items .item_hide .item {
    padding: 15px 16px;
}
.item_hide .title {
    padding-bottom: 12px;
}
.item_hide .value{
    position: relative;
    padding-bottom: 6px;
}
.item_hide .mail:before{
    content: "";
    display: inline-block;
    background-image: url("../images/mail.svg");
    width: 16px;
    height: 18px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.item_hide .www:before{
    content: "";
    display: inline-block;
    background-image: url("../images/www.svg");
    width: 16px;
    height: 17px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.item_hide .to_map{
    color: #334374;
}
.item_hide .to_map:before{
    content: "";
    display: inline-block;
    background-image: url("../images/map.svg");
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.item_hide .to_map:after{
    content: "";
    display: inline-block;
    background-image: url("../images/map_arrow.svg");
    width: 16px;
    height: 19px;
    margin-left: 4px;
    position: relative;
    top: 2px;
}
.agent_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #B13843;

}
.dn_s, .dn_c{
    display: none !important;
}
.search_empty{
    padding: 16px;
    display: none;
}
.search_empty .name{
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 12px;
}
.search_empty .txt{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4C4C4C;
    padding-bottom: 24px;
}
.s_empty .search_empty{
    display: block;
}
.s_empty input[type="text"].city_search{
    background-color: #FFF5F4;
    background-image: url("../images/search_r.svg");
}

@media (max-width:850px){
    .map_text {
        padding-bottom: 24px;
        font-size: 14px;
        line-height: 140%;
    }
    .under_map_block {
        flex-direction: column-reverse;
    }
    .cont_block {
        padding-left: 0;
        flex-direction: column;
    }
    .cont_block > div {
        padding-right: 0;
        padding-bottom: 24px;
    }
    .under_map_block .s_country {
        width: 100%;
    }
    .new_dealer {
        padding: 24px;
        flex-wrap: wrap;
    }
    .new_dealer .name{
        order: 1;
        flex: 1 1 calc(100% - 60px);
        padding-left: 0;
        align-items: baseline;
        padding-bottom: 24px;
    }
    .new_dealer .ico{
        order: 2;
        width: 44px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 16px;
    }
    .new_dealer .btns{
        order: 3;
        width: 100%;
    }
    .new_dealer .btn.btn-default {
        width: 100%;
    }
}