a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.oil__wrapper > h2 {
    width: 100%;
    display: block;
    margin: 35px 0px;
}

.oil__toyota {
    margin: 40px 0px;
}

.oil__button__wrapper {
    display: none;
    justify-content: center;
    align-items: center;

}

.motor__oil-btn {
    border-radius: 30px;

    color: #818181;
    width: 135px;
    height: 36px;
    font-size: 9px;
    text-align: center;
    margin: 5px;
    padding: 9px 8px;
    border: 1px solid #818181;

}

.transmission__oil-btn {
    border-radius: 30px;
    color: #818181;
    width: 135px;
    height: 36px;
    font-size: 9px;
    text-align: center;
    margin: 5px;
    padding: 9px 8px;
    border: 1px solid #818181;
    /*box-shadow: 4px 3px 5px 1px rgba(0, 0, 0, 0.12);*/
}

.oil__title {
    font-weight: 400;
    font-size: 44px;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
    color: #282830;
    margin-bottom: 15px;

}

.oil__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 10px;
}

.oil__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.oil__box {
    max-width: 270px;
    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin: 10px;
}

.oil__box:hover {
    transition: all ease .2s;
    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 10px;
}

.oil__box > img {
    width: 100%;
}

.oil__name {
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #282830;
    justify-content: center;
    padding: 15px;
    margin: 0;

}


/*block number*/


.motor__oil__individually {
    padding: 35px 0px;
}

.container {
}

.motor__oil__individually__wrapper > img {
    width: 65%;
    height: 100%;
}

.motor__oil__individually__title {
    font-weight: 400;
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 18px;
    color: #000000;
}

.motor__oil__individually__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.motor__oil__individually__wrapper-box {
    width: 35%;
}

.motor__oil__individually-box-1 {
    background: #F4F4F4;
    margin-bottom: 10px;
    padding: 25px;
}

.motor__oil__individually-box-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;

    color: #282830;
}

.motor__oil__individually-box-1 > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    border-bottom: 1px solid black;
    color: #282830;
    padding: 20px 0px;
    display: flex;
    margin: 0px;
    justify-content: space-between;

}

.motor__oil__individually-box-1 > p:last-child {
    border-bottom: none;
}

.motor__oil__individually-box-1 > p > span,
.motor__oil__individually-box-2 > p > span {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;

    color: #282830;
}

.motor__oil__individually-box-2 {
    background: #F4F4F4;
    padding: 25px;
}

.motor__oil__individually-radius__wrapper {
    display: flex;
}

.motor__oil__individually-radius {
    padding: 25px 30px;
    border: 1px solid black;
    border-radius: 50%;
    font-weight: 400;
    font-size: 28px;
    margin-right: 15px;
    /* identical to box height */

    color: #282830;

}

.motor__oil__individually-radius__wrapper-mr {
    margin: 0px;
    padding: 0px 21px 17px 13px;
}

.features__oil {
    padding: 20px 0px;
}

.features__oil__info-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;

    /* Gray 1 */
    margin-bottom: 50px;
    color: #333333;
}

.features__oil__info-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    /* or 120% */
    text-transform: none;

    /* Gray 1 */
    margin-top: 15px;
    color: #333333;
}

.features__oil__info-text::marker {
    color: #E50923;
}

.padd-20 {
    padding: 23px 23px;
    margin-left: 20px;
}

.how__sign__service {
    padding: 35px 0px;
}

.how__sign__service__title {
    font-weight: 400;
    font-size: 28px;
    line-height: 16px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 30px;

}

.how__sign__service__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}

.how__sign__service-box {
    width: 49%;

}

.how__sign__service-box > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin: 7px 0px;

}

.how__sign__service-btn {
    border: none;
    background-color: #e1e1e1;
    border-radius: 50px;
    padding: 10px 19px;
    color: black;
    display: block;
    width: 250px;
    text-align: center;
}

.inivid-st {
    display: block;
}

.how__sign__service-btn:hover {
    background-color: #d7d7d7;
    color: black;
    text-decoration: none;
}

.style__contacts {
    color: black;
    line-height: 47px;
    font-weight: 600;
}

.style__contacts:hover {
    color: black;
    text-decoration: none;
}

.sign__up__online {
    padding: 35px 0px;
}

.sign__up__online-title {
    text-align: center;
    font-size: 24px;

}

.sign__up__online-btn {
    border: none;
    background-color: #E50923;
    border-radius: 50px;
    padding: 10px 19px;
    color: #FFFFFF;
    display: block;
    width: 250px;
    text-align: center;
    margin: 0 auto;
}

.sign__up__online-btn:hover {
    background-color: #f10924;
    color: #FFFFFF;
    text-decoration: none;
}

/*oil_breadcrumbs*/

.oil_breadcrumbs {
    display: block;
    display: flex;
    white-space: nowrap;
}

.bc_title {
    color: grey;
}

.bc_title > a {
    color: black;
}

.arrow-bc {
    margin: 0px 10px;
}


@media (max-width: 1200px) {
    /*.oil__wrapper {*/
    /*    justify-content: center;*/
    /*}*/
    .oil__box {
        width: 30%;
    }

    .oil__box > a > img {
        width: 100%;
    }
}

@media (max-width: 1140px) {
    .motor__oil__individually__wrapper {
        flex-direction: column;
    }

    .motor__oil__individually__wrapper-box {
        width: 85% !important;
    }

    .motor__oil__individually__wrapper > img {
        margin-bottom: 25px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .oil__box {
        width: 44%;
    }

    .motor__oil__individually__wrapper-box {
        width: 100% !important;
    }

    .how__sign__service__title {
        font-size: 21px;
        line-height: 28px;
    }

    .motor__oil__individually__title {
        font-size: 15px;
        line-height: 26px;

    }

    .oil__title {
        font-size: 21px;
        line-height: 32px;
    }

    .oil__button__wrapper {
        display: flex;
        margin: 20px 0px;
    }

    .oil_breadcrumbs {
        overflow-x: scroll;
    }

    .oil__text {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 514px) {
    .oil__name {
        font-size: 10px;
        line-height: 14px;
    }

    .how__sign__service__wrapper {
        flex-direction: column;
    }

    .how__sign__service-box {
        width: 100%;
    }

    .sign__up__online {
        padding: 0px 0px 35px 0px;
    }

    .how__sign__service-btn {
        margin: 0 auto;
    }

    .oil__title {
        font-size: 21px;
        line-height: 30px;
    }

    .oil__wrapper > h2 {
        margin: 20px 0px;
        font-size: 20px;
    }
}

@media (max-width: 434px) {

    .oil__text {
        font-size: 10px;
        line-height: 15px;
    }

    .features__oil__info-text {
        font-size: 16px;
    }
}

@media (max-width: 374px) {
    .oil__box {
        width: 100%;
    }

    .oil__name {
        font-size: 16px;
        line-height: 18px;
    }

    .motor__oil__individually__title {
        font-size: 13px;
        line-height: 22px;
    }

    .motor__oil__individually-box-1 > p {
        font-size: 13px;
    }

    .motor__oil__individually-box-1 > p > span, .motor__oil__individually-box-2 > p > span {
        font-size: 13px;
    }

    .motor__oil__individually-radius {
        padding: 14px 22px;
        font-size: 21px;
    }

    .motor__oil__individually-radius__wrapper-mr {
        padding: 0px 21px 17px 0px;
    }

    .oil__wrapper {
        justify-content: center;
    }

    .oil__title {
        font-size: 15px;
        line-height: 25px;
    }

    .oil__wrapper > h2 {
        margin: 15px 0px;
        font-size: 16px;
    }
}





