/*
45629e
035AA6
148DD9
3DBCD9
AEF2F2

E2F2F2 - light
*/

body {
    /*background-image: url("/img/v2/bg.jpg");*/
    background-color: #E2F2F2;
    background-image: none;
    /*min-width: 640px;*/
    /*font-family: Verdana,Geneva,sans-serif;*/
    font-size: 12px;
}
.site-container{
    background-color: #fff;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1100px;
    position: relative;
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

header{
    height: 100px;
    background: #45629e;
    background: -moz-linear-gradient(top, #cccccc 0%, #fff 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(50%,#fff));
    background: -webkit-linear-gradient(top, #cccccc 0%,#fff 50%);
    background: -o-linear-gradient(top, #cccccc 0%,#fff 50%);
    background: -ms-linear-gradient(top, #cccccc 0%,#fff 50%);
    background: linear-gradient(to bottom, rgba(2, 62, 115, .2) 0%,#fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#fff',GradientType=0 );
    position: relative;
    padding:  0;
    margin: 0;
}
@media screen and (max-width: 767px) {
    header{
        height: 50px;
    }
}
@media screen and (max-width: 767px) {
    .c-block{
        width: 100%;
    }
}
.logo{
    background-image: url('/img/v2/logo.png');
    width: 165px;
    height: 113px;
    position: absolute;
    z-index: 111;
    left: 30px;
}
.slogan{
    color: #45629e;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 225px;
    font-style: italic;
    padding-left: 40px;
}
.head-social{
    position:absolute;
    right: 10px;
    top: 10px;
}
.hs{
    width: 13px;
    background: none;
    text-align: center
}
.hs:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.hs:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.hs i{
    color: #fff;
}
.hs:hover i{
    color: #ccc;
}
.hs-tw{
background-color: #00ABE1;
}
.hs-tw:hover{
background-color: #00ABE1;
}
.hs-vk{
    background-color: #4C75A3;
}
.hs-vk:hover{
    background-color: #4C75A3;
}
.hs-sk{
    background-color: #26ADE4;
}
.hs-sk:hover{
    background-color: #26ADE4;
}
.hs-fb{
    background-color: #3B589E;
}
.hs-fb:hover{
    background-color: #3B589E;
}
.hs-ph{
    background-color: #007d15;
}
.hs-ph:hover{
    background-color: #007d15;
}
.header-menu{
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    text-align: right;
    padding: 0;
    margin: 0;
    padding-right: 25px;
}
.header-menu li{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-right: 0px;
    padding-left: 0px;
    color: #45629e !important;
}
/*.header-menu:hover{
     background: #E2F2F2;
 }*/
/*.header-menu li:hover{
    background: #AEF2F2;

}*/
.header-menu li a{
    color: #035AA6;
    font-weight: bold;
    padding: 20px 18px;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 12px;
    text-transform: uppercase;
}
.header-menu li a:hover{
    color: #45629e;
}

.side{
    padding-left: 0px;
    padding-bottom: 5px;
}
.menu{
/*    border: solid 1px #bbb;*/
    margin: 5px 0;
}
.error-panel{
    background-color: #ffe7c0;
    border: solid 1px #bbb;
    border-radius: 8px;
    margin: 20px auto 10px auto;
    padding: 10px;
}
.menu-title{
    font-size: 13px;
    font-weight: bold;
    font-variant: normal;
    color: #FFF;
    text-align: center;
    background: #45629e;
    height: 27px;
    border-radius: 1px;
    margin: 0px;
    line-height: 24px;
}
.menu > .uk-button{
    width: 97%;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.menu ul{
    padding-left: 20px;
    padding-top: 5px;
    margin-top: 0px;
}
.menu a:not(.uk-button){
    font-size: 12px;
    text-decoration: none;
    color: #666;
}
.menu a:not(.uk-button):hover {
    text-decoration: underline;
    color: #036;
}
.menu li {
    list-style-type: none;
}
.menu li:hover {
    list-style-image: url("/img/v2/reddot.png");
}
footer{
    color: #035AA6;
}
footer a{
    color: #035AA6;
    font-weight: bold;
}
.footer-menu{
    height: 55px;
    background: #fff;
    text-align: center;
    border-bottom: solid 1px rgba(2, 62, 115, .3);
}
.footer-menu li{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-right: 12px;
    padding-left: 12px;
}
.footer-menu li a{
    color: #035AA6;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}
.footer-menu li a:hover{
    color: #45629e;
}
footer > p{
    font-size: 11px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10px;
}
/* CONTENT */
.content{
    padding: 0;
}
h1{
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    height: 32px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    background: #45629e;
    margin: 10px;
    margin-top: 5px;
    overflow: hidden;
}
.content p{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    padding: 7px;
}
.article{
    text-align: justify;
}
.top-sells{
    vertical-align: top;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.top-sells li {
    display: inline-block;
    padding: 7px;
    margin: 3px;
    position: relative;
}
.top-sells-new{
    position: absolute;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    left: 2px;
    right: 50px;
    top: 14px;
    background-color: rgba(97, 213,42 ,.8);
    color: #fff;
    border-radius: 2px;
    padding: -2px;
    text-transform: uppercase;
}
.top-sells-hot{
    position: absolute;
    height: 13px;
    line-height: 12px;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    left: 20px;
    right: 20px;
    top: -2px;
    background-color: #F00;
    color: #fff;
    border-radius: 2px;
    padding: -2px;
    text-transform: uppercase;
}
.top-sells-vip{
    position: absolute;
    height: 13px;
    line-height: 12px;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    left: 0px;
    top: 15px;
    background-color: #0F0;
    color: #fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding-left: 3px;
    padding-right: 3px;
    text-transform: uppercase;
}
.top-sells li img {
    border-radius: 3px;
    width: 130px;
    /*box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);*/
}
img {
    max-width: 100%;
    height: auto;
}
li {
    list-style: outside none none;
}

.object-item{
    border-bottom: solid 1px #ccc;
    margin: 10px;
    position: relative;
    min-height: 10px;
}
.object-item ul{
    padding: 0px;
    margin: 0;
    line-height: 14px;
    font-family: Verdana,Geneva,sans-serif;
}
.object-list img{
    border-radius: 1px;
    border: solid 1px rgba(20, 141, 217, .5);
    margin: 20px;
    margin-top: 14px;
    position: absolute;
}
.object-list h2 a{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
    color: #45629e;
    font-weight: normal;
    line-height: 20px;
}
.object-item-data{
    margin: 0px 10px 0px 160px;
    padding: 5px;
    position: relative;
}
.object-item-currency{
    display: inline-block;
}
.object-item-currency > li{
    display: inline-block;
    text-decoration: none;
    color: #035AA6;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
}
.object-item-currency > li:hover {
    text-decoration: underline;
    color: #45629e;
    cursor: pointer;
}
.object-item-currency > li:after {
    color: #CCCCCC;
    content: " | ";
    line-height: 0;
    position: relative;
}
.object-item-currency > li:after:hover {
    text-decoration: none;
}
.object-item-currency > li:last-child:after {
    color: #CCCCCC;
    content: "";
    line-height: 0;
    position: relative;
}
.object-item h3{
    font-size: 20px;
    color: #F00;
    text-align: right;
    font-family: Verdana,Geneva,sans-serif;
    font-weight: lighter;
}
.pager{
  text-align: center;
  margin: 10px 0;
}
.pager li{
    display: inline-block;
}
.pager a{
  text-decoration: none;
  font-size: 14px;
  padding: 3px;
  display: inline-block;
  text-decoration: none;
  color: #666;
}
.pager .active a{
  font-weight: bold;
  font-size: 15px;
  color: #036;
}

/*Раскрытый Объект*/
.object{
    vertical-align: top;
}
.object-gallery{
    vertical-align: top;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.object-gallery img{
    margin: 5px 20px;
}
.object-info{
    max-width: 670px;
    vertical-align: top;
    display: inline-block;
    padding: 10px;
    margin-left: 0;
    border-bottom: solid 1px #ccc;
    position: relative;
}
.infotable{
    width: 100%;
}
.infotable tr > td:nth-child(1){
    width: 120px !important;
    max-width: 120px;
}
.infotable td{
    padding: 0 0 0 10px;
}
.object-cost h3{
    font-size: 20px;
    color: #F00;
    text-align: right;
    font-family: Verdana,Geneva,sans-serif;
    font-weight: lighter;
    padding: 0;
    margin: 0;
}
.object-currency{
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0 0 10px 0;
}
.object-currency li{
    display: inline-block;
    text-decoration: none;
    color: #035AA6;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
}
.object-currency > li:hover {
    text-decoration: underline;
    color: #45629e;
    cursor: pointer;
}
.object-currency > li:after {
    color: #CCCCCC;
    content: " | ";
    line-height: 0;
    position: relative;
}
.object-currency  > li:after:hover {
    text-decoration: none;
}
.object-currency  > li:last-child:after {
    color: #CCCCCC;
    content: "";
    line-height: 0;
    position: relative;
}
.object-props{
    padding: 0;
    margin: 0;
}
.object-props li{
    display: inline-block;
}
.object-props li:after {
    content: ", ";
    line-height: 0;
    position: relative;
}
.object-props > li:after:hover {
    text-decoration: none;
}
.object-props > li:last-child:after {
    color: #CCCCCC;
    content: "";
    line-height: 0;
    position: relative;
}
.object form{
    border-bottom: solid 1px #ccc;
    padding: 10px;
    margin: 10px;
    /*background-color: #FFEDD5;*/
}
.object .login{
    margin-left: auto;
    margin-right: auto;
}
.object .uk-form-row{
    margin-top: 5px;
}
.form{
    display:none;
}
#roomscount1, #roomscount2{
    padding-left: 5px;
}
.errorpage h2, .errorpage p, .errorpage a{
    padding: 0 0 0 10px;
    margin: 0;
}
.article-list h2{
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin: 0 10px;
    color: #45629e;
}
.article-list h2 .date-show{
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin: 2px 0px;
    color: #45629e;
}
.article-list p{
    color: #222;
    line-height: 16px;
    margin: 5px 0 15px 0;
}
.article-list a{
    text-decoration: underline;
    color: #666;
}
.article-list a:hover{
    text-decoration: underline;
    color: #036;
}
.article >*:not(h1){
    margin: 0 10px;
}
.article img{
    border-radius: 2px;
}
.content-img-right{
    float: right;
    margin-left: 10px;
}
.content-img-left{
    float: left;
    margin-right: 10px;
}
.object-form{
    max-width: 606px;
}
.chfile, .img-upload {
    color: #035AA6 !important;
}



.uploader{
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100px;
}
.uploader input[type=file]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
}
#imagelist {
    text-align: left;
    padding-left: 0px;
    margin-top: 5px;
}
#imagelist img{
    border-radius: 2px;

}
#imagelist li {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 5px;
    overflow: hidden;
    position: relative;
}

#imagelist { 
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
}
#imagelist li {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 5px;
    overflow: hidden;
    position: relative;
}
#imagelist li:first-child{
  border: solid 1px rgb(3, 90, 166);
  border-radius: 3px;
}
#imagelist li:first-child:before{
  display: inline-block;
  position: absolute;
  bottom: 7px;
  right: 7px;
  border: none;
  content: "Главная";
  font-weight: bold;
  color:#fff;
  text-shadow: 2px 2px 4px #000;
  cursor: default;
}
#imagelist li:hover .imagedelete, #imagelist li:hover .imagedeleterl{
  position: absolute;
  top: 7px;
  right: 7px;
  width: 12px;
  height: 12px;
  background-image: url('/img/cross.png');
  cursor: pointer;
}
.upload-loker-wrapper{
    position: relative;
}
.upload-loker{
    position: absolute;
    left: 0;
    top: 0;
    width: 99%;
    height: 100%;
    z-index: 100;
    background-color: rgba(238, 244, 250, 0.7);
    background-image: url('/img/load.gif');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    border: solid 1px rgb(153, 102, 51);
}

