/* set defaults */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a:active {
    opacity: 0.8;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
    html {
        -webkit-text-size-adjust: 100%;
    }
}

body, h1, h2, h3, p, table, td, img, form, a {
    margin: 0;
    padding: 0;
    border: 0;
}

body, input, textarea {
    font: 14px/19px Tahoma, Helvetica, Arial, sans-serif;
    color: #333;
}

body {
    max-width: 960px;
    min-width: 300px;
    background: #f3f3f3;
    margin: 0 auto;
}

html, body.iphone {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 3002;
    position: relative;
}

a {
    text-decoration: none;
    outline: none;
    color: #D9111B;
}

a.nowrap {
   white-space: nowrap;
}

/* body header */

.body-header {
    height: 53px;
    line-height: 51px;
    background: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
}

.body-header-container {
    padding-bottom: 2px;
    position: relative;
    z-index: 2;
}

.body-header-container .numero-uno {
    height: 20px;
    line-height: 20px;
    background: #d9111b;
    font-size: 13px;
    box-shadow: inset 0 4px 4px 0 rgba(40,40,40,0.20);
    color: #fff;
}

.body-header-container .numero-uno a {
    color: #fff;
    width: 60px;
    display: block;
}

.body-header-container .numero-uno .number {
    width: 60px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: inset -2px 0px 10px -2px rgba(40, 40, 40, 0.75);
    text-align: center;
    margin-right: 20px;
}
.body-header-container .numero-uno div {
    float:left;
}

.header-container-white {
    background: #fff;
}

/* e10c18 */
.aruodas-logo img {
    vertical-align: middle;
}

.aruodas-logo {
    vertical-align: top;
    margin-left: 8px;
    border: none;
    display: inline-block;
    height: 51px;
}

.top-menu {
    list-style: none;
    float: right;
    vertical-align: top;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    height: 51px;
}

.top-menu img {
    vertical-align: middle;
}

.top-menu li {
    display: inline-block;
    margin-right: 6px;
    line-height: 51px;
    height: 51px;
    vertical-align: top;
}

.top-menu-new-text {
    font-size: 11px;
    color: #969797;
    white-space: normal;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 45px;
}

@media all and (min-width: 340px) {
    .top-menu-new-text {
        width: auto;
    }
}

.top-menu-separator {
    width: 1px;
    height: 41px;
    background: #e8e8e8;
    vertical-align: middle;
    display: inline-block;
}

.balloon-count {
    display: inline-block;
    position: absolute;
    background: #ED1B24;
    border: 2px solid #fff;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 12px;
    text-align: center;
    top: 3px;
    right: -5px;
}

#application div {
    text-align: center;
}

#red_corner {
    height: 145px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    background: #ED1B24;
    margin: 32px 8px;
}

/* bottom menu */

.bottom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    color: #969797;
    box-shadow: 0 0 4px 1px #e0e0e0;
}

.bottom-menu li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
    border-top: 1px dashed #D1D4D2;
    height: 45px;
    line-height: 44px;
    text-align: center;
}

li.bottom-menu-top {
    border-top: 1px solid #D1D4D2;
}

.bottom-menu-separator {
    border-right: 1px dashed #D1D4D2;
}

.bottom-menu a {
    line-height: 18px;
    display: inline-block;
    padding: 8px;
    color: #969797;
}

/* user-menu */

.main-container {
    overflow: hidden;
    position: relative;
}

