.phone a {
	color: #000000;
	margin-top: 22px;
	position: absolute;
	height: 70px;
}

.add-object-form input[type="submit"], .profile-form input[type="submit"] {
	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;
}

.profile-form input[type="password"] {
	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;
}

label.input__label.input__label--hoshi.input__label--hoshi-color-1.USER_REMEMBER {
	top: -16px;
	left: 24px;
}

.jq-file {
	width: 200px;
}

.newsletter-form input[type="submit"], .search-content-left 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;
	float: right;
}

#otpod p {
	color: #fff;
	padding-top: 8px;
}

.item-image img {
	border-radius: 4px;
}

.item-title a, .item-title a h2 {
	font-size: 18px !important;
}

.item-title {
	padding-top: 9px;
}

.item-image div {
	position: absolute;
	width: auto;
	right: 0;
	top: 84%;
	background-color: #F5F5F5;
	text-align: center;
	font-size: 80%;
	padding: 2px 2px 0px 4px;
}

.item-image div p {
	display: inline-block;
	margin-bottom: 0;
}

.item-image div img {
	width: 14px;
	padding-left: 5px;
	vertical-align: top;
}

.item-sq {
	font-size: 14px !important;
}

.newsletter-form input[type="text"] {
	height: 40px !important;
}

.logo h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	color:#000;
	padding-top:8px;
}


.precontent-content h1 {
	font-size: 40px;
	margin-bottom: 0;
}

.object-details-item.qr {
	height: auto;
}

strong.qr {
	font-weight: 600;
	font-size: 20px;
}

.profile-left {
	width: 230px !important;
}

.profile-form .input-wide .input__label--hoshi::after {
	max-width: 350px !important;
}

.profile-form .input-wide input[type="text"], .profile-form .input-wide input[type="password"] {
	max-width: 350px !important;
}

.profile-right {
	min-width: 300px !important;
}

.banner {
	margin-top: 10px;
}

.map-wrapper {
	height: 210px !important;
}

.obekt .chat-list-msgs {
	padding: 0px !important;
	max-height: 1000px !important;
	width: 100% !important;
}

.obekt .chat-list-send-msg {
	border-top: 0 !important;
}

.obekt .to .chat-list-date {
	margin-left: 0px !important;
	margin-right: 0px !important;
	width: 100%;
	text-align: right;
}

.obekt .chat-list-send-msg {
	border-top: 1px #DADBE0 solid;
	padding: 30px 0;
}

.chat-list-send-msg input[type="text"] {
	width: 100% !important;
	max-width: 100% !important;
}

.chat-list-send-msg button {
	float: right;
}

.chat-list-send-msg {
	border-top: 0 !important;
}

.item-cat {
	white-space: nowrap;
	max-width: 83%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-title {
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-sq {
	white-space: nowrap;
	max-width: calc(100% - 180px);
	overflow: hidden;
	text-overflow: ellipsis;
}

table.buyers tr:last-child {
	border-bottom: 0px !important;
}

.lincks {
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sort-by ul li.active {
	background-image: url(images/sort_desc.png) !important;
}
.sort-by ul li.active.asc {
	background-image: url(images/sort_asc.png) !important;
}
ul.u-select li.checked:hover {
	text-decoration: none !important;
}
.add-object-form input#other {
	max-width: 100% !important;
}
a.button {
	background-color: #0073C4;
	border-radius: 2px;
	padding: 2px;
	text-align: center;
	/* font-weight: bold; */
	border: 0;
	font-size: 18px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	cursor: pointer;
}
a:hover.button {
	background-color: #0095FF;
	color: #FFFFFF;
}
#newmess{
	position: fixed;
	z-index: 999;
	width: 55px;
	top: 40px;
	right: 57px;
	cursor:pointer;
	display: none;
	/* display:none; */
}
#newmess {
	animation-name: blink;
	animation-timing-function: linear;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes blink {
	70% {
		opacity: 0.2;
	}
}
.push-bar .push-prompt-message {
	padding: 24px 0;
	width: 90%;
	margin: auto;
	text-align: center;
	line-height: 1.42857143;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size:120%;
}

.push-prompt a, .push-prompt div, .push-prompt span {
	background-color: transparent;
	font-weight: 500;
}
.push-prompt, .push-prompt * {
	box-sizing: border-box;
	letter-spacing: normal;
}
.push-prompt, .push-prompt *, .push-prompt-btn, .push-prompt-close {
	font-family: 'Segoe UI','Open Sans',Ubuntu,'Dejavu Sans',Helvetica,'Helvetica Neue',Arial,sans-serif;
}
.push-bar .push-disallow-btn, .push-modal .push-disallow-btn {
	border-color: transparent;
	background-color: transparent;
	color: #31B58E;
}

.push-bar .push-prompt-btn {
	font-size: 15px;
	font-weight: 700;
}
.push-bar .push-disallow-btn {
	padding-left: 2px;
	padding-right: 5px;
	font-weight: 400;
	float: initial;
	color: #31b58e !important;
}
.push-prompt-btn, .push-prompt-btn:focus, .push-prompt-btn:hover {
	background: #fff;
	border: 1px solid #aaa;
}
.push-prompt-btn {
	font-size: 13px;
	padding: 2px 8px 3px;
	display: inline-block!important;
	margin-bottom: 0!important;
	outline: 0!important;
	border-radius: 3px;
	text-shadow: none!important;
	height: auto;
	line-height: 1.5;
	text-transform: none!important;
	min-height: 1px!important;
	width: auto;
}
.push-prompt-btn, .push-prompt-close {
	cursor: pointer;
}
.push-bar .push-accept-btn, .push-modal .push-accept-btn {
	background-color: #31B58E;
	border-color: #31B58E;
	color: #fff;
}
.push-bell-icon {
	position: relative;
	top: -1px;
	margin-right: 10px;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	display: inline-block!important;
}
.push-bar .push-prompt-buttons {
	margin-left: 15px;
	margin-right: 10px;
	display: block;
	white-space: nowrap;
}
button.push-prompt-btn.push-disallow-btn.close{
	opacity: 1;
}
#pushwind {
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
	border-bottom: 1px solid;
	background-color: #e7a8b1;
}




