


/* ANIMATION */
@-webkit-keyframes jsSkeletonLoader {
 0% {
  background-position: -500px 0;
}
100% {
  background-position: 500px 0;
}
}

@keyframes jsSkeletonLoader {
 0% {
  background-position: -500px 0;
}
100% {
  background-position: 500px 0;
}
}
.loadanim {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  display: block;
}
.loadanim::after {
 content: '';
 -webkit-animation-duration: 1.25s;
 animation-duration: 1.25s;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
 -webkit-animation-name: jsSkeletonLoader;
 animation-name: jsSkeletonLoader;
 -webkit-animation-timing-function: linear;
 animation-timing-function: linear;
 background: #eee;
 background: linear-gradient(to right, #eee 8%, #FDFCFC 18%, #eee 33%);
 background-size: 800px 104px;
 /* height: ${Style.parent.height};*/
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
}
.loadanimpar .img-svg {
 opacity: 0.2 !important;
}
.loadanimpar .loadanim {
  height: 10px;
  display: inline-block;
  width: 60%;
}

#helpcenterNav a {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  margin: 2px 0;
}
#helpcenterNav a.active {
  background: #F3F3F3;
  border-radius: 12px;
  font-weight: bold;
}

.ShareIcon {
  margin-left: 15px;
  vertical-align: middle;
  line-height: 30px;
}
.Share {
  display:flex;
}
.Share.show {
  display: flex !important;
  position: absolute;
  background: #F8F8F8;
  height: 42px;
  border: 1px solid #929292;
  border-radius: 12px;
  padding: 0 6px;
  top: 0;
}
.Share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.Share a img {
  vertical-align: middle;
}
.socialLinks ul{
  margin:0;
  padding:0
}
.socialLinks ul li{
  list-style-type:none;
}

.Share .copyLink,
.Share .close {
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
}
.Share .copyLink .img-svg {
  height: 24px;
  width: auto !important;
}
.Share .close .img-svg {
  height: 18px;
  width: auto !important;
}

a.social-button {
  border-radius: 50%;
  margin: 4px;
  text-align: center;
  overflow: hidden;
  padding: 0px;
  text-decoration: none;
  align-self: center;
}

a.social-button:hover {
 text-decoration: none;
}
a.social-button.facebook-button {
 color: #0d6efd;
}
a.social-button.facebook-button:hover {
 opacity: 0.7;
}
a.social-button.whatsapp-button {
 color: #1ace5d;
}
a.social-button.whatsapp-button:hover {
 opacity: 0.7;
}

a.social-button.messenger-button {
 color: #5aaaff;
}
a.social-button.messenger-button:hover {
 opacity: 0.7;
}
a.social-button.telegram-button {
 color: #7ebbde;
}
a.social-button.telegram-button:hover {
 opacity: 0.7;
}


a.social-button.email-button {
 color: #696969;
 font-size: 21px;
}
a.social-button.email-button:hover {
 opacity: 0.7;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.wblock {
  background: #FFFFFF;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05), -2px -2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 16px;
}

/* 0. Elements
-------------------------------------------------- */


.dropdown-item:hover,
.nav-link:hover {
 text-decoration: none;
}

.brs-radius img {
  border-radius: 12px;
}



.add_go_back {
  background: #FFF;
  border: 1px solid #DADADA;
  color: #1E1E1E;
  font-size: 14px;
  font-family: "HNLT GEO 65 Med";
  margin-right: 30px;
  border-radius: 12px;
  padding: 8px 20px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}
.add_go_back .fa-arrow-left {
  font-size: 18px;
  margin-right: 10px;
}
/*.add_go_back .img-svg {
  height: 22px;
  fill: #1E1E1E;
}
.add_go_back .img-svg path {
  fill: #1E1E1E !important;
  }*/

  .btnClose {
   background: #ff0202;
   height: 25px;
   width: 25px;
   display: inline-flex;
   justify-content: center;
   color: #fff;
   font-weight: 900;
   margin: 10px 0 0 10px;
   border-radius: 3px;
   align-items: center;
   box-shadow: 1px 11px 19px -2px rgb(253 13 13 / 21%);
   cursor: pointer;
   transition: all 0.2s;
 }
 .btnClose:hover {
   background: #fff;
   color: #ff0202;
   box-shadow: 1px 11px 19px -2px rgb(253 13 13 / 50%);
 }
 #payservises .btnClose {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
}
#serviceContent .activedate {
  font-size: 14px;
  margin: 0 0 15px;
  color: #4e4e4e;
}
#serviceContent .activedate span {
  color: #0FA038;
  font-weight: bold;
  border-bottom: 1px solid;
}
/* 1. Main Navigation
-------------------------------------------------- */

#nav				{ line-height:1.4em; background:#ddd; overflow:auto; }
#nav li				{ width:159px; border-right:1px solid #f8f8f8; float:left; }
#nav li a				{ text-shadow:0 1px 0 #fff; padding:10px 20px; display:block; }
#nav li a:hover		{ color:#fff; text-decoration:none; text-shadow:0 -1px 0 #000; background:#667e72; }
#nav li a span			{ color:#999; font-size:.9em; text-transform:lowercase; display:block; }
#nav li a:hover span	{ color:#ccc; }

/* 2. Structure
-------------------------------------------------- */

.body				{ margin:0 auto; position:relative; }
#header				{ border-top:5px solid; }
#main				{ padding:30px 0 15px; }

.block				{ margin:0 10px 25px; }



/* 3. Headings
-------------------------------------------------- */