.body-container, .move-body-left {
    display: inline-block;
    width: 1px;
    min-width: 100%;
    *width: 100%;
    /*width: 100%;*/
    position: relative;
    /*transition: left 50ms ease-in-out;*/
    overflow: visible;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.move-body-left {

    -webkit-transform: translateX(-256px);
    transform: translate3d(-256px, 0, 0);
}

.user-menu-container {
    display: inline-block;
    width: 256px;
    background: #222;
    position: absolute;
    top: 0;
    right: -256px;
    border: 1px solid #000;
    height: fit-content;
    z-index: 99;
}

.user-menu-title {
    color: #d1d1d1;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 16px;
    font-weight: normal;
}

.user-menu {
    color: #D1D1D1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-menu li {
    /**border-bottom: 1px dashed #414141;*/
    height: 49px;
    line-height: 48px;
    padding-left: 16px;
    position: relative;
    background: #494949;
    margin-bottom: 1px;
}

.user-menu li .balloon-count {
    left: 41px;
    top: 4px;
    border-color: #222;
    background: #d1d1d1;
    color:#222;
}

.user-menu li a {
    display: block;
    height: 49px;
    line-height: 48px;
    white-space: nowrap;
}

.user-menu li a > span:first-child{
    margin-right: 5px;
}

.user-menu a {
    color: #D1D1D1;
}

.user-menu img {
    vertical-align: middle;
}

.menu-icon {
    position: absolute;
    top: 0;
    right: 16px;
}

.menu-show-credits {
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
    white-space: nowrap;
}

.menu-show-credits span {
    font-size: 12px;
}

.menu-show-credits img {
    vertical-align: inherit;
}

.menu-show-credits img:nth-child(2) {
    margin-left: 5px;
}

/* body content */
.body-content-container {
    min-height: 550px;
    margin-top: -2px;
}

/* recommendations*/
.recommend-index-container {
    background: #fff;
    padding-bottom: 8px;
}

.recommend-index-container--header {
    font-size: 9px;
    text-transform: uppercase;
    color:#333;
    font-weight: bold;
    margin-left:10px;
}

.recommend-index-list {
    font-size:0 ;
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    line-height: 72px;
}
.recommend-index-list::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.recommend-index-list__item {
    height: 70px;
    width: 94px;
    line-height: 70px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin-left:5px;
    overflow: hidden;
    background-size: 70px 94px;
}

.recommend-index-list__link-wrapper {
    height: 70px;
    width: 94px;
    line-height: 70px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.recommend-index-list__link {
    display:inline-block;
    vertical-align: middle;
    line-height: 12px;
    font-size: 11px;
    text-align: center;
}

.recommend-index-list__item-text {
    display: inline-block;
    height: 16px;
    font-size: 10px;
    color:#fff;
    font-weight: bold;
    line-height: 16px;
    width: 100%;
    text-align: center;
    vertical-align: bottom;

    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

/* header strip fill bonus */
.header-strip-fill-bonus {
    display: block;
    background: #fff;
    vertical-align: top;
    padding-bottom: 8px;
    padding-top:2px;
    white-space: nowrap;
    line-height: 0;
    font-size: 0;
    height: 50px;
    position: relative;
    border-bottom: 1px solid #E0E0E0;
}

.header-strip-fill-bonus__icon_wrapper {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    line-height: 42;
    width: 40px;
    top:6px;
    left:24px;
}

.header-strip-fill-bonus__icon {
    vertical-align: top;
}

.header-strip-fill-bonus__text-wrapper {
    display: inline-block;
    position: absolute;
    top:2px;
    left:84px;
    right:16px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color:#333;
}

.header-strip-fill-bonus__text {
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    white-space: normal;
}

/* filter */

.filter-content {
    padding: 0;
    vertical-align: middle;
}

.filter-list {
    background: #fff;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 #ccc;
    overflow: hidden;
}

.filter-list li {
    height: 55px;
    line-height: 54px;
    white-space: nowrap;
    border-top: 1px solid #eeeeee;
    position: relative;
}

.filter-list li:first-child {
    background-color: #f3f4f4;
    border: none;
}

.filter-item-title, .filter-item-value {
    padding-left: 8px;
    position: relative;
}

.filter-item-title {
    color: #979d9b;
    display: inline-block;
    width: 40%;
    /*border-right:  1px solid #D1D1D1;*/
    vertical-align: middle;
    line-height: 16px;
    white-space: normal;
    text-align: right;
    padding-left: 28px;
}

.filter-item-value {
    display: inline-block;
    font-weight: bold;
    width: 60%;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    padding-right: 23px;
}

.filter-item-value span {
    position: absolute;
    right: 12px;
    height: 54px;
}

a.filter-item-passive {
    font-weight: normal;
}

.list-bottom {
    background-color: #f3f4f4;
}

.list-bottom .dynamic-action-button {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 148px;
    line-height: 34px;
    text-align: center;
    margin-left: 16px;
}

.detailed-search-link {
    width: 40%;
    display: inline-block;
    text-align: right;
    padding: 0 8px;
}

.detailed-search-link a, .list-searches .list-bottom a {
    color: #2e2e2e;
    border-bottom: 1px dashed #2e2e2e;
    cursor: pointer;
}

.list-searches .list-bottom {
    text-align: center;

}

.my-searches-index {
    color: #333;
    padding-right: 16px;
    margin-left: 5px;
    margin-bottom: 10px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    line-height: 27px;
    font-weight: bold;
    font-size: 14px;
}

.my-searches-index .icon-save-search-heart {
    margin-right:2px;
    vertical-align: bottom;
}

.my-searches-index .reach-describer {
    display: block;
    font-size: 12px;
    line-height: 1px;
    color: #999;
    padding-left: 33px;
    margin-top: -2px;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
}

.list-searches {
    background: transparent;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 16px;
    overflow: hidden;
}

.list-searches .right-side {
    flex: 1;
    text-align: right;
    display:inline-block
}

.list-searches li {
    line-height: 30px;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 8px 0;
    display: flex;
}

.list-searches .subscribe {
    text-align: center;
    width: 65px;
    cursor: pointer;
    display: inline-block;
    line-height: 11px;
    vertical-align: middle;
    margin-top: -6px;
}

.list-searches .subscribe a {
    display: inline-block;
}

.list-searches .subscribe .icon.subscribe-icon.subscribed {
    background: url(/static/svg/search_box/subscribe_on.svg) no-repeat center center transparent;
}

.list-searches .subscribe .icon.subscribe-icon {
    background: url(/static/svg/search_box/subscribe_off.svg) no-repeat center center transparent;
    height: 18px;
    width: 25px;
    display: inline-block;
}

.list-searches .subscribe .action-text.subscribed, .tab-box-list li:hover .subscribe .action-text.subscribed {
    color: #00b300;
}

.list-searches .subscribe .action-text {
    color: #999;
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
}

.search-description {
    display: inline-block;
    margin-left: 36px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #484643;
    min-width: 0;
}


.delete-search-link {
    position: absolute;
    left: 0;
}

.list-searches li .icon-arrow-right-flat {
    position: absolute;
    right: 12px;
    vertical-align: middle;
    height: 40px;
}

.search-description-container {
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
    width: 100%;
    position: relative;
    color:#333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.search-description-container span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-size: 12px;
}

.search-description-container b {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searches-list-link {
    float: right;
    color: #969797;
    font-size: 12px;
    font-weight: normal;
    padding-right: 12px;
}

a.link-full {
    color: #4E4B49;
    padding: 4px 10px;
    background: #fff;
    margin: 0 0 10px 10px;
    font-size: 11px;
    display: inline-block;
}

.searches-list-link .icon-arrow-down {
    margin-left: 8px;
}

/* search result page */

.search-toolbar, .object-nav-toolbar-top {
    padding: 4px 8px 4px 8px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    line-height: 42px;
    position: relative;
    z-index: 1;
}

.object-nav-toolbar-top {
    box-shadow: 0 0 6px 0 #666;
}

.search-toolbar .filter-list {
    margin: 8px 0;
}

.search-result-title {
    font-size: 12px;
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    position: absolute;
    left: 111px;
    right: 8px;
    top: 4px;
    height: 40px;
    overflow: hidden;
    font-weight: normal;
    color:#929896;
    padding-left: 6px;
}

.search-result-title a {
    display: inline-block;
    line-height: 14px;
    vertical-align: middle;
    color:#929896;
    width: 100%;
    white-space: nowrap;
}

.search-result-title span {
    font-size: 12px;
    font-weight: normal;
    color: #929896;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}

.search-select-dropdown {
    color: #D9111B;
    font-size: 11px;
    float: left;
    height: 40px;
    border-right: 1px solid #e7e7e7;
    line-height: 40px;
    cursor: pointer;
    white-space: nowrap;
}

.search-select-dropdown-link {
    line-height: 12px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 69px;
    color:#eb2026;
}

.search-select-dropdown span {
    vertical-align: middle;
    white-space: normal;
}

.search-result-toolbar {
    height: 60px;
    line-height: 60px;
    padding: 0 8px;
    color: #969797;
    background: #fff;
}

.search-result-toolbar select {
    font-size: 16px;
}

.search-result-toolbar a {
    color: #969797;
    float: right;
    padding-right: 8px;
}

.result-toolbar {
    width: 100%;
    height: 59px;
    line-height: 59px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAApCAIAAAB7iNSFAAAASElEQVR42l2NCQrAMAgENfr/Z/qJeJRdmkArDIOuqETEEpHV3WRm6KoiyPbenMOZeTP0yDGDz/5BVWkzI+iBu3/8L/zC/nvnAV37MtA/B2o9AAAAAElFTkSuQmCC) no-repeat center center transparent;
}

.result-toolbar a {
    color: #969797;
    font-size: 16px;
    width: 50%;
    display: inline-block;
    height: 59px;
    line-height: 59px;
    vertical-align: top;
    text-align: center;
}

.result-toolbar a.map-view {
    width: auto;
}

.result-toolbar .pulse2 {
    display: inline-block;
    width: 48%;
    text-align: center;
}

.result-toolbar .icon-location {
    display: inline-block;
    background: url(/static/svg/object/icon_map_not_selected.svg) no-repeat 0 0 transparent;
    vertical-align: middle;
    width: 24px;
    height: 25px;
}

.result-toolbar-bottom {
    height: 49px;
    line-height: 49px;
}

.result-toolbar-bottom a {
    height: 49px;
    line-height: 49px;
}

.passive-button {
    opacity: 0.5;
}

.result-toolbar-bottom-background {
    background: #ffffff; /* Old browsers */
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%); /* W3C */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
}

.search-result-list {
    list-style: none;
    padding: 0 8px 8px 8px;
    margin: 0 0 16px 0;
    background: #fff;
    box-shadow: 0 4px 8px -2px #ddd;
    border-bottom: 1px solid #C5C5C5;
}

.search-result-list li {
    padding: 0 0 0 4px;
    margin: 0;
    border-top: 1px solid #E0E0E0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.search-result-list img {
    vertical-align: middle;
    width: 84px;
    height: 63px;
}

.result-item a {
    display: block;
    height: 70px;
    line-height: 70px;
    color: #000;
    font-size: 1px;
}

.result-item-info {
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
    padding-left: 8px;
}

.result-item-info img {
    width: auto;
    height: auto;
    vertical-align: top;
}

.item-address {
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    right: 8px;
    left: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.saved-adverts-list .item-address-v2 {
    right: 40px;
}

.item-desc {
    color: #959595;
    position: absolute;
    right: 8px;
    left: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 18px;
    font-size: 14px;
}

.item-price {
    position: absolute;
    right: 8px;
    left: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.saved-adverts-list .item-desc-v2, .saved-adverts-list-v2 .item-price-v2 {
    right: 40px;
}

.item-price span {
    color: #959595;
    height: 18px;
}

.nav-toolbar {
    height: 42px;
    line-height: 42px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 32px;
}

.photo-archive .nav-toolbar {
    margin-bottom: 0;
    padding-bottom: 64px;
}

.nav-toolbar a {
    color: #969797;
}

.nav-buttons {
    display: inline-block;
    text-align: center;
    margin-left: 16px;
}

.nav-pages {
    float: right;
    margin-right: 16px;
}

.nav-pages a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.nav-buttons a {
    display: inline-block;
    width: 70px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.nav-buttons a:first-child {
    border-right: 1px solid #d0d0d0;
}

.advert-banner {
    /*height: 266px;*/
}

/* search result toolbar v2 */

.search-result-toolbar-v2 {
    height: 60px;
    line-height: 60px;
    padding: 0 8px;
    color: #969797;
    position: relative;
    z-index: 10;
    white-space: nowrap;
}

.search-result-toolbar-v2 select {
    font-size: 14px;
}

.search-result-toolbar-v2 .a-wrap {
    float:right;
}

.search-result-toolbar-v2 .a-wrap-2 {
    display: inline-block;
    margin-left: 16px;
    margin-right: 8px;
}

.search-result-toolbar-v2 a.subscribe-button {
    color: #999999;
    padding-right: 9px;
    padding-left: 5px;
    margin-left: 2px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
}

.search-result-toolbar-v2 .icon-save-search-heart {
    vertical-align: bottom;
}

.search-result-toolbar-v2 .reach-describer {
    display: block;
    font-size: 12px;
    line-height: 1px;
    color: #999;
    padding-left: 32px;
    margin-top: -2px;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
}

/* search result list v2 */

.search-result-list-v2 {
    list-style: none;
    padding: 0 8px 0 8px;
    margin: 0 0 16px 0;
}

.search-result-list-v2 li {
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #dfdfdf;
    white-space: nowrap;
    position: relative;
    background: #fff;
}

.search-result-list-v2 img {
    vertical-align: top;
    width: 151px;
    height: 113px;
    border-right: 1px solid #dfdfdf;
    display: inline-block;
}

.result-item-info-v2 {
    display: inline-block;
    line-height: 140%;
    font-size: 13px;
    height: 113px;
    color: #999;
    vertical-align: top;
    padding: 10px 0 0 10px;
}

.result-item-info-v2 .house-level {
    position: absolute;
    top: -3px;
    left: 132px;
    width:26px;
    height: 26px;
    border:none;
}

.icon-on-top-container {
    position: absolute;
    bottom:0;
    right: 0;
    display: inline-block;
    z-index: 5;
    line-height: 28px;
    padding: 4px;
}

.open-door .icon-on-top-container {
    bottom: 23px;
}

.video-icon {
    background: url(/static/svg/object/icon_video.svg) no-repeat center center transparent;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: bottom;
}

.project-list .video-icon {
    width: 36px;
    height: 36px;
    background-size: 36px;
}

.project-list .icon-on-top-container {
    padding: 10px;
}

.tour-3d-icon {
    background: url(/static/svg/object/icon_3d.svg) no-repeat center center transparent;
    width: 28px;
    height: 28px;
    display: block;
    vertical-align: bottom;
}

.item-address-v2 {
    font-size: 13px;
    color: #333;
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    right: 10px;
    left: 161px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    white-space: nowrap;
}

.item-desc-v2 {
    position: absolute;
    right: 10px;
    left: 161px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 18px;
}

.item-info-message {
    padding: 2px 4px;
    background: #5b5b5b;
    color: #fff;
    font-size: 11px;
    margin-left: -4px;
}

.item-price-v2, .item-price-eur-v2 {
    position: absolute;
    right: 32px;
    left: 161px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.item-price-v2 span {
    color: #333;
    font-weight: bold;
}

.item-price-eur-v2 span {
    color: #333;
}

a:visited .item-address-v2, a:visited .item-price-v2 span, a:visited .item-price-eur-v2 span {
    color: #999;
}

/* new projekct banner */
.new-project-banner, .open-door-banner-btn {
    border:1px solid #c8c8c8;
    background: #eef0ef;
    border-radius:5px;
    box-shadow: 0 0 6px 0 #ccc;
    margin: 8px auto;
    width: 282px;
    height: 70px;
    overflow: hidden;
    color:#999;
    font-size: 12px;
    line-height: 68px;
    display: block;
    padding: 0 20px;
    margin-top: 18px;
}

.new-project-banner *, .open-door-banner-btn * {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 481px) {
    .open-door-banner-subtitle {
        width: 145px;
    }
}

.banner-title {
    font-size: 18px;
    color:#000;

}

.banner-text {
    padding: 0 12px 0 8px;
    line-height: 18px;
}

.banner-house-img {
    vertical-align: top;
}

@media all and (min-width: 481px) {
    .new-project-banner, .open-door-banner-btn {
        width: 354px;
        height: 90px;
        line-height: 88px;
    }
    .banner-text {
        padding: 0 16px;
    }
}

/* buttons */

.dynamic-button, .dynamic-action-button {
    height: 34px;
    line-height: 32px;
    padding-left: 8px;
    margin: 4px 0;
    border-radius: 5px;
    position: relative;
    vertical-align: top;

    background: #D5D9D8;
    background: linear-gradient(to bottom, #e5eae8 0%, #c6cac9 100%); /* W3C */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5eae8), color-stop(100%, #c6cac9)); /* Chrome,Safari4+ */
    border: 1px solid #A6A9A8;
    box-shadow: inset 1px 1px 0 0 #FEFEFE;
    color: #464B49;
}

.dynamic-button a, .dynamic-action-button a, .dynamic-action-button input {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    color: #464B49;
    width: 100%;
    border: none;
    background: transparent;
}

.dynamic-action-button a, .dynamic-action-button input {
    color: #fff;
}

.dynamic-action-button {
    background: #EE2528;
    background: linear-gradient(to bottom, #f54b56 0%, #df080a 100%); /* W3C */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f54b56), color-stop(100%, #df080a)); /* Chrome,Safari4+ */
    border: 1px solid #AF0000;
    box-shadow: inset 1px 1px 0 0 #F88890;
    color: #fff;
}

.dynamic-action-button .button-icon, .dynamic-button .button-icon {
    position: absolute;
    right: 8px;
    top: 0;
    height: 32px;
}

.two-inline-buttons {
    margin-right: 128px;
    white-space: nowrap;
    overflow: visible;
}

.two-inline-buttons > div {
    display: inline-block;
    width: 100%;
}

.two-inline-buttons .dynamic-action-button {
    display: inline-block;
    width: 120px;
    position: relative;
    right: -8px;
}

.two-as-one-buttons {
    overflow: visible;
    white-space: nowrap;
    margin-left: 32px;
}

.two-as-one-buttons > div {
    display: inline-block;
    border-radius: 0 5px 5px 0;
    width: 100%;
}

.two-as-one-buttons > div:first-child {
    width: 32px;
    border-radius: 5px 0 0 5px;
    border-right: none;
    margin-left: -32px;
}

/* contacts */

.contacts-content {
    background: #fff;
    padding: 8px;
    border-top: 1px solid #D1D4D2;
}

.contacts-content p {
    margin-bottom: 16px;
}

.return-toolbar {
    background: none;
}

/* advert content */

.object-content {
    background: #fff;
    border-bottom: 1px solid #c8c8c8;
    box-shadow: 0 0 6px 0 #ccc;
    margin-bottom: 16px;
}

.object-header {
    padding: 8px;
    clear: both;
}

.object-header h1 {
    font-size: 16px;
    padding: 8px 0 0 0;
}

.object-header .important-info {
    font-size: 14px;
    font-weight: normal;
}

.object-header p {
    color: #686868;
    font-size: 14px;
    font-weight: bold;
}

.object-header .main-price_wrapper {
    line-height: 20px;
}

.object-header .main-price {
    font-size: 17px;
    color: #cc0000;
}

p.object-header-price-eur {
    font-weight: normal;
}

.object-images {
    font-size: 1px;
    line-height: 1px;
}

.big-link {
    position: relative;
    display: inline-block;
    width: 100%;
}

.big-image {
    width: 100%;
    margin-bottom: 1px;
    max-height: 600px;
    object-fit: contain;
}

.lazy-spinner {
    height: 500px;
}

.big-image ~ .lazy-spinner {
    display: none;
}

.big-image.lazyload-image ~ .lazy-spinner {
    display: block;
    width: 100%;
    height: 300px;
    text-align:center;
    position: relative;
}

.big-image.lazyload-image ~ .lazy-spinner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.swip-images-div {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.swip-images-div a {
    position: relative;
    display: none;
}

a.visible-image {
    display: inline-block;
}

.object-images .icon-zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.thumb-row {
    font-size: 0;
    line-height: 1px;
}

.project .thumb-row {
    margin-top: 1px;
}

.thumb-row .thumb-element {
    display: inline-block;
    width: 12.5%;
    vertical-align: top;
    position: relative;
}

.thumb-element .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.thumb-element .count {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 1px;
    height: 25px;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
}

.thumb-row .thumb-element a {
    display: block;
    margin: 0 1px 1px 0;
}

@media (max-width: 767px) {
    .thumb-row .thumb-element {
        width: 16.666666666666666666666666666666666667%;
    }
}

@media (max-width: 500px) {
    .thumb-row .thumb-element {
        width: 25%;
    }
}

.thumb-image {
    width: 100%;
    height: auto;
}

.show-map-line-wrapper {
    height: 60px;
    width: 100%;
    clear: both;
    padding:1px;
    position: relative;
    overflow: hidden;
    background: transparent;
}

.show-map-line-wrapper:after {
    background: url(/static/img/maps_bg2.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: cover;
    z-index: 1;
    opacity: 0.5;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.show-map-line-wrapper img {
    width: 100%;
    position: absolute;
}

.show-map-line-inner {
    background: #fff;
    margin: 7px 0 7px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 5px;
    height: 44px;
    width: 300px;
    opacity: 0.8;
    cursor: pointer;
    float: left;
    display: table;
    z-index: 2;
    position: relative;
    border: 1px solid #d1d1d1;
}

.show-map-line-inner .label {
    color: #D9111B;
    display: inline-block;
    line-height: 42px;
    margin: 0 20px;
}

.show-advert-container__ntz .show-map-line-inner .label {
    color:#6BC201;
}

.show-map-line-inner .pointer {
    height: 30px;
    width: 60px;
    border-right: 1px solid #e8e8e8;
    display: inline-block;
    vertical-align: middle;
    background: url(/static/svg/controls/point_icon.svg) center center no-repeat;
    background-size: 15px;
}

.show-map-line-inner .label {
    color: #888;
}

@media (max-width: 500px) {
    .show-map-line-inner {
        width: auto;
    }
    .show-map-line-inner .label {
        margin: 0 10px;
    }

    .show-map-line-inner .pointer {
        width: 45px;
    }
}

.map-container .icon-close, .street-container .icon-close {
    width: 40px;
    height: 40px;
    background: url(/static/svg/object/map_close.svg) no-repeat center center transparent;
    display: inline-block;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    right: 15px;
    top: 15px;
}

.iframe-project-map {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    border:none;
}

.gallery-banner__300-250 {
    margin: 5px 0;
}

/*nes google maps nepaslepia full screen ant street view*/
.gm-style > div:nth-child(10){
    display:none;
}

.map-buttons-outer {
    position: absolute;
    bottom: 30px;
    z-index:5;
    text-align: center;
    width: 100%;
}

.map-buttons-wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    overflow:hidden;
    position:relative;
    display:inline-block;
    vertical-align: bottom;
}

.map-buttons-wrapper .map-button {
    display: inline-block;
    background: #fff;
    cursor: pointer;
    padding: 7px 12px;
    color: #666;
    font-size: 12px;
}

.map-buttons-wrapper .map-button .title-alt {
    display: none;
}

@media all and (max-width: 520px) {
    .map-buttons-outer {
        bottom: 0;
    }
    .map-buttons-wrapper.four-button .map-button {
        width: 25%;
    }
    .map-buttons-wrapper.three-button .map-button {
        width: 33.3333333%;
    }
    .map-buttons-wrapper {
        width: 100%;
    }
    .map-buttons-wrapper .map-button {
        padding: 7px 2px;
    }

    .map-buttons-wrapper .map-button .title-alt {
        display: inline-block;
    }
    .map-buttons-wrapper .map-button.street .title {
        display: none;
    }
}

.map-buttons-wrapper .map {
    border-right: 1px solid #d1d1d1;
}

.map-buttons-wrapper .street {
    display: none;
    border-left: 1px solid #d1d1d1;
}

.map-buttons-wrapper .directions {
    border-left: 1px solid #d1d1d1;
}

.map-buttons-wrapper .icon {
    height: 20px;
}

.map-buttons-wrapper .map .icon {
    background: url(/static/svg/object/icon_map_not_selected.svg) no-repeat center center transparent;
}

.map-buttons-wrapper .street .icon {
    background: url(/static/svg/object/icon_street_not_selected.svg) no-repeat center center transparent;
}

.map-buttons-wrapper .ortophoto .icon {
    background: url(/static/svg/object/icon_orto_not_selected.svg) no-repeat center center transparent;
}

.map-buttons-wrapper .directions .icon {
    background: url(/static/svg/map/directions_map.svg) no-repeat center center transparent;
    background-size: 20px 20px;
}

.map-buttons-wrapper .map.active .icon {
    background: url(/static/svg/object/icon_map_selected.svg) no-repeat center center transparent;
}
.map-buttons-wrapper .street.active .icon {
    background:  url(/static/svg/object/icon_street_selected.svg) no-repeat center center transparent;
}

.map-buttons-wrapper .ortophoto.active .icon {
    background:  url(/static/svg/object/icon_orto_selected.svg) no-repeat center center transparent;
}

.map-buttons-wrapper .active {
    color: #fff;
    background-color:  #d93f3f;
}

.main_ntz .map-buttons-wrapper .active {
    background-color: #6BC201;
}

.map-info-message {
    position: absolute;
    z-index: 9999;
    background: #fff;
    left:16px;
    top:16px;
    border-radius: 3px;
    font-size: 11px;
    color: #666;
    line-height: 18px;
    padding: 2px 8px;
    max-width: 75%;
}

.map-info-message span {
    display: inline-block;
    background-color: #b6b6b6;
    width: 11px;
    height: 11px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 2px;
    position: relative;
    margin-bottom: 4px;
}

.object-info {
    padding: 16px;
}

.object-info-bottom {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -10px;
}

.object-info-bottom dd {
    font-weight: normal!important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.object-info h3 {
    color: #000;
    font-size: 14px;
    padding: 30px 0 10px 0;
}

.object-info dl {
    padding: 0;
    margin: 15px 0 0;
}

.object-info dt, .object-info dd {
    display: inline-block;
    margin: 0;
    padding: 6px 0;
    line-height: 18px;
    color: #333;
    vertical-align: top;
    font-size: 15px;
}

.object-info hr {
    border: none;
    border-bottom: 1px solid #efefef;
    margin: 0;
    padding: 0;
}

.object-info dt {
    width: 40%;
    color: #999;
    font-size: 13px;
}

.object-info dd {
    width: 60%;
    font-weight: bold;
}

@media (max-width: 800px) {
    .full-width-dd {
        width: 100% !important;
        margin-top: -9px!important;
    }
}

dd.dd-multiline {
    white-space: pre-line;
}

dd.dd-multiline a {
    vertical-align: top;
}

.object-info a {
    color: #D9111B;
}

.show-advert-container__ntz .object-info a {
    color:#6BC201;
}

.object-description {
    white-space: pre-wrap;
    font-size: 15px;
    line-height: 24px;
}

.object-contact {

}

.single-button {
    padding: 8px 8px 32px 8px;
}

/* advert toolbar */

.object-toolbar {
    margin: 16px 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAApCAIAAAB7iNSFAAAASElEQVR42l2NCQrAMAgENfr/Z/qJeJRdmkArDIOuqETEEpHV3WRm6KoiyPbenMOZeTP0yDGDz/5BVWkzI+iBu3/8L/zC/nvnAV37MtA/B2o9AAAAAElFTkSuQmCC) no-repeat center center transparent;
}

.back-to-list-link {
    color: #969797;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    float: left;
    padding-left: 20px;
}

.back-to-list-link span {
    margin-right: 3px;
}

.search-toolbar .nav-buttons {
    float: right;
}

.object-nav-toolbar {
    line-height: 42px;
    padding: 0 0 16px 8px;
}

.object-nav-toolbar .nav-buttons {
    float: right;
}

/* button group */

.button-group-3 {
}

.button-group-3 a {
    display: inline-block;
    line-height: 40px;
    border-left: 1px solid #e4e4e4;
    width: 33.33%;
    color: #969797;
    text-align: center;
    margin: 8px 0;

    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.button-group-3 a:active {
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #f8f8f8 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #e9e9e9 0%, #f8f8f8 100%); /* W3C */
}

.button-group-3 a:first-child {
    border-left: none;
}

.button-group-3 .button-on {
    /*color:#EC1B24;*/
}

/* fb share button */

.button-style-share-fb {
    height: 32px;
    border: 1px solid #6e8dcd;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAqCAYAAAByfjF8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wUHCAMr8wlIqAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAATUlEQVQI13WNuQ2AQBADRxYJAYXSDNVRBhEhEjYJtzrxJCv/y7ys0bYfCEBJEAGFQslNbRBJ07pTObdw5/qHnv6aCvKzwXu0/lJoGgcuSTxooSpEiOsAAAAASUVORK5CYII=');
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    line-height: 32px;
    padding-right: 8px;
    text-align: left;
}

.button-style-share-fb i {
    width: 30px;
    text-align: center;
    border-right: 1px solid #3962b2;
    color: #fff;
    margin-right: 14px;

    display: inline-block;
    background: url(/static/img/fb-blue.png) no-repeat center center transparent;
    height: 18px;
    vertical-align: middle;
}

/* thank you page - typ */

.thank-you-page-info {
    padding: 16px 0;
}

.padded-container {
    padding: 0 16px;
}

.typ-title {
    color: #009900;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-top:8px;
}

.typ-links {
    padding-left: 16px;
    white-space: nowrap;
    text-align: center;
}

@media all and (max-height: 580px) {
    .typ-links {
        display: none;
    }
}

.typ-link {
    color: #999;
    text-decoration: underline;
    font-size: 12px;
    display: inline-block;
    line-height: 24px;
    margin: 8px 0;
    padding-right: 16px;
}

.typ-link:last-child {
    border-left: 1px solid #dedede;
    padding-left: 16px;
}

.typ-advert {
    margin: 16px 0;
    border: 1px solid #dedede;
    display: inline-block;
    padding-right: 32px;
    font-size: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
    line-height: 16px;
}

.typ-advert-img {
    border: none;
    vertical-align: top;
    width:151px;
}

.typ-advert-info {
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    white-space: normal;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 150px;
}

.typ-advert-type {
    font-size: 11px;
    color: #999;
}

.typ-advert-address {
    line-height: 8px;
    font-size: 14px;
    white-space: pre-wrap;
}

.typ-advert-price {
    font-size: 12px;
    font-weight: bold;
}

.typ-advert-footer {
    color: #999;
    font-size: 11px;
    position: absolute;
    bottom: 8px;
}

.thank_you_page-map_iframe {
    width: 100%;
    height: 100%;
}

.thank_you_page-map_specify_message {
    text-align: center;
    margin-bottom: 8px;
}

/* new advert choose */

.new-object-title {
    font-size: 16px;
    padding: 16px 8px;
    margin: 0;
}

.user-account-fill .new-object-title {
    padding: 0;
}

.new-object-title-white {
    background: #fff;
    padding: 16px 24px!important;
}

.fields-list-nobg {
    background: transparent!important;
    border-bottom: none!important;
    box-shadow: none!important;
    padding: 16px 16px!important;
}

.choose-list {
    color: #130F0C;
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    border-bottom: 1px solid #c5c5c5;
    background: #fff;
    box-shadow: 0 4px 6px 0 #ddd;
}

.choose-list li {
    border-top: 1px solid #E0E0E0;
    height: 46px;
    line-height: 45px;
    padding-left: 32px;
}

.choose-list li:first-child {
    border-top: 1px solid #E0E0E0;
}

.choose-list a {
    color: inherit;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 100%;
    vertical-align: middle;
}

/* saved adverts page */

.main-title, .main-title-v2 {
    font-size: 16px;
    line-height: 32px;
    padding: 8px;
    background: #fff;
}

.main-title-v2 {
    background: none;
}

.middle-separator {
    display: inline-block;
    height: 41px;
    border-left: 1px solid #e4e4e4;
    position: absolute;
    left: 50%;
    top: 10px
}

.send-saved-search-link, .forget-all-link {
    float: left;
    display: inline-block;
    height: 41px;
    line-height: 41px;
    margin: 10px 0;
    color: #969797;
    font-size: 16px;
}

.forget-all-link {
    float: right;
}

li.link-row {
    padding: 0 8px;
}

a.forget-object-button {
    display: inline-block;
    height: 106px;
    line-height: 106px;
    text-align: center;
    position: absolute;
    right: 0;
    width: 32px;
    top: 4px;
    border-left: 1px solid #eeeeee;
}

/* icons */

.icon-save-search-heart {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/svg/save_search.svg) no-repeat center center transparent;
    width: 28px;
    height: 21px;
}

.icon-arrow-up {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/arrow-top.png) no-repeat center center transparent;
    width: 11px;
    height: 8px;
}

.icon-arrow-down {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/svg/arrow_down.svg) no-repeat center center transparent;
    width: 17px;
    height: 7px;
}

.icon-arrow-left {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/arrow-left.png) no-repeat center center transparent;
    height: 13px;
    width: 8px;
}

.icon-dropdown-flat {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/svg/arrow_down_big.svg) no-repeat center center transparent;
    width: 14px;
    height: 9px;
}

.icon-back-flat2 {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/svg/arrow_left.svg) no-repeat center center transparent;
    width: 14px;
    height: 18px;
}

.icon-fb-flat {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/svg/fb_share.svg) no-repeat center center transparent;
    width: 17px;
    height: 21px;
}

.icon-mail-flat {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/svg/mail.svg) no-repeat center center transparent;
    width: 20px;
    height: 21px;
}

.icon-heart-flat-on {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/heart-full.png) no-repeat center center transparent;
    width: 23px;
    height: 21px;
}

.icon-save {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/save.png) no-repeat center center transparent;
    height: 15px;
    width: 13px;
}

.icon-zoom {
    display:inline-block;
    vertical-align:middle;
    background: url('/static/svg/search/zoom.svg') no-repeat center center transparent;
    width: 22px;
    height: 24px;
}

.icon-dots {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/dots.png) no-repeat center center transparent;
    width: 13px;
    height: 3px;
}

.icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/right.png) no-repeat center center transparent;
    width: 8px;
    height: 11px;
}

