#search_container{
    clear: both;
}
#srch-toolbar{
    display: inline-flex;
    width: 100%;
    height: 50px;
    background-color: #167cac;
    color: #fff;
    clear: both;
}
#srch-toolbar .btns{
    padding: 15px 10px;
    text-align: center;
    border-right: solid 1px #fff;
    cursor: pointer;
}
#srch-toolbar .btns.dark{
    color: #fff;
    background-color: #03425F;
}
#srch-toolbar .btns-dd{
    position: relative;
    padding-right: 20px;

}
#srch-toolbar .btns-dd:after {
    content: "\f107";
    position: absolute;
    right: 7px;
    top: 18px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
#btns-srch{
    height: 100%;
    background-color: #73a219;
    margin: 0;
    vertical-align: top;
    padding: 8px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 130px;
}
#srch-sub-toolbar{
    display: inline-flex;
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
    clear: both;
    background-color: #fff;
}
#srch-sub-toolbar:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 1px;
    box-shadow: 0 0 8px rgba(0,0,0,.7);
}
#srch-sub-toolbar .title {
    display: inline-block;
    width: 1000px;
    padding: 6px;
    clear: both;
    position: relative;
}
#srch-sub-toolbar .type-switch{
    display: flex;
    width: 270px;
}
#srch-sub-toolbar .type-switch .dark, #srch-sub-toolbar .type-switch .light{
    display: inline-flex;
    width: 100%;
    padding-left: 45px;
    padding-top: 15px;
    color: #fff;
    cursor: pointer;
    background-image: url('/img/map_icons.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
#srch-sub-toolbar .type-switch .light{
    transition-duration: 1s;
    background-color: #fff;
    color: #ccc;
}
#srch-sub-toolbar .type-switch div:nth-child(1).light{
    background-position-y: -45px;
}
#srch-sub-toolbar .type-switch div:nth-child(1).light{
    background-position-y: -150px;
}
#srch-sub-toolbar .type-switch div:nth-child(1).map{
    background-position-y: -45px;
}
#srch-sub-toolbar .type-switch div:nth-child(1).list{
    background-position-y: -150px;
}
#srch-sub-toolbar .type-switch .dark{
    transition-duration: 1s;
    background-color: #fff;
    color: #7f7f7f;

}
.search-title{
    font-size: 22px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 40px;

}
#search_container > div{
    background-color: #e8e8e8;
}
.search-objects-count{
    position: absolute;
    right: 15px;
    top: 12px;
    /*color: #5e5e5e;*/
    color: #73a219;
    font-size: 18px;
    font-weight: 300;
}
.search-objects-count span{
    font-weight: 900;
}
#obt-select{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    width: 235px;
    text-align: left !important;
}
#obt-select span{
    font-weight: 500;
    padding-left: 7px;
}
#obt-select-container{
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
}
.obt-select-dd{
    position: absolute;
    z-index: 80;
    border: solid 1px #ccc;
}
.select-dd-container{
    position: absolute;
    z-index: 80;
    top:50px;
    left: -10px;
    right: -10px;
    text-align: left;
    /*overflow: hidden;*/
    display: none;
}
.select-dd-container.show{
    display: block;
}
.select-dd{
    margin: 0 10px 10px 10px;
    background-color: #fff;
    text-wrap: none;
    box-shadow: 0 1px 1px rgba(0, 0, 2, 0.53);
    overflow: hidden;
    text-align: left;
}
.select-dd li{
    display: block;
    width: 100%;
    color: #5d5d5d;
    font-size: 12px;
    font-weight: 300;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
}
.select-dd li > span{
    color: #5d5d5d;
    font-size: 10px;
    text-transform: lowercase;
    padding-left: 7px;
}

