html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, h1{
    padding: 0;
    margin: 0;
    border: none;
}
html, body{
    font-family: 'Roboto', sans-serif;
}
html{
    background-color: #ccc;
    height: 100%;
}
body{
    min-height: 100%;
    width: 1280px;
    min-width: 1280px;
    max-width: 1280px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}
.bg-container{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: rgba(0,0,0,.8);*/
    z-index: 998;
}
select{
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #000;
    background-color: red;
    background: right center no-repeat #fff url("/img/adn.png") !important;
}
/********************** TOOLS  **********************/
.star0{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAADA0lEQVQ4T41TW0iTYRh+fgXF01YetunmEF0ewNxFihFpSmYZZjQajAhS8SLNK8kLkXkxlF0Y5MXCgqkrggaLSRvkqdJcRIpdbA08pGPMTbd5apsHVPSP/xsY1pRe+Pjg+573eZ/3+56Xsm0c0AgRX0eHMGs1Iz09ndzabDZk5YpxqfR6KDioUES+jXXoX6tBURRqa2tJYm9vL2iahuR+Hdhn4/8hC0k0OvAO9vlZiMViJCcnk6Tl5WWYzWakibJQWnH7ZKKDgwP4f61jbcUD08h7REREEDVdXV1ESVNTE3p6erC3t4eiazeRkMQF60w8wsPDCSmlNYzQ7qVFrHk9x6oUFxdjd3cXOp2OnEulUkRGRmJ8fPwYLoHDBS8lFZRcoSSPHRYWhsTERHA4HHC5XGRmZqK9vR1bW1skMTo6GnK5HHNzc/B4PPB6vVhdXcXh4WFQ0dAnEy0SiRAXF0cATqeTrPn5ebjd7mPVeTweGKxAICCLKRgIBAiWeqp6QctkMmg0GszMzIT82pMOs7OzUV1dDa1WG2yNaUcikUCtVhO//E8w/qqrq4NerydtUir1K9qz5AKfz0dlZSW6u7tJa6cF01ZDQwOMRiNcLhe4KXxQVqeP/mB8i7UVL9LS0lBeXg6lUnn0yH8TxsTEoKWlBcPDw7Db7UhI4qDs1t2gswN+Hwb732DT70d9fT0UCgV2dnZCioqKikJbWxtRHstioUJyD7FxrCAR84Uvnz0hI9HY2Ijm5uZTW+vs7IRKpSJGffDoMbEOIdoM+KHTPAebzUZVVRU6OjoIEePawsJCkjA5OQnG/Uy0trbCYDDA5/NBWv3wj6JlpwOD/VoIhULk5uair68PRUVFKCkpOfIS46GxsTGYTCbU1NTAarXC4XDgxh0ZkgXCoKKf0z/w5cMA8vLyUFBQQOZsYWEBExMTpCoTjFpGXUZGBvb394lCi8WCy2UVOJdzPkg0bfmOb58/Ij8/n4zC1NQUtre3CQGPn0p2t2vxaFQYHHPP4C5euYqcvAv4DWjsYIbeQh0yAAAAAElFTkSuQmCC");
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
}
.starW{
    background-image: url('/img/star-white.png');
    width: 19px;
    height: 19px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 6px;
}

/********************** CURRENCY  **********************/

