:root {
    --modal-with: 460px; /* Ширина модального окна в пикселах */
    /*--border-style: 1px solid #ddd; /* Ширина модального окна в пикселах */
    --border-style: none; /* Ширина модального окна в пикселах */
    --function-width: 0px; /* Ширина колонки кнопок в пикселах */

    --color-hover: #ddd; /* Цвет фона при наведении*/
}

* { /*ÐžÑ‚ÑÐ¿ÑƒÑ‚Ñ‹ Ð´Ð»Ñ Ð²ÑÐµÑ… ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ Ð½ÑƒÐ»ÐµÐ²Ñ‹Ðµ*/
    margin: 0;
    padding: 0;
}

body { /*Ð’Ñ‹ÑÐ¾Ñ‚Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ Ð¼Ð°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ*/
    /*background: url('/pict/background.png');*/
}

html, body { /*Ð’Ñ‹ÑÐ¾Ñ‚Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ Ð¼Ð°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ*/
    height: 100%;
}

.frame { /*ÐžÑÐ½Ð¾Ð²Ð½Ð°Ñ Ð¾Ð±Ð»Ð°ÑÑ‚ÑŒ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹*/
    min-height: 99%;
    margin: auto;
    width: 1200px;
    background: #fff;
}

* html .frame { /*Ð˜Ð½ÑÑ‚Ñ€ÑƒÐºÑ†Ð¸Ñ Ð´Ð»Ñ Internet Explorer, ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ð¹ Ð¼Ð¾Ð¶ÐµÑ‚ Ð½Ðµ Ð¾Ð±Ñ€Ð°Ð±Ð°Ñ‚Ñ‹Ð²Ð°Ñ‚ÑŒ ÑÐ²Ð¾Ð¹ÑÑ‚Ð²Ð¾ min-height*/
    height: 100%;
}


.header { /*Ð²ÐµÑ€Ñ…Ð½ÑÑ Ñ‡Ð°ÑÑ‚ÑŒ (header)*/
    height: 112px;
    /*background-color : #777777; */
    /*border-radius : 5px;*/
    border-bottom: 1px solid #ddd;
    width: 1200px;
}

.header-left { /*левая часть хэдера*/
    width: 117px;
    height: 112px;
    float: left;
}

.header-logo { /*стиль блока лого в  хедере*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-center { /*стиль блока телефонов в хедере*/
    height: 112px;
    clear: none;
    margin-left: 117px;
}

.header-container { /*стиль блока слайдов в хедере*/
    /*margin: 10px 10px 10px 330px;*/
    vertical-align: top;
    float: left;
    /*font-size: 30px;
    font-family: 'OpenSans-Semibold', Arial, Helvetica, sans-serif;
    font-weight: 500;*/
    height: 84px;
    overflow: hidden;
    position: relative;
    margin-right: auto;
    /* border : 1px solid #777777;*/
}

.header-phone { /*стиль блока телефонов в хедере*/
    /*margin: 10px 10px 10px 330px;*/
    vertical-align: top;
    float: right;
    font-size: 30px;
    font-family: 'OpenSans-Semibold', Arial, Helvetica, sans-serif;
    font-weight: 500;
    height: 84px;
    /*border : 1px solid #777777;*/
}