.icon-arrow-right-flat {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/svg/arrow_right.svg) no-repeat center center transparent;
    width: 7px;
    height: 11px;
}

.icon-save-search-flat {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/save-search-flat.png) no-repeat center center transparent;
    width: 20px;
    height: 20px;
}

.icon-close {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/close2.png) no-repeat center center transparent;
    width: 16px;
    height: 16px;
}

.icon-close-round {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/svg/close_gray.svg) no-repeat center center transparent;
    width: 20px;
    height: 20px;
}

.icon-search {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/search.png) no-repeat center center transparent;
    width: 16px;
    height: 16px;
}

.icon-fb {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/fb.png) no-repeat center center transparent;
    width: 19px;
    height: 19px;
}

.icon-mail-friend {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/mail-friend.png) no-repeat center center transparent;
    width: 21px;
    height: 16px;
}

.icon-mail-user {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/email.png) no-repeat center center transparent;
    width: 21px;
    height: 16px;
}

.icon-go-left {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/go-left.png) no-repeat center center transparent;
    width: 30px;
    height: 28px;
}

.icon-go-left-flat {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/svg/go_left.svg) no-repeat center center transparent;
    width: 21px;
    height: 18px;
}

.icon-go-right-flat {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/svg/go_right.svg) no-repeat center center transparent;
    width: 21px;
    height: 18px;
}

