@font-face {
	font-family: Roboto-Medium;
	src: url(/font/Roboto-Medium.ttf) format('truetype');
}

@font-face {
	font-family: Roboto-Light;
	src: url(/font/Roboto-Light.ttf) format('truetype');
}
a {
    color: #FFA500 !important;
}
body {
    font-family: Roboto-Light;
    background: #fff;
    margin: 0;
}
header {
    background: #000;
    padding: 15px;

}
h3 {
    font-size: 30px;
}
header .full {
    max-width: 1500px;
    margin: 0 auto;
        display: flex;
    justify-content: space-between;
}
header img {
    max-width: 250px;
}
header a img {
    max-width: 40px;
} 
footer {
    background: #000;
    color: #fff;
    padding: 100px 0;
}
footer > div {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}
footer > div > div:first-child {
    padding: 50px 100px 50px 15px; 
    border-right: 2px dotted #fff;
}
footer > div > div:last-child {
    padding: 50px 15px 100px 50px; 
}
footer .col-6-md {
    max-width: 50%;
    width: 100%;
    
}
footer ul {
    display: flex;
    justify-content: space-between;
    
}   
footer li {
    max-width: 50%;
    width: 100%;
}
img.preview {
  width: 100px;
  margin: 5px;
  border-radius: 6px;
  object-fit: cover;
}
form.flex {
	display: flex;
    max-width: 1500px;
    margin: 100px auto;
    align-items: start;
}
.col-6 {
    width: 50%;
}
.step { display: none; }
.step.active { display: block; }
button { 
    margin: 10px 5px; 
    padding: 10px; 
    background: #fff;
    border: 1px solid #000;
    padding: 15px 60px;
    border-radius: 5px;
    text-transform: uppercase;
}
img.preview { max-width: 150px; margin: 5px; }
ul { list-style: none; padding: 0; }
svg { width: 100%; max-width: 500px; }
.selected { fill: red !important; }

.service-content-top > .row > div:first-child {
	padding: 0 150px;
}

#step2 > div {
    border-bottom: 1px solid #000;
    padding: 30px 0;
}
#step2 > div:first-child {
    padding-top: 0;
}
#step2 .image-upload input {
    margin: 20px 0 10px;
} 
.image-upload {
    display: flex; flex-wrap: wrap;  
}
.image-upload label {
    width: 100%;
}
.image-upload button {
    position: relative !important;
    margin-left: 0;
    padding: 10px;
    right: unset !important;
    width: 150px;
    align-self: end;
    margin: 5px 5px 5px 0;
}
#step3 {
    
}
#step3 label {
    display: none;
}
#step3 > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
#step3 > div input {
    width: 40%;
    border: none;
    border-bottom: 1px solid #000;
    margin: 10px 0;
    font-size: 16px;
}
#step3 > div input:focus-visible, #step3 > div textarea:focus-visible {
    border-color: #FFA500 !important;
    outline: none;

}
input[type="file"]::file-selector-button {
  background-color: #FFA500;
  color: #000;
  padding: 10px 45px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#step3 textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #000;
}
input[type="file"]::file-selector-button:hover {
  background-color: #FFA500;
}
button {
    color: #000 !important;
}
#carForm > div:nth-child(2).col-6 {
    padding-right: 15px;
}
.image-upload input {
    max-width: 179px;
    overflow: hidden;
}
.ok {
    max-width: 500px;
  margin: 50px auto;
  text-align: center;
}
.ok h3 {
    color: #FFA500;
}
@media only screen and (max-width: 1013px) {
    footer > div {
        flex-wrap: wrap;
    }
    footer .col-6-md {
        max-width: 100%;
        padding: 15px !important;
        text-align: center;
        border: none !important;
    }
    form {
        flex-wrap: wrap;
        margin: 0 auto !important;
    }
    .col-6 {
        width: 100%;
        padding: 15px; 
    }
    form > div:last-child {
        order: -1;
    }
}
@media only screen and (max-width: 1013px) {
    footer ul {
        flex-wrap: wrap;
    }
    footer li {
        max-width: 100%;
    }
}