.select-dd li > span:before{
    font-family: FontAwesome;
    content: "\f178";
    padding-right: 8px;
    color: #5d5d5d;
}
.select-dd li:hover{
    color: #fff;
    background-color: #03425F;
}
.select-dd li:hover > span:before{
    color: #ddd;
}
.select-dd li:hover > span{
    color: #ddd;
    font-size: 10px;
    text-transform: lowercase;
    padding-left: 10px;
}
.select-dd-bg{
    z-index: 79;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    /*background-color: rgba(0,0,0,.8);*/
}
.select-dd-bg.show{
    display: block;
}
#location{
    width: 350px;
    text-align: left !important;
    padding-left: 15px !important;
    height: 50px;
    position: relative;
    overflow: hidden !important;
}
#location.selected{
    background-color: #fff;
}
#location input{
    padding: 0 20px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 370px;
    z-index: 80;
    /*border: solid 1px #f00;*/
}
#location i{
    position: absolute;
    font-size: 22px;
    right: 7px;
    top: 12px;
    cursor: pointer;
    color: #a00000;
    z-index: 80;
}
#location i:hover{
    color: #ce0000;
}
#location-container{
    position: relative;
}
#cost-container{
    position: relative;
}

#cost-container{
    position: relative;
    width: 305px;
}
#cost-container .fa-rub{
    margin-left: 3px;
    margin-right: 5px;
}
.cost-dd{
}
.cost-dd .help{
    display: flex;
}
.cost-dd .help ul{
    width: 100%;
}
.cost-dd .help .right ul li{
    text-align: right;
}
.cost-dd .inputs input{
    width: 100px;
    height: 25px;
    border: 1px solid #acacac;
    background-color: #ffffff;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    color: #bdbdbd;
    font-weight: 100;
    transition-duration: .5s;
}
.cost-dd .inputs input:active, .cost-dd .inputs input:focus{
    transition-duration: .5s;
    border: 1px solid #03425F;
    font-weight: 300;
    color: #5d5d5d;
}
.cost-dd .inputs .separator{
    display: inline-block;
    width: 10px;
    height: 19px;
    vertical-align: top;
    border-bottom: solid 2px #acacac;
    margin: 0 10px;
}
.cost-dd .left{
    display: inline-flex;
    width: 50%;
}
.cost-dd .right{
    display: inline-flex;
    width: 50%;
}
.cost-dd .inputs{
    display: block;
}
#type-filter-container{
    position: relative;
    transition-duration: 1s;
}
#type-filter-container .ch{
    transition-duration: 1s;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 4px;
    border: solid 1px #ccc;
    position: relative;
    vertical-align: bottom;
}
#type-filter-container .ch.active:after{
    transition-duration: 1s;
    font-family: FontAwesome;
    position: absolute;
    color: #44b758;
    content: "\f00c";
    left: -1px;
    top: -4px;
    bottom: 1px;
    right: 1px;
    border-radius: 1px;
}
/*#type-filter-container .ch.active:after{
    background-color:  #44b758;
}*/
#type-filter-container .ch.active{
    transition-duration: 1s;
    border-color:  #44b758;
}
.select-dd.size-big{
    width: 200px;
}
.adv-select > div{
    cursor: pointer;
    color: #555;
    font-weight: 300;
    margin: 3px 0;
}
.adv-select > div:hover{
    color: #222;
}
.adv-field{
    color: #fff;
    width: 140px;
    font-size: 12px;
    font-weight: 700;
}
.adv-btn{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
#location input{
    color: #222;
}


#object-list, #object-list-static{
    background-color: #e8e8e8;
    min-height: 500px;
}
.devider{
    height: 5px;
    border-bottom: solid 1px #c4c4c4;
    margin-bottom: 5px !important;
}
#advanced-form-container{}
.advanced-form-bg{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 79;
    background-color: rgba(0,0,0,.5);
    display: none;
}
.advanced-form-modal{
    position: fixed;
    width: 690px;
    left: calc(50% - 345px);
    top: 70px;
    z-index: 80;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}