/*h1	{ color:#333; font-size:2.2em; font-weight:normal; margin:10px 0; padding:10px; }

h2	{ color:#a01517; font-size:1.1em; text-shadow:0 1px 0 #fff; margin-bottom:15px; padding:8px 8px 8px 40px; background-color:#ccc; background-position:10px 50%; background-repeat:no-repeat; }
h3	{ color:#000; font-size:1em; font-weight:bold; margin:10px 0 5px; background-position:10px 50%; background-repeat:no-repeat; }
*/
/*.admin		{ background-image:url(../../../images/icons/default/prefs.png); }
.comments	{ background-image:url(../../../images/icons/default/comments.png); }
.folder		{ background-image:url(../../../images/icons/default/folder.png); }
.forums		{ background-image:url(../../../images/icons/default/forums.png); }
.info		{ background-image:url(../../../images/icons/default/info.png); }
.message	{ background-image:url(../../../images/icons/default/message.png); }
.news		{ background-image:url(../../../images/icons/default/news.png); }
.online		{ background-image:url(../../../images/icons/default/online.png); }
.page		{ background-image:url(../../../images/icons/default/page.png); }
.pfs		{ background-image:url(../../../images/icons/default/pfs.png); }
.plugin		{ background-image:url(../../../images/icons/default/plug.png); }
.polls		{ background-image:url(../../../images/icons/default/polls.png); }
.prefs		{ background-image:url(../../../images/icons/default/prefs.png); }
.queue		{ background-image:url(../../../images/icons/default/update.png); }
.search		{ background-image:url(../../../images/icons/default/search.png); }
.stats		{ background-image:url(../../../images/icons/default/stats.png); }
.tags		{ background-image:url(../../../images/icons/default/tags.png); }
.users		{ background-image:url(../../../images/icons/default/users.png); }
.warning	{ background-image:url(../../../images/icons/default/warning.png); }*/

/* 4. Tables
-------------------------------------------------- */

table td 	{ vertical-align:top; }

table.flat	{ border-collapse:collapse; width:100%; }
table.flat td 	{ padding:2px; margin:0; border:0; }

table.main 	{ border-collapse:collapse; width:100%; }
table.main td 	{ padding:2px 0; margin:0; border:0; }

