/* Шрифты */
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url('/css/fonts/Montserrat-Medium.woff2') format("woff2"),
    url("/css/fonts/Montserrat-Medium.woff") format("woff"),
    url("/css/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("/css/fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("/css/fonts/Montserrat-SemiBold.woff") format("woff"),
    url("/css/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("/css/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("/css/fonts/Montserrat-Bold.woff") format("woff"),
    url("/css/fonts/Montserrat-Bold.ttf") format("truetype");
}


/* Компоненты */
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    word-break: break-word;
    color: #192B53;
}

ol > li{
    margin-bottom: 20px;
}

.page ul > li{
    margin-bottom: 20px;
}

h1{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.2;
}

h2{
    padding: 0;
    margin: 0 0 20px;
}

.green{
    color: green;
}
.bold{
    font-weight: bold;
}

.container-fluid{
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container{
    max-width: 1534px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}


.container330{
    max-width: 330px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}
.container350{
    max-width: 350px;
    margin: 0 auto;
}
.container600{
    max-width: 600px;
    margin: 0 auto;
    /*padding-left: 25px;*/
    /*padding-right: 25px;*/
}

.container740{
    max-width: 740px;


}

.container480{
    max-width: 480px;
}


.container420{
    max-width: 420px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}


.container800{
    max-width: 900px;
    margin: 0 auto;

}

input,button,textarea,select{
    outline: none;
    font-family: 'Montserrat', sans-serif;
}


.for-desktop{
    display: block;
}
.for-mobile{
    display: none;
}
.display-none{
    display: none;
}

.display-flex{
    display: flex;
}

.right{
    text-align: right;
}

.alert{
    background-color: green;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
}


.center{
    text-align: center;
}
strong{
    font-weight: 600;
}

.required label:after{
    content: "*";
    color: red;
    font-size: 18px;
    position: relative;
    top: 5px;
    left: 4px;
}


.icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.red{
    color: #DE3327 !important;
}

*{
    -webkit-tap-highlight-color: transparent;
}

table {
    width: 100% !important;
    /*margin-bottom: 20px;*/
    /*border: 1px solid #006EB7;*/
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.2;
    overflow: auto;


}
table th {
    font-weight: bold;
    padding: 15px;

    border-bottom: 1px solid #C7C7C7;
    text-align: left;
    background-color: #fff;
}
table td {

    padding: 15px;
}
table tr:nth-child(even){
    background-color: #FDE4E5;
}
table td{

}

table tr{
    transition: 0.15s;
}
table tr:hover{
    /*background-color: #ffd1d5;*/
}


.small-table{
    font-size: 13px;
}

.small-table1{
    font-size: 12px;
}

table.small-table1 th, table.small-table1 td{
    padding: 5px;
}


.pagination{
    padding: 0;
    margin: 0;
    margin-top: 40px;
    text-align: center;
}
.pagination li{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.pagination a{
    /*color: #000;*/
    text-decoration: none;

    color: #7D0D1E;
    font-size: 18px;
    font-weight: 600;
    padding: 1px 6px;
    border-bottom: none !important;

}
.disabled{
    color: #ccc;
}

.pagination .active a{
    background-color: #EF3139;
    color: #fff;

}

.act-link{
    border-bottom: none !important;
}

/* АДМИНКА */
#adminka{
    background-color: #2c3e50;
    color: #fff;
    padding: 8px 20px;
    /*border-radius: 0 0 10px 10px;*/
}

#adminka ul{
    margin: 0;
    padding: 0;
}
#adminka li{
    display: inline-block;
    margin-right: 10px;
}

#adminka a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

#adminka a.active-admin{
    text-decoration: underline;
}


.admin-page .container480{
    margin-left: auto;
    margin-right: auto;
}



.required label:after{
    content: "*";
    color: red;
    font-size: 18px;
    position: relative;
    top: 5px;
    left: 4px;
}


/* Модальное окно */
.modal-wrapper{
    overflow: auto;

    z-index: 2000;

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.6);
    display: grid;
    align-items: center;
    justify-content: center;

    opacity: 0;
}
.modal{
    background-color: #fff;
    max-width: 500px;
    max-height: 80%;
    overflow: auto;
    position: relative;

    padding: 30px;
}
.modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* СЛАЙДЕР */
.slider{
    overflow: hidden;
    position: relative;
}




