@charset "utf-8";
/* CSS Document */
html, body {
    width: 100%;
    height: 100%;
    font-family: 'pTSansRegular', sans-serif;
    color: #333;
    font-size: 15px;
    background-color: #fff;
}
html, body, ul, ol, li, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, select, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}
del, ins {
    text-decoration: none;
}
li {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
.hidden {
    display: none;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.anti-underline, .anti-underline:hover {
    text-decoration: none !important;
    border-bottom: 0 !important;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
sub {
    vertical-align: baseline;
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
input, button, textarea, select {
    font-size: 100%;
}
button:focus {
    outline: none !important;
}
input:focus {
    outline: #fb9645 1px solid !important;
}
select:focus {
    outline: #fb9645 1px solid !important;
}
p {
    font-size: 1.1em;
    /*	line-height: 1.1em;*/
    font-weight: normal;
}
h1 {
    font-family: 'fira_sanslight', sans-serif;
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: normal;
}
h2 {
    font-family: 'fira_sansbold', sans-serif;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: normal;
}
h3 {
    font-family: 'fira_sansbold', sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.2em;
}
i, em {
    font-family: 'pTSansItalic', sans-serif;
}
h1 i, h2 i, h3 i, h1 em, h2 em, h3 em {
    font-family: 'fira_sansitalic', sans-serif;
}
h4 i, h5 i, h6 i, h4 em, h5 em, h6 em {
    font-family: 'pTSansItalic', sans-serif;
}
strong, b {
    font-family: 'pTSansBold', sans-serif;
    font-weight: normal;
}
h1 strong, h2 strong, h3 strong, h1 b, h2 b, h3 b {
    font-family: 'fira_sansbold', sans-serif;
}
strong i, strong em, i strong, em strong, b i, b em, i b, em b {
    font-family: 'pTSansBoldItalic', sans-serif;
}
a {
    color: #2d70c3;
}
a:hover {
    color: #163c62;
}
.no-br {
    white-space: nowrap;
}
/*.toplinebox {
	height: 55px;
}*/
.topmenupad {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50
}
.logobox {
    float: left;
    width: 25%;
    max-height: 50px;
}
.logobox a {
    display: block;
}
.topformbox {
    /*	background: url('/img/bej_01.jpg') top left no-repeat #faefd0;*/
    background-color: #1b547c;
    position: relative;
    width: 100%;
    /*    position: absolute;*/
    z-index: 35;/*	box-shadow: 0 1px 1px rgba(0,0,0,.3);*/
}
.inselectitbox {
    position: absolute;
    clear: both;
    z-index: 10;
    right: 18px
}
.inselectitbox a {
    display: block;
    background: url('/img/star.png') no-repeat 7px 10px #fb9645;
    padding: 11px 10px 6px 25px;
    color: #b5570c;
    font-size: 0.8em;
    border-top: #cc6b1e 1px solid;
    box-shadow: 0 3px 4px 0 #ccc;
    text-decoration: none;
}
.inselectitbox a:hover {
    background: url('/img/star.png') no-repeat 7px -50px #fb9645;
    color: #163c62;
}
/*main menu start*/
.allpad.topformbox.oneback {
    background-position: left -60px;
    z-index: 6;
}
.mainmenubox {
    float: left;
    width: 75%;
    background-color: #1b547c;
    margin: 3px 0;
}
.mainmenu li {
    float: left;
    /*	font-family: 'fira_sansregular', sans-serif;*/
    font-family: 'pTSansBold', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #f7f1d9;
    letter-spacing: 0.07em;
}
.mainmenu li ul {
    display: none;
}
.mainmenu li.active > ul, .mainmenu li:hover > ul {
    display: list-item;
}
.mainmenu li ul li {
    font-family: 'fira_sansregular', sans-serif;
    font-size: 1em;
}
.mainmenu li a {
    color: #FFF;
    display: block;
    text-decoration: none;
}
.mainmenu li a:hover {
    background-color: rgb(48,112,149);
}
/*.mainmenu li.active, .mainmenu li:hover {
	background-color: #14405f;
}*/
.mainmenu li ul {
    position: absolute;
    background-color: #14405f;
    z-index: 51;
    border-top: #036 1px solid;
    box-shadow: 0 3px 4px 0 #666;
}
.mainmenu li ul li {
    text-transform: none;
    font-weight: normal;
    float: none;
}
.mainmenu li ul li a {
    padding: 10px 20px;
    cursor: pointer;
    letter-spacing: normal;
}
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #864d19;
	font-size: 1.1em;
	font-weight: normal;
	background: #e9d6b7;
	background-clip: padding-box;
	border-radius: 4px;
	border: 0;
	box-shadow: 0 1px 0 rgba(0,0,0,.3), 0 2px 1px -1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.5) inset;
	text-shadow: 0 1px 0 rgba(255,255,255,.9);
	padding: 5px 8px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #f68b1f;
	box-shadow: 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0,0), 0 1px 0 rgba(255,255,255,.5) inset;
	color: #8B725C;
}*/
/*main menu finish*/

.table {
    display: table;
    width: 100%;
}
.tablerow {
    display: table-row;
    height: 100%;
}
.tablecell {
    display: table-cell;
    vertical-align: top;
}
/*main form start*/
.formbox {
    width: 80%;
    background: url('/img/formback.png') bottom left no-repeat;
    padding: 1em 0 2em;
    min-width: 420px;
}
.formpart1 {
    float: left;
    width: 70%;
    min-width: 425px;
}
input {
    border: 1px solid #ccc;
    border-radius: 2px;
    border-style: inset;
    padding: 5px 8px;
}
/* FIXME Удалить все, что касается класса .mainform */
.mainform input, .mainform select {
    border: 1px solid #fff9cb;
    border-radius: 2px;
    border-style: inset;
    padding: 5px 1%;
    width: 88%;
}
.mainform .hpos112 input {
    height: 17px;
}
.mainform button.search_flat-open-district, .mainform button.search_flat-open-subway, .mainform button.search_house-open-district, .mainform button.search_house-open-subway, #metromapbox button, #districtmapbox button, .camfilterbox button {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    background: #cfc4a6;
    background-clip: padding-box;
    border-radius: 29px;
    border: 0;
    /*	box-shadow: 0 1px 0 rgba(0,0,0,.3), 0 2px 1px -1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.5) inset;
	text-shadow: 0 1px 0 rgba(255,255,255,.9);*/
    padding: 5px 8px;
}
.mainform button.search_flat-open-district:hover, .mainform button.search_flat-open-subway:hover, .mainform button.search_house-open-district:hover, .mainform button.search_house-open-subway:hover, #metromapbox button:hover, #districtmapbox button:hover, .camfilterbox button:hover {
    background-color: #9f9473;
    color: #fff;
}
.mainform button.search_flat-open-district:active, .mainform button.search_flat-open-subway:active, .mainform button.search_house-open-district:active, .mainform button.search_house-open-subway:active, #metromapbox button:active, #districtmapbox button:active, .camfilterbox button:active {
    background-color: #b8af98;
    position: relative;
    top: 1px;
    box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
}
.mainform .formmesh {
    padding: 1em 0 2em 0;
}
.mainform .rooms-set-box {
    float: left;
    margin-top: -1.5em;
}
.mainform .cell2 {
    float: left;
    margin-top: -1.5em;
    padding-left: 2em;
}
.mainform .cell3 {
    clear: both;
}
.mainform .cell4 {
    width: 55%;
    float: left;
}
.mainform .cell5 {
    width: 45%;
    float: left;
}
.mainform .cell6 {
    width: 100%;
    clear: both;
    padding: 20px 0 .3em 0;
}
.mainform .cell7 {
    float: left;
    width: 45%;
    margin-top: -16px;
}
.mainform #deadline {
    width: 120px;
}
.mainform .price_min, .mainform .price_max {
    width: 50px;
}
.mainform .totalspace_min, .mainform .totalspace_max {
    width: 35px;
}
.mainform .kitchenspace_min, .mainform .kitchenspace_max {
    width: 25px;
}
.mainform .deadline_year_min, .mainform .deadline_year_max {
    width: 50px;
}
.mainform button.search_flat-open-district, .mainform button.search_house-open-district {
    background: url('/img/citymap_button_bg.png') right center no-repeat #e9d6b7;
    text-align: left;
    width: 150px;
}
.slimform button.search_flat-open-district, .slimform button.search_house-open-district {
    width: 100%;
    min-width: 60px;
}
.mainform button.search_flat-open-subway, .mainform button.search_house-open-subway {
    background: url('/img/metro_button_bg.png') right center no-repeat #e9d6b7;
    text-align: left;
    width: 150px;
}
.slimform button.search_flat-open-subway, .slimform button.search_house-open-subway {
    width: 100%;
    min-width: 60px;
}
.mainform .searchbox {
    clear: both;
    padding-left: 11em;
    height: 2em;
    min-width: 320px;
}
.mainform .searchbox .extlink {
    float: left;
    width: 11.5em;
    height: 16px;
    margin: 50px 10px 0 0;
    padding: 4px 0 0 21px;
    font-size: 0.7em;
    color: #864d19;
    background: url('/img/form_snip.png') 0 -22px no-repeat;
}
.exformboxslim .mainform .searchbox .extlink {
    float: none;
    width: 11.5em;
    height: 16px;
    margin: 0 0 0 0;
    padding: 4px 0 0 21px;
    font-size: 0.7em;
    color: #864d19;
    background: url('/img/form_snip.png') 0 -22px no-repeat;
}
.mainform .searchbox .srchpot {
    float: left;
    width: 6.8em;
    height: 90px;
    padding-top: 10px;
}
.exformboxslim .mainform .searchbox .srchpot {
    float: none;
    margin: 0;
    width: 6.8em;
    height: 25px;
}
.mainform .searchbox .clearlink {
    float: left;
    width: 8em;
    height: 16px;
    margin: 50px 10px 0 0;
    padding: 4px 0 0 21px;
    background: url('/img/form_snip.png') 0 -1px no-repeat;
    font-size: 0.7em;
    color: #864d19;
}
.mainform .hpos0 .searchbox .clearlink {
    margin: 40px 0 0 0;
    width: auto;
}
.exformboxslim .mainform .searchbox .clearlink {
    float: none;
    width: 8em;
    height: 16px;
    margin: 0 0 0 0;
    padding: 4px 0 0 21px;
    background: url('/img/form_snip.png') 0 -1px no-repeat;
    font-size: 0.7em;
    color: #864d19;
}
.mainform .extlink a, .mainform .clearlink a {
    color: #864d19;
}
.mainform .extlink a:hover, .mainform .clearlink a:hover {
    color: #887962;
}
.mainform .srchpot .srch {
    position: absolute;
    background: #f2e8cc;
    border: 1px #f2e8cc solid;
    text-align: center;
    border-radius: 5.5em;
    /*	width: 5.5em;
	height: 5.5em;*/
    padding: 5px;
}
.mainform .srchpot .srch button {
    font-family: 'fira_sansbold', sans-serif;
    /*	font-weight: bold;*/
    letter-spacing: 2px;
    color: #c42c10;
    background: #fc9040 url('/img/stripeback.png') center center repeat-x;
    border-left: 2px solid #bd9d78;
    border-bottom: 2px solid #9d8263;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff9cb;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,231,200,.9);
    border-radius: 4.8em;
    width: 5em;
    height: 5em;
    font-size: 1.1em;
    padding-top: .5em;
    -moz-box-shadow: 0 .5px 0 1px #bc9a72;
    -webkit-box-shadow: 0 .5px 0 1px #bc9a72;
    -khtml-box-shadow: 0 .5px 0 1px #bc9a72;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    box-shadow: 0 .5px 0 1px #bc9a72;
    -o-transition: .2s;
    transition: .2s;
}
.mainform .srchpot .srch button:hover {
    color: #163c62;
    background: #fc9040 url('/img/stripeback.png') center bottom repeat-x;
}
.mainform .srchpot .srch button:active {
    background: #fc9040 url('/img/stripeback.png') center top repeat-x;
    -moz-box-shadow: 0 1px 1px 1px #864d19 inset;
    -webkit-box-shadow: 0 1px 1px 1px #864d19 inset;
    -khtml-box-shadow: 0 1px 1px 1px #864d19 inset;
    box-shadow: 0 1px 1px 1px #864d19 inset;
}
.mainform .dedtext {
    padding-bottom: 5px;
}
.mainform .dedtext2 {
    padding: 5px 0;
}
.mainform .dedtext3 {
    padding: 8px 0;
}
.mainform .checkboxes1 {
    float: left;
    padding-top: 5px;
    width: 35%
}
.mainform .checkboxes2 {
    float: left;
    padding-top: 5px;
    width: 20%
}
.mainform .checkboxes1 div, .mainform .checkboxes2 div {
    padding-top: 5px;
}
.mainform input[type=checkbox] {
    padding: 2px 8px;
}
.sliderbox {
    width: 80%;
    height: 40px;
    padding: 5px 0 0 5px;
}
.spconsultbox {
    width: 25%;
    background: url('/img/manager.png') 1em top no-repeat;
    min-height: 200px;
    vertical-align: top;
}
.consaltborder {
    background-image: none;
    margin-top: 2.5em;
    margin-left: 2em;
    border: 3px #d3c8ad solid;
    text-align: left;
    border-radius: 1em;
}
.consultarrow {
    height: 12px;
    margin-left: 1em;
}
.formpart2 {
    float: left;
    width: 30%;
    padding-bottom: 0;
}
.mapselect {
    float: left;
    overflow: hidden;
    padding-right: 3px;
    padding-bottom: 8px;
}
.leftshift .slimform .mapselect {
    width: 96%;
}
.mapselect ul {
    padding: 3px 0;
}
.mapselect ul li {
    font-size: .8em;
    color: #a08b6d;
}
.formexes {
    display: none;
    width: 100%;
    clear: both;
    padding-top: 1em;
}
.taglink h3 {
    padding-bottom: 0;
}
.taglink a, .consaltborder a, .consaltborder span {
    color: #a29278;
}
.taglink a:hover, .consaltborder a:hover {
    color: #887962;
}
.upslide.slimform {
    /*	font-family: 'fira_sansbold', sans-serif;*/
    color: #FFFFFF;
    position: relative;
    clear: both;
    width: 100%;
    padding-top: 0;
    text-align: center;
    /*	text-shadow: 0 1px 0 rgba(255,231,200,.9);*/
    font-size: 18px;
}
.pos8 .upslide {
    position: absolute;
    right: 0;
    width: 80px;
    padding-top: 35px;
    text-align: center;
    font-size: 0.7em
}
.upslide.slimform a {
    display: block;
    color: #fff;
    background-image: none;
    padding: 5px 0;
    /*	color: #864d19;*/
    text-decoration: none;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.upslide.slimform a.newsearch {
    position: absolute;
    background-color: #1b547c;
    z-index: 3;
    width: 100%;
    display: block;
}
a.newsearch .arrowst {
    height: 16px;
    width: 40px;
    display: inline-block;
    background: url('/img/trigger_arrow.png') no-repeat left 0;
}
a.close_form .arrowst {
    height: 16px;
    width: 40px;
    display: inline-block;
    background: url('/img/trigger_arrow.png') no-repeat left -26px;
}
.btnsearch {
	background:url(http://www.spbnovostroyka.ru/img/search.png) 8px 6px  no-repeat #ff9900;
	border-radius: 15px;
    width: 300px;
    height: 24px;
    margin: auto;
    padding-top: 4px;
    font-weight: bold;
    letter-spacing: 2px; 
	box-shadow: 0 1px 0 rgba(0,0,0,.3), 0 2px 1px -1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.5) inset;
}
.btnsearch:hover {
	background-color:#ff9000;
	box-shadow: 0 1px 0 rgba(0,0,0,.3), 0 2px 1px -1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.5) inset;
}
/*.upslide.slimform a:hover, .upslide.slimform a.newsearch:hover {
    color: #fff;
    background-color: rgb(48,112,149);
}*/
.upslide.slimform a img {
    vertical-align: middle;
}
.pos8 .upslide a {
    display: block;
    height: 25px;
    background: url('/img/upslide.png') center 20px no-repeat #f2e8cc;
    padding: 35px 5px 5px 5px;
    color: #864d19;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.pos8 .upslide a:hover {
    background: url('/img/upslide.png') center 20px no-repeat #f8efd6;
}
/*.upslide.slimform {
	position: absolute;
	right: 0;
	width: 80px;
	padding-top: 35px;
	text-align: center;
	font-size: 0.7em
}
.hpos3 .upslide a {
	display: block;
	height: 25px;
	background: url('/img/upslide.png') center 20px no-repeat #f2e8cc;
	padding: 35px 5px 5px 5px;
	color: #864d19;
}
.hpos3 .upslide a:hover {
	background: url('/img/upslide.png') center 20px no-repeat #f8efd6;
}*/
.formbox .chosen-container-active .chosen-single {
    border: 1px solid #a1bfe8;
    /*  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
    box-shadow: none;
}
.formbox .chosen-container-active .chosen-choices {
    border: 1px solid #a1bfe8;
    /*  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
    box-shadow: none !important;
}
.formbox .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #333;
    line-height: 13px;
    cursor: default;
}
.formbox .chosen-container-multi .chosen-choices {
    border: 1px solid #fff9cb !important;
    border-radius: 2px !important;
    border-style: inset !important;
    background-color: #fff !important;
    background-image: none !important;
    background: url('/img/arrow_dark_down.png') #FFF right center no-repeat !important;
}
.formbox .chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active {
    outline: #fb9645 1px solid;
}
.formbox .chosen-choices input:focus {
    outline: none !important;
}
.formbox .chosen-container.chosen-container-single, .chosen-container.chosen-container-multi {
    width: 95% !important;
}
.formbox .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 5px;
    height: 27px;
    border: 1px solid #fff9cb !important;
    border-radius: 2px !important;
    border-style: inset !important;
    background-color: #fff !important;
    background-image: none !important;
    background: #FFF right center no-repeat !important;
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}
.formbox .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/img/arrow_dark_down.png') no-repeat right center;
}
.formbox .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/img/arrow_dark_down.png') no-repeat right center;
}
.formbox .chosen-container-single .chosen-single abbr {
    top: 8px;
}
.formbox .chosen-container-single .chosen-drop {
    border-radius: 0 0 0 0;
}
.formbox .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: right center;
}
.formbox .chosen-container .chosen-results {
    max-height: none;
}
label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.css-checkbox label input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.css-checkbox label {
    padding-left: 20px;
    background-image: url('/img/checkorange.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 5px;
}
.css-checkbox label.checked {
    background-position: 0 -15px;
}
.mainform .pos1 {
    float: none;
    width: 100%;
}
.pos221 .css-checkbox label, .hpos142 .css-checkbox label {
    margin: 0 20px 0 0;
}
.pos221 .css-checkbox .dedtext3 span, .hpos142 .css-checkbox .dedtext3 span {
    white-space: nowrap;
    padding-right: 10px;
    line-height: 1.5em;
}
.dedcam {
    /*	background:url('/img/checkcam.png') no-repeat left 19px;*/
    height: 20px;
    padding: 20px 0 0 0;
}
.hpos142 .dedcam {
    background-image: none;
    height: 20px;
    padding: 8px 0 0 5px;
}
.hpos0 {
    position: relative;
}
.hpos1 {
    width: 80%;
    max-width: 1600px;
    float: left;
}
.hpos11, .hpos12 {
    float: left;
    width: 48%;
}
.hpos13, .hpos15 {
    float: left;
    width: 24%;
    min-width: 158px;
    padding-top: 5px;
}
.hpos14 {
    padding-top: 25px;
    float: left;
}
.hpos141, .hpos142 {
    float: left;
    width: auto;
}
.hpos111, .hpos121 {
    width: 50%;
}
/*.hpos111 input, .hpos121 input {
	width:90%;
    padding: 5px 1%;
}*/
.hpos131 {
    float: left;
    width: 48%;
}
.hpos132 {
    float: left;
    width: 48%;
}
.hpos3 {
    position: inherit;
    width: auto;
    float: left;
    padding-top: 0;
    clear: none;
}
.mainform .hpos0 .searchbox {
    margin-left: 0;
    padding-left: 0;
    clear: none;
    height: 70px;
    min-width: 175px;
    padding-top: 30px;
}
.hpos0 .chosen-container {
    width: 90%;
}
.mainform .hpos0 .searchbox .srchpot {
    padding-top: 0;
}
.fpos1 {
    width: 80%;
    max-width: 1460px;
    min-width: 630px;
    float: left;
}
.fpos2 {
    float: left;
    width: 60%;
    min-width: 460px
}
.fpos21 {
    float: left;
    min-width: 265px;
    width: 40%
}
.fpos22 {
    float: left;
    min-width: 170px;
    width: 35%
}
.fpos23 {
    clear: both;
    padding-top: 22px;
    width: 100%
}
.leftshift .slimform .fpos22 .mapselect {
    width: 48%;
}
.fpos3 {
    float: left;
    width: 40%;
    min-width: 210px
}
.fpos31 {
    padding-bottom: 10px;
}
.fpos32 {
}
.fpos33 {
    padding-top: 20px
}
.fpos33 .dedcam {
    padding: 0
}
.fpos4 {
    float: left;
    width: 60%;
    min-width: 460px
}
.fpos41 {
    padding-top: 15px;
    width: 100%;
}
.fpos42 {
    padding-top: 15px;
    width: 100%;
}
.fpos5 {
    float: left;
    width: 22%;
    min-width: 160px
}
.fpos51, .fpos52, .fpos53 {
    padding-bottom: 10px;
}
.fpos6 {
    float: left;
    width: 15%;
    min-width: 90px;
    padding-top: 19px;
}
.fpos6 div {
    float: none;
    padding: 6px 0 12px 5px;
}
.mainform .fpos0 .searchbox {
    margin-left: 0;
    padding-left: 0;
    clear: none;
    height: 70px;
    min-width: 100px;
    padding-top: 60px;
}
.fpos23 .sliderbox, .fpos41 .sliderbox, .fpos42 .sliderbox {
    width: 90%;
}
.fpos7 {
    clear: both;
}
.fpos7 .searchbox {
    position: absolute;
    left: 80%;
    bottom: 130px;
}
.slider-pro.photoscroll.sp-horizontal .sp-slides-container {
    background-color: #fff;
}
.rightserchlink {
    clear: both;
}
.mainform .searchbox .rightserchlink .extlink {
    float: none;
    margin-top: 5px;
}
.mainform .searchbox .rightserchlink .clearlink {
    float: none;
    margin-top: 5px;
}
/*main form finish*/

