*{margin:0;padding:0;box-sizing:border-box}
* html body *{overflow:visible;z-index:1}
font {font-family: 'Open Sans', -apple-system, 'Roboto', 'Helvetica Neue', 'Manrope', sans-serif;}

@font-face {
  font-family: 'Manrope';
  src: url(../css/font/manrope/manrope-bold.woff2) format('woff2');
	font-weight:700;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url(../css/font/manrope/manrope-medium.woff2) format('woff2');
	font-weight:600;
  font-display: swap;
}

@keyframes animate_tqioms {
  0%   {color:#000;background-color: #dddddd;}
  25%  {color:#000;background-color: #cfcfcf;}
  50%  {background-color: #60b8ff;}
  100% {background-color: #1e9aff;}
}

@keyframes animate_categ {
  from {
    transform: scale(.85);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(.85);
  }
}
.images_tix_ads {text-align: center;font-size: 18px;background: #f7f7f7;position: relative;overflow: hidden;display: flex;align-items: center;justify-content: center;will-change: transform;transform: translateZ(0);border-radius: 12px;}
.images_tix_ads::before {content: "";position: absolute;top: -10px;left: -10px;right: -10px;bottom: -10px;background-color: var(--bg-color);background-image: var(--bg-image);background-size: cover;background-position: center;filter: blur(5px);opacity: 0.8;z-index: 0;will-change: transform, filter;}
.nopic_yooprice img {background:#f9f9f9;}
img.sdk____img_q {width:100%;min-height: 200px !important;max-height: 200px !important;object-fit: contain;border-radius: 15px;position:relative;}
@media(max-width:900px) {
	img.sdk____img_q {width:100%;min-height: 160px !important;max-height: 160px !important;object-fit: contain;border-radius: 8px;position:relative;}
}
@media (min-width: 901px) {
.sd__kjF__fke, .dsn__io_UJ, .Jq93j__2_is {
width: 24.5% !important;
flex: 0 0 25%;
	box-sizing: border-box;
	padding: 5px;
}
}
.pre_tix {background-color: #1e9aff;animation-duration: 4s;animation-name: animate_tqioms;animation-iteration-count: infinite;}
html{margin:0;padding:0;}
::-webkit-scrollbar-thumb {border-radius: 5px;background: #808080;}
::-webkit-scrollbar {width: 8px;height: 4px;z-index: 99999;background: #f5f5f5;border-radius: 20px;}
body{font-size:14px;overflow-x: hidden;margin:0;padding: 0;color:#222;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;font-family: 'Open Sans', -apple-system, 'Roboto', 'Helvetica Neue', 'Manrope', sans-serif;
background-color: rgb(255, 255, 255);/*line-height:22px;font-size:12px;*/display:flex;display:-ms-flexbox;display:-webkit-flex;min-height:100vh;
flex-direction:column;-ms-flex-direction:column;-webkit-flex-direction:column;-webkit-box-orient:column;}
header,section,footer,aside,nav,main,article,figure{display:block}
div,span,em,p,a,h3,li,p,h2,button{font-family: Manrope, Arial, sans-serif !important;-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;}
* dl, ol, ul {margin:0;padding:0;}
main{flex:1;-webkit-flex:1;-ms-flex:1 0 auto;-webkit-box-flex:1;display:flex;display:-ms-flexbox;display:-webkit-flex;
flex-direction:column;-ms-flex-direction:column;-webkit-flex-direction:column;-webkit-box-orient:column;display: flex;flex-direction: column;flex-grow: 1;justify-content: flex-start;}
article{padding:0 10px}
input{transform: translateZ(0);}
.main{flex:1;-webkit-flex:1;-ms-flex:1 0 auto;-webkit-box-flex:1;display:flex;display:-ms-flexbox;display:-webkit-flex;flex-direction:column;-ms-flex-direction:column;
-webkit-flex-direction:column;-webkit-box-orient:column}
a{text-decoration:none;color:#959595;
font-kerning: normal;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-variant-ligatures: none;
font-variant-ligatures: none;}
fieldset,img{border:0 solid}
sup{font-size:7px;}
.pointer{cursor: pointer;}
.default_logo{background:url("../images/flux-logo.png") no-repeat 0 0;width:122px;height:61px}
input[type=text],input[type=password],input[type=tel]{font-family: Manrope, Arial, sans-serif !important;-webkit-font-smoothing: antialiased;-webkit-font-smoothing: antialiased;text-rendering: optimizelegibility;outline:none;-webkit-appearance:none;min-height:40px;padding-left:10px;font-size:16px;}
input[type=submit]{border-radius:2px;-webkit-appearance:none;cursor:pointer}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #f1f1f1;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  transition: all 0.2s ease;
}

input[type="radio"]:hover {
  border-color: #999;
  background: #f0f0f0;
}

input[type="radio"]:checked {
  background-color: #f1f1f1;
  border-color: #999;
}

input[type="radio"]:checked::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: #676767;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: radio-dot 0.3s ease-out forwards;
}

@keyframes radio-dot {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  50% {
    width: 14px;
    height: 14px;
    opacity: 0.5;
  }
  100% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
}
input[readonly]{background-color:#e2e2e2;color:#939597}
/*input[readonly]:hover{background-color:#e2e2e2 !important}*/
textarea{font-family: 'Open Sans', -apple-system, 'Roboto', 'Helvetica Neue', sans-serif!important;outline: none;padding:10px 20px;border:1px solid #b7b7b7;color:#000;line-height:18px;resize:none;border-radius:0;-webkit-appearance:none}
input.input_img{border:0 !important;vertical-align:bottom;height:37px;margin-left:3px;padding:0 !important}
select{color:#000;height: 37px;padding:6px 10px;-webkit-appearance:none}
#qs_category option[selected] {background:#dfdddd;}
.form_container select {border-left: 1px solid #ccc;background: #fff url(https://img.tixrussia.ru/s/icon/down-arrow.png) 95% 50% no-repeat;
-webkit-appearance: none;appearance: none;-moz-appearance: none;border-radius:4px;}
a{color:#4475fe}
a:hover{color:#f53131;text-decoration: none!important;}

@media(max-width:600px) {
	.itemContact{display: flex;align-items: center;gap: 0px 10px;position: fixed;right:0;bottom: 10%;z-index: 1;width: 100%;padding: 10px;}
	.flexbox1{flex:1;}
}
@media(max-width:900px) {
.itemContainer {
	display: flex;flex-direction: column;gap: 0px 20px;
}
}
@media(min-width:901px) {
	.itemContainer {
		display: flex;flex-direction: row;gap: 0px 20px;
	}
}

.itemContact{display: flex;flex-direction: column;gap: 5px 0px;}
.show_phone {height: 54px!important;background: linear-gradient(21deg, #dd03e4, #5611ec) !important;}
.modal-backdrop1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
	pointer-events: none;
}

.dropdown-menu.show {
  display: block;
  pointer-events: auto;
}

.dropdown-menu.show * {
  pointer-events: auto;
}

/* Разрешаем клики по ссылкам */
.dropdown-menu.show .dropdown-item {
  pointer-events: auto !important;
}

/* Кнопка закрытия */
.close_quickFilter {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 20px;
  z-index: 1002;
  pointer-events: auto !important;
}

/* Состояния элементов */
.dropdown-item.active, .dropdown-item:active {
  color: #000000 !important;
  text-decoration: none;
  background-color: #f7f7f7 !important;
}

.dropdown-item:hover {
  color: #1e2125;
  background-color: #f8f9fa;
}

body.modal-open {
  overflow: hidden;
}
.clearfix{display:block}
.clearfix:after{content:".";display:block;font-size:0;height:0;clear:both;visibility:hidden}
.dinline {display:inline-block;}
.dblock {display:block;}
.flex{display: flex;}
.X_mD0_88 {width:100%;display: flex;flex-direction: column;}
.X_mD0_87 {width:25.5%;}
.X_mD0_90 {width: 74.5%;}
button{outline:none!important;}
.dropdown-menu {border:none!important;}
h1, h5, .bold {font-family: 'Manrope', Arial, sans-serif!important;font-weight:bold;/*letter-spacing: 0.01em;*/font-size:20px;color:#000;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;}
.button:hover{opacity:.8}
.positive{border:0;color:#fff}
.negative{border:0;color:#fff}
.positive a{color:#fff}
.negative a{color:#fff}
.heading_text_x {color: #fff!important;}
.heading_text_x_0 {border-radius: 50px;padding: 5px 10px;}
.heading_text_background1{background-color: #8743ff;}
.heading_text_background2{background-color: #08bc08;}
.heading_text_background3{background-color: #fa5050;}
.heading_text_background4{background-color: #5151b2;}
.heading_text_background5{background-color: #0099ff;}
.heading_text_background6{background-color: #c527a5;}
.heading_text_background7{background-color: #ed9e0c;}
.heading_text_background8{background-color: #a200dc;}
.heading_text_background9{background-color: #2eab00;}
.heading_text_background10{background-color: #00c39e;}
.heading{font-family: 'Manrope', Arial, sans-serif !important;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;font-weight:700;color: #000;font-size: 14px;}
.news_heading{line-height:50px}[class*="col-"]{float:left;padding:0;width:100%}
select.mselect{height:auto !important;}
select.mselect:hover{height:auto !important}
select.catselect{width:250px;font-size:13px;font-weight:bold}
hr{border:0;color:#ccc;background-color:#ccc;height:1px;margin:10px 0 10px 0;-webkit-box-shadow: none!important;-moz-box-shadow: none!important;box-shadow: none!important;}
.fs_9 {font-size:9px!important;}
.fs_10 {font-size:10px!important;}
.fs_11 {font-size:11px!important;}
.fs_12 {font-size:12px!important;}
.fs_13 {font-size:13px!important;}
.fs_14 {font-size:14px!important;}
.fs_15 {font-size:15px!important;}
.fs_16 {font-size:16px!important;}
.fs_17 {font-size:17px!important;}
.fs_18 {font-size:18px!important;}
.fs_20 {font-size:20px!important;}
.fs_22 {font-size:22px!important;}
.fs_23 {font-size:23px!important;}
.fs_25 {font-size:25px!important;}
.fs_30 {font-size:30px!important;}
.centered{margin:0 auto !important}
.center{text-align:center !important}
.center_formatted{text-align:center !important}
.laligned{text-align:left !important}
.raligned{text-align:right !important}
.rel{position:relative}
.dark{color:#333 !important}
.cursive{font-style:italic}
.underline{text-decoration:underline}
.small{font-size:.8em}
.rfloat{float:right}
.lfloat{float:left}
.inline{display:inline !important}
.relative{position:relative}
.hidden{display:none}
.overflow_hidden_q {overflow: hidden;}
.space5{margin-left:5px}
.space10{margin-left:10px; margin-top:10px;}
.rspace5{margin-right:5px}
.rspace10{margin-right:10px}
.pdiv1{padding:0 10px 0 10px}
.pdiv2{padding:10px 10px 0 10px}
.pdiv3{padding:0 0 20px 10px}
.pdiv4{padding:10px 10px 10px 0}
.pdiv5{padding:0 10px 20px 10px}
.pdiv6{padding:0 20px 20px 20px}
.pdiv7{padding:0 15px 30px 30px}
.p30{padding:10px}
.p20{padding:20px}
.p1{padding: 1px;}
.p3{padding:3px!important;}
.p5{padding:5px;}
.p10{padding:10px}
.p15{padding:15px}
.p7{padding:7px}
.pt5{padding-top:5px !important}
.pt7{padding-top:7px !important}
.pt10{padding-top:10px !important}
.pt20{padding-top:20px !important}
.pt30{padding-top:30px}
.pb0{padding-bottom:0px !important}
.pb10{padding-bottom:10px !important}
.pb20{padding-bottom:20px}
.pb30{padding-bottom:30px !important}
.nopadding{padding:0 !important}
.pl0{padding-left:0px!important;}
.pl10{padding-left:10px!important;}
.pr5{padding-right:5px}
.pr10{padding-right:10px}
.pr15{padding-right:15px}
.pr20{padding-right:20px}
.pr25{padding-right:25px}
.pr30{padding-right:30px}
.lpdiv1{padding-left:20px}
.fdgerger_FDNK3 {background: #fff;border-radius: 5px;margin-left: 50px;width: 50%;padding: 0px 10px 10px 10px;}
.lpdiv2{padding-left:10px}
.lpdiv100{padding-left:100px}
.nmr{margin-right:0 !important}
.nmt{margin-top:0 !important}
.nmtr{text-transform: uppercase;letter-spacing: 0.1em;color: #006dd6;text-decoration: none;margin-bottom: -25px;outline: none;cursor: pointer;-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear;font-size: 18px;}
.mr5{margin-right:5px}
.mr3{margin-right:3px}
.mr10{margin-right:10px}
.mr20{margin-right:20px}
.ml5{margin-left:5px}
.ml10{margin-left:10px}
.ml15{margin-left:15px}
.ml20{margin-left:20px}
.mt0{margin-top:0px!important;}
.mt2{margin-top:2px}
.mt3{margin-top:3px}
.mt5{margin-top:5px}
.mt10{margin-top:10px !important}
.mt20{margin-top:20px !important}
.mt15{margin-top:15px !important}
.mt30{margin-top:30px !important}
.mt40{margin-top:40px !important}
.mt50{margin-top:50px !important}
.mt60{margin-top:60px !important}
.mt70{margin-top:70px !important}
.mt4{margin-top:10px !important}
.mt7{margin-top:7px !important}
.mtm10{margin-top:-10px !important}
.mb0{margin-bottom:0 !important}
.mb10{margin-bottom:10px !important}
.mb15{margin-bottom:15px !important}
.mb20{margin-bottom:20px}
.mb40{margin-bottom:40px !important}
.mb50{margin-bottom:50px !important}
.mb60{margin-bottom:60px !important}
.ma20{margin:20px !important}
.mb300{margin-bottom:300px}
.mb30{margin-bottom:30px}
.mbm7{margin-bottom:-7px !important}
.mb5{margin-bottom:5px !important}
.mm10{margin:-10px}
.sd-space5 div{margin-right:5px}
.xsize, .price {font-family:'Open Sans',sans-serif,-apple-system;}
.xsize{font-size:1.1em;}
.gdiv{background:0;padding-bottom:30px}
.price{font-weight:600;font-size:1.3em;color:#333}
.half{width:50%}
.mlink{cursor:pointer;}
.mlink1{cursor:pointer;}
.mlink1:hover{color:#fff!important;opacity:.8}
.mlink:hover{opacity:.8}
.nolink{cursor:default}
.fs120{font-size:120%}
.wonly{display:none}
.wbg{flex:1;-webkit-flex:1;-ms-flex:1 0 auto;-webkit-box-flex:1}
.visibility_hidden {visibility: hidden;}
.side_button{display:inline-block;height:40px;width:40px;position:fixed;right:10px;box-shadow:0 0 10px rgba(0,0,0,0.05);overflow:hidden;text-indent:100%;white-space:nowrap}
.cd-top{bottom:70px;right:10px;box-shadow:0 0 10px rgba(0,0,0,0.05);border-radius: 50%; background: #990ae8 url(../images/top-arrow.png) no-repeat center 50%!important;
visibility:hidden;opacity:0;-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;
transition:opacity .3s 0s,visibility 0s .3s;z-index:1000}
.cd-top.cd-is-visible,.cd-top.cd-fade-out,.no-touch .cd-top:hover{-webkit-transition:opacity .3s 0s,visibility 0s 0s;-moz-transition:opacity .3s 0s,visibility 0s 0s;
transition:opacity .3s 0s,visibility 0s 0s}
.cd-top.cd-is-visible{visibility:visible;opacity:1}
.cd-top.cd-fade-out{opacity:.5}
.no-touch .cd-top:hover{background-color:#777;opacity:1}
.dsjk_0kds {padding-top: 0px!important;}
.contain{object-fit: contain!important;}
.cover{object-fit: cover!important;}
.gallery_market {overflow: hidden;display: flex;flex-direction: row;flex-wrap: wrap;padding: 0;margin: -5px;}
.gallery_list {list-style:none;position:relative;display:inline-block;margin-bottom:5px;vertical-align: top;box-shadow: none;padding:3px;}
.gallery_list>a {position: relative;z-index:0;text-shadow:none;}
.product_settings .t_f {display:flex;justify-content: space-between;margin:3px 0px 3px 0px;gap:0 15px;}
.gallery_list .product_settings{height: auto;overflow:hidden;margin: 0px 3px 0px 3px;}
.product_settings .t_f>h3, .itemYooPriceShortList{color:#000;height:auto;min-height: 38px;max-height: 40px;line-height:18px;font-size:16px;font-weight:500;text-shadow: none;word-break: break-word;white-space: normal;hyphens: auto;-moz-hyphens: auto;-webkit-hyphens: auto;-ms-hyphens: auto;  display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;  overflow: hidden;}
.product_settings .t_f>h3:hover, .chat_box_details .progress_chat_load:hover{animation: text_gradient 5s ease infinite;transform: translate3d(0, 0, 0);background-size: 400% 400%;background-image: linear-gradient(to right, #9100ff, #f911f9);background-clip: text;-webkit-background-clip: text;color: transparent;}
.product_settings .gallery_price{margin: 5px 0px 5px 0px;display: flex;flex-direction: row;}
.product_settings .gallery_price>span{font-size:18px;letter-spacing: 0.02em;color:#000;font-weight: bold;font-family: 'Manrope', Arial, sans-serif!important;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;}
.product_settings .gallery_price .gallery_highlited{color:#000000;border-radius: 9px 4px;background: #c0ff00;padding: 0 5px;}
.product_settings .gallery_location .geolocation_adv{display: flex;align-items: center;gap: 0 3px;}

/* Стили для метро */
.metro-section {margin-top: 30px;padding: 20px;background: #f9f9f9;border-radius: 8px;}
.metro-lines-container {display: flex;flex-direction: column;gap: 25px;margin-top: 15px;}
.metro-line {background: #fff;border-radius: 8px;padding: 15px;box-shadow: 0 2px 5px rgba(0,0,0,0.05);}
.metro-line-title {display: flex;align-items: center;font-size: 17px;margin: 0 0 12px 0;color: #333;font-weight: 600;}
.metro-line-icon {display: inline-block;width: 18px;height: 18px;border-radius: 50%;margin-right: 10px;flex-shrink: 0;}
.seo-links.columns-3 {column-count: 3;column-gap: 25px;}
.seo-links a {display: flex;align-items: center;color: #1a73e8;margin-bottom: 10px;line-height: 1.4;break-inside: avoid;page-break-inside: avoid;padding: 4px 0;text-decoration: none;transition: color 0.2s;font-size:16px;position: relative;}
.seo-links a:hover {color: #0d47a1;text-decoration: underline;}
.metro-icon {display: inline-block;width: 14px;height: 14px;border-radius: 50%;}
.metro-line-img {width: 20px;height: 20px;object-fit: contain;}
.cross-stations {display: inline-flex;gap: 4px;}
.cross-line {display: inline-block;margin-right:5px;width: 12px;height: 12px;border-radius: 50%;box-shadow: 0 0 0 1px rgba(0,0,0,0.1);}
.cross-line:hover {transform: scale(1.2);}
@media (max-width: 900px) {.seo-links.columns-3 {column-count: 2;}}
@media (max-width: 600px) {.seo-links.columns-3 {column-count: 1;}.metro-line {padding: 12px;}}

.break_text {display: -webkit-box;display: -moz-box;display: box;-webkit-line-clamp: 2;-moz-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;-moz-box-orient: vertical;box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
word-break: break-word;hyphens: auto;}
.sjenwmd{min-height:40px;word-break:break-word;white-space:break-spaces;max-width: 115px;hyphens: auto;-moz-hyphens: auto;-webkit-hyphens: auto;-ms-hyphens: auto;color:#222;font-size:14px;line-height:15px;position:relative;text-align:center;padding: 10px 5px 5px 10px;z-index:1;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif!important;text-size-adjust:100%;-webkit-font-smoothing:subpixel-antialiased;font-weight:400}
li.cX_lt{vertical-align: middle;flex-grow: 1;/*max-width:180px;*/}

.logo { background: url('../images/tixadslogo41.png') no-repeat; width:180px; height:180px; }
.page_bounds{width:100%}
img.djskcnskfjenf {width:50px!important;height:50px!important;margin-top: 2px;}
.groups_body{display: flex;flex-direction: column;justify-content: flex-start;min-height: 100%;}
.desctop_sticky{position: sticky;background: #fff;top: 0;z-index: 110;border-radius: 0px 0px 20px 20px;}
.groups_main{display: flex;flex-direction: column;width: 100%;min-height: 100vh;justify-content: flex-start;}
.main_container{position:relative; overflow:hidden;}
.groups_header_top_main{display: flex;align-items: flex-start;justify-content: flex-start;flex-direction: row;padding: 0px 10px;}
.mobile_sticky_top {padding: 5px;position: sticky;top: 0;margin-top: 0px;z-index: 3;}
.mobile_sticky_bottom{position: sticky;bottom: 0;z-index:3;background-color: transparent;padding: 0px;left: 0;right: 0;height: 60px;text-align: center;}
.mobile_top_profile{width: 90px;height: 48px;display: flex;background: #000000;align-items: center;border-radius: 12px;justify-content: center;-ms-flex-item-align: center;align-self: center;cursor: pointer;}
.account_info_list{width: 50px;height: 50px;margin-right: 10px;}
.ds_sjasycekdwa.show {margin-top: 10px !important;}

.section_cat li{overflow: hidden;height: 90px;position: relative;border-radius: 15px;background: #f7f7f7;vertical-align: middle;flex-grow: 1;}
.section_cat a{display: flex;gap: 0 6px;}
.section_cat a span{padding: 10px 0px 5px 10px;word-break: break-word;white-space: break-spaces;hyphens: auto;-moz-hyphens: auto;-webkit-hyphens: auto;-ms-hyphens: auto;color: #222;position: relative;z-index: 1;text-size-adjust: 100%;-webkit-font-smoothing: subpixel-antialiased;}
.section_cat a img{width: 90px;height: 70px;object-fit: contain;}

@media (max-width:600px){
.gallery_market {padding: 5px;}
.section_cat ul {flex-wrap: nowrap!important;display: flex;gap: 10px 5px;}
.section_cat{overflow-x: auto;-webkit-overflow-scrolling: touch;}
/*.section_cat ul {z-index: 10;transition: transform .25s ease-out, -webkit-transform .25s ease-out;display: block;padding: 6px 4px 6px 4px;overflow-x: scroll;margin: 7px 7px 7px 4px;overflow-y: hidden;-webkit-overflow-scrolling: touch;white-space: nowrap;height: auto;}*/
/*.section_cat li{display:inline-block;margin-bottom: 10px;}*/
img.ud_Aek_00 {padding-left: 0px!important;width: 100%;border:none;background: #f9f9f9;border-radius: 5px;max-height:118px !important;min-height:118px !important;object-fit: contain;}
.page_bounds{padding: 0px !important;}
}
.header_box.page_bounds {padding:0px!important;}
.dflex{display:flex;}
.list_icon_header{display:flex;align-items: center;align-items: flex-end;}
.newgeo{height:auto;position: relative;background-color: #ffffff;text-align:center;width:100%;max-height:90px;color:#0066f5;padding:7px;display:block;z-index: 1000;border-radius: 0px 0px 20px 20px;}
.header_box{display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.header_flex{display: flex;align-items: center;justify-content: flex-start;}
.property{line-height:25px;margin-top: 5px;}
.cf_o{object-fit: contain;}
.cf_cov{object-fit: cover;}
.saedn_s {width:90px;height:70px;}
.cat156 img {margin-top:10px;transform: scale(1.2);}
.cat206 img {transform: scale(1.3);margin-top: 10px;}
.cat340 img{transform: scale(1.1) rotate(10deg);margin-top: 10px;}
.cat93 img{transform: scale(1.2);margin-top: 3px;}
.cat103 img{transform: scale(2.4);margin-top: 10px;}
.cat200 img {transform: scale(1.5) rotate(14deg);margin-top:7px;margin-left:10px;}
.cat204 img {transform: scale(1.2);margin-top: 7px;}
.cat205 img{transform: scale(1.6);}
.cat313 img{transform:scale(1.2) rotate(11deg);margin-top: 7px;}
.cat630 img, .cat199 img{margin-top: 10px;}
.cat93, .cat200, .cat206 {width: 170px;}
.cat156 {width: 140px;}
.cat204{width: 140px;}
.cat206{width:150px;}
.cat103{width: 200px;}
.cat340{width:150px;}
.cat205{width: 125px;}
.cat199{width: 170px;}
.cat353 {width: 160px;}
.cat201{width: 200px;}
.cat313 {width:150px;}
.cat207{width:150px;}
.cat121{width: 150px;}
.cat630{width: 140px;}
.cat346{width: 140px;}
.section_body{gap: 5px;display:flex;}
.catlist{overflow: hidden;height: 90px;position: relative;border-radius: 15px;}
.section_groups{flex: 0 0 75%;display: flex;flex-direction: column;gap: 20px 0px;margin-top: 10px;}
.section_item{gap: 10px 0px;display: flex;flex-direction: column;}
.section_ads{gap: 10px 0px;flex: 0 0 25%;display: flex;flex-direction: column;max-width: 100vh;}
@media all and (min-width: 1300px)
{
.bottom-notice { min-width: 1300px; }
.page_bounds {width:100%;max-width: 1300px;margin: 0 auto;flex-grow: 1;}
.logo { background: url('../images/tixadslogo41.png') no-repeat; width:180px; height:180px; }
.box-container { width: 16.66%; }
}
@media all and (min-width:601px) {
	.section_cat{gap: 10px 0px;display: flex;flex-direction: column;}
.section_cat ul {display: flex;flex-wrap: wrap;gap: 10px 5px;height: auto;-webkit-overflow-scrolling: touch;}
.page_bounds{/*padding: 5px 10px;*/}
ul.dsfjks___NKDf {display: flex;flex-wrap: wrap;gap: 10px 5px;height: auto;-webkit-overflow-scrolling: touch;}
}

/*listings*/
@media (max-width: 600px) {
	.cat346, .cat206 {
    width: 160px;
}
.cat204 {
    width: 170px;
}
.sd__kjF__fke, .dsn__io_UJ, .ddeej_XsX, .Jq93j__2_is {width: 49% !important;flex: 0 0 50%;box-sizing: border-box;padding: 5px;max-width: 100vh;}
.wjq_o2m, .diwje3922 {width:49% !important;}
.item_w {width:19.5%;}
}
@media (min-width:601px) and (max-width: 900px) {
.sd__kjF__fke, .dsn__io_UJ, .ddeej_XsX, .Jq93j__2_is {width: 50% !important;flex: 0 0 50%;box-sizing: border-box;padding: 5px;max-width: 100vh;}
.wjq_o2m, .diwje3922 {width:50% !important;}
}
@media (min-width:801px) and (max-width: 900px) {
.sd__kjF__fke, .dsn__io_UJ, .ddeej_XsX, .Jq93j__2_is {width: 33.3% !important;flex: 0 0 33%;box-sizing: border-box;padding: 5px;max-width: 100vh;}
.wjq_o2m{width:33.3% !important;}
.diwje3922{width:49.7% !important;}
}
@media (min-width: 901px) {
.ddeej_XsX {width:33.3% !important;}
.wjq_o2m{width:33.3% !important;}
.diwje3922{width:49.7% !important;}
.CardProfileYooptice {box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);transition: all 0.2s ease;border-radius: 12px;padding: 10px;}
.CardProfileYoopticeBox{margin-bottom: 10px;}
}
.CrumbList {display: flex;flex-direction: row;align-items: center;gap: 0px 5px;white-space: nowrap;flex-wrap: nowrap;overflow-x: auto;list-style:none;}
.CrumbList li {display: flex;align-items: center;flex-direction: row;}
.CrumbList a {font-size:16px;color:#000;}
/*end listings*/
#compare_button{bottom:90px;background:#cbcbcb;opacity:.8}
.line{border-bottom:8px double #555;border-top:3px solid #555;box-sizing:content-box;content:"";height:2px;width:10px;float:left;margin-top:14px}
.line1{margin-left:6px}
.line2{margin-left:7px}
@media(max-width:600px){
  .overlay_window{min-width: 220px!important;}
  .close{right:21px!important;}
	li.cX_lt{margin-bottom: 10px;}
	ul.dsfjks___NKDf {z-index:10;-webkit-transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out;display: block;padding: 6px 4px 6px 4px;overflow-x: scroll;height: 54px!important;margin: 7px 7px 7px 4px;overflow-y: hidden;-webkit-overflow-scrolling: touch;white-space: nowrap;}
}
.overlay_window{width:auto;max-width:700px;margin:0 auto;min-width: 400px;min-height: 200px;}
.button{border: none!important;background-color:#000000;border-radius:12px;-webkit-appearance:none;color:#ffffff;height:42px;text-align:center;font-size:16px;position: relative;display: flex;align-items: center;justify-content: center;min-height: 42px;cursor:pointer}
.wide_button, .w100{width:100%!important;}
.h100{height:100%!important;}
.positive{background-color:#3ebd4c}
.negative{background-color:#eb3b43}
.outline{color:#4475fe;background-color: #126fe9;border: 1px solid #00c1f5;}
a.outline:hover{background-color:#157ee1;color:#157ee1!important}
.button:hover{opacity:.9}input[type=submit]
.button{border-radius:4px}
a.button{display:inline-block}
a.button:hover{color:#ffffff;background: #09f;}
a.change_button{display:block;margin-top:10px}
ul.nolist{list-style:none;list-style-type:none}
ul.nolist li{list-style-type:none}
img.low_op{opacity:0;cursor:default}
ul.list2{height:500px}
ul.list2 li{font-size:.9em;width:200px;line-height:18px}
.fba{display:flex;display:-ms-flexbox;display:-webkit-flex}
.fbac{float:left;flex:1;-webkit-flex:1;-ms-flex:1;-webkit-box-flex:1}
.fbav{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-direction:column;-ms-flex-direction:column;-webkit-flex-direction:column;-webkit-box-orient:column}
.fbavr{float:left}
.sl-price{margin-bottom:auto}
.sl-image{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:center}
.page_title {height: 60px;line-height: 70px;}
.gray-bold{color:#333 !important;font-weight:bold}
.checkall{line-height:30px}
.tt{padding:0 10px 10px 10px}
/*header{position:relative;background-color:transparent;z-index:2;height:auto;display:flex;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex}*/
.top-logo{margin:10px 0 10px 10px;float:left}
.logo{font-size:0}
#top .page_bounds{padding:0}
#nav li.post-listing{background-color: #ff8300;}
#nav li.post-listing:hover{background:#dc3030;opacity:.8}
#nav li.post-listing span{padding-left:20px}
#nav li.post-listing a{text-shadow:none;color:#fff;padding-left:10px;border-bottom:none;}
#nav li.show_search{background:#bd56a2;border-bottom:1px solid #2b2b2b}
#nav li.show_search:hover{background:#3b3b3b;opacity:.8}
#nav li.show_search a{text-shadow:none;color:#fff;border-bottom:1px solid #4b4b4b}
#nav li.show_search span{padding-left:10px}
#nav li.em{background:#e6e5e5;height:50px;width:199px;}
#nav li.em a{line-height:50px;height:50px}
#nav li a.current_language{display:none}
#nav li a.starfav{background:transparent url("../images/heartfavorite.png") 15px 50% no-repeat;padding-left:45px}
#nav li a.starfav:hover{background:transparent url("../images/favorite-heart-button.png") 15px 50% no-repeat}
.close{position:absolute;cursor:pointer;right:35px;top:19px;opacity:.3}
.close:hover{opacity:1}.close:before,.close:after{position:absolute;content:' ';height:16px;width:2px;background-color:#333}
.close:before{transform:rotate(45deg)}
.close:after{transform:rotate(-45deg)}
.plus{display:inline-block;float:left;margin-top:9px;margin-left:10px;background:#fff;height:21px;position:relative;width:5px}
.plus:after{background:#fff;content:"";height:5px;left:-8px;position:absolute;top:8px;width:21px}
.search_icon{display:inline-block;float:left;position:relative;width:32px;margin:0 auto;padding:9px 0;text-align:center}
.search_circle{width:24px;height:24px;border:4px solid #fff;border-radius:24px}
.search_rectangle{position:absolute;right:6px;bottom:6px;width:10px;transform:rotate(45deg);border:3px solid #fff;border-top-right-radius:2px;border-bottom-right-radius:2px}
#nav{display:none;font-size:1.1em;background:#f2f5f6;border:1px solid #ddd;border-top:0;border-radius:0 0 3px 3px;width:100%;padding:0;list-style:none;list-style-type:none;margin-top:0}
#nav li{list-style:none;display:block;border-bottom:1px solid #ddd}
#nav li a{color:#fff;padding:0 10px;margin:0;line-height:44px;height:44px;font-family: 'Open Sans', -apple-system, 'Roboto', 'Helvetica Neue', sans-serif;
font-kerning: normal;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-variant-ligatures: none;
font-variant-ligatures: none;}
#nav li a:not(.arrow-button):hover{color:#fff;text-shadow:none}
#nav li a{display:block}
#nav ul li{height:43px}
span.Xv_MS {margin-left: 20px;color:#000000;vertical-align: middle;;font-size:16px!important;}
span.Xv_MS:hover{color: #2196f3!important;}
#nav ul li:hover{background:#97b1fd}
#nav ul li{display:block;visibility:visible}
#nav li:hover>ul{display:block;visibility:visible}
#menu{cursor:pointer}
#menu div{width:25px;height:2px;background-color:#333;margin:5px 0}
.change .bar1, .change .bar2, .change .bar3 {width: 25px;height: 2px;margin: 5px 0;}
.first-page-quick-search{display:block !important}
#quick-search{background:transparent;display:none}
#quick-search input{border:0;height:40px;outline:none;}
#quick-search input:focus{opacity:.7;}
#quick-search select{outline:none;border:0;height:40px;background:#fff url("../images/down-arrow.png") 95% 50% no-repeat;-webkit-appearance:none;appearance:none;-moz-appearance:none}
#qs_container{padding:5px}
#quick-search input,#quick-search select{box-shadow: none!important;width:100%;box-shadow:none;outline:none;font-family: arial;border-bottom:none!important;font-size: 15px;}
.qs_delete{position:absolute;}
.qsf .hidden{display:none}
.search-button input{background-color: #ff0432;height:40px;color:#fff;text-align:center;cursor:pointer;font-size:1.1em;font-family:'Open Sans',sans-serif;font-weight:500;border-radius: 25px;}
.search-button input:hover{opacity:.8}
.down-arrow::after{font-size:.8em;color:#555;content:'\25bc';padding-left:.5em}
.main_cat{padding-top:4px;height:54px;display:flex;display:-ms-flexbox;display:-webkit-flex;flex-direction:column;-ms-flex-direction:column;-webkit-flex-direction:column;-webkit-box-orient:column;
-ms-justify-content:center;-webkit-justify-content:center;justify-content:center;text-align:center;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-flex:1}
.main_cat:hover{opacity:.8}
.cat_title{display:block;font-size:1.1em;margin-bottom:15px; margin-top:10px;color:#fff;font-family:'Open Sans',sans-serif;font-weight:600;line-height:26px;}
.cat_desc{display:none;}
.cat_desc{display:none;font-size:.9em;color:#999;line-height:15px}
.left_tabs{margin:30px 0 30px 0;padding-top:10px;text-align:left}
.left_tabs span, .tabs>label {font-family:'Open Sans',sans-serif;font-weight:600;}
.left_tabs span{display:inline-block;padding:0 20px 0 20px;margin-left:20px;height:40px;line-height:40px;border:1px solid #bebebe;border-bottom:1px solid #f2f2f2;background:transparent;
color:#4b4b4b;text-transform:uppercase;cursor:pointer;z-index:2;}
.tabs{margin:0px 0 30px 0;padding-top:10px;text-align:center}
#tabs1{margin:0;padding-top:0}
.tabs section, .tabs input{display:none}
.tabs>label{display:block;padding:0 20px 0 20px;height:50px;line-height:50px;border-top: 3px solid #f26c4f;border-bottom:0;background:#e5e5e5;color:#4b4b4b;cursor:pointer;}
@media (min-width:801px){
.item_box {width:45%!important;}
.col-5_test  {padding-left: 35px;}
.tabs>label {padding:0 57.5px 0 20px;}
.sdfwejkfjbew_IUW9 {width: 250px !important;height: 164px !important;}
img.jgjkjbgkj_IJDO0h {width: 200px;height: 145px;border:none;background: #f9f9f9;border-radius: 10px;max-width:200px !important;max-height:145px !important;object-fit: contain;}
img.ud_Aek_00 {padding-left: 0px!important;width: 200px;border:none;background: #f9f9f9;border-radius: 5px;max-width:100% !important;max-height:165px !important;min-height:165px !important;object-fit: contain;}
}

.ui-widget-header {background: #45c1ff!important;outline: none;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background: #45c1ff!important;border-radius:50%;border: 1px solid #e7e7e7;outline: none;}
.label_focus {box-shadow: 0 0 0 3px #45c1ff;}
.div_content_filter_body{display: flex;gap: 6px;}
.div_content_filter_body label {padding:10px 9px 12px 15px;background-color:#f5f5f5;position: relative;box-sizing: border-box;display: flex;width: 100%;height:44px;font-size:15px;border-radius:12px;background-color:#f5f5f5;line-height:20px;border-width: 1px;border-style: solid;border-color:#f5f5f5;outline: none;cursor: text;}
.div_content_filter{display: flex;align-items: center;flex-grow: 1;overflow: hidden;}
.div_content_filter_form{min-width: 5px;width:100%;position: relative;}
.div_content_filter_form input, .div_content_filter_form_for_emulator {position: absolute;width: 100%;height: 100%;min-height: 100%;padding: 0;margin: 0;outline: none;border: none;color: inherit;text-align: left;font-family: inherit;font-size: inherit;line-height: inherit;background-color: inherit;text-overflow: ellipsis;}
.div_content_filter_form span {visibility: hidden;display: inline-block;line-break: anywhere;white-space: break-spaces;padding-right: 2px;}
.div_remove_filter{position: relative;height: 100%;width:20px;min-width:20px;}
.div_remove_filter span{position: absolute;left: 50%;top: calc(50% + 1px);transform: translate(-50%, -50%);}
.div_remove_filter button{width: 32px;height: 32px;padding: 0;display: flex;justify-content: center;align-items: center;border: none;border-radius: 100%;outline: none;color: #000000;background-color: transparent;-webkit-tap-highlight-color: transparent;cursor: pointer;}


.tabs>label:hover{border-top: 3px solid #55a6b5;}
.tab_content{margin-top:-1px;padding:20px 0 20px 0;}
.tabs hr{height:1px;background:#d0d0d0;-webkit-box-shadow:0 4px 4px 0 rgba(190,190,190,1);-moz-box-shadow:0 4px 4px 0 rgba(190,190,190,1);box-shadow:0 4px 4px 0 rgba(190,190,190,1);}
.tabs>input:checked+label{background:#3ea931;border-radius: 3px;z-index:2;border:1px solid #bebebe;border-bottom:1px solid #f2f2f2;color:#4b4b4b}
#tab_featured:checked ~ #featured_ads,#tab_latest:checked ~ #latest_ads,#tab_popular:checked ~ #popular_ads,#tab_video:checked ~ #video_ads,#tab_latest_auctions:checked ~ #latest_auctions,#tab_rated:checked ~ #rated_ads,#tab_tag_cloud:checked ~ #tagcloud,#tab_browse_location:checked ~ #browse_location,#tab_browse_make:checked ~ #browse_make{display:block}
.location{background:#fff;padding:20px;margin-top:30px;margin-bottom:20px}
.location_top{font-size:1.3em;text-align:center;color:#333;line-height:48px}
.location_top h2{font-size:1em;font-weight:normal;padding-right:20px}
#locations_list{display:none}
#choose_location{width:330px}
#choose_location a{height:48px;line-height:48px;color:#fff;
display:block;border-radius:5px;margin:0 auto;}
.box-container h3{font-size:1em;font-weight:normal}
.small-box-container h3{font-size:1em;font-weight:normal}
h2.view_more{font-size:1.2em;font-weight:normal;float:right;margin:20px 0}
.left_tabs h2, .article h3 {font-size:1em;font-weight:normal}
.browse-tabs{padding-top:10px;text-align:left}
.browse-tabs .browse-tab-content{display:none;margin-top:20px}
.browse-tabs div.first-tab-content{display:block}
.browse-tabs input{display:none}
.browse-tabs label{display:inline-block;padding:0 10px 0 10px;height:30px;line-height:30px;cursor:pointer;font-size:1.1em;color:#555;font-family:'Open Sans',sans-serif;
font-weight:600}
.browse-tabs label:hover{color:#6f95fd}
.browse-tabs input:checked+label{background:#0066f5;z-index:2;border-radius:3px;color:#fff!important;}
.browse-tabs input:checked+label:hover{background:#888}
.browse-tab-content ul{width:50%;float:left;padding-left:30px}
.browse-tab-content li{list-style-type:none}
.browse-tab-content a{color:#777;font-size:.9em}
.box-container{width:50%;margin:0;float:left}
.small-box-container{width:33.3%;margin:0;float:left}
.box{background:white;border:1px solid #e5e5e5;margin:5px;padding:5px;position:relative}
.box img{width:100%;border-radius:12px;}
.small-box{margin:10px;padding:10px;position:relative;text-align:left;height:220px;border:1px solid #cfcfcf}
.small-box img{width:100%}
.fbox{text-align:left}
.ltitle a{font-size:1.1em;margin-top:5px}
.lloc {color:#000;}
.lloc1{position: absolute;left: 15px;top: 20px;color: #fff;line-height: normal;font-size: 12px;max-width: 66%;background-color: rgba(0, 0, 0, 0.43);
border-radius: 5px;padding:5px;white-space: nowrap;font-family: sans-serif;overflow: hidden;text-overflow: ellipsis;font-weight: 500;}
.lprice{color:#000;font-weight:400;margin-top:3px;float:left;letter-spacing: 0.03em;}
.ac_over{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#f9f9f9;text-align:center;text-transform:uppercase;line-height:80px;font-size:.8em;color:#555;cursor:pointer}
#tagcloud{text-align:left;line-height:30px}
#tagcloud a{font-size:.9em;text-decoration:underline}
#tagcloud span{padding-left:10px}
#news p{padding-top:20px;margin-bottom:20px;border-top:1px solid #e9e9e9}
#newsss p {color: #000;font-size: 17px;font-family: sans-serif;line-height: 25px;font-weight: 600;border-radius: 8px;height: 221px;background: #f2f3f5;padding-top:20px;margin-bottom:20px;border-top:1px solid #e9e9e9;}
.article{width:100%;min-height: 200px;}
.news_title{display:block;font-size:1.2em;padding-bottom:10px;border-bottom:1px solid #fff}
.heading-date{font-size:.9em;font-style:italic;width:60px}
.search{padding-bottom:10px;margin-bottom:20px;}
.search li{display:-moz-groupbox;display:inline-block;list-style-type:none;text-align:left;margin-right:10px}
.more{background:#aaa;border-radius:10px;height:20px;line-height:19px;padding:0 10px}
.more:hover, .hide_refine:hover, .show_refine:hover {opacity:.8}
.more a{color:#fff;font-size:.9em}
.more a:hover{color:#fff}
a.more_link{color:#555;font-size:.9em}
.search_left{display:none;margin:20px 0;float:left;width:290px;z-index:2;background-color:#eee;border:1px solid #ddd;padding:20px 10px 30px 20px;
-webkit-box-shadow:5px 5px 5px 0 rgba(0,0,0,0.3);-moz-box-shadow:5px 5px 5px 0 rgba(0,0,0,0.3);box-shadow:5px 5px 5px 0 rgba(0,0,0,0.3)}
.top_search{padding-left:10px}
.total_results{font-weight:600;font-size:1.2em;margin:10px 0 10px}
.display_mode span{color:#999}
.search_res{margin-top:5px;padding:10px}
h2.search_tabs{font-size:1em;font-weight:normal}
.search_tabs{margin-left:10px}
.search_tabs a, .search_tabs a.crt {box-shadow: none;}
.search_tabs a{display:inline-block; height:auto;line-height:28px;padding:0 20px 0 19px;color:#017acb;font-size:12px;margin-right:2px; border-radius:50px;}
.search_tabs a:hover{background:#f8fcff;}
.search_tabs a.crt{color: #ffffff !important;background:#0099ff;}
.search_details{line-height:35px;margin-bottom:10px;padding-left:10px}
.search_right .paginator{padding:30px 0 20px 0;font-size: 13px;}
.paginator ul{list-style:none;list-style-type:none}
.paginator li{list-style-type:none;display:inline-block;padding-right:5px;font-weight:600;}
.paginator li:last-of-type{padding-right:0}
.paginator a.currentpage{color: #fff;font-size: 13px;font-weight: 500;}
.save_search{margin-bottom:10px;font-size: 1.1em;}
.classified{padding:10px 0 10px 5px;width:100%;border-radius:5px;margin-bottom: 10px;}
.classified.noborder{border-bottom:0}
.classified .price{font-size:16px;text-align:left; color: #000;padding: 3px 0px;}
.classified h3{font-size:0.9em;font-weight:normal;display:block;height:40px;overflow:hidden}
.classified h3.priority, .classified span.priority{background-size: contain;padding-left: 5px;margin-left: -5px;font-weight: 600;}
h3.ltitle, .classified p, .classified h3.priority, .classified span.priority, .save_search, .paginator li, .total_results, .small-light, .images-no, .price .free-btn, .contact_name, .sq-btn1, #contact-details h2, .details-price, .fdesc span, span.ltitle {font-family: 'Open Sans', -apple-system, 'Roboto', 'Helvetica Neue', sans-serif;font-kerning: normal;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-font-variant-ligatures: none;font-variant-ligatures: none;}
.classified p{display:none}
.cpic{max-width:158px;max-height:118px;}
.classified .smallimg{width:160px;height:120px}
.rclass{margin-left:130px}
.smallimg{position:relative}
.rclass{position:relative;overflow:auto;padding:0 10px 10px 10px;line-height:21px}
.highlited{padding-top:10px}
.title a{font-size:16px;color: #000000!important;}
.sl-loc{color:#333}
.sl-right{flex:0 0 50px;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;text-align:right}
.small-light{color:#858585;font-size:.9em;}
.small-light a,.small-light a:hover, .light{color:#999;}
#auction .small{font-size:.7em;font-weight:normal}
.gallery-img-bg{border:none;padding:0;margin:0 auto;}
.gallery-img-bg img{display:block;position:absolute;margin:auto;top:0;left:0;right:0;bottom:0}
.images-no{color: #ffffff; border-radius: 3px;line-height:18px;position:absolute;bottom:5px;left:6px;font-size:.9em;text-align:center;padding:5px;background: rgba(213, 150, 255, 0.78)!important;}
#order{padding-bottom:4px}
a.map_btn{background:#555 url("../images/map_icon.png") no-repeat 5px 3px;border-radius:4px;color:#fff;display:inline-block;padding:0 5px 0 22px;margin-right:10px}
a.map_btn:hover{color:#fff;opacity:.8}
.details-content{padding:20px 10px 30px 10px;min-height:600px}
.details-top{padding:0px;border-radius: 5px;margin-bottom: 10px;}
#listing_user_details iframe{width:100%}
.cat-path{color:#959595}
.dt-price{font-size:1.7em;padding:10px 0 0}
.med-btn{height:32px;line-height:32px;color:#fff;padding:0 10px;font-size:1.1em}
.med-btn:hover{color:#fff;}
.search-btn{height:38px !important;line-height:38px !important}
.btn1{background:#999;color:#fff}
.btn2{background:#00b05a;color:#fff}
.btn3{background:#eb3b43;color:#fff}
.btn4{background:#fff;color:#333}
.btn4:hover{background:#f0f0f0;color:#333;opacity:1}
.btn-green{background:#00b05a;color:#fff}
.btn5{background:#aaa;color:#fff}
.btn5 a{color:#fff}
.btn5 a:hover{color:#fff;opacity:.9}
a.med-btn{display:inline-block}
.sq-btn{text-align:center;height:20px;line-height:20px;padding:0 5px 0 5px;font-size:.8em}
.sq-btn1 {color: #fff;background: #3ea931;font-size: .9em;font-weight: 600;border-radius: 3px;padding: 0px 6px 0px 6px;border-radius: 50px;}
.sq-btn2{color: #fff;border-radius: 3px;background: #0099ff;}
.video{font-size:.9em;margin-left:10px;padding:2px 5px}
.video-sg{margin:10px 0 0;background:#ce1212 url("../images/play.png") 8px 5px no-repeat;border-radius:2px;color:#fff;height:34px;line-height:34px;width:100%;
text-align:center;text-transform:uppercase}
.price .free-btn{padding: 0 5px 0 5px;}
.details-price{float:left;margin-bottom:10px}
.details-price .free-btn{padding: 0 5px 0 5px;}
.details-price .sq-btn{font-size:.8em}
.contact_name{font-weight:500;font-size:12px;;color:#222}
#contact-details h2{font-size:1em;font-weight:600;overflow: hidden;}
.wide_btn1{border: 2px solid #0085dd;
border-radius: 4px;
color: #0085dd;
text-align: center;
margin-top: 20px;
font-size: 1.2em;
padding: 15px 0px 15px 0px;}
.wide_btn1 img{margin-bottom:-4px;margin-right:7px}
.wide_btn1:hover{opacity:.8}
.wide_btn2{background:#eb3b43;border-radius:5px;padding:8px 10px 8px 10px;color:#fff;text-align:center;margin-top:20px;font-size:1.1em}
.wide_btn2:hover{opacity:.8}
.span_phone{display:inline-block;margin-left:10px;font-size:1.25em;color:#333}
.phone_icon{display:inline-block;margin-bottom:-10px;background:url("../images/phone.png");width:32px;height:32px}
.sphone_icon{display:inline-block;margin-bottom:-5px;background:url("../images/phone2.png");width:20px;height:20px}
.whatsapp_icon{display:inline-block;margin-bottom:-10px;background:url("../images/whatsapp.png");width:32px;height:32px}
.span_email{display:inline-block;margin-left:10px;font-size:1.2em;color:#333}
.email_icon{display:inline-block;margin-bottom:-10px;background:url("../images/email_icon.png");width:32px;height:32px}
a.download{display:inline-block;background:url("../images/download.png");width:32px;height:21px}
a.view_image{display:inline-block;background:url("../images/view_image.png");width:24px;height:21px}
a.youtube{display:inline-block;background:url("../images/youtube.png");width:28px;height:32px}
div.starfav{display:inline-block;background:url("../images/heartfavorite.png");width:24px;height:24px;margin-bottom:-5px;margin-right:8px}
.gp-container{float:left;display:inline;margin-top:0;margin-right:10px}
.fbl-container, .fbs-container{float:left;display:inline;margin-top:0;margin-right:5px}
.tweet-container{float:left;display:inline;margin-top:2px}
.share{margin:10px 0}
.btnr{display:inline-block;text-align:center;margin:10px 5px 0 0;color:#333 !important;border-radius:2px;padding:2px}
.btnr:hover{opacity:.7}.btnr img{margin-bottom:-4px}
.ubtn{display:inline-block;text-align:center;color:#333 !important;padding:0 10px 0 10px;height:22px;line-height:22px;font-size:.8em;border-radius:2px}
.delbtn{background-color:#e6c0c0}
.delbtn:hover{background-color:#edd2d2}
.cdbtns{display:flex;display:-ms-flexbox;display:-webkit-flex}
.cdbtn{flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1}
#gallery{margin-bottom:20px;width:100%;height:auto;text-align:center;}
.pswp, .my-gallery img{display:none}
.my-gallery{position:relative;width:100%;margin:0 auto}
.my-gallery img, .bigimg{height:auto;width:100%;margin:0 auto;/*border-radius: 20px;*/}
.my-gallery figure:first-of-type img{display:block}
.my-gallery figure{display:block}
.my-gallery figcaption{display:none}
.nav-button{border: none; display:inline-block;outline:0;vertical-align:middle;overflow:hidden;text-decoration:none;text-align:center;cursor:pointer;white-space:nowrap;
-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;
user-select:none;color:#222;position:absolute;top:50%;font-size:2em;opacity:.8;}
.nav-right{right:0;} .nav-left{left:0;}
.nav-right, .nav-left {z-index: 100;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);background: #fff;width: 25px;}
.bottom-gallery{width:100%;display:block;margin-top:20px}
.image_counter{margin-left:20px}
.image_counter img{margin-bottom:-2px}
.gallery-button{background:#f9f9f9;border-radius:5px;color:#00c1f5;padding:0 10px;height:40px;line-height:40px}
.nav-dots{width:100%;height:11px;display:block;text-align:center;margin-top:20px}
.nav-dots .nav-dot{top:-5px;width:11px;height:11px;margin:0 4px;position:relative;border-radius:100%;display:inline-block;background-color:rgba(0,0,0,0.6)}
.nav-dots .nav-dot:hover{cursor:pointer;background-color:rgba(0,0,0,0.8)}
.nav-dots .crt-dot{background-color:rgba(0,0,0,0.8)}#view_gallery{float:right;margin-right:50px;padding-top:10px;cursor:pointer}
.white-popup{position:relative;padding:20px;width:auto;max-width:650px;margin:20px auto}
.user_map{margin-top:30px}
.fdesc{display:block;min-height:30px;line-height:25px;overflow:auto;color:#272727;font-size:1.1em}
.fdesc span{display:table-cell;float:left;width:150px; margin-right:10px;color:#333}
.adesc{display:block;min-height:34px;line-height:34px;padding: 0px 7px;overflow:auto;color:#222;font-size:12px;text-align:right}
.adesc span{display:table-cell;float:left;width:50%;margin-right:10px;color:#858585;text-align:left}
.adesc .small-btn{display:inline-block}
.ld{width:50%;float:left}#listing-details{margin-bottom:20px}
.listing-extra{color: #000;}
.check_on { width:50%;padding-left:5px;height:30px;line-height:30px;}
.dark-container{border-radius:5px;padding:20px}
.dark-container2{background:#fbfbfb96;border-radius:5px;padding:20px}
.light-container{width:100%; border-radius: 2px;}
.container2{padding:20px;background-color:#fff5a3;width:100%}
.container2 .fdesc{color:#777}
.closebtn{margin-left:15px;color:#0066f5;font-weight:bold;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:.3s}
.closebtn:hover{color:#444}
.ha800{display:block}
.hb800{display:none}
.error, .warning {padding: 15px 20px 15px 20px;border-radius: 12px;margin-bottom: 10px;}
.error{font-weight: 600;text-align: center;color: #000;}
.warning{background: #f5f5f5;}
.info a{cursor:pointer}
.mandatory{vertical-align: super;font-size: 20px;color: red;margin-left: 4px;}
.map{width:auto;min-width:300px;height:350px;border:1px solid #ccc}
.small_map{width:200px;height:180px;border:1px solid #aaa;margin:auto}
.comment, .review{padding:10px 0 10px}
.form_container{margin:0 0 30px 0}
.form_container label{color:#000000;font-size:15px}
.form_container ul{list-style:none;list-style-type:none}
.form_container fieldset{padding:20px;}
@media (max-width:801px) {
.form_container fieldset{width:95%;}
}
.form_container legend{font-weight:bold;padding:5px}
.nicEdit-panelContain{border:1px solid #e7e7e7 !important}
.form_container textarea{font-size:1em;border: none!important;outline: none;}
.form_container textarea, .form_footer, .form2 textarea, .plan, .activebutton, .inactivebutton, .optionsbutton {box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;}
.form_container select{font-size:1em;width: 300px; height: 40px;}
.form_heading{height:60px;line-height:60px;padding-left:30px;margin-bottom:0;margin-top:30px;border-radius:2px 2px 0}
.form_footer{min-height: 76px;background: #fdfdfd;padding: 0 10px 10px 10px;border-radius: 5px;margin-top: 10px;}
.form_footer .button{margin:10px 0 2px 0;width:250px;}
.info_icon{background:#bbb;height:18px;width:18px;border-radius:9px;display:inline-block;text-align:center;color:#fff;font-size:1em;}
.info_icon:hover{color:#fff}
.title_input,.description_input{width:60%;border-radius:4px;}
.form_footer2{background-color:#eaeaea;padding:20px 0 20px 20px;margin-top:30px}
.form1 li{list-style-type:none;padding-bottom:7px}
.form1 label{display:block}
.form2 li{list-style-type:none;padding-bottom:7px}
.form_review li {list-style-type:none;padding-bottom:20px}
.form2 label, .form_review label {display:block}
.form2 input[type=text], .form_review input[type=text]{width:100%}
.form2 textarea, .form_review textarea{font-family: 'Manrope', Arial, sans-serif !important;line-height: 30px;width:100%;border: none!important;}
.form2 input.medium, .form_review input.medium {width:200px}
.fel{display: flex;flex-direction: column;gap: 5px 0px;}
.fel label{/*display:block;*/color: #000;}
.plan{width:100%;min-height:300px;background:#fff;color:#333;text-align:center;float:left;margin-right:20px;margin-bottom:20px;display:flex;display:-ms-flexbox;display:-webkit-flex;flex-direction:column;-ms-flex-direction:column;-webkit-flex-direction:column;-webkit-box-orient:column}
.listings_plan{max-height: 600px;border-radius: 7px;}
.plan_title{border-bottom:1px solid #555;border:1px solid #e0e0e0;height:56px;line-height:56px;font-size:1.3em;}
hr.sdnskfew_HR_listings_plan {border: 0;padding: 0;background: transparent;border-top: 2px;border-style: solid;color: #0066f5;width: 120px;margin: 0 auto;}
.plan_title0, .plan_title1, .plan_title2, .plan_title3, .plan_title4, .plan_title5, .plan_title6, .plan_title7, .plan_title8, .plan_title9{border: none;}
.plan_body{padding:30px 10px 20px 10px;flex:1;-webkit-flex:1;-ms-flex:1 0 auto;-webkit-box-flex:1}
.plan_price{font-size:1.8em;height:60px;margin:10px;border-bottom:1px solid #d0d0d0}
.plan_details{height:120px;border-bottom:1px solid #d0d0d0}
.plan_details .price{font-size:1.8em;max-height: 60px; margin-bottom: 15px;}
.plan_option{margin-top:20px;color:#888}
.plan_option span,.plan_details span{color:#333;}
a.plan_button{display:block}
.old-price {
    text-decoration: line-through;
    opacity: 0.7;
    margin-right: 5px;
    font-size: 16px;
}
.plan_button{font-weight: 500; height:44px;line-height:38px;border:2px solid #555;border-radius:2px;color:#555;font-size:1.2em;
font-weight:600;text-align:center;width:100%}
.plan_button:hover{background:#5fb053;color:#fff}
.plan_bottom{margin:0 10px 20px 10px}
.option{color:#333}
.option_right{border-bottom:1px solid #f0f0f0;margin-bottom:10px;padding-bottom:10px}
.option_price{text-align:right;line-height:40px;}
.left_form{font-size:.9em;padding-left:20px;color:#333}
.right_form{margin-bottom:20px;font-size:.9em;color:#696969;padding-left:20px;color:#333}
.current_selection{margin:10px 0 20px}
.change_selection{margin-bottom:10px}
.dialogbox .body{position:relative;height:auto;padding:10px;border-radius:8px}
.in_dialogbox .body{margin-left:20px}
.body .message{min-height:30px;border-radius:8px;font-family:Arial;font-size:14px;line-height:1.5;color:#797979}
.tip{width:0;height:0;position:absolute;background:transparent;border:10px solid #e0e0e0}
.tip-left{top:20px;left:-20px;border-top-color:transparent;border-left-color:transparent;border-bottom-color:transparent;border-right-color:rgb(200, 250, 224)!important;}
.tip-right{top:20px;right:-20px;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color: rgb(193, 201, 255)!important;}
.err{border:2px solid #f93f27 !important;}
.err:hover{border-bottom: 1px solid #d1d1d1!important;}
.err_label{display:block;color: #2196F3 !important;font-size: 15px;margin-bottom:5px;font-family: 'Manrope', Arial, sans-serif !important;}
.small-btn{min-width:68px;height:22px;line-height:22px;border-radius:4px;text-align:center;font-size:.8em;padding:0 3px;margin:2px;cursor:pointer}
.activebutton, .inactivebutton {background: #ffffff;height: 25px;line-height: 25px;border:none!important;}
.activebutton{color: #49ad43;}
.inactivebutton{color:#ff7e42;}
.pendingbutton{background:#f5b326;color:#443e31}
.expiredbutton{background:#e24646;color:#fff}
.optionsbutton{background: #ffffff;color: #0066f5;height: 30px;line-height: 30px;border: none!important;}
.icon:hover{opacity:.6}
.dark-bg{margin-bottom: 10px;color:#fff;padding:20px 0;font-size:1.1em}
.dark-bg input{border:0}
.dark-bg .nicEdit-main{color:#555}
.dark-bg input:focus{border:0}
.dark-bg textarea{border:0}
.dark-bg .err_label{color: #2196F3 !important;font-size: 13px;}
.dark-bg .heading{color:#fff}
.dark-bg .small-light{color:#d2d2d2}
.bid{background:#7c7c7c;margin:20px 0;padding:20px}
.bid:nth-child(odd){background:#888}
.bid .price{color:#f0f0f0}
.bid .small{color:#d0d0d0}
.info_icon, .plan_price, .plan_details .price, .plan_button, .plan_title, .missing {font-family: 'Open Sans', -apple-system, 'Roboto', 'Helvetica Neue', sans-serif;font-weight: 600;}
.rpaginator{text-align:left;margin:10px 0 10px 0}
.missing{font-size:1.5em;height:150px;min-height:200px;line-height:70px}
.missing img{opacity:.5;margin-right:20px;width:70px}
.item{border-radius: 7px;background: #ffffffa8!important;padding:10px;margin-bottom:20px;font-size:1.1em}
.item .inactive{color:#999}
.item .med-btn{height:22px;line-height:22px;border-radius:3px;font-size:.9em}
.item .price{font-size:.9em}
.status_btns .small-btn{display:inline-block}
.status_btns .med-btn{display:inline-block;margin-top:5px}
.current-filter{font-size:1em;color:#0066f5}
.refine_input{width:190px}
.datatable{width:100%}
.datatable td{padding:10px;border-bottom:1px solid #e9e9e9;vertical-align: top;}
.datatable .left-heading{font-size:1.1em;font-weight: 600;color: #000;}
.datatable h2{font-size:1.2em}
.login-box{width:100%;text-align:left;color:#333}
.login-box input[type=text],.login-box input[type=password],.login-box input[type=tel]{border: none!important;width:100% !important;border-radius: 12px!important;background: #f1f1f1!important;box-shadow:none!important;}
.login-box input[type=text]:focus,.login-box input[type=password]:focus, .login-box input[type=tel]:focus{background: #f1f1f1!important;border-radius: 12px;box-shadow:none;}
.login-box label,.login-box a{line-height:30px}
.login-box .button{line-height:40px}
.login-content{padding:30px}
.login_footer{padding:10px 30px 20px 30px;background:#f8f8f8;line-height:30px}
footer{background-color: #f1f1f1;color:#000000;height:auto;display: flex;flex-direction: column;justify-content: flex-end; padding:0px!important;border-radius: 1% 30% 0% 0% !important;}
.footer {display: flex;flex-direction: column;}
footer a{color: #000000;line-height: 24px;text-shadow: none;outline: none;}
footer li{line-height: 24px;margin-bottom:5px;}
footer a:focus,footer a:hover,footer a:active{color:#fb0606;}
#secnav ul{display: flex;flex-direction: column;align-content: flex-start;justify-content: flex-start;align-items: flex-start;vertical-align: top;padding: 10px 0px 0px 10px;}
#secnav li{list-style:none;margin-right:10px;}
#secnav span{font-size: 16px;}
#secnav .parent{border-bottom:1px solid #888;padding-bottom:2px;margin-bottom:5px;text-transform:uppercase;color:#aaa}
#copyright{text-align:center;font-weight: 500;}
.sn_buttons{margin:0 auto;text-align:center;float:none}
.sn_buttons img{width:30px;height:30px;margin-right:10px}
#fav_button{top:370px;right:0;background:#cbcbcb url(../images/favorite-icon.png) 8px 8px no-repeat}
#to_top_button{bottom:100px;right:0;background:#cbcbcb url(../images/go-up.png) 10px 11px no-repeat}
.bottom_notice{background-color:#272727d9;line-height:20px;color:#fff;font-size:11px;position:fixed;bottom:0;width:100%;z-index:101}
.bottom_notice a{color:#6cd7ff;font-weight:bold}
.vert_banners{margin-bottom:5px;padding:0}
.ni_vert_banners{margin-bottom:5px;padding:0}
.hor_banners{margin-right:5px;padding:0;display:inline;float:left}
.hb{margin-top:10px;margin-bottom:10px}
.fbn{margin-top:10px;margin-bottom:10px}
.left_banners, .right_banners {position:absolute;top:170px;left:0}
.btype_refine_responsive{width:230px;height:252px}
.btype_side_responsive{width:162px;height:602px}
.btype_top, .btype_top_responsive {display:none}
.btype100p{width:100%}
.sds{display:block}
.fbr_inv{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-direction:column-reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;
-webkit-box-orient:column-reverse}
.fb_center{display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center}
.fg{flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1}
@media all and (max-width:728px){.btype728, .btypeldp_rc {width:100%;height:auto}}
@media all and (max-width:360px){#choose_location{width:100%}}
@media all and (min-width:234px){.btype728_responsive{width:100%;}}
@media all and (min-width:468px){.btype728_responsive{width:100%;}}
@media all and (min-width:728px){.btype728_responsive{width:100%;}}
@media all and (max-width:1100px){.btypefp_lc, .btypelp_rc {width:100%;height:auto}}
@media all and (max-width:1200px) and (min-width:800px){.btypeldp_rc{width:100%;height:auto}}
@media all and (min-width:460px){.main_cat{width:50%;float:left}.map{min-width:350px}}
@media all and (max-width:500px){.form_container input[type=text],input[type=password], .form_container textarea, .form_container select{width:100%}}
@media all and (max-width:600px){.qsf{width:220px!important;padding:2px 0 2px 0}.dsjdf__Od {padding:20px;}.ssclear{display:block}.ssclear:after{content:".";display:block;font-size:0;height:0;clear:both;visibility:hidden}}
@media all and (min-width:500px){
.option_left{width:40%;float:left}
.option_right{min-height:40px;text-align:left;width:60%;padding-left:20px;border-left:1px solid #e5e5e5;border-bottom:0;margin-bottom:0;float:left}
.top_price{border-top:1px dashed #e5e5e5;margin-top:20px;padding-top:10px}
#secnav ul{text-align:left}
}
@media screen and (max-height: 800px) and (min-height: 650px) and (orientation: portrait) {
.search-button input{width:90px !important;margin-right: 0px;}
}
@media all and (min-width:601px){
.jkasjkd_S {padding:45px!important;}
#quick-search {margin-top:20px;}
li.hgfjvfjf___ij{box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;display:inline-block;margin-right:15px;background:#ffffff;padding:5px;border-radius:7px}
nav.jhkjrr___kdi{display:-webkit-inline-box!important}
li.vghvgjkvghcyy.myt.dffdsfew, li.vghvgjkvghcy.mylist, li.vghvgjkvghcy.mess{display:none!important}
.q6Yz{display:none!important;}
li.sdfndkl_FDFS{margin-top:2px!important}
.qs_category{width:50%;}
.dsjbfksdjbjkds_IHSID, .elsedesctopversionbanner_0DKJjfs, #quick-search {display:block}
.werwefwr2_NDSKNKknk43{background:#0066f5;color:#fff!important;text-align:right;padding:7px;padding-right:10px;font-size:13px;width:90%}
.sdfjdsfkjlsd_090_gallery{bottom:10%}
.werewnfwekelr_NKIDAfd{right:46%;top:-45px;float:right;position:relative;border-radius:50%;background:#fff;padding:13px 13px 11px;border:1px solid #b5b5b5}
article{padding:0}
.p30{padding:30px}
.top-logo{margin:10px 0 10px 0}
.tabs>label{display:inline-block;height:40px;line-height:40px;border-top: 3px solid #f26c4f;}
#tabs1{margin:0px 0 30px 0;padding-top:10px}
#qs_container{padding:0;display:flex;display:-ms-flexbox;
display:-webkit-flex;-ms-flex-align:center;-webkit-align-items:center;
-webkit-box-align:center;align-items:center}
.qs_category{margin-right:10px;}
.qs_distance_search{margin-right:10px;width:110px}
.qs_distance_search select{padding:10px 5px}
.qs_distance_search select:disabled{color:#bbb}
.search-button input{width:90px !important;}
.categories, #news, .fbc {display:flex;display:-ms-flexbox;display:-webkit-flex;}
.categories{align-items:center;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;
-webkit-flex-flow:row wrap;justify-content:space-around}
.main_cat:last-of-type{border-right:0}
.browse-tab-content ul{width:25%;padding-left:50px}
.article, .fb {float:left;flex:1;-webkit-flex:1;-ms-flex:1;-webkit-box-flex:1;}
.article{padding:0 20px 0 20px}
.total_results{margin:0}
.display_mode{text-align:right;flex:0 0 130px;-webkit-flex:0 0 130px;-ms-flex:0 0 130px}
.display_mode_map{text-align:right;flex:0 0 240px;-webkit-flex:0 0 240px;-ms-flex:0 0 240px}
.top_search{margin:0px 0 20px 0;padding:0}
.form_footer input[type=submit]
.form_footer{padding-left:30px;padding-bottom:0;line-height:76px;text-align:right}
.left_form{padding-right:10px;width:260px;float:left;text-align:right}
.right_form{float:left;text-align:left}
.plan{width:240px}
.current_selection, .top-logo{float:left}
.change_selection{float:right}
#nav{box-shadow:2px 2px 3px #ececec;-webkit-box-shadow:2px 2px 3px #ececec;-moz-box-shadow:2px 2px 3px #ececec}
#nav li.show_search{display:none}
#nav li a.current_language{display:block}
#nav{display:none;width:auto;font-size:1em;float:right;flex:1;-webkit-flex:1;-ms-flex:1 0 auto;
-webkit-box-flex:1;background:transparent;box-shadow:none;border:0;
margin-top:20px}#nav li{border:0;float:right;height:40px;
position:relative}#nav>li{margin-right:2px}
#nav li.post-listing a{padding-left:0}
#nav li a{border:0;text-shadow:none;height:40px;line-height:40px}
#nav ul{background: #fff;padding:0;border:1px solid #ddd;border-top:0;border-radius:0 0 3px 3px;width:200px}
#nav li:hover{background:#97b1fd}
#nav li a{display:block}
#nav ul li{border-right:0;width:200px;height:39px}
#nav ul li a{border-right:0;text-shadow:1px 1px 1px #fff;color:#000;}
#nav ul{display:none;visibility:hidden;position:absolute;top:40px}
#nav li.post-listing span{padding-left:0}
.top{display:flex;display:-ms-flexbox;display:-webkit-flex;-ms-flex-align:top;-webkit-align-items:top;
-webkit-box-align:top;align-items:top}
.post-listing-btn{display:inline-block;height:40px;text-transform: uppercase;padding:0 10px 0 10px;border-radius:5px}
.post-listing-btn:hover{opacity:.9}
.plus{margin-left:0}
.login-box{width:450px}
.login-box_x{width:500px;}
.login_footer{padding:10px 30px 20px 30px}
.tt{padding:0}
}
@media all and (min-width:600px) and (max-width:800px){
.my-gallery img{width:auto;height:100%!important;}
.bigimg{width:auto}
}
@media all and (min-width:700px){
.box-container{width:33.3%}
.small-box-container{width:20%}
.plan{width:280px;border-radius: 5px;}
}
@media all and (min-width:800px){
.col-m-1{width:8.33%}
.col-m-2{width:16.66%}
.col-m-3{width:25%}
.col-m-4{width:33.33%}
.col-m-5{width:41.66%}
.col-m-6{width:50%}
.col-m-7{width:58.33%}
.col-m-8{width:66.66%}
.col-m-9{width:75%}
.col-m-10{width:83.33%}
.col-m-11{width:91.66%}
.col-m-12{width:100%}
.side_button{right:20px}
.cd-top{bottom:20px}
#compare_button{bottom:70px}
.post-listing-btn{display:inline-block;height:40px;border-radius:0}
.post-listing-btn span{display:inline-block;float:left;line-height:40px}
.sl-right{flex:0 0 60px;-webkit-flex:0 0 60px;-ms-flex:0 0 60px}
.dtr{float:right;text-align:right}
.dtl, .item-details{float:left}
.dt-price{text-align:center;background: #0099ff;padding: 9px;border-radius: 50px; color: #fff;}
.details-price{margin-bottom:5px;float:right}
.share{float:right}
.dc-left{padding-right:20px}
.status_btns{float:right;text-align:right}
.item-bottom{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:flex-end;
-webkit-align-items:flex-end;
-webkit-box-align:flex-end;align-items:flex-end}
.item-actions{flex-grow:10;-webkit-flex-grow:10;-ms-flex-grow:10}
.ha800{display:none}
.hb800, .status_btns .small-btn {display:block}
.search_details{text-align:right;line-height:40px;margin-bottom:0;padding:0}
.search_tabs{margin-top:5px}
.fbc_inv{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-direction:row-reverse;
-ms-flex-direction:row-reverse;
-webkit-flex-direction:row-reverse;
-webkit-box-orient:row-reverse}
.fb_inv{float:left;flex:1;-webkit-flex:1;-ms-flex:1;-webkit-box-flex:1}
.frs{flex:0 0 320px;-webkit-flex:0 0 320px;-ms-flex:0 0 320px}
footer{padding:25px 0 30px 0;}
#copyright{text-align:right;margin-top:16px;font-weight: 500;}
.sn_buttons{text-align:right;}
.classified h3{height:auto}
.classified p{display:block;}
}
@media(max-width:1024px) {.qs_native{display: none;}ul.list1{display:none;}}
@media(min-width:1025px) {.qs_native{display: block;}.kdeemsq {width: 964px!important;margin: 0 auto!important;padding: 30px 18px 0;min-width: auto!important;}ul.list1 {float: left;width: 25%;padding: 10px 0px 0px 15px;}}
@media all and (min-width:800px) and (max-width:900px){
.ld{width:100%;float:none}
}
@media all and (min-width:800px) and (max-width:1150px){
.my-gallery img{width:100%;height: 100%!important;}
.bigimg{width:100%}
}
@media all and (min-width:900px){
.col-1{width:8.33%}
.col-2{width:16.66%}
.col-3{width:25%}
.col-4{width:33.33%}
.col-5{width:41.66%}
.col-8{width:66.66%}
.col-6{width:50%}
.col-7{width:58.33%}
.col-8{width:66.66%}
.col-9{width:75%}
.col-10{width:83.33%}
.col-11{width:91.66%}
.col-12{width:100%}
.box-container{width:25%}
.small-box-container{width:20%}
.stats-box{margin-left:10px}
.rstats-box{margin-left:10px}
.rpaginator{text-align:right}
.checkall{float:right}
.user_map{margin-top:0}
.top-logo{flex:1;-webkit-flex:1;-ms-flex:1 0 auto;-webkit-box-flex:1}
#top{display:flex;display:-webkit-box;display:-ms-flexbox;
display:-webkit-flex;-ms-justify-content:space-between;
-webkit-justify-content:space-between;justify-content:space-between}
}
@media all and (min-width:1025px){
.cat_desc{display:block;}
.cd-top{bottom:30px}
.side_button{height:60px;width:60px;right:30px}
#compare_button{bottom:100px}
.line{border-bottom:11px double #555;border-top:4px solid #555;height:3px;width:15px;margin-top:22px}
.line1, .line2{margin-left:10px}
.search-left{float:left;display:block;width:230px;margin-right:20px;margin-left:0}
.refine{float:none}
.search_right{position:relative;width:auto;overflow:hidden}
.search_res{padding:20px}
.search_left{display:block;margin-top:0;padding:0;padding-right:20px;
top:0;position:relative;background:0;border:0;box-shadow:none;
-webkit-box-shadow:none;-moz-box-shadow:none}
.show_refine, div.hide_refine{display:none}
}
@media all and (min-width:1100px){
.box-container{width:20%}
.small-box-container{width:16.66%}
.search_right{position:relative;}
}
@media all and (min-width:1150px){
.my-gallery img{width:100%;height:100%!important;}
.bigimg{width:auto}
.btype_top{display:block}
.btype_top_responsive{display:block;width:470px;height:70px}
}
@media all and (min-width:1300px){
.box-container{width:16.66%}
.small-box-container{width:14.28%}
.box img{max-height:250px;border-radius: 12px;}
.small-box img{max-height:100px}
}
#powerTip{cursor:default;background-color:#333;background-color:rgba(0,0,0,0.8);border-radius:6px;color:#fff;display:none;padding:2px 10px 2px 10px;
position:absolute;white-space:nowrap;z-index:2147483647;font-size:90%}
#powerTip:before{content:"";position:absolute}
#powerTip.n:before,#powerTip.s:before{border-right:5px solid transparent;border-left:5px solid transparent;left:50%;margin-left:-5px}
#powerTip.e:before,#powerTip.w:before{border-bottom:5px solid transparent;border-top:5px solid transparent;margin-top:-5px;top:50%}
#powerTip.n:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,0.8);bottom:-10px}
#powerTip.e:before{border-right:10px solid #333;border-right:10px solid rgba(0,0,0,0.8);left:-10px}
#powerTip.s:before{border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,0.8);top:-10px}
#powerTip.w:before{border-left:10px solid #333;border-left:10px solid rgba(0,0,0,0.8);right:-10px}
#powerTip.ne:before,#powerTip.se:before{border-right:10px solid transparent;border-left:0;left:10px}
#powerTip.nw:before,#powerTip.sw:before{border-left:10px solid transparent;border-right:0;right:10px}
#powerTip.ne:before,#powerTip.nw:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,0.8);bottom:-10px}
#powerTip.se:before,#powerTip.sw:before{border-bottom:10px solid #333;border-bottom:10px solid rgba(0,0,0,0.8);top:-10px}
#powerTip.nw-alt:before,#powerTip.ne-alt:before,#powerTip.sw-alt:before,#powerTip.se-alt:before{border-top:10px solid #333;border-top:10px solid rgba(0,0,0,0.8);
bottom:-10px;border-left:5px solid transparent;border-right:5px solid transparent;left:10px}
#powerTip.ne-alt:before{left:auto;right:10px}#powerTip.sw-alt:before,#powerTip.se-alt:before{border-top:0;border-bottom:10px solid #333;
border-bottom:10px solid rgba(0,0,0,0.8);bottom:auto;top:-10px}
#powerTip.se-alt:before{left:auto;right:10px}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}
.mfp-container{text-align:center;position:fixed;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.mfp-align-top .mfp-container:before{display:none}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:auto;cursor:auto}
.mfp-ajax-cur{cursor:progress}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.mfp-auto-cursor .mfp-content{cursor:auto}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}
.mfp-loading.mfp-figure{display:none}
.mfp-hide{display:none !important}
.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}
.mfp-preloader a{color:#CCC}
.mfp-preloader a:hover{color:#FFF}
.mfp-s-ready .mfp-preloader{display:none}
.mfp-s-error .mfp-content{display:none}
button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;
padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}
button::-moz-focus-inner{padding:0;border:0}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;
color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}
.mfp-close:hover,.mfp-close:focus{opacity:1}
.mfp-close:active{top:1px}
.mfp-close-btn-in .mfp-close{color:#000;}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}
.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}
.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}
.mfp-arrow:active{margin-top:-54px}
.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}
.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}
.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}
.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}
.mfp-arrow-left{left:0}
.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}
.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}
.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}
.mfp-arrow-right:before{border-left:27px solid #3f3f3f}
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}
.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}
.mfp-iframe-holder .mfp-close{top:-40px}
.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}
.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}
.mfp-figure{line-height:0}
.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);
background:#444}
.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}
.mfp-figure figure{margin:0}
.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}
.mfp-title{text-align:left;line-height:18px;color:#f7f7f7;word-wrap:break-word;padding-right:36px}
.mfp-image-holder .mfp-content{max-width:100%}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){
.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}
.mfp-img-mobile img.mfp-img{padding:0}
.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}
.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}
.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}
.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}
.mfp-img-mobile .mfp-counter{right:5px;top:3px}
.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}
}
@media all and (max-width:900px){
.dsfj____kKdlj {display:none;}
.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}
.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}
.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}
.mfp-container{padding-left:6px;padding-right:6px}
.sdjfjk__JODmmc {display:none;}
}
.info{padding: 15px 20px;border-radius: 12px;color: #000;text-align: center;margin-bottom: 10px;background: #f5f5f5;font-size: 15px;}
@media (max-width:600px) {
.d_50{margin-top:50px;}
.jkasjkd_S {padding:5px!important;}
.dX_0m {margin-top:50px;}
.search_tabs a {font-size:13px;}
span.sajdfjbd_JBASJ999, span.sdfknwk_0IS0AJDjbjas {font-size:14px;}
a.dsferferfer {font-size:14px;}
.hghj__Jdj__j, .hghj__Jdj__j_w {position: fixed;z-index: 100;width: 95%;text-align: center;}
.hghj__Jdj__j_w {bottom: 10%;}
.hghj__Jdj__j {bottom: 3%;}
.bottom_notice{background-color:#272727d9;line-height:20px;font-size:11px;color:#fff;position:fixed;bottom:0;width:100%;z-index:101}
.btnr{display:inline-block;text-align:center;margin:10px 5px 0 0;width:auto;color:#333!important;border-radius:2px;padding:2px}
}
.current-filter{font-size:1em;color:#0066f5;z-index:2;max-height:70px;font-family:'Open Sans',-apple-system,'Roboto','Helvetica Neue',sans-serif;text-decoration:none;-webkit-border-radius:5px 0 0 5px;border-radius:5px 0 0 5px;margin-left:-7px;padding-left:10px;cursor:default}
@media (max-width:770px) {
.sadsadsd{margin-top:20px}
}
@media (max-width: 770px) {
.hero-categories{margin:0 0 0 25px;margin-bottom:50px;margin-top:20px}
}
@media (max-width: 601px) {
form#qsearch{border:none!important}
}
@media screen and (max-height: 600px) and (orientation: portrait) {
.search-button input{margin-right:0}
}
.catselect::-webkit-scrollbar-thumb{width:9px;background-color:#858585}
.catselect::-webkit-scrollbar{width:9px}
.rspace10 option:focus-within{border:none;background:#34ad44}
.rspace10 option:hover{border:none;background:#0099ff40}
.rspace10 option:active{border:none;background:#ff5f9b;color:#fff}
.rspace10 option:focus{background:#339d52;color:#fff;border:none}
@media (max-width: 600px) {
.jhdsuiczia_kD {display:none;}
.jjdoj_jJD ul {width:100%!important;}
span.djk__jnD{color:#222;font-size:1em;font-weight:600}
}
i.fjhvjkh{width:16px;height:16px;line-height:26px;text-align:right;margin-right:-23px;position:relative;z-index:1}
i.fjhvjkh + input{padding-left:26px}
@media (max-width:500px) {
.details-top{padding: 15px 0px 0px 0px;border-radius: 5px;margin-bottom: 10px;}}
@media (max-width:650px) {
.classified h3.priority, .classified span.priority{background:none;padding-left:0}
.sl-loc{color:#333}
.classified h3{font-size:1em;font-weight:400;display:block;min-height:25px;overflow:hidden}
.classified .price{font-size:16px;text-align:left;color:#000;}
.bkjjk{float:left;display:block;margin:15px 0 10px 10px;width:100%;position:relative}
#menu600{height:auto;border:none;box-shadow:none}
.top-logo{margin:5px 20px 0 -20px;float:left}
}
@media (min-width:650px) {
.bkjjk, span.dfgdfgd {display:none}
.sl-loc{font-size:1em;font-family:'Open Sans',-apple-system,'Roboto','Helvetica Neue',sans-serif;margin:2px 0}
}
@media (max-width: 750px) {
.sadsadsd h1{font-size:30px!important}
span#magicstyle{margin-left:0;color:#000;background:#ffe48394;padding:2px}
}
.salemoney{color:#fff;padding:5px;margin-bottom:5px;border-radius:2px}
.gkhkjkj{max-width:600px;float:right}
i#fjhvjkhh{width:16px;height:16px;line-height:26px;padding-left:5px;text-align:center;margin-right:-20px;position:relative;z-index:1}
.lprice1{font-family: 'Open Sans', -apple-system, 'Roboto', 'Helvetica Neue', sans-serif!important;color:#000;border-radius:50px;font-weight:bold;font-size:16px;margin-top:3px;float:left}
h2.shortcutqq{top:22%;margin:0 20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;white-space:normal;color:#000;font-size:14px;padding-top:25px;font-weight:700;line-height:18px}
.sjdfnlsfd{width:308px;height:176px;border-radius:10px;background-repeat:no-repeat;background-position:center;background-size:cover}
@media all and (orientation: landscape) and (max-width: 1100px) {
.sjdfnlsfd{width:auto;height:200px;border-radius:10px;background-repeat:no-repeat;background-position:center;background-size:cover}
}
@media (max-width: 600px) {
.categories, .sadsadsd{display:none}
.form_heading{font-size:90%}
.top-logo img{max-width:385px;margin-bottom:20px;margin-left:20px}
#qs_extended {display:none;}
}
#qs_extended {padding: 5px;}
@media (min-width:601px) {
#qs_extended {margin-top: 10px;min-height: 50px;padding: 0;display: flex;display: -ms-flexbox;display: -webkit-flex;flex-wrap: wrap;margin-right: -10px;}
.search-button-mob {display: none;}
#qs_extended div {flex-grow: 1;-webkit-flex-grow: 1;-ms-flex-grow: 1;margin-right: 10px;margin-bottom: 10px;}
.top-logo img{display:none;max-width:385px;margin-bottom:20px}
}
.vplaytix{position:absolute;bottom:12px;right:15px}
.hhjk{background:linear-gradient(135deg,#1a9cb5,#485f78);padding:20px}
h2.x-title.x-title_color_white.js-top_selling{margin:0 0 15px;font-size:24px;font-weight:400;color:#fff}
.x-custom{margin:-10px 0 30px -10px;font-size:0}
.x-custom__item{position:relative;display:inline-block;width:232px;height:330px;margin:10px 0 0 10px;vertical-align:top;background-color:#fff;text-align:center;font-size:13px}
.x-image-holder{display:block;width:100%}
img.x-image-holder__img{position:absolute;max-width:100%;max-height:100%;top:0;right:0;bottom:0;left:0;margin:auto}
.x-custom__item-text{position:absolute;bottom:25px;left:0;width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}
p.x-custom__title{font-size:16px;line-height:1.25;margin-bottom:2px}
p.x-custom__price{font-size:16px;font-weight:700}
i#sdfwrfwefewwe{display:none}
h1.fdggerge{vertical-align:bottom;font-family:sans-serif}
@media (min-width:601px) {
.top-logo{margin-top:-15px;margin-bottom:0}
}
@media (max-width:801px) {
.fyfjygjhj{width:100%!important}
}
.fyfjygjhj{width:100%;float:left;overflow:auto;margin-left:2px;border-radius:3px;padding:2px;font-family:sans-serif,arial;margin-bottom:7px}
.fyfjygjhj span{display:table-cell;font-size:11px;float:left;width:auto!important;margin-right:10px;color:#000;font-family:sans-serif,arial}
.ie_9j{background:#00c1f5;font-size:16px;border-radius:3px;padding:5px!important;margin-bottom:10px;color:#fff;text-align:center}
@media (max-width:701px) {
.sdjfhkjdsfjkdsjk{display:none}
}
.loaderdfArea{background:#fbfbfb;overflow:hidden;position:fixed;left:0;top:0;right:0;bottom:0;z-index:100000}
.loaderdf{height: 40px;width: 40px;left: 48.2%;position: relative;margin-left: -20px;top: 50px;}
.loaderdf:before,.loaderdf:after{content:"";height:40px;width:40px;border:4px solid #288dbd4a;border-radius:10px;margin-left: 20px;position:absolute;top:0}
.loaderdf:before{animation:animate 2s infinite linear}
@keyframes animate {
0%{transform:rotate(0) skew(0)}
100%{transform:rotate(180deg) skew(360deg)}
}
.loaderdf:after{animation:animate2 2s infinite linear}
@keyframes animate2 {
0%{transform:rotate(0) skew(0)}
100%{transform:rotate(-180deg) skew(-360deg)}
}
.sfhesdf{background-image: url(https://img.tixrussia.ru/images/tix192x192.png);background-position: 50.5% 55%;background-repeat: no-repeat;background-size: 9%;}
p.jdbfjwekjfbwejbfk{margin-top:120px;font-family:sans-serif;font-size:16px}
@media (min-width:601px) {
.dfsfdskfjds{display:none!important}
}
@media (min-width:601px) {
.dj_0Jz {margin-top:50px!important;}
UL.qq-upload-photo-list li{width: 30%!important}
.lfloat.check_off, .br_6YGsdfndj, .sjdfnlsfsdffewfwed, .trhtrhrt, a.dsferferfer, h2.shortcutqqjjdsfjdsk, .bhijbibiubiu, li.gvuvhjvjjk {display:none}
.br_45sdf{margin-bottom:10px;margin-top:10px;margin-left:2px}
.br_8YGsdfndj{display:inline;white-space:nowrap}
img.uhiugiygvuftyo{width:343px;border-radius:5px;height:170px}
img.jndsjfnkjdvkjvkjs{width:32px;vertical-align:bottom;margin-right:5px}
span.dsfgreggfctydl{padding-left:20px}
}
@media (max-width:801px) {.qr_phone, .qr_phone p{display:none}}
@media (max-width:728px) {.adstixrus{display:none}}
@media (max-width:1000px) {.classified h3.priority, .classified span.priority{background-size:4%}}
span.sbdjfbdskbfdbcfs{background:#00c1f5;color:#fff;padding:5px;border-radius:4px}
h2.sdffweecdfswefwswd, h1.sdffweecdfswefwswd, span.sdffweecdfswefwswd{font-size:17px;margin-bottom:2px;color:#000;margin-top:25px;font-weight:600;margin-left:10px;text-align:left;text-transform:uppercase;font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;}
.fdgesas_4fwf{height:104px;width:162px;margin-left:auto;margin-right:auto;position:relative;margin-bottom:25px}
.fdgesas_5fwf{width:166px;height:124px;display:inline-block;background:url(https://img.tixrussia.ru/s/icon/chats-not-found.svg) no-repeat 50%;background-size:166px 124px}
.pic-fav_43ksad{background:url(https://img.tixrussia.ru/s/icon/pic_cards.svg) no-repeat top}
.sdfervdsfwegerg{text-align:center}
a.sdfervdsfwegerg{background: #000000 !important;color:#ffffff!important;border-radius:12px;padding:10px;text-align:center;font-weight: 500;}
img.sdfmewfkqwdqwd{width:100%}
li.ewjrjewrjwejnnfwekjfwkjf{display:inline-block;vertical-align:bottom;text-align:left;margin-top:3px}
a.dfe_FSds{padding-right:10px;font-size:13px;font-family:sans-serif;color:#0066f5!important}
h1.dsnfnds_Fds{text-align:center!important;position:absolute;margin-left:1%;font-size:22px;margin-top:3%;background:#00000066;border-radius:5px;padding:8px}
a.sdfdseews_Df{color:#0066f5}
a.sdfdseews_Df:hover, a.dfe_FSds:hover{color:#a1a1a1}
li.sdfndkl_FDFS, li.sdffsdfe_DS {display:inline-block;float:right;color:#a1a1a1}
li.sdfndkl_FDFS{margin-right:10px;margin-left:5px;margin-top:8px;}
li.sdffsdfe_DS{margin-left:10px;top:0;right:20px;z-index:20;position:fixed;margin-top:3px;}
li.dsfkflwelfe_SE{list-style:none;padding-bottom:20px;display:inline-block;width:100%}
a.sdnflekl_ASE{color:#0066f5;font-size:13px}
a.sdnflekl_ASE:hover{color:#ed0000!important;}
@media (max-width:1030px) {
a.dfe_FSds.sdfsdfe{display:none}
}
@media (max-width:620px) {
li.sdfndkl_FDFS{margin-right:30px}
}
@media (max-width: 770px) {
.dsfdsfsfe_DS_ads{display:none}
}
span.sdfewfew_DSFDSd, h1.sdfwef_FDSFl, span.sdfkmcksdllks_JJKJ, span.fgsd_Tyr, a.sdjbfkj_JKJ_j, a.sdjbfkj_JKJ_j:hover, span.kdfnsdklnvkl_FSk, span.kdfnsdklnvkl_FSk:hover {color:#fff;}
span.sdfewfew_DSFDSd{background:#0066f5;padding:5px;border-radius:5px}
span.bhkhbkj_HH{border-radius:50px;padding:5px;border:2px solid orange;background:#fff;color:#2f2f2f}
span.jasbkjdb_HBi{padding:9px;color:#222;padding-right:10px!important;font-size:22px;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;border-radius: 7px;}
h1.sdfwef_FDSFl{font-size:20px;background:#0066f5;border-radius:3px;padding:10px;border-radius:50px;line-height:40px}
a.sdfmsdfjksjdfkj_NSKDK{background:#0066f5;color:#fff;border-radius:50px;padding:10px;float:right}
a.sdfmsdfjksjdfkj_NSKDK:hover{color:#fff!important}
p.dfkdskldsmfl_SDC{font-size:15px;max-width:300px;width:auto;text-align:left}
.dsdcsdcds_DCDS{float:left;text-align:right;margin-top:30px;max-width:100%}
.iHaSq{float:left;position:absolute;font-size:17px;text-transform:uppercase;font-weight:600;font-family:sans-serif;}
span.sdfkmcksdllks_JJKJ{background:#00c1f5;padding:5px;border-radius:4px}
span.fgsd_Tyrformatted{color:#000;padding:3px 3px 3px 0;padding-right:5px}
span.fgsd_Tyr{background:#0066f5;padding:3px;padding-left:5px;padding-right:5px;border-radius:5px}
a.sdjbfkj_JKJ_j{background:orange;padding:3px;padding-left:5px;padding-right:5px;border-radius:50px}
a.sdjbfkj_JKJ_j:hover{background:#0066f5;}
span.kdfnsdklnvkl_FSk{background:#0066f5;padding:7px;border-radius:50px}
span.kdfnsdklnvkl_FSk:hover{background:orange;}
@media(max-width:801px) {
.dffvdvf_jkF{margin-bottom:10px}
}
span.seefe_GDK4MFfks{color:#a1a1a1;font-size:15px}
@media (min-width: 1200px) {
.logo{margin-top:20px}
}
@media (max-width:801px) {
.dsjfkj_JDK70_hdk{width:auto;height:auto;display:block}
}
@media (min-width:802px) {
.dsjfkj_JDK70_hdk{width:290px;height:290px;display:block}
}
@media all and (min-width:1200px) {
.col-7_test {width: 45%;}
.col-8_test {width: 20%;}
.col-5_test {width: 30%;}
.dc-left_test{padding-right: 2%;}
.dc-center_test{padding-right: 2%;}
.djsfkjew_M {display:block!important;}
.fkdgmkl_title{width:49%;float:left;min-height:300px}
span.sakdnkalks_jjJD{display:block;max-width:90%;margin-top:10px}
}
@media (max-width:1150px) {
span.sakdnkalks_jjJD{display:none}
}
span.sdffe_HJ778{font-size:20px;line-height:1.4;color:#1f2836;font-weight:700;margin-bottom:8px;border:none}
span.sdffe_HJ778_modify{color:#000;padding:0 0 0 7px;font-size:19.5px;border-radius:50px}
@media (max-width:1024px) {
.snkhe80{width:100%!important;}
li.dsfkflwelfe_SE{width:auto!important;margin-right:10px!important}
}

@media (min-width:1025px) {
.snkhe80{width:95%!important;}
}

li.dsjfnsjldf_7DH73{display:inline-block;vertical-align:bottom;margin-right:10px;font-size:13px;font-family:sans-serif}
@media (max-width: 1199px) {
li.dsjfnsjldf_7DH73{display:none}
}
.boxin{background:#fff;margin:10px;padding:10px;position:relative}
@media (min-width: 1000px) {
.box-containers{width:50%!important}
}
@media (max-width: 600px) {
.box-containers{width:70%!important}
.dshf__nj1{display:none}
.box-container_vip{width:70%;}
}
@media all and (min-width:601px) and (max-width:999px) {
.box-containers{width:25%!important}
}
@media all and (max-width:1199px) {
.fdgerjkjjgerkenrg{display:none}
.col-8_test{display:none!important;}
}
@media (min-width:1200px) {
.drrgjrenjgneku87o{max-width:75%}
.fdgerjkjjgerkenrg{width:25%;float:right;margin-top:30px}
}
span.kjhkjghgiygifg76865{max-width:65px!important;text-align:left!important;border-radius:50px;padding-left:15px;border-radius:50px}
.search_tabs a.crt:active{color:#0066f5!important}
.highlitedgallery{background:rgba(190,233,255,0.2);border-radius:5px}
input.tabsewf{display:none}
.dsfsefsdfev_FDKSfkd{background: #09f!important;height:30px!important;border-radius:5px;cursor:pointer;white-space:nowrap;vertical-align:top;line-height:15px;text-decoration:none;}
@media (min-width: 602px) {
.post-listing-btn span{line-height:30px!important}
#nav li.post-listing{display:none!important}
h2.search_tabs.fb_inv{margin-left:0!important;width:100%}
}
@media (min-width:999px) {
.rclass{min-height:140px!important}
}
select.tests45{outline-color:#0066f5;border-radius:4px}
select.tests45:focus{box-shadow:0 0 3pt .4pt #8dd1ff}
span.fdfgfdr_KJNFK-fav{color:#fff;position:absolute;top:10px;width:15px;margin-left:13px;text-align:center;font-size:10px;line-height:15px;background:#f95c5c;border-radius:50px;height:15px}
@media (max-width:701px) {
.sdfewdads_7TIB{text-align:left;float:none!important}
.fewjnjewbfj_874GJjnf{width:100%;margin-bottom:5px;height:30px;line-height:30px}
.fewjnjewbfj_874GJjnfff{width:100%;margin-bottom:5px;height:30px;line-height:30px}
.fewjnjewbfj_874GJjnfffsdfnek{width:100%;margin-bottom:5px;height:30px!important;line-height:30px}
.fewjnjewbfj_874GJjnfffsdfneksdfew{width:100%;margin-bottom:5px;height:30px;line-height:30px}
.sandlaw{padding-top:5px;text-align:left}
img.dsjfjkdsnDISIl{width:300px;min-width:300px;object-fit: contain;background: rgb(247 247 247) !important;min-height:70px;max-height:150px;border-radius:5px}
.vdfgknk_jnKJKBD{margin-left:20px}
.sdnflkwdk_KMWD{margin-top:7px}
.sdfenwkndn_40JFkmck{text-align:center;position:absolute;background:#e24646!important;margin-top:30px;margin-left:30px}
.sdfenwkndn_40JFkmckk{text-align:center;position:absolute;margin-top:5px;margin-left:30px}
.sdfenwkndn_40JFkmckactive{text-align:center;position:absolute;margin-top:5px;margin-left:30px;color:#fff;background:green}
.c_9ss{width:100%!important}
.sfkgnl_KNO4{padding:0 10px 0 30px;text-align:right}
.jdasnfjn_jdsnj33{display:none}
.jdasnfjn_jdsnj334{display:block}
}
@media (min-width:702px) {
img.dsjfjkdsnDISIl{max-width:200px;min-width:200px;max-height:100px;object-fit: contain;background: rgb(247 247 247) !important;border-radius:5px}
.jdasnfjn_jdsnj33{display:block}
.jdasnfjn_jdsnj334{display:none}
.c_9ss{width:750px!important}
.sdfenwkndn_40JFkmckactive{text-align:center;position:absolute;margin-top:5px;margin-left:30px;color:#fff;background:green}
.sdfenwkndn_40JFkmck{background:#e24646!important;margin-top:30px;}
.sdfenwkndn_40JFkmckk{margin-top:5px;}
.sdfenwkndn_40JFkmckk, .sdfenwkndn_40JFkmck {text-align:left;position:absolute;margin-left:10px;}
}
.fsdgfnwekln_uhuh5{display:inline-block!important}
.sdnfjdsnlfnl_8YHF{float:none!important;text-align:left!important}
.fewjnjewbfj_874GJjnf{font-size:.8em;float:none!important;color:#0066f5!important;background:transparent;border-radius:50px;margin-right:5px;border:1px solid #0066f5}
.fewjnjewbfj_874GJjnfff{font-size:.8em;float:none!important;border-radius:50px;background:#0066f5;color:#fff!important}
.fewjnjewbfj_874GJjnfffsdfnek{font-size:.8em;float:none!important;background:#57bd37;color:#fff!important;height:23px;border-radius:50px}
.fewjnjewbfj_874GJjnfffsdfneksdfew{font-size:.8em;float:none!important;background-color:#e24646!important;color:#fff!important;border-radius:50px}

.adstixblock12{float:right;width:220px!important;padding-left:15px}
.Eeh_0{width:75%;vertical-align: top;}
td.sdfknwelnflwe_ENFK45{width:25%;vertical-align:top;padding-left:15px}
.fdgnflnlkdfkg_85J{line-height:41px;background:#0066f5!important;height:40px;color:#fff!important}
.fdgnflnlkdfkg_85J:hover{background-color: #469ce4;}
h2.fdjkgkjdf_KFDSL{box-shadow: 0 0 8px 0 rgba(194, 52, 102, 0.43) !important;line-height:30px;border-radius:7px;background:#fff;color:#222!important;float:none!important;padding:5px;text-align:center}
h2.fdjkgkjdf_KFDSL:hover{box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;}

@media (max-width:900px) {
.adstixblock12, td.sdfknwelnflwe_ENFK45 {display:none}
.sdfjnslkfnlem_453{width:100%}
.search-button input{background:#fff!important;border:1px solid #a1a1a1!important;color:#0066f5!important}
.hkj___kIi{display:none}
.sdi__ID_desctop_i {display:none;}
li.dshbh__iiiimnJ {width:45%!important;}
.dsjdj__jJd {display:none;}
li.sfdgrterg888{display:-moz-groupbox;display:inline-block;list-style-type:none;text-align:left;width:100%;margin-right:10px;line-height:45px}
select#qds_gorod, .sdfsdjdsjdskj_sdfuh, input#DealerSearch, select#qds_region, select#qds_vid_deyatelnosti, input#qds_nazvanie_organizatsii, .wejbwejfewkfjjkewe {width:100%}
}
@media (min-width:901px) {
.search-button input{background: #fff!important;color: #0099ff!important;}
.search-button input, .sdi__ID_desctop_i {box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;}
.sdi__ID_desctop_i a{color: #0066f5!important;}
.sdi__ID_desctop_i a:hover {color: #f53131!important;}
.sdi__ID_desctop_i li {line-height:30px;}
.sdi__ID_desctop_i td {width:33.3%;vertical-align:top;}
.sdi__ID_desctop_i ul {list-style:none;}
.sdi__ID_desctop_i {height: auto;width: 100%!important;padding: 20px;border-radius: 5px;margin-bottom: 10px;font-size: 14px;text-align: left;}
.dsjdj__jJd {display:block;}
}
td.sdjfnlsdfnl_778{text-align:left;padding-right:50px}
.dsnflksdnfl_9U0, .djsnflsdl_879k{display:none}
.djsnflsdl_879kmob{display:block}
span.sdfewfrewfef{margin-right:50px}
span.dsfjnsdldsl_00{margin-right:20px}
img.jdbskjfbksd_779{width:4%;vertical-align:middle;margin-right:10px;margin-left:10px}
.dskfmskdfmlsdfsdfds{font-size:13px;text-align: left;margin-left: 5%;width: 90%;line-height: 30px;}
span.sdfnslkflskdfk_009{background:#fff;padding:10px;box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);color:#222;border-radius:3px}
.title a:hover{color:#f53131!important;}
@media (max-width:1361px) {.jbkjbkjbk{display:none}}
@media (max-width: 602px) {li.sdffsdfe_DS{display:none}}
@media (max-width:767px) {
span.uhsudb_BNJSK_categ, span.jsadkjsa_categ2 {font-size:12px!important}
.fyfjygjhj{font-size:.8em!important}
}
.sdjfsdkjfkds_9U89{border-radius:5px!important;margin-top:5px;background:#fff!important;color:#ff6f6f!important;border:1px solid #ff6f6f;height:30px;line-height:27px;font-size:15px!important}
span.uhsudb_BNJSK_categ{width:48%!important;font-size:14px;color:#858585;font-weight:500}
span.jsadkjsa_categ2{width:48%!important;font-size:14px;color:#858585;font-weight:500}
.fyfjygjhj{font-size:17px}
.sdfjdsfkjlsd_090_gallery{background:#00000061;padding:2px 10px;border-radius:5px;position:absolute;color:#fff;z-index:0;bottom:15%;left:45%;text-align:center}
.sdfjdsfkjlsd_090_gallery_x{top:3%;right:1%;background:#00000061;padding:7px;border-radius:5px;position:absolute;color:#fff;text-align:center}
@media (max-width:1024px) {img.sadkajskdsa_788happy{width:48px!important;height:48px!important}}
.dsfsfe_details_ONw3{text-align:right;color: #000;font-family:'Open Sans',-apple-system,'Roboto','Helvetica Neue',sans-serif;font-size:14px;}
.egfrfews_JDISF_description{font-size:15px;word-wrap: break-word;line-height:160%;color:#000;font-family:'Open Sans',-apple-system,'Roboto','Helvetica Neue',sans-serif;border-top: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;padding: 15px 0px 15px 0px;}
@media (max-width:800px) {
table.sdfbwejbfjwek_UHDIUFB{display:none}
select.dsjfdskjbj_UHSUBA{width:31%}
}
@media (min-width:801px) {
table.sdfbwejbfjwek_UHDIUFBmob{display:none}
}
@media screen and (max-width:850px) and (orientation:landscape) {
li.sdfndkl_FDFS{margin-right:0px}
}
.elseadsnoactive_0890I{display:none}
a.sjdjmnidmw, li.sjdjmnidmw, a.tsXa {box-shadow: rgba(0, 0, 0, 0.0588235) 0px 4px 8px 0px!important;font-weight: 500;color:#0066f5!important;border: 1px solid #0066f5!important;border-radius:5px;padding:8px 8px;line-height:40px;margin: 3px 10px 3px 0px;}
span.tsXa:hover, a.tsXa:hover{color: #222!important;background-color: #ddeeff!important;box-shadow: rgba(0, 0, 0, 0.13) 0px 4px 8px 0px!important;}
span.tsXa {background-color: #e8f1f9;color: #222;font-size: 12px;font-weight: 500;line-height: 32px;padding: 0 16px;border-radius: 32px;display: inline-block;height: 32px;position: relative;white-space: nowrap;font-family: Arial,'Helvetica Neue',sans-serif;text-shadow: rgba(0,0,0,0.01) 0 0 1px;}
.dfgndfsl_JNFK{color:#fff!important}
select.dsfweknfs_JD{border-radius:5px;border:none}
.werknw_9UJF{box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;margin-right:10%;margin-left:15%;border-radius:10px}
.dfgnfdl_NF{float:right;border-radius:5px}
input.sdfwnel_JBKJDS:focus{background:#fff!important}
@media (min-width:999px) {
.dfsdf3W2F_ufF{margin-left:30px}
}
.owl-stage-outer{margin-left:10px}
td.sajdnl_jnsadnLO{width:100%}
td.dsfhskd_00USA0Dd{width:50%}
table.sbhdkjfb_JBJDdd{width:100%}
nav.c_m_a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}
.c_m_r{width:25%;-ms-flex-negative:0;flex-shrink:0}
.c_m_b{margin-bottom:20px}
.c_m_t{display:block;font-size:14px;line-height:20px;text-align:left;margin-bottom:5px;font-weight:700}
a.s_aq{text-decoration:none!important;border-bottom:1px solid transparent;color:#2b2b2b;-webkit-transition:border-color .2s;transition:border-color .2s}
ul.c_m_l{list-style:none}
li.c_m_i{font-size:14px;text-align:left}
a.c_m_li{color:#09f}
@media (min-width:1200px) {
.ewfwefwe_JJKSD78_7Dd{display:block}
}
@media (max-width:1199px) {
.ewfwefwe_JJKSD78_7Dd{display:none}
}
.chk_container{position:relative;display:block;cursor:pointer}
.enh_checkbox{padding-left:0px}
.enh_radio{padding-left:30px}
.chk_container input{position:absolute;z-index:-1;opacity:0}
.chk_indicator{width: 18px;height: 18px;border-radius: 4px;color: #fff;position: relative;display:flex;align-items: center;flex-direction: row;flex-shrink: 0;box-sizing: border-box;border: 1px solid transparent;transition: background-color 0.25sease;padding: 10px 10px;background: #ebebeb;}
.chk_container:hover input ~ .chk_indicator,.chk_container input:focus ~ .chk_indicator{background:#e6e6e6;}
.chk_container input:checked ~ .chk_indicator{background:#e6e6e6;}
.chk_container:hover input:not([disabled]):checked ~ .chk_indicator,.chk_container input:checked:focus ~ .chk_indicator{background:#e6e6e6;}
.chk_container input:disabled ~ .chk_indicator{pointer-events:none;opacity:.6;background:#e6e6e6;}
.chk_indicator:after{position:absolute;display:none;content:'';}
.chk_container input:checked ~ .chk_indicator:after{display:block;}
.enh_checkbox .chk_indicator:after{top: 2px;left: 7px;width: 4px;height: 10px;transform:rotate(45deg);border:solid #676767;border-width:0 3px 3px 0;}
.enh_checkbox input:disabled ~ .chk_indicator:after{border-color:#7b7b7b;}
.enh_radio .chk_indicator{border-radius:50%;}
.enh_radio .chk_indicator:after{top: 7px;left: 7px;width: 10px;height: 10px;border-radius:50%;background:#fff;}
.enh_radio input:disabled ~ .chk_indicator:after{background:#7b7b7b;}

.heading2{font-family:'Open Sans',sans-serif;font-weight:600;font-size:0.9em;color:#333;margin-bottom:10px}
.options{border-bottom:1px solid #e0e0e0;padding-bottom:10px;margin-bottom:10px}
.options_right{float:none;margin-left:20px}
.wait{display:none;position:fixed;z-index:1000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,.8) url('../images/ajax-loader.gif') 50% 50% no-repeat}.loading{overflow:hidden}.loading .wait{display:block}
.on_top_info{z-index:1001;position:fixed;width:500px;height:80px;line-height:80px;top:50%;left:50%;margin-top:-40px;margin-left:-250px;text-align:center;font-size:3em;color:#f02020;background:#fff;opacity:0;animation-name:fadeInOut;animation-delay:.5s;animation-duration:4s}
.swhatsapp_icon{display:inline-block;margin-bottom:-5px;margin-right:5px;background:url(../images/whatsapp2.png);width:24px;height:23px}
.twitter_icon{display:inline-block;margin-bottom:-10px;background:url(../images/twitter.png);width:32px;height:32px}
.website_icon{display:inline-block;margin-bottom:-10px;background:url(../images/website_url.png);width:32px;height:32px}
input.sdfjebwkbefewk_url_fe{height:40px;border-radius:5px;width:50%;border:2px solid #0066f5;padding:10px;font-size:15px}
@media(min-width:602px) {
.asdnlsnc_IJD_categ_mobile09{display:none}
.banner_mobile_header{display:none}
}
@media(max-width:600px) {
.qs_category{width:50%;}
.details-content{padding:10px 10px 30px!important}
.location{padding:0!important}
.asdnlsnc_IJD_categ_mobile09{background-color:#f9f9f9}
.list_mobile_09_ijd li{height:66px;line-height:66px;list-style-image:none;list-style-position:outside;list-style-type:none;display:block;clear:both;width:auto;text-align:left;margin-bottom:10px}
.list_mobile_09_ijd a{display:table-cell;color:#313131;font-size:15px;-webkit-box-shadow:0 1px 1px 0 hsla(0,0%,92%,.5);box-shadow:0 1px 1px 0 hsla(0,0%,92%,.5);color: #515151!important;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial;vertical-align:middle;font-weight:400;text-align:left;height:45px;width:500px;padding-left:10px;overflow:hidden;background:#fff}
.sdhfbsdk_JHSAJDNJB0sd{margin-left:20px}
.sdjnfjkbsdjk_NDKSANdsdd{margin-right:20px}
#choose_location{width:100%!important;padding:0 15px}
.list_mobile_09_ijd ul{list-style:none;list-style-type:none}
.YbAGgX{display:none}
}
.wide_btn2{background:#ea254c;background:#eb3b43;border-radius:5px;padding:8px 10px;color:#fff;text-align:center;margin-top:20px;font-size:1.1em}
.sdjfwkj_ENWKEFFjkejw{width:100%}
.sdjfwkj_ENWKEFFjkejw button{width:48%;float:right;display:inline-block;padding:10px 16px;vertical-align:middle;margin-left:5px;overflow:hidden;text-decoration:none;border-radius:3px;text-align:center;cursor:pointer;white-space:nowrap;border:1px solid #ccc!important;color:#000!important;background-color:#f1f1f1!important}
a.sdjfwkj_ENWKEFFjkejwa{background: #fc6e52;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;margin-top:15px;background:#fc5130;margin-bottom:15px;font-size:13px!important}
.sdfjwkjbf_JNjed{width:100%;height:auto;border-radius:3px;padding-top:22px;text-align:left;font-size:17px;margin-top:10px;margin-bottom:10px}
span.sdfjnwl_FJSKo44_USR{font-size:14px;color:#222;font-family:sans-serif;width:100%!important;text-align:left}
span.askdnl_HAW3{color:#757575}
a.askdnl_HAW3s{color:#757575!important;border-bottom:1px solid #757575}
span.sajdfjbd_JBASJ999{margin-left:2px;color:#757575;font-size:10px}
.htdut_register_user{width: 45%;max-height: 600px;box-shadow: 0 0 12px 0 rgba(0,0,0,.16), 0 8px 24px 0 rgba(0,0,0,.2);border-radius: 5px;border: none;background: #ffffffa8!important;}
a.wejrhwk_JSK_my_list{padding: 7px 5px!important;font-size:12px;color: #696868 !important;box-shadow: 0 0 4px 0 rgba(4, 143, 242, 0.43) !important;padding:10px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;border-radius:3px;cursor:pointer;white-space:nowrap;border:1px solid #ccc!important;background-color:#f1f1f1!important}
button.wejrhwk_JSK_my_list{box-shadow: 0 0 4px 0 rgba(4, 143, 242, 0.43) !important;padding:10px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;border-radius:3px;cursor:pointer;white-space:nowrap;border:1px solid #ccc!important;color:#222!important;background-color:#fff!important}
button.wejrhwk_JSK_my_list:hover{background:#edf4ff!important;}
a.dsjfjb_MYSjkd{height:auto!important}
a.dsjfjb_MYSjkdddf{box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;height:auto!important}
a.wejrhwk_JSK_my_list:hover{background:#edf4ff!important;}
a.premium_feat_user_UJDn8{background: #f4e3ff!important;}
a.dsjfjb_MYSjkdsadwwqdff{padding:5px 10px!important;height:auto!important;width:100%;margin-bottom:10px;font-size:14px}
.sadnl_premium_new_ads_tix{box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;border-radius:5px}
select.sdjbfkjwb_NSKDFNkdkkd,select.fdgrge_894JF {background-color:#fff!important;border: 1px solid #bdc3c7!important;border-radius:3px;background:url(https://img.tixrussia.ru/s/icon/small-down-arrow-icon-15593.png);background-repeat:no-repeat;background-size:16px 17px;background-position:right 7px top 10px;appearance:none;width:150px;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;outline:none}
.root-icon-wefsdfwTg{fill:#ffb0c1;-webkit-transition:fill .3s ease-out;transition:fill .3s ease-out}
textarea.sdjfnjwlsdkflnewfwefew{font-family: 'Open Sans', -apple-system, 'Roboto', 'Helvetica Neue', sans-serif!important;width:500px;border-radius:5px;border:2px solid #0066f5}
input.dkflnewfwefew{border:2px solid #0066f5}
.sdfjewk_jBJF{background:#00b05a!important;height:40px;line-height:40px}
span.s_sq {line-height: 20px!important;display:table-cell;font-size:13px;-webkit-box-shadow:0 1px 1px 0 hsla(0,0%,92%,.5);box-shadow:0 1px 1px 0 hsla(0,0%,92%,.5);color:#0066f5;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial;vertical-align:middle;font-weight:400;text-align:left;height:45px;width:500px;padding-left:10px;overflow:hidden;padding-left:20px;background:#fff}
div#div_region{background-color:#f9f9f9}
.box_JBDJ_djsdf{background:#fff;border:1px solid #e5e5e5;margin:5px;padding:10px;position:relative}
.iMZxQ{border-radius:5px;border:none!important}
.search-button-mob{display:none}
a.djfsn_OD4jf_r,h3.djfsn_OD4jf_r,span.djfsn_OD4jf_r{text-decoration:line-through}
span.sdjfbj_JND_show_number{margin-left:10%;float:left;text-align:left;}
a.dfgerwjd_JNDKjdn{box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%);width:100%;height:50px;font-size:17px;color:#fff;background:#0066f5;line-height:50px;border-radius:3px;border:none!important}
.else_phto_profile_joND{box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;border-radius:50%;background-color: #8041be;background-position:center;background-repeat:no-repeat;margin-top:7px;height:60px;width:57px;text-align:center}
.sdjbfjkcj_JNDKcm{width:100%;line-height:40px;padding:20px;border-radius:10px;background:#f9f9f9}
td.dsjfndskj___Iz{vertical-align:top}
input.sdfewew__JSKsdd[type="checkbox"]{display:none}
a.hbhj__i9j{height:45px;line-height:45px;width:100%;background:#42b876!important}
.cities_tix{display:inline-block;vertical-align:top;width:25%;padding:0 0 15px;list-style:none;margin:0 0 11px;font-size:14px;line-height:21px;border:0}
.cities_list__item a{color:#9b9b9b;text-decoration:none}
label.fjn___k1ff{margin:0 10px 20px 0}
.sdfwe___ui{display:inline-flex}
span.yut__jid{vertical-align:sub}
label.label_left_ioLJD__D{float:left;min-width:50%}
@media (min-width: 601px) {
span.dsfh___JNFf{margin-left:5px;line-height:31px}
.wjek__niEF{margin:1px 0!important;font-size:.9em!important}
span.djk__jnD{color:#222;font-size:1.2em;font-weight:600}
#nav li.mess{background-color:#5f6673!important}
#nav li.mylist{background:#ffffff!important}
#nav li:hover{background:#ffffff!important}
.hero-categories{margin-bottom:20px;margin-top:20px}
.hero-categories strong{color:rgba(222,219,219,0.7);color:#5181b8;font-weight:500;margin:0 12px 0 0;font-family:sans-serif}
.hero-categories ul,.hero-categories strong,.hero-categories li{display:inline-block;margin:0;padding:0}
.hero-categories li{color:rgba(255,255,255,0.5);color:rgba(33,33,33,0.5);margin:0 5px 0 0}
.hero-categories ul,.hero-categories strong,.hero-categories li{display:inline-block;margin:0;padding:0}
.hero-categories a{color:#68b35d;font-family:sans-serif;text-decoration:none}
.sadsadsd h1{backface-visibility:hidden;display:block;line-height:50px;font-size:46px;font-weight:600;font-family:sans-serif;margin:0;color:#fff;position:relative;text-align:center;top:-15px;text-shadow:0 1px #1c1717;transition:all .5s ease;transform:tanslate3d(0,0,1px)}
.sadsadsd p{backface-visibility:hidden;bottom:-15px;color:rgba(224,216,216,0.8);display:block;font-size:17px;margin:20px auto 0;max-width:60%;position:relative;text-align:center;line-height:25px;transition:.5s all .5s ease;transform:tanslate3d(0,0,1px)}
.bottom_notice{background-color:#272727d9;line-height:20px;font-size:14px;color:#fff;position:fixed;bottom:0;width:100%;z-index:101}
select.catselect{width:290px!important;min-width:218px;height:370px!important;max-height:700px;font-size:13px;color:#000;text-shadow: #3e3e3e 0px 0px;font-family: 'Open Sans', -apple-system, 'Roboto', 'Helvetica Neue', sans-serif!important;font-weight:500;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;padding:0px;border-radius:7px;outline:none!important;border:none!important;overflow-y:scroll}
select.mselect:hover{height:370px!important}
.categories{display:none}
.options_right{float:right}
.options_left{float:left}
}
@media (max-width:600px) {
.yandex__jkdd {width:320px;margin-top:10px;}
span.jasbkjdb_HBi {margin-left: 10px!important;}
.login-box{border:none!important}
h2.search_tabs.fb_inv{margin-left:10px!important}
.logo{margin-left:20px}
.hero-categories{display:none}
.sadsadsd p{display:none}
#quick-search{background-color:#f2f2f2}
#quick-search input,#quick-search select{width:100%;color:#858585;box-shadow: none!important;}
#quick-search input{border:0;border-radius:0;height:40px;width:100%!important;background:#fff}
.main_cat{padding-top:4px;height:54px;border-bottom:1px solid #bebebe;display:flex;display:-ms-flexbox;display:-webkit-flex;flex-direction:column;-ms-flex-direction:column;-webkit-flex-direction:column;-webkit-box-orient:column;-ms-justify-content:center;-webkit-justify-content:center;justify-content:center;text-align:center;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-flex:1}
.cat_title{font-family:'Roboto',arial,sans-serif;color:#3a77ff;font-size:17px;padding-bottom:10px;letter-spacing:.5px}
.main_cat:hover{background-color:#f8f8f8;opacity:.8}
.sadsadsd h1{display:none}
.select.catselect{height:auto!important}
select.mselect:hover{height:auto!important}
h1.fdggerge{display:none}
.newgeo{display:none}
#nav li.em{background:#68b35d}
.elsedesctopversionbanner_0DKJjfs{display:none}
.elsemobileversionbanner_UBJDur{display:block}
.asjbfjdsk_mobile{margin-left:15px!important}
.sdjbfjkcj_JNDKcm{width:90%!important}
td.dsjfndskj___Iz{display:block;width:99.9%;clear:both;vertical-align:top}
nav.jhkjrr___kdi{display:block}
input.dsj___ipr{width:75%!important;margin-left:50px}
.form_container select{width:180px}
li.ewjrjewrjwejnnfwekjfwkjf{display:none!important}
img.dfdsfwefweff{display:none!important}
#nav{top:0;width:80%!important;position:fixed;background:#fff!important;border-right:1px solid #ddd!important;z-index:10000;height:100%;left:-2px;overflow:scroll}
#menu_1{background-position:center;background-repeat:no-repeat;display:block;height:24px;width:24px}
li.gvuvhjvjjk{background:#0af;width:auto;height:150px}
.bhijbibiubiu{border-radius:50%;background-color:#fff;background-image:url(https://img.tixrussia.ru/s/icon/avatar.png);background-position:center;background-repeat:no-repeat;display:block;height:64px;position:absolute;margin-left:10px;top:10px;width:64px;margin-bottom:22px;overflow:hidden}
#nav li.show_search a{color:#000!important;border-bottom:none!important}
.search_circle{border:1px solid #000!important}
.search_rectangle{border:1px solid #000!important}
#nav li.post-listing a{background:#fff!important;color:#000!important}
#nav li{border-bottom:none!important}
#nav li.show_search{border-bottom:none!important;background:#fff!important;color:#000!important}
#nav li.vghvgjkvghcy{color:#000!important;background:#fff!important}
#nav li a{color:#000;}
#nav li.myt{background:#fff!important}
#nav li.myt:hover{background:none!important}
#nav li.vghvgjkvghcy:hover{color:#000!important;background:none!important}
#nav li.em{background:#fff!important}
#nav li.em:hover{background:none!important}
#nav li{border-bottom:none!important}
#nav li.vghvgjkvghcy{background:#fff!important}
#nav li:not(.post-listing) a:hover{background:#00c1f51c!important}
#nav li.mess:hover{background-color:#00c1f51c!important}
.search_icon{padding:0!important}
span.dsfgreggfctydl{padding-left:10px}
#nav li.show_search span{padding-left:0!important}
#nav li.mylist:hover{background:#fff!important}
#menu div{background-color:#20a6ff;}
.starfav.make-fav.starfav1{z-index:1}
#nav li.post-listing span{font-family:'Open Sans',-apple-system,'Roboto','Helvetica Neue',sans-serif;color:#08f;font-size:14px;vertical-align:bottom}
img.jndsjfnkjdvkjvkjs{width:10%;vertical-align:bottom;margin-right:5px}
.dfsfdskfjds{background:#ffffff;height:140px;border-right:1px solid #ccc;z-index:10000}
a.dsferferfer{color:#fff;display:block;margin-left:2px}
a.dsferferfer:hover{color:#fff}
.sjdfnlsfsdffewfwed{width:105px;height:40px;border-radius:5px;background-repeat:no-repeat;background-position:center;background-size:cover;background-color:#fff;border-top-left-radius:40px;border-bottom-left-radius:40px;border-top-right-radius:40px;border-bottom-right-radius:40px}
.item{padding:20px 0 0!important}
h2.shortcutqqjjdsfjdsk{top:35%;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;white-space:normal;color:#fff;font-size:12px;font-weight:700;line-height:18px}
.hvjhjjhljvjh{display:block!important}
.owl-next{display:none!important}
.owl-prev{display:none!important}
.sbdhgjdbfkjdbf{position:fixed;top:84%;left:0;z-index:2;padding-top:5px}
a.fdgn_F46sdfg{position:absolute;top:-5px}
.br_6YGsdfndj{display:block}
.form_footer .button{text-align:center;width:100%}
.classified h3.priority, .classified span.priority{padding-left:5px!important}
img.uhiugiygvuftyo{width:335px}
a.rfloat.med-btn.btn-green{margin-bottom:5px}
.fgtfyfydy{padding-left:10px}
.khghgjhgikbj{margin-left:5px;margin-right:5px}
.fdesc span{width:auto!important;font-weight:500}
.bkhhgkihjhbkjb{color:#fff!important;margin:10px 10px 20px 0 !important;padding:5px;border-radius:5px}
.rgrtgergergergerfer{background:transparent!important}
.br_8YGsdfndj{display:none}
.br_45sdf{margin-bottom:10px;margin-top:20px;margin-left:22px}
.lfloat.check_off{display:none}
.check_on{white-space:nowrap;text-overflow:unset;overflow:scroll}
.qq-upload-list{width:100%!important}
ul.hjguyfydtykctry{display:none}
label.dfgr5_4t4t4{color:#fff;left:45%;font-weight:600;font-size:17px;text-align:center;margin-top:10px;position:absolute}
.top-logo img{display:none!important}
li.vghvgjkvghcy.mylist{display:block!important}
li.vghvgjkvghcy.mess{display:block!important}
li.vghvgjkvghcyy.myt.dffdsfew{display:block!important}
span.asdasasd_DSDS{margin-left:13px}
.asncldsncldclsdckl{display:none}
select.fjdknfjbfk_7900_j{width:100%!important;border:2px solid rgb(112, 146, 254);border-radius:7px;background:url(https://img.tixrussia.ru/s/icon/small-down-arrow-icon-15593.png);background-repeat:no-repeat;background-size:16px 17px;background-position:right 7px top 7px;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;outline:none}
.hfgkhgfffkh7t7757{float:none!important}
td.sdjfnlsdfnl_778{text-align:left;padding-right:0}
span.dsfjnsdldsl_00{margin-right:0}
.djsnflsdl_879kmob{display:none}
span.sdfewfrewfef{margin-right:0;line-height:30px;}
.dsnflksdnfl_9U0{display:block;width:100%}
.listings_plan{max-height:800px;box-shadow: 0 0 12px 0 rgba(0,0,0,.16), 0 8px 24px 0 rgba(0,0,0,.2);border-radius: 7px;}
.djsnflsdl_879k{display:block}
.dskfmskdfmlsdfsdfds{margin-left:10%!important}
span.sdfnslkflskdfk_009{border:none!important;text-align:center;line-height:30px}
.form_heading{padding:10px!important}
.dsjbfksdjbjkds_IHSID{display:none}
input.serfnweif_UH_mobile{width:58%!important;margin-left:25px}
.sdfdsf_00SDYY{font-size:14px!important}
.top_search.fbc{text-align:left}
.fdsnwelkkefd_INFIo{margin-bottom:15px;line-height:35px}
.page_title h1{font-size:17px}
.q6Yz{left:0;overflow: hidden;width:100%;position: sticky;top: 0;z-index: 110;}
.gNhqY{/*position: relative;*/z-index:5000}
.tB4VZ{background:#ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;}
.d7bQv{-ms-flex-item-align:center;align-self:center;cursor:pointer;height:24px;-ms-flex-preferred-size:24px;flex-basis:24px;padding:0 4px;-ms-flex-negative:0;flex-shrink:0;position:relative}
.Hb3Ma{padding:4px 5px;position:relative;width:100%;max-width: 100%;}
.qs_keyword.qsf.relative{display:none!important}
.qs_location.qsf.relative{display:none!important}
.qs_distance_search.qsf{display:none!important}
input.csdfecew{display:none!important}
.qs_category.qsf{display:none!important}
.search-button.qsf{display:none!important}
.logo{display:none}
.qs_deletesa {display: inline-block;top: 14px;}
.dsfnwek_3f {-ms-flex-item-align: center;align-self: center;cursor: pointer;height: 24px;-ms-flex-preferred-size: 24px;flex-basis: 24px;-ms-flex-negative: 0;flex-shrink: 0;position: relative;margin-right: 5px;}
span.yNrHM {background-position: center;background-repeat: no-repeat;display: block;height: 16px;width: 16px;}
.tYnx4 {display:block;width: 50%;text-align: center;}
a.ds7hQ {position: fixed;background: #ffffff;color: #222;bottom: 5%;z-index: 2;border-radius: 50px;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;text-align: center;padding: 7px 10px 7px 10px;border: 1px solid #ffffff;}
a.ds7hQ:hover {color:#222 !important;}
.ergkerkfnwk_kNKFNK, b.ergkerkfnwk_kNKFNK  {font-size:15px !important;}
span.sdfewfew_DSFDSdsdfeaa {font-size:15px !important;padding: 10px 10px 10px 1px;}
span.sdfnslkflskdfk_009 {padding-left:0px !important;}
.ewrnwler2n3kn_NMINEQWwerw3 {display:block !important;}
.title_input,.description_input{width:100%;border-radius:4px;}
}
span.sdffe_HJ77855 {font-weight: bold;font-family: 'Manrope', Arial, sans-serif !important;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;font-size:20px;white-space: normal;color: #000000 !important;vertical-align: super;}
.description_plan{font-family: 'Manrope', Arial, sans-serif !important;font-weight: 500;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;font-size: 17px;}
.hfgkhgfffkh7t7757 option {padding: 7px 0px 7px 7px;font-size:15px;}
.ertger_kfgnerer_00FK {vertical-align: baseline;color:#0066f5;}
span.sdfewfew_DSFDSdsdfeaa {color: #222;font-size: 20px;font-weight: 700;padding: 10px 10px 10px 0px;}
.ewrnwler2n3kn_NMINEQWwerw3 {display:none;}
span.jasbkjdb_HBiX_form {padding: 9px;color: #222;padding-right: 10px !important;font-size:22px;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;border-radius: 7px;}
.werwefwr2_NDSKNKknk43 {display:none;}
.my-gallery img {height: 100%!important;}
.werewnfwekelr_NKIDAfd {right: 41%;float: right;top: -55px;position: relative;border-radius: 50%;background: #ffffff;padding: 13px 13px 11px 13px;border: 1px solid #b5b5b5;}
textarea.sdjfnjwlsdkflnewfwefew {width: 250px!important;}
.options_right {float: right !important;margin-top:10px;}
span.sdfknwk_0IS0AJDjbjas {padding: 7px 7px 7px 25px !important;}
i.bf__joij_t {position: absolute;right: 15px;top: 20px;}
img.has_img_Hi {max-height: 220px !important; min-height: 220px !important; object-fit: cover;}
.i___jUhdz {margin-right: 5px;text-align:right;}
.i_z_ni_a {margin-left: 2px;background:transparent !important;}
i.star__q {color:#ffaeae;}
i.highlighter__q {color:#7bcaff;}
i.link__q {color:#e143ff;}
i.rocket__q {color:#ff7b7b;}
i.video__qq {color:#ffd486;}
i.crown__q {color: #a8ec93;}
a.a___jasqs {text-decoration:none !important; color:#0066f5 !important;}
a.a___jasqs:hover {color:#ff7b7b!important;}
span.highl__qi {border-radius: 3px;line-height: 23px;padding:3px 3px 3px 3px !important;color: #fff;width: auto;background:#09f!important;}
span.highl__qi_q {padding:1px 1px 1px 0px !important;color: #fff;width: auto;background:#0099ff !important;}
.fdhj__nj {background: #fff !important;font-weight: 500;border-radius: 3px;font-size: 14px;margin: 10px 0px 5px 0px;}
span.sab__Nn {color:#157ee1;}
i.n__qrdcsI {color: #858585;margin-top: 4px;}
h1.jsbj___naq {font-size: 17px; line-height: 30px; font-weight: 400; color: #000000; margin-bottom: 10px; margin-top: 0;}
i.I_Jn_jd {color:#0066f5;}
img.o_anjM___n {object-fit:cover;width: 50px;height: 47px;border-radius: 50%;}
img.o_anjM___n_X {object-fit:cover;width: 50px;height: 47px;border-radius: 50%;}
a.asbd___BJdj {box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;padding: 5px;color: #222 !important;background: #d5d5d5;}
span.jkjk__jbNN {font-size: 16px;border-radius: 4px;color: #ffffff;background: rgb(255, 0, 74);padding: 7px;}
i.sd__ioMMd {position: absolute;right: 20px;top: 20px;color:#ffffff;}
.wkj__Ok {margin-top: 10px;border-top: none !important;}
span.hdbs__0J__jn4 {font-size: 12px;position: absolute;bottom: 30%;left: 8%;background: #4CAF50;padding: 0px 5px 0px 5px;border-radius: 50px;color: #fff;}
a.sdjn____nk {font-size: 0.9em !important; font-weight: 500;}
@media screen and (max-width: 600px) {
.jsd__mob1_i {padding: 0px 8px 0px 8px;}
.fdjg__KD{font-size:0.7em!important;}
img.XiUWq {min-height: 200px !important;max-height: 200px !important;}
img.XiUWq_o {min-height: 140px !important;max-height: 140px !important;object-fit: contain;background: #f5f5f5;}
img.lazy_XiUWq {min-height: 200px !important;max-height: 200px !important;}
.sadnl_premium_new_ads_tix {margin:10px;}
.ejfdsj____JEKi{margin:10px;}
.form_footer{margin:10px;}
.dsbfksd__NiND {width:50%!important;}
.ewrnwler2n3kn_NMINEQW {display:none;}
.htdut_register_user {width:100% !important;}
span.dsfh___JNFf {margin-left:30px;line-height:31px;}
.yandex-adaptive {width:317px;height:220px;}
.yandex-adaptive__q {width:317px;height:220px;}
.jwrnb__N {width:317px;}
.yandex-adaptive__e {width:317px;height:220px;}
.yandex-adaptive__i9 {width:305px;height:222px;}
.yandex-adaptive__i9_in {width:100%;height:222px;}
.yandex-adaptive__i9_inlat {width:100%;height:222px;}
.jdsf___NDKjj {width:317px;height:220px;}
.yandex__jkd {width:300px;}
.sdjfksdj__mob {display:block;}
img.fsjsk___JKD {width:64px; height:64px;object-fit:cover;border-radius:50%;}
.kdslfjg__JDF {width: 90%;margin-bottom: 10px;padding: 15px 20px 10px 5px;}
img.fjn__kNFgg {display:none;}
img.fjdngj___nNF {height: 50px;width: 50px;}
span.sdfds__NF_S {margin-left: 13px!important;top: -2px!important;}
ul.dshbfewovodsn {display: block;overflow-x: scroll;overflow-y: hidden;-webkit-overflow-scrolling: touch;white-space: nowrap;}
}
@media screen and (max-width:801px) {
.yandex-adaptive__i9_in {width:100%;height:222px;}
}
@media screen and (min-width: 601px) {
.dfger_____ooI {margin-left:10px;}
li.sdjf___kkKKD {display:none!important;}
.yandex-adaptive {width:660px;height:120px;}
.jdsf___NDKjj {width:290px;height:220px;}
.yandex-adaptive__e, .yandex-adaptive__i9, .yandex-adaptive__i9_inlat {width:290px;height:222px;}
.yandex-adaptive__i9_in {width:100%;height:222px;}
.yandex__jkd {width:439px;}
.sdjfksdj__mob, img.fsjsk___JKD, .kdslfjg__JDF, img.fjn__kNFgg, img.fjdngj___nNF {display:none;}
.yandex__jkdd {width:405px;}
}
span.addtofav, a.addtofav, a.remfav, a.addtofav_x, a.remfav_x {right: 0px;position: relative;top: 0px;z-index: 1;}
.jskx__mdI, .dij__djsejw {right: 10px;position: absolute;top:10px;z-index: 1;background-image: url(https://img.tixrussia.ru/s/stats/lover.svg);width: 24px;height: 24px;background-position: center;background-size: 100%;}
.jskx__mdI__add {right: 10px;position: absolute;top:10px;z-index: 1;background-image: url(https://img.tixrussia.ru/s/stats/heart.svg);width: 24px;height: 24px;background-position: center;background-size: 100%;}
i.sd____sq {text-shadow: 0px 0px 1px #525252, 0 0 0.3em #0066f5;color: #ffffff;}
.dsjkfn__jie {display:inline-block;}

@media screen and (min-width:701px) {
.dfjgn__JKD__d {width: 25%!important;}
span.dfhkgjr__NKF {padding-left:0px!important;}
}
@media screen and (max-width:700px) {
.dfjgn__JKD__d {width: 50% !important;}
img.sdfjnew___nKNF {width:300px!important;}
.werknw_9UJF {margin-right:5%!important;margin-left:5%!important;}
span.djsk__xxJnd {width:70%!important;}
.hdsj__djjs_INd {box-shadow: none!important;}
}
.sdfjnj___nknNFK {margin: 0px 0px 10px 0px;border-radius: 5px;width: 100%;text-align: left;color: #ffffff;padding: 1px 50px 1px 50px;background: #ff73b7;border: 1px solid #d7d7d7;}
.show_refine {position: fixed;bottom: 20%;right: 0;z-index: 10000;visibility: visible;opacity: 1;background:transparent !important;font-size: 1.2em;margin: 10px;cursor: pointer;}
.sdfewfwefew_94wr5if {margin-left: 0px;color: #ffffff;padding: 11px;background: #0066f5 !important;border-radius: 50%;}
@media screen and (max-width:1024px) {
.search_left{position:relative;width:100%;border-radius:0 10px 10px 0;margin: 0px!important;background-color: #ffffff!important;border:none!important;}
}
.djsnflsdl_879kmobv{display:block}
.dfn_m__m {background-color: #fff !important;height: 2.5px;margin-bottom: 4px;}
.dsn___md {border-radius: 1px; background: #fff; border: none !important;}

@media (max-width: 700px) {
iframe {width: 100% !important;}
.dsjfjskwoi{margin-top:28px;}
.col-6{padding:7px}
.dhdhs___issq{display:none;}
}
img.XiUWq, img.lazy_XiUWq {min-height: 160px; max-height: 160px;object-fit: cover;}
img.XiUWq_1, img.lazy_XiUWq_1 {min-height: 200px; max-height: 200px;object-fit: cover;}
img.lazy.loading_lazy {background: transparent url(https://img.tixrussia.ru/s/Xm2.jpg) no-repeat 50% 50%;}
.sajdnk____jiji {box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;background: #fdfdfd !important;border-radius: 10px;border: 1px solid #edecec;}
input.JDJ__jdBUt {outline:none;width: 100%;background: #ffffff;border: none;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;color: #0066f5;border-radius: 5px;height: 42px;line-height: 40px!important;text-align: center;font-size: 1.2em;padding: 0 40px 0 40px;}
input.JDJ__jdBUt:hover {background: #f7fbfe;}
.dsbfksd__NiND {text-align: left;line-height: 15px;float: left;margin-right: 15px;font-size: 12px;width: 60%;color: #858585;font-family: sans-serif;}
a.idfgm___NKD {background: transparent;color: #3de184;border: none;margin-top: 15px;outline: none;}
a.idfgm___NKD:hover {color: #fff!important;background: #00ad3e!important;}
span.fdfgfdr_KJNFK-fav-s{float: right;color: #fff;top: 10px;width: 15px;z-index: 7;text-align: center;font-size: 10px;line-height: 15px;background: #f95c5c;border-radius: 50px;height: 15px;}
.urgent_button {color: white;background: #c00000;font-size: 1em;text-align:center;height: 30px;line-height: 32px;border-radius: 4px;margin-bottom: 10px;padding: 0 10px;text-transform: uppercase;}
input.dsfjbk__sdn_U:focus {border: 1px solid #42c0ff !important; border-bottom:1px solid #42c0ff !important;outline: none;border-radius: 4px 0px 0px 4px !important;}

input.left_kenf {width: 100%;font-size: 13px;border: 1px solid #fafafa !important;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;outline: none;border-radius: 4px 0px 0px 4px !important;color: #555;padding: 10px 20px;-webkit-appearance: none;}
input.right_kenf {width: 100%;font-size: 13px;border: 1px solid #fafafa !important;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;outline: none;border-radius: 0px 4px 4px 0px !important;color: #555;padding: 10px 20px;-webkit-appearance: none;}
input.left_kenf:focus, input.right_kenf:focus {border: 1px solid #42c0ff !important; border-bottom:1px solid #42c0ff !important;outline: none;}
input.left_kenf:focus {border-radius: 4px 0px 0px 4px !important;}
input.right_kenf:focus {border-radius: 0px 4px 4px 0px !important;}
.sxL {vertical-align: top;margin-right: 5px;margin-top: 10px;width:21px;height:21px;}
.abcRioButtonBlue {background-color: #ffffff!important;border: none;color: #0066f5!important;}
i.dsdj__exit_box {border-radius: 50%;height: 30px;text-align: center;width: 30px;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;line-height: 20px;background: #ffffff;padding: 5px;border: 1px solid #0066f5;}
.sdh___iwRk {margin-top: 15px !important;position: relative;top: 15px;left: 10px;}
i.dsjf__jdje {height: 20px!important;font-size: 11px!important;width: 20px!important;line-height: 10px!important;padding: 4px!important;}
a.dfhjss___kde:hover{background:transparent!important;box-shadow: 0 0 8px 0 rgba(181, 0, 30, 0.63) !important;}
button.dfjg__IFbutton_I {cursor:pointer;padding: 0px 15px;background: linear-gradient(21deg, #dd03e4, #5611ec);border: none!important;border-radius: 0px 3px 3px 0px;height: 35px;}
.hdomded__block {height: 230px;padding: 5px;}
.hdomded__block a{box-shadow: 0 0 10px rgba(95, 125, 149, .3);background-color: #fff;padding: 40px 20px;text-align: center;display: block;border-radius: 3px;height: 100%;transition: transform 150ms cubic-bezier(.25,.46,.45,.94), box-shadow 150ms cubic-bezier(.25,.46,.45,.94);}
.hdomded__block span {font-size:12px;color: #374957;display: block;margin-top: 18px;}
.hdomded__block a:hover {transform: translateY(-10px);box-shadow: 0 15px 20px rgba(95, 125, 149, .2), 0 0 10px rgba(95, 125, 149, .3);}
li.dshbh__iiiimnJ {display: inline-block;list-style: none;width: 24%;vertical-align: top;}
ul.dkjskdk__jJ {width: 100%;margin-bottom:30px;text-align:center;}
.hdomded__block img {width: 64px;}
.caption__sjajdx {cursor: pointer;display: block;}
.hdsj__djjs_INd img{width:64px;height:64px;}
.djx__ZxKxss {height: 190px;margin-bottom: 10px;font-size: 14px;text-align: left;}
span.djsk__xxJnd {width: 80%;float: right;line-height: 30px;font-family: sans-serif;}
.hdsj__djjs_INd {margin-bottom:20px;}
.sdh__JDNJJnd_IId {position: absolute;z-index: 2;font-size: 9px!important;color: #ffffff!important;font-weight: 500!important;margin: 10px;padding: 1px;bottom:5px;left:2px;}
a.sdj__Od67 {color: #fff;line-height: 30px;}
a.sdj__Od67:hover {color: #fff;}
a.skdj__68 {margin-left:5px;color: #ffffff;font-size: 17px;text-transform: uppercase;}
a.juhj__65 {height: 50px;color: #0066f5;font-weight: 500;}
i.hvhd__88 {font-size: 12px;}
img.djsk__89 {width:40px;margin-top: -5px;height:40px;object-fit:cover;border-radius:50%;}
img.djsk__90 {object-fit:cover;border-radius:50%;}
span.dsj_90{text-shadow:none;color: #939393;font-size:15px;float: right;vertical-align: middle;}
img.saj_91{width: 40px;margin-top: -5px;}
li.dsj__8i8{display: inline-block;margin-right: 15px; margin-top: 12px;}
li.sdk__Od8{display: inline-block; float: left;}
select.fdgd_Ims9{width: 20px;position: absolute;left: 15px;padding: 15px!important;display:block!important;border: none!important;outline: none;}
input.sdj_n1{box-shadow: none!important;}
.skd_inf1, li.skd_inf1{display:inline-flex!important;align-items: center;}
span.sdz__os{margin-right: 17px;}
i.sdj_00{color:#36afff;}
i.csjj__s{color:#ffffff;}
.sdj__01, a.shs_00 {margin-top: 10px;}
a.sdj_09 {height: 60px!important;}
a.shs_001, a.shs_00 {border-bottom: none!important;color: #222!important;}
.sjd__9s {position: absolute;right: 4%;top: 4%;}
i.fdks__s {color:#858585;}
sub.sdj__09Jm {margin-left: 3px;color:red;font-size:13px;}
img.cjs__s {z-index: -1;object-fit: cover;max-height: 250px;max-width: 1300px;border-radius: 5px;}
hr.sdk_O {background: #ececec;}
i.djsd_iu {color:#36afff; font-weight:600;}
.dfjs__Ond {text-align: center; position:relative;}
span.sjs__i9 {text-transform: none;font-size:18px;}
.jjs__s7 {border-top:0px !important;}
.dj_0KjNS {width:100%;}
a.sj_00K {font-size:1em;}
.qsg_h9 {padding: 0px 18px 0px 18px;}
ul.sjs_09s {padding: 0 0 0 10px!important;}
.djs_54 {color:#858585; font-family:sans-serif;font-weight:500;}
span.ssa09a {padding: 0!important;}
h2.zz_KS {font-size: 20px;}
h3.zz_KSz {font-size: 15px;}
span.sj_0js {font-size:12px;font-weight:600;}
.sjs_0k {font-size: 15px;margin-bottom: 15px;color:#222;}
a.k_0ks {word-wrap: inherit;}
svg.dkd_OM {margin-right: 10px;height: 13px; width: 13px;float: right;margin-top: 30px;}
i.dks_KS {color:#36afff;font-weight:600;}
label.dsk_0J {color: black!important;}
img.h_js {width: 64px;}
img.sd_i {width: 28px;}
.sdj_IDAD {margin-right: 15px;z-index:2;}
span.dsh_9id {font-size:18px;}
i.sh_Ons {color:#ffffff;}
a.zos_i {z-index: 1;}
.jd_JSq {color: #757575;}
.sd__j1 {font-weight: 800;}
a.SD___1q {color:#222 !important;}
.dj__9h {bottom: 85px;position: absolute;line-height: 26px;height: 25px;}
.sdh__yand_JD {height: 220px;}
label.d_1hjj_j {font-size: 0.9em;color:#777!important;font-weight: 500;}
ul.sdj__0KTY {float: left;width:25%;min-height: 700px;list-style:none;}
.jjdoj_jJD {margin-top:20px;}
.jjdoj_jJD ul {width:25%;float:left;padding-left:30px;}
.jjdoj_jJD li{list-style-type:none;margin: 10px 0px 10px 0px;}
.jjdoj_jJD {color:#777;font-size:1em}
.jh__0I3 {margin-left: 20px!important;margin-top:30px!important;}
.select2-container {width: 100% !important;}
.select2-selection__rendered {outline: none!important;border-radius:7px!important;}
.select2-container .select2-selection--single{outline:none!important;border:none!important;}
.qG8z_q {color:#0099ff;margin-left: 8px;margin-bottom:10px;}
.ejhjd__0jkojo{color: #ffffff;font-size: 18px;display: inline-block;width: 90%;}
.fjskbdjsbejs___NK {background: rgba(213, 150, 255, 0.94)!important;padding: 15px;margin-bottom: 10px;display: inline-block;width: 49.5%!important;border-radius: 5px;}
.dsnflsk__0iodj {display: inline-block;width: 10%;float:left;}
a.ajjsbadjbwj_NKDN {color:#ffffff;border-bottom:1px solid #ffffff;font-size:14px!important;}
.dskdl___kndeeff {width: 100%;display: inline-block;}
@media (max-width:800px) {
.item_box {width:100%!important;}
.dskdl___kndeeff {display:none;}
.sdkgfnkwwlek {display:none;}
.dskfnsllrlw {width:100%;}
.dkslkd_JS {width:100%!important;}
}
@media (min-width:801px) {
  .dskfnsllrlw {width:60%!important;}
}
@media (max-width:1024px) {
input.dfgwwd__KJkd {width: 96%;}
li.djsXXDd {display:none;}
}
input.dfgwwd__KJkd {width: 350px!important;float:left;}

.jkshdj__JNKD {-webkit-font-smoothing: subpixel-antialiased;font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;color:#0066f5;}
ul.djsnc_JDMcne li {line-height: 23px!important;}
.hX8Mx {padding-left: 0px !important;}
.free_mHS{color:#222;background:transparent!important;font-size: 18px;}
i.nJha8 {color:#ffb0c1;}
strong.xksq {font-weight: 500;font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;}
.Mdm1X {color: #0066f5;margin-right: 15px;}
.mdSP0 {line-height: 25px;}
.deUi_X {color: #0066f5;font-size: 15px;}
.fkS_X{color:#0066f5!important;}
.dk13_fX {font-size: 13px;}
.dmms_Mt {margin-top: 15px;}
.red_X {color:red!important;}
.green_X {color:green!important;}
img.dkX_svg {width:24px;vertical-align: middle;;}
.gnRE {background: url("https://img.tixrussia.ru/s/fav_x.svg"); height: 24px;width: 24px!important;}
.gnxXa {background: url("https://img.tixrussia.ru/s/heart.svg"); height: 24px;width: 24px!important;}
.gnREd {background: url("https://img.tixrussia.ru/s/running.svg"); height: 24px;width: 24px!important;}

.noty_gnRE {background: url("https://img.tixrussia.ru/s/noty_xY.svg"); height: 24px;width: 24px!important;transform: rotate(-20deg);}
.news_gnRE {background: url("https://img.tixrussia.ru/s/news.svg"); height: 24px;width: 24px!important;transform: rotate(30deg);}
.balance_user {background: url("https://img.tixrussia.ru/s/business.svg"); height: 11px;width: 11px!important;}
.noty_mess {background: url("https://img.tixrussia.ru/s/messages.svg"); height: 24px;width: 24px!important;}
.noty_reload {background: url("https://img.tixrussia.ru/s/reload.svg"); height: 24px;width: 24px!important;}

.more_gnRE {background: url("https://img.tixrussia.ru/s/more.svg"); height: 24px;width: 24px!important;}

.check_gnRE {background: url("https://img.tixrussia.ru/s/checkbox_x.svg");width: 13px;height: 13px;margin-right: 5px;display:inline-flex;}
.disp_0k {display:inline-flex;vertical-align: middle;}

li.sd__Okdsaq {height:30px;}
.frjbdsje_kNDK {position: relative;display: block;border-radius:4px;background-color: rgb(255, 255, 255);color: rgb(51, 51, 51);transition-duration: 0.4s;transition-timing-function: ease-in-out;transition-delay: initial;transition-property: box-shadow;box-shadow: rgba(0, 0, 0, 0.0392157) 0px 2px 4px 0px;}
.frjbdsje_kNDK:hover{box-shadow: rgba(0, 0, 0, 0.0784314) 0px 8px 16px 0px;}
@media (max-width:600px) {
img.has_img_Hi {max-height: 150px !important;min-height: 150px !important;object-fit: cover;
}
}
.ndX_xX {border: 1px solid rgb(255, 255, 255)!important;}
.nQ0 {padding: 0px 5px;}
.nQ0_S {padding: 5px;}
.ke_X12 {padding:7px!important;}
.highlited_X {border: 1px solid rgb(112, 146, 254)!important;}
.highlited_Y {border: 1px solid rgb(255, 255, 255)!important;}
.urg_X {background: rgb(122, 112, 254)!important;font-size: 12px;margin-top: 5px;}
img.x_St_X {width:18px;}
img.x_St_X_n {width:18px;vertical-align: sub;}
.djX_0m {display: block;padding-bottom:2px; color:#0066f5;background-image: url(https://img.tixrussia.ru/s/delete_x.svg);width:15px;height: 15px;background-position: center;background-size: 100%;}
.djX_0mX {background-image: url(https://img.tixrussia.ru/s/arrow_right.svg)!important;display: inline-block!important;vertical-align: text-top;}
.dkq_sX {color: #fff!important;background: #0066f5;border-radius: 5px;padding: 5px;}
.dX_0Xk_1 {display: inline-block;height: 21px;width: 21px;background-image: url(https://img.tixrussia.ru/s/call.svg);background-repeat: no-repeat;background-size: 100%;vertical-align: middle;margin-right: 8px;}
.dX_0Xk_2 {display: inline-block;height: 21px;width: 21px;background-image: url(https://img.tixrussia.ru/s/mess.svg);background-repeat: no-repeat;background-size: 100%;vertical-align: middle;margin-right: 8px;}
.fms_KFP_KD {color: #ffffff!important;float: left;font-family: sans-serif!important;position: absolute;bottom: 85px;left: 18px;max-width: 66%;background-color: rgba(0, 0, 0, 0.43);border-radius: 5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.dkfv_OFD {margin-bottom: 4px;padding: 5px 7px;color: #ffffff;border-radius: 4px;}
a.dkfv_OFD:hover {color:#fff!important;}
.fkv_0MCMD {margin-bottom: 7px;}
.fkcn_0DDDKD {padding: 5px 7px;color: #ffffff;border-radius: 4px;}
.fkcn_0DDDKD:hover {color: #ffffff;}
a.sdkmfskl_KDJS {color: #007bcd;font-weight: 700;}
a.sdkmfskl_KDJS:hover {color: #ff6163;opacity: 0.8;}
.al_left {text-align: left!important;}
.al_right {text-align: right!important;}
.al_center {text-align: center!important;}
.x89_Om {font-size: 1.1em!important;}
.X_mD0_81 {width: 100%;max-width: 1200px;overflow: hidden;overflow-x: auto;overflow-y: hidden;white-space: nowrap;}
.X_mD0_82 {height:auto!important;}
li.X_mD0_83 {position: relative;display: inline-block;text-align: center;margin: 0 10px}
a.X_mD0_84 {color: #222!important;font-weight: 600;}
img.X_mD0_85 {display: inline;width: 110px!important;height: 90px;}
.X_mD0_86 {margin-left:-17px;}
.X_mD0_89 {margin-top:5px;}
.X_mD0_91 {margin-left:10px!important;}
li.X_mD0_92 {font-weight: 600;}
.help_cursor {cursor: help;}
.X_mD0_93 {background-image: url('https://img.tixrussia.ru/s/cRpWOVFEazl8wyn9pSRVJiwY4Jg.svg');background-position: center;position: absolute;top: -3px;right: 2px;width: 42px;height: 42px;cursor: pointer;border-radius: 50%;background-color: #ffffff;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;}
.X_mD0_94 {width:320px!important;}
hr.X_mD0_95 {background-color: #e8e8e8;}
.X_mD0_96 {margin-left:0px;}
.X_mD0_97 {border: 1px solid rgb(255, 255, 255)!important;}
.X_mD0_98 {padding: 20px 0px 0px 20px;}
.X_mD0_99 {font-size:25px;}
.X_mD0_100 {font-size:14px!important;}
img.X_mD0_101 {width:20px!important;}
.X_mD0_102 {padding: 10px;}
.X_mD0_103 {line-height:40px;color:#222;}
.dj_XQ0 {background-color: #ebebeb;width: 60px;height: 60px;position: absolute;z-index: -1;border-radius: 50%;margin-top: 15px;margin-left: 37px;}
.dXsl__N {width: 150px;margin-left: -7px;max-width: 150px;white-space: break-spaces;}
.dknfXk{vertical-align: top;}
@media (max-width:901px) {.djnisd_mscmow {width:100%!important;border: 1px solid #bdc3c7!important;border-radius: 3px;background: url(https://img.tixrussia.ru/s/icon/small-down-arrow-icon-15593.png);background-repeat:no-repeat;background-size:16px 17px;background-position:right 7px top 7px;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;outline:none}}
@media (min-width:1024px) {.item_box {width:30%!important;}.dishfi__oJ{display:block!important;}}
#dcnis {position: relative;margin-right: 7px;font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;font-size: 11px!important;color: #006de7;}
.dcnis_0 {position: relative;margin-right: 7px;font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;font-size: 11px!important;color: #006de7;}
#dcnis::after {font-size: 13px!important;font-weight: 500;z-index: 20;content: attr(data-tooltip);position: absolute;width: auto;left: 0;right: 20px!important;font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;top: 0;background: #fff;border-radius: 3px;color: #000;padding: 10px;box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);pointer-events: none;opacity: 0;transition: 1s;font-size: 11px;}
.dcnis_0::after {font-size: 13px!important;font-weight: 500;z-index: 20;content: attr(data-tooltip);position: absolute;width: auto;right: 20px!important;font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;top: 0;background: #fff;border-radius: 3px;color: #000;padding: 10px;box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);pointer-events: none;opacity: 0;transition: 1s;font-size: 11px;}
#dcnis:hover::after {opacity: 1;top: 2em;}
.dcnis_0:hover::after {opacity: 1;top: 2em;}
@media (min-width:310px) {#dcnis::after {width:170px!important;}}
.dkcjd_xXC {box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;background: #ffffff;padding: 6px 5px 6px 5px!important;color: #000;border-radius: 5px;}
.djnsod_0XV {font-size: 15px;vertical-align: middle;}
.djsbjf_0C {font-size: 15px;vertical-align: middle;}
.djsbj_7Nd {font-size: 14px;color: #0066f5!important;background:transparent!important;box-shadow:none!important;height: auto;line-height: normal;}
.djksd_0KS {border:none!important;}
.djsfkjew_M {display:none;}
.dddskfnjs{position:relative;}
.d0_7a {color: #0066f5;line-height: 24px;font-weight: 500;}
.Kks__kA {width: 90%;font-size:13px!important;}
.JDJC_0s {background:rgb(57, 190, 15)!important;}
.dk_0M_P {background:rgb(101, 115, 126)!important}
.sakl___0 {max-width: 200px;border-radius: 0px 0px 30% 30%;}
.asdjk__0 {text-align:left;line-height: 35px;}
.dsjk__7 {padding:5px;}
.ksd__78s {width:25%;height: 400px;text-align: center;}
.dsjks_9 {height:auto!important;}
.ads_block_0ic {max-width: 308px!important;width:100%;margin-left:10px;}
.text_left {text-align:left;}
.djsk____7s {width:75%;margin-bottom: 15px;}
.weig600{font-weight:600;}
.dishfi__oJ{display:none;}
.mb5px {margin-bottom:5px!important;}
.turbo_x {background: #4dc145!important;}
.edit_x {background: #5766af!important;}
.edit_images {background: #377fcf!important;}
.x_pw1 {float:right;margin-left:10px!important;}
.djc_0qn {width: 60px;height: 40px;background: #fff;border-radius: 50%;}
.div_0qI {float:right;margin-left:10px!important;}
.div_0wU8 {margin-top: 10px;text-align:left;margin-right:15px;}
.dk_ow6D {font-size: 13px;color: #858585;}
.dk_0KDC {font-size: 15px;}
.sj_093_1 {margin:7px 0px 7px 0px;}
.id_0EF_X {font-size:14px;color: #7c7c7c;}
.Ks_0SXe {font-size:14px;color: #000;}
.sjd_0sc7{height: 100px;padding: 20px;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;border-radius: 5px;margin-bottom: 10px;font-size: 14px;text-align: left;}
.w_80ceil {width: 80%;}
.w32h32 {width: 32px;height:32px;}
.color_fff{color: #fff!important;}
.dk_03xX8 {border: 1px solid #0066f5;border-radius: 3px;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;}
.dkc_DC_Os {color:#000!important;background:transparent!important;margin-left:-10px!important;box-shadow:none!important;}
.dkc_03c_7 {margin-bottom:20px;line-height:40px;color:#222;}
.c_157ee1 {color: #6d6d6d!important;text-shadow: inherit;}
.c75{color: #757575!important;}
.color_grad {color: rgb(255, 96, 96);}
.font_w_500 {font-weight: 500;}
.dk_0KEF {color: #757575;font-size: 13px;}
.djc_0M3DF{border-radius: 5px;background-color: rgba(141, 244, 74, 0.59);}
.color_222 {color: #222;}
.dkf_kEF_K {font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;font-weight: 500;color: #858585;}
.x_0F_0md {box-shadow: none!important;background: transparent;font-weight: 500;color: rgba(0, 0, 0, 0.92)!important;border: 1px solid #f1f1f1!important;}
.store_class{color: #222;font-size: 17px;font-weight: 600;font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;}
.dk_store {padding:10px;line-height: 30px;}
@media (max-width:700px) {
.store_class {font-size:11px!important;}
}
.jdc_phone_x_1 {display: block;height: 100%;width: 100%;z-index: 1000;background:#ffffff;left:0;right:0;bottom:0;padding:15px;top:0;overflow-y: auto;position: fixed;}
@media all and (max-width:1024px){
  .jdc_phone_x, .quick_refine {display: block;height: 100%;width: 100%;z-index: 1000;background:#ffffff;left:0;right:0;bottom:0;top:0;overflow-y: auto;position: fixed;}
  .jkshdj__JNKD {font-size: 14px;color:#000!important;}
  div.hide_refine{margin-top: 5%;box-shadow: 0 0 8px 0 rgba(4, 143, 242, 0.18);width:100%;font-size:1.2em;display:none;color:#0099ff;padding:8px 10px;margin-bottom:10px;cursor:pointer}
div.hide_refine:hover {color:#ffffff;background:#0066f5;}
.xkd_0O {display:none;}
.djd_KEW {width:100%!important;}
.jdc_0JDR {width: 100%!important;}
.djf_kEF {display:none;}
.xie_i3FD {width:100%!important;}
}
@media all and (min-width:1025px) {
  .jdc_0JDR {width: 75%!important;float: left;}
  .djf_kEF {width: 24.5%!important;float: right;}
  .xie_i3FD {width:71%!important;padding-left: 0px!important;}
  .rclass {padding: 0px 10px 10px 20px!important;}
}
@media (min-width:1025px) and (max-width:1290px){
.xkr_oe {width: 30%!important;}
}
@media all and (max-width:770px) {
  .jdnc_0KD {display:none;}
  h2.djfocem, span.djfocem {font-size: 20px!important;}
  .fS_01 {font-size: 12px;}
}
.xie_i3FD {min-width: auto!important;}

h3.asj__Jnddd, .asj__Jnddd_featured, .asj__Jnddd {-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;font-size: 14px;line-height: 35px;font-weight: 600;letter-spacing: 0.02em;color: #000000!important;}
@media (max-width:350px) {
  span.asj__Jnddd {font-size:12px;font-weight: 600;color: #0585da;}
  .dsajhd__Jd {font-size:12px;}
}
h2.djfocem, span.djfocem{margin-left: 5px;color: #000;font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-weight: 600;line-height: 40px;font-size: 25px;}
.x_0 {line-height: normal;}
.kdm_0n{height: 200px;padding-left: 0px!important;}
input.bgkj___bk:hover{background:#0099ff;color:#ffffff!important;}
input.bgkj___bk{width: 100%;border: 1px solid #ccc;box-shadow: 0 0 8px 0 rgba(4, 143,242, 0.43) !important;border-radius: 3px;padding: 9px 0;line-height: 10px;text-align: center;outline: none;font-size: 14px;height: 40px;background: #ffffff;cursor: pointer;color: #222!important;vertical-align: bottom;-webkit-appearance: none;}
.lx_x {right: 10px!important;left: unset!important;bottom: 40%!important;top:unset!important;}
.jf_o30k_kf {width:90%!important;}
.djfj_oeo0, .djfj_oeo0_q, .ifrofj_prior, .dfhoie_lv, .hohwqwqwwue, .ahsihgoa, .shdgigufiejd {white-space: nowrap;overflow: auto;}
img.ffhvni_9ek, img.fjvm_0ru3, img.fkvm_0e9ik4, img.xxxs_die, img.fjvm_0ru356, img.shdgigufiejd, img.jhsdhfowoe, {display: inline-block!important;}
.classified:hover {background: #f9f9f9;}
li.socia_share_0 {display: inline-block;height: 30px;width: 30px;line-height: 30px;}
span.social_share_X {border-radius: 3px;background-repeat: no-repeat;background-position: center;vertical-align: baseline;display: inline-block;height: 30px;width: 30px;line-height: 30px;}
span.socia_share_Y {display: block;height: 100%;border-radius: 3px;background-repeat: no-repeat;background-position: center;}
span.social_color_lg {background-image: url(https://img.tixrussia.ru/s/social_networks/share/diuiduejmd0.svg);background-color: #14a1da;background-size: 18px auto;}
span.social_color_mail {background-size: 20px auto;background-color: #0089e7;background-image: url(https://img.tixrussia.ru/s/social_networks/share/mail_iduyjde.svg);}
span.social_color_twitter {background-size: 20px auto;background-image: url(https://img.tixrussia.ru/s/social_networks/share/twitter_09e8jod.svg);background-color: #55acee;}
span.social_color_fb {background-size: 10px auto;background-image: url(https://img.tixrussia.ru/s/social_networks/share/fb_087ewuj.svg);background-color: #3b5998;}
span.social_color_ok {background-size: 14px auto;background-image: url(https://img.tixrussia.ru/s/social_networks/share/uytigiojii.svg);background-color: #f2720c;}
span.social_color_vk {background-image: url(https://img.tixrussia.ru/s/social_networks/share/vk__2.svg);background-color: rgb(0, 119, 255);}

.icon_free {width: 200px;text-align: center;border-radius: 5px;padding:7px;}
.icon_free_x {background: #fcf7f7;border: 1px solid #798dff;}
.icon_free_y {background: #f4f6fe;border: 1px solid #f39dff;}
.icon_free_u {background: #fff4f4;border: 1px solid #ff82a9;}
.icon_free_i {background: #f4fff4;border: 1px solid #9cc993;}
.icon_f_x {color:#000;font-weight:600;font-size:13px;}
.x_img_fr {width: 120px;padding:15px;}
.sfhj_0s {position: absolute;bottom: 24.8%;padding: 7px 10px 0px 10px;background: rgb(244, 78, 78);color:#fff;border-radius: 0px 50px 0px 0px;font-size: 11px;}

.myblockbottom_x {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 2%;
  height: 220px;
  padding: 10px;
  text-align: center;
  z-index: 10;
}
.myblockbottom__close_x {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    transition: all .3s ease-out;
    z-index: 5;
    top: -15px;
    cursor: pointer;
}
.myblockbottom__close_x::after, .myblockbottom__close_x::before {
    content: '';
    position: absolute;
    top: 10px;
    width: 24px;
    height: 3px;
    z-index: 6;
    background-color: #8f9cb5;
}
.myblockbottom__close_x::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.myblockbottom__close_x::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

@media (min-width:801px){
.classified h3 {font-size:15px!important;font-weight: bold;text-shadow:none;}
}

.params_auto {margin-top: 2px;margin-bottom: 2px;color:#000000;font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;font-size: 12px!important;line-height: 14px!important;}

a.tsXa_index {color: #0066f5!important;border: none!important;}
a.tsXa_work {background: #f86210!important;}
a.tsXa_cars {background: #11b904!important;}
a.tsXa_real_estate {background: #5410f9!important;}
a.tsXa_service {background: #c90058!important;}
.box_shadow_none {box-shadow:none!important;}
.cej_0w {font-size: 22px;color:#000;font-weight: 400;line-height: 40px;}
.dlc_9_kf {width:22%;}
.dlc_9_kg {width: 48%;}
.dlc_9_kh {width: 30%;}
.fi_084kf_i {background: #09f;padding: 7px;color: #ffffff;border-radius: 3px;}
.dj0_IR0 {font-weight:700;color:#000;font-size:13px;}
.dk_93iie_oe {color: #b3b2b2;font-size: 12px;}
.fw500 {font-weight: 500!important;}
.fw600 {font-weight: 600!important;}
.fw700 {font-weight: 700!important;}
.tix_market_wiget_x {box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;background: #fdfdfd !important;padding: 10px;border-radius: 4px;}
.cfl_0KR {width: 60px!important;height: 60px;border-radius: 50%;object-fit: cover;}
.dimO_93I_kf {margin-top: -1px;background: #f5f5f5;padding: 20px;}
a.fi_084kf_i:hover {color:#ffffff!important;}
.padding_q {padding: 0 10px 10px 10px!important;}
.s_l_title {color: #000000!important;overflow: hidden;padding: 3px 3px 3px 0px;white-space: nowrap;height:auto!important;line-height: 16px!important;}
.img_sl_d {border-radius: 5px!important;}
.padding_5{padding: 5px!important;}
.s_res_web {width: 650px;}
.img_s_l_featured {min-height: 156px!important;max-height: 156px!important;object-fit: cover;}
.img_s_l_gallery_mob {min-height: 140px!important;max-height: 140px!important;object-fit: cover;}
.img_s_l_featured_mobile {min-height: 208px!important;max-height: 208px!important;object-fit: cover;}
.important_p_0 {padding: 0px!important;}
.mobile_0dme {padding: 5px!important;background:#ffffff!important;}
.dhf_9ej3 {width: 140px!important;}
.dfk_93fk_oef {min-height: 0px!important;height:auto!important;}
.fkr_03ei3 {flex: 0 0 35px!important;-webkit-flex: 0 0 35px!important;-ms-flex: 0 0 35px!important;}
.fkr_0dje4 {width: 20px;height: 20px;top: -7px!important;right:1px!important;}
.die_foto_prof {border-radius: 50%;width: 60px!important;height: 57px!important;}
.w20h20 {width: 20px;height: 20px;}
.transform90 {transform: rotate(90deg);}
.v_al_sub {vertical-align: sub;}
.usl_top {bottom: 7px;position: absolute;right: 9px!important;}
.box_border_t {border: 1px solid transparent!important;}
.bg_tansparent {background: transparent!important;}
.v_al_top {vertical-align: text-top;}
.color_000 {color: #000000;}
.color_bc06e6{color:#bc06e6;}
.color_23 {color: #232323;}
.color_85 {color: #494949;}
.color_555{color:#313131;}
.c09f {color: #0099ff;}
.isme_0wk2 {overflow-x: scroll;color: #000;font-weight: 400;line-height: 28px;overflow: hidden;font-size: 20px!important;}
@media (min-width:1024px) {
  .isme_0wk2 {width:80%!important;font-size: 25px!important;}
  }


.preloader_xz {position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #e0e0e0;z-index: 1001;}
.preloader__row_xz {position: relative;top: 50%;left: 50%;width: 70px;height: 70px;margin-top: -35px;margin-left: -35px;text-align: center;animation: preloader-rotate 2s infinite linear;}
.preloader__item_xz {position: absolute;display: inline-block;top: 0;background-color: #337ab7;border-radius: 100%;width: 35px;height: 35px;animation: preloader-bounce 2s infinite ease-in-out;}
.preloader__item_xz:last-child {top: auto;bottom: 0;animation-delay: -1s;}

    @keyframes preloader-rotate {
      100% {
        transform: rotate(360deg);
      }
    }

    @keyframes preloader-bounce {

      0%,
      100% {
        transform: scale(0);
      }

      50% {
        transform: scale(1);
      }
    }

.loaded_hiding .preloader_xz {transition: 0.3s opacity;opacity: 0;}
.loaded .preloader_xz {display: none;}
.refine_jdem {font: 13px/1.5 Arial,'Helvetica Neue',Helvetica,sans-serif;margin-bottom: 7px!important;border-bottom:none!important;}
.dckeim{height:40px;width:40px;object-fit: cover;vertical-align: middle;}
.djcniedjfow{max-width: 250px;height: 200px;max-height: 200px;width: 250px;background:#f0f0f0;border-radius: 5px;font-size: 13px;color: #000;}
.djghfiuoewemf{display:inline-flex!important;height: 50px;width:50px!important;border-radius:50%;object-fit:cover;}
.columns4 {columns: 4;}
.columns2 {columns: 2;}
.sijwifnwoofnnmf {font-family: Arial,Helvetica Neue,Helvetica,yandex-sans-rub-sign,sans-serif;font-size: 14px;line-height: 25px;position: relative;display: flex;justify-content:start;margin: 0px;}

.mjsu3930202 {grid-template-columns: 150px 100px;}
.mjsu3930202w1 {grid-gap: 12px;display: grid;padding-bottom: 12px;}
.mjsu3930202w1wie {box-sizing: border-box;cursor: pointer;display: inline-block;height: 100px;position: relative;text-decoration: none;vertical-align: top;width: 150px;}
.mjsu3930202w1wieiw{display: flex;height: 100%;padding: 10px;align-items: flex-start;flex-direction: row;font-family: inherit;font-size: 12px;line-height: 20px;}
img.akwjdwifjmw {height: 100px;width: 150px;visibility: visible;border-radius: 4px;left: 0;position: absolute;top: 0;z-index: -1;object-fit: cover;}
.sadjhiwiwmmdee {background-image: linear-gradient(0deg,#0000,#000);bottom: 0;opacity: .5;right: 0;border-radius: 4px;left: 0;position: absolute;top: 0;z-index: -1;}
span.sjafjwo {align-self: flex-start;}
.skafjwio{line-height:20px;}
.asidhw {white-space: break-spaces!important;}
.z_1 {z-index:1;}
.column3 {columns: 3;}
.font_w_600 {font-weight: 600;}
.bc_fff {background:#ffffff!important;}
.sjIJIHhdh0HE0y0hIH0KD {background-clip: content-box;background-color: var(--orange-primary);border: 1px solid var(--bg-back-4);border-radius: 50%;color: var(--white);display: flex;flex-shrink: 0;height: 22px;transition: background-color .3s;width: 22px;align-items: center;justify-content: center;left: 18px;position: absolute;top: 18px;cursor: pointer;z-index: 3;background-color: orange;}
.sdjfn_iee {position: absolute;right: 10px;top: 18px;}
.rfloat_imp {float: right!important;}
.q__02m {color:#e70909;}
.q___ek3 {font-size: 20px;line-height: 30px;font-weight: 700;white-space: nowrap;}
@media(max-width:801) { .q___ek3 {font-size: 15px;} }

.dskjfpie {margin-bottom: 8px;color: #000;font-weight: 700;font-size: 18px;}
.dskfhkw2234{align-items: center;display:flex;}
.sdk33020__0 {color: var(--inverted-color);flex: 0 0 46px;height: 46px;position: relative;width: 46px;}
.sdoj32__01{left: 30%;position: absolute;top: 50%;transform: translate(-50%,-50%);cursor:pointer;}
.eijroe_0243 {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;letter-spacing: 0.03em;}
.mlauto{margin-left: auto;}
.sarjo3_932{color: var(--text-disabled);white-space: nowrap;word-break: normal;font-weight: 500;}
.nseekf_02{min-height:250px;overflow: hidden;}
input.q____02[type=text] {box-shadow: none!important;border: 1px solid #d3d9de!important;border-radius: 6px 0px 0px 6px!important;width: 100%;height:40px;}
.q__02i {right: 15px;}
.q__o21m {cursor:pointer;width:60px;border-radius: 0px 6px 6px 0px;height: 40px;border: 1px solid #d3d9de;background: #e5ebf1;}
.q___i1k{padding: 0;margin: 0;background: #e5ebf1;color: #99a2ad;margin-top: 3px;}
.kqo02_02 {position: relative!important;display: block;right: 10px;top: 10px;z-index: 1;}
.kshfoi_01jk {padding:9px 10px;color: #ffffff!important;border:none!important;border-radius: 10px;box-shadow: none!important;background-color: #000000;font-size: 15px!important;cursor: pointer;vertical-align: middle;overflow: hidden;text-decoration: none;white-space: nowrap;}
.kshfoi_01jk:hover {background-color: #222222!important;}
.q___i322l{display: inline-flex;align-items: center;justify-content: center;height: 14px;padding: 0 10px;background: #ffecec;color: #dd0202;border-radius: 2px;left: 0;top: 0;}
.owl-dots {display:none!important;}
.q__072im{line-height: 20px;padding: 0px 10px 5px 10px;}
.white_owk3{white-space: nowrap;}
.line-height10{line-height:10px!important;}
.line-height15{line-height:15px!important;}
.line-height18{line-height:18px!important;}
.line-height20{line-height:20px!important;}
.line-height25{line-height:25px!important;}
.line-height27{line-height:27px!important;}
.line-height30{line-height:30px!important;}
.line-height35{line-height:35px!important;}
.line-height60{line-height:60px!important;}
.width_50 {width:50%;}
.table_block {display: table!important;}
.table_cell {display: table-cell!important;}
.skw______1 {margin-left: -1px;}
.skw______2 {margin-top: -2px;}
.vertical_al_middle{vertical-align: middle;}
.vertical_al_top{vertical-align:top;}
.p0m0 {padding-left: 0px!important;margin-left: 0px!important;}
.sale_procent_q{text-decoration: line-through;text-decoration-color: red;text-decoration-thickness: 2px;}
.mt____10 {margin-top:-10px;}
.left10{left: 10px;}
.ml0{margin-left: 0px!important;}
.mt0{margin-top: 0px!important;}
.top_13_1oek{position: absolute;top: 7px;line-height:12px;}
.paginator_reload_des {margin-right: 5px;line-height: 20px!important;font-size: 12px;padding: 3px 9px;color: #008fef;margin: 1em;border-radius: 3px;}
.curr_page_des {margin-right: 5px;line-height: 20px!important;font-size: 12px;padding: 3px 9px;color: #fff;background: #008fef;border-radius: 3px;}
.sdnfiebikid_0wro3 {	width: auto;float: left;text-align: left;border: none;font-weight: 500;font-size: 11px;color: #858585;background-color: transparent!important;background: transparent;box-shadow: none!important;}
.skfnwnwksks{line-height: 0px;border: none;background: transparent;background-color: transparent!important;box-shadow: none!important;}
.slfoajs_jwos{line-height: 60px;border: 2px solid #32cdeb;}
.snfiasiswiwm{line-height: 0px!important;border: none!important;background: transparent!important;background-color: transparent!important;box-shadow: none!important;}
.sanfiasismwm{width: 25px;position: absolute;top: -14px;left: -13px;z-index: 1000;}
.kjgfuygiioi{padding: 0px 10px;}
.m10_0 {margin: 10px 0px 0px 0px;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #e5ebf1!important;color: #000!important;}
.select2-dropdown {border: 1px solid #d3d9de!important;box-shadow:none!important;padding-left: 0px!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {font-size:12px!important;color:#000!important;}
.select2-results__option[aria-selected] {font-size:12px;padding-left: 15px!important;}
.sdjfneiiw_0{position: absolute;right: 10px;top: 10px;z-index: 999999;}
.sidinwendk{-webkit-animation-name: styles-pulse-_J73jM;animation-name: styles-pulse-_J73jM;background: no-repeat;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-direction: alternate;animation-direction: alternate;}
@-webkit-keyframes styles-pulse-_J73jM {
    50% {
        opacity: .1;
    }
}
.sjheie {padding: 0 10px 0 10px;}
.sahidiw{text-transform: none!important;}

span.ts__q:hover, a.ts__q:hover{color: #09f!important;background-color: #f5f5f5!important;box-shadow: rgba(0, 0, 0, 0.13) 0px 4px 8px 0px!important;}
span.ts__q {background-color: #fff!important;box-shadow: 0 2px 2px 0 rgba(0,0,0,.08),0 0 2px 0 rgba(0,0,0,.04);color: #000!important;font-size: 12px;font-weight: 500;line-height: 30px;padding: 0 16px;border-radius: 4px;display: inline-block;height: 32px;position: relative;white-space: nowrap;font-family: Arial,'Helvetica Neue',sans-serif;text-shadow: rgba(0,0,0,0.01) 0 0 1px;border: 1px solid #ddd;}

.item_lazy img{display: block;width: 100%!important;height: auto;}
.item_lazy{width:350px!important;}
.cks_q_kq{background-color: #ccecff;padding: 6px 10px;border-radius: 5px;color: #ffffff;font-size: 15px;}
.dk_q_1{color:#0093f5;white-space: break-spaces;}
.dekeo_qq{border-radius: 50%;height: 70px;width: 70px;margin-top: 20px!important;margin-left: 32px!important;z-index:1;display:none!important;}
.fkene_ie3{width: 24.5%;text-align:left!important;line-height:20px;height: auto!important;}
.d_ox_ke{box-sizing: border-box;display: flex;flex-direction: row;-webkit-box-align: center;align-items: center;background-color: #09f;border-top-right-radius: 8px;border-bottom-right-radius: 8px;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 8px;flex-grow: 1;flex-shrink: 1;flex-basis: 0%;}
.dl_ox_l{text-shadow: 0px 0px 0.1px #ffffff, 0 0 0.05em #fbfbfb;color: rgb(255, 255, 255);line-height: 44px;font-size: 23px;font-weight: 400;font-family:Nunito Sans, Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;margin-top: 0px;}
.diehmc_ol_l{display: flex;flex-direction: row;align-items: flex-start;}

.dkwjme{box-shadow:none!important;box-sizing:border-box;position:absolute;left:0;top:0;width:100%;bottom:0;padding:0;margin:0;border-width:0;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;color:inherit;outline:0;background-color:rgba(255,255,255,0);-webkit-text-fill-color:currentcolor;-webkit-tap-highlight-color:transparent;text-overflow:ellipsis;overflow:hidden;cursor:inherit;border-bottom:none!important;}
.desktop-1pc1z64[data-value]::after{visibility:hidden;-webkit-animation:animation-dme0qa infinite 1s;animation:animation-dme0qa infinite 1s;content:attr(data-value);display:inline-block;white-space:pre;}
.ddojow_k{width:100%;height:100%;margin-left:10px;font-size:12px;display:inline-block;position:relative;min-width:5px;}
.ddojow_duek{height:100%;overflow:hidden;box-sizing:border-box;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.ddojow_ddiemuek{position:relative;font-family:inherit;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;outline:0;height:32px;border-style:none;border-width:1px;border-radius:6px;color:rgba(0,0,0,1);cursor:text;font-size:14px;border-color:#ccc;background-color:#f2f1f0;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.fdih_io3{padding-right: 4px;padding-left: 8px;}
.mr8{margin-right: 8px;}
.diueu_q{display: inline-block;width: 100%;font-weight: normal;vertical-align: middle;}
.euhgi_i3j1{box-sizing: border-box;-webkit-align-items: flex-start;-webkit-box-align: flex-start;-ms-flex-align: flex-start;align-items: flex-start;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
input.dkwjme[type=text]:focus, input.dkwjme[type=password]:focus {border-bottom:none!important;box-shadow:none!important;}
input.dkwjme[type=text], input.dkwjme[type=password] {padding:0px;box-shadow: none!important;}
.diheoiw_io2{box-shadow: none!important;outline: none;border:none;border-bottom: none;width: 100%;text-align: center;border-radius: 4px!important;height: 40px;line-height: 40px;background: #1a73e8;color:#fff;}
.vertical_bottom_text{vertical-align: text-bottom;}
.e__o2i3{margin-right: 7px;padding-top: 4px;padding-right: 4px;padding-bottom: 4px;padding-left: 4px;fill: currentcolor;align-self: center;vertical-align: middle;flex-shrink: 0;height: 13px;color: rgb(0, 0, 0);-webkit-user-select: none;position: relative;top: -1px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;cursor: pointer;display: inline-block;box-sizing: content-box;}
.e__o2i3:hover {background-color: rgb(227, 226, 225);}
.e__o2i3:focus {outline:none;}
.diwk3___1{vertical-align: top;position: relative;display: inline-block;}
.dieo2_01__1{vertical-align: middle;position: relative;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: pointer;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.ei3j_1002o_1{margin-left: 2px;white-space: nowrap;position: relative;}
.eo3002k{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
.iuwje_02kld{margin-right:3px;position: relative;display: inline-block;width: 27px;height: 27px;cursor: pointer;outline: none;border-radius: 50%;}
.riwudl_ki3{position: absolute;z-index: 1;left: 5px;top: 5px;}
.eihdkslwp{display: block;width: 100%;height: 100%;border-radius: 50%;-webkit-box-sizing: border-box;box-sizing: border-box;}
.dcnis_0:after{right: 20px!important;width:auto!important;}
.kdme_iemdkq{background:rgb(247 247 247);display: flex;width: 220px;white-space: normal;border-radius: 10px;height: auto;position: relative;overflow: hidden;padding: 8px 12px 8px 8px;align-items: center;justify-content: flex-start;}
.dkihwiwndo9{height: 40px;min-width: 40px;max-width: 40px;background-position: 50%;background-size: contain;background-repeat: no-repeat;z-index: 1;position: relative;margin-right: 16px;}
.dwiheeiowow{color: #222;font-size: 14px;line-height: 20px;position: relative;z-index: 1;overflow: hidden;text-overflow: ellipsis;max-width: calc(100% - 40px);max-height: 40px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.profile_logo_1k3{border-radius: 50%;background-color: #fff;background-image: url(https://img.tixrussia.ru/s/profile_9j1d.svg);background-position: center;background-repeat: no-repeat;display: block;height: 64px;width: 64px;margin-bottom: 5px;overflow: hidden;}
.duhue_08iwj0{background-color: #fff;border-radius: 3px!important;-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%), 0 0 2px 0 rgb(0 0 0 / 4%)!important;box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%), 0 0 2px 0 rgb(0 0 0 / 4%)!important;}
.c_41{color:#414141;}
.awjwmd_303m {display: inline-block;*display: inline;/*For IE7*/*zoom:1;/*For IE7*/vertical-align:top;margin-right:5px;white-space:normal;}
.asjfeuww{overflow:auto;white-space:nowrap;}
.background_fff {background: #ffffff!important;}
.b_f5 {background: #f5f5f5!important;}
.b_09f {background: #09f!important;}
.d____13n{max-width:270px!important;max-height:200px!important;height:200px!important;min-width: 270px;border-radius: 5px!important;}
.djsf_____jk{object-fit: cover;width: 40px!important;height:40px;}
.price_form___3{font-size: 16px!important;font-weight: 700;letter-spacing: -0.05em;}
.jj_ie3n{position: absolute;z-index: 1;margin-left: 20px;margin-top: 10px;}
.dkfsid_oe3{margin-right: 10px;color: #fff;background: #ff6163;border-radius: 12px;-webkit-box-sizing: border-box;box-sizing: border-box;float: right;font-size: 12px;line-height: 1.7;min-width: 20px;padding: 0 6px;text-align: center;position: relative;top: 13px;}
.mr__3 {margin: -3px -3px 0px -3px;}
.sjhw____9{box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%), 0 0 2px 0 rgb(0 0 0 / 4%)!important;border-radius: 10px 10px 0px 0px;}
.sjhd____0{margin: 3px!important;padding: 3px 0px 3px 0px !important;}
.height_39 {height: 39px!important;}
.dsjfe___o {white-space: normal!important;}
.delivery-icon_0 {color: #B8B8B8;-webkit-transition: color .3s ease-out;transition: color .3s ease-out;width: 16px;height: 12px;vertical-align: middle;}
.mb9{margin-bottom: 9px;}
.top5{top:5px;}
.top10{top:10px;}
.top15{top:15px;}
.top20{top:20px;}
.br5{border-radius:5px;}
.br7{border-radius:7px;}
.p5p7{padding: 5px 7px;}
.absolute{position:absolute;}
.kdme_iemdkq:hover {background: #ecffff;}
.jsdhfe_00{font-size: 20px;font-weight: 600;font-style: normal;font-stretch: normal;/*line-height: 45px;white-space: nowrap;*/letter-spacing: normal;color: #212121;-webkit-box-flex: 1;text-align: center;-ms-flex-positive: 1;flex-grow: 1;text-overflow: ellipsis;overflow: hidden;}
.sticky {position: fixed;z-index: 1;top:5px!important;}
.stop {position: relative;z-index: 101;}
.wh24{width:24px;height:24px;}
/*favorite*/
.favorite-btn {display: inline-block;position: relative;z-index: 1;padding: 0px 3px;}
.heart-icon {width: 20px;height: 20px;position: relative;transition: all 0.3s ease;background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></svg>') no-repeat center;}
.heart-icon.active {width: 20px;height: 20px;background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></svg>') no-repeat center;animation: heartBeat 0.6s ease;}

@keyframes heartBeat {
    0% { transform: scale(1); }
    25% { transform: scale(1.2); }
    50% { transform: scale(0.9); }
    75% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@keyframes heartFade {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.4); opacity: 0; }
}
/*end favorite*/

.c_017acb{color:#09f!important;}
.c_017acb:hover {color: #f53131!important;}
.c_6c6c6c{color:#6c6c6c!important;}
.p2{padding:2px!important;}
.ws_n{white-space: normal!important;}
.sje_o2 {background-color: #ffffff;border-color: #e0e0e0;-webkit-box-shadow: 0 5px 17px 0 rgb(0 0 0 / 15%);box-shadow: 0 5px 17px 0 rgb(0 0 0 / 15%);padding: 20px;border-radius: 3px;}
.ksj{margin-bottom:0px!important;height: 60px;background: #f9f8f8;border-bottom: 1px solid #e9e9e9;}
.dropdown_my_list{padding: 5px 8px;font-family: inherit;cursor: pointer;text-align: center;text-decoration: none;margin: 0px;line-height: 0;position: relative;white-space: nowrap;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);box-sizing: border-box;flex-shrink: 0;border-radius: 6px;border-width: 1px;border-style: solid;border-color: transparent;outline: none;min-height: 32px;user-select: none;color: rgb(0, 0, 0);background-color: rgb(242, 239, 233);width: 32px;display: inline-block;}
.svg_drodown{margin-left: -1px;fill: currentcolor;align-self: center;vertical-align: middle;flex-shrink: 0;height: 16px;line-height: 1.286;display: inline-block;box-sizing: content-box;}
.drop_down_ul {background-color: #ffffff!important;border: none;padding: 5px;margin-top: 7px!important;border-radius: 15px;}
.dropdown_span {margin: 0px;font-weight: normal;box-sizing: border-box;line-height: 1.356;font-size: 14px;color: #000;align-self: center;vertical-align: middle;display: inline;}
.qwe_0{flex-shrink: 0;margin-top: 0;padding-left: 0;flex-grow: unset;-webkit-box-flex: unset;box-sizing: border-box;display: flex;webkit-box-orient: vertical;-webkit-box-direction: normal;flex-direction: column;-webkit-box-align: end;flex-direction: row-reverse;}
.sje_93{align-items: flex-end;width: 100%;display: flex;-webkit-box-align: end;}
.p0p13p2p12{padding: 0px 13px 2px 12px;}
.j032_01{text-align: left !important;padding: 0 0 5px !important;font-size: 16px !important;color: #222 !important;background: transparent !important;}
@media(min-width:801px) {
	.drop_down_ul{min-width: 250px!important;}
  .w74 {width:74%;}
  .w26{width:26%;}
  .g_10{width:208px!important;height: 156px!important;max-height: 156px!important;}
}
@media(max-width:800px) {
  .w74{width:100%;}
  .w26{width:100%;}
  .g_10{min-width: 150px!important;width:auto!important;height: 116px!important;max-height: 116px!important;}
  .clear_both_ml{width: 100%;clear: both;margin-top:5px;}
}
.bt1px{border-top: 1px solid #e3e3e3;}
.vip_cl{color: #1a73e8;border: 1px solid #1a73e8;}
.sale_cl{color: rgb(197 0 79);background: rgb(255, 212, 224);}
.urgent_cl{color: rgb(100, 100, 227);background: rgb(251, 255, 212);}
.featured_cl{color: rgb(80 80 225);background: rgb(212, 227, 255);}
.priority_cl{color: rgb(10 135 0);background: rgb(226, 255, 221);}
.highlited_cl{color: rgb(189 76 0);background: rgb(255, 243, 222);}
.url_cl{color: rgb(203 32 96);background: rgb(235, 235, 235);}
.video_cl{color: rgb(0, 127, 148);background: rgb(255, 215, 196);}
.ls001{letter-spacing: 0.01em;}
.col000{color:#000000!important;}
.nrn4{min-width:0px;width:0px;}
.loc_sp::after{display: inline-block;margin-left: 15px;margin-top: 2px;content: "";border-top: 0.4em solid;border-right: 0.4em solid transparent;border-bottom: 0;border-left: 0.4em solid transparent;}
.street_datails{display: block;width: 8px;height: 8px;border: 1px solid #fff;border-radius: 50%;}
.select2-container--default .select2-search--dropdown .select2-search__field {height:33px!important;}
.sale_option {position: relative;}
.sale_option:before {border-bottom: 3px solid red;position: absolute;content: "";width: 100%;height: 50%;transform: rotate(-7deg);}
.sate_option_mt5:before {margin-top:7px;}
.select2-results__option[aria-selected], .select2-container--default .select2-selection--single .select2-selection__rendered {color: #000!important;text-shadow: #3e3e3e 0px 0px;font-family: 'Open Sans', -apple-system, 'Roboto', 'Helvetica Neue', sans-serif!important;}
.toggle_other_area{height: 100%;float: right;width: 20%;z-index: 9999;right: 0;top: 0;position: fixed;}
.arr_qm{left: 60px;top: -10px;box-sizing: border-box;width: 19px;height: 19px;position: absolute;display: -webkit-box;display: -ms-flexbox;display: flex;z-index: -1;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.arr_qm::before{box-shadow: -2px -2px 6px -3px rgb(0 0 0 / 30%);border-bottom-color: transparent;border-right-color: transparent;background-color: #ffffff;border-color: #e0e0e0;border: 1px solid transparent;content: '';box-sizing: border-box;width: 10px;height: 10px;transform: rotate(45deg);display: inline-block;}
.dewnav ul{float: inherit!important;width:100%!important;margin-top: 20px;}
.dewnav li{display:inline-block!important;}
.dewnav li>a{font-size:14px;line-height: 27px;color:#000;}
.br4004{border-radius: 4px 0px 0px 4px;}
@media(min-width:1025px){.dewnav ul>li{width:24%;}}
@media(min-width:801px and max-width:1024px){.dewnav ul>li{width:33%;}}
@media(max-width:800px){.dewnav ul>li{width:49%;}}
.aj__qwm{padding:30px!important;border:1px solid #f7f7f7;box-shadow: 0 5px 17px 0 rgb(0 0 0 / 15%);z-index: 9999;}
.text_sh_wh{text-shadow: 0px 0px 1px #ffffff, 0 0 0.3em #4391ff;}
.text_sh_gr{text-shadow: 0px 0px 1px #ffffff, 0 0 0.2em #02b74a;}
.c_l_key{height:40px;}
.ts_black{/*text-shadow: #000000 0.01px 0.01px;*/}
.ListingPopularMMM__itemCount::before {width: 100%;margin-right: 8px;margin-bottom: 4px;content: "";border-bottom: 1px solid #e0e0e0;}
.ListingPopularMMM__itemCount {position: relative;z-index: 1;display: flex;width: 100%;margin-left: auto;color: grey;}
.sijwifnwoofnnmf {font-size: 15px;line-height: 35px;position: relative;display: flex;justify-content: space-between;margin: 0 12px 15px 0;white-space: nowrap;}
.s_ul{padding: 0px 0px;width:auto;}
.s_ul>li{display: inline-block;height: 20px;}
.s_ul a{color:#000;font-size:14px;text-shadow:none;}
@media(max-width:600px) {
.s_ul>li{width:48%;}
.s_ul_img{width: 100%;white-space: nowrap;overflow-y: hidden;}
.naI2JWnS__jnd{margin-left:10px;}
.cej_0w {font-size: 18px!important;}
}
@media(min-width:601px) {
.s_ul>li{width: 24%;}
.naI2JWnS__jnd{margin-left: 0px;}
}
.sijwifnwoofnnmf{padding: 0px 5px 0px 0px;}
.asen_2k{height: auto!important;margin-right: 20px;margin-bottom: 10px;}
.sajdwmmd.sijwifnwoofnnmf{margin: 0 0px 15px 0;}
.skwnem.sijwifnwoofnnmf{margin: 0 20px 0px 0;}
.s_qk_img{background: url(https://img.tixrussia.ru/s/39274902irfke32934.svg)!important;background-repeat: no-repeat!important;width: 17px;height: 17px;position: relative;z-index: 1;right: 10px;float: right;top: 30px;}
.hidswk_k{overflow:hidden;}
.smwswkf{width: 100%;height: auto;border-radius: 10px;}
.sjenfz{width: 100%;height: 146px;object-fit: cover;border-radius: 10px;}
.br50{border-radius: 50%;}
.s___pK{color: #8d8d8d;vertical-align: top;font-weight: 500;text-shadow: none;outline: none;}
.dkeqpie{background: url(https://img.tixrussia.ru/s/icon/small-down-arrow-icon-15593.png);background-repeat: no-repeat;background-size: 16px 17px;background-position: right 7px top 13px;height: 43px;line-height: 43px;min-width: 200px;}
.skwqmwnePkd{float:right;border: none!important;outline:none;border-left: 1px solid #ccc!important;height: 42px;border-radius: 0px;margin-left: 4px;}
.sjdfsosne{white-space: nowrap;overflow: hidden;}
.cf_o{object-fit: contain;}
.cf_cov{object-fit: cover;}
.margin0{margin:0px;}
.w30h30{width: 30px;height: 30px;}
.m0_0_0_5{margin: 0px -12px 0px 5px;}
.h30{height: 30px;}
.p0_7{padding: 0px 7px;}
.w65pr{width:65%;}
.w35pr{width:35%;}
.ex_op{padding:3px 5px;text-transform: lowercase;background: #e3e3e3;border-radius: 6px;}
.ex_o_s{padding:3px 5px;}
.ex_op_g{padding:0px;text-transform: lowercase;background: #e3e3e3;border-radius: 6px;}
.scroll_nw{width: 100%;white-space: nowrap;flex-direction: row;display: flex;flex-wrap: nowrap;align-items: flex-start;overflow-x: auto;}
.skwp2ne{list-style:none;width: 200px;min-height:100px;position: relative;right: -5px;}
.fg1{flex-grow: 1;}
.br0{border:none!important;}
.d_qmedo7jI{min-width: 260px;padding-bottom: 8px;font-size: 16px;page-break-inside: avoid;overflow: hidden;text-overflow: ellipsis;}
.kosjd__wjq{font-family: 'Roboto'!important;margin: 0;font-weight: normal;box-sizing: border-box;line-height: 24px;font-size: 16px!important;color: #8f8f8f;display: inline;}
@media(max-width:900px) {
  .d_qmedo7jI{width:100%;}
  .sjenwmd{font-size:13px;}
  .w50quick{width:50%;}
}
@media(min-width:901px) {
  .d_qmedo7jI{width:50%;}
  .w50quick{width:333%;}
}
.zoom_img{right: 5px;background: #ffffffb5;top: 10px;padding: 3px;}
.mh30{min-height: 30px;}
.akenc{background-color: #f5f5f5;border-radius: 12px;padding: 7px;color: #000000;text-shadow: none;}
a.akenc:hover, a.akenc:active, a.akenc:focus{color: #242424!important;}
.dmwqje{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;padding: 6px 8px 8px;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;}
.fd_rr{flex-direction: row-reverse;}
.jcsb{justify-content: space-between;}
.h140px{height: 140px;}
.sakwmqqp{border-radius:15px;width:125px;background: rgb(247 247 247);}
.sawmdwwp{text-align:center;flex-direction:column;align-items:center;justify-content:center;display:flex;flex-wrap:wrap;padding:5px 5px}
.bf5{background: #f5f5f5;}
.ls3{letter-spacing: 0.03em;}
.toel {text-overflow: ellipsis;}
.animate_cat:hover {
  transform: scale(.85);
  animation: animate_categ 2s ease-in-out infinite;
}
.less_text{-webkit-line-clamp: 3;margin: 0;word-break: break-all;display: -webkit-box!important;-webkit-box-orient: vertical;overflow: hidden;}
.less_stories{font-size:14px;-webkit-line-clamp: 2;margin: 0;display: -webkit-box!important;-webkit-box-orient: vertical;overflow: hidden;}
.faijc {display: flex;align-items: center;text-overflow: ellipsis;flex-wrap: nowrap;flex-direction: row;}
.button_profile {width: 100%;min-height: 54px;background: #f7f7f7 !important;display: flex;align-items: center;flex-direction: row;flex-wrap: nowrap;}
.b__l{-webkit-line-clamp: 1!important;}

/*bootstrap*/
.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {cursor: pointer;}
[type=button], [type=reset], [type=submit], button {-webkit-appearance: button;}
button, select {text-transform: none;}

.dropdown-item{line-height: 1.42857143;display: flex;flex-direction: row;align-items: center;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#000000;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;}
.dropdown-item:focus,.dropdown-item:hover{color:#000000;}
.dropdown-menu li:hover{background: #f7f7f7;}
.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color: #ebebeb;}
.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}
.dropdown-menu.show{display:block}
.dropdownNavigation{justify-content: space-between;}

.drop_down_ul {box-shadow: rgb(0 0 0 / 15%) 0px 5px 17px 0px;background-color: rgb(255, 255, 255);border: none;/*padding: 5px;*/margin-top: 7px!important;border-radius: 15px;}
.dropdown-menu li {line-height: 25px;}
.select_list_find {background-color: #e9ecef;}
.dropdown_my_list{background-color: rgb(245 245 245); border-radius:10px;}
.h__a0{background:url("https://img.tixrussia.ru/s/pixel.png");}
.ae8{color: #1a73e8;}
.background_09f{background: #09f;}
.cat-path span {font-size:14px;}
.next_arrow {fill: ##8d8d8d;height: 1em;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);box-sizing: border-box;-webkit-align-self: center;-ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center;vertical-align: middle;-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;height: 14px;display: inline-block;box-sizing: content-box;}
.sw_0_kd{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;-webkit-column-gap: 15px;-moz-column-gap: 15px;column-gap: 15px;orphans: 1;widows: 1;}
.ws_initial{white-space: initial;}
.swk_2ow{min-width: 200px!important;}
.g-scrolling-carousel .items_featrued .featured_item_carousel {display:inline-block;}
.g-scrolling-carousel .items_featrued .recommend_item_carousel {display:inline-block;}
.fav_make_q2{z-index: 1;right: 20px;top: 20px;background: #fff;border-radius: 50px 50px 80px 80px;}
.search_box {position: relative;}
.live_search {position: absolute;top: 60px;width: 98%;-webkit-box-shadow: 0 0 5px #d4d4d4;box-shadow: 0 0 5px #d4d4d4;border-radius: 12px;border-collapse: collapse;background: #fff;/*margin: 0px 2px;margin: 10px 0px;*/}
.live_search>li {/*border-radius:7px;*/text-align:left;background: #fff;position: relative;margin: 0;cursor: pointer;min-height: 60px;list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);}
.live_search>li:hover {background: #f5f5f5;}
.live_search>li.metro_list, .metro_span_list {margin: 0px 10px;display: flex;flex-direction: row;align-items: center;}
.dflex_list{display: flex;align-items: center;flex-direction: row;justify-content: flex-start;overflow:hidden;}
.dflex_list p {white-space: break-spaces;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;text-overflow: ellipsis;}
.p7p12{padding: 7px 12px;}
.search_live {height: 50px;width: 100%;border: none;background-color: #f2f1f0;padding: 10px 8px!important;border-bottom: none!important;box-shadow: none!important;border-radius:12px!important;max-width: 300px!important;font-size:16px;}
.search_live:active , .search_live:focus { background-color: #f5f5f5; }

@media(max-width:600px) {
.search_live {max-width: 100%!important;}
}

@media(min-width:601px) { .search_live{height: 45px;background-color: #f7f7f7;max-width:500px!important;} }
.m0100{margin: 0px 10px 0px 0px;}
.sj-articles {
  /*background-color: #ffffff;*/
  border-radius: 10px;
}
.sj-articles_img {
  margin: 0;
  border-radius: 10px 10px 0 0;
}
.sj-articles_img img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  display: block;
  border-radius: 10px 10px 0 0;
}
.sj-articles_details {
  padding: 20px;
}
.sj-articles_title > a {
  display: block;
}
.sj-billinfo li h6, .sj-blog-content strong > a, .sj-articles_info span, .sj-articles_title > a, .sj-category-filter .sj-check label span, .sj-doclist_title > span, .sj-input-counter span, .sj-input-counter {
  font: 400 0.875rem / 1.7142857143em "Jost", sans-serif;
}
.sj-articles_title h2 {
  margin: 0;
}
.sj-articles_title p {
  margin: 10px 0 0;
  color: #676767;
}
.sj-articles_footer {
  display: flex;
  margin: 20px 0 0;
  align-items: center;
}
.sj-articles_info {
  margin: 0;
  padding: 0;
  gap: 10px 20px;
  list-style: none;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sj-articles_info li {
  line-height: inherit;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.sj-articles_info span {
  color: #999999;
  font: 400 0.875rem / 1.7142857143em "Jost", sans-serif;
}
.sj-articles_info span i {
  font-size: 16px;
  margin-right: 6px;
  line-height: inherit;
  display: inline-block;
}
.icon-calendar:before {
  content: "\e927";
}
.sj-articles_footer .sj-secondery-btn:not(:hover), .sj-articles_footer .sj-secondery-btn-lg:not(:hover) {
  background-color: #F7F8FC;
}
.sj-articles_footer .sj-secondery-btn, .sj-articles_footer .sj-secondery-btn-lg {
  margin-left: auto;
  flex: none;
}
.sj-approve-btn, .sj-approve-btn-lg, .sj-secondery-btn, .sj-secondery-btn-lg, .prs-login, .sj-primebtn {
  background-color: #FFD93D;
  color: #1C1C1C;
}
.sj-approve-btn, .sj-approve-btn-lg, .sj-secondery-btn, .sj-secondery-btn-lg, .prs-login, .sj-primebtn {
  z-index: 0;
  gap: 10px;
  height: 40px;
  color: #ffffff;
  padding: 0 24px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  background-color: #5D2689;
  font: 600 1rem / 1.625em "Jost", sans-serif;
}
.awdfq0s:hover {
border-color: transparent;
  box-shadow: 0 2px 6px 1px rgba(36,38,41,.08);
  cursor:pointer;
}

.siqowis {border-radius: 20px;
display: block;
background: #ffffff;
margin-top: -20px;
position: relative;}
.awaxadc:hover {color: #f53131;}
.brsdewk{border: 1px solid #d9d9d9;}
.offline{background-color: #ff7979;}
.online{background-color: #31ffad;}
.user_status_o_o{display: inline-block;width: 13px;height: 13px;border: 1px solid #fff;border-radius: 50%;}
.sdkfeduw9s{width: 18px;height: 18px;padding: 0 3px;color: #ffffff;font-size: 11px;z-index: 1;pointer-events: none;position: absolute;background-color: #2196F3;border-radius: 50%;right: -5px;top: -5px;text-align: center;line-height: 18px;}
.hsmcas{position: fixed;bottom: 0px;z-index: 3;background-color: transparent;padding: 0px;left: 0;right: 0;height: 60px;text-align: center;}
.sjchisajxs{-webkit-box-pack: justify;width: 100%;background-color: white;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;box-shadow: 0 6px 32px #5e5c5c24;border-radius: 10px;height: 60px;margin: auto!important;display: flex!important;padding: 0px 3px!important;}
.sjchisajxs>a{text-decoration: none;text-align: center;color: #000000;position: relative;height: 100%;display: inline-flex;align-items: center;flex-direction: column-reverse;margin: 0px 5px;min-width: 45px;justify-content: center;}
.scnoaiscisa {position: relative;/*display: inline-block;width: 24px;height: 24px;*/display: flex;justify-content: space-around;}
.sajiconisas{display: block;font-size: 11px;margin-top: 5px;}
.saicioaiscassd {animation: BadgePulse 1.8s infinite;border: 3px solid white;vertical-align: text-bottom;position: absolute;top: -5px;right: -13px;font-size: 10px;background-color: #F75059;display: inline-flex;align-items: center;justify-content: center;width: 20px;height: 20px;border-radius: 50%;color: white!important;}
.caption_name, .value_info, .link_filters {font-family: 'Manrope', Arial, sans-serif !important;font-weight: 600 !important;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;}
.caption_name{color: #7c7c7c;font-weight: 500;text-shadow: 0 0 #adadad;}
.value_info, .link_filters{color: #222;font-size: 16px;}
.link_filters:hover {color:#5611ec;}
.legend_filter{cursor:pointer;display: inline-flex;justify-content: space-between;width: 100%;min-height: 50px;align-items: center;}
.arrow_filter{transform:rotate(180deg);background-image: url(https://img.tixrussia.ru/s/ai.svg);background-position: 50%;background-repeat: no-repeat;background-size: 100%;flex-shrink: 0;height: 16px;margin-left: 8px;width: 16px;margin-right: 5px;}
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {text-align: center;font-size: 18px;background: #000;}
.swiper-slide img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);  -moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);position: absolute;left: 50%;top: 50%;}
.ls4 {letter-spacing: 0.04em;}
.ls3 {letter-spacing: 0.03em;}

.bottom-sheet {
  z-index:10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  display: flex;
  opacity: 0;
  pointer-events: none;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.1s linear;
}
.bottom-sheet.show {
  opacity: 1;
  pointer-events: auto;
}
.bottom-sheet .sheet-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #000;
}
.bottom-sheet .content {
  width: 100%;
  background: #fff;
  max-height: 100vh;
  height: 50vh;
  max-width: 1150px;
  padding: 25px 30px;
  transform: translateY(90%);
  border-radius: 12px 12px 0 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.03);
  transition: 0.3s ease;
  border-radius: 30px 30px 0px 0px !important;
}
.bottom-sheet.show .content{
  transform: translateY(10%);
}
.bottom-sheet.dragging .content {
  transition: none;
}
.bottom-sheet.fullscreen .content {
  border-radius: 0;
  overflow-y: auto;
}
.bottom-sheet .sheet_header {
  display: flex;
  justify-content: center;
  text-align:center;
  width: 100%;
    height: 0px;
}
.sheet_header .drag-icon {
  cursor: grab;
  user-select: none;
  padding: 15px;
  margin-top: -30px;
  height: 80px;
  width:100%;
}
.sheet_header .drag-icon span {
  height: 4px;
  width: 50px;
  display: inline-block;
  background: #C7D0E1;
  border-radius: 50px;
  text-align: center;
}
.bottom-sheet .body {
  height: 100%;
  overflow-y: auto;
  padding: 5px 0 40px;
  scrollbar-width: none;
}
.bottom-sheet .body::-webkit-scrollbar {
  width: 0;
}
.bottom-sheet .body h2 {
  font-size: 1.8rem;
}
.bottom-sheet .body p {
  margin-top: 20px;
  font-size: 1.05rem;
}
.bottom-sheet .content .content_maps_ya{max-height: 400px!important;padding: 25px 5px!important;}
@media(min-width:901px) {
  .bottom-sheet .content {
		height: 80vh !important;
		bottom: 15%;
  position: relative;
  border-radius: 30px !important;
	width:60%!important;
  }
  .sheet_header .drag-icon {
    display:none!important;
  }
}
.sheet_st_w{opacity: 0.9;padding: 5px 20px;box-shadow: 0 0 6px 0 rgb(213 213 213 / 43%) !important;}
.sheet_st_qk{display: flex;align-items: center;justify-content: space-around;}
.cover{object-fit:cover;}
.asjwmqef{padding: 15px 0px;display: flex;justify-content: space-between;width: 100%;}
.align_self_center{align-self: center;}

.select-menu {
  display: flex;
  flex-direction: row-reverse;
}
.select-menu .select-btn {
  min-width: 106px;
  width:auto;
}
.select-menu .options {
  display:none;
  position: absolute;
  min-width:240px;
  overflow-y: auto;
  max-height: 550px;
  padding: 5px;
  margin-top: 50px !important;
  border-radius: 12px;
  box-shadow: none!important;
  background-color: #f7f7f7;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
}
.select-menu .options .option {
  display: flex;
  height: 55px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}
.select-menu .options .option:hover {
  background: #f2f2f2;
}
.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}
.select-menu .options .option .option-text {
  font-size: 18px;
  color: #333;
}

.select-btn i {
  font-size: 25px;
  transition: 0.3s;
}

.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
.button_stories{z-index: 10;width: 200px;height: 45px;display: flex;position: absolute;top: 0;left: 0;text-align: center;justify-content: center;align-items: center;}
.sjaemds{display: flex;align-items: center;display:-webkit-flex;-ms-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between;height: 50px;}
.asdj_qkd{margin-right: 20px;font-size: 16px;color: #a9a9a9;text-shadow: none;padding: 2px 10px;}
.hyphens{-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;word-wrap: break-word;}
.fieldset_style{background: #ffffff;padding: 5px;border-radius: 10px;margin: 10px 0px;}
.fieldset_style>fieldset>legend{padding: 10px 0px;}
.fieldset_style>fieldset>legend>h4{font-size:16px;font-weight: 400;color:#000000;text-shadow: #000000 0.01px 0.01px;}
.btn-group-formatted{line-height: 50px;}
.drop_down_ul{margin-top:7px!important;}
.dropdown_arrow360:after{content: "";transform-origin: 3px 6px;border-color: #b9b9c1;border-bottom-style: solid;border-bottom-width: 2px;border-left-style: solid;border-left-width: 2px;width: 8px;height: 8px;transition: transform .3s, border-color .3s;display: block;position: absolute;top: 9px;right: 12px;transform: rotate(-225deg);}
.dropdown_arrow:after{content: "";transform-origin: 3px 6px;border-color: #b9b9c1;border-bottom-style: solid;border-bottom-width: 2px;border-left-style: solid;border-left-width: 2px;width: 8px;height: 8px;transition: transform .3s, border-color .3s;display: block;position: absolute;top: 9px;right: 12px;transform: rotate(-45deg);}
.inp_find input{border: none!important;width: 100% !important;border-radius: 7px!important;background: #f1f1f1!important;box-shadow: none!important;color: #555;font-size: 15px;-webkit-appearance: none;margin-bottom: 5px;letter-spacing:0.02em;}
.inp_find input[type=text]:focus, .inp_find input[type=password]:focus {border-radius: 7px !important;border-bottom:0px!important;background:#f1f1f1!important;box-shadow:none;}
.loader {
  overflow:hidden;
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #65abf8;
  background: -moz-linear-gradient(left, #65abf8 10%, rgba(101,171,248, 0) 42%);
  background: -webkit-linear-gradient(left, #65abf8 10%, rgba(101,171,248, 0) 42%);
  background: -o-linear-gradient(left, #65abf8 10%, rgba(101,171,248, 0) 42%);
  background: -ms-linear-gradient(left, #65abf8 10%, rgba(101,171,248, 0) 42%);
  background: linear-gradient(21deg, #f94aff, #5611ec);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: linear-gradient(21deg, #dd03e4, #5611ec);
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: white;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes text_gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@media(max-width:600px) {
	.product_settings .t_f>h3{font-size:15px;}
	.product_settings .gallery_price>span {font-size:17px;}
	.clear_location {right: 10px !important;}

	ul.mobile_list.show li:last-child {
	    margin-bottom: 150px;
	}

}
.ratings_gallery{position: relative;z-index: 2;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;white-space: nowrap;overflow-x: auto;overflow-y: hidden;text-overflow: ellipsis;}
.ratings_gallery>span{color: #000000;font-size:15px;}
.category_class {max-height: 250px;overflow-y: scroll;box-sizing: border-box;justify-content: flex-start;padding: 6px 0px;align-items: flex-start;display: flex;flex-direction: column;width: 100%;align-content: flex-start;}
.category_class>li {display: flex;flex: 1 1;flex-direction: column;}
.category_class span {display: flex;flex-direction: row;height: 100%;padding: 4px 0;width: 100%;}
.category_class a{color: #070707;line-height: 20px;font-size: 16px;font-weight: 400;letter-spacing: .2px;}
#current_location_button::first-letter {text-transform: uppercase}
.radius_fieldset {padding: 2px 0 2px 0;white-space: nowrap;width: 100%;overflow-y: auto;display: flex;}
.geolocation_area {width: 100%;min-width: 75%;border-bottom: none!important;background-color: rgb(245 245 245);border-radius: 7px!important;border:none;padding: 10px 20px!important;height: 45px;}
.geolocaton_href{border-radius: 12px;height: 35px !important;line-height: 35px;width: 100%;-webkit-appearance: none !important;background: linear-gradient(21deg, #dd03e4, #5611ec) !important;border:none;width:25%;max-width: 80px;white-space:nowrap;text-overflow: ellipsis;padding: 0px 5px 0px 5px;}
.clear_location {right: 15px !important;height: 20px;width: 20px;padding: 1px 12px;}
.text_break{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.nav_details_list_check {background: #000;color: #fff;border-radius: 12px;padding: 0px 7px 2px 7px;}
/*.nav_product a{font-weight:500;}*/
img.filter_photo:hover {zoom:1.6;}
.checkbox_filters_body{row-gap:12px;flex-direction: column;display: flex;width: calc(100% + 6px);vertical-align: top;}
.live_search > .firstSearchLi:hover {
    background: transparent;
}
#noResultsImage {background:transparent!important;}
.clear_button{position: absolute;right: 10px;border: none;background: transparent;}
.ui-widget-content {background: #e7e7e7!important;}
.ui-widget-header {background: #000000 !important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {width: 1.5em!important;height: 1.5em!important;background: #000000!important;}
.range-field{padding: 5px;}
.label_filters {transition: all 0.3s ease;}
.no-results-message {padding: 20px;text-align: center;display: none;}
.no-results-message img {margin: 0 auto 15px;}
.item-photo-container, .item-icon-container {display: flex;align-items: center;justify-content: center;flex-shrink: 0;}
.select_value_depending {display: flex;align-items: center;gap: 8px;padding: 8px 12px;cursor: pointer;margin:12px 0px!important;}
.select_value_depending:hover {background-color: #f5f5f5;}
.mobile_list {width: 100vw !important;height: 100vh !important;left: 0 !important;top: 0 !important;right: auto !important;bottom: auto !important;overflow-y: auto;position: fixed !important;border-radius: 0 !important;box-shadow: none !important;z-index: 99999 !important;background: #fff;display: none;flex-direction: column;}
.mobile_list.show {overflow-y: auto;display: flex !important;flex-direction: column;animation: slideFromLeft 0.3s ease-out;}
.mobile_list .search-container {overflow: hidden;display: flex;flex-direction: row;gap: 0 10px;padding: 12px;background: #ffffff;position: sticky;top: 0;z-index: 10000;overflow-anchor: none;}
.no_hover_container:hover{background:#fff!important;}
.mobile_list .search-input {width: 100%;/*padding: 10px 15px;*/border: none;border-radius: 7px;font-size: 16px;background:#f7f7f7!important;}
.mobile_list .list-content {overflow-y: auto;flex-grow: 1;}
@keyframes slideFromLeft {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}

/* Для закрытия списка */
.mobile_list.closing {animation: slideToLeft 0.3s ease-in;}

@keyframes slideToLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.white-loader {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin: 0 auto;
}

.black-loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin: 0 auto;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.listing-description {
white-space: normal; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;line-height: 30px; font-family: 'Manrope', Arial, sans-serif !important;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility; font-weight: 600; letter-spacing: 0.01em;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 10; -webkit-box-orient: vertical;
}

/* Стиль для кнопки (добавляется скриптом) */
.show-more-btn {
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  font-weight: 600;
  padding: 5px 0;
  font-family: 'Manrope', Arial, sans-serif;
}

/* Дополнительные стили для состояний кнопки */
button[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}
.profile_user{display: flex;align-items: center;gap: 0px 10px;}

/*card*/
.credit-card {
  width: 320px;
  height: 200px;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  /*color: white;*/
  font-family: 'Arial', sans-serif;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #232526, #414345);
  color: #f1f1f1;

  /* Эффект глянцевой поверхности */
  &::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(30deg);
  }
}

.card-chip {
  width: 40px;
  height: 30px;
  background: linear-gradient(135deg, #ffcc33, #ffb347);
  border-radius: 5px;
  margin-bottom: 15px;
}

.card-number {
  font-size: 18px;
  letter-spacing: 2px;
  margin: 15px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.card-details {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 20px;
}

.card-holder {
  text-transform: uppercase;
}

.card-expiry {
  text-align: right;
}

.card-balance {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.card-logo {
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: bold;
  font-size: 16px;
}
/*end card*/

.scrollable-content {
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.location_content {overflow-y: auto; max-height: calc(100% - 180px); padding-bottom: 20px;}
.fixed-bottom-location {position: sticky; bottom:0;background: white; padding: 10px 0; border-top: 1px solid #eee;}
@media(max-width:800px) {
.location_content {max-height: calc(100% - 250px);}
.fixed-bottom-location {bottom: 10%;}
}
.nav_geolocaton{display: flex;flex-direction: row;align-items: flex-start;white-space: nowrap;width: 100%;overflow-y: auto;}
.letter_number_term_transport{top: -3px;left: 2px;}
.location_term_box {white-space: nowrap;gap: 0 10px;width: 100%;justify-content: space-between;display: flex;}
.location_term_box_list{width: 100%;display: flex;align-items: center;position: relative;flex-grow: 1;}
.location_term_box_list .inp_find{white-space: nowrap;width: 100%;justify-content: space-between;display: flex;}
.input_term_box{width: 100%;border-radius: 12px;border: none;background-color: rgb(245 245 245);padding: 10px 35px 10px 10px;height: 50px;}
.location_term_clear{position:absolute;top: 50%;transform: translateY(-50%);}
.location_term_link{display: flex;align-items: center;flex-direction: row;}
.location_search_box_term{white-space:nowrap;width:100%;justify-content: space-between;}
.aterm_box{col-start: auto;width: auto;}
.aterm_checked{width: 100%;display: flex;align-items: flex-start;flex-direction: column;min-width:0;-moz-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);cursor: pointer;}
.aterm_checked_list{display: flex;align-items: center;flex-direction: row;padding:1px 2px 2px 1px;position: relative;font-size:15px;line-height:20px;}
.aterm_checked_input{position: absolute;opacity: 0;top: 0;left: 0;clip-path: circle(0);}
.aterm_checked_item{flex-grow: 1;line-height:20px;font-size:15px;margin-left:12px;}
.aterm_grid{display: grid;row-gap:0px;margin-top:20px;}
.aterm_grid_list{--col-span: 12;--col-start: auto;grid-column-start: auto;}


.itemYoopriceCompleteBodyLink, .itemYoopriceOffBodyLink {background: #000;width: 100%;display: flex;align-items: center;flex-direction: column;padding: 10px;border-radius: 12px;}
.keywordP{padding: 7px 10px;}
.keywordItem{display: flex;flex-direction: row;align-items: center;justify-content: space-between;gap: 0px 5px;}
#aside1 {height: 100vh;width: 320px;}
#aside1.sticky {position: fixed;top: 0;margin-top:70px;z-index: 1;}
#aside1.sticky.stop {position: absolute;bottom: 0;top: 70px;}