.header-bottom { /*стиль низа футера*/
    /*margin : 10px;*/
    width: 100%;
    /*border-top : 1px solid #c4c4c4;*/
    vertical-align: middle;
    float: left;
    /*display : table-cell;*/
    /*clear : both;

    /*background-color : #777777; 
    color : #c4c4c4;*/
    /*height : 56px;*/
    /*border : 1px solid #777777;*/
    background: linear-gradient(to right, #fff, #c4c4c4);
}

.header-name { /*стиль блока наименования в хедере*/
    vertical-align: middle;
    float: left;
    text-align: left;
    font-size: 20px;
    font-family: 'OpenSans-Semibold', Arial, Helvetica, sans-serif;
    font-weight: 600;
    /*margin-left  : 117px;*/
    /*margin-right  : 500px;*/
    margin-top: 3px;
    width: 500px;
    color: #000000;
    /*border : 1px solid #777777;*/
}

.header-info { /*стиль блока инфо в хедере*/
    /*margin: 10px 10px 10px 330px;*/
    /*vertical-align : bottom;*/
    /*float : right;*/
    /*width : 500px;*/
    margin-left: 500px;
    text-align: right;
    font-size: 20px;
    font-family: 'OpenSans-Semibold', Arial, Helvetica, sans-serif;
    font-weight: 900;
    /*margin-top  : 46px;*/
    color: #777777;
    /*border : 1px solid #777777;*/
}

.header-menu { /*стиль блока меню в хедере*/
    margin-left: 10px;
    margin-right: 10px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: center;
    font-size: 20px;
    width: 1200px;
    height: 30px;
}

.header-menu-main { /*стиль основного меню*/
    /*margin-right  : 150px;*/
    float: left;
}

.header-menu-lk { /*стиль меню личного кабинета*/
    margin: 0px;
    /*width: 350px;*/
    float: right;
}





.footer-proxy { /*Ð—Ð°Ð³Ð»ÑƒÑˆÐºÐ° Ð´Ð»Ñ Ð½Ð¸Ð¶Ð½ÐµÐ¹ Ñ‡Ð°ÑÑ‚Ð¸, Ñ€ÐµÐ·ÐµÑ€Ð²Ð¸Ñ€ÑƒÑŽÑ‰Ð°Ñ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñƒ footer Ð¼ÐµÑÑ‚Ð¾*/
    height: 100px;
    clear: both;
}

.footer { /*общий стиль футера (footer)*/
    height: 50px;
    margin-top: -50px;
    clear: both;
    display: table;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /*border : 1px solid #777777;*/
}

.footer-top { /*стиль верха футера*/
    height: 22px;
    /*margin : 10px;*/
}

.footer-bottom { /*стиль низа футера*/
    /*margin : 10px;
   /* width : 100%;*/
    border-top: 1px solid #c4c4c4;
    vertical-align: middle;
    /*background-color : #777777;*/
    background: linear-gradient(to right, #bbbbbb, #4d4d4d);
}

.footer-menu { /*стиль блока меню в футере*/
    /*display : table-cell;*/
    vertical-align: middle;
    float: none;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    /*background-color : #777777; 
    color : #c4c4c4;*/
}

.footer-copywrite { /*стиль блока копирайта в футере*/
    margin-top: 9px;
    margin-left: 10px;
    vertical-align: middle;
    float: left;
    width: 300px;
    font-size: 9px;
    font-family: 'OpenSans-Semibold', Arial, Helvetica, sans-serif;
    color: #000000;
}

.footer-info { /*стиль блока инфо в футере*/
    margin-left: 300px;
    /*margin-right: 10px;*/
    /*margin: 10px 10px 10px 330px;*/
    vertical-align: middle;
    /* float : right; */
    text-align: right;
    font-size: 20px;
    font-family: 'OpenSans-Semibold', Arial, Helvetica, sans-serif;
    font-weight: 900;
    /* border : 1px solid #eee; */
    color: #a0a0a0;
}



.main { /*Ð¡Ñ‚Ð¸Ð»ÑŒ div Ð¾ÑÐ½Ð¾Ð²Ð½Ð¾Ð¹ Ð¾Ð±Ð»Ð°ÑÑ‚Ð¸ (main)*/
    clear: both;
}

.main-side-left { /*Ð¡Ñ‚Ð¸Ð»ÑŒ div Ð»ÐµÐ²Ð¾Ð¹ Ñ‡Ð°ÑÑ‚Ð¸ Ð¾ÑÐ½Ð¾Ð²Ð½Ð¾Ð¹ Ð¾Ð±Ð»Ð°ÑÑ‚Ð¸*/
    border: var(--border-style);
    margin: 0px;
    float: left; /*ÐŸÐ»Ð°Ð²Ð°ÑŽÑ‰Ð¸Ð¹ Ð±Ð»Ð¾Ðº, ÑÐ´Ð²Ð¸Ð³Ð°ÑŽÑ‰Ð¸Ð¹ÑÑ Ð²Ð»ÐµÐ²Ð¾*/
    width: 200px;
    padding-top: 45px;
}

.main-center { /*Ð¡Ñ‚Ð¸Ð»ÑŒ div Ñ†ÐµÐ½Ñ‚Ñ€Ð°Ð»ÑŒÐ½Ð¾Ð¹ Ñ‡Ð°ÑÑ‚Ð¸ Ð¾ÑÐ½Ð¾Ð²Ð½Ð¾Ð¹ Ð¾Ð±Ð»Ð°ÑÑ‚Ð¸*/
    border: var(--border-style);
    margin-left: 205px;
    clear: none;
}

.data .data-center { /*Ð±Ð»Ð¾Ðº Ñ Ð´Ð°Ð½Ð½Ñ‹Ð¼Ð¸*/
    /*border : 1px solid #eee;
          border-radius : 5px;*/
    background-color: #fff;
    margin: 5px 0px 5px 0px;
    padding: 5px;
}

.data-title { /*Ð±Ð»Ð¾Ðº Ñ Ð´Ð°Ð½Ð½Ñ‹Ð¼Ð¸*/
    text-align: center;
    font-size: 20px;
    font-family: 'OpenSans-Semibold', Arial, Helvetica, sans-serif;
    font-weight: 900;
    background-color: #fff;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    color: #777;
}

p {
    text-indent: 30px;
    /*padding-top: 10px;*/
    padding-bottom: 5px;
    /*font-family : Tahoma, Verdana, Arial;
    font-size : 11px;
    font-style : normal;*/
    font: 11pt Tahoma, Verdana, Arial;
    line-height: 1.5;
}

.cl-main {
    width: 550px; /* Ширина списка в пикселах 350*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.cl-label {
    vertical-align: top;
    width: 40%; /* Ширина в процентах */
    float: left;
}

.cl-select {
    vertical-align: top;
    width: 200px; /* Ширина списка в пикселах */
}

textarea {
    font-family: Tahoma, Verdana, Arial;
    font-size: 13.3333px;
    resize: vertical;
}

.field {
    /*clear: both;*/
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

.field_key {
    clear: both;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 110px;
}

.hr {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

/*.tVacancy {
    counter-reset: schetchik;  /* счётчик с названием "schetchik" работает в рамках класса */
/*}

/*.tVacancy tr {
  counter-increment: schetchik 2;  /* при встрече тега tr счётчик с названием "schetchik" увеличивается на единицу */

/*}

/*.tVacancy tr:before {
 /* content: counter(schetchik);  /* значение счётчика с названием "schetchik" записывается в первую клетку строки */
/*} */

.tVacancy td + td {
    /*border-left : 1px solid #ddd;*/
    border-left: 1px solid #c8c8c8;
}

.tVacancy th + th {
    /*border-left : 1px solid #ddd;*/
    border-left: 1px solid #c8c8c8;
}

.tVacancy th {
    text-align: center;
}

.tVacancy td, th {
    vertical-align: middle;
    padding: 0px 2px 0px;
    height: 24px;
}

.tVacancy .first {
    width: 30px;
    width: 7%;
}

.tVacancy td.first {
    text-align: right;
}

.tVacancy .position { /*width: 50%;*/
}

.tVacancy td.position {
    text-align: left;
}

.tVacancy .salary {
    width: 15%;
}

.tVacancy td.salary {
    text-align: right;
}

.tVacancy .name {
    width: calc(100% - 200px - 30px - 15% - 15% - 72px);
}

.tVacancy td.name {
    text-align: left;
}

.tVacancy .inn {
    width: 15%;
}

.tVacancy td.inn {
    text-align: right;
}

.tVacancy .login {
    width: 15%;
}

.tVacancy td.login {
    text-align: left;
}

.tVacancy .email {
    width: 15%;
}

.tVacancy td.email {
    text-align: left;
}

.tVacancy .function {
    width: 15%;
}

.tVacancy td.function {
    align-content: center;
}

.tVacancy .rights {
    width: 200px;
}

.tVacancy td.rights {
    align-content: center;
    display: inline-flex;
}


.tVacancy tr {
    /*vertical-align : inherit;*/
}

/*.tVacancy tr:hover {
    background: var(--color-hover); /* Цвет фона при наведении */
/*}*/

.tVacancy tr.indent:hover {
    background: none; /* Отключить цвет фона при наведении на горизонтальный разделитель */
}

.tVacancy tr.indent td {
    height: 3px;
    border: 0;
    padding: 1px 0;
}

.tVacancy tr.indent td div {
    width: 100%;
    height: 1px;
    background: #c8c8c8;
    overflow: hidden;
}

.inpbutton:active {
}

/* ============================== */

a.cur {
    font: initial;
    font: 11pt Tahoma, Verdana, Arial;
    COLOR: #0000FF;
    MARGIN: 0px 0px 0px;
    WORD-SPACING: 0px;
    cursor: pointer;
    resize: vertical;
}

li {
    list-style: none;
}

a.cur:link {
    text-decoration: none; /* Убирает подчеркивание для ссылок */
}

a.cur:hover {
    text-decoration: underline; /* Подчеркивание для ссылок */
}


/* стиль заголовка страницы*/
.page-name {
    margin-left: 24px;
    /*margin-right: 24px;*/
    float: left;
    width: calc(100% - 48px);
}

/* стиль перехода на страницу*/
.page-goto {
    padding-bottom: 7px;
    padding-top: 6px;
    float: left;
}

    .page-goto > .cl-goto {
        width: 25px;
    }


/* MENU */
.page-navi {
    /*border: 1px solid #777777;*/
    /*margin-right: 10px;*/
    padding-bottom: 4px;
    padding-top: 4px;
    /*float: left; /*ÐŸÐ»Ð°Ð²Ð°ÑŽÑ‰Ð¸Ð¹ Ð±Ð»Ð¾Ðº, ÑÐ´Ð²Ð¸Ð³Ð°ÑŽÑ‰Ð¸Ð¹ÑÑ Ð²Ð»ÐµÐ²Ð¾*/
    /*width: 200px;*/
    float: right;
    /*width: 24px;*/
}


.page-menu {
    background-color: #f5f5f5;
    height: 32px;
}

#navlist {
    position: relative;
    counter-reset: count_cols;
    width: calc(counter(count_cols) * 1px);
    content: counter(count_cols);
    /*width: calc(3 * 24px);*/
}

ul #navlist::after {
    /*width: calc(counter(count_cols) * 1px);*/
}

#navlist li::before {
    counter-increment: count_cols 24;
    /*content: counter(count_cols);*/
}


#navlist li {
    margin: 0;
    padding: 0;
    list-style: none; /*position:absolute;*/ /*bottom:-12px;*/
    float: left; /*width:24px;*/
}

