.test_block{
	padding: 10px;
}
.pass_w{
    width: 1096px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.pass_w h2, .pass_w h3{
    margin: 8px 0;
}

.pass_w table{
    border-collapse: collapse;
    margin: 8px 0 24px;
}

.pass_tab_header_row{
    border-bottom: 1px solid var(--gen-color);
}

.pass_tab_header{
    color: var(--gen-color);
    padding: 0 0 2px 4px; 
    font-size: 15px;
    text-align: left;
    font-weight: 500;
}

.pass_types{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 12px 0 4px;
}

.tp_button{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
    margin-right: 16px;
    cursor: pointer;
    color: grey;
}

.tp_text {
    text-align: center;
    font-weight: 600;
}

.tp_button_ac {
    -webkit-box-shadow: 0 0 4px var(--gen-color), 0 4px 4px var(--gen-color);
    box-shadow: 0 0 4px var(--gen-color), 0 4px 4px var(--gen-color);
    color: var(--gen-color)
}

.tp_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
}

.tp_icon svg{
    height: 56px;
    width: 124px;
    fill: grey;
}

.tp_icon_h svg{
    height: 94px; 
}

.tp_button_ac svg{
    fill: var(--gen-color);
}

.pass_msg{
    margin: 8px 32px;
    padding: 24px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pass_msg_done{
    border: 2px solid #2E7D32;
    background-color: #C8E6C9;
}

.pass_msg_check {
    border: 2px solid #E65100;
    background-color: #FFCCBC;
}

.pass_modal{
    width: 640px;
    height: 120px;
}

.pass_check{
    margin-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pass_check_author{
    color: var(--gen-color);
    font-weight: 600;
}

.p_calc_table{
    color: var(--text-color);
}

.p_calc_thead{
    color: var(--gen-color);
    border-bottom: 1px solid var(--gen-color);
    text-align: left;
    font-weight: 600;
    padding-bottom: 4px;
}

.p_calc_descr{
    text-align: left;
    width: 240px;
    padding: 4px;
}

.p_calc_data {
    text-align: center;
    font-weight: 600;
    padding: 4px 8px;
}

.p_calc_total{
    text-align: left;
    font-weight: 600;
    padding: 4px 8px;  
}

.p_calc_tfoot{
    border-top: 1px solid grey;
}

.pass_checkbox{
    padding-bottom: 6px;
}

.pass_check_line{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 6px;
}

.pass_chk_in_line{
    margin-right: 12px;
}

.pass_loader{
    width: 320px;
    height: 320px;
    fill: #fff;
}

.pass_line_btn{
    margin-bottom: 2px;
}
:root {
    --vs-colors--lightest: var(--silver-color);
    --vs-colors--light: rgba(60, 60, 60, 0.5);
    --vs-colors--dark: #333;
    --vs-colors--darkest: rgba(0, 0, 0, 0.15);
    --vs-search-input-color: var(--text-color);
    --vs-search-input-placeholder-color: inherit;
    --vs-font-size: 19px;
    --vs-line-height: 1;
    --vs-state-disabled-bg: #f8f8f8;
    --vs-state-disabled-color: var(--vs-colors--light);
    --vs-state-disabled-controls-color: var(--vs-colors--light);
    --vs-state-disabled-cursor: not-allowed;
    --vs-border-color: var(--vs-colors--lightest);
    --vs-border-width: 1px;
    --vs-border-style: solid;
    --vs-border-radius: 0px;
    --vs-actions-padding: 4px 6px 0 3px;
    --vs-controls-color: var(--vs-colors--light);
    --vs-controls-size: 1;
    --vs-controls--deselect-text-shadow: 0 1px 0 #fff;
    --vs-selected-bg: #f0f0f0;
    --vs-selected-color: var(--vs-colors--dark);
    --vs-selected-border-color: var(--vs-border-color);
    --vs-selected-border-style: var(--vs-border-style);
    --vs-selected-border-width: var(--vs-border-width);
    --vs-dropdown-bg: #fff;
    --vs-dropdown-color: inherit;
    --vs-dropdown-z-index: 1000;
    --vs-dropdown-min-width: 160px;
    --vs-dropdown-max-height: 350px;
    --vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);
    --vs-dropdown-option-bg: #000;
    --vs-dropdown-option-color: var(--vs-dropdown-color);
    --vs-dropdown-option-padding: 3px 20px;
    --vs-dropdown-option--active-bg: #5897fb;
    --vs-dropdown-option--active-color: #fff;
    --vs-dropdown-option--deselect-bg: #fb5858;
    --vs-dropdown-option--deselect-color: #fff;
    --vs-transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
    --vs-transition-duration: 150ms
}

.v-select {
    font-family: inherit;
    position: relative
}

.v-select,
.v-select * {
    box-sizing: border-box
}

:root {
    --vs-transition-timing-function: cubic-bezier(1, 0.5, 0.8, 1);
    --vs-transition-duration: 0.15s
}

@-webkit-keyframes vSelectSpinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes vSelectSpinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.vs__fade-enter-active,
.vs__fade-leave-active {
    pointer-events: none;
    transition: opacity var(--vs-transition-duration) var(--vs-transition-timing-function)
}

.vs__fade-enter,
.vs__fade-leave-to {
    opacity: 0
}

:root {
    --vs-disabled-bg: var(--vs-state-disabled-bg);
    --vs-disabled-color: var(--vs-state-disabled-color);
    --vs-disabled-cursor: var(--vs-state-disabled-cursor)
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
    background-color: var(--vs-disabled-bg);
    cursor: var(--vs-disabled-cursor)
}

.v-select[dir=rtl] .vs__actions {
    padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear {
    margin-left: 6px;
    margin-right: 0
}

.v-select[dir=rtl] .vs__deselect {
    margin-left: 0;
    margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu {
    text-align: right
}

.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
    border-radius: var(--vs-border-radius);
    display: flex;
    padding: 0 0 4px;
    white-space: normal
}

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative
}

.vs__actions {
    align-items: center;
    display: flex;
    padding: var(--vs-actions-padding)
}

.vs--searchable .vs__dropdown-toggle {
    cursor: text
}

.vs--unsearchable .vs__dropdown-toggle {
    cursor: pointer
}

.vs--open .vs__dropdown-toggle {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vs__open-indicator {
    fill: var(--vs-controls-color);
    transform: scale(var(--vs-controls-size));
    transition: transform var(--vs-transition-duration) var(--vs-transition-timing-function);
    transition-timing-function: var(--vs-transition-timing-function)
}

.vs--open .vs__open-indicator {
    transform: rotate(180deg) scale(var(--vs-controls-size))
}

.vs--loading .vs__open-indicator {
    opacity: 0
}

.vs__clear {
    fill: var(--vs-controls-color);
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin-right: 8px;
    padding: 0
}

.vs__dropdown-menu {
    background: var(--vs-dropdown-bg);
    border: var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);
    border-radius: 0 0 var(--vs-border-radius) var(--vs-border-radius);
    border-top-style: none;
    box-shadow: var(--vs-dropdown-box-shadow);
    box-sizing: border-box;
    color: var(--vs-dropdown-color);
    display: block;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: var(--vs-dropdown-max-height);
    min-width: var(--vs-dropdown-min-width);
    overflow-y: auto;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: calc(100% - var(--vs-border-width));
    width: 100%;
    z-index: var(--vs-dropdown-z-index)
}

.vs__no-options {
    text-align: center
}

.vs__dropdown-option {
    clear: both;
    color: var(--vs-dropdown-option-color);
    cursor: pointer;
    display: block;
    line-height: 1.42857143;
    padding: var(--vs-dropdown-option-padding);
    white-space: nowrap
}

.vs__dropdown-option--highlight {
    background: var(--vs-dropdown-option--active-bg);
    color: var(--vs-dropdown-option--active-color)
}

.vs__dropdown-option--deselect {
    background: var(--vs-dropdown-option--deselect-bg);
    color: var(--vs-dropdown-option--deselect-color)
}

.vs__dropdown-option--disabled {
    background: var(--vs-state-disabled-bg);
    color: var(--vs-state-disabled-color);
    cursor: var(--vs-state-disabled-cursor)
}

.vs__selected {
    align-items: center;
    background-color: var(--vs-selected-bg);
    border: var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);
    border-radius: var(--vs-border-radius);
    color: var(--vs-selected-color);
    display: flex;
    line-height: var(--vs-line-height);
    margin: 4px 2px 0;
    padding: 0 .25em;
    z-index: 0
}