table.cells 	{ border-collapse:collapse; width:100%; }
table.cells td	{ padding:4px 8px; border:1px solid #e7e7e7; }

table.list 	{ border-collapse:collapse; width:100%; }
table.list td 	{ padding:5px 5px 5px 0; border-bottom:1px dashed #ccc; }

table.fico 		{ border-collapse:collapse; width:100%; }
table.fico td		{ padding:5px 0; margin:0; border:0; }
table.fico td img	{ margin-right:10px; vertical-align:middle; }

.coltop		{ text-align:center; vertical-align:middle; font-size:.9em; background-color:#ddd!important; color:#000; }
.coltop img	{ vertical-align:middle; }
.centerall 	{ text-align:center; vertical-align:middle; }
.valid 		{ height:48px; text-align:center; vertical-align:middle; border:0!important; }

/* 5. Forms
-------------------------------------------------- */

form							{ }
input, select, textarea, button	{ padding:2px; }
label input					{ vertical-align:middle; }
button::-moz-focus-inner		{ padding:0; border:none; }

/* 6. Misc
-------------------------------------------------- */

.odd	{ background-color:#fff!important; }
.even	{ background-color:#f1f1f1!important; }
.code 	{ color:#000; background:#e3e3e3; border:1px solid #ccc; padding:2px 15px; margin:5px 0; font-family:monospace; font-size:1.1em; white-space:pre-wrap; }

.clear	{ clear:both; }
.lhn	{ line-height:normal; }
.strong	{ font-weight:bold; }
.italic	{ font-style:italic; }

.small	{ font-size:.9em!important; line-height:1.6em; }
.large	{ font-size:1.1em!important; }

.lower		{ text-transform:lowercase; }
.upper		{ text-transform:uppercase; }
.capital	{ text-transform:capitalize; }

.hide		{ display:none; }

.invis		{ visibility:hidden; }

.textleft		{ text-align:left; }
.textcenter		{ text-align:center; }
.textright		{ text-align:right; }
.textjustify	{ text-align:justify; }

.floatleft		{ float:left; }
.floatright		{ float:right; }

.black			{ color:#000; }
.grey			{ color:#999; }
.red			{ color:#900; }
.white			{ color:#fff; }

.colleft		{ float:left; margin:5px 15px 0 0; }
.colright		{ float:right; margin:5px 0 0 15px; }

.margintop10	{ margin-top:10px; }
.marginright10	{ margin-right:10px; }
.marginbottom10	{ margin-bottom:10px; }
.marginleft10	{ margin-left:10px; }
.margin10		{ margin:10px!important; }
.margin0		{ margin:0!important; }

.paddingtop10	{ padding-top:10px; }
.paddingright10	{ padding-right:10px; }
.paddingbottom10{ padding-bottom:10px; }
.paddingleft10	{ padding-left:10px; }
.padding10		{ padding:10px!important; }
.padding0		{ padding:0!important; }

.border0		{ border:0!important; }

.width5		{ width:5%; }
.width10	{ width:10%; }
.width15	{ width:15%; }
.width20	{ width:20%; }
.width25	{ width:25%; }
.width30	{ width:30%; }
.width35	{ width:35%; }
.width40	{ width:40%; }
.width45	{ width:45%; }
.width50	{ width:50%; }
.width55	{ width:55%; }
.width60	{ width:60%; }
.width65	{ width:65%; }
.width70	{ width:70%; }
.width75	{ width:75%; }
.width80	{ width:80%; }
.width85	{ width:85%; }
.width90	{ width:90%; }
.width95	{ width:95%; }
.width100	{ width:100%; }

.combox		{ font-size:2em; text-align:center; margin:0 10px 5px 0; padding-top:6px; height:42px; width:48px; background:url(../img/comments.png) no-repeat 0 0; float:left; }
.textbox	{ margin-bottom:10px; overflow:auto; }

span.readmore		{ display:block; }
span.readmore a	{  }

.download	{ margin:10px 0; padding:10px 0 10px 84px; background:url(../img/download.png) no-repeat 10px 12px; border:1px dashed #c00; }

.clearfix:before, .clearfix:after	{ content:'\0020'; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.clearfix:after						{ clear:both; }
.clearfix							{ zoom:1; }
.hidefromguests         {
	padding: 3px 10px;
	background: #EDEDED; 
	text-align:center;
	border: 3px ridge #fff;
	box-shadow: 0 0 4px #222;
	margin: 3px 0;
}

/* 7. Pagination
-------------------------------------------------- */

.paging		{ margin:10px 0 20px 0; text-align:center; font-size:.9em; }
.paging img	{ vertical-align:-3px; }
.paging span	{ border:1px dashed #7f7772; padding:2px 8px; margin:1px; }

.pagenav_prev, .pagenav_next, .pagenav_first, .pagenav_last, .pagenav_pages, .pagenav_current { padding:2px 6px; margin:1px; border:1px dashed #7f7772; }
.pagenav_prev a, .pagenav_next a, .pagenav_first a, .pagenav_last a, .pagenav_pages a	{ color:#555; }
.pagenav_current	{ font-weight:bold; color:#fff; background:none!important; border:none!important; }
.pagenav_current a	{ color:#555; }
.pagenav_small		{ text-align:right; font-size:.9em; }

.spaced				{ border:none!important; margin:0 8px!important; padding:0!important; }

/* 8. Comments
-------------------------------------------------- */

.comments1, .comments2	{ margin-bottom:10px; float:left; position:relative; }
.comments1				{ width:20%; }
.comments2				{ width:80%; }

/* 9. Polls
-------------------------------------------------- */

.bar_front 	{ background-color:#cde8fb; border-right:0px solid #333; color:#ddd; height:8px; font-size:1px; }
.bar_back 	{ background-color:#fff; border:1px solid #333; height:8px; }

/* 10. Forums
-------------------------------------------------- */

.b1 img			{ margin:0 5px 0 0; vertical-align:-5px!important; }
.userstatus		{ margin-top:2px; float:right; }
.forumssection	{ font-weight:bold; background:#eee; }
.subforums img	{ vertical-align:-3px; margin-right:5px; }

#newf			{ margin:10px 0; }
#newf li			{ margin-right:10px; display:inline; }

/* 11. Search
-------------------------------------------------- */

.search-res			{ margin:0 0 10px; overflow:auto; }
.search-res .small	{ color:#000; }
.search-hl      		{ font-weight:bold; padding:0 2px; background:yellow; }

/* 12. Lists
-------------------------------------------------- */

.endItem			{ margin-right:0!important; }
.endItem+li			{ clear:both; }

ul.bullets li			{ padding-left:25px; background:url(../img/bullets.png) no-repeat 5px 2px; }
ol					{ list-style-type:decimal; }

#usergrouplist ul li:first-child a	{ color:#900; }

.fade.in {
	opacity: 1 !important;
}
.techinfo .light {
	color: #7e7e7e;
}
.techinfo > .row {
	margin-bottom: 10px;
}

.pTitle {
  font-size: 20px;
  padding: 0 20px 10px;
}

.hmcat a {
	display: flex;
	height: 300px;
	background: #eee;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	text-decoration: none;
	color: #fff;
}
.hmcat .ccars a {
	background: #F05458;
}
.hmcat .cestate a {
	background: #2ecc71;
}
.hmcat .cmarket a {
	background: #757790;
}
.hmcat .title {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
}
.hmcat a .sublinks {
  color: #fff;
  font-size: 13px;
}
.hmcat a .all {
  border: 1px solid;
  display: block;
  padding: 10px 10px;
  margin-top: 30px;
}







.list_car .list_link .tax_no .taxCalcWidget {
  display: block;
  font-weight: bold;
  color: #ff3b30;
}

.list_car .list_link {
 display: block;
 /*  background: #fcfcfc;*/
 margin: 25px 0;
 padding: 8px 15px 8px 8px;
 border-radius: 12px;
 text-decoration: none;
 box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1), -2px -2px 8px rgba(0, 0, 0, 0.1);
}
.list_car .list_link.list_payxl {
  background: #F5F5E9;
}
.list_car .list_link .br-imgs {
 border-radius: 12px;
 overflow: hidden;
}
.list_car .imgblock img {
  max-width: 100%;
  border-radius: 12px;
}
.list_car .list_link .title {
  color: #000;
  display: block;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
}
.list_car .list_link .title small {
  color: #707070;
  font-size: 14px;
  font-weight: normal;
}
.list_car .list_link .params {
  color: #4E4E4E;
  font-size: 13px;
  margin-top: 12px;
}
.list_car .list_link .params .img-svg {
  width: 18px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 1;
}
.list_car .list_link .params .col {
  margin-top: 6px;
}
.list_car .list_link .paramsnew .col {
  margin-top: 15px;
}
.list_car .list_link .paramsnew {
  display: flex;
}
.list_car .list_link .paramsnew .ico {
  margin-right: 4px;
  align-items: center;
  display: inline-flex;
}
.list_car .list_link .paramsnew .ico path {
  stroke: #A1A4AC;
}
.list_car .list_link .paramsnew .param {
  color: #4E4E4E;
  font-size: 14px;
}
.list_car .list_link .paramsnew .d-flex {
  align-items: center;
}
.list_car .list_link .imgblock {
  position: relative;
  display: block;
}
.list_car .list_link .hotStiker {
  background-color: #E10000;
  color: #FFF;
  display: inline-flex;
  padding: 2px 10px;
  border-radius: 15px;
  position: absolute;
  left: 4px;
  bottom: 4px;
  font-family: "HNLT GEO 65 Med";
  height: 30px;
  font-size: 12px;
  align-items: center;
  opacity: 0.9;
}
.list_car .list_link .hotStiker span {
  margin-left: 10px;
}
.list_car .list_link .hotStiker .img-svg {
  height: 20px;
}
.list_car .list_link .hotStiker .img-svg path {

}
.list_car .list_link .addFav {
  position: absolute;
  background: #fff;
  padding: 6px;
  right: 4px;
  bottom: 4px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.list_car .list_link .addFav path {
  stroke-width: 1px;
  stroke: #3e3e3e;
}
.list_car .list_link .addFav:hover {
  background-color: #E10000;
}
.list_car .list_link .addFav:hover path {
  stroke: #FFF;
  stroke-width: 2px;
}
.list_car .list_link .item_info {
  margin-top: auto;
  display: block;
  color: #4e4e4e;
  font-size: 12px;
}
.list_car .list_link .item_info .dateviews {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #6e6e6e;
}
.list_car .list_link .item_info .views {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
}
.list_car .list_link .item_info .views .img-svg {
  height: 16px;
  margin-right: 2px;
}
.list_car .list_link .item_info .views .img-svg path {
  stroke: #aeaeae;
}
.list_car .list_link .helper {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding-top: 6px;
}
.list_car .list_link .listpriceb {
  display: flex;
  flex-direction: column;
  align-items: end;
  height: 100%;
}
.list_car .list_link .cost {
  color: #A1A4AC;
  margin-top: 15px;
  display: flex;
  align-items: last baseline;
  flex-direction: column;
  font-size: 14px;
  justify-content: end;
}
.list_car .list_link .cost .main {
 color: #E10000;
 display: block;
 font-family: "HNLT GEO 65 Med";
 font-size: 22px;
}
.list_car .list_link .cost .main path {
 fill: #E10000;
}
.list_car .list_link .cost .second path {
 fill: #A1A4AC;
}
.list_parts .list_link .title {
 font-size: 16px;
 margin: 2px 0 14px;
}
.list_parts .list_link .desc {
 color: #676767;
 font-size: 14px;
 display: block;
}
.cur_switcher {
 display: flex;
 margin: 0 0 0 10px;
 gap: 5px;
}
.cur_switcher > span {
 padding: 0;
 border-radius: 50%;
 height: 25px;
 width: 25px;
 opacity: 0.4;
}
.cur_switcher > span.active {
 padding: 0;
 background: #eee;
 border-radius: 50%;
 height: 25px;
 width: 25px;
 opacity: 1;
}
.list_car .list_link .taxstate {
  background: #FFFFFF;
  border: 1px solid #A1A4AC;
  border-radius: 12px;
  font-size: 12px;
  display: inline-block;
  padding: 4px 15px;
  color: #000;
}
.list_car .list_link .tax_yes {
  border-color: #26b753;
}
.list_car .list_link .tax_no {
  border-color: #ff3b30;
}
.list_car .list_link .place {
  color: #4E4E4E;
  font-size: 14px;
}

.brazzers-daddy {
  display: block;
}
.brazzers-daddy span {
  display: block;
}

.addbg {
  background-color: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1), -2px -2px 8px rgba(0, 0, 0, 0.1);
}
.addptitle {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.add_ptitle {
  color: #8e8e8e;
  font-size: 14px !important;
}



.ccheckbox label {
  font-family: system-ui, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: grid;
  grid-template-columns: 1.4em auto;
  gap: 0.8em;
  align-items: center;
  cursor: pointer;
}
.ccheckbox label + .ccheckbox label {
  margin-top: 1em;
}

.ccheckbox label--disabled {
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.ccheckbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-top: 4px;
  cursor: pointer;
}
.ccheckbox input[type="checkbox"] + span {
  margin-left: 3px;
}
.ccheckbox input[type="checkbox"]:checked {
  background-color: #0FA038;
  border-color: #0FA038;
}
.ccheckbox input[type="checkbox"]:checked+span {
  font-weight: bold;
}
.ccheckbox input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #FFF;
}

.ccheckbox input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.ccheckbox input[type="checkbox"]:focus {
/*  outline: max(2px, 0.15em) solid currentColor;
outline-offset: max(2px, 0.15em);*/
}

.ccheckbox input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);

  color: var(--form-control-disabled);
  cursor: not-allowed;
}

#estate_add_prewiev {
  border: 1px solid #e8e8e8;
}
#estate_add_prewiev .title {
  font-weight: bold;
  padding: 10px 15px;
}
#estate_add_prewiev .img_block img {
  max-width: 100%;
}

.form-control {
  padding: 0.265rem .75rem !important;
  border-radius: 0.75rem !important;
}
.addsubtitle {
  font-size: 1.1rem;
  color: #6e6e6e;
}
.addPageTitle {
  font-size: 20px;
  font-family: "HNLT GEO 65 Med";
  font-weight: bold;
}







.sw_container {
  background: #fff;
  padding: 10px 20px 20px;
}


.addfull .rmain_info {
  background-color: #fff;
  padding: 0 15px 15px;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.addfull .rmain_info h1 {
 font-family: "HNLT GEO 65 Med";
 font-size: 22px;
 overflow: hidden;
}
.addfull .rmain_info .author, .list_car .author {
  margin: 0 0 25px;
  color: #929292;
  font-size: 14px;
}
.list_car .author {
  margin: 20px 0 0;
}
.list_car .author .callbtn {
  padding: 5px 30px;
}
.addfull .rmain_info .author .img-svg, .list_car .author .img-svg {
  width: 18px;
}
.addfull .rmain_info .author .img-svg path, .list_car .author .img-svg path {
 stroke: #929292;
}
.addfull .rmain_info .author .showPhoneJs .img-svg, .list_car .author .showPhoneJs .img-svg {
  margin-right: 10px;
}
.addfull .rmain_info .author .showPhoneJs .img-svg path, .list_car .author .showPhoneJs .img-svg path {
  stroke: #fff;
}
.addfull .rmain_info .address {
  color: #9e9e9e;
}
.addfull .rmain_info .datetime {
  color: #737373;
  font-size: 13px;
  font-family: Arial;
  margin-bottom: 6px;
}
.addfull .rmain_info .price {
 color: #E10000;
 padding: 5px 0 10px;
 font-size: 22px;
 font-family: "HNLT GEO 65 Med";
 display: flex;
 align-items: baseline;
}
.addfull .rmain_info .price > svg {
 margin-left: 5px;
}
.addfull .rmain_info .price > svg path {
 fill: #E10000;
}
.addfull .rmain_info .price .usd {
  color: #A1A4AC;
  font-size: 16px;
  display: inline-block;
  margin-left: 12px;
}
.addfull .rmain_info .price .usd svg {
 margin: -3px 0 0 -1px;
}
.addfull .rmain_info .price .usd svg path {
 fill: #A1A4AC;
}
.addfull .rmain_info .params {
  opacity: 0.5;
  line-height: 16px;
}
.addfull .rmain_info .params .col {
  margin-bottom: 20px;
}
.addfull .rmain_info .params .ico {
  width: 52px;
}
.addfull .rmain_info .params .param {
  font-weight: bold;
}
.addfull .rmain_info .params .param .text {
  font-size: 13px;
  font-weight: normal;
  padding-top: 4px;
}
.addfull .rmain_info .params img {
  height: 36px;
  vertical-align: middle;
  margin-right: 5px;
  opacity: 0.5;
  margin-top: -2px;
}
.addfull .wbg {
  background-color: #fff;
  padding: 15px;
}
.addfull .btitle_nobg {
  font-size: 20px;
  font-family: "HNLT GEO 65 Med";
  padding: 0 0 5px;
  text-transform: uppercase;
}
.addfull .svg_ico svg,
.addfull .svg_ico img {
  height: 20px;
}
.addfull .fullparams .svg_ico {
  width: 35px;
  opacity: 0.5;
  margin-top: -2px;
}
.addfull .fullparams .text {
  color: #9e9e9e;
}
.addfull .fullparams .text .count {
  color: #000;
  font-weight: bold;
}
.addfull .fullparams .subtext {
  font-size: 14px;
}
.addfull .fullparams .parblock {
  padding-bottom: 8px;
  padding-top: 8px;
}
.addfull .idinfo {
  color: #5b5b5b;
  font-size: 13px;
  padding: 2px 10px 5px;
}
.addfull .idinfo .img-svg {
  height: 16px;
  margin-top: -4px;
  margin-right: 4px;
}
.img-svg-fpicons {
 height: 42px;
 width: auto !important;
}
.addfull .favIcons {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.addfull .favIcons.jsShare {
  position: relative;
}

.jsAddFav:hover .img-svg path {
  stroke: #E10000 !important;
}
.jsAddFav.active .img-svg path {
  fill: #E10000 !important;
  stroke: #E10000 !important;
}
.jsAddFav.active:hover .img-svg path {
  fill: #fff !important;
  stroke: #E10000 !important;
}

/*.photogal .fotorama__nav-wrap {
 margin-top: -78px;
 padding-bottom: 10px;
 }*/
/*.photogal .fotorama__nav-wrap {
   background-color: #fff;
   }*/

   #myprofile {}
   #myprofile .usernav {
    margin: 0;
    padding: 0;
  }
  #myprofile .usernav li {
    padding: 10px 10%;
    margin: 15px 0;
  }
  #myprofile .usernav li a {
    color: #666;
  }
  #myprofile .usernav li.active {
    border-right: 8px solid #fff;
  }
  #myprofile .usernav li.active a {
    font-weight: bold;
    color: #0d6efd;
  }
  #myprofile .usernav li a {
    text-decoration: none;
  }
  #myprofile .usernav .img-svg {
    height: 20px;
    margin-right: 12px;
    margin-top: -4px;
    opacity: 0.5;
  }
  #mypage_adlist {}
  #mypage_adlist .rowlist .img-block img {
    max-width: 100%;
  }
  #mypage_adlist .rowlist .adminedit .img-svg {
   height: 16px;
   opacity: 0.6;
   margin: -4px 2px 0 0;
 }
 #mypage_adlist .rowlist .datetime {
   font-size: 12px;
   color: #898989;
   display: block;
 }
 #mypage_adlist .rowlist .datetime > div {
   margin-bottom: 3px;
 }
 #mypage_adlist .rowlist .idview {
   font-size: 12px;
   color: #898989;
   margin-top: 15px;
   display: block;
   margin-bottom: 6px;
 }
 .adminedit a {
   text-decoration: none;
   vertical-align: middle;
   color: #003ffb;
   font-size: 12px;
   margin-right: 16px;
 }

 .list_market .category {
  font-size: 13px;
  color: #232323;
}

.grbg {
  background: #F3F3F3;
  margin-top: -40px;
  padding: 20px 0;
}
.grbg .addfull .rmain_info {
  background: #F3F3F3;
}

.push {
  margin-right: 300px;
  margin-left: -300px;
  transition: .3s ease-in;
}













/* ADDPAGE */
/*.addForm .addbtitle {
  font-size: 1.8rem;
  border-bottom: 3px solid #dedede;
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.addForm .addsubtitle {
  font-size: 1.2rem;
  color: #3e3e3e;
  }*/
  .addForm .subfilds {
    background-color: #fcfcfc;
    padding: 20px 20px;
    margin: 0 0 20px;
  }
  .addForm .subfilds .addsubtitle {
    font-size: 0.9rem;
  }
  /* END: ADDPAGE */

  /* HELPERS */
  
  
  #mheader_search .modalselect,
  #mheader_search .customselectf,
  #mheader_search .select2-container .select2-selection--single,
  #mheader_search .form-control,
  #mheader_search .fstyle {
    /*background-color: #fafafa;*/
  }
  .rowZ.owl-carousel.loop .owl-nav .owl-prev,
  .rowZ.owl-carousel.loop .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 48px;
    left: 0;
    width: 12.6%;
  }
  .rowZ.owl-carousel.loop .owl-nav .owl-next {
    background: rgba(255,255,255,0.5);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%, rgb(255, 255, 255) 100%);
  }
  .rowZ.owl-carousel.loop .owl-nav .owl-next {
    left: unset;
    right: 0;
  }
  .rowZ.owl-carousel.loop .owl-nav .owl-next span,
  .rowZ.owl-carousel.loop .owl-nav .owl-prev span {
    font-size: 34px;
    background: #fff;
    line-height: 24px;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50% !important;
    font-family: "HNLT GEO 65 Med";
    display: inline-block;
    box-shadow: -3px 3px 8px -2px #d5d5d5;
  }
  .rowZ.owl-carousel.loop .owl-nav .owl-prev span {
   margin-right: initial;
   border-radius: 3px 1px 1px 3px;
 }
 .photogal .fotorama__fullscreen-icon {
   background: none;
   width: 100% !important;
   height: 100% !important;
   right: 0 !important;
   top: 0 !important;
   z-index: 10 !important;
 }



 #tp_switcher {

 }
 #tp_switcher .img-svg {
  height: 20px;
  fill: #fff;
}
#tp_switcher .active .img-svg {
  opacity: 1;
  stroke: #4E4E4E;
}
#tp_switcher .active .img-svg path {
  stroke: #4E4E4E;
}

