@charset "UTF-8";

.label_style label span.label_title{
    display: inline-block;
    min-width: 150px;
}
.slyle_input{
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    border-radius: 32px;
    color: #AFAFAF;
    padding: 0 30px;
    font-size: 1rem;
    color: #4E4E4E;
    margin: 5px 5px 5px 0;
    font-family: "SF UI Display";
    background: #F5F5F5;
}

.slyle_input.big{
    width: 320px;
}

.input_s_id, .input_s_limit_otgruzki, .input_s_kredit, .input_s_old_id, .input_s_file{
    width: 100px;
}
.input_s_login, .input_s_name, .input_s_time{
    width: 150px;
}

.select_s_moderation{
    width: 50px;
}
.select_s_type, .select_s_region, .select_s_sapr{
    width: 100px;
}

.td_f_id{
    text-align: center;
}
a{
    cursor: pointer;
  }

.orders__list 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-family: "San Francisco Text Medium";
    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;
  }

.orders__list.admin_overflow{
    max-width: unset;
}

.lk_menu_item{
    /*padding-right: 10px;*/
}

.upload .drop{
    margin: 10px 0;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    border: 3px dashed #4C5475;
    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: #4C5475;
    font-weight: bold;
    padding: 10px 0;
}

.upload .drop input[type="file"] + label {
    display: inline-block;
    position: relative;
    width: auto; 
    font-size: 16px;
    color: #4C5475;
    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: #4C5475;
    border: 2px solid #4C5475;
    border-radius: 32px;
    display: inline-flex;
    justify-items: center;
    cursor: pointer;
    text-align: center;
    align-items: center;
    margin: 5px 5px 5px 0;
    font-family: "SF UI Display";
    }

.account__button:hover, .account__button.selected {
background: #fff;
color: #4C5475;
}

.account__button.statistic {
    margin-top: 20px;
   }
.account__button.statistic1 {
    margin-top: 14px;
}

/*.account__button-white {
    padding: 5px 35px;
    font-weight: 600;
    font-size: 14px;
    color: #4C5475;
    height: 64px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 32px;
    display: inline-flex;
    justify-items: center;
    cursor: pointer;
    text-align: center;
    align-items: center;
    margin: 5px 5px 5px 0;
    font-family: "SF UI Display";
}

.account__button-white:hover {
    background: #4C5475;
    color: #fff;
}*/



h3 {
    padding-bottom: 30px;
    font-size: 1.5rem;
}

h4 {
    font-size: 1.2rem;
    padding: 15px 0;
    }

.slyle_input_textarea{
    border: 0px;
    color: #AFAFAF;
    padding: 20px 30px;
    font-size: 1rem;
    border-radius: 32px;
    color: #4E4E4E;
    font-family: "SF UI Display";
    width: 100%;
    background: #F5F5F5;
}

.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;
    border-color: #4E4E4E;
   -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;
    font-family: "SF UI Display";
    max-width: 160px;
}

select.big {
    max-width: 370px;
}

.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;
}

h2.lk_h2_inner{
    padding: 20px 0;
    font-weight: bold;
}

.moderation_anchor, .moderation_anchor_ask{
      color: red;
      padding: 10px 0;
  }

.moderation_anchor_ok{
    padding: 10px 0;
}

.moderation_anchor.hidden, .moderation_anchor_ok.hidden, .moderation_anchor_ask.hidden{
    display: none;
}

.moderation_default{
    padding: 10px 0;
}

.lk_menu{
    padding-top: 20px;
    text-align: center;
}

.lk_default_block_inner{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.lk_default_block p{
    padding-right: 20px;
}

.filter_checkbox_search_lk {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 2px solid gray;
    background: #F5F5F5;
}

.filter_content_lk {
    overflow-y: scroll;
    max-height: 200px;
}

.lk_popup_select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    border-radius: 32px;
    padding: 0 30px;
    font-size: 1rem;
    color: black;
    margin: 5px 5px 20px 5px;
    font-family: "SF UI Display";
    border: 1px;
    max-width: 250px;
}

table.class_tablechar{
    border-collapse: collapse;
}
table.class_tablechar td, table.class_tablechar th{
    padding: 0px 5px;
    border: 1px solid black;
}

.stat_form_lk{
    display: inline-flex;
    padding: 20px 0px;
}

.stat_form_lk .stat_form_lk_data, .stat_form_lk .stat_form_lk_other{
    padding: 0px 20px;
}

.stat_form_lk .stat_form_lk_other{
    padding-right: 20px;
}

.excel_alert{
    text-align: center;
}

/*--------------- Центрированный вариант формы аутентификации ----------------*/
.orders__list.lk_center_style{
    display: grid;
    text-align: center;
}

.orders__list.lk_center_style h2 {
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.orders__list.lk_center_style p.agree_checkbox_form
 {
    max-width: unset;
    display: unset;
}

.orders__list.lk_center_style select.slyle_input, .orders__list.lk_center_style input.slyle_input
{
    max-width: 400px;
    width: 400px;
}

.orders__list.lk_center_style .label_title, .orders__list.lk_center_style .form__label-checkbox{
    font-size: 1.2rem;
}

@media screen and (max-width: 600px) {
    .orders__list.lk_center_style select.slyle_input, .orders__list.lk_center_style input.slyle_input
    {
        max-width: 250px;
       width: 250px;
    }
}


@media screen and (max-width: 400px) {
    .slyle_input.big
    {
        width: unset;
    }
    select.big
    {
        max-width: 160px;
    }
}

.cke_notification_warning---{
    display: none;
}




.services-section {
    padding: 80px 0
}
.services-section .section-title {
    margin-bottom: 20px;
    color: #4C5475;
}
.services-section__item {
    padding: 20px;
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.1);
    box-shadow: 0 5px 30px rgba(0,0,0,.1);
    margin-bottom: 27px;
    -webkit-transition: -webkit-box-shadow .15s ease;
    transition: -webkit-box-shadow .15s ease;
    -o-transition: box-shadow .15s ease;
    transition: box-shadow .15s ease;
    transition: box-shadow .15s ease,-webkit-box-shadow .15s ease;
    display: block;
    text-decoration: none;
    color: #464949!important;
    border-radius: 10px;
}
.services-section__item h3 {
    color: #4C5475;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px
}
.services-section__item p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px
}
.services-section__item div {
    margin-bottom: 20px;
    min-height: 150px
}