:root
{
  --main-color: #AA55B4;
  --main-color-light: #DEBFDE;

  --dop-color: #A5D65D;

  --font-color: #343434;

  --red-color: #B00000;
  --yellow-color: #E1C10B;
  --orange-color: #FF8000;
  --green-color: #00B000;
  --blue-color: #95DDFF;
  --blue-color-light: #D9E2FF;
  --blue-color-dark: #004397;
  --gray-color: #707070;
  --gray-dark-color: #545454;
  --gray-color-light: #818C99;
  --white-color: #FFFFFF;

  --main-bg-color: #DFE4EA;

  --border-color: #9FB3C3;
  --border-color-light: #C5C6D0;

  --modal-blur: 0.15rem;

  --link-color:#0059C6;

  --fly-win-radius:1rem;

  --scroll-bar-color:#a9a9a9;
  --scroll-bar-bg-color:#F5F5F5;

  --blocker-color:#000000;
  --fly-win-bg-color: #FFFFFF;
}

*
{
 margin:0; padding:0; -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 scrollbar-width: thin;
 scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);}

html{font-size: 0.8333333333vw}
@media (orientation: portrait) {
  html {
    font-size: 1.4814814815vw;
  }
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

-webkit-autofill
{
  background:none!important;
}

::-webkit-scrollbar-corner { background: var(--scroll-bar-bg-color); }
::-webkit-scrollbar {width: 0.375rem;}
::-webkit-scrollbar-track {background: var(--scroll-bar-color)}
::-webkit-scrollbar-thumb {background-color: var(--scroll-bar-bg-color)}

input, button, select, optgroup, textarea
{
  font-family: inherit;
}

body {
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
				font-family:Arial,Helvetica,sans-serif;
				font-size:1.3rem;
				line-height:1.3;
    overflow-y:hidden;
    overflow-x:hidden;
    color:var(--font-color);
    background:var(--main-bg-color);
    background-size:cover;
    /*background: linear-gradient(to bottom, #e0e0e0, #a0a0a0);*/
    height:100vh;


    display: flex;
    flex-direction: column;
}

body.loading{overflow:hidden}

/*body.trace{padding-bottom:40px;}*/

.red_err{color:var( --red-color)}

.dn{display:none!important}
hr.line{clear:both; font-size:0; height:0.075rem; border:none; margin:0; padding:0; background:#808080}
.push1{clear:both; font-size:0; height:0.075rem; border:none; margin:0; padding:0;}
.push5{clear:both; font-size:0; height:0.375rem; border:none; margin:0; padding:0;}
.push10{clear:both; font-size:0; height:0.75rem; border:none; margin:0; padding:0;}
.push20{clear:both; font-size:0; height:1.5rem; border:none; margin:0; padding:0;}
.inb{vertical-align:middle; display:inline-block!important; // display: inline;}
.bl{display:block!important;}

.flcl{clear:both; font-size:0; height:0; border:none; margin:0; padding:0;}
.nw{white-space:nowrap}
.tc{text-align:center!important;}
.mb0{margin-bottom:0!important;}
.m0{margin:0!important;}
.oh{overflow:hidden}
.oa{overflow:auto}
.vsh{visibility:hidden}
.w100{width:100%;}

.pr{position:relative}

.br3{-webkit-border-radius: 0.225rem; -moz-border-radius: 0.225rem; border-radius: 0.225rem;}
.br5{-webkit-border-radius: 0.375rem; -moz-border-radius: 0.375rem; border-radius: 0.375rem;}
.br10{-webkit-border-radius: 0.75rem; -moz-border-radius: 0.75rem; border-radius: 0.75rem;}
.br12{-webkit-border-radius: 1rem; -moz-border-radius: 1rem; border-radius: 1rem;}
.brRound{-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}

.hand{cursor:pointer!important}
textarea {resize: none;}

a{color:#0a58ca; text-decoration:none}
a:hover{text-decoration:underline}

a.blue{color:#0a58ca;}
a.red{color:#ff4560;}
a.yellow{color:#FFAC47;}
a.orange{color:#AC3F40;}

.fa, fa, .fa.io, fa.io{font-family:fontAwesome; font-style:normal;}
.fa.io, fa.io{font-family:Ionicons; font-style:normal;}

/*-----------------------------------------------------------------------------------------------------------------*/

.siteButton{cursor:pointer; border:none; background:var(--main-color); color:#FFFFFF; padding:0.75rem 2.25rem;
border-radius:0.45rem;
display:inline-flex; justify-content: center; align-items: center;
}
a.siteButton{text-decoration:none;!important;}
/*

*/

.siteButton:hover{box-shadow: 0px 0.3rem 0.3rem rgba(0, 0, 0, 0.15); /*transform: translate3d(0, -1px, 0);*/}

.siteButton fa{margin-right:0.75rem;}

.siteButton.style2
{	/*
	border:1px solid #A9AAAA;
 linear-gradient(92.21deg, #E41C4C 0.45%, #F05A7D 49.1%, #F7B2C3 92.88%)
 color:inherit;
 */
 background: var(--main-color);
 display: flex; justify-content: center; align-items: center;
 color: var(--white-color);
 border-radius:0.45rem;

}

.siteButton.style3
{  background: #FFFFFF;
  border: 0.15rem solid var(--dop-color);
  color: inherit;
  font-size:90%}





/*-----------------------------------------------------------------------------------------------------------------*/

/*
.switcher{display:inline-block; vertical-align:middle; cursor:pointer; position:relative; width:40px; height:20px;}
.switcher i{display:block; position:absolute; left:5px; top:8px; bottom:8px; right:5px; background:#CCCCCC; z-index:0}
.switcher b{display:block; position:absolute; width:20px; top:0; height:20px; background:#464646; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; z-index:1}
.switcher.pos0 b{left:0; background-color:#800000}
.switcher.pos1 b{right:0; background-color:#008000}
*/

slides {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.1125rem; /* 1.5px */
}
slides slide {
    flex-grow: 1;
    text-align: center;
    border-bottom: 0.075rem solid var(--border-color); /* 1px */
    padding-bottom: 0.05625rem; /* 0.75px */
    padding-top: 0.1125rem; /* 1.5px */
    cursor: pointer;
}
slides slide.active {
    border-bottom: 0.225rem solid var(--blue-color-dark); /* 3px */
    cursor: default;
}
slides slide a,
slides slide a:hover {
    text-decoration: none;
    color: inherit;
    display: block;
}

switch {
    width: 3.9rem; /* 52px */
    height: 2.4rem; /* 32px */
    border-radius: 100px;
    background-color: var(--main-color);
    border: 0.15rem solid var(--main-color); /* 2px */
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
switch d {
    display: block;
    width: 1.8rem; /* 24px */
    height: 1.8rem; /* 24px */
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 0.15rem; /* 2px */
}
switch.st0 {
    background-color: #E1E2EC;
    border-color: #C5C6D0;
}
switch.st0 d {
    width: 1.2rem; /* 16px */
    height: 1.2rem; /* 16px */
    background: #C5C6D0;
    border: none;
    top: 0.45rem; /* 6px */
}
switch.st0 d {
    left: 0.45rem; /* 6px */
}
switch.st1 d {
    right: 0.15rem; /* 2px */
}

/*-----------------------------------------------------------------------------------------------------------------*/

#pageLoading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--main-bg-color);
    z-index: 999990;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pageLoading.transparent .loader {
    opacity: 0;
}

.loader-inner {
    bottom: 0;
    height: 4.5rem; /* 60px */
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 7.5rem; /* 100px */
}

.loader-line-wrap {
    animation: spin 1500ms cubic-bezier(.175, .885, .32, 1.275) infinite;
    box-sizing: border-box;
    height: 3.75rem; /* 50px */
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform-origin: 50% 100%;
    width: 7.5rem; /* 100px */
}
.loader-line {
    border: 0.3rem solid transparent; /* 4px */
    border-radius: 100%;
    box-sizing: border-box;
    height: 7.5rem; /* 100px */
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 7.5rem; /* 100px */
}
.loader-line-wrap:nth-child(1) { animation-delay: -37.5ms; } /* -50ms */
.loader-line-wrap:nth-child(2) { animation-delay: -75ms; } /* -100ms */
.loader-line-wrap:nth-child(3) { animation-delay: -112.5ms; } /* -150ms */
.loader-line-wrap:nth-child(4) { animation-delay: -150ms; } /* -200ms */
.loader-line-wrap:nth-child(5) { animation-delay: -187.5ms; } /* -250ms */

.loader-line-wrap:nth-child(1) .loader-line {
    border-color: var(--main-color);
    height: 6.75rem; /* 90px */
    width: 6.75rem; /* 90px */
    top: 0.525rem; /* 7px */
}
.loader-line-wrap:nth-child(2) .loader-line {
    border-color: var(--main-color);
    height: 5.7rem; /* 76px */
    width: 5.7rem; /* 76px */
    top: 1.05rem; /* 14px */
}
.loader-line-wrap:nth-child(3) .loader-line {
    border-color: var(--main-color);
    height: 4.65rem; /* 62px */
    width: 4.65rem; /* 62px */
    top: 1.575rem; /* 21px */
}
.loader-line-wrap:nth-child(4) .loader-line {
    border-color: var(--main-color);
    height: 3.6rem; /* 48px */
    width: 3.6rem; /* 48px */
    top: 2.1rem; /* 28px */
}
.loader-line-wrap:nth-child(5) .loader-line {
    border-color: var(--dop-color);
    height: 2.55rem; /* 34px */
    width: 2.55rem; /* 34px */
    top: 2.625rem; /* 35px */
}

@keyframes spin {
    0%, 15% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

#pageLoading #noJsGoBtn {
    margin-top: 15rem; /* 200px */
}

/*-----------------------------------------------------------------------------------------------------------------*/

.formLine {
    margin-bottom: 0.9rem; /* 12px */
}
form .formLine:last-of-type {
    margin-bottom: 0;
}

.formLine .name {
    margin-bottom: 0.375rem; /* 5px */
}
.formLine .name i {
    font-style: normal;
    color: #FF8040;
}
.formLine .hint {
    margin-bottom: 0.375rem; /* 5px */
    font-size: 80%; /* 80% */
    filter: contrast(30%);
}

.formLine.impblock {
    padding: 0.75rem; /* 10px */
    border: 0.075rem solid #008000; /* 1px */
    background: #C6FFC6;
    border-radius: 0.375rem; /* 5px */
}

.formLine .input .swap {
    display: none;
    position: absolute;
    right: 0.375rem; /* 5px */
    top: 0.375rem; /* 5px */
    bottom: 0.375rem; /* 5px */
    width: 1.875rem; /* 25px */
    background: url(/img/swap.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    opacity: 1;
}
.formLine .input .swap {
    filter: grayscale(100%);
    transition: 0.5s;
}
.formLine .input .swap:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.formLine .input .dice {
    display: block;
    position: absolute;
    left: 0.375rem; /* 5px */
    top: 0.075rem; /* 1px */
    bottom: 0.075rem; /* 1px */
    width: 2.25rem; /* 30px */
    background: url(/img/svg/dice.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    opacity: 0.5;
}
.formLine .input .dice {
    transition: 0.5s;
}
.formLine .input .dice:hover {
    opacity: 1;
}

.formLine .input loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 2.25rem; /* 30px */
    top: 0;
    bottom: 0;
    width: 3rem; /* 40px */
    font-size: 1.65rem; /* 22px */
    color: var(--border-color);
}
.formLine .input loader fa {
    animation: rotate 2s linear infinite;
}

.formLine .input suggest {
    display: block;
    max-height: 9rem; /* 120px */
    overflow: visible;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 3rem; /* 40px */
    right: 0;
    background: #FFFFFF;
    border: 0.075rem solid var(--border-color); /* 1px */
    border-radius: 0.375rem; /* 5px */
    padding: 0.375rem; /* 5px */
}
.formLine .input suggest::before,
.formLine .input suggest::after {
    content: '';
    position: absolute;
    left: 1.5rem; /* 20px */
    top: -1.5rem; /* -20px */
    border: 0.75rem solid transparent; /* 10px */
    border-bottom: 0.75rem solid var(--border-color);
}
.formLine .input suggest::after {
    border-bottom: 0.75rem solid #FFFFFF;
    top: -1.425rem; /* -19px */
}

.formLine .input suggest ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 11.25rem; /* 150px */
    overflow-y: auto;
}
.formLine .input suggest ul li {
    cursor: pointer;
    display: block;
    padding: 0.375rem; /* 5px */
}
.formLine .input suggest ul li:hover {
    background-color: var(--main-bg-color);
}

/*.formLine .input .swap{filter: invert(50%) sepia(30%) saturate(20%) brightness(100%) contrast(100%)}*/

.formLine .input select {
    width: 100%;
}

.formLine .input input,
.formLine .input textarea,
.formLine .input .likeInput,
.formLine select.ignore {
    width: 100%;
    background: transparent;
    font-family: inherit;
    font-size: 1.05rem; /* 14px */
    padding: 0.675rem; /* 9px */
    border: 0.075rem solid var(--border-color-light); /* 1px */
    color: inherit;
    border-radius: 0.45rem; /* 6px */
}

.formLine .input .likeInput {
    min-height: 2.55rem; /* 34px */
}

/*.formLine select.ignore{background:url(/img/dropdown.png) no-repeat right 10px center;}*/
.formLine select.ignore option {
    line-height: 1.3;
}

input[type=text]:focus,
.formLine .input input:focus,
.formLine .input textarea:focus,
.formLine .input .likeInput:focus,
.formLine select.ignore:focus {
    outline: none;
    border-color: var(--font-color); /* border-top-color:#5794BF; color:#000000;*/
    background: #FFFFFF;
}

.formLine .input input.err,
.formLine .input textarea.err,
.formLine .input .likeInput.err {
    border-color: #ff605f;
}

.formLine .input input:disabled,
.formLine .input textarea:disabled,
.formLine .input .likeInput:disabled {
    background-color: #F2F2F2 !important;
    color: #CCCCCC !important;
    cursor: default !important;
    border-color: #CCCCCC !important;
}

.formLine eye {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0.75rem; /* 10px */
    bottom: 0.75rem; /* 10px */
    width: 3.375rem; /* 45px */
    cursor: pointer;
    background: url(/img/eye.svg) no-repeat center center;
    background-size: contain;
}
.formLine eye.hide {
    background-image: url(/img/eye_hide.svg);
}

.formLine eye,
.formLine eye.hide {
    filter: invert(50%) sepia(30%) saturate(20%) brightness(100%) contrast(100%);
}

.formLine .chkBoxArrLine {
    position: relative;
    padding-left: 2.25rem; /* 30px */
    margin-bottom: 0.525rem; /* 7px */

}
.formLine .input .chkBoxArrLine:last-child {
    margin-bottom: 0;
}
.formLine .chkBoxArrLine div small {
    font-size: 0.6rem; /* 80% */
    color: #8F816E;
    padding-top: 0.375rem; /* 5px */
    display: block;
}

.formLine .chkBoxArrLine chk {
    display: block;
    position: absolute;
    left: 0;
    top: -0.075rem; /* -1px */
}

.jq-checkbox {
    width: 1.5rem; /* 20px */
    height: 1.5rem; /* 20px */
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.jq-checkbox.checked {
    background: transparent;
}
.jq-checkbox.checked div {
    background: transparent;
    box-shadow: none;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: 0;
}
.jq-checkbox.checked div:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.05rem; /* 14px */
    color: var(--main-color);
    font-family: fontAwesome;
    font-style: normal;
}

.jq-radio {
    width: 1.5rem; /* 20px */
    height: 1.5rem; /* 20px */
    background: transparent;
    padding: 0;
    box-shadow: none;
    position: relative;
}
.jq-radio.checked div {
    margin: 0;
    padding: 0;
    background: var(--main-color);
    width: auto;
    height: auto;
    box-shadow: none;
    position: absolute;
    left: 0.225rem; /* 3px */
    top: 0.225rem; /* 3px */
    right: 0.225rem; /* 3px */
    bottom: 0.225rem; /* 3px */
    border-radius: 50%;
}

.formLine .input {
    position: relative;
}
.formLine .input.three {
    display: flex;
    justify-content: center;
    align-items: center;
}
.formLine .input.three > * {
    flex: 1;
}
.formLine .input.three div {
    flex: 0;
}
.formLine .input.three input:nth-child(2),
.formLine .input.three div {
    margin: 0 0.75rem; /* 10px */
}

.formLine .curImgVal im {
    max-height: 9rem; /* 120px */
    width: auto;
}
.formLine .curSoundVal {}

.formTwoLine {
    display: flex;
}
.formTwoLine .formLine {
    flex: 1;
}

.formTwoLine .formLine:first-child {
    margin-right: 0.375rem; /* 5px */
}
.formTwoLine .formLine:last-child {
    margin-left: 0.375rem; /* 5px */
}

.blocker.flywin .formLine .name { /* color: var(--gray-dark-color) */ }

.formLine .input.loading input,
.formLine .input.loading select {
    border-color: var(--blue-color);
    padding-left: 2.25rem; /* 30px */
}
.formLine .input.loading:before {
    content: '\f110';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.25rem; /* 30px */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.05rem; /* 14px */
    color: var(--blue-color);
    font-family: fontAwesome;
    font-style: normal;
    animation: rotate 2s linear infinite;
}

.formLine .input.ok input,
.formLine .input.ok select {
    border-color: var(--green-color);
    padding-left: 2.25rem; /* 30px */
}
.formLine .input.ok:before {
    content: '\f058';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.25rem; /* 30px */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.05rem; /* 14px */
    color: var(--green-color);
    font-family: fontAwesome;
    font-style: normal;
}

.formLine .input.error input,
.formLine .input.error select {
    border-color: var(--red-color);
    padding-left: 2.25rem; /* 30px */
}
.formLine .input.error:before {
    content: '\f057';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.25rem; /* 30px */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.05rem; /* 14px */
    color: var(--red-color);
    font-family: fontAwesome;
    font-style: normal;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices {
    box-shadow: none !important;
    border-radius: 0.45rem !important; /* 6px */
    height: auto !important;
}

.chzn-container-multi .chzn-choices {
    padding: 0.15rem !important; /* 2px */
}

.chzn-container-multi .chzn-choices .search-field input {
    height: auto;
}

.chzn-container-single .chzn-single div b {
    background: url(/img/dropdown.png) no-repeat center center !important;
    padding: 0 !important;
    background-size: auto auto !important;
}

.chzn-container-single.chzn-with-drop .chzn-single div b {
    background-image: url(/img/dropup.png) !important;
}

.chzn-container-single .chzn-single div {
    width: 2.25rem !important; /* 30px */
}

.chzn-container-active .chzn-single,
.chzn-container-active .chzn-choices {
    border: 0.075rem solid var(--font-color) !important; /* 1px */
    color: #000000 !important;
}

.chzn-container .chzn-results {
    margin: 0 !important;
    padding: 0 !important;
    border-top: none;
    max-height: 11.25rem; /* 150px */
}
.chzn-container .chzn-results li {
    padding: 0.75rem !important; /* 10px */
}

.chzn-container-active.chzn-with-drop .chzn-single {
    background: #FFFFFF !important;
}

.chzn-container .chzn-results li.result-selected {
    background: var(--main-color) no-repeat right center !important;
    color: inherit;
}
.chzn-container .chzn-results li.highlighted {
    background: var(--dop-color) no-repeat right center !important;
    color: inherit;
}

.chzn-container .chzn-results .no-results {
    background: #FF8080 !important;
}

.chzn-container-single .chzn-single {
    background: transparent;
    font-family: inherit;
    font-size: 1.05rem; /* 14px */
    padding: 0.675rem !important; /* 9px */
    line-height: 1.35rem; /* 18px */
    border: 0.075rem solid var(--border-color-light); /* 1px */
    color: inherit;
}

.chzn-container .chzn-drop {
    border: 0.075rem solid var(--font-color) !important; /* 1px */
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #FFFFFF !important;
    color: inherit !important;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.blocker {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    padding: 0.75rem; /* 10px */
}
.blocker {
    backdrop-filter: blur(var(--modal-blur)) grayscale(90%);
}
.blocker:before {
    display: block;
    content: '';
    z-index: 0;
    position: fixed;
    left: 0 !important;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: var(--blocker-color);
    opacity: 0.4;
}

.blocker block {
    z-index: 1;
    position: relative;
    display: block;
}
.blocker content {
    display: block;
    max-height: 67.5vh; /* 90vh */
    overflow: auto;
}

.blocker closer {
    display: block;
    position: absolute;
    color: var(--red-color);
    cursor: pointer;
}

.blocker#flyLoading {
    align-items: flex-start;
    z-index: 100005;
}
.blocker#flyLoading content {
    display: block;
    margin-top: -0.75rem; /* -10px */
    padding: 0.75rem 1.5rem; /* 10px 20px */
    font-size: 1.2rem; /* 16px */
    background: #FFFFFF url(../img/clock.gif) no-repeat 0.75rem center; /* 10px */
    padding-left: 3.75rem; /* 50px */
    border: 0.225rem solid var(--border-color); /* 3px */
    border-top: none;
    border-bottom-right-radius: 0.375rem; /* 5px */
    border-bottom-left-radius: 0.375rem; /* 5px */
    box-shadow: 0px 0.3rem 0.3rem rgba(0, 0, 0, 0.25); /* 4px */
}

#flyLoading pBar {
    margin-top: 0.375rem; /* 5px */
}
.blocker#flyLoading {
    backdrop-filter: none;
}
.blocker#flyLoading:before {
    background: transparent;
}

.blocker.notice {
    z-index: 100000;
    justify-content: right;
    align-items: flex-end;
}
.blocker.notice::before {
    background: #000000;
    opacity: 0.5;
}

.blocker.notice content {
    background: #FFFFFF;
    width: 27rem; /* 360px */
    overflow: auto;
    min-height: 60vh; /* 80vh */
}

.blocker.notice content .txt div {
    padding: 1.2rem 1.5rem; /* 16px 20px */
    border-bottom: 0.075rem solid #C5C6D0; /* 1px */
    cursor: pointer;
}

.blocker.notice content .txt div status {
    display: block;
    font-size: 0.9rem; /* 12px */
    line-height: 1.2;
    margin-bottom: 0.375rem; /* 5px */
}
.blocker.notice content .txt div name {
    display: block;
    font-size: 1.2rem; /* 16px */
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0.75rem; /* 10px */
}
.blocker.notice content .txt div text {
    display: block;
    font-size: 0.9rem; /* 14px */
    line-height: 1.2;
}

.blocker.notice content .txt div date {
    display: inline-block;
    font-size: 0.9rem; /* 12px */
    line-height: 1;
    padding: 0.375rem 0.75rem; /* 5px 10px */
    margin-top: 0.375rem; /* 5px */
    background: #EEEEEE;
    border-radius: 0.225rem; /* 3px */
    color: #464646;
}

.blocker.notice content .txt div.readed {
    opacity: 0.7;
}
.blocker.notice content .txt div.readed name {
    font-weight: normal;
}

.blocker.notice content .txt div:hover {
    opacity: 1;
}

.blocker.message {
    z-index: 100001;
}
.blocker.message content {
    padding: 1.125rem 1.5rem; /* 15px 20px */
    border: 0.075rem dashed #FFFFFF; /* 1px */
    border-top: 1.8rem solid var(--border-color); /* 24px */
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.8); /* 10px */
    font-size: 1.2rem; /* 16px */
    min-width: 30rem; /* 400px */
    max-width: 52.5rem; /* 700px */
    overflow: auto;
    border-bottom-right-radius: 0.375rem; /* 5px */
    border-bottom-left-radius: 0.375rem; /* 5px */
}
                                                   /*  var(--green-color)*/
.blocker.message.good content {
    border-color: var(--green-color);
}
.blocker.message.bad content {
    border-color: var(--red-color);
}

.blocker.message.info content {
    border-color: var(--blue-color);
}
.blocker.message.warn content {
    border-color: var(--orange-color);
}

.blocker.message closer {
    right: 0.375rem; /* 5px */
    top: -0.075rem; /* -1px */
    font-size: 1.5rem; /* 20px */
    color: #FFFFFF;
}

.blocker.message .button {
    border-radius: 0.375rem; /* 5px */
    padding: 1.125rem; /* 15px */
    font-size: 1.2rem; /* 16px */
}
.blocker.message .button.i {
    padding-left: 3rem; /* 40px */
}
.blocker.message .button i {
    top: 0.525rem; /* 7px */
    left: 0.525rem; /* 7px */
}

.blocker.message .siteButton.style2 {
    margin-top: 0.75rem; /* 10px */
    padding: 0.45rem 0.9rem; /* 6px 12px */
    align-items: center;
    justify-content: start;
}

.blocker.message .btnInLine {}

.blocker.flywin,
.blocker.flywin:before {
    left: 0;
    /* box-shadow: 0 0 10px 1px #646464; */
}
.blocker.flywin block {
    border-radius: var(--fly-win-radius);
    background-color: var(--fly-win-bg-color);
    overflow: hidden;
}

.blocker.flywin content {
    padding: 0.75rem 1.5rem; /* 10px 20px */
    font-size: inherit;
    min-width: 30vw; /* 40vw */
    max-width: calc(100vw - 27rem); /* 360px */
    overflow: auto;
    max-height: calc(100vh - 15rem); /* 200px */
}
.blocker.flywin closer {
    right: 1.5rem; /* 20px */
    top: 1.5rem; /* 20px */
    color: var(--font-color);
    font-size: 1.5rem; /* 20px */
}

.blocker.flywin h1,
.blocker.flywin btns {
    display: block;
    margin: 0;
    padding: 0.75rem 1.5rem; /* 10px 20px */
    font-weight: normal;
    font-size: 110%; /* 130% */
}
.blocker.flywin h1 {
    padding-bottom: 0.75rem; /* 10px */
    padding-top: 1.5rem; /* 20px */
    border-bottom: 0.075rem solid #CCCCCC; /* 1px */
}
.blocker.flywin btns {
    padding-top: 0.75rem; /* 10px */
    padding-bottom: 1.5rem; /* 20px */
    border-top: 0.075rem solid #CCCCCC; /* 1px */
    min-height: 5.25rem; /* 70px */
    position: relative;
}
.blocker.flywin btns .siteButton {
    padding: 0.45rem 0.75rem; /* 6px 10px */
    display: inline-block;
    margin-right: 0.75rem; /* 10px */
}

.blocker.flywin btns .siteButton[act=update] {
    position: absolute;
    right: 1.5rem; /* 20px */
    top: 0.75rem; /* 10px */
    margin: 0;
    width: 3rem; /* 40px */
    text-align: center;
}
.blocker.flywin btns .siteButton[act=update] fa {
    margin: 0;
}

.blocker.flywin searchZone {
    display: block;
    margin: -1.5rem; /* -20px */
    margin-bottom: 1.5rem; /* 20px */
    background: var(--fly-win-bg-color);
    padding: 1.5rem; /* 20px */
    position: relative;
}
.blocker.flywin searchZone searchField input {
    font-size: 1.2rem; /* 16px */
    padding: 0.6rem; /* 8px */
    border-color: #FFFFFF;
    padding-right: 3rem; /* 40px */
}
.blocker.flywin searchZone searchField.input input[type=text]:focus {
    border-color: var(--font-color);
}

.blocker.flywin searchZone searchField submitBtn,
.blocker.flywin searchZone searchField canselBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3rem; /* 40px */
    font-size: 1.5rem; /* 20px */
    cursor: pointer;
}
.blocker.flywin searchZone searchField canselBtn {
    color: var(--orange-color);
    left: 0;
    right: auto;
}

.blocker.flywin .dopBtns {
    z-index: 0;
    position: absolute;
    left: 1.5rem; /* 20px */
    right: 50%;
    background: #FFFFFF;
    bottom: 4.125rem; /* 55px */
    border: 0.075rem solid var(--border-color); /* 1px */
    border-radius: 0.375rem; /* 5px */
    padding: 1.5rem; /* 20px */
}

.blocker.flywin .dopBtns::before,
.blocker.flywin .dopBtns::after {
    content: '';
    position: absolute;
    left: 1.5rem; /* 20px */
    bottom: -1.5rem; /* -20px */
    border: 0.75rem solid transparent; /* 10px */
    border-top: 0.75rem solid var(--border-color);
}
.blocker.flywin .dopBtns::after {
    border-top: 0.75rem solid #FFFFFF;
    bottom: -1.425rem; /* -19px */
}

.blocker.flywin .dopBtns .button {
    margin-bottom: 0.75rem; /* 10px */
}
.blocker.flywin .dopBtns .button:last-child {
    margin-bottom: 0;
}

.blocker.flywin .sideScroll {
    position: absolute;
    left: 1.5rem; /* 20px */
    top: 0;
    bottom: 0;
    width: 3rem; /* 40px */
    display: flex;
    justify-content: center;
    align-items: center;
}
.blocker.flywin .sideScroll.next {
    left: auto;
    right: 1.5rem; /* 20px */
}
.blocker.flywin .sideScroll .siteButton.style2 {
    width: 100%;
    height: 40%;
    padding: 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.iHint {
    text-align: left;
    border: 0.075rem dashed var(--blue-color-dark); /* 1px */
    background: var(--blue-color-light);
    line-height: 1.3;
    border-radius: 0.3rem; /* 4px */
    padding: 0.9rem; /* 12px */
    margin-bottom: 0.75rem; /* 10px */
}
.iSmallHint {
    font-size: 0.9rem; /* 12px */
    line-height: 1rem; /* 16px */
    color: #627DA8;
    padding: 0 0 0.375rem 1.5rem; /* 5px 20px */
    background: url(/img/info.svg) no-repeat left top;
}
.iHint.orange {
    border-color: #FF8800;
    background: #FFFF80;
}
.iHint.purple {
    border-color: #800080;
    background: #FFD5FF;
}

.iHint.green {
    border-color: var(--green-color);
    background: inherit;
    color: var(--green-color);
}
.iHint.gray {
    border-color: var(--gray-color);
    background: inherit;
    color: var(--gray-color);
}

.iHint.dataNotFound {
    border-color: var(--red-color);
    background-color: inherit;
}

.lineHint {
    position: relative;
    padding-left: 1.5rem; /* 20px */
    vertical-align: middle;
    font-size: 75%; /* 90% */
    line-height: 1.2;
}
.lineHint::before {
    content: '\f05a';
    display: block;
    position: absolute;
    left: 0;
    top: -0.075rem; /* -1px */
    font-family: fontAwesome;
    font-style: normal;
    color: var(--main-color);
    font-size: 1.1rem; /* 110% */
}

/*--------------------------------------------------------------------------------------------------------------------*/

.info:not(.message) {
    font-size: 0.6rem; /* 80% */
    color: #0074E8;
    padding-left: 1.5rem; /* 20px */
    position: relative;
    display: block;
}
.info:not(.message)::before {
    content: '\f05a';
    position: absolute;
    left: 0;
    top: -0.3rem; /* -4px */
    font-size: 1.2rem; /* 16px */
    color: inherit;
    font-family: fontAwesome;
    font-style: normal;
}

.dataTBL th .info {
    color: inherit;
}

/*--------------------------------------------------------------------------------------------------------------------*/

pbar {
    display: block;
    height: 0.3rem; /* 4px */
    background: #E1E2EC;
    overflow: hidden;
    position: relative;
}
pbar bar {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--blue-color-dark);
}

/*--------------------------------------------------------------------------------------------------------------------*/

body.err404 {
    position: relative;
    background: #FFFFFF url(/img/site/404bg.svg) left top no-repeat;
    background-size: auto 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
body.err404 div {
    min-width: 30vw; /* 40vw */
    max-width: 67.5vw; /* 90vw */
    text-align: center;
}
body.err404 div i {
    display: block;
    height: 15rem; /* 200px */
    background: url(/img/site/404.svg) no-repeat center center;
    background-size: contain;
    margin-bottom: 3rem; /* 40px */
}
body.err404 div t {
    display: block;
    padding: 0.75rem 0 1.5rem 0; /* 10px 0 20px 0 */
    font-size: 1.95rem; /* 26px */
    color: var(--main-color);
}
body.err404 div t d {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0.75rem; /* 0 10px */
}
body.err404 div t d:nth-child(2) {
    font-size: 3.75rem; /* 50px */
    color: var(--dop-color);
}
body.err404 a.logo {
    position: absolute;
    right: 1.5rem; /* 20px */
    top: 1.5rem; /* 20px */
    display: block;
    height: 4.5rem; /* 60px */
    width: 30vw; /* 40vw */
    background: url(/img/site/logo.svg) no-repeat right top;
    background-size: contain;
}

body.err404 div c {
    display: block;
    font-size: 26.25vh; /* 35vh */
    margin-bottom: 3rem; /* 40px */
    line-height: 0.8;
}
body.err404 div c {
    font-weight: bold;
    font-family: Arial, sans-serif;

    /* Градиент */
    background: linear-gradient(90deg, var(--main-color), var(--dop-color));

    /* Поддержка Chrome, Safari, Edge */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Поддержка Firefox */
    background-clip: text;
    color: transparent;
}

/*--------------------------------------------------------------------------------------------------------------------*/

#trace {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000000;
    text-align: left;
    font-size: 1.05rem; /* 14px */
    line-height: 1.6rem; /* 24px */
}
#trace div {
    color: #000000;
    padding: 0 0.375rem; /* 0 5px */
    background: #FFFFFF;
    border-left: 0.075rem solid var(--font-color); /* 1px */
    border-top: 0.075rem solid var(--font-color); /* 1px */
    height: 1.6rem; /* 24px */
    overflow: hidden;
    cursor: default;
    width: 21rem; /* 280px */
    white-space: nowrap;
}
#trace div:hover {
    height: auto;
    max-height: 33.75rem; /* 500px */
    width: 100%;
    max-width: 52.5vw; /* 70vw */
    min-width: 45rem; /* 600px */
    overflow: auto;
    white-space: normal;
    padding: 0.75rem; /* 10px */
}
#trace line {
    display: block;
}

#devMode
{
    text-align: center;
    font-size: 70%; /* 80% */
    padding: 0;
    border-bottom: 0.075rem dashed #EA0000; /* 1px */
    background: #FF9797;
}

#devMode.fly
{	   position: fixed;
    top: 0;
    left: 0;
    right:0;
    z-index: 1000000;}

/*--------------------------------------------------------------------------------------------------------------------*/

.pagesZone {
    position: relative;
    text-align: center;
    padding: 0.75rem; /* 10px */
    padding-bottom: 0;
}
.pagesZone i {
    white-space: nowrap;
    font-style: normal;
    margin: 0 0.75rem; /* 0 10px */
    display: inline-block; /* display: inline; */
}
.pagesZone .page {
    margin: 0 0.375rem; /* 0 5px */
    padding: 0.45rem 0.9rem; /* 6px 12px */
    font-size: 1rem; /* 14px */
    text-decoration: none;
    white-space: nowrap;
    display: inline-block; /* display: inline; */
}

.pagesZone .page.prev {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0.375rem; /* 5px */
}
.pagesZone .page.next {
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0.375rem; /* 5px */
}
.pagesZone .page.sel {
    border-color: var(--main-color);
    cursor: default;
    color: #FFFFFF;
    background: var(--main-color-light);
}

.pagesZone .countInfo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 1.875rem; /* 25px */
    font-size: 1rem; /* 14px */
    display: none;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.dataTBL {
    border-collapse: collapse;
    width: 100%;
}

.dataTBL th,
.dataTBL tr td {
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    border-bottom: 0.075rem solid var(--border-color-light); /* 1px */
    padding: 0.75rem; /* 10px */
}
.dataTBL tr:last-child td {
    border-bottom: none;
}

.dataTBL tr:hover td {
    background: #F5F5F5;
}

.dataTBL thead th {
    padding: 0;
    background: var(--dop-color);
    vertical-align: middle;
    border-right: 0.075rem solid #FFFFFF;
    height:auto;
}
.dataTBL thead tr th:last-child
{	  border-right: none;}

.dataTBL th div {
    padding: 0.75rem; /* 10px */
    height: 100%;
    position: relative;
    font-size:105%;
}
.dataTBL th div.sortIn {
    padding-right: 1.5rem; /* 20px */
}
.dataTBL th div.sortIn a.sortLink {
    position: absolute;
    right: 0;
    width: 1.5rem; /* 20px */
    height: 50%;
    font-size: 0.9rem; /* 12px */
    text-decoration: none;
    color: var(--link-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.dataTBL th div.sortIn a.sortLink.asc {
    top: 0;
}
.dataTBL th div.sortIn a.sortLink.desc {
    bottom: 0;
}

.dataTBL th div.sortIn a.sortLink.sel {
    color: var(--orange-color);
}

.dataTBL td .dpZag,
.dataTBL td .dpZag .dpZagDp {
    font-size: 120%; /* 110% */
}

.dataTBL td .dpLine {
    font-size: 85%; /* 80% */
    color: var(--gray-dark-color);
    margin-top: 0.225rem; /* 3px */
}
.dataTBL td .dpLine.warn {
    position: relative;
    padding-left: 1.5rem; /* 20px */
    color: var(--orange-color);
    margin-top: 0.375rem; /* 5px */
}
.dataTBL td .dpLine.warn:before {
    content: '\f071';
    position: absolute;
    left: 0;
    top: -0.075rem; /* -1px */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.05rem; /* 14px */
    color: inherit;
    font-family: fontAwesome;
    font-style: normal;
}

.dataTBL .recOnPageCount {
    font-size: 80%; /* 80% */
    display: block;
}

.dataTBL .btnLine {
    margin: 0 -0.375rem -0.375rem 0; /* -5px */
    padding-top: 0.375rem; /* 5px */
}
.dataTBL .btnLine .siteButton {
    margin: 0 0.375rem 0.375rem 0; /* 5px */
    padding: 0.45rem 0.9rem; /* 6px 12px */
    align-items: center;
    justify-content: start;
    display: inline-block;
}

.dataTBL .btnRow {}
.dataTBL .btnRow .siteButton.style2 {
    margin-bottom: 0.375rem; /* 5px */
    padding: 0.225rem 0.525rem; /* 3px 7px */
    display: block;
    width: 100%;
}
.dataTBL .btnRow .siteButton.style2 fa {
    margin: 0;
}
.dataTBL .btnRow .siteButton.style2:last-child {
    margin-bottom: 0;
}

.dataTBL .btns {
    padding-right: 0;
}
.dataTBL .btns fa {
    cursor: pointer;
    font-size: 1.2rem; /* 120% */
}
.dataTBL .btns fa[act=editContentItem] {
    color: var(--yellow-color);
    cursor: pointer;
}
.dataTBL fa[act=resetFilter] {
    color: var(--red-color);
    cursor: pointer;
}

.checkable .dataTBL tbody tr td:first-child {
    padding-left: 2.25rem; /* 30px */
}
.checkable .dataTBL tbody tr td:first-child .dpZag {
    position: relative;
    cursor: pointer;
}
.checkable .dataTBL tbody tr td:first-child .dpZag:before {
    content: '\f096';
    position: absolute;
    left: -1.65rem; /* -22px */
    top: -0.15rem; /* -2px */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem; /* 110% */
    color: inherit;
    color: var(--blue-color-dark);
    font-family: fontAwesome;
    font-style: normal;
}

.dataTBL tbody tr.checked td:first-child .dpZag:before {
    content: '\f046';
}

.dataTBL tbody tr.checked td {
    background-color: #FEFFE6;
}

.dataTBL tbody tr.unactive {
    opacity: 0.6;
}

.dataTBL tbody tr.unactive .dpZag:first-child,
.dataTBL tbody tr.unactive .dpZag.m {
    padding-left: 1.875rem; /* 25px */
    position: relative;
}
.dataTBL tbody tr.unactive .dpZag:first-child:before,
.dataTBL tbody tr.unactive .dpZag.m:before {
    content: '\f256';
    position: absolute;
    left: 0;
    top: -0.15rem; /* -2px */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.15rem; /* 115% */
    color: inherit;
    color: var(--red-color);
    font-family: fontAwesome;
    font-style: normal;
}

.dataTBL tbody tr.unactive:hover {
    opacity: 1;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.scrolledTbl {
    max-height: calc(100%);
    overflow: auto;
    position: relative;
}
.scrolledTbl.withPages {
    max-height: calc(100% - 3.75rem); /* 50px */
}

.scrolledTbl .flyTblHead {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}


.scrolledTbl thead tr th{position:sticky; left:0; top:0; z-index:10}

/*--------------------------------------------------------------------------------------------------------------------*/

.addressTBL {}

/*--------------------------------------------------------------------------------------------------------------------*/

.xdsoft_datetimepicker {
    z-index: 999909 !important;
}

dataBlock {
    display: block;
    position: relative;
    border: 0.075rem solid var(--border-color); /* 1px */
    padding: 0.75rem; /* 10px */
    padding-top: 1.5rem; /* 20px */
    border-radius: 0.375rem; /* 5px */
    margin-top: 1.35rem; /* 18px */
}
dataBlock hdr {
    display: block;
    position: absolute;
    top: -0.825rem; /* -11px */
    left: 0.375rem; /* 5px */
    padding: 0 0.375rem; /* 0 5px */
    background: var(--main-bg-color);
}
dataBlock data {
    display: block;
}
.blocker.flywin dataBlock hdr {
    background: var(--fly-win-bg-color);
}

/*--------------------------------------------------------------------------------------------------------------------*/

.sort_me {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sort_me li {
    padding: 0.375rem 0 0 0; /* 5px 0 0 0 */
    position: relative;
}
.sort_me li div.in {
    padding: 0.75rem; /* 10px */
    background: #FFFFFF;
    border: 0.075rem solid #CCCCCC; /* 1px */
    cursor: default;
    position: relative;
    padding-left: 1.875rem; /* 25px */
    padding-right: 11.25rem; /* 150px */
    border-radius: 0.225rem; /* 3px */
}
.sort_me li div.in:hover {
    border-color: #909090;
}
/*.sort_me li div.in:hover{border-color: #808080}*/
.sort_me .parent {
    font-weight: bold;
}
.sort_me .ns {
    border: 0.075rem solid #CCCCCC; /* 1px */
    color: #CCCCCC;
    background: #F2F2F2;
}

/*.sort_me li div{color:#808080; font-size:12px}*/
.sort_me .move {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1.875rem; /* 25px */
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0.6rem; /* 8px */
}
.sort_me .move.dsbled {
    filter: grayscale(1);
    opacity: 0.2;
}
.sort_me li.no_sort .move {
    filter: grayscale(1);
    opacity: 0.2;
}

.sort_me .btns {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.sort_me .btns fa {
    margin-right: 0.75rem; /* 10px */
    cursor: pointer;
}
.sort_me fa {
    font-size: 1.35rem; /* 18px */
}

.sort_me .btns fa[act=slide] {}
.sort_me .btns fa.opened[act=slide] {
    transform: rotate(180deg);
}

.sort_me .iBtn.edit {
    left: auto;
    right: 6rem; /* 80px */
}
.sort_me .iBtn.delete {
    left: auto;
    right: 3.75rem; /* 50px */
}

.sort_me li.noActions .iBtn:not(.droper) {
    display: none;
}
.sort_me li.noActions div.in {
    padding-left: 1.125rem; /* 15px */
}

.ui-sortable-helper .iBtn {
    z-index: 2;
}

/*--------------------------------------------------------------------------------------------------------------------*/

id {
    display: inline-block; /* исправлено с inlne-block */
    vertical-align: top;
    font-size: 70%; /* 70% */
    color: var(--gray-color);
}

/*--------------------------------------------------------------------------------------------------------------------*/
.state {
    text-align: left;
    display: inline-block;
    font-size: 1.05rem; /* 14px */
    position: relative;
    font-size: 80%; /* 80% */
    border: 0.075rem solid #CCCCCC; /* 1px */
    border-radius: 0.225rem; /* 3px */
    padding: 0.375rem; /* 5px */
    padding-left: 1.5rem; /* 20px */
}
.state:before {
    content: '';
    z-index: 0;
    position: absolute;
    left: 0.375rem; /* 5px */
    top: 0.7rem; /* 7.5px */
    background: var(--border-color);
    border-radius: 50%;
    width: 0.75rem; /* 10px */
    height: 0.75rem; /* 10px */
    padding: 0;
    margin: 0;
    line-height: 1;
}

.state.color1 {
    border-color: #0059C6;
}
.state.color1:before {
    background: #0059C6;
}

.state.color2 {
    border-color: #82AAFF;
}
.state.color2:before {
    background: #82AAFF;
}

.state.color3 {
    border-color: #44474F;
}
.state.color3:before {
    background: #44474F;
}

.state.color4 {
    border-color: #BA1A1A;
}
.state.color4:before {
    background: #BA1A1A;
}

.state.color5 {
    border-color: #FF8040;
}
.state.color5:before {
    background: #FF8040;
}

.state.color6 {
    border-color: #008040;
}
.state.color6:before {
    background: #008040;
}

.state.color7 {
    border-color: #FF84FF;
}
.state.color7:before {
    background: #FF84FF;
}

.state.color8 {
    border-color: #DFDF00;
}
.state.color8:before {
    background: #DFDF00;
}

.state.color9 {
    border-color: #8080FF;
}
.state.color9:before {
    background: #8080FF;
}

.state.no_color {
    padding-left: 0.375rem; /* 5px */
}
.state.no_color:before {
    display: none;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.psevdo_link {
    cursor: pointer;
    color: var(--link-color);
    border-bottom: 0.075rem dashed var(--link-color); /* 1px */
    text-decoration: none;
    display: inline-block; /* display: inline; */
}
.psevdo_link:hover {
    border-bottom-style: solid;
}

.psevdo_link.blue {
    color: #0080FF;
    border-bottom-color: #0080FF;
}

/*--------------------------------------------------------------------------------------------------------------------*/

ul.slidesZone {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    white-space: nowrap;
    border-bottom: 0.075rem solid var(--border-color); /* 1px */
    overflow: visible;
}
ul.slidesZone li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.375rem; /* 5px */
    border: 0.075rem solid var(--border-color-light); /* 1px */
    border-bottom: none;
    border-top-left-radius: 0.225rem; /* 3px */
    border-top-right-radius: 0.225rem; /* 3px */
}
ul.slidesZone li > * {
    text-decoration: none;
    display: block;
    padding: 0.525rem 1.35rem; /* 7px 18px */
    font-size: 0.9rem; /* 90% */
    line-height: 1;
    color: inherit;
}
ul.slidesZone li:not(.active) {
    cursor: pointer;
    background: #f5f5f5;
    color: #888888;
}
ul.slidesZone li.active {
    border-color: var(--border-color);
    margin-bottom: -0.075rem; /* -1px */
    background: #FFFFFF;
    cursor: default;
}
ul.slidesZone li.active > * {
    padding-bottom: 0.6rem; /* 8px */
}

/*--------------------------------------------------------------------------------------------------------------------*/

ul.myUl {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.myUl li {
    display: block;
    position: relative;
    padding-left: 1.5rem; /* 20px */
    line-height: 1.5;
}
ul.myUl li::before {
    content: '\f0da';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    font-family: fontAwesome;
    font-style: normal;
}

/*--------------------------------------------------------------------------------------------------------------------*/

.flywin h1 .state::before {
    top: 1.125rem; /* 10px */
}
.flywin h1 .state {
    vertical-align: middle;
}

.flywin h1 id {
    font-size: 0.5rem; /* 50% */
}

/*--------------------------------------------------------------------------------------------------------------------*/

.langSelect {
    text-align: center;
}
.langSelect a {
    margin: 0.375rem; /* 5px */
    display: inline-block;
    height: 2.25rem; /* 30px */
    aspect-ratio: 1.2 / 1;
    background: no-repeat center center;
    background-size: cover;
    border: 0.075rem solid var(--gray-color-light); /* 1px */
}
.langSelect a[rel=ru] {
    background-image: url(/_file/_lang/ru.svg);
}
.langSelect a[rel=en] {
    background-image: url(/_file/_lang/en.svg);
}
.langSelect a[rel=de] {
    background-image: url(/_file/_lang/de.svg);
}

/*--------------------------------------------------------------------------------------------------------------------*/

#header {
    background: var(--white-color);
    border-radius: 0.75rem; /* 10px */
    margin:0.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding:0.5rem;
}

mainContentZone
{    flex: 1 0 0;
    flex-shrink:0;
    display: flex;
    flex-direction: row;
    height:60vh;}

#flyLogo {
    display: block;
    height: 3.75rem; /* 50px */
    width: 12.75rem; /* 170px */
    position: absolute;
    background: url(/img/site/logo2.svg) no-repeat left top;
    background-size: contain;
    left: 1.5rem; /* 20px */
    top: 1.5rem; /* 20px */
    z-index: 1;
    color: var(--font-color);
    white-space: nowrap;
    text-decoration: none;
}
#flyLogo t {
    visibility: hidden;
}
#flyLogo {
    position: fixed;
    z-index: 1000000;
}

.avatar {
    height: 3.5rem; /* 50px */
    width: 3.5rem; /* 50px */
    border-radius: 50%;
    margin: 0;
    background: no-repeat center center var(--main-color);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avatar t {
    font-size: 1em; /* 130% */
    color: inherit;
    padding: 0;
    margin: 0;
    line-height: 1;
}

#header uBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
#header uBlock > div:nth-child(2) {
    margin: 0 1.125rem; /* 15px */
}
#header uBlock > div:nth-child(3) {
    margin-right: 1.125rem; /* 15px */
}
#header uBlock > div:nth-child(3) div:first-child {
    font-size: 1.2rem; /* 16px */
    line-height: 1.25rem; /* 20px */
    max-width: 17.25rem; /* 230px */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header uBlock > div:nth-child(3) div:last-child {
    font-size: 0.975rem; /* 13px */
    color: var(--gray-color-light);
}
#header uBlock > div:nth-child(3) div.state {
    color: inherit;
    border: none;
}
#header uBlock a {
    display: block;
    width: 1.875rem; /* 25px */
    height: 1.875rem; /* 25px */
    background: url(/img/site/exit.svg) no-repeat center center;
    background-size: contain;
}

