/* Шрифты */
@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: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1.5;

}

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

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

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

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

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


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

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


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


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

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

.dn{
    display: none;
}

.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: #dbe9ff;
}
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;
}






.fd{
    display: block;
}
.fm{
    display: none;
}

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

.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 #999;
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 18px;
    box-sizing: border-box;
}
.control-label{
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

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

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




/* ЗАГРУЗКА ИЗОБРАЖЕНИЙ */
.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: #0C47B7;
    text-decoration: none;
    color: #fff;

    border-radius: 0;
    transition: 0.2s;

    display: inline-block;
    border: none;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;

    padding: 24px 30px;
    max-width: 350px;
    text-align: center;

    width: 100%;
}

.btn:hover{
    background-color: #0000b1;
}


.btn-sm{
    padding: 15px 30px;
}


/* Header */
.header-inner{
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 40px;
}

.logo{
    flex: 1;
    text-align: center;
}
.user-block{
    flex: 2;
    text-align: right;
}
.user-block a{
    background-color: #FFCC00;
    color: #000;
    text-decoration: none;
    padding: 24px 68px;
    border-radius: 60px;
    font-weight: 600;
}

.navi{
    flex: 2;
}

.navi ul{
    padding: 0;
    margin: 0;
}
.navi li{
    display: inline-block;
    margin-right: 18px;
}
.navi a{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}
.navi a:hover{
    color: #0C47B7;
}


.page li{
    margin-bottom: 10px;
}

.index{
    background-image: url("/images/banner.jpg");
    background-size: 50%;
    background-position: top right;
    background-repeat: no-repeat;
}


/* Slogan */
.slogan{
    font-size: 60px;
    font-weight: 600;
    max-width: 700px;
    line-height: 1.1;
    margin-bottom: 60px;
}

/* Truck-block */
.truck-form{
    background-color: #F0F0F0;
    border-radius: 20px;
    max-width: 930px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.truck-form h1{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
}

.tf-flex{
    display: flex;
    align-items: center;
}
.field-truckform-truck{
    margin-bottom: 0;
    width: 100%;
    margin-right: 40px;
}

.field-truckform-truck .form-control{
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #D9D9D9;
    padding: 17px;
    box-sizing: border-box;
    transition: 0.2s;
}
.field-truckform-truck .form-control::placeholder{
    color: #000;
}

.field-truckform-truck .form-control:hover{
    border: 2px solid #000;
}
.field-truckform-truck .form-control:focus{
    border: 2px solid #000;
}


.field-codeform-truck .form-control {
    font-size: 18px;
    background-color: transparent;
    border: 2px solid #D9D9D9;
    padding: 17px;
    box-sizing: border-box;
    transition: 0.2s;
}

.field-codeform-truck .form-control::placeholder{
    color: #000;
}

.field-codeform-truck {
    margin-bottom: 0;
    width: 100%;
    margin-right: 40px;
}

.send{
    background-color: #FFCC00;
    border: none;
    border-radius: 78px;
    width: 130px;
    height: 58px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: 0.2s;
}
.send:hover{
    background-color: #dfb200;
}


/* Info head */
.info-head{
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}
.ih-image{
    flex: 1;
    background-color: #ccc;
    margin-right: 40px;
}
.ih-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ih-content{
    flex: 1;

    box-sizing: border-box;
}
.ih-content-inner{
    padding: 40px 40px 40px 0;
}
.ih-content h1{
    color: #0C47B7;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.order1{
    margin-top: 40px;
}

.info{
    background: linear-gradient(0deg, #EFEFEF 86.21%, rgba(239, 239, 239, 0.00) 100%);
}



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

}

.grid-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 50px;

}

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

.info-grid{
    padding-bottom: 60px;
}

.info-block{
    border-radius: 20px;
    border: 1px solid #5A5A5A;
    padding: 40px 50px;
}

.ib-title{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ib-content{
    color: #465474;
    font-size: 18px;
}




/* News */

.news{
    padding-top: 10px;
    background: linear-gradient(0deg, rgba(12, 71, 183, 0.27) 3.85%, rgba(12, 71, 183, 0.00) 66.76%);
    padding-bottom: 60px;
}
.news h1{
    color: #0C47B7;
    font-size: 85px;
    font-weight: 600;
}

.article{
    padding: 30px 40px;
    background-color: #fff;

    /*box-shadow: 0px 11px 26px rgba(0, 0, 0, 0.07);*/
}
.article-date{
    color: #D6E0F3;
    font-size: 100px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}


.article-title{
    margin-bottom: 20px;
}
.article-title a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2;
}
.article-title a:hover{
    color: #0C47B7;
}
.article-anons{
    margin-bottom: 10px;
}
.article-anons p{
    margin-bottom: 0;
}


.all{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #0C47B7;
    vertical-align: middle;

    text-decoration: none;
    padding: 24px 30px;
    max-width: 350px;
    text-align: center;
    width: 100%;
    margin-left: 70px;
    box-sizing: border-box;
    transition: 0.2s;
}
.all:hover{
     background-color: #0000b1;
 }




/* Footer */
footer{
    background-color: #192B53;
    color: #fff;

}
.footer-navi{
    padding: 30px 0;
    border-bottom: 1px solid #4C5A79;
}
.footer-navi ul{
    margin: 0;
    padding: 0;
}
.footer-navi li{
    display: inline-block;
    margin-right: 30px;
}
.footer-navi a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.copy{
    padding: 30px 0;
    font-size: 16px;
}


.site-login{
    margin-top: 60px;
    margin-bottom: 100px;
}
.has-error .form-control{
    border-color: red;
}





.content-flex{
    display: flex;

}


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

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


.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: #e0ecfd;

    color: #000;
}

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

.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;
    max-width: 500px;
}

.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: #0C47B7;
}

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




.back{
    margin-bottom: 20px;
}
.back a{
    color: #000;
    text-decoration: none;
    transition: 0.2s;
    border-bottom: none !important;
}
.back a:hover{
    color: #0C47B7;
}
.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;
}

.container480 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.page {
    margin-bottom: 50px;
}


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

a.active{
    color: #0C47B7;
}


.help-p{
    font-size: 14px;
}
.link{
    color: #000;
}
.help-block{
    color: red;
    font-weight: bold;
}

.user-val{
    margin-bottom: 30px;
}

.story-link{
    display: table;
    margin-top: 20px;
    transition: 0.2s;
}
.story-link:hover{
    color: #0C47B7;
}

.story-row{
    margin-bottom: 10px;
}
a.story-track{
    text-decoration: none;
    border-bottom: none;
    font-size: 18px;
    transition: 0.2s;
}
a.story-track:hover{
    color: #0C47B7;
}
.green1{
    color: green;
    font-weight: bold;
}