#ResListSort #tp_switcher {
 margin-right: 15px;
}
#ResListSort #tp_switcher a {
  margin: 0 4px;
}

/*.ocarusel_hp_super.owl-carousel .owl-item:nth-child(2).active {
  opacity: 0.5 !important;
  }*/
  .ocarusel_hp_super .carshort {
   box-shadow: 0px 0 8px -1px #a8a8a880;
   border-bottom: 4px solid #ffc107bf;
 }
 .ocarusel_hp_super .owl-nav {
  position: absolute;
  top: 10%;
  margin-top: 0;
  left: 15px;
  right: 15px;
}
.ocarusel_hp_super .owl-nav .owl-prev,
.ocarusel_hp_super .owl-nav .owl-next {
  font-size: 34px !important;
  background: #fff !important;
  line-height: 14px !important;
  height: 35px;
  width: 35px;
  border: 0 !important;
  border-radius: 50% !important;
  font-family: "HNLT GEO 65 Med" !important;
  display: inline-block;
  box-shadow: -3px 3px 8px -2px #d5d5d5 !important;
  position: absolute;
  opacity: 0.8;
}
.ocarusel_hp_super .owl-nav .owl-prev span,
.ocarusel_hp_super .owl-nav .owl-next span {
 position: relative;
 top: -2px;
}
.ocarusel_hp_super .owl-nav .owl-prev {
 box-shadow: -3px 3px 8px -2px #d5d5d5;
 border-radius: 4px 1px 1px 4px;
}
.ocarusel_hp_super .owl-nav .owl-next {
 box-shadow: 3px 3px 8px -2px #d5d5d5;
 border-radius: 1px 4px 4px 1px;
 right: 0;
}
.ocarusel_hp_super .owl-nav .owl-prev:hover {
 color: #111 !important;
 box-shadow: -3px 3px 8px -2px #ffc107bf;
 opacity: 1;
}
.ocarusel_hp_super .owl-nav .owl-next:hover {
 color: #111 !important;
 box-shadow: 3px 3px 8px -2px #ffc107bf;
 opacity: 1;
}

