:root {
--error_color: #FF2D2D;
--info_text: #919191;
--black_text: #111111;
--success_color: #6ac41f;
}
body #cdek_client_status_point{
  background-color: var(--bg_3);
    border: 1px solid var(--color_4);
    text-align: center;
    padding: 20px;
    font-size: 15px;  
}
body .jGrowl{
     font-family: inherit;   
}
body .jGrowl p{
        margin: 0;
}
body .jGrowl-closer{
    display: block;
    background: white;
    color: var(--info_text);
    font-weight: 400;
    font-size: 13px;
    padding: 5px 0;
    height: auto;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, .05), 0px 6px 14px rgba(0, 0, 0, .05);
    opacity: 1;
    border-radius: 0;
}
body .jGrowl-notification .jGrowl-close{
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px 10px;
}
body .jGrowl .jGrowl-notification.alert{
display: block;
    background-color: white !important;
    opacity: 1;
    border: 1px solid white;
    border-top: 2px solid white; 
    border-radius: 0;
    color: var(--black_text);
    font-weight: 400;
    padding: 20px 20px 20px 50px;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, .2), 0px 6px 34px rgba(0, 0, 0, .05);
    font-size: 13px;
}
/*
body .jGrowl .jGrowl-notification.af-message-error:before{
    content: "";
    width: .8rem;
    height: .8rem;
    position: absolute;
    background: var(--error_color);
    border-radius: 20px;
    left: 0;
    top: 0;
    margin: 10px;
}
body .jGrowl .jGrowl-notification.af-message-error{
     border-top: 2px solid var(--error_color);
}
*/
body .jGrowl .jGrowl-notification[class*="-message-success"]:before,
body .jGrowl .jGrowl-notification[class*="-message-error"]:before{
    content: "";
    width: .8rem;
    height: .8rem;
    position: absolute;
    background: var(--error_color);
    border-radius: 20px;
    left: 0;
    top: 0;
    margin: 10px;    
}
body .jGrowl .jGrowl-notification[class*="-message-success"]:before{
    background: var(--success_color);
}
body .jGrowl .jGrowl-notification[class*="-message-error"]{
    border-top: 2px solid var(--error_color); 
}
body .jGrowl .jGrowl-notification[class*="-message-success"]{
    border-top: 2px solid var(--success_color); 
}
.section_order_serf .irs--round .irs-single {
background-color: #1c1c1c;
border-radius: 0;
}
.section_order_serf .irs--round .irs-single:before{
border-top-color: #1c1c1c;
}
.section_order_serf .irs--round .irs-handle {
border: 2px solid var(--color_1);
cursor: pointer;
background-size: 16px;
background-position: center;
background-repeat: no-repeat;
top: 28px;
width: 20px;
height: 20px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
}
.section_order_serf .irs {
    font-family: inherit;
}
.section_order_serf .irs--round .irs-bar{
background-color: #1c1c1c;
}
.section_order_serf .irs-from{
display: none;
}
.section_order_serf .irs-hidden-input{
display: none !important;
}
.section_order_serf .irs--round .irs-min, .irs--round .irs-max {
padding: 0;
background-color: transparent;
border-radius: 0;
}
.section_order_serf .irs--round .irs-min, .section_order_serf .irs--round .irs-max {
color: var(--color_2);
top: 100%;
}
.section_order_serf .irs .irs{
height:100%
}

.section_filter #mse2_sort li{
    position: relative;
}
.section_filter a.sort{
    cursor: pointer;
}
.section_filter a.sort.active{
    border-bottom: 1px solid;
    color: var(--color_2);
        cursor: pointer;
}
.section_filter a.sort.active[data-dir="asc"]:before,
.section_filter a.sort.active[data-dir="desc"]:before{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 0;

    margin: auto;
    background-image: url(../img/arrow_next.svg);
    background-repeat: no-repeat;
    background-position: center;
        background-size: 15px;
}
.section_filter a.sort.active[data-dir="asc"]:before{
    transform: rotate(-90deg);
}
.section_filter a.sort.active[data-dir="desc"]:before{
    transform: rotate(90deg);
}

.section_filter .mse2_selected_link{
    min-width: 23px;
    background-color: var(--bg_2);
    color: var(--color_2);
    font-weight: 400;
    line-height: 23px;
    height: 23px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    position: relative;
    font-size: 12px;
    padding: 0 9px;
    margin: 0 0 10px;
}
.section_filter .mse2_selected_link sup{
    display:none;
}
.section_filter .mse2_selected_link em{
    font-style: normal;
}

.msb2-form__button_cancel,
.mspc2-form__button_cancel{
     display:none!important;
}
.is-active .msb2-form__button_cancel,
.is-active .mspc2-form__button_cancel{
    display:block!important;
}

.table_custom table{
        --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    border: 0;
    text-align: center;
        white-space: normal!important;
}
.table_custom table>:not(caption)>*>* {
    padding: 1rem 0.5rem;
}
.table_custom table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    width: auto!important;
    height: auto!important;    
}
.table_custom tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}
.table_custom table{
    width: 100% !important;
    height: 100% !important;
    text-align: right;
    font-size: 13px;
    border: 1px solid #dee2e6;
}
.table_custom table>:not(caption)>*>*{
   border: 1px solid #dee2e6; 
}
.table_custom table thead{
    background-color: var(--bg_3);
    font-size: 13px;
}
.table_custom table thead th{
    font-weight: 200;
    font-size: 14px;
    padding: 1rem 10px;
}
.table_custom table p{
    margin: 0;
}
.table_custom table tbody tr td:first-child,
.table_custom table thead th:first-child{
    text-align: left; 
}
.table_custom table thead th:after{
   /*  content: "";
   position: absolute;
   left: 0;
   top:0;
   margin: auto;
   bottom: 0;
   width: 1px;
   background: var(--bg_1);
   height: 50%; */
}
/* .table_custom table thead th:first-child:after{
    display:none;
} */
.table_custom table thead th,
.table_custom table td{
    position: relative;
}
.table_custom table thead th:before,
.table_custom table td:before{
   /*  content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 80%;
   background: var(--bg_1);
   height: 1px; */
}
.table_custom table tr{
   height: auto!important; 
}







.video_box{
position: relative;
}
.video_box video {
max-width: 100%;
display: block;
position: relative;
z-index: 0;
height: auto;
}
.section_slider .video_box video{
    object-fit: cover !important;
    width: 100%;
}

.video_box.video_box_mobile{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
margin: auto;
}
.video_box_mobile video{
max-height: 100%;
object-fit: cover;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
min-width: 100%;
min-height: 100%;
}

@media (min-width: 575px){
.section_slider .video_box{
  max-height: 100vh;
}  
}
@media (max-width: 575px){
    .section_slider .video_box video{
  
    aspect-ratio: 3 / 5 !important;
    }
}