.icon-go-right {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/go-right.png) no-repeat center center transparent;
    width: 30px;
    height: 28px;
}

.icon-saved {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/unsaved.png) no-repeat center center transparent;
    width: 20px;
    height: 17px;
}

.button-on .icon-saved {
    background-image: url(/static/img/saved.png);
}

.icon-svg {
    vertical-align: middle;
    pointer-events: none;
}

.icon-top-menu-plus {
    display: inline-block;
    background: url(/static/svg/plus.svg) no-repeat 0 0 transparent;
    width: 19px;
    height: 19px;
    vertical-align: middle;
}

/* icon house big */

.i-house1, .i-house2, .i-house3, .i-house4, .i-house5,
.i-house6, .i-house7, .i-house8, .i-house9, .i-house10 {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background: transparent url(/static/img/house.png?v=1) no-repeat;
}

.i-house1 {
    background-position: 0 0
}

.i-house2 {
    background-position: -26px 0
}

.i-house3 {
    background-position: -52px 0
}

.i-house4 {
    background-position: -78px 0
}

.i-house5 {
    background-position: -104px 0
}

.i-house6 {
    background-position: -130px 0
}

.i-house7 {
    background-position: -156px 0
}

.i-house8 {
    background-position: -182px 0
}

.i-house9 {
    background-position: -208px 0
}