.owl_rnavs .owl-next,
.owl_rnavs .owl-prev {
  font-size: 34px;
  background: #fff;
  line-height: 15px;
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 50% !important;
  font-family: "HNLT GEO 65 Med";
}
.owl_rnavs .owl-next span,
.owl_rnavs .owl-prev span {
  position: relative;
  top: -3px;
  display: inline-block;
}
.owl_rnavs .owl-prev {
  box-shadow: -3px 3px 8px -2px #d5d5d5;
  border-radius: 4px 1px 1px 4px;
  margin-right: 15px;
}
.owl_rnavs .owl-next {
  box-shadow: 3px 3px 8px -2px #d5d5d5;
  border-radius: 1px 4px 4px 1px;
}
#navs_estate_m {
  text-align: center;
  margin-top: 5px;
}
#navs_estate_m.owl_rnavs .owl-next,
#navs_estate_m.owl_rnavs .owl-prev {
 line-height: 42px;
 height: 40px;
 width: 44%;
}

.lctwo {
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-box-orient: vertical;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
}
.carshort .title.lctwo {
  height: 50px;
  white-space: normal;
}

.select2-results__option.optcity {
  padding-left: 32px;
  color: #5e5e5e;
}

.checkmark .ico .icobg {
  display: flex;
  height: 24px;
  width: 24px;
  background: #F3F3F3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
}
.checkmark .ico.svg_ico {
  opacity: 1;
}
.checkmark .ico.svg_ico svg,
.checkmark .ico.svg_ico .img-svg {
  height: initial;
  width: 12px;
}
.addfull .fullparams .checkmark .text {
  color: #3b3b3b;
  font-size: 14px;
}

