
/* BASIC LAYOUT
----------------------------------------------- */
.wrappers {min-width: 320px; position: relative;}
.wrapper-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20;}
.header {background-color: #fff; padding-top: 20px; padding-bottom: 20px;}
.nav {margin-bottom: 20px; background-color: #fff; border-top: 1px solid var(--bdc);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.03); position: relative;}
.content {min-height: 100vh;}
.sidebar {width: 320px; margin-left: 20px;}
.footer {margin-top: 40px; padding-top: 20px; background-color: #fff; box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.03);}
.footer__two {border-top: 1px solid var(--bdc); padding-top: 20px; padding-bottom: 20px; margin-top: 20px;}
.rkl {margin-bottom: 20px;}
.rkl img {display: block; margin: 0 auto;}
.page-bg {padding: 20px; background-color: #fff; border: 1px solid var(--bdc); border-radius: 4px;}
.page-bg .page-bg {padding: 0; border: 0; background: none; margin: 0;}
.page-bg #dle-content {display: block;}
	
#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: #fff; color: var(--tt-3); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}


/* HEADER, NAV
----------------------------------------------- */
.logo {padding-left: 56px; color: #000 !important; height: 60px; position: relative; text-transform: uppercase;
	display: inline-flex; flex-direction: column; justify-content: center; line-height: 1; 
	background: url(../images/logo.svg) 0 center / 50px auto no-repeat;}
.logo div:first-child {font-size: 20px; letter-spacing: 2px; font-weight: 700;}
.logo div + div {font-size: 34px; font-weight: 700; margin-top: -2px; letter-spacing: 2px;}
.nav__menu > li {margin-right: 30px; position: relative;}
.nav__menu > li > a {height: 60px; font-weight: 500; font-size: 15px; display: flex; align-items: center; white-space: nowrap;}
.nav__menu > li > a .fal {opacity: 0.6; position: relative; top: -2px;}
.nav__menu-hidden {background-color: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.2); 
	position: absolute; left: 0px; top: 100%; padding: 10px 0; z-index: 50; width: 240px; 
	visibility: hidden; opacity: 0; transform: translateY(30px);}
.nav__menu-hidden--single a {display: block; padding: 6px 20px; font-size: 15px;}
.nav__menu-hidden--single a:hover {background-color: var(--bg-2);}
.nav__menu > li:hover > a, .header__btn-search:hover, .header__btn-search.is-active {color: var(--accent);}
.nav__menu > li:hover .nav__menu-hidden {visibility: visible; opacity: 1; transform: translateY(0px);}
.submenu > a:after {content:"\f107"; font-weight: 300; font-family:'Font Awesome 5 Pro'; margin-left:7px; 
	transition: all .2s; display: inline-block; position: relative; top: 3px;}
li.submenu:hover > a:after {transform: rotate(-180deg) !important}
.header__btn-add {cursor: pointer; display: flex; justify-content: center; align-items: center; white-space: nowrap; 
	height: 40px; color: #fff !important; font-weight: 500; text-transform: uppercase; font-size: 12px;  
	background: linear-gradient(to bottom, #3498db, #3498db 100%); padding: 0 10px 0 20px; border-radius: 4px;}
.header__btn-add:hover, .header__btn-login:hover {box-shadow: inset 0 10px 20px rgba(0,0,0,0.1);}
.header__btn-add .fal {width: 24px; height: 24px; border-radius: 50%; display: flex; justify-content: center; 
	align-items: center; margin-left: 10px; font-size: 14px; 
	text-shadow: none; padding-left: 1px; order: 5;}
.header__btn-login {cursor: pointer; margin-left: 20px; text-transform: uppercase; font-size: 12px; 
	display: flex; justify-content: center; align-items: center; white-space: nowrap; color: #888;
	border: 2px solid #3498db9e; padding: 0 20px; height: 40px; border-radius: 4px; font-weight: 500;}
.header__btn-login .fal {margin-right: 10px; position: relative; top: -1px;}
.header__search {position:relative; margin: 0 20px 0 40px; border: 2px solid var(--accent); border-radius: 4px;}
.header__search input, .header__search input:focus {padding: 0 50px 0 10px; border-radius: 0px; background: none; 
	box-shadow: none; background-color: #fff; color: #000; border-radius: 4px; height: 36px; line-height: 36px}
.header__search input:not(:focus)::placeholder {color: #000; opacity: 0.4; font-size: 14px;} 
.header__search button {position:absolute; right: 0; top: -2px; width: 50px; padding: 0; 
	font-size: 18px; border-radius: 0; height: 40px;}
.header__menu-soc a {margin: 0 0 0 15px; font-size: 16px;}
.header__menu-filter a {margin: 0 5px 0 15px; font-size: 25px;}
.submenu--big {position: static !important;}
.submenu--big .nav__menu-hidden {width: 100%;}
.nav__menu-hidden-in {padding: 20px 0 26px 0;}
.nav__menu-hidden-caption {font-size: 17px; font-weight: 500; color: var(--accent); padding-bottom: 2px;}
.nav__menu-hidden-caption a {color: var(--accent);}
.nav__menu-hidden--big a:hover {text-decoration: underline;}
.nav__menu-hidden--big li + li {margin-top: 10px;}
.nav__menu-hidden--big li + .nav__menu-hidden-caption {border-top: 1px solid var(--bdc); padding-top: 10px; margin-top: 30px;}
.nav__menu-hidden--big li span {color: #000; font-size: 12px; margin-left: 6px; color: var(--tt-2);}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 20px;}
.sect__header {margin-bottom: 20px;}
.sect__title {margin-bottom: 0 !important;}
.grid-select__btn {cursor: pointer; display: flex; align-items: center; justify-content: center; 
	margin-left: 10px; font-size: 18px;}
.grid-select__btn.is-active {color: var(--accent);}
.grid-select__btn:not(.is-active):hover {color: var(--accent-2);}
.speedbar {color: var(--tt-2); margin-bottom: 20px; padding: 15px; 
	background-color: #fff; border: 1px solid var(--bdc); border-radius: 4px;}
.speedbar a:after {color: var(--tt); display: inline; content: '/'; margin: 0 5px;}
.speedbar a:hover {text-decoration: underline;}
.speedbar .fas {color: var(--accent); margin-right: 10px;}
.sect__subtitle {font-size: 20px;}
.about {margin-top: 20px; line-height: 1.5; font-size: 16px;}
.about h1, .about h2, .about h3 {font-size: 24px; font-weight: 400; line-height: 1.3; margin-bottom: 10px;}
.about p {margin-bottom: 10px;}
.about a {text-decoration: underline; color: var(--accent);}


/* SHORT ITEM
----------------------------------------------- */
.item {border: 1px solid var(--bdc); background-color: #fff; border-radius: 4px; position: relative;}
.item__img {display: block; width: 280px; min-height: 190px; transition: none;}
.item__img img {position: absolute; left: 0; top: 0; transition: opacity 0.3s;}
.item__label {height: 30px; line-height: 30px; width: 200px; text-align: center; background: var(--accent-3); 
	font-weight: 500; text-transform: uppercase; font-size: 12px; transform: rotate(-45deg);
	position: absolute; left: -70px; top: 14px; z-index: 10; color: var(--tt);}
.item__label--premium {background-color: #309338; color: #fff;}
.item__desc {padding: 9px 20px;}
.item__price {font-size: 20px; color: var(--tt); margin-right: 20px;}
.price .fas, .price .fal {margin-left: 0.2em; vertical-align: middle;}
.item__img + .item__price {font-weight: 500; margin: 0; width: 100%;
	background-color: #e5e5e5; height: 40px; line-height: 40px; text-align: center;}
.item__info {margin-bottom: 10px; color: var(--tt-2); font-weight: 400;}
.item__info-item {margin-right: 20px; font-size: 13px;}
.item__title {font-weight: 500; font-size: 16px; line-height: 1.4;}
.item__text {-webkit-line-clamp: 3; line-height: 1.5; margin-top: 10px; font-size: 14px; max-height: 63px;}
.item__bottom {font-size: 13px; font-weight: 400; margin-top: 15px;}
.item__bottom-item {margin-left: 20px;}
.item__bottom-item > span {color: var(--tt-2);}
.item__bottom-item b {font-weight: 500;}
.item__location {color: var(--accent-2);}
.item__location .fas {font-size: 8px; margin-right: 8px; position: relative; top: -2px;}
.item__checked {color: var(--accent-2); font-size: 18px; position: absolute; top: 10px; right: 40px; z-index: 5;}
.item__fav {position: absolute; top: 10px; right: 10px; z-index: 5; font-size: 18px; color: var(--accent-3);}
.item__fav a {color: #dddbdb;}
.item__fav a .added {color: #fddd4e;}
.item__img:hover img {opacity: 0.8;}
a.item__title:hover {text-decoration: underline;}
@media screen and (min-width: 760px) {
	.grid-2 .item, .grid-3 .item {grid-column: span 1 !important; flex-direction: column;}
	.grid-2 .item__img, .grid-3 .item__img {width: 100%; margin: 0; padding-top: 60%; height: 0; min-height: 0;}
	.grid-2 .item__info, .grid-3 .item__info {justify-content: space-between;}
	.grid-2 .item__info > *, .grid-3 .item__info > * {margin: 0;}
	.grid-2 .hh, .grid-3 .item__info-item {display: none;}
	.grid-2 .item__bottom-item, .grid-3 .item__bottom-item {margin-left: 10px;}
	.grid-3 .item__location {min-width: 100%; padding-left: 10px; margin-bottom: 6px;}
	.grid-3 .item__bottom {margin-left: -10px;}
	.grid-3 .item__checked, .grid-2 .item__checked {color: #59d443;}
	.grid-2 .item__img::before, .grid-3 .item__img::before {content: ''; position: absolute; left: 0; top: 0; right: 0; z-index: 3; 
		background: linear-gradient(to bottom, #000 0%, transparent 100%); height: 100px; opacity: 0.8;}
}


/* SIDEBAR
----------------------------------------------- */
.sidebar__block--sticky {position: sticky; left: 0; top: 20px;}
.sidebar__block + .sidebar__block {margin: 20px 0 0 0;}
.sidebar__block.rkl, .sidebar__block-content, .sidebar__block-title, .sect__header {background-color: #fff; 
	padding: 10px; border: 1px solid var(--bdc); border-radius: 4px;}
.sidebar__block-title, .sect__title {font-size: 17px; font-weight: 500; text-transform: uppercase; margin-bottom: 20px; 
	display: flex; align-items: center;}
.sidebar__block-title .fas, .sect__title .fas, .sect__title .fal {opacity: 0.2; margin-right: 10px; font-size: 28px; vertical-align: middle;}
.btn__filter {cursor: pointer; background-color: var(--accent); border: 1px solid var(--accent); color: #fff;}
.btn__filter + .sidebar__block-content {display: none; margin-bottom: 20px;}
.content .sidebar__block--switch-device {display: none;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__menu a {margin: 0 30px 0 0; font-weight: 400; font-size: 16px;}
.footer__text {font-size: 14px; line-height: 1.6; margin-left: 40px;}
.footer__email a {color: var(--accent); border-bottom: 1px dotted var(--accent); font-weight: 400;}
.footer__email .fal {vertical-align: middle; margin-right: 6px; position: relative; top: 2px;}

.pagination {text-align: center; padding-top: 20px; padding-bottom: 20px;}
.pagination__btn-loader a, .pagination__btn-loader > span {display: inline-flex; justify-content: center; align-items: center; 
	height: 40px; padding: 0 60px; background: var(--accent); color: #fff;
	box-shadow: 0px 1px 6px 0px rgba( 0, 0, 0, 0.1 ); border-radius: 4px;
	font-weight: 500; text-transform: uppercase; font-size: 12px;}
.pagination__btn-loader::before, .pagination__btn-loader::after {content: ''; flex: 1 1 0; min-width: 20px;
	height: 1px; background-color: var(--bdc); margin-right: 40px; opacity: 0;}
.pagination__btn-loader::after {margin: 0; margin-left: 40px;}
.pagination__pages {padding-top: 30px;}
.pagination__pages a, .pagination__pages span {display: inline-block; margin: 10px 4px 0 4px; line-height: 40px; 
	padding: 0 10px; min-width: 40px; font-size: 16px; border: 1px solid var(--bdc); 
	border-radius: 4px; background-color: #fff; font-weight: 400;}
.pagination__pages span:not(.nav_ext), .pagination__pages a:hover  
{background: var(--accent); color: #fff; border-color: var(--accent);}
.pagination__pages--full a, .pagination__pages--full span {line-height: 30px; min-width: 30px; font-size: 14px;}


/* INNER PAGE
----------------------------------------------- */
.page__header {padding-left: 10px; padding-right: 70px; position: relative;}
.page__header h1 {font-size: 24px; text-transform: none;}
.page__header .item__fav, .page__header .item__checked {top: 25px;}
.page__header .sect__title .fas {position: absolute; left: 10px; top: 10px;}
.gallery-shown {min-height: 240px; margin: -10px -10px 0 -10px;}
.page__ctrl-item {margin-right: 20px; color: var(--tt-2); margin-top: 6px;}
.page__ctrl-item a {color: var(--tt-2);}
.page__ctrl-item a:hover {text-decoration: underline;}
.page__text {padding-top: 20px; border-top: 1px solid var(--bdc); font-weight: 400; font-size: 16px; line-height: 1.6;}
.page__location-map {width: 100%; position: relative; overflow: hidden;}
.page__location-map iframe {width: 100%; height: 400px;}
.page__location-map #map {padding-top: 60%; background-color: #000;}
.page__location-address {margin-bottom: 10px;}
.page__location-address b, .page__list li b {font-weight: 500;}
.rel-item .item__checked {right: 10px;}
.page__list, .page__location {line-height: 1.6; font-size: 15px;}
.page__list li + li {margin-top: 6px; padding-top: 6px; border-top: 1px solid var(--bdc);}

.page__tags {margin-top: 30px; margin-bottom: -20px;}
.page__tags .fal {height: 30px; line-height: 30px; margin: 10px 10px 0 0;}
.page__tags a, .page__bottom > a {display: flex; align-items: center; white-space: nowrap; height: 30px; border-radius: 2px; color: var(--tt-2);
	padding: 0 10px; font-size: 12px; text-transform: uppercase; margin: 10px 10px 0 0; border: 1px solid var(--bdc);}
.page__tags a:hover, .page__bottom > a:hover {background-color: var(--accent); border-color: var(--accent); color: #fff;}
.page__bottom {margin-top: 40px;}
.page__bottom > a {margin: 0; color: #eb4d4b; border-color: #eb4d4b;}
.page__footer {color: var(--tt-2); border-top: 1px solid var(--bdc); padding-top: 20px; margin-top: 20px;}
.page__meta-item {margin-right: 20px;}
.page__rating {margin: 0 10px 0 0; position: relative; top: -2px;}
.page__btn-comments {height: 30px; padding: 0 10px; font-size: 12px;
	text-transform: uppercase; margin-left: 20px; font-weight: 500;}

.seller .item__location, .seller .w100 {width: 100%; font-size: 15px;}
.seller .w40 {width: 40%; white-space: nowrap;}
.seller .item__bottom-item {margin-top: 10px; font-size: 15px; margin-left: 0;}
.seller__price {font-size: 26px; font-weight: 500; margin-bottom: 13px; padding-top: 6px;}
.seller__info {margin-bottom: 20px;}
.seller__phone-btn {margin-bottom: 10px; margin-top: 20px; height: 80px; width: 100%; border-radius: 0;
	background-color: var(--accent); font-size: 18px; flex-direction: column; padding-bottom: 2px;}
.seller__phone-btn a {color: #fff; font-weight: 500; font-size: 1.2em;}
.seller__phone-caption {margin-bottom: 3px; font-weight: 500; font-size: 1.2em;}
.seller__pm {width: 100%; margin-bottom: 35px; background: none; border-radius: 0; padding-bottom: 1px;
	color: var(--accent); border: 1px solid var(--accent); font-size: 18px; height: 50px;}
.seller__info {padding-left: 70px; margin-bottom: 30px; position: relative; color: var(--tt-2); line-height: 1.2;}
.seller__img {width: 60px; height: 60px; border-radius: 50%; position: absolute; left: 0; top: 0;}
.seller__header {margin-bottom: 8px; position: relative;}
.seller__name, .seller__name a {color: var(--accent); font-weight: 500;}
.seller__status {width: 10px; height: 10px; border-radius: 50%; margin: 0 10px; 
	background-color: #6ab04c; position: relative; top: 1px;}
.seller__status.offline {background-color: #eb4d4b;}
.seller__rating > div:first-child {transform: scale(0.8,0.8); transform-origin: right top; 
	position: relative; top: 3px;}
.seller__posts {margin: 0 -5px 10px -5px;}
.seller__posts li {margin: 0 5px;}
.seller__posts a {display: block; padding-top: 100%;}
.seller__all {color: var(--accent); font-weight: 400;}
.seller__name a:hover, .seller__all:hover {text-decoration: underline; color: var(--accent);}
.seller__posts a:hover {opacity: 0.6;}
.content1 .seller {display: none;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 16px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #5278b1;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {margin-bottom: 20px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid #4add31; position: absolute; top: 5px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: #4add31; color: #fff; 
	position: absolute; top: -2px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 500;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: #4add31; 
	position: absolute; left: 41px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 22px;}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin-top: 20px;}
.page__comments-title {font-size: 20px; margin-bottom: 20px; font-weight: 400;}
.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-2); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form.form {padding: 0; background: none; margin-bottom: 20px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {box-shadow: inset 0 0 0 1px #e3e3e3; border-radius: 0;}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; margin-bottom: 20px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comment-item__title {font-weight: 500; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc);}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 500; font-size: 14px;}
.comment-item__date {color: var(--tt-2); margin-top: 4px; font-size: 13px;}
.comment-item__main {margin: 8px 0 6px 0;}
.comment-item__rating {white-space: nowrap; font-size: 13px;}
.comment-item__rating a {margin-left: 6px;}
.comment-item__rating a > span:first-child {color: #6ab04c; text-decoration: underline; font-weight: 400; margin-right: 2px;}
.comment-item__rating a:last-child > span:first-child {color: #eb4d4b;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-2);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}
.comment-item__controls {text-align: right; font-size: 13px; margin-right: -15px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--tt-2);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 18px; font-weight: 500; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-2); margin-left: 10px; font-weight: 400; color: var(--tt-2);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-2);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 280px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 10px 20px; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; 
	background-color: #fff;}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .nav__menu {margin: 0; padding: 0; display: block;}
.mobile-menu .nav__menu > li {width: 100%; margin: 0; padding: 0;}
.mobile-menu .nav__menu > li > a {height: 34px;}
.mobile-menu .nav__menu-hidden {width: 100%; height: auto; display: block; position: relative; left: 0; top: 0;
	width: calc(100% + 40px); margin: 15px -20px; opacity: 1; visibility: visible; transform: none; 
	box-shadow: none; background-color: #fafafa;}
.mobile-menu .nav__menu-hidden-col {width: 100%;}
.mobile-menu .nav__menu-hidden-col + .nav__menu-hidden-col {padding-top: 10px; border-top: 1px solid var(--bdc); margin-top: 30px;}
.mobile-menu .nav__menu-hidden-in {padding: 10px 20px;}

@media screen and (max-width: 1220px) {
	.wrapper-container {max-width:1000px;}
	.wrapper-main {padding-left: 20px; padding-right: 20px;}
	.nav__menu {display: none;}
	.header__search {margin: 0 20px;}
	.header__btn-menu {cursor: pointer; font-size: 30px; width: 60px; height: 60px; display: flex; align-items: center;}
	.sidebar {width: 100%; margin: 20px 0 0 0;}
	.content .sidebar__block--switch-device {display: block;}
	.sidebar .sidebar__block--switch-device {display: none;}
	.sidebar1 {order: -1; margin: 0; margin-bottom: 20px;}
	.sidebar1 .rkl, .sidebar__block--switch-device1 .sidebar__block-title {display: none;}
	.sidebar__block--sticky {position: static;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.header__logo {flex: 1 1 0; margin-right: 20px; max-width: 100%; min-width: 50px;}
	.header__search {order: 10; margin: 0; min-width: 100%; margin-top: 20px;}
	.footer__one, .footer__two, .footer__three {display: block; text-align: center; background-image: none;}
	.footer__menu, .footer__menu-soc, .footer__phones {justify-content: center;}
	.footer__menu a, .footer__phones a {display: inline-block; margin: 0 10px 20px 10px;}
	.footer__menu-soc a {display: inline-block; margin: 0 10px;}
	.footer__text, .footer__address, .footer__counter {margin: 20px 0 0 0;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.item__location {min-width: 100%; margin-bottom: 6px; padding-left: 10px;}
	.item__bottom {margin-left: -10px;}
	.item__bottom-item {margin-left: 10px;}
	.item__price + .item__info-item, .hh {display: none;}
}

@media screen and (max-width: 760px) {
    /* 1. RESETARE CONTAINER - Asigură că se folosește toată lățimea */


    /* 2. FORȚAREA AFIȘĂRII PE 2 COLOANE (LISTĂ) */
    #dle-content, 
    .d-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        gap: 8px !important; /* Spațiu între elemente */
        padding: 0 5px !important;
    }

    /* 3. STILIZAREA ANUNȚULUI INDIVIDUAL PENTRU GRILĂ DE 2 */
    .item {
        /* Lățimea calculată pentru 2 coloane cu gap de 8px */
        width: calc(50% - 4px) !important; 
        grid-column: span 1 !important; 
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important; 
        flex-direction: column !important;
        min-height: auto !important;
        border: 1px solid var(--bdc); 
        border-radius: 4px;
    }

    /* 4. MĂRIREA POZEI ȘI ARANJAREA TEXTULUI */
    .item__img {
        width: 100% !important; 
        margin: 0 !important; 
        padding-top: 60% !important; 
        height: 0 !important; 
        min-height: 0 !important;
    }
    .item__desc {
        padding: 10px !important; 
        flex-grow: 1; 
    }

    /*  CORECȚIE CRITICĂ PENTRU BUTOANELE DIN HEADER (Textul "Подать объявление" / "Кабинет") */
    /* Asigură că textul lung este ascuns corespunzător și că icoana este centrată */
	.header__btn-add, .header__btn-login {
        padding: 0; 
        width: 40px; 
        overflow: hidden; /* Mentine textul ascuns */
        text-indent: -600px; 
        position: relative; 
        margin-right: -10px; 
        display: flex; /* Folosim flex pentru alinierea sigură a icoanei */
        align-items: center; 
        justify-content: center;
    }
    /* Poziționează icoana (fal) absolut în interiorul containerului */
	.header__btn-add .fal, .header__btn-login .fal {
        margin: 0; 
        position: absolute; 
        left: 0; /* Aliniaza icoana in centru */
        top: 0;
        width: 40px; 
        height: 40px; 
        text-indent: 0; 
    }
	.header__btn-login {
        margin-right: 0;
    }
	.header__btn-login .fal {
        font-size: 18px; 
        top: 10px; 
        left: 10px; /* Ajustarea finală a poziției icoanei */
    }
    
    /* Alte stiluri mobile (restul codului) */
	.grid-select {display: none;}
	.item__info {justify-content: space-between;}
	.item__info > * {margin: 0;}
	.item__checked {color: #59d443;}
	.item__img::before {content: ''; position: absolute; left: 0; top: 0; right: 0; z-index: 3; 
		background: linear-gradient(to bottom, #000 0%, transparent 100%); height: 100px; opacity: 0.8;}
	.pagination__btn-loader::before, .pagination__btn-loader::after {display: none;}
	.pagination__btn-loader a, .pagination__btn-loader > span {width: 100%;}
	.sidebar1 {order: 10; margin: 0;}
	.content1 .seller, .content1 .page__list {padding: 0; border: 0;}
	.content1 .page__list {margin-top: 16px; margin-bottom: 0;}
	.content1 .seller__price {margin-left: 0;}
	.content1 .item__location {padding-left: 0;}
	.content1 .seller__phone-btn {margin-top: 10px;}
	.gallery-shown {margin-top: 0;}
	.sidebar1 .rkl, .content1 .seller {display: block;}
	.page__footer .page__meta-item, .sidebar1 .sidebar__block--switch-device1 {display: none;}
	.content1 .seller {display: block; margin: 0; margin-bottom: 20px;}
	.seller__info {margin: -20px 0 20px 0;}
	.page__text .quote {margin-left: -20px; margin-right: -20px; padding-right: 20px;}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls, .comment-item__rating-caption {display: none;}
    .item__price {font-size: 16px; margin: 0;}
    .item__bottom {flex-direction: column; align-items: flex-start; padding: 0 10px;}
    .item__location {width: 100%; padding-left: 0;}
    .item__bottom-item {margin-left: 0; margin-top: 5px;}
}
@media screen and (max-width: 760px) {
    /* ... (restul codului dumneavoastră) ... */
    
    .item__desc {
        /* Ajustați padding-ul de sus/jos dacă simțiți că este prea mare
           (Aici păstrăm 10px, conform codului dvs. original) */
        padding: 10px !important; 
        flex-grow: 1; 
    }
    
    .item__text {
        /* Păstrați ascunderea descrierii */
        display: none !important;
    }
    
    /* 2. Asigură alinierea perfectă a detaliilor de jos */
    .item__bottom {
        /* Păstrați setările dvs. de flexbox dacă sunt necesare */
        flex-direction: column; 
        align-items: flex-start; 
        padding: 0 10px; /* Asigură că padding-ul lateral este prezent, dar nu cel vertical */
    }
    
    /* ... (restul codului dumneavoastră) ... */
}

/* REGULI GLOBALE (DESKTOP) */

/* Ascunde lista mobilă pe ecrane mari (Desktop) */
.mobile-premium-list {
    display: none !important;
}

/* ------------------------------------------- */

/* REGULI MOBILE (sub 760px) */
@media screen and (max-width: 760px) {
    
    /* Ascunde lista de 4 anunțuri (Desktop) */
    .desktop-premium-list {
        display: none !important;
    }

    /* Afișează lista de 2 anunțuri (Mobil) */
    .mobile-premium-list {
        display: flex !important; /* Sau orice alt display folosit pentru listă */
        flex-wrap: wrap !important;
        /* Asigurați-vă că elementele din listă (item) au width: calc(50% - gap) pentru a se aranja pe 2 coloane */
    }
	
@media screen and (max-width: 760px) {

    /* Ascunde blocurile de reclame din bara laterală */
    .sidebar__block.rkl {
        display: none !important;
    }

    /* ... (restul codului existent) ... */
}

@media screen and (max-width: 1024px) {
    /* ASCUNDEREA RECLAMELOR PE ECRANE MICI/MEDII */
    .sidebar__block.rkl,
    .rkl { 
        display: none !important;
    
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
}

@media screen and (max-width: 470px) {
	.wrapper-container22 {max-width:360px;}
	.header__logo div:first-child {font-size: 14px;}
	.header__logo div + div {font-size: 28px;}
	.header__logo {margin: -10px 0;}
	.filter-block {padding: 0 !important;}
	.hh {display: inline;}

	.speedbar, .page__header, .page__location .sidebar__block-title {margin-bottom: 0; border-bottom: 0;}
	.speedbar, .page__header, .page__sect, .page__comments, .page__location {margin-left: -20px; margin-right: -20px; border-radius: 0;}
	.hm, .page__bottom > a .fas, .page__btn-comments .fal {display: none;}
	.hm, .page__bottom > a {margin-left: 10px;}
	.page__ctrl-item {margin-right: 10px; font-size: 12px;}
	.page__ctrl-item:last-child {margin-right: 0;}
	.page__header {padding: 10px;}
	.page__header .item__checked, .page__header .item__fav {position: static; margin: 10px 10px 0 0; 
		display: inline-block; vertical-align: top;}
}


.filter-block {padding: 10px; font-weight: 400;}
.filter-block__form {display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); grid-gap: 10px 20px;}
.filter-block__cell--full-width {grid-column: 1 / -1;}
.filter-block__cell-caption {margin-bottom: 10px;}
.filter-block__cell-content > * {width: 100%; display: block;}
.filter-block__cell-content--two-columns {display: flex; justify-content: space-between;}
.filter-block__cell-content--two-columns > * {width: calc((100% - 10px)/2) !important;}
.filter-block__cell-content select, .filter-block__cell-content input[type="text"], 
.filter-block__cell-content--check-group {height: 36px; line-height: 34px; background-position: right 8px top 50%;
	background-color: #fff; color: grey; border: 1px solid #e3e3e3; border-radius: 4px; 
	box-shadow: none; font-size: 14px; font-weight: 400; padding: 0 8px;}
.filter-block__cell-content select {padding: 0 8px;}
.filter-block__cell-content input[type="text"]::placeholder {opacity: 1; color: grey; font-size: 14px; 
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.filter-block__cell-content input[type="text"]:focus::placeholder {opacity: 0;}
.filter-block__cell-content label {position: relative; padding-left: 50px; cursor: pointer; 
	height: 36px; display: flex; flex-direction: column; justify-content: center; font-size: 14px;}
.filter-block__cell-content label input {display: inline-block; appearance: none; -webkit-appearance: none;
	height: 20px; width: 40px; border-radius: 10px; background-color: #eee; cursor: pointer; transition: all .2s linear; 
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.1); position: absolute; left: 0; top: 50%; margin-top: -10px;}
.filter-block__cell-content label input::before {content: ''; width: 18px; height: 18px; border-radius: 10px; 
	position: absolute; left: 1px; top: 1px; background-color: #fff; transition: all .2s linear;}
.filter-block__cell-content label input:checked {background-color: #6ab04c;}
.filter-block__cell-content label input:checked::before {left: 21px;}
.filter-block__cell-content input[type="button"], .filter-block__cell-content button {cursor: pointer; 
	height: 36px; display: inline-flex; justify-content: center; padding: 0 10px; box-shadow: none; border-radius: 4px; 
	font-size: 14px; background: #157ee1; color: #fff; font-weight: 500;}
.filter-block__cell-content input[type="button"][data-dlefilter="reset"] {background: #eef4fa; color: #157ee1;}
.filter-block__cell--padding1 {padding-top: 10px;}
.filter-block__cell-content--check-group label {padding: 0; text-align: center; white-space: nowrap; 
	flex: 1 1 0; min-width: 30px; max-width: 100%;}
.filter-block__cell-content--check-group label input {position: absolute; left: 0; top: 0; 
	width: 100%; height: 100%; opacity: 0; z-index: 5;}
.filter-block__cell-content--check-group {display: flex; justify-content: center; overflow: hidden; padding: 0;}
.filter-block__cell-content--check-group label + label {border-left: 1px solid rgba(0,0,0,.12);}
.filter-block__cell-content--check-group label div {height: 36px; font-size: 14px;}
.filter-block__cell-content--check-group label input:checked + div {background-color: #eef4fa; color: #000;}

.addnews-but {
    position:absolute;
    top:7px;
    right:15px;
    padding: 8px 15px;
    display:inline-block;
    text-align: center;
    background:#4ADD31;
    color:#fff;
    font-size: 15px;
	font-family: "Exo2Bold";
	cursor:pointer;
}

.addnews-but:hover {
    color:#fff;
}
.addnews-but i {font-size:18px;}
.top-header-navigation {
    background-color: #ccc;
    color: white;
    min-height: 100px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .addnews-but {
        top:10px;
        left: inherit;
        right:15px;
    }
	
* Aplică la lista din interiorul meniului ascuns */
.mobile-menu .nav__menu-hidden ul {
    display: flex; /* Activează Flexbox */
    flex-direction: column; /* Menține elementele pe coloane */
}

/* Asigură-te că fiecare element al listei se aliniază corect */
.mobile-menu .nav__menu-hidden li {
    display: flex; /* Face ca link-ul și contorul să se alinieze pe o singură linie */
    justify-content: space-between; /* Opțional: Mută contorul în dreapta, dacă este cazul */
    align-items: center; /* Centrează vertical textul și contorul */
    padding: 3px 0; /* Spațiere uniformă pe verticală */
}

.mobile-menu .nav__menu-hidden a {
    font-size: 18px;
    line-height: 1.2; 
    /* ... alte stiluri ... */
}	

@media screen and (max-width: 1220px) {
    /* Ascunde primele 5 elemente (li) din lista principală a meniului mobil. */
    /* Încearcă cu 5, apoi ajustează la 4, 6, etc., până când "Transport" este primul element vizibil. */
    .mobile-menu .nav__menu > li:nth-child(-n+3) { 
        display: none !important;
    }
	
* REGULI MOBILE (sub 760px) */
@media screen and (max-width: 760px) {
    