.i-house10 {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background: transparent url(/static/img/house.png?v=1) no-repeat;
}

/* form error handling */

.error-message {
    background: #d59392;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 8px;
    line-height: 24px;
}

/* misc */

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
}

.balloon-cont {
    position: relative
}

.hide {
    display: none !important;
}

.adv-sold-lt, .list-sold-lt {
    width: 257px;
    height: 256px;
    margin-top: 8px;
    position: absolute;
    background: url(/static/svg/object/stampukas_parduota_lt.svg) no-repeat right top;
    pointer-events: none;
    z-index: 4;
    right: 0px;
    margin-right: 25px;
}

.adv-rent-lt, .list-rent-lt {
    width: 257px;
    height: 256px;
    margin-top: 8px;
    position: absolute;
    background: url(/static/svg/object/stampukas_isnuomota_lt.svg) no-repeat right top;
    pointer-events: none;
    z-index: 1;
    right: 0px;
    margin-right: 25px;
}

.adv-sold-en, .list-sold-en {
    width: 257px;
    height: 256px;
    margin-top: 8px;
    position: absolute;
    background: url(/static/svg/object/stampukas_parduota_en.svg) no-repeat right top;
    pointer-events: none;
    z-index: 1;
    right: 0px;
    margin-right: 25px;
}

.adv-rent-en, .list-rent-en {
    width: 257px;
    height: 256px;
    margin-top: 8px;
    position: absolute;
    background: url(/static/svg/object/stampukas_isnuomota_en.svg) no-repeat right top;
    pointer-events: none;
    z-index: 1;
    right: 0px;
    margin-right: 25px;
}

.adv-sold-ru, .list-sold-ru {
    width: 257px;
    height: 256px;
    margin-top: 8px;
    position: absolute;
    background: url(/static/svg/object/stampukas_parduota_ru.svg) no-repeat right top;
    pointer-events: none;
    z-index: 1;
    right: 0px;
    margin-right: 25px;
}

.adv-rent-ru, .list-rent-ru {
    width: 257px;
    height: 256px;
    margin-top: 8px;
    position: absolute;
    background: url(/static/svg/object/stampukas_isnuomota_ru.svg) no-repeat right top;
    pointer-events: none;
    z-index: 1;
    right: 0px;
    margin-right: 25px;
}

.list-sold-lt, .list-rent-lt,.list-sold-en, .list-rent-en, .list-sold-ru, .list-rent-ru {
    width: 151px;
    height: 113px;
    left: 0;
    right: auto;
    margin: 0;
    z-index: 4;
    background-position: center center;
}

#vardump {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    text-shadow: 0 0 3px #ffffff;
}

.info-message {
    background: #E0F5D6;
    color: #009900;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 9999;
    padding: 8px;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -ms-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}

.warn-message {
    background: #E0F5D6;
    color: #009900;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    z-index: 9999;
    padding: 8px;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 100ms;
    -moz-transition: all 100ms;
    -ms-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms;
}

.sticky-message {
    position: relative;
    height: 100px;
    background: #bdeae6;
    line-height: 100px;
    padding: 0 8px;
    overflow: hidden;
    color: #333;
    font-weight: bold;
    text-align: center;
    z-index: 9999;
    white-space: nowrap;
}

.sticky-message img {
    width: auto;
    height: auto;
}

.sticky-message span {
    white-space: normal;
}

.sticky-message * {
    vertical-align: middle;
}

.sticky-details {
    color: #666;
    font-weight: normal;
}

.sticky-message div {
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    text-align: left;
    width: 67%;
}

.sticky-close {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: transparent url('/static/js/fancybox/fancybox.png') -40px 0;
    cursor: pointer;
}

.agency-info-container {
    display: inline-block;
    background: #ffffff;
    width: 100%
}

.agency-info-text {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    margin: 10px;
    padding: 5px 20px;
    text-align: center;
    font-size: 11px;
    color: #939393;
}

.agency-info-text b {
    font-weight: bold;
    color: #000;
}

.advert-banner-inside {
    padding-bottom:20px;
    text-align: center;
}

/*.user-messages {*/
/*padding: 0;*/
/*list-style: none;*/
/*margin: 0 0 16px 0;*/
/*background: #EFEFEF;*/
/*box-shadow: 0 4px 8px -2px #ddd;*/
/*border-bottom: 1px solid #C5C5C5;*/
/*position: relative;*/
/*}*/

/*.user-messages li {*/
/*padding: 4px 0 0 4px;*/
/*margin: 0;*/
/*border-top: 1px solid #E0E0E0;*/
/*overflow: hidden;*/
/*white-space: nowrap;*/
/*text-overflow: ellipsis;*/
/*position: relative;*/
/*}*/

/*.user-messages a {*/
/*display: block;*/
/*color: inherit;*/
/*}*/

/*.user-messages img {*/
/*width: 50px;*/
/*}*/

/*.user-messages .message-info {*/
/*display: inline-block;*/
/*line-height: 18px;*/
/*font-size: 14px;*/
/*padding-left: 4px;*/
/*vertical-align: top;*/
/*}*/

/*.user-messages .message-sent {*/
/*font-size:11px;*/
/*}*/

/*.user-messages .message-title {*/
/*font-size: 12px;*/
/*margin: 0;*/
/*padding: 0;*/
/*display: inline-block;*/
/*position: absolute;*/
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*}*/

.user-messages {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    background: #EFEFEF;
    box-shadow: 0 4px 8px -2px #ddd;
    border-bottom: 1px solid #C5C5C5;
}

