@charset "UTF-8";


.selectpicker {
    overflow: visible;
    z-index: 99999!important;
    position: fixed
}

 
body
  {
overflow-x: hidden;
scroll-behavior: smooth!important;
      
background: #eff2f7;
	  
}
.status{padding-bottom: 4px;}
.mon2_miniBtn {margin: 0px!important; padding: 2px 0px 0px 5px!important;} 

.soft {
background: #FFFFFF;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}




/*for mobile*/
.soft-mobile{
    margin-top: 7px!important;
    padding-bottom: 25px!important;
    -webkit-border-radius: 10!important; 
    -moz-border-radius: 10!important;
    border-radius: 10!important;}


.duble_langDiv l {display: none;}
.duble_langDiv a {color: #000!important;}




#menutag {
       background: linear-gradient(266deg, #FFF6E2, #FFDCDC)!important;
}
.tag_skittels{
}

.btn-light {background: #FFFFFF!important;}
.btn-light:hover {background: #f5f7f7!important;}
.btn-light:active {background: #E4E9E9!important;}

.btn {
-webkit-box-shadow: 0px 2px 1px 1px rgba(34, 60, 80, 0.05);
-moz-box-shadow: 0px 2px 1px 1px rgba(34, 60, 80, 0.05);
box-shadow: 0px 2px 1px 1px rgba(34, 60, 80, 0.05);
}

.soft .btn-light{ background: #f5f7f7!important;}
.soft .btn-light:hover{ background: #EFF2F2!important;}
.soft .btn-light:active{ background: #E3E8E8!important;}

.soft .btn {
-webkit-box-shadow: none;
-moz-box-shadow:  none;
box-shadow:  none;
}


.btn-link {
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
box-shadow: none!important;
   } 

.modal-content{
    -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.hideTextarea{width: 100%;}


.verOnline{margin-top: 12px!important;}


.word {position: inherit; background: rgba(147,147,147,0.08)}
.word-gr {background: rgba(163,163,163,0.21)}

.dropdown-item:hover {background: #EFF2F7}
.dropdown-item:active {background: #E4E9F1}

.menuBtn {height: 30px; padding: 5px 10px; margin-left: -10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.menuBtn:hover { background:  #E4E9F1}
.menuBtn:active { background: #EFF2F7;}

.checker {width: 5px; height: 5px; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; display: inline-block; vertical-align: middle; background: none;}
.word-checker {background: #A0B789; transition: 0.1s;}

.one_word {background: #FFF5CC;}

.word-gr2 { border: 4px solid #FF0004 !important; }

#Product_Code {
    border: none; 
    outline:none;
    font-size: 120%;
    font-weight: 600;
    text-align: right;
    width: 100%;
    background:#F8F9FA;
    padding: 5px 10px;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

.activation_successful{background: #FFFCEC;
  background-image: linear-gradient(90deg, #FFDE00 50%, transparent 50%), linear-gradient(90deg, #FFDE00 50%, transparent 50%), linear-gradient(0, #FFDE00 50%, transparent 50%), linear-gradient(0, #FFDE00 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
  animation: running-contour 0.5s linear infinite;
    padding: 10px 20px;
    
    
}

.no_activation{background: #F8F9FA ;
  background-image: linear-gradient(90deg, #E6EAED 50%, transparent 50%), linear-gradient(90deg, #E6EAED 50%, transparent 50%), linear-gradient(0, #E6EAED 50%, transparent 50%), linear-gradient(0, #E6EAED 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
  animation: running-contour 0.5s linear infinite;
    padding: 10px 20px;
    
  
    
}


@keyframes running-contour {
  from { background-position: 0 0, 8px 100%, 0 8px, 100% 0;}
  to { background-position: 8px 0, 0 100%, 0 0, 100% 8px;}}

.for_window {
    resize: both;
    overflow: hidden;
    border: 1px solid black;
    max-width:100%;
    position: relative;
    min-width: 200px;
    min-height: 100px;
    z-index: 1;
	
	
background-color: #f3f3f3;
opacity: 1;
background-image:  repeating-linear-gradient(45deg, #fbfbfb 25%, transparent 25%, transparent 75%, #fbfbfb 75%, #fbfbfb), repeating-linear-gradient(45deg, #fbfbfb 25%, #f3f3f3 25%, #f3f3f3 75%, #fbfbfb 75%, #fbfbfb);
background-position: 0 0, 8px 8px;
background-size: 16px 16px;
	
}

.setkey {
    width: 55px!important;
}

.fullInWindow{
    position: absolute;
	text-align: center;
    margin: auto;
    left: 1;
    top: 0;
    bottom: 1;
    right: 0;
	padding: 10px 10px 0px 0px;
	z-index: 3!important;
}




.sittings{ font-size: 80%;
}


.cut{
	/*обрезать ...*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}



.window {
    position: relative;
	height: 500px;
	background: #FFFFFF;
	z-index: 2;
	
	
	/* Unselectable text. */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
	
}

.form-control,.custom-control {
    display: inline-block;
    width: auto;
	vertical-align: middle;
}


.toggleMute { opacity: 0.3;}
.toggleMute2 { opacity: 1!important;}



.mirror-X{
	-moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1);
}

.mirror-Y{
	-moz-transform: scaleY(-1); -o-transform: scaleY(-1); -webkit-transform: scaleY(-1); transform: scaleY(-1);
}


.mirror-XY{
	-moz-transform: scaleX(-1) scaleY(-1); -o-transform: scaleX(-1) scaleY(-1); -webkit-transform: scaleX(-1) scaleY(-1); transform: scaleX(-1) scaleY(-1);
}

.setup-input-txt{ width: 130px; text-align: left;}

.setup_key {background: #FFF300;animation: setup_key_ani 500ms infinite;}
@keyframes setup_key_ani {
      0% { background-color: #FFFFFF; }
      50% { background-color: #FFF6B4; }
      100% { background-color: #FFFFFF; }
      }


.setup_key_info {animation: setup_key_info_ani 500ms infinite; }




@keyframes setup_key_info_ani {
      0% { opacity: 1 }
      50% { opacity: 0.5 }
      100% { opacity: 1 }
      }


.Key_info {font-size: 80%; padding: 5px; }


.way {display: none;}

.ico {
	height: 20px; width: auto;
	vertical-align: middle;
	margin-top: -3px;
}

.flag {
    height: 16px; width: auto;
	vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
    opacity: 0.8;
    
}

.tv_logo {
    height: 35px; width: auto;
	vertical-align: middle;
    
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 30%;
    
    transition: all 0.2s;
    
}

.tv_logo:hover {
    height: 35px; width: auto;
	vertical-align: middle;
    
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 100%;
    
}

.ico_reset{
	height: 20px; width: auto;
	vertical-align: middle;
	margin-top: -3px;
    opacity: 0.3;
    transition: all 0.2s;

}

.ico_reset:hover{
    opacity: 1;
}

.ico_reset:active{
  opacity: 0.2;
}

.icoload{
    height: 50px; width: auto;
    vertical-align: middle;
	margin-top: -3px;
}

.ico2mon {
	height: 10px; width: auto;
	vertical-align: middle;
	margin-top: -3px;
}

.icologos {
	width: 30px; height: 30px;
	vertical-align: middle;
	margin-right: 20px;
	opacity: .30;
	transition: 0.3s;
}

.icologos:hover {
	opacity: .90;
}


.icologos-black {
	opacity: 1;
}


.vam {vertical-align: middle;}





.theEnd {
    width: 220px;
	height: 65px;
	background: #ffde00;
    position: absolute;
	text-align: center;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	vertical-align: middle;
	z-index: 5!important;
	color: #000;
	font-size: 250%;
	font-weight: 500;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-transform: uppercase;
  }


.msgForm{z-index: 0;}


.red{
    color: #FF2F00;
}

.msg {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background: #ffde00;
    position: absolute;
	text-align: center;
    margin: auto;
    left: 0;
    top: 1;
    bottom: 0;
    right: 0;
	vertical-align: middle;
	z-index: 11!important;
	color: #000;
	font-size: 100px;
	font-weight: 500;
    margin: 0px 0px;
    padding: 0px 0px;
  }

.ad{
	width: 80%;
	min-height: 60px;
	background: #ffde00;
    position: absolute;
	text-align: left;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 1;
    right: 0;
	margin-top: 50px;
	padding: 20px 30px;
	vertical-align: middle;
	z-index: 10;
	color: #000;
	font-size: 100%;
	
	font-weight: 500;
		
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	
	
	-webkit-box-shadow: 0px 0px 23px 3px rgba(255,  222,  0, 1);
-moz-box-shadow: 0px 0px 23px 3px rgba(255,  222,  0, 1);
box-shadow: 0px 0px 23px 3px rgba(255,  222,  0, 1);
}


.onZoomPanel{
    position: absolute;
	text-align: right;
    margin: auto;
    left: 1;
    top: 0;
    bottom: 1;
    right: 0;
	padding: 5px 10px 0px 0px;
	z-index: 6; 
}
	

.Full_BG{
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
    top: 0;
    bottom: 0;
    right: 0;

	background-color: #f3f3f3;
opacity: 1;
background-image:  repeating-linear-gradient(45deg, #fbfbfb 25%, transparent 25%, transparent 75%, #fbfbfb 75%, #fbfbfb), repeating-linear-gradient(45deg, #fbfbfb 25%, #f3f3f3 25%, #f3f3f3 75%, #fbfbfb 75%, #fbfbfb);
background-position: 0 0, 8px 8px;
background-size: 16px 16px;
}

.timer_css {
	width: 170px;
	height: 170px;
	background: #ffde00;
    position: absolute;
	text-align: center;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	
	

	background: url(../img/timer.svg);
	  background-size: 170px 170px;  
	-o-background-size: 170px 170px;  
	-webkit-background-size: 170px 170px;
	 background-position: center;
	display:inline-block;

  }


.timer_seconds_css{
	margin-top: 15px; 
	font-size: 500%;
	font-weight: 600;
	vertical-align: middle;
	
}
.timer_txt{
	margin-top: -25px;
	font-weight: bold;
}

.timer_txt2{
	font-weight: bold;
	font-size:78%;
	/*background: #ffde00;*/
	padding: 3px 10px;
	
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	
	}

.alert_pult_close {
width: 100vw;
  height: 100vh;
	

	color: #191919;

	text-align: center;
	padding-top: 35%;
	font-size: 120%;
	overflow:hidden!important;
	font-weight: 500;
	
	
background-color: #f3f3f3;
opacity: 1;
background-image:  repeating-linear-gradient(45deg, #fbfbfb 25%, transparent 25%, transparent 75%, #fbfbfb 75%, #fbfbfb), repeating-linear-gradient(45deg, #fbfbfb 25%, #f3f3f3 25%, #f3f3f3 75%, #fbfbfb 75%, #fbfbfb);
background-position: 0 0, 8px 8px;
background-size: 16px 16px;
  }





.TextBox {
	width: 100%;
	height: 100%;
	font-size: 100px;
	overflow-x: hidden;
	padding-left: 40px;
	padding-right: 40px;
	
	line-height: 1.5;
	text-shadow: black 0px 1px 0px;
	z-index: 2;
    position: relative;
    -webkit-overflow-scrolling: touch; /* Для поддержки Safari */
	
}

.WordWrap {
    word-wrap: break-word; /*Перенос строк добавляется автоматически, чтобы слово поместилось в заданную ширину блока.*/
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */

* {
  --sb-track-color: rgba(255,255,255,0.00);
  --sb-thumb-color: #ffde00;
  --sb-size: 5px;
}

*::-webkit-scrollbar {
  width: var(--sb-size)
}

*::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 2px;
}

*::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 2px;
  
}

@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

.TextArea{
    resize: vertical;
     width: 100%;
    min-height: 250px;
   font-size: 100%;
    
    border: 1px solid rgba(206,212,218,1.00);
    
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
    
    background: #FFFFFF;
	
}

.TextArea::-webkit-scrollbar {
    width: 18px;
  }

.TextArea::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.00);
  }

 .TextArea::-webkit-scrollbar-thumb {
    background-color: #ffde00;
    border-radius: 10px;
    border: 5px solid rgba(255,255,255,1.00);
     
  }


.Full{
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
z-index: 3;
}






.mark{ background: none; cursor: pointer;}
.mark_left {
	width: 40px; height: 100px;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0; 
    right: 1;
	z-index: 5;
  }

.mark_right {
	width: 40px; height: 100px;
    position: absolute;
    margin: auto;
    left: 1;
    top: 0;
    bottom: 0;
    right: 0;
	margin-right: 3px;
	z-index: 5;
	transform: scaleX(-1);
  }

.navPanel{
	z-index: 3;
	
	/* Unselectable text. */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
	
}
.navPanel_Full {
    position: absolute;
	text-align: center;
    margin: auto;
    left: 0;
    top: 1;
    bottom: 0;
    right: 0;
	z-index: 1;
   
	
	
	-webkit-box-shadow: 0px -4px 0px -1px rgba(0,  0,  0, 0.2);
-moz-box-shadow: 0px -4px 0px -1px rgba(0,  0,  0, 0.2);
box-shadow: 0px -4px 0px -1px rgba(0,  0,  0, 0.2);
    
   
 
    
	
  }


.blur{
   -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    
}

.PanelOpacity{
    padding-top: 4px;
	padding-bottom: 4px;
}

.navPanel-Blokked {
	opacity: 0.3;
	pointer-events: none;
	
}

.displaynone {
	display: none;
}

.timer{
	padding: 2px;
	width: 33px;
	height: 33px;
	text-align: center;
	border: none;
	background:  none;
	font-weight: 500;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.timer-bg{
	width: 33px;
	height: 33px;
	background: url(../img/timer.svg);
	  background-size: 33px 33px;  -o-background-size: 33px 33px;  -webkit-background-size: 33px 33px;
	 background-position: center;
	display:inline-block;
	vertical-align: middle;
}





.css_color{
	width: 28px; height: 28px;
	border: none;
	margin: 0px; padding: 0px;
	border-radius: none;
	background: none;
	vertical-align: middle;
	margin-top: -5px;
}

*{
  box-sizing: border-box;
}
/* input[type="color"]  */
input[type="color"] {
  -webkit-appearance: none;
  border: none;
  background: #fff;
  width: 28px;
  height: 28px;
  border: 1px solid #ced4da;
  border-radius: 50%;
}
/* -webkit */
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;    
}
input[type="color"]::-webkit-color-swatch {
  border: none;  
  border-radius: 50%;
}
/* firefox */
input[type=color]::-moz-focus-inner {
  border: none;
  padding: 0;
  border-radius: 50%;
}
input[type=color]::-moz-color-swatch {
  border: none;
  border-radius: 50%;
}









.delay{
	
}
.fontsize{
	
}
.sec{margin-left:5px;}


.timer_display{
	z-index: 5;
}


.btnPlay{
	width: 80px;
	white-space: nowrap;
}

.nowrap{
	white-space: nowrap;
}

.stopAnimation{
-webkit-box-shadow: 0px 0px 0px 0px rgba(255,  212,  0, 0) inset;
-moz-box-shadow: 0px 0px 0px 0px rgba(255,  212,  0, 0) inset;
box-shadow: 0px 0px 0px 0px rgba(255,  212,  0, 0) inset;
transition: 0.3s;
}
.stopAnimation:hover{
-webkit-box-shadow: 0px 0px 0px 0px rgba(255,  212,  0, 0) inset;
-moz-box-shadow: 0px 0px 0px 0px rgba(255,  212,  0, 0) inset;
box-shadow: 0px 0px 0px 0px rgba(255,  212,  0, 0) inset;
transition: 0.3s;
}
.stopAnimation:active{
-webkit-box-shadow: 0px 0px 30px 5px rgba(255,  212,  0, 0.9) inset;
-moz-box-shadow: 0px 0px 30px 5px rgba(255,  212,  0, 0.9) inset;
box-shadow: 0px 0px 30px 5px rgba(255,  212,  0, 0.9) inset;
	transition: 0.01s;}

.tags-item:hover {background: #FFF;}

.tag{color: #000; padding: 4px 15px; filter: brightness(100%); font-weight: bold}
.tag:hover{color: #000; filter: brightness(95%);}
.tag:active{color: #000!important; filter: brightness(120%);}

#tag-u {padding:4px 8px;}

#tag-1{ background: rgba(255,204,0,0.45)!important;}
#tag-2{ background: rgba(255,73,0,0.45)!important;}
#tag-3{ background: rgba(0,132,255,0.45)!important;}
#tag-4{ background: rgba(113,223,0,0.45)!important;}
#tag-5{ background: rgba(108,32,167,0.45)!important;}





#order_id{
}




#lang{border: none!important; width: 30px; font-size: 80%; color: #D1DAE8; background-color: transparent;}

.d1{
	margin: 10px 0px; padding: 0px 10px;  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	background: hsla(52,100%,50%,0.70);
}
.d2{
	margin: 10px 0px; padding: 0px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	background: hsla(0,100%,50%,0.70);
}
.d3{
	margin: 10px 0px; padding: 0px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	background: hsla(223,100%,50%,0.70);
}
.d4{
	margin: 10px 0px; padding: 0px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	background: hsla(117,100%,50%,0.70);
}
.d5{
	margin: 10px 0px; padding: 0px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	background: hsla(272,100%,50%,0.70);
}

.btn {
	font-weight: 500;
}
.btn-warning {
	background: #FFDE00;
	border: 0px;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
	background: #FFE11D;}


::selection {background-color: #D3DAE6;color: #000;}
::-moz-selection { background-color: #D3DAE6; color: #000;}

textarea::selection {background-color: #FFDE00;  color: #000; }
textarea::-moz-selection {background-color: #FFDE00;  color: #000; }

.css_stat{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	background: #EFF2F7;
	padding: 0px 4px 1px 4px;
}

.css_stat_yellow .css_stat{
    background: rgba(251,219,0,0.10)
}
.droparea {
	font-size: 90%;
	width: 100%;
	border: 2px dashed #ced4da;
	padding: 7px;
	padding-left: 10px;
	margin-left: 0px;
	position: relative;
     background: #FFFFFF;
    
	
    
-webkit-box-shadow: 0px 5px 5px 3px rgba(0, 0, 0, 0.05) inset;
-moz-box-shadow: 0px 5px 5px 3px rgba(0, 0, 0, 0.05) inset;
box-shadow: 0px 5px 5px 3px rgba(0, 0, 0, 0.05) inset;
    
 -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;   
    
    transition: 0.3s;
	
/*обрезать ...*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    
    
outline: 0px solid rgba(255,255,255,0.00);
outline-offset: 0px;

}

.overflow {/*обрезать ...*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.droparea:hover { 
	background: hsla(0,0%,90%,0.30);
}


.droparea:active { 
    opacity: 0.5;
}


.droparea2 {
	transform: scale(1.2);
	transition: 0.2s;
	z-index: 6;
	background: hsla(0,0%,100%,1.00);

/* рамка вокруг border при перетаскивании*/
outline: 3px solid rgba(255,222,0,1.00);
outline-offset: 5px;
    
    animation-name: drop;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
    animation-timing-function:linear;
    
    
 /* тень*/   
 -webkit-box-shadow: 2px 11px 49px -4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 2px 11px 49px -4px rgba(0, 0, 0, 0.2);
box-shadow: 2px 11px 49px -4px rgba(0, 0, 0, 0.2);
}

@keyframes drop {
  from {outline: 3px solid rgba(255,222,0,0.9); outline-offset: 5px;
  }
  50% {outline: 3px solid rgba(255,222,0.3); outline-offset: 10px;
  }
  to {outline: 3px solid rgba(255,222,0,0.9); outline-offset: 5px;
  }
}


.droparea.is-over {
  border: 1px solid;
    
    
}
.input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}


@font-face {
font-family: "RobotoSlab";
src: url("font/RobotoSlab-Regular.ttf") format("truetype"); font-style: normal;
} 

@font-face {
font-family: "Caveat";
src: url("font/Caveat-Regular.ttf") format("truetype"); font-style: normal;
}

@font-face {
font-family: "Pangolin-Regular";
src: url("font/Pangolin-Regular.ttf") format("truetype"); font-style: normal;
}

@font-face {
font-family: "Neucha-Regular";
src: url("font/Neucha-Regular.ttf") format("truetype"); font-style: normal;
} 

@font-face {
font-family: "PoiretOne-Regular";
src: url("font/PoiretOne-Regular.ttf") format("truetype"); font-style: normal;
} 

@font-face {
font-family: "Vollkorn-Regular";
src: url("font/Vollkorn-Regular.ttf") format("truetype"); font-style: normal;
} 

@font-face {
font-family: "RussoOne-Regular";
src: url("font/RussoOne-Regular.ttf") format("truetype"); font-style: normal;
} 

@font-face {
font-family: "PressStart2P-Regular";
src: url("font/PressStart2P-Regular.ttf") format("truetype"); font-style: normal;
} 

@font-face {
font-family: "AnonymousPro-Regular";
src: url("font/AnonymousPro-Regular.ttf") format("truetype"); font-style: normal;
} 

@font-face {
font-family: "NotoSansMono-Regular";
src: url("font/NotoSansMono-Regular.ttf") format("truetype"); font-style: normal;
} 

@font-face {
font-family: "Brygada1918-Regular";
src: url("font/Brygada1918-Regular.ttf") format("truetype"); font-style: normal;
} 

@font-face {
font-family: "PTSerifCaption-Regular";
src: url("font/PTSerifCaption-Regular.ttf") format("truetype"); font-style: normal;
} 

@font-face {
font-family: "SeymourOne-Regular";
src: url("font/SeymourOne-Regular.ttf") format("truetype"); font-style: normal;
} 

@font-face {
font-family: "Forum-Regular";
src: url("font/Forum-Regular.ttf") format("truetype"); font-style: normal;
} 

 #tooltip{
 background: #000000;
 color: #FFFFFF;
 font:menu;
 margin:0px;
 padding:3px 5px;
 position:absolute;
 visibility:hidden;
 border-radius:3px;  
 -khtml-border-radius:3px;
 -moz-border-radius:3px; 
 font-weight:bold;
 z-index: 999999;
	   }







/*INPUT RANGE*/
*, *:before, *:after {
  box-sizing: border-box;
}



.range {
  margin: -6px 0 0 0%;
	width: 100%;
}

.range-range {
  -webkit-appearance: none;
  width: calc(100% - (55px));
  height: 10px;
  border-radius: 5px;
  
  outline: none;
  padding: 0;
  margin: 0;
	
	background: #eeeff1;

background: rgb(239,239,241);
background: linear-gradient(90deg, rgba(239,239,241,1) 0%, rgba(239,239,241,1) 25%, rgba(227,227,231,1) 25%, rgba(227,227,231,1) 26%, rgba(239,239,241,1) 26%, rgba(239,239,241,1) 50%, rgba(227,227,231,1) 50%, rgba(227,227,231,1) 51%, rgba(238,239,241,1) 51%, rgba(238,239,241,1) 75%, rgba(227,227,231,1) 75%, rgba(227,227,231,1) 76%, rgba(238,239,241,1) 76%, rgba(238,239,241,1) 100%);
}

.range-range-speed {
background: rgb(239,239,241);
background: linear-gradient(90deg, rgba(239,239,241,1) 0%, rgba(239,239,241,1) 25%, rgba(227,227,231,1) 25%, rgba(227,227,231,1) 26%, rgba(239,239,241,1) 26%, rgba(239,239,241,1) 50%, rgba(227,227,231,1) 50%, rgba(227,227,231,1) 51%, rgba(239,239,241,1) 51%, rgba(234,250,237,1) 75%, rgba(227,227,231,1) 75%, rgba(227,227,231,1) 76%, rgba(234,250,237,1) 76%, rgba(211,249,218,1) 100%);
}
.range-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-range::-webkit-slider-thumb:hover {
  background: #FFDE00;
}
.range-range:active::-webkit-slider-thumb {
  background: #FFDE00;
}
.range-range::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.range-range::-moz-range-thumb:hover {
  background: #FFDE00;
}
.range-range:active::-moz-range-thumb {
  background: #FFDE00;
}
.range-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #FFDE00;
}


.range-number { 
  width: 30px; 
  height: 28px;
  text-align:center;
  background: none;
  border: none;
  color: #000; font-weight: 500;
}

.range-value {
  display: inline-block;
  position: relative;
  width: 40px;
  color: #000;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  background: #eeeff1;
  padding: 1px 5px;
  margin-left: 5px;
}
.range-value:after {
  position: absolute;
  top: 8px;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #eeeff1; /* #eeeff1*/
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
/*END. INPUT RANGE*/

.range-100{ 
width: 100%;
    margin-top: 10px;
}
.range-100:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  content: "";
}

/*Убрать выделение инпутов*/
input {
	outline: 0 !important;
	outline-offset: 0;
}



/* Убрать стрелки с  type="number" */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
	
}


.tooltip1 {
  position: relative;
  display: inline-block;
}

.tooltip1 .tooltiptext {
  width: 130px;
  font-size: 80%;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
    margin-bottom: -15px;
  
  -webkit-animation: tooltip 3s;
  animation: tooltip 3s;
    
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;	
}

.tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}



@-webkit-keyframes tooltip {
    0% {opacity:0.0;}
    25% {opacity:1.0;}
    75% {opacity:1.0;}100% {opacity:0.0;}
}

@keyframes tooltip {
    0% {opacity:0.0;}
    25% {opacity:1.0;}
    75% {opacity:1.0;}
    100% {opacity:0.0;}
}


/* btn ap */

.tgl {display: none;}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {box-sizing: border-box;}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 3.2em; /* 4 */
  height: 1.6em; /* 2 */
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {left: 50%;}


.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #DBDBDB;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: rgba(255,222,0,1.00);
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}
/* end. btn ap */





/*удаляем стрелки dropdown*/
.caret-off::before {
    display: none!important;
}
.caret-off::after {
    display: none!important;
}