.main_banner {
    width: 100%;
    position: relative;
    padding: 3.125em 0;
    display: block;
    background: #fff;
}
@media (max-width: 575px) {
    .main_banner {
        padding: 1.5625em 0;
    }
}
.main_banner--cnt {
    width: 100%;
    position: relative;
    display: block;
}
.main_banner--cnt .main_banner--wrapper {
    width: 100%;
    position: relative;
    display: block;
}
.main_banner--cnt .main_banner--wrapper .main_banner--item {
    width: 85%;
    max-width: 1215px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    gap: 24px;
}
@media (max-width: 768px) {
    .main_banner--cnt .main_banner--wrapper .main_banner--item {
        width: 90%;
    }
}
.main_banner--cnt .main_banner--wrapper .main_banner--item .main_banner--text {
    width: calc(50% - 12px);
    position: relative;
    display: block;
}
@media (max-width: 575px) {
    .main_banner--cnt
        .main_banner--wrapper
        .main_banner--item
        .main_banner--text {
        width: 100%;
    }
}
.main_banner--cnt
    .main_banner--wrapper
    .main_banner--item
    .main_banner--text
    h2,
.main_banner--cnt
    .main_banner--wrapper
    .main_banner--item
    .main_banner--text
    h1 {
    width: 100%;
    position: relative;
    display: block;
    font-size: 3em;
    line-height: 115%;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .main_banner--cnt
        .main_banner--wrapper
        .main_banner--item
        .main_banner--text
        h2,
    .main_banner--cnt
        .main_banner--wrapper
        .main_banner--item
        .main_banner--text
        h1 {
        font-size: 2.25em;
    }
}
.main_banner--cnt
    .main_banner--wrapper
    .main_banner--item
    .main_banner--text
    p {
    width: 100%;
    position: relative;
    max-width: 450px;
    display: block;
    font-size: 1.25em;
    color: #373737;
}
.main_banner--cnt .main_banner--wrapper .main_banner--item .main_banner--image {
    width: calc(50% - 12px);
    position: relative;
    display: block;
}
@media (max-width: 575px) {
    .main_banner--cnt
        .main_banner--wrapper
        .main_banner--item
        .main_banner--image {
        width: 100%;
    }
}
.main_banner--cnt
    .main_banner--wrapper
    .main_banner--item
    .main_banner--image
    picture {
    width: 100%;
    position: relative;
    display: block;
    aspect-ratio: 552/353;
    overflow: hidden;
}
.main_banner--cnt
    .main_banner--wrapper
    .main_banner--item
    .main_banner--image
    picture
    img {
    height: 100%;
}
.main_banner--cnt .main_banner--wrapper .main_banner--pagination {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 12px;
    bottom: unset;
    top: unset;
    left: unset;
}
@media (max-width: 575px) {
    .main_banner--cnt .main_banner--wrapper .main_banner--pagination {
        margin-top: 32px;
    }
}
.main_banner--cnt .main_banner--wrapper .main_banner--pagination span {
    width: 10px;
    height: 10px;
    position: relative;
    display: block;
    opacity: 1;
    background: #d9d9d9 !important;
    margin: 0 !important;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}