.currency{
    display: inline-block;
    color: #fff;
    width: 38px;
    position: relative;
    overflow: visible;
    z-index: 99;
    margin-left: 15px;
    text-underline: none;
}
.currency span{
    display: inline-block;
    width: 35px;
    text-align: right;
}
.currency:hover span{
    color: #e0eaf4;
}
#currency-values{
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 99;
    background-color: #8d938b;
    border-radius: 3px;
    width: 35px;
    display: none;
}
#currency-values.open{
    display: inline-block;
    z-index: 999;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    border: solid 1px #ccc;
}
#currency-values li{
    display: block;
    text-align: right;
    margin-right: 1px;
    color: #fff;
    cursor: pointer;
    padding: 0px 5px;
}
#currency-values li:hover{
    text-shadow: 0 0 3px rgba(0,0,0,.7);
}
.currency ul{
    position: absolute;
    display: none;
    left: 0;
    top: 10px;
    padding-top: 8px;
}
.currency ul > li{
    display: inline-block;
    width: 35px;
    background-color: #8d938b;
    text-align: right;
    padding-right: 5px;
    color: #fff;

}
.currency ul > li:hover{
    cursor: pointer;
    color: #e0eaf4;
}
.currency ul > li:nth-last-child(1){
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.on > ul{
    display: inline-block;
}
.currency > span{
    /*background-color: #8d938b;*/
    background-color: #AB5D00;
    border-radius: 3px;
    padding: 3px 5px;
    text-wrap: none;
    overflow-wrap: unset;
    cursor: pointer;
}

/********************** HEADER  **********************/
header{
    width: 100%;
    height: 48px;
    background-color: #3b3b3b;
    position: relative;
    z-index: 97;
}
header .logo-big{
    position: absolute;
    background-color: #484848;
    box-shadow: 2.9px 2.7px 18.7px 5.3px rgba(0, 0, 2, 0.33);
    padding: 7px 5px;
    z-index: 99;
}
header .logo-small{
    position: absolute;
    padding: 7px 5px;
    z-index: 99;
}
header > ul{
    display: inline-block;
    width: calc(100% - 500px);
    text-align: left;
    vertical-align: top;
    height: 30px;
    margin: 0 150px;
}
header > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    padding-top: 15px;
    position: relative;
    overflow: visible;
}
header > ul > li > a{
    transition-duration: .3s;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
header > ul > li > a:hover, header > ul > li > a:active, header > ul > li > a:focus, header > ul > li > .ace-active{
    transition-duration: .3s;
    color: #ccc;
    border-bottom: solid 3px #fff;
    text-decoration: none;
}
header > ul > li > ul{
    position: absolute;
    background-color: #fff;
    z-index: 95;
    text-wrap: none;
    box-shadow: 0 1px 1px rgba(0, 0, 2, 0.53);
    overflow: hidden;
    height: 0px;
    left: 0;
    top: 38px;
    display: none;
}
header > ul > li > .active, .top-meun-sub{
    position: absolute;
    z-index: 9999 !important;
    left: 10px;
    margin-top: 9px;
    padding: 8px 0 10px 0;
    display: inline-block;
    height: auto;
    background-color: #fff;
}
.top-login-menu-sub{
    position: absolute;
    z-index: 9999 !important;
    left: 10px;
    margin-top: 9px;
    padding: 8px 0 10px 0;
    display: inline-block;
    height: auto;
    background-color: #fff;
    width: 150px;
}
.top-login-menu-sub li{
    display: block;
    width: 100%;
    min-width: 200px;
    text-wrap: none;
    padding: 8px 10px;
}
header > ul > li > ul:after, .top-meun-sub:after, .top-login-menu-sub:after{
    content: " ";
    display: inline-block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgb(51, 51, 51);
    box-shadow: 2.9px 2.7px 18.7px 5.3px rgba(0, 0, 2, 0.33);
}
header > ul > li > ul > li{
    display: inline-block;
    width: 100%;
    min-width: 200px;
    text-wrap: none;
    padding: 8px 10px;
}
.top-meun-sub li{
    display: block;
    width: 100%;
    min-width: 200px;
    text-wrap: none;
}
.top-meun-sub li:hover{
    color: #fff;
    background-color: #167cac;
}
.top-meun-sub li:hover a{
    color: #fff;
}
.top-meun-sub li a{
    display: block;
    width: 100%;
    padding: 8px 10px;
}
header > ul > li > ul > li > a, .top-meun-sub li a{
    color: #7c7c7c;
    text-decoration: none;
    font-weight: 300;
}
header > ul > li > ul > li > a:hover, .top-meun-sub li a:hover{
    color: #fff;
    text-decoration: none;
}
header > ul > li > ul > li > .active, .top-meun-sub li .active{
    color: #fff;
    text-decoration: none;
}
header div{
    position: absolute;
    top: 12px;
    right: 0px;
    width: 300px;
}
header .add_object{
    color: #73a219;
    font-size: 16px;
    font-weight: 300;
    margin-right: 20px;
    text-transform: uppercase;
}
header .login{
    color: #b6cfea;
    font-size: 14px;
    font-weight: 300;
}

/********************** PAGER  **********************/
.ace-pager{
    margin: 0;
    margin-left: 20px;
    padding: 0;
}
.ace-object-pager{
    height: 55px;
    background-color: #fff;
    vertical-align: middle;
}
.ace-pager li{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    margin-top: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
}
.ace-pager .active{
    background-color: #000;
}
.ace-pager li.active a{
    color: #fff;
}



/********************** MAIN SLIDER  **********************/
.mainslider{
    width: 100%;
    height: 385px;
    /*background-image: url("/img/main-slider.jpg");*/
    background-image: url("/img/img-bg.jpg");
    position: relative;
}
.mainslider h1{
    color: white;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 400;
    position: absolute;
    top: 70px;
    width: 100%;
    text-align: center;
}
.mainslider ul{
    position: absolute;
    top: 160px;
    width: 100%;
    text-align: center;
}
.mainslider ul li{
    transition-duration: .5s;
    display: inline-block;
    /*width: 153px;*/
    width: 230px;
    height: 50px;
    background-color: rgba(12,14,12, .7);
    border: 1px solid white;
    padding: 0;
    margin: 0;
    margin-left: -5px;
}
.mainslider ul li:hover{
    transition-duration: .5s;
    background-color: rgba(12,14,12, .9);
}
.mainslider ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: white;
    font-size: 20px;
    line-height: 45px;
    font-weight: 300;
}
.mainslider #video-in-slider{
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 95;
}
.mainslider .text{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 59px;
    background-color: rgba(0,0,0, .24);
    color: #fefefe;
    font-weight: 100;
    font-size: 20px;
    padding-left: 54px;
    padding-top: 15px;
}
.mainslider .text b{
    font-weight: 700;
}
.mainslider .watch{
    width: 120px;
    height: 38px;
    background-color: #d11200;
    border-radius: 8px;
    z-index: 95;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    padding-left: 15px;
}
.mainslider .watch i {
    margin-left: 5px;
}
/********************** MAIN PAGE TILES  **********************/
.main-page-tiles{
    padding: 10px 25px;
}
.main-page-tiles ul li{
    display: inline-block;
    padding: 10px;
    height: 183px;
    background-color: #3b3b3b;
    background-size: cover;
}
.main-page-tiles ul li h2{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 15px 0 ;
    margin: 0;
}
.statistic-l1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.statistic-l1 li{
    width: calc(50% - 5px);
}
.statistic-l2{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.statistic-l1 l2{
    width: calc(50% - 8px);
}

.main-page-tiles ul:nth-child(1) li:nth-child(1){ background-image: url("/img/t1bg.jpg"); }
.main-page-tiles ul:nth-child(1) li:nth-child(2){ background-image: url("/img/t2bg.jpg"); }
.main-page-tiles ul:nth-child(2) li:nth-child(1){ background-image: url("/img/t3bg.jpg"); }
.main-page-tiles ul:nth-child(2) li:nth-child(2){ background-image: url("/img/t4bg.jpg"); }
.main-page-tiles ul:nth-child(2) li:nth-child(3){ background-image: url("/img/t5bg.jpg"); }
.main-page-tiles ul li a{
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
}
.main-page-tiles ul:nth-child(1) li:nth-child(1) a:nth-child(4){ margin-bottom: 15px; }
.main-page-tiles ul:nth-child(1) li:nth-child(2) a:nth-child(4){ margin-bottom: 38px; }
.main-page-tiles ul:nth-child(2) li{
    width: calc(33% - 5px);
    margin-left: 10px;
}
.main-page-tiles ul:nth-child(2) li:nth-child(1){
    margin-left: 0;
}
.main-page-tiles ul:nth-child(2) li h2{
    margin-bottom: 15px;
}
/********************** ACTUALS SLIDER  **********************/
.main-page-slider{
    padding: 0 22px;
}
.main-page-slider h2{
    color: black;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
}
.main-page-slider .filter{
    width: 67px;
    height: 14px;
    color: black;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}
.main-page-slider .filter-vars{
    display: inline-block;
    width: 500px;
}
.main-page-slider .filter-vars .active{
    color: black;
    font-size: 16px;
    font-weight: 400;
    border-bottom: solid 3px #167cac;
}
.main-page-slider .filter-vars li{
    display: inline-block;
    margin-left: 21px;
    color: grey;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}
.main-page-slider .slider-container{
    background-color: #f7f7f7;
    height: 278px;
    overflow: hidden;
    padding-top: 33px;
    position: relative;
}
.main-page-slider .slider-container ul{
    width: 99999px;
    position: absolute;
    left: 0;
    top: 35px;
}
.main-page-slider .slider-container .arrows{
    transition-duration: .5s;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 99;
    color: #fff;
    text-align: center;
    padding-top: 95px;
    cursor: pointer;
}
.main-page-slider .slider-container .arrows:hover{
    transition-duration: .5s;
    background-color: rgba(0,0,0,.5);
}
.main-page-slider .slider-container .arrow-left{
    left: 0;
}
.main-page-slider .slider-container .arrow-right{
    right: 0;
}
.main-page-slider .slider-container li{
    display: inline-block;
    margin-right: 10px;
    position: relative;
    min-width: 340px;
    background-color: #fff !important;
    border: #ccc solid 1px;
    min-height: 200px;
}
.main-page-slider .slider-container li .title{
    position: absolute;
    bottom: 40px;
    left: 5px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    z-index: 97;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 330px;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}
.main-page-slider .slider-container li .cost-frame{
    position: absolute;
    bottom: 0;
    left: 5px;
    color: white;
    font-size: 30px;
    font-weight: 300;
    z-index: 97;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}
.main-page-slider .slider-container li .size{
    color: white;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}
.main-page-slider .slider-container li .fl{
    font-size: 14px;
    font-weight: 300;
    margin-left: 10px;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}
.main-page-slider .slider-container li .addr{
    position: absolute;
    bottom: 2px;
    left: 5px;
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
    z-index: 97;
}
.main-page-slider .slider-container li .cost i{
    font-weight: 300;
    font-size: 24px;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}
.main-page-slider .slider-container li .wrapper{
    transition-duration: .5s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("/img/slider-mask.png");
    z-index: 96;
}
.main-page-slider .slider-container li .wrapper:hover{
    transition-duration: .5s;
    background-image: none;
}
/********************** MAIN CONTENT TILES  **********************/
.main-page-content-tiles{
    padding: 0 15px;
    position: relative;
}
.main-page-content-tiles h2{
    color: black;
    font-size: 30px;
    font-weight: 300;
}
.main-page-content-tiles h2 b{
    font-weight: normal;
    color: rgba(43, 43, 43, 0.64);
}
.main-page-content-tiles ul{
    display: flex;
    justify-content: space-between;
    flex-direcrion:column;
    flex-wrap: wrap;
}
.main-page-content-tiles ul li{
    width: 369px;
    height: 485px;
    display: inline-block;
    border: 0.3px solid #c4c4c4;
    box-shadow: 0 1px 0 rgba(0, 0, 2, 0.27);
    position: relative;
    margin-bottom: 10px;
}
.main-page-content-tiles .head{
    position: relative;
}
.main-page-content-tiles .head img{
    width: 100%;
}
.main-page-content-tiles .head .title{
    width: 100%;
    height: 45px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    z-index: 94;
    text-align: center;
    line-height: 45px;
}
.main-page-content-tiles .head .green{
    background-color: rgba(152,215,0, .8);
}
.main-page-content-tiles .head .blue{
    background-color: rgba(42,69,110, .8);
}
.main-page-content-tiles .text{
    padding: 10px 15px 0 15px;
    color: black;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.main-page-content-tiles .link{
    color: #0074e4;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    position: absolute;
    right: 10px;
    bottom: 7px;
}
/********************** MAIN BOTTOM LINKS  **********************/
.main-bottom-links{
    background-color: #ededed;
    display: flex;
    justify-content: space-between;
    flex-direcrion:column;
    flex-wrap: nowrap;
    margin-bottom: 0;
}
.main-bottom-links > li{
    display: inline-block;
    width: calc(20% - 10px);
    padding-left: 10px;
    padding-bottom: 15px;
}
.main-bottom-links > li > ul{
    margin-bottom: 10px;
    height: 80px;
    overflow: hidden;
}
.main-bottom-links > li > ul > li {
    display: block;
}
.main-bottom-links > li > h3{
    color: #606060;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
}
.main-bottom-links > li > ul a{
    color: #606060;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}
.main-bottom-links > li > a{
    color: #0074e4;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
}
/********************** FOOTER  **********************/
footer{
    background-color: #000;
    height: 150px;
    position: relative;
}
footer > ul{
    border-bottom: solid 1px #5c5c5c;
    text-align: center;
}
footer ul li{
    display: inline-block;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 7px;
}
footer ul li a{
    transition-duration: .5s;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
}
footer ul li a:hover{
    transition-duration: .5s;
    color: #fff;
}
footer .copyright{
    position: absolute;
    top: 80px;
    left: calc(50% - 450px);
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
footer .social{
    position: absolute;
    top: 80px;
    left: calc(50% - 150px);
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
footer .sosials{
    display: inline-block;
    position: absolute;
    top: 73px;
    left: calc(50% + 50px);
}
footer .sosials li {
    transition-duration: .5s;
    padding: 0;
    margin: 3px;
    display: inline-block;
    background-color: #40474b;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(0,0,0,.8);
    font-size: 12px !important;
    border: solid 1px rgb(51, 51, 51);
}
footer .sosials li:hover{
    transition-duration: .5s;
    color:#a1aab1;
}

/********************** SUB NAV BAR **********************/
.sub-nav{
    height: 51px;
    background-color: #e2effc;
    margin-bottom: 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 2, 0.16);
    padding-bottom: 2px;
}
.sub-nav .sub-nav-left{
    display: inline-block;
}
.sub-nav .sub-nav-left li, .sub-nav .sub-nav-right li{
    display: inline-block;
    padding: 16px 14px;
    height: 50px;
}
.sub-nav .sub-nav-left li{
    border-right: solid 1px #fff;
}
.sub-nav .sub-nav-right li{
    border-left: solid 1px #fff;
}
.sub-nav .sub-nav-left li a, .sub-nav .sub-nav-right li a{
    text-transform: uppercase;
    color: #454545;
    font-size: 12px;
    font-weight: 500;
}
.sub-nav .sub-nav-right{
    display: inline-block;
}
/********************** OBJECT CONTENT **********************/
.object-content h1{
    color: #167cac;
    font-size: 26px;
    font-weight: 500;
    margin-left: 20px;
    margin-top: 30px;
}
.object-content h2{
    color: #787777;
    font-size: 20px;
    font-weight: 300;
    margin-left: 20px;
    margin-top: 12px;
}
.object-content .cost{
    position: absolute;
    right: 20px;
    z-index: 10;
    top: 130px;
    width: 400px;
}
.object-content .cost .cost-main{
    color: #ff1408;
    font-size: 30px;
    font-weight: 700;
}
.object-content .cost .cost-main span{
    color: #676767;
    font-size: 18px;
    font-weight: 700;
}
.object-content .info-id{
    color: #787777;
    font-size: 16px;
    font-weight: 300;
}
.object-content .info-id > div{
    display: inline-block;
    width: calc( 50% - 10px);
    clear: both;
    margin-top: 17px;
}
.object-content .info-id > div > div:nth-child(1){
    float: left;
    width: calc( 50% - 10px);
    text-align: left;
}
.object-content .info-id > div > div:nth-child(2){
    float: right;
    width: calc( 50% - 10px);
    text-align: right;
    padding-right: 5px;
}
.object-content .info-id > div:nth-child(1) > div:nth-child(1){
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 300;
    padding-left: 15px;
}
.object-content .info-id > div:nth-child(1) > div:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    padding-right: 15px;
}

.object-content .info-id > div:nth-child(2) > div:nth-child(1){
    padding-left: 25px;
}
.object-content .info-columns > div{
    display: inline-block;
    width: calc( 50% - 20px);
    clear: both;
    /*border: solid 1px #f00;*/
    vertical-align: top;
    text-align: left;
}
.object-content .info-columns > div:nth-child(2){
    margin-left: 35px;
}
.object-content .info-columns .data-table{
    border: 0.4px solid #a6a6a6;
    margin-left: 15px;
}
.object-content .info-columns .data-table li{
    display: inline-block;
    border-bottom: 0.4px solid #a6a6a6;
    width: 100%;
    padding: 8px;
    color: black;
    font-size: 14px;
    font-weight: 100;
    text-align: right;
}
.object-content .info-columns .data-table li span{
    display: inline-block;;
    color: black;
    font-size: 14px;
    font-weight: 300;
    float: left;
}
.object-content .info-columns .data-table .long span:nth-child(1){
    color: #8a8a8a;
    display: block;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
}
.object-content .info-columns .data-table .advanced span:after{
    content: ", ";
    display: inline-block;
    width: 8px;
}
.object-content .info-columns .data-table .advanced span:nth-child(1):after,
.object-content .info-columns .data-table .advanced span:nth-last-child(1):after{
    display: none;
}
.object-content .info-columns .data-table .advanced span:nth-child(1){
    color: #8a8a8a;
    display: block;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
}
.object-content .info-columns .data-table .long{
    padding-left: 20px;
    font-weight: 300;
    color: #303030;
    text-align: left;
    line-height: 26px;
}
.object-content .about{
    padding-left: 20px;
    color: #777;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    line-height: 20px;
    margin: 10px 0 10px;
}
/********************** IMG GALLERY **********************/
.img-galley{
    border: 1px solid #d0d0d0;
    width: 602px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
}
.img-galley > img{
    width: calc( 100% - 20px);
    height: auto;
    margin: 10px;
    padding: 0;
}
.img-galley .fullscreen-btn{
    position: absolute;
    top: 15px;
    right: 15px;
    background: #b8b8b8;
    border: #d0d0d0;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    box-shadow: 0px 0px 2px rgba(0,0,0,.3);
    cursor: pointer;
}
.img-galley .fullscreen-btn > i:before{
    font-size: 22px;
    line-height: 36px;
    color: #fff;
}
.img-galley .arrow {
    position: absolute;
    top: calc(50% - 15px);
    color: #fff;
    padding: 5px;
    cursor: pointer;
}
.img-galley .arrow:hover{
    transition-duration: 1.5s;
    color: #d0d0d0;
}
.img-galley .arrow-left{
    left: 10px;
}
.img-galley .arrow-right{
    right: 10px;
}
.img-gallery-prv{
    border: 1px solid #d0d0d0;
    border-top: none ;
    width: 602px;
    overflow: hidden;
    text-align: left;
    padding: 0;
    margin: 0;
    position: relative;
    height: 70px;
    padding: 10px;
}
.img-gallery-prv ul {
    display: flex;
    flex-wrap: nowrap;
}
.img-gallery-prv ul li{
    display: inline-flex;
    flex-wrap: nowrap;
    margin-right: 10px;
}
/********************** OBJECT LIST **********************/
.list_toolbar{
    height: 34px;
    background-color: #deeffd;
    box-shadow: 0 3px 3px rgba(0, 0, 2, 0.16);
}
.list_toolbar > ul{
    height: 100%;
    display: flex;
}
.list_toolbar > ul > li {
    color: #167cac;
    font-weight: 700;
    font-size: 12px;
    display: inline-flex;
    min-width: 100px;
    height: calc(100% - 2px);
    border-right: solid 1px #fff;
    padding: 6px 6px 0 6px;
    margin: 0;
    position: relative;
}
.list_toolbar .fa-caret-down{
    margin-left: 7px;
    margin-top: 4px;
}
.list_toolbar .dark{
    background-color: #3162a1;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.list_toolbar .save{
    color: #167cac;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
}
.list_toolbar .advanced{
    font-size: 14px;
    font-weight: 700;
}
.list_toolbar .cost{
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    min-width: 250px;
    width: 250px;
    text-align: right!important;
    color: black;
}
#search-cost-box > div.menu-text{
    padding-right: 12px;
}
#search-type-box{
    cursor: pointer;
    display: inline-block;
    min-width: 212px;
    width: 212px;
    white-space:nowrap;
    color: black;
    text-transform: uppercase;
}
.list_toolbar .fa-caret-down{
    position: absolute;
    right: 6px;
    top: 6px;
}
#search-type-box .submenu{
    height: 160px;
}
#search-type-box ul li{
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    text-wrap: none;
    white-space:nowrap;
}
#search-type-box ul li:hover{
    color: #fff;
    background-color: #167cac;
}
.list_toolbar .cost .fa-rub{
    font-weight: 500;
    margin-top: 4px;
    margin-left: 1px;
    margin-right: 6px;
}
.list_toolbar .cost .fa-caret-down{
    cursor: pointer;
}
.list_toolbar .cost span{
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 0 5px;
    cursor: pointer;
}
.object-list-title{
    height: 48px;
    background-color: #fff;
}
.object-list-title span{
    color: #5e5e5e;
    font-size: 22px;
    font-weight: 300;
    line-height: 47px;
    margin-left: 17px;
}
.object-list-title ul{
    height: 100%;
}
.object-list-title ul li{
    height: 100%;
    display: inline-flex;
    width: 188px;
    text-align: right !important;
    vertical-align: middle;
}
.object-list-title ul .dark{
    background-color: #3162a1;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}
.list-btn{
    display: inline-block;
    background-color: #e2effc;
    background-image: url('/img/map-list.png');
    background-repeat: no-repeat;
    background-position: 13px center ;
    padding-left: 40px;
    padding-top: 13px;
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 300;
}
.map-btn{
    display: inline-block;
    background-color: #e2effc;
    background-image: url('/img/map-point.png');
    background-repeat: no-repeat;
    background-position: 13px center ;
    padding-left: 40px;
    padding-top: 13px;
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 300;
}
.object-list-title ul .num-results{
    text-align: right;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 300;
    padding-top: 13px;
    display: inline-block;
    padding-right: 8px;
}
.object-list-title ul .num-results b{
    margin-left: 4px;
}
.object-list{
    padding: 15px 0;
    margin: 0;
    background-color: #e8e8e8;
    vertical-align: top;
    line-height: 20px;
}
.object-list li{
    display: inline-block;
    vertical-align: top;
    width: 618px;
    height: 212px;
    background-color: white;
    margin-left: 13px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    /*background-image: url("/img/objects/1.jpg");*/
    background-repeat: no-repeat;
    padding-left: 353px;
}
.object-list li.title{
    display: block;
    vertical-align: top;
    width: calc(100% - 25px);
    text-align: left;
    padding: 0;
    margin: 0;
    height: 40px;
    background-color: #e8e8e8;
    color: #505050;
    font-size: 24px;
    font-weight: 300;
    padding-left: 20px;
}
.object-list .object-data{
    display: inline-block;
}
.object-list .star-b1, .object-list .star-b0{
    position: absolute;
    left: 290px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-image: url("/img/starb.png");
    background-size: 100%;
    cursor: pointer;
}
.object-list .star-b0{
    background-position: bottom;
}
.object-list .object-data .cost{
    text-align: right;
    color: #ce0000;
    font-size: 30px;
    font-weight: 300;
    width: 250px;
    margin-top: 12px;
}
.object-list .object-data .cost .fa-rub{
    font-size: 26px;
    font-weight: 300;
}
.object-list .object-data .more{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #167cac;
    font-size: 15px;
    font-weight: 700;
}
.object-list .object-data .addr{
    color: #565555;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    height: 43px;
    overflow: hidden;
}
.object-list .object-data .area,
.object-list .object-data .floar,
.object-list .object-data .state,
.object-list .object-data .distance{
    color: #565555;
    font-size: 15px;
    font-weight: 300;
}
.object-list .object-data .objectid{
    position: absolute;
    bottom: 5px;
    right: 157px;
    color: #565555;
    font-size: 15px;
    font-weight: 300;
}
.statistic{
    background-color: #e9e9e9;
}
.statistic h3{
    margin-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #595959;
    font-size: 16px;
    font-weight: 300;
}
.statistic > table{
    margin-left: 23px;
}
.statistic > table > tbody > tr > th{
    color: #000;
    font-size: 12px;
    font-weight: 300;
    min-width: 140px;
    text-align: right;
    padding-bottom: 46px;
}
.statistic > table > tbody > tr > td{
    color: black;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    text-align: right;
    padding-bottom: 20px;
}
.statistic > table > tbody > tr > td:nth-child(1){
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    text-align: left;
}
.dd-bg{
    position: fixed;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    /*border: solid 1px #f00;
    background-color: rgba(50,0,0,.3);*/
    z-index: 93;
    display: none;
}
.dd-bg.active{
    display: block;
}
.submenu{
    position: absolute;
    background-color: #fff;
    z-index: 95;
    text-wrap: none;
    box-shadow: 0 1px 1px rgba(0, 0, 2, 0.53);
    overflow: hidden;
    right: 1px;
    height: 420px;
    left: 1px;
    top: 33px;
    display: none;
    text-align: left;
}
.menu-text{
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    height: 33px;
    padding: 6px;
    background-color: #deeffd;
    z-index: 96;
}
.submenu.show{
    display: inline-block;
}
.submenu li:nth-child(1){
    border-bottom: solid 1px #c4c4c4;;
}
.submenu li {
    display: block;
    width: 100%;
    color: #5d5d5d;
    font-size: 12px;
    font-weight: 300;
    padding: 10px;
    margin: 0;
    cursor: pointer;
}
.submenu li.left{
    text-align: left;
}
.submenu li.right{
    text-align: right;
}
.submenu li:hover {
    color: #167cac;
    text-decoration: underline;
}
.submenu li .fa-rub{
    font-size: 11px;
}
.submenu li #sel-cost-from, .submenu li #sel-cost-to{
    display: inline-block;
    width: 110px;
    border: 1px solid #acacac;
    padding: 7px 11px;
    color: #5d5d5d;
    font-size: 12px;
    font-weight: 300;
}
.submenu li #sel-cost-from.active, .submenu li #sel-cost-to.active{
    border: 1px solid #167cac;
    color: #167cac;
}
.submenu li #sel-cost-from{
    margin-right: 7px;
}