#navlist li, #navlist a, #navlist button {
    height: 24px;
    display: block;
    text-decoration: none;
    text-align: center; /*vertical-align:central;*/
    width: 24px;
    border: none;
}

    #navlist a:hover:after, #navlist button:hover:after {
        box-shadow: 0 0 4px #aaa;
        background: #efefef; /*rgba(239, 239, 239, 0.60); /* Полупрозрачный цвет фона */
        padding: 4px 8px; /* Поля */
        color: #333; /* Цвет текста */
        left: 0;
        top: 30px; /* Положение подсказки */
        z-index: 1; /* Отображаем подсказку поверх других элементов */
        position: relative; /* Относительное позиционирование */
        white-space: nowrap;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-box-shadow: 0 0 4px #aaa;
        -webkit-box-shadow: 0 0 4px #aaa;
        text-align: center; /* Выравнивание текста по центру */
        font-family: Arial, sans-serif; /* Гарнитура шрифта */
        font-size: 10px; /* Размер текста подсказки */
    }

#new a, #edit a, #copy a, #delete button, #view a, #print button, #save button, #cancel a, #close a {
    background: url('/pict/button/icons.jpg');
}

#new a {
    background-position: -96px 0;
}

    #new a:hover {
        background-position: -96px -24px;
    }

    #new a:active {
        background-position: -96px -23px;
    }

    #new a:hover:after {
        content: attr(title) 'Создать';
    }

