@import url("/static/vinauto35.ru/font/stylesheet.css");

body {
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #000;
    font-weight: 400;
}
.topline {
    background: #F8F8F8;
    height: 50px;
}
.container_v {
    width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topline_1 {
   
}
.bodytop {
    padding: 0px;
}
.logo img {
    margin: 0;
    height: 40px;
}

a {
    color: #000000;
    text-decoration: none;
    transition: 0.6s;
}
a:hover {
    color: #e7740b;
}
.topline_1, .topline_1>span {
    display: flex;
    align-items: center;
    min-height: 50px;
    gap: 20px;
}
.topline_1>span {gap:5px}
.topline_3 {
    gap: 15px;
    display: flex;
    align-items: center;
}
.btn  {
    background: #ff9628;
    border: 1px solid #ff9628;
    border-radius: 5px;
    transition: 0.5s;
    color: white;
}
.btn:hover{
    background: #000000;
    border: 1px solid black;
    color: white;
}
.container_v.header_2 {
    height: 90px;
}
.cat-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 135px;
    height: 40px;
    justify-content: center;
}
#search .btn {
    height: 40px;
}

input.searchform.form-control {
    height: 40px;
    border-radius: 5px;
    width: 550px;
    background: #F8F8F8;
}
input.searchform.form-control:focus{
    box-shadow:none;
}
.links_header a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.links_header {
    display: flex;
    gap: 30px;
}
.links_header span {
    padding-top: 5px;
}
textarea ,input.form-control, .select2-container--default .select2-selection--single, select.form-control {
    border-radius: 5px;font-weight:300;
    
}
/* .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
} */
.footer {
    background: #232323;
    color: white;
    font-size: 14px;
    font-weight: 100;
}
.footer a{color:white;font-weight: 100;text-decoration:underline;}
ul > li {list-style:none;padding: 5px 0px;}
.slick-slide img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.slick-dots { display: none!important;}
.slider_banner {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 400px;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: -15px;
}
.slides {
    width: 900px;
}
.slider_banner .banner img{
    height: 190px;
}
.banner img {
    margin-bottom: 20px;
    border-radius: 10px;
}
.laximo {

    border-radius: 10px;
    background: #E8E8E8;
    border: 0;
    padding: 30px;
    margin-bottom: 30px;
}
.laximo input[type='text'], .laximo input[type='number'], .laximo input[type='password'], .laximo textarea, .laximo select, .filters input .callback input {
    height: 40px;
    border-radius: 5px;
    background: #F8F8F8;
}
.warning {
    padding: 10px;
    background: #FF4836;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    border: 0;
    border-radius: 5px;
    color: white;
}
.alert {
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    padding: 15px 30px;
}
.brand_auto {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}
.brand-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
    font-weight: normal;
}
.box_auto {
    background: #E8E8E8;
    border-radius: 10px;
    padding: 30px;
    height: 260px;
    width: 100%;
    margin-bottom: 15px;
}
ul.breadcrumb {
    border-radius: 5px;
}
.footer-box {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    width: 100%;
    padding: 50px 0;
}

.footer-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
}
.line {
    width: 100%;
    border-top: 1px solid #878787;
    margin-bottom: 50px;
}

.footer-block.social a {
    font-size: 12px;
    text-decoration: none;
}
.footer-block.social img {
    margin-right: 5px;
}
span#header-office {
    text-decoration: underline;
}
.container_h {
    max-width: 1400px;
    margin: 0 auto;
}
.contact_footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.links_header a:hover > img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(10%) saturate(7231%)  brightness(95%) contrast(94%);
    transition: 0.6s;
}
a.logo>img {
    filter: none;
}
.slick-prev
{
    left: 10px!important;
}
.slick-next
{
    right: 10px!important;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 111;
    top: 40px;
    border-radius: 10px;
    padding: 7px 0;
}
.dropdown-content a {
    padding: 7px 13px;
    text-decoration: none;
    display: block;
}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover > svg {transform: rotate(180deg);}
#login-modal {
    margin: auto;
    width: 360px;
}
.modal-content {
    border-radius: 10px;
}
form.form-1.bs-component {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    text-align: center;
    gap: 15px;
    padding: 20px;
}

form.form-1.bs-component  input {height: 45px;}