.pl-35 {
 padding-left: 35px !important;
}
.pr-35 {
 padding-right: 35px !important;
}
.pl-0 {
 padding-left: 0 !important;
}
.pr-0 {
 padding-right: 0 !important;
}
.carshhotblc {
 position: relative;
}
#navsHot {
 position: absolute;
 left: 14px;
 right: 22px;
 top: 0;
}
#navsHot .owl-prev {
 left: 0;
 position: absolute;
}
#navsHot .owl-next {
 right: 0;
 position: absolute;
}
.carshhotblc .carshort {
 box-shadow: 0px 4px 8px -2px #F00;
}
.carshhotblc .carshort .descblock {
 background-color: #e60000;
}
.carshhotblc .carshort .title,
.carshhotblc .carshort .price,
.carshhotblc .carshort .place {
 color: #FFF;
}
.carshhotblc .carshort .price svg path {
 fill: #FFF;
}
.carshhotblc .carshort .title .small {
 color: #FFF;
}
.carshort .cattitle {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
}
.pl-5p {
 padding-left: 5px;
}
.owl-neggutter5 {
 margin-left: -5px;
 margin-right: -5px;
}
.mr-8 {
 margin-right: 8px;
}

.navlist {
 list-style: none;
 margin: 0;
 padding: 0;
 display: flex;
 gap: 15px;
 flex-wrap: wrap;
}
.navlist li {

}
.navlist li a {
  color: #1E1E1E;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #DADADA;
  padding: 0 2px;
  border-radius: 10px;
  font-weight: bold;
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
}
.navlist li.active a {
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.motoForm .sel2optMtype_2,
.motoForm .sel2optTrans_2,
.motoForm .sel2optTrans_3,
.motoForm .sel2optTrans_4 {
 display: none !important;
}
.sresult_title {
 color: #A1A4AC;
 font-size: 22px;
}
.morelink {
  font-size: 14px;
  line-height: 16px;
  color: #727272;
  text-decoration: none;
}
/* END: HELPERS */

/* MARKET */
.market_short_params {

}
.market_short_params .title {
 color: #9e9e9e;
}
/* END: MARKET */

/* CARS */






/*.rowZ.owl-carousel .owl-item {
 opacity: 0.5;
}
.rowZ.owl-carousel .owl-item.active.center {
 opacity: 1;
 }*/

 .carsAdd .addboxes.ccheckbox label {
  margin: 10px 0;
  font-size: 14px;
  line-height: 22px;
  gap: 1em;
}
/* END: CARS */

/* RESTATE */


.list_resta .paramsnew.params {
  display: flex;
}
.list_resta .paramsnew.params .ico {
  margin-right: 4px;
  margin-top: -5px;
}
.list_resta .paramsnew.params .param {
  color: #2e2e2e;
  font-size: 12px;
  margin-right: 12px;
}

.restateshort .img-block .paramsfly {
  display: flex;
  position: absolute;
  bottom: 6px;
  left: 6px;
  right: 0;
}
.restateshort .img-block .paramsnew.params {
  display: flex;
  background: #fff;
  border-radius: 12px;
  opacity: 0.8;
  padding: 2px 10px;
  margin: 0;
}
.estate_new_car.rowZ.owl-carousel .owl-item {
  opacity: 1;
}
#listrestate.tplsw_table,
#listcars.tplsw_table,
#listmarket.tplsw_table {
  display: flex;
  flex-wrap: wrap;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
#listrestate.tplsw_table .list_link_cont,
#listcars.tplsw_table .list_link_cont,
#listmarket.tplsw_table .list_link_cont {
  flex: 0 0 auto;
  width: 50%;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: 20px;
}
#listmarket.tplsw_table .list_link_cont {
  width: 33.3333%;
}
#listrestate.tplsw_table .list_link,
#listcars.tplsw_table .list_link,
#listmarket.tplsw_table .list_link {
 position: relative;
}
#listrestate.tplsw_table .costblc,
#listcars.tplsw_table .costblc,
#listmarket.tplsw_table .costblc {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #fff;
  opacity: 0.9;
  text-align: center;
  width: auto !important;
  box-shadow: 0 0 10px 0 #fff;
}
#listrestate.tplsw_table .cost,
#listcars.tplsw_table .cost,
#listmarket.tplsw_table .cost {
  margin: 0;
  border-bottom: 0;
  padding: 7px 0 1px;
}
#listrestate.tplsw_table .list_link .col-sm-8,
#listcars.tplsw_table .list_link .col-sm-8,
#listmarket.tplsw_table .list_link .col-sm-8 {
  width: 100%;
}
#listrestate.tplsw_table .list_link .col-sm-4,
#listcars.tplsw_table .list_link .col-sm-4,
#listmarket.tplsw_table .list_link .col-sm-4 {
  width: 100%;
}
#listrestate.tplsw_table .list_link .imgblock,
#listcars.tplsw_table .list_link .imgblock,
#listmarket.tplsw_table .list_link .imgblock {
  width: 100%;
}
#listrestate.tplsw_table .list_link .title,
#listcars.tplsw_table .list_link .title,
#listmarket.tplsw_table .list_link .title {
  font-size: 20px;
  margin-top: 0;
}
#listrestate.tplsw_table .list_link .params,
#listcars.tplsw_table .list_link .params {
  margin-top: 0;
}
#listrestate.tplsw_table .list_link .listpriceb,
#listmarket.tplsw_table .list_link .listpriceb,
#listcars.tplsw_table .list_link .listpriceb {
  flex-direction: row;
  align-items: start;
  height: auto;
  margin: 5px 0 6px;
}
#listrestate.tplsw_table .list_link .cost,
#listmarket.tplsw_table .list_link .cost,
#listcars.tplsw_table .list_link .cost {
  flex-direction: row;
  padding: 0;
}
#listrestate.tplsw_table .list_link .cost .main,
#listmarket.tplsw_table .list_link .cost .main,
#listcars.tplsw_table .list_link .cost .main {
  margin-right: 10px;
  font-size: 20px;
}
#listrestate.tplsw_table .list_link .paramsnew {
  margin-top: 4px;
  opacity: 0.6;
  margin-bottom: 10px;
}
#listrestate.tplsw_table .list_link .paramsnew .col {
  margin-top: 8px;
}
#listrestate.tplsw_table .list_link,
#listmarket.tplsw_table .list_link,
#listcars.tplsw_table .list_link {
  margin: 0 0 10px;
  padding-right: 8px;
}
#listrestate.tplsw_table .list_link .title,
#listmarket.tplsw_table .list_link .title,
#listcars.tplsw_table .list_link .title {
  margin-top: 17px;
}
#listrestate.tplsw_table .list_link .addFav,
#listmarket.tplsw_table .list_link .addFav,
#listcars.tplsw_table .list_link .addFav {
  right: 8%;
  bottom: -20px;
  height: 40px;
  width: 40px;
}
#listrestate.tplsw_table .list_link .hotStiker,
#listmarket.tplsw_table .list_link .hotStiker,
#listcars.tplsw_table .list_link .hotStiker {
  top: inherit;
  border-radius: 20px;
  bottom: -10px;
  left: 5%;
  height: 35px;
  opacity: 1;
}
#listcars.tplsw_table .list_link .taxstate {
  display: none;
}
/* END: RESTATE */