.main_banner--cnt
    .main_banner--wrapper
    .main_banner--pagination
    span.swiper-pagination-bullet-active {
    background: #c20000 !important;
}
.home_categories {
    width: 100%;
    position: relative;
    padding: 3.125em 0;
    display: block;
    background: #f7f7f7;
}
@media (max-width: 575px) {
    .home_categories {
        padding: 1.5625em 0;
    }
}
.home_categories--cnt {
    width: 85%;
    max-width: 890px;
    position: relative;
    display: block;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .home_categories--cnt {
        width: 90%;
    }
}
.home_categories--cnt .home_categories--title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.home_categories--cnt .home_categories--title h4 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.home_categories--cnt .home_categories--wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.home_categories--cnt .home_categories--wrapper .category_item {
    width: calc(25% - 12px);
    position: relative;
    display: block;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    transition: 0.4s ease-in-out;
}
@media (max-width: 575px) {
    .home_categories--cnt .home_categories--wrapper .category_item {
        width: calc(50% - 8px);
    }
}
@media not all and (pointer: coarse) {
    .home_categories--cnt .home_categories--wrapper .category_item:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
    }
}
.home_categories--cnt .home_categories--wrapper .category_item picture {
    width: 100%;
    position: relative;
    max-width: 150px;
    display: block;
    aspect-ratio: 158/154;
    overflow: hidden;
    margin: 0 auto;
}
.home_categories--cnt .home_categories--wrapper .category_item picture img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.home_categories--cnt .home_categories--wrapper .category_item p {
    width: 100%;
    position: relative;
    display: block;
    color: #676766;
    font-size: 1.25em;
    text-align: center;
    font-weight: 600;
}
@media (max-width: 393px) {
   .home_categories--cnt .home_categories--wrapper .category_item p {
        font-size: 1.1em;
    }
}
@media (max-width: 375px) {
   .home_categories--cnt .home_categories--wrapper .category_item p {
        font-size: 1.1em;
    }
}
@media (max-width: 360px) {
    .home_categories--cnt .home_categories--wrapper .category_item p {
        font-size: 1em;
    }
}
.featured_products {
    width: 100%;
    position: relative;
    padding: 3.125em 0;
    display: block;
    background: #000;
}
@media (max-width: 575px) {
    .featured_products {
        padding: 1.5625em 0;
    }
}
.featured_products--cnt {
    width: 85%;
    max-width: 1320px;
    position: relative;
    display: block;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .featured_products--cnt {
        width: 90%;
    }
}
.featured_products--cnt .featured_products--title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.featured_products--cnt .featured_products--title h4 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}
.featured_products--cnt .featured_products--title p {
    width: 100%;
    position: relative;
    max-width: 750px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.0625em;
    margin: 0 auto;
}
.featured_products--cnt .featured_products--wrapper {
    width: 100%;
    position: relative;
    display: block;
}
.featured_products--cnt .featured_products--wrapper .product_item {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 32px 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0745098039);
    transition: 0.4s ease-in-out;
}
@media not all and (pointer: coarse) {
    .featured_products--cnt .featured_products--wrapper .product_item:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
    }
}
.featured_products--cnt .featured_products--wrapper .product_item ._tags {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    top: 0;
    right: 0;
    z-index: 2;
}
.featured_products--cnt .featured_products--wrapper .product_item ._tags p {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: block;
    padding: 6px 12px;
    background: #c20000;
    border-radius: 6px;
    color: #fff;
    font-size: 0.8125em;
    line-height: 1;
    font-weight: 500;
}
.featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_image {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 24px;
}
.featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_image
    picture {
    width: 100%;
    position: relative;
    max-width: 262px;
    display: block;
    aspect-ratio: 262/226;
    overflow: hidden;
    margin: 0 auto;
}
.featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_image
    picture
    img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_title
    h6 {
    width: 100%;
    position: relative;
    max-width: 240px;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 auto 8px;
}
.featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_title
    p {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    color: #c20000;
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 600;
}
.featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_description {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_description
    p {
    width: 100%;
    position: relative;
    min-height: 68px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #676766;
    font-size: 1.125em;
}
.featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_buttons {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 16px;
}
.featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_buttons
    button {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;    
    justify-content: center;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #c20000;
    border: 2px solid #c20000;
}
@media (max-width: 1366px) {
    .featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_buttons
    button{
        padding: 8px;
        font-size: .9em;
    }
}
@media (max-width: 834px) {
    .featured_products--cnt .featured_products--wrapper .product_item .product_buttons button {
        padding: 8px 4px;
        font-size: .8em;
    }
}
@media (max-width: 575px) {
.featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_buttons{
        gap: 5px;
    }

    .featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_buttons
    button{
        width: 58%;
    }
}
@media not all and (pointer: coarse) {
    .featured_products--cnt
        .featured_products--wrapper
        .product_item
        .product_buttons
        button:hover {
        background: #fff;
        color: #c20000;
    }
}
.featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_buttons
    a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #000;
    border: 2px solid #000;
    line-height: 1;
}
@media (max-width: 1366px) {
    .featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_buttons
    a  {
        padding: 8px;
        font-size: .9em;
    }
}
@media (max-width: 834px) {
    .featured_products--cnt .featured_products--wrapper .product_item .product_buttons a {
        padding: 8px 4px;
        font-size: .8em;
    }
}

@media (max-width: 575px) {
   .featured_products--cnt
    .featured_products--wrapper
    .product_item
    .product_buttons
    a{
        width: 38%;
    }
}
@media not all and (pointer: coarse) {
    .featured_products--cnt
        .featured_products--wrapper
        .product_item
        .product_buttons
        a:hover {
        background: #fff;
        color: #000;
    }
}
.featured_products--cnt
    .featured_products--wrapper
    .featured_products--pagination {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 12px;
    bottom: unset;
    top: unset;
    left: unset;
}
@media (max-width: 575px) {
    .featured_products--cnt
        .featured_products--wrapper
        .featured_products--pagination {
        margin-top: 32px;
    }
}
.featured_products--cnt
    .featured_products--wrapper
    .featured_products--pagination
    span {
    width: 10px;
    height: 10px;
    position: relative;
    display: block;
    opacity: 1;
    background: #d9d9d9 !important;
    margin: 0 !important;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}