#edit a {
    background-position: -72px 0;
}

    #edit a:hover {
        border: 1px solid #aaa;
        border-image-outset: 10px;
    }

    #edit a:active {
        background-position: -72px -23px;
    }

    #edit a:hover:after {
        content: attr(title) 'Редактировать';
    }

#copy a {
    background-position: -24px 0;
}

    #copy a:hover {
        background-position: -24px -24px;
    }

    #copy a:active {
        background-position: -24px -23px;
    }

    #copy a:hover:after {
        content: attr(title) 'Копировать';
    }

#delete button {
    background-position: -48px 0;
}

    #delete button:hover {
        border: 1px solid #aaa;
    }

    #delete button:active {
        background-position: -48px -23px;
    }

    #delete button:hover:after {
        content: attr(title) 'Удалить';
    }

#view a {
    background-position: -144px 0;
}

    #view a:hover {
        background-position: -144px -24px;
    }

    #view a:active {
        background-position: -144px -23px;
    }

    #view a:hover:after {
        content: attr(title) 'Просмотр';
    }

#print button {
    background-position: -120px 0;
}

    #print button:hover {
        background-position: -120px -24px;
    }

    #print button:active {
        background-position: -120px -23px;
    }

    #print button:hover:after {
        content: attr(title) 'Печать';
    }

