/* -------------------------------------------------------------------------- */
body {
    font-family: 'Roboto', sans-serif;
}
body main {
    display: flex;
    justify-content: center;
}
body main > div {
    width: 100%;
    max-width: 640px;
    margin: 0 24px;
    display: flex;
    flex-direction: column;
}
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #283f9f;
    padding: 4px 0;
    color: #fff;
    font-size: 14px;
}
body main i {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
/* -------------------------------------------------------------------------- */
.cvu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    border: 1px solid #283f9f;
    border-radius: 4px;
    background: #fff;
    margin: 18px auto 12px 0;
    transition: .3s;
}
.cvu_btn:hover {
    background: #283f9f;
}
.cvu_btn img {
    margin: -2px 8px 2px 0;
    width: 32px;
}
.cvu_btn i {
    color: #eec200;
    margin: 0 8px 0 0;
}
.cvu_btn b {
    color: #283f9f;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.cvu_btn:hover b {
    color: #fff;
}
/* -------------------------------------------------------------------------- */
#s_header {
    font-size: 14px;
}
/* -------------------------------------------------------------------------- */
.res_tbl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 640px;
    margin: 24px 12px;
}
.res_tbl > div {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.res_tbl > div.vis {
    display: flex;
}
/* -------------------------------------------------------------------------- */
.res_tbl > div:first-child {
    background: #283f9f;
    order: 1;
}
.res_tbl > div:first-child > * {
    color: #fff;
    font-weight: bold !important;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    font-style: normal;
    padding: 6px 8px;
}
.res_tbl > div.h_total {
    background: #c8e6c9 !important;
    padding: 8px 0;
}
.res_tbl > div.h_total > p {
    flex: 0 0 100% !important;
    width: 100% !important;
}
/* -------------------------------------------------------------------------- */
.res_tbl > div:not(.h_line):not(.h_total) {
    order: 4;
    border-bottom: 1px solid #cfd8dc;
}
.res_tbl > div.top.top2 {
    order: 2 !important;
}
.res_tbl > div.top {
    order: 3 !important;
}
.res_tbl > div:not(:first-child):hover {
    background: #fff9c4;
}
.res_tbl > div > * {
    padding: 2px 8px;
}
.res_tbl > div.h_total {
    order: 99;
}
/* -------------------------------------------------------------------------- */
.res_tbl#obl_tbl > div > s {
    flex: 0 0 180px;
    text-decoration: none;
}
.res_tbl#obl_tbl > div > p {
    flex: 0 0 250px;
}
.res_tbl#obl_tbl > div > b {
    flex: 0 0 90px;
    font-weight: normal;
}
.res_tbl#obl_tbl > div > u {
    flex: 0 0 120px;
    text-decoration: none;
    text-align: center;
}
/* -------------------------------------------------------------------------- */
.res_tbl#city_tbl > div > p {
    flex: 0 0 420px;
}
.res_tbl#city_tbl > div > b {
    flex: 0 0 90px;
    font-weight: normal;
}
.res_tbl#city_tbl > div > u {
    flex: 0 0 120px;
    text-decoration: none;
    text-align: center;
}
/* -------------------------------------------------------------------------- */
#fltrs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#fltrs .input-field {
    display: none;
}
#fltrs .input-field#diln {
    display: block;
    flex: 0 0 240px;
    margin-right: 100%;
    margin-bottom: 0;
    height: 53px;
}
#fltrs .input-field#city {
    flex: 0 0 180px;
}
#fltrs.obl_fltr .input-field#city {
    margin-left: 32px;
}
#fltrs .input-field#street {
    flex: 0 0 180px;
}
#fltrs.cv_fltr .input-field#street {
    margin-left: 32px;
}
#fltrs .input-field#house {
    flex: 0 0 80px;
}
/* -------------------------------------------------------------------------- */
.info_cont > p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 8px 0 8px 30px;
}
.info_cont i {
    flex: 0 0 32px;
    font-size: 32px;
    color: #78909c;
    margin: 0 12px 0 0;
}
.info_cont span {
    font-size: 18px;
    line-height: 1.12;
    color: #455a64;
}
.info_cont span > b {
    color: #283f9f;
    font-weight: bold;
}
.info_cont span + i {
    margin: 0 0 0 12px;
    color: #4caf50;
}
/* -------------------------------------------------------------------------- */
.info_cont#need_region {
}
.info_cont#search_zero ,
.info_cont#need_city ,
.info_cont#need_street {
    display: none;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 709px){
    .res_tbl {
        font-family: 'Roboto Condensed', sans-serif;
    }
    .res_tbl {
        margin: 24px -24px 24px -24px;
        width: calc(100% + 48px);
        max-width: none;
    }
    .res_tbl > div:first-child > b {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        overflow: hidden;
    }
    .res_tbl > div:first-child > u {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        overflow: hidden;
    }


    .res_tbl#city_tbl > div > p {
        flex: 0 0 calc(100% - 120px);
    }
    .res_tbl#city_tbl > div > b {
        flex: 0 0 60px;
    }
    .res_tbl#city_tbl > div > u {
        flex: 0 0 60px;
    }


    .res_tbl#obl_tbl > div > s {
        flex: 0 0 100px;
    }
    .res_tbl#obl_tbl > div > p {
        flex: 0 0 calc(100% - 205px);
    }
    .res_tbl#obl_tbl > div > b {
        flex: 0 0 60px;
    }
    .res_tbl#obl_tbl > div > u {
        flex: 0 0 45px;
    }


}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 549px){
    #fltrs .input-field#city {
        margin-right: 100%;
        margin-bottom: 0px;
    }
    #fltrs .input-field#street {
        margin-left: 32px;
    }
    .info_cont#need_street i:first-child ,
    .info_cont#need_city i:first-child {
        display: none;
    }
    .info_cont span + i {
        order: 1;
        margin: 0 12px 0 0;
    }
    .info_cont span {
        order: 2;
    }
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 499px){
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 359px){
    #fltrs .input-field#street {
        flex: 0 0 150px;
    }
}
/* -------------------------------------------------------------------------- */
