@font-face
{
    font-family: 'PTRoubleSans';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/PTRoubleSans.woff') format('woff'),
    url('../fonts/PTRoubleSans.ttf') format('truetype');
}

.rub
{
    font-family: 'PTRoubleSans';
    font-weight: normal !important;
    font-style: normal;
    line-height: 13px;
}

.form .line_flex
{
    justify-content: space-between;
}

.form .line_form
{
    margin-bottom: 20px;
}

.form .line_flex .line_form
{
    width: calc(50% - 10px);
}

.form .label.mb
{
    margin-bottom: 6px;
}

.form .label b
{
    font-weight: 600;
}

.form .label_select
{
    margin: 26px 0 13px;
}

.form .label.center
{
    margin-bottom: 13px;

    text-align: center;
}

.form .field.flex
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.form .field.flex .input
{
    width: calc(50% - 10px);
}

.form .field .sep
{
    color: #929292;
}

.form .input
{
    color: #000;
    font: 13px 'Open Sans';

    display: block;

    width: 100%;
    height: 34px;
    padding: 0 8px;

    transition: .2s linear;

    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background: #fff;
}

.form textarea
{
    color: #000;
    font: 13px/18px 'Open Sans';

    display: block;

    width: 100%;
    height: 100px;
    padding: 8px 13px;

    resize: none;
    transition: .2s linear;
    letter-spacing: 0;

    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background: #fff;
}

.form .success,
.form .success + .nice-select .current
{
    border-color: green;
}

.form .error,
.form .error + .nice-select .current
{
    border-color: red;
}


.form .input:disabled,
.form textarea:disabled,
.form input[type=file]:disabled + label,
.checkbox .label_check input[type=checkbox]:disabled + .check_text
{
    color: #333;

    cursor: default;
    pointer-events: none;
}


.form .error_text
{
    color: red;
    font-size: 12px;
    line-height: normal;

    margin-top: 6px;
}

.error_box
{
    width: 100%;
    margin-bottom: 5px;
    padding: 13px;

    background: #ffefc5;
}

.error_box .title
{
    font-weight: 600;
}

.error_box .desc
{
    margin-top: 2px;
}


.form .submit
{
    margin-top: 13px;

    text-align: center;
}

.form .submit_btn
{
    color: #fff;
    font: 13px/34px 'Open Sans';

    display: inline-block;

    height: 34px;
    padding: 0 13px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    letter-spacing: 0;

    border: none;
    background: #2C343F;
    border-radius: 2px;
}

.form .submit_btn:hover,
.form .submit_btn:active
{
    background: #616973;
}

.form .submit_btn:disabled{
    opacity: .3;
}

.form .cancel{
    margin-top: 13px;

    text-align: center;
}

.form .cancel_btn
{
    color: #646464;
    font: 13px/34px 'Open Sans';

    display: inline-block;

    height: 34px;
    padding: 0 12px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;
    letter-spacing: 0;

    background: #F9F9F9;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
}

.form .cancel_btn:hover,
.form .cancel_btn:active
{
    background: #E1E1E1;
}

.form .cancel_btn:disabled{
    opacity: .3;
}

.form .buttons .cancel{
    margin-left: auto;
    margin-right: 5px;
}

.form .reset_btn
{
    color: #646464;
    font: 13px 'Open Sans';

    display: inline-block;

    height: 34px;
    padding: 0 12px;

    cursor: pointer;
    transition: border .2s linear;
    vertical-align: top;

    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background: #f9f9f9;
}

