/*##################### Top bar #####################*/
.wpda_top_bar{
	text-align: right;
	margin-top: 12px;
	margin-bottom: 5px;
}
.wpda_top_bar .wpdevart_support{
	float: none;
	display: inline-block;
}
/*##################### Heading #####################*/
.countdown_title h1{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #1d2327;
	display: flex;
	align-items: center;
	gap: 8px;
}
.countdown_title h1 span{display:flex;align-items:center;gap:10px;}
.countdown_title h1 .wpda_section_icon{width:24px;height:24px;opacity:0.7;}
/*ENABLE RADIO*/
.display_none{display:none;}
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../images/switch.gif) repeat-x; display: block; float: left; }
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -90px; padding: 0 10px; }
.cb-disable span { background-position: right -180px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -30px; }
.cb-disable.selected span { background-position: right -210px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }
.switch input { display: none; }
/*table hading name*/
.params_subtitle{
	padding:0px;
	margin: 0px;
	display: inline-block;
}
.wp-table.right_margin{
	margin-right:20px;
}
/*save all parametr button*/
.save_all_paramss{
  width: 160px;
  display: inline-block;
  float: right;
}
/*###################admin cuztomization grouped parametrs##############################*/
/*###################admin cuztomization grouped parametrs##############################*/
/*###################admin cuztomization grouped parametrs##############################*/

