* {
    padding: 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    scroll-behavior: smooth;
    --font-family: 'Oswald', sans-serif;
    --placeholderColor: currentColor;
	--placeholderFont: 'Oswald', sans-serif;
}
.font-using {
    font-family: 'Oswald', sans-serif;
    /*
    ExtraLight 200
    Light 300
    Regular 400
    Medium 500
    SemiBold 600
    Bold 700
    */
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: var(--placeholderColor);
	font-family: var(--placeholderFont);
}
:-moz-placeholder {
	color: var(--placeholderColor);
	font-family: var(--placeholderFont);
}
::-moz-placeholder {
	color: var(--placeholderColor);
	font-family: var(--placeholderFont);
	opacity: 1;
}
:-ms-input-placeholder {
	color: var(--placeholderColor);
	font-family: var(--placeholderFont);
}
body {
    font-family: var(--font-family);
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #fff;
    background-image: url(../images/vehicles-wheel-loader-caterpillar-966k-wallpaper-preview.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
img {
    width: 100%;
    max-width: 100%;
    font-size: 0;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
}
ul, ol, li {
    list-style-type: none;
}
#main-site {
    background-color: rgba(0, 0, 0, 0.9);
    max-width: 100vw;
	display:block;
    min-height: 100vh;
    height: 100%;
}
.container {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    clear: both;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 768px) {
    .container {
        max-width: 500px;
    }
}
@media screen and (min-width: 992px) {
    .container {
        max-width: 950px;
    }
}
#site-header {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    padding: 30px 0;
}
#logo {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

#login-form {
    margin-top: 15vh;
    width: 100%;
    max-width: 800px;
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 992px) {
    #login-form {
        background-color: rgba(0, 0, 0, 0.9);
        border: 1px solid #F4B71C;
        padding: 25px;
    }
}
.form-field {
    display: block;
    clear: both;
    margin-bottom: 30px;
}
label {
    font-family: var(--font-family);
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    margin: 0 0 10px 0;
}
input, textarea {
    width: 100%;
    display: block;
    clear: both;
    margin: 0 auto;
    border: 1px solid #F4B71C;
    background-color: #B5B5B5;
    padding: 15px;
    outline: none;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #000;
    /*text-transform: uppercase;*/
    --placeholderColor: #686666;
}
textarea {
    min-height: 100px;
}
select {
    width: 100%;
    display: block;
    clear: both;
    border: 1px solid #F4B71C;
    background-color: #B5B5B5;
    padding: 15px;
    outline: none;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #000;
    text-transform: uppercase;
}
select option {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #000;
    text-transform: uppercase;
}
button {
    border: 1px solid #F4B71C;
    display: block;
    clear: both;
    background-color: #F4B71C;
    padding: 10px 15px;
    margin: 20px auto 0 auto;
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
}
#login-form button {
    width: 100%;
}
#site-main {
    padding-bottom: 20px;
}

.choose-list {
    display: block;
    clear: both;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.choose-box {
    border: 2px solid #F4B71C;
    padding: 20px;
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}
.choose-box h6, .saved-jobs {
    display: block;
    clear: both;
    padding: 0;
    margin: 10px 0 0 0;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
#search-machine .form-field {
    margin-bottom: 6px;
    margin-top: 6px;
}
form hr {
    margin: 10px 0;
    width: 100%;
}
.page-title, .form-title, .form-text-sepeater {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #F4B71C;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.hide-label label {
    display: none;
}

.file_upload_design {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 150px;
    height: 150px;
    border: 1px solid #F4B71C;
    background-color: #B5B5B5;
    margin: 0 auto -55px auto;
}
.pluse-sign {
    width: 40px;
    height: 40px;
    position: relative;
}
.pluse-sign::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: -webkit-calc(50% - 1px);
    left: -moz-calc(50% - 1px);
    left: -o-calc(50% - 1px);
    left: -ms-calc(50% - 1px);
    left: calc(50% - 1px);
    top: 0;
}
.pluse-sign::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: -o-calc(50% - 1px);
    top: -ms-calc(50% - 1px);
    top: calc(50% - 1px);
    left: 0;
}
.add-image-text {
    margin-bottom: 10px;
    display: block;
    clear: both;
}

.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px;
    -webkit-transform: scale(var(--ggs,1));
    -moz-transform: scale(var(--ggs,1));
    -ms-transform: scale(var(--ggs,1));
    -o-transform: scale(var(--ggs,1));
    transform: scale(var(--ggs,1));
}
.gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px
}
.search-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 70vh;
}
.search-block form {
    display: flex;
    align-items: stretch;
}
.search-block input {
    width: 100%;
    margin-right: 10px;
    padding: 5px 10px;
    line-height: 1;
}
.search-block button {
    margin: 0;
}
.unit-list-items {
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #F4B71C;
    width: 100%;
}
.unit-list-items .unit-list-item {
    padding: 15px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #F4B71C;
}
.unit-list-items .unit-list-item.done {
    color: green;
}
.unit-list-items .unit-list-item.pending {
    color: red;
}

.previous-button {
    display: block;
    margin-top: auto;
}
.previous-button a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #F4B71C;
    position: relative;
}
.previous-button a::after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: -webkit-calc(50% - 7.5px);
    top: -moz-calc(50% - 7.5px);
    top: -o-calc(50% - 7.5px);
    top: -ms-calc(50% - 7.5px);
    top: calc(50% - 7.5px);
    left: -webkit-calc(50% - 3px);
    left: -moz-calc(50% - 3px);
    left: -o-calc(50% - 3px);
    left: -ms-calc(50% - 3px);
    left: calc(50% - 3px);
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gg-chevron-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.gg-chevron-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px
}
.form-fields-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-fields-area li {
    margin-bottom: 10px;
}
.half_div {
    width: 48%;
}
.full_div {
    width: 100%;
}
.vehicle-photos {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vehicle-photos li {
    width: 100%;
    max-width: -webkit-calc(50% - 10px);
    max-width: -moz-calc(50% - 10px);
    max-width: -o-calc(50% - 10px);
    max-width: -ms-calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
}
.vehicle-photos .file_upload_design {
	width:100%;
	height:100%;
}