@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
body {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
	color: #333;
	padding: 0 15px;
	box-sizing: border-box;
}
a {
    color: #900;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;	
}
.MT0 {
	margin-top: 0 !important;
}
wallpaper {
	display: block;
	position: relative;
	line-height: 0;
}
wallpaper img {
	width: 100%;
}
wallpaper text {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #FFFFFFEE;
	box-shadow: 0 0 7px #000000CC;
	border-radius: 7px;
	line-height: 40px;
	padding: 0 15px 2px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
wallpaper text span {
	color: #900;
}
menu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-gap: 7px;
    align-items: start;
	margin: 7px 0 10px;
	padding: 0;
    border-bottom: 6px solid #900;
}
menu a {
	display: block;
    line-height: 36px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #605d5d;
}
menu a:hover,
menu a.active {
    background: linear-gradient(to bottom, #d30a0a 2%,#990000 90%);
	border-color: #b01110;
	color: #fff;
	text-decoration: none;
}
menu a.active {
    padding-bottom: 2px;
}
div.pageTitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
div.pageTitle.LOGO {
	margin-top: 20px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 20px;
}
div.pageTitle.LOGO img {
	height: 80px;
}
div.pageTitle.LOGO .pic {
	line-height: 0;
}
div.pageTitle.LOGO h1 {
	align-self: end;
	font-size: 23px;
}
.searchForms {
	padding: 15px 20px 20px 20px;
	margin-bottom: 20px;
	background: #efe6e5;
	overflow: hidden;
}
.searchForms .catSelect {
	display: grid;
	grid-template-columns:  1fr;
	grid-gap: 20px;
	align-self: flex-end;
}
.searchForms .catSelect div {
	align-self: flex-end;
}
.searchForms .boxWrapper {
	position: relative;
}
.searchForms title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 6px;
}
.searchForms select {
	height: 32px;
	padding: 0 5px;
	box-sizing: border-box;
	width: 100%;
	font-size: 18px;
	color: #333;
	border: 1px solid #BBB;
	border-radius: 4px;
	background: #FFF;
}
.searchForms input[type="text"] {
	height: 32px;
	padding: 0 5px;
	box-sizing: border-box;
	width: 100%;
	font-size: 18px;
	color: #333;
	border: 1px solid #BBB;
	border-radius: 4px;
}
.searchForms .SEARCH_btn {
	display: block;
	line-height: 55px;
	padding: 0 15px;
	box-sizing: border-box;
	background: #b01110;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	transition: background .1s;
	font-weight: bold;
}
.searchForms .SEARCH_btn:hover {
	background: #900;
}
.searchForms .SEARCH_btn ico {
	display: inline-block;
	height: 24px;
	width: 24px;
	background:url("https://www.imot.bg/images/picturess/icons/search-zoom.svg") 0 0 no-repeat;
	vertical-align: -5px;
	margin-right: 5px;
}
.searchForms .showMoreForms {
	display: grid !important;
	animation: showMoreFormsAN 0.5s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes showMoreFormsAN {
	0% {
		opacity: 0;
		transform: translateX(100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
a.moreFilters {
	display: inline-block;
	color: #900;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	background:url("https://www.imot.bg/images/picturess/icons/moreFilters.svg") right 0 no-repeat;
	padding-right: 30px;
    cursor: pointer;
}
a.moreFilters:hover {
	color: #C16161;
	background-position: right -30px;
}
.searchForms .COMPACT {
	display: grid;
	grid-template-areas: 
		'c1 c2 c3';
	grid-template-columns:  1fr 1fr 1fr;
	grid-gap: 15px;
}
.searchForms .COMPACT .c1	{ grid-area: c1; }
.searchForms .COMPACT .c2	{ grid-area: c2; }
.searchForms .COMPACT .c3	{ grid-area: c3; }
.searchForms .COMPACT .kriterii	{
	align-self: start;
}
.searchForms .AUTO {
	display: none; /* grid */
	grid-template-areas:
		'f2 f3 f4 f5';
	grid-template-columns:  1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-gap: 15px;
	margin-top: 15px;
}
.searchForms .AUTO .f2		{ grid-area: f2; }
.searchForms .AUTO .f3		{ grid-area: f3; }
.searchForms .AUTO .f4		{ grid-area: f4; }
.searchForms .AUTO .f5		{ grid-area: f5; align-self: flex-end; }
.footer {
	border-top: #CCC 1px solid;
	text-align: center;
	margin: 20px 0 0;
	padding: 20px 0;
}
.footer a.logo {
	display: inline-block;
	line-height: 0;
	margin: 10px 0;
}
.footer a.logo img {
	height: 32px;
}
.footer a.site {
	font-weight: bold;
	color: #000;
}
.footer a.site:hover {
	color: #900;
	text-decoration: none;
}
.footer .links {
	margin-top:-5px;
}
.footer .links a {
	color: #333;
    font-size: 14px;
    line-height: 21px;
    text-decoration: underline;
    display: inline-block;
    margin: 0 5px;
}
.footer .links a:hover {
	color: #900;
	text-decoration: none;
}
.ad2023 {
	width: 980px;
	margin: 0 auto;
	display: grid;
	grid-template-areas: 
		'left right';
	grid-template-columns:  660px auto;
	grid-gap: 20px;
}
.ad2023 .left	{ grid-area: left; }
.ad2023 .right	{ grid-area: right; position: relative; z-index: 10; }
.ad2023 .right .sticky {
	position: sticky;
	top: 20px;
}
.ad2023 .left .brContact {
    width:100%;
    font-size:14px;
}
.ad2023 .left .broker {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    margin-top:10px;
    padding-top:15px;
    border-top:#CCC 1px solid;
}
.ad2023 .left .brokerInfo {
    flex-grow: 1;
    text-align:left;
    padding-bottom:10px;
}
.ad2023 .left .brokerPic {
    width:100px;
    padding-bottom:10px;
}
.contactsBox {
    width: 300px;
    padding: 15px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #ccc;
    border-bottom-width: 3px;
    border-radius: 3px;
    font-size: 14px;
    text-align: left;
}
.contactsBox .obTitle {
    position: relative;
    padding-top: 17px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
.contactsBox .obTitle span {
    position: absolute;
    top: -7px;
    right: 0;
    color: #AAA;
    font-size: 13px;
    font-weight: normal;
}
.contactsBox .obTitle div {
    margin-top: 8px;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}
.contactsBox .adSubTitle {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.contactsBox .Price {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #900;
}
.contactsBox .Price a {
    display: inline-block;
    width: 36px;
    height: 25px;
    line-height: 0;
    background: url("//www.imot.bg/images/picturess/icons/price-compare-icon.svg") center center no-repeat;
    margin-left: 10px;
    vertical-align: -3px;
    transition: .2s;
}
.contactsBox .Price a:hover {
    transform: scale(1.4)
}
.contactsBox .Price .m2 {
    font-size: 15px;
    font-weight: normal;
    color: #900;
}
.priceHistory {
    display: none;
    position: absolute;
    z-index: 9999999999999;
    top: 36px;
    right: 0;
    width: 660px;
    padding: 20px 20px 22px;
    box-sizing: border-box;
    background: #333;
    color: #FFF;
    font-weight: normal;
}
.priceHistory.show {
    display: block;
    animation: priceMove 0.25s cubic-bezier(.36,.07,.19,.97) both;
    transform-origin: top right;
}
@keyframes priceMove {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.contactsBox .PriceInfo {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.contactsBox .credit {
    margin-top: 12px;
    margin-bottom: 15px;
}
.contactsBox .credit a {
    display: block;
}
.contactsBox .dealer {
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #CCC;
}
.contactsBox .dealer a.who  {
    display: grid;
    grid-template-areas:
        'logo info';
    grid-template-columns: auto 1fr;
    grid-gap: 0;
}
.contactsBox .dealer a.who .logo { grid-area: logo; }
.contactsBox .dealer a.who .info { grid-area: info; align-self: center; }
.contactsBox .dealer a.who:hover { text-decoration: none; }
.contactsBox .dealer a.who:hover .info .name { text-decoration: underline; }
.contactsBox .dealer a.who:hover .info .location { color: #333 !important; }
.contactsBox .dealer a.who .logo  {
    display: inline-block;
    line-height: 0;
    padding-right: 10px;
}
.contactsBox .dealer a.who .logo img {
    max-height: 40px;
    max-width: 85px;
}
.contactsBox .dealer a.who {
    text-decoration: none;
}
.contactsBox .dealer a.who .info .name {
    font-weight: bold;
    line-height: 16px;
    color: #900;
    text-decoration: underline;
}
.contactsBox .dealer a.who .info:hover .name {
    text-decoration: none;
}
.contactsBox .dealer a.who .info .location {
    margin-top: 3px;
    font-size: 12px;
    line-height: 14px;
    color: #333;
    text-decoration: none !important;
}
.contactsBox .dealer a.who .info:hover .location {
    text-decoration: none;
    color: #777 !important;
}
.contactsBox .year  {
    display: grid;
    grid-template-areas:
        'znak text';
    grid-template-columns: auto 1fr;
    grid-gap: 0;
    margin-top: 10px;
}
.contactsBox .year .znak { grid-area: znak; padding-right: 10px; }
.contactsBox .year .text { grid-area: text; align-self: center; }
.contactsBox .year .znak img { max-height: 36px; width: 100%; }
.contactsBox .year .text a {
    display: inline-block;
    font-size: 12px;
    color: #900;
    line-height: 16px;
    margin-top: 3px;
    text-decoration: underline;
}
.contactsBox .year .text a:hover {
    text-decoration: none;
}
.contactsBox .phone {
    font-size: 27px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 10px;
    background: url(//www.imot.bg/images/picturess/icons/phone-ico2.svg) 0 3px no-repeat;
    background-size: 28px auto;
    padding-left: 37px;
}
.contactsBox .phone span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.contactsBox .phone a {
    font-size: 12px;
    line-height: 20px;
    color: #900;
    display: inline-block;
    margin-top: 1px;
    text-decoration: underline;
}
.contactsBox .phone a:hover {
    text-decoration: none;
}
.contactsBox .BUTTONS {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto;
    grid-gap: 5px;
}
.contactsBox .BUTTONS .save{
    cursor: pointer;
    display: block;
    line-height: 16px;
    padding: 3px 10px;
    border: 2px solid #333;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    background: url(//www.imot.bg/images/picturess/icons/like-star.svg) 12px 5px no-repeat;
    padding-left: 51px;
    transition: .2s;
    margin-right: 5px;
}
.contactsBox .BUTTONS .save:hover {
    border-color: #f7eae7CC;
    background-color: #f7eae7CC;
    color: #333;
}
.contactsBox .BUTTONS .saved {
    border-color: #900 !important;
    background-color: #900 !important;
    background-position: 12px -35px;
    color: #FFF !important;
}
.contactsBox .BUTTONS .share {
    cursor: pointer;
    display: block;
    height: 42px;
    width: 42px;
    border-radius: 4px;
    background: url("//www.imot.bg/images/picturess/icons/share-ad.svg") center center no-repeat;
    transition: .2s;
}
.contactsBox .BUTTONS .share:hover {
    border-color: #f7eae7CC;
    background-color: #f7eae7CC;
}
.contactsBox .BUTTONS .print {
    cursor: pointer;
    display: block;
    height: 42px;
    width: 42px;
    border-radius: 4px;
    background: url("//www.imot.bg/images/picturess/icons/print-ad.svg") center center no-repeat;
    transition: .2s;
}
.contactsBox .BUTTONS .print:hover {
    border-color: #f7eae7CC;
    background-color: #f7eae7CC;
}
.contactsBox .shareWrapper {
    overflow: hidden;
}
.contactsBox .SHARE {
    display: none;
    grid-template-columns:  auto 1fr;
    grid-gap: 10px;
    margin-top: 15px;
    text-align: center;
    line-height: 0;
    transform: translateX(-300px);
    transition: .3s;
}
.contactsBox .SHARE.open {
    display: grid;
    animation: shareMove 0.5s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes shareMove {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
.contactsBox .SHARE a {
    position: relative;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 42px;
    border-radius: 4px;
    background: center center no-repeat;
    transition: .2s;
}
.contactsBox .SHARE a:hover {
    border-color: #f7eae7CC;
    background-color: #f7eae7CC;
}
.contactsBox .SHARE a.copy {
    cursor: pointer;
    background-image: url("//www.imot.bg/images/picturess/icons/copy-ad.svg");
    background-position: center 8px;
}
.contactsBox .SHARE a.copy.selected {
    background-position: 7px -33px;
}
.contactsBox .SHARE a.copy:hover {
    background-position: center -33px;
}
.contactsBox .SHARE a.viber {
    background-image: url("//www.imot.bg/images/picturess/icons/viber-ad.svg");
}
.contactsBox .SHARE a.email {
    background-image: url("//www.imot.bg/images/picturess/icons/email-ad.svg");
}
.contactsBox .SHARE a.messenger {
    background-image: url("//www.imot.bg/images/picturess/icons/messenger-ad.svg");
}
.contactsBox .SHARE div.shareTitle {
    line-height: 26px;
    align-self: center;
    font-weight: bold;
}
.moreInfo .Title {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background: #ffffff;
	border-radius: 4px;
	padding: 7px 10px 7px;
	text-transform: uppercase;
	color: #000;
}
.moreInfo .text {
	font-size: 14px;
	line-height: 24px;
	padding: 0 10px;
}
.moreInfo .text a {
	color: #900;
	font-weight: bold;
}
.moreInfo .text a:hover {
	color: #C16161;
}
.moreInfo .text .viewSites {
	border-top: 1px dashed #CCC;
	margin-top: 25px;
	padding-top: 15px;
	font-size: 12px;
	text-align: center;
}
.YouTube {
	width: 660px;
	height: 371px;
}
.dealer2023 a.showMap {
	display: inline-block;
	line-height: 0;
	transition: .15s;
}
.dealer2023 a.showMap:hover {
	transform: scale(1.09);
}
.dealer2023 a.showMap img {
	width: 100%;
}
.dealer2023 .wallpaper {
	width: calc(100% + 32px);
	margin-top: -16px;
	margin-left: -16px;
	margin-bottom: 20px;
}
.dealer2023 .wallpaper img {
	width: 100%;
	border-radius: 4px 4px 0 0;
}
.dealer2023 .opa {
	background-color: #9d5151;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	padding: 21px 15px;
	margin-bottom: 15px;
	animation: alertMove 0.5s cubic-bezier(.36,.07,.19,.97) both;
}
.dealer2023 .bravo {
	background-color: #4a9940;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	padding: 21px 15px;
	animation: alertMove 0.5s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes alertMove {
	0% {
		opacity: 0;
		transform: translateX(-660px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
.dealer2023 .location {
	border-top: 1px dashed #CCC;
	margin-top: 20px;
	padding-top: 15px;
	text-align: center;
}
.dealer2023 .location a {
	display: inline-block;
	color: #900;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	background:url("https://www.imot.bg/images/picturess/icons/location.svg") 0 center no-repeat;
	padding-left: 30px;
}
.dealer2023 .location a:hover {
	color: #C16161;
}
.shareWrapper {
	overflow: hidden;
}
.SHARE {
	display: none;
	grid-template-columns:  auto 1fr;
	grid-gap: 10px;
	margin-top: 10px;
	text-align: center;
	line-height: 0;
	transform: translateX(-300px);
	transition: .3s;
}
.SHARE.open {
	display: grid;
	animation: shareMove 0.5s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes shareMove {
  0% {
	  opacity: 0;
	  transform: translateX(-300px);
  }  
  100% {
	  opacity: 1;
	  transform: translateX(0px);
  }
}
.SHARE a {
	position: relative;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	width: 42px;
	border-radius: 4px;
	background: center center no-repeat;
	transition: .2s;
}
.SHARE a:hover {
	border-color: #f7eae7CC;
	background-color: #f7eae7CC;
}
.SHARE a.copy {
	background-image: url("https://www.imot.bg/images/picturess/icons/copy-ad.svg");
    background-position: center 8px;
}
.SHARE a.copy:hover {
	background-position: center -33px;
}
.SHARE a.viber {
	background-image: url("https://www.imot.bg/images/picturess/icons/viber-ad.svg");
}
.SHARE a.messenger {
	background-image: url("https://www.imot.bg/images/picturess/icons/messenger-ad-white.svg");
}
.SHARE a.print {
	background-image: url("https://www.imot.bg/images/picturess/icons/print-ad.svg");
}
.SHARE a.telegram {
	background-image: url("https://www.imot.bg/images/picturess/icons/telegram-ad.svg");
}
.SHARE a.email {
	background-image: url("https://www.imot.bg/images/picturess/icons/email-ad-white.svg");
}
.SHARE div.shareTitle {
	line-height: 26px;
	align-self: center;
	font-weight: bold;
}
.borderBox {
	margin-top: 20px;
    padding: 15px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #ccc;
	border-bottom-width: 3px;
    border-radius: 3px;
    font-size: 14px;
    text-align: left;
}
.imotExtri .Title {
	display: inline-block;
	font-weight: bold;
	text-transform: none;
	font-size: 19px;
	margin-bottom: 15px;
}
.imotExtri .items {
	display: grid;
	grid-template-columns:  1fr 1fr;
	grid-gap: 0px 20px;
	margin-bottom: 20px;
}
.imotExtri .items:last-of-type {
	margin-bottom: 0px;
}
.imotExtri .items div {
	position: relative;
	padding: 10px 35px 10px 10px;
	font-size: 14px;
	line-height: 16px;
	align-self: flex-start;
	color: #333;
	background: url("https://www.imot.bg/images/picturess/icons/ok-2.svg") right 8px top 8px no-repeat;
}
.imotExtri .items div[data-title]:hover {
	color: #3a99fe;
	cursor: help;
}
.imotExtri .items div[data-title]:hover::after {
	content: attr(data-title);
	position: absolute;
	z-index: 1;
	bottom: -23px;
	white-space: nowrap;
	color: #FFF;
	background:url("https://www.imot.bg/images/picturess/icons/info-tooltip-bw.svg") 6px center no-repeat;
	background-color: #222;
	padding: 5px 10px 5px 30px;
	animation: tooltipShow 0.2s .5s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes tooltipShow {
	0% {
		opacity: 0;
	}
	1% {
		opacity: .5;
		transform: scale(.65);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.imotExtri .items div:nth-child(4n+1),
.imotExtri .items div:nth-child(4n+2){
	background-color: #f5f2f1;
}
.dealer2023 .icoName {
	background-image: url("https://www.imot.bg/images/picturess/icons/icoName.svg");
	background-position: 7px 7px;
	background-repeat: no-repeat;
	padding-left: 36px !important;
}
.dealer2023 .icoPhone {
	background-image: url("https://www.imot.bg/images/picturess/icons/icoPhone.svg");
	background-position: 7px 7px;
	background-repeat: no-repeat;
	padding-left: 36px !important;
}
.dealer2023 .icoEmail {
	background-image: url("https://www.imot.bg/images/picturess/icons/icoEmail.svg");
	background-position: 7px 7px;
	background-repeat: no-repeat;
	padding-left: 36px !important;
}
.zaglavieForPhone {
	display: none;
}
.shareOnPhone {
	display: none;
}
.dealer2023 .blockGrid {
	display: grid;
	grid-template-columns: 120px 1fr;
	grid-gap: 20px;
	margin-top: 20px;
}
.blockTitle {
	display: inline-block;
	font-weight: bold;
    text-transform: none;
    font-size: 19px;
	margin-bottom: 15px;
}
.dealer2023 .infoBox grid{
    display: grid;
    grid-template-columns: 1fr 215px;
    grid-gap: 10px;
}
.dealer2023 .infoBox .phone {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 12px;
    background: url(//www.imot.bg/images/picturess/icons/phone-ico3.svg) 0 3px no-repeat;
    background-size: 24px auto;
    padding-left: 34px;
}
.dealer2023 .infoBox small {
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    margin-top: -2px;
}
.ad2023 .infoBox .phone div {
    font-size: 16px !important;
    font-weight: bold;
    line-height: 22px;
    margin-top: 5px;
}
.ad2023 .infoBox .phone div span{
    display: inline-block
}
.dealer2023 .infoBox .type {
    font-size: 14px;
}
.dealer2023 .infoBox .name {
    margin-top: 5px;
    font-size: 21px;
    line-height: 26px;
    /*font-weight: bold;*/
}
.dealer2023 .infoBox .year  {
    display: grid;
    grid-template-areas: 'znak text';
    grid-template-columns: auto 1fr;
    grid-gap: 2px;
    margin-top: 15px;
}
.dealer2023 .infoBox .year .znak	{ grid-area: znak; padding-right: 10px; }
.contactsBox .year .text			{ grid-area: text; align-self: center; }
.dealer2023 .infoBox .year .znak img {
    max-height: 51px;
    margin-top: -6px;
    width: 100%;
}
.dealer2023 a.url {
    display: inline-block;
    margin-top: 4px;
    color: #900;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 16px;
    background: url(//www.imot.bg/images/picturess/icons/open-link.svg) 0 center no-repeat;
    padding-left: 20px;
}
.dealer2023 a.url:hover {
    color: #C16161;
    text-decoration: none;
}
.dealer2023 a.url2 {
    display: inline-block;
    margin-top: 4px;
    color: #900;
    font-size: 13px;
    text-decoration: underline;
    line-height: 14px;
}
.dealer2023 a.url2:hover {
    color: #C16161;
    text-decoration: none;
}
.dealer2023 .infoBox .adress {
    font-size: 12px;
    line-height: 16px;
}
.dealer2023 .infoBox .region {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
}
.dealer2023 .infoBox .more {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
}
.dealer2023 .infoBox .more a {
    display: inline-block;
    color: #900;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: underline;
}
.dealer2023 .infoBox .more a:hover {
    color: #C16161;
    text-decoration: none;
}
.dealer2023 .infoBox .site {
    margin-top: 10px;
}
.dealer2023 .infoBox .site a {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #3a99fe;
    font-weight: bold;
    background: url(//www.imot.bg/images/picturess/icons/open-link.svg) 0 center no-repeat;
    padding-left: 23px;
}
.dealer2023 .location {
    border-top: 1px dashed #CCC;
    margin-top: 20px;
    padding-top: 15px;
    text-align: center;
}
.dealer2023 .location a {
    display: inline-block;
    color: #900;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    background:url("//www.imot.bg/images/picturess/icons/location2.svg") 0 center no-repeat;
    padding-left: 30px;
}
.dealer2023 .location a:hover {
    color: #C16161;
}
.dealer2023 .infoBox .image img {
    width: 100%;
}
.dealer2023 .blockTitle {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    background: #ffffff;
    border-radius: 4px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}
.dealer2023 .infoBox .phone {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 5px;
    background: url(//www.imot.bg/images/picturess/icons/phone-ico.svg) 0 3px no-repeat;
    background-size: 24px auto;
    padding-left: 34px;
}
.dealer2023 .infoBox .phone div {
    font-size: 16px !important;
    font-weight: bold;
    line-height: 22px;
    margin-top: 5px;
}
.dealer2023 .infoBox .phone div span{
    display: inline-block
}
.dealer2023 .zapitvane {
    overflow: hidden;
}
.dealer2023 .zapitvane .zForms {
    display: grid;
    grid-template-areas:
		'name message'
		'phone message'
		'email message'
		'agree agree'
		'button button';
    grid-template-columns: 220px 1fr;
    grid-gap: 10px 15px;
}
.dealer2023 .zapitvane .zForms2 {
    display: grid;
    grid-template-areas: 'smskey button';
    grid-template-columns: 220px 1fr;
    grid-gap: 10px 15px;
}
.dealer2023 .zapitvane .zForms .phone		{ grid-area: phone; }
.dealer2023 .zapitvane .zForms .email		{ grid-area: email; }
.dealer2023 .zapitvane .zForms .name		{ grid-area: name; }
.dealer2023 .zapitvane .zForms .message		{ grid-area: message; }
.dealer2023 .zapitvane .zForms .agree		{ grid-area: agree; }
.dealer2023 .zapitvane .zForms .button		{ grid-area: button; }
.dealer2023 .zapitvane .zForms .smskey		{ grid-area: smskey; }
.dealer2023 .zapitvane .zForms .submsg	    { grid-area: submsg; }

.dealer2023 .zapitvane .zForms input[type="text"],
.dealer2023 .zapitvane .zForms2 input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #f5f2f1;
    border: 1px solid #CCC;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 10px;
}
.dealer2023 .zapitvane .zForms textarea {
    width: 100%;
    height: 101px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #f5f2f1;
    border: 1px solid #CCC;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    padding: 5px 10px;
}
.dealer2023 .zapitvane .zForms label,
.dealer2023 .zapitvane .zForms2 label {
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
}
.dealer2023 .zapitvane .redField input[type="text"] {
    background-color: #f5f2f1;
    border: 1px solid #9d5151;
}
.dealer2023 .zapitvane .redField textarea {
    background-color: #f5f2f1;
    border: 1px solid #9d5151;
}
.dealer2023 .zapitvane .zForms .agree {
    text-align: right;
}
.dealer2023 .zapitvane .zForms .agree label {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 25px;
}
.dealer2023 .zapitvane .zForms .agree input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
    padding: 0;
    vertical-align: -3px;
}
.dealer2023 .zapitvane .zForms .agree a {
    text-decoration: underline;
    color: #900;
}
.dealer2023 .zapitvane .zForms .agree a:hover {
    text-decoration: none;
    color: #C16161;
}
.dealer2023 .zapitvane .zForms .button,
.dealer2023 .zapitvane .zForms2 .button {
    display: block;
    margin-top: 31px;
    text-align: center;
}
.dealer2023 .zapitvane .zForms2 .button a.addButton,
.dealer2023 .zapitvane .zForms .button a.addButton {
    box-sizing: border-box;
    text-align: center;
    margin-top: 0;
    line-height: 38px;
}
.dealer2023 .zapitvane .zForms .code {
    width: 360px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-top: 15px;
}
.dealer2023 .zapitvane .zForms .code img {
    height: 52px;
}
.dealer2023 .zapitvane .zForms .code label {
    margin-top: -4px;
    margin-bottom: 6px;
}
.rabotnoVreme {
	width: 300px;
    padding: 15px;
	box-sizing: border-box;
    background: #FFF;
    border: 1px solid #ccc;
	border-bottom-width: 3px;
    border-radius: 3px;
}
.rabotnoVreme .title {
	font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
	background: url("https://www.imot.bg/images/picturess/icons/rab-vreme.svg") 10px center no-repeat #333;
	padding: 0 15px 0 43px;
	line-height: 46px;
}
.rabotnoVreme .bez {
	text-align: center;
    margin: 20px 0 10px;
	font-size: 16px;
}
.rabotnoVreme .bez strong {
	display: block;
	margin-bottom: 10px;
}
.rabotnoVreme .bez div.phone {
	display: inline-block;
	font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 15px;
    background: url(https://www.imot.bg/images/picturess/icons/phone-ico.svg) 0 3px no-repeat;
    background-size: 24px auto;
    padding-left: 34px;
}
.zaglavieForPhone .Title{
	font-size: 24px;
	font-weight: bold;
}
.Price {
	display: block;
	font-size: 28px;
	margin-top: 7px;
}
.Price a {
	margin-left: 15px;
}
.priceHistory {
	display: none;
	position: absolute;
	z-index: 9999999999999;
	top: 36px;
	right: 0;
	width: 660px;
	padding: 20px 20px 22px;
	box-sizing: border-box;
	background: #333;
	color: #FFF;
	font-weight: normal;
}
.priceHistory2 {
	width: 660px;
	top: 32px;
	right: auto;
    left: 0;
}
.priceHistory.show {
	display: block;
	animation: priceMove 0.25s cubic-bezier(.36,.07,.19,.97) both;
	transform-origin: top right;
}
@keyframes priceMove {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
    100% {
		opacity: 1;
		transform: scale(1);
	}
}
.priceHistory .title {
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 20px;
}
.priceHistory .title a {
	float: right;
	display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 0;
    background: url(https://www.imot.bg/images/picturess/icons/close-x-white.svg) center center no-repeat;
    vertical-align: -3px;
    transition: .2s;
}
.priceHistory statistiki {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px 30px;
    font-size: 14px;
    max-height: 315px;
    overflow: auto;
}
.priceHistory statistiki::-webkit-scrollbar { width: 10px; height: 10px}
.priceHistory statistiki::-webkit-scrollbar-thumb { background: #666}
.priceHistory statistiki::-webkit-scrollbar-thumb:hover { background: #999}
.priceHistory statistiki::-webkit-scrollbar-track { background: #333}
.priceHistory statistiki div:nth-child(-n + 3) {
    font-weight: bold;
    color: #FFF !important;
}
.priceHistory statistiki div:nth-child(4n + 3) {
    text-align: right;
    font-weight: bold;
}
.priceHistory statistiki div:nth-child(4n + 4) {
    text-align: left;
    font-weight: normal;
    opacity: .6;
    font-style: italic;
}
.priceHistory statistiki div:nth-child(4n + 2) {
    color: #42FF00;
    font-weight: bold;
}
.priceHistory statistiki div.up {
    color: #F00;
    background: url("https://www.imot.bg/images/picturess/icons/price-up.svg") 0 center no-repeat;
    background-size: 16px auto;
    padding-left: 26px;
}
.priceHistory statistiki div.down {
    background: url("https://www.imot.bg/images/picturess/icons/price-down.svg") 0 center no-repeat;
    background-size: 16px auto;
    padding-left: 26px;
}
.priceHistory2 {
    top: 34px;
    right: auto;
    left: 0;
}
.priceHistory2.show {
    transform-origin: top left;
}
.PriceInfo {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
.zaglavieForPhone .Buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
	margin-top: 18px;
}
.zaglavieForPhone .Buttons a {
	display: block;
	line-height: 48px;
	padding: 0 5px;
	box-sizing: border-box;
	background: #900;
	color: #FFF;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	transition: background .1s;
	font-weight: bold;
}
.zaglavieForPhone .Buttons a:hover {
	background: #C16161;
}
.zaglavieForPhone .Buttons a.light {
	line-height: 44px;
	background: #FFF;
	color: #900;
	border: 2px solid #900;
}
.zaglavieForPhone .Buttons a.light:hover {
	background-color: #F8EDED;
}
.zaglavieForPhone .Buttons a ico.phone {
	display: inline-block;
	height: 24px;
	width: 24px;
	background:url("https://www.imot.bg/images/picturess/icons/phone-w.svg") 0 0 no-repeat;
	vertical-align: -5px;
	margin-right: 9px;
}
.zaglavieForPhone .Buttons a ico.email {
	display: inline-block;
	height: 24px;
	width: 24px;
	background:url("https://www.imot.bg/images/picturess/icons/email-w.svg") 0 0 no-repeat;
	vertical-align: -5px;
	margin-right: 9px;
}
.promoLine {
	position: absolute;
	z-index: 2;
	top: -6px;
	left: -6px;
	width: 70px;
	height: 70px;
	background: 0 0;
	cursor: zoom-in;
	pointer-events: none;
	user-select: none;
}
.bottomListButtons {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 4px;
	margin-bottom: 20px;
}
.bottomListButtons div:nth-of-type(1) span {
	display: block;
	line-height: 32px;
	padding: 0 15px;
	background: url("https://www.imot.bg/images/picturess/icons/star-white.svg") 7px center no-repeat;
	background-color: #900;
	padding-left: 37px;
	color: #FFF;
	font-size: 14px;
	border-radius: 5px;
	text-decoration: none;
	transition: background .1s;
	font-weight: bold;
	cursor: pointer;
}
.bottomListButtons div:nth-of-type(1) span:hover {
	background-color: #B42F2F;
	text-decoration: none;
}
.bottomListButtons div:last-of-type{
	text-align: right;
}
.bottomListButtons div:last-of-type span {
	display: inline-block;
	line-height: 32px;
	padding: 0 15px;
	background: #c8ccce;
	color: #FFF;
	font-size: 14px;
	border-radius: 5px;
	text-decoration: none;
	transition: background .1s;
	cursor: default;
}
.bottomListButtons div:last-of-type span:hover {
	text-decoration: none;
}
.bottomListButtons div:last-of-type span.print {
	background-image: url(https://www.imot.bg/images/picturess/icons/sravni-print.svg);
	background-position: right -32px center;
	background-repeat: no-repeat;
	padding-right: 35px;
}
.bottomListButtons div:last-of-type span.ALL {
	background: url("https://www.imot.bg/images/picturess/icons/ads-checkbox.svg") right 1px top 0 no-repeat;
	padding-right: 23px;
	line-height: 16px;
	background-color: transparent;
	color: #000;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	transition: none;
	margin-left: 120px;
}
.bottomListButtons div:last-of-type span.ALL:hover {
	background-position: right 1px top -20px;
	text-decoration: none;
	color: #900;
}
.bottomListButtons div:last-of-type span.ALL.active {
	background-position: right 1px top -40px;
	color: #900;
	font-weight: bold;
}
.pagination-wrapper {
	width: 100%;
	text-align: center;
}
.pagination-wrapper .pagination {
	display: inline-block;
	white-space: nowrap;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1), 0 0 0 1px inset #d5d9d9;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	padding: 1px;
}
.pagination-wrapper .pagination a,
.pagination-wrapper .pagination div.a {
	display: inline-block;
	color: #0f1111;
	line-height: 46px;
	padding: 0 12px;
	min-width: 24px;
	height: 46px;
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	text-decoration: none !important;
	float: left;
}
.pagination-wrapper .pagination a:hover,
.pagination-wrapper .pagination div.a:hover {
	background-color: #f7eae7CC;
}
.pagination-wrapper .pagination a:active,
.pagination-wrapper .pagination div.a:active {
	background-color: #f7eae788;
}
.pagination-wrapper .pagination a.selected,
.pagination-wrapper .pagination div.a.selected {
	color: #FFF;
	background: #900;
	font-weight: 700;
	box-shadow: 0 0 0 1px #900;
	margin-top: 0;
	position: relative;
	z-index: 999;
}
.pagination-wrapper .pagination a.gray,
.pagination-wrapper .pagination div.a.gray {
	color: #a0a1a1!important;
	background: #FFF !important;
}
.pagination-wrapper .pagination div.dots {
	background: #FFF !important;
}
.pagination-wrapper .pagination div.dots img {
	vertical-align: top;
	margin-top: 22px;
}
.pagination-wrapper .pagination a.prev,
.pagination-wrapper .pagination div.a.prev,
.pagination-wrapper .pagination a.next,
.pagination-wrapper .pagination div.a.next {
	min-width: 69px;
}
.pagination-wrapper .pagination a.prev,
.pagination-wrapper .pagination div.a.prev {
	border-radius: 8px 0 0 8px;
}
.pagination-wrapper .pagination a.prev:before,
.pagination-wrapper .pagination div.a.prev:before {
	content: '';
	width: 1px;
	height: 32px;
	background: #d5d9d9;
	position: absolute;
	right: -1px;
	top: 7px;
}
.pagination-wrapper .pagination a.prev:hover:before,
.pagination-wrapper .pagination div.a.prev:hover:before {
	display: none;
}
.pagination-wrapper .pagination a.prev span,
.pagination-wrapper .pagination div.a.prev span {
	display: inline-block;
	background: url("https://www.imot.bg/images/picturess/icons/pag-prev-new.svg") 0 17px no-repeat;
	padding-left: 18px;
}
.pagination-wrapper .pagination a.prev.gray:hover,
.pagination-wrapper .pagination div.a.prev.gray:hover {
	background: transparent !important;
}
.pagination-wrapper .pagination a.prev.gray:hover:before,
.pagination-wrapper .pagination div.a.prev.gray:hover:before {
	display: block;
}
.pagination-wrapper .pagination a.prev.gray span,
.pagination-wrapper .pagination div.a.prev.gray span {
	background-position: 0 -33px;
}
.pagination-wrapper .pagination a.next,
.pagination-wrapper .pagination div.a.next {
	border-radius: 0 8px 8px 0;
}
.pagination-wrapper .pagination a.next:before,
.pagination-wrapper .pagination div.a.next:before {
	content: '';
	width: 1px;
	height: 32px;
	background: #d5d9d9;
	position: absolute;
	left: 0;
	top: 7px;
}
.pagination-wrapper .pagination a.next:hover:before,
.pagination-wrapper .pagination div.a.next:hover:before {
	display: none;
}
.pagination-wrapper .pagination a.next span,
.pagination-wrapper .pagination div.a.next span {
	display: inline-block;
	background: url("https://www.imot.bg/images/picturess/icons/pag-next-new.svg") right 17px no-repeat;
	padding-right: 18px;
}
.pagination-wrapper .pagination a.next.gray:hover,
.pagination-wrapper .pagination div.a.next.gray:hover {
	background: transparent !important;
}
.pagination-wrapper .pagination a.next.gray:hover:before,
.pagination-wrapper .pagination div.a.next.gray:hover:before {
	display: block;
}
.pagination-wrapper .pagination a.next.gray span,
.pagination-wrapper .pagination div.next.gray span {
	background-position: right -33px;
}
.ads2023 .item {
	display: grid;
	grid-template-areas:
        'photo text'
        'links links';
	grid-template-columns: auto 1fr;
	grid-template-rows: auto;
	grid-gap: 12px 17px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #CCC;
	transition: .2s;
}
.ads2023 .item .photo   { grid-area: photo; }
.ads2023 .item .text    { grid-area: text; }
.ads2023 .item .links   { grid-area: links; }
.ads2023 .item:first-of-type {
	padding-top: 30px;
}
.ads2023 .item .photo .wrapper a.image {
	display: block;
	position: relative;
	line-height: 0;
}
.ads2023 .item .photo .wrapper a.image:hover {
	animation: imgHover 1.50s cubic-bezier(.07,.13,.19,.97) both;
}
.ads2023 .item .photo .wrapper a.image img.pic {
	object-fit: cover;
	width: 249px;
	height: 187px;
	max-width: 249px;
	max-height: 187px;
}
.ads2023 .big .kaparo {
	position: absolute;
	z-index: 2;
	top: -5px;
	right: -5px;
	width: 110px;
	height: 110px;
}
.ads2023 .big {
	position: relative;
}
.ads2023 .big .promo {
	position: absolute;
	z-index: 2;
	top: -4px;
	left: -4px;
	width: 45px;
	height: 45px;
}
.ads2023 .big .promo.best {
	top: -5px;
	left: -5px;
	width: 65px;
	height: 65px;
	background: none;
}
.ads2023 .item.BEST .photo .wrapper,
.ads2023 .item.TOP .photo .wrapper,
.ads2023 .item.VIP .photo .wrapper {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 5px;
}
.ads2023 .item.BEST .photo .wrapper .small a,
.ads2023 .item.TOP .photo .wrapper .small a,
.ads2023 .item.VIP .photo .wrapper .small a {
	display: block;
	line-height: 0;
	margin-bottom: 5px;
}
.ads2023 .item.BEST .photo .wrapper .small a:hover,
.ads2023 .item.TOP .photo .wrapper .small a:hover,
.ads2023 .item.VIP .photo .wrapper .small a:hover {
	animation: imgHover 1.50s cubic-bezier(.07,.13,.19,.97) both;
}
@keyframes imgHover {
	0% {
		opacity: .2;
	}
    100% {
		opacity: 1;
	}
}
.ads2023 .item.BEST .photo .wrapper .small a:last-of-type,
.ads2023 .item.TOP .photo .wrapper .small a:last-of-type,
.ads2023 .item.VIP .photo .wrapper .small a:last-of-type{
	margin-bottom: 0;
}
.ads2023 .item.BEST .photo .wrapper .small a img,
.ads2023 .item.TOP .photo .wrapper .small a img,
.ads2023 .item.VIP .photo .wrapper .small a img {
	object-fit: cover;
	width: 80px;
	height: 59px;
	max-width: 80px;
}
.ads2023 .item .photo .wrapper .small a.video {
	line-height: 26px;
	color: #FFF;
	background: url("https://www.imot.bg/images/picturess/icons/ads-video.svg") 5px center no-repeat #e51212;
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
	border-radius: 3px;
}
.ads2023 .item .photo .wrapper .small a.video:hover {
	background-color: #111;
	text-decoration: none;
}
.ads2023 .item .photo .wrapper .small a.vr360:hover {
	color: #111;
	border-color: #111;
	text-decoration: none;
	background-position: 5px -26px;
}
.ads2023 .item .text .zaglavie {
	display: grid;
	grid-template-columns: 1fr auto auto;
	grid-gap: 20px;
}
.ads2023 .item .text .zaglavie a.title {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-moz-line-clamp: 2;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: -5px;
	height: 44px;
}
.ads2023 .item .text .zaglavie a.title:hover {
	text-decoration: none;
}
.ads2023 .item .text .zaglavie a.title location {
	display: block;
	margin-top: -2px;
	font-size: 15px;
	text-decoration: underline;
	color: #900;
}
.ads2023 .item .text .zaglavie a.title:hover location{
	color: #900;
	text-decoration: none;
}
.ads2023 .item .text .zaglavie .price {
	margin-top: -7px;
}
.ads2023 .item .text .zaglavie .price div {
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
}
.ads2023 .item .text .zaglavie .price.DOWN {
	background: url("https://www.imot.bg/images/picturess/icons/price-down.svg") 0 4px no-repeat;
	background-size: 16px auto;
	padding-left: 26px;
}
.ads2023 .item .text .zaglavie .price.UP {
	background: url("https://www.imot.bg/images/picturess/icons/price-up.svg") 0 4px no-repeat;
	background-size: 16px auto;
	padding-left: 26px;
}
.ads2023 .item .text .zaglavie .like a {
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -10px;
	background: url("https://www.imot.bg/images/picturess/icons/like-ad.svg") 0 0 no-repeat;
	cursor: pointer;
}
.ads2023 .item .text .zaglavie .like a:hover {
	background-position: 0 -40px;
}
.ads2023 .item .text .zaglavie .like a.active {
	background-position: 0 -80px !important;
	animation: likeMove 0.35s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes likeMove {
	0% {
		opacity: .5;
		transform: scale(.35);
	}
    50% {
		opacity: 1;
		transform: scale(1.15);
	}
    100% {
		opacity: 1;
		transform: scale(1);
	}
}
.ads2023 .item .text new {
	display: block;
	margin-top: 7px;
	line-height: 0;
	height: 11px;
}
.ads2023 .item .text new span {
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	line-height: 11px;
	background: #900;
	padding: 3px 7px;
	border-radius: 3px;
	margin-top: -2px;
}
.ads2023 .item .text .params {
	margin-top: 6px;
	font-size: 15px;
	height: 40px;
}
.ads2023 .item .text .params span{
	display: inline-block;
	background: url(https://www.imot.bg/images/picturess/icons/ok-3.svg) left center no-repeat;
	padding-left: 19px;
	line-height: 20px;
	margin-right: 10px;
}
.ads2023 .item .text .info {
	margin-top: 10px;
	font-size: 14px;
	line-height: 17px;
	font-family: Arial, sans-serif;
	color: #666;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-moz-line-clamp: 3;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 58px;
}
.ads2023 .item .seller {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px;
	margin-top: 10px;
}
.ads2023 .item .seller .logo a {
	display: block;
	line-height: 0;
}
.ads2023 .item .seller .logo a img{
	height: 35px;
}
.ads2023 .item .seller .sInfo .name a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 4px;
}
.ads2023 .item .seller .sInfo .name a:hover {
	color: #900 !important;
}
.ads2023 .item .seller .sInfo .name a:hover {
	color: #3a99fe;
	text-decoration: none;
}
.ads2023 .item .seller .sInfo .location {
	background: url(https://www.imot.bg/images/picturess/icons/location-black.svg) 0 0 no-repeat;
	background-size: auto 13px;
	padding-left: 14px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.ads2023 .item .seller.FREE {
	display: block;
	background: url(https://www.imot.bg/images/picturess/icons/location-black.svg) 0 3px no-repeat;
	background-size: auto 16px;
	padding-left: 19px;
	padding-top: 0 !important;
}
.ads2023 .item .seller.FREE .name {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 2px;
}
.ads2023 .item .seller.FREE .location {
	background: none;
	padding-left: 0;
}
.ads2023 .item .links {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 20px;
	height: 18px;
}
.ads2023 .item .links div a {
	display: inline-block;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
	vertical-align: middle;
}
.ads2023 .item .links div a:hover {
	color: #900;
	text-decoration: none;
}
.ads2023 .item .links div a.photos {
	background: url("https://www.imot.bg/images/picturess/icons/ads-photo.svg") 0 center no-repeat;
	padding-left: 24px;
}
.ads2023 .item .links div a.video {
	background: url("https://www.imot.bg/images/picturess/icons/ads-video.svg") 6px center no-repeat #900; /* cf1a1a 333 */
	padding-left: 28px;
	padding-right: 7px;
	border-radius: 4px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.ads2023 .item .links div a.video:hover {
	background-color: #cf2626;
}
.ads2023 .item .links div a.like.remove {
	color: #900; /* F10 */
	font-weight: bold;
}
.ads2023 .item .links div:nth-child(1) a {
	margin-right: 15px;
}
.ads2023 .item .links div:nth-child(1) a:last-of-type {
	margin-right: 0;
	cursor: pointer;
}
.ads2023 .item .links div:last-of-type {
	text-align: right;
}
.ads2023 .item .links div a.markirai {
	background: url("https://www.imot.bg/images/picturess/icons/ads-checkbox.svg") right 1px top 0 no-repeat;
	padding-right: 23px;
	line-height: 16px;
	cursor: pointer;
}
.ads2023 .item .links div a.markirai:hover {
	background-position: right 1px top -20px;
}
.ads2023 .item .links div a.markirai.active {
	background-position: right 1px top -40px;
	color: #900;
	font-weight: bold;
}
.ads2023 .item .notes {
	grid-column-start: 1;
	grid-column-end: 3;
	background: url("https://www.imot.bg/images/picturess/icons/edit-link-white.svg") 10px 10px no-repeat #b98484;
	padding: 10px 15px 10px 35px;
	color: #FFF;
	font-size: 12px;
	margin-bottom: -16px;
}
.ads2023 .item .notes div {
	margin-top: 2px;
}
.ads2023 .item .notes div span {
	color: #ffffff;
	font-size: 14px;
}
.ads2023 .item.selected {
	background-color: #f8f4e8;
}
.ads2023 .item.neaktivna .photo .wrapper a.image:hover {
	animation: none;
}
.ads2023 .item.neaktivna .photo .wrapper a.image img.pic {
	width: 85px;
	height: 60px;
}
.ads2023 .item.neaktivna .text .zaglavie a.title {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: line-through;
	color: #999;
	height: auto;
}
.ads2023 .item.neaktivna span.neaktivnaZnak {
	display: inline-block;
	margin-bottom: 10px;
	background: #F6F6F6;
	color: #BBB;
	padding: 0 9px;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
}
.ads2023 .item.neaktivna span.neaktivnaZnak.iztrita {
	color: #F006;
}
.ads2023 .item.fakti {
	padding-top: 0;
}
.ads2023 .item.fakti img.pic {
	width: 140px !important;
	height: 78px !important;
}
.ads2023 .item.fakti .text .zaglavie {
	display: block;
	margin-top: 6px;
}
.ads2023 .item.fakti .text .zaglavie a.title {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	-webkit-line-clamp: none;
	-webkit-box-orient: none;
	-moz-box-orient: none;
	-moz-line-clamp: none;
	display: inline-block;
	overflow: visible;
	text-overflow: none;
	margin-top: -5px;
	height: auto;
}
/*.ad2023-top-links {*/
/*	width: 100%;*/
/*	max-width: 980px;*/
/*	margin: 15px auto;*/
/*	display: grid;*/
/*	grid-template-columns:  1fr auto;*/
/*	grid-gap: 20px;*/
/*	color: #666;*/
/*	font-size: 14px;*/
/*}*/
/*.ad2023-top-links a {*/
/*	color: #900;*/
/*}*/
/*.ad2023-top-links a:hover {*/
/*	color: #C16161;*/
/*}*/
/*.ad2023-top-links .left a {*/
/*	font-weight: bold;*/
/*	text-decoration: underline;*/
/*	background: url(https://www.imot.bg/images/picturess/icons/ad-nav-left.svg) 0 center no-repeat;*/
/*	padding-left: 26px;*/
/*}*/
/*.ad2023-top-links .left a:hover {*/
/*	font-weight: bold;*/
/*	text-decoration: none;*/
/*}*/
/*.ad2023-top-links a.prev {*/
/*	display: inline-block;*/
/*	background: url("https://www.imot.bg/images/picturess/icons/ad-nav-left.svg") 0 center no-repeat;*/
/*	padding-left: 26px;*/
/*}*/
/*.ad2023-top-links a.next {*/
/*	display: inline-block;*/
/*	background: url("https://www.imot.bg/images/picturess/icons/ad-nav-right.svg") right center no-repeat;*/
/*	padding-right: 26px;*/
/*}*/
.ad2023-top-links {
    margin: 0 auto;
    display: grid;
    grid-template-columns:  1fr auto;
    grid-gap: 20px;
    color: #666;
    font-size: 13px;
}
.ad2023-top-links span {
    color: #900;
    cursor: pointer;
}
.ad2023-top-links .left span {
    font-weight: bold;
    text-decoration: underline;
}
.ad2023-top-links .left span:hover {
    font-weight: bold;
    text-decoration: none;
}
.galleryTabs {
    display: flex;
	width: 100%;
	margin-top: 20px;
}
.galleryTabs a {
    flex-grow: 1;
	padding: 0 10px;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	border: 1px solid #CCC;
	border-right: none;
	padding-left: 30px;
	background-position: 7px 4px;
	background-repeat: no-repeat !important;
	transition: all .2s;
}
.galleryTabs a:hover {
	background-color: #efe4e4;
	border-color: #efe4e4;
}
.galleryTabs a.active {
	background: #900;
	border-color: #900;
	color: #FFF;
	background-position: 7px -26px;
}
.galleryTabs a.photos {
	background-image: url("https://www.imot.bg/images/picturess/icons/adPhotos.svg");
}
.galleryTabs a.video {
	background-image: url("https://www.imot.bg/images/picturess/icons/adVideo.svg");
}
.galleryTabs a.plan {
	background-image: url("https://www.imot.bg/images/picturess/icons/adPlan.svg");
}
.galleryTabs a.i3D {
	background-image: url("https://www.imot.bg/images/picturess/icons/adVirtualen.svg");
}
.galleryTabs a.note {
	background-image: url("https://www.imot.bg/images/picturess/icons/adNote.svg");
}
.galleryTabs a.vote {
	background-image: url("https://www.imot.bg/images/picturess/icons/adVote.svg");
}
.galleryTabs a.alert {
	background-image: url("https://www.imot.bg/images/picturess/icons/adAlertt.svg");
}
.galleryTabs a:first-child {
	border-radius: 3px 0 0 3px;
}
.galleryTabs a:last-child {
	border-right: 1px solid #CCC;
	border-radius: 0 3px 3px 0;
}
.adPrice {
	margin-top: 20px;
	width: 660px;
	display: grid;
	grid-template-columns:  1fr 285px;
	grid-gap: 10px;
}
.adPrice .price {
	align-self: flex-start;
	position: relative;
}
.adPrice .price div.cena {
	display: inline-block;
	color: #900;
	font-size: 24px;
	font-weight: bold;
}
.adPrice .price span {
	color: #900;
	font-size: 17px;
}
.adPrice .price span a {
	display: inline-block;
	margin-left: 5px;
	vertical-align: sub;
}
.adPrice .price span a img {
	height: 25px;
}
.adPrice .info {
	align-self: flex-start;
	text-align: right;
	padding-top: 7px;
	font-size: 11px;
	line-height: 16px;
}
.adParams {
	width: 660px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.adParams div {
	display: inline-block;
	border-right: 1px solid #CCC;
	padding-right: 10px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}
.adParams div:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.advHeader {
	clear: both;
	width: 660px;
	margin-top: 20px;
}
.advHeader .title {
	font-size: 22px;
	font-weight: bold;
}
.advHeader .info {
	display: grid;
	grid-template-columns:  auto 1fr;
	grid-gap: 10px;
}
.advHeader .location,
.advHeader .locLink,
.advHeader .btns {
	align-self: center;
}
.advHeader .location {
	font-size: 15px;
	font-weight: bold;
}
.advHeader .locLink a {
	display: inline-block;
	line-height: 20px;
	font-size: 13px;
	color: #b90900;
	text-decoration: none;
	background: url("https://www.imot.bg/images/picturess/icons/locationN.svg") 0 center no-repeat;
	padding-left: 26px;
}
.advHeader .btns {
	float: right;
	margin-top: -5px;
}
.advHeader .btns a {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 6px;
}
.advHeader .btns a:last-child {
	margin-right: 0;
}
.advHeader .btns a.like {
	height: 26px;
	width: 26px;
	background: url("https://www.imot.bg/images/picturess/icons/listFav.svg") 0 0 no-repeat;
}
.advHeader .btns a.like:hover {
	background-position: 0 -30px;
}
.advHeader .btns a.like:active {
	background-position: 0 -60px;
}
.advHeader .btns a.share {
	height: 26px;
	width: 26px;
	background: url("https://www.imot.bg/images/picturess/icons/adShare.svg") 0 0 no-repeat;
}
.advHeader .btns a.copy {
    cursor: pointer;
	height: 28px;
	width: 28px;
	background: url("https://www.imot.bg/images/picturess/icons/copy.svg") 0 0 no-repeat;
}
.advHeader .btns a.copy:active {
	background-position: 0 -40px;
}
.advHeader .btns a.print {
    cursor: pointer;
	height: 28px;
	width: 28px;
	background: url("https://www.imot.bg/images/picturess/icons/adPrint-red.svg") 0 0 no-repeat;
}
.advHeader .btns a.print:active {
	background-position: 0 -40px;
}
.advHeader .btns a.viber {
	height: 28px;
	width: 28px;
	background: url("https://www.imot.bg/images/picturess/icons/viber-ad-red2.svg") 0 0 no-repeat;
}
.advHeader .btns a.viber:active {
	background-position: 0 -40px;
	transform: scale(1);
}
.advHeader .btns a.messenger {
	height: 28px;
	width: 28px;
	background: url("https://www.imot.bg/images/picturess/icons/messenger-ad-red2.svg") 0 0 no-repeat;
}
.advHeader .btns a.messenger:active {
	background-position: 0 -40px;
	transform: scale(1);
}
.advHeader .btns a.email {
	height: 28px;
	width: 28px;
	background: url("https://www.imot.bg/images/picturess/icons/email-ad-red2.svg") 0 0 no-repeat;
}
.advHeader .btns a.email:active {
	background-position: 0 -40px;
	transform: scale(1);
}
.advHeader .btns .obiavaFav {
    height: 30px;
    line-height: 30px;
    width: 30px;
    background: url(//www.imot.bg/images/picturess/icons/listFav.svg) 0 0 no-repeat;
    background-size: cover;
}
.newAdImages {
    width: 660px;
    border-collapse: collapse;
}
.newAdImages div.space{
    width: 10px;
}
.newAdImages td.agencia{
    width: 160px;
}
.newAdImages .img .imgHolder{
    position: relative;
}
.newAdImages .img .imgHolder img.big{
    width: 100%;
}
.newAdImages .img .imgHolder .nums{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    line-height: 26px;
    background: rgba(0,0,0,.5);
    color: #FFF;
    font-size: 13px;
    text-align: center;
    z-index: 1;
}
.newAdImages .img .imgHolder .nums a.prev{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 2px;
    background: url("https://imot.bg/images/picturess/icons/gallery-next-prev.svg") -32px 6px no-repeat;
    vertical-align: -8px;
    cursor: pointer;
}
.newAdImages .img .imgHolder .nums a.prev:hover{
    background-position: -32px -34px;
}
.newAdImages .img .imgHolder .nums a.next{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 2px;
    background: url("https://imot.bg/images/picturess/icons/gallery-next-prev.svg") 8px 6px no-repeat;
    vertical-align: -8px;
    cursor: pointer;
}
.newAdImages .img .imgHolder .nums a.next:hover{
    background-position: 8px -34px;
}
.newAdImages .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("https://imot.bg/images/picturess/icons/gallery-zoom.svg") 0 5px no-repeat;
    padding-left: 22px;
    opacity: 0.80;
    margin-bottom: 4px;
    cursor: pointer;
}
.newAdImages .img .imgHolder a.zoom:hover{
    opacity: 1;
    text-decoration: underline;
}
.newAdImages .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 .img .smallHolder{
    position: relative;
    width: 660px;
    margin-top: 3px;
    overflow: hidden;
    height: 81px;
    white-space: nowrap;
    line-height: 0;
}
.newAdImages .img .smallHolder .im div{
    display: inline-block;
    line-height: 0;
    margin-right: -2px;
    cursor: zoom-in;
    overflow: hidden;
}
.newAdImages .img .smallHolder .im div:hover {
    animation: imgHover 1.50s cubic-bezier(.07,.13,.19,.97) both;
}
.newAdImages .img .smallHolder .im div img{
    width: 109px;
    height: 81px;
    object-fit: cover;
    transition: .3s;
}
.newAdImages .img .smallHolder .im div:hover img{
    transform: scale(1.6);
}
a.mapButton2{
    display:block;
    width:660px;
    height:50px;
    background:url(//www.imot.bg/images/picturess/map_thmb-2.gif) 0 0 no-repeat;
}
a.mapButton2:hover{
    background-position:0 -60px;
}
a.mapButton1{
    display:block;
    width:100%;
    padding-top: 15.9%;
    background:url(//www.imot.bg/images/picturess/map_thmb-3.gif) 0 0 no-repeat;
    background-size: cover;
}
.bottomListButtons {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 4px;
    margin-bottom: 20px;
}
.bottomListButtons div:nth-of-type(1) span {
    display: block;
    line-height: 32px;
    padding: 0 15px;
    background: url("https://www.imot.bg/images/picturess/icons/star-white.svg?1") 7px center no-repeat;
    background-color: #900;
    padding-left: 37px;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: background .1s;
    font-weight: bold;
    cursor: pointer;
}
.bottomListButtons div:nth-of-type(1) span:hover {
    background-color: #B42F2F;
    text-decoration: none;
}
.bottomListButtons div:last-of-type{
    text-align: right;
}
.bottomListButtons div:last-of-type span {
    display: inline-block;
    line-height: 32px;
    padding: 0 15px;
    background: #c8ccce;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: background .1s;
    cursor: default;
}
.bottomListButtons div:last-of-type span:hover {
    text-decoration: none;
}
.bottomListButtons div:last-of-type span.ima {
    background-color: #900;
    font-weight: bold;
    cursor: pointer;
}
.bottomListButtons div:last-of-type span.ima:hover {
    background-color: #B42F2F;
}
.bottomListButtons div:last-of-type span.print {
    background-image: url(https://www.imot.bg/images/picturess/icons/sravni-print.svg);
    background-position: right -32px center;
    background-repeat: no-repeat;
    padding-right: 35px;
}
.bottomListButtons div:last-of-type span.ALL {
    background: url("https://www.imot.bg/images/picturess/icons/ads-checkbox.svg") right 1px top 0 no-repeat;
    padding-right: 23px;
    line-height: 16px;
    background-color: transparent;
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    transition: none;
    margin-left: 120px;
}
.bottomListButtons div:last-of-type span.ALL:hover {
    background-position: right 1px top -20px;
    text-decoration: none;
    color: #900;
}
.bottomListButtons div:last-of-type span.ALL.active {
    background-position: right 1px top -40px;
    color: #900;
    font-weight: bold;
}
span.archiveSearch {
    display: inline-block;
    color: #900;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: underline;
    background: url(https://www.imot.bg/images/picturess/icons/archive-search.svg) 0 center no-repeat;
    padding-left: 30px;
    float: right;
    cursor: pointer;
}
span.archiveSearch:hover {
    text-decoration: none;
}
span.archiveSearch1 {
    display: inline-block;
    color: #900;
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
    cursor: pointer;
}
span.archiveSearch1:hover {
    text-decoration: none;
}
a.addImot{
    position:absolute;
    z-index:1100;
    margin:20px 0 0 665px;
    width:160px;
    display:inline-block;
    background:url(//www.imot.bg/images/picturess/icons/dobavi_imot.png) 0 center no-repeat;
    padding-left:25px;
    text-decoration:underline;
    color:#333;
    font-size:11px;
    line-height:16px;
    font-family:Verdana, Geneva, sans-serif;
    font-weight:bold;
}
a.addImot:hover{
    color:#aea47e;
}
.statistikaControl {
    display:none;
    position:absolute;
    z-index:1200;
    width:980px;
    height:400px;
    background:url(//www.imot.bg/images/picturess/bgr-white-transp.png);
    font-size:11px;
}
.statistikaControl div.panel {
    display:inline-block;
    width:690px;
    padding:30px 20px 25px;
    margin:50px 0 0 220px;
    background:#FFF;
    border-radius: 10px;
    box-shadow:0px 0px 15px rgba(0,0,0,.9);
}
.statistikaControl div.forms {
    height:105px;
}
.statistikaControl a.close{
    display:block;
    position:absolute;
    margin:-20px 0 0 638px;
    width:22px;
    height:22px;
    background:url(//www.imot.bg/images/picturess/icons/close-btn.png) 0 0 no-repeat;
}
.statistikaControl a.close:hover{
    background-position:0 -32px;
}
.statistikaControl div.options {
    width:650px;
}
.statistikaControl table {width:650px}
.statistikaControl td { padding-top:10px; color:#333; }
.statistikaControl td.num { width:40px; padding:0; }
.statistikaControl td.imot { width:190px; padding:0; font-weight:bold; }
.statistikaControl td.oblast { width:190px; padding:0; font-weight:bold; }
.statistikaControl td.raion { width:190px; padding:0; font-weight:bold; }
.statistikaControl td.del { width:40px; padding:0;}
.statistikaControl select {
    margin:0;
    padding:2px 2px;
    width:180px;
}
.statistikaControl div.title{
    font-weight:bold;
    color:#333;
    font-size:14px;
    margin-bottom:15px;
    padding-left:40px;
}
.statistikaControl span {
    display:block;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    line-height:24px;
    width:24px;
    border-radius:3px;
}
.statistikaControl span.n1 { background:#b23939;}
.statistikaControl span.n2 { background:#3d5287;}
.statistikaControl span.n3 { background:#347133;}
.statistikaControl span.n4 { background:#ff9900;}
.statistikaControl a.clear{
    display:block;
    width:16px;
    height:16px;
    margin:0 0 0 1px;
    background:url(//www.imot.bg/images/picturess/icons/clear-btn.png) 0 0 no-repeat;
}
.statistikaControl a.clear:hover{ background-position:0 -23px;}
.statistikaControl a.btnAnulirai{
    display:inline-block;
    background:#333;
    color:#FFF;
    font-size:11px;
    border-radius:5px;
    padding:3px 15px 5px 15px;
    text-decoration:none;
    margin-top:3px;
    margin-left:40px;
}
.statistikaControl a.btnAnulirai:hover{ background-color:#000;}
.statistikaControl a.redBtn {
    display:block;
    line-height:26px;
    width:120px;
    background:#990000;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    text-shadow: 1px 1px 2px #333;
    text-decoration:none;
    text-align:center;
    border-radius:5px;
    margin-right:50px;
}
.statistikaControl a.redBtn:hover { background:#AA0000;}
.statistikaControl div.imoti {
    display:table-cell;
    width:295px;
    padding-left:30px;
}
.statistikaControl span.label {
    display:inline-block;
    width:90px;
    font-size:11px;
    margin-bottom:4px;
}
.statistikaControl select.s1 {
    margin:0 0 5px 0;
    width:200px;
    width:194px \9; /* fix for ie */
    padding:2px 2px;
    vertical-align:middle;
}
.statistikaControl #step2 span.label { width:20px;}
.statistikaControl select.s2 {
    margin:0 0 5px 0;
    width:133px;
    padding:2px 2px;
    vertical-align:middle;
}
.statistikaControl div.list{
    display:inline-block;
    width:295px;
    border-bottom:1px solid #DDD;
    padding-bottom:6px;
    margin-bottom:6px;
    line-height:13px;
}
.statistikaControl div.list span.info{
    display:block;
    margin-top:3px;
    font-family:Arial, Helvetica, sans-serif;
    font-style:italic;
    font-size:12px;
    color:#999;
}
.statistikaControl div.list a.delete{
    float:right;
    color:#900;
    font-size:10px;
    text-decoration:underline;
    margin-top:7px;
}
.statistikaControl div.list a.delete:hover{
    text-decoration:none;
    font-weight:bold;
}
.statistikaControl a.imotLink{
    display:inline-block;
    float:left;
    color:#333;
    font-size:11px;
    text-decoration:none;
}
.statistikaControl a.imotLink:hover{
    color:#aea47e;
    text-decoration:underline;
}
.statistikaControl div.last{
    border-bottom:none;
    padding-bottom:0px;
    margin-bottom:0px;
}
@media (max-width: 860px){
    body {
		width: 100%;
		padding: 0;
	}
    body.obiava div.pageTitle.LOGO {
		display: none;
	}
    body.obiava wallpaper {
		display: none;
	}
    body.obiava menu {
		margin-top: 10px;
	}
    div.pageTitle.LOGO {
		margin-top: 15px;
		grid-template-columns: 1fr;
		grid-gap: 7px;
		padding: 0 15px;
		margin-bottom: 10px;
		text-align: center;
	}
    div.pageTitle.LOGO img {
		height: 50px;
	}
    div.pageTitle.LOGO div {
		font-size: 18px;
	}
    wallpaper {
		margin-bottom: 10px;
	}
    wallpaper img {
		width: 100%;
		height: auto;
	}
    wallpaper text {
		display: none;
	}
    menu {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 5px;
		margin: 0 0 10px;
		padding: 0 10px;
	}
    .searchForms {
		padding: 15px;
		margin-bottom: 20px;
	}
    .searchForms .COMPACT {
		grid-template-areas:
			'c1'
			'c2'
			'c3';
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
    .searchForms .COMPACT .c2 {
		padding-top: 15px;
	}
    .searchForms .COMPACT .kriterii a.moreFilters {
		margin-top: 2px;
		margin-bottom: 2px;
		padding-top: 13px;
		background-position: right 13px;
	}
    .searchForms .AUTO {
		grid-template-areas:
			'f2'
			'f3'
			'f4'
			'f5';
		grid-template-columns: 1fr;
		grid-gap: 15px;
		margin-top: 15px;
	}
    div.pageTitle {
		padding: 0 15px;
		font-size: 19px;
	}
    .searchForms select {
		height: 40px;
	}
    .searchForms input[type="text"] {
		height: 40px;
	}
    .ad2023 {
		width: 100%;
		grid-template-areas: 'left';
		grid-template-columns: 100%;
	}
    .ad2023 .right {
		display: none;
	}
    .dealer2023 .MAP img{
		width: 100%;
		margin-top: 10px;
	}
    .zaglavieForPhone {
		display: block;
		margin-top: 15px;
		padding: 0 15px;
		box-sizing: border-box;
	}
    .Price {
		display: block;
		font-size: 28px;
		margin-top: 7px;
	}
    .Price a {
		margin-left: 15px;
	}
    .priceHistory {
		width: 100%;
		padding: 15px 15px 20px;
	}
    .priceHistory statistiki {
		grid-template-columns: auto auto auto;
		grid-gap: 10px 5px;
		font-size: 12px;
	}
    .priceHistory .title {
		font-size: 21px;
		font-weight: normal;
		margin-bottom: 15px;
	}
    .PriceInfo {
		margin-top: 3px;
		font-size: 15px;
	}
    .shareOnPhone {
		display: block;
	}
    .SHARE {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-gap: 12px;
		margin-top: 0px;
		text-align: left;
	}
    .priceHistory2 {
		width: 100%;
		top: 32px;
		right: auto;
		left: 0;
	}
    .ad2023-top-links .left a {
		background: none;
		padding-left: 0;
	}
    .galleryTabs {
        display: flex;
        flex-direction: column;
		padding: 0 15px;
		box-sizing: border-box;
	}
    .galleryTabs a {
		float: left;
        display: inline-block;
        padding: 0 8px;
        font-size: 12px;
        line-height: 30px;
        padding-left: 26px;
        background-position: 5px 7px;
        margin-top: 5px;
        border-right: 1px solid #CCC;
	}
    .galleryTabs a.active {
		background-position: 5px -27px;
	}
    .ad2023-top-links {
		width: 100% !important;
		grid-template-columns: 1fr auto;
		grid-gap: 20px;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 13px;
	}
    .ad2023-top-links .right a {
		display: inline-block;
		width: 10px;
		height: 13px;
	}
    .ad2023-top-links .right a span {
		display: none;
	}
    .ad2023-top-links .left .hide {
        display: none;
    }
    .advHeader {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
    .advHeader .btns {
		display: none;
	}
    .advHeader .info {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
    .adPrice {
		margin-top: 20px;
		width: 100%;
		grid-template-columns: 1fr;
		grid-gap: 10px;
		padding: 0 15px;
		box-sizing: border-box;
	}
    .adPrice .price div.cena {
		display: block;
		margin-bottom: 3px;
	}
    .adPrice .info {
		text-align: left;
	}
    .adParams {
		display: block;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 5px;
		padding: 0 15px;
		box-sizing: border-box;
	}
    .adParams div {
		display: block;
		float: none;
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 6px;
	}
    .adParams div strong {
		display: inline-block;
		font-size: 16px;
	}
    .priceHistory2 {
		width: 100%;
		top: 32px;
		right: auto;
		left: 0;
	}
    .imotExtri .items {
		grid-template-columns: 1fr;
		grid-gap: 0px 20px;
		margin-bottom: 20px;
	}
    .imotExtri .items div {
		font-size: 15px;
		line-height: 18px;
	}
    .imotExtri .items div:nth-child(4n+1),
	.imotExtri .items div:nth-child(4n+2){
		background-color: inherit;
	}
    .imotExtri .items div:nth-child(odd){
		background-color: #f1f4f5;
	}
	
	.borderBox {
		margin-top: 15px !important;
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
		padding: 15px !important;
	}
    .YouTube {
		width: 100%;
		height: 238px;
	}
    .moreInfo .text {
		font-size: 16px;
		line-height: 23px;
		padding: 0;
	}
    .moreInfo .viewSites span {
		display: block;
	}
    .moreInfo .text .viewSites {
		margin-top: 25px;
		padding-top: 15px;
		font-size: 14px;
		line-height: 16px;
	}
    .dealer2023 .location {
		margin-top: 25px;
		padding-top: 15px;
	}
    .dealer2023 .location a {
		font-size: 14px;
		line-height: 16px;
		font-weight: normal;
		background: none;
		padding-left: 0;
	}
    .dealer2023 .infoBox {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
    .dealer2023 .infoBox .image{
        text-align: center;
    }
    .dealer2023 .MAP img{
		width: 100%;
		margin-top: 10px;
	}
    .dealer2023 .zapitvane .zForms {
		grid-template-areas:
			'name'
			'phone'
			'email'
			'message'
			'agree'
			'button';
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
    .dealer2023 .zapitvane .zForms .code {
		width: 100%;
		display: grid;
		grid-template-columns: auto 1fr;
		grid-gap: 15px;
		margin-top: 15px;
	}
    .dealer2023 .zapitvane .zForms .button a.addButton {
		float: none;
		width: 100%;
	}
    .newAdImages .img .smallHolder {
        display: none;
    }
    .ads2023 .item {
        grid-template-areas:
			'photo text';
        grid-template-columns: auto 1fr;
        grid-template-rows: auto;
        grid-gap: 10px;
        padding-top: 12px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 12px;
        border-bottom: 1px solid #CCC;
        transition: .2s;
        background: #FFF;
    }
    .ads2023 .item.TOP .photo .wrapper,
    .ads2023 .item.VIP .photo .wrapper {
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }
    .ads2023 .item.TOP .photo .wrapper .small,
    .ads2023 .item.VIP .photo .wrapper .small {
        display: none;
    }
    .ads2023 .item .photo .wrapper a.image img.pic {
        width: 133px;
        height: 100px;
    }
    .ads2023 .big .kaparo {
        top: -3px;
        right: -3px;
        width: 80px;
        height: 80px;
    }
    .ads2023 .item .text .zaglavie {
        grid-template-columns: 1fr;
        grid-gap: 7px;
    }
    .ads2023 .item .text .zaglavie a.title {
        font-size: 16px;
        line-height: 20px;
        margin-top: -10px;
        height: auto;
    }
    .ads2023 .item .text .zaglavie .price span {
        display: none;
    }
    .ads2023 .item .text .zaglavie .price div {
        float: none;
        font-size: 18px;
        line-height: 20px;
        text-align: left;
    }
    .ads2023 .item .text .zaglavie .price.DOWN div,
    .ads2023 .item .text .zaglavie .price.UP div{
        background-position: 0 2px;
    }
    .ads2023 .item .text new {
        display: none;
    }
    .ads2023 .item .text .params {
        margin-top: 5px;
    }
    .ads2023 .item .text .params span {
        display: none;
        font-size: 14px;
        font-weight: normal;
    }
    .ads2023 .item .text .params span:nth-child(1) {
        display: block;
    }
    .ads2023 .item .text .params span:nth-child(2) {
        display: block;
        margin-right: 0;
    }
    .ads2023 .item .text .info {
        margin-top: 6px;
        font-size: 14px;
        line-height: 18px;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
    }
    .ads2023 .item .text .zaglavie .price {
        margin-top: 0px;
    }
    .ads2023 .item .seller{
        display: none;
    }
    .ads2023 .item .like{
        position: absolute;
        right: 15px;
    }
    .ads2023 .item .links{
        display: none;
    }
    .bottomListButtons{
        display: none;
    }
    .pageSubTitle{
        margin-left: 15px;
    }
    .ad2023 .teamTitle {
        margin-top: 25px;
        margin-bottom: 20px;
        padding: 0 15px;
        font-size: 19px;
    }
    .ad2023 .team {
        grid-template-columns: minmax(0,1fr) minmax(0,1fr);
        grid-gap: 15px 10px;
        margin-bottom: 25px;
        padding: 0 15px;
    }
    .ad2023 .team pic img {
        height: 210px;
    }
    .ad2023 .team div div.person div:first-child {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .ad2023 .team div div.person div:nth-child(2) {
        font-size: 14px;
    }
    .ad2023 .team div div.person a.phone {
        margin-top: 9px;
        margin-bottom: 5px;
        background-size: auto 16px;
        padding-left: 18px;
        font-size: 14px;
    }
    .ad2023 .team div div.person {
        min-height: 73px;
    }
}
.logPopup {
    display: none;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
}
.logPopupFrame {
    display:block;
    width:860px;
    height:650px;
    margin:5% auto auto auto;
}

@media (max-width: 860px) {
    .logPopupFrame {
        width: 500px;
    }
}
.pageNumbers {display:inline-block; line-height:20px; padding-left:7px; padding-right:7px; color:#900; border:#b3b3b3 1px solid; text-align:center; text-decoration:none; margin:0 3px 0 3px; }
a.pageNumbers:hover {color:#FFF; border:#900 1px solid; background-color:#900; }
.pageNumbersDisable {display:inline-block; line-height:20px; padding-left:7px; padding-right:7px; color:#CCC; border:#DDD 1px solid; text-align:center; text-decoration:none; cursor:default; margin:0 3px 0 3px; }
.pageNumbersInfo {display:inline-block; line-height:20px; padding-left:7px; padding-right:7px; color:#333; border:#b3b3b3 1px solid; text-align:center; text-decoration:none; margin-right:21px; }
.pageNumbersSelect { display:inline-block; line-height:20px; padding-left:7px; padding-right:7px; color:#FFF; border:#900 1px solid; background-color:#900; text-align:center; text-decoration:none; margin:0 3px 0 3px; }
.carExtri .Title {
    display: inline-block;
    font-weight: bold;
    text-transform: none;
    font-size: 19px;
    margin-bottom: 15px;
}
.carExtri .items {
    display: grid;
    grid-template-columns:  1fr 1fr;
    grid-gap: 0 20px;
    margin-bottom: 20px;
}
.carExtri .items:last-of-type {
    margin-bottom: 0;
}
.carExtri .items div {
    position: relative;
    padding: 10px 35px 10px 10px;
    font-size: 15px;
    line-height: 17px;
    align-self: flex-start;
    color: #333;
    background: url(//www.imot.bg/images/picturess/icons/ok-2.svg) right 8px top 10px no-repeat;
}
.carExtri .items div:nth-child(4n+1),
.carExtri .items div:nth-child(4n+2){
    background-color: #f5f2f1;
}
.addButton {
    float: right;
    display: inline-block;
    margin-top: 6px;
    line-height: 32px;
    padding: 0 15px;
    background: #b01110;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: background .1s;
    font-weight: bold;
    cursor: pointer;
}
.addButton:hover {
    background: #900;
}
.ad2023 .teamTitle {
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ad2023 .team {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
    grid-template-rows: auto;
    grid-gap: 30px 20px;
    margin-bottom: 45px;
}
.ad2023 .team pic {
    display: block;
    overflow: hidden;
    line-height: 0;
}
.ad2023 .team pic img {
    width: 100%;
    display: block;
    height: 240px;
    object-fit: cover;
    object-position:center;
}
.ad2023 .team div div.person {
    position: relative;
    min-height: 100px;
    background: #FFF;
    padding-top: 8px;
}
.ad2023 .team div div.person div:first-child {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 7px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ad2023 .team div div.person div:nth-child(2) {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
}
.ad2023 .team div div.person a.phone {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    background: url("https://www.imot.bg/images/picturess/icons/icoPhone.svg") 0 center no-repeat;
    background-size: auto 18px;
    padding-left: 25px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
}
div.pageTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.moreFiltersWrapper {
    text-align: right;
    margin-top: 17px;
}
.ads2023 .small-item {
    position: relative;
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    border: 1px solid #f6ede1;
    border-left: 17px solid #f6ede1;
    border-radius: 6px;
}
.ads2023 .small-item.new-ad {
    border-color: #eac8c4;
}
.ads2023 .small-item grid{
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
}
.ads2023 .small-item .name{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ads2023 .small-item .date{
    font-size: 13px;
    color: #777;
}
.ads2023 .small-item .info{
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin-bottom: 10px;
}
.ads2023 .small-item grid2{
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
}
.ads2023 .small-item a.site {
    display: inline-block;
    color: #900;
    margin-bottom: 10px;
    text-decoration: underline;
    line-height: 14px;
    background: url(//www.imot.bg/images/picturess/icons/open-link.svg) 0 center no-repeat;
    padding-left: 20px;
}

.ads2023 .small-item a.site:hover {
    color: #C16161;
    text-decoration: none;
}

.ads2023 .small-item .phone{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ads2023 .small-item .promo {
    position: absolute;
    z-index: 2;
    top: -4px;
    left: -21px;
    width: 45px;
    height: 45px;
    /*background: url(img/icons/TOP-ad.svg) 0 0 no-repeat;*/
}