.search-type{
    width: 300px;
}

.rl-widget{
    background-color: #e2effc;
    margin-left: 20px;
    vertical-align: top;
    clear: both;
}
.rl-widget .rl, .rl-widget .rls{
    padding: 5px 5px 8px 5px;
    vertical-align: top;
}
.rl-widget .rl-wd{
    display: inline-block;
    width: 300px;
    padding-left: 20px;
}
.rl-widget .cname, .rl-widget .rl-title{
    color: #606060;
    font-size: 14px;
    font-weight: 300;
    margin-top: 8px;
}
.rl-widget .rl-name{
    color: #000;
    font-size: 14px;
    font-weight: 500;

}
.rl-widget .phone-btn{
    height: 34px;
    background-color: #167cac;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-top: 5px;
}
.phone-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
}

.rl-widget .phone-btn.showed{
    background-color: #73a219;
    color: #fff;
    line-height: 36px;
    cursor: default;
}
.rl-widget .phone-btn.showed:hover{
    background-color: #73a219;
    color: #fff;
}

.rl-widget .phone-btn:hover{
    color: #e2effc;
}
.rl-widget .rl-mail{
    color: #167cac;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
}
.rl-widget .fa-envelope{
    color: #606060;
}
.rl-links{
    background-color: #f9f9f9;
    margin-left: 20px;
    clear: both;
    padding: 0 4px;
}
.object-mistake{
    line-height: 35px;
    margin-left: 23px;
    color: #167cac;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.rl-links a{
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
}
.rl-links a:nth-child(2){
    float: right;
}
.object-same-links{
    margin-left: 20px;
}
.object-same-links li{
    display: inline-block;
}
.object-same-links li:nth-child(1):after{
    content: "|";
    display: inline-block;
    margin: 0 5px;
    font-weight: 100;
}
.object-same-links li a{
    color: #969696;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
}
.map-container{
    margin: 10px 0 0 0;
    border: 1px solid #d0d0d0;
    width: 602px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    height: 350px;
    position: relative;
}
.video-container{
    margin: 10px 0 0 0;
    border: 1px solid #d0d0d0;
    width: 602px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    min-height: 300px;
    position: relative;
}
#map{
    height: 100%;
}
.html-list-sublist{
    height: 46px;
    overflow: hidden;
}
.html-list-sublist-text{
    display: inline-block;
    width: 900px;
    height: 46px;
    position: relative;
    color: #5e5e5e;
    font-size: 22px;
    font-weight: 300;
    line-height: 40px;
    padding: 0 10px;
}
.html-list-sublist-text #list-object-count{
    position: absolute;
    right: 10px;
    top: 3px;
}
.html-list-sublist-text #list-br-object-count{
    position: absolute;
    right: 410px;
    top: 3px;
}
.html-list-sublist-text #brselect{
    position: absolute;
    right: 10px;
    top: 3px;
}
.view-switch{
    margin-right: 0px;
}
.view-switch li{
    height: 46px;
    padding: 3px 10px 10px 40px;
    line-height: 40px;
    margin-left: -4px;
}
.view-switch li:last-child{
    border-left: solid 1px #ccc;
}
.html-list-objects-container{
    background-color: #e8e8e8;
    clear: both;
}
.html-list-objects{
    border: solid 1px #0f0;
    margin: 0;
    padding: 0;
}
.html-list-objects li{
    display: inline-block;
    vertical-align: top;
    width: 618px;
    height: 212px;
    background-color: white;
    margin-left: 13px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    background-image: url("/img/objects/1.jpg");
    background-repeat: no-repeat;
    padding-left: 353px;
}

