.paginationCustom .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #DEDEDE;
    box-shadow: none;
    transition-property: background-color, width;
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
}
.paginationCustom .swiper-pagination-bullet-active {
    width: 32px;
    background-color: #FFD600;
    border-radius: 30px;
}

.hero .swiper-viewport {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.hero .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeMiniCatalog {
    margin: 100px auto 56px;
}

.homeMiniCatalogWrapp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    gap:20px;
}

.homeMiniCatalogItem{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 281px;
    padding: 40px;
    border-radius: 50px;
    background: linear-gradient(292deg, #FFE006 -2.45%, #FFF9D2 96.41%);
    overflow: hidden;
}

.homeMiniCatalogTitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px; /* 200% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.homeMiniCatalogHref {
    margin-top: auto;
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.homeMiniCatalogItemImage {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.homeMiniCatalogItemImage img {
    border-radius: 50px;
    transition: transform 0.4s ease-in-out;
}

.homeMiniCatalogItem:hover img {
    transform: scale(1.05);
}

.arrowNew {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 9px;
    background-color: #FFE006;
}

.arrowNewWrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-left: auto;
}

.features {
   background: linear-gradient(262deg, #FFE006 15.83%, #FFF190 101.6%);
}

.feature-item__text {
    padding-bottom: 9px;
}

.features__item {
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.4s ease-in-out;
}

.feature-item__href {
    margin-top: 10px;
    display: flex; 
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    text-transform: uppercase;
}

.feature-item__href  svg {
    transition: transform 0.4s ease-in-out;
}
.feature-item__href:hover svg {
    transform: translateX(10px);
}
.feature-item__href path {
    stroke: #FFE006;
}

.features__item:hover {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.35);
}

.home-catalog__link img {
    max-height: 86px;
    position: relative;
    z-index: 2;
}

.home-catalog__item {
    position: relative;
}

.home-catalog__round {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    background: linear-gradient(317deg, #FFE006 26.78%, #FFF4A7 102.71%);
    border-radius: 100%;
    z-index: 1;
}

.home-catalog__link {
    padding-top: 10px;
}

.home-catalog__link:hover {
    background-color: transparent;
}

.home-catalog__link img {
    transition: transform 0.4s ease-in-out;
}


.home-catalog__link:hover img {
    transform: scale(1.05);
}

.home-catalog__image {
    height: 100px;
      display: flex;
    align-items: center;
    justify-content: center;
}

.instruction {
    height: 668px;
   background: 
    url('../../images/homenew/repeat.png?23') repeat-x bottom,
    linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%),
    linear-gradient(271deg, rgba(22, 22, 22, 0.80) 28.87%, #000 96.7%);
}

/* .instruction::after {
    content: '';
    height: 32px;
    background-image: url('../../images/')
} */

.instruction:before {
    display: none;
}

.instruction__wrapp {
    padding-top: 63px;
    max-width: 600px;
    width: 100%;
}

.instruction__title {
    margin-bottom: 0;
    color: #fff;
    font-size: 28px;
    text-align: left;
}

.instruction__title::after {
    content: '';
    margin-top: 12px;
    width: 68px;
    height: 3px;
    display: block;
    background-color: #FFD600;
}

.instruction__texts {
    margin-top: 42px;
    color: #DEDEDE;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
}

.instruction__content {
    display: flex;
    align-items: flex-start;
}

.instruction__round {
    position: relative;
    margin-left: auto;
    width: 697px;
    height: 697px;
    background: linear-gradient(317deg, #FFE006 26.78%, #FFF4A7 102.71%);
    border-radius: 100%;
}

.instruction__round img{
    position: absolute;
    top: -89px;
}

.newReviewsItem {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
}


.newReviewsItem::after {
    content: '';
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    width: 28px;
    height: 24px;
    background-image: url('../../images/homenew/quote.svg');
}

.newReviewsItemName {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.55;
    text-transform: uppercase;
}

.newReviewsItemDate {
    padding: 2px 0;
    color: #9D9D9D;
    font-size: 14px;
}

.newReviewsItemText {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.reviewsNew {
    padding: 24px;
    margin: 0 -24px;
}

.reviews__header {
    display: flex;
    align-items: flex-start;
}

.arrowNewWrapp2 {
    background-color: var(--color-grey-bg);
    position: relative;
    z-index: 9;
    padding-left: 32px;
}

.reviewsNew .swiper-slide {
    height: auto;
}

.reviewsNew .swiper-wrapper {
    align-items: unset;
}

@media screen and (max-width: 600px) {

    .hero {
        margin-top: 35px;
    }

    .homeMiniCatalogWrapp {
        grid-template-columns: 1fr;
    }
    .homeMiniCatalogItem {
        padding: 10px 20px;
        height: 100px;
        border-radius: 20px;
    }
    .homeMiniCatalogTitle {
        font-size: 17px;
    }
    .homeMiniCatalogHref {
        font-size: 12px;
    }
    .homeMiniCatalogItemImage img {
        height: 80px;
        border-radius: 0;
    }
    .homeMiniCatalog {
    margin: 56px auto 56px;
}
.popular-products__header {
    flex-direction: row;
    gap: 0;
}
.popular-products__title{
    position: relative;
    font-size: 15px;
}

.popular-products__title:before {
    display: none;
}

.feature-item__href {
    justify-content: center;
}

.popular-products__header:after {
        content: '';
        position: absolute;
        bottom: -28px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--color-black);
    }

    .instruction__content {
        flex-direction: column;
    }

    .instruction {
        height: auto;
    }

    .instruction__wrapp {
    padding-top: 0;
    }

    .instruction {
    height: auto;
    background: url(../../images/homenew/repeatMob.png) repeat-x top, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(271deg, rgba(22, 22, 22, 0.80) 28.87%, #000 96.7%);
}

.reviews__header {
    margin-bottom: 42px;
}

.reviews__title {
    margin-bottom: 23px;
}

.reviews__header {
    flex-direction: column;
}

.arrowNewWrapp {
    padding: 0;
    margin-right: auto;
}


}

/* ===== Мобильные ===== */
@media (max-width: 576px) {
    .instruction__wrapp {
        padding-top: 20px;
    }

    .instruction__title {
        font-size: 22px;
    }

    .instruction__wrapp {
        margin-bottom: 24px;
    }
    .instruction__content {
        padding: 41px 0;
    }
    .instruction__texts {
        margin-top: 24px;
        font-size: 14px;
    }

    .instruction__round {
        width: 325px;
        height: 327px;
        top: 92px;
        margin: 0 auto;
    }

    .user-nav__favorites-icon {
        width: 24px;
    }

}