
@font-face {
    font-family: 'rouble';
    src: url('../fonts/rouble-webfont.eot');
    src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rouble-webfont.woff') format('woff'),
         url('../fonts/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.rouble
{
    font-family:'rouble'!important;
    font-weight: normal;
    font-style: normal;
}
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    margin: 0;
    position: relative;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
textarea {
    display: block
}
strong {
    font-weight: bold;
}
i {
    font-style: italic;
}
*:focus {
    outline: none;
}
.hidden {
    display: none!important;
}
.show {
    display: block !important;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-bg {
    background: none !important;
}
.no-border {
    border: none !important;
}
.text-align-left {
    text-align: left;
}
.text-align-right {
    text-align: right;
}
.text-align-justify {
    text-align: justify;
}
.text-align-center {
    text-align: center;
}
#forpath a {font-size:12px;}
#forpath {margin-bottom:-20px;}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
    display: block;
}
.wrapper {
    position: relative;
}
.invisible {
    visibility: hidden;
}

/* new swiper gallery */

.search-result-item_t2017_2 .images-wrapper .images {
    position: relative;
    height: 190px;
}
.search-result-item_t2017_2 .images-wrapper .images .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-result-item_t2017_2 .images-wrapper .images img {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .search-result-item_t2017_2 .images-wrapper .images img {
        /* IE10+ CSS */
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: none;
    }
}
.search-result-item_t2017_2 .images-wrapper .images .photo-count {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 11px;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.49803922);
    padding: 5px 3px 3px 20px;
}
.search-result-item_t2017_2 .images-wrapper .images .photo-count:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
    background-image: url("/img/photo-ico.png");
    background-size: 100%;
}
.search-result-item_t2017_2 .images-wrapper .swiper-button-prev,
.search-result-item_t2017_2 .images-wrapper .swiper-button-next {
    background-image: url('/img/white-arrows.png');
    width: 27px;
    height: 37px;
    background-size: 54px;
    background-position: 0 0;
    margin-top: -22px;
}
.search-result-item_t2017_2 .images-wrapper .swiper-button-next {
    background-position: -27px 0;
}
.search-result-item_t2017_2 .images-wrapper .photo-count-new {
    position: absolute;
    z-index: 1;
    color: #ffffff;
    font-size: 13px;
    bottom: 20px;
    text-shadow: 0 0 10px #000,0 0 10px #000;
    font-family: Arial, sans-serif;
    text-align: center;
    width: 100%;
}

li.search-result-item_t2017_2 .photo {
    width: 22%;
    height: 190px !important;
    margin: 0px 0 !important;
    float: left;
    position: relative;
}

@media print, (min-width: 1200px) {
    .search-result-item_t2017_2 .images-wrapper:not(:hover) .swiper-button-prev,
    .search-result-item_t2017_2 .images-wrapper:not(:hover) .swiper-button-next,
    .search-result-item_t2017_2 .images-wrapper:not(:hover) .photo-count-new {
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease;
    }
}

/* end new swiper gallery */


.search-form {height: 400px;position: relative;padding: 0 0 30px 0;background: url(../images/search-bg.jpg) center 0;background-size: 108%;overflow: hidden;z-index: 1;text-align: center;}
.search-form--auto-height {
    height: auto;
    background-size: cover;
}
.search-form.regions {
    overflow: visible;
    padding-top: 42px;
}
.search-form.regions:before {
    top: 0;
}
.search-form h1 {
    margin-top: 0;
}
.search-form-mobile {
    display: none;
}
.search-form:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50%);
    z-index: 2;
}
.search-form h1 {
    position: relative;
    z-index: 3;
    color: #fff;
    font: 24px Verdana, sans-serif;
    text-align: center;
    margin: 42px 0 30px;
}
.search-form > div {
    width: 699px;
    margin: 30px auto;
}
.search-form > div > * {
    z-index: 3;
    position: relative;
}