.pager-container{
    text-align: center;
}
img.rl{
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: inline-block;
}
.image-gallery-frame{
    width: 600px;
    border: solid 1px #d0d0d0;
    padding: 10px;
    text-align: center;
}
#share{
    margin-top: 200px;
}
.catalog-nav:before{
    border-bottom: solid 1px #222;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.99);
}
.catalog-nav{
    width: 100%;
    height: 220px;
    background-image: url("/img/catalog-bg.jpg");
    background-size: cover;
    position: relative;
    overflow: visible;
    padding-bottom: 100px;
}
.catalog-nav h1{
    position: absolute;
    left: 22px;
    top: 80px;
    color: #fff;
    font-size: 32px;
    font-weight: 100;
}
.catalog-nav form{
    position: absolute;
    left: 450px;
    top: 75px;
    width: 370px;
    overflow: hidden;
    /*border: solid 1px #f00;*/
}
.catalog-nav form input{
    width: 280px;
    height: 40px;
    background: #fff;
    border-radius: 2px;
    border: none;
    padding: 12px;
    color: #333;
    font-size: 14px;
    font-weight: 300;
}
.catalog-nav form button{
    width: 77px;
    height: 38px;
    border-radius: 2px;
    background-color: #74b65f;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 12px;
    padding-top: 8px;
    text-align: center;
    margin-left: 5px;
    line-height: 20px;
}
.catalog-nav .f-line2{
    margin-top: 27px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    vertical-align: top;
}
.catalog-nav .select-crimea-region-title,
.media-title .select-media-video-section-title,
.media-title .select-media-video-section-title{
    vertical-align: top;
    width: 180px;
    display: inline-block;
    margin-right: 20px;
}
.catalog-nav .select-crimea-region,
.media-title .select-media-article-section-region,
.media-title .select-media-video-section-region{
    vertical-align: top;
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 2px;
    overflow: hidden;
    width: 160px;
    height: 24px;
    padding-left: 3px;
    font-size: 14px;
    cursor: pointer;
}
.catalog-nav .select-crimea-region .current,
.media-title .select-media-article-section-region .current,
.media-title .select-media-video-section-region .current{
    width: 150px;
    padding-top: 3px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}
.catalog-nav .select-crimea-region .current i,
.media-title .select-media-video-section-region .current i,
.media-title .select-media-article-section-region .current i{
    margin-top: 4px;
}
.catalog-nav .select-crimea-region.active,
.media-title .select-media-video-section-region.active,
.media-title .select-media-article-section-region.active{
    height: auto;
}
.catalog-nav .catalog-nav-links{
    position: absolute;
    padding: 0;
    margin: 0;
    margin-left: 23px;
    bottom: 0px;
}
.catalog-nav .catalog-nav-links li{
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 10px;
}
.catalog-nav .catalog-nav-links li a{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.catalog-nav .catalog-nav-links li.active{
    border-bottom: solid 4px #fff ;
}
.list-content{
    min-height: 400px;
}
.rl-list{

}
.rl-list li{
    display: block;
    height: 180px;
    border-bottom: solid 1px #b8b8b8;
    position: relative;
    padding: 0;
    margin: 0;
}
.rl-list li img.avatar{
    position: absolute;
    left: 25px;
    top: 35px;
    border-radius: 4px;
}
.rl-list li h2.fio{
    position: absolute;
    left: 162px;
    top: 22px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.rl-list .addr-title{
    position: absolute;
    left: 162px;
    top: 72px;
    color: #878787;
    font-size: 14px;
    font-weight: 300;
}
.rl-list .addr-value{
    position: absolute;
    left: 285px;
    top: 72px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rl-list .rlag-title{
    position: absolute;
    left: 162px;
    top: 92px;
    color: #878787;
    font-size: 14px;
    font-weight: 300;
}
.rl-list .rlag-value{
    position: absolute;
    left: 285px;
    top: 92px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    max-width: 250px;
    max-height: 60px;
    overflow: hidden;
}
.rl-list .about{
    position: absolute;
    left: 537px;
    top: 72px;
    width: 311px;
    height: 80px;
    color: #727272;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rl-list .button-about{
    position: absolute;
    right: 80px;
    top: 92px;
    width: 185px;
    height: 31px;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    color: #727272;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 5px;
    text-align: center;
}
.rl-list .button-about:hover{
    text-decoration: none;
    color: #666;
    border: 1px solid #aaa;
}

.profile-object-list{
    color: #505050;
    font-size: 24px;
    font-weight: 700;
}
.rl-no-objects{
    font-weight: 100;
    text-align: center;
    padding: 100px 0;
    background-color: #e8e8e8;
    color: #aaa;
}
.profile .left-side{
    width: 700px;
    display: inline-block;
    vertical-align: top;
}
.profile .right-side{
    width: 570px;
    display: inline-block;
    /*border: solid 1px #f00;*/
    vertical-align: top;
}
.profile .profil-info-container{
    position: relative; width: 700px;
    height: 170px;
}
.profile .avatar{
    position: absolute;
    left: 33px;
    top: 38px;
    border-radius: 3px;
}
.profile .profile-fio{
    position: absolute;
    display: inline-block;
    color: #010000;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    top: 38px;
    left: 152px;
    max-width: 520px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile .phone-btn{
    position: absolute;
    top: 78px;
    left: 152px;
    height: 34px;
    background-color: #fff;
    border-radius: 8px;
    color: #727272;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    width: 235px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #c4c4c4;
    text-align: center;
}
.profile .mail-link{
    position: absolute;
    top: 125px;
    left: 152px;
    color: #167cac;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline;
}
.profile .mail-link i{
    color: #656565;
}
.profile .phone-btn:hover{
    color: #727272;
}
.profile .profile-text{
    color: #000;
    font-size: 15px;
    padding-left: 37px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 33px;
    border-top: solid 1px #b8b8b8;
    text-align: justify;
    margin-bottom: 20px;
}
.profile .profile-object-link-title{
    position: absolute;
    top: 81px;
    right: 0;
    color: #878787;
    font-size: 14px;
    font-weight: 300;
}

.profile .profile-object-link{
    position: absolute;
    top: 96px;
    right: 0;
    color: #167cac;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: underline;
}
.profile-object-list h2{
    color: #505050;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    padding-top: 12px;
}
.profile-object-list-all-link{
    position: absolute;
    right: 493px;
    top: 16px;
    color: #167cac;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: underline;
}
.profile-object-list .profile-object-list-head{
    position: relative;
    clear: both;
    background-color: #e8e8e8;
    margin: 0;
    padding: 0;
    /*border: solid 1px #f00;*/
}
.profile-object-list .object-list{
    margin: 0;
}
#select-crimea-region-data{
    transition-duration: 2s;
    display: none;
    visibility: hidden;
    border: solid 1px #fff;
    border-top: none;
    height: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 12px;
    padding: 0;
    margin: 0;
    font-weight: 300;
    cursor: pointer;
}
#select-crimea-region-data.open{
    position: absolute;
    transition-duration: 2s;
    display: inline-block;
    visibility: visible;
    height: auto;
    background-color: #415c7b;
    z-index: 999;
    width: 160px;
    padding-bottom: 10px;
    overflow: hidden;
}
#select-crimea-region-data li{
    display: block;
    color: #fff;
    border-bottom: solid 1px rgba(0,0,0,0);
    padding: 3px 7px;
}
#select-crimea-region-data li:hover{
    background-color: #2d445c;
}
#select-crimea-region-data-bg-container{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0,0,0,.8);*/
    z-index: 998;
    visibility: hidden;
    display: none;
}

.article{
    padding: 25px;
    min-height: 500px;
}
.article h1{
    color: #1f1f1f;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 60px;
}
.article .meta .date{
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 300;
}
.article .meta .tags{
    display: inline-block;
    margin-left: 10px;
}
.article .meta .tags li{
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #0e1011;
    background-color: #e8e8e8;
}
.article .meta .tags li:hover{
    background-color: #ddd;
}
.article .meta .tags li a{
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    padding: 1px 9px;
}
.article article{
    margin-top: 25px;
}
.article article p{
    text-align: justify;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}
