#search-page .search-block {
    padding: 67px 0 0;
}

#search-page .search-block h1 {
    font: 400 36px/48px 't-star_proheavy', Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0px;
}

#search-page .genplan-container {
    margin: 40px 0 0;
    position: relative;
    height: 600px;
}

#plan {
    position: relative;
    z-index: 1;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#search-page .svg {
    width: 100%;
    height: 600px;
    position: relative;
    text-align: center;
}

#search-page .svg .svg-item {
    width: 1920px;
    height: 600px;
    display: none;
}

#search-page .svg .svg-item.active {
    display: block;
    z-index: 10;
    pointer-events: all !important;
}


.park-plan-wrap {
    width: 100%;
    height: 600px;
    position: relative;
    pointer-events: none;
}

.park-plan-wrap .park-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/images/search.page/park-overlay.jpg) center top no-repeat;
    display: flex;
    z-index: 1111;
    top: 0;
    left: 0;
    justify-content: center;
    cursor: pointer;
}

.park-plan-wrap .park-overlay .zoom-in {
    width: 125px;
    height: 125px;
    background: url(/images/search.page/zoom-in.png) left top no-repeat;
    margin: auto;
}

.main-plan-wrap,
.queue-plan-wrap {
    position: absolute;
    pointer-events: none;

    left: 50%;
    margin-left: -960px;

    width: 1920px;
    height: 600px;

    z-index: 100;
}

#park-plan {
    overflow: hidden;
    position: relative;
    pointer-events: all;
    width: 100% !important
}

#park-plan .draggable {
    position: absolute;
    cursor: move;
}

#search-page .svg #park-plan.svg-item.active {
    display: block;
}



.jcrop-nav {
    width: 400px;
    height: 100px;
    position: absolute;
    right: 343px;
    top: 90px;
    z-index: 200;


    display: none;

}

.jcrop-holder {
    background-color: transparent !important;
}

.jcrop-nav .jcrop-handle {
    display: none;
}

.jcrop-nav .jcrop-hline {
    height: 2px !important;
    opacity: 1 !important;
    background: #ffffff;
}

.jcrop-nav .jcrop-vline {
    width: 2px !important;
    opacity: 1 !important;
    background: #ffffff;
}


#main-plan-svg .poly {
    fill-opacity: 0;
    stroke-opacity: 0;
    fill: #39b54a;
    stroke: #39b54a;
    stroke-width: 4px;
    position: relative;
}

#main-plan-svg .poly.park:hover,
#main-plan-svg .poly.queue:hover {
    fill-opacity: 0.2;
    fill: #fff;
    stroke: #fff;
    stroke-opacity: 1;
    cursor: pointer;
}

#main-plan-svg .poly.disabled {
    fill: #808080;
    fill-opacity: 0.5;
}


#park-svg .object {
    fill-opacity: 0.5;
    fill: transparent;
    stroke: rgba(255, 255, 255, .1);
    stroke-width: 1px;
}

#park-svg .object:hover {
    stroke: #fff;
    cursor: pointer;
    stroke-width: 2px;
}


.queue-svg .ground {
    fill-opacity: 1;
    fill: transparent;
    stroke: white;
    stroke-width: 1px;
    stroke-opacity: 0.5;
}


.queue-svg .ground.special {
    fill: #00A54E;
    fill-opacity: 1;
}

.queue-svg .ground.reserved {
    fill: #d1935c;
}

.queue-svg .ground.sold {
    fill: #4b9960;
}


.queue-svg .ground.sale {
    fill: #48b8b4;
}

.queue-svg .ground.contract {
    fill: #8f5db6;
}

.queue-svg .nm {
    pointer-events: none;
    fill: white;
    text-decoration: underline;
    font-weight: 100;
    font-family: t-star_proregular;
}

.queue-svg .ground:hover {
    stroke: #fff;
    cursor: pointer;
    stroke-width: 3px;
    stroke-opacity: 1;
}

#genplan {
    padding: 45px 0 0 0;
    margin: -45px 0 0 0;
}

.genplan-container .header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 53px;
    overflow: hidden;
    z-index: 101;
    background: rgba(255, 255, 255, .5);
    pointer-events: all;
}

.genplan-container .header li {
    float: left;
    margin: 0 42px 0px 0;
}

.genplan-container .header li.active a {
    border-bottom: 4px solid #39b54a;
}

.genplan-container .header li a {
    color: #000;
    font: 400 18px/18px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 17px 0 14px;
}