.search-form a, .search-form label {
    color: #000;
}
.search-form .search-menu {
    top: 3px;
}
.search-form .search-menu li {
    float: left;
}
.search-form .search-menu li a {
    display: block;
    padding: 0 20px;
    border: 1px solid #999;
    border-radius: 4px 4px 0 0;
    font: 12px/30px Verdana, sans-serif;
    background-color: #333;
    text-decoration: none;
    color: #fff;
}
.search-form .search-menu li.active a {
    font-weight: bold;
    background-color: #f3f3f3;
    color: #000;
    border: none;
}
.search-form .search-menu a.expand-search {
    position: absolute;
    right: 0;
    bottom: 6px;
    font: 12px 'Verdana', sans-serif;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.search-form form {
    display: block;
    padding: 15px 25px 15px 20px;
    background-color: #f3f3f3;
    text-align: left;
}
.search-form form .line {
    margin: 0 0 6px 0;
    text-align: left;
}
.search-form form .line + .line {
    margin: 0;
}
.search-form form .row {
    margin: 0 27px 0 0;
    float: left;
    position: relative;
}
.search-form.regions .line + .line .row + .row label {
        visibility: hidden;
}
.search-form.regions .line + .line .row + .row .ui-icon.ui-icon-triangle-1-s {
    display: none;
}
.search-form.regions form .line + .line .row:first-child:after {

}
.search-form.regions form .line + .line .row:first-child:before {
    content: '';
    position: absolute;
    top: 21px;
    right: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 7px;
    border-color: transparent transparent transparent #aaa;
}
.search-form.regions form .line + .line .row:nth-child(2) select {
    width: 340px;
}
.search-form.regions form .line + .line .row:nth-child(2) .ui-selectmenu-button span.ui-selectmenu-text {
    padding-left: 24px;
    background: url(../images/search-icon.png) no-repeat 8px 5px;
    background-size: 13px 13px;
}
.search-form form .line + .line .row:first-child:after {
    content: '';
    position: absolute;
    top: 21px;
    right: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #f3f3f3;
}
.search-form form .row + .row select {
    height: 25px;
}
.search-form form .row +select {

}
.search-form form .line:first-child .row:first-child + .row input[type="text"] {
    position: relative;
    top: -8px;
}
.search-form div form .line .row input + select {
    width: 78px;
}
.search-form div form .line > div:last-child {
    margin-right: 0;

}
.search-form form label {
    display: block;
    margin: 0 0 2px 0;
    font: 11px/12px 'Tahoma', sans-serif;
}
.search-form form select {
    width: 139px;
    height: 25px;
    color: #000;
}
.search-form .search-params {
    /* width: 612px; */
    float: left;
    margin-right: 25px;
    max-width: 529px;
}
.search-form .search-params input[type="text"] {
    width: 53px;
    padding: 2px 2px 2px 2px;
    margin-right: 1px;
    border: 1px solid #CCCCCC;
    font: 13px/19px 'Arial', sans-serif;
}

.search-form .search-params input[type="text"] + input[type="text"] {
    width: 56px;
}
.search-form .search-button {
    margin: 24px 0 0 0;
    /* float: left; */
    width: 660px;
    float: left;
    width: 100px;
    margin-right: 0;
}
.search-form .search-button input[type="submit"] {
    position: relative;
    padding: 10px 30px;
    background: #bc0400;
    background: -moz-linear-gradient(top, #bc0400 0%, #c4161c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc0400), color-stop(100%,#c4161c));
    background: -webkit-linear-gradient(top, #bc0400 0%,#c4161c 100%);
    background: -o-linear-gradient(top, #bc0400 0%,#c4161c 100%);
    background: -ms-linear-gradient(top, #bc0400 0%,#c4161c 100%);
    background: linear-gradient(to bottom, #bc0400 0%,#c4161c 100%);
    border: none;
    border-radius: 5px;
    color: #fff;
    font: 13px 'Verdana', sans-serif;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.2)
}
.search-form .search-button input[type="submit"]:hover {
    background: #c4161c;
    background: -moz-linear-gradient(top, #c4161c 0%, #bc0400 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4161c), color-stop(99%,#bc0400));
    background: -webkit-linear-gradient(top, #c4161c 0%,#bc0400 99%);
    background: -o-linear-gradient(top, #c4161c 0%,#bc0400 99%);
    background: -ms-linear-gradient(top, #c4161c 0%,#bc0400 99%);
    background: linear-gradient(to bottom, #c4161c 0%,#bc0400 99%);
}
.search-form .search-button input[type="submit"]:active {
    top: 1px;
}
.search-form .show-map {
    position: relative;
    /* display: block; */
    top: 6px;
    right: 3px;
    margin: 0 0 0 22px;
    color: #666;
    text-decoration: none;
    border-bottom: 1px dashed rgba(104,104,104,0.3);
    font: 11px Tahoma, sans-serif;
    cursor: pointer;
    white-space: nowrap;
}


.search-form .show-map a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dashed rgba(104,104,104,0.3);
    font: 11px Tahoma, sans-serif;
}
.search-form .show-map .full-search {
    display: none;
}
.search-form .show-map span:nth-child(3) {
    display: none;
}
.search-form .show-map.active {
    margin-left: 12px;
}
.search-form .show-map.active span:nth-child(2) {
    display: none;
}
.search-form .show-map.active span:nth-child(3) {
    display: inline;
}
.search-form .show-map:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: -16px;
    background: url(../images/search-icon.png) no-repeat 0 0;
    background-size: 70%;
}
.search-form .show-map.active:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: -16px;
    background: url(../images/list.png) no-repeat 0 0;
    background-size: 70%;
}
.search-form > div.buy-sell-list {
    display: inline-block;
    width: auto;
    margin: 0;
    text-align: left;
    padding: 15px 20px 12px;
    background-color: rgba(0, 0, 0, 0.486274509803922);
}
.buy-sell-list a {
    color: #fff;
    font: 14px Arial, sans-serif;
    text-decoration: none;
}
.buy-sell-list span {
    color: #fff;
    font: 14px Arial, sans-serif;
    text-decoration: none;
}
.buy-sell-list li a {
    color: #fff;
    font: 13px Arial, sans-serif;
    text-decoration: none;
}
.buy-sell-list li a span {
    padding-left: 10px;
    color: #AEAEAE;
}
.buy-sell-list .column {
    float: left;
    margin: 0 35px 0 0;
}
.buy-sell-list .column + .column {
    margin: 0;
}
.buy-sell-list ul {
    margin: 5px 0 0 0;
    line-height: 20px;
}
.yandex-map {
    display: none;
    width: 100%;
}
.content {
    margin: 40px 0 0 0;
    font-family: Arial,sans-serif;
}
.content > div {
    max-width: 1150px;
    min-width: 960px;
    padding: 0 10px;
    margin: auto;
}
.content > div .left-column {
    min-width: 670px;
    max-width: 866px;
    width: 80%;
    margin: 0 30px 0 0;
    float: left;
}

a {
    color: #2761D8;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.content > div .main-banner {
    height: 90px;
    width: 100%;
    /* min-width: 700px; */
    margin: 0 0 40px 0;
    text-align: center;
}
.content > div .main-banner img {
    height: 90px;
    width: 100%;
    /* min-width: 700px; */
}
.content > div .left-column .main-block {
    margin: 0 0 40px 0;
    font: 13px/18px Tahoma, sans-serif;
    color: #333;
}
.content > div .left-column .main-block.about-block {
    margin: 40px 0 50px 0;
}
.content > div .left-column .main-block.about-block p {
    margin: 0 0 20px 0;
    line-height: 18px;
}
.content > div .left-column .main-block.about-block h2 {
    margin-bottom: 20px;
}
.content > div .left-column h2 {
    margin: 30px 0 20px 0;
    font: 20px/20px Verdana, sans-serif;
    color: #C4161C;
}
.content > div .left-column span.red-header {
    margin: 30px 0 20px 0;
    display: block;
    font: 20px/20px Verdana, sans-serif;
    color: #C4161C;
}
.content > div .left-column .block-region .red-header {
    margin-top: 0;
}
.content > div .main-realty-header {
    margin-bottom: 20px;
}
.content > div .main-realty-header .red-header {
    float: left;
    margin: 0 11px 0 0;
}
.content > div .main-realty-header .red-header + a, .content > div .main-realty-header .red-header + a + a {
    float: left;
    position: relative;
    top: 2px;
    margin: 0 20px 0px 0px;
    /* margin-bottom: 25px; */
    padding: 0 0 1px 0;
    color: #2761D8;
    text-decoration: none;
    border-bottom: 1px dashed rgba(0,102,255,0.3);
}
 .content > div .main-realty-header .red-header + a + a.active {
    /* margin-top: -6px; */
    padding: 0 9px;
    top: -4px;
    margin-bottom: 14px;
 }
.content > div .realty-types .main-realty-header .red-header + a + a {
    margin-bottom: 20px
}
.content > div .main-realty-header a.active {
    top: -3px;
    float: left;
    margin: 0 20px 0 0;
    padding: 0 9px 0;
    background-color: #9D9D9D;
    border: 1px solid #999;
    border-radius: 4px;
    font: bold 13px/26px 'Arial', sans-serif;
    color: #fff!important;
}
.content > div .left-column .main-block.main-realty-content {
    margin-top: -20px;
    margin-bottom: 10px;
}
.content > div .left-column .main-realty-content-block:nth-child(2) {
    display: none;
}
.content > div .main-realty-content .main-realty-content-block > a {
    min-width: 325px;
    max-width: 420px;
    width: 48%;
    float: left;
    margin: 0 20px 20px 0;
}
.content > div .main-realty-content .main-realty-content-block > a:nth-child(even) {
    margin-right: 0;
}
.content > div .main-realty-content img {
    display: block;
    height: 80px;
    width: 100%;
    margin: 0 0 7px 0;
}
.content > div .main-realty-content + .news-block {
    margin-top: -10px;
}
.content > div .edition-materials {
    padding: 10px 0 30px 0;
    font: bold 13px 'Tahoma', sans-serif;
    clear: both;
}
.content > div .edition-materials a {
    font-weight: normal;
    margin: 0 1px 0 3px;
}
.content > div .news-block .news-block-content + .news-block-content {
    display: none;
}
.content > div .news-block .edition-materials {
    padding-top: 20px;
}
.content > div .main-block.best-offers {
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    padding-left: 25px;
}
.content > div .main-block.best-offers .red-header {
    display: block;
    font: normal 20px/20px Verdana,sans-serif;
    margin: 0;
    padding: 30px 0 20px;
}
.content .swiper-container-horizontal>.swiper-scrollbar {
    bottom: 10px;
}
.content > div .left-column .swiper-slide {
    margin: 0;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.content > div .best-offers .swiper-slide:empty, .content > div .spb-complexes .swiper-slide:empty {
    margin-bottom: 0;
}
.content > div .best-offers .swiper-slide .banner-wrapper, .content > div .spb-complexes .swiper-slide .banner-wrapper  {
    display: inline-block;
    overflow: hidden;
}
.content > div .best-offers .swiper-slide a {
    float: left;
    width: 170px;
    margin: 0;
    font: 11px 'Tahoma', sans-serif;
    line-height: 20px;
    color: #2761d8;
    text-align: left;
    text-decoration: none;
}
.best-offers {padding-bottom:25px;}

.content > div .main-block .swiper-slide:empty {
    display: none;
}
.content > div .main-block .swiper-slide.width33 {
    width: 33%;
}
.content > div .main-block .swiper-slide.width50 {
    width: 50%;
}
.content > div .main-block .swiper-slide.width100 {
    width: 100%;
}
.content > div .best-offers .swiper-slide a img {
    display: block;
    width: 170px;
    height: 147px;
    margin: 0 0 7px 0;
}
.content > div .nearby .swiper-slide a img {
    height: 119px;
}
.content > div .best-offers .swiper-slide a span {
    font: bold 13px Arial, sans-serif;
}
.content > div .best-offers .swiper-slide a p {
    color: #000;
    font: 13px Arial, sans-serif;
}
.content > div .best-offers .swiper-slide a i {
    display: block;
    margin: 4px 0 0 0;
    font: normal bold 14px Arial, sans-serif;
    color: #333;
}
.content > div .left-column .block-spb .red-header {
    /*margin: 0;*/
}
.content > div .block-spb span {
    position: relative;
    left: 0;
    display: inline-block;
    margin: 20px 0 0 0;
    font: 13px 'Arial', sans-serif;
    color: #666;
}
.content > div .main-block.block-spb {
}
.content > div .main-block.block-spb.regions-info {
    text-align: center;
}
.content > div .main-block.block-spb .red-header:first-child + p + ul + ul + ul {
    margin-right: 0;
}
.content > div .block-spb ul {
    float: left;
    margin: 0 12px 0 0;
    line-height: 20px;
    text-align: left;
}
.content > div .block-spb p {
    clear: both;
    padding: 25px 0 10px 0;
    color: #999;
    font: 14px 'Verdana', sans-serif;
}
.content > div .block-spb .show-more {
    padding: 0px 50px 6px 25px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #666;
    font: 13px/24px Arial, sans-serif!important;
    cursor: pointer;
}
.content > div .regions-info .show-more {
    margin-top: 20px;
    padding: 3px 39px 2px 25px;
    display: inline-block;
}
.content > div .regions-info .show-more span {
    left: -15px
}
.content > div .block-spb .show-more span:before {
    content: '';
    position: absolute;
    top: -7px;
    right: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 7px;
    border-color: #aaa transparent transparent transparent;
}
.content > div .block-spb .show-more span:after {
    content: '';
    position: absolute;
    top: -9px;
    right: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
}


.content > div .left-column .regions-info .red-header {
    display: block;
    margin: 0  0 20px 0;
    text-align: left;
    font: normal 20px/20px Verdana,sans-serif;
}
.content > div .regions-info span {
    display: inline-block;
    margin: 0 0 0 20px;
    font: 13px 'Tahoma', sans-serif;
    color: #666;
}
.content > div .main-block.regions-info {
    width: auto;
    margin: 10px 0 0 0;
}
.content > div .main-block.regions-info h2:first-child + p + ul + ul + ul {
    margin-right: 0;
}
.content > div .regions-info ul {
    float: left;
    margin: 0 15px 0 0;
}
.content > div .regions-info ul li {
    max-width: 198px;
}
.content > div .regions-info ul:last-of-type {
    min-height: 64px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}
.content > div .main-block.regions-info a, .content > div .main-block.regions-info span {
    font: normal 14px/24px Arial, sans-serif;
}
.content > div .main-block.realty-types {
    margin: 40px 0 0 0;
    text-align: center;
}
.content > div .main-block.realty-types .red-header {
    margin-right: 20px;
    margin-top: 0;
}
.content > div .main-block.realty-types a + p {
    padding-top: 0;
}
.content > div .main-block.realty-types p {
    color: #656565;
    text-align: left;
}
.content > div .main-block.realty-types p:first-child {
    padding-top: 21px
}
.content > div .main-block.realty-types p:first-child {
    padding-top: 25px;
}
.content > div .spb-complexes div.swiper-slide {
    float: left;
    text-align: center;
}
.content > div .spb-complexes div a {
    display: block;
    float: left;
    margin: 0 auto;
    width: 150px;
    height: 197px;
    border: 1px solid #9D9D9D;
    border-radius: 10px;
    font: 11px 'Tahoma', sans-serif;
    color: #2761d8;
    text-align: center;
    text-decoration: none;
}
.content > div .spb-complexes div.swiper-slide:nth-child(3) a, .content > div .spb-complexes div.swiper-slide:nth-child(4) a, .content > div .best-offers div.swiper-slide:nth-child(3) a, .content > div .best-offers div.swiper-slide:nth-child(4) a {
    margin-bottom: 0;
}
.content > div .spb-complexes div a img {
    display: block;
    margin: 0 0 1px 0;
    border-radius: 8px 8px 0 0;
}
.content > div .spb-complexes div a p {
    color: #000;
    padding: 0 10px;
}
.right-block.map-search-block {
    background: url(/images/map-right-column-bg.png) no-repeat 0 0;
    text-align: center;
    width:255px;
}
.right-block.map-search-block img {
    display: block;
    margin: 0px auto -5px;
}
.right-block.map-search-block span {
    display: block;
    text-align: center;
    margin: 5px auto;
    font: 18px Arial, sans-serif;
    color: #fff;
}
.right-block.map-search-block p {
    margin: auto;
    width: 82%;
    font: 14px Arial, sans-serif;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}

.best-offers .swiper-button-prev{
    display:none;
}

.best-offers .swiper-button-next {
    position: absolute;
    top: 0;
    width: 23px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 13px 22px;
    -webkit-background-size: 13px 22px;
    background-size: 13px 22px;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    background-color: #eee;
    bottom: 0;
    opacity: .7;
}

@media (max-width: 768px ){
    .best-offers .swiper-button-next{
        display: none;
    }
    .near_obj_sw {
        padding-left:0px;
    }
    .search-result-item_t2017_2 .images-wrapper .photo-count-new {
        bottom: 40px;
    }
}

@media print, (min-width: 768px ){
    .best-offers .swiper-scrollbar{
        display: none;
    }
    .near_obj_sw {
        padding-left:30px !important;
    }
}

@media print, (min-width: 768px ){
    .best-offers-plan .swiper-scrollbar{
        display: none;
    }

}

@media (max-width: 768px ){
    .best-offers-plan .swiper-button-next{
        display: none;
    }
    .best-offers-plan .swiper-button-prev{
        display: none;
    }
}

.best-offers .swiper-button-next:hover{
    opacity: 1;
}
.right-block.map-search-block a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 4px 15px;
    color: #fff;
    font: 14px Verdana, sans-serif;
    border-radius: 3px;
    margin: 10px auto 20px;
    text-decoration: none;
}
.right-block.map-search-block a:hover {
    background-color: #fff;
    color: #333;
    text-decoration: none;
}
.content > div .block-spb li span {
    margin: 0 0 0 6px;
}
.content > div .regions-info li span {
    margin: 0 0 0 4px;
}
.content > div .left-column .benefits-block {

}
.content > div .left-column .benefits-block li {
    width: 33%;
    float: left;
    text-align: center;
}
.content > div .left-column .benefits-block li img {
    float: left;
    margin: 0 15px 0 0;
    width: 59px;
    height: 59px;
}
.content > div .left-column .benefits-block li span {
    float: left;
    width: 66%;
    color: #333;
    font: normal 13px 'Arial', sans-serif;
    text-align: left;
}
.content > div .left-column .benefits-block li span a {
    font-weight: bold;
}
.content > div .left-column .news-block ul {
    margin: 30px 0 0 0;
}
.content > div .left-column .news-block ul li {
    width: 48%;
    min-width: 325px;
    max-width: 420px;
    float: left;
    margin: 0 20px 11px 0;
    clear: both;
}
.content > div .left-column .news-block ul li:nth-child(even) {
    margin: 0;
    clear: none;
}
.content > div .left-column .news-block ul li span {
    float: left;
    margin: 0 5px 0 0;
    padding: 0 6px;
    background-color: #c1bfbf;
    color: #fff;
}
.content > div .left-column .news-block ul li a {
    float: left;
    width: 276px;
}
.content > div .left-column .news-block a.all-news {
    margin: 5px 0 0 0;
    float: right;
}
.content > div .left-column .new-complexes {
}
.content > div .left-column .new-complexes ul {
    margin: 30px 0 0 0;
}
.content > div .left-column .new-complexes ul li {
    width: 44%;
    padding: 0 0 0 28px;
    float: left;
    margin: 0 20px 11px 0;
    clear: both;
}
.content > div .left-column .new-complexes ul li:nth-child(even) {
    margin: 0;
    clear: none;
}
.content > div .left-column .new-complexes ul li.complex {
    background: url(../images/complex4.png) no-repeat 0 4px;
}
.content > div .left-column .new-complexes ul li.townhouse {
    background: url(../images/kposelok4.png) no-repeat 0 4px;
}
.content > div .left-column .new-complexes ul li > a, .content > div .left-column .new-complexes ul li > span {
    display: block;
}
.content > div .left-column .new-complexes ul li a:first-child {
    font: 13px 'Tahoma', sans-serif;
}
.content > div .left-column .new-complexes ul li span {
    font: 11px/14px 'Tahoma', sans-serif;
}
.content > div .left-column .main-block.new-complexes ul li > span a {
    font: 11px 'Tahoma', sans-serif;
}
.content > div .left-column .new-complexes .all-objects {
    margin: 10px 0 0 0;
    float: right;
}
.content > div .left-column .new-complexes .new-complexes-content + .new-complexes-content {
    display: none;
}
.content > div .left-column .actual-block a {
    padding: 0 10px 0 0;
    font: 11px 'Tahoma', sans-serif;
}
.content > div .left-column .actual-block .size-1 {
    font-size: 9px;
}
.content > div .left-column .actual-block .size-2 {
    font-size: 13px;
}
.content > div .left-column .actual-block .size-3 {
    font-size: 16px;
}
.content > div .left-column .actual-block .size-4 {
    font-size: 19px;
}
.content > div .right-column {
    float: right;
    width: 254px;
    font-size: 19px;
}
#content {
    width: 60%;
    padding: 3% 4%;
}
.content > div .right-column .right-block {
    margin: 0 0 20px 0;
    border: 1px solid #d1d1d1;
}
.content > div .right-column .right-block.banner-block {
    text-align: center;
    border: none;
}
.content > div .right-column .add-adv-block {
    text-align: center;
}
.content > div .right-column .add-adv-block span {
    display: block;
    color: #A70B00;
    font: 14px/18px 'Verdana', sans-serif;
}
.content > div .right-column .add-adv-block p {
    margin: 12px auto 0;
    font: 13px 'Arial', sans-serif;
    color: #666;
}
.content > div .right-column .add-adv-block img {
    display: block;
    margin: 20px auto;
}
.content > div .right-column .add-adv-block a {
    display: inline-block;
    background: #fff;
    margin: 20px 0;
    padding: 8px 20px;
    color: #BF0B0B;
    font: 13px 'Verdana', sans-serif;
    border: 1px solid #BF0B0B;
    text-decoration: none;
}
.content > div .right-column .add-adv-block a:hover {
    background: #efefef;
    background: -moz-linear-gradient(top, #d3d2d3 0%, #efefef 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d2d3), color-stop(99%,#efefef));
    background: -webkit-linear-gradient(top, #d3d2d3 0%,#efefef 99%);
    background: -o-linear-gradient(top, #d3d2d3 0%,#efefef 99%);
    background: -ms-linear-gradient(top, #d3d2d3 0%,#efefef 99%);
    background: linear-gradient(to bottom, #d3d2d3 0%,#efefef 99%);
}
.content > div .right-column .realty-indexes {
    text-align: center;
}
.content > div .right-column .realty-indexes .header {
    padding: 20px 0;
    font: 14px 'Verdana', sans-serif;
    color: #333;
    text-align: center;
}
.content > div .right-column .realty-indexes .details {
    display: inline-block;
    margin: 8px auto;
    font: 12px 'Arial', sans-serif;
    color: #666;
    text-align: center;
}
.content > div .right-column .realty-indexes .details.mobile {
    display: none;
}
.content > div .right-column .realty-indexes .details:hover {
    color: #A70B00;
    border-bottom: 1px solid #A70B00;
    text-decoration: none;
}
.content > div .right-column .realty-indexes .currency {
    padding: 10px 0;
    font: 14px 'Verdana', sans-serif;
    text-align: center;
}
.content > div .right-column .realty-indexes .currency a {
    color: #666;
    font: 14px Verdana, sans-serif;
}
.content > div .right-column .realty-indexes .currency a:hover {
    color: #A70B00;
    border-bottom: 1px solid #A70B00;
    text-decoration: none;
}
.content > div .right-column .right-block.offer-block {
    border: none;
}
.content > div .right-column .right-block.offer-block li {
}
.content > div .right-column .right-block.offer-block .header {
    font: 14px Verdana, sans-serif;
    text-align: center;
}
.content > div .right-column .offer-block a img {width: 240px;height: auto;}
.content > div .right-column .offer-block a {
    display: block;
    position: relative;
    margin: 0 auto 10px;
    width: 240px;
    text-decoration: none;
    text-align: center;
}
.content > div .right-column .offer-block a span {
    display: block;
    position: absolute;
    top: 62px;
    width: 98%;
    padding: 1px 0 3px 2%;
    font: 13px/14px 'Tahoma', sans-serif;
    text-align: left;
    color: #fff;
    background: rgba(0,0,0,0.19);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.19) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.19)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.19) 0%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.19) 0%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.19) 0%, rgba(0,0,0,0.8) 100%);
}
.content > div .right-column .offer-block a p {
    font: 13px/13px 'Tahoma', sans-serif;
    color: #000;
    padding: 5px 0 0 0;
    text-align: left;
}
.content > div .right-column .poll-block {
    text-align: center;
}
.content > div .right-column .poll-block .header {
    text-align: center;
    overflow: hidden;
}
.content > div .right-column .poll-block .header img {
    display: block;
    margin: 20px auto;
}
.content > div .right-column .poll-block .header span {
    display: block;
    margin: 0 0 10px 0;
    font: 14px 'Verdana', sans-serif;
    color: #666;
}
.content > div .right-column .poll-block > span {
    display: block;
    margin: 0 0 20px;
    padding: 0 20px;
    font: 14px 'Verdana', sans-serif;
    color: #333;
}
.content > div .right-column .poll-block form {
    text-align: left;
    padding-right: 20px;
    overflow: hidden;
}
.content > div .right-column .poll-block form label {
    margin: 0 0 8px 0;
    width: 192px;
    width: 79%;
    float: left;
    font: 13px 'Arial', sans-serif;
    color: #333;
}
.content > div .right-column .poll-block form input[type="radio"] {
    float: left;
    margin: 0 6px 0 20px;
    color: #000;
    clear: both;
}
.content > div .right-column .poll-block form input[type="text"] {
    display: block;
    margin: 0 0 0 40px;
    padding: 5px 0 5px 5px;
    border: 1px solid #d4d4d4;
    color: #d4d4d4;
}
.content > div .right-column .poll-block form input[type="submit"] {
    display: block;
    margin: 20px auto;
    padding: 2px 20px;
    border: 1px solid #8e8e8e;
    font: 12px/23px 'Verdana', sans-serif;
    border: 1px solid #C4161C;
    color: #C4161C;
    background-color: #fff;
}
.content > div .right-column .poll-block form input[type="submit"]:hover {
    background: -webkit-gradient( linear,left top,left bottom,color-stop(0.05,#d3d2d3),color-stop(1,#efefef) )
}
.content > div .right-column .poll-block .all-polls {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    color: #666;
    font: 11px 'Tahoma', sans-serif;
    border-bottom: 1px solid rgba(104,104,104,0.3);
    text-decoration: none;
}
.content > div .right-column .poll-block .all-polls:hover {
    color: #A70B00;
    border-bottom: 1px solid #A70B00;
}
.content > div .right-column .right-block.banners-block {
    border: none;
    margin-left: 10px;
}
.content > div .right-column .banners-block ul li {
    float: left;
    margin: 0 2px 2px 0;
}
.content > div .right-column .banners-block ul li a {
    display: block;
    font-size: 0;
}
.content > div .right-column .right-block.social-block {
    border: none;
}
.content > div .right-column .social-block .header {
    padding: 10px 0;
    background-color: #f2f2f2;
    font: 14px Verdana, sans-serif;
    color: #666;
    text-align: center;
}
footer {
    padding: 20px 0 0 0;
    background-color: #373737;
}
footer > div {
    max-width: 1150px;
    min-width: 960px;
    padding: 0 10px;
    margin: auto;
}
footer nav {
    width: 16%;
    float: left;
    margin: 0 3.6% 20px 0;
}
footer nav + nav {
    width: 23%;
}
footer nav ul li a {
    font: 13px/23px 'Verdana', sans-serif;
    color: #ccc;
    text-decoration: none;
    border-bottom: 1px solid rgba(204,204,204,0.3);
}
footer nav ul li a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
footer .social-groups {
    float: left;
    width: 14%;
}
footer .social-groups li {
    float: left;
    margin: 0 10px 0 0;
}
footer .social-groups li a {
    display: inline-block;
    width: 35px;
    height: 35px;
}
footer .social-groups li.vk a {
    background: url(../images/vk-icon.png) no-repeat 0 0;
}
footer .social-groups li.fb a {
    background: url(../images/fb-icon.png) no-repeat 0 0;
}
footer .social-groups li.in a {
    background: url(../images/in-icon.png) no-repeat 0 0;
}
footer .download-apps {
    width: 22%;
    float: left;
    margin: 0 0 0 3.7%;
}
footer .download-apps li {
    float: left;
    margin: 0 10px 0 0;
}
footer .download-apps li a {
    display: block;
    width: 110px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 5px;
}
footer .download-apps .appstore a {
    background: url(../images/ios4.png) no-repeat 0 0;
}
footer .download-apps .googleplay a {
    background: url(../images/andr4.png) no-repeat 0 0;
}
footer .counters {
    margin: 0 0 0 2%;
    float: left;
    width: 12%;
}
footer .counters li {
    margin: 0 1% 10px 0;
    float: right;
    text-align: right;
}
footer .copyright {
    padding-bottom: 20px;
    clear: both;
    color: #ccc;
    font: 12px 'Tahoma', sans-serif;
    margin-bottom: 0;
}
footer .copyright a {
    color: #ccc;
    text-decoration: none;
    border-bottom: 1px solid rgba(204,204,204,0.3);
}
footer .copyright a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
footer .copyright a:last-child {
    color: #fff;
    text-decoration: none;
}
footer .copyright a:last-child:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 22;
}
.enter-form {
    display: none;
    width: 312px;
    height: 100%;
    margin: auto;
    background-color: #f3f3f3;
    z-index: 23;
}
.enter-form > div {
    width: 272px;
    padding: 20px;
    position: fixed;
    z-index: 23;
    background-color: #f3f3f3;
}
.enter-form form {
    position: relative;
    top: 0;
}
.enter-form form h2 {
    margin: 0 0 20px;
    font: 18px/18px Verdana, sans-serif;
    color: #A70B00;
}
.enter-form form label, .enter-form form span {
    margin-top: 10px;
    width: 62px;
    font: 13px 'Tahoma', sans-serif;
    color: #333;
    float: left;
    clear: both;
}
.enter-form form label.error {
    position: relative;
    margin: 3px 0 0 63px;
    width: auto;
    color: #A70B00;
    font: 11px 'Tahoma', sans-serif;
}
.enter-form form span {
    margin: 20px 0 0 0;
    width: 132px;
}
.enter-form form input[type="text"] {
    width: 205px;
    margin-top: 10px;
    float: left;
    border: 1px solid #d9d9d9;
}
.enter-form form input[type="text"].error {
    border: 1px solid #A70B00;
}
.enter-form form input[type="submit"] {
    float: left;
    margin: 10px 0 20px 62px;
    height: 25px;
    padding: 0 15px;
    background: #bc0400;
    background: -moz-linear-gradient(top, #bc0400 0%, #c4161c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc0400), color-stop(100%,#c4161c));
    background: -webkit-linear-gradient(top, #bc0400 0%,#c4161c 100%);
    background: -o-linear-gradient(top, #bc0400 0%,#c4161c 100%);
    background: -ms-linear-gradient(top, #bc0400 0%,#c4161c 100%);
    background: linear-gradient(to bottom, #bc0400 0%,#c4161c 100%);
    border: none;
    border-radius: 4px;
    font: 13px 'Verdana', sans-serif;
    color: #fff;
    box-shadow: 2px 2px 6px -4px #454445;
    cursor: pointer;
}
.enter-form form a {
    float: left;
    clear: both;
    font: 11px 'Tahoma', sans-serif;
    color: #2761D8;
}
.enter-form form .remind-pass {
    float: right;
    clear: none;
    margin: 15px 0 0 0;
}
.enter-form form .remind-pass, .enter-form form .reg {
    margin-top: 20px;
}
.enter-form form .reg {
    font-size: 13px;
    clear: none;
}
.enter-form form .social {
    float: left;
    clear: none;
    margin: 13px 7px 13px 0;
}
.enter-form form .hr {
    width: 312px;
    position: relative;
    left: -20px;
    float: left;
    clear: both;
    border-top: 1px solid #ddd;
}
.enter-form form .close {
    position: absolute;
    width: auto;
    top: -32px;
    right: -8px;
    font: 15px 'Verdana', sans-serif;
    color: #999;
    cursor: pointer;
}
.location-form {
    display: none;
    width: 312px;
    height: 100%;
    margin: auto;
    background-color: #f3f3f3;
    z-index: 23;
}
.location-form > div {
    width: 272px;
    padding: 20px;
    position: fixed;
    z-index: 23;
    background-color: #f3f3f3;
}
.location-form .row {
    clear: both;
}
.location-form form {
    position: relative;
    top: 0;
}
.location-form form h2 {
    margin: 0 0 20px;
    font: 16px/18px Verdana, sans-serif;
    color: #333;
}
.location-form form label {
    font: 13px Arial, sans-serif;
    min-width: 88px;
    width: 88px;
    margin-right: 15px;
    margin-top: 3px;
    float: left;
}
.location-form form .save {
    float: left;
    margin: 0px 0 5px 103px;
    height: 25px;
    padding: 7px 15px 0;
    background: #bc0400;
    background: -moz-linear-gradient(top, #bc0400 0%, #c4161c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc0400), color-stop(100%,#c4161c));
    background: -webkit-linear-gradient(top, #bc0400 0%,#c4161c 100%);
    background: -o-linear-gradient(top, #bc0400 0%,#c4161c 100%);
    background: -ms-linear-gradient(top, #bc0400 0%,#c4161c 100%);
    background: linear-gradient(to bottom, #bc0400 0%,#c4161c 100%);
    border: none;
    border-radius: 4px;
    font: 13px 'Verdana', sans-serif;
    color: #fff;
    box-shadow: 2px 2px 6px -4px #454445;
    cursor: pointer;
}

.location-form form .close {
    position: absolute;
    width: auto;
    top: -6px;
    right: -8px;
    background: url(../images/close-icon.png);
    width: 12px;
    height: 12px;
    font: 15px 'Verdana', sans-serif;
    color: #999;
    cursor: pointer;
}
.location-form select {
    width: 167px;
}

.location-form select {
    width: 167px;
    margin-bottom: 15px;
}
.location-form .ui-selectmenu-button {
    margin-bottom: 10px;
}
.search-form div form .line > div:last-child .ui-selectmenu-button {
    margin-top: -8px;
    top: 8px;
}
.row span.ui-state-hover, .row span.ui-state-focus {
    border: 1px solid #4781F8;
}
ul.ui-menu .ui-menu-item {
    margin: 1px 0;
    padding: 3px 0px 3px 3px;
    border: 1px solid transparent;
}
ul.ui-menu-item .ui-state-focus {
    font-weight: normal!important;
}
.ui-multiselect {
    width: 163px!important;
    height: 25px;
}
.ui-multiselect.ui-state-default .ui-icon {
    background-position: -60px -13px;
}
.ui-multiselect-menu {
    position: absolute;
    overflow-y: scroll;
    z-index: 21;
    width: 190px!important;
}
.ui-multiselect-menu li {
    background-color: #fff;
    margin: 1px 0;
    padding: 3px 3px 3px 3px;
    font: 13px 'Arial', sans-serif;
    border: none;
}
.ui-multiselect-menu li label {
    display: block;
}
.ui-multiselect-menu li label span {
    position: relative;
    top: -1px;
}
.ui-multiselect-menu.ui-widget-content {
    border: none;
    background-color: #fff;
    padding-left: 3px;
}
.ui-multiselect.ui-state-default {
    background: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
}
.ui-multiselect.ui-state-active, .ui-multiselect.ui-state-hover {
    border: 1px solid #4781F8;
}
.ui-multiselect .ui-icon-triangle-1-s {
    float: right;
}
.ui-multiselect span:last-child {
    text-align: left;
    padding: 4px;
    display: block;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 13px Arial, sans-serif;
    color: #333;
}
.ui-helper-reset {
    background-color: #fff
}
#object-menu {
    max-height: 300px;
}
#infra-menu {
    min-width: 180px;
    height: 183px
}
#infra-menu .ui-menu-item{
    margin-left: 15px;
}
#area-menu .ui-selectmenu-optgroup, #area-menu li:first-child {
    margin-left: 0;
}
#infra-menu .ui-multiselect-checkboxes li.oselected {
    margin-left: 15px!important;
}
#object-menu li.sareas {
    margin-left: 0;
    font-weight: bold;
}
#object-menu li {
    margin-left: 15px;
}

#region-menu {
    width: 155px!important;
    float: left;
    clear: both;
    border-top: none;
}
#region-menu li.sareas {
    margin-left: 0;
    font-weight: bold !important;
}
#region-menu li {
    margin-left: 15px !important;
}
#region-menu {
    max-height: 300px !important;
}

#area-menu {
    width: 190px;
    height: 175px;
    /* display: none; */
}
#area-region-menu {
    display: none;
}
.ui-selectmenu-menu .ui-state-focus, .ui-selectmenu-menu .ui-widget-content .ui-state-focus {
    line-height: 15px;
    margin: 0;
    margin: 1px 0!important;
}
.swiper-container {
    margin: 0!important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 97%;
}
.menu-expanded {
    position: relative;
    left: 170px;
}
.main-mobile-menu {
    background-color: #666666;
}
.mobile-menu {
    display: none!important;
}
.mobile-menu-button {
    display: none;
}
.mobile-menu {
    position: absolute;
    left: -170px;
    width: 170px;
    height: 100%;
    background-color: #666666;
    z-index: 2;
}
.mobile-menu.active {
    display: block!important;
}
.mobile-menu a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font: 14px 'Verdana', sans-serif;
    text-decoration: none;
}
.mobile-menu li:first-child a {
    padding-top: 20px;
}
.mobile-menu li:last-child a {
    padding-bottom: 20px;
}
.mobile-menu .enter-button-holder {
    padding: 20px 0 20px;
    border-bottom: 1px solid #aaa;
    text-align: center;
}
.mobile-menu .enter-button-holder .enter-button {
    display: inline-block;
    margin: auto;
    border: 1px solid #fff;
    padding: 0 15px;
    line-height: 23px;
}
.mobile-menu .enter-button-holder .enter-button:hover {
    border: 1px solid #fff;
    background-color: #A70B00;
}
.mobile-menu .authorised {
    padding-top: 3px;
    border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 1684px) {
    .search-form {
        background-size: 185%;
        background-position: center 0;
    }
}
@media screen and (max-width: 1200px) {
    .content > div .right-column {
    overflow: hidden;
    float: none;
    }
    .content > div .left-column {
        width: 75%;
    }
    header .private-elements {
        margin-left: 10px;
    }
    header .private-elements > div {
        padding-right: 0px;
    }
    footer .download-apps {
        width: 26%;
        margin-left: 1%;
    }
    footer .social-groups {
        width: 15%;
    }
    footer .counters {
        margin-left: 1%;
    }
    footer nav {
        margin-right: 2.5%
    }

}
@media screen and (max-width: 1190px) {
    .content > div .left-column {
        width: 74.9%;
    }
}
@media screen and (max-width: 1173px) {
    .content > div .left-column {
        width: 74%;
    }
}
@media screen and (max-width: 1135px) {
    .content > div .left-column {
        width: 73%;
    }
    .search-form {
        background-size: 2469px;
        background-position: center 0;
    }
 /*   .content > div .regions-info ul:nth-child(4) {
        display: none;
    }
    */
}
@media screen and (max-width: 1090px) {
    .content > div .left-column {
        width: 72%;
    }
    .content > div .best-offers .swiper-slide a {
        position: relative;
        left: 20px;
    }
}
@media screen and (max-width: 1065px) {
    .content > div .block-spb ul {
        margin-right: 30px;
    }
    .content > div .left-column {
        width: 71%;
    }
    header .logo span {
        width: auto;
    }
    header .add-adv {
        padding: 0 3px;
    }
}
@media screen and (max-width: 1030px) {
    .content > div .left-column {
        width: 70%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    footer > div, header > div {
        max-width: 1024px;
        min-width: 740px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    footer > div, header > div {
        max-width: 768px;
        min-width: 740px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    header nav > ul {
        min-width: auto;
    }

    .content > div .left-column {
        width: 78%;
    }
    .right-column {
        display: none;
    }
    header nav.main-menu.mini {
        min-width: auto;
    }
    .search-form .search-button {
        float: left;
        width: 96px;
        margin-top: 15px;
    }
    .search-form form .line:first-child .row:first-child + .row input[type="text"] {
        top: 0;
    }
    .mobile-menu.active {
        display: block!important;
    }
    .mobile-menu-button {
        display: block;
    }
    .mobile-menu-button {
        position: absolute;
        top: 19px;
    }
    header > div {
        min-width: auto;
    }
    header .logo {
        margin-left: 30px;
    }
    .search-form .show-map {
        margin-left: 14px;
    }
    .search-form .search-params {
        margin-right: 4px;
        width: 545px;
    }
    .search-form > div {
        width: 685px;
    }
    header .enter-button {
        display: none;
    }
    header .logo span {
        display: none;
    }
    footer > div {
        min-width: auto;
    }
    footer .download-apps {
        max-width: 143px;
    }

    footer .download-apps li {
        float: none;
        width: 111px;
        margin-left: 39px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    footer .social-groups {
        width: 20%;
        margin-left: 55px
    }
    footer .counters {
        width: 15%;
        margin-left: -15px;

    }

}
 .main-wrapper {
         overflow: hidden;

 }
 .main-wrapper.menu-expanded {
     overflow: visible;
}
/*@media only screen and (min-width: 320px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {*/
@media only screen and (max-device-width: 736px) and (min-device-width: 320px) {

    #forpath a {font-size:12px;}
    #forpath {margin-bottom:20px; margin-left:10px; margin-right:10px;}


    .main-wrapper {
        overflow-x: hidden;
    }
    .search-form form {
        text-align: center;
    }
    .content > div .regions-info ul:last-of-type {
        border: none;
        padding-left: 0;
        min-height: auto;
    }
    .content > div .regions-info ul li {
        max-width: none;
    }
    .search-form {
        display: none;
    }
    .search-form-mobile {
        display: block
    }
    .content > div .left-column .block-spb .red-header {
        margin: 0px 0 20px;
        height: auto;
    }
    .search-form h1 {
        display: none;
    }
    .mobile-menu-button {
        display: block;
    }

    .search-form.regions {
        display: block;
    }
    .search-form.regions.search-form-mobile {
        display: none;
    }
    .search-form.regions form .line:first-child .row:first-child + .row input[type="text"] {
        position: static;
    }
    .search-form.regions form .line + .line .row:nth-child(2) .ui-selectmenu-button span.ui-selectmenu-text {
        height: 22px;
        line-height: 22px;
        background: url(../images/search-icon.png) no-repeat 5px 7px;
    }
    .search-form.regions div form .line + .line .row:nth-child(2) label {
        display: none;
    }
    .search-form.regions div form .line .row label span {
        display: none;
    }
    .search-form.regions form .line + .line .row:nth-child(2) select {
        width: 97%;
    }
    .search-form.regions form .line, .search-form form .line + .line {
        margin-bottom: 0;
    }
    .search-form div form .line .row input + select {
        display: none;
    }
    .search-form > div {
        width: 100%;
    }
    .search-form.regions form .line + .line .row:first-child:after, .search-form.regions form .line + .line .row:first-child:before {
        display: none;
    }
    .search-form .search-menu li {
        width: 50%;
    }
    .content > div {
        min-width: 0;
    }
    .content > div .left-column, .content > div .right-column {
        width: 100%
    }
    .mobile-banner {
        display: block;
        margin: 0 0 30px 0;
    }
    .content {
        margin: 10px 0 40px 0;
    }
    .content > div {
        padding: 0
    }
    .content > div .left-column, .content > div .right-column {
        float: none;
    }
    .content > div .right-column {
        /* 20543: display: none;   */
    }
    .content > div .main-banner {
        display: none;
    }
    .content > div .main-realty-header .red-header {
        margin-right: 0;
        text-align: left;
        padding-left: 10px;
        background-color: transparent;
        float: none;
        font: 18px/40px 'Verdana', sans-serif;
        height: 40px;
        color: #C4161C;
    }
    .content > div .main-block.best-offers .red-header {
        padding-left: 10px;
    }
    .content > div div.left-column div.main-realty-header.realty-types a {
        margin-top: 0;
        margin-bottom: 0;
    }
    .content > div div.left-column div.main-realty-header a {
        margin: 16px 0 28px 10px;
    }
    .content > div .main-realty-header .red-header + a + a {
        margin-left: 20px!important;
    }
    .content > div div.left-column div.news-block.main-realty-header a {
        margin: 0px 0 5px 10px;
    }
    .content > div div.left-column div.news-block.main-realty-header a.all-news {
        margin: 10px 0 0 0;
        border-bottom: 1px solid rgba(104,104,104,0.3);
        text-decoration: none;
        font: 14px 'Tahoma', sans-serif
    }
    .content > div .main-block.realty-types h2 {
        margin-right: 20px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .content > div div.left-column div.news-block .news-block-content {
        padding-top: 0px;
    }
    .content > div div.left-column div.main-realty-header a.active {
        position: relative;
        top: 4px;
        margin-top: 0;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
    }
    .content > div .right-column .right-block.banners-block, .content > div .right-column .realty-indexes, .content > div .right-column .poll-block {
        display: none;
    }
    .content > div .left-column {
        min-width: 0;
    }
    .content > div .left-column .main-block.realty-types {
        margin-top: 30px;
    }
    .content > div .left-column .main-block {
        margin: 0 0 30px 0;
    }
    .content > div .left-column .regions-info {
        border-top: 1px solid #ddd;
        padding-top: 30px;
    }
    .content > div .main-block.best-offers {
        width: 100%;
    }
    .content > div .main-block.best-offers .swiper-wrapper {
        justify-content: initial;
        flex-wrap: nowrap;
    }
    .content > div .main-block.best-offers .swiper-slide {
        display: block;
        float: left;
    }
    .content > div .left-column .swiper-slide {
        min-width: auto;
    }
    .content > div .main-block.best-offers .swiper-scrollbar {
        /* width: 100%; */
    }
    .content > div .main-block.best-offers .swiper-slide:nth-child(even) {
        /* margin-right: 0!important; */
    }
    .content > div .main-block.best-offers .swiper-slide a {
        float: left;
        width: 150px;
        margin: 0 9px 0 3px;
        position: static;
    }
    .content > div .main-block.best-offers .swiper-slide a:last-child {
        margin: 0 3px 0 0;
    }
    .content > div .main-block.best-offers .swiper-scrollbar {
        position: relative;
        top: 15px;
    }
    .content > div .main-block.best-offers {
        margin-bottom: 0px;
        padding-left: 0;
    }
    .content > div .main-block.best-offers ul {
        width: 1024px;
    }
    .content > div .main-block.best-offers .swiper-container {
        overflow: hidden;
        padding-bottom: 40px;
        width: 97%;
    }

    .content > div .left-column .main-block.main-realty-content {
        padding: 0 5px;
    }
    .content > div .left-column .main-block.main-realty-content a {
        margin-bottom: 20px;
        min-width: 310px;
    }
    .content > div .left-column .main-block.main-realty-content span {
        font-size: 14px;
    }
    .content > div .left-column .main-block.main-realty-content span, .content > div .left-column .main-block.main-realty-content img  {
        float: none;
    }
    .content > div .best-offers li {
        width: 150px;
        margin: 0 20px 0 0;
    }
    .content > div .best-offers li:last-child {
        margin: 0;
    }
    .content > div .left-column .new-complexes, .content > div .left-column .actual-block {
        display: none;
    }

    .content > div .left-column .about-block{
        padding:6px;
        padding-bottom:0px;
        margin-bottom:0px !important;
    }

    .content > div .main-realty-content > a {
        margin-right: 0;
        font: 14px 'Tahoma', sans-serif;
        min-width: auto;
        max-width: auto;
        width: auto;
        float: none;
    }
    .content > div .left-column .news-block, .content > div .left-column .main-realty-content {
        padding: 0 5px;
    }
    .content > div .left-column .news-block {
        margin-top: -5px;
    }
    .content > div .left-column .news-block .red-header {
        display: none;
    }
    .content > div .left-column .news-block ul {
        margin: 0;
    }
    .content > div .main-realty-content img {
    }
    .content > div .main-realty-header .red-header + a, .content > div .main-realty-header .red-header + a + a {
        top: 10px;
    }
    .content > div .left-column .news-block ul li {
        width: 100%;
        margin: 10px 0;
        min-width: 0;
        float: none;
    }
    .content > div .left-column .news-block ul li:nth-child(even)  {
        margin: 0 0 10px 0;
    }
    .content > div .left-column .news-block ul li span, .content > div .left-column .news-block ul li a {
        float: left;
        width: auto;
    }
    .content > div .left-column .news-block ul li span {
        width: 10%;
        font: 12px 'Tahoma', sans-serif;
    }
    .content > div .left-column .news-block ul li a {
        width: 80%;
        margin-left: 8px;
        margin-top: 0;
        margin-bottom: 0px;
        font: 14px 'Tahoma', sans-serif;
    }
    .content > div .left-column .news-block a.all-news {
        margin: 10px 0 0 0;
        float: left;
        color: #666;
    }
    .content > div .left-column .news-block a.all-news span {
        display: none;
    }
    .content > div .right-column .right-block {
        margin: 20px auto;
    }
    .content > div .right-column .add-adv-block, .content > div .right-column .offer-block {
        margin-left: 20px;
        margin-right: 20px;
    }
    .content > div .right-column .add-adv-block, .content > div .right-column .best-realtors {
        margin-left: 20px;
        margin-right: 20px;
    }
    .content > div .right-column .realty-indexes {
        border: none;
        text-align: left;
    }
   /* .content > div .right-column .realty-indexes .details {
        display: none;
    } */
    .content > div .right-column .realty-indexes .details.mobile {
        display: none;
        margin: 10px 0;
        padding-top: 10px;
        text-align: left;
        font: 13px 'Tahoma', sans-serif;
    }
    .content > div .right-column .realty-indexes .currency {
        display: none;
    }
    .content > div .right-column .offer-block .swiper-slide a {
        display: block;
        margin: auto;
        border: 1px solid #777;
        border-radius: 4px;
        width: 242px;
        height: 90px;
    }
    .content > div .right-column .offer-block .swiper-slide img {
        width: 120px;
        height: 90px;
        float: left;
    }
    .content > div .right-column .offer-block .swiper-slide a span {
        float: left;
        text-align: center;
        padding: 3px;
        width: 110px;
    }
    .content > div .right-column .offer-block .swiper-slide a p {
        width: 110px;
        float: left;
        text-align: center;
        color: #333;
    }
    .swiper-container.swiper-container-3 {
        height: 105px;
    }
    .swiper-scrollbar-3 {
        margin-top: 20px!important;
    }
    .content > div .right-column .realty-indexes .header {
        padding-left: 10px;
        text-align: left;
    }
    .content > div .right-column .realty-indexes .details.mobile {
        padding-left: 5px;
    }
    .content > div .right-column .social-block .header {
        display: none;
    }
    footer > div {
        position: relative;
        min-width: 0;
    }
    footer .social-groups {
        position: absolute;
        top: 0;
        left: 32%;
    }
    footer .social-groups {
        width: 135px;
    }
    footer nav {
        width: 100%;
        float: none;
        margin: 0;
    }
    footer nav + nav {
        width: 100%;
    }
    footer div nav:first-child {
        padding: 3.3em 0 0 0;
    }
    footer nav ul li {
        margin: auto;
        text-align: center;
    }
    footer .counters {
        width: 118px;
        margin: 20px auto;
        float: none;
        text-align: center;
    }
    footer .download-apps {
        width: 228px;
        margin: 20px auto;
        float: none;
        text-align: center;
    }
    footer .download-apps li {
        display: inline-block;
        float: none;
        margin-right: 0;
    }
    footer .copyright {
        text-align: center;
    }
    .menu-expanded {
        position: relative;
        left: 170px;
        overflow-x: visible;
    }

    .search-form {
        height: auto;
        background: none;
        padding: 0 10px;
    }
    .buy-sell-list {
        margin-top: 30px;
    }
    .search-form > div {
        margin: 0;
    }
    .search-form form {
        height: auto;
    }
    .search-form form .row {
        margin-right: 10px;
        width: 100%;
        margin-bottom: 15px;
    }
    .search-form form .line, .search-form form .line + .line {
        margin-bottom: 15px;
    }
    .search-form .search-menu li a {
        font-size: 14px;
        text-align: center;
    }
    .search-form .search-menu li.active a {
        font-weight: normal;
        border-radius: 5px 5px 0 0;
        border: 1px solid #ccc;
        border-bottom: none;
    }
    .search-form form {
        padding: 20px 10px 27px;
    }
    .search-form form select {
        width: 71.5%;
        height: 30px!important;
        border: 1px solid #ccc;
    }
    .search-form form label {
        font: 13px Arial, sans-serif;
        color: #333;
        width: 95px;
        width: 25%;
        float: left;
        margin-top: 5px;
        margin-left: 1%;
    }
    .search-form form label .rouble {
        display: none;
    }
    .search-form form .row + .row select[multiple="multiple"] {
        height: auto;
    }
    .search-form .search-params input[type="text"] {
        width: 63px;
        height: 24px;
        line-height: 28px;
    }
    .search-form .search-params input[type="text"] + input[type="text"] {
        width: 63px;
    }
    .search-form .switch-options {
        margin: 23px 0 0 0;
    }
    .search-form .switch-options span {
        padding: 8px 9px;
        border: 1px solid #aaa;
        font: 12px 'Tahoma', sans-serif;
    }
    .search-form .switch-options span.active {
        background-color: #FF7064;
        border: 1px solid #9D0B01;
        color: #fff;
    }
    .search-form .switch-options span:first-child {
        border-radius: 4px 0 0 4px
    }
    .search-form .switch-options span:last-child {
        border-radius: 0 4px 4px 0;
    }
    .search-form .search-button {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .search-form .show-more {
        font: 13px Arial, sans-serif;
        color: #999;
        border-bottom: 1px dashed #ccc;
        cursor: pointer;
    }
    .search-form .search-button input[type="submit"] {
        width: 97%;
        text-transform: uppercase;
    }
    .search-form .search-params {
        position: relative;
        z-index: 10;
        width: 100%;
    }
    .search-form .show-map.active {
        margin-left: 0;
    }
    .search-form .show-map.active span:nth-child(2), .search-form .show-map.active span:nth-child(3) {
        display: none;
    }
    .search-form .show-map {
        position: relative;
        z-index: 0;
        display: block;
        border-bottom: none;
        text-align: center;
        background: none;
    }
    .search-form .show-map:before {
        display: none;
    }
    .search-form .show-map span:before {
        display: none;
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        top: 2px;
        left: -16px;
        background: url(../images/search-icon.png) no-repeat 0 0;
        background-size: 70%;
    }
    .search-form .show-map .full-search {
        display: inline;
    }
    .search-form .show-map.active .full-search {
        left: 11px;
    }
    .search-form .show-map.active:before {
        display: none;
    }
    .search-form .show-map span:nth-child(2), .search-form .show-map span:nth-child(3) {
        display: none;
    }
    .search-form .show-map span {
        position: relative;
        border-bottom: 1px solid rgba(104,104,104,0.3);
        font-size: 14px;
    }
    .search-form  a.expand-search {
        display: none;
        margin: 20px auto 0;
        font: 14px 'Verdana', sans-serif;
        color: #666;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid rgba(104,104,104,0.3);
    }
    .swipper-slide {
        display: block;
        margin: auto;
        width: 148px;
        height: 197px;
        border: 1px solid #9D9D9D;
        border-radius: 10px;
        font: 11px 'Tahoma', sans-serif;
        color: #2761d8;
        text-align: center;
        text-decoration: none;
    }
    .search-form > div.buy-sell-list {
        background-color: transparent;
        margin-top: 5px;
        padding-left: 0;
        padding-bottom: 0;
    }
    .search-form:before {
        background-color: transparent;
    }
    .buy-sell-list ul {
        margin: 5px 0 0 0;
    }
    .buy-sell-list .column > a {
        color: #666;
    }
    .buy-sell-list .column > span {
        color: #666;
    }
    .buy-sell-list li a {
        color: #2761D8;
    }
    .buy-sell-list .column {
        margin-bottom: 25px;
        margin-left: 0px;
    }
    .buy-sell-list li a span {
        color: #666;
    }
    .content > div .left-column .main-block.block-region {
        padding: 30px 0;
        border-top: 1px solid #ddd;
        /* border-bottom: 1px solid #ddd; */
        margin-bottom: 0;
    }
 .content > div .left-column .main-block.block-region .red-header {
        display: none;
    }
    footer .counters {
        margin-left: 0;
        width: 100%;
    }
    footer .counters li {
        width: 49%;
        float: left;
        text-align: center;
    }
    .content > div .left-column .main-block.block-region li {
        width: 100%;
    }
    .content > div .left-column .main-block.block-region ul li:not(:last-child) {
        /*display: none;*/
        margin-bottom: 10px;
    }
    .content > div .left-column .block-region li img {
        margin: 0 15px 0 10px;
    }
    .content > div .left-column .block-region li span {
        margin-top: 10px;
        line-height: 20px;
        width: 54%;
    }
    .content > div .left-column .block-region li br {
        display: none;
    }
    .content > div .regions-info {
        padding: 0 10px;
    }
    .content > div .regions-info ul {
        float: none;
    }
    .content > div .regions-info ul:last-child {
        padding-left: 0;
        margin-top: 20px;
        border-left:  none;
        min-height: auto;
    }



    .yandex-map {
        display: none;
    }
    .content > div .main-block.realty-types p {
        padding-left: 10px;
        /* padding-top: 0; */
    }
    .content > div .main-block.best-offers h2 {
        padding-left: 10px;
    }
}

a.comdiv1 {
    text-decoration: none;
    margin-bottom: 8px;
    width: 23%;
    margin-right: 10px;
    text-decoration: none !important;
}
.comdiv1 {
    width: 165px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    float: left;
}
.specnew1 {
    width: 165px;
    height: 110px;
    display: block;
    overflow: hidden;
}
.specnew1 img {
    width: 165px;
    height: 110px;
}
.forgradient {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.26) 26%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.26) 26%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.26) 26%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    height: 20px;
    width: 162px;
    position: absolute;
    margin-top: -20px;
    color: #fff;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    padding-left: 3px;
    text-align: left;
}
.forspectext1 {
    font-family: Tahoma, Arial;
    text-align: left;
    color: #333;
    margin-top: 4px;
    font-size: 13px;
    width: 163px;
    line-height: 16px;
}
.adrprice {
    color: #2761D8;
    font-size: 11px;
    text-align: left;
    font-family: Tahoma, sans-serif;
    margin-top: 4px;
    display: block;
    margin-top: 6px;
    overflow: hidden;
    clear: both;
    background-image: url(/images/pointerspec.png);
    padding-left: 14px;
    background-position: left 2px;
    background-repeat: no-repeat;
}
a.comdiv1:hover {
    text-decoration: none !important;
}

.ui-selectmenu-menu input.search-line {
    margin: 8px 4% 0px;
    margin-right: 0;
    width: 85.5%;
    float: left;
    padding: 1px 4px;
    outline: 9px solid #fff;
    outline-offset: 0px!important;
}
.menu-cap {
    display: none;
    height: 30px;
}
.menu-cap.active {
    display: block;
    visibility: hidden;
}
.ui-selectmenu-menu.selectmenu-bordered {
    border: 1px solid #dedede;
    max-width: 177px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 3;
}
/* Popup */
.popup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 700;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup .win {
    background-color: #f3f3f3;
    position: relative;
}

.btn {
    font-family: Verdana,sans-serif;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}

.red-btn {
    font-family: Verdana,Geneva,sans-serif;
    background: linear-gradient(180deg,#bc0502 0%,#bc0502 0%,#c31318 100%,#c31318 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: #bc0502;
    box-shadow: 1px 1px 5px rgba(0,0,0,.34901961);
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 3px;
    border: none;
    padding: 3.5px 0;
    cursor: pointer;
    outline: none;

}

.green-btn_t2017_2 {
    background-color: #41a85f;
    box-shadow: 1px 1px 4px rgba(0,0,0,.36);
    border-radius: 2px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    padding: 9px 16px;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    border: none;
    outline: none;
}
/*.btn {
    font-family: Verdana, sans-serif  !important;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}*/
.btn {
    display: inline-block;
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.36);
    padding: 9px 10px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
.btn--red-border {
    border: 1px solid #C4161C;
    padding: 8px 20px;
    position: relative;
    color: #C4161C !important;
    background-color: transparent;
}
.btn--green {
    border: 1px solid #41A85F;
    background-color: #41A85F;
    color: #ffffff;
}
.btn--green:hover:not(:disabled) {
    background-color: #41A05F;
    border-color: #41A05F;
}
.btn--red {
    border: 1px solid #C4161C;
    background-color: #C4161C;
    color: #ffffff;
}
.btn--red:hover:not(:disabled) {
    background-color: #C4161C;
    border-color: #C4161C;
}
.btn--red-border {
    border: 1px solid #C4161C;
    background-color: #ffffff;
    color: #C4161C;
}
.btn--red-border:hover:not(:disabled) {
    border-color: #C4161C;
    color: #C4161C;
}
.btn--grey-border {
    border: 1px solid #666666;
    background-color: #ffffff;
    color: #666666;
}
.btn--green-border {
    border: 1px solid #41A85F;
    background-color: #ffffff;
    color: #41A85F;
}
p{
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

@media (max-width: 767px){
    .content--padding{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px){
    .content--padding{
        padding-left: 10px;
        padding-right: 10px;
    }
}
.input-line__input,
.input-line__input[type="text"],
.input-line__input[type="email"],
.input-line__input[type="password"] {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #333333;
    border: 1px solid #D7D7D7;
    border-radius: 0;
    padding: 4px 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.input-line__input::placeholder,
.input-line__input[type="text"]::placeholder,
.input-line__input[type="email"]::placeholder,
.input-line__input[type="password"]::placeholder {
    color: #BCBCBC;
    opacity: 1;
}
.input-line__input:focus,
.input-line__input[type="text"]:focus,
.input-line__input[type="email"]:focus,
.input-line__input[type="password"]:focus {
    border-color: #2d9cdb;
}
.input-line__input:disabled,
.input-line__input[type="text"]:disabled,
.input-line__input[type="email"]:disabled,
.input-line__input[type="password"]:disabled {
    user-select: none;
    background-color: #D7D7D7;
    border: 1px solid #D7D7D7;
}
.input-line textarea.input-line__input {
    resize: none;
}
.input-line__input--error {
    border-color: #C4161C !important;
}
.input-line__input--error + .tooltip__text {
    display: block !important;
}
.input-line__photo {
    position: relative;
    display: block;
    width: 80px;
    height: 70px;
    padding: 0;
    background-size: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../img/icons/icon-photo.svg');
    cursor: pointer;
    border: 1px solid #D7D7D7;
}
.input-line__photo--loaded {
    background-size: cover;
}
.input-line__photo--loaded .input-line__photo-del-btn {
    display: block;
}
.input-line__photo--error {
    border-color: #C4161C !important;
}
.input-line__photo--error .tooltip__text {
    display: block !important;
}
.input-line__photo input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.input-line__photo-del-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    background-position: 0 100%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10' fill='%23A70B00' stroke='white' stroke-width='2'/%3E%3Cpath d='M7 7L11 11M15 15L11 11M11 11L7 15L15 7' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.input-line__select-wrp--error button,
.input-line__select-wrp--error .title:before {
    border-color: #C4161C;
}
.input-line__select-wrp--error .tooltip__text {
    display: block !important;
}
.file-line {
    position: relative;
    cursor: pointer;
}
.file-line--error .file-line__text-wrp {
    border-color: #C4161C;
}
.file-line__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.file-line__text-wrp {
    position: relative;
    font-size: 16px;
    color: #9EA5B0;
    border: 1px solid #D2D7E0;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 8px 10px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.file-line__text-wrp--loaded {
    color: #000000;
}
.file-line__text-wrp--loaded .file-line__icon--add,
.file-line__text-wrp--loaded .file-line__text--empty {
    display: none;
}
.file-line__text-wrp:not(.file-line__text-wrp--loaded) .file-line__icon--del,
.file-line__text-wrp:not(.file-line__text-wrp--loaded) .file-line__text:not(.file-line__text--empty) {
    display: none;
}
.file-line__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    background-color: #41A85F;
    border: none;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    background-size: 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.file-line__icon--add {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='23' viewBox='0 0 15 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23569 0C3.49306 0 0.447266 2.79736 0.447266 6.23667V18.044C0.447266 18.4655 0.81849 18.8066 1.27737 18.8066C1.73594 18.8066 2.10716 18.4655 2.10716 18.044V6.23667C2.10716 3.63874 4.40733 1.52501 7.23569 1.52501C10.0644 1.52501 12.3645 3.63874 12.3645 6.23667V18.4098C12.3645 20.0996 10.8675 21.475 9.02765 21.475C9.01398 21.475 9.00167 21.4818 8.98805 21.4824C8.97347 21.4817 8.96207 21.475 8.94754 21.475C7.10783 21.475 5.61088 20.0997 5.61088 18.4098V11.1077C5.61088 10.2841 6.3394 9.61475 7.23569 9.61475C8.13217 9.61475 8.86075 10.2841 8.86075 11.1077V18.044C8.86075 18.4655 9.23263 18.8066 9.6906 18.8066C10.1485 18.8066 10.5206 18.4655 10.5206 18.044V11.1077C10.5206 9.44346 9.04714 8.08979 7.23569 8.08979C5.42448 8.08979 3.95098 9.44351 3.95098 11.1077V18.4098C3.95098 20.9404 6.19195 23 8.94749 23C8.96202 23 8.97342 22.9933 8.988 22.9925C9.00167 22.9933 9.01398 23 9.0276 23C11.7825 23 14.0241 20.9405 14.0241 18.4098V6.23667C14.0241 2.79736 10.9784 0 7.23569 0Z' fill='white'/%3E%3C/svg%3E%0A");
}
.file-line__icon--del {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 47.971 47.971' style='enable-background:new 0 0 47.971 47.971;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M28.228,23.986L47.092,5.122c1.172-1.171,1.172-3.071,0-4.242c-1.172-1.172-3.07-1.172-4.242,0L23.986,19.744L5.121,0.88 c-1.172-1.172-3.07-1.172-4.242,0c-1.172,1.171-1.172,3.071,0,4.242l18.865,18.864L0.879,42.85c-1.172,1.171-1.172,3.071,0,4.242 C1.465,47.677,2.233,47.97,3,47.97s1.535-0.293,2.121-0.879l18.865-18.864L42.85,47.091c0.586,0.586,1.354,0.879,2.121,0.879 s1.535-0.293,2.121-0.879c1.172-1.171,1.172-3.071,0-4.242L28.228,23.986z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media print, (min-width: 768px) {
    .file-line__icon {
        width: 60px;
    }
}
.file-line__error-text {
    font-size: 13px;
    color: #C4161C;
    margin-top: 2px;
    margin-bottom: 5px;
}
.file-line__error-text:not(.file-line__error-text--active) {
    display: none;
}
.file-line__descr {
    padding-top: 8px;
    padding-bottom: 20px;
}
.file-line__descr p {
    font-size: 13px;
    color: #AFAFAF;
    margin-bottom: 5px;
}
.file-line__descr p.mini {
    font-size: 12px;
    color: #9EA5B0;
}
.breadcrumbs_t2017_2--first-el {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.metro .howto, .metro-icon .howto {
    color: #999;
    font-size: 11px;
}
.table-responsive {
    width: 100%;

    overflow-y: auto;

}

@media only screen and (max-device-width: 736px) and (min-device-width: 320px) {
    .right-column .best-realtors.best-realtors—center {
        margin: 0 auto !important;
    }
}