.wheel-menu-wrap {
    position: relative;
    top: 0;
}
.wheel-top-menu {
    background-color: #e20000;
}
.top-menu-item span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
}
.main-menu li {
    font-size: 22px;
}
.main-menu a {
    font-size: 22px;
    font-weight: 700;
}
.menu-item:hover a {
    color: inherit;
}
.menu-item a:hover {
    color: #e20000;
}
.wheel-navigation nav {
    float: right;
}
.wheel-start:after {
    background: rgba(226, 0, 0,.8);
}
.carSell {
    display: flex;
    flex-flow: row wrap;
}
.wheel-start-form2 label,
.wheel-start-form2 label:first-child,
.wheel-start-form2 label:nth-child(2n) {
    margin: 0 auto 10px;
}
.wheel-start-form2 label.short {
    width: 24%;
}
.wheel-start-form2 label.full {
    width: 99%;
}
.wheel-start-form label.spacer {
    background: transparent;
}
.wheel-start-form label.send {
    margin: 0;
}
.wheel-start-form label.send button {
    background: #e20000;
}
.wheel-start-form label.send button:before,
.wheel-start-form label.send button:after {
    transition: all .1s ease-in-out;
}
.wheel-start-form label.send button:hover:before {
    border-width: 13px 0 0 13px;
}
.wheel-start-form label.send button:hover:after {
    border-width: 0 13px 13px 0;
}
.wheel-start-form label span {
    width: 30%;
}
.wheel-start-form label input {
    width: 68%;
    color: #000;
    font-weight: 700;
}
.wheel-start-form label span:after {
    display: none;
}
.wheel-start-form h3 {
    width: 99%;
    font-size: 28px;
    font-weight: 700;
    line-height: 49px;
    color: #fff;
    margin: 0 auto;
}
.wheel-start-form h3.form-success {
    text-align: center;
}
.wheel-header h3 span {
    color: #e20000;
}
.wheel-footer-info span {
    color: #fff;
}
.wheel-footer-info li {
    color: #fff;
}
.wheel-footer-info li a {
    color: #fff;
    text-decoration: underline !important;
}
.wheel-footer-info li a:hover {
    color: #e20000;
}
/* .wheel-logo {
    padding: 20px 0 20px 25px;
}
.wheel-navigation {
    min-height: 100px;
}
.menu-item a {
    line-height: 100px;
} */

.wheel-start-form .fileLabel {
    display: flex;
    position: relative;
    align-items: center;
}
.wheel-start-form input.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
    width: 100%;
    margin: 0 -20px;
    outline: none;
}
.wheel-start-form input.inputfile + label {
	padding: 5px;
	color: #888;
	background-color: #fff;
	display: block;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
    margin: 0;
    float: none;
    min-height: auto;
    width: 70%;
    outline: none;
}
.wheel-start-form input.inputfile + label span {
    width: 100%;
    max-width: 100%;
    color: #ddd;
    text-transform: initial;
    border-left: 2px solid #e6e6e6;
    padding: 8px 35px;
    line-height: 25px;
    font-size: 15px;
    letter-spacing: -0.3px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#cookieBar {
	padding: 10px 0px;
	border-top: 3px solid #f0f0f0;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
}
#cookieBar .contentBar {
	max-width: 1170px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 30px;
	display: flex;
	align-items: center;
}
#cookieBar .contentBar a {
	color: #e20000;
	margin-left: 10px;
}
#cookieBar .contentBar .acptButton {
	margin-left: auto;
	background: #e20000;
	color: #fff;
	padding: 5px 10px;
}
@media screen and (max-width: 1200px) {
    .wheel-start {
        padding-top: 100px;
    }
    .wheel-start-form label span {
        width: 37%;
    }
    .wheel-start-form label input {
        width: 60%;
        padding: 8px 20px;
    }
    .wheel-start-form input.inputfile + label span {
        padding: 8px 20px;
    }
    .wheel-footer-info .row ul {
        text-align: right;
    }
}
@media screen and (max-width: 992px) {
    .wheel-logo {
        position: relative;
        top: 0;
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }
    .wheel-top-menu {
        text-align: center;
        padding: 20px;
        margin: 10px 0;
    }
    .wheel-top-menu::before {
        border-width: 0;
    }
    .wheel-top-menu-log {
        float: none;
    }
    #dl-menu {
        float: none;
    }
    .main-menu {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .wheel-start {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .wheel-start-form2 label.short {
        width: 100%;
    }
    .wheel-start-form label.spacer {
        display: none;
    }
    .wheel-start2 .wheel-header {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 768px) {
    .top-menu-item span {
        line-height: 20px;
    }
    .wheel-navigation {
        min-height: auto !important;
        margin: 0px auto 10px;
    }
    .main-menu {
        text-align: center;
        display: block;
        padding: 0;
    }
    .main-menu li {
        line-height: 40px;
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        font-size: 19px;
    }
    .menu-item a {
        line-height: 40px;
        font-size: 19px;
    }
    .wheel-footer-info {
        padding: 20px 0;
    }
    .wheel-footer-info .row > div {
        margin-bottom: 10px;
    }
}