.genplan-container .header li a.hidden {
    color: #b7bbbd;
    pointer-events: none;
}

.genplan-container .footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 53px;
    overflow: hidden;
    z-index: 100;
    background: rgba(255, 255, 255, .5);
}

.genplan-container .footer li {
    float: left;
    margin: 0 40px 0px 0;
}

.genplan-container .footer li span {
    float: left;
    display: block;
    padding: 17px 0 18px;

    color: #000;
    font: 400 18px/18px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: lowercase;
}

.genplan-container .footer li:before,
.table .icon:before {
    content: '';
    display: block;
    position: relative;
    float: left;
    width: 10px;
    height: 10px;
    margin: 23px 8px 0 0;
    border-radius: 50%;
}

.genplan-container .footer li.icon-1:before,
.table .icon-1:before {
    background: #61ba6d;
}

.genplan-container .footer li.icon-2:before,
.table .icon-2:before {
    background: #d1935c;
}

.genplan-container .footer li.icon-3:before,
.table .icon-3:before {
    background: #acbcac;
}

.genplan-container .footer li.icon-4:before,
.table .icon-4:before {
    background: #48b8b4;
}

.genplan-container .park-baloon {
    position: absolute;
    background: #fff;
    width: 246px;
    padding: 2px;
    display: block;

    opacity: 0;

    pointer-events: none;

    margin-left: -123px;
    margin-top: -150px;

    z-index: 1000;

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    text-align: left;

    font: 400 18px/26px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
}

.genplan-container .park-baloon .object-name {
    text-align: center;
    padding: 20px;
}

.genplan-container .park-baloon .image {
    width: 100%;
    height: 138px;
}

.genplan-container .park-baloon:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -32px;
    left: 105px;
    border: 18px solid transparent;
    border-top: 14px solid #fff;
    pointer-events: none;
}


.genplan-container .baloon {
    position: absolute;
    background: #fff;
    width: 280px;
    box-sizing: border-box;
    display: none;
    margin-left: -135px;
    margin-top: -150px;
    z-index: 1000;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    text-align: left;
}

.genplan-container .baloon .header {
    color: #fff;
    height: 25px;
    position: relative;
    z-index: 1;
}

.genplan-container .baloon .header span {
    display: inline-block;
    vertical-align: top;
    text-transform: lowercase;
    font: 400 18px/18px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 3px 10px;
}

.genplan-container .baloon .header span:first-of-type {
    padding: 4px 9px;
    border-right: 1px solid #fff;
}

.genplan-container .baloon .header.icon-1 {
    background: #39b54a;
}

.genplan-container .baloon .header.icon-2 {
    background: #f08f48;
}

.genplan-container .baloon .header.icon-3 {
    background: #808080;
}

.genplan-container .baloon .header.icon-4 {
    background: #43EDFF;
}

.genplan-container .baloon .baloon-body {
    padding: 20px 10px 20px 20px;
    background: #fff;
    box-sizing: border-box;
}

.genplan-container .baloon .status {
    position: relative;
}

.genplan-container .baloon .status:before {
    content: '';
    display: block;
    position: absolute;
    left: -17px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 4px;
}

.genplan-container .baloon:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -32px;
    left: 115px;
    border: 18px solid transparent;
    border-top: 14px solid #fff;
    pointer-events: none;
}

.genplan-container .baloon .house {
    position: relative;
}

.genplan-container .baloon .house:before {
    content: '';
    display: block;
    position: absolute;
    left: -19px;
    top: 5px;
    width: 16px;
    height: 10px;
    background: url(/images/main.sprite.svg) -229px 0px no-repeat;
}

.genplan-container .baloon .left {
    float: left;
    margin: 0 30px 0 0;
    overflow: hidden;
    width: 125px;
}

.genplan-container .baloon .right {
    float: left;
}

.genplan-container .baloon .left span,
.genplan-container .baloon .right span {
    display: block;
    margin: 0 0 4px 0;
    font: 400 16px/16px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif
}

.genplan-container .baloon .right .old-price:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    padding: 0 5px;
    background: #b7bbbd;
    left: -5px;
}

.genplan-container .baloon .right .new-price {
    display: block;
    color: #e84c4d;
}

.genplan-container .baloon .right .old-price {
    position: relative;
    color: #b7bbbd;
    font: 400 14px/14px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: right;
    text-align: left;
    display: inline-block;
}

.genplan-container .baloon .right .old-price .rouble {
    font-size: 14px;
}