.vs__deselect {
    fill: var(--vs-controls-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    margin-left: 4px;
    padding: 0;
    text-shadow: var(--vs-controls--deselect-text-shadow)
}

.vs--single .vs__selected {
    background-color: transparent;
    border-color: transparent
}

.vs--single.vs--loading .vs__selected,
.vs--single.vs--open .vs__selected {
    opacity: .4;
    position: absolute
}

.vs--single.vs--searching .vs__selected {
    display: none
}

.vs__search::-webkit-search-cancel-button {
    display: none
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
    display: none
}

.vs__search,
.vs__search:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid transparent;
    border-left: none;
    box-shadow: none;
    color: var(--vs-search-input-color);
    flex-grow: 1;
    font-size: var(--vs-font-size);
    line-height: var(--vs-line-height);
    margin: 4px 0 0;
    max-width: 100%;
    outline: none;
    padding: 0 7px;
    width: 0;
    z-index: 1
}

.vs__search::-moz-placeholder {
    color: var(--vs-search-input-placeholder-color)
}

.vs__search:-ms-input-placeholder {
    color: var(--vs-search-input-placeholder-color)
}

.vs__search::placeholder {
    color: var(--vs-search-input-placeholder-color)
}

.vs--unsearchable .vs__search {
    opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search {
    cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
    opacity: .2
}

.vs__spinner {
    align-self: center;
    -webkit-animation: vSelectSpinner 1.1s linear infinite;
    animation: vSelectSpinner 1.1s linear infinite;
    border: .9em solid hsla(0, 0%, 39%, .1);
    border-left-color: rgba(60, 60, 60, .45);
    font-size: 5px;
    opacity: 0;
    overflow: hidden;
    text-indent: -9999em;
    transform: translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));
    transition: opacity .1s
}

.vs__spinner,
.vs__spinner:after {
    border-radius: 50%;
    height: 5em;
    transform: scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));
    width: 5em
}

.vs--loading .vs__spinner {
    opacity: 1
}

.vs__dropdown_big {
    width: 540px;
    font-weight: 500;
}

.vs__dropdown_big_err{
   width: 540px;
   font-weight: 500;
   border: 1px solid red; 
}

.vs__dropdown_middle {
    width: 264px;
    font-weight: 500;
}