form.form-1.bs-component .btn {
    height: 45px;
}
#close-office-modal {
    color: #9d9191;
    font-size: 58px;
    position: absolute;
    right: 15px;
    top: 25px;
    cursor: pointer;
    line-height: 0;
    }
    .boxdetail {
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .menu-content {
        height: 500px;
        display: none;
        \: 15px;
        width: 100%;
        border-bottom: 1px solid #ddd;
        border-top: none;
        background: white;
        position: absolute;
        z-index: 111;
      }
      .menu_v ul {
        display: none;
        width: -webkit-fill-available;
        position: absolute;
        top: 0px;
        font-size: 14px;
        list-style:none;
        /* background: #ff3838; */
        padding-left: 40px;
        padding-top: 10px;
        margin-left: 218px;
        height: -webkit-fill-available;
    }
    .menu_v li:hover > ul {
        display: block;
    }
    
    ul.menu_v {
        list-style: none;
        width: 240px;
        padding: 10px 0px;
        border-right: 1px solid #cccccc75;
        border-radius: 8px;
        height: 100%;
        padding-right: 10px;
    }
nav {
    margin: 10px 210px;
    height: -webkit-fill-available;
    position: absolute;
    width: -webkit-fill-available;
}
.underline {
    border-bottom: 1px solid #e8e8e8;
    margin: 10px 10px;
    margin-left: 0;
    padding: 0;
}
ul.menu_v >li:hover {
    background: #e6e6e68a;
    transition: 0.5s;
    padding-left: 5px;
    border-radius: 5px;
}
ul.menu_v >li > a {
        display: flex;
        gap: 5px;
}

ul#filters {
    list-style: none;
}

.quantity_inner .bt_buy {
    background: #ff7a00;
    border-color: #ff7a00;
}

.quantity_inner {
    border-color: #ff7a00;
}
.bestpart {
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px #cccccc;
    border: 0;
}
.label {
    padding: 5px 10px;
}
td.information .btn {
    background: #f8f8f8;
    color: black;
    border: none;
}
.profile {
    margin: 5px 0px;
    cursor: pointer;
    display: flex;
    background: #fff;
    border: 1px solid #ebe9e9;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    /* min-height: 210px; */
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.square_position {
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block_mini_button {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 3px;
    justify-content: center;
    margin-right: 15px;
}
.item_search_block {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px #cccccc;
    margin-bottom: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 0px;
    font-size: 12px;
    min-width: 1000px;
}
.item_search_block .img_part img {
    max-width: fit-content;
    height: 40px;
}

.item_search_block .img_part {
    min-width: 60px;
    display: flex;
    justify-content: center;
    padding: 0px;
}

.item_search_block .name {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: black;
}


.name span:first-child {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    gap: 2px;
}

.color_red{ 
    color:red;
}
.color_green{ 
    color:#23C344;
}

.color_orange{ 
    color:orange;
}

.item_sub_block > div {
    gap: 5px;
    display: flex;
    align-items: center;
}

.item_sub_block {
    display: flex;
    gap: 25px;
    font-size: 14px;
    width: 100%;
    justify-content: flex-end;
    padding-right: 5px;
    align-items: center;
}

.item_sub_block .quantity {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 0;
    min-width: 60px;
    align-items: flex-start;
}

.item_sub_block .quantity span:first-child {
    font-size: 14px;
    color: black;
}

.item_sub_block .delivery {
    min-width: 120px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    font-weight: 500;
}

.price span {
    font-size: 16px;
    font-weight: 500;
}
.price {flex-direction: column;align-items: flex-start!important;gap: 0!important;min-width: 100px;}

.price span:last-child {
    font-size: 10px;
}
.price span:first-child {
    font-size: 16px;
}
.name span:last-child {
    word-wrap: normal;
    max-width: 575px;
    white-space: pre;
    overflow: hidden;
}

.quantity-search {border: 0;background: #D9D9D9;text-align: center;font-size: 16px;min-height: 30px;}

.btn-tocart {
    height: 30px;
    width: 45px;
    padding: 0;
    line-height: 0;
}

.cart_add {
    justify-content: flex-end;
}

.delivery>span:first-child {
    display: flex;
    align-items: center;
    gap: 5px;
}

div#parts-container {color: black;}

td.deliverytime_c {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 55px;
    min-width: 100px;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

span.label.cashback {
    margin: 0px;
    font-size: 11px;
    background: #73a839;
    padding: 0px 5px;
    border-radius: 0px;
}

td.sklad {
    text-align: center;
}
#parts-container>h3 {
    background: whitesmoke;
    padding: 10px;
    border-radius: 5px;
}