#page-content{
    position: relative;
}
.main-slider{
    text-align: center;
    background: #000 url("img/home_car_bg.png") no-repeat;
    background-position: center;
    height: 400px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.main-slider img{
    max-width: 2002px;
    margin: auto;
    position: absolute;
}
#carparts {
    position: absolute;
    width: 100%;
    top: 178px;
    z-index: 1;
}
#carparts .title,
#carparts .b_logo{
    display: none;
}
.home_info {
    display: block;
    margin: 70px 0 0 0;
    color: #070707;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
}

.home_info span {
    display: block;
    margin-top: 40px;
}

.hpme_bottom_banner{
    margin-bottom: 70px;
}
.category_main{
    font-weight: 400;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 60px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.category_main span{
    cursor: pointer;
    color: rgba(7, 7, 7, 0.5);
}
.category_main span.select{
    font-weight: 600;
    color: rgba(7, 7, 7, 1);
}
.category_sub{
    margin-bottom: 70px;
}
.category_sub > div{
    display: none;
}
.category_sub > div.select{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.category_sub a{
    padding: 30px;
    height: 200px;
    border-radius: 10px;
    /*background: linear-gradient(135deg, #ECECEC 0%, #F4F4F4 100%);*/
    background: #fff;
    font-size: 20px;
    color: #070707;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.category_sub img{
    max-width: 135px;
    max-height: 85px;
}
.category_sub span{
    display: block;
    margin-top: 30px;
}
.home_category,
.home_product_slider,
.home_bottom_info{
    position: relative;
    z-index: 2;
}
.pickup1, .pickup2, .pickup3{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    position: relative;
    padding-bottom: 120px;
    /*background: url("img/car_fon.png") no-repeat center; */
    padding-top: 70px;
    align-items: center;
    justify-items: center;
}
.pickup1 .car_fon, .pickup2 .car_fon, .pickup3 .car_fon{
    opacity: 0.2;
    position: absolute;
    z-index: 1;
    max-width: 2000px;
}
.pickup1 div, .pickup2 div, .pickup3 div{
    position: relative;
    z-index: 2;
}
.pickup1 .title, .pickup2 .title, .pickup3 .title{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pickup1 .text, .pickup2 .text, .pickup3 .text {
    color: #404040;
}
.pickup1 .text p, .pickup2 .text p, .pickup3 .text p{
    margin-bottom: 20px;
}
a.button{
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    padding: 15px 28px;
}
.pickup1 a.button, .pickup2 a.button, .pickup3 a.button{
    position: absolute;
    bottom: 75px;
    left: calc(50% - 104px);
}
.home-brands{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 70px;
}
.home-brands > div{
    height: 200px;
    border-radius: 10px;
    text-align: center;
}
.home-brands a {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.home-brands img {
    max-width: 100%;
    max-height: 100%;
}
.home-brands .img {
    width: 100%;
}
.home-brands > div:nth-child(odd) {
    background: #070707;
}
.home-brands > div:nth-child(even) {
    background: #F0F0F0;
    box-shadow: 5px 5px 13px 0px rgba(216, 216, 216, 0.90) inset,
    -5px -5px 10px 0px rgba(255, 255, 255, 0.90) inset,
    5px -5px 10px 0px rgba(216, 216, 216, 0.20) inset,
    -5px 5px 10px 0px rgba(216, 216, 216, 0.20) inset,
    -1px -1px 2px 0px rgba(216, 216, 216, 0.50),
    1px 1px 2px 0px rgba(255, 255, 255, 0.30);
}
.pickup3{
    border-radius: 15px;
}
.home_bottom_info{
    float: left;
    width: 100%;
    color: #F0F0F0;
    margin-top: 70px;
    margin-bottom: 20px;
}
.home_bottom_info > div{
    background: url("img/home_bottom_info.png") no-repeat center;
    border-radius: 15px;
    padding: 50px 100px;
}
.home_bottom_info .title{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    width: 480px;
    max-width: 100%;
    margin-bottom: 10px;
}
.home_bottom_info .white{
    font-size: 20px;
    width: 480px;
    max-width: 100%;
    margin-bottom: 15px;
}
.home_bottom_info .gray{
    opacity: 0.5;
    width: 480px;
    max-width: 100%;
    margin-bottom: 20px;
}
.home_bottom_info .cont{
    display: grid;
    width: 480px;
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.home_bottom_info .cont a{
    display: block;
    color: #F0F0F0;
    margin-bottom: 5px;
}
.home_bottom_info .cont > div{
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
}
.home_bottom_info .cont span{
    opacity: 0.5;
    font-size: 14px;
}
.popbrands{
    margin-top: 70px;
}

.subscrib {
    color: #F0F0F0;
    border-radius: 15px;
    height: 400px;
    background: url("img/subscrib.png") center center no-repeat;
    margin: 70px;
    padding: 70px 100px;
}

@media screen and (max-width: 1320px) {
    .subscrib {
        margin: 50px 30px;
    }
}

.subscrib .title{
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    width: 536px;
    max-width: 100%;
}
.subscrib .white{
    opacity: 0.8;
    font-size: 20px;
    width: 536px;
    max-width: 100%;
}
.subscrib .gray{
    opacity: 0.5;
    font-size: 15px;
    width: 536px;
    max-width: 100%;
}
.subscrib input[type="text"]{
    outline: none;
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: #F0F0F0;
}
.wa-subscribe-form{
    display: flex;
    align-items: center;
}
.subscrib input.wa-fill{
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: #F0F0F0;
    width: 224px;
    margin-right: 10px;
    height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
}
.subscrib input.wa-submit{
    border-radius: 10px;
    align-items: center;
    color: #E8E8E8;
    font-size: 16px;
    height: 50px;
    width: 133px;
    border: none;
    box-sizing: border-box;
}
.lider{
    margin: 70px 0;
    position: relative;
}

.lider img{
    border-radius: 10px;
    box-shadow:
        -5px 5px 10px 0px #DCDCDC33,
        5px -5px 10px 0px #DCDCDC33,
        1px 1px 2px 0px #DCDCDC80 inset,
        -1px -1px 2px 0px #FFFFFF4D inset;
    width: 272px;
    height: 300px;
    object-fit: cover;
    display: block;
}

@media (max-width: 900px) {
    #carparts {
        top: 110px;
    }
}
/* WEBDL start */
.home_product_slider::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.home_bottom_banner--posipion-4 {
    margin-top: 70px;
}

.popbrands .all-brands {
    display: block;
    margin: 0 auto;
    width: max-content;
    color: #fff;
    cursor: pointer;
    line-height: 36px;
    border-radius: 10px;
    font-size: 20px;
    border: none;
    padding: 5px 26px;
    transform: translateY(-50px);
}

.look-what-we-got {
    clear: both;
    padding-top: 70px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.look-what-we-got__content {
    width: calc(50% - 20px);
    margin-right: 20px;
}

.look-what-we-got__image {
    width: calc(50% - 20px);
    margin-left: 20px;
}

.look-what-we-got__logo {
    margin-bottom: 20px;
}

.look-what-we-got__text {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
}

.look-what-we-got__link {
    padding: 15px 54px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: fit-content;
}

.look-what-we-got__link-icon {
    margin-left: 8px;
}

@media (max-width: 768px) {
    .look-what-we-got {
        display: block;
        position: relative;
        padding-bottom: 70px;
    }

    .look-what-we-got__content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .look-what-we-got__image {
        width: 100%;
        margin-left: 0;
    }

    .look-what-we-got__text {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
    }

    .look-what-we-got__link {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.home_products,
.lider {
    position: relative;
}

.home_products + .home_products {
    margin-top: 60px;
}

.product-list.swiper,
.js-lider-carousel.swiper,
.js-benefits-carousel.swiper {
    padding: 10px;
    margin: -10px;
    float: none;
    width: auto;
}

.product-list.swiper .swiper-wrapper,
.js-lider-carousel.swiper .swiper-wrapper,
.js-benefits-carousel.swiper .swiper-wrapper {
    margin-bottom: 40px;
}

.product-list.swiper .swiper-slide {
    border-radius: 10px;
    background: #fff;
    padding: 30px 40px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
    float: left;
    width: 280px;
    height: auto;
}

.home_info .js-benefits-carousel.swiper .swiper-slide {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px #0000000D;
    padding: 40px;
    height: 250px;
}

.js-lider-carousel.swiper .swiper-slide {
    float: left;
    width: 272px;
    height: 100%;
}

.product-list.swiper .swiper-scrollbar.swiper-scrollbar-horizontal,
.js-lider-carousel.swiper .swiper-scrollbar.swiper-scrollbar-horizontal,
.js-benefits-carousel.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 10px;
    width: calc(100% - 20px);
    height: 5px;
    background: #E2E2E2;
}

.product-list.swiper .swiper-scrollbar-drag,
.js-lider-carousel.swiper .swiper-scrollbar-drag,
.js-benefits-carousel.swiper .swiper-scrollbar-drag {
    background: #070707;
}

.home_products .swiper-buttons,
.lider .swiper-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.home_info .swiper-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_products .swiper-button-prev,
.lider .swiper-button-prev,
.home_products .swiper-button-next,
.lider .swiper-button-next {
    position: absolute;
    font-size: 0px;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("img/right_str.svg");
    right: 45px;
}

.home_info .swiper-button-prev,
.home_info .swiper-button-next {
    position: static;
    margin: 0 10px;
    font-size: 0px;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url("img/right_str.svg");
}

.lider .swiper-button-prev,
.home_info .swiper-button-prev,
.lider .swiper-button-next,
.home_info .swiper-button-next {
    right: 45px;
}

.home_products .swiper-button-prev,
.lider .swiper-button-prev,
.home_info .swiper-button-prev {
    background: url("img/left_strd.svg");
    right: auto;
    left: 45px;
}

.home_products .swiper-button-prev.swiper-button-disabled,
.lider .swiper-button-prev.swiper-button-disabled,
.home_info .swiper-button-prev.swiper-button-disabled,
.home_products .swiper-button-next.swiper-button-disabled,
.lider .swiper-button-next.swiper-button-disabled,
.home_info .swiper-button-next.swiper-button-disabled {
    opacity: 0.4;
}

@media screen and (min-width: 1111px) {
    .home_info .swiper-buttons {
        display: none;
    }
}

.lider .swiper-slide A {
    position: relative;
    display: block;
}

.lider .swiper-slide .card-name {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #F0F0F0;
}

@media (max-width: 980px) {
    .home_products,
    .lider {
        padding: 0;
        margin: 0 -10px 40px -10px;
    }

    .product-list.swiper .swiper-scrollbar.swiper-scrollbar-horizontal,
    .js-lider-carousel.swiper .swiper-scrollbar.swiper-scrollbar-horizontal,
    .js-benefits-carousel.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
        display: none;
    }

    .home_products .h1_title,
    .lider .h1_title {
        padding: 0 30px;
    }

    .product-list.swiper,
    .js-lider-carousel.swiper,
    .js-benefits-carousel.swiper {
        margin: 0;
        padding: 0 0 0 30px;
    }

    .home_products .swiper-buttons,
    .lider .swiper-buttons {
        position: static;
        top: unset;
        left: unset;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home_products .swiper-button-prev,
    .lider .swiper-button-prev,
    .home_products .swiper-button-next,
    .lider .swiper-button-next {
        position: static;
        margin: 0 10px;
    }
}
/* WEBDL end */