

/* Start:/local/components/parts/search/templates/.default/style.css?17274071746143*/
.main-search-conteiner{
    position: relative;
}
.main-search-conteiner .main-search-form .row{
    justify-content: flex-end;
}
.main-search-conteiner .main-search-form .search_form{
    display: flex;
    width: 100%;
}
.main-search-conteiner .main-search-form .search_form .search-form-input{
    width: 100%;
}
.main-search-conteiner.loading .main-search-form-loading{
    display: flex;
    visibility: visible;
    opacity: 1;
}
.main-search-conteiner .block-output-title{
    text-transform: uppercase;
    border-bottom: 1px solid #00415d;
    margin-bottom: 20px;
    padding: 0px 10px;
}
.main-search-conteiner .block-output-title p{
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #00415d;
    margin-bottom: 10px;
}
.main-search-conteiner .block-output-title .block-output-not-found p{
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #c4c4c4;
}


.part-item{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    color: #000000;
    position: relative;
}
.part-item.curent_part{
    font-weight: 500;
    border: 2px solid #00415d;
    background-color: #c3d2220f;
    color: #00415d;
    background: linear-gradient(159.05deg, #edf2cf 13.49%, #FEFFFF 91.15%);
}
.part-item:last-child{
    margin-bottom: 0px;
}
.part-item .part-offers-prop{
    display: flex;
    font-weight: 500;
    color: #0f0b45;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0px;
    font-size: 1rem;
    line-height: 100%;
}
.part-item .part-offers-prop:last-child{
    border: 0px;
}
.part-offers-prop .offer-delivery{
    padding: 0px 10px;
}
.part-item-title{
    width: 50%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.part-item-title .part-item-name{
    width: 100%;
    display: flex;
}
.part-item-title .part-item-title-sep{
    width: 2px;
    min-height: 20px;
    background: #4b6185;
    margin: 0px 10px;
}

.part-offers-list .part-basket-button{
    background: none;
    border: 0px;
    outline: none;
}
.part-offers-list .part-basket-button{
    width: 32px;
    height: 30px;
    opacity: .8;
    border: 1px solid #C3D222;
    background: #cfdb4e;
}
.part-offers-list .part-basket-button:hover{
    opacity: 1;
    border: 1px solid #4b6185;
}
.part-offers-list .part-basket-button .i-basket-0{
    width: 100%;
    height: 100%;
    background: url("/local/templates/cars/images/basket-1.svg") center center no-repeat;
}
.part-offers-list .part-basket-button .i-basket-1{
    display: none;
    width: 100%;
    height: 100%;
    background: url("/local/templates/cars/images/basket-2.svg") center center no-repeat;
}
.part-offers-list .item-in-basket .part-basket-button .i-basket-0{
    display: none;
}
.part-offers-list .item-in-basket .part-basket-button .i-basket-1{
    display: block;
}



/*
.part-offers-list .part-basket-button svg path{
    transition: all .25s ease;
}
.part-offers-list .part-basket-button:hover svg path{
    fill: #C3D222;
}
.part-offers-list .item-in-basket .part-basket-button svg path{
    fill: green;
}
*/

.main-search-form-loading{
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f1f1f1bf;
    z-index: 1000;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}
.parts-search-form-loading{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f1f1f1bf;
    z-index: 1000;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.main-search-conteiner .information-output-block{
    position: relative;
}



.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    color: #569888;
    background: radial-gradient(farthest-side, currentColor calc(100% - 6px),#0000 calc(100% - 5px) 0);
        -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 13px),#000 calc(100% - 12px));
    border-radius: 50%;
    animation: l19 2s infinite linear;
}
.loader::before,
.loader::after {    
    content: "";
    grid-area: 1/1;
    background:
    linear-gradient(currentColor 0 0) center,
    linear-gradient(currentColor 0 0) center;
    background-size: 100% 10px,10px 100%;
    background-repeat: no-repeat;
}
.loader::after {
    transform: rotate(45deg);
}
@keyframes l19 { 
    100%{transform: rotate(1turn)}
}

.main-search-conteiner .block-output{
    display: none;
}

.brands-list{
    padding: 0px;
    margin: 0px;
}

.brands-list-item{
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    background: #f5f9fc;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, .125);
    text-decoration: none;
}
.brands-list-item .item-brand-name,
.brands-list-item .item-part-article{
    width: 25%;
}
.brands-list-item .item-part-name{
    width: 50%;
}

.brands-list .brands-list-item-li{
    list-style: none;
    margin-bottom: 10px;
}
.brands-list .brands-list-item-li:last-child{
    margin-bottom: 0px;
}
.brands-list .brands-list-item-li a{
    font-size: 1rem;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #3c5b8d;
    opacity: .9;
    transition: all .3s ease;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 10px;
}
.brands-list .brands-list-item-li a:hover {
    border: 1px solid rgb(138, 138, 138);
    opacity: 1;
}
.block-output .block-output-not-found{
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #c4c4c4;
    padding: 100px 0px;
    text-align: center;
}








/* End */
/* /local/components/parts/search/templates/.default/style.css?17274071746143 */
