

/* Start:/helpdesk/css/style.css?167773470011091*/
body
{
  margin-bottom:40px;
}

.button1 
{
  font-family: Geneva, Arial, Helvetica, sans-serif;
  #font-weight: 600;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 10px;
  background: rgb(1,136,78);
  box-shadow: 0 -3px rgb(1,117,67) inset;
  transition: 0.2s;
} 
.button1:hover { background: rgb(0,166,94); }
.button1:active {
  background: rgb(1,112,64);
  box-shadow: 0 3px rgb(1,117,67) inset;
}

.button2 
{
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 10px 30px;
  margin: 10px 20px;
  position: relative;
  overflow: hidden;
  border: 2px solid #fe6637;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif; 
  font-size: 18px;
  color: #000000;  
  transition: .2s ease-in-out;
  width: 250px;
}

.button2:before 
{
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
  height: 50px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -75px;
  transform: skewX(-45deg);
}

.button2:hover {
  background: #fe6637;
  color: #fff;
}

.button2:hover:before {
  left: 300px;
  transition: .5s ease-in-out;
}

.capt 
{
  font-family: 'Montserrat', sans-serif; 
  font-size: 18px;
  color: #ffffff;
  #font-weight: 600;
  background: url(/../images/text.png) #088b6e repeat-x;
  padding: .5em
}

textarea 
{
  border-radius: .45em;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: 634px;
  height: calc(100vh - 750px);
  min-height: 60px;
}