.genplan-container .baloon .rouble {
    display: inline !important;
}

#search-result {
    padding: 30px 0 0 0;
    margin: -30px 0 0 0;
}

#search-result .filter {
    padding: 39px 0 11px 0;
    background: rgba(232, 237, 239, .5);
}

#search-result .filter .title {
    font: 400 36px/48px 't-star_proheavy', Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0px;
}

#search-result .form {
    padding: 39px 0;
}

#search-result .form input[type="text"] {
    box-sizing: border-box;
    width: 110px;
    height: 43px;
    margin: 0 5px;
    outline: medium none;
    border: 1px solid #d0d4d6;
    text-align: center;

    font: 400 18px/18px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#search-result .form input::-webkit-input-placeholder {
    color: #b7bbbd;
}

#search-result .form input::-moz-placeholder {
    color: #b7bbbd;
}

#search-result .form input:-moz-placeholder {
    color: #b7bbbd;
}

#search-result .form input:-ms-input-placeholder {
    color: #b7bbbd;
}

#search-result .form .control-group {
    float: left;
    margin: 0 78px 0 0;
}

#search-result .form .control-group:last-of-type {
    margin: 0;
    float: right;
}

#search-result .form .top {
    padding: 0 0 9px;
    border-bottom: 1px solid #d0d4d6;
    margin: 0 0 30px;
}

#search-result .form input[type="checkbox"]:not(:checked),
#search-result .form input[type="checkbox"]:checked {
    opacity: 0;
    display: none;
}

#search-result .form input[type="checkbox"]:not(:checked)+label,
#search-result .form input[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 21px;
    cursor: pointer;
    vertical-align: top;
    line-height: 12px;
}

#search-result .form input[type="checkbox"]:not(:checked)+label:before,
#search-result .form input[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 11px;
    height: 11px;
    border: 1px solid #d0d4d6;
    background: #fff;
}

#search-result .form input[type="checkbox"]:not(:checked)+label:after,
#search-result .form input[type="checkbox"]:checked+label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    color: #09ad7e;
    width: 7px;
    height: 7px;
    background: #39b54a;
}

#search-result .form input[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
}

#search-result .form input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

#search-result .form input[type="checkbox"]:disabled:not(:checked)+label:before,
#search-result .form input[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

#search-result .form input[type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

#search-result .form input[type="checkbox"]:disabled+label {
    color: #aaa;
}

#search-result .form .bottom {}

#search-result .form .left {
    float: left;
}

#search-result .form .show-result {
    margin: 17px 0 0 0;
    font: 400 18px/18px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#search-result .form .right {
    float: right;
}

#search-result .form .clear {
    font: 400 18px/18px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #39b54a;
    cursor: pointer;
    vertical-align: top;
    padding: 17px 0 0 0;
    display: inline-block;
    transition: opacity .3s;
}

#search-result .form .clear:hover {
    opacity: .8;
}

#search-result .form .right button {
    min-width: 165px;
    margin: 0 0 0 34px;
}

#search-result .search-wrapper {
    padding: 79px 0 0;
}

#search-result .pagination {}

#search-result .pagination .nums {
    float: left;
}

#search-result .pagination .nums li {
    display: inline-block;
    vertical-align: top;
}

#search-result .pagination .nums li.hidden,
#search-result .pagination .nums li.first,
#search-result .pagination .nums li.last {
    display: none;
}

#search-result .pagination .nums a {
    color: #000;
    font: 400 16px/16px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#search-result .pagination .nums li.selected a {
    color: #39b54a;
    pointer-events: none;
}

#search-result .pagination .nums a.next {
    font-size: 18px;
    line-height: 12px;
}

#search-result .pagination .nums span {
    margin: 0 5px 0 0;
    vertical-align: top;
    font: 400 16px/16px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#search-result .pagination .show-filter {
    float: right;
}

#search-result .pagination .show-filter span {
    vertical-align: top;
    font: 400 16px/16px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #b7bbbd;
}

#search-result .pagination .show-filter a {
    margin: 0 0 0 5px;
    vertical-align: top;
    color: #000;
    font: 400 16px/16px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#search-result .pagination .show-filter a.current {
    color: #39b54a;
    pointer-events: none;
}

#search-result .table {
    width: 100%;
    margin: 11px 0 28px;
    font: 400 18px/26px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#search-result .sort-link {
    color: #000000;
    text-decoration: none;
    display: inline-block;
}