#inactive_modal .js_closeTask {
  position: absolute;
  top: 40px;
  right: 40px;
}
.userTypeBadge {
  background: #F8F8F8;
  border: 1px solid #DADADA;
  border-radius: 14px;
  height: 24px;
  padding: 2px 12px;
  font-size: 12px;
  color: #929292;
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
}

/* FORMS */
.formgroup38 .selstyle .select2-container--default .select2-selection--single {
 height: 38px;
}
.formgroup38 .selstyle .select2-container--default .select2-selection--single .select2-selection__rendered {
 height: 38px;
 line-height: 38px;
}
.formgroup38 input.form-control,
.formgroup38 select.form-control {
 height: 38px;
}

.formgroup42 .selstyle .select2-container--default .select2-selection--single {
 height: 42px;
}
.formgroup42 .selstyle .select2-container--default .select2-selection--single .select2-selection__rendered {
 height: 42px;
 line-height: 42px;
}
.formgroup42 input.form-control,
.formgroup42 select.form-control {
 height: 42px;
}
.formgroup42 .selstyle .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.formgroup55 .select2-container--default .select2-selection--single {
 height: 55px !important;
}
.formgroup55 .select2-container--default .select2-selection--single .select2-selection__rendered {
 height: 55px !important;
 line-height: 59px !important;
}
.formgroup55 input.form-control {
 height: 55px !important;
}

