@charset "UTF-8";
.label_style label span.label_title{
    display: inline-block;
    min-width: 150px;
}
.slyle_input{
    border: 1px solid var(--other-line);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    border-radius: 32px;
    padding: 0 30px;
    font-size: 1rem;
    color: #4E4E4E;
    margin: 5px 5px 5px 0;
  }

.input_s_id, .input_s_limit_otgruzki, .input_s_kredit{
    width: 100px;
}
.input_s_login, .input_s_name{
    width: 150px;
}
.td_f_id{
    text-align: center;
}
a{
    cursor: pointer;
  }

a:hover, .selected{
    /*color: #FF7304;*/
    color: #4C5475;
    font-weight: bold;
}
.table_lk{
    border-collapse: collapse;
    border: 0;
}

.table_lk .table_lk_inner tr td{
    border-bottom: 1px solid #fff;
    padding: 5px;
}

.table_lk .table_lk_inner tr:hover td{
    background: lightgrey;
  }
.table_lk select{
    max-width: 227px;
    width: 100%;
    display: block;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: 0.6em 2.4em 0.5em 0.8em;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #E4E4E4;
    background-image: url(/i/icons/select.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 1em top 50%, 0 0;
    border: 1px solid #AFAFAF;
    height: 40px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 1rem;
}

.orders__list{
    padding-top:0;
    padding-bottom: 20px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1378px;
  }

.upload .drop{
    margin: 10px 0;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    border: 3px dashed var(--link);
    border-radius: 32px;
    text-align: center;
}
.upload .drop input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden; }

.upload .drop p {
    color: var(--link);
    font-weight: bold;
    padding: 10px 0;
}

.upload .drop input[type="file"] + label {
    display: inline-block;
    position: relative;
    width: auto; 
    font-size: 16px;
    color: var(--link);
    font-weight: bold;
    text-decoration: underline;
    padding: 10px 0;

}
.upload .drop input[type="file"] + label:hover{
    text-decoration: none;
    cursor: pointer;
}
.upload ul li{
    display: flex;
}
.upload ul li > *{
    margin: 10px;
}

.hidden{
    display: none;
}

.account__button {
    padding: 5px 35px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    height: 50px;
    background: var(--link);
    border: 2px solid var(--link);
    border-radius: 32px;
    display: inline-flex;
    justify-items: center;
    cursor: pointer;
    text-align: center;
    align-items: center;
    margin: 5px 5px 5px 0;
    }

.account__button:hover {
background: #fff;
color: var(--link);
}

h1 {
    font-size: 3rem;
    padding-top: 60px;
}

h3 {
    padding-bottom: 30px;
    font-size: 1.5rem;
}

h4 {
    font-size: 1.2rem;
    padding: 15px 0;
    }

.slyle_input_textarea{
    border: 1px solid var(--other-line);
    color: #AFAFAF;
    padding: 20px 30px;
    font-size: 1rem;
    border-radius: 32px;
    color: #4E4E4E;
    width: 100%;
}

.hr hr {
    color: #fff;
}

.logo {
     padding: 20px 20px;
     background: white;
     border-radius: 32px;
 }

.logo_img {
    padding: 20px 20px;
    background: white;
    border-radius: 32px;
}

.alerts {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 999; }
.alerts .alert {
    border-radius: 7px;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 280px;
    margin-bottom: 20px; }
.alerts .alert .close {
    background: transparent;
    border: none;
    font-size: 24px;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    height: 16px;
    line-height: 22px;
    color: #fff;
    cursor: pointer; }
.alerts .alert.good {
    background: #4C5475;
    border: 1px solid #4C5475; }
.alerts .alert.bad {
    background: rgba(227, 60, 36, 0.75);
    border: 1px solid #e33c24; }

select {
    border: 1px solid var(--other-line);
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    color: #AFAFAF;
    padding: 0 30px;
    font-size: 1rem;
    color: #4E4E4E;
    margin: 5px 5px 5px 0;
}

.cross{
    display: inline-block;
    width: 32px;
    height: 32px;
    border: none;
    background: url(/i/clear.svg) no-repeat 50% 50%;
    /*position: absolute;*/
    background-size: 16px 16px;
    right: 0px;
    top: 0;
    cursor: pointer;
}

.img_block{
    display: inline-block;
}

.lk_menu{
    margin-bottom: 40px;
}