#search-result .sort-link:after,
#search-result .sort-link:before {
    display: block;
    float: right;
    vertical-align: top;
    color: #b7bbbd;
    margin-top: -3px;
}

#search-result .sort-link:after {
    content: '\2191';
    margin-left: 3px;
}

#search-result .sort-link:before {
    content: '\2193';
}

#search-result .sort-link.asc:before {
    color: #e84c4d;
}

#search-result .sort-link.desc:after {
    color: #e84c4d;
}

#search-result .table thead {
    background: #e8edef;
}

#search-result .table thead th {
    padding: 13px 0 14px;
    vertical-align: middle;
    text-align: left;
    font: 400 18px/26px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#search-result table th .rouble:before {
    top: 2%;
    left: -8%;
}

#search-result .table thead th:nth-of-type(1) {
    width: 16%;
    text-align: center;
}

#search-result .table thead th:nth-of-type(2) {
    width: 16%;
}

#search-result .table thead th:nth-of-type(3) {
    width: 14%;
}

#search-result .table thead th:nth-of-type(4) {
    width: 16%;
    padding-left: 26px;
}

#search-result .table thead th:nth-of-type(5) {
    text-align: center;
    width: 15%;
}

#search-result .table thead th:nth-of-type(6) {
    width: 5%;
}

#search-result .table thead th:nth-of-type(7) {
    width: 18%;
    padding: 0 0 0 36px;
}

#search-result .table tbody td .rouble,
#search-result .table th .rouble {
    vertical-align: bottom;
}

#search-result .table tbody td .new-price .rouble:before {
    top: 11%;
    left: -10%;
}

#search-result .table tbody td .price .rouble:before {
    top: 20%;
    left: 0;
}

#search-result .table tbody td .rouble:before {
    top: 11%;
    left: -8%;
}

#search-result .table tbody td:nth-of-type(1) {
    width: 16%;
    text-align: left;
    padding: 20px 39px;
}

#search-result .table tbody td:nth-of-type(2) {
    width: 16%;
}

#search-result .table tbody td:nth-of-type(3) {
    width: 14%;
    text-align: right;
    padding: 20px 33px 20px 0;
}

#search-result .table tbody td:nth-of-type(4) {
    width: 16%;
    padding-right: 23px;
    text-align: right;
}

#search-result .table tbody td:nth-of-type(5) {
    text-align: center;
    width: 15%;
    padding-right: 24px;
}

#search-result .table tbody td:nth-of-type(6) {
    width: 5%;
}

#search-result .table tbody td:nth-of-type(7) {
    width: 18%;
    padding: 7px 61px 10px 36px;
    text-align: right;
}

#search-result .table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #d0d4d6;
}

#search-result .table tbody tr:nth-child(odd) {
    background: #f9fafb;
}

#search-result .table tbody tr:nth-child(even) {
    background: #fff;
}

#search-result .table tbody tr:hover {
    background: rgba(57, 181, 74, .15) !important;
}

#search-result .table tbody tr td {
    padding: 20px 0;
    font: 400 18px/23px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#search-result .table tbody tr td .old-price {
    position: relative;
    color: #b7bbbd;
    font: 400 14px/14px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: right;
}

#search-result .table tbody tr td .old-price .rouble {
    vertical-align: middle;
}

#search-result .table tbody tr td .old-price:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    padding: 0 5px;
    background: #b7bbbd;
    left: -5px;
}

#search-result .table tbody tr td .new-price {
    display: block;
    color: #e84c4d;
}

#search-result .table tbody tr td .price {
    vertical-align: bottom;
    line-height: 18px;
}

#search-result .table .icon:before {
    margin: 8px 12px 0 0;
}

#search-result .table .arrow {
    color: #b7bbbd;
}

#search-result .table .arrow.active {
    color: #e84c4d;
}

#search-result .table .house {
    display: block;
    width: 22px;
    height: 19px;
    background: url(/images/main.sprite.svg) -198px 0px no-repeat
}



#howtobuy {
    padding: 62px 0 0;
}

#howtobuy .container {
    background: #f3f6f7;
    padding: 38px 0 50px;
}

#howtobuy .title {
    font: 400 36px/48px 't-star_proheavy', Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0px;
}

#howtobuy .items-list {
    padding: 28px 0 0 0;
}

#howtobuy .items-list ul li.item {
    float: left;
    margin: 0 103px 13px 0;
}

#howtobuy .items-list ul li.item:nth-of-type(2n) {
    margin-right: 0;
}