.article article li{
    margin-left: 35px;
}
.article-head{
    height: 150px;
    background-color: #1d2e3a;
}
.profile-gallery{
    margin: 15px 10px;
}
.profile-gallery .image-full{
    width: 550px;

}
.an-list li{
    display: block;
    height: 175px;
    border-bottom: solid 1px #b8b8b8;
    position: relative;
}
.an-list li h2{
    position: absolute;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    top: 12px;
    left: 170px;
}
/*.an-list li h2 a{  color: #000000; }*/
.an-list li .an-btn{
    position: absolute;
    top: 80px;
    right: 80px;
    width: 185px;
    height: 31px;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    padding: 5px;
    color: #727272;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}
.an-list li .an-logo{
    position: absolute;
    top: 25px;
    left: 25px;
    border: 1px solid #c4c4c4;
}
.an-list li .addr-title{
    position: absolute;
    top: 73px;
    left: 170px;
    color: #878787;
    font-size: 14px;
    font-weight: 300;
}
.an-list li .addr-value{
    position: absolute;
    top: 73px;
    left: 290px;
    width: 199px;
    height: 31px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    line-height: 15px;
}
.an-list li .region-title{
    position: absolute;
    top: 112px;
    left: 170px;
    color: #878787;
    font-size: 14px;
    font-weight: 300;
}
.an-list li .region-value{
    position: absolute;
    top: 112px;
    left: 290px;
    width: 199px;
    height: 31px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    line-height: 15px;
}
.an-list li .year-title{
    position: absolute;
    top: 136px;
    left: 170px;
    color: #878787;
    font-size: 14px;
    font-weight: 300;
}
.an-list li .year-value{
    position: absolute;
    top: 136px;
    left: 290px;
    width: 199px;
    height: 31px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    line-height: 15px;
}
.an-list li .an-text{
    position: absolute;
    top: 72px;
    right: 390px;
    width: 330px;
    height: 80px;
    color: #727272;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    overflow: hidden;
}
.profile .rl-list li{
    display: block;
    height: 150px;
    border-bottom: solid 1px #b8b8b8;
    position: relative;
    margin: 0;
    padding: 0;
}
.profile .rl-list li h2{
    position: absolute;
    top: 18px;
    left: 150px;
    color: #010000;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
}
.profile .rl-list li img{
    position: absolute;
    left: 33px;
    top: 27px;
    width: 100px;
    height: 100px;
    border-radius: 3px;
    border: solid 1px #ccc;
}
.profile .rl-list li .rl-objects-title{
    position: absolute;
    right: 13px;
    top: 70px;
    color: #878787;
    font-size: 14px;
    font-weight: 300;
}
.profile .rl-list li .rl-objects-link{
    position: absolute;
    right: 13px;
    top: 85px;
    color: #167cac;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: underline;
}
.profile .rl-list li .rl-mail{
    position: absolute;
    left: 150px;
    top: 110px;
}
.profile .rl-list li .rl-phone-button{
    position: absolute;
    left: 150px;
    top: 70px;
}
.profile .an-profil-info-container {
    position: relative;
    width: 700px;
    height: 220px;
}
.profile .an-profile-text {
    color: #000;
    font-size: 15px;
    padding-left: 37px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 33px;
    text-align: justify;
    margin-bottom: 20px;
}
.profile .an-profile-text h2 {
    color: #838383;
    margin: 0;
    padding: 0;
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
}
.an-profil-info-container .an-name{
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    left: 180px;
    top: 45px;
}
.an-profil-info-container #show-an-phone{
    position: absolute;
    top: 170px;
    left: 300px;
}
.an-profil-info-container .year-from-title{
    color: #858585;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: 89px;
    left: 180px;
    width: 100px;
    text-align: right;
}
.an-profil-info-container .region-title{
    color: #858585;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: 113px;
    left: 180px;
    width: 100px;
    text-align: right;
}
.an-profil-info-container .addr-title{
    color: #858585;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: 136px;
    left: 180px;
    width: 100px;
    text-align: right;
}
.an-profil-info-container .phone-title{
    color: #858585;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: 175px;
    left: 180px;

    width: 100px;
    text-align: right;
}
.an-profil-info-container .year-from-value{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: 89px;
    left: 306px;
}
.an-profil-info-container .region-value{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: 113px;
    left: 306px;
}
.an-profil-info-container .addr-value{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: 136px;
    left: 306px;
}
.an-map-container{
    width: 550px !important;
    margin: 0;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    height: 350px;
    position: relative;
}
.an-profile-gallery{
    width: 560px;
    margin: 10px;
    padding: 10px;
    border: solid 1px #ccc;
    overflow: hidden;
}
.an-profile-gallery img{
    width: 540px;
    height: auto;
}
.an-widget{
    width: 100%;
    height: 185px;
    position: relative;
    margin-left: 10px;
}
.an-widget .an-logo{
    position: absolute;
    top: 26px;
    left: 1px;
    border-radius: 3px;
    border: solid 1px #ccc;
}
.an-widget .an-widget-name{
    position: absolute;
    left: 150px;
    color: #000000;
    font-size: 24px;
    font-weight: 300;
}
.an-widget .an-widget-title-year, .an-widget-title-region, .an-widget-title-addr{
    position: absolute;
    left: 150px;
    color: #858585;
    font-size: 14px;
    font-weight: 300;
}
.an-widget .an-widget-value-year, .an-widget-value-region, .an-widget-value-addr{
    position: absolute;
    left: 280px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}
.an-widget .an-widget-title-year, .an-widget .an-widget-value-year{
    top: 66px;
}
.an-widget .an-widget-title-region, .an-widget .an-widget-value-region{
    top: 98px;
}
.an-widget .an-widget-title-addr, .an-widget .an-widget-value-addr{
    top: 126px;
}
.object-list{
    min-height: 600px;
}
.map-ico-btn-1, .map-ico-btn-2{
    display: inline-block;
    background-color: #e2effc;
    background-image: url('/img/map_icons.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 13px;
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}
.map-ico-btn-1{
    background-position: 1px -45px;
}
.map-ico-btn-2{
    background-position: 1px -153px;
}
.map-ico-btn-1.dark, .map-ico-btn-2.dark{
    background-color: #3162a1;
    color: #fff;
}

.map-ico-btn-2.dark{
    background-position: 1px -92px;
}

.map-ico-btn-2.dark a{
    color: #fff;
}

.map-ico-btn-1.dark{
    background-position: 1px 6px;
}
.catalog-list{
    margin-bottom: 20px;
}
.catalog-list li{
    display: block;
    height: 168px;
    border-bottom: solid 1px #b8b8b8;
    position: relative;
    margin: 0;
    padding: 0;
}
.catalog-list li .catalog-logo{
    position: absolute;
    left: 20px;
    top: 20px;
    border: solid 1px #ccc;
    border-radius: 3px;
}
.catalog-list li .catalog-name{
    position: absolute;
    top:20px;
    left:173px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}
.catalog-list li .catalog-addr-title, .catalog-list li .catalog-region-title, .catalog-list li .catalog-url-title{
    color: #878787;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    left: 173px;
}
.catalog-list li .catalog-addr-value, .catalog-list li .catalog-region-value, .catalog-list li .catalog-url-value{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    left: 305px;
    width: 210px;
}
.catalog-list li .catalog-addr-title, .catalog-list li .catalog-addr-value{
    top: 50px;
}
.catalog-list li .catalog-region-title, .catalog-list li .catalog-region-value{
    top: 95px;
}
.catalog-list li .catalog-url-title, .catalog-list li .catalog-url-value{
    top: 128px;
}

.catalog-list li .catalog-addr-value {
    height: 30px;
    line-height: 15px;
    overflow: hidden;
}
.catalog-list li .catalog-text {
    position: absolute;
    left: 590px;
    top: 50px;
    color: #727272;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    width: 320px;
    height: 106px;
    overflow: hidden;
}
.catalog-list li .catalog-phone {
    position: absolute;
    right: 100px;
    top: 80px;
    color: #727272;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    width: 185px;
    height: 31px;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    text-align: center;
    padding: 5px;
}
.catalog-profile{
    color: #505050;
    font-size: 24px;
    font-weight: 700;
}
.catalog-profile .left-side{
    width: 700px;
    display: inline-block;
    vertical-align: top;
}
.catalog-profile .right-side{
    width: 570px;
    display: inline-block;
    /*border: solid 1px #f00;*/
    vertical-align: top;
}
.catalog-profile .profil-info-container{
    position: relative; width: 700px;
    height: 220px;
}
.catalog-profile .catalog-logo{
    position: absolute;
    left: 33px;
    top: 38px;
    border-radius: 3px;
    border: solid 1px #ccc;
}
.catalog-profile .profile-name{
    position: absolute;
    display: inline-block;
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    vertical-align: top;
    top: 38px;
    left: 193px;
    max-width: 520px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog-profile .phone-btn{
    position: absolute;
    top: 137px;
    left: 336px;
    height: 34px;
    background-color: #fff;
    border-radius: 8px;
    color: #727272;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    width: 235px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #c4c4c4;
    text-align: center;
}

.catalog-profile .phone-btn:hover{
    color: #727272;
}
.catalog-profile .profile-text{
    color: #000;
    font-size: 15px;
    padding-left: 37px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 33px;
    text-align: justify;
    margin-bottom: 20px;
}

.catalog-profile .region-title, .catalog-profile .addr-title, .catalog-profile .url-title, .catalog-profile .phone-title{
    color: #858585;
    font-size: 14px;
    font-weight: 300;
    width: 120px;
    position: absolute;
    left: 195px;
    text-align: right;
}
.catalog-profile .region-value, .catalog-profile .addr-value, .catalog-profile .url-value{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    left: 337px;
}
.catalog-profile .region-title, .catalog-profile .region-value{
    top: 77px;
}
.catalog-profile .addr-title, .catalog-profile .addr-value{
    top: 107px;
}
.catalog-profile .phone-title{
    top: 147px;
}
.catalog-profile .url-title, .catalog-profile .url-value{
    top: 177px;
}
.type-title{
    color: #838383;
    font-size: 16px;
    font-weight: 300;
}
.type-value{
    color: #727272;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 22px;
    margin-bottom: 1px;
}
.no-item-block{
    min-height: 700px;
    text-align: center;
    margin-top: 100px;
}
.no-item-block h1{
    color: #858585;
    font-weight: 300;
}
.no-item-block .sub-title{
    color: #878787;
    font-size: 14px;
    font-weight: 300;
    margin-top: 50px;
}
.registration-form{
    min-height: 900px;
    text-align: center;
    background-color: #ededed;

}
.registration-form h1{
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    margin-top: 46px;
    margin-bottom: 37px;
    text-align: center;
}
.registration-form .registration-form-block{
    width: 1200px;
    margin: 0 auto;
}
.registration-form .registration-form-block-title{
    width: 1200px;
    height: 68px;
    box-shadow: 0 3px 3px rgba(0, 0, 2, 0.22);
    border-radius: 5px 5px 0 0;
    background-color: #167cac;
    position: relative;
    text-align: left;
    margin: 0;
    padding-left: 30px;
}
.registration-form .registration-form-block-title li{
    display: inline-block;
    margin: 17px 30px;
    font-size: 24px;
    font-weight: 700;
}
.registration-form .registration-form-block-title li a{
    color: #9fbee9;
    text-decoration: none;
}
.registration-form .registration-form-block-title li span{
    color: #fff;
    padding-bottom: 17px;
    border-bottom: solid 4px #fff;
}
.registration-form .registration-form-block-body{
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
    box-shadow: 0 3px 3px rgba(0, 0, 2, 0.53);
    border-radius: 0 0 5px 5px;
    min-height: 200px;
    position: relative;
}
.registration-form .registration-form-block-body-big{
    min-height: 800px;
}
.registration-form .registration-form-block-body-small{
    min-height: 600px;
}
.registration-form .registration-form-block-body form{
    position: absolute;
    left: 20px;
    top: 50px;
    width: 530px;
}
.registration-form .registration-form-block-body form .form-checkbox-line{
    text-align: left;
    clear: both;
    padding: 10px 0;
    padding-top: 15px;
    margin-left: 180px;
    position: relative;
}
.registration-form .registration-form-block-body form .form-checkbox-line label{
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}
.registration-form .registration-form-block-body form .form-line{
    text-align: left;
    clear: both;
    padding: 10px 0;
}
.registration-form .registration-form-block-body form .form-line label{
    width: 170px;
    display: inline-block;
    text-align: right;
}
.registration-form .registration-form-block-body form .form-line label.required:after{
    content: '*';
    display: inline-block;
    color: #f00;
    margin-left: 4px;
}
.registration-form .registration-form-block-body form .form-line input{
    width: 351px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #a0a0a0;
    float: right;
    color: #167cac;
    font-size: 16px;
    font-weight: 300;
    padding: 0 9px;
    line-height: 25px;
}
.registration-form .registration-form-block-body form .form-line select{
    width: 351px;
    height: 32px;
    border-radius: 2px !important;
    border: 1px solid #a0a0a0;
    float: right;
    color: #167cac;
    font-size: 16px;
    font-weight: 300;
    padding: 0 9px;
    line-height: 25px;
    -moz-appearance: none;
    background: right center no-repeat #fff url("/img/adn.png") !important;
    margin-bottom: 9px;
}
.registration-form .registration-form-block-body form .form-line #input-code{
    display: inline-block;
    width: 72px;
    margin-right: 12px;
}
.registration-form .registration-form-block-body form .form-line #input-phone{
    display: inline-block;
    width: 146px;
}
/*.registration-form .registration-form-block-body form .form-line #input-sms{
    display: inline-block;
    width: 105px;
    margin-right: 92px;
}*/
.registration-form .registration-form-block-body form .form-line #send_sms{
    display: inline-block;
    float: right;
}
.registration-form .registration-form-block-body form .agree-text{
    position: absolute;
    left: 10px;
    width: 915px !important;
    min-width: 915px;
    height: 97px;
    font-size: 16px;
    font-weight: 300;
    color: #5e5e5e;
}
.registration-form .registration-form-block-body .registration-title{
    position: absolute;
    text-align: left;
    right: 31px;
    font-size: 18px;
    font-weight: 300;
    width: 570px;
    height: 39px;
    top: 53px;
}
.registration-form .registration-form-block-body .registration-title ul{
    width: 503px;
    height: 130px;
    color: #515151;
    font-size: 16px;
    font-weight: 300;
    margin-left: 20px;
}
.registration-form .registration-form-block-body .registration-title ul li{
    color: #515151;
    font-size: 16px;
    font-weight: 300;
    margin-top: 19px;
}
.registration-form .registration-form-block-body form .required-text{
    margin-top: 0px;
    padding-left: 10px;
}
.registration-form .registration-form-block-body form button.submit{
    width: 221px;
    height: 50px;
    border-radius: 2px;
    background-color: #99c45a;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.form-hidden{
    display: none;
    visibility: hidden;
}
.registration-form .registration-form-block-body form .subscribe-text{
    position: absolute;
    left: 10px;
    width: 915px !important;
    min-width: 915px;
    height: 97px;
    font-size: 16px;
    font-weight: 300;
    color: #5e5e5e;
}
.registration-form .registration-form-block-body form .subscribe{
    margin-top: 70px;
}
.registration-form .registration-form-block-body .complite-h1{
    padding-top: 150px;
    color: #5e5e5e;
    font-weight: 300;
    font-size: 30px;
}
.registration-form .registration-form-block-body .complite-h2{
    padding-top: 30px;
    color: #5e5e5e;
    font-weight: 300;
    font-size: 16px;
}
.registration-form .registration-form-block-body .complite-h3{
    padding-top: 20px;
    color: #5e5e5e;
    font-weight: 300;
    font-size: 12px;
}
.registration-form .registration-form-block-body .error_message{
    color: #f00;
    padding-top: 20px;
}
.registration-form .registration-form-block-body form .link-reset-password{
    position: absolute;
    right: 1px;
}
.registration-form .registration-form-block-body form #_submit{
    width: 114px;
    height: 50px;
    border-radius: 2px;
    background-color: #99c45a;
    text-align: center;
    float: right;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}
