@charset "utf-8";
/* CSS Document */


.leasingPrice{
	position:relative;
	border:1px solid #0099ff;
	width:271px;
	padding:10px;
	margin-left:5px;
	min-height:50px;
	margin-top:15px;
}
.leasingPrice label.panelName{
	position:absolute;
	top:-8px;
	left:-5px;
	margin:0;
	padding:0;
	background:#FFF;
	height:20px;
	padding:0 10px 0 0;
	font-weight:bold;
}
.leasingPrice label.panelName input{
	vertical-align:-3px;
	margin:0 3px 0 0;
	padding:0;
}

.leasingPrice table{
	width:271px;
	border:none;
	border-collapse:separate;
	border-spacing:0;
}
.leasingPrice table td.column1{
	width:100px;
}
.leasingPrice table div.name{
	padding:5px 0 1px;
}
.leasingPrice table input[type="text"]{
	width:70px;
	vertical-align:middle;
}
.leasingPrice table select{
	width:74px;
	height:22px;
	vertical-align:middle;
}
.leasingPrice table select.valuta{
	float:right;
	margin:2px 0 0;
	width:60px;
	height:22px;
}

.leasingPriceProdazhbi table td.column1{
	width:140px;
}
.leasingPriceProdazhbi table input[type="text"]{
	width:130px;
}
.leasingPriceProdazhbi table select{
	width:127px;
}




.leasingAlert{
	display:none;
	position:fixed;
	z-index:10000;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	text-align:center;
}
.leasingAlert div.panel{
	position:relative;
	display:inline-block;
	min-width:600px;
	padding:22px;
	margin-top:400px;
	background:#FFF;
	text-align:left;
	box-shadow: 4px 4px 3px -3px rgba(0,0,0,0.5);
	text-align:center;
	font-size:13px;
}
.leasingAlert div.panel a.close{
	position:absolute;
	top:15px;
	right:15px;
	display:block;
	width:16px;
	height:15px;
	background:url(img/photos/photos_close_btn.png) 0 0 no-repeat;
}
.leasingAlert div.panel a.close:hover{
	background-position:0 -20px;
}
.leasingAlert div.panel div{
	margin-top:15px;
}
.leasingAlert div.panel div input{
	width:100px;
	height:28px;
}
.leasingAlert div.panel div input#OK{
	font-weight:bold;
}


.leasingInfo{
	margin:0 0 15px;
}
.leasingInfo a{
	margin-top:10px;
	display:inline-block;
	width:329px;
	padding:3px 7px 4px;
	background:#09F;
	color:#FFF;
	text-decoration:none;
}
.leasingInfo a:hover{
	background:#6bc4ff;	
}
.leasingInfo ul{
	list-style:none;
	display:none; /*inline-block*/
	margin:0;
	padding:5px 10px 7px;
	width:323px;
	color:#000;
	background:#efefef;
}
.leasingInfo li{
	float:left;
	width:110px;
	font-size:11px;
	line-height:18px;
}
.leasingInfo li.c2{
	width:210px;
}
.leasingInfo li strong{
	font-size:12px;
	color:#09F;
}

.obiavaFav {
	float: right;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	width: 26px;
	background: url(img/icons/listFav.svg) right 0 no-repeat;
	/*padding-right: 32px;
	text-decoration: underline;*/
}
.obiavaFav:hover {
	color: #09F;
	text-decoration: none;
	background-position: right -30px;
}

.obFavSmal {
	display: block;
	line-height: 16px;
	padding-left: 22px;
	background: url(img/icons/obFavSmall.svg) 0 0 no-repeat;
	color: #06F;
}









.newAdImages {
	width: 660px;
	border-collapse: collapse;
}
.newAdImages td{
	vertical-align: top;
	width: 490px;
	padding: 0;
}
.newAdImages td.space{
	width: 10px;
}
.newAdImages td.agencia{
	width: 160px;
}

