.feedback{
    background: #FFF;
    background-size: cover;
    padding-bottom: 67px;
}
.feedback input:focus, .feedback textarea:focus{
    outline: none;
}
.feedback .section-title {
    padding: 65px 0 74px;
}
@media (max-width: 900px) {
    .feedback .section-title {
        padding: 75px 20px 25px;
    }
}
@media (max-width: 700px) {
    .feedback  .section-title{
        padding: 55px 20px 15px;
    }
}
@media (max-width: 450px) {
    .feedback  .section-title{
        padding: 45px 20px 10px;
    }
}
.feedback-form > form {
    width: 60%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}
@media (max-width: 500px) {
    .feedback-form > form {
        width: calc(100% - 80px);
    }
}

.feedback-form__item {
    width: 100%;
    text-align: left;
}

.feedback-input,
.feedback-form input[type="text"],
.feedback-form textarea {
    border: 0;
    border-bottom: 2px solid #c6c6c6;
    padding: 5px 14px 7px;
    width: calc(100% - 28px);
}

.feedback-form input.error[type="text"],
.feedback-form textarea.error {
    border-color: var(--error-color-text);
}


.feedback-input,
.feedback-form textarea,
.feedback-form input[type="text"] {
    font-size: 17.5px;
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0em;
    color: #000;
    resize: none;
}
.feedback-form textarea::placeholder,
.feedback-input::placeholder,
.feedback-form input[type="text"]::placeholder{
    color: #9ca3af;
}
.form__row_dealers{
    background: #30363A99;
    border: 1px solid #585C5F;
    padding: 19px 20px 17px;
    width: calc(100% - 36px);
    color: #fff;
    position: relative;
    margin-bottom: 18px;
}


.selectOptions {
    display: block;
    max-width: 215px;
    width: 100%;
    position: relative;
}
.form__row_dealers select {
    display: none;
}
.feedback--select{
    width: 100%;
    position: relative;
    color: #000;
}
.new-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    user-select: none;
    border: 0;
    border-bottom: 2px solid #c6c6c6;
    padding: 5px 14px 7px;
    width: calc(100% - 28px);
    font-size: 17.5px;
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0em;
    color: var(--text-color-black);
    resize: none;
    padding-top: 10px;
}
.new-select svg path{fill: #000000}
.error.feedback--select .new-select{
    border: 1px solid var(--error-color-text);;
}
.error.feedback--select {
    margin-bottom: 10px;
}
.feedback span.error {
    color: var(--error-color-text);;
    margin-bottom: -5px;
    margin-top: 3px;
    font-size: 12px;
    float: left;
    display: block;
    width: 100%;
}
.new-select__list {
    position: absolute;
    top: 60px;
    left: 0;
    border: 2px solid #c6c6c6;
    cursor: pointer;
    width: calc(100% + 4px);
    margin-left: -3px;
    z-index: 2;
    background: #ffffffe6;
    user-select: none;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}
.new-select__list.on {display: block;}
.new-select__item span {
    display: block;
    padding: 10px 15px;
    transition: .2s linear;
}
.new-select__item span:hover {color: var(--hover-color-text);}
.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.new-select svg{
    transition: .2s linear;
}
.new-select.on svg{
    transform: rotate(180deg);
}



label.error {
    color: var(--error-color-text);;
    /* position: absolute; */
    margin-top: -36px;
    font-size: 12px;
    float: left;
    display: block;
    width: 100%;
}
.feedback-form label.error{
    margin-top: -12px;
    margin-bottom: 8px;
}
input.error[type="text"],
input.error[type="tel"]
{
    border-color:var(--error-color-text);;
}
.note-error{
    color: var(--error-color-text);;
    text-align: center;
    padding: 5px;
    border: 1px solid var(--error-color-text);;
    max-width: 800px;
}
.note-error font.errortext{
    color: var(--error-color-text);!important;
}
.note-padding {padding-bottom: 55px;}


textarea.feedback-input, .feedback-form textarea {
    min-height: 112px;
    border: 1px solid #c6c6c6;
    margin-top: 20px;
    padding: 14px;
}
.feedback-input:focus{
    outline: none;
}

.feedback-radio label {
    cursor: pointer;
    position: relative;
    line-height: 17px;
    display: block;
    margin-left: 21px;
    font-size: 11px;
    font-weight: 400;
}
.feedback-radio input{
    display: none;
}
.GA-PS-checkbox .error {
    text-align: left;
    color: var(--error-color-text);
    font-size: 12px;
    float: left;
    display: block;
    width: 100%;
}
.all_ok_form {
    width: calc(100% - 40px);
    max-width: 1565px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
}
@media(max-width: 650px){
    .all_ok_form {
        font-size: 20px;
        line-height: 1.5;
    }
}
.feedback-form .GA-PS-checkbox {
    margin-top: 20px;
}
.feedback-desc{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #CACACA;
}
.feedback-btn{
    margin-bottom: 20px;
    margin-top: 20px;
    width: fit-content;
}
@media(max-width: 650px){
    .feedback-input::placeholder, .feedback-input {
        font-size: 13px;
        line-height: 12px;
    }
}
@media (max-width: 450px) {
    .feedback{
        padding-bottom: 75px;
    }
}
:root{
    --error-color-text: #ff6600;
}