.add-button {
	position: absolute;
	top: 1px;
	left: 1px;
}

@media (orientation: landscape) {
	img {
		height: 100%;
		object-fit: cover;
	}
}
a.allob{
	background-color: #0073C4;
	border-radius: 6px;
	padding: 11px;
	text-align: center;
	border: 0;
	font-size: 15px;
	color: #fff;
	margin-left: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
}
a.allob:hover {
	color: #fff;
}
.profilmenu{
	position:absolute;
	top:10px;
	right:0;
}
.profile-user{
	display:inline-block;
	width:auto;
	height:16px;
	padding-right:12px;
}
.profil{
	background-image:url(images/profile-user.png);
	background-repeat: no-repeat;
	background-size:contain;
	display:inline-block;
	width:16px;
	height:16px;
	padding-right:12px;
}
.profile-exit{
	background-image:url(images/exit.png);
	background-repeat: no-repeat;
	background-size:contain;
	display:inline-block;
	width:16px;
	height:16px;
	padding-right:12px;
}
.bookmark-favorite{
	background-image:url(images/bookmark-favorite.png);
	background-repeat: no-repeat;
	background-size:contain;
	display:inline-block;
	width:15px;
	height:15px;
	padding-right:12px;
	background-position-x: 100%;
}
.bookmark-search{
	background-image:url(images/bookmark-search.png);
	background-repeat: no-repeat;
	background-size:contain;
	display:inline-block;
	width:15px;
	height:15px;
	padding-right:12px;
	background-position-x: 100%;
}
.new-message{
	background-image:url(images/message.png);
	background-repeat: no-repeat;
	background-size:contain;
	display:inline-block;
	width:15px;
	height:15px;
	padding-right:12px;
	background-position-x: 100%;
}
.bookmark-favorite.act, .bookmark-search.act  {
	background-color: #ffd80052;
	border-radius: 8px;
	padding: 0px 14px 0 15px;
	background-position-x: 4px;
	background-position-y: 2px;
	box-shadow: 0 0 4px burlywood;
	background-size: 11px;
	color: black;
	margin-left: 10px;
	height: 17px;
	text-align: end;
}
.notifications{
	background-image:url(images/notifications.png);
	background-repeat: no-repeat;
	background-size:contain;
	display:inline-block;
	width:16px;
	height:16px;
	padding-right:12px;
}
.favoriteAdd{
	display:block;
	position: absolute;
	right: 0;
	top: -27px;
	min-width: 20px;
	width:auto;
	height:20px;
	background-image:url(images/bookmark-favorite.png);
	background-repeat: no-repeat;
	background-position:right;
	background-size:contain;
	padding-right:24px;
	cursor:pointer;
	color: #0073C4;
}
.favoriteAdd.list{
	right: 42px;
	top: 16px;
}
.favoriteAdd.yellow{
	background-image:url(images/bookmark-favorite-yellow.png);
}
.profile-notifications.content-inside.items .item{
	width:100%;
}
.profile-notifications.content-inside.items .item:nth-child(2n) {
	margin-left: 0;
}
.content-right.profile-notifications .jq-checkbox {
	vertical-align: 0px;
}
li#ezn, li#ens {
	background-color: gray;
}


@media (min-width: 0px) and (max-width: 800px) {
	li#ezn {
		margin-left: 0px;
	}
	.push-bar .push-prompt-message {
		padding: 10px 0;
		font-size:100%;
	}
	.add-object-form{
		display:none;
	}
	.phone a {
		position: relative;

	}
}
a.privacy_policy {
	font-size: 14px;
	padding-top: 22px;
	font-weight: 100;
}
.add-button {
	background: transparent;
	border: 1px solid currentColor;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 10px 14px;
}

.add-button[hidden] {
	display: none;
}