.user-messages li {
    padding: 0 0 0 4px;
    margin: 0;
    border-top: 1px solid #E0E0E0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.user-messages img {
    vertical-align: middle;
    width: 50px;
}

.message-info a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: #000;
    font-size: 1px;
}

.message-info-text {
    display: inline-block;
    line-height: 22px;
    font-size: 14px;
    vertical-align: top;
    padding-left: 8px;
}

.message-title {
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    right: 8px;
    left: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
    font-weight: 100;
}

.message-title.unread {
    font-weight: bold;
}

.message-sent {
    font-size: 11px;
    color:#666;
}

.message-mark {
    position: absolute;
    top: 8px;
    left: auto!important;
}

.icon-house1, .icon-house2, .icon-house3, .icon-house4, .icon-house5,
.icon-house6, .icon-house7, .icon-house8, .icon-house9, .icon-house10{
    margin-top:-5px;
    display: inline-block;
    background: url("/static/img/house-transparent.png") 0 0 no-repeat transparent;
    width: 15px;
    height: 14px;
    vertical-align: middle;
}
.icon-house1 { background-position:  -15px 0; }
.icon-house2 { background-position:  -30px 0; }
.icon-house3 { background-position:  -45px 0; }
.icon-house4 { background-position:  -60px 0; }
.icon-house5 { background-position:  -75px 0; }
.icon-house6 { background-position:  -90px 0; }
.icon-house7 { background-position:  -105px 0; }
.icon-house8 { background-position:  -120px 0; }
.icon-house9 { background-position:  -135px 0; }
.icon-house10 { background-position:  -150px 0; }

.icon-green-check-small {
    display: inline-block;
    background: url(/static/svg/new_object/green_check_small.svg) no-repeat center center transparent;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* new footer */
.new-mobile-footer {
    background: #fff;
    box-shadow: 0 0 4px 1px #e0e0e0;
    padding: 20px;
    line-height: 30px;
    text-align: center;
}

.new-mobile-footer a {
    color:#999;
    margin-bottom: 10px;
}

a.footer-lang-link {
    display: inline-block;
    width: 36px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border:1px solid #fff;
    margin-right: 4px;
}

a.selected-lang {
    background: #fff;
    color:#333;
    font-weight: bold;
}

.footer-contact-link {
    display: inline-block;
    border-left: 1px solid #e3e3e3;
    padding-left: 15px;
}

/* misc */
.holiday-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.broker-contacts-wrapper {
    margin-top:16px;
}

h3.broker-contacts-wrapper__title {
    line-height: 45px;
    background:  #f5f5f5;
    padding: 0;
    padding-left: 16px;
    margin-top:16px;
}

.broker-contacts-wrapper__header {
    background: #949494;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 0 24px;
    padding-left: 80px;
    color:#fff;
    position: relative;
    z-index: 3;
}

.broker-contacts-wrapper__icon {
    display: inline-block;
    background: url(/static/svg/object/gold.svg) no-repeat center center transparent;
    width: 42px;
    height: 45px;
    position: absolute;
    left:24px;
    top:-8px;
}

.broker-photo {
    display: inline-block;
    width: 104px;
}

.broker-photo img {
    border: 1px solid #efefef;
    width: 100%;
    height: 100%
}

.broker-title-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 124px;
    margin-left: -113px;
    height: 140px;
    position: relative;
}

.broker-title-wrapper.no-photo {
    height: auto;
    margin-left:0;
    padding-left:0;
}

.broker-title-wrapper.no-photo .link-broker-adverts {
    position: inherit;
}

.link-broker-adverts {
    position: absolute;
    bottom: 15px;
    line-height: 30px;
    height: 30px;
}

.link-broker-adverts.no-photo {
    position: inherit;
    text-align: center;
}

.broker-title {
    font-size: 14px;
    color: #999;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    line-height: 20px;
}

.broker-title-wrapper.no-photo .broker-title {
    border-bottom: none;
    margin-bottom: 0;
}

.broker-name {
    font-size: 23px;
    color: #333;
    line-height: 30px;
}

.number-one-img img {
    float: none;
    width: 100%;
    height: auto;
}

.input-style-checkbox {
    /*display: inline-block;*/
    /*width: 510px;*/
}

.input-style-checkbox div {
    display: inline-block;
    line-height: 26px;
    vertical-align: top;
}

.input-style-checkbox label {
    cursor: pointer;
    line-height: 13px;
    display: inline-block;
    width: 165px;
    margin-bottom: 2px;
    padding-left: 18px;
    /*white-space: nowrap;*/
}

.input-style-checkbox-single, .input-style-checkbox-extra {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    vertical-align: top;
}

.input-style-checkbox-extra {
    margin-left: 8px;
}

.input-style-checkbox-single label, .input-style-checkbox-extra label {
    width: auto;
}

.input-style-checkbox input[type=checkbox] {
    display: inline;
}

.input-style-checkbox input[type=checkbox]:enabled {
    display: none;
}

.input-style-checkbox span {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border:1px solid #b9b9b9;
    background: #fff;
    vertical-align: text-bottom;
    display: none;
}

.input-style-checkbox span:only-of-type {
    display: inline-block;
    margin-left: -18px;
    margin-top:4px;
}

.input-style-checkbox input[type=checkbox]:checked + label span {
    background: #5bb700;
    border-color: #5bb700;
}

.input-style-checkbox input[type=checkbox]:checked + label{
    color:#333;
}

.input-style-checkbox span:after {
    content: '';
    display: none;
    position: absolute;
    width: 6px;
    height: 4px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.input-style-checkbox input[type=checkbox]:checked + label span:after {
    display: inline-block;
}

.invoice-option {
    text-align: left;
    margin-bottom: 10px;
}

.account-fill-option .invoice-option {
    margin-left: 0;
}

.account-fill-option .input-style-checkbox label {
    padding: 0;
    width: auto;
}

div#invoiceRequisites {
    margin-top: 10px;
    display: block;
}

#invoiceRequisites label {
    cursor: none;
    padding: 0;
    vertical-align: top;
    height: 21px;
    line-height: 21px;
    width: 100%;
    /*text-align: right;*/
    margin-right: 0;
}

#invoiceRequisites input {
    margin: 0;
    padding: 0 7px;
    width: 100%;
    height: 34px;
    color: #3f3f3f;
    font-size: 14px;
    background: #f3f3f3;
}

#invoiceRequisites input.error {
    border: 1px solid #EFA6A6;
    background: #F7D3D3;
}

#invoiceRequisites .row {
    display: block;
    vertical-align: middle;
    margin-bottom: 8px;
    text-align: left;
    line-height: normal;
}

li#invoiceRequisites .row {
    padding: 0;
}

li#invoiceRequisites .row:last-child, #invoiceRequisites .row:last-child {
    font-size: 11px;
    color: #999;
    white-space: normal;
}

li#invoiceRequisites .row:last-child {
    text-align: left;
}

.invoice-comment {
    display: block;
    width: 100%;
    height: 48px;
    resize: none;
    line-height: 19px;
    overflow-y: hidden;
    margin-top: 0px;
    font-size: 12px;
    color: #666;
    border: 1px solid #c7c7c7;
    border-bottom-color: #efefef;
    border-right-color: #efefef;
    border-radius: 3px;
    background: #f3f3f3;
}

.invoice-comment.userfill {
    height: 72px;
}

.invoice-option label {
    width: auto;
}

.average-price-tooltip {
    /*min-width: 300px;*/
    padding: 10px;
    line-height: 1.5;
}

.average-price-tooltip .red {
    color: #E00C18;
}

.average-price-tooltip .gray {
    color: #757575;
    font-size: 11px;
}

#chart_div_price_average .google-visualization-tooltip {
    width: auto !important;
    max-width: 500px;
    display: inline;
}

.evaluate-banner {
    border:1px solid #c8c8c8;
    background: #eef0ef;
    border-radius:5px;
    box-shadow: 0 0 6px 0 #ccc;
    margin: 8px auto;
    width: 282px;
    height: 70px;
    color:#999;
    font-size: 12px;
    line-height: 68px;
    display: block;
    padding: 0 20px 0 20px;
    position: relative;
    margin-top: 25px;
}

.evaluate-banner .naujiena {
    position: absolute;
    z-index: 2;
    top: -14px;
    left: -2px;
    color: #4E4B49;
    font-size: 11px;
    padding: 7px;
    background: #f7cd19;
    line-height: normal;
    text-transform: uppercase;
    height: 27px;
    width: 70px;
    text-align: center;
}

.evaluate-banner .corner {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 23px 0 0;
    border-color: #f7cd19 transparent transparent transparent;
    position: absolute;
    z-index: 2;
    top: -14px;
    left: 68px;
}

.evaluate-banner .top {
    position: relative;
}

.evaluate-banner .text-wrapper {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}

.evaluate-banner .right, .new-project-banner .right, .open-door-banner-btn .right {
    display: inline-block;
    float: right
}

.evaluate-banner .top img {
    vertical-align: middle;
}

.evaluate-banner .top .row1 {
    text-transform: uppercase;
    color: #4E4B49;
    font-size: 13px;
    line-height: 15px;
}

.evaluate-banner .top .row2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    color: #D9111B;
}

@media all and (min-width: 481px) {
    .evaluate-banner {
        width: 354px;
        height: 90px;
        line-height: 88px;
        padding: 0 20px 0 50px;
    }
}

