#loginform {
    width: 350px;
    margin: auto;
    font-size: 12px;
}

.cb{
    clear: both;
}

.btn-login {
    width: 100%;
    background: #EB5B5B;
    padding: 15px;
    border-radius: 5px;
    border: 0;
    font-size: 1.4em;
    font-family: Roboto;
    line-height: 19px;
    color: white;
    margin-top: 40px;
    margin-bottom: 50px;
}

.logins {
    padding: 50px 0;
}
.style10{
    min-height: 600px;
}

.pad15{
    padding: 15px;
}

.err{
    text-align: center;
    color: red;
    padding: 0 0 20px 0;
}

.forgoth2 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    color: #1e3556;
    width: 100%;
}

.register-link{ text-align: center;
    margin: 30px 0 150px;
    width: 100%;
    font-size: 16px;
}
.register-link a{ color: inherit; text-decoration: underline; }

.second a{

    color: #000;

}

.whathinclide_block{
    position: fixed;
    background: #fff;
    border-radius: 3px;
    height: auto;
    z-index: 100;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
    /*2019_09_30*/
    margin: 15% auto 0;
    width: 90%;
    max-width: 1060px;
    left: 0;
    right: 0;

}


.whathinclide_block_hover{
    content: "";
    display: block;
    position: fixed;
    z-index: 98;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0.3);;

}

#whathinclide_block_content{

    padding: 25px 0;

}


.closewhathinclide{
    position: fixed;
    margin: 0 auto 0;
    width: 90%;
    max-width: 1060px;
    left: 0;
    right: 0;
    z-index: 9;
}

.closewhathinclide a{
    font-size: 16px;
    color: #00558e;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 0px;
}
.closewhathinclide a:hover{
    color: #fcb323;
}
.fa-close:before {
    padding: 0px 2px;
}

#comments{
    width: 100%;
    height: 60px;
    border: 1px solid #131c48;
    color: #131c48;
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px;

}

#send_comment{
    position: absolute;
    z-index: 2;
    background: #131c48;
    color: #fff;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    min-width: 110px;
    text-align: center;
    right: 0px;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    text-decoration: none;
}

#comment_list div{
    padding: 10px 20px;
    font-size: 14px;
    color: #131c48;
    border-bottom: 1px solid #CCCCCC;
}

#comment_list .date{
    display: block;
    text-align: right;
    font-size: 10px;
    color: #2c2c2c;
}

.answer0{
    background: #fff;
}

.answer1{
    background: #fefbf2;
    padding-left: 40px !important;
}

.justify-right{
    justify-content: right;
    align-items: center;
}

.totals_p {
    width: 100%;
    padding: 20px 0;
    align-items: center;
}

.totals_p b{
    padding: 0 10px;
}

#project_name{
    height: 41px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 0 10px;
    margin: 0 15px 0 0;
    width: 250px;
}

.vl_personal table td {
    font-family: Roboto;
    font-size: 14px;
}

.comments{
    cursor: pointer;
}

.comments sup{
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    background: red;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    margin: -8px 0 0 0;
    position: absolute;
}

#other_project{
    padding: 0 10px 15px 0;
}

.nav_item .form-group label{
    display: block;
    font-size: 16px;
    margin: 15px 0 5px 0;
}

.nav_item .form-group input{
    height: 41px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 0 10px;
    margin: 0 15px 0 0;
    width: 100%;
}

.nav_item .form-group textarea{
    height: 200px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 0 10px;
    margin: 0 15px 0 0;
    width: 100%;
}

.nav_item .tocol input, .nav_item .tocol label{
    width: 49%;
    margin: 0 2px 10px 0;
    display: inline-block;
}

#send_zakaz, #send_order{
    margin: 0 0 0 15px;
}

#article_add select {
    width: 100%;
    background-position: 98% center;
}

#project_add .fa-pencil{
    position: absolute;
    margin: 8px 0 0 -40px;
    font-size: 23px;
    color: rgb(94, 94, 94);
}