.advanced-form-bg.active, .advanced-form-modal.active{
    display: inherit;
}
.advanced-form-modal-container{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 60px 10px 70px 10px;
}
.advanced-form-modal-title{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    box-shadow: 0 3px 3px rgba(0, 0, 2, 0.53);
    border-radius: 5px 5px 0 0;
    background-color: #03425F;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    padding-left: 15px;
}
.advanced-form-modal-footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65px;
    border-radius: 0 0 5px 5px;
    background-color: #a0a0a0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    clear: both;
}
.advanced-form-modal-content{
    min-height: 100px;
}
.advanced-form-modal-close{
    position: absolute;
    right: 13px;
    top:13px;
    border-radius: 5px;
    text-align: center;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    color: #03425F;
    line-height: 30px;
    cursor: pointer;
}
.advanced-form-modal-close:hover{
    color: #03425F;
}
.advanced-form-modal-close .fa-times{
    font-size: 20px;
}
.advanced-form-modal-footer .abtns{
    height: 34px;
    border-radius: 2px;
    background-color: #e8e8e8;
    color: #454545;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 10px;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.advanced-form-modal-footer .abtns:hover{
    background-color: #d7d5d5;
}
.advanced-form-modal-footer .abtns-right{
    float: right;
}
.advanced-form-modal-footer .abtns-main{
    background-color: #fff;
    color: #ccc;
}
.advanced-form-modal-footer .abtns-main:hover{
    background-color: #ccc;
    color: #222;
}
.advanced-form-modal-footer .abtns-main.active{
    background-color: #73a219;
    color: #ffffff;
}
.advanced-form-modal-footer .abtns-main.active:hover{
    background-color: #92c37c;
    color: #ffffff;
}
.t3ch-container{
    position: absolute;
    right: 20px;
    top: 140px;
    width: 240px;
    height: 50px;
}
.t3ch-container li{
    display: inline-block;
    width: 118px;
    color: #454545;
    font-size: 16px;
    font-weight: 400;
}
.t3ch-container li label{
    color: #454545;
    font-size: 15px;
    font-weight: 300;
}
#object-list .loader{
    min-height: 500px;
    text-align: center;
    padding-top: 300px;
    color: #c0bfbf;
}
#object-list .loader.danger{
    color: #920608;
    text-shadow: 0 0 1px #fff;
}
#object-list .loader i{
    position: absolute;
    left: calc(50% - 20px);
    top: 400px;
}
#object-list .loader{
    min-height: 500px;
    text-align: center;
    padding-top: 300px;
    color: #c0bfbf;
}

.search-results-pager-container{
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 10px;
    text-align: center;
}
.map-object-list-pager{
    text-align: center !important;
}
/*.search-results-pager-container ul{
    display: block;
    height: 55px;
    background-color: #fff;
    padding-left: 10px;
}*/
/*.search-results-pager-container ul li, ul.map-object-list-pager li{
    display: inline-block;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #585858;
    width: 30px;
    height: 30px;
    !*border: solid 1px #585858;*!
    text-align: center;
    margin: 3px 7px;
    line-height: 29px;
    border-radius: 15px;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.search-results-pager-container ul li:hover, ul.map-object-list-pager li:hover{
    color: #03425F;
}
.search-results-pager-container ul li.active, ul.map-object-list-pager li.active{
    margin: 12px 7px;
    color: #fff;
    background-color: #000;
}*/

