* { box-sizing: border-box; margin: 0; padding: 0; transition: 0.5s 0.1s; }
html { font-size: 20px; height: 100%; position: relative; transition: none; width: 100%; }
body { background: #f8f9fb; color: #333; font-family: 'Montserrat', Arial, sans-serif; font-size: 0.8rem; font-weight: 400; height: 100%; line-height: 1.5; min-width: 360px; overflow-x: hidden; overflow-y: scroll; position: relative; transition: none; }

._container { margin: 0 auto; max-width: 2000px; min-width: 360px; padding: 0 2rem; }
._flex { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -1rem; }
._flex > [class*='_col'] { padding: 0 1rem; }
._noWrap { flex-wrap: nowrap; }
._narrowGutters { margin: 0 -0.5rem; }
._narrowGutters > [class*='_col'] { padding: 0 0.5rem; }
._noGutters { margin: 0; }
._noGutters > [class*='_col'] { padding: 0; }

._col5 { width: 5%; }
._col10 { width: 10%; }
._col16 { width: 16.66%; }
._col20 { width: 20%; }
._col25 { width: 25%; }
._col30 { width: 30%; }
._col33 { width: 33.333%; }
._col40 { width: 40%; }
._col45 { width: 45%; }
._col50 { width: 50%; }
._col60 { width: 60%; }
._col66 { width: 66.666%; }
._col70 { width: 70%; }
._col75 { width: 75%; }
._col80 { width: 80%; }
._col100 { width: 100%; }

._relative { position: relative; }
._absolute { position: absolute; }
._hidden { display: none; }
._uppercase { letter-spacing: 1px; text-transform: uppercase; }
._wide { width: 100%!important; }
._inline { display: inline-block; }
._right { text-align: right; }
._center { text-align: center; }
._nowrap { white-space: nowrap; }
._alert { background: #cfe0f6; border-radius: 1rem; margin-bottom: 1rem; padding: 1rem 2rem; }

a { color: #333; text-decoration: none; }
a:hover { color: #2b7be0; }
nav ul { margin: 0; }
nav ul > li { list-style-type: none; }
h1, h2, h3 { font-weight: 600; line-height: 1.25; }
h1 { font-size: 2rem; margin-bottom: 2rem; }
h2 { font-size: 1.2rem; margin-bottom: 1rem; }
h3 { font-size: 1rem; margin-bottom: 1rem; }
p { margin-bottom: 1rem; }
img { max-width: 100%; }
hr { background: #e6e6e6; border: none; height: 1px; margin-bottom: 1.5rem; }

input, textarea { background: #f8f9fb; border: 1px solid #f8f9fb; border-radius: 0.25rem; color: #333; display: block; font-family: 'Montserrat', Arial, sans-serif; font-size: 0.75rem; font-weight: 600; line-height: 2.5rem; margin: 0 0 1.5rem; outline: none; padding: 0 1rem; -webkit-appearance: none; width: 100%; }
textarea { line-height: 1.5; padding: 0.5rem 1rem; }
input[type=button], input[type=submit] { border: none;  color: #2b7be0; cursor: pointer; font-size: 0.9rem; font-weight: 500; height: 2.75rem; line-height: 2.75rem; padding: 0 1rem; width: auto; }
input[type=button]._bordered, input[type=submit]._bordered { background: #fff; border: 1px solid #2b7be0; color: #2b7be0; }
input[type=button]._filled, input[type=submit]._filled { background: #2b7be0; color: #fff; }
input[type=button]:hover, input[type=submit]:hover { box-shadow: inset 500px 0 0 0 #cfe0f6; color: #2b7be0; }
input[type=button]:disabled, input[type=submit]:disabled { cursor: default; opacity: 0.5; }
label { display: block; font-size: 0.7rem; margin-bottom: 0.5rem; }
label a { color: #2b7be0; margin-left: 0.5rem; text-decoration: underline; }
.checkbox {  }
.checkbox input { display: none; }
.checkbox label { cursor: pointer; display: block; margin: 0; padding-left: 2rem; position: relative; text-transform: none; }
.checkbox label svg  { fill: #fff; left: 0.25rem; opacity: 0; position: absolute; top: 0.35rem; width: 0.5rem; }
.checkbox label:before { border: 1px solid #333; border-radius: 0.25rem; content: ''; height: 1rem; left: 0; position: absolute; transition: 0.5s 0.1s; width: 1rem; }
.checkbox input:checked ~ label svg { opacity: 1; }
.checkbox input:checked ~ label:before { background: #333; }
.checkbox:hover { color: #2b7be0; }
.checkbox:hover label:before { border: 1px solid #2b7be0; }
.checkbox:hover input:checked ~ label:before { border: 1px solid #333; }
.file { border: 1px dashed #b9d2fa; border-radius: 0.25rem; cursor: pointer; min-height: 5rem; padding: 1.25rem 1rem 0.5rem; text-align: center; width: 10rem; }
.file input { height: 0.1px; margin: 0; opacity: 0; overflow: hidden; position: absolute; width: 0.1px; z-index: -1; }
.file_icon { background: #2b7be0; border-radius: 0.25rem; height: 1.5rem; margin: 0 auto 0.25rem; position: relative; width: 1.5rem; }
.file_icon:before { background: #fff; content: ''; display: block; height: 2px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 0.8rem; }
.file_icon:after { background: #fff; content: ''; display: block; height: 0.8rem; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 2px; }
.file_name { color: #2b7be0; display: block; }
.file:hover, .file._hover { border: 1px dashed #2b7be0; }
.file._wide { display: flex; flex-direction: row-reverse; justify-content: space-between; min-height: 2.5rem; padding: 0.45rem 1rem; text-align: left; }
.file._wide .file_icon { margin: 0; }
.file._wide .file_name { margin-top: 0.25rem; }
.closeButton { background: #2b7be0; border-radius: 0.25rem; display: block; height: 1.5rem; padding: 0.75rem 0 0 0.75rem; position: absolute; right: 2rem; top: 2rem; width: 1.5rem; }
.closeButton:before { background: #fff; border-radius: 2px; content: ''; display: block; height: 2px; margin: -1px 0 0 -0.4rem; transform: rotate(45deg); transition: 0.5s 0.1s; width: 0.8rem; }
.closeButton:after { background: #fff; border-radius: 2px; content: ''; display: block; height: 0.8rem; margin: -0.45rem 0 0 -1px; transform: rotate(45deg); transition: 0.5s 0.1s; width: 2px; }
.closeButton:hover { box-shadow: inset 1.5rem 0 0 0 #cfe0f6; }
.closeButton:hover:before { background: #2b7be0; }
.closeButton:hover:after { background: #2b7be0; }

.header { border-bottom: 1px solid #e6e6e6; height: 5rem; margin-bottom: 2.5rem; }
.header_logo { height: 1.75rem; margin: 1.5rem 4rem 0 0; }
.header_menu { flex-grow: 1;}
.header_menu ul { display: flex; }
.header_menu ul > li { border-bottom: 3px solid transparent; font-size: 0.7rem; font-weight: 700; line-height: calc(5rem - 3px); margin-right: 2rem; }
.header_menu ul > li._active { border-bottom: 3px solid #2b7be0; }
.header_menu ul > li._active a { color: #2b7be0; }
.header_logout { color: #2b7be0; font-size: 0.9rem; font-weight: 500; line-height: 5rem; }
.header_logoutIcon { background: #2b7be0; border-radius: 0.25rem; display: inline-block; height: 1.5rem; margin-left: 1rem; position: relative; vertical-align: middle; width: 1.5rem; }
.header_logoutIcon svg { fill: #fff; height: 0.5rem; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 0.8rem; }

.truckItems { margin-bottom: 2.5rem; }
.truckItems ._col25 { margin-bottom: 1rem; }
.truck { background: #fff; border: 1px solid #e6e6e6; border-radius: 1rem; height: 100%; opacity: 0.25; padding: 2rem 2rem 4.75rem; position: relative; }
.truck._confirmed { opacity: 1; }
.truck_name { font-weight: 700; margin-bottom: 1rem; }
.truck_edit { position: absolute; right: 2rem; top: 2rem; }
.truck_editIcon { fill: #c4c4c4; height: 0.25rem; vertical-align: middle; }
.truck_edit:hover .truck_editIcon { fill: #2b7be0; }
.truck_button { bottom: 0.5rem; position: absolute; width: calc(100% - 4rem)!important; }

.truckAdd { background: #cfe0f6; border-radius: 1rem; height: 100%; padding: 4rem 2rem 4.75rem; position: relative; text-align: center; }
.truckAdd_name { font-size: 1rem; font-weight: 700; }
.truckAdd_icon { fill: #2b7be0; margin-bottom: 2rem; width: 8rem; }
.truckAdd_button { bottom: 0.5rem; position: absolute; width: calc(100% - 4rem)!important; }

.truckCharItems { margin-bottom: 1.5rem; }
.truckChar { align-items: baseline; display: flex; justify-content: space-between; margin-bottom: 0.5rem; }
.truckChar_name {  }
.truckChar_value { font-size: 0.75rem; font-weight: 600; }

.truckWrapper { background: #fff; border: 1px solid #e6e6e6; border-radius: 1rem; margin-bottom: 1rem; padding: 2rem 2rem 0.5rem; }
.truckWrapper p { font-size: 0.7rem; }
.truckWrapper_name { font-weight: 700; margin-bottom: 1rem; }

.truckMaintenanceItems { background: #fff; border: 1px solid #e6e6e6; border-radius: 1rem; margin-bottom: 4rem; padding: 2rem 2rem 1rem; }
.truckMaintenanceItems_name { font-weight: 700; margin-bottom: 1rem; }
.truckMaintenance { border-top: 1px solid #e6e6e6; display: flex; justify-content: space-between; margin-bottom: 0.5rem; padding-top: 1rem; }
.truckMaintenance:nth-child(2) { border: none; margin: 0; padding: 0; }
.truckMaintenance_date { font-size: 0.75rem; font-weight: 600; }
.truckMaintenance_name { font-size: 0.75rem; margin-bottom: 0.5rem; text-align: right; }

.truckImgItems {  }
.truckImg { background-position: 50% 50%; background-size: cover; display: inline-block; height: 5rem; margin: 0 0.25rem 0.25rem 0; width: 5rem; }

.orderWrapper { background: #fff; margin: 0 -2rem 2.5rem; padding: 2rem; }
.orderWrapper .truck { height: auto; opacity: 1; padding-bottom: 0; }
.orderWrapper_total { background: #f8f9fb; border-radius: 1rem; margin-bottom: calc(0px - 0.5rem - 1px); margin-left: calc(0px - 2rem - 1px); margin-right: calc(0px - 2rem - 1px); margin-top: 1.5rem; padding: 2rem 2rem 0.5rem; }
.orderWrapper_totalName { font-size: 0.6rem; font-weight: 700; margin-bottom: 0.5rem; }
.orderWrapper_totalPrice { font-size: 1.8rem; font-weight: 700; margin-bottom: 0.5rem; }
.orderWrapper_totalDisclaimer { font-size: 0.7rem; margin-bottom: 1.5rem; }
.orderWrapper_stepItems {  }
.orderWrapper_step { margin-bottom: 4rem; padding-left: 4.5rem; position: relative; }
.orderWrapper_step:before { background: #e6e6e6; content: ''; height: calc(100% + 4rem); left: 1.25rem; position: absolute; top: 0; width: 1px; }
.orderWrapper_step:last-of-type:before { display: none; }
.orderWrapper_stepIndex { background: #2b7be0; border-radius: 0.25rem; color: #fff; font-size: 1.2rem; font-weight: 600; height: 2.5rem; left: 0; line-height: 2.5rem; position: absolute; text-align: center; top: 0; width: 2.5rem; }
.orderWrapper_stepName { color: #2b7be0; font-size: 1.2rem; font-weight: 600; line-height: 2.5rem; margin-bottom: 1.5rem; }
.orderWrapper_dateIcon { fill: #333; position: absolute; right: 1.5rem; top: 2.25rem; width: 1.2rem; }

.orderItems { margin-bottom: 2.5rem; }
.order { background: #fff; border: 1px solid #e6e6e6; border-radius: 1rem; overflow: hidden; line-height: 1.2rem; margin-bottom: 1rem; padding: 1.5rem 2rem 1px; position: relative; }
.order input[type=button] { margin-bottom: 0.5rem; }
.order .spoilerContent { border: none; margin: 0 0 2rem; padding: 0; }
.order_statusWrapper { color: #fff; position: relative; }
.order_statusWrapper:before { background: #2b7be0; content: ''; height: calc(100% + 3.5rem); left: -1rem; position: absolute; top: -1.5rem; width: 100%; }
.order_status { font-size: 0.75rem; font-weight: 500; position: relative; }
.order_date { font-size: 0.75rem; font-weight: 600; margin-bottom: 0.5rem; position: relative; }
.order_truck {  }
.order_truckName { cursor: pointer; font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.order_truckName:hover { color: #2b7be0; }
.order_truckMileage { font-size: 0.8rem; font-weight: 500; margin-bottom: 1rem; }
.order_maintenanceName { font-weight: 500; margin-bottom: 0.5rem; }
.order_maintenanceValue { font-weight: 700; margin-bottom: 1.5rem; }
.order_priceName { font-weight: 500; margin-bottom: 0.5rem; }
.order_priceValue { font-size: 1rem; font-weight: 700; margin-bottom: 1.5rem; }
.order_stationName { font-weight: 500; margin-bottom: 0.5rem; }
.order_stationValue { margin-bottom: 1.5rem; }
.order_arrow { border-bottom: 2px solid #333; border-right: 2px solid #333; content: ''; cursor: pointer; height: 0.5rem; position: absolute; right: 2rem; top: 2.5rem; transform: rotate(45deg); width: 0.5rem; }
.order_arrow:hover { border-bottom: 2px solid #2b7be0; border-right: 2px solid #2b7be0; }

.orderMaintenanceItems {  }
.orderMaintenanceItems_name { font-weight: 600; margin-bottom: 1rem; }
.orderMaintenance { display: flex; justify-content: space-between; margin-bottom: 1rem; }
.orderMaintenance_name { font-size: 0.7rem; }
.orderMaintenance_price { font-size: 0.7rem; font-weight: 600; }

.orderImgItems {  }
.orderImg { background-position: 50% 50%; background-size: cover; display: inline-block; height: 5rem; margin: 0 0.25rem 0.25rem 0; width: 5rem; }

.orderTruckCharItems {  }
.orderTruckChar { margin-bottom: 1rem; }
.orderTruckChar_name { font-size: 0.8rem; font-weight: 500; }
.orderTruckChar_value { font-size: 0.75rem; font-weight: 600; }

.personal { background: #fff; border: 1px solid #e6e6e6; border-radius: 1rem; height: 100%; padding: 2rem 2rem 0.5rem; position: relative; }

.personalCharItems { margin-bottom: 1.5rem; }
.personalChar { align-items: baseline; display: flex; justify-content: space-between; margin-bottom: 0.5rem; }
.personalChar_name {  }
.personalChar_value { font-size: 0.75rem; font-weight: 600; }

.enterWrapper { background: #fff; border-radius: 1rem; margin: 2rem 0; padding: 5rem; }
.enterWrapper._register { margin-left: calc(0px - 100% - 2rem); width: calc(200% + 2rem); }
.enter {  }
.enter_sendCode { background: #e4e8f0; bottom: 0; font-size: 0.7rem!important; font-weight: 400!important; height: calc(2.5rem + 2px)!important; line-height: calc(2.5rem + 2px)!important; position: absolute; right: 0.25rem; }

.register {  }
.register_stepItems {  }
.register_step { margin-bottom: 4rem; padding-left: 4.5rem; position: relative; }
.register_step:before { background: #e6e6e6; content: ''; height: calc(100% + 4rem); left: 1.25rem; position: absolute; top: 0; width: 1px; }
.register_step:last-of-type:before { display: none; }
.register_stepIndex { background: #2b7be0; border-radius: 0.25rem; color: #fff; font-size: 1.2rem; font-weight: 600; height: 2.5rem; left: 0; line-height: 2.5rem; position: absolute; text-align: center; top: 0; width: 2.5rem; }
.register_stepName { color: #2b7be0; font-size: 1.2rem; font-weight: 600; line-height: 2.5rem; margin-bottom: 1.5rem; }

.spoiler { background: #f8f9fb; border-radius: 0.25rem; font-weight: 600; margin-bottom: 1rem; padding: 1.15rem 1.5rem; position: relative; }
.spoiler_icon { background: #2b7be0; border-radius: 0.25rem; height: 1.5rem; position: absolute; right: 1.5rem; top: calc(50% - 0.75rem); width: 1.5rem; }
.spoiler_icon:before { background: #fff; content: ''; display: block; height: 2px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 0.8rem; }
.spoiler_icon:after { background: #fff; content: ''; display: block; height: 0.8rem; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 2px; }
.spoilerContent { border: 1px solid #e6e6e6; border-radius: 0.25rem; display: none; margin-bottom: 2rem; padding: 1.5rem 1.5rem 0.5rem; transition: none; }

.tabItems { margin-bottom: 2rem; }
.tab { border: 1px solid #e6e6e6; border-radius: 0.25rem; cursor: pointer; display: inline-block; font-size: 0.7rem; font-weight: 500; height: 1.5rem; line-height: 1.5rem; margin-right: 0.25rem; padding: 0 1.5rem; }
.tab._active { border: 1px solid #2b7be0; color: #2b7be0; }
.tabContent { display: none; transition: none; }
.tabContent._active { display: block; }

._popup { background: #fff; padding-top: 4rem; }
._popup .header { display: none; }

._enter {  }
._enter:before { background: url('/public/assets/images/enter-bg.jpg') 50% 50%; background-size: cover; content: ''; display: block; height: 100%; position: fixed; width: 100%; z-index: -1; }
._enter input[type=button] { display: inline-block; margin-right: 0.25rem; }
._enter .header { border: none; }
._enter .header_logo { margin: 5rem 0 0 3rem; }