.registration-form .registration-form-block-body form.login-form .form-line{
    margin-top: 18px;
    margin-bottom: 18px;
}
input#loc{
    width: 316px;
    height: 28px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 3px;
    margin-top: 0;
    color: #000000;
    font-size: 10px;
    font-weight: 100;
    font-style: italic;
}
.redstar{
    font-size: 6px;
    vertical-align: middle;
}

#imagelist {
    text-align: left;
    padding-left: 0px;
    margin-top: 5px;
}
#imagelist img{
    border-radius: 2px;
    width: 100px;
    height: auto;
    cursor: pointer;
}
#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;
}
.no-image-found{
    width: 344px;
    height: 212px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #dcdcdc;
    background-image: url("/img/vnc.png");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}
.image-found{
    width: 344px;
    height: 212px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.search-advanced-container{
    display: inline-block;
    padding: 18px 12px;
    border-right: solid 1px #fff !important;
    color: #167cac;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.search-advanced-container.dark{
    background-color: #167cac;
    color: #fff;
}
.search-save-search-container{
    display: inline-block;
    padding: 18px 12px;
    border-right: solid 1px #fff !important;
    color: #167cac;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.search-modal-bg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 29;
}
.search-modal-frame{
    position: fixed;
    width: 690px;
    height: 470px;
    left: calc( 50% - 345px );
    top: calc( 50% - 235px );
    z-index: 30;
}
.search-modal-title{
    border-radius: 5px 5px 0 0;
    height: 50px;
    background-color: #167cac;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 18px 15px;
}
.search-modal-close-btn{
    width: 26px;
    height: 26px;
    background-color: #fff;
    color: #167cac;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 5px;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
}
.search-modal-footer{
    border-radius: 0 0 5px 5px;
    height: 66px;
    background-color: #a0a0a0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 15px;
}

.search-modal-body .title{
    color: #454545;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}
.search-modal-body .line-l1{
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
}
.search-modal-body .line-l1 input[type="text"]{
    width: 58px;
    border-radius: 2px;
    padding: 3px 7px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #b3b3b3;
    color: #7a7a7a;
    text-align: right;
}
.search-modal-body .line-l1 .subtext, .search-modal-body .line-l2 .subtext{
    display: inline-block;
    vertical-align: top;
}
.search-modal-body .line-l2{
    color: #454545;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
}

.search-modal-body .line-l2 select{
    width: 195px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #a0a0a0;
    color: #454545;
    padding: 3px 10px;
    font-size: 16px;
    font-weight: 300;
}

.search-modal-footer .button{
    width: 114px;
    height: 34px;
    border-radius: 2px;
    background-color: #e8e8e8;
    display: inline-block;
    color: #454545;
    font-size: 16px;
    font-weight: 300;
    padding: 6px;
    text-align: center;
    cursor: pointer;
}
.search-modal-footer .button.green{
    margin-left: 8px;
    background-color: #92c37c;
    color: #fff;
}
.no-user-image-big{
    text-align: center;
    padding: 80px;
    background-color: #ddd;
    margin: 3px;
}
#demo-flot-line{
    width: 100%;
    height: 400px;
    border: solid 10px #f00;
}
#flot-tooltip .h4{
    text-align: left;
}
.legend > div{
    background-color: #fff;
    padding: 3px;
}
.legendLabel{
    padding-left: 5px;
}
#flot-tooltip p{
    white-space: nowrap;
}
.floor-container{
    position: absolute;
    top: 60px;
    left: 300px;
}
.line-l1 label{
    font-weight: normal;
}
.modal-span-holder{
    width: 134px;
    display: inline-block;
}
.info-columns p{
    text-align: justify;
    padding-left: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    font-weight: 300;
}
.ObImgHolderLink{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 344px;
    font-size: 32px;
}
.mapItemObjectLink{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
}
.mapItemObjectLink:hover{
    background-color: rgba(0,0,0,.3);
}
.user-menu{
    position: absolute;
    background-color: #fff;
    z-index: 95;
    text-wrap: none;
    box-shadow: 0 1px 1px rgba(0, 0, 2, 0.53);
    overflow: hidden;
    height: 0px;
    left: 0;
    top: 38px;
    display: none;
}

.media-title{
    height: 225px;
    background-color: #2a3b49;
    background-image: url("/img/media-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.media-title h2{
    color: #ffffff;
    font-size: 32px;
    font-weight: 100;
    position: absolute;
    left: 30px;
    top: 90px;
    width: 480px;
    text-transform: uppercase;
}
.media-title .section-switch{
    position: absolute;
    bottom: 0;
    left: 30px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.media-title .section-switch li{
    display: inline-block;
    margin-right: 10px;
}
.media-title .section-switch li a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    border-bottom: solid 3px rgba(0,0,0,0);
}
.media-title .section-switch li.active a{
    border-bottom: solid 3px #fff;
}
.media-title form{
    position: absolute;
    bottom: 0;
    left: 540px;
    height: 100px;
    /*border: solid 1px #f00;*/
}
.media-title input{
    width: 280px;
    height: 38px;
    border-radius: 2px;
    padding-left: 10px;
}
.media-title #search-btn{
    width: 77px;
    height: 38px;
    border-radius: 2px;
    background-color: #74b65f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}
.media-title .select-crimea-region-title{
    vertical-align: top;
    width: 180px;
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    padding-top: 30px;
}
#select-media-article-data > li > a,
#select-media-video-data > li > a{
    display: block;
    color: #fff;
    width: 100%;
    padding: 3px 7px;
}