.fill-sms-warning {
    margin-top: 10px;
}

.fill-sms-warning p {
    margin: 0px;
    line-height: 1.2;
    color: #848484;
    font-size: 12px;
}

.subscr_popup {
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 10;
}

.subscr_popup__inner {
    position: relative;
    width: 100%;
    padding: 15px 15px;
    margin: 0 auto;
}

.subscr_popup__inner__content {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #E7E7E7;
    padding: 9px 15px!important;
}

.subscr_popup__inner__content .search-subscribe-input input[name=email] {
    width: 113px;
}

@media (min-width: 360px) {
    .subscr_popup__inner__content .search-subscribe-input input[name=email] {
        width: 150px;
    }
}

.subscr_popup__header {
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
    background: url('/static/img/mobile/modal_arrow.png') center bottom no-repeat;
    padding-bottom: 60px;
}

.subscr_popup__close {
    position: relative;
    margin-bottom: 30px;
    height: 26px;
}

.subscr_popup__close__btn {
    cursor: pointer;
    width: 26px;
    height: 26px;
    background: url(/static/img/mobile/modal_close.png) no-repeat;
    display: block;
    position: absolute;
    right: 0px;
}

.subscr_popup .invalid {
    background-color: #f7bdc0;
}

.new-mess {
    background: #d9111b;
    margin-left: 6px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 13px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
}

.topupBalance {
    margin-top: 0;
    margin-bottom: 15px;
}

.street-container, .map-container {
    z-index: 2000;
}

.status-blocked-reason {
    font-size: 11px;
    color: #CC0000;
    text-align: center;
    border: 1px solid #CC0000;
    margin-top: -1px;
    width: 138px;
    line-height: 1.2;
    padding: 2px;
}

.open-door-checkbox {
    border-bottom: none!important;
}

.open-door-checkbox a {
    color: #00c200!important;
}

.open-door-checkbox .filter-checkbox, .filter-checkbox-checked {
    background: #e9fbe9!important;
    border: 1px solid #a9d8a9!important;
}

.open-door-checkbox .filter-checkbox-checked:after, .open-door-checkbox input:checked ~ .filter-checkbox:after {
    border-color: #00c200!important;
}

.mark-wrapper-add {
    border-top: 1px solid #dfdfdf;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 1px;
    margin-left: 4px;
}

.mark-wrapper-add div.text {
    padding-right: 8px;
    display: inline-block;
    position: relative;
    top: -11px;
    background: #f4f3f3;
}

.open-door-filter__wrapper {
    padding: 10px 12px 0 12px;
    margin-bottom: 15px;
}

.open-door-filter__item {
    margin-bottom: 15px;
}

.myAdvertFilters .textSearchFilter {
    margin: 20px 0px 10px 0px;
}

.myAdvertFilters .obj-filter-select {
    line-height: 20px;
}

.open-door-filter__label {
    color: #000;
    font-size: 13px;
}

.open-door-filter__list {
    background: #fff;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.open-door-filter__element {
    color: #969797;
    text-align: center;
    display: inline-block;
    padding: 0 13px 0 16px;
    border-left: 1px solid #ccc;
    cursor: pointer;
}

.open-door-filter__element.first {
    border-left: none;
    padding: 0 17px 0 21px;
}

.open-door-filter__all {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    line-height: 3;
    padding: 0 20px;
    color: #969797;
    z-index: 3;
}

.open-door-filter__shadow {
    display: block;
    width: 55px;
    height: 100%;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 40%;
    -webkit-box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: -1px 0px 20px rgba(0,0,0,0.39);
    box-shadow: -1px 0px 20px 0px rgba(0,0,0,0.39);
}

.open-door-filter__list .swiper {
    width: auto!important;
    height: auto!important;
    padding: 12px 0;
    border-right: 80px;
}

.myAdvertFilters .swiperAllContainer {
    display: none;
}

.myAdvertFilters .with-more-button .swiperAllContainer {
    display: inline;
}

.open-door-filter__list .swiperContent {
    width: auto;
}

.open-door-filter__element input {
    display: none;
}

.open-door-filter__element input[type="radio"]:checked+label,
.open-door-filter__element.first.checked
{
    font-weight: bold;
    color: #D9111B;
}

.open-door-filter__button {
    background: #D9111B;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    width: 80px;
    height: 35px;
    margin: 0;
    border: 1px solid #D9111B;
    border-bottom: 2px solid #a60d14;
    outline: none;
    cursor: pointer;
    vertical-align: top;
}

.open-door-filter__buttonMap {
    background: url(/static/img/map_image_www.png) no-repeat;
    background-size: cover;
    line-height: 32px;
    text-align: center;
    color: #969797;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    height: 35px;
    margin: 0;
    border: 1px solid #dfdfdf;
    outline: none;
    cursor: pointer;
    vertical-align: top;
}

.open-door-filter__buttonMap.padding {
    padding: 1px 6px;
}

.open-door-filter__buttonMap .icon-red-pointer {
    display: inline-block;
    background: url(/static/svg/map/point_icon.svg) no-repeat transparent center;
    background-size: contain;
    vertical-align: middle;
    width: auto;
    border-right: 1px solid #dadada;
    height: 18px;
    padding-right: 14px;
    padding-left: 15px;
    margin-right: 10px;
    margin-left: -3px;
}

.open-door-filter__actions {
    overflow: hidden;
}

.swiper-filter .swiper {
    line-height: 19px;
}

.swiper-filter-element a {
    font-weight: normal;
    color: #969797;
}