#header time {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.7rem; /* 180% */
}

#header .logo {
    width: 20vw;
    margin-right:0.75rem;
    height:100%;
    background:url(/img/site/logo.svg) no-repeat left center;
    background-size: contain;
}

/*--------------------------------------------------------------------------------------------------------------------*/

#menu {
    flex:auto 0 0;
    width: 20vw;
    overflow: auto;
    background: var(--white-color);
    border-radius: 0.75rem; /* 10px */
    margin:0.75rem;
}

pageContentZone{flex:2 0 0 ; margin:0.75rem; position:relative; overflow:hidden;}
pageContentZone{display:flex; flex-direction:column; gap:0.75rem}

#siteMenu {
    list-style-type: none;
    display: block;
}
#siteMenu li {
    display: block;
    border-bottom: 0.075rem solid #CCCCCC; /* 1px */
}
#siteMenu li a {
    display: block;
    padding: 1.5rem; /* 20px */
    font-size: 1.05rem; /* 14px */
    text-decoration: none;
    color: #000040;
    display: flex;
    align-items: center;
    justify-content: start;
}
#siteMenu li a fa {
    margin-right: 0.6rem; /* 8px */
    font-size: 1.95rem; /* 26px */
    min-width: 2.25rem; /* 30px */
}
#siteMenu li a:hover {
    padding-left: 2.25rem; /* 30px */
}

