html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; box-sizing: border-box;outline:0 }
html,
body { width: 100%; min-height: 100%; font-family: "Lato", Helvetica, sans-serif;; font-size: 16px; background: #FFFFFF; overflow-x: hidden; }
body > div.box,
.globalheader > .box{
    width: 1512px; max-width: 100%; margin: auto;
}
footer {
    position: relative;
    z-index: 2;
}
footer > div,
footer > nav{
    max-width: 1372px; margin: auto;
}
a { color: #006bd8; outline:0 none; text-decoration: none; }
input[type="button"]::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner { border: 0; }
a img { border: 0; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, figure { margin-bottom: 20px; }
h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 45px;
}
h1 a { text-decoration:none; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
ul, ol { padding-top:0; }
ol { list-style: decimal; }
input, textarea, select { margin:0; }
input, textarea { font-size: 1em; color: #000; }
select { max-width: 100%; }
input[type="button"]:focus { outline:none; outline-offset:-2px; }
fieldset { border:1px solid #bbb; padding:10px; position:relative; background:#e9e9e9; margin-bottom:10px; }
fieldset p label { width:98%; }
fieldset p input[type="text"] { width:98%; }
fieldset p select { width:99%; }
pre {margin-top: 16px; font-size: 90%; line-height: 24px; color: rgba(0,0,0,.75); background: rgba(0,0,0,.03); padding: 16px 20px;word-wrap: normal;}
blockquote { color: rgba(0,0,0,.6); font-size:0.9em; font-style: italic; border-left: 1px solid rgba(0,0,0,.1);padding-left: 24px; background: #eee; }
blockquote cite { font-size: 0.9em; }
hr { background-color: rgba(0,0,0,0.15); height: 1px; border: 0; }
p { font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, sans-serif; line-height: 1.4em; }
p a { text-decoration: underline; }
input::-webkit-input-placeholder { color: #bbb; }
input:-moz-placeholder,
input::-moz-placeholder { color: #bbb; }
input:-ms-input-placeholder { color: #bbb; }
label, button { cursor: pointer; }
div,span,p,a{box-sizing: border-box;}
img{
    width: auto;
    height: auto;
    max-width: 100%;
}
* {
    scrollbar-width: 5px;
    scrollbar-color: #E8E8E8;
}
/* Работает в Chrome, Edge и Safari */
*::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}
*::-webkit-scrollbar-track {
    background: #E8E8E8;
}
*::-webkit-scrollbar-thumb {
    background-color: #fe3a3a87;
    border-radius: 2px;
    border: none;
}
.padding70{
    padding: 0 70px;
}
.globalheader{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.13);
}
.globalheader a{
    color: #474747;
    display: flex;
}
.globalheader a img{
    margin-right: 10px;
}
.globalheader .top{
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #D9D9D9;
}
#cart{
    right: 0 !important;
    left: 0!important;
    top: 0!important;
}
.currency-list,
.lang-list{
    list-style: none;
    margin: 0;
    display: none;
    position: absolute;
    top: 36px;
    z-index: 10;
    left: -32px;
    line-height: 30px;
    fill: #F4F4F4;
    stroke-width: 1px;
    stroke: #BFBFBF;
    box-shadow: -1px -1px 2px 0px rgba(220, 220, 220, 0.50) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset;
    filter: drop-shadow(5px 5px 13px rgba(220, 220, 220, 0.90)) drop-shadow(-5px -5px 10px rgba(255, 255, 255, 0.90)) drop-shadow(5px -5px 10px rgba(220, 220, 220, 0.20)) drop-shadow(-5px 5px 10px rgba(220, 220, 220, 0.20));
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    background: #F4F4F4;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
}
.globalfooter{
    margin-top: 40px;
}
.currency-list a,
.lang-list a{
    color: #070707;
    opacity: 0.4;
}
.currency-list a:hover,
.lang-list a:hover{
    opacity: 1;
}
.menu_list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.top_right {
    justify-content: flex-end;
    display: grid;
    grid-template-columns: 1fr 1fr 80px 80px;
    align-items: center;
}
.top_right > div{
    border-right: 2px solid #D9D9D9;
    padding: 0px 15px;
}
.top_right > div > div{
    padding: 8px 0;
}
.menu_list li{
    padding: 10px 15px;
    border-right: 2px solid #D9D9D9;
}
.top_right .kabinet a,
.top_right .account{
    display: flex;
    justify-content: space-evenly;
    position: relative;
    align-items: center;
}
.top_right .valuta,
.top_right .lang{
    text-align: center;
    position: relative;
}
.top_right .lang{
    border: none;
}
.top_right .valuta:hover ul,
.top_right .lang:hover ul{
    display: grid;
}
.globalheader .bottom{
    height: 110px;
    padding: 30px 70px;
}
.globalheader .bottom,
.top_bottom_right .right_button{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    align-items: center;
}
.top_bottom_right .right_button{
    justify-items: center;
}
.top_bottom_right .right_button > div{
    position: relative;
}
.right_button .count,
.right_button .cart-count{
    position: absolute;
    color: #fff;
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    top: -6px;
    right: -8px;
}
.right_button .cart-count{
    top: 3px;
    right: -6px;
}
#cart{
    position: relative;
}
.cart_products{
    display: none;
    width: 328px;
    padding: 20px;
    fill: #F4F4F4;
    stroke-width: 1px;
    stroke: #BFBFBF;
    box-shadow: -1px -1px 2px 0px rgba(220, 220, 220, 0.50) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset;
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    background: #fff;
    position: absolute;
    right: -10px;
    z-index: 10;
    text-align: center;
}
.cart_products::before {
    opacity: 1;
    visibility: visible;
    z-index: 22;
    border: 10px solid transparent;
    margin-left: -10px;
    border-bottom: 10px solid #6f6f6f;
    border-top: 0;
    margin-top: 3px;
    right: 12px;
    top: -12px;
    content: '';
    display: block;
    position: absolute;
}
.cart_products::after {
    opacity: 1;
    visibility: visible;
    z-index: 24;
    border: 10px solid transparent;
    margin-left: -10px;
    border-top: 0;
    margin-top: 3px;
    right: 12px;
    top: -12px;
    content: '';
    display: block;
    position: absolute;
    border-bottom: 10px solid rgb(244, 244, 244);
}
#cart:not(.empty):hover .cart_products{
    display: block;
}
.top_bottom_right{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    align-items: center;
}
.top_menu_button{
    display: none;
}
.top_bottom_right > div{
    position: relative;
}
.account .submenu{
    display: none;
    position: absolute;
    z-index: 10;
    top: 40px;
    min-width: 180px;
    fill: #F4F4F4;
    stroke-width: 1px;
    stroke: #BFBFBF;
    box-shadow: -1px -1px 2px 0px rgba(220, 220, 220, 0.50) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset;
    filter: drop-shadow(5px 5px 13px rgba(220, 220, 220, 0.90)) drop-shadow(-5px -5px 10px rgba(255, 255, 255, 0.90)) drop-shadow(5px -5px 10px rgba(220, 220, 220, 0.20)) drop-shadow(-5px 5px 10px rgba(220, 220, 220, 0.20));
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    background: #F4F4F4;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
}
.account .submenu::before {
    opacity: 1;
    visibility: visible;
    z-index: 22;
    border: 10px solid transparent;
    margin-left: -10px;
    border-bottom: 10px solid #6f6f6f;
    border-top: 0;
    margin-top: 3px;
    left: 50%;
    top: -12px;
    content: '';
    display: block;
    position: absolute;
}
.account .submenu::after {
    opacity: 1;
    visibility: visible;
    z-index: 24;
    border: 10px solid transparent;
    margin-left: -10px;
    border-top: 0;
    margin-top: 3px;
    left: 50%;
    top: -12px;
    content: '';
    display: block;
    position: absolute;
    border-bottom: 10px solid rgb(244, 244, 244);
}
.account .submenu ul{
    padding: 0;
    margin: 0;
}
.account:hover .submenu{
    display: block;
}
.account .submenu li{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
.account .submenu li a{
    text-align: left;
    justify-content: start;
}
.search-wrapper{
    position: relative;
}
#search{
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: #F6F6F6;
    width: 100%;
    height: 50px;
    text-indent: 25px;
 }
.search-wrapper button{
    height: 36px;
    width: 36px;
    background: url("img/search.svg") no-repeat center center;
    border: 0;
    border-left: 2px solid #D9D9D9;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 7px;
}
.mob-tab-button {
    display: none;
    border: 0 none;
    background-color: transparent;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: 0;
    text-align: center;
}
.h1_title{
    color: #070707;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 45px;
    display: block;
}
footer{
    background: #121212;;
}
footer a{
    color: #FFFFFF;
}
footer .container1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 135px;
    padding-bottom: 40px;
    border-bottom: 1px solid #2C2C2C;
    padding-top: 70px;
}
.gray{
    color: #606060;
}
footer .container1 .title{
    color: #F0F0F0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
footer .container1 .social{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
footer .container1 .social a{
    margin-right: 25px;
}
footer .container1 .social a:last-child{
    margin-right: 0;
}
footer .container1 > div:nth-child(2){
    text-align: center;
}
footer .container1 .contact a{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .container1 .contact a img{
    margin-right: 20px;
}
footer .container2{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 70px 0;
    grid-gap: 30px;
    border-bottom: 1px solid #2C2C2C;
}
footer .container2 .title{
    color: #F0F0F0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
footer .container2 a{
    display: block;
    margin-bottom: 15px;
    color: #F0F0F0;
    opacity: 0.3;
}
footer .container2 .gray{
    color: #606060;
    margin: 20px 0 30px 0;
    width: 212px;
    max-width: 100%;
}
footer .container2 .white,
footer .container2 .clock{
    color: #F0F0F0;
    font-size: 20px;
    font-weight: 600;
}
footer .container2 .clock{
    font-weight: 400;
}
.downlogo{
    max-width: 212px;
}
footer .container3{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #606060;
    height: 87px;
    justify-items: stretch;
    align-items: center;
    grid-gap: 30px;
    font-size: 14px;
}
footer .container3 a{
    color: #606060;
}
footer .container3 > div:last-child{
    text-align: right;
}
footer .container3 a:last-child{
    margin-left: 30px;
}
.breadcrumbs{
    color: #D9D9D9;
    margin: 10px 0 30px 0;
    line-height: 24px;
}
.breadcrumbs a{
    color: #474747;
}
.breadcrumbs .rarr{
    padding: 0 10px;
}
.blurred{
    filter: blur(4px);
}
.top_bottom_right .mygarage{
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    background: #F4F4F4;
}
.top_bottom_right .mygarage::after{
    border-bottom: 10px solid rgb(244, 244, 244);
}
.top_bottom_right .simple-btn.-wide{
    border-radius: 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.currency-list::before, .lang-list::before {
    opacity: 1;
    visibility: visible;
    z-index: 22;
    border: 10px solid transparent;
    margin-left: -10px;
    border-bottom: 10px solid #6f6f6f;
    border-top: 0;
    margin-top: 3px;
    left: 50%;
    top: -12px;
    content: '';
    display: block;
    position: absolute;
}
.currency-list::after, .lang-list::after {
    opacity: 1;
    visibility: visible;
    z-index: 24;
    border: 10px solid transparent;
    margin-left: -10px;
    border-top: 0;
    margin-top: 3px;
    left: 50%;
    top: -12px;
    content: '';
    display: block;
    position: absolute;
    border-bottom: 10px solid rgb(244, 244, 244);
}
.fon_bg{
    display: none;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(3.5px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fon_bg.open{
    display: block;
}
.my_menu_button{
    display: none;
}
#page-content #carparts_button, #page-content #carparts_clear_button{
    height: 45px;
    border-radius: 10px;
    font-size: 20px;
    border: none;
    padding: 5px 26px;
    margin: 0;
}
#carparts_clear_button{
    display: none;
}
#page-content #carparts_button{
    color: #fff;
}
#page-content .chosen-container{
    font-size: 20px;
    min-width: 212px;
    margin-right: 18px;
}
#page-content .chosen-container-single .chosen-single{
    height: 41px;
    line-height: 32px;
    border: none;
    margin-top: -4px;
}
#page-content .chosen-container-single .chosen-single abbr{
    top: 16px;
}
#page-content .chosen-container-single .chosen-single div b{
    background-position: 0 12px;
}
#page-content .chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position: -18px 12px
}
.myOrders #carparts,
.myOrder #carparts,
.myAffiliate #carparts{
    display: none;
}
#flycart .row{
    display: grid;
    grid-template-columns: 65px 1fr;
    grid-gap: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    border-bottom: 1px solid #D9D9D9;
}
#flycart .row .w1 img{
    padding: 9px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
}
#flycart a.delete{
    font-size: 0;
    text-indent: -9999px;
    background: url("img/cart_del.svg") no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
}
#flycart .total-block{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
}
#flycart .total-block .total-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
}
#flycart .total-block .total{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #57B548;
}
.minicart_button{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
.minicart_button .koshik{
    box-sizing: border-box;
    height: 45px;
    opacity: 0.7;
    border: 1px solid #ACACAC;
    border-radius: 15px;
    display: block;
    font-size: 19px;
    padding: 0 12px;
    line-height: 45px;
}
.minicart_button .oformit{
    height: 45px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
    line-height: 45px;
}
body .featherlight .featherlight-content{
    background: #FAFAFA !important;
    overflow: hidden;
    border-radius: 10px;
    max-width: 100%;
    min-width: 300px;
}
.featherlight .featherlight-content .title{
    background: #F0F0F0;
    height: 64px;
    line-height: 64px;
    color: #070707;
    font-size: 20px;
    margin: -25px -25px 45px -25px;
    padding: 0 25px;
    display: block !important;
}
.featherlight .featherlight-content .b_logo{
    text-align: center;
    display: block !important;
    background: #F0F0F0;
    height: 64px;
    line-height: 64px;
    margin: 0 -25px 0 -25px;
    padding: 9px;
}
body .featherlight .featherlight-content{
    border-bottom: 0;
}
.featherlight .featherlight-content .b_logo img{
    height: 22px;
}
body .featherlight-content select{
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: #E8E8E8;
    color: #AEAEAE;
    font-size: 20px;
    margin-bottom: 20px;
    height: 45px;
    display: block;
    text-indent: 20px;
}
body .featherlight-content #carparts_button{
    border-radius: 10px;
    border: none;
    color: #FAFAFA;
    font-size: 20px;
    font-weight: 500;
    height: 45px;
    width: 100%;
    margin-bottom: 45px;
}
#mailer7752d065544b468e9697e6b1ffda2373{
    padding: 30px 0 10px 0 !important;
}
.globalfooter .wa-subscribe-form input[type="text"]{
    outline: none;
    background: #1B1B1B;
    border: 1px solid #2C2C2C;
    border-radius: 10px;
    color: #AEAEAE;
    height: 50px;
    padding-left: 20px;
    width: 224px;
    max-width: 100%;
    box-sizing: border-box;
}
.globalfooter .wa-subscribe-form .wa-submit{
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #E8E8E8;
    padding: 0 11px;
    height: 50px;
    border: none;
    margin-left: 10px;
    box-sizing: border-box;
}
input.wa-error{
    border: 1px solid rgba(254, 58, 58, 0.5);
    box-shadow: 0px 0px 4px #FE3A3A;
}
.logo__img img{
    max-height: 50px;
}
/* WEBDL start */
.top_right > .phone {
    width: max-content;
}
.right_button .empty .cart-count {
    display: none;
}
.right_button .empty .count {
    display: none;
}
.subscrib .wa-subscribe-form + .wa-after-submit {
    place-content: center!important;
    margin: 16px auto!important;
    background-color: rgba(255, 255, 255, 0.5)!important;
    border-radius: 8px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
.globalfooter .wa-subscribe-form + .wa-after-submit {
    margin: 16px auto;
    border-radius: 8px;
}
.right_button .link-compare,
.right_button .link-fav,
.right_button .cart-summary {
    min-width: 30px;
    display: block;
}
/* WEBDL end */
.cookies {
    padding: 16px 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 13;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 4px 40px 0 rgb(0 0 0 / .25);
    animation: jump 1s ease-in 1s both
}
.centre {
    width: 100%;
    max-width: 1432px;
    padding: 0 16px;
    margin: 0 auto;
}
.cookies_content {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}
.cookies_text {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}
.cookies_btns .btn {
    border-radius: 10px;
    font-size: 18px;
    min-height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    border: 0;
}
.cookies_btns .btn {
    margin: 0 18px 8px 0
}
.cookies_btns .btn+.btn {
    margin-top: 0
}
@media only screen and (min-width: 768px) {
    .cookies {
        padding:28px 0 20px 0
    }
    .cookies_btns {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 12px
    }
    
    .cookies_title {
        font-size: 22px;
        margin-bottom: 14px
    }
    .cookies_text {
        font-size: 18px
    }
}
@media only screen and (max-width: 600px) {
    .cookies_btns .btn {
        width: 100%;
    }
}