/* Форма */
.form-control{
    border: 2px solid #FCD4D5;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 17px;
    box-sizing: border-box;
    transition: 0.2s;

}
.form-control::placeholder{
    color: #C8CCD6;
    font-weight: 600;
}
.form-control:hover, .form-control:active, .form-control:focus{
    border: 2px solid #EF3139;
}
.control-label{
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.has-error .form-control{
    background-color: #FDE0E2;
}
/*.has-success .form-control{
    border: 2px solid #07ba55;
}*/

.form-group{
    margin-bottom: 25px;
}

.field-packet-vals{
    margin-bottom: 10px;
}

.admin-page .btn{
    font-size: 18px;
}






/*#packet-import*/

.field-packet-import{
    position: relative;
    padding: 4px 15px;
    text-align: center;
    display: table;
    overflow: hidden;

    cursor: pointer !important;

    border: 2px dashed #ccc;
    border-radius: 10px;
    transition: 0.1s;

    margin-bottom: 0;
}
.field-packet-import:hover{
    border: 2px solid #999;
    cursor: pointer;
}
.field-packet-import .control-label{
    margin-bottom: 0;
    font-size: 15px;
}

.field-packet-import #packet-import{
    cursor: pointer;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
}


.imp-wrap{
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 20px;

}

.imp-load{
    /*background-color: #ccc;*/
    margin-right: 10px;
}
.imp-load img{
    display: block;
}


/* ЗАГРУЗКА ИЗОБРАЖЕНИЙ */
.file-input{
    margin-top: 30px;
    margin-bottom: 40px;
}
.file-input .field-content-image{
    position: relative;
    padding: 40px;
    text-align: center;

    border: 2px dashed #ccc;
    border-radius: 10px;
    transition: 0.1s;
}
.file-input .field-content-image:hover{
    border: 2px solid #999;
}
.file-input .control-label{
    margin-bottom: 0;
}

.file-input #content-image{
    cursor: pointer;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
}
.added-image{
    width: 120px;
    /*height: 120px;*/
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
    cursor: move;

    position: relative;
}
.shost{
    opacity: 0.5;
}
.selected{
    background-color: green;
}

.loading{
    background-color: #f2f2f2;
    width: 120px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
    background-image: url("/images/load.svg");
    background-repeat: no-repeat;


}


.context-menu{
    opacity: 0;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;

    border-radius: 4px;
    transition: 0.2s;
}
.context-menu a{
    display: block;
    padding: 4px;
}
.context-menu img{
    display: block;
}


.added-image:hover .context-menu{
    opacity: 1;
}



.btn {
    background-color: #EF3139;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px;
    border-radius: 46px;
    transition: 0.2s;
    display: block;
    border: none;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;

    max-width: 350px;
    width: 100%;
}

.page a.btn{
    color: #fff;
    border-bottom: none;
}
.page a.btn:hover{
    color: #fff;
    border-bottom: none;
}



.btn:hover{
    background-color: #c90812;
}


.btn-center{
    margin-left: auto;
    margin-right: auto;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    grid-column-gap: 30px;
    grid-row-gap: 30px;
}


.site-login{
    margin-top: 100px;
    margin-bottom: 60px;
}
.help-block{
    color: red;
    font-size: 14px;
}



/* HEADER */
.header-inner{
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 30px;
}


.header-block1{
    display: flex;
}
.logo{
    margin-right: 30px;
}

.navi{
    margin-bottom: 22px;
}
.navi ul{
    margin: 0;
    padding: 0;
}
.navi li{
    display: inline-block;
    margin-right: 18px;
}