.newAdImages td.img .imgHolder{
	/*border: 1px solid #EEE;*/
	position: relative;
}
.newAdImages td.img .imgHolder img.big{
	width: 100%;
}
.newAdImages td.img .imgHolder .novo{
	position: absolute;
	top: -6px;
	right: -7px;
	width: 65px;
	height: 65px;
	background: url("img/new-etiket-1.svg") 0 0 no-repeat;
}
.newAdImages td.img .imgHolder .kaparo{
	position: absolute;
	top: -7px;
	right: -6px;
	width: 150px;
	height: 150px;
	background: url("img/kaparirano.svg") 0 0 no-repeat;
}
.newAdImages td.img .imgHolder .nums{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 26px;
	background: rgba(0,0,0,.5);
	color: #FFF;
	font-size: 13px;
	text-align: center;
}
.newAdImages td.img .imgHolder .nums a.prev{
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 2px;
	background: url("img/icons/gallery-next-prev.svg") -32px 6px no-repeat;
	vertical-align: -8px;
}
.newAdImages td.img .imgHolder .nums a.prev:hover{
	background-position: -32px -34px;
}
.newAdImages td.img .imgHolder .nums a.next{
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 2px;
	background: url("img/icons/gallery-next-prev.svg") 8px 6px no-repeat;
	vertical-align: -8px;
}
.newAdImages td.img .imgHolder .nums a.next:hover{
	background-position: 8px -34px;
}
.newAdImages td.img .imgHolder a.zoom{
	position: absolute;
	z-index: 2;
	right: 90px;
	bottom: 0;
	line-height: 26px;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	background: url("img/icons/gallery-zoom.svg") 0 5px no-repeat;
	padding-left: 22px;
	opacity: 0.80;
}
.newAdImages td.img .imgHolder a.zoom:hover{
	opacity: 1;
	text-decoration: underline;
}

.newAdImages td.img .imgHolder a.Next {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 0;
    width: 70px;
    text-align: right;
}

.newAdImages td.img .imgHolder a.Next ico {
    display: inline-block;
    width: 50px;
    height: 80px;
    background-image: url(img/gallery2022/ico/next.svg);
    background-position: 16px center;
    background-repeat: no-repeat;
    background-color: #000000AA;
    opacity: .5;
    border-radius: 10px 0 0 10px;
    transition: all .3s ease-in-out;
}

.newAdImages td.img .imgHolder a.Next:hover ico {
    opacity: 1;
}

.newAdImages td.img .imgHolder a.Prev {
    display: flex;
    align-items: center;
    position: absolute;
    left: 1px;
    top: 0;
    bottom: 0;
    width: 70px;
}

.newAdImages td.img .imgHolder a.Prev ico {
    display: inline-block;
    width: 50px;
    height: 80px;
    background-image: url(img/gallery2022/ico/back.svg);
    background-position: 12px center;
    background-repeat: no-repeat;
    background-color: #000000AA;
    opacity: .5;
    border-radius: 0 10px 10px 0;
    transition: all .3s ease-in-out;
}

.newAdImages td.img .imgHolder a.Prev:hover ico {
    opacity: 1;
}

.newAdImages td.img .imgHolder .kaparo {
    position: absolute;
    z-index: 2;
    top: -8px;
    right: -8px;
    width: 170px;
    height: 170px;
	background: none;
}

.newAdImages td.img .imgHolder .promo {
    position: absolute;
    z-index: 2;
    top: -6px;
    left: -6px;
    width: 70px;
    height: 70px;
    background: none;
}


.newAdImages td.img .smallHolder{
	position: relative;
	width: 660px;
	margin-top: 3px;
	/*border: 1px solid #EEE;*/
	overflow: hidden;
	height: 81px;
	white-space: nowrap;
	line-height: 0;
}
.newAdImages td.img .smallHolder .im a{
	display: inline-block;
	line-height: 0;
	margin-right: 3px;
	cursor: zoom-in;
	overflow: hidden;
}

.newAdImages td.img .smallHolder .im a:hover {
	animation: imgHover 1.50s cubic-bezier(.07,.13,.19,.97) both;
}

.newAdImages td.img .smallHolder .im a img{
	width: 108px;
	height: 81px;
	object-fit: cover;
	transition: .3s;
}

.newAdImages td.img .smallHolder .im a:hover img{
	transform: scale(1.6);
}

.newAdImages td.img .smallHolder a.prev{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	bottom: 0;
	width: 24px;
	background-color: rgba(0, 0, 0, 0.35);
	background-image: url("img/icons/imgNavL.svg");
	background-position: center center;
	background-repeat: no-repeat;
}
.newAdImages td.img .smallHolder a.prev:hover{
	background-color: rgba(0, 0, 0, 0.55);
}
.newAdImages td.img .smallHolder a.next{
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	width: 24px;
	background-color: rgba(0, 0, 0, 0.35);
	background-image: url("img/icons/imgNavR.svg");
	background-position: center center;
	background-repeat: no-repeat;
}
.newAdImages td.img .smallHolder a.next:hover{
	background-color: rgba(0, 0, 0, 0.55);
}

