@media screen and (min-width: 1536px) {
    .news-gallery.slick-slide.slick-current {
        transform: scale(1);
        top: 0;
        position: relative;
        transition: all 500ms;
        opacity: 1;
    }

    .news-gallery.slick-slide {
        transform: scale(0.8);
        top: 5px;
        position: relative;
        transition: all 500ms;
        opacity: 0.5;
    }

    .product-content .slick-list {
        /* margin-right: 20em!important */
        padding: 0 !important;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .product-content .slick-list {
        /* margin-right: 20em!important */
        padding: 0 !important;
        padding-right: -50px !important;
    }

    .product-content .slick-next {
        right: -55px !important;
        top: 100px !important;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-content .slick-prev {
        left: -55px !important;
        top: 100px !important;
        z-index: 99;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-content .slick-prev::before {
        display: block !important;
        content: url(/img/left-arrow.webp) !important;
    }

    .product-content .slick-next::before {
        display: block !important;
        content: url(/img/right-arrow.webp) !important;
    }

    .item-1 {
        overflow: hidden;
    }

    .item-1:hover img {
        transform: scale(1.2);
        transition: all 0.4s ease-in-out;
    }

    .item-1 img {
        transition: all 0.4s ease-in-out;
    }

    .product-content .slick-dots {
        bottom: -5%;
        right: 10%;
        width: fit-content;
    }

    .product-content .slick-dots li.slick-active button:before {
        width: 100%;
        opacity: 1;
        content: "";
        height: 20px;
        background: #acd541;
    }

    .product-content .slick-dots li button:before {
        width: 100%;
        opacity: 1;
        content: "";
        height: 20px;
        background: rgba(255, 255, 255, 0.349);
        border-radius: 50%;
        border-width: 2px;
        border-color: #acd541;
    }

    .slick-slide.slick-current .group-about {
        display: block;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1535px) {
    .product-content .slick-prev::before {
        display: block !important;
        content: url(/img/left-arrow.webp) !important;
    }

    .product-content .slick-next::before {
        display: block !important;
        content: url(/img/right-arrow.webp) !important;
    }

    .product-content .slick-next {
        right: -70px !important;
        top: 80px !important;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-content .slick-prev {
        left: -70px !important;
        top: 80px !important;
        z-index: 99;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-gallery.slick-slide.slick-current {
        transform: scale(1);
        top: 0;
        position: relative;
        transition: all 500ms;
        opacity: 1;
    }

    .news-gallery.slick-slide {
        transform: scale(0.8);
        top: 0;
        position: relative;
        transition: all 500ms;
        opacity: 0.5;
    }

    .product-content .slick-list {
        /* margin-right: 20em!important */
        padding: 0 !important;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .product-content .slick-list {
        /* margin-right: 20em!important */
        padding: 0 !important;
        padding-right: -50px !important;
    }

    .item-1 {
        overflow: hidden;
    }

    .item-1:hover img {
        transform: scale(1.2);
        transition: all 0.4s ease-in-out;
    }

    .item-1 img {
        transition: all 0.4s ease-in-out;
    }

    .product-content .slick-dots {
        bottom: -5%;
        right: 10%;
        width: fit-content;
    }

    .product-content .slick-dots li.slick-active button:before {
        width: 100%;
        opacity: 1;
        content: "";
        height: 20px;
        background: #acd541;
        border-radius: 50%;
    }

    .product-content .slick-dots li button:before {
        width: 100%;
        opacity: 1;
        content: "";
        height: 20px;
        background: rgba(255, 255, 255, 0.349);
        border-radius: 50%;
        border-width: 2px;
        border-color: #acd541;
    }

    .slick-slide.slick-current .group-about {
        display: block;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .news-gallery.slick-slide.slick-current {
        transform: scale(1);
        top: 0;
        position: relative;
        transition: all 500ms;
        opacity: 1;
    }

    .news-gallery.slick-slide {
        transform: scale(0.9);
        top: -5px;
        position: relative;
        transition: all 500ms;
        opacity: 0.5;
    }

    .product-content .slick-list {
        /* margin-right: 20em!important */
        padding: 0 !important;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .product-content .slick-list {
        /* margin-right: 20em!important */
        padding: 0 !important;
        padding-right: -50px !important;
    }

    .item-1 {
        overflow: hidden;
    }

    .item-1:hover img {
        transform: scale(1.2);
        transition: all 0.4s ease-in-out;
    }

    .item-1 img {
        transition: all 0.4s ease-in-out;
    }

    .product-content .slick-dots {
        bottom: -5%;
        right: 10%;
        width: fit-content;
    }

    .product-content .slick-dots li.slick-active button:before {
        width: 100%;
        opacity: 1;
        content: "";
        height: 20px;
        background: #acd541;
        border-radius: 50%;
    }

    .product-content .slick-dots li button:before {
        width: 100%;
        opacity: 1;
        content: "";
        height: 20px;
        background: rgba(255, 255, 255, 0.349);
        border-radius: 50%;
        border-width: 2px;
        border-color: #acd541;
    }

    .slick-slide.slick-current .group-about {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .news-gallery.slick-slide.slick-current {
        transform: scale(1);
        top: 0;
        position: relative;
        transition: all 500ms;
        opacity: 1;
    }

    .news-gallery.slick-slide {
        transform: scale(0.9);
        top: -5px;
        position: relative;
        transition: all 500ms;
        opacity: 0.5;
    }

    .product-content .slick-list {
        /* margin-right: 20em!important */
        padding: 0 !important;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .product-content .slick-list {
        /* margin-right: 20em!important */
        padding: 0 !important;
        padding-right: -50px !important;
    }

    .item-1 {
        overflow: hidden;
    }

    .item-1:hover img {
        transform: scale(1.2);
        transition: all 0.4s ease-in-out;
    }

    .item-1 img {
        transition: all 0.4s ease-in-out;
    }

    .product-content .slick-dots {
        bottom: -5%;
        right: 10%;
        width: fit-content;
    }

    .product-content .slick-dots li.slick-active button:before {
        width: 100%;
        opacity: 1;
        content: "";
        height: 20px;
        background: #acd541;
        border-radius: 50%;
    }

    .product-content .slick-dots li button:before {
        width: 100%;
        opacity: 1;
        content: "";
        height: 20px;
        background: rgba(255, 255, 255, 0.349);
        border-radius: 50%;
        border-width: 2px;
        border-color: #acd541;
    }

    .slick-slide.slick-current .group-about {
        display: block;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .news-gallery.slick-slide.slick-current {
        transform: scale(1);
        top: 0;
        position: relative;
        transition: all 500ms;
    }

    .news-gallery.slick-slide {
        transform: scale(0.9);
        top: -20px;
        position: relative;
        transition: all 500ms;
    }

    .product-content .slick-list {
        /* margin-right: 20em!important */
        padding: 0 !important;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .product-content .slick-list {
        /* margin-right: 20em!important */
        padding: 0 !important;
        padding-right: -50px !important;
    }

    .item-1 {
        overflow: hidden;
    }

    .item-1:hover img {
        transform: scale(1.2);
        transition: all 0.4s ease-in-out;
    }

    .item-1 img {
        transition: all 0.4s ease-in-out;
    }

    .product-content .slick-dots {
        bottom: -5%;
        right: 10%;
        width: fit-content;
    }

    .product-content .slick-dots li.slick-active button:before {
        width: 100%;
        opacity: 1;
        content: "";
        height: 20px;
        background: #acd541;
        border-radius: 50%;
    }

    .product-content .slick-dots li button:before {
        width: 100%;
        opacity: 1;
        content: "";
        height: 20px;
        background: rgba(255, 255, 255, 0.349);
        border-radius: 50%;
        border-width: 2px;
        border-color: #acd541;
    }

    .slick-slide.slick-current .group-about {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    .product-content .slick-dots {
        bottom: -10%;
        left: 0;
    }

    .product-content .slick-dots li.slick-active button:before {
        width: 100%;
        opacity: 1;
        content: "";
        height: 20px;
        background: #acd541;
        border-radius: 50%;
    }

    .product-content .slick-dots li button:before {
        width: 100%;
        opacity: 1;
        content: "";
        height: 20px;
        background: rgba(255, 255, 255, 0.349);
        border-radius: 50%;
        border-width: 2px;
        border-color: #acd541;
    }

    .slick-slide.slick-current .group-about {
        display: block;
    }

    .news-gallery.slick-slide.slick-current {
        transform: scale(1);
        top: 0;
        position: relative;
        transition: all 500ms;
        opacity: 1;
    }

    .news-gallery.slick-slide {
        transform: scale(0.9);
        top: -10px;
        position: relative;
        transition: all 500ms;
        opacity: 0.5;
    }
}