/* layer map and subway select start */

#districtmapbox {
    background: #fdeec7;
    width: 1010px;
    padding: 5px;
    position: absolute;/*	box-shadow: 0 3px 4px 0 #ccc;*/
}
#districtmapbox h2 {
    padding-bottom: 10px;
}
#districtmapbox .map {
    position: relative;
    padding: 0;
    width: 570px;
    height: 500px;
}
#districtmapbox .map canvas {
    width: 570px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    border: 0;
    opacity: 1;
}
#districtmapbox li {
    padding: 1px 2px;
}
#districtmapbox h4 {
    padding-bottom: 10px;
}
#districtmapbox .piterdistrictbox {
    float: left;
    width: 210px;
    padding: 25px 0 0 10px
}
#districtmapbox .piterdistrictbox li a {
    color: #864d19;
    text-decoration: none;
}
#districtmapbox .lenobldistrictbox {
    float: left;
    width: 210px;
    padding: 25px 0 0 10px;
}
#districtmapbox .lenobldistrictbox li a {
    color: #336600;
    text-decoration: none;
}
#districtmapbox button.orangebtn {
    color: #fdeec7;
    background: #ff9904;
    padding: 5px 25px;
    text-shadow: 0 1px 0 rgba(255,255,255,.9);
}
#districtmapbox .btnbox {
    clear: both;
    padding: 30px 65px 0 0;
    text-align: right
}
#metromapbox {
    background: #fdeec7;
    width: 730px;
    padding: 10px;
    /*	box-shadow: 0 3px 4px 0 #ccc;*/
    text-align: center;
}
#metromapbox h2 {
    padding-bottom: 10px;
    text-align: center;
}
#metromapbox .metromap {
    margin: auto;
    padding: 0;
    width: 694px;
    height: 500px;
}
#metromapbox .metromap canvas {
    width: 694px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    border: 0;
    opacity: 1;
}
#metromapbox li {
    padding: 4px 2px;
}
#metromapbox button.save, #districtmapbox button.save {
    color: #fdeec7;
    background: #ff9904;
    padding: 5px 25px;
    text-shadow: 0 -1px 0 rgba(165,100,0,.9);
}
#metromapbox .btnbox {
    clear: both;
    padding: 25px 12px 0 12px;
    text-align: center
}
/* layer map and subway select finish */