.object-map{
    height: 720px;
    width: 100%;
}
.object-map .map{
    height: 100%;
    background-image: url("/img/map-bg.png");
    width:900px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.object-map .map:before{
    content: " ";
    position: absolute;

    left: 0;
    right: 0;
    top:-1px;
    height: 1px;
    box-shadow: 0 0 6px rgba(0,0,0,.7);
}
.object-map .map:after{
    content: " ";
    position: absolute;

    width: 1px;
    right: -1px;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 7px rgba(0,0,0,.7);
}
.object-map .map-object-list{
    vertical-align: top;
    height: 100%;
    width:calc(100% - 901px);
    display: inline-block;
    background-color: #fff;
}
.object-map .map-object-list .map-object-list-title{
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.object-map .map-object-list .map-object-list-title:after{
    content: " ";
    position: absolute;

    left: 0;
    right: 0;
    top:-1px;
    height: 1px;
    box-shadow: 0 0 6px rgba(0,0,0,.7);
}
.object-map .map-object-list .map-object-list-switch li{
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    padding: 7px 10px 10px 40px;
    line-height: 40px;
    background-image: url('/img/map_icons.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
.object-map .map-object-list .map-object-list-switch li:nth-child(1){
    background-color: #3162a1;
    color: #fff;
    background-position: 12px 8px;
}
.object-map .map-object-list .map-object-list-switch li:nth-child(2){
    background-color: #e2effc;
    color: #7f7f7f;
    background-position: 12px -150px;
}
.object-map .map-object-list .map-object-list-sort, .object-map .map-object-list .map-object-list-objects{
    margin-bottom: 0;
}
.object-map .map-object-list .map-object-list-sort li{
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 300;
    padding: 0 10px;
    margin: 10px 10px 0 10px;
}
.object-map .map-object-list .map-object-list-sort li.active{
    color: #03425F;
    border-bottom: solid 3px #03425F;
}
.object-map .map-object-list .map-object-list-objects li{
    display: block;
    position: relative;
    height: 210px;
    border-bottom: solid 1px #fff;
    /*background-image: url("/img/test-img.jpg");*/
    background-size: cover;
}
.object-map .map-object-list .map-object-list-objects li:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
    background-image: url("/img/map-list-image-mask.png");
    background-size: cover;
    z-index: 19;
}
.object-map .map-object-list .map-object-list-objects .title{
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    z-index: 20;
    position: absolute;
    bottom: 50px;
    left: 45px;
    height: 25px;
    max-width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: help;

}
.object-map .map-object-list .map-object-list-objects .map-point{
    position: absolute;
    bottom: 23px;
    left: 10px;
    height: 49px;
    width: 33px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

}
.object-map .map-object-list .map-object-list-objects .second{
    position: absolute;
    top: 152px;
    left: 45px;
    width: calc(100% - 12px);
    height: 25px;
    vertical-align: top;
    z-index: 30;
}
.object-map .map-object-list .map-object-list-objects .cost{
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
}
.object-map .map-object-list .map-object-list-objects .area{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
}
.object-map .map-object-list .map-object-list-objects .floor{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
}
.object-map .map-object-list .map-object-list-objects .addr{
    position: absolute;
    bottom: 3px;
    left:16px;
    color: #cccccc;
    font-size: 14px;
    font-weight: 700;
    z-index: 30;
}
#object-tumb {
    position: absolute;
    z-index: 2;
    width: 130px;
    height: 60px;
    box-shadow: 0 0 4px #000;
    background-color: #fff;
    border-radius: 1px;
    font-size: 10px;
    font-family: Calibri;
}
.testbg{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 998;
    background-color: #333;
}
.infobox{
/*    position: absolute;
    top: 50px;
    left: 250px;
    z-index: 999;*/

    width: 130px;
    height: 60px;
    box-shadow: 0 0 4px #000;
    background-color: #fff;
    border-radius: 1px;
}
#object-tumb:after{
    content: '';
    position: absolute;
    left: calc(50% - 10px); bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}
#object-tumb:before{
    content: '';
    position: absolute;
    left: calc(50% - 13px); bottom: -25px;
    border: 14px solid transparent;
    border-top: 10px solid rgba(0,0,0,.2);
}
.info-container{
    margin: 3px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: relative;
    padding-left: 53px;
}
.info-container img{
    width: 47px;
    height: auto;
    position: absolute;
    left: 2px;
    top: 5px;
}
.info-container .line1{
    margin-top: 4px;
    font-size: 10px;
    font-weight: bold;
    font-family: Calibri;
}
.info-container .line2{
    margin-top: 2px;
    font-size: 10px;
    font-family: Calibri;
}
.info-container .line3{
    margin-top: 2px;
    font-size: 10px;
    font-family: Calibri;
}

.hidden ymaps {
    transition-duration: 3s;
    opacity: 0;
}

#location:after {
    content: "\f107";
    position: absolute;
    right: 7px;
    top: 18px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}
#location .choseCity{
    font-size: 10px;
    color: #ccc;
    margin-left: 10px;
    margin-left: 10px;
}

.hdark{
    background-color: #03425F !important;
}
.pagination li{
    cursor: pointer;
}
.seotext{
    overflow: hidden;
    background-color: #fff;
    margin-top: 10px;
    padding: 5px;
    text-align: justify;
    font-size: 11px;
    color: #555;
}
.search-modal-body .addr-line{
    margin-top: 5px;
}
.search-modal-body .addr-line input[type="text"] {
    width: 100px;
    border-radius: 2px;
    padding: 3px 7px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #b3b3b3;
    color: #7a7a7a;
    text-align: right;
    margin-right: 10px;
}
.search-modal-body .street {
    width: 300px !important;
    text-align: left !important;
}