.checkbox input 
{
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox__text 
{
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}

.checkbox__text:before 
{
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
  transition: .2s;
}

.checkbox__text:after 
{
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: .2s;
}

.checkbox input:checked + .checkbox__text:before 
{
  background: #088b6e;
}

.checkbox input:checked + .checkbox__text:after 
{
  left: 26px;
}

input[type=file] 
{
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
  margin-top: 14px;
}

.simplebutton 
{
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
  height: 50px;
}

.simplebutton input[type=submit] 
{
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
  margin-top: 14px;
}


.fsty {
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
}

.fsty input[type=submit] 
{
  border: 1px solid #f44c0e;
  color: #fff;
  background: #f16436;
  border-radius: .45em;
  margin-left: 0em;
  position: relative;
  left: 0px;
  top: -2px;
  width: 100px;
  height: 28px;
  cursor: pointer;
}

.fsty input[type=submit]:hover 
{
  background: #D64A1C;
}

.fsty input[type=text] 
{
  border: 1px solid #555555;
  border-radius: .15em;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: 434px;
  height: 25px;
}

.fsty input[type=password] 
{
  border: 1px solid #555555;
  border-radius: .15em;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: 434px;
  height: 25px;
}


.fsty textarea 
{
  border-radius: .45em;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: calc(100% - 5px);
  height: 90%;
  min-height: 40px;
}

.fsty2 
{
  font-family: 'Montserrat', sans-serif; 
}

.fsty2 button 
{
  border: 1px solid #f44c0e;
  color: #fff;
  background: #f16436;
  border-radius: .45em;
  margin-left: 0em;
  position: relative;
  left: 0px;
  top: -2px;
  width: 100px;
  height: 28px;
  cursor: pointer;
}

.fsty2 input[type=submit] 
{
  border: 1px solid #f44c0e;
  color: #fff;
  background: #f16436;
  border-radius: .45em;
  margin-left: 0em;
  position: relative;
  left: 0px;
  top: -2px;
  width: 170px;
  height: 28px;
  cursor: pointer;
}

.fsty2 input[type=submit]:hover 
{
  background: #D64A1C;
}

.fsty2 button:hover 
{
  background: #D64A1C;
}

.fsty2 input[type=button] 
{
  border: 1px solid #808080;
  color: #fff;
  border-radius: .45em;
  margin-left: 0em;
  position: relative;
  left: 0px;
  top: -1px;
  width: 30px;
  height: 28px;
  cursor: pointer;
  background-image: url(/../images/date.png) ;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 10px;
}

.fsty2 input[type=button]:hover 
{
  background-image: url(/../images/date_select.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 10px;
}

.fsty2 input[type=text] 
{
  border: 1px solid #A3A3A3;
  border-radius: .15em;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: 90px;
  height: 25px;
}

.fsty2 select 
{
  border: 1px solid #A3A3A3;
  border-radius: .15em;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: 90px;
  height: 25px;
}

.showfiles 
{
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
}

.showfiles input[type=submit] 
{
  border: 1px solid #A3A3A3;
  color: #000;
  border-radius: .45em;
  font-size: 16px;
  margin-left: 0em;
  position: relative;
  left: 0px;
  top: -1px;
  width: 30px;
  height: 1.8em;
  cursor: pointer;
  background-image: url(/../images/folder.png) ;
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left: 10px;
}

.showfiles input[type=submit]:hover 
{
  background-image: url(/../images/folder_select.png);
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left: 10px;
}

.shownoconfirm
{
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
}

.shownoconfirm input[type=submit] 
{
  border: 1px solid #A3A3A3;
  color: #000;
  border-radius: .45em;
  font-size: 16px;
  margin-left: 0em;
  position: relative;
  left: 0px;
  top: -1px;
  width:calc(100% - 10px);
  height: 1.8em;
  cursor: pointer;
  background-image: url(/../images/cancel.png) ;
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left: 10px;
}

.shownoconfirm input[type=submit]:hover 
{
  background-image: url(/../images/cancel_select.png);
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left: 10px;
}

.showconfirm
{
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
}

.showconfirm input[type=submit] 
{
  border: 1px solid #A3A3A3;
  color: #000;
  border-radius: .45em;
  font-size: 16px;
  margin-left: 0em;
  position: relative;
  left: 0px;
  top: -1px;
  width:100%;
  height: 1.8em;
  cursor: pointer;
  background-image: url(/../images/confirm.png) ;
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left: 10px;
}

.showconfirm input[type=submit]:hover 
{
  background-image: url(/../images/confirm_select.png);
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left: 10px;
}

.imp1 
{
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
  background-image: url(/../images/imp1.png) ;
  background-repeat: no-repeat;
  background-position: 0% 92%;
  padding-right: 8px;
}

.imp2 
{
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
  background-image: url(/../images/imp2.png) ;
  background-repeat: no-repeat;
  background-position: 0% 92%;
  padding-right: 8px;
}

.imp3 
{
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
  background-image: url(/../images/imp3.png) ;
  background-repeat: no-repeat;
  background-position: 0% 92%;
  padding-right: 8px;
}


selx 
{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #DFE7F0;   /*2c3e50;*/
  background-image: none;
}

/* Remove IE arrow */
selx::-ms-expand 
{
  display: none;
}

/* Custom Select */
.selx 
{
  position: relative;
  display: flex;
  width: 100%;
  height: 1.8em;
  line-height: 3;
  /*background: #2c3e50;*/
  overflow: hidden;
  border-radius: .45em;
}

selx 
{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  flex: 1;
  padding: 0 .5em;
  color: #000;
  cursor: pointer;
}

/* Arrow */
.selx::after 
{
  content: '\25BC';
  position: absolute;
  top: -8px;
  right: 0;
  padding: 0 0.6em;
  background: #8199B5  /*34495e;*/
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

/* Transition */
.selx:hover::after 
{
  color: #f16436;
}

.fsty2 textarea 
{
  border-radius: .45em;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  width: calc(100% - 5px);
  height: calc(100vh - 651px);
  min-height: 40px;
}

.fsty3 
{
  font-family: 'Montserrat', sans-serif; 
  font-size: 18px;
}

.fsty3 input[type=submit] 
{
  border: 1px solid #f44c0e;
  color: #fff;
  background: #f16436;
  border-radius: .45em;
  margin-left: 0em;
  position: relative;
  left: 0px;
  top: -2px;
  width: 436px;
  height: 38px;
  cursor: pointer;
  font-size: 18px;
}

.fsty3 input[type=submit]:hover 
{
  background: #D64A1C;
}

.cl0 
{
  background: url('/../images/cl1.png') no-repeat;
  background-position: 0 3px;
}

.cl1 
{
  background: url('/../images/cl2.png') no-repeat;
  background-position: 0 3px;
}

.cl2 
{
  background: url('/../images/cl3.png') no-repeat;
  background-position: 0 3px;
}

.cl3 
{
  background: url('/../images/cl4.png') no-repeat;
  background-position: 0 3px;
}

.cl4 
{
  background: url('/../images/cl5.png') no-repeat;
  background-position: 0 3px;
}

.cl5
{
  background: url('/../images/cl6.png') no-repeat;
  background-position: 0 3px;
}

.cl6 
{
  background: url('/../images/cl7.png') no-repeat;
  background-position: 0 3px;
}

.m1
{
  background: url('/../images/m1.png') no-repeat;
  background-position: 0 3px;
}

.m2
{
  background: url('/../images/m2.png') no-repeat;
  background-position: 0 3px;
}

.footer 
{
  position: fixed; /* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
  left: 0; bottom: 0; /* ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ */
  padding: 10px; /* ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
  color: #fff; /* ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
  width: 100%; /* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ */
  font-family: 'Montserrat', sans-serif; 
  font-size: 16px;
  background: url(/../images/text.png) #088b6e repeat-x;
}

.footer a:link 
{
  color: #fff;
} 

.footer a:visited 
{
  color: #fff;
} 

/* End */


/* Start:/helpdesk/css/button_main.css?15837437405199*/
h1 
{
  margin: 0 0 0.25em;
}

select 
{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #DFE7F0;   /*2c3e50;*/
  background-image: none;
}

/* Remove IE arrow */
select::-ms-expand 
{
  display: none;
}

/* Custom Select */
.select 
{
  position: relative;
  display: flex;
  width: 40em;
  height: 3em;
  line-height: 3;
  /*background: #2c3e50;*/
  overflow: hidden;
  border-radius: .45em;
}

select 
{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  flex: 1;
  padding: 0 .5em;
  color: #000;
  cursor: pointer;
}

/* Arrow */
.select::after 
{
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 7em;
  background: #8199B5  /*34495e;*/
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

/* Transition */
.select:hover::after 
{
  color: #f16436;
}

.select input[type=submit] 
{
  border: 1px solid #f44c0e;
  color: #fff;
  background: #f16436;
  border-radius: .45em;
  margin-left: 0em;
  position: absolute;
  left: 540px;
  width: 100px;
  height: 48px;
  cursor: pointer;
}

.select input[type=submit]:hover 
{
  background: #D64A1C;
}

select2 
{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #DFE7F0;   /*2c3e50;*/
  background-image: none;
}

/* Remove IE arrow */
select2::-ms-expand 
{
  display: none;
}

/* Custom Select */
.select2 
{
  position: relative;
  display: flex;
  width: 40em;
  height: 2.4em;
  line-height: 3;
  /*background: #2c3e50;*/
  overflow: hidden;
  border-radius: .45em;
}

select2 
{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  flex: 1;
  padding: 0 .5em;
  color: #000;
  cursor: pointer;
}

/* Arrow */
.select2::after 
{
  content: '\25BC';
  position: absolute;
  top: -4px;
  right: 0;
  padding: 0 1em;
  background: #8199B5  /*34495e;*/
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

/* Transition */
.select2:hover::after 
{
  color: #f16436;
}

select3 
{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #DFE7F0;   /*2c3e50;*/
  background-image: none;
}

/* Remove IE arrow */
select3::-ms-expand 
{
  display: none;
}

/* Custom Select */
.select3 
{
  position: relative;
  display: flex;
  width: 17em;
  height: 2.4em;
  line-height: 3;
  /*background: #2c3e50;*/
  overflow: hidden;
  border-radius: .45em;
  top: 9px;
}

select3 
{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  flex: 1;
  padding: 0 .5em;
  color: #000;
  cursor: pointer;
}

/* Arrow */
.select3::after 
{
  content: '\25BC';
  position: absolute;
  top: -4px;
  right: 0;
  padding: 0 1em;
  background: #8199B5  /*34495e;*/
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

/* Transition */
.select3:hover::after 
{
  color: #f16436;
}

select4 
{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #DFE7F0;   /*2c3e50;*/
  background-image: none;
}

/* Remove IE arrow */
select4::-ms-expand 
{
  display: none;
}

/* Custom Select */
.select4 
{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  line-height: 3;
  /*background: #2c3e50;*/
  overflow: hidden;
  border-radius: .45em;
  top: 0px;
  max-width: 48.2vw; /*50% îáëàñòè ïðîñìîòðà áðàóçåðà*/
  max-height: 100vw;
}

select4 
{
  font-family: 'Montserrat', sans-serif;
  flex: 1;
  padding: 0 .5em;
  color: #000;
  cursor: pointer;
}

.select4 option 
{
  padding-top: 4px;
  font-size: 14px;
  padding-left: 30px;
}


.selbold
{
  font-weight: bold;
}


select5 
{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #DFE7F0;   /*2c3e50;*/
  background-image: none;
}

/* Remove IE arrow */
select5::-ms-expand 
{
  display: none;
}

/* Custom Select */
.select5 
{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  line-height: 3;
  /*background: #2c3e50;*/
  overflow: hidden;
  border-radius: .45em;
  top: 0px;
  max-width: 40em;
  min-width: 25em;
  max-height: 100vw;
}

select5 
{
  font-family: 'Montserrat', sans-serif;
  flex: 1;
  padding: 0 .5em;
  color: #000;
  cursor: pointer;
}

.select5 option 
{
  padding-top: 4px;
  font-size: 16px;
  padding-left: 5px;
}


/* End */
/* /helpdesk/css/style.css?167773470011091 */
/* /helpdesk/css/button_main.css?15837437405199 */