#siteMenu li.active {
    padding: 0.75rem; /* 10px */
}
#siteMenu li.active a {
    padding: 0.75rem; /* 10px */
    background: #FFFFFF;
    border-radius: 0.375rem; /* 5px */
    box-shadow: 0px 0.3rem 0.3rem rgba(0, 0, 0, 0.20);
    position: relative;
}
#siteMenu li.active a:after {
    content: '\f061';
    display: block;
    position: absolute;
    right: 0.75rem; /* 10px */
    top: 0;
    bottom: 0;
    color: inherit;
    padding: 0;
    font-family: fontAwesome;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
}

#siteMenu li:last-child {
    border-bottom: 0;
}

/*-------------------------------------------------------------*/

.pageSearchZone {
   display:flex; gap:0.75rem; flex-wrap:wrap;
}
.pageSearchZone mainSearchZone {
    flex-grow:1;
}
.pageSearchZone mainSearchZone.formLine .input input {
    padding: 0.6rem; /* 7px */
    padding-left: 2.625rem; /* 35px */
    line-height: 1.5rem; /* 22px */
}
.pageSearchZone mainSearchZone submitBtn {
    position: absolute;
    left: 0.75rem; /* 10px */
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.pageSearchZone  .actionsZone
{
    display: flex;
    gap:0.375rem;
}

.pageSearchZone  .actionsZone .siteButton.style2{padding:0 0.75rem; font-size:90%; }

.pageFilterZone {
    position: absolute;
    left: 0; /* 10px */
    top: 4.3rem; /* 140px */
    bottom: 0; /* 10px */
    z-index: 30;
    background: var(--white-color);
    width: 25vw; /* 340px */
    padding: 0.75rem; /* 10px */
    border-image: linear-gradient(#FFFFFF, #CCCCCC, #FFFFFF) 1%;
    border-right-width: 0.075rem; /* 1px */
    border-right-style: solid;
    overflow-x: visible;
    overflow-y: auto;
    border-radius: 0; /* 10px */
}

.pageFilterZone .zg {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 0.75rem; /* 10px */
    padding-bottom: 0.75rem; /* 5px */
    padding-top: 0.375rem; /* 5px */

    border-bottom: 0.075rem solid #CCCCCC; /* 1px */
    font-size: 110%; /* 120% */
}
.pageFilterZone .zg fa {
    position: relative;
    font-size: 1.5rem; /* 150% */
    margin-right: 0.75rem; /* 10px */
}

.pageFilterZone .zg.active fa:after {
    content: '';
    position: absolute;
    right: -0.375rem; /* -5px */
    top: -0.225rem; /* -3px */
    width: 0.675rem; /* 9px */
    height: 0.675rem; /* 9px */
    border-radius: 50%;
    background: #FF8204;
}

.pageFilterZone dopBtns {
    padding-top: 0.75rem; /* 10px */
    display: block;
}
.pageFilterZone dopBtns .siteButton {
    display: inline-block;
    padding: 0.45rem 0.675rem; /* 6px 10px */
}
.pageFilterZone dopBtns .siteButton.cansel{margin-left:0.75rem;}

.pageFilterZone dopFields.fastAction .siteButton{padding:0.45rem 0.9rem; margin-bottom:0.375rem; justify-content: start;}
.pageFilterZone dopFields.fastAction .siteButton:last-child{margin-bottom:0;}

.pageFilterZone dopFields.groupAction .siteButton{padding:0.45rem 0.75rem; margin-bottom:0.375rem; justify-content: start;}
.pageFilterZone dopFields.groupAction div.tc{margin-bottom:1.125rem;}

.pageFilterZone .push10{height:1.5rem;}

.pageFilterZone{display:flex; flex-direction:column; overflow:hidden;}
.pageFilterZone pageFilter{flex:1 0 1px; display:flex; flex-direction:column;}
.pageFilterZone pageFilter dopFields{flex:1 0 1px; overflow:auto; margin-right:-0.75rem; padding-right:0.75rem}
.pageFilterZone pageFilter dopBtns{padding-top:0; margin-bottom:0.75rem}

/*---------------------------------------------------------------------------*/


.h1Zone{font-size:140%; flex-grow:1}
.pageZone{flex:1 0 0; background:var(--white-color); overflow:auto; border-radius:0.75rem; padding:0.75rem;}


.contentControl{}
.contentControl div:first-child{border:1px solid var(--border-color-light); border-radius:0.225rem; text-align:center; margin-bottom:0.375rem; padding:0.375rem; min-width:5.25rem; background:#F5F5F5; color:#808080;}
.contentControl.active div:first-child{border-color:var(--green-color); color:inherit; background-color:#E9FFE6;}

.contentControl .contentFastSave{margin:0!important; padding:0!important;}
.contentControl .contentFastSave .input{position:relative; display:block;}
.contentControl .contentFastSave .input countControlBtn{z-index:1; top:0.6rem; display:block; position:absolute; width:1.65rem; height:1.65rem; border-radius:50%; background:#CCCCCC; cursor:pointer;}
.contentControl .contentFastSave .input countControlBtn:before
{
  content: '';
  display: block; position:absolute; right:0; top:0; bottom:0; left:0;
  font-size:1.05rem; color:#FFFFFF;
  font-family:fontAwesome; font-style:normal;
  display: flex; justify-content: center; align-items: center;
}
.contentControl .contentFastSave .input countControlBtn[act="minus"]{left:0.375rem; background:#FF8282;}
.contentControl .contentFastSave .input countControlBtn[act="minus"]:before{content: '\f068';}
.contentControl .contentFastSave .input countControlBtn[act="plus"]{right:0.375rem; background:#00CE00;}
.contentControl .contentFastSave .input countControlBtn[act="plus"]:before{content: '\f067';}
.contentControl input{border:none!important; z-index:0; text-align:center!important; width:9.75rem!important; padding:0.6rem 2.25rem!important; font-size:90%!important;}
/*--------------------------------------------------------------------------------------------------*/
.contentControl .contentFastSave .input loader2
{
	 display:none; position:absolute; left:0; top:0; bottom:0; right:0;  z-index:5;
	 backdrop-filter: blur(var(--modal-blur)) grayscale(90%);
}

.contentControl .contentFastSave .input loader:before
{
  content: '';
  display: block; position:absolute; right:0; top:0; bottom:0; left:0;
  background:#FFFFFF;
  opacity:0.5;
  z-index:1;
}

.contentControl .contentFastSave .input loader2:after
{
  content: '';
  display: block; position:absolute; right:0; top:0; bottom:0; left:0;
  font-size:1.125rem; color:inherit; /* 150% of the base font size (assumed to be 1rem) */
  font-family:fontAwesome; font-style:normal;
  display: flex; justify-content: center; align-items: center;
  z-index:2;
}

.contentControl .contentFastSave .input.loading2 loader2:after
{
  content: '\f110';
  animation: rotate 2s linear infinite;
}

.contentControl .contentFastSave .input.ok2 loader2:after
{
  content: '\f00c';
  color: var(--green-color);
}

.contentControl .contentFastSave .input.error2 loader2:after
{
  content: '\f057';
  color: var(--red-color);
}

.contentControl .contentFastSave .input.loading2 loader2,
.contentControl .contentFastSave .input.ok2 loader2,
.contentControl .contentFastSave .input.error2 loader2{display:block;}

/*--------------------------------------------------------------------------------------------------*/

.contentControl .siteButton{line-height:1; padding:0.225rem; display:block;} /* 3px to rem */
.contentControl .siteButton fa{margin:0;}

.fileIcon{width:4.5rem; height:4.5rem; display:inline-block; background:no-repeat center center; background-size:cover;} /* 60px to rem */
.fileIcon.doc,
.fileIcon.docx{background-image:url(/img/svg/doc.svg); background-size:auto 90%;}

.fileIcon.xls,
.fileIcon.xlsx{background-image:url(/img/svg/xls.svg); background-size:auto 90%;}

.fileIcon.pdf{background-image:url(/img/svg/pdf.svg); background-size:auto 90%;}

.fileIcon.img{background-image:url(/img/svg/img.svg); background-size:auto 90%;}

/*-----------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------*/
.dataTBL .btnRow{text-align:left;}

/*
.dataTBL .btnRow .siteButton.style2{display:inline-block; margin-bottom:1.125rem; padding:0; width:1.8rem; height:1.8rem; background:transparent no-repeat center center; background-size:contain; }
.dataTBL .btnRow .siteButton.style2:last-child{margin-bottom:0;}
.dataTBL .btnRow .siteButton.style2:hover{}
.dataTBL .btnRow .siteButton.style2 fa{display:none;}

.dataTBL .btnRow .siteButton.style2[act=edit]{background-image:url(/img/site/icons/btn_edit.svg)}
.dataTBL .btnRow .siteButton.style2[act=delete]{background-image:url(/img/site/icons/btn_delete.svg); width:1.5rem; height:1.5rem;}
.dataTBL .btnRow .siteButton.style2[act=auth]{background-image:url(/img/site/icons/btn_auth.svg); width:1.5rem; height:1.5rem;}
.dataTBL .btnRow .siteButton.style2[act=reSync]{background-image:url(/img/site/icons/btn_reSync.svg); width:1.5rem; height:1.5rem;}
*/

.dataTBL .btnRow .siteButton.style2:hover{box-shadow:none; filter: contrast(200%);}

.dataTBL thead tr th{border-bottom:none;}

.dataTBL thead tr th:first-child{border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem;}
.dataTBL thead tr th:last-child{border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem;}

.pageSearchZone{background:transparent;}
.pageSearchZone input{background:#FFFFFF!important; padding-right:22.5rem;} /* 300px to rem */

.blocker.flywin btns .siteButton.style2,
.siteButton.style2.y{height:3rem; padding:0 3rem; display:inline-flex; justify-content: center; align-items: center;}
.blocker.flywin btns .siteButton.style2:not([act=update]) fa{display:none;}

.blocker.flywin btns .siteButton.style2[act=close],
.siteButton.style2.n{background:#FFFFFF; border: 0.15rem solid var(--main-color); color:inherit;}

/*.blocker.flywin btns .siteButton.style2:hover{box-shadow:none;}*/

.blocker.flywin closer{width:1.5rem; height:1.5rem; background:url(/img/site/icons/btn_close.svg) no-repeat center center; background-size:contain;}
.blocker.flywin closer fa{display:none;}

/*
.blocker.flywin btns .siteButton[act=update]{position:absolute; right:1.5rem; top:0.75rem; margin:0; width:3rem; padding:0; text-align:center;}
.blocker.flywin btns .siteButton[act=update] fa{margin:0;display:block;}
*/

noscript{display:block; overflow:hidden; position:fixed; z-index:999991; left:0; right:0; top:0; bottom:0; background:#FFFFFF;}
noscript img{width:30vw; height:auto; transform: rotate(-30deg); filter: saturate(0); transform-origin: center; position: absolute; top: -7.5%; left: -3.75%; z-index: 1;}
noscript div{position:absolute; z-index:2; left:0; top:0; bottom:0; right:0; display:flex; justify-content: center; align-content: center; align-items: center; flex-direction:column; flex-wrap:nowrap;}
noscript div span{padding-bottom:1.5vh; font-size:1.95rem; color:var(--main-color); flex-grow:0; flex-shrink:0; max-width:30vw;}
noscript div a{flex-grow:0; flex-shrink:0; max-width:30vw;}

/*
translate(-2.25rem, -2.25rem)
*/

body.err404{position:relative; background:#FFFFFF url(/img/site/404bg.svg) left top no-repeat; background-size:auto 52.5%; display: flex; justify-content: center; align-items: center; height:100vh;}
body.err404 div{min-width:30vw; max-width:67.5vw; text-align:Center;}
body.err404 div i{display:block; height:15rem; background:url(/img/site/404.svg) no-repeat center center; background-size:contain; margin-bottom:3rem;}
body.err404 div t{display:block; padding:0.75rem 0 1.5rem 0; font-size:1.95rem; color:var(--main-color);}
body.err404 div t d{display:inline-block; vertical-align:bottom; padding:0 0.75rem;}
body.err404 div t d:nth-child(2){font-size:3.75rem; color:var(--dop-color);}
body.err404 a.logo{position:absolute; right:1.5rem; top:1.5rem; display:block; height:4.5rem; width:30vw; background:url(/img/site/logo.svg) no-repeat right top; background-size:contain;}

/*
* > div:not(.siteButton) {
    filter: grayscale(100%) invert(100%);
}

/*
html:has(.sp-colorize #flowPreview .dataTBL) {
  filter: none;
}
*/