.swiper-filter-element.first-active {
    font-weight: bold;
    color: #D9111B;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
.icon-clear-area {
    display: inline-block;
    background: url("/static/svg/close.svg") no-repeat 0 0 transparent;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.obj-top-stats {
    color: #000;
    font-size: 14px;
}

.remembered-heart {
    background: url(/static/svg/controls/icon_heart_red.svg) no-repeat;
    background-size: 16px;
    padding: 0 0 0 19px;
    display: inline-block;
    font-weight: bold;
    background-position-y: 1px;
}

dd .remembered-heart {
    font-weight: normal;
}

.obj-top-stats strong {
    margin-right: 20px;
}
.remembered-padding {
    white-space: nowrap;
}

.obj-list-remembered {
    position: absolute;
    top: 21px;
    left: 0;
    background: #666;
    padding: 0 4px;
    height: 19px;
    line-height: 19px;
}

.obj-list-remembered .remembered-heart {
    background-size: 13px;
    padding: 0 0 0 19px;
    font-weight: normal;
    background-position-y: 4px;
    background-position-x: 2px;
}

.vector-thumb-video,
.vector-thumb-3d
{
    background: #F3F3F3;
    color: #888888;
    font-size: 1rem;
    text-align: center;
}

.big-thumb.vector-thumb-video, .big-thumb.vector-thumb-3d {
    font-size: 1.5rem;
}

.vector-thumb-video span {
    background: url(/static/svg/controls/play-icon.svg) no-repeat center 28%;
    background-size: 36%;
    display: inline-block;
    padding-top: 60%;
}

.big-thumb.vector-thumb-video span {
    background: url(/static/svg/controls/play-icon.svg) no-repeat center 28%;
    background-size: 36%;
    display: inline-block;
    padding-top: 54%;
    outline: 1px solid white;
}

.vector-thumb-3d span {
    background: url(/static/svg/controls/3d-icon.svg) no-repeat center 28%;
    background-size: 36%;
    display: inline-block;
    padding-top: 60%;
}

.project .vector-thumb-video {
    outline: 1px solid white;
}

.big-thumb.vector-thumb-3d span {
    background: url(/static/svg/controls/3d-icon.svg) no-repeat center 28%;
    background-size: 45%;
    display: inline-block;
    padding-top: 54%;
    outline: 1px solid white;
}

@media (max-width: 480px) {
    .big-thumb.vector-thumb-video, .big-thumb.vector-thumb-3d {
        font-size: 0.8rem;
    }

    .big-thumb.vector-thumb-video span, .big-thumb.vector-thumb-3d span {
        padding-top: 50%;
    }
}

@media (max-width: 370px) {
    .big-thumb.vector-thumb-video, .big-thumb.vector-thumb-3d {
        font-size: 0.7rem;
    }

    .big-thumb.vector-thumb-video span, .big-thumb.vector-thumb-3d span {
        padding-top: 48%;
    }
}

.special-comma {
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    padding: 3px 4px;
    font-weight: normal;
    white-space: nowrap;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
}

.expander {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.main_ntz .expander {
    margin-top: 20px;
}

.expander:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    background: #dedede;
}

.expand-link {
    cursor: pointer;
    font-size: 14px;
    color: #e00c17;
    background: #fff url(/static/svg/saved/arrow_down_red.svg) no-repeat right 8px center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 30px 3px 12px;
    position: relative;
    z-index: 1;
    border: 1px solid #dedede;
}

.main_ntz .expand-link {
    color: #6BC201;
    background: #fff url(/static/svg/saved/arrow_down_green.svg) no-repeat right 8px center;
}

.rent-danger-msg {
    width: 100%;
    color: #333333;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #FBDFDB;
    background-color: #F7C0B9;
    padding: 16px;
    text-align: left;
}

.rent-danger-msg .danger {
    font-weight: bold;
    color: #333333;
}

.icon-skelbiu-gray {
    display: inline-block;
    width: 32px;
    height: 22px;
    vertical-align: middle;
    background: transparent url(/static/svg/skelbiu_logo_gray.svg?v=2) no-repeat;
    background-size: 32px;
}

.reklama-label {
    color: #999;
    font-size: 11px;
    width: 300px;
    margin: 0 auto;
    text-align: right;
    display: block;
    line-height: 15px;
    text-transform: uppercase;
}

.agency-info-box {
    background-color: white;
    margin: 20px 10px;
    /*padding: 10px 20px;*/
    color: #000100;
    width: calc(100% - 20px);
    display: inline-block;
}

.agency-info-cell {
    border: 1px solid #DEDEDE;
    border-bottom: none;
    padding: 16px 17px;
}

.agency-info-cell:last-child {
    border-bottom: 1px solid #DEDEDE;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.agency-info-cell:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.agency-info-box .agency-info-label {
    font-size: 11px;
    color: #999999;
    margin-bottom: 4px;
}

.agency-info-box .agency-info-value {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.agency-info-box .agency-info-value a {
    color: #51AF3F;
    text-decoration: none;
    font-weight: normal;
}

.agency-info-reports {
    display:inline-block;
    vertical-align: top;
    margin: 20px 10px;
    width: calc(100% - 20px);
}

.agency-info-reports h3 {
    font-size: 16px;
    color: #666666;
    margin:16px 17px;
}

.agency-info-report-row {
    border-top: 1px solid #DEDEDE;
    padding: 10px 17px;
    color: #333333;
    line-height: 40px;
}

.agency-info-report-row .left {
    width: auto;
    max-width: 220px;
    float: left;
    font-size: 16px;
}

.agency-info-report-row .right {
    text-align: right;
    overflow: hidden;
}

.agency-info-report-row:last-child {
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

.agency-info-report-btn {
    display: inline-block;
    line-height: 40px;
    width: 110px;
    text-align: center;
    font-size: 16px;
    color: #D9111B;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    padding: 0px 10px;
    background-color: #FFFFFF;
}

.agency-page {
    vertical-align: top;
}

.broker-list {
    text-align: center;
    min-height: 500px;
}

.broker-list h2 {
    font-size: 16px;
    margin: 21px 0px;
    color: #666666;
}

.broker-list .broker-block {
    width: calc(100% - 20px);
    height: 288px;
    margin: 0 10px;
    margin-bottom: 10px;
    position: relative;
}

@media only screen and (min-width : 649px) and (max-width : 962px){
    .broker-list .broker-block {
        display: inline-block;
        width: 300px;
    }

    .broker-list .broker-block:nth-child(even) {
        margin-left: 0;
    }
}

@media only screen and (min-width : 963px){
    .broker-list .broker-block {
        width: 300px;
        margin-left: 0;
        display: inline-block;
    }

    .broker-list .broker-block:nth-child(3n-2) {
        margin-left: 10px;
    }
}

.broker-list .broker-block .broker-row {
    height: 90px;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-bottom: none;
}

.broker-list .broker-block .broker-row-1 {
    height: 90px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    text-align:left;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    display: -webkit-flex;
    flex-direction: column;
    padding: 17px;
}

.broker-list .broker-block .broker-row-2 {
    height: 70px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    text-align: center;
}

.broker-list .broker-block .broker-row-add {
    background: #FDF8C5;
    height: 33px;
    color: #999;
    padding: 6px 0;
}

.broker-list .broker-block .broker-row-add .open-door-count {
    color: #279400;
    border-left: 1px solid #DDDDDD;
    margin-left: 10px;
    padding-left: 10px;
}

.broker-list .count-block-big {
    flex-grow: 1;
}

.count-block-big .label-big {
    font-size: 24px;
    color: #666666;
    font-weight: bold;
}

.count-block-big .label-small {
    font-size: 12px;
    color: #999999;
}


.broker-list .broker-block .broker-row-3 {
    height: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-right: 20px;
}

.count-block-big .label-big {
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.broker-list .bleak-label {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    -webkit-align-self: left;
    -ms-flex-item-align: left;
    align-self: center;
    font-size: 12px;
    line-height: 12px;
    color: #BCBCBC;
    padding: 0px 10px;
    text-align: left;
    flex-wrap: wrap;
}

.count-block-medium {
    -webkit-flex: 2 1 0px;
    -ms-flex: 2 1 0px;
    flex: 2 1 0px;
    color: #BCBCBC;
}

.credits-block {
    flex: 2 1 0px;
    -webkit-flex: 2 1 0px;
    -ms-flex: 2 1 0px;
    color: #333333;
}

.count-block-medium .label-big {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    font-weight: bold;
}

.count-block-medium .label-small {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
}

.broker-list .broker-block .broker-row-4 {
    height: 45px;
    border-bottom: 1px solid #DEDEDE;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    text-align: center;
    flex-basis: 100%;
    width: 100%;
}

.broker-list .credits-block img {
    height: 14px;
}

.broker-name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
}

.broker-email {
    color: #D9111B;
    font-size: 12px;
    line-height: 20px;
}

.broker-phone {
    color: #333333;
    font-size: 12px;
    line-height: 20px;
}

.edit-img {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.edit-img img {
    height: 25px;
}

.minMax-wrapper {
    background-color: #FFFFFF;
    width: fit-content;
    width: -moz-fit-content;
    height: auto;
    margin-bottom: 0px;
}

.minMax-wrapper a {
    color: #969797;
    line-height: 19px;
    padding: 12px 21px;
    min-width: 175px;
    display: inline-block;
}

.minMax-wrapper .minMaxActive{
    font-weight: bold;
    color: #D9111B;
}

.minMax-wrapper a.clearMinMax {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    min-width: 35px;
}

.clearMinMax > span {
    top: 0;
}

.total-label {
    margin: 10px;
    margin-bottom: 20px;
}

.grecaptcha-badge {
    display: none!important;
}

.user-menu-container .lang-controls {
    width: 100%;
    color: #d1d1d1;
    padding: 25px 0 ;
    text-align: center;
    font-size: 14px;
}

.user-menu-container .lang-controls > a {
    color: #d1d1d1;
    padding: 15px;
}

.user-menu-container .lang-controls > a.selected {
    font-weight: bold;
}

.reservation-strip {
    text-align: left;
}

.object-image-link .reservation-strip,
.obj-top-part .reservation-strip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    width: 151px;
    background: rgba(241,130,0,0.8);
    padding: 0 10px;
}

.obj-top-part .reservation-strip {
    top: 19px;
}

.reservation-strip.auction {
    top: 22px;
}

.advert-info-header .reservation-strip {
    display: inline-block;
    height: 25px;
    background: #F18200;
    padding: 0 5px;
    position: relative;
}

.advert-info-header .reservation-strip:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 15px 0 0;
    border-color: #F18200 transparent transparent transparent;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -15px;
    content: '';
}

.reservation-strip__icon {
    width: 15px;
    height: 20px;
    background: url(/static/svg/object/timetable.svg) center center no-repeat;
    display: inline-block;
    vertical-align: top;
    background-size: 10px;
}

.advert-info-header .reservation-strip__icon {
    height: 25px;
    background-size: 15px;
    margin-right: 5px;
}

.reservation-strip__text {
    color: #fff;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    vertical-align: top;
    margin-left: 3px;
    font-size: 14px;
}

.advert-info-header .reservation-strip__text {
    line-height: 25px;
    height: 25px;
    font-size: 16px;
    text-transform: unset;
}

.my-aruodas-menu__agencies__limits__green {
    color: #279400;
    font-weight: bold;
}

.my-aruodas-menu__agencies__limits__bold {
    font-weight: bold;
    color: #333;
}

.advert-action-trigger.button-opendoor {
    margin-top: 5px;
    line-height: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    color: #666666;
}

.advert-action-trigger.button-opendoor.has-order {
    background: #F8F6E2;
    /*border: 1px solid #279400;*/
    text-transform: capitalize;
    box-shadow: none;
}

.advert-action-trigger.button-opendoor img {
    height: 16px;
    width: 14px;
    margin-right: 5px;
}

.advert-button__open_door_right {
    display: inline-block;
    line-height: 18px;
}

.advert-button__open_door_left {
    display: inline-block;
    line-height: 18px;
    border-left: 1px solid #ddd;
    margin-left: 8px;
    padding-left: 8px;
    color: #279400;
}

.advert-button__open_door_left.zero {
    color: #E00C18;
}

.advert-button__open_door_left__lowecase {
    text-transform: lowercase;
}

.broker-row__last-month {
    text-align: right;
}

.broker-row__last-month:last-child {
    margin-left: 20px;
}

.broker-row__last-month .count-block-medium .label-small {
    display: inline-block;
}

.broker-row__last-month .count-block-medium .label-big {
    display: inline-block;
}
.object-image-link .in-project, .popup-object-list .in-project, .result-item-v3 .in-project {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(235,32,38,0.75);
    color: #FFF;
    font-size: 13px;
    padding: 2px 6px;
    line-height: normal;
    z-index: 2;
}

.object-image-link .in-project.open-door, .popup-object-list .in-project.open-door, .result-item-v3.open-door .in-project {
    bottom: 24px;
}

.no-js img.lazyload {
    display: none !important;
}