/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#vk_groups {margin-top: 25px; width: 100%!important; max-width: 350px!important;}
#vk_groups iframe, #main div:first-child {width: 100%!important; max-width: 350px!important;}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
.item-text {
 -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.scrollup {
    width: 49px;
    height: 49px;
    position: fixed;
    z-index: 199;
    bottom: 17px;
    font-size: 22px;
    right: 22px;
    display: none;
    border-radius: 80px;
	display:none;
text-indent:-9999px;
background: url("../images/icontop.png") no-repeat;
}
.telega {
	display: inline-block; 
	width: 50px;
    height: 50px;
	right: 22px;
	bottom: 70px;
    position: fixed;
	border-radius: 80px;
	border: 3px solid #fff;
	text-align: center;
    z-index: 199;
	background: url("../images/tele2.png") no-repeat center center;
	}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {

    border-leftborder-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
tr, img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}
p, h2, h3 {
}
h2, h3 {
    page-break-after: avoid;
}
select {
    background: #fff none repeat scroll 0 0 !important;
}
.navbar {
    display: none;
}
.prinzvon {
	position: relative;
	width: 100%;
	margin: 15px 0 25px 0;
}
.btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
}
.label {
    border: 1px solid #000;
}

table {width: 100%!important;}
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {color: #ff4040;}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/21px "Open Sans", Helvetica,Arial,sans-serif;
	 background-color: #f5f5f5;
    color: #333;
}
.description-full {font: 13px/20px "Open Sans", Helvetica,Arial,sans-serif;}
.category h1.title {font-size: 24px;}
.description-full h2, .description-full h3, .description-full h4, .description-full strong {font-size: 16px; font-weight: 700; padding-left: 12px;}
h2.poiskz {font-size: 28px; text-align: center; margin-bottom: 20px; font-weight: 700;}
.moduletable_usl h3, h3.comments-meta {font-size: 24px!important; font-weight: 700; margin: 0 0 20px 0; text-transform: uppercase;}
#sfilter {scroll-margin-top: 130px;}
#comments, .related {padding: 0 12px; margin-top: 30px;}
.wrapper {
	width: 100%;
	background-color: #FCFCFC;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	overflow: hidden;
	width: 100%;
	padding: 25px 0;
	position: relative;
	margin: 0 auto;

}
	.header0, .footer0 {
	max-width: 1170px;
	margin: 0 auto;
}
	
	
.logo {
position: relative; float: left; z-index:45; height: 103px;
}
.logo img {width: 100%; height: 103px;}
.centerbutton {text-align: center; padding-top: 20px; max-width: 500px;
position: relative; float: right; z-index:40;
} 
.top-menu {width: 100%; clear: both; height: 65px; 
background-color: #e3250b;
z-index: 200;
   }
.top-menu0 {max-width: 1170px; margin: 0 auto;}

/* Middle
.
-----------------------------------------------------------------------------*/
.content {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;

}
.maincontent {max-width: 900px; width: 74%; float: right; position: relative;  padding: 30px 0 0 20px;}
.sidebar80 {max-width: 260px; width: 22%; float: left; position: relative; margin: 20px 0 0 0; padding-top: 15px;}


.maincontent60 { width: 50%; margin: 0 auto;}
.maincontent80 {
	max-width: 1200px; width: 78%; float: right; position: relative;  padding: 15px 0 0 20px;

}
.maincontent801 {max-width: 900px; width: 74%; float: left; position: relative;  padding: 30px 0 0 20px;}
.sidebar801 {max-width: 300px; width: 25%; float: right; position: relative; margin: 20px 0 0 0; padding-top: 30px;}

.maincontent100 {
width: 100%; float: none; clear: both; position: relative;  padding: 30px 0 0 20px;
	}
.sidebar100 {display: none;}
input#remember {width: 30px!important; margin: 0!important;}

@media (max-width: 950px)  {
.maincontent80 { width: 100%; float: none; clear: both; margin-left: 0;}
.sidebar80 { width: 100%; max-width: 300px; float: none; clear: both; margin-left: 0;}	
	li.itemid110 {display: block!important;}
}