.newAdImages td.agencia .box {
	border: 1px solid #ccc;
	border-radius: 2px;
}
.newAdImages td.agencia .AG {
	/*border-bottom: 1px dotted #ccc;*/
	padding: 7px;
}
.newAdImages td.agencia a.logo {
	display: inline-block;
	margin-bottom: 5px;
}
.newAdImages td.agencia a.name {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}
.newAdImages td.agencia a.name:hover {
	text-decoration: none;
}
.newAdImages td.agencia .phone {
	display: inline-block;
	margin-top: 1px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.newAdImages td.agencia a.all {
	display: inline-block;
	margin-top: 10px;
	font-size: 11px;
	color: #900;
}
.newAdImages td.agencia a.all:hover {
	text-decoration: none;
}
.newAdImages td.agencia .line {
	display: block;
	margin: 20px 0;
	height: 1px;
	background: #DDD;
}
.newAdImages td.agencia .upravlenie a {
	display: block;
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
	line-height: 36px;
	padding: 0 7px 0 29px;
	color: #000;
	text-decoration: none;
}
.newAdImages td.agencia .upravlenie a.add {
	background: url("img/icons/adFav.svg") 7px 10px no-repeat;
	transition: background .2s;
}
.newAdImages td.agencia .upravlenie a.add:hover {
	background-position: 7px -20px;
}
.newAdImages td.agencia .upravlenie a.print {
	background: url("img/icons/adPrint.svg") 7px 10px no-repeat;
	transition: background .2s;
}
.newAdImages td.agencia .upravlenie a.print:hover {
	background-position: 7px -20px;
}
.newAdImages td.agencia .upravlenie a.alert {
	background: url("img/icons/adAlert.svg") 7px 10px no-repeat;
	transition: background .2s;
}
.newAdImages td.agencia .upravlenie a.alert:hover {
	background-position: 7px -20px;
}
.newAdImages td.agencia .upravlenie a:hover {
	text-decoration: underline;
}
.newAdImages td.agencia .share{
	padding: 10px 7px;
	text-align: center;
}
.newAdImages td.agencia .share div{
	margin-bottom: 7px;
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
.newAdImages td.agencia .share a{
	display: inline-block;
	margin: 0 4px;
	width: 20px;
	height: 20px;
	background-image: url("img/icons/share_icons.svg");
	background-repeat: no-repeat;
	transition: opacity .2s;
}
.newAdImages td.agencia .share a:hover{
	opacity: .7;
}
.newAdImages td.agencia .share a.fb{
	background-position: 0 0;
}
.newAdImages td.agencia .share a.mess{
	background-position: -40px 0;
}
.newAdImages td.agencia .share a.wa{
	background-position: -80px 0;
}
.newAdImages td.agencia .share a.vb{
	background-position: -20px 0;
}
.newAdImages td.agencia .share a.em{
	background-position: -60px 0;
}






.PUBforms {
	width: 980px;
    color: #333;
    box-sizing: border-box;
}
.PUBforms .title {
	height:25px;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
.PUBforms .title em{
	color:#09F;
	font-weight:normal;
}
.PUBforms .wrapper{
	border: 1px solid #09F;
	border-top-width: 3px;
	padding: 15px;
}
.PUBforms table.main{
    width: 950px;
	border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.PUBforms table.main td{
    width: 310px;
    padding: 0 0 15px 0;
    vertical-align: top;
}
.PUBforms  table.main td.space{
    width: 10px !important;
}
.PUBforms .name{
    position: relative;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}
.PUBforms .red{
    color: #900;
}
.PUBforms select{
    width: 100%;
    height: 26px;
    box-sizing: border-box;
    padding: 0 5px;
}
.PUBforms input[type="text"]{
    width: 100%;
    height: 26px;
    box-sizing: border-box;
    padding: 0 5px;
}
.PUBforms input[type="checkbox"]{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    padding: 0;
    margin: 0 5px 0 0;
    box-sizing: border-box;
}
.PUBforms input[type="radio"]{
    width: 18px;
    height: 18px;
    vertical-align: middle;
    padding: 0;
    margin: 0 5px 0 0;
    box-sizing: border-box;
}
.PUBforms textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
}
.PUBforms label{
    display: inline-block;
    font-size: 12px;
}
.PUBforms table.dowble{
    width: 310px;
	border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.PUBforms table.dowble td{
    width: 150px;
    padding: 0;
}
.PUBforms table.dowble td.space{
    width: 10px !important;
}
.PUBforms table.quatro{
    width: 150px;
	border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.PUBforms table.quatro td{
    width: 70px;
    padding: 0;
}
.PUBforms table.quatro td.space{
    width: 10px !important;
}

.PUBforms table.user{
    width: 310px;
	border: none;
    border-collapse: collapse;
    margin: 20px 0 0 0;
    padding: 0;
}
.PUBforms table.user td.photo{
    width: 67px;
    padding: 0;
}
.PUBforms table.user td.photo img{
    width: 67px;
}
.PUBforms table.user td.ime{
    font-size: 16px;
}
.PUBforms table.user td.space{
    width: 10px !important;
}
.PUBforms a.alert{
    position: absolute;
    top: -1px;
    display: inline-block;
    width: 18px;
    line-height: 18px;
    border-radius: 50px;
    margin-left: 5px;
    background: #bf8e8e;
    color: #FFF;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    transition: background .2s;
}
.PUBforms a.alert:hover{
    background: #C00;
}
.PUBforms .rbtns label {
    margin-top: 7px;
}

.PUBforms .important {
    margin-top: 50px;
    font-size: 12px;
    color: #333;
    font-style: italic;
    font-family: Arial, sans-serif;
}
.PUBforms .addButton {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #FFF;
}
.PUBforms .addButton img{
    height: 19px;
    width: 19px;
    vertical-align: -4px;
    margin-right: 3px;
}

a.pubButton {
    display: inline-block;
    margin-top: 6px;
    padding: 0 15px;
    background: #09f;
    border-radius: 5px;
    text-decoration: none;
    transition: background .1s;
    font-weight: 700;	
	width: 310px;
    box-sizing: border-box;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

a.pubButton:hover {
    background: #40b3ff;
	text-decoration: none !important;
}

a.neaktivenButton {
    display: inline-block;
    margin-top: 6px;
    padding: 0 15px;
    background: #0002 !important;
    border-radius: 5px;
	text-decoration: none !important;
    transition: background .1s;
    font-weight: 700;	
	width: 310px;
    box-sizing: border-box;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    cursor: default;
}

a.neaktivenButton:hover {
}

.codePage {
    color: #333;
    font-size: 14px;
    margin-bottom: 20px;
}
.codePage .pTitle{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.codePage .phone{
    font-size: 18px;
    font-weight: bold;
}
.codePage .alrt{
    color: #F00;
    font-weight: bold;
}
.getCode {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 0;
    font-size: 16px !important;
    font-weight: bold;
}
.getCode input[type="text"]{
    width: 300px !important;
    height: 40px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin-left: 10px;
    border: 1px solid #09F;
}
/*.PUBinfoBox {
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #865250;
    color: #FFF;
    font-size: 14px;
    text-align: center;
}*/


.PUBinfoBox {
    padding: 10px 15px;
    background-color: #3f6cba; /* F9F4E8 */
    /*border: #333 2px solid;*/
    color: #FFF;
    font-size: 14px;
    text-align: center;
}

.pubArrow {
	text-align: center;
	margin-top: -1px;
	margin-bottom: 10px;
}



.photosPage .pTitle{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.photosPage .note{
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.addPhotos{
	text-align:left;
	margin:20px 0 0;
}
.addPhotos ul{
	list-style:none;
	display:inline-block;
	max-width:100%;
	margin:0;
	padding: 0;
}
.addPhotos li{
	position:relative;
	float:left;
	width:108px;
	height:81px;
	background:#f0eeee;
	border-radius:4px;
	margin:5px;
	text-align: center;
	transition: background-color .2s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.addPhotos li:hover{
	background-color:#d9e1e7;
}
.addPhotos li:hover a{
	display: block;
}
.addPhotos li span.num{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	margin-top:-11px;
	margin-left:-10px;
	width:20px;
	line-height:20px;
	background:#09F;
	border-radius:15px;
	color:#FFF !important;
	font-size:16px;
}
.addPhotos li span.add{
	position:absolute;
	z-index:2;
	bottom:10px;
	left:0;
    right: 0;
    text-align: center;
	color:#09F !important;
	font-size:11px;
    text-transform: uppercase;
}
.addPhotos li:nth-child(2){
	clear: both;
}

.addPhotos ul.morePhotos li:nth-child(2){
	clear:none;
}

.addPanel a.blue span.num {
	color:#FFF !important;
	font-size: 11px !important;
}
.addPhotos button{
	cursor: pointer;
}
.addPhotos li.hasPhoto button{
	cursor: move;
}
.addPhotos li.hasPhoto span.num{
	background: #00adee;
	display: none;
}
.addPhotos div.photo{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(img/lastpic3.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 3px;
	overflow: hidden;
}
.addPhotos button{
	position:absolute;
	z-index:100;
	width:100%;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
}
.addPhotos img.first{
	margin: 0 0 5px 3px;
}


.addPhotos li a{
	display:none;
	position:absolute;
	z-index: 9999;
	top:-3px;
	right:-3px;
	width:20px;
	height:20px;
	background:url(img/icons/deletePhoto.svg) 0 0 no-repeat;
	cursor: pointer;
}
.addPhotos li a:hover{
	opacity: .6;
}
.addPhotos li a.rotate{
	right:auto;
	left:-3px;
	background:url(img/icons/rotatePhoto.svg) 0 0 no-repeat;
}
.addPhotos li a.rotate:hover{
	opacity: .7;
}
.addPhotos a.simple{
	display: inline-block;
	margin-top: 5px;
	color: #900;
	font-size: 13px;
}
.addPhotos a.simple:hover{
	text-decoration: none;
}

.addPhotosSimple{
	display: none;
	text-align: center;
}
.addPhotosSimple ul{
	display: inline-block;
}
.addPhotosSimple li{
	position: relative;
	list-style: decimal;
	margin-bottom: 5px;
	padding-right: 26px;
}
.addPhotosSimple li a{
	position: absolute;
	top: 2px;
	right: 0;
	display: inline-block;
	width:16px;
	height:16px;
	background:url(img/icons/mPhotosClose.png) 0 0 no-repeat;
	cursor: pointer;
}
.addPhotosSimple li a:hover{
	background-position:0 -26px;
}

a.viewAd {
	margin-top: 10px;
	display: inline-block;
	color: #09F;
	font-size: 16px;
	text-decoration: none;
}

a.viewAd:hover {
	text-decoration: underline;
}

.selectOnMap{
	margin:10px 0 0;
    text-align: center;
}

.addVideo{
    border:#09F 1px solid;
    border-top:#09F 3px solid;
}
.addVideo .vTitle{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 10px 10px 15px;
}
.YT {
	position: relative;
	padding-left: 15px; /* 130px */
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 56px;
}
.YT img {
	position: absolute;
	top: 10px;
	left: 15px;
	height: 42px;
}
.YT div {
	font-size: 14px;
}
.YT input[type="text"] {
	width: 793px;
	height: 24px;
	padding: 0 10px;
	margin-top: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.YT input[type="button"] {
	width: 150px;
	height: 24px;
	font-weight: bold;
	margin-left: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



.apPlan {
	float: right;
	border-collapse: collapse;
	border: 1px solid #CCC;
}
.apPlan th{
	width: 90px;
	background: #CCC;
	color: #333;
	padding: 5px 15px;
	text-align: center;
	border-right: 1px solid #fff;
	font-weight: bold;
	font-size: 13px;
}
.apPlan th.inp,
.apPlan td.inp{
	width: 20px;
	padding: 5px 5px !important;
}
.apPlan th.nalichnost{
	width: 200px;
	padding: 5px 15px;
	background: #FFF;
	border-right: 1px solid #CCC;
	color: #0F9A00;
}
.apPlan td{
	padding: 5px 15px;
	height: 20px;
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	font-size: 13px;
	color: #333;
}
.apPlan tr{
	transition: background .2s;
}
.apPlan tr:hover{
	background: #EEE;
}
.apPlan input[type="checkbox"],
.apPlan input[type="radio"]{
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}



.moiteObiavi .item{
    position: relative;
    padding: 10px 200px 15px 160px;
    min-height: 120px;
    /*border: 1px solid #DDD;*/
    border-bottom: 1px solid #900;
    margin-bottom: 10px;
}
.moiteObiavi .item .photo{
    position: absolute;
    top: 10px;
    left: 0;
    transition: opacity .3s;
}
.moiteObiavi .item .photo:hover{
    opacity: .7;
}
.moiteObiavi .item .photo img{
    width: 140px;
}
.moiteObiavi .item .text{
    position: relative;
}
.moiteObiavi .item .TOP{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url("img/icons/TOP-NEW.svg") 0 0 no-repeat;
    background-size: cover;
}
.moiteObiavi .item .COMB{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    line-height: 30px;
    border: 1px dashed #26bf00;
    text-align: center;
    background: #FFF;
    color: #26bf00;
    text-transform: uppercase;
}
.moiteObiavi .item .Norm{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    line-height: 30px;
    border: 1px dashed #AAA;
    text-align: center;
    background: #FFF;
    color: #AAA;
    text-transform: uppercase;
}
.moiteObiavi .item .Ne{
    position: absolute;
    top: 0;
    right: 1px;
    width: 150px;
    line-height: 30px;
    border: 1px dashed #f00;
    text-align: center;
    background: #FFF;
    color: #f00;
    text-transform: uppercase;
}
.Neaktivna{
    width: 150px;
    line-height: 30px;
    border: 1px dashed #f00;
    text-align: center;
    background: #FFF;
    color: #f00;
    text-transform: uppercase;
}
.Normalna{
    width: 150px;
    line-height: 30px;
    border: 1px dashed #AAA;
    text-align: center;
    background: #FFF;
    color: #AAA;
    text-transform: uppercase;
}
.moiteObiavi .item .price{
    display: inline-block;
    color: #900;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 10px;
}
.moiteObiavi .item .price:hover{
    text-decoration: none;
}
.moiteObiavi .item .title{
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.moiteObiavi .item .title span{
    color: #c00;
    font-weight: normal;
    font-size: 14px;
}
.moiteObiavi .item .loc{
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.moiteObiavi .item .info{
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.moiteObiavi .item .links{
    text-align: left;
    font-size: 12px;
}
.moiteObiavi .item .links a{
    color: #333;
    text-decoration: underline;
}
.moiteObiavi .item .links a:hover{
    color: #900;
    text-decoration: none;
}
.moiteObiavi .item .date{
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}
.moiteObiavi .item .date strong{
    color: #666;
}
.moiteObiavi .item .date div{
    margin-top: 8px;
}
.moiteObiavi .item .date a{
    color: #666;
    text-decoration: underline;
}
.moiteObiavi .item .date a:hover{
    color: #900;
    text-decoration: none;
}
.moiteObiavi .item .buttons {
    position: absolute;
    top: 10px;
    right: 0;
}
.moiteObiavi .item .buttons a{
    display: block;
    width: 145px;
    padding: 0 10px;
    line-height: 28px;
    border: 1px solid #DDD;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 13px;
    color: #333;
    transition: background .5s, color .5s, border .5s;
    border-radius: 5px;
}
.moiteObiavi .item .buttons a:hover{background: #FFF;
    color: #900;
    border: 1px solid #900;
}
.moiteObiavi .item .buttons a img{
    vertical-align: middle;
    margin-right: 7px;
}
.moiteObiavi .item .buttons a.disabled{
    margin-top: 20px;
}
.moiteObiavi .item .buttons a.on:hover{
    color: #169100;
    border: 1px solid #169100;
}
.moiteObiavi .item .buttons a.delete{
    margin-top: 20px;
}
.moiteObiavi .item .buttons a.delete:hover{
    color: #FF0000;
    border: 1px solid #F00;
}

/*.moiteObiavi .item .links .statusA{
    float: left;
    font-weight: bold;
    color: #1A8400;
}
.moiteObiavi .item .links .statusA i{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #1A8400;
    margin-right: 5px;
    vertical-align: -2px;
}*/

.myTabs {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0px;
    border-bottom: 3px solid #900;
    display: inline-block;
    width: 980px;
}
.myTabs span{
    display: block;
    font-weight: normal;
    font-size: 13px;
    padding: 10px 0;
    color: #333;
}
.PUBstatus {
    margin-top: 20px;
    font-size: 11px;
    color: #666;
}





.adsPage .pTitle{
    font-size: 20px;
    font-weight: bold;
    /*margin-bottom: 20px;*/
}
.adsPage table{
    width: 950px;
}
.adsPage table td{
    padding: 0;
    font-size: 14px;
}
/*.adsPage table td.L{
    width: 470px;
    border-right: 3px solid #900;
}*/
.adsPage table td.R{
    text-align: center;
}
.adsPage label em{
    font-style: italic;
    font-family: Arial, sans-serif;
    color: #09F;
}
.adsPage label{
    margin-top: 10px !important;
    font-size: 16px;
}
.adsPage .note{
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}
.adsPage .note2{
	margin-top: 10px;
	padding-left: 30px;
    color: #666;
    font-size: 12px;
}
.adsPage .code{
    float: right;
    padding-left: 20px;
    margin-top: 0;
    font-size: 13px;
}
.adsPage .code input{
    width: 150px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.adsPage a{
    color: #900;
}
.adsPage a.help{
    width: 18px;
    margin-left: 6px;
    line-height: 18px;
    border-radius: 50px;
    display: inline-block;
    background: #09F;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}
.adsPage a.help:hover{
    background: #0069af;
}
.adsPage a.greenButton{
    margin-top: 20px;
    line-height: 40px;
    padding: 0 25px;
}
.PUBforms .rbtns label {
    margin-top: 7px;
}




.greenButton {
	display: inline-block;
	margin-top: 6px;
	line-height: 32px;
	padding: 0 15px;
	background:#008206;
	color: #FFF !important;
	font-size: 14px;
	border-radius: 5px;
	text-decoration: none;
	transition: background .1s;
	font-weight: bold;
}
.greenButton:hover {
	background: #006d05;
}


a.location2{
	font-size:13px;
	font-weight:bold;
	color:#09F;	
}
a.location2:hover{
	text-decoration: none;
}   
.obCena {
    font-size:16px;
	font-weight:bold;
	color:#09F;
	text-decoration:none;
}
.obMarka {
	font-size:13px;
	font-weight:bold;
	color:#333 !important;
}
.obText {	font-size:11px;
	color:#333;
}




.PUBbaloon {
    position: absolute;
    z-index: 2;
    top: 26px;
    left: 420px;
    padding: 20px 25px 25px;
    background: #FFF; /* #f9f4e8 */
    border: 1px solid #09F;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
    color: #333;
    text-align: center;
}
.PUBbaloon span{
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
.PUBbaloon div{
    position: relative;
}
.PUBbaloon img{
    position: absolute;
    top: -21px;
    left: -40px;
}


.PUBbaloon2 {
    position: absolute;
    z-index: 2;
    top: 26px;
    left: 340px;
    width: 500px;
    padding: 20px 20px 25px 25px;
    background: #FFF; /* #f9f4e8 */
    border: 1px solid #09F;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
    color: #333;
}
.PUBbaloon2 div{
    position: relative;
}
.PUBbaloon2 img.arrow{
    position: absolute;
    top: -1px;
    left: -15px;
}
.PUBbaloon2 div.loga img{
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 32px;
    width: auto;
}
.PUBbaloon2 a.close{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    line-height: 30px;
    background: #999;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
}
.PUBbaloon2 a.close:hover{
    background: #A00;
}

.adsPageFinal {
    font-size: 14px;
    text-align: center;
    padding: 20px 20px 30px;
}
.adsPageFinal .pTitle{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.adsPageFinal .ad{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.adsPageFinal .ad span{
    font-size: 14px;
    margin-bottom: 15px;
}
.adsPageFinal .OK{
    color: #0E8700;
    font-weight: bold;
}
.adsPageFinal a{
    color: #09F;
}
.adsPageFinal a:hover{
    text-decoration: none;
}
a.VR {
	color:#333;
	text-decoration: none;
}
a.VR:hover {
	text-decoration: underline;
}


.dilAlert {
	background: #fff9d2;
    padding: 10px 10px;
    margin-bottom: 10px;
	margin-top: -11px;
    border-left: 3px solid #ff3838;
	line-height: 16px;
}
.dilAlert strong {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
}
.dilAlert a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
.dilAlert a:hover {
	text-decoration: none;
    color: #09F;
}

a.dilAlertCancel {
	font-size: 15px;
	color: #666;
}
a.dilAlertCancel:hover {
	text-decoration: none;
}




.overlay.active {
    visibility: visible;
    opacity: 1;
}
.overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*background: rgb(0 16 16 / 65%);*/
	background: rgb(255 255 255 / 65%);
    z-index: 999;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.Gallery {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 900px;
	min-height: 500px;
	padding: 20px;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.65);
	display: none;
	opacity: 0;
}

.GallerySHOW {	
	display: block;
	animation: GallerySHOW-animation .25s ease-out both;
}

@keyframes GallerySHOW-animation {	
	0%, to {
		opacity: 0;
		top: 25px;
	}
	100% {
		opacity: 1;
		top: 0px;
	}
}



.Gallery photos {
	display: grid;
	grid-template-areas: 
		'big'
		'small';
	grid-template-columns:  100%;
	grid-template-rows: auto auto;
	grid-gap: 20px;
}

.Gallery photos big,
.Gallery photos big images,
.Gallery photos big images items,
.Gallery photos big images items item,
.Gallery photos big images items item a{
	display: block;
}

.Gallery header {
	position: relative;
	padding-right: 40px;
	margin-bottom: 20px;
}

.Gallery header a.close {
	position: absolute;
	top: -9px;
	right: -10px;
	width: 36px;
	height: 36px;
	border-radius: 50px;
	background: url("img/gallery2022/ico/close.svg") center center no-repeat;
	background-size: 22px 22px;
	opacity: .5;
	transition: all .15s ease-in-out;
}

.Gallery header a.close:hover {
	opacity: 1;
}

.Gallery header .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-moz-line-clamp: 1;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Gallery header .title span {
	color: #09F;
	border-right: 1px solid #CCC;
	padding-right: 11px;
	margin-right: 6px;
}

.Gallery header .title span em {
	
	font-style: normal;
	font-size: 15px;
}

.Gallery header .info {
	font-size: 14px;
	
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-moz-line-clamp: 1;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Gallery photos big {
	position: relative;
}

.Gallery photos big a.back {
	display: flex;
	align-items: center;
	position: absolute;
	left: 1px;
	top: 0;
	bottom: 0;
	width: 70px;
}

.Gallery photos big a.back ico {
	display: inline-block;
	width: 40px;
	height: 80px;	
	background-image: url("img/gallery2022/ico/back.svg");
	background-position: center center;
	background-repeat: no-repeat;	
	background-color: #000000AA;
	opacity: .5;
	border-radius: 0 10px 10px 0;
	transition: all .3s ease-in-out;
}

.Gallery photos big a.back:hover ico {
	opacity: 1;
}


.Gallery photos big a.next {
	display: flex;
	align-items: center;
	justify-content:flex-end;
	position: absolute;
	right: 1px;
	top: 0;
	bottom: 0;
	width: 70px;
	text-align: right;
}

.Gallery photos big a.next ico {
	display: inline-block;
	width: 40px;
	height: 80px;	
	background-image: url("img/gallery2022/ico/next.svg");
	background-position: center center;
	background-repeat: no-repeat;	
	background-color: #000000AA;
	opacity: .5;
	border-radius: 10px 0 0 10px;
	transition: all .3s ease-in-out;
}

.Gallery photos big a.next:hover ico {
	opacity: 1;
}

.Gallery photos big:hover a.zoom,
.Gallery photos big:hover span.nums{
	opacity: 1;
}

.Gallery photos big a.zoom {
	display: block;
	position: absolute;
	z-index: 3;
	right: 1px;
	top: 1px;
	text-align: left;
	background-image: url("img/gallery2022/ico/zoom.svg");
	background-position: left 10px top 7px;
	background-repeat: no-repeat;
	background-color: #00000099;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none !important;
	line-height: 32px;
	padding: 0 10px 0 40px;
	opacity: .4;
	transition: all .3s ease-in-out;
}

.Gallery photos big a.zoom.zoomOut {
	background-position: left 10px top -23px;
}

.Gallery photos big span.nums {
	display: block;
	position: absolute;
	z-index: 3;
	left: 1px;
	top: 1px;
	text-align: left;
	background-image: url("img/gallery2022/ico/gallery.svg");
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-color: #00000099;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none !important;
	line-height: 32px;
	padding: 0 10px 0 40px;
	opacity: .4;
	transition: all .3s ease-in-out;
}



.Gallery photos big images items {
	border: 1px solid #DDD;
	text-align: center;
}

.Gallery photos big images items item a {
	line-height: 0;
}

.Gallery photos big images items item a img {
	max-width: 860px;
    max-height: 580px;
}



.Gallery photos small images {
	display: block;
}

.Gallery photos small images items {
	display: inline-block;
	width: 100%;
	height: 80px;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 10px;
	margin-top: -9px;
}

.Gallery photos small images items item a {
	/*float: left;*/
	position: relative;
	display: inline-block;
	margin-right: 3px;
	line-height: 0;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
	transition: all .1s ease;
}

.Gallery photos small images items item:last-of-type a {
	margin-right: 0;
}

.Gallery photos small images items item a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	/*background: #09F;*/	    
    border-style: solid;
	border-width: 0 7px 8px;
    border-color: transparent transparent #09F;
	transition: all .1s ease-in-out;
}

.Gallery photos small images items item a img {
	max-width: 90px;
    max-height: 52px;
}

/*.Gallery photos small images items item a:hover {
	max-width: 90px;
    max-height: 52px;
	border-color: #AAA;
}*/

.Gallery photos small images items item a.active {
	box-shadow: inset 0 0 0 3px #09F;
	border-color: #09F;
}

.Gallery photos small images items item a.active:after {
	top: -9px;
	border-width: 0 7px 8px;
    border-color: transparent transparent #09F;
}

.Gallery banner {
	display: block;
	text-align: center;
}




/* big images items item a img */



.GalleryFULLSCREEN {
	position: absolute;
	z-index: 99999999999;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background: #222;
	padding: 0;
}

.GalleryFULLSCREEN header,
.GalleryFULLSCREEN photos small,
.GalleryFULLSCREEN banner {
	display: none;
}

.GalleryFULLSCREEN photos {
	display: grid;
	grid-template-areas: 
		'big;
	grid-template-columns:  100%;
	grid-template-rows: auto;
	grid-gap: 0;
}

.GalleryFULLSCREEN photos big images items {
    border: none;
}

.GalleryFULLSCREEN photos big images items item a img {
    max-width: 100%;
    max-height: 100%;
}

.newTab {
	border: 0;
}