@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Roboto;
}

body {
    background-image: url(../img/de3ee5_81d5f9d008954ec0b40de1992f73cd1c~mv2\ \(1\).jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-color: #767779;
}

.form-input {
    width: 900px;
    height: 550px;
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
    margin: auto;
    background: transparent;
    border: none;
    backdrop-filter: blur(40px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 40px;
}

.container {
    width: 100%;
    height: 100vh;
}


.top-form {
    display: flex;
    justify-content: center;
    align-items: center;
}



.common-input {
    color: rgba(0, 0, 0, .87);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .009375em;
    text-decoration: inherit;
    text-transform: inherit;
    align-self: flex-end;
    box-sizing: border-box;
    width: 100%;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    border: 1px solid;
    border-radius: 4px;
    height: 30px;
    background: transparent;
    backdrop-filter: blur(40px);
    padding: 5px;
}

h1 {
    margin-bottom: 10px;
}

.common-input:hover {
    border-bottom-color: rgba(0, 0, 0, .87);
}

:focus {
    border-color: #6200ee;
}

.left-inp {
    padding: 10px;
}

.right-inp {
    padding: 10px;
}

.veh-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.year,
.make {
    margin-right: 10px;
}

.right-inp input,
.left-inp input {
    margin-bottom: 10px;
}

.cs-infor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.submit-button {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: none;
    background-color: orangered;
    color: white;
    font-size: 25px;
    transition: 300ms;
    cursor: pointer;
    font-weight: 700;
}

.submit-button:hover {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: none;
    background-color: rgb(182, 48, 0);
    color: rgb(201, 201, 201);
    font-size: 25px;
}

.common-input::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1;
    /* Firefox */
}

.name,
.phone {
    margin-right: 10px;
}


.date {
    color-scheme: dark;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: transparent;
    color: rgb(0, 0, 0);
    font-size: 20px;
    margin-right: 20px;
    border-radius: 20px;
    border-color: black;
    border: 1px solid;
    padding: 10px;
}

.bottom-runopen {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
}

.radio {
    appearance: none;

    border-radius: 50%;
    width: 16px;
    height: 16px;

    border: 2px solid #999;
    transition: 0.2s all linear;
    margin-right: 5px;

    position: relative;
    top: 4px;
    border-color: black;
}

.radio:checked {
    border: 6px solid black;
}

.header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    backdrop-filter: blur(40px);
    border: none;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    z-index: 100;
}

.footer {
    width: 100%;
    height: 180px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: transparent;
    backdrop-filter: blur(40px);
    border: none;
    border-bottom: 1px solid black;
}

.header-log {
    display: flex;
    align-items: center;
    width: fit-content;
    height: fit-content;
    text-decoration: none;
}

.header-log img {
    margin-right: 10px;
}

.header-log h1 {
    color: #242424;
    margin-bottom: 0;
}

.head-middle a {
    color: #242424;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    margin-right: 15px;
}

.head-right a {
    color: #242424;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    margin-right: 15px;
    margin-left: 30px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid black;
}

.foot-left img {
    width: 250px;
    height: 115px;
}


.info-about img {
    width: 30px;
    margin-right: 10px;
}


.info-about {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.foot-right {
    display: block;
    justify-content: center;
}

.foot-right a {
    transition: inherit;
    font-style: normal;
    font-family: futura-lt-w01-book, sans-serif;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: 700;
    text-decoration: none;
}

.foot-right a:hover {
    text-decoration: underline;
}

.hamburger-menu {
    display: none;
}

.veh-h1{
    display: none;
}