.media-container{
    min-height: 500px;
}

.media-title .select-crimea-region-title{
    vertical-align: top;
    width: 180px;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}
.media-title .select-crimea-region{
    vertical-align: top;
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 2px;
    overflow: hidden;
    width: 160px;
    height: 24px;
    padding-left: 3px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
}

.media-title .select-media-article-section-title {
    vertical-align: top;
    width: 180px;
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    margin-top: 24px;
    font-size: 15px;
}
.media-title .select-crimea-region .current{
    width: 150px;
    color: #fff;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}
.media-title .select-crimea-region .current i{
    margin-top: 4px;
}
.media-title .select-crimea-region.active{
    height: auto;
}
.media-container h1{
    color: #010101;
    font-size: 24px;
    font-weight: 700;
    padding-left: 25px;
    margin-top: 20px;
    padding-bottom: 12px;
    border-bottom: solid 2px #c4c4c4;
}
.main-article-container{
    display: flex;
    width: 100%;
}
.main-article{
    display: inline-block;
    width: calc(50% + 40px);
    position: relative;
    padding: 20px;
}
.main-article h3{
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin-top: 2px;
}
.main-article .date{
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 300;
    margin-top: 12px;
}
.main-article .leed{
    color: #000;
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22.85px;
}
.main-article img{
    transition-duration: 1s;
    width: 100%;
    height: auto;
    opacity: 0.9;
}
.main-article img:hover{
    transition-duration: 1s;
    opacity: 1;
}
.main-article-list{
    display: inline-flex;
    width: 50%;
    padding: 20px;
}
.main-article-list ul li{
    display: inline-block;
    width: 100%;
    height: 100px;
    position: relative;
    padding-left: 130px;
    margin-bottom: 15px;
    padding-top: 10px;
    cursor: pointer;
}
.main-article-list ul li a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    padding-left: 130px;
    padding-top: 10px;
}
.main-article-list ul li img{
    position: absolute;
    left: 0;
    top: 12px;
}
.main-article-list ul li .title{
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}
.main-article-list ul li .date{
    position: absolute;
    left: 130px;
    bottom: 8px;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 300;
}

.article-list-container{
    padding: 20px;
}
.article-list-container.grey{
    background-color: #e7e7e7;
}
.grey-odd:nth-child(odd){
    background-color: #e7e7e7;
}
.article-list-container h3{
    color: #010101;
    font-size: 24px;
    font-weight: 700;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;
}
.article-list-container .devider{
    width: calc(100% + 40px);
    height: 2px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #efeded;
    border-bottom: solid 1px #f8f3f3;
    margin-bottom: 20px;
}

.grey-odd:nth-child(odd) .devider{
    width: calc(100% + 40px);
    height: 2px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #cdcbcb;
    border-bottom: solid 1px #f3f2f2;
    margin-bottom: 20px;
}

.article-list-container.grey .devider{
    width: calc(100% + 40px);
    height: 2px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #cdcbcb;
    border-bottom: solid 1px #f3f2f2;
    margin-bottom: 20px;
}
.article-list-container ul{
    display: flex;
    flex-wrap: wrap;
}
.article-list-container ul li{
    display: inline-block;
    width: 50%;
    height: 100px;
    position: relative;
    padding-left: 130px;
    margin-bottom: 15px;
    padding-top: 10px;
    cursor: pointer;
}
.article-list-container ul li a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    padding-left: 130px;
    padding-top: 10px;
}
.article-list-container ul li img{
    position: absolute;
    left: 0;
    top: 12px;
}
.article-list-container ul li .title{
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}
.article-list-container ul li .date{
    position: absolute;
    left: 130px;
    bottom: 8px;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 300;
}
.noline{
    border: none !important;
    color: #1f1f1f;
    font-size: 30px;
    font-weight: 300 !important;
}
article{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    padding: 20px;
    text-align: justify;
}
article p{
    margin-bottom: 20px;
    line-height: 22.85px;
}
.article-meta li{
    display: inline-block;
}
.article-meta li.date{
    color: #1f1f1f;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 300;
    padding-right: 15px;
}
.article-meta li a {
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #0e1011;
    background-color: #e8e8e8;
    padding: 1px 7px;
    margin: 0 3px;
}
.article-meta li a:hover{
    text-decoration: none;
    color: #000;
    background-color: #cacaca;
}

#select-media-article-data,
#select-media-video-data{
    transition-duration: 2s;
    display: none;
    visibility: hidden;
    border: solid 1px #fff;
    border-top: none;
    height: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 12px;
    padding: 0;
    margin: 0;
    font-weight: 300;
    cursor: pointer;
}

