#cinar-main-logo, .h_logo_svg{
	height:24px;
}

#cinar-main-logo path{
	fill:var(--main_color) !important;
}

.iris-picker .iris-square{
	margin-right:5% !important;
}

.overlay-redcoder-editor{
	background-color:rgba(0, 0, 0, 0.2);
	position:fixed;
	z-index:1000;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:none;
}

.top_block_switch .switch {
  position: relative;
  background: #fff;
    background-color: rgb(255, 255, 255);
  background-color: var(--card_bg_black);
  width: 58px;
  height: 58px;
  line-height: 54px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align: center;
  cursor: pointer;
  margin-top: 1px;
}

.top_block_switch {
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
 top: 50%;
 z-index:2000;
 transform:translateY(-50%);
   background-color: rgb(255, 255, 255);
  border-radius: 0px 4px 4px 0px;
  transition: right ease 0.3s;
}

.redcoder-editor.close-redcoder-editor{
	left:-720px;
}

.redcoder-editor.close-redcoder-editor .redcoder-editor-close{
	right:0px;
	opacity:0;
}

.redcoder-editor-menu{
	width:220px;
	position:absolute;
	left:0px;
	overflow:auto;
	height:100%;
	z-index:3;
	top:0px;
	border-right: 1px solid #f3f3f3;
}

.redcoder-editor-menu-item{
	padding: 15px 24px;
	font-weight:300;
	cursor:pointer;
	border-bottom: 1px solid #f3f3f3;
}

.redcoder-editor-menu-item.active,
.redcoder-editor-menu-item:hover{
	background-color:var(--main_color_opacity_03);
}

.redcoder-editor-tab{
	display:none;
}

.redcoder-editor-tab.active{
	display:block;
}

.redcoder-editor-tabs{
	padding-left:220px;
}

.redcoder-editor{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	transition: all .3s ease;
	padding-top:45px;
	width:720px;
	z-index:999999999999; 
	background-color:#fff;
	box-shadow: 0px 4px 18px 0px var(--extra_color_opacity_10);
}

.redcoder-editor-in{
	height:100%;
	padding-bottom:120px;
	overflow:auto;
	
  display: block;
  overflow: auto;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-left: 220px;
  height: 100%;  
}

.redcoder-editor-close{
	position:absolute;
	right: -49px;
    transition: right ease 0.2s;
	top: 55px;
	cursor:pointer;
    width: 40px;
	display:flex;
	align-items:center;
	justify-content:center;
    height: 40px;
    border-radius: 100%;
	background-color:var(--main_color);
}


body.front-page .redcoder-editor button{
  box-shadow: 0 0 15px rgba(0,0,0,.05);
  border: 1px solid #e3e3e3;
  color:#808080;
  border-radius:4px;
  height:44px;
  padding-left:15px;
  outline:none !important;
  padding-right:15px;
  font-weight:300;
  background-color:#f8f8f8;
}

body.front-page .redcoder-editor button:hover{
	background-color:#fefefe;
}

