.feed-back {
    font-family: Nissan300;
}
.feed-back__wrapper {
    padding: 10px;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.feed-back__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.feed-back__title {
    display: flex;
    flex-direction: column;
}
.feed-back__title h4 {
    letter-spacing: 3px;
    font-family: Nissan700;
    font-weight: bold;
    word-wrap: break-word;
    font-size: 40px;
    margin-bottom: 30px;
}
.feed-back__title p {
    font-size: 16px;
    letter-spacing: 0;
}
.nissan__form {
    max-width: 620px;
    width: 100%;
    padding: 5px;
}
.nissan__form {
    max-width: 620px;
    width: 100%;
    padding: 5px;
}
.nissan__form h5 {
    font-size: 20px;
    margin-top: 20px;
}
.nissan__form input,
.nissan__form select {
    transition: 0.1s;
    width: 100%;
    height: 50px;
    border-radius: 1px;
    border: 1px solid #b6b6b6;
    position: relative;
    color: #000;
    padding-top: 10px;
    margin: 10px 0;
}
.nissan__form input:focus,
.nissan__form select:focus {
    outline: none;
}
.nissan__form select {
    height: 50px;
    padding: 0px 10px;
}
.nissan__form label {
    position: relative;
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 20px;
    text-align: start;
    font-size: 13px;
    margin-bottom: 0;
}
.nissan__form input:hover,
.nissan__form select:hover {
    border-bottom: solid 3px #c3002f;
}

.from-item {
    position: relative;
}
label {
    color: rgb(165, 163, 163);
}

#exampleFormControlTextarea1 {
    height: 200px;
    resize: none;
}
.agreements label {
    color: #222;
}
.agreements input {
    margin-right: 10px;
}

.feed-back {
    background: #fff;
}

.agreements {
    text-align: start;
}
.servic {
    margin-bottom: 50px;
}

#test-drive-date-visit,
#year,
#mileage,
#date-visit,
#phone {
    height: 50px;
    border: 1px solid #b6b6b6;
}
/* ----------------------------- */

/* ----------------------------- */

.menu ul {
    font-size: 14px;
}
.contact-nav-bar ul a {
    text-decoration: none;
}
.menu-car-list__item a {
    text-decoration: none;
}
.menu-car-list__item p {
    font-size: 14px;
}
.menu-car-list__item h4 {
    font-size: 18px;
}
.menu-nav-desktop__wrapper div ul {
    font-size: 14px;
    color: #333;
}

.agreements {
    margin-top: 40px;
    margin-bottom: 40px;
}
.agreements input {
    height: unset;
    padding: 0;
    margin: 0;
    width: unset;
    margin-right: 10px;
}
.agreements label {
    display: flex;
    align-items: center;
}
#reference {
    margin-bottom: 30px;
}

.btn-form-send {
    background: #c3002f;
    border: none;
    padding: 15px 100px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 50px;
    opacity: 0.3;
    pointer-events: none;
}

.diller-center {
    margin-top: 50px;
}

.agreements-item {
    margin-bottom: 20px;
}
.agreements-item input {
    min-width: 20px;
    width: 20px;
    height: 20px;
}
option {
    background: #fff;
}
option:hover {
    background: #fff !important;
}

.form-control:focus {
    background: #fff !important;
}

@media (max-width: 768px) {
    .feed-back {
        margin-top: 90px;
    }
}
@media (max-width: 400px) {
    .btn-form-send {
        padding: 15px 70px;
    }
}