.header-menu > .uk-navbar-toggle, .header-menu > .uk-navbar-brand{
    color: #45629e;
    text-shadow: none;
    font-weight: bold;
    margin-top: 5px;
    max-width: 70%;
}
.object-gallery-bottom {
    text-align: center;
}
.object-gallery-bottom > li{
    display: inline-block;
    width: 23%;
}
.object-gallery-bottom > li > a > img{
    padding: 0;
    margin: 2px;
}
.infoabout{
    padding: 5px 10px !important;
}
.map{
    min-height: 300px;
    width: 100%;
    margin: 0;
}
td.infoabout > br{
    margin-top: 7px;
}
.aboutmap{
  padding: 10px;
  margin: 5px 0px 1px 0px;
  max-width: 700px;
  text-align: justify;
}
.tab{
    border-collapse: separate;
    border-spacing: 0;
/*    border-radius: 5px;
    border: 1px solid #CCC;
    padding: 10px;
    margin: 5px -5px 1px;
    background-color: #FEF5EE;
    width: 428px;*/
}
.tab-last{
    margin-top: 10px;
}

.tab > tbody:nth-child(1) > tr > td:nth-child(2){
    width: 100%;
    padding-left: 5px;
}
.redstar:after{
    display: inline-block;
    border-bottom: none;
    content: "*";
    font-weight: bold;
    color:#f00;
}