.addLabelTitle {
  margin: 24px 0 4px;
  color: #909090;
  font-size: 14px;
  padding-left: 8px;
}
.addLabelTitle .req {
  color: #E10000;
}
.addLabelTitleH {
  margin: 0;
  color: #7A7A7A;
  font-size: 14px;
  display: flex;
  height: 100%;
  align-items: center;
}
.formgrpBold .select2-container--default .select2-selection--single .select2-selection__rendered {
 font-weight: bold;
}
.formgrpGray .form-control,
.formgrpGray .select2-container--default .select2-selection--single,
.formgrpGray .select2tree {
 background-color: #FFF;
 border-color: #D9D9D9;
}
.formgrpGray .form-control:focus {
 background-color: #f7f7f7;
 border-color: #f7f7f7;
 box-shadow: inset 0 0 9px .25rem rgba(213, 213, 213, 0.25);
}

.inputGrpR .form-control {
  border-radius: 12px 0 0 12px !important;
  border-right: 2px solid #dedede;
}
.inputGrpR .select2-container--default .select2-selection--single {
 border-radius: 0 12px 12px 0 !important;
}

.inputGrpL .form-control {
  border-radius: 0 12px 12px 0 !important;
  border-left: 3px solid #dedede;
}
.inputGrpL .select2-container--default .select2-selection--single {
 border-radius: 12px 0 0 12px !important;
}
/* END: FORMS */



#phoneBlock .content {
  background-color: #fff;
  z-index: 2;
  position: fixed;
  top: 50%;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  padding: 5%;
  box-shadow: 5px 11px 12px -2px rgba(11, 83, 255, 0.15);
}
#phoneBlock .helper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
}
#phoneBlock .closeBtn {
  background: #979797;
  height: 25px;
  width: 25px;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  border-radius: 3px;
  align-items: center;
  box-shadow: 5px 11px 12px -2px rgba(118, 118, 118, 0.21);
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}