.navi a{
    color: #192B53;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}
.navi a:hover{
    color: #EF3139;
}

a.active-a{
    color: #EF3139;
}




.user-block{
    
}
.user-block a{
    color: #EF3139;
    background-color: #FDE0E2;
    border-radius: 46px;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;

    display: block;
    max-width: 350px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.2s;
}

.user-block a:hover{
    background-color: #EF3139;
    color: #fff;
    
}


.flag{
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;


}
.flag img{
    display: block;

}
.flag a{
    display: block;
    border: 6px solid #fff;
    border-radius: 4px;
    transition: 0.2s;
}

a.active-flag{
    border: 6px solid #FABDC0;
    background-color: #FABDC0;
}
.flag a:hover{
    border: 6px solid #FABDC0;
    background-color: #FABDC0;
}




.back{
    margin-bottom: 20px;
}
.back a{
    color: #000;
    text-decoration: none;
    transition: 0.2s;
    border-bottom: none !important;
}
.back a:hover{
    color: #EF3139;
}
.back a img{
    fill: #000;
    margin-left: 7px;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.1s;
    width: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.back a:hover img{
    left: -4px;
}



.index-banner{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.ib1{
    flex: 1;
    margin-right: 50px;
}

.ib1 h1{
    color: #192B53;
    font-size: 85px;
    font-weight: 600;
    margin-bottom: 100px;
    margin-top: 0;
    padding-top: 0;
}
.it-title{
    color: #192B53;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

.it-input{

}


.ib2{
    flex: 1;
}
.ib2 img{
    width: 100%;
    max-width: 670px;
}

.it-input form{
    display: flex;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    background-color: #FDE4E5;
    max-width: 610px;
}

.it-input .form-group{
    margin-bottom: 0;
    width: 100%;
    /*background-color: #FDE0E2;*/
    border-radius: 50px;
    overflow: hidden;
}


.it-input .form-control{
    width: 100%;
    display: block;
    border: none;

    border-radius: 50px;
    background-color: transparent;

    padding: 24px 50px;
    font-size: 20px;
    box-sizing: border-box;


}
.it-input .form-control::placeholder{
    color: #000;
}
.send{
    border: none;
    background-color: #EF3139;
    width: 76px;
    border-radius: 50px;
    cursor: pointer;
}


.tracks-page{
    margin-top: 50px;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.page{
    margin-bottom: 50px;
}

.page-title{
    font-size: 60px;
    margin-top: 40px;
    margin-bottom: 50px;
}


.page a{
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    transition: 0.2s;
}
.page a:hover{
    color: #EF3139;
    border-bottom: 1px solid #EF3139;
}

.sklad-img{
    margin-bottom: 10px;
    width: 100%;
}


.link{
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    transition: 0.2s;
}
.link:hover{
    color: #EF3139;
    border-bottom: 1px solid #EF3139;
}



.track-page .page-title{
    text-align: center;
}
.track-page-input form{
    margin-left: auto;
    margin-right: auto;
}

.wa-link{
    display: inline-block;
    vertical-align: middle;
    border-bottom: none !important;
    margin-left: 5px;
    position: relative;
    top: 2px;
}



#footer-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy{
    color: #B3B9C6;
    font-size: 15px;
    padding: 30px 0;
}
.copy-link{
    font-weight: 600;
    color: #B3B9C6;
    text-decoration: none;
    transition: 0.2s;
}
.copy-link:hover{
    color: #EF3139;
}





.content-flex{
    display: flex;

}


.sticky-wrap{
    flex: 0 0 270px;
    position: relative;
    margin-bottom: 30px;
    margin-right: 40px;


}

.user-menu{
    padding: 0;
    margin: 0;
}
.user-menu li{
    list-style: none;
    margin-bottom: 5px !important;
}
.user-menu a{
    border-bottom: none;
    display: flex;
    align-items: center;
    padding: 12px 10px;
    font-weight: 600;
    border-radius: 45px;
}
.user-menu a:hover{
    border-bottom: none;
    padding: 12px 20px;
    background-color: #FDE0E2;

    color: #000;
}

.user-menu a.active-ua{
    padding: 12px 20px;
    background-color: #FDE0E2;
}

.u-img{
    width: 25px;
    text-align: center;
    margin-right: 10px;
}
.u-img img{
    display: block;
}


.user-title{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

.no-pack{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
}

.content{
    width: 100%;
}

.user-btn{
     margin-left: auto;
     margin-right: auto;
    font-size: 16px;
 }

.user-inline-btn{
    display: inline-block;
    margin-left: 20px;
    max-width: inherit;
    width: auto;
    font-size: 14px;
    padding: 10px 25px;
    vertical-align: middle;
}



.pack{
    display: flex;
    background-color: #FDE4E5;
    border-radius: 17px;
    padding: 18px 30px;
    margin-bottom: 20px;
    border: 2px solid #FDE4E5;
    transition: 0.2s;
    cursor: pointer;
}

.pack:hover{
    border: 2px solid #EF3139;
}

.pack-status{
    margin-right: 20px;
}


.no-track{
    color: #ccc;
    text-transform: uppercase;
    font-size: 15px;
}


.pack-truck{
    margin-bottom: 10px;
}
.pack-stat{
    text-transform: uppercase;
    font-size: 17px;
    color: #EF3139;
    font-weight: bold;
}

.h1-link{
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 15px;
}

.divider{
    border-top: 1px solid #C7C7C7;
    margin-top: 30px;
    margin-bottom: 30px;
}


.user1-val{
    display: flex;

}
.user1-val .uv-label{
    width: 200px;
}


.uv-label{
    font-size: 18px;
    margin-bottom: 10px;
}
.uv-value{
    font-size: 18px;
    font-weight: 600;
    color: #EF3139;
}

.user-address{
    grid-column-start: 2;
    grid-column-end: 4;
}

.nodata{
    color: #ccc;
}
.comm-val{
    margin-top: 40px;
}


.track-panel{
    margin-top: 50px;
}


.track{

    display: flex;
    padding-bottom: 25px;

}
.track-dot{
    margin-right: 30px;
    position: relative;

    z-index: 10;
}
.track-dot:before{
    content: "";
    background-color: #FBCCCF;
    width: 2px;
    height: 130%;

    position: absolute;
    top: 18px;
    left: 5px;
    z-index: 5;
}


.track:last-child .track-dot{
    opacity: 1;
}
.track:last-child .track-dot:before{
    background-color: transparent;
    height: 10%;
}

.track-title{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px;
}
.track-date{
    color: #929292;
    font-size: 15px;
}
.track:last-child .track-title{
    color: #EF3139;
    font-weight: bold;
}

.help{
    color: #999;
    font-size: 15px;
    margin-top: 10px;
}


.table-track .track-dot{
    margin-right: 10px;
}

.table-track .track{
    padding-bottom: 10px;
}
.table-track .track-title{
    font-size: 15px;
}
.table-track .track-date{
    font-size: 12px;
}
.table-track .track-dot:before{
    top: 15px;
    height: 130%;
}

.page a.btn-small{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    text-transform: inherit;
    max-width: inherit;
    padding: 5px 15px;
}

.packages-table td{
    vertical-align: top;
}



.filter-grid{
    grid-row-gap: 20px;
    margin-bottom: 30px;
}
.filter-grid .control-label{
    font-size: 16px;
    font-weight: 500;
}
.filter-grid .form-control{
    font-size: 16px;
    padding: 10px 15px;
    border-width: 1px;
}

.filter-grid .form-group{
    margin-bottom: 0;
}

.filter-btn{
    height: 43px;
    max-width: inherit;
    margin-top: 34px;
    font-size: 16px !important;
    font-weight: 500;
    padding: 10px;
}



.uid-panel{
    border: 2px solid #FDE0E2;
    padding: 0 20px;
    font-size: 15px;
    margin-bottom: 20px;
}


.f-1-1{
    grid-column-gap: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
}

#filter-date1{
    border-radius: 10px 0 0 10px;
}
#filter-date2{
    border-radius: 0  10px 10px 0;
}

#filter-w1{
    border-radius: 10px 0 0 10px;
}
#filter-w2{
    border-radius: 0  10px 10px 0;
}

a.green1{
    color: orange !important;
    font-weight: bold;
    border-bottom: 1px solid orange !important;
}

.els{
    font-size: 14px;
}
#lineCount{
    font-weight: bold;
}

.us-phone{
    margin-top: 10px;
}



.video-wrap{
    background-color: #f0eff2;
    padding: 20px;
}
.video{
    background-color: #f0eff2;
    max-width: 800px;

    aspect-ratio: 16/9;

    margin-left: auto;
    margin-right: auto;
}

.video iframe{
    display: block;
    width: 100% !important;
    height: 100% !important;
}


.ch-area{
    user-select: none;
}

.ch-area .control-label{
    margin-bottom: 20px;
}

.ch-area .row{
    margin-bottom: 8px;
}
.ch-area .row:last-child{
    margin-bottom: 0;
}


.count{
    display: inline-block;
    font-size: 16px;
    color: #cccccc;
    vertical-align: middle;
    margin-left: 20px;
    font-weight: 500;
}


a.screen-link{

    border-bottom: none;

}
a.screen-link:hover{
    border-bottom: none;
}
.screen{
    width: 100%;
    /*max-width: 350px;*/
    display: block;
    border: 5px solid #f0eff2;
    box-sizing: border-box;
}