.featured_products--cnt
    .featured_products--wrapper
    .featured_products--pagination
    span.swiper-pagination-bullet-active {
    background: #c20000 !important;
}
.advantages {
    width: 100%;
    position: relative;
    padding: 3.125em 0;
    display: block;
    background: #f7f7f7;
}
@media (max-width: 575px) {
    .advantages {
        padding: 1.5625em 0;
    }
}
.advantages_cnt {
    width: 85%;
    max-width: 990px;
    position: relative;
    display: block;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .advantages_cnt {
        width: 90%;
    }
}
.advantages_cnt .advantages_title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.advantages_cnt .advantages_title h4 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.advantages_cnt .advantages_wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 24px;
}
@media (max-width: 575px) {
    .advantages_cnt .advantages_wrapper {
        gap: 16px;
    }
}
.advantages_cnt .advantages_wrapper .advantage_item {
    width: calc(20% - 19.2px);
    position: relative;
    display: block;
}
@media (max-width: 768px) {
    .advantages_cnt .advantages_wrapper .advantage_item {
        width: calc(33.3333333333% - 16px);
    }
}
@media (max-width: 575px) {
    .advantages_cnt .advantages_wrapper .advantage_item {
        width: calc(50% - 8px);
    }
}
.advantages_cnt .advantages_wrapper .advantage_item picture {
    width: 130px;
    height: 94px;
    position: relative;
    display: block;
    margin: 0 auto 24px;
}
.advantages_cnt .advantages_wrapper .advantage_item picture img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.advantages_cnt .advantages_wrapper .advantage_item p {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.25em;
    text-align: center;
    font-weight: 600;
}
.advantages_cnt .advantage_link {
    width: 100%;
    position: relative;
    display: block;
}
.advantages_cnt .advantage_link a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px;
    color: #f7f7f7;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    transition: 0.4s ease-in-out;
    gap: 5px;
    background: #c20000;
    border: 2px solid #c20000;
    margin: 0 auto;
}
@media not all and (pointer: coarse) {
    .advantages_cnt .advantage_link a:hover {
        background: #f7f7f7;
        color: #c20000;
    }
}
.brands {
    width: 100%;
    position: relative;
    padding: 3.125em 0;
    display: block;
    background: #fff;
}
@media (max-width: 575px) {
    .brands {
        padding: 1.5625em 0;
    }
}
.brands_cnt {
    width: 85%;
    max-width: 990px;
    position: relative;
    display: block;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .brands_cnt {
        width: 90%;
    }
}
.brands_cnt .brands_title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.brands_cnt .brands_title h4 {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 16px;
}
.brands_cnt .brands_title p {
    width: 100%;
    position: relative;
    max-width: 900px;
    display: block;
    text-align: center;
    font-size: 1.0625em;
    margin: 0 auto;
}
.brands_cnt .brands_wrapper {
    width: 100%;
    position: relative;
    display: block;
}
.brands_cnt .brands_wrapper .brand_item {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 10px;
    background: #f7f7f7;
    padding: 40px;
    transition: 0.4s ease-in-out;
}
@media not all and (pointer: coarse) {
    .brands_cnt .brands_wrapper .brand_item:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1019607843);
    }
}
.brands_cnt .brands_wrapper .brand_item picture {
    width: 100%;
    position: relative;
    max-width: 212px;
    height: 61px;
    display: block;
    margin: 0 auto 40px;
}
.brands_cnt .brands_wrapper .brand_item picture img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.brands_cnt .brands_wrapper .brand_item span {
    width: 56px;
    height: 37px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #c20000;
    border-radius: 10px;
}
.brands_cnt .brands_wrapper .brand_item span svg {
    width: 36px;
    position: relative;
    display: block;
}
.brands_cnt .brands_wrapper .brand_item span svg path {
    stroke: #fff;
}
.brands_cnt .brands_pagination {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 12px;
    bottom: unset;
    top: unset;
    left: unset;
}
@media (max-width: 575px) {
    .brands_cnt .brands_pagination {
        margin-top: 32px;
    }
}
.brands_cnt .brands_pagination span {
    width: 10px;
    height: 10px;
    position: relative;
    display: block;
    opacity: 1;
    background: #d9d9d9 !important;
    margin: 0 !important;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}
.brands_cnt .brands_pagination span.swiper-pagination-bullet-active {
    background: #c20000 !important;
}