#save button {
    background-position: -168px 0;
}

    #save button:hover {
        background-position: -168px -24px;
    }

    #save button:active {
        background-position: -168px -23px;
    }

    #save button:hover:after {
        content: attr(title) 'Сохранить';
    }

#cancel a {
    background-position: -192px 0;
}

    #cancel a:hover {
        background-position: -192px -24px;
    }

    #cancel a:active {
        background-position: -192px -23px;
    }

    #cancel a:hover:after {
        content: attr(title) 'Отмена';
    }

#close a {
    background-position: -192px 0;
}

    #close a:hover {
        background-position: -192px -24px;
    }

    #close a:active {
        background-position: -192px -23px;
    }

    #close a:hover:after {
        content: attr(title) 'Закрыть';
    }


#numlist {
    position: relative;
}

    #numlist li {
        margin: 0;
        padding: 0;
        list-style: none; /*position:absolute;*/
        bottom: 0px;
        float: left;
        width: 24px;
    }

    #numlist li, #numlist a, #num span, #str span { /*height:24px;*/
        display: block;
    }

    #numlist a {
        text-decoration: none;
        text-align: center; /*vertical-align:central;*/
        border: 1px solid #aaa;
        /*border-radius: 3px;*/
        margin: 2px;
        color: black;
    }

    #numlist span {
        text-decoration: none;
        text-align: center; /*vertical-align:central;*/
        border: 1px solid #aaa;
        /*border-radius: 3px;*/
        margin: 2px;
        color: black;
    }

#num a, #num span, #str span {
    background: url('/pict/button/icons.jpg');
}

#num a {
    background-position: -216px 0;
}

    #num a:hover {
        border: 1px solid #333;
    }

    #num a:active {
        margin-top: 3px;
        margin-bottom: 1px;
    }
/*#num a:active { background-position: -216px -24px; margin-top :3px; margin-bottom: 1px;}*/

#num span {
    background-position: -216px -24px;
}
/*#num a:hover span { background-position: -216px -24px; }
#num a:active span { background-position: -216px -24px; }*/

#str span {
    background-position: -216px 0;
}

/*border : 1px solid #eee;
          border-radius : 5px;*/






#checklist {
    position: relative;
}

    #checklist li, #checklist input {
        width: 15px;
        height: 15px;
        display: block;
    }
/* ======================== */




/* ======================== */

.header-slider li {
    margin: 0;
    padding: 0; /*position:absolute;bottom:-12px;float:left;*/
    width: 859px;
    height: 84px;
    display: block;
    text-decoration: none;
}

.header-slider ul {
    list-style: none;
    position: relative;
}

#Image01 {
    background: url('/pict/slider/image01.jpg') 0 0;
}

#Image02 {
    background: url('/pict/slider/image02.jpg') 0 0;
}

#Image03 {
    background: url('/pict/slider/image03.jpg') 0 0;
}

#Image04 {
    background: url('/pict/slider/image04.jpg') 0 0;
}

#Image05 {
    background: url('/pict/slider/image05.jpg') 0 0;
}

#Image06 {
    background: url('/pict/slider/image06.jpg') 0 0;
}

