/*Zero form bautton*/
.tn-atom__form .t-submit {
    transition: all 0.3s;
}
.tn-atom__form .t-submit:hover {
    background-color: #022B63 !important;
}
/*Cars models*/
.t594__linkwrapper {
    transition: all 0.3s ease-Out;
    border-radius: 6px;
    border: 1px solid #DFE5EB;
}
.t594__linkwrapper:hover {
    transform: translateY(-5px);
    border: 1px solid #FF8C00;
}
.t594__linkwrapper img {
    border-radius: 6px;
}
.t594__item {
    padding: 10px;
}

.t594__img {
    max-width: 100% !important;
}

/*--Стили каталога--*/

/*Фильтры*/
.t951 .t-checkbox__control {
    font-weight: 500;
}
.t951 .t-checkbox__indicator {
    border-color: #FF8C00 !important;
}
.t951 .t-store__filter__chosen-val {
    background-color: #F7F9FC !important;
}

/*Сортировка*/
.t951 .t-store__sort-select-wrapper {
    width: 270px;
}
.t951 .t-store__sort-select-wrapper select {
    height: 40px;
    border: 1px #DFE5EB solid;
    background: #F7F9FC;
    color: #001633;
    border-radius: 6px;
    font-weight: 400;
}
.t951 .t-store__sort-select-wrapper:after {
    border-color: #7287A3 transparent transparent transparent !important;
}

/*Поиск*/
@media (min-width: 1200px) {
.t951 .t-store__filter__input {
    width: 540px !important;
    padding-right: 40px;
}
}
.t951 .t-store__filter__input {
    height: 40px;
    border: 1px #DFE5EB solid;
    background: #F7F9FC;
    color: #001633 !important;
    border-radius: 6px;
    font-weight: 400;
}
.t951 .t-store__search-icon {
    border-left: 1px solid #ddd;
    padding-left: 13px;
    padding-right: 13px;
}

/*Поиск 2*/
.uc-catalog-search .t-submit, .uc-catalog-search .t838__input {
    height: 40px !important;
}
.uc-catalog-search .t838__input {
    padding-left: 40px !important;
}
.uc-catalog-search .t838__search-icon {
    padding-right: 10px !important;
    padding-left: 10px !important;
    width: 20px !important;
}
@media (min-width: 980px) {
.t951 {
    margin-top: -40px !important;
}
.t-store__filter__search-and-sort {
    margin-bottom: 40px !important;
}
.uc-catalog-search .t-submit {
    padding-left: 40px;
    padding-right: 40px;
}
}
.primatelCbAppTheme2Form {
    position: absolute;
    width: 300px;
}
