/*Форма не нашли авто*/
.find_car_form .t-checkbox__indicator {
    border-radius: 4px !important;
}
.find_car_form .t-submit {
    transition: all 0.3s;
}
.find_car_form .t-submit:hover {
    background-color: #01B24A !important;
}

@media (min-width: 1200px) {
.find_car_form .t-input-group_rd {
    position: absolute;
    left: 0;
    top: 104px;
    display: flex;
    width: 100% !important;
}
.find_car_form .t-input-group_rd .t-input-title {
    width: 240px;
}
.find_car_form .t-checkboxes__wrapper > fieldset {
    display: flex;
}
.find_car_form .t-checkbox__control {
    margin: 0;
    padding-right: 40px;
}
.find_car_form .t-input-group_nm,
.find_car_form .t-input-group_ph {
    width: 50% !important;
}
}

.customer_form .t-checkbox__control {
    width: fit-content !important;
    margin-right: 20px;
}

/*Логотипы*/
.t594__linkwrapper {
    transition: all 0.3s ease-Out;
}
.t594__linkwrapper:hover {
    transform: translateY(-10px);
}
.t594__linkwrapper img {
    border-radius: 10px;
}
@media (min-width: 1200px) {
.t594__item_6-in-row {
    width: 14.285%;
    padding: 10px;
}
}
@media (max-width: 480px) {
.t594__item_6-in-row {
    width: 25%;
    padding: 5px;
}
}

/*Кнопка в карточке товара*/
.t-store__prod-popup__text a {
    padding: 9px 24px 10px 24px;
    margin-bottom: 10px;
    transition: all .3s !important;
    display: inline-block;
    color: #01b24a !important;
    background-color: #ffffff;
    border: 1px solid #01b24a;
    border-radius: 60px;
}
.t-store__prod-popup__text a:hover {
    color: #ffffff !important;
    background-color: #1f1f33;
    border-color: #1f1f33;
}