.redcoder-editor-label{
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.redcoder-editor-label-notice{
	font-size:12px;
	font-weight:400;
	opacity:0.8;
	margin-top:6px;
	text-transform:none;
}

.redcoder-editor-item{
	padding:24px 30px;
	border-bottom: 1px solid #f3f3f3;
}

body.front-page input[type="text"].color-picker{   
   color: transparent;
   border:0px none;
   height:32px;
   width:32px;
   border-radius:16px;
   cursor:pointer;
   -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

body.front-page input[type="text"].hex-color{
   width:100px;
   height:44px;
   border-radius:4px;
   border: 1px solid #e2e2e2;
}


.color-picker-container_wrap{
	position:relative;
	height:44px;
    width:44px;
	display:flex;
	align-items:center;
	justify-content:center;
    border: 1px solid #e2e2e2;
    border-radius:22px;
}

.redcoder-editor-item.active{
	z-index:100;
	position:relative;
}

.color-picker-container_wrap .iris-picker{
	position:absolute;
	top:100%;
	left:0px;
}

.color-picker-container{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:300px;
}

@media (max-width: 990px) {
	
.top_block_switch{
	display:none;
}

}

.redcoder-editor-item--colorpuck-content{
	display:flex;
	flex-wrap:wrap;
}

.redcoder-editor-item-colorpuck{
    position: relative;
   height: 44px;
    width: 44px;
    display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid #e2e2e2;
   border-radius: 22px;
   margin-right:12px;
   margin-bottom:12px;
}

.redcoder-editor-item-colorpuck.active{
	border-color: var(--main_color);
}

.redcoder-editor-item-colorpuck-in{
	color: transparent;
	border: 0px none;
	height: 32px;
	width: 32px;
	border-radius: 16px;
	cursor: pointer;
}


.redcoder-style-selector_wrap{
	display:flex;
	flex-wrap:wrap;
	margin:0 -4px;
}

.col-md-1 .redcoder-style-selector-item.rssi-small{
	padding:6px 3px;
}

.redcoder-style-selector-item.rssi-small{
	padding:12px 10px;
}

.redcoder-style-selector-item{
	border-width: 2px;
	margin-bottom: 0px;
	cursor:pointer;
	border-radius:2px;
	width:100%;
	background-color:#f8f8f8;
	border: 1px solid #e2e2e2;
	text-align:center;
	font-size: 13px;
	line-height: 20px;
	font-weight:300;
	text-transform:uppercase;
	padding: 24px 0px 24px 0px;
}

.redcoder-editor-item-size-plus .redcoder-style-selector-item{
	font-size:16px;
}

.redcoder-style-selector-item:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	background-color:#fff;
	border-color:#fff;
}

.redcoder-style-selector-item.active{
	border-color:var(--main_color);
}

.redcoder-style-selector-item-col{
	padding:0 4px 8px 4px;
}

.redcoder-style-selector-item-title{
	font-weight:300;
	margin-bottom:12px;
	opacity:0.7;
	text-transform:uppercase;
	font-size:12px;
}

.redcoder-style-selector-item-button{
	background-color:#949494;
	width:86px;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:300;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#fff;
}

.redcoder-style-selector-item-button.rssi-object{
	height:86px;
}

.redcoder-editor-item-checkbox{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.redcoder-editor-item-checkbox + .redcoder-editor-label{
	margin-top:24px;
}

.checkbox-ya {
	display: inline-block;    
	height: 34px;    
	line-height: 34px;  
	margin-right: 10px;      
	position: relative;
	font-weight:300;
	text-transform:uppercase;
	vertical-align: middle;
	user-select: none;
}

.checkbox-ya-label{
	text-transform:none;
}

.checkbox-ya .checkbox-ya-switch {
	display: inline-block;
	box-sizing: border-box;	
	width: 90px;
	height: 34px;	
	margin: 0 auto;
	position: relative;	
	background: var(--main_color_opacity_04);
	background-position: -72px 0;
	background-size: 200% 100%;
	border: 1px solid var(--main_color_opacity_10);
	border-radius: 3px;
	font-size: 13px;
	color: var(--text_color);
	transition: all 150ms ease-in;	
}
.checkbox-ya .checkbox-ya-switch:before {
	content: '';
	display: block;
	box-sizing: border-box;	
	width: 34px;
	height: 34px;	
	position: absolute;
	top: 50%;
	left: -1px;
	text-indent: -100%;
	background-color: #fff;    
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 3px;
	transform: translateY(-50%);
	transition: all 150ms ease-in;
}
.checkbox-ya .checkbox-ya-feature {
	position: relative;
	display: block;
	height: 34px;
	line-height: 34px;	
	overflow: hidden;
}
.checkbox-ya .checkbox-ya-feature:before, .checkbox-ya .checkbox-ya-feature:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 150ms ease-in;
}
.checkbox-ya .checkbox-ya-feature:before {
	content: attr(data-label-on);
	left: -60%;
}
.checkbox-ya .checkbox-ya-feature:after {
	content: attr(data-label-off);
	right: 8px;
}
.checkbox-ya input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch {
	background-position: 0 0;
	border-color: var(--main_color_opacity_10);
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch:before {
	left: calc(100% - 33px);
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch .checkbox-ya-feature:before {
	left: 13px;
}
.checkbox-ya input[type=checkbox]:checked + .checkbox-ya-switch .checkbox-ya-feature:after {
	right: -60%;
}
 
/* Hover */
.checkbox-ya input[type=checkbox]:not(:disabled) + .checkbox-ya-switch:hover:before {
	border-color: var(--main_color_opacity_10);
}
.checkbox-ya input[type=checkbox]:not(:disabled) + .checkbox-ya-switch:hover {
	cursor: pointer;
}
 
/* Disabled */
.checkbox-ya input[type=checkbox]:disabled + .checkbox-ya-switch {
	border-color: rgba(0, 0, 0, .1);	
	filter: grayscale(70%);
}
.checkbox-ya input[type=checkbox]:disabled + .checkbox-ya-switch .checkbox-ya-feature {
	color: #999;
}
 
/* Focus */
.checkbox-ya.focused .checkbox-ya-switch:before {
	border-width: 2px;
	border-color: #ffdb4d;
}