@import url('https://fonts.googleapis.com/css?family=Roboto');

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, tt, var, u, i, center,
fieldset, form, label, legend,
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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family:'Roboto', Arial, sans-serif;
	line-height:1.4;
	font-size:14px;
	background-color:#fff;
}

textarea:focus, input:focus{
	outline: none;
}

a {
	color:#0073C4;
	text-decoration:none;
}

h1 {
	font-size:34px;
	font-weight:bold;
	margin-bottom:20px;
}

h2 {
	font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
}

h3 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}

h4 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

p {
	margin-bottom:10px;
}

.wrapper {
	width:100%;
	min-width:320px;
}

.header {
	height:112px;
	width:1120px;
	margin:0 auto;
	position:relative;
}

.header .phone {
	font-size:24px;
	font-weight:bold;
	padding-top:18px;
	width:270px;
	height:70px;
}
.header .phone .lg {
	background-image: url(../images/logosite.png);
	background-repeat: no-repeat;
	width:60px;
	height:70px;
	background-size: cover;
	float: left;

}
.phone span {
	font-weight:normal;
}

.header .logo {
	width:390px;
	position:absolute;
	top:32px;
	left:50%;
	margin-left:-195px;
	text-align:center;
	line-height:1.6;
}
.logo{
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.header .email {
	font-size:18px;
	position:absolute;
	top:46px;
	right:130px;
}

.header .login {
	font-size:18px;
	position:absolute;
	top:40px;
	right:0px;
}

.header .login button {
	background-color:#DADBE0;
	color:#055d9a;
	border-radius:8px;
	border:0;
	font-size:16px;
	width:88px;
	text-align:center;
	padding:10px;
	cursor:pointer;
}

.header .login button:hover {
	color:#fff;
	background-color:#0095FF;
}

.precontent-wrapper {
	min-height:140px;
	background-color:#131D30;
	position:relative;
}

.precontent-content {
	position:relative;
	width:1120px;
	margin:0 auto;
	padding-bottom:20px;
	min-height:140px;
	background-image:url('../images/precontent.svg');
	background-position:right;
	background-repeat:no-repeat;
	color:#fff;
}

.precontent-content.profile {
	background-image:url('../images/profile.svg');
}

.precontent-content .select-city .jq-selectbox__select {
	/*
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	*/
}

.precontent-content .select-district .jq-selectbox__select {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

.profile-form label {
	display:block;
	margin-top:10px;
	color:#77797D;
	font-size:11px;
}

.profile-form .input__label--hoshi::after {
	margin-top: -3px;
}

.profile-form .input__label--hoshi::after {
	max-width:250px;
}

.profile-form span.red {
	color:#E30021;
	font-size:16px;
	display:inline-block;
	margin-left:-12px;
	width:12px;
	position:absolute;
}

.profile-form a {
	font-size:14px;
}

.profile-form input[type="text"] {
	font-size:17px;
	border:0;
	border-bottom:2px #AAACB2 solid;
	background-color:#fff;
	width:100%;
	max-width:250px;
	padding-bottom:5px;
	margin-bottom:20px;
	display:block;
}

.profile-form input[type="text"].error-phone {
	border-bottom-color:#E30021;
}

.error-text {
	color:#E30021;
	font-size:12px;
	margin-top:-16px;
	margin-bottom:20px;
}

.profile-form .input-wide input[type="text"] {
	max-width:350px;
}

.profile-form .input-wide .input__label--hoshi::after {
	max-width: 350px;
}

.profile-form input[type="text"].input-xwide {
	max-width:410px;
}

.profile-form input[type="text"].input-xwide:hover {
	border-bottom-color:#0073C4;
}

.profile-form input[type="text"].spaceafter, .spaceafter {
	margin-bottom:50px;
}

.social-h3 {
	color:#000;
	margin-left:-30px;
	margin-bottom:20px;
	margin-top:30px;
}

.profile-left {
	width:30%;
	min-height:200px;
	float:left;
	text-align:center;
	padding-top:30px;
}

.profile-right {
	width:70%;
	min-height:200px;
	float:left;
	padding-top:30px;
}

.map-wrapper {
	height:210px;
	overflow:hidden;
}

.precontent-content h2 {
	font-size:40px;
	margin-bottom:0;
}

a.back-to {
	font-size:14px;
	color:#717783;
	padding-left:30px;
	background-image:url('../images/arrow.svg');
	background-position:left 36px;
	margin-bottom:12px;
	background-repeat:no-repeat;
	padding-top:35px;
	display:block;
}

.search-content-left {
	color:#fff;
	/*width:calc(100% - 380px);
	float:left;*/
	margin-right:25px;
}

.search-content-left h4 {
	color:#828794;
	font-size:14px;
	margin-bottom:0px;
	font-weight:normal;
}

.search-content-right {
	padding: 15px;
	/*
	float: right;
	*/
	background-color: #ccc;
	border-radius: 8px;
	padding-left: 35px;
	position: absolute;
	color: #000;
	right: 0;
	top: 25px;
}

.search-content-right > h3 {
	margin-bottom:0px;
	font-size: 20px;
}

.select-profile {
	width:200px;
}

.select-profile option span {
	display:inline-block;
	width:25px;
	height:25px;
	background-color:#E30021;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}

.select-profile .jq-selectbox__select {
	background-color:#DADBE0;
}

a.add-object {
	position:absolute;
	width:50px;
	height:50px;
	top:4px;
	left:-25px;
}

.add-object-form input[type="text"] {
	font-size:17px;
	border:0;
	border-bottom:2px #AAACB2 solid;
	background-color:#fff;
	width:100%;
	max-width:290px;
	padding-bottom:5px;
	margin-bottom:15px;
}

.add-object-form button, .profile-form button {
	background-color:#0073C4;
	border-radius:6px;
	padding:10px;
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	border:0;
	font-size:15px;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
}

a.add-photo {
	display:block;
	margin-top:10px;
}

a.add-photo img {
	vertical-align:-4px;
	margin-right:5px;
}

.add-object-form p {
	margin-bottom:5px;
	color:#77797D;
}

.add-object-form p {
	font-size:11px;
}

.select-region {
	min-height:68px;
	width:100%;
	padding-top:39px;
	border-bottom:1px #4f5666 solid;
}

.select-type {
	/*
	padding-top:28px;
	padding-bottom:20px;
	*/
	padding-top:10px;
	padding-bottom:00px;
}

img.corner {
	position:absolute;
	width:64px;
	height:21px;
	bottom:-21px;
	left:48%;
	margin-left:-10px;
}

.mtop15 {
	margin-top:15px;
}

ul.u-select {
	list-style:none;
	margin:0;
	padding:0;
	padding-top:12px;
}

ul.u-select li {
	display:inline-block;
	background-color:#1E2C47;
	border-radius:8px;
	padding:5px 10px;
	margin-right:10px;
	margin-bottom:10px;
}

ul.u-select li:hover {
	background-color:#0095FF;
}

ul.u-select li:hover span {
	color:#fff;
}

ul.u-select a.remove-x {
	display:none;
}

ul.u-select li.checked span{
	display:none;
}

ul.u-select li.checked a.remove-x{
	margin-left:15px;
	display:inline-block;
}

ul.u-select li.checked {
	background-color:#0073C4;
}

ul.u-select li.checked:hover {
	background-color:#0095FF;
	text-decoration:line-through;
}

ul.u-select li a {
	color:#fff;
}

ul.u-select li.empty a {
	color:#4f5666;
}

ul.u-select li span {
	font-size:12px;
	color:#4f5666;
	padding-left:12px;
	padding-right:5px;
}

.select-region ul.u-select {
	display:inline-block;
	margin-left:12px;
	padding-top:0;
	margin-bottom: 20px;
	vertical-align:middle;
}

.select-region ul.u-select li {
	margin-bottom:0;
	height: 40px;
	font-size: 120%;
	line-height: 2.4;
	padding: 5px 15px;
}

.select-district {
	margin-left:10px;
	width:188px;
	margin-bottom: 20px;
}

.select-city {
	width:188px;
	margin-bottom: 20px;
}

.sorting {
	margin-top:0px;
}

sup {
	font-size:12px;
}

.sort-by ul {
	margin:0;
	padding:0;
	list-style:none;
}

.sort-by ul li {
	display:inline-block;
	margin-right:25px;
	padding-right:20px;
}

.sort-by ul li.active a, .sort-by ul li a:hover {
	color:#0073C4;
}

.search-result {
	text-align:center;
	margin-top:-22px;
	font-size:16px;
}

.sort-by ul li.active  {
	background-image:url('../images/sort.svg');
	background-position:right;
	background-repeat:no-repeat;
}

.sort-by ul li a {
	color:#717783;
}

.content-inside {
	margin-top:45px;
	padding-bottom:30px;
}

.content {
	width:1120px;
	margin:0 auto;
	margin-top:45px;
	position:relative;
	padding-bottom:40px;
}

.content-left {
	width:256px;
	min-height:200px;
	float:left;
	position:relative;
}

ul.object-reports {
	list-style:none;
	padding-left:50px;
	margin-top:30px;
}

ul.object-reports li {
	padding-left:40px;
	padding-bottom:18px;
	background-image:url('../images/pdf.svg');
	background-position:left 0px;
	background-repeat:no-repeat;
	padding-top:3px;
}

ul.object-reports li a {
	font-size:18px;
}

.content-right {
	width:calc(100% - 306px);
	min-height:200px;
	float:left;
	position:relative;
	margin-right:20px;
	font-size:16px;
	margin-left:30px;
}

.content-right h2, .content-right h3 {
	font-weight:normal;
}

.object-gallery {
	margin-top:40px;
}

.object-gallery-item {
	display:inline-block;
	float:left;
	width:150px;
	height:134px;
	margin-right:15px;
	margin-bottom:15px;
}

.object-gallery > div:nth-child(5n) {
	margin-right:0;
}

.object-gallery-item a img {
	border-radius:8px;
}

.object-contact {
	margin-top:50px;
	padding-top:50px;
	border-top:1px #DADBE0 solid;
}

.object-contact-form {
	padding:0px;
	border-radius:8px;
	border:2px #DADBE0 solid;
}

.object-contact-form input[type="text"] {
	width:100%;
	max-width:100%;
}

.content-inside.items .item {
	width:calc((100% - 98px) / 2);
	height:190px;
	overflow:hidden;
	background-color:#F5F5F5;
	border-radius:8px;
	border:2px #F5F5F5 solid;
	display:block;
	float:left;
	padding:15px;
	position:relative;
	margin-bottom:25px;
}

.content-inside.items .item:nth-child(2n) {
	margin-left:25px;
}

a.go-up {
	background-image:url('../images/up.png');
	width:48px;
	height:48px;
	display:none;
	margin-top:35px;
	margin-left:auto;
	margin-right:auto;
	position: fixed;
	right: 15px;
	bottom: 60px;
	z-index:999;
}
a.go-up:hover {
	background-image:url('../images/up2.png');
}
a.go-filter {
	background-image:url('../images/filter.png');
	width:48px;
	height:48px;
	display:block;
	margin-top:35px;
	margin-left:auto;
	margin-right:auto;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index:999;
}
a.go-filter:hover {
	/*background-image:url('../images/filter2.png');*/
}
.newsletter-wrapper {
	height:50px;
	background-color:#131D30;
	margin-top:25px;
}

.newsletter {
	display: none;
	width:1120px;
	height:128px;
	margin:0 auto;
	background-image:url('../images/mail.svg');
	background-position:left;
	background-repeat:no-repeat;
	position:relative;
}

.half {
	width:50%;
	float:left;
}

.newsletter-slogan {
	display:none;
	color:#fff;
	font-size:22px;
	padding-left:170px;
	padding-top:32px;
}

.newsletter-form {
	padding-left:50px;
	padding-top:49px;
}

.newsletter-form input[type="text"] {
	width:175px;
	height:39px;
	border:0;
	padding-left:10px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	margin-left:5px;
	background-color:#fff;
	padding-right:5px;
}

.newsletter-form button {
	background-color:#0073C4;
	border-radius:6px;
	padding:11px;
	text-align:center;
	font-weight:bold;
	border:0;
	font-size:15px;
	color:#fff;
	margin-left:5px;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	padding-bottom:12px;
}

.newsletter .half {
	height:128px;
}

.item-title a, .item-title a h2 {
	font-size:24px;
	font-weight:bold;
	color:#000;
}

.content-inside.items .item:hover .item-title a, .content-inside.items .item:hover .item-title a h2 {
	color:#0073C4;
}

.content-inside.items .item:hover {
	border:2px #0073C4 solid;
}

.item-sq {
	position:absolute;
	font-size:18px;
	top:135px;
	left:15px;
	color:#77797D;
}

.item-price {
	position:absolute;
	font-size:18px;
	top:180px;
	left:15px;
	color:#222325;
}

.item-sq strong, .item-price strong {
	color:#000;
}

.item-cat span {
	color:#77797D;
}
.szen {
	width:48px;
	height:48px;
	background-image:url('../images/zen-icon.svg');
}
.svk:hover {
	background-image:url('../images/zen-icon.svg');
}
.svk {
	width:48px;
	height:48px;
	background-image:url('../images/vk.svg');
}

.svk:hover {
	background-image:url('../images/vk2.svg');
}

.sfb {
	width:48px;
	height:48px;
	background-image:url('../images/fb.svg');
}

.sfb:hover {
	background-image:url('../images/fb2.svg');
}

.sim {
	width:48px;
	height:48px;
	background-image:url('../images/im.svg');
}

.sim:hover {
	background-image:url('../images/im2.svg');
}

.sok {
	width:48px;
	height:48px;
	background-image:url('../images/ok.svg');
}

.sok:hover {
	background-image:url('../images/ok2.svg');
}

.item-icon {
	position:absolute;
	width:23px;
	height:21px;
	border-radius:4px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	top:15px;
	right:10px;
	padding-top:3px;
	padding-left:1px;
}

.item-description {
	position:absolute;
	width:335px;
	height:57px;
	overflow:hidden;
	top:73px;
	left:15px;
	font-size:14px;
}

.item-image {
	border-radius:4px;
	width:144px;
	height:96px;
	position:absolute;
	top:88px;
	right:15px;
}

.green {
	background-color:#8DB266;
}

.blue {
	background-color:#6697B2;
}

.brown {
	background-color:#B29866;
}

.tag {
	font-size:14px;
	font-weight:bold;
	padding:3px;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	border-radius:6px;
	margin-bottom:5px;
	display:inline-block;
}

.call-user h3, .contact-user h3  {
	margin-bottom:30px;
}

.call-user a, .work-time {
	font-size:15px;
}

.call-user p {
	margin-bottom:5px;
}

.call-user {
	font-size:12px;
}

.content p.user-phone {
	font-size:24px;
	font-weight:bold;
}

img.user {
	float:left;
	margin-right:20px;
}

.footer {
	height:207px;
	background:#F5F5F5;
	position:relative;
}

.footer-inside {
	width:1120px;
	margin:0 auto;
	position:relative;
}

.copyright {
	font-size:14px;
	color:#646669;
	padding-top:35px;
}

.footer-inside .phone {
	font-size:32px;
	font-weight:bold;
	padding-top:15px;
}
.footer-inside .mail {
	font-size: 50%;
	font-weight: 100;
}
.footer-inside .social {
	width:300px;
	float:right;
	margin-top:-85px;
}

.footer-inside .social a {
	margin-top:20px;
	width:48px;
	height:48px;
	display:inline-block;
	margin-right:18px;
}

.send-message {
	text-align:center;
	margin-top:-100px;
	width:300px;
	margin:0 auto;
	height:50px;
	margin-top: -35px;
}

.send-message a {
	width:224px;
	height:48px;
	border:2px #0073C4 solid;
	border-radius:6px;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}

.send-message a:hover {
	background-color:#0073C4;
	color:#fff;
	border-color:#0073C4;
}

img.flag {
	position:absolute;
	top:10px;
	right:0;
}

.object-details {
	margin-bottom:30px;
}

.object-details-item {
	font-size:24px;
	line-height:1.6;
	float:left;
	/* height:100px; */
	overflow:hidden;
}

.object-details .object-details-item:nth-child(1) {
	width:25%;
}

.object-details .object-details-item:nth-child(3) {
	width:30%;
	float:right;
}

table.buyers {
	width:100%;
	margin-top:20px;
	margin-bottom:40px;
}

table.buyers tr th {
	text-align:center;
	font-size:12px;
	color:#77797D;
	font-weight:normal;
	padding:10px;
}

table.buyers tr td {
	padding:15px;
}

table.buyers tr:nth-child(even) {
	background-color:#F5F5F5;
}

table.buyers tr:last-child td {
	padding:0;
}

h3.reports {
	margin-bottom:20px;
}

table.buyers tr:last-child {
	background-color:#fff;
	height:4px;
	border-bottom:1px #DADBE0 solid;
}

table.stats {
	width:90%;
	margin:0 auto;
	margin-top:20px;
}

.gray {
	color:#AAACB2;
}

.adv-networks {
	margin-top:30px;
	margin-bottom:40px;
}

.adv-networks img {
	margin-right:20px;
}

hr {
	height:1px;
	background-color:#DADBE0;
	border:0;
	margin-top:30px;
	margin-bottom:30px;
}

table.stats tr th {
	font-weight:normal;
	text-align:left;
	font-size:14px;
}

table.stats tr td {
	font-weight:bold;
	font-size:38px;
}

table.stats tr td:first-child, table.stats tr td:nth-child(2) {
	width:30%;
}

table.stats tr td:nth-child(3), table.stats tr td:nth-child(4) {
	width:20%;
}

ul.object-left-menu {
	padding:0;
	list-style:none;
	margin-top:0;
}

ul.object-left-menu li {
	min-height:56px;
	background-color:#F5F5F5;
	width:calc(100% - 20px);
	border-bottom:2px #fff solid;
	padding-left:20px;
}

ul.object-left-menu li:hover {
	background-color:#E8EAED;
}

ul.object-left-menu li.active {
	background-color:#131D30;
}

ul.object-left-menu li.active a {
	color:#fff;
}

ul.object-left-menu li:hover a {
	color:#0073C4;
}

ul.object-left-menu li.active:hover a {
	color:#fff;
}

ul.object-left-menu li:first-child {
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}

ul.object-left-menu li:last-child {
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

.go-left, .go-right {
	top:31px;
	position:absolute;
	width:20px;
	height:33px;
	background-position:left;
	background-repeat:no-repeat;
}

.go-left {
	right:50px;
	background-image:url('../images/aleft.svg');
}

.go-left:hover {
	background-image:url('../images/aleft2.svg');
}

.go-right {
	right:15px;
	background-image:url('../images/aright.svg');
}

.go-right:hover {
	background-image:url('../images/aright2.svg');
}

.private-message {
	position:relative;
	color:#fff;
	font-size:16px;
	background-color:#6697B2;
	border-radius:8px;
	width:560px;
	height:53px;
	padding:20px;
	padding-left:120px;
	padding-right:120px;
	margin:0 auto;
	margin-top:20px;
}

.private-message p {
	margin-bottom:0;
	margin-top:5px;
}

a.offer {
	background-color:#0073C4;
	color:#fff;
	border-radius:8px;
	padding:10px;
	font-size:18px;
	margin-top:40px;
	margin-bottom:40px;
	display:block;
	text-align:center;
	height:30px;
	padding-top:15px;
}

a.offer:hover {
	background-color:#26A5FF;
	color:#fff;
}

.chat-left {
	width:31%;
	min-height:200px;
	border-top:1px #DADBE0 solid;
	float:left;
}

.chat-right {
	width:calc(69% - 2px);
	min-height:200px;
	border-top:1px #DADBE0 solid;
	border-right:1px #DADBE0 solid;
	border-left:1px #DADBE0 solid;
	float:left;
}

.chat-list-msgs {
	max-height:500px;
	overflow:auto;
	padding:18px;
	width:calc(100% - 36px);
}

.chat-list-send-msg {
	border-top:1px #DADBE0 solid;
	padding:30px;
}

.chat-list-send-msg input[type="text"] {
	font-size: 17px;
	border: 0;
	border-bottom: 2px #AAACB2 solid;
	background-color: #fff;
	width:calc(100% - 170px);
	max-width: 350px;
	padding-bottom: 5px;
}

.chat-list-send-msg button {
	background-color: #0073C4;
	border-radius:8px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border: 0;
	font-size: 15px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	margin-left:30px;
	margin-top:10px;
	cursor: pointer;
}

.chat-list-send-msg input[type="text"]:hover, .chat-list-send-msg input[type="text"]:focus{
	border-bottom:2px #0073C4 solid;
}

.chat-list-msg.from span.chat-list-text {
	color:#fff;
	background-color:#0D77BB;
	padding:10px;
	border-radius:8px;
	margin-bottom:1px;
	display:block;
}

.chat-list-msg.to span.chat-list-text {
	color:#000;
	background-color:#E1E2E6;
	padding:10px;
	border-radius:8px;
	margin-bottom:1px;
	display:block;
}

.chat-list-name, .chat-list-date {
	font-size:12px;
	color:#77797D;
	display:inline-block;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:20px;
}

.contact-list-item {
	width:calc(100% - 31px);
	min-height:49px;
	padding:15px;
	position:relative;
}

.contact-list-item:hover, .contact-list-item.active {
	background-color:#E8EAED;
	cursor:pointer;
	border-right: 1px #fff solid;
}

.contact-list-item-new {
	position:absolute;
	width:25px;
	height:21px;
	text-align:center;
	background-color:#E30021;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border-radius:50%;
	top:40px;
	right:11px;
	padding-top:4px;
}

.contact-list-item-name {
	display:block;
	font-size:18px;
	margin-bottom:3px;
}

.contact-list-item-date {
	position:absolute;
	top:20px;
	right:15px;
	font-size:10px;
	color:#77797D;
}

.contact-list-item-msg {
	display:block;
	font-size:12px;
	color:#77797D;
	padding-right:22px
}

.banner {
	min-height:100px;
	border-radius:8px;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	padding:15px;
	background-color:#AAACB2;
}

.banner h3 {
	font-size:20px;
}

.banner:hover {
	background-color:#353535;
	cursor:pointer;
}

ul.object-left-menu li a {
	font-size:18px;
	color:#000;
	display:inline-block;
	padding-top:15px;
	padding-left:5px;
	padding-bottom:10px;
}

ul.object-left-menu li span {
	display:inline-block;
	min-width:24px;
	height:22px;
	text-align:center;
	background-color:#E30021;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border-radius:50%;
	float:right;
	margin-top:15px;
	margin-right:15px;
	padding-top:3px;
	padding-left:1px;
}

.clear {
	clear:both;
}

.jq-selectbox__select {
	height:33px;
	padding:5px 45px 0 10px;
	margin-top:-3px;
	border-radius:8px;
}

.jq-selectbox__trigger-arrow {
	top: 20px;
	right: 4px;
	width: 23px;
	height: 8px;
	border-top:0;
	border-right:0;
	border-left:0;
	background-image:url('../images/adown.svg');
	background-position:left;
	background-repeat:no-repeat;
}

.jq-checkbox {
	vertical-align:4px;
}

div#windowSearch .jq-checkbox {
	vertical-align:-4px;
	margin: 0 6px 0 0;
}

img {
	max-width:100%;
}

.rec-item {
	padding-top:25px;
	padding-bottom:25px;
	border-bottom:1px #DADBE0 solid;
	position:relative;
}

.rec-item .rec-item-date{
	font-size:12px;
	color:#77797D;
	display:block;
	padding-left:40px;
	margin-bottom:15px;
}

.rec-item-status {
	width:16px;
	height:16px;
	position:absolute;
	border:1px #DADBE0 solid;
	border-radius:50%;
	left:0px;
	top:25px;
	display:block;
}

.rec-item.new .rec-item-status {
	border:1px #E30021 solid;
	background-color:#E30021;
}

.rec-item.new p {
	color:#000;
}

.rec-item p {
	padding-left:40px;
	color:#77797D;
}

#graph {
	margin-bottom:40px;
}

ul.graph-nav {
	list-style:none;
	padding:0;
}

ul.graph-nav li {
	display:inline-block;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	background-color:#DADBE0;
	margin-right:-2px;
}

ul.graph-nav li:first-child {
	border-bottom-left-radius:8px;
	border-top-left-radius:8px;
}

ul.graph-nav li:last-child {
	border-bottom-right-radius:8px;
	border-top-right-radius:8px;
}

ul.graph-nav li a {
	color:#000;
	font-size:14px;
}

ul.graph-nav li:hover, ul.graph-nav li.active {
	background-color:#0073C4;
}

ul.graph-nav li:hover a, ul.graph-nav li.active a {
	color:#fff;
}

button:hover {
	background-color:#0095FF;
}

a:hover {
	color:#0095FF;
}

.jq-selectbox__select {
	padding: 8px 45px 0px 20px;
	border: 1px solid #fff;
	border-bottom-color: #fff;
	background:#fff;
	box-shadow:none;
	color: #000;
	text-shadow:none;
	border-radius:8px;
	height:40px;
	font-size:16px;
}

.newsletter-form .jq-selectbox__select {
	padding: 5px 45px 5px 20px;
	border: 1px solid #fff;
	border-bottom-color: #fff;
	background: #fff;
	box-shadow: none;
	color: #000;
	text-shadow: none;
	border-radius: 8px;
	height: 30px;
	font-size: 16px;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
}

.newsletter-form .jq-selectbox__trigger-arrow {
	top: 17px;
}

.jq-selectbox__trigger {
	border-left:0;
}
/************INPUT HOVER***********************/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0px;
	vertical-align: top;
	width:90%;
}

.input__field {
	position: relative;
	display: block;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #6a7989;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding-top:4px;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

/* Hoshi */
.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
	margin-top: 1em;
	width: 100%;
	background: transparent;
	color: #595F6E;
}

.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0.10em;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--hoshi {
	position: absolute;
	font-size:17px;
	font-weight:normal;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 19px);
}