.moduletable_menuuslug {padding-left: 25px;}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 75px;
	clear: both;
	width: 100%;
	padding: 30px 10px;
	background: #f8f8f8 none repeat scroll 0 0;
    border-top: 1px solid #eee;
    color: #555;
}
.counter {width: 100px; float: right;}
.cherez1 {float: left; width: 50%; padding: 5% 0;}
.cherez2 {float: right; width: 45%; padding: 5%;}
#comments .url, #comments .email { display:none;}

.jconfirm.supervan .jconfirm-box .buttons button {
    background: rgba(240, 48, 80, 0.9) none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-shadow: none;
    width: 25%;
	cursor: pointer;
}
.jbzoo.jbzoo-rborder .rborder, .jbzoo .jbzoo-rborder .rborder {
    border: 1px solid #ccc;
    border-radius: 6px;
	overflow: hidden;
	padding-top: 20px;
	background: #fff!important;
}
.jbzoo-item-full .rborder {padding-top: 30px!important;}
.category {background-color: transparent!important; line-height: 19px;}
.vsefoto a {text-decoration: none; color: #222;
text-align: center; padding: 10px; 
    border-radius: 30px;
	position: relative;
	margin-top: 15px;
	border: 2px solid #777;
	display: inline-block;
    text-transform: uppercase;
	width: 100%;
 }
 .vsefoto a:hover {color: #fff; background-color: #ff4040;
}
.submission-add {float: left!important;}