@-moz-document url-prefix() {
    select{
        -moz-appearance: none;
        border: 1px solid #000;
        background-color: #f00;
        background: right center no-repeat #fff url("/img/adn.png") !important;
    }
}
#savebtn{
    color: #fff !important;
}
.object-item-op2{
    position: absolute;
    top: 35px;
    right: 5px;
    font-size: 11px;
    color: #f00;
    font-weight: bold;
}
.object-item-op2 b{
    color: #000;
    font-weight: normal;
}
.object-item  h2 a{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 470px;
    text-overflow: ellipsis;
}

.aboutmap p, .aboutmap ul, .aboutmap ol, .aboutmap li{
    padding: 0;
    margin: 2px;
}
.aboutmap  ul > li{
    padding-left: 5px;
    margin-left: 10px;
    list-style: square;
}
.aboutmap  ol > li{
    padding-left: 5px;
    margin-left: 20px;
    list-style: decimal;
}
#type{
    border: .5px solid #ccc;
}
#offcanvas{
    color: #45629e;
}
#goup{
    transition-duration: 1s;
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    opacity: 0.5;
}
#goup:hover{
    opacity: 1;
    transition-duration: 1s;
}
.uk-width-large-2-10 > div:nth-child(1) > a:nth-child(2){
    margin-top: 7px;
}
#authform > a:nth-child(2){
    margin-top: 7px;
}
.oi-container{
    width: 100%;
}
.oi-row>div{
    display: inline-block;
}
.oi-row>div:nth-child(1){
    width: 48%;
}
div.object-item > div > h3{
    margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
    .oi-row>div{
        display: block;
        width: 100%!important;
    }
    .oi-row>div:nth-child(1){
        font-weight: bold;
        margin-top: 10px;
    }
}
#objId{
    width: 150px;
    margin-top: 7px;
    margin-left: 7px;
}
#objIdbtn{
    display: inline-block;
    width: 45px;
    margin-top: 10px;
}
.pl-curr-exchange{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
}
.pc-overlay{
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 24px;
    bottom: 0;
    height: 30px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background-color: rgba(0,0,0, .5);
    overflow: hidden;
    line-height: 12px;
    padding-top: 5px;
}
li:hover .pc-overlay{
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
    height: 1px;
}
.object-item-data{
    cursor: pointer;
    min-height: 120px;
}
.object-item-data:hover h2 a{
    text-decoration: underline;
}
@media screen and (min-width: 991px) {
    .costco{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .object-info{
        padding-top: 25px;
    }
}
@media screen and (max-width: 670px) {
    .object-info{
        max-width: calc(100% - 10px)!important;
        padding-right: 0;
    }
}
.top-objects{
    display: block;
    width: 100% ;
    text-align: center;
    background-color: #e6ebf1;
    /*text-transform: uppercase;*/
    font-size: 12px;
    font-weight: bold;
    color: #45629e;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis !important;
}
#rlbtn{
    width: 45px !important;
}
#rlId{
    width: 139px;
    margin-left: 20px;
}
.small_filter_container{
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    height: 32px;
    color: #fff;
    line-height: 30px;
    background: #45629e;
    margin: 10px;
    margin-top: 5px;
    overflow: hidden;
}
.small_filter_container h1{
    text-align: left !important;
    display: inline-flex;
    color: #fff!important;
    line-height: 20px!important;
    padding-left: 0px;
    font-weight: bold;
    background-color: none!important;
}
.small_filter_container2 h1{
    text-align: left !important;
    display: inline-flex;
    color: #45629e!important;
    line-height: 20px!important;
    padding-left: 0px;
    font-weight: bold;
    background-color: #e6ebf1!important;
}
.small_filter_container ul, .small_filter_container2 ul{
    display: flex;
}
.small_filter_container ul li, .small_filter_container2 ul li {
    display: inline-flex;
    font-size: 10px;
    margin-left: 15px;
    padding-left: 17px;
    position: relative;
}
.small_filter_container ul li input,.small_filter_container2 ul li input{
    position: absolute;
    left:0;
    bottom: 8px;
}
.small_filter_container2{
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    height: 32px;
    line-height: 30px;
    background-color: #e6ebf1;
    /*border: solid 1px #f00;*/
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
    color: #45629e;
    overflow: hidden;
}
.li{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.top_objects_slider{
    position: relative;
    margin: 10px;
}
.top_objects_slider .uk-slidenav{
    position: absolute;
    top: 75px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
.top_objects_slider .uk-slidenav:hover{
    color: #ccc;
}
.top_objects_slider .uk-slidenav-previous{
    left: 0;
}
.top_objects_slider .uk-slidenav-next{
    right: 0;
}
.top_objects_slider ul li img{
    width: 130px;
    height: 130px;
}
.top_objects_slider ul li a{
    display: inline-block;
    height: 130px !important;
    z-index: 999;
}
@media screen and (min-width: 670px) {
    .top_objects_slider ul li{
        padding: 12px 12px 0 0;
    }
    .top_objects_slider ul{
        margin: 12px 0 !important;
    }
    .top_rl_slider{
        background-color: #45629e;
    }
    .top_rl_slider ul li{
        padding: 4px 12px 0 0;
    }
}
.profile_ass_list{
    margin: 5px 0 20px 7px;
}
.ukar-main-logo{
    position: absolute;
    right: 275px;
    top: 7px;
    z-index: 99;
    width: 58px;
    height: 58px;
    background-image: url("/img/ukar-logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}