.form .reset_btn:hover
{
    border-color: #b1b1b1;
    background: linear-gradient(180deg, #e4e4e4 0%, #f9f9f9 100%);
}

.form .save_btn
{
    color: #646464;
    font: 13px 'Open Sans';

    display: inline-block;

    height: 34px;
    padding: 0 12px;

    cursor: pointer;
    transition: border .2s linear;
    vertical-align: top;

    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background: #f9f9f9;
}

.form .save_btn:hover
{
    border-color: #b1b1b1;
    background: linear-gradient(180deg, #e4e4e4 0%, #f9f9f9 100%);
}

.form .apply_btn
{
    color: #fff;
    font: 13px 'Open Sans';

    display: inline-block;

    height: 34px;
    padding: 0 12px;

    cursor: pointer;
    transition: border .2s linear;
    vertical-align: top;

    border: none;
    border-radius: 2px;
    background: #03901d;
}

.form .apply_btn:hover
{
    background: #026515;
}



.form .agree
{
    color: #585c69;
    font-family: 'PTMono';
    font-size: 12px;
    line-height: 19px;

    margin-top: 20px;

    letter-spacing: 0;
}

.form .agree a
{
    color: #546ec3;

    transition: .2s linear;
    text-decoration: none;
}

.form .agree a:hover
{
    color: #181e27;
}


.add_file + .add_file
{
    margin-top: 20px;
}

.add_file input[type=file]
{
    display: none;
}

.add_file .label_check
{
    display: block;

    cursor: pointer;
}

.add_file .label_check .check_text
{
    display: block;
}

.add_file .label_check .check_text .path
{
    color: #585c69;
    font-size: 14px;
    line-height: 48px;

    display: block;
    overflow: hidden;

    height: 50px;
    padding: 0 15px;

    transition: .2s linear;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    border: 1px dashed #c8c8c8;
    border-radius: 2px;
}

.add_file .label_check .check_text .path:hover,
.add_file .label_check .check_text .path.active
{
    color: #181e27;

    border-color: #181e27;
}

.add_fileBtn
{
    color: #546ec3;
    font: 12px 'Circe';

    display: inline-block;

    margin-top: 10px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;

    border: none;
    background: none;
}

.add_fileBtn:hover
{
    color: #181e27;
}


.checkbox + .checkbox
{
    margin-top: 12px;
}

.modal_dataImport .checkbox + .checkbox
{
    margin-top: 24px;
}

.checkbox input[type=checkbox]
{
    display: none;
}

.checkbox .label_check
{
    display: table-cell;

    height: 20px;

    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    /*padding: 0;*/
}

.compare .checkbox .label_check .check_text
{
    line-height: 20px;

    position: relative;

    display: block;

    padding-left: 27px;

    transition: .2s linear;
}

.compare .checkbox.no_text .label_check .check_text
{
    width: 20px;
    height: 20px;
    padding: 0;
}

.compare .checkbox .label_check .check_text:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    transition: .2s linear;

    border: 1px solid #e5e5e5;
    background: #fff;
}

.compare .check_white .label_check input[type=checkbox]:checked + .check_text:before
{
    border-color: #999;
    background: #999;
}

.compare .checkbox .label_check .check_text:after
{
    position: absolute;
    top: 4px;
    left: 8px;

    width: 5px;
    height: 10px;

    content: '';
    /*
    transform: rotate(45deg);

    opacity: 0;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
*/
}

.compare .checkbox label, .radio label {
    padding-left: 0px !important;
}

.compare .checkbox .label_check input[type=checkbox]:checked + .check_text:after
{
    opacity: 1;
}

.compare .checkbox .label_check .check_text .rect
{
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';

    opacity: 0;
}

.compare .checkbox .label_check input[type=checkbox]:checked + .check_text .rect
{
    opacity: 1;
}

.compare .check_white .label_check .check_text:after
{
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    transform: rotate(0);

    border: none;
    background: url(../img/ic_check.svg) 50% no-repeat;
}


.list_visibility
{
    overflow-x: auto;

    width: calc(100% + 14px);
    margin: 13px 0 0 -1px;

    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
}

.list_visibility:after
{
    display: block;

    width: 13px;
    height: 1px;

    content: '';

    flex-shrink: 0;
}

.list_visibility .ui-state-highlight
{
    width: 50px;

    flex-shrink: 0;
}

.check_visibility
{
    margin-left: 1px;
}

.check_visibility input[type=checkbox]
{
    display: none;
}

.check_visibility .label_check
{
    display: flex;

    min-height: 48px;
    padding: 5px 13px;

    cursor: pointer;
    white-space: nowrap;

    background: #fff;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.check_visibility .label_check .check_text
{
    color: rgba(146, 146, 146, .3);
}

.check_visibility .label_check input[type=checkbox]:checked + .check_text
{
    color: #929292;
}


.radio_adit input[type=radio]
{
    display: none;
}

.radio_adit .label_check
{
    display: block;

    width: 34px;
    height: 34px;

    cursor: pointer;
}

.state .radio_adit .label_check
{
    width: auto;
    height: 32px;
}

.radio_adit .label_check .check_text
{
    color: #fff;
    line-height: normal;

    display: flex;

    height: 100%;

    background: rgba(44, 52, 63, .3);

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.state .radio_adit .label_check .check_text
{
    color: #646464;

    padding: 0 13px;

    background: transparent;
}

.radio_adit .label_check input[type=radio]:checked + .check_text
{
    color: #fff;

    background: #2c343f;
}

.state .radio_aditBox
{
    margin-right: 13px;

    border: 1px solid #d8d8d8;
    border-radius: 2px;
}

.state .radio_aditBox .radio_adit
{
    order: 1;
}

.state .radio_aditBox .radio_adit.checked
{
    order: 0;
}

.radio_aditBox .radio_adit:first-child .label_check .check_text
{
    border-radius: 2px 0 0 2px;
}

.radio_aditBox .radio_adit:last-child .label_check .check_text
{
    border-radius: 0 2px 2px 0;
}


.radio_textFlex
{
    margin-bottom: 13px;

    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
}

.radio_textFlex .radio_text
{
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 2px;
}

.radio_text input[type=radio]
{
    display: none;
}

.radio_text .label_check
{
    display: flex;

    min-height: 100%;

    cursor: pointer;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.radio_text .label_check .check_text
{
    display: flex;

    min-height: 34px;
    padding: 5px 13px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.radio_text .label_check input[type=radio]:checked + .check_text
{
    font-weight: 600;

    background: #ececec;
}

.radio_textFlex .radio_text:first-child
{
    border-left: 1px solid #d8d8d8;
    border-radius: 2px 0 0 2px;
}

.radio_textFlex .radio_text:last-child
{
    border-right: 1px solid #d8d8d8;
    border-radius: 0 2px 2px 0;
}


.select_wrap
{
    position: relative;
}

.sorting .select_wrap
{
    width: 72px;
}

.select_wrap select
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: 0;
}

.select_wrap .nice-select
{
    position: relative;

    display: block;
}

.select_wrap .nice-select.disabled
{
    pointer-events: none;

    opacity: .3;
}

.select_wrap .nice-select.open
{
    z-index: 11;
}

.select_wrap .nice-select .current
{
    color: #646464;
    font-size: 13px;
    line-height: 32px;

    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    height: 34px;
    padding: 0 35px 0 12px;

    cursor: pointer;
    transition: .2s linear;
    white-space: nowrap;
    text-overflow: ellipsis;

    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background: #fff;
}

.select_wrap .nice-select .current:after
{
    position: absolute;
    top: 50%;
    right: 12px;

    width: 0;
    height: 0;
    margin-top: -2.5px;

    content: '';

    border: 5px solid transparent;
    border-top: 5px solid #2c343f;
}

.select_wrap.grey .nice-select .current
{
    border-color: #d8d8d8;
    background: #f9f9f9;
}

.select_wrap .nice-select .list
{
    position: absolute;
    z-index: 9;
    top: calc(100% + 2px);
    left: 0;

    visibility: hidden;
    overflow: hidden;

    min-width: 100%;
    padding: 7px 0;

    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
}

.select_wrap.top_list .nice-select .list
{
    top: auto;
    bottom: calc(100% + 2px);
}

.select_wrap .nice-select.open .list
{
    visibility: visible;

    pointer-events: all;

    opacity: 1;
}

.select_wrap .nice-select .list .scrollbar
{
    overflow-y: auto;

    max-height: 270px;
}

.select_wrap .nice-select .list .list_item
{
    color: #646464;
    font-size: 13px;
    line-height: 18px;

    position: relative;

    display: block;
    display: flex;

    min-height: 32px;
    padding: 3px 12px;

    cursor: pointer;
    transition: .2s linear;
    white-space: nowrap;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.select_wrap .nice-select .list .list_item:empty
{
    display: none;
}

.select_wrap .nice-select .list .list_item:hover,
.select_wrap .nice-select .list .list_item.selected
{
    background: #f9f9f9;
}

.select_text select
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: 0;
}

.select_text .nice-select
{
    line-height: 34px;

    position: relative;

    display: block;

    height: 34px;
}

.select_text .nice-select.disabled
{
    pointer-events: none;

    opacity: .3;
}

.select_text .nice-select.open
{
    z-index: 11;
}

.select_text .nice-select .current
{
    color: #646464;
    font-size: 13px;
    line-height: normal;

    position: relative;
    z-index: 10;

    display: inline-block;
    overflow: hidden;

    max-width: 100%;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;

    border-bottom: 1px dashed #646464;
}

.select_text .nice-select:hover .current
{
    border-bottom-color: transparent;
}

.select_text .nice-select .list
{
    position: absolute;
    z-index: 9;
    top: calc(100% + 2px);
    left: 0;

    visibility: hidden;
    overflow: hidden;

    min-width: 100%;
    padding: 7px 0;

    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
}

.select_text.top_list .nice-select .list
{
    top: auto;
    bottom: calc(100% + 2px);
}

.select_text .nice-select.open .list
{
    visibility: visible;

    pointer-events: all;

    opacity: 1;
}

.select_text .nice-select .list .scrollbar
{
    overflow-y: auto;

    max-height: 270px;
}

.select_text .nice-select .list .list_item
{
    color: #646464;
    font-size: 13px;
    line-height: 18px;

    position: relative;

    display: block;
    display: flex;

    min-height: 32px;
    padding: 3px 12px;

    cursor: pointer;
    transition: .2s linear;
    white-space: nowrap;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.select_text .nice-select .list .list_item:empty
{
    display: none;
}

.select_text .nice-select .list .list_item:hover,
.select_text .nice-select .list .list_item.selected
{
    background: #f9f9f9;
}


.tabs
{
    display: flex;

    background: #f9f9f9;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.tabs button
{
    color: #929292;
    font: 13px/18px 'Open Sans';

    display: flex;

    min-height: 48px;
    padding: 5px 15px;

    cursor: pointer;
    transition: .2s linear;

    border: none;
    background: transparent;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.tabs button:hover,
.tabs button:active,
.tabs button.active
{
    color: #646464;

    background: #fff;
}

.tabs button.active
{
    font-weight: 600;
}

.tab_content
{
    display: none;
}

.tab_content.active
{
    display: block;
}


.modal_cont
{
    position: relative;
}

.mini_modal
{
    position: absolute;
    z-index: 100;
    top: calc(100% + 2px);
    left: 0;
    /* visibility: hidden;
    pointer-events: none;
    opacity: 0; */

    display: none;
}

.mini_modal.active,
.mini_modal.view
{
    /* visibility: visible;
    pointer-events: all;
    opacity: 1; */
    display: block;
}

.mini_modal .close
{
    position: absolute;
    top: 0;
    right: 66px;

    display: flex;

    width: 17px;
    height: 17px;

    cursor: pointer;

    border: none;
    background: transparent;

    justify-content: center;
    align-items: center;
}

.mini_modal .close span
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 20px;
    height: 1px;
    margin: -2px 0 0 -10px;

    background: #666;
}

.mini_modal .close:hover span
{
    background: #000;
}

.mini_modal .close span:nth-child(1)
{
    transform: rotate(45deg);
}

.mini_modal .close span:nth-child(2)
{
    transform: rotate(-45deg);
}

.overlay_mini
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    pointer-events: none;

    opacity: 0;
    background: rgba(0, 0, 0, .3);
}

.overlay_mini.index
{
    z-index: 99;
}

.overlay_mini.active
{
    visibility: visible;

    pointer-events: all;

    opacity: 1;
}