a.sign-up, a.doban {
    background: #333 none repeat scroll 0 0 padding-box;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    position: relative;
    top: 17px;
    width: 230px;
    margin: 0 auto;
	
	
}
a.sign-up span, a.doban span {margin-left: 12px;}
a.doban {margin: 5px 0 20px -7px; top: 0;}
a.dann {margin: 5px 0 20px 25px;  background: #888 none repeat scroll 0 0;}
.alias-girls, .alias-intim-salony {border:none!important;}
.jbzoo .jbfilter-label {background-color: transparent!important; padding: 0 0 8px 0!important; 
color: #333!important;  font-weight: 700!important;  text-shadow: none!important; font-size: 20px!important;
  }
.sidebar , .item-page  {border: 1px solid #ccc;
    border-radius: 6px; background-color: #fff; padding: 15px 20px; overflow: hidden;
margin-top: 20px;
	}
	.item-page {margin-top: 0; top: -10px; position: relative;}
	
/* СПИСОК АНКЕТ */


 .jbzoo .width50  {position: relative; float: left; }
 li.element {font-weight: 700; }
li.element strong {font-weight: 400;  width: 50%; display: inline-block;}
.ram-price .lz  {color: #EE4545; font-weight: 700; line-height: 8px;}
.items .rayon, .module-items .rayon {position: absolute; top: 20px; right: 15px;}
.module-items .rayon {top: 35px;}
strong.element-label {width: 36%; display: inline-block;}
.ram-price strong.element-label {font-weight:400;}
.lz {width: 60%; display: inline-block; text-align: right; clear: both; }
.rayon .lz {clear: none!important; width: auto;  line-height: 10px;}
.item-properties_cont {width: 38%;  float: left; position: relative; padding-left: 15px;box-sizing: border-box;  }
.item-image   { float: left; position: relative; width: 60%;}
.blogsauny .item-image   { float: left; position: relative; width: 300px; margin-right: 20px;}
.blogsauny .items-leading [class*="leading-"] {border: 1px solid #ccc; clear: both;
    border-radius: 6px; background-color: #fff; padding: 15px 20px; overflow: hidden;
margin-top: 20px; position: relative!important;}
.blogsauny .page-header h2 {margin-bottom: 15px!important;}
.blogsauny .page-header h2 a {text-decoration: none!important; font-size: 24px!important;}
.clear {clear: both;}
.item-pagesauny h2, .blogsauny h2 {font-size: 28px; margin-bottom: 20px; color: #EE4545;}
ul.breadcrumb li {float: left;}
.item-page .item-image   { float: none!important; width: 100%!important; position: relative;}
 .items img.jbimage { height: auto; max-width: 250px;}
.item-properties, .ram-price, .varianty  {margin: 10px 0 0 0; padding: 0 0 10px 0; width: 100%;  float: left; position: relative;}

.item-properties {margin: 0;  border-bottom: 1px dotted #ccc;}
.ram-price li {color: #EE4545; }
.ram-price li strong {color: #333; }
.varianty  li  {list-style-type: none;  }
.varianty .uk-list li  {
list-style-type: circle; width: 100%;
  height: 18px;
font-weight: 400; 
 } 
 .item-title {
	 padding-bottom: 5px;
	 font-size: 24px;
	 line-height: 27px;
	 margin-bottom: 5px!important;
}
.jbzoo-item .item-title { line-height: 37px;}
 .item-title a {text-decoration: none;}
.item-title {
    font-weight: bold;
}
 .item-title a.tel {color: #222; text-decoration: none; font-size: 24px;}
 .uk-list {position: relative; left: 25px; top: -10px;}
 
 @media screen and (max-width: 1030px) {

	
	 .jbzoo .width50 {width: 100%!important; clear: both; margin: 0 auto;}

}
 
 
 
  @media screen and (max-width: 770px) {
	
	 .jbzoo .width50 {width: 49%!important; clear: none; float: left; margin: 0 auto;}
.item-properties_cont {width: 40%;  font-size: 12px; }
.item-image   {  max-width: 120px; max-height: 180px; width: 50%;  }
 .items img.jbimage {max-width: 120px; height: auto;}
 
}
   
 
 @media screen and (max-width: 560px) {

.item-image   { width: 60%;  }
.item-properties_cont { font-size: 14px; }
	.items img.jbimage {max-width: 170px; height:auto;}
	 .jbzoo .width50 {width: 100%!important; clear: both; margin: 0 auto;}
	 .item-properties, .ram-price, .varianty  { width: 100%;  ;}
}

 @media screen and (max-width: 480px) {
	 .column {
height: auto!important; 
}
	 li.element-itemlink {
	display: none;
	
 }
.prinzvon {display: block; line-height: 12px!important; font-size: 12px;}
.logo {width: 100%; text-align: center;}
.header0 {text-align: center;}
.item-properties_cont { font-size: 13px; position: relative; width: 40%; 
padding-left: 0;
}
	.items img.jbimage {height: auto; max-height: 270px; width: 100%; max-width: 230px!important;}
	.item-image {
    max-height: 270px;
    max-width: 220px;
    width: 57%;
}
	 .jbzoo .width50 {width: 100%!important; clear: both; margin: 0 auto 10px 0;}
	 .item-properties, .ram-price, .varianty  { width: 100%; }
	.cherez1 {float: none; width: 90%; padding: 5% 0;}
.cherez2 {float: none; width: 90%; padding: 5%; clear: both;} 
.content {padding: 0 5px;}
.maincontent80 {
	 width: 100%; float: none;  padding: 0;
}
.sidebar80 {width: 99%; max-width: 400px; margin: -65px auto 0 auto; clear: both; float: none; padding: 15px 0 0 0;
-webkit-background-clip: content-box;
background-clip: content-box;
}

}
.ram-price strong.element-label {width: auto;}
.ram-price .lz {width: auto; float: right; position: relative; top: 5px;}
.rayon0 {font-size: 12px; padding: 5px; background-color: #777; color: #fff;}
}


.published {opacity: 0!important;}

/* СПИСОК АНКЕТ КОНЕЦ */


/*СТРАНИЦА ПОЛНОГО ПРОСМОТРА*/
.jbzoo-item-full .rborder {position: relative; overflow:hidden; top: -10px; }
.kartinki {width: 60%; position: relative; float: left; height: auto;}
.opisanie {width: 40%; position: relative; float: left; height: auto;}
.opisanie h3 {font-size: 16px; font-weight: 700;}
.commentari {clear: both;}
.pol-price {margin: 25px 0;}
.rayon {margin: 0 0 25px 0;}
.uslugi .element li { float: left; line-height: 16px; width: 50%;
}
.uslugi span {line-height: 16px;}
 h1.title, h1.page-title, .testchat {color: #222; text-decoration: none; font-size: 28px; padding: 0 0 10px 12px; 
margin: 15px 0;
 border-bottom: 1px dotted #999;
	}
  h1.item-title a.tel {color: #222; text-decoration: none; font-size: 32px; letter-spacing: -1px; }
  h1.item-title a {text-decoration: none; }
  
 @media screen and (max-width: 1030px) {

.kartinki {width: 53%; position: relative; float: left; height: auto;}
.opisanie {width: 47%; position: relative; float: left; height: auto;}
.kartinki .jbimage {max-width: 160px; height: auto;}
	

}
 @media screen and (max-width: 770px) {
.kartinki {width: 65%;}
.opisanie {width: 35%; }

}
 @media screen and (max-width: 560px) {
.kartinki {width: 53%; }
.opisanie {width: 47%; padding-left: 18px;} 

}
 @media screen and (max-width: 480px) {
.uslugi .element li { clear: both; width: 100%; }
 h1.item-title {font-size: 24px;}
.category {display: none;}
.centerbutton { padding-top: 0; width: 100%; float: none;}
.sign-up {position: relative; top: -5px;}
.maincontent80 { padding-top: 5px!important;}
.moduletable-jb-cars-filter { 
    border: 1px solid #ccc;
    border-radius: 6px;
	padding: 15px 15px 10px 15px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	margin-bottom: 20px;
}
.jbzoo .jbfilter-row {margin-bottom: 15px;}
}

.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, 
.dj-megamenu-accordion-dark .dj-mobile-open-btn, .dj-offcanvas-close-btn {
	text-decoration: none!important;
	background-color: transparent!important;
}

 @media screen and (max-width: 400px) {
.jbzoo .jb-box {padding: 26px 26px 18px 10px!important;}
.opisanie .item-text {line-height: 100%;}
.kartinki {width: 50%; position: relative; float: left; height: auto;}
.opisanie {width: 50%; position: relative; float: left; height: auto; font-size: 90%; line-height: 90%;}
.kartinki .jbimage {max-width: 170px; width: 170px; max-height: auto; height: auto;}
	.uslugi .element li { clear: both; width: 100%; margin-left: 10px;}
.jbzoo-item-full .rborder {top: 0;}

}
.parametry {font-weight: 700;}
td.element-label {font-weight: 400; }
.pol-price {color: #ff4040; font-weight: 700;}
.pol-price h3 {color: #333;}
td.element-label {color: #333; font-weight: 400; }

/*СТРАНИЦА ПОЛНОГО ПРОСМОТРА КОНЕЦ*/


/*СТРАНИЦА МОИХ АНКЕТ*/
table.items {width: 100%; height: 140px;}
table.items td {padding: 0 10px 10px 10px; border-top: none!important; vertical-align: middle;}
table.items td img.jbimage {width: auto; height: 140px!important;}
.mysubmissions ul.submissions>li>div.header { height: 230px!important; background: #fff;}


li.element strong {font-weight: 400;  width: 65%; display: inline-block; padding-right: 20px;} 
.item-title span {position: relative; top: -15px;}
h3.toggler {font-weight: 400; color: #777; font-style: italic;}
ul.submissions li {width: 50%; float: left;}

 @media screen and (max-width: 560px) {
ul.submissions li {width: 100%; clear: both;}

}

/*СТРАНИЦА МОИХ АНКЕТ КОНЕЦ*/

 .item-edit-link {display: none;}


/*
@media screen and (max-width: 1200px) {
	li.element strong { width: 80px;}
.item-properties_cont {width: 140px; float: left; position: relative;  }
.item-image   { float: left; position: relative;  }
 .items img.jbimage {width: 160px!important; height: 215px!important;}
}
*/

/*
.jbfilter-element .radio-lbl {width: 20px; height: 20px; float: left; margin-left: 10px;}
*/
.element-itemname {position: relative!important; left: 0!important; }
 .cena {position: relative!important; top: 12px!important;}
  .vari {top: 18px!important; position: relative!important;}
  .jbzoo .well {height: 350px!important;}
  
  td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
ul.spisok li { list-style-type: disc;}
ul.spisok {margin: 0 0 15px 40px;}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {

  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

.h1,
h2,
.h2,
h3,
.h3 {
  margin: 10px 0 5px 0;
}
.blog h2 {margin: 10px 0 8px 0;}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
.item-text h4 {
	font-size: 15px;
	 line-height: 21px;
	 margin: 5px 0;
	 }

h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
label#jform_password1-lbl {margin-top: 20px; display: block;}
.item-page h3 {font-size: 24px; margin-top: 20px; font-weight: 600;}
.item-page h4 {margin-top: 20px; font-weight: 600;}
.item-page h2, legend h2 {font-size: 32px;}
.item-page h2 {margin-bottom: 25px;}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ff4040;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}

.items-leading .leading {
  margin-bottom: 40px;
}
.items-leading [class*="leading-"] {
  margin-bottom: 20px;
}

.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0 0 15px 0;
  width: 85%;
  font-weight: 700;
  font-size: 12px;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 90%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 10px 10px 0!important; 

}
.article-content img  { margin: 0 20px 5px 0!important;  width: 250px; height: auto;}
.blog img  { margin: 0 10px 5px 0!important;  width: 250px; height: auto;}
.article-image-full img {  max-width: 250px!important; height: auto;}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 20px 30px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 20px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  a.sign-up {
    display: none;
}
  
  
  
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 20px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  margin-bottom: 20px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
.categories-list {
  margin-bottom: 20px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.blog .page-header2 {margin: 0 0 20px 0;}
.blog h1 {margin: 20px 0 20px 0;}
.category-item .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.pagination ul {
margin: 25px 0;
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.pagination ul li {
display: inline-block;
  border: 1px solid #eeeeee;
  line-height: normal;
  margin-right: 10px;
  padding: 10px 20px;
}
.pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagination .counter {
 display: none;
}

.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more h3 {
  margin: 0 0 20px;
}
.items-more .nav > li {
  border-top: 1px solid #eeeeee;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
display: block;
margin: 10px 0;
}
.filters {
  margin: 10px 0;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}

@media (max-width: 900px)  {
	.module_pyat {position: relative!important;}
	
}
.sidebar80 .KIDE_div a {color: #fff!important;}
.content .KIDE_div a {color: blue!important;}
#KIDE_msgs a {color: blue!important;}

.jbzoo #comments .comment {
    border: none!important;
    background: transparent!important;
	border-bottom: 1px solid #e5e5e5!important;
}
.meta {font-size: 12px; color: #777;}
h3.comments-meta {
	border-bottom: 2px solid #0086c6;
    padding-bottom: 10px;
    margin-bottom: 0;}
	.author {font-weight: 700; font-size: 20px; position: relative; top: 10px;}
	

	

.persona {position: relative;}
.pro100 {
background: url("../images/real100.png") no-repeat scroll center center transparent;
height: 95px;
width: 95px;
bottom: 0; 
left: -5px;
position: absolute;
}
.pro50 {
height: 0;
overflow: hidden;
width: 0;
	
}

	/*
.jbzoo-item-1474 .kartinki:after {
content: url(http://sexohota.com/realphoto.png);
position: relative;
bottom: -20px; 
right: 60px;
position: absolute;

}
.jbzoo-view-item  .jbzoo-item-1474:after { display: none!important;}

*/
.jbzoo .pagination {padding-bottom: 20px;}
.jbzoo .pagination span {padding: 10px; font-size: 20px;}
.jbzoo .pagination a {color: #fff; padding: 10px; font-size: 20px; background-color: #e3250b;}
div.repeat-elements span.sort {
    background: url("../images/sort.png") 5px 4px no-repeat;
    cursor: move;
}

div.repeat-elements span.delete, div.repeat-elements span.sort {
    height: 40px;
    width: 42px;
    visibility: visible!important;
}

.rabota {margin: 15px 0; text-align: center;}
.rabota img {width: 100% !important; max-width: 300px;}
.green {
    color: green;
}

#out {
    color: red;
    font-size: 200%;
}
span.ht {float: left; position: relative; top: -10px; font-size: 17px; border-bottom: 1px dotted #999;
	 padding-bottom: 10px; width: 100%; }
span.ht2 {position: relative; top: -7px;}
span.ht img, h4.item-title img {height: 24px; width: 24px;}
/** tom-select.css (v2.5.2) */
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 4px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0px) 8px calc(8px - 2px - 3px - 0px);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0px solid #d0d0d0;
  overflow: auto;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0px solid #cacaca;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: rgb(124.5, 124.5, 124.5);
  background: white;
  border: 0px solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0px 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0px 4px 0px -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/*# sourceMappingURL=tom-select.css.map */