/* Кадры анимации #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity: 0;
    }

    6% {
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes anim_slides {
    0% {
        opacity: 0;
    }

    6% {
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.header-slider ul li {
    opacity: 0;
    position: absolute;
    top: 0;
    /* анимация css3 */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 36.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_slides;
    -moz-animation-duration: 36.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    /*-webkit-animation: anim_slides 6s infinite;*/
    /*animation: anim_slides 6s infinite linear;*/
    /*-moz-transition: all 6s ease-in-out;
-webkit-transition: all 6s ease-in-out;*/
}

    /* Задержки css3 */
    .header-slider ul li:nth-child(2) {
        -webkit-animation-delay: 6.0s;
        -moz-animation-delay: 6.0s;
        /*animation: anim_slides 6s infinite linear;
-webkit-animation: anim_slides 6s infinite linear;*/
        /*-webkit-transform: translate(0,-50px);
-moz-transform: translate(0,-50px);*/
    }

    .header-slider ul li:nth-child(3) {
        -webkit-animation-delay: 12.0s;
        -moz-animation-delay: 12.0s;
    }

    .header-slider ul li:nth-child(4) {
        -webkit-animation-delay: 18.0s;
        -moz-animation-delay: 18.0s;
    }

    .header-slider ul li:nth-child(5) {
        -webkit-animation-delay: 24.0s;
        -moz-animation-delay: 24.0s;
    }

    .header-slider ul li:nth-child(6) {
        -webkit-animation-delay: 30.0s;
        -moz-animation-delay: 30.0s;
    }


/* крутилка ожидания */
:root {
    --spiner-in-radius: -35px; /* внутренний диаметр */
    /*--border-style: 1px solid #ddd; /* Ширина модального окна в пикселах */
    --spiner_opacity: 0.5;
}

