body {
    font-family: "Montserrat", sans-serif;
    overflow: auto;
}

.flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

p,
h1,
h2,
h3,
h4,
a {
    color: #fff;
}

a {
    text-decoration: underline;
}

.file_succ a:hover,
.file_succ a:focus {
    color: #000 !important;
}

a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):hover,
a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):focus {
    color: #fff !important;
}



p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

h1 {
    font-size: 72px;
    font-weight: bold;
}

h3 {
    color: #315CB9;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin: 15px 0px 35px 0px;
}

h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.wrapper {
    height: 100%;
    position: relative;

}

section {
    background-color: transparent;
}

.stof_body {
    background-image: url(../img/bg.jpg);
    color: #fff;

    background-repeat: no-repeat;
    background-color: #003B73;
    background-attachment: fixed;
}

.info_menu {
    background-image: url(../img/bg-menu.jpg);
    height: 50px;
    /*padding-top: 13px;*/
}

.telephone {
    padding-top: 12px;
}

.lk {
    padding-top: 8px;
}

.stof_info {
    margin-top: 100px;
}

.second_info {
    margin-top: 100px;
    /*margin-bottom: 80px;*/
}

.second_info .errortext {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.pik_time {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.phone {
    font-size: 15px;
}

.phone:before {
    content: '';
    background-image: url(../img/phone.svg);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.trebovaniya {
    text-decoration: underline;
    align-self: start;
    margin-left: 22%;
}

.trebovaniya:before {
    content: '';
    background-image: url(../img/question.svg);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.stof_info_login {
    padding-top: 100px
}

.auth_form {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    background: linear-gradient(to top left, rgba(33, 104, 200, 0.8), rgba(19, 58, 112, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
}

.form {
    width: 460px;
    height: 500px;
    background-color: #fff;
    border-radius: 40px;
    border-radius: 40px;
    box-shadow: 0px 0px 150px #444;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.file_block {
    height: 300px;
    background-color: #305CBB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.info_block {
    height: 300px;
    background-color: #1A2E65;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 50px;
}

.info_block p {
    text-transform: uppercase;
    font-weight: bold;
}

.info_block textarea {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 20px;
    overflow: auto;
}





/* It's easier to calculate widths
 * with border-box layout */

.customfile-container * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.customfile-container {
    width: 300px;
    padding: 1em;
}

.customfile-container label:first-child {
    width: 100px;
    display: block;
    margin-bottom: .5em;
    color: #333;
}

.customfile-wrap {
    position: relative;
    padding: 0;
    margin-bottom: .5em;
}

.customfile-filename,
.customfile-upload {
    margin: 0;
    padding: 0;
}

.customfile-filename {
    width: 230px;
    padding: .4em .5em;
    border: 1px solid #A8A49D;
    border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.customfile-filename:focus {
    outline: none;
}

.customfile-upload {
    display: inline-block;
    width: 160px;
    font-weight: bold;
    padding: .4em 1em;
    border: 1px solid #A8A49D;
    background: #ddd;
    border-radius: 0 2px 2px 0;
    margin-left: -1px;
    /* align with input */
    cursor: pointer;
    background: #fcfff4;
    text-transform: uppercase;
    background: -moz-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
    background: -webkit-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #e9e9ce 100%);
}

.customfile-upload:hover {
    background: #1A2E65;
    border: none;
    color: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.customfile-upload::-moz-focus-inner {
    /* Fix firefox padding */
    padding: 0;
    border: 0;
}

.send_btn {
    background-color: #F78329;
    padding: 10px 20px;
    border: 3px solid #F9BC57;
    border-radius: 25px;
    height: 50px;
    margin-top: 15px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.send_btn:hover {
    border: 3px solid #FFF;
}

button:disabled {
    background-color: #999;
    border: 3px solid #333;
}

.file_succ,
.file_err {
    text-align: center;
    color: #333;
}

.file_succ a {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

.dark {
    background-color: #1A2E65;
    color: white;
}

.mr-table {
    margin: 30px 0px;
}

.btn-4 {
    padding: 5px 30px !important;
    background-color: #305CBB !important;

}

.btn-4 span {
    color: #fff;
}

.main_auth,
.main_auth p {
    color: #000;
}

.form-control {
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

.bx-auth-secure {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 12px;
}

.form-control-bt:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.second_info .dark p {
    text-align: center;
    margin: 20px 0px;
}

.dark-text {
    color: #333;
}

.loader {
    background: rgba(0, 0, 0, 0.5) url(../img/loader.gif) no-repeat 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
    filter: url('../img/blur.svg#blur');
    /* путь к svg */
}

.form-check {
    padding-top: 15px;
}

.deleted_row,
.deleted_row:hover {
    background-color: #999 !important;
    color: #333 !important;
}

h5.modal-title {
    font-weight: 700;
    font-size: 18px;
}

#trebovania .modal-body p {
    color: #333
}

#trebovania .modal-body a {
    color: #000
}

#trebovania .modal-body a:hover,
#trebovania .modal-body a:focus {
    color: #000 !important;
}

.user_ico:before {
    content: '';
    background-image: url(../img/user-blue.svg);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    width: 25px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.table-responsive .table-hover tbody tr:hover {
    background-color: rgba(34, 102, 200, .5) !important;
}


li.nav-item.libutton {
    background-color: #666;
    box-shadow: #ddd 2px 2px 0px 0px;
}

li.nav-item.libutton:hover {
    box-shadow: #ff8400 -2px -2px 0px 0px;
}

#libutton {
    background-color: #666;
    box-shadow: #ddd 2px 2px 0px 0px;
}

#libutton:hover {
    background-color: #666;
    box-shadow: #ddd 2px 2px 0px 0px;
}