.vs__dropdown_middle_err {
    width: 264px;
    font-weight: 500;
    border: 1px solid red;
}
.gl__form_chbx{
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.gl__form_chbx_icon{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.gl__fotm_chbx_label{
    padding: 0 0 1px 4px; 
    user-select: none;
}

.ic__chkbox{
    width: 24px;
    height: 24px;
    user-select: none;
}

.ic__chkbox_a{
    fill: var(--gen-color);
}

.ic__chkbox_negaa{
    fill: red;
}

.ic__chkbox_na{
    fill: grey;
}

.gl__fotm_chbx_label_a{
    color: var(--gen-color);
}

.gl__fotm_chbx_label_nega{
    color: red;
}

.gl__fotm_chbx_label_na{
    color: var(--text-color);
}



.gl__button_w_icon{
    text-transform: uppercase;
    background-color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-flex;
    border: none;
    border-radius: 4px;
    touch-action: manipulation;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    letter-spacing: .03em;
    outline: 0;
    font-weight: 600;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
    cursor: pointer;
    padding: 8px 24px;
    font-size: 12px;
}

.gl__butt_icon{
    user-select: none;
    margin-right: 4px;
}

.gl__butt_text{
    padding: 0 0;
}
.userpages__wrapp{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.userpages__form_list{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  height: 476px;
  width: 314px;
}

.userform__wrapp{
   display: flex;
   position: absolute;
   top: 0;
   left: 0;
   flex-direction: column;
   width: 312px;
   /*box-shadow: 0 1px 2px rgba(0,0,0,.25), 0 0 1px rgba(0,0,0,.35);*/
   padding: 16px 16px 24px;
   background-color: #fff; 
   border-radius: 4px;
}

.userforn_cgroup{
  display: flex;
  flex-direction: column;
  margin: 0 0 12px 0;
}

.userforn_cgroup_small{
  width: 108px;
  align-self: center;
}

.userpages__form_logo{
  width: 200px;
  padding: 4px;
  margin-bottom: 32px;
}

.userpages__form_logo img{
  width: 100%;
  height: auto;
}

.userform_inp{
  width: 100%;
  border: 1px solid var(--silver-color);
  border-radius: var(--def-radius);
  height: 34px;
  font-size: 16px;
  padding-left: 8px;
  outline-color: rgba(255, 255, 255, 0.87);
  outline-style: none;
  outline-width: 0px;
}

.userform_inp_err{
  width: 100%;
  border: 1px solid red;
  border-radius: var(--def-radius);
  height: 34px;
  font-size: 16px;
  padding-left: 8px;
  outline-color: rgba(255, 255, 255, 0.87);
  outline-style: none;
  outline-width: 0px;
}

.userform_inp:focus{
  border: 1px solid var(--gen-color); 
}

.userform__restore{
    padding-left: 24px;
}

.userform__restore a{
    font-size: 13px;
    color: var(--gen-color);
}

.userform__butt{
    font-weight: 600;
    color: var(--gen-color);;
}

.userform__logo{
  width: 100px;
  height: 36px;
  fill: var(--gen-color);
}

.userform__logo_title{
  font-size: 11px;
  color: red;
  font-weight: 500;
}

.userform__h{
  color: var(--gen-color);
  font-weight: 500;
  margin: 16px 0;
}

.userform__h_err{
  color: red;
}


.userform_line{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.userform_line_center{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
}

.userform__buttons{
  margin-top: 12px;
}

.userform_underline{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 22px 0 2px;
}

.userform__cur_text{
  padding: 0 8px;
  font-weight: 400;
}

.userform__cursor{
  display: flex;
  width: 100%;
  border-bottom: 1px solid var(--silver-color);
}

.userform_infogroup{
  text-align: center;
  font-size: 14px;
  margin: 16px 0 16px;
  font-weight: 400;
}

.userform_link{
  color: var(--gen-color);
  font-weight: 400;
  text-decoration: underline;
}

.userform_infotext{
  color: var(--text-color);
}

.userform__progress{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.userforn__prog_step{
  width: 36px;
  height: 2px;
  border-bottom: 2px solid var(--silver-color);
  margin: 22px 12px 12px 0; 
}

.userforn__prog_step_a{
  border-bottom: 2px solid var(--gen-color);
}

.adm__button_section{
	padding: 8px 0;
}

.adm__button_list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.adm__button_marg{
	margin-right: 12px;
}
.edlist_w{
	border: 1px solid var(--silver-color);
	height: auto;
	padding: 4px;
	font-size: 14px;
	min-height: 96px;
}

.edlist_line{
	display: flex;
	flex-direction: row;
	margin-top: 2px;
}

.edlist_line_err{
	border: 1px solid red;
}

.edlis_l_input{
	width: 100%;
	padding: 2px 4px;
	border: 1px solid var(--silver-color);
	outline-color: rgba(255, 255, 255, 0.87);
	outline-style: none;
	outline-width: 0px;
}
.gl__pagin_wrapp{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gl__pagin_ul{
    display: flex;
    flex-direction: row;
}

.gl__pagin_li{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color);
    border-radius: 2px;
    cursor: pointer;
    border: solid 1px var(--line-color);
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color:var(--line-color);
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    user-select: none;
    cursor: pointer;
}

.gl__pagin_icon{
    width: 20px;
    height: 20px;
    user-select: none;
    fill: var(--line-color);
}

.gl__pagin_li_a{
    color: var(--gen-color);
    border: solid 1px var(--gen-color);
}

.gl__pagin_litext{
    display: flex;
    user-select: none;
}

.gl__pagin_text{
    align-self: flex-end;
    user-select: none;
}
.srch__bl_inp{
	padding-right: 30px;
}

.srch__bl_iconx{
	position: absolute;
	right: -1px;
	cursor: pointer;
}

.srch__bl__x{
	width: 24px;
	height: 24px;
	fill: var(text-color);
}
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, tbody, tfoot, thead, tr, th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul li{
  list-style: none;
}
blockquote, q {
  quotes: none;
}
ins, a {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*{
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: 
    -apple-system,BlinkMacSystemFont,"Open Sans","Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans", 
    "Droid Sans", "Helvetica Neue", sans-serif;
  background-color: #fff;
  font-weight: lighter;
}

:root {
  --gen-color: #1D3069;

  --silver-color: #B0BEC5;
  --text-color: #34485E;

  --menu-title: #66788A;
  --red-color: #FF0000;
  --errtab-color: #ffcdd2;

  --def-radius: 4px;
}

h1, h2, h3, h4, h5 {
   color: var(--text-color); 
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  margin: 2px 0;
  font-size: 18px;
}

/* skeleton */

#wrappall{
  margin: 0 auto;
  max-width: 100vw;
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  letter-spacing: 0!important;
}

#appbody{
    width: 100%;
    min-height: 100%;
    display: flex;
    flex: 1;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
}

.adm_sidebar{
    min-height: 100%;
    display: flex;
    z-index: 1;
    box-shadow: 0 2px 1px rgba(0,0,0,.15), 0 0 3px rgba(0,0,0,.35);
    position: relative;
    background-color: #fff;
}

.adm_mobilesidebar{
    position: fixed;
    flex-direction: column;
    top: 0;
    left: 0;
    min-height: 100%;
    z-index: 99;
    box-shadow: 0 2px 1px rgba(0,0,0,.15), 0 0 3px rgba(0,0,0,.35);
    background-color: #fff;
}

.admin_titlebar{
    width: 100%;
}

.adm_page{
    min-height: 100%;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

/* end of skeleton */
.controlls_line{
    padding-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
}

.controlls__margins{
    margin: 12px 0 0;
}

.controll__group, .controll__group_margins{
    display: flex;
    flex-direction: column;
    position: relative;
}

.controll__group_center{
  align-self: center;
}

.controll__label{
  color: var(--gen-color);
  padding: 0 0 2px 4px;  
}

.controll__label_err{
  color: red;
  padding: 0 0 2px 4px;  
}

.selected__strech, .input__strech{
  width: 100%;
}

.selected__strech,
.selected__small,
.selected__middle,
.selected__big
{
    border: 1px solid var(--silver-color);
    padding-left: 4px;
    color: var(--text-color);
}

.input__strech,
.input__micro,
.input__small,
.input__middle,
.input__big
{
    border: 1px solid var(--silver-color);
    padding-left: 4px;
    color: var(--text-color);
}

.textarea__small, 
.textarea__middle, 
.textarea__big
{
   border: 1px solid var(--silver-color);
   padding-left: 4px; 
  color: var(--text-color);
}

.selected__strech:focus,
.selected__micro:focus,
.selected__small:focus,
.selected__middle:focus,
.selected__big:focus
{
	border: 1px solid var(--silver-color);
	outline-color: rgba(255, 255, 255, 0.87);
  outline-style: none;
  outline-width: 0px;
}


.input__strech:focus,
.input__small:focus, 
.input__micro:focus, 
.input__middle:focus,
.input__big:focus 
{
    border: 1px solid var(--silver-color);
    outline-color: rgba(255, 255, 255, 0.87);
    outline-style: none;
    outline-width: 0px;
}

.textarea__small:focus, 
.textarea__middle:focus, 
.textarea__big:focus
{
    border: 1px solid var(--silver-color);
    outline-color: rgba(255, 255, 255, 0.87);
    outline-style: none;
    outline-width: 0px;
}

.selected__strech_err,
.selected__strech_err:focus,
.selected__micro_err,
.selected__micro_err:focus,
.selected__small_err,
.selected__small_err:focus,
.selected__middle_err,
.selected__middle_err:focus,
.selected__big_err,
.selected__big_err:focus
{
	border: 1px solid red;
	outline-color: rgba(255, 255, 255, 0.87);
  outline-style: none;
  outline-width: 0px;
}

.input__strech_err,
.input__strech_err:focus,
.input__small_err,
.input__small_err:focus, 
.input__micro_err,
.input__micro_err:focus, 
.input__middle_err,
.input__middle_err:focus,
.input__big_err,
.input__big_err:focus 
{
    border: 1px solid red;
}

.textarea__small_err,
.textarea__small_err:focus,
.textarea__middle_err, 
.textarea__middle_err:focus, 
.textarea__big_err, 
.textarea__big_err:focus {
    border: 1px solid red;
    outline-color: rgba(255, 255, 255, 0.87);
    outline-style: none;
    outline-width: 0px;
}

/* input with label */

.gl__input_w_label{ 
  position:relative;
  margin-top: 24px; 
  height: 25px;
}

.gl__input_w_label_code{ 
  position:relative;
  margin-top: 24px; 
  height: 56px;
}

.gl__input_w_label_min{ 
  position:relative;
  margin-top: 12px; 
  height: 24px;

}

.gl__inpwlab_field{
  font-size:16px;
  padding:2px 8px 3px 8px;
  display:block;
  width:280px;
  border:none;
  border-bottom:1px solid #999; 
  outline:none; 
}

.gl__inpwlab_field_err{ 
  font-size:16px;
  padding:2px 8px 3px 8px;
  display:block;
  width:280px;
  border:none;
  outline:none; 
  border-bottom: 1px solid red; 
}

.gl__inpwlab_field_min{
  font-size:14px;
  padding:2px 8px 3px 8px;
  display:block;
  width:80px;
  border:none;
  border-bottom:1px solid #999; 
  outline:none; 
}

.gl__inpwlab_field:focus, 
.gl__inpwlab_field:valid, 
.gl__inpwlab_field_min:focus, 
.gl__inpwlab_field_min:valid
{ 
    outline:none; 
    border-bottom: 2px solid var(--gen-color); 
}

.gl__inpwlab_label{
    font-size:14px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:8px;
    top:4px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
    color:#999;
}

.gl__inpwlab_field_err_min{ 
  font-size:14px;
  padding:2px 8px 3px 8px;
  display:block;
  width:80px;
  border:none;
  outline:none; 
    border-bottom: 1px solid red; 
}

.gl__inpwlab_field_err:focus, .gl__inpwlab_field_err:valid, .gl__inpwlab_field_err_min:focus, .gl__inpwlab_field_err_min:valid{ 
    border-bottom: 2px solid red; 
}

/* active state */
.gl__inpwlab_field:focus ~ label, .gl__inpwlab_field:valid ~ label, .gl__inpwlab_field_min:focus ~ label, .gl__inpwlab_field_min:valid ~ label{
  top:-14px;
  font-size:14px;
  color: var(--gen-color);
}

.gl__inpwlab_field_err:focus ~ label, .gl__inpwlab_field_err:valid ~ label, .gl__inpwlab_field_err_min:focus ~ label, .gl__inpwlab_field_err_min:valid ~ label{
  top:-14px;
  font-size:14px;
  color: red;
}

.gl__inpwlab_label_err{
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:8px;
  top:4px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
    color:red;
}


.select__bl_iconx{
  position: absolute;
  cursor: pointer;
}
.animated {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.animated__fast {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
  
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}


@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8%, 0, 0);
    transform: translate3d(-8%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8%, 0, 0);
    transform: translate3d(-8%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}




/*ANIMATIONS*/

.glfade-enter-active{
  animation: fadeIn .6s;
}

.glfade-leave-active {
  opacity: 0;
}

.sidebar-enter-active {
  animation: fadeInLeft .3s;
} 

.sidebar-leave-active {
    animation: fadeOutLeft .3s;
}

.fade_change_page-enter-active, .fade_change_page-leave-active {
  transition: opacity .6s;
}
.fade_change_page-enter, .fade_change_page-leave-to /* .fade-leave-active до версии 2.1.8 */ {
  opacity: 0;
}

.menuaccordeon-enter-active {
  animation: fadeIn .6s;
} 

.menuaccordeon-leave-active {
    animation: fadeOut .4s;
}


/*preloader*/

.gl__preload_wrapp{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 80vh;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.preload__logo{
  fill: var(--gen-color);
  width: 160px;
  height: 40px;
}

.gl__preload_wrapp h1 {
  color: var(--gen-color);
  font-weight: 400;
  margin: 48px 0;
}

.gl__preload_wrapp{
  background-color: #fff;
  z-index: 100;
}

.gl__preload_loader {
  position: relative;
  height: 6em;
}

.gl__preload_outer,
.gl__preload_middle,
.gl__preload_inner {
  border: 3px solid transparent;
  border-top-color: var(--gen-color);
  border-right-color: var(--gen-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.gl__preload_outer {
  width: 3.5em;
  height: 3.5em;
  margin-left: -1.75em;
  margin-top: -1.75em;
  animation: spin 2s linear infinite;
}

.gl__preload_middle {
  width: 2.1em;
  height: 2.1em;
  margin-left: -1.05em;
  margin-top: -1.05em;
  animation: spin 1.75s linear reverse infinite;
}

.gl__preload_inner {
  width: 0.8em;
  height: 0.8em;
  margin-left: -0.4em;
  margin-top: -0.4em;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin180 {
  to {
    transform: rotate(360deg);
  }
}

/*waiting loaders*/
.gl__addupdate_loading{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(221, 221, 221, .3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
/*Buttons*/

.standart__button{
  text-transform: uppercase;
  background-color: #FFF;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-flex;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  touch-action: manipulation;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: .03em;
  outline: 0;
  font-weight: 600;
  color: var(--text-color);
  font-size: 12px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
  box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
}

.standart__button:hover, .icon__button:hover{
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.12), 0 3px 3px rgba(0,0,0,.2);
  box-shadow: 0 0 3px rgba(0,0,0,.12), 0 3px 3px rgba(0,0,0,.2);
  cursor: pointer;
}

.general__button{
  text-transform: uppercase;
  background-color: var(--gen-color);
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-flex;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  touch-action: manipulation;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: .03em;
  outline: 0;
  /* font-weight: normal; */
  font-size: 12px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
  box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
}
.circle__button{
  text-transform: uppercase;
  background-color: var(--gen-color);
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-flex;
  padding: 8px;
  width: 94px;
  height: 94px;
  border: none;
  border-radius: 50%;
  touch-action: manipulation;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: .03em;
  outline: 0;
  /* font-weight: normal; */
  font-size: 10px;
  cursor: pointer;
  word-break: break-all;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
  box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
}

.circle__button_na{
  text-transform: uppercase;
  background-color: #fff;
  color: var(--gen-color);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-flex;
  padding: 8px;
  width: 94px;
  height: 94px;
  border: none;
  border-radius: 50%;
  touch-action: manipulation;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: .03em;
  outline: 0;
  /* font-weight: normal; */
  font-size: 10px;
  cursor: pointer;
  word-break: break-all;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
  box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
}

.decline__button{
  text-transform: uppercase;
  background-color: #fff;
  color: red;
  border: 1px solid red;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-flex;
  padding: 7px 24px;
  border-radius: 4px;
  touch-action: manipulation;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: .03em;
  outline: 0;
  /* font-weight: normal; */
  font-size: 12px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
  box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
}

.standart__button:hover, 
.icon__button:hover, 
.general__button:hover, 
.decline__button:hover,
.circle__button:hover
{
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.12), 0 3px 3px rgba(0,0,0,.2);
  box-shadow: 0 0 3px rgba(0,0,0,.12), 0 3px 3px rgba(0,0,0,.2);
  cursor: pointer;
}


.butt__x{
  width: 30px;
  height: 30px;
  margin: 0 4px 8px 0;
}

.ic__x{
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.x__call{
  align-self: flex-end; 
}

.x_call__white{
  fill: #FFF;
}


.icon__button{
  text-transform: uppercase;
  background-color: #FFF;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-flex;
  border: none;
  border-radius: 4px;
  touch-action: manipulation;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  letter-spacing: .03em;
  outline: 0;
  font-weight: 600;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
  box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
  cursor: pointer;
  padding: 2px 4px;
}

.gl__short_h{
  margin: 0.8em 0 0.4em;
}

.gl__btn_marl{
  margin-left: 8px;
}
.gl__btn_bigmarl{
  margin-left: 40px;
}




.gl__table_block{
    display: flex;
    flex-direction: column;
    /*border: 1px solid orange;*/
}

.gl__table__wrap{
    overflow-x: auto;
}

.gl__table_w_pag{
    /*border: 1px solid orange;*/
    min-height: 800px;  
}

.gl__table_pagintaion{
    margin: 16px auto;
}

.gl__table{
    border-collapse: collapse;
    /*width: 100%;*/
    /*margin: 0 auto;*/
}

.tt{
    width: 100%;
    border: 1px solid orange;
}
.tt2{
    width: 100%;
    border: 1px solid red;
}

.gl__tab_thead{
    font-weight: lighter; 
    /*text-transform: uppercase;*/
    color: var(--gen-color);
    border-bottom: 2px solid var(--gen-color); 
    user-select: none; 
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.gl__tab_tfoot{
    font-weight: lighter; 
    /*text-transform: uppercase;*/
    color: var(--gen-color);
    border-top: 1px solid var(--gen-color); 
    user-select: none;  
}

.gl__tab_tfoot_txt{
    font-weight: 500;
    text-align: right;
}

.gl__tab_tfoot_first{
    margin-top: 4px;
}

.gl__tab_th{
    padding: 8px 4px 4px;
    text-align: left;
    white-space:nowrap;
}

tbody:before {
    content:""; 
    display:block;
    height: 1px;
}

.gl__tab_tr{
    color: var(--text-color);
    transition: background-color .25s ease;
    border-bottom: 1px solid var(--silver-color); 
}

.gl__tab_click{
    cursor: pointer;
}

.gl__tab_tr:hover{
   background-color: #E7EEFF; 
}

.gl__tab_img{
    vertical-align: middle;
}

.gl__tab_img img{
    width: 100%;
    height: auto;
}

.gl__tab_actions{
    vertical-align: middle;     
    padding: 4px 8px;
    text-align: right;
    white-space:nowrap;
}

.gl__tab_x_center {
    text-align: center;
}

.gl__tab_x_right {
    text-align: right;
}

.gl__tab_y_center {
    vertical-align: middle;
}

.gl__tab_xy_center{
    text-align: center;
    vertical-align: middle;
}

.gl__tab__icons{
    width: 30px;
    height: 30px;
    fill: var(--text-color);
}

.gl__tab__icons_red{
    fill: red;
}

.gl__tab__icons_gen{
    fill: var(--gen-color);
}

.gl__tab__text_gen{
    padding: 4px 0;
    font-weight: 500;
    color: var(--gen-color);
}

.gl__tab__title_gen{
    padding: 4px 24px 4px 2px;
    font-weight: 500;
    color: var(--gen-color);
}

.gl__tab__text{
    padding: 4px 0;
    font-weight: 500;
    color: var(--text-color);
}

.gl__tab__icons_large{
   width: 56px;
   height: 16px;
}

.gl__tab_categ{
    vertical-align: middle;
    text-align: center;
}

.gl__tab_price{
    vertical-align: middle;     
    text-align: center;
}

.gl__tab_actions{
    vertical-align: middle;     
    padding: 4px 8px;
    white-space:nowrap;
}

.gl__tab_categ_small_text{
    vertical-align: top;
    padding: 4px;
    font-size: 14px;
    max-width: 356px;
}

.gl__tab_oldprice{
    font-size: 12px;
    text-decoration: line-through;
    align-self: center;
    color: red;
    font-weight: 500;
    text-transform: uppercase;
}

.gl__tab_del_btn span{
    color: red;
}

.gl__tab_flexline{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.gl__tab_checkbox svg{
    width: 18px;
    height: 18px;
}

.gl__tab_bigicon{
    width: 54px;
    height: 52px;
}

.gl_tab_inp{
    outline: 0;
    border: 1px solid white;
    text-align: center
}

.gl_tab_inp_err{
    outline: 0;
    border: 1px solid red;
    text-align: center
}

.gl__tab__det{
    font-size: 12px;
    color: var(--text-color);
    font-weight: 400;
}

.gl__tab_xy_bigpad{
    padding: 0 24px;
}

.gl__table_pagintaion{
    margin: 16px auto;
}

/*inputs*/
.g_tab_line{
    margin-top: 2px;
    transition: background-color .25s ease;
    user-select: none;
}
.g_tab_line:hover{
   background-color: #E7EEFF; 
}
.g_tab_input{
    border: 1px solid var(--silver-color);
    padding-left: 4px;
    outline-color: rgba(255, 255, 255, 0.87);
    outline-style: none;
    outline-width: 0px;
}

.g_tab_input:focus{
    border: 1px solid var(--gen-color);
}

h1, h2, h3, h4, h5 {
   font-weight: 500;
}

.adm__page_wrapp{
    display: flex;
    flex-direction: column;
    min-width: 100%;
    position: relative;
}

.adm__page_center_wrapp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    position: relative;
}

.adm__page_stage{
/*    position: absolute;
    left: 0;
    top: 0;*/
    min-width: 100%;
}

.adm__page_wrapp h1{
    color: var(--gen-color);
}

.filter__section_wrapp{
    width: 100%;
    padding: 8px 0;
}

.filter__section_ul{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.filter__section_ul li + li{
    margin-left: 12px;
}

.gl__loading{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.gl__multipage_block{
   display: flex;
   flex-direction: column;
   width: 100%;
   position: relative; 
}

.adm__docs_line{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 1em 0;
}

.page__info_block{
    color: var(--text-color);
    max-width: 1080px;   
    font-weight: 400; 
}


/*info pages*/
.pg_i_center_wrapp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 100vh;
    position: relative;
}

.pg_i_icon{
    fill: var(--text-color);
}
.gl_modl_bkg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gl_modl_bkg{
  background-color: rgba(10, 10, 10, 0.8);
  z-index: 100;
}

.gl_saving_bkg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(221, 221, 221, .3);
  z-index: 120;
}

.gl_modl_wrapp, .gl_modl_wrapp_big{
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  background-color: #fff;
  z-index: 100;
}

.gl_modl_wrapp_x{
  align-self: flex-end;
}

.fadeModal-enter-active{
    -webkit-animation-duration: .2s;
    animation-duration: .2s;  
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;  
    animation-name: fadeIn;
}

.fadeModal-leave-active {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;  
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;  
    animation-name: fadeOut;
}

.modal__content{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 12px 24px 12px;
}

.modal__add_buttons{
    margin: 16px 16px 0 0;
}

.modal__main_block{
  padding: 0 12px 0;
}

.modal__enter_block{
  padding: 12px;
}

.modal__q_block{
  padding: 8px 24px 16px;
  display: flex;
  flex-direction: column;
}

.gl_modl_wrapp h1, .gl_modl_wrapp h2{
  margin: 8px 0;
  color: var(--gen-color);
  font-weight: 600; 
}

.modal__q_btn_block{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.modal__q_btn{
  margin: 8px 12px;
}

.gl_modl_btn{
  padding: 2px;
  margin-bottom: 1px;
}

.gl_modl_btn svg{
  margin-right: 0;
}

.gl_mod_chks{
  margin-right: 12px;
}
.g_mdoc_wrapp{
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	background-color: #fff;
	z-index: 2;
	overflow-y: auto;
}

.g_mdoc_totlaline{
	padding: 4px 0 8px;
	font-weight: 500;
	color: var(--gen-color);
}

.gmdoc_silverline{
	width: 100%;
	height: 1px;
	margin: 4px 0;
	border-bottom: 1px solid var(--silver-color);
}

.gmdoc_text_bold{
	color: var(--text-color);
	font-weight: 500;
}

.gmdoc_text_bgrey{
	color: grey;
	font-weight: 500;
}

.doc_foot_title{
	color: var(--text-color);
	font-weight: 500;
	width: 472px;
	display: inline-block;
	padding-left: 6px;
}

.doc_foot_num{
	display: inline-block;
	padding-left: 6px;	
}
.report_wrap h4 {
    font-size: 18px;
    margin: 4px 0;
}


.rep_title {
    color: var(--gen-color);
}

.rep_line, .rep_subline{
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 8px;
    color: var(--text-color);
    align-items: center;
}

.rep_subline{
    padding-left: 12px;
}

.rep_sum{
    padding-left: 4px;
    font-size: 20px;
    color: var(--text-color);
    font-weight: 600;
}

.rep_chks {
    padding: 0 12px 12px 0;
}

.rep_subtab{
    display: inline-flex;
    flex-direction: column;
}

.rep_big_marg_bottom{
    margin-bottom: 32px;
}

.rep_subtab_hed{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid var(--gen-color);
    font-size: 14px;
    font-weight: 600;
}

.subtab_middle, .subtab_big, .subtab_small, .subtab_micro{
    padding: 4px 6px;
    color: var(--text-color)
}

.rep_subtab_line{
   display: inline-flex;
   flex-direction: row;
   align-items: center;
   border-bottom: 1px solid var(--silver-color);
   font-size: 13px;
}

.subtab_middle{
    width: 180px;
}

.subtab_small {
    width: 120px;
}

.subtab_big{
    width: 220px;
}

.subtab_big::first-letter{
    text-transform: uppercase;
}

.reb_btnline{
    margin: 0 12px 6px 0;
}

.subtab_micro {
    width: 60px;
    text-align: center;
}
.admsb__wrapp{
    display: flex;
    flex-direction: column;
    position: fixed;
    min-height: 100%;
    /*border-right: 1px solid var(--gen-color);*/
    background-color: #fff;
    user-select: none;
}


.admsb__title a{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: var(--red-color);
    font-weight: 500;
}

.admsb__menu{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1px;
    min-height: 100%;
    flex: 1;
}

.admsb__line{
    border-top: 1px solid var(--silver-color);
    margin: 6px 0;
}

.admsb__footer{
    padding-top: 12px;
    border-top: 1px solid var(--silver-color); 
}

.admsb__user{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid var(--silver-color);
}

.admsb__avatar{
    border: 2px solid var(--gen-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.admsb__userpic{
    fill: var(--gen-color);
}

.admsb__name, .admsb__subname{
    color: var(--text-color);
    text-align: center;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
}

.admsb__name a, .admsb__subname a{
    color: var(--text-color);
}

.admsb__logo{
    display: flex;
    background-size: 100% auto;
    fill: var(--gen-color);
    justify-content: center;
    align-items: center;
    padding: 4px;
}

.admsb__logo img{
    width: 100%;
    height: auto;
}

.admsb__btn_x{
  min-height: 30px;  
  align-self: flex-end;
  fill: var(--menu-title);
}
.gl__itmenu_w_i{
    width: 100%;
    display: inline-flex;
    border-radius: 4px;
    color: var(--menu-title);
    background-color: transparent;
    border: none;
    touch-action: manipulation;
    letter-spacing: .03em;
    outline: 0;
    cursor: pointer;
    transition:  background-color .08s linear;
    border-left: 4px solid #fff;
    fill: var(--menu-title);
}
.gl__itmenu_w_i:hover {
    background-color: #F6F9FD;
    border-left: 4px solid var(--gen-color);
    color: var(--gen-color);
    fill: var(--gen-color);
}
.gl__itmenu_size{
    font-weight: 600;
}
.gl__subitmenu_size{
    font-weight: 500;
}
.gl__itmenu_icon{
    user-select: none;
    margin-right: 4px;
}
.gl__item_accord_items{
    position: relative;   
}

.gl__itmenu_text{
    display: flex;
    align-items: center; 
}

.gl__itmenu_accord_text{
    display: flex;
    padding: 8px 8px 8px 32px;
    color: var(--menu-title);
    border-left: 4px solid #fff;
    font-weight: 600;
}

.gl__itmenu_accord_text a{
    color: var(--menu-title);
}

.gl__itmenu_accord_text a:hover{
    color: var(--gen-title);
}

.gl__itmenu_accord_text:hover {
    background-color: #F6F9FD;
    border-left: 4px solid var(--gen-color);
    color: var(--gen-color);
    fill: var(--gen-color);
    cursor: pointer;
}

.gl__item_accord_wrapp{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.gl__itmenu_arr{
    width: 18px;
    height: 18px;
    padding: 2px 0 0 0;
    transition: transform .3s linear;
}

.gl__itmenu_arr_a{
   transform: rotate(180deg);  
}



.admtb__wrapp{
    width: 100%;
    height: 100%; 
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--silver-color); 
    user-select: none;
}

.admtb__menu_btn{
    width: 42px;
    height: 42px;
    fill: var(--text-color);
    cursor: pointer;
    user-select: none;
}

.admtb__menu_info{
    display: flex;
    height: 100%;
    width: 100%;
}

.admtb__menu_controls{
    width: 134px;
    height: 32px;
    padding-left: 16px;
    fill: var(--text-color);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.admtb__menu_icon{
    width: 32px;
    height: 32px;
}
.gl__sel_lng_wrapp{
	display: inline-flex;
	position: relative;
}

.gl__sel_lng_view{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0 8px;
}
.gl__sel_icon{
	width: 12px;
	height: 12px;
}

.gl__sel_lng_menu{
    right:-6px;
    top: 39px;
    /* padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important; */
    height: auto;
}  
.gl__sel_lng_menu:after{
    right: 28px;
} 

.gl__sel_lng_title{
	text-transform: uppercase;
}
.gl__menu_top_arrow{
    height: auto;
    position: absolute;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.25), 0 0 1px rgba(0,0,0,.35);
    border-radius: 4px;
    padding: 8px 0;
    z-index: 1;
}
.gl__menu_top_arrow:after{
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background:#fff;
    transform: rotate(45deg) translate(6px,6px);
    box-shadow: -1px -1px 1px -1px rgba(0,0,0,.54);
    top: -15px;
}
.gl__amenu_position{
    padding: 4px 16px;
    text-align: left;
    width: 100%;
    line-height: 1.3;
    white-space: nowrap;
}
.gl__amenu_position a{
    text-decoration: none;
    color: var(--text-color);
}
.gl__amenu_line{
    border-top: solid 1px rgba(0,0,0,.05);
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 0;
}
.gl__amenu_btn{
   padding: 4px 16px;
   border: 0;
   outline: 0;
   display: flex;
   justify-content: flex-start;
   align-items: center; 
   cursor: pointer;
   background-color: #fff;
   color: var(--text-color);
   width: 100%;
   line-height: 1.3;
   font-size: 17px;
   font-weight: lighter;
}
.gl__notify_wrapp{
    height: auto;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 999;
}

.gl__notify_msg{
    width: 100%;
    min-height: 48px;
    padding: 2px 4px 8px 8px;
    margin: 4px 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 2px rgba(0,0,0,.25), 0 0 1px rgba(0,0,0,.35);
    border-radius: 4px;
    z-index: 999;
    color: #fff;
}

.gl__notify_msg_done{
  background-color: #46C93A;
}

.gl__notify_msg_err{
  background-color: #FF4757;
}

.gl__notify_msg_warn{
  background-color: #FFBA00;
}

.x_call__white{
  fill: #fff;
}

@media only screen and (min-width : 0px){
    .gl__butt_icon{
        width: 12px;
        height: 12px;
    }
	.edlist_w_small,
	.edlist_w_middle,
	.edlist_w_big{
		width: 304px;	
	}
	.edlis_l_input{
		font-size: 13px;
	}
    .gl__pagin_text{
        font-size: 20px;
    }

    .gl__pagin_li{
        font-size: 14px;
        width: 20px;
        height: 20px;
    }

    .gl__pagin_li{
        margin: 0 3px;
    }
	.srch__bl_iconx{
		top: 14px;
	}
  .adm_sidebar{
      display: none;
      min-width: 0px;
      max-width: 0px;
  }

  .adm_mobilesidebar{
      display: flex;
      min-width: 104px;
      max-width: 104px;
  }

  .admin_titlebar{
      height: 38px;
  }

  .adm_page{
    padding: 0 8px;
  }
    .controlls_line{
        justify-content: flex-start;
    }

    .controlls_line_margin{
      margin-top: 40px;
    }

    .controll__group{
        margin: 8px 4px 0 0;
    }

    .controll_separator{
      padding: 0 4px 2px 0;
    }

    .controll__group_margins{
      margin: 8px 8px 0;      
    }

    .controll__label, .controll__label_err{
        font-size: 13px;
        font-weight: 500;
    }

    .input__micro, .selected__micro{
        width: 60px;
        height: 22px;
        font-size: 13px;    
    }

    .input__small, 
    .input__small_err,
  	.selected__small,
  	.selected__small_err
    {
        width: 180px;
        height: 22px;
        font-size: 13px;
    }    

    .input__middle, 
    .input__middle_err, 
    .input__big,
    .input__big__err,
    .selected__middle, 
    .selected__middle_err,
    .selected__big, 
    .selected__big_err
    {
        width: 304px;
        height: 22px;
        font-size: 13px;
    }
    
    .input__strech,
    .input__strech_err,
    .selected__strech,
    .selected__strech_err
    {
      height: 22px;
      font-size: 13px;
    }
	
	.textarea__small,
	.textarea__small_err
	{
	    width: 180px;
	    height: 80px;
	    font-size: 13px;
	} 

    .textarea__middle,
  	.textarea__middle_err,
  	.textarea__big,
  	.textarea__big_err
    {
        width: 304px;
        height: 96px;
        font-size: 13px;
    }

    .select__bl_iconx{
      right: 12px;
      top: 15px;
    }
    .gl__table{
        min-width: auto;
    } 

    .gl__tab_thead{
        font-size: 11px;
    }
    
    .gl__tab_btn{
        padding: 8px;
    }

    .gl__tab_btn svg{
        margin: 0;
    }

    .gl__tab_cell_long{
        min-width: 140px;
    } 

    .gl__tab_img{
        width: 60px;
        height: 60px;
    }
    .gl__tab_sm_title{
        font-size: 10px;
        padding: 0 4px;
        font-weight: 400;
    }

    .gl__tab_title{
        font-size: 12px;
        padding: 0 4px;
        font-weight: 400;
    }
    .gl__tab_sm_title_b{
        font-size: 10px;
        padding: 0 4px;
        font-weight: 600;
    }

    .gl__tab_title_b{
        font-size: 12px;
        padding: 0 4px;
        font-weight: 600;
    }

    .gl__tab_title_na{
        color: grey;
    }
 
    .gl__tab_longtext{
        font-size: 12px;
    }

    .gl__tab_ic_btn{
        padding: 4px 4px;
        margin-right: 0px;
    }

    .gl__tab_ic_btn svg{
        margin-right: 0px;
    }

    .g_tab_w_micro{
        width: 48px;
    }
    .g_tab_w_small{
        width: 88px;
    }
    .g_tab_w_middle{
        width: 160px;
    }
    .g_tab_w_large{
        width: 320px;
    }
    .g_tab_w_big{
        width: 320px;
    }
    .pg_i_h{
        text-align: center;
    }
  .gl_modl_wrapp{
    /*width: 318px;*/
    max-width: 800px;
  }  
  
  .gl_modl_wrapp_big{
    width: 96%;
    height: 96%;
    padding: 24px 16px;
    overflow-y: auto;
  }
  .gl_modl_wrapp h1{
    font-size: 14px;
  } 
  .gl_modl_btn{
    margin-right: 6px;
  }
	.g_mdoc_wrapp{
		padding: 4px;
		height: 98%;
	}
	.g_mdoc_title{
		margin: 0 0 6px 0;
	}

	.g_mdoc_margblock{
		margin-bottom: 6px;
	}
    .admsb__wrapp{
        width: 100px;
        top: 30px;
        left: 0;
        padding: 0 2px 32px;
    }
    .admsb__avatar{
        margin-top: 16px;
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }

    .admsb__user{
        padding-bottom: 8px;
    }

    .admsb__userpic{
        width: 36px;
        height: 36px;
    }

    .admsb__logo{
        margin-top: 6px;
        width: 80px;
        height: 24px;
    }

    .admsb__menu{
        /*padding-bottom: 24px;*/
    }

    .admsb__menu_ul{
        padding-top: 12px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .admsb__title_txt{
        font-size: 9px;
    }

    .admsb__name{
        width: 94px;
    }

    .admsb__name a{
        padding: 8px 2px;
        font-size: 12px;
        font-weight: 500;
    }

    .admsb__subname a{
        padding: 8px 0;
        font-size: 12px;
        font-weight: 500;
        width: 88px;
    }

    .admsb_logo_txt{
        font-size: 9px;
    }
.gl__itmenu_w_i{
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
}
.gl__itmenu_size{
        font-size: 12px;
        padding: 8px 0px;
}
.gl__subitmenu_size{
        font-size: 10px;
        padding: 8px 0px;
}
.gl__itmenu_sizeicon{
        width: 28px;
        height: 28px;
}
.gl__subitmenu_sizeicon{
        width: 22px;
        height: 22px;
}
.gl__itmenu_text{
        padding: 4px 2px;
}
    .gl__itmenu_text{
        padding: 4px 2px; 
    }

    .gl__itmenu_accord_text{
       font-size: 13px;
       padding: 8px 2px 8px 4px; 
    }

    .gl__itmenu_arr{
        margin-left: 0px;    
    }
    .admtb__menu_btn{
        display: block;
    } 

    .admtb__wrapp{
         height: 38px; 
    }
  .gl__notify_wrapp{
      width: 312px;
      top: auto;
      bottom: 16px;
      left: 50%;
      margin-left: -156px;
  }

  .list__notify-enter-active {
      -webkit-animation-duration: .4s;
      animation-duration: .4s;  
      animation-name: fadeInUp;
  }

  .list__notify-leave-active {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;  
    animation-name: fadeOutDown;
  }
}

@media only screen and (min-width : 321px){
  .userpages__form_list{
    margin-bottom: 60px;
  }
    .gl__pagin_text{
        font-size: 20px;
    }

    .gl__pagin_li{
        font-size: 14px;
        width: 22px;
        height: 22px;
    }

    .gl__pagin_li{
        margin: 0 4px;
    }
	.g_mdoc_wrapp{
		padding: 8px;
	}
	.g_mdoc_title{
		margin: 0 0 8px 0;
	}

	.g_mdoc_margblock{
		margin-bottom: 8px;
	}
    .admsb__logo{
        margin-top: 6px;
        width: 80px;
        height: 34px;
    }
}

@media only screen and (min-width : 760px){
  .userpages__form_list{
    margin-bottom: 160px;
  }
	.edlist_w_small{
		width: 120px;
	}
	.edlist_w_middle{
		width: 184px;
	}
	.edlist_w_big{
		width: 372px;	
	}
	.edlis_l_input{
		font-size: 15px;
	}
    .gl__pagin_text{
        font-size: 22px;
    }

    .gl__pagin_li{
        font-size: 18px;
        width: 48px;
        height: 48px;
    }

    .gl__pagin_li{
        margin: 0 6px;
    }
  .adm_sidebar{
      display: flex;
      min-width: 116px;
      max-width: 116px;
  }

  .adm_mobilesidebar{
      display: none;
      min-width: 0px;
      max-width: 0px;
  }
    .controlls_line_margin{
      margin-top: 60px;
    }

    .controlls_line{
        justify-content: flex-start;
    }

    .controll__group{
        margin: 4px 4px 0 0;
    }

    .controll_separator{
      padding: 0 4px 2px 0;
    }

    .controll__group_margins{
      margin: 4px 8px 0;      
    }

    .controll__label, .controll__label_err{
        font-size: 14px;
        font-weight: 500;
    }

    .input__micro, .selected__micro{
        width: 60px;
        height: 22px;
        font-size: 13px;    
    }

    .input__small, 
    .input__small_err,
    .selected__small,
    .selected__small_err
    {
        width: 120px;
        height: 22px;
        font-size: 13px;
    }

    .input__middle, 
    .input__middle_err,
    .selected__middle,
    .selected__middle_err
    {
        width: 184px;
        height: 22px;
        font-size: 13px;
    }
	
	.input__big, 
	.input__big_err,
	.selected__big,
	.selected__big_err
	{
	    width: 372px;
	    height: 22px;
	    font-size: 13px;
	}

    .textarea__small,
    .textarea__small_err
    {
        width: 120px;
        height: 80px;
        font-size: 13px;
    }  

    .textarea__middle,
    .textarea__middle_err
    {
        width: 184px;
        height: 96px;
        font-size: 13px;
    }  

    .textarea__big,
    .textarea__big_err
    {
        width: 372px;
        height: 96px;
        font-size: 13px;
    }
    .gl__table{
        min-width: 400px;
    }

    .gl__tab_thead{
        font-size: 12px;
    } 
    .gl__tab_title, .gl__tab_title_b{
        font-size: 16px;
    }

    .gl__tab_sm_title, .gl__tab_sm_title_b{
        font-size: 14px;
    }

    .gl__tab_minh{
        min-height: 28px;
        width: 1px;
    }

    .gl__tab__text{
        font-size: 12px;
    }

    .g_tab_input{
        height: 24px;
    }

    .g_tab_inp_big{
        width: 400px;
    }
    .g_tab_inp_large{
        width: 220px;
    }
    .g_tab_inp_middle{
       width: 160px; 
    }
    .g_tab_inp_small{
       width: 120px; 
    }
    .g_tab_inp_micro{
       width: 80px; 
    }
    .g_tab_w_large{
        width: 320px;
    }
    .g_tab_w_big{
        width: 420px;
    }
  .gl_modl_wrapp{
    /*width: 636px;*/
  } 
  .gl_modl_wrapp h1{
    font-size: 24px;
  } 

  .gl_modl_wrapp h2{
    font-size: 20px;
  }
	.g_mdoc_wrapp{
		height: 94%;
		padding: 12px;
	}
	.g_mdoc_title{
		margin: 0 0 12px 0;
	}

	.g_mdoc_margblock{
		margin-bottom: 12px;
	}
    .admsb__wrapp{
        width: 116px;
        top: 0;
        left: 0;
    }

    .admsb__avatar{
        margin-top: 16px;
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .admsb__user{
        padding-bottom: 16px;
    }

    .admsb__userpic{
        width: 52px;
        height: 52px;
    }

    .admsb__logo{
        margin-top: 6px;
        width: 80px;
        height: 24px;
    }

    .admsb__menu{
        /*padding-bottom: 48px;*/
    }    

    .admsb__menu_ul{
        padding-top: 24px;
    }

    .admsb__title_txt{
        font-size: 9px;
    }

    .admsb__name{
        width: 112px;
        padding: 0 2px;
    }

    .admsb__name a{
        padding: 8px 0;
        font-size: 12px;
        font-weight: 500;
        width: 88px;
    }

    .admsb__subname a{
        padding: 8px 0;
        font-size: 12px;
        font-weight: 500;
        width: 88px;
    }
    .admtb__menu_btn{
        display: none;
    }
  .gl__notify_wrapp{
      width: 312px;
      top: auto;
      bottom: 80px;
      right: 32px;
      left: auto;
      margin-left: 0px;
  }

  .list__notify-enter-active {
      -webkit-animation-duration: .4s;
      animation-duration: .4s;  
      animation-name: fadeInRight;
  }

  .list__notify-leave-active {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;  
    animation-name: zoomOutRight;
  }
}

@media only screen and (min-width : 992px){
    .gl__butt_icon{
        width: 20px;
        height: 20px;
    }
	.edlist_w_small{
		width: 172px;
	}
	.edlist_w_middle{
		width: 264px;
	}
	.edlist_w_big{
		width: 540px;	
	}
	.srch__bl_iconx{
		top: 26px;
	}
  .controlls_line_margin{
    margin-top: 80px;
  }

	.controll__group{
	    margin: 2px 0 0 0;
	}

  .controll__group_margin{
      margin: 8px 12px 0 0;
  }

  .controll_separator{
    padding: 0 12px 4px 0;
  }

  .controll__group_margins{
    margin: 8px 12px 0;      
  }

	.controll__label, .controll__label_err{
	    font-size: 15px;
	    font-weight: 500;
	}

    .input__micro, .selected__micro{
        width: 80px;
        height: 34px;
        font-size: 18px;   
    }
    
    .input__strech,
    .input__strech_err,
    .selected__strech,
    .selected__strech_err
    {
      height: 34px;
      font-size: 18px;
    }

    .input__small, 
    .input__small_err,
    .selected__small,
    .selected__small_err
    {
        width: 172px;
        height: 34px;
        font-size: 18px;
    }

    .input__middle, 
    .input__middle_err,
    .selected__middle,
    .selected__middle_err
    {
        width: 264px;
        height: 34px;
        font-size: 18px;
    }
	
	.input__big, 
	.input__big_err,
	.selected__big,
	.selected__big_err
	{
	    width: 540px;
	    height: 34px;
      font-size: 18px;
	}

    .textarea__small,
    .textarea__small_err
    {
        width: 172px;
        height: 80px;
        font-size: 18px;
    }  

    .textarea__middle,
    .textarea__middle_err
    {
        width: 264px;
        height: 96px;
        font-size: 18px;
    }  

    .textarea__big,
    .textarea__big_err
    {
        width: 540px;
        height: 96px;
        font-size: 18px;
    }

    .select__bl_iconx{
      right: 12px;
      top: 22px;
    }
    .gl__tab_img{
        width: 80px;
        height: 80px;
    }

    .gl__tab_longtext{
        font-size: 14px;
    }

    .gl__tab_ic_btn{
        padding: 6px 8px;
        margin-right: 0px;
    }
    .pg_i_h{
        text-align: auto;
    }
  .gl_modl_btn{
    margin-right: 16px;
  }
}

@media only screen and (min-width : 1366px){
  .userpages__form_list{
    margin-bottom: 140px;
  }
    .gl__pagin_text{
        font-size: 22px;
    }

    .gl__pagin_li{
        font-size: 15px;
        width: 30px;
        height: 30px;
    }
  .adm_sidebar{
      min-width: 240px;
      max-width: 240px;
  }

  .adm_page{
    padding: 0 8px 0 16px;
  }
    .gl__tab_title{
        padding: 0 8px;
        font-weight: 500;
        font-size: 16px;
    }

    .gl__tab_sm_title{
        padding: 0 8px;
        font-weight: 500;
        font-size: 14px;
    }

    .gl__tab_title_b{
        padding: 0 8px;
        font-weight: 500;
        font-size: 14px;
    }

    .gl__tab_sm_title_b{
        padding: 0 8px;
        font-weight: 600;
        font-size: 14px;
    }

    .gl__tab_cell_long{
       min-width: 264px;
    } 

    .gl__tab_thead{
        font-size: 14px;
    }  
    .gl__tab_minh{
        min-height: 28px;
        width: 1px;
    }
	.g_mdoc_title{
		margin: 0 0 10px 0;
	}

	.g_mdoc_margblock{
		margin-bottom: 10px;
	}
    .admsb__wrapp{
        width: 240px;
        padding: 0 8px;
    }
    .admsb__avatar{
        margin: 24px 0;
        width: 92px;
        height: 92px;
        border-radius: 24px;
    }

    .admsb__user{
        padding-bottom: 24px;
    }

    .admsb__userpic{
        width: 72px;
        height: 72px;
    }

    .admsb__name{
        width: 220px;
        padding: 0 4px;
    }

    .admsb__name a{
        padding: 0 2px;
        font-size: 16px;
        font-weight: 500;
        width: 200px;
    }

    .admsb__subname a{
        font-weight: lighter;
        font-size: 14px;
        padding: 0 0 24px;
    }

    .admsb__logo{
        margin-top: 8px;
        width: 160px;
        height: 44px;
    }

    .admsb__title a{
        font-size: 14px;
    }

    .admsb_logo_txt{
        font-size: 12px;
    }
.gl__itmenu_w_i{
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
}
.gl__itmenu_size{
        font-size: 14px;
        padding: 6px 8px 6px 6px;
}
.gl__subitmenu_size{
        font-size: 12px;
        padding: 4px 8px 4px 24px;
}
.gl__itmenu_sizeicon{
        width: 28px;
        height: 28px;
}
.gl__subitmenu_sizeicon{
        width: 22px;
        height: 22px;
}
.gl__itmenu_text{
        padding: 4px 0 4px 8px;
}
    .gl__itmenu_text{
        padding: 4px 0 4px 8px; 
    }

    .gl__itmenu_accord_text{
        font-size: 14px;
        padding: 8px 8px 8px 32px;
    }

    .gl__itmenu_arr{
        margin-left: 4px;    
    }
  .gl__notify_wrapp{
      width: 312px;
      top: auto;
      bottom: 16px;
      right: 32px;
      left: auto;
      margin-left: 0px;
  }
}

@media only screen and (min-width : 1367px){

	.g_mdoc_title{
		margin: 0 0 12px 0;
	}

	.g_mdoc_margblock{
		margin-bottom: 12px;
	}
}

@media only screen and (max-width : 320px){
  body * {
      animation: none !important;
      transition: none !important;
  }
}

@media only screen and (min-width : 1441px){
    .gl__tab_cell_long{
       min-width: 320px;
    }  
    .gl__tab_minh{
        min-height: 36px;
        width: 1px;
    }
    .g_tab_inp_middle{
       width: 208px; 
    }

    .g_tab_w_middle{
        width: 220px;
    }
}

/*# sourceMappingURL=all.css.map*/