#select-media-article-data.open,
#select-media-video-data.open{
    position: absolute;
    transition-duration: 2s;
    display: inline-block;
    visibility: visible;
    height: auto;
    background-color: #415c7b;
    z-index: 999;
    width: 160px;
    padding-bottom: 10px;
    overflow: hidden;
}
#select-media-article-data li,
#select-media-video-data li{
    display: block;
    color: #fff;
    border-bottom: solid 1px rgba(0,0,0,0);
    padding: 0;
}
#select-media-article-data li:hover,
#select-media-video-data li:hover{
    background-color: #2d445c;
}
#select-media-article-data-bg-container,
#select-media-video-data-bg-container{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0,0,0,.8);*/
    z-index: 998;
    visibility: hidden;
    display: none;
}
#select-media-article-bg-container.open{
    visibility: visible;
    display: block;
}
.media-container.dark{
    background-color: #343434;
    color: #fff;
    padding-left: 20px;
}
.video-border{
    border: solid 5px #292929;
}
.video-line{
    clear: both;
    /*border: solid 1px #00f;*/
}
.video-block-left{
    display: inline-block;
    width: 650px;
    margin-right: 50px;
    min-height: 200px;
    vertical-align: top;
    /*border: solid 1px #0f0;*/
}
.video-block-right{
    display: inline-block;
    width: 540px;
    min-height: 100px;
    vertical-align: top;
   /* border: solid 1px #f00;*/
}
.video-block-player{
    width: 650px;
    height: 410px;
    margin-top: 25px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
h2{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.video-list li{
    display: block;
    height: 95px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.video-list li .img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 95px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
}
.video-list li .time{
    position: absolute;
    left: 115px;
    bottom: 3px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    padding: 0 2px;
    font-size: 10px;
    z-index: 6;
}
.video-list li .title{
    padding-left: 150px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-right: 3px;
}
.video-list li .leed{
    padding-left: 150px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding-top: 3px;
    padding-right: 3px;
    line-height: 17.15px;
}
.share-block{
    height: 20px;
    text-align: right;
    margin-top: 10px;
}
.date{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: -20px;
    padding-left: 3px;
}
.video-block-left h1{
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    border: none;
}
.video-block-left .text{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
}
.video-line-devider{
    height: 2px;
    background-color: #5d5d5d;
    border-top: solid 1px #222;
    margin-top: 10px;
    margin-bottom: 5px;
}
.section-title{
    padding-left: 10px;
}
.section-first-video-block{
    display: block;
    height: 265px;
    overflow: hidden;
    position: relative;
    padding-left: 460px;
}
.section-first-video-block .img{
    position: absolute;
    width: 450px;
    height: 260px;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-first-video-block .img:before{
    content: "";
    transition-duration: 1s;
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("/img/video-bg.png");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: cover;
}
.section-first-video-block .img:hover:before{
    transition-duration: 1s;
    background-image: none;
}
.section-first-video-block .img:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("/img/video-play-button.png");
    background-position: center;
    background-repeat: no-repeat;
}
.section-first-video-block .title{
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    left: 5px;
    top: 5px;
}
.section-first-video-block .date{
    margin-top: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.section-first-video-block .text{
    margin-top: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: 17.15px;
}
.video-line-wide .video-block-left {
    width: 690px;
    margin-right: 10px;
}
.video-line-wide .video-list{
    margin-top: 50px;
}
.section-link{
    float: right;
    color: #ffffff;
    font-size: 14px;
}
.section-link:hover{
    color: #ccc;
    text-decoration: none;
}
.video-list-container{
    color: #fff;
    margin-top: -20px;
}
.video-list-container h1{
    border: none;
    color: #fff;
    line-height: 60px;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    margin-bottom: -15px;
    padding-top: 20px;
    font-size: 24px;
    font-weight: 500;
}


.video-list li{
    display: block;
    height: 95px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.video-list li .img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 95px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
}
.video-list li .time{
    position: absolute;
    left: 115px;
    bottom: 3px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    padding: 0 2px;
    font-size: 10px;
    z-index: 6;
}
.video-list li .title{
    padding-left: 150px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-right: 3px;
}
.video-list li .leed{
    padding-left: 150px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding-top: 3px;
    padding-right: 3px;
}
.video-list-container .video-list li{
    display: inline-block;
    margin-right: 6%;
    margin-left: 2%;
    width: 40%;
}
.video-list-container ul.video-list{
    margin-top: 20px;
    margin-bottom: 0;
}
.video-tags a{
    transition-duration: 1s;
    background-color: #4A4743;
    color: #ccc;
    padding: 1px 6px;
    border-radius: 2px;
    text-wrap: none;
    text-overflow: ellipsis;
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
}
.video-tags a:hover{
    transition-duration: 1s;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.radio-block{
    width: calc(100% + 20px);
    min-height: 600px;
    margin-left: -20px;
    background: no-repeat;
    background-position: center;
    background-image: url("/img/ys1.jpg");
    position: relative;
    text-align: center;
}
.radio-block-text{
    padding-bottom: 25px;
}
.radio-block-text h1{
    color: #fff;
    padding-left: 0;
    margin-left: 0;
    font-weight: 300;
    border-bottom: none;
}
.radio-block-text .devider{
    width: calc(100% + 20px);
    height: 1px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #cdcbcb;
    border-bottom: solid 1px #f3f2f2;
    margin-bottom: 20px;
}
.radio-block-text p{
    font-weight: 200;
    text-align: justify;
    padding-right: 20px;
    line-height: 20px;
}
.radio-btn {
    transition-duration: 1s;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: solid 3px rgba(255,255,255,.7);
    color: rgba(255,255,255,.7);
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,.5);
    text-shadow: 0 0 15px rgba(0,0,0,.5);
    cursor: pointer;
    position: absolute;
    left: calc(50% - 40px);
    top: 100px;
}
.radio-btn:hover{
    transition-duration: 1s;
    border: solid 3px rgba(255,255,255,.95);
    color: rgba(255,255,255,.95);
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    text-shadow: 0 0 15px rgba(0,0,0,.8);
}
.radio-btn .fa-play{
    margin-top: 10px;
    margin-left: 10px;
}
.radio-btn .fa-pause{
    margin-top: 13px;
    margin-left: 0;
    font-size: 3.5em;
}
.yfm-logo{
    width: 190px;
    height: 151px;
    position: absolute;
    top: 300px;
    left: calc(50% - 95px);
    background-image: url("/img/ylogo.png");
    background-size: contain;
}
#send_sms_btn{
    float: right;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #167cac;
    color: #fff;
    padding: 4px;
    margin-left: 12px;
    background-color: #167cac;
}
.registration-form h1{
    margin-top: 0;
    padding-top: 37px;
}
.content-img-right{
    float: right;
    margin-left: 10px;
}
.content-img-left{
    float: left;
    margin-right: 10px;
}
.active-link{
    color: #167cac;
}

.video-line a{
    color: #FFF !important;
}
.idsearch{
    display: inline-block;
    width: 70px;
    border: solid 1px #111;
    height: 30px;
    vertical-align: top;
    margin-top: 0;
    background-color: #ccc;
    position: absolute;
    border-radius: 3px;
    text-align: center;
    top: -3px;
    right: 320px;
    padding: 4px;
    transition-duration: .5s;
    overflow: hidden;
    font-size: 11px;
    line-height: 19px;
}
.idsearch:hover, .idsearch.active{
    width: 100px;
    background-color: #fff;
    transition-duration: .5s;
    font-size: 12px;
}
.idsearch input{
    width: 100%;
    background: transparent;
}
.idsearch:hover input, .idsearch.active input{
    width: calc(100% - 30px);
}
.idsearch .search-id-btn{
    padding: 3px 5px;
    visibility: hidden;
}
.idsearch:hover .search-id-btn, .idsearch.active .search-id-btn{
    visibility: visible;
}
.idsearch i{
    cursor: pointer;
}
.object-list .all{
    float: right;
}
#login, #userMenu{
    font-size: 16px;
    text-transform: uppercase;
}
.geo-widget{
    width: 600px;
    margin-left: 20px;
    min-height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border: 0.4px solid #a6a6a6;
}
.geo-widget-title-1{
    height: 50px;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: bold;
    /*border-bottom: solid 1px #f00;*/
    line-height: 50px;
    padding-left: 50px;
    background-image: url("/img/nav.png");
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.geo-widget-title-2{
    background-color: #167cac;
    color: #fff !important;
    font-weight: 100;
    font-size: 18px;
    height: 40px;
    padding-top: 5px;
    padding-left: 10px;
}
.geo-widget-title-2-left{
    width: 400px;
    display: inline-block;
    line-height: 30px;
}
.geo-widget-title-2-right{
    width: 170px;
    display: inline-block;
    float: right;
    text-align: right;
}
.geo-widget-title-2-right li{
    display: inline-block;
}
.geo-widget-title-2-right li a{
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    padding-right: 10px;
    line-height: 30px;
}
.geo-widget-article{
    padding: 5px;
    clear: both;
    line-height: 20px;
    font-size: 14px;
}
.geo-widget-article img{
    float: left;
    height: 170px;
    width: auto;
    margin-right: 5px;
}
.geo-widget-article a{
    text-decoration: underline;
}
.geo-widget-more-title{
    color: #3e3e3e;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.geo-widget-more li{
    display: inline-block;
    padding-left: 25px;
}
.geo-widget-more li a{
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
    line-height: 20px;
}
.object-statistic{
    width: 600px;
    min-height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border: 0.4px solid #a6a6a6;
}
.object-statistic-title{
    background-color: #167cac;
    color: #fff !important;
    font-weight: 100;
    font-size: 18px;
    height: 40px;
    padding-top: 5px;
    padding-left: 10px;
}
.object-statistic table{
    width: 100%;
}
.object-statistic table td{
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    text-align: right;
}
.object-statistic table td:nth-child(1){
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    text-align: left;
}
.object-statistic table tr:nth-child(1){
    background-color: #e2effc;
    font-size: 12px;
    text-decoration: none !important;
}
.object-statistic table tr:nth-child(1) td{
    text-decoration: none !important;
}
.more-objects{
    min-height: 220px;
    background-color: #f9f9f9;
}
.more-objects-title{
    line-height: 50px;
    padding-left: 20px;
    height: 50px;
    color: #8a8a8a;
    font-size: 14px;
}
.more-objects-cells{
    text-align: center;
    vertical-align: top;
}
.more-objects-cells li{
    display: inline-block;
    width: 170px;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: top;
    text-align: left;
}
.more-objects-cells li img{
    width: 170px;
    height: 111px;

    /*height: auto;*/
}
.more-objects-cells li a{
    text-decoration: none;
}
.more-objects-cells-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more-objects-cells li .cost-more{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.add-ok-container {
    min-height: 600px;
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
    background-color: #EDEDED;
}
.add-ok-msg{
    width: 400px;
    height: 190px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0, 0, 2, 0.53);
}
.add-ok-msg-title{
    background-color: #167CAC;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.add-ok-msg-smg{
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    text-align: justify;
}
.add-ok-msg-link{
    color: #167CAC;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
}
#searchText{
    font-size: 14px;
}
.head-menu{
    padding-top: 2px;
}
h2{
    margin-top: 20px;
    margin-bottom: 10px;
}
#search_container{
    line-height: 1.42857 !important;
}
article{
    line-height: 20px;
}
article p {
    font-size: 14px;
}
.building-cost{
    font-size: 20px;
}
.building-cost-unit{
    font-size: 15px;
    position: absolute;
    right: 20px;
    z-index: 10;
    top: 155px;
    width: 400px;
}
.builder-widget{
    border: 1px solid #d0d0d0;
    margin-right: 18px;
    margin-top: 10px;
    padding: 7px;
    background-color: #e2effc;
}
.builder-widget li{
    font-size: 14px;
    padding: 7px 3px 5px 3px;
    position: relative;
    font-weight: 100;
    cursor: pointer;
    color: #222;
}
.builder-widget li:hover{
    background-color: #f0f5fa;
}
.builder-widget li span{
    float: right;
    font-size: 14px;
    font-weight: normal;
}
.documents-widget{
    border: 1px solid #d0d0d0;
    margin-right: 18px;
    margin-top: 10px;
    padding: 10px 0;
}
.documents-widget li{
    width: 100%;
    font-size: 14px;
    padding: 5px 25px;
}
.documents-widget li i{
    display: none;
    visibility: hidden;
    font-weight: 100;
}
.documents-widget .title{
    font-size: 16px;
}
.documents-widget li:hover i{
    display: inline-block;
    margin-left: -19px;
    visibility: visible;
}
.documents-widget li a{
    width: 100%;
}

.building-data .name{
    text-align: right;
    color: #ce0000;
    font-size: 26px;
    font-weight: 300;
    padding: 7px 8px 3px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.building-data .addr{
    margin-top: 5px;
}
.building-data .param{
    font-weight: 200;
    font-size: 14px;
    margin-top: 5px;
}
.building-data .addr{
    font-size: 14px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.building-data .more{
    float: right;
    padding-right: 8px;
    padding-bottom: 3px;
}
.builders-list h2 {
    font-size: 18px;
    font-weight: 300;
    padding-left: 15px;
    color: #337ab7;
}
.builders-list > li > ul{
    display: block;
    border-bottom: solid 1px #b8b8b8;
    position: relative;
}
.builders-list > li > ul > li{
    font-weight: 100;
    line-height: 23px;
    padding-left: 15px;
}
#brselect{
    border-left: solid 1px #ccc;
    padding-left: 10px;
}
#brselect select{
    width: 320px;
    border: none;
    background-color: transparent;
}

#list-title b{
    color: #000;
    font-weight: bold;
}
.assoc-header{
    height: 220px;
    width: 100%;
    position: relative;
}
.assoc-menu{
    position: absolute;
    bottom: 0;
    left: 40px;
}
.assoc-menu li{
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 10px;
}
.assoc-menu li a{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.assoc-menu li.active{
    border-bottom: solid 4px #fff ;
}
.assoc-header-toning{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url("/img/assoc-toning.png");
}
.assoc-menu li{
    display: inline-block;
}
.assoc-name{
    font-size: 33px;
    font-weight: 300;
    color: #3b3b3b;
    position: absolute;
    left: 20px;
    width: 750px;
    top: 50px;
    /*border: dashed 1px #f00;*/
    text-transform: uppercase;
    max-height: 100px !important;
    text-overflow: ellipsis;
}
.assoc-logo{
    font-weight: 300;
    position: absolute;
    right: 20px;
    width: 450px;
    top: 30px;
    height: 140px !important;
    z-index: 666;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
.assoc-header-list{
    height: 220px;
    width: 100%;
    position: relative;
    background-image: url("/img/catalog-bg.jpg");
    background-size: cover;
    color: #fff !important;
    overflow: visible;
}
.assoc-header-list .assoc-name{
    color: #fff !important;
    top: 90px;
}
.assoc-list{
    min-height: 600px;
}
.assoc-list li{
    height: 100px;
    border-bottom: solid 1px #ccc;
    position: relative;
}
.assoc-list li .assoc-list-button{
    position: absolute;
    right: 30px;
    top: 35px;
    color: #727272;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    width: 185px;
    height: 31px;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    text-align: center;
    padding: 5px;
}
.assoc-list li .assoc-list-logo{
    position: absolute;
    left: 30px;
    top: 5px;
    bottom: 5px;
    width: 150px;
    border: 1px solid #c4c4c4;
    padding: 5px;
    background-image: url("/img/ucar.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.assoc-list li .assoc-list-name{
    font-size: 24px;
    font-weight: 300;
    color: #3b3b3b;
    position: absolute;
    left: 190px;
    width: 750px;
    top: 35px;
    text-transform: uppercase;
    max-height: 100px !important;
    text-overflow: ellipsis;
}
img.avatar{
    width: 110px;
    height: 110px;
    overflow: hidden;
}
.assoc-container{
    min-height: 600px;
}
.assoc-text{
    padding: 10px;
    margin-top: 20px;
    text-align: justify;
}
iframe {
    width: 100% !important;
    border: solid 1px #ccc;
    max-width: 100% !important;
    min-height: 320px !important;
}
.hasVideo{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    border-radius: 25px;
    border: solid 3px #d55;
    color: #d55 !important;
    position: absolute;
    left: 300px;
    bottom: 10px;
    font-size: 14px !important;
    z-index: 2;
}