.bar1 {
    -moz-transform: rotate(0deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(0deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.03125;*/
    opacity: var(--spiner_opacity);
}

.bar2 {
    -moz-transform: rotate(11.25deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(11.25deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.0625;*/
    opacity: var(--spiner_opacity);
}

.bar3 {
    -moz-transform: rotate(22.5deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(22.5deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.09375;*/
    opacity: var(--spiner_opacity);
}

.bar4 {
    -moz-transform: rotate(33.75deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(33.75deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.125;*/
    opacity: var(--spiner_opacity);
}

.bar5 {
    -moz-transform: rotate(45deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(45deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.15625;*/
    opacity: var(--spiner_opacity);
}

.bar6 {
    -moz-transform: rotate(56.25deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(56.25deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.1875;*/
    opacity: var(--spiner_opacity);
}

.bar7 {
    -moz-transform: rotate(67.5deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(67.5deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.21875;*/
    opacity: var(--spiner_opacity);
}

.bar8 {
    -moz-transform: rotate(78.75deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(78.75deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.25;*/
    opacity: var(--spiner_opacity);
}

.bar9 {
    -moz-transform: rotate(90deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(90deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.28125;*/
    opacity: var(--spiner_opacity);
}

.bar10 {
    -moz-transform: rotate(101.25deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(101.25deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.3125;*/
    opacity: var(--spiner_opacity);
}

.bar11 {
    -moz-transform: rotate(112.5deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(112.5deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.34375;*/
    opacity: var(--spiner_opacity);
}

.bar12 {
    -moz-transform: rotate(123.75deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(123.75deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.375;*/
    opacity: var(--spiner_opacity);
}

.bar13 {
    -moz-transform: rotate(135deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(135deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.40625;*/
    opacity: var(--spiner_opacity);
}

.bar14 {
    -moz-transform: rotate(146.25deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(146.25deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.4375;*/
    opacity: var(--spiner_opacity);
}

.bar15 {
    -moz-transform: rotate(157.5deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(157.5deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.46875;*/
    opacity: var(--spiner_opacity);
}

.bar16 {
    -moz-transform: rotate(168.75deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(168.75deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.5;*/
    opacity: var(--spiner_opacity);
}

.bar17 {
    -moz-transform: rotate(180deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(180deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.53125;*/
    opacity: var(--spiner_opacity);
}

.bar18 {
    -moz-transform: rotate(191.25deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(191.25deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.5625;*/
    opacity: var(--spiner_opacity);
}

.bar19 {
    -moz-transform: rotate(202.5deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(202.5deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.59375;*/
    opacity: var(--spiner_opacity);
}

.bar20 {
    -moz-transform: rotate(213.75deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(213.75deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.625;*/
    opacity: var(--spiner_opacity);
}

.bar21 {
    -moz-transform: rotate(225deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(225deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.65625;*/
    opacity: var(--spiner_opacity);
}

.bar22 {
    -moz-transform: rotate(236.25deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(236.25deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.6875;*/
    opacity: var(--spiner_opacity);
}

.bar23 {
    -moz-transform: rotate(247.5deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(247.5deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.71875;*/
    opacity: var(--spiner_opacity);
}

.bar24 {
    -moz-transform: rotate(258.75deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(258.75deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.75;*/
    opacity: var(--spiner_opacity);
}

.bar25 {
    -moz-transform: rotate(270deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(270deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.78125;*/
    opacity: var(--spiner_opacity);
}

.bar26 {
    -moz-transform: rotate(281.25deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(281.25deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.8125;*/
    opacity: var(--spiner_opacity);
}

.bar27 {
    -moz-transform: rotate(292.5deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(292.5deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.84375;*/
    opacity: var(--spiner_opacity);
}

.bar28 {
    -moz-transform: rotate(303.75deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(303.75deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.875;*/
    opacity: var(--spiner_opacity);
}

.bar29 {
    -moz-transform: rotate(315deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(315deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.90625;*/
    opacity: var(--spiner_opacity);
}

.bar30 {
    -moz-transform: rotate(326.25deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(326.25deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.9375;*/
    opacity: var(--spiner_opacity);
}

.bar31 {
    -moz-transform: rotate(337.5deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(337.5deg) translate(0, var(--spiner-in-radius));
    /*opacity: 0.96875;*/
    opacity: var(--spiner_opacity);
}

.bar32 {
    -moz-transform: rotate(348.75deg) translate(0, var(--spiner-in-radius));
    -webkit-transform: rotate(348.75deg) translate(0, var(--spiner-in-radius));
    /*opacity: 1;*/
    opacity: var(--spiner_opacity);
}



#logo {
    position: absolute;
    float: left;
    top: 50%;
    left: 50%;
    z-index: 11;
}

#spiner {
    position: absolute;
    width: 117px;
    height: 92px;
    -moz-border-radius: 200px;
    float: left;
    top: 50%;
    left: 50%;
}

    #spiner div {
        position: absolute;
        top: 35px;
        left: 57px;
        border-top: 22px solid #000;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        width: 1px;
    }

#spiner {
    -webkit-animation-name: rotateThis;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes rotateThis {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

#spinerwindow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(200, 200, 200, 0.50); /*rgba(0,0,0,0.5); /*затемнитефон*/
}


/* modal window */

.Window {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.displayOn {
    display: block; 
}

.displayOff {
    display: none; 
}

    .Window:target {
        display: block;
        pointer-events: auto;
    }

    .Window > div {
        width: var(--modal-with); /* Ширина в пикселах */
        position: relative;
        margin: 10% auto;
        padding: 30px 10px 10px;
        border-radius: 3px;
        background: #fff;
        box-shadow: 0px 0px 20px 2px;
    }

.close {
    background: #cc3300;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -21px;
    text-align: center;
    top: -43px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

    .close:hover {
        background: #990000;
    }

.Window-header {
    width: var(--modal-with); /* Ширина в пикселах */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0px;
}

.Window > div > form > h2 {
    width: var(--modal-with); /* Ширина в пикселах */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}




.header-menu-lk ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: right;
    /*background: #eee;*/
    /*border-bottom: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;*/
}

/*.header-menu-lk li {
  float: left;          
}*/

/*.header-menu-lk #login {
  border-right: 1px solid #ddd;
  -moz-box-shadow: 1px 0 0 #fff;
  -webkit-box-shadow: 1px 0 0 #fff;
  box-shadow: 1px 0 0 #fff;  
}*/

/*.header-menu-lk #login-trigger {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}*/

/*.header-menu-lk #login-trigger:hover,*/
.header-menu-lk #login .active {
    background: #fff;
}

.header-menu-lk #login-content {
    display: none;
    position: absolute;
    /*top: 24px;*/
    right: 0;
    z-index: 999;
    background: #eee;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);*/
    padding: 15px;
    /*-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;*/
    /*border-radius: 3px 0 3px 3px;*/
    text-align: left;
}

.header-menu-lk li #login-content {
    right: 0;
    width: 250px;
    color: #040404;
}

#login-content {
    border: 1px solid #ddd;
    line-height: 1.5;
}

.cl-login {
    width: 246px;
}

.cl-remember {
    width: 120px;
}

    .cl-remember ul > li {
        border: none !important;
    }

#key_ent_user {
    float: right;
    margin: 7px;
}
/*--------------------*/

#login #actions {
    margin: 10px 0 0 0;
}

#login #submit {
    /*background-color: #d14545;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e97171), to(#d14545));
  background-image: -webkit-linear-gradient(top, #e97171, #d14545);
  background-image: -moz-linear-gradient(top, #e97171, #d14545);
  background-image: -ms-linear-gradient(top, #e97171, #d14545);
  background-image: -o-linear-gradient(top, #e97171, #d14545);
  background-image: linear-gradient(top, #e97171, #d14545);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #7e1515;*/
    float: left;
    height: 30px;
    padding: 0;
    width: 100px;
    /*cursor: pointer;*/
    font: bold 14px Arial, Helvetica;
    color: #fff;
}

/*#login #submit:hover,
#login #submit:focus {		
  background-color: #e97171;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d14545), to(#e97171));
  background-image: -webkit-linear-gradient(top, #d14545, #e97171);
  background-image: -moz-linear-gradient(top, #d14545, #e97171);
  background-image: -ms-linear-gradient(top, #d14545, #e97171);
  background-image: -o-linear-gradient(top, #d14545, #e97171);
  background-image: linear-gradient(top, #d14545, #e97171);
}*/

/*#login #submit:active {		
  outline: none;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}*/

/*#login #submit::-moz-focus-inner {
  border: none;
}*/

/*#login label {
  float: right;
  line-height: 30px;
}

#login label input {
  position: relative;
  top: 2px;
  right: 2px;
}*/


/*========= TABS ============*/

.tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    .tabs:after {
        content: "";
        clear: both;
        display: block;
        height: 240px;
    }

    .tabs li {
        float: left;
    }

        .tabs li > input {
            display: none;
        }

        .tabs li > label {
            display: inline-block;
            border: 1px solid #ddd;
            border-right-width: 0;
            border-bottom-width: 0;
            height: 30px;
            line-height: 30px;
            padding: 5px 20px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            color: #777;
        }

        .tabs li:last-child > label {
            border-right-width: 1px;
        }

    .tabs .tab-content {
        display: none;
        position: absolute;
        left: 0;
        /*padding: 20px;*/
        border-top: 1px solid #ddd;
        /*border: 1px solid #999;*/
        /*height: 200px;*/
        /*overflow-y: auto;*/
        width: 100%;
    }

    /* Функциональность: */

    .tabs li > input:checked + label {
        background-color: #999;
        color: #fff;
    }

    .tabs li > input:checked ~ .tab-content {
        display: block;
    }

    .tabs li:hover {
        background-color: #eee;
    }

/*========= TABS END ============*/

/*sam-bitmask ul li {
    float:left;
}*/

/*===============*/

sam-bitmask::shadow * {
    padding: 0px;
    margin: 0px;
    /*float: left;*/
}

::shadow .sam__checkbit_body {
    border: 1px solid #ddd;
    display: block;
}

/*sam-bitmask1::shadow ul {
    padding:0px;
    margin: 0px;
}*/

::shadow .sam__checkbit_menu {
    display: inline-block;
}

::shadow .sam__checkbit_menu_item {
    float: left;
    list-style-type: none;
}

::shadow .sam__checkbit_body a {
    vertical-align: top;
}
/*sam-bitmask1::shadow ul li input {
    margin: 0px;
}*/


.bukvica {
    width: 225px;
    height: 23px;
    color: #fff;
    text-align:center;
    vertical-align: middle;

    background: #aaa;
    background: -webkit-linear-gradient(#e5e5e5, #b2b2b2 50%, #919191 50%, #7a7a7a calc(50% + 1px), #a0a0a0);
    background:    -moz-linear-gradient(#e5e5e5, #b2b2b2 50%, #919191 50%, #7a7a7a calc(50% + 1px), #a0a0a0);
    background:         linear-gradient(#e5e5e5, #b2b2b2 50%, #919191 50%, #7a7a7a calc(50% + 1px), #a0a0a0);

    border-top: 1px solid #b8b8b8;

    font-size: 13px;
    font-family: 'Microsoft JhengHei Light', sans-serif;
    /*font-weight: 500;*/
    /*font-stretch: condensed;*/

    padding:0;
    text-indent:0;
    margin-left: 30px;


}