.main_parametrs_group_div{
	float:left;
	background-color:#fff;
	display:inline-block;
	width:100%;
	box-sizing: border-box;
	position: relative;
	min-width: 430px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04);
	margin-bottom: 16px;
	padding: 0;
	line-height: 1;
	overflow: hidden;
	transition: box-shadow 0.2s;
}
.left_sections{
	width:49%;
	margin-right:1%;
	float:left;
}
.right_sections{
	width:50%;
	float:left;
}
@media screen and (max-width: 1156px){
	.left_sections{
		width:100%;
	}
	.right_sections{
		width:100%;
	}
}
.main_parametrs_group_div:hover{
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.head_panel_div{
	cursor:pointer;
	border-bottom:1px solid #eee;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: background 0.15s;
}
.head_panel_div:hover{
	background: #f8f9fa;
}
.main_parametrs_group_div.closed_params .head_panel_div{
	border-bottom:0px;
}
.title_parametrs_group{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	user-select: none;
	font-weight: 600;
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 1.4;
	color: #1d2327;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}
.title_parametrs_group .wpda_section_icon{
	width: 18px;
	height: 18px;
	opacity: 0.6;
}
.open_or_closed{
	color: #aaa;
	font: 400 20px/1 dashicons;
	speak: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none!important;
	transition: color 0.15s, transform 0.2s;
}
.head_panel_div:hover .open_or_closed{
	color:#777
}
.open_or_closed:before{
	content: '\f142';
	
}
.main_parametrs_group_div.closed_params .open_or_closed:before{
	content: '\f140';
}
.main_parametrs_group_div.closed_params .inside_information_div{
	display:none;
}
.section_parametrs_table{
	border:0px !important;
}

.section_parametrs_table > tbody > tr td{
	vertical-align:middle !important;	
}
.section_parametrs_table > tbody > tr>td:nth-child(1){
	width:42%;
}
table{
	border-collapse:collapse;
}
.desription_class{
	float: right;
	cursor: default;
	color: #0074a2;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #000000;
	border-radius: 200px;
	height: 20px;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 15px;
}
/*##################### Options tr td styling Panel #####################*/
/*##################### Options tr td styling Panel #####################*/
/*##################### Options tr td styling Panel #####################*/
.td_option_description{
	position: relative;	
}
.td_option_description .wpdevart-title{
	margin-left: 5px;
    font-size: 13px;
    font-family: sans-serif;
}
.tr_option{
	height: 42px;
}
.tr_option:hover{
	background-color:#f8f9fa;
}
.tr_option td{
	border-bottom:1px solid #f0f0f1;
	padding: 10px 12px;
}
.tr_option:last-child td{
	border-bottom: none;
}
/*for margin and padding optins*/
.tr_option.tr_pading_margin input {
    max-width: 50px;
}
.tr_option.tr_pading_margin label{
	position: relative;
    bottom: 4px;
}
/*##################### color picker styles #####################*/
/*##################### color picker styles #####################*/
/*##################### color picker styles #####################*/
.wpda_color-picker{
	position: relative;
	height: 30px;
}
.wpda_color-picker .wp-picker-container{
	position: absolute;
	top:10px;
}
.wpda_color-picker .wp-picker-container.wp-picker-active{
	z-index: 9;
}

/*##################### range input styling #####################*/
/*##################### range input styling #####################*/
/*##################### range input styling #####################*/
.range_option_td output,.range_option_td small{
	position: relative;
	bottom: 2px;
}
input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    
    /*required for proper track sizing in FF*/
    width: 145px;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
    margin-top: -5px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

/*######################################### Params help ###################################*/
/*######################################### Params help ###################################*/
/*######################################### Params help ###################################*/

.wpdevart-info-container{
	display: inline-block;
	position: absolute;
	z-index: 4;
	width: 18px;
	height: 18px;
	border: 1.5px solid #8c8f94;
	border-radius: 100%;
	right: 16px;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
	font-weight: 600;
	color: #8c8f94;
	font-size: 11px;
	transition: all 0.2s;
}
.wpdevart-info-container:hover{
	border-color: #2271b1;
	color: #2271b1;
}
.wpdevart-info-container .wpdevart-info{
	position: absolute;
	display: none;
	left: 28px;
	top: -7px;
	background-color: #1d2327;
	padding: 10px 14px;
	z-index: 10;
	min-width: 200px;
	max-width: 280px;
	color: #d4d4d4;
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
	border-radius: 8px;
	text-align: left;
	line-height: 1.5;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
.wpdevart-info-container:hover .wpdevart-info{
	display: block;
}

/*Remove elements*/
.remove_element{
	background-image:url(../images/remove_element.png);
	background-size:contain;
	width: 21px;
	height: 21px;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-left: 7px;
	cursor: pointer;
}

/*SAVING PARAMETRS*/
button{
	webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
	-moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
	-ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
	-o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
	transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
 }
 .save_section_parametrs{
	width: 100px;
	text-align: left;
	overflow:hidden;
}
.save_section_parametrs.padding_loading{
	width: 130px !important;
}
 .save_all_section_parametrs{
	width: 130px;
	text-align: left;
	overflow:hidden;
}
.save_all_section_parametrs.padding_loading{
	width: 150px !important;
}
 .save_section_parametrs{
	width: 100px;
	text-align: left;
	overflow:hidden;
}
.save_section_parametrs.padding_loading{
	width: 130px !important;
}
.saving_in_progress{
	position: relative;
	display:none;
	width: 20px;
	height: 20px;
	margin-left: 12px;
	top: 4px;
	background-image: url(../images/loading.gif);
	background-size:100% 100%;
 }
.save_button_span{
	 float:left;
}
 .sucsses_save{
	position: relative;
	display:none;
	width: 20px;
	height: 20px;
	margin-left: 12px;
	top: 4px;
	background-image: url(../images/success.png);
	background-size:100% 100%;
}
.error_in_saving{
	position: relative;
	display:none;
	width: 20px;
	height: 20px;
	margin-left: 12px;
	top: 4px;
	background-image: url(../images/remove_element.png);
	background-size:100% 100%;
}
.error_massage{
	color: #BB1E1E;
	font-size: 18px;
	font-weight: bold;
	padding-left: 21px;
}
/* remove upload image*/
.remove_upload_image{
	width:27px;
	line-height:27px;
	cursor:pointer;
}

/*##################### sortable #####################*/
/*##################### sortable #####################*/
/*##################### sortable #####################*/
.wpdevart_sortable{
	max-width: 200px;
}
.wpdevart_sortable li{
	padding-left: 3px;
	cursor:move;
	font-weight: bold;
    color: #1c94c4;
}
.wpdevart_sortable .ui-state-highlight{
	height:19px;
}
.wpdevart_sortable span{
	float:right
}
.wpdevart_sortable  .control_deactive  {
	background:none;
	background-color:#000000 !important;
}
.wpdevart_sortable   .control_active{
	background:none;
	background-color:#FFFFFF !important;
}
/*##################### Upload #####################*/
/*##################### Upload #####################*/
/*##################### Upload #####################*/
.cont_button_uploaded_img{
	position: absolute;
    margin-left: 10px;
    max-height: 30px;
    max-width: 30px;
}
.wpdevart_support:before {
    content: "";
    background: url(../images/support-white.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px;
    top: 8px;
    position: absolute;
    left: 15px;
}
.wpdevart_support {
    float: right;
    padding: 11px 20px 12px 50px;
    position: relative;
	margin-right:20px;

}
.wpdevart_support, .wpdevart_upgrade {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    border: 0;
    color: #ffffff;
    font-weight: 400;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-image: linear-gradient(141deg, #7052fb, #00a0d2);
}
.wpdevart_support:hover, .wpdevart_upgrade:hover, .wpdevart_support:focus, .wpdevart_upgrade:focus {
    color: #ffffff;
    opacity: 0.85;
    box-shadow: none;
    outline: none;
}
.wpdevart_page_head h2{
	height: 30px;	
}

/*chosen jquery*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-single input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
pre{  white-space: normal;}
.wp-picker-holder{position:absolute;z-index:100000;}
.section_parametrs_table tbody td,.inside_information_div{overflow:visible !important;}