#howtobuy .items-list ul li.item .left {
    float: left;
    overflow: hidden;
    margin: 52px 30px 0 0;
    max-width: 80px;
    max-height: 80px;
}

#howtobuy .items-list ul li.item .right {
    float: left;
    width: 387px;
}

#howtobuy .items-list ul li.item .header {
    padding: 0 0 14px;
}

#howtobuy .items-list ul li.item .category {
    margin: 0 26px 0 0;
}

#howtobuy .items-list ul li.item .date,
#howtobuy .items-list ul li.item .category {
    color: #b7bbbd;
    font: 400 14px/14px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: lowercase;
}

#howtobuy .items-list ul li.item a.title {
    color: #000;
    line-height: 18px;
    display: block;
}

#howtobuy .items-list ul li.item a.title span {
    font: 400 18px/24px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
    vertical-align: top
}

#howtobuy .items-list ul li.item a.title span:hover {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

#howtobuy .items-list ul li.item p {
    margin: 8px 0;
    font: 400 18px/24px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#howtobuy .more {
    text-align: center;
}

#howtobuy .more .site-button {
    padding: 10px 37px 11px;
}

#howtobuy .more .site-button span {
    letter-spacing: 2px;
    text-align: left;
}

#howtobuy .more .site-button span:before {
    content: '';
    display: block;
    float: left;
    width: 16px;
    height: 22px;
    background: url(/images/main.sprite.svg) -259px -33px no-repeat;
    margin: 6px 20px 0 5px;
}

#houses {
    padding: 68px 0 0;
}

#houses .title {
    font: 400 36px/48px 't-star_proheavy', Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0px;
}

#houses .grid-view {
    padding: 40px 0 0;
}

#houses .grid-view li {
    float: left;
    margin: 0 50px 46px 0;
    min-height: 410px;
}

#houses .grid-view li:nth-of-type(3n) {
    margin-right: 0;
}

#houses .grid-view li a {
    display: block;
}

#houses .grid-view li a img {
    display: block;
    margin: 0 0 27px 0;
    position: relative;
}

#houses .grid-view li .image:hover:after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: rgba(57, 181, 74, .3);
    position: absolute;
    top: 0;
    left: 0;
}

#houses .grid-view li .image {
    position: relative;
    background: url("/images/noimg.png") center center no-repeat #f7f7f7;
    width: 340px;
    height: 230px;
    margin-bottom: 20px;
}

#houses .grid-view li a span {
    display: block;
    color: #000;
    font: 400 16px/24px 't-star_proregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#houses .grid-view li a span.name {
    height: 19px;
    margin: 0 0 14px;
    font: 400 18px/18px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#houses .grid-view li a span.name.special:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/images/main.sprite.svg) -252px 0px no-repeat;
    position: relative;
    float: left;
    margin: 1px 9px 0px 0px;
}

#houses .grid-view li a .price {
    color: #000;
    margin: 0 0 8px 0;
    font: 400 18px/18px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#houses .grid-view li a .price span {
    display: inline-block;
    font: 400 18px/18px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#houses .grid-view li a .price span.new {
    color: #e84c4d;
}

#houses .grid-view li a .price span.old {
    color: #b7bbbd;
    text-decoration: line-through;
    font-size: 16px;
    margin-left: 18px;
}

#houses .grid-view li a .price .rouble {
    color: inherit;
    font: 400 18px/18px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#houses .grid-view li a span.price .rouble {
    font: 400 18px/18px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#houses .grid-view li a span.new-price {
    display: inline;
    font: 400 18px/18px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #e84c4d;
}

#houses .grid-view li a span.new-price .rouble {
    color: #e84c4d;
    font: 400 18px/18px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#houses .grid-view li a span.old-price {
    display: inline;
    position: relative;
    margin: 0 0 0 7px;
    color: #b7bbbd;
}

#houses .grid-view li a span.old-price .rouble {
    color: #b7bbbd;
}

#houses .grid-view li a span.old-price:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    padding: 0 5px;
    background: #b7bbbd;
    left: -5px;
}

#houses .grid-view .more {
    margin: 0 auto;
    text-align: center;
}

#houses .grid-view li a span.rouble {
    display: inline;
}

.rouble {
    position: relative;
}

.rouble:before {
    content: '-';
    display: block;
    position: absolute;
    font: inherit;
    top: 20%;
    left: -8%;
}

.no-search-result {
    text-align: center;
    color: #000000;
    font: 400 21px/32px 't-star_probold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}