* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

 :focus,
 :active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}


/* end null style */

@font-face {
    font-family: 'Century Gothic Regular';
    src: url('CenturyGothic.eot');
    src: url('CenturyGothic.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    max-width: 100%;
    min-width: 300px;
}

.login-page {
    font-family: 'Century Gothic Regular';
    min-height: 800px;
    max-width: 1200px;
    margin: 0 auto;
    min-width: 300px;
    background: url(/img/fon.png) no-repeat;
    background-size: 40% 100%;
    padding-top: 200px;
}

.login-block {
    max-width: 400px;
    min-width: 300px;
    height: 230px;
    background-color: #161c34;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin: 0 auto;
    box-shadow: -10px -10px 10px -10px black;
}

.logo-form {
    padding: 10px;
}

.block-logo-img {
    padding: 20px;
    width: 35%;
}

.logo-img {
    width: 110px;
}

.log {
    text-align: center;
    width: 90%;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
}

.btn-login {
    display: block;
    margin: 10px;
    color: white;
    font-size: 18px;
    padding: 8px 86px;
    border-radius: 5px;
    background: #4d78bd;
    font-weight: 500;
    letter-spacing: 3px;
}

.btn-login:active {
    background: #304a74;
}


/* end login style */

.root,
.header,
.footer {
    display: none;
}

.block-btn {
    width: 100%;
}

.btn-save-tech {
    margin: 10px auto;
    margin-left: 42%;
}

.btn-save-worker {
    margin-top: 10px;
}

@font-face {
    font-family: 'Century Gothic Regular';
    src: url('CenturyGothic.eot');
    src: url('CenturyGothic.eot?#iefix') format('embedded-opentype'), url('CenturyGothic.woff') format('woff'), url('CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* text-shadow: 0.5px -1px 0px #F15722; */

.header {
    width: 100%;
    background-color: #161c34;
    font-family: 'Century Gothic Regular';
    /* display: flex; */
    align-items: center;
    color: white;
    justify-content: space-between;
    padding: 10px;
}

.root {
    font-family: 'Century Gothic Regular';
    color: #161c34;
    text-align: center;
    font-size: 30px;
    width: 75%;
    margin: 0 auto;
}

.span {
    font-size: 40px;
}

@media all and (max-width: 800px) {
    .span {
        font-size: 25px;
    }
}

.conteiner-welcome {
    /* display: none; */
}

.title,
.subtitle {
    margin-top: 30px;
}

.block-button {
    margin: 0 auto;
}

.btn-page {
    background: #F15722;
    color: white;
    max-width: 280px;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 15px;
    box-shadow: 5px 5px 5px rgb(201, 196, 196);
    font-size: 25px;
}

.btn-page:hover {
    background: #f15622c7;
}

.btn-page:active {
    background-color: #161c34;
}

.passEmployee {
    display: none;
}

.passEmployee-header {
    width: 100%;
    color: white;
    padding: 10px;
    background: #F15722;
    margin-top: 10px;
    border: 2px solid black;
    border-bottom: 0;
    font-size: 30px;
    text-align: center;
}

.name-tech-header {
    text-align: center;
    font-size: 30px;
    margin: 20px 0;
}

.footer {
    background-color: #161c34;
    width: 100%;
    height: 25px;
    position: fixed;
    bottom: 0px;
    margin-top: 50px;
}

.label-form {
    background-color: #161c34;
    color: white;
    width: 40%;
    padding: 5px 10px;
    font-size: 20px;
}

.input-form {
    width: 61%;
    border: 1px solid black;
    padding: 0 10px;
    font-size: 20px;
}

.form-pass {
    border: 1px solid black;
    text-align: justify;
}

.form-block-item {
    display: flex;
}

.period,
.technolodgi {
    width: 30.5%;
    border: 1px solid black;
}

.form-employee {}

.label-form-employee {
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #cecece;
    border: 1px solid black;
    padding: 4px 0;
    font-size: 25px;
}

.input-form-employee {
    border: 1px solid black;
    border-bottom: 0;
    display: block;
    width: 100%;
    font-size: 25px;
    border-top: 0;
    padding: 2px 10px;
    text-align: center;
}

.wrapper-time-form,
.block-series-id,
.wrapper-access {
    display: flex;
}

.btn-save {
    margin: 10px auto; 
    font-size: 30px;
    color: white;
    background: #F15722;
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgb(201, 196, 196);
}

.btn-save:hover {
    background: #f15622c7;
}

.add-doc {
    text-align: start;
    padding: 20px;
    font-size: 20px;
}

.block-add-doc {
    display: flex;
    justify-content: space-between;
    background-color: #cecece;
    border: 1px solid black;
    position: relative;
}

.add-text {
    width: 80%;
    line-height: 30px;
}

.example-1 .form-group {
    padding: 1em;
    margin: 10px;
}

.example-1 input[type=file] {
    outline: 0;
    opacity: 0;
    pointer-events: none;
    user-select: none
}

.example-1 .label {
    width: 120px;
    border: 2px dashed grey;
    border-radius: 5px;
    display: block;
    padding: 1.2em;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center
}

.title-add {
    margin-left: -20px;
    font-size: 16px;
}

.example-1 .label .title {
    color: grey;
    transition: 200ms color
}

.example-1 .label:hover {
    border: 2px solid #000
}

.example-1 .label:hover .title {
    color: #000
}

.result-img-p,
.result-img-worker {
    display: block;
    font-size: 20px;
    padding-bottom: 30px;
}

.option-company,
.option-company-tech {
    display: flex;
    width: 230px;
    height: 204px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px #c7ccd1;
}

#company-name,
#company-name-tech,
.inp-pre,
#position {
    display: block;
    width: 61%;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.result-img,
.result-img-t {
    margin-top: -30px;
    /* width: 100%; */
    font-size: 18px;
    color: #161c34;
    padding: 0 0 30px 0;
}


/* massage alert text style */

.fixed,
.fixed-techniques {
    display: none;
    margin: 0 auto;
    width: 350px;
}

.massage-alert {
    width: 350px;
    min-height: 10%;
    background-color: #161c34;
    color: white;
    border-radius: 10px;
    letter-spacing: 2px;
    line-height: 30px;
    position: fixed;
    z-index: 99999;
    top: 30vh;
}

.massage-alert-text {
    font-size: 20px;
    padding: 70px 20px;
}

.save-data-header {
    width: 100%;
    color: white;
    padding: 10px;
    background: #F15722;
    margin-top: 10px;
    border: 2px solid black;
    border-bottom: 0;
    display: none;
}


/* table style */

.table-employees {
    width: 100%;
    border: 1px solid black;
    border-spacing: 0px;
}

.td-gray {
    background: #cecece;
    border: 1px solid black;
    padding: 5px 14px;
}


/*  */

.passTechnology {
    display: none;
}

.pass-techniques {
    display: none;
}

.passTechnology-form {
    display: none;
    margin: 0 auto;
    width: 75%;
}

.agreement {
    margin-top: 20px;
}

.checkbocks {
    width: 100px;
    background-color: aqua;
}

.checkbocks {
    border: 10px solid #fff;
    font-size: 24pt;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 4px 8px 8px 8px;
    padding: 2px;
    vertical-align: middle;
}

.box-fio {
    display: flex;
}

.surname,
.name {
    border-right: 0;
}

::placeholder {
    font-size: 16px;
}

.bold {
    font-size: 30px;
}

 .photo-view {
        padding: 0 20%;
        border: 1px solid black;
        border-top: 0;
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

 .block-add-doc {
        width: 100%;
        color: #161c34;
        display: flex;
        justify-content: space-between;
        background-color: #cecece;
        border: 1px solid black;
        position: relative;
    }


}
@media screen and (max-width: 500px) {
    .btn-login {
        padding: 8px 33%;
    }
    
    .btn-page,
    .bold {
        font-size: 20px;
    }
    
    .label-form {
        font-size: 16px;
    }
    
    .min {
        font-size: 12px;
    }
    
    .subtitle,
    .passEmployee-header,
    .label-form-employee {
        font-size: 20px;
        text-align: center;
    }
    
    .title {
        font-size: 30px;
    }
    
    .example-1,
     {
        display: block;
        font-size: 20px;
    }
}