.chipestflat {
    overflow: hidden;
    float: left;
    width: 25%;
    position: relative;
}
.chipestflat ul li {
    white-space: nowrap;
    padding: .2em 0;
}
.chipestflat:after {
    content: ''; /* Выводим элемент */
    position: absolute; /* Абсолютное позиционирование */
    right: 0;
    top: 0; /* Положение элемента */
    width: 40px; /* Ширина градиента*/
    height: 100%; /* Высота родителя */
    /* Градиент */
    background: -moz-linear-gradient(left, rgba(211,222,157, 0.2), #d3de9d 100%);
    background: -webkit-linear-gradient(left, rgba(211,222,157, 0.2), #d3de9d 100%);
    background: -o-linear-gradient(left, rgba(211,222,157, 0.2), #d3de9d 100%);
    background: -ms-linear-gradient(left, rgba(211,222,157, 0.2), #d3de9d 100%);
    background: linear-gradient(to right, rgba(211,222,157, 0.2), #d3de9d 100%);
}
.nearesthouse .photobox:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
    /* Градиент */
    background: -moz-linear-gradient(left, rgba(256,256,256, 0.2), #fff 100%);
    background: -webkit-linear-gradient(left, rgba(256,256,256, 0.2), #fff 100%);
    background: -o-linear-gradient(left, rgba(256,256,256, 0.2), #fff 100%);
    background: -ms-linear-gradient(left, rgba(256,256,256, 0.2), #fff 100%);
    background: linear-gradient(to right, rgba(256,256,256, 0.2), #fff 100%);
}
.specialbox.hor {
    float: left;
    width: 75%;
    margin-bottom: 10px;
	/*	background-color: #fff;*/
	display: table;
	height: 100%;
}
.specialbox.hor .specialboxshift {
	display: table-row;
}
.specialbox.hor .specialboxshift a.special {
	display: table-cell;
	height: 100%;
}
.specialbox.vert {
    float: left;
    width: 100%;/*	background-color: #fff;*/
}
.specialboxshift {
    margin-left: 20px;
}
a.special {
    /*	width: 33%;
	float: left;
	min-height: 120px;
	padding-top: 10px;*/
    display: block;
    text-decoration: none;
    width: 32.5%;
    float: left;
    margin-right: 0.5%;
    min-height: 120px;
    background-color: #fff;
    box-shadow: 0 3px 4px 0 #999;
}
.specialbox.vert a.special {
    display: block;
    text-decoration: none;
    width: 99%;
    /*  padding-top: 10px;*/
    margin-right: 0.5%;
    margin-bottom: 10px;
    min-height: 120px;
    background-color: #fff;
    box-shadow: 1px 2px 2px 0 #ccc;
    text-align:left;
}
a.special:hover {
    box-shadow: 0 3px 4px 0 #333;
}
.special h3 {
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-left: 20px;
/*    background-color: #f6f9e5;*/
    text-decoration: underline;
}
a.special:hover h3 {
/*    background-color: #e6edbf;*/
}
.special p {
    padding-top: 0;
    font-size: 0.9em;
    padding-left: 20px;
    color: #666;
}
.special img {
/*    float: left;*/
    margin: .1em .5em .2em 0;
}
/*video block start*/
.videobox {
    background-color: #0d1b29
}
.videobox a:hover {
    color: #bbe8ff;
}
.videohead {
    float: left;
    width: 25%
}
.videobox, .videobox a {
    color: #a6b7c0;
}
.videobox .bluelight, .videobox .bluelight a {
    color: #828f9d;
    font-size: 1em;
    line-height: 1.1em;
}
.videobox .bluelight a:hover {
    color: #8293a3;
}
.videobox .bluelight a .picssetcam {
    color: #41586e;
    float: left;
    margin-right: 5px;
}
.videolistbox {
    position: relative;
    overflow: hidden;
    float: left;
    width: 75%;
    height: 170px;
}
.videolistbox ul li {
    float: left;
    display: block;
    padding: 25px 20px;
}
.videolistbox ul li a.webcam {
    color: #999;
    display: block;
    width: 127px;
    height: 100%;
    margin-top: -25px;
    background: url('/img/playvideo.png') center 30px no-repeat;
    position: absolute;
    opacity: 0.5;
    filter: alpha(Opacity=40);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.videolistbox ul li a.webcam:hover {
    color: #fff;
    opacity: 1;
    filter: alpha(Opacity=100);
}
.videolistbox ul li div.imglink {
    border: #ccc 1px solid;
    display: block;
    width: 125px;
    height: 94px;
}
.videolistbox ul li span {
    color: #828f9d;
    display: block;
    text-decoration: underline;
    margin-top: 5px;
    width: 125px;
    line-height: 1em;
    font-size: .9em;
}
.videolistbox ul li span span {
    color: #a6b7c0;
    text-decoration: none;
}
.videolistbox .allvideo {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 25px;
    width: 145px;
    padding-left: 20px;
    height: 145px;
    text-align: center;
    background: -moz-linear-gradient(left, rgba(13,27,41, 0.2), #0d1b29 20%, #0d1b29 100%);
    background: -webkit-linear-gradient(left, rgba(13,27,41, 0.2), #0d1b29 20%, #0d1b29 100%);
    background: -o-linear-gradient(left, rgba(13,27,41, 0.2), #0d1b29 20%, #0d1b29 100%);
    background: -ms-linear-gradient(left, rgba(13,27,41, 0.2), #0d1b29 20%, #0d1b29 100%);
    background: linear-gradient(to right, rgba(13,27,41, 0.2), #0d1b29 20%, #0d1b29 100%);
}
.videolistbox .allvideo img {
    border: none;
}
.videolistbox .allvideo span {
    text-align: center;
}
.videolistbox .allvideo a {
    color: #ff9904;
    display: block;
    width: 125px;
    height: 20px;
    background: url('/img/allvideo.png') center 0 no-repeat;
    padding-top: 98px
}
.videolistbox .allvideo a:hover {
    color: #ffbe60;
    background: url('/img/allvideo.png') center -160px no-repeat;
}
/*video block finish*/

/*news block mainpage start*/
.newsbox h2 a {
    color: #333;
}
.newsboxgrey {
    background: url('/img/petr1.png') left 30px no-repeat #eee;
}
.newsboxgrey h2 a {
    color: #666;
}
.newsboxgrey h2 a:hover {
    color: #3b3b3b;
}
.recordsbox {
    width: 25%;
    float: left;
}
.reviewbox {
    width: 100%;
    float: none;
}
.newsboxgrey .infobox {
    width: 75%;
    float: left;
}
.reviewbox div.review {
    width: 11.5%;
    margin-top: 1em;
    float: left;
}
.reviewbox div.review a {
    display: block;
    font-size: 1em;
    float: left;
    background: #FFF;
    margin: 0 0 0 1em;
    padding: 5px;
}
.reviewbox div.review a .antitle {
    height: 50px;
}
.newsbox h2 a:hover {
    color: #000;
}
.companynewsbox {
/*	float: left;
	width: 75%*/
	display: flex;
	flex-direction: row;
	justify-content: left;
	flex-wrap: wrap;
}
.newoneobj a{
	text-decoration: none;	
}
.companynewsbox .newoneobj {
/*    break-inside: avoid;
    page-break-inside: avoid;*/
	flex: 0 1 33%;
}
.companynewsbox .newoneobj .imgbox {
    padding: 0 20px 5px 20px;
    max-height: 200px;
    overflow: hidden;
}
.delline {
    margin: 10px 20px 0 20px;
    height: 15px;
    border-top: #CCCCCC solid 1px
}
.pay240 {
    float: right;
    width: 270px;
    height: 440px;
    text-align: center;
}
.pay240 iframe {
    padding-top: 25px;
}
.pay240left {
    float: left;
    width: 260px;
    padding: 60px 0 20px 20px;
    margin-top: 25px;
}
.pay240news {
    /*	width: 260px;*/
    max-width: 500px;
    /*	padding: 20px;*/
    margin-top: 25px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.pay240analitic {
    padding: 20px 20px 20px 0;
    margin-top: 25px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.pay240analitic .special img {
    float:none;    
}
.specialbox.vert .special img {
    float: none;
}
.newsrew {
    float: left;
    width: 25%;
}
.partnerbox {
    background-color: #ddd;
}
.partner_h {
    float: left;
    width: 25%;
}
.partnerline {
    float: left;
    width: 75%;
}
.partnerbox a {
    display: block;
    float: left;
    margin: 1em 20px;
}
/*news block mainpage finish*/
/*analitic block mainpage start*/
.smolans {
    position: relative;
    background-size: cover;
    width: 24%;
    height: 400px;
    float: left;
    margin: 0 1% 1% 0;
}
.smolans h3 {
    font-size: 1.5em;
    color: #FFFFFF;
    padding: 10% 3% 0 20px;
    margin: 0;
}
.smolans p {
    font-size: 0.8em;
    color: #ccc;
    padding: 0.5% 3% 2% 20px;
    margin: 0;
    max-width: 700px;
}
.smolans:nth-child(1), .smolans:nth-child(2) {
    width: 49%;
    margin: 0 1% 1% 0;
}
.smolans:nth-child(1) h3, .smolans:nth-child(2) h3 {
    font-size: 1.8em;
}
.anoanal {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #000; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000000', endColorstr='#000', GradientType=0 ); /* IE6-9 */
}
/*analitic block mainpage finish*/
.infotext {
    float: left;
    width: 75%;
    padding-top: 25px;
    padding-bottom: 15px;
}
.infotext p {
    font-size: 0.8em;
    color: #666;
    padding-top: 3px;
    padding-bottom: 0;
}
/*footer start*/
.footer {
    background: url('/img/footerback.png') #fff top repeat-x;
    clear: both;
}
/*.resultpad .footer {
	background: url('/img/footerback.png') #fff top repeat-x;
	clear: both;
}*/

.footer h2 {
    font-size: 1.2em;
}
.addressbox {
    float: left;
    width: 25%;
    padding: 20px 0 40px 0;
}
.resultpad .addressbox {
    float: left;
    width: 35%;
    padding: 20px 0 80px 0;
}
.resultpad .addressbox p {
    font-size: 0.8em;
}
.addressbox h3 {
    padding-top: 0;
    padding-bottom: 0;
}
.addressbox p.admintel {
    line-height: 1.4em;
    padding-bottom: 5px;
    padding-top: 0px;
}
.addressbox p.admintel span {
    font-size: 1.3em
}
p.spbfoot_p {
    color: #666;
    padding-top: 0;
}
.footmail {
    background: url('/img/icon_16_mail.png') no-repeat left center;
    padding: 0 0 1px 20px;
    font-size: 1em;
    margin: 0 0 30px 20px;
    display: inline-block;
}
/*p.spbfoot_h3 {
	font-size: 1em;
	color: #666;
	padding: 3px 0 0 20px;
	margin-top: 65px;
	margin-left: 25px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 110px;
	border: 1px solid #ddd;
	background-color: #ddd;
}*/
.telselect {
    font-size: 1.3em
}
.bottommenubox {
    float: left;
    width: 75%;
    padding: 20px 0 40px 0;
    position: relative;
}
.resultpad .bottommenubox {
    float: left;
    width: 65%;
    padding: 20px 0 40px 0;
    position: relative;
}
/*ul.bottommenu {
	background-color: #0d1b29;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 25px;
}*/
ul.bottommenu li {
    font-size: 1.1em;
    float: left;
    padding: 10px 20px 10px 20px;
}
/*ul.bottommenu li a {
	color: #CCC;
}
ul.bottommenu li a:hover {
	color: #fff;
}*/
ul.bottommenu li.li_clear, ul.mainmenu li.li_clear, ul.friends li.li_clear {
    clear: both;
    float: none;
    padding: 0;
    margin: 0
}
ul.friends {
/*	float: left;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-left: 20px;*/
}
ul.friends li {
    float: left;
    padding: 0;
}
/*ul.bottommenu li a {
	text-decoration: none;
}*/
.resultpad .bottomsocial, .bottomsocial {
    position: absolute;
    right: 20px;
    top: 10px;
}
.bottomsocial {
    position: absolute;
    right: 20px;
    top: 10px;
}
.bottomsocial li {
    float: left;
    padding-left: 3px;
}
#madein {
    text-decoration: none;
    display: block;
    font-family: Tahoma, Helvetica, sans-serif;
    clear: both;
    font-size: 13px;
    padding: 3px 3px 0 3px;
    background: #dfd4b3;
    border: 1px solid rgba(56,56,56,.1);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    width: 180px;
    text-align: center;
    height: 21px;
}
.bottom_desc {
    padding-left: 300px;
    background: url('/img/logo_footer.png') 20px 22px no-repeat;
    clear: both;
    padding-top: 20px;
    background-color: #f0ead9;
    color: #504c3f
}
.bottommenu {
    padding-left: 300px;
    background-color: #dfd4b3;
}
.bottom_append {
    background-color: #f0ead9;
    width: 100%;
}
.counbox {
    width: 300px;
    float: left
}
.friendbox {
    float: left
}
/*footer finish */

.cheapbox {
    clear: both;
    background-color: #d3de9d;
}
.cheapbox h2 {
    color: #32485f;
}
/*result page form start */
.exformboxslim {
    width: 100%;
    font-size: 14px;
}
.exformboxslim .formbox {
    width: 83%;
    padding-top: 0.5em;
}
.exformboxslim .mainform {
    padding: 20px 20px 0 20px;
}
.exformboxslim .mainform .searchbox {
    clear: none;
    padding: 0 0 0 0;
    width: 16%;
    vertical-align: bottom;
    padding-bottom: 85px
}
.exformboxslim .mainform .formmesh {
    padding: 1em 0 1em 0em;
}
.exformboxslim .mainform .rooms-set-box {
    padding: 0;
}
.exformboxslim .mainform .cell2 {
    padding: 0 0 1em 1em;
}
.shadowline {
    background: url('/img/darkshadow.png') left top repeat-x;
    height: 12px;
    position: absolute;
    z-index: 5;
    width: 100%
}
.mainform div {
    border: #333 0 solid;
}
/*result page form finish*/


/*result page table start*/
.resultpad {
    position: fixed;
    /*	top: 3.8em;
	top: 55px;*/
    width: 100%;
    min-width: 748px;
    height: 100%;
    z-index: 2
}
.resultpad .resultbox {
    width: 65%;
    min-width: 486px;
    /*	height: 100%;*/
    float: left;
    position: fixed;
    overflow-y: scroll;
    z-index: 2;
    right: 0;
    bottom: 0;
    background: #FFFFFF url('/img/vert_centrl_column.png') repeat-y;
}
.resultpad .mapbox {
    overflow: hidden;
    /*height: 1000px;*/
    height: 100%;
    /*height: 1000px\0;*/
/*	margin-top: -55px;
	padding-top: 55px;*/
    min-width: 262px;
    box-sizing: border-box;
    width: 35%;
    float: left;
}
.ie10 .mapbox {
    height: 1000px;
}
.resultpad .resultbox .verthr {
    height: 100%;
    min-width: 450px;
    margin-left: 2px;
    background: url('/img/cremfon.jpg') repeat-x #FFFFFF;
}
.resultpad .resultbox .vertcamhr {
    border-left: #666 solid 1px;
    background-color: #cdcdcd;
}
.camfilterbox div {
    float: left;
    padding: 0 20px 5px 0;
    box-sizing: border-box;
}
.camfilterbox div.slct select {
    width: 350px;
}
.camfilterbox div.slct label {
    display: block;
}
.camfilterbox div input {
    font-size: 0.9em;
    padding: 2px 4px 2px 4px;
    width: 10em;
}
.camfilterbox div button {
    font-size: 1em;
    padding: 12px 16px 8px 16px;
    line-height: 1.2em;
    margin-top: 1.5em;
}
table.flatresult, table.domresult {
    font-size: 0.8em;
    clear: both;
    table-layout: fixed;
    width: 99%;
    margin-right: 1%;
}
.flatresult .add_favorite, .domresult .add_favorite, .photobox .add_favorite {
    display: block;
    width: 16px;
    height: 16px;
    background: url('/img/select_star.png') 0 0 no-repeat;
    float: right;
}
.fav_cell {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 23px;
    width: 16px;
    /* height: 0px; */
    background: url('/img/select_star.png') center center no-repeat;
}
.flatresult .remove_favorite, .domresult .remove_favorite {
    display: block;
    width: 16px;
    height: 16px;
    background: url('/img/del.png') 0 0 no-repeat;
}
.groupflatresult .fav_cell.active, .flatresult .add_favorite.active, .domresult .add_favorite.active, .photobox .add_favorite.active {
    background-image: url('/img/select_star_active.png');
}
.flatresult .remove_favorite.active, .domresult .remove_favorite.active {
    background-image: url('/img/del.png');
}
div.tabposition {
    padding-left: 20px;
    clear: both;
}
.svet p {
    padding: 0.5em 5px;
    font-size: 0.8em;
}
table.groupflatresult {
    width: 98%;
    /*	font-size: 0.8em;*/
    margin: 0 2% 0 0;
}
table.groupflatresult tr:first-child td, table.flatresult tr:first-child td, table.domresult tr:first-child td {
    border-top: 0;
}
/*table.groupflatresult tr td,*/ table.flatresult tr td, table.domresult tr td {
    padding: 25px 10px 30px 5px;
    color: #333;
    vertical-align: top;
    border-top: #ece5d3 solid 3px;
}
table.groupflatresult div.mergecolumn, table.groupflatresult tr.tabhead td.mergecolumn {
    padding: 0;
    position: relative;
}
table.groupflatresult div.mergecolumn table tr td {
    border: 0;
    vertical-align: middle;
    padding: 0 10px;
}
table.groupflatresult div.mergecolumn tr.tabhead td {
    padding: 8px 0 7px 0px;
}
table.groupflatresult div.mergecolumn.multiflat {
    padding: 0 0 40px 0;
}
.gk {
    /*    float:left;
    width:35%;*/
    padding-bottom: 10px;
}
.kv {
    /*    float:left;*/
    width: 100%;
}
.gk p, .kv p {
    display: inline-block;
}
table.groupflatresult div.mergecolumn.multiflat a.flatlink {
    /*	font-size: 1.3em;*/
    color: #666;
    display: block;
    font-weight: bold;
}
table.groupflatresult div.mergecolumn.multiflat table tr:first-child td {
    border-top: 0;
}
table.groupflatresult div.mergecolumn.multiflat table tr td {
    border-top: #CCC dashed 1px;
    padding: 10px;
    vertical-align: top;
}
table.groupflatresult div.mergecolumn.multiflat table tr td.company p {
    overflow: hidden;
}
table.groupflatresult div.mergecolumn.multiflat .showallflat {
    border-top: #efe7d2 1px solid;
}
table.groupflatresult div.mergecolumn.multiflat .showallflat a {
    float: left;
    padding: 5px 10px;
    background: #efe7d2;
    text-decoration: none;
}
table.groupflatresult div.mergecolumn.multiflat .showallflat strong {
    font-size: 1.5em;
    vertical-align: middle;
}
table.groupflatresult div.mergecolumn.multiflat .showallflat span {
    text-decoration: underline;
}
table.groupflatresult tr td .gkphoto {
    width: 100%;
    height: auto;
}
table.groupflatresult tr.tabhead td, table.flatresult tr.tabhead td, table.domresult tr.tabhead td {
    color: #4780ad;
    font-weight: normal;
    border-bottom: none;
    background-color: #1b547c;
    padding: 8px 0 7px 5px;
    vertical-align: middle;
}
table.groupflatresult tr.tabhead td span, table.flatresult tr.tabhead td span, table.domresult tr.tabhead td span {
    color: #fbf5df;
    margin-right: 5px;
}
table.groupflatresult tr.tabhead td a, table.flatresult tr.tabhead td a, table.domresult tr.tabhead td a, table.groupflatresult tr.tabhead td span, table.flatresult tr.tabhead td span, table.domresult tr.tabhead td span {
    color: #fbf5df;
    margin-right: 5px;
    text-decoration: none;
    border-bottom: #88826d 1px solid;
}
tr.tabhead td a.arrow.anti-underline, tr.tabhead td span.arrow.anti-underline {
    margin-left: -5px;
}
/*table.groupflatresult tr.tabhead td a:first-child, table.flatresult tr.tabhead td a:first-child, table.domresult tr.tabhead td a:first-child, table.domresult tr.tabhead td span:first-child, table.groupflatresult tr.tabhead td a.arrow, table.flatresult tr.tabhead td a.arrow, table.domresult tr.tabhead td a.arrow, table.domresult tr.tabhead td span.arrow {
	margin-left: 0;
}*/
table.groupflatresult tr.tabhead td span, table.flatresult tr.tabhead td span, table.domresult tr.tabhead td span {
    border-bottom: 0;
}
table.groupflatresult tr.tabhead td a:hover, table.flatresult tr.tabhead td a:hover, table.domresult tr.tabhead td a:hover {
    color: #aca690;
    text-decoration: none;
}
table.groupflatresult tr.tabhead td .patina, table.flatresult tr.tabhead td .patina, table.domresult tr.tabhead td .patina {
    color: #c7bfa3 !important;
}
/*table.groupflatresult p.patina, table.flatresult p.patina, table.domresult p.patina {
	padding-top: 5px;
}*/
table.groupflatresult .patina, table.groupflatresult .patina a, table.flatresult .patina, table.flatresult .patina a, table.domresult .patina, table.domresult .patina a {
    color: #aca690 !important;
}
table.groupflatresult tr.tabhead td a.patina:hover, table.flatresult tr.tabhead td a.patina:hover, table.domresult tr.tabhead td a.patina:hover {
    color: #88826d;
}
table.groupflatresult tr.tabhead td img {
    vertical-align: middle;
}
table.groupflatresult tr td.select {
    min-width: 15px;
    text-align: center;
    border-bottom: 0;
    padding: 0.7em 0 0 0;
    overflow-x: visible;
}
table.groupflatresult h3 {
    font-family: 'fira_sansbold', sans-serif;
    /*	font-size: 1.6em;*/
    padding: 5px 0 .5em 0;
}
table.groupflatresult h3.groupname a {
    color: rgb(51, 51, 51);
}
table.groupflatresult h3.groupname a:hover {
    color: #ff4e00;
}
table.groupflatresult tr td p.street {
    font-size: 1.4em;
}
table.groupflatresult tr td.area p.s_all {
    font-size: 1.1em;
    font-family: 'pTSansBold', sans-serif;
    padding-bottom: .2em;
    color: #fb9645;
}
p.price_full {
    padding-bottom: .2em;
    font-weight: bold;
    /*	font-size: 1.3em;*/
    color: #000;
}
table.groupflatresult tr td.merge {
    padding: 1em 0;
    font-family: 'pTSansCaptionBold', sans-serif;
}
table.groupflatresult tr td.merge a {
    color: #fb9645
}
table.groupflatresult tr td.merge a:hover {
    color: #ff4e00
}
/*table.groupflatresult  div.mergecolumn.multiflat .flats_buttons {
	border-top: #efe7d2 1px solid
}*/
table.groupflatresult div.mergecolumn.multiflat .flats_buttons a {
    display: block;
    float: left;
    margin-right: 20px;
    padding: 5px 5px 5px 30px;
    /* background: #efe7d2; */
    text-decoration: none;
    text-transform: uppercase;/*    border:1px solid #aca690;
    border-radius: 25px;*/
}
.show-more-flats, .all-flats {
    background: url('/img/plus.svg') 5px center no-repeat;
    background-size: 18px;
}
/*table.groupflatresult  div.mergecolumn.multiflat .flats_buttons a:first-child {
	margin-left: 0;
}*/
table.groupflatresult div.mergecolumn.multiflat .flats_buttons a.hidden {
    display: none;
}
table.groupflatresult div.mergecolumn.multiflat .flats_buttons a strong {
    font-size: 1.5em;
    vertical-align: middle
}
/*table.groupflatresult  div.mergecolumn.multiflat .flats_buttons a span {
	text-decoration: underline
}*/
table.domresult tr td .gkphoto {
    width: 100%;
    max-width: 200px;
    height: auto;
}
/*table.domresult tr.tabhead td img {
	vertical-align: middle;
}*/
table.flatresult tr td.select {
    min-width: 15px;
    text-align: center;
    padding: 25px 0 0 0;
    overflow-x: visible;
}
table.flatresult tr.tabhead td.select {
    padding-top: 5px;
}
table.domresult tr td.select {
    min-width: 15px;
    /*	text-align: center;*/
    padding: 25px 0 0 0;
    overflow-x: visible;
}
table.domresult tr.tabhead td.select {
    padding-top: 5px;
}
table.groupflatresult h3, table.flatresult h3, table.domresult h3 {
    /*	font-size: 1.3em;*/
    padding: 0 0 .2em 0;
}
table.groupflatresult p, table.flatresult p, table.domresult p {
    padding: 0 0.5em 0 0;
    font-size: 1em;
}
table.groupflatresult p.getometro, table.flatresult p.getometro, table.domresult p.getometro {
    padding-top: 0px;
    /*	padding-left: 14px;
	margin-top: -2px;*/
    font-size: 0.9em;
    color: #999;
}
.photobox p.getometro {
    padding-top: 0px;
    /*	padding-left: 33px;
	margin-top: -2px;*/
    font-size: 0.8em;
    color: #999;
}
h3 a.marked {
    color: #fb9645;
    font-family: 'fira_sansregular', sans-serif;
    font-weight: normal;
}
h3 a.marked:hover {
    color: #ff4e00;
    font-family: 'fira_sansregular', sans-serif;
    font-weight: normal;
}
.sortby {
    /*width: 98%;
	margin-left: 1%;*/
    margin-right: 1%;
    border-bottom: solid 2px #CCCCCC;
    font-size: 0.8em;
    padding: .2em .1em .8em 15px;
    clear: both;
}
.sortby img {
    vertical-align: middle
}
.hrh3tab {
    width: 98%;
    height: 1px;
    clear: both
}
h3.nsearch {
    padding: 20px 20px 10px 20px;
    font-size: 0.9em;
}
div.frst {
    /*	float: left;*/
    font-family: 'fira_sansregular', sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #999;
    padding: 10px 20px 10px 24px;
    margin: 10px 0 5px 0;
    vertical-align: middle;
    background-color: #f0ead9;
}
.leftvertline {
    border-left: #999 1px solid;
}
div.frst img {
    vertical-align: middle;
    margin: 0 5px 0 7px;
}
div.frstln {
    font-family: 'fira_sansregular', sans-serif;
    font-size: 1.2em;
    padding: 42px 20px 0 24px;
}
div.frstln.shiftmn {
    font-family: 'fira_sansregular', sans-serif;
    font-size: 1.2em;
    padding: 62px 20px 15px 24px;
}
div.frstln h1 {
    display: inline-block;
    padding-left: 0;
    padding-top: 0;
}
div.frstln a, div.frstln span {
    white-space: nowrap;
}
table.flatresult tr td.area p.s_all, table.groupflatresult tr td.area p.s_all, table.domresult tr td.area p.s_all {
    font-size: 1.2em;
    font-family: 'pTSansBold', sans-serif;
    padding: 0;
    color: #fb9645;/*	text-decoration: underline;*/
}
table.flatresult tr.tabhead td.company, table.groupflatresult tr.tabhead td.company, table.domlatresult tr.tabhead td.company {
    font-size: 1em;
}
table.flatresult tr.tabhead td.price, table.groupflatresult tr.tabhead td.price, table.domresult tr.tabhead td.price {
    padding: .8em .2em;
    font-size: 1em;
}
table.domresult tr.tabhead td.dtype div {
    padding-left: 50%
}
table.domresult tr.tabhead td.dtype div a {
    margin-left: -17px
}
table.flatresult tr td.price p.price_full, table.groupflatresult tr td.price p.price_full, table.domresult tr td.price p.price_full {
    font-family: 'pTSansBold', sans-serif;
    font-size: 1.2em;
    color: #fb9645;
}
table.flatresult tr td.price .company, table.groupflatresult tr td.price .company, table.domresult tr td.price .company {
    padding-top: 5px;
}
table.flatresult tr td .metro_stn, table.groupflatresult tr td .metro_stn, table.domresult tr td .metro_stn {
    background: url('/img/metrostn.png') no-repeat 0 center;
    font-size: 1.1em;
    color: #3376b5;
    /*	line-height: 1.5em;*/
    padding-left: 15px;
}
.photobox .metro_stn {
    background: url('/img/metrostn.png') no-repeat 20px 0.1px;
    font-size: 0.9em;
    color: #3376b5;
    /*	line-height: 1.1em;*/
    padding-left: 35px;
}
table.flatresult tr td.merge {
    padding: 1em 0;
    font-size: 1.3em;
    font-family: 'pTSansCaptionBold';
}
table.flatresult tr td.merge a {
    color: #fb9645
}
table.flatresult tr td.merge a:hover {
    color: #ff4e00
}
.pagination {
    clear: both
}
.pagination ul {
    padding: 10px 0 0 20px;
    margin: 0;
}
.pagination ul li, .layoutpage .centralcolumn .pagination ul li {
    font-size: 1.1em;
    float: left;
    margin: 0 5px 20px 0;
    padding: 0;
    list-style: none;
}
.pagination ul li a, .pagination ul li span {
    padding: 5px 8px;
    display: block;
    background-color: #1b547c;
    text-decoration: none;
    color: #fff;
}
.pagination ul li a.arrow {
    padding: 4px 8px;
}
.pagination ul li a:hover {
    background-color: #999;
}
.pagination ul li .active {
    text-shadow: 0 1px 0 rgba(253,185,97,.9);
    background-color: #fb9645;
    font-weight: bold;
    color: #c42c10;
}
.photobox div.gk {
    padding: 15px 15px 0 20px;
    overflow: hidden;
}
.photobox div.gk img {
    margin: 0 auto;
    border: none;
    width: 100%;
    height: auto;
}
.vertcamhr .photobox div.gk img {
    border: #FFF 5px solid;
    width: 98%;
    height: auto;
}
.photobox .gk a.imglink {
    display: block;
    width: 100%;
}
.photobox .gk a.imglink:hover {
    -webkit-filter: contrast(140%);
    -moz-filter: contrast(140%);
    -o-filter: contrast(140%);
    -ms-filter: contrast(140%);
    filter: contrast(140%);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}
.photobox h3 {
    font-size: 1em;
    padding: 5px 14px 2px 20px;/*	white-space:nowrap;*/
}
.photobox p {
    font-size: 0.9em;
    line-height: 1em;
    padding: 2px 20px;
}
.nearesthouse {
    width: 98%;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;/*    white-space: nowrap;*/
}
.nearesthouse p {
    text-overflow: ellipsis;
}
@font-face {
    font-family: "Rouble";
    src: url('/css/rouble.ttf');
}
span.rur {
    font-family: "Rouble";
}
span.rur {
    color: #999999;
    font-weight: normal;
    text-transform: uppercase;/*    text-transform: none;*/
}
span.rur span {
    position: absolute;
    overflow: hidden;
    width: .45em;
    height: 1em;
    margin: .1ex 0 0 -.55em;/*    display: none;*/
}
span.rur span:before {
    content: '\2013';
}
/*result page table  finish*/

/*crop start*/

.thumbnail, .thumbnail-wrapper, .fakecrop {
    float: left;
    height: 150px;
    margin: 0 20px 0 0;
    overflow: hidden;
    width: 100%;
}
code {
    font-family: monospace;
}
/*crop finish*/

/*result home tiles start*/
.photocam {
    position: relative;
    width: 100%;
}
.def {
    position: absolute;
}
.def span {
    color: #fff;
    font-size: 0.8em;
    background-color: rgba(251,150,69,.8);
    padding: 0 5px 0 3px;
}
a.playcam {
    display: block;
    position: absolute;
    /*	min-height:100px;*/
    height: 150px;
    width: 100%;
    background: url('/img/play.png') center center no-repeat;
    opacity: 0.5;
    filter: alpha(Opacity=40);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
a.playcam:hover {
    opacity: 1;
    filter: alpha(Opacity=100);
}
/*result home tiles finish*/

/*flat house page description start*/
.allpad.resultcrem {
    position: relative;
    padding-bottom: 5em;
    padding-top: 2em;
    background: #fff url('/img/cremfon.jpg') repeat-x
}
.resultcrem .leftcolumn {
    width: 35%;
    float: left;
    position: relative;
}
.resultcrem .centralcolumn {
    width: 64%;
    float: left;
    margin-right: 1%;
}
.resultcrem .centralcolumn .incentral {
    float: left;
}
.resultcrem .specialrightcolumn, .specialrightcolumn {
    width: 30%;
    float: left;
    background-color: #FFF;/*    overflow:hidden;*/
}
.analiticpage .layoutpage .centralcolumn img, .companypage .companytext .centralcolumn img {
    max-width: 100% !important;
    height: auto !important;
}
.staticpage .specialrightcolumn {
    width: 22.5%;
    float: left;
    background-color: #FFF;
}
.specialrightcolumn h2, .staticpage .layoutpage .specialrightcolumn h2 {
    padding: 20px 20px 20px 20px;
    color: #d3c8ad;
}
.resultcrem .specialrightcolumn h3 img {
    float: left;
    padding-right: 10px;
}
.specialrightcolumn h3 {
    padding-bottom: .2em;
    padding-top: .5em;
}
.specialrightcolumn p {
    padding-top: 0;
    font-size: 0.9em;
}
.specialrightcolumn iframe {
    padding-top: 20px;
}
.resultcrem .leftcolumn .gallerybox, .gallerybox1 {
    padding: 15px 1em 0.4em 1em;
}
.resultcrem .leftcolumn .gallerybox .galleryback {
    background-color: #FFF;
}
.resultcrem .leftcolumn .mapbox {
    margin: 0.4em 1em;
    clear:both;
}
.resultcrem .leftcolumn .mapbox .mapborder {
    /*	border: #ccc solid 1em;*/
    background-color: #ccc
}
.resultcrem h1 span.colorprice {
    color: #F60;
    font-weight: bold;
    white-space: nowrap;
}
.resultcrem h1 span.onemetrprice {
    color: #999;
    font-size: 0.7em;
    white-space: nowrap;
}
.resultcrem h2.domname {
    font-family: 'fira_sanslight', sans-serif;
    padding-top: 0;
    padding-left: 52px;
    background: url('/img/icons_building_blue.gif') 20px 0 no-repeat;
}
.resultcrem h2.domname a {
    font-family: 'fira_sansregular', sans-serif;
}
.maindescribe p {
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    color: #000;
}
.maindescribe .nstrong {
    color: #999;
}
.maindescribe h3 {
    line-height: 1.5em;
}
.maindescribe h3 .addplate {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
.companynamebox .companyname {
    text-align: center;
    border: #ead49a solid 2px;
    border-radius: 10px;
    margin: 0
}
.companynamebox .companyname .prodavets {
    padding: 10px 10px 5px 10px;
    background-color: #ead49a;
    font-size: 1em;
    color: #6d6142;
}
.companynamebox .companyname h2 {
    padding: 10px;
    font-size: 1.1em;
}
.companynamebox .companyname p {
    padding: 0.3em 20px 0.5em 20px;
}
.companynamebox .companyname h2 a {
    color: #fb9645
}
.companynamebox .companyname h2 a:hover {
    color: #ff4e00
}
.contextspecitembox {
    border: #063 2px dashed;
    color: #336633;
    margin-bottom: 20px;
}
.contextspecitembox ol, .contextspecitembox ul {
    padding: 10px 40px 20px 40px;
    margin: 5px 0;
}
.contextspecitembox > div {
    padding: 10px 20px 40px;
    margin: 5px 0;
}
.contextspecitembox li {
    list-style: inherit;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
}
.contextspecitembox li span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}
.tablenamegreen {
    color: #666;
    clear: both;
}
.tablenamelinegreen {
    background-color: #669966;
    height: 2px;
    clear: both;
    border: #99b299 1px solid;
    border-bottom: none;
}
.salescompaniesbox {
    border: #ddd 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.salescompaniesbox h2 {
    color: #666;
}
.salescompaniesbox .slposition1 {
    float: left;
    width: 360px;
}
.salescompaniesbox .slposition2 {
    float: left;
    margin-top: 43px;
    border-left: #CCC solid 1px;
}
.salescompaniesbox .slcompany {
    line-height: 0.4em;
    background-color: #FFF;
    text-align: left;
}
.salescompaniesbox .allflatslink {
    display: block;
    float: left;
    font-size: 0.8em;
    padding: 2px 25px 10px 25px;
}
.salescompaniesbox .allflatshouslink {
    display: block;
    padding: 5px 25px;
    font-size: 0.8em;
}
.salescompaniesbox .allflatshouslink img, .salescompaniesbox .flatnoteforall img, .salescompaniesbox .allflatslink img, .salescompaniesbox .flatnote img {
    vertical-align: middle;
    margin-right: 5px
}
.salescompaniesbox .flatnote {
    display: block;
    font-size: 0.8em;
    padding: 2px 25px 10px 25px;
}
.salescompaniesbox .flatnoteforall {
    display: block;
    padding: 5px 25px;
    font-size: 0.8em;
}
.hypotheccompaniesbox {
    border: #ddd 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.hypotheccompaniesbox h2 {
    color: #666;
}
.hypotheccompaniesbox .hpcompanylogo {
    float: left;
    text-align: center;
    padding: 10px;
}
.hypotheccompaniesbox .hpcompanyname {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #999;
}
.breakline {
    clear: both;
    height: 10px;
}
.flatparambox {
    padding-bottom: 10px;
}
.flatparam {
    float: left;
}
.kvartquant {
    color: #1b547c;
    font-size: 1.8em;
}
.planbox {
    float: left;
    color: #000;
    background: url('/img/priceleft.png') left center repeat-y #FFF;
    border-bottom: #ede1ca 1px solid
}
.planbox a {
    display: block
}
.pricebox {
    float: left;
    border-left: #ede1ca 1px solid;
    margin-left: 10px;
}
.flatparambox h2 {
    padding-top: 2px;
    padding-bottom: 2px;
}
h2.orange {
    font-size: 1.4em;
    font-family: 'pTSansBold', sans-serif;
    color: #fb9645;
}
h2.onemetr {
    color: #999;
    font-size: 1.2em;
}
h2.whiteplan {
    font-size: 1.4em;
    padding: 14px 25px 11px 25px;
    background: url('/img/priceright.png') right center repeat-y;
}
.flatparam span {
    color: #999;
}
.contextspecitembox h1 {
    font-family: 'fira_sansbold', sans-serif;
    font-size: 1.4em;
    line-height: 1.1em;
    margin: 5px 0 30px -20px;
}
.tizerposition {
    padding-top: 25px;
    /*	float: right;
	width: 30%;*/
    margin-left: 18px;
}
.newspage .tizerposition, .analiticpage .tizerposition {
    padding-top: 0 !important;
}
.tizerbox {
    float: left;
    /*	width: 78px;
	background-color: #fff;
	border: #ede1ca solid 1px;*/
    margin-right: 5px;
}
.tizerbox a {
    display: block;
}
.tizerbox .tizerlink {
    text-align: center;
    padding: 0 5px 10px 10px;
}
.optionbox {
    float: left;
    width: 200px;
    margin: 45px 0 0px 15px;
}
.optionbox a {
    display: block;
    vertical-align: text-bottom;
    text-decoration: none;
}
.optionbox img {
    float: left;
    height: 15px;
    margin-right: 12px;
}
.optionbox .optinlink {
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 20px 5px 15px;
    height: 22px;
    border-radius: 10px;
}
.optionbox .optinlink.camlink {
    background: url('/img/camback.jpg') center center no-repeat #000;
    color: #fff;
}
.optionbox .optinlink.fz214link {
    background: url('/img/icon78_fz.png') left center no-repeat #FFF;
}
.optionbox .optinlink.planlink {
    padding-left: 110px;
    background: url('/img/kvback.jpg') no-repeat 0 center #FFF;
}
.gallerybox a {
    display: block;
}
.imgarrow_right {
    display: block;
    background: url('/img/img_right_arrow.png') no-repeat center rgba(0,0,0,.3);
    width: 30px;
    height: 110px
}
.imgarrow_left {
    display: block;
    background: url('/img/img_left_arrow.png') no-repeat center rgba(0,0,0,.3);
    width: 30px;
    height: 110px
}
.imgarrow_right:hover, .imgarrow_left:hover {
    background-color: rgba(0,0,0,.5);
}
.photoscroll {
    display: none;
}
.miniphoto {
    display: block;
    width: 24%;
    margin-left: 1%;
    margin-bottom: 3px;
    height: 110px;
    float: left;
    overflow: hidden;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
}
.miniphoto a {
    display: block;
    /*	width: 10000em;
	margin-left: -5000em;*/
    width: 100%;
}
.miniphoto img {
    display: block;
    height: 110px;
    width: auto;
    margin: 0 auto;/*	padding-left: 110px;*/
}
.plantizfon {
    width: 100%;
    height: 78px;
    background: url('/img/kvback.jpg') no-repeat center;
    margin-bottom: 5px
}
.centralcolumn .fullflatlist, .centralcolumn .fullflatlist {
    padding: 0.5em 0 1em;
}
.centralcolumn .fullflatlist ul li a {
    background: url('/img/kvlist.png') no-repeat left;
    padding-left: 25px;
}
.centralcolumn .fullflatlist h3 {
    padding-bottom: 0.3em
}
img.comlogo_h {
    height: 60px;
    width: auto;
    margin: 6px 8px 0 20px;
}
.centralcolumn .fullflatlist ul {
    padding-right: 0
}
.centralcolumn .fullflatlist ul li {
    list-style-type: none;
    margin: 5px 0 5px 0;
    padding: 7px 10px 10px 0;
}
.centralcolumn p.adressinline {
    padding-top: 0;
    padding-bottom: 5px
}
.centralcolumn .fullflatlist table.flatresult {
    font-size: 0.8em;
    margin-top: 15px;
    /*	margin-left: 2em;*/
    width: 95%
}
.centralcolumn .fullflatlist table.flatresult tr td {
    padding: 5px 5px 5px 5px;
    border-bottom-width: 2px
}
.centralcolumn .fullflatlist table.flatresult tr:hover {
    background-color: #efefef;
    cursor: pointer
}
.centralcolumn .fullflatlist table.flatresult tr.tabhead td {
    background-color: #efe7d2;
    padding: 5px 5px 5px 5px;
    color: #666
}
.centralcolumn ul.districthouselist li {
    padding: 2px 20px 5px 5px;
    margin-left: 32px;
    list-style-type: none;
    list-style-image: url(/img/icons_building_blue.gif)
}
.centralcolumn ul.districthouselist li h3 {
    padding: 15px 20px 0 0;
}
.centralcolumn ul.districthouselist li p {
    padding: 5px 20px 10px 0;
}
/* flat house page description finish*/

#layout-search-results {
}
.allpad.topformbox.mback {
    padding: 0;
    width: 100%;
    z-index: 11;
}
.topformbox.oneback {
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 11;
}
/*#layout-search-results .allpad.topformbox + .allpad.topformbox > div {
	margin-left: 2%;
}*/
.allpad.topformbox div.leftshift {
    padding-left: 2%;
}
#layout-search-results .allpad.topformbox + .allpad.topformbox .mainform .searchbox {
    height: 80px;
}
#layout-search-results .allpad.topformbox + .allpad.topformbox .exformbox {
    float: none;
    background: url('/img/btmformbg_true.png') center bottom repeat-x;
    width: 100%;
}
/* header trans animated start*/

#layout-search-results .allpad.topformbox + .allpad.topformbox .exformbox.af-header {
}
/*Transitions and class for reduced height */
#layout-search-results .allpad.topformbox + .allpad.topformbox .exformbox.af-header.af-header-shrink {
    height: 0;
}
/* header trans animated finish*/

/* news pages start*/
.newspage {
    padding-top: 20px;/*	background: url('/img/cremfon.jpg') repeat-x top;*/
}
.newspage h1 {
    padding-top: 30px;
}
.newspage h1.onenews, .analiticpage h1.onenews, .staticpage h1.onenews {
    padding-top: 0.2em;
    font-size: 2.2em;
    color: #a87000;
}
.bignews h2 {
    font-size: 1.8em;
    padding: 3px 8px 8px 20px;
}
.bignews p {
    padding: 3px 45px 1em 20px;
    line-height: 1.3em;
}
.bignews img {
    max-width: 700px;
}
.bignews .newspict {
    float: left;
    background-color: #eee;
    margin-right: 20px;
    padding: 10px;
    margin: 3px 2em 1em 20px;
}
.bignews .newspict figcaption {
    color: #666;
    margin: 0;
    padding: 10px 0 5px 0;
}
.bignews ul, .bignews ol {
    padding: 5px 20px 15px 20px;
}
.bignews ul li {
    font-size: inherit;
    padding: 2px 20px 5px 20px;
    list-style: circle inside;
}
.bignews ol li {
    font-size: inherit;
    padding: 2px 20px 5px 20px;
    list-style: decimal inside;
}
.bignews table {
    margin: 10px 20px;
    border: 2px solid #1b547c;
}
.bignews table td {
    padding: 5px;
}
.bignews table th {
    padding: 5px;
    background-color: #efefef;
}
.newspage .newstizerbox {
    padding: 15px;
}
/*.newspage .stroynewslist h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 5px 10px 0 20px;
}*/
.newspage .stroynewslist .newspic {
    float: left;
    padding: 0 10px 10px 0;
}
.newsdatespecial {
    color: #999;
    font-size: 0.9em;
    padding: 10px 20px 0 20px;
    clear: both;
}
.newsdata {
    color: #999;
    font-size: 0.9em;
    padding: 10px 20px 0 20px;
    clear: both;
}
.newspage .nednewslist p {
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 3px 10px 5px 20px;
}
.newspage .newstizerbox .newstizer {
    width: 20%;
    float: left;
}
.newspage .newstizerbox .newstizer div.lay {
    padding: 5px;
    position: relative;
}
.newspage .newstizerbox .newstizer div.lay div.laybg {
    background-color: rgba(0,0,0,.6);
    background: linear-gradient(to top, rgba(0,0,0,.8), rgba(27,84,124,.4));
    position: absolute;
    bottom: 3px;
    margin: 5px;
    padding: 0.5em 1.5em 0.2em 1.5em;
    left: 0;
}
.newspage .newstizerbox .newstizer div.lay div.laybg div.newspubdata {
    font-size: 0.7em;
    color: #deaf54;
    padding: 5px 0
}
.newspage .newstizerbox .newstizer div.lay div.laybg a {
    overflow: hidden;
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    line-height: 1.2em;
}
.newspage .newstizerbox .newstizer div.lay div.laybg a:hover {
    color: #ffeba6;
}
.morenews, .newspage .nednewslist p.morenews, .newspage .newslist p.morenews {
    background: url('/img/arrow_blue_right.png') 16px center no-repeat;
    padding: 0 0 0 34px;
    margin: 40px 0;
}
.breadcrumbs {
    /*	background: url('/img/arrow_gray_right_long.png') 22px 25px no-repeat;*/
    padding-left: 47px;
    margin-left: -32px;
    padding-top: 25px;/*	position: absolute;
	top:30px;*/
}
.breadcrumbs div {
    padding-left: 6px;
}
.breadcrumbs div a {
    font-size: 1.2em;
    border: 1px solid;
    padding: 8px 17px;
    border-radius: 29px;
    margin: 2px 0;
    text-decoration: none;
    display: inline-block;
}
.breadcrumbs div a:hover {
    color: #524c39;
}
.breadcrumbs div .bc_arrow {
    background: url('/img/arrow_gray_right.png') center center no-repeat;
    padding: 0 2px;
}
.nedvizhnewslist {
    float: left;
    width: 65%;
}
/*.stroynewslist {
	float: left;
}*/
.newspage .specialrightcolumn {
    float: right;
    width: 22.5%;
    margin-left: 15px;
}
.newspage.archive .specialrightcolumn {
    width: 33%;
}
.nednewslist {
    float: left;
    width: 34%;
    padding-right: 1%
}
.newslist p {
    padding: 3px 20px 10px;
}
.newsspecialbox {
    float: left;
    width: 32%;
    padding-right: 3%;
}
.newsspecialbox .spec_h {
    width: 100%;
    float: left;
    min-height: 120px;
    background: #FFF;
    border: #FC9 solid 1px;
    margin: 0.5em;
}
.newsspecialbox .spec_h h3 {
    padding: .5em 0 .6em .6em;
}
.newsspecialbox .spec_h p {
    padding-top: 0;
    font-size: 0.9em;
}
.newsspecialbox .spec_h img {
    float: left;
    margin: .1em .5em .2em 0;
}
.newsspecialbox .spec_h img {
    float: left;
    margin: .1em .5em .2em 0;
}
.newspage .bignews p.pubdata, .analiticpage .centralcolumn p.pubdata, .staticpage .centralcolumn p.pubdata {
    color: #999;
    padding-bottom: 0;
    padding-top: 10px;
    font-size: 1em
}
/* news pages finish*/

/* analitic page start */
.analiticpage {
    padding-top: 1em;/*	background: url('/img/cremfon.jpg') repeat-x top;*/
}
.analiticpage .analitictile {
    float: left;
    height: 300px;
    overflow: hidden
}
.analiticpage .analitictile h3 {
    padding-bottom: 0
}
.analiticpage .analitictile p {
    font-size: 0.8em;
    padding-top: 0.5em;
    color: #666
}
.analiticpage .analitictile img {
    width: 100%;
    height: 100px
}
.analiticpage .analiticmenu {
    font-size: 1.1em;
    padding: 20px;
}
.analiticpage .analiticmenu li {
    padding: 7px 0;/*	list-style: decimal-leading-zero inside;*/
}
.analiticpage .analiticmenu li a.active {
    font-weight: bold;
    text-decoration: none;
}
.analiticpage .layoutpage {
    position: relative;
    min-width: 760px;
}
.analiticpage .layoutpage h2 {
    padding: 25px 20px 10px 20px;
    clear: both;
    color: #666;
}
.analiticpage .layoutpage .newsspecialbox h2 {
    padding: 25px 20px 0 20px;
    clear: both;
    color: #dea524;
}
.analiticpage .layoutpage h2 .txtthin {
    font-family: 'fira_sanslight', sans-serif;
    font-weight: normal;
}
.analiticpage .analitictile h3 a {
    display: block;/*	text-decoration: none;*/
}
.analiticpage .analitictile div.laybg {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.analiticpage .analitictile div.laybg img {
    /*	width: auto;*/
    max-width: 100%;
    height: auto;
}
.analiticpage .analitictile div.laybg div.pubdata {
    background-color: rgba(0,0,0,.4);
    position: absolute;
    width: 100%;
    height: 14px;
    bottom: 5px;
    font-family: 'pTSansRegular', sans-serif;
    font-size: 0.6em;
    color: #fff;
    padding: 4px;
    line-height: 14px;
    left: 0;
}
.centralcolumn .reszpict {
    float: left;
    background-color: #eee;
    margin-right: 20px;
    padding: 10px;
    margin: 3px 2em 1em 20px;
}
.centralcolumn .reszpict figcaption {
    color: #666;
    margin: 0;
    padding: 10px 0 5px 0;
}
.analiticpage .analitictile div.laybg img.poplable {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 5px;
    right: 0;
    z-index: 2;
}
/* analitic page finish */

.centralcolumn ul, .centralcolumn ol {
    padding: 5px 20px 15px 20px;
}
.centralcolumn ul > li {
    font-size: inherit;
    padding: 2px 20px 5px 5px;
    list-style: circle outside;
    margin-left: 20px;
}
.centralcolumn ul > li ul li {
    list-style: none inside;
}
.centralcolumn ol > li {
    font-size: inherit;
    padding: 2px 20px 5px 5px;
    list-style: decimal outside;
    margin-left: 20px;
}
.centralcolumn table {
    margin: 10px 20px;
    border: 2px solid #1b547c;
}
.centralcolumn table td {
    padding: 5px;
}
.centralcolumn table td p {
    padding: 0 0 5px 0;
}
.centralcolumn table th {
    padding: 5px;
    background-color: #efefef;
}
.fullitem table {
    margin: 10px 20px;
    border: 2px solid #c6d5de;
}
.fullitem table td {
    padding: 5px;
}
.fullitem table td p {
    padding: 0 0 5px 0;
}
.flatslistbytype {
/*	padding-left: 25px;*/
}
.flatslistbytype table {
    margin: 0;
    border: none;
    background-color: #f5f5f5;
}
/* company list search result start*/

.camfilterbox div select {
    font-size: 0.9em;
    padding: 1px 4px 1px 4px;
    width: 10em;
}
.companypage {
/*	padding-top: 2em;*/
/*	background: url('/img/cremfon_short.jpg') repeat-x #FFF*/
}
.companylist {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-count: 1;
    column-gap: 1em;
    padding: 20px 0px 10px 35px;
    /*	border-top: #999 1px solid;*/
    clear: both;
}
.companylist.whiteback {
    background-color: #FFF;
    padding: 3% 0 3% 5%;
}
.companylist .tabitem {
    display: table;
    width: 100%;
    padding: 10px 0 0;
    break-inside: avoid;
    min-height: 50px;
    border-bottom: solid 1px #f0ead9;
}
.companylist .tabitem h2 {
    padding: 5px 10px 0 0;
    font-size: 1.1em;
}
.companylist .tabitem a.clog {
    display: table-cell;
    vertical-align: top;
    width: 140px;
}
.companylist .tabitem a.clog img {
    width: auto;
    height: auto;
    max-height: 60px;
    max-width: 70px;
    vertical-align: middle;
    padding: 0 15px 12px 0;
}
.namecell {
    display: table-cell;
    vertical-align: top;
    width: 50%
}
.companytext .rubrica {
    font-size: 0.9em;
    padding: 5px 0 0 inherit;
}
.companylist .rubrica {
    display: inline-block;
    font-size: 0.9em;
    padding: 5px 0 0 0;
}
.companylist .rubrica, .companytext .rubrica a {
    color: #999;
    padding: 0;
    background-color: #fbf5df;
    text-decoration: none;
}
.companylist .rubrica:hover, .companytext .rubrica a:hover {
    color: #666;
    text-decoration: none;
}
.companylist div.caddress {
    line-height: 1.3em;
    padding: 10px 20px 20px 20px;
}
.companylist div.caddress a {
    line-height: 1.5em;
}
.companylist .tabitem button {
    color: #864d19;
    font-size: 1.1em;
    font-weight: normal;
    background: #e9d6b7;
    background-clip: padding-box;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 1px 0 rgba(0,0,0,.3), 0 2px 1px -1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.9);
    padding: 5px 8px;
}
.companytext {
    padding-top: 20px;
}
.companytext .fullitem {
    min-height: 350px;/*	padding-right: 5%*/
    position: relative;
    background-color: rgba(255,255,255,1.00);
}
.companytext .addressblock {
    background-color: #FFF;
    padding: 40px 0 0 0;
    position: relative;
}
.companytext h1 {
    font-size: 2.2em;
}
.cheadbox {
    margin-right: 210px;
    text-align: left;
    height: 100px;
}
.cheadbox h1 {
    padding-top: 0;
    padding-bottom: 0;
}
.companytext .companymapbox {
    padding: 2em 0 2em 20px;/*	min-height:200px;*/
}
.companytext .companymapbox .companymap {
    height: 200px;
    width: 300px;
    float: left;
    padding-right: 20px;
}
.companytext .comaddress {
/*	position:relative;
	margin-left:300px;*/
}
.companytext .comaddress p {
    padding: 3px 20px;
    font-size: 1.1em;
}
.companytext .cologo {
    text-align: center;
    background-color: #FFF;
    position: absolute;
    padding: 0 10px;
    right: 0;
    top: 0;
    height: 120px;
    width: 200px;
}
.companytext .cologo img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.companytext .colink {
    font-size: 1.1em;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
}
.companylist .tabitem .colink {
    font-size: 1em;
    display: table-cell;
    font-weight: normal;
    padding: 10px 20px 10px 3px;
    vertical-align: top;
    width: 30%;
    box-sizing: border-box;
}
.companylist .colink img, .companytext .colink img {
    vertical-align: baseline;
    margin: 0 0 -2px 0
}
.companytext .colink a, .companylist .colink a {
    padding-right: 5px;
    color: #999;
}
.companysocialbox a {
    height: 20px;
    width: 20px;
    margin-top: 10px;
    display: inline-block;
    overflow: hidden;
    background: url('/img/social_icons.png') left top no-repeat #f2ebd2;
    text-decoration: none;/*	-webkit-border-radius: 3px;
	border-radius: 3px;*//*	-webkit-box-shadow: -1px 1px 0 0 rgba(13,27,41,0.5);
	box-shadow: -1px 1px 0 0 rgba(13,27,41,0.2);*/
}
.companysocialbox a.s_vk {
    background-position: left 0;
}
.companysocialbox a.s_vk:hover {
    background-position: -30px 0;
}
.companysocialbox a.s_fb {
    background-position: left -25px;
}
.companysocialbox a.s_fb:hover {
    background-position: -30px -25px;
}
.companysocialbox a.s_linkd {
    background-position: left -100px;
}
.companysocialbox a.s_linkd:hover {
    background-position: -30px -100px;
}
.companysocialbox a.s_inst {
    background-position: left -50px;
}
.companysocialbox a.s_inst:hover {
    background-position: -30px -50px;
}
.companysocialbox a.s_twit {
    background-position: left -175px;
}
.companysocialbox a.s_twit:hover {
    background-position: -30px -175px;
}
.companysocialbox a.s_gplus {
    background-position: left -75px;
}
.companysocialbox a.s_gplus:hover {
    background-position: -30px -75px;
}
.companysocialbox a.s_telegram {
    background-position: left -200px;
}
.companysocialbox a.s_telegram:hover {
    background-position: -30px -200px;
}
.companysocialbox a.s_youtube {
    background-position: left -225px;
}
.companysocialbox a.s_youtube:hover {
    background-position: -30px -225px;
}
.companytext ul {
    padding: 0 10px;
    margin-left: 10px;
}
.companytext ul li {
    padding: 10px 0;
    list-style: circle;
}
ul.companyobjects, ul.districtobjects {
    padding: 0 0 0 20px;
    margin: 0;
}
ul.companyobjects li, ul.districtobjects li {
    float: left;
    width: 150px;
    height: 145px;
    overflow: hidden;
    display: block;
    list-style: none;
    padding: 0 5px 0 0;
}
ul.districtobjects li {
    height: 165px;
    padding: 0 5px 0 0;
}
ul.companyobjects li img, ul.districtobjects li img {
    width: 145px;
    height: 80px;
    display: block;
    margin-bottom: 5px;
}
ul.companyobjects li a, ul.districtobjects li a {
    display: block;
    font-size: 1em;
    margin-top: 5px;
}
ul.companyobjects li.li_clear, ul.districtobjects li.li_clear {
    clear: both;
    float: none;
    height: 0;
    padding: 0;
    margin: 0
}
ul.companyobjects li a.allobjects {
    background-color: #2d70c3;
    font-size: 1.4em;
    font-weight: bold;
    width: 130px;
    height: 65px;
    color: #d5e2f3;
    text-decoration: none;
    padding: 15px 5px 0 10px;
    letter-spacing: 1px;
}
ul.districtobjects li p {
    font-size: 0.8em;
    margin: 0;
    padding: 0 0 10px 0;
    color: #ccc;
}
.domnewslist {
    float: none;
    width: 100%;
}
.companynewslist {
    float: right;
    background: #fbf3de; /* Old browsers */
    background: -moz-linear-gradient(top, #fbf3de 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbf3de 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbf3de 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf3de', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
    width: 40%;
    padding-right: 10px;
}
.companynewslist ul, .domnewslist ul {
    padding: 5px 10px 25px 20px;
    margin: 0;
}
.companynewslist ul li {
    list-style: none;
    padding: 5px 0 15px 0;
}
.domnewslist ul li {
    list-style: none;
    padding: 5px 0 10px 0;
    margin-left: 0;
}
.newsdatacm {
    color: #999;
    font-size: 0.9em;
}
/* company list search result finish*/

/* favorites page start*/
.favorittabsbox {
    padding-top: 17px
}
.favorittab {
    float: left;
}
li.ui-state-default.favorittab, .ui-widget-content li.ui-state-default.favorittab, .ui-widget-header li.ui-state-default.favorittab {
    padding: 0;
}
.favorittab.ui-state-default, .ui-widget-content .favorittab.ui-state-default, .ui-widget-header .favorittab.ui-state-default {
    color: #4780ad;
    font-size: 1.3em;
    background: none;
    text-shadow: none;
}
.ui-state-focus a {
    outline: none !important;
}
.favorittab.ui-state-default a, .ui-widget-content .favorittab.ui-state-default a, .ui-widget-header.favorittab.ui-state-default a {
    display: block;
    padding: 8px 36px;
    border-top: #1b547c solid 1px;
    border-right: #1b547c solid 1px;
    border-left: #1b547c solid 1px;
    border-bottom: none;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.favorittab .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    box-shadow: none;
}
.favorittab.ui-state-active, .ui-widget-content .favorittab.ui-state-active, .ui-widget-header .favorittab.ui-state-active {
    color: #fbf5df;
    font-size: 1.3em;
    background: none;
}
.favorittab.ui-state-active a, .ui-widget-content .favorittab.ui-state-active a, .ui-widget-header .favorittab.ui-state-active a {
    display: block;
    color: #fbf5df;
    background-color: #1b547c;
    text-decoration: none
}
.favorittab a:hover {
    background-color: #f68b1f;
    color: #1b547c
}
.favorittab.ui-state-active a:hover, .ui-widget-content .favorittab.ui-state-active a:hover, .ui-widget-header .favorittab.ui-state-active a:hover {
    color: #fbf5df
}
/* favorites page finish*/

/* static page start*/
.staticpage {
    padding-top: 1em;/*	background: url('/img/cremfon.jpg') repeat-x top;*/
}
.staticpage .layoutpage {
    position: relative;
    min-width: 760px;
}
.staticpage .layoutpage h2 {
    padding: 25px 20px 0 20px;
    clear: both;
    color: #666;
}
/* static page finish*/
.tagbox a {
    background-color: #f2ebd2;
    display: inline-block;
    text-decoration: none;
    /*	-webkit-border-radius: 15px;
	border-radius: 15px;*/
    padding: 2px 8px 3px;
    margin: 3px 5px 3px 0;/*	-webkit-box-shadow: -1px 1px 0 0 rgba(13,27,41,0.5);
	box-shadow: -1px 1px 0 0 rgba(13,27,41,0.2);*/
}
.chosen-container .chosen-results {
    max-height: 226px !important;
}
/*@-webkit-keyframes around {
  0% {
    -webkit-transform :rotate(0deg);
  }
  100% {
    -webkit-transform :rotate(359deg);
  }
}

@-webkit-keyframes along {
    0% {
        left: 0;
        top: 5px;
    }
    5% {
        top: 3px;
    }
    10% {
        top: 5px;
    }
    15% {
        top: 3px;
    }
    20% {
        top: 5px;
    }
    25% {
        top: 3px;
    }
    30% {
        top: 5px;
    }
    35% {
        top: 3px;
    }
    40% {
        top: 5px;
    }
    45% {
        top: 3px;
    }
    50% {
        left: 100%;
        top: 5px;
    }
    100% {
        left: 100%;
    }
}
*/
.companynamebox .companyname .newton-phone {
    padding: 25px 20px;
    font-size: 1.3rem;/*padding-top: 10px;*/
}
.companynamebox .companyname .newton-phone > div {
    padding: .75rem;
    text-align: center;
    color: #532d0b;
    background-color: #ff9900;
    font-size: 1.3rem;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0,0,0,.3), 0 2px 1px -1px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.5) inset;
}
.companynamebox .companyname .newton-phone > div:hover {
    background-color: #ff9000;
    cursor: pointer;
}
.companynamebox .companyname .newton-phone > div:active {
    background-color: #d68000;
    color: #663300;
    position: relative;
    top: 1px;
    box-shadow: 0 1px 1px rgba(0,0,0,.3) inset;
}
.rs_tabl {
}
.rs_row {
    width: 100%;
    position: relative;
    border-bottom: rgba(236,229,211,1.00) solid 1px;
    border-radius: 5px;
    margin: 5px 0;
    padding: 10px 5px 5px 5px;
    box-sizing: border-box;
    background-color: rgba(236,229,211,0.50)
}
.rs_row:hover {
    background-color: rgba(236,229,211,1);
    cursor: pointer;
}
.rs_row div {
    padding: 5px
}
.fl_cell {
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px
}
.m_cell {
    float: left;
    width: 40%;
}
.price_cell {
    float: left
}
.c_cell {
    float: left
}
/*.fav_cell {
    float: right
}*/
.s_all {/*font-size: 1.3em;*/
    color: #000;
    font-weight: bold;
}
.one_house_group {/*border: #ece5d3 solid 1px;*/
    padding: 30px 5px;
    margin: 5px 0; /*background-color:#fff*/
}
.all-flats {
}
.sharebtn {
    padding: 2px;
    line-height: 0.8em;
    background-color: rgba(236,229,211,0.50);
    background-clip: padding-box;
    border-radius: 29px;
    border: 0;
    display: inline-block;
    margin-left:20px;
    margin-top:20px;
    cursor:pointer;
}
.sharebtn img {
    width: 35px;
    float: left
}
.sharebtn div {
    float: left;
    padding: 12px 20px 0 10px;
    font-size: 1em;
    color: #1b547d;
    text-transform:uppercase;
}
ul.ya-share2__list {
    padding: 10px 20px;
}
.maindescribe  ul.ya-share2__list {
    padding: 0px 10px;
}
ul.ya-share2__list li {
    padding: 10px 0;
}
.phonelink a {
    display:none;
}
.phonelink span {
    display:inline-block;
}