.input__label--hoshi::after {
	margin-top: 2px;
	border-bottom: 2px solid red;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
	border-color:#0073C4;
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
		font-size:11px;
		margin-top:-8px;
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -50%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
		font-size:11px;
		margin-top:-8px;
	}
}



.see .item-cat{
	font-size: 80%;
}
.see .item-title a {
	font-size: 85% !important;
}
.see .item-title {
	padding-top: 4px !important;
}
.see .item-icon {
	width: 15px;
	height: 15px;
	border-radius: 2px;
	top: 12px;
	font-size: small;
}
.see .item-description {
	position: absolute;
	width: 215px;
	height: 50px;
	top: 65px;
	font-size: 12px;
}
.see .item-image {
	border-radius: 2px;
	width: 120px;
	height: 80px;
	top: 65px;
}
.see .item-sq {
	font-size: 14px !important;
	top: 125px;
}
.see .item-price {
	font-size: 16px;
	top: 150px;
}
/*********************************************************************************************/


@media (min-width: 0px) and (max-width: 800px) {
	.header, .newsletter, .precontent-content, .content, .footer-inside {
		width:96%;
		margin:0 auto;
		padding-left:2%;
		padding-right:2%;
	}
	.header {
		height:180px;
	}
	.header .phone {
		padding-top:47	px;
		font-size:20px;
	}
	.header .logo {
		position:relative;
		margin: 0 auto;
		top:0;
		left:0;
		margin-top:30px;
		width:75%;
		text-align:center;
	}
	.logo h1 {
		padding-top: 15px;
		font-size:14px;
	}
	.header .login {
		top:23px;
		right:20px;
	}
	.header .email {
		top:80px;
		left:15px;
		font-size:16px;
		display: none;
	}
	.header .login button {
		font-size:14px;
		width:68px;
		padding:7px;
		border-radius:5px;
	}
	.search-content-left {
		float:none;
		width:355px;
		position:relative;
		margin:0 auto;
	}
	.search-content-right {
		float:none;
		width:110px;
		margin:0 10px;
		padding: 10px;
		top: 32px;
	}
	.precontent-content {
		padding-top:20px;
		background-image:none;
	}
	a.add-object {
		top:-18px;
		left: 50px;
		width: 30px;
		height: 30px;
	}
	.select-region {
		padding-top: 10px;
	}
	.search-content-right > h3 {
		text-align:center;
		font-size: 16px;
	}
	.search-content-left ul.u-select {
		margin-top:20px;
		margin-bottom:20px;
		margin-left:0px;
	}
	.select-region {
		height:auto;
	}
	.select-city {
		margin-bottom: 0px;
	}
	.select-type ul.u-select {
		margin-top: 0px;
	}
	.content {
		margin-top:35px;
	}
	.content-right {
		width:calc(100% - 20px);
		margin-left: 10px;
		padding-right:10px;
	}
	.sort-by {
		margin-top:70px;
		margin-bottom:30px;
	}
	.search-result {
		margin-top:-30px;
		padding-bottom:10px;
	}
	.content-inside.items .item {
		width:95%;
		padding:2%;
		height:175px;
		float:none;
		margin-bottom:15px;
	}

	.item-title a{
		font-size:18px;
	}
	.item .item-title a h2{
		font-size:18px;
	}
    .item-cat {
        font-size: 11px;
        padding-top: 3px;
        padding-right: 67px;
        width: 100%;
    }
	.item-description, .see .item-description {
        display: none;
		top:3px;
		left:0;
		position:relative;
		margin-top:0px;
		height:auto;
		width:70%;
		padding-bottom:10px;
		overflow: hidden;
		line-height: 1.2em;
		max-height: calc(1.2em * 3);
	}
	.item-title {
		padding-top: 2px;
        white-space: normal;

    }
	.item-sq {
		font-size: 14px !important;

	}
	.content p {
		/* font-size: 10px; */
		font-size: 100%;
	}
	.item-image{
		/* width:120px; */
		position:relative;
		top:0;
		right:0px;
		float:right;
		margin-right:10px;
	}
	.item-image{
		position: absolute;
        text-align: right;
		/* width: 30%; */
		top: 85px;
		right: 0px;
		float: right;
		margin-right: 12px;
	}
	.item-sq, .item-price {
		left:12px;
	}
	.item-sq {
		top:inherit;
		/* bottom:30px; */
	}
	.item-price {
		top:inherit;
		bottom:5px;
	}
	.content-inside.items .item:nth-child(2n) {
		margin-left:0;
	}
	.newsletter-wrapper {
		height:auto;
	}
	.newsletter {
		min-height:242px;
		height:auto;
		margin:0 auto;
		background-image: url('../images/mail2.svg');
		background-position:center 20px;
		background-repeat: no-repeat;
		position: relative;
	}

	.newsletter-slogan {
		font-size: 22px;
		padding-left:0;
		padding-top:70px;
		width:80%;
		margin:0 auto;
		text-align:center;
	}

	.half {
		width:100%;
		float:none;
	}

	.newsletter .half {
		height:auto;
	}

	.newsletter-form {
		padding-left:0px;
		padding-top:20px;
		text-align:center;
	}

	.newsletter-form button {
		margin-left:0;
		margin-top:15px;
		margin-bottom:15px;
	}

	.send-message a {
		display:none;
	}

	.social p {
		display:none;
	}

	.footer {
		height: 235px;
	}
	.footer-inside {
		height: 207px;
	}

	.footer-inside .phone {
		padding-top:0;
		top:10px;
		position:absolute;
		text-align:center;
		width:96%;
	}

	.footer-inside .social {
		width:96%;
		float:none;
		text-align:center;
		margin-top:0;
		position:absolute;
		top:90px;
	}

	.copyright {
		padding-top:180px;
		text-align:center;
	}

	.select-city, .select-district {
		width:47.5%;
	}

	.object-gallery > div:nth-child(5n) {
		margin-right:22px;
	}

	.precontent-content h2 {
		font-size:30px;
		margin-bottom:0;
	}

	.private-message {
		width:70%;
		padding:10px;
		height:auto;
		padding-right:100px;
	}

	table.stats tr td {
		font-size: 22px;
	}

	.chat-list-send-msg input[type="text"] {
		width:100%;
	}

	.chat-list-send-msg button {
		margin-left:0;
	}

	.object-details .object-details-item:nth-child(1), .object-details .object-details-item:nth-child(2), .object-details .object-details-item:nth-child(3) {
		width:100%;
		float:none;
		height:auto;
	}

	.object-details .object-details-item:nth-child(2) {
		width:100%;
		float:none;
		height:auto;
		margin-bottom:20px;
	}
	.content-left {
		display: none;
	}
	.see .item-image {
		top: 75px;
	}
	div.flag{
		padding:0 0 10px 0;
	}
	.flag a.button{
		position: relative;
		top:0;

	}
	.item-icon {
		top: 6px;
	}
	.favoriteAdd.list {
		top: 7px;
	}
	a.privacy_policy {

		top: -15px;
	}
}


font.errortext {
	color: #757070!important;
}
.windowSearch
{
	text-align: center;
}
.windowSearch div{
	margin: 0 10px;
	display: inline-block;
	text-align: start;
}

.windowSearch .jq-checkbox.checked .jq-checkbox__div {
	margin: 3px 0 5px 3px;
}
.windowSearch label {
	padding: 6px 8px;
	display: inline-block;
}
.windowSearch #resultat {
	width: 100%;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	color: #0073C4;
	font-size: 18px;
	margin-top: 10px;
	height: 34px;
}
